revert match's changes to (finally) remove the bug where opening a folder causes...
[claws.git] / ChangeLog.claws
1 2003-05-02 [paul]       0.8.11claws139
2
3         * src/addr_compl.[ch]
4           src/addressbook.[ch]
5           src/addrindex.c
6           src/summaryview.c
7                 revert match's changes to (finally) remove the bug where
8                 opening a folder causes massive slowdown when using the 
9                 'Display sender using address book' option
10
11 2003-05-01 [melvin]     0.8.11claws138
12
13         * src/plugins/dillo_viewer/dillo_prefs.[ch]
14         * src/plugins/dillo_viewer/dillo_viewer.c
15                 Fixed bug where "Cancel" button from prefs issued
16                 warnings.
17                 Comply a little more to coding style
18
19 2003-05-01 [paul]       0.8.11claws137
20
21         * sync with 0.8.11cvs38
22                 see ChangeLog 2003-05-01
23
24 2003-05-01 [paul]       0.8.11claws136
25
26         * po/bg.po
27                 updated by George Danchev
28
29 2003-04-30 [christoph]  0.8.11claws135
30
31         * src/plugins/dillo_viewer/dillo_prefs.c
32         * src/plugins/image_viewer/viewerprefs.c
33         * src/plugins/spamassassin/spamassassin_gtk.c
34                 remove gtk_widget_ref() calls for widgets in
35                 glade code
36
37 2003-04-30 [paul]       0.8.11claws134
38
39         * src/addrindex.c
40                 ok, this time a better fix for the bug where opening folder
41                 has massive slowdown when using the 'Display sender using 
42                 address book' option
43
44 2003-04-30 [paul]       0.8.11claws133
45
46         * src/addrindex.c
47                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
48         
49 2003-04-30 [melvin]     0.8.11claws132
50
51         New: Dillo plugin preferences (patch by Dimitar Haralanov)
52
53         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
54                 Preferences for the dillo plugin
55         * src/plugins/dillo_viewer/dillo_viewer.c
56                 Support for preferences
57         * src/plugins/dillo_viewer/Makefile.am
58                 Added dillo_prefs.[ch]
59
60 2003-04-30 [alfons]     0.8.11claws131
61
62         * src/common/plugin.[ch]
63                 see? this ANSI C'fication immediately gives us type
64                 checking for free.
65
66 2003-04-30 [alfons]     0.8.11claws130
67
68         * src/common/plugin.[ch]
69         * src/plugins/clamav/clamav_plugin.[ch]
70         * src/plugins/clamav/clamav_plugin_gtk.c
71         * src/plugins/demo/demo.c
72         * src/plugins/dillo_viewer/dillo_viewer.c
73         * src/plugins/image_viewer/plugin.c
74         * src/plugins/image_viewer/viewer.[ch]
75         * src/plugins/image_viewer/viewerprefs.[ch]
76         * src/plugins/mathml_viewer/mathml_viewer.c
77         * src/plugins/spamassassin/spamassassin.[ch]
78         * src/plugins/spamassassin/spamassassin_gtk.c
79         * src/plugins/trayicon/trayicon.c
80                 clean up
81
82 2003-04-30 [alfons]     0.8.11claws129
83
84         * src/common/utils.c
85                 make is_ascii_str() fail gracefully when NULL pointer
86                 is passed
87
88 2003-04-30 [paul]       0.8.11claws128
89
90         * src/addrindex.c
91                 fix bug where opening folder has massive slowdown when
92                 using the 'Display sender using address book' option
93
94 2003-04-30 [paul]       0.8.11claws127
95
96         * src/plugins/clamav/clamav_plugin.c
97           src/plugins/clamav/clamav_plugin_gtk.c
98           src/plugins/demo/demo.c
99           src/plugins/dillo_viewer/dillo_viewer.c
100           src/plugins/image_viewer/plugin.c
101           src/plugins/mathml_viewer/mathml_viewer.c
102           src/plugins/spamassassin/spamassassin.c
103           src/plugins/spamassassin/spamassassin_gtk.c
104           src/plugins/trayicon/trayicon.c
105                 get rid of eye-hurting function signatures
106
107 2003-04-30 [paul]       0.8.11claws126
108
109         * src/plugins/trayicon/trayicon.c
110                 add description
111                 
112         * src/mimeview.c
113                 be more descriptive
114
115 2003-04-30 [paul]       0.8.11claws125
116
117         * configure.ac
118                 arrange the plugins in reverse alphabetical order
119                 
120         * src/plugins/clamav/clamav_plugin.[ch]
121           src/plugins/clamav/clamav_plugin_gtk.c
122                 rename some params
123                 resize max_size window
124                 re-arrange the order of some gui elements
125                 improve descriptions
126         
127         * src/plugins/image_viewer/plugin.c
128           src/plugins/mathml_viewer/mathml_viewer.c
129                 add descriptions
130                 
131         * src/plugins/spamassassin/spamassassin_gtk.c
132                 resize max_size window
133                 re-arrange the order of some gui elements
134                 
135         * src/messageview.c
136           src/mimeview.c
137                 correct typos
138
139 2003-04-30 [alfons]     0.8.11claws124
140
141         * src/imap.c
142                 fix a leak found while browsing Martin Kluge's 
143                 valgrind log (Claws only)
144
145 2003-04-29 [darko]      0.8.11claws123
146
147         * src/gtk/gtkstext.h
148                 include wchar.h if it is available, fixes compilation
149                 on HP-UX systems
150
151 2003-04-29 [melvin]     0.8.11claws122
152
153         * src/prefs_actions.c
154                 Improved help text of Actions' syntax
155
156 2003-04-28 [paul]       0.8.11claws121
157
158         * src/action.c
159                 a better fix for the crash when performing an action
160                 on a mime part
161
162 2003-04-28 [paul]       0.8.11claws120
163
164         * src/action.c
165                 fix crash when performing an action on a
166                 mime part
167
168 2003-04-28 [paul]       0.8.11claws119
169
170         * sync with 0.8.11cvs36
171                 see ChangeLog 2003-04-28
172
173 2003-04-27 [paul]       0.8.11claws118
174
175         * more sync with 0.8.11cvs35
176                 see ChangeLog 2003-04-25
177
178 2003-04-26 [christoph]  0.8.11claws117
179
180         * src/folder.c
181                 fix remove virtual check
182
183 2003-04-26 [paul]       0.8.11claws116
184
185         * src/messageview.c
186                 fix return-receipt, make it work again
187
188 2003-04-26 [paul]       0.8.11claws115
189
190         * src/mimeview.c
191                 restore double-clicking of the [application/pgp-signature 
192                 (Select "Check signature" to check)] line in the message view,
193                 broken in recent sync
194
195 2003-04-26 [christoph]  0.8.11claws114
196
197         * src/folder.c
198                 check if remove virtual really exists before
199                 calling the function
200
201 2003-04-25 [match]      0.8.11claws113
202
203         * src/addrindex.c
204         * src/addrbook.c
205         * src/ldapquery.[ch]
206         * src/ldapctrl.[ch]
207                 fix memleak.
208         * src/ldapserver.[ch]
209                 fix memleak. fix segfault.
210                 plug a Claws memleak
211
212 2003-04-25 [alfons]     0.8.11claws112
213
214         * src/folder.c
215                 plug a Claws memleak
216
217 2003-04-25 [alfons]     0.8.11claws111
218
219         * src/common/session.c
220                 plug a memleak
221
222 2003-04-25 [paul]       0.8.11claws110
223
224         * sync with 0.8.11cvs35
225                 see ChangeLog 2003-04-24 and 2003-04-25
226                 
227         * src/gtk/pluginwindow.c
228                 correct another strange float value
229
230 2003-04-24 [christoph]  0.8.11claws109
231
232         * src/folder.c
233                 freeze folder item updates when unsetting new flags
234
235         * src/gtk/pluginwindow.c
236                 correct strange float value
237
238 2003-04-23 [paul]       0.8.11claws108
239
240         * sync with 0.8.11cvs33
241                 see ChangeLog 2003-04-23
242
243 2003-04-22 [paul]       0.8.11claws107
244
245         * src/Makefile.am
246           src/messageview.c
247           src/mimeview.c
248           src/pgptext.[ch]      ** REMOVED **
249                 remove pgptext.[ch] as its not used any more
250
251 2003-04-22 [paul]       0.8.11claws106
252
253         * sync with 0.8.11cvs31
254                 see ChangeLog 2003-04-21 and 2003-04-22
255
256 2003-04-21 [alfons]     0.8.11claws105
257
258         * src/main.c
259                 No access to GTK structures if we're a spawned child
260                 (and clean up code a little bit...) Should fix #126.
261
262 2003-04-21 [melvin]     0.8.11claws104
263
264         * src/plugins/dillo_viewer/README
265                 Improved slightly the text.
266
267 2003-04-21 [melvin]     0.8.11claws103
268
269         * src/plugins/dillo_viewer/README *** NEW ***
270                 Added a README file for the Dillo plugin
271
272 2003-04-20 [paul]
273
274         * tools/README
275           tools/outlook2sylpheed.pl
276                 updated and improved by Ricardo Mones Lastra
277
278 2003-04-18 [oliver]     0.8.11claws102
279
280         * src/inc.c 
281         * src/prefs_account.h
282                 remove Pop3SessionType (used by selective download)
283         * src/prefs_toolbar.c
284                 enable set Default Toolbar button
285
286 2003-04-18 [paul]       0.8.11claws101
287
288         * sync with 0.8.11cvs29
289                 see ChangeLog 2003-04-18
290
291 2003-04-17 [paul]       0.8.11claws100
292
293         * src/prefs_common.[ch]
294           src/summaryview.c
295                 remove 'Open next message on deletion' option,
296                 as the same effect can now be achieved via the
297                 'Always open messages in summary when selected'
298                 option.
299
300 2003-04-17 [paul]       0.8.11claws99
301
302         * sync with 0.8.11cvs28
303                 see ChangeLog 2003-04-17
304
305 2003-04-17 [christoph]  0.8.11claws98
306
307         * ac/spamassassin.m4
308         * src/plugins/spamassassin/libspamc.[ch]
309         * src/plugins/spamassassin/utils.[ch]
310                 sync libspamc with SpamAssassin project
311
312 2003-04-17 [christoph]  0.8.11claws97
313
314         * src/common/socket.h
315         * src/gtk/sslcertwindow.h
316                 rename old USE_SSL to USE_OPENSSL
317
318 2003-04-17 [paul]       0.8.11claws96
319
320         * src/prefs_common.h
321                 use gulong for P_COLOR so that it compiles/runs on
322                 64-bit systems. Patch submitted by James Noyes
323                 <jnoyes-claws@retrogeeks.com>
324                 
325         * po/de.po
326                 updated by Jens
327
328 2003-04-17 [paul]       0.8.11claws95
329
330         * sync with 0.8.11cvs27
331                 see ChangeLog 2003-04-16
332
333 2003-04-15 [paul]       0.8.11claws94
334
335         * src/prefs_common.[ch]
336                 rearrange to stop the window getting too long:
337                         move Receive dialog stuff to Receive tab
338                         move Send dialog to Send tab
339                         remove Dialogs frame
340                 rename 'Open messages in summary with cursor keys' to
341                 'Always open messages in summary when selected', as its
342                 more appropriate
343
344 2003-04-15 [paul]       0.8.11claws93
345
346         * src/prefs_common.[ch]
347           src/summaryview.c
348                 add new option '/Interface/Open next message on deletion'
349
350 2003-04-15 [paul]       0.8.11claws92
351
352         * src/summaryview.[ch]
353                 add /Mark/Lock and /Mark/Unlock to the pop-up
354                 menu. Patch submitted by Ivan Francolin Martinez
355                 <ivanfm@users.sourceforge.net>
356
357 2003-04-15 [paul]       0.8.11claws91
358
359         * sync with 0.8.11cvs24
360                 see ChangeLog 2003-04-15
361
362 2003-04-14 [jens]       0.8.11claws90
363
364         * updated German translation and some corrections from
365                 Roland Bless <bless@tm.uka.de>
366
367 2003-04-14 [paul]       0.8.11claws89
368
369         * sync with 0.8.11cvs22
370                 see ChangeLog 2003-04-14
371
372 2003-04-13 [paul]       0.8.11claws88
373
374         * src/plugins/clamav/clamav_plugin.c
375                 fix memory leaks
376                 clean up
377
378 2003-04-12 [paul]       0.8.11claws87
379
380         * src/plugins/clamav/clamav_plugin.c
381                 activate enable/disable archive scanning option
382                 
383         * src/plugins/clamav/.cvsignore         ** NEW FILE **
384
385 2003-04-12 [paul]       0.8.11claws86
386
387         * src/plugins/Makefile.am
388           src/plugins/clamav/Makefile.am                ** NEW FILE **
389           src/plugins/clamav/README                     ** NEW FILE ** 
390           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
391           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
392                 add Clam AntiVirus plugin
393
394 2003-04-12 [paul]       0.8.11claws85
395
396         * sync with 0.8.11cvs21
397                 see ChangeLog 2003-04-11
398
399 2003-04-11 [paul]       0.8.11claws84
400
401         * po/es.po
402                 update Spanish translation. Submitted by Ricardo
403                 Mones Lastra.
404
405 2003-04-10 [christoph]  0.8.11claws83
406
407         * src/mbox.c
408                 fix typo that did not move unfiltered mails to destination
409                 folder
410
411         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
412          when filtering from spool)
413
414 2003-04-10 [christoph]  0.8.11claws82
415
416         * src/imap.c
417                 use BODY.PEEK instead of BODY in in message fetch operation
418                 to make sure the IMAP server does not set the \Seen flag for
419                 messages. Sylpheed does that later itself, when the message
420                 is opened in sylpheed
421
422         (closes Bug 111 Claws destroys unread marks)
423
424 2003-04-09 [oliver]     0.8.11claws81
425         
426         * src/folder.c
427                 fix crash in folder_destroy
428         * README.claws
429                 remove selective download
430
431 2003-04-09 [christoph]  0.8.11claws80
432
433         * src/imap.c
434                 fix crash in imap_get_msginfo() when then fetched message
435                 is not found
436
437         (closes Bug 110 Crash during mail composition)
438
439 2003-04-08 [christoph]  0.8.11claws79
440
441         * src/folder.c
442         * src/prefs_account.c
443                 Filter new messages that are found in an INBOX folder
444                 when 'Filter messages on receiving' is enabled in the
445                 Folder's AccountPrefs. This allows to use Sylpheed's
446                 filtering engine for IMAP folders where messages are
447                 added to the INBOX by a MTA
448
449 2003-04-08 [paul]       0.8.11claws78
450
451         * src/procmsg.h
452                 clean up after last commit
453
454 2003-04-08 [paul]       0.8.11claws77
455
456         * sync with 0.8.11cvs20
457                 see ChangeLog 2003-04-07 and 2003-04-08
458
459 2003-04-07 [christoph]  0.8.11claws76
460
461         * src/filtering.[ch]
462         * src/inc.[ch]
463         * src/mbox.c
464         * src/procmsg.[ch]
465                 add procmsg_msginfo_filter() to execute filtering actions
466
467 2003-04-06 [christoph]  0.8.11claws75
468
469         * src/imap.c
470                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
471
472 2003-04-06 [christoph]  0.8.11claws74
473
474         * src/common/utils.[ch]
475                 add g_int_compare() function for slist sorting
476
477         * src/imap.c
478                 fetch all MsgInfos with one command in imap_get_msginfos()
479                 using an imap set with a list of ranges
480
481         * src/news.c
482                 use new g_int_compare() function
483
484 2003-04-06 [thorsten]   0.8.11claws73
485
486         * src/mh.c
487                 corrected implementation of mh_folder_destroy()
488
489 2003-04-05 [christoph]  0.8.11claws72
490
491         * src/account.c
492         * src/folder.[ch]
493         * src/folderview.c
494         * src/imap.c
495         * src/inc.c
496         * src/main.c
497         * src/mainwindow.c
498         * src/mbox_folder.c
499         * src/mh.c
500         * src/mimeview.h
501         * src/msgcache.[ch]
502         * src/news.c
503         * src/procmime.h
504         * src/procmsg.[ch]
505         * src/setup.c
506         * src/gtk/gtkutils.c
507                 o rename structure field names class and new to klass and
508                   new_msgs, to allow including files in C++
509                 o add 'extern "C"' block to some header files
510                 o add MsgInfoList and MsgNumberList as alias for GSList for
511                   developers to know what type of list is expected
512
513         * src/plugins/image_viewer/plugin.c
514         * src/plugins/image_viewer/viewer.[ch]
515         * src/plugins/image_viewer/viewerprefs.[ch]
516                 rename function names to prevent conflicts
517
518 2003-04-05 [paul]       0.8.11claws71
519
520         * sync with 0.8.11cvs18
521                 see ChangeLog 2003-04-03 and 2003-04-04
522
523 2003-04-02 [christoph]  0.8.11claws70
524
525         * src/folder.[ch]
526         * src/imap.[ch]
527         * src/mbox_folder.[ch]
528         * src/mh.[ch]
529         * src/news.[ch]
530                 o Make all virtual folder functions private
531                 o remove unused folder code
532
533         * src/common/socket.[ch]
534         * src/summaryview.c
535                 fix warnings
536
537 2003-03-30 [alfons]     0.8.11claws69
538
539         * src/send_message.c
540                 remove two debug traces and see if people still report
541                 errors
542
543 2003-03-30 [alfons]     0.8.11claws68
544
545         * src/send_message.c
546         * src/commons/session.c
547                 add more debug traces
548
549 2003-03-30 [christoph]  0.8.11claws67
550
551         * src/folder.c
552                 change processing folder name from .processing to processing
553
554         * src/common/ssl.c
555                 disable SSL certificate check because it causes Xlib error
556                 when the child process want's to open an GTK window
557
558 2003-03-30 [christoph]  0.8.11claws66
559
560         * src/folder.c
561                 don't use default folder for processing folder item because
562                 it can be a non local folder
563
564         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
565
566 2003-03-30 [alfons]     0.8.11claws65
567
568         * src/send_message.c
569                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
570                 to generate bad code for 'send_send_data_progressive': When
571                 called from 'send_send_data_finished', the 'data' pointer is
572                 cleared just before the assignment to the dialog pointer
573
574 2003-03-29 [christoph]  0.8.11claws64
575
576         * src/common/prefs.h
577         * src/plugins/image_viewer/Makefile.am
578         * src/plugins/image_viewer/plugin.c
579         * src/plugins/image_viewer/viewer.[ch]
580         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
581                 add PrefsPage for ImageViewer
582
583 2003-03-28 [thorsten]   0.8.11claws63
584
585         * src/common/session.c
586                 added some comments
587
588 2003-03-28 [paul]       0.8.11claws62
589
590         * sync with 0.8.11cvs16
591                 see ChangeLog 2003-03-28
592
593 2003-03-28 [paul]       0.8.11claws61
594
595         * sync with 0.8.11cvs15
596                 see ChangeLog 2003-03-28
597
598 2003-03-27 [christoph]  0.8.11claws60
599
600         * src/folder.c
601         * src/imap.c
602         * src/common/socket.[ch]
603                 set socket state to DISCONNECTED when any operation
604                 fails to allow reconnecting in IMAP code without
605                 checking the return code of all calls to the command
606                 functions
607
608         * src/folderview.c
609         * src/summaryview.c
610                 remove some more stuff that depends on specific
611                 folder types
612
613 2003-03-27 [paul]       0.8.11claws59
614
615         * sync with 0.8.11cvs14
616                 see ChangeLog 2003-03-27
617                 
618         * src/selective_download.[ch]   ** REMOVED **
619                 really removed
620
621 2003-03-27 [christoph]  0.8.11claws58
622
623         * src/folder.c
624                 fix handling of tmp_flags in flag copy function
625
626 2003-03-27 [paul]       0.8.11claws57
627
628         * sync with 0.8.11cvs13
629                 see ChangeLog 2003-03-27
630
631 2003-03-27 [oliver]     0.8.11claws56
632
633         * src/maiwindow.c
634                 remove sel_download_cb
635
636 2003-03-27 [oliver]     0.8.11claws55
637         
638         * src/inc.c
639                 remove POP3_TOP
640         
641 2003-03-26 [oliver]     0.8.11claws54
642
643         *src/pop.h
644                 remove POP3_TOP*
645         * README.claws
646                 remove selective donwload readme
647
648 2003-03-26 [oliver]     0.8.11claws53
649         * src/matcher.[ch]
650         * src/matcher_parser_parse.y 
651         * src/pop.c 
652         * src/prefs_account.[ch]
653         * src/prefs_filtering.c
654                 remove selective donwload
655
656 2003-03-26 [oliver]     0.8.11claws52
657
658         * src/inc.[ch] 
659         * src/filtering.c 
660         * src/mainwindow.c 
661                 remove selective donwload
662
663 2003-03-26 [oliver]     0.8.11claws51
664         
665         * src/Makefile.am
666         * src/selective_download.[ch]   ** REMOVE **    
667
668 2003-03-26 [christoph]  0.8.11claws50
669
670         * src/news.c
671                 fix NEWS that got broken by a sync with sylpheed-main
672
673 2003-03-26 [christoph]  0.8.11claws49
674
675         * src/mimeview.c
676                 fix mime type guessing when no mime type is found for a file
677
678 2003-03-25 [christoph]  0.8.11claws48
679
680         * src/mimeview.c
681         * src/procmime.c
682                 remove mime type guessing from mime parser and use
683                 name based mime types in viewer lookup for mime type
684                 application/octet-stream
685
686 2003-03-25 [christoph]  0.8.11claws47
687
688         * doc-src/readme.txt
689         * doc-src/rfc2554.txt
690                 add RFC about SMTP AUTH
691
692         * src/send_message.c
693         * src/common/smtp.[ch]
694                 add extra error code for authentication errors and
695                 clear temporary password when this error occurs
696
697         (closes Bug 84 authentication failure while sending should
698          prompt for password again)
699
700 2003-03-25 [christoph]  0.8.11claws46
701
702         * configure.ac
703         * src/Makefile.am
704         * src/imageview.[ch]                            ** REMOVE **
705         * src/messageview.[ch]
706         * src/mimeview.[ch]
707         * src/prefs_common.[ch]
708         * src/textview.c
709         * src/plugins/Makefile.am
710         * src/plugins/image_viewer/.cvsignore           ** NEW **
711         * src/plugins/image_viewer/Makefile.am          ** NEW **
712         * src/plugins/image_viewer/plugin.c             ** NEW **
713         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
714                 move image viewer into a plugin (building is enabled by default)
715                 [ToDo: Prefs for resize and autoview]
716
717 2003-03-25 [paul]       0.8.11claws45
718
719         * sync with 0.8.11cvs12
720                 see ChangeLog 2003-03-26
721
722 2003-03-25 [paul]       0.8.11claws44
723
724         * sync with 0.8.11cvs11
725                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
726                 
727         Note: Selective Download is broken.
728                 
729 2003-03-22 [christoph]  0.8.11claws43
730
731         * src/folder.c
732                 code cleanup for flags copying
733
734 2003-03-22 [christoph]  0.8.11claws42
735
736         * src/plugins/trayicon/trayicon.c
737                 fix setting the transparent area when the window size
738                 is forced by the system tray
739
740 2003-03-22 [christoph]  0.8.11claws41
741
742         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
743         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
744         * src/plugins/trayicon/newmail.xpm              ** NEW **
745         * src/plugins/trayicon/nomail.xpm               ** NEW **
746         * src/plugins/trayicon/trayicon.c
747         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
748                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
749                 o add icon for unread mails
750                 o set transparency for window
751
752 2003-03-22 [christoph]  0.8.11claws40
753
754         * src/news.c
755                 init news session to prevent crash when session is closed
756
757 2003-03-22 [christoph]  0.8.11claws39
758
759         * src/imap.c
760         * src/common/session.[ch]
761                 Init session data to make sure we don't have invalid pointers
762                 for read_ch and write_ch when new multi process sessions are
763                 not used
764
765         * src/main.c
766         * src/common/plugin.c
767         * src/common/sylpheed.c
768         * src/plugins/demo/demo.c
769         * src/plugins/dillo_viewer/dillo_viewer.c
770         * src/plugins/mathml_viewer/mathml_viewer.c
771         * src/plugins/spamassassin/spamassassin.c
772         * src/plugins/spamassassin/spamassassin_gtk.c
773                 add plugin types to allow loading plugins at different times
774                 (and maybe for different frontends), because it's not good to
775                 load GTK-Plugins gefore gtk_init was called
776
777         * configure.ac
778         * src/plugins/Makefile.am
779         * src/plugins/trayicon/.cvsignore               ** NEW **
780         * src/plugins/trayicon/Makefile.am              ** NEW **
781         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
782         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
783         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
784         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
785         * src/plugins/trayicon/trayicon.c               ** NEW **
786                 New Trayicon plugin that shows an icon in a systray that uses
787                 XEMBED protocol like Gnome's systray. Icon shows if there
788                 are new mails and a tooltip shows information about new,
789                 unread and total messages.
790
791 2003-03-22 [paul]       0.8.11claws38
792
793         * src/common/smtp.c
794                 fix ESMTP AUTH CRAM-MD5
795                 [sync with main (still version 0.8.11cvs6), see
796                  ChangeLog 2003-03-22]
797
798 2003-03-21 [colin]      0.8.11claws37
799
800         * src/send_message.c
801                 Fix USE_SSL => USE_OPENSSL
802
803 2003-03-21 [colin]      0.8.11claws36
804
805         * src/folderview.c
806                 Fix counts in drag and dropped subfolders
807
808 2003-03-21 [colin]      0.8.11claws35
809
810         * src/folder.c 
811         * src/folderview.c
812                 speed up a bit folder dnd
813
814 2003-03-20 [alfons]     0.8.11claws34
815
816         * src/main.c
817         * src/toolbar.c
818         * src/procmsg.c
819                 don't send locked queue messages
820                 (feature request "[ 705245 ] Locking message in outbox 
821                  should prevent sending")
822
823 2003-03-20 [christoph]  0.8.11claws33
824
825         * src/folder.c
826                 remove NEW and UNREAD flag in special folders when scanning
827                 
828         * src/common/smtp.c
829                 fix ESMTP AUTH CRAM-MD5
830
831 2003-03-20 [paul]       0.8.11claws32
832
833         * src/prefs_account.c
834                 Re-write 'Tunnel command to open connection' as
835                 'Use command to communicate with server', and disable
836                 it for all except IMAP accounts
837
838 2003-03-20 [paul]       0.8.11claws31
839
840         * sync with 0.8.11cvs6
841                 see ChangeLog 2003-03-20
842
843 2003-03-19 [match]      0.8.11claws30
844
845         * src/addritem.[ch]
846                 include documentation. minor refactoring.
847         * src/addr_compl.[ch]
848         * src/addrindex.[ch]
849         * src/addresbook.[ch]
850         * src/summaryview.c
851                 re-enable address lookup (was disabled in
852                 0.8.11claws20).
853
854 2003-03-19 [christoph]  0.8.11claws29
855
856         * src/procmsg.c
857                 add temp flag handling, will make moving and copying
858                 messages possible again
859
860         * src/folder.c
861                 correct calulation of folder stats
862
863 2003-03-18 [match]      0.8.11claws28
864
865         * src/editgroup.h
866                 remove case sensitive comparison (closes bug 80).
867
868 2003-03-18 [christoph]  0.8.11claws27
869
870         * src/imap.c
871                 fix imap using a tunnel command
872
873         (closes bug 87)
874
875 2003-03-18 [christoph]  0.8.11claws26
876
877         * src/folder.[ch]
878         * src/imap.c
879         * src/procmsg.[ch]
880                 rewrite flag handling for folders
881
882 2003-03-18 [christoph]  0.8.11claws25
883
884         * src/folder.c
885         * src/procmsg.c
886         * src/summaryview.c
887                 unset NEW and UNREAD flags when message is ignored, to make
888                 sure messages don't show up as unread on other IMAP clients,
889                 because the IGNORE_THREAD flag can not be syncronized through
890                 the IMAP folder
891
892 2003-03-17 [christoph]  0.8.11claws24
893
894         * src/imap.c
895                 don't use recursion to fetch uids when the number of messages
896                 does not match. Moved code into subfunction that is used
897                 again when needed, to prevent an endless loop.
898
899 2003-03-17 [thorsten]   0.8.11claws23
900
901         * src/imageview.[ch]
902                 export imageview_get_resized_size() (for plugins)
903         * src/prefs_common.[ch]
904                 added prefs_common_get() (for plugins)
905
906 2003-03-17 [christoph]  0.8.11claws22
907
908         * src/imap.c
909                 o remove UID guessing from copy code
910                 o support UIDPLUS extension for APPEND command
911
912 2003-03-17 [paul]       0.8.11claws21
913
914         * src/gtk/about.c
915                 remove 'Compiled-plugins' section.
916                 
917         * src/plugins/dillo_viewer/dillo_viewer.c
918                 slight change to description text
919
920 2003-03-16 [match]      0.8.11claws20
921         * src/ldapserver.[ch]           ** NEW **
922         * src/ldapctrl.[ch]             ** NEW **
923         * src/ldapquery.[ch]            ** NEW **
924         * src/ldaputil.[ch]             ** NEW **
925         * src/addrcindex.[ch]           ** NEW **
926         * src/addrquery.h               ** NEW **
927         * src/addritem.[ch]
928         * src/addrcache.[ch]
929         * src/addrindex.[ch]
930         * src/addr_compl.[ch]
931         * src/addressbook.[ch]
932         * src/addrbook.[ch]
933         * src/editgroup.c
934         * src/editaddress.c
935         * src/editldap.c
936         * src/editldap_basedn.c
937         * src/vcard.c
938         * src/jpilot.c
939         * src/Makefile.am
940                 included dynamic LDAP queries. improved address
941                 completion.
942
943 2003-03-16 [paul]       0.8.11claws19
944
945         * tools/multiwebsearch.pl
946                 fix a fatal typo
947
948 2003-03-16 [christoph]  0.8.11claws18
949
950         * src/mimeview.c
951         * src/plugins/dillo_viewer/dillo_viewer.c
952         * src/plugins/mathml_viewer/mathml_viewer.c
953                 make unregistering of MimeViewerFactorys possible
954
955 2003-03-16 [alfons]     0.8.11claws17
956
957         * configure.ac
958                 correct typo
959
960 2003-03-16 [melvin]     0.8.11claws16
961
962         * src/plugins/dillo_viewer.c
963                 Fixed bug where it was not possible to view more than
964                 one text/html attachment per message (bug discovered
965                 by Christoph Hohmann).
966
967 2003-03-15 [melvin]     0.8.11claws15
968
969         * src/prefs_actions.c
970                 Fixed compilation warnings.
971
972 2003-03-15 [melvin]     0.8.11claws14
973
974         * src/plugins/Makefile.am
975         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
976         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
977         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
978                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
979                 newer (http://dillo.auriga.wearlab.de/).
980
981 2003-03-15 [christoph]  0.8.11claws13
982
983         * src/imap.c
984                 don't query imap folder for attributes because we already
985                 for them from imap_status
986
987         * src/mimeview.[ch]
988                 add support for plugable MimeViewers (unloading Viewers
989                 not yet complete)
990
991         * src/plugins/Makefile.am
992         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
993         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
994         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
995                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
996                 widget from http://helm.cs.unibo.it/mml-widget/
997
998 2003-03-14 [christoph]  0.8.11claws12
999
1000         * src/folder.[ch]
1001                 o error return code's should better be negative
1002                 o replace printf with debug_print
1003
1004         * src/imap.c
1005                 improve IMAP folder scan by checking UID-NEXT
1006
1007         * src/summaryview.c
1008                 remove check that are unnecessary in my opinion
1009
1010 2003-03-13 [christoph]  0.8.11claws11
1011
1012         * src/folder.[ch]
1013         * src/foldersel.c
1014         * src/folderview.c
1015         * src/imap.c
1016         * src/mbox_folder.c
1017         * src/mh.c
1018         * src/news.c
1019         * src/prefs_scoring.c
1020         * src/summaryview.c
1021                 use a common function to get a displayable name
1022                 for a FolderItem
1023
1024 2003-03-13 [paul]       0.8.11claws10
1025
1026         * tools/Makefile.am
1027           tools/README
1028           tools/multiwebsearch.conf     ** NEW FILE **
1029           tools/multiwebsearch.pl       ** NEW FILE **
1030                 add multiwebsearch Actions script
1031
1032 2003-03-13 [colin]      0.8.11claws9
1033
1034         * src/compose.c
1035                 Remove leading emtpy lines from quoted text
1036                 before quoting it
1037
1038 2003-03-13 [melvin]     0.8.11claws8
1039
1040         * src/prefs_actions.c
1041                 Fixed a memory leak
1042                 Code clean ups
1043                 Added Cancel and OK buttons
1044                 Corrected help text
1045
1046 2003-03-13 [christoph]  0.8.11claws7
1047
1048         * src/account.c
1049         * src/folder.[ch]
1050         * src/imap.c
1051         * src/mainwindow.c
1052         * src/mbox_folder.c
1053         * src/mh.c
1054         * src/news.c
1055         * src/setup.c
1056                 replace more folder type stuff with folder class stuff
1057
1058 2003-03-13 [melvin]     0.8.11claws6
1059
1060         * src/prefs_actions.c
1061                 Added new tokens:
1062                 %u: user provided argument
1063                 %h: user provided argument (hidden on input)
1064                 %s: current text selection in the message view 
1065
1066 2003-03-13 [paul]       0.8.11claws5
1067
1068         * sync with 0.8.11cvs5
1069                 see ChangeLog 2003-03-11, 2003-03-12
1070
1071 2003-03-12 [christoph]  0.8.11claws4
1072
1073         * src/folder.c
1074                 use folder class idstr when writing folderlist.xml
1075
1076         * src/folder.h
1077         * src/imap.c
1078         * src/news.c
1079                 replace folder type checks with folder class checks
1080
1081 2003-03-12 [christoph]  0.8.11claws3
1082
1083         * src/folder.[ch]
1084         * src/imap.[ch]
1085         * src/main.c
1086         * src/mbox_folder.[ch]
1087         * src/mh.[ch]
1088         * src/news.[ch]
1089                 o create a list of known folder classes in the folder system
1090                 o use folder class id strings for folder item identifiers
1091
1092 2003-03-12 [christoph]  0.8.11claws2
1093
1094         * src/imap.c
1095                 fix imap uid validity check
1096
1097 2003-03-12 [christoph]  0.8.11claws1
1098
1099         * src/account.c
1100         * src/folder.[ch]
1101         * src/foldersel.c
1102         * src/folderview.c
1103         * src/imap.c
1104         * src/mainwindow.c
1105         * src/mbox_folder.c
1106         * src/mh.c
1107         * src/news.c
1108         * src/prefs_scoring.c
1109         * src/procmsg.c
1110         * src/setup.c
1111         * src/summaryview.c
1112                 initial restructuring of folder system, seperating
1113                 folders and folder classes
1114
1115 2003-03-12 [paul]       0.8.11claws
1116
1117         0.8.11claws release
1118
1119 2003-03-12 [christoph]
1120
1121         * src/gtk/prefswindow.c
1122                 fix translation of "Page Index"
1123
1124 2003-03-12 [paul]       0.8.10claws110
1125
1126         a sync from 0.8.11cvs4 before the release
1127
1128         * src/common/utils.c
1129                 subject_compare_for_sort(): allow null strings (fixes
1130                 summary sorting).
1131
1132 2003-03-11 [paul]       0.8.10claws109
1133
1134         * po/es.po
1135                 update Spanish translation, submitted by
1136                 Ricardo Mones Lastra
1137
1138 2003-03-11 [melvin]     0.8.10claws108
1139
1140         * po/fr.po
1141                 Updated French translations
1142
1143 2003-03-11 [paul]       0.8.10claws107
1144
1145         * manual/en/Makefile.am
1146           manual/en/*.html
1147                 update English manual, add a new page
1148                 updated by Francois Barriere <fbarriere@atmel.fr>
1149                 
1150         * po/bg.po
1151           po/it.po
1152           po/sr.po
1153                 update Bulgarian, Italian, and Serbian translations
1154                 submitted by George Danchev, Alessandro Maestri, and
1155                 Urke MMI
1156
1157 2003-03-10 [paul]       0.8.10claws106
1158
1159         * src/gtk/about.c
1160           src/gtk/prefswindow.c
1161                 make some strings translatable
1162
1163 2003-03-10 [darko]      0.8.10claws105
1164
1165         * src/compose.c
1166                 code cleanup to make Hiro happy
1167
1168 2003-03-10 [paul]       0.8.10claws104
1169
1170         * sync with 0.8.11cvs2
1171                 see ChangeLog 2003-03-10
1172
1173 2003-03-09 [melvin]     0.8.10claws103
1174
1175         * src/textview.c
1176                 textview_set_font(): fix for message display in
1177                 UTF-8 locales (thanks to Sergey Vlasov).
1178                 (was unintentionnaly reverted in 0.8.6claws6)   
1179
1180 2003-03-08 [darko]      0.8.10claws102
1181
1182         * src/compose.c
1183                 fix infinite loop in wrapping as reported
1184                 by happycactus
1185                 obsoletes patch #696482
1186
1187 2003-03-08 [christoph]  0.8.10claws101
1188
1189         * src/imap.c
1190                 add workaround for IMAP servers that do not
1191                 support the "UID SEARCH UID" command
1192
1193 2003-03-07 [christoph]  0.8.10claws100
1194
1195         * src/plugins/spamassassin/spamassassin.[ch]
1196         * src/plugins/spamassassin/spamassassin_gtk.c
1197                 code cleanup
1198
1199 2003-03-07 [paul]       0.8.10claws99
1200
1201         * po/es.po
1202                 updated Spanish translation, submitted by
1203                 Ricardo Mones Lastra
1204
1205 2003-03-07 [christoph]  0.8.10claws98
1206
1207         * src/send.c
1208                 fix in 0.8.10claws94 was wrong
1209                 local delivery does not require escaping, remove escaping
1210                 code to make signatures of mails with "." lines valid
1211                 
1212                 NOTE: requires that sendmail is executed with "-i" option,
1213                       what is the default now, but has to be changed in all
1214                       exsiting accounts)
1215
1216 2003-03-07 [paul]       0.8.10claws97
1217
1218         * sync with 0.8.11 release
1219                 see ChangeLog 2003-03-07
1220
1221 2003-03-06 [paul]       0.8.10claws96
1222
1223         * src/compose.c
1224                 revert commit 0.8.10claws92
1225
1226 2003-03-06 [paul]       0.8.10claws95
1227
1228         * src/folderview.c
1229                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1230
1231         * src/gtkaspell.c
1232                 fix bug 74, 'Crash opening editor window with pseudo-color
1233                 display'
1234                 
1235         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1236
1237 2003-03-06 [christoph]  0.8.10claws94
1238
1239         * src/send.c
1240                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1241                 all lines starting with a period get an extra period
1242                 inserted
1243                 (found by Simon 'corecode' Schubert)
1244
1245 2003-03-06 [paul]       0.8.10claws93
1246
1247         * src/folderview.c
1248                 if configured font can't be loaded fall back to gtk
1249                 default. (with thanks to Christoph)
1250                 
1251                 closes long-standing bug 15 'Crashes on startup'
1252
1253 2003-03-06 [paul]       0.8.10claws92
1254
1255         * src/compose.c
1256                 freeze text before autosave and thaw afterwards
1257                 fixes bug 67 'autosave make re-rediting message crazy'
1258
1259 2003-03-06 [christoph]  0.8.10claws91
1260
1261         * src/compose.c
1262                 ignore address comment in dupe check for Cc-list
1263
1264         (closes reopened bug 47 Replying to message strips name part of
1265          e-mail addresses of Cc: lines)
1266
1267 2003-03-06 [paul]       0.8.10claws90
1268
1269         * src/Makefile.am
1270                 remove reference to gtkxtext.h as its no longer in
1271                 the repository
1272
1273 2003-03-06 [paul]       0.8.10claws89
1274
1275         * sync with 0.8.10cvs25
1276                 see ChangeLog 2003-03-06
1277
1278 2003-03-06 [oliver]     0.8.10claws88
1279         
1280         * src/messageview.c
1281                 remove include
1282
1283 2003-03-06 [oliver]     0.8.10claws87
1284         
1285         * src/folderview.c 
1286                 remove changes introduced inclaws74
1287         * src/messageview.c
1288                 another attempt to sanely delete and update
1289                 messages deleted in separate messageview
1290
1291 2003-03-05 [christoph]  0.8.10claws86
1292
1293         * src/summaryview.c
1294                 check if "From" matches any account's address if
1295                 addressbook completion of addresses is disabled too
1296
1297         (closes Bug 70 "Display recipient in from" doesn't check
1298          folder's default account)
1299
1300 2003-03-05 [christoph]  0.8.10claws85
1301
1302         * src/compose.c
1303         * src/common/utils.[ch]
1304                 don't strip address comments when building Cc lists
1305
1306         (closes Bug 47 Replying to message strips name part of e-mail addresses
1307          of Cc: lines)
1308
1309         * src/folder.c
1310                 fix return value of copy function
1311
1312 2003-03-05 [christoph]  0.8.10claws84
1313
1314         * src/imap.c
1315                 don't ask imap server for non rfc822 headers
1316
1317         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1318
1319         * src/imap.c
1320                 destroy session on socket error to allow reconnecting
1321
1322 2003-03-05 [christoph]  0.8.10claws83
1323
1324         * configure.ac
1325                 fix building with gnome when no prefix is set
1326
1327         (closes bug 66 Gnome directory is set to NONE)
1328
1329 2003-03-05 [paul]       0.8.10claws82
1330
1331         * sync with 0.8.10cvs23
1332                 see ChangeLog 2003-03-05
1333
1334 2003-03-04 [christoph]  0.8.10claws81
1335
1336         * src/folder.c
1337                 o fix moving and copying when folder returns 0 for new
1338                   message number
1339                 o remove some code for single message copy and move
1340                   operations and use functions for multiple messages
1341
1342         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1343
1344         * src/news.c
1345                 remove unused include
1346
1347 2003-03-04 [paul]       0.8.10claws80
1348
1349         * src/gtk/about.c
1350                 list 'Compiled plugins'
1351
1352 2003-03-03 [christoph]  0.8.10claws79
1353
1354         * src/news.[ch]
1355                 have to multiply the percentage of the current fetch with
1356                 the percentage that it has of the total fetch operation
1357                 for correct values
1358
1359 2003-03-03 [christoph]  0.8.10claws78
1360
1361         * src/news.c
1362                 fix calculation of expected lines for progress indicator
1363
1364 2003-03-03 [christoph]  0.8.10claws77
1365
1366         * src/summaryview.c
1367         * src/common/utils.c
1368                 fix segfault when opening the root news folder
1369
1370 2003-03-03 [christoph]  0.8.10claws76
1371
1372         * src/mainwindow.[ch]
1373         * src/common/Makefile.am
1374         * src/common/progressindicator.[ch]
1375                 add UI independent progress indicator handling
1376
1377         * src/news.[ch]
1378                 use new progress indicator for message info fetching
1379
1380         * src/common/hooks.h
1381                 code cleanup
1382
1383 2003-03-03 [oliver]     0.8.10claws75
1384
1385         * src/toolbar.c
1386         * src/compose.c
1387                 removed commented code
1388
1389 2003-03-03 [oliver]     0.8.10claws74
1390
1391         * src/toolbar.[ch]
1392                 cleanups and refactoring
1393         * src/compose.[ch]
1394                 compose_reply_mode reply & forwarding interface for
1395                 toolbar buttons
1396         * src/folderview.c
1397                 act on messages marked for deletion in folderview_selected
1398                 based on prefs_common.immediate_exec since a message might 
1399                 have been deleted by messageview in a folder we are changing 
1400                 to (does anybody understand what I'm on about ?)
1401
1402 2003-03-03 [oliver]     0.8.10claws73
1403         
1404         * src/messageview.[ch]
1405                 new functions
1406                 - messageview_delete: delete message shown in messagview
1407                 - messageview_update_view: update messageview to currently 
1408                   selected summaryview message
1409                 - add separate messageview to msgview_list in order to update 
1410                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1411         * src/summaryview.[ch]
1412                 summary_get_selection returns a list of selected msgs
1413                 in summaryview
1414         * src/mainwindow.c
1415                 toolbar reply refactoring
1416
1417 2003-03-03 [paul]       0.8.10claws72
1418
1419         * sync with 0.8.10cvs21
1420                 see ChangeLog 2003-03-03
1421
1422 2003-03-02 [christoph]  0.8.10claws71
1423
1424         * src/common/passcrypt.c
1425                 use POSIX includes
1426
1427 2003-03-02 [christoph]  0.8.10claws70
1428
1429         * configure.ac
1430         * src/prefs_account.c
1431         * src/prefs_gtk.[ch]
1432         * src/common/.cvsignore
1433         * src/common/Makefile.am
1434         * src/common/passcrypt.c                ** NEW **
1435         * src/common/passcrypt.h.in             ** NEW **
1436                 Implement password encryption in config files
1437                 using unix encrypt and setkey functions. The crypt
1438                 key can be set as a configure parameter. Old
1439                 passwords will be converted if they do not begin
1440                 with '!'
1441
1442 2003-03-02 [paul]       0.8.10claws69
1443
1444         * src/prefs_account.c
1445                 fix compile error
1446
1447 2003-03-01 [thorsten]   0.8.10claws68
1448
1449         * po/el.po
1450           po/hr.po
1451           po/it.po
1452           po/nl.po
1453           po/sr.po
1454           po/sv.po
1455                 corrected format strings
1456         * po/en_GB.po
1457                 corrected headers
1458                 (fix compile errors with GNU gettext-0.11.5)
1459
1460 2003-03-01 [oliver]     0.8.10claws67
1461
1462         * src/summaryview.c
1463                 menu callbacks call toolbar_menu_reply
1464
1465 2003-03-01 [oliver]     0.8.10claws66
1466
1467         * src/mainwindow.c
1468         * src/messageview.c
1469                 menu callbacks call toolbar_menu_reply
1470         * src/toolbar.[ch]
1471                 callbacks from menu handled by toolbar_menu_reply
1472
1473 2003-03-01 [paul]       0.8.10claws65
1474
1475         * src/addressbook.c
1476                 revert commit 0.8.10claws54 - breaks editing of
1477                 addressbook.
1478                 
1479         * po/bg.po
1480                 update Bulgarian translation, submitted by
1481                 George Danchev
1482
1483 2003-02-28 [christoph]  0.8.10claws64
1484
1485         * src/account.c
1486         * src/addressadd.c
1487         * src/compose.c
1488         * src/gtkaspell.c
1489         * src/gtkxtext.h                ** REMOVE **
1490         * src/imap.c
1491         * src/matcher.[ch]
1492         * src/mh.c
1493         * src/news.c
1494         * src/pine.c
1495         * src/prefs_common.c
1496         * src/prefs_matcher.c
1497         * src/procheader.[ch]
1498         * src/procmsg.[ch]
1499         * src/toolbar.c
1500         * src/common/ssl_certificate.c
1501         * src/gtk/colorlabel.c
1502         * src/gtk/menu.c
1503                 o fix warnings
1504                 o remove code obsoleted by new cache and folder system rework
1505
1506 2003-02-28 [oliver]     0.8.10claws63
1507         
1508         * src/toolbar.[ch]
1509                 * fix bug where reply in Messageview replied to 
1510                 Message displayed in summaryview
1511                 (reportedd via ML by chinatinte at gmx dot ch)
1512                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1513                 didn't work in separate MessageView Toolbar
1514                 (wondering if anybody uses this at all ?)
1515         * src/summaryview.[ch]
1516                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1517                 (generalize reply and forward code);
1518         * src/messageview.c 
1519                 remove focus_in event which updated summaryview to messageview
1520
1521 2003-02-28 [paul]       0.8.10claws62
1522
1523         * po/Makefile.in.in
1524                 add the --check option
1525                 Patch submitted by Ricardo Mones Lastra
1526
1527 2003-02-28 [paul]       0.8.10claws61
1528
1529         * src/prefs_account.c
1530                 re-order 'Signature' items
1531
1532 2003-02-28 [paul]       0.8.10claws60
1533
1534         * sync with 0.8.10cvs20
1535                 see ChangeLog 2003-02-28
1536
1537 2003-02-28 [paul]       0.8.10claws59
1538
1539         * po/POTFILES.in
1540                 update to reflect recent movement of files
1541
1542 2003-02-28 [paul]       0.8.10claws58
1543
1544         * sync with 0.8.10cvs19
1545                 see ChangeLog 2003-02-28
1546
1547 2003-02-27 [martin]     0.8.10claws57
1548
1549         * src/prefs_matcher.c 
1550                 fix segfault in prefs_matcher_ok() when the
1551                 last entry is deleted and prevents that the
1552                 message "entry not saved" comes up after deleting
1553                 an entry
1554
1555 2003-02-27 [martin]     0.8.10claws56
1556
1557         * src/prefs_filtering.c 
1558                 fix segfault in prefs_filtering_ok() when the
1559                 last entry is deleted and prevents that the
1560                 message "entry not saved" comes up after deleting
1561                 an entry
1562
1563 2003-02-27 [paul]       0.8.10claws55
1564
1565         * sync with 0.8.10cvs18
1566                 see ChangeLog 2003-02-27
1567
1568 2003-02-27 [paul]       0.8.10claws54
1569
1570         * src/addressbook.c
1571                 fix bug where the address book crashes with 
1572                 multiple lookups.
1573                 Patch [687729] submitted by David Frager 
1574                 <dbfrager@users.sourceforge.net>
1575
1576 2003-02-25 [christoph]  0.8.10claws53
1577
1578         * src/Makefile.am
1579         * src/colorlabel.[ch]           ** REMOVE **
1580         * src/gtk/Makefile.am
1581         * src/gtk/colorlabel.[ch]       ** NEW **
1582                 move colorlabel files to gtk directory
1583
1584         * src/esmtp.[ch]                ** REMOVE **
1585                 has been merged into smtp.[ch] in 0.7.5
1586
1587 2003-02-25 [christoph]  0.8.10claws52
1588
1589         * src/Makefile.am
1590         * src/about.[ch]                ** REMOVE **
1591         * src/gtk/Makefile.am
1592         * src/gtk/about.[ch]            ** NEW **
1593                 move about files to gtk directory
1594
1595 2003-02-25 [christoph]  0.8.10claws51
1596
1597         * src/folder.c
1598                 some code optimization of folder scanning code
1599
1600         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1601
1602 2003-02-25 [christoph]  0.8.10claws50
1603
1604         * src/main.c
1605         * src/common/sylpheed.c
1606                 add command line parameter parsing to common code
1607
1608 2003-02-24 [christoph]
1609
1610         * Makefile.am
1611         * configure.ac
1612                 fix gnome prefix problems, the configure script now removed
1613                 `gnome-config --prefix` from `gnome-config --datadir`
1614                 and adds $(prefix} instead
1615
1616         (closes Bug 24 Makefile does not respect prefix when installing
1617          GNOME data)
1618
1619 2003-02-24 [christoph]  0.8.10claws49
1620
1621         * src/news.c
1622                 check for valid session before trying to authenticate
1623
1624         (closes Bug 60 crash if "authenticate on logon" is activated
1625          and newsserver-hostname is not valid)
1626
1627 2003-02-24 [melvin]     0.8.10claws48
1628
1629         * src/prefs_actions.c
1630                 Make sure all user's input is sent to the action and then
1631                 close the socket..
1632
1633 2003-02-23 [alfons]     0.8.10claws46
1634
1635         * src/summaryview.c
1636                 also wait cursor when deleting files
1637
1638 2003-02-23 [paul]
1639
1640         * tools/freshmeat_search.pl
1641           tools/google_search.pl
1642                 scripts should now work for any browser/browser command line
1643
1644 2003-02-22 [christoph]  0.8.10claws45
1645
1646         * src/procmsg.c
1647                 fix IMAP flag setting, IMAP flag is not handled correctly
1648                 anymore by the folder system and information about the
1649                 folder should not be saved in the MsgInfo (in my opinion)
1650
1651         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1652
1653 2003-02-22 [christoph]  0.8.10claws44
1654
1655         * src/summaryview.c
1656                 fix spelling of "label" ;-)
1657
1658 2003-02-22 [thorsten]   0.8.10claws43
1659
1660         * src/mimeview.c
1661           src/prefs_common.[ch]
1662           src/procmime.[ch]
1663                 do not use description as attachment name
1664
1665 2003-02-22 [alfons]     0.8.10claws42
1666
1667         * src/summaryview.c
1668                 freeze/thaw folder item updates when changing color labels,
1669                 and put a wait cursors on
1670
1671 2003-02-22 [thorsten]   0.8.10claws41
1672
1673         * src/mimeview.c
1674                 save-all fixes: crash if invoked on multipart container,
1675                 mimeinfo access, pathseparators, error dialog
1676
1677 2003-02-21 [alfons]     0.8.10claws40
1678
1679         * src/prefs_gtk.c
1680                 remove unused var
1681
1682 2003-02-21 [colin]      0.8.10claws39
1683
1684         * src/send.c
1685                 Fix smtp logging
1686
1687 2003-02-21 [colin]      0.8.10claws38
1688
1689         * src/summaryview.c
1690                 Freeze/thaw folderItem updates when filtering messages 
1691                 via Tools/Filter messages
1692
1693 2003-02-21 [paul]       0.8.10claws37
1694
1695         * src/compose.c
1696                 revert commit 0.8.10claws26, there are ulterior motives
1697                 for users to set a Reply-To header when posting to
1698                 newsgroups
1699
1700 2003-02-21 [paul]       0.8.10claws36
1701
1702         * sync with 0.8.10cvs17
1703                 see ChangeLog 2003-02-21
1704
1705 2003-02-20 [christoph]  0.8.10claws35
1706
1707         * src/imap.c
1708                 IMAP UID fetch speedup using SEARCH
1709
1710         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1711
1712         * src/imap.c
1713                 fix problem with UIDs in IMAP UID cache that no longer existed
1714
1715 2003-02-20 [christoph]  0.8.10claws34
1716
1717         * src/imap.c
1718         * src/procheader.c
1719         * src/procheader.h
1720                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1721
1722         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1723
1724         * src/imap.c
1725                 Rewrite imap_cmd_gen_recv use sock_getline instead
1726                 of sock_gets to avoid problems with too long reply
1727                 lines
1728     
1729 2003-02-20 [colin]      0.8.10claws33
1730         
1731         * src/prefs_account.c
1732                 Better wording
1733
1734 2003-02-20 [colin]      0.8.10claws32
1735
1736         * src/compose.c
1737                 Remove useless '&& !to_sender' 
1738
1739 2003-02-20 [darko]
1740
1741         * AUTHORS
1742                 change my e-mail address
1743
1744 2003-02-19 [colin]      0.8.10claws31
1745
1746         * src/prefs_common.c
1747                 X11 style colors for every configurable color
1748
1749 2003-02-19 [alfons]     0.8.10claws30
1750
1751         * src/prefs_gtk.[ch]
1752         * src/prefs_common.c
1753                 for color_new accept both plain integers and X11 style color
1754                 names (as found in /usr/lib/X11/rgb.txt)
1755
1756 2003-02-19 [paul]       0.8.10claws29
1757
1758         * src/mainwindow.c
1759                 add tooltips to online/offline button and account selector
1760                 button
1761
1762 2003-02-19 [paul]       0.8.10claws28
1763
1764         * src/folder.c
1765           src/news.c
1766           src/prefs_account.[ch]
1767           src/prefs_common.[ch]
1768                 move 'Maximum number of articles to download' to
1769                 account prefs.
1770                 clean up account prefs gui a little by hiding entries
1771                 rather then greying out entries
1772
1773 2003-02-19 [hiro]       0.8.10claws27
1774
1775         * src/common/utils.c
1776                 fix bug #54 'yesterdays date is displayed in the message 
1777                 summary window'
1778
1779 2003-02-19 [paul]       0.8.10claws26
1780
1781         * src/compose.c
1782                 fix bug reported in Feature Request [688596] 
1783                 'Reply-to header in news'
1784
1785 2003-02-18 [paul]       0.8.10claws25
1786
1787         * src/select-keys.c
1788                 add a 'List all keys' button to key selection dialog
1789
1790 2003-02-18 [colin]      0.8.10claws24
1791         
1792         * src/stock_pixmap.c
1793                 fix compile error
1794
1795 2003-02-18 [colin]      0.8.10claws23
1796
1797         * src/common/smtp.[ch]
1798           src/prefs_account.c
1799                 Try to starttls if it seems to be the only
1800                 way to authenticate a user
1801
1802 2003-02-18 [paul]       0.8.10claws22
1803
1804         * src/Makefile.am
1805           src/folderview.c
1806           src/stock_pixmap.[ch]
1807           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1808           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1809                 as a Drafts folder is a special folder allow it to have
1810                 its own unique icons
1811
1812 2003-02-18 [colin]      0.8.10claws21
1813
1814         * src/imap.c
1815                 Fix port selection when using starttls
1816
1817 2003-02-18 [paul]       0.8.10claws20
1818
1819         * src/mainwindow.c
1820           src/prefs_common.[ch]
1821                 make blue the default new mail colour
1822
1823 2003-02-18 [paul]       0.8.10claws19
1824
1825         * sync with 0.8.10cvs14
1826                 see ChangeLog 2003-02-18
1827
1828 2003-02-17 [jens]       0.8.10claws18
1829
1830         * src/common/md5.c
1831                 fixed a compile problem with gcc 3.3
1832                 works on 2.95.3 too (testet on PPC as it is big endian)
1833
1834 2003-02-17 [paul]       0.8.10claws17
1835
1836         * sync with 0.8.10cvs13
1837                 see ChangeLog 2003-02-17
1838
1839 2003-02-17 [paul]       0.8.10claws16
1840
1841         * sync with 0.8.10cvs12
1842                 see ChangeLog 2003-02-17
1843
1844 2003-02-16 [match]      0.8.10claws15
1845
1846         * src/addressbook.c
1847                 Eliminates reloading of address data when items
1848                 deleted or added. Applied submitted by
1849                 Luke Plant <lukeplant@softhome.net>
1850
1851 2003-02-16 [paul]       0.8.10claws14
1852
1853         * src/news.c
1854                 when a 'protocol error' is encountered disconnect from
1855                 the server. This means that the user can carry on viewing
1856                 other articles and doesn't have to either wait until the
1857                 server timesout or quit sylpheed.
1858                 Fixes bug #53 'Unable to read messages in newsgroups, 
1859                 displayed message doesn't change'
1860
1861 2003-02-15 [christoph]  0.8.10claws13
1862
1863         * src/imap.c
1864                 fix bug that stopped scanning of folders when an
1865                 IMAP folder was empty
1866
1867         (closes bug 46 stop scan messages in folders after empty folder)
1868
1869 2003-02-15 [paul]
1870
1871         * tools/Makefile.am
1872           tools/README
1873           tools/freshmeat_search.pl     ** NEW FILE **
1874           tools/google_search.pl        ** NEW FILE **
1875                 Add 2 Actions scripts which search freshmeat/google
1876                 for the selected text using the browser configured
1877                 in sylpheedrc.
1878                 
1879         Note: These scripts are very dependent on the format of the
1880         browser command and may not work on every occasion. Testing
1881         is welcome. 
1882
1883 2003-02-14 [alfons]     0.8.10claws12
1884
1885         * src/compose.c
1886                 fix breakage because of uninitialized account pointer.
1887                 please verify.
1888
1889 2003-02-14 [paul]       0.8.10claws11
1890
1891         * src/compose.c
1892           src/prefs_account.[ch]
1893           src/prefs_common.[ch]
1894                 move signature settings to Account Prefs
1895
1896 2003-02-14 [paul]       0.8.10claws10
1897
1898         * sync with 0.8.10cvs11
1899                 see ChangeLog 2003-02-14
1900
1901 2003-02-13 [thorsten]   0.8.10claws9
1902
1903         * src/news.c
1904                 revert news progressbar (GUI separation)
1905
1906 2003-02-13 [paul]       0.8.10claws8
1907
1908         * src/compose.c
1909                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1910                 paragraph 1
1911
1912 2003-02-13 [paul]       0.8.10claws7
1913
1914         * src/compose.[ch]
1915           src/summaryview.c
1916                 fix 'Follow-up and Reply-to' so that it creates a reply to
1917                 the newsgroup and the sender. If the message has the keyword
1918                 'poster' in the Followup-To header, all replies go to the
1919                 sender, re: RFC 1036, Section 2.2.3
1920                 rename all instances of 'ignore_replyto' to 'to_sender', both
1921                 were previously used, now we use just one.
1922
1923 2003-02-13 [paul]       0.8.10claws6
1924
1925         * sync with 0.8.10cvs9
1926                 see ChangeLog 2003-02-13
1927
1928 2003-02-13 [paul]       0.8.10claws5
1929
1930         * configure.ac
1931                 show which plugins are configured in the configure
1932                 output.
1933
1934 2003-02-12 [thorsten]   0.8.10claws4
1935
1936         * src/news.c
1937                 show progress while fetching news headers
1938
1939 2003-02-12 [christoph]  0.8.10claws3
1940
1941         * configure.ac
1942         * src/plugins/Makefile.am
1943                 use AM_CONDITIONAL to enable plugins, automake correctly
1944                 manages this when creating distdir
1945
1946 2003-02-12 [christoph]  0.8.10claws2
1947
1948         * ac/spamassassin.m4
1949         * src/plugins/spamassassin/Makefile.am
1950                 fix building SpamAssassin plugin without OpenSSL
1951
1952 2003-02-12 [paul]       0.8.10claws1
1953
1954         * ac/Makefile.am
1955           src/Makefile.am
1956           src/plugins/Makefile.am
1957                 fix failure of 'make release'
1958
1959 2003-02-12 [paul]       0.8.10claws
1960
1961         * 0.8.10claws released
1962
1963 2003-02-12 [paul]       0.8.9claws56
1964
1965         * po/bg.po
1966           po/es.po
1967           po/it.po
1968           po/ru.po
1969           po/sr.po
1970                 updated translations by George Danchev, Ricardo Mones Lastra,
1971                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1972                 
1973         * sylpheed.spec.in
1974                 Allow the building of RPMs by a regular user. Submitted
1975                 by Sergei Astanin
1976
1977 2003-02-11 [alfons]     0.8.9claws55
1978
1979         * src/colorlabel.c
1980                 don't use pixmaps for label color rect but draw rectangles
1981                 so we can respect the color map of palette based visuals
1982                 (fixes the long time crashes on Suns - thanks to Andreas
1983                 Engel and Steve O'Hara-Smith for testing)
1984
1985 2003-02-11 [christoph]  0.8.9claws54
1986
1987         * src/matcher_parser_parse.y
1988                 correct bug where filering rules of not existing folders in
1989                 matcherrc were added to global filtering
1990                 
1991         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1992          main filter-rules after removing directory, http://bugs.debian.org/180253)
1993         
1994 2003-02-11 [paul]       0.8.9claws53
1995
1996         * sync with 0.8.10cvs7
1997                 see ChangeLog 2003-02-09
1998
1999 2003-02-11 [melvin]     0.8.9claws52
2000
2001         * po/fr.po
2002                 Updated French tranlsations
2003
2004 2003-02-10 [paul]       0.8.9claws51
2005
2006         * sylpheed.spec.in
2007                 correct --enable-openssl
2008                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
2009
2010 2003-02-09 [martin]     0.8.9claws50
2011
2012         * src/prefs_matcher.c
2013                 fix segfault in prefs_matcher_substitute_cb() when
2014                 no row is selected
2015
2016 2003-02-09 [paul]       0.8.9claws49
2017
2018         * src/folderview.c
2019                 fix bug where a newsgroup folder's processing rules were
2020                 merged with the global filtering rules when the newsgroup
2021                 folder was deleted, causing some seriously bad results,
2022                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
2023
2024 2003-02-08 [melvin]     0.8.9claws48
2025
2026         * src/compose.c
2027                 Corrected and modified an alert message.
2028
2029 2003-02-07 [paul]       0.8.9claws47
2030
2031         * src/folderview.c
2032                 fix bug where both an 'Account properties' window and a
2033                 'Folder properties' window were opened when clicking on
2034                 'Properties' in an NNTP or IMAP folder's popup menu.
2035
2036 2003-02-07 [paul]       0.8.9claws46
2037
2038         * sync with 0.8.10cvs6
2039                 see ChangeLog 2003-02-06
2040
2041 2003-02-06 [christoph]  0.8.9claws45
2042
2043         * src/mbox.c
2044                 freeze folder updates while importing mbox files
2045                 (closes bug 43 importing mbox took hours)
2046                 
2047         Patch submitted by Jens Rantil <jens.rantil@telia.com>
2048
2049 2003-02-06 [thorsten]   0.8.9claws44
2050
2051         * po/de.po
2052                 Updated german translations
2053
2054 2003-02-06 [thorsten]   0.8.9claws43
2055
2056         * src/news.h
2057                 use guint for message numbers (fix count in grouplist dialog)
2058
2059 2003-02-05 [paul]       0.8.9claws42
2060
2061         * sync with 0.8.10cvs2
2062                 see ChangeLog 2003-02-05
2063
2064 2003-02-04 [colin]      0.8.9claws41
2065
2066         * src/prefs_common.[ch]
2067           src/procmsg.c
2068           src/summaryview.c
2069                 Add an option to disable threading by subject
2070
2071 2003-02-04 [christoph]  0.8.9claws40
2072
2073         * src/inc.c
2074                 only abort fetching mails from multiple accounts when the
2075                 error is fatal and does not allow to check any more accounts
2076                 (currently only disk full error)
2077
2078         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
2079          receive mails for other accouts)
2080
2081 2003-02-04 [christoph]  0.8.9claws39
2082
2083         * src/folder.c
2084                 first add the new message to the cache, then
2085                 send the update notification
2086
2087         (closes bug 39 after sending message folderview doesnt get updated)
2088
2089 2003-02-04 [colin]      0.8.9claws38
2090
2091         * src/inc.c
2092                 _really_ fix this Connecting... status
2093
2094 2003-02-04 [paul]       0.8.9claws37
2095
2096         * sync with 0.8.10
2097                 see ChangeLog 2003-02-04
2098
2099 2003-02-04 [paul]       0.8.9claws36
2100
2101         * sync with 0.8.9cvs6
2102                 see ChangeLog 2003-02-03
2103
2104 2003-02-04 [paul]       0.8.9claws35
2105
2106         * po/pt_BR.po
2107                 updated by André Filipe de Assunção e Brito 
2108                 <bedecko@netsite.com.br>
2109
2110 2003-02-03 [thorsten]   0.8.9claws34
2111
2112         * po/de.po
2113                 Updated german translations
2114
2115 2003-02-02 [paul]       0.8.9claws33
2116
2117         * po/es.po
2118                 updated by Ricardo Mones Lastra
2119
2120 2003-02-02 [thorsten]   0.8.9claws32
2121
2122         * src/mh.c
2123                 Fix mh_get_msginfo() segfault if file is inaccessible
2124
2125 2003-01-31 [colin]      0.8.9claws31
2126
2127         * src/procheader.c
2128                 Fix last commit's bug
2129
2130 2003-01-31 [colin]      0.8.9claws30
2131
2132         * src/procheader.c
2133                 Missing a change for gpg-signed messages
2134
2135 2003-01-31 [paul]       0.8.9claws29
2136
2137         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2138           src/procheader.c
2139           src/stock_pixmap.[ch]
2140           src/summaryview.c
2141                 indicate GnuPG signed messages by displaying an icon
2142                 in the Attachment column.
2143
2144 2003-01-31 [paul]       0.8.9claws28
2145
2146         * sync with 0.8.9cvs4
2147                 see ChangeLog 2003-01-31
2148
2149 2003-01-31 [alfons]     0.8.9claws27
2150
2151         * src/textview.c
2152                 tune URI parser to accept mailto URLs with a '?'
2153                 (patch from Ruslan Balkin)
2154
2155 2003-01-31 [colin]      0.8.9claws26
2156
2157         * src/summaryview.c
2158                 Fix a leak introduced in claws24
2159
2160 2003-01-31 [colin]      0.8.9claws25
2161
2162         * src/summaryview.c
2163                 Freeze/Thaw folder updates when deleting dups
2164
2165 2003-01-31 [colin]      0.8.9claws24
2166         
2167         * src/addr_compl.c
2168           src/summaryview.c
2169           src/msgcache.c
2170                 little speed improvements
2171
2172 2003-01-31 [colin]      0.8.9claws23
2173
2174         * src/summaryview.c
2175                 Fix segfault when forwarding nothing
2176                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2177                 
2178 2003-01-30 [paul]       0.8.9claws22
2179
2180         * sync with 0.8.9cvs3
2181                 see ChangeLog 2003-01-30
2182
2183 2003-01-30 [paul]       0.8.9claws21
2184
2185         * sync with 0.8.9cvs2
2186                 see ChangeLog 2003-01-30
2187
2188 2003-01-29 [paul]       0.8.9claws20
2189
2190         * sync with 0.8.9cvs1
2191                 see ChangeLog 2003-01-29
2192
2193 2003-01-28 [paul]       0.8.9claws19
2194
2195         * po/POTFILES.in
2196                 update to reflect changes. 
2197                 thanks to Ricardo Mones Lastra
2198
2199 2003-01-27 [christoph]  0.8.9claws18
2200
2201         * ac/openssl.m4
2202         * ac/spamassassin.m4
2203         * src/plugins/spamassassin/README
2204         * src/plugins/spamassassin/libspamc.[ch]
2205         * src/plugins/spamassassin/utils.[ch]
2206                 updated to latest libspamc
2207
2208 2003-01-27 [christoph]  0.8.9claws17
2209
2210         * src/folder.c
2211                 fix wrong use of procheader_get_header_fields
2212
2213 2003-01-27 [christoph]  0.8.9claws16
2214
2215         * src/news.c
2216         * src/prefs_account.[ch]
2217         * src/common/nntp.[ch]
2218                 allow to force authentication for NNTP servers
2219
2220         Patch submitted by Florian Mickler <dmk@d-labs.de>
2221
2222 2003-01-26 [paul]       0.8.9claws15
2223
2224         * src/summaryview.c
2225                 speed up of marking messages as read
2226                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2227
2228 2003-01-26 [christoph]  0.8.9claws14
2229
2230         * src/Makefile.am
2231         * src/mgutils.[ch]              ** REMOVE **
2232         * src/xml.[ch]                  ** REMOVE **
2233         * src/xmlprops.[ch]             ** REMOVE **
2234         * src/common/Makefile.am
2235         * src/common/mgutils.[ch]       ** NEW **
2236         * src/common/xml.[ch]           ** NEW **
2237         * src/common/xmlprops.[ch]      ** NEW **
2238                 move xml files to common directory
2239
2240 2003-01-26 [christoph]  0.8.9claws13
2241
2242         * src/plugins/spamassassin/spamassassin_gtk.c
2243                 only set gtk entry text if string is available
2244
2245 2003-01-26 [melvin]     0.8.9claws12
2246
2247         * src/description_window.c
2248                 Allow resizing of the window
2249                 Allow automatic horizontal scroll bar
2250                 Do not vertically expand and fill
2251
2252 2003-01-26 [christoph]  0.8.9claws11
2253
2254         * src/Makefile.am
2255         * src/gtkutils.[ch]             ** REMOVE **
2256         * src/common/sylpheed.c
2257         * src/gtk/Makefile.am
2258         * src/gtk/description_window.c
2259         * src/gtk/gtkutils.[ch]         ** NEW **
2260         * src/gtk/prefswindow.c
2261                 move gtkutils to gtk directory
2262
2263 2003-01-26 [paul]       0.8.9claws10
2264
2265         * src/summaryview.c
2266                 rename summary_unread_clicked() to summary_status_clicked()
2267
2268 2003-01-26 [melvin]     0.8.9claws9
2269
2270         * src/prefs_actions.c
2271                 Cosmetical changes to the help text
2272
2273 2003-01-26 [paul]       0.8.9claws8
2274
2275         * src/folder.[ch]
2276           src/mainwindow.c
2277           src/prefs_common.c
2278           src/prefs_sumamry_column.c
2279           summaryview.[ch]
2280                 rename the 'Unread' column to 'Status'
2281
2282 2003-01-25 [match]      0.8.9claws7
2283
2284         * src/mgutils.[ch]
2285                 removed reference to LDAP constants. removed error2string.
2286                 included functions to support LDAP dynamic queries.
2287         * src/syldap.h
2288                 moved LDAP constants here.
2289         * src/addressbook.c
2290         * src/addrindex.c
2291         * src/importldif.c
2292                 removed references to LDAP constants and references to
2293                 error2string.
2294
2295 2003-01-25 [paul]       0.8.9claws6
2296
2297         * src/summaryview.c
2298                 summary_thread_build(), summary_thread_init(): remove 
2299                 unneeded reference to summaryview->folder_item
2300
2301 2003-01-25 [christoph]  0.8.9claws5
2302
2303         * src/gtk/description_window.c
2304                 o allow description texts to expand over multiple columns
2305                 o translate all columns
2306         * src/prefs_actions.c
2307                 change syntax description to use new multi column feature
2308
2309         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2310
2311 2003-01-25 [match]      0.8.9claws4
2312
2313         * src/vcard.c
2314                 fixed bug with Quoted-Printable
2315
2316 2003-01-25 [paul]       0.8.9claws3
2317
2318         * src/folder.[ch]
2319           src/summaryview.[ch]
2320                 implement per-folder collapsed/expanded threads setting
2321                 
2322         * src/prefs_common.c
2323                 remove global collapsed/expanded threads option
2324
2325 2003-01-25 [christoph]  0.8.9claws2
2326
2327         * po/POTFILES.in
2328                 add pluginwindow and prefswindow
2329         * src/compose.c
2330                 make send respond correctly to messages that could be added
2331                 to the queue folder, but the UID of the message is unknown
2332         * src/folder.c
2333         * src/imap.c
2334                 don't return guessed UIDs in imap_add_msg anymore. We return
2335                 0 to tell the folder system it was appened but the UID is
2336                 unknown. Folder system now get's the UID by scaning the folder
2337                 and searching the cache for the Message-ID
2338                 (closes bug #29 Messages queued, but not sent)
2339
2340 2003-01-25 [paul]       0.8.9claws1
2341
2342         * src/codeconv.c
2343                 conv_encode_header():  fix bug when long headers with 8-bit
2344                 characters are used, so that the encoded words are wrapped.
2345                 If the space in the original text falls on the wrap boundary,
2346                 it can be lost.
2347                 Patch by Sergey Vlasov.
2348                 
2349         * src/folderview.c
2350                  fix bug where a change to the sorting method or thread view
2351                  of a folder's messages is lost if simpify-subject is set and
2352                  toggled on or off.
2353                  Patch by Luke Plant.
2354
2355 2003-01-24 [paul]       0.8.9claws
2356
2357         * sylpheed-0.8.9claws released
2358         
2359         * Makefile.am
2360           sylpheed.spec.in
2361                 remove reference to 'INSTALL.jp'
2362
2363 2003-01-23 [paul]       0.8.8claws128
2364
2365         * po/es.po
2366           po/it.po
2367           po/ru.po
2368           po/sr.po
2369                 updated translations. submitted by Ricardo Mones Lastra,
2370                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2371
2372 2003-01-23 [colin]      0.8.8claws127
2373
2374         * src/compose.c
2375                 Fix drafted and queued news articles re-edition
2376
2377 2003-01-23 [melvin]     0.8.8claws126
2378
2379         * po/fr.po
2380                 Updated French translations
2381
2382 2003-01-23 [colin]      0.8.8claws125
2383
2384         * src/inc.c
2385                 Fix "Connecting to..." status message
2386
2387 2003-01-22 [paul]       0.8.8claws124
2388
2389         * po/bg.po
2390                 updated by George Danchev
2391                 
2392         * src/folder.c
2393                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2394                 and folder deletion
2395
2396 2003-01-21 [paul]       0.8.8claws123
2397
2398         * po/bg.po
2399                 updated by George Danchev
2400                 
2401         * src/about.c
2402                 its now 2003
2403                 
2404         * src/toolbar.c
2405                 don't translate 'Separator'
2406                 
2407         * src/plugins/spamassassin/Makefile.am
2408                 add aspell to CPPFLAGS
2409                 
2410         * src/plugins/spamassassin/spamassassin.c
2411           src/plugins/spamassassin/spamassassin_gtk.c
2412                 set correct default for spamassassin_receive_spam
2413                 slightly re-word descriptions and some
2414                 other minor changes
2415
2416 2003-01-19 [alfons]     0.8.8claws122
2417                 
2418         * src/mimeview.c
2419                 mimeview_save_as(): we might as well show the file name for
2420                 the single case "Save As" too
2421
2422 2003-01-19 [alfons]     0.8.8claws121
2423
2424         * src/crash.c
2425                 change bug tracker URL to bugzilla URL
2426
2427 2003-01-19 [alfons]     0.8.8claws120
2428
2429         * src/mimeview.c
2430                 mimeview_save_all(): display name of file before overwriting;
2431                 continue saving all, even when one overwrite was cancelled
2432
2433 2003-01-19 [christoph]  0.8.8claws119
2434
2435         * src/summaryview.c
2436         * src/procmsg.[ch]
2437                 fix wrong usage of procmsg_find_children in summaryview
2438                 by using procmsg_update_unread_children instead of
2439                 summaryview_update_unread_children
2440
2441 2003-01-19 [christoph]  0.8.8claws118
2442
2443         * src/procmsg.c
2444                 fix infinite loop in procmsg_find_children
2445                  (closes bug #25 sylpheed crashes on delete.)
2446
2447         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2448
2449 2003-01-19 [paul]       0.8.8claws117
2450
2451         * po/pt_BR.po
2452                 updated by Ivan Francolin Martinez
2453
2454 2003-01-18 [melvin]     0.8.8claws116
2455
2456         * src/prefs_actions.c
2457                 Removed syntax limitation of only one '&' at the end of command.
2458                         Now actions that contain '>/dev/null 2>&1' are possible.
2459
2460 2003-01-18 [melvin]     0.8.8claws115
2461
2462         * src/prefs_actions.c
2463                 Actions IO dialog: when the action ends
2464                 the "Close" button now has focus and [Escape] closes the
2465                 window.
2466
2467 2003-01-18 [christoph]  0.8.8claws114
2468
2469         * src/procmsg.c
2470                 o add debug output when MsgInfos are really freed
2471                 o free GSLists in procmsg_find_children and
2472                   procmsg_update_unread_children
2473
2474 2003-01-18 [christoph]  0.8.8claws113
2475
2476         * src/mainwindow.c
2477                 reorder Configuration menu
2478
2479 2003-01-18 [christoph]  0.8.8claws112
2480
2481         * src/compose.c
2482                 fix applying templates to forwarded messages
2483
2484         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2485
2486 2003-01-17 [christoph]  0.8.8claws111
2487
2488         * src/folder.c
2489                 destroy folder items, when a folder item is removed
2490
2491 2003-01-17 [christoph]  0.8.8claws110
2492
2493         * src/folder.c
2494                 fix wrong folder stats update when ignored message is
2495                 deleted
2496
2497 2003-01-17 [colin]      0.8.8claws109
2498         
2499         * src/mainwindow.c
2500         * src/summaryview.c
2501                 Quicksearch bugfixes: 
2502                 - hide help button at startup if not extended
2503                 - switch to extended when looking for replies
2504
2505 2003-01-17 [paul]
2506
2507         * sync with 0.8.9 release
2508
2509 2003-01-17 [paul]       0.8.8claws108
2510
2511         * sync with 0.8.8cvs11
2512                 see ChangeLog 2003-01-17
2513
2514 2003-01-16 [colin]      0.8.8claws107
2515
2516         * src/procmsg.c
2517                 Changed encryption test to re-ask passphrase
2518                 if an encrypted message hasn't been decrypted
2519                 Fixes bug #5
2520
2521 2003-01-16 [christoph]  0.8.8claws106
2522
2523         * src/prefs_gtk.c
2524         * src/prefs_toolbar.c
2525         * src/gtk/prefswindow.h
2526         * src/plugins/spamassassin/spamassassin_gtk.c
2527                 remove page destroy function that is not used anymore
2528
2529 2003-01-16 [paul]       0.8.8claws105
2530
2531         * sync with 0.8.8cvs9
2532                 see ChangeLog 2002-01-16
2533
2534 2003-01-16 [colin]      0.8.8claws104
2535
2536         * src/compose.[ch]
2537                 Fix bug with autosaved drafts for IMAP, when draft
2538                 folder is specified - fixes bugzilla bug #20
2539
2540 2003-01-15 [paul]       0.8.8claws103
2541
2542         * src/compose.[ch]
2543           src/procmsg.c
2544                 store folder and message-id of message forwarding
2545                 in queue header and set forward flag after sending
2546
2547 2003-01-15 [paul]       0.8.8claws102
2548
2549         * sync with 0.8.8cvs8
2550                 see ChangeLog 2002-01-15
2551
2552 2003-01-15 [colin]      0.8.8claws101
2553
2554         * src/Makefile.am
2555                 Fix linking with GNU libiconv
2556
2557 2003-01-15 [darko]      0.8.8claws100
2558
2559         * src/pine.c
2560                 fix crash when importing pine address book
2561                 entry with an empty name (reported by DY
2562                 <dybulk at tri8.net>)
2563
2564 2003-01-14 [paul]       0.8.8claws99
2565
2566         * configure.in  ** REMOVED **
2567           configure.ac  ** NEW FILE **
2568                 rename configure.in to configure.ac, as it is now
2569                 preferred
2570
2571 2003-01-14 [melvin]     0.8.8claws98
2572
2573         * src/folderview.c
2574                 folderview_check_new(): More precise function description
2575
2576 2003-01-14 [melvin]     0.8.8claws97
2577
2578         * src/folderview.c
2579                 folderview_check_new(): return the number of new messages 
2580                         since last check.
2581         * src/inc.c
2582                 inc_account_mail(): Disable counting of new messages for IMAP
2583                         and NNTP until bug [19] and [14] are fixed.
2584
2585 2003-01-14 [paul]       0.8.8claws96
2586
2587         * sync with 0.8.8cvs6
2588                 see ChangeLog 2003-01-14
2589
2590 2003-01-13 [alfons]     0.8.8claws95
2591
2592         * src/textview.c
2593                 tune email address validation (c. 0.8.8claws89): if . is 
2594                 just one char away from @, the address is invalid too 
2595                 (correctly rejects addresses like foo@.com)
2596
2597 2003-01-13 [paul]       0.8.8claws94
2598
2599         * src/messageview.c
2600           src/toolbar.c
2601                 fixes to the Message View toolbar and menu:
2602                 fix non-functioning Forward button
2603                 make Reply button consider default_reply_list
2604                 remove 'Follow-up...' menu entry
2605                 add 'Forward' and 'Redirect' menu entries
2606
2607 2003-01-13 [melvin]     0.8.8claws93
2608
2609         * src/inc.c
2610                 Fixed typo that could make new messages count incorrect.
2611
2612 2003-01-13 [melvin]     0.8.8claws92
2613
2614         * src/folderview.[ch]
2615                 folderview_check_new(): return the number of new messages.
2616         * src/inc.c
2617                 Should fix bug [14] where new mail notification worked 
2618                         incorrectly with IMAP accounts.
2619                 inc_spool_account(): return number of new msgs, or -1 on error
2620                 inc_all_spool(): return number of new msgs
2621                 
2622 2003-01-13 [melvin]     0.8.8claws91
2623
2624         * src/prefs_actions.c
2625                 Justify help text.
2626
2627 2003-01-12 [thorsten]   0.8.8claws90
2628
2629         * src/common/prefs.c
2630                 close file before rename
2631
2632 2003-01-12 [alfons]     0.8.8claws89
2633
2634         * AUTHORS
2635                 add Christian Mertes
2636         * src/common/utils.[ch]
2637                 g_stricase_hash(), g_stricase_equal(): functions for 
2638                 case insensitive hash tables
2639         * src/textview.c
2640                 use top level domain names to validate email address, based
2641                 on a patch by Christian Mertes (thanks!), but changed 
2642                 implementation to use a hash table 
2643
2644 2003-01-12 [paul]       0.8.8claws88
2645
2646         * po/bg.po
2647                 updated by George Danchev
2648
2649 2003-01-12 [alfons]     0.8.8claws87
2650
2651         * src/summaryview.c
2652                 delete / execute performance: use new style folder update
2653
2654 2003-01-12 [paul]       0.8.8claws86
2655
2656         * sync with 0.8.8cvs5
2657                 see ChangeLog 2003-01-13 (!)
2658
2659 2003-01-12 [alfons]     0.8.8claws85
2660
2661         * src/filtering.c
2662         * src/matcher_parser_parse.y
2663                 prepare change_score filtering action
2664         * src/matcher.[ch]
2665                 give up const-correctness on functions that call non-const-correct functions;
2666                 several casts to gpointer in g_free();
2667                 add change_score;
2668
2669 2003-01-12 [christoph]  0.8.8claws84
2670
2671         * src/compose.c
2672                 fix 2 warnings
2673
2674         * src/gtk/prefswindow.[ch]
2675         * src/plugins/spamassassin/spamassassin_gtk.c
2676                 changed the call of the widget create function
2677                 for PrefsPages, because sometimes the widget
2678                 create function needs a widget that already has
2679                 been attached to a window (to create GDK pixmaps
2680                 for exmaple). So we simply pass the GtkWindow as
2681                 the second parameter now.
2682
2683         * src/main.c
2684         * src/mainwindow.c
2685         * src/prefs_toolbar.[ch]
2686                 rewrite Toolbar Preferences using the new
2687                 prefs window
2688
2689 2003-01-11 [alfons]     0.8.8claws83
2690
2691         * src/addressadd.c
2692                 fix crash when adding sender to addressbook because status bar
2693                 isn't there (the status bar doesn't seem to be used though,
2694                 but I'll let Match decide what to do with it)
2695
2696 2003-01-11 [colin]      0.8.8claws82
2697
2698         * src/main.c
2699           src/toolbar.c
2700                 Two useless changes reversed
2701
2702 2003-01-11 [colin]      0.8.8claws81
2703
2704         * src/mainwindow.c
2705           src/mainwindow.h
2706                 Add mainwindow_get_mainwindow()
2707         * src/alertpanel.c
2708           src/alertpanel.h
2709                 Add alertpanel_error_log() 
2710         * src/compose.c
2711           src/inc.c
2712           src/messageview.c
2713           src/toolbar.c
2714           src/main.c
2715           src/procmsg.c
2716                 Network errors get a View Log button
2717
2718 2003-01-10 [alfons]     0.8.8claws80
2719
2720         * src/prefs_toolbar.c
2721         * src/toolbar.c
2722                 use the translatable string for "Separator" as file name for
2723                 separator toolbar items (probably make this uppercase?)
2724
2725 2003-01-10 [alfons]     0.8.8claws79
2726
2727         * src/prefs_toolbar.c
2728                 put right A_SEPARATOR description string in "displayed
2729                 toolbar items list" so manually added separators are
2730                 saved correctly (bug #10, "Adding a separator to the main 
2731                 toolbar fails, entry in xml file is wrong")
2732
2733 2003-01-10 [christoph]  0.8.8claws78
2734
2735         * src/imap.c
2736                 o fix warnings
2737                 o use CAPABILITY to check if NAMESPACE is available
2738
2739 2003-01-10 [christoph]  0.8.8claws77
2740
2741         * src/imap.[ch]
2742                 apply UIDPLUS IMAP extension support patch
2743
2744         Patch submitted by Simon 'corecode' Schubert
2745
2746 2003-01-10 [paul]       0.8.8claws76
2747
2748         * src/folderview.c
2749                 a sync from main which fixes the news account folders'
2750                 Properties bug
2751
2752 2003-01-10 [christoph]  0.8.8claws75
2753
2754         * src/folder.c
2755                 don't accept 0 as a valid uid returned by copy and move
2756                 functions. 0 means the message was copied or moved but the
2757                 new uid could not be fetched. It is not an error condition
2758                 for the copy or move operation.
2759
2760 2003-01-10 [paul]       0.8.8claws74
2761
2762         * src/prefs_filtering.c
2763                 change English used in Alert when entry is not
2764                 saved.
2765                 
2766         * sync with 0.8.8cvs4
2767                 see ChangeLog 2003-01-10
2768
2769 2003-01-10 [darko]      0.8.8claws73
2770
2771         * src/pine.c
2772                 fix crash when importing address book entry
2773                 without a valid address
2774
2775 2003-01-09 [alfons]     0.8.8claws72
2776
2777         * src/inc.c
2778                 filtering performance: use new style folder update
2779
2780 2003-01-09 [christoph]  0.8.8claws71
2781
2782         * src/compose.c
2783         * src/gtk/menu.[ch]
2784                 fix wrong selecting of mime encoding type, when
2785                 opening property dialog of attachments in the
2786                 compose window. 7bit was always selected and that
2787                 destoryed files with 8bit data.
2788                 (closes bug #9 Sylpheed-claws destroys attachments when
2789                  changing MIME-types)
2790
2791 2003-01-09 [paul]       0.8.8claws70
2792
2793         * sync with 0.8.8cvs3
2794                 see ChangeLog 2003-01-09
2795
2796 2003-01-08 [alfons]     0.8.8claws69
2797         
2798         * src/addressadd.c
2799                 apply patch by Kim Schulz to fix build breakage
2800                 because of missing variable
2801
2802 2003-01-08 [paul]       0.8.8claws68
2803
2804         * sync with 0.8.8cvs2
2805                 see ChangeLog 2002-01-08
2806
2807 2003-01-08 [paul]       0.8.8claws67
2808
2809         * po/it.po
2810                 updated by Alessandro Maestri
2811                 
2812         * src/addressadd.c
2813                 when using 'Add sender to addressbook' allow
2814                 name to be edited and remarks to be entered
2815                 Patch submitted by Luke Plant
2816
2817 2003-01-08 [darko]      0.8.8claws66
2818
2819         * README.claws, src/summaryview.c
2820                 fix description for marked messages
2821
2822 2003-01-08 [paul]
2823
2824         * tools/Makefile.am
2825           tools/launch_phoenix  ** NEW FILE **
2826                 add script that enables using Phoenix as the default
2827                 web browser. 
2828                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2829                 
2830         * tools/OOo2sylpheed.pl
2831                 remove full path to sylpheed executable, just 'sylpheed'
2832                 will do
2833                 
2834         * tools/README
2835                 add launch_phoenix informtion and re-arrange and compress
2836                 the data a little
2837
2838 2003-01-07 [christoph]  0.8.8claws65
2839
2840         * src/folder.c
2841                 fix update for source folder when moving messages
2842         * src/procmsg.[ch]
2843         * src/summaryview.c
2844                 use function to set to_folder for message infos and
2845                 automatically update the op_count for old and new
2846                 folder
2847
2848 2003-01-07 [melvin]     0.8.8claws64
2849
2850         * src/prefs_actions.c
2851                 Fixed bug where an '%p' Action on a displayed image crashed 
2852                         Sylpheed
2853                 Code clean up (get rid of duplicated code and removed unnecessary 
2854                                 structure member)
2855
2856 2003-01-07 [christoph]  0.8.8claws63
2857
2858         * src/compose.c
2859         * src/folder.[ch]
2860         * src/folderview.c
2861         * src/import.c
2862         * src/inc.c
2863         * src/main.c
2864         * src/mainwindow.c
2865         * src/messageview.c
2866         * src/prefs_folder_item.c
2867         * src/procmsg.c
2868         * src/summaryview.c
2869         * src/toolbar.c
2870                 o remove all folder update triggering from the UI code. The folder
2871                   system should know much better when a folder needs an update.
2872                 o to prevent multiple updates in a row the folder updates can be
2873                   frozen for some time.
2874
2875                 Note: - Please verify that no updates are missing
2876                       - Check where freeze/thaws should be added
2877
2878 2003-01-07 [christoph]  0.8.8claws62
2879
2880         * src/prefs_actions.c
2881                 don't translate empty strings
2882
2883         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2884
2885 2003-01-06 [christoph]  0.8.8claws61
2886
2887         * src/prefs_actions.c
2888                 mark strings for gettext
2889         * src/prefs_matcher.c
2890                 use new description window for Execute action and
2891                 match condition in Filtering
2892
2893         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2894
2895 2003-01-06 [alfons]     0.8.8claws60
2896
2897         keep myself inspired to re-organize matcher part 8; 
2898         yes, more to come (I need to move out the descriptive
2899         text for actions to matcher.c, or at least make it not
2900         depend on the wicked ordering)
2901
2902         * src/prefs_matcher.c
2903                 add documentation so others may comprehend the
2904                 UI part of the conditions
2905                 
2906 2003-01-06 [christoph]  0.8.8claws59
2907
2908         * src/prefs_actions.c
2909                 use new description window for syntax help
2910         * src/gtk/description_window.c
2911                 fix display of descriptions with column count != 2
2912
2913         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2914
2915 2003-01-06 [christoph]  0.8.8claws58
2916
2917         * src/quote_fmt.c
2918         * src/summaryview.[ch]
2919         * src/gtk/Makefile.am
2920         * src/gtk/description_window.[ch]       ** NEW **
2921                 use a generic window to display syntax descriptions
2922                 currently used in quote_fmt and summaryview (new description
2923                 for extended quick search)
2924
2925         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2926
2927 2003-01-06 [paul]       0.8.8claws57
2928
2929         * sync with 0.8.8cvs1
2930                 see ChangeLog 2003-01-06
2931
2932 2003-01-06 [christoph]  0.8.8claws56
2933
2934         * src/mainwindow.c
2935         * src/prefs_gtk.[ch]
2936         * src/gtk/prefswindow.[ch]
2937         * src/plugins/spamassassin/spamassassin_gtk.c
2938                 o remove page management from prefswindow, pages
2939                   will be an argument to prefswindow_open
2940                 o prefswindow_open gets a datapointer that is
2941                   passed to the widget_create function to allow
2942                   creation of prefswindow for specific items
2943
2944 2003-01-06 [colin]      0.8.8claws55
2945         
2946         * src/summaryview.c
2947                 We don't want regexp in the reply-finder, 
2948                 because MIDs can contain !,$,. and so on
2949
2950 2003-01-06 [jens]       0.8.8claws54
2951
2952         * src/jpilot.c
2953                 fixed a wrong free in jpilot_read_db_files
2954
2955 2003-01-06 [alfons]     0.8.8claws53
2956
2957         re-organize matcher part 8; more to come
2958        
2959         * src/matcher.c
2960                 matcherprop_to_string(): put g_free()s before the
2961                 switch-case break to fix memleaks                
2962
2963 2003-01-06 [colin]      0.8.8claws52
2964
2965         * src/summaryview.c
2966                 cleanup & reply-finder now displays the first 
2967                 matching message
2968
2969 2003-01-05 [alfons]     0.8.8claws51
2970
2971         re-organize matcher part 7; more to come
2972
2973         * src/matcher.[ch]
2974                 fixes for constant correctness;
2975                 more documentation;
2976
2977 2003-01-05 [alfons]     0.8.8claws50
2978
2979         re-organize matcher part 6; more to come
2980         
2981         * src/matcher.[ch]
2982                 fixes for constant correctness;
2983                 more documentation;
2984         * src/filtering.c
2985                 fix for constant correctness
2986
2987 2003-01-05 [colin]      0.8.8claws49
2988
2989         * src/account.[ch]
2990                 Add account_get_reply_account function
2991         * src/compose.c
2992                 Use account_get_reply_account function 
2993         * src/summaryview.c
2994                 Basic reply-finder - click on the replied
2995                 icon gets you to the outbox using quick-search
2996
2997 2003-01-05 [paul]       0.8.8claws48
2998
2999         * src/prefs_common.c
3000                 small change to English
3001                 
3002         * src/prefs_filtering.c
3003                 prefs_filtering_action_select(): improve logic and uniformity
3004                 of gui
3005
3006 2003-01-05 [alfons]     0.8.8claws47
3007
3008         fine tune solution to focus problems (bug #7)
3009
3010         * src/mainwindow.c
3011                 mainwindow_focus_in_event(): remove grab event check
3012         * src/summaryview.c
3013                 summary_button_pressed(): move selection on right-click
3014                 too. we can't possibly move the selection back after
3015                 canceling a dialog, because gtk's incomplete focus 
3016                 management. whether this is a good solution, only time
3017                 will tell.
3018
3019 2003-01-05 [christoph]  0.8.8claws46
3020
3021         * src/imap.c
3022                 fix crash when no imap connection could be established
3023
3024 2003-01-05 [paul]       0.8.8claws45
3025
3026         * src/mainwindow.c
3027           src/sumamryview.c
3028           src/gtk/menu.[ch]
3029                 fix bug 605957 'shortcuts in popup-menu'
3030                 make user-defined shortcuts work
3031                 show shortcuts that are already defined
3032                 in the main menu
3033                 Patch submitted by Luke Plant
3034
3035 2003-01-05 [alfons]     0.8.8claws44
3036
3037         * src/mainwindow.c
3038                 focus_in_event handler should not select summary view row 
3039                 when another window (menu, dialog) grabbed for events 
3040                 (bug #7, "[0.8.8claws42] Message summary focus") 
3041
3042 2003-01-04 [christoph]  0.8.8claws43
3043
3044         * src/procmsg.c
3045                 update save folder after adding the sent message
3046                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
3047
3048 2003-01-02 [christoph]  0.8.8claws42
3049
3050         * src/common/plugin.c
3051                 fix unloading of all plugins and unload
3052                 plugins in reverse order
3053                 
3054         * src/gtk/pluginwindow.c
3055                 implement function of load and unload button
3056
3057         * src/gtk/prefswindow.c
3058         * src/gtk/prefswindow.h
3059                 rename register function and add new unregister
3060                 function
3061
3062         * src/plugins/spamassassin/spamassassin_gtk.c
3063                 unregister prefs page and update for changes in
3064                 src/gtk/prefswindow.c
3065
3066 2003-01-02 [paul]       0.8.8claws41
3067
3068         * po/es.po
3069                 updated by Ricardo Mones Lastra
3070
3071 2003-01-02 [paul]
3072
3073         * tools/tb2sylpheed
3074                 fixes and improvements by Urke MMI
3075
3076 2003-01-02 [thorsten]   0.8.8claws40
3077
3078         * src/procmsg.c
3079                 fixed wrong return value
3080
3081 2003-01-02 [thorsten]   0.8.8claws39
3082
3083         * src/prefs.c
3084                 fixed printing wrong variable
3085
3086 2003-01-02 [thorsten]   0.8.8claws38
3087
3088         * src/prefs.c
3089                 fixed acessing members of freed pfile struct
3090
3091 2003-01-02 [thorsten]   0.8.8claws37
3092
3093         * src/procmsg.c
3094                 detect loops across several messages
3095                 as suggested by Christoph Hohmann
3096
3097 2003-01-01 [match]      0.8.8claws36
3098
3099         * src/addrindex.c
3100                 fixed another memory leak.
3101
3102 2003-01-01 [match]      0.8.8claws35
3103
3104         * src/jpilot.[ch]
3105                 fixed memory leaks. applied Doxygen comments.
3106
3107 2003-01-01 [thorsten]   0.8.8claws34
3108
3109         * src/procmsg.c
3110                 inhibit endless loop if msg references itself
3111                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3112
3113 2003-01-01 [christoph]  0.8.8claws33
3114
3115         * src/mainwindow.c
3116         * src/gtk/Makefile.am
3117         * src/gtk/pluginwindow.c                ** NEW **
3118         * src/gtk/pluginwindow.h                ** NEW **
3119                 add plugin window
3120
3121         * src/plugins/demo/demo.c
3122         * src/plugins/spamassassin/spamassassin.c
3123         * src/plugins/spamassassin/spamassassin_gtk.c
3124                 write better plugin descriptions
3125
3126 2002-12-31 [christoph]  0.8.8claws32
3127
3128         * src/gtk/prefswindow.c
3129         * src/plugins/spamassassin/spamassassin_gtk.c
3130                 some small improvements to GTK code
3131
3132 2002-12-31 [christoph]  0.8.8claws31
3133
3134         * src/plugins/spamassassin/spamassassin_gtk.c
3135                 enable folder select button
3136
3137 2002-12-31 [christoph]  0.8.8claws30
3138
3139         * src/mainwindow.c
3140         * src/gtk/Makefile.am
3141         * src/gtk/prefswindow.c                         ** NEW **
3142         * src/gtk/prefswindow.h                         ** NEW **
3143                 add new prefs window
3144
3145         * src/common/plugin.c
3146                 don't try to load empty config lines
3147         
3148         * src/plugins/spamassassin/Makefile.am
3149         * src/plugins/spamassassin/spamassassin.c
3150         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3151         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3152                 GTK config for SpamAssassin Plugin using
3153                 the new prefs window
3154
3155 2002-12-31 [paul]       0.8.8claws29
3156
3157         * po/POTFILES.in
3158                 remove obsolete entry 'src/menu.c'
3159
3160 2002-12-31 [alfons]     0.8.8claws28
3161
3162         * src/matcher.[ch]
3163         * src/matcher_parser_parse.y
3164         * src/prefs_matcher.c
3165                 add "ignore_thread" and "~ignore_thread" condition so it's
3166                 possible to make the actions / scoring operate on the ignore
3167                 thread flag
3168
3169 2002-12-31 [christoph]  0.8.8claws27
3170
3171         * src/addrbook.c
3172         * src/addrindex.c
3173         * src/folder.c
3174         * src/matcher.c
3175         * src/prefs_account.c
3176         * src/prefs_actions.c
3177         * src/prefs_customheader.c
3178         * src/prefs_display_header.c
3179         * src/prefs_gtk.c
3180         * src/procmime.c
3181         * src/toolbar.c
3182         * src/xmlprops.c
3183         * src/common/prefs.[ch]
3184                 extend prefs file handling for reading and automatic handling
3185                 of blocks. When reading prefs_set_block_label will automatically
3186                 move on to the block. When writing it will copy all other blocks
3187                 automatically
3188
3189         * src/common/plugin.c
3190                 Now loading plugin filenames from [Plugins] block in
3191                 sylpheed rc file
3192
3193 2002-12-30 [christoph]  0.8.8claws26
3194
3195         * src/common/hooks.[ch]
3196                 return abort status to caller of hooks_invoke
3197                 
3198         * src/inc.[ch]
3199                 invoke message filtering hook and stop
3200                 default handling when filter returns abort
3201
3202         * src/common/plugin.[ch]
3203         * src/plugins/demo/demo.c
3204                 modify plugin loader, because resolving symbols for strings
3205                 does not work correctly
3206         
3207         * configure.in
3208         * ac/spamassassin.m4                            ** NEW **
3209         * src/plugins/spamassassin/.cvsignore           ** NEW **
3210         * src/plugins/spamassassin/Makefile.am          ** NEW **
3211         * src/plugins/spamassassin/README               ** NEW **
3212         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3213         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3214         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3215                 add spamassassin plugin, see src/plugins/spamassassin/README
3216                 for details
3217
3218 2002-12-29 [alfons]     0.8.8claws25
3219
3220         * src/mainwindow.c
3221                 when moving focus from a message view to the main 
3222                 window, don't forget to select the summary node
3223                 of the displayed message. should fix "[ 659103 ] 
3224                 focus-follows-mouse confuses sylpheed"
3225
3226 2002-12-29 [christoph]  0.8.8claws24
3227
3228         * src/Makefile.am
3229         * src/stringtable.[ch]          ** REMOVE **
3230         * src/common/Makefile.am
3231         * src/common/stringtable.[ch]   ** NEW **
3232                 move stringtable files to common directory
3233
3234 2002-12-29 [christoph]  0.8.8claws23
3235
3236         * src/Makefile.am
3237         * src/menu.[ch]                 ** REMOVE **
3238         * src/gtk/Makefile.am
3239         * src/gtk/menu.[ch]             ** NEW **
3240                 move menu files to gtk directory
3241
3242 2002-12-29 [match]      0.8.8claws22
3243
3244         * src/addressbook.c
3245         * src/syldap.c
3246                 moved UI specific code out of LDAP code into addressbook
3247                 UI code. fixed memory leak.
3248
3249 2002-12-29 [christoph]  0.8.8claws21
3250
3251         * src/folder.c
3252                 only check for IGNORED parent message when message is
3253                 not IGNORED itself
3254
3255 2002-12-29 [alfons]     0.8.8claws20
3256
3257         * src/summaryview.c
3258                 set gtksctree's anchor correct (immediate execute
3259                 changes the tree's layout, and anchor points at 
3260                 the incorrect row). fixes "[ 657233 ] multiple msg 
3261                 delete sometimes off by 1".
3262                 we probably have to look for more tree layout /
3263                 anchor glitches.
3264
3265 2002-12-29 [paul]       0.8.8claws19
3266
3267         * src/summaryview.c
3268                 fix bug [ 659054 ] incorrect sorting of 'From' column
3269                 when using 'display sender using address book'
3270                 thanks to Alfons and Luke Plant
3271
3272 2002-12-29 [christoph]  0.8.8claws18
3273
3274         * src/folder.c
3275         * src/procmsg.[ch]
3276                 check parent messages for IGNORE THREAD flag, when adding,
3277                 moving or copying messages to a folder
3278
3279 2002-12-27 [alfons]     0.8.8claws17
3280
3281         re-organize matcher part 5; more to come
3282
3283         * src/matcher.c
3284                 hash keywords in matchparser_tab 
3285
3286 2002-12-27 [alfons]     0.8.8claws16
3287
3288         re-organize matcher part 4; more to come
3289
3290         * src/matcher_parser.h
3291         * src/matcher_parser_lex.l
3292         * src/matcher_parser_parse.y
3293                 cleanup
3294
3295 2002-12-27 [alfons]     0.8.8claws15
3296
3297         re-organize matcher part 3; more to come
3298
3299         * src/matcher.[ch]
3300                 cleanup
3301
3302 2002-12-27 [alfons]     0.8.8claws14
3303
3304         re-organize matcher part 2; more to come but this should
3305         work. cc me if there are any regressions.
3306
3307         * src/matcher.h
3308                 add prototype for get_matchparser_tab_id()
3309         * src/matcher_parser_lex.l
3310                 look up keywords using matchparser_tab_id();
3311
3312 2002-12-27 [alfons]     0.8.8claws12
3313
3314         re-organize matcher part 1
3315
3316         * src/matcher.h
3317                 map yacc generated constants to sylpheed matcher constants
3318         * src/matcher.c
3319                 add function to find a matcher constant from a string
3320
3321 2002-12-27 [christoph]  0.8.8claws11
3322
3323         * src/compose.c
3324                 MENUITEM_ADD casts the 4th argument from integer to pointer
3325                 so it probably should not be a pointer, this means we
3326                 should use account id for it and not the account's pointer
3327
3328 2002-12-27 [paul]       0.8.8claws10
3329
3330         * src/mainwindow.c
3331                 remove unneeded 'GtkWidget *vbox'
3332                 
3333         * src/summaryview.c
3334                 further sync with 0.8.8 - make sort
3335                 by recipient work as expected
3336                 
3337         * NEWS
3338                 sync with 0.8.8
3339
3340 2002-12-27 [paul]       0.8.8claws9
3341
3342         * po/pt_BR.po
3343                 updated by Ivan F. Martinez
3344                 
3345 2002-12-27 [darko]      0.8.8claws8
3346
3347         * src/common/utils.c
3348                 added locked pattern to extended search
3349
3350 2002-12-27 [alfons]     0.8.8claws7
3351
3352         * src/prefs_matcher.[ch]
3353                 clean up
3354
3355 2002-12-26 [alfons]     0.8.8claws6
3356
3357         * src/matcher.[ch]
3358         * src/matcher_parser_lex.l
3359         * src/matcher_parser_parse.y
3360         * src/prefs_matcher.c
3361                 allow color label as a condition in the matcher
3362
3363 2002-12-26 [oliver]     0.8.8claws5
3364         
3365         * src/toolbar.c 
3366                 enable Addressbook for Main and Messageview
3367         * src/prefs_actions.c
3368                 enable actions in Messageview
3369
3370 2002-12-26 [christoph]  0.8.8claws4
3371
3372         * src/common/plugin.c
3373                 add a little debug output
3374         * configure.in
3375         * src/plugins/demo/Makefile.am
3376                 better use of automake
3377
3378 2002-12-26 [christoph]  0.8.8claws3
3379
3380         * src/Makefile.am
3381         * src/common/Makefile.am
3382                 fix "make distdir"
3383
3384 2002-12-26 [christoph]  0.8.8claws2
3385
3386         * configure.in
3387                 sort configure checks into common / gtk / plugins
3388         * po/POTFILES.in
3389                 add src/prefs_gtk.c
3390         * src/Makefile.am
3391                 add plugins SUBDIR
3392         * src/main.c
3393         * src/common/sylpheed.[ch]
3394                 added now sylpheed_done function for shutdown
3395         * src/common/Makefile.am
3396         * src/common/plugin.[ch]                ** NEW **
3397                 plugin loader and unloader
3398         * src/plugins/.cvsignore                ** NEW **
3399         * src/plugins/Makefile.am               ** NEW **
3400                 build plugins
3401         * src/plugins/demo/.cvsignore           ** NEW **
3402         * src/plugins/demo/Makefile.am          ** NEW **
3403         * src/plugins/demo/demo.c               ** NEW **
3404                 small demo plugin that installs a logtext hook and
3405                 outputs the log text to stdout
3406
3407 2002-12-26 [paul]       0.8.8claws1
3408
3409         * po/es.po
3410                 updated by Ricardo Mones Lastra
3411
3412 2002-12-26 [paul]       0.8.8claws
3413
3414         * 0.8.8claws released
3415
3416 2002-12-26 [paul]       0.8.7claws12
3417
3418         * po/bg.po
3419                 updated by George Danchev
3420
3421 2002-12-26 [paul]       0.8.7claws11
3422
3423         * po/POTFILES.in
3424                 remove unneeded 'src/prefs.c' entry 
3425
3426 2002-12-26 [paul]       0.8.7claws10
3427
3428         * src/codeconv.c
3429           src/mainwindow.c
3430                 sync with 0.8.8 release
3431         
3432         * src/folder.[ch]
3433           src/mh.c
3434           src/summaryview.c
3435                 partial sync with 0.8.8 release
3436         
3437
3438 2002-12-25 [alfons]     0.8.7claws9
3439
3440         * src/matcher.[ch]
3441         * src/matcher_parser_lex.l
3442         * src/matcher_parser_parse.y
3443         * src/prefs_matcher.c
3444                 add locked flag to possible filtering / matcher 
3445                 conditions (also a good example what should be
3446                 done to add a simple boolean condition)
3447
3448 2002-12-25 [christoph]  0.8.7claws8
3449
3450         * src/Makefile.am
3451         * src/account.[ch]
3452         * src/addrbook.c
3453         * src/addressbook.c
3454         * src/addrindex.c
3455         * src/filtering.c
3456         * src/folder.c
3457         * src/matcher.c
3458         * src/prefs.[ch]                ** REMOVE **
3459         * src/prefs_account.c
3460         * src/prefs_actions.c
3461         * src/prefs_common.c
3462         * src/prefs_customheader.c
3463         * src/prefs_display_header.c
3464         * src/prefs_filtering.c
3465         * src/prefs_folder_item.c
3466         * src/prefs_gtk.[ch]            ** NEW **
3467         * src/prefs_matcher.c
3468         * src/prefs_scoring.c
3469         * src/prefs_summary_column.c
3470         * src/procmime.c
3471         * src/selective_download.c
3472         * src/toolbar.c
3473         * src/common/Makefile.am
3474         * src/common/prefs.[ch]         ** NEW **
3475                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3476
3477 2002-12-24 [alfons]     0.8.7claws7
3478
3479         * src/summaryview.c
3480                 summary_thread_build(): fix real cause of the crash mentioned in
3481                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3482                 this way we get meaningful ctree nodes 
3483
3484 2002-12-24 [oliver]     0.8.7claws6
3485
3486         * src/mainwindow.[ch]
3487         * src/messageview.[ch]
3488         * src/compose.[ch]
3489         * src/inc.c
3490         * src/summaryview.c
3491                 changes to use updated toolbar handling
3492                 
3493 2002-12-24 [oliver]     0.8.7claws5
3494
3495         * src/toolbar.[ch]
3496                 generic toolbar handling
3497                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3498         * src/prefs_toolbar.[ch]
3499                 adjust to handling
3500         
3501 2002-12-24 [oliver]     0.8.7claws4
3502         
3503         * src/stock_pixmap.[ch]
3504                 move SYLPHEED_LOGO to end of list in order 
3505                 to remove it from Custom Toolbar`s Icon View
3506
3507 2002-12-24 [alfons]     0.8.7claws3
3508
3509         * src/summaryview.c
3510                 summary_thread_build(): fix crash because of focus != selection 
3511                 after threading. when deleting the selection, gtk tries but fails 
3512                 to find the correct focusable element. we now force the selection
3513                 to be focused. this should solve the infamous bug reported by 
3514                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3515                 a test case is available. 
3516
3517 2002-12-24 [darko]      0.8.7claws2
3518
3519         * src/summaryview.c
3520                 don't crash when unmarking message with unread children
3521
3522 2002-12-23 [christoph]  0.8.7claws1
3523
3524         * src/Makefile.am
3525         * src/common/Makefile.am
3526                 update Makefiles for moved intl.h, version.h and defs.h
3527         * src/imap.c
3528                 rewrite imap_session_get to avoid duplicate code
3529
3530 2002-12-23 [paul]       0.8.7claws
3531
3532         * Santa-Claws released
3533         
3534         * po/hu.po
3535           po/ru.po
3536                 squeeze in updated Hungarian and Russian translations.
3537                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3538
3539 2002-12-23 [paul]       0.8.6claws129
3540
3541         * po/pl.po
3542                 updated by Witold Wladyslaw Wojciech Wilk
3543
3544 2002-12-23 [paul]       0.8.6claws128
3545
3546         * src/quote_fmt_parse.y
3547                 fix typo and add licence header
3548
3549 2002-12-23 [paul]       0.8.6claws127
3550
3551         * po/en_GB.po
3552                 updated
3553
3554 2002-12-23 [paul]       0.8.6claws126
3555
3556         * po/it.po
3557                 updated translation, submitted by Alessandro Maestri
3558                 
3559 2002-12-23 [paul]       0.8.6claws125
3560
3561         * src/quote_fmt_parse.y
3562                 fix signature-stripping on replies bug. match
3563                 '-- \n' and not '-- '.
3564
3565 2002-12-22 [paul]       0.8.6claws124
3566
3567         * po/bg.po
3568           po/es.po
3569           po/sr.po
3570                 updated translations. submitted by George Danchev,
3571                 Ricardo Mones Lastra, and Urke MMI respectively
3572
3573 2002-12-21 [paul]       0.8.6claws123
3574
3575         * src/addrbook.c
3576                 fix coding style
3577
3578 2002-12-21 [paul]       0.8.6claws122
3579
3580         * src/addrbook.c
3581                 fix bug [643638] where if a person is in one or more
3582                 addressbook groups editing that person's email 
3583                 address results in removal from those groups.
3584                 Patch submitted by Luke Plant.
3585
3586 2002-12-20 [christoph]  0.8.6claws121
3587
3588         * src/common/utils.c
3589         * src/summaryview.c
3590                 reimplement expand_search_string using GString to
3591                 prevent crashs caused by miscalculated string
3592                 lengths reported by Paul
3593
3594 2002-12-20 [christoph]  0.8.6claws120
3595
3596         * src/summaryview.c
3597                 don't use "changed" to check if op_count has to be changed as it
3598                 is also set when the message has unread children
3599                 (closes bug [ 653221 ] crash while deleting duplicates)
3600
3601 2002-12-20 [paul]       0.8.6claws119
3602
3603         * sync with 0.8.6cvs27
3604                 see ChangeLog 2002-12-20
3605
3606 2002-12-20 [paul]       0.8.6claws118
3607
3608         * sync with 0.8.6cvs26
3609                 see ChangeLog 2002-12-19 and 2002-12-20
3610
3611 2002-12-19 [alfons]     0.8.6claws117
3612
3613         * src/textview.c
3614                 fix incorrect parsing of email addresses, submitted by 
3615                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3616                 name display if it contains @".
3617
3618 2002-12-18 [paul]       0.8.6claws116
3619
3620         * sync with 0.8.6cvs23
3621                 see ChangeLog 2002-12-18
3622
3623 2002-12-18 [paul]       0.8.6claws115
3624
3625         * src/Makefile.am
3626         * src/account.c
3627         * src/codeconv.c
3628         * src/gtkutils.[ch]
3629         * src/imap.c
3630                 sync with 0.8.6cvs22.
3631                 see ChangeLog 2002-12-17 and 2002-12-18
3632
3633 2002-12-17 [christoph]  0.8.6claws114
3634
3635         * src/imap.c
3636                 o don't create a session if imap greeting fails
3637                 o don't close socket when authentication fails
3638                   this is done by imap_session_destroy
3639
3640 2002-12-17 [thorsten]   0.8.6claws113
3641
3642         * tools/Makefile.am
3643           tools/README
3644           tools/google_msgid.pl ** NEW FILE **
3645                 Added "search for message-id" script and doc
3646
3647 2002-12-17 [thorsten]   0.8.6claws112
3648
3649         * po/hu.po
3650                 Updated hungarian translation
3651                 (updated by Gal Zoltan)
3652
3653 2002-12-16 [christoph]  0.8.6claws111
3654
3655         * src/addr_compl.c
3656                 remove stupid addressbook dump to debug output
3657         * src/mh.c
3658                 fix memory leak found by Hiro
3659
3660 2002-12-14 [paul]       0.8.6claws110
3661
3662         * src/compose.c
3663                 fix menubar sensitivity on send
3664                 
3665         * src/prefs_filtering.c
3666         * src/prefs_matcher.c
3667         * src/prefs_scoring.c
3668                 Fix english ;)
3669                 
3670         * src/common/quoted-printable.h
3671                 sync: fix typo
3672         
3673 2002-12-13 [christoph]  0.8.6claws109
3674
3675         * src/Makefile.am
3676         * src/manage_window.[ch]        ** REMOVE **
3677         * src/gtk/Makefile.am
3678         * src/gtk/manage_window.[ch]    ** NEW **
3679                 move manage_window files to gtk directory
3680
3681 2002-12-13 [christoph]  0.8.6claws108
3682
3683         * src/Makefile.am
3684         * src/gtkshruler.[ch]           ** REMOVE **
3685         * src/gtk/Makefile.am
3686         * src/gtk/gtkshruler.[ch]       ** NEW **
3687                 move gtkshruler files to gtk directory
3688
3689 2002-12-13 [christoph]  0.8.6claws107
3690
3691         * src/Makefile.am
3692         * src/compose.c
3693         * src/gtkstext.[ch]             ** REMOVE **
3694         * src/gtkutils.[ch]
3695         * src/textview.c
3696         * src/gtk/gtkstext.[ch]         ** NEW **
3697         * src/gtk/Makefile.am
3698                 o move stext functions to gtkstext.c to remove
3699                   dependency of gtkutils
3700                 o move gtkstext files to gtk directory
3701
3702         * src/gtk/Makefile.am
3703         * src/gtk/sslcertwindow.[ch]
3704                 UI stuff can always depend on common code so
3705                 it's ok to add ../common to include path
3706
3707 2002-12-13 [colin]      0.8.6claws106
3708
3709         * src/summaryview.c
3710                 Disconnect sighandlers for mainwindow when
3711                 quicksearch has the focus
3712                 Fix bug #653231
3713         * src/mainwindow.[ch]
3714                 Make key_pressed callback public, to be able
3715                 to disconnect it
3716
3717 2002-12-13 [christoph]  0.8.6claws105
3718
3719         * src/mh.c
3720                 create .mh_sequences file in new MH folders
3721                 (closes feature request [ 523162 ] MH folders should
3722                  get a .mh_sequences)
3723
3724 2002-12-13 [colin]      0.8.6claws104
3725
3726         * src/summaryview.c
3727                 Better handling of quicksearch show/hide
3728                 (basically the button stays under the mouse 
3729                  when toggled)
3730
3731 2002-12-13 [paul]       0.8.6claws103
3732
3733         * sync with 0.8.6cvs17
3734                 see ChangeLog 2002-12-13
3735
3736 2002-12-13 [paul]       0.8.6claws102
3737
3738         * po/es.po
3739                 updated by Ricardo Mones Lastra
3740
3741 2002-12-11 [colin]       0.8.6claws101
3742
3743         * src/folder.c
3744                 remove statusbar stuff
3745           src/folderview.c
3746                 set statusbar verbosity when moving folders
3747
3748 2002-12-11 [colin]       0.8.6claws100
3749         * src/prefs_filtering.c
3750         * src/prefs_matcher.c
3751         * src/prefs_scoring.c
3752                 Fix english ;)
3753
3754 2002-12-11 [colin]       0.8.6claws99
3755
3756         * src/prefs_common.[ch]
3757                 Add summary_quicksearch_type
3758         * src/summaryview.c
3759                 Save last used quicksearch type
3760
3761 2002-12-11 [jens]       0.8.6claws98
3762         * src/prefs_filtering.c
3763         * src/prefs_matcher.c
3764         * src/prefs_scoring.c
3765                 added dialog for incomplete rules in scoring, filtering and
3766                 matcher to ask wheather really close
3767
3768 2002-12-11 [colin]      0.8.6claws97
3769
3770         * src/folder.c
3771                 Fix folder dnd statusbar logging
3772
3773 2002-12-10 [christoph]  0.8.6claws96
3774
3775         * src/compose.c
3776         * src/folder.c
3777         * src/imap.c
3778         * src/inc.c
3779         * src/main.c
3780         * src/mainwindow.c
3781         * src/news.c
3782         * src/send.c
3783         * src/statusbar.[ch]
3784         * src/common/hooks.c
3785         * src/common/log.[ch]
3786                 o handle verbose logging in statusbar directly in statusbar code
3787                   and common code does not need any knowledge about a statusbar
3788                 o remove direct calls to statusbar_(puts|pop)_all functions
3789
3790 2002-12-10 [jens]       0.8.6claws95
3791
3792         * src/*.c
3793                 removed gettext from g_warnings
3794         * po/POTFILES.in
3795                 cleaned and updated
3796         * po/de.po
3797                 updated
3798
3799 2002-12-10 [colin]      0.8.6claws94
3800
3801         * src/main.c
3802                 finish crash dialog fix
3803
3804 2002-12-10 [colin]      0.8.6claws93
3805
3806         * src/main.c
3807                 "Fix" "sylpheed already running" instead of
3808                 crash dialog appearing after a crash
3809
3810 2002-12-10 [colin]      0.8.6claws92
3811
3812         * po/POTFILES.in
3813                 add src/gtk/sslcertwindow.c
3814
3815 2002-12-10 [paul]       0.8.6claws91
3816
3817         * po/POTFILES.in
3818                 updated to reflect recent changes
3819                 submitted by Alessandro Maestri
3820
3821 2002-12-09 [christoph]  0.8.6claws90
3822
3823         * src/Makefile.am
3824         * src/smtp.[ch]                 ** REMOVE **
3825         * src/common/Makefile.am
3826         * src/common/smtp.[ch]          ** NEW **
3827                 move smtp files to common directory
3828
3829 2002-12-09 [christoph]  0.8.6claws89
3830
3831         * src/Makefile.am
3832         * src/session.[ch]              ** REMOVE **
3833         * src/common/Makefile.am
3834         * src/common/session.[ch]       ** NEW **
3835                 move session files to common directory
3836
3837 2002-12-09 [paul]       0.8.6claws88
3838
3839         * src/account.c
3840                 fix bug [649746] edit accounts: move account reverted
3841                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3842
3843 2002-12-09 [colin]      0.8.6claws87
3844
3845         * src/ssl_certificate.c
3846                 cleanup
3847
3848 2002-12-09 [colin]      0.8.6claws86
3849
3850         * src/ssl.c
3851                 Try to open the cert.pem database and 
3852                 issue a warning if it isn't there
3853
3854 2002-12-09 [colin]      0.8.6claws85
3855
3856         * src/common/ssl_certificate.c
3857         * src/gtk/sslcertwindow.c
3858                 Warning fixes
3859
3860 2002-12-09 [colin]      0.8.6claws84
3861
3862         * src/ssl_certificate.[ch] ** REMOVED **
3863         * src/common/ssl_certificate.[ch] ** NEW **
3864         * src/Makefile.am
3865         * src/common/Makefile.am
3866                 Moved ssl_certificate.[ch] to common
3867         * src/common/ssl.c 
3868                 Put back needed include
3869         * src/gtk/sslcertwindow.[ch]
3870                 Changed ssl_certificate.h include
3871         
3872 2002-12-09 [colin]      0.8.6claws83
3873
3874         * src/gtk/sslcertwindow.[ch]
3875                 Implement hook for certificate acception
3876         * src/ssl_certificate.[ch]
3877                 Implement hook for certificate acception
3878         * src/common/ssl.c
3879                 Reenable certificate acception check
3880         * src/mainwindow.c
3881                 Register sslcertwindow's hook
3882         
3883 2002-12-08 [christoph]  0.8.6claws82
3884
3885         * src/about.c
3886         * src/addr_compl.c
3887         * src/codeconv.c
3888         * src/manual.c
3889         * src/undo.c
3890         * src/common/utils.c
3891                 o add missing includes
3892                 o fix warnings
3893         * src/.cvsignore
3894         * src/common/.cvsignore
3895         * src/common/version.h          ** REMOVE **
3896                 remove autogenerated file
3897
3898 2002-12-08 [paul]       0.8.6claws81
3899
3900         * src/stringtable.c
3901                 put back needed include
3902
3903 2002-12-08 [colin]      0.8.6claws80
3904         
3905         * src/gtk/sslcertwindow.c
3906                 Cleaner popups when asking
3907         * src/ssl_certificate.c
3908         * src/prefs_common.[ch]
3909                 remove ssl certificate pref
3910                 put back needed include
3911         * src/undo.c
3912                 put back needed include
3913
3914 2002-12-08 [christoph]  0.8.6claws79
3915
3916         * src/folderview.c
3917         * src/logwindow.c
3918         * src/statusbar.c
3919         * src/summaryview.c
3920                 only abort hook invokation if required data is missing not
3921                 if our own data pointer is NULL, update hookfunction for
3922                 log window
3923
3924 2002-12-08 [paul]       0.8.6claws78
3925
3926         * src/about.c
3927         * src/addrcache.c
3928         * src/addrclip.c
3929         * src/addr_compl.c
3930         * src/addrselect.c
3931         * src/codeconv.c
3932         * src/colorlabel.c
3933         * src/enriched.c
3934         * src/esmtp.c
3935         * src/exporthtml.c
3936         * src/headerview.c
3937         * src/imageview.c
3938         * src/manual.c
3939         * src/noticeview.c
3940         * src/pgptext.c
3941         * src/scoring.c
3942         * src/sourcewindow.c
3943         * src/stringtable.c
3944         * src/undo.c
3945                 clean up: remove unneccesary includes
3946
3947 2002-12-08 [christoph]  0.8.6claws77
3948
3949         * src/folderview.c
3950         * src/statusbar.c
3951         * src/summaryview.c
3952         * src/common/hooks.[ch]
3953                 hook functions now have a gboolean return value, if a hook
3954                 returns TRUE it will stop executing of any more hooks in
3955                 the same hooklist for this invokation
3956
3957 2002-12-08 [colin]      0.8.6claws76
3958         
3959         * src/main.c
3960                 put back argv0 for CRASH_DIALOG
3961
3962 2002-12-08 [christoph]  0.8.6claws75
3963
3964         * src/Makefile.am
3965         * src/about.c
3966         * src/account.c
3967         * src/crash.c
3968         * src/esmtp.h
3969         * src/imap.[ch]
3970         * src/inc.c
3971         * src/main.c
3972         * src/mainwindow.c
3973         * src/news.c
3974         * src/pop.[ch]
3975         * src/prefs_account.[ch]
3976         * src/prefs_common.[ch]
3977         * src/send.[ch]
3978         * src/smtp.[ch]
3979         * src/ssl_certificate.[ch]
3980         * src/ssl_manager.[ch]
3981         * src/common/Makefile.am
3982         * src/common/log.c
3983         * src/common/nntp.[ch]
3984         * src/common/socket.[ch]
3985         * src/common/ssl.[ch]
3986         * src/gtk/sslcertwindow.[ch]
3987         * ac/openssl.m4
3988                 use new autoconf script to detect OpenSSL with extra parameters
3989                 to specify the location of libs and includes, also remove USE_SSL
3990                 to USE_OPENSSL
3991
3992         * src/common/sylpheed.[ch]
3993         * src/common/version.h.in
3994                 start seperation of common code initialization seperated from gui
3995
3996         * src/summaryview.c
3997                 The function that is called when a color label changes
3998                 should not change the color lable again
3999
4000 2002-12-08 [colin]      0.8.6claws74
4001
4002         * src/gtk/sslcertwindow.c
4003                 warning fixes
4004
4005 2002-12-08 [colin]      0.8.6claws73
4006
4007         * src/statusbar.c
4008           src/common/log.h
4009                 Register a hook for statusbar_puts_all
4010         * src/common/log.c
4011                 invoke statusbar_puts_all's hook
4012         
4013 2002-12-08 [colin]      0.8.6claws72
4014
4015         * src/ssl_certificate.c
4016                 Put back a badly-removed include
4017
4018 2002-12-08 [colin]      0.8.6claws71
4019
4020         * src/gtk/sslcertwindow.[ch]    ** NEW **
4021                 new certificate presentation
4022         * src/gtk/Makefile.am
4023                 add new files
4024         * src/ssl_certificate.[ch]
4025                 gtk cleanup, made utility functions public
4026         * src/ssl_manager.c
4027                 use new cert presentation
4028
4029 2002-12-07 [christoph]  0.8.6claws70
4030
4031         * src/Makefile.am
4032         * src/nntp.[ch]                 ** REMOVE **
4033         * src/common/Makefile.am
4034         * src/common/nntp.[ch]          ** NEW **
4035                 move nntp files to common directory
4036
4037 2002-12-07 [christoph]  0.8.6claws69
4038
4039         * src/procmsg.[ch]
4040         * src/summaryview.c
4041                 implement msginfo update callback using sylpheed's new
4042                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
4043
4044 2002-12-06 [christoph]  0.8.6claws68
4045
4046         * src/editgroup.c
4047                 This patch changes the 'Edit Group Details' dialog to
4048                 allow extended selections in either pane, so that
4049                 addresses can be added or removed from a group more
4050                 quickly and easily. (it actually is a net decrease in
4051                 file size, as some unnecessary functions have been
4052                 removed). 
4053                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
4054
4055 2002-12-06 [christoph]  0.8.6claws67
4056
4057         * src/Makefile.am
4058         * src/template.[ch]             ** REMOVE **
4059         * src/common/Makefile.am
4060         * src/common/template.[ch]      ** NEW **
4061                 move template files to common directory
4062
4063         * src/nntp.c
4064                 add missing log.h include
4065
4066 2002-12-06 [melvin]     0.8.6claws66
4067
4068         * src/prefs_actions.c
4069                 Added the trailing ">" syntax to insert command's output
4070                 without replacing old text (in contrast to trailing "|").
4071
4072 2002-12-05 [colin]      0.8.6claws65
4073         
4074         * src/common/utils.c
4075                 Don't modify original search_string or it'll change
4076                 the next iterations in the for()
4077
4078 2002-12-05 [darko]      0.8.6claws64
4079
4080         * src/common/utils.c
4081                 proper check for filtering commands, found by Colin
4082
4083 2002-12-05 [darko]      0.8.6claws63
4084
4085         * src/common/utils.c
4086                 check proper string for NULL pointer, found by Colin
4087
4088 2002-12-05 [darko]      0.8.6claws62
4089
4090         * src/common/utils.[ch]
4091                 expand_search_string(): new function
4092                 converts Mutt-like patterns to Sylpheed's
4093                 filtering engine
4094         * src/summaryview.c
4095                 use expand_search_string() to allow Mutt-like
4096                 patterns in extended search
4097         * README.claws
4098                 document extended option in quick search
4099
4100 2002-12-05 [paul]       0.8.6claws61
4101
4102         * sync with 0.8.6cvs16
4103                 see ChangeLog 2002-12-05
4104                 
4105         * po/POTFILES.in
4106                 clean up
4107
4108 2002-12-04 [christoph]  0.8.6claws60
4109
4110         * src/imap.[ch]
4111                 put imap authentication code into a new function and
4112                 remove it from imap_session_new that will allow to
4113                 send other commands before authentication
4114
4115 2002-12-04 [christoph]  0.8.6claws59
4116
4117         * src/imap.[ch]
4118                 use already existing method to prevent unneeded IMAP
4119                 folder selects. Set imap_select parameters to NULL
4120                 in some functions if the values are not required.
4121
4122         * src/xml.h
4123                 remove no longer required include
4124
4125 2002-12-04 [paul]       0.8.6claws58
4126
4127         * po/es.po
4128                 updated by Ricardo Mones Lastra
4129                 
4130         * configure.in
4131           po/hu.po      ** NEW FILE **
4132                 initial Hungarian translation, submitted
4133                 by Gál Zoltán <galzoli@hu.inter.net>
4134
4135 2002-12-03 [christoph]  0.8.6claws57
4136
4137         * src/Makefile.am
4138         * src/gtksctree.[ch]            ** REMOVE **
4139         * src/gtk/Makefile.am
4140         * src/gtk/gtksctree.[ch]        ** NEW **
4141                 move gtksctree files to gtk directory
4142
4143 2002-12-03 [christoph]  0.8.6claws56
4144
4145         * src/Makefile.am
4146         * src/md5.[ch]                  ** REMOVE **
4147         * srm/common/Makefile.am
4148         * src/common/md5.[ch]           ** NEW **
4149                 move md5 files to common directory
4150
4151         * src/gtkstext.c
4152                 remove not required #include
4153
4154 2002-12-03 [sergey]     0.8.6claws55
4155
4156         * src/gtkutils.c
4157         * src/gtkutils.h
4158                 gtkut_window_popup(): new function.
4159         * src/mainwindow.c
4160                 main_window_popup(): use gtkut_window_popup() to raise
4161                 window without changing its position.
4162                 (see sylpheed-main ML message [sylpheed:17247])
4163
4164 2002-12-03 [sergey]     0.8.6claws54
4165
4166         * src/send.c
4167                 send_message_local(): removed first-dot escaping
4168                 (SMTP-only, not needed for sending through pipe)
4169
4170 2002-12-03 [paul]       0.8.6claws53
4171
4172         * po/POTFILES.in
4173                 update to reflect recent changes (thanks
4174                 to Ricardo Mones Lastra)
4175                 
4176         * tools/filter_conv.pl
4177                  fix problem with quoted strings. Patch submitted
4178                  by Luke Plant <lukeplant@softhome.net>
4179
4180 2002-12-03 [paul]       0.8.6claws52
4181
4182         * sync with 0.8.6cvs15
4183                 see ChangeLog 2002-12-03
4184
4185 2002-12-02 [christoph]  0.8.6claws51
4186
4187         * src/logwindow.[ch]
4188         * src/common/log.[ch]
4189                 implement logging using a hook function
4190
4191         * src/folderview.c
4192         * src/folder.[ch]
4193                 define hooklist name in header file to avoid
4194                 errors caused by wrong spelling of hooklist names
4195
4196         * src/toolbar.c
4197                 fix warnings
4198
4199 2002-12-02 [christoph]  0.8.6claws50
4200
4201         * src/common/Makefile.am
4202                 add src/common/hooks.[ch]
4203
4204         * src/common/hooks.[ch]
4205                 implement a simple hook system using glib's hook functions
4206
4207         * src/folder.[ch]
4208         * src/folderview.c
4209                 use new hook system for folder item updates
4210
4211 2002-12-02 [christoph]  0.8.6claws49
4212
4213         * doc-src/ui_seperation.txt     ** NEW **
4214                 information for ui seperation
4215
4216         * src/Makefile.am
4217                 remove files that were moved to common
4218                 include common directory by default for the header files
4219
4220         * src/inc.c
4221         * src/common/socket.c
4222         * src/automaton.[ch]
4223                 implement automaton using g_io_*-functions instead of
4224                 gdk_input_add to make it ui independent
4225
4226         * src/codeconv.c
4227         * src/compose.c
4228         * src/ldif.c
4229         * src/pgptext.c
4230         * src/procmime.c
4231         * src/rfc2015.c
4232         * src/smtp.c
4233         * src/unmime.c
4234                 remove common/ prefix because directory is now in
4235                 include path
4236
4237         * src/compose.c
4238         * src/folder.c
4239         * src/folderview.c
4240         * src/mainwindow.c
4241         * src/messageview.c
4242         * src/prefs_common.c
4243         * src/procmsg.c
4244         * src/rfc2015.c
4245                 fix warnings
4246
4247         * src/imap.c
4248         * src/inc.c
4249         * src/news.c
4250         * src/pop.c
4251         * src/send.c
4252         * src/smtp.c
4253         * src/ssl_certificate.c
4254                 add log.h header file for logging functions
4255
4256         * src/main.c
4257         * src/common/utils.c
4258         * src/summaryview.c
4259         * src/xml.c
4260                 o move debug_mode to common/utils.c
4261                 o add functions to set and get debug_mode
4262
4263         * src/defs.h                    ** REMOVE **
4264         * src/intl.h                    ** REMOVE **
4265         * src/socket.[ch]               ** REMOVE **
4266         * src/ssl.[ch]                  ** REMOVE **
4267         * src/utils.[ch]                ** REMOVE **
4268                 replaced by new files in src/common/
4269         
4270         * src/common/Makefile.am
4271                 add new files in src/common/
4272
4273         * src/common/defs.h             ** NEW **
4274         * src/common/intl.h             ** NEW **
4275         * src/common/log.[ch]           ** NEW **
4276         * src/common/socket.[ch]        ** NEW **
4277         * src/common/ssl.[ch]           ** NEW **
4278         * src/common/utils.[ch]         ** NEW **
4279                 replacement for files in src/
4280
4281 2002-12-02 [colin]      0.8.6claws48
4282
4283         * src/folderview.c
4284                 Scroll folderview if necessary during dnd
4285
4286 2002-12-02 [colin]      0.8.6claws47
4287
4288         * src/folder.[ch]
4289                 Add check to verify a move is within a single mailbox
4290         * src/folderview.c
4291                 Add specific error string for this check
4292
4293 2002-12-02 [colin]      0.8.6claws46
4294
4295         * src/folder.c
4296                 Add a test to folder moving, remove a statusbar_print
4297         * src/folderview.c
4298                 Add Move folder... context-menu item
4299                 Factorize folder moving code
4300                 Enable folder DND for mbox
4301
4302 2002-12-01 [christoph]  0.8.6claws45
4303
4304         * ac/aspell.m4
4305                 remove conf.aspelltest if the version check fails
4306
4307 2002-11-30 [christoph]  0.8.6claws44
4308
4309         * autogen.sh
4310                 run libtoolize --force in autogen to create missing
4311                 libtool scripts
4312
4313 2002-11-30 [christoph]  0.8.6claws43
4314
4315         * src/Makefile.am
4316         * src/pgptext.c
4317         * src/procmime.c
4318         * src/rfc2015.c
4319         * src/uuencode.[ch]             ** REMOVED **
4320         * src/common/Makefile.am
4321         * src/common/uuencode.[ch]      ** NEW **
4322                 move uuen/decoder to common directory
4323
4324 2002-11-30 [christoph]  0.8.6claws42
4325
4326         * src/Makefile.am
4327         * src/base64.[ch]               ** REMOVED **
4328         * src/codeconv.c
4329         * src/compose.c
4330         * src/ldif.c
4331         * src/pgptext.c
4332         * src/procmime.c
4333         * src/rfc2015.c
4334         * src/smtp.c
4335         * src/unmime.c
4336         * src/common/Makefile.am
4337         * src/common/base64.[ch]        ** NEW **
4338                 move base64 en/decoder to common directory
4339
4340 2002-11-30 [christoph]  0.8.6claws41
4341
4342         * src/common                    ** NEW **
4343                 new directory for UI independent code
4344         * src/gtk                       ** NEW **
4345                 new directory for GTK frontend
4346         * src/common/.cvsignore         ** NEW **
4347         * src/gtk/.cvsignore            ** NEW **
4348                 ignore build files
4349         * src/common/Makefile.am        ** NEW **
4350         * src/gtk/Makefile.am           ** NEW **
4351                 automake files to build new seperated stuff
4352         * src/Makefile.am
4353                 the binary will currently still be build with the
4354                 files in src, so we include the code from the
4355                 subdirs for now after building the libs there
4356
4357 2002-11-30 [paul]       0.8.6claws40
4358
4359         * src/compose.c
4360                 fix bug [642731] 'Wrong selected account with drafted mail'
4361
4362 2002-11-29 [oliver]     0.8.6claws39
4363         
4364         * src/messageview.c
4365                 o update summaryview when switching between different
4366                   messageviews          
4367         * src/toolbar.c  
4368                 o check if messageview holds already removed msg
4369                   from summaryview
4370                 
4371
4372 2002-11-29 [oliver]     0.8.6claws38
4373
4374         * src/toolbar.c 
4375                 remove not needed variables and includes
4376                 make messageview stay opened and move to next when msgs are deleted 
4377
4378 2002-11-29 [oliver]     0.8.6claws37
4379         
4380         * src/toolbar.c 
4381                 disable compose button (messageview toolbar) by default
4382                 deleted msgs are moved to trash
4383         
4384 2002-11-29 [melvin]     0.8.6claws36
4385
4386         * configure.in
4387                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4388                 and to detect signatures expirations (gpgme 0.3.6)
4389
4390         * src/main.c
4391                 Use non obsolescent function for Gpgme engine checking.
4392
4393         * src/rfc2015.c
4394                 Inform about expired signatures or signatures which key
4395                 has expired. Expiration date is displayed.
4396
4397         * src/sigstatus.c
4398                 Inform about expired signatures or signatures which key
4399                 has expired.
4400
4401 2002-11-28 [paul]       0.8.6claws35
4402
4403         * src/folderview.c
4404                 re-instate 'Check for new messages' in Newsgroup
4405                 folders right-click menu, after a suggestion from
4406                 Tim Mann <timmann@users.sourceforge.net>
4407
4408         * src/main.c
4409                 after a crash check only local folders for new
4410                 messages
4411
4412 2002-11-28 [paul]       0.8.6claws34
4413
4414         * configure.in
4415                 apply patch that fixes the checking of GTK with XIM 
4416                 support on different OSs, such as FreeBSD. Patch 
4417                 submitted by Topia <topia@users.sourceforge.net>
4418                 
4419 2002-11-28 [paul]       0.8.6claws33
4420
4421         * src/mainwindow.c
4422           src/prefs_common.c
4423           src/prefs_toolbar.c
4424                 more changes to the English
4425
4426 2002-11-28 [paul]       0.8.6claws32
4427
4428         * sync with 0.8.6cvs13
4429                 see ChangeLog 2002-11-28 (no sync needed
4430                 for src/compose.c)
4431
4432 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4433         
4434         * src/mainwindow.[ch]
4435                 add patch by Ivan F. Martinez introducing messageview Toolbar
4436                 some changes and committed by oliver    
4437
4438 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4439
4440         * src/messageview.[ch]
4441                 add patch by Ivan F. Martinez introducing messageview Toolbar
4442                 some changes and committed by oliver    
4443
4444 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4445
4446         * src/compose.[ch]
4447                 add patch by Ivan F. Martinez introducing messageview Toolbar
4448                 some changes and committed by oliver    
4449
4450 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4451         
4452         * src/toolbar.[ch]
4453                 add patch by Ivan F. Martinez introducing messageview Toolbar
4454                 some changes and committed by oliver
4455
4456 2002-11-28 [oliver]     0.8.6claws27
4457         
4458         * src/prefs_toolbar.[ch]
4459                 getting ready for messageview toolbar
4460                 free mem allocated by gettext
4461                 change prefs_toolbar to prefs_toolbar_open
4462  
4463 2002-11-28 [thorsten]   0.8.6claws26
4464
4465         * src/imageview.[ch]
4466                 cleaned up conflicting declarations of
4467                 imageview_show_image()
4468
4469 2002-11-28 [paul]       0.8.6claws25
4470
4471         * src/grouplistdialog.c
4472           src/prefs_common.c
4473           src/prefs_summary_column.c
4474                 a few more improvements to the English
4475
4476 2002-11-28 [colin]      0.8.6claws24
4477
4478         * man/sylpheed.1
4479                 A few updates to command-line parameters
4480
4481 2002-11-28 [colin]      0.8.6claws23
4482
4483         * src/prefs_filtering.c
4484                 Fix problems with prefs_filtering_delete_path:
4485                 a) if the first rule is removed, original pointers
4486                    weren't updated (leading to segfaults)
4487                 b) it was always global_processing updated in case
4488                    of removed path was parent of rule path
4489
4490 2002-11-27 [paul]       0.8.6claws22
4491
4492         * src/mainwindow.c
4493           src/prefs_account.c
4494           src/prefs_actions.c
4495           src/prefs_common.c
4496           src/prefs_customheader.c
4497           src/prefs_display_header.c
4498           src/prefs_filtering.c
4499           src/prefs_folder_item.c
4500           src/prefs_matcher.c
4501           src/prefs_scoring.c
4502           src/prefs_summary_column.c
4503           src/prefs_template.c
4504           src/prefs_toolbar.c
4505                  improve the English in the GUI
4506
4507 2002-11-27 [colin]      0.8.6claws21
4508
4509         * src/folder.c
4510                 Fix processing renaming problems happening after
4511                 last commit
4512
4513 2002-11-27 [colin]      0.8.6claws20
4514
4515         * src/folder.c
4516                 recursive move now deletes src each subfolder after 
4517                 having moved it
4518         * src/folderview.c
4519                 Use identifier instead of path during dnd (enables
4520                 IMAP folder dnd)
4521
4522 2002-11-27 [paul]       0.8.6claws19
4523
4524         * src/main.c
4525                 apply patch that does command-line processing 
4526                 BEFORE gtk_init, allowing claws to run from 
4527                 shell-scripts in non-X environment (e.g. crontab 
4528                 or ip-up, ip-down scripts). Patch submitted by
4529                 Ruslan N. Balkin <baron@dartel.ru>
4530                 
4531         * po/it.po
4532                 updated by Alessandro Maestri
4533
4534 2002-11-27 [paul]       0.8.6claws18
4535
4536         * sync with 0.8.6cvs12
4537           src/prefs_common.c
4538                 Differences are that main uses a 'Receive dialog'
4539                 frame on the Interface tab, whereas claws groups all 
4540                 the dialogs together in a 'Dialogs' frame.
4541
4542 2002-11-27 [colin]      0.8.6claws17
4543
4544         * src/prefs_matcher.c
4545                 Fix Execute criteria's NOT flag
4546
4547
4548 2002-11-26 [christoph]  0.8.6claws16
4549
4550         * src/ssl.c
4551                 rewrite the ssl code a little bit, only use one
4552                 SSL context, set default certificates' file/path
4553
4554 2002-11-26 [thorsten]   0.8.6claws15
4555
4556         * src/compose.c
4557                 default-reply-to didn't work for ml-reply
4558
4559 2002-11-26 [melvin]     0.8.6claws14
4560
4561         * src/prefs_actions.c
4562                 Made pipe-actions ignore short headers in message view
4563                 Made trailing-pipe-actions write in the message view with
4564                 the same font as the original message
4565
4566 2002-11-26 [paul]       0.8.6claws13
4567
4568         * src/compose.c
4569                 this time commit the correct file
4570
4571 2002-11-26 [paul]       0.8.6claws12
4572
4573         * sync with 0.8.6cvs11
4574           src/quote_fmt_parse.y  
4575                 no sync needed
4576           src/account.[ch]       
4577                 not sync'ed
4578           src/compose.c
4579                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4580                 on draft mode.
4581                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4582                 header
4583                 
4584         see ChangeLog 2002-11-25 and 2002-11-26
4585
4586 2002-11-26 [colin]      0.8.6claws11
4587
4588         * src/folderview.c
4589                 Fix collapsed folder not auto-expanding during
4590                 mail dnd, if it was the source folder.
4591
4592 2002-11-25 [colin]      0.8.6claws10
4593
4594         * src/folderview.[ch]
4595                 Variable renaming and cleaning (slist of nodes 
4596                 to be re-collapsed is stored in FolderView)
4597
4598 2002-11-25 [paul]       0.8.6claws9
4599
4600         * src/prefs_common.[ch]
4601                 fix breakage caused by last commit
4602
4603 2002-11-25 [paul]       0.8.6claws8
4604
4605         * sync with 0.8.6cvs4
4606                 see ChangeLog 2002-11-21
4607
4608 2002-11-25 [paul]       0.8.6claws7
4609
4610         * sync with 0.8.6cvs4
4611                 see ChangeLog 2002-11-20
4612
4613 2002-11-25 [paul]       0.8.6claws6
4614
4615         * sync with 0.8.6cvs3
4616                 see ChangeLog 2002-11-18
4617
4618 2002-11-25 [colin]      0.8.6claws5
4619
4620         * src/gtkutils.[ch]
4621                 Add gtkut_ctree_node_is_parent()
4622         * src/folderview.c
4623                 Spring-loaded folders
4624
4625 2002-11-25 [colin]      0.8.6claws4
4626
4627         * src/utils.[ch]
4628                 Add slist_concat_unique(), function to merge
4629                 two GSList filtering dups
4630         * src/folder.[ch]
4631         * src/summaryview.[ch]
4632         * src/folderview.c
4633         * src/main.c
4634                 Add detection/update/display of unread answers
4635                 to marked mails
4636         * src/procmsg.[ch]
4637                 Add procmsg_find_children()
4638                 Add procmsg_msg_has_marked_parent()
4639
4640 2002-11-25 [colin]      0.8.6claws3
4641
4642         * src/ssl_certificate.[ch]
4643                 Allow checking a certificate without a DNS
4644                 lookup
4645                 Allow to forget a cert (by deleting it)
4646                 Make ssl_certificate_destroy_public
4647         * src/ssl_manager.[ch] ** NEW FILES **
4648                 Gui to manage (display/remove) certificates
4649         * src/prefs_common.[ch]
4650                 Add a pref to allow silent acceptation of
4651                 trusted certificates or not (based on the
4652                 "I want to know what's going on" principle)
4653         * src/mainwindow.c
4654                 Add SSL manager in Tools menu
4655         * src/Makefile.am
4656                 Add the new files to the build
4657         * po/POTFILES.in
4658                 Add ssl_manager.c to translations
4659
4660 2002-11-25 [colin]      0.8.6claws2
4661
4662         * src/summaryview.[ch]
4663                 Add S_SEARCH_EXTENDED to the quick search, which 
4664                 allows to search using filtering syntax.
4665
4666 2002-11-25 [colin]      0.8.6claws1
4667
4668         * src/summaryview.c
4669                 Deletion of duplicates now prefer deleting
4670                 the unread dup (fixes feature-request 638989).
4671
4672 2002-11-24 [paul]       0.8.6claws
4673
4674         * po/es.po
4675           po/pl.po
4676           po/ru.po
4677           po/sr.po
4678                 updated by Ricardo Mones Lastra,
4679                 Witold Wladyslaw Wojciech Wilk,
4680                 Ruslan N. Balkin, and  Urke MMI 
4681                 respectively
4682
4683 2002-11-24 [paul]       0.8.5claws182
4684
4685         * po/bg.po
4686                 updated by George Danchev
4687
4688 2002-11-23 [alfons]     0.8.5claws181
4689
4690         * src/imap.c
4691                 tiny memory leak found by browsing Dimitar's 
4692                 valgrind report
4693
4694 2002-11-23 [paul]       0.8.5claws180
4695
4696         * po/it.po
4697                 updated by Alessandro Maestri
4698
4699 2002-11-22 [christoph]  0.8.5claws179
4700
4701         * src/compose.c
4702         * src/inc.c
4703         * src/prefs_filtering.c
4704         * src/summaryview.c
4705                 more warning fixes
4706
4707 2002-11-22 [alfons]     0.8.5claws178
4708
4709         * src/summaryview.c
4710                 summary_execute_delete_func(): if message is deleted, make 
4711                 sure to also remove its entry in the subject hash table. 
4712                 fixes a corner case bug.
4713
4714 2002-11-22 [paul]       0.8.5claws177
4715
4716         * .cvsignore
4717                 add 'autom4te.cache'
4718                 
4719         * ltconfig      ** REMOVED **
4720                 not needed
4721
4722 2002-11-22 [paul]       0.8.5claws176
4723
4724         * src/textview.c
4725                 textview_set_font(): fix for message display in
4726                 UTF-8 locales (thanks to Sergey Vlasov).
4727                 
4728         * AUTHORS
4729                 add new team members and contributors
4730
4731
4732 2002-11-21 [colin]      0.8.5claws175
4733
4734         * src/procmsg.[ch]
4735                 Add procmsg_remove_special_headers()
4736         * src/mh.c
4737                 Use procmsg_remove_special_headers() for 
4738                 previous fix
4739
4740 2002-11-21 [colin]      0.8.5claws174
4741
4742         * src/mh.c
4743                 Fix moving/copying from queue/draft folders
4744                 for MH folders
4745
4746 2002-11-21 [christoph]  0.8.5claws173
4747
4748         * src/crash.c
4749         * src/filtering.c
4750         * src/logwindow.c
4751         * src/main.c
4752         * src/matcher_parser_lex.[hl]
4753         * src/mbox.c
4754         * src/mbox_folder.[ch]
4755         * src/prefs_filtering.c
4756         * src/procheader.c
4757         * src/quote_fmt_lex.l
4758         * src/ssl.c
4759                 fix all warnings except the warnings in lex and yacc files
4760
4761 2002-11-20 [christoph]  0.8.5claws172
4762
4763         * src/imap.c
4764                 fix MsgInfo retrieval for IMAP draft and queue folders
4765                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4766
4767 2002-11-19 [christoph]  0.8.5claws171
4768
4769         * src/compose.c
4770                 fix segfault, when draft saving does not get
4771                 the MsgInfo of the new message
4772                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4773
4774 2002-11-19 [christoph]  0.8.5claws170
4775
4776         * src/procmsg.c
4777                 add parameter check for flag setting function
4778                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4779
4780 2002-11-18 [paul]       0.8.5claws169
4781
4782         * src/compose.c
4783                 more sensitivity fixes to redirect mode:
4784                 * disable toolbar draft button
4785                 * allow only Address book in the Tools menu
4786                 * disable editing of message by the spell
4787                   checker
4788
4789 2002-11-18 [paul]       0.8.5claws168
4790
4791         * src/compose.c
4792                 fix sensitivity of menu items in compose_redirect():
4793                 allow only the necessary items 
4794
4795 2002-11-18 [paul]       0.8.5claws167
4796
4797         * src/compose.c
4798                 fix bug [ 603259 ] 'attachment got lost on bounce'
4799
4800 2002-11-18 [paul]       0.8.5claws166
4801
4802         * po/ru.po
4803                 updated by Ruslan N. Balkin <baron@dartel.ru>
4804
4805 2002-11-18 [colin]      0.8.5claws165
4806
4807         * src/main.c
4808           src/defs.h
4809                 Remove old filtering stuff
4810
4811
4812 2002-11-17 [oliver]     0.8.5claws164
4813
4814         * src/toolbar.h
4815                 remove not needed typedef 
4816
4817 2002-11-17 [oliver]     0.8.5claws163
4818
4819         * src/toolbar.c
4820                 make toolbar's on click events translatable
4821
4822 2002-11-15 [colin]      0.8.5claws162
4823
4824         * src/summaryview.c
4825                 Revert too-soon integration of a feature
4826
4827 2002-11-15 [christoph]  0.8.5claws161
4828
4829         * src/imap.c
4830                 use main's implementation of imap_get_msginfo
4831
4832 2002-11-15 [christoph]  0.8.5claws160
4833
4834         * src/compose.c
4835         * src/folder.[ch]
4836         * src/imap.c
4837         * src/mbox_folder.c
4838         * src/mh.c
4839         * src/news.c
4840         * src/procmsg.c
4841         * src/summaryview.c
4842                 replace claws' fetch_msginfo with main's get_msginfo
4843                 (use main's implementation where possible)
4844
4845 2002-11-15 [colin]      0.8.5claws159
4846
4847         * src/ssl_certificate.c
4848                 Missed a check
4849
4850 2002-11-16 [melvin]     0.8.5claws158
4851
4852         * po/fr.po
4853                 Updated French translations.
4854
4855 2002-11-16 [colin]      0.8.5claws157
4856
4857         * src/ssl_certificate.c
4858                 Check for missing parts in the certificates
4859
4860 2002-11-15 [colin]      0.8.5claws156
4861
4862         * src/folderview.c
4863                 Preventive fix (missing check) found by
4864                 Alfons
4865
4866 2002-11-15 [paul]
4867
4868         * NEWS
4869                 sync with 0.8.6 release
4870
4871 2002-11-15 [colin]      0.8.5claws155
4872
4873         * src/folder.[ch]
4874           src/folderview.c
4875                 Fix error handling of folder_item_move_to()
4876                 (thanks to Alfons!)
4877
4878 2002-11-15 [colin]      0.8.5claws154
4879
4880         * src/folder.[ch]
4881           src/folderview.c
4882                 folder_item_move_to() sets an error message instead
4883                 of having GUI stuff in folder.c
4884
4885 2002-11-15 [colin]      0.8.5claws153
4886
4887         * src/procmsg.[ch]
4888                 Implemented a callback for MsgInfo updates, 
4889                 heavily copy/pasted from Christoph's folder 
4890                 callback system
4891         * src/summaryview.[ch]
4892                 Register summary_update_msg as callback
4893
4894 2002-11-14 [colin]      0.8.5claws152
4895         
4896         * src/procmsg.c
4897                 Update the FolderItem after sending (fixes 617593)
4898
4899 2002-11-14 [christoph]  0.8.5claws151
4900
4901         * src/folder.c
4902                 fix wrong position of NULL pointer check found
4903                 by Sergey
4904
4905 2002-11-14 [christoph]  0.8.5claws150
4906
4907         * src/folder.c
4908                 fix segfault when deleting messages from IMAP folders
4909                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4910
4911 2002-11-14 [colin]      0.8.5claws149
4912
4913         * src/compose.c
4914                 Forwarding was also ignoring the folder's default account.
4915
4916 2002-11-14 [colin]      0.8.5claws148
4917
4918         * src/compose.c
4919                 Fix sent folder not set to folder properties when 
4920                 forwarding.
4921
4922 2002-11-14 [thorsten]   0.8.5claws147
4923
4924         * src/inc.c
4925                 inc_start(): Files were not moved from .processing to inbox,
4926                 if no global processing rule existed
4927
4928 2002-11-14 [colin]      0.8.5claws146
4929
4930         * src/ssl_certificate
4931                 Fix file operations
4932
4933 2002-11-14 [paul]       0.8.5claws145
4934
4935         * po/it.po
4936                 updated by Alessandro Maestri
4937
4938 2002-11-13 [alfons]     0.8.5claws144
4939
4940         * src/folder.c
4941                 folder_item_close(): only mark messages unread
4942                 when a folder has new messages 
4943
4944 2002-11-13 [keith]      0.8.5claws143
4945
4946         * src/imap.c
4947                 Fix problem moving or copying between
4948                 IMAP folders
4949
4950 2002-11-13 [colin]      0.8.5claws142
4951
4952         * src/matcher_parser_parse.y
4953                 Fix rule problem when " don't match
4954
4955 2002-11-13 [christoph]  0.8.5claws141
4956
4957         * src/folder.c
4958         * src/folderview.c
4959                 moved cache saving to folder_item_close
4960                 the folderview should not have to deal with
4961                 this things
4962
4963 2002-11-13 [christoph]  0.8.5claws140
4964
4965         * src/summaryview.c
4966                 moved setting of important score to
4967                 summary_set_prefs_from_folderitem
4968
4969 2002-11-13 [colin]      0.8.5claws139
4970
4971         * src/matcher_parser_parse.y
4972                 Fix a segfault in the parser (happening when
4973                 a good expression had been tested and a bad 
4974                 one arrives)
4975
4976 2002-11-13 [paul]       0.8.5claws138
4977
4978         * sync with 0.8.5cvs24
4979                 see ChangeLog 2002-11-13
4980                 
4981         * po/pt_BR.po
4982                 updated by Fabio Jr. Beneditto
4983
4984 2002-11-13 [colin]      0.8.5claws137
4985         
4986         * src/msgcache.c
4987           src/defs.h
4988           src/procmsg.[ch]
4989                 Revert last commit, problem
4990
4991 2002-11-13 [colin]      0.8.5claws136
4992
4993         * src/msgcache.c
4994                 Remove duplicated code
4995         * src/defs.h
4996                 Bumped CACHE_VERSION and MARK_VERSION
4997         * src/procmsg.[ch]
4998                 Network endian for cache and mark files
4999
5000 2002-11-12 [colin]      0.8.5claws135
5001
5002         * src/inc.c
5003                 Fix the "socket error" dialog which disappeared
5004
5005 2002-11-12 [colin]      0.8.5claws134
5006
5007         * src/msgcache.c
5008                 Reverse last commit which had performance 
5009                 problems, but still reverse the list
5010
5011 2002-11-12 [colin]      0.8.5claws133
5012
5013         * src/msgcache.c
5014                 Reverse list order
5015
5016 2002-11-12 [melvin]     0.8.5claws132
5017
5018         * src/compose.c
5019                 Added a check for a NULL prefs_common.dictionary
5020
5021 2002-11-12 [colin]      0.8.5claws131
5022
5023         * src/ssl_certificate.[ch]
5024                 Use FQDN hostname
5025
5026 2002-11-12 [colin]      0.8.5claws130
5027
5028         * src/ssl_certificate.[ch]
5029                 Take connection port into account for 
5030                 checking certificates (a single hostname
5031                 could have multiple servers with multiple
5032                 certificates)
5033         * src/ssl.c
5034                 Pass the port to ssl_certificate_check
5035
5036 2002-11-12 [paul]       0.8.5claws129
5037
5038         * src/folder.c
5039                 fix a typo in last commit
5040
5041 2002-11-12 [paul]       0.8.5claws128
5042
5043         * sync with 0.8.5cvs23
5044                 see ChangeLog entry 2002-11-12
5045
5046 2002-11-11 [colin]      0.8.5claws127
5047
5048         * src/ssl_certificate.c
5049                 Cleaner messages
5050                 Don't popup, instead log error, if the 
5051                 corresponding pref is checked
5052         * src/ssl_certificate.h
5053                 include <openssl/objects/h>
5054
5055 2002-11-11 [colin]      0.8.5claws126
5056
5057         * src/ssl_certificate.h
5058                 _Really_ clean it
5059
5060 2002-11-11 [colin]      0.8.5claws125
5061         
5062         * src/ssl_certificate.c
5063                 Fixed leak
5064
5065 2002-11-11 [colin]      0.8.5claws124
5066
5067         * src/ssl.c
5068                 Cleaned a bit
5069         * src/ssl_certificate.[ch]
5070                 Cleaned a bit (better use of SSL API)
5071                 (This will cause non-recognition of saved 
5072                  certificates of claws12[23]...)
5073
5074 2002-11-11 [paul]       0.8.5claws123
5075         
5076         * po/es.po
5077                 updated by Ricardo Mones Lastra
5078
5079 2002-11-11 [colin]      0.8.5claws122
5080
5081         * src/ssl.c
5082                 Fix a typo
5083
5084 2002-11-11 [colin]      0.8.5claws121
5085
5086         * src/ssl_certificate.[ch] ** NEW FILES **
5087         * src/ssl.[ch]
5088                 Check SSL certificates presented to us
5089         * src/Makefile.am
5090                 Add ssl_certificate.[ch]
5091         * po/POTFILES.in
5092                 Add ssl_certificate.c
5093
5094 2002-11-11 [paul]       0.8.5claws120
5095
5096         * sync with 0.8.5cvs22
5097                 see ChangeLog 2002-11-11
5098
5099 2002-11-11 [paul]       0.8.5claws119
5100
5101         * sync with 0.8.5cvs21
5102                 see ChangeLog 2002-11-11
5103
5104 2002-11-10 [jens]       0.8.5claws118
5105
5106         * src/folder.c
5107         * src/folderview.c
5108                 corrected some typing
5109         * po/de.po
5110                 updated german translation
5111         * sylpheed.spec.in
5112                 cleaned up specfile and adjusted it for claws
5113
5114 2002-11-10 [colin]      0.8.5claws117
5115
5116         * src/summaryview.c
5117                 a STATUSBAR_PUSH/POP fix
5118
5119 2002-11-10 [colin]      0.8.5claws116
5120
5121         * src/prefs_folder_item.c
5122                 Fix hanging after opening folder properties
5123
5124 2002-11-10 [hoa]        0.8.5claws115
5125
5126         * src/matcher_parser_lex.l
5127         * src/matcher_parser_parse.y
5128                 config file for scoring and filtering is no more trashed
5129                 when there is a syntax error in a filtering rule when
5130                 editing it in a dialog.
5131
5132 2002-11-09 [colin]      0.8.5claws114
5133
5134         * src/mbox_folder.c
5135                 Added missing initialisation of folder->destroy()
5136
5137 2002-11-09 [colin]      0.8.5claws113
5138
5139         * src/folder.c
5140           src/folderview.c
5141                 Fix the status bar messages
5142
5143 2002-11-09 [colin]      0.8.5claws112
5144
5145         * src/folderview.c
5146                 Fix hangs after folder dnd, happening after 
5147                 claws109.
5148
5149 2002-11-09 [christoph]  0.8.5claws111
5150
5151         * src/folderview.c
5152                 just changed order of calls (reverse order of
5153                 associated calls)
5154         * src/inc.c
5155                 lock inc when checking only one account, otherwise
5156                 inc all could be executed at the same time
5157
5158 2002-11-09 [christoph]  0.8.5claws110
5159
5160         * src/folderview.c
5161                 better unlock the mouse cursor before calling
5162                 summary_show because it changes the cursor too
5163
5164 2002-11-09 [christoph]  0.8.5claws109
5165
5166         * src/folder.[ch]
5167         * src/folderview.c
5168                 add functions to open and close a folder
5169                 o opending will execute scanning for remote folders
5170                   and processing
5171                 o closing will unset new flag for messages
5172
5173 2002-11-09 [colin]      0.8.5claws108
5174
5175         * src/folder.c
5176                 Add a call to prefs_matcher_write_config to 
5177                 avoid non-leaf folders filtering settings to be
5178                 lost
5179
5180 2002-11-09 [paul]       0.8.5claws107
5181
5182         * src/prefs_account.c
5183                 re-word a label
5184
5185 2002-11-09 [colin]      0.8.5claws106
5186
5187         * src/folderview.c
5188                 Minor esthetic fix
5189
5190 2002-11-09 [colin]      0.8.5claws105
5191
5192         * src/folderview.c
5193                 Fix prefs_filtering deletion for MH folders (same
5194                 reason as below)
5195         * src/prefs_filtering.c
5196                 Fix prefs_filtering renaming and deletion for 
5197                 folder-based processing rules.  
5198
5199 2002-11-09 [christoph]  0.8.5claws104
5200
5201         * src/compose.c
5202         * src/folder.[ch]
5203         * src/folderview.[ch]
5204         * src/import.c
5205         * src/inc.c
5206         * src/main.c
5207         * src/mainwindow.c
5208         * src/messageview.c
5209         * src/prefs_folder_item.c
5210         * src/procmsg.c
5211         * src/summaryview.c
5212                 implement a callback system for folder item updates
5213
5214 2002-11-09 [colin]      0.8.5claws103
5215
5216         * src/folderview.c
5217                 Fix prefs_filtering renaming for MH folders (we
5218                 shouldn't rename by path as another folder could
5219                 have the same hierarchy).
5220
5221 2002-11-09 [colin]      0.8.5claws102
5222
5223         * src/folder.c
5224                 Fix a leak found by Christoph, use better variable
5225                 names
5226
5227 2002-11-09 [colin]      0.8.5claws101
5228
5229         * src/folder.c
5230                 One more fix for processing rules
5231
5232 2002-11-08 [colin]      0.8.5claws100
5233         
5234         * src/matcher.c
5235                 Don't copy the compiled regexp (will be reevaluated)
5236         * src/folderview.c
5237                 Lock folderview while moving
5238         * src/folder.c
5239                 Provide info on what's happening to the user
5240
5241 2002-11-08 [colin]      0.8.5claws99
5242
5243         * src/folderview.c
5244                 Fix folder reordering after a move if parent is 
5245                 root
5246         * src/scoring.[ch]
5247                 Add function to copy a ScoringProp
5248         * src/prefs_folder_item.c
5249                 Copy scoring rules when copying a folder prefs
5250
5251 2002-11-08 [colin]      0.8.5claws98
5252
5253         * src/folderview.c
5254                 Fixes in case of failure
5255         * src/filtering.[ch]    
5256                 Add function to duplicate a FilteringProp
5257         * src/matcher.[ch]
5258                 Add function to duplicate a MatcherProp
5259         * src/prefs_folder_item.c
5260                 Save folder's processing rules when copying 
5261                 its prefs
5262
5263 2002-11-08 [colin]      0.8.5claws97
5264         
5265         * src/folderview.c
5266                 Sort after move
5267         * src/folder.c 
5268                 Change a printf to debug_print
5269
5270 2002-11-08 [colin]      0.8.5claws96
5271
5272         * src/folder.c
5273           src/folderview.c
5274                 Fix segfaults, call me stupido
5275         
5276
5277 2002-11-08 [colin]      0.8.5claws95
5278
5279         *src/folder.c
5280                 Added forgotten prefs to save when moving folders
5281
5282 2002-11-08 [colin]      0.8.5claws94
5283
5284         * src/folder.c
5285                 Fixes to folder DND (prefs copy)
5286         * src/folderview.c
5287                 Optimization for folder DND (don't rescan whole tree)
5288                 Added folderview_create_folder_node() for this 
5289                 optimization, so de-duped a bit the code
5290         * src/prefs_folder_item.[ch]
5291                 Added prefs_folder_item_copy_prefs()    
5292           
5293 2002-11-08 [paul]       0.8.5claws93
5294
5295         * src/prefs_account.c
5296           tools/README
5297           tools/kmail2sylpheed_v2.pl
5298                 correct some typos
5299
5300 2002-11-08 [paul]       0.8.5claws92
5301
5302         * src/compose.c
5303           src/prefs_account.[ch]
5304                 remove account options 'clearsign' and 'ascii_armored',
5305                 replace with 'default_gnupg_mode' to prevent mixed-mode
5306                 Privacy settings
5307
5308 2002-11-08 [paul]       0.8.5claws91
5309
5310         * src/compose.[ch]
5311                 re-implement GnuPG 'on-the-fly' mode selection,
5312                 disallow mixed-mode
5313
5314 2002-11-08 [colin]      0.8.5claws90
5315
5316         * src/folderview.c
5317           src/prefs_folder_item.c
5318                 Change "Property" to "Properties"
5319
5320 2002-11-07 [colin]      0.8.5claws89
5321
5322         * src/folderview.c
5323           src/folder.c
5324                 Allow folder dropping to a root folder
5325
5326 2002-11-07 [paul]       0.8.5claws88
5327
5328         * src/compose.c
5329                 revert last commit
5330
5331 2002-11-07 [paul]       0.8.5claws87
5332
5333         * src/compose.c
5334                 fix reply-to-list bug. closes bug report
5335                 "[633382] reply-to-list broken in recent cvs"
5336
5337 2002-11-07 [paul]       0.8.5claws86
5338
5339         * src/compose.c
5340                 add a forgotten '#if USE_GPGME ... #endif'
5341
5342 2002-11-07 [paul]       0.8.5claws85
5343
5344         * sync with 0.8.5cvs20
5345                 see ChangeLog 2002-11-07
5346
5347 2002-11-07 [colin]      0.8.5claws84
5348
5349         * src/folder.[ch]
5350                 Change folder_item_move_to to return the newly 
5351                 created folderitem.
5352         * src/folderview.c
5353                 Select the new folderitem after moving.
5354
5355 2002-11-07 [colin]      0.8.5claws83
5356
5357         * src/prefs_filtering.c
5358                 Fix rule rewriting when moving a leaf folder to a 
5359                 shorter path
5360
5361 2002-11-07 [colin]      0.8.5claws82
5362
5363         * src/prefs_filtering.c
5364                 fix a leak
5365
5366 2002-11-07 [colin]      0.8.5claws81
5367
5368         * src/folder.[ch]
5369                 Add folder_item_move_to() function to move a 
5370                 folderitem into another one (updates matcher etc)
5371         * src/folderview.c
5372                 Add folder drag'n drop (context menu to come)
5373                 [Should be dataloss free, but Please backup before 
5374                  trying !]
5375
5376 2002-11-06 [colin]      0.8.5claws80
5377
5378         * src/mh.c
5379                 mh_create_folder() returns NULL if can't create
5380                 directory hierarchy
5381
5382 2002-11-06 [paul]       0.8.5claws79
5383
5384         * src/compose.[ch]
5385                 allow 'on-the-fly' changing of the type of encryption 
5386                 and/or signing used (mime/ascii) via the compose window
5387
5388 2002-11-06 [paul]       0.8.5claws78
5389
5390         * sync with 0.8.5cvs19
5391                 see ChangeLog 2002-11-06 for src/account.c: 
5392                 account_get_special_folder()
5393                 
5394 2002-11-05 [alfons]     0.8.5claws77
5395
5396         * src/crash.c
5397                 very minor cleanups: nothing to see here, move on. :-)
5398
5399 2002-11-05 [colin]      0.8.5claws76
5400
5401         * src/main.c
5402                 Changes choices if compose windows are opened to
5403                 Discard, Draft, Don't quit
5404
5405 2002-11-05 [thorsten]   0.8.5claws75
5406
5407         * src/compose.c
5408                 reenabled default_reply_to folder option
5409
5410 2002-11-05 [colin]      0.8.5claws74
5411
5412         * src/compose.[ch] 
5413                 add compose_draft()
5414         * src/crash.c
5415                 add SIGTERM handler
5416         * src/main.[ch]
5417                 add clean_quit() for the SIGTERM handler
5418
5419 2002-11-05 [paul]       0.8.5claws73
5420         
5421         * po/es.po
5422                 updated by Ricardo Mones Lastra
5423
5424 2002-11-05 [melvin]     0.8.5claws72
5425
5426         * src/logwindow.c
5427                 Fixed log-clipping bug #616795.
5428                 To stop logging in the log window use 0 length.
5429         * src/prefs_common.c
5430                 Added a label to inform about the 0 log length behaviour.
5431
5432 2002-11-05 [paul]       0.8.5claws71
5433
5434         * sync with 0.8.5cvs17
5435                 see ChangeLog 2002-11-05
5436
5437 2002-11-04 [paul]       0.8.5claws70
5438
5439         * sylpheed-128x128.png
5440           sylpheed-64x64.png
5441           sylpheed.png
5442                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5443                 <nikai@users.sourceforge.net>
5444                 
5445         * po/bg.po
5446                 updated by George Danchev
5447
5448 2002-11-03 [thorsten]   0.8.5claws69
5449
5450         * src/main.c
5451           src/mimeview.c
5452           src/rfc2015.h
5453                 add check if gpg is active
5454
5455 2002-11-03 [thorsten]   0.8.5claws68
5456
5457         * src/toolbar.h
5458                 removed GSList declaration causing trouble on MacOS-X
5459                 (submitted by alfons, reported by xfesty)
5460
5461 2002-11-01 [paul]       0.8.5claws67
5462
5463         * src/mainwindow.c
5464                 remove last remnants of main's filter code
5465
5466 2002-11-01 [paul]       0.8.5claws66
5467
5468         * tools/filter_conv.pl
5469                 fix bug where user-defined headers were ignored
5470
5471 2002-11-01 [paul]       0.8.5claws65
5472
5473         * src/logwindow.c
5474                 make a debug_print() not translatable
5475
5476 2002-10-31 [melvin]     0.8.5claws64
5477
5478         * ac/aspell.m4
5479                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5480                 not run any GNU/aspell test.  The dictionary path will
5481                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5482                 was given, in which case, it will be $prefix/lib/aspell/
5483         * configure.in
5484                 Fixed typo in commentary (Aspell code).
5485
5486 2002-10-31 [paul]       0.8.5claws63
5487
5488         * po/POTFILES.in
5489                 remove src/filter.c and src/prefs_filter.c
5490                 thanks to Ricardo for reminding me
5491
5492 2002-10-31 [colin]      0.8.5claws62
5493
5494         * src/mbox_folder.c
5495                 Plug some leaks
5496
5497 2002-10-31 [paul]       0.8.5claws61
5498
5499         * src/prefs_filter.[ch] ** REMOVED **
5500           src/filter.[ch]       ** REMOVED **
5501           
5502         * src/Makefile.am
5503           src/folderview.c
5504           src/inc.c
5505           src/main.c
5506           src/mainwindow.c
5507           src/mbox.c
5508           src/prefs_common.c
5509           src/prefs_filtering.c
5510           src/summaryview.[ch]
5511                 remove main's 'filter' code
5512                 
5513         README.claws
5514                 update to reflect removal of main's filter
5515
5516 2002-10-31 [paul]       0.8.5claws60
5517
5518         * src/summaryview.c
5519                 remove check for global_processing in summary_filter_open(). 
5520                 This fixes the bug where if the user uses the right-click 
5521                 'Create filter rule...' and doesn't have any filter rules 
5522                 already defined in claws' advanced filtering, the newly 
5523                 created filter rule goes to main's filtering which is 
5524                 inaccessible through the gui. Now the filter rule gets added
5525                 to claws' filtering by default.
5526
5527 2002-10-28 [melvin]     0.8.5claws59
5528
5529         * src/prefs_actions.c
5530                 Fixed bug #627322 where MIME parts were not always
5531                 correctly passed to a %p action
5532                 Display an error dialog when message filename is not found.
5533
5534 2002-10-28 [melvin]     0.8.5claws58
5535
5536         * src/prefs_common.c
5537                 Readded a missing function declaration lost in 0.8.3claws34
5538
5539 2002-10-28 [paul]       0.8.5claws57
5540
5541         * sync with 0.8.5cvs15
5542                 see ChangeLog 2002-10-28 and 2002-10-25
5543                 
5544         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5545
5546 2002-10-27 [oliver]     0.8.5claws56
5547
5548         * src/pop.c
5549                 plug leak in pop3_top_recv
5550
5551 2002-10-26 [christoph]  0.8.5claws55
5552
5553         * src/folder.c
5554                 set need_update folder flag when messages are added
5555                 (closes bug [ 626922 ] folder not updated after receiving)
5556
5557 2002-10-25 [melvin]     0.8.5claws54
5558
5559         * src/imageview.c
5560                 Fixed a memleak introduced in the scaling code.
5561
5562 2002-10-24 [alfons]     0.8.5claws53
5563
5564         * src/filtering.c
5565                 make filtering's forward message action forward from the 
5566                 correct account
5567                 (closes bug [628089 ] Filter -> Forward from address problem
5568                 reported by Oktay)
5569
5570 2002-10-24 [christoph]  0.8.5claws52
5571
5572         * src/mainwindow.c
5573         * src/manual.[ch]
5574                 o use manual of current locale or english if current
5575                   locale is not available (and english is available)
5576                 o also link to sylpheed doc project manuals
5577
5578 2002-10-23 [paul]       0.8.5claws51
5579
5580         * tools/README
5581           tools/kmail2sylpheed_v2.pl
5582                 add new version of kmail addressbook importer script.
5583                 works with newer versions of Kmail/KAddressBook which
5584                 have new and rearranged data.
5585
5586 2002-10-23 [martin]     0.8.5claws50
5587
5588         * src/folderview.c
5589         * src/summaryview.c
5590         * src/utils.h
5591         * src/utils.c
5592                 added length parameter to get_abbrev_newsgroup_name()
5593                 changed this function so that it abbreviates the newsgroup
5594                 names only so long it is smaller than the length parameter
5595                 (for better reading of some newsgroup names and space efficiency)
5596
5597 2002-10-22 [colin]      0.8.5claws49
5598
5599         *src/foldersel.c
5600                 Revert Alfons' last modification (after voting ;-))
5601
5602 2002-10-21 [alfons]     0.8.5claws48
5603
5604         * src/foldersel.c
5605                 folder view in folder selection dialog reflects state of
5606                 folder view in main window
5607
5608 2002-10-18 [alfons]     0.8.5claws47
5609
5610         * src/mbox.c
5611                 drop imported messages in folder selected by user,
5612                 and not in the inbox
5613                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5614
5615 2002-10-18 [alfons]     0.8.5claws46
5616
5617         * src/compose.c
5618                 make automagic reply work correctly for email accounts 
5619                 (whether it's viable to do a full sync with Hiro's 
5620                 compose.c is still under discussion)
5621
5622 2002-10-18 [melvin]     0.8.5claws45
5623
5624         * src/prefs_actions.c
5625                 Fixed bug #622275 where asynchroneous actions left 
5626                 zombies processes
5627                 Made (synchroneous) actions' input be displayed live.
5628
5629 2002-10-18 [christoph]  0.8.5claws44
5630
5631         * src/textview.c
5632                 don't add a newline in the textview in front of the
5633                 first textpart if header display is disabled
5634                 (closes bug [ 603385 ] disabled header display leaves blank
5635                  lin)
5636
5637 2002-10-18 [christoph]  0.8.5claws43
5638
5639         * src/folder.[ch]
5640         * src/imap.c
5641         * src/mbox_folder.c
5642         * src/mh.c
5643         * src/news.c
5644                 folder->get_num_list now returns an error code
5645                 (closes bug [ 609424 ] News cache cleared on failure)
5646                 
5647 2002-10-17 [colin]      0.8.5claws42
5648         
5649         * src/news.c
5650                 Changed a printf by debug_print
5651
5652 2002-10-16 [paul]       
5653
5654         * tools/OOo2sylpheed.pl
5655                 allow for spaces in the name of the
5656                 file to be attached.
5657
5658 2002-10-16 [colin]      0.8.5claws41
5659
5660         * src/main.c
5661                 Use a tristate to change online mode
5662
5663 2002-10-16 [paul]       0.8.5claws40
5664
5665         * po/es.po
5666                 updated by Ricardo Mones Lastra
5667
5668 2002-10-16 [colin]      0.8.5claws39
5669
5670         * src/main.c
5671           src/mainwindow.[ch]
5672                 Added --online and --offline command-line
5673                 switches
5674
5675 2002-10-15 [christoph]  0.8.5claws38
5676
5677         * src/procmime.c
5678                 set mimeinfo->name to NULL after g_free to
5679                 avoid double freeing with g_free
5680
5681 2002-10-14 [christoph]  0.8.5claws37
5682
5683         * src/compose.c
5684         * src/filtering.c
5685         * src/summaryview.c
5686                 remove calls to folder->change_flags that are now
5687                 done by procmsg flag functions (seems it is not
5688                 used by any foldertype anyway)
5689         * src/folder.c
5690                 init folder->change_flags with NULL
5691
5692 2002-10-14 [christoph]  0.8.5claws36
5693
5694         * src/folder.[ch]
5695         * src/imap.[ch]
5696                 use virtual functions for folder item new and destroy
5697                 functions
5698
5699 2002-10-14 [melvin]     0.8.5claws35
5700
5701         * src/compose.c
5702                 Added a test to not run the spell checker if no default
5703                 dictionary is available. No dialog is displayed though.
5704
5705 2002-10-14 [melvin]     0.8.5claws34
5706
5707         * src/gtkaspell.c
5708                 Fixed bug in dictionary list context menu where
5709                 "More..." pointed to an emtpy submenu if the
5710                 number of dictionaries is a multiple of 15
5711                 Removed unneeded code in suggestions list creation
5712
5713 2002-10-14 [paul]       0.8.5claws33
5714
5715         * po/bg.po
5716                 updated by George Danchev
5717
5718 2002-10-13 [hoa]        0.8.5claws32
5719
5720         * src/matcher.[ch]
5721           src/matcher_parser_parser.y
5722                 removed the escaped string from internal structure
5723                 of matcher.
5724
5725 2002-10-12 [colin]      0.8.5claws31
5726
5727         * src/gtksctree.[ch]
5728           src/summaryview.c
5729                 Removed useless function gtksctree_reanchor
5730
5731 2002-10-12 [alfons]     0.8.5claws30
5732         
5733         * sync with remaining main changes 2002-10-09 - 2002-10-11
5734         - drop changes to src/compose.c (requires claws specific changes)
5735         
5736 2002-10-12 [alfons]     0.8.5claws29
5737         
5738         * sync with main changes of 2002-10-08
5739         - drop changes to src/compose.c (requires claws specific changes)
5740         - drop changes to src/summaryview.c (requires changes to compose.c)     
5741
5742 2002-10-12 [alfons]     0.8.5claws28
5743         
5744         * sync with main changes of 2002-10-07
5745
5746 2002-10-12 [alfons]     0.8.5claws27
5747
5748         * sync with main changes of 2002-10-04
5749         - drop changes to src/compose.c (requires claws specific changes)
5750         - drop changes to src/prefs_folder_item.c (claws implementation
5751           seems to be working)
5752
5753 2002-10-12 [colin]      0.8.5claws26
5754
5755         * src/mainwindow.c
5756                 Fix folder-flicker when space-reading, introduced 
5757                 in claws22.
5758
5759 2002-10-12 [colin]      0.8.5claws25
5760
5761         * src/compose.c
5762                 Save account address when saving as draft.
5763                 (closes bug 621838)
5764
5765 2002-10-12 [colin]      0.8.5claws24
5766
5767         * src/summaryview.c
5768                 Fix the problem consisting of no message selected
5769                 after the last message in a folder has been moved.
5770
5771 2002-10-12 [paul]       0.8.5claws23
5772
5773         * src/compose.c
5774           src/prefs_template.c
5775           src/template.[ch]
5776                 add Cc and Bcc to templates. Patch submitted by
5777                 John L. Males.
5778
5779 2002-10-12 [colin]      0.8.5claws22
5780
5781         * src/folderview.c
5782                 Fix a bug after "Check for new messages":
5783                 If a folder was opened, it was still selected at
5784                 the end of the check, but displayed empty.
5785         * src/mainwindow.c
5786                 Remove unnecessary check
5787
5788 2002-10-12 [paul]
5789
5790         * tools/README
5791                 be more verbose in the description of
5792                 OOo2sylpheed.pl
5793                 
5794
5795 2002-10-11 [colin]      0.8.5claws21
5796
5797         * src/mainwindow.c
5798                 Make space work (better) when no mail is selected
5799
5800 2002-10-11 [colin]      0.8.5claws20
5801
5802         * src/inc.c
5803           src/news.c
5804                 fix warnings
5805
5806 2002-10-11 [colin]      0.8.5claws19
5807
5808         * src/mainwindow.c
5809                 revert 0.8.5claws6 changes as i couldn't get to
5810                 anything satisfying
5811
5812 2002-10-11 [melvin]     0.8.5claws18
5813
5814         * src/compose.c
5815                 Removed buggy and unused macro (should have been committed in
5816                 0.8.5claws17)
5817
5818 2002-10-11 [melvin]     0.8.5claws17
5819
5820         * src/compose.c
5821                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5822
5823 2002-10-11 [thorsten]   0.8.5claws16 
5824
5825         * src/folderview.c
5826                 remove rescan warning
5827
5828 2002-10-11 [colin]      0.8.5claws15 
5829
5830         * src/procheader.c
5831                 fix a segfault that happens if conv_unmime_header
5832                 fails (should be better to find out why it fails)
5833
5834 2002-10-11 [christoph]  0.8.5claws14
5835
5836         * src/summaryview.c
5837                 update folderview stats after ignore/unignore thread
5838
5839 2002-10-11 [hoa]        0.8.5claws13
5840
5841         * src/quote_fmt_parse.y
5842                 Fixed a yacc/bison syntax error
5843         * src/matcher.c
5844                 Escaping of string is fixed.
5845
5846 2002-10-11 [colin]      0.8.5claws12
5847
5848         * src/imageview.c
5849                 Resize images to fit
5850
5851 2002-10-11 [paul]       0.8.5claws11
5852
5853         * po/es.po
5854                 updated by Ricardo Mones Lastra
5855
5856 2002-10-10 [alfons]     0.8.5claws10
5857
5858         * src/compose.c
5859                 allow dropping files by "moving" files from a file manager,
5860                 not only by the more cumbersome "copying". the latter 
5861                 mostly implies holding down the Control button
5862
5863 2002-10-10 [christoph]  0.8.5claws9
5864
5865         * src/summaryview.c
5866                 update folders after thread building for ignored threads
5867
5868 2002-10-10 [christoph]  0.8.5claws8
5869
5870         * config/.cvsignore
5871                 added Makefile
5872         * src/filtering.[ch]
5873         * src/folder.[ch]
5874         * src/folderview.[ch]
5875         * src/import.c
5876         * src/inc.[ch]
5877         * src/mbox.[ch]
5878         * src/procmsg.c
5879         * src/summaryview.[ch]
5880                 o added new flag need_update to FolderItem
5881                 o removed folder_table from various functions from tracking
5882                   folder updates
5883                 o set need_update flags in folder.c's move, copy and delete
5884                   functions and procmsg's flags functions
5885                 o added function folderview_update_items_when_required that
5886                   updates all folders with need_update set
5887                 o call folderview_update_items_when_required instead of
5888                   folderview_update_item_foreach
5889
5890 2002-10-09 [sergey]     0.8.5claws7
5891
5892         * src/compose.c
5893                 Strip CRs whel loading the text into editor in reedit mode.
5894
5895 2002-10-09 [colin]      0.8.5claws6
5896
5897         * src/mainwindow.c
5898                 Make Space work when no mail is selected
5899
5900 2002-10-09 [colin]      0.8.5claws5
5901
5902         * src/gtksctree.[ch]
5903                 Fix range_select
5904                 Add gtk_sctree_reanchor() 
5905         * src/summaryview.c
5906                 Use gtk_sctree_reanchor() - better fix for 
5907                 bug 60413
5908
5909 2002-10-09 [colin]      0.8.5claws4
5910
5911         * src/summaryview.c
5912                 Fix shift-click select after delete problem
5913                 (closes bug 60413)
5914
5915 2002-10-08 [thorsten]   0.8.5claws3
5916
5917         * src/summaryview.c
5918                 exclude current msg from -hide read messages-
5919
5920 2002-10-08 [colin]      0.8.5claws2
5921
5922         * src/inc.[ch]
5923           src/pop.c
5924           src/recv.c
5925                 Differentiate socket errors from disk full
5926                 errors
5927
5928 2002-10-08 [christoph]  0.8.5claws1
5929
5930         * Makefile.am
5931         * configure.in
5932                 modifications for new config directory
5933
5934         * config.guess  ** REMOVED **
5935         * config.sub    ** REMOVED **
5936         * install-sh    ** REMOVED **
5937         * ltmain.sh     ** REMOVED **
5938         * missing       ** REMOVED **
5939         * mkinstalldirs ** REMOVED **
5940                 these files are autogenerated by automake
5941                 when you run autogen.sh
5942
5943         * config/.cvsignore     ** NEW FILE **
5944         * config/Makefile.am    ** NEW FILE **
5945                 ignore autogenerated files
5946                 create a Makefile in this directory
5947
5948 2002-10-08 [paul]       0.8.5claws
5949
5950         * 0.8.5claws release
5951         
5952         * src/compose.c
5953           src/procheader.c
5954           src/procmsg.c
5955                 fix quote reply format for newsgroups reply bug
5956                 (thanks to Hoa)
5957                 
5958         * po/en_GB.po
5959           po/pl.po
5960                 updated by me and Witold Wladyslaw Wojciech Wilk
5961                 repectively
5962
5963 2002-10-07 [paul]       0.8.3claws53
5964
5965         * po/it.po
5966           po/pt_BR.po
5967           po/sr.po
5968                 updated messages catalogs, submitted by
5969                 Alessandro Maestri, Fabio Jr.Beneditto 
5970                 and Urke MMI, respectively.
5971
5972 2002-10-07 [christoph]  0.8.3claws52
5973
5974         * src/folder.[ch]
5975         * src/folderview.c
5976         * src/mainwindow.c
5977                 fix new folder ghost message bug
5978                 (closes bug [ 619722 ] wrong count for newly created folders)
5979
5980 2002-10-07 [christoph]  0.8.3claws51
5981
5982         * src/compose.c
5983                 fix news posting problem
5984
5985 2002-10-07 [melvin]     0.8.3claws50
5986
5987         * po/fr.po
5988                 Updated French translation
5989
5990 2002-10-05 [christoph]  0.8.3claws49
5991
5992         * src/gtkstext.c
5993                 check if line_start_cache is set in gtk_stext_update_text
5994                 (closes bug [ 618119 ] crash while doing search in folder)
5995
5996 2002-10-05 [christoph]  0.8.3claws48
5997
5998         * src/imap.c
5999         * src/news.c
6000         * src/utils.c
6001         * src/utils.h
6002                 implement cache cleanups for claws' folder system
6003                 (closes bug [ 595916 ] imapcache not cleaned up)
6004
6005 2002-10-05 [melvin]     0.8.3claws47
6006
6007         * src/prefs_actions.c
6008                 Made the help text more clear for the %p token
6009
6010 2002-10-04 [paul]       0.8.3claws46
6011
6012         * sync with 0.8.5
6013                 see ChangeLog 2002-10-02 and 2002-10-03
6014
6015 2002-10-04 [christoph]  0.8.3claws45
6016
6017         * src/inc.c
6018                 fix segfault caused by pop before smtp
6019                 call to inc_account_mail with NULL
6020                 pointer for mainwin
6021
6022 2002-10-04 [paul]       0.8.3claws44
6023
6024         * configure.in
6025                 sync the LDAP detection from 0.8.5cvs1
6026
6027 2002-10-02 [christoph]  0.8.3claws43
6028
6029         * po/de.po
6030                 fix small spelling error
6031
6032 2002-10-02 [melvin]     0.8.3claws42
6033
6034         * ac/aspell.m4
6035                 Behave better and say "no" when test program cannot be run.
6036
6037 2002-10-02 [paul]       0.8.3claws41
6038
6039         * sync with 0.8.4cvs1
6040                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
6041                 
6042         * src/summaryview.c
6043                 toggle the behavior of Reply menuitem between
6044                 normal reply and reply-to-list
6045
6046 2002-10-01 [sergey]     0.8.3claws40
6047
6048         * src/compose.c
6049                 Convert newlines in the message text to the canonical form
6050                 before base64 encoding (RFC2045 compliance, fixes some
6051                 interoperability issues with Evolution 1.0.3)
6052
6053 2002-09-29 [colin]      0.8.3claws39
6054
6055         * src/summaryview.c
6056                 Fix an unwanted copy/paste
6057
6058 2002-09-29 [colin]      0.8.3claws38
6059
6060         * src/mainwindow.c
6061                 Renamed "Custom toolbar" to "Customize toolbar"
6062                 Renamed "Show all header" to "Show all headers"
6063                 Renamed "Set diplay item" to "Set displayed items"
6064         * src/prefs_common.c
6065                 Renamed "Show all header" to "Show all headers"
6066         * src/prefs_summary_column.c
6067                 Renamed "diplay item" to "displayed items"
6068
6069 2002-09-29 [colin]      0.8.3claws37
6070
6071         * src/mainwindow.[ch]
6072                 online/offline status pixmaps follow theme
6073                 changes
6074         * src/summaryview.[ch]
6075                 quicksearch pixmap follows theme changes
6076
6077 2002-09-29 [thorsten]   0.8.3claws36
6078
6079         * src/compose.c
6080           src/prefs_folder_item.[ch]
6081                 add default_reply_to folder option (closes patch 581044)
6082
6083 2002-09-29 [christoph]  0.8.3claws35
6084
6085         * acconfig.h    ** REMOVED **
6086         * configure.in
6087         * ac/aspell.m4
6088         * ac/check-type.m4
6089         * ac/gnupg-check-typedef.m4
6090                 fix autoheader 2.50 warning
6091
6092 2002-09-29 [christoph]  0.8.3claws34
6093
6094         * major code cleanup (part 2)
6095         
6096                 - unused variables removed
6097                 - unused functions removed
6098                 - uninitialized variables checked
6099                 - missing return statements added
6100                 - missing function return types added
6101                 - added parentheses around assignment
6102                   when suggested by gcc
6103
6104 2002-09-29 [alfons]     0.8.3claws33
6105
6106         * src/logwindow.c
6107                 log_window_clear(): only bracket gtk_text_forward_delete() 
6108                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6109                 works around GTK text bug)
6110
6111 2002-09-29 [paul]       0.8.3claws32
6112
6113         * po/bg.po
6114           po/sr.po
6115                 updated by George Danchev and Urke MMI
6116                 respectively
6117
6118 2002-09-27 [christoph]  0.8.3claws31
6119
6120         * doc-src/readme.txt
6121         * doc-src/rfc1806.txt   ** REMOVED **
6122         * doc-src/rfc2183.txt   ** NEW FILE **
6123         * doc-src/rfc2980.txt   ** NEW FILE **
6124                 update rfcs
6125
6126 2002-09-27 [melvin]     0.8.3claws30
6127
6128         * ac/aspell.m4
6129                 Fixed typo which could break linking
6130
6131 2002-09-27 [melvin]     0.8.3claws29
6132
6133         * ac/aspell.m4
6134                 Improved GNU/aspell checking. 
6135                 Fixed bug #614490
6136
6137 2002-09-27 [paul]       0.8.3claws28
6138
6139         * sync with 0.8.3cvs8
6140                 see ChangeLog 2002-09-27
6141
6142 2002-09-26 [colin]      0.8.3claws27
6143
6144         * src/toolbar.[ch]
6145           src/mainwindow.[ch]
6146                 Add "Reply to Mailing-list" to the toolbar
6147
6148 2002-09-26 [christoph]  0.8.3claws26
6149
6150         * src/summaryview.c
6151                 Fix wrong message counts in summaryview status
6152
6153 2002-09-26 [paul]       0.8.3claws25
6154
6155         * sync with 0.8.3cvs7
6156                 see ChangeLog 2002-09-26
6157
6158 2002-09-26 [paul]       0.8.3claws24
6159
6160         * sync with 0.8.3cvs6
6161                 see ChangeLog 2002-09-25
6162
6163 2002-09-25 [christoph]  0.8.3claws23
6164
6165         * src/prefs_common.c
6166         * src/prefs_folder_item.c
6167         * src/prefs_scoring.c
6168                 Renamed "kill score" to "hide score" in GUI
6169                 and prefs files
6170
6171 2002-09-25 [paul]       0.8.3claws22
6172
6173         * sync with 0.8.3cvs5
6174                 see ChangeLog 2002-09-24
6175
6176 2002-09-24 [alfons]     0.8.3claws21
6177
6178         patch by Satoshi Nagayasu: allows appending / saving multiple 
6179         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6180         'Save as ...'")
6181
6182         * AUTHORS
6183                 add Satoshi Nagayasu
6184         * src/summaryview.c
6185                 summary_save_as(): allow saving selected files to
6186                 one file
6187                 summary_set_menu_sensitive: enable "Save As..." when
6188                 multiple files are selected
6189         * src/utils.[ch]
6190                 append_file(): new function
6191
6192 2002-09-24 [colin]      0.8.3claws20
6193
6194         * src/procmime.c
6195                 Fix segfault when mimeinfo doesn't have a 
6196                 content_type. 
6197
6198 2002-09-24 [colin]      0.8.3claws19
6199
6200         * src/prefs_common.[ch]
6201                 Add a preference to display send dialog or not
6202         * src/send.c
6203                 Display send dialog according to preference
6204
6205 2002-09-24 [colin]      0.8.3claws18
6206
6207         * src/compose.[ch]
6208                 Disable user actions when sending
6209
6210 2002-09-24 [colin]      0.8.3claws17
6211
6212         * src/procmime.c
6213                 Do not display name or filename for attachments
6214                 with an application/pgp-signature type
6215                 (security flaw, see bug 537413)
6216
6217 2002-09-23 [colin]      0.8.3claws16
6218
6219         * src/editaddress.c
6220                 Initialize entry_email, entry_alias and 
6221                 entry_remarks to first email address of the list
6222
6223 2002-09-23 [colin]      0.83claws15
6224
6225         * src/compose.c
6226                 Drop pgp-signature when reediting a signed queued
6227                 message
6228
6229 2002-09-23 [melvin]     0.8.3claws14
6230
6231         * po/fr.po
6232                 Updated French translation
6233
6234 2002-09-23 [melvin]     0.8.3claws13
6235
6236         * src/mainwindow.c
6237                 Made custom toolbar menu labels more consistent
6238         * src/prefs_toolbar.c
6239                 Made custom toolbar window title more consistent
6240
6241 2002-09-22 [colin]      0.8.3claws12
6242
6243         * src/inc.c
6244                 Initialize session type to normal before getting 
6245                 mail (fixes strange Get behaviour)
6246         * src/prefs_account.h
6247                 Move STYPE_POP_BEFORE_SMTP to last position to 
6248                 avoid other side-effects
6249
6250 2002-09-22 [colin]      0.8.3claws11
6251
6252         * src/prefs_account.c
6253                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6254                 from pop3 to apop or vice-versa
6255
6256 2002-09-22 [colin]      0.8.3claws10
6257         
6258         * src/prefs_account.[ch]
6259                 Add an option for the POP before SMTP timeout
6260         * src/inc.c
6261                 Remember time of last POP connection
6262         * src/send.c
6263                 Do POP before SMTP only if timeout reached
6264
6265 2002-09-22 [oliver]     0.8.3claws9
6266         
6267         * README.claws
6268                 explain custom toolbar
6269
6270 2002-09-22 [oliver]     0.8.3claws8
6271
6272         * src/prefs_actions.[ch]
6273         custom toolbar for compose      
6274                 actions callback from compose toolbar
6275         * src/folderview.c
6276                 remove include toolbar.h
6277
6278 2002-09-22 [oliver]     0.8.3claws7
6279         
6280         * src/prefs_toolbar.[ch]
6281                 custom toolbar for compose
6282                 - generic prefs_toolbar handles both
6283                   Mainwin's toolbar as well as Compose toolbar          
6284
6285 2002-09-22 [oliver]     0.8.3claws6
6286         
6287         * src/toolbar.[ch]
6288                 custom toolbar for compose
6289                 restructure toolbar.[ch]
6290
6291 2002-09-22 [oliver]     0.8.3claws5
6292
6293         * src/compose.[ch]
6294                 custom toolbar for compose
6295
6296 2002-09-22 [oliver]     0.8.3claws4
6297         
6298         * src/mainwindow.[ch]
6299                 custom toolbar for compose 
6300                 move mainwin toolbar back to mainwindow
6301
6302 2002-09-22 [alfons]     0.8.3claws3
6303
6304         * src/procmsg.c
6305                 :%sno/if(/if (/gc
6306                 :%sno/for(/for (/gc
6307                 (beautify)
6308
6309 2002-09-22 [alfons]     0.8.3claws2
6310         
6311         * src/procmsg.c
6312                 procmsg_save_to_outbox(): don't unlink message file from queue;
6313                 callers should do it using folder_item_remove_msg()
6314
6315 2002-09-22 [colin]      0.8.3claws1
6316
6317         * src/mimeview.[ch]
6318                 Made mimeview_check_signature() public
6319         * src/textview.c
6320                 Made GPG signatures verifiable by clicking
6321                 the [application/pgp-signature] in the Text
6322                 view
6323
6324 2002-09-22 [paul]       0.8.3claws
6325
6326         * po/bg.po
6327           po/en_GB.po
6328           po/es.po
6329           po/it.po
6330           po/pl.po
6331           po/pt_BR.po
6332           po/sr.po
6333                 updated translations, submitted by George Danchev,
6334                 me, Ricardo Mones Lastra, Alessandro Maestri,
6335                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6336                 and Urke MMI, respectively.     
6337
6338 2002-09-22 [alfons]     0.8.2claws65
6339
6340         * src/procmsg.c
6341         * src/pgptext.c
6342                 no furry valgrinds have been used to plug these memleaks
6343
6344 2002-09-20 [paul]       0.8.2claws64
6345
6346         * sync with 0.8.3cvs4
6347                 'Select thread' re-implemented 
6348                 see ChangeLog 2002-09-20
6349
6350 2002-09-21 [alfons]     0.8.2claws63
6351
6352         * src/compose.c
6353                 compose_send(): plug unnoticed memleak
6354
6355 2002-09-20 [alfons]     0.8.2claws62
6356
6357         * src/addr_compl.c
6358                 replace_address_in_edit(): strict check for NULL address to
6359                 fix "[ 607348 ] Segfault in address completion". My guess is
6360                 that this happens with an empty address book, but it's good
6361                 to have this check here anyway
6362                 
6363                 completion_window_button_press(): free string returned 
6364                 from the internal cache
6365
6366 2002-09-20 [christoph]  0.8.2claws61
6367
6368         * src/procmime.h
6369                 added ENC_BINARY to EncodingType
6370         * src/procmime.c
6371                 the string returned by procmime_get_encoding_str
6372                 should not depend on the order of values in the
6373                 EncodingType definition
6374         * doc-src/rfc1806.txt   ** NEW FILE **
6375                 Added rfc1806 about MIME Content-Disposition
6376                 Extension
6377
6378 2002-09-19 [paul]       0.8.2claws60
6379
6380         * sync with 0.8.2cvs3
6381                 see ChangeLog 2002-09-19
6382
6383 2002-09-19 [paul]       0.8.2claws59
6384
6385         * src/prefs_folder_item.c
6386                 revert to Darko's original alignment of colour
6387                 selector button
6388                 add a colon to folder_color label
6389                 
6390         * src/compose.c
6391                 add Colin's patch (with Hiro's modifications) to 
6392                 force BASE64 encoding for 8-bit text when signing
6393                 (sync with 0.8.3cvs2)
6394
6395 2002-09-18 [alfons]     0.8.2claws58
6396
6397         * src/compose.c
6398                 :%sno/if(/if (/gc
6399                 :%sno/for(/for (/gc
6400                 (beautify a little bit)
6401
6402 2002-09-18 [christoph]  0.8.2claws57
6403
6404         * src/pine.c
6405                 fix handling of fgetc return value
6406
6407 2002-09-17 [alfons]     0.8.2claws56
6408         
6409         * src/summaryview.c
6410                 summary_sort(): check non-NULL summaryview->folder_item when no 
6411                 folder is selected at all
6412                 (closes "[ 610344 ] sort label make syl Crash")
6413
6414 2002-09-17 [alfons]     0.8.2claws55
6415         
6416         * src/compose.c
6417                 beautify a little bit
6418
6419 2002-09-17 [christoph]  0.8.2claws54
6420
6421         * src/folder.c
6422                 initialize max values for cache and folder
6423                 when cache or folder is empty
6424
6425 2002-09-15 [colin]      0.8.2claws53
6426
6427         * src/compose.c
6428                 Fix a leak (thanks Alfons!) and cleaned
6429                 variables names for custom headers
6430
6431 2002-09-15 [colin]      0.8.2claws52
6432
6433         * src/compose.c
6434                 Fix custom headers recognition when
6435                 prefs_common.trans_hdr is on
6436
6437 2002-09-15 [colin]      0.8.2claws51
6438
6439         * src/compose.c
6440                 Allow dynamically-added custom headers
6441                 Yet not reparsed if reedited
6442
6443 2002-09-15 [alfons]     0.8.2claws50
6444
6445         * src/prefs_account.c
6446                 fix warnings
6447
6448 2002-09-15 [colin]      0.8.2claws49
6449         
6450         * src/prefs_account.c
6451                 fix pop_before_smtp sensitivity
6452
6453 2002-09-15 [colin]      0.8.2claws48
6454
6455         * src/inc.[ch]
6456                 add inc_pop_before_smtp()
6457                 allow MainWindow to be undefined in 
6458                 inc_account_mail() and inc_start()
6459         * src/pop.c
6460           src/prefs_account.h
6461                 add STYPE_POP_BEFORE_SMTP session type
6462         * src/prefs_account.c
6463                 activated pop before smtp option
6464         * src/send.c
6465                 do pop before smtp if the relevant option 
6466                 is set
6467
6468 2002-09-15 [paul]       0.8.2claws47
6469
6470         * sync with 0.8.3
6471                 see ChangeLog 2002-09-15
6472
6473 2002-09-14 [paul]       0.8.2claws46
6474
6475         * po/bg.po
6476                 updated Bulgarian translation, submitted by
6477                 George Danchev
6478
6479 2002-09-13 [paul]       0.8.2claws45
6480
6481         * src/compose.c
6482                 merge claws' select_account() with main's
6483                 (new) compose_select_account(). [sync with
6484                 0.8.2cvs15, see ChangeLog 2002-09-11]
6485
6486 2002-09-12 [christoph]  0.8.2claws44
6487
6488         * src/filter.c
6489                 allocate 1 elements of FolderItem not 0
6490
6491 2002-09-12 [colin]      0.8.2claws43
6492
6493         * src/compose.c
6494                 Fix bug #590825 (obey Follow-up: poster)
6495
6496 2002-09-12 [colin]      0.8.2claws42
6497
6498         * src/procmime.c
6499                 Fix bug #557009 (wrong headers for messages 
6500                 forwarded as attachments)
6501
6502 2002-09-11 [colin]      0.8.2claws41
6503         
6504         * src/compose.c
6505                 Put SCF: pseudo-header on top of message
6506                 Set draft tmp_flag when saved as draft
6507
6508         * src/procmsg.c
6509           src/procheader.c
6510                 Skip after first \n\n for beginning of real message
6511                 for drafts too
6512
6513 2002-09-11 [christoph]  0.8.2claws40
6514
6515         * src/filtering.c
6516                 use procmsg flag functions in filtering or processing
6517                 will cause incorrect folder message counts
6518
6519 2002-09-11 [colin]      0.8.2claws39
6520
6521         * src/compose.c
6522                 Fix bug #550175 - wrong save folder when reediting
6523                 drafts
6524
6525 2002-09-11 [paul]       0.8.2claws38
6526
6527         * sync with 0.8.2cvs14
6528                 see ChangeLog 2002-09-11
6529
6530 2002-09-11 [colin]      0.8.2claws37
6531
6532         * src/folder.c
6533                 Fix a typo (seeming to cause new/unread status to
6534                 be lost)
6535
6536 2002-09-10 [christoph]  0.8.2claws36
6537
6538         * src/compose.c
6539                 compose_redirect should not use compose_generic_new
6540                 because that does more stuff than expected including
6541                 opening the external editor
6542                 (closes bug "[ 526608 ] bounced messages appear blank
6543                  in editor")
6544
6545 2002-09-10 [christoph]  0.8.2claws35
6546
6547         * src/folder.c
6548                 fix problem with too large message number range
6549                 causing a crash in folder_item_scan
6550
6551 2002-09-10 [paul]       0.8.2claws34
6552
6553         * sync with 0.8.2cvs13
6554                 see ChangeLog 2002-09-10
6555
6556 2002-09-10 [christoph]  0.8.2claws33
6557
6558         * src/msgcache.c
6559                 set MsgInfo TmpFlags for queue and draft folders
6560                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6561
6562 2002-09-10 [paul]       0.8.2claws32
6563
6564         * AUTHORS
6565           po/bg.po      ** NEW FILE **
6566                 new Bulgarian translation submitted by
6567                 George Danchev <danchev@spnet.net>
6568                 
6569         * tools/Makefile.am
6570           tools/README
6571           tools/tb2sylpheed     ** NEW FILE **
6572                 add script that converts an addressbook exported
6573                 from The Bat! into a Sylpheed addressbook. Submitted
6574                 by Urke MMI <urke-kg@eunet.yu>
6575
6576 2002-09-10 [paul]       0.8.2claws31
6577
6578         * sync with 0.8.2cvs12
6579                 see ChangeLog 2002-09-10
6580
6581 2002-09-06 [paul]       0.8.2claws30
6582
6583         * src/prefs_common.c
6584                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6585                 
6586         * tools/Makefile.am
6587           tools/README
6588           tools/ldif-to-xml.py  ** REMOVED **
6589                 remove obsolete python script
6590
6591 2002-09-06 [paul]       0.8.2claws29
6592
6593         * sync with 0.8.2cvs10
6594                 see ChangeLog 2002-09-06
6595
6596 2002-09-04 [paul]       0.8.2claws28
6597
6598         * sync with 0.8.2cvs9
6599                 see ChangeLog 2002-08-04
6600
6601 2002-09-04 [colin]      0.8.2claws27 
6602
6603         * src/prefs_common.[ch]
6604                 Added signature color configuration
6605         * src/textview.c
6606                 Use user-specified signature color
6607
6608 2002-09-03 [colin]      0.8.2claws26
6609
6610         * src/prefs_common.[ch]
6611                 Added autosave and autosave_length prefs
6612         * src/compose.c
6613                 Added compose_remove_draft()
6614                 Auto-save drafts according to the prefs
6615         * src/main.c
6616                 Added a crash-indicator file, allowing to check
6617                 for new messages on startup if Sylpheed crashed
6618                 (makes saved drafts "reappear")
6619
6620 2002-09-03 [colin]      0.8.2claws25
6621
6622         * src/textview.[ch]
6623                 Grey the signature
6624
6625 2002-09-03 [paul]       0.8.2claws24
6626
6627         * sync with 0.8.2cvs8
6628                 see ChangeLog 2002-09-02 and 2002-09-03
6629
6630 2002-09-03 [darko]      0.8.2claws23
6631
6632         * src/folderview.c
6633                 use normal style when creating new folder to pick
6634                 proper font size 
6635
6636 2002-09-02 [melvin]     0.8.2claws22
6637
6638         * src/gtkaspell.m4
6639                 removed some obsolete code
6640
6641 2002-09-02 [melvin]     0.8.2claws21
6642
6643         * ac/aspell.m4
6644                 fixed test's equality sign (== to =)
6645
6646 2002-09-02 [alfons]     0.8.2claws20
6647
6648         * src/folder.c
6649         * src/mh.c
6650                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6651                 as folder->destroy virtual as suggested by Hiro
6652                 (the mh.c code seems to have been lost around mh.c.1.21)
6653
6654 2002-09-02 [paul]       0.8.2claws19
6655
6656         * po/pt_BR.po
6657                 updated by Fabio Jr. Beneditto
6658                 
6659         * src/defs.h
6660                 use 'http://claws.sylpheed.org' for homepage link. 
6661                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6662
6663 2002-09-01 [alfons]     0.8.2claws18
6664
6665         * src/mh.c
6666                 plug memleak related to one Martin Kluge found
6667
6668 2002-08-31 [paul]       0.8.2claws17
6669
6670         * sync with 0.8.2cvs6
6671                 see ChangeLog 2002-08-30
6672
6673 2002-08-31 [alfons]     0.8.2claws16
6674
6675         * src/folder.c
6676                 folder_destroy(): remove mailbox from folderlist even if it has
6677                 no destroy virtual
6678
6679 2002-08-31 [alfons]     0.8.2claws15
6680
6681         * src/folder.c
6682                 :%sno/if(/if (/gc
6683                 :%sno/for(/for (/gc
6684                 (being pedantic I know)
6685
6686 2002-08-31 [alfons]     0.8.2claws14
6687
6688         * src/folder.c
6689                 check for NULL pointers returned from folder->fetch_msginfo virtual
6690                 (should solve some reported crashes)
6691
6692 2002-08-30 [alfons]     0.8.2claws13
6693
6694         * acconfig.h
6695         * configure.in
6696         * src/crash.c
6697                 enable crash dialog on compilation time
6698                 (--enable-crash-dialog configure option)
6699
6700 2002-08-30 [alfons]     0.8.2claws12
6701
6702         * AUTHORS
6703                 add Martin Kluge
6704         * src/mh.c
6705                 apply memory leak plug patch by Martin Kluge
6706                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6707                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6708                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6709
6710 2002-08-30 [darko]      0.8.2claws11
6711
6712         * src/folderview.c
6713                 copy Gtk style from normal style to match
6714                 font size for coloured folders
6715
6716 2002-08-29 [alfons]     0.8.2claws10
6717
6718         * sylpheed.desktop
6719                 Type=Internet <- Type=Application
6720                 (reported by Michael Schwendt, see:
6721                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6722                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6723
6724 2002-08-29 [paul]       0.8.2claws9
6725
6726         * sync with 0.8.2cvs5
6727                 see ChangeLog 2002-08-29
6728
6729 2002-08-29 [colin]      0.8.2claws8
6730
6731         * src/summaryview.c
6732                 Added a sanity check in summary_select_thread
6733                 Should fix bug 601605
6734
6735 2002-08-29 [colin]      0.8.2claws7
6736
6737         * src/main.c
6738                 Revert claws6 changes regarding bug #591676
6739
6740 2002-08-28 [colin]      0.8.2claws6
6741         
6742         * src/main.c
6743                 Ignore cache for queue folderitems
6744                 Fix bug #591676
6745
6746 2002-08-28 [melvin]     0.8.2claws5
6747
6748         * README.claws
6749                 Fixed typos.
6750
6751 2002-08-28 [melvin]     0.8.2claws4
6752
6753         * README.claws
6754                 Updated a bit the text concerning the spell checker
6755
6756 2002-08-28 [melvin]     0.8.2claws3
6757
6758         Merged the GNU_aspell_branch:
6759                 Support of new GNU/aspell is now included and the old pspell
6760                 is not supported anymore.
6761                 See README.claws
6762
6763         * README.claws
6764                 Updated spell checker text to reflect the switch to GNU/aspell
6765
6766         * ac/aspell.m4          *** NEW ***
6767         * src/gtkaspell.[ch]    *** NEW *** 
6768         * ac/pspell.m4          *** DELETED *** 
6769         * src/gtkspell.[ch]     *** DELETED ***
6770
6771         * ac/Makefile.am
6772                 Updated for GNU/aspell support
6773
6774         * po/POTFILES.in
6775                 Replaced gtkspell.c by gtkaspell.c
6776
6777         * acconfig.h
6778         * src/Makefile.am
6779         * src/about.c
6780         * src/compose.[ch]
6781         * src/crash.c
6782         * src/main.c
6783         * src/prefs_common.[ch]
6784                 Updated for GNU/aspell support
6785
6786 2002-08-28 [paul]       0.8.2claws2
6787
6788         * sync with 0.8.2cvs4
6789                 see ChangeLog 2002-08-27 and 2002-08-28
6790
6791 2002-08-28 [colin]      0.8.2claws1
6792
6793         * src/summary_search.c
6794                 Added "AND search"
6795
6796 2002-08-28 [jens]       0.8.2claws
6797
6798         *po/de.po
6799                 Updated German translations
6800
6801 2002-08-27 [melvin]     0.8.2claws
6802
6803         * po/fr.po
6804                 Updated French translations
6805
6806 2002-08-27 [paul]       0.8.2claws
6807
6808         * sync with 0.8.2 main release
6809
6810         * po/en_GB.po
6811           po/es.po
6812           po/it.po
6813           po/pl.po
6814           po/pt_BR.po
6815           po/sr.po
6816                 updated message catalogs submitted by
6817                 Ricardo Mones Lastra, Alessandro Maestri,
6818                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6819                 Beneditto and Urke MMI  
6820
6821 2002-08-27 [hoa]        0.8.1claws123
6822
6823         * src/mainwindow.[ch]
6824         * src/summaryview.[ch]
6825                 removed the "filter setting" menu option.
6826                 add a "cancel a news message" menu option.
6827
6828 2002-08-26 [martin]     0.8.1claws122
6829
6830         * ChangeLog.claws
6831                 changed string under 0.8.1claws79 changed by myself
6832                 i'm sorry alfons :(
6833
6834 2002-08-26 [martin]     0.8.1claws121
6835
6836         * src/crash.c
6837                 added kill command to debuggerrc to start crash dialog
6838
6839 2002-08-26 [paul]       0.8.1claws120
6840
6841         * sync with 0.8.1cvs31
6842                 see ChangeLog 2002-08-26
6843
6844 2002-08-25 [alfons]     0.8.1claws119
6845
6846         * src/procmsg.c
6847                 fix bug that didn't send out correct headers to news server
6848                 when sending news article and email from queue (bug reported
6849                 and patch provided by Tim Mann; closes bug 
6850                 "[ 583196 ] 0.7.8claws can't post news")
6851
6852 2002-08-25 [alfons]     0.8.1claws118
6853
6854         * src/selective_download.c
6855                 mark two strings as translatable
6856                 (thanks to Urke MMI for pointing this out)
6857
6858 2002-08-25 [alfons]     0.8.1claws117
6859
6860         * src/summaryview.c
6861                 treat sent boxes as special and allow sorting them by addressee
6862                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6863                 submitted by Steve Lamb)
6864
6865 2002-08-24 [alfons]     0.8.1claws116
6866
6867         * src/matcher.c
6868                 fix memleak reported by Martin Kluge
6869                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6870
6871 2002-08-24 [oliver]     0.8.1claws115
6872
6873         * src/prefs_toolbar.c
6874                 o code cleanup as suggested by Alfons
6875                 o memleak fix
6876
6877 2002-08-24 [alfons]     0.8.1claws114
6878
6879         * src/summaryview.c
6880                 o fix another memory leak reported by Martin Kluge
6881                   (see "[ 599568 ] Small Memory Leak")
6882                 o remove 'from' variable from 'summary_set_header()'; we can
6883                   do with just 'to' 
6884
6885 2002-08-24 [paul]       0.8.1claws113
6886
6887         * sync with 0.8.1cvs30
6888                 see ChangeLog 2002-08-23
6889
6890 2002-08-24 [alfons]     0.8.1claws112
6891
6892         * src/summaryview.c
6893                 remove unnecessary allocations for search bar fixing leaks
6894                 reported by Martin Kluge
6895                 (see "[ 599451 ] Further memory leaks?")
6896
6897 2002-08-24 [alfons]     0.8.1claws111
6898
6899         * src/main.c
6900                 make get_socket_name() public for crash.c
6901         * src/crash.c
6902                 o make report bug button work (goes to claws' 
6903                   bug tracker at sf.net)
6904                 o introduce function for doing important stuff just
6905                   before claws goes down
6906                 o clean up code 
6907
6908 2002-08-24 [alfons]     0.8.1claws110
6909
6910         * src/compose.c
6911                 move cursor to "To" entry when forwarding as attachment
6912                 (reported and solved by Steve Lamb, closes bug report
6913                 "[ 592880 ] Forward as attachment; cursor not in to")
6914
6915 2002-08-24 [colin]      0.8.1claws109
6916
6917         * src/mainwindow.c
6918                 fix quick search visibility after GUI (de)separations.
6919
6920 2002-08-23 [colin]      0.8.1claws108
6921
6922         * src/mainwindow.c
6923                 fix header pane visibility after folderview or
6924                 messageview (de)separation
6925
6926 2002-08-23 [paul]       0.8.1claws107
6927
6928         * src/mainwindow.[ch]
6929           src/toolbar.c
6930                 give full control of display or non-display 
6931                 of the Execute icon to Custom toolbar settings.
6932                 add new sensitivity condition to maninwindow.h: 
6933                 M_DELAY_EXEC
6934
6935         * ChangeLog
6936           ChangeLog.jp
6937           NEWS
6938                 more sync with 0.8.1cvs29
6939
6940 2002-08-23 [melvin]     0.8.1claws106
6941
6942         * src/alertpanel.c
6943                 Readded support for custom widget in alertpanel lost in last
6944                 sync.
6945
6946 2002-08-23 [paul]       0.8.1claws105
6947
6948         * sync with 0.8.1cvs29
6949                 see ChangeLog 2002-08-23
6950
6951 2002-08-23 [colin]      0.8.1claws104
6952
6953         * src/summaryview.c
6954                 Fix folder and search pixmaps exchanging positions
6955                 after theme or toolbar changes. Thank to Oliver for 
6956                 reporting this.
6957
6958 2002-08-23 [colin]      0.8.1claws103
6959
6960         * src/mainwindow.c
6961           src/messageview.[ch]
6962           src/noticeview.[ch]
6963           src/summaryview.c
6964                 Changed messageview_create() and noticeview_create()
6965                 to avoid the last gdk_warning
6966
6967 2002-08-22 [colin]      0.8.1claws102
6968
6969         * src/summaryview.c
6970                 Fix my new `Creating pixmap from xpm' warning
6971
6972 2002-08-22 [colin]      0.8.1claws101
6973
6974         * src/mainwindow.c
6975                 Fix some of the gdk warnings
6976
6977 2002-08-22 [colin]      0.8.1claws100
6978
6979         * src/Makefile.am
6980         * src/stock_pixmap.c
6981         * src/stock_pixmap.h
6982         * src/pixmaps/quicksearch.xpm *ADDED*
6983                 Add the quicksearch pixmap
6984         * src/mainwindow.c
6985         * src/summaryview.c
6986         * src/summaryview.h
6987                 Make quicksearch bar visible/hidden via a button
6988
6989 2002-08-22 [christoph]  0.8.1claws99
6990
6991         * src/folder.c
6992                 fix folder update for newsgroups with message
6993                 numbers below minimum number of articles to fetch
6994                 (closes bug #598445)
6995
6996 2002-08-22 [paul]       0.8.1claws98
6997
6998         * sync with 0.8.1cvs28
6999                 see ChangeLog 2002-08-22
7000
7001 2002-08-21 [alfons]     0.8.1claws97
7002
7003         * src/crash.c
7004                 use bt instead of bt full which seems to work 
7005                 better, and bt full doesn't give a great deal 
7006                 of information anyway
7007
7008 2002-08-21 [colin]      0.8.1claws96
7009
7010         * src/summaryview.c
7011                 fix summaryview_searchtype_changed prototype
7012
7013 2002-08-21 [christoph]  0.8.1claws95
7014
7015         * src/mainwindow.c
7016                 o fix broken menu update for sorting type, we have to
7017                   get this info from the summaryview now
7018                 o removed setting of threaded state in menu callback
7019         * src/summaryview.[ch]
7020                 more summaryview/folderitem seperation for
7021                 threading option
7022         * configure.in
7023                 removed not required --with-compiler-flags option
7024
7025 2002-08-21 [oliver]     0.8.1claws94
7026         
7027         * src/toolbar.h 
7028                 o rename toolbar.xml to toolbar_main.xml
7029                   since toolbar_compose.xml might come up 
7030                   any time soon
7031         * README.claws
7032                 add custom toolbar              
7033
7034 2002-08-21 [darko]      0.8.1claws93
7035
7036         * src/procmsg.c
7037                 don't reset tmp flags for messages copied
7038                 to sent folder
7039
7040 2002-08-21 [colin]      0.8.1claws92
7041         
7042         * src/prefs_filtering.c
7043                 fix renaming rules on folder rename 
7044                 when folder is not a leaf folder
7045
7046 2002-08-21 [paul]       0.8.1claws91
7047
7048         * src/prefs_folder_item.c
7049                 fix alignment of colour selector
7050
7051 2002-08-21 [paul]       0.8.1claws90
7052
7053         * sync with 0.8.1cvs27
7054                 see ChangeLog 2002-08-21
7055
7056 2002-08-21 [paul]       0.8.1claws89
7057
7058         * src/summaryview.c
7059                 fix crash when changing field type in
7060                 Quick search bar
7061
7062 2002-08-21 [colin]      0.8.1claws88
7063
7064         * src/summaryview.c
7065                 Made quick search case-insensitive
7066
7067 2002-08-21 [paul]       0.8.1claws87
7068
7069         * sync with 0.8.1cvs26
7070                 see ChangeLog 2002-08-21
7071
7072 2002-08-20 [christoph]  0.8.1claws86
7073
7074         * src/folderview.c
7075         * src/main.c
7076         * src/summaryview.[ch]
7077                 more summaryview/folderitem seperation for
7078                 sort_key and sort_type
7079         * src/procmsg.c
7080                 added missing return statement
7081
7082 2002-08-20 [colin]      0.8.1claws85
7083
7084         * src/summaryview.[ch]
7085                 Added a quick search box
7086         * src/mainwindow.c
7087         * src/prefs_common.[ch]
7088                 Added a show/hide option for the quick search
7089
7090 2002-08-20 [oliver]     0.8.1claws84
7091         
7092         * src/mainwindow.c
7093                 remove toolbar_create_popups
7094         * src/toolbar.[ch]
7095                 o remove toolbar_create_popups
7096                 o fix toolbar_set_sensitive 
7097                   (Bug reports #596834 and #596832)     
7098         * src/prefs_toolbar.c
7099                 o add "Set default" button
7100                 o align label and text + combo widgets
7101
7102 2002-08-20 [hoa]        0.8.1claws83bis
7103
7104         * src/imap.c
7105                 fixed a bug in imap_fetch_msginfo() in case there is no
7106                 current folder.
7107
7108 2002-08-20 [darko]      0.8.1claws83
7109
7110         * src/folderview.c
7111                 copy the color style of folder view so it
7112                 works with GTK themes
7113
7114 2002-08-20 [darko]      0.8.1claws82
7115
7116         * src/folder.h
7117         * src/folderview.c
7118         * src/prefs_folder_item.[hc]
7119                 don't use UI stuff in folder.h
7120
7121 2002-08-20 [darko]      0.8.1claws81
7122
7123         * src/folder.h
7124         * src/prefs_folder_item.h
7125         * src/folderview.c
7126         * src/prefs_folder_item.c
7127                 ability to set folder color in folderview
7128
7129 2002-08-19 [alfons]     0.8.1claws80
7130
7131         * src/summaryview.c
7132                 fix one of the earlier memleaks reported by Martin Kluge
7133
7134 2002-08-19 [alfons]     0.8.1claws79
7135
7136         * src/mainwindow.c
7137                 hide notice view when selecting seperate folder
7138                 view (reported by Urke MMI)
7139
7140 2002-08-19 [christoph]  0.8.1claws78
7141
7142         * src/folderview.c
7143         * src/prefs_folder_item.h
7144         * src/summaryview.[ch]
7145                 o add summary_set_prefs_from_folderitem to set
7146                   summaryview prefs (first step to remove all
7147                   references to the folderitem in summaryview)
7148                 o moved compiled regex stuff from folderitem prefs
7149                   to summaryview code
7150
7151 2002-08-19 [paul]       0.8.1claws77
7152
7153         * src/compose.c
7154                 add check for '.' to QUOTE_IF_REQUIRED
7155
7156 2002-08-19 [paul]       0.8.1claws76
7157
7158         * src/inc.c
7159                 sync with 0.8.1cvs25 (plug memory leak)
7160
7161         * src/prefs_toolbar.c
7162                 re-order prefs_toolbar_cancel()
7163
7164 2002-08-18 [alfons]     0.8.1claws75
7165
7166         * src/inc.c
7167         * src/matcher.c
7168                 plug other memleaks reported by Martin Kluge
7169
7170 2002-08-18 [paul]       0.8.1claws74
7171
7172         * po/pt_BR.po
7173                 updated by Fabio Jr. Beneditto
7174
7175 2002-08-18 [paul]       0.8.1claws73
7176
7177         * src/toolbar.[ch]
7178                 fix bug where tooltips were displayed untranslated              
7179
7180         * src/prefs_toolbar.c
7181                 fix bug where clicking 'Cancel' creates an icon & text
7182                 toolbar regardless of prefs
7183         
7184
7185 2002-08-17 [oliver]     0.8.1claws72
7186
7187         * src/prefs_toolbar.c
7188                 update toolbar on CANCEL
7189                 bug reported by Martin Kluge
7190         * src/toolbar.c
7191                 toolbar_destroy memleak fixed           
7192
7193 2002-08-17 [alfons]     0.8.1claws71
7194
7195         * src/toolbar.c
7196                 plug another memleak reported by Martin Kluge
7197
7198 2002-08-16 [alfons]     0.8.1claws70
7199
7200         * src/crash.c
7201                 use execvp() correctly (suggested by wwp; thanks!)
7202
7203 2002-08-16 [alfons]     0.8.1claws69
7204
7205         * src/gtksctree.c
7206                 plug memory leak reported by Kim Schultz & Martin Kluge
7207
7208 2002-08-16 [paul]       0.8.1claws68
7209
7210         * po/es.po
7211                 updated by Ricardo Mones Lastra
7212
7213 2002-08-16 [paul]       0.8.1claws67
7214
7215         * src/toolbar.h
7216                 fix bug where 'Compose News' icon showed wrong
7217                 tooltip
7218
7219 2002-08-16 [paul]       0.8.1claws66
7220
7221         * sync with 0.8.1cvs24
7222                 see ChangeLog 2002-08-16
7223
7224         * po/it.po
7225                 updated by Alessandro Maestri
7226
7227 2002-08-15 [paul]       0.8.1claws65
7228
7229         * po/sr.po
7230                 updated by Urke MMI
7231
7232 2002-08-15 [paul]       0.8.1claws64
7233
7234         * src/*.c
7235                 don't translate debug info
7236
7237         * src/matcher.[ch]
7238                 add copyright info
7239
7240 2002-08-15 [paul]       0.8.1claws63
7241
7242         * src/prefs_toolbar.c
7243                 fix bug where clicking 'OK' creates an icon & text
7244                 toolbar regardless of prefs
7245
7246 2002-08-14 [alfons]     0.8.1claws62
7247
7248         * src/main.c
7249                 add global var that has the full argv[0]
7250         * src/crash.c
7251                 o execvp the correct sylpheed by using argv0
7252                   and setting the correct work dir
7253                 o other tweaks  
7254
7255 2002-08-14 [oliver]     0.8.1claws61
7256         
7257         * enable/disable Toolbar Action Buttons 
7258         * code cleanups
7259         * src/mainwindow.c
7260         * src/toolbar.[ch]      
7261         * src/prefs_toolbar.c   
7262
7263 2002-08-14 [melvin]     0.8.1claws60
7264
7265         * po/fr.po
7266                 Updated French translations
7267
7268 2002-08-14 [melvin]     0.8.1claws59
7269
7270         * src/crash.c
7271                 Made bug report not translatable
7272         * src/exporthtml.c
7273                 Fixed exporthtml_build_filespec() return value
7274         * src/foldersel.c
7275                 Fixed incorrect include file
7276         * src/gtkspell.c
7277         * src/prefs_actions.c
7278         * src/prefs_toolbar.c
7279                 Made debug info not translatable
7280         * src/mutt.c
7281         * src/quote_fmt.c
7282                 Added missing includes
7283         * src/prefs_common.c
7284                 Fixed typo
7285
7286 2002-08-14 [paul]       0.8.1claws58
7287
7288         * faq/es/sylpheed-faq.html
7289           faq/es/sylpheed-faq-[1-3].html
7290           faq/es/sylpheed-faq-4.html     **NEW FILE **
7291                 update Spanish FAQ
7292
7293 2002-08-13 [christoph]  0.8.1claws57
7294
7295         * src/procmsg.c
7296                 ignore thread fix that did not mark all
7297                 child nodes of a ignored thread as
7298                 ignored. Does not work perfectly yet,
7299                 but it is better now
7300
7301 2002-08-13 [alfons]     0.8.1claws56
7302
7303         * src/crash.c
7304                 o implement 'save crash log'
7305                 o some tweaks
7306
7307 2002-08-13 [melvin]     0.8.1claws55
7308
7309         * src/main.c
7310                 removed unrequired "execinfo.h" header
7311
7312 2002-08-12 [paul]       0.8.1claws54
7313
7314         * faq/en/sylpheed-faq.html
7315           faq/en/sylpheed-faq-[1-3].html
7316           faq/en/sylpheed-faq-4.html     **NEW FILE **
7317                 update English FAQ
7318
7319 2002-08-12 [alfons]     0.8.1claws53
7320
7321         * po/POTFILES.in
7322                 add crash.c to translatables
7323         * src/crash.c
7324                 bring in Leandro's crash dialog
7325
7326 2002-08-11 [alfons]     0.8.1claws52
7327
7328         * src/crash.c
7329                 clean up some warnings
7330
7331 2002-08-11 [alfons]     0.8.1claws51
7332
7333         * acconfig.h
7334         * configure.in
7335         * src/crash.[ch]        ** NEW FILES **
7336         * src/main.c            
7337                 initial gdb crash handler
7338
7339 2002-08-11 [paul]       0.8.1claws50
7340
7341         * src/prefs_toolbar.c
7342                 replace Up/Down arrow pixmaps with text to be
7343                 consistent across icon themes
7344
7345 2002-08-11 [paul]       0.8.1claws49
7346
7347         * src/prefs_common.c
7348           src/prefs_toolbar.c
7349                 rename 'Pixmap' -> 'Icon'
7350
7351         * src/toolbar.[ch]
7352                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7353
7354 2002-08-10 [paul]       0.8.1claws48
7355
7356         * src/prefs_toolbar.c
7357                 re-work the UI
7358
7359 2002-08-10 [paul]       0.8.1claws47
7360
7361         * src/main.c
7362                 don't write Processing progress to status bar
7363                 patch submitted by Alexander Evseev
7364
7365         * src/prefs_toolbar.c
7366                 re-position and resize window
7367                 make window assume correct size on first call
7368
7369 2002-08-10 [paul]       0.8.1claws46
7370
7371         * src/mainwindow.c
7372           src/prefs_toolbar.c
7373           src/toolbar.c
7374           src/toolbar.h
7375                 obey coding style
7376                 follow UI text conventions
7377
7378 2002-08-10 [alfons]     0.8.1claws45
7379
7380         * src/toolbar.c
7381                 correct pixmap for delete action
7382
7383 2002-08-10 [paul]       0.8.1claws44
7384
7385         * po/pt_BR.po
7386                 updated by Fabio Jr. Beneditto
7387
7388 2002-08-10 [paul]       0.8.1claws43
7389
7390         * po/POTFILES.in
7391                 add custom toolbar files
7392
7393 2002-08-10 [paul]       0.8.1claws42
7394
7395         * sync with 0.8.1cvs22
7396                 see ChangeLog 2002-08-09
7397
7398 2002-08-09 [paul]       0.8.1claws41
7399
7400         * tools/Makefile.am
7401           tools/README
7402           tools/outlook2sylpheed.pl     ** NEW FILE **
7403                 add script to convert exported Outlook
7404                 contacts list to a Sylpheed addressbook.
7405                 Submitted by Ricardo Mones Lastra.
7406
7407 2002-08-09 [paul]       0.8.1claws40
7408
7409         * AUTHORS
7410           configure.in
7411           po/sr.po      ** NEW FILE **
7412                 add Serbian message catalog. Submitted by
7413                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7414
7415 2002-08-09 [paul]       0.8.1claws39
7416
7417         * sync with 0.8.1cvs21
7418                 see ChangeLog 2002-08-08
7419
7420 2002-08-08 [oliver]     0.8.1claws38
7421
7422         * src/mainwindow.c
7423                 move Custom Toolbar to Configuration menu
7424
7425 2002-08-08 [oliver]     0.8.1claws37
7426
7427         * src/prefs_toolbar.c
7428                 fix substitute pixmap bug
7429
7430 2002-08-08 [paul]       0.8.1claws36
7431
7432         * sync with 0.8.1cvs19
7433                 see ChangeLog 2002-08-08
7434
7435 2002-08-07 [christoph]  0.8.1claws35
7436
7437         * src/utils.c
7438                 fixed a memory leak in new canonicalize_file_replace
7439
7440 2002-08-07 [christoph]  0.8.1claws34
7441
7442         * src/utils.[ch]
7443                 o canonicalize_file_replace should create the temporary
7444                   file in the same directory as the original file.
7445                 o added get_tmpfile_in_dir that creates a temorary file
7446                   in a specified directory.
7447
7448 2002-08-07 [melvin]     0.8.1claws33
7449
7450         * src/toolbar.c
7451                 fixed bug where 'Article' button acted as 'Email' button.
7452
7453 2002-08-07 [paul]       0.8.1claws32
7454
7455         * sync with 0.8.1.cvs17
7456                 see ChangeLog 2002-08-07
7457
7458 2002-08-07 [colin]      0.8.1claws31
7459         
7460         * src/news.c
7461                 fix mass-cancel problem
7462
7463 2002-08-07 [thorsten]   0.8.1claws30
7464
7465         * src/prefs_toolbar.c
7466                 fix: crash on replace or add new button
7467         * src/toolbar.c
7468                 fix: close xmlfile after reading
7469         * src/utils.c
7470                 fix: unlink() file before rename()
7471
7472 2002-08-06 [paul]       0.8.1claws29
7473
7474         * sync with 0.8.cvs15
7475                 see ChangeLog 2002-08-06
7476
7477 2002-08-06 [oliver]     0.8.1claws28
7478
7479         * src/toolbar.c
7480         * src/prefs_toolbar.c
7481                 fixed empty toolbar issue
7482
7483 2002-08-06 [oliver]     0.8.1claws27
7484
7485         * Custom Toolbar Final 
7486         * src/folderview.c
7487         * src/inc.c
7488         * src/summaryview.c
7489                 o toolbar stuff now lives in src/toolbar.[ch]
7490                 o main_window_toolbar_* functions are renamed to
7491                   toolbar_* reflecting their new source file
7492         * src/mainwindow.[ch]
7493                 o remove toolbar stuff  
7494
7495 2002-08-06 [oliver]     0.8.1claws26
7496         
7497         * src/Makefile.am
7498         * src/prefs_toolbar.[ch]        **New File**
7499         * src/toolbar.[ch]              **New File**
7500                 o prefs_toolbar.[ch] custom toolbar frontend
7501                 o toolbar.[ch]       backend 
7502
7503 2002-08-06 [oliver]     0.8.1claws25
7504
7505         * src/prefs_actions.[ch]
7506                 o new exported function actions_execute
7507
7508 2002-08-06 [paul]       0.8.1claws24
7509
7510         * sync with 0.8.1cvs4
7511                 see ChangeLog 2002-08-06
7512
7513 2002-08-06 [paul]       0.8.1claws23
7514
7515         * sync with 0.8.1cvs13
7516                 see ChangeLog 2002-08-06
7517
7518 2002-08-06 [paul]       0.8.1claws22
7519
7520         * sync with 0.8.1cvs12
7521                 see ChangeLog 2002-08-05 and 2002-08-06
7522
7523 2002-08-06 [match]      0.8.1claws21
7524
7525         * src/addrclip.c
7526                 improvements to cut/copy/paste address
7527
7528 2002-08-05 [match]      0.8.1claws20
7529
7530         * src/addritem.[ch]
7531         * src/addrcache.c
7532         * src/addrbook.c
7533         * src/editaddress.c
7534         * src/addressbook.c
7535                 fixes to improve cut/copy/paste
7536
7537 2002-08-06 [melvin]     0.8.1claws19
7538
7539         * src/account.[ch]
7540                 account_find_all_from_address(): new function that returns the
7541                 list of all accounts that are matched in an address.
7542         * src/alertpanel.[ch]
7543                 alertpanel() now accepts a custom widget
7544                 alertpanel_with_widget(): new function that pops up a panel with
7545                 a custom widget in it 
7546         * src/gtkutils.[ch]
7547                 gtkut_account_menu_new(): new function that allows the selection
7548                 of an account from a list of accounts.
7549         * src/messageview.c
7550                 Extended Return Receipt notification to select the correct 
7551                 account and to make a security test on the Delivery-Notification
7552                 address which should be the same as the Return-Path.
7553
7554 2002-08-06 [thorsten]   0.8.1claws18
7555
7556         * src/mimeview.c
7557                 attach_all: save unnamed as "noname.%d",
7558                 dont free static dirname
7559
7560 2002-08-05 [alfons]     0.8.1claws17
7561
7562         * configure.in
7563                 detect XIM by trying to link rather than compile a XIM program
7564
7565 2002-08-05 [oliver]     0.8.1claws16
7566                 
7567         * src/stock_pixmap.[ch]
7568                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7569                 o new func to retrieve pixmaps
7570
7571 2002-08-05 [paul]       0.8.1claws15
7572
7573         * sync with 0.8.1cvs10
7574                 see ChangeLog 2002-08-05
7575
7576 2002-08-04 [alfons]     0.8.1claws14
7577
7578         * src/textview.c
7579                 see if this plugs memleak
7580
7581 2002-08-04 [melvin]     0.8.1claws13
7582
7583         * src/gtkspell.c
7584                 fixed bug that could crash Sylpheed when highlighting
7585                 all misspelled words.
7586
7587 2002-08-03 [melvin]     0.8.1claws12
7588
7589         * src/prefs_actions.c
7590                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7591         * src/messageview.c
7592                 fixed bug where the Return Receipt was sent to
7593                 Delivery-Notification-To address even if it was not present
7594
7595 2002-08-02 [alfons]     0.8.1claws11
7596
7597         * src/prefs_actions.c
7598                 o more check for NULLs
7599                 o put create_io_dialog() in right conditional block
7600
7601 2002-08-02 [paul]       0.8.1claws10
7602
7603         * po/es.po
7604                 updated by Ricardo Mones Lastra
7605
7606 2002-08-01 [christoph]  0.8.1claws9
7607
7608         * src/folder.c
7609                 don't free the cache of the opened
7610                 folder in the summaryview
7611         * src/summaryview.c
7612                 don't unset flags, if it is not required
7613
7614 2002-08-01 [paul]       0.8.1claws8
7615
7616         * sync with 0.8.1cvs8
7617                 see ChangeLog entry 2002-08-01
7618
7619 2002-08-01 [paul]       0.8.1claws7
7620
7621         * sync with 0.8.1cvs7
7622                 see ChangeLog 2002-07-31 and 2002-08-01
7623
7624 2002-07-31 [christoph]  0.8.1claws6
7625
7626         * src/mainwindow.c
7627                 forgot to update menu sensitivity
7628                 function for new menu entry
7629
7630 2002-07-31 [alfons]     0.8.1claws5
7631
7632         * src/main.c
7633                 check folder item and its path for NULL on
7634                 initial processing
7635
7636 2002-07-31 [christoph]  0.8.1claws4
7637
7638         * src/folder.c
7639                 check if folder_item_get_msginfo in
7640                 folder_item_remove_msg returned NULL
7641         * src/imap.c
7642                 better clear the uid cache in the
7643                 uid validity check function and delete
7644                 cached messages
7645
7646 2002-07-31 [paul]       0.8.1claws3
7647
7648         * man/sylpheed.1
7649                 add the '--attach' option and a few other
7650                 minor changes
7651
7652 2002-07-31 [paul]       0.8.1claws2
7653
7654         * sync with 0.8.1cvs5
7655                 see ChangeLog 2002-07-31
7656
7657 2002-07-31 [christoph]  0.8.1claws1
7658
7659         * src/folderview.[ch]
7660         * src/mainwindow.c
7661                 replace "Rescan all folders..." with
7662                 "Check all folders for new messages..."
7663
7664 2002-07-30 [paul]       0.8.1claws
7665
7666         * version 0.8.1claws released
7667
7668 2002-07-30 [paul]       0.8.0claws29
7669
7670         * tools/OOo2sylpheed.pl ** NEW FILE **
7671           tools/README
7672                 add script to enable sending documents as
7673                 attachments from OpenOffice.org
7674
7675 2002-07-30 [melvin]     0.8.0claws28
7676
7677         * src/prefs_actions.c
7678                 Made the actions' input/output dialog display
7679                 without delay.
7680
7681 2002-07-30 [christoph]  0.8.0claws27
7682
7683         * src/procmsg.c
7684                 check if folder_item_get_msginfo in
7685                 procmsg_save_to_outbox returned NULL
7686
7687 2002-07-30 [paul]       0.8.0claws26
7688
7689         * sync with 0.8.1cvs4
7690                 see ChangeLog 2002-07-29
7691
7692 2002-07-29 [thorsten]   0.8.0claws25
7693
7694         * README.claws
7695                 added selective download, delete on server
7696
7697 2002-07-29 [paul]       0.8.0claws24
7698
7699         * sync with 0.8.1cvs3
7700                 see ChangeLog 2002-07-29
7701
7702 2002-07-27 [christoph]  0.8.0claws23
7703
7704         * src/folder.c
7705                 add extra check if fetching the msginfo
7706                 returned NULL
7707
7708 2002-07-27 [paul]       0.8.0claws22
7709
7710         * sync with 0.8.1cvs2
7711                 see ChangeLog 2002-07-26
7712
7713 2002-07-27 [christoph]  0.8.0claws21
7714
7715         * src/imap.c
7716                 add another check if a valid msginfo
7717                 was returned
7718
7719 2002-07-26 [hoa]        0.8.0claws20
7720
7721         * src/folder.c
7722                 Fixed a condition in folder_item_destroy()
7723
7724         * src/imap.c
7725                 Fixed an error in IMAP protocol
7726
7727 2002-07-26 [alfons]     0.8.0claws19
7728
7729         * src/folder.c
7730                 ofcourse compare with identifier, not the path
7731
7732 2002-07-26 [alfons]     0.8.0claws18
7733
7734         * src/folder.c
7735                 use folder item identifier for saving / restoring
7736                 preferences because folder->path might not be unique
7737
7738 2002-07-26 [melvin]     0.8.0claws17
7739
7740         * src/logwindow.c
7741                 Fixed a crash introduced in 0.8.0claws5 when log is 
7742                 cut under 80 characters.
7743
7744 2002-07-26 [paul]       0.8.0claws16
7745
7746         * sync with 0.8.1cvs1
7747                 see ChangeLog 2002-07-26
7748
7749 2002-07-26 [christoph]  0.8.0claws15
7750
7751         * src/imap.[ch]
7752                 imap folder now remembers the last selected
7753                 folder and imap_fetch_msginfo skips selecting
7754                 the folder if it is already selected
7755
7756 2002-07-26 [christoph]  0.8.0claws14
7757
7758         * src/folder.c
7759         * src/folderview.c
7760         * src/imap.c
7761                 fix imap folder rescanning
7762
7763 2002-07-25 [christoph]  0.8.0claws13
7764
7765         * src/filter.c
7766         * src/folder.[ch]
7767         * src/folderview.c
7768         * src/imap.[ch]
7769         * src/mainwindow.c
7770         * src/mbox_folder.c
7771         * src/mh.c
7772         * src/news.c
7773                 implement imap uid cache and uid validity check
7774
7775 2002-07-25 [alfons]     0.8.0claws12
7776
7777         * src/summaryview.c
7778                 fix a brown paper bag bug, and also add some more
7779                 checks
7780
7781 2002-07-25 [christoph]  0.8.0claws11
7782
7783         * src/folder.c
7784                 don't mix copy, fetch_msginfo and remove
7785                 operations in folder item copy and move
7786                 operations
7787
7788 2002-07-25 [christoph]  0.8.0claws10
7789
7790         * src/folderview.c
7791         * src/mainwindow.c
7792         * src/prefs_folder_item.c
7793         * src/summaryview.[ch]
7794                 remove no longer required parameter update_cache from
7795                 summary_show
7796
7797 2002-07-25 [paul]       0.8.0claws9
7798
7799         * sync with 0.8.1
7800         
7801         * AUTHORS
7802                 a few corrections
7803
7804 2002-07-24 [alfons]     0.8.0claws8
7805
7806         * src/summaryview.c
7807                 sort correctly when using simplified subject line
7808                 (closes feature request "[ 585141 ] applying regexp to subject 
7809                 before sort" submitted by Alexandra Walford)
7810
7811 2002-07-24 [paul]       0.8.0claws7
7812
7813         * sync with 0.8.0cvs3
7814                 see ChangeLog 2002-07-24
7815
7816 2002-07-23 [christoph]  0.8.0claws6
7817
7818         * src/folder.c
7819         * src/folder.h
7820         * src/summaryview.c
7821         * src/summaryview.h
7822         * src/main.c
7823                 o separate processing and summaryview
7824                 o removed summary_write_cache from summaryview
7825                 o removed summaryview->killed_messages, because we don't have
7826                   to keep a list of killed messages anymore. New cache will
7827                   keep the hidden messages in cache anyway
7828         * src/folderview.c
7829         * src/inc.c
7830         * src/selective_download.c
7831                 o removed unnecessary summary_write_cache calls
7832         * src/procmsg.c
7833                 o don't set ignore thread flag in procmsg_get_thread_tree
7834                   if it is already set
7835         * src/mainwindow.c
7836         * src/statusbar.h
7837                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7838                   they are used in different files
7839
7840 2002-07-23 [melvin]     0.8.0claws5
7841
7842         * src/addressbook.c
7843         * src/addrgather.c
7844         * src/editaddress.c
7845         * src/editgroup.c
7846         * src/editldap_basedn.c
7847         * src/importldif.c
7848         * src/prefs_common.c
7849                 Fixed few memory leak (gtk_editable_get_chars returns
7850                 an allocated string)
7851         * src/logwindow.c
7852                 Fixed few memory leak (gtk_editable_get_chars returns
7853                 an allocated string) and modified a little the log cutting
7854                 loop.
7855         * src/compose.c
7856                 Replaced a call to an obsolete function gtk_entry_get_text()
7857                 by gtk_editable_get_chars()
7858         * src/send.c
7859                 Removed a debug printf
7860
7861 2002-07-23 [christoph]  0.8.0claws4
7862
7863         * src/filesel.c
7864                 fix another g_dirname memory leak
7865
7866 2002-07-23 [christoph]  0.8.0claws3
7867
7868         * src/mh.c
7869                 fixed a memory leak in mh_fetch_msginfo
7870                 fixed crash when message header could not be
7871                 parsed
7872
7873 2002-07-23 [paul]       0.8.0claws2
7874
7875         * sync with 0.8.0cvs2
7876                 see ChangeLog 2002-07-23
7877
7878 2002-07-23 [paul]       0.8.0claws1
7879
7880         * sync with 0.8.0cvs1
7881                 see ChangeLog 2002-07-23
7882
7883 2002-07-23 [paul]       0.8.0claws
7884
7885         * release of 0.8.0claws
7886
7887 2002-07-23 [paul]       0.7.8claws99
7888
7889         * po/ru.po
7890                 new Russian translation, submitted by
7891                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7892
7893 2002-07-22 [jens]       0.7.8claws98
7894
7895         * po/de.po
7896                 Updated German translations.
7897
7898 2002-07-22 [paul]       0.7.8claws97
7899
7900         * po/es.po
7901           po/it.po
7902           po/nl.po
7903           po/pt_BR.po
7904                 updated translations by Ricardo Mones Lastra,
7905                 Alessandro Maestri, Wilbert Berendsen and 
7906                 Fabio Jr. Beneditto respectively
7907
7908 2002-07-22 [christoph]  0.7.8claws96
7909
7910         * src/mimeview.c
7911                 fix memory leak caused by wrong g_dirname usage
7912
7913 2002-07-22 [christoph]  0.7.8claws95
7914
7915         * src/summaryview.c
7916                 update new and unread message counts for summaryview
7917                 summaryview does not get it from the folder anymore
7918                 and has to update the values itself
7919
7920 2002-07-22 [melvin]     0.7.8claws94
7921
7922         * po/fr.po
7923                 Updated French translations.
7924
7925 2002-07-22 [christoph]  0.7.8claws93
7926
7927         * src/matcher.c
7928                 set prop->preg pointer to NULL or following check
7929                 will not fail and regexec will be called with
7930                 invalid pointer
7931
7932 2002-07-21 [alfons]     0.7.8claws92
7933         
7934         * src/prefs_common.[ch]
7935                 remove option "Send return receipt on request"
7936
7937 2002-07-21 [thorsten]   0.7.8claws91
7938
7939         * src/mimeview.c
7940                 fixed memleaks, coding style as pointed out by alfons
7941
7942 2002-07-21 [alfons]     0.7.8claws90
7943
7944         * src/messageview.c
7945         * src/noticeview.[ch]
7946                 o fix bug notice view being displayed when going to empty folder 
7947                   (noticed by Christoph)
7948                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7949                   (noticed by Thorsten)
7950
7951 2002-07-21 [thorsten]   0.7.8claws89
7952
7953         * src/mimeview.c
7954                 Included save_all patch from Xaview FACQ
7955                 added support for pathnames
7956
7957 2002-07-21 [alfons]     0.7.8claws88
7958
7959         * po/POTFILES.in
7960         * src/Makefile.am
7961         * src/mainwindow.c
7962         * src/messageview.[ch]
7963         * src/noticeview.c      ** NEW FILE **
7964         * src/noticeview.h      ** NEW FILE **
7965                 make return receipts work again
7966                 (UI idea by Leandro Pereira)
7967
7968 2002-07-21 [paul]       0.7.8claws87
7969
7970         * src/summaryview.c
7971                 fix sensitivity of 'Select thread'
7972
7973 2002-07-21 [paul]       0.7.8claws86
7974
7975         * src/prefs_common.c
7976                 add browser command line for Galeon
7977
7978 2002-07-21 [paul]       0.7.8claws85
7979
7980         * Makefile.am
7981                 fix 'EXTRA_DIST': remove README.README, add TODO
7982                 and TODO.claws
7983
7984 2002-07-21 [alfons]     0.7.8claws84
7985
7986         * src/gtkstext.c
7987                 make enter clear selection
7988                 (closes "[ 579888 ] Editor selection/entry error"
7989                 reported by Steve Lamb)
7990
7991 2002-07-21 [alfons]     0.7.8claws83
7992         
7993         * src/summaryview.c
7994                 sort message list when selecting unthread messages
7995                 (closes "[ 501593 ] switching threaded view doesn't sort"
7996                 reported by Simon Schubert)
7997
7998 2002-07-20 [alfons]     0.7.8claws82
7999         
8000         * src/matcher.c
8001                 const-correctness
8002
8003 2002-07-20 [thorsten]   0.7.8claws81
8004
8005         * src/matcher.c
8006                 Fixed expansion of empty fields in matchactions
8007
8008 2002-07-19 [melvin]     0.7.8claws80
8009
8010         * src/gtkspell.c
8011                 Removed a duplicate menu entry (fast mode) introduced during
8012                 the new cache merge
8013                 Added a menu separator between 'Use alternate' and 'Fast mode'
8014
8015 2002-07-19 [paul]       0.7.8claws79
8016
8017         * tools/Makefile.am
8018           tools/README
8019                 correct typos
8020
8021 2002-07-19 [thorsten]   0.7.8claws78
8022
8023         * tools/calypso_convert.pl      ** NEW FILE **
8024           tools/README
8025           tools/Makefile.am
8026                 script to import mbox files exported
8027                 by calypso
8028                 o generates folder structure
8029                 o includes attachments
8030
8031 2002-07-19 [melvin]     0.7.8claws77
8032
8033         * src/selective_download.[ch]
8034                 Fixed bug where closing the dialog with the window manager's
8035                 close button will not unlock the summary
8036                 Corrected some function declarations that missed a return value
8037                 Made the source code comply better with coding style.
8038         * src/prefs_common.c
8039                 Added new browser command line for Mozilla.
8040
8041 2002-07-18 [paul]       0.7.8claws76
8042
8043         * src/mainwindow.c
8044           src/selective_download.[ch]
8045                 reflect theme changes, fix Gdk Warning when creating 
8046                 pixmap from NULL window, and minor clean up.
8047                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8048
8049         * po/en_GB.po
8050                 updated
8051
8052 2002-07-17 [paul]       0.7.8claws75
8053
8054         * INSTALL[.jp]
8055                 sync with 0.8.0
8056         
8057         * po/en_GB.po
8058                 updated
8059
8060 2002-07-16 [paul]       0.7.8claws74
8061
8062         * tools/filter_conv.pl
8063           tools/README
8064                 replace conversion script with reimplemented version, 
8065                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
8066
8067 2002-07-16 [colin]      0.7.8claws73
8068
8069         * src/summaryview.c
8070                 remove forgotten debug messages - sorry ;-)
8071
8072 2002-07-16 [colin]      0.7.8claws72
8073
8074         * src/mimeview.c
8075           src/summaryview.c
8076           src/textview.c
8077           src/textview.h
8078                 add the ability to select part of a text mime-part 
8079                 to reply.
8080
8081 2002-07-15 [christoph]  0.7.8claws71
8082
8083         * src/folder.c
8084                 fix folder message count for folders without
8085                 msg_is_changed (includes news folders)
8086
8087 2002-07-15 [martin]     0.7.8claws70
8088
8089         * src/summaryview.c
8090                 option "display recipient on 'From'..." now works
8091                 without the need of enabling the option
8092                 "display  sender  using  address  book".
8093
8094 2002-07-15 [christoph]  0.7.8claws69
8095
8096         * src/summaryview.c
8097                 removed setting folder status from summaryview.
8098                 folder.c should update all message counts correctly.
8099
8100 2002-07-15 [paul]       0.7.8claws68
8101
8102         * po/pt_BR.po
8103                 updated by Fabio Junior Beneditto
8104
8105 2002-07-15 [darko]      0.7.8claws67
8106
8107         * src/mh.c
8108                 Fixed target folder colorization, don't decrease op
8109                 number twice
8110
8111 2002-07-14 [paul]       0.7.8claws66
8112
8113         * sync with main 0.8.0
8114                 see ChangeLog 2002-07-14
8115
8116 2002-07-13 [melvin]     0.7.8claws65
8117         
8118         * src/addrbook.c
8119         * src/addressbook.c
8120         * src/addrindex.c
8121                 Replaced sprintf by g_snprintf to prevent possible buffer
8122                 overflow.
8123         * src/news.c
8124                 Corrected a log message output format.
8125                 Added a missing "done" debug output.
8126         * src/compose.c
8127                 Added keyboard accelerator for Priority menu items
8128                 Added missing \n in debug output
8129         * src/logwindow.c
8130         * src/gtkspell.c
8131         * src/rfc2015.c
8132                 Added missing \n in debug output
8133
8134 2002-07-13 [paul]       0.7.8claws64
8135
8136         * man/sylpheed.1
8137                 change Sergey's email address to the sf address
8138
8139         * src/textview.c
8140                 increase show_url_timeout (more useful for long
8141                 urls)
8142
8143 2002-07-12 [sergey]     0.7.8claws63
8144
8145         * src/rfc2015.c
8146                 applied (with some modifications) patch to set the
8147                 micalg parameter for signatures
8148                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8149
8150 2002-07-12 [sergey]     0.7.8claws62
8151
8152         * man/Makefile.am
8153         * configure.in
8154                 fixed man page installation
8155
8156 2002-07-12 [paul]       0.7.8claws61
8157
8158         * sync with 0.7.8cvs26
8159                 see ChangeLog 2002-07-11 and 2002-07-12
8160
8161 2002-07-11 [christoph]  0.7.8claws60
8162
8163         * src/compose.c
8164         * src/procmsg.c
8165                 first use the message number to find the message
8166                 to mark with a reply flag but check the
8167                 message-id if we got the correct message, if not
8168                 try to find it by message-id.
8169                 use new string seperator that is not allowed
8170                 in message-ids.
8171
8172 2002-07-11 [paul]       0.7.8claws59
8173
8174         * sync with 0.7.8cvs23
8175                 see ChangeLog 2002-07-10
8176
8177 2002-07-10 [christoph]  0.7.8claws58
8178
8179         * src/folder.[ch]
8180         * src/msgcache.[ch]
8181                 Added message-id table to the cache in memory
8182                 and functions to msgcache.c and folder.c to
8183                 fetch MsgInfos by message id
8184         * src/compose.c
8185         * src/procmsg.c
8186                 store folder and message-id of message replying
8187                 to in queue header and set reply flag after sending
8188                 (Closes bug #469498)
8189
8190 2002-07-10 [paul]       0.7.8claws57
8191
8192         * AUTHORS
8193           man/sylpheed.1.gz
8194                 add Martin to the list of authors
8195
8196 2002-07-09 [martin]     0.7.8claws56
8197         * src/gtksctree.c
8198                 Added gtk_ctree_last_visible(), tree_update_level(),
8199                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8200                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8201                 from gtk+ to gtksctree.c for the new sorting code
8202                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8203                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8204         * src/gtksctree.h
8205                 Added declaration for gtk_sctree_sort_recursive() and
8206                 gtk_sctree_sort_node
8207         * src/addressbook.c
8208         * src/foldersel.c
8209         * src/folderview.c
8210         * src/summaryview.c
8211                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8212                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8213
8214 2002-07-08 [paul]       0.7.8claws55
8215
8216         * more sync with 0.7.8cvs21
8217                 see ChangeLog 2002-07-08
8218
8219 2002-07-08 [paul]       0.7.8claws54
8220
8221         * sync with 0.7.8cvs21
8222                 see ChangeLog 2002-07-08
8223
8224 2002-07-07 [alfons]     0.7.8claws53
8225
8226         * src/Makefile.am
8227         * src/stock_pixmap.[ch]
8228         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8229         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8230         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8231                 add new pixmaps for upcoming notice pane
8232
8233 2002-07-06 [melvin]     0.7.8claws52
8234
8235         * src/gtkspell.[ch]
8236                 Made them a bit closer to Sylpheed's coding style.
8237                 Removed old code.
8238                 Removed possible memory leaks when some errors occurs.
8239
8240 2002-07-06 [melvin]     0.7.8claws51
8241
8242         * po/Makefile.in.in
8243                 Removed --no-location in xgettext command line to help
8244                 translators that use Emacs' po-mode
8245         * src/quote_fmt.c
8246                 Removed unnecessary comments that messed up sylpheed.pot
8247
8248 2002-07-06 [paul]       0.7.8claws50
8249
8250         * sync with 0.7.8cvs19
8251                 see ChangeLog 2002-07-05
8252
8253 2002-07-06 [christoph]  0.7.8claws49
8254
8255         * src/folder.c
8256         * src/mainwindow.c
8257                 fix folder_item_remove_all_msg and folderview
8258                 status for trash folders after emptying trash
8259
8260 2002-07-05 [paul]       0.7.8claws48
8261
8262         * sync with 0.7.8cvs16
8263                 see ChangeLog 2002-07-04 and 2002-07-05
8264
8265 2002-07-04 [paul]       0.7.8claws47
8266
8267         * sync with 0.7.8cvs14
8268                 see  ChangeLog 2002-07-04
8269
8270 2002-07-03 [alfons]     0.7.8claws46
8271
8272         * src/folder.c
8273                 dupe folder item's path because it's being reallocated
8274                 by new folder scanning code
8275
8276 2002-07-03 [christoph]  0.7.8claws45
8277
8278         * src/imap.c
8279                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8280         * src/msgcache.c
8281                 add missing return in msgcache_write
8282
8283 2002-07-02 [thorsten]   0.7.8claws44
8284
8285         * src/jpilot.c
8286         * src/msgcache.c
8287         * src/rfc2015.c
8288                 use binary mode for file access
8289
8290 2002-07-02 [christoph]  0.7.8claws43
8291
8292         * major code cleanup (part 1)
8293         
8294                 - unused variables removed
8295                 - unused functions removed
8296                 - uninitialized variables checked
8297                 - missing return statements added
8298                 - missing function return types added
8299                 - added parentheses around assignment and
8300                   && in || when suggested by gcc
8301               
8302         * src/mh.c
8303         * src/folder.c
8304                 replaced direct calls to folder->scan_tree
8305                 with folder_scan_tree and restore folder
8306                 prefs in this function. The folder should
8307                 not have to deal with them.
8308                 ( Should now work for all folder types )
8309
8310 2002-07-02 [paul]       0.7.8claws42
8311
8312         * sync with 0.7.8cvs13
8313                 see ChangeLog 2002-07-01 and 2002-07-02
8314
8315 2002-07-01 [christoph]  0.7.8claws41
8316
8317         * src/summaryview.c
8318                 fix "goto next/prev unread message" with
8319                 ignored threads
8320
8321 2002-07-01 [paul]       0.7.8claws40
8322
8323         * po/es.po
8324                 updated by Ricardo Mones Lastra
8325
8326 2002-06-30 [match]      0.7.8claws39
8327
8328         * src/jpilot.c
8329                 applied variation of leonerd's patch (566661) to
8330                 allow multiple email addresses per JPilot entry.
8331                 addresses may be separated by space, comma, pipe,
8332                 semi-colon, new-line.
8333
8334 2002-06-30 [alfons]     0.7.8claws38
8335
8336         * src/procmsg.c
8337                 simple fix for putting older nodes before
8338                 newer nodes when threading by subject
8339
8340 2002-06-30 [christoph]  0.7.8claws37
8341
8342         * src/folder.c
8343         * src/folderview.c
8344         * src/mh.c
8345         * src/news.c
8346         * src/procmsg.c
8347                 fix broken folder tree rescaning
8348                 and don't use procmsg_get_mark_sum
8349                 anymore
8350
8351 2002-06-30 [christoph]  0.7.8claws36
8352
8353         * merge new cache branch
8354         * src/imap.c
8355                 fix new cache imap copy bug
8356         * src/folder.c
8357                 improved folder_item_scan
8358                 it should now always set the correct
8359                 new, unread and total message counts
8360
8361 2002-06-29 [paul]       0.7.8claws35
8362
8363         * configure.in
8364                 correct syntax error
8365
8366 2002-06-29 [paul]       0.7.8claws34
8367
8368         * configure.in
8369           Makefile.am
8370           man/Makefile.am       ** NEW FILE **
8371           man/sylpheed.1.gz     ** NEW FILE **
8372                 add Sylpheed man page
8373
8374 2002-06-29 [paul]       0.7.8claws33
8375
8376         * po/pt_BR.po
8377                 updated by Fabio Junior Beneditto
8378
8379 2002-06-28 [jens]       0.7.8claws32
8380
8381         * po/de.po
8382                 translation updated
8383
8384         * src/selective_download.c
8385                 removed gettext for space " "
8386
8387         * src/imap.c
8388                 removed wrong space
8389
8390 2002-06-28 [paul]       0.7.8claws31
8391
8392         * sync with 0.7.8cvs11
8393                 see ChangeLog 2002-06-28
8394
8395 2002-06-28 [paul]       0.7.8claws30
8396
8397         * sync with 0.7.8cvs10
8398                 see ChangeLog 2002-06-27 and 2002-06-28
8399
8400 2002-06-26 [paul]       0.7.8claws29
8401
8402         * src/addrgather.c
8403           src/selective_download.c
8404                 don't gettextise empty strings.
8405                 reserved by gettext. gettext("") returns 
8406                 the header entry with meta information, 
8407                 not the empty string
8408
8409         * po/en_GB.po
8410                 updated
8411
8412 2002-06-26 [paul]       0.7.8claws28
8413
8414         * sync with 0.7.8cvs7
8415                 see ChangeLog 2002-06-25
8416
8417         * src/prefs_common.c
8418                 ...and in the process, tweak the gui a little
8419
8420 2002-06-25 [alfons]     0.7.8claws27
8421         
8422         * configure.in
8423         * src/Makefile.am
8424                 fine tune ldap library detection
8425
8426 2002-06-25 [alfons]     0.7.8claws26
8427
8428         * src/compose.c
8429                 don't allow return receipts when composing a news article
8430
8431 2002-06-25 [paul]       0.7.8claws25
8432
8433         * Makefile.am
8434                 add '$(AMTAR)' to 'release' section to allow for
8435                 new and older autotools
8436
8437 2002-06-25 [paul]       0.7.8claws24
8438
8439         * src/summaryview.c
8440                 fix "No more unread messages" persistant pop-up
8441                 window bug
8442
8443 2002-06-25 [paul]       0.7.8claws23
8444
8445         * po/it.po
8446                 updated by Alessandro Maestri
8447
8448 2002-06-25 [paul]       0.7.8claws22
8449
8450         * sync with 0.7.8cvs6
8451                 see ChangeLog 2002-06-25
8452
8453 2002-06-24 [paul]       0.7.8claws21
8454
8455         * tools/update-po
8456                 add GPL copyright information
8457
8458 2002-06-24 [paul]       0.7.8claws20
8459
8460         * tools/Makefile.am
8461           tools/README
8462           tools/update-po       ** NEW FILE **
8463                 add script that eases the creation of *.po files
8464                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8465
8466 2002-06-23 [alfons]     0.7.8claws19
8467
8468         * src/messageview.c
8469                 make notification_convert_header obey const correctness
8470                 (next step will be fixing the broken return receipt)
8471
8472 2002-06-23 [paul]       0.7.8claws18
8473
8474         * src/messageview.c
8475                 fix bug introduced in last commit:
8476                 removed too much code in last commit - put back what's
8477                 needed
8478
8479 2002-06-23 [paul]       0.7.8claws17
8480
8481         * src/messageview.[ch]
8482                 remove code committed in error from locally patched
8483                 source
8484
8485 2002-06-23 [colin]      0.7.8claws16
8486
8487         * src/compose.[ch]
8488                 add compose_entry_select(), used to select the default_to
8489                 email address - hopefully avoiding people sending mails to
8490                 wrong recipients.
8491
8492 2002-06-22 [alfons]     0.7.8claws15
8493
8494         * AUTHORS
8495                 add Bram Metsch & Stanislav Karchebny
8496         * src/smtp.[ch]
8497         * src/prefs_account.[ch]
8498         * src/send.c
8499                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8500                   options.  (see <http://sourceforge.net/tracker/index.php
8501                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8502
8503                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8504                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8505
8506 2002-06-22 [paul]       0.7.8claws14
8507
8508         * sync with 0.7.8cvs5
8509                 see ChangeLog 2002-06-19 and 2002-06-20
8510
8511 2002-06-22 [alfons]     0.7.8claws13
8512
8513         * src/selective_download.c
8514                 fix a stupid mistake I made
8515
8516 2002-06-22 [alfons]     0.7.8claws12
8517
8518         * src/selective_download.[ch]
8519                 fix another unnoticed leak; cleanup code
8520
8521 2002-06-21 [alfons]
8522
8523         * tools/Makefile.am
8524                 gpg-sign <-- gpg-sign-syl
8525
8526 2002-06-21 [alfons]     0.7.8claws11
8527
8528         * src/selective_download.c
8529         * src/selective_download.h
8530                 fix assorted mix of allocation errors (should solve
8531                 problem reported by Philippe Gramoullé, see:
8532                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8533
8534 2002-06-20 [melvin]     0.7.8claws10
8535
8536         * tools/gpg-sign *REMOVED*
8537           tools/gpg-sign-syl *ADDED*
8538                 Replaced the gpg clearsigning script with the version using
8539                 xterm instead of ssh-askpass and changed its name.
8540
8541         * README.claws
8542                 Updated actions example to reflect the renaming of the
8543                 gpg clearsigning script.
8544
8545 2002-06-19 [paul]       0.7.8claws9
8546
8547         * sync with 0.7.8claws9
8548                 see ChangeLog 2002-06-18 and 2002-06-19
8549
8550 2002-06-19 [paul]       0.7.8claws8
8551
8552         * sync with 0.7.8cvs1
8553                 see ChangeLog 2002-06-18
8554
8555 2002-06-18 [alfons]     0.7.8claws7
8556
8557         * src/mainwindow.h
8558                 add omitted prototype
8559
8560 2002-06-17 [paul]       0.7.8claws6
8561
8562         * src/mainwindow.c
8563                 fix hiding of exec_btn
8564
8565 2002-06-17 [paul]       0.7.8claws5
8566
8567         * src/pop.c
8568                 remove unneeded code: should_delete() 
8569                 and Pop3State::uidl_todelete_list
8570
8571 2002-06-17 [paul]       0.7.8claws4
8572
8573         * sync with 0.7.8
8574                 see ChangeLog 2002-06-11 and 2002-06-13
8575
8576 2002-06-16 [alfons]     0.7.8claws3
8577         
8578         * src/folder.c
8579                 make sure lock sort mode (claws specific) is
8580                 also persists after a tree rescan
8581
8582 2002-06-16 [alfons]     0.7.8claws2
8583
8584         * src/prefs_folder_item.c
8585         * src/folder.[ch]
8586                 fix persistence of folder sort mode (broken
8587                 by adapting Hiro's new folder persistence code)
8588
8589 2002-06-16 [alfons]     0.7.8claws1
8590
8591         * AUTHORS
8592         * src/logwindow.c
8593         * src/prefscommon.[ch]
8594                 control size of log text in log window; 
8595                 closes patch #569155 submitted by Mitko Haralanov.
8596
8597 2002-06-15 [paul]       0.7.8claws
8598
8599         * release of 0.7.8claws
8600
8601 2002-06-15 [paul]       0.7.7claws
8602
8603         * po/pt_BR.po
8604                 updated by Fabio Junior Beneditto
8605
8606 2002-06-14 [paul]       0.7.6claws49
8607
8608         * po/es.po
8609                 updated by Ricardo Mones Lastra
8610
8611 2002-06-14 [paul]       0.7.6claws48
8612
8613         * po/nl.po
8614                 updated translation by Wilbert Berendsen
8615
8616 2002-06-14 [melvin]     0.7.6claws47
8617
8618         * po/fr.po
8619                 Updated French translation
8620
8621 2002-06-13 [paul]       0.7.6claws46
8622
8623         * src/filesel.c
8624                 allow filename to be typed in, rather than just
8625                 selected by the mouse. Patch by Gustavo Noronha Silva.
8626
8627 2002-06-13 [alfons]     0.7.6claws45
8628
8629         * src/mainwindow.[ch]
8630                 more cleanups (removing unnecessary menu items Expand 
8631                 summary / message view)
8632
8633 2002-06-13 [melvin]     0.7.6claws44
8634
8635         * po/POTFILES.in
8636                 Added src/string_match.c
8637         * src/string_match.c
8638                 Fixed possible buffer overflow.
8639                 Corrected typo.
8640                 Added missing config.h header.
8641         * src/prefs_common.c
8642           src/prefs_matcher.c
8643           src/prefs_scoring.c
8644                 Made some strings translatable (missing _(..)).
8645
8646 2002-06-13 [melvin]     0.7.6claws43
8647
8648         * README.claws
8649                 Corrected action example (verifying clearsigned mail).
8650         * src/prefs_account.c
8651                 Corrected typo.
8652         * src/prefs_common.c
8653                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8654
8655 2002-06-12 [alfons]     0.7.6claws42
8656
8657         * src/summaryview.c
8658                 add init of score column lost in 0.7.6claws42
8659
8660 2002-06-12 [paul]       0.7.6claws41
8661
8662         * src/prefs_account.c
8663                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8664                 behavior of the radio buttons, (from 0.7.7cvs2)
8665
8666 2002-06-11 [alfons]     0.7.6claws40
8667
8668         * src/messageview.[ch]
8669         * src/summaryview.[ch]
8670         * src/summary_search.c
8671         * src/mainwindow.c
8672                 perform a sync to bring in Hiro's separate view implementation 
8673
8674                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8675
8676 2002-06-11 [paul]       0.7.6claws39
8677         
8678         * src/prefs_account.c
8679                 correct a typo on the Receive tab
8680
8681 2002-06-10 [match]      0.7.6claws38
8682
8683         * src/addressbook.c
8684                 Included address completion patch from Gustavo Noronha.
8685
8686 2002-06-10 [paul]       0.7.6claws37
8687
8688         * src/inc.[ch]
8689           src/pop.c
8690           src/prefs_account.[ch]
8691           src/selective_download.[ch]
8692                 apply PATCH #561712
8693                  NEW:
8694                 - check if POP Account
8695                 - Receive Button renamed to Preview
8696                 - Preview Button Popup: preview new/all messages
8697                 - Download Button
8698                 - Account Preferences-->Receive tab checkbutton if you
8699                   want to remove Mail after Download
8700                 -: default YES
8701                 - Account Preferences-->Receive tab checkbutton use
8702                   filtering rules on preview
8703                   (think of delete_on_server)
8704                 -: default YES
8705                 - Account selectable from SD dialog
8706                 - checkbutton to show already downloaded messages if
8707                   all messages are previewed
8708                 - new clist column showing Date
8709                 - ESC KEY close
8710                 FIXES:
8711                 - play ball with UIDL
8712                 - fault tolerant (?) 
8713                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8714
8715 2002-06-10 [melvin]     0.7.6claws36
8716
8717         * README.claws
8718                 Added a hint to ac/README in cvs instructions.
8719
8720         * src/prefs_actions.c
8721                 Made it possible to use a more elaborate command line
8722                 for asynchronous actions, too.
8723
8724 2002-06-10 [melvin]     0.7.6claws35
8725         
8726         * src/prefs_actions.c
8727                 Make it possible to use a more elaborate command line
8728                 (e.g. |foo|bar|cat>there;echo Done|)
8729                 Corrected error message when calling %f, %F and %p commands
8730                 from the compose window.
8731
8732 2002-06-09 [colin]      0.7.6claws34
8733
8734         * src/summaryview.c
8735                 Automatically find unread messages in current folder
8736                 before annoying the user.
8737
8738 2002-06-08 [alfons]     0.7.6claws33
8739
8740         * po/it.po
8741                 remove bad formatting string in it.po translation
8742                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8743
8744 2002-06-08 [paul]       0.7.6claws32
8745
8746         * sync with 0.7.6cvs25
8747                 see ChangeLog 2002-06-07
8748
8749 2002-06-05 [paul]       0.7.6claws31
8750
8751         * src/mainwindow.c
8752                 add 'Sort by locked' and 'Sort by score'
8753
8754 2002-06-05 [paul]       0.7.6claws30
8755
8756         * sync with 0.7.6cvs24
8757                 see ChangeLog 2002-06-04
8758
8759 2002-06-04 [paul]       0.7.6claws29
8760
8761         * po/pt_BR.po
8762                 updated by Fabio Junior Beneditto
8763
8764 2002-06-03 [thorsten]   0.7.6claws28
8765
8766         * src/matcher.c
8767                 fclose() matcherrc after reading
8768
8769 2002-06-03 [paul]       0.7.6claws27
8770
8771         * sync with 0.7.6cvs21
8772                 see ChangeLog 2002-05-31
8773
8774 2002-05-31 [paul]       0.7.6claws26
8775
8776         * sync with 0.7.6cvs20
8777                 see ChangeLog 2002-05-29 and 2002-05-30
8778
8779 2002-05-31 [paul]       0.7.6claws25
8780
8781         * src/imap.c
8782                 hopefully fix last buggy sync
8783
8784         * README.claws
8785                 correct typo in 'Actions' examples
8786
8787 2002-05-29 [paul]       0.7.6claws24
8788
8789         * sync with 0.7.6cvs18
8790                 see ChangeLog 2002-05-28 and 2002-05-29
8791
8792         * src/news.c
8793           src/nntp.[ch]
8794                 sync with above 
8795
8796 2002-05-28 [paul]       0.7.6claws23
8797
8798         * sync with 0.7.6cvs16
8799                 see ChangeLog 2002-05-28
8800
8801 2002-05-27 [thorsten]   0.7.6claws22 
8802
8803         * faq/it/sylpheed-faq-1.html
8804           faq/it/sylpheed-faq-2.html
8805           faq/it/sylpheed-faq-3.html
8806           faq/it/sylpheed-faq.html
8807                 corrected DOS lineendings
8808         * faq/de/sylpheed-faq-1.html
8809           faq/de/sylpheed-faq-2.html
8810           faq/en/sylpheed-faq-1.html
8811           faq/en/sylpheed-faq-2.html
8812           faq/en/sylpheed-faq-3.html
8813           faq/es/sylpheed-faq-1.html
8814           faq/es/sylpheed-faq-2.html
8815           faq/es/sylpheed-faq-3.html
8816           faq/fr/sylpheed-faq-1.html
8817           faq/it/sylpheed-faq-1.html
8818           faq/it/sylpheed-faq-2.html
8819           faq/it/sylpheed-faq-3.html
8820           faq/it/sylpheed-faq.html
8821                 changed ">" to &quot;
8822
8823 2002-05-27 [paul]       0.7.6claws21
8824         
8825         * sync with 0.7.6cvs15
8826                 see ChangeLog 2002-05-27
8827
8828 2002-05-27 [paul]       0.7.6claws20
8829
8830         * src/prefs_account.c
8831                 correct a typo
8832
8833 2002-05-26 [paul]       0.7.6claws19
8834
8835         * tools/README
8836                 correct a typo
8837
8838 2002-05-25 [paul]       0.7.6claws18
8839
8840         * tools/README
8841                 add description of kmail2sylpheed.pl
8842
8843 2002-05-25 [paul]       0.7.6claws17
8844
8845         * tools/kmail2sylpheed.pl       ** NEW FILE **
8846                 perl script that converts an exported Kmail address
8847                 book, converts it to sylpheed addressbook file,
8848                 writes the file to .sylpheed, and updates
8849                 addrbook--index.xml 
8850
8851 2002-05-25 [paul]       0.7.6claws16
8852
8853         * sync with 0.7.6cvs14
8854                 see ChangeLog 2002-05-23
8855
8856 2002-05-24 [paul]       0.7.6claws15
8857
8858         * README.claws
8859                 make a correction and add some more info
8860
8861 2002-05-24 [paul]       0.7.6claws14
8862
8863         * src/compose.c
8864                 fix memory leak in 
8865                 compose_redirect_write_headers_from_headerlist()
8866                 add Subject and Resent-Message-ID to
8867                 compose_redirect_write_headers()
8868                 Received, Subject, and X-UIDL are filtered out in 
8869                 compose_redirect_write_to_file()
8870
8871 2002-05-23 [paul]       0.7.6claws13
8872
8873         * src/compose.[ch]
8874           src/filtering.c
8875           src/mainwindow.c
8876           src/matcher.[ch]
8877           src/matcher_parser_lex.l
8878           src/matcher_parser_parse.y
8879           src/prefs_common.[ch]
8880           src/prefs_filtering.c
8881           src/summaryview.c
8882                 rename 'Bounce' to 'Redirect'
8883
8884 2002-05-23 [paul]       0.7.6claws12
8885
8886         * more sync with 0.7.6cvs13
8887           src/compose.c
8888                 see ChangeLog 2002-05-22
8889
8890 2002-05-22 [paul]       0.7.6claws11
8891
8892         * sync with 0.7.6cvs13
8893           src/codeconv.c
8894                 see ChangeLog 2002-05-20
8895           src/prefs_common.c
8896                 see ChangeLog 2002-05-22
8897
8898 2002-05-21 [melvin]     0.7.6claws10
8899
8900         * src/folderview.c
8901                 Added missing filtering and scoring headers
8902                 Fixed bad function call that showed garbage 
8903                 in Folder->Processing
8904
8905 2002-05-21 [paul]       0.7.6claws9
8906
8907         * tools/Makefile.am
8908                 make all tools executable, (patch by Alfons).
8909
8910 2002-05-20 [alfons]     0.7.6claws8
8911
8912         * src/procheader.c
8913                 don't forget to call mktime() so we have a valid week 
8914                 and year day
8915                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8916
8917 2002-05-20 [paul]       0.7.6claws7
8918
8919         * src/html.c
8920                 fix broken parsing of urls
8921         * src/textview.c
8922                 fix displaying of urls
8923
8924                 both fixes from the patch [547855] by Eugene 
8925                 Brevdo (zonem)
8926
8927 2002-05-19 [alfons]     0.7.6claws6
8928
8929         * configure.in
8930                 make sylpheed configure correctly with the latest
8931                 and greatest of automake / autoconf / gettext
8932
8933 2002-05-19 [alfons]     0.7.6claws5
8934
8935         * src/procheader.c
8936         * src/procheader.h
8937                 add function for returning ime zone offset
8938         * src/quote_fmt.c
8939         * src/quote_fmt_parse.y
8940                 better quotation formatting - does not convert
8941                 to local time, but uses the original date string.
8942                 
8943                 Note: %z inserts the timezone offset (should 
8944                 work also on platforms where strftime does not
8945                 support %z).
8946
8947 2002-05-18 [christoph]  0.7.6claws4
8948
8949         * src/summaryview.c
8950                 fix indentation of some code
8951         * tools/Makefile.am
8952                 fix spaces after \
8953         * src/Makefile.am
8954                 add missing \
8955                 correct path for ignorethread.xpm
8956                 incorrect filename for sylpheed_logo.xpm
8957                 add missing include matcher_parser_parse.h
8958
8959 2002-05-18 [paul]       0.7.6claws3
8960
8961         * sync with 0.7.6cvs8
8962                 see ChangeLog 2002-05-16 and 2002-05-17
8963
8964 2002-05-18 [melvin]     0.7.6claws2
8965
8966         * README.claws
8967                 Corrected an action's definition and fixed some misspellings.
8968
8969 2002-05-18 [paul]       0.7.6claws1
8970
8971         * tools/Makefile.am
8972           tools/gpg-sign        ** new file **
8973           tools/uudec           ** new file **
8974                 add Melvin's Actions scripts
8975
8976         * README.claws
8977                 add Melvin's descriptions for Actions
8978
8979 2002-05-18 [paul]       0.7.6claws
8980
8981         * Version 0.7.6claws released
8982
8983 2002-05-17 [paul]       0.7.5claws32
8984
8985         * po/es.po
8986                 updated by Ricardo Mones Lastra
8987
8988 2002-05-17 [paul]       0.7.5claws31
8989
8990         * src/compose.c
8991                 fix Account prefs default folder for sent/draft/deleted
8992                 messages bug
8993
8994         * po/it.po
8995           po/nl.po
8996                 updated translation by Alessandro Maestri and
8997                 Wilbert Berendsen
8998
8999 2002-05-17 [melvin]     0.7.5claws30
9000
9001         * src/prefs_actions.c
9002                 Fixed bug where using %F not at the end of the command 
9003                 resulted in an additional empty argument being created.
9004                 Thanks to Darko Koruga for reporting the bug.
9005
9006 2002-05-17 [melvin]     0.7.5claws29
9007
9008         * po/fr.po
9009                 Updated French translations.
9010
9011 2002-05-15 [paul]       0.7.5claws28
9012         
9013         * po/es.po
9014                 updated by Ricardo Mones Lastra
9015
9016 2002-05-15 [paul]       0.7.5claws27
9017
9018         * sync with 0.7.6cvs4
9019                 see ChangeLog 2002-05-14 and 2002-05-15
9020
9021 2002-05-14 [paul]       0.7.5claws26
9022
9023         * sync with 0.7.6cvs1
9024                 see ChangeLog 2002-05-13
9025
9026 2002-05-13 [thorsten]   0.7.5claws25
9027
9028         * src/messageview.c
9029                 fix select_all and copy in multipart messages
9030         * src/mainwindow.c
9031                 fix select_all and copy in multipart messages
9032
9033 2002-05-12 [paul]       0.7.5claws24
9034
9035         * src/summaryview.c
9036                 reverse last commit, bug already fixed in 0.7.5claws3
9037
9038 2002-05-12 [netztorte]  0.7.5claws23
9039
9040         * src/summaryview.c
9041                 dont parse empty addressbook (checked in before claws20)
9042
9043 2002-05-12 [melvin]     0.7.5claws22
9044
9045         * src/procmsg.[ch]
9046                 Removed unneeded priority code introduced by the previous 
9047                 commit.
9048
9049 2002-05-12 [melvin]     0.7.5claws21
9050
9051         * src/compose.[ch]
9052                 Added possibility to set message's priority.
9053         * src/procmsg.[ch]
9054                 Added possibility to set message's priority.
9055                 Added missing headers
9056
9057 2002-05-12 [melvin]     0.7.5claws20
9058
9059         * src/prefs_actions.c
9060                 Removed implicitely added quotes around the name
9061                 of the temporary files of mime parts.
9062
9063 2002-05-12 [paul]       0.7.5claws19
9064
9065         * sync with 0.7.5cvs20
9066                 see ChangeLog 2002-05-11
9067
9068 2002-05-12 [alfons]     0.7.5claws18
9069
9070         * src/quote_fmt_lex.l
9071         * src/quote_fmt_parse.y
9072                 allow quote / reply date & time format to be set using
9073                 %D{format}. format is a format string you'd pass to
9074                 strftime() (see man strftime, or the Display tab |
9075                 Date format setting).
9076
9077                 Currently %D converts the date to local time. 
9078
9079 2002-05-11 [paul]       0.7.5claws17
9080
9081         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9082                 see ChangeLog 2002-05-10 and 2002-05-11
9083
9084 2002-05-10 [paul]       0.7.5claws16
9085
9086         * sync with 0.7.5cvs16
9087                 see ChangeLog entries 2002-05-09 and 
9088                 2002-05-10
9089
9090 2002-05-10 [colin]      0.7.5claws15
9091
9092         * src/textview.c
9093                 Corrected a bug that prevented sylpheed to open
9094                 double-clicked URIs.
9095
9096 2002-05-09 [paul]       0.7.5claws14
9097
9098         * sync with 0.7.5cvs14
9099                 see ChangeLog 2002-05-08 and 2002-05-09
9100
9101 2002-05-08 [paul]       0.7.5claws13
9102
9103         * sync with 0.7.5cvs11
9104                 see ChangeLog entry 2002-05-08
9105
9106 2002-05-08 [paul]       0.7.5claws12
9107
9108         * src/mainwindow.c
9109           src/textview.[ch]
9110                 fix segfault on View->Open in new window
9111                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9112
9113 2002-05-07 [paul]       0.7.5claws11
9114
9115         * sync with 0.7.5cvs9
9116                 see ChangeLog entry 2002-05-07
9117
9118 2002-05-06 [paul]       0.7.5claws10
9119
9120         * src/messageview.c
9121           src/textview.c
9122                 display url in statusbar on single-click
9123                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9124
9125 2002-05-06 [match]      0.7.5claws9
9126
9127         * src/addritem.[ch]
9128                 new functions.
9129         * src/addrcache.c
9130                 tidy up.
9131         * src/xmlprops.[ch]
9132                 XML implementation of properties file.
9133         * src/exporthtml.[ch]
9134         * src/expthtmldlg.[ch]
9135         * src/addressbook.c
9136                 export to HTML.
9137
9138 2002-05-02 [sergey]     0.7.5claws8
9139
9140         * src/mainwindow.c (mainwin_entries),
9141           src/prefs_common.c (prefs_send_create()),
9142           src/codeconv.c (locale_table):
9143                 use charset name "Windows-1251" instead of "CP1251".
9144
9145 2002-05-02 [colin]      0.7.5claws7
9146         
9147         * src/compose.c
9148           src/prefs_common.c
9149           src/prefs_folder_item.c
9150                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9151
9152 2002-05-02 [hiro]       0.7.5claws6
9153
9154         * src/imap.c
9155                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9156
9157 2002-05-02 [paul]       0.7.5claws5
9158
9159         * src/compose.c
9160                 more sync with 0.7.5cvs7, see ChangeLog entry
9161                 2002-05-02
9162
9163 2002-05-02 [hiro]       0.7.5claws4
9164
9165         * src/compose.c
9166                 compose_queue_sub():
9167                 check if queue folder exists (closes #550397).
9168                 removed directory creation since it should be handled
9169                 transparently.
9170         * src/imap.c
9171                 imap_add_msg(): return UID for appended message
9172                 (closes #548842).
9173
9174 2002-04-30 [paul]       0.7.5claws3
9175
9176         * src/summaryview.c
9177                 fix account_find_from_address() bug
9178
9179 2002-04-28 [colin]      0.7.5claws2
9180
9181         * src/compose.c
9182           src/textview.c
9183           src/prefs_common.[ch]
9184           src/utils.[ch]
9185                 Added user-definable quotation characters recognition.
9186
9187 2002-04-28 [paul]       0.7.5claws1
9188
9189         * sync with 0.7.5cvs4
9190                 see ChangeLog entry  2002-04-25
9191
9192 2002-04-28 [paul]       0.7.5claws
9193
9194         * po/es.po
9195           po/nl.po
9196           po/pt_BR.po
9197                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9198                 Fabio Junior Beneditto
9199
9200 2002-04-27 [jens]       0.7.4claws103
9201
9202         * po/de.po
9203                 updated German translation.
9204
9205 2002-04-27 [hiro]       0.7.4claws102
9206
9207         * src/summaryview.c
9208                 summary_write_cache(): fixed the mark loss of hidden messages.
9209
9210 2002-04-26 [melvin]     0.7.4claws101
9211
9212         * src/procmsg.c
9213                 fixed a second typo (same one)
9214         * po/fr.po
9215           po/it.po
9216           po/pt_BR.po
9217                 fixed the type again...
9218
9219 2002-04-26 [melvin]     0.7.4claws100
9220
9221         * src/procmsg.c
9222                 fixed a typo in an alert message ("temorary").
9223         * po/it.po
9224         * po/pt_BR.po
9225                 corrected the typo  described above.
9226         * po/fr.po
9227                 updated French translation.
9228
9229 2002-04-26 [darko]      0.7.4claws99
9230
9231         * src/summaryview.c
9232                 fix target folder colorization
9233
9234 2002-04-25 [paul]       0.7.4claws98
9235
9236         * po/it.po
9237                 updated by Alessandro Maestri
9238
9239 2002-04-24 [colin]      0.7.4claws97
9240         
9241         * src/compose.c
9242                 Fixed double "subject is empty" question.
9243
9244 2002-04-23 [colin]      0.7.4claws96
9245         
9246         * src/mimeview.c
9247                 Corrected issue when "automatically display images" was
9248                 not set : first image remained after selecting second.
9249
9250 2002-04-23 [melvin]     0.7.4claws95
9251
9252         * src/prefs_actions.c
9253                 Don't display in/out dialog if there is nothing to show.
9254
9255 2002-04-23 [paul]       0.7.4claws94
9256
9257         * sync with 0.7.5cvs3
9258                 bug fixes: see ChangeLog entry 2002-04-23
9259
9260 2002-04-22 [darko]      0.7.4claws93
9261
9262         * src/compose.c
9263                 fix previous check-in which changed code after
9264                 merge from main
9265
9266 2002-04-22 [paul]       0.7.4claws92
9267
9268         * faq/de/*
9269                 add German FAQ
9270         * faq/en/*
9271           faq/es/*
9272           faq/fr/*
9273                 update English, Spanish and French FAQs
9274         * manual/de/*
9275           manual/es/*
9276                 add German and Spanish manuals
9277         * manual/en/*
9278           manual/fr/*
9279                 update English and French manuals
9280
9281         * src/Makefile.am
9282                 add to and re-arrange the pixmap entries
9283
9284 2002-04-22 [darko]      0.7.4claws91
9285
9286         * src/compose.c
9287                 fix sender initials recognition to only allow
9288                 '>' after the initials
9289
9290 2002-04-21 [paul]       0.7.4claws90
9291
9292         * sync with 0.7.5 release
9293                 see ChangeLog entry 2002-04-21
9294
9295 2002-04-21 [alfons]
9296
9297         * src/Makefile.am
9298                 add colin's new pixmaps to EXTRA_DIST
9299
9300 2002-04-21 [colin]      0.7.4claws89
9301         * src/compose.c
9302         * src/inc.c
9303         * src/mainwindow.[ch]
9304         * src/prefs_common.[ch]
9305         * src/stock_pixmap.[ch]
9306                 Added "Work offline" ability.
9307
9308 2002-04-21 [colin]      0.7.4claws88
9309         
9310         * src/mimeview.c
9311         * src/prefs_common.c
9312         * src/prefs_common.h
9313         * src/textview.c : Added an option to common preferences -> display
9314           to allow user not to automatically display images.
9315
9316 2002-04-21 [paul]       0.7.4claws87
9317
9318         * sync with 0.7.4cvs52
9319                 see ChangeLog entry 2002-04-21 (src/imap.c)
9320
9321 2002-04-21 [paul]       0.7.4claws86
9322
9323         * sync with 0.7.4cvs51
9324                 see ChangeLog entry 2002-04-21
9325
9326 2002-04-21 [paul]       0.7.4claws85
9327
9328         * sync with 0.7.4cvs49
9329                 see ChangeLog entries 2002-04-20 and 2002-04-21
9330
9331         * src/Makefile.am
9332                 clean up: remove old 'stock_' element from xpm 
9333                 filenames.
9334
9335 2002-04-21 [alfons]     0.7.4claws84
9336
9337         apply sync patch from Paul
9338
9339         * src/folderview.c
9340                 use old claws prefs_folder_item_create() for now
9341
9342 2002-04-19 [match]      0.7.4claws83
9343
9344         * src/addressbook.[ch]
9345         * src/addrharvest.[ch]
9346         * src/addrgather.[ch]
9347                 recurse folders.
9348         * src/mainwindow.c
9349         * src/summaryview.[ch]
9350                 change menu option.
9351
9352 2002-04-19 [paul]       0.7.4claws82
9353
9354         * po/pt_BR.po
9355                 updated by Fabio Junior Beneditto
9356
9357 2002-04-14 [alfons]     0.7.4claws81
9358
9359         * src/passphrase.c
9360                 add #include <sys/types.h> for mode_t and off_t 
9361
9362 2002-04-13 [paul]       0.7.4claws80
9363         
9364         * src/main.c
9365           src/passphrase.[ch]
9366           src/pgptext.c
9367           src/prefs_common.[ch]
9368           src/rfc2015.c
9369                 enable storing of GnuPG passphrase for the whole 
9370                 session or a user-defined number of minutes. patch 
9371                 submitted by Ravemax <ravemax@dextrose.com>
9372
9373 2002-04-13 [alfons]     0.7.4claws79
9374
9375         * src/textview.c
9376                 make email parser also stop scanning when encountering separators
9377                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9378
9379 2002-04-13 [paul]       0.7.4claws78
9380
9381         * sync with 0.7.4cvs39
9382                 see ChangeLog entry 2002-04-12
9383
9384 2002-04-11 [paul]       0.7.4claws77
9385
9386         * sync with 0.7.4cvs37
9387                 see ChangeLog entry 2002-04-11
9388
9389 2002-04-11 [paul]       0.7.4claws76
9390
9391         * COPYING 
9392                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9393                 the clause for OpenSSL). sync with sylpheed main
9394
9395 2002-04-09 [melvin]     0.7.4claws75
9396
9397         * src/compose.c
9398                 Made 'Ctrl-Enter' on send ignore some modifiers 
9399                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9400                 to bind other *-Enter (but not Alt-Enter).
9401
9402 2002-04-09 [paul]       0.7.4claws74
9403
9404         * sync with 0.7.4cvs35
9405                 see ChangeLog entries 2002-04-09
9406
9407 2002-04-08 [paul]       0.7.4claws73
9408
9409         * sync with 0.7.4cvs33
9410                 see ChangeLog entry 200-04-08
9411
9412 2002-04-07 [match]      0.7.4claws72
9413
9414         * src/addrharvest.[ch]
9415                 fixed to read all addresses in header, regardless
9416                 of header size. improved name parsing. accommodate
9417                 harvest from folders and selected message.
9418         * src/addritem.[ch]
9419                 included new address parsing function.
9420         * src/addrgather.[ch]
9421         * src/addressbook.[ch]
9422         * src/summaryview.[ch]
9423         * src/mainwindow.c
9424                 allow address harvest of folder as well as selected
9425                 messages.
9426
9427 2002-04-07 [paul]       0.7.4claws71
9428
9429         * src/esmtp.[ch]
9430           src/smtp.c
9431                 don't try to authenticate with CRAM-MD5 in SMTP when 
9432                 SMTP-AUTH enabled if MTA doesn't issue this 
9433                 auth-method in it's ehlo-response. bug item #531364,
9434                 patch item #938910. patch submitted by Colin Leroy 
9435                 <colin@colino.net>
9436
9437 2002-04-07 [paul]       0.7.4claws70
9438
9439         * src/nntp.c
9440                 fix missing MODE_READER bug. patch submitted by
9441                 Colin Leroy <colin@colino.net>
9442
9443 2002-04-07 [alfons]     0.7.4claws69
9444
9445         * src/matcher.[ch]
9446         * src/prefs_filtering.c
9447         * src/summaryview.c
9448                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9449                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9450
9451 2002-04-07 [paul]       0.7.4claws68
9452
9453         * sync with 0.7.4cvs32
9454                 see ChangeLog entry 2002-04-06
9455
9456         * tools/filter_conv.pl
9457                 more bug fixes
9458
9459 2002-04-06 [paul]       0.7.4claws67
9460
9461         * tools/filter_conv.pl
9462                 modify to be able to find the name of the first
9463                 mailbox and use that. main's filter does not
9464                 record the full path to the mailbox and therefore
9465                 can only filter to the first mailbox.
9466
9467 2002-04-05 [paul]       0.7.4claws66
9468
9469         * tools/filter_conv.pl
9470                 attempt to make the script all-encompassing and
9471                 be able to convert any main 'filter' rule thrown
9472                 at it
9473
9474 2002-04-05 [paul]       0.7.4claws65
9475
9476         * tools/filter_conv.pl
9477                 allow for collapsed folder trees
9478
9479 2002-04-05 [paul]       0.7.4claws64
9480
9481         * sync with 0.7.4cvs31
9482                 see ChangeLog entries 2002-04-05
9483
9484 2002-04-03 [paul]       0.7.4claws63
9485
9486         * sync with 0.7.4cvs29
9487                 see ChangeLog entries 2002-04-02 and 2002-04-03
9488
9489 2002-04-02 [paul]       0.7.4claws62
9490
9491         * sync with 0.7.4cvs26
9492                 see ChangeLog entry 2002-04-01
9493
9494 2002-04-02 [match]      0.7.4claws61
9495
9496         * src/pine.[ch]
9497         * src/importpine.[ch]
9498         * src/addressbook.c
9499                 import Pine address book.
9500
9501 2002-04-02 [match]      0.7.4claws60
9502
9503         * src/addrharvest.[ch]
9504                 improve address parsing of funky addresses.
9505
9506 2002-04-02 [darko]      0.7.4claws59
9507
9508         * src/compose.c
9509                 wrap on send improvements, it now recognizes quoted
9510                 initials as part of the quotation string, and it
9511                 does not join lines separated by CR
9512
9513 2002-04-01 [match]      0.7.4claws58
9514
9515         * src/mgutils.[ch]
9516                 added new functions.
9517         * src/mutt.[ch]
9518                 remove excessive duplicate address generation
9519                 on import.
9520
9521 2002-04-01 [alfons]     0.7.4claws57
9522         
9523         * src/summaryview.c
9524                 put back g_free() 
9525
9526 2002-04-01 [paul]       0.7.4claws56
9527
9528         * sync with 0.7.4cvs25
9529                 see ChangeLog entry 2002-04-01
9530
9531 2002-04-01 [alfons]     0.7.4aprilfool55
9532
9533         * src/summaryview.c
9534                 honour feature request item #537427 to allow for
9535                 displaying names from address book for sent mail also
9536
9537 2002-03-29 [paul]       0.7.4claws54
9538
9539         * src/mainwindow.c
9540           src/prefs_filtering.[ch]
9541           src/prefs_matcher.c
9542           src/summaryview.c
9543                 add 'fast filter' for claws' filtering,
9544                 /Tools/Create filter rule/... patch submitted
9545                 by Neill Miller <neillm@thecodefactory.org>
9546
9547 2002-03-29 [paul]       0.7.4claws53
9548
9549         * sync with 0.7.4cvs24
9550                 see ChangeLog entry 2002-03-29
9551
9552 2002-03-28 [paul]       0.7.4claws52
9553
9554         * sync with 0.7.4cvs23
9555                 see ChangeLog entry 2002-03-28
9556
9557 2002-03-27 [melvin]     0.7.4claws51
9558
9559         * src/prefs_actions.c
9560                 Added support to pass only one message part (as a
9561                 file) to the command using '%p'. No quotes are needed
9562                 because doubles quotes are automatically added.
9563                 Fixed bug where Sylpheed could block when waiting for
9564                 a child process to finish.
9565                 Changed the help menu to remove quotes around symbols to 
9566                 avoid misinterpretation (they must not be used).
9567
9568 2002-03-27 [melvin]     0.7.4claws50
9569
9570         * src/inc.c
9571                 Made the new mail notification command always 
9572                 execute asynchronously.
9573
9574 2002-03-27 [paul]       0.7.4claws49
9575
9576         * src/compose.c
9577                 fix bug introduced in last commit
9578
9579 2002-03-27 [paul]       0.7.4claws48
9580
9581         * sync with 0.7.4cvs21
9582                 see ChangeLog 2002-03-26 and 2002-03-27
9583
9584 2002-03-26 [hoa]        0.7.4claws47
9585
9586         * src/prefs_folder_item.c
9587                 really fixed the bug #516442 with folder rescan.
9588
9589 2002-03-26 [paul]       0.7.4claws46
9590
9591         * sync with 0.7.4cvs19
9592                 see ChangeLog entries 2002-03-25 and 2002-03-26
9593
9594 2002-03-25 [hoa]        0.7.4claws45
9595
9596         * src/matcher.c
9597         * src/mh.c
9598                 fix the bug #516442 with folder rescan.
9599
9600         * src/prefs_common.[ch]
9601         * src/compose.c
9602                 added an option to enable two different behaviours
9603                 for bounce.
9604
9605
9606 2002-03-25 [paul]       0.7.4claws44
9607
9608         * src/mainwindow.c
9609           src/selective_download.c
9610                 correct a few menuitem labels
9611
9612 2002-03-25 [christoph]  0.7.4claws43
9613
9614         * src/procmsg.c
9615                 fix non deleted tmp message in
9616                 procmsg_save_to_outbox
9617                 fix problems caused by sync with
9618                 main branch's procmsg_send_queue
9619
9620 2002-03-25 [paul]       0.7.4claws42
9621
9622         * src/quote_fmt.c
9623           src/quote_fmt_lex.l
9624           src/quote_fmt_parse.y
9625                 add Last name (%L) placeholder for quoting. 
9626                 patch submitted by Thorsten Thielen 
9627                 <thth@users.sourceforge.net>
9628
9629 2002-03-25 [paul]       0.7.4claws41
9630
9631         * src/utils.c
9632                 get full hostname. patch submitted by
9633                 Bob Woodside <rwoodside1@comcast.net>
9634
9635 2002-03-25 [paul]       0.7.4claws40
9636
9637         * src/account.c
9638           src/news.c
9639           src/nntp.[ch]
9640           src/prefs_account.[ch]
9641                 enable NNTP over SSL. patch submitted by
9642                 Pascal Jermini <pascal@infinity.hn.org>
9643
9644 2002-03-24 [paul]       0.7.4claws39
9645
9646         * src/prefs_common.c
9647                 make the arrangement of the Compose tab more
9648                 coherent
9649
9650         * src/mainwindow.c
9651                 fix some irregularities of style
9652
9653         * po/de.po
9654                 updated by Kilian Krause
9655
9656 2002-03-23 [paul]       0.7.4claws38
9657
9658         * po/pt_BR.po
9659                 updated by Fabio Junior Beneditto
9660
9661 2002-03-23 [paul]       0.7.4claws37
9662
9663         * src/mainwindow.c
9664                 move 'Gather addresses' to 'Tools' menu
9665                 make 'Selective download' sensitive
9666
9667 2002-03-23 [paul]       0.7.4claws36
9668
9669         * sync with 0.7.4cvs16
9670                 see ChangeLog entries 2002-03-23
9671
9672 2002-03-22 [christoph]  0.7.4claws35
9673
9674         * src/quote_fmt_parse.y
9675                 fix include program output
9676
9677 2002-03-22 [alfons]     0.7.4claws34
9678
9679         * src/pop.c
9680                 initialize GDate stack variable correctly (sorry!)
9681
9682 2002-03-22 [paul]       0.7.4claws33
9683
9684         * src/compose.c
9685           src/mainwindow.c
9686           src/prefs_actions.c
9687           src/prefs_common.c
9688                 rename 'Tool' to 'Tools'
9689
9690         * src/mainwindow.c
9691                 move 'Delete duplicated messages' from
9692                 'Message/' to 'Tools/'
9693                 re-arrange the order of 'Tools/' items
9694
9695 2002-03-22 [paul]       0.7.4claws32
9696
9697         * src/addr_compl.c
9698           src/addressbook.[ch]
9699                 auto-address completion now also matches on
9700                 Nickname. patch submitted by Bob Forsman 
9701                 <hammor@users.sourceforge.net>
9702
9703         * src/editaddress.c
9704                 correct a spelling mistake
9705
9706 2002-03-22 [alfons]     0.7.4claws31
9707
9708         * src/pop.c
9709                 fix getting uidl from incorrect string 
9710                 (spotted by Colin)
9711
9712 2002-03-21 [alfons]     0.7.4claws30
9713
9714         * src/pop.c
9715                 more code refactoring
9716                 plug mem leak introduced by delete on server
9717
9718 2002-03-21 [paul]       0.7.4claws29
9719
9720         * sync with 0.7.4cvs11
9721                 see ChangeLog entries 2002-03-20
9722
9723 2002-03-20 [alfons]     0.7.4claws28
9724
9725         * src/inc.c
9726                 apply Colin's patch and refactor
9727
9728 2002-03-20 [paul]       0.7.4claws27
9729
9730         * sync with sylpheed 0.7.4cvs9
9731                 see ChangeLog entry 2002-03-20
9732
9733 2002-03-19 [christoph]  0.7.4claws26
9734
9735         * src/mh.c
9736         * src/procmsg.[ch]
9737         * src/summaryview.c
9738                 revert changes for flag updates
9739                 (does not work correctly and no time to debug)
9740
9741 2002-03-20 [alfons]     0.7.4claws25
9742
9743         * src/pop.c
9744                 refactor should_delete() a little bit 
9745
9746 2002-03-19 [paul]       0.7.4claws24
9747
9748         * src/inc.[ch]
9749           src/pop.c
9750           src/prefs_account.[ch]
9751                 allow the user to leave downloaded mail on the 
9752                 server for n days. Patch submitted by Colin Leroy 
9753                 <colin@colino.net>
9754
9755 2002-02-19 [paul]       0.7.4claws23
9756
9757         * sync with sylpheed 0.7.4cvs8
9758                 see ChangeLog entries 2002-03-19
9759
9760 2002-03-18 [paul]       0.7.4claws22
9761
9762         * sync with sylpheed 0.7.4cvs6
9763                 see ChangeLog entry 2002-03-18
9764
9765 2002-03-18 [paul]       0.7.4claws21
9766
9767         * po/en_GB.po
9768                 add en_GB message catalogue
9769
9770         * src/mbox_folder.c
9771           src/prefs_account.c
9772           src/prefs_actions.c
9773                 correct a few spelling mistakes
9774
9775 2002-03-17 [alfons]     0.7.4claws20
9776
9777         * src/matcher.c
9778                 more stringent checks for NULL params when writing
9779                 filtering actions to a file
9780                 
9781 2002-03-17 [hoa]        0.7.3claws20
9782
9783         * src/news.c
9784                 fixed the count of new messages
9785
9786         * src/compose.c
9787                 fixed the "attachment properties" window
9788
9789 2002-03-17 [paul]       0.7.4claws19
9790
9791         * src/defs.h
9792           src/folder.h
9793           src/news.c
9794           src/prefs_account.[ch]
9795           src/procmsg.[ch]
9796           src/summaryview.c
9797                 automatically mark cross-posted messages as read 
9798                 and (optionally) give them a colour label
9799                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9800                 
9801
9802 2002-03-17 [paul]       0.7.4claws18
9803
9804         * sync with sylpheed 0.7.4cvs5
9805                 see ChangeLog entry 2002-03-17
9806
9807 2002-03-17 [melvin]     0.7.4claws17
9808         
9809         * src/textview.c
9810                 Worked around a gtktext 'bug': when searching for 
9811                 a text in a long message it was scrolling slowly
9812                 line by line until it hit the searched text.
9813         * po/fr.po
9814                 Updated French translation
9815
9816 2002-03-17 [melvin]     0.7.4claws16
9817
9818         * src/mainwindow.c
9819         * src/compose.c
9820         * src/prefs_actions.c
9821                 Moved "Edit/Actions" to "Tool/Actions"
9822                 Made mainwindow/compose window sensitive as soon as
9823                 no child process is running anymore even if the io dialog
9824                 is open.
9825                 Fixed a struct being initialized with a non constant char*
9826
9827 2002-03-16 [christoph]  0.7.4claws15
9828
9829         * configure.in
9830                 add --with-compiler-flags option
9831                 (only for developer hacking)
9832         * src/mh.c
9833         * src/procmsg.[ch]
9834         * src/summaryview.c
9835                 try to make folder-stats and flag handling more
9836                 independent from the summaryview. msgcounts
9837                 are only set when the folder is opened and
9838                 procmsg_msginfo_(un)set_flags will handle it
9839                 later and summaryview will get the values
9840                 from the folder.
9841
9842 2002-03-16 [paul]       0.7.4claws14
9843
9844         * src/messageview.c
9845                 fix Return-receipt. Patch submitted by Bob
9846                 Woodside <rwoodside1@comcast.net>
9847
9848 2002-03-16 [paul]       0.7.4claws13
9849
9850         * src/compose.c
9851                 fix 'dynamic' signatures, make it work again
9852                 broken during sync on 2002-03-14 (0.7.4claws2)
9853
9854 2002-03-15 [match]      0.7.4claws12
9855
9856         * src/addrharvest.[ch]
9857         * src/addrgather.[ch]
9858         * src/addressbook.[ch]
9859         * src/mainwindow.c
9860                 included address harvester feature. still some
9861                 issues with address parsing that I will fix.
9862
9863 2002-03-15 [match]      0.7.4claws11
9864
9865         * src/addrbook.[ch]
9866         * src/addrcache.[ch]
9867         * src/addressbook.[ch]
9868         * src/addrindex.c
9869         * src/editbook.c
9870         * src/importldif.c
9871         * src/importmutt.c
9872         * src/jpilot.[ch]
9873         * src/main.c
9874         * src/syldap.[ch]
9875         * src/vcard.[ch]
9876                 tidy up. fix memory leaks. moved attribs and methods
9877                 from individual interfaces to addrcache object. prep
9878                 for new stuff to come in.
9879
9880 2002-03-15 [alfons]     0.7.4claws10
9881
9882         * src/matcher.[ch]
9883         * src/matcher_parser_parse.y
9884         * src/matcher_parser_lex.l
9885         * src/prefs_matcher.c
9886                 add filtering conditions message greater than, smaller 
9887                 than, and exactly matching a size in bytes
9888                 (does not work with delete from POP3 server yet)
9889
9890                 this should also give others an idea what you should
9891                 do to add new criterions to claws filtering system
9892                 
9893
9894 2002-03-15 [paul]       0.7.4claws9
9895
9896         * tools/filter_conv.pl
9897                 exit if there are no filter rules to convert
9898                 rename filterrc to filterrc.old after completion
9899
9900 2002-03-15 [paul]       0.7.4claws8
9901
9902         * sync with sylpheed 0.7.4cvs3
9903                 see ChangeLog entry 2002-03-14
9904
9905 2002-03-14 [paul]       0.7.4claws7
9906
9907         * src/compose.c
9908                 clean up the last commit (ahem)
9909
9910 2002-03-14 [paul]       0.7.4claws6
9911
9912         * src/compose.c
9913                 fix bug #515655. honour account preferences
9914                 regarding gpg default signing/encryption when 
9915                 changing account from the compose window.
9916
9917 2002-03-14 [paul]       0.7.4claws5
9918
9919         * src/folderview.c
9920                 remove unnecessary curly brackets
9921
9922 2002-03-14 [paul]       0.7.4claws4
9923
9924         * src/folderview.c
9925           src/prefs_filtering.[ch]
9926                 add filter rename on folder rename and filter
9927                 delete on folder delete. Patch submitted by
9928                 Neill Miller <neillm@thecodefactory.org> 
9929
9930 2002-03-14 [christoph]  0.7.4claws3
9931
9932         * src/procmsg.c
9933         * src/send.c
9934                 fix local delivery
9935                 (patch submitted by "Simon 'corecode' Schubert")
9936         * src/prefs_common.c
9937         * src/procmsg.c
9938                 fix gcc 3.0 warning
9939
9940 2002-03-14 [paul]       0.7.4claws2
9941
9942         * sync with sylpheed 0.7.4cvs2
9943                 see ChangeLog entry 2002-03-13
9944
9945 2002-03-12 [darko]      0.7.4claws1
9946
9947         * src/mainwindow.c
9948                 fix what seems to be a copy and paste error
9949                 when setting color for important messages
9950                 (reported by wwp)
9951
9952 2002-03-11 [paul]       version 0.7.4claws released
9953
9954 2002-03-11 [paul]       0.7.4claws
9955
9956         * po/es.po
9957           po/it.po
9958           po/nl.po
9959           po/pt_BR.po
9960                 update message catalogs. Submitted by Ricardo Mones 
9961                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9962                 Fabio Junior Beneditto
9963
9964         * configure.in
9965           faq/Makefile.am
9966           faq/it/Makefile
9967           faq/it/sylpheed-faq*
9968           src/mainwindow.c
9969           src/manual.[ch]
9970                 add FAQ in Italian
9971         
9972
9973 2002-03-11 [jens]       0.7.3claws7
9974
9975         * po/de.po
9976                 updated German translation
9977
9978 2002-03-11 [melvin]     0.7.3claws6
9979
9980         * po/fr.po
9981                 updated and corrected French translation
9982
9983 2002-03-10 [hoa]        0.7.3claws5
9984
9985         * src/account.c
9986         * src/inc.c
9987         * src/prefs_account.c
9988         * src/procmsg.c
9989         * src/send.[ch]
9990                 fixed the local account.
9991                 you have to change the default "/usr/sbin/sendmail"
9992                 to "/usr/sbin/sendmail -t" in the preferences of
9993                 the local account.
9994
9995         * src/procmime.c
9996                 removed some debug display for renderer
9997
9998 2002-03-10 [paul]       0.7.3claws4
9999
10000         * faq/en/sylpheed-faq-1.html
10001           faq/en/sylpheed-faq-2.html
10002                 update
10003
10004 2002-03-09 [paul]       0.7.3claws3
10005
10006         * sync with sylpheed 0.7.4
10007                 see ChangeLog entry 2002-03-09
10008
10009 2002-03-08 [paul]       0.7.3claws2
10010
10011         * faq/en/sylpheed-faq*
10012           faq/es/sylpheed-faq*
10013           faq/fr/sylpheed-faq*
10014                 update the FAQs
10015
10016         * manual/fr/.cvsignore
10017           manual/fr/Makefilea.am
10018           manual/fr/sylpheed*
10019           src/mainwindow.c
10020           src/manual.[ch]
10021                 add the French manual
10022
10023 2002-03-07 [paul]       0.7.3claws1
10024
10025         * sync with sylpheed 0.7.3cvs4
10026                 see ChangeLog entries  2002-03-06 and 2002-03-07
10027         
10028         * po/nl.po
10029                 updated by Wilbert Berendsen
10030
10031 2002-03-07 [melvin]     0.7.2claws34
10032
10033         * src/selective_download.c
10034                 Changed the pixmap of the receive button to MAIL_RECEIVE.
10035
10036 2002-03-06 [paul]       0.7.2claws33
10037
10038         * sync with sylpheed 0.7.3cvs1
10039                 bug fix, see ChangeLog entry 2002-03-05
10040
10041 2002-03-05 [paul]       0.7.2claws32
10042
10043         * src/mimeview.c
10044           src/pgptext.[ch]
10045           src/procmsg.c
10046                 reverse the pgp ascii-armored code implemented in 
10047                 0.7.2claws16. removal of this code until it matures.
10048                 this means that verifying ascii-armored pgp sigs and
10049                 automatic decryption of ascii-armored encrypted
10050                 messages no longer works.
10051
10052 2002-03-05 [paul]       0.7.2claws31
10053
10054         * configure.in
10055           Makefile.am
10056         * faq/Makefile.am
10057         * faq/en/Makefile.am
10058           faq/en/sylpheed-faq.html
10059           faq/en/sylpheed-faq-1.html
10060           faq/en/sylpheed-faq-2.html
10061           faq/en/sylpheed-faq-3.html
10062         * faq/es/Makefile.am
10063           faq/es/sylpheed-faq.html
10064           faq/es/sylpheed-faq-1.html
10065           faq/es/sylpheed-faq-2.html
10066           faq/es/sylpheed-faq-3.html
10067           faq/es/sylpheed-faq-4.html
10068         * faq/fr/Makefile.am
10069           faq/fr/sylpheed-faq.html
10070           faq/fr/sylpheed-faq-1.html
10071           faq/fr/sylpheed-faq-2.html
10072           faq/fr/sylpheed-faq-3.html
10073         * src/Makefile.am
10074           src/defs.h
10075           src/mainwindow.c
10076           src/manual.[ch]
10077                 add FAQs in English, Spanish and French
10078
10079
10080 2002-03-05 [paul]       0.7.2claws30
10081
10082         * manual/en/sylpheed.html
10083           manual/en/sylpheed-XX.html
10084                 updated the English manual
10085
10086 2002-03-05 [hoa]        
10087
10088         * src/summaryview.c
10089                 dialog box pops up if the article can't be deleted.
10090
10091 2002-03-04 [paul]       
10092         
10093         * po/pt_BR.po
10094                 updated by Fabio Junior Benedito
10095
10096 2002-03-04 [hoa]
10097
10098         * removed ac/gpgme.m4
10099                 to avoid autogen common problem
10100                 developers have to install gpgme development package now
10101
10102         * src/compose.c
10103                 encoding to 7bit or 8bit is enabled.
10104
10105 2002-03-03 [alfons]     0.7.2claws29
10106
10107         * src/pop.c
10108                 merge fix by Oliver Haertel for selective
10109                 download buglet
10110
10111 2002-03-03 [paul]       0.7.2claws28
10112         
10113         * sync with sylpheed 0.7.3
10114
10115 2002-03-03 [paul]       0.7.2claws27
10116
10117         * sync with sylpheed 0.7.2cvs24
10118                 see ChangeLog entries 2002-03-02 and 2002-03-03
10119
10120 2002-03-02 [melvin]     0.7.2claws26
10121
10122         * src/inc.[ch]
10123         * src/main.c
10124         * src/mainwindow.c
10125         * src/prefs_common.[ch]
10126                 Added user definable notification on new mail arrival.
10127                 Removed unused variables in spell checker prefs code.
10128
10129 2002-03-02 [melvin]     0.7.2claws25
10130
10131         * src/quote_fmt.c
10132                 Removed unnecessary escape sequences.
10133                 Changed 'Initial...' to 'Initials of Sender'
10134
10135 2002-03-02 [paul]       0.7.2claws24
10136
10137         * sync with sylpheed 0.7.2cvs22
10138                 see ChangeLog entry 2002-03-01
10139
10140 2002-03-01 [hoa]        0.7.2claws23
10141
10142         * src/mainwindow.c
10143                 Set sensitivity of delete actions to active
10144                 even if the folder is a newsgroup.
10145
10146         * src/summaryview.c
10147                 - Set sensitivity of delete actions
10148                 - Added function check_permission() that will check if the
10149                   user is authorized to delete a message. For news, it
10150                   will check if the author is the same.
10151                 - Enabled deletion when there is no trash folder.
10152
10153         * src/news.[ch]
10154                 - Added news_cancel_article() to cancel articles
10155                 - Implemented news_remove_message() (public function)
10156
10157 2002-03-01 [paul]       0.7.2claws22
10158
10159         * src/gtkutils.c
10160           src/textview.c
10161                 recognise urls that that don't include 'http://' and
10162                 simply begin 'www.' 
10163
10164         * AUTHORS
10165                 remove duplicated name
10166
10167 2002-02-28 [paul]       0.7.2claws21
10168
10169         * src/mainwindow.c
10170           src/summaryview.[ch]
10171                 add ability to 'Select thread'
10172                 combines Melvin's "Select thread's head" patch (#510907)
10173                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10174                 patch (#518514) 
10175
10176 2002-02-28 [paul]       0.7.2claws20
10177
10178         * src/mimeview.c
10179                 hopefully fix segfault on right-clicking a mime part
10180                 that some people have experienced.      
10181                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10182
10183 2002-02-28 [paul]       0.7.2claws19
10184
10185         * sync with sylpheed 0.7.2cvs21
10186                 see ChangeLog entries 2002-02-27 and 2002-02-28
10187
10188 2002-02-27 [paul]       0.7.2claws18
10189
10190         * sync with sylpheed 0.7.2cvs18
10191                 see ChangeLog entries 2002-02-26 and 2002-02-27
10192
10193 2002-02-26 [alfons]     0.7.2claws17
10194
10195         * src/procheader.c
10196                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10197                 (spotted by Chris Hessman <idatech@gmx.net>)
10198
10199 2002-02-26 [paul]       0.7.2claws16
10200
10201         * src/mimeview.c
10202           src/pgptext.[ch]
10203           src/procmsg.c
10204                 make decryption of ascii-armored pgp encrypted messages
10205                 and verification of ascii-armored signatures work again.
10206                 slightly altered from the patch by Jens Jahnke 
10207                 <jan0sch@gmx.net>
10208
10209                 ##FIX ME##
10210                 * the checking of plaintext signatures always comes up in 
10211                   a popup box
10212                 * it doesn't work for multipart messages 
10213                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10214                   including the msg headers and these 2 line themselves, are 
10215                   not displayed
10216
10217         * src/mainwindow.c
10218                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10219                 "View/Message View" becomes "View/Separate Message View"
10220                 because its less ambiguous.
10221
10222         * po/es.po
10223                 updated by Ricardo Mones Lastra
10224
10225 2002-02-26 [paul]       0.7.2claws15
10226
10227         * sync with sylpheed 0.7.2cvs17
10228                 see ChangeLog entries 2002-02-25 and 2002-02-26
10229
10230 2002-02-25 [christoph]  0.7.2claws14
10231
10232         * src/filtering.[ch]
10233         * src/inc.c
10234                 do filtering stuff after all messages have been received
10235                   1. drop all messages to .processing
10236                   2. scan processing folder for messages
10237                   3. filter messages or move to inbox
10238                 this will also find old messages left in processing after
10239                 a crash or something like that and we get a real msginfo
10240                 from folder->get_msg_list and do not have to create our
10241                 own in filter_message
10242         * src/matcher_parser_parse.y
10243                 remove MIX/MAX warning (reordered includes)
10244
10245 2002-02-25 [paul]       0.7.2claws13
10246
10247         * sync with sylpheed 0.7.2cvs15
10248                 see ChangeLog entry 2002-02-24
10249
10250 2002-02-24 [alfons]     0.7.2claws12
10251
10252         * src/filtering.c
10253                 clear old color flags first when applying a new color to
10254                 a message info. 
10255                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10256
10257 2002-02-24 [alfons]     0.7.2.claws11
10258         
10259         * AUTHORS
10260         * src/prefs_common.c
10261                 add presets for Opera and Konqueror, closes patch #517261,
10262                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10263
10264 2002-02-24 [alfons]     0.7.2.claws10
10265
10266         * AUTHORS
10267         * src/summaryview.c
10268                 fix threading for null message ids, closes patch #521601,
10269                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10270
10271 2002-02-24 [alfons]     0.7.2claws9
10272
10273         * src/summaryview.c
10274         * src/filtering.c
10275                 make Tool | Filter Message work with filtering system so
10276                 setting flags also works
10277
10278                 TODO:
10279
10280                 - Processing uses the same function as Tool | Filter
10281                   Message, but doesn't use the same update proc yet
10282
10283 2002-02-23 [paul]       0.7.2claws8
10284
10285         * sync with sylpheed 0.7.2cvs14
10286                 see ChangeLog entries 2002-02-22 and 2002-02-23
10287
10288 2002-02-22 [christoph]  0.7.2claws7
10289
10290         * src/quote_fmt.c
10291                 Add column space to table
10292         * src/quote_fmt_parse.y
10293                 Close files
10294
10295 2002-02-22 [paul]       0.7.2claws6
10296
10297         * src/Makefile.am
10298           src/defs.h
10299           src/filtering.c
10300           src/inc.[ch]
10301           src/mainwindow.c
10302           src/matcher.[ch]
10303           src/matcher_parser_lex.l
10304           src/matcher_parser_parse.y
10305           src/pop.[ch]
10306           src/prefs_account.h
10307           src/prefs_filtering.c
10308           src/selective_download.[ch]   *** NEW FILES ***
10309           src/utils.[ch]
10310           po/POTFILES.in
10311                 Selective Download added to 'Tool' menu. 
10312                 Retrieves email headers of the currently selected pop3 
10313                 account and allows the user to mark emails for deletion 
10314                 right on the pop3 server. Patch submitted by Oliver Haertel 
10315                 <oha@users.sourceforge.net>.
10316         
10317         * po/POTFILES.in
10318                 add 'src/quote_fmt.c'           
10319
10320 2002-02-22 [christoph]  0.7.2claws5
10321
10322         * src/Makefile.am
10323                 added quote_fmt.c
10324         * src/prefs_common.[ch]
10325         * src/prefs_template.c
10326         * src/quote_fmt.c               *** NEW FILE ***
10327         * src/quote_fmt.h
10328                 move quote format symbol description code
10329                 to it's own file because it is used from
10330                 differnent code parts
10331                 Rewrote symbol description GUI
10332                   + use table
10333                   + add separators
10334                   + get data from array (no more long constant strings)
10335         * src/quote_fmt_lex.l
10336         * src/quote_fmt_parse.y
10337                 Symbol for Literal % changed to \% instead of %%
10338                 (More logical as \ is used for quoting for other symbols)
10339                 Add |f and |p to include files and program output
10340                 Examples:
10341                     |f{/home/.../.signature}
10342                     |p{date}
10343         * po/de.po
10344                 Correct wrong spelling for "Referenzen"
10345
10346 2002-02-21 [paul]       0.7.2claws4
10347
10348         * src/procmsg.c
10349                 forgotten during sync
10350
10351 2002-02-21 [paul]       0.7.2claws3
10352
10353         * sync with sylpheed 0.7.2cvs11
10354                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10355                 2002-02-20 and 2002-02-21
10356
10357 2002-02-20 [melvin]     0.7.2claws2
10358
10359         * src/prefs_actions.c
10360                 Added error report when child cannot fork or when execvp 
10361                 returns with an error.
10362
10363 2002-02-19 [christoph]  0.7.2claws1
10364
10365         * src/codeconv.c
10366                 return unconverted text if conde conversion is not possible
10367                 when libjconv is used.
10368                 (patch submitted by "Simon 'corecode' Schubert")
10369
10370 2002-02-19 [paul]       
10371
10372         * version 0.7.2claws release
10373
10374 2002-02-19 [paul]       0.7.2claws
10375
10376         * po/nl.po
10377                 updated by Wilbert Berendsen
10378
10379
10380 2002-02-18 [alfons]     0.7.1claws13
10381
10382         * src/syldap.c
10383         * src/jpilot.c
10384                 remove references to dlfcn and explicitly loading functions
10385                 from dynalink libs, because libs linked anyway, and functions
10386                 are loaded explicitly
10387
10388 2002-02-17 [melvin]     0.7.1claws12
10389
10390         * src/prefs_actions.c
10391                 Replaced children wait loop with double fork technique.
10392                 Now, input/output window updated at each new output.
10393                 free_children(): Fixed a memory leak.
10394                 Made input/output window non closable if running children
10395                 still exist.
10396                 Added missing <unistd.h> include.
10397                 Added some --debug outputs.
10398
10399 2002-02-17 [melvin]     0.7.1claws11
10400
10401         * src/summaryview.c
10402                 Fixed bug where descending sort order did not select top
10403                 message.
10404
10405 2002-02-17 [melvin]     0.7.1claws10
10406
10407         * acconfig.h
10408                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10409         * src/prefs_common.c
10410                 Pspell data package directory no more hard coded but
10411                 set during configuration (PSPELL_PATH). (Thanks to 
10412                                 Gustavo Noronha Silva.)
10413
10414 2002-02-17 [melvin]     0.7.1claws9
10415
10416         * configure.in
10417                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10418         * src/gtkspell.c
10419                 Fixed compile-time warnings.
10420
10421 2002-02-16 [alfons]     0.7.1claws8
10422
10423         * src/filesel.c
10424                 fix inadvertent free of NULL pointer which caused
10425                 sylpheed to crash when closing the save-as dialog
10426                 using the window close button
10427
10428 2002-02-16 [carsten]    0.7.1claws7
10429         * src/mainwindow.[ch]
10430           src/summaryview.c
10431           src/prefs_common.c
10432                 fixes for pixmap theming code:
10433                         - recently changed mail attributes shouldn't get
10434                           lost any longer
10435                         - theme is only reloaded iff another theme was
10436                           selected
10437
10438 2002-02-16 [paul]       0.7.1claws6
10439
10440         * sync with sylpheed 0.7.2 release
10441                 see ChangeLog entry 2002-02-15 and 2002-02-16
10442
10443 2002-02-15 [paul]       0.7.1claws5
10444
10445         * sync with sylpheed 0.7.1cvs9
10446                 see ChangeLog entry 2002-02-15
10447
10448         * po/POTFILES.in
10449                 remove unneeded headerwindow.c entry
10450
10451 2002-02-14 [carsten]    0.7.1claws4
10452         * src/summaryview.c
10453                 fixed a bug for "Go to next unread message": there was
10454                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10455                 in the prefs, because of doing "Search again" instead
10456                 "No"
10457
10458 2002-02-14 [carsten]    0.7.1claws3
10459         * src/stock_pixmap.c
10460                 removed 2 more mem leaks; following memprof,
10461                 this code is "leak free" now :)
10462
10463 2002-02-14 [carsten]    0.7.1claws2
10464         * src/stock_pixmap.c
10465                 used opendir/readdir/closedir instead of scandir
10466                 -> code should work now on Solaris
10467
10468 2002-02-14 [paul]       0.7.1claws1
10469
10470         * sync with sylpheed 0.7.1cvs8
10471                 see ChangeLog entries 2002-02-13 and 2002-02-14
10472
10473         * README.claws
10474                 add some description of Actions and Pixmap Themes
10475
10476 2002-02-13 [paul]       
10477
10478         * version 0.7.1claws release
10479
10480 2002-02-13 [paul]       0.7.1claws
10481
10482         * po/es.po
10483           po/it.po
10484           po/pt_BR.po
10485                 updated translations, submitted by Ricardo Mones Lastra,
10486                 Alessandro Maestri and Fabio Junior Beneditto
10487
10488 2002-02-13 [melvin]     0.7.0claws75
10489
10490         * src/prefs_actions.c
10491                 Added missing "signal.h" include
10492
10493 2002-02-13 [melvin]     0.7.0claws74
10494
10495         * src/prefs_folder_item.c
10496                 Added missing "config.h" include
10497         * po/fr.po
10498                 Updated French translation for folder propriety.
10499
10500 2002-02-13 [jens]       0.7.0claws73
10501
10502         * po/POTFILES.in
10503                 Added missing src/prefs_folder_item.c [log added by melvin]
10504         * po/de.po
10505                 Updated German translation.
10506
10507 2002-02-13 [melvin]     0.7.0claws72
10508
10509         * po/fr.po
10510                 Updated French translation.
10511
10512 2002-02-13 [melvin]     0.7.0claws71
10513
10514         * src/gtkutils.c
10515                 Made gtkut_editable_get_selection return NULL if selection
10516                 is of length zero.
10517                 This fixes a bug where selecting part of message A then
10518                 switching to message B and replying to it will not
10519                 quote the message's body.
10520
10521 2002-02-12 [paul]       0.7.0claws70
10522
10523         * src/mainwindow.c
10524                 cosmetic, relating to pixmap themes: on toolbar make 
10525                 updating of 'Exec' and 'Compose news/Compose email'
10526                 icons faster.
10527
10528 2002-02-12 [carsten]    0.7.0claws69
10529         * src/folderview.c
10530           src/mainwindow.[ch]
10531           src/stock_pixmap.c
10532           src/summaryview.c
10533           src/prefs_common.c
10534                 - refreshing after changing pixmap theme better
10535                   now (thanks Paul)
10536                 - wanted to remove some mem leaks, but alfons was
10537                   faster (and had the better solution ;)
10538
10539 2002-02-12 [alfons]     0.7.0claws68
10540
10541         * src/prefs_common.c
10542         * src/stock_pixmap.[ch]
10543                 plug mem leaks, refactor code a little bit
10544
10545
10546 2002-02-12 [sergey]     0.7.0claws67
10547
10548         * src/imap.c
10549                 Fixed problem with copying messages to IMAP folders when the
10550                 server uses something other than '/' as a namespace separator
10551                 (cyrus-imapd uses '.').
10552
10553 2002-02-12 [jens]       0.7.0claws66
10554
10555         * po/de.po
10556                 Updated German Translation
10557
10558 2002-02-12 [paul]       0.7.0claws65
10559
10560         * sync with sylpheed 0.7.1cvs1
10561                 see ChangeLog entry 2002-02-12
10562
10563 2002-02-12 [melvin]     0.7.0claws64
10564
10565         * src/prefs_actions.c
10566                 Fixed "feature" where children's output was duplicated 
10567                 instead of refreshed while monitoring.
10568                 Removed some debug code.
10569
10570 2002-02-12 [christoph]  0.7.0claws63
10571
10572         * src/compose.c
10573                 always delete message from queue after sending/send error
10574                 (closes bug #509601)
10575
10576 2002-02-12 [melvin]     0.7.0claws62
10577
10578         * src/prefs_actions.c
10579                 Children wait loop is now triggered with a timeout of 1s
10580                 Added %F which is replaced with the list of filenames 
10581                 of all selected messages (as suggested by Ricardo Mones Lestra)
10582                 Pipe syntax changed. Prefix with | to send selection, postfix
10583                 with | to retrieve output. Prefix with > or * to send
10584                 user definable input to the command (*: input is hidden)
10585                 Old pipe action should now be postfixed with |, too.
10586
10587 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10588         * src/stock_pixmap.c
10589                 fixed a bug: if there's no theme directory don't
10590                 throw an error, just do "nothing" (thanks Alfons)
10591
10592 2002-02-12 [carsten]    0.7.0claws60
10593         * src/folderview.c
10594           src/summaryview.c
10595                 had to write the cache twice (nasty!); some marks would 
10596                 get lost if not
10597
10598 2002-02-11 [carsten]    0.7.0claws59
10599         * acconfig.h
10600           configure.in
10601           doc-src/maintainer_guide.txt
10602           src/compose.[ch]
10603           src/defs.h
10604           src/folderview.[ch]
10605           src/gtkutils.[ch]
10606           src/mainwindow.[ch]
10607           src/prefs_common.[ch]
10608           src/stock_pixmap.[ch]
10609           src/summaryview.[ch]
10610                 pixmap theming and related work on pixmap
10611                 handling on some other places
10612                 (e.g. hrm features for all folder)
10613           src/pixmap/stock_*.xpm -> the stock_ was removed
10614         
10615 2002-02-11 [paul]       0.7.0claws58
10616
10617         * sync with sylpheed 0.7.1 release
10618                 see ChangeLog entries 2002-02-11
10619
10620 2002-02-08 [paul]       0.7.0claws57
10621
10622         * sync with sylpheed 0.7.0cvs39
10623                 see ChangeLog entry 2002-02-07 (last entry) 
10624
10625         * src/prefs_actions.c
10626           src/prefs_filtering.c
10627           src/prefs_matcher.c
10628           src/prefs_scoring.c
10629                 sync: made it compile with C compilers other than gcc
10630
10631 2002-02-07 [paul]       0.7.0claws56
10632
10633         * sync with sylpheed 0.7.0cvs38
10634                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10635                 2002-02-07
10636
10637 2002-02-07 [darko]      0.7.0claws55
10638
10639         * src/gtkutils.[ch]
10640         * src/summaryview.c
10641                 Fix const gchar */gchar * issue (thanks Hiro)
10642
10643 2002-02-07 [darko]      0.7.0claws54
10644
10645         * src/compose.[ch]
10646         * src/filtering.c
10647         * src/gtkutils.[ch]
10648         * src/prefs_template.c
10649         * src/quote_fmt.h
10650         * src/quote_fmt_parse.y
10651         * src/summaryview.c
10652         * src/utils.[ch]
10653                 When replying or forwarding an email don't quote the entire
10654                 mail body but use the part of the message text that is selected
10655
10656 2002-02-06 [melvin]     0.7.0claws53
10657
10658         * src/prefs_common.[ch]
10659         * src/gtkspell.[ch]
10660         * src/compose.c
10661                 Made possible to switch quickly to last used dictionary
10662                 which makes checking bilingual documents easier.
10663
10664 2002-02-06 [melvin]     0.7.0claws52
10665         
10666         * po/POTFILES.in
10667                 Added forgotten new file src/prefs_actions.c
10668
10669 2002-02-06 [melvin]     0.7.0claws51
10670
10671         * src/prefs_actions.c   ** NEW FILE **
10672         * src/prefs_actions.h   ** NEW FILE **
10673                 Added actions to execute on message text view, or on the
10674                         message's file.
10675         * src/Makefile.am
10676                 Added src/prefs_actions.[ch]
10677         * src/compose.c
10678                 Added new menu "Edit/Actions"
10679         * src/defs.h
10680                 Added new actionsrc file.
10681         * src/main.c
10682                 Added actionsrc reading.
10683         * src/mainwindow.c
10684                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10685         * src/prefs_common.h
10686                 Added new element actionslst element to prefs_common.
10687
10688 2002-02-06 [paul]       0.7.0claws50
10689
10690         * sync with sylpheed 0.7.0cvs36
10691                 see ChangeLog entry 2002-02-06
10692
10693 2002-02-05 [paul]
10694
10695         * po/es.po
10696                 updated by Ricardo Mones Lastra
10697
10698 2002-02-05 [paul]       0.7.0claws49
10699
10700         * sync with sylpheed 0.7.0cvs33
10701                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10702
10703 2002-02-05 [paul]       0.7.0claws48
10704
10705         * src/compose.c
10706                 re-add 'Edit/Advanced/Delete entire line', previously named
10707                 'Delete Line+'
10708
10709 2002-02-04 [paul]       0.7.0claws47
10710
10711         * src/compose.c
10712           src/summaryview.c
10713                 fix bug #494993 (Reply All not taking Reply-To into consi)
10714                 eliminate differences in behaviour of right-click 'Reply to all' 
10715                 in summary view and 'Reply to all' on the toolbar. 
10716                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10717                 view and From gets ignored by 'Reply to all' on toolbar.
10718                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10719                 From when no Reply-To header is present.
10720
10721 2002-02-04 [paul]       0.7.0claws46
10722
10723         * sync with sylpheed 0.7.0cvs30
10724                 see ChangeLog entries 2002-02-03 and 2002-02-04
10725
10726 2002-02-03 [melvin]     0.7.0claws45
10727
10728         * src/gtkspell.[ch]
10729                 Readded function to highlight all misspelled words.
10730                 Fixed bug where user-provided-words did not replace
10731                         correctly the misspelled word when using the mouse.
10732                 Fixed bug where checking a region selected from right to left did
10733                         not check the region at all.
10734                 Fixed bug where 'Check backwards' may not check at all. 
10735                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10736                 Fixed possible buffer overflow when checking for long strings (>1k).
10737                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10738                 Accelerators code uses now gtk_widget_add_accel.
10739                 Removed and disabled obsolete and unfinished code.
10740                 Cleaning up.
10741
10742         * src/compose.c
10743                 Added menu item to Highlight all misspelled words.
10744
10745 2002-02-01 [paul]       0.7.0claws44
10746
10747         * src/mainwindow.c
10748                 fix '/View/Hide read messages' sensitivity when all
10749                 messages in a folder are hidden
10750
10751 2002-02-01 [paul]       0.7.0claws43
10752
10753         * src/main.c
10754                 add --send option to command line interface, sends all
10755                 queued mail. Patch submitted by Ricardo Mones Lastra.
10756
10757 2002-01-31 [paul]       0.7.0claws42
10758
10759         * src/mainwindow.c
10760                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10761
10762 2002-01-31 [paul]       0.7.0claws41
10763
10764         * sync with sylpheed 0.7.0cvs27
10765                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10766                 and 2002-01-31
10767
10768         * src/textview.c
10769                 comment out elements of textview_show_part() as temporary
10770                 workaround for attachment 'Display as text' bug 
10771
10772         * po/pt_BR.po
10773                 updated by Fabio Junior Beneditto
10774
10775 2002-01-30 [paul]       0.7.0claws40
10776
10777         * sync with sylpheed 0.7.0cvs24
10778                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10779                 and 2002-01-30
10780
10781         * src/compose.c
10782                 add {N_("/_Spelling"), ... "<Branch>"} to 
10783                 GtkItemFactoryEntry compose_entries[]
10784
10785         * src/prefs_common.c
10786                 add claws menu items to prefs_keybind_apply_clicked()
10787                 and remove non-claws menu items
10788
10789 2002-01-29 [paul]       0.7.0claws39
10790
10791         * sync with sylpheed 0.7.0cvs22
10792                 see ChangeLog entries 2002-01-28 and 2002-01-29
10793
10794 2002-01-28 [melvin]     0.7.0claws38
10795
10796         * src/compose.c
10797                 Added the declartion of compose_send_control_enter.
10798
10799         * src/compose.c
10800         * src/gtkspell.[ch]
10801                 Added in a 'Spelling' menu which includes the configuration menu. 
10802                 Added a real 'Check all' and got rid from the old one which only
10803                 highlited misspelled word.
10804                 Made 'Check while typing' a disableable option.
10805                 Added a dialog when there are no more misspelled word.
10806                 Added a dialog if error occurs when switching to a dictionary.
10807         
10808         * src/prefs_common.[ch]
10809                 Added option for the default 'Check while typing' option.
10810
10811
10812 2002-01-28 [alfons]     0.7.0claws37
10813
10814         * src/compose.c
10815                 fix buglet and make code comply with sylpheed code style
10816
10817 2002-01-28 [paul]       0.7.0claws36
10818
10819         * sync with sylpheed 0.7.0cvs19
10820                 see ChangeLog entries for 2002-01-28
10821
10822 2002-01-28 [hoa]        0.7.0claws35
10823
10824         * src/defs.h
10825                 added rendererrc
10826
10827         * src/main.c
10828                 read the renderer config
10829
10830         * src/procmime.[ch]
10831                 use the renderer config to convert mime attachments
10832
10833         * src/textview.c
10834                 don't use textview_show_html/ertf,
10835                 use get_text_content instead
10836
10837 2002-01-27 [alfons]     0.7.0claws34
10838         
10839         * src/news.c
10840                 make sylpheed believe it can delete a news message...
10841                 (messages are NOT deleted, maybe we should remove
10842                 processing from the folder properties after all.)
10843
10844 2002-01-27 [alfons]     0.7.0claws33
10845
10846         * src/folder.c
10847                 add extra checks
10848         * src/news.c
10849                 implement remove_msg() 
10850
10851 2002-01-27 [alfons]     0.7.0claws32
10852
10853         * src/procmsg.h
10854         * src/procheader.c
10855         * src/messageview.c
10856                 fix return receipt / disposition notification again. this
10857                 stuff seems to break on _every_ major summary UI change, so
10858                 it's now implemented using a flag which is saved in the
10859                 marks cache
10860                 
10861 2002-01-26 [alfons]     0.7.0claws31
10862
10863         * src/import.c
10864                 let import dialog show the destination folder identifier
10865
10866 2002-01-26 [melvin]     0.7.0claws30
10867
10868         * src/folderview.c
10869         * src/summaryview.c
10870                 Readded 'Mark all read' into summary view popup menu
10871                 Added 'Mark all read' in folder view popup menu for IMAP
10872                 and NNTP.
10873                 Made it insensitive if the selected folder is not the shown
10874                 one to avoid 'Mark all read' on the wrong folder.
10875                 
10876 2002-01-26 [paul]       0.7.0claws29
10877
10878         * src/folderview.c
10879           src/summaryview.c
10880                 move 'Mark all read' from summary view to folder view
10881                 menu. (adapted from) patch submitted by Jeremy Andrews,
10882                 <lists@kerneltrap.com>
10883
10884 2002-01-25 [alfons]     0.7.0claws28
10885
10886         * src/gtkstext.c
10887                 put the gtk class name back so GtkSText adapts the 
10888                 settings of GtkText
10889
10890 2002-01-25 [alfons]     0.7.0claws27
10891
10892         * src/folderview.c 
10893                 assimilate Ricardo's patch that shows pixmaps instead of
10894                 plain "new" and "unread" texts in the folder view column
10895                 headers 
10896
10897 2002-01-25 [paul]       0.7.0claws26
10898
10899         * src/Makefile.am
10900                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10901                 be found in non-standard locations. 
10902                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10903
10904 2002-01-25 [paul]       0.7.0claws25
10905
10906         * sync with sylpheed 0.7.0cvs16
10907                 see ChangeLog entry 2002-01-25
10908
10909 2002-01-24 [paul]       0.7.0claws24
10910
10911         * more sync with sylpheed 0.7.0cvs15
10912                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10913
10914 2002-01-23 [sergey]     0.7.0claws23
10915
10916         * src/importldif.c
10917                 Fixed segfault when closing LDIF import wizard with
10918                 the window manager.
10919         * src/imageview.c
10920         * src/imageview.h
10921         * src/messageview.c
10922         * src/mimeview.c
10923                 Fixed wrong scrolling position after switching between
10924                 text and image parts.
10925
10926 2002-01-23 [paul]       0.7.0claws22
10927
10928         * sync with sylpheed 0.7.0cvs15
10929                 see ChangeLog entries 2002-01-22 and 2002-01-23
10930
10931 2002-01-21 [melvin]     0.7.0claws21
10932
10933         * src/prefs_scoring.c
10934         * src/prefs_filtering.c
10935                 Fixed bug where scoring and filtering windows stopped
10936                 autochecking.
10937
10938 2002-01-21 [paul]       0.7.0claws20
10939
10940         * sync with sylpheed 0.7.0cvs12
10941                 see ChangeLog entries 2002-01-20 and 2002-01-21
10942
10943 2002-01-21 [carsten]    0.7.0claws19
10944         * src/mainwindow.c
10945         * src/menu.[ch]
10946         * src/messageview.[ch]
10947         * src/summaryview.[ch]
10948                 changes to shortcuts handling again:
10949                         + "Q" now controled by mainwin
10950                         + v/V are now customizable and have slightly
10951                           different meanings
10952                 the "button" to minimize the messageview (and maximize
10953                 the summary view) is a real button now
10954         * src/compose.c
10955                 "Delete Line+" added to Edit/Advanced (this will also
10956                 delete the '\n')
10957
10958 2002-01-20 [melvin] 0.7.0claws18
10959
10960         * src/addressbook.c
10961                 Made "Bcc" sensitive when addressbook is called from
10962                 compose window (it was a Claws only bug).
10963
10964 2002-01-19 [alfons] 0.7.0claws17
10965
10966         * src/inc.c
10967                 prevent unnecessary updates when currently selected folder has
10968                 no new messages 
10969
10970 2002-01-19 [alfons] 0.7.0claws16
10971         
10972         * src/summaryview.c
10973                 prevent writing the cache based on current message list in summary 
10974                 view when filtering also put messages in currently selected folder
10975
10976 2002-01-19 [paul]
10977
10978         * po/it.po
10979                 Italian translation submitted by Alessandro Maestri
10980                 <a.maestri@cs.tin.it>
10981
10982 2002-01-18 [melvin]     0.7.0claws15
10983
10984         * src/prefs_filters.c
10985                 fixed bug where 'cancel' from 'filters' window stops autochecking
10986                 if the timer timed out  when the window was open.
10987
10988 2002-01-18 [match]      0.7.0claws14
10989
10990         * src/addrclip.[ch]     ** NEW FILE **
10991         * src/addrselect.[ch]   ** NEW FILE **
10992         * src/adbookbase.h      ** NEW FILE **
10993                 addressbook cut, copy and paste
10994         * src/addrbook.[ch]
10995         * src/addrcache.[ch]
10996         * src/addressitem.h
10997         * src/addrindex.[ch]
10998         * src/addritem.[ch]
10999         * src/importldif.c
11000         * src/importmutt.c
11001         * src/jpilot.[ch]
11002         * src/syldap.[ch]
11003         * src/vcard.[ch]
11004         * src/jpilot.[ch]
11005         * src/editbook.c
11006         * src/editjpilot.c
11007         * src/editldap.c
11008         * src/editvcard.c
11009                 support for copy/paste
11010         * src/addressbook.c
11011                 support for copy/paste
11012                 tidy up menu option processing
11013                 correct address list function arguments
11014         * src/editaddress.c
11015                 sort user attributes
11016         * src/ldif.h
11017         * src/mutt.h
11018                 tidy up
11019
11020         * src/addrbook.[ch]
11021         * src/addrbook.[ch]
11022         * src/addrbook.[ch]
11023                 
11024
11025 2002-01-18 [paul]       0.7.0claws13
11026
11027         * sync with sylpheed 0.7.0cvs8
11028                 configure.in: support Mac OS X (Darwin)
11029
11030 2002-01-18 [carsten]    0.7.0claws12
11031         * src/html.c
11032                 small hack to fix a segfault with an empty href
11033                 (reported by Alexandra Walford <deeni@altern.org>)
11034         * src/mainwindow.c
11035         * src/summaryview.c
11036                 the shortcuts for Mark und Mark as unread are hardcoded
11037                 again
11038         * src/compose.c
11039         * src/gtkstext.[ch]
11040                 readded the shortcuts in gtkstext but made them
11041                 customizeable (simply by adding a menu plus a wrapper
11042                 to compose.c)
11043
11044 2002-01-17 [melvin]     0.7.0claws11
11045
11046         * src/gtkspell.c
11047                 fix default dictionary not being saved.
11048
11049 2002-01-16 [darko]      0.7.0claws10
11050
11051         * src/compose.c
11052                 fix wrapping crash with URL longer than wrapping margin
11053
11054 2002-12-08 [hoa]        0.7.0claws10
11055
11056         * src/matcher_parser_parse.y
11057                 fixed some bugs
11058
11059         * src/prefs_filtering.c
11060                 now, we can use bounce action in the dialog box.
11061
11062 2002-01-16 [carsten]    0.7.0claws9
11063         * src/gtkstext.c
11064                 removed the <control> and <alt> shortcuts because they're
11065                 not needed and interefered with the "normal" shortcuts
11066         * src/mainwindow.c
11067         * src/summaryview.c
11068                 removed most of the hardcoded shortcuts and assigned
11069                 them to menu entries making them easy customizable by
11070                 that
11071
11072 2002-01-16 |melvin]     0.7.0claws8
11073
11074         * src/gtkspell.c
11075                 fixed bug where using the mouse and when the compose
11076                 window is not on top may result in a crash.
11077
11078 2002-01-16 [melvin]     0.7.0claws7
11079
11080         * src/compose.c
11081                 fixed a long standingspell checker bug which could 
11082                 cause a crash after sending a message.
11083
11084 2002-01-16 [paul]       0.7.0claws6
11085
11086         * sync with sylpheed 0.7.0cvs7
11087                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11088                 2002-01-15, and 2002-01-16
11089
11090 2002-01-16 [melvin]     0.7.0claws5
11091
11092         * README.claws
11093         * src/compose.c
11094         * src/gtkspell.[ch]
11095         * src/main.c
11096                 Heavily modified spell checker code to work around
11097                 ispell bug, to add keyboard shortcuts and for future
11098                 enhancements. See README.claws for usage information.
11099
11100 2002-01-15 [alfons]     0.7.0claws4
11101         
11102         * src/summaryview.c
11103                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11104                 so sorting within threads reflects sort mode
11105
11106 2002-01-15 [christoph]  0.7.0claws3
11107
11108         * src/procmsg.c
11109                 added alertpanel if mail sending failed
11110
11111 2002-01-15 [alfons]     0.7.0claws2
11112         
11113         * src/prefs_filtering.c
11114                 don't stop timer when prefs filtering dialog is opened
11115
11116 2002-01-14 [alfons]     0.7.0claws1
11117
11118         * src/addr_compl.c
11119         * src/prefs.c
11120                 remove debug_print()s for privacy reasons
11121
11122 2002-01-14 [darko]      0.7.0claws
11123
11124         * README.claws
11125                 quotation wrapping is now also in the main branch
11126
11127 2002-01-14 [paul]
11128
11129         * tools/filter_conv.pl
11130                 allow for Boolean Op and case-sensitivity
11131                 this file is included in the release and tagged
11132                 'rel_0_7_0'
11133
11134 2002-01-13 [paul]       0.7.0claws
11135
11136         * release 0.7.0, with cvs tag 'rel_0_7_0'
11137
11138 2002-01-13 [paul]
11139
11140         * tools/filter_conv.pl
11141         * tools/README
11142                 rewritten to output to matcherrc instead of filteringrc
11143
11144         * po/es.po
11145                 updated Spanish translation by Ricardo Mones Lastra
11146
11147 2002-01-13 [alfons]
11148
11149         * po/nl.po
11150                 update dutch translation
11151
11152 2002-01-13 [paul]
11153
11154         * po/pt_BR.po
11155                 Updated by Fabio Junior Beneditto 
11156
11157 2002-01-13 [melvin]     0.6.6claws53
11158
11159         * po/fr.po
11160                 Updated french translation
11161
11162 2002-01-12 [alfons]     0.6.6claws52
11163
11164         * src/filtering.c
11165                 plug mem leak that has been sitting there for ages              
11166
11167 2002-01-12 [alfons]     0.6.6claws51
11168
11169         * src/summaryview.c
11170                 undo melvin's changes from 0.6.6claws48 because summary
11171                 view now refuses to select first unread message when
11172                 selecting a folder 
11173
11174 2002-01-11 [alfons]     0.6.6claws50
11175
11176         * src/import.c
11177                 use claws' semantics for getting folder item when
11178                 importing an mbox file into a folder 
11179                 (submitted by Dale P. Smith)
11180
11181 2002-01-11 [christoph]  0.6.6claws49
11182
11183         * src/prefs.h
11184                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11185                 toggle widget, because non static prefs can not use
11186                 prefs_set_* functions
11187         * src/prefs_account.c
11188                 toggle smtp auth password field sensitivity if
11189                 user id is empty and add descrition of usage for
11190                 these fields
11191         * src/prefs_folder_item.c
11192                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11193                 callbacks
11194
11195 2002-01-11 [melvin]     0.6.6claws48
11196
11197         * src/compose.c
11198                 fix the 'Ctrl-Enter' feature for sending and test really
11199                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11200                 editables which was not documented in Gtk)
11201
11202         * src/summaryview.c
11203                 Made summaryview refresh after sorting and not before.
11204
11205 2002-01-11 [christoph]  0.6.6claws47
11206
11207         * src/compose.c
11208                 select account from account ids if possible and
11209                 correctly set save folder for copy in reedit
11210
11211 2002-01-10 [paul]       0.6.6claws46
11212
11213         * sync with sylpheed 0.7.0 release
11214                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11215                 2002-01-09
11216
11217 2002-01-09 [alfons]
11218
11219         * src/summaryview.c
11220                 remove more dirt traces...
11221
11222 2002-01-09 [alfons]
11223         
11224         * src/summaryview.c
11225                 clean up some traces of my debugging stuff
11226
11227 2002-01-09 [alfons]     0.6.6claws45
11228
11229         * src/filtering.c
11230                 break up filteringprop_apply() in three separate pieces
11231                 so we can drop messages that failed processing in the
11232                 inbox
11233
11234         * src/summaryview.c
11235                 fix bug #469598 "no refresh of inbox after filter" which 
11236                 was introduced by the new summary view locking, and which 
11237                 prevented the summary view to update after a manual filter 
11238                 message. claw's filter message requires a summary_show().
11239                 (aargh, summary_show() again! :-)
11240                 
11241 2002-01-07 [alfons]     0.6.6claws44
11242
11243         * src/headerwindow.c
11244         * src/logwindow.c
11245         * src/messageview.c
11246         * src/sourcewindow.c
11247                 bring in Hiro's last 0.7.0 wm class fixes
11248
11249         * tools/sylprint.pl
11250                 bring in Ricardo's fix for sylprint script
11251
11252         * AUTHORS       
11253         * src/rfc2015.[ch]
11254         * src/prefs_common.[ch]
11255         * src/prefs_account.[ch]
11256         * src/compose.c
11257                 clean up account preference poison in rfc2015,
11258                 and preparation to fix double sign bug 
11259                 (patch submitted by Simon 'corecode' Schubert)
11260
11261 2002-01-07 [christoph]  0.6.6claws43
11262
11263         * src/mh.c
11264                 search for free message number, do not only rely
11265                 on last_num
11266         * src/send.c
11267                 fix smtp auth and use extra account information
11268                 if available, if not use pop3 data instead
11269                 (closes bug #500341)            
11270         * src/ssl.[ch]
11271                 match coding style
11272
11273 2002-01-06 [alfons]     0.6.6claws42
11274
11275         * src/mainwindow.c
11276                 try making the separate windows work again...
11277
11278 2002-01-06 [alfons]     0.6.6claws41
11279
11280         * src/mainwindow.c
11281                 adapt Hiro's separate window menu (to get rid of the funny
11282                 duplicate menu items), and make it work again
11283
11284 2002-01-06 [alfons]     0.6.6claws40
11285
11286         * tools/Makefile.am
11287         * tools/sylprint.rc
11288         * tools/sylprint.pl
11289         * tools/README.sylprint
11290                 add sylprint script for printing mails from Sylpheed
11291                 (contributed by Ricardo Mones Lastra)
11292
11293         * src/acount.c
11294                 clean up
11295
11296 2002-01-06 [melvin]     0.6.6claws39
11297
11298         * src/mainwindow.c
11299         * src/summaryview.c
11300                 Fixed crash introduced in 0.6.6claws38 by the menu
11301                 reorganisation (Hide read messages)
11302         
11303         * ChangeLog.claws 
11304                 Fixed typo (we are now in 2002, alfons ;) )
11305
11306 2002-01-05 [alfons]     0.6.6claws38
11307
11308         * sync with sylpheed 0.6.6cvs10-17
11309                 (last stuff marked as LAST_STABLE)
11310
11311 2002-01-04 [melvin]     0.6.6claws37
11312
11313         * src/account.c
11314                 Made account selection code use strcasestr again instead of
11315                 g_strcasecmp (fixes bug where reediting queued messages
11316                 did not select proper account reported by T. Link).
11317         
11318         * src/folderview.c
11319                 Fix bug where folder icons are not shown when 'hide read messages'
11320                 is on.
11321         
11322         * src/stock_pixmaps.[ch]
11323                 Added folder icons for 'hide read messages'.
11324         
11325         * src/compose.c
11326                 Fixed bug where 'Enter' in a header entry will send the message 
11327                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11328
11329 2002-01-03 [melvin]     0.6.6claws36
11330         
11331         * src/prefs.[ch]
11332                 Added popup menu for common preferences and
11333                 account preferences (right click on tab displays
11334                                 a menu of all tabs.)
11335
11336 2002-01-02 [melvin]     0.6.6claws35
11337
11338         * src/gtkspell.[ch]
11339                 Made spelling code compatible with undo/redo feature.
11340                 Added creation of suggestion mode menu for the general
11341                         preferences.
11342         
11343         * src/prefs_common.[ch]
11344                 Added option menu for the speller's suggestion mode.
11345                 Added missing spaces in "..." buttons and made a "..."
11346                         button non translatable!
11347         
11348         * src/compose.c
11349                 Made speller use the default suggestion mode.
11350                 Hack to make it possible to choose 'CTRL-Enter' as a
11351                         shortcut for sending (and only for sending).
11352
11353         * src/prefs_folder_item.c
11354                 Changing subject simplification does not update cache 
11355                         anymore (because it is unnecessary).
11356                 Fixed bug where changing subject simplification updated the 
11357                         summaryview even when the viewed folder is not the
11358                         folder which properties are being changed. (E.g. 
11359                                         viewing folder A and changing
11360                                         the subject simplification of 
11361                                         folder B -not being viewed- updated the 
11362                                         summaryview of folder A with data of
11363                                         folder B). (Hope this is clear... )
11364
11365 2001-12-31 [alfons]     0.6.6claws34
11366         
11367         * src/ldif.c
11368         * src/mutt.c
11369                 fgetc() returns a signed integer which doesn't
11370                 fit in a char. so c truncates this to a char
11371                 but we may lose significant bits. i.e. we may
11372                 comparing 0xFF which may not be equal to -1
11373                 unless properly casted to signed char which
11374                 we won't do because fgetc() returns a signed
11375                 integer which doesn't fit in a char. so c 
11376                 truncates this to a char but we may lose 
11377                 significat bits. (you got the idea, thanks
11378                 to Gustavo Noronha Silva <kov@debian.org>
11379                 and the Debian folks!)
11380
11381 2001-12-30 [alfons]     0.6.6claws33
11382
11383         * src/prefs_common.c
11384                 add #ifdef USE_PSPELLs that Melvin forgot               
11385
11386 2001-12-30 [melvin]     0.6.6claws32
11387         
11388         * src/prefs_common.[ch]
11389                 Added configurable color for misspelled words.
11390
11391         * src/gtkspell.[ch]
11392                 Fixed bug of foreground text color (reported by David
11393                                 Mehrmann)
11394                 Added configurable color for misspelled words.
11395
11396 2001-12-30 [alfons]     0.6.6claws31
11397
11398         * src/folder.c
11399                 remove unnecessary things someone put there
11400
11401         * src/mh.c
11402         * src/folder.[ch]
11403                 make folder properties (like threading and sorting) persistent
11404                 (closes bug #497424 "rescan folder tree resets proprieties")
11405                 currently this is only for MH folders. 
11406
11407 2001-12-29 [melvin]     0.6.6claws30
11408
11409         * src/string_match.[ch]
11410                 Optimized a bit: regexp pattern buffer compiled only once, and
11411                   one subroutine call removed. Fixed ^ regexp search: Now, 
11412                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11413         
11414         * src/summaryview.c
11415                 Subject filtering changed to filter summary columns and
11416                   not directly the messages subject cache. The loss in 
11417                   performance is balanced by the improvement of string_match.
11418                 Added an alert panel if there is an error in the regexp.
11419
11420         * src/src/prefs_folder_item.h
11421                 Added a regexp pattern buffer.
11422
11423 2001-12-28 [alfons]     0.6.6claws29
11424
11425         * src/string_match.[ch]
11426                 clean up name space
11427                 allow compilation *BSD
11428
11429 2001-12-27 [alfons]     0.6.6claws28
11430
11431         * src/filter.c
11432                 sync the Hiro's bug fix for BSD
11433
11434 2001-12-27 [melvin]     0.6.6claws27
11435         
11436         * src/compose.c
11437                 Simplify focus to subject entry code.
11438
11439 2001-12-27 [darko]      0.6.6claws26
11440
11441         * src/filtering.c
11442         * src/mbox_folder.c
11443         * src/messageview.c
11444         * src/mh.c
11445         * src/procheader.[ch]
11446         * src/procmsg.h
11447         * src/stock_pixmap.[ch]
11448         * src/summaryview.c
11449                 Show key icon for encrypted mails in summary view
11450
11451         * src/pixmaps/clip.xpm
11452         * src/pixmaps/clipkey.xpm
11453         * src/pixmaps/key.xpm
11454                 New/modified icons for the above
11455
11456 2001-12-27 [melvin]     0.6.6claws25
11457
11458         * src/prefs_common.c
11459                 Put spell checker options in a separate tab to decrease
11460                 the Common Preferences window height.
11461
11462         * README.claws  
11463                 Update spell checker usage instruction about its options
11464                 location.
11465
11466 2001-12-27 [melvin]     0.6.6claws24
11467
11468         * src/compose.c
11469                 Changed subject entry widget position. Initial focus is
11470                 on the To header instead of the subject entry.
11471                 Creating a new header scrolls the header list to make the
11472                 created one visible. Nevertheless, when automatically filling
11473                 headers, the first one is shown.
11474                 A Tab key press in the last empty header entry zips the 
11475                 focus to the subject entry.
11476                 (I did not change the combo boxes, yet)
11477
11478 2001-12-26 [alfons]     0.6.6claws23
11479
11480         * src/prefs_account.c
11481         * src/inc.c
11482                 allow default inbox to reside in another mailbox (only
11483                 works for POP3 accounts)
11484
11485 2001-12-26 [alfons]     0.6.6claws22
11486         
11487         * src/textview.c
11488                 make reply-on-click work with the account of the selected folder
11489         * src/compose.c
11490                 put a fixme here to remind me to fix finding correct default
11491                 account for nested folders
11492
11493 2001-12-25 [alfons]     0.6.6claws21
11494
11495         * src/summaryview.c
11496                 make column headers display locked and mark pixmaps (idea by Melvin) 
11497                 fix bug by adding score and locked column type to sort array
11498
11499 2001-12-25 [alfons]     0.6.6claws20
11500         
11501         * src/summaryview.c
11502                 catch a *potentially* inadvertent write back of  
11503                 the message cache(s) introduced by 0.6.5claws37
11504
11505 2001-12-25 [christoph]  0.6.6claws19
11506
11507         * src/stock_pixmap.[ch]
11508         * src/summaryview.c
11509                 add ignore thread pixmap
11510                 (can someone draw a better icon for this?)
11511
11512 2001-12-24 [alfons]     0.6.6claws18
11513
11514         * src/prefs_folder_item.c
11515                 make address completion actually work for the
11516                 Default To address in the Folder Property dialog.
11517
11518 2001-12-24 [alfons]     0.6.6claws17
11519         
11520         * src/summaryview.c
11521                 use new style regexp for subject stripping 
11522                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11523
11524 2001-12-24 [darko]      0.6.6claws16
11525
11526         * src/pgptext.c
11527         * src/rfc2015.c
11528                 move GPG related informational messages to debug mode
11529
11530 2001-12-23 [alfons]     0.6.6claws15
11531
11532         * src/stock_pixmap.[ch]
11533         * src/summaryview.c
11534                 add the forgotten Claws' locked pixmap
11535
11536 2001-12-23 [alfons]     0.6.6claws14
11537
11538         * src/filesel.c
11539                 accept file name typed in entry in multi file
11540                 selector (patch submitted by Gustavo Noronha Silva 
11541                 <kov@debian.org>)
11542
11543 2001-12-23 [alfons]     0.6.6claws13
11544
11545         * src/prefs_filter.c
11546         * src/prefs_filtering.c
11547         * src/matcher.c
11548         * src/importmutt.c
11549                 clean up a little bit
11550         
11551         * src/string_match.c
11552                 validate input strings a little bit more
11553
11554 2001-12-23 [alfons]     0.6.6claws12
11555
11556         * src/Makefile.am
11557         * src/summaryview.c
11558         * src/string_match.[ch]         ** NEW **
11559         * src/folderview.[ch]
11560         * src/headerview.h
11561         * src/folder.[ch]
11562         * src/prefs_folder_item.[ch]
11563                 add subject simplification to strip out strings from
11564                 a subject line (esp. handy for mailing lists). 
11565                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11566                 but slightly changed things for better integration.)
11567
11568 2001-12-23 [alfons]     0.6.6claws11
11569
11570         * src/mainwindow.c
11571                 fix bug introduced by submission included in 0.6.5claws52.
11572                 ideally this submission should clean the trash if any trash
11573                 folder has a message. however, the hasTrash variable was
11574                 set to false whenever a trash folder was empty (discarding
11575                 a previously found *filled* trash folder.)
11576
11577                 also edited the code a little bit and made it more safe.
11578
11579 2001-12-22 [alfons]     0.6.6claws10
11580
11581         * src/imap.c
11582                 quick fix for Martin Pool's omission of an account
11583                 specific SSL setting
11584
11585 2001-12-22 [alfons]     0.6.6claws9
11586
11587         * src/compose.c
11588         * src/messageview.c
11589         * src/mimeview.c
11590         * src/pgptext.c
11591         * src/procmime.[ch]
11592                 better support for multipart/digest (submitted
11593                 by Fredrik <e98fo@efd.lth.se>)
11594
11595 2001-12-22 [alfons]     0.6.6claws8
11596
11597         * src/addressbook.c
11598                 correct function signature
11599         * src/socket.[ch]
11600         * src/imap.[ch]
11601         * src/prefs_account.[ch]
11602                 allow IMAP over SSH tunnel (patch submitted by 
11603                 Martin Pool <mbp@samba.org>)
11604
11605 2001-12-21 [alfons]     0.6.6claws7
11606
11607         * sync with sylpheed 0.6.6cvs4-9
11608                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11609
11610 2001-12-21 [christoph]  0.6.6claws6
11611
11612         * src/compose.c
11613         * src/prefs_folder_item.[ch]
11614                 implement saving of outgoing messages to current folder.
11615                 fix segfault when no default outbox is available
11616                 (closes bug #495683)
11617
11618 2001-12-21 [carsten]    0.6.6claws5
11619         * src/folderview.c
11620         * src/summaryview.c
11621                 pressing CTRL while DND does now the expected thing and
11622                 copies the mail (moving is still the default, as this
11623                 seam more appropriate for handling mails by DND)
11624
11625 2001-12-18 [paul]       0.6.6claws4
11626
11627         * sync with sylpheed 0.6.6cvs3
11628                 see ChangeLog entries 2001-12-18
11629
11630 2001-12-18 [hiro]       0.6.6claws3
11631
11632         * src/undo.c
11633                 fix for multibyte characters (obtain the number of letters
11634                 instead of bytes).
11635
11636 2001-12-17 [paul]       0.6.6claws2
11637
11638         * sync with sylpheed 0.6.6cvs1
11639                 see ChangeLog entry 2001-12-16
11640
11641 2000-12-17 [alfons]     0.6.6claws1
11642
11643         * src/filtering.c
11644                 clean up
11645
11646 2001-12-16 [paul]       0.6.6claws
11647 2001-12-15
11648
11649         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11650
11651         * src/mimeview.c
11652                 last minute sync with main 0.6.6
11653
11654         * po/es.po
11655                 updated by Ricardo Mones Lastra
11656                 update for last minute sync
11657         * po/fr.po
11658         * po/nl.po
11659                 update for last minute sync
11660         * po/de.po
11661                 updated by Jens Oberender
11662         * po/pt_BR.po
11663                 updated by Fabio Junior Beneditto
11664
11665         * src/prefs_common.[ch]
11666         * src/undo.c
11667                 number of undo levels is user configurable
11668                 (squeeze it into the release in the dying
11669                 moments) Submitted by Jens Oberender    
11670
11671 2001-12-15 [melvin]
11672
11673         * po/fr.po
11674                 updated french translation
11675
11676 2001-12-15 [paul]       0.6.5claws92
11677
11678         * sync with sylpheed 0.6.5cvs28
11679                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11680
11681         * po/nl.po
11682                 update to allow for sync
11683
11684 2001-12-15 [alfons]
11685         
11686         * po/nl.po
11687                 update dutch translation
11688
11689 2001-12-14 [carsten]    0.6.5claws91
11690         * src/summaryview.c
11691                 fixed bug #473785; also after changing the column order
11692                 the same message will be selected and displayed as before
11693                 the reordering
11694
11695 2001-12-14 [carsten]    0.6.5claws90
11696         * src/folderview.c
11697                 probably found the bug reported by wwb opening or closing
11698                 a folder tree just before dnd (found the solution in the
11699                 balsa source -- thanks to them)
11700
11701 2001-12-14 [carsten]    0.6.5claws89
11702         * src/gtkutils.c
11703         * src/account.c
11704                 moved gtk_clist_moveto to the right place, so that
11705                 only the accounts dialog is effected on opening
11706
11707 2001-12-14 [carsten]    0.6.5claws88
11708         * src/gtkutils.c
11709                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11710                 now, so that the focused row will be seen in any case
11711                 (reported by wwp on sf-claws-user)
11712
11713 2001-12-14 [darko]      0.6.5claws87
11714
11715         * src/compose.c
11716                 remove unnecessary line
11717
11718 2001-12-14 [paul]       0.6.5claws86
11719
11720         * sync with sylpheed 0.6.5cvs27
11721                 see ChangeLog entries 2001-12-14
11722
11723 2001-12-14 [carsten]    0.6.5claws85
11724         * src/mainwindow.c
11725                 following a suggestion of Melvin the rcoabm pops up
11726                 right under the button now and the button is reliefed
11727                 while the popup is open
11728
11729 2001-12-14 [darko]      0.6.5claws84
11730
11731         * src/compose.c
11732                 fix crash when wrapping long lines if linewrap quotation
11733                 is disabled and wrapper encounters a word spanning more
11734                 than one line
11735
11736 2001-12-13 [paul]       0.6.5claws83
11737
11738         * src/compose.c
11739                 prefer 'Reply-To' header over mailing list header when
11740                 replying to a message. Finally prevent all those confirmation 
11741                 messages being sent to the list itself.
11742
11743         * src/summaryview.c
11744                 remove unused summary_set_menu_sensitive() entry
11745
11746 2001-12-13 [paul]       0.6.5claws82
11747
11748         * src/folderview.c
11749         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11750         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11751         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11752                 improvements to 'Hide read messages': Inbox, Outbox,
11753                 Trash, Queue, and Draft icons now reveal presence of hidden 
11754                 messages
11755
11756 2001-12-12 [alfons]     0.6.5claws81
11757
11758         0.6.5claws80 was tagged as LAST_STABLE
11759
11760         * src/filtering.[ch]
11761         * src/matcher.[ch]
11762         * src/matcher_parser_lex.c
11763                 fix the filtering; my last attempt to get it right, 
11764                 if it does not work, it's Hoa's turn. ;-)
11765
11766                 for my honourable peers:
11767                 
11768                 the code now makes a clear distinction between
11769                 rules as they are displayed (probably escaped),
11770                 and as they are executed (probably unescaped). the
11771                 parser does *NOT* do any unescaping, this is
11772                 the task of the matcher.c (which breaks up a
11773                 rule into condition) and the filtering.c (which
11774                 breaks up the rule's action). to make this
11775                 run happily we provide an unescaped copy of
11776                 crucial strings to the MatcherProp and 
11777                 FilteringAction structures. note that the only
11778                 exception to this is any REGEXP string. those
11779                 are directly passed to regcomp() and regexp()
11780                 (who have much more powerful unescape functions).
11781                 
11782                 for everyone else:
11783         
11784                 you can escape tab (\t), carriage return (\r),
11785                 linefeed (\n), form feed (\f), quote (\"), 
11786                 single quote (\'), bell (\b) in all the entry
11787                 lines in the scoring & filtering dialogs.
11788                 as an added bonus this should not affect
11789                 existing filtering rules.
11790
11791 2001-12-12 [carsten]    0.6.5claws80
11792
11793         * src/summaryview.c
11794         * po/de.po
11795                 "item(s) selected" is now sensitive to 1 or more
11796                 than one selected (nice for language where simple
11797                 adding of a "s" is not possible as German (Eintrag
11798                 ->Eintr"age)
11799                 
11800                 the "forward as attachment" entry from the right
11801                 click menu removed, "forward" acts following the
11802                 prefs
11803         
11804         * src/textview.c
11805                 reverted my former changes; so compiler warning again
11806                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11807                 nevertheless
11808
11809         * src/messageview.c
11810                 "search in message" does now *not* only work in MVIEW_TEXT
11811                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11812                 message
11813
11814         * src/mainwindow.c
11815                 removed "/File/_Close" as it was the same as "/File/E_xit"
11816                 and we don't need it two times
11817
11818                 the separate folder view and message view now get a distinct
11819                 WMCLASS, just in case someone is using sawfish ;-)
11820
11821                 as the menu entries "/View/Message view" and "/View/Folder tree"
11822                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11823                 make them sensitive accordingly and as these two are "shown"
11824                 after startup anytime check this menuitem at startup
11825
11826 2001-12-12 [paul]       0.6.5claws79
11827
11828         * src/folderview.c
11829                 fix sensitivity of 'Search folder...', broken in
11830                 0.6.5claws75
11831
11832         * src/mainwindow.c
11833                 fix dodgy English
11834
11835 2001-12-11 [carsten]    0.6.5claws78
11836         * src/filtering.c
11837                 fixed two typos returning a wrong FALSE/TRUE
11838         * src/mainwindow.[ch]
11839                 extra menu for email/news button removed
11840
11841 2001-12-11 [alfons]     0.6.5claws77
11842         
11843         * src/matcher.c                 (1.3)
11844         * src/matcher_parser_lex.l      (1.28)
11845                 revert for another attempt
11846                 mark 0.6.5claws77 as LAST_STABLE
11847
11848 2001-12-11 [christoph]  0.6.5claws76
11849
11850         * po/de.po
11851                 fixed wrong translation for prev. unread msg
11852
11853 2001-12-11 [paul]       0.6.5claws75
11854
11855         * src/folder.[ch]
11856         * src/folderview.c
11857         * src/mainwindow.c
11858         * src/summaryview.[ch]
11859         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11860                 enable ability to hide read messages on per folder basis via 
11861                 '/Summary/Hide read messages'; when selected, a folder will 
11862                 have a red open folder icon, instead of a blue icon, if the 
11863                 folder contains hidden messges
11864                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11865
11866         * src/mainwindow.c
11867                 remove '/Message/Forward as attachment' from 
11868                 main_window_set_menu_sensitive() to prevent debug warning
11869
11870         * src/folderview.c
11871         * src/mainwindow.c
11872                 Clean up some of the English
11873
11874         * tools/newscache_clean.pl
11875                 allow for new 'hidereadmsgs' entry in folderlist.xml
11876
11877         * po/es.po
11878                 updated translation, submitted by Ricardo Mones Lastra
11879
11880 2001-12-11 [paul]       0.6.5claws74
11881
11882         * sync with sylpheed 0.6.5cvs25
11883                 see ChangeLog entry 2001-12-11
11884
11885 2001-12-10 [alfons]     0.6.5claws73
11886
11887         * src/matcher.c
11888                 add more control characters
11889         * src/matcher_parser_lex.l
11890                 make escaping / unescaping work again
11891
11892 2001-12-10 [alfons]     0.6.5claws72
11893
11894         * src/imap.c
11895                 clean up warnings "returning value for void function" 
11896         * src/prefs_filtering.c
11897                 make info button for execute action sensitive
11898
11899 2001-12-10 [paul]       0.6.5claws71
11900
11901         * src/compose.c
11902         * src/imap.[ch]
11903         * src/summaryview.c
11904                 fix: imap server now gets informed of MARKED, UNMARKED
11905                 and REPLY events. Now people can use different IMAP-Mail
11906                 clients and have the exact same information about MARKED,
11907                 UNMARKED and REPLY status with all of them. Especially
11908                 useful for imap servers with a web-frontend.
11909                 submitted by Tobias Sandhaas <medlor@web.de>
11910
11911 2001-12-09 [melvin]     0.6.5claws70
11912         
11913         * src/textview.[ch]
11914                 fixed bug #490076 (hunted down by Alfons who implemented
11915                 a workaround in 0.6.5claws65)
11916
11917 2001-12-09 [christoph]  0.6.5claws69
11918
11919         * src/summaryview.c
11920                 set pointer to string in LOCKED column to NULL
11921                 (might fix bug #490800)
11922
11923 2001-12-09 [carsten]    0.6.5claws68
11924
11925         * po/de.po
11926                 resolved some cluttered menu shortcuts 
11927                 ('creating new email' and 'creating news message'
11928                 hade the same)
11929         * src/compose.c
11930                 wmclass now distinc from main window
11931         * src/mainwindow.c
11932           src/mainwindow.h
11933                 email/news and forward button functionality similar
11934                 to the reply buttons; removed the ugly dropdown arrows
11935                 and use instead the right mouse button
11936
11937 2001-12-09 [paul]       0.6.5claws67
11938
11939         * src/imap.c
11940         * src/utils.h
11941                 allow spaces in imap folder names
11942                 submitted by Willem van Engen <wvengen@stack.nl>
11943
11944 2001-12-09 [paul]       0.6.5claws66
11945
11946         * sync with sylpheed 0.6.5cvs24
11947                 see ChangeLog entry 2001-12-09
11948
11949 2001-12-08 [alfons]     0.6.5claws65
11950
11951         * src/textview.c
11952                 prevent secondary selection claim after "add to sender" dialog
11953                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11954                 we trick GTK by simulating a click at (0, 0) in the textview.
11955
11956 2001-12-08 [hoa]        0.6.5claws64
11957
11958         * src/folder.c
11959                 fixed a bug about the .processing folder name while filtering
11960
11961 2001-12-08 [alfons]     0.6.5claws63
11962
11963         * src/folderview.c 
11964                 work around problem of not correctly updating folder stats
11965                 when deleting messages. there's some folder scanning evil
11966                 going so the folderview_update_msg_num() does not work
11967                 correctly. need to investigate this.
11968
11969 2001-12-08 [paul]       0.6.5claws62
11970
11971         * sync with sylpheed 0.6.5cvs23
11972                 see ChangeLog entry 2001-12-08
11973
11974 2001-12-07 [christoph]  0.6.5claws61
11975
11976         * src/compose.c
11977                 fix another header translation problem
11978
11979 2001-12-07 [alfons]     0.6.5claws60
11980
11981         * src/mbox.c
11982                 make filtering also work on local spool mbox
11983
11984 2001-12-07 [carsten]    0.6.5claws59
11985         * src/addressbook.c
11986                 addressbook window gets a wmclass distinct from the main
11987                 sylpheed window
11988         * src/compose.h
11989         * src/mainwindow.[ch]
11990                   forward menu item will use mode selected in prefs, forward 
11991                 as attatchment in menu removed (will be substituted in the
11992                 toolbar similar to reply buttons)
11993                   create news message menu entry and news button is now 
11994                 sensitive to the existance of a news account
11995         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11996         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11997         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11998                 these are removed because the toolbar buttons don't show
11999                 the quoting modus any longer
12000
12001 2001-12-07 [paul]
12002
12003         * tools/newscache_clean.pl      ** NEW FILE **
12004                 perl script to do some tidying up in the newscache directory 
12005                 
12006         * tools/sylpheed-switcher       ** NEW FILE **
12007                 perl script to enable easy switching between main and claws
12008                 
12009         * tools/README
12010                 added descriptions of the two new perl scripts          
12011
12012
12013 2001-12-07 [melvin]     0.6.5claws58
12014
12015         * src/messageview.c
12016                 fixed a warning during compilation introduced in 0.6.5claws56
12017
12018 2001-12-07 [paul]       0.6.5claws57
12019
12020         * src/mainwindow.[ch]
12021         * src/menu.[ch]
12022                 further usability enhancements to replying with or without 
12023                 quoting via the toolbar, use of Ctrl key is replaced by 
12024                 drop down menu 
12025                 Submitted by Carsten Schurig            
12026
12027 2001-12-07 [melvin]     0.6.5claws56
12028
12029         * src/messageview.c
12030                 hack to fix bug that prevented to make/paste selections
12031                 after switching between MVIEW_TEXT and MVIEW_MIME views
12032                 without deselecting the selection first.
12033
12034 2001-12-06 [alfons]     0.6.5claws55
12035
12036         * src/filtering.[ch]
12037         * src/inc.c
12038                 revise filtering a little bit more, and make sure
12039                 messages are delivered to the appropriate inbox
12040                 (perhaps set per account)
12041
12042 2001-12-06 [paul]       0.6.5claws54
12043
12044         * sync with sylpheed 0.6.5cvs22
12045                 see ChangeLog entry 2001-12-06
12046
12047 2001-12-05 [alfons]     0.6.5claws53
12048
12049         * src/inc.c
12050         * src/folder.[ch]
12051         * src/procmsg.c
12052         * src/filtering.c
12053                 more revisions of filtering system
12054                 (last stable version is marked as LAST_STABLE)
12055                 
12056                 | NOTE 1): the filtering system now uses a local folder called
12057                 | .processing. if filtering fails, check this directory
12058                 | for missing messages.
12059                 |
12060                 | NOTE 2): help us find the filtering actions still missing
12061
12062 2001-12-05 [paul]       0.6.5claws52
12063
12064         * src/mainwindow.c
12065                 fix bug where 'Empty Trash?' pop-up window appears even
12066                 when Trash is empty, submitted by Jesse Skinner         
12067
12068 2001-12-05 [melvin]     0.6.5claws51
12069
12070         * src/compose.c
12071                 fixed bug #486106 to select correct account when reediting 
12072                 a queued message
12073         
12074 2001-12-04 [alfons]     0.6.5claws50
12075
12076         * src/mh.c
12077                 declare markfile in appropriate functions when
12078                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
12079                 for spotting this)
12080
12081 2001-12-04 [paul]       0.6.5claws49
12082
12083         * sync with sylpheed 0.6.5cvs21
12084                 see ChangeLog entry 2001-12-04
12085
12086 2001-12-03 [christoph]  0.6.5claws48
12087
12088         * po/de.po
12089                 changed translation of undo
12090         * src/account.c
12091         * src/folder.c
12092                 don't reinvent the wheel to traverse a GNode
12093         * src/compose.[ch]
12094                 seperate code to create the compose gui into functions
12095                 add "Others" page with folder selection for saving copy
12096                 of the message.
12097                 the folder identifier is saved to queue header
12098         * src/procmsg.c
12099                 save message to folder in queue header
12100
12101 2001-12-03 [paul]       0.6.5claws47
12102
12103         * sync with sylpheed 0.6.5cvs20
12104                 see ChangeLog entry 2001-12-03
12105
12106 2001-12-01 [paul]
12107
12108         * more sync with sylpheed 0.6.5cvs19
12109                 see ChangeLog entry 2001-11-29
12110
12111 2001-11-30 [paul]       0.6.5claws46
12112         
12113         * src/compose.c
12114                 remove conflicts introduced by Hoa's last commit
12115          
12116         * src/mainwindow.c
12117                 make 'Message/Bounce' sensitive
12118
12119 2001-11-30 [hoa]        0.6.5claws45
12120
12121         * src/compose.c
12122                 slightly change bounce function to add
12123                 information about the user that bounced the mail
12124                 in the From header line.
12125
12126         * src/folderview.c
12127                 permit the use of processing in outbox folder.
12128
12129 2001-11-29 [paul]       0.6.5claws44
12130
12131         * src/mainwindow.[ch]
12132         * src/prefs_common.c
12133         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12134         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12135         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12136                 usability enhancements to the quoting, implements
12137                 use of Ctrl key to toggle quoting settings
12138                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12139
12140 2001-11-29 [paul]       0.6.5claws43
12141         
12142         * sync with sylpheed 0.6.5cvs19
12143                 see ChangeLog entry 2001-11-28
12144
12145 2001-11-29 [melvin]     0.6.5claws42
12146         * src/Makefile.am
12147                 added enriched.[ch] to the list of files
12148
12149         * src/textview.c
12150         * src/mimeview.c
12151         * src/procmime.[ch]
12152         * src/enriched.[ch]
12153                 added support to view text/enriched
12154                 added support to show headers in message view for text/enriched and text/html
12155                         in non multipart messages
12156
12157 2001-11-28 [paul]       0.6.5claws41
12158
12159         * more sync with sylpheed 0.6.5cvs18
12160                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12161
12162 2001-11-27 [paul]       0.6.5claws40
12163         
12164         * po/pt_BR.po
12165                 updated translation, submitted by Fabio Junior Beneditto
12166                 
12167         * sync with sylpheed 0.6.5cvs18
12168                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12169                 2001-11-27
12170
12171
12172 2001-11-26 [paul]
12173
12174         * po/es.po
12175                 updated translation, submitted by Ricardo Mones Lastra
12176
12177 2001-11-26 [alfons]
12178
12179         * src/matcher.c
12180                 add more translatable strings
12181
12182 2001-11-26 [christoph]  0.6.5claws39
12183
12184         * po/de.po      
12185                 fixed one more umlaut
12186         * src/compose.c
12187                 fix translated header when it should not be translated
12188
12189 2001-11-26 [paul]       0.6.5claws38
12190
12191         * src/mainwindow.c
12192                 remove '/Message/Add Sender to address book' from 
12193                 main_window_set_menu_sensitive(), prevent debug warning
12194                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12195
12196 2001-11-26 [paul]       0.6.5claws37
12197
12198         * src/summaryview.c
12199                 fix 'recurring unread state' bug 
12200
12201         * tools/README 
12202         * tools/filter_conv.pl
12203                 read name of top level mailbox from folderlist.xml
12204                 and presume nothing about its name              
12205
12206 2001-11-26 [darko]      0.6.5claws36
12207
12208         * src/gtkstext.[ch]
12209                 removed functions that are now in gtkutils.c
12210                 use gtkut_text_is_uri_string() from gtkutils.c
12211         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12212
12213 2001-11-26 [paul]       0.6.5claws35
12214
12215         * sync with sylpheed 0.6.5cvs16
12216                 see ChangeLog entries 2001-11-25 and 2001-11-26
12217
12218 2001-11-25 [alfons]     0.6.5claws34
12219
12220         EXPERIMENTAL!!! Please checkout the last stable version using: 
12221           
12222         % cvs update -r LAST_STABLE -dRAP
12223
12224         (Or help us testing this stuff.)
12225
12226         * src/filtering.c               (1.14)
12227         * src/filtering.h               (1.6)
12228         * src/inc.c                     (1.28)
12229         * src/matcher.c                 (1.20)
12230         * src/mbox.c                    (1.9)
12231         * src/procmsg.h                 (1.14)
12232         * src/summaryview.c             (1.59)
12233         * src/summaryview.h             (dunno)
12234                 revert/merge/sync to as it was before commit 
12235                 on Thu, 19 Jul 2001 10:15:51 -0700.
12236
12237 2001-11-25 [hoa]        0.6.5claws33
12238
12239         * src/main.c
12240                 processing mails at startup
12241
12242         * src/folderview.c
12243         * src/summaryview.[ch]
12244                 processing mails when entering folder
12245
12246         * src/prefs_filtering.c
12247                 fixed some UI bugs
12248
12249 2001-11-24 [alfons]     0.6.5claws32
12250
12251         * src/summaryview.[ch]
12252                 make summary sort headers work, and also make
12253                 sure the sort type is stored
12254
12255 2001-11-23 [alfons]     0.6.5claws31
12256
12257         * src/summaryview.[ch]
12258                 make lock work like mark
12259                 disallow deleting messages marked as locked
12260
12261 2001-11-23 [alfons]     0.6.5claws30
12262
12263         * src/gtkstext.c
12264         * src/compose.[ch]
12265         * src/Makefile.am
12266         * src/undo.[ch]
12267                 merge undo patch submitted by Jens
12268
12269 2001-11-23 [christoph]  0.6.5claws29
12270
12271         * src/.cvsignore
12272                 added ylwrap
12273         * src/compose.c
12274                 fixed gpg signing and encoding
12275         * src/folder.[ch]
12276         * src/main.c
12277                 added --status option to get new, unread and total
12278                 message count from a running sylpheed
12279         * src/prefs_common.c
12280                 temporary fix for reply_with_quote problem
12281                 (don't call functions for non existing widget)
12282         * src/procmsg.c
12283                 one more check for ignored threads but still not
12284                 always working correctly. probably a recursive
12285                 check for all parents is needed
12286
12287 2001-11-23 [darko]      0.6.5claws28
12288
12289         * src/compose.c
12290                 wrapping on send improvements
12291         * src/gtkutils.[ch]
12292                 fix for GtkSText after last sync with main branch
12293                 GTK_TEXT -> GTK_STEXT
12294
12295 2001-11-23 [paul]       0.6.5claws27
12296
12297         * sync with sylpheed 0.6.5cvs14
12298                 see ChangeLog entries 2001-11-22 and 2001-11-23
12299                 
12300         * po/de.po
12301                 fixed the scrambled umlauts 
12302                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12303
12304 2001-11-21 [paul]       0.6.5claws26
12305
12306         * sync with sylpheed 0.6.5cvs12
12307                 see 2nd ChangeLog entry dated 2001-11-20
12308
12309 2001-11-20 [paul]       0.6.5claws25
12310
12311         * sync with sylpheed 0.6.5cvs11
12312                 see ChangeLog entry 2001-11-19 (src/utils.c)
12313
12314 2001-11-20 [hiro]
12315
12316         * src/compose.c
12317                 GTK_TEXT -> GTK_STEXT
12318                 fix for wrong comment
12319
12320 2001-11-20 [hiro]       0.6.5claws24
12321
12322         * src/compose.[ch]
12323                 more merges from main branch
12324                 removed fatal warnings (uninitialized variables etc.)
12325                 some coding style fix
12326         * src/gtkutils.h
12327                 fixed typo.
12328         * src/addressbook.c
12329           src/addrindex.c
12330                 V-Card -> vCard
12331
12332 2001-11-19 [hoa]        0.6.5claws23
12333
12334         * src/filtering.c
12335         * src/prefs_scoring.c
12336         * src/matcher.[ch]
12337         * src/scoring.c
12338                 cleaning code
12339
12340         * src/matcher_parser_parse.y
12341         * src/prefs_filtering.c
12342                 bouncing
12343
12344 2001-11-19 [alfons]     0.6.5claws22
12345
12346         more of my old things into claws
12347
12348         * src/Makefile.am
12349         * src/prefs_common.c
12350         * src/procmsg.h
12351         * src/summaryview.[ch]
12352         * src/prefs_summary_column.c
12353         * src/pixmaps/locked.xpm
12354                 add indicators for locking of message in summary view
12355                 (does not work yet, only visual indicator)
12356
12357 2001-11-19 [paul]       0.6.5claws21
12358
12359         * sync with sylpheed 0.6.5cvs10
12360                 see ChangeLog entry 2001-11-19
12361
12362 2001-11-18 [alfons]     0.6.5claws20
12363         
12364         * src/filtering.c
12365                 remove an inadvertent free I forgot in previous clean up 
12366
12367 2001-11-18 [alfons]     0.6.5claws19
12368
12369         * src/filtering.[ch]
12370                 clean up & plug leaks
12371
12372 2001-11-18 [paul]       0.6.5claws18
12373
12374         * sync with sylpheed 0.6.5cvs9
12375                 see ChangeLog entries 2001-11-17 and 2001-11-18
12376
12377 2001-11-16 [paul]       0.6.5claws17
12378
12379         * sync with sylpheed 0.6.5cvs8
12380                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12381
12382 2001-11-16 [paul]       0.6.5claws16
12383
12384         * sync with sylpheed 0.6.5cvs7
12385                 see ChangeLog entries 2001-11-15 and 2001-11-16
12386
12387 2001-11-15 [hoa]        0.6.5claws15
12388
12389         * src/compose.c
12390                 fix bounce, mails we received couln't be bounced to ourself.
12391
12392         * src/defs.h
12393         * src/filtering.[ch]
12394         * src/matcher.[ch]
12395         * src/matcher_parser.h
12396         * src/matcher_parser_lex.l
12397         * src/matcher_parser_parse.y
12398         * src/inc.c
12399         * src/main.c
12400         * src/mbox.c
12401         * src/prefs_filtering.[ch]
12402         * src/mainwindow.c
12403         * src/prefs_matcher.c
12404         * src/prefs_scoring.c
12405         * src/scoring.[ch]
12406         * src/summaryview.c
12407                 new matcher/filter/score configuration file parser
12408                 one unique configuration file => ~/.sylpheed/matcherrc
12409                 import in currently automatic, then save are made
12410                 in this new file.
12411                 one filter per folder and one global filter
12412                 (filter of a folder will be used as folder processing)
12413
12414         * src/folder.c
12415                 fix a bug in folder_item_get_identifier
12416                 
12417         * src/messageview.c
12418                 receive receipt return are fixed.
12419
12420 2001-11-14 [alfons]     0.6.5claws14
12421
12422         * src/session.h
12423                 add things from main branch to make claws compile
12424
12425 2001-11-14 [paul]       0.6.5claws13
12426
12427         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12428                 see ChangeLog entries 2001-11-08 to 2001-11-14
12429
12430 2001-11-14 [hoa] 0.6.5claws12
12431
12432         * src/compose.[ch]
12433         * src/mainwindow.c
12434         * src/summaryview.c
12435                 add "bounce mail" option
12436
12437 2001-11-13 [christoph]  0.6.5claws11
12438
12439         * src/compose.c
12440                 Cleanup a mess i add before commiting
12441
12442 2001-11-13 [hoa]        0.6.5claws10
12443
12444         * src/compose.c
12445                 some fixes when mail are sent or
12446                 for crossposts
12447
12448 2001-11-13 [christoph]  0.6.5claws9
12449
12450         * po/de.po
12451                 Changed two string with the same translation
12452         * src/compose.c
12453         * src/procmsg.[ch]
12454         * src/send.[ch]
12455                 New mailsending process:
12456                   - Always queue message before sending
12457                     (message will be saved if sylpheed crashed or
12458                      freezes while sending)
12459                   - Allow queuing of newspostings
12460                   - No copy in outbox before sending
12461                     (closes bug #469501)
12462                   - No more redundant code for send and send_later
12463         * src/summaryview.c
12464                 Applied wwp <subscript@free.fr>'s patch that fixes
12465                 marks for multiple forwarded messages (+compose.c)
12466
12467 2001-11-12 [alfons]
12468
12469         * README.claws
12470                 remove things that are now in main branch
12471         
12472         * po/nl.po
12473                 update Dutch translation
12474
12475 2001-11-12 [mhadasht]   0.6.5.claws8
12476
12477         * src/prefs_common.c
12478                 re-enabled account autoselection feature for forward
12479                 and reedit lost during the branch point for SYNC-B4-REL
12480         * src/gtkspell.c
12481                 gtkpspell_get_dict(): more readable code (even if function is
12482                 not used yet)
12483         * ChangeLog.claws
12484                 added version number info to 2001-11-12 [hiro] comment.
12485
12486 2001-11-12 [hiro]       0.6.5.claws7
12487
12488         * src/compose.c
12489                 compose_forward(): fixed a bug that forward quote mark
12490                 wasn't used.
12491                 removed unnecessary code.
12492         * src/template_select.[ch]: removed.
12493
12494 2001-11-11 [alfons]
12495
12496         * src/compose.c
12497                 :%s/GTK_TEXT/GTK_STEXT/g
12498         
12499         * src/compose.[ch]
12500         * src/undo.[ch]
12501         * src/Makefile.am
12502                 revert the undo stuff (this is 0.6.6claws stuff)
12503
12504 2001-11-11 [hoa]        0.6.5.claws6
12505
12506         * src/compose.[ch]
12507                 Insert signature at the end of the text.
12508                 Added undo patch but currently disabled
12509
12510         * src/procmsg.c
12511                 Threading by subject improved.
12512
12513         * added src/undo.[ch]
12514                 Undo module for compose dialog box.
12515
12516 2001-11-11 [alfons]     0.6.5.claws5
12517
12518         * src/procmsg.c
12519                 prevent threading by subject on nodes that have already been
12520                 threaded by in-reply-to (as in "circular references in a tree
12521                 result in a dead branch")
12522
12523 2001-11-09 [hoa]        0.6.5.claws4
12524         
12525         * src/folderview.c
12526                 allows creation of mbox folder item from any files.
12527
12528 2001-11-09 [alfons]     0.6.5.claws3
12529         
12530         * src/utils.c
12531         * src/procmsg.c
12532                 do what I mean and correct threading by subject so it really
12533                 ignores attracting lines without "Re: "
12534
12535 2001-11-07 [alfons]     0.6.5.claws2
12536
12537         * src/procmsg.c
12538         * src/utils.[ch]
12539                 only attract by subject if a subject line starts with a "Re: "
12540         * src/syldap.c
12541                 remove warning
12542
12543 2001-11-07 [paul]       0.6.5claws1
12544
12545         * sync with sylpheed 0.6.5. release
12546                 see ChangeLog entry 2001-11-07
12547
12548 2001-11-07 [paul]       0.6.4claws31
12549
12550         * sync with sylpheed 0.6.4cvs18
12551                 see ChangeLog entries 2001-10-30 to 2001-11-07
12552                 prefs_templates.[ch] renamed prefs_template.[ch]
12553
12554 2001-11-06 [alfons]
12555         
12556         * src/utils.h
12557                 add semicolon Hoa forgot ;-)
12558                 
12559
12560 2001-11-06 [hoa]        0.6.4claws30
12561         
12562         * src/procmsg.c
12563         * src/summaryview.c
12564         * src/utils.c
12565         * src/utils.h
12566                 threading by subject - empty subject are ignored
12567
12568 2001-11-06 [christoph]  0.6.4claws29
12569
12570         * src/socket.c
12571                 use SSL_peek for sock_gets
12572         * src/utils.c
12573                 removed unneeded pointer in extracting quoted
12574                 names implementation
12575
12576 2001-11-06 [melvin]     0.6.4claws28
12577
12578         * src/gtkspell.c
12579                 fixed bug #476792 Selection overtyping with spell checker
12580                 fixed bug which could cause a buffer overflow
12581                 fixed a memory leak
12582
12583 2001-11-06 [hoa]        0.6.4claws27
12584         
12585         * src/procmsg.c
12586         * src/summaryview.c
12587                 threading by subject
12588
12589 2001-11-05 [alfons]     0.6.4claws26
12590         
12591         * README.claws
12592                 Claws -> Sylpheed (vice versa)
12593
12594         * src/compose.c
12595                 :%s/gtk_text/gtk_stext/g
12596                 :%s/GTK_TEXT/GTK_STEXT/g
12597                 (thanks to Jonathan Ware for spotting this)
12598
12599 2001-11-04 [christoph]  0.6.4claws25
12600
12601         * src/summaryview.c
12602                 replace Xalloca + strdup with Xstrdup_a
12603         * src/utils.c
12604                 better implementation of extracting quoted names
12605                 from addresses (remove backlashes and ignore
12606                 quotes after them)
12607
12608 2001-11-04 [alfons]     0.6.4claws24
12609
12610         * src/utils.[ch]
12611                 edit to comply more with coding style
12612
12613         * src/textview.c
12614                 fix bug reported by Kim Schulz. introduced by the patch integrated
12615                 in 0.6.4claws15. the code did not check the return value of
12616                 the html parser.
12617
12618         * AUTHORS
12619                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12620
12621 2001-11-04 [christoph]  0.6.4claws23
12622
12623         * src/main.c
12624         * src/prefs_common.[ch]
12625                 init some pointers that possibly caused a segfault
12626                 reported in the claws-users ML
12627
12628 2001-11-04 [hoa]        0.6.4claws22
12629
12630         * src/grouplistdialog.c
12631                 change the names of the nodes in the tree
12632
12633         * src/compose.c
12634                 enhanced mailto syntax as described in
12635                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12636                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12637
12638         * src/utils.c
12639                 encode and decode URI (useful when opening URL into
12640                 netscape).
12641
12642 2001-11-03 [hoa]        0.6.4claws21
12643
12644         * src/grouplistdialog.c
12645                 a new newsgroups list selection dialog box
12646                 with a CTree instead of a CList
12647
12648 2001-11-03 [hoa]        0.6.4claws20
12649
12650         * src/folderview.c
12651                 enable property and scoring options when right
12652                 click on "inbox"
12653
12654         * src/summaryview.c
12655                 fixed bug when nickname were displayed using
12656                 the address book.
12657
12658 2001-11-02 [darko]      0.6.4claws19
12659
12660         * src/compose.c
12661                 new wrap quotation and URL/long words wrapping implementation
12662         * src/compose.c src/gtkstext.[ch]
12663                 move gtkstext_strncmp() to gtkstext.c
12664
12665 2001-11-01 [christoph]  0.6.4claws18
12666
12667         * src/prefs_account.c
12668                 fixed mess in account settings dialog
12669         * src/prefs_folder_item.c
12670                 added label with folder path to dialog
12671
12672 2001-10-31 [match]      0.6.4claws17
12673
12674         * src/vcard.c
12675                 fix memory leak.
12676         * src/addrbook.c
12677                 fix generation of spurious address book file names.
12678                 remove redundant functions.
12679         * po/POTFILES.in
12680                 added missing file names.
12681
12682 2001-10-30 [paul]       0.6.4claws16
12683
12684         * sync with sylpheed 0.6.4cvs6
12685                 see ChangeLog entries 2001-10-26 to 2001-10-30
12686
12687         * tools/filter_conv.pl
12688                 read folderlist.xml to discover whether the top-level
12689                 folder is called 'Mailbox' or 'Mail' 
12690
12691 2001-10-29 [paul]       0.6.4claws15
12692
12693         * src/html.c, src/textview.c
12694                 activate links in html mail and fix clickable parts
12695                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12696
12697 2001-10-29 [paul]
12698
12699         * po/de.po, po/es.po, po/pt_BR/po
12700                 updated translations, submitted by Jens Oberender,
12701                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12702
12703 2001-10-29 [darko]      0.6.4claws14
12704
12705         * src/compose.c
12706                 fix wrapping for good
12707
12708 2001-10-29 [darko]
12709
12710         * src/compose.c
12711                 undo previous change as it broke the smart wrapping
12712
12713 2001-10-29 [darko]      0.6.4claws13
12714
12715         * src/compose.c
12716                 fix infinite loop when long URL is quoted
12717                 (closes bug #475122.
12718
12719 2001-10-28 [match]
12720
12721         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12722                 import Mutt address book
12723         * src/ldif.[ch] src/importldif.h
12724                 modified import LDIF handle user attributes
12725
12726 2001-10-28 [christoph]  0.6.4claws12
12727
12728         * src/summaryview.c
12729                 fixed that filtering did not work if there
12730                 were no filter rules
12731                 (closes bug #472003 and better implementation
12732                  of patch #474644)
12733
12734 2001-10-27 [christoph]  0.6.4claws11
12735
12736         * src/compose.c
12737                 make the folder's default account to be used when
12738                 replying. (patch by wwp <subscript@free.fr>)
12739         * src/compose.c
12740                 code cleanup, nearly killed all of wwp's patch
12741                 for folder's default account in compose
12742         * src/folderview.c
12743                 error panel when a folder could not be created
12744                 (closes bug #471080 new folder name & already
12745                  existing file)
12746
12747 2001-10-26 [alfons]
12748
12749         * src/utils.h
12750                 change prototype of strstr2() that Christoph forgot about
12751
12752 2001-10-26 [christoph]  0.6.4claws10
12753
12754         * src/account.c
12755                 made search for accounts by email address not case
12756                 sensitive
12757         * src/folder.c
12758                 fixed memory leak in folder_item_get_identifier
12759         * src/gtkspell.c
12760         * src/utils.c
12761                 fixed wrong strstr2 (should work like strstr)
12762
12763 2001-10-26 [darko]      0.6.4claws9
12764
12765         * src/compose.c src/gtkstext.[ch]
12766         * src/gtkstext.c
12767                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12768
12769 2001-10-26 [paul]       0.6.4claws8
12770
12771         * src/html.c
12772                 ignore css and javascript tags in html mail
12773                 case-insensitive, with or without double-quoted
12774                 strings
12775
12776 2001-10-26 [paul]       0.6.4claws7
12777
12778         * sync with sylpheed 0.6.4cvs1
12779                 see ChangeLog entry 2001-10-26
12780
12781         * src/prefs_account.c, src/prefs_common.c,
12782           src/prefs_summary_column.c
12783                 minor improvements to the English
12784
12785 2001-10-25 [alfons]     0.6.4claws6
12786
12787         * src/gtkstext.c
12788         
12789                 make GtkSText follow style of GtkText (closes bug 
12790                 #469211 "text selection while writing message")
12791                 
12792                 do sync with GTK 1.2.10
12793
12794 2001-10-25 [paul]       0.6.4claws5
12795
12796         * src/html.c
12797                 ignore css tags in html mail
12798
12799 2001-10-25 [darko]      0.6.4claws4
12800
12801         * src/compose.c
12802                 don't declare is_url_string as static function since
12803                 we need it in gtkstext.c
12804         * src/gtkstext.c
12805                 remove unused variable
12806                 don't wrap long URLs while composing a message
12807
12808 2001-10-24 [christoph]  0.6.4claws3
12809
12810         * src/socket.c
12811                 fix ssl deadlock, when peer closes connection
12812
12813 2001-10-24 [paul]       0.6.4claws2
12814
12815         * src/prefs_common.c
12816                 gettextize the gpg ascii-armored warning message
12817
12818         * src/compose.c
12819                 insert a DOS/MAC file into the composed message
12820                 (improvements)
12821
12822         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12823
12824 2001-10-22 [paul]       0.6.4claws1
12825
12826         * sync with sylpheed 0.6.4 release
12827                 see ChangeLog entries 2001-10-21
12828
12829         * po/fr.po, po/pt_BR.po
12830                 updated by Melvin Hadasht and Fabio Junior Beneditto
12831
12832 2001-10-21 [paul]       0.6.3claws30
12833
12834         * src/compose.c
12835                 insert a DOS text file from the compose window
12836                 into the composed message text (removes CRs characters)
12837                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12838
12839         * tools/filter_conv.pl, tools/README
12840                 automatically use ~/.sylpheed as working directory
12841                 print out confirmation message on completion
12842
12843         * correct Hoa's last ChangeLog.claws entry
12844
12845 2001-10-20 [hoa]        0.6.3claws29
12846
12847         * src/grouplistdialog.c
12848                 bugfix (another ?) to give the right
12849                 newsgroups list for each news server.
12850
12851         * src/news.c
12852         * src/news.h
12853                 improve the newsgroups list cache
12854
12855 2001-10-20 [paul]       0.6.3claws28
12856
12857         * sync with sylpheed 0.6.3cvs9
12858                 see ChangeLog entry 2001-10-19
12859
12860         * correct Alfons' last ChangeLog.claws entry
12861
12862 2001-10-19 [alfons]
12863
12864         * src/pgptext.[ch]
12865                 fix compilation problems (part of bug #472895)
12866
12867 2001-10-18 [hoa]        0.6.3claws27
12868
12869         * src/grouplistdialog.c
12870                 bugfix when we refresh was clicked (bug 472701)
12871
12872 2001-10-19 [christoph]  0.6.3claws26
12873
12874         * src/compose.c
12875                 last header entry should default to "To:" or
12876                 "Newsgroups:" and not copy the last entry line
12877                 in a new compose window
12878                 (closes bug #472686, #470792)
12879
12880 2001-10-19 [paul]       0.6.3claws25
12881
12882         * sync with Sylpheed 0.6.3cvs8
12883                 see ChangeLog entries 2001-10-18 and 2001-10-19
12884
12885 2001-10-18 [christoph]  0.6.3claws24
12886
12887         * src/procmsg.c
12888                 reimplement ignore thread
12889         
12890 2001-10-18 [hoa]        0.6.3claws23
12891
12892         * src/folderview.c
12893         * src/grouplistdialog.[ch]
12894                 enhanced news subscription interface (feature 469113)
12895
12896         * src/news.c
12897         * src/news.h
12898                 enchanced newsgroup listing,
12899                 now, we can get groups informations
12900                 (NNTPGroupInfo)
12901
12902 2001-10-18 [paul]       0.6.3claws22
12903
12904         * src/summaryview.c
12905                 remove comment (sync with main branch)
12906         * src/mainwindow.c
12907                 fix 'Re-edit' bug in 'Message' menu
12908
12909 2001-10-17 [christoph]  0.6.3claws21
12910
12911         * src/compose.c
12912                 ignore empty or whitespace only header lines
12913
12914 2001-10-17 [paul]       0.6.3claws20
12915
12916         * sync with sylpheed 0.6.3cvs7
12917                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12918                 2001-10-17
12919
12920 2001-10-17 [darko]
12921
12922         * src/compose.c
12923                 wrap long lines without spaces
12924                 don't wrap URLs
12925
12926 2001-10-16 [paul]
12927
12928         * po/es.po, po/nl.po, po/pt_BR.po
12929                 updated by Ricardo Mones Lastra, Alfons,
12930                 and Fabio Junior Beneditto
12931
12932         * sylpheed-0.6.3claws released
12933
12934 2001-10-15 [melvin] 0.6.3claws18
12935
12936         * README.claws
12937                 added summary and detailed installation instructions
12938                 for spell checker
12939         * po/fr.po
12940                 Updated, corrected and completed french translation
12941
12942 2001-10-15 [hoa] 0.6.3claws17
12943         * src/grouplistdialog.c
12944                 we can choose the newsgroups to display with wildcards
12945
12946 2001-10-15 [christoph]  0.6.3claws16
12947
12948         * src/account.c
12949         * src/compose.c
12950         * src/prefs_folder_item.[ch]
12951                 applied wwp <subscript@free.fr>'s folder
12952                 default account patch
12953         * po/de.po
12954                 Fixed wrong translation
12955
12956 2001-10-13 [alfons, christoph, melvin]  
12957                         0.6.3claws15
12958
12959         solution #2 to solve MT-safety problems defers all GUI related calls
12960         to the main thread using a gtk_idle_add() callback. discussed on
12961         ircnet #sylpheed, with christoph spotting some issues with the
12962         original code, and melvin allowing us to lobotomize his sylpheed.
12963
12964         * src/syldap.[ch], src/main.c
12965                 fix race problem in ldap search thread by deferring GUI 
12966                 stuff to main thread using gtk_idle_add()
12967
12968 2001-10-13 [paul]       0.6.3claws14
12969
12970         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12971                 add Sergey's smtpcred.patch
12972                 adds separate username/password setting for SMTP Auth
12973                 needed by some servers
12974                 (closes feature request #471659)
12975
12976 2001-10-13 [paul]       0.6.3claws13
12977
12978         * src/pgptext.[ch] **NEW FILES**
12979         * src/Makefile.am, src/messageview.c, src/mimeview.c
12980                 decrypt ascii-armored gpg text embedded in
12981                 the message body.
12982                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12983
12984 2001-10-13 [christoph]  0.6.3claws12
12985
12986         * README.claws
12987                 some more details on default to and
12988                 feature requests
12989         * src/main.c
12990                 init glib threading when ldap is used
12991         * src/syldap.c
12992                 threading fixes
12993         * po/de.po
12994                 fixed a typo
12995
12996 2001-10-12 [paul]       0.6.3claws11
12997
12998         * src/prefs_common.[ch], src/rfc2015.c
12999                 enable ascii-armored gpg text to be embedded in the
13000                 message body, selectable through the 'Privacy'
13001                 preferences. Supports encrypting only.
13002                 Submitted by Ravemax <ravemax@dextrose.com>
13003
13004 2001-10-12 [paul]       0.6.3claws10
13005
13006         * sync with sylpheed 0.6.3cvs6
13007                 see ChangeLog entries 2001-10-11 and 2001-11-12
13008
13009         * src/folderview.c
13010                 incorporated mbox folders, scoring, and folder
13011                 properties into the sync
13012
13013 2001-10-12 [darko]      0.6.3claws9
13014
13015         * README.claws
13016                 describe quotation wrapping
13017         * src/compose.c
13018                 don't treat tab as space to calculate line length properly
13019
13020 2001-10-11 [alfons]
13021
13022         * README.claws
13023                 correct description of how to make new filtering system work,
13024                 add some other things
13025                 
13026         * src/syldap.c
13027                 remove sched_yield() (not necessary / unportable)
13028
13029 2001-10-11 [paul]       0.6.3claws8
13030
13031         * sync with sylpheed 0.6.3cvs3
13032                 see ChangeLog entry 2001-10-10
13033
13034 2001-10-10 [christoph]  0.6.3claws7
13035
13036         * .cvsignore
13037                 ignore 2 files created by newer autotools
13038         * src/prefs_folder_item.c
13039                 using table for widget alignment
13040                 fixed memory leak and broken octal display
13041         * src/filesel.c
13042                 fixed segfault caused by lost filename
13043                 workaround (closes bug #469551)
13044
13045 2001-10-10 [paul]       0.6.3claws6
13046
13047         * sync with sylpheed 0.6.3cvs2
13048                 see ChangeLog entries 2001-10-09 and 2001-10-10
13049
13050 2001-10-10 [darko]      0.6.3.claws5
13051
13052         * src/gtkstext.c
13053                 proper calculation of right margin if smart wrapping is enabled
13054         * src/compose.c
13055                 automatically wrap long lines if wrap quotation is enabled
13056
13057 2001-10-09 [alfons]     0.6.3.claws4
13058
13059         * src/summaryview.c
13060                 select correct row when deleting last row in the summary view (and
13061                 close bug "[ #469104 ] select second last in list when deleting")
13062
13063 2001-10-09 [paul]       0.6.3claws3
13064
13065         * sync with sylpheed 0.6.3cvs1
13066                 updated some autotool scripts
13067
13068 2001-10-09 [darko]      0.6.3claws2
13069
13070         * src/gtkstext.[ch]
13071                 new name and mark with Sylpheed comment
13072         * src/compose.c
13073                 smart quotation wrapping a-la VIM
13074
13075 2001-10-08 [paul]       0.6.3claws1
13076
13077         * sync with sylpheed 0.6.3 release
13078                 see ChangeLog entry 2001-10-08
13079
13080 2001-10-08 [paul]       0.6.2claws24
13081
13082         * src/summaryview.c
13083                 more sync with sylpheed 0.6.2cvs12
13084                 Fixed the bug that didn't select the last row correctly
13085
13086
13087 2001-10-07 [paul]       0.6.2claws23
13088
13089         * sync with sylpheed 0.6.2cvs12
13090                 see ChangeLog entry 2001-10-07
13091
13092 2001-10-06 [match]
13093         * src/jpilot.[ch]
13094                 enable jpilot to read unsynch'ed addresses.
13095
13096         * src/editldap_basedn.c
13097                 fix segfault when opening dialog.
13098
13099 2001-10-06 [alfons]     0.6.2.claws22
13100
13101         * src/summaryview.c
13102                 fix bug with summary view selecting last *inserted*
13103                 node instead of last *visible* node. remember we
13104                 work with a tree
13105
13106 2001-10-06 [paul]       0.6.2claws21
13107
13108         * po/pt_BR.po
13109                 updated translation, contains some fixes and new
13110                 translations, submitted by Gustavo Noronha Silva
13111                 <kov@debian.org>
13112
13113         * src/prefs_common.c
13114                 change 'each' to 'every' - fix dubious English
13115
13116         * sync with sylpheed 0.6.2cvs11
13117
13118 2001-10-05 [alfons]     0.6.2claws20
13119
13120         * src/mainwindow.[ch], src/folderview.c
13121                 make composite tool button switch between "Compose News"
13122                 and "Compose Mail" depending on selected folder
13123                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13124
13125 2001-10-05 [paul]       0.6.2claws19
13126
13127         * src/mainwindow.c, src/summaryview.c
13128                 fix 'Message/Reply to all', broken in last commit
13129
13130         * src/compose.c
13131                 fix X_BEENTHERE seg fault, thanks to Alfons
13132
13133 2001-10-04 [paul]       0.6.2claws18
13134
13135         * src/compose.[ch], src/mainwindow.c
13136                 make "Message/Reply" reply to mailing lists; matches
13137                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13138                 based on portions of the patch submitted by
13139                 Junichi Uekawa <dancer@netfort.gr.jp>
13140
13141 2001-10-04 [darko]      0.6.2claws17
13142
13143         * src/compose.c
13144                 better smart wrapping
13145         * src/gtkstext.[hc]
13146                 a function to make text buffer contiguous
13147
13148 2001-10-03 [paul]       0.6.2claws16
13149
13150         * sync with sylpheed 0.6.2cvs10
13151
13152 2001-10-02 [alfons]
13153
13154         * configure.in
13155         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13156                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13157                 references to chinese translations (hope someone picks up
13158                 this)
13159
13160 2001-10-02 [christoph]  0.6.2claws15
13161
13162         * src/compose.c
13163                 fixed non translated header bug
13164         * ChangeLog.claws
13165                 fixed wrong date in alfons last entry ;)
13166
13167 2001-10-02 [alfons]     0.6.2claws14
13168
13169         * src/compose.c, src/prefs_common.[ch]
13170                 add block cursor option
13171
13172 2001-10-02 [paul]       0.6.2claws13
13173
13174         * sync with sylpheed 0.6.2cvs9
13175
13176 2001-09-30 [paul]       0.6.2claws12
13177
13178         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13179                 updated translations
13180
13181         * po/POTFILES.in
13182                 add 'src/importldif.c'
13183
13184         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13185                 added eudora-to-vCard conversion tool
13186                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13187
13188         * sync with sylpheed 0.6.2cvs8
13189
13190 2001-09-30 [paul]
13191
13192         * sylpheed-0.6.2claws released
13193
13194 2001-09-27 [melvin]     0.6.2claws11
13195
13196         * src/gtkspell.c
13197                 fixed crash when using default path (introduced 
13198                 in 0.6.2claws10)
13199                 fixed tiny bug for initial suggestion mode
13200
13201 2001-09-27 [melvin]     0.6.2claws10
13202         
13203         * src/gtkspell.c
13204                 fixed bug where gtkpspell didn't set the path correctly
13205
13206         * README.claws
13207                 added a paragraph about spell checking
13208                 
13209
13210
13211 2001-09-27 [paul]       0.6.2claws9
13212
13213         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13214                 replace '// comments' with '/* comments */' to prevent
13215                 some compiler warnings 
13216
13217         * sync with sylpheed 0.6.2cvs6
13218
13219 2001-09-26 [alfons]     0.6.2claws8
13220
13221         * src/messageview.c
13222                 introduce return receipt request notification again,
13223                 which was lost because of other semantics in 
13224                 procheader_parse() (???)
13225
13226 2001-09-26 [christoph]  0.6.2claws7
13227
13228         * src/compose.c
13229                 replace comments for old code with #if 0
13230                 readded auto cc, bcc and reply-to
13231         * src/prefs_matcher.c
13232         * src/prefs_scoring.c
13233                 removed some definition (was moved to
13234                 prefs.h)
13235
13236 2001-09-26 [paul]       0.6.2claws6
13237
13238         * src/mainwindow.c
13239                 make 'Follow-up and reply to' sensitive
13240
13241         * more sync with sylpheed 0.6.2cvs5
13242
13243 2001-09-25 [melvin]
13244
13245         * 0.6.2claws5
13246
13247         * src/gtkspell.c
13248                 fixed bug for "US-ASCII" introduced by the encoding code
13249
13250 2001-09-25 [paul]
13251
13252         * 0.6.2claws4
13253
13254         * src/prefs_common.[ch], src/summaryview.c
13255                 'next unread msg' 'go to next folder?' dialog can be
13256                 given default behaviour, either always show dialog,
13257                 or assume 'yes', or assume 'no'
13258                 Submitted by wwp <subscript@free.fr>
13259
13260 2001-09-25 [melvin]
13261                 
13262         * src/compose.c src/gtkspell.[ch]
13263                 added support for different encodings
13264
13265 2001-09-25 [paul]
13266
13267         * more sync with sylpheed 0.6.2cvs5
13268
13269 2001-09-24 [alfons]
13270         
13271         * src/prefs_folder_item.c
13272                 add check for item->prefs->default_to string is NULL and
13273                 add another check when freeing this string
13274
13275 2001-09-24 [paul]
13276
13277         * configure.in
13278                 change to version 0.6.2claws3
13279
13280         * sync with sylpheed 0.6.2cvs5 
13281
13282 2001-09-24 [match]
13283         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13284                 import LDIF files.
13285         * src/addrcache.[ch], addrindex.[ch]
13286                 small update for future
13287         * src/addrbook.c
13288                 fix test XML file.
13289
13290 2001-09-24 [melvin]
13291         * src/gtkspell.[ch]
13292                 added 'Learn from mistakes' option
13293                 better handling of quotes in checked words
13294                 sorted dict list
13295         * po/fr.po
13296                 small update for spell checking stuff
13297
13298 2001-09-23 [alfons]
13299         
13300         * src/gtkspell.c
13301                 edit a little bit so it complies more with main coding style
13302
13303 2001-09-23 [alfons]
13304
13305         * src/folder.[ch], prefs_folder_item.c, compose.c
13306                 migrate "request return receipt" folder property
13307                 to folderlist.xml
13308
13309 2001-09-22 [alfons]
13310
13311         * README.claws **NEW**
13312                 (add things of interest for users of main branch 
13313                 and claws here)
13314
13315         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13316                 re-implement threading per folder option, but store 
13317                 the setting in folderlist.xml (where it belongs)
13318
13319 2001-09-21 [melvin]
13320
13321         * src/gtkspell.[ch]
13322                 fixed bug when compose window is under another window
13323         * src/prefs_common.[ch] src/compose.c
13324                 changed 'dictionary_path' to 'dictionary' to be consistent
13325                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13326         * ac/pspell.m4 src/Makefile.am 
13327                 dropped PSPELL_PATH macro
13328         * po/fr.po
13329                 updated translations
13330
13331 2001-09-21 [christoph]
13332
13333         * src/compose.c
13334                 added border around header fields
13335                 keep header type when new field is added
13336
13337 2001-09-20 [christoph]
13338
13339         * src/utils.[ch]
13340                 more portable debug_print with source filename
13341                 and linenumber
13342         * src/procmsg.c
13343                 more newlines after debug messages
13344
13345 2001-09-20 [paul]
13346
13347         * configure.in
13348                 change to version 0.6.2claws2
13349
13350         * sync with sylpheed 0.6.2cvs3
13351
13352 2001-09-19 [melvin]
13353
13354         * src/gtkspell.c
13355                 fixed the post-right-click focus pb
13356                 fixed crash when 'Spell check all' after dict change 
13357                         and when cursor is at the end of the text
13358                 shift-right-click pops up config menu even on misspelled words.
13359         * po/POTFILES.in
13360                 added gtkspell.c
13361
13362 2001-09-19 [melvin]
13363
13364         * src/about.c
13365                 added pspell to compiled-in features list
13366
13367 2001-09-18 [melvin]
13368
13369         * switched to pspell and dropped ispell
13370         * ac/pspell.m4
13371                 new file. autoconf macro for pspell
13372         * ac/Makefile.am 
13373         * configure.in acconfig.h
13374                 added pspell support
13375         * src/Makefile.am
13376         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13377         * src/prefs_common.[ch] 
13378                 added pspell support
13379
13380 2001-09-18 [christoph]
13381
13382         * src/addr_compl.c
13383         * src/template.[ch]
13384                 replace LOG_MESSAGE with debug_print
13385         * src/compose.[ch]
13386                 gui improvements
13387         * src/menu.c
13388                 added newline after debug message
13389         * src/utils.h
13390                 using __VA_ARGS__ for debug_print macro
13391         * tools/.cvsignore
13392                 ignore Makefile and Makefile.in
13393
13394 2001-09-18 [paul]
13395
13396         * configure.in
13397                 change to version 0.6.2claws1
13398         * sync with sylpheed 0.6.2cvs1
13399
13400         * src/matcher.c 
13401         * src/prefs_matcher.c
13402                 add 'score equal to' option, submitted by
13403                 Paul Evans <nerd@freeuk.com>
13404
13405 2001-09-15 [christoph]
13406
13407         * src/mainwindow.c
13408                 comment out menu entry not existing in claws
13409         * src/menu.c
13410                 add debug output for non existing menu entries
13411         * src/summaryview.c
13412                 fix next/prev unread message for ignored threads
13413         * src/utils.[ch]
13414                 add sourcefile and line number to debug output
13415                 otherwise it is sometimes hard to find the
13416                 source code part if debug messages are translated
13417
13418 2001-09-14 [darko]
13419         
13420         * src/folderview.c
13421                 refresh target folder style after colour is changed
13422
13423 2001-09-13 [paul]
13424
13425         * configure.in
13426                 change to version 0.6.1claws3
13427
13428         * sync with sylpheed 0.6.1cvs6
13429
13430 2001-09-13 [darko]
13431         
13432         * src/folderview.c
13433                 fix target folder colourization to use user selected colour
13434
13435 2001-09-12 [darko]
13436         
13437         * src/summaryview.c
13438                 fix crash when message that is marked for copy/move is unmarked
13439
13440 2001-09-09 [paul]
13441
13442         * configure.in
13443                 change to version 0.6.1claws2
13444
13445         * sync with sylpheed 0.6.1cvs3
13446
13447 2001-09-09 [alfons]
13448         
13449         * src/folderview.c
13450                 fix bug with default font used for trash folder text
13451
13452 2001-09-06 [paul]
13453
13454         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13455                 updated translations
13456
13457         * configure.in
13458                 change to version 0.6.1claws1
13459
13460         * sync with sylpheed 0.6.1cvs2
13461
13462 2001-09-03 [paul]
13463
13464         * po/POTFILES.in
13465                 add Match's new addressbook
13466
13467         * po/de.po
13468                 updated translation submitted by Jens Oberender
13469
13470 2001-09-02 [paul]
13471
13472         * configure.in
13473                 change to 0.6.1claws
13474         * sync with sylpheed 0.6.1 release
13475
13476 2001-09-02 [paul]
13477
13478         * configure.in
13479                 change to 0.6.0claws2
13480
13481         * sync with sylpheed 0.6.0cvs4
13482
13483         * po/pt_BR.po
13484                 updated translation submitted by Fabio Junior Beneditto
13485
13486 2001-09-01 [match]
13487         * pixmaps/
13488                 interface.xpm
13489                 book.xpm
13490                 address.xpm
13491         * src/
13492                 Makefile.am
13493                 a ton of new files
13494
13495 2001-08-31 [paul]
13496
13497         * configure.in
13498                 change to version 0.6.0claws1
13499
13500         * sync with sylpheed 0.6.0cvs1
13501
13502         * po/es.po
13503                 updated translation submitted by Ricardo Mones Lastra
13504
13505         * po/POTFILES.in
13506                 add 'src/prefs_templates.c'
13507
13508         * src/compose.c, src/summaryview.c
13509                 fix segfault on 'Re_edit'               
13510
13511 2001-08-30 [alfons]
13512
13513         * configure.in, Makefile.am
13514         * tools/Makefile.am
13515                 add tools directory to source distribution
13516
13517 2001-08-30 [paul]
13518
13519         * configure.in
13520                 change to version 0.6.0claws
13521
13522         * sync with sylpheed 0.6.0 release
13523
13524 2001-08-30 [christoph]
13525
13526         * configure.in
13527                 removed autoconf version check
13528
13529 2001-08-30 [paul]
13530
13531         * src/account.c, src/compose.c, src/prefs_common.[ch]
13532         * src/procheader.[ch] src/utils.[ch]
13533                 Enhanced automatic account selection on replies
13534                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13535
13536         * configure.in
13537                 add LDAP and JPilot to the configuration results output.
13538
13539 2001-08-29 [christoph]
13540
13541         * src/summeryview.c
13542                 no bold font for ignored threads
13543
13544 2001-08-29 [paul]
13545
13546         * configure.in
13547                 change to version 0.5.3claws6
13548
13549         * sync with sylpheed 0.5.3cvs10
13550                 src/stringtable.[ch]: New Files
13551
13552         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13553         * src/pixmaps/sylpheed.xpm
13554                 add mini-icons to windows (by Alfons)
13555
13556 2001-08-27 [paul]
13557
13558         * src/mainwindow.c
13559                 new functions: next_labeled_cb(), prev_labeled_cb()
13560
13561         * src/summaryview.c
13562                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13563                 summary_select_next_labeled(), summary_select_prev_labeled()
13564
13565         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13566                 give claws blue folders and a blue trash can
13567
13568 2001-08-27 [paul]
13569
13570         * configure.in
13571                 change to version 0.5.3claws5
13572
13573         * sync with sylpheed 0.5.3cvs9
13574                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13575
13576 2001-08-24 [christoph]
13577
13578         * src/filesel.c
13579                 keep filename when browsing directories
13580                 (not working for user entered filename, but
13581                  for default name and selected filename from
13582                  file list)
13583         * src/mainwindow.c
13584                 fixed wrong spelling "Folllow-up"
13585         * src/mbox_folder.c
13586         * src/procmsg.c
13587         * src/summaryview.c
13588                 fixed new/unread message count with ignored
13589                 threads (2 commits, first didn't notice no
13590                 longer needed decreasing)
13591         * src/inc.c
13592                 readded scrolling of progress dialog
13593                 (lost in sync)
13594
13595 2001-08-24 [paul]
13596
13597         * configure.in
13598                 change to 0.5.3claws4
13599
13600         * sync with sylpheed 0.5.3cvs7
13601
13602 2001-08-24 [christoph]
13603
13604         * src/compose.c
13605                 set request return receipt when replying
13606                 if it is set is the folder prefs of the
13607                 message
13608         * src/inc.c
13609                 disable final error popup if popups are
13610                 disabled in config (again)
13611
13612 2001-08-23 [paul]
13613
13614         * configure.in
13615                 Change version number to 0.5.3claws3
13616
13617         * sync with sylpheed 0.5.3cvs5
13618
13619         * src/mimeview.c
13620                 double quote '%s' in 'gedit %s' to fix bug when
13621                 opening attachment with spaces in the name
13622
13623 2001-08-22 [alte]
13624         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13625           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13626                 initial message templates support
13627
13628
13629 2001-08-22 [paul]
13630
13631         * configure.in
13632                 change version number to 0.5.3claws2
13633
13634         * sync with sylpheed 0.5.3cvs4
13635
13636         * src/procmsg.h src/summaryview.c
13637                 re-implement (un)ignore thread
13638
13639 2001-08-21 [paul]
13640
13641         * src/summaryview.c
13642                 remove unnecessary code
13643         * src/compose.c
13644                 enable 'dynamic' signatures (submitted by
13645                 Eric Limpens <eric@hscg-internet.nl>)
13646
13647 2001-08-21 [paul]
13648
13649         clean up after sync with sylpheed 0.5.3 release
13650
13651         * src/folderview.c
13652                 fix re-introduced font mess, see Christoph's
13653                 entry 2001-06-24
13654
13655         * src/summaryview.c
13656                 remove prev_msgnum
13657                 use sylpheed's small font instead of
13658                 gtk default font for summary view
13659
13660
13661 2001-08-17 [paul]
13662
13663         * configure.in
13664                 add pl to ALL_LINGUAS - sync with main branch
13665
13666         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13667                 Updated. Translations by Jens Oberender, Ricardo Mones
13668                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13669
13670         * po/pl.po  ** NEW FILE **
13671                 sync with the main branch
13672
13673         * src/folderview.c
13674                 fix target folder colorizing and refresh problem
13675
13676
13677 2001-08-17 [christoph]
13678
13679         * src/mainwindow.c
13680                 claws uses 4 colors for target folder coloring.
13681                 arrays were not long enough and destroyed the
13682                 stack causing a segfault.
13683                 target folder colorizing does not work anymore
13684                 for me
13685
13686 2001-08-16 [paul]
13687
13688         * configure.in
13689                 change to version 0.5.3claws1
13690
13691         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13692           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13693           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13694
13695                 sync with sylpheed 0.5.3 release, but keep claws method of
13696                 configuring/saving fonts
13697
13698         * src/addressbook.[ch]
13699                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13700                 in line with a similar change in Hiroyuki's branch
13701
13702         * src/mainwindow.[ch]
13703                 disable main_window_set_thread_option()
13704         * src/prefs_folder_item.c
13705                 comment out &tmps_prefs.enable_thread,
13706         * src/mbox_folder.c, src/procmsg.[ch]
13707                 comment out MSG_IS_IGNORE_THREAD
13708         * src/summaryview.c
13709                 comment out summary_ignore_thread() and summary_unignore_thread()
13710                 comment out MSG_IS_IGNORE_THREAD
13711
13712                 use Hiroyuki's threading instead.
13713
13714
13715
13716 2001-08-15 [paul]
13717
13718         * src/account.c
13719                 use Hiroyuki's 0.5.3 column scheme but also
13720                 include the enable/disable button.
13721         * src/pixmaps/mark.xpm
13722                 add Hiroyuki's amended pixmap
13723
13724 2001-08-13 [christoph]
13725
13726         * src/account.c
13727                 receive at get all column showed wrong state for APOP
13728                 button should only work for POP3 and APOP accounts
13729         * src/prefs_account.c
13730                 added missing preprocessor statement for SSL
13731
13732 2001-08-12 [paul]
13733
13734         * src/account.[ch]
13735                 add 'receive at get all' column and enable/disable
13736                 button.
13737
13738 2001-08-06 [christoph]
13739
13740         * src/account.c
13741                 show usage of SSL in protocol column
13742
13743         * src/imap.c
13744         * src/inc.c
13745                 renamed ssl options
13746
13747         * src/prefs_account.[ch]
13748                 moved ssl options to a new page
13749
13750         * src/send.c
13751         * src/smtp.c
13752         * src/ssl.[ch]
13753                 renamed ssl options
13754                 added support for SMTP STARTTLS command
13755
13756 2001-08-05 [christoph]
13757
13758         * configure.in
13759                 debian autoconf needs version check to find
13760                 correct autoconf version. if the file is
13761                 named configure.in 2.13 is used, which does
13762                 not work with this configure.in script.
13763                 other solution would be to rename the script
13764                 to configure.ac as suggested in the autoconf
13765                 manual.
13766
13767         * src/inc.c
13768                 disable final error popup if popups are
13769                 diabled in config
13770
13771         * src/socket.c
13772                 bugfix in ssl_gets
13773                 fixes IMAP over SSL problem
13774
13775 2001-08-03 [paul]
13776
13777         * configure.in
13778                 change to 0.5.2claws1
13779
13780         * sync with sylpheed 0.5.2cvs1
13781
13782 2001-08-02 [alfons]
13783
13784         * configure.in
13785                 quick fix for ispell detection...
13786
13787 2001-08-01 [paul]
13788
13789         * configure.in
13790                 change to 0.5.1claws4
13791
13792         * sync with sylpheed 0.5.1cvs7
13793
13794 2001-07-31 [alfons]
13795
13796         * src/prefs_common.c, src/prefs_common.h, 
13797           src/gtkspell.c, src/gtkspell.h
13798                 add global spelling checker settings (compose tab) +
13799                 selection of dictionary 
13800           
13801         * configure.in  
13802                 guess valid ispell location
13803
13804 2001-07-31 [paul]
13805
13806         * po/POTFILES.in
13807                 removal of 'src/quote_fmt_parse.c'
13808         * po/de.po
13809                 Updated de.po
13810                 (submitted by Jens Oberender <didge@suse.de>)
13811
13812 2001-07-31 [darko]
13813
13814         * src/folder.[ch]
13815         * src/folderview.[ch]
13816         * src/mainwindow.c
13817         * src/mh.c
13818         * src/prefs_common.[ch]
13819         * src/summaryview.c
13820                 target folder colourization
13821
13822 2001-07-30 [paul]
13823
13824         more sync with Sylpheed 0.5.1cvs6 
13825
13826 2001-07-30 [darko]
13827
13828         * src/mh.c
13829         * src/prefs_folder_item.[hc]
13830         * src/summaryview.c
13831                 shared folders support with a GUI
13832
13833 2001-07-29 [paul]
13834
13835         0.5.1claws3
13836
13837         * sync with Sylpheed 0.5.1cvs6
13838
13839 2001-07-29 [paul]
13840
13841         * po/pt_BR.po
13842                 updated
13843                 (submitted by Fabio Junior Beneditto)
13844
13845 2001-07-28 [paul]
13846
13847         * src/procmime.c
13848         * AUTHORS
13849                 patch to correct bad image mime headers
13850                 (submitted by Don Quijote <dq@searchlores.org>)
13851
13852 2001-07-28 [paul]
13853
13854         * tools/gif2xface.pl   **NEW FILE**
13855         * tools/README
13856                 script to convert file.gif to file.xface for
13857                 use in a custom header.
13858                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13859
13860 2001-07-27 [alfons]
13861         
13862         * configure.in
13863                 change macros for detecting JPilot and LDAP
13864
13865 2001-07-27 [christoph]
13866
13867         * src/filtering.c
13868                 code cleanup (MIN / MAX warning, needed casting)
13869
13870 2001-07-27 [alfons]
13871
13872         * procheader.c
13873                 disallow setting flags when detecting certain headers
13874                 (X-Status, Status, Seen, X-Seen). 
13875         
13876         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13877
13878 2001-07-27 [christoph]
13879
13880         * src/prefs_filter.c
13881         * src/prefs_filtering.c
13882         * src/prefs_matcher.c
13883         * src/prefs_scoring.c
13884                 scroll list when moving rows up or down
13885
13886         * src/imap.c
13887         * src/imap.h
13888         * src/prefs_account.c
13889         * src/prefs_account.h
13890         * src/send.c
13891                 SMTP over SSL (untested, feedback requested)
13892                 IMAP over SSL
13893
13894         * src/ssl.c
13895                 code cleanup
13896
13897 2001-07-26 [alfons]
13898         
13899         * configure.in, acconfig.h
13900                 define CLAWS (need this for main / claws detection)
13901
13902 2001-07-25 [alfons]
13903
13904         * configure.in
13905                 Sylpheed 0.5.1claws2
13906                 
13907         * sync with Sylpheed 0.5.1cvs4
13908
13909 2001-07-25 [christoph]
13910
13911         * src/scoring.c
13912                 fixed segfault
13913                 item->prefs == NULL (don't know why)
13914
13915 2001-07-25 [alfons]
13916
13917         * configure.in
13918                 Sylpheed 0.5.1claws1
13919
13920         * sync with Sylpheed 0.5.1cvs1-3
13921
13922 2001-07-24 [christoph]
13923
13924         * src/folderview.c
13925         * src/prefs_folder_item.[ch]
13926                 added folderitem preferences dialog with
13927                 default To: and auto request return receipt
13928
13929         * src/compose.[ch]
13930         * src/menu.[ch]
13931                 changes to handle new folderitem preferences
13932
13933         * src/mainwindow.c
13934         * src/summaryview.c
13935                 call compose new mail with current folderitem
13936
13937 2001-07-24 [alfons]
13938
13939         Release Sylpheed 0.5.1claws
13940
13941         * configure.in
13942                 change to release version 0.5.1claws
13943
13944 2001-07-24 [christoph]
13945
13946         * src/summaryview.c
13947                 fixed segfault that happend when the selected
13948                 message was removed while retrieving new messages.
13949
13950         * po/es.po
13951                 updated translation
13952                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13953
13954 2001-07-22 [alfons]
13955
13956         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13957         this is a work in progress, for more information: http://nlpagan.net/sylman 
13958         
13959         * configure.in, src/mainwindow.c, manual/Makefile.am
13960                 add support for English manual
13961
13962         * AUTHORS
13963                 add authors of user manuals
13964
13965         * manual/en/sylpheed*.html
13966                 add English documentation
13967
13968 2001-07-22 [christoph]
13969
13970         * po/POTFILES.in
13971                 added src/ssl.c
13972         * src/ssl.c
13973                 changed a wrong debug message
13974
13975 2001-07-22 [alfons]
13976
13977         * po/nl.po
13978                 update Dutch translation
13979
13980         * src/prefs_filtering.c, 
13981           src/prefs_matcher.c
13982                 add more translatable strings           
13983
13984 2001-07-21 [alfons]
13985
13986         0.5.0claws7
13987
13988         * configure.in
13989                 change version
13990
13991         * src/inc.c, src/summaryview.[ch]
13992                 prevent update of mark file when filtering has done, by
13993                 using a variable; this affects two functions:
13994                         inc.c::inc_finished()
13995                         summaryview.c::summary_show()
13996
13997 2001-07-20 [alfons]
13998
13999         * src/filtering.[ch], src/prefs_filtering.c, 
14000           src/matcher.[ch]
14001                 add filtering action for label coloring 
14002
14003         * po/POTFILES.in
14004                 add labelcolors.c
14005
14006         * added src/labelcolors.c
14007         * added src/labelcolors.h
14008         * src/Makefile.am, src/summaryview.c
14009                 rearrange label coloring code
14010
14011         * src/procmsg.h
14012                 add more parentheses so label colouring works correctly
14013
14014         * src/filtering.c
14015                 don't really delete message, but move it to Trash
14016
14017         * src/prefs_matcher.c
14018                 add quote options to info dialog
14019
14020 2001-07-20 [christoph]
14021
14022         * src/Makefile.am
14023         * src/inc.c
14024         * src/main.[ch]
14025         * src/socket.h
14026         * src/ssl.[ch] (new)
14027                 moved ssl stuff to a seperate file
14028
14029 2001-07-20 [darko]
14030
14031         * src/summaryview.c
14032                 fix show sender using address book with no e-mail
14033                 address in From: field
14034
14035 2001-07-19 [alfons]
14036
14037         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
14038                 fix messy handling of escaping... now at least the
14039                 execute command is useful. escape char is '\', we
14040                 accept \n and \r too. 
14041
14042                 Real life example:
14043                 
14044                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
14045                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
14046
14047 2001-07-18 [alfons]
14048
14049         0.5.0claws6
14050
14051         * src/summaryview.c
14052                 clean up
14053
14054         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
14055           src/procmsg.[ch]
14056                 revise filtering; currently move, copy, marking have
14057                 been tested. if you like bleeding edge stuff, you
14058                 should definitely go for this version :)
14059
14060         * mark old working stuff as VERSION_0_5_0_CLAWS5        
14061
14062 2001-07-17 [christoph]
14063
14064         * src/utils.c
14065                 timestamp log
14066
14067 2001-07-17 [alfons]
14068
14069         0.5.0claws5
14070
14071         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
14072           bits in the mark file, without affecting either branch. Lots of
14073           files changed, also in claws branch.
14074
14075           UNTESTED: use of mbox folders
14076
14077         * src/summaryview.c
14078                 added mark all read; however this was a quick hack used for
14079                 cleaning up mess after initial merge with Hiroyuki
14080
14081         * configure.in
14082                 change claws version number back to 0.5.0claws5 to clear up 
14083                 confusion & pretension (recent release was technically 
14084                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14085
14086 2001-07-16 [alfons]
14087
14088         sync with Hiroyuki's 0.5.0cvs4
14089
14090 2001-07-16 [alfons]
14091
14092         0.5.1claws3
14093
14094         * src/filtering.[ch]
14095                 remove invalid updating of mark files for 
14096                 filter actions MATCHING_ACTION_MOVE and 
14097                 MATCHING_ACTION_DELETE; this should fix the
14098                 folder update bug
14099                 
14100         * src/procmsg.c
14101                 revert Christoph's stab at fixing the folder 
14102                 update bug
14103
14104         * po/POTFILES.in
14105                 add missing files with translatable strings
14106
14107         * src/summaryview.c
14108                 remove debug print
14109
14110 2001-07-15 [alfons]
14111
14112         * src/addr_compl.[ch], src/prefs_filtering.c
14113                 make "filtering pref dialog's destination entry" an
14114                 "address completable entry", if filter destination is 
14115                 an email address
14116
14117         0.5.1claws2
14118         
14119         sync with Hiroyuki's 0.5.0cvs2-3
14120
14121 2001-07-15 [christoph]
14122
14123         * src/procmsg.c
14124                 fixed folder stats update after incorporation
14125
14126 2001-07-15 [alfons]
14127
14128         * src/summaryview.c
14129                 * finish label colouring stuff (for now)
14130                 * fix incorrect colour bug (off by one) 
14131
14132 2001-07-14 [alfons]
14133
14134         * src/mainwindow.c
14135                 change text labels for news and mail message so there's
14136                 plenty of toolbar estate left
14137
14138         * configure.in
14139                 0.5.1claws1
14140
14141         * src/folderview.c
14142           src/folder.[ch]
14143                 sync with Hiroyuki's 0.5.0cvs1
14144
14145         * src/summaryview.c
14146                 more rewrite label colouring
14147
14148 2001-07-14 [alfons]
14149
14150         * src/summaryview.[ch]
14151                 * start rewrite label colouring 
14152                 * fix proper location "Add Sender To Addressbook" menu item
14153
14154 2001-07-13
14155
14156         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14157         (actually this is 0.5.0claws4)
14158
14159 2001-07-13 [alfons]
14160
14161         * po/pt_BR.po
14162                 * fix duplicate message
14163                 * add updated Portugese / Brazilian translation
14164                   submitted by Fabio Junior Beneditto
14165
14166 2001-07-12 [alfons]
14167
14168         * AUTHORS
14169                 add Jens
14170
14171         * po/nl.po
14172                 add updated Dutch translation
14173
14174         * po/de.po
14175                 add updated German translation submitted by Jens
14176
14177 2001-07-11 [alfons]
14178
14179         Prerelease before 0.5.0claws. Please test.
14180         This version is temporarily tagged as VERSION_0_5_0_TEST
14181
14182         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14183           src/prefs_scoring.c, src/prefs_matcher.c, 
14184           src/prefs_filtering.c, src/mbox.c, 
14185           src/main.c, src/inc.c, src/filtering.[ch]
14186                 revert new Hoa's new matcher (does not work yet)
14187
14188         * src/Makefile.am
14189                 clean up
14190
14191 2001-07-10
14192
14193         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14194
14195
14196 2001-07-10 [alfons]
14197
14198         * Makefile.am
14199                 add ChangeLog.claws to EXTRA_DIST
14200         * src/Makefile.am
14201                 add matcher_parser_parse.h to EXTRA_DIST
14202
14203 2001-07-10 [christoph]
14204
14205         * src/inc.c
14206                 add destination folder to table of
14207                 folders that need to be updated after
14208                 incorporation
14209
14210 2001-07-10 [alfons]
14211
14212         * folder.[ch]
14213           folderview.c
14214                 make collapse state of folders and folder items persistent, i.e.
14215                 if you collapse a folder tree, the next time sylpheed-claws starts 
14216                 up the folder tree remains collapsed.  
14217                 
14218 2001-07-10 [christoph]
14219
14220         * acconfig.h
14221         * configure.in
14222                 added --enable-ssl
14223         * src/md5.[ch]
14224                 renamed MD5_CTX to MD5_CTX_syl
14225                 conflicts with a struct in openssl
14226         * src/inc.c
14227         * src/main.[ch]
14228         * src/prefs_account.[ch]
14229         * src/socket.[ch]
14230                 SSL support for POP
14231         * src/mainwindow.c
14232                 fixed compose with current account
14233                 broken by new compose button stuff
14234
14235 2001-07-09 [hoa]
14236
14237         * AUTHORS
14238                 changed my email address
14239
14240         * src/matcher_parser_parse.y
14241                 clean the parser to remove conflicts
14242
14243 2001-07-09 [alfons]
14244
14245         * AUTHORS
14246                 add Match Grun
14247
14248         * configure.in
14249                 fix incorrect description of --enable-ldap parameter
14250
14251         * src/prefs_common.[ch]
14252           src/compose.c
14253                 add experimental option "smart wrapping" which makes the
14254                 compose editor auto wrap.
14255                 
14256                 | TODO: the problem with the buggy cursor handling is caused |
14257                 | by the GtkText. when deleting / backspacing text its       |
14258                 | wrapping algorithm does not take in account the previous   |
14259                 | line. should find a way to hack this in.                   |
14260                 | or should perhaps combine this with the word wrapping      |
14261                 | patch i wrote in january.                                  |
14262
14263         * src/about.c
14264                 show build parameters for LDAP and JPilot
14265
14266         * src/summaryview.c
14267                 revert Christoph's bugfix for selecting next unread message, 
14268                 because folder stats aren't updated correctly
14269
14270 2001-07-08 [hoa]
14271
14272         * src/filtering.c
14273         * src/mainwindow.c
14274         * src/matcher.c
14275         * src/matcher_parser_lex.l
14276         * src/matcher_parser_parse.y
14277         * src/prefs_filtering.c
14278         * src/prefs_scoring.c
14279         * src/scoring.c
14280                 bugfix of the config file parser
14281
14282 2001-07-08 [alfons]
14283
14284         * src/Makefile.am
14285                 added generated matcher sources to BUILT_SOURCES
14286
14287 2001-07-08 [hoa]
14288
14289         * src/Makefile.am
14290         * src/.cvsignore
14291                 added new config file parser
14292
14293         * src/scoring.[ch]
14294         * src/filtering.[ch]
14295         * src/matcher.[ch]
14296         * src/prefs_filtering.c
14297         * src/prefs_matcher.c
14298         * src/prefs_scoring.c
14299         * added src/matcher_parser.h
14300         * added src/matcher_parser_lex.h
14301         * added src/matcher_parser_lex.l
14302         * added src/matcher_parser_parse.y
14303                 lex & yacc config file parser
14304
14305         * src/mbox.c
14306         * src/inc.c
14307         * src/main.c
14308                 changes prefs_filtering into global_filtering           
14309
14310         * src/summaryview.c
14311                 build threads with subjects only if "Re: " is at the
14312                 beginning of the subject
14313
14314 2001-07-07 [paul]
14315
14316         0.5.0claws
14317
14318         sync with sylpheed 0.5.0
14319                 change of version number only
14320
14321 2001-07-06 [paul]
14322
14323         0.5.0claws5
14324
14325         sync with sylpheed 0.5.0pre5
14326
14327 2001-07-05 [paul]
14328
14329         sync with sylpheed 0.5.0pre4 release
14330                 /po and /manual/ja not sync'ed
14331
14332 2001-07-04 [paul]
14333
14334         more sync with sylpheed 0.5.0pre4
14335
14336 2001-07-03 [christoph]
14337
14338         * src/addressbook.c
14339                 fixed address book broken by address book
14340                 for VCard, JPilot, LDAP
14341
14342 2001-07-03 [alfons]
14343
14344         * src/matcher.c
14345         * src/textview.c
14346                 stopped memory leaks
14347
14348 2001-07-03 [paul]
14349
14350         more sync with sylpheed 0.5.0pre4
14351
14352 2001-07-02 [match]
14353
14354         * included address book patch for VCard, JPilot, LDAP
14355         * pref_common.c - fixed Font options on Display tab (cosmetic)
14356         * alertpanel.c - fixed truncated message
14357
14358 2001-07-02 [christoph]
14359
14360         * src/mbox_folder.c
14361         * src/procmsg.[ch]
14362         * src/summaryview.c
14363                 mark threads for ignoring
14364
14365 2001-07-02 [paul]
14366
14367         0.5.0claws4
14368
14369         * sync with sylpheed 0.5.0pre4
14370                 updated gettext to 0.10.38.
14371
14372 2001-07-01 [paul]
14373
14374         * src/ mainwindow.c
14375         * src/procmsg.h
14376         * src/summaryview.[ch]
14377                 new right-click option: Label.
14378                 substitute for 'Mark-->Mark/Unmark', colours the line.
14379                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14380
14381 2001-07-01 [christoph]
14382
14383         * src/folderview.c
14384                 fixed font for trash
14385         * src/summaryview.c
14386                 move ctree to unread message
14387
14388 2001-07-01 [paul]
14389
14390         * sync with sylpheed 0.5.0pre3 release
14391
14392 2001-06-30 [alfons]
14393
14394         * src/filesel.[ch]
14395         * src/compose.c
14396                 allow inserting / attaching multiple files in
14397                 the composer window
14398
14399 2001-06-30 [paul]
14400
14401         * src/codeconv.c
14402                 small change to Alfons' previous stuff so that it
14403                 actually makes
14404
14405 2001-06-30 [alfons]
14406
14407         * lots of files changed; first attempt to merge the changes
14408           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14409
14410 2001-06-30 [paul]
14411
14412         * po/pt_BR.po
14413                 updated and completed, translations by Fabio
14414                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14415
14416 2001-06-29 [alfons]
14417
14418         * src/compose.c
14419         * src/mimeproc.[ch]
14420                 allow selecting an attached files' mime type from a 
14421                 list of types.
14422
14423 2001-06-29 [paul]
14424
14425         * more sync with sylpheed 0.5.0pre3
14426
14427 2001-06-29 [paul]
14428
14429         * po/pt_BR.po
14430                 merge with sylpheed.pot and pt_BR.po provided by
14431                 Fabio Junior Beneditto.
14432
14433 2001-06-29 [darko]
14434
14435         * src/procmime.c
14436                 make MIME types case insensitive
14437
14438 2001-06-28 [alfons]
14439
14440         * po/nl.po
14441                 merge with sylpheed.pot and old nl.po; translations added.
14442
14443 2001-06-28 [paul]
14444
14445         * more sync with sylpheed 0.5.0pre3
14446
14447 2001-06-27 [alfons]
14448
14449         * src/summaryview.c
14450                 don't crash when removing parent node of messages
14451                 attracted by subject. this was caused by not deleting
14452                 the parent node from the subject line hash table.
14453
14454 2001-06-27 [alfons]
14455
14456         * src/summaryview.c
14457         * src/compose.[ch]
14458         * src/mainwindow.c
14459                 if there are multiple messages selected, allow forwarding
14460                 them as attachments.
14461
14462 2001-06-27 [paul]
14463
14464         * more sync with sylpheed 0.5.0pre3
14465
14466 2001-06-26 [paul]
14467
14468         0.5.0claws3
14469
14470         * sync with sylpheed 0.5.0pre3
14471
14472 2001-06-25 [paul]
14473
14474         * src/mainwindow.c
14475                 fixed 'compose news article' bug
14476                 from icon-and-text toolbar
14477
14478 2001-06-25 [paul]
14479
14480         * sync with sylpheed 0.5.0pre2 release
14481
14482 2001-06-24 [christoph]
14483
14484         * src/prefs_common.c
14485                 bug fix in font selection
14486         * src/folderview.c
14487                 use sylpheed's normal font instead of
14488                 gtk default font for folders without
14489                 new messages
14490
14491 2001-06-24 [alfons]
14492
14493         * src/mainwindow.[ch]
14494                 added composite compose mail / news button (an idea by Leandro
14495                 Pereira <leandro@linuxmag.com.br>)
14496
14497 2001-06-24 [paul]
14498
14499         Added instructions for ldif-to-xml.py
14500
14501         * tools/README
14502
14503 2001-06-23 [alfons]
14504
14505         Some minor things.
14506
14507         * src/pixmaps/stock_news_compose.xpm
14508                 added pixmap by Leandro
14509         * src/prefs_common.c
14510                 tested built-in spelling checker of GCC 3.0 :)
14511         * po/nl.po
14512                 merged dutch translation of sylpheed-main with
14513                 sylpheed.pot
14514
14515 2001-06-23 [paul]
14516
14517         Added tools directory and files.
14518
14519         * tools/filter_conv.pl
14520                 converts old filter system to new filtering system
14521         * tools/ldif-to-xml.py
14522                 converts netscape addressbook to sylpheed addressbook
14523         * tools/README
14524                 descriptions/instructions for above two files
14525
14526 2001-06-23 [christoph]
14527
14528         * src/inc.c
14529         * src/manage_window.[ch]
14530         * src/prefs_common.[ch]
14531                 mail retrieval dialog can be enabled, disabled
14532                 or hidden if non of sylpheed's windows is active
14533
14534 2001-06-22 [paul]
14535
14536         0.5.0claws2
14537
14538         * sync with sylpheed 0.5.0pre2
14539
14540 2001-06-21 [christoph]
14541
14542         * src/summaryview.c
14543                 show recipient on 'from' for all accounts
14544                 
14545         * src/inc.c
14546         * src/prefs_common.[ch]
14547                 disable error popup on mail receive errors
14548
14549 2001-06-21 [alfons]
14550
14551         * src/compose.c
14552                 made the ruler correctly appear and disappear.
14553
14554         * src/Makefile.am
14555                 removed Hoa's work-in-progress-stuff (interesting!) so 
14556                 claws compiles ok.
14557
14558 2001-06-20 [christoph]
14559
14560         * src/inc.c
14561         * src/progressdialog.c
14562                 added scrolled window for list in progressdialog
14563
14564 2001-06-20 [paul]
14565
14566         sync with sylpheed 0.5.0pre1 release
14567
14568 2001-06-20 [christoph]
14569
14570         * src/summeryview.c
14571                 make building threads by subject work when
14572                 thread view is enabled
14573                 
14574         * src/compose.c
14575         * src/prefs_common.[ch]
14576                 automatically select account for mail replys
14577
14578 2001-06-19 [sergey]
14579
14580         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14581         they are filled in from the account settings.
14582
14583 2001-06-19 [paul]
14584
14585         * more sync with sylpheed 0.5.0pre1
14586
14587 2001-06-18 [alfons]
14588
14589         * src/Makefile.am,
14590           src/procmime.c
14591                 added --sysconfdir to CPPFLAGS for pointing to the correct
14592                 location of mime.types. 
14593
14594                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14595                 or ./configure!
14596
14597 2001-06-18 [hoa]
14598
14599         * src/summaryview.c
14600                 fixed some bug when building threads
14601
14602 2001-06-18 [pau]l
14603
14604         * src/prefs_account.c
14605                 UI stuff: More changes to the English
14606
14607 2001-06-18 [paul]
14608
14609         * src/pixmaps/stock_news_compose.xpm: new file
14610         * src/Makefile.am
14611         * src/mainwindow.c
14612         * src/summaryview.c
14613                 Added new icon for Hoa's 'compose a news
14614                 message', plus minor improvements to the
14615                 English
14616
14617         * po/ja.po
14618         * ChangeLog
14619         * ChangeLog.jp
14620                 more sync with sylpheed 0.5.0pre1
14621
14622 2001-06-18 [hoa]
14623
14624         * src/compose.[ch]
14625         * src/mainwindow.c
14626                 Follow-up and reply to
14627
14628         * src/summaryview.[ch]
14629                 Build threads also with subjects
14630
14631 2001-06-17 [hoa]
14632
14633         * src/compose.c
14634                 forwarding use the current account.
14635
14636         * src/mainwindow.c
14637                 the "compose message" button has been replaced with
14638                 "new mail" and "new news" buttons
14639
14640         * src/prefs_common.[ch]
14641                 added a configuration option to use the forward button
14642                 as "forward as attachment"
14643                 changed reply and forward format description
14644
14645         * src/quote_fmt_lex.l
14646         * src/quote_fmt_parse.y
14647                 added message with no signature in format for reply
14648                 and forward.
14649
14650 2001-06-17 [paul]
14651
14652         Minor UI stuff
14653
14654         * src/mainwindow.c
14655         * src/summaryview.c
14656                 Improvements to the English
14657
14658         * src/prefs_common.c
14659                 Improvements to the English and some
14660                 clarity/continuity improvements in the
14661                 description of Quote symbols.
14662
14663 2001-06-17 [paul]
14664
14665         0.5.0claws1
14666
14667         * sync with sylpheed 0.5.0pre1
14668
14669 2001-06-17 [hoa]
14670
14671         * src/compose.c
14672                 Better interface for compose, displayed fields
14673                 are updated whenever we change account.
14674                 Newsgroups field is automatically filled.
14675
14676         * src/mainwindow.c
14677                 Newsgroups field is automatically filled.
14678
14679         * src/prefs_account.c
14680                 Some interface stuff when fields appear and
14681                 disappear.
14682
14683 2001-06-16 [paul]
14684
14685         0.4.99claws
14686
14687         * sync with sylpheed 0.4.99
14688
14689 2001-06-16 [sergey]
14690
14691         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14692         base64_decoder_free, base64_decoder_decode): new object and
14693         functions for decoding base64 streams.
14694         * src/procmime.c (procmime_decode_content): modified to use the
14695         new base64 decoder.
14696
14697 2001-06-15 [paul]
14698
14699         0.4.99claws10
14700
14701         * sync with sylpheed 0.4.99cvs11
14702
14703 2001-06-13 [paul]
14704
14705         0.4.99claws9
14706
14707         * sync with sylpheed 0.4.99cvs9
14708
14709 2001-06-13 [hoa]
14710
14711         * src/compose.c
14712         * src/prefs_account.c
14713
14714                 SMTP server can be defined in the news account
14715                 mime type of attachment are kept.
14716
14717         * src/summaryview.c
14718
14719                 now choose the highest important score between default
14720                 and important score of folder.
14721
14722 2001-06-09 [alfons]
14723         
14724         * src/prefs_common.c: 
14725
14726                 (prefs_quote_description_create): corrected description of 
14727                 quote format characters
14728
14729 2001-06-09 [paul]
14730
14731         0.4.99claws8
14732
14733         * sync with sylpheed 0.4.99cvs8
14734
14735 2001-06-08 [sergey]
14736
14737         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14738         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14739
14740 2001-06-08 [paul]
14741
14742         0.4.99claws7
14743
14744         * sync with sylpheed 0.4.99cvs7
14745
14746 2001-06-06 [sergey]
14747
14748         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14749         clashes with autogenerated header).
14750         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14751         * src/Makefile.am: added quote_fmt.h.
14752         * src/.cvsignore: added lex/yacc autogenerated files
14753         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14754
14755 2001-06-06 [paul]
14756
14757         0.4.99claws6
14758
14759         * sync with sylpheed 0.4.99cvs6
14760
14761 2001-06-06 [hoa]
14762
14763         * added src/quote_fmt_parse.h
14764         * src/compose.c
14765                 removed warnings
14766
14767         * src/prefs.[ch]
14768                 don't modify readonly configuration files
14769
14770         * src/prefs_account.c
14771         * src/prefs_common.c
14772         * src/prefs_customheader.c
14773         * src/prefs_display_header.c
14774         * src/prefs_filter.c
14775         * src/prefs_filtering.c
14776         * src/prefs_scoring.c
14777                 don't open dialog box when configuration files
14778                 are readonly
14779
14780 2001-06-05 [sergey]
14781
14782         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14783
14784         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14785         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14786         BUILT_SOURCES to make all files rebuild properly.
14787
14788         * src/compose.c: removed #include "quote_fmt.tab.h".
14789
14790         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14791         CHARACTER value in yylval.
14792
14793         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14794         receive CHARACTER value by documented means (yylval).
14795
14796         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14797
14798 2001-06-05 [hoa]
14799
14800         * src/Makefile.am
14801                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14802
14803         * src/filtering.c
14804         * src/matcher.c
14805         * src/matcher.h
14806         * src/prefs_filtering.c
14807                 now keep the configuration for execute action
14808
14809         * src/mbox_folder.c
14810                 fixed a warning
14811
14812 2001-06-05 [paul]
14813
14814         * sync with sylpheed 0.4.99cvs5
14815
14816 2001-06-05 [hoa]
14817
14818         * src/Makefile.am
14819                 added quote_fmt.[ch]
14820
14821         * added src/quote_fmt.y
14822         * added src/quote_fmt.l
14823         * added src/quote_fmt.tab.h
14824         * added src/quote_fmt.tab.c
14825         * added src/lex.quote_fmt.c
14826                 parsing configuration for replying
14827                 and forwarding
14828
14829         * src/prefs_common.[ch]
14830                 added configuration UI for replying
14831                 and forwarding
14832
14833         * src/compose.c
14834                 using configuration for replying
14835                 and forwarding
14836
14837 2001-06-04 [hoa]
14838
14839         * src/filtering.c
14840         * src/matcher.c
14841         * src/matcher.h
14842         * src/prefs_filtering.c
14843         * src/prefs_matcher.c
14844         * src/prefs_matcher.h
14845                 action "run a command" for filtering
14846                 and matching with a command.
14847                 fixed the "whole message" matching
14848
14849         * src/mbox_folder.c
14850                 changed temporary filename for security
14851
14852         * src/messageview.c
14853                 queue the notification if it fails to send.
14854
14855         * src/prefs_common.c
14856         * src/prefs_folder_item.c
14857                 changed the default important score             
14858
14859         * src/prefs_scoring.c
14860         * src/scoring.c
14861                 hide kill score input when the folder is not
14862                 a newsgroup
14863
14864 2001-06-03 [alfons]
14865
14866         * src/prefs_common.c:
14867
14868                 (prefs_font_select): pass font name in font entry box to font
14869                 selection dialog.
14870
14871 2001-06-03 [sergey]
14872
14873         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14874
14875 2001-06-03 [paul]
14876
14877         * sync with sylpheed 0.4.99cvs4
14878
14879 2001-06-03 [alfons]
14880
14881         * src/headerwindow.c:
14882
14883                 (headerwindow_show_cb): use the selected summary view item, not
14884                 the displayed item.
14885
14886 2001-06-02 [alfons]
14887
14888         * src/headerwindow.c:
14889
14890                 (headerwindow_show_cb): always try to show msginfo
14891
14892 2001-06-02 [hoa]
14893
14894         * src/compose.c
14895                 keep attached parts when reediting or forwarding.
14896
14897 2001-06-01 [hoa]
14898
14899         * src/folderview.c
14900         * src/prefs_folder_item.[ch]
14901         * src/prefs_scoring.[ch]
14902         * src/scoring.[ch]
14903         * src/summaryview.[ch]
14904         * src/main.c
14905         * src/mainwindow.c
14906         * src/prefs_common.[ch]
14907                 support for folder scoring
14908                 kill score and important score for messages
14909         
14910         * src/prefs_account.c
14911                 some display bug fixed for local account
14912                 preferences
14913
14914 2001-05-31 [alfons]
14915
14916         * src/summaryview.c:
14917
14918                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14919                 sender to address book menu item is disabled.
14920
14921 2001-05-30 [hoa]
14922
14923         * src/filtering.[ch]
14924         * src/summaryview.c
14925                 handling summary menu / filter messages
14926
14927         * src/folder.[ch]
14928                 add some stuff
14929
14930         * src/foldersel.c
14931                 imap folders now appears in list
14932
14933         * src/mbox_folder.c
14934                 doesn't crash if destination mail is not writeable
14935
14936 2001-05-29 [hoa]
14937
14938         * src/compose.c
14939                 removed some warnings
14940
14941         * src/filtering.c
14942         * src/folder.[ch]
14943         * src/prefs_filtering.c
14944                 global string to identify any folders           
14945                 removed some debug info
14946                 filtering to mbox folders is now possible
14947
14948         * src/mainwindow.c
14949                 removed some warnings
14950
14951         * src/mbox_folder.c
14952                 permission on files are changed to read/write for user only,
14953                 nothing for other.
14954                 creation of subfolder is handled better.
14955
14956 2001-05-28 [alfons]
14957
14958         Verified the sync for src/prefs_common.[ch] and
14959         src/prefs_account.[ch]. I believe there were some
14960         minor indentation differences.
14961
14962 2001-05-28 [paul]
14963
14964         0.4.99claws3
14965
14966         * sync with 0.4.99cvs3
14967
14968 2001-05-28 [hoa]
14969
14970         * src/compose.c
14971                 handling flags for mbox format
14972
14973         * src/filtering.c
14974                 use of mark file only for MH format
14975                 handling flags for mbox format
14976                 filtering cannot yet move or copy mails to mbox folders.
14977
14978         * src/folder.[ch]
14979                 changed move_msg, copy_msg,
14980                 move_msgs_with_dest, copy_msgs_with_dest functions
14981                 uses only folder->copy_msg() function
14982                 uses folder->finished_copy() to handle the destination
14983                 folder at the end of the copy or move operation.
14984
14985         * src/foldersel.c
14986                 included mbox directories.
14987
14988         * src/folderview.[ch]
14989         * src/mainwindow.c
14990                 handle folders operation for mbox format
14991
14992         * src/mbox.c
14993                 disable conversion of "From " header
14994
14995         * src/mbox_folder.[ch]
14996                 completion of mbox format handling
14997
14998         * src/mh.c
14999                 changed mh_copy_msg() function and
15000                 removed mh_move_msg(), mh_move_msgs_with_dest(),
15001                 mh_copy_msgs_with_dest()
15002
15003         * src/prefs_filtering.c
15004                 removed some warnings
15005
15006         * src/prefs_matcher.c
15007                 default boolean operation is AND
15008
15009         * src/procheader.c
15010                 handling flags for mbox format
15011                 handling of "From " header
15012
15013         * src/procmsg.[ch]
15014                 removed data field
15015                 added MSG_REALLY_DELETED flags to handle deletion of
15016                 messages in mbox format.
15017
15018         * src/summaryview.c
15019                 handling flags for mbox format
15020                 disable the MSG_DELETED flags when messages
15021                 are deleted in mbox format
15022
15023         * src/textview.c
15024                 "From " headers display fixed.
15025
15026 2001-05-27 [alfons]
15027
15028         * src/textview.c:
15029                 
15030                 (get_email_part): skip quoted email addresses, like in e.g.
15031                 "'alfons@proteus.demon.nl'".
15032
15033 2001-05-26 [alfons]
15034
15035         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
15036         and fixing the persistence troubles when using separate windows.
15037
15038         * src/mainwindow.c:
15039         
15040             Added #define SEPARATE_ACTION used in the gtk item factory for 
15041             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
15042                 use gtk_item_factory_get_widget_by_action() to get the items.
15043                 
15044             Removed separate_widget_cb from the gtk item factory data   
15045           
15046             (mainwindow_create): connect separate_widget_cb() to check
15047             menu item "toggled" signal. also passing a MainWindow pointer
15048                 as object data for both check menu items.
15049                 
15050             (separate_widget_cb): definition of separate_widget_cb() to match
15051             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
15052                 window using gtk_object_get_data(). The type of window separation 
15053                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
15054         
15055         * src/prefs_filtering.c,
15056           src/prefs_matcher.c: added horizontal scrollbars
15057
15058 2001-05-25 [darko]
15059
15060         * src/headerview.c
15061                 fix segfault with invalid bold font
15062         * src/summaryview.c
15063                 correctly display summary stats after row is marked
15064
15065 2001-05-23 [sergey]
15066
15067         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
15068         encodings with libjconv.
15069
15070 2001-05-23 [hoa]
15071
15072         * src/Makefile.am
15073                 added mbox_folder.[ch]
15074         * src/defs.h
15075                 mbox temporary folder
15076         * src/folder.[ch]
15077         * added src/mbox_folder.[ch]
15078         * src/folderview.c
15079         * src/procheader.[ch]
15080                 added mbox support
15081         * src/mbox.c
15082                 bugfix for file incorporation filtering
15083         * src/imap.c
15084                 enable creation of MBOX
15085         * src/prefs_display_header.c
15086                 enable use of headers like "From "
15087                 something that should be fixed :
15088                         displaying of such headers add an extra space
15089         * src/prefs_folder_item.c
15090                 don't create folders because it is not necessary
15091         * src/procmsg.h
15092                 added data field to MsgInfo for mbox internal use
15093         * src/summaryview.c
15094                 added some support for mbox
15095         * src/utils.[ch]
15096                 added get_mbox_cache_dir() function
15097
15098 2001-05-23 [hiroyuki]
15099
15100         * src/headerwindow.c
15101           src/inc.c
15102           src/main.c
15103           src/mh.c
15104           src/nntp.c
15105           src/procmsg.h
15106           src/session.h
15107           src/socket.[ch]
15108           src/summaryview.c
15109           src/textview.c
15110           src/automaton.c
15111           src/folderview.c: more sync with 0.4.99cvs2.
15112
15113         * src/headerwindow.c: reverted.
15114
15115 2001-05-22 [paul]
15116
15117         0.4.99claws2
15118
15119         * sync with sylpheed 0.4.99cvs2
15120                 * src/news.[ch]
15121                 * src/nntp.[ch]
15122                 * INSTALL
15123                 * INSTALL.jp
15124
15125 2001-05-22 [alfons]
15126
15127         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15128
15129 2001-05-21 [alfons]
15130
15131         Minor things:
15132
15133         * configure.in: if gnome-config not found, "no" is displayed
15134         
15135         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15136
15137         * src/textview.c: now also possible to add mail addresses by right
15138           clicking in the text view
15139
15140         * src/codeconv.c: merged patch which fixes endless loop when encountering
15141           invalid wide characters; from Alte <010@imis.ru>  
15142
15143 2001-05-20 [alfons]
15144
15145         Added installation of gnome specific things:
15146
15147         * Makefile.am: gnome conditional
15148
15149         * configure.in: check for installed gnome
15150
15151         * added sylpheed.png, sylpheed.desktop
15152
15153 2001-05-20 [sergey]
15154
15155         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15156
15157         * src/mainwindow.h (main_window_toolbar_create): created a button
15158         for "Reply to all".
15159         (main_window_set_toolbar_sensitive): enable/disable the new button
15160         appropriately.
15161         (toolbar_reply_to_author_cb): handle the new button.
15162
15163         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15164         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15165         failure).
15166
15167 2001-05-19 [sergey]
15168
15169         * src/compose.h (ComposeReplyMode): new modes
15170         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15171         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15172
15173         * src/compose.c
15174         (compose_send): move some code into a new function:
15175         (compose_current_mail_account): new function.
15176         (compose_reply): new argument to_author, all callers changed; if
15177         to_author==TRUE and account->protocol==A_NNTP, find and use an
15178         appropriate mail account for replying.
15179         (compose_reply_set_entry): new argument to_author; ignore
15180         compose->replyto if to_author==TRUE.
15181
15182         * src/mainwindow.c: new command "Message/Reply to author".
15183         (main_window_set_menu_sensitive): enable/disable it.
15184         (reply_cb): handle it.
15185
15186         * src/summaryview.c: new command "Reply to author".
15187         (summary_set_menu_sensitive): enable/disable it.
15188         (summary_reply_cb): handle it.
15189
15190         * src/account.c (account_find_mail_from_address): new function.
15191
15192 2001-05-18 [paul]
15193
15194         0.4.99claws1
15195
15196         * sync with sylpheed 0.4.99cvs1
15197
15198 2001-05-18 [hoa]
15199
15200         * src/compose.[ch]
15201         * src/filtering.c
15202         * src/summaryview.c
15203                 new filtering action : forward and forward as attachment
15204
15205         * src/main.c
15206                 no need for $DISPLAY when we run sylpheed --help
15207                 call to parse_cmd_opt() is moved
15208
15209         * src/mainwindow.[ch]
15210                 execute button is hidden when immediate execute
15211                 is chosen
15212
15213         * src/mh.c
15214         * src/news.c
15215         * src/prefs_folder_item.c
15216         * src/procmsg.c
15217                 better handling of missing directories
15218
15219         * src/summaryview.c
15220                 reedit is enabled in outbox
15221                 reedit is enabled in queue
15222
15223 2001-05-17 [hoa]
15224
15225         * src/filtering.c
15226         * src/matcher.[ch]
15227         * src/prefs_filtering.c
15228                 changed attachement into attachment
15229
15230 2001-05-17 [alfons]
15231
15232         0.4.67claws4    
15233
15234         * sync with sylpheed 0.4.67cvs9
15235         * sync with sylpheed 0.4.67cvs7-8
15236
15237 2001-05-17 [hoa]
15238
15239         * src/Makefile.am
15240                 added prefs_filtering.c
15241
15242         * src/filtering.[ch]
15243         * src/matcher.[ch]
15244                 removed action : forward_news and forward_news_as_attachement
15245                 (forward and forward_as_attachement can be used instead)
15246
15247         * src/mainwindow.c
15248                 added menu option to access filtering configuration
15249
15250         * src/prefs_account.c
15251                 changed mail_command default to /usr/sbin/sendmail
15252
15253         * added src/prefs_filtering.[ch]
15254                 dialog box for filtering configuration
15255
15256         * src/prefs_matcher.c
15257                 added function prefs_matcher_get_criteria_from_matching()
15258
15259         * src/prefs_scoring.c
15260                 reset the dialog when register or substitute is clicked
15261
15262 2001-05-15 [hoa]
15263
15264         * src/Makefile.am
15265                 added filtering.[ch]
15266         * src/inc.c
15267                 using filering.[ch] instead of filter.[ch]
15268         * src/main.c
15269                 reading new filtering configuration
15270         * src/matcher.[ch]
15271                 added some filtering actions
15272                 and fixed a bug for headers and mail body matching
15273         * src/mbox.c
15274                 using filering.[ch] instead of filter.[ch]
15275         * src/mh.c
15276                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15277         * src/summaryview.c
15278                 some fixes for filtering
15279
15280 2001-05-14 [hiroyuki]
15281
15282         * src/send.c: fixed some weird indentations.
15283           send_message_with_command(): call pclose() only if p != NULL.
15284         * src/textview.c: get_email_part(): modified the code for readability.
15285
15286 2001-05-14 [hiroyuki]
15287
15288         * src/md5global.h
15289           src/md5ify.c
15290           src/md5ify.h: removed from the cvs.
15291
15292 2001-05-13 [sergey]
15293
15294         * src/main.c: include rfc2015.h to avoid compiler warnings.
15295         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15296         the panel is already on screen.
15297         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15298         closing the alert window by ESC as "No".
15299         * src/prefs_common.c (prefs_interface_create): moved return
15300         receipt check button to the correct place.
15301
15302 2001-03-13 [alfons]
15303
15304         * src/prefs_common.c: 
15305                 moved return receipt check button to the Send tab. (prefs_send_create)
15306                 removed the date format ui related globals. (prefs_display_create)
15307
15308         0.4.67claws3
15309         
15310         * sync with sylpheed 0.4.67cvs5-6
15311
15312 2001-05-13 [paul]
15313
15314         * added Alfons' font selection patch
15315
15316         * src/defs.h
15317         * src/headerwindow.c
15318         * src/prefs_common.c
15319         * src/prefs_common.h
15320
15321 2001-05-13 [hoa]
15322         * src/defs.h
15323                 changed version of cache
15324         * src/matcher.[ch]
15325         * src/prefs_matcher.c
15326                 added additionnal matching criteria
15327         * src/procheader.c
15328         * src/procmsg.[ch]
15329         * src/news.c
15330                 added references in MsgInfo
15331
15332 2001-05-12 [hoa]
15333
15334         * src/defs.h
15335                 prepared some things for new filtering
15336         * src/matcher.[ch]
15337                 added some matching properties
15338                 inreplyto need to be enhanced
15339                 prepared some things for new filtering
15340         * src/messageview.c
15341                 added Return-Receipt-To handling
15342         * src/prefs_folder_item.c
15343                 changed default value to TRUE
15344         * src/prefs_matcher.c
15345                 added some matching properties
15346         * src/prefs_scoring.[ch]
15347                 the scoring dialog is finished
15348         * src/procheader.c
15349                 added Return-Receipt-To handling
15350                 Reference need to be added
15351         * src/procmsg.[ch]
15352                 added Return-Receipt-To handling
15353                 added threadscore to get a better score sorting when
15354                 threads are enabled
15355         * src/summaryview.c
15356                 suppressed a bug when we sort the list
15357                 when no folder is opened.
15358                 better score sorting when threads are enabled
15359
15360 2001-05-12 [alfons]
15361
15362         * reverted previous patch because of potential errors 
15363
15364         0.4.67claws2
15365         
15366         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15367                 applied "toggle mail-retrieval dialog window" patch submitted 
15368                 by Eric Limpens <eric@qnt.net>
15369
15370         * sync with sylpheed 0.4.67cvs4
15371
15372 2001-05-12 [sergey]
15373
15374         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15375         some picky compilers.
15376         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15377         * src/grouplist_dialog.c: include alertpanel.h.
15378         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15379         fix compile warning.
15380         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15381         #include "defs.h" before others to prevent the warning of `MIN'
15382         and `MAX' redefinition.
15383
15384 2001-05-11 [hoa]
15385
15386         * src/main.c
15387         * src/messageview.c
15388         * src/prefs_account.c
15389         * src/prefs_display_header.c
15390                 removed warning
15391         * src/Makefile.am
15392                 added prefs_scoring.[ch]
15393         * src/grouplist_dialog.c
15394                 display an error dialog box if the group list
15395                 cannot be fetched.
15396         * src/mainwindow.[ch]
15397                 added main_window_set_thread_option() function
15398                 scoring dialog box enabled
15399         * src/matcher.[ch]
15400                 added flags matching unread /new / marked
15401                 / deleted / replied / forwarded
15402         * src/news.c
15403                 newsgroups are now finally in newscache
15404         * src/prefs_matcher.[ch]
15405                 finished preferences for matching dialog
15406         * added src/prefs_scoring.[ch]
15407                 scoring dialog box completed
15408         * src/scoring.[ch]
15409                 conversion to string : added scoringprop_to_string()
15410                 write config for preferences :
15411                 added prefs_scoring_write_config()
15412         * src/summaryview.c
15413                 threads can be enabled/disabled independently
15414                 for each folder
15415
15416 2001-05-10 [alfons]
15417
15418         0.4.67claws1
15419         
15420         * AUTHORS: 
15421                 thought it would be nice to have a list of all
15422                 contributors (used Changelog as a reference)
15423         
15424         * configure.in: 
15425                 messed up version numbering...
15426
15427         0.4.66claws1
15428
15429         * sync with sylpheed 0.4.67cvs1-3
15430
15431 2001-05-10 [darko]
15432
15433         * src/prefs_common.c:
15434                 better UI for strftime format, double clicking
15435                 on format now inserts the format in text entry
15436                 replaced close button with standard OK/Cancel
15437                 moved date format button to the right of the
15438                 text entry field
15439
15440 2001-05-09 [alfons]
15441
15442         * src/gtkstext.c:
15443                 Ctrl-Home / Ctrl-End have proper cursor navigation
15444
15445 2001-05-09 [hoa]
15446
15447         * src/prefs_matcher.c
15448                 finished UI to define matching properties
15449                 added ok and cancel button
15450         * src/prefs_filter.c
15451                 added ok and cancel button
15452         * src/news.c
15453                 fixed some bug in xhdr parsing
15454
15455 2001-05-08 [alfons]
15456
15457         * src/textview.c: 
15458                 fixed a bug in textview_show_header(), which displayed two colons (':');
15459                 cleaned up some warnings
15460
15461 2001-05-08 [hoa]
15462
15463         * src/Makefile.am
15464                 added prefs_matcher.[ch]
15465                 compilation with -W -Wall
15466         * src/alertpanel.c
15467                 ungrab the mouse events if grabbed - does it
15468                 fix the bug for disposition notification ?
15469         * src/mainwindow.c
15470                 added a menu option to open the matching dialog.
15471         * src/matcher.[ch]
15472                 added matcherprop_to_string() and matcherlist_to_string()
15473                 fixed some bugs, changed the name of some options
15474                 age_sup and age_inf becomes age_greater and age_lower,
15475                 body and messageheaders becomes body_part and headers_part,
15476                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15477         * src/prefs_display_header.c
15478         * src/prefs_headers.c
15479                 fixed a bug that accidentally destroyed dialogs
15480                 when closed them with delete_event
15481                 Added *_deleted() which handle delete_event signal correctly.
15482         * src/prefs_folder_item.[ch]
15483                 added "enable_thread" field for future customization
15484         * added src/prefs_matcher.[ch]
15485                 sample of the UI to define matching properties
15486         * src/procheader.c
15487                 using procheader_headername_equal instead of str*cmp functions
15488                 using procheader_parse_header() function
15489         * src/scoring.c
15490                 using MATCHING_XXX instead of SCORING_XXX
15491         * src/summaryview.c
15492                 display the sender of the news even if this is ourself
15493                 when this is a news message.
15494         * src/textview.c
15495                 using headername_equal() instead of str*cmp functions
15496
15497 2001-05-08 [alfons]
15498
15499         0.4.66claws
15500
15501         * sync with sylpheed 0.4.66
15502         * src/gtkstext.c: trace logs added 
15503
15504 2001-05-08 [sergey]
15505
15506         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15507         signature check popup.
15508         * src/rfc2015.c (check_signature): show signature check popup only
15509         if it is enabled in preferences.
15510
15511 2001-05-07 [alfons]
15512
15513         0.4.66claws4
15514         
15515         * sync with sylpheed 0.4.66cvs6
15516
15517 2001-05-07 [darko]
15518
15519         * src/prefs_common.[ch]: added option to enable/disable
15520           looking up sender name in address book for summary pane
15521         * src/summaryview.c: look up sender in the address book
15522           by using Alfons' address completion code
15523
15524 2001-05-07 [hiroyuki]
15525
15526         * src/inc.h
15527           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15528           member of Pop3State.
15529         * src/news.c: brought #include "defs.h" before #include <glib.h>
15530           to prevent the warning of `MIN' and `MAX' redefinition.
15531
15532 2001-05-06 [hoa]
15533
15534         * removed src/headers_display.[ch]
15535         * removed src/prefs_display_headers.[ch]
15536         * src/inc.c
15537                 use a temporary file in the user directory for mbox import
15538         * src/news.c
15539                 added XHDR support to get "To" and "Cc" headers
15540                 (in order to match news with to or cc field for
15541                 scoring)
15542                 added function news_parse_xhdr() to get XHDR response
15543         * src/nntp.[ch]
15544                 added function nntp_xhdr()
15545         * src/matcher.c
15546                 fetch the message if necessary
15547
15548 2001-05-06 [alfons]
15549
15550         0.4.66claws3
15551
15552         * sync with sylpheed 0.4.66cvs3-5
15553
15554 2001-05-06 [hoa]
15555
15556         * src/utils.[ch]
15557                 added function itos_buf() to enable use of several buffers
15558         * src/summaryview.c
15559                 use of itos_buf() instead of itos() in summary list
15560                 to fix the broken display of message number.
15561
15562 2001-05-06 [alfons]
15563
15564         * src/gtkstext.c: bug in cursor up navigation fixed,
15565                 fixed another unsigned / signed comparison (we're getting there :-)
15566
15567 2001-05-06 [hoa]
15568
15569         * src/Makefile.am
15570                 added scoring.c scoring.h
15571                 prefs_folder_item.c prefs_folder_item.h
15572                 matcher.c matcher.h
15573         * src/defs.h
15574                 added FOLDERITEM_RC SCORING_RC
15575         * src/folder.[ch]
15576                 added prefs field in FolderItem :
15577                 properties for each folder (PrefsFolderItem),
15578                 sorting type and mode were added as the first properties.
15579         * src/main.c
15580                 read config for scoring
15581         * added src/matcher.[ch]
15582                 gives functions to parse configuration file to do
15583                 matching on mails with a list of conditions.
15584         * src/mainwindow.c
15585                 add option to sort by score
15586         * src/prefs_common.[ch]
15587                 added preference option to show score and for
15588                 the score column size
15589         * added src/prefs_folder_item.[ch]
15590                 properties for each folder (PrefsFolderItem),
15591                 sorting type and mode were added as the first properties.
15592         * src/procheader.[ch]
15593                 added procheader_parse_header()
15594                 added procheader_header_free()
15595                 added procheader_headername_equal()
15596                 and made modification to use them.
15597         * src/procmsg.[ch]
15598                 added score field to MsgInfo structure
15599         * added src/scoring.[ch]
15600                 gives functions to parse configuration file to do
15601                 scoring on mails with a list of conditions.
15602         * src/summaryview.[ch]
15603                 save the sorting type and mode for the folder
15604                 added column to display the score of the mail
15605                 added function summary_score_clicked()
15606                 sorting type and mode are restored to the folder
15607                 when it is reopen
15608         * src/textview.c
15609                 use procheader_parse_header(), procheader_headername_equal()
15610                 removed memory leak in text_scan_header when freeing headers
15611         * src/filter.c
15612                 changed the function to match names of headers
15613                 using procheader_headername_equal()
15614
15615         Scoring functions are implemented, an interface is needed
15616         to configure that.
15617
15618 2001-05-04 [alfons]
15619
15620         * src/gtkstext.c: 
15621                 hopefully fixed the row up navigation bug,
15622                 removed adding back / forward lines to cache
15623
15624 2001-05-04 [sergey]
15625
15626         * src/prefs_display_headers.c: user interface changes:
15627         (prefs_display_headers_create): remove unused "Show" check button;
15628         allow reordering of headers by dragging.
15629         (prefs_display_headers_write_config): remove unused variables.
15630         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15631         of lists (not needed with the new UI).
15632         (prefs_display_headers_set_list): scan lists starting from row 0,
15633         not 1 (do not skip "(New)").
15634         (prefs_display_headers_find_header): new function.
15635         (prefs_display_headers_clist_set_row): do not allow duplicates.
15636         (prefs_display_headers_delete_cb): do not skip row 0; treat
15637         closing the alert window by ESC as "No".
15638         (prefs_display_headers_up): do not protect row 0.
15639         (prefs_display_headers_down): do not protect row 0.
15640
15641 2001-05-04 [sergey]
15642
15643         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15644         functions.
15645
15646         * src/summaryview.c
15647         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15648         summary_select_next_marked, summary_select_prev_marked): new
15649         functions.
15650
15651 2001-05-03 [sergey]
15652
15653         * src/news.c: fixed a bug when no article can be fetched after
15654         server timeout if the connection was restored by news_post():
15655         (news_select_group): new function.
15656         (news_fetch_msg): call news_select_group() before fetching
15657         article.
15658         (news_get_uncached_articles): set session->group after successful
15659         GROUP command.
15660
15661 2001-05-03 [hoa]
15662
15663         * src/defs.h
15664         * src/procmsg.[ch]
15665         * src/procheader.c
15666                  changed version of cache, added cc field
15667
15668         * src/prefs_display_headers.c
15669                 the interface was changed
15670
15671         * src/prefs_headers.c
15672                 added cancel button
15673
15674 2001-05-03 [alfons]
15675
15676         * completed sync of sylpheed cvs2
15677         * src/gtkstext.c: updated row up / down cursor navigation
15678         * src/textview.c: re-edited, prepared for fixing the email address
15679                 scanner.
15680
15681 2001-05-03 [darko]
15682
15683         * src/prefs_common.c: use alfons' strftime ui code
15684         entry_datefmt and datefmt_sample widgets have to be
15685         global in this module because of this change
15686
15687 2001-05-03 [hoa]
15688
15689         * src/messageview.c
15690         * src/prefs_common.[ch] added option to activate the return receipt
15691                 feature.
15692
15693 2001-05-02 [alfons]
15694
15695         * src/gtkstext.c: fix for row up/down cursor navigation. 
15696
15697         0.4.66claws2
15698         
15699         * sync with 0.4.66cvs2
15700
15701 2001-05-02 [paul]
15702
15703         added add-sender-to-addressbook patch
15704
15705         * src/addressbook.c
15706         * src/addressbook.h
15707         * src/summaryview.c
15708
15709 2001-05-02 [sergey]
15710
15711         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15712         G_ALERTDISABLE.
15713
15714         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15715         all existing callers changed to pass FALSE; create a check button
15716         to disable the message.
15717         (alertpanel_message_with_disable): new function.
15718         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15719         (alertpanel_button_toggled): new function.
15720         (alertpanel_button_clicked, alertpanel_close): set value using
15721         G_ALERT_VALUE_MASK.
15722
15723         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15724
15725         * src/prefs_common.c (prefs_privacy_create): new check button
15726         checkbtn_gpgme_warning.
15727
15728         * src/main.c (main): moved preferences reading before gpgme
15729         initialization; check prefs_common.gpgme_warning before giving the
15730         GnuPG warning and set it to FALSE if the user wants to disable the
15731         warning.
15732
15733 2001-05-02 [hiroyuki]
15734
15735         * src/prefs_display_headers.c: modified the layout and some labels.
15736
15737 2001-05-02 [sergey]
15738
15739         * src/prefs_account.c (prefs_account_fix_size): new function.
15740         (prefs_account_create): call prefs_account_fix_size(); use
15741         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15742         size when the window is shown for the first time).
15743         (prefs_account_basic_create): changed layout of serv_table; moved
15744         localmbox_entry above smtpserv_entry (logically it replaces
15745         POP3/IMAP server).
15746         (prefs_account_protocol_activated): set sensitivity of
15747         nntpauth_chkbtn according to the protocol (in addition to
15748         hide/show); commented out gtk_table_set_row_spacing() calls.
15749         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15750         not sensitive (fixes a bug with disabled username/password boxes
15751         when editing POP3 account after NNTP with authentication).
15752
15753 2001-05-02 [hoa]
15754
15755         * src/account.c
15756         * src/inc.c
15757         * src/prefs_account.[ch]
15758         * src/send.c
15759                 removed local account without SMTP server
15760                 added option to use mail command instead of a connexion
15761                 to SMTP server when a local account is used
15762         * src/prefs_headers.c
15763                 fixed a bug
15764         * src/news.c
15765                 fixed a bug when connexion immediately closed
15766
15767 2001-05-01 [alfons]
15768
15769         0.4.66claws1
15770         
15771         * sync with 0.4.65
15772
15773 2001-05-01 [sergey]
15774
15775         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15776         widget nntpauth_chkbtn.
15777         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15778         visibility.
15779         (prefs_account_nntpauth_toggled): new function.
15780
15781         * src/news.c (news_session_new_for_folder): use NNTP
15782         authentication only if ac->use_nntp_auth is set.
15783
15784 2001-05-01 [hoa]
15785
15786         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15787         * src/prefs_display_headers.c changed the UI
15788         * src/prefs_headers.c changed account_name to account_id
15789         * src/compose.c using customheader.h
15790
15791 2001-05-01 [hiroyuki]
15792
15793         * src/esmtp.c
15794           src/news.c
15795           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15796           unsynched.
15797
15798 2001-05-01 [hoa]
15799
15800         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15801         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15802                 for displaying of headers
15803         * src/grouplist_dialog.[ch] minor changes to remove warnings
15804         * src/prefs_display_headers.[ch] dialog to choose the
15805         headers to display in the mail viewer.
15806         * src/headers.h correction of #define
15807         * src/headers_display.[ch] configuration for displaying of headers.
15808         * src/main.c read config of displaying of headers
15809         * src/prefs_common.c add a button to access the config dialog
15810                 for displaying of headers
15811         * src/prefs_display_headers.[ch] dialog for configuration for
15812                 displaying of the headers.
15813         * src/prefs_headers.c cleaning of code
15814         * src/procheader.c comments added to code
15815         * src/textview.c changes to reorder the headers depending
15816                 on the config for displaying of headers
15817
15818 2001-04-30 [alfons]
15819
15820         0.4.65claws7
15821
15822         * sync with 0.4.65cvs12
15823
15824         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15825
15826 2001-04-30 [sergey]
15827
15828         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15829
15830         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15831         is set to force reconnection after authentication failure.
15832         (nntp_gen_command): set sock->auth_failed on authentication
15833         failure, or if sock->userid and sock->passwd are not set.
15834
15835         * src/news.c (news_session_new_for_folder): set userid=NULL if
15836         password dialog is cancelled.
15837
15838 2001-04-30 [sergey]
15839
15840         * src/nntp.h (NNTPSockInfo): new type.
15841
15842         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15843         SockInfo.
15844         (nntp_open_auth, nntp_close): new functions.
15845         (nntp_gen_command): new function to handle authentication; all
15846         NNTP command functions updated to use it.
15847         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15848         (nntp_list): removed old useless code.
15849
15850         * src/news.h (NNTPSession): new field nntp_sock.
15851
15852         * src/news.c: all functions updated to use NNTPSockInfo instead of
15853         SockInfo.
15854         (news_session_new): new arguments (userid, passwd); made static;
15855         use nntp_open_auth() if needed.
15856         (news_session_destroy): use nntp_close() instead of sock_close().
15857         (news_query_password): changed arguments.
15858         (news_session_new_for_folder): new function.
15859         (news_session_get): use news_session_new_for_folder().
15860         (news_authenticate): deleted.
15861         (news_get_uncached_articles): removed old authentication code.
15862
15863 2001-04-30 [sergey]
15864
15865         * src/news.c: reverted my previous changes (need to do NNTP
15866         authentication in a cleaner way).
15867         
15868 2001-04-29 [sergey]
15869
15870         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15871         news_nntp_post, news_nntp_mode): new functions (wrappers with
15872         authentication support).
15873         (news_get_article_cmd, news_get_article, news_get_header): new
15874         argument "folder"; all callers changed.
15875         (news_get_article_cmd): added authentication support.
15876         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15877         (news_post): use news_nntp_post() instead of nntp_post().
15878         (news_get_uncached_articles): use news_nntp_group() instead of
15879         nntp_group() and news_nntp_xover() instead of nntp_xover();
15880         removed old authentication code.
15881         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15882
15883         * src/nntp.c (nntp_list): return real error code instead of
15884         hardcoded NN_ERROR.
15885
15886 2001-04-29 [sergey]
15887
15888         * configure.in: fixed wint_t typedef detection again
15889
15890 2001-04-28 [hoa]
15891
15892         * src/prefs_account.[ch], added A_LOCAL_CMD
15893                 (send mail with mail command)
15894         * src/send.c added function send_message_with_command()
15895         * src/inc.c made a more secure get_spool() function with
15896                 mktemp() but maybe mkstemp() or something more
15897                 secure can be used.
15898
15899 2001-04-28 [alfons]
15900
15901         * src/textview.c, colorization of email addresses in headers
15902
15903         0.4.65claws6
15904
15905         * bug sync with sylpheed
15906         * prefs_common.c: created date format ui for darko
15907         * sync with 0.4.65cvs11
15908         * configure.in: corrected to have the new gpg checks
15909
15910 2001-04-27 [alfons]
15911
15912         * completed sync with 0.4.65cvs10
15913         * minor debug things added to gtkstext.c
15914
15915 2001-04-27 [darko]
15916
15917         * configure.in: remove check for availability of
15918           strftime() as advised by Hiroyuki
15919         * src/prefs_common.[ch], src/procheader.c:
15920           synch strftime() code with Hiroyki's main branch
15921
15922 2001-04-26 [sergey]
15923
15924         * src/news.c: news_query_password(), news_authenticate(): new
15925           functions.
15926           news_get_uncached_articles(): added NNTP authentication
15927           handling.
15928         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15929           new functions.
15930         * src/prefs_account.c: prefs_account_protocol_activated():
15931           enable userid and password fields for NNTP.
15932
15933 2001-04-26
15934
15935         * configure.in: check for availability of strftime()
15936           [darko]
15937         * src/prefs_common.[ch], src/procheader.c: use
15938           strftime() for displaying date in summary pane if it
15939           is available
15940
15941 2001-04-25
15942
15943         * more .cvsignore cleanups [alfons]
15944
15945 2001-04-25
15946
15947         * ac/sv-check-type.m4: new autoconf macro.
15948         * configure.in: fixed wint_t typedef detection (did not work
15949           with gcc-2.96).
15950
15951 2001-04-25
15952
15953         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15954           [hiroyuki]
15955
15956 2001-04-24
15957         * modified gtkstext.c : buggy cursor navigation fixed, 
15958           and font descent also taken in account when drawing
15959           cursor. [alfons]
15960
15961 2001-04-24 [hoa]
15962         * added comments in src/news.c src/nntp.c
15963         * added src/prefs_headers.[ch]
15964         * added src/headers.[ch]
15965         * modified compose.c to activate custom headers
15966                 added function is_in_custom_headers
15967         * modified prefs_account.[ch]
15968                 added function prefs_account_customhdr_edit
15969         * modified src/defs.h :
15970                 added HEADERS_RC : name of the config file
15971                 for the custom headers
15972
15973 2001-04-24
15974
15975     0.4.65claws5
15976
15977         * configure.in
15978           src/gtkstext.[ch]
15979           src/compose.c
15980           src/Makefile.am
15981           
15982           added gtkstext with configure.in patch by Hiroyuki which
15983           should fix the XIM detection [alfons]
15984
15985         * more clean up of cvs [alfons]
15986
15987                  * removed all Makefile.in files to attic.
15988
15989                  * updated all .cvsignores to really ignore things that could
15990                    be unintentionally committed by a recursive commit.
15991
15992 2001-04-23 [hoa]
15993         * added src/grouplist_dialog.[ch]
15994         * changed src/folderview.c to call grouplist_dialog instead
15995                 of inputdialog
15996         * src/news.c :
15997                 added functions news_reset_group_list
15998                 and news_get_group_list
15999         * src/nntp.c :
16000                 added function nntp_list
16001         * src/defs.h :
16002                 added GROUPLIST_FILE : name of the newsgroup list cache file
16003
16004 2001-04-21
16005
16006         * added option to warn about queued messages on exit [sergey]:
16007
16008           * src/compose.c: compose_queue(): call folder_item_scan()
16009             and folderview_update_item() after queueing.
16010           * src/folderview.c: folderview_update_node(): draw the queue
16011             folder in bold font if there are queued messages.
16012           * src/mainwindow.c: queued_messages(): new function.
16013             app_exit_cb(): display warning if there are queued messages
16014             if warn_queued_on_exit is set.
16015           * prefs_common.[ch]: add warn_queued_on_exit option.
16016
16017         * enhanced GnuPG key selection support [sergey]:
16018
16019           * src/select-keys.c: updated to newer version from Win32
16020             branch with support for selecting arbitrary keys.
16021           * src/prefs_account.c: added the Privacy tab to the account
16022             options window.
16023             prefs_account_privacy_create(),
16024             prefs_account_sign_key_set_data_from_radiobtn(),
16025             prefs_account_sign_key_set_radiobtn(): new functions.
16026           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
16027           * src/rfc2015.c: set_signers(): new function.
16028             pgp_sign(): add the account parameter, call set_signers().
16029             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
16030           * src/rfc2015.h: rfc2015_sign(): updated prototype.
16031           * src/compose.c: pass the current account to rfc2015_sign().
16032
16033         * tag name claws added to prevent confusion with main branch [alfons]
16034
16035         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
16036
16037         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
16038
16039         * sync with recent sylpheed cvs. Untested though. [alfons]
16040