0.8.11claws98
[claws.git] / ChangeLog.claws
1 2003-04-17 [christoph]  0.8.11claws98
2
3         * ac/spamassassin.m4
4         * src/plugins/spamassassin/libspamc.[ch]
5         * src/plugins/spamassassin/utils.[ch]
6                 sync libspamc with SpamAssassin project
7
8 2003-04-17 [christoph]  0.8.11claws97
9
10         * src/common/socket.h
11         * src/gtk/sslcertwindow.h
12                 rename old USE_SSL to USE_OPENSSL
13
14 2003-04-17 [paul]       0.8.11claws96
15
16         * src/prefs_common.h
17                 use gulong for P_COLOR so that it compiles/runs on
18                 64-bit systems. Patch submitted by James Noyes
19                 <jnoyes-claws@retrogeeks.com>
20                 
21         * po/de.po
22                 updated by Jens
23
24 2003-04-17 [paul]       0.8.11claws95
25
26         * sync with 0.8.11cvs27
27                 see ChangeLog 2003-04-16
28
29 2003-04-15 [paul]       0.8.11claws94
30
31         * src/prefs_common.[ch]
32                 rearrange to stop the window getting too long:
33                         move Receive dialog stuff to Receive tab
34                         move Send dialog to Send tab
35                         remove Dialogs frame
36                 rename 'Open messages in summary with cursor keys' to
37                 'Always open messages in summary when selected', as its
38                 more appropriate
39
40 2003-04-15 [paul]       0.8.11claws93
41
42         * src/prefs_common.[ch]
43           src/summaryview.c
44                 add new option '/Interface/Open next message on deletion'
45
46 2003-04-15 [paul]       0.8.11claws92
47
48         * src/summaryview.[ch]
49                 add /Mark/Lock and /Mark/Unlock to the pop-up
50                 menu. Patch submitted by Ivan Francolin Martinez
51                 <ivanfm@users.sourceforge.net>
52
53 2003-04-15 [paul]       0.8.11claws91
54
55         * sync with 0.8.11cvs24
56                 see ChangeLog 2003-04-15
57
58 2003-04-14 [jens]       0.8.11claws90
59
60         * updated German translation and some corrections from
61                 Roland Bless <bless@tm.uka.de>
62
63 2003-04-14 [paul]       0.8.11claws89
64
65         * sync with 0.8.11cvs22
66                 see ChangeLog 2003-04-14
67
68 2003-04-13 [paul]       0.8.11claws88
69
70         * src/plugins/clamav/clamav_plugin.c
71                 fix memory leaks
72                 clean up
73
74 2003-04-12 [paul]       0.8.11claws87
75
76         * src/plugins/clamav/clamav_plugin.c
77                 activate enable/disable archive scanning option
78                 
79         * src/plugins/clamav/.cvsignore         ** NEW FILE **
80
81 2003-04-12 [paul]       0.8.11claws86
82
83         * src/plugins/Makefile.am
84           src/plugins/clamav/Makefile.am                ** NEW FILE **
85           src/plugins/clamav/README                     ** NEW FILE ** 
86           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
87           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
88                 add Clam AntiVirus plugin
89
90 2003-04-12 [paul]       0.8.11claws85
91
92         * sync with 0.8.11cvs21
93                 see ChangeLog 2003-04-11
94
95 2003-04-11 [paul]       0.8.11claws84
96
97         * po/es.po
98                 update Spanish translation. Submitted by Ricardo
99                 Mones Lastra.
100
101 2003-04-10 [christoph]  0.8.11claws83
102
103         * src/mbox.c
104                 fix typo that did not move unfiltered mails to destination
105                 folder
106
107         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
108          when filtering from spool)
109
110 2003-04-10 [christoph]  0.8.11claws82
111
112         * src/imap.c
113                 use BODY.PEEK instead of BODY in in message fetch operation
114                 to make sure the IMAP server does not set the \Seen flag for
115                 messages. Sylpheed does that later itself, when the message
116                 is opened in sylpheed
117
118         (closes Bug 111 Claws destroys unread marks)
119
120 2003-04-09 [oliver]     0.8.11claws81
121         
122         * src/folder.c
123                 fix crash in folder_destroy
124         * README.claws
125                 remove selective download
126
127 2003-04-09 [christoph]  0.8.11claws80
128
129         * src/imap.c
130                 fix crash in imap_get_msginfo() when then fetched message
131                 is not found
132
133         (closes Bug 110 Crash during mail composition)
134
135 2003-04-08 [christoph]  0.8.11claws79
136
137         * src/folder.c
138         * src/prefs_account.c
139                 Filter new messages that are found in an INBOX folder
140                 when 'Filter messages on receiving' is enabled in the
141                 Folder's AccountPrefs. This allows to use Sylpheed's
142                 filtering engine for IMAP folders where messages are
143                 added to the INBOX by a MTA
144
145 2003-04-08 [paul]       0.8.11claws78
146
147         * src/procmsg.h
148                 clean up after last commit
149
150 2003-04-08 [paul]       0.8.11claws77
151
152         * sync with 0.8.11cvs20
153                 see ChangeLog 2003-04-07 and 2003-04-08
154
155 2003-04-07 [christoph]  0.8.11claws76
156
157         * src/filtering.[ch]
158         * src/inc.[ch]
159         * src/mbox.c
160         * src/procmsg.[ch]
161                 add procmsg_msginfo_filter() to execute filtering actions
162
163 2003-04-06 [christoph]  0.8.11claws75
164
165         * src/imap.c
166                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
167
168 2003-04-06 [christoph]  0.8.11claws74
169
170         * src/common/utils.[ch]
171                 add g_int_compare() function for slist sorting
172
173         * src/imap.c
174                 fetch all MsgInfos with one command in imap_get_msginfos()
175                 using an imap set with a list of ranges
176
177         * src/news.c
178                 use new g_int_compare() function
179
180 2003-04-06 [thorsten]   0.8.11claws73
181
182         * src/mh.c
183                 corrected implementation of mh_folder_destroy()
184
185 2003-04-05 [christoph]  0.8.11claws72
186
187         * src/account.c
188         * src/folder.[ch]
189         * src/folderview.c
190         * src/imap.c
191         * src/inc.c
192         * src/main.c
193         * src/mainwindow.c
194         * src/mbox_folder.c
195         * src/mh.c
196         * src/mimeview.h
197         * src/msgcache.[ch]
198         * src/news.c
199         * src/procmime.h
200         * src/procmsg.[ch]
201         * src/setup.c
202         * src/gtk/gtkutils.c
203                 o rename structure field names class and new to klass and
204                   new_msgs, to allow including files in C++
205                 o add 'extern "C"' block to some header files
206                 o add MsgInfoList and MsgNumberList as alias for GSList for
207                   developers to know what type of list is expected
208
209         * src/plugins/image_viewer/plugin.c
210         * src/plugins/image_viewer/viewer.[ch]
211         * src/plugins/image_viewer/viewerprefs.[ch]
212                 rename function names to prevent conflicts
213
214 2003-04-05 [paul]       0.8.11claws71
215
216         * sync with 0.8.11cvs18
217                 see ChangeLog 2003-04-03 and 2003-04-04
218
219 2003-04-02 [christoph]  0.8.11claws70
220
221         * src/folder.[ch]
222         * src/imap.[ch]
223         * src/mbox_folder.[ch]
224         * src/mh.[ch]
225         * src/news.[ch]
226                 o Make all virtual folder functions private
227                 o remove unused folder code
228
229         * src/common/socket.[ch]
230         * src/summaryview.c
231                 fix warnings
232
233 2003-03-30 [alfons]     0.8.11claws69
234
235         * src/send_message.c
236                 remove two debug traces and see if people still report
237                 errors
238
239 2003-03-30 [alfons]     0.8.11claws68
240
241         * src/send_message.c
242         * src/commons/session.c
243                 add more debug traces
244
245 2003-03-30 [christoph]  0.8.11claws67
246
247         * src/folder.c
248                 change processing folder name from .processing to processing
249
250         * src/common/ssl.c
251                 disable SSL certificate check because it causes Xlib error
252                 when the child process want's to open an GTK window
253
254 2003-03-30 [christoph]  0.8.11claws66
255
256         * src/folder.c
257                 don't use default folder for processing folder item because
258                 it can be a non local folder
259
260         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
261
262 2003-03-30 [alfons]     0.8.11claws65
263
264         * src/send_message.c
265                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
266                 to generate bad code for 'send_send_data_progressive': When
267                 called from 'send_send_data_finished', the 'data' pointer is
268                 cleared just before the assignment to the dialog pointer
269
270 2003-03-29 [christoph]  0.8.11claws64
271
272         * src/common/prefs.h
273         * src/plugins/image_viewer/Makefile.am
274         * src/plugins/image_viewer/plugin.c
275         * src/plugins/image_viewer/viewer.[ch]
276         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
277                 add PrefsPage for ImageViewer
278
279 2003-03-28 [thorsten]   0.8.11claws63
280
281         * src/common/session.c
282                 added some comments
283
284 2003-03-28 [paul]       0.8.11claws62
285
286         * sync with 0.8.11cvs16
287                 see ChangeLog 2003-03-28
288
289 2003-03-28 [paul]       0.8.11claws61
290
291         * sync with 0.8.11cvs15
292                 see ChangeLog 2003-03-28
293
294 2003-03-27 [christoph]  0.8.11claws60
295
296         * src/folder.c
297         * src/imap.c
298         * src/common/socket.[ch]
299                 set socket state to DISCONNECTED when any operation
300                 fails to allow reconnecting in IMAP code without
301                 checking the return code of all calls to the command
302                 functions
303
304         * src/folderview.c
305         * src/summaryview.c
306                 remove some more stuff that depends on specific
307                 folder types
308
309 2003-03-27 [paul]       0.8.11claws59
310
311         * sync with 0.8.11cvs14
312                 see ChangeLog 2003-03-27
313                 
314         * src/selective_download.[ch]   ** REMOVED **
315                 really removed
316
317 2003-03-27 [christoph]  0.8.11claws58
318
319         * src/folder.c
320                 fix handling of tmp_flags in flag copy function
321
322 2003-03-27 [paul]       0.8.11claws57
323
324         * sync with 0.8.11cvs13
325                 see ChangeLog 2003-03-27
326
327 2003-03-27 [oliver]     0.8.11claws56
328
329         * src/maiwindow.c
330                 remove sel_download_cb
331
332 2003-03-27 [oliver]     0.8.11claws55
333         
334         * src/inc.c
335                 remove POP3_TOP
336         
337 2003-03-26 [oliver]     0.8.11claws54
338
339         *src/pop.h
340                 remove POP3_TOP*
341         * README.claws
342                 remove selective donwload readme
343
344 2003-03-26 [oliver]     0.8.11claws53
345         * src/matcher.[ch]
346         * src/matcher_parser_parse.y 
347         * src/pop.c 
348         * src/prefs_account.[ch]
349         * src/prefs_filtering.c
350                 remove selective donwload
351
352 2003-03-26 [oliver]     0.8.11claws52
353
354         * src/inc.[ch] 
355         * src/filtering.c 
356         * src/mainwindow.c 
357                 remove selective donwload
358
359 2003-03-26 [oliver]     0.8.11claws51
360         
361         * src/Makefile.am
362         * src/selective_download.[ch]   ** REMOVE **    
363
364 2003-03-26 [christoph]  0.8.11claws50
365
366         * src/news.c
367                 fix NEWS that got broken by a sync with sylpheed-main
368
369 2003-03-26 [christoph]  0.8.11claws49
370
371         * src/mimeview.c
372                 fix mime type guessing when no mime type is found for a file
373
374 2003-03-25 [christoph]  0.8.11claws48
375
376         * src/mimeview.c
377         * src/procmime.c
378                 remove mime type guessing from mime parser and use
379                 name based mime types in viewer lookup for mime type
380                 application/octet-stream
381
382 2003-03-25 [christoph]  0.8.11claws47
383
384         * doc-src/readme.txt
385         * doc-src/rfc2554.txt
386                 add RFC about SMTP AUTH
387
388         * src/send_message.c
389         * src/common/smtp.[ch]
390                 add extra error code for authentication errors and
391                 clear temporary password when this error occurs
392
393         (closes Bug 84 authentication failure while sending should
394          prompt for password again)
395
396 2003-03-25 [christoph]  0.8.11claws46
397
398         * configure.ac
399         * src/Makefile.am
400         * src/imageview.[ch]                            ** REMOVE **
401         * src/messageview.[ch]
402         * src/mimeview.[ch]
403         * src/prefs_common.[ch]
404         * src/textview.c
405         * src/plugins/Makefile.am
406         * src/plugins/image_viewer/.cvsignore           ** NEW **
407         * src/plugins/image_viewer/Makefile.am          ** NEW **
408         * src/plugins/image_viewer/plugin.c             ** NEW **
409         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
410                 move image viewer into a plugin (building is enabled by default)
411                 [ToDo: Prefs for resize and autoview]
412
413 2003-03-25 [paul]       0.8.11claws45
414
415         * sync with 0.8.11cvs12
416                 see ChangeLog 2003-03-26
417
418 2003-03-25 [paul]       0.8.11claws44
419
420         * sync with 0.8.11cvs11
421                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
422                 
423         Note: Selective Download is broken.
424                 
425 2003-03-22 [christoph]  0.8.11claws43
426
427         * src/folder.c
428                 code cleanup for flags copying
429
430 2003-03-22 [christoph]  0.8.11claws42
431
432         * src/plugins/trayicon/trayicon.c
433                 fix setting the transparent area when the window size
434                 is forced by the system tray
435
436 2003-03-22 [christoph]  0.8.11claws41
437
438         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
439         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
440         * src/plugins/trayicon/newmail.xpm              ** NEW **
441         * src/plugins/trayicon/nomail.xpm               ** NEW **
442         * src/plugins/trayicon/trayicon.c
443         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
444                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
445                 o add icon for unread mails
446                 o set transparency for window
447
448 2003-03-22 [christoph]  0.8.11claws40
449
450         * src/news.c
451                 init news session to prevent crash when session is closed
452
453 2003-03-22 [christoph]  0.8.11claws39
454
455         * src/imap.c
456         * src/common/session.[ch]
457                 Init session data to make sure we don't have invalid pointers
458                 for read_ch and write_ch when new multi process sessions are
459                 not used
460
461         * src/main.c
462         * src/common/plugin.c
463         * src/common/sylpheed.c
464         * src/plugins/demo/demo.c
465         * src/plugins/dillo_viewer/dillo_viewer.c
466         * src/plugins/mathml_viewer/mathml_viewer.c
467         * src/plugins/spamassassin/spamassassin.c
468         * src/plugins/spamassassin/spamassassin_gtk.c
469                 add plugin types to allow loading plugins at different times
470                 (and maybe for different frontends), because it's not good to
471                 load GTK-Plugins gefore gtk_init was called
472
473         * configure.ac
474         * src/plugins/Makefile.am
475         * src/plugins/trayicon/.cvsignore               ** NEW **
476         * src/plugins/trayicon/Makefile.am              ** NEW **
477         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
478         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
479         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
480         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
481         * src/plugins/trayicon/trayicon.c               ** NEW **
482                 New Trayicon plugin that shows an icon in a systray that uses
483                 XEMBED protocol like Gnome's systray. Icon shows if there
484                 are new mails and a tooltip shows information about new,
485                 unread and total messages.
486
487 2003-03-22 [paul]       0.8.11claws38
488
489         * src/common/smtp.c
490                 fix ESMTP AUTH CRAM-MD5
491                 [sync with main (still version 0.8.11cvs6), see
492                  ChangeLog 2003-03-22]
493
494 2003-03-21 [colin]      0.8.11claws37
495
496         * src/send_message.c
497                 Fix USE_SSL => USE_OPENSSL
498
499 2003-03-21 [colin]      0.8.11claws36
500
501         * src/folderview.c
502                 Fix counts in drag and dropped subfolders
503
504 2003-03-21 [colin]      0.8.11claws35
505
506         * src/folder.c 
507         * src/folderview.c
508                 speed up a bit folder dnd
509
510 2003-03-20 [alfons]     0.8.11claws34
511
512         * src/main.c
513         * src/toolbar.c
514         * src/procmsg.c
515                 don't send locked queue messages
516                 (feature request "[ 705245 ] Locking message in outbox 
517                  should prevent sending")
518
519 2003-03-20 [christoph]  0.8.11claws33
520
521         * src/folder.c
522                 remove NEW and UNREAD flag in special folders when scanning
523                 
524         * src/common/smtp.c
525                 fix ESMTP AUTH CRAM-MD5
526
527 2003-03-20 [paul]       0.8.11claws32
528
529         * src/prefs_account.c
530                 Re-write 'Tunnel command to open connection' as
531                 'Use command to communicate with server', and disable
532                 it for all except IMAP accounts
533
534 2003-03-20 [paul]       0.8.11claws31
535
536         * sync with 0.8.11cvs6
537                 see ChangeLog 2003-03-20
538
539 2003-03-19 [match]      0.8.11claws30
540
541         * src/addritem.[ch]
542                 include documentation. minor refactoring.
543         * src/addr_compl.[ch]
544         * src/addrindex.[ch]
545         * src/addresbook.[ch]
546         * src/summaryview.c
547                 re-enable address lookup (was disabled in
548                 0.8.11claws20).
549
550 2003-03-19 [christoph]  0.8.11claws29
551
552         * src/procmsg.c
553                 add temp flag handling, will make moving and copying
554                 messages possible again
555
556         * src/folder.c
557                 correct calulation of folder stats
558
559 2003-03-18 [match]      0.8.11claws28
560
561         * src/editgroup.h
562                 remove case sensitive comparison (closes bug 80).
563
564 2003-03-18 [christoph]  0.8.11claws27
565
566         * src/imap.c
567                 fix imap using a tunnel command
568
569         (closes bug 87)
570
571 2003-03-18 [christoph]  0.8.11claws26
572
573         * src/folder.[ch]
574         * src/imap.c
575         * src/procmsg.[ch]
576                 rewrite flag handling for folders
577
578 2003-03-18 [christoph]  0.8.11claws25
579
580         * src/folder.c
581         * src/procmsg.c
582         * src/summaryview.c
583                 unset NEW and UNREAD flags when message is ignored, to make
584                 sure messages don't show up as unread on other IMAP clients,
585                 because the IGNORE_THREAD flag can not be syncronized through
586                 the IMAP folder
587
588 2003-03-17 [christoph]  0.8.11claws24
589
590         * src/imap.c
591                 don't use recursion to fetch uids when the number of messages
592                 does not match. Moved code into subfunction that is used
593                 again when needed, to prevent an endless loop.
594
595 2003-03-17 [thorsten]   0.8.11claws23
596
597         * src/imageview.[ch]
598                 export imageview_get_resized_size() (for plugins)
599         * src/prefs_common.[ch]
600                 added prefs_common_get() (for plugins)
601
602 2003-03-17 [christoph]  0.8.11claws22
603
604         * src/imap.c
605                 o remove UID guessing from copy code
606                 o support UIDPLUS extension for APPEND command
607
608 2003-03-17 [paul]       0.8.11claws21
609
610         * src/gtk/about.c
611                 remove 'Compiled-plugins' section.
612                 
613         * src/plugins/dillo_viewer/dillo_viewer.c
614                 slight change to description text
615
616 2003-03-16 [match]      0.8.11claws20
617         * src/ldapserver.[ch]           ** NEW **
618         * src/ldapctrl.[ch]             ** NEW **
619         * src/ldapquery.[ch]            ** NEW **
620         * src/ldaputil.[ch]             ** NEW **
621         * src/addrcindex.[ch]           ** NEW **
622         * src/addrquery.h               ** NEW **
623         * src/addritem.[ch]
624         * src/addrcache.[ch]
625         * src/addrindex.[ch]
626         * src/addr_compl.[ch]
627         * src/addressbook.[ch]
628         * src/addrbook.[ch]
629         * src/editgroup.c
630         * src/editaddress.c
631         * src/editldap.c
632         * src/editldap_basedn.c
633         * src/vcard.c
634         * src/jpilot.c
635         * src/Makefile.am
636                 included dynamic LDAP queries. improved address
637                 completion.
638
639 2003-03-16 [paul]       0.8.11claws19
640
641         * tools/multiwebsearch.pl
642                 fix a fatal typo
643
644 2003-03-16 [christoph]  0.8.11claws18
645
646         * src/mimeview.c
647         * src/plugins/dillo_viewer/dillo_viewer.c
648         * src/plugins/mathml_viewer/mathml_viewer.c
649                 make unregistering of MimeViewerFactorys possible
650
651 2003-03-16 [alfons]     0.8.11claws17
652
653         * configure.ac
654                 correct typo
655
656 2003-03-16 [melvin]     0.8.11claws16
657
658         * src/plugins/dillo_viewer.c
659                 Fixed bug where it was not possible to view more than
660                 one text/html attachment per message (bug discovered
661                 by Christoph Hohmann).
662
663 2003-03-15 [melvin]     0.8.11claws15
664
665         * src/prefs_actions.c
666                 Fixed compilation warnings.
667
668 2003-03-15 [melvin]     0.8.11claws14
669
670         * src/plugins/Makefile.am
671         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
672         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
673         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
674                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
675                 newer (http://dillo.auriga.wearlab.de/).
676
677 2003-03-15 [christoph]  0.8.11claws13
678
679         * src/imap.c
680                 don't query imap folder for attributes because we already
681                 for them from imap_status
682
683         * src/mimeview.[ch]
684                 add support for plugable MimeViewers (unloading Viewers
685                 not yet complete)
686
687         * src/plugins/Makefile.am
688         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
689         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
690         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
691                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
692                 widget from http://helm.cs.unibo.it/mml-widget/
693
694 2003-03-14 [christoph]  0.8.11claws12
695
696         * src/folder.[ch]
697                 o error return code's should better be negative
698                 o replace printf with debug_print
699
700         * src/imap.c
701                 improve IMAP folder scan by checking UID-NEXT
702
703         * src/summaryview.c
704                 remove check that are unnecessary in my opinion
705
706 2003-03-13 [christoph]  0.8.11claws11
707
708         * src/folder.[ch]
709         * src/foldersel.c
710         * src/folderview.c
711         * src/imap.c
712         * src/mbox_folder.c
713         * src/mh.c
714         * src/news.c
715         * src/prefs_scoring.c
716         * src/summaryview.c
717                 use a common function to get a displayable name
718                 for a FolderItem
719
720 2003-03-13 [paul]       0.8.11claws10
721
722         * tools/Makefile.am
723           tools/README
724           tools/multiwebsearch.conf     ** NEW FILE **
725           tools/multiwebsearch.pl       ** NEW FILE **
726                 add multiwebsearch Actions script
727
728 2003-03-13 [colin]      0.8.11claws9
729
730         * src/compose.c
731                 Remove leading emtpy lines from quoted text
732                 before quoting it
733
734 2003-03-13 [melvin]     0.8.11claws8
735
736         * src/prefs_actions.c
737                 Fixed a memory leak
738                 Code clean ups
739                 Added Cancel and OK buttons
740                 Corrected help text
741
742 2003-03-13 [christoph]  0.8.11claws7
743
744         * src/account.c
745         * src/folder.[ch]
746         * src/imap.c
747         * src/mainwindow.c
748         * src/mbox_folder.c
749         * src/mh.c
750         * src/news.c
751         * src/setup.c
752                 replace more folder type stuff with folder class stuff
753
754 2003-03-13 [melvin]     0.8.11claws6
755
756         * src/prefs_actions.c
757                 Added new tokens:
758                 %u: user provided argument
759                 %h: user provided argument (hidden on input)
760                 %s: current text selection in the message view 
761
762 2003-03-13 [paul]       0.8.11claws5
763
764         * sync with 0.8.11cvs5
765                 see ChangeLog 2003-03-11, 2003-03-12
766
767 2003-03-12 [christoph]  0.8.11claws4
768
769         * src/folder.c
770                 use folder class idstr when writing folderlist.xml
771
772         * src/folder.h
773         * src/imap.c
774         * src/news.c
775                 replace folder type checks with folder class checks
776
777 2003-03-12 [christoph]  0.8.11claws3
778
779         * src/folder.[ch]
780         * src/imap.[ch]
781         * src/main.c
782         * src/mbox_folder.[ch]
783         * src/mh.[ch]
784         * src/news.[ch]
785                 o create a list of known folder classes in the folder system
786                 o use folder class id strings for folder item identifiers
787
788 2003-03-12 [christoph]  0.8.11claws2
789
790         * src/imap.c
791                 fix imap uid validity check
792
793 2003-03-12 [christoph]  0.8.11claws1
794
795         * src/account.c
796         * src/folder.[ch]
797         * src/foldersel.c
798         * src/folderview.c
799         * src/imap.c
800         * src/mainwindow.c
801         * src/mbox_folder.c
802         * src/mh.c
803         * src/news.c
804         * src/prefs_scoring.c
805         * src/procmsg.c
806         * src/setup.c
807         * src/summaryview.c
808                 initial restructuring of folder system, seperating
809                 folders and folder classes
810
811 2003-03-12 [paul]       0.8.11claws
812
813         0.8.11claws release
814
815 2003-03-12 [christoph]
816
817         * src/gtk/prefswindow.c
818                 fix translation of "Page Index"
819
820 2003-03-12 [paul]       0.8.10claws110
821
822         a sync from 0.8.11cvs4 before the release
823
824         * src/common/utils.c
825                 subject_compare_for_sort(): allow null strings (fixes
826                 summary sorting).
827
828 2003-03-11 [paul]       0.8.10claws109
829
830         * po/es.po
831                 update Spanish translation, submitted by
832                 Ricardo Mones Lastra
833
834 2003-03-11 [melvin]     0.8.10claws108
835
836         * po/fr.po
837                 Updated French translations
838
839 2003-03-11 [paul]       0.8.10claws107
840
841         * manual/en/Makefile.am
842           manual/en/*.html
843                 update English manual, add a new page
844                 updated by Francois Barriere <fbarriere@atmel.fr>
845                 
846         * po/bg.po
847           po/it.po
848           po/sr.po
849                 update Bulgarian, Italian, and Serbian translations
850                 submitted by George Danchev, Alessandro Maestri, and
851                 Urke MMI
852
853 2003-03-10 [paul]       0.8.10claws106
854
855         * src/gtk/about.c
856           src/gtk/prefswindow.c
857                 make some strings translatable
858
859 2003-03-10 [darko]      0.8.10claws105
860
861         * src/compose.c
862                 code cleanup to make Hiro happy
863
864 2003-03-10 [paul]       0.8.10claws104
865
866         * sync with 0.8.11cvs2
867                 see ChangeLog 2003-03-10
868
869 2003-03-09 [melvin]     0.8.10claws103
870
871         * src/textview.c
872                 textview_set_font(): fix for message display in
873                 UTF-8 locales (thanks to Sergey Vlasov).
874                 (was unintentionnaly reverted in 0.8.6claws6)   
875
876 2003-03-08 [darko]      0.8.10claws102
877
878         * src/compose.c
879                 fix infinite loop in wrapping as reported
880                 by happycactus
881                 obsoletes patch #696482
882
883 2003-03-08 [christoph]  0.8.10claws101
884
885         * src/imap.c
886                 add workaround for IMAP servers that do not
887                 support the "UID SEARCH UID" command
888
889 2003-03-07 [christoph]  0.8.10claws100
890
891         * src/plugins/spamassassin/spamassassin.[ch]
892         * src/plugins/spamassassin/spamassassin_gtk.c
893                 code cleanup
894
895 2003-03-07 [paul]       0.8.10claws99
896
897         * po/es.po
898                 updated Spanish translation, submitted by
899                 Ricardo Mones Lastra
900
901 2003-03-07 [christoph]  0.8.10claws98
902
903         * src/send.c
904                 fix in 0.8.10claws94 was wrong
905                 local delivery does not require escaping, remove escaping
906                 code to make signatures of mails with "." lines valid
907                 
908                 NOTE: requires that sendmail is executed with "-i" option,
909                       what is the default now, but has to be changed in all
910                       exsiting accounts)
911
912 2003-03-07 [paul]       0.8.10claws97
913
914         * sync with 0.8.11 release
915                 see ChangeLog 2003-03-07
916
917 2003-03-06 [paul]       0.8.10claws96
918
919         * src/compose.c
920                 revert commit 0.8.10claws92
921
922 2003-03-06 [paul]       0.8.10claws95
923
924         * src/folderview.c
925                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
926
927         * src/gtkaspell.c
928                 fix bug 74, 'Crash opening editor window with pseudo-color
929                 display'
930                 
931         Patches submitted by Kevin Vigor <kevin@vigor.nu>
932
933 2003-03-06 [christoph]  0.8.10claws94
934
935         * src/send.c
936                 fix rfc2821 (4.5.2) violation in SMTP data sending,
937                 all lines starting with a period get an extra period
938                 inserted
939                 (found by Simon 'corecode' Schubert)
940
941 2003-03-06 [paul]       0.8.10claws93
942
943         * src/folderview.c
944                 if configured font can't be loaded fall back to gtk
945                 default. (with thanks to Christoph)
946                 
947                 closes long-standing bug 15 'Crashes on startup'
948
949 2003-03-06 [paul]       0.8.10claws92
950
951         * src/compose.c
952                 freeze text before autosave and thaw afterwards
953                 fixes bug 67 'autosave make re-rediting message crazy'
954
955 2003-03-06 [christoph]  0.8.10claws91
956
957         * src/compose.c
958                 ignore address comment in dupe check for Cc-list
959
960         (closes reopened bug 47 Replying to message strips name part of
961          e-mail addresses of Cc: lines)
962
963 2003-03-06 [paul]       0.8.10claws90
964
965         * src/Makefile.am
966                 remove reference to gtkxtext.h as its no longer in
967                 the repository
968
969 2003-03-06 [paul]       0.8.10claws89
970
971         * sync with 0.8.10cvs25
972                 see ChangeLog 2003-03-06
973
974 2003-03-06 [oliver]     0.8.10claws88
975         
976         * src/messageview.c
977                 remove include
978
979 2003-03-06 [oliver]     0.8.10claws87
980         
981         * src/folderview.c 
982                 remove changes introduced inclaws74
983         * src/messageview.c
984                 another attempt to sanely delete and update
985                 messages deleted in separate messageview
986
987 2003-03-05 [christoph]  0.8.10claws86
988
989         * src/summaryview.c
990                 check if "From" matches any account's address if
991                 addressbook completion of addresses is disabled too
992
993         (closes Bug 70 "Display recipient in from" doesn't check
994          folder's default account)
995
996 2003-03-05 [christoph]  0.8.10claws85
997
998         * src/compose.c
999         * src/common/utils.[ch]
1000                 don't strip address comments when building Cc lists
1001
1002         (closes Bug 47 Replying to message strips name part of e-mail addresses
1003          of Cc: lines)
1004
1005         * src/folder.c
1006                 fix return value of copy function
1007
1008 2003-03-05 [christoph]  0.8.10claws84
1009
1010         * src/imap.c
1011                 don't ask imap server for non rfc822 headers
1012
1013         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1014
1015         * src/imap.c
1016                 destroy session on socket error to allow reconnecting
1017
1018 2003-03-05 [christoph]  0.8.10claws83
1019
1020         * configure.ac
1021                 fix building with gnome when no prefix is set
1022
1023         (closes bug 66 Gnome directory is set to NONE)
1024
1025 2003-03-05 [paul]       0.8.10claws82
1026
1027         * sync with 0.8.10cvs23
1028                 see ChangeLog 2003-03-05
1029
1030 2003-03-04 [christoph]  0.8.10claws81
1031
1032         * src/folder.c
1033                 o fix moving and copying when folder returns 0 for new
1034                   message number
1035                 o remove some code for single message copy and move
1036                   operations and use functions for multiple messages
1037
1038         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1039
1040         * src/news.c
1041                 remove unused include
1042
1043 2003-03-04 [paul]       0.8.10claws80
1044
1045         * src/gtk/about.c
1046                 list 'Compiled plugins'
1047
1048 2003-03-03 [christoph]  0.8.10claws79
1049
1050         * src/news.[ch]
1051                 have to multiply the percentage of the current fetch with
1052                 the percentage that it has of the total fetch operation
1053                 for correct values
1054
1055 2003-03-03 [christoph]  0.8.10claws78
1056
1057         * src/news.c
1058                 fix calculation of expected lines for progress indicator
1059
1060 2003-03-03 [christoph]  0.8.10claws77
1061
1062         * src/summaryview.c
1063         * src/common/utils.c
1064                 fix segfault when opening the root news folder
1065
1066 2003-03-03 [christoph]  0.8.10claws76
1067
1068         * src/mainwindow.[ch]
1069         * src/common/Makefile.am
1070         * src/common/progressindicator.[ch]
1071                 add UI independent progress indicator handling
1072
1073         * src/news.[ch]
1074                 use new progress indicator for message info fetching
1075
1076         * src/common/hooks.h
1077                 code cleanup
1078
1079 2003-03-03 [oliver]     0.8.10claws75
1080
1081         * src/toolbar.c
1082         * src/compose.c
1083                 removed commented code
1084
1085 2003-03-03 [oliver]     0.8.10claws74
1086
1087         * src/toolbar.[ch]
1088                 cleanups and refactoring
1089         * src/compose.[ch]
1090                 compose_reply_mode reply & forwarding interface for
1091                 toolbar buttons
1092         * src/folderview.c
1093                 act on messages marked for deletion in folderview_selected
1094                 based on prefs_common.immediate_exec since a message might 
1095                 have been deleted by messageview in a folder we are changing 
1096                 to (does anybody understand what I'm on about ?)
1097
1098 2003-03-03 [oliver]     0.8.10claws73
1099         
1100         * src/messageview.[ch]
1101                 new functions
1102                 - messageview_delete: delete message shown in messagview
1103                 - messageview_update_view: update messageview to currently 
1104                   selected summaryview message
1105                 - add separate messageview to msgview_list in order to update 
1106                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1107         * src/summaryview.[ch]
1108                 summary_get_selection returns a list of selected msgs
1109                 in summaryview
1110         * src/mainwindow.c
1111                 toolbar reply refactoring
1112
1113 2003-03-03 [paul]       0.8.10claws72
1114
1115         * sync with 0.8.10cvs21
1116                 see ChangeLog 2003-03-03
1117
1118 2003-03-02 [christoph]  0.8.10claws71
1119
1120         * src/common/passcrypt.c
1121                 use POSIX includes
1122
1123 2003-03-02 [christoph]  0.8.10claws70
1124
1125         * configure.ac
1126         * src/prefs_account.c
1127         * src/prefs_gtk.[ch]
1128         * src/common/.cvsignore
1129         * src/common/Makefile.am
1130         * src/common/passcrypt.c                ** NEW **
1131         * src/common/passcrypt.h.in             ** NEW **
1132                 Implement password encryption in config files
1133                 using unix encrypt and setkey functions. The crypt
1134                 key can be set as a configure parameter. Old
1135                 passwords will be converted if they do not begin
1136                 with '!'
1137
1138 2003-03-02 [paul]       0.8.10claws69
1139
1140         * src/prefs_account.c
1141                 fix compile error
1142
1143 2003-03-01 [thorsten]   0.8.10claws68
1144
1145         * po/el.po
1146           po/hr.po
1147           po/it.po
1148           po/nl.po
1149           po/sr.po
1150           po/sv.po
1151                 corrected format strings
1152         * po/en_GB.po
1153                 corrected headers
1154                 (fix compile errors with GNU gettext-0.11.5)
1155
1156 2003-03-01 [oliver]     0.8.10claws67
1157
1158         * src/summaryview.c
1159                 menu callbacks call toolbar_menu_reply
1160
1161 2003-03-01 [oliver]     0.8.10claws66
1162
1163         * src/mainwindow.c
1164         * src/messageview.c
1165                 menu callbacks call toolbar_menu_reply
1166         * src/toolbar.[ch]
1167                 callbacks from menu handled by toolbar_menu_reply
1168
1169 2003-03-01 [paul]       0.8.10claws65
1170
1171         * src/addressbook.c
1172                 revert commit 0.8.10claws54 - breaks editing of
1173                 addressbook.
1174                 
1175         * po/bg.po
1176                 update Bulgarian translation, submitted by
1177                 George Danchev
1178
1179 2003-02-28 [christoph]  0.8.10claws64
1180
1181         * src/account.c
1182         * src/addressadd.c
1183         * src/compose.c
1184         * src/gtkaspell.c
1185         * src/gtkxtext.h                ** REMOVE **
1186         * src/imap.c
1187         * src/matcher.[ch]
1188         * src/mh.c
1189         * src/news.c
1190         * src/pine.c
1191         * src/prefs_common.c
1192         * src/prefs_matcher.c
1193         * src/procheader.[ch]
1194         * src/procmsg.[ch]
1195         * src/toolbar.c
1196         * src/common/ssl_certificate.c
1197         * src/gtk/colorlabel.c
1198         * src/gtk/menu.c
1199                 o fix warnings
1200                 o remove code obsoleted by new cache and folder system rework
1201
1202 2003-02-28 [oliver]     0.8.10claws63
1203         
1204         * src/toolbar.[ch]
1205                 * fix bug where reply in Messageview replied to 
1206                 Message displayed in summaryview
1207                 (reportedd via ML by chinatinte at gmx dot ch)
1208                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1209                 didn't work in separate MessageView Toolbar
1210                 (wondering if anybody uses this at all ?)
1211         * src/summaryview.[ch]
1212                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1213                 (generalize reply and forward code);
1214         * src/messageview.c 
1215                 remove focus_in event which updated summaryview to messageview
1216
1217 2003-02-28 [paul]       0.8.10claws62
1218
1219         * po/Makefile.in.in
1220                 add the --check option
1221                 Patch submitted by Ricardo Mones Lastra
1222
1223 2003-02-28 [paul]       0.8.10claws61
1224
1225         * src/prefs_account.c
1226                 re-order 'Signature' items
1227
1228 2003-02-28 [paul]       0.8.10claws60
1229
1230         * sync with 0.8.10cvs20
1231                 see ChangeLog 2003-02-28
1232
1233 2003-02-28 [paul]       0.8.10claws59
1234
1235         * po/POTFILES.in
1236                 update to reflect recent movement of files
1237
1238 2003-02-28 [paul]       0.8.10claws58
1239
1240         * sync with 0.8.10cvs19
1241                 see ChangeLog 2003-02-28
1242
1243 2003-02-27 [martin]     0.8.10claws57
1244
1245         * src/prefs_matcher.c 
1246                 fix segfault in prefs_matcher_ok() when the
1247                 last entry is deleted and prevents that the
1248                 message "entry not saved" comes up after deleting
1249                 an entry
1250
1251 2003-02-27 [martin]     0.8.10claws56
1252
1253         * src/prefs_filtering.c 
1254                 fix segfault in prefs_filtering_ok() when the
1255                 last entry is deleted and prevents that the
1256                 message "entry not saved" comes up after deleting
1257                 an entry
1258
1259 2003-02-27 [paul]       0.8.10claws55
1260
1261         * sync with 0.8.10cvs18
1262                 see ChangeLog 2003-02-27
1263
1264 2003-02-27 [paul]       0.8.10claws54
1265
1266         * src/addressbook.c
1267                 fix bug where the address book crashes with 
1268                 multiple lookups.
1269                 Patch [687729] submitted by David Frager 
1270                 <dbfrager@users.sourceforge.net>
1271
1272 2003-02-25 [christoph]  0.8.10claws53
1273
1274         * src/Makefile.am
1275         * src/colorlabel.[ch]           ** REMOVE **
1276         * src/gtk/Makefile.am
1277         * src/gtk/colorlabel.[ch]       ** NEW **
1278                 move colorlabel files to gtk directory
1279
1280         * src/esmtp.[ch]                ** REMOVE **
1281                 has been merged into smtp.[ch] in 0.7.5
1282
1283 2003-02-25 [christoph]  0.8.10claws52
1284
1285         * src/Makefile.am
1286         * src/about.[ch]                ** REMOVE **
1287         * src/gtk/Makefile.am
1288         * src/gtk/about.[ch]            ** NEW **
1289                 move about files to gtk directory
1290
1291 2003-02-25 [christoph]  0.8.10claws51
1292
1293         * src/folder.c
1294                 some code optimization of folder scanning code
1295
1296         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1297
1298 2003-02-25 [christoph]  0.8.10claws50
1299
1300         * src/main.c
1301         * src/common/sylpheed.c
1302                 add command line parameter parsing to common code
1303
1304 2003-02-24 [christoph]
1305
1306         * Makefile.am
1307         * configure.ac
1308                 fix gnome prefix problems, the configure script now removed
1309                 `gnome-config --prefix` from `gnome-config --datadir`
1310                 and adds $(prefix} instead
1311
1312         (closes Bug 24 Makefile does not respect prefix when installing
1313          GNOME data)
1314
1315 2003-02-24 [christoph]  0.8.10claws49
1316
1317         * src/news.c
1318                 check for valid session before trying to authenticate
1319
1320         (closes Bug 60 crash if "authenticate on logon" is activated
1321          and newsserver-hostname is not valid)
1322
1323 2003-02-24 [melvin]     0.8.10claws48
1324
1325         * src/prefs_actions.c
1326                 Make sure all user's input is sent to the action and then
1327                 close the socket..
1328
1329 2003-02-23 [alfons]     0.8.10claws46
1330
1331         * src/summaryview.c
1332                 also wait cursor when deleting files
1333
1334 2003-02-23 [paul]
1335
1336         * tools/freshmeat_search.pl
1337           tools/google_search.pl
1338                 scripts should now work for any browser/browser command line
1339
1340 2003-02-22 [christoph]  0.8.10claws45
1341
1342         * src/procmsg.c
1343                 fix IMAP flag setting, IMAP flag is not handled correctly
1344                 anymore by the folder system and information about the
1345                 folder should not be saved in the MsgInfo (in my opinion)
1346
1347         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1348
1349 2003-02-22 [christoph]  0.8.10claws44
1350
1351         * src/summaryview.c
1352                 fix spelling of "label" ;-)
1353
1354 2003-02-22 [thorsten]   0.8.10claws43
1355
1356         * src/mimeview.c
1357           src/prefs_common.[ch]
1358           src/procmime.[ch]
1359                 do not use description as attachment name
1360
1361 2003-02-22 [alfons]     0.8.10claws42
1362
1363         * src/summaryview.c
1364                 freeze/thaw folder item updates when changing color labels,
1365                 and put a wait cursors on
1366
1367 2003-02-22 [thorsten]   0.8.10claws41
1368
1369         * src/mimeview.c
1370                 save-all fixes: crash if invoked on multipart container,
1371                 mimeinfo access, pathseparators, error dialog
1372
1373 2003-02-21 [alfons]     0.8.10claws40
1374
1375         * src/prefs_gtk.c
1376                 remove unused var
1377
1378 2003-02-21 [colin]      0.8.10claws39
1379
1380         * src/send.c
1381                 Fix smtp logging
1382
1383 2003-02-21 [colin]      0.8.10claws38
1384
1385         * src/summaryview.c
1386                 Freeze/thaw folderItem updates when filtering messages 
1387                 via Tools/Filter messages
1388
1389 2003-02-21 [paul]       0.8.10claws37
1390
1391         * src/compose.c
1392                 revert commit 0.8.10claws26, there are ulterior motives
1393                 for users to set a Reply-To header when posting to
1394                 newsgroups
1395
1396 2003-02-21 [paul]       0.8.10claws36
1397
1398         * sync with 0.8.10cvs17
1399                 see ChangeLog 2003-02-21
1400
1401 2003-02-20 [christoph]  0.8.10claws35
1402
1403         * src/imap.c
1404                 IMAP UID fetch speedup using SEARCH
1405
1406         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1407
1408         * src/imap.c
1409                 fix problem with UIDs in IMAP UID cache that no longer existed
1410
1411 2003-02-20 [christoph]  0.8.10claws34
1412
1413         * src/imap.c
1414         * src/procheader.c
1415         * src/procheader.h
1416                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1417
1418         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1419
1420         * src/imap.c
1421                 Rewrite imap_cmd_gen_recv use sock_getline instead
1422                 of sock_gets to avoid problems with too long reply
1423                 lines
1424     
1425 2003-02-20 [colin]      0.8.10claws33
1426         
1427         * src/prefs_account.c
1428                 Better wording
1429
1430 2003-02-20 [colin]      0.8.10claws32
1431
1432         * src/compose.c
1433                 Remove useless '&& !to_sender' 
1434
1435 2003-02-20 [darko]
1436
1437         * AUTHORS
1438                 change my e-mail address
1439
1440 2003-02-19 [colin]      0.8.10claws31
1441
1442         * src/prefs_common.c
1443                 X11 style colors for every configurable color
1444
1445 2003-02-19 [alfons]     0.8.10claws30
1446
1447         * src/prefs_gtk.[ch]
1448         * src/prefs_common.c
1449                 for color_new accept both plain integers and X11 style color
1450                 names (as found in /usr/lib/X11/rgb.txt)
1451
1452 2003-02-19 [paul]       0.8.10claws29
1453
1454         * src/mainwindow.c
1455                 add tooltips to online/offline button and account selector
1456                 button
1457
1458 2003-02-19 [paul]       0.8.10claws28
1459
1460         * src/folder.c
1461           src/news.c
1462           src/prefs_account.[ch]
1463           src/prefs_common.[ch]
1464                 move 'Maximum number of articles to download' to
1465                 account prefs.
1466                 clean up account prefs gui a little by hiding entries
1467                 rather then greying out entries
1468
1469 2003-02-19 [hiro]       0.8.10claws27
1470
1471         * src/common/utils.c
1472                 fix bug #54 'yesterdays date is displayed in the message 
1473                 summary window'
1474
1475 2003-02-19 [paul]       0.8.10claws26
1476
1477         * src/compose.c
1478                 fix bug reported in Feature Request [688596] 
1479                 'Reply-to header in news'
1480
1481 2003-02-18 [paul]       0.8.10claws25
1482
1483         * src/select-keys.c
1484                 add a 'List all keys' button to key selection dialog
1485
1486 2003-02-18 [colin]      0.8.10claws24
1487         
1488         * src/stock_pixmap.c
1489                 fix compile error
1490
1491 2003-02-18 [colin]      0.8.10claws23
1492
1493         * src/common/smtp.[ch]
1494           src/prefs_account.c
1495                 Try to starttls if it seems to be the only
1496                 way to authenticate a user
1497
1498 2003-02-18 [paul]       0.8.10claws22
1499
1500         * src/Makefile.am
1501           src/folderview.c
1502           src/stock_pixmap.[ch]
1503           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1504           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1505                 as a Drafts folder is a special folder allow it to have
1506                 its own unique icons
1507
1508 2003-02-18 [colin]      0.8.10claws21
1509
1510         * src/imap.c
1511                 Fix port selection when using starttls
1512
1513 2003-02-18 [paul]       0.8.10claws20
1514
1515         * src/mainwindow.c
1516           src/prefs_common.[ch]
1517                 make blue the default new mail colour
1518
1519 2003-02-18 [paul]       0.8.10claws19
1520
1521         * sync with 0.8.10cvs14
1522                 see ChangeLog 2003-02-18
1523
1524 2003-02-17 [jens]       0.8.10claws18
1525
1526         * src/common/md5.c
1527                 fixed a compile problem with gcc 3.3
1528                 works on 2.95.3 too (testet on PPC as it is big endian)
1529
1530 2003-02-17 [paul]       0.8.10claws17
1531
1532         * sync with 0.8.10cvs13
1533                 see ChangeLog 2003-02-17
1534
1535 2003-02-17 [paul]       0.8.10claws16
1536
1537         * sync with 0.8.10cvs12
1538                 see ChangeLog 2003-02-17
1539
1540 2003-02-16 [match]      0.8.10claws15
1541
1542         * src/addressbook.c
1543                 Eliminates reloading of address data when items
1544                 deleted or added. Applied submitted by
1545                 Luke Plant <lukeplant@softhome.net>
1546
1547 2003-02-16 [paul]       0.8.10claws14
1548
1549         * src/news.c
1550                 when a 'protocol error' is encountered disconnect from
1551                 the server. This means that the user can carry on viewing
1552                 other articles and doesn't have to either wait until the
1553                 server timesout or quit sylpheed.
1554                 Fixes bug #53 'Unable to read messages in newsgroups, 
1555                 displayed message doesn't change'
1556
1557 2003-02-15 [christoph]  0.8.10claws13
1558
1559         * src/imap.c
1560                 fix bug that stopped scanning of folders when an
1561                 IMAP folder was empty
1562
1563         (closes bug 46 stop scan messages in folders after empty folder)
1564
1565 2003-02-15 [paul]
1566
1567         * tools/Makefile.am
1568           tools/README
1569           tools/freshmeat_search.pl     ** NEW FILE **
1570           tools/google_search.pl        ** NEW FILE **
1571                 Add 2 Actions scripts which search freshmeat/google
1572                 for the selected text using the browser configured
1573                 in sylpheedrc.
1574                 
1575         Note: These scripts are very dependent on the format of the
1576         browser command and may not work on every occasion. Testing
1577         is welcome. 
1578
1579 2003-02-14 [alfons]     0.8.10claws12
1580
1581         * src/compose.c
1582                 fix breakage because of uninitialized account pointer.
1583                 please verify.
1584
1585 2003-02-14 [paul]       0.8.10claws11
1586
1587         * src/compose.c
1588           src/prefs_account.[ch]
1589           src/prefs_common.[ch]
1590                 move signature settings to Account Prefs
1591
1592 2003-02-14 [paul]       0.8.10claws10
1593
1594         * sync with 0.8.10cvs11
1595                 see ChangeLog 2003-02-14
1596
1597 2003-02-13 [thorsten]   0.8.10claws9
1598
1599         * src/news.c
1600                 revert news progressbar (GUI separation)
1601
1602 2003-02-13 [paul]       0.8.10claws8
1603
1604         * src/compose.c
1605                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1606                 paragraph 1
1607
1608 2003-02-13 [paul]       0.8.10claws7
1609
1610         * src/compose.[ch]
1611           src/summaryview.c
1612                 fix 'Follow-up and Reply-to' so that it creates a reply to
1613                 the newsgroup and the sender. If the message has the keyword
1614                 'poster' in the Followup-To header, all replies go to the
1615                 sender, re: RFC 1036, Section 2.2.3
1616                 rename all instances of 'ignore_replyto' to 'to_sender', both
1617                 were previously used, now we use just one.
1618
1619 2003-02-13 [paul]       0.8.10claws6
1620
1621         * sync with 0.8.10cvs9
1622                 see ChangeLog 2003-02-13
1623
1624 2003-02-13 [paul]       0.8.10claws5
1625
1626         * configure.ac
1627                 show which plugins are configured in the configure
1628                 output.
1629
1630 2003-02-12 [thorsten]   0.8.10claws4
1631
1632         * src/news.c
1633                 show progress while fetching news headers
1634
1635 2003-02-12 [christoph]  0.8.10claws3
1636
1637         * configure.ac
1638         * src/plugins/Makefile.am
1639                 use AM_CONDITIONAL to enable plugins, automake correctly
1640                 manages this when creating distdir
1641
1642 2003-02-12 [christoph]  0.8.10claws2
1643
1644         * ac/spamassassin.m4
1645         * src/plugins/spamassassin/Makefile.am
1646                 fix building SpamAssassin plugin without OpenSSL
1647
1648 2003-02-12 [paul]       0.8.10claws1
1649
1650         * ac/Makefile.am
1651           src/Makefile.am
1652           src/plugins/Makefile.am
1653                 fix failure of 'make release'
1654
1655 2003-02-12 [paul]       0.8.10claws
1656
1657         * 0.8.10claws released
1658
1659 2003-02-12 [paul]       0.8.9claws56
1660
1661         * po/bg.po
1662           po/es.po
1663           po/it.po
1664           po/ru.po
1665           po/sr.po
1666                 updated translations by George Danchev, Ricardo Mones Lastra,
1667                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1668                 
1669         * sylpheed.spec.in
1670                 Allow the building of RPMs by a regular user. Submitted
1671                 by Sergei Astanin
1672
1673 2003-02-11 [alfons]     0.8.9claws55
1674
1675         * src/colorlabel.c
1676                 don't use pixmaps for label color rect but draw rectangles
1677                 so we can respect the color map of palette based visuals
1678                 (fixes the long time crashes on Suns - thanks to Andreas
1679                 Engel and Steve O'Hara-Smith for testing)
1680
1681 2003-02-11 [christoph]  0.8.9claws54
1682
1683         * src/matcher_parser_parse.y
1684                 correct bug where filering rules of not existing folders in
1685                 matcherrc were added to global filtering
1686                 
1687         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1688          main filter-rules after removing directory, http://bugs.debian.org/180253)
1689         
1690 2003-02-11 [paul]       0.8.9claws53
1691
1692         * sync with 0.8.10cvs7
1693                 see ChangeLog 2003-02-09
1694
1695 2003-02-11 [melvin]     0.8.9claws52
1696
1697         * po/fr.po
1698                 Updated French tranlsations
1699
1700 2003-02-10 [paul]       0.8.9claws51
1701
1702         * sylpheed.spec.in
1703                 correct --enable-openssl
1704                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1705
1706 2003-02-09 [martin]     0.8.9claws50
1707
1708         * src/prefs_matcher.c
1709                 fix segfault in prefs_matcher_substitute_cb() when
1710                 no row is selected
1711
1712 2003-02-09 [paul]       0.8.9claws49
1713
1714         * src/folderview.c
1715                 fix bug where a newsgroup folder's processing rules were
1716                 merged with the global filtering rules when the newsgroup
1717                 folder was deleted, causing some seriously bad results,
1718                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1719
1720 2003-02-08 [melvin]     0.8.9claws48
1721
1722         * src/compose.c
1723                 Corrected and modified an alert message.
1724
1725 2003-02-07 [paul]       0.8.9claws47
1726
1727         * src/folderview.c
1728                 fix bug where both an 'Account properties' window and a
1729                 'Folder properties' window were opened when clicking on
1730                 'Properties' in an NNTP or IMAP folder's popup menu.
1731
1732 2003-02-07 [paul]       0.8.9claws46
1733
1734         * sync with 0.8.10cvs6
1735                 see ChangeLog 2003-02-06
1736
1737 2003-02-06 [christoph]  0.8.9claws45
1738
1739         * src/mbox.c
1740                 freeze folder updates while importing mbox files
1741                 (closes bug 43 importing mbox took hours)
1742                 
1743         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1744
1745 2003-02-06 [thorsten]   0.8.9claws44
1746
1747         * po/de.po
1748                 Updated german translations
1749
1750 2003-02-06 [thorsten]   0.8.9claws43
1751
1752         * src/news.h
1753                 use guint for message numbers (fix count in grouplist dialog)
1754
1755 2003-02-05 [paul]       0.8.9claws42
1756
1757         * sync with 0.8.10cvs2
1758                 see ChangeLog 2003-02-05
1759
1760 2003-02-04 [colin]      0.8.9claws41
1761
1762         * src/prefs_common.[ch]
1763           src/procmsg.c
1764           src/summaryview.c
1765                 Add an option to disable threading by subject
1766
1767 2003-02-04 [christoph]  0.8.9claws40
1768
1769         * src/inc.c
1770                 only abort fetching mails from multiple accounts when the
1771                 error is fatal and does not allow to check any more accounts
1772                 (currently only disk full error)
1773
1774         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1775          receive mails for other accouts)
1776
1777 2003-02-04 [christoph]  0.8.9claws39
1778
1779         * src/folder.c
1780                 first add the new message to the cache, then
1781                 send the update notification
1782
1783         (closes bug 39 after sending message folderview doesnt get updated)
1784
1785 2003-02-04 [colin]      0.8.9claws38
1786
1787         * src/inc.c
1788                 _really_ fix this Connecting... status
1789
1790 2003-02-04 [paul]       0.8.9claws37
1791
1792         * sync with 0.8.10
1793                 see ChangeLog 2003-02-04
1794
1795 2003-02-04 [paul]       0.8.9claws36
1796
1797         * sync with 0.8.9cvs6
1798                 see ChangeLog 2003-02-03
1799
1800 2003-02-04 [paul]       0.8.9claws35
1801
1802         * po/pt_BR.po
1803                 updated by André Filipe de Assunção e Brito 
1804                 <bedecko@netsite.com.br>
1805
1806 2003-02-03 [thorsten]   0.8.9claws34
1807
1808         * po/de.po
1809                 Updated german translations
1810
1811 2003-02-02 [paul]       0.8.9claws33
1812
1813         * po/es.po
1814                 updated by Ricardo Mones Lastra
1815
1816 2003-02-02 [thorsten]   0.8.9claws32
1817
1818         * src/mh.c
1819                 Fix mh_get_msginfo() segfault if file is inaccessible
1820
1821 2003-01-31 [colin]      0.8.9claws31
1822
1823         * src/procheader.c
1824                 Fix last commit's bug
1825
1826 2003-01-31 [colin]      0.8.9claws30
1827
1828         * src/procheader.c
1829                 Missing a change for gpg-signed messages
1830
1831 2003-01-31 [paul]       0.8.9claws29
1832
1833         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1834           src/procheader.c
1835           src/stock_pixmap.[ch]
1836           src/summaryview.c
1837                 indicate GnuPG signed messages by displaying an icon
1838                 in the Attachment column.
1839
1840 2003-01-31 [paul]       0.8.9claws28
1841
1842         * sync with 0.8.9cvs4
1843                 see ChangeLog 2003-01-31
1844
1845 2003-01-31 [alfons]     0.8.9claws27
1846
1847         * src/textview.c
1848                 tune URI parser to accept mailto URLs with a '?'
1849                 (patch from Ruslan Balkin)
1850
1851 2003-01-31 [colin]      0.8.9claws26
1852
1853         * src/summaryview.c
1854                 Fix a leak introduced in claws24
1855
1856 2003-01-31 [colin]      0.8.9claws25
1857
1858         * src/summaryview.c
1859                 Freeze/Thaw folder updates when deleting dups
1860
1861 2003-01-31 [colin]      0.8.9claws24
1862         
1863         * src/addr_compl.c
1864           src/summaryview.c
1865           src/msgcache.c
1866                 little speed improvements
1867
1868 2003-01-31 [colin]      0.8.9claws23
1869
1870         * src/summaryview.c
1871                 Fix segfault when forwarding nothing
1872                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1873                 
1874 2003-01-30 [paul]       0.8.9claws22
1875
1876         * sync with 0.8.9cvs3
1877                 see ChangeLog 2003-01-30
1878
1879 2003-01-30 [paul]       0.8.9claws21
1880
1881         * sync with 0.8.9cvs2
1882                 see ChangeLog 2003-01-30
1883
1884 2003-01-29 [paul]       0.8.9claws20
1885
1886         * sync with 0.8.9cvs1
1887                 see ChangeLog 2003-01-29
1888
1889 2003-01-28 [paul]       0.8.9claws19
1890
1891         * po/POTFILES.in
1892                 update to reflect changes. 
1893                 thanks to Ricardo Mones Lastra
1894
1895 2003-01-27 [christoph]  0.8.9claws18
1896
1897         * ac/openssl.m4
1898         * ac/spamassassin.m4
1899         * src/plugins/spamassassin/README
1900         * src/plugins/spamassassin/libspamc.[ch]
1901         * src/plugins/spamassassin/utils.[ch]
1902                 updated to latest libspamc
1903
1904 2003-01-27 [christoph]  0.8.9claws17
1905
1906         * src/folder.c
1907                 fix wrong use of procheader_get_header_fields
1908
1909 2003-01-27 [christoph]  0.8.9claws16
1910
1911         * src/news.c
1912         * src/prefs_account.[ch]
1913         * src/common/nntp.[ch]
1914                 allow to force authentication for NNTP servers
1915
1916         Patch submitted by Florian Mickler <dmk@d-labs.de>
1917
1918 2003-01-26 [paul]       0.8.9claws15
1919
1920         * src/summaryview.c
1921                 speed up of marking messages as read
1922                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1923
1924 2003-01-26 [christoph]  0.8.9claws14
1925
1926         * src/Makefile.am
1927         * src/mgutils.[ch]              ** REMOVE **
1928         * src/xml.[ch]                  ** REMOVE **
1929         * src/xmlprops.[ch]             ** REMOVE **
1930         * src/common/Makefile.am
1931         * src/common/mgutils.[ch]       ** NEW **
1932         * src/common/xml.[ch]           ** NEW **
1933         * src/common/xmlprops.[ch]      ** NEW **
1934                 move xml files to common directory
1935
1936 2003-01-26 [christoph]  0.8.9claws13
1937
1938         * src/plugins/spamassassin/spamassassin_gtk.c
1939                 only set gtk entry text if string is available
1940
1941 2003-01-26 [melvin]     0.8.9claws12
1942
1943         * src/description_window.c
1944                 Allow resizing of the window
1945                 Allow automatic horizontal scroll bar
1946                 Do not vertically expand and fill
1947
1948 2003-01-26 [christoph]  0.8.9claws11
1949
1950         * src/Makefile.am
1951         * src/gtkutils.[ch]             ** REMOVE **
1952         * src/common/sylpheed.c
1953         * src/gtk/Makefile.am
1954         * src/gtk/description_window.c
1955         * src/gtk/gtkutils.[ch]         ** NEW **
1956         * src/gtk/prefswindow.c
1957                 move gtkutils to gtk directory
1958
1959 2003-01-26 [paul]       0.8.9claws10
1960
1961         * src/summaryview.c
1962                 rename summary_unread_clicked() to summary_status_clicked()
1963
1964 2003-01-26 [melvin]     0.8.9claws9
1965
1966         * src/prefs_actions.c
1967                 Cosmetical changes to the help text
1968
1969 2003-01-26 [paul]       0.8.9claws8
1970
1971         * src/folder.[ch]
1972           src/mainwindow.c
1973           src/prefs_common.c
1974           src/prefs_sumamry_column.c
1975           summaryview.[ch]
1976                 rename the 'Unread' column to 'Status'
1977
1978 2003-01-25 [match]      0.8.9claws7
1979
1980         * src/mgutils.[ch]
1981                 removed reference to LDAP constants. removed error2string.
1982                 included functions to support LDAP dynamic queries.
1983         * src/syldap.h
1984                 moved LDAP constants here.
1985         * src/addressbook.c
1986         * src/addrindex.c
1987         * src/importldif.c
1988                 removed references to LDAP constants and references to
1989                 error2string.
1990
1991 2003-01-25 [paul]       0.8.9claws6
1992
1993         * src/summaryview.c
1994                 summary_thread_build(), summary_thread_init(): remove 
1995                 unneeded reference to summaryview->folder_item
1996
1997 2003-01-25 [christoph]  0.8.9claws5
1998
1999         * src/gtk/description_window.c
2000                 o allow description texts to expand over multiple columns
2001                 o translate all columns
2002         * src/prefs_actions.c
2003                 change syntax description to use new multi column feature
2004
2005         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2006
2007 2003-01-25 [match]      0.8.9claws4
2008
2009         * src/vcard.c
2010                 fixed bug with Quoted-Printable
2011
2012 2003-01-25 [paul]       0.8.9claws3
2013
2014         * src/folder.[ch]
2015           src/summaryview.[ch]
2016                 implement per-folder collapsed/expanded threads setting
2017                 
2018         * src/prefs_common.c
2019                 remove global collapsed/expanded threads option
2020
2021 2003-01-25 [christoph]  0.8.9claws2
2022
2023         * po/POTFILES.in
2024                 add pluginwindow and prefswindow
2025         * src/compose.c
2026                 make send respond correctly to messages that could be added
2027                 to the queue folder, but the UID of the message is unknown
2028         * src/folder.c
2029         * src/imap.c
2030                 don't return guessed UIDs in imap_add_msg anymore. We return
2031                 0 to tell the folder system it was appened but the UID is
2032                 unknown. Folder system now get's the UID by scaning the folder
2033                 and searching the cache for the Message-ID
2034                 (closes bug #29 Messages queued, but not sent)
2035
2036 2003-01-25 [paul]       0.8.9claws1
2037
2038         * src/codeconv.c
2039                 conv_encode_header():  fix bug when long headers with 8-bit
2040                 characters are used, so that the encoded words are wrapped.
2041                 If the space in the original text falls on the wrap boundary,
2042                 it can be lost.
2043                 Patch by Sergey Vlasov.
2044                 
2045         * src/folderview.c
2046                  fix bug where a change to the sorting method or thread view
2047                  of a folder's messages is lost if simpify-subject is set and
2048                  toggled on or off.
2049                  Patch by Luke Plant.
2050
2051 2003-01-24 [paul]       0.8.9claws
2052
2053         * sylpheed-0.8.9claws released
2054         
2055         * Makefile.am
2056           sylpheed.spec.in
2057                 remove reference to 'INSTALL.jp'
2058
2059 2003-01-23 [paul]       0.8.8claws128
2060
2061         * po/es.po
2062           po/it.po
2063           po/ru.po
2064           po/sr.po
2065                 updated translations. submitted by Ricardo Mones Lastra,
2066                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2067
2068 2003-01-23 [colin]      0.8.8claws127
2069
2070         * src/compose.c
2071                 Fix drafted and queued news articles re-edition
2072
2073 2003-01-23 [melvin]     0.8.8claws126
2074
2075         * po/fr.po
2076                 Updated French translations
2077
2078 2003-01-23 [colin]      0.8.8claws125
2079
2080         * src/inc.c
2081                 Fix "Connecting to..." status message
2082
2083 2003-01-22 [paul]       0.8.8claws124
2084
2085         * po/bg.po
2086                 updated by George Danchev
2087                 
2088         * src/folder.c
2089                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2090                 and folder deletion
2091
2092 2003-01-21 [paul]       0.8.8claws123
2093
2094         * po/bg.po
2095                 updated by George Danchev
2096                 
2097         * src/about.c
2098                 its now 2003
2099                 
2100         * src/toolbar.c
2101                 don't translate 'Separator'
2102                 
2103         * src/plugins/spamassassin/Makefile.am
2104                 add aspell to CPPFLAGS
2105                 
2106         * src/plugins/spamassassin/spamassassin.c
2107           src/plugins/spamassassin/spamassassin_gtk.c
2108                 set correct default for spamassassin_receive_spam
2109                 slightly re-word descriptions and some
2110                 other minor changes
2111
2112 2003-01-19 [alfons]     0.8.8claws122
2113                 
2114         * src/mimeview.c
2115                 mimeview_save_as(): we might as well show the file name for
2116                 the single case "Save As" too
2117
2118 2003-01-19 [alfons]     0.8.8claws121
2119
2120         * src/crash.c
2121                 change bug tracker URL to bugzilla URL
2122
2123 2003-01-19 [alfons]     0.8.8claws120
2124
2125         * src/mimeview.c
2126                 mimeview_save_all(): display name of file before overwriting;
2127                 continue saving all, even when one overwrite was cancelled
2128
2129 2003-01-19 [christoph]  0.8.8claws119
2130
2131         * src/summaryview.c
2132         * src/procmsg.[ch]
2133                 fix wrong usage of procmsg_find_children in summaryview
2134                 by using procmsg_update_unread_children instead of
2135                 summaryview_update_unread_children
2136
2137 2003-01-19 [christoph]  0.8.8claws118
2138
2139         * src/procmsg.c
2140                 fix infinite loop in procmsg_find_children
2141                  (closes bug #25 sylpheed crashes on delete.)
2142
2143         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2144
2145 2003-01-19 [paul]       0.8.8claws117
2146
2147         * po/pt_BR.po
2148                 updated by Ivan Francolin Martinez
2149
2150 2003-01-18 [melvin]     0.8.8claws116
2151
2152         * src/prefs_actions.c
2153                 Removed syntax limitation of only one '&' at the end of command.
2154                         Now actions that contain '>/dev/null 2>&1' are possible.
2155
2156 2003-01-18 [melvin]     0.8.8claws115
2157
2158         * src/prefs_actions.c
2159                 Actions IO dialog: when the action ends
2160                 the "Close" button now has focus and [Escape] closes the
2161                 window.
2162
2163 2003-01-18 [christoph]  0.8.8claws114
2164
2165         * src/procmsg.c
2166                 o add debug output when MsgInfos are really freed
2167                 o free GSLists in procmsg_find_children and
2168                   procmsg_update_unread_children
2169
2170 2003-01-18 [christoph]  0.8.8claws113
2171
2172         * src/mainwindow.c
2173                 reorder Configuration menu
2174
2175 2003-01-18 [christoph]  0.8.8claws112
2176
2177         * src/compose.c
2178                 fix applying templates to forwarded messages
2179
2180         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2181
2182 2003-01-17 [christoph]  0.8.8claws111
2183
2184         * src/folder.c
2185                 destroy folder items, when a folder item is removed
2186
2187 2003-01-17 [christoph]  0.8.8claws110
2188
2189         * src/folder.c
2190                 fix wrong folder stats update when ignored message is
2191                 deleted
2192
2193 2003-01-17 [colin]      0.8.8claws109
2194         
2195         * src/mainwindow.c
2196         * src/summaryview.c
2197                 Quicksearch bugfixes: 
2198                 - hide help button at startup if not extended
2199                 - switch to extended when looking for replies
2200
2201 2003-01-17 [paul]
2202
2203         * sync with 0.8.9 release
2204
2205 2003-01-17 [paul]       0.8.8claws108
2206
2207         * sync with 0.8.8cvs11
2208                 see ChangeLog 2003-01-17
2209
2210 2003-01-16 [colin]      0.8.8claws107
2211
2212         * src/procmsg.c
2213                 Changed encryption test to re-ask passphrase
2214                 if an encrypted message hasn't been decrypted
2215                 Fixes bug #5
2216
2217 2003-01-16 [christoph]  0.8.8claws106
2218
2219         * src/prefs_gtk.c
2220         * src/prefs_toolbar.c
2221         * src/gtk/prefswindow.h
2222         * src/plugins/spamassassin/spamassassin_gtk.c
2223                 remove page destroy function that is not used anymore
2224
2225 2003-01-16 [paul]       0.8.8claws105
2226
2227         * sync with 0.8.8cvs9
2228                 see ChangeLog 2002-01-16
2229
2230 2003-01-16 [colin]      0.8.8claws104
2231
2232         * src/compose.[ch]
2233                 Fix bug with autosaved drafts for IMAP, when draft
2234                 folder is specified - fixes bugzilla bug #20
2235
2236 2003-01-15 [paul]       0.8.8claws103
2237
2238         * src/compose.[ch]
2239           src/procmsg.c
2240                 store folder and message-id of message forwarding
2241                 in queue header and set forward flag after sending
2242
2243 2003-01-15 [paul]       0.8.8claws102
2244
2245         * sync with 0.8.8cvs8
2246                 see ChangeLog 2002-01-15
2247
2248 2003-01-15 [colin]      0.8.8claws101
2249
2250         * src/Makefile.am
2251                 Fix linking with GNU libiconv
2252
2253 2003-01-15 [darko]      0.8.8claws100
2254
2255         * src/pine.c
2256                 fix crash when importing pine address book
2257                 entry with an empty name (reported by DY
2258                 <dybulk at tri8.net>)
2259
2260 2003-01-14 [paul]       0.8.8claws99
2261
2262         * configure.in  ** REMOVED **
2263           configure.ac  ** NEW FILE **
2264                 rename configure.in to configure.ac, as it is now
2265                 preferred
2266
2267 2003-01-14 [melvin]     0.8.8claws98
2268
2269         * src/folderview.c
2270                 folderview_check_new(): More precise function description
2271
2272 2003-01-14 [melvin]     0.8.8claws97
2273
2274         * src/folderview.c
2275                 folderview_check_new(): return the number of new messages 
2276                         since last check.
2277         * src/inc.c
2278                 inc_account_mail(): Disable counting of new messages for IMAP
2279                         and NNTP until bug [19] and [14] are fixed.
2280
2281 2003-01-14 [paul]       0.8.8claws96
2282
2283         * sync with 0.8.8cvs6
2284                 see ChangeLog 2003-01-14
2285
2286 2003-01-13 [alfons]     0.8.8claws95
2287
2288         * src/textview.c
2289                 tune email address validation (c. 0.8.8claws89): if . is 
2290                 just one char away from @, the address is invalid too 
2291                 (correctly rejects addresses like foo@.com)
2292
2293 2003-01-13 [paul]       0.8.8claws94
2294
2295         * src/messageview.c
2296           src/toolbar.c
2297                 fixes to the Message View toolbar and menu:
2298                 fix non-functioning Forward button
2299                 make Reply button consider default_reply_list
2300                 remove 'Follow-up...' menu entry
2301                 add 'Forward' and 'Redirect' menu entries
2302
2303 2003-01-13 [melvin]     0.8.8claws93
2304
2305         * src/inc.c
2306                 Fixed typo that could make new messages count incorrect.
2307
2308 2003-01-13 [melvin]     0.8.8claws92
2309
2310         * src/folderview.[ch]
2311                 folderview_check_new(): return the number of new messages.
2312         * src/inc.c
2313                 Should fix bug [14] where new mail notification worked 
2314                         incorrectly with IMAP accounts.
2315                 inc_spool_account(): return number of new msgs, or -1 on error
2316                 inc_all_spool(): return number of new msgs
2317                 
2318 2003-01-13 [melvin]     0.8.8claws91
2319
2320         * src/prefs_actions.c
2321                 Justify help text.
2322
2323 2003-01-12 [thorsten]   0.8.8claws90
2324
2325         * src/common/prefs.c
2326                 close file before rename
2327
2328 2003-01-12 [alfons]     0.8.8claws89
2329
2330         * AUTHORS
2331                 add Christian Mertes
2332         * src/common/utils.[ch]
2333                 g_stricase_hash(), g_stricase_equal(): functions for 
2334                 case insensitive hash tables
2335         * src/textview.c
2336                 use top level domain names to validate email address, based
2337                 on a patch by Christian Mertes (thanks!), but changed 
2338                 implementation to use a hash table 
2339
2340 2003-01-12 [paul]       0.8.8claws88
2341
2342         * po/bg.po
2343                 updated by George Danchev
2344
2345 2003-01-12 [alfons]     0.8.8claws87
2346
2347         * src/summaryview.c
2348                 delete / execute performance: use new style folder update
2349
2350 2003-01-12 [paul]       0.8.8claws86
2351
2352         * sync with 0.8.8cvs5
2353                 see ChangeLog 2003-01-13 (!)
2354
2355 2003-01-12 [alfons]     0.8.8claws85
2356
2357         * src/filtering.c
2358         * src/matcher_parser_parse.y
2359                 prepare change_score filtering action
2360         * src/matcher.[ch]
2361                 give up const-correctness on functions that call non-const-correct functions;
2362                 several casts to gpointer in g_free();
2363                 add change_score;
2364
2365 2003-01-12 [christoph]  0.8.8claws84
2366
2367         * src/compose.c
2368                 fix 2 warnings
2369
2370         * src/gtk/prefswindow.[ch]
2371         * src/plugins/spamassassin/spamassassin_gtk.c
2372                 changed the call of the widget create function
2373                 for PrefsPages, because sometimes the widget
2374                 create function needs a widget that already has
2375                 been attached to a window (to create GDK pixmaps
2376                 for exmaple). So we simply pass the GtkWindow as
2377                 the second parameter now.
2378
2379         * src/main.c
2380         * src/mainwindow.c
2381         * src/prefs_toolbar.[ch]
2382                 rewrite Toolbar Preferences using the new
2383                 prefs window
2384
2385 2003-01-11 [alfons]     0.8.8claws83
2386
2387         * src/addressadd.c
2388                 fix crash when adding sender to addressbook because status bar
2389                 isn't there (the status bar doesn't seem to be used though,
2390                 but I'll let Match decide what to do with it)
2391
2392 2003-01-11 [colin]      0.8.8claws82
2393
2394         * src/main.c
2395           src/toolbar.c
2396                 Two useless changes reversed
2397
2398 2003-01-11 [colin]      0.8.8claws81
2399
2400         * src/mainwindow.c
2401           src/mainwindow.h
2402                 Add mainwindow_get_mainwindow()
2403         * src/alertpanel.c
2404           src/alertpanel.h
2405                 Add alertpanel_error_log() 
2406         * src/compose.c
2407           src/inc.c
2408           src/messageview.c
2409           src/toolbar.c
2410           src/main.c
2411           src/procmsg.c
2412                 Network errors get a View Log button
2413
2414 2003-01-10 [alfons]     0.8.8claws80
2415
2416         * src/prefs_toolbar.c
2417         * src/toolbar.c
2418                 use the translatable string for "Separator" as file name for
2419                 separator toolbar items (probably make this uppercase?)
2420
2421 2003-01-10 [alfons]     0.8.8claws79
2422
2423         * src/prefs_toolbar.c
2424                 put right A_SEPARATOR description string in "displayed
2425                 toolbar items list" so manually added separators are
2426                 saved correctly (bug #10, "Adding a separator to the main 
2427                 toolbar fails, entry in xml file is wrong")
2428
2429 2003-01-10 [christoph]  0.8.8claws78
2430
2431         * src/imap.c
2432                 o fix warnings
2433                 o use CAPABILITY to check if NAMESPACE is available
2434
2435 2003-01-10 [christoph]  0.8.8claws77
2436
2437         * src/imap.[ch]
2438                 apply UIDPLUS IMAP extension support patch
2439
2440         Patch submitted by Simon 'corecode' Schubert
2441
2442 2003-01-10 [paul]       0.8.8claws76
2443
2444         * src/folderview.c
2445                 a sync from main which fixes the news account folders'
2446                 Properties bug
2447
2448 2003-01-10 [christoph]  0.8.8claws75
2449
2450         * src/folder.c
2451                 don't accept 0 as a valid uid returned by copy and move
2452                 functions. 0 means the message was copied or moved but the
2453                 new uid could not be fetched. It is not an error condition
2454                 for the copy or move operation.
2455
2456 2003-01-10 [paul]       0.8.8claws74
2457
2458         * src/prefs_filtering.c
2459                 change English used in Alert when entry is not
2460                 saved.
2461                 
2462         * sync with 0.8.8cvs4
2463                 see ChangeLog 2003-01-10
2464
2465 2003-01-10 [darko]      0.8.8claws73
2466
2467         * src/pine.c
2468                 fix crash when importing address book entry
2469                 without a valid address
2470
2471 2003-01-09 [alfons]     0.8.8claws72
2472
2473         * src/inc.c
2474                 filtering performance: use new style folder update
2475
2476 2003-01-09 [christoph]  0.8.8claws71
2477
2478         * src/compose.c
2479         * src/gtk/menu.[ch]
2480                 fix wrong selecting of mime encoding type, when
2481                 opening property dialog of attachments in the
2482                 compose window. 7bit was always selected and that
2483                 destoryed files with 8bit data.
2484                 (closes bug #9 Sylpheed-claws destroys attachments when
2485                  changing MIME-types)
2486
2487 2003-01-09 [paul]       0.8.8claws70
2488
2489         * sync with 0.8.8cvs3
2490                 see ChangeLog 2003-01-09
2491
2492 2003-01-08 [alfons]     0.8.8claws69
2493         
2494         * src/addressadd.c
2495                 apply patch by Kim Schulz to fix build breakage
2496                 because of missing variable
2497
2498 2003-01-08 [paul]       0.8.8claws68
2499
2500         * sync with 0.8.8cvs2
2501                 see ChangeLog 2002-01-08
2502
2503 2003-01-08 [paul]       0.8.8claws67
2504
2505         * po/it.po
2506                 updated by Alessandro Maestri
2507                 
2508         * src/addressadd.c
2509                 when using 'Add sender to addressbook' allow
2510                 name to be edited and remarks to be entered
2511                 Patch submitted by Luke Plant
2512
2513 2003-01-08 [darko]      0.8.8claws66
2514
2515         * README.claws, src/summaryview.c
2516                 fix description for marked messages
2517
2518 2003-01-08 [paul]
2519
2520         * tools/Makefile.am
2521           tools/launch_phoenix  ** NEW FILE **
2522                 add script that enables using Phoenix as the default
2523                 web browser. 
2524                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2525                 
2526         * tools/OOo2sylpheed.pl
2527                 remove full path to sylpheed executable, just 'sylpheed'
2528                 will do
2529                 
2530         * tools/README
2531                 add launch_phoenix informtion and re-arrange and compress
2532                 the data a little
2533
2534 2003-01-07 [christoph]  0.8.8claws65
2535
2536         * src/folder.c
2537                 fix update for source folder when moving messages
2538         * src/procmsg.[ch]
2539         * src/summaryview.c
2540                 use function to set to_folder for message infos and
2541                 automatically update the op_count for old and new
2542                 folder
2543
2544 2003-01-07 [melvin]     0.8.8claws64
2545
2546         * src/prefs_actions.c
2547                 Fixed bug where an '%p' Action on a displayed image crashed 
2548                         Sylpheed
2549                 Code clean up (get rid of duplicated code and removed unnecessary 
2550                                 structure member)
2551
2552 2003-01-07 [christoph]  0.8.8claws63
2553
2554         * src/compose.c
2555         * src/folder.[ch]
2556         * src/folderview.c
2557         * src/import.c
2558         * src/inc.c
2559         * src/main.c
2560         * src/mainwindow.c
2561         * src/messageview.c
2562         * src/prefs_folder_item.c
2563         * src/procmsg.c
2564         * src/summaryview.c
2565         * src/toolbar.c
2566                 o remove all folder update triggering from the UI code. The folder
2567                   system should know much better when a folder needs an update.
2568                 o to prevent multiple updates in a row the folder updates can be
2569                   frozen for some time.
2570
2571                 Note: - Please verify that no updates are missing
2572                       - Check where freeze/thaws should be added
2573
2574 2003-01-07 [christoph]  0.8.8claws62
2575
2576         * src/prefs_actions.c
2577                 don't translate empty strings
2578
2579         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2580
2581 2003-01-06 [christoph]  0.8.8claws61
2582
2583         * src/prefs_actions.c
2584                 mark strings for gettext
2585         * src/prefs_matcher.c
2586                 use new description window for Execute action and
2587                 match condition in Filtering
2588
2589         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2590
2591 2003-01-06 [alfons]     0.8.8claws60
2592
2593         keep myself inspired to re-organize matcher part 8; 
2594         yes, more to come (I need to move out the descriptive
2595         text for actions to matcher.c, or at least make it not
2596         depend on the wicked ordering)
2597
2598         * src/prefs_matcher.c
2599                 add documentation so others may comprehend the
2600                 UI part of the conditions
2601                 
2602 2003-01-06 [christoph]  0.8.8claws59
2603
2604         * src/prefs_actions.c
2605                 use new description window for syntax help
2606         * src/gtk/description_window.c
2607                 fix display of descriptions with column count != 2
2608
2609         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2610
2611 2003-01-06 [christoph]  0.8.8claws58
2612
2613         * src/quote_fmt.c
2614         * src/summaryview.[ch]
2615         * src/gtk/Makefile.am
2616         * src/gtk/description_window.[ch]       ** NEW **
2617                 use a generic window to display syntax descriptions
2618                 currently used in quote_fmt and summaryview (new description
2619                 for extended quick search)
2620
2621         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2622
2623 2003-01-06 [paul]       0.8.8claws57
2624
2625         * sync with 0.8.8cvs1
2626                 see ChangeLog 2003-01-06
2627
2628 2003-01-06 [christoph]  0.8.8claws56
2629
2630         * src/mainwindow.c
2631         * src/prefs_gtk.[ch]
2632         * src/gtk/prefswindow.[ch]
2633         * src/plugins/spamassassin/spamassassin_gtk.c
2634                 o remove page management from prefswindow, pages
2635                   will be an argument to prefswindow_open
2636                 o prefswindow_open gets a datapointer that is
2637                   passed to the widget_create function to allow
2638                   creation of prefswindow for specific items
2639
2640 2003-01-06 [colin]      0.8.8claws55
2641         
2642         * src/summaryview.c
2643                 We don't want regexp in the reply-finder, 
2644                 because MIDs can contain !,$,. and so on
2645
2646 2003-01-06 [jens]       0.8.8claws54
2647
2648         * src/jpilot.c
2649                 fixed a wrong free in jpilot_read_db_files
2650
2651 2003-01-06 [alfons]     0.8.8claws53
2652
2653         re-organize matcher part 8; more to come
2654        
2655         * src/matcher.c
2656                 matcherprop_to_string(): put g_free()s before the
2657                 switch-case break to fix memleaks                
2658
2659 2003-01-06 [colin]      0.8.8claws52
2660
2661         * src/summaryview.c
2662                 cleanup & reply-finder now displays the first 
2663                 matching message
2664
2665 2003-01-05 [alfons]     0.8.8claws51
2666
2667         re-organize matcher part 7; more to come
2668
2669         * src/matcher.[ch]
2670                 fixes for constant correctness;
2671                 more documentation;
2672
2673 2003-01-05 [alfons]     0.8.8claws50
2674
2675         re-organize matcher part 6; more to come
2676         
2677         * src/matcher.[ch]
2678                 fixes for constant correctness;
2679                 more documentation;
2680         * src/filtering.c
2681                 fix for constant correctness
2682
2683 2003-01-05 [colin]      0.8.8claws49
2684
2685         * src/account.[ch]
2686                 Add account_get_reply_account function
2687         * src/compose.c
2688                 Use account_get_reply_account function 
2689         * src/summaryview.c
2690                 Basic reply-finder - click on the replied
2691                 icon gets you to the outbox using quick-search
2692
2693 2003-01-05 [paul]       0.8.8claws48
2694
2695         * src/prefs_common.c
2696                 small change to English
2697                 
2698         * src/prefs_filtering.c
2699                 prefs_filtering_action_select(): improve logic and uniformity
2700                 of gui
2701
2702 2003-01-05 [alfons]     0.8.8claws47
2703
2704         fine tune solution to focus problems (bug #7)
2705
2706         * src/mainwindow.c
2707                 mainwindow_focus_in_event(): remove grab event check
2708         * src/summaryview.c
2709                 summary_button_pressed(): move selection on right-click
2710                 too. we can't possibly move the selection back after
2711                 canceling a dialog, because gtk's incomplete focus 
2712                 management. whether this is a good solution, only time
2713                 will tell.
2714
2715 2003-01-05 [christoph]  0.8.8claws46
2716
2717         * src/imap.c
2718                 fix crash when no imap connection could be established
2719
2720 2003-01-05 [paul]       0.8.8claws45
2721
2722         * src/mainwindow.c
2723           src/sumamryview.c
2724           src/gtk/menu.[ch]
2725                 fix bug 605957 'shortcuts in popup-menu'
2726                 make user-defined shortcuts work
2727                 show shortcuts that are already defined
2728                 in the main menu
2729                 Patch submitted by Luke Plant
2730
2731 2003-01-05 [alfons]     0.8.8claws44
2732
2733         * src/mainwindow.c
2734                 focus_in_event handler should not select summary view row 
2735                 when another window (menu, dialog) grabbed for events 
2736                 (bug #7, "[0.8.8claws42] Message summary focus") 
2737
2738 2003-01-04 [christoph]  0.8.8claws43
2739
2740         * src/procmsg.c
2741                 update save folder after adding the sent message
2742                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2743
2744 2003-01-02 [christoph]  0.8.8claws42
2745
2746         * src/common/plugin.c
2747                 fix unloading of all plugins and unload
2748                 plugins in reverse order
2749                 
2750         * src/gtk/pluginwindow.c
2751                 implement function of load and unload button
2752
2753         * src/gtk/prefswindow.c
2754         * src/gtk/prefswindow.h
2755                 rename register function and add new unregister
2756                 function
2757
2758         * src/plugins/spamassassin/spamassassin_gtk.c
2759                 unregister prefs page and update for changes in
2760                 src/gtk/prefswindow.c
2761
2762 2003-01-02 [paul]       0.8.8claws41
2763
2764         * po/es.po
2765                 updated by Ricardo Mones Lastra
2766
2767 2003-01-02 [paul]
2768
2769         * tools/tb2sylpheed
2770                 fixes and improvements by Urke MMI
2771
2772 2003-01-02 [thorsten]   0.8.8claws40
2773
2774         * src/procmsg.c
2775                 fixed wrong return value
2776
2777 2003-01-02 [thorsten]   0.8.8claws39
2778
2779         * src/prefs.c
2780                 fixed printing wrong variable
2781
2782 2003-01-02 [thorsten]   0.8.8claws38
2783
2784         * src/prefs.c
2785                 fixed acessing members of freed pfile struct
2786
2787 2003-01-02 [thorsten]   0.8.8claws37
2788
2789         * src/procmsg.c
2790                 detect loops across several messages
2791                 as suggested by Christoph Hohmann
2792
2793 2003-01-01 [match]      0.8.8claws36
2794
2795         * src/addrindex.c
2796                 fixed another memory leak.
2797
2798 2003-01-01 [match]      0.8.8claws35
2799
2800         * src/jpilot.[ch]
2801                 fixed memory leaks. applied Doxygen comments.
2802
2803 2003-01-01 [thorsten]   0.8.8claws34
2804
2805         * src/procmsg.c
2806                 inhibit endless loop if msg references itself
2807                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2808
2809 2003-01-01 [christoph]  0.8.8claws33
2810
2811         * src/mainwindow.c
2812         * src/gtk/Makefile.am
2813         * src/gtk/pluginwindow.c                ** NEW **
2814         * src/gtk/pluginwindow.h                ** NEW **
2815                 add plugin window
2816
2817         * src/plugins/demo/demo.c
2818         * src/plugins/spamassassin/spamassassin.c
2819         * src/plugins/spamassassin/spamassassin_gtk.c
2820                 write better plugin descriptions
2821
2822 2002-12-31 [christoph]  0.8.8claws32
2823
2824         * src/gtk/prefswindow.c
2825         * src/plugins/spamassassin/spamassassin_gtk.c
2826                 some small improvements to GTK code
2827
2828 2002-12-31 [christoph]  0.8.8claws31
2829
2830         * src/plugins/spamassassin/spamassassin_gtk.c
2831                 enable folder select button
2832
2833 2002-12-31 [christoph]  0.8.8claws30
2834
2835         * src/mainwindow.c
2836         * src/gtk/Makefile.am
2837         * src/gtk/prefswindow.c                         ** NEW **
2838         * src/gtk/prefswindow.h                         ** NEW **
2839                 add new prefs window
2840
2841         * src/common/plugin.c
2842                 don't try to load empty config lines
2843         
2844         * src/plugins/spamassassin/Makefile.am
2845         * src/plugins/spamassassin/spamassassin.c
2846         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2847         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2848                 GTK config for SpamAssassin Plugin using
2849                 the new prefs window
2850
2851 2002-12-31 [paul]       0.8.8claws29
2852
2853         * po/POTFILES.in
2854                 remove obsolete entry 'src/menu.c'
2855
2856 2002-12-31 [alfons]     0.8.8claws28
2857
2858         * src/matcher.[ch]
2859         * src/matcher_parser_parse.y
2860         * src/prefs_matcher.c
2861                 add "ignore_thread" and "~ignore_thread" condition so it's
2862                 possible to make the actions / scoring operate on the ignore
2863                 thread flag
2864
2865 2002-12-31 [christoph]  0.8.8claws27
2866
2867         * src/addrbook.c
2868         * src/addrindex.c
2869         * src/folder.c
2870         * src/matcher.c
2871         * src/prefs_account.c
2872         * src/prefs_actions.c
2873         * src/prefs_customheader.c
2874         * src/prefs_display_header.c
2875         * src/prefs_gtk.c
2876         * src/procmime.c
2877         * src/toolbar.c
2878         * src/xmlprops.c
2879         * src/common/prefs.[ch]
2880                 extend prefs file handling for reading and automatic handling
2881                 of blocks. When reading prefs_set_block_label will automatically
2882                 move on to the block. When writing it will copy all other blocks
2883                 automatically
2884
2885         * src/common/plugin.c
2886                 Now loading plugin filenames from [Plugins] block in
2887                 sylpheed rc file
2888
2889 2002-12-30 [christoph]  0.8.8claws26
2890
2891         * src/common/hooks.[ch]
2892                 return abort status to caller of hooks_invoke
2893                 
2894         * src/inc.[ch]
2895                 invoke message filtering hook and stop
2896                 default handling when filter returns abort
2897
2898         * src/common/plugin.[ch]
2899         * src/plugins/demo/demo.c
2900                 modify plugin loader, because resolving symbols for strings
2901                 does not work correctly
2902         
2903         * configure.in
2904         * ac/spamassassin.m4                            ** NEW **
2905         * src/plugins/spamassassin/.cvsignore           ** NEW **
2906         * src/plugins/spamassassin/Makefile.am          ** NEW **
2907         * src/plugins/spamassassin/README               ** NEW **
2908         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2909         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2910         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2911                 add spamassassin plugin, see src/plugins/spamassassin/README
2912                 for details
2913
2914 2002-12-29 [alfons]     0.8.8claws25
2915
2916         * src/mainwindow.c
2917                 when moving focus from a message view to the main 
2918                 window, don't forget to select the summary node
2919                 of the displayed message. should fix "[ 659103 ] 
2920                 focus-follows-mouse confuses sylpheed"
2921
2922 2002-12-29 [christoph]  0.8.8claws24
2923
2924         * src/Makefile.am
2925         * src/stringtable.[ch]          ** REMOVE **
2926         * src/common/Makefile.am
2927         * src/common/stringtable.[ch]   ** NEW **
2928                 move stringtable files to common directory
2929
2930 2002-12-29 [christoph]  0.8.8claws23
2931
2932         * src/Makefile.am
2933         * src/menu.[ch]                 ** REMOVE **
2934         * src/gtk/Makefile.am
2935         * src/gtk/menu.[ch]             ** NEW **
2936                 move menu files to gtk directory
2937
2938 2002-12-29 [match]      0.8.8claws22
2939
2940         * src/addressbook.c
2941         * src/syldap.c
2942                 moved UI specific code out of LDAP code into addressbook
2943                 UI code. fixed memory leak.
2944
2945 2002-12-29 [christoph]  0.8.8claws21
2946
2947         * src/folder.c
2948                 only check for IGNORED parent message when message is
2949                 not IGNORED itself
2950
2951 2002-12-29 [alfons]     0.8.8claws20
2952
2953         * src/summaryview.c
2954                 set gtksctree's anchor correct (immediate execute
2955                 changes the tree's layout, and anchor points at 
2956                 the incorrect row). fixes "[ 657233 ] multiple msg 
2957                 delete sometimes off by 1".
2958                 we probably have to look for more tree layout /
2959                 anchor glitches.
2960
2961 2002-12-29 [paul]       0.8.8claws19
2962
2963         * src/summaryview.c
2964                 fix bug [ 659054 ] incorrect sorting of 'From' column
2965                 when using 'display sender using address book'
2966                 thanks to Alfons and Luke Plant
2967
2968 2002-12-29 [christoph]  0.8.8claws18
2969
2970         * src/folder.c
2971         * src/procmsg.[ch]
2972                 check parent messages for IGNORE THREAD flag, when adding,
2973                 moving or copying messages to a folder
2974
2975 2002-12-27 [alfons]     0.8.8claws17
2976
2977         re-organize matcher part 5; more to come
2978
2979         * src/matcher.c
2980                 hash keywords in matchparser_tab 
2981
2982 2002-12-27 [alfons]     0.8.8claws16
2983
2984         re-organize matcher part 4; more to come
2985
2986         * src/matcher_parser.h
2987         * src/matcher_parser_lex.l
2988         * src/matcher_parser_parse.y
2989                 cleanup
2990
2991 2002-12-27 [alfons]     0.8.8claws15
2992
2993         re-organize matcher part 3; more to come
2994
2995         * src/matcher.[ch]
2996                 cleanup
2997
2998 2002-12-27 [alfons]     0.8.8claws14
2999
3000         re-organize matcher part 2; more to come but this should
3001         work. cc me if there are any regressions.
3002
3003         * src/matcher.h
3004                 add prototype for get_matchparser_tab_id()
3005         * src/matcher_parser_lex.l
3006                 look up keywords using matchparser_tab_id();
3007
3008 2002-12-27 [alfons]     0.8.8claws12
3009
3010         re-organize matcher part 1
3011
3012         * src/matcher.h
3013                 map yacc generated constants to sylpheed matcher constants
3014         * src/matcher.c
3015                 add function to find a matcher constant from a string
3016
3017 2002-12-27 [christoph]  0.8.8claws11
3018
3019         * src/compose.c
3020                 MENUITEM_ADD casts the 4th argument from integer to pointer
3021                 so it probably should not be a pointer, this means we
3022                 should use account id for it and not the account's pointer
3023
3024 2002-12-27 [paul]       0.8.8claws10
3025
3026         * src/mainwindow.c
3027                 remove unneeded 'GtkWidget *vbox'
3028                 
3029         * src/summaryview.c
3030                 further sync with 0.8.8 - make sort
3031                 by recipient work as expected
3032                 
3033         * NEWS
3034                 sync with 0.8.8
3035
3036 2002-12-27 [paul]       0.8.8claws9
3037
3038         * po/pt_BR.po
3039                 updated by Ivan F. Martinez
3040                 
3041 2002-12-27 [darko]      0.8.8claws8
3042
3043         * src/common/utils.c
3044                 added locked pattern to extended search
3045
3046 2002-12-27 [alfons]     0.8.8claws7
3047
3048         * src/prefs_matcher.[ch]
3049                 clean up
3050
3051 2002-12-26 [alfons]     0.8.8claws6
3052
3053         * src/matcher.[ch]
3054         * src/matcher_parser_lex.l
3055         * src/matcher_parser_parse.y
3056         * src/prefs_matcher.c
3057                 allow color label as a condition in the matcher
3058
3059 2002-12-26 [oliver]     0.8.8claws5
3060         
3061         * src/toolbar.c 
3062                 enable Addressbook for Main and Messageview
3063         * src/prefs_actions.c
3064                 enable actions in Messageview
3065
3066 2002-12-26 [christoph]  0.8.8claws4
3067
3068         * src/common/plugin.c
3069                 add a little debug output
3070         * configure.in
3071         * src/plugins/demo/Makefile.am
3072                 better use of automake
3073
3074 2002-12-26 [christoph]  0.8.8claws3
3075
3076         * src/Makefile.am
3077         * src/common/Makefile.am
3078                 fix "make distdir"
3079
3080 2002-12-26 [christoph]  0.8.8claws2
3081
3082         * configure.in
3083                 sort configure checks into common / gtk / plugins
3084         * po/POTFILES.in
3085                 add src/prefs_gtk.c
3086         * src/Makefile.am
3087                 add plugins SUBDIR
3088         * src/main.c
3089         * src/common/sylpheed.[ch]
3090                 added now sylpheed_done function for shutdown
3091         * src/common/Makefile.am
3092         * src/common/plugin.[ch]                ** NEW **
3093                 plugin loader and unloader
3094         * src/plugins/.cvsignore                ** NEW **
3095         * src/plugins/Makefile.am               ** NEW **
3096                 build plugins
3097         * src/plugins/demo/.cvsignore           ** NEW **
3098         * src/plugins/demo/Makefile.am          ** NEW **
3099         * src/plugins/demo/demo.c               ** NEW **
3100                 small demo plugin that installs a logtext hook and
3101                 outputs the log text to stdout
3102
3103 2002-12-26 [paul]       0.8.8claws1
3104
3105         * po/es.po
3106                 updated by Ricardo Mones Lastra
3107
3108 2002-12-26 [paul]       0.8.8claws
3109
3110         * 0.8.8claws released
3111
3112 2002-12-26 [paul]       0.8.7claws12
3113
3114         * po/bg.po
3115                 updated by George Danchev
3116
3117 2002-12-26 [paul]       0.8.7claws11
3118
3119         * po/POTFILES.in
3120                 remove unneeded 'src/prefs.c' entry 
3121
3122 2002-12-26 [paul]       0.8.7claws10
3123
3124         * src/codeconv.c
3125           src/mainwindow.c
3126                 sync with 0.8.8 release
3127         
3128         * src/folder.[ch]
3129           src/mh.c
3130           src/summaryview.c
3131                 partial sync with 0.8.8 release
3132         
3133
3134 2002-12-25 [alfons]     0.8.7claws9
3135
3136         * src/matcher.[ch]
3137         * src/matcher_parser_lex.l
3138         * src/matcher_parser_parse.y
3139         * src/prefs_matcher.c
3140                 add locked flag to possible filtering / matcher 
3141                 conditions (also a good example what should be
3142                 done to add a simple boolean condition)
3143
3144 2002-12-25 [christoph]  0.8.7claws8
3145
3146         * src/Makefile.am
3147         * src/account.[ch]
3148         * src/addrbook.c
3149         * src/addressbook.c
3150         * src/addrindex.c
3151         * src/filtering.c
3152         * src/folder.c
3153         * src/matcher.c
3154         * src/prefs.[ch]                ** REMOVE **
3155         * src/prefs_account.c
3156         * src/prefs_actions.c
3157         * src/prefs_common.c
3158         * src/prefs_customheader.c
3159         * src/prefs_display_header.c
3160         * src/prefs_filtering.c
3161         * src/prefs_folder_item.c
3162         * src/prefs_gtk.[ch]            ** NEW **
3163         * src/prefs_matcher.c
3164         * src/prefs_scoring.c
3165         * src/prefs_summary_column.c
3166         * src/procmime.c
3167         * src/selective_download.c
3168         * src/toolbar.c
3169         * src/common/Makefile.am
3170         * src/common/prefs.[ch]         ** NEW **
3171                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3172
3173 2002-12-24 [alfons]     0.8.7claws7
3174
3175         * src/summaryview.c
3176                 summary_thread_build(): fix real cause of the crash mentioned in
3177                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3178                 this way we get meaningful ctree nodes 
3179
3180 2002-12-24 [oliver]     0.8.7claws6
3181
3182         * src/mainwindow.[ch]
3183         * src/messageview.[ch]
3184         * src/compose.[ch]
3185         * src/inc.c
3186         * src/summaryview.c
3187                 changes to use updated toolbar handling
3188                 
3189 2002-12-24 [oliver]     0.8.7claws5
3190
3191         * src/toolbar.[ch]
3192                 generic toolbar handling
3193                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3194         * src/prefs_toolbar.[ch]
3195                 adjust to handling
3196         
3197 2002-12-24 [oliver]     0.8.7claws4
3198         
3199         * src/stock_pixmap.[ch]
3200                 move SYLPHEED_LOGO to end of list in order 
3201                 to remove it from Custom Toolbar`s Icon View
3202
3203 2002-12-24 [alfons]     0.8.7claws3
3204
3205         * src/summaryview.c
3206                 summary_thread_build(): fix crash because of focus != selection 
3207                 after threading. when deleting the selection, gtk tries but fails 
3208                 to find the correct focusable element. we now force the selection
3209                 to be focused. this should solve the infamous bug reported by 
3210                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3211                 a test case is available. 
3212
3213 2002-12-24 [darko]      0.8.7claws2
3214
3215         * src/summaryview.c
3216                 don't crash when unmarking message with unread children
3217
3218 2002-12-23 [christoph]  0.8.7claws1
3219
3220         * src/Makefile.am
3221         * src/common/Makefile.am
3222                 update Makefiles for moved intl.h, version.h and defs.h
3223         * src/imap.c
3224                 rewrite imap_session_get to avoid duplicate code
3225
3226 2002-12-23 [paul]       0.8.7claws
3227
3228         * Santa-Claws released
3229         
3230         * po/hu.po
3231           po/ru.po
3232                 squeeze in updated Hungarian and Russian translations.
3233                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3234
3235 2002-12-23 [paul]       0.8.6claws129
3236
3237         * po/pl.po
3238                 updated by Witold Wladyslaw Wojciech Wilk
3239
3240 2002-12-23 [paul]       0.8.6claws128
3241
3242         * src/quote_fmt_parse.y
3243                 fix typo and add licence header
3244
3245 2002-12-23 [paul]       0.8.6claws127
3246
3247         * po/en_GB.po
3248                 updated
3249
3250 2002-12-23 [paul]       0.8.6claws126
3251
3252         * po/it.po
3253                 updated translation, submitted by Alessandro Maestri
3254                 
3255 2002-12-23 [paul]       0.8.6claws125
3256
3257         * src/quote_fmt_parse.y
3258                 fix signature-stripping on replies bug. match
3259                 '-- \n' and not '-- '.
3260
3261 2002-12-22 [paul]       0.8.6claws124
3262
3263         * po/bg.po
3264           po/es.po
3265           po/sr.po
3266                 updated translations. submitted by George Danchev,
3267                 Ricardo Mones Lastra, and Urke MMI respectively
3268
3269 2002-12-21 [paul]       0.8.6claws123
3270
3271         * src/addrbook.c
3272                 fix coding style
3273
3274 2002-12-21 [paul]       0.8.6claws122
3275
3276         * src/addrbook.c
3277                 fix bug [643638] where if a person is in one or more
3278                 addressbook groups editing that person's email 
3279                 address results in removal from those groups.
3280                 Patch submitted by Luke Plant.
3281
3282 2002-12-20 [christoph]  0.8.6claws121
3283
3284         * src/common/utils.c
3285         * src/summaryview.c
3286                 reimplement expand_search_string using GString to
3287                 prevent crashs caused by miscalculated string
3288                 lengths reported by Paul
3289
3290 2002-12-20 [christoph]  0.8.6claws120
3291
3292         * src/summaryview.c
3293                 don't use "changed" to check if op_count has to be changed as it
3294                 is also set when the message has unread children
3295                 (closes bug [ 653221 ] crash while deleting duplicates)
3296
3297 2002-12-20 [paul]       0.8.6claws119
3298
3299         * sync with 0.8.6cvs27
3300                 see ChangeLog 2002-12-20
3301
3302 2002-12-20 [paul]       0.8.6claws118
3303
3304         * sync with 0.8.6cvs26
3305                 see ChangeLog 2002-12-19 and 2002-12-20
3306
3307 2002-12-19 [alfons]     0.8.6claws117
3308
3309         * src/textview.c
3310                 fix incorrect parsing of email addresses, submitted by 
3311                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3312                 name display if it contains @".
3313
3314 2002-12-18 [paul]       0.8.6claws116
3315
3316         * sync with 0.8.6cvs23
3317                 see ChangeLog 2002-12-18
3318
3319 2002-12-18 [paul]       0.8.6claws115
3320
3321         * src/Makefile.am
3322         * src/account.c
3323         * src/codeconv.c
3324         * src/gtkutils.[ch]
3325         * src/imap.c
3326                 sync with 0.8.6cvs22.
3327                 see ChangeLog 2002-12-17 and 2002-12-18
3328
3329 2002-12-17 [christoph]  0.8.6claws114
3330
3331         * src/imap.c
3332                 o don't create a session if imap greeting fails
3333                 o don't close socket when authentication fails
3334                   this is done by imap_session_destroy
3335
3336 2002-12-17 [thorsten]   0.8.6claws113
3337
3338         * tools/Makefile.am
3339           tools/README
3340           tools/google_msgid.pl ** NEW FILE **
3341                 Added "search for message-id" script and doc
3342
3343 2002-12-17 [thorsten]   0.8.6claws112
3344
3345         * po/hu.po
3346                 Updated hungarian translation
3347                 (updated by Gal Zoltan)
3348
3349 2002-12-16 [christoph]  0.8.6claws111
3350
3351         * src/addr_compl.c
3352                 remove stupid addressbook dump to debug output
3353         * src/mh.c
3354                 fix memory leak found by Hiro
3355
3356 2002-12-14 [paul]       0.8.6claws110
3357
3358         * src/compose.c
3359                 fix menubar sensitivity on send
3360                 
3361         * src/prefs_filtering.c
3362         * src/prefs_matcher.c
3363         * src/prefs_scoring.c
3364                 Fix english ;)
3365                 
3366         * src/common/quoted-printable.h
3367                 sync: fix typo
3368         
3369 2002-12-13 [christoph]  0.8.6claws109
3370
3371         * src/Makefile.am
3372         * src/manage_window.[ch]        ** REMOVE **
3373         * src/gtk/Makefile.am
3374         * src/gtk/manage_window.[ch]    ** NEW **
3375                 move manage_window files to gtk directory
3376
3377 2002-12-13 [christoph]  0.8.6claws108
3378
3379         * src/Makefile.am
3380         * src/gtkshruler.[ch]           ** REMOVE **
3381         * src/gtk/Makefile.am
3382         * src/gtk/gtkshruler.[ch]       ** NEW **
3383                 move gtkshruler files to gtk directory
3384
3385 2002-12-13 [christoph]  0.8.6claws107
3386
3387         * src/Makefile.am
3388         * src/compose.c
3389         * src/gtkstext.[ch]             ** REMOVE **
3390         * src/gtkutils.[ch]
3391         * src/textview.c
3392         * src/gtk/gtkstext.[ch]         ** NEW **
3393         * src/gtk/Makefile.am
3394                 o move stext functions to gtkstext.c to remove
3395                   dependency of gtkutils
3396                 o move gtkstext files to gtk directory
3397
3398         * src/gtk/Makefile.am
3399         * src/gtk/sslcertwindow.[ch]
3400                 UI stuff can always depend on common code so
3401                 it's ok to add ../common to include path
3402
3403 2002-12-13 [colin]      0.8.6claws106
3404
3405         * src/summaryview.c
3406                 Disconnect sighandlers for mainwindow when
3407                 quicksearch has the focus
3408                 Fix bug #653231
3409         * src/mainwindow.[ch]
3410                 Make key_pressed callback public, to be able
3411                 to disconnect it
3412
3413 2002-12-13 [christoph]  0.8.6claws105
3414
3415         * src/mh.c
3416                 create .mh_sequences file in new MH folders
3417                 (closes feature request [ 523162 ] MH folders should
3418                  get a .mh_sequences)
3419
3420 2002-12-13 [colin]      0.8.6claws104
3421
3422         * src/summaryview.c
3423                 Better handling of quicksearch show/hide
3424                 (basically the button stays under the mouse 
3425                  when toggled)
3426
3427 2002-12-13 [paul]       0.8.6claws103
3428
3429         * sync with 0.8.6cvs17
3430                 see ChangeLog 2002-12-13
3431
3432 2002-12-13 [paul]       0.8.6claws102
3433
3434         * po/es.po
3435                 updated by Ricardo Mones Lastra
3436
3437 2002-12-11 [colin]       0.8.6claws101
3438
3439         * src/folder.c
3440                 remove statusbar stuff
3441           src/folderview.c
3442                 set statusbar verbosity when moving folders
3443
3444 2002-12-11 [colin]       0.8.6claws100
3445         * src/prefs_filtering.c
3446         * src/prefs_matcher.c
3447         * src/prefs_scoring.c
3448                 Fix english ;)
3449
3450 2002-12-11 [colin]       0.8.6claws99
3451
3452         * src/prefs_common.[ch]
3453                 Add summary_quicksearch_type
3454         * src/summaryview.c
3455                 Save last used quicksearch type
3456
3457 2002-12-11 [jens]       0.8.6claws98
3458         * src/prefs_filtering.c
3459         * src/prefs_matcher.c
3460         * src/prefs_scoring.c
3461                 added dialog for incomplete rules in scoring, filtering and
3462                 matcher to ask wheather really close
3463
3464 2002-12-11 [colin]      0.8.6claws97
3465
3466         * src/folder.c
3467                 Fix folder dnd statusbar logging
3468
3469 2002-12-10 [christoph]  0.8.6claws96
3470
3471         * src/compose.c
3472         * src/folder.c
3473         * src/imap.c
3474         * src/inc.c
3475         * src/main.c
3476         * src/mainwindow.c
3477         * src/news.c
3478         * src/send.c
3479         * src/statusbar.[ch]
3480         * src/common/hooks.c
3481         * src/common/log.[ch]
3482                 o handle verbose logging in statusbar directly in statusbar code
3483                   and common code does not need any knowledge about a statusbar
3484                 o remove direct calls to statusbar_(puts|pop)_all functions
3485
3486 2002-12-10 [jens]       0.8.6claws95
3487
3488         * src/*.c
3489                 removed gettext from g_warnings
3490         * po/POTFILES.in
3491                 cleaned and updated
3492         * po/de.po
3493                 updated
3494
3495 2002-12-10 [colin]      0.8.6claws94
3496
3497         * src/main.c
3498                 finish crash dialog fix
3499
3500 2002-12-10 [colin]      0.8.6claws93
3501
3502         * src/main.c
3503                 "Fix" "sylpheed already running" instead of
3504                 crash dialog appearing after a crash
3505
3506 2002-12-10 [colin]      0.8.6claws92
3507
3508         * po/POTFILES.in
3509                 add src/gtk/sslcertwindow.c
3510
3511 2002-12-10 [paul]       0.8.6claws91
3512
3513         * po/POTFILES.in
3514                 updated to reflect recent changes
3515                 submitted by Alessandro Maestri
3516
3517 2002-12-09 [christoph]  0.8.6claws90
3518
3519         * src/Makefile.am
3520         * src/smtp.[ch]                 ** REMOVE **
3521         * src/common/Makefile.am
3522         * src/common/smtp.[ch]          ** NEW **
3523                 move smtp files to common directory
3524
3525 2002-12-09 [christoph]  0.8.6claws89
3526
3527         * src/Makefile.am
3528         * src/session.[ch]              ** REMOVE **
3529         * src/common/Makefile.am
3530         * src/common/session.[ch]       ** NEW **
3531                 move session files to common directory
3532
3533 2002-12-09 [paul]       0.8.6claws88
3534
3535         * src/account.c
3536                 fix bug [649746] edit accounts: move account reverted
3537                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3538
3539 2002-12-09 [colin]      0.8.6claws87
3540
3541         * src/ssl_certificate.c
3542                 cleanup
3543
3544 2002-12-09 [colin]      0.8.6claws86
3545
3546         * src/ssl.c
3547                 Try to open the cert.pem database and 
3548                 issue a warning if it isn't there
3549
3550 2002-12-09 [colin]      0.8.6claws85
3551
3552         * src/common/ssl_certificate.c
3553         * src/gtk/sslcertwindow.c
3554                 Warning fixes
3555
3556 2002-12-09 [colin]      0.8.6claws84
3557
3558         * src/ssl_certificate.[ch] ** REMOVED **
3559         * src/common/ssl_certificate.[ch] ** NEW **
3560         * src/Makefile.am
3561         * src/common/Makefile.am
3562                 Moved ssl_certificate.[ch] to common
3563         * src/common/ssl.c 
3564                 Put back needed include
3565         * src/gtk/sslcertwindow.[ch]
3566                 Changed ssl_certificate.h include
3567         
3568 2002-12-09 [colin]      0.8.6claws83
3569
3570         * src/gtk/sslcertwindow.[ch]
3571                 Implement hook for certificate acception
3572         * src/ssl_certificate.[ch]
3573                 Implement hook for certificate acception
3574         * src/common/ssl.c
3575                 Reenable certificate acception check
3576         * src/mainwindow.c
3577                 Register sslcertwindow's hook
3578         
3579 2002-12-08 [christoph]  0.8.6claws82
3580
3581         * src/about.c
3582         * src/addr_compl.c
3583         * src/codeconv.c
3584         * src/manual.c
3585         * src/undo.c
3586         * src/common/utils.c
3587                 o add missing includes
3588                 o fix warnings
3589         * src/.cvsignore
3590         * src/common/.cvsignore
3591         * src/common/version.h          ** REMOVE **
3592                 remove autogenerated file
3593
3594 2002-12-08 [paul]       0.8.6claws81
3595
3596         * src/stringtable.c
3597                 put back needed include
3598
3599 2002-12-08 [colin]      0.8.6claws80
3600         
3601         * src/gtk/sslcertwindow.c
3602                 Cleaner popups when asking
3603         * src/ssl_certificate.c
3604         * src/prefs_common.[ch]
3605                 remove ssl certificate pref
3606                 put back needed include
3607         * src/undo.c
3608                 put back needed include
3609
3610 2002-12-08 [christoph]  0.8.6claws79
3611
3612         * src/folderview.c
3613         * src/logwindow.c
3614         * src/statusbar.c
3615         * src/summaryview.c
3616                 only abort hook invokation if required data is missing not
3617                 if our own data pointer is NULL, update hookfunction for
3618                 log window
3619
3620 2002-12-08 [paul]       0.8.6claws78
3621
3622         * src/about.c
3623         * src/addrcache.c
3624         * src/addrclip.c
3625         * src/addr_compl.c
3626         * src/addrselect.c
3627         * src/codeconv.c
3628         * src/colorlabel.c
3629         * src/enriched.c
3630         * src/esmtp.c
3631         * src/exporthtml.c
3632         * src/headerview.c
3633         * src/imageview.c
3634         * src/manual.c
3635         * src/noticeview.c
3636         * src/pgptext.c
3637         * src/scoring.c
3638         * src/sourcewindow.c
3639         * src/stringtable.c
3640         * src/undo.c
3641                 clean up: remove unneccesary includes
3642
3643 2002-12-08 [christoph]  0.8.6claws77
3644
3645         * src/folderview.c
3646         * src/statusbar.c
3647         * src/summaryview.c
3648         * src/common/hooks.[ch]
3649                 hook functions now have a gboolean return value, if a hook
3650                 returns TRUE it will stop executing of any more hooks in
3651                 the same hooklist for this invokation
3652
3653 2002-12-08 [colin]      0.8.6claws76
3654         
3655         * src/main.c
3656                 put back argv0 for CRASH_DIALOG
3657
3658 2002-12-08 [christoph]  0.8.6claws75
3659
3660         * src/Makefile.am
3661         * src/about.c
3662         * src/account.c
3663         * src/crash.c
3664         * src/esmtp.h
3665         * src/imap.[ch]
3666         * src/inc.c
3667         * src/main.c
3668         * src/mainwindow.c
3669         * src/news.c
3670         * src/pop.[ch]
3671         * src/prefs_account.[ch]
3672         * src/prefs_common.[ch]
3673         * src/send.[ch]
3674         * src/smtp.[ch]
3675         * src/ssl_certificate.[ch]
3676         * src/ssl_manager.[ch]
3677         * src/common/Makefile.am
3678         * src/common/log.c
3679         * src/common/nntp.[ch]
3680         * src/common/socket.[ch]
3681         * src/common/ssl.[ch]
3682         * src/gtk/sslcertwindow.[ch]
3683         * ac/openssl.m4
3684                 use new autoconf script to detect OpenSSL with extra parameters
3685                 to specify the location of libs and includes, also remove USE_SSL
3686                 to USE_OPENSSL
3687
3688         * src/common/sylpheed.[ch]
3689         * src/common/version.h.in
3690                 start seperation of common code initialization seperated from gui
3691
3692         * src/summaryview.c
3693                 The function that is called when a color label changes
3694                 should not change the color lable again
3695
3696 2002-12-08 [colin]      0.8.6claws74
3697
3698         * src/gtk/sslcertwindow.c
3699                 warning fixes
3700
3701 2002-12-08 [colin]      0.8.6claws73
3702
3703         * src/statusbar.c
3704           src/common/log.h
3705                 Register a hook for statusbar_puts_all
3706         * src/common/log.c
3707                 invoke statusbar_puts_all's hook
3708         
3709 2002-12-08 [colin]      0.8.6claws72
3710
3711         * src/ssl_certificate.c
3712                 Put back a badly-removed include
3713
3714 2002-12-08 [colin]      0.8.6claws71
3715
3716         * src/gtk/sslcertwindow.[ch]    ** NEW **
3717                 new certificate presentation
3718         * src/gtk/Makefile.am
3719                 add new files
3720         * src/ssl_certificate.[ch]
3721                 gtk cleanup, made utility functions public
3722         * src/ssl_manager.c
3723                 use new cert presentation
3724
3725 2002-12-07 [christoph]  0.8.6claws70
3726
3727         * src/Makefile.am
3728         * src/nntp.[ch]                 ** REMOVE **
3729         * src/common/Makefile.am
3730         * src/common/nntp.[ch]          ** NEW **
3731                 move nntp files to common directory
3732
3733 2002-12-07 [christoph]  0.8.6claws69
3734
3735         * src/procmsg.[ch]
3736         * src/summaryview.c
3737                 implement msginfo update callback using sylpheed's new
3738                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3739
3740 2002-12-06 [christoph]  0.8.6claws68
3741
3742         * src/editgroup.c
3743                 This patch changes the 'Edit Group Details' dialog to
3744                 allow extended selections in either pane, so that
3745                 addresses can be added or removed from a group more
3746                 quickly and easily. (it actually is a net decrease in
3747                 file size, as some unnecessary functions have been
3748                 removed). 
3749                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3750
3751 2002-12-06 [christoph]  0.8.6claws67
3752
3753         * src/Makefile.am
3754         * src/template.[ch]             ** REMOVE **
3755         * src/common/Makefile.am
3756         * src/common/template.[ch]      ** NEW **
3757                 move template files to common directory
3758
3759         * src/nntp.c
3760                 add missing log.h include
3761
3762 2002-12-06 [melvin]     0.8.6claws66
3763
3764         * src/prefs_actions.c
3765                 Added the trailing ">" syntax to insert command's output
3766                 without replacing old text (in contrast to trailing "|").
3767
3768 2002-12-05 [colin]      0.8.6claws65
3769         
3770         * src/common/utils.c
3771                 Don't modify original search_string or it'll change
3772                 the next iterations in the for()
3773
3774 2002-12-05 [darko]      0.8.6claws64
3775
3776         * src/common/utils.c
3777                 proper check for filtering commands, found by Colin
3778
3779 2002-12-05 [darko]      0.8.6claws63
3780
3781         * src/common/utils.c
3782                 check proper string for NULL pointer, found by Colin
3783
3784 2002-12-05 [darko]      0.8.6claws62
3785
3786         * src/common/utils.[ch]
3787                 expand_search_string(): new function
3788                 converts Mutt-like patterns to Sylpheed's
3789                 filtering engine
3790         * src/summaryview.c
3791                 use expand_search_string() to allow Mutt-like
3792                 patterns in extended search
3793         * README.claws
3794                 document extended option in quick search
3795
3796 2002-12-05 [paul]       0.8.6claws61
3797
3798         * sync with 0.8.6cvs16
3799                 see ChangeLog 2002-12-05
3800                 
3801         * po/POTFILES.in
3802                 clean up
3803
3804 2002-12-04 [christoph]  0.8.6claws60
3805
3806         * src/imap.[ch]
3807                 put imap authentication code into a new function and
3808                 remove it from imap_session_new that will allow to
3809                 send other commands before authentication
3810
3811 2002-12-04 [christoph]  0.8.6claws59
3812
3813         * src/imap.[ch]
3814                 use already existing method to prevent unneeded IMAP
3815                 folder selects. Set imap_select parameters to NULL
3816                 in some functions if the values are not required.
3817
3818         * src/xml.h
3819                 remove no longer required include
3820
3821 2002-12-04 [paul]       0.8.6claws58
3822
3823         * po/es.po
3824                 updated by Ricardo Mones Lastra
3825                 
3826         * configure.in
3827           po/hu.po      ** NEW FILE **
3828                 initial Hungarian translation, submitted
3829                 by Gál Zoltán <galzoli@hu.inter.net>
3830
3831 2002-12-03 [christoph]  0.8.6claws57
3832
3833         * src/Makefile.am
3834         * src/gtksctree.[ch]            ** REMOVE **
3835         * src/gtk/Makefile.am
3836         * src/gtk/gtksctree.[ch]        ** NEW **
3837                 move gtksctree files to gtk directory
3838
3839 2002-12-03 [christoph]  0.8.6claws56
3840
3841         * src/Makefile.am
3842         * src/md5.[ch]                  ** REMOVE **
3843         * srm/common/Makefile.am
3844         * src/common/md5.[ch]           ** NEW **
3845                 move md5 files to common directory
3846
3847         * src/gtkstext.c
3848                 remove not required #include
3849
3850 2002-12-03 [sergey]     0.8.6claws55
3851
3852         * src/gtkutils.c
3853         * src/gtkutils.h
3854                 gtkut_window_popup(): new function.
3855         * src/mainwindow.c
3856                 main_window_popup(): use gtkut_window_popup() to raise
3857                 window without changing its position.
3858                 (see sylpheed-main ML message [sylpheed:17247])
3859
3860 2002-12-03 [sergey]     0.8.6claws54
3861
3862         * src/send.c
3863                 send_message_local(): removed first-dot escaping
3864                 (SMTP-only, not needed for sending through pipe)
3865
3866 2002-12-03 [paul]       0.8.6claws53
3867
3868         * po/POTFILES.in
3869                 update to reflect recent changes (thanks
3870                 to Ricardo Mones Lastra)
3871                 
3872         * tools/filter_conv.pl
3873                  fix problem with quoted strings. Patch submitted
3874                  by Luke Plant <lukeplant@softhome.net>
3875
3876 2002-12-03 [paul]       0.8.6claws52
3877
3878         * sync with 0.8.6cvs15
3879                 see ChangeLog 2002-12-03
3880
3881 2002-12-02 [christoph]  0.8.6claws51
3882
3883         * src/logwindow.[ch]
3884         * src/common/log.[ch]
3885                 implement logging using a hook function
3886
3887         * src/folderview.c
3888         * src/folder.[ch]
3889                 define hooklist name in header file to avoid
3890                 errors caused by wrong spelling of hooklist names
3891
3892         * src/toolbar.c
3893                 fix warnings
3894
3895 2002-12-02 [christoph]  0.8.6claws50
3896
3897         * src/common/Makefile.am
3898                 add src/common/hooks.[ch]
3899
3900         * src/common/hooks.[ch]
3901                 implement a simple hook system using glib's hook functions
3902
3903         * src/folder.[ch]
3904         * src/folderview.c
3905                 use new hook system for folder item updates
3906
3907 2002-12-02 [christoph]  0.8.6claws49
3908
3909         * doc-src/ui_seperation.txt     ** NEW **
3910                 information for ui seperation
3911
3912         * src/Makefile.am
3913                 remove files that were moved to common
3914                 include common directory by default for the header files
3915
3916         * src/inc.c
3917         * src/common/socket.c
3918         * src/automaton.[ch]
3919                 implement automaton using g_io_*-functions instead of
3920                 gdk_input_add to make it ui independent
3921
3922         * src/codeconv.c
3923         * src/compose.c
3924         * src/ldif.c
3925         * src/pgptext.c
3926         * src/procmime.c
3927         * src/rfc2015.c
3928         * src/smtp.c
3929         * src/unmime.c
3930                 remove common/ prefix because directory is now in
3931                 include path
3932
3933         * src/compose.c
3934         * src/folder.c
3935         * src/folderview.c
3936         * src/mainwindow.c
3937         * src/messageview.c
3938         * src/prefs_common.c
3939         * src/procmsg.c
3940         * src/rfc2015.c
3941                 fix warnings
3942
3943         * src/imap.c
3944         * src/inc.c
3945         * src/news.c
3946         * src/pop.c
3947         * src/send.c
3948         * src/smtp.c
3949         * src/ssl_certificate.c
3950                 add log.h header file for logging functions
3951
3952         * src/main.c
3953         * src/common/utils.c
3954         * src/summaryview.c
3955         * src/xml.c
3956                 o move debug_mode to common/utils.c
3957                 o add functions to set and get debug_mode
3958
3959         * src/defs.h                    ** REMOVE **
3960         * src/intl.h                    ** REMOVE **
3961         * src/socket.[ch]               ** REMOVE **
3962         * src/ssl.[ch]                  ** REMOVE **
3963         * src/utils.[ch]                ** REMOVE **
3964                 replaced by new files in src/common/
3965         
3966         * src/common/Makefile.am
3967                 add new files in src/common/
3968
3969         * src/common/defs.h             ** NEW **
3970         * src/common/intl.h             ** NEW **
3971         * src/common/log.[ch]           ** NEW **
3972         * src/common/socket.[ch]        ** NEW **
3973         * src/common/ssl.[ch]           ** NEW **
3974         * src/common/utils.[ch]         ** NEW **
3975                 replacement for files in src/
3976
3977 2002-12-02 [colin]      0.8.6claws48
3978
3979         * src/folderview.c
3980                 Scroll folderview if necessary during dnd
3981
3982 2002-12-02 [colin]      0.8.6claws47
3983
3984         * src/folder.[ch]
3985                 Add check to verify a move is within a single mailbox
3986         * src/folderview.c
3987                 Add specific error string for this check
3988
3989 2002-12-02 [colin]      0.8.6claws46
3990
3991         * src/folder.c
3992                 Add a test to folder moving, remove a statusbar_print
3993         * src/folderview.c
3994                 Add Move folder... context-menu item
3995                 Factorize folder moving code
3996                 Enable folder DND for mbox
3997
3998 2002-12-01 [christoph]  0.8.6claws45
3999
4000         * ac/aspell.m4
4001                 remove conf.aspelltest if the version check fails
4002
4003 2002-11-30 [christoph]  0.8.6claws44
4004
4005         * autogen.sh
4006                 run libtoolize --force in autogen to create missing
4007                 libtool scripts
4008
4009 2002-11-30 [christoph]  0.8.6claws43
4010
4011         * src/Makefile.am
4012         * src/pgptext.c
4013         * src/procmime.c
4014         * src/rfc2015.c
4015         * src/uuencode.[ch]             ** REMOVED **
4016         * src/common/Makefile.am
4017         * src/common/uuencode.[ch]      ** NEW **
4018                 move uuen/decoder to common directory
4019
4020 2002-11-30 [christoph]  0.8.6claws42
4021
4022         * src/Makefile.am
4023         * src/base64.[ch]               ** REMOVED **
4024         * src/codeconv.c
4025         * src/compose.c
4026         * src/ldif.c
4027         * src/pgptext.c
4028         * src/procmime.c
4029         * src/rfc2015.c
4030         * src/smtp.c
4031         * src/unmime.c
4032         * src/common/Makefile.am
4033         * src/common/base64.[ch]        ** NEW **
4034                 move base64 en/decoder to common directory
4035
4036 2002-11-30 [christoph]  0.8.6claws41
4037
4038         * src/common                    ** NEW **
4039                 new directory for UI independent code
4040         * src/gtk                       ** NEW **
4041                 new directory for GTK frontend
4042         * src/common/.cvsignore         ** NEW **
4043         * src/gtk/.cvsignore            ** NEW **
4044                 ignore build files
4045         * src/common/Makefile.am        ** NEW **
4046         * src/gtk/Makefile.am           ** NEW **
4047                 automake files to build new seperated stuff
4048         * src/Makefile.am
4049                 the binary will currently still be build with the
4050                 files in src, so we include the code from the
4051                 subdirs for now after building the libs there
4052
4053 2002-11-30 [paul]       0.8.6claws40
4054
4055         * src/compose.c
4056                 fix bug [642731] 'Wrong selected account with drafted mail'
4057
4058 2002-11-29 [oliver]     0.8.6claws39
4059         
4060         * src/messageview.c
4061                 o update summaryview when switching between different
4062                   messageviews          
4063         * src/toolbar.c  
4064                 o check if messageview holds already removed msg
4065                   from summaryview
4066                 
4067
4068 2002-11-29 [oliver]     0.8.6claws38
4069
4070         * src/toolbar.c 
4071                 remove not needed variables and includes
4072                 make messageview stay opened and move to next when msgs are deleted 
4073
4074 2002-11-29 [oliver]     0.8.6claws37
4075         
4076         * src/toolbar.c 
4077                 disable compose button (messageview toolbar) by default
4078                 deleted msgs are moved to trash
4079         
4080 2002-11-29 [melvin]     0.8.6claws36
4081
4082         * configure.in
4083                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4084                 and to detect signatures expirations (gpgme 0.3.6)
4085
4086         * src/main.c
4087                 Use non obsolescent function for Gpgme engine checking.
4088
4089         * src/rfc2015.c
4090                 Inform about expired signatures or signatures which key
4091                 has expired. Expiration date is displayed.
4092
4093         * src/sigstatus.c
4094                 Inform about expired signatures or signatures which key
4095                 has expired.
4096
4097 2002-11-28 [paul]       0.8.6claws35
4098
4099         * src/folderview.c
4100                 re-instate 'Check for new messages' in Newsgroup
4101                 folders right-click menu, after a suggestion from
4102                 Tim Mann <timmann@users.sourceforge.net>
4103
4104         * src/main.c
4105                 after a crash check only local folders for new
4106                 messages
4107
4108 2002-11-28 [paul]       0.8.6claws34
4109
4110         * configure.in
4111                 apply patch that fixes the checking of GTK with XIM 
4112                 support on different OSs, such as FreeBSD. Patch 
4113                 submitted by Topia <topia@users.sourceforge.net>
4114                 
4115 2002-11-28 [paul]       0.8.6claws33
4116
4117         * src/mainwindow.c
4118           src/prefs_common.c
4119           src/prefs_toolbar.c
4120                 more changes to the English
4121
4122 2002-11-28 [paul]       0.8.6claws32
4123
4124         * sync with 0.8.6cvs13
4125                 see ChangeLog 2002-11-28 (no sync needed
4126                 for src/compose.c)
4127
4128 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4129         
4130         * src/mainwindow.[ch]
4131                 add patch by Ivan F. Martinez introducing messageview Toolbar
4132                 some changes and committed by oliver    
4133
4134 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4135
4136         * src/messageview.[ch]
4137                 add patch by Ivan F. Martinez introducing messageview Toolbar
4138                 some changes and committed by oliver    
4139
4140 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4141
4142         * src/compose.[ch]
4143                 add patch by Ivan F. Martinez introducing messageview Toolbar
4144                 some changes and committed by oliver    
4145
4146 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4147         
4148         * src/toolbar.[ch]
4149                 add patch by Ivan F. Martinez introducing messageview Toolbar
4150                 some changes and committed by oliver
4151
4152 2002-11-28 [oliver]     0.8.6claws27
4153         
4154         * src/prefs_toolbar.[ch]
4155                 getting ready for messageview toolbar
4156                 free mem allocated by gettext
4157                 change prefs_toolbar to prefs_toolbar_open
4158  
4159 2002-11-28 [thorsten]   0.8.6claws26
4160
4161         * src/imageview.[ch]
4162                 cleaned up conflicting declarations of
4163                 imageview_show_image()
4164
4165 2002-11-28 [paul]       0.8.6claws25
4166
4167         * src/grouplistdialog.c
4168           src/prefs_common.c
4169           src/prefs_summary_column.c
4170                 a few more improvements to the English
4171
4172 2002-11-28 [colin]      0.8.6claws24
4173
4174         * man/sylpheed.1
4175                 A few updates to command-line parameters
4176
4177 2002-11-28 [colin]      0.8.6claws23
4178
4179         * src/prefs_filtering.c
4180                 Fix problems with prefs_filtering_delete_path:
4181                 a) if the first rule is removed, original pointers
4182                    weren't updated (leading to segfaults)
4183                 b) it was always global_processing updated in case
4184                    of removed path was parent of rule path
4185
4186 2002-11-27 [paul]       0.8.6claws22
4187
4188         * src/mainwindow.c
4189           src/prefs_account.c
4190           src/prefs_actions.c
4191           src/prefs_common.c
4192           src/prefs_customheader.c
4193           src/prefs_display_header.c
4194           src/prefs_filtering.c
4195           src/prefs_folder_item.c
4196           src/prefs_matcher.c
4197           src/prefs_scoring.c
4198           src/prefs_summary_column.c
4199           src/prefs_template.c
4200           src/prefs_toolbar.c
4201                  improve the English in the GUI
4202
4203 2002-11-27 [colin]      0.8.6claws21
4204
4205         * src/folder.c
4206                 Fix processing renaming problems happening after
4207                 last commit
4208
4209 2002-11-27 [colin]      0.8.6claws20
4210
4211         * src/folder.c
4212                 recursive move now deletes src each subfolder after 
4213                 having moved it
4214         * src/folderview.c
4215                 Use identifier instead of path during dnd (enables
4216                 IMAP folder dnd)
4217
4218 2002-11-27 [paul]       0.8.6claws19
4219
4220         * src/main.c
4221                 apply patch that does command-line processing 
4222                 BEFORE gtk_init, allowing claws to run from 
4223                 shell-scripts in non-X environment (e.g. crontab 
4224                 or ip-up, ip-down scripts). Patch submitted by
4225                 Ruslan N. Balkin <baron@dartel.ru>
4226                 
4227         * po/it.po
4228                 updated by Alessandro Maestri
4229
4230 2002-11-27 [paul]       0.8.6claws18
4231
4232         * sync with 0.8.6cvs12
4233           src/prefs_common.c
4234                 Differences are that main uses a 'Receive dialog'
4235                 frame on the Interface tab, whereas claws groups all 
4236                 the dialogs together in a 'Dialogs' frame.
4237
4238 2002-11-27 [colin]      0.8.6claws17
4239
4240         * src/prefs_matcher.c
4241                 Fix Execute criteria's NOT flag
4242
4243
4244 2002-11-26 [christoph]  0.8.6claws16
4245
4246         * src/ssl.c
4247                 rewrite the ssl code a little bit, only use one
4248                 SSL context, set default certificates' file/path
4249
4250 2002-11-26 [thorsten]   0.8.6claws15
4251
4252         * src/compose.c
4253                 default-reply-to didn't work for ml-reply
4254
4255 2002-11-26 [melvin]     0.8.6claws14
4256
4257         * src/prefs_actions.c
4258                 Made pipe-actions ignore short headers in message view
4259                 Made trailing-pipe-actions write in the message view with
4260                 the same font as the original message
4261
4262 2002-11-26 [paul]       0.8.6claws13
4263
4264         * src/compose.c
4265                 this time commit the correct file
4266
4267 2002-11-26 [paul]       0.8.6claws12
4268
4269         * sync with 0.8.6cvs11
4270           src/quote_fmt_parse.y  
4271                 no sync needed
4272           src/account.[ch]       
4273                 not sync'ed
4274           src/compose.c
4275                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4276                 on draft mode.
4277                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4278                 header
4279                 
4280         see ChangeLog 2002-11-25 and 2002-11-26
4281
4282 2002-11-26 [colin]      0.8.6claws11
4283
4284         * src/folderview.c
4285                 Fix collapsed folder not auto-expanding during
4286                 mail dnd, if it was the source folder.
4287
4288 2002-11-25 [colin]      0.8.6claws10
4289
4290         * src/folderview.[ch]
4291                 Variable renaming and cleaning (slist of nodes 
4292                 to be re-collapsed is stored in FolderView)
4293
4294 2002-11-25 [paul]       0.8.6claws9
4295
4296         * src/prefs_common.[ch]
4297                 fix breakage caused by last commit
4298
4299 2002-11-25 [paul]       0.8.6claws8
4300
4301         * sync with 0.8.6cvs4
4302                 see ChangeLog 2002-11-21
4303
4304 2002-11-25 [paul]       0.8.6claws7
4305
4306         * sync with 0.8.6cvs4
4307                 see ChangeLog 2002-11-20
4308
4309 2002-11-25 [paul]       0.8.6claws6
4310
4311         * sync with 0.8.6cvs3
4312                 see ChangeLog 2002-11-18
4313
4314 2002-11-25 [colin]      0.8.6claws5
4315
4316         * src/gtkutils.[ch]
4317                 Add gtkut_ctree_node_is_parent()
4318         * src/folderview.c
4319                 Spring-loaded folders
4320
4321 2002-11-25 [colin]      0.8.6claws4
4322
4323         * src/utils.[ch]
4324                 Add slist_concat_unique(), function to merge
4325                 two GSList filtering dups
4326         * src/folder.[ch]
4327         * src/summaryview.[ch]
4328         * src/folderview.c
4329         * src/main.c
4330                 Add detection/update/display of unread answers
4331                 to marked mails
4332         * src/procmsg.[ch]
4333                 Add procmsg_find_children()
4334                 Add procmsg_msg_has_marked_parent()
4335
4336 2002-11-25 [colin]      0.8.6claws3
4337
4338         * src/ssl_certificate.[ch]
4339                 Allow checking a certificate without a DNS
4340                 lookup
4341                 Allow to forget a cert (by deleting it)
4342                 Make ssl_certificate_destroy_public
4343         * src/ssl_manager.[ch] ** NEW FILES **
4344                 Gui to manage (display/remove) certificates
4345         * src/prefs_common.[ch]
4346                 Add a pref to allow silent acceptation of
4347                 trusted certificates or not (based on the
4348                 "I want to know what's going on" principle)
4349         * src/mainwindow.c
4350                 Add SSL manager in Tools menu
4351         * src/Makefile.am
4352                 Add the new files to the build
4353         * po/POTFILES.in
4354                 Add ssl_manager.c to translations
4355
4356 2002-11-25 [colin]      0.8.6claws2
4357
4358         * src/summaryview.[ch]
4359                 Add S_SEARCH_EXTENDED to the quick search, which 
4360                 allows to search using filtering syntax.
4361
4362 2002-11-25 [colin]      0.8.6claws1
4363
4364         * src/summaryview.c
4365                 Deletion of duplicates now prefer deleting
4366                 the unread dup (fixes feature-request 638989).
4367
4368 2002-11-24 [paul]       0.8.6claws
4369
4370         * po/es.po
4371           po/pl.po
4372           po/ru.po
4373           po/sr.po
4374                 updated by Ricardo Mones Lastra,
4375                 Witold Wladyslaw Wojciech Wilk,
4376                 Ruslan N. Balkin, and  Urke MMI 
4377                 respectively
4378
4379 2002-11-24 [paul]       0.8.5claws182
4380
4381         * po/bg.po
4382                 updated by George Danchev
4383
4384 2002-11-23 [alfons]     0.8.5claws181
4385
4386         * src/imap.c
4387                 tiny memory leak found by browsing Dimitar's 
4388                 valgrind report
4389
4390 2002-11-23 [paul]       0.8.5claws180
4391
4392         * po/it.po
4393                 updated by Alessandro Maestri
4394
4395 2002-11-22 [christoph]  0.8.5claws179
4396
4397         * src/compose.c
4398         * src/inc.c
4399         * src/prefs_filtering.c
4400         * src/summaryview.c
4401                 more warning fixes
4402
4403 2002-11-22 [alfons]     0.8.5claws178
4404
4405         * src/summaryview.c
4406                 summary_execute_delete_func(): if message is deleted, make 
4407                 sure to also remove its entry in the subject hash table. 
4408                 fixes a corner case bug.
4409
4410 2002-11-22 [paul]       0.8.5claws177
4411
4412         * .cvsignore
4413                 add 'autom4te.cache'
4414                 
4415         * ltconfig      ** REMOVED **
4416                 not needed
4417
4418 2002-11-22 [paul]       0.8.5claws176
4419
4420         * src/textview.c
4421                 textview_set_font(): fix for message display in
4422                 UTF-8 locales (thanks to Sergey Vlasov).
4423                 
4424         * AUTHORS
4425                 add new team members and contributors
4426
4427
4428 2002-11-21 [colin]      0.8.5claws175
4429
4430         * src/procmsg.[ch]
4431                 Add procmsg_remove_special_headers()
4432         * src/mh.c
4433                 Use procmsg_remove_special_headers() for 
4434                 previous fix
4435
4436 2002-11-21 [colin]      0.8.5claws174
4437
4438         * src/mh.c
4439                 Fix moving/copying from queue/draft folders
4440                 for MH folders
4441
4442 2002-11-21 [christoph]  0.8.5claws173
4443
4444         * src/crash.c
4445         * src/filtering.c
4446         * src/logwindow.c
4447         * src/main.c
4448         * src/matcher_parser_lex.[hl]
4449         * src/mbox.c
4450         * src/mbox_folder.[ch]
4451         * src/prefs_filtering.c
4452         * src/procheader.c
4453         * src/quote_fmt_lex.l
4454         * src/ssl.c
4455                 fix all warnings except the warnings in lex and yacc files
4456
4457 2002-11-20 [christoph]  0.8.5claws172
4458
4459         * src/imap.c
4460                 fix MsgInfo retrieval for IMAP draft and queue folders
4461                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4462
4463 2002-11-19 [christoph]  0.8.5claws171
4464
4465         * src/compose.c
4466                 fix segfault, when draft saving does not get
4467                 the MsgInfo of the new message
4468                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4469
4470 2002-11-19 [christoph]  0.8.5claws170
4471
4472         * src/procmsg.c
4473                 add parameter check for flag setting function
4474                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4475
4476 2002-11-18 [paul]       0.8.5claws169
4477
4478         * src/compose.c
4479                 more sensitivity fixes to redirect mode:
4480                 * disable toolbar draft button
4481                 * allow only Address book in the Tools menu
4482                 * disable editing of message by the spell
4483                   checker
4484
4485 2002-11-18 [paul]       0.8.5claws168
4486
4487         * src/compose.c
4488                 fix sensitivity of menu items in compose_redirect():
4489                 allow only the necessary items 
4490
4491 2002-11-18 [paul]       0.8.5claws167
4492
4493         * src/compose.c
4494                 fix bug [ 603259 ] 'attachment got lost on bounce'
4495
4496 2002-11-18 [paul]       0.8.5claws166
4497
4498         * po/ru.po
4499                 updated by Ruslan N. Balkin <baron@dartel.ru>
4500
4501 2002-11-18 [colin]      0.8.5claws165
4502
4503         * src/main.c
4504           src/defs.h
4505                 Remove old filtering stuff
4506
4507
4508 2002-11-17 [oliver]     0.8.5claws164
4509
4510         * src/toolbar.h
4511                 remove not needed typedef 
4512
4513 2002-11-17 [oliver]     0.8.5claws163
4514
4515         * src/toolbar.c
4516                 make toolbar's on click events translatable
4517
4518 2002-11-15 [colin]      0.8.5claws162
4519
4520         * src/summaryview.c
4521                 Revert too-soon integration of a feature
4522
4523 2002-11-15 [christoph]  0.8.5claws161
4524
4525         * src/imap.c
4526                 use main's implementation of imap_get_msginfo
4527
4528 2002-11-15 [christoph]  0.8.5claws160
4529
4530         * src/compose.c
4531         * src/folder.[ch]
4532         * src/imap.c
4533         * src/mbox_folder.c
4534         * src/mh.c
4535         * src/news.c
4536         * src/procmsg.c
4537         * src/summaryview.c
4538                 replace claws' fetch_msginfo with main's get_msginfo
4539                 (use main's implementation where possible)
4540
4541 2002-11-15 [colin]      0.8.5claws159
4542
4543         * src/ssl_certificate.c
4544                 Missed a check
4545
4546 2002-11-16 [melvin]     0.8.5claws158
4547
4548         * po/fr.po
4549                 Updated French translations.
4550
4551 2002-11-16 [colin]      0.8.5claws157
4552
4553         * src/ssl_certificate.c
4554                 Check for missing parts in the certificates
4555
4556 2002-11-15 [colin]      0.8.5claws156
4557
4558         * src/folderview.c
4559                 Preventive fix (missing check) found by
4560                 Alfons
4561
4562 2002-11-15 [paul]
4563
4564         * NEWS
4565                 sync with 0.8.6 release
4566
4567 2002-11-15 [colin]      0.8.5claws155
4568
4569         * src/folder.[ch]
4570           src/folderview.c
4571                 Fix error handling of folder_item_move_to()
4572                 (thanks to Alfons!)
4573
4574 2002-11-15 [colin]      0.8.5claws154
4575
4576         * src/folder.[ch]
4577           src/folderview.c
4578                 folder_item_move_to() sets an error message instead
4579                 of having GUI stuff in folder.c
4580
4581 2002-11-15 [colin]      0.8.5claws153
4582
4583         * src/procmsg.[ch]
4584                 Implemented a callback for MsgInfo updates, 
4585                 heavily copy/pasted from Christoph's folder 
4586                 callback system
4587         * src/summaryview.[ch]
4588                 Register summary_update_msg as callback
4589
4590 2002-11-14 [colin]      0.8.5claws152
4591         
4592         * src/procmsg.c
4593                 Update the FolderItem after sending (fixes 617593)
4594
4595 2002-11-14 [christoph]  0.8.5claws151
4596
4597         * src/folder.c
4598                 fix wrong position of NULL pointer check found
4599                 by Sergey
4600
4601 2002-11-14 [christoph]  0.8.5claws150
4602
4603         * src/folder.c
4604                 fix segfault when deleting messages from IMAP folders
4605                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4606
4607 2002-11-14 [colin]      0.8.5claws149
4608
4609         * src/compose.c
4610                 Forwarding was also ignoring the folder's default account.
4611
4612 2002-11-14 [colin]      0.8.5claws148
4613
4614         * src/compose.c
4615                 Fix sent folder not set to folder properties when 
4616                 forwarding.
4617
4618 2002-11-14 [thorsten]   0.8.5claws147
4619
4620         * src/inc.c
4621                 inc_start(): Files were not moved from .processing to inbox,
4622                 if no global processing rule existed
4623
4624 2002-11-14 [colin]      0.8.5claws146
4625
4626         * src/ssl_certificate
4627                 Fix file operations
4628
4629 2002-11-14 [paul]       0.8.5claws145
4630
4631         * po/it.po
4632                 updated by Alessandro Maestri
4633
4634 2002-11-13 [alfons]     0.8.5claws144
4635
4636         * src/folder.c
4637                 folder_item_close(): only mark messages unread
4638                 when a folder has new messages 
4639
4640 2002-11-13 [keith]      0.8.5claws143
4641
4642         * src/imap.c
4643                 Fix problem moving or copying between
4644                 IMAP folders
4645
4646 2002-11-13 [colin]      0.8.5claws142
4647
4648         * src/matcher_parser_parse.y
4649                 Fix rule problem when " don't match
4650
4651 2002-11-13 [christoph]  0.8.5claws141
4652
4653         * src/folder.c
4654         * src/folderview.c
4655                 moved cache saving to folder_item_close
4656                 the folderview should not have to deal with
4657                 this things
4658
4659 2002-11-13 [christoph]  0.8.5claws140
4660
4661         * src/summaryview.c
4662                 moved setting of important score to
4663                 summary_set_prefs_from_folderitem
4664
4665 2002-11-13 [colin]      0.8.5claws139
4666
4667         * src/matcher_parser_parse.y
4668                 Fix a segfault in the parser (happening when
4669                 a good expression had been tested and a bad 
4670                 one arrives)
4671
4672 2002-11-13 [paul]       0.8.5claws138
4673
4674         * sync with 0.8.5cvs24
4675                 see ChangeLog 2002-11-13
4676                 
4677         * po/pt_BR.po
4678                 updated by Fabio Jr. Beneditto
4679
4680 2002-11-13 [colin]      0.8.5claws137
4681         
4682         * src/msgcache.c
4683           src/defs.h
4684           src/procmsg.[ch]
4685                 Revert last commit, problem
4686
4687 2002-11-13 [colin]      0.8.5claws136
4688
4689         * src/msgcache.c
4690                 Remove duplicated code
4691         * src/defs.h
4692                 Bumped CACHE_VERSION and MARK_VERSION
4693         * src/procmsg.[ch]
4694                 Network endian for cache and mark files
4695
4696 2002-11-12 [colin]      0.8.5claws135
4697
4698         * src/inc.c
4699                 Fix the "socket error" dialog which disappeared
4700
4701 2002-11-12 [colin]      0.8.5claws134
4702
4703         * src/msgcache.c
4704                 Reverse last commit which had performance 
4705                 problems, but still reverse the list
4706
4707 2002-11-12 [colin]      0.8.5claws133
4708
4709         * src/msgcache.c
4710                 Reverse list order
4711
4712 2002-11-12 [melvin]     0.8.5claws132
4713
4714         * src/compose.c
4715                 Added a check for a NULL prefs_common.dictionary
4716
4717 2002-11-12 [colin]      0.8.5claws131
4718
4719         * src/ssl_certificate.[ch]
4720                 Use FQDN hostname
4721
4722 2002-11-12 [colin]      0.8.5claws130
4723
4724         * src/ssl_certificate.[ch]
4725                 Take connection port into account for 
4726                 checking certificates (a single hostname
4727                 could have multiple servers with multiple
4728                 certificates)
4729         * src/ssl.c
4730                 Pass the port to ssl_certificate_check
4731
4732 2002-11-12 [paul]       0.8.5claws129
4733
4734         * src/folder.c
4735                 fix a typo in last commit
4736
4737 2002-11-12 [paul]       0.8.5claws128
4738
4739         * sync with 0.8.5cvs23
4740                 see ChangeLog entry 2002-11-12
4741
4742 2002-11-11 [colin]      0.8.5claws127
4743
4744         * src/ssl_certificate.c
4745                 Cleaner messages
4746                 Don't popup, instead log error, if the 
4747                 corresponding pref is checked
4748         * src/ssl_certificate.h
4749                 include <openssl/objects/h>
4750
4751 2002-11-11 [colin]      0.8.5claws126
4752
4753         * src/ssl_certificate.h
4754                 _Really_ clean it
4755
4756 2002-11-11 [colin]      0.8.5claws125
4757         
4758         * src/ssl_certificate.c
4759                 Fixed leak
4760
4761 2002-11-11 [colin]      0.8.5claws124
4762
4763         * src/ssl.c
4764                 Cleaned a bit
4765         * src/ssl_certificate.[ch]
4766                 Cleaned a bit (better use of SSL API)
4767                 (This will cause non-recognition of saved 
4768                  certificates of claws12[23]...)
4769
4770 2002-11-11 [paul]       0.8.5claws123
4771         
4772         * po/es.po
4773                 updated by Ricardo Mones Lastra
4774
4775 2002-11-11 [colin]      0.8.5claws122
4776
4777         * src/ssl.c
4778                 Fix a typo
4779
4780 2002-11-11 [colin]      0.8.5claws121
4781
4782         * src/ssl_certificate.[ch] ** NEW FILES **
4783         * src/ssl.[ch]
4784                 Check SSL certificates presented to us
4785         * src/Makefile.am
4786                 Add ssl_certificate.[ch]
4787         * po/POTFILES.in
4788                 Add ssl_certificate.c
4789
4790 2002-11-11 [paul]       0.8.5claws120
4791
4792         * sync with 0.8.5cvs22
4793                 see ChangeLog 2002-11-11
4794
4795 2002-11-11 [paul]       0.8.5claws119
4796
4797         * sync with 0.8.5cvs21
4798                 see ChangeLog 2002-11-11
4799
4800 2002-11-10 [jens]       0.8.5claws118
4801
4802         * src/folder.c
4803         * src/folderview.c
4804                 corrected some typing
4805         * po/de.po
4806                 updated german translation
4807         * sylpheed.spec.in
4808                 cleaned up specfile and adjusted it for claws
4809
4810 2002-11-10 [colin]      0.8.5claws117
4811
4812         * src/summaryview.c
4813                 a STATUSBAR_PUSH/POP fix
4814
4815 2002-11-10 [colin]      0.8.5claws116
4816
4817         * src/prefs_folder_item.c
4818                 Fix hanging after opening folder properties
4819
4820 2002-11-10 [hoa]        0.8.5claws115
4821
4822         * src/matcher_parser_lex.l
4823         * src/matcher_parser_parse.y
4824                 config file for scoring and filtering is no more trashed
4825                 when there is a syntax error in a filtering rule when
4826                 editing it in a dialog.
4827
4828 2002-11-09 [colin]      0.8.5claws114
4829
4830         * src/mbox_folder.c
4831                 Added missing initialisation of folder->destroy()
4832
4833 2002-11-09 [colin]      0.8.5claws113
4834
4835         * src/folder.c
4836           src/folderview.c
4837                 Fix the status bar messages
4838
4839 2002-11-09 [colin]      0.8.5claws112
4840
4841         * src/folderview.c
4842                 Fix hangs after folder dnd, happening after 
4843                 claws109.
4844
4845 2002-11-09 [christoph]  0.8.5claws111
4846
4847         * src/folderview.c
4848                 just changed order of calls (reverse order of
4849                 associated calls)
4850         * src/inc.c
4851                 lock inc when checking only one account, otherwise
4852                 inc all could be executed at the same time
4853
4854 2002-11-09 [christoph]  0.8.5claws110
4855
4856         * src/folderview.c
4857                 better unlock the mouse cursor before calling
4858                 summary_show because it changes the cursor too
4859
4860 2002-11-09 [christoph]  0.8.5claws109
4861
4862         * src/folder.[ch]
4863         * src/folderview.c
4864                 add functions to open and close a folder
4865                 o opending will execute scanning for remote folders
4866                   and processing
4867                 o closing will unset new flag for messages
4868
4869 2002-11-09 [colin]      0.8.5claws108
4870
4871         * src/folder.c
4872                 Add a call to prefs_matcher_write_config to 
4873                 avoid non-leaf folders filtering settings to be
4874                 lost
4875
4876 2002-11-09 [paul]       0.8.5claws107
4877
4878         * src/prefs_account.c
4879                 re-word a label
4880
4881 2002-11-09 [colin]      0.8.5claws106
4882
4883         * src/folderview.c
4884                 Minor esthetic fix
4885
4886 2002-11-09 [colin]      0.8.5claws105
4887
4888         * src/folderview.c
4889                 Fix prefs_filtering deletion for MH folders (same
4890                 reason as below)
4891         * src/prefs_filtering.c
4892                 Fix prefs_filtering renaming and deletion for 
4893                 folder-based processing rules.  
4894
4895 2002-11-09 [christoph]  0.8.5claws104
4896
4897         * src/compose.c
4898         * src/folder.[ch]
4899         * src/folderview.[ch]
4900         * src/import.c
4901         * src/inc.c
4902         * src/main.c
4903         * src/mainwindow.c
4904         * src/messageview.c
4905         * src/prefs_folder_item.c
4906         * src/procmsg.c
4907         * src/summaryview.c
4908                 implement a callback system for folder item updates
4909
4910 2002-11-09 [colin]      0.8.5claws103
4911
4912         * src/folderview.c
4913                 Fix prefs_filtering renaming for MH folders (we
4914                 shouldn't rename by path as another folder could
4915                 have the same hierarchy).
4916
4917 2002-11-09 [colin]      0.8.5claws102
4918
4919         * src/folder.c
4920                 Fix a leak found by Christoph, use better variable
4921                 names
4922
4923 2002-11-09 [colin]      0.8.5claws101
4924
4925         * src/folder.c
4926                 One more fix for processing rules
4927
4928 2002-11-08 [colin]      0.8.5claws100
4929         
4930         * src/matcher.c
4931                 Don't copy the compiled regexp (will be reevaluated)
4932         * src/folderview.c
4933                 Lock folderview while moving
4934         * src/folder.c
4935                 Provide info on what's happening to the user
4936
4937 2002-11-08 [colin]      0.8.5claws99
4938
4939         * src/folderview.c
4940                 Fix folder reordering after a move if parent is 
4941                 root
4942         * src/scoring.[ch]
4943                 Add function to copy a ScoringProp
4944         * src/prefs_folder_item.c
4945                 Copy scoring rules when copying a folder prefs
4946
4947 2002-11-08 [colin]      0.8.5claws98
4948
4949         * src/folderview.c
4950                 Fixes in case of failure
4951         * src/filtering.[ch]    
4952                 Add function to duplicate a FilteringProp
4953         * src/matcher.[ch]
4954                 Add function to duplicate a MatcherProp
4955         * src/prefs_folder_item.c
4956                 Save folder's processing rules when copying 
4957                 its prefs
4958
4959 2002-11-08 [colin]      0.8.5claws97
4960         
4961         * src/folderview.c
4962                 Sort after move
4963         * src/folder.c 
4964                 Change a printf to debug_print
4965
4966 2002-11-08 [colin]      0.8.5claws96
4967
4968         * src/folder.c
4969           src/folderview.c
4970                 Fix segfaults, call me stupido
4971         
4972
4973 2002-11-08 [colin]      0.8.5claws95
4974
4975         *src/folder.c
4976                 Added forgotten prefs to save when moving folders
4977
4978 2002-11-08 [colin]      0.8.5claws94
4979
4980         * src/folder.c
4981                 Fixes to folder DND (prefs copy)
4982         * src/folderview.c
4983                 Optimization for folder DND (don't rescan whole tree)
4984                 Added folderview_create_folder_node() for this 
4985                 optimization, so de-duped a bit the code
4986         * src/prefs_folder_item.[ch]
4987                 Added prefs_folder_item_copy_prefs()    
4988           
4989 2002-11-08 [paul]       0.8.5claws93
4990
4991         * src/prefs_account.c
4992           tools/README
4993           tools/kmail2sylpheed_v2.pl
4994                 correct some typos
4995
4996 2002-11-08 [paul]       0.8.5claws92
4997
4998         * src/compose.c
4999           src/prefs_account.[ch]
5000                 remove account options 'clearsign' and 'ascii_armored',
5001                 replace with 'default_gnupg_mode' to prevent mixed-mode
5002                 Privacy settings
5003
5004 2002-11-08 [paul]       0.8.5claws91
5005
5006         * src/compose.[ch]
5007                 re-implement GnuPG 'on-the-fly' mode selection,
5008                 disallow mixed-mode
5009
5010 2002-11-08 [colin]      0.8.5claws90
5011
5012         * src/folderview.c
5013           src/prefs_folder_item.c
5014                 Change "Property" to "Properties"
5015
5016 2002-11-07 [colin]      0.8.5claws89
5017
5018         * src/folderview.c
5019           src/folder.c
5020                 Allow folder dropping to a root folder
5021
5022 2002-11-07 [paul]       0.8.5claws88
5023
5024         * src/compose.c
5025                 revert last commit
5026
5027 2002-11-07 [paul]       0.8.5claws87
5028
5029         * src/compose.c
5030                 fix reply-to-list bug. closes bug report
5031                 "[633382] reply-to-list broken in recent cvs"
5032
5033 2002-11-07 [paul]       0.8.5claws86
5034
5035         * src/compose.c
5036                 add a forgotten '#if USE_GPGME ... #endif'
5037
5038 2002-11-07 [paul]       0.8.5claws85
5039
5040         * sync with 0.8.5cvs20
5041                 see ChangeLog 2002-11-07
5042
5043 2002-11-07 [colin]      0.8.5claws84
5044
5045         * src/folder.[ch]
5046                 Change folder_item_move_to to return the newly 
5047                 created folderitem.
5048         * src/folderview.c
5049                 Select the new folderitem after moving.
5050
5051 2002-11-07 [colin]      0.8.5claws83
5052
5053         * src/prefs_filtering.c
5054                 Fix rule rewriting when moving a leaf folder to a 
5055                 shorter path
5056
5057 2002-11-07 [colin]      0.8.5claws82
5058
5059         * src/prefs_filtering.c
5060                 fix a leak
5061
5062 2002-11-07 [colin]      0.8.5claws81
5063
5064         * src/folder.[ch]
5065                 Add folder_item_move_to() function to move a 
5066                 folderitem into another one (updates matcher etc)
5067         * src/folderview.c
5068                 Add folder drag'n drop (context menu to come)
5069                 [Should be dataloss free, but Please backup before 
5070                  trying !]
5071
5072 2002-11-06 [colin]      0.8.5claws80
5073
5074         * src/mh.c
5075                 mh_create_folder() returns NULL if can't create
5076                 directory hierarchy
5077
5078 2002-11-06 [paul]       0.8.5claws79
5079
5080         * src/compose.[ch]
5081                 allow 'on-the-fly' changing of the type of encryption 
5082                 and/or signing used (mime/ascii) via the compose window
5083
5084 2002-11-06 [paul]       0.8.5claws78
5085
5086         * sync with 0.8.5cvs19
5087                 see ChangeLog 2002-11-06 for src/account.c: 
5088                 account_get_special_folder()
5089                 
5090 2002-11-05 [alfons]     0.8.5claws77
5091
5092         * src/crash.c
5093                 very minor cleanups: nothing to see here, move on. :-)
5094
5095 2002-11-05 [colin]      0.8.5claws76
5096
5097         * src/main.c
5098                 Changes choices if compose windows are opened to
5099                 Discard, Draft, Don't quit
5100
5101 2002-11-05 [thorsten]   0.8.5claws75
5102
5103         * src/compose.c
5104                 reenabled default_reply_to folder option
5105
5106 2002-11-05 [colin]      0.8.5claws74
5107
5108         * src/compose.[ch] 
5109                 add compose_draft()
5110         * src/crash.c
5111                 add SIGTERM handler
5112         * src/main.[ch]
5113                 add clean_quit() for the SIGTERM handler
5114
5115 2002-11-05 [paul]       0.8.5claws73
5116         
5117         * po/es.po
5118                 updated by Ricardo Mones Lastra
5119
5120 2002-11-05 [melvin]     0.8.5claws72
5121
5122         * src/logwindow.c
5123                 Fixed log-clipping bug #616795.
5124                 To stop logging in the log window use 0 length.
5125         * src/prefs_common.c
5126                 Added a label to inform about the 0 log length behaviour.
5127
5128 2002-11-05 [paul]       0.8.5claws71
5129
5130         * sync with 0.8.5cvs17
5131                 see ChangeLog 2002-11-05
5132
5133 2002-11-04 [paul]       0.8.5claws70
5134
5135         * sylpheed-128x128.png
5136           sylpheed-64x64.png
5137           sylpheed.png
5138                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5139                 <nikai@users.sourceforge.net>
5140                 
5141         * po/bg.po
5142                 updated by George Danchev
5143
5144 2002-11-03 [thorsten]   0.8.5claws69
5145
5146         * src/main.c
5147           src/mimeview.c
5148           src/rfc2015.h
5149                 add check if gpg is active
5150
5151 2002-11-03 [thorsten]   0.8.5claws68
5152
5153         * src/toolbar.h
5154                 removed GSList declaration causing trouble on MacOS-X
5155                 (submitted by alfons, reported by xfesty)
5156
5157 2002-11-01 [paul]       0.8.5claws67
5158
5159         * src/mainwindow.c
5160                 remove last remnants of main's filter code
5161
5162 2002-11-01 [paul]       0.8.5claws66
5163
5164         * tools/filter_conv.pl
5165                 fix bug where user-defined headers were ignored
5166
5167 2002-11-01 [paul]       0.8.5claws65
5168
5169         * src/logwindow.c
5170                 make a debug_print() not translatable
5171
5172 2002-10-31 [melvin]     0.8.5claws64
5173
5174         * ac/aspell.m4
5175                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5176                 not run any GNU/aspell test.  The dictionary path will
5177                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5178                 was given, in which case, it will be $prefix/lib/aspell/
5179         * configure.in
5180                 Fixed typo in commentary (Aspell code).
5181
5182 2002-10-31 [paul]       0.8.5claws63
5183
5184         * po/POTFILES.in
5185                 remove src/filter.c and src/prefs_filter.c
5186                 thanks to Ricardo for reminding me
5187
5188 2002-10-31 [colin]      0.8.5claws62
5189
5190         * src/mbox_folder.c
5191                 Plug some leaks
5192
5193 2002-10-31 [paul]       0.8.5claws61
5194
5195         * src/prefs_filter.[ch] ** REMOVED **
5196           src/filter.[ch]       ** REMOVED **
5197           
5198         * src/Makefile.am
5199           src/folderview.c
5200           src/inc.c
5201           src/main.c
5202           src/mainwindow.c
5203           src/mbox.c
5204           src/prefs_common.c
5205           src/prefs_filtering.c
5206           src/summaryview.[ch]
5207                 remove main's 'filter' code
5208                 
5209         README.claws
5210                 update to reflect removal of main's filter
5211
5212 2002-10-31 [paul]       0.8.5claws60
5213
5214         * src/summaryview.c
5215                 remove check for global_processing in summary_filter_open(). 
5216                 This fixes the bug where if the user uses the right-click 
5217                 'Create filter rule...' and doesn't have any filter rules 
5218                 already defined in claws' advanced filtering, the newly 
5219                 created filter rule goes to main's filtering which is 
5220                 inaccessible through the gui. Now the filter rule gets added
5221                 to claws' filtering by default.
5222
5223 2002-10-28 [melvin]     0.8.5claws59
5224
5225         * src/prefs_actions.c
5226                 Fixed bug #627322 where MIME parts were not always
5227                 correctly passed to a %p action
5228                 Display an error dialog when message filename is not found.
5229
5230 2002-10-28 [melvin]     0.8.5claws58
5231
5232         * src/prefs_common.c
5233                 Readded a missing function declaration lost in 0.8.3claws34
5234
5235 2002-10-28 [paul]       0.8.5claws57
5236
5237         * sync with 0.8.5cvs15
5238                 see ChangeLog 2002-10-28 and 2002-10-25
5239                 
5240         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5241
5242 2002-10-27 [oliver]     0.8.5claws56
5243
5244         * src/pop.c
5245                 plug leak in pop3_top_recv
5246
5247 2002-10-26 [christoph]  0.8.5claws55
5248
5249         * src/folder.c
5250                 set need_update folder flag when messages are added
5251                 (closes bug [ 626922 ] folder not updated after receiving)
5252
5253 2002-10-25 [melvin]     0.8.5claws54
5254
5255         * src/imageview.c
5256                 Fixed a memleak introduced in the scaling code.
5257
5258 2002-10-24 [alfons]     0.8.5claws53
5259
5260         * src/filtering.c
5261                 make filtering's forward message action forward from the 
5262                 correct account
5263                 (closes bug [628089 ] Filter -> Forward from address problem
5264                 reported by Oktay)
5265
5266 2002-10-24 [christoph]  0.8.5claws52
5267
5268         * src/mainwindow.c
5269         * src/manual.[ch]
5270                 o use manual of current locale or english if current
5271                   locale is not available (and english is available)
5272                 o also link to sylpheed doc project manuals
5273
5274 2002-10-23 [paul]       0.8.5claws51
5275
5276         * tools/README
5277           tools/kmail2sylpheed_v2.pl
5278                 add new version of kmail addressbook importer script.
5279                 works with newer versions of Kmail/KAddressBook which
5280                 have new and rearranged data.
5281
5282 2002-10-23 [martin]     0.8.5claws50
5283
5284         * src/folderview.c
5285         * src/summaryview.c
5286         * src/utils.h
5287         * src/utils.c
5288                 added length parameter to get_abbrev_newsgroup_name()
5289                 changed this function so that it abbreviates the newsgroup
5290                 names only so long it is smaller than the length parameter
5291                 (for better reading of some newsgroup names and space efficiency)
5292
5293 2002-10-22 [colin]      0.8.5claws49
5294
5295         *src/foldersel.c
5296                 Revert Alfons' last modification (after voting ;-))
5297
5298 2002-10-21 [alfons]     0.8.5claws48
5299
5300         * src/foldersel.c
5301                 folder view in folder selection dialog reflects state of
5302                 folder view in main window
5303
5304 2002-10-18 [alfons]     0.8.5claws47
5305
5306         * src/mbox.c
5307                 drop imported messages in folder selected by user,
5308                 and not in the inbox
5309                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5310
5311 2002-10-18 [alfons]     0.8.5claws46
5312
5313         * src/compose.c
5314                 make automagic reply work correctly for email accounts 
5315                 (whether it's viable to do a full sync with Hiro's 
5316                 compose.c is still under discussion)
5317
5318 2002-10-18 [melvin]     0.8.5claws45
5319
5320         * src/prefs_actions.c
5321                 Fixed bug #622275 where asynchroneous actions left 
5322                 zombies processes
5323                 Made (synchroneous) actions' input be displayed live.
5324
5325 2002-10-18 [christoph]  0.8.5claws44
5326
5327         * src/textview.c
5328                 don't add a newline in the textview in front of the
5329                 first textpart if header display is disabled
5330                 (closes bug [ 603385 ] disabled header display leaves blank
5331                  lin)
5332
5333 2002-10-18 [christoph]  0.8.5claws43
5334
5335         * src/folder.[ch]
5336         * src/imap.c
5337         * src/mbox_folder.c
5338         * src/mh.c
5339         * src/news.c
5340                 folder->get_num_list now returns an error code
5341                 (closes bug [ 609424 ] News cache cleared on failure)
5342                 
5343 2002-10-17 [colin]      0.8.5claws42
5344         
5345         * src/news.c
5346                 Changed a printf by debug_print
5347
5348 2002-10-16 [paul]       
5349
5350         * tools/OOo2sylpheed.pl
5351                 allow for spaces in the name of the
5352                 file to be attached.
5353
5354 2002-10-16 [colin]      0.8.5claws41
5355
5356         * src/main.c
5357                 Use a tristate to change online mode
5358
5359 2002-10-16 [paul]       0.8.5claws40
5360
5361         * po/es.po
5362                 updated by Ricardo Mones Lastra
5363
5364 2002-10-16 [colin]      0.8.5claws39
5365
5366         * src/main.c
5367           src/mainwindow.[ch]
5368                 Added --online and --offline command-line
5369                 switches
5370
5371 2002-10-15 [christoph]  0.8.5claws38
5372
5373         * src/procmime.c
5374                 set mimeinfo->name to NULL after g_free to
5375                 avoid double freeing with g_free
5376
5377 2002-10-14 [christoph]  0.8.5claws37
5378
5379         * src/compose.c
5380         * src/filtering.c
5381         * src/summaryview.c
5382                 remove calls to folder->change_flags that are now
5383                 done by procmsg flag functions (seems it is not
5384                 used by any foldertype anyway)
5385         * src/folder.c
5386                 init folder->change_flags with NULL
5387
5388 2002-10-14 [christoph]  0.8.5claws36
5389
5390         * src/folder.[ch]
5391         * src/imap.[ch]
5392                 use virtual functions for folder item new and destroy
5393                 functions
5394
5395 2002-10-14 [melvin]     0.8.5claws35
5396
5397         * src/compose.c
5398                 Added a test to not run the spell checker if no default
5399                 dictionary is available. No dialog is displayed though.
5400
5401 2002-10-14 [melvin]     0.8.5claws34
5402
5403         * src/gtkaspell.c
5404                 Fixed bug in dictionary list context menu where
5405                 "More..." pointed to an emtpy submenu if the
5406                 number of dictionaries is a multiple of 15
5407                 Removed unneeded code in suggestions list creation
5408
5409 2002-10-14 [paul]       0.8.5claws33
5410
5411         * po/bg.po
5412                 updated by George Danchev
5413
5414 2002-10-13 [hoa]        0.8.5claws32
5415
5416         * src/matcher.[ch]
5417           src/matcher_parser_parser.y
5418                 removed the escaped string from internal structure
5419                 of matcher.
5420
5421 2002-10-12 [colin]      0.8.5claws31
5422
5423         * src/gtksctree.[ch]
5424           src/summaryview.c
5425                 Removed useless function gtksctree_reanchor
5426
5427 2002-10-12 [alfons]     0.8.5claws30
5428         
5429         * sync with remaining main changes 2002-10-09 - 2002-10-11
5430         - drop changes to src/compose.c (requires claws specific changes)
5431         
5432 2002-10-12 [alfons]     0.8.5claws29
5433         
5434         * sync with main changes of 2002-10-08
5435         - drop changes to src/compose.c (requires claws specific changes)
5436         - drop changes to src/summaryview.c (requires changes to compose.c)     
5437
5438 2002-10-12 [alfons]     0.8.5claws28
5439         
5440         * sync with main changes of 2002-10-07
5441
5442 2002-10-12 [alfons]     0.8.5claws27
5443
5444         * sync with main changes of 2002-10-04
5445         - drop changes to src/compose.c (requires claws specific changes)
5446         - drop changes to src/prefs_folder_item.c (claws implementation
5447           seems to be working)
5448
5449 2002-10-12 [colin]      0.8.5claws26
5450
5451         * src/mainwindow.c
5452                 Fix folder-flicker when space-reading, introduced 
5453                 in claws22.
5454
5455 2002-10-12 [colin]      0.8.5claws25
5456
5457         * src/compose.c
5458                 Save account address when saving as draft.
5459                 (closes bug 621838)
5460
5461 2002-10-12 [colin]      0.8.5claws24
5462
5463         * src/summaryview.c
5464                 Fix the problem consisting of no message selected
5465                 after the last message in a folder has been moved.
5466
5467 2002-10-12 [paul]       0.8.5claws23
5468
5469         * src/compose.c
5470           src/prefs_template.c
5471           src/template.[ch]
5472                 add Cc and Bcc to templates. Patch submitted by
5473                 John L. Males.
5474
5475 2002-10-12 [colin]      0.8.5claws22
5476
5477         * src/folderview.c
5478                 Fix a bug after "Check for new messages":
5479                 If a folder was opened, it was still selected at
5480                 the end of the check, but displayed empty.
5481         * src/mainwindow.c
5482                 Remove unnecessary check
5483
5484 2002-10-12 [paul]
5485
5486         * tools/README
5487                 be more verbose in the description of
5488                 OOo2sylpheed.pl
5489                 
5490
5491 2002-10-11 [colin]      0.8.5claws21
5492
5493         * src/mainwindow.c
5494                 Make space work (better) when no mail is selected
5495
5496 2002-10-11 [colin]      0.8.5claws20
5497
5498         * src/inc.c
5499           src/news.c
5500                 fix warnings
5501
5502 2002-10-11 [colin]      0.8.5claws19
5503
5504         * src/mainwindow.c
5505                 revert 0.8.5claws6 changes as i couldn't get to
5506                 anything satisfying
5507
5508 2002-10-11 [melvin]     0.8.5claws18
5509
5510         * src/compose.c
5511                 Removed buggy and unused macro (should have been committed in
5512                 0.8.5claws17)
5513
5514 2002-10-11 [melvin]     0.8.5claws17
5515
5516         * src/compose.c
5517                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5518
5519 2002-10-11 [thorsten]   0.8.5claws16 
5520
5521         * src/folderview.c
5522                 remove rescan warning
5523
5524 2002-10-11 [colin]      0.8.5claws15 
5525
5526         * src/procheader.c
5527                 fix a segfault that happens if conv_unmime_header
5528                 fails (should be better to find out why it fails)
5529
5530 2002-10-11 [christoph]  0.8.5claws14
5531
5532         * src/summaryview.c
5533                 update folderview stats after ignore/unignore thread
5534
5535 2002-10-11 [hoa]        0.8.5claws13
5536
5537         * src/quote_fmt_parse.y
5538                 Fixed a yacc/bison syntax error
5539         * src/matcher.c
5540                 Escaping of string is fixed.
5541
5542 2002-10-11 [colin]      0.8.5claws12
5543
5544         * src/imageview.c
5545                 Resize images to fit
5546
5547 2002-10-11 [paul]       0.8.5claws11
5548
5549         * po/es.po
5550                 updated by Ricardo Mones Lastra
5551
5552 2002-10-10 [alfons]     0.8.5claws10
5553
5554         * src/compose.c
5555                 allow dropping files by "moving" files from a file manager,
5556                 not only by the more cumbersome "copying". the latter 
5557                 mostly implies holding down the Control button
5558
5559 2002-10-10 [christoph]  0.8.5claws9
5560
5561         * src/summaryview.c
5562                 update folders after thread building for ignored threads
5563
5564 2002-10-10 [christoph]  0.8.5claws8
5565
5566         * config/.cvsignore
5567                 added Makefile
5568         * src/filtering.[ch]
5569         * src/folder.[ch]
5570         * src/folderview.[ch]
5571         * src/import.c
5572         * src/inc.[ch]
5573         * src/mbox.[ch]
5574         * src/procmsg.c
5575         * src/summaryview.[ch]
5576                 o added new flag need_update to FolderItem
5577                 o removed folder_table from various functions from tracking
5578                   folder updates
5579                 o set need_update flags in folder.c's move, copy and delete
5580                   functions and procmsg's flags functions
5581                 o added function folderview_update_items_when_required that
5582                   updates all folders with need_update set
5583                 o call folderview_update_items_when_required instead of
5584                   folderview_update_item_foreach
5585
5586 2002-10-09 [sergey]     0.8.5claws7
5587
5588         * src/compose.c
5589                 Strip CRs whel loading the text into editor in reedit mode.
5590
5591 2002-10-09 [colin]      0.8.5claws6
5592
5593         * src/mainwindow.c
5594                 Make Space work when no mail is selected
5595
5596 2002-10-09 [colin]      0.8.5claws5
5597
5598         * src/gtksctree.[ch]
5599                 Fix range_select
5600                 Add gtk_sctree_reanchor() 
5601         * src/summaryview.c
5602                 Use gtk_sctree_reanchor() - better fix for 
5603                 bug 60413
5604
5605 2002-10-09 [colin]      0.8.5claws4
5606
5607         * src/summaryview.c
5608                 Fix shift-click select after delete problem
5609                 (closes bug 60413)
5610
5611 2002-10-08 [thorsten]   0.8.5claws3
5612
5613         * src/summaryview.c
5614                 exclude current msg from -hide read messages-
5615
5616 2002-10-08 [colin]      0.8.5claws2
5617
5618         * src/inc.[ch]
5619           src/pop.c
5620           src/recv.c
5621                 Differentiate socket errors from disk full
5622                 errors
5623
5624 2002-10-08 [christoph]  0.8.5claws1
5625
5626         * Makefile.am
5627         * configure.in
5628                 modifications for new config directory
5629
5630         * config.guess  ** REMOVED **
5631         * config.sub    ** REMOVED **
5632         * install-sh    ** REMOVED **
5633         * ltmain.sh     ** REMOVED **
5634         * missing       ** REMOVED **
5635         * mkinstalldirs ** REMOVED **
5636                 these files are autogenerated by automake
5637                 when you run autogen.sh
5638
5639         * config/.cvsignore     ** NEW FILE **
5640         * config/Makefile.am    ** NEW FILE **
5641                 ignore autogenerated files
5642                 create a Makefile in this directory
5643
5644 2002-10-08 [paul]       0.8.5claws
5645
5646         * 0.8.5claws release
5647         
5648         * src/compose.c
5649           src/procheader.c
5650           src/procmsg.c
5651                 fix quote reply format for newsgroups reply bug
5652                 (thanks to Hoa)
5653                 
5654         * po/en_GB.po
5655           po/pl.po
5656                 updated by me and Witold Wladyslaw Wojciech Wilk
5657                 repectively
5658
5659 2002-10-07 [paul]       0.8.3claws53
5660
5661         * po/it.po
5662           po/pt_BR.po
5663           po/sr.po
5664                 updated messages catalogs, submitted by
5665                 Alessandro Maestri, Fabio Jr.Beneditto 
5666                 and Urke MMI, respectively.
5667
5668 2002-10-07 [christoph]  0.8.3claws52
5669
5670         * src/folder.[ch]
5671         * src/folderview.c
5672         * src/mainwindow.c
5673                 fix new folder ghost message bug
5674                 (closes bug [ 619722 ] wrong count for newly created folders)
5675
5676 2002-10-07 [christoph]  0.8.3claws51
5677
5678         * src/compose.c
5679                 fix news posting problem
5680
5681 2002-10-07 [melvin]     0.8.3claws50
5682
5683         * po/fr.po
5684                 Updated French translation
5685
5686 2002-10-05 [christoph]  0.8.3claws49
5687
5688         * src/gtkstext.c
5689                 check if line_start_cache is set in gtk_stext_update_text
5690                 (closes bug [ 618119 ] crash while doing search in folder)
5691
5692 2002-10-05 [christoph]  0.8.3claws48
5693
5694         * src/imap.c
5695         * src/news.c
5696         * src/utils.c
5697         * src/utils.h
5698                 implement cache cleanups for claws' folder system
5699                 (closes bug [ 595916 ] imapcache not cleaned up)
5700
5701 2002-10-05 [melvin]     0.8.3claws47
5702
5703         * src/prefs_actions.c
5704                 Made the help text more clear for the %p token
5705
5706 2002-10-04 [paul]       0.8.3claws46
5707
5708         * sync with 0.8.5
5709                 see ChangeLog 2002-10-02 and 2002-10-03
5710
5711 2002-10-04 [christoph]  0.8.3claws45
5712
5713         * src/inc.c
5714                 fix segfault caused by pop before smtp
5715                 call to inc_account_mail with NULL
5716                 pointer for mainwin
5717
5718 2002-10-04 [paul]       0.8.3claws44
5719
5720         * configure.in
5721                 sync the LDAP detection from 0.8.5cvs1
5722
5723 2002-10-02 [christoph]  0.8.3claws43
5724
5725         * po/de.po
5726                 fix small spelling error
5727
5728 2002-10-02 [melvin]     0.8.3claws42
5729
5730         * ac/aspell.m4
5731                 Behave better and say "no" when test program cannot be run.
5732
5733 2002-10-02 [paul]       0.8.3claws41
5734
5735         * sync with 0.8.4cvs1
5736                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5737                 
5738         * src/summaryview.c
5739                 toggle the behavior of Reply menuitem between
5740                 normal reply and reply-to-list
5741
5742 2002-10-01 [sergey]     0.8.3claws40
5743
5744         * src/compose.c
5745                 Convert newlines in the message text to the canonical form
5746                 before base64 encoding (RFC2045 compliance, fixes some
5747                 interoperability issues with Evolution 1.0.3)
5748
5749 2002-09-29 [colin]      0.8.3claws39
5750
5751         * src/summaryview.c
5752                 Fix an unwanted copy/paste
5753
5754 2002-09-29 [colin]      0.8.3claws38
5755
5756         * src/mainwindow.c
5757                 Renamed "Custom toolbar" to "Customize toolbar"
5758                 Renamed "Show all header" to "Show all headers"
5759                 Renamed "Set diplay item" to "Set displayed items"
5760         * src/prefs_common.c
5761                 Renamed "Show all header" to "Show all headers"
5762         * src/prefs_summary_column.c
5763                 Renamed "diplay item" to "displayed items"
5764
5765 2002-09-29 [colin]      0.8.3claws37
5766
5767         * src/mainwindow.[ch]
5768                 online/offline status pixmaps follow theme
5769                 changes
5770         * src/summaryview.[ch]
5771                 quicksearch pixmap follows theme changes
5772
5773 2002-09-29 [thorsten]   0.8.3claws36
5774
5775         * src/compose.c
5776           src/prefs_folder_item.[ch]
5777                 add default_reply_to folder option (closes patch 581044)
5778
5779 2002-09-29 [christoph]  0.8.3claws35
5780
5781         * acconfig.h    ** REMOVED **
5782         * configure.in
5783         * ac/aspell.m4
5784         * ac/check-type.m4
5785         * ac/gnupg-check-typedef.m4
5786                 fix autoheader 2.50 warning
5787
5788 2002-09-29 [christoph]  0.8.3claws34
5789
5790         * major code cleanup (part 2)
5791         
5792                 - unused variables removed
5793                 - unused functions removed
5794                 - uninitialized variables checked
5795                 - missing return statements added
5796                 - missing function return types added
5797                 - added parentheses around assignment
5798                   when suggested by gcc
5799
5800 2002-09-29 [alfons]     0.8.3claws33
5801
5802         * src/logwindow.c
5803                 log_window_clear(): only bracket gtk_text_forward_delete() 
5804                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5805                 works around GTK text bug)
5806
5807 2002-09-29 [paul]       0.8.3claws32
5808
5809         * po/bg.po
5810           po/sr.po
5811                 updated by George Danchev and Urke MMI
5812                 respectively
5813
5814 2002-09-27 [christoph]  0.8.3claws31
5815
5816         * doc-src/readme.txt
5817         * doc-src/rfc1806.txt   ** REMOVED **
5818         * doc-src/rfc2183.txt   ** NEW FILE **
5819         * doc-src/rfc2980.txt   ** NEW FILE **
5820                 update rfcs
5821
5822 2002-09-27 [melvin]     0.8.3claws30
5823
5824         * ac/aspell.m4
5825                 Fixed typo which could break linking
5826
5827 2002-09-27 [melvin]     0.8.3claws29
5828
5829         * ac/aspell.m4
5830                 Improved GNU/aspell checking. 
5831                 Fixed bug #614490
5832
5833 2002-09-27 [paul]       0.8.3claws28
5834
5835         * sync with 0.8.3cvs8
5836                 see ChangeLog 2002-09-27
5837
5838 2002-09-26 [colin]      0.8.3claws27
5839
5840         * src/toolbar.[ch]
5841           src/mainwindow.[ch]
5842                 Add "Reply to Mailing-list" to the toolbar
5843
5844 2002-09-26 [christoph]  0.8.3claws26
5845
5846         * src/summaryview.c
5847                 Fix wrong message counts in summaryview status
5848
5849 2002-09-26 [paul]       0.8.3claws25
5850
5851         * sync with 0.8.3cvs7
5852                 see ChangeLog 2002-09-26
5853
5854 2002-09-26 [paul]       0.8.3claws24
5855
5856         * sync with 0.8.3cvs6
5857                 see ChangeLog 2002-09-25
5858
5859 2002-09-25 [christoph]  0.8.3claws23
5860
5861         * src/prefs_common.c
5862         * src/prefs_folder_item.c
5863         * src/prefs_scoring.c
5864                 Renamed "kill score" to "hide score" in GUI
5865                 and prefs files
5866
5867 2002-09-25 [paul]       0.8.3claws22
5868
5869         * sync with 0.8.3cvs5
5870                 see ChangeLog 2002-09-24
5871
5872 2002-09-24 [alfons]     0.8.3claws21
5873
5874         patch by Satoshi Nagayasu: allows appending / saving multiple 
5875         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5876         'Save as ...'")
5877
5878         * AUTHORS
5879                 add Satoshi Nagayasu
5880         * src/summaryview.c
5881                 summary_save_as(): allow saving selected files to
5882                 one file
5883                 summary_set_menu_sensitive: enable "Save As..." when
5884                 multiple files are selected
5885         * src/utils.[ch]
5886                 append_file(): new function
5887
5888 2002-09-24 [colin]      0.8.3claws20
5889
5890         * src/procmime.c
5891                 Fix segfault when mimeinfo doesn't have a 
5892                 content_type. 
5893
5894 2002-09-24 [colin]      0.8.3claws19
5895
5896         * src/prefs_common.[ch]
5897                 Add a preference to display send dialog or not
5898         * src/send.c
5899                 Display send dialog according to preference
5900
5901 2002-09-24 [colin]      0.8.3claws18
5902
5903         * src/compose.[ch]
5904                 Disable user actions when sending
5905
5906 2002-09-24 [colin]      0.8.3claws17
5907
5908         * src/procmime.c
5909                 Do not display name or filename for attachments
5910                 with an application/pgp-signature type
5911                 (security flaw, see bug 537413)
5912
5913 2002-09-23 [colin]      0.8.3claws16
5914
5915         * src/editaddress.c
5916                 Initialize entry_email, entry_alias and 
5917                 entry_remarks to first email address of the list
5918
5919 2002-09-23 [colin]      0.83claws15
5920
5921         * src/compose.c
5922                 Drop pgp-signature when reediting a signed queued
5923                 message
5924
5925 2002-09-23 [melvin]     0.8.3claws14
5926
5927         * po/fr.po
5928                 Updated French translation
5929
5930 2002-09-23 [melvin]     0.8.3claws13
5931
5932         * src/mainwindow.c
5933                 Made custom toolbar menu labels more consistent
5934         * src/prefs_toolbar.c
5935                 Made custom toolbar window title more consistent
5936
5937 2002-09-22 [colin]      0.8.3claws12
5938
5939         * src/inc.c
5940                 Initialize session type to normal before getting 
5941                 mail (fixes strange Get behaviour)
5942         * src/prefs_account.h
5943                 Move STYPE_POP_BEFORE_SMTP to last position to 
5944                 avoid other side-effects
5945
5946 2002-09-22 [colin]      0.8.3claws11
5947
5948         * src/prefs_account.c
5949                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5950                 from pop3 to apop or vice-versa
5951
5952 2002-09-22 [colin]      0.8.3claws10
5953         
5954         * src/prefs_account.[ch]
5955                 Add an option for the POP before SMTP timeout
5956         * src/inc.c
5957                 Remember time of last POP connection
5958         * src/send.c
5959                 Do POP before SMTP only if timeout reached
5960
5961 2002-09-22 [oliver]     0.8.3claws9
5962         
5963         * README.claws
5964                 explain custom toolbar
5965
5966 2002-09-22 [oliver]     0.8.3claws8
5967
5968         * src/prefs_actions.[ch]
5969         custom toolbar for compose      
5970                 actions callback from compose toolbar
5971         * src/folderview.c
5972                 remove include toolbar.h
5973
5974 2002-09-22 [oliver]     0.8.3claws7
5975         
5976         * src/prefs_toolbar.[ch]
5977                 custom toolbar for compose
5978                 - generic prefs_toolbar handles both
5979                   Mainwin's toolbar as well as Compose toolbar          
5980
5981 2002-09-22 [oliver]     0.8.3claws6
5982         
5983         * src/toolbar.[ch]
5984                 custom toolbar for compose
5985                 restructure toolbar.[ch]
5986
5987 2002-09-22 [oliver]     0.8.3claws5
5988
5989         * src/compose.[ch]
5990                 custom toolbar for compose
5991
5992 2002-09-22 [oliver]     0.8.3claws4
5993         
5994         * src/mainwindow.[ch]
5995                 custom toolbar for compose 
5996                 move mainwin toolbar back to mainwindow
5997
5998 2002-09-22 [alfons]     0.8.3claws3
5999
6000         * src/procmsg.c
6001                 :%sno/if(/if (/gc
6002                 :%sno/for(/for (/gc
6003                 (beautify)
6004
6005 2002-09-22 [alfons]     0.8.3claws2
6006         
6007         * src/procmsg.c
6008                 procmsg_save_to_outbox(): don't unlink message file from queue;
6009                 callers should do it using folder_item_remove_msg()
6010
6011 2002-09-22 [colin]      0.8.3claws1
6012
6013         * src/mimeview.[ch]
6014                 Made mimeview_check_signature() public
6015         * src/textview.c
6016                 Made GPG signatures verifiable by clicking
6017                 the [application/pgp-signature] in the Text
6018                 view
6019
6020 2002-09-22 [paul]       0.8.3claws
6021
6022         * po/bg.po
6023           po/en_GB.po
6024           po/es.po
6025           po/it.po
6026           po/pl.po
6027           po/pt_BR.po
6028           po/sr.po
6029                 updated translations, submitted by George Danchev,
6030                 me, Ricardo Mones Lastra, Alessandro Maestri,
6031                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6032                 and Urke MMI, respectively.     
6033
6034 2002-09-22 [alfons]     0.8.2claws65
6035
6036         * src/procmsg.c
6037         * src/pgptext.c
6038                 no furry valgrinds have been used to plug these memleaks
6039
6040 2002-09-20 [paul]       0.8.2claws64
6041
6042         * sync with 0.8.3cvs4
6043                 'Select thread' re-implemented 
6044                 see ChangeLog 2002-09-20
6045
6046 2002-09-21 [alfons]     0.8.2claws63
6047
6048         * src/compose.c
6049                 compose_send(): plug unnoticed memleak
6050
6051 2002-09-20 [alfons]     0.8.2claws62
6052
6053         * src/addr_compl.c
6054                 replace_address_in_edit(): strict check for NULL address to
6055                 fix "[ 607348 ] Segfault in address completion". My guess is
6056                 that this happens with an empty address book, but it's good
6057                 to have this check here anyway
6058                 
6059                 completion_window_button_press(): free string returned 
6060                 from the internal cache
6061
6062 2002-09-20 [christoph]  0.8.2claws61
6063
6064         * src/procmime.h
6065                 added ENC_BINARY to EncodingType
6066         * src/procmime.c
6067                 the string returned by procmime_get_encoding_str
6068                 should not depend on the order of values in the
6069                 EncodingType definition
6070         * doc-src/rfc1806.txt   ** NEW FILE **
6071                 Added rfc1806 about MIME Content-Disposition
6072                 Extension
6073
6074 2002-09-19 [paul]       0.8.2claws60
6075
6076         * sync with 0.8.2cvs3
6077                 see ChangeLog 2002-09-19
6078
6079 2002-09-19 [paul]       0.8.2claws59
6080
6081         * src/prefs_folder_item.c
6082                 revert to Darko's original alignment of colour
6083                 selector button
6084                 add a colon to folder_color label
6085                 
6086         * src/compose.c
6087                 add Colin's patch (with Hiro's modifications) to 
6088                 force BASE64 encoding for 8-bit text when signing
6089                 (sync with 0.8.3cvs2)
6090
6091 2002-09-18 [alfons]     0.8.2claws58
6092
6093         * src/compose.c
6094                 :%sno/if(/if (/gc
6095                 :%sno/for(/for (/gc
6096                 (beautify a little bit)
6097
6098 2002-09-18 [christoph]  0.8.2claws57
6099
6100         * src/pine.c
6101                 fix handling of fgetc return value
6102
6103 2002-09-17 [alfons]     0.8.2claws56
6104         
6105         * src/summaryview.c
6106                 summary_sort(): check non-NULL summaryview->folder_item when no 
6107                 folder is selected at all
6108                 (closes "[ 610344 ] sort label make syl Crash")
6109
6110 2002-09-17 [alfons]     0.8.2claws55
6111         
6112         * src/compose.c
6113                 beautify a little bit
6114
6115 2002-09-17 [christoph]  0.8.2claws54
6116
6117         * src/folder.c
6118                 initialize max values for cache and folder
6119                 when cache or folder is empty
6120
6121 2002-09-15 [colin]      0.8.2claws53
6122
6123         * src/compose.c
6124                 Fix a leak (thanks Alfons!) and cleaned
6125                 variables names for custom headers
6126
6127 2002-09-15 [colin]      0.8.2claws52
6128
6129         * src/compose.c
6130                 Fix custom headers recognition when
6131                 prefs_common.trans_hdr is on
6132
6133 2002-09-15 [colin]      0.8.2claws51
6134
6135         * src/compose.c
6136                 Allow dynamically-added custom headers
6137                 Yet not reparsed if reedited
6138
6139 2002-09-15 [alfons]     0.8.2claws50
6140
6141         * src/prefs_account.c
6142                 fix warnings
6143
6144 2002-09-15 [colin]      0.8.2claws49
6145         
6146         * src/prefs_account.c
6147                 fix pop_before_smtp sensitivity
6148
6149 2002-09-15 [colin]      0.8.2claws48
6150
6151         * src/inc.[ch]
6152                 add inc_pop_before_smtp()
6153                 allow MainWindow to be undefined in 
6154                 inc_account_mail() and inc_start()
6155         * src/pop.c
6156           src/prefs_account.h
6157                 add STYPE_POP_BEFORE_SMTP session type
6158         * src/prefs_account.c
6159                 activated pop before smtp option
6160         * src/send.c
6161                 do pop before smtp if the relevant option 
6162                 is set
6163
6164 2002-09-15 [paul]       0.8.2claws47
6165
6166         * sync with 0.8.3
6167                 see ChangeLog 2002-09-15
6168
6169 2002-09-14 [paul]       0.8.2claws46
6170
6171         * po/bg.po
6172                 updated Bulgarian translation, submitted by
6173                 George Danchev
6174
6175 2002-09-13 [paul]       0.8.2claws45
6176
6177         * src/compose.c
6178                 merge claws' select_account() with main's
6179                 (new) compose_select_account(). [sync with
6180                 0.8.2cvs15, see ChangeLog 2002-09-11]
6181
6182 2002-09-12 [christoph]  0.8.2claws44
6183
6184         * src/filter.c
6185                 allocate 1 elements of FolderItem not 0
6186
6187 2002-09-12 [colin]      0.8.2claws43
6188
6189         * src/compose.c
6190                 Fix bug #590825 (obey Follow-up: poster)
6191
6192 2002-09-12 [colin]      0.8.2claws42
6193
6194         * src/procmime.c
6195                 Fix bug #557009 (wrong headers for messages 
6196                 forwarded as attachments)
6197
6198 2002-09-11 [colin]      0.8.2claws41
6199         
6200         * src/compose.c
6201                 Put SCF: pseudo-header on top of message
6202                 Set draft tmp_flag when saved as draft
6203
6204         * src/procmsg.c
6205           src/procheader.c
6206                 Skip after first \n\n for beginning of real message
6207                 for drafts too
6208
6209 2002-09-11 [christoph]  0.8.2claws40
6210
6211         * src/filtering.c
6212                 use procmsg flag functions in filtering or processing
6213                 will cause incorrect folder message counts
6214
6215 2002-09-11 [colin]      0.8.2claws39
6216
6217         * src/compose.c
6218                 Fix bug #550175 - wrong save folder when reediting
6219                 drafts
6220
6221 2002-09-11 [paul]       0.8.2claws38
6222
6223         * sync with 0.8.2cvs14
6224                 see ChangeLog 2002-09-11
6225
6226 2002-09-11 [colin]      0.8.2claws37
6227
6228         * src/folder.c
6229                 Fix a typo (seeming to cause new/unread status to
6230                 be lost)
6231
6232 2002-09-10 [christoph]  0.8.2claws36
6233
6234         * src/compose.c
6235                 compose_redirect should not use compose_generic_new
6236                 because that does more stuff than expected including
6237                 opening the external editor
6238                 (closes bug "[ 526608 ] bounced messages appear blank
6239                  in editor")
6240
6241 2002-09-10 [christoph]  0.8.2claws35
6242
6243         * src/folder.c
6244                 fix problem with too large message number range
6245                 causing a crash in folder_item_scan
6246
6247 2002-09-10 [paul]       0.8.2claws34
6248
6249         * sync with 0.8.2cvs13
6250                 see ChangeLog 2002-09-10
6251
6252 2002-09-10 [christoph]  0.8.2claws33
6253
6254         * src/msgcache.c
6255                 set MsgInfo TmpFlags for queue and draft folders
6256                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6257
6258 2002-09-10 [paul]       0.8.2claws32
6259
6260         * AUTHORS
6261           po/bg.po      ** NEW FILE **
6262                 new Bulgarian translation submitted by
6263                 George Danchev <danchev@spnet.net>
6264                 
6265         * tools/Makefile.am
6266           tools/README
6267           tools/tb2sylpheed     ** NEW FILE **
6268                 add script that converts an addressbook exported
6269                 from The Bat! into a Sylpheed addressbook. Submitted
6270                 by Urke MMI <urke-kg@eunet.yu>
6271
6272 2002-09-10 [paul]       0.8.2claws31
6273
6274         * sync with 0.8.2cvs12
6275                 see ChangeLog 2002-09-10
6276
6277 2002-09-06 [paul]       0.8.2claws30
6278
6279         * src/prefs_common.c
6280                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6281                 
6282         * tools/Makefile.am
6283           tools/README
6284           tools/ldif-to-xml.py  ** REMOVED **
6285                 remove obsolete python script
6286
6287 2002-09-06 [paul]       0.8.2claws29
6288
6289         * sync with 0.8.2cvs10
6290                 see ChangeLog 2002-09-06
6291
6292 2002-09-04 [paul]       0.8.2claws28
6293
6294         * sync with 0.8.2cvs9
6295                 see ChangeLog 2002-08-04
6296
6297 2002-09-04 [colin]      0.8.2claws27 
6298
6299         * src/prefs_common.[ch]
6300                 Added signature color configuration
6301         * src/textview.c
6302                 Use user-specified signature color
6303
6304 2002-09-03 [colin]      0.8.2claws26
6305
6306         * src/prefs_common.[ch]
6307                 Added autosave and autosave_length prefs
6308         * src/compose.c
6309                 Added compose_remove_draft()
6310                 Auto-save drafts according to the prefs
6311         * src/main.c
6312                 Added a crash-indicator file, allowing to check
6313                 for new messages on startup if Sylpheed crashed
6314                 (makes saved drafts "reappear")
6315
6316 2002-09-03 [colin]      0.8.2claws25
6317
6318         * src/textview.[ch]
6319                 Grey the signature
6320
6321 2002-09-03 [paul]       0.8.2claws24
6322
6323         * sync with 0.8.2cvs8
6324                 see ChangeLog 2002-09-02 and 2002-09-03
6325
6326 2002-09-03 [darko]      0.8.2claws23
6327
6328         * src/folderview.c
6329                 use normal style when creating new folder to pick
6330                 proper font size 
6331
6332 2002-09-02 [melvin]     0.8.2claws22
6333
6334         * src/gtkaspell.m4
6335                 removed some obsolete code
6336
6337 2002-09-02 [melvin]     0.8.2claws21
6338
6339         * ac/aspell.m4
6340                 fixed test's equality sign (== to =)
6341
6342 2002-09-02 [alfons]     0.8.2claws20
6343
6344         * src/folder.c
6345         * src/mh.c
6346                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6347                 as folder->destroy virtual as suggested by Hiro
6348                 (the mh.c code seems to have been lost around mh.c.1.21)
6349
6350 2002-09-02 [paul]       0.8.2claws19
6351
6352         * po/pt_BR.po
6353                 updated by Fabio Jr. Beneditto
6354                 
6355         * src/defs.h
6356                 use 'http://claws.sylpheed.org' for homepage link. 
6357                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6358
6359 2002-09-01 [alfons]     0.8.2claws18
6360
6361         * src/mh.c
6362                 plug memleak related to one Martin Kluge found
6363
6364 2002-08-31 [paul]       0.8.2claws17
6365
6366         * sync with 0.8.2cvs6
6367                 see ChangeLog 2002-08-30
6368
6369 2002-08-31 [alfons]     0.8.2claws16
6370
6371         * src/folder.c
6372                 folder_destroy(): remove mailbox from folderlist even if it has
6373                 no destroy virtual
6374
6375 2002-08-31 [alfons]     0.8.2claws15
6376
6377         * src/folder.c
6378                 :%sno/if(/if (/gc
6379                 :%sno/for(/for (/gc
6380                 (being pedantic I know)
6381
6382 2002-08-31 [alfons]     0.8.2claws14
6383
6384         * src/folder.c
6385                 check for NULL pointers returned from folder->fetch_msginfo virtual
6386                 (should solve some reported crashes)
6387
6388 2002-08-30 [alfons]     0.8.2claws13
6389
6390         * acconfig.h
6391         * configure.in
6392         * src/crash.c
6393                 enable crash dialog on compilation time
6394                 (--enable-crash-dialog configure option)
6395
6396 2002-08-30 [alfons]     0.8.2claws12
6397
6398         * AUTHORS
6399                 add Martin Kluge
6400         * src/mh.c
6401                 apply memory leak plug patch by Martin Kluge
6402                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6403                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6404                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6405
6406 2002-08-30 [darko]      0.8.2claws11
6407
6408         * src/folderview.c
6409                 copy Gtk style from normal style to match
6410                 font size for coloured folders
6411
6412 2002-08-29 [alfons]     0.8.2claws10
6413
6414         * sylpheed.desktop
6415                 Type=Internet <- Type=Application
6416                 (reported by Michael Schwendt, see:
6417                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6418                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6419
6420 2002-08-29 [paul]       0.8.2claws9
6421
6422         * sync with 0.8.2cvs5
6423                 see ChangeLog 2002-08-29
6424
6425 2002-08-29 [colin]      0.8.2claws8
6426
6427         * src/summaryview.c
6428                 Added a sanity check in summary_select_thread
6429                 Should fix bug 601605
6430
6431 2002-08-29 [colin]      0.8.2claws7
6432
6433         * src/main.c
6434                 Revert claws6 changes regarding bug #591676
6435
6436 2002-08-28 [colin]      0.8.2claws6
6437         
6438         * src/main.c
6439                 Ignore cache for queue folderitems
6440                 Fix bug #591676
6441
6442 2002-08-28 [melvin]     0.8.2claws5
6443
6444         * README.claws
6445                 Fixed typos.
6446
6447 2002-08-28 [melvin]     0.8.2claws4
6448
6449         * README.claws
6450                 Updated a bit the text concerning the spell checker
6451
6452 2002-08-28 [melvin]     0.8.2claws3
6453
6454         Merged the GNU_aspell_branch:
6455                 Support of new GNU/aspell is now included and the old pspell
6456                 is not supported anymore.
6457                 See README.claws
6458
6459         * README.claws
6460                 Updated spell checker text to reflect the switch to GNU/aspell
6461
6462         * ac/aspell.m4          *** NEW ***
6463         * src/gtkaspell.[ch]    *** NEW *** 
6464         * ac/pspell.m4          *** DELETED *** 
6465         * src/gtkspell.[ch]     *** DELETED ***
6466
6467         * ac/Makefile.am
6468                 Updated for GNU/aspell support
6469
6470         * po/POTFILES.in
6471                 Replaced gtkspell.c by gtkaspell.c
6472
6473         * acconfig.h
6474         * src/Makefile.am
6475         * src/about.c
6476         * src/compose.[ch]
6477         * src/crash.c
6478         * src/main.c
6479         * src/prefs_common.[ch]
6480                 Updated for GNU/aspell support
6481
6482 2002-08-28 [paul]       0.8.2claws2
6483
6484         * sync with 0.8.2cvs4
6485                 see ChangeLog 2002-08-27 and 2002-08-28
6486
6487 2002-08-28 [colin]      0.8.2claws1
6488
6489         * src/summary_search.c
6490                 Added "AND search"
6491
6492 2002-08-28 [jens]       0.8.2claws
6493
6494         *po/de.po
6495                 Updated German translations
6496
6497 2002-08-27 [melvin]     0.8.2claws
6498
6499         * po/fr.po
6500                 Updated French translations
6501
6502 2002-08-27 [paul]       0.8.2claws
6503
6504         * sync with 0.8.2 main release
6505
6506         * po/en_GB.po
6507           po/es.po
6508           po/it.po
6509           po/pl.po
6510           po/pt_BR.po
6511           po/sr.po
6512                 updated message catalogs submitted by
6513                 Ricardo Mones Lastra, Alessandro Maestri,
6514                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6515                 Beneditto and Urke MMI  
6516
6517 2002-08-27 [hoa]        0.8.1claws123
6518
6519         * src/mainwindow.[ch]
6520         * src/summaryview.[ch]
6521                 removed the "filter setting" menu option.
6522                 add a "cancel a news message" menu option.
6523
6524 2002-08-26 [martin]     0.8.1claws122
6525
6526         * ChangeLog.claws
6527                 changed string under 0.8.1claws79 changed by myself
6528                 i'm sorry alfons :(
6529
6530 2002-08-26 [martin]     0.8.1claws121
6531
6532         * src/crash.c
6533                 added kill command to debuggerrc to start crash dialog
6534
6535 2002-08-26 [paul]       0.8.1claws120
6536
6537         * sync with 0.8.1cvs31
6538                 see ChangeLog 2002-08-26
6539
6540 2002-08-25 [alfons]     0.8.1claws119
6541
6542         * src/procmsg.c
6543                 fix bug that didn't send out correct headers to news server
6544                 when sending news article and email from queue (bug reported
6545                 and patch provided by Tim Mann; closes bug 
6546                 "[ 583196 ] 0.7.8claws can't post news")
6547
6548 2002-08-25 [alfons]     0.8.1claws118
6549
6550         * src/selective_download.c
6551                 mark two strings as translatable
6552                 (thanks to Urke MMI for pointing this out)
6553
6554 2002-08-25 [alfons]     0.8.1claws117
6555
6556         * src/summaryview.c
6557                 treat sent boxes as special and allow sorting them by addressee
6558                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6559                 submitted by Steve Lamb)
6560
6561 2002-08-24 [alfons]     0.8.1claws116
6562
6563         * src/matcher.c
6564                 fix memleak reported by Martin Kluge
6565                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6566
6567 2002-08-24 [oliver]     0.8.1claws115
6568
6569         * src/prefs_toolbar.c
6570                 o code cleanup as suggested by Alfons
6571                 o memleak fix
6572
6573 2002-08-24 [alfons]     0.8.1claws114
6574
6575         * src/summaryview.c
6576                 o fix another memory leak reported by Martin Kluge
6577                   (see "[ 599568 ] Small Memory Leak")
6578                 o remove 'from' variable from 'summary_set_header()'; we can
6579                   do with just 'to' 
6580
6581 2002-08-24 [paul]       0.8.1claws113
6582
6583         * sync with 0.8.1cvs30
6584                 see ChangeLog 2002-08-23
6585
6586 2002-08-24 [alfons]     0.8.1claws112
6587
6588         * src/summaryview.c
6589                 remove unnecessary allocations for search bar fixing leaks
6590                 reported by Martin Kluge
6591                 (see "[ 599451 ] Further memory leaks?")
6592
6593 2002-08-24 [alfons]     0.8.1claws111
6594
6595         * src/main.c
6596                 make get_socket_name() public for crash.c
6597         * src/crash.c
6598                 o make report bug button work (goes to claws' 
6599                   bug tracker at sf.net)
6600                 o introduce function for doing important stuff just
6601                   before claws goes down
6602                 o clean up code 
6603
6604 2002-08-24 [alfons]     0.8.1claws110
6605
6606         * src/compose.c
6607                 move cursor to "To" entry when forwarding as attachment
6608                 (reported and solved by Steve Lamb, closes bug report
6609                 "[ 592880 ] Forward as attachment; cursor not in to")
6610
6611 2002-08-24 [colin]      0.8.1claws109
6612
6613         * src/mainwindow.c
6614                 fix quick search visibility after GUI (de)separations.
6615
6616 2002-08-23 [colin]      0.8.1claws108
6617
6618         * src/mainwindow.c
6619                 fix header pane visibility after folderview or
6620                 messageview (de)separation
6621
6622 2002-08-23 [paul]       0.8.1claws107
6623
6624         * src/mainwindow.[ch]
6625           src/toolbar.c
6626                 give full control of display or non-display 
6627                 of the Execute icon to Custom toolbar settings.
6628                 add new sensitivity condition to maninwindow.h: 
6629                 M_DELAY_EXEC
6630
6631         * ChangeLog
6632           ChangeLog.jp
6633           NEWS
6634                 more sync with 0.8.1cvs29
6635
6636 2002-08-23 [melvin]     0.8.1claws106
6637
6638         * src/alertpanel.c
6639                 Readded support for custom widget in alertpanel lost in last
6640                 sync.
6641
6642 2002-08-23 [paul]       0.8.1claws105
6643
6644         * sync with 0.8.1cvs29
6645                 see ChangeLog 2002-08-23
6646
6647 2002-08-23 [colin]      0.8.1claws104
6648
6649         * src/summaryview.c
6650                 Fix folder and search pixmaps exchanging positions
6651                 after theme or toolbar changes. Thank to Oliver for 
6652                 reporting this.
6653
6654 2002-08-23 [colin]      0.8.1claws103
6655
6656         * src/mainwindow.c
6657           src/messageview.[ch]
6658           src/noticeview.[ch]
6659           src/summaryview.c
6660                 Changed messageview_create() and noticeview_create()
6661                 to avoid the last gdk_warning
6662
6663 2002-08-22 [colin]      0.8.1claws102
6664
6665         * src/summaryview.c
6666                 Fix my new `Creating pixmap from xpm' warning
6667
6668 2002-08-22 [colin]      0.8.1claws101
6669
6670         * src/mainwindow.c
6671                 Fix some of the gdk warnings
6672
6673 2002-08-22 [colin]      0.8.1claws100
6674
6675         * src/Makefile.am
6676         * src/stock_pixmap.c
6677         * src/stock_pixmap.h
6678         * src/pixmaps/quicksearch.xpm *ADDED*
6679                 Add the quicksearch pixmap
6680         * src/mainwindow.c
6681         * src/summaryview.c
6682         * src/summaryview.h
6683                 Make quicksearch bar visible/hidden via a button
6684
6685 2002-08-22 [christoph]  0.8.1claws99
6686
6687         * src/folder.c
6688                 fix folder update for newsgroups with message
6689                 numbers below minimum number of articles to fetch
6690                 (closes bug #598445)
6691
6692 2002-08-22 [paul]       0.8.1claws98
6693
6694         * sync with 0.8.1cvs28
6695                 see ChangeLog 2002-08-22
6696
6697 2002-08-21 [alfons]     0.8.1claws97
6698
6699         * src/crash.c
6700                 use bt instead of bt full which seems to work 
6701                 better, and bt full doesn't give a great deal 
6702                 of information anyway
6703
6704 2002-08-21 [colin]      0.8.1claws96
6705
6706         * src/summaryview.c
6707                 fix summaryview_searchtype_changed prototype
6708
6709 2002-08-21 [christoph]  0.8.1claws95
6710
6711         * src/mainwindow.c
6712                 o fix broken menu update for sorting type, we have to
6713                   get this info from the summaryview now
6714                 o removed setting of threaded state in menu callback
6715         * src/summaryview.[ch]
6716                 more summaryview/folderitem seperation for
6717                 threading option
6718         * configure.in
6719                 removed not required --with-compiler-flags option
6720
6721 2002-08-21 [oliver]     0.8.1claws94
6722         
6723         * src/toolbar.h 
6724                 o rename toolbar.xml to toolbar_main.xml
6725                   since toolbar_compose.xml might come up 
6726                   any time soon
6727         * README.claws
6728                 add custom toolbar              
6729
6730 2002-08-21 [darko]      0.8.1claws93
6731
6732         * src/procmsg.c
6733                 don't reset tmp flags for messages copied
6734                 to sent folder
6735
6736 2002-08-21 [colin]      0.8.1claws92
6737         
6738         * src/prefs_filtering.c
6739                 fix renaming rules on folder rename 
6740                 when folder is not a leaf folder
6741
6742 2002-08-21 [paul]       0.8.1claws91
6743
6744         * src/prefs_folder_item.c
6745                 fix alignment of colour selector
6746
6747 2002-08-21 [paul]       0.8.1claws90
6748
6749         * sync with 0.8.1cvs27
6750                 see ChangeLog 2002-08-21
6751
6752 2002-08-21 [paul]       0.8.1claws89
6753
6754         * src/summaryview.c
6755                 fix crash when changing field type in
6756                 Quick search bar
6757
6758 2002-08-21 [colin]      0.8.1claws88
6759
6760         * src/summaryview.c
6761                 Made quick search case-insensitive
6762
6763 2002-08-21 [paul]       0.8.1claws87
6764
6765         * sync with 0.8.1cvs26
6766                 see ChangeLog 2002-08-21
6767
6768 2002-08-20 [christoph]  0.8.1claws86
6769
6770         * src/folderview.c
6771         * src/main.c
6772         * src/summaryview.[ch]
6773                 more summaryview/folderitem seperation for
6774                 sort_key and sort_type
6775         * src/procmsg.c
6776                 added missing return statement
6777
6778 2002-08-20 [colin]      0.8.1claws85
6779
6780         * src/summaryview.[ch]
6781                 Added a quick search box
6782         * src/mainwindow.c
6783         * src/prefs_common.[ch]
6784                 Added a show/hide option for the quick search
6785
6786 2002-08-20 [oliver]     0.8.1claws84
6787         
6788         * src/mainwindow.c
6789                 remove toolbar_create_popups
6790         * src/toolbar.[ch]
6791                 o remove toolbar_create_popups
6792                 o fix toolbar_set_sensitive 
6793                   (Bug reports #596834 and #596832)     
6794         * src/prefs_toolbar.c
6795                 o add "Set default" button
6796                 o align label and text + combo widgets
6797
6798 2002-08-20 [hoa]        0.8.1claws83bis
6799
6800         * src/imap.c
6801                 fixed a bug in imap_fetch_msginfo() in case there is no
6802                 current folder.
6803
6804 2002-08-20 [darko]      0.8.1claws83
6805
6806         * src/folderview.c
6807                 copy the color style of folder view so it
6808                 works with GTK themes
6809
6810 2002-08-20 [darko]      0.8.1claws82
6811
6812         * src/folder.h
6813         * src/folderview.c
6814         * src/prefs_folder_item.[hc]
6815                 don't use UI stuff in folder.h
6816
6817 2002-08-20 [darko]      0.8.1claws81
6818
6819         * src/folder.h
6820         * src/prefs_folder_item.h
6821         * src/folderview.c
6822         * src/prefs_folder_item.c
6823                 ability to set folder color in folderview
6824
6825 2002-08-19 [alfons]     0.8.1claws80
6826
6827         * src/summaryview.c
6828                 fix one of the earlier memleaks reported by Martin Kluge
6829
6830 2002-08-19 [alfons]     0.8.1claws79
6831
6832         * src/mainwindow.c
6833                 hide notice view when selecting seperate folder
6834                 view (reported by Urke MMI)
6835
6836 2002-08-19 [christoph]  0.8.1claws78
6837
6838         * src/folderview.c
6839         * src/prefs_folder_item.h
6840         * src/summaryview.[ch]
6841                 o add summary_set_prefs_from_folderitem to set
6842                   summaryview prefs (first step to remove all
6843                   references to the folderitem in summaryview)
6844                 o moved compiled regex stuff from folderitem prefs
6845                   to summaryview code
6846
6847 2002-08-19 [paul]       0.8.1claws77
6848
6849         * src/compose.c
6850                 add check for '.' to QUOTE_IF_REQUIRED
6851
6852 2002-08-19 [paul]       0.8.1claws76
6853
6854         * src/inc.c
6855                 sync with 0.8.1cvs25 (plug memory leak)
6856
6857         * src/prefs_toolbar.c
6858                 re-order prefs_toolbar_cancel()
6859
6860 2002-08-18 [alfons]     0.8.1claws75
6861
6862         * src/inc.c
6863         * src/matcher.c
6864                 plug other memleaks reported by Martin Kluge
6865
6866 2002-08-18 [paul]       0.8.1claws74
6867
6868         * po/pt_BR.po
6869                 updated by Fabio Jr. Beneditto
6870
6871 2002-08-18 [paul]       0.8.1claws73
6872
6873         * src/toolbar.[ch]
6874                 fix bug where tooltips were displayed untranslated              
6875
6876         * src/prefs_toolbar.c
6877                 fix bug where clicking 'Cancel' creates an icon & text
6878                 toolbar regardless of prefs
6879         
6880
6881 2002-08-17 [oliver]     0.8.1claws72
6882
6883         * src/prefs_toolbar.c
6884                 update toolbar on CANCEL
6885                 bug reported by Martin Kluge
6886         * src/toolbar.c
6887                 toolbar_destroy memleak fixed           
6888
6889 2002-08-17 [alfons]     0.8.1claws71
6890
6891         * src/toolbar.c
6892                 plug another memleak reported by Martin Kluge
6893
6894 2002-08-16 [alfons]     0.8.1claws70
6895
6896         * src/crash.c
6897                 use execvp() correctly (suggested by wwp; thanks!)
6898
6899 2002-08-16 [alfons]     0.8.1claws69
6900
6901         * src/gtksctree.c
6902                 plug memory leak reported by Kim Schultz & Martin Kluge
6903
6904 2002-08-16 [paul]       0.8.1claws68
6905
6906         * po/es.po
6907                 updated by Ricardo Mones Lastra
6908
6909 2002-08-16 [paul]       0.8.1claws67
6910
6911         * src/toolbar.h
6912                 fix bug where 'Compose News' icon showed wrong
6913                 tooltip
6914
6915 2002-08-16 [paul]       0.8.1claws66
6916
6917         * sync with 0.8.1cvs24
6918                 see ChangeLog 2002-08-16
6919
6920         * po/it.po
6921                 updated by Alessandro Maestri
6922
6923 2002-08-15 [paul]       0.8.1claws65
6924
6925         * po/sr.po
6926                 updated by Urke MMI
6927
6928 2002-08-15 [paul]       0.8.1claws64
6929
6930         * src/*.c
6931                 don't translate debug info
6932
6933         * src/matcher.[ch]
6934                 add copyright info
6935
6936 2002-08-15 [paul]       0.8.1claws63
6937
6938         * src/prefs_toolbar.c
6939                 fix bug where clicking 'OK' creates an icon & text
6940                 toolbar regardless of prefs
6941
6942 2002-08-14 [alfons]     0.8.1claws62
6943
6944         * src/main.c
6945                 add global var that has the full argv[0]
6946         * src/crash.c
6947                 o execvp the correct sylpheed by using argv0
6948                   and setting the correct work dir
6949                 o other tweaks  
6950
6951 2002-08-14 [oliver]     0.8.1claws61
6952         
6953         * enable/disable Toolbar Action Buttons 
6954         * code cleanups
6955         * src/mainwindow.c
6956         * src/toolbar.[ch]      
6957         * src/prefs_toolbar.c   
6958
6959 2002-08-14 [melvin]     0.8.1claws60
6960
6961         * po/fr.po
6962                 Updated French translations
6963
6964 2002-08-14 [melvin]     0.8.1claws59
6965
6966         * src/crash.c
6967                 Made bug report not translatable
6968         * src/exporthtml.c
6969                 Fixed exporthtml_build_filespec() return value
6970         * src/foldersel.c
6971                 Fixed incorrect include file
6972         * src/gtkspell.c
6973         * src/prefs_actions.c
6974         * src/prefs_toolbar.c
6975                 Made debug info not translatable
6976         * src/mutt.c
6977         * src/quote_fmt.c
6978                 Added missing includes
6979         * src/prefs_common.c
6980                 Fixed typo
6981
6982 2002-08-14 [paul]       0.8.1claws58
6983
6984         * faq/es/sylpheed-faq.html
6985           faq/es/sylpheed-faq-[1-3].html
6986           faq/es/sylpheed-faq-4.html     **NEW FILE **
6987                 update Spanish FAQ
6988
6989 2002-08-13 [christoph]  0.8.1claws57
6990
6991         * src/procmsg.c
6992                 ignore thread fix that did not mark all
6993                 child nodes of a ignored thread as
6994                 ignored. Does not work perfectly yet,
6995                 but it is better now
6996
6997 2002-08-13 [alfons]     0.8.1claws56
6998
6999         * src/crash.c
7000                 o implement 'save crash log'
7001                 o some tweaks
7002
7003 2002-08-13 [melvin]     0.8.1claws55
7004
7005         * src/main.c
7006                 removed unrequired "execinfo.h" header
7007
7008 2002-08-12 [paul]       0.8.1claws54
7009
7010         * faq/en/sylpheed-faq.html
7011           faq/en/sylpheed-faq-[1-3].html
7012           faq/en/sylpheed-faq-4.html     **NEW FILE **
7013                 update English FAQ
7014
7015 2002-08-12 [alfons]     0.8.1claws53
7016
7017         * po/POTFILES.in
7018                 add crash.c to translatables
7019         * src/crash.c
7020                 bring in Leandro's crash dialog
7021
7022 2002-08-11 [alfons]     0.8.1claws52
7023
7024         * src/crash.c
7025                 clean up some warnings
7026
7027 2002-08-11 [alfons]     0.8.1claws51
7028
7029         * acconfig.h
7030         * configure.in
7031         * src/crash.[ch]        ** NEW FILES **
7032         * src/main.c            
7033                 initial gdb crash handler
7034
7035 2002-08-11 [paul]       0.8.1claws50
7036
7037         * src/prefs_toolbar.c
7038                 replace Up/Down arrow pixmaps with text to be
7039                 consistent across icon themes
7040
7041 2002-08-11 [paul]       0.8.1claws49
7042
7043         * src/prefs_common.c
7044           src/prefs_toolbar.c
7045                 rename 'Pixmap' -> 'Icon'
7046
7047         * src/toolbar.[ch]
7048                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7049
7050 2002-08-10 [paul]       0.8.1claws48
7051
7052         * src/prefs_toolbar.c
7053                 re-work the UI
7054
7055 2002-08-10 [paul]       0.8.1claws47
7056
7057         * src/main.c
7058                 don't write Processing progress to status bar
7059                 patch submitted by Alexander Evseev
7060
7061         * src/prefs_toolbar.c
7062                 re-position and resize window
7063                 make window assume correct size on first call
7064
7065 2002-08-10 [paul]       0.8.1claws46
7066
7067         * src/mainwindow.c
7068           src/prefs_toolbar.c
7069           src/toolbar.c
7070           src/toolbar.h
7071                 obey coding style
7072                 follow UI text conventions
7073
7074 2002-08-10 [alfons]     0.8.1claws45
7075
7076         * src/toolbar.c
7077                 correct pixmap for delete action
7078
7079 2002-08-10 [paul]       0.8.1claws44
7080
7081         * po/pt_BR.po
7082                 updated by Fabio Jr. Beneditto
7083
7084 2002-08-10 [paul]       0.8.1claws43
7085
7086         * po/POTFILES.in
7087                 add custom toolbar files
7088
7089 2002-08-10 [paul]       0.8.1claws42
7090
7091         * sync with 0.8.1cvs22
7092                 see ChangeLog 2002-08-09
7093
7094 2002-08-09 [paul]       0.8.1claws41
7095
7096         * tools/Makefile.am
7097           tools/README
7098           tools/outlook2sylpheed.pl     ** NEW FILE **
7099                 add script to convert exported Outlook
7100                 contacts list to a Sylpheed addressbook.
7101                 Submitted by Ricardo Mones Lastra.
7102
7103 2002-08-09 [paul]       0.8.1claws40
7104
7105         * AUTHORS
7106           configure.in
7107           po/sr.po      ** NEW FILE **
7108                 add Serbian message catalog. Submitted by
7109                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7110
7111 2002-08-09 [paul]       0.8.1claws39
7112
7113         * sync with 0.8.1cvs21
7114                 see ChangeLog 2002-08-08
7115
7116 2002-08-08 [oliver]     0.8.1claws38
7117
7118         * src/mainwindow.c
7119                 move Custom Toolbar to Configuration menu
7120
7121 2002-08-08 [oliver]     0.8.1claws37
7122
7123         * src/prefs_toolbar.c
7124                 fix substitute pixmap bug
7125
7126 2002-08-08 [paul]       0.8.1claws36
7127
7128         * sync with 0.8.1cvs19
7129                 see ChangeLog 2002-08-08
7130
7131 2002-08-07 [christoph]  0.8.1claws35
7132
7133         * src/utils.c
7134                 fixed a memory leak in new canonicalize_file_replace
7135
7136 2002-08-07 [christoph]  0.8.1claws34
7137
7138         * src/utils.[ch]
7139                 o canonicalize_file_replace should create the temporary
7140                   file in the same directory as the original file.
7141                 o added get_tmpfile_in_dir that creates a temorary file
7142                   in a specified directory.
7143
7144 2002-08-07 [melvin]     0.8.1claws33
7145
7146         * src/toolbar.c
7147                 fixed bug where 'Article' button acted as 'Email' button.
7148
7149 2002-08-07 [paul]       0.8.1claws32
7150
7151         * sync with 0.8.1.cvs17
7152                 see ChangeLog 2002-08-07
7153
7154 2002-08-07 [colin]      0.8.1claws31
7155         
7156         * src/news.c
7157                 fix mass-cancel problem
7158
7159 2002-08-07 [thorsten]   0.8.1claws30
7160
7161         * src/prefs_toolbar.c
7162                 fix: crash on replace or add new button
7163         * src/toolbar.c
7164                 fix: close xmlfile after reading
7165         * src/utils.c
7166                 fix: unlink() file before rename()
7167
7168 2002-08-06 [paul]       0.8.1claws29
7169
7170         * sync with 0.8.cvs15
7171                 see ChangeLog 2002-08-06
7172
7173 2002-08-06 [oliver]     0.8.1claws28
7174
7175         * src/toolbar.c
7176         * src/prefs_toolbar.c
7177                 fixed empty toolbar issue
7178
7179 2002-08-06 [oliver]     0.8.1claws27
7180
7181         * Custom Toolbar Final 
7182         * src/folderview.c
7183         * src/inc.c
7184         * src/summaryview.c
7185                 o toolbar stuff now lives in src/toolbar.[ch]
7186                 o main_window_toolbar_* functions are renamed to
7187                   toolbar_* reflecting their new source file
7188         * src/mainwindow.[ch]
7189                 o remove toolbar stuff  
7190
7191 2002-08-06 [oliver]     0.8.1claws26
7192         
7193         * src/Makefile.am
7194         * src/prefs_toolbar.[ch]        **New File**
7195         * src/toolbar.[ch]              **New File**
7196                 o prefs_toolbar.[ch] custom toolbar frontend
7197                 o toolbar.[ch]       backend 
7198
7199 2002-08-06 [oliver]     0.8.1claws25
7200
7201         * src/prefs_actions.[ch]
7202                 o new exported function actions_execute
7203
7204 2002-08-06 [paul]       0.8.1claws24
7205
7206         * sync with 0.8.1cvs4
7207                 see ChangeLog 2002-08-06
7208
7209 2002-08-06 [paul]       0.8.1claws23
7210
7211         * sync with 0.8.1cvs13
7212                 see ChangeLog 2002-08-06
7213
7214 2002-08-06 [paul]       0.8.1claws22
7215
7216         * sync with 0.8.1cvs12
7217                 see ChangeLog 2002-08-05 and 2002-08-06
7218
7219 2002-08-06 [match]      0.8.1claws21
7220
7221         * src/addrclip.c
7222                 improvements to cut/copy/paste address
7223
7224 2002-08-05 [match]      0.8.1claws20
7225
7226         * src/addritem.[ch]
7227         * src/addrcache.c
7228         * src/addrbook.c
7229         * src/editaddress.c
7230         * src/addressbook.c
7231                 fixes to improve cut/copy/paste
7232
7233 2002-08-06 [melvin]     0.8.1claws19
7234
7235         * src/account.[ch]
7236                 account_find_all_from_address(): new function that returns the
7237                 list of all accounts that are matched in an address.
7238         * src/alertpanel.[ch]
7239                 alertpanel() now accepts a custom widget
7240                 alertpanel_with_widget(): new function that pops up a panel with
7241                 a custom widget in it 
7242         * src/gtkutils.[ch]
7243                 gtkut_account_menu_new(): new function that allows the selection
7244                 of an account from a list of accounts.
7245         * src/messageview.c
7246                 Extended Return Receipt notification to select the correct 
7247                 account and to make a security test on the Delivery-Notification
7248                 address which should be the same as the Return-Path.
7249
7250 2002-08-06 [thorsten]   0.8.1claws18
7251
7252         * src/mimeview.c
7253                 attach_all: save unnamed as "noname.%d",
7254                 dont free static dirname
7255
7256 2002-08-05 [alfons]     0.8.1claws17
7257
7258         * configure.in
7259                 detect XIM by trying to link rather than compile a XIM program
7260
7261 2002-08-05 [oliver]     0.8.1claws16
7262                 
7263         * src/stock_pixmap.[ch]
7264                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7265                 o new func to retrieve pixmaps
7266
7267 2002-08-05 [paul]       0.8.1claws15
7268
7269         * sync with 0.8.1cvs10
7270                 see ChangeLog 2002-08-05
7271
7272 2002-08-04 [alfons]     0.8.1claws14
7273
7274         * src/textview.c
7275                 see if this plugs memleak
7276
7277 2002-08-04 [melvin]     0.8.1claws13
7278
7279         * src/gtkspell.c
7280                 fixed bug that could crash Sylpheed when highlighting
7281                 all misspelled words.
7282
7283 2002-08-03 [melvin]     0.8.1claws12
7284
7285         * src/prefs_actions.c
7286                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7287         * src/messageview.c
7288                 fixed bug where the Return Receipt was sent to
7289                 Delivery-Notification-To address even if it was not present
7290
7291 2002-08-02 [alfons]     0.8.1claws11
7292
7293         * src/prefs_actions.c
7294                 o more check for NULLs
7295                 o put create_io_dialog() in right conditional block
7296
7297 2002-08-02 [paul]       0.8.1claws10
7298
7299         * po/es.po
7300                 updated by Ricardo Mones Lastra
7301
7302 2002-08-01 [christoph]  0.8.1claws9
7303
7304         * src/folder.c
7305                 don't free the cache of the opened
7306                 folder in the summaryview
7307         * src/summaryview.c
7308                 don't unset flags, if it is not required
7309
7310 2002-08-01 [paul]       0.8.1claws8
7311
7312         * sync with 0.8.1cvs8
7313                 see ChangeLog entry 2002-08-01
7314
7315 2002-08-01 [paul]       0.8.1claws7
7316
7317         * sync with 0.8.1cvs7
7318                 see ChangeLog 2002-07-31 and 2002-08-01
7319
7320 2002-07-31 [christoph]  0.8.1claws6
7321
7322         * src/mainwindow.c
7323                 forgot to update menu sensitivity
7324                 function for new menu entry
7325
7326 2002-07-31 [alfons]     0.8.1claws5
7327
7328         * src/main.c
7329                 check folder item and its path for NULL on
7330                 initial processing
7331
7332 2002-07-31 [christoph]  0.8.1claws4
7333
7334         * src/folder.c
7335                 check if folder_item_get_msginfo in
7336                 folder_item_remove_msg returned NULL
7337         * src/imap.c
7338                 better clear the uid cache in the
7339                 uid validity check function and delete
7340                 cached messages
7341
7342 2002-07-31 [paul]       0.8.1claws3
7343
7344         * man/sylpheed.1
7345                 add the '--attach' option and a few other
7346                 minor changes
7347
7348 2002-07-31 [paul]       0.8.1claws2
7349
7350         * sync with 0.8.1cvs5
7351                 see ChangeLog 2002-07-31
7352
7353 2002-07-31 [christoph]  0.8.1claws1
7354
7355         * src/folderview.[ch]
7356         * src/mainwindow.c
7357                 replace "Rescan all folders..." with
7358                 "Check all folders for new messages..."
7359
7360 2002-07-30 [paul]       0.8.1claws
7361
7362         * version 0.8.1claws released
7363
7364 2002-07-30 [paul]       0.8.0claws29
7365
7366         * tools/OOo2sylpheed.pl ** NEW FILE **
7367           tools/README
7368                 add script to enable sending documents as
7369                 attachments from OpenOffice.org
7370
7371 2002-07-30 [melvin]     0.8.0claws28
7372
7373         * src/prefs_actions.c
7374                 Made the actions' input/output dialog display
7375                 without delay.
7376
7377 2002-07-30 [christoph]  0.8.0claws27
7378
7379         * src/procmsg.c
7380                 check if folder_item_get_msginfo in
7381                 procmsg_save_to_outbox returned NULL
7382
7383 2002-07-30 [paul]       0.8.0claws26
7384
7385         * sync with 0.8.1cvs4
7386                 see ChangeLog 2002-07-29
7387
7388 2002-07-29 [thorsten]   0.8.0claws25
7389
7390         * README.claws
7391                 added selective download, delete on server
7392
7393 2002-07-29 [paul]       0.8.0claws24
7394
7395         * sync with 0.8.1cvs3
7396                 see ChangeLog 2002-07-29
7397
7398 2002-07-27 [christoph]  0.8.0claws23
7399
7400         * src/folder.c
7401                 add extra check if fetching the msginfo
7402                 returned NULL
7403
7404 2002-07-27 [paul]       0.8.0claws22
7405
7406         * sync with 0.8.1cvs2
7407                 see ChangeLog 2002-07-26
7408
7409 2002-07-27 [christoph]  0.8.0claws21
7410
7411         * src/imap.c
7412                 add another check if a valid msginfo
7413                 was returned
7414
7415 2002-07-26 [hoa]        0.8.0claws20
7416
7417         * src/folder.c
7418                 Fixed a condition in folder_item_destroy()
7419
7420         * src/imap.c
7421                 Fixed an error in IMAP protocol
7422
7423 2002-07-26 [alfons]     0.8.0claws19
7424
7425         * src/folder.c
7426                 ofcourse compare with identifier, not the path
7427
7428 2002-07-26 [alfons]     0.8.0claws18
7429
7430         * src/folder.c
7431                 use folder item identifier for saving / restoring
7432                 preferences because folder->path might not be unique
7433
7434 2002-07-26 [melvin]     0.8.0claws17
7435
7436         * src/logwindow.c
7437                 Fixed a crash introduced in 0.8.0claws5 when log is 
7438                 cut under 80 characters.
7439
7440 2002-07-26 [paul]       0.8.0claws16
7441
7442         * sync with 0.8.1cvs1
7443                 see ChangeLog 2002-07-26
7444
7445 2002-07-26 [christoph]  0.8.0claws15
7446
7447         * src/imap.[ch]
7448                 imap folder now remembers the last selected
7449                 folder and imap_fetch_msginfo skips selecting
7450                 the folder if it is already selected
7451
7452 2002-07-26 [christoph]  0.8.0claws14
7453
7454         * src/folder.c
7455         * src/folderview.c
7456         * src/imap.c
7457                 fix imap folder rescanning
7458
7459 2002-07-25 [christoph]  0.8.0claws13
7460
7461         * src/filter.c
7462         * src/folder.[ch]
7463         * src/folderview.c
7464         * src/imap.[ch]
7465         * src/mainwindow.c
7466         * src/mbox_folder.c
7467         * src/mh.c
7468         * src/news.c
7469                 implement imap uid cache and uid validity check
7470
7471 2002-07-25 [alfons]     0.8.0claws12
7472
7473         * src/summaryview.c
7474                 fix a brown paper bag bug, and also add some more
7475                 checks
7476
7477 2002-07-25 [christoph]  0.8.0claws11
7478
7479         * src/folder.c
7480                 don't mix copy, fetch_msginfo and remove
7481                 operations in folder item copy and move
7482                 operations
7483
7484 2002-07-25 [christoph]  0.8.0claws10
7485
7486         * src/folderview.c
7487         * src/mainwindow.c
7488         * src/prefs_folder_item.c
7489         * src/summaryview.[ch]
7490                 remove no longer required parameter update_cache from
7491                 summary_show
7492
7493 2002-07-25 [paul]       0.8.0claws9
7494
7495         * sync with 0.8.1
7496         
7497         * AUTHORS
7498                 a few corrections
7499
7500 2002-07-24 [alfons]     0.8.0claws8
7501
7502         * src/summaryview.c
7503                 sort correctly when using simplified subject line
7504                 (closes feature request "[ 585141 ] applying regexp to subject 
7505                 before sort" submitted by Alexandra Walford)
7506
7507 2002-07-24 [paul]       0.8.0claws7
7508
7509         * sync with 0.8.0cvs3
7510                 see ChangeLog 2002-07-24
7511
7512 2002-07-23 [christoph]  0.8.0claws6
7513
7514         * src/folder.c
7515         * src/folder.h
7516         * src/summaryview.c
7517         * src/summaryview.h
7518         * src/main.c
7519                 o separate processing and summaryview
7520                 o removed summary_write_cache from summaryview
7521                 o removed summaryview->killed_messages, because we don't have
7522                   to keep a list of killed messages anymore. New cache will
7523                   keep the hidden messages in cache anyway
7524         * src/folderview.c
7525         * src/inc.c
7526         * src/selective_download.c
7527                 o removed unnecessary summary_write_cache calls
7528         * src/procmsg.c
7529                 o don't set ignore thread flag in procmsg_get_thread_tree
7530                   if it is already set
7531         * src/mainwindow.c
7532         * src/statusbar.h
7533                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7534                   they are used in different files
7535
7536 2002-07-23 [melvin]     0.8.0claws5
7537
7538         * src/addressbook.c
7539         * src/addrgather.c
7540         * src/editaddress.c
7541         * src/editgroup.c
7542         * src/editldap_basedn.c
7543         * src/importldif.c
7544         * src/prefs_common.c
7545                 Fixed few memory leak (gtk_editable_get_chars returns
7546                 an allocated string)
7547         * src/logwindow.c
7548                 Fixed few memory leak (gtk_editable_get_chars returns
7549                 an allocated string) and modified a little the log cutting
7550                 loop.
7551         * src/compose.c
7552                 Replaced a call to an obsolete function gtk_entry_get_text()
7553                 by gtk_editable_get_chars()
7554         * src/send.c
7555                 Removed a debug printf
7556
7557 2002-07-23 [christoph]  0.8.0claws4
7558
7559         * src/filesel.c
7560                 fix another g_dirname memory leak
7561
7562 2002-07-23 [christoph]  0.8.0claws3
7563
7564         * src/mh.c
7565                 fixed a memory leak in mh_fetch_msginfo
7566                 fixed crash when message header could not be
7567                 parsed
7568
7569 2002-07-23 [paul]       0.8.0claws2
7570
7571         * sync with 0.8.0cvs2
7572                 see ChangeLog 2002-07-23
7573
7574 2002-07-23 [paul]       0.8.0claws1
7575
7576         * sync with 0.8.0cvs1
7577                 see ChangeLog 2002-07-23
7578
7579 2002-07-23 [paul]       0.8.0claws
7580
7581         * release of 0.8.0claws
7582
7583 2002-07-23 [paul]       0.7.8claws99
7584
7585         * po/ru.po
7586                 new Russian translation, submitted by
7587                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7588
7589 2002-07-22 [jens]       0.7.8claws98
7590
7591         * po/de.po
7592                 Updated German translations.
7593
7594 2002-07-22 [paul]       0.7.8claws97
7595
7596         * po/es.po
7597           po/it.po
7598           po/nl.po
7599           po/pt_BR.po
7600                 updated translations by Ricardo Mones Lastra,
7601                 Alessandro Maestri, Wilbert Berendsen and 
7602                 Fabio Jr. Beneditto respectively
7603
7604 2002-07-22 [christoph]  0.7.8claws96
7605
7606         * src/mimeview.c
7607                 fix memory leak caused by wrong g_dirname usage
7608
7609 2002-07-22 [christoph]  0.7.8claws95
7610
7611         * src/summaryview.c
7612                 update new and unread message counts for summaryview
7613                 summaryview does not get it from the folder anymore
7614                 and has to update the values itself
7615
7616 2002-07-22 [melvin]     0.7.8claws94
7617
7618         * po/fr.po
7619                 Updated French translations.
7620
7621 2002-07-22 [christoph]  0.7.8claws93
7622
7623         * src/matcher.c
7624                 set prop->preg pointer to NULL or following check
7625                 will not fail and regexec will be called with
7626                 invalid pointer
7627
7628 2002-07-21 [alfons]     0.7.8claws92
7629         
7630         * src/prefs_common.[ch]
7631                 remove option "Send return receipt on request"
7632
7633 2002-07-21 [thorsten]   0.7.8claws91
7634
7635         * src/mimeview.c
7636                 fixed memleaks, coding style as pointed out by alfons
7637
7638 2002-07-21 [alfons]     0.7.8claws90
7639
7640         * src/messageview.c
7641         * src/noticeview.[ch]
7642                 o fix bug notice view being displayed when going to empty folder 
7643                   (noticed by Christoph)
7644                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7645                   (noticed by Thorsten)
7646
7647 2002-07-21 [thorsten]   0.7.8claws89
7648
7649         * src/mimeview.c
7650                 Included save_all patch from Xaview FACQ
7651                 added support for pathnames
7652
7653 2002-07-21 [alfons]     0.7.8claws88
7654
7655         * po/POTFILES.in
7656         * src/Makefile.am
7657         * src/mainwindow.c
7658         * src/messageview.[ch]
7659         * src/noticeview.c      ** NEW FILE **
7660         * src/noticeview.h      ** NEW FILE **
7661                 make return receipts work again
7662                 (UI idea by Leandro Pereira)
7663
7664 2002-07-21 [paul]       0.7.8claws87
7665
7666         * src/summaryview.c
7667                 fix sensitivity of 'Select thread'
7668
7669 2002-07-21 [paul]       0.7.8claws86
7670
7671         * src/prefs_common.c
7672                 add browser command line for Galeon
7673
7674 2002-07-21 [paul]       0.7.8claws85
7675
7676         * Makefile.am
7677                 fix 'EXTRA_DIST': remove README.README, add TODO
7678                 and TODO.claws
7679
7680 2002-07-21 [alfons]     0.7.8claws84
7681
7682         * src/gtkstext.c
7683                 make enter clear selection
7684                 (closes "[ 579888 ] Editor selection/entry error"
7685                 reported by Steve Lamb)
7686
7687 2002-07-21 [alfons]     0.7.8claws83
7688         
7689         * src/summaryview.c
7690                 sort message list when selecting unthread messages
7691                 (closes "[ 501593 ] switching threaded view doesn't sort"
7692                 reported by Simon Schubert)
7693
7694 2002-07-20 [alfons]     0.7.8claws82
7695         
7696         * src/matcher.c
7697                 const-correctness
7698
7699 2002-07-20 [thorsten]   0.7.8claws81
7700
7701         * src/matcher.c
7702                 Fixed expansion of empty fields in matchactions
7703
7704 2002-07-19 [melvin]     0.7.8claws80
7705
7706         * src/gtkspell.c
7707                 Removed a duplicate menu entry (fast mode) introduced during
7708                 the new cache merge
7709                 Added a menu separator between 'Use alternate' and 'Fast mode'
7710
7711 2002-07-19 [paul]       0.7.8claws79
7712
7713         * tools/Makefile.am
7714           tools/README
7715                 correct typos
7716
7717 2002-07-19 [thorsten]   0.7.8claws78
7718
7719         * tools/calypso_convert.pl      ** NEW FILE **
7720           tools/README
7721           tools/Makefile.am
7722                 script to import mbox files exported
7723                 by calypso
7724                 o generates folder structure
7725                 o includes attachments
7726
7727 2002-07-19 [melvin]     0.7.8claws77
7728
7729         * src/selective_download.[ch]
7730                 Fixed bug where closing the dialog with the window manager's
7731                 close button will not unlock the summary
7732                 Corrected some function declarations that missed a return value
7733                 Made the source code comply better with coding style.
7734         * src/prefs_common.c
7735                 Added new browser command line for Mozilla.
7736
7737 2002-07-18 [paul]       0.7.8claws76
7738
7739         * src/mainwindow.c
7740           src/selective_download.[ch]
7741                 reflect theme changes, fix Gdk Warning when creating 
7742                 pixmap from NULL window, and minor clean up.
7743                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7744
7745         * po/en_GB.po
7746                 updated
7747
7748 2002-07-17 [paul]       0.7.8claws75
7749
7750         * INSTALL[.jp]
7751                 sync with 0.8.0
7752         
7753         * po/en_GB.po
7754                 updated
7755
7756 2002-07-16 [paul]       0.7.8claws74
7757
7758         * tools/filter_conv.pl
7759           tools/README
7760                 replace conversion script with reimplemented version, 
7761                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7762
7763 2002-07-16 [colin]      0.7.8claws73
7764
7765         * src/summaryview.c
7766                 remove forgotten debug messages - sorry ;-)
7767
7768 2002-07-16 [colin]      0.7.8claws72
7769
7770         * src/mimeview.c
7771           src/summaryview.c
7772           src/textview.c
7773           src/textview.h
7774                 add the ability to select part of a text mime-part 
7775                 to reply.
7776
7777 2002-07-15 [christoph]  0.7.8claws71
7778
7779         * src/folder.c
7780                 fix folder message count for folders without
7781                 msg_is_changed (includes news folders)
7782
7783 2002-07-15 [martin]     0.7.8claws70
7784
7785         * src/summaryview.c
7786                 option "display recipient on 'From'..." now works
7787                 without the need of enabling the option
7788                 "display  sender  using  address  book".
7789
7790 2002-07-15 [christoph]  0.7.8claws69
7791
7792         * src/summaryview.c
7793                 removed setting folder status from summaryview.
7794                 folder.c should update all message counts correctly.
7795
7796 2002-07-15 [paul]       0.7.8claws68
7797
7798         * po/pt_BR.po
7799                 updated by Fabio Junior Beneditto
7800
7801 2002-07-15 [darko]      0.7.8claws67
7802
7803         * src/mh.c
7804                 Fixed target folder colorization, don't decrease op
7805                 number twice
7806
7807 2002-07-14 [paul]       0.7.8claws66
7808
7809         * sync with main 0.8.0
7810                 see ChangeLog 2002-07-14
7811
7812 2002-07-13 [melvin]     0.7.8claws65
7813         
7814         * src/addrbook.c
7815         * src/addressbook.c
7816         * src/addrindex.c
7817                 Replaced sprintf by g_snprintf to prevent possible buffer
7818                 overflow.
7819         * src/news.c
7820                 Corrected a log message output format.
7821                 Added a missing "done" debug output.
7822         * src/compose.c
7823                 Added keyboard accelerator for Priority menu items
7824                 Added missing \n in debug output
7825         * src/logwindow.c
7826         * src/gtkspell.c
7827         * src/rfc2015.c
7828                 Added missing \n in debug output
7829
7830 2002-07-13 [paul]       0.7.8claws64
7831
7832         * man/sylpheed.1
7833                 change Sergey's email address to the sf address
7834
7835         * src/textview.c
7836                 increase show_url_timeout (more useful for long
7837                 urls)
7838
7839 2002-07-12 [sergey]     0.7.8claws63
7840
7841         * src/rfc2015.c
7842                 applied (with some modifications) patch to set the
7843                 micalg parameter for signatures
7844                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7845
7846 2002-07-12 [sergey]     0.7.8claws62
7847
7848         * man/Makefile.am
7849         * configure.in
7850                 fixed man page installation
7851
7852 2002-07-12 [paul]       0.7.8claws61
7853
7854         * sync with 0.7.8cvs26
7855                 see ChangeLog 2002-07-11 and 2002-07-12
7856
7857 2002-07-11 [christoph]  0.7.8claws60
7858
7859         * src/compose.c
7860         * src/procmsg.c
7861                 first use the message number to find the message
7862                 to mark with a reply flag but check the
7863                 message-id if we got the correct message, if not
7864                 try to find it by message-id.
7865                 use new string seperator that is not allowed
7866                 in message-ids.
7867
7868 2002-07-11 [paul]       0.7.8claws59
7869
7870         * sync with 0.7.8cvs23
7871                 see ChangeLog 2002-07-10
7872
7873 2002-07-10 [christoph]  0.7.8claws58
7874
7875         * src/folder.[ch]
7876         * src/msgcache.[ch]
7877                 Added message-id table to the cache in memory
7878                 and functions to msgcache.c and folder.c to
7879                 fetch MsgInfos by message id
7880         * src/compose.c
7881         * src/procmsg.c
7882                 store folder and message-id of message replying
7883                 to in queue header and set reply flag after sending
7884                 (Closes bug #469498)
7885
7886 2002-07-10 [paul]       0.7.8claws57
7887
7888         * AUTHORS
7889           man/sylpheed.1.gz
7890                 add Martin to the list of authors
7891
7892 2002-07-09 [martin]     0.7.8claws56
7893         * src/gtksctree.c
7894                 Added gtk_ctree_last_visible(), tree_update_level(),
7895                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7896                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7897                 from gtk+ to gtksctree.c for the new sorting code
7898                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7899                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7900         * src/gtksctree.h
7901                 Added declaration for gtk_sctree_sort_recursive() and
7902                 gtk_sctree_sort_node
7903         * src/addressbook.c
7904         * src/foldersel.c
7905         * src/folderview.c
7906         * src/summaryview.c
7907                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7908                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7909
7910 2002-07-08 [paul]       0.7.8claws55
7911
7912         * more sync with 0.7.8cvs21
7913                 see ChangeLog 2002-07-08
7914
7915 2002-07-08 [paul]       0.7.8claws54
7916
7917         * sync with 0.7.8cvs21
7918                 see ChangeLog 2002-07-08
7919
7920 2002-07-07 [alfons]     0.7.8claws53
7921
7922         * src/Makefile.am
7923         * src/stock_pixmap.[ch]
7924         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7925         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7926         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7927                 add new pixmaps for upcoming notice pane
7928
7929 2002-07-06 [melvin]     0.7.8claws52
7930
7931         * src/gtkspell.[ch]
7932                 Made them a bit closer to Sylpheed's coding style.
7933                 Removed old code.
7934                 Removed possible memory leaks when some errors occurs.
7935
7936 2002-07-06 [melvin]     0.7.8claws51
7937
7938         * po/Makefile.in.in
7939                 Removed --no-location in xgettext command line to help
7940                 translators that use Emacs' po-mode
7941         * src/quote_fmt.c
7942                 Removed unnecessary comments that messed up sylpheed.pot
7943
7944 2002-07-06 [paul]       0.7.8claws50
7945
7946         * sync with 0.7.8cvs19
7947                 see ChangeLog 2002-07-05
7948
7949 2002-07-06 [christoph]  0.7.8claws49
7950
7951         * src/folder.c
7952         * src/mainwindow.c
7953                 fix folder_item_remove_all_msg and folderview
7954                 status for trash folders after emptying trash
7955
7956 2002-07-05 [paul]       0.7.8claws48
7957
7958         * sync with 0.7.8cvs16
7959                 see ChangeLog 2002-07-04 and 2002-07-05
7960
7961 2002-07-04 [paul]       0.7.8claws47
7962
7963         * sync with 0.7.8cvs14
7964                 see  ChangeLog 2002-07-04
7965
7966 2002-07-03 [alfons]     0.7.8claws46
7967
7968         * src/folder.c
7969                 dupe folder item's path because it's being reallocated
7970                 by new folder scanning code
7971
7972 2002-07-03 [christoph]  0.7.8claws45
7973
7974         * src/imap.c
7975                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7976         * src/msgcache.c
7977                 add missing return in msgcache_write
7978
7979 2002-07-02 [thorsten]   0.7.8claws44
7980
7981         * src/jpilot.c
7982         * src/msgcache.c
7983         * src/rfc2015.c
7984                 use binary mode for file access
7985
7986 2002-07-02 [christoph]  0.7.8claws43
7987
7988         * major code cleanup (part 1)
7989         
7990                 - unused variables removed
7991                 - unused functions removed
7992                 - uninitialized variables checked
7993                 - missing return statements added
7994                 - missing function return types added
7995                 - added parentheses around assignment and
7996                   && in || when suggested by gcc
7997               
7998         * src/mh.c
7999         * src/folder.c
8000                 replaced direct calls to folder->scan_tree
8001                 with folder_scan_tree and restore folder
8002                 prefs in this function. The folder should
8003                 not have to deal with them.
8004                 ( Should now work for all folder types )
8005
8006 2002-07-02 [paul]       0.7.8claws42
8007
8008         * sync with 0.7.8cvs13
8009                 see ChangeLog 2002-07-01 and 2002-07-02
8010
8011 2002-07-01 [christoph]  0.7.8claws41
8012
8013         * src/summaryview.c
8014                 fix "goto next/prev unread message" with
8015                 ignored threads
8016
8017 2002-07-01 [paul]       0.7.8claws40
8018
8019         * po/es.po
8020                 updated by Ricardo Mones Lastra
8021
8022 2002-06-30 [match]      0.7.8claws39
8023
8024         * src/jpilot.c
8025                 applied variation of leonerd's patch (566661) to
8026                 allow multiple email addresses per JPilot entry.
8027                 addresses may be separated by space, comma, pipe,
8028                 semi-colon, new-line.
8029
8030 2002-06-30 [alfons]     0.7.8claws38
8031
8032         * src/procmsg.c
8033                 simple fix for putting older nodes before
8034                 newer nodes when threading by subject
8035
8036 2002-06-30 [christoph]  0.7.8claws37
8037
8038         * src/folder.c
8039         * src/folderview.c
8040         * src/mh.c
8041         * src/news.c
8042         * src/procmsg.c
8043                 fix broken folder tree rescaning
8044                 and don't use procmsg_get_mark_sum
8045                 anymore
8046
8047 2002-06-30 [christoph]  0.7.8claws36
8048
8049         * merge new cache branch
8050         * src/imap.c
8051                 fix new cache imap copy bug
8052         * src/folder.c
8053                 improved folder_item_scan
8054                 it should now always set the correct
8055                 new, unread and total message counts
8056
8057 2002-06-29 [paul]       0.7.8claws35
8058
8059         * configure.in
8060                 correct syntax error
8061
8062 2002-06-29 [paul]       0.7.8claws34
8063
8064         * configure.in
8065           Makefile.am
8066           man/Makefile.am       ** NEW FILE **
8067           man/sylpheed.1.gz     ** NEW FILE **
8068                 add Sylpheed man page
8069
8070 2002-06-29 [paul]       0.7.8claws33
8071
8072         * po/pt_BR.po
8073                 updated by Fabio Junior Beneditto
8074
8075 2002-06-28 [jens]       0.7.8claws32
8076
8077         * po/de.po
8078                 translation updated
8079
8080         * src/selective_download.c
8081                 removed gettext for space " "
8082
8083         * src/imap.c
8084                 removed wrong space
8085
8086 2002-06-28 [paul]       0.7.8claws31
8087
8088         * sync with 0.7.8cvs11
8089                 see ChangeLog 2002-06-28
8090
8091 2002-06-28 [paul]       0.7.8claws30
8092
8093         * sync with 0.7.8cvs10
8094                 see ChangeLog 2002-06-27 and 2002-06-28
8095
8096 2002-06-26 [paul]       0.7.8claws29
8097
8098         * src/addrgather.c
8099           src/selective_download.c
8100                 don't gettextise empty strings.
8101                 reserved by gettext. gettext("") returns 
8102                 the header entry with meta information, 
8103                 not the empty string
8104
8105         * po/en_GB.po
8106                 updated
8107
8108 2002-06-26 [paul]       0.7.8claws28
8109
8110         * sync with 0.7.8cvs7
8111                 see ChangeLog 2002-06-25
8112
8113         * src/prefs_common.c
8114                 ...and in the process, tweak the gui a little
8115
8116 2002-06-25 [alfons]     0.7.8claws27
8117         
8118         * configure.in
8119         * src/Makefile.am
8120                 fine tune ldap library detection
8121
8122 2002-06-25 [alfons]     0.7.8claws26
8123
8124         * src/compose.c
8125                 don't allow return receipts when composing a news article
8126
8127 2002-06-25 [paul]       0.7.8claws25
8128
8129         * Makefile.am
8130                 add '$(AMTAR)' to 'release' section to allow for
8131                 new and older autotools
8132
8133 2002-06-25 [paul]       0.7.8claws24
8134
8135         * src/summaryview.c
8136                 fix "No more unread messages" persistant pop-up
8137                 window bug
8138
8139 2002-06-25 [paul]       0.7.8claws23
8140
8141         * po/it.po
8142                 updated by Alessandro Maestri
8143
8144 2002-06-25 [paul]       0.7.8claws22
8145
8146         * sync with 0.7.8cvs6
8147                 see ChangeLog 2002-06-25
8148
8149 2002-06-24 [paul]       0.7.8claws21
8150
8151         * tools/update-po
8152                 add GPL copyright information
8153
8154 2002-06-24 [paul]       0.7.8claws20
8155
8156         * tools/Makefile.am
8157           tools/README
8158           tools/update-po       ** NEW FILE **
8159                 add script that eases the creation of *.po files
8160                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8161
8162 2002-06-23 [alfons]     0.7.8claws19
8163
8164         * src/messageview.c
8165                 make notification_convert_header obey const correctness
8166                 (next step will be fixing the broken return receipt)
8167
8168 2002-06-23 [paul]       0.7.8claws18
8169
8170         * src/messageview.c
8171                 fix bug introduced in last commit:
8172                 removed too much code in last commit - put back what's
8173                 needed
8174
8175 2002-06-23 [paul]       0.7.8claws17
8176
8177         * src/messageview.[ch]
8178                 remove code committed in error from locally patched
8179                 source
8180
8181 2002-06-23 [colin]      0.7.8claws16
8182
8183         * src/compose.[ch]
8184                 add compose_entry_select(), used to select the default_to
8185                 email address - hopefully avoiding people sending mails to
8186                 wrong recipients.
8187
8188 2002-06-22 [alfons]     0.7.8claws15
8189
8190         * AUTHORS
8191                 add Bram Metsch & Stanislav Karchebny
8192         * src/smtp.[ch]
8193         * src/prefs_account.[ch]
8194         * src/send.c
8195                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8196                   options.  (see <http://sourceforge.net/tracker/index.php
8197                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8198
8199                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8200                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8201
8202 2002-06-22 [paul]       0.7.8claws14
8203
8204         * sync with 0.7.8cvs5
8205                 see ChangeLog 2002-06-19 and 2002-06-20
8206
8207 2002-06-22 [alfons]     0.7.8claws13
8208
8209         * src/selective_download.c
8210                 fix a stupid mistake I made
8211
8212 2002-06-22 [alfons]     0.7.8claws12
8213
8214         * src/selective_download.[ch]
8215                 fix another unnoticed leak; cleanup code
8216
8217 2002-06-21 [alfons]
8218
8219         * tools/Makefile.am
8220                 gpg-sign <-- gpg-sign-syl
8221
8222 2002-06-21 [alfons]     0.7.8claws11
8223
8224         * src/selective_download.c
8225         * src/selective_download.h
8226                 fix assorted mix of allocation errors (should solve
8227                 problem reported by Philippe Gramoullé, see:
8228                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8229
8230 2002-06-20 [melvin]     0.7.8claws10
8231
8232         * tools/gpg-sign *REMOVED*
8233           tools/gpg-sign-syl *ADDED*
8234                 Replaced the gpg clearsigning script with the version using
8235                 xterm instead of ssh-askpass and changed its name.
8236
8237         * README.claws
8238                 Updated actions example to reflect the renaming of the
8239                 gpg clearsigning script.
8240
8241 2002-06-19 [paul]       0.7.8claws9
8242
8243         * sync with 0.7.8claws9
8244                 see ChangeLog 2002-06-18 and 2002-06-19
8245
8246 2002-06-19 [paul]       0.7.8claws8
8247
8248         * sync with 0.7.8cvs1
8249                 see ChangeLog 2002-06-18
8250
8251 2002-06-18 [alfons]     0.7.8claws7
8252
8253         * src/mainwindow.h
8254                 add omitted prototype
8255
8256 2002-06-17 [paul]       0.7.8claws6
8257
8258         * src/mainwindow.c
8259                 fix hiding of exec_btn
8260
8261 2002-06-17 [paul]       0.7.8claws5
8262
8263         * src/pop.c
8264                 remove unneeded code: should_delete() 
8265                 and Pop3State::uidl_todelete_list
8266
8267 2002-06-17 [paul]       0.7.8claws4
8268
8269         * sync with 0.7.8
8270                 see ChangeLog 2002-06-11 and 2002-06-13
8271
8272 2002-06-16 [alfons]     0.7.8claws3
8273         
8274         * src/folder.c
8275                 make sure lock sort mode (claws specific) is
8276                 also persists after a tree rescan
8277
8278 2002-06-16 [alfons]     0.7.8claws2
8279
8280         * src/prefs_folder_item.c
8281         * src/folder.[ch]
8282                 fix persistence of folder sort mode (broken
8283                 by adapting Hiro's new folder persistence code)
8284
8285 2002-06-16 [alfons]     0.7.8claws1
8286
8287         * AUTHORS
8288         * src/logwindow.c
8289         * src/prefscommon.[ch]
8290                 control size of log text in log window; 
8291                 closes patch #569155 submitted by Mitko Haralanov.
8292
8293 2002-06-15 [paul]       0.7.8claws
8294
8295         * release of 0.7.8claws
8296
8297 2002-06-15 [paul]       0.7.7claws
8298
8299         * po/pt_BR.po
8300                 updated by Fabio Junior Beneditto
8301
8302 2002-06-14 [paul]       0.7.6claws49
8303
8304         * po/es.po
8305                 updated by Ricardo Mones Lastra
8306
8307 2002-06-14 [paul]       0.7.6claws48
8308
8309         * po/nl.po
8310                 updated translation by Wilbert Berendsen
8311
8312 2002-06-14 [melvin]     0.7.6claws47
8313
8314         * po/fr.po
8315                 Updated French translation
8316
8317 2002-06-13 [paul]       0.7.6claws46
8318
8319         * src/filesel.c
8320                 allow filename to be typed in, rather than just
8321                 selected by the mouse. Patch by Gustavo Noronha Silva.
8322
8323 2002-06-13 [alfons]     0.7.6claws45
8324
8325         * src/mainwindow.[ch]
8326                 more cleanups (removing unnecessary menu items Expand 
8327                 summary / message view)
8328
8329 2002-06-13 [melvin]     0.7.6claws44
8330
8331         * po/POTFILES.in
8332                 Added src/string_match.c
8333         * src/string_match.c
8334                 Fixed possible buffer overflow.
8335                 Corrected typo.
8336                 Added missing config.h header.
8337         * src/prefs_common.c
8338           src/prefs_matcher.c
8339           src/prefs_scoring.c
8340                 Made some strings translatable (missing _(..)).
8341
8342 2002-06-13 [melvin]     0.7.6claws43
8343
8344         * README.claws
8345                 Corrected action example (verifying clearsigned mail).
8346         * src/prefs_account.c
8347                 Corrected typo.
8348         * src/prefs_common.c
8349                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8350
8351 2002-06-12 [alfons]     0.7.6claws42
8352
8353         * src/summaryview.c
8354                 add init of score column lost in 0.7.6claws42
8355
8356 2002-06-12 [paul]       0.7.6claws41
8357
8358         * src/prefs_account.c
8359                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8360                 behavior of the radio buttons, (from 0.7.7cvs2)
8361
8362 2002-06-11 [alfons]     0.7.6claws40
8363
8364         * src/messageview.[ch]
8365         * src/summaryview.[ch]
8366         * src/summary_search.c
8367         * src/mainwindow.c
8368                 perform a sync to bring in Hiro's separate view implementation 
8369
8370                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8371
8372 2002-06-11 [paul]       0.7.6claws39
8373         
8374         * src/prefs_account.c
8375                 correct a typo on the Receive tab
8376
8377 2002-06-10 [match]      0.7.6claws38
8378
8379         * src/addressbook.c
8380                 Included address completion patch from Gustavo Noronha.
8381
8382 2002-06-10 [paul]       0.7.6claws37
8383
8384         * src/inc.[ch]
8385           src/pop.c
8386           src/prefs_account.[ch]
8387           src/selective_download.[ch]
8388                 apply PATCH #561712
8389                  NEW:
8390                 - check if POP Account
8391                 - Receive Button renamed to Preview
8392                 - Preview Button Popup: preview new/all messages
8393                 - Download Button
8394                 - Account Preferences-->Receive tab checkbutton if you
8395                   want to remove Mail after Download
8396                 -: default YES
8397                 - Account Preferences-->Receive tab checkbutton use
8398                   filtering rules on preview
8399                   (think of delete_on_server)
8400                 -: default YES
8401                 - Account selectable from SD dialog
8402                 - checkbutton to show already downloaded messages if
8403                   all messages are previewed
8404                 - new clist column showing Date
8405                 - ESC KEY close
8406                 FIXES:
8407                 - play ball with UIDL
8408                 - fault tolerant (?) 
8409                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8410
8411 2002-06-10 [melvin]     0.7.6claws36
8412
8413         * README.claws
8414                 Added a hint to ac/README in cvs instructions.
8415
8416         * src/prefs_actions.c
8417                 Made it possible to use a more elaborate command line
8418                 for asynchronous actions, too.
8419
8420 2002-06-10 [melvin]     0.7.6claws35
8421         
8422         * src/prefs_actions.c
8423                 Make it possible to use a more elaborate command line
8424                 (e.g. |foo|bar|cat>there;echo Done|)
8425                 Corrected error message when calling %f, %F and %p commands
8426                 from the compose window.
8427
8428 2002-06-09 [colin]      0.7.6claws34
8429
8430         * src/summaryview.c
8431                 Automatically find unread messages in current folder
8432                 before annoying the user.
8433
8434 2002-06-08 [alfons]     0.7.6claws33
8435
8436         * po/it.po
8437                 remove bad formatting string in it.po translation
8438                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8439
8440 2002-06-08 [paul]       0.7.6claws32
8441
8442         * sync with 0.7.6cvs25
8443                 see ChangeLog 2002-06-07
8444
8445 2002-06-05 [paul]       0.7.6claws31
8446
8447         * src/mainwindow.c
8448                 add 'Sort by locked' and 'Sort by score'
8449
8450 2002-06-05 [paul]       0.7.6claws30
8451
8452         * sync with 0.7.6cvs24
8453                 see ChangeLog 2002-06-04
8454
8455 2002-06-04 [paul]       0.7.6claws29
8456
8457         * po/pt_BR.po
8458                 updated by Fabio Junior Beneditto
8459
8460 2002-06-03 [thorsten]   0.7.6claws28
8461
8462         * src/matcher.c
8463                 fclose() matcherrc after reading
8464
8465 2002-06-03 [paul]       0.7.6claws27
8466
8467         * sync with 0.7.6cvs21
8468                 see ChangeLog 2002-05-31
8469
8470 2002-05-31 [paul]       0.7.6claws26
8471
8472         * sync with 0.7.6cvs20
8473                 see ChangeLog 2002-05-29 and 2002-05-30
8474
8475 2002-05-31 [paul]       0.7.6claws25
8476
8477         * src/imap.c
8478                 hopefully fix last buggy sync
8479
8480         * README.claws
8481                 correct typo in 'Actions' examples
8482
8483 2002-05-29 [paul]       0.7.6claws24
8484
8485         * sync with 0.7.6cvs18
8486                 see ChangeLog 2002-05-28 and 2002-05-29
8487
8488         * src/news.c
8489           src/nntp.[ch]
8490                 sync with above 
8491
8492 2002-05-28 [paul]       0.7.6claws23
8493
8494         * sync with 0.7.6cvs16
8495                 see ChangeLog 2002-05-28
8496
8497 2002-05-27 [thorsten]   0.7.6claws22 
8498
8499         * faq/it/sylpheed-faq-1.html
8500           faq/it/sylpheed-faq-2.html
8501           faq/it/sylpheed-faq-3.html
8502           faq/it/sylpheed-faq.html
8503                 corrected DOS lineendings
8504         * faq/de/sylpheed-faq-1.html
8505           faq/de/sylpheed-faq-2.html
8506           faq/en/sylpheed-faq-1.html
8507           faq/en/sylpheed-faq-2.html
8508           faq/en/sylpheed-faq-3.html
8509           faq/es/sylpheed-faq-1.html
8510           faq/es/sylpheed-faq-2.html
8511           faq/es/sylpheed-faq-3.html
8512           faq/fr/sylpheed-faq-1.html
8513           faq/it/sylpheed-faq-1.html
8514           faq/it/sylpheed-faq-2.html
8515           faq/it/sylpheed-faq-3.html
8516           faq/it/sylpheed-faq.html
8517                 changed ">" to &quot;
8518
8519 2002-05-27 [paul]       0.7.6claws21
8520         
8521         * sync with 0.7.6cvs15
8522                 see ChangeLog 2002-05-27
8523
8524 2002-05-27 [paul]       0.7.6claws20
8525
8526         * src/prefs_account.c
8527                 correct a typo
8528
8529 2002-05-26 [paul]       0.7.6claws19
8530
8531         * tools/README
8532                 correct a typo
8533
8534 2002-05-25 [paul]       0.7.6claws18
8535
8536         * tools/README
8537                 add description of kmail2sylpheed.pl
8538
8539 2002-05-25 [paul]       0.7.6claws17
8540
8541         * tools/kmail2sylpheed.pl       ** NEW FILE **
8542                 perl script that converts an exported Kmail address
8543                 book, converts it to sylpheed addressbook file,
8544                 writes the file to .sylpheed, and updates
8545                 addrbook--index.xml 
8546
8547 2002-05-25 [paul]       0.7.6claws16
8548
8549         * sync with 0.7.6cvs14
8550                 see ChangeLog 2002-05-23
8551
8552 2002-05-24 [paul]       0.7.6claws15
8553
8554         * README.claws
8555                 make a correction and add some more info
8556
8557 2002-05-24 [paul]       0.7.6claws14
8558
8559         * src/compose.c
8560                 fix memory leak in 
8561                 compose_redirect_write_headers_from_headerlist()
8562                 add Subject and Resent-Message-ID to
8563                 compose_redirect_write_headers()
8564                 Received, Subject, and X-UIDL are filtered out in 
8565                 compose_redirect_write_to_file()
8566
8567 2002-05-23 [paul]       0.7.6claws13
8568
8569         * src/compose.[ch]
8570           src/filtering.c
8571           src/mainwindow.c
8572           src/matcher.[ch]
8573           src/matcher_parser_lex.l
8574           src/matcher_parser_parse.y
8575           src/prefs_common.[ch]
8576           src/prefs_filtering.c
8577           src/summaryview.c
8578                 rename 'Bounce' to 'Redirect'
8579
8580 2002-05-23 [paul]       0.7.6claws12
8581
8582         * more sync with 0.7.6cvs13
8583           src/compose.c
8584                 see ChangeLog 2002-05-22
8585
8586 2002-05-22 [paul]       0.7.6claws11
8587
8588         * sync with 0.7.6cvs13
8589           src/codeconv.c
8590                 see ChangeLog 2002-05-20
8591           src/prefs_common.c
8592                 see ChangeLog 2002-05-22
8593
8594 2002-05-21 [melvin]     0.7.6claws10
8595
8596         * src/folderview.c
8597                 Added missing filtering and scoring headers
8598                 Fixed bad function call that showed garbage 
8599                 in Folder->Processing
8600
8601 2002-05-21 [paul]       0.7.6claws9
8602
8603         * tools/Makefile.am
8604                 make all tools executable, (patch by Alfons).
8605
8606 2002-05-20 [alfons]     0.7.6claws8
8607
8608         * src/procheader.c
8609                 don't forget to call mktime() so we have a valid week 
8610                 and year day
8611                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8612
8613 2002-05-20 [paul]       0.7.6claws7
8614
8615         * src/html.c
8616                 fix broken parsing of urls
8617         * src/textview.c
8618                 fix displaying of urls
8619
8620                 both fixes from the patch [547855] by Eugene 
8621                 Brevdo (zonem)
8622
8623 2002-05-19 [alfons]     0.7.6claws6
8624
8625         * configure.in
8626                 make sylpheed configure correctly with the latest
8627                 and greatest of automake / autoconf / gettext
8628
8629 2002-05-19 [alfons]     0.7.6claws5
8630
8631         * src/procheader.c
8632         * src/procheader.h
8633                 add function for returning ime zone offset
8634         * src/quote_fmt.c
8635         * src/quote_fmt_parse.y
8636                 better quotation formatting - does not convert
8637                 to local time, but uses the original date string.
8638                 
8639                 Note: %z inserts the timezone offset (should 
8640                 work also on platforms where strftime does not
8641                 support %z).
8642
8643 2002-05-18 [christoph]  0.7.6claws4
8644
8645         * src/summaryview.c
8646                 fix indentation of some code
8647         * tools/Makefile.am
8648                 fix spaces after \
8649         * src/Makefile.am
8650                 add missing \
8651                 correct path for ignorethread.xpm
8652                 incorrect filename for sylpheed_logo.xpm
8653                 add missing include matcher_parser_parse.h
8654
8655 2002-05-18 [paul]       0.7.6claws3
8656
8657         * sync with 0.7.6cvs8
8658                 see ChangeLog 2002-05-16 and 2002-05-17
8659
8660 2002-05-18 [melvin]     0.7.6claws2
8661
8662         * README.claws
8663                 Corrected an action's definition and fixed some misspellings.
8664
8665 2002-05-18 [paul]       0.7.6claws1
8666
8667         * tools/Makefile.am
8668           tools/gpg-sign        ** new file **
8669           tools/uudec           ** new file **
8670                 add Melvin's Actions scripts
8671
8672         * README.claws
8673                 add Melvin's descriptions for Actions
8674
8675 2002-05-18 [paul]       0.7.6claws
8676
8677         * Version 0.7.6claws released
8678
8679 2002-05-17 [paul]       0.7.5claws32
8680
8681         * po/es.po
8682                 updated by Ricardo Mones Lastra
8683
8684 2002-05-17 [paul]       0.7.5claws31
8685
8686         * src/compose.c
8687                 fix Account prefs default folder for sent/draft/deleted
8688                 messages bug
8689
8690         * po/it.po
8691           po/nl.po
8692                 updated translation by Alessandro Maestri and
8693                 Wilbert Berendsen
8694
8695 2002-05-17 [melvin]     0.7.5claws30
8696
8697         * src/prefs_actions.c
8698                 Fixed bug where using %F not at the end of the command 
8699                 resulted in an additional empty argument being created.
8700                 Thanks to Darko Koruga for reporting the bug.
8701
8702 2002-05-17 [melvin]     0.7.5claws29
8703
8704         * po/fr.po
8705                 Updated French translations.
8706
8707 2002-05-15 [paul]       0.7.5claws28
8708         
8709         * po/es.po
8710                 updated by Ricardo Mones Lastra
8711
8712 2002-05-15 [paul]       0.7.5claws27
8713
8714         * sync with 0.7.6cvs4
8715                 see ChangeLog 2002-05-14 and 2002-05-15
8716
8717 2002-05-14 [paul]       0.7.5claws26
8718
8719         * sync with 0.7.6cvs1
8720                 see ChangeLog 2002-05-13
8721
8722 2002-05-13 [thorsten]   0.7.5claws25
8723
8724         * src/messageview.c
8725                 fix select_all and copy in multipart messages
8726         * src/mainwindow.c
8727                 fix select_all and copy in multipart messages
8728
8729 2002-05-12 [paul]       0.7.5claws24
8730
8731         * src/summaryview.c
8732                 reverse last commit, bug already fixed in 0.7.5claws3
8733
8734 2002-05-12 [netztorte]  0.7.5claws23
8735
8736         * src/summaryview.c
8737                 dont parse empty addressbook (checked in before claws20)
8738
8739 2002-05-12 [melvin]     0.7.5claws22
8740
8741         * src/procmsg.[ch]
8742                 Removed unneeded priority code introduced by the previous 
8743                 commit.
8744
8745 2002-05-12 [melvin]     0.7.5claws21
8746
8747         * src/compose.[ch]
8748                 Added possibility to set message's priority.
8749         * src/procmsg.[ch]
8750                 Added possibility to set message's priority.
8751                 Added missing headers
8752
8753 2002-05-12 [melvin]     0.7.5claws20
8754
8755         * src/prefs_actions.c
8756                 Removed implicitely added quotes around the name
8757                 of the temporary files of mime parts.
8758
8759 2002-05-12 [paul]       0.7.5claws19
8760
8761         * sync with 0.7.5cvs20
8762                 see ChangeLog 2002-05-11
8763
8764 2002-05-12 [alfons]     0.7.5claws18
8765
8766         * src/quote_fmt_lex.l
8767         * src/quote_fmt_parse.y
8768                 allow quote / reply date & time format to be set using
8769                 %D{format}. format is a format string you'd pass to
8770                 strftime() (see man strftime, or the Display tab |
8771                 Date format setting).
8772
8773                 Currently %D converts the date to local time. 
8774
8775 2002-05-11 [paul]       0.7.5claws17
8776
8777         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8778                 see ChangeLog 2002-05-10 and 2002-05-11
8779
8780 2002-05-10 [paul]       0.7.5claws16
8781
8782         * sync with 0.7.5cvs16
8783                 see ChangeLog entries 2002-05-09 and 
8784                 2002-05-10
8785
8786 2002-05-10 [colin]      0.7.5claws15
8787
8788         * src/textview.c
8789                 Corrected a bug that prevented sylpheed to open
8790                 double-clicked URIs.
8791
8792 2002-05-09 [paul]       0.7.5claws14
8793
8794         * sync with 0.7.5cvs14
8795                 see ChangeLog 2002-05-08 and 2002-05-09
8796
8797 2002-05-08 [paul]       0.7.5claws13
8798
8799         * sync with 0.7.5cvs11
8800                 see ChangeLog entry 2002-05-08
8801
8802 2002-05-08 [paul]       0.7.5claws12
8803
8804         * src/mainwindow.c
8805           src/textview.[ch]
8806                 fix segfault on View->Open in new window
8807                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8808
8809 2002-05-07 [paul]       0.7.5claws11
8810
8811         * sync with 0.7.5cvs9
8812                 see ChangeLog entry 2002-05-07
8813
8814 2002-05-06 [paul]       0.7.5claws10
8815
8816         * src/messageview.c
8817           src/textview.c
8818                 display url in statusbar on single-click
8819                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8820
8821 2002-05-06 [match]      0.7.5claws9
8822
8823         * src/addritem.[ch]
8824                 new functions.
8825         * src/addrcache.c
8826                 tidy up.
8827         * src/xmlprops.[ch]
8828                 XML implementation of properties file.
8829         * src/exporthtml.[ch]
8830         * src/expthtmldlg.[ch]
8831         * src/addressbook.c
8832                 export to HTML.
8833
8834 2002-05-02 [sergey]     0.7.5claws8
8835
8836         * src/mainwindow.c (mainwin_entries),
8837           src/prefs_common.c (prefs_send_create()),
8838           src/codeconv.c (locale_table):
8839                 use charset name "Windows-1251" instead of "CP1251".
8840
8841 2002-05-02 [colin]      0.7.5claws7
8842         
8843         * src/compose.c
8844           src/prefs_common.c
8845           src/prefs_folder_item.c
8846                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8847
8848 2002-05-02 [hiro]       0.7.5claws6
8849
8850         * src/imap.c
8851                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8852
8853 2002-05-02 [paul]       0.7.5claws5
8854
8855         * src/compose.c
8856                 more sync with 0.7.5cvs7, see ChangeLog entry
8857                 2002-05-02
8858
8859 2002-05-02 [hiro]       0.7.5claws4
8860
8861         * src/compose.c
8862                 compose_queue_sub():
8863                 check if queue folder exists (closes #550397).
8864                 removed directory creation since it should be handled
8865                 transparently.
8866         * src/imap.c
8867                 imap_add_msg(): return UID for appended message
8868                 (closes #548842).
8869
8870 2002-04-30 [paul]       0.7.5claws3
8871
8872         * src/summaryview.c
8873                 fix account_find_from_address() bug
8874
8875 2002-04-28 [colin]      0.7.5claws2
8876
8877         * src/compose.c
8878           src/textview.c
8879           src/prefs_common.[ch]
8880           src/utils.[ch]
8881                 Added user-definable quotation characters recognition.
8882
8883 2002-04-28 [paul]       0.7.5claws1
8884
8885         * sync with 0.7.5cvs4
8886                 see ChangeLog entry  2002-04-25
8887
8888 2002-04-28 [paul]       0.7.5claws
8889
8890         * po/es.po
8891           po/nl.po
8892           po/pt_BR.po
8893                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8894                 Fabio Junior Beneditto
8895
8896 2002-04-27 [jens]       0.7.4claws103
8897
8898         * po/de.po
8899                 updated German translation.
8900
8901 2002-04-27 [hiro]       0.7.4claws102
8902
8903         * src/summaryview.c
8904                 summary_write_cache(): fixed the mark loss of hidden messages.
8905
8906 2002-04-26 [melvin]     0.7.4claws101
8907
8908         * src/procmsg.c
8909                 fixed a second typo (same one)
8910         * po/fr.po
8911           po/it.po
8912           po/pt_BR.po
8913                 fixed the type again...
8914
8915 2002-04-26 [melvin]     0.7.4claws100
8916
8917         * src/procmsg.c
8918                 fixed a typo in an alert message ("temorary").
8919         * po/it.po
8920         * po/pt_BR.po
8921                 corrected the typo  described above.
8922         * po/fr.po
8923                 updated French translation.
8924
8925 2002-04-26 [darko]      0.7.4claws99
8926
8927         * src/summaryview.c
8928                 fix target folder colorization
8929
8930 2002-04-25 [paul]       0.7.4claws98
8931
8932         * po/it.po
8933                 updated by Alessandro Maestri
8934
8935 2002-04-24 [colin]      0.7.4claws97
8936         
8937         * src/compose.c
8938                 Fixed double "subject is empty" question.
8939
8940 2002-04-23 [colin]      0.7.4claws96
8941         
8942         * src/mimeview.c
8943                 Corrected issue when "automatically display images" was
8944                 not set : first image remained after selecting second.
8945
8946 2002-04-23 [melvin]     0.7.4claws95
8947
8948         * src/prefs_actions.c
8949                 Don't display in/out dialog if there is nothing to show.
8950
8951 2002-04-23 [paul]       0.7.4claws94
8952
8953         * sync with 0.7.5cvs3
8954                 bug fixes: see ChangeLog entry 2002-04-23
8955
8956 2002-04-22 [darko]      0.7.4claws93
8957
8958         * src/compose.c
8959                 fix previous check-in which changed code after
8960                 merge from main
8961
8962 2002-04-22 [paul]       0.7.4claws92
8963
8964         * faq/de/*
8965                 add German FAQ
8966         * faq/en/*
8967           faq/es/*
8968           faq/fr/*
8969                 update English, Spanish and French FAQs
8970         * manual/de/*
8971           manual/es/*
8972                 add German and Spanish manuals
8973         * manual/en/*
8974           manual/fr/*
8975                 update English and French manuals
8976
8977         * src/Makefile.am
8978                 add to and re-arrange the pixmap entries
8979
8980 2002-04-22 [darko]      0.7.4claws91
8981
8982         * src/compose.c
8983                 fix sender initials recognition to only allow
8984                 '>' after the initials
8985
8986 2002-04-21 [paul]       0.7.4claws90
8987
8988         * sync with 0.7.5 release
8989                 see ChangeLog entry 2002-04-21
8990
8991 2002-04-21 [alfons]
8992
8993         * src/Makefile.am
8994                 add colin's new pixmaps to EXTRA_DIST
8995
8996 2002-04-21 [colin]      0.7.4claws89
8997         * src/compose.c
8998         * src/inc.c
8999         * src/mainwindow.[ch]
9000         * src/prefs_common.[ch]
9001         * src/stock_pixmap.[ch]
9002                 Added "Work offline" ability.
9003
9004 2002-04-21 [colin]      0.7.4claws88
9005         
9006         * src/mimeview.c
9007         * src/prefs_common.c
9008         * src/prefs_common.h
9009         * src/textview.c : Added an option to common preferences -> display
9010           to allow user not to automatically display images.
9011
9012 2002-04-21 [paul]       0.7.4claws87
9013
9014         * sync with 0.7.4cvs52
9015                 see ChangeLog entry 2002-04-21 (src/imap.c)
9016
9017 2002-04-21 [paul]       0.7.4claws86
9018
9019         * sync with 0.7.4cvs51
9020                 see ChangeLog entry 2002-04-21
9021
9022 2002-04-21 [paul]       0.7.4claws85
9023
9024         * sync with 0.7.4cvs49
9025                 see ChangeLog entries 2002-04-20 and 2002-04-21
9026
9027         * src/Makefile.am
9028                 clean up: remove old 'stock_' element from xpm 
9029                 filenames.
9030
9031 2002-04-21 [alfons]     0.7.4claws84
9032
9033         apply sync patch from Paul
9034
9035         * src/folderview.c
9036                 use old claws prefs_folder_item_create() for now
9037
9038 2002-04-19 [match]      0.7.4claws83
9039
9040         * src/addressbook.[ch]
9041         * src/addrharvest.[ch]
9042         * src/addrgather.[ch]
9043                 recurse folders.
9044         * src/mainwindow.c
9045         * src/summaryview.[ch]
9046                 change menu option.
9047
9048 2002-04-19 [paul]       0.7.4claws82
9049
9050         * po/pt_BR.po
9051                 updated by Fabio Junior Beneditto
9052
9053 2002-04-14 [alfons]     0.7.4claws81
9054
9055         * src/passphrase.c
9056                 add #include <sys/types.h> for mode_t and off_t 
9057
9058 2002-04-13 [paul]       0.7.4claws80
9059         
9060         * src/main.c
9061           src/passphrase.[ch]
9062           src/pgptext.c
9063           src/prefs_common.[ch]
9064           src/rfc2015.c
9065                 enable storing of GnuPG passphrase for the whole 
9066                 session or a user-defined number of minutes. patch 
9067                 submitted by Ravemax <ravemax@dextrose.com>
9068
9069 2002-04-13 [alfons]     0.7.4claws79
9070
9071         * src/textview.c
9072                 make email parser also stop scanning when encountering separators
9073                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9074
9075 2002-04-13 [paul]       0.7.4claws78
9076
9077         * sync with 0.7.4cvs39
9078                 see ChangeLog entry 2002-04-12
9079
9080 2002-04-11 [paul]       0.7.4claws77
9081
9082         * sync with 0.7.4cvs37
9083                 see ChangeLog entry 2002-04-11
9084
9085 2002-04-11 [paul]       0.7.4claws76
9086
9087         * COPYING 
9088                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9089                 the clause for OpenSSL). sync with sylpheed main
9090
9091 2002-04-09 [melvin]     0.7.4claws75
9092
9093         * src/compose.c
9094                 Made 'Ctrl-Enter' on send ignore some modifiers 
9095                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9096                 to bind other *-Enter (but not Alt-Enter).
9097
9098 2002-04-09 [paul]       0.7.4claws74
9099
9100         * sync with 0.7.4cvs35
9101                 see ChangeLog entries 2002-04-09
9102
9103 2002-04-08 [paul]       0.7.4claws73
9104
9105         * sync with 0.7.4cvs33
9106                 see ChangeLog entry 200-04-08
9107
9108 2002-04-07 [match]      0.7.4claws72
9109
9110         * src/addrharvest.[ch]
9111                 fixed to read all addresses in header, regardless
9112                 of header size. improved name parsing. accommodate
9113                 harvest from folders and selected message.
9114         * src/addritem.[ch]
9115                 included new address parsing function.
9116         * src/addrgather.[ch]
9117         * src/addressbook.[ch]
9118         * src/summaryview.[ch]
9119         * src/mainwindow.c
9120                 allow address harvest of folder as well as selected
9121                 messages.
9122
9123 2002-04-07 [paul]       0.7.4claws71
9124
9125         * src/esmtp.[ch]
9126           src/smtp.c
9127                 don't try to authenticate with CRAM-MD5 in SMTP when 
9128                 SMTP-AUTH enabled if MTA doesn't issue this 
9129                 auth-method in it's ehlo-response. bug item #531364,
9130                 patch item #938910. patch submitted by Colin Leroy 
9131                 <colin@colino.net>
9132
9133 2002-04-07 [paul]       0.7.4claws70
9134
9135         * src/nntp.c
9136                 fix missing MODE_READER bug. patch submitted by
9137                 Colin Leroy <colin@colino.net>
9138
9139 2002-04-07 [alfons]     0.7.4claws69
9140
9141         * src/matcher.[ch]
9142         * src/prefs_filtering.c
9143         * src/summaryview.c
9144                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9145                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9146
9147 2002-04-07 [paul]       0.7.4claws68
9148
9149         * sync with 0.7.4cvs32
9150                 see ChangeLog entry 2002-04-06
9151
9152         * tools/filter_conv.pl
9153                 more bug fixes
9154
9155 2002-04-06 [paul]       0.7.4claws67
9156
9157         * tools/filter_conv.pl
9158                 modify to be able to find the name of the first
9159                 mailbox and use that. main's filter does not
9160                 record the full path to the mailbox and therefore
9161                 can only filter to the first mailbox.
9162
9163 2002-04-05 [paul]       0.7.4claws66
9164
9165         * tools/filter_conv.pl
9166                 attempt to make the script all-encompassing and
9167                 be able to convert any main 'filter' rule thrown
9168                 at it
9169
9170 2002-04-05 [paul]       0.7.4claws65
9171
9172         * tools/filter_conv.pl
9173                 allow for collapsed folder trees
9174
9175 2002-04-05 [paul]       0.7.4claws64
9176
9177         * sync with 0.7.4cvs31
9178                 see ChangeLog entries 2002-04-05
9179
9180 2002-04-03 [paul]       0.7.4claws63
9181
9182         * sync with 0.7.4cvs29
9183                 see ChangeLog entries 2002-04-02 and 2002-04-03
9184
9185 2002-04-02 [paul]       0.7.4claws62
9186
9187         * sync with 0.7.4cvs26
9188                 see ChangeLog entry 2002-04-01
9189
9190 2002-04-02 [match]      0.7.4claws61
9191
9192         * src/pine.[ch]
9193         * src/importpine.[ch]
9194         * src/addressbook.c
9195                 import Pine address book.
9196
9197 2002-04-02 [match]      0.7.4claws60
9198
9199         * src/addrharvest.[ch]
9200                 improve address parsing of funky addresses.
9201
9202 2002-04-02 [darko]      0.7.4claws59
9203
9204         * src/compose.c
9205                 wrap on send improvements, it now recognizes quoted
9206                 initials as part of the quotation string, and it
9207                 does not join lines separated by CR
9208
9209 2002-04-01 [match]      0.7.4claws58
9210
9211         * src/mgutils.[ch]
9212                 added new functions.
9213         * src/mutt.[ch]
9214                 remove excessive duplicate address generation
9215                 on import.
9216
9217 2002-04-01 [alfons]     0.7.4claws57
9218         
9219         * src/summaryview.c
9220                 put back g_free() 
9221
9222 2002-04-01 [paul]       0.7.4claws56
9223
9224         * sync with 0.7.4cvs25
9225                 see ChangeLog entry 2002-04-01
9226
9227 2002-04-01 [alfons]     0.7.4aprilfool55
9228
9229         * src/summaryview.c
9230                 honour feature request item #537427 to allow for
9231                 displaying names from address book for sent mail also
9232
9233 2002-03-29 [paul]       0.7.4claws54
9234
9235         * src/mainwindow.c
9236           src/prefs_filtering.[ch]
9237           src/prefs_matcher.c
9238           src/summaryview.c
9239                 add 'fast filter' for claws' filtering,
9240                 /Tools/Create filter rule/... patch submitted
9241                 by Neill Miller <neillm@thecodefactory.org>
9242
9243 2002-03-29 [paul]       0.7.4claws53
9244
9245         * sync with 0.7.4cvs24
9246                 see ChangeLog entry 2002-03-29
9247
9248 2002-03-28 [paul]       0.7.4claws52
9249
9250         * sync with 0.7.4cvs23
9251                 see ChangeLog entry 2002-03-28
9252
9253 2002-03-27 [melvin]     0.7.4claws51
9254
9255         * src/prefs_actions.c
9256                 Added support to pass only one message part (as a
9257                 file) to the command using '%p'. No quotes are needed
9258                 because doubles quotes are automatically added.
9259                 Fixed bug where Sylpheed could block when waiting for
9260                 a child process to finish.
9261                 Changed the help menu to remove quotes around symbols to 
9262                 avoid misinterpretation (they must not be used).
9263
9264 2002-03-27 [melvin]     0.7.4claws50
9265
9266         * src/inc.c
9267                 Made the new mail notification command always 
9268                 execute asynchronously.
9269
9270 2002-03-27 [paul]       0.7.4claws49
9271
9272         * src/compose.c
9273                 fix bug introduced in last commit
9274
9275 2002-03-27 [paul]       0.7.4claws48
9276
9277         * sync with 0.7.4cvs21
9278                 see ChangeLog 2002-03-26 and 2002-03-27
9279
9280 2002-03-26 [hoa]        0.7.4claws47
9281
9282         * src/prefs_folder_item.c
9283                 really fixed the bug #516442 with folder rescan.
9284
9285 2002-03-26 [paul]       0.7.4claws46
9286
9287         * sync with 0.7.4cvs19
9288                 see ChangeLog entries 2002-03-25 and 2002-03-26
9289
9290 2002-03-25 [hoa]        0.7.4claws45
9291
9292         * src/matcher.c
9293         * src/mh.c
9294                 fix the bug #516442 with folder rescan.
9295
9296         * src/prefs_common.[ch]
9297         * src/compose.c
9298                 added an option to enable two different behaviours
9299                 for bounce.
9300
9301
9302 2002-03-25 [paul]       0.7.4claws44
9303
9304         * src/mainwindow.c
9305           src/selective_download.c
9306                 correct a few menuitem labels
9307
9308 2002-03-25 [christoph]  0.7.4claws43
9309
9310         * src/procmsg.c
9311                 fix non deleted tmp message in
9312                 procmsg_save_to_outbox
9313                 fix problems caused by sync with
9314                 main branch's procmsg_send_queue
9315
9316 2002-03-25 [paul]       0.7.4claws42
9317
9318         * src/quote_fmt.c
9319           src/quote_fmt_lex.l
9320           src/quote_fmt_parse.y
9321                 add Last name (%L) placeholder for quoting. 
9322                 patch submitted by Thorsten Thielen 
9323                 <thth@users.sourceforge.net>
9324
9325 2002-03-25 [paul]       0.7.4claws41
9326
9327         * src/utils.c
9328                 get full hostname. patch submitted by
9329                 Bob Woodside <rwoodside1@comcast.net>
9330
9331 2002-03-25 [paul]       0.7.4claws40
9332
9333         * src/account.c
9334           src/news.c
9335           src/nntp.[ch]
9336           src/prefs_account.[ch]
9337                 enable NNTP over SSL. patch submitted by
9338                 Pascal Jermini <pascal@infinity.hn.org>
9339
9340 2002-03-24 [paul]       0.7.4claws39
9341
9342         * src/prefs_common.c
9343                 make the arrangement of the Compose tab more
9344                 coherent
9345
9346         * src/mainwindow.c
9347                 fix some irregularities of style
9348
9349         * po/de.po
9350                 updated by Kilian Krause
9351
9352 2002-03-23 [paul]       0.7.4claws38
9353
9354         * po/pt_BR.po
9355                 updated by Fabio Junior Beneditto
9356
9357 2002-03-23 [paul]       0.7.4claws37
9358
9359         * src/mainwindow.c
9360                 move 'Gather addresses' to 'Tools' menu
9361                 make 'Selective download' sensitive
9362
9363 2002-03-23 [paul]       0.7.4claws36
9364
9365         * sync with 0.7.4cvs16
9366                 see ChangeLog entries 2002-03-23
9367
9368 2002-03-22 [christoph]  0.7.4claws35
9369
9370         * src/quote_fmt_parse.y
9371                 fix include program output
9372
9373 2002-03-22 [alfons]     0.7.4claws34
9374
9375         * src/pop.c
9376                 initialize GDate stack variable correctly (sorry!)
9377
9378 2002-03-22 [paul]       0.7.4claws33
9379
9380         * src/compose.c
9381           src/mainwindow.c
9382           src/prefs_actions.c
9383           src/prefs_common.c
9384                 rename 'Tool' to 'Tools'
9385
9386         * src/mainwindow.c
9387                 move 'Delete duplicated messages' from
9388                 'Message/' to 'Tools/'
9389                 re-arrange the order of 'Tools/' items
9390
9391 2002-03-22 [paul]       0.7.4claws32
9392
9393         * src/addr_compl.c
9394           src/addressbook.[ch]
9395                 auto-address completion now also matches on
9396                 Nickname. patch submitted by Bob Forsman 
9397                 <hammor@users.sourceforge.net>
9398
9399         * src/editaddress.c
9400                 correct a spelling mistake
9401
9402 2002-03-22 [alfons]     0.7.4claws31
9403
9404         * src/pop.c
9405                 fix getting uidl from incorrect string 
9406                 (spotted by Colin)
9407
9408 2002-03-21 [alfons]     0.7.4claws30
9409
9410         * src/pop.c
9411                 more code refactoring
9412                 plug mem leak introduced by delete on server
9413
9414 2002-03-21 [paul]       0.7.4claws29
9415
9416         * sync with 0.7.4cvs11
9417                 see ChangeLog entries 2002-03-20
9418
9419 2002-03-20 [alfons]     0.7.4claws28
9420
9421         * src/inc.c
9422                 apply Colin's patch and refactor
9423
9424 2002-03-20 [paul]       0.7.4claws27
9425
9426         * sync with sylpheed 0.7.4cvs9
9427                 see ChangeLog entry 2002-03-20
9428
9429 2002-03-19 [christoph]  0.7.4claws26
9430
9431         * src/mh.c
9432         * src/procmsg.[ch]
9433         * src/summaryview.c
9434                 revert changes for flag updates
9435                 (does not work correctly and no time to debug)
9436
9437 2002-03-20 [alfons]     0.7.4claws25
9438
9439         * src/pop.c
9440                 refactor should_delete() a little bit 
9441
9442 2002-03-19 [paul]       0.7.4claws24
9443
9444         * src/inc.[ch]
9445           src/pop.c
9446           src/prefs_account.[ch]
9447                 allow the user to leave downloaded mail on the 
9448                 server for n days. Patch submitted by Colin Leroy 
9449                 <colin@colino.net>
9450
9451 2002-02-19 [paul]       0.7.4claws23
9452
9453         * sync with sylpheed 0.7.4cvs8
9454                 see ChangeLog entries 2002-03-19
9455
9456 2002-03-18 [paul]       0.7.4claws22
9457
9458         * sync with sylpheed 0.7.4cvs6
9459                 see ChangeLog entry 2002-03-18
9460
9461 2002-03-18 [paul]       0.7.4claws21
9462
9463         * po/en_GB.po
9464                 add en_GB message catalogue
9465
9466         * src/mbox_folder.c
9467           src/prefs_account.c
9468           src/prefs_actions.c
9469                 correct a few spelling mistakes
9470
9471 2002-03-17 [alfons]     0.7.4claws20
9472
9473         * src/matcher.c
9474                 more stringent checks for NULL params when writing
9475                 filtering actions to a file
9476                 
9477 2002-03-17 [hoa]        0.7.3claws20
9478
9479         * src/news.c
9480                 fixed the count of new messages
9481
9482         * src/compose.c
9483                 fixed the "attachment properties" window
9484
9485 2002-03-17 [paul]       0.7.4claws19
9486
9487         * src/defs.h
9488           src/folder.h
9489           src/news.c
9490           src/prefs_account.[ch]
9491           src/procmsg.[ch]
9492           src/summaryview.c
9493                 automatically mark cross-posted messages as read 
9494                 and (optionally) give them a colour label
9495                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9496                 
9497
9498 2002-03-17 [paul]       0.7.4claws18
9499
9500         * sync with sylpheed 0.7.4cvs5
9501                 see ChangeLog entry 2002-03-17
9502
9503 2002-03-17 [melvin]     0.7.4claws17
9504         
9505         * src/textview.c
9506                 Worked around a gtktext 'bug': when searching for 
9507                 a text in a long message it was scrolling slowly
9508                 line by line until it hit the searched text.
9509         * po/fr.po
9510                 Updated French translation
9511
9512 2002-03-17 [melvin]     0.7.4claws16
9513
9514         * src/mainwindow.c
9515         * src/compose.c
9516         * src/prefs_actions.c
9517                 Moved "Edit/Actions" to "Tool/Actions"
9518                 Made mainwindow/compose window sensitive as soon as
9519                 no child process is running anymore even if the io dialog
9520                 is open.
9521                 Fixed a struct being initialized with a non constant char*
9522
9523 2002-03-16 [christoph]  0.7.4claws15
9524
9525         * configure.in
9526                 add --with-compiler-flags option
9527                 (only for developer hacking)
9528         * src/mh.c
9529         * src/procmsg.[ch]
9530         * src/summaryview.c
9531                 try to make folder-stats and flag handling more
9532                 independent from the summaryview. msgcounts
9533                 are only set when the folder is opened and
9534                 procmsg_msginfo_(un)set_flags will handle it
9535                 later and summaryview will get the values
9536                 from the folder.
9537
9538 2002-03-16 [paul]       0.7.4claws14
9539
9540         * src/messageview.c
9541                 fix Return-receipt. Patch submitted by Bob
9542                 Woodside <rwoodside1@comcast.net>
9543
9544 2002-03-16 [paul]       0.7.4claws13
9545
9546         * src/compose.c
9547                 fix 'dynamic' signatures, make it work again
9548                 broken during sync on 2002-03-14 (0.7.4claws2)
9549
9550 2002-03-15 [match]      0.7.4claws12
9551
9552         * src/addrharvest.[ch]
9553         * src/addrgather.[ch]
9554         * src/addressbook.[ch]
9555         * src/mainwindow.c
9556                 included address harvester feature. still some
9557                 issues with address parsing that I will fix.
9558
9559 2002-03-15 [match]      0.7.4claws11
9560
9561         * src/addrbook.[ch]
9562         * src/addrcache.[ch]
9563         * src/addressbook.[ch]
9564         * src/addrindex.c
9565         * src/editbook.c
9566         * src/importldif.c
9567         * src/importmutt.c
9568         * src/jpilot.[ch]
9569         * src/main.c
9570         * src/syldap.[ch]
9571         * src/vcard.[ch]
9572                 tidy up. fix memory leaks. moved attribs and methods
9573                 from individual interfaces to addrcache object. prep
9574                 for new stuff to come in.
9575
9576 2002-03-15 [alfons]     0.7.4claws10
9577
9578         * src/matcher.[ch]
9579         * src/matcher_parser_parse.y
9580         * src/matcher_parser_lex.l
9581         * src/prefs_matcher.c
9582                 add filtering conditions message greater than, smaller 
9583                 than, and exactly matching a size in bytes
9584                 (does not work with delete from POP3 server yet)
9585
9586                 this should also give others an idea what you should
9587                 do to add new criterions to claws filtering system
9588                 
9589
9590 2002-03-15 [paul]       0.7.4claws9
9591
9592         * tools/filter_conv.pl
9593                 exit if there are no filter rules to convert
9594                 rename filterrc to filterrc.old after completion
9595
9596 2002-03-15 [paul]       0.7.4claws8
9597
9598         * sync with sylpheed 0.7.4cvs3
9599                 see ChangeLog entry 2002-03-14
9600
9601 2002-03-14 [paul]       0.7.4claws7
9602
9603         * src/compose.c
9604                 clean up the last commit (ahem)
9605
9606 2002-03-14 [paul]       0.7.4claws6
9607
9608         * src/compose.c
9609                 fix bug #515655. honour account preferences
9610                 regarding gpg default signing/encryption when 
9611                 changing account from the compose window.
9612
9613 2002-03-14 [paul]       0.7.4claws5
9614
9615         * src/folderview.c
9616                 remove unnecessary curly brackets
9617
9618 2002-03-14 [paul]       0.7.4claws4
9619
9620         * src/folderview.c
9621           src/prefs_filtering.[ch]
9622                 add filter rename on folder rename and filter
9623                 delete on folder delete. Patch submitted by
9624                 Neill Miller <neillm@thecodefactory.org> 
9625
9626 2002-03-14 [christoph]  0.7.4claws3
9627
9628         * src/procmsg.c
9629         * src/send.c
9630                 fix local delivery
9631                 (patch submitted by "Simon 'corecode' Schubert")
9632         * src/prefs_common.c
9633         * src/procmsg.c
9634                 fix gcc 3.0 warning
9635
9636 2002-03-14 [paul]       0.7.4claws2
9637
9638         * sync with sylpheed 0.7.4cvs2
9639                 see ChangeLog entry 2002-03-13
9640
9641 2002-03-12 [darko]      0.7.4claws1
9642
9643         * src/mainwindow.c
9644                 fix what seems to be a copy and paste error
9645                 when setting color for important messages
9646                 (reported by wwp)
9647
9648 2002-03-11 [paul]       version 0.7.4claws released
9649
9650 2002-03-11 [paul]       0.7.4claws
9651
9652         * po/es.po
9653           po/it.po
9654           po/nl.po
9655           po/pt_BR.po
9656                 update message catalogs. Submitted by Ricardo Mones 
9657                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9658                 Fabio Junior Beneditto
9659
9660         * configure.in
9661           faq/Makefile.am
9662           faq/it/Makefile
9663           faq/it/sylpheed-faq*
9664           src/mainwindow.c
9665           src/manual.[ch]
9666                 add FAQ in Italian
9667         
9668
9669 2002-03-11 [jens]       0.7.3claws7
9670
9671         * po/de.po
9672                 updated German translation
9673
9674 2002-03-11 [melvin]     0.7.3claws6
9675
9676         * po/fr.po
9677                 updated and corrected French translation
9678
9679 2002-03-10 [hoa]        0.7.3claws5
9680
9681         * src/account.c
9682         * src/inc.c
9683         * src/prefs_account.c
9684         * src/procmsg.c
9685         * src/send.[ch]
9686                 fixed the local account.
9687                 you have to change the default "/usr/sbin/sendmail"
9688                 to "/usr/sbin/sendmail -t" in the preferences of
9689                 the local account.
9690
9691         * src/procmime.c
9692                 removed some debug display for renderer
9693
9694 2002-03-10 [paul]       0.7.3claws4
9695
9696         * faq/en/sylpheed-faq-1.html
9697           faq/en/sylpheed-faq-2.html
9698                 update
9699
9700 2002-03-09 [paul]       0.7.3claws3
9701
9702         * sync with sylpheed 0.7.4
9703                 see ChangeLog entry 2002-03-09
9704
9705 2002-03-08 [paul]       0.7.3claws2
9706
9707         * faq/en/sylpheed-faq*
9708           faq/es/sylpheed-faq*
9709           faq/fr/sylpheed-faq*
9710                 update the FAQs
9711
9712         * manual/fr/.cvsignore
9713           manual/fr/Makefilea.am
9714           manual/fr/sylpheed*
9715           src/mainwindow.c
9716           src/manual.[ch]
9717                 add the French manual
9718
9719 2002-03-07 [paul]       0.7.3claws1
9720
9721         * sync with sylpheed 0.7.3cvs4
9722                 see ChangeLog entries  2002-03-06 and 2002-03-07
9723         
9724         * po/nl.po
9725                 updated by Wilbert Berendsen
9726
9727 2002-03-07 [melvin]     0.7.2claws34
9728
9729         * src/selective_download.c
9730                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9731
9732 2002-03-06 [paul]       0.7.2claws33
9733
9734         * sync with sylpheed 0.7.3cvs1
9735                 bug fix, see ChangeLog entry 2002-03-05
9736
9737 2002-03-05 [paul]       0.7.2claws32
9738
9739         * src/mimeview.c
9740           src/pgptext.[ch]
9741           src/procmsg.c
9742                 reverse the pgp ascii-armored code implemented in 
9743                 0.7.2claws16. removal of this code until it matures.
9744                 this means that verifying ascii-armored pgp sigs and
9745                 automatic decryption of ascii-armored encrypted
9746                 messages no longer works.
9747
9748 2002-03-05 [paul]       0.7.2claws31
9749
9750         * configure.in
9751           Makefile.am
9752         * faq/Makefile.am
9753         * faq/en/Makefile.am
9754           faq/en/sylpheed-faq.html
9755           faq/en/sylpheed-faq-1.html
9756           faq/en/sylpheed-faq-2.html
9757           faq/en/sylpheed-faq-3.html
9758         * faq/es/Makefile.am
9759           faq/es/sylpheed-faq.html
9760           faq/es/sylpheed-faq-1.html
9761           faq/es/sylpheed-faq-2.html
9762           faq/es/sylpheed-faq-3.html
9763           faq/es/sylpheed-faq-4.html
9764         * faq/fr/Makefile.am
9765           faq/fr/sylpheed-faq.html
9766           faq/fr/sylpheed-faq-1.html
9767           faq/fr/sylpheed-faq-2.html
9768           faq/fr/sylpheed-faq-3.html
9769         * src/Makefile.am
9770           src/defs.h
9771           src/mainwindow.c
9772           src/manual.[ch]
9773                 add FAQs in English, Spanish and French
9774
9775
9776 2002-03-05 [paul]       0.7.2claws30
9777
9778         * manual/en/sylpheed.html
9779           manual/en/sylpheed-XX.html
9780                 updated the English manual
9781
9782 2002-03-05 [hoa]        
9783
9784         * src/summaryview.c
9785                 dialog box pops up if the article can't be deleted.
9786
9787 2002-03-04 [paul]       
9788         
9789         * po/pt_BR.po
9790                 updated by Fabio Junior Benedito
9791
9792 2002-03-04 [hoa]
9793
9794         * removed ac/gpgme.m4
9795                 to avoid autogen common problem
9796                 developers have to install gpgme development package now
9797
9798         * src/compose.c
9799                 encoding to 7bit or 8bit is enabled.
9800
9801 2002-03-03 [alfons]     0.7.2claws29
9802
9803         * src/pop.c
9804                 merge fix by Oliver Haertel for selective
9805                 download buglet
9806
9807 2002-03-03 [paul]       0.7.2claws28
9808         
9809         * sync with sylpheed 0.7.3
9810
9811 2002-03-03 [paul]       0.7.2claws27
9812
9813         * sync with sylpheed 0.7.2cvs24
9814                 see ChangeLog entries 2002-03-02 and 2002-03-03
9815
9816 2002-03-02 [melvin]     0.7.2claws26
9817
9818         * src/inc.[ch]
9819         * src/main.c
9820         * src/mainwindow.c
9821         * src/prefs_common.[ch]
9822                 Added user definable notification on new mail arrival.
9823                 Removed unused variables in spell checker prefs code.
9824
9825 2002-03-02 [melvin]     0.7.2claws25
9826
9827         * src/quote_fmt.c
9828                 Removed unnecessary escape sequences.
9829                 Changed 'Initial...' to 'Initials of Sender'
9830
9831 2002-03-02 [paul]       0.7.2claws24
9832
9833         * sync with sylpheed 0.7.2cvs22
9834                 see ChangeLog entry 2002-03-01
9835
9836 2002-03-01 [hoa]        0.7.2claws23
9837
9838         * src/mainwindow.c
9839                 Set sensitivity of delete actions to active
9840                 even if the folder is a newsgroup.
9841
9842         * src/summaryview.c
9843                 - Set sensitivity of delete actions
9844                 - Added function check_permission() that will check if the
9845                   user is authorized to delete a message. For news, it
9846                   will check if the author is the same.
9847                 - Enabled deletion when there is no trash folder.
9848
9849         * src/news.[ch]
9850                 - Added news_cancel_article() to cancel articles
9851                 - Implemented news_remove_message() (public function)
9852
9853 2002-03-01 [paul]       0.7.2claws22
9854
9855         * src/gtkutils.c
9856           src/textview.c
9857                 recognise urls that that don't include 'http://' and
9858                 simply begin 'www.' 
9859
9860         * AUTHORS
9861                 remove duplicated name
9862
9863 2002-02-28 [paul]       0.7.2claws21
9864
9865         * src/mainwindow.c
9866           src/summaryview.[ch]
9867                 add ability to 'Select thread'
9868                 combines Melvin's "Select thread's head" patch (#510907)
9869                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9870                 patch (#518514) 
9871
9872 2002-02-28 [paul]       0.7.2claws20
9873
9874         * src/mimeview.c
9875                 hopefully fix segfault on right-clicking a mime part
9876                 that some people have experienced.      
9877                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9878
9879 2002-02-28 [paul]       0.7.2claws19
9880
9881         * sync with sylpheed 0.7.2cvs21
9882                 see ChangeLog entries 2002-02-27 and 2002-02-28
9883
9884 2002-02-27 [paul]       0.7.2claws18
9885
9886         * sync with sylpheed 0.7.2cvs18
9887                 see ChangeLog entries 2002-02-26 and 2002-02-27
9888
9889 2002-02-26 [alfons]     0.7.2claws17
9890
9891         * src/procheader.c
9892                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9893                 (spotted by Chris Hessman <idatech@gmx.net>)
9894
9895 2002-02-26 [paul]       0.7.2claws16
9896
9897         * src/mimeview.c
9898           src/pgptext.[ch]
9899           src/procmsg.c
9900                 make decryption of ascii-armored pgp encrypted messages
9901                 and verification of ascii-armored signatures work again.
9902                 slightly altered from the patch by Jens Jahnke 
9903                 <jan0sch@gmx.net>
9904
9905                 ##FIX ME##
9906                 * the checking of plaintext signatures always comes up in 
9907                   a popup box
9908                 * it doesn't work for multipart messages 
9909                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9910                   including the msg headers and these 2 line themselves, are 
9911                   not displayed
9912
9913         * src/mainwindow.c
9914                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9915                 "View/Message View" becomes "View/Separate Message View"
9916                 because its less ambiguous.
9917
9918         * po/es.po
9919                 updated by Ricardo Mones Lastra
9920
9921 2002-02-26 [paul]       0.7.2claws15
9922
9923         * sync with sylpheed 0.7.2cvs17
9924                 see ChangeLog entries 2002-02-25 and 2002-02-26
9925
9926 2002-02-25 [christoph]  0.7.2claws14
9927
9928         * src/filtering.[ch]
9929         * src/inc.c
9930                 do filtering stuff after all messages have been received
9931                   1. drop all messages to .processing
9932                   2. scan processing folder for messages
9933                   3. filter messages or move to inbox
9934                 this will also find old messages left in processing after
9935                 a crash or something like that and we get a real msginfo
9936                 from folder->get_msg_list and do not have to create our
9937                 own in filter_message
9938         * src/matcher_parser_parse.y
9939                 remove MIX/MAX warning (reordered includes)
9940
9941 2002-02-25 [paul]       0.7.2claws13
9942
9943         * sync with sylpheed 0.7.2cvs15
9944                 see ChangeLog entry 2002-02-24
9945
9946 2002-02-24 [alfons]     0.7.2claws12
9947
9948         * src/filtering.c
9949                 clear old color flags first when applying a new color to
9950                 a message info. 
9951                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9952
9953 2002-02-24 [alfons]     0.7.2.claws11
9954         
9955         * AUTHORS
9956         * src/prefs_common.c
9957                 add presets for Opera and Konqueror, closes patch #517261,
9958                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9959
9960 2002-02-24 [alfons]     0.7.2.claws10
9961
9962         * AUTHORS
9963         * src/summaryview.c
9964                 fix threading for null message ids, closes patch #521601,
9965                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9966
9967 2002-02-24 [alfons]     0.7.2claws9
9968
9969         * src/summaryview.c
9970         * src/filtering.c
9971                 make Tool | Filter Message work with filtering system so
9972                 setting flags also works
9973
9974                 TODO:
9975
9976                 - Processing uses the same function as Tool | Filter
9977                   Message, but doesn't use the same update proc yet
9978
9979 2002-02-23 [paul]       0.7.2claws8
9980
9981         * sync with sylpheed 0.7.2cvs14
9982                 see ChangeLog entries 2002-02-22 and 2002-02-23
9983
9984 2002-02-22 [christoph]  0.7.2claws7
9985
9986         * src/quote_fmt.c
9987                 Add column space to table
9988         * src/quote_fmt_parse.y
9989                 Close files
9990
9991 2002-02-22 [paul]       0.7.2claws6
9992
9993         * src/Makefile.am
9994           src/defs.h
9995           src/filtering.c
9996           src/inc.[ch]
9997           src/mainwindow.c
9998           src/matcher.[ch]
9999           src/matcher_parser_lex.l
10000           src/matcher_parser_parse.y
10001           src/pop.[ch]
10002           src/prefs_account.h
10003           src/prefs_filtering.c
10004           src/selective_download.[ch]   *** NEW FILES ***
10005           src/utils.[ch]
10006           po/POTFILES.in
10007                 Selective Download added to 'Tool' menu. 
10008                 Retrieves email headers of the currently selected pop3 
10009                 account and allows the user to mark emails for deletion 
10010                 right on the pop3 server. Patch submitted by Oliver Haertel 
10011                 <oha@users.sourceforge.net>.
10012         
10013         * po/POTFILES.in
10014                 add 'src/quote_fmt.c'           
10015
10016 2002-02-22 [christoph]  0.7.2claws5
10017
10018         * src/Makefile.am
10019                 added quote_fmt.c
10020         * src/prefs_common.[ch]
10021         * src/prefs_template.c
10022         * src/quote_fmt.c               *** NEW FILE ***
10023         * src/quote_fmt.h
10024                 move quote format symbol description code
10025                 to it's own file because it is used from
10026                 differnent code parts
10027                 Rewrote symbol description GUI
10028                   + use table
10029                   + add separators
10030                   + get data from array (no more long constant strings)
10031         * src/quote_fmt_lex.l
10032         * src/quote_fmt_parse.y
10033                 Symbol for Literal % changed to \% instead of %%
10034                 (More logical as \ is used for quoting for other symbols)
10035                 Add |f and |p to include files and program output
10036                 Examples:
10037                     |f{/home/.../.signature}
10038                     |p{date}
10039         * po/de.po
10040                 Correct wrong spelling for "Referenzen"
10041
10042 2002-02-21 [paul]       0.7.2claws4
10043
10044         * src/procmsg.c
10045                 forgotten during sync
10046
10047 2002-02-21 [paul]       0.7.2claws3
10048
10049         * sync with sylpheed 0.7.2cvs11
10050                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10051                 2002-02-20 and 2002-02-21
10052
10053 2002-02-20 [melvin]     0.7.2claws2
10054
10055         * src/prefs_actions.c
10056                 Added error report when child cannot fork or when execvp 
10057                 returns with an error.
10058
10059 2002-02-19 [christoph]  0.7.2claws1
10060
10061         * src/codeconv.c
10062                 return unconverted text if conde conversion is not possible
10063                 when libjconv is used.
10064                 (patch submitted by "Simon 'corecode' Schubert")
10065
10066 2002-02-19 [paul]       
10067
10068         * version 0.7.2claws release
10069
10070 2002-02-19 [paul]       0.7.2claws
10071
10072         * po/nl.po
10073                 updated by Wilbert Berendsen
10074
10075
10076 2002-02-18 [alfons]     0.7.1claws13
10077
10078         * src/syldap.c
10079         * src/jpilot.c
10080                 remove references to dlfcn and explicitly loading functions
10081                 from dynalink libs, because libs linked anyway, and functions
10082                 are loaded explicitly
10083
10084 2002-02-17 [melvin]     0.7.1claws12
10085
10086         * src/prefs_actions.c
10087                 Replaced children wait loop with double fork technique.
10088                 Now, input/output window updated at each new output.
10089                 free_children(): Fixed a memory leak.
10090                 Made input/output window non closable if running children
10091                 still exist.
10092                 Added missing <unistd.h> include.
10093                 Added some --debug outputs.
10094
10095 2002-02-17 [melvin]     0.7.1claws11
10096
10097         * src/summaryview.c
10098                 Fixed bug where descending sort order did not select top
10099                 message.
10100
10101 2002-02-17 [melvin]     0.7.1claws10
10102
10103         * acconfig.h
10104                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10105         * src/prefs_common.c
10106                 Pspell data package directory no more hard coded but
10107                 set during configuration (PSPELL_PATH). (Thanks to 
10108                                 Gustavo Noronha Silva.)
10109
10110 2002-02-17 [melvin]     0.7.1claws9
10111
10112         * configure.in
10113                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10114         * src/gtkspell.c
10115                 Fixed compile-time warnings.
10116
10117 2002-02-16 [alfons]     0.7.1claws8
10118
10119         * src/filesel.c
10120                 fix inadvertent free of NULL pointer which caused
10121                 sylpheed to crash when closing the save-as dialog
10122                 using the window close button
10123
10124 2002-02-16 [carsten]    0.7.1claws7
10125         * src/mainwindow.[ch]
10126           src/summaryview.c
10127           src/prefs_common.c
10128                 fixes for pixmap theming code:
10129                         - recently changed mail attributes shouldn't get
10130                           lost any longer
10131                         - theme is only reloaded iff another theme was
10132                           selected
10133
10134 2002-02-16 [paul]       0.7.1claws6
10135
10136         * sync with sylpheed 0.7.2 release
10137                 see ChangeLog entry 2002-02-15 and 2002-02-16
10138
10139 2002-02-15 [paul]       0.7.1claws5
10140
10141         * sync with sylpheed 0.7.1cvs9
10142                 see ChangeLog entry 2002-02-15
10143
10144         * po/POTFILES.in
10145                 remove unneeded headerwindow.c entry
10146
10147 2002-02-14 [carsten]    0.7.1claws4
10148         * src/summaryview.c
10149                 fixed a bug for "Go to next unread message": there was
10150                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10151                 in the prefs, because of doing "Search again" instead
10152                 "No"
10153
10154 2002-02-14 [carsten]    0.7.1claws3
10155         * src/stock_pixmap.c
10156                 removed 2 more mem leaks; following memprof,
10157                 this code is "leak free" now :)
10158
10159 2002-02-14 [carsten]    0.7.1claws2
10160         * src/stock_pixmap.c
10161                 used opendir/readdir/closedir instead of scandir
10162                 -> code should work now on Solaris
10163
10164 2002-02-14 [paul]       0.7.1claws1
10165
10166         * sync with sylpheed 0.7.1cvs8
10167                 see ChangeLog entries 2002-02-13 and 2002-02-14
10168
10169         * README.claws
10170                 add some description of Actions and Pixmap Themes
10171
10172 2002-02-13 [paul]       
10173
10174         * version 0.7.1claws release
10175
10176 2002-02-13 [paul]       0.7.1claws
10177
10178         * po/es.po
10179           po/it.po
10180           po/pt_BR.po
10181                 updated translations, submitted by Ricardo Mones Lastra,
10182                 Alessandro Maestri and Fabio Junior Beneditto
10183
10184 2002-02-13 [melvin]     0.7.0claws75
10185
10186         * src/prefs_actions.c
10187                 Added missing "signal.h" include
10188
10189 2002-02-13 [melvin]     0.7.0claws74
10190
10191         * src/prefs_folder_item.c
10192                 Added missing "config.h" include
10193         * po/fr.po
10194                 Updated French translation for folder propriety.
10195
10196 2002-02-13 [jens]       0.7.0claws73
10197
10198         * po/POTFILES.in
10199                 Added missing src/prefs_folder_item.c [log added by melvin]
10200         * po/de.po
10201                 Updated German translation.
10202
10203 2002-02-13 [melvin]     0.7.0claws72
10204
10205         * po/fr.po
10206                 Updated French translation.
10207
10208 2002-02-13 [melvin]     0.7.0claws71
10209
10210         * src/gtkutils.c
10211                 Made gtkut_editable_get_selection return NULL if selection
10212                 is of length zero.
10213                 This fixes a bug where selecting part of message A then
10214                 switching to message B and replying to it will not
10215                 quote the message's body.
10216
10217 2002-02-12 [paul]       0.7.0claws70
10218
10219         * src/mainwindow.c
10220                 cosmetic, relating to pixmap themes: on toolbar make 
10221                 updating of 'Exec' and 'Compose news/Compose email'
10222                 icons faster.
10223
10224 2002-02-12 [carsten]    0.7.0claws69
10225         * src/folderview.c
10226           src/mainwindow.[ch]
10227           src/stock_pixmap.c
10228           src/summaryview.c
10229           src/prefs_common.c
10230                 - refreshing after changing pixmap theme better
10231                   now (thanks Paul)
10232                 - wanted to remove some mem leaks, but alfons was
10233                   faster (and had the better solution ;)
10234
10235 2002-02-12 [alfons]     0.7.0claws68
10236
10237         * src/prefs_common.c
10238         * src/stock_pixmap.[ch]
10239                 plug mem leaks, refactor code a little bit
10240
10241
10242 2002-02-12 [sergey]     0.7.0claws67
10243
10244         * src/imap.c
10245                 Fixed problem with copying messages to IMAP folders when the
10246                 server uses something other than '/' as a namespace separator
10247                 (cyrus-imapd uses '.').
10248
10249 2002-02-12 [jens]       0.7.0claws66
10250
10251         * po/de.po
10252                 Updated German Translation
10253
10254 2002-02-12 [paul]       0.7.0claws65
10255
10256         * sync with sylpheed 0.7.1cvs1
10257                 see ChangeLog entry 2002-02-12
10258
10259 2002-02-12 [melvin]     0.7.0claws64
10260
10261         * src/prefs_actions.c
10262                 Fixed "feature" where children's output was duplicated 
10263                 instead of refreshed while monitoring.
10264                 Removed some debug code.
10265
10266 2002-02-12 [christoph]  0.7.0claws63
10267
10268         * src/compose.c
10269                 always delete message from queue after sending/send error
10270                 (closes bug #509601)
10271
10272 2002-02-12 [melvin]     0.7.0claws62
10273
10274         * src/prefs_actions.c
10275                 Children wait loop is now triggered with a timeout of 1s
10276                 Added %F which is replaced with the list of filenames 
10277                 of all selected messages (as suggested by Ricardo Mones Lestra)
10278                 Pipe syntax changed. Prefix with | to send selection, postfix
10279                 with | to retrieve output. Prefix with > or * to send
10280                 user definable input to the command (*: input is hidden)
10281                 Old pipe action should now be postfixed with |, too.
10282
10283 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10284         * src/stock_pixmap.c
10285                 fixed a bug: if there's no theme directory don't
10286                 throw an error, just do "nothing" (thanks Alfons)
10287
10288 2002-02-12 [carsten]    0.7.0claws60
10289         * src/folderview.c
10290           src/summaryview.c
10291                 had to write the cache twice (nasty!); some marks would 
10292                 get lost if not
10293
10294 2002-02-11 [carsten]    0.7.0claws59
10295         * acconfig.h
10296           configure.in
10297           doc-src/maintainer_guide.txt
10298           src/compose.[ch]
10299           src/defs.h
10300           src/folderview.[ch]
10301           src/gtkutils.[ch]
10302           src/mainwindow.[ch]
10303           src/prefs_common.[ch]
10304           src/stock_pixmap.[ch]
10305           src/summaryview.[ch]
10306                 pixmap theming and related work on pixmap
10307                 handling on some other places
10308                 (e.g. hrm features for all folder)
10309           src/pixmap/stock_*.xpm -> the stock_ was removed
10310         
10311 2002-02-11 [paul]       0.7.0claws58
10312
10313         * sync with sylpheed 0.7.1 release
10314                 see ChangeLog entries 2002-02-11
10315
10316 2002-02-08 [paul]       0.7.0claws57
10317
10318         * sync with sylpheed 0.7.0cvs39
10319                 see ChangeLog entry 2002-02-07 (last entry) 
10320
10321         * src/prefs_actions.c
10322           src/prefs_filtering.c
10323           src/prefs_matcher.c
10324           src/prefs_scoring.c
10325                 sync: made it compile with C compilers other than gcc
10326
10327 2002-02-07 [paul]       0.7.0claws56
10328
10329         * sync with sylpheed 0.7.0cvs38
10330                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10331                 2002-02-07
10332
10333 2002-02-07 [darko]      0.7.0claws55
10334
10335         * src/gtkutils.[ch]
10336         * src/summaryview.c
10337                 Fix const gchar */gchar * issue (thanks Hiro)
10338
10339 2002-02-07 [darko]      0.7.0claws54
10340
10341         * src/compose.[ch]
10342         * src/filtering.c
10343         * src/gtkutils.[ch]
10344         * src/prefs_template.c
10345         * src/quote_fmt.h
10346         * src/quote_fmt_parse.y
10347         * src/summaryview.c
10348         * src/utils.[ch]
10349                 When replying or forwarding an email don't quote the entire
10350                 mail body but use the part of the message text that is selected
10351
10352 2002-02-06 [melvin]     0.7.0claws53
10353
10354         * src/prefs_common.[ch]
10355         * src/gtkspell.[ch]
10356         * src/compose.c
10357                 Made possible to switch quickly to last used dictionary
10358                 which makes checking bilingual documents easier.
10359
10360 2002-02-06 [melvin]     0.7.0claws52
10361         
10362         * po/POTFILES.in
10363                 Added forgotten new file src/prefs_actions.c
10364
10365 2002-02-06 [melvin]     0.7.0claws51
10366
10367         * src/prefs_actions.c   ** NEW FILE **
10368         * src/prefs_actions.h   ** NEW FILE **
10369                 Added actions to execute on message text view, or on the
10370                         message's file.
10371         * src/Makefile.am
10372                 Added src/prefs_actions.[ch]
10373         * src/compose.c
10374                 Added new menu "Edit/Actions"
10375         * src/defs.h
10376                 Added new actionsrc file.
10377         * src/main.c
10378                 Added actionsrc reading.
10379         * src/mainwindow.c
10380                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10381         * src/prefs_common.h
10382                 Added new element actionslst element to prefs_common.
10383
10384 2002-02-06 [paul]       0.7.0claws50
10385
10386         * sync with sylpheed 0.7.0cvs36
10387                 see ChangeLog entry 2002-02-06
10388
10389 2002-02-05 [paul]
10390
10391         * po/es.po
10392                 updated by Ricardo Mones Lastra
10393
10394 2002-02-05 [paul]       0.7.0claws49
10395
10396         * sync with sylpheed 0.7.0cvs33
10397                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10398
10399 2002-02-05 [paul]       0.7.0claws48
10400
10401         * src/compose.c
10402                 re-add 'Edit/Advanced/Delete entire line', previously named
10403                 'Delete Line+'
10404
10405 2002-02-04 [paul]       0.7.0claws47
10406
10407         * src/compose.c
10408           src/summaryview.c
10409                 fix bug #494993 (Reply All not taking Reply-To into consi)
10410                 eliminate differences in behaviour of right-click 'Reply to all' 
10411                 in summary view and 'Reply to all' on the toolbar. 
10412                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10413                 view and From gets ignored by 'Reply to all' on toolbar.
10414                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10415                 From when no Reply-To header is present.
10416
10417 2002-02-04 [paul]       0.7.0claws46
10418
10419         * sync with sylpheed 0.7.0cvs30
10420                 see ChangeLog entries 2002-02-03 and 2002-02-04
10421
10422 2002-02-03 [melvin]     0.7.0claws45
10423
10424         * src/gtkspell.[ch]
10425                 Readded function to highlight all misspelled words.
10426                 Fixed bug where user-provided-words did not replace
10427                         correctly the misspelled word when using the mouse.
10428                 Fixed bug where checking a region selected from right to left did
10429                         not check the region at all.
10430                 Fixed bug where 'Check backwards' may not check at all. 
10431                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10432                 Fixed possible buffer overflow when checking for long strings (>1k).
10433                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10434                 Accelerators code uses now gtk_widget_add_accel.
10435                 Removed and disabled obsolete and unfinished code.
10436                 Cleaning up.
10437
10438         * src/compose.c
10439                 Added menu item to Highlight all misspelled words.
10440
10441 2002-02-01 [paul]       0.7.0claws44
10442
10443         * src/mainwindow.c
10444                 fix '/View/Hide read messages' sensitivity when all
10445                 messages in a folder are hidden
10446
10447 2002-02-01 [paul]       0.7.0claws43
10448
10449         * src/main.c
10450                 add --send option to command line interface, sends all
10451                 queued mail. Patch submitted by Ricardo Mones Lastra.
10452
10453 2002-01-31 [paul]       0.7.0claws42
10454
10455         * src/mainwindow.c
10456                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10457
10458 2002-01-31 [paul]       0.7.0claws41
10459
10460         * sync with sylpheed 0.7.0cvs27
10461                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10462                 and 2002-01-31
10463
10464         * src/textview.c
10465                 comment out elements of textview_show_part() as temporary
10466                 workaround for attachment 'Display as text' bug 
10467
10468         * po/pt_BR.po
10469                 updated by Fabio Junior Beneditto
10470
10471 2002-01-30 [paul]       0.7.0claws40
10472
10473         * sync with sylpheed 0.7.0cvs24
10474                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10475                 and 2002-01-30
10476
10477         * src/compose.c
10478                 add {N_("/_Spelling"), ... "<Branch>"} to 
10479                 GtkItemFactoryEntry compose_entries[]
10480
10481         * src/prefs_common.c
10482                 add claws menu items to prefs_keybind_apply_clicked()
10483                 and remove non-claws menu items
10484
10485 2002-01-29 [paul]       0.7.0claws39
10486
10487         * sync with sylpheed 0.7.0cvs22
10488                 see ChangeLog entries 2002-01-28 and 2002-01-29
10489
10490 2002-01-28 [melvin]     0.7.0claws38
10491
10492         * src/compose.c
10493                 Added the declartion of compose_send_control_enter.
10494
10495         * src/compose.c
10496         * src/gtkspell.[ch]
10497                 Added in a 'Spelling' menu which includes the configuration menu. 
10498                 Added a real 'Check all' and got rid from the old one which only
10499                 highlited misspelled word.
10500                 Made 'Check while typing' a disableable option.
10501                 Added a dialog when there are no more misspelled word.
10502                 Added a dialog if error occurs when switching to a dictionary.
10503         
10504         * src/prefs_common.[ch]
10505                 Added option for the default 'Check while typing' option.
10506
10507
10508 2002-01-28 [alfons]     0.7.0claws37
10509
10510         * src/compose.c
10511                 fix buglet and make code comply with sylpheed code style
10512
10513 2002-01-28 [paul]       0.7.0claws36
10514
10515         * sync with sylpheed 0.7.0cvs19
10516                 see ChangeLog entries for 2002-01-28
10517
10518 2002-01-28 [hoa]        0.7.0claws35
10519
10520         * src/defs.h
10521                 added rendererrc
10522
10523         * src/main.c
10524                 read the renderer config
10525
10526         * src/procmime.[ch]
10527                 use the renderer config to convert mime attachments
10528
10529         * src/textview.c
10530                 don't use textview_show_html/ertf,
10531                 use get_text_content instead
10532
10533 2002-01-27 [alfons]     0.7.0claws34
10534         
10535         * src/news.c
10536                 make sylpheed believe it can delete a news message...
10537                 (messages are NOT deleted, maybe we should remove
10538                 processing from the folder properties after all.)
10539
10540 2002-01-27 [alfons]     0.7.0claws33
10541
10542         * src/folder.c
10543                 add extra checks
10544         * src/news.c
10545                 implement remove_msg() 
10546
10547 2002-01-27 [alfons]     0.7.0claws32
10548
10549         * src/procmsg.h
10550         * src/procheader.c
10551         * src/messageview.c
10552                 fix return receipt / disposition notification again. this
10553                 stuff seems to break on _every_ major summary UI change, so
10554                 it's now implemented using a flag which is saved in the
10555                 marks cache
10556                 
10557 2002-01-26 [alfons]     0.7.0claws31
10558
10559         * src/import.c
10560                 let import dialog show the destination folder identifier
10561
10562 2002-01-26 [melvin]     0.7.0claws30
10563
10564         * src/folderview.c
10565         * src/summaryview.c
10566                 Readded 'Mark all read' into summary view popup menu
10567                 Added 'Mark all read' in folder view popup menu for IMAP
10568                 and NNTP.
10569                 Made it insensitive if the selected folder is not the shown
10570                 one to avoid 'Mark all read' on the wrong folder.
10571                 
10572 2002-01-26 [paul]       0.7.0claws29
10573
10574         * src/folderview.c
10575           src/summaryview.c
10576                 move 'Mark all read' from summary view to folder view
10577                 menu. (adapted from) patch submitted by Jeremy Andrews,
10578                 <lists@kerneltrap.com>
10579
10580 2002-01-25 [alfons]     0.7.0claws28
10581
10582         * src/gtkstext.c
10583                 put the gtk class name back so GtkSText adapts the 
10584                 settings of GtkText
10585
10586 2002-01-25 [alfons]     0.7.0claws27
10587
10588         * src/folderview.c 
10589                 assimilate Ricardo's patch that shows pixmaps instead of
10590                 plain "new" and "unread" texts in the folder view column
10591                 headers 
10592
10593 2002-01-25 [paul]       0.7.0claws26
10594
10595         * src/Makefile.am
10596                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10597                 be found in non-standard locations. 
10598                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10599
10600 2002-01-25 [paul]       0.7.0claws25
10601
10602         * sync with sylpheed 0.7.0cvs16
10603                 see ChangeLog entry 2002-01-25
10604
10605 2002-01-24 [paul]       0.7.0claws24
10606
10607         * more sync with sylpheed 0.7.0cvs15
10608                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10609
10610 2002-01-23 [sergey]     0.7.0claws23
10611
10612         * src/importldif.c
10613                 Fixed segfault when closing LDIF import wizard with
10614                 the window manager.
10615         * src/imageview.c
10616         * src/imageview.h
10617         * src/messageview.c
10618         * src/mimeview.c
10619                 Fixed wrong scrolling position after switching between
10620                 text and image parts.
10621
10622 2002-01-23 [paul]       0.7.0claws22
10623
10624         * sync with sylpheed 0.7.0cvs15
10625                 see ChangeLog entries 2002-01-22 and 2002-01-23
10626
10627 2002-01-21 [melvin]     0.7.0claws21
10628
10629         * src/prefs_scoring.c
10630         * src/prefs_filtering.c
10631                 Fixed bug where scoring and filtering windows stopped
10632                 autochecking.
10633
10634 2002-01-21 [paul]       0.7.0claws20
10635
10636         * sync with sylpheed 0.7.0cvs12
10637                 see ChangeLog entries 2002-01-20 and 2002-01-21
10638
10639 2002-01-21 [carsten]    0.7.0claws19
10640         * src/mainwindow.c
10641         * src/menu.[ch]
10642         * src/messageview.[ch]
10643         * src/summaryview.[ch]
10644                 changes to shortcuts handling again:
10645                         + "Q" now controled by mainwin
10646                         + v/V are now customizable and have slightly
10647                           different meanings
10648                 the "button" to minimize the messageview (and maximize
10649                 the summary view) is a real button now
10650         * src/compose.c
10651                 "Delete Line+" added to Edit/Advanced (this will also
10652                 delete the '\n')
10653
10654 2002-01-20 [melvin] 0.7.0claws18
10655
10656         * src/addressbook.c
10657                 Made "Bcc" sensitive when addressbook is called from
10658                 compose window (it was a Claws only bug).
10659
10660 2002-01-19 [alfons] 0.7.0claws17
10661
10662         * src/inc.c
10663                 prevent unnecessary updates when currently selected folder has
10664                 no new messages 
10665
10666 2002-01-19 [alfons] 0.7.0claws16
10667         
10668         * src/summaryview.c
10669                 prevent writing the cache based on current message list in summary 
10670                 view when filtering also put messages in currently selected folder
10671
10672 2002-01-19 [paul]
10673
10674         * po/it.po
10675                 Italian translation submitted by Alessandro Maestri
10676                 <a.maestri@cs.tin.it>
10677
10678 2002-01-18 [melvin]     0.7.0claws15
10679
10680         * src/prefs_filters.c
10681                 fixed bug where 'cancel' from 'filters' window stops autochecking
10682                 if the timer timed out  when the window was open.
10683
10684 2002-01-18 [match]      0.7.0claws14
10685
10686         * src/addrclip.[ch]     ** NEW FILE **
10687         * src/addrselect.[ch]   ** NEW FILE **
10688         * src/adbookbase.h      ** NEW FILE **
10689                 addressbook cut, copy and paste
10690         * src/addrbook.[ch]
10691         * src/addrcache.[ch]
10692         * src/addressitem.h
10693         * src/addrindex.[ch]
10694         * src/addritem.[ch]
10695         * src/importldif.c
10696         * src/importmutt.c
10697         * src/jpilot.[ch]
10698         * src/syldap.[ch]
10699         * src/vcard.[ch]
10700         * src/jpilot.[ch]
10701         * src/editbook.c
10702         * src/editjpilot.c
10703         * src/editldap.c
10704         * src/editvcard.c
10705                 support for copy/paste
10706         * src/addressbook.c
10707                 support for copy/paste
10708                 tidy up menu option processing
10709                 correct address list function arguments
10710         * src/editaddress.c
10711                 sort user attributes
10712         * src/ldif.h
10713         * src/mutt.h
10714                 tidy up
10715
10716         * src/addrbook.[ch]
10717         * src/addrbook.[ch]
10718         * src/addrbook.[ch]
10719                 
10720
10721 2002-01-18 [paul]       0.7.0claws13
10722
10723         * sync with sylpheed 0.7.0cvs8
10724                 configure.in: support Mac OS X (Darwin)
10725
10726 2002-01-18 [carsten]    0.7.0claws12
10727         * src/html.c
10728                 small hack to fix a segfault with an empty href
10729                 (reported by Alexandra Walford <deeni@altern.org>)
10730         * src/mainwindow.c
10731         * src/summaryview.c
10732                 the shortcuts for Mark und Mark as unread are hardcoded
10733                 again
10734         * src/compose.c
10735         * src/gtkstext.[ch]
10736                 readded the shortcuts in gtkstext but made them
10737                 customizeable (simply by adding a menu plus a wrapper
10738                 to compose.c)
10739
10740 2002-01-17 [melvin]     0.7.0claws11
10741
10742         * src/gtkspell.c
10743                 fix default dictionary not being saved.
10744
10745 2002-01-16 [darko]      0.7.0claws10
10746
10747         * src/compose.c
10748                 fix wrapping crash with URL longer than wrapping margin
10749
10750 2002-12-08 [hoa]        0.7.0claws10
10751
10752         * src/matcher_parser_parse.y
10753                 fixed some bugs
10754
10755         * src/prefs_filtering.c
10756                 now, we can use bounce action in the dialog box.
10757
10758 2002-01-16 [carsten]    0.7.0claws9
10759         * src/gtkstext.c
10760                 removed the <control> and <alt> shortcuts because they're
10761                 not needed and interefered with the "normal" shortcuts
10762         * src/mainwindow.c
10763         * src/summaryview.c
10764                 removed most of the hardcoded shortcuts and assigned
10765                 them to menu entries making them easy customizable by
10766                 that
10767
10768 2002-01-16 |melvin]     0.7.0claws8
10769
10770         * src/gtkspell.c
10771                 fixed bug where using the mouse and when the compose
10772                 window is not on top may result in a crash.
10773
10774 2002-01-16 [melvin]     0.7.0claws7
10775
10776         * src/compose.c
10777                 fixed a long standingspell checker bug which could 
10778                 cause a crash after sending a message.
10779
10780 2002-01-16 [paul]       0.7.0claws6
10781
10782         * sync with sylpheed 0.7.0cvs7
10783                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10784                 2002-01-15, and 2002-01-16
10785
10786 2002-01-16 [melvin]     0.7.0claws5
10787
10788         * README.claws
10789         * src/compose.c
10790         * src/gtkspell.[ch]
10791         * src/main.c
10792                 Heavily modified spell checker code to work around
10793                 ispell bug, to add keyboard shortcuts and for future
10794                 enhancements. See README.claws for usage information.
10795
10796 2002-01-15 [alfons]     0.7.0claws4
10797         
10798         * src/summaryview.c
10799                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10800                 so sorting within threads reflects sort mode
10801
10802 2002-01-15 [christoph]  0.7.0claws3
10803
10804         * src/procmsg.c
10805                 added alertpanel if mail sending failed
10806
10807 2002-01-15 [alfons]     0.7.0claws2
10808         
10809         * src/prefs_filtering.c
10810                 don't stop timer when prefs filtering dialog is opened
10811
10812 2002-01-14 [alfons]     0.7.0claws1
10813
10814         * src/addr_compl.c
10815         * src/prefs.c
10816                 remove debug_print()s for privacy reasons
10817
10818 2002-01-14 [darko]      0.7.0claws
10819
10820         * README.claws
10821                 quotation wrapping is now also in the main branch
10822
10823 2002-01-14 [paul]
10824
10825         * tools/filter_conv.pl
10826                 allow for Boolean Op and case-sensitivity
10827                 this file is included in the release and tagged
10828                 'rel_0_7_0'
10829
10830 2002-01-13 [paul]       0.7.0claws
10831
10832         * release 0.7.0, with cvs tag 'rel_0_7_0'
10833
10834 2002-01-13 [paul]
10835
10836         * tools/filter_conv.pl
10837         * tools/README
10838                 rewritten to output to matcherrc instead of filteringrc
10839
10840         * po/es.po
10841                 updated Spanish translation by Ricardo Mones Lastra
10842
10843 2002-01-13 [alfons]
10844
10845         * po/nl.po
10846                 update dutch translation
10847
10848 2002-01-13 [paul]
10849
10850         * po/pt_BR.po
10851                 Updated by Fabio Junior Beneditto 
10852
10853 2002-01-13 [melvin]     0.6.6claws53
10854
10855         * po/fr.po
10856                 Updated french translation
10857
10858 2002-01-12 [alfons]     0.6.6claws52
10859
10860         * src/filtering.c
10861                 plug mem leak that has been sitting there for ages              
10862
10863 2002-01-12 [alfons]     0.6.6claws51
10864
10865         * src/summaryview.c
10866                 undo melvin's changes from 0.6.6claws48 because summary
10867                 view now refuses to select first unread message when
10868                 selecting a folder 
10869
10870 2002-01-11 [alfons]     0.6.6claws50
10871
10872         * src/import.c
10873                 use claws' semantics for getting folder item when
10874                 importing an mbox file into a folder 
10875                 (submitted by Dale P. Smith)
10876
10877 2002-01-11 [christoph]  0.6.6claws49
10878
10879         * src/prefs.h
10880                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10881                 toggle widget, because non static prefs can not use
10882                 prefs_set_* functions
10883         * src/prefs_account.c
10884                 toggle smtp auth password field sensitivity if
10885                 user id is empty and add descrition of usage for
10886                 these fields
10887         * src/prefs_folder_item.c
10888                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10889                 callbacks
10890
10891 2002-01-11 [melvin]     0.6.6claws48
10892
10893         * src/compose.c
10894                 fix the 'Ctrl-Enter' feature for sending and test really
10895                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10896                 editables which was not documented in Gtk)
10897
10898         * src/summaryview.c
10899                 Made summaryview refresh after sorting and not before.
10900
10901 2002-01-11 [christoph]  0.6.6claws47
10902
10903         * src/compose.c
10904                 select account from account ids if possible and
10905                 correctly set save folder for copy in reedit
10906
10907 2002-01-10 [paul]       0.6.6claws46
10908
10909         * sync with sylpheed 0.7.0 release
10910                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10911                 2002-01-09
10912
10913 2002-01-09 [alfons]
10914
10915         * src/summaryview.c
10916                 remove more dirt traces...
10917
10918 2002-01-09 [alfons]
10919         
10920         * src/summaryview.c
10921                 clean up some traces of my debugging stuff
10922
10923 2002-01-09 [alfons]     0.6.6claws45
10924
10925         * src/filtering.c
10926                 break up filteringprop_apply() in three separate pieces
10927                 so we can drop messages that failed processing in the
10928                 inbox
10929
10930         * src/summaryview.c
10931                 fix bug #469598 "no refresh of inbox after filter" which 
10932                 was introduced by the new summary view locking, and which 
10933                 prevented the summary view to update after a manual filter 
10934                 message. claw's filter message requires a summary_show().
10935                 (aargh, summary_show() again! :-)
10936                 
10937 2002-01-07 [alfons]     0.6.6claws44
10938
10939         * src/headerwindow.c
10940         * src/logwindow.c
10941         * src/messageview.c
10942         * src/sourcewindow.c
10943                 bring in Hiro's last 0.7.0 wm class fixes
10944
10945         * tools/sylprint.pl
10946                 bring in Ricardo's fix for sylprint script
10947
10948         * AUTHORS       
10949         * src/rfc2015.[ch]
10950         * src/prefs_common.[ch]
10951         * src/prefs_account.[ch]
10952         * src/compose.c
10953                 clean up account preference poison in rfc2015,
10954                 and preparation to fix double sign bug 
10955                 (patch submitted by Simon 'corecode' Schubert)
10956
10957 2002-01-07 [christoph]  0.6.6claws43
10958
10959         * src/mh.c
10960                 search for free message number, do not only rely
10961                 on last_num
10962         * src/send.c
10963                 fix smtp auth and use extra account information
10964                 if available, if not use pop3 data instead
10965                 (closes bug #500341)            
10966         * src/ssl.[ch]
10967                 match coding style
10968
10969 2002-01-06 [alfons]     0.6.6claws42
10970
10971         * src/mainwindow.c
10972                 try making the separate windows work again...
10973
10974 2002-01-06 [alfons]     0.6.6claws41
10975
10976         * src/mainwindow.c
10977                 adapt Hiro's separate window menu (to get rid of the funny
10978                 duplicate menu items), and make it work again
10979
10980 2002-01-06 [alfons]     0.6.6claws40
10981
10982         * tools/Makefile.am
10983         * tools/sylprint.rc
10984         * tools/sylprint.pl
10985         * tools/README.sylprint
10986                 add sylprint script for printing mails from Sylpheed
10987                 (contributed by Ricardo Mones Lastra)
10988
10989         * src/acount.c
10990                 clean up
10991
10992 2002-01-06 [melvin]     0.6.6claws39
10993
10994         * src/mainwindow.c
10995         * src/summaryview.c
10996                 Fixed crash introduced in 0.6.6claws38 by the menu
10997                 reorganisation (Hide read messages)
10998         
10999         * ChangeLog.claws 
11000                 Fixed typo (we are now in 2002, alfons ;) )
11001
11002 2002-01-05 [alfons]     0.6.6claws38
11003
11004         * sync with sylpheed 0.6.6cvs10-17
11005                 (last stuff marked as LAST_STABLE)
11006
11007 2002-01-04 [melvin]     0.6.6claws37
11008
11009         * src/account.c
11010                 Made account selection code use strcasestr again instead of
11011                 g_strcasecmp (fixes bug where reediting queued messages
11012                 did not select proper account reported by T. Link).
11013         
11014         * src/folderview.c
11015                 Fix bug where folder icons are not shown when 'hide read messages'
11016                 is on.
11017         
11018         * src/stock_pixmaps.[ch]
11019                 Added folder icons for 'hide read messages'.
11020         
11021         * src/compose.c
11022                 Fixed bug where 'Enter' in a header entry will send the message 
11023                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11024
11025 2002-01-03 [melvin]     0.6.6claws36
11026         
11027         * src/prefs.[ch]
11028                 Added popup menu for common preferences and
11029                 account preferences (right click on tab displays
11030                                 a menu of all tabs.)
11031
11032 2002-01-02 [melvin]     0.6.6claws35
11033
11034         * src/gtkspell.[ch]
11035                 Made spelling code compatible with undo/redo feature.
11036                 Added creation of suggestion mode menu for the general
11037                         preferences.
11038         
11039         * src/prefs_common.[ch]
11040                 Added option menu for the speller's suggestion mode.
11041                 Added missing spaces in "..." buttons and made a "..."
11042                         button non translatable!
11043         
11044         * src/compose.c
11045                 Made speller use the default suggestion mode.
11046                 Hack to make it possible to choose 'CTRL-Enter' as a
11047                         shortcut for sending (and only for sending).
11048
11049         * src/prefs_folder_item.c
11050                 Changing subject simplification does not update cache 
11051                         anymore (because it is unnecessary).
11052                 Fixed bug where changing subject simplification updated the 
11053                         summaryview even when the viewed folder is not the
11054                         folder which properties are being changed. (E.g. 
11055                                         viewing folder A and changing
11056                                         the subject simplification of 
11057                                         folder B -not being viewed- updated the 
11058                                         summaryview of folder A with data of
11059                                         folder B). (Hope this is clear... )
11060
11061 2001-12-31 [alfons]     0.6.6claws34
11062         
11063         * src/ldif.c
11064         * src/mutt.c
11065                 fgetc() returns a signed integer which doesn't
11066                 fit in a char. so c truncates this to a char
11067                 but we may lose significant bits. i.e. we may
11068                 comparing 0xFF which may not be equal to -1
11069                 unless properly casted to signed char which
11070                 we won't do because fgetc() returns a signed
11071                 integer which doesn't fit in a char. so c 
11072                 truncates this to a char but we may lose 
11073                 significat bits. (you got the idea, thanks
11074                 to Gustavo Noronha Silva <kov@debian.org>
11075                 and the Debian folks!)
11076
11077 2001-12-30 [alfons]     0.6.6claws33
11078
11079         * src/prefs_common.c
11080                 add #ifdef USE_PSPELLs that Melvin forgot               
11081
11082 2001-12-30 [melvin]     0.6.6claws32
11083         
11084         * src/prefs_common.[ch]
11085                 Added configurable color for misspelled words.
11086
11087         * src/gtkspell.[ch]
11088                 Fixed bug of foreground text color (reported by David
11089                                 Mehrmann)
11090                 Added configurable color for misspelled words.
11091
11092 2001-12-30 [alfons]     0.6.6claws31
11093
11094         * src/folder.c
11095                 remove unnecessary things someone put there
11096
11097         * src/mh.c
11098         * src/folder.[ch]
11099                 make folder properties (like threading and sorting) persistent
11100                 (closes bug #497424 "rescan folder tree resets proprieties")
11101                 currently this is only for MH folders. 
11102
11103 2001-12-29 [melvin]     0.6.6claws30
11104
11105         * src/string_match.[ch]
11106                 Optimized a bit: regexp pattern buffer compiled only once, and
11107                   one subroutine call removed. Fixed ^ regexp search: Now, 
11108                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11109         
11110         * src/summaryview.c
11111                 Subject filtering changed to filter summary columns and
11112                   not directly the messages subject cache. The loss in 
11113                   performance is balanced by the improvement of string_match.
11114                 Added an alert panel if there is an error in the regexp.
11115
11116         * src/src/prefs_folder_item.h
11117                 Added a regexp pattern buffer.
11118
11119 2001-12-28 [alfons]     0.6.6claws29
11120
11121         * src/string_match.[ch]
11122                 clean up name space
11123                 allow compilation *BSD
11124
11125 2001-12-27 [alfons]     0.6.6claws28
11126
11127         * src/filter.c
11128                 sync the Hiro's bug fix for BSD
11129
11130 2001-12-27 [melvin]     0.6.6claws27
11131         
11132         * src/compose.c
11133                 Simplify focus to subject entry code.
11134
11135 2001-12-27 [darko]      0.6.6claws26
11136
11137         * src/filtering.c
11138         * src/mbox_folder.c
11139         * src/messageview.c
11140         * src/mh.c
11141         * src/procheader.[ch]
11142         * src/procmsg.h
11143         * src/stock_pixmap.[ch]
11144         * src/summaryview.c
11145                 Show key icon for encrypted mails in summary view
11146
11147         * src/pixmaps/clip.xpm
11148         * src/pixmaps/clipkey.xpm
11149         * src/pixmaps/key.xpm
11150                 New/modified icons for the above
11151
11152 2001-12-27 [melvin]     0.6.6claws25
11153
11154         * src/prefs_common.c
11155                 Put spell checker options in a separate tab to decrease
11156                 the Common Preferences window height.
11157
11158         * README.claws  
11159                 Update spell checker usage instruction about its options
11160                 location.
11161
11162 2001-12-27 [melvin]     0.6.6claws24
11163
11164         * src/compose.c
11165                 Changed subject entry widget position. Initial focus is
11166                 on the To header instead of the subject entry.
11167                 Creating a new header scrolls the header list to make the
11168                 created one visible. Nevertheless, when automatically filling
11169                 headers, the first one is shown.
11170                 A Tab key press in the last empty header entry zips the 
11171                 focus to the subject entry.
11172                 (I did not change the combo boxes, yet)
11173
11174 2001-12-26 [alfons]     0.6.6claws23
11175
11176         * src/prefs_account.c
11177         * src/inc.c
11178                 allow default inbox to reside in another mailbox (only
11179                 works for POP3 accounts)
11180
11181 2001-12-26 [alfons]     0.6.6claws22
11182         
11183         * src/textview.c
11184                 make reply-on-click work with the account of the selected folder
11185         * src/compose.c
11186                 put a fixme here to remind me to fix finding correct default
11187                 account for nested folders
11188
11189 2001-12-25 [alfons]     0.6.6claws21
11190
11191         * src/summaryview.c
11192                 make column headers display locked and mark pixmaps (idea by Melvin) 
11193                 fix bug by adding score and locked column type to sort array
11194
11195 2001-12-25 [alfons]     0.6.6claws20
11196         
11197         * src/summaryview.c
11198                 catch a *potentially* inadvertent write back of  
11199                 the message cache(s) introduced by 0.6.5claws37
11200
11201 2001-12-25 [christoph]  0.6.6claws19
11202
11203         * src/stock_pixmap.[ch]
11204         * src/summaryview.c
11205                 add ignore thread pixmap
11206                 (can someone draw a better icon for this?)
11207
11208 2001-12-24 [alfons]     0.6.6claws18
11209
11210         * src/prefs_folder_item.c
11211                 make address completion actually work for the
11212                 Default To address in the Folder Property dialog.
11213
11214 2001-12-24 [alfons]     0.6.6claws17
11215         
11216         * src/summaryview.c
11217                 use new style regexp for subject stripping 
11218                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11219
11220 2001-12-24 [darko]      0.6.6claws16
11221
11222         * src/pgptext.c
11223         * src/rfc2015.c
11224                 move GPG related informational messages to debug mode
11225
11226 2001-12-23 [alfons]     0.6.6claws15
11227
11228         * src/stock_pixmap.[ch]
11229         * src/summaryview.c
11230                 add the forgotten Claws' locked pixmap
11231
11232 2001-12-23 [alfons]     0.6.6claws14
11233
11234         * src/filesel.c
11235                 accept file name typed in entry in multi file
11236                 selector (patch submitted by Gustavo Noronha Silva 
11237                 <kov@debian.org>)
11238
11239 2001-12-23 [alfons]     0.6.6claws13
11240
11241         * src/prefs_filter.c
11242         * src/prefs_filtering.c
11243         * src/matcher.c
11244         * src/importmutt.c
11245                 clean up a little bit
11246         
11247         * src/string_match.c
11248                 validate input strings a little bit more
11249
11250 2001-12-23 [alfons]     0.6.6claws12
11251
11252         * src/Makefile.am
11253         * src/summaryview.c
11254         * src/string_match.[ch]         ** NEW **
11255         * src/folderview.[ch]
11256         * src/headerview.h
11257         * src/folder.[ch]
11258         * src/prefs_folder_item.[ch]
11259                 add subject simplification to strip out strings from
11260                 a subject line (esp. handy for mailing lists). 
11261                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11262                 but slightly changed things for better integration.)
11263
11264 2001-12-23 [alfons]     0.6.6claws11
11265
11266         * src/mainwindow.c
11267                 fix bug introduced by submission included in 0.6.5claws52.
11268                 ideally this submission should clean the trash if any trash
11269                 folder has a message. however, the hasTrash variable was
11270                 set to false whenever a trash folder was empty (discarding
11271                 a previously found *filled* trash folder.)
11272
11273                 also edited the code a little bit and made it more safe.
11274
11275 2001-12-22 [alfons]     0.6.6claws10
11276
11277         * src/imap.c
11278                 quick fix for Martin Pool's omission of an account
11279                 specific SSL setting
11280
11281 2001-12-22 [alfons]     0.6.6claws9
11282
11283         * src/compose.c
11284         * src/messageview.c
11285         * src/mimeview.c
11286         * src/pgptext.c
11287         * src/procmime.[ch]
11288                 better support for multipart/digest (submitted
11289                 by Fredrik <e98fo@efd.lth.se>)
11290
11291 2001-12-22 [alfons]     0.6.6claws8
11292
11293         * src/addressbook.c
11294                 correct function signature
11295         * src/socket.[ch]
11296         * src/imap.[ch]
11297         * src/prefs_account.[ch]
11298                 allow IMAP over SSH tunnel (patch submitted by 
11299                 Martin Pool <mbp@samba.org>)
11300
11301 2001-12-21 [alfons]     0.6.6claws7
11302
11303         * sync with sylpheed 0.6.6cvs4-9
11304                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11305
11306 2001-12-21 [christoph]  0.6.6claws6
11307
11308         * src/compose.c
11309         * src/prefs_folder_item.[ch]
11310                 implement saving of outgoing messages to current folder.
11311                 fix segfault when no default outbox is available
11312                 (closes bug #495683)
11313
11314 2001-12-21 [carsten]    0.6.6claws5
11315         * src/folderview.c
11316         * src/summaryview.c
11317                 pressing CTRL while DND does now the expected thing and
11318                 copies the mail (moving is still the default, as this
11319                 seam more appropriate for handling mails by DND)
11320
11321 2001-12-18 [paul]       0.6.6claws4
11322
11323         * sync with sylpheed 0.6.6cvs3
11324                 see ChangeLog entries 2001-12-18
11325
11326 2001-12-18 [hiro]       0.6.6claws3
11327
11328         * src/undo.c
11329                 fix for multibyte characters (obtain the number of letters
11330                 instead of bytes).
11331
11332 2001-12-17 [paul]       0.6.6claws2
11333
11334         * sync with sylpheed 0.6.6cvs1
11335                 see ChangeLog entry 2001-12-16
11336
11337 2000-12-17 [alfons]     0.6.6claws1
11338
11339         * src/filtering.c
11340                 clean up
11341
11342 2001-12-16 [paul]       0.6.6claws
11343 2001-12-15
11344
11345         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11346
11347         * src/mimeview.c
11348                 last minute sync with main 0.6.6
11349
11350         * po/es.po
11351                 updated by Ricardo Mones Lastra
11352                 update for last minute sync
11353         * po/fr.po
11354         * po/nl.po
11355                 update for last minute sync
11356         * po/de.po
11357                 updated by Jens Oberender
11358         * po/pt_BR.po
11359                 updated by Fabio Junior Beneditto
11360
11361         * src/prefs_common.[ch]
11362         * src/undo.c
11363                 number of undo levels is user configurable
11364                 (squeeze it into the release in the dying
11365                 moments) Submitted by Jens Oberender    
11366
11367 2001-12-15 [melvin]
11368
11369         * po/fr.po
11370                 updated french translation
11371
11372 2001-12-15 [paul]       0.6.5claws92
11373
11374         * sync with sylpheed 0.6.5cvs28
11375                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11376
11377         * po/nl.po
11378                 update to allow for sync
11379
11380 2001-12-15 [alfons]
11381         
11382         * po/nl.po
11383                 update dutch translation
11384
11385 2001-12-14 [carsten]    0.6.5claws91
11386         * src/summaryview.c
11387                 fixed bug #473785; also after changing the column order
11388                 the same message will be selected and displayed as before
11389                 the reordering
11390
11391 2001-12-14 [carsten]    0.6.5claws90
11392         * src/folderview.c
11393                 probably found the bug reported by wwb opening or closing
11394                 a folder tree just before dnd (found the solution in the
11395                 balsa source -- thanks to them)
11396
11397 2001-12-14 [carsten]    0.6.5claws89
11398         * src/gtkutils.c
11399         * src/account.c
11400                 moved gtk_clist_moveto to the right place, so that
11401                 only the accounts dialog is effected on opening
11402
11403 2001-12-14 [carsten]    0.6.5claws88
11404         * src/gtkutils.c
11405                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11406                 now, so that the focused row will be seen in any case
11407                 (reported by wwp on sf-claws-user)
11408
11409 2001-12-14 [darko]      0.6.5claws87
11410
11411         * src/compose.c
11412                 remove unnecessary line
11413
11414 2001-12-14 [paul]       0.6.5claws86
11415
11416         * sync with sylpheed 0.6.5cvs27
11417                 see ChangeLog entries 2001-12-14
11418
11419 2001-12-14 [carsten]    0.6.5claws85
11420         * src/mainwindow.c
11421                 following a suggestion of Melvin the rcoabm pops up
11422                 right under the button now and the button is reliefed
11423                 while the popup is open
11424
11425 2001-12-14 [darko]      0.6.5claws84
11426
11427         * src/compose.c
11428                 fix crash when wrapping long lines if linewrap quotation
11429                 is disabled and wrapper encounters a word spanning more
11430                 than one line
11431
11432 2001-12-13 [paul]       0.6.5claws83
11433
11434         * src/compose.c
11435                 prefer 'Reply-To' header over mailing list header when
11436                 replying to a message. Finally prevent all those confirmation 
11437                 messages being sent to the list itself.
11438
11439         * src/summaryview.c
11440                 remove unused summary_set_menu_sensitive() entry
11441
11442 2001-12-13 [paul]       0.6.5claws82
11443
11444         * src/folderview.c
11445         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11446         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11447         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11448                 improvements to 'Hide read messages': Inbox, Outbox,
11449                 Trash, Queue, and Draft icons now reveal presence of hidden 
11450                 messages
11451
11452 2001-12-12 [alfons]     0.6.5claws81
11453
11454         0.6.5claws80 was tagged as LAST_STABLE
11455
11456         * src/filtering.[ch]
11457         * src/matcher.[ch]
11458         * src/matcher_parser_lex.c
11459                 fix the filtering; my last attempt to get it right, 
11460                 if it does not work, it's Hoa's turn. ;-)
11461
11462                 for my honourable peers:
11463                 
11464                 the code now makes a clear distinction between
11465                 rules as they are displayed (probably escaped),
11466                 and as they are executed (probably unescaped). the
11467                 parser does *NOT* do any unescaping, this is
11468                 the task of the matcher.c (which breaks up a
11469                 rule into condition) and the filtering.c (which
11470                 breaks up the rule's action). to make this
11471                 run happily we provide an unescaped copy of
11472                 crucial strings to the MatcherProp and 
11473                 FilteringAction structures. note that the only
11474                 exception to this is any REGEXP string. those
11475                 are directly passed to regcomp() and regexp()
11476                 (who have much more powerful unescape functions).
11477                 
11478                 for everyone else:
11479         
11480                 you can escape tab (\t), carriage return (\r),
11481                 linefeed (\n), form feed (\f), quote (\"), 
11482                 single quote (\'), bell (\b) in all the entry
11483                 lines in the scoring & filtering dialogs.
11484                 as an added bonus this should not affect
11485                 existing filtering rules.
11486
11487 2001-12-12 [carsten]    0.6.5claws80
11488
11489         * src/summaryview.c
11490         * po/de.po
11491                 "item(s) selected" is now sensitive to 1 or more
11492                 than one selected (nice for language where simple
11493                 adding of a "s" is not possible as German (Eintrag
11494                 ->Eintr"age)
11495                 
11496                 the "forward as attachment" entry from the right
11497                 click menu removed, "forward" acts following the
11498                 prefs
11499         
11500         * src/textview.c
11501                 reverted my former changes; so compiler warning again
11502                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11503                 nevertheless
11504
11505         * src/messageview.c
11506                 "search in message" does now *not* only work in MVIEW_TEXT
11507                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11508                 message
11509
11510         * src/mainwindow.c
11511                 removed "/File/_Close" as it was the same as "/File/E_xit"
11512                 and we don't need it two times
11513
11514                 the separate folder view and message view now get a distinct
11515                 WMCLASS, just in case someone is using sawfish ;-)
11516
11517                 as the menu entries "/View/Message view" and "/View/Folder tree"
11518                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11519                 make them sensitive accordingly and as these two are "shown"
11520                 after startup anytime check this menuitem at startup
11521
11522 2001-12-12 [paul]       0.6.5claws79
11523
11524         * src/folderview.c
11525                 fix sensitivity of 'Search folder...', broken in
11526                 0.6.5claws75
11527
11528         * src/mainwindow.c
11529                 fix dodgy English
11530
11531 2001-12-11 [carsten]    0.6.5claws78
11532         * src/filtering.c
11533                 fixed two typos returning a wrong FALSE/TRUE
11534         * src/mainwindow.[ch]
11535                 extra menu for email/news button removed
11536
11537 2001-12-11 [alfons]     0.6.5claws77
11538         
11539         * src/matcher.c                 (1.3)
11540         * src/matcher_parser_lex.l      (1.28)
11541                 revert for another attempt
11542                 mark 0.6.5claws77 as LAST_STABLE
11543
11544 2001-12-11 [christoph]  0.6.5claws76
11545
11546         * po/de.po
11547                 fixed wrong translation for prev. unread msg
11548
11549 2001-12-11 [paul]       0.6.5claws75
11550
11551         * src/folder.[ch]
11552         * src/folderview.c
11553         * src/mainwindow.c
11554         * src/summaryview.[ch]
11555         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11556                 enable ability to hide read messages on per folder basis via 
11557                 '/Summary/Hide read messages'; when selected, a folder will 
11558                 have a red open folder icon, instead of a blue icon, if the 
11559                 folder contains hidden messges
11560                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11561
11562         * src/mainwindow.c
11563                 remove '/Message/Forward as attachment' from 
11564                 main_window_set_menu_sensitive() to prevent debug warning
11565
11566         * src/folderview.c
11567         * src/mainwindow.c
11568                 Clean up some of the English
11569
11570         * tools/newscache_clean.pl
11571                 allow for new 'hidereadmsgs' entry in folderlist.xml
11572
11573         * po/es.po
11574                 updated translation, submitted by Ricardo Mones Lastra
11575
11576 2001-12-11 [paul]       0.6.5claws74
11577
11578         * sync with sylpheed 0.6.5cvs25
11579                 see ChangeLog entry 2001-12-11
11580
11581 2001-12-10 [alfons]     0.6.5claws73
11582
11583         * src/matcher.c
11584                 add more control characters
11585         * src/matcher_parser_lex.l
11586                 make escaping / unescaping work again
11587
11588 2001-12-10 [alfons]     0.6.5claws72
11589
11590         * src/imap.c
11591                 clean up warnings "returning value for void function" 
11592         * src/prefs_filtering.c
11593                 make info button for execute action sensitive
11594
11595 2001-12-10 [paul]       0.6.5claws71
11596
11597         * src/compose.c
11598         * src/imap.[ch]
11599         * src/summaryview.c
11600                 fix: imap server now gets informed of MARKED, UNMARKED
11601                 and REPLY events. Now people can use different IMAP-Mail
11602                 clients and have the exact same information about MARKED,
11603                 UNMARKED and REPLY status with all of them. Especially
11604                 useful for imap servers with a web-frontend.
11605                 submitted by Tobias Sandhaas <medlor@web.de>
11606
11607 2001-12-09 [melvin]     0.6.5claws70
11608         
11609         * src/textview.[ch]
11610                 fixed bug #490076 (hunted down by Alfons who implemented
11611                 a workaround in 0.6.5claws65)
11612
11613 2001-12-09 [christoph]  0.6.5claws69
11614
11615         * src/summaryview.c
11616                 set pointer to string in LOCKED column to NULL
11617                 (might fix bug #490800)
11618
11619 2001-12-09 [carsten]    0.6.5claws68
11620
11621         * po/de.po
11622                 resolved some cluttered menu shortcuts 
11623                 ('creating new email' and 'creating news message'
11624                 hade the same)
11625         * src/compose.c
11626                 wmclass now distinc from main window
11627         * src/mainwindow.c
11628           src/mainwindow.h
11629                 email/news and forward button functionality similar
11630                 to the reply buttons; removed the ugly dropdown arrows
11631                 and use instead the right mouse button
11632
11633 2001-12-09 [paul]       0.6.5claws67
11634
11635         * src/imap.c
11636         * src/utils.h
11637                 allow spaces in imap folder names
11638                 submitted by Willem van Engen <wvengen@stack.nl>
11639
11640 2001-12-09 [paul]       0.6.5claws66
11641
11642         * sync with sylpheed 0.6.5cvs24
11643                 see ChangeLog entry 2001-12-09
11644
11645 2001-12-08 [alfons]     0.6.5claws65
11646
11647         * src/textview.c
11648                 prevent secondary selection claim after "add to sender" dialog
11649                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11650                 we trick GTK by simulating a click at (0, 0) in the textview.
11651
11652 2001-12-08 [hoa]        0.6.5claws64
11653
11654         * src/folder.c
11655                 fixed a bug about the .processing folder name while filtering
11656
11657 2001-12-08 [alfons]     0.6.5claws63
11658
11659         * src/folderview.c 
11660                 work around problem of not correctly updating folder stats
11661                 when deleting messages. there's some folder scanning evil
11662                 going so the folderview_update_msg_num() does not work
11663                 correctly. need to investigate this.
11664
11665 2001-12-08 [paul]       0.6.5claws62
11666
11667         * sync with sylpheed 0.6.5cvs23
11668                 see ChangeLog entry 2001-12-08
11669
11670 2001-12-07 [christoph]  0.6.5claws61
11671
11672         * src/compose.c
11673                 fix another header translation problem
11674
11675 2001-12-07 [alfons]     0.6.5claws60
11676
11677         * src/mbox.c
11678                 make filtering also work on local spool mbox
11679
11680 2001-12-07 [carsten]    0.6.5claws59
11681         * src/addressbook.c
11682                 addressbook window gets a wmclass distinct from the main
11683                 sylpheed window
11684         * src/compose.h
11685         * src/mainwindow.[ch]
11686                   forward menu item will use mode selected in prefs, forward 
11687                 as attatchment in menu removed (will be substituted in the
11688                 toolbar similar to reply buttons)
11689                   create news message menu entry and news button is now 
11690                 sensitive to the existance of a news account
11691         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11692         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11693         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11694                 these are removed because the toolbar buttons don't show
11695                 the quoting modus any longer
11696
11697 2001-12-07 [paul]
11698
11699         * tools/newscache_clean.pl      ** NEW FILE **
11700                 perl script to do some tidying up in the newscache directory 
11701                 
11702         * tools/sylpheed-switcher       ** NEW FILE **
11703                 perl script to enable easy switching between main and claws
11704                 
11705         * tools/README
11706                 added descriptions of the two new perl scripts          
11707
11708
11709 2001-12-07 [melvin]     0.6.5claws58
11710
11711         * src/messageview.c
11712                 fixed a warning during compilation introduced in 0.6.5claws56
11713
11714 2001-12-07 [paul]       0.6.5claws57
11715
11716         * src/mainwindow.[ch]
11717         * src/menu.[ch]
11718                 further usability enhancements to replying with or without 
11719                 quoting via the toolbar, use of Ctrl key is replaced by 
11720                 drop down menu 
11721                 Submitted by Carsten Schurig            
11722
11723 2001-12-07 [melvin]     0.6.5claws56
11724
11725         * src/messageview.c
11726                 hack to fix bug that prevented to make/paste selections
11727                 after switching between MVIEW_TEXT and MVIEW_MIME views
11728                 without deselecting the selection first.
11729
11730 2001-12-06 [alfons]     0.6.5claws55
11731
11732         * src/filtering.[ch]
11733         * src/inc.c
11734                 revise filtering a little bit more, and make sure
11735                 messages are delivered to the appropriate inbox
11736                 (perhaps set per account)
11737
11738 2001-12-06 [paul]       0.6.5claws54
11739
11740         * sync with sylpheed 0.6.5cvs22
11741                 see ChangeLog entry 2001-12-06
11742
11743 2001-12-05 [alfons]     0.6.5claws53
11744
11745         * src/inc.c
11746         * src/folder.[ch]
11747         * src/procmsg.c
11748         * src/filtering.c
11749                 more revisions of filtering system
11750                 (last stable version is marked as LAST_STABLE)
11751                 
11752                 | NOTE 1): the filtering system now uses a local folder called
11753                 | .processing. if filtering fails, check this directory
11754                 | for missing messages.
11755                 |
11756                 | NOTE 2): help us find the filtering actions still missing
11757
11758 2001-12-05 [paul]       0.6.5claws52
11759
11760         * src/mainwindow.c
11761                 fix bug where 'Empty Trash?' pop-up window appears even
11762                 when Trash is empty, submitted by Jesse Skinner         
11763
11764 2001-12-05 [melvin]     0.6.5claws51
11765
11766         * src/compose.c
11767                 fixed bug #486106 to select correct account when reediting 
11768                 a queued message
11769         
11770 2001-12-04 [alfons]     0.6.5claws50
11771
11772         * src/mh.c
11773                 declare markfile in appropriate functions when
11774                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11775                 for spotting this)
11776
11777 2001-12-04 [paul]       0.6.5claws49
11778
11779         * sync with sylpheed 0.6.5cvs21
11780                 see ChangeLog entry 2001-12-04
11781
11782 2001-12-03 [christoph]  0.6.5claws48
11783
11784         * po/de.po
11785                 changed translation of undo
11786         * src/account.c
11787         * src/folder.c
11788                 don't reinvent the wheel to traverse a GNode
11789         * src/compose.[ch]
11790                 seperate code to create the compose gui into functions
11791                 add "Others" page with folder selection for saving copy
11792                 of the message.
11793                 the folder identifier is saved to queue header
11794         * src/procmsg.c
11795                 save message to folder in queue header
11796
11797 2001-12-03 [paul]       0.6.5claws47
11798
11799         * sync with sylpheed 0.6.5cvs20
11800                 see ChangeLog entry 2001-12-03
11801
11802 2001-12-01 [paul]
11803
11804         * more sync with sylpheed 0.6.5cvs19
11805                 see ChangeLog entry 2001-11-29
11806
11807 2001-11-30 [paul]       0.6.5claws46
11808         
11809         * src/compose.c
11810                 remove conflicts introduced by Hoa's last commit
11811          
11812         * src/mainwindow.c
11813                 make 'Message/Bounce' sensitive
11814
11815 2001-11-30 [hoa]        0.6.5claws45
11816
11817         * src/compose.c
11818                 slightly change bounce function to add
11819                 information about the user that bounced the mail
11820                 in the From header line.
11821
11822         * src/folderview.c
11823                 permit the use of processing in outbox folder.
11824
11825 2001-11-29 [paul]       0.6.5claws44
11826
11827         * src/mainwindow.[ch]
11828         * src/prefs_common.c
11829         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11830         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11831         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11832                 usability enhancements to the quoting, implements
11833                 use of Ctrl key to toggle quoting settings
11834                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11835
11836 2001-11-29 [paul]       0.6.5claws43
11837         
11838         * sync with sylpheed 0.6.5cvs19
11839                 see ChangeLog entry 2001-11-28
11840
11841 2001-11-29 [melvin]     0.6.5claws42
11842         * src/Makefile.am
11843                 added enriched.[ch] to the list of files
11844
11845         * src/textview.c
11846         * src/mimeview.c
11847         * src/procmime.[ch]
11848         * src/enriched.[ch]
11849                 added support to view text/enriched
11850                 added support to show headers in message view for text/enriched and text/html
11851                         in non multipart messages
11852
11853 2001-11-28 [paul]       0.6.5claws41
11854
11855         * more sync with sylpheed 0.6.5cvs18
11856                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11857
11858 2001-11-27 [paul]       0.6.5claws40
11859         
11860         * po/pt_BR.po
11861                 updated translation, submitted by Fabio Junior Beneditto
11862                 
11863         * sync with sylpheed 0.6.5cvs18
11864                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11865                 2001-11-27
11866
11867
11868 2001-11-26 [paul]
11869
11870         * po/es.po
11871                 updated translation, submitted by Ricardo Mones Lastra
11872
11873 2001-11-26 [alfons]
11874
11875         * src/matcher.c
11876                 add more translatable strings
11877
11878 2001-11-26 [christoph]  0.6.5claws39
11879
11880         * po/de.po      
11881                 fixed one more umlaut
11882         * src/compose.c
11883                 fix translated header when it should not be translated
11884
11885 2001-11-26 [paul]       0.6.5claws38
11886
11887         * src/mainwindow.c
11888                 remove '/Message/Add Sender to address book' from 
11889                 main_window_set_menu_sensitive(), prevent debug warning
11890                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11891
11892 2001-11-26 [paul]       0.6.5claws37
11893
11894         * src/summaryview.c
11895                 fix 'recurring unread state' bug 
11896
11897         * tools/README 
11898         * tools/filter_conv.pl
11899                 read name of top level mailbox from folderlist.xml
11900                 and presume nothing about its name              
11901
11902 2001-11-26 [darko]      0.6.5claws36
11903
11904         * src/gtkstext.[ch]
11905                 removed functions that are now in gtkutils.c
11906                 use gtkut_text_is_uri_string() from gtkutils.c
11907         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11908
11909 2001-11-26 [paul]       0.6.5claws35
11910
11911         * sync with sylpheed 0.6.5cvs16
11912                 see ChangeLog entries 2001-11-25 and 2001-11-26
11913
11914 2001-11-25 [alfons]     0.6.5claws34
11915
11916         EXPERIMENTAL!!! Please checkout the last stable version using: 
11917           
11918         % cvs update -r LAST_STABLE -dRAP
11919
11920         (Or help us testing this stuff.)
11921
11922         * src/filtering.c               (1.14)
11923         * src/filtering.h               (1.6)
11924         * src/inc.c                     (1.28)
11925         * src/matcher.c                 (1.20)
11926         * src/mbox.c                    (1.9)
11927         * src/procmsg.h                 (1.14)
11928         * src/summaryview.c             (1.59)
11929         * src/summaryview.h             (dunno)
11930                 revert/merge/sync to as it was before commit 
11931                 on Thu, 19 Jul 2001 10:15:51 -0700.
11932
11933 2001-11-25 [hoa]        0.6.5claws33
11934
11935         * src/main.c
11936                 processing mails at startup
11937
11938         * src/folderview.c
11939         * src/summaryview.[ch]
11940                 processing mails when entering folder
11941
11942         * src/prefs_filtering.c
11943                 fixed some UI bugs
11944
11945 2001-11-24 [alfons]     0.6.5claws32
11946
11947         * src/summaryview.[ch]
11948                 make summary sort headers work, and also make
11949                 sure the sort type is stored
11950
11951 2001-11-23 [alfons]     0.6.5claws31
11952
11953         * src/summaryview.[ch]
11954                 make lock work like mark
11955                 disallow deleting messages marked as locked
11956
11957 2001-11-23 [alfons]     0.6.5claws30
11958
11959         * src/gtkstext.c
11960         * src/compose.[ch]
11961         * src/Makefile.am
11962         * src/undo.[ch]
11963                 merge undo patch submitted by Jens
11964
11965 2001-11-23 [christoph]  0.6.5claws29
11966
11967         * src/.cvsignore
11968                 added ylwrap
11969         * src/compose.c
11970                 fixed gpg signing and encoding
11971         * src/folder.[ch]
11972         * src/main.c
11973                 added --status option to get new, unread and total
11974                 message count from a running sylpheed
11975         * src/prefs_common.c
11976                 temporary fix for reply_with_quote problem
11977                 (don't call functions for non existing widget)
11978         * src/procmsg.c
11979                 one more check for ignored threads but still not
11980                 always working correctly. probably a recursive
11981                 check for all parents is needed
11982
11983 2001-11-23 [darko]      0.6.5claws28
11984
11985         * src/compose.c
11986                 wrapping on send improvements
11987         * src/gtkutils.[ch]
11988                 fix for GtkSText after last sync with main branch
11989                 GTK_TEXT -> GTK_STEXT
11990
11991 2001-11-23 [paul]       0.6.5claws27
11992
11993         * sync with sylpheed 0.6.5cvs14
11994                 see ChangeLog entries 2001-11-22 and 2001-11-23
11995                 
11996         * po/de.po
11997                 fixed the scrambled umlauts 
11998                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11999
12000 2001-11-21 [paul]       0.6.5claws26
12001
12002         * sync with sylpheed 0.6.5cvs12
12003                 see 2nd ChangeLog entry dated 2001-11-20
12004
12005 2001-11-20 [paul]       0.6.5claws25
12006
12007         * sync with sylpheed 0.6.5cvs11
12008                 see ChangeLog entry 2001-11-19 (src/utils.c)
12009
12010 2001-11-20 [hiro]
12011
12012         * src/compose.c
12013                 GTK_TEXT -> GTK_STEXT
12014                 fix for wrong comment
12015
12016 2001-11-20 [hiro]       0.6.5claws24
12017
12018         * src/compose.[ch]
12019                 more merges from main branch
12020                 removed fatal warnings (uninitialized variables etc.)
12021                 some coding style fix
12022         * src/gtkutils.h
12023                 fixed typo.
12024         * src/addressbook.c
12025           src/addrindex.c
12026                 V-Card -> vCard
12027
12028 2001-11-19 [hoa]        0.6.5claws23
12029
12030         * src/filtering.c
12031         * src/prefs_scoring.c
12032         * src/matcher.[ch]
12033         * src/scoring.c
12034                 cleaning code
12035
12036         * src/matcher_parser_parse.y
12037         * src/prefs_filtering.c
12038                 bouncing
12039
12040 2001-11-19 [alfons]     0.6.5claws22
12041
12042         more of my old things into claws
12043
12044         * src/Makefile.am
12045         * src/prefs_common.c
12046         * src/procmsg.h
12047         * src/summaryview.[ch]
12048         * src/prefs_summary_column.c
12049         * src/pixmaps/locked.xpm
12050                 add indicators for locking of message in summary view
12051                 (does not work yet, only visual indicator)
12052
12053 2001-11-19 [paul]       0.6.5claws21
12054
12055         * sync with sylpheed 0.6.5cvs10
12056                 see ChangeLog entry 2001-11-19
12057
12058 2001-11-18 [alfons]     0.6.5claws20
12059         
12060         * src/filtering.c
12061                 remove an inadvertent free I forgot in previous clean up 
12062
12063 2001-11-18 [alfons]     0.6.5claws19
12064
12065         * src/filtering.[ch]
12066                 clean up & plug leaks
12067
12068 2001-11-18 [paul]       0.6.5claws18
12069
12070         * sync with sylpheed 0.6.5cvs9
12071                 see ChangeLog entries 2001-11-17 and 2001-11-18
12072
12073 2001-11-16 [paul]       0.6.5claws17
12074
12075         * sync with sylpheed 0.6.5cvs8
12076                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12077
12078 2001-11-16 [paul]       0.6.5claws16
12079
12080         * sync with sylpheed 0.6.5cvs7
12081                 see ChangeLog entries 2001-11-15 and 2001-11-16
12082
12083 2001-11-15 [hoa]        0.6.5claws15
12084
12085         * src/compose.c
12086                 fix bounce, mails we received couln't be bounced to ourself.
12087
12088         * src/defs.h
12089         * src/filtering.[ch]
12090         * src/matcher.[ch]
12091         * src/matcher_parser.h
12092         * src/matcher_parser_lex.l
12093         * src/matcher_parser_parse.y
12094         * src/inc.c
12095         * src/main.c
12096         * src/mbox.c
12097         * src/prefs_filtering.[ch]
12098         * src/mainwindow.c
12099         * src/prefs_matcher.c
12100         * src/prefs_scoring.c
12101         * src/scoring.[ch]
12102         * src/summaryview.c
12103                 new matcher/filter/score configuration file parser
12104                 one unique configuration file => ~/.sylpheed/matcherrc
12105                 import in currently automatic, then save are made
12106                 in this new file.
12107                 one filter per folder and one global filter
12108                 (filter of a folder will be used as folder processing)
12109
12110         * src/folder.c
12111                 fix a bug in folder_item_get_identifier
12112                 
12113         * src/messageview.c
12114                 receive receipt return are fixed.
12115
12116 2001-11-14 [alfons]     0.6.5claws14
12117
12118         * src/session.h
12119                 add things from main branch to make claws compile
12120
12121 2001-11-14 [paul]       0.6.5claws13
12122
12123         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12124                 see ChangeLog entries 2001-11-08 to 2001-11-14
12125
12126 2001-11-14 [hoa] 0.6.5claws12
12127
12128         * src/compose.[ch]
12129         * src/mainwindow.c
12130         * src/summaryview.c
12131                 add "bounce mail" option
12132
12133 2001-11-13 [christoph]  0.6.5claws11
12134
12135         * src/compose.c
12136                 Cleanup a mess i add before commiting
12137
12138 2001-11-13 [hoa]        0.6.5claws10
12139
12140         * src/compose.c
12141                 some fixes when mail are sent or
12142                 for crossposts
12143
12144 2001-11-13 [christoph]  0.6.5claws9
12145
12146         * po/de.po
12147                 Changed two string with the same translation
12148         * src/compose.c
12149         * src/procmsg.[ch]
12150         * src/send.[ch]
12151                 New mailsending process:
12152                   - Always queue message before sending
12153                     (message will be saved if sylpheed crashed or
12154                      freezes while sending)
12155                   - Allow queuing of newspostings
12156                   - No copy in outbox before sending
12157                     (closes bug #469501)
12158                   - No more redundant code for send and send_later
12159         * src/summaryview.c
12160                 Applied wwp <subscript@free.fr>'s patch that fixes
12161                 marks for multiple forwarded messages (+compose.c)
12162
12163 2001-11-12 [alfons]
12164
12165         * README.claws
12166                 remove things that are now in main branch
12167         
12168         * po/nl.po
12169                 update Dutch translation
12170
12171 2001-11-12 [mhadasht]   0.6.5.claws8
12172
12173         * src/prefs_common.c
12174                 re-enabled account autoselection feature for forward
12175                 and reedit lost during the branch point for SYNC-B4-REL
12176         * src/gtkspell.c
12177                 gtkpspell_get_dict(): more readable code (even if function is
12178                 not used yet)
12179         * ChangeLog.claws
12180                 added version number info to 2001-11-12 [hiro] comment.
12181
12182 2001-11-12 [hiro]       0.6.5.claws7
12183
12184         * src/compose.c
12185                 compose_forward(): fixed a bug that forward quote mark
12186                 wasn't used.
12187                 removed unnecessary code.
12188         * src/template_select.[ch]: removed.
12189
12190 2001-11-11 [alfons]
12191
12192         * src/compose.c
12193                 :%s/GTK_TEXT/GTK_STEXT/g
12194         
12195         * src/compose.[ch]
12196         * src/undo.[ch]
12197         * src/Makefile.am
12198                 revert the undo stuff (this is 0.6.6claws stuff)
12199
12200 2001-11-11 [hoa]        0.6.5.claws6
12201
12202         * src/compose.[ch]
12203                 Insert signature at the end of the text.
12204                 Added undo patch but currently disabled
12205
12206         * src/procmsg.c
12207                 Threading by subject improved.
12208
12209         * added src/undo.[ch]
12210                 Undo module for compose dialog box.
12211
12212 2001-11-11 [alfons]     0.6.5.claws5
12213
12214         * src/procmsg.c
12215                 prevent threading by subject on nodes that have already been
12216                 threaded by in-reply-to (as in "circular references in a tree
12217                 result in a dead branch")
12218
12219 2001-11-09 [hoa]        0.6.5.claws4
12220         
12221         * src/folderview.c
12222                 allows creation of mbox folder item from any files.
12223
12224 2001-11-09 [alfons]     0.6.5.claws3
12225         
12226         * src/utils.c
12227         * src/procmsg.c
12228                 do what I mean and correct threading by subject so it really
12229                 ignores attracting lines without "Re: "
12230
12231 2001-11-07 [alfons]     0.6.5.claws2
12232
12233         * src/procmsg.c
12234         * src/utils.[ch]
12235                 only attract by subject if a subject line starts with a "Re: "
12236         * src/syldap.c
12237                 remove warning
12238
12239 2001-11-07 [paul]       0.6.5claws1
12240
12241         * sync with sylpheed 0.6.5. release
12242                 see ChangeLog entry 2001-11-07
12243
12244 2001-11-07 [paul]       0.6.4claws31
12245
12246         * sync with sylpheed 0.6.4cvs18
12247                 see ChangeLog entries 2001-10-30 to 2001-11-07
12248                 prefs_templates.[ch] renamed prefs_template.[ch]
12249
12250 2001-11-06 [alfons]
12251         
12252         * src/utils.h
12253                 add semicolon Hoa forgot ;-)
12254                 
12255
12256 2001-11-06 [hoa]        0.6.4claws30
12257         
12258         * src/procmsg.c
12259         * src/summaryview.c
12260         * src/utils.c
12261         * src/utils.h
12262                 threading by subject - empty subject are ignored
12263
12264 2001-11-06 [christoph]  0.6.4claws29
12265
12266         * src/socket.c
12267                 use SSL_peek for sock_gets
12268         * src/utils.c
12269                 removed unneeded pointer in extracting quoted
12270                 names implementation
12271
12272 2001-11-06 [melvin]     0.6.4claws28
12273
12274         * src/gtkspell.c
12275                 fixed bug #476792 Selection overtyping with spell checker
12276                 fixed bug which could cause a buffer overflow
12277                 fixed a memory leak
12278
12279 2001-11-06 [hoa]        0.6.4claws27
12280         
12281         * src/procmsg.c
12282         * src/summaryview.c
12283                 threading by subject
12284
12285 2001-11-05 [alfons]     0.6.4claws26
12286         
12287         * README.claws
12288                 Claws -> Sylpheed (vice versa)
12289
12290         * src/compose.c
12291                 :%s/gtk_text/gtk_stext/g
12292                 :%s/GTK_TEXT/GTK_STEXT/g
12293                 (thanks to Jonathan Ware for spotting this)
12294
12295 2001-11-04 [christoph]  0.6.4claws25
12296
12297         * src/summaryview.c
12298                 replace Xalloca + strdup with Xstrdup_a
12299         * src/utils.c
12300                 better implementation of extracting quoted names
12301                 from addresses (remove backlashes and ignore
12302                 quotes after them)
12303
12304 2001-11-04 [alfons]     0.6.4claws24
12305
12306         * src/utils.[ch]
12307                 edit to comply more with coding style
12308
12309         * src/textview.c
12310                 fix bug reported by Kim Schulz. introduced by the patch integrated
12311                 in 0.6.4claws15. the code did not check the return value of
12312                 the html parser.
12313
12314         * AUTHORS
12315                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12316
12317 2001-11-04 [christoph]  0.6.4claws23
12318
12319         * src/main.c
12320         * src/prefs_common.[ch]
12321                 init some pointers that possibly caused a segfault
12322                 reported in the claws-users ML
12323
12324 2001-11-04 [hoa]        0.6.4claws22
12325
12326         * src/grouplistdialog.c
12327                 change the names of the nodes in the tree
12328
12329         * src/compose.c
12330                 enhanced mailto syntax as described in
12331                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12332                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12333
12334         * src/utils.c
12335                 encode and decode URI (useful when opening URL into
12336                 netscape).
12337
12338 2001-11-03 [hoa]        0.6.4claws21
12339
12340         * src/grouplistdialog.c
12341                 a new newsgroups list selection dialog box
12342                 with a CTree instead of a CList
12343
12344 2001-11-03 [hoa]        0.6.4claws20
12345
12346         * src/folderview.c
12347                 enable property and scoring options when right
12348                 click on "inbox"
12349
12350         * src/summaryview.c
12351                 fixed bug when nickname were displayed using
12352                 the address book.
12353
12354 2001-11-02 [darko]      0.6.4claws19
12355
12356         * src/compose.c
12357                 new wrap quotation and URL/long words wrapping implementation
12358         * src/compose.c src/gtkstext.[ch]
12359                 move gtkstext_strncmp() to gtkstext.c
12360
12361 2001-11-01 [christoph]  0.6.4claws18
12362
12363         * src/prefs_account.c
12364                 fixed mess in account settings dialog
12365         * src/prefs_folder_item.c
12366                 added label with folder path to dialog
12367
12368 2001-10-31 [match]      0.6.4claws17
12369
12370         * src/vcard.c
12371                 fix memory leak.
12372         * src/addrbook.c
12373                 fix generation of spurious address book file names.
12374                 remove redundant functions.
12375         * po/POTFILES.in
12376                 added missing file names.
12377
12378 2001-10-30 [paul]       0.6.4claws16
12379
12380         * sync with sylpheed 0.6.4cvs6
12381                 see ChangeLog entries 2001-10-26 to 2001-10-30
12382
12383         * tools/filter_conv.pl
12384                 read folderlist.xml to discover whether the top-level
12385                 folder is called 'Mailbox' or 'Mail' 
12386
12387 2001-10-29 [paul]       0.6.4claws15
12388
12389         * src/html.c, src/textview.c
12390                 activate links in html mail and fix clickable parts
12391                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12392
12393 2001-10-29 [paul]
12394
12395         * po/de.po, po/es.po, po/pt_BR/po
12396                 updated translations, submitted by Jens Oberender,
12397                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12398
12399 2001-10-29 [darko]      0.6.4claws14
12400
12401         * src/compose.c
12402                 fix wrapping for good
12403
12404 2001-10-29 [darko]
12405
12406         * src/compose.c
12407                 undo previous change as it broke the smart wrapping
12408
12409 2001-10-29 [darko]      0.6.4claws13
12410
12411         * src/compose.c
12412                 fix infinite loop when long URL is quoted
12413                 (closes bug #475122.
12414
12415 2001-10-28 [match]
12416
12417         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12418                 import Mutt address book
12419         * src/ldif.[ch] src/importldif.h
12420                 modified import LDIF handle user attributes
12421
12422 2001-10-28 [christoph]  0.6.4claws12
12423
12424         * src/summaryview.c
12425                 fixed that filtering did not work if there
12426                 were no filter rules
12427                 (closes bug #472003 and better implementation
12428                  of patch #474644)
12429
12430 2001-10-27 [christoph]  0.6.4claws11
12431
12432         * src/compose.c
12433                 make the folder's default account to be used when
12434                 replying. (patch by wwp <subscript@free.fr>)
12435         * src/compose.c
12436                 code cleanup, nearly killed all of wwp's patch
12437                 for folder's default account in compose
12438         * src/folderview.c
12439                 error panel when a folder could not be created
12440                 (closes bug #471080 new folder name & already
12441                  existing file)
12442
12443 2001-10-26 [alfons]
12444
12445         * src/utils.h
12446                 change prototype of strstr2() that Christoph forgot about
12447
12448 2001-10-26 [christoph]  0.6.4claws10
12449
12450         * src/account.c
12451                 made search for accounts by email address not case
12452                 sensitive
12453         * src/folder.c
12454                 fixed memory leak in folder_item_get_identifier
12455         * src/gtkspell.c
12456         * src/utils.c
12457                 fixed wrong strstr2 (should work like strstr)
12458
12459 2001-10-26 [darko]      0.6.4claws9
12460
12461         * src/compose.c src/gtkstext.[ch]
12462         * src/gtkstext.c
12463                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12464
12465 2001-10-26 [paul]       0.6.4claws8
12466
12467         * src/html.c
12468                 ignore css and javascript tags in html mail
12469                 case-insensitive, with or without double-quoted
12470                 strings
12471
12472 2001-10-26 [paul]       0.6.4claws7
12473
12474         * sync with sylpheed 0.6.4cvs1
12475                 see ChangeLog entry 2001-10-26
12476
12477         * src/prefs_account.c, src/prefs_common.c,
12478           src/prefs_summary_column.c
12479                 minor improvements to the English
12480
12481 2001-10-25 [alfons]     0.6.4claws6
12482
12483         * src/gtkstext.c
12484         
12485                 make GtkSText follow style of GtkText (closes bug 
12486                 #469211 "text selection while writing message")
12487                 
12488                 do sync with GTK 1.2.10
12489
12490 2001-10-25 [paul]       0.6.4claws5
12491
12492         * src/html.c
12493                 ignore css tags in html mail
12494
12495 2001-10-25 [darko]      0.6.4claws4
12496
12497         * src/compose.c
12498                 don't declare is_url_string as static function since
12499                 we need it in gtkstext.c
12500         * src/gtkstext.c
12501                 remove unused variable
12502                 don't wrap long URLs while composing a message
12503
12504 2001-10-24 [christoph]  0.6.4claws3
12505
12506         * src/socket.c
12507                 fix ssl deadlock, when peer closes connection
12508
12509 2001-10-24 [paul]       0.6.4claws2
12510
12511         * src/prefs_common.c
12512                 gettextize the gpg ascii-armored warning message
12513
12514         * src/compose.c
12515                 insert a DOS/MAC file into the composed message
12516                 (improvements)
12517
12518         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12519
12520 2001-10-22 [paul]       0.6.4claws1
12521
12522         * sync with sylpheed 0.6.4 release
12523                 see ChangeLog entries 2001-10-21
12524
12525         * po/fr.po, po/pt_BR.po
12526                 updated by Melvin Hadasht and Fabio Junior Beneditto
12527
12528 2001-10-21 [paul]       0.6.3claws30
12529
12530         * src/compose.c
12531                 insert a DOS text file from the compose window
12532                 into the composed message text (removes CRs characters)
12533                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12534
12535         * tools/filter_conv.pl, tools/README
12536                 automatically use ~/.sylpheed as working directory
12537                 print out confirmation message on completion
12538
12539         * correct Hoa's last ChangeLog.claws entry
12540
12541 2001-10-20 [hoa]        0.6.3claws29
12542
12543         * src/grouplistdialog.c
12544                 bugfix (another ?) to give the right
12545                 newsgroups list for each news server.
12546
12547         * src/news.c
12548         * src/news.h
12549                 improve the newsgroups list cache
12550
12551 2001-10-20 [paul]       0.6.3claws28
12552
12553         * sync with sylpheed 0.6.3cvs9
12554                 see ChangeLog entry 2001-10-19
12555
12556         * correct Alfons' last ChangeLog.claws entry
12557
12558 2001-10-19 [alfons]
12559
12560         * src/pgptext.[ch]
12561                 fix compilation problems (part of bug #472895)
12562
12563 2001-10-18 [hoa]        0.6.3claws27
12564
12565         * src/grouplistdialog.c
12566                 bugfix when we refresh was clicked (bug 472701)
12567
12568 2001-10-19 [christoph]  0.6.3claws26
12569
12570         * src/compose.c
12571                 last header entry should default to "To:" or
12572                 "Newsgroups:" and not copy the last entry line
12573                 in a new compose window
12574                 (closes bug #472686, #470792)
12575
12576 2001-10-19 [paul]       0.6.3claws25
12577
12578         * sync with Sylpheed 0.6.3cvs8
12579                 see ChangeLog entries 2001-10-18 and 2001-10-19
12580
12581 2001-10-18 [christoph]  0.6.3claws24
12582
12583         * src/procmsg.c
12584                 reimplement ignore thread
12585         
12586 2001-10-18 [hoa]        0.6.3claws23
12587
12588         * src/folderview.c
12589         * src/grouplistdialog.[ch]
12590                 enhanced news subscription interface (feature 469113)
12591
12592         * src/news.c
12593         * src/news.h
12594                 enchanced newsgroup listing,
12595                 now, we can get groups informations
12596                 (NNTPGroupInfo)
12597
12598 2001-10-18 [paul]       0.6.3claws22
12599
12600         * src/summaryview.c
12601                 remove comment (sync with main branch)
12602         * src/mainwindow.c
12603                 fix 'Re-edit' bug in 'Message' menu
12604
12605 2001-10-17 [christoph]  0.6.3claws21
12606
12607         * src/compose.c
12608                 ignore empty or whitespace only header lines
12609
12610 2001-10-17 [paul]       0.6.3claws20
12611
12612         * sync with sylpheed 0.6.3cvs7
12613                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12614                 2001-10-17
12615
12616 2001-10-17 [darko]
12617
12618         * src/compose.c
12619                 wrap long lines without spaces
12620                 don't wrap URLs
12621
12622 2001-10-16 [paul]
12623
12624         * po/es.po, po/nl.po, po/pt_BR.po
12625                 updated by Ricardo Mones Lastra, Alfons,
12626                 and Fabio Junior Beneditto
12627
12628         * sylpheed-0.6.3claws released
12629
12630 2001-10-15 [melvin] 0.6.3claws18
12631
12632         * README.claws
12633                 added summary and detailed installation instructions
12634                 for spell checker
12635         * po/fr.po
12636                 Updated, corrected and completed french translation
12637
12638 2001-10-15 [hoa] 0.6.3claws17
12639         * src/grouplistdialog.c
12640                 we can choose the newsgroups to display with wildcards
12641
12642 2001-10-15 [christoph]  0.6.3claws16
12643
12644         * src/account.c
12645         * src/compose.c
12646         * src/prefs_folder_item.[ch]
12647                 applied wwp <subscript@free.fr>'s folder
12648                 default account patch
12649         * po/de.po
12650                 Fixed wrong translation
12651
12652 2001-10-13 [alfons, christoph, melvin]  
12653                         0.6.3claws15
12654
12655         solution #2 to solve MT-safety problems defers all GUI related calls
12656         to the main thread using a gtk_idle_add() callback. discussed on
12657         ircnet #sylpheed, with christoph spotting some issues with the
12658         original code, and melvin allowing us to lobotomize his sylpheed.
12659
12660         * src/syldap.[ch], src/main.c
12661                 fix race problem in ldap search thread by deferring GUI 
12662                 stuff to main thread using gtk_idle_add()
12663
12664 2001-10-13 [paul]       0.6.3claws14
12665
12666         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12667                 add Sergey's smtpcred.patch
12668                 adds separate username/password setting for SMTP Auth
12669                 needed by some servers
12670                 (closes feature request #471659)
12671
12672 2001-10-13 [paul]       0.6.3claws13
12673
12674         * src/pgptext.[ch] **NEW FILES**
12675         * src/Makefile.am, src/messageview.c, src/mimeview.c
12676                 decrypt ascii-armored gpg text embedded in
12677                 the message body.
12678                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12679
12680 2001-10-13 [christoph]  0.6.3claws12
12681
12682         * README.claws
12683                 some more details on default to and
12684                 feature requests
12685         * src/main.c
12686                 init glib threading when ldap is used
12687         * src/syldap.c
12688                 threading fixes
12689         * po/de.po
12690                 fixed a typo
12691
12692 2001-10-12 [paul]       0.6.3claws11
12693
12694         * src/prefs_common.[ch], src/rfc2015.c
12695                 enable ascii-armored gpg text to be embedded in the
12696                 message body, selectable through the 'Privacy'
12697                 preferences. Supports encrypting only.
12698                 Submitted by Ravemax <ravemax@dextrose.com>
12699
12700 2001-10-12 [paul]       0.6.3claws10
12701
12702         * sync with sylpheed 0.6.3cvs6
12703                 see ChangeLog entries 2001-10-11 and 2001-11-12
12704
12705         * src/folderview.c
12706                 incorporated mbox folders, scoring, and folder
12707                 properties into the sync
12708
12709 2001-10-12 [darko]      0.6.3claws9
12710
12711         * README.claws
12712                 describe quotation wrapping
12713         * src/compose.c
12714                 don't treat tab as space to calculate line length properly
12715
12716 2001-10-11 [alfons]
12717
12718         * README.claws
12719                 correct description of how to make new filtering system work,
12720                 add some other things
12721                 
12722         * src/syldap.c
12723                 remove sched_yield() (not necessary / unportable)
12724
12725 2001-10-11 [paul]       0.6.3claws8
12726
12727         * sync with sylpheed 0.6.3cvs3
12728                 see ChangeLog entry 2001-10-10
12729
12730 2001-10-10 [christoph]  0.6.3claws7
12731
12732         * .cvsignore
12733                 ignore 2 files created by newer autotools
12734         * src/prefs_folder_item.c
12735                 using table for widget alignment
12736                 fixed memory leak and broken octal display
12737         * src/filesel.c
12738                 fixed segfault caused by lost filename
12739                 workaround (closes bug #469551)
12740
12741 2001-10-10 [paul]       0.6.3claws6
12742
12743         * sync with sylpheed 0.6.3cvs2
12744                 see ChangeLog entries 2001-10-09 and 2001-10-10
12745
12746 2001-10-10 [darko]      0.6.3.claws5
12747
12748         * src/gtkstext.c
12749                 proper calculation of right margin if smart wrapping is enabled
12750         * src/compose.c
12751                 automatically wrap long lines if wrap quotation is enabled
12752
12753 2001-10-09 [alfons]     0.6.3.claws4
12754
12755         * src/summaryview.c
12756                 select correct row when deleting last row in the summary view (and
12757                 close bug "[ #469104 ] select second last in list when deleting")
12758
12759 2001-10-09 [paul]       0.6.3claws3
12760
12761         * sync with sylpheed 0.6.3cvs1
12762                 updated some autotool scripts
12763
12764 2001-10-09 [darko]      0.6.3claws2
12765
12766         * src/gtkstext.[ch]
12767                 new name and mark with Sylpheed comment
12768         * src/compose.c
12769                 smart quotation wrapping a-la VIM
12770
12771 2001-10-08 [paul]       0.6.3claws1
12772
12773         * sync with sylpheed 0.6.3 release
12774                 see ChangeLog entry 2001-10-08
12775
12776 2001-10-08 [paul]       0.6.2claws24
12777
12778         * src/summaryview.c
12779                 more sync with sylpheed 0.6.2cvs12
12780                 Fixed the bug that didn't select the last row correctly
12781
12782
12783 2001-10-07 [paul]       0.6.2claws23
12784
12785         * sync with sylpheed 0.6.2cvs12
12786                 see ChangeLog entry 2001-10-07
12787
12788 2001-10-06 [match]
12789         * src/jpilot.[ch]
12790                 enable jpilot to read unsynch'ed addresses.
12791
12792         * src/editldap_basedn.c
12793                 fix segfault when opening dialog.
12794
12795 2001-10-06 [alfons]     0.6.2.claws22
12796
12797         * src/summaryview.c
12798                 fix bug with summary view selecting last *inserted*
12799                 node instead of last *visible* node. remember we
12800                 work with a tree
12801
12802 2001-10-06 [paul]       0.6.2claws21
12803
12804         * po/pt_BR.po
12805                 updated translation, contains some fixes and new
12806                 translations, submitted by Gustavo Noronha Silva
12807                 <kov@debian.org>
12808
12809         * src/prefs_common.c
12810                 change 'each' to 'every' - fix dubious English
12811
12812         * sync with sylpheed 0.6.2cvs11
12813
12814 2001-10-05 [alfons]     0.6.2claws20
12815
12816         * src/mainwindow.[ch], src/folderview.c
12817                 make composite tool button switch between "Compose News"
12818                 and "Compose Mail" depending on selected folder
12819                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12820
12821 2001-10-05 [paul]       0.6.2claws19
12822
12823         * src/mainwindow.c, src/summaryview.c
12824                 fix 'Message/Reply to all', broken in last commit
12825
12826         * src/compose.c
12827                 fix X_BEENTHERE seg fault, thanks to Alfons
12828
12829 2001-10-04 [paul]       0.6.2claws18
12830
12831         * src/compose.[ch], src/mainwindow.c
12832                 make "Message/Reply" reply to mailing lists; matches
12833                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12834                 based on portions of the patch submitted by
12835                 Junichi Uekawa <dancer@netfort.gr.jp>
12836
12837 2001-10-04 [darko]      0.6.2claws17
12838
12839         * src/compose.c
12840                 better smart wrapping
12841         * src/gtkstext.[hc]
12842                 a function to make text buffer contiguous
12843
12844 2001-10-03 [paul]       0.6.2claws16
12845
12846         * sync with sylpheed 0.6.2cvs10
12847
12848 2001-10-02 [alfons]
12849
12850         * configure.in
12851         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12852                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12853                 references to chinese translations (hope someone picks up
12854                 this)
12855
12856 2001-10-02 [christoph]  0.6.2claws15
12857
12858         * src/compose.c
12859                 fixed non translated header bug
12860         * ChangeLog.claws
12861                 fixed wrong date in alfons last entry ;)
12862
12863 2001-10-02 [alfons]     0.6.2claws14
12864
12865         * src/compose.c, src/prefs_common.[ch]
12866                 add block cursor option
12867
12868 2001-10-02 [paul]       0.6.2claws13
12869
12870         * sync with sylpheed 0.6.2cvs9
12871
12872 2001-09-30 [paul]       0.6.2claws12
12873
12874         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12875                 updated translations
12876
12877         * po/POTFILES.in
12878                 add 'src/importldif.c'
12879
12880         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12881                 added eudora-to-vCard conversion tool
12882                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12883
12884         * sync with sylpheed 0.6.2cvs8
12885
12886 2001-09-30 [paul]
12887
12888         * sylpheed-0.6.2claws released
12889
12890 2001-09-27 [melvin]     0.6.2claws11
12891
12892         * src/gtkspell.c
12893                 fixed crash when using default path (introduced 
12894                 in 0.6.2claws10)
12895                 fixed tiny bug for initial suggestion mode
12896
12897 2001-09-27 [melvin]     0.6.2claws10
12898         
12899         * src/gtkspell.c
12900                 fixed bug where gtkpspell didn't set the path correctly
12901
12902         * README.claws
12903                 added a paragraph about spell checking
12904                 
12905
12906
12907 2001-09-27 [paul]       0.6.2claws9
12908
12909         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12910                 replace '// comments' with '/* comments */' to prevent
12911                 some compiler warnings 
12912
12913         * sync with sylpheed 0.6.2cvs6
12914
12915 2001-09-26 [alfons]     0.6.2claws8
12916
12917         * src/messageview.c
12918                 introduce return receipt request notification again,
12919                 which was lost because of other semantics in 
12920                 procheader_parse() (???)
12921
12922 2001-09-26 [christoph]  0.6.2claws7
12923
12924         * src/compose.c
12925                 replace comments for old code with #if 0
12926                 readded auto cc, bcc and reply-to
12927         * src/prefs_matcher.c
12928         * src/prefs_scoring.c
12929                 removed some definition (was moved to
12930                 prefs.h)
12931
12932 2001-09-26 [paul]       0.6.2claws6
12933
12934         * src/mainwindow.c
12935                 make 'Follow-up and reply to' sensitive
12936
12937         * more sync with sylpheed 0.6.2cvs5
12938
12939 2001-09-25 [melvin]
12940
12941         * 0.6.2claws5
12942
12943         * src/gtkspell.c
12944                 fixed bug for "US-ASCII" introduced by the encoding code
12945
12946 2001-09-25 [paul]
12947
12948         * 0.6.2claws4
12949
12950         * src/prefs_common.[ch], src/summaryview.c
12951                 'next unread msg' 'go to next folder?' dialog can be
12952                 given default behaviour, either always show dialog,
12953                 or assume 'yes', or assume 'no'
12954                 Submitted by wwp <subscript@free.fr>
12955
12956 2001-09-25 [melvin]
12957                 
12958         * src/compose.c src/gtkspell.[ch]
12959                 added support for different encodings
12960
12961 2001-09-25 [paul]
12962
12963         * more sync with sylpheed 0.6.2cvs5
12964
12965 2001-09-24 [alfons]
12966         
12967         * src/prefs_folder_item.c
12968                 add check for item->prefs->default_to string is NULL and
12969                 add another check when freeing this string
12970
12971 2001-09-24 [paul]
12972
12973         * configure.in
12974                 change to version 0.6.2claws3
12975
12976         * sync with sylpheed 0.6.2cvs5 
12977
12978 2001-09-24 [match]
12979         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12980                 import LDIF files.
12981         * src/addrcache.[ch], addrindex.[ch]
12982                 small update for future
12983         * src/addrbook.c
12984                 fix test XML file.
12985
12986 2001-09-24 [melvin]
12987         * src/gtkspell.[ch]
12988                 added 'Learn from mistakes' option
12989                 better handling of quotes in checked words
12990                 sorted dict list
12991         * po/fr.po
12992                 small update for spell checking stuff
12993
12994 2001-09-23 [alfons]
12995         
12996         * src/gtkspell.c
12997                 edit a little bit so it complies more with main coding style
12998
12999 2001-09-23 [alfons]
13000
13001         * src/folder.[ch], prefs_folder_item.c, compose.c
13002                 migrate "request return receipt" folder property
13003                 to folderlist.xml
13004
13005 2001-09-22 [alfons]
13006
13007         * README.claws **NEW**
13008                 (add things of interest for users of main branch 
13009                 and claws here)
13010
13011         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13012                 re-implement threading per folder option, but store 
13013                 the setting in folderlist.xml (where it belongs)
13014
13015 2001-09-21 [melvin]
13016
13017         * src/gtkspell.[ch]
13018                 fixed bug when compose window is under another window
13019         * src/prefs_common.[ch] src/compose.c
13020                 changed 'dictionary_path' to 'dictionary' to be consistent
13021                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13022         * ac/pspell.m4 src/Makefile.am 
13023                 dropped PSPELL_PATH macro
13024         * po/fr.po
13025                 updated translations
13026
13027 2001-09-21 [christoph]
13028
13029         * src/compose.c
13030                 added border around header fields
13031                 keep header type when new field is added
13032
13033 2001-09-20 [christoph]
13034
13035         * src/utils.[ch]
13036                 more portable debug_print with source filename
13037                 and linenumber
13038         * src/procmsg.c
13039                 more newlines after debug messages
13040
13041 2001-09-20 [paul]
13042
13043         * configure.in
13044                 change to version 0.6.2claws2
13045
13046         * sync with sylpheed 0.6.2cvs3
13047
13048 2001-09-19 [melvin]
13049
13050         * src/gtkspell.c
13051                 fixed the post-right-click focus pb
13052                 fixed crash when 'Spell check all' after dict change 
13053                         and when cursor is at the end of the text
13054                 shift-right-click pops up config menu even on misspelled words.
13055         * po/POTFILES.in
13056                 added gtkspell.c
13057
13058 2001-09-19 [melvin]
13059
13060         * src/about.c
13061                 added pspell to compiled-in features list
13062
13063 2001-09-18 [melvin]
13064
13065         * switched to pspell and dropped ispell
13066         * ac/pspell.m4
13067                 new file. autoconf macro for pspell
13068         * ac/Makefile.am 
13069         * configure.in acconfig.h
13070                 added pspell support
13071         * src/Makefile.am
13072         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13073         * src/prefs_common.[ch] 
13074                 added pspell support
13075
13076 2001-09-18 [christoph]
13077
13078         * src/addr_compl.c
13079         * src/template.[ch]
13080                 replace LOG_MESSAGE with debug_print
13081         * src/compose.[ch]
13082                 gui improvements
13083         * src/menu.c
13084                 added newline after debug message
13085         * src/utils.h
13086                 using __VA_ARGS__ for debug_print macro
13087         * tools/.cvsignore
13088                 ignore Makefile and Makefile.in
13089
13090 2001-09-18 [paul]
13091
13092         * configure.in
13093                 change to version 0.6.2claws1
13094         * sync with sylpheed 0.6.2cvs1
13095
13096         * src/matcher.c 
13097         * src/prefs_matcher.c
13098                 add 'score equal to' option, submitted by
13099                 Paul Evans <nerd@freeuk.com>
13100
13101 2001-09-15 [christoph]
13102
13103         * src/mainwindow.c
13104                 comment out menu entry not existing in claws
13105         * src/menu.c
13106                 add debug output for non existing menu entries
13107         * src/summaryview.c
13108                 fix next/prev unread message for ignored threads
13109         * src/utils.[ch]
13110                 add sourcefile and line number to debug output
13111                 otherwise it is sometimes hard to find the
13112                 source code part if debug messages are translated
13113
13114 2001-09-14 [darko]
13115         
13116         * src/folderview.c
13117                 refresh target folder style after colour is changed
13118
13119 2001-09-13 [paul]
13120
13121         * configure.in
13122                 change to version 0.6.1claws3
13123
13124         * sync with sylpheed 0.6.1cvs6
13125
13126 2001-09-13 [darko]
13127         
13128         * src/folderview.c
13129                 fix target folder colourization to use user selected colour
13130
13131 2001-09-12 [darko]
13132         
13133         * src/summaryview.c
13134                 fix crash when message that is marked for copy/move is unmarked
13135
13136 2001-09-09 [paul]
13137
13138         * configure.in
13139                 change to version 0.6.1claws2
13140
13141         * sync with sylpheed 0.6.1cvs3
13142
13143 2001-09-09 [alfons]
13144         
13145         * src/folderview.c
13146                 fix bug with default font used for trash folder text
13147
13148 2001-09-06 [paul]
13149
13150         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13151                 updated translations
13152
13153         * configure.in
13154                 change to version 0.6.1claws1
13155
13156         * sync with sylpheed 0.6.1cvs2
13157
13158 2001-09-03 [paul]
13159
13160         * po/POTFILES.in
13161                 add Match's new addressbook
13162
13163         * po/de.po
13164                 updated translation submitted by Jens Oberender
13165
13166 2001-09-02 [paul]
13167
13168         * configure.in
13169                 change to 0.6.1claws
13170         * sync with sylpheed 0.6.1 release
13171
13172 2001-09-02 [paul]
13173
13174         * configure.in
13175                 change to 0.6.0claws2
13176
13177         * sync with sylpheed 0.6.0cvs4
13178
13179         * po/pt_BR.po
13180                 updated translation submitted by Fabio Junior Beneditto
13181
13182 2001-09-01 [match]
13183         * pixmaps/
13184                 interface.xpm
13185                 book.xpm
13186                 address.xpm
13187         * src/
13188                 Makefile.am
13189                 a ton of new files
13190
13191 2001-08-31 [paul]
13192
13193         * configure.in
13194                 change to version 0.6.0claws1
13195
13196         * sync with sylpheed 0.6.0cvs1
13197
13198         * po/es.po
13199                 updated translation submitted by Ricardo Mones Lastra
13200
13201         * po/POTFILES.in
13202                 add 'src/prefs_templates.c'
13203
13204         * src/compose.c, src/summaryview.c
13205                 fix segfault on 'Re_edit'               
13206
13207 2001-08-30 [alfons]
13208
13209         * configure.in, Makefile.am
13210         * tools/Makefile.am
13211                 add tools directory to source distribution
13212
13213 2001-08-30 [paul]
13214
13215         * configure.in
13216                 change to version 0.6.0claws
13217
13218         * sync with sylpheed 0.6.0 release
13219
13220 2001-08-30 [christoph]
13221
13222         * configure.in
13223                 removed autoconf version check
13224
13225 2001-08-30 [paul]
13226
13227         * src/account.c, src/compose.c, src/prefs_common.[ch]
13228         * src/procheader.[ch] src/utils.[ch]
13229                 Enhanced automatic account selection on replies
13230                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13231
13232         * configure.in
13233                 add LDAP and JPilot to the configuration results output.
13234
13235 2001-08-29 [christoph]
13236
13237         * src/summeryview.c
13238                 no bold font for ignored threads
13239
13240 2001-08-29 [paul]
13241
13242         * configure.in
13243                 change to version 0.5.3claws6
13244
13245         * sync with sylpheed 0.5.3cvs10
13246                 src/stringtable.[ch]: New Files
13247
13248         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13249         * src/pixmaps/sylpheed.xpm
13250                 add mini-icons to windows (by Alfons)
13251
13252 2001-08-27 [paul]
13253
13254         * src/mainwindow.c
13255                 new functions: next_labeled_cb(), prev_labeled_cb()
13256
13257         * src/summaryview.c
13258                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13259                 summary_select_next_labeled(), summary_select_prev_labeled()
13260
13261         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13262                 give claws blue folders and a blue trash can
13263
13264 2001-08-27 [paul]
13265
13266         * configure.in
13267                 change to version 0.5.3claws5
13268
13269         * sync with sylpheed 0.5.3cvs9
13270                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13271
13272 2001-08-24 [christoph]
13273
13274         * src/filesel.c
13275                 keep filename when browsing directories
13276                 (not working for user entered filename, but
13277                  for default name and selected filename from
13278                  file list)
13279         * src/mainwindow.c
13280                 fixed wrong spelling "Folllow-up"
13281         * src/mbox_folder.c
13282         * src/procmsg.c
13283         * src/summaryview.c
13284                 fixed new/unread message count with ignored
13285                 threads (2 commits, first didn't notice no
13286                 longer needed decreasing)
13287         * src/inc.c
13288                 readded scrolling of progress dialog
13289                 (lost in sync)
13290
13291 2001-08-24 [paul]
13292
13293         * configure.in
13294                 change to 0.5.3claws4
13295
13296         * sync with sylpheed 0.5.3cvs7
13297
13298 2001-08-24 [christoph]
13299
13300         * src/compose.c
13301                 set request return receipt when replying
13302                 if it is set is the folder prefs of the
13303                 message
13304         * src/inc.c
13305                 disable final error popup if popups are
13306                 disabled in config (again)
13307
13308 2001-08-23 [paul]
13309
13310         * configure.in
13311                 Change version number to 0.5.3claws3
13312
13313         * sync with sylpheed 0.5.3cvs5
13314
13315         * src/mimeview.c
13316                 double quote '%s' in 'gedit %s' to fix bug when
13317                 opening attachment with spaces in the name
13318
13319 2001-08-22 [alte]
13320         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13321           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13322                 initial message templates support
13323
13324
13325 2001-08-22 [paul]
13326
13327         * configure.in
13328                 change version number to 0.5.3claws2
13329
13330         * sync with sylpheed 0.5.3cvs4
13331
13332         * src/procmsg.h src/summaryview.c
13333                 re-implement (un)ignore thread
13334
13335 2001-08-21 [paul]
13336
13337         * src/summaryview.c
13338                 remove unnecessary code
13339         * src/compose.c
13340                 enable 'dynamic' signatures (submitted by
13341                 Eric Limpens <eric@hscg-internet.nl>)
13342
13343 2001-08-21 [paul]
13344
13345         clean up after sync with sylpheed 0.5.3 release
13346
13347         * src/folderview.c
13348                 fix re-introduced font mess, see Christoph's
13349                 entry 2001-06-24
13350
13351         * src/summaryview.c
13352                 remove prev_msgnum
13353                 use sylpheed's small font instead of
13354                 gtk default font for summary view
13355
13356
13357 2001-08-17 [paul]
13358
13359         * configure.in
13360                 add pl to ALL_LINGUAS - sync with main branch
13361
13362         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13363                 Updated. Translations by Jens Oberender, Ricardo Mones
13364                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13365
13366         * po/pl.po  ** NEW FILE **
13367                 sync with the main branch
13368
13369         * src/folderview.c
13370                 fix target folder colorizing and refresh problem
13371
13372
13373 2001-08-17 [christoph]
13374
13375         * src/mainwindow.c
13376                 claws uses 4 colors for target folder coloring.
13377                 arrays were not long enough and destroyed the
13378                 stack causing a segfault.
13379                 target folder colorizing does not work anymore
13380                 for me
13381
13382 2001-08-16 [paul]
13383
13384         * configure.in
13385                 change to version 0.5.3claws1
13386
13387         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13388           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13389           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13390
13391                 sync with sylpheed 0.5.3 release, but keep claws method of
13392                 configuring/saving fonts
13393
13394         * src/addressbook.[ch]
13395                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13396                 in line with a similar change in Hiroyuki's branch
13397
13398         * src/mainwindow.[ch]
13399                 disable main_window_set_thread_option()
13400         * src/prefs_folder_item.c
13401                 comment out &tmps_prefs.enable_thread,
13402         * src/mbox_folder.c, src/procmsg.[ch]
13403                 comment out MSG_IS_IGNORE_THREAD
13404         * src/summaryview.c
13405                 comment out summary_ignore_thread() and summary_unignore_thread()
13406                 comment out MSG_IS_IGNORE_THREAD
13407
13408                 use Hiroyuki's threading instead.
13409
13410
13411
13412 2001-08-15 [paul]
13413
13414         * src/account.c
13415                 use Hiroyuki's 0.5.3 column scheme but also
13416                 include the enable/disable button.
13417         * src/pixmaps/mark.xpm
13418                 add Hiroyuki's amended pixmap
13419
13420 2001-08-13 [christoph]
13421
13422         * src/account.c
13423                 receive at get all column showed wrong state for APOP
13424                 button should only work for POP3 and APOP accounts
13425         * src/prefs_account.c
13426                 added missing preprocessor statement for SSL
13427
13428 2001-08-12 [paul]
13429
13430         * src/account.[ch]
13431                 add 'receive at get all' column and enable/disable
13432                 button.
13433
13434 2001-08-06 [christoph]
13435
13436         * src/account.c
13437                 show usage of SSL in protocol column
13438
13439         * src/imap.c
13440         * src/inc.c
13441                 renamed ssl options
13442
13443         * src/prefs_account.[ch]
13444                 moved ssl options to a new page
13445
13446         * src/send.c
13447         * src/smtp.c
13448         * src/ssl.[ch]
13449                 renamed ssl options
13450                 added support for SMTP STARTTLS command
13451
13452 2001-08-05 [christoph]
13453
13454         * configure.in
13455                 debian autoconf needs version check to find
13456                 correct autoconf version. if the file is
13457                 named configure.in 2.13 is used, which does
13458                 not work with this configure.in script.
13459                 other solution would be to rename the script
13460                 to configure.ac as suggested in the autoconf
13461                 manual.
13462
13463         * src/inc.c
13464                 disable final error popup if popups are
13465                 diabled in config
13466
13467         * src/socket.c
13468                 bugfix in ssl_gets
13469                 fixes IMAP over SSL problem
13470
13471 2001-08-03 [paul]
13472
13473         * configure.in
13474                 change to 0.5.2claws1
13475
13476         * sync with sylpheed 0.5.2cvs1
13477
13478 2001-08-02 [alfons]
13479
13480         * configure.in
13481                 quick fix for ispell detection...
13482
13483 2001-08-01 [paul]
13484
13485         * configure.in
13486                 change to 0.5.1claws4
13487
13488         * sync with sylpheed 0.5.1cvs7
13489
13490 2001-07-31 [alfons]
13491
13492         * src/prefs_common.c, src/prefs_common.h, 
13493           src/gtkspell.c, src/gtkspell.h
13494                 add global spelling checker settings (compose tab) +
13495                 selection of dictionary 
13496           
13497         * configure.in  
13498                 guess valid ispell location
13499
13500 2001-07-31 [paul]
13501
13502         * po/POTFILES.in
13503                 removal of 'src/quote_fmt_parse.c'
13504         * po/de.po
13505                 Updated de.po
13506                 (submitted by Jens Oberender <didge@suse.de>)
13507
13508 2001-07-31 [darko]
13509
13510         * src/folder.[ch]
13511         * src/folderview.[ch]
13512         * src/mainwindow.c
13513         * src/mh.c
13514         * src/prefs_common.[ch]
13515         * src/summaryview.c
13516                 target folder colourization
13517
13518 2001-07-30 [paul]
13519
13520         more sync with Sylpheed 0.5.1cvs6 
13521
13522 2001-07-30 [darko]
13523
13524         * src/mh.c
13525         * src/prefs_folder_item.[hc]
13526         * src/summaryview.c
13527                 shared folders support with a GUI
13528
13529 2001-07-29 [paul]
13530
13531         0.5.1claws3
13532
13533         * sync with Sylpheed 0.5.1cvs6
13534
13535 2001-07-29 [paul]
13536
13537         * po/pt_BR.po
13538                 updated
13539                 (submitted by Fabio Junior Beneditto)
13540
13541 2001-07-28 [paul]
13542
13543         * src/procmime.c
13544         * AUTHORS
13545                 patch to correct bad image mime headers
13546                 (submitted by Don Quijote <dq@searchlores.org>)
13547
13548 2001-07-28 [paul]
13549
13550         * tools/gif2xface.pl   **NEW FILE**
13551         * tools/README
13552                 script to convert file.gif to file.xface for
13553                 use in a custom header.
13554                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13555
13556 2001-07-27 [alfons]
13557         
13558         * configure.in
13559                 change macros for detecting JPilot and LDAP
13560
13561 2001-07-27 [christoph]
13562
13563         * src/filtering.c
13564                 code cleanup (MIN / MAX warning, needed casting)
13565
13566 2001-07-27 [alfons]
13567
13568         * procheader.c
13569                 disallow setting flags when detecting certain headers
13570                 (X-Status, Status, Seen, X-Seen). 
13571         
13572         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13573
13574 2001-07-27 [christoph]
13575
13576         * src/prefs_filter.c
13577         * src/prefs_filtering.c
13578         * src/prefs_matcher.c
13579         * src/prefs_scoring.c
13580                 scroll list when moving rows up or down
13581
13582         * src/imap.c
13583         * src/imap.h
13584         * src/prefs_account.c
13585         * src/prefs_account.h
13586         * src/send.c
13587                 SMTP over SSL (untested, feedback requested)
13588                 IMAP over SSL
13589
13590         * src/ssl.c
13591                 code cleanup
13592
13593 2001-07-26 [alfons]
13594         
13595         * configure.in, acconfig.h
13596                 define CLAWS (need this for main / claws detection)
13597
13598 2001-07-25 [alfons]
13599
13600         * configure.in
13601                 Sylpheed 0.5.1claws2
13602                 
13603         * sync with Sylpheed 0.5.1cvs4
13604
13605 2001-07-25 [christoph]
13606
13607         * src/scoring.c
13608                 fixed segfault
13609                 item->prefs == NULL (don't know why)
13610
13611 2001-07-25 [alfons]
13612
13613         * configure.in
13614                 Sylpheed 0.5.1claws1
13615
13616         * sync with Sylpheed 0.5.1cvs1-3
13617
13618 2001-07-24 [christoph]
13619
13620         * src/folderview.c
13621         * src/prefs_folder_item.[ch]
13622                 added folderitem preferences dialog with
13623                 default To: and auto request return receipt
13624
13625         * src/compose.[ch]
13626         * src/menu.[ch]
13627                 changes to handle new folderitem preferences
13628
13629         * src/mainwindow.c
13630         * src/summaryview.c
13631                 call compose new mail with current folderitem
13632
13633 2001-07-24 [alfons]
13634
13635         Release Sylpheed 0.5.1claws
13636
13637         * configure.in
13638                 change to release version 0.5.1claws
13639
13640 2001-07-24 [christoph]
13641
13642         * src/summaryview.c
13643                 fixed segfault that happend when the selected
13644                 message was removed while retrieving new messages.
13645
13646         * po/es.po
13647                 updated translation
13648                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13649
13650 2001-07-22 [alfons]
13651
13652         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13653         this is a work in progress, for more information: http://nlpagan.net/sylman 
13654         
13655         * configure.in, src/mainwindow.c, manual/Makefile.am
13656                 add support for English manual
13657
13658         * AUTHORS
13659                 add authors of user manuals
13660
13661         * manual/en/sylpheed*.html
13662                 add English documentation
13663
13664 2001-07-22 [christoph]
13665
13666         * po/POTFILES.in
13667                 added src/ssl.c
13668         * src/ssl.c
13669                 changed a wrong debug message
13670
13671 2001-07-22 [alfons]
13672
13673         * po/nl.po
13674                 update Dutch translation
13675
13676         * src/prefs_filtering.c, 
13677           src/prefs_matcher.c
13678                 add more translatable strings           
13679
13680 2001-07-21 [alfons]
13681
13682         0.5.0claws7
13683
13684         * configure.in
13685                 change version
13686
13687         * src/inc.c, src/summaryview.[ch]
13688                 prevent update of mark file when filtering has done, by
13689                 using a variable; this affects two functions:
13690                         inc.c::inc_finished()
13691                         summaryview.c::summary_show()
13692
13693 2001-07-20 [alfons]
13694
13695         * src/filtering.[ch], src/prefs_filtering.c, 
13696           src/matcher.[ch]
13697                 add filtering action for label coloring 
13698
13699         * po/POTFILES.in
13700                 add labelcolors.c
13701
13702         * added src/labelcolors.c
13703         * added src/labelcolors.h
13704         * src/Makefile.am, src/summaryview.c
13705                 rearrange label coloring code
13706
13707         * src/procmsg.h
13708                 add more parentheses so label colouring works correctly
13709
13710         * src/filtering.c
13711                 don't really delete message, but move it to Trash
13712
13713         * src/prefs_matcher.c
13714                 add quote options to info dialog
13715
13716 2001-07-20 [christoph]
13717
13718         * src/Makefile.am
13719         * src/inc.c
13720         * src/main.[ch]
13721         * src/socket.h
13722         * src/ssl.[ch] (new)
13723                 moved ssl stuff to a seperate file
13724
13725 2001-07-20 [darko]
13726
13727         * src/summaryview.c
13728                 fix show sender using address book with no e-mail
13729                 address in From: field
13730
13731 2001-07-19 [alfons]
13732
13733         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13734                 fix messy handling of escaping... now at least the
13735                 execute command is useful. escape char is '\', we
13736                 accept \n and \r too. 
13737
13738                 Real life example:
13739                 
13740                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13741                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13742
13743 2001-07-18 [alfons]
13744
13745         0.5.0claws6
13746
13747         * src/summaryview.c
13748                 clean up
13749
13750         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13751           src/procmsg.[ch]
13752                 revise filtering; currently move, copy, marking have
13753                 been tested. if you like bleeding edge stuff, you
13754                 should definitely go for this version :)
13755
13756         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13757
13758 2001-07-17 [christoph]
13759
13760         * src/utils.c
13761                 timestamp log
13762
13763 2001-07-17 [alfons]
13764
13765         0.5.0claws5
13766
13767         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13768           bits in the mark file, without affecting either branch. Lots of
13769           files changed, also in claws branch.
13770
13771           UNTESTED: use of mbox folders
13772
13773         * src/summaryview.c
13774                 added mark all read; however this was a quick hack used for
13775                 cleaning up mess after initial merge with Hiroyuki
13776
13777         * configure.in
13778                 change claws version number back to 0.5.0claws5 to clear up 
13779                 confusion & pretension (recent release was technically 
13780                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13781
13782 2001-07-16 [alfons]
13783
13784         sync with Hiroyuki's 0.5.0cvs4
13785
13786 2001-07-16 [alfons]
13787
13788         0.5.1claws3
13789
13790         * src/filtering.[ch]
13791                 remove invalid updating of mark files for 
13792                 filter actions MATCHING_ACTION_MOVE and 
13793                 MATCHING_ACTION_DELETE; this should fix the
13794                 folder update bug
13795                 
13796         * src/procmsg.c
13797                 revert Christoph's stab at fixing the folder 
13798                 update bug
13799
13800         * po/POTFILES.in
13801                 add missing files with translatable strings
13802
13803         * src/summaryview.c
13804                 remove debug print
13805
13806 2001-07-15 [alfons]
13807
13808         * src/addr_compl.[ch], src/prefs_filtering.c
13809                 make "filtering pref dialog's destination entry" an
13810                 "address completable entry", if filter destination is 
13811                 an email address
13812
13813         0.5.1claws2
13814         
13815         sync with Hiroyuki's 0.5.0cvs2-3
13816
13817 2001-07-15 [christoph]
13818
13819         * src/procmsg.c
13820                 fixed folder stats update after incorporation
13821
13822 2001-07-15 [alfons]
13823
13824         * src/summaryview.c
13825                 * finish label colouring stuff (for now)
13826                 * fix incorrect colour bug (off by one) 
13827
13828 2001-07-14 [alfons]
13829
13830         * src/mainwindow.c
13831                 change text labels for news and mail message so there's
13832                 plenty of toolbar estate left
13833
13834         * configure.in
13835                 0.5.1claws1
13836
13837         * src/folderview.c
13838           src/folder.[ch]
13839                 sync with Hiroyuki's 0.5.0cvs1
13840
13841         * src/summaryview.c
13842                 more rewrite label colouring
13843
13844 2001-07-14 [alfons]
13845
13846         * src/summaryview.[ch]
13847                 * start rewrite label colouring 
13848                 * fix proper location "Add Sender To Addressbook" menu item
13849
13850 2001-07-13
13851
13852         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13853         (actually this is 0.5.0claws4)
13854
13855 2001-07-13 [alfons]
13856
13857         * po/pt_BR.po
13858                 * fix duplicate message
13859                 * add updated Portugese / Brazilian translation
13860                   submitted by Fabio Junior Beneditto
13861
13862 2001-07-12 [alfons]
13863
13864         * AUTHORS
13865                 add Jens
13866
13867         * po/nl.po
13868                 add updated Dutch translation
13869
13870         * po/de.po
13871                 add updated German translation submitted by Jens
13872
13873 2001-07-11 [alfons]
13874
13875         Prerelease before 0.5.0claws. Please test.
13876         This version is temporarily tagged as VERSION_0_5_0_TEST
13877
13878         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13879           src/prefs_scoring.c, src/prefs_matcher.c, 
13880           src/prefs_filtering.c, src/mbox.c, 
13881           src/main.c, src/inc.c, src/filtering.[ch]
13882                 revert new Hoa's new matcher (does not work yet)
13883
13884         * src/Makefile.am
13885                 clean up
13886
13887 2001-07-10
13888
13889         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13890
13891
13892 2001-07-10 [alfons]
13893
13894         * Makefile.am
13895                 add ChangeLog.claws to EXTRA_DIST
13896         * src/Makefile.am
13897                 add matcher_parser_parse.h to EXTRA_DIST
13898
13899 2001-07-10 [christoph]
13900
13901         * src/inc.c
13902                 add destination folder to table of
13903                 folders that need to be updated after
13904                 incorporation
13905
13906 2001-07-10 [alfons]
13907
13908         * folder.[ch]
13909           folderview.c
13910                 make collapse state of folders and folder items persistent, i.e.
13911                 if you collapse a folder tree, the next time sylpheed-claws starts 
13912                 up the folder tree remains collapsed.  
13913                 
13914 2001-07-10 [christoph]
13915
13916         * acconfig.h
13917         * configure.in
13918                 added --enable-ssl
13919         * src/md5.[ch]
13920                 renamed MD5_CTX to MD5_CTX_syl
13921                 conflicts with a struct in openssl
13922         * src/inc.c
13923         * src/main.[ch]
13924         * src/prefs_account.[ch]
13925         * src/socket.[ch]
13926                 SSL support for POP
13927         * src/mainwindow.c
13928                 fixed compose with current account
13929                 broken by new compose button stuff
13930
13931 2001-07-09 [hoa]
13932
13933         * AUTHORS
13934                 changed my email address
13935
13936         * src/matcher_parser_parse.y
13937                 clean the parser to remove conflicts
13938
13939 2001-07-09 [alfons]
13940
13941         * AUTHORS
13942                 add Match Grun
13943
13944         * configure.in
13945                 fix incorrect description of --enable-ldap parameter
13946
13947         * src/prefs_common.[ch]
13948           src/compose.c
13949                 add experimental option "smart wrapping" which makes the
13950                 compose editor auto wrap.
13951                 
13952                 | TODO: the problem with the buggy cursor handling is caused |
13953                 | by the GtkText. when deleting / backspacing text its       |
13954                 | wrapping algorithm does not take in account the previous   |
13955                 | line. should find a way to hack this in.                   |
13956                 | or should perhaps combine this with the word wrapping      |
13957                 | patch i wrote in january.                                  |
13958
13959         * src/about.c
13960                 show build parameters for LDAP and JPilot
13961
13962         * src/summaryview.c
13963                 revert Christoph's bugfix for selecting next unread message, 
13964                 because folder stats aren't updated correctly
13965
13966 2001-07-08 [hoa]
13967
13968         * src/filtering.c
13969         * src/mainwindow.c
13970         * src/matcher.c
13971         * src/matcher_parser_lex.l
13972         * src/matcher_parser_parse.y
13973         * src/prefs_filtering.c
13974         * src/prefs_scoring.c
13975         * src/scoring.c
13976                 bugfix of the config file parser
13977
13978 2001-07-08 [alfons]
13979
13980         * src/Makefile.am
13981                 added generated matcher sources to BUILT_SOURCES
13982
13983 2001-07-08 [hoa]
13984
13985         * src/Makefile.am
13986         * src/.cvsignore
13987                 added new config file parser
13988
13989         * src/scoring.[ch]
13990         * src/filtering.[ch]
13991         * src/matcher.[ch]
13992         * src/prefs_filtering.c
13993         * src/prefs_matcher.c
13994         * src/prefs_scoring.c
13995         * added src/matcher_parser.h
13996         * added src/matcher_parser_lex.h
13997         * added src/matcher_parser_lex.l
13998         * added src/matcher_parser_parse.y
13999                 lex & yacc config file parser
14000
14001         * src/mbox.c
14002         * src/inc.c
14003         * src/main.c
14004                 changes prefs_filtering into global_filtering           
14005
14006         * src/summaryview.c
14007                 build threads with subjects only if "Re: " is at the
14008                 beginning of the subject
14009
14010 2001-07-07 [paul]
14011
14012         0.5.0claws
14013
14014         sync with sylpheed 0.5.0
14015                 change of version number only
14016
14017 2001-07-06 [paul]
14018
14019         0.5.0claws5
14020
14021         sync with sylpheed 0.5.0pre5
14022
14023 2001-07-05 [paul]
14024
14025         sync with sylpheed 0.5.0pre4 release
14026                 /po and /manual/ja not sync'ed
14027
14028 2001-07-04 [paul]
14029
14030         more sync with sylpheed 0.5.0pre4
14031
14032 2001-07-03 [christoph]
14033
14034         * src/addressbook.c
14035                 fixed address book broken by address book
14036                 for VCard, JPilot, LDAP
14037
14038 2001-07-03 [alfons]
14039
14040         * src/matcher.c
14041         * src/textview.c
14042                 stopped memory leaks
14043
14044 2001-07-03 [paul]
14045
14046         more sync with sylpheed 0.5.0pre4
14047
14048 2001-07-02 [match]
14049
14050         * included address book patch for VCard, JPilot, LDAP
14051         * pref_common.c - fixed Font options on Display tab (cosmetic)
14052         * alertpanel.c - fixed truncated message
14053
14054 2001-07-02 [christoph]
14055
14056         * src/mbox_folder.c
14057         * src/procmsg.[ch]
14058         * src/summaryview.c
14059                 mark threads for ignoring
14060
14061 2001-07-02 [paul]
14062
14063         0.5.0claws4
14064
14065         * sync with sylpheed 0.5.0pre4
14066                 updated gettext to 0.10.38.
14067
14068 2001-07-01 [paul]
14069
14070         * src/ mainwindow.c
14071         * src/procmsg.h
14072         * src/summaryview.[ch]
14073                 new right-click option: Label.
14074                 substitute for 'Mark-->Mark/Unmark', colours the line.
14075                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14076
14077 2001-07-01 [christoph]
14078
14079         * src/folderview.c
14080                 fixed font for trash
14081         * src/summaryview.c
14082                 move ctree to unread message
14083
14084 2001-07-01 [paul]
14085
14086         * sync with sylpheed 0.5.0pre3 release
14087
14088 2001-06-30 [alfons]
14089
14090         * src/filesel.[ch]
14091         * src/compose.c
14092                 allow inserting / attaching multiple files in
14093                 the composer window
14094
14095 2001-06-30 [paul]
14096
14097         * src/codeconv.c
14098                 small change to Alfons' previous stuff so that it
14099                 actually makes
14100
14101 2001-06-30 [alfons]
14102
14103         * lots of files changed; first attempt to merge the changes
14104           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14105
14106 2001-06-30 [paul]
14107
14108         * po/pt_BR.po
14109                 updated and completed, translations by Fabio
14110                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14111
14112 2001-06-29 [alfons]
14113
14114         * src/compose.c
14115         * src/mimeproc.[ch]
14116                 allow selecting an attached files' mime type from a 
14117                 list of types.
14118
14119 2001-06-29 [paul]
14120
14121         * more sync with sylpheed 0.5.0pre3
14122
14123 2001-06-29 [paul]
14124
14125         * po/pt_BR.po
14126                 merge with sylpheed.pot and pt_BR.po provided by
14127                 Fabio Junior Beneditto.
14128
14129 2001-06-29 [darko]
14130
14131         * src/procmime.c
14132                 make MIME types case insensitive
14133
14134 2001-06-28 [alfons]
14135
14136         * po/nl.po
14137                 merge with sylpheed.pot and old nl.po; translations added.
14138
14139 2001-06-28 [paul]
14140
14141         * more sync with sylpheed 0.5.0pre3
14142
14143 2001-06-27 [alfons]
14144
14145         * src/summaryview.c
14146                 don't crash when removing parent node of messages
14147                 attracted by subject. this was caused by not deleting
14148                 the parent node from the subject line hash table.
14149
14150 2001-06-27 [alfons]
14151
14152         * src/summaryview.c
14153         * src/compose.[ch]
14154         * src/mainwindow.c
14155                 if there are multiple messages selected, allow forwarding
14156                 them as attachments.
14157
14158 2001-06-27 [paul]
14159
14160         * more sync with sylpheed 0.5.0pre3
14161
14162 2001-06-26 [paul]
14163
14164         0.5.0claws3
14165
14166         * sync with sylpheed 0.5.0pre3
14167
14168 2001-06-25 [paul]
14169
14170         * src/mainwindow.c
14171                 fixed 'compose news article' bug
14172                 from icon-and-text toolbar
14173
14174 2001-06-25 [paul]
14175
14176         * sync with sylpheed 0.5.0pre2 release
14177
14178 2001-06-24 [christoph]
14179
14180         * src/prefs_common.c
14181                 bug fix in font selection
14182         * src/folderview.c
14183                 use sylpheed's normal font instead of
14184                 gtk default font for folders without
14185                 new messages
14186
14187 2001-06-24 [alfons]
14188
14189         * src/mainwindow.[ch]
14190                 added composite compose mail / news button (an idea by Leandro
14191                 Pereira <leandro@linuxmag.com.br>)
14192
14193 2001-06-24 [paul]
14194
14195         Added instructions for ldif-to-xml.py
14196
14197         * tools/README
14198
14199 2001-06-23 [alfons]
14200
14201         Some minor things.
14202
14203         * src/pixmaps/stock_news_compose.xpm
14204                 added pixmap by Leandro
14205         * src/prefs_common.c
14206                 tested built-in spelling checker of GCC 3.0 :)
14207         * po/nl.po
14208                 merged dutch translation of sylpheed-main with
14209                 sylpheed.pot
14210
14211 2001-06-23 [paul]
14212
14213         Added tools directory and files.
14214
14215         * tools/filter_conv.pl
14216                 converts old filter system to new filtering system
14217         * tools/ldif-to-xml.py
14218                 converts netscape addressbook to sylpheed addressbook
14219         * tools/README
14220                 descriptions/instructions for above two files
14221
14222 2001-06-23 [christoph]
14223
14224         * src/inc.c
14225         * src/manage_window.[ch]
14226         * src/prefs_common.[ch]
14227                 mail retrieval dialog can be enabled, disabled
14228                 or hidden if non of sylpheed's windows is active
14229
14230 2001-06-22 [paul]
14231
14232         0.5.0claws2
14233
14234         * sync with sylpheed 0.5.0pre2
14235
14236 2001-06-21 [christoph]
14237
14238         * src/summaryview.c
14239                 show recipient on 'from' for all accounts
14240                 
14241         * src/inc.c
14242         * src/prefs_common.[ch]
14243                 disable error popup on mail receive errors
14244
14245 2001-06-21 [alfons]
14246
14247         * src/compose.c
14248                 made the ruler correctly appear and disappear.
14249
14250         * src/Makefile.am
14251                 removed Hoa's work-in-progress-stuff (interesting!) so 
14252                 claws compiles ok.
14253
14254 2001-06-20 [christoph]
14255
14256         * src/inc.c
14257         * src/progressdialog.c
14258                 added scrolled window for list in progressdialog
14259
14260 2001-06-20 [paul]
14261
14262         sync with sylpheed 0.5.0pre1 release
14263
14264 2001-06-20 [christoph]
14265
14266         * src/summeryview.c
14267                 make building threads by subject work when
14268                 thread view is enabled
14269                 
14270         * src/compose.c
14271         * src/prefs_common.[ch]
14272                 automatically select account for mail replys
14273
14274 2001-06-19 [sergey]
14275
14276         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14277         they are filled in from the account settings.
14278
14279 2001-06-19 [paul]
14280
14281         * more sync with sylpheed 0.5.0pre1
14282
14283 2001-06-18 [alfons]
14284
14285         * src/Makefile.am,
14286           src/procmime.c
14287                 added --sysconfdir to CPPFLAGS for pointing to the correct
14288                 location of mime.types. 
14289
14290                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14291                 or ./configure!
14292
14293 2001-06-18 [hoa]
14294
14295         * src/summaryview.c
14296                 fixed some bug when building threads
14297
14298 2001-06-18 [pau]l
14299
14300         * src/prefs_account.c
14301                 UI stuff: More changes to the English
14302
14303 2001-06-18 [paul]
14304
14305         * src/pixmaps/stock_news_compose.xpm: new file
14306         * src/Makefile.am
14307         * src/mainwindow.c
14308         * src/summaryview.c
14309                 Added new icon for Hoa's 'compose a news
14310                 message', plus minor improvements to the
14311                 English
14312
14313         * po/ja.po
14314         * ChangeLog
14315         * ChangeLog.jp
14316                 more sync with sylpheed 0.5.0pre1
14317
14318 2001-06-18 [hoa]
14319
14320         * src/compose.[ch]
14321         * src/mainwindow.c
14322                 Follow-up and reply to
14323
14324         * src/summaryview.[ch]
14325                 Build threads also with subjects
14326
14327 2001-06-17 [hoa]
14328
14329         * src/compose.c
14330                 forwarding use the current account.
14331
14332         * src/mainwindow.c
14333                 the "compose message" button has been replaced with
14334                 "new mail" and "new news" buttons
14335
14336         * src/prefs_common.[ch]
14337                 added a configuration option to use the forward button
14338                 as "forward as attachment"
14339                 changed reply and forward format description
14340
14341         * src/quote_fmt_lex.l
14342         * src/quote_fmt_parse.y
14343                 added message with no signature in format for reply
14344                 and forward.
14345
14346 2001-06-17 [paul]
14347
14348         Minor UI stuff
14349
14350         * src/mainwindow.c
14351         * src/summaryview.c
14352                 Improvements to the English
14353
14354         * src/prefs_common.c
14355                 Improvements to the English and some
14356                 clarity/continuity improvements in the
14357                 description of Quote symbols.
14358
14359 2001-06-17 [paul]
14360
14361         0.5.0claws1
14362
14363         * sync with sylpheed 0.5.0pre1
14364
14365 2001-06-17 [hoa]
14366
14367         * src/compose.c
14368                 Better interface for compose, displayed fields
14369                 are updated whenever we change account.
14370                 Newsgroups field is automatically filled.
14371
14372         * src/mainwindow.c
14373                 Newsgroups field is automatically filled.
14374
14375         * src/prefs_account.c
14376                 Some interface stuff when fields appear and
14377                 disappear.
14378
14379 2001-06-16 [paul]
14380
14381         0.4.99claws
14382
14383         * sync with sylpheed 0.4.99
14384
14385 2001-06-16 [sergey]
14386
14387         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14388         base64_decoder_free, base64_decoder_decode): new object and
14389         functions for decoding base64 streams.
14390         * src/procmime.c (procmime_decode_content): modified to use the
14391         new base64 decoder.
14392
14393 2001-06-15 [paul]
14394
14395         0.4.99claws10
14396
14397         * sync with sylpheed 0.4.99cvs11
14398
14399 2001-06-13 [paul]
14400
14401         0.4.99claws9
14402
14403         * sync with sylpheed 0.4.99cvs9
14404
14405 2001-06-13 [hoa]
14406
14407         * src/compose.c
14408         * src/prefs_account.c
14409
14410                 SMTP server can be defined in the news account
14411                 mime type of attachment are kept.
14412
14413         * src/summaryview.c
14414
14415                 now choose the highest important score between default
14416                 and important score of folder.
14417
14418 2001-06-09 [alfons]
14419         
14420         * src/prefs_common.c: 
14421
14422                 (prefs_quote_description_create): corrected description of 
14423                 quote format characters
14424
14425 2001-06-09 [paul]
14426
14427         0.4.99claws8
14428
14429         * sync with sylpheed 0.4.99cvs8
14430
14431 2001-06-08 [sergey]
14432
14433         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14434         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14435
14436 2001-06-08 [paul]
14437
14438         0.4.99claws7
14439
14440         * sync with sylpheed 0.4.99cvs7
14441
14442 2001-06-06 [sergey]
14443
14444         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14445         clashes with autogenerated header).
14446         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14447         * src/Makefile.am: added quote_fmt.h.
14448         * src/.cvsignore: added lex/yacc autogenerated files
14449         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14450
14451 2001-06-06 [paul]
14452
14453         0.4.99claws6
14454
14455         * sync with sylpheed 0.4.99cvs6
14456
14457 2001-06-06 [hoa]
14458
14459         * added src/quote_fmt_parse.h
14460         * src/compose.c
14461                 removed warnings
14462
14463         * src/prefs.[ch]
14464                 don't modify readonly configuration files
14465
14466         * src/prefs_account.c
14467         * src/prefs_common.c
14468         * src/prefs_customheader.c
14469         * src/prefs_display_header.c
14470         * src/prefs_filter.c
14471         * src/prefs_filtering.c
14472         * src/prefs_scoring.c
14473                 don't open dialog box when configuration files
14474                 are readonly
14475
14476 2001-06-05 [sergey]
14477
14478         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14479
14480         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14481         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14482         BUILT_SOURCES to make all files rebuild properly.
14483
14484         * src/compose.c: removed #include "quote_fmt.tab.h".
14485
14486         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14487         CHARACTER value in yylval.
14488
14489         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14490         receive CHARACTER value by documented means (yylval).
14491
14492         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14493
14494 2001-06-05 [hoa]
14495
14496         * src/Makefile.am
14497                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14498
14499         * src/filtering.c
14500         * src/matcher.c
14501         * src/matcher.h
14502         * src/prefs_filtering.c
14503                 now keep the configuration for execute action
14504
14505         * src/mbox_folder.c
14506                 fixed a warning
14507
14508 2001-06-05 [paul]
14509
14510         * sync with sylpheed 0.4.99cvs5
14511
14512 2001-06-05 [hoa]
14513
14514         * src/Makefile.am
14515                 added quote_fmt.[ch]
14516
14517         * added src/quote_fmt.y
14518         * added src/quote_fmt.l
14519         * added src/quote_fmt.tab.h
14520         * added src/quote_fmt.tab.c
14521         * added src/lex.quote_fmt.c
14522                 parsing configuration for replying
14523                 and forwarding
14524
14525         * src/prefs_common.[ch]
14526                 added configuration UI for replying
14527                 and forwarding
14528
14529         * src/compose.c
14530                 using configuration for replying
14531                 and forwarding
14532
14533 2001-06-04 [hoa]
14534
14535         * src/filtering.c
14536         * src/matcher.c
14537         * src/matcher.h
14538         * src/prefs_filtering.c
14539         * src/prefs_matcher.c
14540         * src/prefs_matcher.h
14541                 action "run a command" for filtering
14542                 and matching with a command.
14543                 fixed the "whole message" matching
14544
14545         * src/mbox_folder.c
14546                 changed temporary filename for security
14547
14548         * src/messageview.c
14549                 queue the notification if it fails to send.
14550
14551         * src/prefs_common.c
14552         * src/prefs_folder_item.c
14553                 changed the default important score             
14554
14555         * src/prefs_scoring.c
14556         * src/scoring.c
14557                 hide kill score input when the folder is not
14558                 a newsgroup
14559
14560 2001-06-03 [alfons]
14561
14562         * src/prefs_common.c:
14563
14564                 (prefs_font_select): pass font name in font entry box to font
14565                 selection dialog.
14566
14567 2001-06-03 [sergey]
14568
14569         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14570
14571 2001-06-03 [paul]
14572
14573         * sync with sylpheed 0.4.99cvs4
14574
14575 2001-06-03 [alfons]
14576
14577         * src/headerwindow.c:
14578
14579                 (headerwindow_show_cb): use the selected summary view item, not
14580                 the displayed item.
14581
14582 2001-06-02 [alfons]
14583
14584         * src/headerwindow.c:
14585
14586                 (headerwindow_show_cb): always try to show msginfo
14587
14588 2001-06-02 [hoa]
14589
14590         * src/compose.c
14591                 keep attached parts when reediting or forwarding.
14592
14593 2001-06-01 [hoa]
14594
14595         * src/folderview.c
14596         * src/prefs_folder_item.[ch]
14597         * src/prefs_scoring.[ch]
14598         * src/scoring.[ch]
14599         * src/summaryview.[ch]
14600         * src/main.c
14601         * src/mainwindow.c
14602         * src/prefs_common.[ch]
14603                 support for folder scoring
14604                 kill score and important score for messages
14605         
14606         * src/prefs_account.c
14607                 some display bug fixed for local account
14608                 preferences
14609
14610 2001-05-31 [alfons]
14611
14612         * src/summaryview.c:
14613
14614                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14615                 sender to address book menu item is disabled.
14616
14617 2001-05-30 [hoa]
14618
14619         * src/filtering.[ch]
14620         * src/summaryview.c
14621                 handling summary menu / filter messages
14622
14623         * src/folder.[ch]
14624                 add some stuff
14625
14626         * src/foldersel.c
14627                 imap folders now appears in list
14628
14629         * src/mbox_folder.c
14630                 doesn't crash if destination mail is not writeable
14631
14632 2001-05-29 [hoa]
14633
14634         * src/compose.c
14635                 removed some warnings
14636
14637         * src/filtering.c
14638         * src/folder.[ch]
14639         * src/prefs_filtering.c
14640                 global string to identify any folders           
14641                 removed some debug info
14642                 filtering to mbox folders is now possible
14643
14644         * src/mainwindow.c
14645                 removed some warnings
14646
14647         * src/mbox_folder.c
14648                 permission on files are changed to read/write for user only,
14649                 nothing for other.
14650                 creation of subfolder is handled better.
14651
14652 2001-05-28 [alfons]
14653
14654         Verified the sync for src/prefs_common.[ch] and
14655         src/prefs_account.[ch]. I believe there were some
14656         minor indentation differences.
14657
14658 2001-05-28 [paul]
14659
14660         0.4.99claws3
14661
14662         * sync with 0.4.99cvs3
14663
14664 2001-05-28 [hoa]
14665
14666         * src/compose.c
14667                 handling flags for mbox format
14668
14669         * src/filtering.c
14670                 use of mark file only for MH format
14671                 handling flags for mbox format
14672                 filtering cannot yet move or copy mails to mbox folders.
14673
14674         * src/folder.[ch]
14675                 changed move_msg, copy_msg,
14676                 move_msgs_with_dest, copy_msgs_with_dest functions
14677                 uses only folder->copy_msg() function
14678                 uses folder->finished_copy() to handle the destination
14679                 folder at the end of the copy or move operation.
14680
14681         * src/foldersel.c
14682                 included mbox directories.
14683
14684         * src/folderview.[ch]
14685         * src/mainwindow.c
14686                 handle folders operation for mbox format
14687
14688         * src/mbox.c
14689                 disable conversion of "From " header
14690
14691         * src/mbox_folder.[ch]
14692                 completion of mbox format handling
14693
14694         * src/mh.c
14695                 changed mh_copy_msg() function and
14696                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14697                 mh_copy_msgs_with_dest()
14698
14699         * src/prefs_filtering.c
14700                 removed some warnings
14701
14702         * src/prefs_matcher.c
14703                 default boolean operation is AND
14704
14705         * src/procheader.c
14706                 handling flags for mbox format
14707                 handling of "From " header
14708
14709         * src/procmsg.[ch]
14710                 removed data field
14711                 added MSG_REALLY_DELETED flags to handle deletion of
14712                 messages in mbox format.
14713
14714         * src/summaryview.c
14715                 handling flags for mbox format
14716                 disable the MSG_DELETED flags when messages
14717                 are deleted in mbox format
14718
14719         * src/textview.c
14720                 "From " headers display fixed.
14721
14722 2001-05-27 [alfons]
14723
14724         * src/textview.c:
14725                 
14726                 (get_email_part): skip quoted email addresses, like in e.g.
14727                 "'alfons@proteus.demon.nl'".
14728
14729 2001-05-26 [alfons]
14730
14731         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14732         and fixing the persistence troubles when using separate windows.
14733
14734         * src/mainwindow.c:
14735         
14736             Added #define SEPARATE_ACTION used in the gtk item factory for 
14737             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14738                 use gtk_item_factory_get_widget_by_action() to get the items.
14739                 
14740             Removed separate_widget_cb from the gtk item factory data   
14741           
14742             (mainwindow_create): connect separate_widget_cb() to check
14743             menu item "toggled" signal. also passing a MainWindow pointer
14744                 as object data for both check menu items.
14745                 
14746             (separate_widget_cb): definition of separate_widget_cb() to match
14747             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14748                 window using gtk_object_get_data(). The type of window separation 
14749                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14750         
14751         * src/prefs_filtering.c,
14752           src/prefs_matcher.c: added horizontal scrollbars
14753
14754 2001-05-25 [darko]
14755
14756         * src/headerview.c
14757                 fix segfault with invalid bold font
14758         * src/summaryview.c
14759                 correctly display summary stats after row is marked
14760
14761 2001-05-23 [sergey]
14762
14763         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14764         encodings with libjconv.
14765
14766 2001-05-23 [hoa]
14767
14768         * src/Makefile.am
14769                 added mbox_folder.[ch]
14770         * src/defs.h
14771                 mbox temporary folder
14772         * src/folder.[ch]
14773         * added src/mbox_folder.[ch]
14774         * src/folderview.c
14775         * src/procheader.[ch]
14776                 added mbox support
14777         * src/mbox.c
14778                 bugfix for file incorporation filtering
14779         * src/imap.c
14780                 enable creation of MBOX
14781         * src/prefs_display_header.c
14782                 enable use of headers like "From "
14783                 something that should be fixed :
14784                         displaying of such headers add an extra space
14785         * src/prefs_folder_item.c
14786                 don't create folders because it is not necessary
14787         * src/procmsg.h
14788                 added data field to MsgInfo for mbox internal use
14789         * src/summaryview.c
14790                 added some support for mbox
14791         * src/utils.[ch]
14792                 added get_mbox_cache_dir() function
14793
14794 2001-05-23 [hiroyuki]
14795
14796         * src/headerwindow.c
14797           src/inc.c
14798           src/main.c
14799           src/mh.c
14800           src/nntp.c
14801           src/procmsg.h
14802           src/session.h
14803           src/socket.[ch]
14804           src/summaryview.c
14805           src/textview.c
14806           src/automaton.c
14807           src/folderview.c: more sync with 0.4.99cvs2.
14808
14809         * src/headerwindow.c: reverted.
14810
14811 2001-05-22 [paul]
14812
14813         0.4.99claws2
14814
14815         * sync with sylpheed 0.4.99cvs2
14816                 * src/news.[ch]
14817                 * src/nntp.[ch]
14818                 * INSTALL
14819                 * INSTALL.jp
14820
14821 2001-05-22 [alfons]
14822
14823         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14824
14825 2001-05-21 [alfons]
14826
14827         Minor things:
14828
14829         * configure.in: if gnome-config not found, "no" is displayed
14830         
14831         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14832
14833         * src/textview.c: now also possible to add mail addresses by right
14834           clicking in the text view
14835
14836         * src/codeconv.c: merged patch which fixes endless loop when encountering
14837           invalid wide characters; from Alte <010@imis.ru>  
14838
14839 2001-05-20 [alfons]
14840
14841         Added installation of gnome specific things:
14842
14843         * Makefile.am: gnome conditional
14844
14845         * configure.in: check for installed gnome
14846
14847         * added sylpheed.png, sylpheed.desktop
14848
14849 2001-05-20 [sergey]
14850
14851         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14852
14853         * src/mainwindow.h (main_window_toolbar_create): created a button
14854         for "Reply to all".
14855         (main_window_set_toolbar_sensitive): enable/disable the new button
14856         appropriately.
14857         (toolbar_reply_to_author_cb): handle the new button.
14858
14859         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14860         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14861         failure).
14862
14863 2001-05-19 [sergey]
14864
14865         * src/compose.h (ComposeReplyMode): new modes
14866         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14867         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14868
14869         * src/compose.c
14870         (compose_send): move some code into a new function:
14871         (compose_current_mail_account): new function.
14872         (compose_reply): new argument to_author, all callers changed; if
14873         to_author==TRUE and account->protocol==A_NNTP, find and use an
14874         appropriate mail account for replying.
14875         (compose_reply_set_entry): new argument to_author; ignore
14876         compose->replyto if to_author==TRUE.
14877
14878         * src/mainwindow.c: new command "Message/Reply to author".
14879         (main_window_set_menu_sensitive): enable/disable it.
14880         (reply_cb): handle it.
14881
14882         * src/summaryview.c: new command "Reply to author".
14883         (summary_set_menu_sensitive): enable/disable it.
14884         (summary_reply_cb): handle it.
14885
14886         * src/account.c (account_find_mail_from_address): new function.
14887
14888 2001-05-18 [paul]
14889
14890         0.4.99claws1
14891
14892         * sync with sylpheed 0.4.99cvs1
14893
14894 2001-05-18 [hoa]
14895
14896         * src/compose.[ch]
14897         * src/filtering.c
14898         * src/summaryview.c
14899                 new filtering action : forward and forward as attachment
14900
14901         * src/main.c
14902                 no need for $DISPLAY when we run sylpheed --help
14903                 call to parse_cmd_opt() is moved
14904
14905         * src/mainwindow.[ch]
14906                 execute button is hidden when immediate execute
14907                 is chosen
14908
14909         * src/mh.c
14910         * src/news.c
14911         * src/prefs_folder_item.c
14912         * src/procmsg.c
14913                 better handling of missing directories
14914
14915         * src/summaryview.c
14916                 reedit is enabled in outbox
14917                 reedit is enabled in queue
14918
14919 2001-05-17 [hoa]
14920
14921         * src/filtering.c
14922         * src/matcher.[ch]
14923         * src/prefs_filtering.c
14924                 changed attachement into attachment
14925
14926 2001-05-17 [alfons]
14927
14928         0.4.67claws4    
14929
14930         * sync with sylpheed 0.4.67cvs9
14931         * sync with sylpheed 0.4.67cvs7-8
14932
14933 2001-05-17 [hoa]
14934
14935         * src/Makefile.am
14936                 added prefs_filtering.c
14937
14938         * src/filtering.[ch]
14939         * src/matcher.[ch]
14940                 removed action : forward_news and forward_news_as_attachement
14941                 (forward and forward_as_attachement can be used instead)
14942
14943         * src/mainwindow.c
14944                 added menu option to access filtering configuration
14945
14946         * src/prefs_account.c
14947                 changed mail_command default to /usr/sbin/sendmail
14948
14949         * added src/prefs_filtering.[ch]
14950                 dialog box for filtering configuration
14951
14952         * src/prefs_matcher.c
14953                 added function prefs_matcher_get_criteria_from_matching()
14954
14955         * src/prefs_scoring.c
14956                 reset the dialog when register or substitute is clicked
14957
14958 2001-05-15 [hoa]
14959
14960         * src/Makefile.am
14961                 added filtering.[ch]
14962         * src/inc.c
14963                 using filering.[ch] instead of filter.[ch]
14964         * src/main.c
14965                 reading new filtering configuration
14966         * src/matcher.[ch]
14967                 added some filtering actions
14968                 and fixed a bug for headers and mail body matching
14969         * src/mbox.c
14970                 using filering.[ch] instead of filter.[ch]
14971         * src/mh.c
14972                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14973         * src/summaryview.c
14974                 some fixes for filtering
14975
14976 2001-05-14 [hiroyuki]
14977
14978         * src/send.c: fixed some weird indentations.
14979           send_message_with_command(): call pclose() only if p != NULL.
14980         * src/textview.c: get_email_part(): modified the code for readability.
14981
14982 2001-05-14 [hiroyuki]
14983
14984         * src/md5global.h
14985           src/md5ify.c
14986           src/md5ify.h: removed from the cvs.
14987
14988 2001-05-13 [sergey]
14989
14990         * src/main.c: include rfc2015.h to avoid compiler warnings.
14991         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14992         the panel is already on screen.
14993         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14994         closing the alert window by ESC as "No".
14995         * src/prefs_common.c (prefs_interface_create): moved return
14996         receipt check button to the correct place.
14997
14998 2001-03-13 [alfons]
14999
15000         * src/prefs_common.c: 
15001                 moved return receipt check button to the Send tab. (prefs_send_create)
15002                 removed the date format ui related globals. (prefs_display_create)
15003
15004         0.4.67claws3
15005         
15006         * sync with sylpheed 0.4.67cvs5-6
15007
15008 2001-05-13 [paul]
15009
15010         * added Alfons' font selection patch
15011
15012         * src/defs.h
15013         * src/headerwindow.c
15014         * src/prefs_common.c
15015         * src/prefs_common.h
15016
15017 2001-05-13 [hoa]
15018         * src/defs.h
15019                 changed version of cache
15020         * src/matcher.[ch]
15021         * src/prefs_matcher.c
15022                 added additionnal matching criteria
15023         * src/procheader.c
15024         * src/procmsg.[ch]
15025         * src/news.c
15026                 added references in MsgInfo
15027
15028 2001-05-12 [hoa]
15029
15030         * src/defs.h
15031                 prepared some things for new filtering
15032         * src/matcher.[ch]
15033                 added some matching properties
15034                 inreplyto need to be enhanced
15035                 prepared some things for new filtering
15036         * src/messageview.c
15037                 added Return-Receipt-To handling
15038         * src/prefs_folder_item.c
15039                 changed default value to TRUE
15040         * src/prefs_matcher.c
15041                 added some matching properties
15042         * src/prefs_scoring.[ch]
15043                 the scoring dialog is finished
15044         * src/procheader.c
15045                 added Return-Receipt-To handling
15046                 Reference need to be added
15047         * src/procmsg.[ch]
15048                 added Return-Receipt-To handling
15049                 added threadscore to get a better score sorting when
15050                 threads are enabled
15051         * src/summaryview.c
15052                 suppressed a bug when we sort the list
15053                 when no folder is opened.
15054                 better score sorting when threads are enabled
15055
15056 2001-05-12 [alfons]
15057
15058         * reverted previous patch because of potential errors 
15059
15060         0.4.67claws2
15061         
15062         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15063                 applied "toggle mail-retrieval dialog window" patch submitted 
15064                 by Eric Limpens <eric@qnt.net>
15065
15066         * sync with sylpheed 0.4.67cvs4
15067
15068 2001-05-12 [sergey]
15069
15070         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15071         some picky compilers.
15072         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15073         * src/grouplist_dialog.c: include alertpanel.h.
15074         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15075         fix compile warning.
15076         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15077         #include "defs.h" before others to prevent the warning of `MIN'
15078         and `MAX' redefinition.
15079
15080 2001-05-11 [hoa]
15081
15082         * src/main.c
15083         * src/messageview.c
15084         * src/prefs_account.c
15085         * src/prefs_display_header.c
15086                 removed warning
15087         * src/Makefile.am
15088                 added prefs_scoring.[ch]
15089         * src/grouplist_dialog.c
15090                 display an error dialog box if the group list
15091                 cannot be fetched.
15092         * src/mainwindow.[ch]
15093                 added main_window_set_thread_option() function
15094                 scoring dialog box enabled
15095         * src/matcher.[ch]
15096                 added flags matching unread /new / marked
15097                 / deleted / replied / forwarded
15098         * src/news.c
15099                 newsgroups are now finally in newscache
15100         * src/prefs_matcher.[ch]
15101                 finished preferences for matching dialog
15102         * added src/prefs_scoring.[ch]
15103                 scoring dialog box completed
15104         * src/scoring.[ch]
15105                 conversion to string : added scoringprop_to_string()
15106                 write config for preferences :
15107                 added prefs_scoring_write_config()
15108         * src/summaryview.c
15109                 threads can be enabled/disabled independently
15110                 for each folder
15111
15112 2001-05-10 [alfons]
15113
15114         0.4.67claws1
15115         
15116         * AUTHORS: 
15117                 thought it would be nice to have a list of all
15118                 contributors (used Changelog as a reference)
15119         
15120         * configure.in: 
15121                 messed up version numbering...
15122
15123         0.4.66claws1
15124
15125         * sync with sylpheed 0.4.67cvs1-3
15126
15127 2001-05-10 [darko]
15128
15129         * src/prefs_common.c:
15130                 better UI for strftime format, double clicking
15131                 on format now inserts the format in text entry
15132                 replaced close button with standard OK/Cancel
15133                 moved date format button to the right of the
15134                 text entry field
15135
15136 2001-05-09 [alfons]
15137
15138         * src/gtkstext.c:
15139                 Ctrl-Home / Ctrl-End have proper cursor navigation
15140
15141 2001-05-09 [hoa]
15142
15143         * src/prefs_matcher.c
15144                 finished UI to define matching properties
15145                 added ok and cancel button
15146         * src/prefs_filter.c
15147                 added ok and cancel button
15148         * src/news.c
15149                 fixed some bug in xhdr parsing
15150
15151 2001-05-08 [alfons]
15152
15153         * src/textview.c: 
15154                 fixed a bug in textview_show_header(), which displayed two colons (':');
15155                 cleaned up some warnings
15156
15157 2001-05-08 [hoa]
15158
15159         * src/Makefile.am
15160                 added prefs_matcher.[ch]
15161                 compilation with -W -Wall
15162         * src/alertpanel.c
15163                 ungrab the mouse events if grabbed - does it
15164                 fix the bug for disposition notification ?
15165         * src/mainwindow.c
15166                 added a menu option to open the matching dialog.
15167         * src/matcher.[ch]
15168                 added matcherprop_to_string() and matcherlist_to_string()
15169                 fixed some bugs, changed the name of some options
15170                 age_sup and age_inf becomes age_greater and age_lower,
15171                 body and messageheaders becomes body_part and headers_part,
15172                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15173         * src/prefs_display_header.c
15174         * src/prefs_headers.c
15175                 fixed a bug that accidentally destroyed dialogs
15176                 when closed them with delete_event
15177                 Added *_deleted() which handle delete_event signal correctly.
15178         * src/prefs_folder_item.[ch]
15179                 added "enable_thread" field for future customization
15180         * added src/prefs_matcher.[ch]
15181                 sample of the UI to define matching properties
15182         * src/procheader.c
15183                 using procheader_headername_equal instead of str*cmp functions
15184                 using procheader_parse_header() function
15185         * src/scoring.c
15186                 using MATCHING_XXX instead of SCORING_XXX
15187         * src/summaryview.c
15188                 display the sender of the news even if this is ourself
15189                 when this is a news message.
15190         * src/textview.c
15191                 using headername_equal() instead of str*cmp functions
15192
15193 2001-05-08 [alfons]
15194
15195         0.4.66claws
15196
15197         * sync with sylpheed 0.4.66
15198         * src/gtkstext.c: trace logs added 
15199
15200 2001-05-08 [sergey]
15201
15202         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15203         signature check popup.
15204         * src/rfc2015.c (check_signature): show signature check popup only
15205         if it is enabled in preferences.
15206
15207 2001-05-07 [alfons]
15208
15209         0.4.66claws4
15210         
15211         * sync with sylpheed 0.4.66cvs6
15212
15213 2001-05-07 [darko]
15214
15215         * src/prefs_common.[ch]: added option to enable/disable
15216           looking up sender name in address book for summary pane
15217         * src/summaryview.c: look up sender in the address book
15218           by using Alfons' address completion code
15219
15220 2001-05-07 [hiroyuki]
15221
15222         * src/inc.h
15223           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15224           member of Pop3State.
15225         * src/news.c: brought #include "defs.h" before #include <glib.h>
15226           to prevent the warning of `MIN' and `MAX' redefinition.
15227
15228 2001-05-06 [hoa]
15229
15230         * removed src/headers_display.[ch]
15231         * removed src/prefs_display_headers.[ch]
15232         * src/inc.c
15233                 use a temporary file in the user directory for mbox import
15234         * src/news.c
15235                 added XHDR support to get "To" and "Cc" headers
15236                 (in order to match news with to or cc field for
15237                 scoring)
15238                 added function news_parse_xhdr() to get XHDR response
15239         * src/nntp.[ch]
15240                 added function nntp_xhdr()
15241         * src/matcher.c
15242                 fetch the message if necessary
15243
15244 2001-05-06 [alfons]
15245
15246         0.4.66claws3
15247
15248         * sync with sylpheed 0.4.66cvs3-5
15249
15250 2001-05-06 [hoa]
15251
15252         * src/utils.[ch]
15253                 added function itos_buf() to enable use of several buffers
15254         * src/summaryview.c
15255                 use of itos_buf() instead of itos() in summary list
15256                 to fix the broken display of message number.
15257
15258 2001-05-06 [alfons]
15259
15260         * src/gtkstext.c: bug in cursor up navigation fixed,
15261                 fixed another unsigned / signed comparison (we're getting there :-)
15262
15263 2001-05-06 [hoa]
15264
15265         * src/Makefile.am
15266                 added scoring.c scoring.h
15267                 prefs_folder_item.c prefs_folder_item.h
15268                 matcher.c matcher.h
15269         * src/defs.h
15270                 added FOLDERITEM_RC SCORING_RC
15271         * src/folder.[ch]
15272                 added prefs field in FolderItem :
15273                 properties for each folder (PrefsFolderItem),
15274                 sorting type and mode were added as the first properties.
15275         * src/main.c
15276                 read config for scoring
15277         * added src/matcher.[ch]
15278                 gives functions to parse configuration file to do
15279                 matching on mails with a list of conditions.
15280         * src/mainwindow.c
15281                 add option to sort by score
15282         * src/prefs_common.[ch]
15283                 added preference option to show score and for
15284                 the score column size
15285         * added src/prefs_folder_item.[ch]
15286                 properties for each folder (PrefsFolderItem),
15287                 sorting type and mode were added as the first properties.
15288         * src/procheader.[ch]
15289                 added procheader_parse_header()
15290                 added procheader_header_free()
15291                 added procheader_headername_equal()
15292                 and made modification to use them.
15293         * src/procmsg.[ch]
15294                 added score field to MsgInfo structure
15295         * added src/scoring.[ch]
15296                 gives functions to parse configuration file to do
15297                 scoring on mails with a list of conditions.
15298         * src/summaryview.[ch]
15299                 save the sorting type and mode for the folder
15300                 added column to display the score of the mail
15301                 added function summary_score_clicked()
15302                 sorting type and mode are restored to the folder
15303                 when it is reopen
15304         * src/textview.c
15305                 use procheader_parse_header(), procheader_headername_equal()
15306                 removed memory leak in text_scan_header when freeing headers
15307         * src/filter.c
15308                 changed the function to match names of headers
15309                 using procheader_headername_equal()
15310
15311         Scoring functions are implemented, an interface is needed
15312         to configure that.
15313
15314 2001-05-04 [alfons]
15315
15316         * src/gtkstext.c: 
15317                 hopefully fixed the row up navigation bug,
15318                 removed adding back / forward lines to cache
15319
15320 2001-05-04 [sergey]
15321
15322         * src/prefs_display_headers.c: user interface changes:
15323         (prefs_display_headers_create): remove unused "Show" check button;
15324         allow reordering of headers by dragging.
15325         (prefs_display_headers_write_config): remove unused variables.
15326         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15327         of lists (not needed with the new UI).
15328         (prefs_display_headers_set_list): scan lists starting from row 0,
15329         not 1 (do not skip "(New)").
15330         (prefs_display_headers_find_header): new function.
15331         (prefs_display_headers_clist_set_row): do not allow duplicates.
15332         (prefs_display_headers_delete_cb): do not skip row 0; treat
15333         closing the alert window by ESC as "No".
15334         (prefs_display_headers_up): do not protect row 0.
15335         (prefs_display_headers_down): do not protect row 0.
15336
15337 2001-05-04 [sergey]
15338
15339         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15340         functions.
15341
15342         * src/summaryview.c
15343         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15344         summary_select_next_marked, summary_select_prev_marked): new
15345         functions.
15346
15347 2001-05-03 [sergey]
15348
15349         * src/news.c: fixed a bug when no article can be fetched after
15350         server timeout if the connection was restored by news_post():
15351         (news_select_group): new function.
15352         (news_fetch_msg): call news_select_group() before fetching
15353         article.
15354         (news_get_uncached_articles): set session->group after successful
15355         GROUP command.
15356
15357 2001-05-03 [hoa]
15358
15359         * src/defs.h
15360         * src/procmsg.[ch]
15361         * src/procheader.c
15362                  changed version of cache, added cc field
15363
15364         * src/prefs_display_headers.c
15365                 the interface was changed
15366
15367         * src/prefs_headers.c
15368                 added cancel button
15369
15370 2001-05-03 [alfons]
15371
15372         * completed sync of sylpheed cvs2
15373         * src/gtkstext.c: updated row up / down cursor navigation
15374         * src/textview.c: re-edited, prepared for fixing the email address
15375                 scanner.
15376
15377 2001-05-03 [darko]
15378
15379         * src/prefs_common.c: use alfons' strftime ui code
15380         entry_datefmt and datefmt_sample widgets have to be
15381         global in this module because of this change
15382
15383 2001-05-03 [hoa]
15384
15385         * src/messageview.c
15386         * src/prefs_common.[ch] added option to activate the return receipt
15387                 feature.
15388
15389 2001-05-02 [alfons]
15390
15391         * src/gtkstext.c: fix for row up/down cursor navigation. 
15392
15393         0.4.66claws2
15394         
15395         * sync with 0.4.66cvs2
15396
15397 2001-05-02 [paul]
15398
15399         added add-sender-to-addressbook patch
15400
15401         * src/addressbook.c
15402         * src/addressbook.h
15403         * src/summaryview.c
15404
15405 2001-05-02 [sergey]
15406
15407         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15408         G_ALERTDISABLE.
15409
15410         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15411         all existing callers changed to pass FALSE; create a check button
15412         to disable the message.
15413         (alertpanel_message_with_disable): new function.
15414         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15415         (alertpanel_button_toggled): new function.
15416         (alertpanel_button_clicked, alertpanel_close): set value using
15417         G_ALERT_VALUE_MASK.
15418
15419         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15420
15421         * src/prefs_common.c (prefs_privacy_create): new check button
15422         checkbtn_gpgme_warning.
15423
15424         * src/main.c (main): moved preferences reading before gpgme
15425         initialization; check prefs_common.gpgme_warning before giving the
15426         GnuPG warning and set it to FALSE if the user wants to disable the
15427         warning.
15428
15429 2001-05-02 [hiroyuki]
15430
15431         * src/prefs_display_headers.c: modified the layout and some labels.
15432
15433 2001-05-02 [sergey]
15434
15435         * src/prefs_account.c (prefs_account_fix_size): new function.
15436         (prefs_account_create): call prefs_account_fix_size(); use
15437         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15438         size when the window is shown for the first time).
15439         (prefs_account_basic_create): changed layout of serv_table; moved
15440         localmbox_entry above smtpserv_entry (logically it replaces
15441         POP3/IMAP server).
15442         (prefs_account_protocol_activated): set sensitivity of
15443         nntpauth_chkbtn according to the protocol (in addition to
15444         hide/show); commented out gtk_table_set_row_spacing() calls.
15445         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15446         not sensitive (fixes a bug with disabled username/password boxes
15447         when editing POP3 account after NNTP with authentication).
15448
15449 2001-05-02 [hoa]
15450
15451         * src/account.c
15452         * src/inc.c
15453         * src/prefs_account.[ch]
15454         * src/send.c
15455                 removed local account without SMTP server
15456                 added option to use mail command instead of a connexion
15457                 to SMTP server when a local account is used
15458         * src/prefs_headers.c
15459                 fixed a bug
15460         * src/news.c
15461                 fixed a bug when connexion immediately closed
15462
15463 2001-05-01 [alfons]
15464
15465         0.4.66claws1
15466         
15467         * sync with 0.4.65
15468
15469 2001-05-01 [sergey]
15470
15471         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15472         widget nntpauth_chkbtn.
15473         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15474         visibility.
15475         (prefs_account_nntpauth_toggled): new function.
15476
15477         * src/news.c (news_session_new_for_folder): use NNTP
15478         authentication only if ac->use_nntp_auth is set.
15479
15480 2001-05-01 [hoa]
15481
15482         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15483         * src/prefs_display_headers.c changed the UI
15484         * src/prefs_headers.c changed account_name to account_id
15485         * src/compose.c using customheader.h
15486
15487 2001-05-01 [hiroyuki]
15488
15489         * src/esmtp.c
15490           src/news.c
15491           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15492           unsynched.
15493
15494 2001-05-01 [hoa]
15495
15496         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15497         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15498                 for displaying of headers
15499         * src/grouplist_dialog.[ch] minor changes to remove warnings
15500         * src/prefs_display_headers.[ch] dialog to choose the
15501         headers to display in the mail viewer.
15502         * src/headers.h correction of #define
15503         * src/headers_display.[ch] configuration for displaying of headers.
15504         * src/main.c read config of displaying of headers
15505         * src/prefs_common.c add a button to access the config dialog
15506                 for displaying of headers
15507         * src/prefs_display_headers.[ch] dialog for configuration for
15508                 displaying of the headers.
15509         * src/prefs_headers.c cleaning of code
15510         * src/procheader.c comments added to code
15511         * src/textview.c changes to reorder the headers depending
15512                 on the config for displaying of headers
15513
15514 2001-04-30 [alfons]
15515
15516         0.4.65claws7
15517
15518         * sync with 0.4.65cvs12
15519
15520         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15521
15522 2001-04-30 [sergey]
15523
15524         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15525
15526         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15527         is set to force reconnection after authentication failure.
15528         (nntp_gen_command): set sock->auth_failed on authentication
15529         failure, or if sock->userid and sock->passwd are not set.
15530
15531         * src/news.c (news_session_new_for_folder): set userid=NULL if
15532         password dialog is cancelled.
15533
15534 2001-04-30 [sergey]
15535
15536         * src/nntp.h (NNTPSockInfo): new type.
15537
15538         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15539         SockInfo.
15540         (nntp_open_auth, nntp_close): new functions.
15541         (nntp_gen_command): new function to handle authentication; all
15542         NNTP command functions updated to use it.
15543         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15544         (nntp_list): removed old useless code.
15545
15546         * src/news.h (NNTPSession): new field nntp_sock.
15547
15548         * src/news.c: all functions updated to use NNTPSockInfo instead of
15549         SockInfo.
15550         (news_session_new): new arguments (userid, passwd); made static;
15551         use nntp_open_auth() if needed.
15552         (news_session_destroy): use nntp_close() instead of sock_close().
15553         (news_query_password): changed arguments.
15554         (news_session_new_for_folder): new function.
15555         (news_session_get): use news_session_new_for_folder().
15556         (news_authenticate): deleted.
15557         (news_get_uncached_articles): removed old authentication code.
15558
15559 2001-04-30 [sergey]
15560
15561         * src/news.c: reverted my previous changes (need to do NNTP
15562         authentication in a cleaner way).
15563         
15564 2001-04-29 [sergey]
15565
15566         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15567         news_nntp_post, news_nntp_mode): new functions (wrappers with
15568         authentication support).
15569         (news_get_article_cmd, news_get_article, news_get_header): new
15570         argument "folder"; all callers changed.
15571         (news_get_article_cmd): added authentication support.
15572         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15573         (news_post): use news_nntp_post() instead of nntp_post().
15574         (news_get_uncached_articles): use news_nntp_group() instead of
15575         nntp_group() and news_nntp_xover() instead of nntp_xover();
15576         removed old authentication code.
15577         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15578
15579         * src/nntp.c (nntp_list): return real error code instead of
15580         hardcoded NN_ERROR.
15581
15582 2001-04-29 [sergey]
15583
15584         * configure.in: fixed wint_t typedef detection again
15585
15586 2001-04-28 [hoa]
15587
15588         * src/prefs_account.[ch], added A_LOCAL_CMD
15589                 (send mail with mail command)
15590         * src/send.c added function send_message_with_command()
15591         * src/inc.c made a more secure get_spool() function with
15592                 mktemp() but maybe mkstemp() or something more
15593                 secure can be used.
15594
15595 2001-04-28 [alfons]
15596
15597         * src/textview.c, colorization of email addresses in headers
15598
15599         0.4.65claws6
15600
15601         * bug sync with sylpheed
15602         * prefs_common.c: created date format ui for darko
15603         * sync with 0.4.65cvs11
15604         * configure.in: corrected to have the new gpg checks
15605
15606 2001-04-27 [alfons]
15607
15608         * completed sync with 0.4.65cvs10
15609         * minor debug things added to gtkstext.c
15610
15611 2001-04-27 [darko]
15612
15613         * configure.in: remove check for availability of
15614           strftime() as advised by Hiroyuki
15615         * src/prefs_common.[ch], src/procheader.c:
15616           synch strftime() code with Hiroyki's main branch
15617
15618 2001-04-26 [sergey]
15619
15620         * src/news.c: news_query_password(), news_authenticate(): new
15621           functions.
15622           news_get_uncached_articles(): added NNTP authentication
15623           handling.
15624         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15625           new functions.
15626         * src/prefs_account.c: prefs_account_protocol_activated():
15627           enable userid and password fields for NNTP.
15628
15629 2001-04-26
15630
15631         * configure.in: check for availability of strftime()
15632           [darko]
15633         * src/prefs_common.[ch], src/procheader.c: use
15634           strftime() for displaying date in summary pane if it
15635           is available
15636
15637 2001-04-25
15638
15639         * more .cvsignore cleanups [alfons]
15640
15641 2001-04-25
15642
15643         * ac/sv-check-type.m4: new autoconf macro.
15644         * configure.in: fixed wint_t typedef detection (did not work
15645           with gcc-2.96).
15646
15647 2001-04-25
15648
15649         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15650           [hiroyuki]
15651
15652 2001-04-24
15653         * modified gtkstext.c : buggy cursor navigation fixed, 
15654           and font descent also taken in account when drawing
15655           cursor. [alfons]
15656
15657 2001-04-24 [hoa]
15658         * added comments in src/news.c src/nntp.c
15659         * added src/prefs_headers.[ch]
15660         * added src/headers.[ch]
15661         * modified compose.c to activate custom headers
15662                 added function is_in_custom_headers
15663         * modified prefs_account.[ch]
15664                 added function prefs_account_customhdr_edit
15665         * modified src/defs.h :
15666                 added HEADERS_RC : name of the config file
15667                 for the custom headers
15668
15669 2001-04-24
15670
15671     0.4.65claws5
15672
15673         * configure.in
15674           src/gtkstext.[ch]
15675           src/compose.c
15676           src/Makefile.am
15677           
15678           added gtkstext with configure.in patch by Hiroyuki which
15679           should fix the XIM detection [alfons]
15680
15681         * more clean up of cvs [alfons]
15682
15683                  * removed all Makefile.in files to attic.
15684
15685                  * updated all .cvsignores to really ignore things that could
15686                    be unintentionally committed by a recursive commit.
15687
15688 2001-04-23 [hoa]
15689         * added src/grouplist_dialog.[ch]
15690         * changed src/folderview.c to call grouplist_dialog instead
15691                 of inputdialog
15692         * src/news.c :
15693                 added functions news_reset_group_list
15694                 and news_get_group_list
15695         * src/nntp.c :
15696                 added function nntp_list
15697         * src/defs.h :
15698                 added GROUPLIST_FILE : name of the newsgroup list cache file
15699
15700 2001-04-21
15701
15702         * added option to warn about queued messages on exit [sergey]:
15703
15704           * src/compose.c: compose_queue(): call folder_item_scan()
15705             and folderview_update_item() after queueing.
15706           * src/folderview.c: folderview_update_node(): draw the queue
15707             folder in bold font if there are queued messages.
15708           * src/mainwindow.c: queued_messages(): new function.
15709             app_exit_cb(): display warning if there are queued messages
15710             if warn_queued_on_exit is set.
15711           * prefs_common.[ch]: add warn_queued_on_exit option.
15712
15713         * enhanced GnuPG key selection support [sergey]:
15714
15715           * src/select-keys.c: updated to newer version from Win32
15716             branch with support for selecting arbitrary keys.
15717           * src/prefs_account.c: added the Privacy tab to the account
15718             options window.
15719             prefs_account_privacy_create(),
15720             prefs_account_sign_key_set_data_from_radiobtn(),
15721             prefs_account_sign_key_set_radiobtn(): new functions.
15722           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15723           * src/rfc2015.c: set_signers(): new function.
15724             pgp_sign(): add the account parameter, call set_signers().
15725             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15726           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15727           * src/compose.c: pass the current account to rfc2015_sign().
15728
15729         * tag name claws added to prevent confusion with main branch [alfons]
15730
15731         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15732
15733         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15734
15735         * sync with recent sylpheed cvs. Untested though. [alfons]
15736