0.8.11claws80
[claws.git] / ChangeLog.claws
1 2003-04-09 [christoph]  0.8.11claws80
2
3         * src/imap.c
4                 fix crash in imap_get_msginfo() when then fetched message
5                 is not found
6
7         (closes Bug 110 Crash during mail composition)
8
9 2003-04-08 [christoph]  0.8.11claws79
10
11         * src/folder.c
12         * src/prefs_account.c
13                 Filter new messages that are found in an INBOX folder
14                 when 'Filter messages on receiving' is enabled in the
15                 Folder's AccountPrefs. This allows to use Sylpheed's
16                 filtering engine for IMAP folders where messages are
17                 added to the INBOX by a MTA
18
19 2003-04-08 [paul]       0.8.11claws78
20
21         * src/procmsg.h
22                 clean up after last commit
23
24 2003-04-08 [paul]       0.8.11claws77
25
26         * sync with 0.8.11cvs20
27                 see ChangeLog 2003-04-07 and 2003-04-08
28
29 2003-04-07 [christoph]  0.8.11claws76
30
31         * src/filtering.[ch]
32         * src/inc.[ch]
33         * src/mbox.c
34         * src/procmsg.[ch]
35                 add procmsg_msginfo_filter() to execute filtering actions
36
37 2003-04-06 [christoph]  0.8.11claws75
38
39         * src/imap.c
40                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
41
42 2003-04-06 [christoph]  0.8.11claws74
43
44         * src/common/utils.[ch]
45                 add g_int_compare() function for slist sorting
46
47         * src/imap.c
48                 fetch all MsgInfos with one command in imap_get_msginfos()
49                 using an imap set with a list of ranges
50
51         * src/news.c
52                 use new g_int_compare() function
53
54 2003-04-06 [thorsten]   0.8.11claws73
55
56         * src/mh.c
57                 corrected implementation of mh_folder_destroy()
58
59 2003-04-05 [christoph]  0.8.11claws72
60
61         * src/account.c
62         * src/folder.[ch]
63         * src/folderview.c
64         * src/imap.c
65         * src/inc.c
66         * src/main.c
67         * src/mainwindow.c
68         * src/mbox_folder.c
69         * src/mh.c
70         * src/mimeview.h
71         * src/msgcache.[ch]
72         * src/news.c
73         * src/procmime.h
74         * src/procmsg.[ch]
75         * src/setup.c
76         * src/gtk/gtkutils.c
77                 o rename structure field names class and new to klass and
78                   new_msgs, to allow including files in C++
79                 o add 'extern "C"' block to some header files
80                 o add MsgInfoList and MsgNumberList as alias for GSList for
81                   developers to know what type of list is expected
82
83         * src/plugins/image_viewer/plugin.c
84         * src/plugins/image_viewer/viewer.[ch]
85         * src/plugins/image_viewer/viewerprefs.[ch]
86                 rename function names to prevent conflicts
87
88 2003-04-05 [paul]       0.8.11claws71
89
90         * sync with 0.8.11cvs18
91                 see ChangeLog 2003-04-03 and 2003-04-04
92
93 2003-04-02 [christoph]  0.8.11claws70
94
95         * src/folder.[ch]
96         * src/imap.[ch]
97         * src/mbox_folder.[ch]
98         * src/mh.[ch]
99         * src/news.[ch]
100                 o Make all virtual folder functions private
101                 o remove unused folder code
102
103         * src/common/socket.[ch]
104         * src/summaryview.c
105                 fix warnings
106
107 2003-03-30 [alfons]     0.8.11claws69
108
109         * src/send_message.c
110                 remove two debug traces and see if people still report
111                 errors
112
113 2003-03-30 [alfons]     0.8.11claws68
114
115         * src/send_message.c
116         * src/commons/session.c
117                 add more debug traces
118
119 2003-03-30 [christoph]  0.8.11claws67
120
121         * src/folder.c
122                 change processing folder name from .processing to processing
123
124         * src/common/ssl.c
125                 disable SSL certificate check because it causes Xlib error
126                 when the child process want's to open an GTK window
127
128 2003-03-30 [christoph]  0.8.11claws66
129
130         * src/folder.c
131                 don't use default folder for processing folder item because
132                 it can be a non local folder
133
134         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
135
136 2003-03-30 [alfons]     0.8.11claws65
137
138         * src/send_message.c
139                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
140                 to generate bad code for 'send_send_data_progressive': When
141                 called from 'send_send_data_finished', the 'data' pointer is
142                 cleared just before the assignment to the dialog pointer
143
144 2003-03-29 [christoph]  0.8.11claws64
145
146         * src/common/prefs.h
147         * src/plugins/image_viewer/Makefile.am
148         * src/plugins/image_viewer/plugin.c
149         * src/plugins/image_viewer/viewer.[ch]
150         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
151                 add PrefsPage for ImageViewer
152
153 2003-03-28 [thorsten]   0.8.11claws63
154
155         * src/common/session.c
156                 added some comments
157
158 2003-03-28 [paul]       0.8.11claws62
159
160         * sync with 0.8.11cvs16
161                 see ChangeLog 2003-03-28
162
163 2003-03-28 [paul]       0.8.11claws61
164
165         * sync with 0.8.11cvs15
166                 see ChangeLog 2003-03-28
167
168 2003-03-27 [christoph]  0.8.11claws60
169
170         * src/folder.c
171         * src/imap.c
172         * src/common/socket.[ch]
173                 set socket state to DISCONNECTED when any operation
174                 fails to allow reconnecting in IMAP code without
175                 checking the return code of all calls to the command
176                 functions
177
178         * src/folderview.c
179         * src/summaryview.c
180                 remove some more stuff that depends on specific
181                 folder types
182
183 2003-03-27 [paul]       0.8.11claws59
184
185         * sync with 0.8.11cvs14
186                 see ChangeLog 2003-03-27
187                 
188         * src/selective_download.[ch]   ** REMOVED **
189                 really removed
190
191 2003-03-27 [christoph]  0.8.11claws58
192
193         * src/folder.c
194                 fix handling of tmp_flags in flag copy function
195
196 2003-03-27 [paul]       0.8.11claws57
197
198         * sync with 0.8.11cvs13
199                 see ChangeLog 2003-03-27
200
201 2003-03-27 [oliver]     0.8.11claws56
202
203         * src/maiwindow.c
204                 remove sel_download_cb
205
206 2003-03-27 [oliver]     0.8.11claws55
207         
208         * src/inc.c
209                 remove POP3_TOP
210         
211 2003-03-26 [oliver]     0.8.11claws54
212
213         *src/pop.h
214                 remove POP3_TOP*
215         * README.claws
216                 remove selective donwload readme
217
218 2003-03-26 [oliver]     0.8.11claws53
219         * src/matcher.[ch]
220         * src/matcher_parser_parse.y 
221         * src/pop.c 
222         * src/prefs_account.[ch]
223         * src/prefs_filtering.c
224                 remove selective donwload
225
226 2003-03-26 [oliver]     0.8.11claws52
227
228         * src/inc.[ch] 
229         * src/filtering.c 
230         * src/mainwindow.c 
231                 remove selective donwload
232
233 2003-03-26 [oliver]     0.8.11claws51
234         
235         * src/Makefile.am
236         * src/selective_download.[ch]   ** REMOVE **    
237
238 2003-03-26 [christoph]  0.8.11claws50
239
240         * src/news.c
241                 fix NEWS that got broken by a sync with sylpheed-main
242
243 2003-03-26 [christoph]  0.8.11claws49
244
245         * src/mimeview.c
246                 fix mime type guessing when no mime type is found for a file
247
248 2003-03-25 [christoph]  0.8.11claws48
249
250         * src/mimeview.c
251         * src/procmime.c
252                 remove mime type guessing from mime parser and use
253                 name based mime types in viewer lookup for mime type
254                 application/octet-stream
255
256 2003-03-25 [christoph]  0.8.11claws47
257
258         * doc-src/readme.txt
259         * doc-src/rfc2554.txt
260                 add RFC about SMTP AUTH
261
262         * src/send_message.c
263         * src/common/smtp.[ch]
264                 add extra error code for authentication errors and
265                 clear temporary password when this error occurs
266
267         (closes Bug 84 authentication failure while sending should
268          prompt for password again)
269
270 2003-03-25 [christoph]  0.8.11claws46
271
272         * configure.ac
273         * src/Makefile.am
274         * src/imageview.[ch]                            ** REMOVE **
275         * src/messageview.[ch]
276         * src/mimeview.[ch]
277         * src/prefs_common.[ch]
278         * src/textview.c
279         * src/plugins/Makefile.am
280         * src/plugins/image_viewer/.cvsignore           ** NEW **
281         * src/plugins/image_viewer/Makefile.am          ** NEW **
282         * src/plugins/image_viewer/plugin.c             ** NEW **
283         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
284                 move image viewer into a plugin (building is enabled by default)
285                 [ToDo: Prefs for resize and autoview]
286
287 2003-03-25 [paul]       0.8.11claws45
288
289         * sync with 0.8.11cvs12
290                 see ChangeLog 2003-03-26
291
292 2003-03-25 [paul]       0.8.11claws44
293
294         * sync with 0.8.11cvs11
295                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
296                 
297         Note: Selective Download is broken.
298                 
299 2003-03-22 [christoph]  0.8.11claws43
300
301         * src/folder.c
302                 code cleanup for flags copying
303
304 2003-03-22 [christoph]  0.8.11claws42
305
306         * src/plugins/trayicon/trayicon.c
307                 fix setting the transparent area when the window size
308                 is forced by the system tray
309
310 2003-03-22 [christoph]  0.8.11claws41
311
312         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
313         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
314         * src/plugins/trayicon/newmail.xpm              ** NEW **
315         * src/plugins/trayicon/nomail.xpm               ** NEW **
316         * src/plugins/trayicon/trayicon.c
317         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
318                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
319                 o add icon for unread mails
320                 o set transparency for window
321
322 2003-03-22 [christoph]  0.8.11claws40
323
324         * src/news.c
325                 init news session to prevent crash when session is closed
326
327 2003-03-22 [christoph]  0.8.11claws39
328
329         * src/imap.c
330         * src/common/session.[ch]
331                 Init session data to make sure we don't have invalid pointers
332                 for read_ch and write_ch when new multi process sessions are
333                 not used
334
335         * src/main.c
336         * src/common/plugin.c
337         * src/common/sylpheed.c
338         * src/plugins/demo/demo.c
339         * src/plugins/dillo_viewer/dillo_viewer.c
340         * src/plugins/mathml_viewer/mathml_viewer.c
341         * src/plugins/spamassassin/spamassassin.c
342         * src/plugins/spamassassin/spamassassin_gtk.c
343                 add plugin types to allow loading plugins at different times
344                 (and maybe for different frontends), because it's not good to
345                 load GTK-Plugins gefore gtk_init was called
346
347         * configure.ac
348         * src/plugins/Makefile.am
349         * src/plugins/trayicon/.cvsignore               ** NEW **
350         * src/plugins/trayicon/Makefile.am              ** NEW **
351         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
352         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
353         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
354         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
355         * src/plugins/trayicon/trayicon.c               ** NEW **
356                 New Trayicon plugin that shows an icon in a systray that uses
357                 XEMBED protocol like Gnome's systray. Icon shows if there
358                 are new mails and a tooltip shows information about new,
359                 unread and total messages.
360
361 2003-03-22 [paul]       0.8.11claws38
362
363         * src/common/smtp.c
364                 fix ESMTP AUTH CRAM-MD5
365                 [sync with main (still version 0.8.11cvs6), see
366                  ChangeLog 2003-03-22]
367
368 2003-03-21 [colin]      0.8.11claws37
369
370         * src/send_message.c
371                 Fix USE_SSL => USE_OPENSSL
372
373 2003-03-21 [colin]      0.8.11claws36
374
375         * src/folderview.c
376                 Fix counts in drag and dropped subfolders
377
378 2003-03-21 [colin]      0.8.11claws35
379
380         * src/folder.c 
381         * src/folderview.c
382                 speed up a bit folder dnd
383
384 2003-03-20 [alfons]     0.8.11claws34
385
386         * src/main.c
387         * src/toolbar.c
388         * src/procmsg.c
389                 don't send locked queue messages
390                 (feature request "[ 705245 ] Locking message in outbox 
391                  should prevent sending")
392
393 2003-03-20 [christoph]  0.8.11claws33
394
395         * src/folder.c
396                 remove NEW and UNREAD flag in special folders when scanning
397                 
398         * src/common/smtp.c
399                 fix ESMTP AUTH CRAM-MD5
400
401 2003-03-20 [paul]       0.8.11claws32
402
403         * src/prefs_account.c
404                 Re-write 'Tunnel command to open connection' as
405                 'Use command to communicate with server', and disable
406                 it for all except IMAP accounts
407
408 2003-03-20 [paul]       0.8.11claws31
409
410         * sync with 0.8.11cvs6
411                 see ChangeLog 2003-03-20
412
413 2003-03-19 [match]      0.8.11claws30
414
415         * src/addritem.[ch]
416                 include documentation. minor refactoring.
417         * src/addr_compl.[ch]
418         * src/addrindex.[ch]
419         * src/addresbook.[ch]
420         * src/summaryview.c
421                 re-enable address lookup (was disabled in
422                 0.8.11claws20).
423
424 2003-03-19 [christoph]  0.8.11claws29
425
426         * src/procmsg.c
427                 add temp flag handling, will make moving and copying
428                 messages possible again
429
430         * src/folder.c
431                 correct calulation of folder stats
432
433 2003-03-18 [match]      0.8.11claws28
434
435         * src/editgroup.h
436                 remove case sensitive comparison (closes bug 80).
437
438 2003-03-18 [christoph]  0.8.11claws27
439
440         * src/imap.c
441                 fix imap using a tunnel command
442
443         (closes bug 87)
444
445 2003-03-18 [christoph]  0.8.11claws26
446
447         * src/folder.[ch]
448         * src/imap.c
449         * src/procmsg.[ch]
450                 rewrite flag handling for folders
451
452 2003-03-18 [christoph]  0.8.11claws25
453
454         * src/folder.c
455         * src/procmsg.c
456         * src/summaryview.c
457                 unset NEW and UNREAD flags when message is ignored, to make
458                 sure messages don't show up as unread on other IMAP clients,
459                 because the IGNORE_THREAD flag can not be syncronized through
460                 the IMAP folder
461
462 2003-03-17 [christoph]  0.8.11claws24
463
464         * src/imap.c
465                 don't use recursion to fetch uids when the number of messages
466                 does not match. Moved code into subfunction that is used
467                 again when needed, to prevent an endless loop.
468
469 2003-03-17 [thorsten]   0.8.11claws23
470
471         * src/imageview.[ch]
472                 export imageview_get_resized_size() (for plugins)
473         * src/prefs_common.[ch]
474                 added prefs_common_get() (for plugins)
475
476 2003-03-17 [christoph]  0.8.11claws22
477
478         * src/imap.c
479                 o remove UID guessing from copy code
480                 o support UIDPLUS extension for APPEND command
481
482 2003-03-17 [paul]       0.8.11claws21
483
484         * src/gtk/about.c
485                 remove 'Compiled-plugins' section.
486                 
487         * src/plugins/dillo_viewer/dillo_viewer.c
488                 slight change to description text
489
490 2003-03-16 [match]      0.8.11claws20
491         * src/ldapserver.[ch]           ** NEW **
492         * src/ldapctrl.[ch]             ** NEW **
493         * src/ldapquery.[ch]            ** NEW **
494         * src/ldaputil.[ch]             ** NEW **
495         * src/addrcindex.[ch]           ** NEW **
496         * src/addrquery.h               ** NEW **
497         * src/addritem.[ch]
498         * src/addrcache.[ch]
499         * src/addrindex.[ch]
500         * src/addr_compl.[ch]
501         * src/addressbook.[ch]
502         * src/addrbook.[ch]
503         * src/editgroup.c
504         * src/editaddress.c
505         * src/editldap.c
506         * src/editldap_basedn.c
507         * src/vcard.c
508         * src/jpilot.c
509         * src/Makefile.am
510                 included dynamic LDAP queries. improved address
511                 completion.
512
513 2003-03-16 [paul]       0.8.11claws19
514
515         * tools/multiwebsearch.pl
516                 fix a fatal typo
517
518 2003-03-16 [christoph]  0.8.11claws18
519
520         * src/mimeview.c
521         * src/plugins/dillo_viewer/dillo_viewer.c
522         * src/plugins/mathml_viewer/mathml_viewer.c
523                 make unregistering of MimeViewerFactorys possible
524
525 2003-03-16 [alfons]     0.8.11claws17
526
527         * configure.ac
528                 correct typo
529
530 2003-03-16 [melvin]     0.8.11claws16
531
532         * src/plugins/dillo_viewer.c
533                 Fixed bug where it was not possible to view more than
534                 one text/html attachment per message (bug discovered
535                 by Christoph Hohmann).
536
537 2003-03-15 [melvin]     0.8.11claws15
538
539         * src/prefs_actions.c
540                 Fixed compilation warnings.
541
542 2003-03-15 [melvin]     0.8.11claws14
543
544         * src/plugins/Makefile.am
545         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
546         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
547         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
548                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
549                 newer (http://dillo.auriga.wearlab.de/).
550
551 2003-03-15 [christoph]  0.8.11claws13
552
553         * src/imap.c
554                 don't query imap folder for attributes because we already
555                 for them from imap_status
556
557         * src/mimeview.[ch]
558                 add support for plugable MimeViewers (unloading Viewers
559                 not yet complete)
560
561         * src/plugins/Makefile.am
562         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
563         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
564         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
565                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
566                 widget from http://helm.cs.unibo.it/mml-widget/
567
568 2003-03-14 [christoph]  0.8.11claws12
569
570         * src/folder.[ch]
571                 o error return code's should better be negative
572                 o replace printf with debug_print
573
574         * src/imap.c
575                 improve IMAP folder scan by checking UID-NEXT
576
577         * src/summaryview.c
578                 remove check that are unnecessary in my opinion
579
580 2003-03-13 [christoph]  0.8.11claws11
581
582         * src/folder.[ch]
583         * src/foldersel.c
584         * src/folderview.c
585         * src/imap.c
586         * src/mbox_folder.c
587         * src/mh.c
588         * src/news.c
589         * src/prefs_scoring.c
590         * src/summaryview.c
591                 use a common function to get a displayable name
592                 for a FolderItem
593
594 2003-03-13 [paul]       0.8.11claws10
595
596         * tools/Makefile.am
597           tools/README
598           tools/multiwebsearch.conf     ** NEW FILE **
599           tools/multiwebsearch.pl       ** NEW FILE **
600                 add multiwebsearch Actions script
601
602 2003-03-13 [colin]      0.8.11claws9
603
604         * src/compose.c
605                 Remove leading emtpy lines from quoted text
606                 before quoting it
607
608 2003-03-13 [melvin]     0.8.11claws8
609
610         * src/prefs_actions.c
611                 Fixed a memory leak
612                 Code clean ups
613                 Added Cancel and OK buttons
614                 Corrected help text
615
616 2003-03-13 [christoph]  0.8.11claws7
617
618         * src/account.c
619         * src/folder.[ch]
620         * src/imap.c
621         * src/mainwindow.c
622         * src/mbox_folder.c
623         * src/mh.c
624         * src/news.c
625         * src/setup.c
626                 replace more folder type stuff with folder class stuff
627
628 2003-03-13 [melvin]     0.8.11claws6
629
630         * src/prefs_actions.c
631                 Added new tokens:
632                 %u: user provided argument
633                 %h: user provided argument (hidden on input)
634                 %s: current text selection in the message view 
635
636 2003-03-13 [paul]       0.8.11claws5
637
638         * sync with 0.8.11cvs5
639                 see ChangeLog 2003-03-11, 2003-03-12
640
641 2003-03-12 [christoph]  0.8.11claws4
642
643         * src/folder.c
644                 use folder class idstr when writing folderlist.xml
645
646         * src/folder.h
647         * src/imap.c
648         * src/news.c
649                 replace folder type checks with folder class checks
650
651 2003-03-12 [christoph]  0.8.11claws3
652
653         * src/folder.[ch]
654         * src/imap.[ch]
655         * src/main.c
656         * src/mbox_folder.[ch]
657         * src/mh.[ch]
658         * src/news.[ch]
659                 o create a list of known folder classes in the folder system
660                 o use folder class id strings for folder item identifiers
661
662 2003-03-12 [christoph]  0.8.11claws2
663
664         * src/imap.c
665                 fix imap uid validity check
666
667 2003-03-12 [christoph]  0.8.11claws1
668
669         * src/account.c
670         * src/folder.[ch]
671         * src/foldersel.c
672         * src/folderview.c
673         * src/imap.c
674         * src/mainwindow.c
675         * src/mbox_folder.c
676         * src/mh.c
677         * src/news.c
678         * src/prefs_scoring.c
679         * src/procmsg.c
680         * src/setup.c
681         * src/summaryview.c
682                 initial restructuring of folder system, seperating
683                 folders and folder classes
684
685 2003-03-12 [paul]       0.8.11claws
686
687         0.8.11claws release
688
689 2003-03-12 [christoph]
690
691         * src/gtk/prefswindow.c
692                 fix translation of "Page Index"
693
694 2003-03-12 [paul]       0.8.10claws110
695
696         a sync from 0.8.11cvs4 before the release
697
698         * src/common/utils.c
699                 subject_compare_for_sort(): allow null strings (fixes
700                 summary sorting).
701
702 2003-03-11 [paul]       0.8.10claws109
703
704         * po/es.po
705                 update Spanish translation, submitted by
706                 Ricardo Mones Lastra
707
708 2003-03-11 [melvin]     0.8.10claws108
709
710         * po/fr.po
711                 Updated French translations
712
713 2003-03-11 [paul]       0.8.10claws107
714
715         * manual/en/Makefile.am
716           manual/en/*.html
717                 update English manual, add a new page
718                 updated by Francois Barriere <fbarriere@atmel.fr>
719                 
720         * po/bg.po
721           po/it.po
722           po/sr.po
723                 update Bulgarian, Italian, and Serbian translations
724                 submitted by George Danchev, Alessandro Maestri, and
725                 Urke MMI
726
727 2003-03-10 [paul]       0.8.10claws106
728
729         * src/gtk/about.c
730           src/gtk/prefswindow.c
731                 make some strings translatable
732
733 2003-03-10 [darko]      0.8.10claws105
734
735         * src/compose.c
736                 code cleanup to make Hiro happy
737
738 2003-03-10 [paul]       0.8.10claws104
739
740         * sync with 0.8.11cvs2
741                 see ChangeLog 2003-03-10
742
743 2003-03-09 [melvin]     0.8.10claws103
744
745         * src/textview.c
746                 textview_set_font(): fix for message display in
747                 UTF-8 locales (thanks to Sergey Vlasov).
748                 (was unintentionnaly reverted in 0.8.6claws6)   
749
750 2003-03-08 [darko]      0.8.10claws102
751
752         * src/compose.c
753                 fix infinite loop in wrapping as reported
754                 by happycactus
755                 obsoletes patch #696482
756
757 2003-03-08 [christoph]  0.8.10claws101
758
759         * src/imap.c
760                 add workaround for IMAP servers that do not
761                 support the "UID SEARCH UID" command
762
763 2003-03-07 [christoph]  0.8.10claws100
764
765         * src/plugins/spamassassin/spamassassin.[ch]
766         * src/plugins/spamassassin/spamassassin_gtk.c
767                 code cleanup
768
769 2003-03-07 [paul]       0.8.10claws99
770
771         * po/es.po
772                 updated Spanish translation, submitted by
773                 Ricardo Mones Lastra
774
775 2003-03-07 [christoph]  0.8.10claws98
776
777         * src/send.c
778                 fix in 0.8.10claws94 was wrong
779                 local delivery does not require escaping, remove escaping
780                 code to make signatures of mails with "." lines valid
781                 
782                 NOTE: requires that sendmail is executed with "-i" option,
783                       what is the default now, but has to be changed in all
784                       exsiting accounts)
785
786 2003-03-07 [paul]       0.8.10claws97
787
788         * sync with 0.8.11 release
789                 see ChangeLog 2003-03-07
790
791 2003-03-06 [paul]       0.8.10claws96
792
793         * src/compose.c
794                 revert commit 0.8.10claws92
795
796 2003-03-06 [paul]       0.8.10claws95
797
798         * src/folderview.c
799                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
800
801         * src/gtkaspell.c
802                 fix bug 74, 'Crash opening editor window with pseudo-color
803                 display'
804                 
805         Patches submitted by Kevin Vigor <kevin@vigor.nu>
806
807 2003-03-06 [christoph]  0.8.10claws94
808
809         * src/send.c
810                 fix rfc2821 (4.5.2) violation in SMTP data sending,
811                 all lines starting with a period get an extra period
812                 inserted
813                 (found by Simon 'corecode' Schubert)
814
815 2003-03-06 [paul]       0.8.10claws93
816
817         * src/folderview.c
818                 if configured font can't be loaded fall back to gtk
819                 default. (with thanks to Christoph)
820                 
821                 closes long-standing bug 15 'Crashes on startup'
822
823 2003-03-06 [paul]       0.8.10claws92
824
825         * src/compose.c
826                 freeze text before autosave and thaw afterwards
827                 fixes bug 67 'autosave make re-rediting message crazy'
828
829 2003-03-06 [christoph]  0.8.10claws91
830
831         * src/compose.c
832                 ignore address comment in dupe check for Cc-list
833
834         (closes reopened bug 47 Replying to message strips name part of
835          e-mail addresses of Cc: lines)
836
837 2003-03-06 [paul]       0.8.10claws90
838
839         * src/Makefile.am
840                 remove reference to gtkxtext.h as its no longer in
841                 the repository
842
843 2003-03-06 [paul]       0.8.10claws89
844
845         * sync with 0.8.10cvs25
846                 see ChangeLog 2003-03-06
847
848 2003-03-06 [oliver]     0.8.10claws88
849         
850         * src/messageview.c
851                 remove include
852
853 2003-03-06 [oliver]     0.8.10claws87
854         
855         * src/folderview.c 
856                 remove changes introduced inclaws74
857         * src/messageview.c
858                 another attempt to sanely delete and update
859                 messages deleted in separate messageview
860
861 2003-03-05 [christoph]  0.8.10claws86
862
863         * src/summaryview.c
864                 check if "From" matches any account's address if
865                 addressbook completion of addresses is disabled too
866
867         (closes Bug 70 "Display recipient in from" doesn't check
868          folder's default account)
869
870 2003-03-05 [christoph]  0.8.10claws85
871
872         * src/compose.c
873         * src/common/utils.[ch]
874                 don't strip address comments when building Cc lists
875
876         (closes Bug 47 Replying to message strips name part of e-mail addresses
877          of Cc: lines)
878
879         * src/folder.c
880                 fix return value of copy function
881
882 2003-03-05 [christoph]  0.8.10claws84
883
884         * src/imap.c
885                 don't ask imap server for non rfc822 headers
886
887         (closes bug 71 IMAP FETCH asks for FROM header field twice)
888
889         * src/imap.c
890                 destroy session on socket error to allow reconnecting
891
892 2003-03-05 [christoph]  0.8.10claws83
893
894         * configure.ac
895                 fix building with gnome when no prefix is set
896
897         (closes bug 66 Gnome directory is set to NONE)
898
899 2003-03-05 [paul]       0.8.10claws82
900
901         * sync with 0.8.10cvs23
902                 see ChangeLog 2003-03-05
903
904 2003-03-04 [christoph]  0.8.10claws81
905
906         * src/folder.c
907                 o fix moving and copying when folder returns 0 for new
908                   message number
909                 o remove some code for single message copy and move
910                   operations and use functions for multiple messages
911
912         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
913
914         * src/news.c
915                 remove unused include
916
917 2003-03-04 [paul]       0.8.10claws80
918
919         * src/gtk/about.c
920                 list 'Compiled plugins'
921
922 2003-03-03 [christoph]  0.8.10claws79
923
924         * src/news.[ch]
925                 have to multiply the percentage of the current fetch with
926                 the percentage that it has of the total fetch operation
927                 for correct values
928
929 2003-03-03 [christoph]  0.8.10claws78
930
931         * src/news.c
932                 fix calculation of expected lines for progress indicator
933
934 2003-03-03 [christoph]  0.8.10claws77
935
936         * src/summaryview.c
937         * src/common/utils.c
938                 fix segfault when opening the root news folder
939
940 2003-03-03 [christoph]  0.8.10claws76
941
942         * src/mainwindow.[ch]
943         * src/common/Makefile.am
944         * src/common/progressindicator.[ch]
945                 add UI independent progress indicator handling
946
947         * src/news.[ch]
948                 use new progress indicator for message info fetching
949
950         * src/common/hooks.h
951                 code cleanup
952
953 2003-03-03 [oliver]     0.8.10claws75
954
955         * src/toolbar.c
956         * src/compose.c
957                 removed commented code
958
959 2003-03-03 [oliver]     0.8.10claws74
960
961         * src/toolbar.[ch]
962                 cleanups and refactoring
963         * src/compose.[ch]
964                 compose_reply_mode reply & forwarding interface for
965                 toolbar buttons
966         * src/folderview.c
967                 act on messages marked for deletion in folderview_selected
968                 based on prefs_common.immediate_exec since a message might 
969                 have been deleted by messageview in a folder we are changing 
970                 to (does anybody understand what I'm on about ?)
971
972 2003-03-03 [oliver]     0.8.10claws73
973         
974         * src/messageview.[ch]
975                 new functions
976                 - messageview_delete: delete message shown in messagview
977                 - messageview_update_view: update messageview to currently 
978                   selected summaryview message
979                 - add separate messageview to msgview_list in order to update 
980                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
981         * src/summaryview.[ch]
982                 summary_get_selection returns a list of selected msgs
983                 in summaryview
984         * src/mainwindow.c
985                 toolbar reply refactoring
986
987 2003-03-03 [paul]       0.8.10claws72
988
989         * sync with 0.8.10cvs21
990                 see ChangeLog 2003-03-03
991
992 2003-03-02 [christoph]  0.8.10claws71
993
994         * src/common/passcrypt.c
995                 use POSIX includes
996
997 2003-03-02 [christoph]  0.8.10claws70
998
999         * configure.ac
1000         * src/prefs_account.c
1001         * src/prefs_gtk.[ch]
1002         * src/common/.cvsignore
1003         * src/common/Makefile.am
1004         * src/common/passcrypt.c                ** NEW **
1005         * src/common/passcrypt.h.in             ** NEW **
1006                 Implement password encryption in config files
1007                 using unix encrypt and setkey functions. The crypt
1008                 key can be set as a configure parameter. Old
1009                 passwords will be converted if they do not begin
1010                 with '!'
1011
1012 2003-03-02 [paul]       0.8.10claws69
1013
1014         * src/prefs_account.c
1015                 fix compile error
1016
1017 2003-03-01 [thorsten]   0.8.10claws68
1018
1019         * po/el.po
1020           po/hr.po
1021           po/it.po
1022           po/nl.po
1023           po/sr.po
1024           po/sv.po
1025                 corrected format strings
1026         * po/en_GB.po
1027                 corrected headers
1028                 (fix compile errors with GNU gettext-0.11.5)
1029
1030 2003-03-01 [oliver]     0.8.10claws67
1031
1032         * src/summaryview.c
1033                 menu callbacks call toolbar_menu_reply
1034
1035 2003-03-01 [oliver]     0.8.10claws66
1036
1037         * src/mainwindow.c
1038         * src/messageview.c
1039                 menu callbacks call toolbar_menu_reply
1040         * src/toolbar.[ch]
1041                 callbacks from menu handled by toolbar_menu_reply
1042
1043 2003-03-01 [paul]       0.8.10claws65
1044
1045         * src/addressbook.c
1046                 revert commit 0.8.10claws54 - breaks editing of
1047                 addressbook.
1048                 
1049         * po/bg.po
1050                 update Bulgarian translation, submitted by
1051                 George Danchev
1052
1053 2003-02-28 [christoph]  0.8.10claws64
1054
1055         * src/account.c
1056         * src/addressadd.c
1057         * src/compose.c
1058         * src/gtkaspell.c
1059         * src/gtkxtext.h                ** REMOVE **
1060         * src/imap.c
1061         * src/matcher.[ch]
1062         * src/mh.c
1063         * src/news.c
1064         * src/pine.c
1065         * src/prefs_common.c
1066         * src/prefs_matcher.c
1067         * src/procheader.[ch]
1068         * src/procmsg.[ch]
1069         * src/toolbar.c
1070         * src/common/ssl_certificate.c
1071         * src/gtk/colorlabel.c
1072         * src/gtk/menu.c
1073                 o fix warnings
1074                 o remove code obsoleted by new cache and folder system rework
1075
1076 2003-02-28 [oliver]     0.8.10claws63
1077         
1078         * src/toolbar.[ch]
1079                 * fix bug where reply in Messageview replied to 
1080                 Message displayed in summaryview
1081                 (reportedd via ML by chinatinte at gmx dot ch)
1082                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1083                 didn't work in separate MessageView Toolbar
1084                 (wondering if anybody uses this at all ?)
1085         * src/summaryview.[ch]
1086                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1087                 (generalize reply and forward code);
1088         * src/messageview.c 
1089                 remove focus_in event which updated summaryview to messageview
1090
1091 2003-02-28 [paul]       0.8.10claws62
1092
1093         * po/Makefile.in.in
1094                 add the --check option
1095                 Patch submitted by Ricardo Mones Lastra
1096
1097 2003-02-28 [paul]       0.8.10claws61
1098
1099         * src/prefs_account.c
1100                 re-order 'Signature' items
1101
1102 2003-02-28 [paul]       0.8.10claws60
1103
1104         * sync with 0.8.10cvs20
1105                 see ChangeLog 2003-02-28
1106
1107 2003-02-28 [paul]       0.8.10claws59
1108
1109         * po/POTFILES.in
1110                 update to reflect recent movement of files
1111
1112 2003-02-28 [paul]       0.8.10claws58
1113
1114         * sync with 0.8.10cvs19
1115                 see ChangeLog 2003-02-28
1116
1117 2003-02-27 [martin]     0.8.10claws57
1118
1119         * src/prefs_matcher.c 
1120                 fix segfault in prefs_matcher_ok() when the
1121                 last entry is deleted and prevents that the
1122                 message "entry not saved" comes up after deleting
1123                 an entry
1124
1125 2003-02-27 [martin]     0.8.10claws56
1126
1127         * src/prefs_filtering.c 
1128                 fix segfault in prefs_filtering_ok() when the
1129                 last entry is deleted and prevents that the
1130                 message "entry not saved" comes up after deleting
1131                 an entry
1132
1133 2003-02-27 [paul]       0.8.10claws55
1134
1135         * sync with 0.8.10cvs18
1136                 see ChangeLog 2003-02-27
1137
1138 2003-02-27 [paul]       0.8.10claws54
1139
1140         * src/addressbook.c
1141                 fix bug where the address book crashes with 
1142                 multiple lookups.
1143                 Patch [687729] submitted by David Frager 
1144                 <dbfrager@users.sourceforge.net>
1145
1146 2003-02-25 [christoph]  0.8.10claws53
1147
1148         * src/Makefile.am
1149         * src/colorlabel.[ch]           ** REMOVE **
1150         * src/gtk/Makefile.am
1151         * src/gtk/colorlabel.[ch]       ** NEW **
1152                 move colorlabel files to gtk directory
1153
1154         * src/esmtp.[ch]                ** REMOVE **
1155                 has been merged into smtp.[ch] in 0.7.5
1156
1157 2003-02-25 [christoph]  0.8.10claws52
1158
1159         * src/Makefile.am
1160         * src/about.[ch]                ** REMOVE **
1161         * src/gtk/Makefile.am
1162         * src/gtk/about.[ch]            ** NEW **
1163                 move about files to gtk directory
1164
1165 2003-02-25 [christoph]  0.8.10claws51
1166
1167         * src/folder.c
1168                 some code optimization of folder scanning code
1169
1170         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1171
1172 2003-02-25 [christoph]  0.8.10claws50
1173
1174         * src/main.c
1175         * src/common/sylpheed.c
1176                 add command line parameter parsing to common code
1177
1178 2003-02-24 [christoph]
1179
1180         * Makefile.am
1181         * configure.ac
1182                 fix gnome prefix problems, the configure script now removed
1183                 `gnome-config --prefix` from `gnome-config --datadir`
1184                 and adds $(prefix} instead
1185
1186         (closes Bug 24 Makefile does not respect prefix when installing
1187          GNOME data)
1188
1189 2003-02-24 [christoph]  0.8.10claws49
1190
1191         * src/news.c
1192                 check for valid session before trying to authenticate
1193
1194         (closes Bug 60 crash if "authenticate on logon" is activated
1195          and newsserver-hostname is not valid)
1196
1197 2003-02-24 [melvin]     0.8.10claws48
1198
1199         * src/prefs_actions.c
1200                 Make sure all user's input is sent to the action and then
1201                 close the socket..
1202
1203 2003-02-23 [alfons]     0.8.10claws46
1204
1205         * src/summaryview.c
1206                 also wait cursor when deleting files
1207
1208 2003-02-23 [paul]
1209
1210         * tools/freshmeat_search.pl
1211           tools/google_search.pl
1212                 scripts should now work for any browser/browser command line
1213
1214 2003-02-22 [christoph]  0.8.10claws45
1215
1216         * src/procmsg.c
1217                 fix IMAP flag setting, IMAP flag is not handled correctly
1218                 anymore by the folder system and information about the
1219                 folder should not be saved in the MsgInfo (in my opinion)
1220
1221         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1222
1223 2003-02-22 [christoph]  0.8.10claws44
1224
1225         * src/summaryview.c
1226                 fix spelling of "label" ;-)
1227
1228 2003-02-22 [thorsten]   0.8.10claws43
1229
1230         * src/mimeview.c
1231           src/prefs_common.[ch]
1232           src/procmime.[ch]
1233                 do not use description as attachment name
1234
1235 2003-02-22 [alfons]     0.8.10claws42
1236
1237         * src/summaryview.c
1238                 freeze/thaw folder item updates when changing color labels,
1239                 and put a wait cursors on
1240
1241 2003-02-22 [thorsten]   0.8.10claws41
1242
1243         * src/mimeview.c
1244                 save-all fixes: crash if invoked on multipart container,
1245                 mimeinfo access, pathseparators, error dialog
1246
1247 2003-02-21 [alfons]     0.8.10claws40
1248
1249         * src/prefs_gtk.c
1250                 remove unused var
1251
1252 2003-02-21 [colin]      0.8.10claws39
1253
1254         * src/send.c
1255                 Fix smtp logging
1256
1257 2003-02-21 [colin]      0.8.10claws38
1258
1259         * src/summaryview.c
1260                 Freeze/thaw folderItem updates when filtering messages 
1261                 via Tools/Filter messages
1262
1263 2003-02-21 [paul]       0.8.10claws37
1264
1265         * src/compose.c
1266                 revert commit 0.8.10claws26, there are ulterior motives
1267                 for users to set a Reply-To header when posting to
1268                 newsgroups
1269
1270 2003-02-21 [paul]       0.8.10claws36
1271
1272         * sync with 0.8.10cvs17
1273                 see ChangeLog 2003-02-21
1274
1275 2003-02-20 [christoph]  0.8.10claws35
1276
1277         * src/imap.c
1278                 IMAP UID fetch speedup using SEARCH
1279
1280         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1281
1282         * src/imap.c
1283                 fix problem with UIDs in IMAP UID cache that no longer existed
1284
1285 2003-02-20 [christoph]  0.8.10claws34
1286
1287         * src/imap.c
1288         * src/procheader.c
1289         * src/procheader.h
1290                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1291
1292         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1293
1294         * src/imap.c
1295                 Rewrite imap_cmd_gen_recv use sock_getline instead
1296                 of sock_gets to avoid problems with too long reply
1297                 lines
1298     
1299 2003-02-20 [colin]      0.8.10claws33
1300         
1301         * src/prefs_account.c
1302                 Better wording
1303
1304 2003-02-20 [colin]      0.8.10claws32
1305
1306         * src/compose.c
1307                 Remove useless '&& !to_sender' 
1308
1309 2003-02-20 [darko]
1310
1311         * AUTHORS
1312                 change my e-mail address
1313
1314 2003-02-19 [colin]      0.8.10claws31
1315
1316         * src/prefs_common.c
1317                 X11 style colors for every configurable color
1318
1319 2003-02-19 [alfons]     0.8.10claws30
1320
1321         * src/prefs_gtk.[ch]
1322         * src/prefs_common.c
1323                 for color_new accept both plain integers and X11 style color
1324                 names (as found in /usr/lib/X11/rgb.txt)
1325
1326 2003-02-19 [paul]       0.8.10claws29
1327
1328         * src/mainwindow.c
1329                 add tooltips to online/offline button and account selector
1330                 button
1331
1332 2003-02-19 [paul]       0.8.10claws28
1333
1334         * src/folder.c
1335           src/news.c
1336           src/prefs_account.[ch]
1337           src/prefs_common.[ch]
1338                 move 'Maximum number of articles to download' to
1339                 account prefs.
1340                 clean up account prefs gui a little by hiding entries
1341                 rather then greying out entries
1342
1343 2003-02-19 [hiro]       0.8.10claws27
1344
1345         * src/common/utils.c
1346                 fix bug #54 'yesterdays date is displayed in the message 
1347                 summary window'
1348
1349 2003-02-19 [paul]       0.8.10claws26
1350
1351         * src/compose.c
1352                 fix bug reported in Feature Request [688596] 
1353                 'Reply-to header in news'
1354
1355 2003-02-18 [paul]       0.8.10claws25
1356
1357         * src/select-keys.c
1358                 add a 'List all keys' button to key selection dialog
1359
1360 2003-02-18 [colin]      0.8.10claws24
1361         
1362         * src/stock_pixmap.c
1363                 fix compile error
1364
1365 2003-02-18 [colin]      0.8.10claws23
1366
1367         * src/common/smtp.[ch]
1368           src/prefs_account.c
1369                 Try to starttls if it seems to be the only
1370                 way to authenticate a user
1371
1372 2003-02-18 [paul]       0.8.10claws22
1373
1374         * src/Makefile.am
1375           src/folderview.c
1376           src/stock_pixmap.[ch]
1377           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1378           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1379                 as a Drafts folder is a special folder allow it to have
1380                 its own unique icons
1381
1382 2003-02-18 [colin]      0.8.10claws21
1383
1384         * src/imap.c
1385                 Fix port selection when using starttls
1386
1387 2003-02-18 [paul]       0.8.10claws20
1388
1389         * src/mainwindow.c
1390           src/prefs_common.[ch]
1391                 make blue the default new mail colour
1392
1393 2003-02-18 [paul]       0.8.10claws19
1394
1395         * sync with 0.8.10cvs14
1396                 see ChangeLog 2003-02-18
1397
1398 2003-02-17 [jens]       0.8.10claws18
1399
1400         * src/common/md5.c
1401                 fixed a compile problem with gcc 3.3
1402                 works on 2.95.3 too (testet on PPC as it is big endian)
1403
1404 2003-02-17 [paul]       0.8.10claws17
1405
1406         * sync with 0.8.10cvs13
1407                 see ChangeLog 2003-02-17
1408
1409 2003-02-17 [paul]       0.8.10claws16
1410
1411         * sync with 0.8.10cvs12
1412                 see ChangeLog 2003-02-17
1413
1414 2003-02-16 [match]      0.8.10claws15
1415
1416         * src/addressbook.c
1417                 Eliminates reloading of address data when items
1418                 deleted or added. Applied submitted by
1419                 Luke Plant <lukeplant@softhome.net>
1420
1421 2003-02-16 [paul]       0.8.10claws14
1422
1423         * src/news.c
1424                 when a 'protocol error' is encountered disconnect from
1425                 the server. This means that the user can carry on viewing
1426                 other articles and doesn't have to either wait until the
1427                 server timesout or quit sylpheed.
1428                 Fixes bug #53 'Unable to read messages in newsgroups, 
1429                 displayed message doesn't change'
1430
1431 2003-02-15 [christoph]  0.8.10claws13
1432
1433         * src/imap.c
1434                 fix bug that stopped scanning of folders when an
1435                 IMAP folder was empty
1436
1437         (closes bug 46 stop scan messages in folders after empty folder)
1438
1439 2003-02-15 [paul]
1440
1441         * tools/Makefile.am
1442           tools/README
1443           tools/freshmeat_search.pl     ** NEW FILE **
1444           tools/google_search.pl        ** NEW FILE **
1445                 Add 2 Actions scripts which search freshmeat/google
1446                 for the selected text using the browser configured
1447                 in sylpheedrc.
1448                 
1449         Note: These scripts are very dependent on the format of the
1450         browser command and may not work on every occasion. Testing
1451         is welcome. 
1452
1453 2003-02-14 [alfons]     0.8.10claws12
1454
1455         * src/compose.c
1456                 fix breakage because of uninitialized account pointer.
1457                 please verify.
1458
1459 2003-02-14 [paul]       0.8.10claws11
1460
1461         * src/compose.c
1462           src/prefs_account.[ch]
1463           src/prefs_common.[ch]
1464                 move signature settings to Account Prefs
1465
1466 2003-02-14 [paul]       0.8.10claws10
1467
1468         * sync with 0.8.10cvs11
1469                 see ChangeLog 2003-02-14
1470
1471 2003-02-13 [thorsten]   0.8.10claws9
1472
1473         * src/news.c
1474                 revert news progressbar (GUI separation)
1475
1476 2003-02-13 [paul]       0.8.10claws8
1477
1478         * src/compose.c
1479                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1480                 paragraph 1
1481
1482 2003-02-13 [paul]       0.8.10claws7
1483
1484         * src/compose.[ch]
1485           src/summaryview.c
1486                 fix 'Follow-up and Reply-to' so that it creates a reply to
1487                 the newsgroup and the sender. If the message has the keyword
1488                 'poster' in the Followup-To header, all replies go to the
1489                 sender, re: RFC 1036, Section 2.2.3
1490                 rename all instances of 'ignore_replyto' to 'to_sender', both
1491                 were previously used, now we use just one.
1492
1493 2003-02-13 [paul]       0.8.10claws6
1494
1495         * sync with 0.8.10cvs9
1496                 see ChangeLog 2003-02-13
1497
1498 2003-02-13 [paul]       0.8.10claws5
1499
1500         * configure.ac
1501                 show which plugins are configured in the configure
1502                 output.
1503
1504 2003-02-12 [thorsten]   0.8.10claws4
1505
1506         * src/news.c
1507                 show progress while fetching news headers
1508
1509 2003-02-12 [christoph]  0.8.10claws3
1510
1511         * configure.ac
1512         * src/plugins/Makefile.am
1513                 use AM_CONDITIONAL to enable plugins, automake correctly
1514                 manages this when creating distdir
1515
1516 2003-02-12 [christoph]  0.8.10claws2
1517
1518         * ac/spamassassin.m4
1519         * src/plugins/spamassassin/Makefile.am
1520                 fix building SpamAssassin plugin without OpenSSL
1521
1522 2003-02-12 [paul]       0.8.10claws1
1523
1524         * ac/Makefile.am
1525           src/Makefile.am
1526           src/plugins/Makefile.am
1527                 fix failure of 'make release'
1528
1529 2003-02-12 [paul]       0.8.10claws
1530
1531         * 0.8.10claws released
1532
1533 2003-02-12 [paul]       0.8.9claws56
1534
1535         * po/bg.po
1536           po/es.po
1537           po/it.po
1538           po/ru.po
1539           po/sr.po
1540                 updated translations by George Danchev, Ricardo Mones Lastra,
1541                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1542                 
1543         * sylpheed.spec.in
1544                 Allow the building of RPMs by a regular user. Submitted
1545                 by Sergei Astanin
1546
1547 2003-02-11 [alfons]     0.8.9claws55
1548
1549         * src/colorlabel.c
1550                 don't use pixmaps for label color rect but draw rectangles
1551                 so we can respect the color map of palette based visuals
1552                 (fixes the long time crashes on Suns - thanks to Andreas
1553                 Engel and Steve O'Hara-Smith for testing)
1554
1555 2003-02-11 [christoph]  0.8.9claws54
1556
1557         * src/matcher_parser_parse.y
1558                 correct bug where filering rules of not existing folders in
1559                 matcherrc were added to global filtering
1560                 
1561         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1562          main filter-rules after removing directory, http://bugs.debian.org/180253)
1563         
1564 2003-02-11 [paul]       0.8.9claws53
1565
1566         * sync with 0.8.10cvs7
1567                 see ChangeLog 2003-02-09
1568
1569 2003-02-11 [melvin]     0.8.9claws52
1570
1571         * po/fr.po
1572                 Updated French tranlsations
1573
1574 2003-02-10 [paul]       0.8.9claws51
1575
1576         * sylpheed.spec.in
1577                 correct --enable-openssl
1578                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1579
1580 2003-02-09 [martin]     0.8.9claws50
1581
1582         * src/prefs_matcher.c
1583                 fix segfault in prefs_matcher_substitute_cb() when
1584                 no row is selected
1585
1586 2003-02-09 [paul]       0.8.9claws49
1587
1588         * src/folderview.c
1589                 fix bug where a newsgroup folder's processing rules were
1590                 merged with the global filtering rules when the newsgroup
1591                 folder was deleted, causing some seriously bad results,
1592                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1593
1594 2003-02-08 [melvin]     0.8.9claws48
1595
1596         * src/compose.c
1597                 Corrected and modified an alert message.
1598
1599 2003-02-07 [paul]       0.8.9claws47
1600
1601         * src/folderview.c
1602                 fix bug where both an 'Account properties' window and a
1603                 'Folder properties' window were opened when clicking on
1604                 'Properties' in an NNTP or IMAP folder's popup menu.
1605
1606 2003-02-07 [paul]       0.8.9claws46
1607
1608         * sync with 0.8.10cvs6
1609                 see ChangeLog 2003-02-06
1610
1611 2003-02-06 [christoph]  0.8.9claws45
1612
1613         * src/mbox.c
1614                 freeze folder updates while importing mbox files
1615                 (closes bug 43 importing mbox took hours)
1616                 
1617         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1618
1619 2003-02-06 [thorsten]   0.8.9claws44
1620
1621         * po/de.po
1622                 Updated german translations
1623
1624 2003-02-06 [thorsten]   0.8.9claws43
1625
1626         * src/news.h
1627                 use guint for message numbers (fix count in grouplist dialog)
1628
1629 2003-02-05 [paul]       0.8.9claws42
1630
1631         * sync with 0.8.10cvs2
1632                 see ChangeLog 2003-02-05
1633
1634 2003-02-04 [colin]      0.8.9claws41
1635
1636         * src/prefs_common.[ch]
1637           src/procmsg.c
1638           src/summaryview.c
1639                 Add an option to disable threading by subject
1640
1641 2003-02-04 [christoph]  0.8.9claws40
1642
1643         * src/inc.c
1644                 only abort fetching mails from multiple accounts when the
1645                 error is fatal and does not allow to check any more accounts
1646                 (currently only disk full error)
1647
1648         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1649          receive mails for other accouts)
1650
1651 2003-02-04 [christoph]  0.8.9claws39
1652
1653         * src/folder.c
1654                 first add the new message to the cache, then
1655                 send the update notification
1656
1657         (closes bug 39 after sending message folderview doesnt get updated)
1658
1659 2003-02-04 [colin]      0.8.9claws38
1660
1661         * src/inc.c
1662                 _really_ fix this Connecting... status
1663
1664 2003-02-04 [paul]       0.8.9claws37
1665
1666         * sync with 0.8.10
1667                 see ChangeLog 2003-02-04
1668
1669 2003-02-04 [paul]       0.8.9claws36
1670
1671         * sync with 0.8.9cvs6
1672                 see ChangeLog 2003-02-03
1673
1674 2003-02-04 [paul]       0.8.9claws35
1675
1676         * po/pt_BR.po
1677                 updated by André Filipe de Assunção e Brito 
1678                 <bedecko@netsite.com.br>
1679
1680 2003-02-03 [thorsten]   0.8.9claws34
1681
1682         * po/de.po
1683                 Updated german translations
1684
1685 2003-02-02 [paul]       0.8.9claws33
1686
1687         * po/es.po
1688                 updated by Ricardo Mones Lastra
1689
1690 2003-02-02 [thorsten]   0.8.9claws32
1691
1692         * src/mh.c
1693                 Fix mh_get_msginfo() segfault if file is inaccessible
1694
1695 2003-01-31 [colin]      0.8.9claws31
1696
1697         * src/procheader.c
1698                 Fix last commit's bug
1699
1700 2003-01-31 [colin]      0.8.9claws30
1701
1702         * src/procheader.c
1703                 Missing a change for gpg-signed messages
1704
1705 2003-01-31 [paul]       0.8.9claws29
1706
1707         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1708           src/procheader.c
1709           src/stock_pixmap.[ch]
1710           src/summaryview.c
1711                 indicate GnuPG signed messages by displaying an icon
1712                 in the Attachment column.
1713
1714 2003-01-31 [paul]       0.8.9claws28
1715
1716         * sync with 0.8.9cvs4
1717                 see ChangeLog 2003-01-31
1718
1719 2003-01-31 [alfons]     0.8.9claws27
1720
1721         * src/textview.c
1722                 tune URI parser to accept mailto URLs with a '?'
1723                 (patch from Ruslan Balkin)
1724
1725 2003-01-31 [colin]      0.8.9claws26
1726
1727         * src/summaryview.c
1728                 Fix a leak introduced in claws24
1729
1730 2003-01-31 [colin]      0.8.9claws25
1731
1732         * src/summaryview.c
1733                 Freeze/Thaw folder updates when deleting dups
1734
1735 2003-01-31 [colin]      0.8.9claws24
1736         
1737         * src/addr_compl.c
1738           src/summaryview.c
1739           src/msgcache.c
1740                 little speed improvements
1741
1742 2003-01-31 [colin]      0.8.9claws23
1743
1744         * src/summaryview.c
1745                 Fix segfault when forwarding nothing
1746                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1747                 
1748 2003-01-30 [paul]       0.8.9claws22
1749
1750         * sync with 0.8.9cvs3
1751                 see ChangeLog 2003-01-30
1752
1753 2003-01-30 [paul]       0.8.9claws21
1754
1755         * sync with 0.8.9cvs2
1756                 see ChangeLog 2003-01-30
1757
1758 2003-01-29 [paul]       0.8.9claws20
1759
1760         * sync with 0.8.9cvs1
1761                 see ChangeLog 2003-01-29
1762
1763 2003-01-28 [paul]       0.8.9claws19
1764
1765         * po/POTFILES.in
1766                 update to reflect changes. 
1767                 thanks to Ricardo Mones Lastra
1768
1769 2003-01-27 [christoph]  0.8.9claws18
1770
1771         * ac/openssl.m4
1772         * ac/spamassassin.m4
1773         * src/plugins/spamassassin/README
1774         * src/plugins/spamassassin/libspamc.[ch]
1775         * src/plugins/spamassassin/utils.[ch]
1776                 updated to latest libspamc
1777
1778 2003-01-27 [christoph]  0.8.9claws17
1779
1780         * src/folder.c
1781                 fix wrong use of procheader_get_header_fields
1782
1783 2003-01-27 [christoph]  0.8.9claws16
1784
1785         * src/news.c
1786         * src/prefs_account.[ch]
1787         * src/common/nntp.[ch]
1788                 allow to force authentication for NNTP servers
1789
1790         Patch submitted by Florian Mickler <dmk@d-labs.de>
1791
1792 2003-01-26 [paul]       0.8.9claws15
1793
1794         * src/summaryview.c
1795                 speed up of marking messages as read
1796                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1797
1798 2003-01-26 [christoph]  0.8.9claws14
1799
1800         * src/Makefile.am
1801         * src/mgutils.[ch]              ** REMOVE **
1802         * src/xml.[ch]                  ** REMOVE **
1803         * src/xmlprops.[ch]             ** REMOVE **
1804         * src/common/Makefile.am
1805         * src/common/mgutils.[ch]       ** NEW **
1806         * src/common/xml.[ch]           ** NEW **
1807         * src/common/xmlprops.[ch]      ** NEW **
1808                 move xml files to common directory
1809
1810 2003-01-26 [christoph]  0.8.9claws13
1811
1812         * src/plugins/spamassassin/spamassassin_gtk.c
1813                 only set gtk entry text if string is available
1814
1815 2003-01-26 [melvin]     0.8.9claws12
1816
1817         * src/description_window.c
1818                 Allow resizing of the window
1819                 Allow automatic horizontal scroll bar
1820                 Do not vertically expand and fill
1821
1822 2003-01-26 [christoph]  0.8.9claws11
1823
1824         * src/Makefile.am
1825         * src/gtkutils.[ch]             ** REMOVE **
1826         * src/common/sylpheed.c
1827         * src/gtk/Makefile.am
1828         * src/gtk/description_window.c
1829         * src/gtk/gtkutils.[ch]         ** NEW **
1830         * src/gtk/prefswindow.c
1831                 move gtkutils to gtk directory
1832
1833 2003-01-26 [paul]       0.8.9claws10
1834
1835         * src/summaryview.c
1836                 rename summary_unread_clicked() to summary_status_clicked()
1837
1838 2003-01-26 [melvin]     0.8.9claws9
1839
1840         * src/prefs_actions.c
1841                 Cosmetical changes to the help text
1842
1843 2003-01-26 [paul]       0.8.9claws8
1844
1845         * src/folder.[ch]
1846           src/mainwindow.c
1847           src/prefs_common.c
1848           src/prefs_sumamry_column.c
1849           summaryview.[ch]
1850                 rename the 'Unread' column to 'Status'
1851
1852 2003-01-25 [match]      0.8.9claws7
1853
1854         * src/mgutils.[ch]
1855                 removed reference to LDAP constants. removed error2string.
1856                 included functions to support LDAP dynamic queries.
1857         * src/syldap.h
1858                 moved LDAP constants here.
1859         * src/addressbook.c
1860         * src/addrindex.c
1861         * src/importldif.c
1862                 removed references to LDAP constants and references to
1863                 error2string.
1864
1865 2003-01-25 [paul]       0.8.9claws6
1866
1867         * src/summaryview.c
1868                 summary_thread_build(), summary_thread_init(): remove 
1869                 unneeded reference to summaryview->folder_item
1870
1871 2003-01-25 [christoph]  0.8.9claws5
1872
1873         * src/gtk/description_window.c
1874                 o allow description texts to expand over multiple columns
1875                 o translate all columns
1876         * src/prefs_actions.c
1877                 change syntax description to use new multi column feature
1878
1879         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1880
1881 2003-01-25 [match]      0.8.9claws4
1882
1883         * src/vcard.c
1884                 fixed bug with Quoted-Printable
1885
1886 2003-01-25 [paul]       0.8.9claws3
1887
1888         * src/folder.[ch]
1889           src/summaryview.[ch]
1890                 implement per-folder collapsed/expanded threads setting
1891                 
1892         * src/prefs_common.c
1893                 remove global collapsed/expanded threads option
1894
1895 2003-01-25 [christoph]  0.8.9claws2
1896
1897         * po/POTFILES.in
1898                 add pluginwindow and prefswindow
1899         * src/compose.c
1900                 make send respond correctly to messages that could be added
1901                 to the queue folder, but the UID of the message is unknown
1902         * src/folder.c
1903         * src/imap.c
1904                 don't return guessed UIDs in imap_add_msg anymore. We return
1905                 0 to tell the folder system it was appened but the UID is
1906                 unknown. Folder system now get's the UID by scaning the folder
1907                 and searching the cache for the Message-ID
1908                 (closes bug #29 Messages queued, but not sent)
1909
1910 2003-01-25 [paul]       0.8.9claws1
1911
1912         * src/codeconv.c
1913                 conv_encode_header():  fix bug when long headers with 8-bit
1914                 characters are used, so that the encoded words are wrapped.
1915                 If the space in the original text falls on the wrap boundary,
1916                 it can be lost.
1917                 Patch by Sergey Vlasov.
1918                 
1919         * src/folderview.c
1920                  fix bug where a change to the sorting method or thread view
1921                  of a folder's messages is lost if simpify-subject is set and
1922                  toggled on or off.
1923                  Patch by Luke Plant.
1924
1925 2003-01-24 [paul]       0.8.9claws
1926
1927         * sylpheed-0.8.9claws released
1928         
1929         * Makefile.am
1930           sylpheed.spec.in
1931                 remove reference to 'INSTALL.jp'
1932
1933 2003-01-23 [paul]       0.8.8claws128
1934
1935         * po/es.po
1936           po/it.po
1937           po/ru.po
1938           po/sr.po
1939                 updated translations. submitted by Ricardo Mones Lastra,
1940                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1941
1942 2003-01-23 [colin]      0.8.8claws127
1943
1944         * src/compose.c
1945                 Fix drafted and queued news articles re-edition
1946
1947 2003-01-23 [melvin]     0.8.8claws126
1948
1949         * po/fr.po
1950                 Updated French translations
1951
1952 2003-01-23 [colin]      0.8.8claws125
1953
1954         * src/inc.c
1955                 Fix "Connecting to..." status message
1956
1957 2003-01-22 [paul]       0.8.8claws124
1958
1959         * po/bg.po
1960                 updated by George Danchev
1961                 
1962         * src/folder.c
1963                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1964                 and folder deletion
1965
1966 2003-01-21 [paul]       0.8.8claws123
1967
1968         * po/bg.po
1969                 updated by George Danchev
1970                 
1971         * src/about.c
1972                 its now 2003
1973                 
1974         * src/toolbar.c
1975                 don't translate 'Separator'
1976                 
1977         * src/plugins/spamassassin/Makefile.am
1978                 add aspell to CPPFLAGS
1979                 
1980         * src/plugins/spamassassin/spamassassin.c
1981           src/plugins/spamassassin/spamassassin_gtk.c
1982                 set correct default for spamassassin_receive_spam
1983                 slightly re-word descriptions and some
1984                 other minor changes
1985
1986 2003-01-19 [alfons]     0.8.8claws122
1987                 
1988         * src/mimeview.c
1989                 mimeview_save_as(): we might as well show the file name for
1990                 the single case "Save As" too
1991
1992 2003-01-19 [alfons]     0.8.8claws121
1993
1994         * src/crash.c
1995                 change bug tracker URL to bugzilla URL
1996
1997 2003-01-19 [alfons]     0.8.8claws120
1998
1999         * src/mimeview.c
2000                 mimeview_save_all(): display name of file before overwriting;
2001                 continue saving all, even when one overwrite was cancelled
2002
2003 2003-01-19 [christoph]  0.8.8claws119
2004
2005         * src/summaryview.c
2006         * src/procmsg.[ch]
2007                 fix wrong usage of procmsg_find_children in summaryview
2008                 by using procmsg_update_unread_children instead of
2009                 summaryview_update_unread_children
2010
2011 2003-01-19 [christoph]  0.8.8claws118
2012
2013         * src/procmsg.c
2014                 fix infinite loop in procmsg_find_children
2015                  (closes bug #25 sylpheed crashes on delete.)
2016
2017         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2018
2019 2003-01-19 [paul]       0.8.8claws117
2020
2021         * po/pt_BR.po
2022                 updated by Ivan Francolin Martinez
2023
2024 2003-01-18 [melvin]     0.8.8claws116
2025
2026         * src/prefs_actions.c
2027                 Removed syntax limitation of only one '&' at the end of command.
2028                         Now actions that contain '>/dev/null 2>&1' are possible.
2029
2030 2003-01-18 [melvin]     0.8.8claws115
2031
2032         * src/prefs_actions.c
2033                 Actions IO dialog: when the action ends
2034                 the "Close" button now has focus and [Escape] closes the
2035                 window.
2036
2037 2003-01-18 [christoph]  0.8.8claws114
2038
2039         * src/procmsg.c
2040                 o add debug output when MsgInfos are really freed
2041                 o free GSLists in procmsg_find_children and
2042                   procmsg_update_unread_children
2043
2044 2003-01-18 [christoph]  0.8.8claws113
2045
2046         * src/mainwindow.c
2047                 reorder Configuration menu
2048
2049 2003-01-18 [christoph]  0.8.8claws112
2050
2051         * src/compose.c
2052                 fix applying templates to forwarded messages
2053
2054         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2055
2056 2003-01-17 [christoph]  0.8.8claws111
2057
2058         * src/folder.c
2059                 destroy folder items, when a folder item is removed
2060
2061 2003-01-17 [christoph]  0.8.8claws110
2062
2063         * src/folder.c
2064                 fix wrong folder stats update when ignored message is
2065                 deleted
2066
2067 2003-01-17 [colin]      0.8.8claws109
2068         
2069         * src/mainwindow.c
2070         * src/summaryview.c
2071                 Quicksearch bugfixes: 
2072                 - hide help button at startup if not extended
2073                 - switch to extended when looking for replies
2074
2075 2003-01-17 [paul]
2076
2077         * sync with 0.8.9 release
2078
2079 2003-01-17 [paul]       0.8.8claws108
2080
2081         * sync with 0.8.8cvs11
2082                 see ChangeLog 2003-01-17
2083
2084 2003-01-16 [colin]      0.8.8claws107
2085
2086         * src/procmsg.c
2087                 Changed encryption test to re-ask passphrase
2088                 if an encrypted message hasn't been decrypted
2089                 Fixes bug #5
2090
2091 2003-01-16 [christoph]  0.8.8claws106
2092
2093         * src/prefs_gtk.c
2094         * src/prefs_toolbar.c
2095         * src/gtk/prefswindow.h
2096         * src/plugins/spamassassin/spamassassin_gtk.c
2097                 remove page destroy function that is not used anymore
2098
2099 2003-01-16 [paul]       0.8.8claws105
2100
2101         * sync with 0.8.8cvs9
2102                 see ChangeLog 2002-01-16
2103
2104 2003-01-16 [colin]      0.8.8claws104
2105
2106         * src/compose.[ch]
2107                 Fix bug with autosaved drafts for IMAP, when draft
2108                 folder is specified - fixes bugzilla bug #20
2109
2110 2003-01-15 [paul]       0.8.8claws103
2111
2112         * src/compose.[ch]
2113           src/procmsg.c
2114                 store folder and message-id of message forwarding
2115                 in queue header and set forward flag after sending
2116
2117 2003-01-15 [paul]       0.8.8claws102
2118
2119         * sync with 0.8.8cvs8
2120                 see ChangeLog 2002-01-15
2121
2122 2003-01-15 [colin]      0.8.8claws101
2123
2124         * src/Makefile.am
2125                 Fix linking with GNU libiconv
2126
2127 2003-01-15 [darko]      0.8.8claws100
2128
2129         * src/pine.c
2130                 fix crash when importing pine address book
2131                 entry with an empty name (reported by DY
2132                 <dybulk at tri8.net>)
2133
2134 2003-01-14 [paul]       0.8.8claws99
2135
2136         * configure.in  ** REMOVED **
2137           configure.ac  ** NEW FILE **
2138                 rename configure.in to configure.ac, as it is now
2139                 preferred
2140
2141 2003-01-14 [melvin]     0.8.8claws98
2142
2143         * src/folderview.c
2144                 folderview_check_new(): More precise function description
2145
2146 2003-01-14 [melvin]     0.8.8claws97
2147
2148         * src/folderview.c
2149                 folderview_check_new(): return the number of new messages 
2150                         since last check.
2151         * src/inc.c
2152                 inc_account_mail(): Disable counting of new messages for IMAP
2153                         and NNTP until bug [19] and [14] are fixed.
2154
2155 2003-01-14 [paul]       0.8.8claws96
2156
2157         * sync with 0.8.8cvs6
2158                 see ChangeLog 2003-01-14
2159
2160 2003-01-13 [alfons]     0.8.8claws95
2161
2162         * src/textview.c
2163                 tune email address validation (c. 0.8.8claws89): if . is 
2164                 just one char away from @, the address is invalid too 
2165                 (correctly rejects addresses like foo@.com)
2166
2167 2003-01-13 [paul]       0.8.8claws94
2168
2169         * src/messageview.c
2170           src/toolbar.c
2171                 fixes to the Message View toolbar and menu:
2172                 fix non-functioning Forward button
2173                 make Reply button consider default_reply_list
2174                 remove 'Follow-up...' menu entry
2175                 add 'Forward' and 'Redirect' menu entries
2176
2177 2003-01-13 [melvin]     0.8.8claws93
2178
2179         * src/inc.c
2180                 Fixed typo that could make new messages count incorrect.
2181
2182 2003-01-13 [melvin]     0.8.8claws92
2183
2184         * src/folderview.[ch]
2185                 folderview_check_new(): return the number of new messages.
2186         * src/inc.c
2187                 Should fix bug [14] where new mail notification worked 
2188                         incorrectly with IMAP accounts.
2189                 inc_spool_account(): return number of new msgs, or -1 on error
2190                 inc_all_spool(): return number of new msgs
2191                 
2192 2003-01-13 [melvin]     0.8.8claws91
2193
2194         * src/prefs_actions.c
2195                 Justify help text.
2196
2197 2003-01-12 [thorsten]   0.8.8claws90
2198
2199         * src/common/prefs.c
2200                 close file before rename
2201
2202 2003-01-12 [alfons]     0.8.8claws89
2203
2204         * AUTHORS
2205                 add Christian Mertes
2206         * src/common/utils.[ch]
2207                 g_stricase_hash(), g_stricase_equal(): functions for 
2208                 case insensitive hash tables
2209         * src/textview.c
2210                 use top level domain names to validate email address, based
2211                 on a patch by Christian Mertes (thanks!), but changed 
2212                 implementation to use a hash table 
2213
2214 2003-01-12 [paul]       0.8.8claws88
2215
2216         * po/bg.po
2217                 updated by George Danchev
2218
2219 2003-01-12 [alfons]     0.8.8claws87
2220
2221         * src/summaryview.c
2222                 delete / execute performance: use new style folder update
2223
2224 2003-01-12 [paul]       0.8.8claws86
2225
2226         * sync with 0.8.8cvs5
2227                 see ChangeLog 2003-01-13 (!)
2228
2229 2003-01-12 [alfons]     0.8.8claws85
2230
2231         * src/filtering.c
2232         * src/matcher_parser_parse.y
2233                 prepare change_score filtering action
2234         * src/matcher.[ch]
2235                 give up const-correctness on functions that call non-const-correct functions;
2236                 several casts to gpointer in g_free();
2237                 add change_score;
2238
2239 2003-01-12 [christoph]  0.8.8claws84
2240
2241         * src/compose.c
2242                 fix 2 warnings
2243
2244         * src/gtk/prefswindow.[ch]
2245         * src/plugins/spamassassin/spamassassin_gtk.c
2246                 changed the call of the widget create function
2247                 for PrefsPages, because sometimes the widget
2248                 create function needs a widget that already has
2249                 been attached to a window (to create GDK pixmaps
2250                 for exmaple). So we simply pass the GtkWindow as
2251                 the second parameter now.
2252
2253         * src/main.c
2254         * src/mainwindow.c
2255         * src/prefs_toolbar.[ch]
2256                 rewrite Toolbar Preferences using the new
2257                 prefs window
2258
2259 2003-01-11 [alfons]     0.8.8claws83
2260
2261         * src/addressadd.c
2262                 fix crash when adding sender to addressbook because status bar
2263                 isn't there (the status bar doesn't seem to be used though,
2264                 but I'll let Match decide what to do with it)
2265
2266 2003-01-11 [colin]      0.8.8claws82
2267
2268         * src/main.c
2269           src/toolbar.c
2270                 Two useless changes reversed
2271
2272 2003-01-11 [colin]      0.8.8claws81
2273
2274         * src/mainwindow.c
2275           src/mainwindow.h
2276                 Add mainwindow_get_mainwindow()
2277         * src/alertpanel.c
2278           src/alertpanel.h
2279                 Add alertpanel_error_log() 
2280         * src/compose.c
2281           src/inc.c
2282           src/messageview.c
2283           src/toolbar.c
2284           src/main.c
2285           src/procmsg.c
2286                 Network errors get a View Log button
2287
2288 2003-01-10 [alfons]     0.8.8claws80
2289
2290         * src/prefs_toolbar.c
2291         * src/toolbar.c
2292                 use the translatable string for "Separator" as file name for
2293                 separator toolbar items (probably make this uppercase?)
2294
2295 2003-01-10 [alfons]     0.8.8claws79
2296
2297         * src/prefs_toolbar.c
2298                 put right A_SEPARATOR description string in "displayed
2299                 toolbar items list" so manually added separators are
2300                 saved correctly (bug #10, "Adding a separator to the main 
2301                 toolbar fails, entry in xml file is wrong")
2302
2303 2003-01-10 [christoph]  0.8.8claws78
2304
2305         * src/imap.c
2306                 o fix warnings
2307                 o use CAPABILITY to check if NAMESPACE is available
2308
2309 2003-01-10 [christoph]  0.8.8claws77
2310
2311         * src/imap.[ch]
2312                 apply UIDPLUS IMAP extension support patch
2313
2314         Patch submitted by Simon 'corecode' Schubert
2315
2316 2003-01-10 [paul]       0.8.8claws76
2317
2318         * src/folderview.c
2319                 a sync from main which fixes the news account folders'
2320                 Properties bug
2321
2322 2003-01-10 [christoph]  0.8.8claws75
2323
2324         * src/folder.c
2325                 don't accept 0 as a valid uid returned by copy and move
2326                 functions. 0 means the message was copied or moved but the
2327                 new uid could not be fetched. It is not an error condition
2328                 for the copy or move operation.
2329
2330 2003-01-10 [paul]       0.8.8claws74
2331
2332         * src/prefs_filtering.c
2333                 change English used in Alert when entry is not
2334                 saved.
2335                 
2336         * sync with 0.8.8cvs4
2337                 see ChangeLog 2003-01-10
2338
2339 2003-01-10 [darko]      0.8.8claws73
2340
2341         * src/pine.c
2342                 fix crash when importing address book entry
2343                 without a valid address
2344
2345 2003-01-09 [alfons]     0.8.8claws72
2346
2347         * src/inc.c
2348                 filtering performance: use new style folder update
2349
2350 2003-01-09 [christoph]  0.8.8claws71
2351
2352         * src/compose.c
2353         * src/gtk/menu.[ch]
2354                 fix wrong selecting of mime encoding type, when
2355                 opening property dialog of attachments in the
2356                 compose window. 7bit was always selected and that
2357                 destoryed files with 8bit data.
2358                 (closes bug #9 Sylpheed-claws destroys attachments when
2359                  changing MIME-types)
2360
2361 2003-01-09 [paul]       0.8.8claws70
2362
2363         * sync with 0.8.8cvs3
2364                 see ChangeLog 2003-01-09
2365
2366 2003-01-08 [alfons]     0.8.8claws69
2367         
2368         * src/addressadd.c
2369                 apply patch by Kim Schulz to fix build breakage
2370                 because of missing variable
2371
2372 2003-01-08 [paul]       0.8.8claws68
2373
2374         * sync with 0.8.8cvs2
2375                 see ChangeLog 2002-01-08
2376
2377 2003-01-08 [paul]       0.8.8claws67
2378
2379         * po/it.po
2380                 updated by Alessandro Maestri
2381                 
2382         * src/addressadd.c
2383                 when using 'Add sender to addressbook' allow
2384                 name to be edited and remarks to be entered
2385                 Patch submitted by Luke Plant
2386
2387 2003-01-08 [darko]      0.8.8claws66
2388
2389         * README.claws, src/summaryview.c
2390                 fix description for marked messages
2391
2392 2003-01-08 [paul]
2393
2394         * tools/Makefile.am
2395           tools/launch_phoenix  ** NEW FILE **
2396                 add script that enables using Phoenix as the default
2397                 web browser. 
2398                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2399                 
2400         * tools/OOo2sylpheed.pl
2401                 remove full path to sylpheed executable, just 'sylpheed'
2402                 will do
2403                 
2404         * tools/README
2405                 add launch_phoenix informtion and re-arrange and compress
2406                 the data a little
2407
2408 2003-01-07 [christoph]  0.8.8claws65
2409
2410         * src/folder.c
2411                 fix update for source folder when moving messages
2412         * src/procmsg.[ch]
2413         * src/summaryview.c
2414                 use function to set to_folder for message infos and
2415                 automatically update the op_count for old and new
2416                 folder
2417
2418 2003-01-07 [melvin]     0.8.8claws64
2419
2420         * src/prefs_actions.c
2421                 Fixed bug where an '%p' Action on a displayed image crashed 
2422                         Sylpheed
2423                 Code clean up (get rid of duplicated code and removed unnecessary 
2424                                 structure member)
2425
2426 2003-01-07 [christoph]  0.8.8claws63
2427
2428         * src/compose.c
2429         * src/folder.[ch]
2430         * src/folderview.c
2431         * src/import.c
2432         * src/inc.c
2433         * src/main.c
2434         * src/mainwindow.c
2435         * src/messageview.c
2436         * src/prefs_folder_item.c
2437         * src/procmsg.c
2438         * src/summaryview.c
2439         * src/toolbar.c
2440                 o remove all folder update triggering from the UI code. The folder
2441                   system should know much better when a folder needs an update.
2442                 o to prevent multiple updates in a row the folder updates can be
2443                   frozen for some time.
2444
2445                 Note: - Please verify that no updates are missing
2446                       - Check where freeze/thaws should be added
2447
2448 2003-01-07 [christoph]  0.8.8claws62
2449
2450         * src/prefs_actions.c
2451                 don't translate empty strings
2452
2453         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2454
2455 2003-01-06 [christoph]  0.8.8claws61
2456
2457         * src/prefs_actions.c
2458                 mark strings for gettext
2459         * src/prefs_matcher.c
2460                 use new description window for Execute action and
2461                 match condition in Filtering
2462
2463         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2464
2465 2003-01-06 [alfons]     0.8.8claws60
2466
2467         keep myself inspired to re-organize matcher part 8; 
2468         yes, more to come (I need to move out the descriptive
2469         text for actions to matcher.c, or at least make it not
2470         depend on the wicked ordering)
2471
2472         * src/prefs_matcher.c
2473                 add documentation so others may comprehend the
2474                 UI part of the conditions
2475                 
2476 2003-01-06 [christoph]  0.8.8claws59
2477
2478         * src/prefs_actions.c
2479                 use new description window for syntax help
2480         * src/gtk/description_window.c
2481                 fix display of descriptions with column count != 2
2482
2483         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2484
2485 2003-01-06 [christoph]  0.8.8claws58
2486
2487         * src/quote_fmt.c
2488         * src/summaryview.[ch]
2489         * src/gtk/Makefile.am
2490         * src/gtk/description_window.[ch]       ** NEW **
2491                 use a generic window to display syntax descriptions
2492                 currently used in quote_fmt and summaryview (new description
2493                 for extended quick search)
2494
2495         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2496
2497 2003-01-06 [paul]       0.8.8claws57
2498
2499         * sync with 0.8.8cvs1
2500                 see ChangeLog 2003-01-06
2501
2502 2003-01-06 [christoph]  0.8.8claws56
2503
2504         * src/mainwindow.c
2505         * src/prefs_gtk.[ch]
2506         * src/gtk/prefswindow.[ch]
2507         * src/plugins/spamassassin/spamassassin_gtk.c
2508                 o remove page management from prefswindow, pages
2509                   will be an argument to prefswindow_open
2510                 o prefswindow_open gets a datapointer that is
2511                   passed to the widget_create function to allow
2512                   creation of prefswindow for specific items
2513
2514 2003-01-06 [colin]      0.8.8claws55
2515         
2516         * src/summaryview.c
2517                 We don't want regexp in the reply-finder, 
2518                 because MIDs can contain !,$,. and so on
2519
2520 2003-01-06 [jens]       0.8.8claws54
2521
2522         * src/jpilot.c
2523                 fixed a wrong free in jpilot_read_db_files
2524
2525 2003-01-06 [alfons]     0.8.8claws53
2526
2527         re-organize matcher part 8; more to come
2528        
2529         * src/matcher.c
2530                 matcherprop_to_string(): put g_free()s before the
2531                 switch-case break to fix memleaks                
2532
2533 2003-01-06 [colin]      0.8.8claws52
2534
2535         * src/summaryview.c
2536                 cleanup & reply-finder now displays the first 
2537                 matching message
2538
2539 2003-01-05 [alfons]     0.8.8claws51
2540
2541         re-organize matcher part 7; more to come
2542
2543         * src/matcher.[ch]
2544                 fixes for constant correctness;
2545                 more documentation;
2546
2547 2003-01-05 [alfons]     0.8.8claws50
2548
2549         re-organize matcher part 6; more to come
2550         
2551         * src/matcher.[ch]
2552                 fixes for constant correctness;
2553                 more documentation;
2554         * src/filtering.c
2555                 fix for constant correctness
2556
2557 2003-01-05 [colin]      0.8.8claws49
2558
2559         * src/account.[ch]
2560                 Add account_get_reply_account function
2561         * src/compose.c
2562                 Use account_get_reply_account function 
2563         * src/summaryview.c
2564                 Basic reply-finder - click on the replied
2565                 icon gets you to the outbox using quick-search
2566
2567 2003-01-05 [paul]       0.8.8claws48
2568
2569         * src/prefs_common.c
2570                 small change to English
2571                 
2572         * src/prefs_filtering.c
2573                 prefs_filtering_action_select(): improve logic and uniformity
2574                 of gui
2575
2576 2003-01-05 [alfons]     0.8.8claws47
2577
2578         fine tune solution to focus problems (bug #7)
2579
2580         * src/mainwindow.c
2581                 mainwindow_focus_in_event(): remove grab event check
2582         * src/summaryview.c
2583                 summary_button_pressed(): move selection on right-click
2584                 too. we can't possibly move the selection back after
2585                 canceling a dialog, because gtk's incomplete focus 
2586                 management. whether this is a good solution, only time
2587                 will tell.
2588
2589 2003-01-05 [christoph]  0.8.8claws46
2590
2591         * src/imap.c
2592                 fix crash when no imap connection could be established
2593
2594 2003-01-05 [paul]       0.8.8claws45
2595
2596         * src/mainwindow.c
2597           src/sumamryview.c
2598           src/gtk/menu.[ch]
2599                 fix bug 605957 'shortcuts in popup-menu'
2600                 make user-defined shortcuts work
2601                 show shortcuts that are already defined
2602                 in the main menu
2603                 Patch submitted by Luke Plant
2604
2605 2003-01-05 [alfons]     0.8.8claws44
2606
2607         * src/mainwindow.c
2608                 focus_in_event handler should not select summary view row 
2609                 when another window (menu, dialog) grabbed for events 
2610                 (bug #7, "[0.8.8claws42] Message summary focus") 
2611
2612 2003-01-04 [christoph]  0.8.8claws43
2613
2614         * src/procmsg.c
2615                 update save folder after adding the sent message
2616                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2617
2618 2003-01-02 [christoph]  0.8.8claws42
2619
2620         * src/common/plugin.c
2621                 fix unloading of all plugins and unload
2622                 plugins in reverse order
2623                 
2624         * src/gtk/pluginwindow.c
2625                 implement function of load and unload button
2626
2627         * src/gtk/prefswindow.c
2628         * src/gtk/prefswindow.h
2629                 rename register function and add new unregister
2630                 function
2631
2632         * src/plugins/spamassassin/spamassassin_gtk.c
2633                 unregister prefs page and update for changes in
2634                 src/gtk/prefswindow.c
2635
2636 2003-01-02 [paul]       0.8.8claws41
2637
2638         * po/es.po
2639                 updated by Ricardo Mones Lastra
2640
2641 2003-01-02 [paul]
2642
2643         * tools/tb2sylpheed
2644                 fixes and improvements by Urke MMI
2645
2646 2003-01-02 [thorsten]   0.8.8claws40
2647
2648         * src/procmsg.c
2649                 fixed wrong return value
2650
2651 2003-01-02 [thorsten]   0.8.8claws39
2652
2653         * src/prefs.c
2654                 fixed printing wrong variable
2655
2656 2003-01-02 [thorsten]   0.8.8claws38
2657
2658         * src/prefs.c
2659                 fixed acessing members of freed pfile struct
2660
2661 2003-01-02 [thorsten]   0.8.8claws37
2662
2663         * src/procmsg.c
2664                 detect loops across several messages
2665                 as suggested by Christoph Hohmann
2666
2667 2003-01-01 [match]      0.8.8claws36
2668
2669         * src/addrindex.c
2670                 fixed another memory leak.
2671
2672 2003-01-01 [match]      0.8.8claws35
2673
2674         * src/jpilot.[ch]
2675                 fixed memory leaks. applied Doxygen comments.
2676
2677 2003-01-01 [thorsten]   0.8.8claws34
2678
2679         * src/procmsg.c
2680                 inhibit endless loop if msg references itself
2681                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2682
2683 2003-01-01 [christoph]  0.8.8claws33
2684
2685         * src/mainwindow.c
2686         * src/gtk/Makefile.am
2687         * src/gtk/pluginwindow.c                ** NEW **
2688         * src/gtk/pluginwindow.h                ** NEW **
2689                 add plugin window
2690
2691         * src/plugins/demo/demo.c
2692         * src/plugins/spamassassin/spamassassin.c
2693         * src/plugins/spamassassin/spamassassin_gtk.c
2694                 write better plugin descriptions
2695
2696 2002-12-31 [christoph]  0.8.8claws32
2697
2698         * src/gtk/prefswindow.c
2699         * src/plugins/spamassassin/spamassassin_gtk.c
2700                 some small improvements to GTK code
2701
2702 2002-12-31 [christoph]  0.8.8claws31
2703
2704         * src/plugins/spamassassin/spamassassin_gtk.c
2705                 enable folder select button
2706
2707 2002-12-31 [christoph]  0.8.8claws30
2708
2709         * src/mainwindow.c
2710         * src/gtk/Makefile.am
2711         * src/gtk/prefswindow.c                         ** NEW **
2712         * src/gtk/prefswindow.h                         ** NEW **
2713                 add new prefs window
2714
2715         * src/common/plugin.c
2716                 don't try to load empty config lines
2717         
2718         * src/plugins/spamassassin/Makefile.am
2719         * src/plugins/spamassassin/spamassassin.c
2720         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2721         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2722                 GTK config for SpamAssassin Plugin using
2723                 the new prefs window
2724
2725 2002-12-31 [paul]       0.8.8claws29
2726
2727         * po/POTFILES.in
2728                 remove obsolete entry 'src/menu.c'
2729
2730 2002-12-31 [alfons]     0.8.8claws28
2731
2732         * src/matcher.[ch]
2733         * src/matcher_parser_parse.y
2734         * src/prefs_matcher.c
2735                 add "ignore_thread" and "~ignore_thread" condition so it's
2736                 possible to make the actions / scoring operate on the ignore
2737                 thread flag
2738
2739 2002-12-31 [christoph]  0.8.8claws27
2740
2741         * src/addrbook.c
2742         * src/addrindex.c
2743         * src/folder.c
2744         * src/matcher.c
2745         * src/prefs_account.c
2746         * src/prefs_actions.c
2747         * src/prefs_customheader.c
2748         * src/prefs_display_header.c
2749         * src/prefs_gtk.c
2750         * src/procmime.c
2751         * src/toolbar.c
2752         * src/xmlprops.c
2753         * src/common/prefs.[ch]
2754                 extend prefs file handling for reading and automatic handling
2755                 of blocks. When reading prefs_set_block_label will automatically
2756                 move on to the block. When writing it will copy all other blocks
2757                 automatically
2758
2759         * src/common/plugin.c
2760                 Now loading plugin filenames from [Plugins] block in
2761                 sylpheed rc file
2762
2763 2002-12-30 [christoph]  0.8.8claws26
2764
2765         * src/common/hooks.[ch]
2766                 return abort status to caller of hooks_invoke
2767                 
2768         * src/inc.[ch]
2769                 invoke message filtering hook and stop
2770                 default handling when filter returns abort
2771
2772         * src/common/plugin.[ch]
2773         * src/plugins/demo/demo.c
2774                 modify plugin loader, because resolving symbols for strings
2775                 does not work correctly
2776         
2777         * configure.in
2778         * ac/spamassassin.m4                            ** NEW **
2779         * src/plugins/spamassassin/.cvsignore           ** NEW **
2780         * src/plugins/spamassassin/Makefile.am          ** NEW **
2781         * src/plugins/spamassassin/README               ** NEW **
2782         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2783         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2784         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2785                 add spamassassin plugin, see src/plugins/spamassassin/README
2786                 for details
2787
2788 2002-12-29 [alfons]     0.8.8claws25
2789
2790         * src/mainwindow.c
2791                 when moving focus from a message view to the main 
2792                 window, don't forget to select the summary node
2793                 of the displayed message. should fix "[ 659103 ] 
2794                 focus-follows-mouse confuses sylpheed"
2795
2796 2002-12-29 [christoph]  0.8.8claws24
2797
2798         * src/Makefile.am
2799         * src/stringtable.[ch]          ** REMOVE **
2800         * src/common/Makefile.am
2801         * src/common/stringtable.[ch]   ** NEW **
2802                 move stringtable files to common directory
2803
2804 2002-12-29 [christoph]  0.8.8claws23
2805
2806         * src/Makefile.am
2807         * src/menu.[ch]                 ** REMOVE **
2808         * src/gtk/Makefile.am
2809         * src/gtk/menu.[ch]             ** NEW **
2810                 move menu files to gtk directory
2811
2812 2002-12-29 [match]      0.8.8claws22
2813
2814         * src/addressbook.c
2815         * src/syldap.c
2816                 moved UI specific code out of LDAP code into addressbook
2817                 UI code. fixed memory leak.
2818
2819 2002-12-29 [christoph]  0.8.8claws21
2820
2821         * src/folder.c
2822                 only check for IGNORED parent message when message is
2823                 not IGNORED itself
2824
2825 2002-12-29 [alfons]     0.8.8claws20
2826
2827         * src/summaryview.c
2828                 set gtksctree's anchor correct (immediate execute
2829                 changes the tree's layout, and anchor points at 
2830                 the incorrect row). fixes "[ 657233 ] multiple msg 
2831                 delete sometimes off by 1".
2832                 we probably have to look for more tree layout /
2833                 anchor glitches.
2834
2835 2002-12-29 [paul]       0.8.8claws19
2836
2837         * src/summaryview.c
2838                 fix bug [ 659054 ] incorrect sorting of 'From' column
2839                 when using 'display sender using address book'
2840                 thanks to Alfons and Luke Plant
2841
2842 2002-12-29 [christoph]  0.8.8claws18
2843
2844         * src/folder.c
2845         * src/procmsg.[ch]
2846                 check parent messages for IGNORE THREAD flag, when adding,
2847                 moving or copying messages to a folder
2848
2849 2002-12-27 [alfons]     0.8.8claws17
2850
2851         re-organize matcher part 5; more to come
2852
2853         * src/matcher.c
2854                 hash keywords in matchparser_tab 
2855
2856 2002-12-27 [alfons]     0.8.8claws16
2857
2858         re-organize matcher part 4; more to come
2859
2860         * src/matcher_parser.h
2861         * src/matcher_parser_lex.l
2862         * src/matcher_parser_parse.y
2863                 cleanup
2864
2865 2002-12-27 [alfons]     0.8.8claws15
2866
2867         re-organize matcher part 3; more to come
2868
2869         * src/matcher.[ch]
2870                 cleanup
2871
2872 2002-12-27 [alfons]     0.8.8claws14
2873
2874         re-organize matcher part 2; more to come but this should
2875         work. cc me if there are any regressions.
2876
2877         * src/matcher.h
2878                 add prototype for get_matchparser_tab_id()
2879         * src/matcher_parser_lex.l
2880                 look up keywords using matchparser_tab_id();
2881
2882 2002-12-27 [alfons]     0.8.8claws12
2883
2884         re-organize matcher part 1
2885
2886         * src/matcher.h
2887                 map yacc generated constants to sylpheed matcher constants
2888         * src/matcher.c
2889                 add function to find a matcher constant from a string
2890
2891 2002-12-27 [christoph]  0.8.8claws11
2892
2893         * src/compose.c
2894                 MENUITEM_ADD casts the 4th argument from integer to pointer
2895                 so it probably should not be a pointer, this means we
2896                 should use account id for it and not the account's pointer
2897
2898 2002-12-27 [paul]       0.8.8claws10
2899
2900         * src/mainwindow.c
2901                 remove unneeded 'GtkWidget *vbox'
2902                 
2903         * src/summaryview.c
2904                 further sync with 0.8.8 - make sort
2905                 by recipient work as expected
2906                 
2907         * NEWS
2908                 sync with 0.8.8
2909
2910 2002-12-27 [paul]       0.8.8claws9
2911
2912         * po/pt_BR.po
2913                 updated by Ivan F. Martinez
2914                 
2915 2002-12-27 [darko]      0.8.8claws8
2916
2917         * src/common/utils.c
2918                 added locked pattern to extended search
2919
2920 2002-12-27 [alfons]     0.8.8claws7
2921
2922         * src/prefs_matcher.[ch]
2923                 clean up
2924
2925 2002-12-26 [alfons]     0.8.8claws6
2926
2927         * src/matcher.[ch]
2928         * src/matcher_parser_lex.l
2929         * src/matcher_parser_parse.y
2930         * src/prefs_matcher.c
2931                 allow color label as a condition in the matcher
2932
2933 2002-12-26 [oliver]     0.8.8claws5
2934         
2935         * src/toolbar.c 
2936                 enable Addressbook for Main and Messageview
2937         * src/prefs_actions.c
2938                 enable actions in Messageview
2939
2940 2002-12-26 [christoph]  0.8.8claws4
2941
2942         * src/common/plugin.c
2943                 add a little debug output
2944         * configure.in
2945         * src/plugins/demo/Makefile.am
2946                 better use of automake
2947
2948 2002-12-26 [christoph]  0.8.8claws3
2949
2950         * src/Makefile.am
2951         * src/common/Makefile.am
2952                 fix "make distdir"
2953
2954 2002-12-26 [christoph]  0.8.8claws2
2955
2956         * configure.in
2957                 sort configure checks into common / gtk / plugins
2958         * po/POTFILES.in
2959                 add src/prefs_gtk.c
2960         * src/Makefile.am
2961                 add plugins SUBDIR
2962         * src/main.c
2963         * src/common/sylpheed.[ch]
2964                 added now sylpheed_done function for shutdown
2965         * src/common/Makefile.am
2966         * src/common/plugin.[ch]                ** NEW **
2967                 plugin loader and unloader
2968         * src/plugins/.cvsignore                ** NEW **
2969         * src/plugins/Makefile.am               ** NEW **
2970                 build plugins
2971         * src/plugins/demo/.cvsignore           ** NEW **
2972         * src/plugins/demo/Makefile.am          ** NEW **
2973         * src/plugins/demo/demo.c               ** NEW **
2974                 small demo plugin that installs a logtext hook and
2975                 outputs the log text to stdout
2976
2977 2002-12-26 [paul]       0.8.8claws1
2978
2979         * po/es.po
2980                 updated by Ricardo Mones Lastra
2981
2982 2002-12-26 [paul]       0.8.8claws
2983
2984         * 0.8.8claws released
2985
2986 2002-12-26 [paul]       0.8.7claws12
2987
2988         * po/bg.po
2989                 updated by George Danchev
2990
2991 2002-12-26 [paul]       0.8.7claws11
2992
2993         * po/POTFILES.in
2994                 remove unneeded 'src/prefs.c' entry 
2995
2996 2002-12-26 [paul]       0.8.7claws10
2997
2998         * src/codeconv.c
2999           src/mainwindow.c
3000                 sync with 0.8.8 release
3001         
3002         * src/folder.[ch]
3003           src/mh.c
3004           src/summaryview.c
3005                 partial sync with 0.8.8 release
3006         
3007
3008 2002-12-25 [alfons]     0.8.7claws9
3009
3010         * src/matcher.[ch]
3011         * src/matcher_parser_lex.l
3012         * src/matcher_parser_parse.y
3013         * src/prefs_matcher.c
3014                 add locked flag to possible filtering / matcher 
3015                 conditions (also a good example what should be
3016                 done to add a simple boolean condition)
3017
3018 2002-12-25 [christoph]  0.8.7claws8
3019
3020         * src/Makefile.am
3021         * src/account.[ch]
3022         * src/addrbook.c
3023         * src/addressbook.c
3024         * src/addrindex.c
3025         * src/filtering.c
3026         * src/folder.c
3027         * src/matcher.c
3028         * src/prefs.[ch]                ** REMOVE **
3029         * src/prefs_account.c
3030         * src/prefs_actions.c
3031         * src/prefs_common.c
3032         * src/prefs_customheader.c
3033         * src/prefs_display_header.c
3034         * src/prefs_filtering.c
3035         * src/prefs_folder_item.c
3036         * src/prefs_gtk.[ch]            ** NEW **
3037         * src/prefs_matcher.c
3038         * src/prefs_scoring.c
3039         * src/prefs_summary_column.c
3040         * src/procmime.c
3041         * src/selective_download.c
3042         * src/toolbar.c
3043         * src/common/Makefile.am
3044         * src/common/prefs.[ch]         ** NEW **
3045                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3046
3047 2002-12-24 [alfons]     0.8.7claws7
3048
3049         * src/summaryview.c
3050                 summary_thread_build(): fix real cause of the crash mentioned in
3051                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3052                 this way we get meaningful ctree nodes 
3053
3054 2002-12-24 [oliver]     0.8.7claws6
3055
3056         * src/mainwindow.[ch]
3057         * src/messageview.[ch]
3058         * src/compose.[ch]
3059         * src/inc.c
3060         * src/summaryview.c
3061                 changes to use updated toolbar handling
3062                 
3063 2002-12-24 [oliver]     0.8.7claws5
3064
3065         * src/toolbar.[ch]
3066                 generic toolbar handling
3067                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3068         * src/prefs_toolbar.[ch]
3069                 adjust to handling
3070         
3071 2002-12-24 [oliver]     0.8.7claws4
3072         
3073         * src/stock_pixmap.[ch]
3074                 move SYLPHEED_LOGO to end of list in order 
3075                 to remove it from Custom Toolbar`s Icon View
3076
3077 2002-12-24 [alfons]     0.8.7claws3
3078
3079         * src/summaryview.c
3080                 summary_thread_build(): fix crash because of focus != selection 
3081                 after threading. when deleting the selection, gtk tries but fails 
3082                 to find the correct focusable element. we now force the selection
3083                 to be focused. this should solve the infamous bug reported by 
3084                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3085                 a test case is available. 
3086
3087 2002-12-24 [darko]      0.8.7claws2
3088
3089         * src/summaryview.c
3090                 don't crash when unmarking message with unread children
3091
3092 2002-12-23 [christoph]  0.8.7claws1
3093
3094         * src/Makefile.am
3095         * src/common/Makefile.am
3096                 update Makefiles for moved intl.h, version.h and defs.h
3097         * src/imap.c
3098                 rewrite imap_session_get to avoid duplicate code
3099
3100 2002-12-23 [paul]       0.8.7claws
3101
3102         * Santa-Claws released
3103         
3104         * po/hu.po
3105           po/ru.po
3106                 squeeze in updated Hungarian and Russian translations.
3107                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3108
3109 2002-12-23 [paul]       0.8.6claws129
3110
3111         * po/pl.po
3112                 updated by Witold Wladyslaw Wojciech Wilk
3113
3114 2002-12-23 [paul]       0.8.6claws128
3115
3116         * src/quote_fmt_parse.y
3117                 fix typo and add licence header
3118
3119 2002-12-23 [paul]       0.8.6claws127
3120
3121         * po/en_GB.po
3122                 updated
3123
3124 2002-12-23 [paul]       0.8.6claws126
3125
3126         * po/it.po
3127                 updated translation, submitted by Alessandro Maestri
3128                 
3129 2002-12-23 [paul]       0.8.6claws125
3130
3131         * src/quote_fmt_parse.y
3132                 fix signature-stripping on replies bug. match
3133                 '-- \n' and not '-- '.
3134
3135 2002-12-22 [paul]       0.8.6claws124
3136
3137         * po/bg.po
3138           po/es.po
3139           po/sr.po
3140                 updated translations. submitted by George Danchev,
3141                 Ricardo Mones Lastra, and Urke MMI respectively
3142
3143 2002-12-21 [paul]       0.8.6claws123
3144
3145         * src/addrbook.c
3146                 fix coding style
3147
3148 2002-12-21 [paul]       0.8.6claws122
3149
3150         * src/addrbook.c
3151                 fix bug [643638] where if a person is in one or more
3152                 addressbook groups editing that person's email 
3153                 address results in removal from those groups.
3154                 Patch submitted by Luke Plant.
3155
3156 2002-12-20 [christoph]  0.8.6claws121
3157
3158         * src/common/utils.c
3159         * src/summaryview.c
3160                 reimplement expand_search_string using GString to
3161                 prevent crashs caused by miscalculated string
3162                 lengths reported by Paul
3163
3164 2002-12-20 [christoph]  0.8.6claws120
3165
3166         * src/summaryview.c
3167                 don't use "changed" to check if op_count has to be changed as it
3168                 is also set when the message has unread children
3169                 (closes bug [ 653221 ] crash while deleting duplicates)
3170
3171 2002-12-20 [paul]       0.8.6claws119
3172
3173         * sync with 0.8.6cvs27
3174                 see ChangeLog 2002-12-20
3175
3176 2002-12-20 [paul]       0.8.6claws118
3177
3178         * sync with 0.8.6cvs26
3179                 see ChangeLog 2002-12-19 and 2002-12-20
3180
3181 2002-12-19 [alfons]     0.8.6claws117
3182
3183         * src/textview.c
3184                 fix incorrect parsing of email addresses, submitted by 
3185                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3186                 name display if it contains @".
3187
3188 2002-12-18 [paul]       0.8.6claws116
3189
3190         * sync with 0.8.6cvs23
3191                 see ChangeLog 2002-12-18
3192
3193 2002-12-18 [paul]       0.8.6claws115
3194
3195         * src/Makefile.am
3196         * src/account.c
3197         * src/codeconv.c
3198         * src/gtkutils.[ch]
3199         * src/imap.c
3200                 sync with 0.8.6cvs22.
3201                 see ChangeLog 2002-12-17 and 2002-12-18
3202
3203 2002-12-17 [christoph]  0.8.6claws114
3204
3205         * src/imap.c
3206                 o don't create a session if imap greeting fails
3207                 o don't close socket when authentication fails
3208                   this is done by imap_session_destroy
3209
3210 2002-12-17 [thorsten]   0.8.6claws113
3211
3212         * tools/Makefile.am
3213           tools/README
3214           tools/google_msgid.pl ** NEW FILE **
3215                 Added "search for message-id" script and doc
3216
3217 2002-12-17 [thorsten]   0.8.6claws112
3218
3219         * po/hu.po
3220                 Updated hungarian translation
3221                 (updated by Gal Zoltan)
3222
3223 2002-12-16 [christoph]  0.8.6claws111
3224
3225         * src/addr_compl.c
3226                 remove stupid addressbook dump to debug output
3227         * src/mh.c
3228                 fix memory leak found by Hiro
3229
3230 2002-12-14 [paul]       0.8.6claws110
3231
3232         * src/compose.c
3233                 fix menubar sensitivity on send
3234                 
3235         * src/prefs_filtering.c
3236         * src/prefs_matcher.c
3237         * src/prefs_scoring.c
3238                 Fix english ;)
3239                 
3240         * src/common/quoted-printable.h
3241                 sync: fix typo
3242         
3243 2002-12-13 [christoph]  0.8.6claws109
3244
3245         * src/Makefile.am
3246         * src/manage_window.[ch]        ** REMOVE **
3247         * src/gtk/Makefile.am
3248         * src/gtk/manage_window.[ch]    ** NEW **
3249                 move manage_window files to gtk directory
3250
3251 2002-12-13 [christoph]  0.8.6claws108
3252
3253         * src/Makefile.am
3254         * src/gtkshruler.[ch]           ** REMOVE **
3255         * src/gtk/Makefile.am
3256         * src/gtk/gtkshruler.[ch]       ** NEW **
3257                 move gtkshruler files to gtk directory
3258
3259 2002-12-13 [christoph]  0.8.6claws107
3260
3261         * src/Makefile.am
3262         * src/compose.c
3263         * src/gtkstext.[ch]             ** REMOVE **
3264         * src/gtkutils.[ch]
3265         * src/textview.c
3266         * src/gtk/gtkstext.[ch]         ** NEW **
3267         * src/gtk/Makefile.am
3268                 o move stext functions to gtkstext.c to remove
3269                   dependency of gtkutils
3270                 o move gtkstext files to gtk directory
3271
3272         * src/gtk/Makefile.am
3273         * src/gtk/sslcertwindow.[ch]
3274                 UI stuff can always depend on common code so
3275                 it's ok to add ../common to include path
3276
3277 2002-12-13 [colin]      0.8.6claws106
3278
3279         * src/summaryview.c
3280                 Disconnect sighandlers for mainwindow when
3281                 quicksearch has the focus
3282                 Fix bug #653231
3283         * src/mainwindow.[ch]
3284                 Make key_pressed callback public, to be able
3285                 to disconnect it
3286
3287 2002-12-13 [christoph]  0.8.6claws105
3288
3289         * src/mh.c
3290                 create .mh_sequences file in new MH folders
3291                 (closes feature request [ 523162 ] MH folders should
3292                  get a .mh_sequences)
3293
3294 2002-12-13 [colin]      0.8.6claws104
3295
3296         * src/summaryview.c
3297                 Better handling of quicksearch show/hide
3298                 (basically the button stays under the mouse 
3299                  when toggled)
3300
3301 2002-12-13 [paul]       0.8.6claws103
3302
3303         * sync with 0.8.6cvs17
3304                 see ChangeLog 2002-12-13
3305
3306 2002-12-13 [paul]       0.8.6claws102
3307
3308         * po/es.po
3309                 updated by Ricardo Mones Lastra
3310
3311 2002-12-11 [colin]       0.8.6claws101
3312
3313         * src/folder.c
3314                 remove statusbar stuff
3315           src/folderview.c
3316                 set statusbar verbosity when moving folders
3317
3318 2002-12-11 [colin]       0.8.6claws100
3319         * src/prefs_filtering.c
3320         * src/prefs_matcher.c
3321         * src/prefs_scoring.c
3322                 Fix english ;)
3323
3324 2002-12-11 [colin]       0.8.6claws99
3325
3326         * src/prefs_common.[ch]
3327                 Add summary_quicksearch_type
3328         * src/summaryview.c
3329                 Save last used quicksearch type
3330
3331 2002-12-11 [jens]       0.8.6claws98
3332         * src/prefs_filtering.c
3333         * src/prefs_matcher.c
3334         * src/prefs_scoring.c
3335                 added dialog for incomplete rules in scoring, filtering and
3336                 matcher to ask wheather really close
3337
3338 2002-12-11 [colin]      0.8.6claws97
3339
3340         * src/folder.c
3341                 Fix folder dnd statusbar logging
3342
3343 2002-12-10 [christoph]  0.8.6claws96
3344
3345         * src/compose.c
3346         * src/folder.c
3347         * src/imap.c
3348         * src/inc.c
3349         * src/main.c
3350         * src/mainwindow.c
3351         * src/news.c
3352         * src/send.c
3353         * src/statusbar.[ch]
3354         * src/common/hooks.c
3355         * src/common/log.[ch]
3356                 o handle verbose logging in statusbar directly in statusbar code
3357                   and common code does not need any knowledge about a statusbar
3358                 o remove direct calls to statusbar_(puts|pop)_all functions
3359
3360 2002-12-10 [jens]       0.8.6claws95
3361
3362         * src/*.c
3363                 removed gettext from g_warnings
3364         * po/POTFILES.in
3365                 cleaned and updated
3366         * po/de.po
3367                 updated
3368
3369 2002-12-10 [colin]      0.8.6claws94
3370
3371         * src/main.c
3372                 finish crash dialog fix
3373
3374 2002-12-10 [colin]      0.8.6claws93
3375
3376         * src/main.c
3377                 "Fix" "sylpheed already running" instead of
3378                 crash dialog appearing after a crash
3379
3380 2002-12-10 [colin]      0.8.6claws92
3381
3382         * po/POTFILES.in
3383                 add src/gtk/sslcertwindow.c
3384
3385 2002-12-10 [paul]       0.8.6claws91
3386
3387         * po/POTFILES.in
3388                 updated to reflect recent changes
3389                 submitted by Alessandro Maestri
3390
3391 2002-12-09 [christoph]  0.8.6claws90
3392
3393         * src/Makefile.am
3394         * src/smtp.[ch]                 ** REMOVE **
3395         * src/common/Makefile.am
3396         * src/common/smtp.[ch]          ** NEW **
3397                 move smtp files to common directory
3398
3399 2002-12-09 [christoph]  0.8.6claws89
3400
3401         * src/Makefile.am
3402         * src/session.[ch]              ** REMOVE **
3403         * src/common/Makefile.am
3404         * src/common/session.[ch]       ** NEW **
3405                 move session files to common directory
3406
3407 2002-12-09 [paul]       0.8.6claws88
3408
3409         * src/account.c
3410                 fix bug [649746] edit accounts: move account reverted
3411                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3412
3413 2002-12-09 [colin]      0.8.6claws87
3414
3415         * src/ssl_certificate.c
3416                 cleanup
3417
3418 2002-12-09 [colin]      0.8.6claws86
3419
3420         * src/ssl.c
3421                 Try to open the cert.pem database and 
3422                 issue a warning if it isn't there
3423
3424 2002-12-09 [colin]      0.8.6claws85
3425
3426         * src/common/ssl_certificate.c
3427         * src/gtk/sslcertwindow.c
3428                 Warning fixes
3429
3430 2002-12-09 [colin]      0.8.6claws84
3431
3432         * src/ssl_certificate.[ch] ** REMOVED **
3433         * src/common/ssl_certificate.[ch] ** NEW **
3434         * src/Makefile.am
3435         * src/common/Makefile.am
3436                 Moved ssl_certificate.[ch] to common
3437         * src/common/ssl.c 
3438                 Put back needed include
3439         * src/gtk/sslcertwindow.[ch]
3440                 Changed ssl_certificate.h include
3441         
3442 2002-12-09 [colin]      0.8.6claws83
3443
3444         * src/gtk/sslcertwindow.[ch]
3445                 Implement hook for certificate acception
3446         * src/ssl_certificate.[ch]
3447                 Implement hook for certificate acception
3448         * src/common/ssl.c
3449                 Reenable certificate acception check
3450         * src/mainwindow.c
3451                 Register sslcertwindow's hook
3452         
3453 2002-12-08 [christoph]  0.8.6claws82
3454
3455         * src/about.c
3456         * src/addr_compl.c
3457         * src/codeconv.c
3458         * src/manual.c
3459         * src/undo.c
3460         * src/common/utils.c
3461                 o add missing includes
3462                 o fix warnings
3463         * src/.cvsignore
3464         * src/common/.cvsignore
3465         * src/common/version.h          ** REMOVE **
3466                 remove autogenerated file
3467
3468 2002-12-08 [paul]       0.8.6claws81
3469
3470         * src/stringtable.c
3471                 put back needed include
3472
3473 2002-12-08 [colin]      0.8.6claws80
3474         
3475         * src/gtk/sslcertwindow.c
3476                 Cleaner popups when asking
3477         * src/ssl_certificate.c
3478         * src/prefs_common.[ch]
3479                 remove ssl certificate pref
3480                 put back needed include
3481         * src/undo.c
3482                 put back needed include
3483
3484 2002-12-08 [christoph]  0.8.6claws79
3485
3486         * src/folderview.c
3487         * src/logwindow.c
3488         * src/statusbar.c
3489         * src/summaryview.c
3490                 only abort hook invokation if required data is missing not
3491                 if our own data pointer is NULL, update hookfunction for
3492                 log window
3493
3494 2002-12-08 [paul]       0.8.6claws78
3495
3496         * src/about.c
3497         * src/addrcache.c
3498         * src/addrclip.c
3499         * src/addr_compl.c
3500         * src/addrselect.c
3501         * src/codeconv.c
3502         * src/colorlabel.c
3503         * src/enriched.c
3504         * src/esmtp.c
3505         * src/exporthtml.c
3506         * src/headerview.c
3507         * src/imageview.c
3508         * src/manual.c
3509         * src/noticeview.c
3510         * src/pgptext.c
3511         * src/scoring.c
3512         * src/sourcewindow.c
3513         * src/stringtable.c
3514         * src/undo.c
3515                 clean up: remove unneccesary includes
3516
3517 2002-12-08 [christoph]  0.8.6claws77
3518
3519         * src/folderview.c
3520         * src/statusbar.c
3521         * src/summaryview.c
3522         * src/common/hooks.[ch]
3523                 hook functions now have a gboolean return value, if a hook
3524                 returns TRUE it will stop executing of any more hooks in
3525                 the same hooklist for this invokation
3526
3527 2002-12-08 [colin]      0.8.6claws76
3528         
3529         * src/main.c
3530                 put back argv0 for CRASH_DIALOG
3531
3532 2002-12-08 [christoph]  0.8.6claws75
3533
3534         * src/Makefile.am
3535         * src/about.c
3536         * src/account.c
3537         * src/crash.c
3538         * src/esmtp.h
3539         * src/imap.[ch]
3540         * src/inc.c
3541         * src/main.c
3542         * src/mainwindow.c
3543         * src/news.c
3544         * src/pop.[ch]
3545         * src/prefs_account.[ch]
3546         * src/prefs_common.[ch]
3547         * src/send.[ch]
3548         * src/smtp.[ch]
3549         * src/ssl_certificate.[ch]
3550         * src/ssl_manager.[ch]
3551         * src/common/Makefile.am
3552         * src/common/log.c
3553         * src/common/nntp.[ch]
3554         * src/common/socket.[ch]
3555         * src/common/ssl.[ch]
3556         * src/gtk/sslcertwindow.[ch]
3557         * ac/openssl.m4
3558                 use new autoconf script to detect OpenSSL with extra parameters
3559                 to specify the location of libs and includes, also remove USE_SSL
3560                 to USE_OPENSSL
3561
3562         * src/common/sylpheed.[ch]
3563         * src/common/version.h.in
3564                 start seperation of common code initialization seperated from gui
3565
3566         * src/summaryview.c
3567                 The function that is called when a color label changes
3568                 should not change the color lable again
3569
3570 2002-12-08 [colin]      0.8.6claws74
3571
3572         * src/gtk/sslcertwindow.c
3573                 warning fixes
3574
3575 2002-12-08 [colin]      0.8.6claws73
3576
3577         * src/statusbar.c
3578           src/common/log.h
3579                 Register a hook for statusbar_puts_all
3580         * src/common/log.c
3581                 invoke statusbar_puts_all's hook
3582         
3583 2002-12-08 [colin]      0.8.6claws72
3584
3585         * src/ssl_certificate.c
3586                 Put back a badly-removed include
3587
3588 2002-12-08 [colin]      0.8.6claws71
3589
3590         * src/gtk/sslcertwindow.[ch]    ** NEW **
3591                 new certificate presentation
3592         * src/gtk/Makefile.am
3593                 add new files
3594         * src/ssl_certificate.[ch]
3595                 gtk cleanup, made utility functions public
3596         * src/ssl_manager.c
3597                 use new cert presentation
3598
3599 2002-12-07 [christoph]  0.8.6claws70
3600
3601         * src/Makefile.am
3602         * src/nntp.[ch]                 ** REMOVE **
3603         * src/common/Makefile.am
3604         * src/common/nntp.[ch]          ** NEW **
3605                 move nntp files to common directory
3606
3607 2002-12-07 [christoph]  0.8.6claws69
3608
3609         * src/procmsg.[ch]
3610         * src/summaryview.c
3611                 implement msginfo update callback using sylpheed's new
3612                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3613
3614 2002-12-06 [christoph]  0.8.6claws68
3615
3616         * src/editgroup.c
3617                 This patch changes the 'Edit Group Details' dialog to
3618                 allow extended selections in either pane, so that
3619                 addresses can be added or removed from a group more
3620                 quickly and easily. (it actually is a net decrease in
3621                 file size, as some unnecessary functions have been
3622                 removed). 
3623                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3624
3625 2002-12-06 [christoph]  0.8.6claws67
3626
3627         * src/Makefile.am
3628         * src/template.[ch]             ** REMOVE **
3629         * src/common/Makefile.am
3630         * src/common/template.[ch]      ** NEW **
3631                 move template files to common directory
3632
3633         * src/nntp.c
3634                 add missing log.h include
3635
3636 2002-12-06 [melvin]     0.8.6claws66
3637
3638         * src/prefs_actions.c
3639                 Added the trailing ">" syntax to insert command's output
3640                 without replacing old text (in contrast to trailing "|").
3641
3642 2002-12-05 [colin]      0.8.6claws65
3643         
3644         * src/common/utils.c
3645                 Don't modify original search_string or it'll change
3646                 the next iterations in the for()
3647
3648 2002-12-05 [darko]      0.8.6claws64
3649
3650         * src/common/utils.c
3651                 proper check for filtering commands, found by Colin
3652
3653 2002-12-05 [darko]      0.8.6claws63
3654
3655         * src/common/utils.c
3656                 check proper string for NULL pointer, found by Colin
3657
3658 2002-12-05 [darko]      0.8.6claws62
3659
3660         * src/common/utils.[ch]
3661                 expand_search_string(): new function
3662                 converts Mutt-like patterns to Sylpheed's
3663                 filtering engine
3664         * src/summaryview.c
3665                 use expand_search_string() to allow Mutt-like
3666                 patterns in extended search
3667         * README.claws
3668                 document extended option in quick search
3669
3670 2002-12-05 [paul]       0.8.6claws61
3671
3672         * sync with 0.8.6cvs16
3673                 see ChangeLog 2002-12-05
3674                 
3675         * po/POTFILES.in
3676                 clean up
3677
3678 2002-12-04 [christoph]  0.8.6claws60
3679
3680         * src/imap.[ch]
3681                 put imap authentication code into a new function and
3682                 remove it from imap_session_new that will allow to
3683                 send other commands before authentication
3684
3685 2002-12-04 [christoph]  0.8.6claws59
3686
3687         * src/imap.[ch]
3688                 use already existing method to prevent unneeded IMAP
3689                 folder selects. Set imap_select parameters to NULL
3690                 in some functions if the values are not required.
3691
3692         * src/xml.h
3693                 remove no longer required include
3694
3695 2002-12-04 [paul]       0.8.6claws58
3696
3697         * po/es.po
3698                 updated by Ricardo Mones Lastra
3699                 
3700         * configure.in
3701           po/hu.po      ** NEW FILE **
3702                 initial Hungarian translation, submitted
3703                 by Gál Zoltán <galzoli@hu.inter.net>
3704
3705 2002-12-03 [christoph]  0.8.6claws57
3706
3707         * src/Makefile.am
3708         * src/gtksctree.[ch]            ** REMOVE **
3709         * src/gtk/Makefile.am
3710         * src/gtk/gtksctree.[ch]        ** NEW **
3711                 move gtksctree files to gtk directory
3712
3713 2002-12-03 [christoph]  0.8.6claws56
3714
3715         * src/Makefile.am
3716         * src/md5.[ch]                  ** REMOVE **
3717         * srm/common/Makefile.am
3718         * src/common/md5.[ch]           ** NEW **
3719                 move md5 files to common directory
3720
3721         * src/gtkstext.c
3722                 remove not required #include
3723
3724 2002-12-03 [sergey]     0.8.6claws55
3725
3726         * src/gtkutils.c
3727         * src/gtkutils.h
3728                 gtkut_window_popup(): new function.
3729         * src/mainwindow.c
3730                 main_window_popup(): use gtkut_window_popup() to raise
3731                 window without changing its position.
3732                 (see sylpheed-main ML message [sylpheed:17247])
3733
3734 2002-12-03 [sergey]     0.8.6claws54
3735
3736         * src/send.c
3737                 send_message_local(): removed first-dot escaping
3738                 (SMTP-only, not needed for sending through pipe)
3739
3740 2002-12-03 [paul]       0.8.6claws53
3741
3742         * po/POTFILES.in
3743                 update to reflect recent changes (thanks
3744                 to Ricardo Mones Lastra)
3745                 
3746         * tools/filter_conv.pl
3747                  fix problem with quoted strings. Patch submitted
3748                  by Luke Plant <lukeplant@softhome.net>
3749
3750 2002-12-03 [paul]       0.8.6claws52
3751
3752         * sync with 0.8.6cvs15
3753                 see ChangeLog 2002-12-03
3754
3755 2002-12-02 [christoph]  0.8.6claws51
3756
3757         * src/logwindow.[ch]
3758         * src/common/log.[ch]
3759                 implement logging using a hook function
3760
3761         * src/folderview.c
3762         * src/folder.[ch]
3763                 define hooklist name in header file to avoid
3764                 errors caused by wrong spelling of hooklist names
3765
3766         * src/toolbar.c
3767                 fix warnings
3768
3769 2002-12-02 [christoph]  0.8.6claws50
3770
3771         * src/common/Makefile.am
3772                 add src/common/hooks.[ch]
3773
3774         * src/common/hooks.[ch]
3775                 implement a simple hook system using glib's hook functions
3776
3777         * src/folder.[ch]
3778         * src/folderview.c
3779                 use new hook system for folder item updates
3780
3781 2002-12-02 [christoph]  0.8.6claws49
3782
3783         * doc-src/ui_seperation.txt     ** NEW **
3784                 information for ui seperation
3785
3786         * src/Makefile.am
3787                 remove files that were moved to common
3788                 include common directory by default for the header files
3789
3790         * src/inc.c
3791         * src/common/socket.c
3792         * src/automaton.[ch]
3793                 implement automaton using g_io_*-functions instead of
3794                 gdk_input_add to make it ui independent
3795
3796         * src/codeconv.c
3797         * src/compose.c
3798         * src/ldif.c
3799         * src/pgptext.c
3800         * src/procmime.c
3801         * src/rfc2015.c
3802         * src/smtp.c
3803         * src/unmime.c
3804                 remove common/ prefix because directory is now in
3805                 include path
3806
3807         * src/compose.c
3808         * src/folder.c
3809         * src/folderview.c
3810         * src/mainwindow.c
3811         * src/messageview.c
3812         * src/prefs_common.c
3813         * src/procmsg.c
3814         * src/rfc2015.c
3815                 fix warnings
3816
3817         * src/imap.c
3818         * src/inc.c
3819         * src/news.c
3820         * src/pop.c
3821         * src/send.c
3822         * src/smtp.c
3823         * src/ssl_certificate.c
3824                 add log.h header file for logging functions
3825
3826         * src/main.c
3827         * src/common/utils.c
3828         * src/summaryview.c
3829         * src/xml.c
3830                 o move debug_mode to common/utils.c
3831                 o add functions to set and get debug_mode
3832
3833         * src/defs.h                    ** REMOVE **
3834         * src/intl.h                    ** REMOVE **
3835         * src/socket.[ch]               ** REMOVE **
3836         * src/ssl.[ch]                  ** REMOVE **
3837         * src/utils.[ch]                ** REMOVE **
3838                 replaced by new files in src/common/
3839         
3840         * src/common/Makefile.am
3841                 add new files in src/common/
3842
3843         * src/common/defs.h             ** NEW **
3844         * src/common/intl.h             ** NEW **
3845         * src/common/log.[ch]           ** NEW **
3846         * src/common/socket.[ch]        ** NEW **
3847         * src/common/ssl.[ch]           ** NEW **
3848         * src/common/utils.[ch]         ** NEW **
3849                 replacement for files in src/
3850
3851 2002-12-02 [colin]      0.8.6claws48
3852
3853         * src/folderview.c
3854                 Scroll folderview if necessary during dnd
3855
3856 2002-12-02 [colin]      0.8.6claws47
3857
3858         * src/folder.[ch]
3859                 Add check to verify a move is within a single mailbox
3860         * src/folderview.c
3861                 Add specific error string for this check
3862
3863 2002-12-02 [colin]      0.8.6claws46
3864
3865         * src/folder.c
3866                 Add a test to folder moving, remove a statusbar_print
3867         * src/folderview.c
3868                 Add Move folder... context-menu item
3869                 Factorize folder moving code
3870                 Enable folder DND for mbox
3871
3872 2002-12-01 [christoph]  0.8.6claws45
3873
3874         * ac/aspell.m4
3875                 remove conf.aspelltest if the version check fails
3876
3877 2002-11-30 [christoph]  0.8.6claws44
3878
3879         * autogen.sh
3880                 run libtoolize --force in autogen to create missing
3881                 libtool scripts
3882
3883 2002-11-30 [christoph]  0.8.6claws43
3884
3885         * src/Makefile.am
3886         * src/pgptext.c
3887         * src/procmime.c
3888         * src/rfc2015.c
3889         * src/uuencode.[ch]             ** REMOVED **
3890         * src/common/Makefile.am
3891         * src/common/uuencode.[ch]      ** NEW **
3892                 move uuen/decoder to common directory
3893
3894 2002-11-30 [christoph]  0.8.6claws42
3895
3896         * src/Makefile.am
3897         * src/base64.[ch]               ** REMOVED **
3898         * src/codeconv.c
3899         * src/compose.c
3900         * src/ldif.c
3901         * src/pgptext.c
3902         * src/procmime.c
3903         * src/rfc2015.c
3904         * src/smtp.c
3905         * src/unmime.c
3906         * src/common/Makefile.am
3907         * src/common/base64.[ch]        ** NEW **
3908                 move base64 en/decoder to common directory
3909
3910 2002-11-30 [christoph]  0.8.6claws41
3911
3912         * src/common                    ** NEW **
3913                 new directory for UI independent code
3914         * src/gtk                       ** NEW **
3915                 new directory for GTK frontend
3916         * src/common/.cvsignore         ** NEW **
3917         * src/gtk/.cvsignore            ** NEW **
3918                 ignore build files
3919         * src/common/Makefile.am        ** NEW **
3920         * src/gtk/Makefile.am           ** NEW **
3921                 automake files to build new seperated stuff
3922         * src/Makefile.am
3923                 the binary will currently still be build with the
3924                 files in src, so we include the code from the
3925                 subdirs for now after building the libs there
3926
3927 2002-11-30 [paul]       0.8.6claws40
3928
3929         * src/compose.c
3930                 fix bug [642731] 'Wrong selected account with drafted mail'
3931
3932 2002-11-29 [oliver]     0.8.6claws39
3933         
3934         * src/messageview.c
3935                 o update summaryview when switching between different
3936                   messageviews          
3937         * src/toolbar.c  
3938                 o check if messageview holds already removed msg
3939                   from summaryview
3940                 
3941
3942 2002-11-29 [oliver]     0.8.6claws38
3943
3944         * src/toolbar.c 
3945                 remove not needed variables and includes
3946                 make messageview stay opened and move to next when msgs are deleted 
3947
3948 2002-11-29 [oliver]     0.8.6claws37
3949         
3950         * src/toolbar.c 
3951                 disable compose button (messageview toolbar) by default
3952                 deleted msgs are moved to trash
3953         
3954 2002-11-29 [melvin]     0.8.6claws36
3955
3956         * configure.in
3957                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3958                 and to detect signatures expirations (gpgme 0.3.6)
3959
3960         * src/main.c
3961                 Use non obsolescent function for Gpgme engine checking.
3962
3963         * src/rfc2015.c
3964                 Inform about expired signatures or signatures which key
3965                 has expired. Expiration date is displayed.
3966
3967         * src/sigstatus.c
3968                 Inform about expired signatures or signatures which key
3969                 has expired.
3970
3971 2002-11-28 [paul]       0.8.6claws35
3972
3973         * src/folderview.c
3974                 re-instate 'Check for new messages' in Newsgroup
3975                 folders right-click menu, after a suggestion from
3976                 Tim Mann <timmann@users.sourceforge.net>
3977
3978         * src/main.c
3979                 after a crash check only local folders for new
3980                 messages
3981
3982 2002-11-28 [paul]       0.8.6claws34
3983
3984         * configure.in
3985                 apply patch that fixes the checking of GTK with XIM 
3986                 support on different OSs, such as FreeBSD. Patch 
3987                 submitted by Topia <topia@users.sourceforge.net>
3988                 
3989 2002-11-28 [paul]       0.8.6claws33
3990
3991         * src/mainwindow.c
3992           src/prefs_common.c
3993           src/prefs_toolbar.c
3994                 more changes to the English
3995
3996 2002-11-28 [paul]       0.8.6claws32
3997
3998         * sync with 0.8.6cvs13
3999                 see ChangeLog 2002-11-28 (no sync needed
4000                 for src/compose.c)
4001
4002 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4003         
4004         * src/mainwindow.[ch]
4005                 add patch by Ivan F. Martinez introducing messageview Toolbar
4006                 some changes and committed by oliver    
4007
4008 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4009
4010         * src/messageview.[ch]
4011                 add patch by Ivan F. Martinez introducing messageview Toolbar
4012                 some changes and committed by oliver    
4013
4014 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4015
4016         * src/compose.[ch]
4017                 add patch by Ivan F. Martinez introducing messageview Toolbar
4018                 some changes and committed by oliver    
4019
4020 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4021         
4022         * src/toolbar.[ch]
4023                 add patch by Ivan F. Martinez introducing messageview Toolbar
4024                 some changes and committed by oliver
4025
4026 2002-11-28 [oliver]     0.8.6claws27
4027         
4028         * src/prefs_toolbar.[ch]
4029                 getting ready for messageview toolbar
4030                 free mem allocated by gettext
4031                 change prefs_toolbar to prefs_toolbar_open
4032  
4033 2002-11-28 [thorsten]   0.8.6claws26
4034
4035         * src/imageview.[ch]
4036                 cleaned up conflicting declarations of
4037                 imageview_show_image()
4038
4039 2002-11-28 [paul]       0.8.6claws25
4040
4041         * src/grouplistdialog.c
4042           src/prefs_common.c
4043           src/prefs_summary_column.c
4044                 a few more improvements to the English
4045
4046 2002-11-28 [colin]      0.8.6claws24
4047
4048         * man/sylpheed.1
4049                 A few updates to command-line parameters
4050
4051 2002-11-28 [colin]      0.8.6claws23
4052
4053         * src/prefs_filtering.c
4054                 Fix problems with prefs_filtering_delete_path:
4055                 a) if the first rule is removed, original pointers
4056                    weren't updated (leading to segfaults)
4057                 b) it was always global_processing updated in case
4058                    of removed path was parent of rule path
4059
4060 2002-11-27 [paul]       0.8.6claws22
4061
4062         * src/mainwindow.c
4063           src/prefs_account.c
4064           src/prefs_actions.c
4065           src/prefs_common.c
4066           src/prefs_customheader.c
4067           src/prefs_display_header.c
4068           src/prefs_filtering.c
4069           src/prefs_folder_item.c
4070           src/prefs_matcher.c
4071           src/prefs_scoring.c
4072           src/prefs_summary_column.c
4073           src/prefs_template.c
4074           src/prefs_toolbar.c
4075                  improve the English in the GUI
4076
4077 2002-11-27 [colin]      0.8.6claws21
4078
4079         * src/folder.c
4080                 Fix processing renaming problems happening after
4081                 last commit
4082
4083 2002-11-27 [colin]      0.8.6claws20
4084
4085         * src/folder.c
4086                 recursive move now deletes src each subfolder after 
4087                 having moved it
4088         * src/folderview.c
4089                 Use identifier instead of path during dnd (enables
4090                 IMAP folder dnd)
4091
4092 2002-11-27 [paul]       0.8.6claws19
4093
4094         * src/main.c
4095                 apply patch that does command-line processing 
4096                 BEFORE gtk_init, allowing claws to run from 
4097                 shell-scripts in non-X environment (e.g. crontab 
4098                 or ip-up, ip-down scripts). Patch submitted by
4099                 Ruslan N. Balkin <baron@dartel.ru>
4100                 
4101         * po/it.po
4102                 updated by Alessandro Maestri
4103
4104 2002-11-27 [paul]       0.8.6claws18
4105
4106         * sync with 0.8.6cvs12
4107           src/prefs_common.c
4108                 Differences are that main uses a 'Receive dialog'
4109                 frame on the Interface tab, whereas claws groups all 
4110                 the dialogs together in a 'Dialogs' frame.
4111
4112 2002-11-27 [colin]      0.8.6claws17
4113
4114         * src/prefs_matcher.c
4115                 Fix Execute criteria's NOT flag
4116
4117
4118 2002-11-26 [christoph]  0.8.6claws16
4119
4120         * src/ssl.c
4121                 rewrite the ssl code a little bit, only use one
4122                 SSL context, set default certificates' file/path
4123
4124 2002-11-26 [thorsten]   0.8.6claws15
4125
4126         * src/compose.c
4127                 default-reply-to didn't work for ml-reply
4128
4129 2002-11-26 [melvin]     0.8.6claws14
4130
4131         * src/prefs_actions.c
4132                 Made pipe-actions ignore short headers in message view
4133                 Made trailing-pipe-actions write in the message view with
4134                 the same font as the original message
4135
4136 2002-11-26 [paul]       0.8.6claws13
4137
4138         * src/compose.c
4139                 this time commit the correct file
4140
4141 2002-11-26 [paul]       0.8.6claws12
4142
4143         * sync with 0.8.6cvs11
4144           src/quote_fmt_parse.y  
4145                 no sync needed
4146           src/account.[ch]       
4147                 not sync'ed
4148           src/compose.c
4149                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4150                 on draft mode.
4151                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4152                 header
4153                 
4154         see ChangeLog 2002-11-25 and 2002-11-26
4155
4156 2002-11-26 [colin]      0.8.6claws11
4157
4158         * src/folderview.c
4159                 Fix collapsed folder not auto-expanding during
4160                 mail dnd, if it was the source folder.
4161
4162 2002-11-25 [colin]      0.8.6claws10
4163
4164         * src/folderview.[ch]
4165                 Variable renaming and cleaning (slist of nodes 
4166                 to be re-collapsed is stored in FolderView)
4167
4168 2002-11-25 [paul]       0.8.6claws9
4169
4170         * src/prefs_common.[ch]
4171                 fix breakage caused by last commit
4172
4173 2002-11-25 [paul]       0.8.6claws8
4174
4175         * sync with 0.8.6cvs4
4176                 see ChangeLog 2002-11-21
4177
4178 2002-11-25 [paul]       0.8.6claws7
4179
4180         * sync with 0.8.6cvs4
4181                 see ChangeLog 2002-11-20
4182
4183 2002-11-25 [paul]       0.8.6claws6
4184
4185         * sync with 0.8.6cvs3
4186                 see ChangeLog 2002-11-18
4187
4188 2002-11-25 [colin]      0.8.6claws5
4189
4190         * src/gtkutils.[ch]
4191                 Add gtkut_ctree_node_is_parent()
4192         * src/folderview.c
4193                 Spring-loaded folders
4194
4195 2002-11-25 [colin]      0.8.6claws4
4196
4197         * src/utils.[ch]
4198                 Add slist_concat_unique(), function to merge
4199                 two GSList filtering dups
4200         * src/folder.[ch]
4201         * src/summaryview.[ch]
4202         * src/folderview.c
4203         * src/main.c
4204                 Add detection/update/display of unread answers
4205                 to marked mails
4206         * src/procmsg.[ch]
4207                 Add procmsg_find_children()
4208                 Add procmsg_msg_has_marked_parent()
4209
4210 2002-11-25 [colin]      0.8.6claws3
4211
4212         * src/ssl_certificate.[ch]
4213                 Allow checking a certificate without a DNS
4214                 lookup
4215                 Allow to forget a cert (by deleting it)
4216                 Make ssl_certificate_destroy_public
4217         * src/ssl_manager.[ch] ** NEW FILES **
4218                 Gui to manage (display/remove) certificates
4219         * src/prefs_common.[ch]
4220                 Add a pref to allow silent acceptation of
4221                 trusted certificates or not (based on the
4222                 "I want to know what's going on" principle)
4223         * src/mainwindow.c
4224                 Add SSL manager in Tools menu
4225         * src/Makefile.am
4226                 Add the new files to the build
4227         * po/POTFILES.in
4228                 Add ssl_manager.c to translations
4229
4230 2002-11-25 [colin]      0.8.6claws2
4231
4232         * src/summaryview.[ch]
4233                 Add S_SEARCH_EXTENDED to the quick search, which 
4234                 allows to search using filtering syntax.
4235
4236 2002-11-25 [colin]      0.8.6claws1
4237
4238         * src/summaryview.c
4239                 Deletion of duplicates now prefer deleting
4240                 the unread dup (fixes feature-request 638989).
4241
4242 2002-11-24 [paul]       0.8.6claws
4243
4244         * po/es.po
4245           po/pl.po
4246           po/ru.po
4247           po/sr.po
4248                 updated by Ricardo Mones Lastra,
4249                 Witold Wladyslaw Wojciech Wilk,
4250                 Ruslan N. Balkin, and  Urke MMI 
4251                 respectively
4252
4253 2002-11-24 [paul]       0.8.5claws182
4254
4255         * po/bg.po
4256                 updated by George Danchev
4257
4258 2002-11-23 [alfons]     0.8.5claws181
4259
4260         * src/imap.c
4261                 tiny memory leak found by browsing Dimitar's 
4262                 valgrind report
4263
4264 2002-11-23 [paul]       0.8.5claws180
4265
4266         * po/it.po
4267                 updated by Alessandro Maestri
4268
4269 2002-11-22 [christoph]  0.8.5claws179
4270
4271         * src/compose.c
4272         * src/inc.c
4273         * src/prefs_filtering.c
4274         * src/summaryview.c
4275                 more warning fixes
4276
4277 2002-11-22 [alfons]     0.8.5claws178
4278
4279         * src/summaryview.c
4280                 summary_execute_delete_func(): if message is deleted, make 
4281                 sure to also remove its entry in the subject hash table. 
4282                 fixes a corner case bug.
4283
4284 2002-11-22 [paul]       0.8.5claws177
4285
4286         * .cvsignore
4287                 add 'autom4te.cache'
4288                 
4289         * ltconfig      ** REMOVED **
4290                 not needed
4291
4292 2002-11-22 [paul]       0.8.5claws176
4293
4294         * src/textview.c
4295                 textview_set_font(): fix for message display in
4296                 UTF-8 locales (thanks to Sergey Vlasov).
4297                 
4298         * AUTHORS
4299                 add new team members and contributors
4300
4301
4302 2002-11-21 [colin]      0.8.5claws175
4303
4304         * src/procmsg.[ch]
4305                 Add procmsg_remove_special_headers()
4306         * src/mh.c
4307                 Use procmsg_remove_special_headers() for 
4308                 previous fix
4309
4310 2002-11-21 [colin]      0.8.5claws174
4311
4312         * src/mh.c
4313                 Fix moving/copying from queue/draft folders
4314                 for MH folders
4315
4316 2002-11-21 [christoph]  0.8.5claws173
4317
4318         * src/crash.c
4319         * src/filtering.c
4320         * src/logwindow.c
4321         * src/main.c
4322         * src/matcher_parser_lex.[hl]
4323         * src/mbox.c
4324         * src/mbox_folder.[ch]
4325         * src/prefs_filtering.c
4326         * src/procheader.c
4327         * src/quote_fmt_lex.l
4328         * src/ssl.c
4329                 fix all warnings except the warnings in lex and yacc files
4330
4331 2002-11-20 [christoph]  0.8.5claws172
4332
4333         * src/imap.c
4334                 fix MsgInfo retrieval for IMAP draft and queue folders
4335                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4336
4337 2002-11-19 [christoph]  0.8.5claws171
4338
4339         * src/compose.c
4340                 fix segfault, when draft saving does not get
4341                 the MsgInfo of the new message
4342                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4343
4344 2002-11-19 [christoph]  0.8.5claws170
4345
4346         * src/procmsg.c
4347                 add parameter check for flag setting function
4348                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4349
4350 2002-11-18 [paul]       0.8.5claws169
4351
4352         * src/compose.c
4353                 more sensitivity fixes to redirect mode:
4354                 * disable toolbar draft button
4355                 * allow only Address book in the Tools menu
4356                 * disable editing of message by the spell
4357                   checker
4358
4359 2002-11-18 [paul]       0.8.5claws168
4360
4361         * src/compose.c
4362                 fix sensitivity of menu items in compose_redirect():
4363                 allow only the necessary items 
4364
4365 2002-11-18 [paul]       0.8.5claws167
4366
4367         * src/compose.c
4368                 fix bug [ 603259 ] 'attachment got lost on bounce'
4369
4370 2002-11-18 [paul]       0.8.5claws166
4371
4372         * po/ru.po
4373                 updated by Ruslan N. Balkin <baron@dartel.ru>
4374
4375 2002-11-18 [colin]      0.8.5claws165
4376
4377         * src/main.c
4378           src/defs.h
4379                 Remove old filtering stuff
4380
4381
4382 2002-11-17 [oliver]     0.8.5claws164
4383
4384         * src/toolbar.h
4385                 remove not needed typedef 
4386
4387 2002-11-17 [oliver]     0.8.5claws163
4388
4389         * src/toolbar.c
4390                 make toolbar's on click events translatable
4391
4392 2002-11-15 [colin]      0.8.5claws162
4393
4394         * src/summaryview.c
4395                 Revert too-soon integration of a feature
4396
4397 2002-11-15 [christoph]  0.8.5claws161
4398
4399         * src/imap.c
4400                 use main's implementation of imap_get_msginfo
4401
4402 2002-11-15 [christoph]  0.8.5claws160
4403
4404         * src/compose.c
4405         * src/folder.[ch]
4406         * src/imap.c
4407         * src/mbox_folder.c
4408         * src/mh.c
4409         * src/news.c
4410         * src/procmsg.c
4411         * src/summaryview.c
4412                 replace claws' fetch_msginfo with main's get_msginfo
4413                 (use main's implementation where possible)
4414
4415 2002-11-15 [colin]      0.8.5claws159
4416
4417         * src/ssl_certificate.c
4418                 Missed a check
4419
4420 2002-11-16 [melvin]     0.8.5claws158
4421
4422         * po/fr.po
4423                 Updated French translations.
4424
4425 2002-11-16 [colin]      0.8.5claws157
4426
4427         * src/ssl_certificate.c
4428                 Check for missing parts in the certificates
4429
4430 2002-11-15 [colin]      0.8.5claws156
4431
4432         * src/folderview.c
4433                 Preventive fix (missing check) found by
4434                 Alfons
4435
4436 2002-11-15 [paul]
4437
4438         * NEWS
4439                 sync with 0.8.6 release
4440
4441 2002-11-15 [colin]      0.8.5claws155
4442
4443         * src/folder.[ch]
4444           src/folderview.c
4445                 Fix error handling of folder_item_move_to()
4446                 (thanks to Alfons!)
4447
4448 2002-11-15 [colin]      0.8.5claws154
4449
4450         * src/folder.[ch]
4451           src/folderview.c
4452                 folder_item_move_to() sets an error message instead
4453                 of having GUI stuff in folder.c
4454
4455 2002-11-15 [colin]      0.8.5claws153
4456
4457         * src/procmsg.[ch]
4458                 Implemented a callback for MsgInfo updates, 
4459                 heavily copy/pasted from Christoph's folder 
4460                 callback system
4461         * src/summaryview.[ch]
4462                 Register summary_update_msg as callback
4463
4464 2002-11-14 [colin]      0.8.5claws152
4465         
4466         * src/procmsg.c
4467                 Update the FolderItem after sending (fixes 617593)
4468
4469 2002-11-14 [christoph]  0.8.5claws151
4470
4471         * src/folder.c
4472                 fix wrong position of NULL pointer check found
4473                 by Sergey
4474
4475 2002-11-14 [christoph]  0.8.5claws150
4476
4477         * src/folder.c
4478                 fix segfault when deleting messages from IMAP folders
4479                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4480
4481 2002-11-14 [colin]      0.8.5claws149
4482
4483         * src/compose.c
4484                 Forwarding was also ignoring the folder's default account.
4485
4486 2002-11-14 [colin]      0.8.5claws148
4487
4488         * src/compose.c
4489                 Fix sent folder not set to folder properties when 
4490                 forwarding.
4491
4492 2002-11-14 [thorsten]   0.8.5claws147
4493
4494         * src/inc.c
4495                 inc_start(): Files were not moved from .processing to inbox,
4496                 if no global processing rule existed
4497
4498 2002-11-14 [colin]      0.8.5claws146
4499
4500         * src/ssl_certificate
4501                 Fix file operations
4502
4503 2002-11-14 [paul]       0.8.5claws145
4504
4505         * po/it.po
4506                 updated by Alessandro Maestri
4507
4508 2002-11-13 [alfons]     0.8.5claws144
4509
4510         * src/folder.c
4511                 folder_item_close(): only mark messages unread
4512                 when a folder has new messages 
4513
4514 2002-11-13 [keith]      0.8.5claws143
4515
4516         * src/imap.c
4517                 Fix problem moving or copying between
4518                 IMAP folders
4519
4520 2002-11-13 [colin]      0.8.5claws142
4521
4522         * src/matcher_parser_parse.y
4523                 Fix rule problem when " don't match
4524
4525 2002-11-13 [christoph]  0.8.5claws141
4526
4527         * src/folder.c
4528         * src/folderview.c
4529                 moved cache saving to folder_item_close
4530                 the folderview should not have to deal with
4531                 this things
4532
4533 2002-11-13 [christoph]  0.8.5claws140
4534
4535         * src/summaryview.c
4536                 moved setting of important score to
4537                 summary_set_prefs_from_folderitem
4538
4539 2002-11-13 [colin]      0.8.5claws139
4540
4541         * src/matcher_parser_parse.y
4542                 Fix a segfault in the parser (happening when
4543                 a good expression had been tested and a bad 
4544                 one arrives)
4545
4546 2002-11-13 [paul]       0.8.5claws138
4547
4548         * sync with 0.8.5cvs24
4549                 see ChangeLog 2002-11-13
4550                 
4551         * po/pt_BR.po
4552                 updated by Fabio Jr. Beneditto
4553
4554 2002-11-13 [colin]      0.8.5claws137
4555         
4556         * src/msgcache.c
4557           src/defs.h
4558           src/procmsg.[ch]
4559                 Revert last commit, problem
4560
4561 2002-11-13 [colin]      0.8.5claws136
4562
4563         * src/msgcache.c
4564                 Remove duplicated code
4565         * src/defs.h
4566                 Bumped CACHE_VERSION and MARK_VERSION
4567         * src/procmsg.[ch]
4568                 Network endian for cache and mark files
4569
4570 2002-11-12 [colin]      0.8.5claws135
4571
4572         * src/inc.c
4573                 Fix the "socket error" dialog which disappeared
4574
4575 2002-11-12 [colin]      0.8.5claws134
4576
4577         * src/msgcache.c
4578                 Reverse last commit which had performance 
4579                 problems, but still reverse the list
4580
4581 2002-11-12 [colin]      0.8.5claws133
4582
4583         * src/msgcache.c
4584                 Reverse list order
4585
4586 2002-11-12 [melvin]     0.8.5claws132
4587
4588         * src/compose.c
4589                 Added a check for a NULL prefs_common.dictionary
4590
4591 2002-11-12 [colin]      0.8.5claws131
4592
4593         * src/ssl_certificate.[ch]
4594                 Use FQDN hostname
4595
4596 2002-11-12 [colin]      0.8.5claws130
4597
4598         * src/ssl_certificate.[ch]
4599                 Take connection port into account for 
4600                 checking certificates (a single hostname
4601                 could have multiple servers with multiple
4602                 certificates)
4603         * src/ssl.c
4604                 Pass the port to ssl_certificate_check
4605
4606 2002-11-12 [paul]       0.8.5claws129
4607
4608         * src/folder.c
4609                 fix a typo in last commit
4610
4611 2002-11-12 [paul]       0.8.5claws128
4612
4613         * sync with 0.8.5cvs23
4614                 see ChangeLog entry 2002-11-12
4615
4616 2002-11-11 [colin]      0.8.5claws127
4617
4618         * src/ssl_certificate.c
4619                 Cleaner messages
4620                 Don't popup, instead log error, if the 
4621                 corresponding pref is checked
4622         * src/ssl_certificate.h
4623                 include <openssl/objects/h>
4624
4625 2002-11-11 [colin]      0.8.5claws126
4626
4627         * src/ssl_certificate.h
4628                 _Really_ clean it
4629
4630 2002-11-11 [colin]      0.8.5claws125
4631         
4632         * src/ssl_certificate.c
4633                 Fixed leak
4634
4635 2002-11-11 [colin]      0.8.5claws124
4636
4637         * src/ssl.c
4638                 Cleaned a bit
4639         * src/ssl_certificate.[ch]
4640                 Cleaned a bit (better use of SSL API)
4641                 (This will cause non-recognition of saved 
4642                  certificates of claws12[23]...)
4643
4644 2002-11-11 [paul]       0.8.5claws123
4645         
4646         * po/es.po
4647                 updated by Ricardo Mones Lastra
4648
4649 2002-11-11 [colin]      0.8.5claws122
4650
4651         * src/ssl.c
4652                 Fix a typo
4653
4654 2002-11-11 [colin]      0.8.5claws121
4655
4656         * src/ssl_certificate.[ch] ** NEW FILES **
4657         * src/ssl.[ch]
4658                 Check SSL certificates presented to us
4659         * src/Makefile.am
4660                 Add ssl_certificate.[ch]
4661         * po/POTFILES.in
4662                 Add ssl_certificate.c
4663
4664 2002-11-11 [paul]       0.8.5claws120
4665
4666         * sync with 0.8.5cvs22
4667                 see ChangeLog 2002-11-11
4668
4669 2002-11-11 [paul]       0.8.5claws119
4670
4671         * sync with 0.8.5cvs21
4672                 see ChangeLog 2002-11-11
4673
4674 2002-11-10 [jens]       0.8.5claws118
4675
4676         * src/folder.c
4677         * src/folderview.c
4678                 corrected some typing
4679         * po/de.po
4680                 updated german translation
4681         * sylpheed.spec.in
4682                 cleaned up specfile and adjusted it for claws
4683
4684 2002-11-10 [colin]      0.8.5claws117
4685
4686         * src/summaryview.c
4687                 a STATUSBAR_PUSH/POP fix
4688
4689 2002-11-10 [colin]      0.8.5claws116
4690
4691         * src/prefs_folder_item.c
4692                 Fix hanging after opening folder properties
4693
4694 2002-11-10 [hoa]        0.8.5claws115
4695
4696         * src/matcher_parser_lex.l
4697         * src/matcher_parser_parse.y
4698                 config file for scoring and filtering is no more trashed
4699                 when there is a syntax error in a filtering rule when
4700                 editing it in a dialog.
4701
4702 2002-11-09 [colin]      0.8.5claws114
4703
4704         * src/mbox_folder.c
4705                 Added missing initialisation of folder->destroy()
4706
4707 2002-11-09 [colin]      0.8.5claws113
4708
4709         * src/folder.c
4710           src/folderview.c
4711                 Fix the status bar messages
4712
4713 2002-11-09 [colin]      0.8.5claws112
4714
4715         * src/folderview.c
4716                 Fix hangs after folder dnd, happening after 
4717                 claws109.
4718
4719 2002-11-09 [christoph]  0.8.5claws111
4720
4721         * src/folderview.c
4722                 just changed order of calls (reverse order of
4723                 associated calls)
4724         * src/inc.c
4725                 lock inc when checking only one account, otherwise
4726                 inc all could be executed at the same time
4727
4728 2002-11-09 [christoph]  0.8.5claws110
4729
4730         * src/folderview.c
4731                 better unlock the mouse cursor before calling
4732                 summary_show because it changes the cursor too
4733
4734 2002-11-09 [christoph]  0.8.5claws109
4735
4736         * src/folder.[ch]
4737         * src/folderview.c
4738                 add functions to open and close a folder
4739                 o opending will execute scanning for remote folders
4740                   and processing
4741                 o closing will unset new flag for messages
4742
4743 2002-11-09 [colin]      0.8.5claws108
4744
4745         * src/folder.c
4746                 Add a call to prefs_matcher_write_config to 
4747                 avoid non-leaf folders filtering settings to be
4748                 lost
4749
4750 2002-11-09 [paul]       0.8.5claws107
4751
4752         * src/prefs_account.c
4753                 re-word a label
4754
4755 2002-11-09 [colin]      0.8.5claws106
4756
4757         * src/folderview.c
4758                 Minor esthetic fix
4759
4760 2002-11-09 [colin]      0.8.5claws105
4761
4762         * src/folderview.c
4763                 Fix prefs_filtering deletion for MH folders (same
4764                 reason as below)
4765         * src/prefs_filtering.c
4766                 Fix prefs_filtering renaming and deletion for 
4767                 folder-based processing rules.  
4768
4769 2002-11-09 [christoph]  0.8.5claws104
4770
4771         * src/compose.c
4772         * src/folder.[ch]
4773         * src/folderview.[ch]
4774         * src/import.c
4775         * src/inc.c
4776         * src/main.c
4777         * src/mainwindow.c
4778         * src/messageview.c
4779         * src/prefs_folder_item.c
4780         * src/procmsg.c
4781         * src/summaryview.c
4782                 implement a callback system for folder item updates
4783
4784 2002-11-09 [colin]      0.8.5claws103
4785
4786         * src/folderview.c
4787                 Fix prefs_filtering renaming for MH folders (we
4788                 shouldn't rename by path as another folder could
4789                 have the same hierarchy).
4790
4791 2002-11-09 [colin]      0.8.5claws102
4792
4793         * src/folder.c
4794                 Fix a leak found by Christoph, use better variable
4795                 names
4796
4797 2002-11-09 [colin]      0.8.5claws101
4798
4799         * src/folder.c
4800                 One more fix for processing rules
4801
4802 2002-11-08 [colin]      0.8.5claws100
4803         
4804         * src/matcher.c
4805                 Don't copy the compiled regexp (will be reevaluated)
4806         * src/folderview.c
4807                 Lock folderview while moving
4808         * src/folder.c
4809                 Provide info on what's happening to the user
4810
4811 2002-11-08 [colin]      0.8.5claws99
4812
4813         * src/folderview.c
4814                 Fix folder reordering after a move if parent is 
4815                 root
4816         * src/scoring.[ch]
4817                 Add function to copy a ScoringProp
4818         * src/prefs_folder_item.c
4819                 Copy scoring rules when copying a folder prefs
4820
4821 2002-11-08 [colin]      0.8.5claws98
4822
4823         * src/folderview.c
4824                 Fixes in case of failure
4825         * src/filtering.[ch]    
4826                 Add function to duplicate a FilteringProp
4827         * src/matcher.[ch]
4828                 Add function to duplicate a MatcherProp
4829         * src/prefs_folder_item.c
4830                 Save folder's processing rules when copying 
4831                 its prefs
4832
4833 2002-11-08 [colin]      0.8.5claws97
4834         
4835         * src/folderview.c
4836                 Sort after move
4837         * src/folder.c 
4838                 Change a printf to debug_print
4839
4840 2002-11-08 [colin]      0.8.5claws96
4841
4842         * src/folder.c
4843           src/folderview.c
4844                 Fix segfaults, call me stupido
4845         
4846
4847 2002-11-08 [colin]      0.8.5claws95
4848
4849         *src/folder.c
4850                 Added forgotten prefs to save when moving folders
4851
4852 2002-11-08 [colin]      0.8.5claws94
4853
4854         * src/folder.c
4855                 Fixes to folder DND (prefs copy)
4856         * src/folderview.c
4857                 Optimization for folder DND (don't rescan whole tree)
4858                 Added folderview_create_folder_node() for this 
4859                 optimization, so de-duped a bit the code
4860         * src/prefs_folder_item.[ch]
4861                 Added prefs_folder_item_copy_prefs()    
4862           
4863 2002-11-08 [paul]       0.8.5claws93
4864
4865         * src/prefs_account.c
4866           tools/README
4867           tools/kmail2sylpheed_v2.pl
4868                 correct some typos
4869
4870 2002-11-08 [paul]       0.8.5claws92
4871
4872         * src/compose.c
4873           src/prefs_account.[ch]
4874                 remove account options 'clearsign' and 'ascii_armored',
4875                 replace with 'default_gnupg_mode' to prevent mixed-mode
4876                 Privacy settings
4877
4878 2002-11-08 [paul]       0.8.5claws91
4879
4880         * src/compose.[ch]
4881                 re-implement GnuPG 'on-the-fly' mode selection,
4882                 disallow mixed-mode
4883
4884 2002-11-08 [colin]      0.8.5claws90
4885
4886         * src/folderview.c
4887           src/prefs_folder_item.c
4888                 Change "Property" to "Properties"
4889
4890 2002-11-07 [colin]      0.8.5claws89
4891
4892         * src/folderview.c
4893           src/folder.c
4894                 Allow folder dropping to a root folder
4895
4896 2002-11-07 [paul]       0.8.5claws88
4897
4898         * src/compose.c
4899                 revert last commit
4900
4901 2002-11-07 [paul]       0.8.5claws87
4902
4903         * src/compose.c
4904                 fix reply-to-list bug. closes bug report
4905                 "[633382] reply-to-list broken in recent cvs"
4906
4907 2002-11-07 [paul]       0.8.5claws86
4908
4909         * src/compose.c
4910                 add a forgotten '#if USE_GPGME ... #endif'
4911
4912 2002-11-07 [paul]       0.8.5claws85
4913
4914         * sync with 0.8.5cvs20
4915                 see ChangeLog 2002-11-07
4916
4917 2002-11-07 [colin]      0.8.5claws84
4918
4919         * src/folder.[ch]
4920                 Change folder_item_move_to to return the newly 
4921                 created folderitem.
4922         * src/folderview.c
4923                 Select the new folderitem after moving.
4924
4925 2002-11-07 [colin]      0.8.5claws83
4926
4927         * src/prefs_filtering.c
4928                 Fix rule rewriting when moving a leaf folder to a 
4929                 shorter path
4930
4931 2002-11-07 [colin]      0.8.5claws82
4932
4933         * src/prefs_filtering.c
4934                 fix a leak
4935
4936 2002-11-07 [colin]      0.8.5claws81
4937
4938         * src/folder.[ch]
4939                 Add folder_item_move_to() function to move a 
4940                 folderitem into another one (updates matcher etc)
4941         * src/folderview.c
4942                 Add folder drag'n drop (context menu to come)
4943                 [Should be dataloss free, but Please backup before 
4944                  trying !]
4945
4946 2002-11-06 [colin]      0.8.5claws80
4947
4948         * src/mh.c
4949                 mh_create_folder() returns NULL if can't create
4950                 directory hierarchy
4951
4952 2002-11-06 [paul]       0.8.5claws79
4953
4954         * src/compose.[ch]
4955                 allow 'on-the-fly' changing of the type of encryption 
4956                 and/or signing used (mime/ascii) via the compose window
4957
4958 2002-11-06 [paul]       0.8.5claws78
4959
4960         * sync with 0.8.5cvs19
4961                 see ChangeLog 2002-11-06 for src/account.c: 
4962                 account_get_special_folder()
4963                 
4964 2002-11-05 [alfons]     0.8.5claws77
4965
4966         * src/crash.c
4967                 very minor cleanups: nothing to see here, move on. :-)
4968
4969 2002-11-05 [colin]      0.8.5claws76
4970
4971         * src/main.c
4972                 Changes choices if compose windows are opened to
4973                 Discard, Draft, Don't quit
4974
4975 2002-11-05 [thorsten]   0.8.5claws75
4976
4977         * src/compose.c
4978                 reenabled default_reply_to folder option
4979
4980 2002-11-05 [colin]      0.8.5claws74
4981
4982         * src/compose.[ch] 
4983                 add compose_draft()
4984         * src/crash.c
4985                 add SIGTERM handler
4986         * src/main.[ch]
4987                 add clean_quit() for the SIGTERM handler
4988
4989 2002-11-05 [paul]       0.8.5claws73
4990         
4991         * po/es.po
4992                 updated by Ricardo Mones Lastra
4993
4994 2002-11-05 [melvin]     0.8.5claws72
4995
4996         * src/logwindow.c
4997                 Fixed log-clipping bug #616795.
4998                 To stop logging in the log window use 0 length.
4999         * src/prefs_common.c
5000                 Added a label to inform about the 0 log length behaviour.
5001
5002 2002-11-05 [paul]       0.8.5claws71
5003
5004         * sync with 0.8.5cvs17
5005                 see ChangeLog 2002-11-05
5006
5007 2002-11-04 [paul]       0.8.5claws70
5008
5009         * sylpheed-128x128.png
5010           sylpheed-64x64.png
5011           sylpheed.png
5012                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5013                 <nikai@users.sourceforge.net>
5014                 
5015         * po/bg.po
5016                 updated by George Danchev
5017
5018 2002-11-03 [thorsten]   0.8.5claws69
5019
5020         * src/main.c
5021           src/mimeview.c
5022           src/rfc2015.h
5023                 add check if gpg is active
5024
5025 2002-11-03 [thorsten]   0.8.5claws68
5026
5027         * src/toolbar.h
5028                 removed GSList declaration causing trouble on MacOS-X
5029                 (submitted by alfons, reported by xfesty)
5030
5031 2002-11-01 [paul]       0.8.5claws67
5032
5033         * src/mainwindow.c
5034                 remove last remnants of main's filter code
5035
5036 2002-11-01 [paul]       0.8.5claws66
5037
5038         * tools/filter_conv.pl
5039                 fix bug where user-defined headers were ignored
5040
5041 2002-11-01 [paul]       0.8.5claws65
5042
5043         * src/logwindow.c
5044                 make a debug_print() not translatable
5045
5046 2002-10-31 [melvin]     0.8.5claws64
5047
5048         * ac/aspell.m4
5049                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5050                 not run any GNU/aspell test.  The dictionary path will
5051                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5052                 was given, in which case, it will be $prefix/lib/aspell/
5053         * configure.in
5054                 Fixed typo in commentary (Aspell code).
5055
5056 2002-10-31 [paul]       0.8.5claws63
5057
5058         * po/POTFILES.in
5059                 remove src/filter.c and src/prefs_filter.c
5060                 thanks to Ricardo for reminding me
5061
5062 2002-10-31 [colin]      0.8.5claws62
5063
5064         * src/mbox_folder.c
5065                 Plug some leaks
5066
5067 2002-10-31 [paul]       0.8.5claws61
5068
5069         * src/prefs_filter.[ch] ** REMOVED **
5070           src/filter.[ch]       ** REMOVED **
5071           
5072         * src/Makefile.am
5073           src/folderview.c
5074           src/inc.c
5075           src/main.c
5076           src/mainwindow.c
5077           src/mbox.c
5078           src/prefs_common.c
5079           src/prefs_filtering.c
5080           src/summaryview.[ch]
5081                 remove main's 'filter' code
5082                 
5083         README.claws
5084                 update to reflect removal of main's filter
5085
5086 2002-10-31 [paul]       0.8.5claws60
5087
5088         * src/summaryview.c
5089                 remove check for global_processing in summary_filter_open(). 
5090                 This fixes the bug where if the user uses the right-click 
5091                 'Create filter rule...' and doesn't have any filter rules 
5092                 already defined in claws' advanced filtering, the newly 
5093                 created filter rule goes to main's filtering which is 
5094                 inaccessible through the gui. Now the filter rule gets added
5095                 to claws' filtering by default.
5096
5097 2002-10-28 [melvin]     0.8.5claws59
5098
5099         * src/prefs_actions.c
5100                 Fixed bug #627322 where MIME parts were not always
5101                 correctly passed to a %p action
5102                 Display an error dialog when message filename is not found.
5103
5104 2002-10-28 [melvin]     0.8.5claws58
5105
5106         * src/prefs_common.c
5107                 Readded a missing function declaration lost in 0.8.3claws34
5108
5109 2002-10-28 [paul]       0.8.5claws57
5110
5111         * sync with 0.8.5cvs15
5112                 see ChangeLog 2002-10-28 and 2002-10-25
5113                 
5114         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5115
5116 2002-10-27 [oliver]     0.8.5claws56
5117
5118         * src/pop.c
5119                 plug leak in pop3_top_recv
5120
5121 2002-10-26 [christoph]  0.8.5claws55
5122
5123         * src/folder.c
5124                 set need_update folder flag when messages are added
5125                 (closes bug [ 626922 ] folder not updated after receiving)
5126
5127 2002-10-25 [melvin]     0.8.5claws54
5128
5129         * src/imageview.c
5130                 Fixed a memleak introduced in the scaling code.
5131
5132 2002-10-24 [alfons]     0.8.5claws53
5133
5134         * src/filtering.c
5135                 make filtering's forward message action forward from the 
5136                 correct account
5137                 (closes bug [628089 ] Filter -> Forward from address problem
5138                 reported by Oktay)
5139
5140 2002-10-24 [christoph]  0.8.5claws52
5141
5142         * src/mainwindow.c
5143         * src/manual.[ch]
5144                 o use manual of current locale or english if current
5145                   locale is not available (and english is available)
5146                 o also link to sylpheed doc project manuals
5147
5148 2002-10-23 [paul]       0.8.5claws51
5149
5150         * tools/README
5151           tools/kmail2sylpheed_v2.pl
5152                 add new version of kmail addressbook importer script.
5153                 works with newer versions of Kmail/KAddressBook which
5154                 have new and rearranged data.
5155
5156 2002-10-23 [martin]     0.8.5claws50
5157
5158         * src/folderview.c
5159         * src/summaryview.c
5160         * src/utils.h
5161         * src/utils.c
5162                 added length parameter to get_abbrev_newsgroup_name()
5163                 changed this function so that it abbreviates the newsgroup
5164                 names only so long it is smaller than the length parameter
5165                 (for better reading of some newsgroup names and space efficiency)
5166
5167 2002-10-22 [colin]      0.8.5claws49
5168
5169         *src/foldersel.c
5170                 Revert Alfons' last modification (after voting ;-))
5171
5172 2002-10-21 [alfons]     0.8.5claws48
5173
5174         * src/foldersel.c
5175                 folder view in folder selection dialog reflects state of
5176                 folder view in main window
5177
5178 2002-10-18 [alfons]     0.8.5claws47
5179
5180         * src/mbox.c
5181                 drop imported messages in folder selected by user,
5182                 and not in the inbox
5183                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5184
5185 2002-10-18 [alfons]     0.8.5claws46
5186
5187         * src/compose.c
5188                 make automagic reply work correctly for email accounts 
5189                 (whether it's viable to do a full sync with Hiro's 
5190                 compose.c is still under discussion)
5191
5192 2002-10-18 [melvin]     0.8.5claws45
5193
5194         * src/prefs_actions.c
5195                 Fixed bug #622275 where asynchroneous actions left 
5196                 zombies processes
5197                 Made (synchroneous) actions' input be displayed live.
5198
5199 2002-10-18 [christoph]  0.8.5claws44
5200
5201         * src/textview.c
5202                 don't add a newline in the textview in front of the
5203                 first textpart if header display is disabled
5204                 (closes bug [ 603385 ] disabled header display leaves blank
5205                  lin)
5206
5207 2002-10-18 [christoph]  0.8.5claws43
5208
5209         * src/folder.[ch]
5210         * src/imap.c
5211         * src/mbox_folder.c
5212         * src/mh.c
5213         * src/news.c
5214                 folder->get_num_list now returns an error code
5215                 (closes bug [ 609424 ] News cache cleared on failure)
5216                 
5217 2002-10-17 [colin]      0.8.5claws42
5218         
5219         * src/news.c
5220                 Changed a printf by debug_print
5221
5222 2002-10-16 [paul]       
5223
5224         * tools/OOo2sylpheed.pl
5225                 allow for spaces in the name of the
5226                 file to be attached.
5227
5228 2002-10-16 [colin]      0.8.5claws41
5229
5230         * src/main.c
5231                 Use a tristate to change online mode
5232
5233 2002-10-16 [paul]       0.8.5claws40
5234
5235         * po/es.po
5236                 updated by Ricardo Mones Lastra
5237
5238 2002-10-16 [colin]      0.8.5claws39
5239
5240         * src/main.c
5241           src/mainwindow.[ch]
5242                 Added --online and --offline command-line
5243                 switches
5244
5245 2002-10-15 [christoph]  0.8.5claws38
5246
5247         * src/procmime.c
5248                 set mimeinfo->name to NULL after g_free to
5249                 avoid double freeing with g_free
5250
5251 2002-10-14 [christoph]  0.8.5claws37
5252
5253         * src/compose.c
5254         * src/filtering.c
5255         * src/summaryview.c
5256                 remove calls to folder->change_flags that are now
5257                 done by procmsg flag functions (seems it is not
5258                 used by any foldertype anyway)
5259         * src/folder.c
5260                 init folder->change_flags with NULL
5261
5262 2002-10-14 [christoph]  0.8.5claws36
5263
5264         * src/folder.[ch]
5265         * src/imap.[ch]
5266                 use virtual functions for folder item new and destroy
5267                 functions
5268
5269 2002-10-14 [melvin]     0.8.5claws35
5270
5271         * src/compose.c
5272                 Added a test to not run the spell checker if no default
5273                 dictionary is available. No dialog is displayed though.
5274
5275 2002-10-14 [melvin]     0.8.5claws34
5276
5277         * src/gtkaspell.c
5278                 Fixed bug in dictionary list context menu where
5279                 "More..." pointed to an emtpy submenu if the
5280                 number of dictionaries is a multiple of 15
5281                 Removed unneeded code in suggestions list creation
5282
5283 2002-10-14 [paul]       0.8.5claws33
5284
5285         * po/bg.po
5286                 updated by George Danchev
5287
5288 2002-10-13 [hoa]        0.8.5claws32
5289
5290         * src/matcher.[ch]
5291           src/matcher_parser_parser.y
5292                 removed the escaped string from internal structure
5293                 of matcher.
5294
5295 2002-10-12 [colin]      0.8.5claws31
5296
5297         * src/gtksctree.[ch]
5298           src/summaryview.c
5299                 Removed useless function gtksctree_reanchor
5300
5301 2002-10-12 [alfons]     0.8.5claws30
5302         
5303         * sync with remaining main changes 2002-10-09 - 2002-10-11
5304         - drop changes to src/compose.c (requires claws specific changes)
5305         
5306 2002-10-12 [alfons]     0.8.5claws29
5307         
5308         * sync with main changes of 2002-10-08
5309         - drop changes to src/compose.c (requires claws specific changes)
5310         - drop changes to src/summaryview.c (requires changes to compose.c)     
5311
5312 2002-10-12 [alfons]     0.8.5claws28
5313         
5314         * sync with main changes of 2002-10-07
5315
5316 2002-10-12 [alfons]     0.8.5claws27
5317
5318         * sync with main changes of 2002-10-04
5319         - drop changes to src/compose.c (requires claws specific changes)
5320         - drop changes to src/prefs_folder_item.c (claws implementation
5321           seems to be working)
5322
5323 2002-10-12 [colin]      0.8.5claws26
5324
5325         * src/mainwindow.c
5326                 Fix folder-flicker when space-reading, introduced 
5327                 in claws22.
5328
5329 2002-10-12 [colin]      0.8.5claws25
5330
5331         * src/compose.c
5332                 Save account address when saving as draft.
5333                 (closes bug 621838)
5334
5335 2002-10-12 [colin]      0.8.5claws24
5336
5337         * src/summaryview.c
5338                 Fix the problem consisting of no message selected
5339                 after the last message in a folder has been moved.
5340
5341 2002-10-12 [paul]       0.8.5claws23
5342
5343         * src/compose.c
5344           src/prefs_template.c
5345           src/template.[ch]
5346                 add Cc and Bcc to templates. Patch submitted by
5347                 John L. Males.
5348
5349 2002-10-12 [colin]      0.8.5claws22
5350
5351         * src/folderview.c
5352                 Fix a bug after "Check for new messages":
5353                 If a folder was opened, it was still selected at
5354                 the end of the check, but displayed empty.
5355         * src/mainwindow.c
5356                 Remove unnecessary check
5357
5358 2002-10-12 [paul]
5359
5360         * tools/README
5361                 be more verbose in the description of
5362                 OOo2sylpheed.pl
5363                 
5364
5365 2002-10-11 [colin]      0.8.5claws21
5366
5367         * src/mainwindow.c
5368                 Make space work (better) when no mail is selected
5369
5370 2002-10-11 [colin]      0.8.5claws20
5371
5372         * src/inc.c
5373           src/news.c
5374                 fix warnings
5375
5376 2002-10-11 [colin]      0.8.5claws19
5377
5378         * src/mainwindow.c
5379                 revert 0.8.5claws6 changes as i couldn't get to
5380                 anything satisfying
5381
5382 2002-10-11 [melvin]     0.8.5claws18
5383
5384         * src/compose.c
5385                 Removed buggy and unused macro (should have been committed in
5386                 0.8.5claws17)
5387
5388 2002-10-11 [melvin]     0.8.5claws17
5389
5390         * src/compose.c
5391                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5392
5393 2002-10-11 [thorsten]   0.8.5claws16 
5394
5395         * src/folderview.c
5396                 remove rescan warning
5397
5398 2002-10-11 [colin]      0.8.5claws15 
5399
5400         * src/procheader.c
5401                 fix a segfault that happens if conv_unmime_header
5402                 fails (should be better to find out why it fails)
5403
5404 2002-10-11 [christoph]  0.8.5claws14
5405
5406         * src/summaryview.c
5407                 update folderview stats after ignore/unignore thread
5408
5409 2002-10-11 [hoa]        0.8.5claws13
5410
5411         * src/quote_fmt_parse.y
5412                 Fixed a yacc/bison syntax error
5413         * src/matcher.c
5414                 Escaping of string is fixed.
5415
5416 2002-10-11 [colin]      0.8.5claws12
5417
5418         * src/imageview.c
5419                 Resize images to fit
5420
5421 2002-10-11 [paul]       0.8.5claws11
5422
5423         * po/es.po
5424                 updated by Ricardo Mones Lastra
5425
5426 2002-10-10 [alfons]     0.8.5claws10
5427
5428         * src/compose.c
5429                 allow dropping files by "moving" files from a file manager,
5430                 not only by the more cumbersome "copying". the latter 
5431                 mostly implies holding down the Control button
5432
5433 2002-10-10 [christoph]  0.8.5claws9
5434
5435         * src/summaryview.c
5436                 update folders after thread building for ignored threads
5437
5438 2002-10-10 [christoph]  0.8.5claws8
5439
5440         * config/.cvsignore
5441                 added Makefile
5442         * src/filtering.[ch]
5443         * src/folder.[ch]
5444         * src/folderview.[ch]
5445         * src/import.c
5446         * src/inc.[ch]
5447         * src/mbox.[ch]
5448         * src/procmsg.c
5449         * src/summaryview.[ch]
5450                 o added new flag need_update to FolderItem
5451                 o removed folder_table from various functions from tracking
5452                   folder updates
5453                 o set need_update flags in folder.c's move, copy and delete
5454                   functions and procmsg's flags functions
5455                 o added function folderview_update_items_when_required that
5456                   updates all folders with need_update set
5457                 o call folderview_update_items_when_required instead of
5458                   folderview_update_item_foreach
5459
5460 2002-10-09 [sergey]     0.8.5claws7
5461
5462         * src/compose.c
5463                 Strip CRs whel loading the text into editor in reedit mode.
5464
5465 2002-10-09 [colin]      0.8.5claws6
5466
5467         * src/mainwindow.c
5468                 Make Space work when no mail is selected
5469
5470 2002-10-09 [colin]      0.8.5claws5
5471
5472         * src/gtksctree.[ch]
5473                 Fix range_select
5474                 Add gtk_sctree_reanchor() 
5475         * src/summaryview.c
5476                 Use gtk_sctree_reanchor() - better fix for 
5477                 bug 60413
5478
5479 2002-10-09 [colin]      0.8.5claws4
5480
5481         * src/summaryview.c
5482                 Fix shift-click select after delete problem
5483                 (closes bug 60413)
5484
5485 2002-10-08 [thorsten]   0.8.5claws3
5486
5487         * src/summaryview.c
5488                 exclude current msg from -hide read messages-
5489
5490 2002-10-08 [colin]      0.8.5claws2
5491
5492         * src/inc.[ch]
5493           src/pop.c
5494           src/recv.c
5495                 Differentiate socket errors from disk full
5496                 errors
5497
5498 2002-10-08 [christoph]  0.8.5claws1
5499
5500         * Makefile.am
5501         * configure.in
5502                 modifications for new config directory
5503
5504         * config.guess  ** REMOVED **
5505         * config.sub    ** REMOVED **
5506         * install-sh    ** REMOVED **
5507         * ltmain.sh     ** REMOVED **
5508         * missing       ** REMOVED **
5509         * mkinstalldirs ** REMOVED **
5510                 these files are autogenerated by automake
5511                 when you run autogen.sh
5512
5513         * config/.cvsignore     ** NEW FILE **
5514         * config/Makefile.am    ** NEW FILE **
5515                 ignore autogenerated files
5516                 create a Makefile in this directory
5517
5518 2002-10-08 [paul]       0.8.5claws
5519
5520         * 0.8.5claws release
5521         
5522         * src/compose.c
5523           src/procheader.c
5524           src/procmsg.c
5525                 fix quote reply format for newsgroups reply bug
5526                 (thanks to Hoa)
5527                 
5528         * po/en_GB.po
5529           po/pl.po
5530                 updated by me and Witold Wladyslaw Wojciech Wilk
5531                 repectively
5532
5533 2002-10-07 [paul]       0.8.3claws53
5534
5535         * po/it.po
5536           po/pt_BR.po
5537           po/sr.po
5538                 updated messages catalogs, submitted by
5539                 Alessandro Maestri, Fabio Jr.Beneditto 
5540                 and Urke MMI, respectively.
5541
5542 2002-10-07 [christoph]  0.8.3claws52
5543
5544         * src/folder.[ch]
5545         * src/folderview.c
5546         * src/mainwindow.c
5547                 fix new folder ghost message bug
5548                 (closes bug [ 619722 ] wrong count for newly created folders)
5549
5550 2002-10-07 [christoph]  0.8.3claws51
5551
5552         * src/compose.c
5553                 fix news posting problem
5554
5555 2002-10-07 [melvin]     0.8.3claws50
5556
5557         * po/fr.po
5558                 Updated French translation
5559
5560 2002-10-05 [christoph]  0.8.3claws49
5561
5562         * src/gtkstext.c
5563                 check if line_start_cache is set in gtk_stext_update_text
5564                 (closes bug [ 618119 ] crash while doing search in folder)
5565
5566 2002-10-05 [christoph]  0.8.3claws48
5567
5568         * src/imap.c
5569         * src/news.c
5570         * src/utils.c
5571         * src/utils.h
5572                 implement cache cleanups for claws' folder system
5573                 (closes bug [ 595916 ] imapcache not cleaned up)
5574
5575 2002-10-05 [melvin]     0.8.3claws47
5576
5577         * src/prefs_actions.c
5578                 Made the help text more clear for the %p token
5579
5580 2002-10-04 [paul]       0.8.3claws46
5581
5582         * sync with 0.8.5
5583                 see ChangeLog 2002-10-02 and 2002-10-03
5584
5585 2002-10-04 [christoph]  0.8.3claws45
5586
5587         * src/inc.c
5588                 fix segfault caused by pop before smtp
5589                 call to inc_account_mail with NULL
5590                 pointer for mainwin
5591
5592 2002-10-04 [paul]       0.8.3claws44
5593
5594         * configure.in
5595                 sync the LDAP detection from 0.8.5cvs1
5596
5597 2002-10-02 [christoph]  0.8.3claws43
5598
5599         * po/de.po
5600                 fix small spelling error
5601
5602 2002-10-02 [melvin]     0.8.3claws42
5603
5604         * ac/aspell.m4
5605                 Behave better and say "no" when test program cannot be run.
5606
5607 2002-10-02 [paul]       0.8.3claws41
5608
5609         * sync with 0.8.4cvs1
5610                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5611                 
5612         * src/summaryview.c
5613                 toggle the behavior of Reply menuitem between
5614                 normal reply and reply-to-list
5615
5616 2002-10-01 [sergey]     0.8.3claws40
5617
5618         * src/compose.c
5619                 Convert newlines in the message text to the canonical form
5620                 before base64 encoding (RFC2045 compliance, fixes some
5621                 interoperability issues with Evolution 1.0.3)
5622
5623 2002-09-29 [colin]      0.8.3claws39
5624
5625         * src/summaryview.c
5626                 Fix an unwanted copy/paste
5627
5628 2002-09-29 [colin]      0.8.3claws38
5629
5630         * src/mainwindow.c
5631                 Renamed "Custom toolbar" to "Customize toolbar"
5632                 Renamed "Show all header" to "Show all headers"
5633                 Renamed "Set diplay item" to "Set displayed items"
5634         * src/prefs_common.c
5635                 Renamed "Show all header" to "Show all headers"
5636         * src/prefs_summary_column.c
5637                 Renamed "diplay item" to "displayed items"
5638
5639 2002-09-29 [colin]      0.8.3claws37
5640
5641         * src/mainwindow.[ch]
5642                 online/offline status pixmaps follow theme
5643                 changes
5644         * src/summaryview.[ch]
5645                 quicksearch pixmap follows theme changes
5646
5647 2002-09-29 [thorsten]   0.8.3claws36
5648
5649         * src/compose.c
5650           src/prefs_folder_item.[ch]
5651                 add default_reply_to folder option (closes patch 581044)
5652
5653 2002-09-29 [christoph]  0.8.3claws35
5654
5655         * acconfig.h    ** REMOVED **
5656         * configure.in
5657         * ac/aspell.m4
5658         * ac/check-type.m4
5659         * ac/gnupg-check-typedef.m4
5660                 fix autoheader 2.50 warning
5661
5662 2002-09-29 [christoph]  0.8.3claws34
5663
5664         * major code cleanup (part 2)
5665         
5666                 - unused variables removed
5667                 - unused functions removed
5668                 - uninitialized variables checked
5669                 - missing return statements added
5670                 - missing function return types added
5671                 - added parentheses around assignment
5672                   when suggested by gcc
5673
5674 2002-09-29 [alfons]     0.8.3claws33
5675
5676         * src/logwindow.c
5677                 log_window_clear(): only bracket gtk_text_forward_delete() 
5678                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5679                 works around GTK text bug)
5680
5681 2002-09-29 [paul]       0.8.3claws32
5682
5683         * po/bg.po
5684           po/sr.po
5685                 updated by George Danchev and Urke MMI
5686                 respectively
5687
5688 2002-09-27 [christoph]  0.8.3claws31
5689
5690         * doc-src/readme.txt
5691         * doc-src/rfc1806.txt   ** REMOVED **
5692         * doc-src/rfc2183.txt   ** NEW FILE **
5693         * doc-src/rfc2980.txt   ** NEW FILE **
5694                 update rfcs
5695
5696 2002-09-27 [melvin]     0.8.3claws30
5697
5698         * ac/aspell.m4
5699                 Fixed typo which could break linking
5700
5701 2002-09-27 [melvin]     0.8.3claws29
5702
5703         * ac/aspell.m4
5704                 Improved GNU/aspell checking. 
5705                 Fixed bug #614490
5706
5707 2002-09-27 [paul]       0.8.3claws28
5708
5709         * sync with 0.8.3cvs8
5710                 see ChangeLog 2002-09-27
5711
5712 2002-09-26 [colin]      0.8.3claws27
5713
5714         * src/toolbar.[ch]
5715           src/mainwindow.[ch]
5716                 Add "Reply to Mailing-list" to the toolbar
5717
5718 2002-09-26 [christoph]  0.8.3claws26
5719
5720         * src/summaryview.c
5721                 Fix wrong message counts in summaryview status
5722
5723 2002-09-26 [paul]       0.8.3claws25
5724
5725         * sync with 0.8.3cvs7
5726                 see ChangeLog 2002-09-26
5727
5728 2002-09-26 [paul]       0.8.3claws24
5729
5730         * sync with 0.8.3cvs6
5731                 see ChangeLog 2002-09-25
5732
5733 2002-09-25 [christoph]  0.8.3claws23
5734
5735         * src/prefs_common.c
5736         * src/prefs_folder_item.c
5737         * src/prefs_scoring.c
5738                 Renamed "kill score" to "hide score" in GUI
5739                 and prefs files
5740
5741 2002-09-25 [paul]       0.8.3claws22
5742
5743         * sync with 0.8.3cvs5
5744                 see ChangeLog 2002-09-24
5745
5746 2002-09-24 [alfons]     0.8.3claws21
5747
5748         patch by Satoshi Nagayasu: allows appending / saving multiple 
5749         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5750         'Save as ...'")
5751
5752         * AUTHORS
5753                 add Satoshi Nagayasu
5754         * src/summaryview.c
5755                 summary_save_as(): allow saving selected files to
5756                 one file
5757                 summary_set_menu_sensitive: enable "Save As..." when
5758                 multiple files are selected
5759         * src/utils.[ch]
5760                 append_file(): new function
5761
5762 2002-09-24 [colin]      0.8.3claws20
5763
5764         * src/procmime.c
5765                 Fix segfault when mimeinfo doesn't have a 
5766                 content_type. 
5767
5768 2002-09-24 [colin]      0.8.3claws19
5769
5770         * src/prefs_common.[ch]
5771                 Add a preference to display send dialog or not
5772         * src/send.c
5773                 Display send dialog according to preference
5774
5775 2002-09-24 [colin]      0.8.3claws18
5776
5777         * src/compose.[ch]
5778                 Disable user actions when sending
5779
5780 2002-09-24 [colin]      0.8.3claws17
5781
5782         * src/procmime.c
5783                 Do not display name or filename for attachments
5784                 with an application/pgp-signature type
5785                 (security flaw, see bug 537413)
5786
5787 2002-09-23 [colin]      0.8.3claws16
5788
5789         * src/editaddress.c
5790                 Initialize entry_email, entry_alias and 
5791                 entry_remarks to first email address of the list
5792
5793 2002-09-23 [colin]      0.83claws15
5794
5795         * src/compose.c
5796                 Drop pgp-signature when reediting a signed queued
5797                 message
5798
5799 2002-09-23 [melvin]     0.8.3claws14
5800
5801         * po/fr.po
5802                 Updated French translation
5803
5804 2002-09-23 [melvin]     0.8.3claws13
5805
5806         * src/mainwindow.c
5807                 Made custom toolbar menu labels more consistent
5808         * src/prefs_toolbar.c
5809                 Made custom toolbar window title more consistent
5810
5811 2002-09-22 [colin]      0.8.3claws12
5812
5813         * src/inc.c
5814                 Initialize session type to normal before getting 
5815                 mail (fixes strange Get behaviour)
5816         * src/prefs_account.h
5817                 Move STYPE_POP_BEFORE_SMTP to last position to 
5818                 avoid other side-effects
5819
5820 2002-09-22 [colin]      0.8.3claws11
5821
5822         * src/prefs_account.c
5823                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5824                 from pop3 to apop or vice-versa
5825
5826 2002-09-22 [colin]      0.8.3claws10
5827         
5828         * src/prefs_account.[ch]
5829                 Add an option for the POP before SMTP timeout
5830         * src/inc.c
5831                 Remember time of last POP connection
5832         * src/send.c
5833                 Do POP before SMTP only if timeout reached
5834
5835 2002-09-22 [oliver]     0.8.3claws9
5836         
5837         * README.claws
5838                 explain custom toolbar
5839
5840 2002-09-22 [oliver]     0.8.3claws8
5841
5842         * src/prefs_actions.[ch]
5843         custom toolbar for compose      
5844                 actions callback from compose toolbar
5845         * src/folderview.c
5846                 remove include toolbar.h
5847
5848 2002-09-22 [oliver]     0.8.3claws7
5849         
5850         * src/prefs_toolbar.[ch]
5851                 custom toolbar for compose
5852                 - generic prefs_toolbar handles both
5853                   Mainwin's toolbar as well as Compose toolbar          
5854
5855 2002-09-22 [oliver]     0.8.3claws6
5856         
5857         * src/toolbar.[ch]
5858                 custom toolbar for compose
5859                 restructure toolbar.[ch]
5860
5861 2002-09-22 [oliver]     0.8.3claws5
5862
5863         * src/compose.[ch]
5864                 custom toolbar for compose
5865
5866 2002-09-22 [oliver]     0.8.3claws4
5867         
5868         * src/mainwindow.[ch]
5869                 custom toolbar for compose 
5870                 move mainwin toolbar back to mainwindow
5871
5872 2002-09-22 [alfons]     0.8.3claws3
5873
5874         * src/procmsg.c
5875                 :%sno/if(/if (/gc
5876                 :%sno/for(/for (/gc
5877                 (beautify)
5878
5879 2002-09-22 [alfons]     0.8.3claws2
5880         
5881         * src/procmsg.c
5882                 procmsg_save_to_outbox(): don't unlink message file from queue;
5883                 callers should do it using folder_item_remove_msg()
5884
5885 2002-09-22 [colin]      0.8.3claws1
5886
5887         * src/mimeview.[ch]
5888                 Made mimeview_check_signature() public
5889         * src/textview.c
5890                 Made GPG signatures verifiable by clicking
5891                 the [application/pgp-signature] in the Text
5892                 view
5893
5894 2002-09-22 [paul]       0.8.3claws
5895
5896         * po/bg.po
5897           po/en_GB.po
5898           po/es.po
5899           po/it.po
5900           po/pl.po
5901           po/pt_BR.po
5902           po/sr.po
5903                 updated translations, submitted by George Danchev,
5904                 me, Ricardo Mones Lastra, Alessandro Maestri,
5905                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5906                 and Urke MMI, respectively.     
5907
5908 2002-09-22 [alfons]     0.8.2claws65
5909
5910         * src/procmsg.c
5911         * src/pgptext.c
5912                 no furry valgrinds have been used to plug these memleaks
5913
5914 2002-09-20 [paul]       0.8.2claws64
5915
5916         * sync with 0.8.3cvs4
5917                 'Select thread' re-implemented 
5918                 see ChangeLog 2002-09-20
5919
5920 2002-09-21 [alfons]     0.8.2claws63
5921
5922         * src/compose.c
5923                 compose_send(): plug unnoticed memleak
5924
5925 2002-09-20 [alfons]     0.8.2claws62
5926
5927         * src/addr_compl.c
5928                 replace_address_in_edit(): strict check for NULL address to
5929                 fix "[ 607348 ] Segfault in address completion". My guess is
5930                 that this happens with an empty address book, but it's good
5931                 to have this check here anyway
5932                 
5933                 completion_window_button_press(): free string returned 
5934                 from the internal cache
5935
5936 2002-09-20 [christoph]  0.8.2claws61
5937
5938         * src/procmime.h
5939                 added ENC_BINARY to EncodingType
5940         * src/procmime.c
5941                 the string returned by procmime_get_encoding_str
5942                 should not depend on the order of values in the
5943                 EncodingType definition
5944         * doc-src/rfc1806.txt   ** NEW FILE **
5945                 Added rfc1806 about MIME Content-Disposition
5946                 Extension
5947
5948 2002-09-19 [paul]       0.8.2claws60
5949
5950         * sync with 0.8.2cvs3
5951                 see ChangeLog 2002-09-19
5952
5953 2002-09-19 [paul]       0.8.2claws59
5954
5955         * src/prefs_folder_item.c
5956                 revert to Darko's original alignment of colour
5957                 selector button
5958                 add a colon to folder_color label
5959                 
5960         * src/compose.c
5961                 add Colin's patch (with Hiro's modifications) to 
5962                 force BASE64 encoding for 8-bit text when signing
5963                 (sync with 0.8.3cvs2)
5964
5965 2002-09-18 [alfons]     0.8.2claws58
5966
5967         * src/compose.c
5968                 :%sno/if(/if (/gc
5969                 :%sno/for(/for (/gc
5970                 (beautify a little bit)
5971
5972 2002-09-18 [christoph]  0.8.2claws57
5973
5974         * src/pine.c
5975                 fix handling of fgetc return value
5976
5977 2002-09-17 [alfons]     0.8.2claws56
5978         
5979         * src/summaryview.c
5980                 summary_sort(): check non-NULL summaryview->folder_item when no 
5981                 folder is selected at all
5982                 (closes "[ 610344 ] sort label make syl Crash")
5983
5984 2002-09-17 [alfons]     0.8.2claws55
5985         
5986         * src/compose.c
5987                 beautify a little bit
5988
5989 2002-09-17 [christoph]  0.8.2claws54
5990
5991         * src/folder.c
5992                 initialize max values for cache and folder
5993                 when cache or folder is empty
5994
5995 2002-09-15 [colin]      0.8.2claws53
5996
5997         * src/compose.c
5998                 Fix a leak (thanks Alfons!) and cleaned
5999                 variables names for custom headers
6000
6001 2002-09-15 [colin]      0.8.2claws52
6002
6003         * src/compose.c
6004                 Fix custom headers recognition when
6005                 prefs_common.trans_hdr is on
6006
6007 2002-09-15 [colin]      0.8.2claws51
6008
6009         * src/compose.c
6010                 Allow dynamically-added custom headers
6011                 Yet not reparsed if reedited
6012
6013 2002-09-15 [alfons]     0.8.2claws50
6014
6015         * src/prefs_account.c
6016                 fix warnings
6017
6018 2002-09-15 [colin]      0.8.2claws49
6019         
6020         * src/prefs_account.c
6021                 fix pop_before_smtp sensitivity
6022
6023 2002-09-15 [colin]      0.8.2claws48
6024
6025         * src/inc.[ch]
6026                 add inc_pop_before_smtp()
6027                 allow MainWindow to be undefined in 
6028                 inc_account_mail() and inc_start()
6029         * src/pop.c
6030           src/prefs_account.h
6031                 add STYPE_POP_BEFORE_SMTP session type
6032         * src/prefs_account.c
6033                 activated pop before smtp option
6034         * src/send.c
6035                 do pop before smtp if the relevant option 
6036                 is set
6037
6038 2002-09-15 [paul]       0.8.2claws47
6039
6040         * sync with 0.8.3
6041                 see ChangeLog 2002-09-15
6042
6043 2002-09-14 [paul]       0.8.2claws46
6044
6045         * po/bg.po
6046                 updated Bulgarian translation, submitted by
6047                 George Danchev
6048
6049 2002-09-13 [paul]       0.8.2claws45
6050
6051         * src/compose.c
6052                 merge claws' select_account() with main's
6053                 (new) compose_select_account(). [sync with
6054                 0.8.2cvs15, see ChangeLog 2002-09-11]
6055
6056 2002-09-12 [christoph]  0.8.2claws44
6057
6058         * src/filter.c
6059                 allocate 1 elements of FolderItem not 0
6060
6061 2002-09-12 [colin]      0.8.2claws43
6062
6063         * src/compose.c
6064                 Fix bug #590825 (obey Follow-up: poster)
6065
6066 2002-09-12 [colin]      0.8.2claws42
6067
6068         * src/procmime.c
6069                 Fix bug #557009 (wrong headers for messages 
6070                 forwarded as attachments)
6071
6072 2002-09-11 [colin]      0.8.2claws41
6073         
6074         * src/compose.c
6075                 Put SCF: pseudo-header on top of message
6076                 Set draft tmp_flag when saved as draft
6077
6078         * src/procmsg.c
6079           src/procheader.c
6080                 Skip after first \n\n for beginning of real message
6081                 for drafts too
6082
6083 2002-09-11 [christoph]  0.8.2claws40
6084
6085         * src/filtering.c
6086                 use procmsg flag functions in filtering or processing
6087                 will cause incorrect folder message counts
6088
6089 2002-09-11 [colin]      0.8.2claws39
6090
6091         * src/compose.c
6092                 Fix bug #550175 - wrong save folder when reediting
6093                 drafts
6094
6095 2002-09-11 [paul]       0.8.2claws38
6096
6097         * sync with 0.8.2cvs14
6098                 see ChangeLog 2002-09-11
6099
6100 2002-09-11 [colin]      0.8.2claws37
6101
6102         * src/folder.c
6103                 Fix a typo (seeming to cause new/unread status to
6104                 be lost)
6105
6106 2002-09-10 [christoph]  0.8.2claws36
6107
6108         * src/compose.c
6109                 compose_redirect should not use compose_generic_new
6110                 because that does more stuff than expected including
6111                 opening the external editor
6112                 (closes bug "[ 526608 ] bounced messages appear blank
6113                  in editor")
6114
6115 2002-09-10 [christoph]  0.8.2claws35
6116
6117         * src/folder.c
6118                 fix problem with too large message number range
6119                 causing a crash in folder_item_scan
6120
6121 2002-09-10 [paul]       0.8.2claws34
6122
6123         * sync with 0.8.2cvs13
6124                 see ChangeLog 2002-09-10
6125
6126 2002-09-10 [christoph]  0.8.2claws33
6127
6128         * src/msgcache.c
6129                 set MsgInfo TmpFlags for queue and draft folders
6130                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6131
6132 2002-09-10 [paul]       0.8.2claws32
6133
6134         * AUTHORS
6135           po/bg.po      ** NEW FILE **
6136                 new Bulgarian translation submitted by
6137                 George Danchev <danchev@spnet.net>
6138                 
6139         * tools/Makefile.am
6140           tools/README
6141           tools/tb2sylpheed     ** NEW FILE **
6142                 add script that converts an addressbook exported
6143                 from The Bat! into a Sylpheed addressbook. Submitted
6144                 by Urke MMI <urke-kg@eunet.yu>
6145
6146 2002-09-10 [paul]       0.8.2claws31
6147
6148         * sync with 0.8.2cvs12
6149                 see ChangeLog 2002-09-10
6150
6151 2002-09-06 [paul]       0.8.2claws30
6152
6153         * src/prefs_common.c
6154                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6155                 
6156         * tools/Makefile.am
6157           tools/README
6158           tools/ldif-to-xml.py  ** REMOVED **
6159                 remove obsolete python script
6160
6161 2002-09-06 [paul]       0.8.2claws29
6162
6163         * sync with 0.8.2cvs10
6164                 see ChangeLog 2002-09-06
6165
6166 2002-09-04 [paul]       0.8.2claws28
6167
6168         * sync with 0.8.2cvs9
6169                 see ChangeLog 2002-08-04
6170
6171 2002-09-04 [colin]      0.8.2claws27 
6172
6173         * src/prefs_common.[ch]
6174                 Added signature color configuration
6175         * src/textview.c
6176                 Use user-specified signature color
6177
6178 2002-09-03 [colin]      0.8.2claws26
6179
6180         * src/prefs_common.[ch]
6181                 Added autosave and autosave_length prefs
6182         * src/compose.c
6183                 Added compose_remove_draft()
6184                 Auto-save drafts according to the prefs
6185         * src/main.c
6186                 Added a crash-indicator file, allowing to check
6187                 for new messages on startup if Sylpheed crashed
6188                 (makes saved drafts "reappear")
6189
6190 2002-09-03 [colin]      0.8.2claws25
6191
6192         * src/textview.[ch]
6193                 Grey the signature
6194
6195 2002-09-03 [paul]       0.8.2claws24
6196
6197         * sync with 0.8.2cvs8
6198                 see ChangeLog 2002-09-02 and 2002-09-03
6199
6200 2002-09-03 [darko]      0.8.2claws23
6201
6202         * src/folderview.c
6203                 use normal style when creating new folder to pick
6204                 proper font size 
6205
6206 2002-09-02 [melvin]     0.8.2claws22
6207
6208         * src/gtkaspell.m4
6209                 removed some obsolete code
6210
6211 2002-09-02 [melvin]     0.8.2claws21
6212
6213         * ac/aspell.m4
6214                 fixed test's equality sign (== to =)
6215
6216 2002-09-02 [alfons]     0.8.2claws20
6217
6218         * src/folder.c
6219         * src/mh.c
6220                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6221                 as folder->destroy virtual as suggested by Hiro
6222                 (the mh.c code seems to have been lost around mh.c.1.21)
6223
6224 2002-09-02 [paul]       0.8.2claws19
6225
6226         * po/pt_BR.po
6227                 updated by Fabio Jr. Beneditto
6228                 
6229         * src/defs.h
6230                 use 'http://claws.sylpheed.org' for homepage link. 
6231                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6232
6233 2002-09-01 [alfons]     0.8.2claws18
6234
6235         * src/mh.c
6236                 plug memleak related to one Martin Kluge found
6237
6238 2002-08-31 [paul]       0.8.2claws17
6239
6240         * sync with 0.8.2cvs6
6241                 see ChangeLog 2002-08-30
6242
6243 2002-08-31 [alfons]     0.8.2claws16
6244
6245         * src/folder.c
6246                 folder_destroy(): remove mailbox from folderlist even if it has
6247                 no destroy virtual
6248
6249 2002-08-31 [alfons]     0.8.2claws15
6250
6251         * src/folder.c
6252                 :%sno/if(/if (/gc
6253                 :%sno/for(/for (/gc
6254                 (being pedantic I know)
6255
6256 2002-08-31 [alfons]     0.8.2claws14
6257
6258         * src/folder.c
6259                 check for NULL pointers returned from folder->fetch_msginfo virtual
6260                 (should solve some reported crashes)
6261
6262 2002-08-30 [alfons]     0.8.2claws13
6263
6264         * acconfig.h
6265         * configure.in
6266         * src/crash.c
6267                 enable crash dialog on compilation time
6268                 (--enable-crash-dialog configure option)
6269
6270 2002-08-30 [alfons]     0.8.2claws12
6271
6272         * AUTHORS
6273                 add Martin Kluge
6274         * src/mh.c
6275                 apply memory leak plug patch by Martin Kluge
6276                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6277                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6278                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6279
6280 2002-08-30 [darko]      0.8.2claws11
6281
6282         * src/folderview.c
6283                 copy Gtk style from normal style to match
6284                 font size for coloured folders
6285
6286 2002-08-29 [alfons]     0.8.2claws10
6287
6288         * sylpheed.desktop
6289                 Type=Internet <- Type=Application
6290                 (reported by Michael Schwendt, see:
6291                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6292                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6293
6294 2002-08-29 [paul]       0.8.2claws9
6295
6296         * sync with 0.8.2cvs5
6297                 see ChangeLog 2002-08-29
6298
6299 2002-08-29 [colin]      0.8.2claws8
6300
6301         * src/summaryview.c
6302                 Added a sanity check in summary_select_thread
6303                 Should fix bug 601605
6304
6305 2002-08-29 [colin]      0.8.2claws7
6306
6307         * src/main.c
6308                 Revert claws6 changes regarding bug #591676
6309
6310 2002-08-28 [colin]      0.8.2claws6
6311         
6312         * src/main.c
6313                 Ignore cache for queue folderitems
6314                 Fix bug #591676
6315
6316 2002-08-28 [melvin]     0.8.2claws5
6317
6318         * README.claws
6319                 Fixed typos.
6320
6321 2002-08-28 [melvin]     0.8.2claws4
6322
6323         * README.claws
6324                 Updated a bit the text concerning the spell checker
6325
6326 2002-08-28 [melvin]     0.8.2claws3
6327
6328         Merged the GNU_aspell_branch:
6329                 Support of new GNU/aspell is now included and the old pspell
6330                 is not supported anymore.
6331                 See README.claws
6332
6333         * README.claws
6334                 Updated spell checker text to reflect the switch to GNU/aspell
6335
6336         * ac/aspell.m4          *** NEW ***
6337         * src/gtkaspell.[ch]    *** NEW *** 
6338         * ac/pspell.m4          *** DELETED *** 
6339         * src/gtkspell.[ch]     *** DELETED ***
6340
6341         * ac/Makefile.am
6342                 Updated for GNU/aspell support
6343
6344         * po/POTFILES.in
6345                 Replaced gtkspell.c by gtkaspell.c
6346
6347         * acconfig.h
6348         * src/Makefile.am
6349         * src/about.c
6350         * src/compose.[ch]
6351         * src/crash.c
6352         * src/main.c
6353         * src/prefs_common.[ch]
6354                 Updated for GNU/aspell support
6355
6356 2002-08-28 [paul]       0.8.2claws2
6357
6358         * sync with 0.8.2cvs4
6359                 see ChangeLog 2002-08-27 and 2002-08-28
6360
6361 2002-08-28 [colin]      0.8.2claws1
6362
6363         * src/summary_search.c
6364                 Added "AND search"
6365
6366 2002-08-28 [jens]       0.8.2claws
6367
6368         *po/de.po
6369                 Updated German translations
6370
6371 2002-08-27 [melvin]     0.8.2claws
6372
6373         * po/fr.po
6374                 Updated French translations
6375
6376 2002-08-27 [paul]       0.8.2claws
6377
6378         * sync with 0.8.2 main release
6379
6380         * po/en_GB.po
6381           po/es.po
6382           po/it.po
6383           po/pl.po
6384           po/pt_BR.po
6385           po/sr.po
6386                 updated message catalogs submitted by
6387                 Ricardo Mones Lastra, Alessandro Maestri,
6388                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6389                 Beneditto and Urke MMI  
6390
6391 2002-08-27 [hoa]        0.8.1claws123
6392
6393         * src/mainwindow.[ch]
6394         * src/summaryview.[ch]
6395                 removed the "filter setting" menu option.
6396                 add a "cancel a news message" menu option.
6397
6398 2002-08-26 [martin]     0.8.1claws122
6399
6400         * ChangeLog.claws
6401                 changed string under 0.8.1claws79 changed by myself
6402                 i'm sorry alfons :(
6403
6404 2002-08-26 [martin]     0.8.1claws121
6405
6406         * src/crash.c
6407                 added kill command to debuggerrc to start crash dialog
6408
6409 2002-08-26 [paul]       0.8.1claws120
6410
6411         * sync with 0.8.1cvs31
6412                 see ChangeLog 2002-08-26
6413
6414 2002-08-25 [alfons]     0.8.1claws119
6415
6416         * src/procmsg.c
6417                 fix bug that didn't send out correct headers to news server
6418                 when sending news article and email from queue (bug reported
6419                 and patch provided by Tim Mann; closes bug 
6420                 "[ 583196 ] 0.7.8claws can't post news")
6421
6422 2002-08-25 [alfons]     0.8.1claws118
6423
6424         * src/selective_download.c
6425                 mark two strings as translatable
6426                 (thanks to Urke MMI for pointing this out)
6427
6428 2002-08-25 [alfons]     0.8.1claws117
6429
6430         * src/summaryview.c
6431                 treat sent boxes as special and allow sorting them by addressee
6432                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6433                 submitted by Steve Lamb)
6434
6435 2002-08-24 [alfons]     0.8.1claws116
6436
6437         * src/matcher.c
6438                 fix memleak reported by Martin Kluge
6439                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6440
6441 2002-08-24 [oliver]     0.8.1claws115
6442
6443         * src/prefs_toolbar.c
6444                 o code cleanup as suggested by Alfons
6445                 o memleak fix
6446
6447 2002-08-24 [alfons]     0.8.1claws114
6448
6449         * src/summaryview.c
6450                 o fix another memory leak reported by Martin Kluge
6451                   (see "[ 599568 ] Small Memory Leak")
6452                 o remove 'from' variable from 'summary_set_header()'; we can
6453                   do with just 'to' 
6454
6455 2002-08-24 [paul]       0.8.1claws113
6456
6457         * sync with 0.8.1cvs30
6458                 see ChangeLog 2002-08-23
6459
6460 2002-08-24 [alfons]     0.8.1claws112
6461
6462         * src/summaryview.c
6463                 remove unnecessary allocations for search bar fixing leaks
6464                 reported by Martin Kluge
6465                 (see "[ 599451 ] Further memory leaks?")
6466
6467 2002-08-24 [alfons]     0.8.1claws111
6468
6469         * src/main.c
6470                 make get_socket_name() public for crash.c
6471         * src/crash.c
6472                 o make report bug button work (goes to claws' 
6473                   bug tracker at sf.net)
6474                 o introduce function for doing important stuff just
6475                   before claws goes down
6476                 o clean up code 
6477
6478 2002-08-24 [alfons]     0.8.1claws110
6479
6480         * src/compose.c
6481                 move cursor to "To" entry when forwarding as attachment
6482                 (reported and solved by Steve Lamb, closes bug report
6483                 "[ 592880 ] Forward as attachment; cursor not in to")
6484
6485 2002-08-24 [colin]      0.8.1claws109
6486
6487         * src/mainwindow.c
6488                 fix quick search visibility after GUI (de)separations.
6489
6490 2002-08-23 [colin]      0.8.1claws108
6491
6492         * src/mainwindow.c
6493                 fix header pane visibility after folderview or
6494                 messageview (de)separation
6495
6496 2002-08-23 [paul]       0.8.1claws107
6497
6498         * src/mainwindow.[ch]
6499           src/toolbar.c
6500                 give full control of display or non-display 
6501                 of the Execute icon to Custom toolbar settings.
6502                 add new sensitivity condition to maninwindow.h: 
6503                 M_DELAY_EXEC
6504
6505         * ChangeLog
6506           ChangeLog.jp
6507           NEWS
6508                 more sync with 0.8.1cvs29
6509
6510 2002-08-23 [melvin]     0.8.1claws106
6511
6512         * src/alertpanel.c
6513                 Readded support for custom widget in alertpanel lost in last
6514                 sync.
6515
6516 2002-08-23 [paul]       0.8.1claws105
6517
6518         * sync with 0.8.1cvs29
6519                 see ChangeLog 2002-08-23
6520
6521 2002-08-23 [colin]      0.8.1claws104
6522
6523         * src/summaryview.c
6524                 Fix folder and search pixmaps exchanging positions
6525                 after theme or toolbar changes. Thank to Oliver for 
6526                 reporting this.
6527
6528 2002-08-23 [colin]      0.8.1claws103
6529
6530         * src/mainwindow.c
6531           src/messageview.[ch]
6532           src/noticeview.[ch]
6533           src/summaryview.c
6534                 Changed messageview_create() and noticeview_create()
6535                 to avoid the last gdk_warning
6536
6537 2002-08-22 [colin]      0.8.1claws102
6538
6539         * src/summaryview.c
6540                 Fix my new `Creating pixmap from xpm' warning
6541
6542 2002-08-22 [colin]      0.8.1claws101
6543
6544         * src/mainwindow.c
6545                 Fix some of the gdk warnings
6546
6547 2002-08-22 [colin]      0.8.1claws100
6548
6549         * src/Makefile.am
6550         * src/stock_pixmap.c
6551         * src/stock_pixmap.h
6552         * src/pixmaps/quicksearch.xpm *ADDED*
6553                 Add the quicksearch pixmap
6554         * src/mainwindow.c
6555         * src/summaryview.c
6556         * src/summaryview.h
6557                 Make quicksearch bar visible/hidden via a button
6558
6559 2002-08-22 [christoph]  0.8.1claws99
6560
6561         * src/folder.c
6562                 fix folder update for newsgroups with message
6563                 numbers below minimum number of articles to fetch
6564                 (closes bug #598445)
6565
6566 2002-08-22 [paul]       0.8.1claws98
6567
6568         * sync with 0.8.1cvs28
6569                 see ChangeLog 2002-08-22
6570
6571 2002-08-21 [alfons]     0.8.1claws97
6572
6573         * src/crash.c
6574                 use bt instead of bt full which seems to work 
6575                 better, and bt full doesn't give a great deal 
6576                 of information anyway
6577
6578 2002-08-21 [colin]      0.8.1claws96
6579
6580         * src/summaryview.c
6581                 fix summaryview_searchtype_changed prototype
6582
6583 2002-08-21 [christoph]  0.8.1claws95
6584
6585         * src/mainwindow.c
6586                 o fix broken menu update for sorting type, we have to
6587                   get this info from the summaryview now
6588                 o removed setting of threaded state in menu callback
6589         * src/summaryview.[ch]
6590                 more summaryview/folderitem seperation for
6591                 threading option
6592         * configure.in
6593                 removed not required --with-compiler-flags option
6594
6595 2002-08-21 [oliver]     0.8.1claws94
6596         
6597         * src/toolbar.h 
6598                 o rename toolbar.xml to toolbar_main.xml
6599                   since toolbar_compose.xml might come up 
6600                   any time soon
6601         * README.claws
6602                 add custom toolbar              
6603
6604 2002-08-21 [darko]      0.8.1claws93
6605
6606         * src/procmsg.c
6607                 don't reset tmp flags for messages copied
6608                 to sent folder
6609
6610 2002-08-21 [colin]      0.8.1claws92
6611         
6612         * src/prefs_filtering.c
6613                 fix renaming rules on folder rename 
6614                 when folder is not a leaf folder
6615
6616 2002-08-21 [paul]       0.8.1claws91
6617
6618         * src/prefs_folder_item.c
6619                 fix alignment of colour selector
6620
6621 2002-08-21 [paul]       0.8.1claws90
6622
6623         * sync with 0.8.1cvs27
6624                 see ChangeLog 2002-08-21
6625
6626 2002-08-21 [paul]       0.8.1claws89
6627
6628         * src/summaryview.c
6629                 fix crash when changing field type in
6630                 Quick search bar
6631
6632 2002-08-21 [colin]      0.8.1claws88
6633
6634         * src/summaryview.c
6635                 Made quick search case-insensitive
6636
6637 2002-08-21 [paul]       0.8.1claws87
6638
6639         * sync with 0.8.1cvs26
6640                 see ChangeLog 2002-08-21
6641
6642 2002-08-20 [christoph]  0.8.1claws86
6643
6644         * src/folderview.c
6645         * src/main.c
6646         * src/summaryview.[ch]
6647                 more summaryview/folderitem seperation for
6648                 sort_key and sort_type
6649         * src/procmsg.c
6650                 added missing return statement
6651
6652 2002-08-20 [colin]      0.8.1claws85
6653
6654         * src/summaryview.[ch]
6655                 Added a quick search box
6656         * src/mainwindow.c
6657         * src/prefs_common.[ch]
6658                 Added a show/hide option for the quick search
6659
6660 2002-08-20 [oliver]     0.8.1claws84
6661         
6662         * src/mainwindow.c
6663                 remove toolbar_create_popups
6664         * src/toolbar.[ch]
6665                 o remove toolbar_create_popups
6666                 o fix toolbar_set_sensitive 
6667                   (Bug reports #596834 and #596832)     
6668         * src/prefs_toolbar.c
6669                 o add "Set default" button
6670                 o align label and text + combo widgets
6671
6672 2002-08-20 [hoa]        0.8.1claws83bis
6673
6674         * src/imap.c
6675                 fixed a bug in imap_fetch_msginfo() in case there is no
6676                 current folder.
6677
6678 2002-08-20 [darko]      0.8.1claws83
6679
6680         * src/folderview.c
6681                 copy the color style of folder view so it
6682                 works with GTK themes
6683
6684 2002-08-20 [darko]      0.8.1claws82
6685
6686         * src/folder.h
6687         * src/folderview.c
6688         * src/prefs_folder_item.[hc]
6689                 don't use UI stuff in folder.h
6690
6691 2002-08-20 [darko]      0.8.1claws81
6692
6693         * src/folder.h
6694         * src/prefs_folder_item.h
6695         * src/folderview.c
6696         * src/prefs_folder_item.c
6697                 ability to set folder color in folderview
6698
6699 2002-08-19 [alfons]     0.8.1claws80
6700
6701         * src/summaryview.c
6702                 fix one of the earlier memleaks reported by Martin Kluge
6703
6704 2002-08-19 [alfons]     0.8.1claws79
6705
6706         * src/mainwindow.c
6707                 hide notice view when selecting seperate folder
6708                 view (reported by Urke MMI)
6709
6710 2002-08-19 [christoph]  0.8.1claws78
6711
6712         * src/folderview.c
6713         * src/prefs_folder_item.h
6714         * src/summaryview.[ch]
6715                 o add summary_set_prefs_from_folderitem to set
6716                   summaryview prefs (first step to remove all
6717                   references to the folderitem in summaryview)
6718                 o moved compiled regex stuff from folderitem prefs
6719                   to summaryview code
6720
6721 2002-08-19 [paul]       0.8.1claws77
6722
6723         * src/compose.c
6724                 add check for '.' to QUOTE_IF_REQUIRED
6725
6726 2002-08-19 [paul]       0.8.1claws76
6727
6728         * src/inc.c
6729                 sync with 0.8.1cvs25 (plug memory leak)
6730
6731         * src/prefs_toolbar.c
6732                 re-order prefs_toolbar_cancel()
6733
6734 2002-08-18 [alfons]     0.8.1claws75
6735
6736         * src/inc.c
6737         * src/matcher.c
6738                 plug other memleaks reported by Martin Kluge
6739
6740 2002-08-18 [paul]       0.8.1claws74
6741
6742         * po/pt_BR.po
6743                 updated by Fabio Jr. Beneditto
6744
6745 2002-08-18 [paul]       0.8.1claws73
6746
6747         * src/toolbar.[ch]
6748                 fix bug where tooltips were displayed untranslated              
6749
6750         * src/prefs_toolbar.c
6751                 fix bug where clicking 'Cancel' creates an icon & text
6752                 toolbar regardless of prefs
6753         
6754
6755 2002-08-17 [oliver]     0.8.1claws72
6756
6757         * src/prefs_toolbar.c
6758                 update toolbar on CANCEL
6759                 bug reported by Martin Kluge
6760         * src/toolbar.c
6761                 toolbar_destroy memleak fixed           
6762
6763 2002-08-17 [alfons]     0.8.1claws71
6764
6765         * src/toolbar.c
6766                 plug another memleak reported by Martin Kluge
6767
6768 2002-08-16 [alfons]     0.8.1claws70
6769
6770         * src/crash.c
6771                 use execvp() correctly (suggested by wwp; thanks!)
6772
6773 2002-08-16 [alfons]     0.8.1claws69
6774
6775         * src/gtksctree.c
6776                 plug memory leak reported by Kim Schultz & Martin Kluge
6777
6778 2002-08-16 [paul]       0.8.1claws68
6779
6780         * po/es.po
6781                 updated by Ricardo Mones Lastra
6782
6783 2002-08-16 [paul]       0.8.1claws67
6784
6785         * src/toolbar.h
6786                 fix bug where 'Compose News' icon showed wrong
6787                 tooltip
6788
6789 2002-08-16 [paul]       0.8.1claws66
6790
6791         * sync with 0.8.1cvs24
6792                 see ChangeLog 2002-08-16
6793
6794         * po/it.po
6795                 updated by Alessandro Maestri
6796
6797 2002-08-15 [paul]       0.8.1claws65
6798
6799         * po/sr.po
6800                 updated by Urke MMI
6801
6802 2002-08-15 [paul]       0.8.1claws64
6803
6804         * src/*.c
6805                 don't translate debug info
6806
6807         * src/matcher.[ch]
6808                 add copyright info
6809
6810 2002-08-15 [paul]       0.8.1claws63
6811
6812         * src/prefs_toolbar.c
6813                 fix bug where clicking 'OK' creates an icon & text
6814                 toolbar regardless of prefs
6815
6816 2002-08-14 [alfons]     0.8.1claws62
6817
6818         * src/main.c
6819                 add global var that has the full argv[0]
6820         * src/crash.c
6821                 o execvp the correct sylpheed by using argv0
6822                   and setting the correct work dir
6823                 o other tweaks  
6824
6825 2002-08-14 [oliver]     0.8.1claws61
6826         
6827         * enable/disable Toolbar Action Buttons 
6828         * code cleanups
6829         * src/mainwindow.c
6830         * src/toolbar.[ch]      
6831         * src/prefs_toolbar.c   
6832
6833 2002-08-14 [melvin]     0.8.1claws60
6834
6835         * po/fr.po
6836                 Updated French translations
6837
6838 2002-08-14 [melvin]     0.8.1claws59
6839
6840         * src/crash.c
6841                 Made bug report not translatable
6842         * src/exporthtml.c
6843                 Fixed exporthtml_build_filespec() return value
6844         * src/foldersel.c
6845                 Fixed incorrect include file
6846         * src/gtkspell.c
6847         * src/prefs_actions.c
6848         * src/prefs_toolbar.c
6849                 Made debug info not translatable
6850         * src/mutt.c
6851         * src/quote_fmt.c
6852                 Added missing includes
6853         * src/prefs_common.c
6854                 Fixed typo
6855
6856 2002-08-14 [paul]       0.8.1claws58
6857
6858         * faq/es/sylpheed-faq.html
6859           faq/es/sylpheed-faq-[1-3].html
6860           faq/es/sylpheed-faq-4.html     **NEW FILE **
6861                 update Spanish FAQ
6862
6863 2002-08-13 [christoph]  0.8.1claws57
6864
6865         * src/procmsg.c
6866                 ignore thread fix that did not mark all
6867                 child nodes of a ignored thread as
6868                 ignored. Does not work perfectly yet,
6869                 but it is better now
6870
6871 2002-08-13 [alfons]     0.8.1claws56
6872
6873         * src/crash.c
6874                 o implement 'save crash log'
6875                 o some tweaks
6876
6877 2002-08-13 [melvin]     0.8.1claws55
6878
6879         * src/main.c
6880                 removed unrequired "execinfo.h" header
6881
6882 2002-08-12 [paul]       0.8.1claws54
6883
6884         * faq/en/sylpheed-faq.html
6885           faq/en/sylpheed-faq-[1-3].html
6886           faq/en/sylpheed-faq-4.html     **NEW FILE **
6887                 update English FAQ
6888
6889 2002-08-12 [alfons]     0.8.1claws53
6890
6891         * po/POTFILES.in
6892                 add crash.c to translatables
6893         * src/crash.c
6894                 bring in Leandro's crash dialog
6895
6896 2002-08-11 [alfons]     0.8.1claws52
6897
6898         * src/crash.c
6899                 clean up some warnings
6900
6901 2002-08-11 [alfons]     0.8.1claws51
6902
6903         * acconfig.h
6904         * configure.in
6905         * src/crash.[ch]        ** NEW FILES **
6906         * src/main.c            
6907                 initial gdb crash handler
6908
6909 2002-08-11 [paul]       0.8.1claws50
6910
6911         * src/prefs_toolbar.c
6912                 replace Up/Down arrow pixmaps with text to be
6913                 consistent across icon themes
6914
6915 2002-08-11 [paul]       0.8.1claws49
6916
6917         * src/prefs_common.c
6918           src/prefs_toolbar.c
6919                 rename 'Pixmap' -> 'Icon'
6920
6921         * src/toolbar.[ch]
6922                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6923
6924 2002-08-10 [paul]       0.8.1claws48
6925
6926         * src/prefs_toolbar.c
6927                 re-work the UI
6928
6929 2002-08-10 [paul]       0.8.1claws47
6930
6931         * src/main.c
6932                 don't write Processing progress to status bar
6933                 patch submitted by Alexander Evseev
6934
6935         * src/prefs_toolbar.c
6936                 re-position and resize window
6937                 make window assume correct size on first call
6938
6939 2002-08-10 [paul]       0.8.1claws46
6940
6941         * src/mainwindow.c
6942           src/prefs_toolbar.c
6943           src/toolbar.c
6944           src/toolbar.h
6945                 obey coding style
6946                 follow UI text conventions
6947
6948 2002-08-10 [alfons]     0.8.1claws45
6949
6950         * src/toolbar.c
6951                 correct pixmap for delete action
6952
6953 2002-08-10 [paul]       0.8.1claws44
6954
6955         * po/pt_BR.po
6956                 updated by Fabio Jr. Beneditto
6957
6958 2002-08-10 [paul]       0.8.1claws43
6959
6960         * po/POTFILES.in
6961                 add custom toolbar files
6962
6963 2002-08-10 [paul]       0.8.1claws42
6964
6965         * sync with 0.8.1cvs22
6966                 see ChangeLog 2002-08-09
6967
6968 2002-08-09 [paul]       0.8.1claws41
6969
6970         * tools/Makefile.am
6971           tools/README
6972           tools/outlook2sylpheed.pl     ** NEW FILE **
6973                 add script to convert exported Outlook
6974                 contacts list to a Sylpheed addressbook.
6975                 Submitted by Ricardo Mones Lastra.
6976
6977 2002-08-09 [paul]       0.8.1claws40
6978
6979         * AUTHORS
6980           configure.in
6981           po/sr.po      ** NEW FILE **
6982                 add Serbian message catalog. Submitted by
6983                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6984
6985 2002-08-09 [paul]       0.8.1claws39
6986
6987         * sync with 0.8.1cvs21
6988                 see ChangeLog 2002-08-08
6989
6990 2002-08-08 [oliver]     0.8.1claws38
6991
6992         * src/mainwindow.c
6993                 move Custom Toolbar to Configuration menu
6994
6995 2002-08-08 [oliver]     0.8.1claws37
6996
6997         * src/prefs_toolbar.c
6998                 fix substitute pixmap bug
6999
7000 2002-08-08 [paul]       0.8.1claws36
7001
7002         * sync with 0.8.1cvs19
7003                 see ChangeLog 2002-08-08
7004
7005 2002-08-07 [christoph]  0.8.1claws35
7006
7007         * src/utils.c
7008                 fixed a memory leak in new canonicalize_file_replace
7009
7010 2002-08-07 [christoph]  0.8.1claws34
7011
7012         * src/utils.[ch]
7013                 o canonicalize_file_replace should create the temporary
7014                   file in the same directory as the original file.
7015                 o added get_tmpfile_in_dir that creates a temorary file
7016                   in a specified directory.
7017
7018 2002-08-07 [melvin]     0.8.1claws33
7019
7020         * src/toolbar.c
7021                 fixed bug where 'Article' button acted as 'Email' button.
7022
7023 2002-08-07 [paul]       0.8.1claws32
7024
7025         * sync with 0.8.1.cvs17
7026                 see ChangeLog 2002-08-07
7027
7028 2002-08-07 [colin]      0.8.1claws31
7029         
7030         * src/news.c
7031                 fix mass-cancel problem
7032
7033 2002-08-07 [thorsten]   0.8.1claws30
7034
7035         * src/prefs_toolbar.c
7036                 fix: crash on replace or add new button
7037         * src/toolbar.c
7038                 fix: close xmlfile after reading
7039         * src/utils.c
7040                 fix: unlink() file before rename()
7041
7042 2002-08-06 [paul]       0.8.1claws29
7043
7044         * sync with 0.8.cvs15
7045                 see ChangeLog 2002-08-06
7046
7047 2002-08-06 [oliver]     0.8.1claws28
7048
7049         * src/toolbar.c
7050         * src/prefs_toolbar.c
7051                 fixed empty toolbar issue
7052
7053 2002-08-06 [oliver]     0.8.1claws27
7054
7055         * Custom Toolbar Final 
7056         * src/folderview.c
7057         * src/inc.c
7058         * src/summaryview.c
7059                 o toolbar stuff now lives in src/toolbar.[ch]
7060                 o main_window_toolbar_* functions are renamed to
7061                   toolbar_* reflecting their new source file
7062         * src/mainwindow.[ch]
7063                 o remove toolbar stuff  
7064
7065 2002-08-06 [oliver]     0.8.1claws26
7066         
7067         * src/Makefile.am
7068         * src/prefs_toolbar.[ch]        **New File**
7069         * src/toolbar.[ch]              **New File**
7070                 o prefs_toolbar.[ch] custom toolbar frontend
7071                 o toolbar.[ch]       backend 
7072
7073 2002-08-06 [oliver]     0.8.1claws25
7074
7075         * src/prefs_actions.[ch]
7076                 o new exported function actions_execute
7077
7078 2002-08-06 [paul]       0.8.1claws24
7079
7080         * sync with 0.8.1cvs4
7081                 see ChangeLog 2002-08-06
7082
7083 2002-08-06 [paul]       0.8.1claws23
7084
7085         * sync with 0.8.1cvs13
7086                 see ChangeLog 2002-08-06
7087
7088 2002-08-06 [paul]       0.8.1claws22
7089
7090         * sync with 0.8.1cvs12
7091                 see ChangeLog 2002-08-05 and 2002-08-06
7092
7093 2002-08-06 [match]      0.8.1claws21
7094
7095         * src/addrclip.c
7096                 improvements to cut/copy/paste address
7097
7098 2002-08-05 [match]      0.8.1claws20
7099
7100         * src/addritem.[ch]
7101         * src/addrcache.c
7102         * src/addrbook.c
7103         * src/editaddress.c
7104         * src/addressbook.c
7105                 fixes to improve cut/copy/paste
7106
7107 2002-08-06 [melvin]     0.8.1claws19
7108
7109         * src/account.[ch]
7110                 account_find_all_from_address(): new function that returns the
7111                 list of all accounts that are matched in an address.
7112         * src/alertpanel.[ch]
7113                 alertpanel() now accepts a custom widget
7114                 alertpanel_with_widget(): new function that pops up a panel with
7115                 a custom widget in it 
7116         * src/gtkutils.[ch]
7117                 gtkut_account_menu_new(): new function that allows the selection
7118                 of an account from a list of accounts.
7119         * src/messageview.c
7120                 Extended Return Receipt notification to select the correct 
7121                 account and to make a security test on the Delivery-Notification
7122                 address which should be the same as the Return-Path.
7123
7124 2002-08-06 [thorsten]   0.8.1claws18
7125
7126         * src/mimeview.c
7127                 attach_all: save unnamed as "noname.%d",
7128                 dont free static dirname
7129
7130 2002-08-05 [alfons]     0.8.1claws17
7131
7132         * configure.in
7133                 detect XIM by trying to link rather than compile a XIM program
7134
7135 2002-08-05 [oliver]     0.8.1claws16
7136                 
7137         * src/stock_pixmap.[ch]
7138                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7139                 o new func to retrieve pixmaps
7140
7141 2002-08-05 [paul]       0.8.1claws15
7142
7143         * sync with 0.8.1cvs10
7144                 see ChangeLog 2002-08-05
7145
7146 2002-08-04 [alfons]     0.8.1claws14
7147
7148         * src/textview.c
7149                 see if this plugs memleak
7150
7151 2002-08-04 [melvin]     0.8.1claws13
7152
7153         * src/gtkspell.c
7154                 fixed bug that could crash Sylpheed when highlighting
7155                 all misspelled words.
7156
7157 2002-08-03 [melvin]     0.8.1claws12
7158
7159         * src/prefs_actions.c
7160                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7161         * src/messageview.c
7162                 fixed bug where the Return Receipt was sent to
7163                 Delivery-Notification-To address even if it was not present
7164
7165 2002-08-02 [alfons]     0.8.1claws11
7166
7167         * src/prefs_actions.c
7168                 o more check for NULLs
7169                 o put create_io_dialog() in right conditional block
7170
7171 2002-08-02 [paul]       0.8.1claws10
7172
7173         * po/es.po
7174                 updated by Ricardo Mones Lastra
7175
7176 2002-08-01 [christoph]  0.8.1claws9
7177
7178         * src/folder.c
7179                 don't free the cache of the opened
7180                 folder in the summaryview
7181         * src/summaryview.c
7182                 don't unset flags, if it is not required
7183
7184 2002-08-01 [paul]       0.8.1claws8
7185
7186         * sync with 0.8.1cvs8
7187                 see ChangeLog entry 2002-08-01
7188
7189 2002-08-01 [paul]       0.8.1claws7
7190
7191         * sync with 0.8.1cvs7
7192                 see ChangeLog 2002-07-31 and 2002-08-01
7193
7194 2002-07-31 [christoph]  0.8.1claws6
7195
7196         * src/mainwindow.c
7197                 forgot to update menu sensitivity
7198                 function for new menu entry
7199
7200 2002-07-31 [alfons]     0.8.1claws5
7201
7202         * src/main.c
7203                 check folder item and its path for NULL on
7204                 initial processing
7205
7206 2002-07-31 [christoph]  0.8.1claws4
7207
7208         * src/folder.c
7209                 check if folder_item_get_msginfo in
7210                 folder_item_remove_msg returned NULL
7211         * src/imap.c
7212                 better clear the uid cache in the
7213                 uid validity check function and delete
7214                 cached messages
7215
7216 2002-07-31 [paul]       0.8.1claws3
7217
7218         * man/sylpheed.1
7219                 add the '--attach' option and a few other
7220                 minor changes
7221
7222 2002-07-31 [paul]       0.8.1claws2
7223
7224         * sync with 0.8.1cvs5
7225                 see ChangeLog 2002-07-31
7226
7227 2002-07-31 [christoph]  0.8.1claws1
7228
7229         * src/folderview.[ch]
7230         * src/mainwindow.c
7231                 replace "Rescan all folders..." with
7232                 "Check all folders for new messages..."
7233
7234 2002-07-30 [paul]       0.8.1claws
7235
7236         * version 0.8.1claws released
7237
7238 2002-07-30 [paul]       0.8.0claws29
7239
7240         * tools/OOo2sylpheed.pl ** NEW FILE **
7241           tools/README
7242                 add script to enable sending documents as
7243                 attachments from OpenOffice.org
7244
7245 2002-07-30 [melvin]     0.8.0claws28
7246
7247         * src/prefs_actions.c
7248                 Made the actions' input/output dialog display
7249                 without delay.
7250
7251 2002-07-30 [christoph]  0.8.0claws27
7252
7253         * src/procmsg.c
7254                 check if folder_item_get_msginfo in
7255                 procmsg_save_to_outbox returned NULL
7256
7257 2002-07-30 [paul]       0.8.0claws26
7258
7259         * sync with 0.8.1cvs4
7260                 see ChangeLog 2002-07-29
7261
7262 2002-07-29 [thorsten]   0.8.0claws25
7263
7264         * README.claws
7265                 added selective download, delete on server
7266
7267 2002-07-29 [paul]       0.8.0claws24
7268
7269         * sync with 0.8.1cvs3
7270                 see ChangeLog 2002-07-29
7271
7272 2002-07-27 [christoph]  0.8.0claws23
7273
7274         * src/folder.c
7275                 add extra check if fetching the msginfo
7276                 returned NULL
7277
7278 2002-07-27 [paul]       0.8.0claws22
7279
7280         * sync with 0.8.1cvs2
7281                 see ChangeLog 2002-07-26
7282
7283 2002-07-27 [christoph]  0.8.0claws21
7284
7285         * src/imap.c
7286                 add another check if a valid msginfo
7287                 was returned
7288
7289 2002-07-26 [hoa]        0.8.0claws20
7290
7291         * src/folder.c
7292                 Fixed a condition in folder_item_destroy()
7293
7294         * src/imap.c
7295                 Fixed an error in IMAP protocol
7296
7297 2002-07-26 [alfons]     0.8.0claws19
7298
7299         * src/folder.c
7300                 ofcourse compare with identifier, not the path
7301
7302 2002-07-26 [alfons]     0.8.0claws18
7303
7304         * src/folder.c
7305                 use folder item identifier for saving / restoring
7306                 preferences because folder->path might not be unique
7307
7308 2002-07-26 [melvin]     0.8.0claws17
7309
7310         * src/logwindow.c
7311                 Fixed a crash introduced in 0.8.0claws5 when log is 
7312                 cut under 80 characters.
7313
7314 2002-07-26 [paul]       0.8.0claws16
7315
7316         * sync with 0.8.1cvs1
7317                 see ChangeLog 2002-07-26
7318
7319 2002-07-26 [christoph]  0.8.0claws15
7320
7321         * src/imap.[ch]
7322                 imap folder now remembers the last selected
7323                 folder and imap_fetch_msginfo skips selecting
7324                 the folder if it is already selected
7325
7326 2002-07-26 [christoph]  0.8.0claws14
7327
7328         * src/folder.c
7329         * src/folderview.c
7330         * src/imap.c
7331                 fix imap folder rescanning
7332
7333 2002-07-25 [christoph]  0.8.0claws13
7334
7335         * src/filter.c
7336         * src/folder.[ch]
7337         * src/folderview.c
7338         * src/imap.[ch]
7339         * src/mainwindow.c
7340         * src/mbox_folder.c
7341         * src/mh.c
7342         * src/news.c
7343                 implement imap uid cache and uid validity check
7344
7345 2002-07-25 [alfons]     0.8.0claws12
7346
7347         * src/summaryview.c
7348                 fix a brown paper bag bug, and also add some more
7349                 checks
7350
7351 2002-07-25 [christoph]  0.8.0claws11
7352
7353         * src/folder.c
7354                 don't mix copy, fetch_msginfo and remove
7355                 operations in folder item copy and move
7356                 operations
7357
7358 2002-07-25 [christoph]  0.8.0claws10
7359
7360         * src/folderview.c
7361         * src/mainwindow.c
7362         * src/prefs_folder_item.c
7363         * src/summaryview.[ch]
7364                 remove no longer required parameter update_cache from
7365                 summary_show
7366
7367 2002-07-25 [paul]       0.8.0claws9
7368
7369         * sync with 0.8.1
7370         
7371         * AUTHORS
7372                 a few corrections
7373
7374 2002-07-24 [alfons]     0.8.0claws8
7375
7376         * src/summaryview.c
7377                 sort correctly when using simplified subject line
7378                 (closes feature request "[ 585141 ] applying regexp to subject 
7379                 before sort" submitted by Alexandra Walford)
7380
7381 2002-07-24 [paul]       0.8.0claws7
7382
7383         * sync with 0.8.0cvs3
7384                 see ChangeLog 2002-07-24
7385
7386 2002-07-23 [christoph]  0.8.0claws6
7387
7388         * src/folder.c
7389         * src/folder.h
7390         * src/summaryview.c
7391         * src/summaryview.h
7392         * src/main.c
7393                 o separate processing and summaryview
7394                 o removed summary_write_cache from summaryview
7395                 o removed summaryview->killed_messages, because we don't have
7396                   to keep a list of killed messages anymore. New cache will
7397                   keep the hidden messages in cache anyway
7398         * src/folderview.c
7399         * src/inc.c
7400         * src/selective_download.c
7401                 o removed unnecessary summary_write_cache calls
7402         * src/procmsg.c
7403                 o don't set ignore thread flag in procmsg_get_thread_tree
7404                   if it is already set
7405         * src/mainwindow.c
7406         * src/statusbar.h
7407                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7408                   they are used in different files
7409
7410 2002-07-23 [melvin]     0.8.0claws5
7411
7412         * src/addressbook.c
7413         * src/addrgather.c
7414         * src/editaddress.c
7415         * src/editgroup.c
7416         * src/editldap_basedn.c
7417         * src/importldif.c
7418         * src/prefs_common.c
7419                 Fixed few memory leak (gtk_editable_get_chars returns
7420                 an allocated string)
7421         * src/logwindow.c
7422                 Fixed few memory leak (gtk_editable_get_chars returns
7423                 an allocated string) and modified a little the log cutting
7424                 loop.
7425         * src/compose.c
7426                 Replaced a call to an obsolete function gtk_entry_get_text()
7427                 by gtk_editable_get_chars()
7428         * src/send.c
7429                 Removed a debug printf
7430
7431 2002-07-23 [christoph]  0.8.0claws4
7432
7433         * src/filesel.c
7434                 fix another g_dirname memory leak
7435
7436 2002-07-23 [christoph]  0.8.0claws3
7437
7438         * src/mh.c
7439                 fixed a memory leak in mh_fetch_msginfo
7440                 fixed crash when message header could not be
7441                 parsed
7442
7443 2002-07-23 [paul]       0.8.0claws2
7444
7445         * sync with 0.8.0cvs2
7446                 see ChangeLog 2002-07-23
7447
7448 2002-07-23 [paul]       0.8.0claws1
7449
7450         * sync with 0.8.0cvs1
7451                 see ChangeLog 2002-07-23
7452
7453 2002-07-23 [paul]       0.8.0claws
7454
7455         * release of 0.8.0claws
7456
7457 2002-07-23 [paul]       0.7.8claws99
7458
7459         * po/ru.po
7460                 new Russian translation, submitted by
7461                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7462
7463 2002-07-22 [jens]       0.7.8claws98
7464
7465         * po/de.po
7466                 Updated German translations.
7467
7468 2002-07-22 [paul]       0.7.8claws97
7469
7470         * po/es.po
7471           po/it.po
7472           po/nl.po
7473           po/pt_BR.po
7474                 updated translations by Ricardo Mones Lastra,
7475                 Alessandro Maestri, Wilbert Berendsen and 
7476                 Fabio Jr. Beneditto respectively
7477
7478 2002-07-22 [christoph]  0.7.8claws96
7479
7480         * src/mimeview.c
7481                 fix memory leak caused by wrong g_dirname usage
7482
7483 2002-07-22 [christoph]  0.7.8claws95
7484
7485         * src/summaryview.c
7486                 update new and unread message counts for summaryview
7487                 summaryview does not get it from the folder anymore
7488                 and has to update the values itself
7489
7490 2002-07-22 [melvin]     0.7.8claws94
7491
7492         * po/fr.po
7493                 Updated French translations.
7494
7495 2002-07-22 [christoph]  0.7.8claws93
7496
7497         * src/matcher.c
7498                 set prop->preg pointer to NULL or following check
7499                 will not fail and regexec will be called with
7500                 invalid pointer
7501
7502 2002-07-21 [alfons]     0.7.8claws92
7503         
7504         * src/prefs_common.[ch]
7505                 remove option "Send return receipt on request"
7506
7507 2002-07-21 [thorsten]   0.7.8claws91
7508
7509         * src/mimeview.c
7510                 fixed memleaks, coding style as pointed out by alfons
7511
7512 2002-07-21 [alfons]     0.7.8claws90
7513
7514         * src/messageview.c
7515         * src/noticeview.[ch]
7516                 o fix bug notice view being displayed when going to empty folder 
7517                   (noticed by Christoph)
7518                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7519                   (noticed by Thorsten)
7520
7521 2002-07-21 [thorsten]   0.7.8claws89
7522
7523         * src/mimeview.c
7524                 Included save_all patch from Xaview FACQ
7525                 added support for pathnames
7526
7527 2002-07-21 [alfons]     0.7.8claws88
7528
7529         * po/POTFILES.in
7530         * src/Makefile.am
7531         * src/mainwindow.c
7532         * src/messageview.[ch]
7533         * src/noticeview.c      ** NEW FILE **
7534         * src/noticeview.h      ** NEW FILE **
7535                 make return receipts work again
7536                 (UI idea by Leandro Pereira)
7537
7538 2002-07-21 [paul]       0.7.8claws87
7539
7540         * src/summaryview.c
7541                 fix sensitivity of 'Select thread'
7542
7543 2002-07-21 [paul]       0.7.8claws86
7544
7545         * src/prefs_common.c
7546                 add browser command line for Galeon
7547
7548 2002-07-21 [paul]       0.7.8claws85
7549
7550         * Makefile.am
7551                 fix 'EXTRA_DIST': remove README.README, add TODO
7552                 and TODO.claws
7553
7554 2002-07-21 [alfons]     0.7.8claws84
7555
7556         * src/gtkstext.c
7557                 make enter clear selection
7558                 (closes "[ 579888 ] Editor selection/entry error"
7559                 reported by Steve Lamb)
7560
7561 2002-07-21 [alfons]     0.7.8claws83
7562         
7563         * src/summaryview.c
7564                 sort message list when selecting unthread messages
7565                 (closes "[ 501593 ] switching threaded view doesn't sort"
7566                 reported by Simon Schubert)
7567
7568 2002-07-20 [alfons]     0.7.8claws82
7569         
7570         * src/matcher.c
7571                 const-correctness
7572
7573 2002-07-20 [thorsten]   0.7.8claws81
7574
7575         * src/matcher.c
7576                 Fixed expansion of empty fields in matchactions
7577
7578 2002-07-19 [melvin]     0.7.8claws80
7579
7580         * src/gtkspell.c
7581                 Removed a duplicate menu entry (fast mode) introduced during
7582                 the new cache merge
7583                 Added a menu separator between 'Use alternate' and 'Fast mode'
7584
7585 2002-07-19 [paul]       0.7.8claws79
7586
7587         * tools/Makefile.am
7588           tools/README
7589                 correct typos
7590
7591 2002-07-19 [thorsten]   0.7.8claws78
7592
7593         * tools/calypso_convert.pl      ** NEW FILE **
7594           tools/README
7595           tools/Makefile.am
7596                 script to import mbox files exported
7597                 by calypso
7598                 o generates folder structure
7599                 o includes attachments
7600
7601 2002-07-19 [melvin]     0.7.8claws77
7602
7603         * src/selective_download.[ch]
7604                 Fixed bug where closing the dialog with the window manager's
7605                 close button will not unlock the summary
7606                 Corrected some function declarations that missed a return value
7607                 Made the source code comply better with coding style.
7608         * src/prefs_common.c
7609                 Added new browser command line for Mozilla.
7610
7611 2002-07-18 [paul]       0.7.8claws76
7612
7613         * src/mainwindow.c
7614           src/selective_download.[ch]
7615                 reflect theme changes, fix Gdk Warning when creating 
7616                 pixmap from NULL window, and minor clean up.
7617                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7618
7619         * po/en_GB.po
7620                 updated
7621
7622 2002-07-17 [paul]       0.7.8claws75
7623
7624         * INSTALL[.jp]
7625                 sync with 0.8.0
7626         
7627         * po/en_GB.po
7628                 updated
7629
7630 2002-07-16 [paul]       0.7.8claws74
7631
7632         * tools/filter_conv.pl
7633           tools/README
7634                 replace conversion script with reimplemented version, 
7635                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7636
7637 2002-07-16 [colin]      0.7.8claws73
7638
7639         * src/summaryview.c
7640                 remove forgotten debug messages - sorry ;-)
7641
7642 2002-07-16 [colin]      0.7.8claws72
7643
7644         * src/mimeview.c
7645           src/summaryview.c
7646           src/textview.c
7647           src/textview.h
7648                 add the ability to select part of a text mime-part 
7649                 to reply.
7650
7651 2002-07-15 [christoph]  0.7.8claws71
7652
7653         * src/folder.c
7654                 fix folder message count for folders without
7655                 msg_is_changed (includes news folders)
7656
7657 2002-07-15 [martin]     0.7.8claws70
7658
7659         * src/summaryview.c
7660                 option "display recipient on 'From'..." now works
7661                 without the need of enabling the option
7662                 "display  sender  using  address  book".
7663
7664 2002-07-15 [christoph]  0.7.8claws69
7665
7666         * src/summaryview.c
7667                 removed setting folder status from summaryview.
7668                 folder.c should update all message counts correctly.
7669
7670 2002-07-15 [paul]       0.7.8claws68
7671
7672         * po/pt_BR.po
7673                 updated by Fabio Junior Beneditto
7674
7675 2002-07-15 [darko]      0.7.8claws67
7676
7677         * src/mh.c
7678                 Fixed target folder colorization, don't decrease op
7679                 number twice
7680
7681 2002-07-14 [paul]       0.7.8claws66
7682
7683         * sync with main 0.8.0
7684                 see ChangeLog 2002-07-14
7685
7686 2002-07-13 [melvin]     0.7.8claws65
7687         
7688         * src/addrbook.c
7689         * src/addressbook.c
7690         * src/addrindex.c
7691                 Replaced sprintf by g_snprintf to prevent possible buffer
7692                 overflow.
7693         * src/news.c
7694                 Corrected a log message output format.
7695                 Added a missing "done" debug output.
7696         * src/compose.c
7697                 Added keyboard accelerator for Priority menu items
7698                 Added missing \n in debug output
7699         * src/logwindow.c
7700         * src/gtkspell.c
7701         * src/rfc2015.c
7702                 Added missing \n in debug output
7703
7704 2002-07-13 [paul]       0.7.8claws64
7705
7706         * man/sylpheed.1
7707                 change Sergey's email address to the sf address
7708
7709         * src/textview.c
7710                 increase show_url_timeout (more useful for long
7711                 urls)
7712
7713 2002-07-12 [sergey]     0.7.8claws63
7714
7715         * src/rfc2015.c
7716                 applied (with some modifications) patch to set the
7717                 micalg parameter for signatures
7718                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7719
7720 2002-07-12 [sergey]     0.7.8claws62
7721
7722         * man/Makefile.am
7723         * configure.in
7724                 fixed man page installation
7725
7726 2002-07-12 [paul]       0.7.8claws61
7727
7728         * sync with 0.7.8cvs26
7729                 see ChangeLog 2002-07-11 and 2002-07-12
7730
7731 2002-07-11 [christoph]  0.7.8claws60
7732
7733         * src/compose.c
7734         * src/procmsg.c
7735                 first use the message number to find the message
7736                 to mark with a reply flag but check the
7737                 message-id if we got the correct message, if not
7738                 try to find it by message-id.
7739                 use new string seperator that is not allowed
7740                 in message-ids.
7741
7742 2002-07-11 [paul]       0.7.8claws59
7743
7744         * sync with 0.7.8cvs23
7745                 see ChangeLog 2002-07-10
7746
7747 2002-07-10 [christoph]  0.7.8claws58
7748
7749         * src/folder.[ch]
7750         * src/msgcache.[ch]
7751                 Added message-id table to the cache in memory
7752                 and functions to msgcache.c and folder.c to
7753                 fetch MsgInfos by message id
7754         * src/compose.c
7755         * src/procmsg.c
7756                 store folder and message-id of message replying
7757                 to in queue header and set reply flag after sending
7758                 (Closes bug #469498)
7759
7760 2002-07-10 [paul]       0.7.8claws57
7761
7762         * AUTHORS
7763           man/sylpheed.1.gz
7764                 add Martin to the list of authors
7765
7766 2002-07-09 [martin]     0.7.8claws56
7767         * src/gtksctree.c
7768                 Added gtk_ctree_last_visible(), tree_update_level(),
7769                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7770                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7771                 from gtk+ to gtksctree.c for the new sorting code
7772                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7773                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7774         * src/gtksctree.h
7775                 Added declaration for gtk_sctree_sort_recursive() and
7776                 gtk_sctree_sort_node
7777         * src/addressbook.c
7778         * src/foldersel.c
7779         * src/folderview.c
7780         * src/summaryview.c
7781                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7782                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7783
7784 2002-07-08 [paul]       0.7.8claws55
7785
7786         * more sync with 0.7.8cvs21
7787                 see ChangeLog 2002-07-08
7788
7789 2002-07-08 [paul]       0.7.8claws54
7790
7791         * sync with 0.7.8cvs21
7792                 see ChangeLog 2002-07-08
7793
7794 2002-07-07 [alfons]     0.7.8claws53
7795
7796         * src/Makefile.am
7797         * src/stock_pixmap.[ch]
7798         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7799         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7800         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7801                 add new pixmaps for upcoming notice pane
7802
7803 2002-07-06 [melvin]     0.7.8claws52
7804
7805         * src/gtkspell.[ch]
7806                 Made them a bit closer to Sylpheed's coding style.
7807                 Removed old code.
7808                 Removed possible memory leaks when some errors occurs.
7809
7810 2002-07-06 [melvin]     0.7.8claws51
7811
7812         * po/Makefile.in.in
7813                 Removed --no-location in xgettext command line to help
7814                 translators that use Emacs' po-mode
7815         * src/quote_fmt.c
7816                 Removed unnecessary comments that messed up sylpheed.pot
7817
7818 2002-07-06 [paul]       0.7.8claws50
7819
7820         * sync with 0.7.8cvs19
7821                 see ChangeLog 2002-07-05
7822
7823 2002-07-06 [christoph]  0.7.8claws49
7824
7825         * src/folder.c
7826         * src/mainwindow.c
7827                 fix folder_item_remove_all_msg and folderview
7828                 status for trash folders after emptying trash
7829
7830 2002-07-05 [paul]       0.7.8claws48
7831
7832         * sync with 0.7.8cvs16
7833                 see ChangeLog 2002-07-04 and 2002-07-05
7834
7835 2002-07-04 [paul]       0.7.8claws47
7836
7837         * sync with 0.7.8cvs14
7838                 see  ChangeLog 2002-07-04
7839
7840 2002-07-03 [alfons]     0.7.8claws46
7841
7842         * src/folder.c
7843                 dupe folder item's path because it's being reallocated
7844                 by new folder scanning code
7845
7846 2002-07-03 [christoph]  0.7.8claws45
7847
7848         * src/imap.c
7849                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7850         * src/msgcache.c
7851                 add missing return in msgcache_write
7852
7853 2002-07-02 [thorsten]   0.7.8claws44
7854
7855         * src/jpilot.c
7856         * src/msgcache.c
7857         * src/rfc2015.c
7858                 use binary mode for file access
7859
7860 2002-07-02 [christoph]  0.7.8claws43
7861
7862         * major code cleanup (part 1)
7863         
7864                 - unused variables removed
7865                 - unused functions removed
7866                 - uninitialized variables checked
7867                 - missing return statements added
7868                 - missing function return types added
7869                 - added parentheses around assignment and
7870                   && in || when suggested by gcc
7871               
7872         * src/mh.c
7873         * src/folder.c
7874                 replaced direct calls to folder->scan_tree
7875                 with folder_scan_tree and restore folder
7876                 prefs in this function. The folder should
7877                 not have to deal with them.
7878                 ( Should now work for all folder types )
7879
7880 2002-07-02 [paul]       0.7.8claws42
7881
7882         * sync with 0.7.8cvs13
7883                 see ChangeLog 2002-07-01 and 2002-07-02
7884
7885 2002-07-01 [christoph]  0.7.8claws41
7886
7887         * src/summaryview.c
7888                 fix "goto next/prev unread message" with
7889                 ignored threads
7890
7891 2002-07-01 [paul]       0.7.8claws40
7892
7893         * po/es.po
7894                 updated by Ricardo Mones Lastra
7895
7896 2002-06-30 [match]      0.7.8claws39
7897
7898         * src/jpilot.c
7899                 applied variation of leonerd's patch (566661) to
7900                 allow multiple email addresses per JPilot entry.
7901                 addresses may be separated by space, comma, pipe,
7902                 semi-colon, new-line.
7903
7904 2002-06-30 [alfons]     0.7.8claws38
7905
7906         * src/procmsg.c
7907                 simple fix for putting older nodes before
7908                 newer nodes when threading by subject
7909
7910 2002-06-30 [christoph]  0.7.8claws37
7911
7912         * src/folder.c
7913         * src/folderview.c
7914         * src/mh.c
7915         * src/news.c
7916         * src/procmsg.c
7917                 fix broken folder tree rescaning
7918                 and don't use procmsg_get_mark_sum
7919                 anymore
7920
7921 2002-06-30 [christoph]  0.7.8claws36
7922
7923         * merge new cache branch
7924         * src/imap.c
7925                 fix new cache imap copy bug
7926         * src/folder.c
7927                 improved folder_item_scan
7928                 it should now always set the correct
7929                 new, unread and total message counts
7930
7931 2002-06-29 [paul]       0.7.8claws35
7932
7933         * configure.in
7934                 correct syntax error
7935
7936 2002-06-29 [paul]       0.7.8claws34
7937
7938         * configure.in
7939           Makefile.am
7940           man/Makefile.am       ** NEW FILE **
7941           man/sylpheed.1.gz     ** NEW FILE **
7942                 add Sylpheed man page
7943
7944 2002-06-29 [paul]       0.7.8claws33
7945
7946         * po/pt_BR.po
7947                 updated by Fabio Junior Beneditto
7948
7949 2002-06-28 [jens]       0.7.8claws32
7950
7951         * po/de.po
7952                 translation updated
7953
7954         * src/selective_download.c
7955                 removed gettext for space " "
7956
7957         * src/imap.c
7958                 removed wrong space
7959
7960 2002-06-28 [paul]       0.7.8claws31
7961
7962         * sync with 0.7.8cvs11
7963                 see ChangeLog 2002-06-28
7964
7965 2002-06-28 [paul]       0.7.8claws30
7966
7967         * sync with 0.7.8cvs10
7968                 see ChangeLog 2002-06-27 and 2002-06-28
7969
7970 2002-06-26 [paul]       0.7.8claws29
7971
7972         * src/addrgather.c
7973           src/selective_download.c
7974                 don't gettextise empty strings.
7975                 reserved by gettext. gettext("") returns 
7976                 the header entry with meta information, 
7977                 not the empty string
7978
7979         * po/en_GB.po
7980                 updated
7981
7982 2002-06-26 [paul]       0.7.8claws28
7983
7984         * sync with 0.7.8cvs7
7985                 see ChangeLog 2002-06-25
7986
7987         * src/prefs_common.c
7988                 ...and in the process, tweak the gui a little
7989
7990 2002-06-25 [alfons]     0.7.8claws27
7991         
7992         * configure.in
7993         * src/Makefile.am
7994                 fine tune ldap library detection
7995
7996 2002-06-25 [alfons]     0.7.8claws26
7997
7998         * src/compose.c
7999                 don't allow return receipts when composing a news article
8000
8001 2002-06-25 [paul]       0.7.8claws25
8002
8003         * Makefile.am
8004                 add '$(AMTAR)' to 'release' section to allow for
8005                 new and older autotools
8006
8007 2002-06-25 [paul]       0.7.8claws24
8008
8009         * src/summaryview.c
8010                 fix "No more unread messages" persistant pop-up
8011                 window bug
8012
8013 2002-06-25 [paul]       0.7.8claws23
8014
8015         * po/it.po
8016                 updated by Alessandro Maestri
8017
8018 2002-06-25 [paul]       0.7.8claws22
8019
8020         * sync with 0.7.8cvs6
8021                 see ChangeLog 2002-06-25
8022
8023 2002-06-24 [paul]       0.7.8claws21
8024
8025         * tools/update-po
8026                 add GPL copyright information
8027
8028 2002-06-24 [paul]       0.7.8claws20
8029
8030         * tools/Makefile.am
8031           tools/README
8032           tools/update-po       ** NEW FILE **
8033                 add script that eases the creation of *.po files
8034                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8035
8036 2002-06-23 [alfons]     0.7.8claws19
8037
8038         * src/messageview.c
8039                 make notification_convert_header obey const correctness
8040                 (next step will be fixing the broken return receipt)
8041
8042 2002-06-23 [paul]       0.7.8claws18
8043
8044         * src/messageview.c
8045                 fix bug introduced in last commit:
8046                 removed too much code in last commit - put back what's
8047                 needed
8048
8049 2002-06-23 [paul]       0.7.8claws17
8050
8051         * src/messageview.[ch]
8052                 remove code committed in error from locally patched
8053                 source
8054
8055 2002-06-23 [colin]      0.7.8claws16
8056
8057         * src/compose.[ch]
8058                 add compose_entry_select(), used to select the default_to
8059                 email address - hopefully avoiding people sending mails to
8060                 wrong recipients.
8061
8062 2002-06-22 [alfons]     0.7.8claws15
8063
8064         * AUTHORS
8065                 add Bram Metsch & Stanislav Karchebny
8066         * src/smtp.[ch]
8067         * src/prefs_account.[ch]
8068         * src/send.c
8069                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8070                   options.  (see <http://sourceforge.net/tracker/index.php
8071                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8072
8073                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8074                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8075
8076 2002-06-22 [paul]       0.7.8claws14
8077
8078         * sync with 0.7.8cvs5
8079                 see ChangeLog 2002-06-19 and 2002-06-20
8080
8081 2002-06-22 [alfons]     0.7.8claws13
8082
8083         * src/selective_download.c
8084                 fix a stupid mistake I made
8085
8086 2002-06-22 [alfons]     0.7.8claws12
8087
8088         * src/selective_download.[ch]
8089                 fix another unnoticed leak; cleanup code
8090
8091 2002-06-21 [alfons]
8092
8093         * tools/Makefile.am
8094                 gpg-sign <-- gpg-sign-syl
8095
8096 2002-06-21 [alfons]     0.7.8claws11
8097
8098         * src/selective_download.c
8099         * src/selective_download.h
8100                 fix assorted mix of allocation errors (should solve
8101                 problem reported by Philippe Gramoullé, see:
8102                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8103
8104 2002-06-20 [melvin]     0.7.8claws10
8105
8106         * tools/gpg-sign *REMOVED*
8107           tools/gpg-sign-syl *ADDED*
8108                 Replaced the gpg clearsigning script with the version using
8109                 xterm instead of ssh-askpass and changed its name.
8110
8111         * README.claws
8112                 Updated actions example to reflect the renaming of the
8113                 gpg clearsigning script.
8114
8115 2002-06-19 [paul]       0.7.8claws9
8116
8117         * sync with 0.7.8claws9
8118                 see ChangeLog 2002-06-18 and 2002-06-19
8119
8120 2002-06-19 [paul]       0.7.8claws8
8121
8122         * sync with 0.7.8cvs1
8123                 see ChangeLog 2002-06-18
8124
8125 2002-06-18 [alfons]     0.7.8claws7
8126
8127         * src/mainwindow.h
8128                 add omitted prototype
8129
8130 2002-06-17 [paul]       0.7.8claws6
8131
8132         * src/mainwindow.c
8133                 fix hiding of exec_btn
8134
8135 2002-06-17 [paul]       0.7.8claws5
8136
8137         * src/pop.c
8138                 remove unneeded code: should_delete() 
8139                 and Pop3State::uidl_todelete_list
8140
8141 2002-06-17 [paul]       0.7.8claws4
8142
8143         * sync with 0.7.8
8144                 see ChangeLog 2002-06-11 and 2002-06-13
8145
8146 2002-06-16 [alfons]     0.7.8claws3
8147         
8148         * src/folder.c
8149                 make sure lock sort mode (claws specific) is
8150                 also persists after a tree rescan
8151
8152 2002-06-16 [alfons]     0.7.8claws2
8153
8154         * src/prefs_folder_item.c
8155         * src/folder.[ch]
8156                 fix persistence of folder sort mode (broken
8157                 by adapting Hiro's new folder persistence code)
8158
8159 2002-06-16 [alfons]     0.7.8claws1
8160
8161         * AUTHORS
8162         * src/logwindow.c
8163         * src/prefscommon.[ch]
8164                 control size of log text in log window; 
8165                 closes patch #569155 submitted by Mitko Haralanov.
8166
8167 2002-06-15 [paul]       0.7.8claws
8168
8169         * release of 0.7.8claws
8170
8171 2002-06-15 [paul]       0.7.7claws
8172
8173         * po/pt_BR.po
8174                 updated by Fabio Junior Beneditto
8175
8176 2002-06-14 [paul]       0.7.6claws49
8177
8178         * po/es.po
8179                 updated by Ricardo Mones Lastra
8180
8181 2002-06-14 [paul]       0.7.6claws48
8182
8183         * po/nl.po
8184                 updated translation by Wilbert Berendsen
8185
8186 2002-06-14 [melvin]     0.7.6claws47
8187
8188         * po/fr.po
8189                 Updated French translation
8190
8191 2002-06-13 [paul]       0.7.6claws46
8192
8193         * src/filesel.c
8194                 allow filename to be typed in, rather than just
8195                 selected by the mouse. Patch by Gustavo Noronha Silva.
8196
8197 2002-06-13 [alfons]     0.7.6claws45
8198
8199         * src/mainwindow.[ch]
8200                 more cleanups (removing unnecessary menu items Expand 
8201                 summary / message view)
8202
8203 2002-06-13 [melvin]     0.7.6claws44
8204
8205         * po/POTFILES.in
8206                 Added src/string_match.c
8207         * src/string_match.c
8208                 Fixed possible buffer overflow.
8209                 Corrected typo.
8210                 Added missing config.h header.
8211         * src/prefs_common.c
8212           src/prefs_matcher.c
8213           src/prefs_scoring.c
8214                 Made some strings translatable (missing _(..)).
8215
8216 2002-06-13 [melvin]     0.7.6claws43
8217
8218         * README.claws
8219                 Corrected action example (verifying clearsigned mail).
8220         * src/prefs_account.c
8221                 Corrected typo.
8222         * src/prefs_common.c
8223                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8224
8225 2002-06-12 [alfons]     0.7.6claws42
8226
8227         * src/summaryview.c
8228                 add init of score column lost in 0.7.6claws42
8229
8230 2002-06-12 [paul]       0.7.6claws41
8231
8232         * src/prefs_account.c
8233                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8234                 behavior of the radio buttons, (from 0.7.7cvs2)
8235
8236 2002-06-11 [alfons]     0.7.6claws40
8237
8238         * src/messageview.[ch]
8239         * src/summaryview.[ch]
8240         * src/summary_search.c
8241         * src/mainwindow.c
8242                 perform a sync to bring in Hiro's separate view implementation 
8243
8244                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8245
8246 2002-06-11 [paul]       0.7.6claws39
8247         
8248         * src/prefs_account.c
8249                 correct a typo on the Receive tab
8250
8251 2002-06-10 [match]      0.7.6claws38
8252
8253         * src/addressbook.c
8254                 Included address completion patch from Gustavo Noronha.
8255
8256 2002-06-10 [paul]       0.7.6claws37
8257
8258         * src/inc.[ch]
8259           src/pop.c
8260           src/prefs_account.[ch]
8261           src/selective_download.[ch]
8262                 apply PATCH #561712
8263                  NEW:
8264                 - check if POP Account
8265                 - Receive Button renamed to Preview
8266                 - Preview Button Popup: preview new/all messages
8267                 - Download Button
8268                 - Account Preferences-->Receive tab checkbutton if you
8269                   want to remove Mail after Download
8270                 -: default YES
8271                 - Account Preferences-->Receive tab checkbutton use
8272                   filtering rules on preview
8273                   (think of delete_on_server)
8274                 -: default YES
8275                 - Account selectable from SD dialog
8276                 - checkbutton to show already downloaded messages if
8277                   all messages are previewed
8278                 - new clist column showing Date
8279                 - ESC KEY close
8280                 FIXES:
8281                 - play ball with UIDL
8282                 - fault tolerant (?) 
8283                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8284
8285 2002-06-10 [melvin]     0.7.6claws36
8286
8287         * README.claws
8288                 Added a hint to ac/README in cvs instructions.
8289
8290         * src/prefs_actions.c
8291                 Made it possible to use a more elaborate command line
8292                 for asynchronous actions, too.
8293
8294 2002-06-10 [melvin]     0.7.6claws35
8295         
8296         * src/prefs_actions.c
8297                 Make it possible to use a more elaborate command line
8298                 (e.g. |foo|bar|cat>there;echo Done|)
8299                 Corrected error message when calling %f, %F and %p commands
8300                 from the compose window.
8301
8302 2002-06-09 [colin]      0.7.6claws34
8303
8304         * src/summaryview.c
8305                 Automatically find unread messages in current folder
8306                 before annoying the user.
8307
8308 2002-06-08 [alfons]     0.7.6claws33
8309
8310         * po/it.po
8311                 remove bad formatting string in it.po translation
8312                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8313
8314 2002-06-08 [paul]       0.7.6claws32
8315
8316         * sync with 0.7.6cvs25
8317                 see ChangeLog 2002-06-07
8318
8319 2002-06-05 [paul]       0.7.6claws31
8320
8321         * src/mainwindow.c
8322                 add 'Sort by locked' and 'Sort by score'
8323
8324 2002-06-05 [paul]       0.7.6claws30
8325
8326         * sync with 0.7.6cvs24
8327                 see ChangeLog 2002-06-04
8328
8329 2002-06-04 [paul]       0.7.6claws29
8330
8331         * po/pt_BR.po
8332                 updated by Fabio Junior Beneditto
8333
8334 2002-06-03 [thorsten]   0.7.6claws28
8335
8336         * src/matcher.c
8337                 fclose() matcherrc after reading
8338
8339 2002-06-03 [paul]       0.7.6claws27
8340
8341         * sync with 0.7.6cvs21
8342                 see ChangeLog 2002-05-31
8343
8344 2002-05-31 [paul]       0.7.6claws26
8345
8346         * sync with 0.7.6cvs20
8347                 see ChangeLog 2002-05-29 and 2002-05-30
8348
8349 2002-05-31 [paul]       0.7.6claws25
8350
8351         * src/imap.c
8352                 hopefully fix last buggy sync
8353
8354         * README.claws
8355                 correct typo in 'Actions' examples
8356
8357 2002-05-29 [paul]       0.7.6claws24
8358
8359         * sync with 0.7.6cvs18
8360                 see ChangeLog 2002-05-28 and 2002-05-29
8361
8362         * src/news.c
8363           src/nntp.[ch]
8364                 sync with above 
8365
8366 2002-05-28 [paul]       0.7.6claws23
8367
8368         * sync with 0.7.6cvs16
8369                 see ChangeLog 2002-05-28
8370
8371 2002-05-27 [thorsten]   0.7.6claws22 
8372
8373         * faq/it/sylpheed-faq-1.html
8374           faq/it/sylpheed-faq-2.html
8375           faq/it/sylpheed-faq-3.html
8376           faq/it/sylpheed-faq.html
8377                 corrected DOS lineendings
8378         * faq/de/sylpheed-faq-1.html
8379           faq/de/sylpheed-faq-2.html
8380           faq/en/sylpheed-faq-1.html
8381           faq/en/sylpheed-faq-2.html
8382           faq/en/sylpheed-faq-3.html
8383           faq/es/sylpheed-faq-1.html
8384           faq/es/sylpheed-faq-2.html
8385           faq/es/sylpheed-faq-3.html
8386           faq/fr/sylpheed-faq-1.html
8387           faq/it/sylpheed-faq-1.html
8388           faq/it/sylpheed-faq-2.html
8389           faq/it/sylpheed-faq-3.html
8390           faq/it/sylpheed-faq.html
8391                 changed ">" to &quot;
8392
8393 2002-05-27 [paul]       0.7.6claws21
8394         
8395         * sync with 0.7.6cvs15
8396                 see ChangeLog 2002-05-27
8397
8398 2002-05-27 [paul]       0.7.6claws20
8399
8400         * src/prefs_account.c
8401                 correct a typo
8402
8403 2002-05-26 [paul]       0.7.6claws19
8404
8405         * tools/README
8406                 correct a typo
8407
8408 2002-05-25 [paul]       0.7.6claws18
8409
8410         * tools/README
8411                 add description of kmail2sylpheed.pl
8412
8413 2002-05-25 [paul]       0.7.6claws17
8414
8415         * tools/kmail2sylpheed.pl       ** NEW FILE **
8416                 perl script that converts an exported Kmail address
8417                 book, converts it to sylpheed addressbook file,
8418                 writes the file to .sylpheed, and updates
8419                 addrbook--index.xml 
8420
8421 2002-05-25 [paul]       0.7.6claws16
8422
8423         * sync with 0.7.6cvs14
8424                 see ChangeLog 2002-05-23
8425
8426 2002-05-24 [paul]       0.7.6claws15
8427
8428         * README.claws
8429                 make a correction and add some more info
8430
8431 2002-05-24 [paul]       0.7.6claws14
8432
8433         * src/compose.c
8434                 fix memory leak in 
8435                 compose_redirect_write_headers_from_headerlist()
8436                 add Subject and Resent-Message-ID to
8437                 compose_redirect_write_headers()
8438                 Received, Subject, and X-UIDL are filtered out in 
8439                 compose_redirect_write_to_file()
8440
8441 2002-05-23 [paul]       0.7.6claws13
8442
8443         * src/compose.[ch]
8444           src/filtering.c
8445           src/mainwindow.c
8446           src/matcher.[ch]
8447           src/matcher_parser_lex.l
8448           src/matcher_parser_parse.y
8449           src/prefs_common.[ch]
8450           src/prefs_filtering.c
8451           src/summaryview.c
8452                 rename 'Bounce' to 'Redirect'
8453
8454 2002-05-23 [paul]       0.7.6claws12
8455
8456         * more sync with 0.7.6cvs13
8457           src/compose.c
8458                 see ChangeLog 2002-05-22
8459
8460 2002-05-22 [paul]       0.7.6claws11
8461
8462         * sync with 0.7.6cvs13
8463           src/codeconv.c
8464                 see ChangeLog 2002-05-20
8465           src/prefs_common.c
8466                 see ChangeLog 2002-05-22
8467
8468 2002-05-21 [melvin]     0.7.6claws10
8469
8470         * src/folderview.c
8471                 Added missing filtering and scoring headers
8472                 Fixed bad function call that showed garbage 
8473                 in Folder->Processing
8474
8475 2002-05-21 [paul]       0.7.6claws9
8476
8477         * tools/Makefile.am
8478                 make all tools executable, (patch by Alfons).
8479
8480 2002-05-20 [alfons]     0.7.6claws8
8481
8482         * src/procheader.c
8483                 don't forget to call mktime() so we have a valid week 
8484                 and year day
8485                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8486
8487 2002-05-20 [paul]       0.7.6claws7
8488
8489         * src/html.c
8490                 fix broken parsing of urls
8491         * src/textview.c
8492                 fix displaying of urls
8493
8494                 both fixes from the patch [547855] by Eugene 
8495                 Brevdo (zonem)
8496
8497 2002-05-19 [alfons]     0.7.6claws6
8498
8499         * configure.in
8500                 make sylpheed configure correctly with the latest
8501                 and greatest of automake / autoconf / gettext
8502
8503 2002-05-19 [alfons]     0.7.6claws5
8504
8505         * src/procheader.c
8506         * src/procheader.h
8507                 add function for returning ime zone offset
8508         * src/quote_fmt.c
8509         * src/quote_fmt_parse.y
8510                 better quotation formatting - does not convert
8511                 to local time, but uses the original date string.
8512                 
8513                 Note: %z inserts the timezone offset (should 
8514                 work also on platforms where strftime does not
8515                 support %z).
8516
8517 2002-05-18 [christoph]  0.7.6claws4
8518
8519         * src/summaryview.c
8520                 fix indentation of some code
8521         * tools/Makefile.am
8522                 fix spaces after \
8523         * src/Makefile.am
8524                 add missing \
8525                 correct path for ignorethread.xpm
8526                 incorrect filename for sylpheed_logo.xpm
8527                 add missing include matcher_parser_parse.h
8528
8529 2002-05-18 [paul]       0.7.6claws3
8530
8531         * sync with 0.7.6cvs8
8532                 see ChangeLog 2002-05-16 and 2002-05-17
8533
8534 2002-05-18 [melvin]     0.7.6claws2
8535
8536         * README.claws
8537                 Corrected an action's definition and fixed some misspellings.
8538
8539 2002-05-18 [paul]       0.7.6claws1
8540
8541         * tools/Makefile.am
8542           tools/gpg-sign        ** new file **
8543           tools/uudec           ** new file **
8544                 add Melvin's Actions scripts
8545
8546         * README.claws
8547                 add Melvin's descriptions for Actions
8548
8549 2002-05-18 [paul]       0.7.6claws
8550
8551         * Version 0.7.6claws released
8552
8553 2002-05-17 [paul]       0.7.5claws32
8554
8555         * po/es.po
8556                 updated by Ricardo Mones Lastra
8557
8558 2002-05-17 [paul]       0.7.5claws31
8559
8560         * src/compose.c
8561                 fix Account prefs default folder for sent/draft/deleted
8562                 messages bug
8563
8564         * po/it.po
8565           po/nl.po
8566                 updated translation by Alessandro Maestri and
8567                 Wilbert Berendsen
8568
8569 2002-05-17 [melvin]     0.7.5claws30
8570
8571         * src/prefs_actions.c
8572                 Fixed bug where using %F not at the end of the command 
8573                 resulted in an additional empty argument being created.
8574                 Thanks to Darko Koruga for reporting the bug.
8575
8576 2002-05-17 [melvin]     0.7.5claws29
8577
8578         * po/fr.po
8579                 Updated French translations.
8580
8581 2002-05-15 [paul]       0.7.5claws28
8582         
8583         * po/es.po
8584                 updated by Ricardo Mones Lastra
8585
8586 2002-05-15 [paul]       0.7.5claws27
8587
8588         * sync with 0.7.6cvs4
8589                 see ChangeLog 2002-05-14 and 2002-05-15
8590
8591 2002-05-14 [paul]       0.7.5claws26
8592
8593         * sync with 0.7.6cvs1
8594                 see ChangeLog 2002-05-13
8595
8596 2002-05-13 [thorsten]   0.7.5claws25
8597
8598         * src/messageview.c
8599                 fix select_all and copy in multipart messages
8600         * src/mainwindow.c
8601                 fix select_all and copy in multipart messages
8602
8603 2002-05-12 [paul]       0.7.5claws24
8604
8605         * src/summaryview.c
8606                 reverse last commit, bug already fixed in 0.7.5claws3
8607
8608 2002-05-12 [netztorte]  0.7.5claws23
8609
8610         * src/summaryview.c
8611                 dont parse empty addressbook (checked in before claws20)
8612
8613 2002-05-12 [melvin]     0.7.5claws22
8614
8615         * src/procmsg.[ch]
8616                 Removed unneeded priority code introduced by the previous 
8617                 commit.
8618
8619 2002-05-12 [melvin]     0.7.5claws21
8620
8621         * src/compose.[ch]
8622                 Added possibility to set message's priority.
8623         * src/procmsg.[ch]
8624                 Added possibility to set message's priority.
8625                 Added missing headers
8626
8627 2002-05-12 [melvin]     0.7.5claws20
8628
8629         * src/prefs_actions.c
8630                 Removed implicitely added quotes around the name
8631                 of the temporary files of mime parts.
8632
8633 2002-05-12 [paul]       0.7.5claws19
8634
8635         * sync with 0.7.5cvs20
8636                 see ChangeLog 2002-05-11
8637
8638 2002-05-12 [alfons]     0.7.5claws18
8639
8640         * src/quote_fmt_lex.l
8641         * src/quote_fmt_parse.y
8642                 allow quote / reply date & time format to be set using
8643                 %D{format}. format is a format string you'd pass to
8644                 strftime() (see man strftime, or the Display tab |
8645                 Date format setting).
8646
8647                 Currently %D converts the date to local time. 
8648
8649 2002-05-11 [paul]       0.7.5claws17
8650
8651         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8652                 see ChangeLog 2002-05-10 and 2002-05-11
8653
8654 2002-05-10 [paul]       0.7.5claws16
8655
8656         * sync with 0.7.5cvs16
8657                 see ChangeLog entries 2002-05-09 and 
8658                 2002-05-10
8659
8660 2002-05-10 [colin]      0.7.5claws15
8661
8662         * src/textview.c
8663                 Corrected a bug that prevented sylpheed to open
8664                 double-clicked URIs.
8665
8666 2002-05-09 [paul]       0.7.5claws14
8667
8668         * sync with 0.7.5cvs14
8669                 see ChangeLog 2002-05-08 and 2002-05-09
8670
8671 2002-05-08 [paul]       0.7.5claws13
8672
8673         * sync with 0.7.5cvs11
8674                 see ChangeLog entry 2002-05-08
8675
8676 2002-05-08 [paul]       0.7.5claws12
8677
8678         * src/mainwindow.c
8679           src/textview.[ch]
8680                 fix segfault on View->Open in new window
8681                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8682
8683 2002-05-07 [paul]       0.7.5claws11
8684
8685         * sync with 0.7.5cvs9
8686                 see ChangeLog entry 2002-05-07
8687
8688 2002-05-06 [paul]       0.7.5claws10
8689
8690         * src/messageview.c
8691           src/textview.c
8692                 display url in statusbar on single-click
8693                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8694
8695 2002-05-06 [match]      0.7.5claws9
8696
8697         * src/addritem.[ch]
8698                 new functions.
8699         * src/addrcache.c
8700                 tidy up.
8701         * src/xmlprops.[ch]
8702                 XML implementation of properties file.
8703         * src/exporthtml.[ch]
8704         * src/expthtmldlg.[ch]
8705         * src/addressbook.c
8706                 export to HTML.
8707
8708 2002-05-02 [sergey]     0.7.5claws8
8709
8710         * src/mainwindow.c (mainwin_entries),
8711           src/prefs_common.c (prefs_send_create()),
8712           src/codeconv.c (locale_table):
8713                 use charset name "Windows-1251" instead of "CP1251".
8714
8715 2002-05-02 [colin]      0.7.5claws7
8716         
8717         * src/compose.c
8718           src/prefs_common.c
8719           src/prefs_folder_item.c
8720                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8721
8722 2002-05-02 [hiro]       0.7.5claws6
8723
8724         * src/imap.c
8725                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8726
8727 2002-05-02 [paul]       0.7.5claws5
8728
8729         * src/compose.c
8730                 more sync with 0.7.5cvs7, see ChangeLog entry
8731                 2002-05-02
8732
8733 2002-05-02 [hiro]       0.7.5claws4
8734
8735         * src/compose.c
8736                 compose_queue_sub():
8737                 check if queue folder exists (closes #550397).
8738                 removed directory creation since it should be handled
8739                 transparently.
8740         * src/imap.c
8741                 imap_add_msg(): return UID for appended message
8742                 (closes #548842).
8743
8744 2002-04-30 [paul]       0.7.5claws3
8745
8746         * src/summaryview.c
8747                 fix account_find_from_address() bug
8748
8749 2002-04-28 [colin]      0.7.5claws2
8750
8751         * src/compose.c
8752           src/textview.c
8753           src/prefs_common.[ch]
8754           src/utils.[ch]
8755                 Added user-definable quotation characters recognition.
8756
8757 2002-04-28 [paul]       0.7.5claws1
8758
8759         * sync with 0.7.5cvs4
8760                 see ChangeLog entry  2002-04-25
8761
8762 2002-04-28 [paul]       0.7.5claws
8763
8764         * po/es.po
8765           po/nl.po
8766           po/pt_BR.po
8767                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8768                 Fabio Junior Beneditto
8769
8770 2002-04-27 [jens]       0.7.4claws103
8771
8772         * po/de.po
8773                 updated German translation.
8774
8775 2002-04-27 [hiro]       0.7.4claws102
8776
8777         * src/summaryview.c
8778                 summary_write_cache(): fixed the mark loss of hidden messages.
8779
8780 2002-04-26 [melvin]     0.7.4claws101
8781
8782         * src/procmsg.c
8783                 fixed a second typo (same one)
8784         * po/fr.po
8785           po/it.po
8786           po/pt_BR.po
8787                 fixed the type again...
8788
8789 2002-04-26 [melvin]     0.7.4claws100
8790
8791         * src/procmsg.c
8792                 fixed a typo in an alert message ("temorary").
8793         * po/it.po
8794         * po/pt_BR.po
8795                 corrected the typo  described above.
8796         * po/fr.po
8797                 updated French translation.
8798
8799 2002-04-26 [darko]      0.7.4claws99
8800
8801         * src/summaryview.c
8802                 fix target folder colorization
8803
8804 2002-04-25 [paul]       0.7.4claws98
8805
8806         * po/it.po
8807                 updated by Alessandro Maestri
8808
8809 2002-04-24 [colin]      0.7.4claws97
8810         
8811         * src/compose.c
8812                 Fixed double "subject is empty" question.
8813
8814 2002-04-23 [colin]      0.7.4claws96
8815         
8816         * src/mimeview.c
8817                 Corrected issue when "automatically display images" was
8818                 not set : first image remained after selecting second.
8819
8820 2002-04-23 [melvin]     0.7.4claws95
8821
8822         * src/prefs_actions.c
8823                 Don't display in/out dialog if there is nothing to show.
8824
8825 2002-04-23 [paul]       0.7.4claws94
8826
8827         * sync with 0.7.5cvs3
8828                 bug fixes: see ChangeLog entry 2002-04-23
8829
8830 2002-04-22 [darko]      0.7.4claws93
8831
8832         * src/compose.c
8833                 fix previous check-in which changed code after
8834                 merge from main
8835
8836 2002-04-22 [paul]       0.7.4claws92
8837
8838         * faq/de/*
8839                 add German FAQ
8840         * faq/en/*
8841           faq/es/*
8842           faq/fr/*
8843                 update English, Spanish and French FAQs
8844         * manual/de/*
8845           manual/es/*
8846                 add German and Spanish manuals
8847         * manual/en/*
8848           manual/fr/*
8849                 update English and French manuals
8850
8851         * src/Makefile.am
8852                 add to and re-arrange the pixmap entries
8853
8854 2002-04-22 [darko]      0.7.4claws91
8855
8856         * src/compose.c
8857                 fix sender initials recognition to only allow
8858                 '>' after the initials
8859
8860 2002-04-21 [paul]       0.7.4claws90
8861
8862         * sync with 0.7.5 release
8863                 see ChangeLog entry 2002-04-21
8864
8865 2002-04-21 [alfons]
8866
8867         * src/Makefile.am
8868                 add colin's new pixmaps to EXTRA_DIST
8869
8870 2002-04-21 [colin]      0.7.4claws89
8871         * src/compose.c
8872         * src/inc.c
8873         * src/mainwindow.[ch]
8874         * src/prefs_common.[ch]
8875         * src/stock_pixmap.[ch]
8876                 Added "Work offline" ability.
8877
8878 2002-04-21 [colin]      0.7.4claws88
8879         
8880         * src/mimeview.c
8881         * src/prefs_common.c
8882         * src/prefs_common.h
8883         * src/textview.c : Added an option to common preferences -> display
8884           to allow user not to automatically display images.
8885
8886 2002-04-21 [paul]       0.7.4claws87
8887
8888         * sync with 0.7.4cvs52
8889                 see ChangeLog entry 2002-04-21 (src/imap.c)
8890
8891 2002-04-21 [paul]       0.7.4claws86
8892
8893         * sync with 0.7.4cvs51
8894                 see ChangeLog entry 2002-04-21
8895
8896 2002-04-21 [paul]       0.7.4claws85
8897
8898         * sync with 0.7.4cvs49
8899                 see ChangeLog entries 2002-04-20 and 2002-04-21
8900
8901         * src/Makefile.am
8902                 clean up: remove old 'stock_' element from xpm 
8903                 filenames.
8904
8905 2002-04-21 [alfons]     0.7.4claws84
8906
8907         apply sync patch from Paul
8908
8909         * src/folderview.c
8910                 use old claws prefs_folder_item_create() for now
8911
8912 2002-04-19 [match]      0.7.4claws83
8913
8914         * src/addressbook.[ch]
8915         * src/addrharvest.[ch]
8916         * src/addrgather.[ch]
8917                 recurse folders.
8918         * src/mainwindow.c
8919         * src/summaryview.[ch]
8920                 change menu option.
8921
8922 2002-04-19 [paul]       0.7.4claws82
8923
8924         * po/pt_BR.po
8925                 updated by Fabio Junior Beneditto
8926
8927 2002-04-14 [alfons]     0.7.4claws81
8928
8929         * src/passphrase.c
8930                 add #include <sys/types.h> for mode_t and off_t 
8931
8932 2002-04-13 [paul]       0.7.4claws80
8933         
8934         * src/main.c
8935           src/passphrase.[ch]
8936           src/pgptext.c
8937           src/prefs_common.[ch]
8938           src/rfc2015.c
8939                 enable storing of GnuPG passphrase for the whole 
8940                 session or a user-defined number of minutes. patch 
8941                 submitted by Ravemax <ravemax@dextrose.com>
8942
8943 2002-04-13 [alfons]     0.7.4claws79
8944
8945         * src/textview.c
8946                 make email parser also stop scanning when encountering separators
8947                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8948
8949 2002-04-13 [paul]       0.7.4claws78
8950
8951         * sync with 0.7.4cvs39
8952                 see ChangeLog entry 2002-04-12
8953
8954 2002-04-11 [paul]       0.7.4claws77
8955
8956         * sync with 0.7.4cvs37
8957                 see ChangeLog entry 2002-04-11
8958
8959 2002-04-11 [paul]       0.7.4claws76
8960
8961         * COPYING 
8962                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8963                 the clause for OpenSSL). sync with sylpheed main
8964
8965 2002-04-09 [melvin]     0.7.4claws75
8966
8967         * src/compose.c
8968                 Made 'Ctrl-Enter' on send ignore some modifiers 
8969                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8970                 to bind other *-Enter (but not Alt-Enter).
8971
8972 2002-04-09 [paul]       0.7.4claws74
8973
8974         * sync with 0.7.4cvs35
8975                 see ChangeLog entries 2002-04-09
8976
8977 2002-04-08 [paul]       0.7.4claws73
8978
8979         * sync with 0.7.4cvs33
8980                 see ChangeLog entry 200-04-08
8981
8982 2002-04-07 [match]      0.7.4claws72
8983
8984         * src/addrharvest.[ch]
8985                 fixed to read all addresses in header, regardless
8986                 of header size. improved name parsing. accommodate
8987                 harvest from folders and selected message.
8988         * src/addritem.[ch]
8989                 included new address parsing function.
8990         * src/addrgather.[ch]
8991         * src/addressbook.[ch]
8992         * src/summaryview.[ch]
8993         * src/mainwindow.c
8994                 allow address harvest of folder as well as selected
8995                 messages.
8996
8997 2002-04-07 [paul]       0.7.4claws71
8998
8999         * src/esmtp.[ch]
9000           src/smtp.c
9001                 don't try to authenticate with CRAM-MD5 in SMTP when 
9002                 SMTP-AUTH enabled if MTA doesn't issue this 
9003                 auth-method in it's ehlo-response. bug item #531364,
9004                 patch item #938910. patch submitted by Colin Leroy 
9005                 <colin@colino.net>
9006
9007 2002-04-07 [paul]       0.7.4claws70
9008
9009         * src/nntp.c
9010                 fix missing MODE_READER bug. patch submitted by
9011                 Colin Leroy <colin@colino.net>
9012
9013 2002-04-07 [alfons]     0.7.4claws69
9014
9015         * src/matcher.[ch]
9016         * src/prefs_filtering.c
9017         * src/summaryview.c
9018                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9019                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9020
9021 2002-04-07 [paul]       0.7.4claws68
9022
9023         * sync with 0.7.4cvs32
9024                 see ChangeLog entry 2002-04-06
9025
9026         * tools/filter_conv.pl
9027                 more bug fixes
9028
9029 2002-04-06 [paul]       0.7.4claws67
9030
9031         * tools/filter_conv.pl
9032                 modify to be able to find the name of the first
9033                 mailbox and use that. main's filter does not
9034                 record the full path to the mailbox and therefore
9035                 can only filter to the first mailbox.
9036
9037 2002-04-05 [paul]       0.7.4claws66
9038
9039         * tools/filter_conv.pl
9040                 attempt to make the script all-encompassing and
9041                 be able to convert any main 'filter' rule thrown
9042                 at it
9043
9044 2002-04-05 [paul]       0.7.4claws65
9045
9046         * tools/filter_conv.pl
9047                 allow for collapsed folder trees
9048
9049 2002-04-05 [paul]       0.7.4claws64
9050
9051         * sync with 0.7.4cvs31
9052                 see ChangeLog entries 2002-04-05
9053
9054 2002-04-03 [paul]       0.7.4claws63
9055
9056         * sync with 0.7.4cvs29
9057                 see ChangeLog entries 2002-04-02 and 2002-04-03
9058
9059 2002-04-02 [paul]       0.7.4claws62
9060
9061         * sync with 0.7.4cvs26
9062                 see ChangeLog entry 2002-04-01
9063
9064 2002-04-02 [match]      0.7.4claws61
9065
9066         * src/pine.[ch]
9067         * src/importpine.[ch]
9068         * src/addressbook.c
9069                 import Pine address book.
9070
9071 2002-04-02 [match]      0.7.4claws60
9072
9073         * src/addrharvest.[ch]
9074                 improve address parsing of funky addresses.
9075
9076 2002-04-02 [darko]      0.7.4claws59
9077
9078         * src/compose.c
9079                 wrap on send improvements, it now recognizes quoted
9080                 initials as part of the quotation string, and it
9081                 does not join lines separated by CR
9082
9083 2002-04-01 [match]      0.7.4claws58
9084
9085         * src/mgutils.[ch]
9086                 added new functions.
9087         * src/mutt.[ch]
9088                 remove excessive duplicate address generation
9089                 on import.
9090
9091 2002-04-01 [alfons]     0.7.4claws57
9092         
9093         * src/summaryview.c
9094                 put back g_free() 
9095
9096 2002-04-01 [paul]       0.7.4claws56
9097
9098         * sync with 0.7.4cvs25
9099                 see ChangeLog entry 2002-04-01
9100
9101 2002-04-01 [alfons]     0.7.4aprilfool55
9102
9103         * src/summaryview.c
9104                 honour feature request item #537427 to allow for
9105                 displaying names from address book for sent mail also
9106
9107 2002-03-29 [paul]       0.7.4claws54
9108
9109         * src/mainwindow.c
9110           src/prefs_filtering.[ch]
9111           src/prefs_matcher.c
9112           src/summaryview.c
9113                 add 'fast filter' for claws' filtering,
9114                 /Tools/Create filter rule/... patch submitted
9115                 by Neill Miller <neillm@thecodefactory.org>
9116
9117 2002-03-29 [paul]       0.7.4claws53
9118
9119         * sync with 0.7.4cvs24
9120                 see ChangeLog entry 2002-03-29
9121
9122 2002-03-28 [paul]       0.7.4claws52
9123
9124         * sync with 0.7.4cvs23
9125                 see ChangeLog entry 2002-03-28
9126
9127 2002-03-27 [melvin]     0.7.4claws51
9128
9129         * src/prefs_actions.c
9130                 Added support to pass only one message part (as a
9131                 file) to the command using '%p'. No quotes are needed
9132                 because doubles quotes are automatically added.
9133                 Fixed bug where Sylpheed could block when waiting for
9134                 a child process to finish.
9135                 Changed the help menu to remove quotes around symbols to 
9136                 avoid misinterpretation (they must not be used).
9137
9138 2002-03-27 [melvin]     0.7.4claws50
9139
9140         * src/inc.c
9141                 Made the new mail notification command always 
9142                 execute asynchronously.
9143
9144 2002-03-27 [paul]       0.7.4claws49
9145
9146         * src/compose.c
9147                 fix bug introduced in last commit
9148
9149 2002-03-27 [paul]       0.7.4claws48
9150
9151         * sync with 0.7.4cvs21
9152                 see ChangeLog 2002-03-26 and 2002-03-27
9153
9154 2002-03-26 [hoa]        0.7.4claws47
9155
9156         * src/prefs_folder_item.c
9157                 really fixed the bug #516442 with folder rescan.
9158
9159 2002-03-26 [paul]       0.7.4claws46
9160
9161         * sync with 0.7.4cvs19
9162                 see ChangeLog entries 2002-03-25 and 2002-03-26
9163
9164 2002-03-25 [hoa]        0.7.4claws45
9165
9166         * src/matcher.c
9167         * src/mh.c
9168                 fix the bug #516442 with folder rescan.
9169
9170         * src/prefs_common.[ch]
9171         * src/compose.c
9172                 added an option to enable two different behaviours
9173                 for bounce.
9174
9175
9176 2002-03-25 [paul]       0.7.4claws44
9177
9178         * src/mainwindow.c
9179           src/selective_download.c
9180                 correct a few menuitem labels
9181
9182 2002-03-25 [christoph]  0.7.4claws43
9183
9184         * src/procmsg.c
9185                 fix non deleted tmp message in
9186                 procmsg_save_to_outbox
9187                 fix problems caused by sync with
9188                 main branch's procmsg_send_queue
9189
9190 2002-03-25 [paul]       0.7.4claws42
9191
9192         * src/quote_fmt.c
9193           src/quote_fmt_lex.l
9194           src/quote_fmt_parse.y
9195                 add Last name (%L) placeholder for quoting. 
9196                 patch submitted by Thorsten Thielen 
9197                 <thth@users.sourceforge.net>
9198
9199 2002-03-25 [paul]       0.7.4claws41
9200
9201         * src/utils.c
9202                 get full hostname. patch submitted by
9203                 Bob Woodside <rwoodside1@comcast.net>
9204
9205 2002-03-25 [paul]       0.7.4claws40
9206
9207         * src/account.c
9208           src/news.c
9209           src/nntp.[ch]
9210           src/prefs_account.[ch]
9211                 enable NNTP over SSL. patch submitted by
9212                 Pascal Jermini <pascal@infinity.hn.org>
9213
9214 2002-03-24 [paul]       0.7.4claws39
9215
9216         * src/prefs_common.c
9217                 make the arrangement of the Compose tab more
9218                 coherent
9219
9220         * src/mainwindow.c
9221                 fix some irregularities of style
9222
9223         * po/de.po
9224                 updated by Kilian Krause
9225
9226 2002-03-23 [paul]       0.7.4claws38
9227
9228         * po/pt_BR.po
9229                 updated by Fabio Junior Beneditto
9230
9231 2002-03-23 [paul]       0.7.4claws37
9232
9233         * src/mainwindow.c
9234                 move 'Gather addresses' to 'Tools' menu
9235                 make 'Selective download' sensitive
9236
9237 2002-03-23 [paul]       0.7.4claws36
9238
9239         * sync with 0.7.4cvs16
9240                 see ChangeLog entries 2002-03-23
9241
9242 2002-03-22 [christoph]  0.7.4claws35
9243
9244         * src/quote_fmt_parse.y
9245                 fix include program output
9246
9247 2002-03-22 [alfons]     0.7.4claws34
9248
9249         * src/pop.c
9250                 initialize GDate stack variable correctly (sorry!)
9251
9252 2002-03-22 [paul]       0.7.4claws33
9253
9254         * src/compose.c
9255           src/mainwindow.c
9256           src/prefs_actions.c
9257           src/prefs_common.c
9258                 rename 'Tool' to 'Tools'
9259
9260         * src/mainwindow.c
9261                 move 'Delete duplicated messages' from
9262                 'Message/' to 'Tools/'
9263                 re-arrange the order of 'Tools/' items
9264
9265 2002-03-22 [paul]       0.7.4claws32
9266
9267         * src/addr_compl.c
9268           src/addressbook.[ch]
9269                 auto-address completion now also matches on
9270                 Nickname. patch submitted by Bob Forsman 
9271                 <hammor@users.sourceforge.net>
9272
9273         * src/editaddress.c
9274                 correct a spelling mistake
9275
9276 2002-03-22 [alfons]     0.7.4claws31
9277
9278         * src/pop.c
9279                 fix getting uidl from incorrect string 
9280                 (spotted by Colin)
9281
9282 2002-03-21 [alfons]     0.7.4claws30
9283
9284         * src/pop.c
9285                 more code refactoring
9286                 plug mem leak introduced by delete on server
9287
9288 2002-03-21 [paul]       0.7.4claws29
9289
9290         * sync with 0.7.4cvs11
9291                 see ChangeLog entries 2002-03-20
9292
9293 2002-03-20 [alfons]     0.7.4claws28
9294
9295         * src/inc.c
9296                 apply Colin's patch and refactor
9297
9298 2002-03-20 [paul]       0.7.4claws27
9299
9300         * sync with sylpheed 0.7.4cvs9
9301                 see ChangeLog entry 2002-03-20
9302
9303 2002-03-19 [christoph]  0.7.4claws26
9304
9305         * src/mh.c
9306         * src/procmsg.[ch]
9307         * src/summaryview.c
9308                 revert changes for flag updates
9309                 (does not work correctly and no time to debug)
9310
9311 2002-03-20 [alfons]     0.7.4claws25
9312
9313         * src/pop.c
9314                 refactor should_delete() a little bit 
9315
9316 2002-03-19 [paul]       0.7.4claws24
9317
9318         * src/inc.[ch]
9319           src/pop.c
9320           src/prefs_account.[ch]
9321                 allow the user to leave downloaded mail on the 
9322                 server for n days. Patch submitted by Colin Leroy 
9323                 <colin@colino.net>
9324
9325 2002-02-19 [paul]       0.7.4claws23
9326
9327         * sync with sylpheed 0.7.4cvs8
9328                 see ChangeLog entries 2002-03-19
9329
9330 2002-03-18 [paul]       0.7.4claws22
9331
9332         * sync with sylpheed 0.7.4cvs6
9333                 see ChangeLog entry 2002-03-18
9334
9335 2002-03-18 [paul]       0.7.4claws21
9336
9337         * po/en_GB.po
9338                 add en_GB message catalogue
9339
9340         * src/mbox_folder.c
9341           src/prefs_account.c
9342           src/prefs_actions.c
9343                 correct a few spelling mistakes
9344
9345 2002-03-17 [alfons]     0.7.4claws20
9346
9347         * src/matcher.c
9348                 more stringent checks for NULL params when writing
9349                 filtering actions to a file
9350                 
9351 2002-03-17 [hoa]        0.7.3claws20
9352
9353         * src/news.c
9354                 fixed the count of new messages
9355
9356         * src/compose.c
9357                 fixed the "attachment properties" window
9358
9359 2002-03-17 [paul]       0.7.4claws19
9360
9361         * src/defs.h
9362           src/folder.h
9363           src/news.c
9364           src/prefs_account.[ch]
9365           src/procmsg.[ch]
9366           src/summaryview.c
9367                 automatically mark cross-posted messages as read 
9368                 and (optionally) give them a colour label
9369                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9370                 
9371
9372 2002-03-17 [paul]       0.7.4claws18
9373
9374         * sync with sylpheed 0.7.4cvs5
9375                 see ChangeLog entry 2002-03-17
9376
9377 2002-03-17 [melvin]     0.7.4claws17
9378         
9379         * src/textview.c
9380                 Worked around a gtktext 'bug': when searching for 
9381                 a text in a long message it was scrolling slowly
9382                 line by line until it hit the searched text.
9383         * po/fr.po
9384                 Updated French translation
9385
9386 2002-03-17 [melvin]     0.7.4claws16
9387
9388         * src/mainwindow.c
9389         * src/compose.c
9390         * src/prefs_actions.c
9391                 Moved "Edit/Actions" to "Tool/Actions"
9392                 Made mainwindow/compose window sensitive as soon as
9393                 no child process is running anymore even if the io dialog
9394                 is open.
9395                 Fixed a struct being initialized with a non constant char*
9396
9397 2002-03-16 [christoph]  0.7.4claws15
9398
9399         * configure.in
9400                 add --with-compiler-flags option
9401                 (only for developer hacking)
9402         * src/mh.c
9403         * src/procmsg.[ch]
9404         * src/summaryview.c
9405                 try to make folder-stats and flag handling more
9406                 independent from the summaryview. msgcounts
9407                 are only set when the folder is opened and
9408                 procmsg_msginfo_(un)set_flags will handle it
9409                 later and summaryview will get the values
9410                 from the folder.
9411
9412 2002-03-16 [paul]       0.7.4claws14
9413
9414         * src/messageview.c
9415                 fix Return-receipt. Patch submitted by Bob
9416                 Woodside <rwoodside1@comcast.net>
9417
9418 2002-03-16 [paul]       0.7.4claws13
9419
9420         * src/compose.c
9421                 fix 'dynamic' signatures, make it work again
9422                 broken during sync on 2002-03-14 (0.7.4claws2)
9423
9424 2002-03-15 [match]      0.7.4claws12
9425
9426         * src/addrharvest.[ch]
9427         * src/addrgather.[ch]
9428         * src/addressbook.[ch]
9429         * src/mainwindow.c
9430                 included address harvester feature. still some
9431                 issues with address parsing that I will fix.
9432
9433 2002-03-15 [match]      0.7.4claws11
9434
9435         * src/addrbook.[ch]
9436         * src/addrcache.[ch]
9437         * src/addressbook.[ch]
9438         * src/addrindex.c
9439         * src/editbook.c
9440         * src/importldif.c
9441         * src/importmutt.c
9442         * src/jpilot.[ch]
9443         * src/main.c
9444         * src/syldap.[ch]
9445         * src/vcard.[ch]
9446                 tidy up. fix memory leaks. moved attribs and methods
9447                 from individual interfaces to addrcache object. prep
9448                 for new stuff to come in.
9449
9450 2002-03-15 [alfons]     0.7.4claws10
9451
9452         * src/matcher.[ch]
9453         * src/matcher_parser_parse.y
9454         * src/matcher_parser_lex.l
9455         * src/prefs_matcher.c
9456                 add filtering conditions message greater than, smaller 
9457                 than, and exactly matching a size in bytes
9458                 (does not work with delete from POP3 server yet)
9459
9460                 this should also give others an idea what you should
9461                 do to add new criterions to claws filtering system
9462                 
9463
9464 2002-03-15 [paul]       0.7.4claws9
9465
9466         * tools/filter_conv.pl
9467                 exit if there are no filter rules to convert
9468                 rename filterrc to filterrc.old after completion
9469
9470 2002-03-15 [paul]       0.7.4claws8
9471
9472         * sync with sylpheed 0.7.4cvs3
9473                 see ChangeLog entry 2002-03-14
9474
9475 2002-03-14 [paul]       0.7.4claws7
9476
9477         * src/compose.c
9478                 clean up the last commit (ahem)
9479
9480 2002-03-14 [paul]       0.7.4claws6
9481
9482         * src/compose.c
9483                 fix bug #515655. honour account preferences
9484                 regarding gpg default signing/encryption when 
9485                 changing account from the compose window.
9486
9487 2002-03-14 [paul]       0.7.4claws5
9488
9489         * src/folderview.c
9490                 remove unnecessary curly brackets
9491
9492 2002-03-14 [paul]       0.7.4claws4
9493
9494         * src/folderview.c
9495           src/prefs_filtering.[ch]
9496                 add filter rename on folder rename and filter
9497                 delete on folder delete. Patch submitted by
9498                 Neill Miller <neillm@thecodefactory.org> 
9499
9500 2002-03-14 [christoph]  0.7.4claws3
9501
9502         * src/procmsg.c
9503         * src/send.c
9504                 fix local delivery
9505                 (patch submitted by "Simon 'corecode' Schubert")
9506         * src/prefs_common.c
9507         * src/procmsg.c
9508                 fix gcc 3.0 warning
9509
9510 2002-03-14 [paul]       0.7.4claws2
9511
9512         * sync with sylpheed 0.7.4cvs2
9513                 see ChangeLog entry 2002-03-13
9514
9515 2002-03-12 [darko]      0.7.4claws1
9516
9517         * src/mainwindow.c
9518                 fix what seems to be a copy and paste error
9519                 when setting color for important messages
9520                 (reported by wwp)
9521
9522 2002-03-11 [paul]       version 0.7.4claws released
9523
9524 2002-03-11 [paul]       0.7.4claws
9525
9526         * po/es.po
9527           po/it.po
9528           po/nl.po
9529           po/pt_BR.po
9530                 update message catalogs. Submitted by Ricardo Mones 
9531                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9532                 Fabio Junior Beneditto
9533
9534         * configure.in
9535           faq/Makefile.am
9536           faq/it/Makefile
9537           faq/it/sylpheed-faq*
9538           src/mainwindow.c
9539           src/manual.[ch]
9540                 add FAQ in Italian
9541         
9542
9543 2002-03-11 [jens]       0.7.3claws7
9544
9545         * po/de.po
9546                 updated German translation
9547
9548 2002-03-11 [melvin]     0.7.3claws6
9549
9550         * po/fr.po
9551                 updated and corrected French translation
9552
9553 2002-03-10 [hoa]        0.7.3claws5
9554
9555         * src/account.c
9556         * src/inc.c
9557         * src/prefs_account.c
9558         * src/procmsg.c
9559         * src/send.[ch]
9560                 fixed the local account.
9561                 you have to change the default "/usr/sbin/sendmail"
9562                 to "/usr/sbin/sendmail -t" in the preferences of
9563                 the local account.
9564
9565         * src/procmime.c
9566                 removed some debug display for renderer
9567
9568 2002-03-10 [paul]       0.7.3claws4
9569
9570         * faq/en/sylpheed-faq-1.html
9571           faq/en/sylpheed-faq-2.html
9572                 update
9573
9574 2002-03-09 [paul]       0.7.3claws3
9575
9576         * sync with sylpheed 0.7.4
9577                 see ChangeLog entry 2002-03-09
9578
9579 2002-03-08 [paul]       0.7.3claws2
9580
9581         * faq/en/sylpheed-faq*
9582           faq/es/sylpheed-faq*
9583           faq/fr/sylpheed-faq*
9584                 update the FAQs
9585
9586         * manual/fr/.cvsignore
9587           manual/fr/Makefilea.am
9588           manual/fr/sylpheed*
9589           src/mainwindow.c
9590           src/manual.[ch]
9591                 add the French manual
9592
9593 2002-03-07 [paul]       0.7.3claws1
9594
9595         * sync with sylpheed 0.7.3cvs4
9596                 see ChangeLog entries  2002-03-06 and 2002-03-07
9597         
9598         * po/nl.po
9599                 updated by Wilbert Berendsen
9600
9601 2002-03-07 [melvin]     0.7.2claws34
9602
9603         * src/selective_download.c
9604                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9605
9606 2002-03-06 [paul]       0.7.2claws33
9607
9608         * sync with sylpheed 0.7.3cvs1
9609                 bug fix, see ChangeLog entry 2002-03-05
9610
9611 2002-03-05 [paul]       0.7.2claws32
9612
9613         * src/mimeview.c
9614           src/pgptext.[ch]
9615           src/procmsg.c
9616                 reverse the pgp ascii-armored code implemented in 
9617                 0.7.2claws16. removal of this code until it matures.
9618                 this means that verifying ascii-armored pgp sigs and
9619                 automatic decryption of ascii-armored encrypted
9620                 messages no longer works.
9621
9622 2002-03-05 [paul]       0.7.2claws31
9623
9624         * configure.in
9625           Makefile.am
9626         * faq/Makefile.am
9627         * faq/en/Makefile.am
9628           faq/en/sylpheed-faq.html
9629           faq/en/sylpheed-faq-1.html
9630           faq/en/sylpheed-faq-2.html
9631           faq/en/sylpheed-faq-3.html
9632         * faq/es/Makefile.am
9633           faq/es/sylpheed-faq.html
9634           faq/es/sylpheed-faq-1.html
9635           faq/es/sylpheed-faq-2.html
9636           faq/es/sylpheed-faq-3.html
9637           faq/es/sylpheed-faq-4.html
9638         * faq/fr/Makefile.am
9639           faq/fr/sylpheed-faq.html
9640           faq/fr/sylpheed-faq-1.html
9641           faq/fr/sylpheed-faq-2.html
9642           faq/fr/sylpheed-faq-3.html
9643         * src/Makefile.am
9644           src/defs.h
9645           src/mainwindow.c
9646           src/manual.[ch]
9647                 add FAQs in English, Spanish and French
9648
9649
9650 2002-03-05 [paul]       0.7.2claws30
9651
9652         * manual/en/sylpheed.html
9653           manual/en/sylpheed-XX.html
9654                 updated the English manual
9655
9656 2002-03-05 [hoa]        
9657
9658         * src/summaryview.c
9659                 dialog box pops up if the article can't be deleted.
9660
9661 2002-03-04 [paul]       
9662         
9663         * po/pt_BR.po
9664                 updated by Fabio Junior Benedito
9665
9666 2002-03-04 [hoa]
9667
9668         * removed ac/gpgme.m4
9669                 to avoid autogen common problem
9670                 developers have to install gpgme development package now
9671
9672         * src/compose.c
9673                 encoding to 7bit or 8bit is enabled.
9674
9675 2002-03-03 [alfons]     0.7.2claws29
9676
9677         * src/pop.c
9678                 merge fix by Oliver Haertel for selective
9679                 download buglet
9680
9681 2002-03-03 [paul]       0.7.2claws28
9682         
9683         * sync with sylpheed 0.7.3
9684
9685 2002-03-03 [paul]       0.7.2claws27
9686
9687         * sync with sylpheed 0.7.2cvs24
9688                 see ChangeLog entries 2002-03-02 and 2002-03-03
9689
9690 2002-03-02 [melvin]     0.7.2claws26
9691
9692         * src/inc.[ch]
9693         * src/main.c
9694         * src/mainwindow.c
9695         * src/prefs_common.[ch]
9696                 Added user definable notification on new mail arrival.
9697                 Removed unused variables in spell checker prefs code.
9698
9699 2002-03-02 [melvin]     0.7.2claws25
9700
9701         * src/quote_fmt.c
9702                 Removed unnecessary escape sequences.
9703                 Changed 'Initial...' to 'Initials of Sender'
9704
9705 2002-03-02 [paul]       0.7.2claws24
9706
9707         * sync with sylpheed 0.7.2cvs22
9708                 see ChangeLog entry 2002-03-01
9709
9710 2002-03-01 [hoa]        0.7.2claws23
9711
9712         * src/mainwindow.c
9713                 Set sensitivity of delete actions to active
9714                 even if the folder is a newsgroup.
9715
9716         * src/summaryview.c
9717                 - Set sensitivity of delete actions
9718                 - Added function check_permission() that will check if the
9719                   user is authorized to delete a message. For news, it
9720                   will check if the author is the same.
9721                 - Enabled deletion when there is no trash folder.
9722
9723         * src/news.[ch]
9724                 - Added news_cancel_article() to cancel articles
9725                 - Implemented news_remove_message() (public function)
9726
9727 2002-03-01 [paul]       0.7.2claws22
9728
9729         * src/gtkutils.c
9730           src/textview.c
9731                 recognise urls that that don't include 'http://' and
9732                 simply begin 'www.' 
9733
9734         * AUTHORS
9735                 remove duplicated name
9736
9737 2002-02-28 [paul]       0.7.2claws21
9738
9739         * src/mainwindow.c
9740           src/summaryview.[ch]
9741                 add ability to 'Select thread'
9742                 combines Melvin's "Select thread's head" patch (#510907)
9743                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9744                 patch (#518514) 
9745
9746 2002-02-28 [paul]       0.7.2claws20
9747
9748         * src/mimeview.c
9749                 hopefully fix segfault on right-clicking a mime part
9750                 that some people have experienced.      
9751                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9752
9753 2002-02-28 [paul]       0.7.2claws19
9754
9755         * sync with sylpheed 0.7.2cvs21
9756                 see ChangeLog entries 2002-02-27 and 2002-02-28
9757
9758 2002-02-27 [paul]       0.7.2claws18
9759
9760         * sync with sylpheed 0.7.2cvs18
9761                 see ChangeLog entries 2002-02-26 and 2002-02-27
9762
9763 2002-02-26 [alfons]     0.7.2claws17
9764
9765         * src/procheader.c
9766                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9767                 (spotted by Chris Hessman <idatech@gmx.net>)
9768
9769 2002-02-26 [paul]       0.7.2claws16
9770
9771         * src/mimeview.c
9772           src/pgptext.[ch]
9773           src/procmsg.c
9774                 make decryption of ascii-armored pgp encrypted messages
9775                 and verification of ascii-armored signatures work again.
9776                 slightly altered from the patch by Jens Jahnke 
9777                 <jan0sch@gmx.net>
9778
9779                 ##FIX ME##
9780                 * the checking of plaintext signatures always comes up in 
9781                   a popup box
9782                 * it doesn't work for multipart messages 
9783                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9784                   including the msg headers and these 2 line themselves, are 
9785                   not displayed
9786
9787         * src/mainwindow.c
9788                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9789                 "View/Message View" becomes "View/Separate Message View"
9790                 because its less ambiguous.
9791
9792         * po/es.po
9793                 updated by Ricardo Mones Lastra
9794
9795 2002-02-26 [paul]       0.7.2claws15
9796
9797         * sync with sylpheed 0.7.2cvs17
9798                 see ChangeLog entries 2002-02-25 and 2002-02-26
9799
9800 2002-02-25 [christoph]  0.7.2claws14
9801
9802         * src/filtering.[ch]
9803         * src/inc.c
9804                 do filtering stuff after all messages have been received
9805                   1. drop all messages to .processing
9806                   2. scan processing folder for messages
9807                   3. filter messages or move to inbox
9808                 this will also find old messages left in processing after
9809                 a crash or something like that and we get a real msginfo
9810                 from folder->get_msg_list and do not have to create our
9811                 own in filter_message
9812         * src/matcher_parser_parse.y
9813                 remove MIX/MAX warning (reordered includes)
9814
9815 2002-02-25 [paul]       0.7.2claws13
9816
9817         * sync with sylpheed 0.7.2cvs15
9818                 see ChangeLog entry 2002-02-24
9819
9820 2002-02-24 [alfons]     0.7.2claws12
9821
9822         * src/filtering.c
9823                 clear old color flags first when applying a new color to
9824                 a message info. 
9825                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9826
9827 2002-02-24 [alfons]     0.7.2.claws11
9828         
9829         * AUTHORS
9830         * src/prefs_common.c
9831                 add presets for Opera and Konqueror, closes patch #517261,
9832                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9833
9834 2002-02-24 [alfons]     0.7.2.claws10
9835
9836         * AUTHORS
9837         * src/summaryview.c
9838                 fix threading for null message ids, closes patch #521601,
9839                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9840
9841 2002-02-24 [alfons]     0.7.2claws9
9842
9843         * src/summaryview.c
9844         * src/filtering.c
9845                 make Tool | Filter Message work with filtering system so
9846                 setting flags also works
9847
9848                 TODO:
9849
9850                 - Processing uses the same function as Tool | Filter
9851                   Message, but doesn't use the same update proc yet
9852
9853 2002-02-23 [paul]       0.7.2claws8
9854
9855         * sync with sylpheed 0.7.2cvs14
9856                 see ChangeLog entries 2002-02-22 and 2002-02-23
9857
9858 2002-02-22 [christoph]  0.7.2claws7
9859
9860         * src/quote_fmt.c
9861                 Add column space to table
9862         * src/quote_fmt_parse.y
9863                 Close files
9864
9865 2002-02-22 [paul]       0.7.2claws6
9866
9867         * src/Makefile.am
9868           src/defs.h
9869           src/filtering.c
9870           src/inc.[ch]
9871           src/mainwindow.c
9872           src/matcher.[ch]
9873           src/matcher_parser_lex.l
9874           src/matcher_parser_parse.y
9875           src/pop.[ch]
9876           src/prefs_account.h
9877           src/prefs_filtering.c
9878           src/selective_download.[ch]   *** NEW FILES ***
9879           src/utils.[ch]
9880           po/POTFILES.in
9881                 Selective Download added to 'Tool' menu. 
9882                 Retrieves email headers of the currently selected pop3 
9883                 account and allows the user to mark emails for deletion 
9884                 right on the pop3 server. Patch submitted by Oliver Haertel 
9885                 <oha@users.sourceforge.net>.
9886         
9887         * po/POTFILES.in
9888                 add 'src/quote_fmt.c'           
9889
9890 2002-02-22 [christoph]  0.7.2claws5
9891
9892         * src/Makefile.am
9893                 added quote_fmt.c
9894         * src/prefs_common.[ch]
9895         * src/prefs_template.c
9896         * src/quote_fmt.c               *** NEW FILE ***
9897         * src/quote_fmt.h
9898                 move quote format symbol description code
9899                 to it's own file because it is used from
9900                 differnent code parts
9901                 Rewrote symbol description GUI
9902                   + use table
9903                   + add separators
9904                   + get data from array (no more long constant strings)
9905         * src/quote_fmt_lex.l
9906         * src/quote_fmt_parse.y
9907                 Symbol for Literal % changed to \% instead of %%
9908                 (More logical as \ is used for quoting for other symbols)
9909                 Add |f and |p to include files and program output
9910                 Examples:
9911                     |f{/home/.../.signature}
9912                     |p{date}
9913         * po/de.po
9914                 Correct wrong spelling for "Referenzen"
9915
9916 2002-02-21 [paul]       0.7.2claws4
9917
9918         * src/procmsg.c
9919                 forgotten during sync
9920
9921 2002-02-21 [paul]       0.7.2claws3
9922
9923         * sync with sylpheed 0.7.2cvs11
9924                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9925                 2002-02-20 and 2002-02-21
9926
9927 2002-02-20 [melvin]     0.7.2claws2
9928
9929         * src/prefs_actions.c
9930                 Added error report when child cannot fork or when execvp 
9931                 returns with an error.
9932
9933 2002-02-19 [christoph]  0.7.2claws1
9934
9935         * src/codeconv.c
9936                 return unconverted text if conde conversion is not possible
9937                 when libjconv is used.
9938                 (patch submitted by "Simon 'corecode' Schubert")
9939
9940 2002-02-19 [paul]       
9941
9942         * version 0.7.2claws release
9943
9944 2002-02-19 [paul]       0.7.2claws
9945
9946         * po/nl.po
9947                 updated by Wilbert Berendsen
9948
9949
9950 2002-02-18 [alfons]     0.7.1claws13
9951
9952         * src/syldap.c
9953         * src/jpilot.c
9954                 remove references to dlfcn and explicitly loading functions
9955                 from dynalink libs, because libs linked anyway, and functions
9956                 are loaded explicitly
9957
9958 2002-02-17 [melvin]     0.7.1claws12
9959
9960         * src/prefs_actions.c
9961                 Replaced children wait loop with double fork technique.
9962                 Now, input/output window updated at each new output.
9963                 free_children(): Fixed a memory leak.
9964                 Made input/output window non closable if running children
9965                 still exist.
9966                 Added missing <unistd.h> include.
9967                 Added some --debug outputs.
9968
9969 2002-02-17 [melvin]     0.7.1claws11
9970
9971         * src/summaryview.c
9972                 Fixed bug where descending sort order did not select top
9973                 message.
9974
9975 2002-02-17 [melvin]     0.7.1claws10
9976
9977         * acconfig.h
9978                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9979         * src/prefs_common.c
9980                 Pspell data package directory no more hard coded but
9981                 set during configuration (PSPELL_PATH). (Thanks to 
9982                                 Gustavo Noronha Silva.)
9983
9984 2002-02-17 [melvin]     0.7.1claws9
9985
9986         * configure.in
9987                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9988         * src/gtkspell.c
9989                 Fixed compile-time warnings.
9990
9991 2002-02-16 [alfons]     0.7.1claws8
9992
9993         * src/filesel.c
9994                 fix inadvertent free of NULL pointer which caused
9995                 sylpheed to crash when closing the save-as dialog
9996                 using the window close button
9997
9998 2002-02-16 [carsten]    0.7.1claws7
9999         * src/mainwindow.[ch]
10000           src/summaryview.c
10001           src/prefs_common.c
10002                 fixes for pixmap theming code:
10003                         - recently changed mail attributes shouldn't get
10004                           lost any longer
10005                         - theme is only reloaded iff another theme was
10006                           selected
10007
10008 2002-02-16 [paul]       0.7.1claws6
10009
10010         * sync with sylpheed 0.7.2 release
10011                 see ChangeLog entry 2002-02-15 and 2002-02-16
10012
10013 2002-02-15 [paul]       0.7.1claws5
10014
10015         * sync with sylpheed 0.7.1cvs9
10016                 see ChangeLog entry 2002-02-15
10017
10018         * po/POTFILES.in
10019                 remove unneeded headerwindow.c entry
10020
10021 2002-02-14 [carsten]    0.7.1claws4
10022         * src/summaryview.c
10023                 fixed a bug for "Go to next unread message": there was
10024                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10025                 in the prefs, because of doing "Search again" instead
10026                 "No"
10027
10028 2002-02-14 [carsten]    0.7.1claws3
10029         * src/stock_pixmap.c
10030                 removed 2 more mem leaks; following memprof,
10031                 this code is "leak free" now :)
10032
10033 2002-02-14 [carsten]    0.7.1claws2
10034         * src/stock_pixmap.c
10035                 used opendir/readdir/closedir instead of scandir
10036                 -> code should work now on Solaris
10037
10038 2002-02-14 [paul]       0.7.1claws1
10039
10040         * sync with sylpheed 0.7.1cvs8
10041                 see ChangeLog entries 2002-02-13 and 2002-02-14
10042
10043         * README.claws
10044                 add some description of Actions and Pixmap Themes
10045
10046 2002-02-13 [paul]       
10047
10048         * version 0.7.1claws release
10049
10050 2002-02-13 [paul]       0.7.1claws
10051
10052         * po/es.po
10053           po/it.po
10054           po/pt_BR.po
10055                 updated translations, submitted by Ricardo Mones Lastra,
10056                 Alessandro Maestri and Fabio Junior Beneditto
10057
10058 2002-02-13 [melvin]     0.7.0claws75
10059
10060         * src/prefs_actions.c
10061                 Added missing "signal.h" include
10062
10063 2002-02-13 [melvin]     0.7.0claws74
10064
10065         * src/prefs_folder_item.c
10066                 Added missing "config.h" include
10067         * po/fr.po
10068                 Updated French translation for folder propriety.
10069
10070 2002-02-13 [jens]       0.7.0claws73
10071
10072         * po/POTFILES.in
10073                 Added missing src/prefs_folder_item.c [log added by melvin]
10074         * po/de.po
10075                 Updated German translation.
10076
10077 2002-02-13 [melvin]     0.7.0claws72
10078
10079         * po/fr.po
10080                 Updated French translation.
10081
10082 2002-02-13 [melvin]     0.7.0claws71
10083
10084         * src/gtkutils.c
10085                 Made gtkut_editable_get_selection return NULL if selection
10086                 is of length zero.
10087                 This fixes a bug where selecting part of message A then
10088                 switching to message B and replying to it will not
10089                 quote the message's body.
10090
10091 2002-02-12 [paul]       0.7.0claws70
10092
10093         * src/mainwindow.c
10094                 cosmetic, relating to pixmap themes: on toolbar make 
10095                 updating of 'Exec' and 'Compose news/Compose email'
10096                 icons faster.
10097
10098 2002-02-12 [carsten]    0.7.0claws69
10099         * src/folderview.c
10100           src/mainwindow.[ch]
10101           src/stock_pixmap.c
10102           src/summaryview.c
10103           src/prefs_common.c
10104                 - refreshing after changing pixmap theme better
10105                   now (thanks Paul)
10106                 - wanted to remove some mem leaks, but alfons was
10107                   faster (and had the better solution ;)
10108
10109 2002-02-12 [alfons]     0.7.0claws68
10110
10111         * src/prefs_common.c
10112         * src/stock_pixmap.[ch]
10113                 plug mem leaks, refactor code a little bit
10114
10115
10116 2002-02-12 [sergey]     0.7.0claws67
10117
10118         * src/imap.c
10119                 Fixed problem with copying messages to IMAP folders when the
10120                 server uses something other than '/' as a namespace separator
10121                 (cyrus-imapd uses '.').
10122
10123 2002-02-12 [jens]       0.7.0claws66
10124
10125         * po/de.po
10126                 Updated German Translation
10127
10128 2002-02-12 [paul]       0.7.0claws65
10129
10130         * sync with sylpheed 0.7.1cvs1
10131                 see ChangeLog entry 2002-02-12
10132
10133 2002-02-12 [melvin]     0.7.0claws64
10134
10135         * src/prefs_actions.c
10136                 Fixed "feature" where children's output was duplicated 
10137                 instead of refreshed while monitoring.
10138                 Removed some debug code.
10139
10140 2002-02-12 [christoph]  0.7.0claws63
10141
10142         * src/compose.c
10143                 always delete message from queue after sending/send error
10144                 (closes bug #509601)
10145
10146 2002-02-12 [melvin]     0.7.0claws62
10147
10148         * src/prefs_actions.c
10149                 Children wait loop is now triggered with a timeout of 1s
10150                 Added %F which is replaced with the list of filenames 
10151                 of all selected messages (as suggested by Ricardo Mones Lestra)
10152                 Pipe syntax changed. Prefix with | to send selection, postfix
10153                 with | to retrieve output. Prefix with > or * to send
10154                 user definable input to the command (*: input is hidden)
10155                 Old pipe action should now be postfixed with |, too.
10156
10157 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10158         * src/stock_pixmap.c
10159                 fixed a bug: if there's no theme directory don't
10160                 throw an error, just do "nothing" (thanks Alfons)
10161
10162 2002-02-12 [carsten]    0.7.0claws60
10163         * src/folderview.c
10164           src/summaryview.c
10165                 had to write the cache twice (nasty!); some marks would 
10166                 get lost if not
10167
10168 2002-02-11 [carsten]    0.7.0claws59
10169         * acconfig.h
10170           configure.in
10171           doc-src/maintainer_guide.txt
10172           src/compose.[ch]
10173           src/defs.h
10174           src/folderview.[ch]
10175           src/gtkutils.[ch]
10176           src/mainwindow.[ch]
10177           src/prefs_common.[ch]
10178           src/stock_pixmap.[ch]
10179           src/summaryview.[ch]
10180                 pixmap theming and related work on pixmap
10181                 handling on some other places
10182                 (e.g. hrm features for all folder)
10183           src/pixmap/stock_*.xpm -> the stock_ was removed
10184         
10185 2002-02-11 [paul]       0.7.0claws58
10186
10187         * sync with sylpheed 0.7.1 release
10188                 see ChangeLog entries 2002-02-11
10189
10190 2002-02-08 [paul]       0.7.0claws57
10191
10192         * sync with sylpheed 0.7.0cvs39
10193                 see ChangeLog entry 2002-02-07 (last entry) 
10194
10195         * src/prefs_actions.c
10196           src/prefs_filtering.c
10197           src/prefs_matcher.c
10198           src/prefs_scoring.c
10199                 sync: made it compile with C compilers other than gcc
10200
10201 2002-02-07 [paul]       0.7.0claws56
10202
10203         * sync with sylpheed 0.7.0cvs38
10204                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10205                 2002-02-07
10206
10207 2002-02-07 [darko]      0.7.0claws55
10208
10209         * src/gtkutils.[ch]
10210         * src/summaryview.c
10211                 Fix const gchar */gchar * issue (thanks Hiro)
10212
10213 2002-02-07 [darko]      0.7.0claws54
10214
10215         * src/compose.[ch]
10216         * src/filtering.c
10217         * src/gtkutils.[ch]
10218         * src/prefs_template.c
10219         * src/quote_fmt.h
10220         * src/quote_fmt_parse.y
10221         * src/summaryview.c
10222         * src/utils.[ch]
10223                 When replying or forwarding an email don't quote the entire
10224                 mail body but use the part of the message text that is selected
10225
10226 2002-02-06 [melvin]     0.7.0claws53
10227
10228         * src/prefs_common.[ch]
10229         * src/gtkspell.[ch]
10230         * src/compose.c
10231                 Made possible to switch quickly to last used dictionary
10232                 which makes checking bilingual documents easier.
10233
10234 2002-02-06 [melvin]     0.7.0claws52
10235         
10236         * po/POTFILES.in
10237                 Added forgotten new file src/prefs_actions.c
10238
10239 2002-02-06 [melvin]     0.7.0claws51
10240
10241         * src/prefs_actions.c   ** NEW FILE **
10242         * src/prefs_actions.h   ** NEW FILE **
10243                 Added actions to execute on message text view, or on the
10244                         message's file.
10245         * src/Makefile.am
10246                 Added src/prefs_actions.[ch]
10247         * src/compose.c
10248                 Added new menu "Edit/Actions"
10249         * src/defs.h
10250                 Added new actionsrc file.
10251         * src/main.c
10252                 Added actionsrc reading.
10253         * src/mainwindow.c
10254                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10255         * src/prefs_common.h
10256                 Added new element actionslst element to prefs_common.
10257
10258 2002-02-06 [paul]       0.7.0claws50
10259
10260         * sync with sylpheed 0.7.0cvs36
10261                 see ChangeLog entry 2002-02-06
10262
10263 2002-02-05 [paul]
10264
10265         * po/es.po
10266                 updated by Ricardo Mones Lastra
10267
10268 2002-02-05 [paul]       0.7.0claws49
10269
10270         * sync with sylpheed 0.7.0cvs33
10271                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10272
10273 2002-02-05 [paul]       0.7.0claws48
10274
10275         * src/compose.c
10276                 re-add 'Edit/Advanced/Delete entire line', previously named
10277                 'Delete Line+'
10278
10279 2002-02-04 [paul]       0.7.0claws47
10280
10281         * src/compose.c
10282           src/summaryview.c
10283                 fix bug #494993 (Reply All not taking Reply-To into consi)
10284                 eliminate differences in behaviour of right-click 'Reply to all' 
10285                 in summary view and 'Reply to all' on the toolbar. 
10286                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10287                 view and From gets ignored by 'Reply to all' on toolbar.
10288                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10289                 From when no Reply-To header is present.
10290
10291 2002-02-04 [paul]       0.7.0claws46
10292
10293         * sync with sylpheed 0.7.0cvs30
10294                 see ChangeLog entries 2002-02-03 and 2002-02-04
10295
10296 2002-02-03 [melvin]     0.7.0claws45
10297
10298         * src/gtkspell.[ch]
10299                 Readded function to highlight all misspelled words.
10300                 Fixed bug where user-provided-words did not replace
10301                         correctly the misspelled word when using the mouse.
10302                 Fixed bug where checking a region selected from right to left did
10303                         not check the region at all.
10304                 Fixed bug where 'Check backwards' may not check at all. 
10305                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10306                 Fixed possible buffer overflow when checking for long strings (>1k).
10307                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10308                 Accelerators code uses now gtk_widget_add_accel.
10309                 Removed and disabled obsolete and unfinished code.
10310                 Cleaning up.
10311
10312         * src/compose.c
10313                 Added menu item to Highlight all misspelled words.
10314
10315 2002-02-01 [paul]       0.7.0claws44
10316
10317         * src/mainwindow.c
10318                 fix '/View/Hide read messages' sensitivity when all
10319                 messages in a folder are hidden
10320
10321 2002-02-01 [paul]       0.7.0claws43
10322
10323         * src/main.c
10324                 add --send option to command line interface, sends all
10325                 queued mail. Patch submitted by Ricardo Mones Lastra.
10326
10327 2002-01-31 [paul]       0.7.0claws42
10328
10329         * src/mainwindow.c
10330                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10331
10332 2002-01-31 [paul]       0.7.0claws41
10333
10334         * sync with sylpheed 0.7.0cvs27
10335                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10336                 and 2002-01-31
10337
10338         * src/textview.c
10339                 comment out elements of textview_show_part() as temporary
10340                 workaround for attachment 'Display as text' bug 
10341
10342         * po/pt_BR.po
10343                 updated by Fabio Junior Beneditto
10344
10345 2002-01-30 [paul]       0.7.0claws40
10346
10347         * sync with sylpheed 0.7.0cvs24
10348                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10349                 and 2002-01-30
10350
10351         * src/compose.c
10352                 add {N_("/_Spelling"), ... "<Branch>"} to 
10353                 GtkItemFactoryEntry compose_entries[]
10354
10355         * src/prefs_common.c
10356                 add claws menu items to prefs_keybind_apply_clicked()
10357                 and remove non-claws menu items
10358
10359 2002-01-29 [paul]       0.7.0claws39
10360
10361         * sync with sylpheed 0.7.0cvs22
10362                 see ChangeLog entries 2002-01-28 and 2002-01-29
10363
10364 2002-01-28 [melvin]     0.7.0claws38
10365
10366         * src/compose.c
10367                 Added the declartion of compose_send_control_enter.
10368
10369         * src/compose.c
10370         * src/gtkspell.[ch]
10371                 Added in a 'Spelling' menu which includes the configuration menu. 
10372                 Added a real 'Check all' and got rid from the old one which only
10373                 highlited misspelled word.
10374                 Made 'Check while typing' a disableable option.
10375                 Added a dialog when there are no more misspelled word.
10376                 Added a dialog if error occurs when switching to a dictionary.
10377         
10378         * src/prefs_common.[ch]
10379                 Added option for the default 'Check while typing' option.
10380
10381
10382 2002-01-28 [alfons]     0.7.0claws37
10383
10384         * src/compose.c
10385                 fix buglet and make code comply with sylpheed code style
10386
10387 2002-01-28 [paul]       0.7.0claws36
10388
10389         * sync with sylpheed 0.7.0cvs19
10390                 see ChangeLog entries for 2002-01-28
10391
10392 2002-01-28 [hoa]        0.7.0claws35
10393
10394         * src/defs.h
10395                 added rendererrc
10396
10397         * src/main.c
10398                 read the renderer config
10399
10400         * src/procmime.[ch]
10401                 use the renderer config to convert mime attachments
10402
10403         * src/textview.c
10404                 don't use textview_show_html/ertf,
10405                 use get_text_content instead
10406
10407 2002-01-27 [alfons]     0.7.0claws34
10408         
10409         * src/news.c
10410                 make sylpheed believe it can delete a news message...
10411                 (messages are NOT deleted, maybe we should remove
10412                 processing from the folder properties after all.)
10413
10414 2002-01-27 [alfons]     0.7.0claws33
10415
10416         * src/folder.c
10417                 add extra checks
10418         * src/news.c
10419                 implement remove_msg() 
10420
10421 2002-01-27 [alfons]     0.7.0claws32
10422
10423         * src/procmsg.h
10424         * src/procheader.c
10425         * src/messageview.c
10426                 fix return receipt / disposition notification again. this
10427                 stuff seems to break on _every_ major summary UI change, so
10428                 it's now implemented using a flag which is saved in the
10429                 marks cache
10430                 
10431 2002-01-26 [alfons]     0.7.0claws31
10432
10433         * src/import.c
10434                 let import dialog show the destination folder identifier
10435
10436 2002-01-26 [melvin]     0.7.0claws30
10437
10438         * src/folderview.c
10439         * src/summaryview.c
10440                 Readded 'Mark all read' into summary view popup menu
10441                 Added 'Mark all read' in folder view popup menu for IMAP
10442                 and NNTP.
10443                 Made it insensitive if the selected folder is not the shown
10444                 one to avoid 'Mark all read' on the wrong folder.
10445                 
10446 2002-01-26 [paul]       0.7.0claws29
10447
10448         * src/folderview.c
10449           src/summaryview.c
10450                 move 'Mark all read' from summary view to folder view
10451                 menu. (adapted from) patch submitted by Jeremy Andrews,
10452                 <lists@kerneltrap.com>
10453
10454 2002-01-25 [alfons]     0.7.0claws28
10455
10456         * src/gtkstext.c
10457                 put the gtk class name back so GtkSText adapts the 
10458                 settings of GtkText
10459
10460 2002-01-25 [alfons]     0.7.0claws27
10461
10462         * src/folderview.c 
10463                 assimilate Ricardo's patch that shows pixmaps instead of
10464                 plain "new" and "unread" texts in the folder view column
10465                 headers 
10466
10467 2002-01-25 [paul]       0.7.0claws26
10468
10469         * src/Makefile.am
10470                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10471                 be found in non-standard locations. 
10472                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10473
10474 2002-01-25 [paul]       0.7.0claws25
10475
10476         * sync with sylpheed 0.7.0cvs16
10477                 see ChangeLog entry 2002-01-25
10478
10479 2002-01-24 [paul]       0.7.0claws24
10480
10481         * more sync with sylpheed 0.7.0cvs15
10482                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10483
10484 2002-01-23 [sergey]     0.7.0claws23
10485
10486         * src/importldif.c
10487                 Fixed segfault when closing LDIF import wizard with
10488                 the window manager.
10489         * src/imageview.c
10490         * src/imageview.h
10491         * src/messageview.c
10492         * src/mimeview.c
10493                 Fixed wrong scrolling position after switching between
10494                 text and image parts.
10495
10496 2002-01-23 [paul]       0.7.0claws22
10497
10498         * sync with sylpheed 0.7.0cvs15
10499                 see ChangeLog entries 2002-01-22 and 2002-01-23
10500
10501 2002-01-21 [melvin]     0.7.0claws21
10502
10503         * src/prefs_scoring.c
10504         * src/prefs_filtering.c
10505                 Fixed bug where scoring and filtering windows stopped
10506                 autochecking.
10507
10508 2002-01-21 [paul]       0.7.0claws20
10509
10510         * sync with sylpheed 0.7.0cvs12
10511                 see ChangeLog entries 2002-01-20 and 2002-01-21
10512
10513 2002-01-21 [carsten]    0.7.0claws19
10514         * src/mainwindow.c
10515         * src/menu.[ch]
10516         * src/messageview.[ch]
10517         * src/summaryview.[ch]
10518                 changes to shortcuts handling again:
10519                         + "Q" now controled by mainwin
10520                         + v/V are now customizable and have slightly
10521                           different meanings
10522                 the "button" to minimize the messageview (and maximize
10523                 the summary view) is a real button now
10524         * src/compose.c
10525                 "Delete Line+" added to Edit/Advanced (this will also
10526                 delete the '\n')
10527
10528 2002-01-20 [melvin] 0.7.0claws18
10529
10530         * src/addressbook.c
10531                 Made "Bcc" sensitive when addressbook is called from
10532                 compose window (it was a Claws only bug).
10533
10534 2002-01-19 [alfons] 0.7.0claws17
10535
10536         * src/inc.c
10537                 prevent unnecessary updates when currently selected folder has
10538                 no new messages 
10539
10540 2002-01-19 [alfons] 0.7.0claws16
10541         
10542         * src/summaryview.c
10543                 prevent writing the cache based on current message list in summary 
10544                 view when filtering also put messages in currently selected folder
10545
10546 2002-01-19 [paul]
10547
10548         * po/it.po
10549                 Italian translation submitted by Alessandro Maestri
10550                 <a.maestri@cs.tin.it>
10551
10552 2002-01-18 [melvin]     0.7.0claws15
10553
10554         * src/prefs_filters.c
10555                 fixed bug where 'cancel' from 'filters' window stops autochecking
10556                 if the timer timed out  when the window was open.
10557
10558 2002-01-18 [match]      0.7.0claws14
10559
10560         * src/addrclip.[ch]     ** NEW FILE **
10561         * src/addrselect.[ch]   ** NEW FILE **
10562         * src/adbookbase.h      ** NEW FILE **
10563                 addressbook cut, copy and paste
10564         * src/addrbook.[ch]
10565         * src/addrcache.[ch]
10566         * src/addressitem.h
10567         * src/addrindex.[ch]
10568         * src/addritem.[ch]
10569         * src/importldif.c
10570         * src/importmutt.c
10571         * src/jpilot.[ch]
10572         * src/syldap.[ch]
10573         * src/vcard.[ch]
10574         * src/jpilot.[ch]
10575         * src/editbook.c
10576         * src/editjpilot.c
10577         * src/editldap.c
10578         * src/editvcard.c
10579                 support for copy/paste
10580         * src/addressbook.c
10581                 support for copy/paste
10582                 tidy up menu option processing
10583                 correct address list function arguments
10584         * src/editaddress.c
10585                 sort user attributes
10586         * src/ldif.h
10587         * src/mutt.h
10588                 tidy up
10589
10590         * src/addrbook.[ch]
10591         * src/addrbook.[ch]
10592         * src/addrbook.[ch]
10593                 
10594
10595 2002-01-18 [paul]       0.7.0claws13
10596
10597         * sync with sylpheed 0.7.0cvs8
10598                 configure.in: support Mac OS X (Darwin)
10599
10600 2002-01-18 [carsten]    0.7.0claws12
10601         * src/html.c
10602                 small hack to fix a segfault with an empty href
10603                 (reported by Alexandra Walford <deeni@altern.org>)
10604         * src/mainwindow.c
10605         * src/summaryview.c
10606                 the shortcuts for Mark und Mark as unread are hardcoded
10607                 again
10608         * src/compose.c
10609         * src/gtkstext.[ch]
10610                 readded the shortcuts in gtkstext but made them
10611                 customizeable (simply by adding a menu plus a wrapper
10612                 to compose.c)
10613
10614 2002-01-17 [melvin]     0.7.0claws11
10615
10616         * src/gtkspell.c
10617                 fix default dictionary not being saved.
10618
10619 2002-01-16 [darko]      0.7.0claws10
10620
10621         * src/compose.c
10622                 fix wrapping crash with URL longer than wrapping margin
10623
10624 2002-12-08 [hoa]        0.7.0claws10
10625
10626         * src/matcher_parser_parse.y
10627                 fixed some bugs
10628
10629         * src/prefs_filtering.c
10630                 now, we can use bounce action in the dialog box.
10631
10632 2002-01-16 [carsten]    0.7.0claws9
10633         * src/gtkstext.c
10634                 removed the <control> and <alt> shortcuts because they're
10635                 not needed and interefered with the "normal" shortcuts
10636         * src/mainwindow.c
10637         * src/summaryview.c
10638                 removed most of the hardcoded shortcuts and assigned
10639                 them to menu entries making them easy customizable by
10640                 that
10641
10642 2002-01-16 |melvin]     0.7.0claws8
10643
10644         * src/gtkspell.c
10645                 fixed bug where using the mouse and when the compose
10646                 window is not on top may result in a crash.
10647
10648 2002-01-16 [melvin]     0.7.0claws7
10649
10650         * src/compose.c
10651                 fixed a long standingspell checker bug which could 
10652                 cause a crash after sending a message.
10653
10654 2002-01-16 [paul]       0.7.0claws6
10655
10656         * sync with sylpheed 0.7.0cvs7
10657                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10658                 2002-01-15, and 2002-01-16
10659
10660 2002-01-16 [melvin]     0.7.0claws5
10661
10662         * README.claws
10663         * src/compose.c
10664         * src/gtkspell.[ch]
10665         * src/main.c
10666                 Heavily modified spell checker code to work around
10667                 ispell bug, to add keyboard shortcuts and for future
10668                 enhancements. See README.claws for usage information.
10669
10670 2002-01-15 [alfons]     0.7.0claws4
10671         
10672         * src/summaryview.c
10673                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10674                 so sorting within threads reflects sort mode
10675
10676 2002-01-15 [christoph]  0.7.0claws3
10677
10678         * src/procmsg.c
10679                 added alertpanel if mail sending failed
10680
10681 2002-01-15 [alfons]     0.7.0claws2
10682         
10683         * src/prefs_filtering.c
10684                 don't stop timer when prefs filtering dialog is opened
10685
10686 2002-01-14 [alfons]     0.7.0claws1
10687
10688         * src/addr_compl.c
10689         * src/prefs.c
10690                 remove debug_print()s for privacy reasons
10691
10692 2002-01-14 [darko]      0.7.0claws
10693
10694         * README.claws
10695                 quotation wrapping is now also in the main branch
10696
10697 2002-01-14 [paul]
10698
10699         * tools/filter_conv.pl
10700                 allow for Boolean Op and case-sensitivity
10701                 this file is included in the release and tagged
10702                 'rel_0_7_0'
10703
10704 2002-01-13 [paul]       0.7.0claws
10705
10706         * release 0.7.0, with cvs tag 'rel_0_7_0'
10707
10708 2002-01-13 [paul]
10709
10710         * tools/filter_conv.pl
10711         * tools/README
10712                 rewritten to output to matcherrc instead of filteringrc
10713
10714         * po/es.po
10715                 updated Spanish translation by Ricardo Mones Lastra
10716
10717 2002-01-13 [alfons]
10718
10719         * po/nl.po
10720                 update dutch translation
10721
10722 2002-01-13 [paul]
10723
10724         * po/pt_BR.po
10725                 Updated by Fabio Junior Beneditto 
10726
10727 2002-01-13 [melvin]     0.6.6claws53
10728
10729         * po/fr.po
10730                 Updated french translation
10731
10732 2002-01-12 [alfons]     0.6.6claws52
10733
10734         * src/filtering.c
10735                 plug mem leak that has been sitting there for ages              
10736
10737 2002-01-12 [alfons]     0.6.6claws51
10738
10739         * src/summaryview.c
10740                 undo melvin's changes from 0.6.6claws48 because summary
10741                 view now refuses to select first unread message when
10742                 selecting a folder 
10743
10744 2002-01-11 [alfons]     0.6.6claws50
10745
10746         * src/import.c
10747                 use claws' semantics for getting folder item when
10748                 importing an mbox file into a folder 
10749                 (submitted by Dale P. Smith)
10750
10751 2002-01-11 [christoph]  0.6.6claws49
10752
10753         * src/prefs.h
10754                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10755                 toggle widget, because non static prefs can not use
10756                 prefs_set_* functions
10757         * src/prefs_account.c
10758                 toggle smtp auth password field sensitivity if
10759                 user id is empty and add descrition of usage for
10760                 these fields
10761         * src/prefs_folder_item.c
10762                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10763                 callbacks
10764
10765 2002-01-11 [melvin]     0.6.6claws48
10766
10767         * src/compose.c
10768                 fix the 'Ctrl-Enter' feature for sending and test really
10769                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10770                 editables which was not documented in Gtk)
10771
10772         * src/summaryview.c
10773                 Made summaryview refresh after sorting and not before.
10774
10775 2002-01-11 [christoph]  0.6.6claws47
10776
10777         * src/compose.c
10778                 select account from account ids if possible and
10779                 correctly set save folder for copy in reedit
10780
10781 2002-01-10 [paul]       0.6.6claws46
10782
10783         * sync with sylpheed 0.7.0 release
10784                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10785                 2002-01-09
10786
10787 2002-01-09 [alfons]
10788
10789         * src/summaryview.c
10790                 remove more dirt traces...
10791
10792 2002-01-09 [alfons]
10793         
10794         * src/summaryview.c
10795                 clean up some traces of my debugging stuff
10796
10797 2002-01-09 [alfons]     0.6.6claws45
10798
10799         * src/filtering.c
10800                 break up filteringprop_apply() in three separate pieces
10801                 so we can drop messages that failed processing in the
10802                 inbox
10803
10804         * src/summaryview.c
10805                 fix bug #469598 "no refresh of inbox after filter" which 
10806                 was introduced by the new summary view locking, and which 
10807                 prevented the summary view to update after a manual filter 
10808                 message. claw's filter message requires a summary_show().
10809                 (aargh, summary_show() again! :-)
10810                 
10811 2002-01-07 [alfons]     0.6.6claws44
10812
10813         * src/headerwindow.c
10814         * src/logwindow.c
10815         * src/messageview.c
10816         * src/sourcewindow.c
10817                 bring in Hiro's last 0.7.0 wm class fixes
10818
10819         * tools/sylprint.pl
10820                 bring in Ricardo's fix for sylprint script
10821
10822         * AUTHORS       
10823         * src/rfc2015.[ch]
10824         * src/prefs_common.[ch]
10825         * src/prefs_account.[ch]
10826         * src/compose.c
10827                 clean up account preference poison in rfc2015,
10828                 and preparation to fix double sign bug 
10829                 (patch submitted by Simon 'corecode' Schubert)
10830
10831 2002-01-07 [christoph]  0.6.6claws43
10832
10833         * src/mh.c
10834                 search for free message number, do not only rely
10835                 on last_num
10836         * src/send.c
10837                 fix smtp auth and use extra account information
10838                 if available, if not use pop3 data instead
10839                 (closes bug #500341)            
10840         * src/ssl.[ch]
10841                 match coding style
10842
10843 2002-01-06 [alfons]     0.6.6claws42
10844
10845         * src/mainwindow.c
10846                 try making the separate windows work again...
10847
10848 2002-01-06 [alfons]     0.6.6claws41
10849
10850         * src/mainwindow.c
10851                 adapt Hiro's separate window menu (to get rid of the funny
10852                 duplicate menu items), and make it work again
10853
10854 2002-01-06 [alfons]     0.6.6claws40
10855
10856         * tools/Makefile.am
10857         * tools/sylprint.rc
10858         * tools/sylprint.pl
10859         * tools/README.sylprint
10860                 add sylprint script for printing mails from Sylpheed
10861                 (contributed by Ricardo Mones Lastra)
10862
10863         * src/acount.c
10864                 clean up
10865
10866 2002-01-06 [melvin]     0.6.6claws39
10867
10868         * src/mainwindow.c
10869         * src/summaryview.c
10870                 Fixed crash introduced in 0.6.6claws38 by the menu
10871                 reorganisation (Hide read messages)
10872         
10873         * ChangeLog.claws 
10874                 Fixed typo (we are now in 2002, alfons ;) )
10875
10876 2002-01-05 [alfons]     0.6.6claws38
10877
10878         * sync with sylpheed 0.6.6cvs10-17
10879                 (last stuff marked as LAST_STABLE)
10880
10881 2002-01-04 [melvin]     0.6.6claws37
10882
10883         * src/account.c
10884                 Made account selection code use strcasestr again instead of
10885                 g_strcasecmp (fixes bug where reediting queued messages
10886                 did not select proper account reported by T. Link).
10887         
10888         * src/folderview.c
10889                 Fix bug where folder icons are not shown when 'hide read messages'
10890                 is on.
10891         
10892         * src/stock_pixmaps.[ch]
10893                 Added folder icons for 'hide read messages'.
10894         
10895         * src/compose.c
10896                 Fixed bug where 'Enter' in a header entry will send the message 
10897                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
10898
10899 2002-01-03 [melvin]     0.6.6claws36
10900         
10901         * src/prefs.[ch]
10902                 Added popup menu for common preferences and
10903                 account preferences (right click on tab displays
10904                                 a menu of all tabs.)
10905
10906 2002-01-02 [melvin]     0.6.6claws35
10907
10908         * src/gtkspell.[ch]
10909                 Made spelling code compatible with undo/redo feature.
10910                 Added creation of suggestion mode menu for the general
10911                         preferences.
10912         
10913         * src/prefs_common.[ch]
10914                 Added option menu for the speller's suggestion mode.
10915                 Added missing spaces in "..." buttons and made a "..."
10916                         button non translatable!
10917         
10918         * src/compose.c
10919                 Made speller use the default suggestion mode.
10920                 Hack to make it possible to choose 'CTRL-Enter' as a
10921                         shortcut for sending (and only for sending).
10922
10923         * src/prefs_folder_item.c
10924                 Changing subject simplification does not update cache 
10925                         anymore (because it is unnecessary).
10926                 Fixed bug where changing subject simplification updated the 
10927                         summaryview even when the viewed folder is not the
10928                         folder which properties are being changed. (E.g. 
10929                                         viewing folder A and changing
10930                                         the subject simplification of 
10931                                         folder B -not being viewed- updated the 
10932                                         summaryview of folder A with data of
10933                                         folder B). (Hope this is clear... )
10934
10935 2001-12-31 [alfons]     0.6.6claws34
10936         
10937         * src/ldif.c
10938         * src/mutt.c
10939                 fgetc() returns a signed integer which doesn't
10940                 fit in a char. so c truncates this to a char
10941                 but we may lose significant bits. i.e. we may
10942                 comparing 0xFF which may not be equal to -1
10943                 unless properly casted to signed char which
10944                 we won't do because fgetc() returns a signed
10945                 integer which doesn't fit in a char. so c 
10946                 truncates this to a char but we may lose 
10947                 significat bits. (you got the idea, thanks
10948                 to Gustavo Noronha Silva <kov@debian.org>
10949                 and the Debian folks!)
10950
10951 2001-12-30 [alfons]     0.6.6claws33
10952
10953         * src/prefs_common.c
10954                 add #ifdef USE_PSPELLs that Melvin forgot               
10955
10956 2001-12-30 [melvin]     0.6.6claws32
10957         
10958         * src/prefs_common.[ch]
10959                 Added configurable color for misspelled words.
10960
10961         * src/gtkspell.[ch]
10962                 Fixed bug of foreground text color (reported by David
10963                                 Mehrmann)
10964                 Added configurable color for misspelled words.
10965
10966 2001-12-30 [alfons]     0.6.6claws31
10967
10968         * src/folder.c
10969                 remove unnecessary things someone put there
10970
10971         * src/mh.c
10972         * src/folder.[ch]
10973                 make folder properties (like threading and sorting) persistent
10974                 (closes bug #497424 "rescan folder tree resets proprieties")
10975                 currently this is only for MH folders. 
10976
10977 2001-12-29 [melvin]     0.6.6claws30
10978
10979         * src/string_match.[ch]
10980                 Optimized a bit: regexp pattern buffer compiled only once, and
10981                   one subroutine call removed. Fixed ^ regexp search: Now, 
10982                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10983         
10984         * src/summaryview.c
10985                 Subject filtering changed to filter summary columns and
10986                   not directly the messages subject cache. The loss in 
10987                   performance is balanced by the improvement of string_match.
10988                 Added an alert panel if there is an error in the regexp.
10989
10990         * src/src/prefs_folder_item.h
10991                 Added a regexp pattern buffer.
10992
10993 2001-12-28 [alfons]     0.6.6claws29
10994
10995         * src/string_match.[ch]
10996                 clean up name space
10997                 allow compilation *BSD
10998
10999 2001-12-27 [alfons]     0.6.6claws28
11000
11001         * src/filter.c
11002                 sync the Hiro's bug fix for BSD
11003
11004 2001-12-27 [melvin]     0.6.6claws27
11005         
11006         * src/compose.c
11007                 Simplify focus to subject entry code.
11008
11009 2001-12-27 [darko]      0.6.6claws26
11010
11011         * src/filtering.c
11012         * src/mbox_folder.c
11013         * src/messageview.c
11014         * src/mh.c
11015         * src/procheader.[ch]
11016         * src/procmsg.h
11017         * src/stock_pixmap.[ch]
11018         * src/summaryview.c
11019                 Show key icon for encrypted mails in summary view
11020
11021         * src/pixmaps/clip.xpm
11022         * src/pixmaps/clipkey.xpm
11023         * src/pixmaps/key.xpm
11024                 New/modified icons for the above
11025
11026 2001-12-27 [melvin]     0.6.6claws25
11027
11028         * src/prefs_common.c
11029                 Put spell checker options in a separate tab to decrease
11030                 the Common Preferences window height.
11031
11032         * README.claws  
11033                 Update spell checker usage instruction about its options
11034                 location.
11035
11036 2001-12-27 [melvin]     0.6.6claws24
11037
11038         * src/compose.c
11039                 Changed subject entry widget position. Initial focus is
11040                 on the To header instead of the subject entry.
11041                 Creating a new header scrolls the header list to make the
11042                 created one visible. Nevertheless, when automatically filling
11043                 headers, the first one is shown.
11044                 A Tab key press in the last empty header entry zips the 
11045                 focus to the subject entry.
11046                 (I did not change the combo boxes, yet)
11047
11048 2001-12-26 [alfons]     0.6.6claws23
11049
11050         * src/prefs_account.c
11051         * src/inc.c
11052                 allow default inbox to reside in another mailbox (only
11053                 works for POP3 accounts)
11054
11055 2001-12-26 [alfons]     0.6.6claws22
11056         
11057         * src/textview.c
11058                 make reply-on-click work with the account of the selected folder
11059         * src/compose.c
11060                 put a fixme here to remind me to fix finding correct default
11061                 account for nested folders
11062
11063 2001-12-25 [alfons]     0.6.6claws21
11064
11065         * src/summaryview.c
11066                 make column headers display locked and mark pixmaps (idea by Melvin) 
11067                 fix bug by adding score and locked column type to sort array
11068
11069 2001-12-25 [alfons]     0.6.6claws20
11070         
11071         * src/summaryview.c
11072                 catch a *potentially* inadvertent write back of  
11073                 the message cache(s) introduced by 0.6.5claws37
11074
11075 2001-12-25 [christoph]  0.6.6claws19
11076
11077         * src/stock_pixmap.[ch]
11078         * src/summaryview.c
11079                 add ignore thread pixmap
11080                 (can someone draw a better icon for this?)
11081
11082 2001-12-24 [alfons]     0.6.6claws18
11083
11084         * src/prefs_folder_item.c
11085                 make address completion actually work for the
11086                 Default To address in the Folder Property dialog.
11087
11088 2001-12-24 [alfons]     0.6.6claws17
11089         
11090         * src/summaryview.c
11091                 use new style regexp for subject stripping 
11092                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11093
11094 2001-12-24 [darko]      0.6.6claws16
11095
11096         * src/pgptext.c
11097         * src/rfc2015.c
11098                 move GPG related informational messages to debug mode
11099
11100 2001-12-23 [alfons]     0.6.6claws15
11101
11102         * src/stock_pixmap.[ch]
11103         * src/summaryview.c
11104                 add the forgotten Claws' locked pixmap
11105
11106 2001-12-23 [alfons]     0.6.6claws14
11107
11108         * src/filesel.c
11109                 accept file name typed in entry in multi file
11110                 selector (patch submitted by Gustavo Noronha Silva 
11111                 <kov@debian.org>)
11112
11113 2001-12-23 [alfons]     0.6.6claws13
11114
11115         * src/prefs_filter.c
11116         * src/prefs_filtering.c
11117         * src/matcher.c
11118         * src/importmutt.c
11119                 clean up a little bit
11120         
11121         * src/string_match.c
11122                 validate input strings a little bit more
11123
11124 2001-12-23 [alfons]     0.6.6claws12
11125
11126         * src/Makefile.am
11127         * src/summaryview.c
11128         * src/string_match.[ch]         ** NEW **
11129         * src/folderview.[ch]
11130         * src/headerview.h
11131         * src/folder.[ch]
11132         * src/prefs_folder_item.[ch]
11133                 add subject simplification to strip out strings from
11134                 a subject line (esp. handy for mailing lists). 
11135                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11136                 but slightly changed things for better integration.)
11137
11138 2001-12-23 [alfons]     0.6.6claws11
11139
11140         * src/mainwindow.c
11141                 fix bug introduced by submission included in 0.6.5claws52.
11142                 ideally this submission should clean the trash if any trash
11143                 folder has a message. however, the hasTrash variable was
11144                 set to false whenever a trash folder was empty (discarding
11145                 a previously found *filled* trash folder.)
11146
11147                 also edited the code a little bit and made it more safe.
11148
11149 2001-12-22 [alfons]     0.6.6claws10
11150
11151         * src/imap.c
11152                 quick fix for Martin Pool's omission of an account
11153                 specific SSL setting
11154
11155 2001-12-22 [alfons]     0.6.6claws9
11156
11157         * src/compose.c
11158         * src/messageview.c
11159         * src/mimeview.c
11160         * src/pgptext.c
11161         * src/procmime.[ch]
11162                 better support for multipart/digest (submitted
11163                 by Fredrik <e98fo@efd.lth.se>)
11164
11165 2001-12-22 [alfons]     0.6.6claws8
11166
11167         * src/addressbook.c
11168                 correct function signature
11169         * src/socket.[ch]
11170         * src/imap.[ch]
11171         * src/prefs_account.[ch]
11172                 allow IMAP over SSH tunnel (patch submitted by 
11173                 Martin Pool <mbp@samba.org>)
11174
11175 2001-12-21 [alfons]     0.6.6claws7
11176
11177         * sync with sylpheed 0.6.6cvs4-9
11178                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11179
11180 2001-12-21 [christoph]  0.6.6claws6
11181
11182         * src/compose.c
11183         * src/prefs_folder_item.[ch]
11184                 implement saving of outgoing messages to current folder.
11185                 fix segfault when no default outbox is available
11186                 (closes bug #495683)
11187
11188 2001-12-21 [carsten]    0.6.6claws5
11189         * src/folderview.c
11190         * src/summaryview.c
11191                 pressing CTRL while DND does now the expected thing and
11192                 copies the mail (moving is still the default, as this
11193                 seam more appropriate for handling mails by DND)
11194
11195 2001-12-18 [paul]       0.6.6claws4
11196
11197         * sync with sylpheed 0.6.6cvs3
11198                 see ChangeLog entries 2001-12-18
11199
11200 2001-12-18 [hiro]       0.6.6claws3
11201
11202         * src/undo.c
11203                 fix for multibyte characters (obtain the number of letters
11204                 instead of bytes).
11205
11206 2001-12-17 [paul]       0.6.6claws2
11207
11208         * sync with sylpheed 0.6.6cvs1
11209                 see ChangeLog entry 2001-12-16
11210
11211 2000-12-17 [alfons]     0.6.6claws1
11212
11213         * src/filtering.c
11214                 clean up
11215
11216 2001-12-16 [paul]       0.6.6claws
11217 2001-12-15
11218
11219         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11220
11221         * src/mimeview.c
11222                 last minute sync with main 0.6.6
11223
11224         * po/es.po
11225                 updated by Ricardo Mones Lastra
11226                 update for last minute sync
11227         * po/fr.po
11228         * po/nl.po
11229                 update for last minute sync
11230         * po/de.po
11231                 updated by Jens Oberender
11232         * po/pt_BR.po
11233                 updated by Fabio Junior Beneditto
11234
11235         * src/prefs_common.[ch]
11236         * src/undo.c
11237                 number of undo levels is user configurable
11238                 (squeeze it into the release in the dying
11239                 moments) Submitted by Jens Oberender    
11240
11241 2001-12-15 [melvin]
11242
11243         * po/fr.po
11244                 updated french translation
11245
11246 2001-12-15 [paul]       0.6.5claws92
11247
11248         * sync with sylpheed 0.6.5cvs28
11249                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11250
11251         * po/nl.po
11252                 update to allow for sync
11253
11254 2001-12-15 [alfons]
11255         
11256         * po/nl.po
11257                 update dutch translation
11258
11259 2001-12-14 [carsten]    0.6.5claws91
11260         * src/summaryview.c
11261                 fixed bug #473785; also after changing the column order
11262                 the same message will be selected and displayed as before
11263                 the reordering
11264
11265 2001-12-14 [carsten]    0.6.5claws90
11266         * src/folderview.c
11267                 probably found the bug reported by wwb opening or closing
11268                 a folder tree just before dnd (found the solution in the
11269                 balsa source -- thanks to them)
11270
11271 2001-12-14 [carsten]    0.6.5claws89
11272         * src/gtkutils.c
11273         * src/account.c
11274                 moved gtk_clist_moveto to the right place, so that
11275                 only the accounts dialog is effected on opening
11276
11277 2001-12-14 [carsten]    0.6.5claws88
11278         * src/gtkutils.c
11279                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11280                 now, so that the focused row will be seen in any case
11281                 (reported by wwp on sf-claws-user)
11282
11283 2001-12-14 [darko]      0.6.5claws87
11284
11285         * src/compose.c
11286                 remove unnecessary line
11287
11288 2001-12-14 [paul]       0.6.5claws86
11289
11290         * sync with sylpheed 0.6.5cvs27
11291                 see ChangeLog entries 2001-12-14
11292
11293 2001-12-14 [carsten]    0.6.5claws85
11294         * src/mainwindow.c
11295                 following a suggestion of Melvin the rcoabm pops up
11296                 right under the button now and the button is reliefed
11297                 while the popup is open
11298
11299 2001-12-14 [darko]      0.6.5claws84
11300
11301         * src/compose.c
11302                 fix crash when wrapping long lines if linewrap quotation
11303                 is disabled and wrapper encounters a word spanning more
11304                 than one line
11305
11306 2001-12-13 [paul]       0.6.5claws83
11307
11308         * src/compose.c
11309                 prefer 'Reply-To' header over mailing list header when
11310                 replying to a message. Finally prevent all those confirmation 
11311                 messages being sent to the list itself.
11312
11313         * src/summaryview.c
11314                 remove unused summary_set_menu_sensitive() entry
11315
11316 2001-12-13 [paul]       0.6.5claws82
11317
11318         * src/folderview.c
11319         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11320         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11321         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11322                 improvements to 'Hide read messages': Inbox, Outbox,
11323                 Trash, Queue, and Draft icons now reveal presence of hidden 
11324                 messages
11325
11326 2001-12-12 [alfons]     0.6.5claws81
11327
11328         0.6.5claws80 was tagged as LAST_STABLE
11329
11330         * src/filtering.[ch]
11331         * src/matcher.[ch]
11332         * src/matcher_parser_lex.c
11333                 fix the filtering; my last attempt to get it right, 
11334                 if it does not work, it's Hoa's turn. ;-)
11335
11336                 for my honourable peers:
11337                 
11338                 the code now makes a clear distinction between
11339                 rules as they are displayed (probably escaped),
11340                 and as they are executed (probably unescaped). the
11341                 parser does *NOT* do any unescaping, this is
11342                 the task of the matcher.c (which breaks up a
11343                 rule into condition) and the filtering.c (which
11344                 breaks up the rule's action). to make this
11345                 run happily we provide an unescaped copy of
11346                 crucial strings to the MatcherProp and 
11347                 FilteringAction structures. note that the only
11348                 exception to this is any REGEXP string. those
11349                 are directly passed to regcomp() and regexp()
11350                 (who have much more powerful unescape functions).
11351                 
11352                 for everyone else:
11353         
11354                 you can escape tab (\t), carriage return (\r),
11355                 linefeed (\n), form feed (\f), quote (\"), 
11356                 single quote (\'), bell (\b) in all the entry
11357                 lines in the scoring & filtering dialogs.
11358                 as an added bonus this should not affect
11359                 existing filtering rules.
11360
11361 2001-12-12 [carsten]    0.6.5claws80
11362
11363         * src/summaryview.c
11364         * po/de.po
11365                 "item(s) selected" is now sensitive to 1 or more
11366                 than one selected (nice for language where simple
11367                 adding of a "s" is not possible as German (Eintrag
11368                 ->Eintr"age)
11369                 
11370                 the "forward as attachment" entry from the right
11371                 click menu removed, "forward" acts following the
11372                 prefs
11373         
11374         * src/textview.c
11375                 reverted my former changes; so compiler warning again
11376                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11377                 nevertheless
11378
11379         * src/messageview.c
11380                 "search in message" does now *not* only work in MVIEW_TEXT
11381                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11382                 message
11383
11384         * src/mainwindow.c
11385                 removed "/File/_Close" as it was the same as "/File/E_xit"
11386                 and we don't need it two times
11387
11388                 the separate folder view and message view now get a distinct
11389                 WMCLASS, just in case someone is using sawfish ;-)
11390
11391                 as the menu entries "/View/Message view" and "/View/Folder tree"
11392                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11393                 make them sensitive accordingly and as these two are "shown"
11394                 after startup anytime check this menuitem at startup
11395
11396 2001-12-12 [paul]       0.6.5claws79
11397
11398         * src/folderview.c
11399                 fix sensitivity of 'Search folder...', broken in
11400                 0.6.5claws75
11401
11402         * src/mainwindow.c
11403                 fix dodgy English
11404
11405 2001-12-11 [carsten]    0.6.5claws78
11406         * src/filtering.c
11407                 fixed two typos returning a wrong FALSE/TRUE
11408         * src/mainwindow.[ch]
11409                 extra menu for email/news button removed
11410
11411 2001-12-11 [alfons]     0.6.5claws77
11412         
11413         * src/matcher.c                 (1.3)
11414         * src/matcher_parser_lex.l      (1.28)
11415                 revert for another attempt
11416                 mark 0.6.5claws77 as LAST_STABLE
11417
11418 2001-12-11 [christoph]  0.6.5claws76
11419
11420         * po/de.po
11421                 fixed wrong translation for prev. unread msg
11422
11423 2001-12-11 [paul]       0.6.5claws75
11424
11425         * src/folder.[ch]
11426         * src/folderview.c
11427         * src/mainwindow.c
11428         * src/summaryview.[ch]
11429         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11430                 enable ability to hide read messages on per folder basis via 
11431                 '/Summary/Hide read messages'; when selected, a folder will 
11432                 have a red open folder icon, instead of a blue icon, if the 
11433                 folder contains hidden messges
11434                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11435
11436         * src/mainwindow.c
11437                 remove '/Message/Forward as attachment' from 
11438                 main_window_set_menu_sensitive() to prevent debug warning
11439
11440         * src/folderview.c
11441         * src/mainwindow.c
11442                 Clean up some of the English
11443
11444         * tools/newscache_clean.pl
11445                 allow for new 'hidereadmsgs' entry in folderlist.xml
11446
11447         * po/es.po
11448                 updated translation, submitted by Ricardo Mones Lastra
11449
11450 2001-12-11 [paul]       0.6.5claws74
11451
11452         * sync with sylpheed 0.6.5cvs25
11453                 see ChangeLog entry 2001-12-11
11454
11455 2001-12-10 [alfons]     0.6.5claws73
11456
11457         * src/matcher.c
11458                 add more control characters
11459         * src/matcher_parser_lex.l
11460                 make escaping / unescaping work again
11461
11462 2001-12-10 [alfons]     0.6.5claws72
11463
11464         * src/imap.c
11465                 clean up warnings "returning value for void function" 
11466         * src/prefs_filtering.c
11467                 make info button for execute action sensitive
11468
11469 2001-12-10 [paul]       0.6.5claws71
11470
11471         * src/compose.c
11472         * src/imap.[ch]
11473         * src/summaryview.c
11474                 fix: imap server now gets informed of MARKED, UNMARKED
11475                 and REPLY events. Now people can use different IMAP-Mail
11476                 clients and have the exact same information about MARKED,
11477                 UNMARKED and REPLY status with all of them. Especially
11478                 useful for imap servers with a web-frontend.
11479                 submitted by Tobias Sandhaas <medlor@web.de>
11480
11481 2001-12-09 [melvin]     0.6.5claws70
11482         
11483         * src/textview.[ch]
11484                 fixed bug #490076 (hunted down by Alfons who implemented
11485                 a workaround in 0.6.5claws65)
11486
11487 2001-12-09 [christoph]  0.6.5claws69
11488
11489         * src/summaryview.c
11490                 set pointer to string in LOCKED column to NULL
11491                 (might fix bug #490800)
11492
11493 2001-12-09 [carsten]    0.6.5claws68
11494
11495         * po/de.po
11496                 resolved some cluttered menu shortcuts 
11497                 ('creating new email' and 'creating news message'
11498                 hade the same)
11499         * src/compose.c
11500                 wmclass now distinc from main window
11501         * src/mainwindow.c
11502           src/mainwindow.h
11503                 email/news and forward button functionality similar
11504                 to the reply buttons; removed the ugly dropdown arrows
11505                 and use instead the right mouse button
11506
11507 2001-12-09 [paul]       0.6.5claws67
11508
11509         * src/imap.c
11510         * src/utils.h
11511                 allow spaces in imap folder names
11512                 submitted by Willem van Engen <wvengen@stack.nl>
11513
11514 2001-12-09 [paul]       0.6.5claws66
11515
11516         * sync with sylpheed 0.6.5cvs24
11517                 see ChangeLog entry 2001-12-09
11518
11519 2001-12-08 [alfons]     0.6.5claws65
11520
11521         * src/textview.c
11522                 prevent secondary selection claim after "add to sender" dialog
11523                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11524                 we trick GTK by simulating a click at (0, 0) in the textview.
11525
11526 2001-12-08 [hoa]        0.6.5claws64
11527
11528         * src/folder.c
11529                 fixed a bug about the .processing folder name while filtering
11530
11531 2001-12-08 [alfons]     0.6.5claws63
11532
11533         * src/folderview.c 
11534                 work around problem of not correctly updating folder stats
11535                 when deleting messages. there's some folder scanning evil
11536                 going so the folderview_update_msg_num() does not work
11537                 correctly. need to investigate this.
11538
11539 2001-12-08 [paul]       0.6.5claws62
11540
11541         * sync with sylpheed 0.6.5cvs23
11542                 see ChangeLog entry 2001-12-08
11543
11544 2001-12-07 [christoph]  0.6.5claws61
11545
11546         * src/compose.c
11547                 fix another header translation problem
11548
11549 2001-12-07 [alfons]     0.6.5claws60
11550
11551         * src/mbox.c
11552                 make filtering also work on local spool mbox
11553
11554 2001-12-07 [carsten]    0.6.5claws59
11555         * src/addressbook.c
11556                 addressbook window gets a wmclass distinct from the main
11557                 sylpheed window
11558         * src/compose.h
11559         * src/mainwindow.[ch]
11560                   forward menu item will use mode selected in prefs, forward 
11561                 as attatchment in menu removed (will be substituted in the
11562                 toolbar similar to reply buttons)
11563                   create news message menu entry and news button is now 
11564                 sensitive to the existance of a news account
11565         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11566         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11567         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11568                 these are removed because the toolbar buttons don't show
11569                 the quoting modus any longer
11570
11571 2001-12-07 [paul]
11572
11573         * tools/newscache_clean.pl      ** NEW FILE **
11574                 perl script to do some tidying up in the newscache directory 
11575                 
11576         * tools/sylpheed-switcher       ** NEW FILE **
11577                 perl script to enable easy switching between main and claws
11578                 
11579         * tools/README
11580                 added descriptions of the two new perl scripts          
11581
11582
11583 2001-12-07 [melvin]     0.6.5claws58
11584
11585         * src/messageview.c
11586                 fixed a warning during compilation introduced in 0.6.5claws56
11587
11588 2001-12-07 [paul]       0.6.5claws57
11589
11590         * src/mainwindow.[ch]
11591         * src/menu.[ch]
11592                 further usability enhancements to replying with or without 
11593                 quoting via the toolbar, use of Ctrl key is replaced by 
11594                 drop down menu 
11595                 Submitted by Carsten Schurig            
11596
11597 2001-12-07 [melvin]     0.6.5claws56
11598
11599         * src/messageview.c
11600                 hack to fix bug that prevented to make/paste selections
11601                 after switching between MVIEW_TEXT and MVIEW_MIME views
11602                 without deselecting the selection first.
11603
11604 2001-12-06 [alfons]     0.6.5claws55
11605
11606         * src/filtering.[ch]
11607         * src/inc.c
11608                 revise filtering a little bit more, and make sure
11609                 messages are delivered to the appropriate inbox
11610                 (perhaps set per account)
11611
11612 2001-12-06 [paul]       0.6.5claws54
11613
11614         * sync with sylpheed 0.6.5cvs22
11615                 see ChangeLog entry 2001-12-06
11616
11617 2001-12-05 [alfons]     0.6.5claws53
11618
11619         * src/inc.c
11620         * src/folder.[ch]
11621         * src/procmsg.c
11622         * src/filtering.c
11623                 more revisions of filtering system
11624                 (last stable version is marked as LAST_STABLE)
11625                 
11626                 | NOTE 1): the filtering system now uses a local folder called
11627                 | .processing. if filtering fails, check this directory
11628                 | for missing messages.
11629                 |
11630                 | NOTE 2): help us find the filtering actions still missing
11631
11632 2001-12-05 [paul]       0.6.5claws52
11633
11634         * src/mainwindow.c
11635                 fix bug where 'Empty Trash?' pop-up window appears even
11636                 when Trash is empty, submitted by Jesse Skinner         
11637
11638 2001-12-05 [melvin]     0.6.5claws51
11639
11640         * src/compose.c
11641                 fixed bug #486106 to select correct account when reediting 
11642                 a queued message
11643         
11644 2001-12-04 [alfons]     0.6.5claws50
11645
11646         * src/mh.c
11647                 declare markfile in appropriate functions when
11648                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11649                 for spotting this)
11650
11651 2001-12-04 [paul]       0.6.5claws49
11652
11653         * sync with sylpheed 0.6.5cvs21
11654                 see ChangeLog entry 2001-12-04
11655
11656 2001-12-03 [christoph]  0.6.5claws48
11657
11658         * po/de.po
11659                 changed translation of undo
11660         * src/account.c
11661         * src/folder.c
11662                 don't reinvent the wheel to traverse a GNode
11663         * src/compose.[ch]
11664                 seperate code to create the compose gui into functions
11665                 add "Others" page with folder selection for saving copy
11666                 of the message.
11667                 the folder identifier is saved to queue header
11668         * src/procmsg.c
11669                 save message to folder in queue header
11670
11671 2001-12-03 [paul]       0.6.5claws47
11672
11673         * sync with sylpheed 0.6.5cvs20
11674                 see ChangeLog entry 2001-12-03
11675
11676 2001-12-01 [paul]
11677
11678         * more sync with sylpheed 0.6.5cvs19
11679                 see ChangeLog entry 2001-11-29
11680
11681 2001-11-30 [paul]       0.6.5claws46
11682         
11683         * src/compose.c
11684                 remove conflicts introduced by Hoa's last commit
11685          
11686         * src/mainwindow.c
11687                 make 'Message/Bounce' sensitive
11688
11689 2001-11-30 [hoa]        0.6.5claws45
11690
11691         * src/compose.c
11692                 slightly change bounce function to add
11693                 information about the user that bounced the mail
11694                 in the From header line.
11695
11696         * src/folderview.c
11697                 permit the use of processing in outbox folder.
11698
11699 2001-11-29 [paul]       0.6.5claws44
11700
11701         * src/mainwindow.[ch]
11702         * src/prefs_common.c
11703         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11704         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11705         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11706                 usability enhancements to the quoting, implements
11707                 use of Ctrl key to toggle quoting settings
11708                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11709
11710 2001-11-29 [paul]       0.6.5claws43
11711         
11712         * sync with sylpheed 0.6.5cvs19
11713                 see ChangeLog entry 2001-11-28
11714
11715 2001-11-29 [melvin]     0.6.5claws42
11716         * src/Makefile.am
11717                 added enriched.[ch] to the list of files
11718
11719         * src/textview.c
11720         * src/mimeview.c
11721         * src/procmime.[ch]
11722         * src/enriched.[ch]
11723                 added support to view text/enriched
11724                 added support to show headers in message view for text/enriched and text/html
11725                         in non multipart messages
11726
11727 2001-11-28 [paul]       0.6.5claws41
11728
11729         * more sync with sylpheed 0.6.5cvs18
11730                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11731
11732 2001-11-27 [paul]       0.6.5claws40
11733         
11734         * po/pt_BR.po
11735                 updated translation, submitted by Fabio Junior Beneditto
11736                 
11737         * sync with sylpheed 0.6.5cvs18
11738                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11739                 2001-11-27
11740
11741
11742 2001-11-26 [paul]
11743
11744         * po/es.po
11745                 updated translation, submitted by Ricardo Mones Lastra
11746
11747 2001-11-26 [alfons]
11748
11749         * src/matcher.c
11750                 add more translatable strings
11751
11752 2001-11-26 [christoph]  0.6.5claws39
11753
11754         * po/de.po      
11755                 fixed one more umlaut
11756         * src/compose.c
11757                 fix translated header when it should not be translated
11758
11759 2001-11-26 [paul]       0.6.5claws38
11760
11761         * src/mainwindow.c
11762                 remove '/Message/Add Sender to address book' from 
11763                 main_window_set_menu_sensitive(), prevent debug warning
11764                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11765
11766 2001-11-26 [paul]       0.6.5claws37
11767
11768         * src/summaryview.c
11769                 fix 'recurring unread state' bug 
11770
11771         * tools/README 
11772         * tools/filter_conv.pl
11773                 read name of top level mailbox from folderlist.xml
11774                 and presume nothing about its name              
11775
11776 2001-11-26 [darko]      0.6.5claws36
11777
11778         * src/gtkstext.[ch]
11779                 removed functions that are now in gtkutils.c
11780                 use gtkut_text_is_uri_string() from gtkutils.c
11781         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11782
11783 2001-11-26 [paul]       0.6.5claws35
11784
11785         * sync with sylpheed 0.6.5cvs16
11786                 see ChangeLog entries 2001-11-25 and 2001-11-26
11787
11788 2001-11-25 [alfons]     0.6.5claws34
11789
11790         EXPERIMENTAL!!! Please checkout the last stable version using: 
11791           
11792         % cvs update -r LAST_STABLE -dRAP
11793
11794         (Or help us testing this stuff.)
11795
11796         * src/filtering.c               (1.14)
11797         * src/filtering.h               (1.6)
11798         * src/inc.c                     (1.28)
11799         * src/matcher.c                 (1.20)
11800         * src/mbox.c                    (1.9)
11801         * src/procmsg.h                 (1.14)
11802         * src/summaryview.c             (1.59)
11803         * src/summaryview.h             (dunno)
11804                 revert/merge/sync to as it was before commit 
11805                 on Thu, 19 Jul 2001 10:15:51 -0700.
11806
11807 2001-11-25 [hoa]        0.6.5claws33
11808
11809         * src/main.c
11810                 processing mails at startup
11811
11812         * src/folderview.c
11813         * src/summaryview.[ch]
11814                 processing mails when entering folder
11815
11816         * src/prefs_filtering.c
11817                 fixed some UI bugs
11818
11819 2001-11-24 [alfons]     0.6.5claws32
11820
11821         * src/summaryview.[ch]
11822                 make summary sort headers work, and also make
11823                 sure the sort type is stored
11824
11825 2001-11-23 [alfons]     0.6.5claws31
11826
11827         * src/summaryview.[ch]
11828                 make lock work like mark
11829                 disallow deleting messages marked as locked
11830
11831 2001-11-23 [alfons]     0.6.5claws30
11832
11833         * src/gtkstext.c
11834         * src/compose.[ch]
11835         * src/Makefile.am
11836         * src/undo.[ch]
11837                 merge undo patch submitted by Jens
11838
11839 2001-11-23 [christoph]  0.6.5claws29
11840
11841         * src/.cvsignore
11842                 added ylwrap
11843         * src/compose.c
11844                 fixed gpg signing and encoding
11845         * src/folder.[ch]
11846         * src/main.c
11847                 added --status option to get new, unread and total
11848                 message count from a running sylpheed
11849         * src/prefs_common.c
11850                 temporary fix for reply_with_quote problem
11851                 (don't call functions for non existing widget)
11852         * src/procmsg.c
11853                 one more check for ignored threads but still not
11854                 always working correctly. probably a recursive
11855                 check for all parents is needed
11856
11857 2001-11-23 [darko]      0.6.5claws28
11858
11859         * src/compose.c
11860                 wrapping on send improvements
11861         * src/gtkutils.[ch]
11862                 fix for GtkSText after last sync with main branch
11863                 GTK_TEXT -> GTK_STEXT
11864
11865 2001-11-23 [paul]       0.6.5claws27
11866
11867         * sync with sylpheed 0.6.5cvs14
11868                 see ChangeLog entries 2001-11-22 and 2001-11-23
11869                 
11870         * po/de.po
11871                 fixed the scrambled umlauts 
11872                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11873
11874 2001-11-21 [paul]       0.6.5claws26
11875
11876         * sync with sylpheed 0.6.5cvs12
11877                 see 2nd ChangeLog entry dated 2001-11-20
11878
11879 2001-11-20 [paul]       0.6.5claws25
11880
11881         * sync with sylpheed 0.6.5cvs11
11882                 see ChangeLog entry 2001-11-19 (src/utils.c)
11883
11884 2001-11-20 [hiro]
11885
11886         * src/compose.c
11887                 GTK_TEXT -> GTK_STEXT
11888                 fix for wrong comment
11889
11890 2001-11-20 [hiro]       0.6.5claws24
11891
11892         * src/compose.[ch]
11893                 more merges from main branch
11894                 removed fatal warnings (uninitialized variables etc.)
11895                 some coding style fix
11896         * src/gtkutils.h
11897                 fixed typo.
11898         * src/addressbook.c
11899           src/addrindex.c
11900                 V-Card -> vCard
11901
11902 2001-11-19 [hoa]        0.6.5claws23
11903
11904         * src/filtering.c
11905         * src/prefs_scoring.c
11906         * src/matcher.[ch]
11907         * src/scoring.c
11908                 cleaning code
11909
11910         * src/matcher_parser_parse.y
11911         * src/prefs_filtering.c
11912                 bouncing
11913
11914 2001-11-19 [alfons]     0.6.5claws22
11915
11916         more of my old things into claws
11917
11918         * src/Makefile.am
11919         * src/prefs_common.c
11920         * src/procmsg.h
11921         * src/summaryview.[ch]
11922         * src/prefs_summary_column.c
11923         * src/pixmaps/locked.xpm
11924                 add indicators for locking of message in summary view
11925                 (does not work yet, only visual indicator)
11926
11927 2001-11-19 [paul]       0.6.5claws21
11928
11929         * sync with sylpheed 0.6.5cvs10
11930                 see ChangeLog entry 2001-11-19
11931
11932 2001-11-18 [alfons]     0.6.5claws20
11933         
11934         * src/filtering.c
11935                 remove an inadvertent free I forgot in previous clean up 
11936
11937 2001-11-18 [alfons]     0.6.5claws19
11938
11939         * src/filtering.[ch]
11940                 clean up & plug leaks
11941
11942 2001-11-18 [paul]       0.6.5claws18
11943
11944         * sync with sylpheed 0.6.5cvs9
11945                 see ChangeLog entries 2001-11-17 and 2001-11-18
11946
11947 2001-11-16 [paul]       0.6.5claws17
11948
11949         * sync with sylpheed 0.6.5cvs8
11950                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11951
11952 2001-11-16 [paul]       0.6.5claws16
11953
11954         * sync with sylpheed 0.6.5cvs7
11955                 see ChangeLog entries 2001-11-15 and 2001-11-16
11956
11957 2001-11-15 [hoa]        0.6.5claws15
11958
11959         * src/compose.c
11960                 fix bounce, mails we received couln't be bounced to ourself.
11961
11962         * src/defs.h
11963         * src/filtering.[ch]
11964         * src/matcher.[ch]
11965         * src/matcher_parser.h
11966         * src/matcher_parser_lex.l
11967         * src/matcher_parser_parse.y
11968         * src/inc.c
11969         * src/main.c
11970         * src/mbox.c
11971         * src/prefs_filtering.[ch]
11972         * src/mainwindow.c
11973         * src/prefs_matcher.c
11974         * src/prefs_scoring.c
11975         * src/scoring.[ch]
11976         * src/summaryview.c
11977                 new matcher/filter/score configuration file parser
11978                 one unique configuration file => ~/.sylpheed/matcherrc
11979                 import in currently automatic, then save are made
11980                 in this new file.
11981                 one filter per folder and one global filter
11982                 (filter of a folder will be used as folder processing)
11983
11984         * src/folder.c
11985                 fix a bug in folder_item_get_identifier
11986                 
11987         * src/messageview.c
11988                 receive receipt return are fixed.
11989
11990 2001-11-14 [alfons]     0.6.5claws14
11991
11992         * src/session.h
11993                 add things from main branch to make claws compile
11994
11995 2001-11-14 [paul]       0.6.5claws13
11996
11997         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11998                 see ChangeLog entries 2001-11-08 to 2001-11-14
11999
12000 2001-11-14 [hoa] 0.6.5claws12
12001
12002         * src/compose.[ch]
12003         * src/mainwindow.c
12004         * src/summaryview.c
12005                 add "bounce mail" option
12006
12007 2001-11-13 [christoph]  0.6.5claws11
12008
12009         * src/compose.c
12010                 Cleanup a mess i add before commiting
12011
12012 2001-11-13 [hoa]        0.6.5claws10
12013
12014         * src/compose.c
12015                 some fixes when mail are sent or
12016                 for crossposts
12017
12018 2001-11-13 [christoph]  0.6.5claws9
12019
12020         * po/de.po
12021                 Changed two string with the same translation
12022         * src/compose.c
12023         * src/procmsg.[ch]
12024         * src/send.[ch]
12025                 New mailsending process:
12026                   - Always queue message before sending
12027                     (message will be saved if sylpheed crashed or
12028                      freezes while sending)
12029                   - Allow queuing of newspostings
12030                   - No copy in outbox before sending
12031                     (closes bug #469501)
12032                   - No more redundant code for send and send_later
12033         * src/summaryview.c
12034                 Applied wwp <subscript@free.fr>'s patch that fixes
12035                 marks for multiple forwarded messages (+compose.c)
12036
12037 2001-11-12 [alfons]
12038
12039         * README.claws
12040                 remove things that are now in main branch
12041         
12042         * po/nl.po
12043                 update Dutch translation
12044
12045 2001-11-12 [mhadasht]   0.6.5.claws8
12046
12047         * src/prefs_common.c
12048                 re-enabled account autoselection feature for forward
12049                 and reedit lost during the branch point for SYNC-B4-REL
12050         * src/gtkspell.c
12051                 gtkpspell_get_dict(): more readable code (even if function is
12052                 not used yet)
12053         * ChangeLog.claws
12054                 added version number info to 2001-11-12 [hiro] comment.
12055
12056 2001-11-12 [hiro]       0.6.5.claws7
12057
12058         * src/compose.c
12059                 compose_forward(): fixed a bug that forward quote mark
12060                 wasn't used.
12061                 removed unnecessary code.
12062         * src/template_select.[ch]: removed.
12063
12064 2001-11-11 [alfons]
12065
12066         * src/compose.c
12067                 :%s/GTK_TEXT/GTK_STEXT/g
12068         
12069         * src/compose.[ch]
12070         * src/undo.[ch]
12071         * src/Makefile.am
12072                 revert the undo stuff (this is 0.6.6claws stuff)
12073
12074 2001-11-11 [hoa]        0.6.5.claws6
12075
12076         * src/compose.[ch]
12077                 Insert signature at the end of the text.
12078                 Added undo patch but currently disabled
12079
12080         * src/procmsg.c
12081                 Threading by subject improved.
12082
12083         * added src/undo.[ch]
12084                 Undo module for compose dialog box.
12085
12086 2001-11-11 [alfons]     0.6.5.claws5
12087
12088         * src/procmsg.c
12089                 prevent threading by subject on nodes that have already been
12090                 threaded by in-reply-to (as in "circular references in a tree
12091                 result in a dead branch")
12092
12093 2001-11-09 [hoa]        0.6.5.claws4
12094         
12095         * src/folderview.c
12096                 allows creation of mbox folder item from any files.
12097
12098 2001-11-09 [alfons]     0.6.5.claws3
12099         
12100         * src/utils.c
12101         * src/procmsg.c
12102                 do what I mean and correct threading by subject so it really
12103                 ignores attracting lines without "Re: "
12104
12105 2001-11-07 [alfons]     0.6.5.claws2
12106
12107         * src/procmsg.c
12108         * src/utils.[ch]
12109                 only attract by subject if a subject line starts with a "Re: "
12110         * src/syldap.c
12111                 remove warning
12112
12113 2001-11-07 [paul]       0.6.5claws1
12114
12115         * sync with sylpheed 0.6.5. release
12116                 see ChangeLog entry 2001-11-07
12117
12118 2001-11-07 [paul]       0.6.4claws31
12119
12120         * sync with sylpheed 0.6.4cvs18
12121                 see ChangeLog entries 2001-10-30 to 2001-11-07
12122                 prefs_templates.[ch] renamed prefs_template.[ch]
12123
12124 2001-11-06 [alfons]
12125         
12126         * src/utils.h
12127                 add semicolon Hoa forgot ;-)
12128                 
12129
12130 2001-11-06 [hoa]        0.6.4claws30
12131         
12132         * src/procmsg.c
12133         * src/summaryview.c
12134         * src/utils.c
12135         * src/utils.h
12136                 threading by subject - empty subject are ignored
12137
12138 2001-11-06 [christoph]  0.6.4claws29
12139
12140         * src/socket.c
12141                 use SSL_peek for sock_gets
12142         * src/utils.c
12143                 removed unneeded pointer in extracting quoted
12144                 names implementation
12145
12146 2001-11-06 [melvin]     0.6.4claws28
12147
12148         * src/gtkspell.c
12149                 fixed bug #476792 Selection overtyping with spell checker
12150                 fixed bug which could cause a buffer overflow
12151                 fixed a memory leak
12152
12153 2001-11-06 [hoa]        0.6.4claws27
12154         
12155         * src/procmsg.c
12156         * src/summaryview.c
12157                 threading by subject
12158
12159 2001-11-05 [alfons]     0.6.4claws26
12160         
12161         * README.claws
12162                 Claws -> Sylpheed (vice versa)
12163
12164         * src/compose.c
12165                 :%s/gtk_text/gtk_stext/g
12166                 :%s/GTK_TEXT/GTK_STEXT/g
12167                 (thanks to Jonathan Ware for spotting this)
12168
12169 2001-11-04 [christoph]  0.6.4claws25
12170
12171         * src/summaryview.c
12172                 replace Xalloca + strdup with Xstrdup_a
12173         * src/utils.c
12174                 better implementation of extracting quoted names
12175                 from addresses (remove backlashes and ignore
12176                 quotes after them)
12177
12178 2001-11-04 [alfons]     0.6.4claws24
12179
12180         * src/utils.[ch]
12181                 edit to comply more with coding style
12182
12183         * src/textview.c
12184                 fix bug reported by Kim Schulz. introduced by the patch integrated
12185                 in 0.6.4claws15. the code did not check the return value of
12186                 the html parser.
12187
12188         * AUTHORS
12189                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12190
12191 2001-11-04 [christoph]  0.6.4claws23
12192
12193         * src/main.c
12194         * src/prefs_common.[ch]
12195                 init some pointers that possibly caused a segfault
12196                 reported in the claws-users ML
12197
12198 2001-11-04 [hoa]        0.6.4claws22
12199
12200         * src/grouplistdialog.c
12201                 change the names of the nodes in the tree
12202
12203         * src/compose.c
12204                 enhanced mailto syntax as described in
12205                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12206                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12207
12208         * src/utils.c
12209                 encode and decode URI (useful when opening URL into
12210                 netscape).
12211
12212 2001-11-03 [hoa]        0.6.4claws21
12213
12214         * src/grouplistdialog.c
12215                 a new newsgroups list selection dialog box
12216                 with a CTree instead of a CList
12217
12218 2001-11-03 [hoa]        0.6.4claws20
12219
12220         * src/folderview.c
12221                 enable property and scoring options when right
12222                 click on "inbox"
12223
12224         * src/summaryview.c
12225                 fixed bug when nickname were displayed using
12226                 the address book.
12227
12228 2001-11-02 [darko]      0.6.4claws19
12229
12230         * src/compose.c
12231                 new wrap quotation and URL/long words wrapping implementation
12232         * src/compose.c src/gtkstext.[ch]
12233                 move gtkstext_strncmp() to gtkstext.c
12234
12235 2001-11-01 [christoph]  0.6.4claws18
12236
12237         * src/prefs_account.c
12238                 fixed mess in account settings dialog
12239         * src/prefs_folder_item.c
12240                 added label with folder path to dialog
12241
12242 2001-10-31 [match]      0.6.4claws17
12243
12244         * src/vcard.c
12245                 fix memory leak.
12246         * src/addrbook.c
12247                 fix generation of spurious address book file names.
12248                 remove redundant functions.
12249         * po/POTFILES.in
12250                 added missing file names.
12251
12252 2001-10-30 [paul]       0.6.4claws16
12253
12254         * sync with sylpheed 0.6.4cvs6
12255                 see ChangeLog entries 2001-10-26 to 2001-10-30
12256
12257         * tools/filter_conv.pl
12258                 read folderlist.xml to discover whether the top-level
12259                 folder is called 'Mailbox' or 'Mail' 
12260
12261 2001-10-29 [paul]       0.6.4claws15
12262
12263         * src/html.c, src/textview.c
12264                 activate links in html mail and fix clickable parts
12265                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12266
12267 2001-10-29 [paul]
12268
12269         * po/de.po, po/es.po, po/pt_BR/po
12270                 updated translations, submitted by Jens Oberender,
12271                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12272
12273 2001-10-29 [darko]      0.6.4claws14
12274
12275         * src/compose.c
12276                 fix wrapping for good
12277
12278 2001-10-29 [darko]
12279
12280         * src/compose.c
12281                 undo previous change as it broke the smart wrapping
12282
12283 2001-10-29 [darko]      0.6.4claws13
12284
12285         * src/compose.c
12286                 fix infinite loop when long URL is quoted
12287                 (closes bug #475122.
12288
12289 2001-10-28 [match]
12290
12291         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12292                 import Mutt address book
12293         * src/ldif.[ch] src/importldif.h
12294                 modified import LDIF handle user attributes
12295
12296 2001-10-28 [christoph]  0.6.4claws12
12297
12298         * src/summaryview.c
12299                 fixed that filtering did not work if there
12300                 were no filter rules
12301                 (closes bug #472003 and better implementation
12302                  of patch #474644)
12303
12304 2001-10-27 [christoph]  0.6.4claws11
12305
12306         * src/compose.c
12307                 make the folder's default account to be used when
12308                 replying. (patch by wwp <subscript@free.fr>)
12309         * src/compose.c
12310                 code cleanup, nearly killed all of wwp's patch
12311                 for folder's default account in compose
12312         * src/folderview.c
12313                 error panel when a folder could not be created
12314                 (closes bug #471080 new folder name & already
12315                  existing file)
12316
12317 2001-10-26 [alfons]
12318
12319         * src/utils.h
12320                 change prototype of strstr2() that Christoph forgot about
12321
12322 2001-10-26 [christoph]  0.6.4claws10
12323
12324         * src/account.c
12325                 made search for accounts by email address not case
12326                 sensitive
12327         * src/folder.c
12328                 fixed memory leak in folder_item_get_identifier
12329         * src/gtkspell.c
12330         * src/utils.c
12331                 fixed wrong strstr2 (should work like strstr)
12332
12333 2001-10-26 [darko]      0.6.4claws9
12334
12335         * src/compose.c src/gtkstext.[ch]
12336         * src/gtkstext.c
12337                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12338
12339 2001-10-26 [paul]       0.6.4claws8
12340
12341         * src/html.c
12342                 ignore css and javascript tags in html mail
12343                 case-insensitive, with or without double-quoted
12344                 strings
12345
12346 2001-10-26 [paul]       0.6.4claws7
12347
12348         * sync with sylpheed 0.6.4cvs1
12349                 see ChangeLog entry 2001-10-26
12350
12351         * src/prefs_account.c, src/prefs_common.c,
12352           src/prefs_summary_column.c
12353                 minor improvements to the English
12354
12355 2001-10-25 [alfons]     0.6.4claws6
12356
12357         * src/gtkstext.c
12358         
12359                 make GtkSText follow style of GtkText (closes bug 
12360                 #469211 "text selection while writing message")
12361                 
12362                 do sync with GTK 1.2.10
12363
12364 2001-10-25 [paul]       0.6.4claws5
12365
12366         * src/html.c
12367                 ignore css tags in html mail
12368
12369 2001-10-25 [darko]      0.6.4claws4
12370
12371         * src/compose.c
12372                 don't declare is_url_string as static function since
12373                 we need it in gtkstext.c
12374         * src/gtkstext.c
12375                 remove unused variable
12376                 don't wrap long URLs while composing a message
12377
12378 2001-10-24 [christoph]  0.6.4claws3
12379
12380         * src/socket.c
12381                 fix ssl deadlock, when peer closes connection
12382
12383 2001-10-24 [paul]       0.6.4claws2
12384
12385         * src/prefs_common.c
12386                 gettextize the gpg ascii-armored warning message
12387
12388         * src/compose.c
12389                 insert a DOS/MAC file into the composed message
12390                 (improvements)
12391
12392         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12393
12394 2001-10-22 [paul]       0.6.4claws1
12395
12396         * sync with sylpheed 0.6.4 release
12397                 see ChangeLog entries 2001-10-21
12398
12399         * po/fr.po, po/pt_BR.po
12400                 updated by Melvin Hadasht and Fabio Junior Beneditto
12401
12402 2001-10-21 [paul]       0.6.3claws30
12403
12404         * src/compose.c
12405                 insert a DOS text file from the compose window
12406                 into the composed message text (removes CRs characters)
12407                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12408
12409         * tools/filter_conv.pl, tools/README
12410                 automatically use ~/.sylpheed as working directory
12411                 print out confirmation message on completion
12412
12413         * correct Hoa's last ChangeLog.claws entry
12414
12415 2001-10-20 [hoa]        0.6.3claws29
12416
12417         * src/grouplistdialog.c
12418                 bugfix (another ?) to give the right
12419                 newsgroups list for each news server.
12420
12421         * src/news.c
12422         * src/news.h
12423                 improve the newsgroups list cache
12424
12425 2001-10-20 [paul]       0.6.3claws28
12426
12427         * sync with sylpheed 0.6.3cvs9
12428                 see ChangeLog entry 2001-10-19
12429
12430         * correct Alfons' last ChangeLog.claws entry
12431
12432 2001-10-19 [alfons]
12433
12434         * src/pgptext.[ch]
12435                 fix compilation problems (part of bug #472895)
12436
12437 2001-10-18 [hoa]        0.6.3claws27
12438
12439         * src/grouplistdialog.c
12440                 bugfix when we refresh was clicked (bug 472701)
12441
12442 2001-10-19 [christoph]  0.6.3claws26
12443
12444         * src/compose.c
12445                 last header entry should default to "To:" or
12446                 "Newsgroups:" and not copy the last entry line
12447                 in a new compose window
12448                 (closes bug #472686, #470792)
12449
12450 2001-10-19 [paul]       0.6.3claws25
12451
12452         * sync with Sylpheed 0.6.3cvs8
12453                 see ChangeLog entries 2001-10-18 and 2001-10-19
12454
12455 2001-10-18 [christoph]  0.6.3claws24
12456
12457         * src/procmsg.c
12458                 reimplement ignore thread
12459         
12460 2001-10-18 [hoa]        0.6.3claws23
12461
12462         * src/folderview.c
12463         * src/grouplistdialog.[ch]
12464                 enhanced news subscription interface (feature 469113)
12465
12466         * src/news.c
12467         * src/news.h
12468                 enchanced newsgroup listing,
12469                 now, we can get groups informations
12470                 (NNTPGroupInfo)
12471
12472 2001-10-18 [paul]       0.6.3claws22
12473
12474         * src/summaryview.c
12475                 remove comment (sync with main branch)
12476         * src/mainwindow.c
12477                 fix 'Re-edit' bug in 'Message' menu
12478
12479 2001-10-17 [christoph]  0.6.3claws21
12480
12481         * src/compose.c
12482                 ignore empty or whitespace only header lines
12483
12484 2001-10-17 [paul]       0.6.3claws20
12485
12486         * sync with sylpheed 0.6.3cvs7
12487                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12488                 2001-10-17
12489
12490 2001-10-17 [darko]
12491
12492         * src/compose.c
12493                 wrap long lines without spaces
12494                 don't wrap URLs
12495
12496 2001-10-16 [paul]
12497
12498         * po/es.po, po/nl.po, po/pt_BR.po
12499                 updated by Ricardo Mones Lastra, Alfons,
12500                 and Fabio Junior Beneditto
12501
12502         * sylpheed-0.6.3claws released
12503
12504 2001-10-15 [melvin] 0.6.3claws18
12505
12506         * README.claws
12507                 added summary and detailed installation instructions
12508                 for spell checker
12509         * po/fr.po
12510                 Updated, corrected and completed french translation
12511
12512 2001-10-15 [hoa] 0.6.3claws17
12513         * src/grouplistdialog.c
12514                 we can choose the newsgroups to display with wildcards
12515
12516 2001-10-15 [christoph]  0.6.3claws16
12517
12518         * src/account.c
12519         * src/compose.c
12520         * src/prefs_folder_item.[ch]
12521                 applied wwp <subscript@free.fr>'s folder
12522                 default account patch
12523         * po/de.po
12524                 Fixed wrong translation
12525
12526 2001-10-13 [alfons, christoph, melvin]  
12527                         0.6.3claws15
12528
12529         solution #2 to solve MT-safety problems defers all GUI related calls
12530         to the main thread using a gtk_idle_add() callback. discussed on
12531         ircnet #sylpheed, with christoph spotting some issues with the
12532         original code, and melvin allowing us to lobotomize his sylpheed.
12533
12534         * src/syldap.[ch], src/main.c
12535                 fix race problem in ldap search thread by deferring GUI 
12536                 stuff to main thread using gtk_idle_add()
12537
12538 2001-10-13 [paul]       0.6.3claws14
12539
12540         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12541                 add Sergey's smtpcred.patch
12542                 adds separate username/password setting for SMTP Auth
12543                 needed by some servers
12544                 (closes feature request #471659)
12545
12546 2001-10-13 [paul]       0.6.3claws13
12547
12548         * src/pgptext.[ch] **NEW FILES**
12549         * src/Makefile.am, src/messageview.c, src/mimeview.c
12550                 decrypt ascii-armored gpg text embedded in
12551                 the message body.
12552                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12553
12554 2001-10-13 [christoph]  0.6.3claws12
12555
12556         * README.claws
12557                 some more details on default to and
12558                 feature requests
12559         * src/main.c
12560                 init glib threading when ldap is used
12561         * src/syldap.c
12562                 threading fixes
12563         * po/de.po
12564                 fixed a typo
12565
12566 2001-10-12 [paul]       0.6.3claws11
12567
12568         * src/prefs_common.[ch], src/rfc2015.c
12569                 enable ascii-armored gpg text to be embedded in the
12570                 message body, selectable through the 'Privacy'
12571                 preferences. Supports encrypting only.
12572                 Submitted by Ravemax <ravemax@dextrose.com>
12573
12574 2001-10-12 [paul]       0.6.3claws10
12575
12576         * sync with sylpheed 0.6.3cvs6
12577                 see ChangeLog entries 2001-10-11 and 2001-11-12
12578
12579         * src/folderview.c
12580                 incorporated mbox folders, scoring, and folder
12581                 properties into the sync
12582
12583 2001-10-12 [darko]      0.6.3claws9
12584
12585         * README.claws
12586                 describe quotation wrapping
12587         * src/compose.c
12588                 don't treat tab as space to calculate line length properly
12589
12590 2001-10-11 [alfons]
12591
12592         * README.claws
12593                 correct description of how to make new filtering system work,
12594                 add some other things
12595                 
12596         * src/syldap.c
12597                 remove sched_yield() (not necessary / unportable)
12598
12599 2001-10-11 [paul]       0.6.3claws8
12600
12601         * sync with sylpheed 0.6.3cvs3
12602                 see ChangeLog entry 2001-10-10
12603
12604 2001-10-10 [christoph]  0.6.3claws7
12605
12606         * .cvsignore
12607                 ignore 2 files created by newer autotools
12608         * src/prefs_folder_item.c
12609                 using table for widget alignment
12610                 fixed memory leak and broken octal display
12611         * src/filesel.c
12612                 fixed segfault caused by lost filename
12613                 workaround (closes bug #469551)
12614
12615 2001-10-10 [paul]       0.6.3claws6
12616
12617         * sync with sylpheed 0.6.3cvs2
12618                 see ChangeLog entries 2001-10-09 and 2001-10-10
12619
12620 2001-10-10 [darko]      0.6.3.claws5
12621
12622         * src/gtkstext.c
12623                 proper calculation of right margin if smart wrapping is enabled
12624         * src/compose.c
12625                 automatically wrap long lines if wrap quotation is enabled
12626
12627 2001-10-09 [alfons]     0.6.3.claws4
12628
12629         * src/summaryview.c
12630                 select correct row when deleting last row in the summary view (and
12631                 close bug "[ #469104 ] select second last in list when deleting")
12632
12633 2001-10-09 [paul]       0.6.3claws3
12634
12635         * sync with sylpheed 0.6.3cvs1
12636                 updated some autotool scripts
12637
12638 2001-10-09 [darko]      0.6.3claws2
12639
12640         * src/gtkstext.[ch]
12641                 new name and mark with Sylpheed comment
12642         * src/compose.c
12643                 smart quotation wrapping a-la VIM
12644
12645 2001-10-08 [paul]       0.6.3claws1
12646
12647         * sync with sylpheed 0.6.3 release
12648                 see ChangeLog entry 2001-10-08
12649
12650 2001-10-08 [paul]       0.6.2claws24
12651
12652         * src/summaryview.c
12653                 more sync with sylpheed 0.6.2cvs12
12654                 Fixed the bug that didn't select the last row correctly
12655
12656
12657 2001-10-07 [paul]       0.6.2claws23
12658
12659         * sync with sylpheed 0.6.2cvs12
12660                 see ChangeLog entry 2001-10-07
12661
12662 2001-10-06 [match]
12663         * src/jpilot.[ch]
12664                 enable jpilot to read unsynch'ed addresses.
12665
12666         * src/editldap_basedn.c
12667                 fix segfault when opening dialog.
12668
12669 2001-10-06 [alfons]     0.6.2.claws22
12670
12671         * src/summaryview.c
12672                 fix bug with summary view selecting last *inserted*
12673                 node instead of last *visible* node. remember we
12674                 work with a tree
12675
12676 2001-10-06 [paul]       0.6.2claws21
12677
12678         * po/pt_BR.po
12679                 updated translation, contains some fixes and new
12680                 translations, submitted by Gustavo Noronha Silva
12681                 <kov@debian.org>
12682
12683         * src/prefs_common.c
12684                 change 'each' to 'every' - fix dubious English
12685
12686         * sync with sylpheed 0.6.2cvs11
12687
12688 2001-10-05 [alfons]     0.6.2claws20
12689
12690         * src/mainwindow.[ch], src/folderview.c
12691                 make composite tool button switch between "Compose News"
12692                 and "Compose Mail" depending on selected folder
12693                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12694
12695 2001-10-05 [paul]       0.6.2claws19
12696
12697         * src/mainwindow.c, src/summaryview.c
12698                 fix 'Message/Reply to all', broken in last commit
12699
12700         * src/compose.c
12701                 fix X_BEENTHERE seg fault, thanks to Alfons
12702
12703 2001-10-04 [paul]       0.6.2claws18
12704
12705         * src/compose.[ch], src/mainwindow.c
12706                 make "Message/Reply" reply to mailing lists; matches
12707                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12708                 based on portions of the patch submitted by
12709                 Junichi Uekawa <dancer@netfort.gr.jp>
12710
12711 2001-10-04 [darko]      0.6.2claws17
12712
12713         * src/compose.c
12714                 better smart wrapping
12715         * src/gtkstext.[hc]
12716                 a function to make text buffer contiguous
12717
12718 2001-10-03 [paul]       0.6.2claws16
12719
12720         * sync with sylpheed 0.6.2cvs10
12721
12722 2001-10-02 [alfons]
12723
12724         * configure.in
12725         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12726                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12727                 references to chinese translations (hope someone picks up
12728                 this)
12729
12730 2001-10-02 [christoph]  0.6.2claws15
12731
12732         * src/compose.c
12733                 fixed non translated header bug
12734         * ChangeLog.claws
12735                 fixed wrong date in alfons last entry ;)
12736
12737 2001-10-02 [alfons]     0.6.2claws14
12738
12739         * src/compose.c, src/prefs_common.[ch]
12740                 add block cursor option
12741
12742 2001-10-02 [paul]       0.6.2claws13
12743
12744         * sync with sylpheed 0.6.2cvs9
12745
12746 2001-09-30 [paul]       0.6.2claws12
12747
12748         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12749                 updated translations
12750
12751         * po/POTFILES.in
12752                 add 'src/importldif.c'
12753
12754         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12755                 added eudora-to-vCard conversion tool
12756                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12757
12758         * sync with sylpheed 0.6.2cvs8
12759
12760 2001-09-30 [paul]
12761
12762         * sylpheed-0.6.2claws released
12763
12764 2001-09-27 [melvin]     0.6.2claws11
12765
12766         * src/gtkspell.c
12767                 fixed crash when using default path (introduced 
12768                 in 0.6.2claws10)
12769                 fixed tiny bug for initial suggestion mode
12770
12771 2001-09-27 [melvin]     0.6.2claws10
12772         
12773         * src/gtkspell.c
12774                 fixed bug where gtkpspell didn't set the path correctly
12775
12776         * README.claws
12777                 added a paragraph about spell checking
12778                 
12779
12780
12781 2001-09-27 [paul]       0.6.2claws9
12782
12783         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12784                 replace '// comments' with '/* comments */' to prevent
12785                 some compiler warnings 
12786
12787         * sync with sylpheed 0.6.2cvs6
12788
12789 2001-09-26 [alfons]     0.6.2claws8
12790
12791         * src/messageview.c
12792                 introduce return receipt request notification again,
12793                 which was lost because of other semantics in 
12794                 procheader_parse() (???)
12795
12796 2001-09-26 [christoph]  0.6.2claws7
12797
12798         * src/compose.c
12799                 replace comments for old code with #if 0
12800                 readded auto cc, bcc and reply-to
12801         * src/prefs_matcher.c
12802         * src/prefs_scoring.c
12803                 removed some definition (was moved to
12804                 prefs.h)
12805
12806 2001-09-26 [paul]       0.6.2claws6
12807
12808         * src/mainwindow.c
12809                 make 'Follow-up and reply to' sensitive
12810
12811         * more sync with sylpheed 0.6.2cvs5
12812
12813 2001-09-25 [melvin]
12814
12815         * 0.6.2claws5
12816
12817         * src/gtkspell.c
12818                 fixed bug for "US-ASCII" introduced by the encoding code
12819
12820 2001-09-25 [paul]
12821
12822         * 0.6.2claws4
12823
12824         * src/prefs_common.[ch], src/summaryview.c
12825                 'next unread msg' 'go to next folder?' dialog can be
12826                 given default behaviour, either always show dialog,
12827                 or assume 'yes', or assume 'no'
12828                 Submitted by wwp <subscript@free.fr>
12829
12830 2001-09-25 [melvin]
12831                 
12832         * src/compose.c src/gtkspell.[ch]
12833                 added support for different encodings
12834
12835 2001-09-25 [paul]
12836
12837         * more sync with sylpheed 0.6.2cvs5
12838
12839 2001-09-24 [alfons]
12840         
12841         * src/prefs_folder_item.c
12842                 add check for item->prefs->default_to string is NULL and
12843                 add another check when freeing this string
12844
12845 2001-09-24 [paul]
12846
12847         * configure.in
12848                 change to version 0.6.2claws3
12849
12850         * sync with sylpheed 0.6.2cvs5 
12851
12852 2001-09-24 [match]
12853         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12854                 import LDIF files.
12855         * src/addrcache.[ch], addrindex.[ch]
12856                 small update for future
12857         * src/addrbook.c
12858                 fix test XML file.
12859
12860 2001-09-24 [melvin]
12861         * src/gtkspell.[ch]
12862                 added 'Learn from mistakes' option
12863                 better handling of quotes in checked words
12864                 sorted dict list
12865         * po/fr.po
12866                 small update for spell checking stuff
12867
12868 2001-09-23 [alfons]
12869         
12870         * src/gtkspell.c
12871                 edit a little bit so it complies more with main coding style
12872
12873 2001-09-23 [alfons]
12874
12875         * src/folder.[ch], prefs_folder_item.c, compose.c
12876                 migrate "request return receipt" folder property
12877                 to folderlist.xml
12878
12879 2001-09-22 [alfons]
12880
12881         * README.claws **NEW**
12882                 (add things of interest for users of main branch 
12883                 and claws here)
12884
12885         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12886                 re-implement threading per folder option, but store 
12887                 the setting in folderlist.xml (where it belongs)
12888
12889 2001-09-21 [melvin]
12890
12891         * src/gtkspell.[ch]
12892                 fixed bug when compose window is under another window
12893         * src/prefs_common.[ch] src/compose.c
12894                 changed 'dictionary_path' to 'dictionary' to be consistent
12895                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
12896         * ac/pspell.m4 src/Makefile.am 
12897                 dropped PSPELL_PATH macro
12898         * po/fr.po
12899                 updated translations
12900
12901 2001-09-21 [christoph]
12902
12903         * src/compose.c
12904                 added border around header fields
12905                 keep header type when new field is added
12906
12907 2001-09-20 [christoph]
12908
12909         * src/utils.[ch]
12910                 more portable debug_print with source filename
12911                 and linenumber
12912         * src/procmsg.c
12913                 more newlines after debug messages
12914
12915 2001-09-20 [paul]
12916
12917         * configure.in
12918                 change to version 0.6.2claws2
12919
12920         * sync with sylpheed 0.6.2cvs3
12921
12922 2001-09-19 [melvin]
12923
12924         * src/gtkspell.c
12925                 fixed the post-right-click focus pb
12926                 fixed crash when 'Spell check all' after dict change 
12927                         and when cursor is at the end of the text
12928                 shift-right-click pops up config menu even on misspelled words.
12929         * po/POTFILES.in
12930                 added gtkspell.c
12931
12932 2001-09-19 [melvin]
12933
12934         * src/about.c
12935                 added pspell to compiled-in features list
12936
12937 2001-09-18 [melvin]
12938
12939         * switched to pspell and dropped ispell
12940         * ac/pspell.m4
12941                 new file. autoconf macro for pspell
12942         * ac/Makefile.am 
12943         * configure.in acconfig.h
12944                 added pspell support
12945         * src/Makefile.am
12946         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12947         * src/prefs_common.[ch] 
12948                 added pspell support
12949
12950 2001-09-18 [christoph]
12951
12952         * src/addr_compl.c
12953         * src/template.[ch]
12954                 replace LOG_MESSAGE with debug_print
12955         * src/compose.[ch]
12956                 gui improvements
12957         * src/menu.c
12958                 added newline after debug message
12959         * src/utils.h
12960                 using __VA_ARGS__ for debug_print macro
12961         * tools/.cvsignore
12962                 ignore Makefile and Makefile.in
12963
12964 2001-09-18 [paul]
12965
12966         * configure.in
12967                 change to version 0.6.2claws1
12968         * sync with sylpheed 0.6.2cvs1
12969
12970         * src/matcher.c 
12971         * src/prefs_matcher.c
12972                 add 'score equal to' option, submitted by
12973                 Paul Evans <nerd@freeuk.com>
12974
12975 2001-09-15 [christoph]
12976
12977         * src/mainwindow.c
12978                 comment out menu entry not existing in claws
12979         * src/menu.c
12980                 add debug output for non existing menu entries
12981         * src/summaryview.c
12982                 fix next/prev unread message for ignored threads
12983         * src/utils.[ch]
12984                 add sourcefile and line number to debug output
12985                 otherwise it is sometimes hard to find the
12986                 source code part if debug messages are translated
12987
12988 2001-09-14 [darko]
12989         
12990         * src/folderview.c
12991                 refresh target folder style after colour is changed
12992
12993 2001-09-13 [paul]
12994
12995         * configure.in
12996                 change to version 0.6.1claws3
12997
12998         * sync with sylpheed 0.6.1cvs6
12999
13000 2001-09-13 [darko]
13001         
13002         * src/folderview.c
13003                 fix target folder colourization to use user selected colour
13004
13005 2001-09-12 [darko]
13006         
13007         * src/summaryview.c
13008                 fix crash when message that is marked for copy/move is unmarked
13009
13010 2001-09-09 [paul]
13011
13012         * configure.in
13013                 change to version 0.6.1claws2
13014
13015         * sync with sylpheed 0.6.1cvs3
13016
13017 2001-09-09 [alfons]
13018         
13019         * src/folderview.c
13020                 fix bug with default font used for trash folder text
13021
13022 2001-09-06 [paul]
13023
13024         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13025                 updated translations
13026
13027         * configure.in
13028                 change to version 0.6.1claws1
13029
13030         * sync with sylpheed 0.6.1cvs2
13031
13032 2001-09-03 [paul]
13033
13034         * po/POTFILES.in
13035                 add Match's new addressbook
13036
13037         * po/de.po
13038                 updated translation submitted by Jens Oberender
13039
13040 2001-09-02 [paul]
13041
13042         * configure.in
13043                 change to 0.6.1claws
13044         * sync with sylpheed 0.6.1 release
13045
13046 2001-09-02 [paul]
13047
13048         * configure.in
13049                 change to 0.6.0claws2
13050
13051         * sync with sylpheed 0.6.0cvs4
13052
13053         * po/pt_BR.po
13054                 updated translation submitted by Fabio Junior Beneditto
13055
13056 2001-09-01 [match]
13057         * pixmaps/
13058                 interface.xpm
13059                 book.xpm
13060                 address.xpm
13061         * src/
13062                 Makefile.am
13063                 a ton of new files
13064
13065 2001-08-31 [paul]
13066
13067         * configure.in
13068                 change to version 0.6.0claws1
13069
13070         * sync with sylpheed 0.6.0cvs1
13071
13072         * po/es.po
13073                 updated translation submitted by Ricardo Mones Lastra
13074
13075         * po/POTFILES.in
13076                 add 'src/prefs_templates.c'
13077
13078         * src/compose.c, src/summaryview.c
13079                 fix segfault on 'Re_edit'               
13080
13081 2001-08-30 [alfons]
13082
13083         * configure.in, Makefile.am
13084         * tools/Makefile.am
13085                 add tools directory to source distribution
13086
13087 2001-08-30 [paul]
13088
13089         * configure.in
13090                 change to version 0.6.0claws
13091
13092         * sync with sylpheed 0.6.0 release
13093
13094 2001-08-30 [christoph]
13095
13096         * configure.in
13097                 removed autoconf version check
13098
13099 2001-08-30 [paul]
13100
13101         * src/account.c, src/compose.c, src/prefs_common.[ch]
13102         * src/procheader.[ch] src/utils.[ch]
13103                 Enhanced automatic account selection on replies
13104                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13105
13106         * configure.in
13107                 add LDAP and JPilot to the configuration results output.
13108
13109 2001-08-29 [christoph]
13110
13111         * src/summeryview.c
13112                 no bold font for ignored threads
13113
13114 2001-08-29 [paul]
13115
13116         * configure.in
13117                 change to version 0.5.3claws6
13118
13119         * sync with sylpheed 0.5.3cvs10
13120                 src/stringtable.[ch]: New Files
13121
13122         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13123         * src/pixmaps/sylpheed.xpm
13124                 add mini-icons to windows (by Alfons)
13125
13126 2001-08-27 [paul]
13127
13128         * src/mainwindow.c
13129                 new functions: next_labeled_cb(), prev_labeled_cb()
13130
13131         * src/summaryview.c
13132                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13133                 summary_select_next_labeled(), summary_select_prev_labeled()
13134
13135         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13136                 give claws blue folders and a blue trash can
13137
13138 2001-08-27 [paul]
13139
13140         * configure.in
13141                 change to version 0.5.3claws5
13142
13143         * sync with sylpheed 0.5.3cvs9
13144                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13145
13146 2001-08-24 [christoph]
13147
13148         * src/filesel.c
13149                 keep filename when browsing directories
13150                 (not working for user entered filename, but
13151                  for default name and selected filename from
13152                  file list)
13153         * src/mainwindow.c
13154                 fixed wrong spelling "Folllow-up"
13155         * src/mbox_folder.c
13156         * src/procmsg.c
13157         * src/summaryview.c
13158                 fixed new/unread message count with ignored
13159                 threads (2 commits, first didn't notice no
13160                 longer needed decreasing)
13161         * src/inc.c
13162                 readded scrolling of progress dialog
13163                 (lost in sync)
13164
13165 2001-08-24 [paul]
13166
13167         * configure.in
13168                 change to 0.5.3claws4
13169
13170         * sync with sylpheed 0.5.3cvs7
13171
13172 2001-08-24 [christoph]
13173
13174         * src/compose.c
13175                 set request return receipt when replying
13176                 if it is set is the folder prefs of the
13177                 message
13178         * src/inc.c
13179                 disable final error popup if popups are
13180                 disabled in config (again)
13181
13182 2001-08-23 [paul]
13183
13184         * configure.in
13185                 Change version number to 0.5.3claws3
13186
13187         * sync with sylpheed 0.5.3cvs5
13188
13189         * src/mimeview.c
13190                 double quote '%s' in 'gedit %s' to fix bug when
13191                 opening attachment with spaces in the name
13192
13193 2001-08-22 [alte]
13194         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13195           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13196                 initial message templates support
13197
13198
13199 2001-08-22 [paul]
13200
13201         * configure.in
13202                 change version number to 0.5.3claws2
13203
13204         * sync with sylpheed 0.5.3cvs4
13205
13206         * src/procmsg.h src/summaryview.c
13207                 re-implement (un)ignore thread
13208
13209 2001-08-21 [paul]
13210
13211         * src/summaryview.c
13212                 remove unnecessary code
13213         * src/compose.c
13214                 enable 'dynamic' signatures (submitted by
13215                 Eric Limpens <eric@hscg-internet.nl>)
13216
13217 2001-08-21 [paul]
13218
13219         clean up after sync with sylpheed 0.5.3 release
13220
13221         * src/folderview.c
13222                 fix re-introduced font mess, see Christoph's
13223                 entry 2001-06-24
13224
13225         * src/summaryview.c
13226                 remove prev_msgnum
13227                 use sylpheed's small font instead of
13228                 gtk default font for summary view
13229
13230
13231 2001-08-17 [paul]
13232
13233         * configure.in
13234                 add pl to ALL_LINGUAS - sync with main branch
13235
13236         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13237                 Updated. Translations by Jens Oberender, Ricardo Mones
13238                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13239
13240         * po/pl.po  ** NEW FILE **
13241                 sync with the main branch
13242
13243         * src/folderview.c
13244                 fix target folder colorizing and refresh problem
13245
13246
13247 2001-08-17 [christoph]
13248
13249         * src/mainwindow.c
13250                 claws uses 4 colors for target folder coloring.
13251                 arrays were not long enough and destroyed the
13252                 stack causing a segfault.
13253                 target folder colorizing does not work anymore
13254                 for me
13255
13256 2001-08-16 [paul]
13257
13258         * configure.in
13259                 change to version 0.5.3claws1
13260
13261         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13262           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13263           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13264
13265                 sync with sylpheed 0.5.3 release, but keep claws method of
13266                 configuring/saving fonts
13267
13268         * src/addressbook.[ch]
13269                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13270                 in line with a similar change in Hiroyuki's branch
13271
13272         * src/mainwindow.[ch]
13273                 disable main_window_set_thread_option()
13274         * src/prefs_folder_item.c
13275                 comment out &tmps_prefs.enable_thread,
13276         * src/mbox_folder.c, src/procmsg.[ch]
13277                 comment out MSG_IS_IGNORE_THREAD
13278         * src/summaryview.c
13279                 comment out summary_ignore_thread() and summary_unignore_thread()
13280                 comment out MSG_IS_IGNORE_THREAD
13281
13282                 use Hiroyuki's threading instead.
13283
13284
13285
13286 2001-08-15 [paul]
13287
13288         * src/account.c
13289                 use Hiroyuki's 0.5.3 column scheme but also
13290                 include the enable/disable button.
13291         * src/pixmaps/mark.xpm
13292                 add Hiroyuki's amended pixmap
13293
13294 2001-08-13 [christoph]
13295
13296         * src/account.c
13297                 receive at get all column showed wrong state for APOP
13298                 button should only work for POP3 and APOP accounts
13299         * src/prefs_account.c
13300                 added missing preprocessor statement for SSL
13301
13302 2001-08-12 [paul]
13303
13304         * src/account.[ch]
13305                 add 'receive at get all' column and enable/disable
13306                 button.
13307
13308 2001-08-06 [christoph]
13309
13310         * src/account.c
13311                 show usage of SSL in protocol column
13312
13313         * src/imap.c
13314         * src/inc.c
13315                 renamed ssl options
13316
13317         * src/prefs_account.[ch]
13318                 moved ssl options to a new page
13319
13320         * src/send.c
13321         * src/smtp.c
13322         * src/ssl.[ch]
13323                 renamed ssl options
13324                 added support for SMTP STARTTLS command
13325
13326 2001-08-05 [christoph]
13327
13328         * configure.in
13329                 debian autoconf needs version check to find
13330                 correct autoconf version. if the file is
13331                 named configure.in 2.13 is used, which does
13332                 not work with this configure.in script.
13333                 other solution would be to rename the script
13334                 to configure.ac as suggested in the autoconf
13335                 manual.
13336
13337         * src/inc.c
13338                 disable final error popup if popups are
13339                 diabled in config
13340
13341         * src/socket.c
13342                 bugfix in ssl_gets
13343                 fixes IMAP over SSL problem
13344
13345 2001-08-03 [paul]
13346
13347         * configure.in
13348                 change to 0.5.2claws1
13349
13350         * sync with sylpheed 0.5.2cvs1
13351
13352 2001-08-02 [alfons]
13353
13354         * configure.in
13355                 quick fix for ispell detection...
13356
13357 2001-08-01 [paul]
13358
13359         * configure.in
13360                 change to 0.5.1claws4
13361
13362         * sync with sylpheed 0.5.1cvs7
13363
13364 2001-07-31 [alfons]
13365
13366         * src/prefs_common.c, src/prefs_common.h, 
13367           src/gtkspell.c, src/gtkspell.h
13368                 add global spelling checker settings (compose tab) +
13369                 selection of dictionary 
13370           
13371         * configure.in  
13372                 guess valid ispell location
13373
13374 2001-07-31 [paul]
13375
13376         * po/POTFILES.in
13377                 removal of 'src/quote_fmt_parse.c'
13378         * po/de.po
13379                 Updated de.po
13380                 (submitted by Jens Oberender <didge@suse.de>)
13381
13382 2001-07-31 [darko]
13383
13384         * src/folder.[ch]
13385         * src/folderview.[ch]
13386         * src/mainwindow.c
13387         * src/mh.c
13388         * src/prefs_common.[ch]
13389         * src/summaryview.c
13390                 target folder colourization
13391
13392 2001-07-30 [paul]
13393
13394         more sync with Sylpheed 0.5.1cvs6 
13395
13396 2001-07-30 [darko]
13397
13398         * src/mh.c
13399         * src/prefs_folder_item.[hc]
13400         * src/summaryview.c
13401                 shared folders support with a GUI
13402
13403 2001-07-29 [paul]
13404
13405         0.5.1claws3
13406
13407         * sync with Sylpheed 0.5.1cvs6
13408
13409 2001-07-29 [paul]
13410
13411         * po/pt_BR.po
13412                 updated
13413                 (submitted by Fabio Junior Beneditto)
13414
13415 2001-07-28 [paul]
13416
13417         * src/procmime.c
13418         * AUTHORS
13419                 patch to correct bad image mime headers
13420                 (submitted by Don Quijote <dq@searchlores.org>)
13421
13422 2001-07-28 [paul]
13423
13424         * tools/gif2xface.pl   **NEW FILE**
13425         * tools/README
13426                 script to convert file.gif to file.xface for
13427                 use in a custom header.
13428                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13429
13430 2001-07-27 [alfons]
13431         
13432         * configure.in
13433                 change macros for detecting JPilot and LDAP
13434
13435 2001-07-27 [christoph]
13436
13437         * src/filtering.c
13438                 code cleanup (MIN / MAX warning, needed casting)
13439
13440 2001-07-27 [alfons]
13441
13442         * procheader.c
13443                 disallow setting flags when detecting certain headers
13444                 (X-Status, Status, Seen, X-Seen). 
13445         
13446         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13447
13448 2001-07-27 [christoph]
13449
13450         * src/prefs_filter.c
13451         * src/prefs_filtering.c
13452         * src/prefs_matcher.c
13453         * src/prefs_scoring.c
13454                 scroll list when moving rows up or down
13455
13456         * src/imap.c
13457         * src/imap.h
13458         * src/prefs_account.c
13459         * src/prefs_account.h
13460         * src/send.c
13461                 SMTP over SSL (untested, feedback requested)
13462                 IMAP over SSL
13463
13464         * src/ssl.c
13465                 code cleanup
13466
13467 2001-07-26 [alfons]
13468         
13469         * configure.in, acconfig.h
13470                 define CLAWS (need this for main / claws detection)
13471
13472 2001-07-25 [alfons]
13473
13474         * configure.in
13475                 Sylpheed 0.5.1claws2
13476                 
13477         * sync with Sylpheed 0.5.1cvs4
13478
13479 2001-07-25 [christoph]
13480
13481         * src/scoring.c
13482                 fixed segfault
13483                 item->prefs == NULL (don't know why)
13484
13485 2001-07-25 [alfons]
13486
13487         * configure.in
13488                 Sylpheed 0.5.1claws1
13489
13490         * sync with Sylpheed 0.5.1cvs1-3
13491
13492 2001-07-24 [christoph]
13493
13494         * src/folderview.c
13495         * src/prefs_folder_item.[ch]
13496                 added folderitem preferences dialog with
13497                 default To: and auto request return receipt
13498
13499         * src/compose.[ch]
13500         * src/menu.[ch]
13501                 changes to handle new folderitem preferences
13502
13503         * src/mainwindow.c
13504         * src/summaryview.c
13505                 call compose new mail with current folderitem
13506
13507 2001-07-24 [alfons]
13508
13509         Release Sylpheed 0.5.1claws
13510
13511         * configure.in
13512                 change to release version 0.5.1claws
13513
13514 2001-07-24 [christoph]
13515
13516         * src/summaryview.c
13517                 fixed segfault that happend when the selected
13518                 message was removed while retrieving new messages.
13519
13520         * po/es.po
13521                 updated translation
13522                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13523
13524 2001-07-22 [alfons]
13525
13526         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13527         this is a work in progress, for more information: http://nlpagan.net/sylman 
13528         
13529         * configure.in, src/mainwindow.c, manual/Makefile.am
13530                 add support for English manual
13531
13532         * AUTHORS
13533                 add authors of user manuals
13534
13535         * manual/en/sylpheed*.html
13536                 add English documentation
13537
13538 2001-07-22 [christoph]
13539
13540         * po/POTFILES.in
13541                 added src/ssl.c
13542         * src/ssl.c
13543                 changed a wrong debug message
13544
13545 2001-07-22 [alfons]
13546
13547         * po/nl.po
13548                 update Dutch translation
13549
13550         * src/prefs_filtering.c, 
13551           src/prefs_matcher.c
13552                 add more translatable strings           
13553
13554 2001-07-21 [alfons]
13555
13556         0.5.0claws7
13557
13558         * configure.in
13559                 change version
13560
13561         * src/inc.c, src/summaryview.[ch]
13562                 prevent update of mark file when filtering has done, by
13563                 using a variable; this affects two functions:
13564                         inc.c::inc_finished()
13565                         summaryview.c::summary_show()
13566
13567 2001-07-20 [alfons]
13568
13569         * src/filtering.[ch], src/prefs_filtering.c, 
13570           src/matcher.[ch]
13571                 add filtering action for label coloring 
13572
13573         * po/POTFILES.in
13574                 add labelcolors.c
13575
13576         * added src/labelcolors.c
13577         * added src/labelcolors.h
13578         * src/Makefile.am, src/summaryview.c
13579                 rearrange label coloring code
13580
13581         * src/procmsg.h
13582                 add more parentheses so label colouring works correctly
13583
13584         * src/filtering.c
13585                 don't really delete message, but move it to Trash
13586
13587         * src/prefs_matcher.c
13588                 add quote options to info dialog
13589
13590 2001-07-20 [christoph]
13591
13592         * src/Makefile.am
13593         * src/inc.c
13594         * src/main.[ch]
13595         * src/socket.h
13596         * src/ssl.[ch] (new)
13597                 moved ssl stuff to a seperate file
13598
13599 2001-07-20 [darko]
13600
13601         * src/summaryview.c
13602                 fix show sender using address book with no e-mail
13603                 address in From: field
13604
13605 2001-07-19 [alfons]
13606
13607         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13608                 fix messy handling of escaping... now at least the
13609                 execute command is useful. escape char is '\', we
13610                 accept \n and \r too. 
13611
13612                 Real life example:
13613                 
13614                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13615                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13616
13617 2001-07-18 [alfons]
13618
13619         0.5.0claws6
13620
13621         * src/summaryview.c
13622                 clean up
13623
13624         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13625           src/procmsg.[ch]
13626                 revise filtering; currently move, copy, marking have
13627                 been tested. if you like bleeding edge stuff, you
13628                 should definitely go for this version :)
13629
13630         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13631
13632 2001-07-17 [christoph]
13633
13634         * src/utils.c
13635                 timestamp log
13636
13637 2001-07-17 [alfons]
13638
13639         0.5.0claws5
13640
13641         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13642           bits in the mark file, without affecting either branch. Lots of
13643           files changed, also in claws branch.
13644
13645           UNTESTED: use of mbox folders
13646
13647         * src/summaryview.c
13648                 added mark all read; however this was a quick hack used for
13649                 cleaning up mess after initial merge with Hiroyuki
13650
13651         * configure.in
13652                 change claws version number back to 0.5.0claws5 to clear up 
13653                 confusion & pretension (recent release was technically 
13654                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13655
13656 2001-07-16 [alfons]
13657
13658         sync with Hiroyuki's 0.5.0cvs4
13659
13660 2001-07-16 [alfons]
13661
13662         0.5.1claws3
13663
13664         * src/filtering.[ch]
13665                 remove invalid updating of mark files for 
13666                 filter actions MATCHING_ACTION_MOVE and 
13667                 MATCHING_ACTION_DELETE; this should fix the
13668                 folder update bug
13669                 
13670         * src/procmsg.c
13671                 revert Christoph's stab at fixing the folder 
13672                 update bug
13673
13674         * po/POTFILES.in
13675                 add missing files with translatable strings
13676
13677         * src/summaryview.c
13678                 remove debug print
13679
13680 2001-07-15 [alfons]
13681
13682         * src/addr_compl.[ch], src/prefs_filtering.c
13683                 make "filtering pref dialog's destination entry" an
13684                 "address completable entry", if filter destination is 
13685                 an email address
13686
13687         0.5.1claws2
13688         
13689         sync with Hiroyuki's 0.5.0cvs2-3
13690
13691 2001-07-15 [christoph]
13692
13693         * src/procmsg.c
13694                 fixed folder stats update after incorporation
13695
13696 2001-07-15 [alfons]
13697
13698         * src/summaryview.c
13699                 * finish label colouring stuff (for now)
13700                 * fix incorrect colour bug (off by one) 
13701
13702 2001-07-14 [alfons]
13703
13704         * src/mainwindow.c
13705                 change text labels for news and mail message so there's
13706                 plenty of toolbar estate left
13707
13708         * configure.in
13709                 0.5.1claws1
13710
13711         * src/folderview.c
13712           src/folder.[ch]
13713                 sync with Hiroyuki's 0.5.0cvs1
13714
13715         * src/summaryview.c
13716                 more rewrite label colouring
13717
13718 2001-07-14 [alfons]
13719
13720         * src/summaryview.[ch]
13721                 * start rewrite label colouring 
13722                 * fix proper location "Add Sender To Addressbook" menu item
13723
13724 2001-07-13
13725
13726         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13727         (actually this is 0.5.0claws4)
13728
13729 2001-07-13 [alfons]
13730
13731         * po/pt_BR.po
13732                 * fix duplicate message
13733                 * add updated Portugese / Brazilian translation
13734                   submitted by Fabio Junior Beneditto
13735
13736 2001-07-12 [alfons]
13737
13738         * AUTHORS
13739                 add Jens
13740
13741         * po/nl.po
13742                 add updated Dutch translation
13743
13744         * po/de.po
13745                 add updated German translation submitted by Jens
13746
13747 2001-07-11 [alfons]
13748
13749         Prerelease before 0.5.0claws. Please test.
13750         This version is temporarily tagged as VERSION_0_5_0_TEST
13751
13752         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13753           src/prefs_scoring.c, src/prefs_matcher.c, 
13754           src/prefs_filtering.c, src/mbox.c, 
13755           src/main.c, src/inc.c, src/filtering.[ch]
13756                 revert new Hoa's new matcher (does not work yet)
13757
13758         * src/Makefile.am
13759                 clean up
13760
13761 2001-07-10
13762
13763         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13764
13765
13766 2001-07-10 [alfons]
13767
13768         * Makefile.am
13769                 add ChangeLog.claws to EXTRA_DIST
13770         * src/Makefile.am
13771                 add matcher_parser_parse.h to EXTRA_DIST
13772
13773 2001-07-10 [christoph]
13774
13775         * src/inc.c
13776                 add destination folder to table of
13777                 folders that need to be updated after
13778                 incorporation
13779
13780 2001-07-10 [alfons]
13781
13782         * folder.[ch]
13783           folderview.c
13784                 make collapse state of folders and folder items persistent, i.e.
13785                 if you collapse a folder tree, the next time sylpheed-claws starts 
13786                 up the folder tree remains collapsed.  
13787                 
13788 2001-07-10 [christoph]
13789
13790         * acconfig.h
13791         * configure.in
13792                 added --enable-ssl
13793         * src/md5.[ch]
13794                 renamed MD5_CTX to MD5_CTX_syl
13795                 conflicts with a struct in openssl
13796         * src/inc.c
13797         * src/main.[ch]
13798         * src/prefs_account.[ch]
13799         * src/socket.[ch]
13800                 SSL support for POP
13801         * src/mainwindow.c
13802                 fixed compose with current account
13803                 broken by new compose button stuff
13804
13805 2001-07-09 [hoa]
13806
13807         * AUTHORS
13808                 changed my email address
13809
13810         * src/matcher_parser_parse.y
13811                 clean the parser to remove conflicts
13812
13813 2001-07-09 [alfons]
13814
13815         * AUTHORS
13816                 add Match Grun
13817
13818         * configure.in
13819                 fix incorrect description of --enable-ldap parameter
13820
13821         * src/prefs_common.[ch]
13822           src/compose.c
13823                 add experimental option "smart wrapping" which makes the
13824                 compose editor auto wrap.
13825                 
13826                 | TODO: the problem with the buggy cursor handling is caused |
13827                 | by the GtkText. when deleting / backspacing text its       |
13828                 | wrapping algorithm does not take in account the previous   |
13829                 | line. should find a way to hack this in.                   |
13830                 | or should perhaps combine this with the word wrapping      |
13831                 | patch i wrote in january.                                  |
13832
13833         * src/about.c
13834                 show build parameters for LDAP and JPilot
13835
13836         * src/summaryview.c
13837                 revert Christoph's bugfix for selecting next unread message, 
13838                 because folder stats aren't updated correctly
13839
13840 2001-07-08 [hoa]
13841
13842         * src/filtering.c
13843         * src/mainwindow.c
13844         * src/matcher.c
13845         * src/matcher_parser_lex.l
13846         * src/matcher_parser_parse.y
13847         * src/prefs_filtering.c
13848         * src/prefs_scoring.c
13849         * src/scoring.c
13850                 bugfix of the config file parser
13851
13852 2001-07-08 [alfons]
13853
13854         * src/Makefile.am
13855                 added generated matcher sources to BUILT_SOURCES
13856
13857 2001-07-08 [hoa]
13858
13859         * src/Makefile.am
13860         * src/.cvsignore
13861                 added new config file parser
13862
13863         * src/scoring.[ch]
13864         * src/filtering.[ch]
13865         * src/matcher.[ch]
13866         * src/prefs_filtering.c
13867         * src/prefs_matcher.c
13868         * src/prefs_scoring.c
13869         * added src/matcher_parser.h
13870         * added src/matcher_parser_lex.h
13871         * added src/matcher_parser_lex.l
13872         * added src/matcher_parser_parse.y
13873                 lex & yacc config file parser
13874
13875         * src/mbox.c
13876         * src/inc.c
13877         * src/main.c
13878                 changes prefs_filtering into global_filtering           
13879
13880         * src/summaryview.c
13881                 build threads with subjects only if "Re: " is at the
13882                 beginning of the subject
13883
13884 2001-07-07 [paul]
13885
13886         0.5.0claws
13887
13888         sync with sylpheed 0.5.0
13889                 change of version number only
13890
13891 2001-07-06 [paul]
13892
13893         0.5.0claws5
13894
13895         sync with sylpheed 0.5.0pre5
13896
13897 2001-07-05 [paul]
13898
13899         sync with sylpheed 0.5.0pre4 release
13900                 /po and /manual/ja not sync'ed
13901
13902 2001-07-04 [paul]
13903
13904         more sync with sylpheed 0.5.0pre4
13905
13906 2001-07-03 [christoph]
13907
13908         * src/addressbook.c
13909                 fixed address book broken by address book
13910                 for VCard, JPilot, LDAP
13911
13912 2001-07-03 [alfons]
13913
13914         * src/matcher.c
13915         * src/textview.c
13916                 stopped memory leaks
13917
13918 2001-07-03 [paul]
13919
13920         more sync with sylpheed 0.5.0pre4
13921
13922 2001-07-02 [match]
13923
13924         * included address book patch for VCard, JPilot, LDAP
13925         * pref_common.c - fixed Font options on Display tab (cosmetic)
13926         * alertpanel.c - fixed truncated message
13927
13928 2001-07-02 [christoph]
13929
13930         * src/mbox_folder.c
13931         * src/procmsg.[ch]
13932         * src/summaryview.c
13933                 mark threads for ignoring
13934
13935 2001-07-02 [paul]
13936
13937         0.5.0claws4
13938
13939         * sync with sylpheed 0.5.0pre4
13940                 updated gettext to 0.10.38.
13941
13942 2001-07-01 [paul]
13943
13944         * src/ mainwindow.c
13945         * src/procmsg.h
13946         * src/summaryview.[ch]
13947                 new right-click option: Label.
13948                 substitute for 'Mark-->Mark/Unmark', colours the line.
13949                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13950
13951 2001-07-01 [christoph]
13952
13953         * src/folderview.c
13954                 fixed font for trash
13955         * src/summaryview.c
13956                 move ctree to unread message
13957
13958 2001-07-01 [paul]
13959
13960         * sync with sylpheed 0.5.0pre3 release
13961
13962 2001-06-30 [alfons]
13963
13964         * src/filesel.[ch]
13965         * src/compose.c
13966                 allow inserting / attaching multiple files in
13967                 the composer window
13968
13969 2001-06-30 [paul]
13970
13971         * src/codeconv.c
13972                 small change to Alfons' previous stuff so that it
13973                 actually makes
13974
13975 2001-06-30 [alfons]
13976
13977         * lots of files changed; first attempt to merge the changes
13978           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13979
13980 2001-06-30 [paul]
13981
13982         * po/pt_BR.po
13983                 updated and completed, translations by Fabio
13984                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13985
13986 2001-06-29 [alfons]
13987
13988         * src/compose.c
13989         * src/mimeproc.[ch]
13990                 allow selecting an attached files' mime type from a 
13991                 list of types.
13992
13993 2001-06-29 [paul]
13994
13995         * more sync with sylpheed 0.5.0pre3
13996
13997 2001-06-29 [paul]
13998
13999         * po/pt_BR.po
14000                 merge with sylpheed.pot and pt_BR.po provided by
14001                 Fabio Junior Beneditto.
14002
14003 2001-06-29 [darko]
14004
14005         * src/procmime.c
14006                 make MIME types case insensitive
14007
14008 2001-06-28 [alfons]
14009
14010         * po/nl.po
14011                 merge with sylpheed.pot and old nl.po; translations added.
14012
14013 2001-06-28 [paul]
14014
14015         * more sync with sylpheed 0.5.0pre3
14016
14017 2001-06-27 [alfons]
14018
14019         * src/summaryview.c
14020                 don't crash when removing parent node of messages
14021                 attracted by subject. this was caused by not deleting
14022                 the parent node from the subject line hash table.
14023
14024 2001-06-27 [alfons]
14025
14026         * src/summaryview.c
14027         * src/compose.[ch]
14028         * src/mainwindow.c
14029                 if there are multiple messages selected, allow forwarding
14030                 them as attachments.
14031
14032 2001-06-27 [paul]
14033
14034         * more sync with sylpheed 0.5.0pre3
14035
14036 2001-06-26 [paul]
14037
14038         0.5.0claws3
14039
14040         * sync with sylpheed 0.5.0pre3
14041
14042 2001-06-25 [paul]
14043
14044         * src/mainwindow.c
14045                 fixed 'compose news article' bug
14046                 from icon-and-text toolbar
14047
14048 2001-06-25 [paul]
14049
14050         * sync with sylpheed 0.5.0pre2 release
14051
14052 2001-06-24 [christoph]
14053
14054         * src/prefs_common.c
14055                 bug fix in font selection
14056         * src/folderview.c
14057                 use sylpheed's normal font instead of
14058                 gtk default font for folders without
14059                 new messages
14060
14061 2001-06-24 [alfons]
14062
14063         * src/mainwindow.[ch]
14064                 added composite compose mail / news button (an idea by Leandro
14065                 Pereira <leandro@linuxmag.com.br>)
14066
14067 2001-06-24 [paul]
14068
14069         Added instructions for ldif-to-xml.py
14070
14071         * tools/README
14072
14073 2001-06-23 [alfons]
14074
14075         Some minor things.
14076
14077         * src/pixmaps/stock_news_compose.xpm
14078                 added pixmap by Leandro
14079         * src/prefs_common.c
14080                 tested built-in spelling checker of GCC 3.0 :)
14081         * po/nl.po
14082                 merged dutch translation of sylpheed-main with
14083                 sylpheed.pot
14084
14085 2001-06-23 [paul]
14086
14087         Added tools directory and files.
14088
14089         * tools/filter_conv.pl
14090                 converts old filter system to new filtering system
14091         * tools/ldif-to-xml.py
14092                 converts netscape addressbook to sylpheed addressbook
14093         * tools/README
14094                 descriptions/instructions for above two files
14095
14096 2001-06-23 [christoph]
14097
14098         * src/inc.c
14099         * src/manage_window.[ch]
14100         * src/prefs_common.[ch]
14101                 mail retrieval dialog can be enabled, disabled
14102                 or hidden if non of sylpheed's windows is active
14103
14104 2001-06-22 [paul]
14105
14106         0.5.0claws2
14107
14108         * sync with sylpheed 0.5.0pre2
14109
14110 2001-06-21 [christoph]
14111
14112         * src/summaryview.c
14113                 show recipient on 'from' for all accounts
14114                 
14115         * src/inc.c
14116         * src/prefs_common.[ch]
14117                 disable error popup on mail receive errors
14118
14119 2001-06-21 [alfons]
14120
14121         * src/compose.c
14122                 made the ruler correctly appear and disappear.
14123
14124         * src/Makefile.am
14125                 removed Hoa's work-in-progress-stuff (interesting!) so 
14126                 claws compiles ok.
14127
14128 2001-06-20 [christoph]
14129
14130         * src/inc.c
14131         * src/progressdialog.c
14132                 added scrolled window for list in progressdialog
14133
14134 2001-06-20 [paul]
14135
14136         sync with sylpheed 0.5.0pre1 release
14137
14138 2001-06-20 [christoph]
14139
14140         * src/summeryview.c
14141                 make building threads by subject work when
14142                 thread view is enabled
14143                 
14144         * src/compose.c
14145         * src/prefs_common.[ch]
14146                 automatically select account for mail replys
14147
14148 2001-06-19 [sergey]
14149
14150         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14151         they are filled in from the account settings.
14152
14153 2001-06-19 [paul]
14154
14155         * more sync with sylpheed 0.5.0pre1
14156
14157 2001-06-18 [alfons]
14158
14159         * src/Makefile.am,
14160           src/procmime.c
14161                 added --sysconfdir to CPPFLAGS for pointing to the correct
14162                 location of mime.types. 
14163
14164                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14165                 or ./configure!
14166
14167 2001-06-18 [hoa]
14168
14169         * src/summaryview.c
14170                 fixed some bug when building threads
14171
14172 2001-06-18 [pau]l
14173
14174         * src/prefs_account.c
14175                 UI stuff: More changes to the English
14176
14177 2001-06-18 [paul]
14178
14179         * src/pixmaps/stock_news_compose.xpm: new file
14180         * src/Makefile.am
14181         * src/mainwindow.c
14182         * src/summaryview.c
14183                 Added new icon for Hoa's 'compose a news
14184                 message', plus minor improvements to the
14185                 English
14186
14187         * po/ja.po
14188         * ChangeLog
14189         * ChangeLog.jp
14190                 more sync with sylpheed 0.5.0pre1
14191
14192 2001-06-18 [hoa]
14193
14194         * src/compose.[ch]
14195         * src/mainwindow.c
14196                 Follow-up and reply to
14197
14198         * src/summaryview.[ch]
14199                 Build threads also with subjects
14200
14201 2001-06-17 [hoa]
14202
14203         * src/compose.c
14204                 forwarding use the current account.
14205
14206         * src/mainwindow.c
14207                 the "compose message" button has been replaced with
14208                 "new mail" and "new news" buttons
14209
14210         * src/prefs_common.[ch]
14211                 added a configuration option to use the forward button
14212                 as "forward as attachment"
14213                 changed reply and forward format description
14214
14215         * src/quote_fmt_lex.l
14216         * src/quote_fmt_parse.y
14217                 added message with no signature in format for reply
14218                 and forward.
14219
14220 2001-06-17 [paul]
14221
14222         Minor UI stuff
14223
14224         * src/mainwindow.c
14225         * src/summaryview.c
14226                 Improvements to the English
14227
14228         * src/prefs_common.c
14229                 Improvements to the English and some
14230                 clarity/continuity improvements in the
14231                 description of Quote symbols.
14232
14233 2001-06-17 [paul]
14234
14235         0.5.0claws1
14236
14237         * sync with sylpheed 0.5.0pre1
14238
14239 2001-06-17 [hoa]
14240
14241         * src/compose.c
14242                 Better interface for compose, displayed fields
14243                 are updated whenever we change account.
14244                 Newsgroups field is automatically filled.
14245
14246         * src/mainwindow.c
14247                 Newsgroups field is automatically filled.
14248
14249         * src/prefs_account.c
14250                 Some interface stuff when fields appear and
14251                 disappear.
14252
14253 2001-06-16 [paul]
14254
14255         0.4.99claws
14256
14257         * sync with sylpheed 0.4.99
14258
14259 2001-06-16 [sergey]
14260
14261         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14262         base64_decoder_free, base64_decoder_decode): new object and
14263         functions for decoding base64 streams.
14264         * src/procmime.c (procmime_decode_content): modified to use the
14265         new base64 decoder.
14266
14267 2001-06-15 [paul]
14268
14269         0.4.99claws10
14270
14271         * sync with sylpheed 0.4.99cvs11
14272
14273 2001-06-13 [paul]
14274
14275         0.4.99claws9
14276
14277         * sync with sylpheed 0.4.99cvs9
14278
14279 2001-06-13 [hoa]
14280
14281         * src/compose.c
14282         * src/prefs_account.c
14283
14284                 SMTP server can be defined in the news account
14285                 mime type of attachment are kept.
14286
14287         * src/summaryview.c
14288
14289                 now choose the highest important score between default
14290                 and important score of folder.
14291
14292 2001-06-09 [alfons]
14293         
14294         * src/prefs_common.c: 
14295
14296                 (prefs_quote_description_create): corrected description of 
14297                 quote format characters
14298
14299 2001-06-09 [paul]
14300
14301         0.4.99claws8
14302
14303         * sync with sylpheed 0.4.99cvs8
14304
14305 2001-06-08 [sergey]
14306
14307         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14308         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14309
14310 2001-06-08 [paul]
14311
14312         0.4.99claws7
14313
14314         * sync with sylpheed 0.4.99cvs7
14315
14316 2001-06-06 [sergey]
14317
14318         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14319         clashes with autogenerated header).
14320         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14321         * src/Makefile.am: added quote_fmt.h.
14322         * src/.cvsignore: added lex/yacc autogenerated files
14323         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14324
14325 2001-06-06 [paul]
14326
14327         0.4.99claws6
14328
14329         * sync with sylpheed 0.4.99cvs6
14330
14331 2001-06-06 [hoa]
14332
14333         * added src/quote_fmt_parse.h
14334         * src/compose.c
14335                 removed warnings
14336
14337         * src/prefs.[ch]
14338                 don't modify readonly configuration files
14339
14340         * src/prefs_account.c
14341         * src/prefs_common.c
14342         * src/prefs_customheader.c
14343         * src/prefs_display_header.c
14344         * src/prefs_filter.c
14345         * src/prefs_filtering.c
14346         * src/prefs_scoring.c
14347                 don't open dialog box when configuration files
14348                 are readonly
14349
14350 2001-06-05 [sergey]
14351
14352         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14353
14354         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14355         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14356         BUILT_SOURCES to make all files rebuild properly.
14357
14358         * src/compose.c: removed #include "quote_fmt.tab.h".
14359
14360         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14361         CHARACTER value in yylval.
14362
14363         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14364         receive CHARACTER value by documented means (yylval).
14365
14366         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14367
14368 2001-06-05 [hoa]
14369
14370         * src/Makefile.am
14371                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14372
14373         * src/filtering.c
14374         * src/matcher.c
14375         * src/matcher.h
14376         * src/prefs_filtering.c
14377                 now keep the configuration for execute action
14378
14379         * src/mbox_folder.c
14380                 fixed a warning
14381
14382 2001-06-05 [paul]
14383
14384         * sync with sylpheed 0.4.99cvs5
14385
14386 2001-06-05 [hoa]
14387
14388         * src/Makefile.am
14389                 added quote_fmt.[ch]
14390
14391         * added src/quote_fmt.y
14392         * added src/quote_fmt.l
14393         * added src/quote_fmt.tab.h
14394         * added src/quote_fmt.tab.c
14395         * added src/lex.quote_fmt.c
14396                 parsing configuration for replying
14397                 and forwarding
14398
14399         * src/prefs_common.[ch]
14400                 added configuration UI for replying
14401                 and forwarding
14402
14403         * src/compose.c
14404                 using configuration for replying
14405                 and forwarding
14406
14407 2001-06-04 [hoa]
14408
14409         * src/filtering.c
14410         * src/matcher.c
14411         * src/matcher.h
14412         * src/prefs_filtering.c
14413         * src/prefs_matcher.c
14414         * src/prefs_matcher.h
14415                 action "run a command" for filtering
14416                 and matching with a command.
14417                 fixed the "whole message" matching
14418
14419         * src/mbox_folder.c
14420                 changed temporary filename for security
14421
14422         * src/messageview.c
14423                 queue the notification if it fails to send.
14424
14425         * src/prefs_common.c
14426         * src/prefs_folder_item.c
14427                 changed the default important score             
14428
14429         * src/prefs_scoring.c
14430         * src/scoring.c
14431                 hide kill score input when the folder is not
14432                 a newsgroup
14433
14434 2001-06-03 [alfons]
14435
14436         * src/prefs_common.c:
14437
14438                 (prefs_font_select): pass font name in font entry box to font
14439                 selection dialog.
14440
14441 2001-06-03 [sergey]
14442
14443         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14444
14445 2001-06-03 [paul]
14446
14447         * sync with sylpheed 0.4.99cvs4
14448
14449 2001-06-03 [alfons]
14450
14451         * src/headerwindow.c:
14452
14453                 (headerwindow_show_cb): use the selected summary view item, not
14454                 the displayed item.
14455
14456 2001-06-02 [alfons]
14457
14458         * src/headerwindow.c:
14459
14460                 (headerwindow_show_cb): always try to show msginfo
14461
14462 2001-06-02 [hoa]
14463
14464         * src/compose.c
14465                 keep attached parts when reediting or forwarding.
14466
14467 2001-06-01 [hoa]
14468
14469         * src/folderview.c
14470         * src/prefs_folder_item.[ch]
14471         * src/prefs_scoring.[ch]
14472         * src/scoring.[ch]
14473         * src/summaryview.[ch]
14474         * src/main.c
14475         * src/mainwindow.c
14476         * src/prefs_common.[ch]
14477                 support for folder scoring
14478                 kill score and important score for messages
14479         
14480         * src/prefs_account.c
14481                 some display bug fixed for local account
14482                 preferences
14483
14484 2001-05-31 [alfons]
14485
14486         * src/summaryview.c:
14487
14488                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14489                 sender to address book menu item is disabled.
14490
14491 2001-05-30 [hoa]
14492
14493         * src/filtering.[ch]
14494         * src/summaryview.c
14495                 handling summary menu / filter messages
14496
14497         * src/folder.[ch]
14498                 add some stuff
14499
14500         * src/foldersel.c
14501                 imap folders now appears in list
14502
14503         * src/mbox_folder.c
14504                 doesn't crash if destination mail is not writeable
14505
14506 2001-05-29 [hoa]
14507
14508         * src/compose.c
14509                 removed some warnings
14510
14511         * src/filtering.c
14512         * src/folder.[ch]
14513         * src/prefs_filtering.c
14514                 global string to identify any folders           
14515                 removed some debug info
14516                 filtering to mbox folders is now possible
14517
14518         * src/mainwindow.c
14519                 removed some warnings
14520
14521         * src/mbox_folder.c
14522                 permission on files are changed to read/write for user only,
14523                 nothing for other.
14524                 creation of subfolder is handled better.
14525
14526 2001-05-28 [alfons]
14527
14528         Verified the sync for src/prefs_common.[ch] and
14529         src/prefs_account.[ch]. I believe there were some
14530         minor indentation differences.
14531
14532 2001-05-28 [paul]
14533
14534         0.4.99claws3
14535
14536         * sync with 0.4.99cvs3
14537
14538 2001-05-28 [hoa]
14539
14540         * src/compose.c
14541                 handling flags for mbox format
14542
14543         * src/filtering.c
14544                 use of mark file only for MH format
14545                 handling flags for mbox format
14546                 filtering cannot yet move or copy mails to mbox folders.
14547
14548         * src/folder.[ch]
14549                 changed move_msg, copy_msg,
14550                 move_msgs_with_dest, copy_msgs_with_dest functions
14551                 uses only folder->copy_msg() function
14552                 uses folder->finished_copy() to handle the destination
14553                 folder at the end of the copy or move operation.
14554
14555         * src/foldersel.c
14556                 included mbox directories.
14557
14558         * src/folderview.[ch]
14559         * src/mainwindow.c
14560                 handle folders operation for mbox format
14561
14562         * src/mbox.c
14563                 disable conversion of "From " header
14564
14565         * src/mbox_folder.[ch]
14566                 completion of mbox format handling
14567
14568         * src/mh.c
14569                 changed mh_copy_msg() function and
14570                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14571                 mh_copy_msgs_with_dest()
14572
14573         * src/prefs_filtering.c
14574                 removed some warnings
14575
14576         * src/prefs_matcher.c
14577                 default boolean operation is AND
14578
14579         * src/procheader.c
14580                 handling flags for mbox format
14581                 handling of "From " header
14582
14583         * src/procmsg.[ch]
14584                 removed data field
14585                 added MSG_REALLY_DELETED flags to handle deletion of
14586                 messages in mbox format.
14587
14588         * src/summaryview.c
14589                 handling flags for mbox format
14590                 disable the MSG_DELETED flags when messages
14591                 are deleted in mbox format
14592
14593         * src/textview.c
14594                 "From " headers display fixed.
14595
14596 2001-05-27 [alfons]
14597
14598         * src/textview.c:
14599                 
14600                 (get_email_part): skip quoted email addresses, like in e.g.
14601                 "'alfons@proteus.demon.nl'".
14602
14603 2001-05-26 [alfons]
14604
14605         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14606         and fixing the persistence troubles when using separate windows.
14607
14608         * src/mainwindow.c:
14609         
14610             Added #define SEPARATE_ACTION used in the gtk item factory for 
14611             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14612                 use gtk_item_factory_get_widget_by_action() to get the items.
14613                 
14614             Removed separate_widget_cb from the gtk item factory data   
14615           
14616             (mainwindow_create): connect separate_widget_cb() to check
14617             menu item "toggled" signal. also passing a MainWindow pointer
14618                 as object data for both check menu items.
14619                 
14620             (separate_widget_cb): definition of separate_widget_cb() to match
14621             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14622                 window using gtk_object_get_data(). The type of window separation 
14623                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14624         
14625         * src/prefs_filtering.c,
14626           src/prefs_matcher.c: added horizontal scrollbars
14627
14628 2001-05-25 [darko]
14629
14630         * src/headerview.c
14631                 fix segfault with invalid bold font
14632         * src/summaryview.c
14633                 correctly display summary stats after row is marked
14634
14635 2001-05-23 [sergey]
14636
14637         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14638         encodings with libjconv.
14639
14640 2001-05-23 [hoa]
14641
14642         * src/Makefile.am
14643                 added mbox_folder.[ch]
14644         * src/defs.h
14645                 mbox temporary folder
14646         * src/folder.[ch]
14647         * added src/mbox_folder.[ch]
14648         * src/folderview.c
14649         * src/procheader.[ch]
14650                 added mbox support
14651         * src/mbox.c
14652                 bugfix for file incorporation filtering
14653         * src/imap.c
14654                 enable creation of MBOX
14655         * src/prefs_display_header.c
14656                 enable use of headers like "From "
14657                 something that should be fixed :
14658                         displaying of such headers add an extra space
14659         * src/prefs_folder_item.c
14660                 don't create folders because it is not necessary
14661         * src/procmsg.h
14662                 added data field to MsgInfo for mbox internal use
14663         * src/summaryview.c
14664                 added some support for mbox
14665         * src/utils.[ch]
14666                 added get_mbox_cache_dir() function
14667
14668 2001-05-23 [hiroyuki]
14669
14670         * src/headerwindow.c
14671           src/inc.c
14672           src/main.c
14673           src/mh.c
14674           src/nntp.c
14675           src/procmsg.h
14676           src/session.h
14677           src/socket.[ch]
14678           src/summaryview.c
14679           src/textview.c
14680           src/automaton.c
14681           src/folderview.c: more sync with 0.4.99cvs2.
14682
14683         * src/headerwindow.c: reverted.
14684
14685 2001-05-22 [paul]
14686
14687         0.4.99claws2
14688
14689         * sync with sylpheed 0.4.99cvs2
14690                 * src/news.[ch]
14691                 * src/nntp.[ch]
14692                 * INSTALL
14693                 * INSTALL.jp
14694
14695 2001-05-22 [alfons]
14696
14697         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14698
14699 2001-05-21 [alfons]
14700
14701         Minor things:
14702
14703         * configure.in: if gnome-config not found, "no" is displayed
14704         
14705         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14706
14707         * src/textview.c: now also possible to add mail addresses by right
14708           clicking in the text view
14709
14710         * src/codeconv.c: merged patch which fixes endless loop when encountering
14711           invalid wide characters; from Alte <010@imis.ru>  
14712
14713 2001-05-20 [alfons]
14714
14715         Added installation of gnome specific things:
14716
14717         * Makefile.am: gnome conditional
14718
14719         * configure.in: check for installed gnome
14720
14721         * added sylpheed.png, sylpheed.desktop
14722
14723 2001-05-20 [sergey]
14724
14725         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14726
14727         * src/mainwindow.h (main_window_toolbar_create): created a button
14728         for "Reply to all".
14729         (main_window_set_toolbar_sensitive): enable/disable the new button
14730         appropriately.
14731         (toolbar_reply_to_author_cb): handle the new button.
14732
14733         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14734         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14735         failure).
14736
14737 2001-05-19 [sergey]
14738
14739         * src/compose.h (ComposeReplyMode): new modes
14740         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14741         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14742
14743         * src/compose.c
14744         (compose_send): move some code into a new function:
14745         (compose_current_mail_account): new function.
14746         (compose_reply): new argument to_author, all callers changed; if
14747         to_author==TRUE and account->protocol==A_NNTP, find and use an
14748         appropriate mail account for replying.
14749         (compose_reply_set_entry): new argument to_author; ignore
14750         compose->replyto if to_author==TRUE.
14751
14752         * src/mainwindow.c: new command "Message/Reply to author".
14753         (main_window_set_menu_sensitive): enable/disable it.
14754         (reply_cb): handle it.
14755
14756         * src/summaryview.c: new command "Reply to author".
14757         (summary_set_menu_sensitive): enable/disable it.
14758         (summary_reply_cb): handle it.
14759
14760         * src/account.c (account_find_mail_from_address): new function.
14761
14762 2001-05-18 [paul]
14763
14764         0.4.99claws1
14765
14766         * sync with sylpheed 0.4.99cvs1
14767
14768 2001-05-18 [hoa]
14769
14770         * src/compose.[ch]
14771         * src/filtering.c
14772         * src/summaryview.c
14773                 new filtering action : forward and forward as attachment
14774
14775         * src/main.c
14776                 no need for $DISPLAY when we run sylpheed --help
14777                 call to parse_cmd_opt() is moved
14778
14779         * src/mainwindow.[ch]
14780                 execute button is hidden when immediate execute
14781                 is chosen
14782
14783         * src/mh.c
14784         * src/news.c
14785         * src/prefs_folder_item.c
14786         * src/procmsg.c
14787                 better handling of missing directories
14788
14789         * src/summaryview.c
14790                 reedit is enabled in outbox
14791                 reedit is enabled in queue
14792
14793 2001-05-17 [hoa]
14794
14795         * src/filtering.c
14796         * src/matcher.[ch]
14797         * src/prefs_filtering.c
14798                 changed attachement into attachment
14799
14800 2001-05-17 [alfons]
14801
14802         0.4.67claws4    
14803
14804         * sync with sylpheed 0.4.67cvs9
14805         * sync with sylpheed 0.4.67cvs7-8
14806
14807 2001-05-17 [hoa]
14808
14809         * src/Makefile.am
14810                 added prefs_filtering.c
14811
14812         * src/filtering.[ch]
14813         * src/matcher.[ch]
14814                 removed action : forward_news and forward_news_as_attachement
14815                 (forward and forward_as_attachement can be used instead)
14816
14817         * src/mainwindow.c
14818                 added menu option to access filtering configuration
14819
14820         * src/prefs_account.c
14821                 changed mail_command default to /usr/sbin/sendmail
14822
14823         * added src/prefs_filtering.[ch]
14824                 dialog box for filtering configuration
14825
14826         * src/prefs_matcher.c
14827                 added function prefs_matcher_get_criteria_from_matching()
14828
14829         * src/prefs_scoring.c
14830                 reset the dialog when register or substitute is clicked
14831
14832 2001-05-15 [hoa]
14833
14834         * src/Makefile.am
14835                 added filtering.[ch]
14836         * src/inc.c
14837                 using filering.[ch] instead of filter.[ch]
14838         * src/main.c
14839                 reading new filtering configuration
14840         * src/matcher.[ch]
14841                 added some filtering actions
14842                 and fixed a bug for headers and mail body matching
14843         * src/mbox.c
14844                 using filering.[ch] instead of filter.[ch]
14845         * src/mh.c
14846                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14847         * src/summaryview.c
14848                 some fixes for filtering
14849
14850 2001-05-14 [hiroyuki]
14851
14852         * src/send.c: fixed some weird indentations.
14853           send_message_with_command(): call pclose() only if p != NULL.
14854         * src/textview.c: get_email_part(): modified the code for readability.
14855
14856 2001-05-14 [hiroyuki]
14857
14858         * src/md5global.h
14859           src/md5ify.c
14860           src/md5ify.h: removed from the cvs.
14861
14862 2001-05-13 [sergey]
14863
14864         * src/main.c: include rfc2015.h to avoid compiler warnings.
14865         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14866         the panel is already on screen.
14867         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14868         closing the alert window by ESC as "No".
14869         * src/prefs_common.c (prefs_interface_create): moved return
14870         receipt check button to the correct place.
14871
14872 2001-03-13 [alfons]
14873
14874         * src/prefs_common.c: 
14875                 moved return receipt check button to the Send tab. (prefs_send_create)
14876                 removed the date format ui related globals. (prefs_display_create)
14877
14878         0.4.67claws3
14879         
14880         * sync with sylpheed 0.4.67cvs5-6
14881
14882 2001-05-13 [paul]
14883
14884         * added Alfons' font selection patch
14885
14886         * src/defs.h
14887         * src/headerwindow.c
14888         * src/prefs_common.c
14889         * src/prefs_common.h
14890
14891 2001-05-13 [hoa]
14892         * src/defs.h
14893                 changed version of cache
14894         * src/matcher.[ch]
14895         * src/prefs_matcher.c
14896                 added additionnal matching criteria
14897         * src/procheader.c
14898         * src/procmsg.[ch]
14899         * src/news.c
14900                 added references in MsgInfo
14901
14902 2001-05-12 [hoa]
14903
14904         * src/defs.h
14905                 prepared some things for new filtering
14906         * src/matcher.[ch]
14907                 added some matching properties
14908                 inreplyto need to be enhanced
14909                 prepared some things for new filtering
14910         * src/messageview.c
14911                 added Return-Receipt-To handling
14912         * src/prefs_folder_item.c
14913                 changed default value to TRUE
14914         * src/prefs_matcher.c
14915                 added some matching properties
14916         * src/prefs_scoring.[ch]
14917                 the scoring dialog is finished
14918         * src/procheader.c
14919                 added Return-Receipt-To handling
14920                 Reference need to be added
14921         * src/procmsg.[ch]
14922                 added Return-Receipt-To handling
14923                 added threadscore to get a better score sorting when
14924                 threads are enabled
14925         * src/summaryview.c
14926                 suppressed a bug when we sort the list
14927                 when no folder is opened.
14928                 better score sorting when threads are enabled
14929
14930 2001-05-12 [alfons]
14931
14932         * reverted previous patch because of potential errors 
14933
14934         0.4.67claws2
14935         
14936         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14937                 applied "toggle mail-retrieval dialog window" patch submitted 
14938                 by Eric Limpens <eric@qnt.net>
14939
14940         * sync with sylpheed 0.4.67cvs4
14941
14942 2001-05-12 [sergey]
14943
14944         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14945         some picky compilers.
14946         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14947         * src/grouplist_dialog.c: include alertpanel.h.
14948         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14949         fix compile warning.
14950         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14951         #include "defs.h" before others to prevent the warning of `MIN'
14952         and `MAX' redefinition.
14953
14954 2001-05-11 [hoa]
14955
14956         * src/main.c
14957         * src/messageview.c
14958         * src/prefs_account.c
14959         * src/prefs_display_header.c
14960                 removed warning
14961         * src/Makefile.am
14962                 added prefs_scoring.[ch]
14963         * src/grouplist_dialog.c
14964                 display an error dialog box if the group list
14965                 cannot be fetched.
14966         * src/mainwindow.[ch]
14967                 added main_window_set_thread_option() function
14968                 scoring dialog box enabled
14969         * src/matcher.[ch]
14970                 added flags matching unread /new / marked
14971                 / deleted / replied / forwarded
14972         * src/news.c
14973                 newsgroups are now finally in newscache
14974         * src/prefs_matcher.[ch]
14975                 finished preferences for matching dialog
14976         * added src/prefs_scoring.[ch]
14977                 scoring dialog box completed
14978         * src/scoring.[ch]
14979                 conversion to string : added scoringprop_to_string()
14980                 write config for preferences :
14981                 added prefs_scoring_write_config()
14982         * src/summaryview.c
14983                 threads can be enabled/disabled independently
14984                 for each folder
14985
14986 2001-05-10 [alfons]
14987
14988         0.4.67claws1
14989         
14990         * AUTHORS: 
14991                 thought it would be nice to have a list of all
14992                 contributors (used Changelog as a reference)
14993         
14994         * configure.in: 
14995                 messed up version numbering...
14996
14997         0.4.66claws1
14998
14999         * sync with sylpheed 0.4.67cvs1-3
15000
15001 2001-05-10 [darko]
15002
15003         * src/prefs_common.c:
15004                 better UI for strftime format, double clicking
15005                 on format now inserts the format in text entry
15006                 replaced close button with standard OK/Cancel
15007                 moved date format button to the right of the
15008                 text entry field
15009
15010 2001-05-09 [alfons]
15011
15012         * src/gtkstext.c:
15013                 Ctrl-Home / Ctrl-End have proper cursor navigation
15014
15015 2001-05-09 [hoa]
15016
15017         * src/prefs_matcher.c
15018                 finished UI to define matching properties
15019                 added ok and cancel button
15020         * src/prefs_filter.c
15021                 added ok and cancel button
15022         * src/news.c
15023                 fixed some bug in xhdr parsing
15024
15025 2001-05-08 [alfons]
15026
15027         * src/textview.c: 
15028                 fixed a bug in textview_show_header(), which displayed two colons (':');
15029                 cleaned up some warnings
15030
15031 2001-05-08 [hoa]
15032
15033         * src/Makefile.am
15034                 added prefs_matcher.[ch]
15035                 compilation with -W -Wall
15036         * src/alertpanel.c
15037                 ungrab the mouse events if grabbed - does it
15038                 fix the bug for disposition notification ?
15039         * src/mainwindow.c
15040                 added a menu option to open the matching dialog.
15041         * src/matcher.[ch]
15042                 added matcherprop_to_string() and matcherlist_to_string()
15043                 fixed some bugs, changed the name of some options
15044                 age_sup and age_inf becomes age_greater and age_lower,
15045                 body and messageheaders becomes body_part and headers_part,
15046                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15047         * src/prefs_display_header.c
15048         * src/prefs_headers.c
15049                 fixed a bug that accidentally destroyed dialogs
15050                 when closed them with delete_event
15051                 Added *_deleted() which handle delete_event signal correctly.
15052         * src/prefs_folder_item.[ch]
15053                 added "enable_thread" field for future customization
15054         * added src/prefs_matcher.[ch]
15055                 sample of the UI to define matching properties
15056         * src/procheader.c
15057                 using procheader_headername_equal instead of str*cmp functions
15058                 using procheader_parse_header() function
15059         * src/scoring.c
15060                 using MATCHING_XXX instead of SCORING_XXX
15061         * src/summaryview.c
15062                 display the sender of the news even if this is ourself
15063                 when this is a news message.
15064         * src/textview.c
15065                 using headername_equal() instead of str*cmp functions
15066
15067 2001-05-08 [alfons]
15068
15069         0.4.66claws
15070
15071         * sync with sylpheed 0.4.66
15072         * src/gtkstext.c: trace logs added 
15073
15074 2001-05-08 [sergey]
15075
15076         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15077         signature check popup.
15078         * src/rfc2015.c (check_signature): show signature check popup only
15079         if it is enabled in preferences.
15080
15081 2001-05-07 [alfons]
15082
15083         0.4.66claws4
15084         
15085         * sync with sylpheed 0.4.66cvs6
15086
15087 2001-05-07 [darko]
15088
15089         * src/prefs_common.[ch]: added option to enable/disable
15090           looking up sender name in address book for summary pane
15091         * src/summaryview.c: look up sender in the address book
15092           by using Alfons' address completion code
15093
15094 2001-05-07 [hiroyuki]
15095
15096         * src/inc.h
15097           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15098           member of Pop3State.
15099         * src/news.c: brought #include "defs.h" before #include <glib.h>
15100           to prevent the warning of `MIN' and `MAX' redefinition.
15101
15102 2001-05-06 [hoa]
15103
15104         * removed src/headers_display.[ch]
15105         * removed src/prefs_display_headers.[ch]
15106         * src/inc.c
15107                 use a temporary file in the user directory for mbox import
15108         * src/news.c
15109                 added XHDR support to get "To" and "Cc" headers
15110                 (in order to match news with to or cc field for
15111                 scoring)
15112                 added function news_parse_xhdr() to get XHDR response
15113         * src/nntp.[ch]
15114                 added function nntp_xhdr()
15115         * src/matcher.c
15116                 fetch the message if necessary
15117
15118 2001-05-06 [alfons]
15119
15120         0.4.66claws3
15121
15122         * sync with sylpheed 0.4.66cvs3-5
15123
15124 2001-05-06 [hoa]
15125
15126         * src/utils.[ch]
15127                 added function itos_buf() to enable use of several buffers
15128         * src/summaryview.c
15129                 use of itos_buf() instead of itos() in summary list
15130                 to fix the broken display of message number.
15131
15132 2001-05-06 [alfons]
15133
15134         * src/gtkstext.c: bug in cursor up navigation fixed,
15135                 fixed another unsigned / signed comparison (we're getting there :-)
15136
15137 2001-05-06 [hoa]
15138
15139         * src/Makefile.am
15140                 added scoring.c scoring.h
15141                 prefs_folder_item.c prefs_folder_item.h
15142                 matcher.c matcher.h
15143         * src/defs.h
15144                 added FOLDERITEM_RC SCORING_RC
15145         * src/folder.[ch]
15146                 added prefs field in FolderItem :
15147                 properties for each folder (PrefsFolderItem),
15148                 sorting type and mode were added as the first properties.
15149         * src/main.c
15150                 read config for scoring
15151         * added src/matcher.[ch]
15152                 gives functions to parse configuration file to do
15153                 matching on mails with a list of conditions.
15154         * src/mainwindow.c
15155                 add option to sort by score
15156         * src/prefs_common.[ch]
15157                 added preference option to show score and for
15158                 the score column size
15159         * added src/prefs_folder_item.[ch]
15160                 properties for each folder (PrefsFolderItem),
15161                 sorting type and mode were added as the first properties.
15162         * src/procheader.[ch]
15163                 added procheader_parse_header()
15164                 added procheader_header_free()
15165                 added procheader_headername_equal()
15166                 and made modification to use them.
15167         * src/procmsg.[ch]
15168                 added score field to MsgInfo structure
15169         * added src/scoring.[ch]
15170                 gives functions to parse configuration file to do
15171                 scoring on mails with a list of conditions.
15172         * src/summaryview.[ch]
15173                 save the sorting type and mode for the folder
15174                 added column to display the score of the mail
15175                 added function summary_score_clicked()
15176                 sorting type and mode are restored to the folder
15177                 when it is reopen
15178         * src/textview.c
15179                 use procheader_parse_header(), procheader_headername_equal()
15180                 removed memory leak in text_scan_header when freeing headers
15181         * src/filter.c
15182                 changed the function to match names of headers
15183                 using procheader_headername_equal()
15184
15185         Scoring functions are implemented, an interface is needed
15186         to configure that.
15187
15188 2001-05-04 [alfons]
15189
15190         * src/gtkstext.c: 
15191                 hopefully fixed the row up navigation bug,
15192                 removed adding back / forward lines to cache
15193
15194 2001-05-04 [sergey]
15195
15196         * src/prefs_display_headers.c: user interface changes:
15197         (prefs_display_headers_create): remove unused "Show" check button;
15198         allow reordering of headers by dragging.
15199         (prefs_display_headers_write_config): remove unused variables.
15200         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15201         of lists (not needed with the new UI).
15202         (prefs_display_headers_set_list): scan lists starting from row 0,
15203         not 1 (do not skip "(New)").
15204         (prefs_display_headers_find_header): new function.
15205         (prefs_display_headers_clist_set_row): do not allow duplicates.
15206         (prefs_display_headers_delete_cb): do not skip row 0; treat
15207         closing the alert window by ESC as "No".
15208         (prefs_display_headers_up): do not protect row 0.
15209         (prefs_display_headers_down): do not protect row 0.
15210
15211 2001-05-04 [sergey]
15212
15213         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15214         functions.
15215
15216         * src/summaryview.c
15217         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15218         summary_select_next_marked, summary_select_prev_marked): new
15219         functions.
15220
15221 2001-05-03 [sergey]
15222
15223         * src/news.c: fixed a bug when no article can be fetched after
15224         server timeout if the connection was restored by news_post():
15225         (news_select_group): new function.
15226         (news_fetch_msg): call news_select_group() before fetching
15227         article.
15228         (news_get_uncached_articles): set session->group after successful
15229         GROUP command.
15230
15231 2001-05-03 [hoa]
15232
15233         * src/defs.h
15234         * src/procmsg.[ch]
15235         * src/procheader.c
15236                  changed version of cache, added cc field
15237
15238         * src/prefs_display_headers.c
15239                 the interface was changed
15240
15241         * src/prefs_headers.c
15242                 added cancel button
15243
15244 2001-05-03 [alfons]
15245
15246         * completed sync of sylpheed cvs2
15247         * src/gtkstext.c: updated row up / down cursor navigation
15248         * src/textview.c: re-edited, prepared for fixing the email address
15249                 scanner.
15250
15251 2001-05-03 [darko]
15252
15253         * src/prefs_common.c: use alfons' strftime ui code
15254         entry_datefmt and datefmt_sample widgets have to be
15255         global in this module because of this change
15256
15257 2001-05-03 [hoa]
15258
15259         * src/messageview.c
15260         * src/prefs_common.[ch] added option to activate the return receipt
15261                 feature.
15262
15263 2001-05-02 [alfons]
15264
15265         * src/gtkstext.c: fix for row up/down cursor navigation. 
15266
15267         0.4.66claws2
15268         
15269         * sync with 0.4.66cvs2
15270
15271 2001-05-02 [paul]
15272
15273         added add-sender-to-addressbook patch
15274
15275         * src/addressbook.c
15276         * src/addressbook.h
15277         * src/summaryview.c
15278
15279 2001-05-02 [sergey]
15280
15281         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15282         G_ALERTDISABLE.
15283
15284         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15285         all existing callers changed to pass FALSE; create a check button
15286         to disable the message.
15287         (alertpanel_message_with_disable): new function.
15288         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15289         (alertpanel_button_toggled): new function.
15290         (alertpanel_button_clicked, alertpanel_close): set value using
15291         G_ALERT_VALUE_MASK.
15292
15293         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15294
15295         * src/prefs_common.c (prefs_privacy_create): new check button
15296         checkbtn_gpgme_warning.
15297
15298         * src/main.c (main): moved preferences reading before gpgme
15299         initialization; check prefs_common.gpgme_warning before giving the
15300         GnuPG warning and set it to FALSE if the user wants to disable the
15301         warning.
15302
15303 2001-05-02 [hiroyuki]
15304
15305         * src/prefs_display_headers.c: modified the layout and some labels.
15306
15307 2001-05-02 [sergey]
15308
15309         * src/prefs_account.c (prefs_account_fix_size): new function.
15310         (prefs_account_create): call prefs_account_fix_size(); use
15311         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15312         size when the window is shown for the first time).
15313         (prefs_account_basic_create): changed layout of serv_table; moved
15314         localmbox_entry above smtpserv_entry (logically it replaces
15315         POP3/IMAP server).
15316         (prefs_account_protocol_activated): set sensitivity of
15317         nntpauth_chkbtn according to the protocol (in addition to
15318         hide/show); commented out gtk_table_set_row_spacing() calls.
15319         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15320         not sensitive (fixes a bug with disabled username/password boxes
15321         when editing POP3 account after NNTP with authentication).
15322
15323 2001-05-02 [hoa]
15324
15325         * src/account.c
15326         * src/inc.c
15327         * src/prefs_account.[ch]
15328         * src/send.c
15329                 removed local account without SMTP server
15330                 added option to use mail command instead of a connexion
15331                 to SMTP server when a local account is used
15332         * src/prefs_headers.c
15333                 fixed a bug
15334         * src/news.c
15335                 fixed a bug when connexion immediately closed
15336
15337 2001-05-01 [alfons]
15338
15339         0.4.66claws1
15340         
15341         * sync with 0.4.65
15342
15343 2001-05-01 [sergey]
15344
15345         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15346         widget nntpauth_chkbtn.
15347         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15348         visibility.
15349         (prefs_account_nntpauth_toggled): new function.
15350
15351         * src/news.c (news_session_new_for_folder): use NNTP
15352         authentication only if ac->use_nntp_auth is set.
15353
15354 2001-05-01 [hoa]
15355
15356         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15357         * src/prefs_display_headers.c changed the UI
15358         * src/prefs_headers.c changed account_name to account_id
15359         * src/compose.c using customheader.h
15360
15361 2001-05-01 [hiroyuki]
15362
15363         * src/esmtp.c
15364           src/news.c
15365           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15366           unsynched.
15367
15368 2001-05-01 [hoa]
15369
15370         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15371         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15372                 for displaying of headers
15373         * src/grouplist_dialog.[ch] minor changes to remove warnings
15374         * src/prefs_display_headers.[ch] dialog to choose the
15375         headers to display in the mail viewer.
15376         * src/headers.h correction of #define
15377         * src/headers_display.[ch] configuration for displaying of headers.
15378         * src/main.c read config of displaying of headers
15379         * src/prefs_common.c add a button to access the config dialog
15380                 for displaying of headers
15381         * src/prefs_display_headers.[ch] dialog for configuration for
15382                 displaying of the headers.
15383         * src/prefs_headers.c cleaning of code
15384         * src/procheader.c comments added to code
15385         * src/textview.c changes to reorder the headers depending
15386                 on the config for displaying of headers
15387
15388 2001-04-30 [alfons]
15389
15390         0.4.65claws7
15391
15392         * sync with 0.4.65cvs12
15393
15394         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15395
15396 2001-04-30 [sergey]
15397
15398         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15399
15400         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15401         is set to force reconnection after authentication failure.
15402         (nntp_gen_command): set sock->auth_failed on authentication
15403         failure, or if sock->userid and sock->passwd are not set.
15404
15405         * src/news.c (news_session_new_for_folder): set userid=NULL if
15406         password dialog is cancelled.
15407
15408 2001-04-30 [sergey]
15409
15410         * src/nntp.h (NNTPSockInfo): new type.
15411
15412         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15413         SockInfo.
15414         (nntp_open_auth, nntp_close): new functions.
15415         (nntp_gen_command): new function to handle authentication; all
15416         NNTP command functions updated to use it.
15417         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15418         (nntp_list): removed old useless code.
15419
15420         * src/news.h (NNTPSession): new field nntp_sock.
15421
15422         * src/news.c: all functions updated to use NNTPSockInfo instead of
15423         SockInfo.
15424         (news_session_new): new arguments (userid, passwd); made static;
15425         use nntp_open_auth() if needed.
15426         (news_session_destroy): use nntp_close() instead of sock_close().
15427         (news_query_password): changed arguments.
15428         (news_session_new_for_folder): new function.
15429         (news_session_get): use news_session_new_for_folder().
15430         (news_authenticate): deleted.
15431         (news_get_uncached_articles): removed old authentication code.
15432
15433 2001-04-30 [sergey]
15434
15435         * src/news.c: reverted my previous changes (need to do NNTP
15436         authentication in a cleaner way).
15437         
15438 2001-04-29 [sergey]
15439
15440         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15441         news_nntp_post, news_nntp_mode): new functions (wrappers with
15442         authentication support).
15443         (news_get_article_cmd, news_get_article, news_get_header): new
15444         argument "folder"; all callers changed.
15445         (news_get_article_cmd): added authentication support.
15446         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15447         (news_post): use news_nntp_post() instead of nntp_post().
15448         (news_get_uncached_articles): use news_nntp_group() instead of
15449         nntp_group() and news_nntp_xover() instead of nntp_xover();
15450         removed old authentication code.
15451         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15452
15453         * src/nntp.c (nntp_list): return real error code instead of
15454         hardcoded NN_ERROR.
15455
15456 2001-04-29 [sergey]
15457
15458         * configure.in: fixed wint_t typedef detection again
15459
15460 2001-04-28 [hoa]
15461
15462         * src/prefs_account.[ch], added A_LOCAL_CMD
15463                 (send mail with mail command)
15464         * src/send.c added function send_message_with_command()
15465         * src/inc.c made a more secure get_spool() function with
15466                 mktemp() but maybe mkstemp() or something more
15467                 secure can be used.
15468
15469 2001-04-28 [alfons]
15470
15471         * src/textview.c, colorization of email addresses in headers
15472
15473         0.4.65claws6
15474
15475         * bug sync with sylpheed
15476         * prefs_common.c: created date format ui for darko
15477         * sync with 0.4.65cvs11
15478         * configure.in: corrected to have the new gpg checks
15479
15480 2001-04-27 [alfons]
15481
15482         * completed sync with 0.4.65cvs10
15483         * minor debug things added to gtkstext.c
15484
15485 2001-04-27 [darko]
15486
15487         * configure.in: remove check for availability of
15488           strftime() as advised by Hiroyuki
15489         * src/prefs_common.[ch], src/procheader.c:
15490           synch strftime() code with Hiroyki's main branch
15491
15492 2001-04-26 [sergey]
15493
15494         * src/news.c: news_query_password(), news_authenticate(): new
15495           functions.
15496           news_get_uncached_articles(): added NNTP authentication
15497           handling.
15498         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15499           new functions.
15500         * src/prefs_account.c: prefs_account_protocol_activated():
15501           enable userid and password fields for NNTP.
15502
15503 2001-04-26
15504
15505         * configure.in: check for availability of strftime()
15506           [darko]
15507         * src/prefs_common.[ch], src/procheader.c: use
15508           strftime() for displaying date in summary pane if it
15509           is available
15510
15511 2001-04-25
15512
15513         * more .cvsignore cleanups [alfons]
15514
15515 2001-04-25
15516
15517         * ac/sv-check-type.m4: new autoconf macro.
15518         * configure.in: fixed wint_t typedef detection (did not work
15519           with gcc-2.96).
15520
15521 2001-04-25
15522
15523         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15524           [hiroyuki]
15525
15526 2001-04-24
15527         * modified gtkstext.c : buggy cursor navigation fixed, 
15528           and font descent also taken in account when drawing
15529           cursor. [alfons]
15530
15531 2001-04-24 [hoa]
15532         * added comments in src/news.c src/nntp.c
15533         * added src/prefs_headers.[ch]
15534         * added src/headers.[ch]
15535         * modified compose.c to activate custom headers
15536                 added function is_in_custom_headers
15537         * modified prefs_account.[ch]
15538                 added function prefs_account_customhdr_edit
15539         * modified src/defs.h :
15540                 added HEADERS_RC : name of the config file
15541                 for the custom headers
15542
15543 2001-04-24
15544
15545     0.4.65claws5
15546
15547         * configure.in
15548           src/gtkstext.[ch]
15549           src/compose.c
15550           src/Makefile.am
15551           
15552           added gtkstext with configure.in patch by Hiroyuki which
15553           should fix the XIM detection [alfons]
15554
15555         * more clean up of cvs [alfons]
15556
15557                  * removed all Makefile.in files to attic.
15558
15559                  * updated all .cvsignores to really ignore things that could
15560                    be unintentionally committed by a recursive commit.
15561
15562 2001-04-23 [hoa]
15563         * added src/grouplist_dialog.[ch]
15564         * changed src/folderview.c to call grouplist_dialog instead
15565                 of inputdialog
15566         * src/news.c :
15567                 added functions news_reset_group_list
15568                 and news_get_group_list
15569         * src/nntp.c :
15570                 added function nntp_list
15571         * src/defs.h :
15572                 added GROUPLIST_FILE : name of the newsgroup list cache file
15573
15574 2001-04-21
15575
15576         * added option to warn about queued messages on exit [sergey]:
15577
15578           * src/compose.c: compose_queue(): call folder_item_scan()
15579             and folderview_update_item() after queueing.
15580           * src/folderview.c: folderview_update_node(): draw the queue
15581             folder in bold font if there are queued messages.
15582           * src/mainwindow.c: queued_messages(): new function.
15583             app_exit_cb(): display warning if there are queued messages
15584             if warn_queued_on_exit is set.
15585           * prefs_common.[ch]: add warn_queued_on_exit option.
15586
15587         * enhanced GnuPG key selection support [sergey]:
15588
15589           * src/select-keys.c: updated to newer version from Win32
15590             branch with support for selecting arbitrary keys.
15591           * src/prefs_account.c: added the Privacy tab to the account
15592             options window.
15593             prefs_account_privacy_create(),
15594             prefs_account_sign_key_set_data_from_radiobtn(),
15595             prefs_account_sign_key_set_radiobtn(): new functions.
15596           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15597           * src/rfc2015.c: set_signers(): new function.
15598             pgp_sign(): add the account parameter, call set_signers().
15599             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15600           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15601           * src/compose.c: pass the current account to rfc2015_sign().
15602
15603         * tag name claws added to prevent confusion with main branch [alfons]
15604
15605         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15606
15607         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15608
15609         * sync with recent sylpheed cvs. Untested though. [alfons]
15610