* src/common/utils.c
[claws.git] / ChangeLog.claws
1 2003-04-30 [alfons]     0.8.11claws129
2
3         * src/common/utils.c
4                 make is_ascii_str() fail gracefully when NULL pointer
5                 is passed
6
7 2003-04-30 [paul]       0.8.11claws128
8
9         * src/addrindex.c
10                 fix bug where opening folder has massive slowdown when
11                 using the 'Display sender using address book' option
12
13 2003-04-30 [paul]       0.8.11claws127
14
15         * src/plugins/clamav/clamav_plugin.c
16           src/plugins/clamav/clamav_plugin_gtk.c
17           src/plugins/demo/demo.c
18           src/plugins/dillo_viewer/dillo_viewer.c
19           src/plugins/image_viewer/plugin.c
20           src/plugins/mathml_viewer/mathml_viewer.c
21           src/plugins/spamassassin/spamassassin.c
22           src/plugins/spamassassin/spamassassin_gtk.c
23           src/plugins/trayicon/trayicon.c
24                 get rid of eye-hurting function signatures
25
26 2003-04-30 [paul]       0.8.11claws126
27
28         * src/plugins/trayicon/trayicon.c
29                 add description
30                 
31         * src/mimeview.c
32                 be more descriptive
33
34 2003-04-30 [paul]       0.8.11claws125
35
36         * configure.ac
37                 arrange the plugins in reverse alphabetical order
38                 
39         * src/plugins/clamav/clamav_plugin.[ch]
40           src/plugins/clamav/clamav_plugin_gtk.c
41                 rename some params
42                 resize max_size window
43                 re-arrange the order of some gui elements
44                 improve descriptions
45         
46         * src/plugins/image_viewer/plugin.c
47           src/plugins/mathml_viewer/mathml_viewer.c
48                 add descriptions
49                 
50         * src/plugins/spamassassin/spamassassin_gtk.c
51                 resize max_size window
52                 re-arrange the order of some gui elements
53                 
54         * src/messageview.c
55           src/mimeview.c
56                 correct typos
57
58 2003-04-30 [alfons]     0.8.11claws124
59
60         * src/imap.c
61                 fix a leak found while browsing Martin Kluge's 
62                 valgrind log (Claws only)
63
64 2003-04-29 [darko]      0.8.11claws123
65
66         * src/gtk/gtkstext.h
67                 include wchar.h if it is available, fixes compilation
68                 on HP-UX systems
69
70 2003-04-29 [melvin]     0.8.11claws122
71
72         * src/prefs_actions.c
73                 Improved help text of Actions' syntax
74
75 2003-04-28 [paul]       0.8.11claws121
76
77         * src/action.c
78                 a better fix for the crash when performing an action
79                 on a mime part
80
81 2003-04-28 [paul]       0.8.11claws120
82
83         * src/action.c
84                 fix crash when performing an action on a
85                 mime part
86
87 2003-04-28 [paul]       0.8.11claws119
88
89         * sync with 0.8.11cvs36
90                 see ChangeLog 2003-04-28
91
92 2003-04-27 [paul]       0.8.11claws118
93
94         * more sync with 0.8.11cvs35
95                 see ChangeLog 2003-04-25
96
97 2003-04-26 [christoph]  0.8.11claws117
98
99         * src/folder.c
100                 fix remove virtual check
101
102 2003-04-26 [paul]       0.8.11claws116
103
104         * src/messageview.c
105                 fix return-receipt, make it work again
106
107 2003-04-26 [paul]       0.8.11claws115
108
109         * src/mimeview.c
110                 restore double-clicking of the [application/pgp-signature 
111                 (Select "Check signature" to check)] line in the message view,
112                 broken in recent sync
113
114 2003-04-26 [christoph]  0.8.11claws114
115
116         * src/folder.c
117                 check if remove virtual really exists before
118                 calling the function
119
120 2003-04-25 [match]      0.8.11claws113
121
122         * src/addrindex.c
123         * src/addrbook.c
124         * src/ldapquery.[ch]
125         * src/ldapctrl.[ch]
126                 fix memleak.
127         * src/ldapserver.[ch]
128                 fix memleak. fix segfault.
129                 plug a Claws memleak
130
131 2003-04-25 [alfons]     0.8.11claws112
132
133         * src/folder.c
134                 plug a Claws memleak
135
136 2003-04-25 [alfons]     0.8.11claws111
137
138         * src/common/session.c
139                 plug a memleak
140
141 2003-04-25 [paul]       0.8.11claws110
142
143         * sync with 0.8.11cvs35
144                 see ChangeLog 2003-04-24 and 2003-04-25
145                 
146         * src/gtk/pluginwindow.c
147                 correct another strange float value
148
149 2003-04-24 [christoph]  0.8.11claws109
150
151         * src/folder.c
152                 freeze folder item updates when unsetting new flags
153
154         * src/gtk/pluginwindow.c
155                 correct strange float value
156
157 2003-04-23 [paul]       0.8.11claws108
158
159         * sync with 0.8.11cvs33
160                 see ChangeLog 2003-04-23
161
162 2003-04-22 [paul]       0.8.11claws107
163
164         * src/Makefile.am
165           src/messageview.c
166           src/mimeview.c
167           src/pgptext.[ch]      ** REMOVED **
168                 remove pgptext.[ch] as its not used any more
169
170 2003-04-22 [paul]       0.8.11claws106
171
172         * sync with 0.8.11cvs31
173                 see ChangeLog 2003-04-21 and 2003-04-22
174
175 2003-04-21 [alfons]     0.8.11claws105
176
177         * src/main.c
178                 No access to GTK structures if we're a spawned child
179                 (and clean up code a little bit...) Should fix #126.
180
181 2003-04-21 [melvin]     0.8.11claws104
182
183         * src/plugins/dillo_viewer/README
184                 Improved slightly the text.
185
186 2003-04-21 [melvin]     0.8.11claws103
187
188         * src/plugins/dillo_viewer/README *** NEW ***
189                 Added a README file for the Dillo plugin
190
191 2003-04-20 [paul]
192
193         * tools/README
194           tools/outlook2sylpheed.pl
195                 updated and improved by Ricardo Mones Lastra
196
197 2003-04-18 [oliver]     0.8.11claws102
198
199         * src/inc.c 
200         * src/prefs_account.h
201                 remove Pop3SessionType (used by selective download)
202         * src/prefs_toolbar.c
203                 enable set Default Toolbar button
204
205 2003-04-18 [paul]       0.8.11claws101
206
207         * sync with 0.8.11cvs29
208                 see ChangeLog 2003-04-18
209
210 2003-04-17 [paul]       0.8.11claws100
211
212         * src/prefs_common.[ch]
213           src/summaryview.c
214                 remove 'Open next message on deletion' option,
215                 as the same effect can now be achieved via the
216                 'Always open messages in summary when selected'
217                 option.
218
219 2003-04-17 [paul]       0.8.11claws99
220
221         * sync with 0.8.11cvs28
222                 see ChangeLog 2003-04-17
223
224 2003-04-17 [christoph]  0.8.11claws98
225
226         * ac/spamassassin.m4
227         * src/plugins/spamassassin/libspamc.[ch]
228         * src/plugins/spamassassin/utils.[ch]
229                 sync libspamc with SpamAssassin project
230
231 2003-04-17 [christoph]  0.8.11claws97
232
233         * src/common/socket.h
234         * src/gtk/sslcertwindow.h
235                 rename old USE_SSL to USE_OPENSSL
236
237 2003-04-17 [paul]       0.8.11claws96
238
239         * src/prefs_common.h
240                 use gulong for P_COLOR so that it compiles/runs on
241                 64-bit systems. Patch submitted by James Noyes
242                 <jnoyes-claws@retrogeeks.com>
243                 
244         * po/de.po
245                 updated by Jens
246
247 2003-04-17 [paul]       0.8.11claws95
248
249         * sync with 0.8.11cvs27
250                 see ChangeLog 2003-04-16
251
252 2003-04-15 [paul]       0.8.11claws94
253
254         * src/prefs_common.[ch]
255                 rearrange to stop the window getting too long:
256                         move Receive dialog stuff to Receive tab
257                         move Send dialog to Send tab
258                         remove Dialogs frame
259                 rename 'Open messages in summary with cursor keys' to
260                 'Always open messages in summary when selected', as its
261                 more appropriate
262
263 2003-04-15 [paul]       0.8.11claws93
264
265         * src/prefs_common.[ch]
266           src/summaryview.c
267                 add new option '/Interface/Open next message on deletion'
268
269 2003-04-15 [paul]       0.8.11claws92
270
271         * src/summaryview.[ch]
272                 add /Mark/Lock and /Mark/Unlock to the pop-up
273                 menu. Patch submitted by Ivan Francolin Martinez
274                 <ivanfm@users.sourceforge.net>
275
276 2003-04-15 [paul]       0.8.11claws91
277
278         * sync with 0.8.11cvs24
279                 see ChangeLog 2003-04-15
280
281 2003-04-14 [jens]       0.8.11claws90
282
283         * updated German translation and some corrections from
284                 Roland Bless <bless@tm.uka.de>
285
286 2003-04-14 [paul]       0.8.11claws89
287
288         * sync with 0.8.11cvs22
289                 see ChangeLog 2003-04-14
290
291 2003-04-13 [paul]       0.8.11claws88
292
293         * src/plugins/clamav/clamav_plugin.c
294                 fix memory leaks
295                 clean up
296
297 2003-04-12 [paul]       0.8.11claws87
298
299         * src/plugins/clamav/clamav_plugin.c
300                 activate enable/disable archive scanning option
301                 
302         * src/plugins/clamav/.cvsignore         ** NEW FILE **
303
304 2003-04-12 [paul]       0.8.11claws86
305
306         * src/plugins/Makefile.am
307           src/plugins/clamav/Makefile.am                ** NEW FILE **
308           src/plugins/clamav/README                     ** NEW FILE ** 
309           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
310           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
311                 add Clam AntiVirus plugin
312
313 2003-04-12 [paul]       0.8.11claws85
314
315         * sync with 0.8.11cvs21
316                 see ChangeLog 2003-04-11
317
318 2003-04-11 [paul]       0.8.11claws84
319
320         * po/es.po
321                 update Spanish translation. Submitted by Ricardo
322                 Mones Lastra.
323
324 2003-04-10 [christoph]  0.8.11claws83
325
326         * src/mbox.c
327                 fix typo that did not move unfiltered mails to destination
328                 folder
329
330         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
331          when filtering from spool)
332
333 2003-04-10 [christoph]  0.8.11claws82
334
335         * src/imap.c
336                 use BODY.PEEK instead of BODY in in message fetch operation
337                 to make sure the IMAP server does not set the \Seen flag for
338                 messages. Sylpheed does that later itself, when the message
339                 is opened in sylpheed
340
341         (closes Bug 111 Claws destroys unread marks)
342
343 2003-04-09 [oliver]     0.8.11claws81
344         
345         * src/folder.c
346                 fix crash in folder_destroy
347         * README.claws
348                 remove selective download
349
350 2003-04-09 [christoph]  0.8.11claws80
351
352         * src/imap.c
353                 fix crash in imap_get_msginfo() when then fetched message
354                 is not found
355
356         (closes Bug 110 Crash during mail composition)
357
358 2003-04-08 [christoph]  0.8.11claws79
359
360         * src/folder.c
361         * src/prefs_account.c
362                 Filter new messages that are found in an INBOX folder
363                 when 'Filter messages on receiving' is enabled in the
364                 Folder's AccountPrefs. This allows to use Sylpheed's
365                 filtering engine for IMAP folders where messages are
366                 added to the INBOX by a MTA
367
368 2003-04-08 [paul]       0.8.11claws78
369
370         * src/procmsg.h
371                 clean up after last commit
372
373 2003-04-08 [paul]       0.8.11claws77
374
375         * sync with 0.8.11cvs20
376                 see ChangeLog 2003-04-07 and 2003-04-08
377
378 2003-04-07 [christoph]  0.8.11claws76
379
380         * src/filtering.[ch]
381         * src/inc.[ch]
382         * src/mbox.c
383         * src/procmsg.[ch]
384                 add procmsg_msginfo_filter() to execute filtering actions
385
386 2003-04-06 [christoph]  0.8.11claws75
387
388         * src/imap.c
389                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
390
391 2003-04-06 [christoph]  0.8.11claws74
392
393         * src/common/utils.[ch]
394                 add g_int_compare() function for slist sorting
395
396         * src/imap.c
397                 fetch all MsgInfos with one command in imap_get_msginfos()
398                 using an imap set with a list of ranges
399
400         * src/news.c
401                 use new g_int_compare() function
402
403 2003-04-06 [thorsten]   0.8.11claws73
404
405         * src/mh.c
406                 corrected implementation of mh_folder_destroy()
407
408 2003-04-05 [christoph]  0.8.11claws72
409
410         * src/account.c
411         * src/folder.[ch]
412         * src/folderview.c
413         * src/imap.c
414         * src/inc.c
415         * src/main.c
416         * src/mainwindow.c
417         * src/mbox_folder.c
418         * src/mh.c
419         * src/mimeview.h
420         * src/msgcache.[ch]
421         * src/news.c
422         * src/procmime.h
423         * src/procmsg.[ch]
424         * src/setup.c
425         * src/gtk/gtkutils.c
426                 o rename structure field names class and new to klass and
427                   new_msgs, to allow including files in C++
428                 o add 'extern "C"' block to some header files
429                 o add MsgInfoList and MsgNumberList as alias for GSList for
430                   developers to know what type of list is expected
431
432         * src/plugins/image_viewer/plugin.c
433         * src/plugins/image_viewer/viewer.[ch]
434         * src/plugins/image_viewer/viewerprefs.[ch]
435                 rename function names to prevent conflicts
436
437 2003-04-05 [paul]       0.8.11claws71
438
439         * sync with 0.8.11cvs18
440                 see ChangeLog 2003-04-03 and 2003-04-04
441
442 2003-04-02 [christoph]  0.8.11claws70
443
444         * src/folder.[ch]
445         * src/imap.[ch]
446         * src/mbox_folder.[ch]
447         * src/mh.[ch]
448         * src/news.[ch]
449                 o Make all virtual folder functions private
450                 o remove unused folder code
451
452         * src/common/socket.[ch]
453         * src/summaryview.c
454                 fix warnings
455
456 2003-03-30 [alfons]     0.8.11claws69
457
458         * src/send_message.c
459                 remove two debug traces and see if people still report
460                 errors
461
462 2003-03-30 [alfons]     0.8.11claws68
463
464         * src/send_message.c
465         * src/commons/session.c
466                 add more debug traces
467
468 2003-03-30 [christoph]  0.8.11claws67
469
470         * src/folder.c
471                 change processing folder name from .processing to processing
472
473         * src/common/ssl.c
474                 disable SSL certificate check because it causes Xlib error
475                 when the child process want's to open an GTK window
476
477 2003-03-30 [christoph]  0.8.11claws66
478
479         * src/folder.c
480                 don't use default folder for processing folder item because
481                 it can be a non local folder
482
483         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
484
485 2003-03-30 [alfons]     0.8.11claws65
486
487         * src/send_message.c
488                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
489                 to generate bad code for 'send_send_data_progressive': When
490                 called from 'send_send_data_finished', the 'data' pointer is
491                 cleared just before the assignment to the dialog pointer
492
493 2003-03-29 [christoph]  0.8.11claws64
494
495         * src/common/prefs.h
496         * src/plugins/image_viewer/Makefile.am
497         * src/plugins/image_viewer/plugin.c
498         * src/plugins/image_viewer/viewer.[ch]
499         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
500                 add PrefsPage for ImageViewer
501
502 2003-03-28 [thorsten]   0.8.11claws63
503
504         * src/common/session.c
505                 added some comments
506
507 2003-03-28 [paul]       0.8.11claws62
508
509         * sync with 0.8.11cvs16
510                 see ChangeLog 2003-03-28
511
512 2003-03-28 [paul]       0.8.11claws61
513
514         * sync with 0.8.11cvs15
515                 see ChangeLog 2003-03-28
516
517 2003-03-27 [christoph]  0.8.11claws60
518
519         * src/folder.c
520         * src/imap.c
521         * src/common/socket.[ch]
522                 set socket state to DISCONNECTED when any operation
523                 fails to allow reconnecting in IMAP code without
524                 checking the return code of all calls to the command
525                 functions
526
527         * src/folderview.c
528         * src/summaryview.c
529                 remove some more stuff that depends on specific
530                 folder types
531
532 2003-03-27 [paul]       0.8.11claws59
533
534         * sync with 0.8.11cvs14
535                 see ChangeLog 2003-03-27
536                 
537         * src/selective_download.[ch]   ** REMOVED **
538                 really removed
539
540 2003-03-27 [christoph]  0.8.11claws58
541
542         * src/folder.c
543                 fix handling of tmp_flags in flag copy function
544
545 2003-03-27 [paul]       0.8.11claws57
546
547         * sync with 0.8.11cvs13
548                 see ChangeLog 2003-03-27
549
550 2003-03-27 [oliver]     0.8.11claws56
551
552         * src/maiwindow.c
553                 remove sel_download_cb
554
555 2003-03-27 [oliver]     0.8.11claws55
556         
557         * src/inc.c
558                 remove POP3_TOP
559         
560 2003-03-26 [oliver]     0.8.11claws54
561
562         *src/pop.h
563                 remove POP3_TOP*
564         * README.claws
565                 remove selective donwload readme
566
567 2003-03-26 [oliver]     0.8.11claws53
568         * src/matcher.[ch]
569         * src/matcher_parser_parse.y 
570         * src/pop.c 
571         * src/prefs_account.[ch]
572         * src/prefs_filtering.c
573                 remove selective donwload
574
575 2003-03-26 [oliver]     0.8.11claws52
576
577         * src/inc.[ch] 
578         * src/filtering.c 
579         * src/mainwindow.c 
580                 remove selective donwload
581
582 2003-03-26 [oliver]     0.8.11claws51
583         
584         * src/Makefile.am
585         * src/selective_download.[ch]   ** REMOVE **    
586
587 2003-03-26 [christoph]  0.8.11claws50
588
589         * src/news.c
590                 fix NEWS that got broken by a sync with sylpheed-main
591
592 2003-03-26 [christoph]  0.8.11claws49
593
594         * src/mimeview.c
595                 fix mime type guessing when no mime type is found for a file
596
597 2003-03-25 [christoph]  0.8.11claws48
598
599         * src/mimeview.c
600         * src/procmime.c
601                 remove mime type guessing from mime parser and use
602                 name based mime types in viewer lookup for mime type
603                 application/octet-stream
604
605 2003-03-25 [christoph]  0.8.11claws47
606
607         * doc-src/readme.txt
608         * doc-src/rfc2554.txt
609                 add RFC about SMTP AUTH
610
611         * src/send_message.c
612         * src/common/smtp.[ch]
613                 add extra error code for authentication errors and
614                 clear temporary password when this error occurs
615
616         (closes Bug 84 authentication failure while sending should
617          prompt for password again)
618
619 2003-03-25 [christoph]  0.8.11claws46
620
621         * configure.ac
622         * src/Makefile.am
623         * src/imageview.[ch]                            ** REMOVE **
624         * src/messageview.[ch]
625         * src/mimeview.[ch]
626         * src/prefs_common.[ch]
627         * src/textview.c
628         * src/plugins/Makefile.am
629         * src/plugins/image_viewer/.cvsignore           ** NEW **
630         * src/plugins/image_viewer/Makefile.am          ** NEW **
631         * src/plugins/image_viewer/plugin.c             ** NEW **
632         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
633                 move image viewer into a plugin (building is enabled by default)
634                 [ToDo: Prefs for resize and autoview]
635
636 2003-03-25 [paul]       0.8.11claws45
637
638         * sync with 0.8.11cvs12
639                 see ChangeLog 2003-03-26
640
641 2003-03-25 [paul]       0.8.11claws44
642
643         * sync with 0.8.11cvs11
644                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
645                 
646         Note: Selective Download is broken.
647                 
648 2003-03-22 [christoph]  0.8.11claws43
649
650         * src/folder.c
651                 code cleanup for flags copying
652
653 2003-03-22 [christoph]  0.8.11claws42
654
655         * src/plugins/trayicon/trayicon.c
656                 fix setting the transparent area when the window size
657                 is forced by the system tray
658
659 2003-03-22 [christoph]  0.8.11claws41
660
661         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
662         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
663         * src/plugins/trayicon/newmail.xpm              ** NEW **
664         * src/plugins/trayicon/nomail.xpm               ** NEW **
665         * src/plugins/trayicon/trayicon.c
666         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
667                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
668                 o add icon for unread mails
669                 o set transparency for window
670
671 2003-03-22 [christoph]  0.8.11claws40
672
673         * src/news.c
674                 init news session to prevent crash when session is closed
675
676 2003-03-22 [christoph]  0.8.11claws39
677
678         * src/imap.c
679         * src/common/session.[ch]
680                 Init session data to make sure we don't have invalid pointers
681                 for read_ch and write_ch when new multi process sessions are
682                 not used
683
684         * src/main.c
685         * src/common/plugin.c
686         * src/common/sylpheed.c
687         * src/plugins/demo/demo.c
688         * src/plugins/dillo_viewer/dillo_viewer.c
689         * src/plugins/mathml_viewer/mathml_viewer.c
690         * src/plugins/spamassassin/spamassassin.c
691         * src/plugins/spamassassin/spamassassin_gtk.c
692                 add plugin types to allow loading plugins at different times
693                 (and maybe for different frontends), because it's not good to
694                 load GTK-Plugins gefore gtk_init was called
695
696         * configure.ac
697         * src/plugins/Makefile.am
698         * src/plugins/trayicon/.cvsignore               ** NEW **
699         * src/plugins/trayicon/Makefile.am              ** NEW **
700         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
701         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
702         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
703         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
704         * src/plugins/trayicon/trayicon.c               ** NEW **
705                 New Trayicon plugin that shows an icon in a systray that uses
706                 XEMBED protocol like Gnome's systray. Icon shows if there
707                 are new mails and a tooltip shows information about new,
708                 unread and total messages.
709
710 2003-03-22 [paul]       0.8.11claws38
711
712         * src/common/smtp.c
713                 fix ESMTP AUTH CRAM-MD5
714                 [sync with main (still version 0.8.11cvs6), see
715                  ChangeLog 2003-03-22]
716
717 2003-03-21 [colin]      0.8.11claws37
718
719         * src/send_message.c
720                 Fix USE_SSL => USE_OPENSSL
721
722 2003-03-21 [colin]      0.8.11claws36
723
724         * src/folderview.c
725                 Fix counts in drag and dropped subfolders
726
727 2003-03-21 [colin]      0.8.11claws35
728
729         * src/folder.c 
730         * src/folderview.c
731                 speed up a bit folder dnd
732
733 2003-03-20 [alfons]     0.8.11claws34
734
735         * src/main.c
736         * src/toolbar.c
737         * src/procmsg.c
738                 don't send locked queue messages
739                 (feature request "[ 705245 ] Locking message in outbox 
740                  should prevent sending")
741
742 2003-03-20 [christoph]  0.8.11claws33
743
744         * src/folder.c
745                 remove NEW and UNREAD flag in special folders when scanning
746                 
747         * src/common/smtp.c
748                 fix ESMTP AUTH CRAM-MD5
749
750 2003-03-20 [paul]       0.8.11claws32
751
752         * src/prefs_account.c
753                 Re-write 'Tunnel command to open connection' as
754                 'Use command to communicate with server', and disable
755                 it for all except IMAP accounts
756
757 2003-03-20 [paul]       0.8.11claws31
758
759         * sync with 0.8.11cvs6
760                 see ChangeLog 2003-03-20
761
762 2003-03-19 [match]      0.8.11claws30
763
764         * src/addritem.[ch]
765                 include documentation. minor refactoring.
766         * src/addr_compl.[ch]
767         * src/addrindex.[ch]
768         * src/addresbook.[ch]
769         * src/summaryview.c
770                 re-enable address lookup (was disabled in
771                 0.8.11claws20).
772
773 2003-03-19 [christoph]  0.8.11claws29
774
775         * src/procmsg.c
776                 add temp flag handling, will make moving and copying
777                 messages possible again
778
779         * src/folder.c
780                 correct calulation of folder stats
781
782 2003-03-18 [match]      0.8.11claws28
783
784         * src/editgroup.h
785                 remove case sensitive comparison (closes bug 80).
786
787 2003-03-18 [christoph]  0.8.11claws27
788
789         * src/imap.c
790                 fix imap using a tunnel command
791
792         (closes bug 87)
793
794 2003-03-18 [christoph]  0.8.11claws26
795
796         * src/folder.[ch]
797         * src/imap.c
798         * src/procmsg.[ch]
799                 rewrite flag handling for folders
800
801 2003-03-18 [christoph]  0.8.11claws25
802
803         * src/folder.c
804         * src/procmsg.c
805         * src/summaryview.c
806                 unset NEW and UNREAD flags when message is ignored, to make
807                 sure messages don't show up as unread on other IMAP clients,
808                 because the IGNORE_THREAD flag can not be syncronized through
809                 the IMAP folder
810
811 2003-03-17 [christoph]  0.8.11claws24
812
813         * src/imap.c
814                 don't use recursion to fetch uids when the number of messages
815                 does not match. Moved code into subfunction that is used
816                 again when needed, to prevent an endless loop.
817
818 2003-03-17 [thorsten]   0.8.11claws23
819
820         * src/imageview.[ch]
821                 export imageview_get_resized_size() (for plugins)
822         * src/prefs_common.[ch]
823                 added prefs_common_get() (for plugins)
824
825 2003-03-17 [christoph]  0.8.11claws22
826
827         * src/imap.c
828                 o remove UID guessing from copy code
829                 o support UIDPLUS extension for APPEND command
830
831 2003-03-17 [paul]       0.8.11claws21
832
833         * src/gtk/about.c
834                 remove 'Compiled-plugins' section.
835                 
836         * src/plugins/dillo_viewer/dillo_viewer.c
837                 slight change to description text
838
839 2003-03-16 [match]      0.8.11claws20
840         * src/ldapserver.[ch]           ** NEW **
841         * src/ldapctrl.[ch]             ** NEW **
842         * src/ldapquery.[ch]            ** NEW **
843         * src/ldaputil.[ch]             ** NEW **
844         * src/addrcindex.[ch]           ** NEW **
845         * src/addrquery.h               ** NEW **
846         * src/addritem.[ch]
847         * src/addrcache.[ch]
848         * src/addrindex.[ch]
849         * src/addr_compl.[ch]
850         * src/addressbook.[ch]
851         * src/addrbook.[ch]
852         * src/editgroup.c
853         * src/editaddress.c
854         * src/editldap.c
855         * src/editldap_basedn.c
856         * src/vcard.c
857         * src/jpilot.c
858         * src/Makefile.am
859                 included dynamic LDAP queries. improved address
860                 completion.
861
862 2003-03-16 [paul]       0.8.11claws19
863
864         * tools/multiwebsearch.pl
865                 fix a fatal typo
866
867 2003-03-16 [christoph]  0.8.11claws18
868
869         * src/mimeview.c
870         * src/plugins/dillo_viewer/dillo_viewer.c
871         * src/plugins/mathml_viewer/mathml_viewer.c
872                 make unregistering of MimeViewerFactorys possible
873
874 2003-03-16 [alfons]     0.8.11claws17
875
876         * configure.ac
877                 correct typo
878
879 2003-03-16 [melvin]     0.8.11claws16
880
881         * src/plugins/dillo_viewer.c
882                 Fixed bug where it was not possible to view more than
883                 one text/html attachment per message (bug discovered
884                 by Christoph Hohmann).
885
886 2003-03-15 [melvin]     0.8.11claws15
887
888         * src/prefs_actions.c
889                 Fixed compilation warnings.
890
891 2003-03-15 [melvin]     0.8.11claws14
892
893         * src/plugins/Makefile.am
894         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
895         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
896         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
897                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
898                 newer (http://dillo.auriga.wearlab.de/).
899
900 2003-03-15 [christoph]  0.8.11claws13
901
902         * src/imap.c
903                 don't query imap folder for attributes because we already
904                 for them from imap_status
905
906         * src/mimeview.[ch]
907                 add support for plugable MimeViewers (unloading Viewers
908                 not yet complete)
909
910         * src/plugins/Makefile.am
911         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
912         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
913         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
914                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
915                 widget from http://helm.cs.unibo.it/mml-widget/
916
917 2003-03-14 [christoph]  0.8.11claws12
918
919         * src/folder.[ch]
920                 o error return code's should better be negative
921                 o replace printf with debug_print
922
923         * src/imap.c
924                 improve IMAP folder scan by checking UID-NEXT
925
926         * src/summaryview.c
927                 remove check that are unnecessary in my opinion
928
929 2003-03-13 [christoph]  0.8.11claws11
930
931         * src/folder.[ch]
932         * src/foldersel.c
933         * src/folderview.c
934         * src/imap.c
935         * src/mbox_folder.c
936         * src/mh.c
937         * src/news.c
938         * src/prefs_scoring.c
939         * src/summaryview.c
940                 use a common function to get a displayable name
941                 for a FolderItem
942
943 2003-03-13 [paul]       0.8.11claws10
944
945         * tools/Makefile.am
946           tools/README
947           tools/multiwebsearch.conf     ** NEW FILE **
948           tools/multiwebsearch.pl       ** NEW FILE **
949                 add multiwebsearch Actions script
950
951 2003-03-13 [colin]      0.8.11claws9
952
953         * src/compose.c
954                 Remove leading emtpy lines from quoted text
955                 before quoting it
956
957 2003-03-13 [melvin]     0.8.11claws8
958
959         * src/prefs_actions.c
960                 Fixed a memory leak
961                 Code clean ups
962                 Added Cancel and OK buttons
963                 Corrected help text
964
965 2003-03-13 [christoph]  0.8.11claws7
966
967         * src/account.c
968         * src/folder.[ch]
969         * src/imap.c
970         * src/mainwindow.c
971         * src/mbox_folder.c
972         * src/mh.c
973         * src/news.c
974         * src/setup.c
975                 replace more folder type stuff with folder class stuff
976
977 2003-03-13 [melvin]     0.8.11claws6
978
979         * src/prefs_actions.c
980                 Added new tokens:
981                 %u: user provided argument
982                 %h: user provided argument (hidden on input)
983                 %s: current text selection in the message view 
984
985 2003-03-13 [paul]       0.8.11claws5
986
987         * sync with 0.8.11cvs5
988                 see ChangeLog 2003-03-11, 2003-03-12
989
990 2003-03-12 [christoph]  0.8.11claws4
991
992         * src/folder.c
993                 use folder class idstr when writing folderlist.xml
994
995         * src/folder.h
996         * src/imap.c
997         * src/news.c
998                 replace folder type checks with folder class checks
999
1000 2003-03-12 [christoph]  0.8.11claws3
1001
1002         * src/folder.[ch]
1003         * src/imap.[ch]
1004         * src/main.c
1005         * src/mbox_folder.[ch]
1006         * src/mh.[ch]
1007         * src/news.[ch]
1008                 o create a list of known folder classes in the folder system
1009                 o use folder class id strings for folder item identifiers
1010
1011 2003-03-12 [christoph]  0.8.11claws2
1012
1013         * src/imap.c
1014                 fix imap uid validity check
1015
1016 2003-03-12 [christoph]  0.8.11claws1
1017
1018         * src/account.c
1019         * src/folder.[ch]
1020         * src/foldersel.c
1021         * src/folderview.c
1022         * src/imap.c
1023         * src/mainwindow.c
1024         * src/mbox_folder.c
1025         * src/mh.c
1026         * src/news.c
1027         * src/prefs_scoring.c
1028         * src/procmsg.c
1029         * src/setup.c
1030         * src/summaryview.c
1031                 initial restructuring of folder system, seperating
1032                 folders and folder classes
1033
1034 2003-03-12 [paul]       0.8.11claws
1035
1036         0.8.11claws release
1037
1038 2003-03-12 [christoph]
1039
1040         * src/gtk/prefswindow.c
1041                 fix translation of "Page Index"
1042
1043 2003-03-12 [paul]       0.8.10claws110
1044
1045         a sync from 0.8.11cvs4 before the release
1046
1047         * src/common/utils.c
1048                 subject_compare_for_sort(): allow null strings (fixes
1049                 summary sorting).
1050
1051 2003-03-11 [paul]       0.8.10claws109
1052
1053         * po/es.po
1054                 update Spanish translation, submitted by
1055                 Ricardo Mones Lastra
1056
1057 2003-03-11 [melvin]     0.8.10claws108
1058
1059         * po/fr.po
1060                 Updated French translations
1061
1062 2003-03-11 [paul]       0.8.10claws107
1063
1064         * manual/en/Makefile.am
1065           manual/en/*.html
1066                 update English manual, add a new page
1067                 updated by Francois Barriere <fbarriere@atmel.fr>
1068                 
1069         * po/bg.po
1070           po/it.po
1071           po/sr.po
1072                 update Bulgarian, Italian, and Serbian translations
1073                 submitted by George Danchev, Alessandro Maestri, and
1074                 Urke MMI
1075
1076 2003-03-10 [paul]       0.8.10claws106
1077
1078         * src/gtk/about.c
1079           src/gtk/prefswindow.c
1080                 make some strings translatable
1081
1082 2003-03-10 [darko]      0.8.10claws105
1083
1084         * src/compose.c
1085                 code cleanup to make Hiro happy
1086
1087 2003-03-10 [paul]       0.8.10claws104
1088
1089         * sync with 0.8.11cvs2
1090                 see ChangeLog 2003-03-10
1091
1092 2003-03-09 [melvin]     0.8.10claws103
1093
1094         * src/textview.c
1095                 textview_set_font(): fix for message display in
1096                 UTF-8 locales (thanks to Sergey Vlasov).
1097                 (was unintentionnaly reverted in 0.8.6claws6)   
1098
1099 2003-03-08 [darko]      0.8.10claws102
1100
1101         * src/compose.c
1102                 fix infinite loop in wrapping as reported
1103                 by happycactus
1104                 obsoletes patch #696482
1105
1106 2003-03-08 [christoph]  0.8.10claws101
1107
1108         * src/imap.c
1109                 add workaround for IMAP servers that do not
1110                 support the "UID SEARCH UID" command
1111
1112 2003-03-07 [christoph]  0.8.10claws100
1113
1114         * src/plugins/spamassassin/spamassassin.[ch]
1115         * src/plugins/spamassassin/spamassassin_gtk.c
1116                 code cleanup
1117
1118 2003-03-07 [paul]       0.8.10claws99
1119
1120         * po/es.po
1121                 updated Spanish translation, submitted by
1122                 Ricardo Mones Lastra
1123
1124 2003-03-07 [christoph]  0.8.10claws98
1125
1126         * src/send.c
1127                 fix in 0.8.10claws94 was wrong
1128                 local delivery does not require escaping, remove escaping
1129                 code to make signatures of mails with "." lines valid
1130                 
1131                 NOTE: requires that sendmail is executed with "-i" option,
1132                       what is the default now, but has to be changed in all
1133                       exsiting accounts)
1134
1135 2003-03-07 [paul]       0.8.10claws97
1136
1137         * sync with 0.8.11 release
1138                 see ChangeLog 2003-03-07
1139
1140 2003-03-06 [paul]       0.8.10claws96
1141
1142         * src/compose.c
1143                 revert commit 0.8.10claws92
1144
1145 2003-03-06 [paul]       0.8.10claws95
1146
1147         * src/folderview.c
1148                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
1149
1150         * src/gtkaspell.c
1151                 fix bug 74, 'Crash opening editor window with pseudo-color
1152                 display'
1153                 
1154         Patches submitted by Kevin Vigor <kevin@vigor.nu>
1155
1156 2003-03-06 [christoph]  0.8.10claws94
1157
1158         * src/send.c
1159                 fix rfc2821 (4.5.2) violation in SMTP data sending,
1160                 all lines starting with a period get an extra period
1161                 inserted
1162                 (found by Simon 'corecode' Schubert)
1163
1164 2003-03-06 [paul]       0.8.10claws93
1165
1166         * src/folderview.c
1167                 if configured font can't be loaded fall back to gtk
1168                 default. (with thanks to Christoph)
1169                 
1170                 closes long-standing bug 15 'Crashes on startup'
1171
1172 2003-03-06 [paul]       0.8.10claws92
1173
1174         * src/compose.c
1175                 freeze text before autosave and thaw afterwards
1176                 fixes bug 67 'autosave make re-rediting message crazy'
1177
1178 2003-03-06 [christoph]  0.8.10claws91
1179
1180         * src/compose.c
1181                 ignore address comment in dupe check for Cc-list
1182
1183         (closes reopened bug 47 Replying to message strips name part of
1184          e-mail addresses of Cc: lines)
1185
1186 2003-03-06 [paul]       0.8.10claws90
1187
1188         * src/Makefile.am
1189                 remove reference to gtkxtext.h as its no longer in
1190                 the repository
1191
1192 2003-03-06 [paul]       0.8.10claws89
1193
1194         * sync with 0.8.10cvs25
1195                 see ChangeLog 2003-03-06
1196
1197 2003-03-06 [oliver]     0.8.10claws88
1198         
1199         * src/messageview.c
1200                 remove include
1201
1202 2003-03-06 [oliver]     0.8.10claws87
1203         
1204         * src/folderview.c 
1205                 remove changes introduced inclaws74
1206         * src/messageview.c
1207                 another attempt to sanely delete and update
1208                 messages deleted in separate messageview
1209
1210 2003-03-05 [christoph]  0.8.10claws86
1211
1212         * src/summaryview.c
1213                 check if "From" matches any account's address if
1214                 addressbook completion of addresses is disabled too
1215
1216         (closes Bug 70 "Display recipient in from" doesn't check
1217          folder's default account)
1218
1219 2003-03-05 [christoph]  0.8.10claws85
1220
1221         * src/compose.c
1222         * src/common/utils.[ch]
1223                 don't strip address comments when building Cc lists
1224
1225         (closes Bug 47 Replying to message strips name part of e-mail addresses
1226          of Cc: lines)
1227
1228         * src/folder.c
1229                 fix return value of copy function
1230
1231 2003-03-05 [christoph]  0.8.10claws84
1232
1233         * src/imap.c
1234                 don't ask imap server for non rfc822 headers
1235
1236         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1237
1238         * src/imap.c
1239                 destroy session on socket error to allow reconnecting
1240
1241 2003-03-05 [christoph]  0.8.10claws83
1242
1243         * configure.ac
1244                 fix building with gnome when no prefix is set
1245
1246         (closes bug 66 Gnome directory is set to NONE)
1247
1248 2003-03-05 [paul]       0.8.10claws82
1249
1250         * sync with 0.8.10cvs23
1251                 see ChangeLog 2003-03-05
1252
1253 2003-03-04 [christoph]  0.8.10claws81
1254
1255         * src/folder.c
1256                 o fix moving and copying when folder returns 0 for new
1257                   message number
1258                 o remove some code for single message copy and move
1259                   operations and use functions for multiple messages
1260
1261         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1262
1263         * src/news.c
1264                 remove unused include
1265
1266 2003-03-04 [paul]       0.8.10claws80
1267
1268         * src/gtk/about.c
1269                 list 'Compiled plugins'
1270
1271 2003-03-03 [christoph]  0.8.10claws79
1272
1273         * src/news.[ch]
1274                 have to multiply the percentage of the current fetch with
1275                 the percentage that it has of the total fetch operation
1276                 for correct values
1277
1278 2003-03-03 [christoph]  0.8.10claws78
1279
1280         * src/news.c
1281                 fix calculation of expected lines for progress indicator
1282
1283 2003-03-03 [christoph]  0.8.10claws77
1284
1285         * src/summaryview.c
1286         * src/common/utils.c
1287                 fix segfault when opening the root news folder
1288
1289 2003-03-03 [christoph]  0.8.10claws76
1290
1291         * src/mainwindow.[ch]
1292         * src/common/Makefile.am
1293         * src/common/progressindicator.[ch]
1294                 add UI independent progress indicator handling
1295
1296         * src/news.[ch]
1297                 use new progress indicator for message info fetching
1298
1299         * src/common/hooks.h
1300                 code cleanup
1301
1302 2003-03-03 [oliver]     0.8.10claws75
1303
1304         * src/toolbar.c
1305         * src/compose.c
1306                 removed commented code
1307
1308 2003-03-03 [oliver]     0.8.10claws74
1309
1310         * src/toolbar.[ch]
1311                 cleanups and refactoring
1312         * src/compose.[ch]
1313                 compose_reply_mode reply & forwarding interface for
1314                 toolbar buttons
1315         * src/folderview.c
1316                 act on messages marked for deletion in folderview_selected
1317                 based on prefs_common.immediate_exec since a message might 
1318                 have been deleted by messageview in a folder we are changing 
1319                 to (does anybody understand what I'm on about ?)
1320
1321 2003-03-03 [oliver]     0.8.10claws73
1322         
1323         * src/messageview.[ch]
1324                 new functions
1325                 - messageview_delete: delete message shown in messagview
1326                 - messageview_update_view: update messageview to currently 
1327                   selected summaryview message
1328                 - add separate messageview to msgview_list in order to update 
1329                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1330         * src/summaryview.[ch]
1331                 summary_get_selection returns a list of selected msgs
1332                 in summaryview
1333         * src/mainwindow.c
1334                 toolbar reply refactoring
1335
1336 2003-03-03 [paul]       0.8.10claws72
1337
1338         * sync with 0.8.10cvs21
1339                 see ChangeLog 2003-03-03
1340
1341 2003-03-02 [christoph]  0.8.10claws71
1342
1343         * src/common/passcrypt.c
1344                 use POSIX includes
1345
1346 2003-03-02 [christoph]  0.8.10claws70
1347
1348         * configure.ac
1349         * src/prefs_account.c
1350         * src/prefs_gtk.[ch]
1351         * src/common/.cvsignore
1352         * src/common/Makefile.am
1353         * src/common/passcrypt.c                ** NEW **
1354         * src/common/passcrypt.h.in             ** NEW **
1355                 Implement password encryption in config files
1356                 using unix encrypt and setkey functions. The crypt
1357                 key can be set as a configure parameter. Old
1358                 passwords will be converted if they do not begin
1359                 with '!'
1360
1361 2003-03-02 [paul]       0.8.10claws69
1362
1363         * src/prefs_account.c
1364                 fix compile error
1365
1366 2003-03-01 [thorsten]   0.8.10claws68
1367
1368         * po/el.po
1369           po/hr.po
1370           po/it.po
1371           po/nl.po
1372           po/sr.po
1373           po/sv.po
1374                 corrected format strings
1375         * po/en_GB.po
1376                 corrected headers
1377                 (fix compile errors with GNU gettext-0.11.5)
1378
1379 2003-03-01 [oliver]     0.8.10claws67
1380
1381         * src/summaryview.c
1382                 menu callbacks call toolbar_menu_reply
1383
1384 2003-03-01 [oliver]     0.8.10claws66
1385
1386         * src/mainwindow.c
1387         * src/messageview.c
1388                 menu callbacks call toolbar_menu_reply
1389         * src/toolbar.[ch]
1390                 callbacks from menu handled by toolbar_menu_reply
1391
1392 2003-03-01 [paul]       0.8.10claws65
1393
1394         * src/addressbook.c
1395                 revert commit 0.8.10claws54 - breaks editing of
1396                 addressbook.
1397                 
1398         * po/bg.po
1399                 update Bulgarian translation, submitted by
1400                 George Danchev
1401
1402 2003-02-28 [christoph]  0.8.10claws64
1403
1404         * src/account.c
1405         * src/addressadd.c
1406         * src/compose.c
1407         * src/gtkaspell.c
1408         * src/gtkxtext.h                ** REMOVE **
1409         * src/imap.c
1410         * src/matcher.[ch]
1411         * src/mh.c
1412         * src/news.c
1413         * src/pine.c
1414         * src/prefs_common.c
1415         * src/prefs_matcher.c
1416         * src/procheader.[ch]
1417         * src/procmsg.[ch]
1418         * src/toolbar.c
1419         * src/common/ssl_certificate.c
1420         * src/gtk/colorlabel.c
1421         * src/gtk/menu.c
1422                 o fix warnings
1423                 o remove code obsoleted by new cache and folder system rework
1424
1425 2003-02-28 [oliver]     0.8.10claws63
1426         
1427         * src/toolbar.[ch]
1428                 * fix bug where reply in Messageview replied to 
1429                 Message displayed in summaryview
1430                 (reportedd via ML by chinatinte at gmx dot ch)
1431                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1432                 didn't work in separate MessageView Toolbar
1433                 (wondering if anybody uses this at all ?)
1434         * src/summaryview.[ch]
1435                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1436                 (generalize reply and forward code);
1437         * src/messageview.c 
1438                 remove focus_in event which updated summaryview to messageview
1439
1440 2003-02-28 [paul]       0.8.10claws62
1441
1442         * po/Makefile.in.in
1443                 add the --check option
1444                 Patch submitted by Ricardo Mones Lastra
1445
1446 2003-02-28 [paul]       0.8.10claws61
1447
1448         * src/prefs_account.c
1449                 re-order 'Signature' items
1450
1451 2003-02-28 [paul]       0.8.10claws60
1452
1453         * sync with 0.8.10cvs20
1454                 see ChangeLog 2003-02-28
1455
1456 2003-02-28 [paul]       0.8.10claws59
1457
1458         * po/POTFILES.in
1459                 update to reflect recent movement of files
1460
1461 2003-02-28 [paul]       0.8.10claws58
1462
1463         * sync with 0.8.10cvs19
1464                 see ChangeLog 2003-02-28
1465
1466 2003-02-27 [martin]     0.8.10claws57
1467
1468         * src/prefs_matcher.c 
1469                 fix segfault in prefs_matcher_ok() when the
1470                 last entry is deleted and prevents that the
1471                 message "entry not saved" comes up after deleting
1472                 an entry
1473
1474 2003-02-27 [martin]     0.8.10claws56
1475
1476         * src/prefs_filtering.c 
1477                 fix segfault in prefs_filtering_ok() when the
1478                 last entry is deleted and prevents that the
1479                 message "entry not saved" comes up after deleting
1480                 an entry
1481
1482 2003-02-27 [paul]       0.8.10claws55
1483
1484         * sync with 0.8.10cvs18
1485                 see ChangeLog 2003-02-27
1486
1487 2003-02-27 [paul]       0.8.10claws54
1488
1489         * src/addressbook.c
1490                 fix bug where the address book crashes with 
1491                 multiple lookups.
1492                 Patch [687729] submitted by David Frager 
1493                 <dbfrager@users.sourceforge.net>
1494
1495 2003-02-25 [christoph]  0.8.10claws53
1496
1497         * src/Makefile.am
1498         * src/colorlabel.[ch]           ** REMOVE **
1499         * src/gtk/Makefile.am
1500         * src/gtk/colorlabel.[ch]       ** NEW **
1501                 move colorlabel files to gtk directory
1502
1503         * src/esmtp.[ch]                ** REMOVE **
1504                 has been merged into smtp.[ch] in 0.7.5
1505
1506 2003-02-25 [christoph]  0.8.10claws52
1507
1508         * src/Makefile.am
1509         * src/about.[ch]                ** REMOVE **
1510         * src/gtk/Makefile.am
1511         * src/gtk/about.[ch]            ** NEW **
1512                 move about files to gtk directory
1513
1514 2003-02-25 [christoph]  0.8.10claws51
1515
1516         * src/folder.c
1517                 some code optimization of folder scanning code
1518
1519         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1520
1521 2003-02-25 [christoph]  0.8.10claws50
1522
1523         * src/main.c
1524         * src/common/sylpheed.c
1525                 add command line parameter parsing to common code
1526
1527 2003-02-24 [christoph]
1528
1529         * Makefile.am
1530         * configure.ac
1531                 fix gnome prefix problems, the configure script now removed
1532                 `gnome-config --prefix` from `gnome-config --datadir`
1533                 and adds $(prefix} instead
1534
1535         (closes Bug 24 Makefile does not respect prefix when installing
1536          GNOME data)
1537
1538 2003-02-24 [christoph]  0.8.10claws49
1539
1540         * src/news.c
1541                 check for valid session before trying to authenticate
1542
1543         (closes Bug 60 crash if "authenticate on logon" is activated
1544          and newsserver-hostname is not valid)
1545
1546 2003-02-24 [melvin]     0.8.10claws48
1547
1548         * src/prefs_actions.c
1549                 Make sure all user's input is sent to the action and then
1550                 close the socket..
1551
1552 2003-02-23 [alfons]     0.8.10claws46
1553
1554         * src/summaryview.c
1555                 also wait cursor when deleting files
1556
1557 2003-02-23 [paul]
1558
1559         * tools/freshmeat_search.pl
1560           tools/google_search.pl
1561                 scripts should now work for any browser/browser command line
1562
1563 2003-02-22 [christoph]  0.8.10claws45
1564
1565         * src/procmsg.c
1566                 fix IMAP flag setting, IMAP flag is not handled correctly
1567                 anymore by the folder system and information about the
1568                 folder should not be saved in the MsgInfo (in my opinion)
1569
1570         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1571
1572 2003-02-22 [christoph]  0.8.10claws44
1573
1574         * src/summaryview.c
1575                 fix spelling of "label" ;-)
1576
1577 2003-02-22 [thorsten]   0.8.10claws43
1578
1579         * src/mimeview.c
1580           src/prefs_common.[ch]
1581           src/procmime.[ch]
1582                 do not use description as attachment name
1583
1584 2003-02-22 [alfons]     0.8.10claws42
1585
1586         * src/summaryview.c
1587                 freeze/thaw folder item updates when changing color labels,
1588                 and put a wait cursors on
1589
1590 2003-02-22 [thorsten]   0.8.10claws41
1591
1592         * src/mimeview.c
1593                 save-all fixes: crash if invoked on multipart container,
1594                 mimeinfo access, pathseparators, error dialog
1595
1596 2003-02-21 [alfons]     0.8.10claws40
1597
1598         * src/prefs_gtk.c
1599                 remove unused var
1600
1601 2003-02-21 [colin]      0.8.10claws39
1602
1603         * src/send.c
1604                 Fix smtp logging
1605
1606 2003-02-21 [colin]      0.8.10claws38
1607
1608         * src/summaryview.c
1609                 Freeze/thaw folderItem updates when filtering messages 
1610                 via Tools/Filter messages
1611
1612 2003-02-21 [paul]       0.8.10claws37
1613
1614         * src/compose.c
1615                 revert commit 0.8.10claws26, there are ulterior motives
1616                 for users to set a Reply-To header when posting to
1617                 newsgroups
1618
1619 2003-02-21 [paul]       0.8.10claws36
1620
1621         * sync with 0.8.10cvs17
1622                 see ChangeLog 2003-02-21
1623
1624 2003-02-20 [christoph]  0.8.10claws35
1625
1626         * src/imap.c
1627                 IMAP UID fetch speedup using SEARCH
1628
1629         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1630
1631         * src/imap.c
1632                 fix problem with UIDs in IMAP UID cache that no longer existed
1633
1634 2003-02-20 [christoph]  0.8.10claws34
1635
1636         * src/imap.c
1637         * src/procheader.c
1638         * src/procheader.h
1639                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1640
1641         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1642
1643         * src/imap.c
1644                 Rewrite imap_cmd_gen_recv use sock_getline instead
1645                 of sock_gets to avoid problems with too long reply
1646                 lines
1647     
1648 2003-02-20 [colin]      0.8.10claws33
1649         
1650         * src/prefs_account.c
1651                 Better wording
1652
1653 2003-02-20 [colin]      0.8.10claws32
1654
1655         * src/compose.c
1656                 Remove useless '&& !to_sender' 
1657
1658 2003-02-20 [darko]
1659
1660         * AUTHORS
1661                 change my e-mail address
1662
1663 2003-02-19 [colin]      0.8.10claws31
1664
1665         * src/prefs_common.c
1666                 X11 style colors for every configurable color
1667
1668 2003-02-19 [alfons]     0.8.10claws30
1669
1670         * src/prefs_gtk.[ch]
1671         * src/prefs_common.c
1672                 for color_new accept both plain integers and X11 style color
1673                 names (as found in /usr/lib/X11/rgb.txt)
1674
1675 2003-02-19 [paul]       0.8.10claws29
1676
1677         * src/mainwindow.c
1678                 add tooltips to online/offline button and account selector
1679                 button
1680
1681 2003-02-19 [paul]       0.8.10claws28
1682
1683         * src/folder.c
1684           src/news.c
1685           src/prefs_account.[ch]
1686           src/prefs_common.[ch]
1687                 move 'Maximum number of articles to download' to
1688                 account prefs.
1689                 clean up account prefs gui a little by hiding entries
1690                 rather then greying out entries
1691
1692 2003-02-19 [hiro]       0.8.10claws27
1693
1694         * src/common/utils.c
1695                 fix bug #54 'yesterdays date is displayed in the message 
1696                 summary window'
1697
1698 2003-02-19 [paul]       0.8.10claws26
1699
1700         * src/compose.c
1701                 fix bug reported in Feature Request [688596] 
1702                 'Reply-to header in news'
1703
1704 2003-02-18 [paul]       0.8.10claws25
1705
1706         * src/select-keys.c
1707                 add a 'List all keys' button to key selection dialog
1708
1709 2003-02-18 [colin]      0.8.10claws24
1710         
1711         * src/stock_pixmap.c
1712                 fix compile error
1713
1714 2003-02-18 [colin]      0.8.10claws23
1715
1716         * src/common/smtp.[ch]
1717           src/prefs_account.c
1718                 Try to starttls if it seems to be the only
1719                 way to authenticate a user
1720
1721 2003-02-18 [paul]       0.8.10claws22
1722
1723         * src/Makefile.am
1724           src/folderview.c
1725           src/stock_pixmap.[ch]
1726           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1727           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1728                 as a Drafts folder is a special folder allow it to have
1729                 its own unique icons
1730
1731 2003-02-18 [colin]      0.8.10claws21
1732
1733         * src/imap.c
1734                 Fix port selection when using starttls
1735
1736 2003-02-18 [paul]       0.8.10claws20
1737
1738         * src/mainwindow.c
1739           src/prefs_common.[ch]
1740                 make blue the default new mail colour
1741
1742 2003-02-18 [paul]       0.8.10claws19
1743
1744         * sync with 0.8.10cvs14
1745                 see ChangeLog 2003-02-18
1746
1747 2003-02-17 [jens]       0.8.10claws18
1748
1749         * src/common/md5.c
1750                 fixed a compile problem with gcc 3.3
1751                 works on 2.95.3 too (testet on PPC as it is big endian)
1752
1753 2003-02-17 [paul]       0.8.10claws17
1754
1755         * sync with 0.8.10cvs13
1756                 see ChangeLog 2003-02-17
1757
1758 2003-02-17 [paul]       0.8.10claws16
1759
1760         * sync with 0.8.10cvs12
1761                 see ChangeLog 2003-02-17
1762
1763 2003-02-16 [match]      0.8.10claws15
1764
1765         * src/addressbook.c
1766                 Eliminates reloading of address data when items
1767                 deleted or added. Applied submitted by
1768                 Luke Plant <lukeplant@softhome.net>
1769
1770 2003-02-16 [paul]       0.8.10claws14
1771
1772         * src/news.c
1773                 when a 'protocol error' is encountered disconnect from
1774                 the server. This means that the user can carry on viewing
1775                 other articles and doesn't have to either wait until the
1776                 server timesout or quit sylpheed.
1777                 Fixes bug #53 'Unable to read messages in newsgroups, 
1778                 displayed message doesn't change'
1779
1780 2003-02-15 [christoph]  0.8.10claws13
1781
1782         * src/imap.c
1783                 fix bug that stopped scanning of folders when an
1784                 IMAP folder was empty
1785
1786         (closes bug 46 stop scan messages in folders after empty folder)
1787
1788 2003-02-15 [paul]
1789
1790         * tools/Makefile.am
1791           tools/README
1792           tools/freshmeat_search.pl     ** NEW FILE **
1793           tools/google_search.pl        ** NEW FILE **
1794                 Add 2 Actions scripts which search freshmeat/google
1795                 for the selected text using the browser configured
1796                 in sylpheedrc.
1797                 
1798         Note: These scripts are very dependent on the format of the
1799         browser command and may not work on every occasion. Testing
1800         is welcome. 
1801
1802 2003-02-14 [alfons]     0.8.10claws12
1803
1804         * src/compose.c
1805                 fix breakage because of uninitialized account pointer.
1806                 please verify.
1807
1808 2003-02-14 [paul]       0.8.10claws11
1809
1810         * src/compose.c
1811           src/prefs_account.[ch]
1812           src/prefs_common.[ch]
1813                 move signature settings to Account Prefs
1814
1815 2003-02-14 [paul]       0.8.10claws10
1816
1817         * sync with 0.8.10cvs11
1818                 see ChangeLog 2003-02-14
1819
1820 2003-02-13 [thorsten]   0.8.10claws9
1821
1822         * src/news.c
1823                 revert news progressbar (GUI separation)
1824
1825 2003-02-13 [paul]       0.8.10claws8
1826
1827         * src/compose.c
1828                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1829                 paragraph 1
1830
1831 2003-02-13 [paul]       0.8.10claws7
1832
1833         * src/compose.[ch]
1834           src/summaryview.c
1835                 fix 'Follow-up and Reply-to' so that it creates a reply to
1836                 the newsgroup and the sender. If the message has the keyword
1837                 'poster' in the Followup-To header, all replies go to the
1838                 sender, re: RFC 1036, Section 2.2.3
1839                 rename all instances of 'ignore_replyto' to 'to_sender', both
1840                 were previously used, now we use just one.
1841
1842 2003-02-13 [paul]       0.8.10claws6
1843
1844         * sync with 0.8.10cvs9
1845                 see ChangeLog 2003-02-13
1846
1847 2003-02-13 [paul]       0.8.10claws5
1848
1849         * configure.ac
1850                 show which plugins are configured in the configure
1851                 output.
1852
1853 2003-02-12 [thorsten]   0.8.10claws4
1854
1855         * src/news.c
1856                 show progress while fetching news headers
1857
1858 2003-02-12 [christoph]  0.8.10claws3
1859
1860         * configure.ac
1861         * src/plugins/Makefile.am
1862                 use AM_CONDITIONAL to enable plugins, automake correctly
1863                 manages this when creating distdir
1864
1865 2003-02-12 [christoph]  0.8.10claws2
1866
1867         * ac/spamassassin.m4
1868         * src/plugins/spamassassin/Makefile.am
1869                 fix building SpamAssassin plugin without OpenSSL
1870
1871 2003-02-12 [paul]       0.8.10claws1
1872
1873         * ac/Makefile.am
1874           src/Makefile.am
1875           src/plugins/Makefile.am
1876                 fix failure of 'make release'
1877
1878 2003-02-12 [paul]       0.8.10claws
1879
1880         * 0.8.10claws released
1881
1882 2003-02-12 [paul]       0.8.9claws56
1883
1884         * po/bg.po
1885           po/es.po
1886           po/it.po
1887           po/ru.po
1888           po/sr.po
1889                 updated translations by George Danchev, Ricardo Mones Lastra,
1890                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1891                 
1892         * sylpheed.spec.in
1893                 Allow the building of RPMs by a regular user. Submitted
1894                 by Sergei Astanin
1895
1896 2003-02-11 [alfons]     0.8.9claws55
1897
1898         * src/colorlabel.c
1899                 don't use pixmaps for label color rect but draw rectangles
1900                 so we can respect the color map of palette based visuals
1901                 (fixes the long time crashes on Suns - thanks to Andreas
1902                 Engel and Steve O'Hara-Smith for testing)
1903
1904 2003-02-11 [christoph]  0.8.9claws54
1905
1906         * src/matcher_parser_parse.y
1907                 correct bug where filering rules of not existing folders in
1908                 matcherrc were added to global filtering
1909                 
1910         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1911          main filter-rules after removing directory, http://bugs.debian.org/180253)
1912         
1913 2003-02-11 [paul]       0.8.9claws53
1914
1915         * sync with 0.8.10cvs7
1916                 see ChangeLog 2003-02-09
1917
1918 2003-02-11 [melvin]     0.8.9claws52
1919
1920         * po/fr.po
1921                 Updated French tranlsations
1922
1923 2003-02-10 [paul]       0.8.9claws51
1924
1925         * sylpheed.spec.in
1926                 correct --enable-openssl
1927                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1928
1929 2003-02-09 [martin]     0.8.9claws50
1930
1931         * src/prefs_matcher.c
1932                 fix segfault in prefs_matcher_substitute_cb() when
1933                 no row is selected
1934
1935 2003-02-09 [paul]       0.8.9claws49
1936
1937         * src/folderview.c
1938                 fix bug where a newsgroup folder's processing rules were
1939                 merged with the global filtering rules when the newsgroup
1940                 folder was deleted, causing some seriously bad results,
1941                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1942
1943 2003-02-08 [melvin]     0.8.9claws48
1944
1945         * src/compose.c
1946                 Corrected and modified an alert message.
1947
1948 2003-02-07 [paul]       0.8.9claws47
1949
1950         * src/folderview.c
1951                 fix bug where both an 'Account properties' window and a
1952                 'Folder properties' window were opened when clicking on
1953                 'Properties' in an NNTP or IMAP folder's popup menu.
1954
1955 2003-02-07 [paul]       0.8.9claws46
1956
1957         * sync with 0.8.10cvs6
1958                 see ChangeLog 2003-02-06
1959
1960 2003-02-06 [christoph]  0.8.9claws45
1961
1962         * src/mbox.c
1963                 freeze folder updates while importing mbox files
1964                 (closes bug 43 importing mbox took hours)
1965                 
1966         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1967
1968 2003-02-06 [thorsten]   0.8.9claws44
1969
1970         * po/de.po
1971                 Updated german translations
1972
1973 2003-02-06 [thorsten]   0.8.9claws43
1974
1975         * src/news.h
1976                 use guint for message numbers (fix count in grouplist dialog)
1977
1978 2003-02-05 [paul]       0.8.9claws42
1979
1980         * sync with 0.8.10cvs2
1981                 see ChangeLog 2003-02-05
1982
1983 2003-02-04 [colin]      0.8.9claws41
1984
1985         * src/prefs_common.[ch]
1986           src/procmsg.c
1987           src/summaryview.c
1988                 Add an option to disable threading by subject
1989
1990 2003-02-04 [christoph]  0.8.9claws40
1991
1992         * src/inc.c
1993                 only abort fetching mails from multiple accounts when the
1994                 error is fatal and does not allow to check any more accounts
1995                 (currently only disk full error)
1996
1997         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1998          receive mails for other accouts)
1999
2000 2003-02-04 [christoph]  0.8.9claws39
2001
2002         * src/folder.c
2003                 first add the new message to the cache, then
2004                 send the update notification
2005
2006         (closes bug 39 after sending message folderview doesnt get updated)
2007
2008 2003-02-04 [colin]      0.8.9claws38
2009
2010         * src/inc.c
2011                 _really_ fix this Connecting... status
2012
2013 2003-02-04 [paul]       0.8.9claws37
2014
2015         * sync with 0.8.10
2016                 see ChangeLog 2003-02-04
2017
2018 2003-02-04 [paul]       0.8.9claws36
2019
2020         * sync with 0.8.9cvs6
2021                 see ChangeLog 2003-02-03
2022
2023 2003-02-04 [paul]       0.8.9claws35
2024
2025         * po/pt_BR.po
2026                 updated by André Filipe de Assunção e Brito 
2027                 <bedecko@netsite.com.br>
2028
2029 2003-02-03 [thorsten]   0.8.9claws34
2030
2031         * po/de.po
2032                 Updated german translations
2033
2034 2003-02-02 [paul]       0.8.9claws33
2035
2036         * po/es.po
2037                 updated by Ricardo Mones Lastra
2038
2039 2003-02-02 [thorsten]   0.8.9claws32
2040
2041         * src/mh.c
2042                 Fix mh_get_msginfo() segfault if file is inaccessible
2043
2044 2003-01-31 [colin]      0.8.9claws31
2045
2046         * src/procheader.c
2047                 Fix last commit's bug
2048
2049 2003-01-31 [colin]      0.8.9claws30
2050
2051         * src/procheader.c
2052                 Missing a change for gpg-signed messages
2053
2054 2003-01-31 [paul]       0.8.9claws29
2055
2056         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
2057           src/procheader.c
2058           src/stock_pixmap.[ch]
2059           src/summaryview.c
2060                 indicate GnuPG signed messages by displaying an icon
2061                 in the Attachment column.
2062
2063 2003-01-31 [paul]       0.8.9claws28
2064
2065         * sync with 0.8.9cvs4
2066                 see ChangeLog 2003-01-31
2067
2068 2003-01-31 [alfons]     0.8.9claws27
2069
2070         * src/textview.c
2071                 tune URI parser to accept mailto URLs with a '?'
2072                 (patch from Ruslan Balkin)
2073
2074 2003-01-31 [colin]      0.8.9claws26
2075
2076         * src/summaryview.c
2077                 Fix a leak introduced in claws24
2078
2079 2003-01-31 [colin]      0.8.9claws25
2080
2081         * src/summaryview.c
2082                 Freeze/Thaw folder updates when deleting dups
2083
2084 2003-01-31 [colin]      0.8.9claws24
2085         
2086         * src/addr_compl.c
2087           src/summaryview.c
2088           src/msgcache.c
2089                 little speed improvements
2090
2091 2003-01-31 [colin]      0.8.9claws23
2092
2093         * src/summaryview.c
2094                 Fix segfault when forwarding nothing
2095                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
2096                 
2097 2003-01-30 [paul]       0.8.9claws22
2098
2099         * sync with 0.8.9cvs3
2100                 see ChangeLog 2003-01-30
2101
2102 2003-01-30 [paul]       0.8.9claws21
2103
2104         * sync with 0.8.9cvs2
2105                 see ChangeLog 2003-01-30
2106
2107 2003-01-29 [paul]       0.8.9claws20
2108
2109         * sync with 0.8.9cvs1
2110                 see ChangeLog 2003-01-29
2111
2112 2003-01-28 [paul]       0.8.9claws19
2113
2114         * po/POTFILES.in
2115                 update to reflect changes. 
2116                 thanks to Ricardo Mones Lastra
2117
2118 2003-01-27 [christoph]  0.8.9claws18
2119
2120         * ac/openssl.m4
2121         * ac/spamassassin.m4
2122         * src/plugins/spamassassin/README
2123         * src/plugins/spamassassin/libspamc.[ch]
2124         * src/plugins/spamassassin/utils.[ch]
2125                 updated to latest libspamc
2126
2127 2003-01-27 [christoph]  0.8.9claws17
2128
2129         * src/folder.c
2130                 fix wrong use of procheader_get_header_fields
2131
2132 2003-01-27 [christoph]  0.8.9claws16
2133
2134         * src/news.c
2135         * src/prefs_account.[ch]
2136         * src/common/nntp.[ch]
2137                 allow to force authentication for NNTP servers
2138
2139         Patch submitted by Florian Mickler <dmk@d-labs.de>
2140
2141 2003-01-26 [paul]       0.8.9claws15
2142
2143         * src/summaryview.c
2144                 speed up of marking messages as read
2145                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
2146
2147 2003-01-26 [christoph]  0.8.9claws14
2148
2149         * src/Makefile.am
2150         * src/mgutils.[ch]              ** REMOVE **
2151         * src/xml.[ch]                  ** REMOVE **
2152         * src/xmlprops.[ch]             ** REMOVE **
2153         * src/common/Makefile.am
2154         * src/common/mgutils.[ch]       ** NEW **
2155         * src/common/xml.[ch]           ** NEW **
2156         * src/common/xmlprops.[ch]      ** NEW **
2157                 move xml files to common directory
2158
2159 2003-01-26 [christoph]  0.8.9claws13
2160
2161         * src/plugins/spamassassin/spamassassin_gtk.c
2162                 only set gtk entry text if string is available
2163
2164 2003-01-26 [melvin]     0.8.9claws12
2165
2166         * src/description_window.c
2167                 Allow resizing of the window
2168                 Allow automatic horizontal scroll bar
2169                 Do not vertically expand and fill
2170
2171 2003-01-26 [christoph]  0.8.9claws11
2172
2173         * src/Makefile.am
2174         * src/gtkutils.[ch]             ** REMOVE **
2175         * src/common/sylpheed.c
2176         * src/gtk/Makefile.am
2177         * src/gtk/description_window.c
2178         * src/gtk/gtkutils.[ch]         ** NEW **
2179         * src/gtk/prefswindow.c
2180                 move gtkutils to gtk directory
2181
2182 2003-01-26 [paul]       0.8.9claws10
2183
2184         * src/summaryview.c
2185                 rename summary_unread_clicked() to summary_status_clicked()
2186
2187 2003-01-26 [melvin]     0.8.9claws9
2188
2189         * src/prefs_actions.c
2190                 Cosmetical changes to the help text
2191
2192 2003-01-26 [paul]       0.8.9claws8
2193
2194         * src/folder.[ch]
2195           src/mainwindow.c
2196           src/prefs_common.c
2197           src/prefs_sumamry_column.c
2198           summaryview.[ch]
2199                 rename the 'Unread' column to 'Status'
2200
2201 2003-01-25 [match]      0.8.9claws7
2202
2203         * src/mgutils.[ch]
2204                 removed reference to LDAP constants. removed error2string.
2205                 included functions to support LDAP dynamic queries.
2206         * src/syldap.h
2207                 moved LDAP constants here.
2208         * src/addressbook.c
2209         * src/addrindex.c
2210         * src/importldif.c
2211                 removed references to LDAP constants and references to
2212                 error2string.
2213
2214 2003-01-25 [paul]       0.8.9claws6
2215
2216         * src/summaryview.c
2217                 summary_thread_build(), summary_thread_init(): remove 
2218                 unneeded reference to summaryview->folder_item
2219
2220 2003-01-25 [christoph]  0.8.9claws5
2221
2222         * src/gtk/description_window.c
2223                 o allow description texts to expand over multiple columns
2224                 o translate all columns
2225         * src/prefs_actions.c
2226                 change syntax description to use new multi column feature
2227
2228         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2229
2230 2003-01-25 [match]      0.8.9claws4
2231
2232         * src/vcard.c
2233                 fixed bug with Quoted-Printable
2234
2235 2003-01-25 [paul]       0.8.9claws3
2236
2237         * src/folder.[ch]
2238           src/summaryview.[ch]
2239                 implement per-folder collapsed/expanded threads setting
2240                 
2241         * src/prefs_common.c
2242                 remove global collapsed/expanded threads option
2243
2244 2003-01-25 [christoph]  0.8.9claws2
2245
2246         * po/POTFILES.in
2247                 add pluginwindow and prefswindow
2248         * src/compose.c
2249                 make send respond correctly to messages that could be added
2250                 to the queue folder, but the UID of the message is unknown
2251         * src/folder.c
2252         * src/imap.c
2253                 don't return guessed UIDs in imap_add_msg anymore. We return
2254                 0 to tell the folder system it was appened but the UID is
2255                 unknown. Folder system now get's the UID by scaning the folder
2256                 and searching the cache for the Message-ID
2257                 (closes bug #29 Messages queued, but not sent)
2258
2259 2003-01-25 [paul]       0.8.9claws1
2260
2261         * src/codeconv.c
2262                 conv_encode_header():  fix bug when long headers with 8-bit
2263                 characters are used, so that the encoded words are wrapped.
2264                 If the space in the original text falls on the wrap boundary,
2265                 it can be lost.
2266                 Patch by Sergey Vlasov.
2267                 
2268         * src/folderview.c
2269                  fix bug where a change to the sorting method or thread view
2270                  of a folder's messages is lost if simpify-subject is set and
2271                  toggled on or off.
2272                  Patch by Luke Plant.
2273
2274 2003-01-24 [paul]       0.8.9claws
2275
2276         * sylpheed-0.8.9claws released
2277         
2278         * Makefile.am
2279           sylpheed.spec.in
2280                 remove reference to 'INSTALL.jp'
2281
2282 2003-01-23 [paul]       0.8.8claws128
2283
2284         * po/es.po
2285           po/it.po
2286           po/ru.po
2287           po/sr.po
2288                 updated translations. submitted by Ricardo Mones Lastra,
2289                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2290
2291 2003-01-23 [colin]      0.8.8claws127
2292
2293         * src/compose.c
2294                 Fix drafted and queued news articles re-edition
2295
2296 2003-01-23 [melvin]     0.8.8claws126
2297
2298         * po/fr.po
2299                 Updated French translations
2300
2301 2003-01-23 [colin]      0.8.8claws125
2302
2303         * src/inc.c
2304                 Fix "Connecting to..." status message
2305
2306 2003-01-22 [paul]       0.8.8claws124
2307
2308         * po/bg.po
2309                 updated by George Danchev
2310                 
2311         * src/folder.c
2312                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2313                 and folder deletion
2314
2315 2003-01-21 [paul]       0.8.8claws123
2316
2317         * po/bg.po
2318                 updated by George Danchev
2319                 
2320         * src/about.c
2321                 its now 2003
2322                 
2323         * src/toolbar.c
2324                 don't translate 'Separator'
2325                 
2326         * src/plugins/spamassassin/Makefile.am
2327                 add aspell to CPPFLAGS
2328                 
2329         * src/plugins/spamassassin/spamassassin.c
2330           src/plugins/spamassassin/spamassassin_gtk.c
2331                 set correct default for spamassassin_receive_spam
2332                 slightly re-word descriptions and some
2333                 other minor changes
2334
2335 2003-01-19 [alfons]     0.8.8claws122
2336                 
2337         * src/mimeview.c
2338                 mimeview_save_as(): we might as well show the file name for
2339                 the single case "Save As" too
2340
2341 2003-01-19 [alfons]     0.8.8claws121
2342
2343         * src/crash.c
2344                 change bug tracker URL to bugzilla URL
2345
2346 2003-01-19 [alfons]     0.8.8claws120
2347
2348         * src/mimeview.c
2349                 mimeview_save_all(): display name of file before overwriting;
2350                 continue saving all, even when one overwrite was cancelled
2351
2352 2003-01-19 [christoph]  0.8.8claws119
2353
2354         * src/summaryview.c
2355         * src/procmsg.[ch]
2356                 fix wrong usage of procmsg_find_children in summaryview
2357                 by using procmsg_update_unread_children instead of
2358                 summaryview_update_unread_children
2359
2360 2003-01-19 [christoph]  0.8.8claws118
2361
2362         * src/procmsg.c
2363                 fix infinite loop in procmsg_find_children
2364                  (closes bug #25 sylpheed crashes on delete.)
2365
2366         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2367
2368 2003-01-19 [paul]       0.8.8claws117
2369
2370         * po/pt_BR.po
2371                 updated by Ivan Francolin Martinez
2372
2373 2003-01-18 [melvin]     0.8.8claws116
2374
2375         * src/prefs_actions.c
2376                 Removed syntax limitation of only one '&' at the end of command.
2377                         Now actions that contain '>/dev/null 2>&1' are possible.
2378
2379 2003-01-18 [melvin]     0.8.8claws115
2380
2381         * src/prefs_actions.c
2382                 Actions IO dialog: when the action ends
2383                 the "Close" button now has focus and [Escape] closes the
2384                 window.
2385
2386 2003-01-18 [christoph]  0.8.8claws114
2387
2388         * src/procmsg.c
2389                 o add debug output when MsgInfos are really freed
2390                 o free GSLists in procmsg_find_children and
2391                   procmsg_update_unread_children
2392
2393 2003-01-18 [christoph]  0.8.8claws113
2394
2395         * src/mainwindow.c
2396                 reorder Configuration menu
2397
2398 2003-01-18 [christoph]  0.8.8claws112
2399
2400         * src/compose.c
2401                 fix applying templates to forwarded messages
2402
2403         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2404
2405 2003-01-17 [christoph]  0.8.8claws111
2406
2407         * src/folder.c
2408                 destroy folder items, when a folder item is removed
2409
2410 2003-01-17 [christoph]  0.8.8claws110
2411
2412         * src/folder.c
2413                 fix wrong folder stats update when ignored message is
2414                 deleted
2415
2416 2003-01-17 [colin]      0.8.8claws109
2417         
2418         * src/mainwindow.c
2419         * src/summaryview.c
2420                 Quicksearch bugfixes: 
2421                 - hide help button at startup if not extended
2422                 - switch to extended when looking for replies
2423
2424 2003-01-17 [paul]
2425
2426         * sync with 0.8.9 release
2427
2428 2003-01-17 [paul]       0.8.8claws108
2429
2430         * sync with 0.8.8cvs11
2431                 see ChangeLog 2003-01-17
2432
2433 2003-01-16 [colin]      0.8.8claws107
2434
2435         * src/procmsg.c
2436                 Changed encryption test to re-ask passphrase
2437                 if an encrypted message hasn't been decrypted
2438                 Fixes bug #5
2439
2440 2003-01-16 [christoph]  0.8.8claws106
2441
2442         * src/prefs_gtk.c
2443         * src/prefs_toolbar.c
2444         * src/gtk/prefswindow.h
2445         * src/plugins/spamassassin/spamassassin_gtk.c
2446                 remove page destroy function that is not used anymore
2447
2448 2003-01-16 [paul]       0.8.8claws105
2449
2450         * sync with 0.8.8cvs9
2451                 see ChangeLog 2002-01-16
2452
2453 2003-01-16 [colin]      0.8.8claws104
2454
2455         * src/compose.[ch]
2456                 Fix bug with autosaved drafts for IMAP, when draft
2457                 folder is specified - fixes bugzilla bug #20
2458
2459 2003-01-15 [paul]       0.8.8claws103
2460
2461         * src/compose.[ch]
2462           src/procmsg.c
2463                 store folder and message-id of message forwarding
2464                 in queue header and set forward flag after sending
2465
2466 2003-01-15 [paul]       0.8.8claws102
2467
2468         * sync with 0.8.8cvs8
2469                 see ChangeLog 2002-01-15
2470
2471 2003-01-15 [colin]      0.8.8claws101
2472
2473         * src/Makefile.am
2474                 Fix linking with GNU libiconv
2475
2476 2003-01-15 [darko]      0.8.8claws100
2477
2478         * src/pine.c
2479                 fix crash when importing pine address book
2480                 entry with an empty name (reported by DY
2481                 <dybulk at tri8.net>)
2482
2483 2003-01-14 [paul]       0.8.8claws99
2484
2485         * configure.in  ** REMOVED **
2486           configure.ac  ** NEW FILE **
2487                 rename configure.in to configure.ac, as it is now
2488                 preferred
2489
2490 2003-01-14 [melvin]     0.8.8claws98
2491
2492         * src/folderview.c
2493                 folderview_check_new(): More precise function description
2494
2495 2003-01-14 [melvin]     0.8.8claws97
2496
2497         * src/folderview.c
2498                 folderview_check_new(): return the number of new messages 
2499                         since last check.
2500         * src/inc.c
2501                 inc_account_mail(): Disable counting of new messages for IMAP
2502                         and NNTP until bug [19] and [14] are fixed.
2503
2504 2003-01-14 [paul]       0.8.8claws96
2505
2506         * sync with 0.8.8cvs6
2507                 see ChangeLog 2003-01-14
2508
2509 2003-01-13 [alfons]     0.8.8claws95
2510
2511         * src/textview.c
2512                 tune email address validation (c. 0.8.8claws89): if . is 
2513                 just one char away from @, the address is invalid too 
2514                 (correctly rejects addresses like foo@.com)
2515
2516 2003-01-13 [paul]       0.8.8claws94
2517
2518         * src/messageview.c
2519           src/toolbar.c
2520                 fixes to the Message View toolbar and menu:
2521                 fix non-functioning Forward button
2522                 make Reply button consider default_reply_list
2523                 remove 'Follow-up...' menu entry
2524                 add 'Forward' and 'Redirect' menu entries
2525
2526 2003-01-13 [melvin]     0.8.8claws93
2527
2528         * src/inc.c
2529                 Fixed typo that could make new messages count incorrect.
2530
2531 2003-01-13 [melvin]     0.8.8claws92
2532
2533         * src/folderview.[ch]
2534                 folderview_check_new(): return the number of new messages.
2535         * src/inc.c
2536                 Should fix bug [14] where new mail notification worked 
2537                         incorrectly with IMAP accounts.
2538                 inc_spool_account(): return number of new msgs, or -1 on error
2539                 inc_all_spool(): return number of new msgs
2540                 
2541 2003-01-13 [melvin]     0.8.8claws91
2542
2543         * src/prefs_actions.c
2544                 Justify help text.
2545
2546 2003-01-12 [thorsten]   0.8.8claws90
2547
2548         * src/common/prefs.c
2549                 close file before rename
2550
2551 2003-01-12 [alfons]     0.8.8claws89
2552
2553         * AUTHORS
2554                 add Christian Mertes
2555         * src/common/utils.[ch]
2556                 g_stricase_hash(), g_stricase_equal(): functions for 
2557                 case insensitive hash tables
2558         * src/textview.c
2559                 use top level domain names to validate email address, based
2560                 on a patch by Christian Mertes (thanks!), but changed 
2561                 implementation to use a hash table 
2562
2563 2003-01-12 [paul]       0.8.8claws88
2564
2565         * po/bg.po
2566                 updated by George Danchev
2567
2568 2003-01-12 [alfons]     0.8.8claws87
2569
2570         * src/summaryview.c
2571                 delete / execute performance: use new style folder update
2572
2573 2003-01-12 [paul]       0.8.8claws86
2574
2575         * sync with 0.8.8cvs5
2576                 see ChangeLog 2003-01-13 (!)
2577
2578 2003-01-12 [alfons]     0.8.8claws85
2579
2580         * src/filtering.c
2581         * src/matcher_parser_parse.y
2582                 prepare change_score filtering action
2583         * src/matcher.[ch]
2584                 give up const-correctness on functions that call non-const-correct functions;
2585                 several casts to gpointer in g_free();
2586                 add change_score;
2587
2588 2003-01-12 [christoph]  0.8.8claws84
2589
2590         * src/compose.c
2591                 fix 2 warnings
2592
2593         * src/gtk/prefswindow.[ch]
2594         * src/plugins/spamassassin/spamassassin_gtk.c
2595                 changed the call of the widget create function
2596                 for PrefsPages, because sometimes the widget
2597                 create function needs a widget that already has
2598                 been attached to a window (to create GDK pixmaps
2599                 for exmaple). So we simply pass the GtkWindow as
2600                 the second parameter now.
2601
2602         * src/main.c
2603         * src/mainwindow.c
2604         * src/prefs_toolbar.[ch]
2605                 rewrite Toolbar Preferences using the new
2606                 prefs window
2607
2608 2003-01-11 [alfons]     0.8.8claws83
2609
2610         * src/addressadd.c
2611                 fix crash when adding sender to addressbook because status bar
2612                 isn't there (the status bar doesn't seem to be used though,
2613                 but I'll let Match decide what to do with it)
2614
2615 2003-01-11 [colin]      0.8.8claws82
2616
2617         * src/main.c
2618           src/toolbar.c
2619                 Two useless changes reversed
2620
2621 2003-01-11 [colin]      0.8.8claws81
2622
2623         * src/mainwindow.c
2624           src/mainwindow.h
2625                 Add mainwindow_get_mainwindow()
2626         * src/alertpanel.c
2627           src/alertpanel.h
2628                 Add alertpanel_error_log() 
2629         * src/compose.c
2630           src/inc.c
2631           src/messageview.c
2632           src/toolbar.c
2633           src/main.c
2634           src/procmsg.c
2635                 Network errors get a View Log button
2636
2637 2003-01-10 [alfons]     0.8.8claws80
2638
2639         * src/prefs_toolbar.c
2640         * src/toolbar.c
2641                 use the translatable string for "Separator" as file name for
2642                 separator toolbar items (probably make this uppercase?)
2643
2644 2003-01-10 [alfons]     0.8.8claws79
2645
2646         * src/prefs_toolbar.c
2647                 put right A_SEPARATOR description string in "displayed
2648                 toolbar items list" so manually added separators are
2649                 saved correctly (bug #10, "Adding a separator to the main 
2650                 toolbar fails, entry in xml file is wrong")
2651
2652 2003-01-10 [christoph]  0.8.8claws78
2653
2654         * src/imap.c
2655                 o fix warnings
2656                 o use CAPABILITY to check if NAMESPACE is available
2657
2658 2003-01-10 [christoph]  0.8.8claws77
2659
2660         * src/imap.[ch]
2661                 apply UIDPLUS IMAP extension support patch
2662
2663         Patch submitted by Simon 'corecode' Schubert
2664
2665 2003-01-10 [paul]       0.8.8claws76
2666
2667         * src/folderview.c
2668                 a sync from main which fixes the news account folders'
2669                 Properties bug
2670
2671 2003-01-10 [christoph]  0.8.8claws75
2672
2673         * src/folder.c
2674                 don't accept 0 as a valid uid returned by copy and move
2675                 functions. 0 means the message was copied or moved but the
2676                 new uid could not be fetched. It is not an error condition
2677                 for the copy or move operation.
2678
2679 2003-01-10 [paul]       0.8.8claws74
2680
2681         * src/prefs_filtering.c
2682                 change English used in Alert when entry is not
2683                 saved.
2684                 
2685         * sync with 0.8.8cvs4
2686                 see ChangeLog 2003-01-10
2687
2688 2003-01-10 [darko]      0.8.8claws73
2689
2690         * src/pine.c
2691                 fix crash when importing address book entry
2692                 without a valid address
2693
2694 2003-01-09 [alfons]     0.8.8claws72
2695
2696         * src/inc.c
2697                 filtering performance: use new style folder update
2698
2699 2003-01-09 [christoph]  0.8.8claws71
2700
2701         * src/compose.c
2702         * src/gtk/menu.[ch]
2703                 fix wrong selecting of mime encoding type, when
2704                 opening property dialog of attachments in the
2705                 compose window. 7bit was always selected and that
2706                 destoryed files with 8bit data.
2707                 (closes bug #9 Sylpheed-claws destroys attachments when
2708                  changing MIME-types)
2709
2710 2003-01-09 [paul]       0.8.8claws70
2711
2712         * sync with 0.8.8cvs3
2713                 see ChangeLog 2003-01-09
2714
2715 2003-01-08 [alfons]     0.8.8claws69
2716         
2717         * src/addressadd.c
2718                 apply patch by Kim Schulz to fix build breakage
2719                 because of missing variable
2720
2721 2003-01-08 [paul]       0.8.8claws68
2722
2723         * sync with 0.8.8cvs2
2724                 see ChangeLog 2002-01-08
2725
2726 2003-01-08 [paul]       0.8.8claws67
2727
2728         * po/it.po
2729                 updated by Alessandro Maestri
2730                 
2731         * src/addressadd.c
2732                 when using 'Add sender to addressbook' allow
2733                 name to be edited and remarks to be entered
2734                 Patch submitted by Luke Plant
2735
2736 2003-01-08 [darko]      0.8.8claws66
2737
2738         * README.claws, src/summaryview.c
2739                 fix description for marked messages
2740
2741 2003-01-08 [paul]
2742
2743         * tools/Makefile.am
2744           tools/launch_phoenix  ** NEW FILE **
2745                 add script that enables using Phoenix as the default
2746                 web browser. 
2747                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2748                 
2749         * tools/OOo2sylpheed.pl
2750                 remove full path to sylpheed executable, just 'sylpheed'
2751                 will do
2752                 
2753         * tools/README
2754                 add launch_phoenix informtion and re-arrange and compress
2755                 the data a little
2756
2757 2003-01-07 [christoph]  0.8.8claws65
2758
2759         * src/folder.c
2760                 fix update for source folder when moving messages
2761         * src/procmsg.[ch]
2762         * src/summaryview.c
2763                 use function to set to_folder for message infos and
2764                 automatically update the op_count for old and new
2765                 folder
2766
2767 2003-01-07 [melvin]     0.8.8claws64
2768
2769         * src/prefs_actions.c
2770                 Fixed bug where an '%p' Action on a displayed image crashed 
2771                         Sylpheed
2772                 Code clean up (get rid of duplicated code and removed unnecessary 
2773                                 structure member)
2774
2775 2003-01-07 [christoph]  0.8.8claws63
2776
2777         * src/compose.c
2778         * src/folder.[ch]
2779         * src/folderview.c
2780         * src/import.c
2781         * src/inc.c
2782         * src/main.c
2783         * src/mainwindow.c
2784         * src/messageview.c
2785         * src/prefs_folder_item.c
2786         * src/procmsg.c
2787         * src/summaryview.c
2788         * src/toolbar.c
2789                 o remove all folder update triggering from the UI code. The folder
2790                   system should know much better when a folder needs an update.
2791                 o to prevent multiple updates in a row the folder updates can be
2792                   frozen for some time.
2793
2794                 Note: - Please verify that no updates are missing
2795                       - Check where freeze/thaws should be added
2796
2797 2003-01-07 [christoph]  0.8.8claws62
2798
2799         * src/prefs_actions.c
2800                 don't translate empty strings
2801
2802         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2803
2804 2003-01-06 [christoph]  0.8.8claws61
2805
2806         * src/prefs_actions.c
2807                 mark strings for gettext
2808         * src/prefs_matcher.c
2809                 use new description window for Execute action and
2810                 match condition in Filtering
2811
2812         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2813
2814 2003-01-06 [alfons]     0.8.8claws60
2815
2816         keep myself inspired to re-organize matcher part 8; 
2817         yes, more to come (I need to move out the descriptive
2818         text for actions to matcher.c, or at least make it not
2819         depend on the wicked ordering)
2820
2821         * src/prefs_matcher.c
2822                 add documentation so others may comprehend the
2823                 UI part of the conditions
2824                 
2825 2003-01-06 [christoph]  0.8.8claws59
2826
2827         * src/prefs_actions.c
2828                 use new description window for syntax help
2829         * src/gtk/description_window.c
2830                 fix display of descriptions with column count != 2
2831
2832         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2833
2834 2003-01-06 [christoph]  0.8.8claws58
2835
2836         * src/quote_fmt.c
2837         * src/summaryview.[ch]
2838         * src/gtk/Makefile.am
2839         * src/gtk/description_window.[ch]       ** NEW **
2840                 use a generic window to display syntax descriptions
2841                 currently used in quote_fmt and summaryview (new description
2842                 for extended quick search)
2843
2844         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2845
2846 2003-01-06 [paul]       0.8.8claws57
2847
2848         * sync with 0.8.8cvs1
2849                 see ChangeLog 2003-01-06
2850
2851 2003-01-06 [christoph]  0.8.8claws56
2852
2853         * src/mainwindow.c
2854         * src/prefs_gtk.[ch]
2855         * src/gtk/prefswindow.[ch]
2856         * src/plugins/spamassassin/spamassassin_gtk.c
2857                 o remove page management from prefswindow, pages
2858                   will be an argument to prefswindow_open
2859                 o prefswindow_open gets a datapointer that is
2860                   passed to the widget_create function to allow
2861                   creation of prefswindow for specific items
2862
2863 2003-01-06 [colin]      0.8.8claws55
2864         
2865         * src/summaryview.c
2866                 We don't want regexp in the reply-finder, 
2867                 because MIDs can contain !,$,. and so on
2868
2869 2003-01-06 [jens]       0.8.8claws54
2870
2871         * src/jpilot.c
2872                 fixed a wrong free in jpilot_read_db_files
2873
2874 2003-01-06 [alfons]     0.8.8claws53
2875
2876         re-organize matcher part 8; more to come
2877        
2878         * src/matcher.c
2879                 matcherprop_to_string(): put g_free()s before the
2880                 switch-case break to fix memleaks                
2881
2882 2003-01-06 [colin]      0.8.8claws52
2883
2884         * src/summaryview.c
2885                 cleanup & reply-finder now displays the first 
2886                 matching message
2887
2888 2003-01-05 [alfons]     0.8.8claws51
2889
2890         re-organize matcher part 7; more to come
2891
2892         * src/matcher.[ch]
2893                 fixes for constant correctness;
2894                 more documentation;
2895
2896 2003-01-05 [alfons]     0.8.8claws50
2897
2898         re-organize matcher part 6; more to come
2899         
2900         * src/matcher.[ch]
2901                 fixes for constant correctness;
2902                 more documentation;
2903         * src/filtering.c
2904                 fix for constant correctness
2905
2906 2003-01-05 [colin]      0.8.8claws49
2907
2908         * src/account.[ch]
2909                 Add account_get_reply_account function
2910         * src/compose.c
2911                 Use account_get_reply_account function 
2912         * src/summaryview.c
2913                 Basic reply-finder - click on the replied
2914                 icon gets you to the outbox using quick-search
2915
2916 2003-01-05 [paul]       0.8.8claws48
2917
2918         * src/prefs_common.c
2919                 small change to English
2920                 
2921         * src/prefs_filtering.c
2922                 prefs_filtering_action_select(): improve logic and uniformity
2923                 of gui
2924
2925 2003-01-05 [alfons]     0.8.8claws47
2926
2927         fine tune solution to focus problems (bug #7)
2928
2929         * src/mainwindow.c
2930                 mainwindow_focus_in_event(): remove grab event check
2931         * src/summaryview.c
2932                 summary_button_pressed(): move selection on right-click
2933                 too. we can't possibly move the selection back after
2934                 canceling a dialog, because gtk's incomplete focus 
2935                 management. whether this is a good solution, only time
2936                 will tell.
2937
2938 2003-01-05 [christoph]  0.8.8claws46
2939
2940         * src/imap.c
2941                 fix crash when no imap connection could be established
2942
2943 2003-01-05 [paul]       0.8.8claws45
2944
2945         * src/mainwindow.c
2946           src/sumamryview.c
2947           src/gtk/menu.[ch]
2948                 fix bug 605957 'shortcuts in popup-menu'
2949                 make user-defined shortcuts work
2950                 show shortcuts that are already defined
2951                 in the main menu
2952                 Patch submitted by Luke Plant
2953
2954 2003-01-05 [alfons]     0.8.8claws44
2955
2956         * src/mainwindow.c
2957                 focus_in_event handler should not select summary view row 
2958                 when another window (menu, dialog) grabbed for events 
2959                 (bug #7, "[0.8.8claws42] Message summary focus") 
2960
2961 2003-01-04 [christoph]  0.8.8claws43
2962
2963         * src/procmsg.c
2964                 update save folder after adding the sent message
2965                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2966
2967 2003-01-02 [christoph]  0.8.8claws42
2968
2969         * src/common/plugin.c
2970                 fix unloading of all plugins and unload
2971                 plugins in reverse order
2972                 
2973         * src/gtk/pluginwindow.c
2974                 implement function of load and unload button
2975
2976         * src/gtk/prefswindow.c
2977         * src/gtk/prefswindow.h
2978                 rename register function and add new unregister
2979                 function
2980
2981         * src/plugins/spamassassin/spamassassin_gtk.c
2982                 unregister prefs page and update for changes in
2983                 src/gtk/prefswindow.c
2984
2985 2003-01-02 [paul]       0.8.8claws41
2986
2987         * po/es.po
2988                 updated by Ricardo Mones Lastra
2989
2990 2003-01-02 [paul]
2991
2992         * tools/tb2sylpheed
2993                 fixes and improvements by Urke MMI
2994
2995 2003-01-02 [thorsten]   0.8.8claws40
2996
2997         * src/procmsg.c
2998                 fixed wrong return value
2999
3000 2003-01-02 [thorsten]   0.8.8claws39
3001
3002         * src/prefs.c
3003                 fixed printing wrong variable
3004
3005 2003-01-02 [thorsten]   0.8.8claws38
3006
3007         * src/prefs.c
3008                 fixed acessing members of freed pfile struct
3009
3010 2003-01-02 [thorsten]   0.8.8claws37
3011
3012         * src/procmsg.c
3013                 detect loops across several messages
3014                 as suggested by Christoph Hohmann
3015
3016 2003-01-01 [match]      0.8.8claws36
3017
3018         * src/addrindex.c
3019                 fixed another memory leak.
3020
3021 2003-01-01 [match]      0.8.8claws35
3022
3023         * src/jpilot.[ch]
3024                 fixed memory leaks. applied Doxygen comments.
3025
3026 2003-01-01 [thorsten]   0.8.8claws34
3027
3028         * src/procmsg.c
3029                 inhibit endless loop if msg references itself
3030                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
3031
3032 2003-01-01 [christoph]  0.8.8claws33
3033
3034         * src/mainwindow.c
3035         * src/gtk/Makefile.am
3036         * src/gtk/pluginwindow.c                ** NEW **
3037         * src/gtk/pluginwindow.h                ** NEW **
3038                 add plugin window
3039
3040         * src/plugins/demo/demo.c
3041         * src/plugins/spamassassin/spamassassin.c
3042         * src/plugins/spamassassin/spamassassin_gtk.c
3043                 write better plugin descriptions
3044
3045 2002-12-31 [christoph]  0.8.8claws32
3046
3047         * src/gtk/prefswindow.c
3048         * src/plugins/spamassassin/spamassassin_gtk.c
3049                 some small improvements to GTK code
3050
3051 2002-12-31 [christoph]  0.8.8claws31
3052
3053         * src/plugins/spamassassin/spamassassin_gtk.c
3054                 enable folder select button
3055
3056 2002-12-31 [christoph]  0.8.8claws30
3057
3058         * src/mainwindow.c
3059         * src/gtk/Makefile.am
3060         * src/gtk/prefswindow.c                         ** NEW **
3061         * src/gtk/prefswindow.h                         ** NEW **
3062                 add new prefs window
3063
3064         * src/common/plugin.c
3065                 don't try to load empty config lines
3066         
3067         * src/plugins/spamassassin/Makefile.am
3068         * src/plugins/spamassassin/spamassassin.c
3069         * src/plugins/spamassassin/spamassassin.h       ** NEW **
3070         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
3071                 GTK config for SpamAssassin Plugin using
3072                 the new prefs window
3073
3074 2002-12-31 [paul]       0.8.8claws29
3075
3076         * po/POTFILES.in
3077                 remove obsolete entry 'src/menu.c'
3078
3079 2002-12-31 [alfons]     0.8.8claws28
3080
3081         * src/matcher.[ch]
3082         * src/matcher_parser_parse.y
3083         * src/prefs_matcher.c
3084                 add "ignore_thread" and "~ignore_thread" condition so it's
3085                 possible to make the actions / scoring operate on the ignore
3086                 thread flag
3087
3088 2002-12-31 [christoph]  0.8.8claws27
3089
3090         * src/addrbook.c
3091         * src/addrindex.c
3092         * src/folder.c
3093         * src/matcher.c
3094         * src/prefs_account.c
3095         * src/prefs_actions.c
3096         * src/prefs_customheader.c
3097         * src/prefs_display_header.c
3098         * src/prefs_gtk.c
3099         * src/procmime.c
3100         * src/toolbar.c
3101         * src/xmlprops.c
3102         * src/common/prefs.[ch]
3103                 extend prefs file handling for reading and automatic handling
3104                 of blocks. When reading prefs_set_block_label will automatically
3105                 move on to the block. When writing it will copy all other blocks
3106                 automatically
3107
3108         * src/common/plugin.c
3109                 Now loading plugin filenames from [Plugins] block in
3110                 sylpheed rc file
3111
3112 2002-12-30 [christoph]  0.8.8claws26
3113
3114         * src/common/hooks.[ch]
3115                 return abort status to caller of hooks_invoke
3116                 
3117         * src/inc.[ch]
3118                 invoke message filtering hook and stop
3119                 default handling when filter returns abort
3120
3121         * src/common/plugin.[ch]
3122         * src/plugins/demo/demo.c
3123                 modify plugin loader, because resolving symbols for strings
3124                 does not work correctly
3125         
3126         * configure.in
3127         * ac/spamassassin.m4                            ** NEW **
3128         * src/plugins/spamassassin/.cvsignore           ** NEW **
3129         * src/plugins/spamassassin/Makefile.am          ** NEW **
3130         * src/plugins/spamassassin/README               ** NEW **
3131         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
3132         * src/plugins/spamassassin/spamassassin.c       ** NEW **
3133         * src/plugins/spamassassin/utils.[ch]           ** NEW **
3134                 add spamassassin plugin, see src/plugins/spamassassin/README
3135                 for details
3136
3137 2002-12-29 [alfons]     0.8.8claws25
3138
3139         * src/mainwindow.c
3140                 when moving focus from a message view to the main 
3141                 window, don't forget to select the summary node
3142                 of the displayed message. should fix "[ 659103 ] 
3143                 focus-follows-mouse confuses sylpheed"
3144
3145 2002-12-29 [christoph]  0.8.8claws24
3146
3147         * src/Makefile.am
3148         * src/stringtable.[ch]          ** REMOVE **
3149         * src/common/Makefile.am
3150         * src/common/stringtable.[ch]   ** NEW **
3151                 move stringtable files to common directory
3152
3153 2002-12-29 [christoph]  0.8.8claws23
3154
3155         * src/Makefile.am
3156         * src/menu.[ch]                 ** REMOVE **
3157         * src/gtk/Makefile.am
3158         * src/gtk/menu.[ch]             ** NEW **
3159                 move menu files to gtk directory
3160
3161 2002-12-29 [match]      0.8.8claws22
3162
3163         * src/addressbook.c
3164         * src/syldap.c
3165                 moved UI specific code out of LDAP code into addressbook
3166                 UI code. fixed memory leak.
3167
3168 2002-12-29 [christoph]  0.8.8claws21
3169
3170         * src/folder.c
3171                 only check for IGNORED parent message when message is
3172                 not IGNORED itself
3173
3174 2002-12-29 [alfons]     0.8.8claws20
3175
3176         * src/summaryview.c
3177                 set gtksctree's anchor correct (immediate execute
3178                 changes the tree's layout, and anchor points at 
3179                 the incorrect row). fixes "[ 657233 ] multiple msg 
3180                 delete sometimes off by 1".
3181                 we probably have to look for more tree layout /
3182                 anchor glitches.
3183
3184 2002-12-29 [paul]       0.8.8claws19
3185
3186         * src/summaryview.c
3187                 fix bug [ 659054 ] incorrect sorting of 'From' column
3188                 when using 'display sender using address book'
3189                 thanks to Alfons and Luke Plant
3190
3191 2002-12-29 [christoph]  0.8.8claws18
3192
3193         * src/folder.c
3194         * src/procmsg.[ch]
3195                 check parent messages for IGNORE THREAD flag, when adding,
3196                 moving or copying messages to a folder
3197
3198 2002-12-27 [alfons]     0.8.8claws17
3199
3200         re-organize matcher part 5; more to come
3201
3202         * src/matcher.c
3203                 hash keywords in matchparser_tab 
3204
3205 2002-12-27 [alfons]     0.8.8claws16
3206
3207         re-organize matcher part 4; more to come
3208
3209         * src/matcher_parser.h
3210         * src/matcher_parser_lex.l
3211         * src/matcher_parser_parse.y
3212                 cleanup
3213
3214 2002-12-27 [alfons]     0.8.8claws15
3215
3216         re-organize matcher part 3; more to come
3217
3218         * src/matcher.[ch]
3219                 cleanup
3220
3221 2002-12-27 [alfons]     0.8.8claws14
3222
3223         re-organize matcher part 2; more to come but this should
3224         work. cc me if there are any regressions.
3225
3226         * src/matcher.h
3227                 add prototype for get_matchparser_tab_id()
3228         * src/matcher_parser_lex.l
3229                 look up keywords using matchparser_tab_id();
3230
3231 2002-12-27 [alfons]     0.8.8claws12
3232
3233         re-organize matcher part 1
3234
3235         * src/matcher.h
3236                 map yacc generated constants to sylpheed matcher constants
3237         * src/matcher.c
3238                 add function to find a matcher constant from a string
3239
3240 2002-12-27 [christoph]  0.8.8claws11
3241
3242         * src/compose.c
3243                 MENUITEM_ADD casts the 4th argument from integer to pointer
3244                 so it probably should not be a pointer, this means we
3245                 should use account id for it and not the account's pointer
3246
3247 2002-12-27 [paul]       0.8.8claws10
3248
3249         * src/mainwindow.c
3250                 remove unneeded 'GtkWidget *vbox'
3251                 
3252         * src/summaryview.c
3253                 further sync with 0.8.8 - make sort
3254                 by recipient work as expected
3255                 
3256         * NEWS
3257                 sync with 0.8.8
3258
3259 2002-12-27 [paul]       0.8.8claws9
3260
3261         * po/pt_BR.po
3262                 updated by Ivan F. Martinez
3263                 
3264 2002-12-27 [darko]      0.8.8claws8
3265
3266         * src/common/utils.c
3267                 added locked pattern to extended search
3268
3269 2002-12-27 [alfons]     0.8.8claws7
3270
3271         * src/prefs_matcher.[ch]
3272                 clean up
3273
3274 2002-12-26 [alfons]     0.8.8claws6
3275
3276         * src/matcher.[ch]
3277         * src/matcher_parser_lex.l
3278         * src/matcher_parser_parse.y
3279         * src/prefs_matcher.c
3280                 allow color label as a condition in the matcher
3281
3282 2002-12-26 [oliver]     0.8.8claws5
3283         
3284         * src/toolbar.c 
3285                 enable Addressbook for Main and Messageview
3286         * src/prefs_actions.c
3287                 enable actions in Messageview
3288
3289 2002-12-26 [christoph]  0.8.8claws4
3290
3291         * src/common/plugin.c
3292                 add a little debug output
3293         * configure.in
3294         * src/plugins/demo/Makefile.am
3295                 better use of automake
3296
3297 2002-12-26 [christoph]  0.8.8claws3
3298
3299         * src/Makefile.am
3300         * src/common/Makefile.am
3301                 fix "make distdir"
3302
3303 2002-12-26 [christoph]  0.8.8claws2
3304
3305         * configure.in
3306                 sort configure checks into common / gtk / plugins
3307         * po/POTFILES.in
3308                 add src/prefs_gtk.c
3309         * src/Makefile.am
3310                 add plugins SUBDIR
3311         * src/main.c
3312         * src/common/sylpheed.[ch]
3313                 added now sylpheed_done function for shutdown
3314         * src/common/Makefile.am
3315         * src/common/plugin.[ch]                ** NEW **
3316                 plugin loader and unloader
3317         * src/plugins/.cvsignore                ** NEW **
3318         * src/plugins/Makefile.am               ** NEW **
3319                 build plugins
3320         * src/plugins/demo/.cvsignore           ** NEW **
3321         * src/plugins/demo/Makefile.am          ** NEW **
3322         * src/plugins/demo/demo.c               ** NEW **
3323                 small demo plugin that installs a logtext hook and
3324                 outputs the log text to stdout
3325
3326 2002-12-26 [paul]       0.8.8claws1
3327
3328         * po/es.po
3329                 updated by Ricardo Mones Lastra
3330
3331 2002-12-26 [paul]       0.8.8claws
3332
3333         * 0.8.8claws released
3334
3335 2002-12-26 [paul]       0.8.7claws12
3336
3337         * po/bg.po
3338                 updated by George Danchev
3339
3340 2002-12-26 [paul]       0.8.7claws11
3341
3342         * po/POTFILES.in
3343                 remove unneeded 'src/prefs.c' entry 
3344
3345 2002-12-26 [paul]       0.8.7claws10
3346
3347         * src/codeconv.c
3348           src/mainwindow.c
3349                 sync with 0.8.8 release
3350         
3351         * src/folder.[ch]
3352           src/mh.c
3353           src/summaryview.c
3354                 partial sync with 0.8.8 release
3355         
3356
3357 2002-12-25 [alfons]     0.8.7claws9
3358
3359         * src/matcher.[ch]
3360         * src/matcher_parser_lex.l
3361         * src/matcher_parser_parse.y
3362         * src/prefs_matcher.c
3363                 add locked flag to possible filtering / matcher 
3364                 conditions (also a good example what should be
3365                 done to add a simple boolean condition)
3366
3367 2002-12-25 [christoph]  0.8.7claws8
3368
3369         * src/Makefile.am
3370         * src/account.[ch]
3371         * src/addrbook.c
3372         * src/addressbook.c
3373         * src/addrindex.c
3374         * src/filtering.c
3375         * src/folder.c
3376         * src/matcher.c
3377         * src/prefs.[ch]                ** REMOVE **
3378         * src/prefs_account.c
3379         * src/prefs_actions.c
3380         * src/prefs_common.c
3381         * src/prefs_customheader.c
3382         * src/prefs_display_header.c
3383         * src/prefs_filtering.c
3384         * src/prefs_folder_item.c
3385         * src/prefs_gtk.[ch]            ** NEW **
3386         * src/prefs_matcher.c
3387         * src/prefs_scoring.c
3388         * src/prefs_summary_column.c
3389         * src/procmime.c
3390         * src/selective_download.c
3391         * src/toolbar.c
3392         * src/common/Makefile.am
3393         * src/common/prefs.[ch]         ** NEW **
3394                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3395
3396 2002-12-24 [alfons]     0.8.7claws7
3397
3398         * src/summaryview.c
3399                 summary_thread_build(): fix real cause of the crash mentioned in
3400                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3401                 this way we get meaningful ctree nodes 
3402
3403 2002-12-24 [oliver]     0.8.7claws6
3404
3405         * src/mainwindow.[ch]
3406         * src/messageview.[ch]
3407         * src/compose.[ch]
3408         * src/inc.c
3409         * src/summaryview.c
3410                 changes to use updated toolbar handling
3411                 
3412 2002-12-24 [oliver]     0.8.7claws5
3413
3414         * src/toolbar.[ch]
3415                 generic toolbar handling
3416                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3417         * src/prefs_toolbar.[ch]
3418                 adjust to handling
3419         
3420 2002-12-24 [oliver]     0.8.7claws4
3421         
3422         * src/stock_pixmap.[ch]
3423                 move SYLPHEED_LOGO to end of list in order 
3424                 to remove it from Custom Toolbar`s Icon View
3425
3426 2002-12-24 [alfons]     0.8.7claws3
3427
3428         * src/summaryview.c
3429                 summary_thread_build(): fix crash because of focus != selection 
3430                 after threading. when deleting the selection, gtk tries but fails 
3431                 to find the correct focusable element. we now force the selection
3432                 to be focused. this should solve the infamous bug reported by 
3433                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3434                 a test case is available. 
3435
3436 2002-12-24 [darko]      0.8.7claws2
3437
3438         * src/summaryview.c
3439                 don't crash when unmarking message with unread children
3440
3441 2002-12-23 [christoph]  0.8.7claws1
3442
3443         * src/Makefile.am
3444         * src/common/Makefile.am
3445                 update Makefiles for moved intl.h, version.h and defs.h
3446         * src/imap.c
3447                 rewrite imap_session_get to avoid duplicate code
3448
3449 2002-12-23 [paul]       0.8.7claws
3450
3451         * Santa-Claws released
3452         
3453         * po/hu.po
3454           po/ru.po
3455                 squeeze in updated Hungarian and Russian translations.
3456                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3457
3458 2002-12-23 [paul]       0.8.6claws129
3459
3460         * po/pl.po
3461                 updated by Witold Wladyslaw Wojciech Wilk
3462
3463 2002-12-23 [paul]       0.8.6claws128
3464
3465         * src/quote_fmt_parse.y
3466                 fix typo and add licence header
3467
3468 2002-12-23 [paul]       0.8.6claws127
3469
3470         * po/en_GB.po
3471                 updated
3472
3473 2002-12-23 [paul]       0.8.6claws126
3474
3475         * po/it.po
3476                 updated translation, submitted by Alessandro Maestri
3477                 
3478 2002-12-23 [paul]       0.8.6claws125
3479
3480         * src/quote_fmt_parse.y
3481                 fix signature-stripping on replies bug. match
3482                 '-- \n' and not '-- '.
3483
3484 2002-12-22 [paul]       0.8.6claws124
3485
3486         * po/bg.po
3487           po/es.po
3488           po/sr.po
3489                 updated translations. submitted by George Danchev,
3490                 Ricardo Mones Lastra, and Urke MMI respectively
3491
3492 2002-12-21 [paul]       0.8.6claws123
3493
3494         * src/addrbook.c
3495                 fix coding style
3496
3497 2002-12-21 [paul]       0.8.6claws122
3498
3499         * src/addrbook.c
3500                 fix bug [643638] where if a person is in one or more
3501                 addressbook groups editing that person's email 
3502                 address results in removal from those groups.
3503                 Patch submitted by Luke Plant.
3504
3505 2002-12-20 [christoph]  0.8.6claws121
3506
3507         * src/common/utils.c
3508         * src/summaryview.c
3509                 reimplement expand_search_string using GString to
3510                 prevent crashs caused by miscalculated string
3511                 lengths reported by Paul
3512
3513 2002-12-20 [christoph]  0.8.6claws120
3514
3515         * src/summaryview.c
3516                 don't use "changed" to check if op_count has to be changed as it
3517                 is also set when the message has unread children
3518                 (closes bug [ 653221 ] crash while deleting duplicates)
3519
3520 2002-12-20 [paul]       0.8.6claws119
3521
3522         * sync with 0.8.6cvs27
3523                 see ChangeLog 2002-12-20
3524
3525 2002-12-20 [paul]       0.8.6claws118
3526
3527         * sync with 0.8.6cvs26
3528                 see ChangeLog 2002-12-19 and 2002-12-20
3529
3530 2002-12-19 [alfons]     0.8.6claws117
3531
3532         * src/textview.c
3533                 fix incorrect parsing of email addresses, submitted by 
3534                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3535                 name display if it contains @".
3536
3537 2002-12-18 [paul]       0.8.6claws116
3538
3539         * sync with 0.8.6cvs23
3540                 see ChangeLog 2002-12-18
3541
3542 2002-12-18 [paul]       0.8.6claws115
3543
3544         * src/Makefile.am
3545         * src/account.c
3546         * src/codeconv.c
3547         * src/gtkutils.[ch]
3548         * src/imap.c
3549                 sync with 0.8.6cvs22.
3550                 see ChangeLog 2002-12-17 and 2002-12-18
3551
3552 2002-12-17 [christoph]  0.8.6claws114
3553
3554         * src/imap.c
3555                 o don't create a session if imap greeting fails
3556                 o don't close socket when authentication fails
3557                   this is done by imap_session_destroy
3558
3559 2002-12-17 [thorsten]   0.8.6claws113
3560
3561         * tools/Makefile.am
3562           tools/README
3563           tools/google_msgid.pl ** NEW FILE **
3564                 Added "search for message-id" script and doc
3565
3566 2002-12-17 [thorsten]   0.8.6claws112
3567
3568         * po/hu.po
3569                 Updated hungarian translation
3570                 (updated by Gal Zoltan)
3571
3572 2002-12-16 [christoph]  0.8.6claws111
3573
3574         * src/addr_compl.c
3575                 remove stupid addressbook dump to debug output
3576         * src/mh.c
3577                 fix memory leak found by Hiro
3578
3579 2002-12-14 [paul]       0.8.6claws110
3580
3581         * src/compose.c
3582                 fix menubar sensitivity on send
3583                 
3584         * src/prefs_filtering.c
3585         * src/prefs_matcher.c
3586         * src/prefs_scoring.c
3587                 Fix english ;)
3588                 
3589         * src/common/quoted-printable.h
3590                 sync: fix typo
3591         
3592 2002-12-13 [christoph]  0.8.6claws109
3593
3594         * src/Makefile.am
3595         * src/manage_window.[ch]        ** REMOVE **
3596         * src/gtk/Makefile.am
3597         * src/gtk/manage_window.[ch]    ** NEW **
3598                 move manage_window files to gtk directory
3599
3600 2002-12-13 [christoph]  0.8.6claws108
3601
3602         * src/Makefile.am
3603         * src/gtkshruler.[ch]           ** REMOVE **
3604         * src/gtk/Makefile.am
3605         * src/gtk/gtkshruler.[ch]       ** NEW **
3606                 move gtkshruler files to gtk directory
3607
3608 2002-12-13 [christoph]  0.8.6claws107
3609
3610         * src/Makefile.am
3611         * src/compose.c
3612         * src/gtkstext.[ch]             ** REMOVE **
3613         * src/gtkutils.[ch]
3614         * src/textview.c
3615         * src/gtk/gtkstext.[ch]         ** NEW **
3616         * src/gtk/Makefile.am
3617                 o move stext functions to gtkstext.c to remove
3618                   dependency of gtkutils
3619                 o move gtkstext files to gtk directory
3620
3621         * src/gtk/Makefile.am
3622         * src/gtk/sslcertwindow.[ch]
3623                 UI stuff can always depend on common code so
3624                 it's ok to add ../common to include path
3625
3626 2002-12-13 [colin]      0.8.6claws106
3627
3628         * src/summaryview.c
3629                 Disconnect sighandlers for mainwindow when
3630                 quicksearch has the focus
3631                 Fix bug #653231
3632         * src/mainwindow.[ch]
3633                 Make key_pressed callback public, to be able
3634                 to disconnect it
3635
3636 2002-12-13 [christoph]  0.8.6claws105
3637
3638         * src/mh.c
3639                 create .mh_sequences file in new MH folders
3640                 (closes feature request [ 523162 ] MH folders should
3641                  get a .mh_sequences)
3642
3643 2002-12-13 [colin]      0.8.6claws104
3644
3645         * src/summaryview.c
3646                 Better handling of quicksearch show/hide
3647                 (basically the button stays under the mouse 
3648                  when toggled)
3649
3650 2002-12-13 [paul]       0.8.6claws103
3651
3652         * sync with 0.8.6cvs17
3653                 see ChangeLog 2002-12-13
3654
3655 2002-12-13 [paul]       0.8.6claws102
3656
3657         * po/es.po
3658                 updated by Ricardo Mones Lastra
3659
3660 2002-12-11 [colin]       0.8.6claws101
3661
3662         * src/folder.c
3663                 remove statusbar stuff
3664           src/folderview.c
3665                 set statusbar verbosity when moving folders
3666
3667 2002-12-11 [colin]       0.8.6claws100
3668         * src/prefs_filtering.c
3669         * src/prefs_matcher.c
3670         * src/prefs_scoring.c
3671                 Fix english ;)
3672
3673 2002-12-11 [colin]       0.8.6claws99
3674
3675         * src/prefs_common.[ch]
3676                 Add summary_quicksearch_type
3677         * src/summaryview.c
3678                 Save last used quicksearch type
3679
3680 2002-12-11 [jens]       0.8.6claws98
3681         * src/prefs_filtering.c
3682         * src/prefs_matcher.c
3683         * src/prefs_scoring.c
3684                 added dialog for incomplete rules in scoring, filtering and
3685                 matcher to ask wheather really close
3686
3687 2002-12-11 [colin]      0.8.6claws97
3688
3689         * src/folder.c
3690                 Fix folder dnd statusbar logging
3691
3692 2002-12-10 [christoph]  0.8.6claws96
3693
3694         * src/compose.c
3695         * src/folder.c
3696         * src/imap.c
3697         * src/inc.c
3698         * src/main.c
3699         * src/mainwindow.c
3700         * src/news.c
3701         * src/send.c
3702         * src/statusbar.[ch]
3703         * src/common/hooks.c
3704         * src/common/log.[ch]
3705                 o handle verbose logging in statusbar directly in statusbar code
3706                   and common code does not need any knowledge about a statusbar
3707                 o remove direct calls to statusbar_(puts|pop)_all functions
3708
3709 2002-12-10 [jens]       0.8.6claws95
3710
3711         * src/*.c
3712                 removed gettext from g_warnings
3713         * po/POTFILES.in
3714                 cleaned and updated
3715         * po/de.po
3716                 updated
3717
3718 2002-12-10 [colin]      0.8.6claws94
3719
3720         * src/main.c
3721                 finish crash dialog fix
3722
3723 2002-12-10 [colin]      0.8.6claws93
3724
3725         * src/main.c
3726                 "Fix" "sylpheed already running" instead of
3727                 crash dialog appearing after a crash
3728
3729 2002-12-10 [colin]      0.8.6claws92
3730
3731         * po/POTFILES.in
3732                 add src/gtk/sslcertwindow.c
3733
3734 2002-12-10 [paul]       0.8.6claws91
3735
3736         * po/POTFILES.in
3737                 updated to reflect recent changes
3738                 submitted by Alessandro Maestri
3739
3740 2002-12-09 [christoph]  0.8.6claws90
3741
3742         * src/Makefile.am
3743         * src/smtp.[ch]                 ** REMOVE **
3744         * src/common/Makefile.am
3745         * src/common/smtp.[ch]          ** NEW **
3746                 move smtp files to common directory
3747
3748 2002-12-09 [christoph]  0.8.6claws89
3749
3750         * src/Makefile.am
3751         * src/session.[ch]              ** REMOVE **
3752         * src/common/Makefile.am
3753         * src/common/session.[ch]       ** NEW **
3754                 move session files to common directory
3755
3756 2002-12-09 [paul]       0.8.6claws88
3757
3758         * src/account.c
3759                 fix bug [649746] edit accounts: move account reverted
3760                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3761
3762 2002-12-09 [colin]      0.8.6claws87
3763
3764         * src/ssl_certificate.c
3765                 cleanup
3766
3767 2002-12-09 [colin]      0.8.6claws86
3768
3769         * src/ssl.c
3770                 Try to open the cert.pem database and 
3771                 issue a warning if it isn't there
3772
3773 2002-12-09 [colin]      0.8.6claws85
3774
3775         * src/common/ssl_certificate.c
3776         * src/gtk/sslcertwindow.c
3777                 Warning fixes
3778
3779 2002-12-09 [colin]      0.8.6claws84
3780
3781         * src/ssl_certificate.[ch] ** REMOVED **
3782         * src/common/ssl_certificate.[ch] ** NEW **
3783         * src/Makefile.am
3784         * src/common/Makefile.am
3785                 Moved ssl_certificate.[ch] to common
3786         * src/common/ssl.c 
3787                 Put back needed include
3788         * src/gtk/sslcertwindow.[ch]
3789                 Changed ssl_certificate.h include
3790         
3791 2002-12-09 [colin]      0.8.6claws83
3792
3793         * src/gtk/sslcertwindow.[ch]
3794                 Implement hook for certificate acception
3795         * src/ssl_certificate.[ch]
3796                 Implement hook for certificate acception
3797         * src/common/ssl.c
3798                 Reenable certificate acception check
3799         * src/mainwindow.c
3800                 Register sslcertwindow's hook
3801         
3802 2002-12-08 [christoph]  0.8.6claws82
3803
3804         * src/about.c
3805         * src/addr_compl.c
3806         * src/codeconv.c
3807         * src/manual.c
3808         * src/undo.c
3809         * src/common/utils.c
3810                 o add missing includes
3811                 o fix warnings
3812         * src/.cvsignore
3813         * src/common/.cvsignore
3814         * src/common/version.h          ** REMOVE **
3815                 remove autogenerated file
3816
3817 2002-12-08 [paul]       0.8.6claws81
3818
3819         * src/stringtable.c
3820                 put back needed include
3821
3822 2002-12-08 [colin]      0.8.6claws80
3823         
3824         * src/gtk/sslcertwindow.c
3825                 Cleaner popups when asking
3826         * src/ssl_certificate.c
3827         * src/prefs_common.[ch]
3828                 remove ssl certificate pref
3829                 put back needed include
3830         * src/undo.c
3831                 put back needed include
3832
3833 2002-12-08 [christoph]  0.8.6claws79
3834
3835         * src/folderview.c
3836         * src/logwindow.c
3837         * src/statusbar.c
3838         * src/summaryview.c
3839                 only abort hook invokation if required data is missing not
3840                 if our own data pointer is NULL, update hookfunction for
3841                 log window
3842
3843 2002-12-08 [paul]       0.8.6claws78
3844
3845         * src/about.c
3846         * src/addrcache.c
3847         * src/addrclip.c
3848         * src/addr_compl.c
3849         * src/addrselect.c
3850         * src/codeconv.c
3851         * src/colorlabel.c
3852         * src/enriched.c
3853         * src/esmtp.c
3854         * src/exporthtml.c
3855         * src/headerview.c
3856         * src/imageview.c
3857         * src/manual.c
3858         * src/noticeview.c
3859         * src/pgptext.c
3860         * src/scoring.c
3861         * src/sourcewindow.c
3862         * src/stringtable.c
3863         * src/undo.c
3864                 clean up: remove unneccesary includes
3865
3866 2002-12-08 [christoph]  0.8.6claws77
3867
3868         * src/folderview.c
3869         * src/statusbar.c
3870         * src/summaryview.c
3871         * src/common/hooks.[ch]
3872                 hook functions now have a gboolean return value, if a hook
3873                 returns TRUE it will stop executing of any more hooks in
3874                 the same hooklist for this invokation
3875
3876 2002-12-08 [colin]      0.8.6claws76
3877         
3878         * src/main.c
3879                 put back argv0 for CRASH_DIALOG
3880
3881 2002-12-08 [christoph]  0.8.6claws75
3882
3883         * src/Makefile.am
3884         * src/about.c
3885         * src/account.c
3886         * src/crash.c
3887         * src/esmtp.h
3888         * src/imap.[ch]
3889         * src/inc.c
3890         * src/main.c
3891         * src/mainwindow.c
3892         * src/news.c
3893         * src/pop.[ch]
3894         * src/prefs_account.[ch]
3895         * src/prefs_common.[ch]
3896         * src/send.[ch]
3897         * src/smtp.[ch]
3898         * src/ssl_certificate.[ch]
3899         * src/ssl_manager.[ch]
3900         * src/common/Makefile.am
3901         * src/common/log.c
3902         * src/common/nntp.[ch]
3903         * src/common/socket.[ch]
3904         * src/common/ssl.[ch]
3905         * src/gtk/sslcertwindow.[ch]
3906         * ac/openssl.m4
3907                 use new autoconf script to detect OpenSSL with extra parameters
3908                 to specify the location of libs and includes, also remove USE_SSL
3909                 to USE_OPENSSL
3910
3911         * src/common/sylpheed.[ch]
3912         * src/common/version.h.in
3913                 start seperation of common code initialization seperated from gui
3914
3915         * src/summaryview.c
3916                 The function that is called when a color label changes
3917                 should not change the color lable again
3918
3919 2002-12-08 [colin]      0.8.6claws74
3920
3921         * src/gtk/sslcertwindow.c
3922                 warning fixes
3923
3924 2002-12-08 [colin]      0.8.6claws73
3925
3926         * src/statusbar.c
3927           src/common/log.h
3928                 Register a hook for statusbar_puts_all
3929         * src/common/log.c
3930                 invoke statusbar_puts_all's hook
3931         
3932 2002-12-08 [colin]      0.8.6claws72
3933
3934         * src/ssl_certificate.c
3935                 Put back a badly-removed include
3936
3937 2002-12-08 [colin]      0.8.6claws71
3938
3939         * src/gtk/sslcertwindow.[ch]    ** NEW **
3940                 new certificate presentation
3941         * src/gtk/Makefile.am
3942                 add new files
3943         * src/ssl_certificate.[ch]
3944                 gtk cleanup, made utility functions public
3945         * src/ssl_manager.c
3946                 use new cert presentation
3947
3948 2002-12-07 [christoph]  0.8.6claws70
3949
3950         * src/Makefile.am
3951         * src/nntp.[ch]                 ** REMOVE **
3952         * src/common/Makefile.am
3953         * src/common/nntp.[ch]          ** NEW **
3954                 move nntp files to common directory
3955
3956 2002-12-07 [christoph]  0.8.6claws69
3957
3958         * src/procmsg.[ch]
3959         * src/summaryview.c
3960                 implement msginfo update callback using sylpheed's new
3961                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3962
3963 2002-12-06 [christoph]  0.8.6claws68
3964
3965         * src/editgroup.c
3966                 This patch changes the 'Edit Group Details' dialog to
3967                 allow extended selections in either pane, so that
3968                 addresses can be added or removed from a group more
3969                 quickly and easily. (it actually is a net decrease in
3970                 file size, as some unnecessary functions have been
3971                 removed). 
3972                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3973
3974 2002-12-06 [christoph]  0.8.6claws67
3975
3976         * src/Makefile.am
3977         * src/template.[ch]             ** REMOVE **
3978         * src/common/Makefile.am
3979         * src/common/template.[ch]      ** NEW **
3980                 move template files to common directory
3981
3982         * src/nntp.c
3983                 add missing log.h include
3984
3985 2002-12-06 [melvin]     0.8.6claws66
3986
3987         * src/prefs_actions.c
3988                 Added the trailing ">" syntax to insert command's output
3989                 without replacing old text (in contrast to trailing "|").
3990
3991 2002-12-05 [colin]      0.8.6claws65
3992         
3993         * src/common/utils.c
3994                 Don't modify original search_string or it'll change
3995                 the next iterations in the for()
3996
3997 2002-12-05 [darko]      0.8.6claws64
3998
3999         * src/common/utils.c
4000                 proper check for filtering commands, found by Colin
4001
4002 2002-12-05 [darko]      0.8.6claws63
4003
4004         * src/common/utils.c
4005                 check proper string for NULL pointer, found by Colin
4006
4007 2002-12-05 [darko]      0.8.6claws62
4008
4009         * src/common/utils.[ch]
4010                 expand_search_string(): new function
4011                 converts Mutt-like patterns to Sylpheed's
4012                 filtering engine
4013         * src/summaryview.c
4014                 use expand_search_string() to allow Mutt-like
4015                 patterns in extended search
4016         * README.claws
4017                 document extended option in quick search
4018
4019 2002-12-05 [paul]       0.8.6claws61
4020
4021         * sync with 0.8.6cvs16
4022                 see ChangeLog 2002-12-05
4023                 
4024         * po/POTFILES.in
4025                 clean up
4026
4027 2002-12-04 [christoph]  0.8.6claws60
4028
4029         * src/imap.[ch]
4030                 put imap authentication code into a new function and
4031                 remove it from imap_session_new that will allow to
4032                 send other commands before authentication
4033
4034 2002-12-04 [christoph]  0.8.6claws59
4035
4036         * src/imap.[ch]
4037                 use already existing method to prevent unneeded IMAP
4038                 folder selects. Set imap_select parameters to NULL
4039                 in some functions if the values are not required.
4040
4041         * src/xml.h
4042                 remove no longer required include
4043
4044 2002-12-04 [paul]       0.8.6claws58
4045
4046         * po/es.po
4047                 updated by Ricardo Mones Lastra
4048                 
4049         * configure.in
4050           po/hu.po      ** NEW FILE **
4051                 initial Hungarian translation, submitted
4052                 by Gál Zoltán <galzoli@hu.inter.net>
4053
4054 2002-12-03 [christoph]  0.8.6claws57
4055
4056         * src/Makefile.am
4057         * src/gtksctree.[ch]            ** REMOVE **
4058         * src/gtk/Makefile.am
4059         * src/gtk/gtksctree.[ch]        ** NEW **
4060                 move gtksctree files to gtk directory
4061
4062 2002-12-03 [christoph]  0.8.6claws56
4063
4064         * src/Makefile.am
4065         * src/md5.[ch]                  ** REMOVE **
4066         * srm/common/Makefile.am
4067         * src/common/md5.[ch]           ** NEW **
4068                 move md5 files to common directory
4069
4070         * src/gtkstext.c
4071                 remove not required #include
4072
4073 2002-12-03 [sergey]     0.8.6claws55
4074
4075         * src/gtkutils.c
4076         * src/gtkutils.h
4077                 gtkut_window_popup(): new function.
4078         * src/mainwindow.c
4079                 main_window_popup(): use gtkut_window_popup() to raise
4080                 window without changing its position.
4081                 (see sylpheed-main ML message [sylpheed:17247])
4082
4083 2002-12-03 [sergey]     0.8.6claws54
4084
4085         * src/send.c
4086                 send_message_local(): removed first-dot escaping
4087                 (SMTP-only, not needed for sending through pipe)
4088
4089 2002-12-03 [paul]       0.8.6claws53
4090
4091         * po/POTFILES.in
4092                 update to reflect recent changes (thanks
4093                 to Ricardo Mones Lastra)
4094                 
4095         * tools/filter_conv.pl
4096                  fix problem with quoted strings. Patch submitted
4097                  by Luke Plant <lukeplant@softhome.net>
4098
4099 2002-12-03 [paul]       0.8.6claws52
4100
4101         * sync with 0.8.6cvs15
4102                 see ChangeLog 2002-12-03
4103
4104 2002-12-02 [christoph]  0.8.6claws51
4105
4106         * src/logwindow.[ch]
4107         * src/common/log.[ch]
4108                 implement logging using a hook function
4109
4110         * src/folderview.c
4111         * src/folder.[ch]
4112                 define hooklist name in header file to avoid
4113                 errors caused by wrong spelling of hooklist names
4114
4115         * src/toolbar.c
4116                 fix warnings
4117
4118 2002-12-02 [christoph]  0.8.6claws50
4119
4120         * src/common/Makefile.am
4121                 add src/common/hooks.[ch]
4122
4123         * src/common/hooks.[ch]
4124                 implement a simple hook system using glib's hook functions
4125
4126         * src/folder.[ch]
4127         * src/folderview.c
4128                 use new hook system for folder item updates
4129
4130 2002-12-02 [christoph]  0.8.6claws49
4131
4132         * doc-src/ui_seperation.txt     ** NEW **
4133                 information for ui seperation
4134
4135         * src/Makefile.am
4136                 remove files that were moved to common
4137                 include common directory by default for the header files
4138
4139         * src/inc.c
4140         * src/common/socket.c
4141         * src/automaton.[ch]
4142                 implement automaton using g_io_*-functions instead of
4143                 gdk_input_add to make it ui independent
4144
4145         * src/codeconv.c
4146         * src/compose.c
4147         * src/ldif.c
4148         * src/pgptext.c
4149         * src/procmime.c
4150         * src/rfc2015.c
4151         * src/smtp.c
4152         * src/unmime.c
4153                 remove common/ prefix because directory is now in
4154                 include path
4155
4156         * src/compose.c
4157         * src/folder.c
4158         * src/folderview.c
4159         * src/mainwindow.c
4160         * src/messageview.c
4161         * src/prefs_common.c
4162         * src/procmsg.c
4163         * src/rfc2015.c
4164                 fix warnings
4165
4166         * src/imap.c
4167         * src/inc.c
4168         * src/news.c
4169         * src/pop.c
4170         * src/send.c
4171         * src/smtp.c
4172         * src/ssl_certificate.c
4173                 add log.h header file for logging functions
4174
4175         * src/main.c
4176         * src/common/utils.c
4177         * src/summaryview.c
4178         * src/xml.c
4179                 o move debug_mode to common/utils.c
4180                 o add functions to set and get debug_mode
4181
4182         * src/defs.h                    ** REMOVE **
4183         * src/intl.h                    ** REMOVE **
4184         * src/socket.[ch]               ** REMOVE **
4185         * src/ssl.[ch]                  ** REMOVE **
4186         * src/utils.[ch]                ** REMOVE **
4187                 replaced by new files in src/common/
4188         
4189         * src/common/Makefile.am
4190                 add new files in src/common/
4191
4192         * src/common/defs.h             ** NEW **
4193         * src/common/intl.h             ** NEW **
4194         * src/common/log.[ch]           ** NEW **
4195         * src/common/socket.[ch]        ** NEW **
4196         * src/common/ssl.[ch]           ** NEW **
4197         * src/common/utils.[ch]         ** NEW **
4198                 replacement for files in src/
4199
4200 2002-12-02 [colin]      0.8.6claws48
4201
4202         * src/folderview.c
4203                 Scroll folderview if necessary during dnd
4204
4205 2002-12-02 [colin]      0.8.6claws47
4206
4207         * src/folder.[ch]
4208                 Add check to verify a move is within a single mailbox
4209         * src/folderview.c
4210                 Add specific error string for this check
4211
4212 2002-12-02 [colin]      0.8.6claws46
4213
4214         * src/folder.c
4215                 Add a test to folder moving, remove a statusbar_print
4216         * src/folderview.c
4217                 Add Move folder... context-menu item
4218                 Factorize folder moving code
4219                 Enable folder DND for mbox
4220
4221 2002-12-01 [christoph]  0.8.6claws45
4222
4223         * ac/aspell.m4
4224                 remove conf.aspelltest if the version check fails
4225
4226 2002-11-30 [christoph]  0.8.6claws44
4227
4228         * autogen.sh
4229                 run libtoolize --force in autogen to create missing
4230                 libtool scripts
4231
4232 2002-11-30 [christoph]  0.8.6claws43
4233
4234         * src/Makefile.am
4235         * src/pgptext.c
4236         * src/procmime.c
4237         * src/rfc2015.c
4238         * src/uuencode.[ch]             ** REMOVED **
4239         * src/common/Makefile.am
4240         * src/common/uuencode.[ch]      ** NEW **
4241                 move uuen/decoder to common directory
4242
4243 2002-11-30 [christoph]  0.8.6claws42
4244
4245         * src/Makefile.am
4246         * src/base64.[ch]               ** REMOVED **
4247         * src/codeconv.c
4248         * src/compose.c
4249         * src/ldif.c
4250         * src/pgptext.c
4251         * src/procmime.c
4252         * src/rfc2015.c
4253         * src/smtp.c
4254         * src/unmime.c
4255         * src/common/Makefile.am
4256         * src/common/base64.[ch]        ** NEW **
4257                 move base64 en/decoder to common directory
4258
4259 2002-11-30 [christoph]  0.8.6claws41
4260
4261         * src/common                    ** NEW **
4262                 new directory for UI independent code
4263         * src/gtk                       ** NEW **
4264                 new directory for GTK frontend
4265         * src/common/.cvsignore         ** NEW **
4266         * src/gtk/.cvsignore            ** NEW **
4267                 ignore build files
4268         * src/common/Makefile.am        ** NEW **
4269         * src/gtk/Makefile.am           ** NEW **
4270                 automake files to build new seperated stuff
4271         * src/Makefile.am
4272                 the binary will currently still be build with the
4273                 files in src, so we include the code from the
4274                 subdirs for now after building the libs there
4275
4276 2002-11-30 [paul]       0.8.6claws40
4277
4278         * src/compose.c
4279                 fix bug [642731] 'Wrong selected account with drafted mail'
4280
4281 2002-11-29 [oliver]     0.8.6claws39
4282         
4283         * src/messageview.c
4284                 o update summaryview when switching between different
4285                   messageviews          
4286         * src/toolbar.c  
4287                 o check if messageview holds already removed msg
4288                   from summaryview
4289                 
4290
4291 2002-11-29 [oliver]     0.8.6claws38
4292
4293         * src/toolbar.c 
4294                 remove not needed variables and includes
4295                 make messageview stay opened and move to next when msgs are deleted 
4296
4297 2002-11-29 [oliver]     0.8.6claws37
4298         
4299         * src/toolbar.c 
4300                 disable compose button (messageview toolbar) by default
4301                 deleted msgs are moved to trash
4302         
4303 2002-11-29 [melvin]     0.8.6claws36
4304
4305         * configure.in
4306                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4307                 and to detect signatures expirations (gpgme 0.3.6)
4308
4309         * src/main.c
4310                 Use non obsolescent function for Gpgme engine checking.
4311
4312         * src/rfc2015.c
4313                 Inform about expired signatures or signatures which key
4314                 has expired. Expiration date is displayed.
4315
4316         * src/sigstatus.c
4317                 Inform about expired signatures or signatures which key
4318                 has expired.
4319
4320 2002-11-28 [paul]       0.8.6claws35
4321
4322         * src/folderview.c
4323                 re-instate 'Check for new messages' in Newsgroup
4324                 folders right-click menu, after a suggestion from
4325                 Tim Mann <timmann@users.sourceforge.net>
4326
4327         * src/main.c
4328                 after a crash check only local folders for new
4329                 messages
4330
4331 2002-11-28 [paul]       0.8.6claws34
4332
4333         * configure.in
4334                 apply patch that fixes the checking of GTK with XIM 
4335                 support on different OSs, such as FreeBSD. Patch 
4336                 submitted by Topia <topia@users.sourceforge.net>
4337                 
4338 2002-11-28 [paul]       0.8.6claws33
4339
4340         * src/mainwindow.c
4341           src/prefs_common.c
4342           src/prefs_toolbar.c
4343                 more changes to the English
4344
4345 2002-11-28 [paul]       0.8.6claws32
4346
4347         * sync with 0.8.6cvs13
4348                 see ChangeLog 2002-11-28 (no sync needed
4349                 for src/compose.c)
4350
4351 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4352         
4353         * src/mainwindow.[ch]
4354                 add patch by Ivan F. Martinez introducing messageview Toolbar
4355                 some changes and committed by oliver    
4356
4357 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4358
4359         * src/messageview.[ch]
4360                 add patch by Ivan F. Martinez introducing messageview Toolbar
4361                 some changes and committed by oliver    
4362
4363 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4364
4365         * src/compose.[ch]
4366                 add patch by Ivan F. Martinez introducing messageview Toolbar
4367                 some changes and committed by oliver    
4368
4369 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4370         
4371         * src/toolbar.[ch]
4372                 add patch by Ivan F. Martinez introducing messageview Toolbar
4373                 some changes and committed by oliver
4374
4375 2002-11-28 [oliver]     0.8.6claws27
4376         
4377         * src/prefs_toolbar.[ch]
4378                 getting ready for messageview toolbar
4379                 free mem allocated by gettext
4380                 change prefs_toolbar to prefs_toolbar_open
4381  
4382 2002-11-28 [thorsten]   0.8.6claws26
4383
4384         * src/imageview.[ch]
4385                 cleaned up conflicting declarations of
4386                 imageview_show_image()
4387
4388 2002-11-28 [paul]       0.8.6claws25
4389
4390         * src/grouplistdialog.c
4391           src/prefs_common.c
4392           src/prefs_summary_column.c
4393                 a few more improvements to the English
4394
4395 2002-11-28 [colin]      0.8.6claws24
4396
4397         * man/sylpheed.1
4398                 A few updates to command-line parameters
4399
4400 2002-11-28 [colin]      0.8.6claws23
4401
4402         * src/prefs_filtering.c
4403                 Fix problems with prefs_filtering_delete_path:
4404                 a) if the first rule is removed, original pointers
4405                    weren't updated (leading to segfaults)
4406                 b) it was always global_processing updated in case
4407                    of removed path was parent of rule path
4408
4409 2002-11-27 [paul]       0.8.6claws22
4410
4411         * src/mainwindow.c
4412           src/prefs_account.c
4413           src/prefs_actions.c
4414           src/prefs_common.c
4415           src/prefs_customheader.c
4416           src/prefs_display_header.c
4417           src/prefs_filtering.c
4418           src/prefs_folder_item.c
4419           src/prefs_matcher.c
4420           src/prefs_scoring.c
4421           src/prefs_summary_column.c
4422           src/prefs_template.c
4423           src/prefs_toolbar.c
4424                  improve the English in the GUI
4425
4426 2002-11-27 [colin]      0.8.6claws21
4427
4428         * src/folder.c
4429                 Fix processing renaming problems happening after
4430                 last commit
4431
4432 2002-11-27 [colin]      0.8.6claws20
4433
4434         * src/folder.c
4435                 recursive move now deletes src each subfolder after 
4436                 having moved it
4437         * src/folderview.c
4438                 Use identifier instead of path during dnd (enables
4439                 IMAP folder dnd)
4440
4441 2002-11-27 [paul]       0.8.6claws19
4442
4443         * src/main.c
4444                 apply patch that does command-line processing 
4445                 BEFORE gtk_init, allowing claws to run from 
4446                 shell-scripts in non-X environment (e.g. crontab 
4447                 or ip-up, ip-down scripts). Patch submitted by
4448                 Ruslan N. Balkin <baron@dartel.ru>
4449                 
4450         * po/it.po
4451                 updated by Alessandro Maestri
4452
4453 2002-11-27 [paul]       0.8.6claws18
4454
4455         * sync with 0.8.6cvs12
4456           src/prefs_common.c
4457                 Differences are that main uses a 'Receive dialog'
4458                 frame on the Interface tab, whereas claws groups all 
4459                 the dialogs together in a 'Dialogs' frame.
4460
4461 2002-11-27 [colin]      0.8.6claws17
4462
4463         * src/prefs_matcher.c
4464                 Fix Execute criteria's NOT flag
4465
4466
4467 2002-11-26 [christoph]  0.8.6claws16
4468
4469         * src/ssl.c
4470                 rewrite the ssl code a little bit, only use one
4471                 SSL context, set default certificates' file/path
4472
4473 2002-11-26 [thorsten]   0.8.6claws15
4474
4475         * src/compose.c
4476                 default-reply-to didn't work for ml-reply
4477
4478 2002-11-26 [melvin]     0.8.6claws14
4479
4480         * src/prefs_actions.c
4481                 Made pipe-actions ignore short headers in message view
4482                 Made trailing-pipe-actions write in the message view with
4483                 the same font as the original message
4484
4485 2002-11-26 [paul]       0.8.6claws13
4486
4487         * src/compose.c
4488                 this time commit the correct file
4489
4490 2002-11-26 [paul]       0.8.6claws12
4491
4492         * sync with 0.8.6cvs11
4493           src/quote_fmt_parse.y  
4494                 no sync needed
4495           src/account.[ch]       
4496                 not sync'ed
4497           src/compose.c
4498                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4499                 on draft mode.
4500                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4501                 header
4502                 
4503         see ChangeLog 2002-11-25 and 2002-11-26
4504
4505 2002-11-26 [colin]      0.8.6claws11
4506
4507         * src/folderview.c
4508                 Fix collapsed folder not auto-expanding during
4509                 mail dnd, if it was the source folder.
4510
4511 2002-11-25 [colin]      0.8.6claws10
4512
4513         * src/folderview.[ch]
4514                 Variable renaming and cleaning (slist of nodes 
4515                 to be re-collapsed is stored in FolderView)
4516
4517 2002-11-25 [paul]       0.8.6claws9
4518
4519         * src/prefs_common.[ch]
4520                 fix breakage caused by last commit
4521
4522 2002-11-25 [paul]       0.8.6claws8
4523
4524         * sync with 0.8.6cvs4
4525                 see ChangeLog 2002-11-21
4526
4527 2002-11-25 [paul]       0.8.6claws7
4528
4529         * sync with 0.8.6cvs4
4530                 see ChangeLog 2002-11-20
4531
4532 2002-11-25 [paul]       0.8.6claws6
4533
4534         * sync with 0.8.6cvs3
4535                 see ChangeLog 2002-11-18
4536
4537 2002-11-25 [colin]      0.8.6claws5
4538
4539         * src/gtkutils.[ch]
4540                 Add gtkut_ctree_node_is_parent()
4541         * src/folderview.c
4542                 Spring-loaded folders
4543
4544 2002-11-25 [colin]      0.8.6claws4
4545
4546         * src/utils.[ch]
4547                 Add slist_concat_unique(), function to merge
4548                 two GSList filtering dups
4549         * src/folder.[ch]
4550         * src/summaryview.[ch]
4551         * src/folderview.c
4552         * src/main.c
4553                 Add detection/update/display of unread answers
4554                 to marked mails
4555         * src/procmsg.[ch]
4556                 Add procmsg_find_children()
4557                 Add procmsg_msg_has_marked_parent()
4558
4559 2002-11-25 [colin]      0.8.6claws3
4560
4561         * src/ssl_certificate.[ch]
4562                 Allow checking a certificate without a DNS
4563                 lookup
4564                 Allow to forget a cert (by deleting it)
4565                 Make ssl_certificate_destroy_public
4566         * src/ssl_manager.[ch] ** NEW FILES **
4567                 Gui to manage (display/remove) certificates
4568         * src/prefs_common.[ch]
4569                 Add a pref to allow silent acceptation of
4570                 trusted certificates or not (based on the
4571                 "I want to know what's going on" principle)
4572         * src/mainwindow.c
4573                 Add SSL manager in Tools menu
4574         * src/Makefile.am
4575                 Add the new files to the build
4576         * po/POTFILES.in
4577                 Add ssl_manager.c to translations
4578
4579 2002-11-25 [colin]      0.8.6claws2
4580
4581         * src/summaryview.[ch]
4582                 Add S_SEARCH_EXTENDED to the quick search, which 
4583                 allows to search using filtering syntax.
4584
4585 2002-11-25 [colin]      0.8.6claws1
4586
4587         * src/summaryview.c
4588                 Deletion of duplicates now prefer deleting
4589                 the unread dup (fixes feature-request 638989).
4590
4591 2002-11-24 [paul]       0.8.6claws
4592
4593         * po/es.po
4594           po/pl.po
4595           po/ru.po
4596           po/sr.po
4597                 updated by Ricardo Mones Lastra,
4598                 Witold Wladyslaw Wojciech Wilk,
4599                 Ruslan N. Balkin, and  Urke MMI 
4600                 respectively
4601
4602 2002-11-24 [paul]       0.8.5claws182
4603
4604         * po/bg.po
4605                 updated by George Danchev
4606
4607 2002-11-23 [alfons]     0.8.5claws181
4608
4609         * src/imap.c
4610                 tiny memory leak found by browsing Dimitar's 
4611                 valgrind report
4612
4613 2002-11-23 [paul]       0.8.5claws180
4614
4615         * po/it.po
4616                 updated by Alessandro Maestri
4617
4618 2002-11-22 [christoph]  0.8.5claws179
4619
4620         * src/compose.c
4621         * src/inc.c
4622         * src/prefs_filtering.c
4623         * src/summaryview.c
4624                 more warning fixes
4625
4626 2002-11-22 [alfons]     0.8.5claws178
4627
4628         * src/summaryview.c
4629                 summary_execute_delete_func(): if message is deleted, make 
4630                 sure to also remove its entry in the subject hash table. 
4631                 fixes a corner case bug.
4632
4633 2002-11-22 [paul]       0.8.5claws177
4634
4635         * .cvsignore
4636                 add 'autom4te.cache'
4637                 
4638         * ltconfig      ** REMOVED **
4639                 not needed
4640
4641 2002-11-22 [paul]       0.8.5claws176
4642
4643         * src/textview.c
4644                 textview_set_font(): fix for message display in
4645                 UTF-8 locales (thanks to Sergey Vlasov).
4646                 
4647         * AUTHORS
4648                 add new team members and contributors
4649
4650
4651 2002-11-21 [colin]      0.8.5claws175
4652
4653         * src/procmsg.[ch]
4654                 Add procmsg_remove_special_headers()
4655         * src/mh.c
4656                 Use procmsg_remove_special_headers() for 
4657                 previous fix
4658
4659 2002-11-21 [colin]      0.8.5claws174
4660
4661         * src/mh.c
4662                 Fix moving/copying from queue/draft folders
4663                 for MH folders
4664
4665 2002-11-21 [christoph]  0.8.5claws173
4666
4667         * src/crash.c
4668         * src/filtering.c
4669         * src/logwindow.c
4670         * src/main.c
4671         * src/matcher_parser_lex.[hl]
4672         * src/mbox.c
4673         * src/mbox_folder.[ch]
4674         * src/prefs_filtering.c
4675         * src/procheader.c
4676         * src/quote_fmt_lex.l
4677         * src/ssl.c
4678                 fix all warnings except the warnings in lex and yacc files
4679
4680 2002-11-20 [christoph]  0.8.5claws172
4681
4682         * src/imap.c
4683                 fix MsgInfo retrieval for IMAP draft and queue folders
4684                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4685
4686 2002-11-19 [christoph]  0.8.5claws171
4687
4688         * src/compose.c
4689                 fix segfault, when draft saving does not get
4690                 the MsgInfo of the new message
4691                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4692
4693 2002-11-19 [christoph]  0.8.5claws170
4694
4695         * src/procmsg.c
4696                 add parameter check for flag setting function
4697                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4698
4699 2002-11-18 [paul]       0.8.5claws169
4700
4701         * src/compose.c
4702                 more sensitivity fixes to redirect mode:
4703                 * disable toolbar draft button
4704                 * allow only Address book in the Tools menu
4705                 * disable editing of message by the spell
4706                   checker
4707
4708 2002-11-18 [paul]       0.8.5claws168
4709
4710         * src/compose.c
4711                 fix sensitivity of menu items in compose_redirect():
4712                 allow only the necessary items 
4713
4714 2002-11-18 [paul]       0.8.5claws167
4715
4716         * src/compose.c
4717                 fix bug [ 603259 ] 'attachment got lost on bounce'
4718
4719 2002-11-18 [paul]       0.8.5claws166
4720
4721         * po/ru.po
4722                 updated by Ruslan N. Balkin <baron@dartel.ru>
4723
4724 2002-11-18 [colin]      0.8.5claws165
4725
4726         * src/main.c
4727           src/defs.h
4728                 Remove old filtering stuff
4729
4730
4731 2002-11-17 [oliver]     0.8.5claws164
4732
4733         * src/toolbar.h
4734                 remove not needed typedef 
4735
4736 2002-11-17 [oliver]     0.8.5claws163
4737
4738         * src/toolbar.c
4739                 make toolbar's on click events translatable
4740
4741 2002-11-15 [colin]      0.8.5claws162
4742
4743         * src/summaryview.c
4744                 Revert too-soon integration of a feature
4745
4746 2002-11-15 [christoph]  0.8.5claws161
4747
4748         * src/imap.c
4749                 use main's implementation of imap_get_msginfo
4750
4751 2002-11-15 [christoph]  0.8.5claws160
4752
4753         * src/compose.c
4754         * src/folder.[ch]
4755         * src/imap.c
4756         * src/mbox_folder.c
4757         * src/mh.c
4758         * src/news.c
4759         * src/procmsg.c
4760         * src/summaryview.c
4761                 replace claws' fetch_msginfo with main's get_msginfo
4762                 (use main's implementation where possible)
4763
4764 2002-11-15 [colin]      0.8.5claws159
4765
4766         * src/ssl_certificate.c
4767                 Missed a check
4768
4769 2002-11-16 [melvin]     0.8.5claws158
4770
4771         * po/fr.po
4772                 Updated French translations.
4773
4774 2002-11-16 [colin]      0.8.5claws157
4775
4776         * src/ssl_certificate.c
4777                 Check for missing parts in the certificates
4778
4779 2002-11-15 [colin]      0.8.5claws156
4780
4781         * src/folderview.c
4782                 Preventive fix (missing check) found by
4783                 Alfons
4784
4785 2002-11-15 [paul]
4786
4787         * NEWS
4788                 sync with 0.8.6 release
4789
4790 2002-11-15 [colin]      0.8.5claws155
4791
4792         * src/folder.[ch]
4793           src/folderview.c
4794                 Fix error handling of folder_item_move_to()
4795                 (thanks to Alfons!)
4796
4797 2002-11-15 [colin]      0.8.5claws154
4798
4799         * src/folder.[ch]
4800           src/folderview.c
4801                 folder_item_move_to() sets an error message instead
4802                 of having GUI stuff in folder.c
4803
4804 2002-11-15 [colin]      0.8.5claws153
4805
4806         * src/procmsg.[ch]
4807                 Implemented a callback for MsgInfo updates, 
4808                 heavily copy/pasted from Christoph's folder 
4809                 callback system
4810         * src/summaryview.[ch]
4811                 Register summary_update_msg as callback
4812
4813 2002-11-14 [colin]      0.8.5claws152
4814         
4815         * src/procmsg.c
4816                 Update the FolderItem after sending (fixes 617593)
4817
4818 2002-11-14 [christoph]  0.8.5claws151
4819
4820         * src/folder.c
4821                 fix wrong position of NULL pointer check found
4822                 by Sergey
4823
4824 2002-11-14 [christoph]  0.8.5claws150
4825
4826         * src/folder.c
4827                 fix segfault when deleting messages from IMAP folders
4828                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4829
4830 2002-11-14 [colin]      0.8.5claws149
4831
4832         * src/compose.c
4833                 Forwarding was also ignoring the folder's default account.
4834
4835 2002-11-14 [colin]      0.8.5claws148
4836
4837         * src/compose.c
4838                 Fix sent folder not set to folder properties when 
4839                 forwarding.
4840
4841 2002-11-14 [thorsten]   0.8.5claws147
4842
4843         * src/inc.c
4844                 inc_start(): Files were not moved from .processing to inbox,
4845                 if no global processing rule existed
4846
4847 2002-11-14 [colin]      0.8.5claws146
4848
4849         * src/ssl_certificate
4850                 Fix file operations
4851
4852 2002-11-14 [paul]       0.8.5claws145
4853
4854         * po/it.po
4855                 updated by Alessandro Maestri
4856
4857 2002-11-13 [alfons]     0.8.5claws144
4858
4859         * src/folder.c
4860                 folder_item_close(): only mark messages unread
4861                 when a folder has new messages 
4862
4863 2002-11-13 [keith]      0.8.5claws143
4864
4865         * src/imap.c
4866                 Fix problem moving or copying between
4867                 IMAP folders
4868
4869 2002-11-13 [colin]      0.8.5claws142
4870
4871         * src/matcher_parser_parse.y
4872                 Fix rule problem when " don't match
4873
4874 2002-11-13 [christoph]  0.8.5claws141
4875
4876         * src/folder.c
4877         * src/folderview.c
4878                 moved cache saving to folder_item_close
4879                 the folderview should not have to deal with
4880                 this things
4881
4882 2002-11-13 [christoph]  0.8.5claws140
4883
4884         * src/summaryview.c
4885                 moved setting of important score to
4886                 summary_set_prefs_from_folderitem
4887
4888 2002-11-13 [colin]      0.8.5claws139
4889
4890         * src/matcher_parser_parse.y
4891                 Fix a segfault in the parser (happening when
4892                 a good expression had been tested and a bad 
4893                 one arrives)
4894
4895 2002-11-13 [paul]       0.8.5claws138
4896
4897         * sync with 0.8.5cvs24
4898                 see ChangeLog 2002-11-13
4899                 
4900         * po/pt_BR.po
4901                 updated by Fabio Jr. Beneditto
4902
4903 2002-11-13 [colin]      0.8.5claws137
4904         
4905         * src/msgcache.c
4906           src/defs.h
4907           src/procmsg.[ch]
4908                 Revert last commit, problem
4909
4910 2002-11-13 [colin]      0.8.5claws136
4911
4912         * src/msgcache.c
4913                 Remove duplicated code
4914         * src/defs.h
4915                 Bumped CACHE_VERSION and MARK_VERSION
4916         * src/procmsg.[ch]
4917                 Network endian for cache and mark files
4918
4919 2002-11-12 [colin]      0.8.5claws135
4920
4921         * src/inc.c
4922                 Fix the "socket error" dialog which disappeared
4923
4924 2002-11-12 [colin]      0.8.5claws134
4925
4926         * src/msgcache.c
4927                 Reverse last commit which had performance 
4928                 problems, but still reverse the list
4929
4930 2002-11-12 [colin]      0.8.5claws133
4931
4932         * src/msgcache.c
4933                 Reverse list order
4934
4935 2002-11-12 [melvin]     0.8.5claws132
4936
4937         * src/compose.c
4938                 Added a check for a NULL prefs_common.dictionary
4939
4940 2002-11-12 [colin]      0.8.5claws131
4941
4942         * src/ssl_certificate.[ch]
4943                 Use FQDN hostname
4944
4945 2002-11-12 [colin]      0.8.5claws130
4946
4947         * src/ssl_certificate.[ch]
4948                 Take connection port into account for 
4949                 checking certificates (a single hostname
4950                 could have multiple servers with multiple
4951                 certificates)
4952         * src/ssl.c
4953                 Pass the port to ssl_certificate_check
4954
4955 2002-11-12 [paul]       0.8.5claws129
4956
4957         * src/folder.c
4958                 fix a typo in last commit
4959
4960 2002-11-12 [paul]       0.8.5claws128
4961
4962         * sync with 0.8.5cvs23
4963                 see ChangeLog entry 2002-11-12
4964
4965 2002-11-11 [colin]      0.8.5claws127
4966
4967         * src/ssl_certificate.c
4968                 Cleaner messages
4969                 Don't popup, instead log error, if the 
4970                 corresponding pref is checked
4971         * src/ssl_certificate.h
4972                 include <openssl/objects/h>
4973
4974 2002-11-11 [colin]      0.8.5claws126
4975
4976         * src/ssl_certificate.h
4977                 _Really_ clean it
4978
4979 2002-11-11 [colin]      0.8.5claws125
4980         
4981         * src/ssl_certificate.c
4982                 Fixed leak
4983
4984 2002-11-11 [colin]      0.8.5claws124
4985
4986         * src/ssl.c
4987                 Cleaned a bit
4988         * src/ssl_certificate.[ch]
4989                 Cleaned a bit (better use of SSL API)
4990                 (This will cause non-recognition of saved 
4991                  certificates of claws12[23]...)
4992
4993 2002-11-11 [paul]       0.8.5claws123
4994         
4995         * po/es.po
4996                 updated by Ricardo Mones Lastra
4997
4998 2002-11-11 [colin]      0.8.5claws122
4999
5000         * src/ssl.c
5001                 Fix a typo
5002
5003 2002-11-11 [colin]      0.8.5claws121
5004
5005         * src/ssl_certificate.[ch] ** NEW FILES **
5006         * src/ssl.[ch]
5007                 Check SSL certificates presented to us
5008         * src/Makefile.am
5009                 Add ssl_certificate.[ch]
5010         * po/POTFILES.in
5011                 Add ssl_certificate.c
5012
5013 2002-11-11 [paul]       0.8.5claws120
5014
5015         * sync with 0.8.5cvs22
5016                 see ChangeLog 2002-11-11
5017
5018 2002-11-11 [paul]       0.8.5claws119
5019
5020         * sync with 0.8.5cvs21
5021                 see ChangeLog 2002-11-11
5022
5023 2002-11-10 [jens]       0.8.5claws118
5024
5025         * src/folder.c
5026         * src/folderview.c
5027                 corrected some typing
5028         * po/de.po
5029                 updated german translation
5030         * sylpheed.spec.in
5031                 cleaned up specfile and adjusted it for claws
5032
5033 2002-11-10 [colin]      0.8.5claws117
5034
5035         * src/summaryview.c
5036                 a STATUSBAR_PUSH/POP fix
5037
5038 2002-11-10 [colin]      0.8.5claws116
5039
5040         * src/prefs_folder_item.c
5041                 Fix hanging after opening folder properties
5042
5043 2002-11-10 [hoa]        0.8.5claws115
5044
5045         * src/matcher_parser_lex.l
5046         * src/matcher_parser_parse.y
5047                 config file for scoring and filtering is no more trashed
5048                 when there is a syntax error in a filtering rule when
5049                 editing it in a dialog.
5050
5051 2002-11-09 [colin]      0.8.5claws114
5052
5053         * src/mbox_folder.c
5054                 Added missing initialisation of folder->destroy()
5055
5056 2002-11-09 [colin]      0.8.5claws113
5057
5058         * src/folder.c
5059           src/folderview.c
5060                 Fix the status bar messages
5061
5062 2002-11-09 [colin]      0.8.5claws112
5063
5064         * src/folderview.c
5065                 Fix hangs after folder dnd, happening after 
5066                 claws109.
5067
5068 2002-11-09 [christoph]  0.8.5claws111
5069
5070         * src/folderview.c
5071                 just changed order of calls (reverse order of
5072                 associated calls)
5073         * src/inc.c
5074                 lock inc when checking only one account, otherwise
5075                 inc all could be executed at the same time
5076
5077 2002-11-09 [christoph]  0.8.5claws110
5078
5079         * src/folderview.c
5080                 better unlock the mouse cursor before calling
5081                 summary_show because it changes the cursor too
5082
5083 2002-11-09 [christoph]  0.8.5claws109
5084
5085         * src/folder.[ch]
5086         * src/folderview.c
5087                 add functions to open and close a folder
5088                 o opending will execute scanning for remote folders
5089                   and processing
5090                 o closing will unset new flag for messages
5091
5092 2002-11-09 [colin]      0.8.5claws108
5093
5094         * src/folder.c
5095                 Add a call to prefs_matcher_write_config to 
5096                 avoid non-leaf folders filtering settings to be
5097                 lost
5098
5099 2002-11-09 [paul]       0.8.5claws107
5100
5101         * src/prefs_account.c
5102                 re-word a label
5103
5104 2002-11-09 [colin]      0.8.5claws106
5105
5106         * src/folderview.c
5107                 Minor esthetic fix
5108
5109 2002-11-09 [colin]      0.8.5claws105
5110
5111         * src/folderview.c
5112                 Fix prefs_filtering deletion for MH folders (same
5113                 reason as below)
5114         * src/prefs_filtering.c
5115                 Fix prefs_filtering renaming and deletion for 
5116                 folder-based processing rules.  
5117
5118 2002-11-09 [christoph]  0.8.5claws104
5119
5120         * src/compose.c
5121         * src/folder.[ch]
5122         * src/folderview.[ch]
5123         * src/import.c
5124         * src/inc.c
5125         * src/main.c
5126         * src/mainwindow.c
5127         * src/messageview.c
5128         * src/prefs_folder_item.c
5129         * src/procmsg.c
5130         * src/summaryview.c
5131                 implement a callback system for folder item updates
5132
5133 2002-11-09 [colin]      0.8.5claws103
5134
5135         * src/folderview.c
5136                 Fix prefs_filtering renaming for MH folders (we
5137                 shouldn't rename by path as another folder could
5138                 have the same hierarchy).
5139
5140 2002-11-09 [colin]      0.8.5claws102
5141
5142         * src/folder.c
5143                 Fix a leak found by Christoph, use better variable
5144                 names
5145
5146 2002-11-09 [colin]      0.8.5claws101
5147
5148         * src/folder.c
5149                 One more fix for processing rules
5150
5151 2002-11-08 [colin]      0.8.5claws100
5152         
5153         * src/matcher.c
5154                 Don't copy the compiled regexp (will be reevaluated)
5155         * src/folderview.c
5156                 Lock folderview while moving
5157         * src/folder.c
5158                 Provide info on what's happening to the user
5159
5160 2002-11-08 [colin]      0.8.5claws99
5161
5162         * src/folderview.c
5163                 Fix folder reordering after a move if parent is 
5164                 root
5165         * src/scoring.[ch]
5166                 Add function to copy a ScoringProp
5167         * src/prefs_folder_item.c
5168                 Copy scoring rules when copying a folder prefs
5169
5170 2002-11-08 [colin]      0.8.5claws98
5171
5172         * src/folderview.c
5173                 Fixes in case of failure
5174         * src/filtering.[ch]    
5175                 Add function to duplicate a FilteringProp
5176         * src/matcher.[ch]
5177                 Add function to duplicate a MatcherProp
5178         * src/prefs_folder_item.c
5179                 Save folder's processing rules when copying 
5180                 its prefs
5181
5182 2002-11-08 [colin]      0.8.5claws97
5183         
5184         * src/folderview.c
5185                 Sort after move
5186         * src/folder.c 
5187                 Change a printf to debug_print
5188
5189 2002-11-08 [colin]      0.8.5claws96
5190
5191         * src/folder.c
5192           src/folderview.c
5193                 Fix segfaults, call me stupido
5194         
5195
5196 2002-11-08 [colin]      0.8.5claws95
5197
5198         *src/folder.c
5199                 Added forgotten prefs to save when moving folders
5200
5201 2002-11-08 [colin]      0.8.5claws94
5202
5203         * src/folder.c
5204                 Fixes to folder DND (prefs copy)
5205         * src/folderview.c
5206                 Optimization for folder DND (don't rescan whole tree)
5207                 Added folderview_create_folder_node() for this 
5208                 optimization, so de-duped a bit the code
5209         * src/prefs_folder_item.[ch]
5210                 Added prefs_folder_item_copy_prefs()    
5211           
5212 2002-11-08 [paul]       0.8.5claws93
5213
5214         * src/prefs_account.c
5215           tools/README
5216           tools/kmail2sylpheed_v2.pl
5217                 correct some typos
5218
5219 2002-11-08 [paul]       0.8.5claws92
5220
5221         * src/compose.c
5222           src/prefs_account.[ch]
5223                 remove account options 'clearsign' and 'ascii_armored',
5224                 replace with 'default_gnupg_mode' to prevent mixed-mode
5225                 Privacy settings
5226
5227 2002-11-08 [paul]       0.8.5claws91
5228
5229         * src/compose.[ch]
5230                 re-implement GnuPG 'on-the-fly' mode selection,
5231                 disallow mixed-mode
5232
5233 2002-11-08 [colin]      0.8.5claws90
5234
5235         * src/folderview.c
5236           src/prefs_folder_item.c
5237                 Change "Property" to "Properties"
5238
5239 2002-11-07 [colin]      0.8.5claws89
5240
5241         * src/folderview.c
5242           src/folder.c
5243                 Allow folder dropping to a root folder
5244
5245 2002-11-07 [paul]       0.8.5claws88
5246
5247         * src/compose.c
5248                 revert last commit
5249
5250 2002-11-07 [paul]       0.8.5claws87
5251
5252         * src/compose.c
5253                 fix reply-to-list bug. closes bug report
5254                 "[633382] reply-to-list broken in recent cvs"
5255
5256 2002-11-07 [paul]       0.8.5claws86
5257
5258         * src/compose.c
5259                 add a forgotten '#if USE_GPGME ... #endif'
5260
5261 2002-11-07 [paul]       0.8.5claws85
5262
5263         * sync with 0.8.5cvs20
5264                 see ChangeLog 2002-11-07
5265
5266 2002-11-07 [colin]      0.8.5claws84
5267
5268         * src/folder.[ch]
5269                 Change folder_item_move_to to return the newly 
5270                 created folderitem.
5271         * src/folderview.c
5272                 Select the new folderitem after moving.
5273
5274 2002-11-07 [colin]      0.8.5claws83
5275
5276         * src/prefs_filtering.c
5277                 Fix rule rewriting when moving a leaf folder to a 
5278                 shorter path
5279
5280 2002-11-07 [colin]      0.8.5claws82
5281
5282         * src/prefs_filtering.c
5283                 fix a leak
5284
5285 2002-11-07 [colin]      0.8.5claws81
5286
5287         * src/folder.[ch]
5288                 Add folder_item_move_to() function to move a 
5289                 folderitem into another one (updates matcher etc)
5290         * src/folderview.c
5291                 Add folder drag'n drop (context menu to come)
5292                 [Should be dataloss free, but Please backup before 
5293                  trying !]
5294
5295 2002-11-06 [colin]      0.8.5claws80
5296
5297         * src/mh.c
5298                 mh_create_folder() returns NULL if can't create
5299                 directory hierarchy
5300
5301 2002-11-06 [paul]       0.8.5claws79
5302
5303         * src/compose.[ch]
5304                 allow 'on-the-fly' changing of the type of encryption 
5305                 and/or signing used (mime/ascii) via the compose window
5306
5307 2002-11-06 [paul]       0.8.5claws78
5308
5309         * sync with 0.8.5cvs19
5310                 see ChangeLog 2002-11-06 for src/account.c: 
5311                 account_get_special_folder()
5312                 
5313 2002-11-05 [alfons]     0.8.5claws77
5314
5315         * src/crash.c
5316                 very minor cleanups: nothing to see here, move on. :-)
5317
5318 2002-11-05 [colin]      0.8.5claws76
5319
5320         * src/main.c
5321                 Changes choices if compose windows are opened to
5322                 Discard, Draft, Don't quit
5323
5324 2002-11-05 [thorsten]   0.8.5claws75
5325
5326         * src/compose.c
5327                 reenabled default_reply_to folder option
5328
5329 2002-11-05 [colin]      0.8.5claws74
5330
5331         * src/compose.[ch] 
5332                 add compose_draft()
5333         * src/crash.c
5334                 add SIGTERM handler
5335         * src/main.[ch]
5336                 add clean_quit() for the SIGTERM handler
5337
5338 2002-11-05 [paul]       0.8.5claws73
5339         
5340         * po/es.po
5341                 updated by Ricardo Mones Lastra
5342
5343 2002-11-05 [melvin]     0.8.5claws72
5344
5345         * src/logwindow.c
5346                 Fixed log-clipping bug #616795.
5347                 To stop logging in the log window use 0 length.
5348         * src/prefs_common.c
5349                 Added a label to inform about the 0 log length behaviour.
5350
5351 2002-11-05 [paul]       0.8.5claws71
5352
5353         * sync with 0.8.5cvs17
5354                 see ChangeLog 2002-11-05
5355
5356 2002-11-04 [paul]       0.8.5claws70
5357
5358         * sylpheed-128x128.png
5359           sylpheed-64x64.png
5360           sylpheed.png
5361                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5362                 <nikai@users.sourceforge.net>
5363                 
5364         * po/bg.po
5365                 updated by George Danchev
5366
5367 2002-11-03 [thorsten]   0.8.5claws69
5368
5369         * src/main.c
5370           src/mimeview.c
5371           src/rfc2015.h
5372                 add check if gpg is active
5373
5374 2002-11-03 [thorsten]   0.8.5claws68
5375
5376         * src/toolbar.h
5377                 removed GSList declaration causing trouble on MacOS-X
5378                 (submitted by alfons, reported by xfesty)
5379
5380 2002-11-01 [paul]       0.8.5claws67
5381
5382         * src/mainwindow.c
5383                 remove last remnants of main's filter code
5384
5385 2002-11-01 [paul]       0.8.5claws66
5386
5387         * tools/filter_conv.pl
5388                 fix bug where user-defined headers were ignored
5389
5390 2002-11-01 [paul]       0.8.5claws65
5391
5392         * src/logwindow.c
5393                 make a debug_print() not translatable
5394
5395 2002-10-31 [melvin]     0.8.5claws64
5396
5397         * ac/aspell.m4
5398                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5399                 not run any GNU/aspell test.  The dictionary path will
5400                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5401                 was given, in which case, it will be $prefix/lib/aspell/
5402         * configure.in
5403                 Fixed typo in commentary (Aspell code).
5404
5405 2002-10-31 [paul]       0.8.5claws63
5406
5407         * po/POTFILES.in
5408                 remove src/filter.c and src/prefs_filter.c
5409                 thanks to Ricardo for reminding me
5410
5411 2002-10-31 [colin]      0.8.5claws62
5412
5413         * src/mbox_folder.c
5414                 Plug some leaks
5415
5416 2002-10-31 [paul]       0.8.5claws61
5417
5418         * src/prefs_filter.[ch] ** REMOVED **
5419           src/filter.[ch]       ** REMOVED **
5420           
5421         * src/Makefile.am
5422           src/folderview.c
5423           src/inc.c
5424           src/main.c
5425           src/mainwindow.c
5426           src/mbox.c
5427           src/prefs_common.c
5428           src/prefs_filtering.c
5429           src/summaryview.[ch]
5430                 remove main's 'filter' code
5431                 
5432         README.claws
5433                 update to reflect removal of main's filter
5434
5435 2002-10-31 [paul]       0.8.5claws60
5436
5437         * src/summaryview.c
5438                 remove check for global_processing in summary_filter_open(). 
5439                 This fixes the bug where if the user uses the right-click 
5440                 'Create filter rule...' and doesn't have any filter rules 
5441                 already defined in claws' advanced filtering, the newly 
5442                 created filter rule goes to main's filtering which is 
5443                 inaccessible through the gui. Now the filter rule gets added
5444                 to claws' filtering by default.
5445
5446 2002-10-28 [melvin]     0.8.5claws59
5447
5448         * src/prefs_actions.c
5449                 Fixed bug #627322 where MIME parts were not always
5450                 correctly passed to a %p action
5451                 Display an error dialog when message filename is not found.
5452
5453 2002-10-28 [melvin]     0.8.5claws58
5454
5455         * src/prefs_common.c
5456                 Readded a missing function declaration lost in 0.8.3claws34
5457
5458 2002-10-28 [paul]       0.8.5claws57
5459
5460         * sync with 0.8.5cvs15
5461                 see ChangeLog 2002-10-28 and 2002-10-25
5462                 
5463         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5464
5465 2002-10-27 [oliver]     0.8.5claws56
5466
5467         * src/pop.c
5468                 plug leak in pop3_top_recv
5469
5470 2002-10-26 [christoph]  0.8.5claws55
5471
5472         * src/folder.c
5473                 set need_update folder flag when messages are added
5474                 (closes bug [ 626922 ] folder not updated after receiving)
5475
5476 2002-10-25 [melvin]     0.8.5claws54
5477
5478         * src/imageview.c
5479                 Fixed a memleak introduced in the scaling code.
5480
5481 2002-10-24 [alfons]     0.8.5claws53
5482
5483         * src/filtering.c
5484                 make filtering's forward message action forward from the 
5485                 correct account
5486                 (closes bug [628089 ] Filter -> Forward from address problem
5487                 reported by Oktay)
5488
5489 2002-10-24 [christoph]  0.8.5claws52
5490
5491         * src/mainwindow.c
5492         * src/manual.[ch]
5493                 o use manual of current locale or english if current
5494                   locale is not available (and english is available)
5495                 o also link to sylpheed doc project manuals
5496
5497 2002-10-23 [paul]       0.8.5claws51
5498
5499         * tools/README
5500           tools/kmail2sylpheed_v2.pl
5501                 add new version of kmail addressbook importer script.
5502                 works with newer versions of Kmail/KAddressBook which
5503                 have new and rearranged data.
5504
5505 2002-10-23 [martin]     0.8.5claws50
5506
5507         * src/folderview.c
5508         * src/summaryview.c
5509         * src/utils.h
5510         * src/utils.c
5511                 added length parameter to get_abbrev_newsgroup_name()
5512                 changed this function so that it abbreviates the newsgroup
5513                 names only so long it is smaller than the length parameter
5514                 (for better reading of some newsgroup names and space efficiency)
5515
5516 2002-10-22 [colin]      0.8.5claws49
5517
5518         *src/foldersel.c
5519                 Revert Alfons' last modification (after voting ;-))
5520
5521 2002-10-21 [alfons]     0.8.5claws48
5522
5523         * src/foldersel.c
5524                 folder view in folder selection dialog reflects state of
5525                 folder view in main window
5526
5527 2002-10-18 [alfons]     0.8.5claws47
5528
5529         * src/mbox.c
5530                 drop imported messages in folder selected by user,
5531                 and not in the inbox
5532                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5533
5534 2002-10-18 [alfons]     0.8.5claws46
5535
5536         * src/compose.c
5537                 make automagic reply work correctly for email accounts 
5538                 (whether it's viable to do a full sync with Hiro's 
5539                 compose.c is still under discussion)
5540
5541 2002-10-18 [melvin]     0.8.5claws45
5542
5543         * src/prefs_actions.c
5544                 Fixed bug #622275 where asynchroneous actions left 
5545                 zombies processes
5546                 Made (synchroneous) actions' input be displayed live.
5547
5548 2002-10-18 [christoph]  0.8.5claws44
5549
5550         * src/textview.c
5551                 don't add a newline in the textview in front of the
5552                 first textpart if header display is disabled
5553                 (closes bug [ 603385 ] disabled header display leaves blank
5554                  lin)
5555
5556 2002-10-18 [christoph]  0.8.5claws43
5557
5558         * src/folder.[ch]
5559         * src/imap.c
5560         * src/mbox_folder.c
5561         * src/mh.c
5562         * src/news.c
5563                 folder->get_num_list now returns an error code
5564                 (closes bug [ 609424 ] News cache cleared on failure)
5565                 
5566 2002-10-17 [colin]      0.8.5claws42
5567         
5568         * src/news.c
5569                 Changed a printf by debug_print
5570
5571 2002-10-16 [paul]       
5572
5573         * tools/OOo2sylpheed.pl
5574                 allow for spaces in the name of the
5575                 file to be attached.
5576
5577 2002-10-16 [colin]      0.8.5claws41
5578
5579         * src/main.c
5580                 Use a tristate to change online mode
5581
5582 2002-10-16 [paul]       0.8.5claws40
5583
5584         * po/es.po
5585                 updated by Ricardo Mones Lastra
5586
5587 2002-10-16 [colin]      0.8.5claws39
5588
5589         * src/main.c
5590           src/mainwindow.[ch]
5591                 Added --online and --offline command-line
5592                 switches
5593
5594 2002-10-15 [christoph]  0.8.5claws38
5595
5596         * src/procmime.c
5597                 set mimeinfo->name to NULL after g_free to
5598                 avoid double freeing with g_free
5599
5600 2002-10-14 [christoph]  0.8.5claws37
5601
5602         * src/compose.c
5603         * src/filtering.c
5604         * src/summaryview.c
5605                 remove calls to folder->change_flags that are now
5606                 done by procmsg flag functions (seems it is not
5607                 used by any foldertype anyway)
5608         * src/folder.c
5609                 init folder->change_flags with NULL
5610
5611 2002-10-14 [christoph]  0.8.5claws36
5612
5613         * src/folder.[ch]
5614         * src/imap.[ch]
5615                 use virtual functions for folder item new and destroy
5616                 functions
5617
5618 2002-10-14 [melvin]     0.8.5claws35
5619
5620         * src/compose.c
5621                 Added a test to not run the spell checker if no default
5622                 dictionary is available. No dialog is displayed though.
5623
5624 2002-10-14 [melvin]     0.8.5claws34
5625
5626         * src/gtkaspell.c
5627                 Fixed bug in dictionary list context menu where
5628                 "More..." pointed to an emtpy submenu if the
5629                 number of dictionaries is a multiple of 15
5630                 Removed unneeded code in suggestions list creation
5631
5632 2002-10-14 [paul]       0.8.5claws33
5633
5634         * po/bg.po
5635                 updated by George Danchev
5636
5637 2002-10-13 [hoa]        0.8.5claws32
5638
5639         * src/matcher.[ch]
5640           src/matcher_parser_parser.y
5641                 removed the escaped string from internal structure
5642                 of matcher.
5643
5644 2002-10-12 [colin]      0.8.5claws31
5645
5646         * src/gtksctree.[ch]
5647           src/summaryview.c
5648                 Removed useless function gtksctree_reanchor
5649
5650 2002-10-12 [alfons]     0.8.5claws30
5651         
5652         * sync with remaining main changes 2002-10-09 - 2002-10-11
5653         - drop changes to src/compose.c (requires claws specific changes)
5654         
5655 2002-10-12 [alfons]     0.8.5claws29
5656         
5657         * sync with main changes of 2002-10-08
5658         - drop changes to src/compose.c (requires claws specific changes)
5659         - drop changes to src/summaryview.c (requires changes to compose.c)     
5660
5661 2002-10-12 [alfons]     0.8.5claws28
5662         
5663         * sync with main changes of 2002-10-07
5664
5665 2002-10-12 [alfons]     0.8.5claws27
5666
5667         * sync with main changes of 2002-10-04
5668         - drop changes to src/compose.c (requires claws specific changes)
5669         - drop changes to src/prefs_folder_item.c (claws implementation
5670           seems to be working)
5671
5672 2002-10-12 [colin]      0.8.5claws26
5673
5674         * src/mainwindow.c
5675                 Fix folder-flicker when space-reading, introduced 
5676                 in claws22.
5677
5678 2002-10-12 [colin]      0.8.5claws25
5679
5680         * src/compose.c
5681                 Save account address when saving as draft.
5682                 (closes bug 621838)
5683
5684 2002-10-12 [colin]      0.8.5claws24
5685
5686         * src/summaryview.c
5687                 Fix the problem consisting of no message selected
5688                 after the last message in a folder has been moved.
5689
5690 2002-10-12 [paul]       0.8.5claws23
5691
5692         * src/compose.c
5693           src/prefs_template.c
5694           src/template.[ch]
5695                 add Cc and Bcc to templates. Patch submitted by
5696                 John L. Males.
5697
5698 2002-10-12 [colin]      0.8.5claws22
5699
5700         * src/folderview.c
5701                 Fix a bug after "Check for new messages":
5702                 If a folder was opened, it was still selected at
5703                 the end of the check, but displayed empty.
5704         * src/mainwindow.c
5705                 Remove unnecessary check
5706
5707 2002-10-12 [paul]
5708
5709         * tools/README
5710                 be more verbose in the description of
5711                 OOo2sylpheed.pl
5712                 
5713
5714 2002-10-11 [colin]      0.8.5claws21
5715
5716         * src/mainwindow.c
5717                 Make space work (better) when no mail is selected
5718
5719 2002-10-11 [colin]      0.8.5claws20
5720
5721         * src/inc.c
5722           src/news.c
5723                 fix warnings
5724
5725 2002-10-11 [colin]      0.8.5claws19
5726
5727         * src/mainwindow.c
5728                 revert 0.8.5claws6 changes as i couldn't get to
5729                 anything satisfying
5730
5731 2002-10-11 [melvin]     0.8.5claws18
5732
5733         * src/compose.c
5734                 Removed buggy and unused macro (should have been committed in
5735                 0.8.5claws17)
5736
5737 2002-10-11 [melvin]     0.8.5claws17
5738
5739         * src/compose.c
5740                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5741
5742 2002-10-11 [thorsten]   0.8.5claws16 
5743
5744         * src/folderview.c
5745                 remove rescan warning
5746
5747 2002-10-11 [colin]      0.8.5claws15 
5748
5749         * src/procheader.c
5750                 fix a segfault that happens if conv_unmime_header
5751                 fails (should be better to find out why it fails)
5752
5753 2002-10-11 [christoph]  0.8.5claws14
5754
5755         * src/summaryview.c
5756                 update folderview stats after ignore/unignore thread
5757
5758 2002-10-11 [hoa]        0.8.5claws13
5759
5760         * src/quote_fmt_parse.y
5761                 Fixed a yacc/bison syntax error
5762         * src/matcher.c
5763                 Escaping of string is fixed.
5764
5765 2002-10-11 [colin]      0.8.5claws12
5766
5767         * src/imageview.c
5768                 Resize images to fit
5769
5770 2002-10-11 [paul]       0.8.5claws11
5771
5772         * po/es.po
5773                 updated by Ricardo Mones Lastra
5774
5775 2002-10-10 [alfons]     0.8.5claws10
5776
5777         * src/compose.c
5778                 allow dropping files by "moving" files from a file manager,
5779                 not only by the more cumbersome "copying". the latter 
5780                 mostly implies holding down the Control button
5781
5782 2002-10-10 [christoph]  0.8.5claws9
5783
5784         * src/summaryview.c
5785                 update folders after thread building for ignored threads
5786
5787 2002-10-10 [christoph]  0.8.5claws8
5788
5789         * config/.cvsignore
5790                 added Makefile
5791         * src/filtering.[ch]
5792         * src/folder.[ch]
5793         * src/folderview.[ch]
5794         * src/import.c
5795         * src/inc.[ch]
5796         * src/mbox.[ch]
5797         * src/procmsg.c
5798         * src/summaryview.[ch]
5799                 o added new flag need_update to FolderItem
5800                 o removed folder_table from various functions from tracking
5801                   folder updates
5802                 o set need_update flags in folder.c's move, copy and delete
5803                   functions and procmsg's flags functions
5804                 o added function folderview_update_items_when_required that
5805                   updates all folders with need_update set
5806                 o call folderview_update_items_when_required instead of
5807                   folderview_update_item_foreach
5808
5809 2002-10-09 [sergey]     0.8.5claws7
5810
5811         * src/compose.c
5812                 Strip CRs whel loading the text into editor in reedit mode.
5813
5814 2002-10-09 [colin]      0.8.5claws6
5815
5816         * src/mainwindow.c
5817                 Make Space work when no mail is selected
5818
5819 2002-10-09 [colin]      0.8.5claws5
5820
5821         * src/gtksctree.[ch]
5822                 Fix range_select
5823                 Add gtk_sctree_reanchor() 
5824         * src/summaryview.c
5825                 Use gtk_sctree_reanchor() - better fix for 
5826                 bug 60413
5827
5828 2002-10-09 [colin]      0.8.5claws4
5829
5830         * src/summaryview.c
5831                 Fix shift-click select after delete problem
5832                 (closes bug 60413)
5833
5834 2002-10-08 [thorsten]   0.8.5claws3
5835
5836         * src/summaryview.c
5837                 exclude current msg from -hide read messages-
5838
5839 2002-10-08 [colin]      0.8.5claws2
5840
5841         * src/inc.[ch]
5842           src/pop.c
5843           src/recv.c
5844                 Differentiate socket errors from disk full
5845                 errors
5846
5847 2002-10-08 [christoph]  0.8.5claws1
5848
5849         * Makefile.am
5850         * configure.in
5851                 modifications for new config directory
5852
5853         * config.guess  ** REMOVED **
5854         * config.sub    ** REMOVED **
5855         * install-sh    ** REMOVED **
5856         * ltmain.sh     ** REMOVED **
5857         * missing       ** REMOVED **
5858         * mkinstalldirs ** REMOVED **
5859                 these files are autogenerated by automake
5860                 when you run autogen.sh
5861
5862         * config/.cvsignore     ** NEW FILE **
5863         * config/Makefile.am    ** NEW FILE **
5864                 ignore autogenerated files
5865                 create a Makefile in this directory
5866
5867 2002-10-08 [paul]       0.8.5claws
5868
5869         * 0.8.5claws release
5870         
5871         * src/compose.c
5872           src/procheader.c
5873           src/procmsg.c
5874                 fix quote reply format for newsgroups reply bug
5875                 (thanks to Hoa)
5876                 
5877         * po/en_GB.po
5878           po/pl.po
5879                 updated by me and Witold Wladyslaw Wojciech Wilk
5880                 repectively
5881
5882 2002-10-07 [paul]       0.8.3claws53
5883
5884         * po/it.po
5885           po/pt_BR.po
5886           po/sr.po
5887                 updated messages catalogs, submitted by
5888                 Alessandro Maestri, Fabio Jr.Beneditto 
5889                 and Urke MMI, respectively.
5890
5891 2002-10-07 [christoph]  0.8.3claws52
5892
5893         * src/folder.[ch]
5894         * src/folderview.c
5895         * src/mainwindow.c
5896                 fix new folder ghost message bug
5897                 (closes bug [ 619722 ] wrong count for newly created folders)
5898
5899 2002-10-07 [christoph]  0.8.3claws51
5900
5901         * src/compose.c
5902                 fix news posting problem
5903
5904 2002-10-07 [melvin]     0.8.3claws50
5905
5906         * po/fr.po
5907                 Updated French translation
5908
5909 2002-10-05 [christoph]  0.8.3claws49
5910
5911         * src/gtkstext.c
5912                 check if line_start_cache is set in gtk_stext_update_text
5913                 (closes bug [ 618119 ] crash while doing search in folder)
5914
5915 2002-10-05 [christoph]  0.8.3claws48
5916
5917         * src/imap.c
5918         * src/news.c
5919         * src/utils.c
5920         * src/utils.h
5921                 implement cache cleanups for claws' folder system
5922                 (closes bug [ 595916 ] imapcache not cleaned up)
5923
5924 2002-10-05 [melvin]     0.8.3claws47
5925
5926         * src/prefs_actions.c
5927                 Made the help text more clear for the %p token
5928
5929 2002-10-04 [paul]       0.8.3claws46
5930
5931         * sync with 0.8.5
5932                 see ChangeLog 2002-10-02 and 2002-10-03
5933
5934 2002-10-04 [christoph]  0.8.3claws45
5935
5936         * src/inc.c
5937                 fix segfault caused by pop before smtp
5938                 call to inc_account_mail with NULL
5939                 pointer for mainwin
5940
5941 2002-10-04 [paul]       0.8.3claws44
5942
5943         * configure.in
5944                 sync the LDAP detection from 0.8.5cvs1
5945
5946 2002-10-02 [christoph]  0.8.3claws43
5947
5948         * po/de.po
5949                 fix small spelling error
5950
5951 2002-10-02 [melvin]     0.8.3claws42
5952
5953         * ac/aspell.m4
5954                 Behave better and say "no" when test program cannot be run.
5955
5956 2002-10-02 [paul]       0.8.3claws41
5957
5958         * sync with 0.8.4cvs1
5959                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5960                 
5961         * src/summaryview.c
5962                 toggle the behavior of Reply menuitem between
5963                 normal reply and reply-to-list
5964
5965 2002-10-01 [sergey]     0.8.3claws40
5966
5967         * src/compose.c
5968                 Convert newlines in the message text to the canonical form
5969                 before base64 encoding (RFC2045 compliance, fixes some
5970                 interoperability issues with Evolution 1.0.3)
5971
5972 2002-09-29 [colin]      0.8.3claws39
5973
5974         * src/summaryview.c
5975                 Fix an unwanted copy/paste
5976
5977 2002-09-29 [colin]      0.8.3claws38
5978
5979         * src/mainwindow.c
5980                 Renamed "Custom toolbar" to "Customize toolbar"
5981                 Renamed "Show all header" to "Show all headers"
5982                 Renamed "Set diplay item" to "Set displayed items"
5983         * src/prefs_common.c
5984                 Renamed "Show all header" to "Show all headers"
5985         * src/prefs_summary_column.c
5986                 Renamed "diplay item" to "displayed items"
5987
5988 2002-09-29 [colin]      0.8.3claws37
5989
5990         * src/mainwindow.[ch]
5991                 online/offline status pixmaps follow theme
5992                 changes
5993         * src/summaryview.[ch]
5994                 quicksearch pixmap follows theme changes
5995
5996 2002-09-29 [thorsten]   0.8.3claws36
5997
5998         * src/compose.c
5999           src/prefs_folder_item.[ch]
6000                 add default_reply_to folder option (closes patch 581044)
6001
6002 2002-09-29 [christoph]  0.8.3claws35
6003
6004         * acconfig.h    ** REMOVED **
6005         * configure.in
6006         * ac/aspell.m4
6007         * ac/check-type.m4
6008         * ac/gnupg-check-typedef.m4
6009                 fix autoheader 2.50 warning
6010
6011 2002-09-29 [christoph]  0.8.3claws34
6012
6013         * major code cleanup (part 2)
6014         
6015                 - unused variables removed
6016                 - unused functions removed
6017                 - uninitialized variables checked
6018                 - missing return statements added
6019                 - missing function return types added
6020                 - added parentheses around assignment
6021                   when suggested by gcc
6022
6023 2002-09-29 [alfons]     0.8.3claws33
6024
6025         * src/logwindow.c
6026                 log_window_clear(): only bracket gtk_text_forward_delete() 
6027                 with gtk_text_freeze() / gtk_text_thaw() (see if this
6028                 works around GTK text bug)
6029
6030 2002-09-29 [paul]       0.8.3claws32
6031
6032         * po/bg.po
6033           po/sr.po
6034                 updated by George Danchev and Urke MMI
6035                 respectively
6036
6037 2002-09-27 [christoph]  0.8.3claws31
6038
6039         * doc-src/readme.txt
6040         * doc-src/rfc1806.txt   ** REMOVED **
6041         * doc-src/rfc2183.txt   ** NEW FILE **
6042         * doc-src/rfc2980.txt   ** NEW FILE **
6043                 update rfcs
6044
6045 2002-09-27 [melvin]     0.8.3claws30
6046
6047         * ac/aspell.m4
6048                 Fixed typo which could break linking
6049
6050 2002-09-27 [melvin]     0.8.3claws29
6051
6052         * ac/aspell.m4
6053                 Improved GNU/aspell checking. 
6054                 Fixed bug #614490
6055
6056 2002-09-27 [paul]       0.8.3claws28
6057
6058         * sync with 0.8.3cvs8
6059                 see ChangeLog 2002-09-27
6060
6061 2002-09-26 [colin]      0.8.3claws27
6062
6063         * src/toolbar.[ch]
6064           src/mainwindow.[ch]
6065                 Add "Reply to Mailing-list" to the toolbar
6066
6067 2002-09-26 [christoph]  0.8.3claws26
6068
6069         * src/summaryview.c
6070                 Fix wrong message counts in summaryview status
6071
6072 2002-09-26 [paul]       0.8.3claws25
6073
6074         * sync with 0.8.3cvs7
6075                 see ChangeLog 2002-09-26
6076
6077 2002-09-26 [paul]       0.8.3claws24
6078
6079         * sync with 0.8.3cvs6
6080                 see ChangeLog 2002-09-25
6081
6082 2002-09-25 [christoph]  0.8.3claws23
6083
6084         * src/prefs_common.c
6085         * src/prefs_folder_item.c
6086         * src/prefs_scoring.c
6087                 Renamed "kill score" to "hide score" in GUI
6088                 and prefs files
6089
6090 2002-09-25 [paul]       0.8.3claws22
6091
6092         * sync with 0.8.3cvs5
6093                 see ChangeLog 2002-09-24
6094
6095 2002-09-24 [alfons]     0.8.3claws21
6096
6097         patch by Satoshi Nagayasu: allows appending / saving multiple 
6098         selected files (closes "[ 612279 ] save multiple mesg(s) in 
6099         'Save as ...'")
6100
6101         * AUTHORS
6102                 add Satoshi Nagayasu
6103         * src/summaryview.c
6104                 summary_save_as(): allow saving selected files to
6105                 one file
6106                 summary_set_menu_sensitive: enable "Save As..." when
6107                 multiple files are selected
6108         * src/utils.[ch]
6109                 append_file(): new function
6110
6111 2002-09-24 [colin]      0.8.3claws20
6112
6113         * src/procmime.c
6114                 Fix segfault when mimeinfo doesn't have a 
6115                 content_type. 
6116
6117 2002-09-24 [colin]      0.8.3claws19
6118
6119         * src/prefs_common.[ch]
6120                 Add a preference to display send dialog or not
6121         * src/send.c
6122                 Display send dialog according to preference
6123
6124 2002-09-24 [colin]      0.8.3claws18
6125
6126         * src/compose.[ch]
6127                 Disable user actions when sending
6128
6129 2002-09-24 [colin]      0.8.3claws17
6130
6131         * src/procmime.c
6132                 Do not display name or filename for attachments
6133                 with an application/pgp-signature type
6134                 (security flaw, see bug 537413)
6135
6136 2002-09-23 [colin]      0.8.3claws16
6137
6138         * src/editaddress.c
6139                 Initialize entry_email, entry_alias and 
6140                 entry_remarks to first email address of the list
6141
6142 2002-09-23 [colin]      0.83claws15
6143
6144         * src/compose.c
6145                 Drop pgp-signature when reediting a signed queued
6146                 message
6147
6148 2002-09-23 [melvin]     0.8.3claws14
6149
6150         * po/fr.po
6151                 Updated French translation
6152
6153 2002-09-23 [melvin]     0.8.3claws13
6154
6155         * src/mainwindow.c
6156                 Made custom toolbar menu labels more consistent
6157         * src/prefs_toolbar.c
6158                 Made custom toolbar window title more consistent
6159
6160 2002-09-22 [colin]      0.8.3claws12
6161
6162         * src/inc.c
6163                 Initialize session type to normal before getting 
6164                 mail (fixes strange Get behaviour)
6165         * src/prefs_account.h
6166                 Move STYPE_POP_BEFORE_SMTP to last position to 
6167                 avoid other side-effects
6168
6169 2002-09-22 [colin]      0.8.3claws11
6170
6171         * src/prefs_account.c
6172                 Fix pop_bfr_smtp_tm_entry sensivity when switching
6173                 from pop3 to apop or vice-versa
6174
6175 2002-09-22 [colin]      0.8.3claws10
6176         
6177         * src/prefs_account.[ch]
6178                 Add an option for the POP before SMTP timeout
6179         * src/inc.c
6180                 Remember time of last POP connection
6181         * src/send.c
6182                 Do POP before SMTP only if timeout reached
6183
6184 2002-09-22 [oliver]     0.8.3claws9
6185         
6186         * README.claws
6187                 explain custom toolbar
6188
6189 2002-09-22 [oliver]     0.8.3claws8
6190
6191         * src/prefs_actions.[ch]
6192         custom toolbar for compose      
6193                 actions callback from compose toolbar
6194         * src/folderview.c
6195                 remove include toolbar.h
6196
6197 2002-09-22 [oliver]     0.8.3claws7
6198         
6199         * src/prefs_toolbar.[ch]
6200                 custom toolbar for compose
6201                 - generic prefs_toolbar handles both
6202                   Mainwin's toolbar as well as Compose toolbar          
6203
6204 2002-09-22 [oliver]     0.8.3claws6
6205         
6206         * src/toolbar.[ch]
6207                 custom toolbar for compose
6208                 restructure toolbar.[ch]
6209
6210 2002-09-22 [oliver]     0.8.3claws5
6211
6212         * src/compose.[ch]
6213                 custom toolbar for compose
6214
6215 2002-09-22 [oliver]     0.8.3claws4
6216         
6217         * src/mainwindow.[ch]
6218                 custom toolbar for compose 
6219                 move mainwin toolbar back to mainwindow
6220
6221 2002-09-22 [alfons]     0.8.3claws3
6222
6223         * src/procmsg.c
6224                 :%sno/if(/if (/gc
6225                 :%sno/for(/for (/gc
6226                 (beautify)
6227
6228 2002-09-22 [alfons]     0.8.3claws2
6229         
6230         * src/procmsg.c
6231                 procmsg_save_to_outbox(): don't unlink message file from queue;
6232                 callers should do it using folder_item_remove_msg()
6233
6234 2002-09-22 [colin]      0.8.3claws1
6235
6236         * src/mimeview.[ch]
6237                 Made mimeview_check_signature() public
6238         * src/textview.c
6239                 Made GPG signatures verifiable by clicking
6240                 the [application/pgp-signature] in the Text
6241                 view
6242
6243 2002-09-22 [paul]       0.8.3claws
6244
6245         * po/bg.po
6246           po/en_GB.po
6247           po/es.po
6248           po/it.po
6249           po/pl.po
6250           po/pt_BR.po
6251           po/sr.po
6252                 updated translations, submitted by George Danchev,
6253                 me, Ricardo Mones Lastra, Alessandro Maestri,
6254                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6255                 and Urke MMI, respectively.     
6256
6257 2002-09-22 [alfons]     0.8.2claws65
6258
6259         * src/procmsg.c
6260         * src/pgptext.c
6261                 no furry valgrinds have been used to plug these memleaks
6262
6263 2002-09-20 [paul]       0.8.2claws64
6264
6265         * sync with 0.8.3cvs4
6266                 'Select thread' re-implemented 
6267                 see ChangeLog 2002-09-20
6268
6269 2002-09-21 [alfons]     0.8.2claws63
6270
6271         * src/compose.c
6272                 compose_send(): plug unnoticed memleak
6273
6274 2002-09-20 [alfons]     0.8.2claws62
6275
6276         * src/addr_compl.c
6277                 replace_address_in_edit(): strict check for NULL address to
6278                 fix "[ 607348 ] Segfault in address completion". My guess is
6279                 that this happens with an empty address book, but it's good
6280                 to have this check here anyway
6281                 
6282                 completion_window_button_press(): free string returned 
6283                 from the internal cache
6284
6285 2002-09-20 [christoph]  0.8.2claws61
6286
6287         * src/procmime.h
6288                 added ENC_BINARY to EncodingType
6289         * src/procmime.c
6290                 the string returned by procmime_get_encoding_str
6291                 should not depend on the order of values in the
6292                 EncodingType definition
6293         * doc-src/rfc1806.txt   ** NEW FILE **
6294                 Added rfc1806 about MIME Content-Disposition
6295                 Extension
6296
6297 2002-09-19 [paul]       0.8.2claws60
6298
6299         * sync with 0.8.2cvs3
6300                 see ChangeLog 2002-09-19
6301
6302 2002-09-19 [paul]       0.8.2claws59
6303
6304         * src/prefs_folder_item.c
6305                 revert to Darko's original alignment of colour
6306                 selector button
6307                 add a colon to folder_color label
6308                 
6309         * src/compose.c
6310                 add Colin's patch (with Hiro's modifications) to 
6311                 force BASE64 encoding for 8-bit text when signing
6312                 (sync with 0.8.3cvs2)
6313
6314 2002-09-18 [alfons]     0.8.2claws58
6315
6316         * src/compose.c
6317                 :%sno/if(/if (/gc
6318                 :%sno/for(/for (/gc
6319                 (beautify a little bit)
6320
6321 2002-09-18 [christoph]  0.8.2claws57
6322
6323         * src/pine.c
6324                 fix handling of fgetc return value
6325
6326 2002-09-17 [alfons]     0.8.2claws56
6327         
6328         * src/summaryview.c
6329                 summary_sort(): check non-NULL summaryview->folder_item when no 
6330                 folder is selected at all
6331                 (closes "[ 610344 ] sort label make syl Crash")
6332
6333 2002-09-17 [alfons]     0.8.2claws55
6334         
6335         * src/compose.c
6336                 beautify a little bit
6337
6338 2002-09-17 [christoph]  0.8.2claws54
6339
6340         * src/folder.c
6341                 initialize max values for cache and folder
6342                 when cache or folder is empty
6343
6344 2002-09-15 [colin]      0.8.2claws53
6345
6346         * src/compose.c
6347                 Fix a leak (thanks Alfons!) and cleaned
6348                 variables names for custom headers
6349
6350 2002-09-15 [colin]      0.8.2claws52
6351
6352         * src/compose.c
6353                 Fix custom headers recognition when
6354                 prefs_common.trans_hdr is on
6355
6356 2002-09-15 [colin]      0.8.2claws51
6357
6358         * src/compose.c
6359                 Allow dynamically-added custom headers
6360                 Yet not reparsed if reedited
6361
6362 2002-09-15 [alfons]     0.8.2claws50
6363
6364         * src/prefs_account.c
6365                 fix warnings
6366
6367 2002-09-15 [colin]      0.8.2claws49
6368         
6369         * src/prefs_account.c
6370                 fix pop_before_smtp sensitivity
6371
6372 2002-09-15 [colin]      0.8.2claws48
6373
6374         * src/inc.[ch]
6375                 add inc_pop_before_smtp()
6376                 allow MainWindow to be undefined in 
6377                 inc_account_mail() and inc_start()
6378         * src/pop.c
6379           src/prefs_account.h
6380                 add STYPE_POP_BEFORE_SMTP session type
6381         * src/prefs_account.c
6382                 activated pop before smtp option
6383         * src/send.c
6384                 do pop before smtp if the relevant option 
6385                 is set
6386
6387 2002-09-15 [paul]       0.8.2claws47
6388
6389         * sync with 0.8.3
6390                 see ChangeLog 2002-09-15
6391
6392 2002-09-14 [paul]       0.8.2claws46
6393
6394         * po/bg.po
6395                 updated Bulgarian translation, submitted by
6396                 George Danchev
6397
6398 2002-09-13 [paul]       0.8.2claws45
6399
6400         * src/compose.c
6401                 merge claws' select_account() with main's
6402                 (new) compose_select_account(). [sync with
6403                 0.8.2cvs15, see ChangeLog 2002-09-11]
6404
6405 2002-09-12 [christoph]  0.8.2claws44
6406
6407         * src/filter.c
6408                 allocate 1 elements of FolderItem not 0
6409
6410 2002-09-12 [colin]      0.8.2claws43
6411
6412         * src/compose.c
6413                 Fix bug #590825 (obey Follow-up: poster)
6414
6415 2002-09-12 [colin]      0.8.2claws42
6416
6417         * src/procmime.c
6418                 Fix bug #557009 (wrong headers for messages 
6419                 forwarded as attachments)
6420
6421 2002-09-11 [colin]      0.8.2claws41
6422         
6423         * src/compose.c
6424                 Put SCF: pseudo-header on top of message
6425                 Set draft tmp_flag when saved as draft
6426
6427         * src/procmsg.c
6428           src/procheader.c
6429                 Skip after first \n\n for beginning of real message
6430                 for drafts too
6431
6432 2002-09-11 [christoph]  0.8.2claws40
6433
6434         * src/filtering.c
6435                 use procmsg flag functions in filtering or processing
6436                 will cause incorrect folder message counts
6437
6438 2002-09-11 [colin]      0.8.2claws39
6439
6440         * src/compose.c
6441                 Fix bug #550175 - wrong save folder when reediting
6442                 drafts
6443
6444 2002-09-11 [paul]       0.8.2claws38
6445
6446         * sync with 0.8.2cvs14
6447                 see ChangeLog 2002-09-11
6448
6449 2002-09-11 [colin]      0.8.2claws37
6450
6451         * src/folder.c
6452                 Fix a typo (seeming to cause new/unread status to
6453                 be lost)
6454
6455 2002-09-10 [christoph]  0.8.2claws36
6456
6457         * src/compose.c
6458                 compose_redirect should not use compose_generic_new
6459                 because that does more stuff than expected including
6460                 opening the external editor
6461                 (closes bug "[ 526608 ] bounced messages appear blank
6462                  in editor")
6463
6464 2002-09-10 [christoph]  0.8.2claws35
6465
6466         * src/folder.c
6467                 fix problem with too large message number range
6468                 causing a crash in folder_item_scan
6469
6470 2002-09-10 [paul]       0.8.2claws34
6471
6472         * sync with 0.8.2cvs13
6473                 see ChangeLog 2002-09-10
6474
6475 2002-09-10 [christoph]  0.8.2claws33
6476
6477         * src/msgcache.c
6478                 set MsgInfo TmpFlags for queue and draft folders
6479                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6480
6481 2002-09-10 [paul]       0.8.2claws32
6482
6483         * AUTHORS
6484           po/bg.po      ** NEW FILE **
6485                 new Bulgarian translation submitted by
6486                 George Danchev <danchev@spnet.net>
6487                 
6488         * tools/Makefile.am
6489           tools/README
6490           tools/tb2sylpheed     ** NEW FILE **
6491                 add script that converts an addressbook exported
6492                 from The Bat! into a Sylpheed addressbook. Submitted
6493                 by Urke MMI <urke-kg@eunet.yu>
6494
6495 2002-09-10 [paul]       0.8.2claws31
6496
6497         * sync with 0.8.2cvs12
6498                 see ChangeLog 2002-09-10
6499
6500 2002-09-06 [paul]       0.8.2claws30
6501
6502         * src/prefs_common.c
6503                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6504                 
6505         * tools/Makefile.am
6506           tools/README
6507           tools/ldif-to-xml.py  ** REMOVED **
6508                 remove obsolete python script
6509
6510 2002-09-06 [paul]       0.8.2claws29
6511
6512         * sync with 0.8.2cvs10
6513                 see ChangeLog 2002-09-06
6514
6515 2002-09-04 [paul]       0.8.2claws28
6516
6517         * sync with 0.8.2cvs9
6518                 see ChangeLog 2002-08-04
6519
6520 2002-09-04 [colin]      0.8.2claws27 
6521
6522         * src/prefs_common.[ch]
6523                 Added signature color configuration
6524         * src/textview.c
6525                 Use user-specified signature color
6526
6527 2002-09-03 [colin]      0.8.2claws26
6528
6529         * src/prefs_common.[ch]
6530                 Added autosave and autosave_length prefs
6531         * src/compose.c
6532                 Added compose_remove_draft()
6533                 Auto-save drafts according to the prefs
6534         * src/main.c
6535                 Added a crash-indicator file, allowing to check
6536                 for new messages on startup if Sylpheed crashed
6537                 (makes saved drafts "reappear")
6538
6539 2002-09-03 [colin]      0.8.2claws25
6540
6541         * src/textview.[ch]
6542                 Grey the signature
6543
6544 2002-09-03 [paul]       0.8.2claws24
6545
6546         * sync with 0.8.2cvs8
6547                 see ChangeLog 2002-09-02 and 2002-09-03
6548
6549 2002-09-03 [darko]      0.8.2claws23
6550
6551         * src/folderview.c
6552                 use normal style when creating new folder to pick
6553                 proper font size 
6554
6555 2002-09-02 [melvin]     0.8.2claws22
6556
6557         * src/gtkaspell.m4
6558                 removed some obsolete code
6559
6560 2002-09-02 [melvin]     0.8.2claws21
6561
6562         * ac/aspell.m4
6563                 fixed test's equality sign (== to =)
6564
6565 2002-09-02 [alfons]     0.8.2claws20
6566
6567         * src/folder.c
6568         * src/mh.c
6569                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6570                 as folder->destroy virtual as suggested by Hiro
6571                 (the mh.c code seems to have been lost around mh.c.1.21)
6572
6573 2002-09-02 [paul]       0.8.2claws19
6574
6575         * po/pt_BR.po
6576                 updated by Fabio Jr. Beneditto
6577                 
6578         * src/defs.h
6579                 use 'http://claws.sylpheed.org' for homepage link. 
6580                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6581
6582 2002-09-01 [alfons]     0.8.2claws18
6583
6584         * src/mh.c
6585                 plug memleak related to one Martin Kluge found
6586
6587 2002-08-31 [paul]       0.8.2claws17
6588
6589         * sync with 0.8.2cvs6
6590                 see ChangeLog 2002-08-30
6591
6592 2002-08-31 [alfons]     0.8.2claws16
6593
6594         * src/folder.c
6595                 folder_destroy(): remove mailbox from folderlist even if it has
6596                 no destroy virtual
6597
6598 2002-08-31 [alfons]     0.8.2claws15
6599
6600         * src/folder.c
6601                 :%sno/if(/if (/gc
6602                 :%sno/for(/for (/gc
6603                 (being pedantic I know)
6604
6605 2002-08-31 [alfons]     0.8.2claws14
6606
6607         * src/folder.c
6608                 check for NULL pointers returned from folder->fetch_msginfo virtual
6609                 (should solve some reported crashes)
6610
6611 2002-08-30 [alfons]     0.8.2claws13
6612
6613         * acconfig.h
6614         * configure.in
6615         * src/crash.c
6616                 enable crash dialog on compilation time
6617                 (--enable-crash-dialog configure option)
6618
6619 2002-08-30 [alfons]     0.8.2claws12
6620
6621         * AUTHORS
6622                 add Martin Kluge
6623         * src/mh.c
6624                 apply memory leak plug patch by Martin Kluge
6625                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6626                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6627                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6628
6629 2002-08-30 [darko]      0.8.2claws11
6630
6631         * src/folderview.c
6632                 copy Gtk style from normal style to match
6633                 font size for coloured folders
6634
6635 2002-08-29 [alfons]     0.8.2claws10
6636
6637         * sylpheed.desktop
6638                 Type=Internet <- Type=Application
6639                 (reported by Michael Schwendt, see:
6640                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6641                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6642
6643 2002-08-29 [paul]       0.8.2claws9
6644
6645         * sync with 0.8.2cvs5
6646                 see ChangeLog 2002-08-29
6647
6648 2002-08-29 [colin]      0.8.2claws8
6649
6650         * src/summaryview.c
6651                 Added a sanity check in summary_select_thread
6652                 Should fix bug 601605
6653
6654 2002-08-29 [colin]      0.8.2claws7
6655
6656         * src/main.c
6657                 Revert claws6 changes regarding bug #591676
6658
6659 2002-08-28 [colin]      0.8.2claws6
6660         
6661         * src/main.c
6662                 Ignore cache for queue folderitems
6663                 Fix bug #591676
6664
6665 2002-08-28 [melvin]     0.8.2claws5
6666
6667         * README.claws
6668                 Fixed typos.
6669
6670 2002-08-28 [melvin]     0.8.2claws4
6671
6672         * README.claws
6673                 Updated a bit the text concerning the spell checker
6674
6675 2002-08-28 [melvin]     0.8.2claws3
6676
6677         Merged the GNU_aspell_branch:
6678                 Support of new GNU/aspell is now included and the old pspell
6679                 is not supported anymore.
6680                 See README.claws
6681
6682         * README.claws
6683                 Updated spell checker text to reflect the switch to GNU/aspell
6684
6685         * ac/aspell.m4          *** NEW ***
6686         * src/gtkaspell.[ch]    *** NEW *** 
6687         * ac/pspell.m4          *** DELETED *** 
6688         * src/gtkspell.[ch]     *** DELETED ***
6689
6690         * ac/Makefile.am
6691                 Updated for GNU/aspell support
6692
6693         * po/POTFILES.in
6694                 Replaced gtkspell.c by gtkaspell.c
6695
6696         * acconfig.h
6697         * src/Makefile.am
6698         * src/about.c
6699         * src/compose.[ch]
6700         * src/crash.c
6701         * src/main.c
6702         * src/prefs_common.[ch]
6703                 Updated for GNU/aspell support
6704
6705 2002-08-28 [paul]       0.8.2claws2
6706
6707         * sync with 0.8.2cvs4
6708                 see ChangeLog 2002-08-27 and 2002-08-28
6709
6710 2002-08-28 [colin]      0.8.2claws1
6711
6712         * src/summary_search.c
6713                 Added "AND search"
6714
6715 2002-08-28 [jens]       0.8.2claws
6716
6717         *po/de.po
6718                 Updated German translations
6719
6720 2002-08-27 [melvin]     0.8.2claws
6721
6722         * po/fr.po
6723                 Updated French translations
6724
6725 2002-08-27 [paul]       0.8.2claws
6726
6727         * sync with 0.8.2 main release
6728
6729         * po/en_GB.po
6730           po/es.po
6731           po/it.po
6732           po/pl.po
6733           po/pt_BR.po
6734           po/sr.po
6735                 updated message catalogs submitted by
6736                 Ricardo Mones Lastra, Alessandro Maestri,
6737                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6738                 Beneditto and Urke MMI  
6739
6740 2002-08-27 [hoa]        0.8.1claws123
6741
6742         * src/mainwindow.[ch]
6743         * src/summaryview.[ch]
6744                 removed the "filter setting" menu option.
6745                 add a "cancel a news message" menu option.
6746
6747 2002-08-26 [martin]     0.8.1claws122
6748
6749         * ChangeLog.claws
6750                 changed string under 0.8.1claws79 changed by myself
6751                 i'm sorry alfons :(
6752
6753 2002-08-26 [martin]     0.8.1claws121
6754
6755         * src/crash.c
6756                 added kill command to debuggerrc to start crash dialog
6757
6758 2002-08-26 [paul]       0.8.1claws120
6759
6760         * sync with 0.8.1cvs31
6761                 see ChangeLog 2002-08-26
6762
6763 2002-08-25 [alfons]     0.8.1claws119
6764
6765         * src/procmsg.c
6766                 fix bug that didn't send out correct headers to news server
6767                 when sending news article and email from queue (bug reported
6768                 and patch provided by Tim Mann; closes bug 
6769                 "[ 583196 ] 0.7.8claws can't post news")
6770
6771 2002-08-25 [alfons]     0.8.1claws118
6772
6773         * src/selective_download.c
6774                 mark two strings as translatable
6775                 (thanks to Urke MMI for pointing this out)
6776
6777 2002-08-25 [alfons]     0.8.1claws117
6778
6779         * src/summaryview.c
6780                 treat sent boxes as special and allow sorting them by addressee
6781                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6782                 submitted by Steve Lamb)
6783
6784 2002-08-24 [alfons]     0.8.1claws116
6785
6786         * src/matcher.c
6787                 fix memleak reported by Martin Kluge
6788                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6789
6790 2002-08-24 [oliver]     0.8.1claws115
6791
6792         * src/prefs_toolbar.c
6793                 o code cleanup as suggested by Alfons
6794                 o memleak fix
6795
6796 2002-08-24 [alfons]     0.8.1claws114
6797
6798         * src/summaryview.c
6799                 o fix another memory leak reported by Martin Kluge
6800                   (see "[ 599568 ] Small Memory Leak")
6801                 o remove 'from' variable from 'summary_set_header()'; we can
6802                   do with just 'to' 
6803
6804 2002-08-24 [paul]       0.8.1claws113
6805
6806         * sync with 0.8.1cvs30
6807                 see ChangeLog 2002-08-23
6808
6809 2002-08-24 [alfons]     0.8.1claws112
6810
6811         * src/summaryview.c
6812                 remove unnecessary allocations for search bar fixing leaks
6813                 reported by Martin Kluge
6814                 (see "[ 599451 ] Further memory leaks?")
6815
6816 2002-08-24 [alfons]     0.8.1claws111
6817
6818         * src/main.c
6819                 make get_socket_name() public for crash.c
6820         * src/crash.c
6821                 o make report bug button work (goes to claws' 
6822                   bug tracker at sf.net)
6823                 o introduce function for doing important stuff just
6824                   before claws goes down
6825                 o clean up code 
6826
6827 2002-08-24 [alfons]     0.8.1claws110
6828
6829         * src/compose.c
6830                 move cursor to "To" entry when forwarding as attachment
6831                 (reported and solved by Steve Lamb, closes bug report
6832                 "[ 592880 ] Forward as attachment; cursor not in to")
6833
6834 2002-08-24 [colin]      0.8.1claws109
6835
6836         * src/mainwindow.c
6837                 fix quick search visibility after GUI (de)separations.
6838
6839 2002-08-23 [colin]      0.8.1claws108
6840
6841         * src/mainwindow.c
6842                 fix header pane visibility after folderview or
6843                 messageview (de)separation
6844
6845 2002-08-23 [paul]       0.8.1claws107
6846
6847         * src/mainwindow.[ch]
6848           src/toolbar.c
6849                 give full control of display or non-display 
6850                 of the Execute icon to Custom toolbar settings.
6851                 add new sensitivity condition to maninwindow.h: 
6852                 M_DELAY_EXEC
6853
6854         * ChangeLog
6855           ChangeLog.jp
6856           NEWS
6857                 more sync with 0.8.1cvs29
6858
6859 2002-08-23 [melvin]     0.8.1claws106
6860
6861         * src/alertpanel.c
6862                 Readded support for custom widget in alertpanel lost in last
6863                 sync.
6864
6865 2002-08-23 [paul]       0.8.1claws105
6866
6867         * sync with 0.8.1cvs29
6868                 see ChangeLog 2002-08-23
6869
6870 2002-08-23 [colin]      0.8.1claws104
6871
6872         * src/summaryview.c
6873                 Fix folder and search pixmaps exchanging positions
6874                 after theme or toolbar changes. Thank to Oliver for 
6875                 reporting this.
6876
6877 2002-08-23 [colin]      0.8.1claws103
6878
6879         * src/mainwindow.c
6880           src/messageview.[ch]
6881           src/noticeview.[ch]
6882           src/summaryview.c
6883                 Changed messageview_create() and noticeview_create()
6884                 to avoid the last gdk_warning
6885
6886 2002-08-22 [colin]      0.8.1claws102
6887
6888         * src/summaryview.c
6889                 Fix my new `Creating pixmap from xpm' warning
6890
6891 2002-08-22 [colin]      0.8.1claws101
6892
6893         * src/mainwindow.c
6894                 Fix some of the gdk warnings
6895
6896 2002-08-22 [colin]      0.8.1claws100
6897
6898         * src/Makefile.am
6899         * src/stock_pixmap.c
6900         * src/stock_pixmap.h
6901         * src/pixmaps/quicksearch.xpm *ADDED*
6902                 Add the quicksearch pixmap
6903         * src/mainwindow.c
6904         * src/summaryview.c
6905         * src/summaryview.h
6906                 Make quicksearch bar visible/hidden via a button
6907
6908 2002-08-22 [christoph]  0.8.1claws99
6909
6910         * src/folder.c
6911                 fix folder update for newsgroups with message
6912                 numbers below minimum number of articles to fetch
6913                 (closes bug #598445)
6914
6915 2002-08-22 [paul]       0.8.1claws98
6916
6917         * sync with 0.8.1cvs28
6918                 see ChangeLog 2002-08-22
6919
6920 2002-08-21 [alfons]     0.8.1claws97
6921
6922         * src/crash.c
6923                 use bt instead of bt full which seems to work 
6924                 better, and bt full doesn't give a great deal 
6925                 of information anyway
6926
6927 2002-08-21 [colin]      0.8.1claws96
6928
6929         * src/summaryview.c
6930                 fix summaryview_searchtype_changed prototype
6931
6932 2002-08-21 [christoph]  0.8.1claws95
6933
6934         * src/mainwindow.c
6935                 o fix broken menu update for sorting type, we have to
6936                   get this info from the summaryview now
6937                 o removed setting of threaded state in menu callback
6938         * src/summaryview.[ch]
6939                 more summaryview/folderitem seperation for
6940                 threading option
6941         * configure.in
6942                 removed not required --with-compiler-flags option
6943
6944 2002-08-21 [oliver]     0.8.1claws94
6945         
6946         * src/toolbar.h 
6947                 o rename toolbar.xml to toolbar_main.xml
6948                   since toolbar_compose.xml might come up 
6949                   any time soon
6950         * README.claws
6951                 add custom toolbar              
6952
6953 2002-08-21 [darko]      0.8.1claws93
6954
6955         * src/procmsg.c
6956                 don't reset tmp flags for messages copied
6957                 to sent folder
6958
6959 2002-08-21 [colin]      0.8.1claws92
6960         
6961         * src/prefs_filtering.c
6962                 fix renaming rules on folder rename 
6963                 when folder is not a leaf folder
6964
6965 2002-08-21 [paul]       0.8.1claws91
6966
6967         * src/prefs_folder_item.c
6968                 fix alignment of colour selector
6969
6970 2002-08-21 [paul]       0.8.1claws90
6971
6972         * sync with 0.8.1cvs27
6973                 see ChangeLog 2002-08-21
6974
6975 2002-08-21 [paul]       0.8.1claws89
6976
6977         * src/summaryview.c
6978                 fix crash when changing field type in
6979                 Quick search bar
6980
6981 2002-08-21 [colin]      0.8.1claws88
6982
6983         * src/summaryview.c
6984                 Made quick search case-insensitive
6985
6986 2002-08-21 [paul]       0.8.1claws87
6987
6988         * sync with 0.8.1cvs26
6989                 see ChangeLog 2002-08-21
6990
6991 2002-08-20 [christoph]  0.8.1claws86
6992
6993         * src/folderview.c
6994         * src/main.c
6995         * src/summaryview.[ch]
6996                 more summaryview/folderitem seperation for
6997                 sort_key and sort_type
6998         * src/procmsg.c
6999                 added missing return statement
7000
7001 2002-08-20 [colin]      0.8.1claws85
7002
7003         * src/summaryview.[ch]
7004                 Added a quick search box
7005         * src/mainwindow.c
7006         * src/prefs_common.[ch]
7007                 Added a show/hide option for the quick search
7008
7009 2002-08-20 [oliver]     0.8.1claws84
7010         
7011         * src/mainwindow.c
7012                 remove toolbar_create_popups
7013         * src/toolbar.[ch]
7014                 o remove toolbar_create_popups
7015                 o fix toolbar_set_sensitive 
7016                   (Bug reports #596834 and #596832)     
7017         * src/prefs_toolbar.c
7018                 o add "Set default" button
7019                 o align label and text + combo widgets
7020
7021 2002-08-20 [hoa]        0.8.1claws83bis
7022
7023         * src/imap.c
7024                 fixed a bug in imap_fetch_msginfo() in case there is no
7025                 current folder.
7026
7027 2002-08-20 [darko]      0.8.1claws83
7028
7029         * src/folderview.c
7030                 copy the color style of folder view so it
7031                 works with GTK themes
7032
7033 2002-08-20 [darko]      0.8.1claws82
7034
7035         * src/folder.h
7036         * src/folderview.c
7037         * src/prefs_folder_item.[hc]
7038                 don't use UI stuff in folder.h
7039
7040 2002-08-20 [darko]      0.8.1claws81
7041
7042         * src/folder.h
7043         * src/prefs_folder_item.h
7044         * src/folderview.c
7045         * src/prefs_folder_item.c
7046                 ability to set folder color in folderview
7047
7048 2002-08-19 [alfons]     0.8.1claws80
7049
7050         * src/summaryview.c
7051                 fix one of the earlier memleaks reported by Martin Kluge
7052
7053 2002-08-19 [alfons]     0.8.1claws79
7054
7055         * src/mainwindow.c
7056                 hide notice view when selecting seperate folder
7057                 view (reported by Urke MMI)
7058
7059 2002-08-19 [christoph]  0.8.1claws78
7060
7061         * src/folderview.c
7062         * src/prefs_folder_item.h
7063         * src/summaryview.[ch]
7064                 o add summary_set_prefs_from_folderitem to set
7065                   summaryview prefs (first step to remove all
7066                   references to the folderitem in summaryview)
7067                 o moved compiled regex stuff from folderitem prefs
7068                   to summaryview code
7069
7070 2002-08-19 [paul]       0.8.1claws77
7071
7072         * src/compose.c
7073                 add check for '.' to QUOTE_IF_REQUIRED
7074
7075 2002-08-19 [paul]       0.8.1claws76
7076
7077         * src/inc.c
7078                 sync with 0.8.1cvs25 (plug memory leak)
7079
7080         * src/prefs_toolbar.c
7081                 re-order prefs_toolbar_cancel()
7082
7083 2002-08-18 [alfons]     0.8.1claws75
7084
7085         * src/inc.c
7086         * src/matcher.c
7087                 plug other memleaks reported by Martin Kluge
7088
7089 2002-08-18 [paul]       0.8.1claws74
7090
7091         * po/pt_BR.po
7092                 updated by Fabio Jr. Beneditto
7093
7094 2002-08-18 [paul]       0.8.1claws73
7095
7096         * src/toolbar.[ch]
7097                 fix bug where tooltips were displayed untranslated              
7098
7099         * src/prefs_toolbar.c
7100                 fix bug where clicking 'Cancel' creates an icon & text
7101                 toolbar regardless of prefs
7102         
7103
7104 2002-08-17 [oliver]     0.8.1claws72
7105
7106         * src/prefs_toolbar.c
7107                 update toolbar on CANCEL
7108                 bug reported by Martin Kluge
7109         * src/toolbar.c
7110                 toolbar_destroy memleak fixed           
7111
7112 2002-08-17 [alfons]     0.8.1claws71
7113
7114         * src/toolbar.c
7115                 plug another memleak reported by Martin Kluge
7116
7117 2002-08-16 [alfons]     0.8.1claws70
7118
7119         * src/crash.c
7120                 use execvp() correctly (suggested by wwp; thanks!)
7121
7122 2002-08-16 [alfons]     0.8.1claws69
7123
7124         * src/gtksctree.c
7125                 plug memory leak reported by Kim Schultz & Martin Kluge
7126
7127 2002-08-16 [paul]       0.8.1claws68
7128
7129         * po/es.po
7130                 updated by Ricardo Mones Lastra
7131
7132 2002-08-16 [paul]       0.8.1claws67
7133
7134         * src/toolbar.h
7135                 fix bug where 'Compose News' icon showed wrong
7136                 tooltip
7137
7138 2002-08-16 [paul]       0.8.1claws66
7139
7140         * sync with 0.8.1cvs24
7141                 see ChangeLog 2002-08-16
7142
7143         * po/it.po
7144                 updated by Alessandro Maestri
7145
7146 2002-08-15 [paul]       0.8.1claws65
7147
7148         * po/sr.po
7149                 updated by Urke MMI
7150
7151 2002-08-15 [paul]       0.8.1claws64
7152
7153         * src/*.c
7154                 don't translate debug info
7155
7156         * src/matcher.[ch]
7157                 add copyright info
7158
7159 2002-08-15 [paul]       0.8.1claws63
7160
7161         * src/prefs_toolbar.c
7162                 fix bug where clicking 'OK' creates an icon & text
7163                 toolbar regardless of prefs
7164
7165 2002-08-14 [alfons]     0.8.1claws62
7166
7167         * src/main.c
7168                 add global var that has the full argv[0]
7169         * src/crash.c
7170                 o execvp the correct sylpheed by using argv0
7171                   and setting the correct work dir
7172                 o other tweaks  
7173
7174 2002-08-14 [oliver]     0.8.1claws61
7175         
7176         * enable/disable Toolbar Action Buttons 
7177         * code cleanups
7178         * src/mainwindow.c
7179         * src/toolbar.[ch]      
7180         * src/prefs_toolbar.c   
7181
7182 2002-08-14 [melvin]     0.8.1claws60
7183
7184         * po/fr.po
7185                 Updated French translations
7186
7187 2002-08-14 [melvin]     0.8.1claws59
7188
7189         * src/crash.c
7190                 Made bug report not translatable
7191         * src/exporthtml.c
7192                 Fixed exporthtml_build_filespec() return value
7193         * src/foldersel.c
7194                 Fixed incorrect include file
7195         * src/gtkspell.c
7196         * src/prefs_actions.c
7197         * src/prefs_toolbar.c
7198                 Made debug info not translatable
7199         * src/mutt.c
7200         * src/quote_fmt.c
7201                 Added missing includes
7202         * src/prefs_common.c
7203                 Fixed typo
7204
7205 2002-08-14 [paul]       0.8.1claws58
7206
7207         * faq/es/sylpheed-faq.html
7208           faq/es/sylpheed-faq-[1-3].html
7209           faq/es/sylpheed-faq-4.html     **NEW FILE **
7210                 update Spanish FAQ
7211
7212 2002-08-13 [christoph]  0.8.1claws57
7213
7214         * src/procmsg.c
7215                 ignore thread fix that did not mark all
7216                 child nodes of a ignored thread as
7217                 ignored. Does not work perfectly yet,
7218                 but it is better now
7219
7220 2002-08-13 [alfons]     0.8.1claws56
7221
7222         * src/crash.c
7223                 o implement 'save crash log'
7224                 o some tweaks
7225
7226 2002-08-13 [melvin]     0.8.1claws55
7227
7228         * src/main.c
7229                 removed unrequired "execinfo.h" header
7230
7231 2002-08-12 [paul]       0.8.1claws54
7232
7233         * faq/en/sylpheed-faq.html
7234           faq/en/sylpheed-faq-[1-3].html
7235           faq/en/sylpheed-faq-4.html     **NEW FILE **
7236                 update English FAQ
7237
7238 2002-08-12 [alfons]     0.8.1claws53
7239
7240         * po/POTFILES.in
7241                 add crash.c to translatables
7242         * src/crash.c
7243                 bring in Leandro's crash dialog
7244
7245 2002-08-11 [alfons]     0.8.1claws52
7246
7247         * src/crash.c
7248                 clean up some warnings
7249
7250 2002-08-11 [alfons]     0.8.1claws51
7251
7252         * acconfig.h
7253         * configure.in
7254         * src/crash.[ch]        ** NEW FILES **
7255         * src/main.c            
7256                 initial gdb crash handler
7257
7258 2002-08-11 [paul]       0.8.1claws50
7259
7260         * src/prefs_toolbar.c
7261                 replace Up/Down arrow pixmaps with text to be
7262                 consistent across icon themes
7263
7264 2002-08-11 [paul]       0.8.1claws49
7265
7266         * src/prefs_common.c
7267           src/prefs_toolbar.c
7268                 rename 'Pixmap' -> 'Icon'
7269
7270         * src/toolbar.[ch]
7271                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7272
7273 2002-08-10 [paul]       0.8.1claws48
7274
7275         * src/prefs_toolbar.c
7276                 re-work the UI
7277
7278 2002-08-10 [paul]       0.8.1claws47
7279
7280         * src/main.c
7281                 don't write Processing progress to status bar
7282                 patch submitted by Alexander Evseev
7283
7284         * src/prefs_toolbar.c
7285                 re-position and resize window
7286                 make window assume correct size on first call
7287
7288 2002-08-10 [paul]       0.8.1claws46
7289
7290         * src/mainwindow.c
7291           src/prefs_toolbar.c
7292           src/toolbar.c
7293           src/toolbar.h
7294                 obey coding style
7295                 follow UI text conventions
7296
7297 2002-08-10 [alfons]     0.8.1claws45
7298
7299         * src/toolbar.c
7300                 correct pixmap for delete action
7301
7302 2002-08-10 [paul]       0.8.1claws44
7303
7304         * po/pt_BR.po
7305                 updated by Fabio Jr. Beneditto
7306
7307 2002-08-10 [paul]       0.8.1claws43
7308
7309         * po/POTFILES.in
7310                 add custom toolbar files
7311
7312 2002-08-10 [paul]       0.8.1claws42
7313
7314         * sync with 0.8.1cvs22
7315                 see ChangeLog 2002-08-09
7316
7317 2002-08-09 [paul]       0.8.1claws41
7318
7319         * tools/Makefile.am
7320           tools/README
7321           tools/outlook2sylpheed.pl     ** NEW FILE **
7322                 add script to convert exported Outlook
7323                 contacts list to a Sylpheed addressbook.
7324                 Submitted by Ricardo Mones Lastra.
7325
7326 2002-08-09 [paul]       0.8.1claws40
7327
7328         * AUTHORS
7329           configure.in
7330           po/sr.po      ** NEW FILE **
7331                 add Serbian message catalog. Submitted by
7332                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7333
7334 2002-08-09 [paul]       0.8.1claws39
7335
7336         * sync with 0.8.1cvs21
7337                 see ChangeLog 2002-08-08
7338
7339 2002-08-08 [oliver]     0.8.1claws38
7340
7341         * src/mainwindow.c
7342                 move Custom Toolbar to Configuration menu
7343
7344 2002-08-08 [oliver]     0.8.1claws37
7345
7346         * src/prefs_toolbar.c
7347                 fix substitute pixmap bug
7348
7349 2002-08-08 [paul]       0.8.1claws36
7350
7351         * sync with 0.8.1cvs19
7352                 see ChangeLog 2002-08-08
7353
7354 2002-08-07 [christoph]  0.8.1claws35
7355
7356         * src/utils.c
7357                 fixed a memory leak in new canonicalize_file_replace
7358
7359 2002-08-07 [christoph]  0.8.1claws34
7360
7361         * src/utils.[ch]
7362                 o canonicalize_file_replace should create the temporary
7363                   file in the same directory as the original file.
7364                 o added get_tmpfile_in_dir that creates a temorary file
7365                   in a specified directory.
7366
7367 2002-08-07 [melvin]     0.8.1claws33
7368
7369         * src/toolbar.c
7370                 fixed bug where 'Article' button acted as 'Email' button.
7371
7372 2002-08-07 [paul]       0.8.1claws32
7373
7374         * sync with 0.8.1.cvs17
7375                 see ChangeLog 2002-08-07
7376
7377 2002-08-07 [colin]      0.8.1claws31
7378         
7379         * src/news.c
7380                 fix mass-cancel problem
7381
7382 2002-08-07 [thorsten]   0.8.1claws30
7383
7384         * src/prefs_toolbar.c
7385                 fix: crash on replace or add new button
7386         * src/toolbar.c
7387                 fix: close xmlfile after reading
7388         * src/utils.c
7389                 fix: unlink() file before rename()
7390
7391 2002-08-06 [paul]       0.8.1claws29
7392
7393         * sync with 0.8.cvs15
7394                 see ChangeLog 2002-08-06
7395
7396 2002-08-06 [oliver]     0.8.1claws28
7397
7398         * src/toolbar.c
7399         * src/prefs_toolbar.c
7400                 fixed empty toolbar issue
7401
7402 2002-08-06 [oliver]     0.8.1claws27
7403
7404         * Custom Toolbar Final 
7405         * src/folderview.c
7406         * src/inc.c
7407         * src/summaryview.c
7408                 o toolbar stuff now lives in src/toolbar.[ch]
7409                 o main_window_toolbar_* functions are renamed to
7410                   toolbar_* reflecting their new source file
7411         * src/mainwindow.[ch]
7412                 o remove toolbar stuff  
7413
7414 2002-08-06 [oliver]     0.8.1claws26
7415         
7416         * src/Makefile.am
7417         * src/prefs_toolbar.[ch]        **New File**
7418         * src/toolbar.[ch]              **New File**
7419                 o prefs_toolbar.[ch] custom toolbar frontend
7420                 o toolbar.[ch]       backend 
7421
7422 2002-08-06 [oliver]     0.8.1claws25
7423
7424         * src/prefs_actions.[ch]
7425                 o new exported function actions_execute
7426
7427 2002-08-06 [paul]       0.8.1claws24
7428
7429         * sync with 0.8.1cvs4
7430                 see ChangeLog 2002-08-06
7431
7432 2002-08-06 [paul]       0.8.1claws23
7433
7434         * sync with 0.8.1cvs13
7435                 see ChangeLog 2002-08-06
7436
7437 2002-08-06 [paul]       0.8.1claws22
7438
7439         * sync with 0.8.1cvs12
7440                 see ChangeLog 2002-08-05 and 2002-08-06
7441
7442 2002-08-06 [match]      0.8.1claws21
7443
7444         * src/addrclip.c
7445                 improvements to cut/copy/paste address
7446
7447 2002-08-05 [match]      0.8.1claws20
7448
7449         * src/addritem.[ch]
7450         * src/addrcache.c
7451         * src/addrbook.c
7452         * src/editaddress.c
7453         * src/addressbook.c
7454                 fixes to improve cut/copy/paste
7455
7456 2002-08-06 [melvin]     0.8.1claws19
7457
7458         * src/account.[ch]
7459                 account_find_all_from_address(): new function that returns the
7460                 list of all accounts that are matched in an address.
7461         * src/alertpanel.[ch]
7462                 alertpanel() now accepts a custom widget
7463                 alertpanel_with_widget(): new function that pops up a panel with
7464                 a custom widget in it 
7465         * src/gtkutils.[ch]
7466                 gtkut_account_menu_new(): new function that allows the selection
7467                 of an account from a list of accounts.
7468         * src/messageview.c
7469                 Extended Return Receipt notification to select the correct 
7470                 account and to make a security test on the Delivery-Notification
7471                 address which should be the same as the Return-Path.
7472
7473 2002-08-06 [thorsten]   0.8.1claws18
7474
7475         * src/mimeview.c
7476                 attach_all: save unnamed as "noname.%d",
7477                 dont free static dirname
7478
7479 2002-08-05 [alfons]     0.8.1claws17
7480
7481         * configure.in
7482                 detect XIM by trying to link rather than compile a XIM program
7483
7484 2002-08-05 [oliver]     0.8.1claws16
7485                 
7486         * src/stock_pixmap.[ch]
7487                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7488                 o new func to retrieve pixmaps
7489
7490 2002-08-05 [paul]       0.8.1claws15
7491
7492         * sync with 0.8.1cvs10
7493                 see ChangeLog 2002-08-05
7494
7495 2002-08-04 [alfons]     0.8.1claws14
7496
7497         * src/textview.c
7498                 see if this plugs memleak
7499
7500 2002-08-04 [melvin]     0.8.1claws13
7501
7502         * src/gtkspell.c
7503                 fixed bug that could crash Sylpheed when highlighting
7504                 all misspelled words.
7505
7506 2002-08-03 [melvin]     0.8.1claws12
7507
7508         * src/prefs_actions.c
7509                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7510         * src/messageview.c
7511                 fixed bug where the Return Receipt was sent to
7512                 Delivery-Notification-To address even if it was not present
7513
7514 2002-08-02 [alfons]     0.8.1claws11
7515
7516         * src/prefs_actions.c
7517                 o more check for NULLs
7518                 o put create_io_dialog() in right conditional block
7519
7520 2002-08-02 [paul]       0.8.1claws10
7521
7522         * po/es.po
7523                 updated by Ricardo Mones Lastra
7524
7525 2002-08-01 [christoph]  0.8.1claws9
7526
7527         * src/folder.c
7528                 don't free the cache of the opened
7529                 folder in the summaryview
7530         * src/summaryview.c
7531                 don't unset flags, if it is not required
7532
7533 2002-08-01 [paul]       0.8.1claws8
7534
7535         * sync with 0.8.1cvs8
7536                 see ChangeLog entry 2002-08-01
7537
7538 2002-08-01 [paul]       0.8.1claws7
7539
7540         * sync with 0.8.1cvs7
7541                 see ChangeLog 2002-07-31 and 2002-08-01
7542
7543 2002-07-31 [christoph]  0.8.1claws6
7544
7545         * src/mainwindow.c
7546                 forgot to update menu sensitivity
7547                 function for new menu entry
7548
7549 2002-07-31 [alfons]     0.8.1claws5
7550
7551         * src/main.c
7552                 check folder item and its path for NULL on
7553                 initial processing
7554
7555 2002-07-31 [christoph]  0.8.1claws4
7556
7557         * src/folder.c
7558                 check if folder_item_get_msginfo in
7559                 folder_item_remove_msg returned NULL
7560         * src/imap.c
7561                 better clear the uid cache in the
7562                 uid validity check function and delete
7563                 cached messages
7564
7565 2002-07-31 [paul]       0.8.1claws3
7566
7567         * man/sylpheed.1
7568                 add the '--attach' option and a few other
7569                 minor changes
7570
7571 2002-07-31 [paul]       0.8.1claws2
7572
7573         * sync with 0.8.1cvs5
7574                 see ChangeLog 2002-07-31
7575
7576 2002-07-31 [christoph]  0.8.1claws1
7577
7578         * src/folderview.[ch]
7579         * src/mainwindow.c
7580                 replace "Rescan all folders..." with
7581                 "Check all folders for new messages..."
7582
7583 2002-07-30 [paul]       0.8.1claws
7584
7585         * version 0.8.1claws released
7586
7587 2002-07-30 [paul]       0.8.0claws29
7588
7589         * tools/OOo2sylpheed.pl ** NEW FILE **
7590           tools/README
7591                 add script to enable sending documents as
7592                 attachments from OpenOffice.org
7593
7594 2002-07-30 [melvin]     0.8.0claws28
7595
7596         * src/prefs_actions.c
7597                 Made the actions' input/output dialog display
7598                 without delay.
7599
7600 2002-07-30 [christoph]  0.8.0claws27
7601
7602         * src/procmsg.c
7603                 check if folder_item_get_msginfo in
7604                 procmsg_save_to_outbox returned NULL
7605
7606 2002-07-30 [paul]       0.8.0claws26
7607
7608         * sync with 0.8.1cvs4
7609                 see ChangeLog 2002-07-29
7610
7611 2002-07-29 [thorsten]   0.8.0claws25
7612
7613         * README.claws
7614                 added selective download, delete on server
7615
7616 2002-07-29 [paul]       0.8.0claws24
7617
7618         * sync with 0.8.1cvs3
7619                 see ChangeLog 2002-07-29
7620
7621 2002-07-27 [christoph]  0.8.0claws23
7622
7623         * src/folder.c
7624                 add extra check if fetching the msginfo
7625                 returned NULL
7626
7627 2002-07-27 [paul]       0.8.0claws22
7628
7629         * sync with 0.8.1cvs2
7630                 see ChangeLog 2002-07-26
7631
7632 2002-07-27 [christoph]  0.8.0claws21
7633
7634         * src/imap.c
7635                 add another check if a valid msginfo
7636                 was returned
7637
7638 2002-07-26 [hoa]        0.8.0claws20
7639
7640         * src/folder.c
7641                 Fixed a condition in folder_item_destroy()
7642
7643         * src/imap.c
7644                 Fixed an error in IMAP protocol
7645
7646 2002-07-26 [alfons]     0.8.0claws19
7647
7648         * src/folder.c
7649                 ofcourse compare with identifier, not the path
7650
7651 2002-07-26 [alfons]     0.8.0claws18
7652
7653         * src/folder.c
7654                 use folder item identifier for saving / restoring
7655                 preferences because folder->path might not be unique
7656
7657 2002-07-26 [melvin]     0.8.0claws17
7658
7659         * src/logwindow.c
7660                 Fixed a crash introduced in 0.8.0claws5 when log is 
7661                 cut under 80 characters.
7662
7663 2002-07-26 [paul]       0.8.0claws16
7664
7665         * sync with 0.8.1cvs1
7666                 see ChangeLog 2002-07-26
7667
7668 2002-07-26 [christoph]  0.8.0claws15
7669
7670         * src/imap.[ch]
7671                 imap folder now remembers the last selected
7672                 folder and imap_fetch_msginfo skips selecting
7673                 the folder if it is already selected
7674
7675 2002-07-26 [christoph]  0.8.0claws14
7676
7677         * src/folder.c
7678         * src/folderview.c
7679         * src/imap.c
7680                 fix imap folder rescanning
7681
7682 2002-07-25 [christoph]  0.8.0claws13
7683
7684         * src/filter.c
7685         * src/folder.[ch]
7686         * src/folderview.c
7687         * src/imap.[ch]
7688         * src/mainwindow.c
7689         * src/mbox_folder.c
7690         * src/mh.c
7691         * src/news.c
7692                 implement imap uid cache and uid validity check
7693
7694 2002-07-25 [alfons]     0.8.0claws12
7695
7696         * src/summaryview.c
7697                 fix a brown paper bag bug, and also add some more
7698                 checks
7699
7700 2002-07-25 [christoph]  0.8.0claws11
7701
7702         * src/folder.c
7703                 don't mix copy, fetch_msginfo and remove
7704                 operations in folder item copy and move
7705                 operations
7706
7707 2002-07-25 [christoph]  0.8.0claws10
7708
7709         * src/folderview.c
7710         * src/mainwindow.c
7711         * src/prefs_folder_item.c
7712         * src/summaryview.[ch]
7713                 remove no longer required parameter update_cache from
7714                 summary_show
7715
7716 2002-07-25 [paul]       0.8.0claws9
7717
7718         * sync with 0.8.1
7719         
7720         * AUTHORS
7721                 a few corrections
7722
7723 2002-07-24 [alfons]     0.8.0claws8
7724
7725         * src/summaryview.c
7726                 sort correctly when using simplified subject line
7727                 (closes feature request "[ 585141 ] applying regexp to subject 
7728                 before sort" submitted by Alexandra Walford)
7729
7730 2002-07-24 [paul]       0.8.0claws7
7731
7732         * sync with 0.8.0cvs3
7733                 see ChangeLog 2002-07-24
7734
7735 2002-07-23 [christoph]  0.8.0claws6
7736
7737         * src/folder.c
7738         * src/folder.h
7739         * src/summaryview.c
7740         * src/summaryview.h
7741         * src/main.c
7742                 o separate processing and summaryview
7743                 o removed summary_write_cache from summaryview
7744                 o removed summaryview->killed_messages, because we don't have
7745                   to keep a list of killed messages anymore. New cache will
7746                   keep the hidden messages in cache anyway
7747         * src/folderview.c
7748         * src/inc.c
7749         * src/selective_download.c
7750                 o removed unnecessary summary_write_cache calls
7751         * src/procmsg.c
7752                 o don't set ignore thread flag in procmsg_get_thread_tree
7753                   if it is already set
7754         * src/mainwindow.c
7755         * src/statusbar.h
7756                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7757                   they are used in different files
7758
7759 2002-07-23 [melvin]     0.8.0claws5
7760
7761         * src/addressbook.c
7762         * src/addrgather.c
7763         * src/editaddress.c
7764         * src/editgroup.c
7765         * src/editldap_basedn.c
7766         * src/importldif.c
7767         * src/prefs_common.c
7768                 Fixed few memory leak (gtk_editable_get_chars returns
7769                 an allocated string)
7770         * src/logwindow.c
7771                 Fixed few memory leak (gtk_editable_get_chars returns
7772                 an allocated string) and modified a little the log cutting
7773                 loop.
7774         * src/compose.c
7775                 Replaced a call to an obsolete function gtk_entry_get_text()
7776                 by gtk_editable_get_chars()
7777         * src/send.c
7778                 Removed a debug printf
7779
7780 2002-07-23 [christoph]  0.8.0claws4
7781
7782         * src/filesel.c
7783                 fix another g_dirname memory leak
7784
7785 2002-07-23 [christoph]  0.8.0claws3
7786
7787         * src/mh.c
7788                 fixed a memory leak in mh_fetch_msginfo
7789                 fixed crash when message header could not be
7790                 parsed
7791
7792 2002-07-23 [paul]       0.8.0claws2
7793
7794         * sync with 0.8.0cvs2
7795                 see ChangeLog 2002-07-23
7796
7797 2002-07-23 [paul]       0.8.0claws1
7798
7799         * sync with 0.8.0cvs1
7800                 see ChangeLog 2002-07-23
7801
7802 2002-07-23 [paul]       0.8.0claws
7803
7804         * release of 0.8.0claws
7805
7806 2002-07-23 [paul]       0.7.8claws99
7807
7808         * po/ru.po
7809                 new Russian translation, submitted by
7810                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7811
7812 2002-07-22 [jens]       0.7.8claws98
7813
7814         * po/de.po
7815                 Updated German translations.
7816
7817 2002-07-22 [paul]       0.7.8claws97
7818
7819         * po/es.po
7820           po/it.po
7821           po/nl.po
7822           po/pt_BR.po
7823                 updated translations by Ricardo Mones Lastra,
7824                 Alessandro Maestri, Wilbert Berendsen and 
7825                 Fabio Jr. Beneditto respectively
7826
7827 2002-07-22 [christoph]  0.7.8claws96
7828
7829         * src/mimeview.c
7830                 fix memory leak caused by wrong g_dirname usage
7831
7832 2002-07-22 [christoph]  0.7.8claws95
7833
7834         * src/summaryview.c
7835                 update new and unread message counts for summaryview
7836                 summaryview does not get it from the folder anymore
7837                 and has to update the values itself
7838
7839 2002-07-22 [melvin]     0.7.8claws94
7840
7841         * po/fr.po
7842                 Updated French translations.
7843
7844 2002-07-22 [christoph]  0.7.8claws93
7845
7846         * src/matcher.c
7847                 set prop->preg pointer to NULL or following check
7848                 will not fail and regexec will be called with
7849                 invalid pointer
7850
7851 2002-07-21 [alfons]     0.7.8claws92
7852         
7853         * src/prefs_common.[ch]
7854                 remove option "Send return receipt on request"
7855
7856 2002-07-21 [thorsten]   0.7.8claws91
7857
7858         * src/mimeview.c
7859                 fixed memleaks, coding style as pointed out by alfons
7860
7861 2002-07-21 [alfons]     0.7.8claws90
7862
7863         * src/messageview.c
7864         * src/noticeview.[ch]
7865                 o fix bug notice view being displayed when going to empty folder 
7866                   (noticed by Christoph)
7867                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7868                   (noticed by Thorsten)
7869
7870 2002-07-21 [thorsten]   0.7.8claws89
7871
7872         * src/mimeview.c
7873                 Included save_all patch from Xaview FACQ
7874                 added support for pathnames
7875
7876 2002-07-21 [alfons]     0.7.8claws88
7877
7878         * po/POTFILES.in
7879         * src/Makefile.am
7880         * src/mainwindow.c
7881         * src/messageview.[ch]
7882         * src/noticeview.c      ** NEW FILE **
7883         * src/noticeview.h      ** NEW FILE **
7884                 make return receipts work again
7885                 (UI idea by Leandro Pereira)
7886
7887 2002-07-21 [paul]       0.7.8claws87
7888
7889         * src/summaryview.c
7890                 fix sensitivity of 'Select thread'
7891
7892 2002-07-21 [paul]       0.7.8claws86
7893
7894         * src/prefs_common.c
7895                 add browser command line for Galeon
7896
7897 2002-07-21 [paul]       0.7.8claws85
7898
7899         * Makefile.am
7900                 fix 'EXTRA_DIST': remove README.README, add TODO
7901                 and TODO.claws
7902
7903 2002-07-21 [alfons]     0.7.8claws84
7904
7905         * src/gtkstext.c
7906                 make enter clear selection
7907                 (closes "[ 579888 ] Editor selection/entry error"
7908                 reported by Steve Lamb)
7909
7910 2002-07-21 [alfons]     0.7.8claws83
7911         
7912         * src/summaryview.c
7913                 sort message list when selecting unthread messages
7914                 (closes "[ 501593 ] switching threaded view doesn't sort"
7915                 reported by Simon Schubert)
7916
7917 2002-07-20 [alfons]     0.7.8claws82
7918         
7919         * src/matcher.c
7920                 const-correctness
7921
7922 2002-07-20 [thorsten]   0.7.8claws81
7923
7924         * src/matcher.c
7925                 Fixed expansion of empty fields in matchactions
7926
7927 2002-07-19 [melvin]     0.7.8claws80
7928
7929         * src/gtkspell.c
7930                 Removed a duplicate menu entry (fast mode) introduced during
7931                 the new cache merge
7932                 Added a menu separator between 'Use alternate' and 'Fast mode'
7933
7934 2002-07-19 [paul]       0.7.8claws79
7935
7936         * tools/Makefile.am
7937           tools/README
7938                 correct typos
7939
7940 2002-07-19 [thorsten]   0.7.8claws78
7941
7942         * tools/calypso_convert.pl      ** NEW FILE **
7943           tools/README
7944           tools/Makefile.am
7945                 script to import mbox files exported
7946                 by calypso
7947                 o generates folder structure
7948                 o includes attachments
7949
7950 2002-07-19 [melvin]     0.7.8claws77
7951
7952         * src/selective_download.[ch]
7953                 Fixed bug where closing the dialog with the window manager's
7954                 close button will not unlock the summary
7955                 Corrected some function declarations that missed a return value
7956                 Made the source code comply better with coding style.
7957         * src/prefs_common.c
7958                 Added new browser command line for Mozilla.
7959
7960 2002-07-18 [paul]       0.7.8claws76
7961
7962         * src/mainwindow.c
7963           src/selective_download.[ch]
7964                 reflect theme changes, fix Gdk Warning when creating 
7965                 pixmap from NULL window, and minor clean up.
7966                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7967
7968         * po/en_GB.po
7969                 updated
7970
7971 2002-07-17 [paul]       0.7.8claws75
7972
7973         * INSTALL[.jp]
7974                 sync with 0.8.0
7975         
7976         * po/en_GB.po
7977                 updated
7978
7979 2002-07-16 [paul]       0.7.8claws74
7980
7981         * tools/filter_conv.pl
7982           tools/README
7983                 replace conversion script with reimplemented version, 
7984                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7985
7986 2002-07-16 [colin]      0.7.8claws73
7987
7988         * src/summaryview.c
7989                 remove forgotten debug messages - sorry ;-)
7990
7991 2002-07-16 [colin]      0.7.8claws72
7992
7993         * src/mimeview.c
7994           src/summaryview.c
7995           src/textview.c
7996           src/textview.h
7997                 add the ability to select part of a text mime-part 
7998                 to reply.
7999
8000 2002-07-15 [christoph]  0.7.8claws71
8001
8002         * src/folder.c
8003                 fix folder message count for folders without
8004                 msg_is_changed (includes news folders)
8005
8006 2002-07-15 [martin]     0.7.8claws70
8007
8008         * src/summaryview.c
8009                 option "display recipient on 'From'..." now works
8010                 without the need of enabling the option
8011                 "display  sender  using  address  book".
8012
8013 2002-07-15 [christoph]  0.7.8claws69
8014
8015         * src/summaryview.c
8016                 removed setting folder status from summaryview.
8017                 folder.c should update all message counts correctly.
8018
8019 2002-07-15 [paul]       0.7.8claws68
8020
8021         * po/pt_BR.po
8022                 updated by Fabio Junior Beneditto
8023
8024 2002-07-15 [darko]      0.7.8claws67
8025
8026         * src/mh.c
8027                 Fixed target folder colorization, don't decrease op
8028                 number twice
8029
8030 2002-07-14 [paul]       0.7.8claws66
8031
8032         * sync with main 0.8.0
8033                 see ChangeLog 2002-07-14
8034
8035 2002-07-13 [melvin]     0.7.8claws65
8036         
8037         * src/addrbook.c
8038         * src/addressbook.c
8039         * src/addrindex.c
8040                 Replaced sprintf by g_snprintf to prevent possible buffer
8041                 overflow.
8042         * src/news.c
8043                 Corrected a log message output format.
8044                 Added a missing "done" debug output.
8045         * src/compose.c
8046                 Added keyboard accelerator for Priority menu items
8047                 Added missing \n in debug output
8048         * src/logwindow.c
8049         * src/gtkspell.c
8050         * src/rfc2015.c
8051                 Added missing \n in debug output
8052
8053 2002-07-13 [paul]       0.7.8claws64
8054
8055         * man/sylpheed.1
8056                 change Sergey's email address to the sf address
8057
8058         * src/textview.c
8059                 increase show_url_timeout (more useful for long
8060                 urls)
8061
8062 2002-07-12 [sergey]     0.7.8claws63
8063
8064         * src/rfc2015.c
8065                 applied (with some modifications) patch to set the
8066                 micalg parameter for signatures
8067                 (2001-08-28 Werner Koch <wk@gnupg.org>)
8068
8069 2002-07-12 [sergey]     0.7.8claws62
8070
8071         * man/Makefile.am
8072         * configure.in
8073                 fixed man page installation
8074
8075 2002-07-12 [paul]       0.7.8claws61
8076
8077         * sync with 0.7.8cvs26
8078                 see ChangeLog 2002-07-11 and 2002-07-12
8079
8080 2002-07-11 [christoph]  0.7.8claws60
8081
8082         * src/compose.c
8083         * src/procmsg.c
8084                 first use the message number to find the message
8085                 to mark with a reply flag but check the
8086                 message-id if we got the correct message, if not
8087                 try to find it by message-id.
8088                 use new string seperator that is not allowed
8089                 in message-ids.
8090
8091 2002-07-11 [paul]       0.7.8claws59
8092
8093         * sync with 0.7.8cvs23
8094                 see ChangeLog 2002-07-10
8095
8096 2002-07-10 [christoph]  0.7.8claws58
8097
8098         * src/folder.[ch]
8099         * src/msgcache.[ch]
8100                 Added message-id table to the cache in memory
8101                 and functions to msgcache.c and folder.c to
8102                 fetch MsgInfos by message id
8103         * src/compose.c
8104         * src/procmsg.c
8105                 store folder and message-id of message replying
8106                 to in queue header and set reply flag after sending
8107                 (Closes bug #469498)
8108
8109 2002-07-10 [paul]       0.7.8claws57
8110
8111         * AUTHORS
8112           man/sylpheed.1.gz
8113                 add Martin to the list of authors
8114
8115 2002-07-09 [martin]     0.7.8claws56
8116         * src/gtksctree.c
8117                 Added gtk_ctree_last_visible(), tree_update_level(),
8118                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
8119                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8120                 from gtk+ to gtksctree.c for the new sorting code
8121                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
8122                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
8123         * src/gtksctree.h
8124                 Added declaration for gtk_sctree_sort_recursive() and
8125                 gtk_sctree_sort_node
8126         * src/addressbook.c
8127         * src/foldersel.c
8128         * src/folderview.c
8129         * src/summaryview.c
8130                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
8131                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
8132
8133 2002-07-08 [paul]       0.7.8claws55
8134
8135         * more sync with 0.7.8cvs21
8136                 see ChangeLog 2002-07-08
8137
8138 2002-07-08 [paul]       0.7.8claws54
8139
8140         * sync with 0.7.8cvs21
8141                 see ChangeLog 2002-07-08
8142
8143 2002-07-07 [alfons]     0.7.8claws53
8144
8145         * src/Makefile.am
8146         * src/stock_pixmap.[ch]
8147         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
8148         * src/pixmaps/notice_error.xpm  ** NEW FILE **
8149         * src/pixmaps/notice_note.xpm   ** NEW FILE **
8150                 add new pixmaps for upcoming notice pane
8151
8152 2002-07-06 [melvin]     0.7.8claws52
8153
8154         * src/gtkspell.[ch]
8155                 Made them a bit closer to Sylpheed's coding style.
8156                 Removed old code.
8157                 Removed possible memory leaks when some errors occurs.
8158
8159 2002-07-06 [melvin]     0.7.8claws51
8160
8161         * po/Makefile.in.in
8162                 Removed --no-location in xgettext command line to help
8163                 translators that use Emacs' po-mode
8164         * src/quote_fmt.c
8165                 Removed unnecessary comments that messed up sylpheed.pot
8166
8167 2002-07-06 [paul]       0.7.8claws50
8168
8169         * sync with 0.7.8cvs19
8170                 see ChangeLog 2002-07-05
8171
8172 2002-07-06 [christoph]  0.7.8claws49
8173
8174         * src/folder.c
8175         * src/mainwindow.c
8176                 fix folder_item_remove_all_msg and folderview
8177                 status for trash folders after emptying trash
8178
8179 2002-07-05 [paul]       0.7.8claws48
8180
8181         * sync with 0.7.8cvs16
8182                 see ChangeLog 2002-07-04 and 2002-07-05
8183
8184 2002-07-04 [paul]       0.7.8claws47
8185
8186         * sync with 0.7.8cvs14
8187                 see  ChangeLog 2002-07-04
8188
8189 2002-07-03 [alfons]     0.7.8claws46
8190
8191         * src/folder.c
8192                 dupe folder item's path because it's being reallocated
8193                 by new folder scanning code
8194
8195 2002-07-03 [christoph]  0.7.8claws45
8196
8197         * src/imap.c
8198                 better IMAP uid fetching using 'FETCH 1:* (UID)'
8199         * src/msgcache.c
8200                 add missing return in msgcache_write
8201
8202 2002-07-02 [thorsten]   0.7.8claws44
8203
8204         * src/jpilot.c
8205         * src/msgcache.c
8206         * src/rfc2015.c
8207                 use binary mode for file access
8208
8209 2002-07-02 [christoph]  0.7.8claws43
8210
8211         * major code cleanup (part 1)
8212         
8213                 - unused variables removed
8214                 - unused functions removed
8215                 - uninitialized variables checked
8216                 - missing return statements added
8217                 - missing function return types added
8218                 - added parentheses around assignment and
8219                   && in || when suggested by gcc
8220               
8221         * src/mh.c
8222         * src/folder.c
8223                 replaced direct calls to folder->scan_tree
8224                 with folder_scan_tree and restore folder
8225                 prefs in this function. The folder should
8226                 not have to deal with them.
8227                 ( Should now work for all folder types )
8228
8229 2002-07-02 [paul]       0.7.8claws42
8230
8231         * sync with 0.7.8cvs13
8232                 see ChangeLog 2002-07-01 and 2002-07-02
8233
8234 2002-07-01 [christoph]  0.7.8claws41
8235
8236         * src/summaryview.c
8237                 fix "goto next/prev unread message" with
8238                 ignored threads
8239
8240 2002-07-01 [paul]       0.7.8claws40
8241
8242         * po/es.po
8243                 updated by Ricardo Mones Lastra
8244
8245 2002-06-30 [match]      0.7.8claws39
8246
8247         * src/jpilot.c
8248                 applied variation of leonerd's patch (566661) to
8249                 allow multiple email addresses per JPilot entry.
8250                 addresses may be separated by space, comma, pipe,
8251                 semi-colon, new-line.
8252
8253 2002-06-30 [alfons]     0.7.8claws38
8254
8255         * src/procmsg.c
8256                 simple fix for putting older nodes before
8257                 newer nodes when threading by subject
8258
8259 2002-06-30 [christoph]  0.7.8claws37
8260
8261         * src/folder.c
8262         * src/folderview.c
8263         * src/mh.c
8264         * src/news.c
8265         * src/procmsg.c
8266                 fix broken folder tree rescaning
8267                 and don't use procmsg_get_mark_sum
8268                 anymore
8269
8270 2002-06-30 [christoph]  0.7.8claws36
8271
8272         * merge new cache branch
8273         * src/imap.c
8274                 fix new cache imap copy bug
8275         * src/folder.c
8276                 improved folder_item_scan
8277                 it should now always set the correct
8278                 new, unread and total message counts
8279
8280 2002-06-29 [paul]       0.7.8claws35
8281
8282         * configure.in
8283                 correct syntax error
8284
8285 2002-06-29 [paul]       0.7.8claws34
8286
8287         * configure.in
8288           Makefile.am
8289           man/Makefile.am       ** NEW FILE **
8290           man/sylpheed.1.gz     ** NEW FILE **
8291                 add Sylpheed man page
8292
8293 2002-06-29 [paul]       0.7.8claws33
8294
8295         * po/pt_BR.po
8296                 updated by Fabio Junior Beneditto
8297
8298 2002-06-28 [jens]       0.7.8claws32
8299
8300         * po/de.po
8301                 translation updated
8302
8303         * src/selective_download.c
8304                 removed gettext for space " "
8305
8306         * src/imap.c
8307                 removed wrong space
8308
8309 2002-06-28 [paul]       0.7.8claws31
8310
8311         * sync with 0.7.8cvs11
8312                 see ChangeLog 2002-06-28
8313
8314 2002-06-28 [paul]       0.7.8claws30
8315
8316         * sync with 0.7.8cvs10
8317                 see ChangeLog 2002-06-27 and 2002-06-28
8318
8319 2002-06-26 [paul]       0.7.8claws29
8320
8321         * src/addrgather.c
8322           src/selective_download.c
8323                 don't gettextise empty strings.
8324                 reserved by gettext. gettext("") returns 
8325                 the header entry with meta information, 
8326                 not the empty string
8327
8328         * po/en_GB.po
8329                 updated
8330
8331 2002-06-26 [paul]       0.7.8claws28
8332
8333         * sync with 0.7.8cvs7
8334                 see ChangeLog 2002-06-25
8335
8336         * src/prefs_common.c
8337                 ...and in the process, tweak the gui a little
8338
8339 2002-06-25 [alfons]     0.7.8claws27
8340         
8341         * configure.in
8342         * src/Makefile.am
8343                 fine tune ldap library detection
8344
8345 2002-06-25 [alfons]     0.7.8claws26
8346
8347         * src/compose.c
8348                 don't allow return receipts when composing a news article
8349
8350 2002-06-25 [paul]       0.7.8claws25
8351
8352         * Makefile.am
8353                 add '$(AMTAR)' to 'release' section to allow for
8354                 new and older autotools
8355
8356 2002-06-25 [paul]       0.7.8claws24
8357
8358         * src/summaryview.c
8359                 fix "No more unread messages" persistant pop-up
8360                 window bug
8361
8362 2002-06-25 [paul]       0.7.8claws23
8363
8364         * po/it.po
8365                 updated by Alessandro Maestri
8366
8367 2002-06-25 [paul]       0.7.8claws22
8368
8369         * sync with 0.7.8cvs6
8370                 see ChangeLog 2002-06-25
8371
8372 2002-06-24 [paul]       0.7.8claws21
8373
8374         * tools/update-po
8375                 add GPL copyright information
8376
8377 2002-06-24 [paul]       0.7.8claws20
8378
8379         * tools/Makefile.am
8380           tools/README
8381           tools/update-po       ** NEW FILE **
8382                 add script that eases the creation of *.po files
8383                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8384
8385 2002-06-23 [alfons]     0.7.8claws19
8386
8387         * src/messageview.c
8388                 make notification_convert_header obey const correctness
8389                 (next step will be fixing the broken return receipt)
8390
8391 2002-06-23 [paul]       0.7.8claws18
8392
8393         * src/messageview.c
8394                 fix bug introduced in last commit:
8395                 removed too much code in last commit - put back what's
8396                 needed
8397
8398 2002-06-23 [paul]       0.7.8claws17
8399
8400         * src/messageview.[ch]
8401                 remove code committed in error from locally patched
8402                 source
8403
8404 2002-06-23 [colin]      0.7.8claws16
8405
8406         * src/compose.[ch]
8407                 add compose_entry_select(), used to select the default_to
8408                 email address - hopefully avoiding people sending mails to
8409                 wrong recipients.
8410
8411 2002-06-22 [alfons]     0.7.8claws15
8412
8413         * AUTHORS
8414                 add Bram Metsch & Stanislav Karchebny
8415         * src/smtp.[ch]
8416         * src/prefs_account.[ch]
8417         * src/send.c
8418                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8419                   options.  (see <http://sourceforge.net/tracker/index.php
8420                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8421
8422                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8423                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8424
8425 2002-06-22 [paul]       0.7.8claws14
8426
8427         * sync with 0.7.8cvs5
8428                 see ChangeLog 2002-06-19 and 2002-06-20
8429
8430 2002-06-22 [alfons]     0.7.8claws13
8431
8432         * src/selective_download.c
8433                 fix a stupid mistake I made
8434
8435 2002-06-22 [alfons]     0.7.8claws12
8436
8437         * src/selective_download.[ch]
8438                 fix another unnoticed leak; cleanup code
8439
8440 2002-06-21 [alfons]
8441
8442         * tools/Makefile.am
8443                 gpg-sign <-- gpg-sign-syl
8444
8445 2002-06-21 [alfons]     0.7.8claws11
8446
8447         * src/selective_download.c
8448         * src/selective_download.h
8449                 fix assorted mix of allocation errors (should solve
8450                 problem reported by Philippe Gramoullé, see:
8451                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8452
8453 2002-06-20 [melvin]     0.7.8claws10
8454
8455         * tools/gpg-sign *REMOVED*
8456           tools/gpg-sign-syl *ADDED*
8457                 Replaced the gpg clearsigning script with the version using
8458                 xterm instead of ssh-askpass and changed its name.
8459
8460         * README.claws
8461                 Updated actions example to reflect the renaming of the
8462                 gpg clearsigning script.
8463
8464 2002-06-19 [paul]       0.7.8claws9
8465
8466         * sync with 0.7.8claws9
8467                 see ChangeLog 2002-06-18 and 2002-06-19
8468
8469 2002-06-19 [paul]       0.7.8claws8
8470
8471         * sync with 0.7.8cvs1
8472                 see ChangeLog 2002-06-18
8473
8474 2002-06-18 [alfons]     0.7.8claws7
8475
8476         * src/mainwindow.h
8477                 add omitted prototype
8478
8479 2002-06-17 [paul]       0.7.8claws6
8480
8481         * src/mainwindow.c
8482                 fix hiding of exec_btn
8483
8484 2002-06-17 [paul]       0.7.8claws5
8485
8486         * src/pop.c
8487                 remove unneeded code: should_delete() 
8488                 and Pop3State::uidl_todelete_list
8489
8490 2002-06-17 [paul]       0.7.8claws4
8491
8492         * sync with 0.7.8
8493                 see ChangeLog 2002-06-11 and 2002-06-13
8494
8495 2002-06-16 [alfons]     0.7.8claws3
8496         
8497         * src/folder.c
8498                 make sure lock sort mode (claws specific) is
8499                 also persists after a tree rescan
8500
8501 2002-06-16 [alfons]     0.7.8claws2
8502
8503         * src/prefs_folder_item.c
8504         * src/folder.[ch]
8505                 fix persistence of folder sort mode (broken
8506                 by adapting Hiro's new folder persistence code)
8507
8508 2002-06-16 [alfons]     0.7.8claws1
8509
8510         * AUTHORS
8511         * src/logwindow.c
8512         * src/prefscommon.[ch]
8513                 control size of log text in log window; 
8514                 closes patch #569155 submitted by Mitko Haralanov.
8515
8516 2002-06-15 [paul]       0.7.8claws
8517
8518         * release of 0.7.8claws
8519
8520 2002-06-15 [paul]       0.7.7claws
8521
8522         * po/pt_BR.po
8523                 updated by Fabio Junior Beneditto
8524
8525 2002-06-14 [paul]       0.7.6claws49
8526
8527         * po/es.po
8528                 updated by Ricardo Mones Lastra
8529
8530 2002-06-14 [paul]       0.7.6claws48
8531
8532         * po/nl.po
8533                 updated translation by Wilbert Berendsen
8534
8535 2002-06-14 [melvin]     0.7.6claws47
8536
8537         * po/fr.po
8538                 Updated French translation
8539
8540 2002-06-13 [paul]       0.7.6claws46
8541
8542         * src/filesel.c
8543                 allow filename to be typed in, rather than just
8544                 selected by the mouse. Patch by Gustavo Noronha Silva.
8545
8546 2002-06-13 [alfons]     0.7.6claws45
8547
8548         * src/mainwindow.[ch]
8549                 more cleanups (removing unnecessary menu items Expand 
8550                 summary / message view)
8551
8552 2002-06-13 [melvin]     0.7.6claws44
8553
8554         * po/POTFILES.in
8555                 Added src/string_match.c
8556         * src/string_match.c
8557                 Fixed possible buffer overflow.
8558                 Corrected typo.
8559                 Added missing config.h header.
8560         * src/prefs_common.c
8561           src/prefs_matcher.c
8562           src/prefs_scoring.c
8563                 Made some strings translatable (missing _(..)).
8564
8565 2002-06-13 [melvin]     0.7.6claws43
8566
8567         * README.claws
8568                 Corrected action example (verifying clearsigned mail).
8569         * src/prefs_account.c
8570                 Corrected typo.
8571         * src/prefs_common.c
8572                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8573
8574 2002-06-12 [alfons]     0.7.6claws42
8575
8576         * src/summaryview.c
8577                 add init of score column lost in 0.7.6claws42
8578
8579 2002-06-12 [paul]       0.7.6claws41
8580
8581         * src/prefs_account.c
8582                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8583                 behavior of the radio buttons, (from 0.7.7cvs2)
8584
8585 2002-06-11 [alfons]     0.7.6claws40
8586
8587         * src/messageview.[ch]
8588         * src/summaryview.[ch]
8589         * src/summary_search.c
8590         * src/mainwindow.c
8591                 perform a sync to bring in Hiro's separate view implementation 
8592
8593                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8594
8595 2002-06-11 [paul]       0.7.6claws39
8596         
8597         * src/prefs_account.c
8598                 correct a typo on the Receive tab
8599
8600 2002-06-10 [match]      0.7.6claws38
8601
8602         * src/addressbook.c
8603                 Included address completion patch from Gustavo Noronha.
8604
8605 2002-06-10 [paul]       0.7.6claws37
8606
8607         * src/inc.[ch]
8608           src/pop.c
8609           src/prefs_account.[ch]
8610           src/selective_download.[ch]
8611                 apply PATCH #561712
8612                  NEW:
8613                 - check if POP Account
8614                 - Receive Button renamed to Preview
8615                 - Preview Button Popup: preview new/all messages
8616                 - Download Button
8617                 - Account Preferences-->Receive tab checkbutton if you
8618                   want to remove Mail after Download
8619                 -: default YES
8620                 - Account Preferences-->Receive tab checkbutton use
8621                   filtering rules on preview
8622                   (think of delete_on_server)
8623                 -: default YES
8624                 - Account selectable from SD dialog
8625                 - checkbutton to show already downloaded messages if
8626                   all messages are previewed
8627                 - new clist column showing Date
8628                 - ESC KEY close
8629                 FIXES:
8630                 - play ball with UIDL
8631                 - fault tolerant (?) 
8632                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8633
8634 2002-06-10 [melvin]     0.7.6claws36
8635
8636         * README.claws
8637                 Added a hint to ac/README in cvs instructions.
8638
8639         * src/prefs_actions.c
8640                 Made it possible to use a more elaborate command line
8641                 for asynchronous actions, too.
8642
8643 2002-06-10 [melvin]     0.7.6claws35
8644         
8645         * src/prefs_actions.c
8646                 Make it possible to use a more elaborate command line
8647                 (e.g. |foo|bar|cat>there;echo Done|)
8648                 Corrected error message when calling %f, %F and %p commands
8649                 from the compose window.
8650
8651 2002-06-09 [colin]      0.7.6claws34
8652
8653         * src/summaryview.c
8654                 Automatically find unread messages in current folder
8655                 before annoying the user.
8656
8657 2002-06-08 [alfons]     0.7.6claws33
8658
8659         * po/it.po
8660                 remove bad formatting string in it.po translation
8661                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8662
8663 2002-06-08 [paul]       0.7.6claws32
8664
8665         * sync with 0.7.6cvs25
8666                 see ChangeLog 2002-06-07
8667
8668 2002-06-05 [paul]       0.7.6claws31
8669
8670         * src/mainwindow.c
8671                 add 'Sort by locked' and 'Sort by score'
8672
8673 2002-06-05 [paul]       0.7.6claws30
8674
8675         * sync with 0.7.6cvs24
8676                 see ChangeLog 2002-06-04
8677
8678 2002-06-04 [paul]       0.7.6claws29
8679
8680         * po/pt_BR.po
8681                 updated by Fabio Junior Beneditto
8682
8683 2002-06-03 [thorsten]   0.7.6claws28
8684
8685         * src/matcher.c
8686                 fclose() matcherrc after reading
8687
8688 2002-06-03 [paul]       0.7.6claws27
8689
8690         * sync with 0.7.6cvs21
8691                 see ChangeLog 2002-05-31
8692
8693 2002-05-31 [paul]       0.7.6claws26
8694
8695         * sync with 0.7.6cvs20
8696                 see ChangeLog 2002-05-29 and 2002-05-30
8697
8698 2002-05-31 [paul]       0.7.6claws25
8699
8700         * src/imap.c
8701                 hopefully fix last buggy sync
8702
8703         * README.claws
8704                 correct typo in 'Actions' examples
8705
8706 2002-05-29 [paul]       0.7.6claws24
8707
8708         * sync with 0.7.6cvs18
8709                 see ChangeLog 2002-05-28 and 2002-05-29
8710
8711         * src/news.c
8712           src/nntp.[ch]
8713                 sync with above 
8714
8715 2002-05-28 [paul]       0.7.6claws23
8716
8717         * sync with 0.7.6cvs16
8718                 see ChangeLog 2002-05-28
8719
8720 2002-05-27 [thorsten]   0.7.6claws22 
8721
8722         * faq/it/sylpheed-faq-1.html
8723           faq/it/sylpheed-faq-2.html
8724           faq/it/sylpheed-faq-3.html
8725           faq/it/sylpheed-faq.html
8726                 corrected DOS lineendings
8727         * faq/de/sylpheed-faq-1.html
8728           faq/de/sylpheed-faq-2.html
8729           faq/en/sylpheed-faq-1.html
8730           faq/en/sylpheed-faq-2.html
8731           faq/en/sylpheed-faq-3.html
8732           faq/es/sylpheed-faq-1.html
8733           faq/es/sylpheed-faq-2.html
8734           faq/es/sylpheed-faq-3.html
8735           faq/fr/sylpheed-faq-1.html
8736           faq/it/sylpheed-faq-1.html
8737           faq/it/sylpheed-faq-2.html
8738           faq/it/sylpheed-faq-3.html
8739           faq/it/sylpheed-faq.html
8740                 changed ">" to &quot;
8741
8742 2002-05-27 [paul]       0.7.6claws21
8743         
8744         * sync with 0.7.6cvs15
8745                 see ChangeLog 2002-05-27
8746
8747 2002-05-27 [paul]       0.7.6claws20
8748
8749         * src/prefs_account.c
8750                 correct a typo
8751
8752 2002-05-26 [paul]       0.7.6claws19
8753
8754         * tools/README
8755                 correct a typo
8756
8757 2002-05-25 [paul]       0.7.6claws18
8758
8759         * tools/README
8760                 add description of kmail2sylpheed.pl
8761
8762 2002-05-25 [paul]       0.7.6claws17
8763
8764         * tools/kmail2sylpheed.pl       ** NEW FILE **
8765                 perl script that converts an exported Kmail address
8766                 book, converts it to sylpheed addressbook file,
8767                 writes the file to .sylpheed, and updates
8768                 addrbook--index.xml 
8769
8770 2002-05-25 [paul]       0.7.6claws16
8771
8772         * sync with 0.7.6cvs14
8773                 see ChangeLog 2002-05-23
8774
8775 2002-05-24 [paul]       0.7.6claws15
8776
8777         * README.claws
8778                 make a correction and add some more info
8779
8780 2002-05-24 [paul]       0.7.6claws14
8781
8782         * src/compose.c
8783                 fix memory leak in 
8784                 compose_redirect_write_headers_from_headerlist()
8785                 add Subject and Resent-Message-ID to
8786                 compose_redirect_write_headers()
8787                 Received, Subject, and X-UIDL are filtered out in 
8788                 compose_redirect_write_to_file()
8789
8790 2002-05-23 [paul]       0.7.6claws13
8791
8792         * src/compose.[ch]
8793           src/filtering.c
8794           src/mainwindow.c
8795           src/matcher.[ch]
8796           src/matcher_parser_lex.l
8797           src/matcher_parser_parse.y
8798           src/prefs_common.[ch]
8799           src/prefs_filtering.c
8800           src/summaryview.c
8801                 rename 'Bounce' to 'Redirect'
8802
8803 2002-05-23 [paul]       0.7.6claws12
8804
8805         * more sync with 0.7.6cvs13
8806           src/compose.c
8807                 see ChangeLog 2002-05-22
8808
8809 2002-05-22 [paul]       0.7.6claws11
8810
8811         * sync with 0.7.6cvs13
8812           src/codeconv.c
8813                 see ChangeLog 2002-05-20
8814           src/prefs_common.c
8815                 see ChangeLog 2002-05-22
8816
8817 2002-05-21 [melvin]     0.7.6claws10
8818
8819         * src/folderview.c
8820                 Added missing filtering and scoring headers
8821                 Fixed bad function call that showed garbage 
8822                 in Folder->Processing
8823
8824 2002-05-21 [paul]       0.7.6claws9
8825
8826         * tools/Makefile.am
8827                 make all tools executable, (patch by Alfons).
8828
8829 2002-05-20 [alfons]     0.7.6claws8
8830
8831         * src/procheader.c
8832                 don't forget to call mktime() so we have a valid week 
8833                 and year day
8834                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8835
8836 2002-05-20 [paul]       0.7.6claws7
8837
8838         * src/html.c
8839                 fix broken parsing of urls
8840         * src/textview.c
8841                 fix displaying of urls
8842
8843                 both fixes from the patch [547855] by Eugene 
8844                 Brevdo (zonem)
8845
8846 2002-05-19 [alfons]     0.7.6claws6
8847
8848         * configure.in
8849                 make sylpheed configure correctly with the latest
8850                 and greatest of automake / autoconf / gettext
8851
8852 2002-05-19 [alfons]     0.7.6claws5
8853
8854         * src/procheader.c
8855         * src/procheader.h
8856                 add function for returning ime zone offset
8857         * src/quote_fmt.c
8858         * src/quote_fmt_parse.y
8859                 better quotation formatting - does not convert
8860                 to local time, but uses the original date string.
8861                 
8862                 Note: %z inserts the timezone offset (should 
8863                 work also on platforms where strftime does not
8864                 support %z).
8865
8866 2002-05-18 [christoph]  0.7.6claws4
8867
8868         * src/summaryview.c
8869                 fix indentation of some code
8870         * tools/Makefile.am
8871                 fix spaces after \
8872         * src/Makefile.am
8873                 add missing \
8874                 correct path for ignorethread.xpm
8875                 incorrect filename for sylpheed_logo.xpm
8876                 add missing include matcher_parser_parse.h
8877
8878 2002-05-18 [paul]       0.7.6claws3
8879
8880         * sync with 0.7.6cvs8
8881                 see ChangeLog 2002-05-16 and 2002-05-17
8882
8883 2002-05-18 [melvin]     0.7.6claws2
8884
8885         * README.claws
8886                 Corrected an action's definition and fixed some misspellings.
8887
8888 2002-05-18 [paul]       0.7.6claws1
8889
8890         * tools/Makefile.am
8891           tools/gpg-sign        ** new file **
8892           tools/uudec           ** new file **
8893                 add Melvin's Actions scripts
8894
8895         * README.claws
8896                 add Melvin's descriptions for Actions
8897
8898 2002-05-18 [paul]       0.7.6claws
8899
8900         * Version 0.7.6claws released
8901
8902 2002-05-17 [paul]       0.7.5claws32
8903
8904         * po/es.po
8905                 updated by Ricardo Mones Lastra
8906
8907 2002-05-17 [paul]       0.7.5claws31
8908
8909         * src/compose.c
8910                 fix Account prefs default folder for sent/draft/deleted
8911                 messages bug
8912
8913         * po/it.po
8914           po/nl.po
8915                 updated translation by Alessandro Maestri and
8916                 Wilbert Berendsen
8917
8918 2002-05-17 [melvin]     0.7.5claws30
8919
8920         * src/prefs_actions.c
8921                 Fixed bug where using %F not at the end of the command 
8922                 resulted in an additional empty argument being created.
8923                 Thanks to Darko Koruga for reporting the bug.
8924
8925 2002-05-17 [melvin]     0.7.5claws29
8926
8927         * po/fr.po
8928                 Updated French translations.
8929
8930 2002-05-15 [paul]       0.7.5claws28
8931         
8932         * po/es.po
8933                 updated by Ricardo Mones Lastra
8934
8935 2002-05-15 [paul]       0.7.5claws27
8936
8937         * sync with 0.7.6cvs4
8938                 see ChangeLog 2002-05-14 and 2002-05-15
8939
8940 2002-05-14 [paul]       0.7.5claws26
8941
8942         * sync with 0.7.6cvs1
8943                 see ChangeLog 2002-05-13
8944
8945 2002-05-13 [thorsten]   0.7.5claws25
8946
8947         * src/messageview.c
8948                 fix select_all and copy in multipart messages
8949         * src/mainwindow.c
8950                 fix select_all and copy in multipart messages
8951
8952 2002-05-12 [paul]       0.7.5claws24
8953
8954         * src/summaryview.c
8955                 reverse last commit, bug already fixed in 0.7.5claws3
8956
8957 2002-05-12 [netztorte]  0.7.5claws23
8958
8959         * src/summaryview.c
8960                 dont parse empty addressbook (checked in before claws20)
8961
8962 2002-05-12 [melvin]     0.7.5claws22
8963
8964         * src/procmsg.[ch]
8965                 Removed unneeded priority code introduced by the previous 
8966                 commit.
8967
8968 2002-05-12 [melvin]     0.7.5claws21
8969
8970         * src/compose.[ch]
8971                 Added possibility to set message's priority.
8972         * src/procmsg.[ch]
8973                 Added possibility to set message's priority.
8974                 Added missing headers
8975
8976 2002-05-12 [melvin]     0.7.5claws20
8977
8978         * src/prefs_actions.c
8979                 Removed implicitely added quotes around the name
8980                 of the temporary files of mime parts.
8981
8982 2002-05-12 [paul]       0.7.5claws19
8983
8984         * sync with 0.7.5cvs20
8985                 see ChangeLog 2002-05-11
8986
8987 2002-05-12 [alfons]     0.7.5claws18
8988
8989         * src/quote_fmt_lex.l
8990         * src/quote_fmt_parse.y
8991                 allow quote / reply date & time format to be set using
8992                 %D{format}. format is a format string you'd pass to
8993                 strftime() (see man strftime, or the Display tab |
8994                 Date format setting).
8995
8996                 Currently %D converts the date to local time. 
8997
8998 2002-05-11 [paul]       0.7.5claws17
8999
9000         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
9001                 see ChangeLog 2002-05-10 and 2002-05-11
9002
9003 2002-05-10 [paul]       0.7.5claws16
9004
9005         * sync with 0.7.5cvs16
9006                 see ChangeLog entries 2002-05-09 and 
9007                 2002-05-10
9008
9009 2002-05-10 [colin]      0.7.5claws15
9010
9011         * src/textview.c
9012                 Corrected a bug that prevented sylpheed to open
9013                 double-clicked URIs.
9014
9015 2002-05-09 [paul]       0.7.5claws14
9016
9017         * sync with 0.7.5cvs14
9018                 see ChangeLog 2002-05-08 and 2002-05-09
9019
9020 2002-05-08 [paul]       0.7.5claws13
9021
9022         * sync with 0.7.5cvs11
9023                 see ChangeLog entry 2002-05-08
9024
9025 2002-05-08 [paul]       0.7.5claws12
9026
9027         * src/mainwindow.c
9028           src/textview.[ch]
9029                 fix segfault on View->Open in new window
9030                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9031
9032 2002-05-07 [paul]       0.7.5claws11
9033
9034         * sync with 0.7.5cvs9
9035                 see ChangeLog entry 2002-05-07
9036
9037 2002-05-06 [paul]       0.7.5claws10
9038
9039         * src/messageview.c
9040           src/textview.c
9041                 display url in statusbar on single-click
9042                 patch submitted by Thorsten Maerz <torte@netztorte.de>
9043
9044 2002-05-06 [match]      0.7.5claws9
9045
9046         * src/addritem.[ch]
9047                 new functions.
9048         * src/addrcache.c
9049                 tidy up.
9050         * src/xmlprops.[ch]
9051                 XML implementation of properties file.
9052         * src/exporthtml.[ch]
9053         * src/expthtmldlg.[ch]
9054         * src/addressbook.c
9055                 export to HTML.
9056
9057 2002-05-02 [sergey]     0.7.5claws8
9058
9059         * src/mainwindow.c (mainwin_entries),
9060           src/prefs_common.c (prefs_send_create()),
9061           src/codeconv.c (locale_table):
9062                 use charset name "Windows-1251" instead of "CP1251".
9063
9064 2002-05-02 [colin]      0.7.5claws7
9065         
9066         * src/compose.c
9067           src/prefs_common.c
9068           src/prefs_folder_item.c
9069                 Fixed cosmetics bugs due to Outbox renamed to Sent.
9070
9071 2002-05-02 [hiro]       0.7.5claws6
9072
9073         * src/imap.c
9074                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
9075
9076 2002-05-02 [paul]       0.7.5claws5
9077
9078         * src/compose.c
9079                 more sync with 0.7.5cvs7, see ChangeLog entry
9080                 2002-05-02
9081
9082 2002-05-02 [hiro]       0.7.5claws4
9083
9084         * src/compose.c
9085                 compose_queue_sub():
9086                 check if queue folder exists (closes #550397).
9087                 removed directory creation since it should be handled
9088                 transparently.
9089         * src/imap.c
9090                 imap_add_msg(): return UID for appended message
9091                 (closes #548842).
9092
9093 2002-04-30 [paul]       0.7.5claws3
9094
9095         * src/summaryview.c
9096                 fix account_find_from_address() bug
9097
9098 2002-04-28 [colin]      0.7.5claws2
9099
9100         * src/compose.c
9101           src/textview.c
9102           src/prefs_common.[ch]
9103           src/utils.[ch]
9104                 Added user-definable quotation characters recognition.
9105
9106 2002-04-28 [paul]       0.7.5claws1
9107
9108         * sync with 0.7.5cvs4
9109                 see ChangeLog entry  2002-04-25
9110
9111 2002-04-28 [paul]       0.7.5claws
9112
9113         * po/es.po
9114           po/nl.po
9115           po/pt_BR.po
9116                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
9117                 Fabio Junior Beneditto
9118
9119 2002-04-27 [jens]       0.7.4claws103
9120
9121         * po/de.po
9122                 updated German translation.
9123
9124 2002-04-27 [hiro]       0.7.4claws102
9125
9126         * src/summaryview.c
9127                 summary_write_cache(): fixed the mark loss of hidden messages.
9128
9129 2002-04-26 [melvin]     0.7.4claws101
9130
9131         * src/procmsg.c
9132                 fixed a second typo (same one)
9133         * po/fr.po
9134           po/it.po
9135           po/pt_BR.po
9136                 fixed the type again...
9137
9138 2002-04-26 [melvin]     0.7.4claws100
9139
9140         * src/procmsg.c
9141                 fixed a typo in an alert message ("temorary").
9142         * po/it.po
9143         * po/pt_BR.po
9144                 corrected the typo  described above.
9145         * po/fr.po
9146                 updated French translation.
9147
9148 2002-04-26 [darko]      0.7.4claws99
9149
9150         * src/summaryview.c
9151                 fix target folder colorization
9152
9153 2002-04-25 [paul]       0.7.4claws98
9154
9155         * po/it.po
9156                 updated by Alessandro Maestri
9157
9158 2002-04-24 [colin]      0.7.4claws97
9159         
9160         * src/compose.c
9161                 Fixed double "subject is empty" question.
9162
9163 2002-04-23 [colin]      0.7.4claws96
9164         
9165         * src/mimeview.c
9166                 Corrected issue when "automatically display images" was
9167                 not set : first image remained after selecting second.
9168
9169 2002-04-23 [melvin]     0.7.4claws95
9170
9171         * src/prefs_actions.c
9172                 Don't display in/out dialog if there is nothing to show.
9173
9174 2002-04-23 [paul]       0.7.4claws94
9175
9176         * sync with 0.7.5cvs3
9177                 bug fixes: see ChangeLog entry 2002-04-23
9178
9179 2002-04-22 [darko]      0.7.4claws93
9180
9181         * src/compose.c
9182                 fix previous check-in which changed code after
9183                 merge from main
9184
9185 2002-04-22 [paul]       0.7.4claws92
9186
9187         * faq/de/*
9188                 add German FAQ
9189         * faq/en/*
9190           faq/es/*
9191           faq/fr/*
9192                 update English, Spanish and French FAQs
9193         * manual/de/*
9194           manual/es/*
9195                 add German and Spanish manuals
9196         * manual/en/*
9197           manual/fr/*
9198                 update English and French manuals
9199
9200         * src/Makefile.am
9201                 add to and re-arrange the pixmap entries
9202
9203 2002-04-22 [darko]      0.7.4claws91
9204
9205         * src/compose.c
9206                 fix sender initials recognition to only allow
9207                 '>' after the initials
9208
9209 2002-04-21 [paul]       0.7.4claws90
9210
9211         * sync with 0.7.5 release
9212                 see ChangeLog entry 2002-04-21
9213
9214 2002-04-21 [alfons]
9215
9216         * src/Makefile.am
9217                 add colin's new pixmaps to EXTRA_DIST
9218
9219 2002-04-21 [colin]      0.7.4claws89
9220         * src/compose.c
9221         * src/inc.c
9222         * src/mainwindow.[ch]
9223         * src/prefs_common.[ch]
9224         * src/stock_pixmap.[ch]
9225                 Added "Work offline" ability.
9226
9227 2002-04-21 [colin]      0.7.4claws88
9228         
9229         * src/mimeview.c
9230         * src/prefs_common.c
9231         * src/prefs_common.h
9232         * src/textview.c : Added an option to common preferences -> display
9233           to allow user not to automatically display images.
9234
9235 2002-04-21 [paul]       0.7.4claws87
9236
9237         * sync with 0.7.4cvs52
9238                 see ChangeLog entry 2002-04-21 (src/imap.c)
9239
9240 2002-04-21 [paul]       0.7.4claws86
9241
9242         * sync with 0.7.4cvs51
9243                 see ChangeLog entry 2002-04-21
9244
9245 2002-04-21 [paul]       0.7.4claws85
9246
9247         * sync with 0.7.4cvs49
9248                 see ChangeLog entries 2002-04-20 and 2002-04-21
9249
9250         * src/Makefile.am
9251                 clean up: remove old 'stock_' element from xpm 
9252                 filenames.
9253
9254 2002-04-21 [alfons]     0.7.4claws84
9255
9256         apply sync patch from Paul
9257
9258         * src/folderview.c
9259                 use old claws prefs_folder_item_create() for now
9260
9261 2002-04-19 [match]      0.7.4claws83
9262
9263         * src/addressbook.[ch]
9264         * src/addrharvest.[ch]
9265         * src/addrgather.[ch]
9266                 recurse folders.
9267         * src/mainwindow.c
9268         * src/summaryview.[ch]
9269                 change menu option.
9270
9271 2002-04-19 [paul]       0.7.4claws82
9272
9273         * po/pt_BR.po
9274                 updated by Fabio Junior Beneditto
9275
9276 2002-04-14 [alfons]     0.7.4claws81
9277
9278         * src/passphrase.c
9279                 add #include <sys/types.h> for mode_t and off_t 
9280
9281 2002-04-13 [paul]       0.7.4claws80
9282         
9283         * src/main.c
9284           src/passphrase.[ch]
9285           src/pgptext.c
9286           src/prefs_common.[ch]
9287           src/rfc2015.c
9288                 enable storing of GnuPG passphrase for the whole 
9289                 session or a user-defined number of minutes. patch 
9290                 submitted by Ravemax <ravemax@dextrose.com>
9291
9292 2002-04-13 [alfons]     0.7.4claws79
9293
9294         * src/textview.c
9295                 make email parser also stop scanning when encountering separators
9296                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9297
9298 2002-04-13 [paul]       0.7.4claws78
9299
9300         * sync with 0.7.4cvs39
9301                 see ChangeLog entry 2002-04-12
9302
9303 2002-04-11 [paul]       0.7.4claws77
9304
9305         * sync with 0.7.4cvs37
9306                 see ChangeLog entry 2002-04-11
9307
9308 2002-04-11 [paul]       0.7.4claws76
9309
9310         * COPYING 
9311                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9312                 the clause for OpenSSL). sync with sylpheed main
9313
9314 2002-04-09 [melvin]     0.7.4claws75
9315
9316         * src/compose.c
9317                 Made 'Ctrl-Enter' on send ignore some modifiers 
9318                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9319                 to bind other *-Enter (but not Alt-Enter).
9320
9321 2002-04-09 [paul]       0.7.4claws74
9322
9323         * sync with 0.7.4cvs35
9324                 see ChangeLog entries 2002-04-09
9325
9326 2002-04-08 [paul]       0.7.4claws73
9327
9328         * sync with 0.7.4cvs33
9329                 see ChangeLog entry 200-04-08
9330
9331 2002-04-07 [match]      0.7.4claws72
9332
9333         * src/addrharvest.[ch]
9334                 fixed to read all addresses in header, regardless
9335                 of header size. improved name parsing. accommodate
9336                 harvest from folders and selected message.
9337         * src/addritem.[ch]
9338                 included new address parsing function.
9339         * src/addrgather.[ch]
9340         * src/addressbook.[ch]
9341         * src/summaryview.[ch]
9342         * src/mainwindow.c
9343                 allow address harvest of folder as well as selected
9344                 messages.
9345
9346 2002-04-07 [paul]       0.7.4claws71
9347
9348         * src/esmtp.[ch]
9349           src/smtp.c
9350                 don't try to authenticate with CRAM-MD5 in SMTP when 
9351                 SMTP-AUTH enabled if MTA doesn't issue this 
9352                 auth-method in it's ehlo-response. bug item #531364,
9353                 patch item #938910. patch submitted by Colin Leroy 
9354                 <colin@colino.net>
9355
9356 2002-04-07 [paul]       0.7.4claws70
9357
9358         * src/nntp.c
9359                 fix missing MODE_READER bug. patch submitted by
9360                 Colin Leroy <colin@colino.net>
9361
9362 2002-04-07 [alfons]     0.7.4claws69
9363
9364         * src/matcher.[ch]
9365         * src/prefs_filtering.c
9366         * src/summaryview.c
9367                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9368                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9369
9370 2002-04-07 [paul]       0.7.4claws68
9371
9372         * sync with 0.7.4cvs32
9373                 see ChangeLog entry 2002-04-06
9374
9375         * tools/filter_conv.pl
9376                 more bug fixes
9377
9378 2002-04-06 [paul]       0.7.4claws67
9379
9380         * tools/filter_conv.pl
9381                 modify to be able to find the name of the first
9382                 mailbox and use that. main's filter does not
9383                 record the full path to the mailbox and therefore
9384                 can only filter to the first mailbox.
9385
9386 2002-04-05 [paul]       0.7.4claws66
9387
9388         * tools/filter_conv.pl
9389                 attempt to make the script all-encompassing and
9390                 be able to convert any main 'filter' rule thrown
9391                 at it
9392
9393 2002-04-05 [paul]       0.7.4claws65
9394
9395         * tools/filter_conv.pl
9396                 allow for collapsed folder trees
9397
9398 2002-04-05 [paul]       0.7.4claws64
9399
9400         * sync with 0.7.4cvs31
9401                 see ChangeLog entries 2002-04-05
9402
9403 2002-04-03 [paul]       0.7.4claws63
9404
9405         * sync with 0.7.4cvs29
9406                 see ChangeLog entries 2002-04-02 and 2002-04-03
9407
9408 2002-04-02 [paul]       0.7.4claws62
9409
9410         * sync with 0.7.4cvs26
9411                 see ChangeLog entry 2002-04-01
9412
9413 2002-04-02 [match]      0.7.4claws61
9414
9415         * src/pine.[ch]
9416         * src/importpine.[ch]
9417         * src/addressbook.c
9418                 import Pine address book.
9419
9420 2002-04-02 [match]      0.7.4claws60
9421
9422         * src/addrharvest.[ch]
9423                 improve address parsing of funky addresses.
9424
9425 2002-04-02 [darko]      0.7.4claws59
9426
9427         * src/compose.c
9428                 wrap on send improvements, it now recognizes quoted
9429                 initials as part of the quotation string, and it
9430                 does not join lines separated by CR
9431
9432 2002-04-01 [match]      0.7.4claws58
9433
9434         * src/mgutils.[ch]
9435                 added new functions.
9436         * src/mutt.[ch]
9437                 remove excessive duplicate address generation
9438                 on import.
9439
9440 2002-04-01 [alfons]     0.7.4claws57
9441         
9442         * src/summaryview.c
9443                 put back g_free() 
9444
9445 2002-04-01 [paul]       0.7.4claws56
9446
9447         * sync with 0.7.4cvs25
9448                 see ChangeLog entry 2002-04-01
9449
9450 2002-04-01 [alfons]     0.7.4aprilfool55
9451
9452         * src/summaryview.c
9453                 honour feature request item #537427 to allow for
9454                 displaying names from address book for sent mail also
9455
9456 2002-03-29 [paul]       0.7.4claws54
9457
9458         * src/mainwindow.c
9459           src/prefs_filtering.[ch]
9460           src/prefs_matcher.c
9461           src/summaryview.c
9462                 add 'fast filter' for claws' filtering,
9463                 /Tools/Create filter rule/... patch submitted
9464                 by Neill Miller <neillm@thecodefactory.org>
9465
9466 2002-03-29 [paul]       0.7.4claws53
9467
9468         * sync with 0.7.4cvs24
9469                 see ChangeLog entry 2002-03-29
9470
9471 2002-03-28 [paul]       0.7.4claws52
9472
9473         * sync with 0.7.4cvs23
9474                 see ChangeLog entry 2002-03-28
9475
9476 2002-03-27 [melvin]     0.7.4claws51
9477
9478         * src/prefs_actions.c
9479                 Added support to pass only one message part (as a
9480                 file) to the command using '%p'. No quotes are needed
9481                 because doubles quotes are automatically added.
9482                 Fixed bug where Sylpheed could block when waiting for
9483                 a child process to finish.
9484                 Changed the help menu to remove quotes around symbols to 
9485                 avoid misinterpretation (they must not be used).
9486
9487 2002-03-27 [melvin]     0.7.4claws50
9488
9489         * src/inc.c
9490                 Made the new mail notification command always 
9491                 execute asynchronously.
9492
9493 2002-03-27 [paul]       0.7.4claws49
9494
9495         * src/compose.c
9496                 fix bug introduced in last commit
9497
9498 2002-03-27 [paul]       0.7.4claws48
9499
9500         * sync with 0.7.4cvs21
9501                 see ChangeLog 2002-03-26 and 2002-03-27
9502
9503 2002-03-26 [hoa]        0.7.4claws47
9504
9505         * src/prefs_folder_item.c
9506                 really fixed the bug #516442 with folder rescan.
9507
9508 2002-03-26 [paul]       0.7.4claws46
9509
9510         * sync with 0.7.4cvs19
9511                 see ChangeLog entries 2002-03-25 and 2002-03-26
9512
9513 2002-03-25 [hoa]        0.7.4claws45
9514
9515         * src/matcher.c
9516         * src/mh.c
9517                 fix the bug #516442 with folder rescan.
9518
9519         * src/prefs_common.[ch]
9520         * src/compose.c
9521                 added an option to enable two different behaviours
9522                 for bounce.
9523
9524
9525 2002-03-25 [paul]       0.7.4claws44
9526
9527         * src/mainwindow.c
9528           src/selective_download.c
9529                 correct a few menuitem labels
9530
9531 2002-03-25 [christoph]  0.7.4claws43
9532
9533         * src/procmsg.c
9534                 fix non deleted tmp message in
9535                 procmsg_save_to_outbox
9536                 fix problems caused by sync with
9537                 main branch's procmsg_send_queue
9538
9539 2002-03-25 [paul]       0.7.4claws42
9540
9541         * src/quote_fmt.c
9542           src/quote_fmt_lex.l
9543           src/quote_fmt_parse.y
9544                 add Last name (%L) placeholder for quoting. 
9545                 patch submitted by Thorsten Thielen 
9546                 <thth@users.sourceforge.net>
9547
9548 2002-03-25 [paul]       0.7.4claws41
9549
9550         * src/utils.c
9551                 get full hostname. patch submitted by
9552                 Bob Woodside <rwoodside1@comcast.net>
9553
9554 2002-03-25 [paul]       0.7.4claws40
9555
9556         * src/account.c
9557           src/news.c
9558           src/nntp.[ch]
9559           src/prefs_account.[ch]
9560                 enable NNTP over SSL. patch submitted by
9561                 Pascal Jermini <pascal@infinity.hn.org>
9562
9563 2002-03-24 [paul]       0.7.4claws39
9564
9565         * src/prefs_common.c
9566                 make the arrangement of the Compose tab more
9567                 coherent
9568
9569         * src/mainwindow.c
9570                 fix some irregularities of style
9571
9572         * po/de.po
9573                 updated by Kilian Krause
9574
9575 2002-03-23 [paul]       0.7.4claws38
9576
9577         * po/pt_BR.po
9578                 updated by Fabio Junior Beneditto
9579
9580 2002-03-23 [paul]       0.7.4claws37
9581
9582         * src/mainwindow.c
9583                 move 'Gather addresses' to 'Tools' menu
9584                 make 'Selective download' sensitive
9585
9586 2002-03-23 [paul]       0.7.4claws36
9587
9588         * sync with 0.7.4cvs16
9589                 see ChangeLog entries 2002-03-23
9590
9591 2002-03-22 [christoph]  0.7.4claws35
9592
9593         * src/quote_fmt_parse.y
9594                 fix include program output
9595
9596 2002-03-22 [alfons]     0.7.4claws34
9597
9598         * src/pop.c
9599                 initialize GDate stack variable correctly (sorry!)
9600
9601 2002-03-22 [paul]       0.7.4claws33
9602
9603         * src/compose.c
9604           src/mainwindow.c
9605           src/prefs_actions.c
9606           src/prefs_common.c
9607                 rename 'Tool' to 'Tools'
9608
9609         * src/mainwindow.c
9610                 move 'Delete duplicated messages' from
9611                 'Message/' to 'Tools/'
9612                 re-arrange the order of 'Tools/' items
9613
9614 2002-03-22 [paul]       0.7.4claws32
9615
9616         * src/addr_compl.c
9617           src/addressbook.[ch]
9618                 auto-address completion now also matches on
9619                 Nickname. patch submitted by Bob Forsman 
9620                 <hammor@users.sourceforge.net>
9621
9622         * src/editaddress.c
9623                 correct a spelling mistake
9624
9625 2002-03-22 [alfons]     0.7.4claws31
9626
9627         * src/pop.c
9628                 fix getting uidl from incorrect string 
9629                 (spotted by Colin)
9630
9631 2002-03-21 [alfons]     0.7.4claws30
9632
9633         * src/pop.c
9634                 more code refactoring
9635                 plug mem leak introduced by delete on server
9636
9637 2002-03-21 [paul]       0.7.4claws29
9638
9639         * sync with 0.7.4cvs11
9640                 see ChangeLog entries 2002-03-20
9641
9642 2002-03-20 [alfons]     0.7.4claws28
9643
9644         * src/inc.c
9645                 apply Colin's patch and refactor
9646
9647 2002-03-20 [paul]       0.7.4claws27
9648
9649         * sync with sylpheed 0.7.4cvs9
9650                 see ChangeLog entry 2002-03-20
9651
9652 2002-03-19 [christoph]  0.7.4claws26
9653
9654         * src/mh.c
9655         * src/procmsg.[ch]
9656         * src/summaryview.c
9657                 revert changes for flag updates
9658                 (does not work correctly and no time to debug)
9659
9660 2002-03-20 [alfons]     0.7.4claws25
9661
9662         * src/pop.c
9663                 refactor should_delete() a little bit 
9664
9665 2002-03-19 [paul]       0.7.4claws24
9666
9667         * src/inc.[ch]
9668           src/pop.c
9669           src/prefs_account.[ch]
9670                 allow the user to leave downloaded mail on the 
9671                 server for n days. Patch submitted by Colin Leroy 
9672                 <colin@colino.net>
9673
9674 2002-02-19 [paul]       0.7.4claws23
9675
9676         * sync with sylpheed 0.7.4cvs8
9677                 see ChangeLog entries 2002-03-19
9678
9679 2002-03-18 [paul]       0.7.4claws22
9680
9681         * sync with sylpheed 0.7.4cvs6
9682                 see ChangeLog entry 2002-03-18
9683
9684 2002-03-18 [paul]       0.7.4claws21
9685
9686         * po/en_GB.po
9687                 add en_GB message catalogue
9688
9689         * src/mbox_folder.c
9690           src/prefs_account.c
9691           src/prefs_actions.c
9692                 correct a few spelling mistakes
9693
9694 2002-03-17 [alfons]     0.7.4claws20
9695
9696         * src/matcher.c
9697                 more stringent checks for NULL params when writing
9698                 filtering actions to a file
9699                 
9700 2002-03-17 [hoa]        0.7.3claws20
9701
9702         * src/news.c
9703                 fixed the count of new messages
9704
9705         * src/compose.c
9706                 fixed the "attachment properties" window
9707
9708 2002-03-17 [paul]       0.7.4claws19
9709
9710         * src/defs.h
9711           src/folder.h
9712           src/news.c
9713           src/prefs_account.[ch]
9714           src/procmsg.[ch]
9715           src/summaryview.c
9716                 automatically mark cross-posted messages as read 
9717                 and (optionally) give them a colour label
9718                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9719                 
9720
9721 2002-03-17 [paul]       0.7.4claws18
9722
9723         * sync with sylpheed 0.7.4cvs5
9724                 see ChangeLog entry 2002-03-17
9725
9726 2002-03-17 [melvin]     0.7.4claws17
9727         
9728         * src/textview.c
9729                 Worked around a gtktext 'bug': when searching for 
9730                 a text in a long message it was scrolling slowly
9731                 line by line until it hit the searched text.
9732         * po/fr.po
9733                 Updated French translation
9734
9735 2002-03-17 [melvin]     0.7.4claws16
9736
9737         * src/mainwindow.c
9738         * src/compose.c
9739         * src/prefs_actions.c
9740                 Moved "Edit/Actions" to "Tool/Actions"
9741                 Made mainwindow/compose window sensitive as soon as
9742                 no child process is running anymore even if the io dialog
9743                 is open.
9744                 Fixed a struct being initialized with a non constant char*
9745
9746 2002-03-16 [christoph]  0.7.4claws15
9747
9748         * configure.in
9749                 add --with-compiler-flags option
9750                 (only for developer hacking)
9751         * src/mh.c
9752         * src/procmsg.[ch]
9753         * src/summaryview.c
9754                 try to make folder-stats and flag handling more
9755                 independent from the summaryview. msgcounts
9756                 are only set when the folder is opened and
9757                 procmsg_msginfo_(un)set_flags will handle it
9758                 later and summaryview will get the values
9759                 from the folder.
9760
9761 2002-03-16 [paul]       0.7.4claws14
9762
9763         * src/messageview.c
9764                 fix Return-receipt. Patch submitted by Bob
9765                 Woodside <rwoodside1@comcast.net>
9766
9767 2002-03-16 [paul]       0.7.4claws13
9768
9769         * src/compose.c
9770                 fix 'dynamic' signatures, make it work again
9771                 broken during sync on 2002-03-14 (0.7.4claws2)
9772
9773 2002-03-15 [match]      0.7.4claws12
9774
9775         * src/addrharvest.[ch]
9776         * src/addrgather.[ch]
9777         * src/addressbook.[ch]
9778         * src/mainwindow.c
9779                 included address harvester feature. still some
9780                 issues with address parsing that I will fix.
9781
9782 2002-03-15 [match]      0.7.4claws11
9783
9784         * src/addrbook.[ch]
9785         * src/addrcache.[ch]
9786         * src/addressbook.[ch]
9787         * src/addrindex.c
9788         * src/editbook.c
9789         * src/importldif.c
9790         * src/importmutt.c
9791         * src/jpilot.[ch]
9792         * src/main.c
9793         * src/syldap.[ch]
9794         * src/vcard.[ch]
9795                 tidy up. fix memory leaks. moved attribs and methods
9796                 from individual interfaces to addrcache object. prep
9797                 for new stuff to come in.
9798
9799 2002-03-15 [alfons]     0.7.4claws10
9800
9801         * src/matcher.[ch]
9802         * src/matcher_parser_parse.y
9803         * src/matcher_parser_lex.l
9804         * src/prefs_matcher.c
9805                 add filtering conditions message greater than, smaller 
9806                 than, and exactly matching a size in bytes
9807                 (does not work with delete from POP3 server yet)
9808
9809                 this should also give others an idea what you should
9810                 do to add new criterions to claws filtering system
9811                 
9812
9813 2002-03-15 [paul]       0.7.4claws9
9814
9815         * tools/filter_conv.pl
9816                 exit if there are no filter rules to convert
9817                 rename filterrc to filterrc.old after completion
9818
9819 2002-03-15 [paul]       0.7.4claws8
9820
9821         * sync with sylpheed 0.7.4cvs3
9822                 see ChangeLog entry 2002-03-14
9823
9824 2002-03-14 [paul]       0.7.4claws7
9825
9826         * src/compose.c
9827                 clean up the last commit (ahem)
9828
9829 2002-03-14 [paul]       0.7.4claws6
9830
9831         * src/compose.c
9832                 fix bug #515655. honour account preferences
9833                 regarding gpg default signing/encryption when 
9834                 changing account from the compose window.
9835
9836 2002-03-14 [paul]       0.7.4claws5
9837
9838         * src/folderview.c
9839                 remove unnecessary curly brackets
9840
9841 2002-03-14 [paul]       0.7.4claws4
9842
9843         * src/folderview.c
9844           src/prefs_filtering.[ch]
9845                 add filter rename on folder rename and filter
9846                 delete on folder delete. Patch submitted by
9847                 Neill Miller <neillm@thecodefactory.org> 
9848
9849 2002-03-14 [christoph]  0.7.4claws3
9850
9851         * src/procmsg.c
9852         * src/send.c
9853                 fix local delivery
9854                 (patch submitted by "Simon 'corecode' Schubert")
9855         * src/prefs_common.c
9856         * src/procmsg.c
9857                 fix gcc 3.0 warning
9858
9859 2002-03-14 [paul]       0.7.4claws2
9860
9861         * sync with sylpheed 0.7.4cvs2
9862                 see ChangeLog entry 2002-03-13
9863
9864 2002-03-12 [darko]      0.7.4claws1
9865
9866         * src/mainwindow.c
9867                 fix what seems to be a copy and paste error
9868                 when setting color for important messages
9869                 (reported by wwp)
9870
9871 2002-03-11 [paul]       version 0.7.4claws released
9872
9873 2002-03-11 [paul]       0.7.4claws
9874
9875         * po/es.po
9876           po/it.po
9877           po/nl.po
9878           po/pt_BR.po
9879                 update message catalogs. Submitted by Ricardo Mones 
9880                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9881                 Fabio Junior Beneditto
9882
9883         * configure.in
9884           faq/Makefile.am
9885           faq/it/Makefile
9886           faq/it/sylpheed-faq*
9887           src/mainwindow.c
9888           src/manual.[ch]
9889                 add FAQ in Italian
9890         
9891
9892 2002-03-11 [jens]       0.7.3claws7
9893
9894         * po/de.po
9895                 updated German translation
9896
9897 2002-03-11 [melvin]     0.7.3claws6
9898
9899         * po/fr.po
9900                 updated and corrected French translation
9901
9902 2002-03-10 [hoa]        0.7.3claws5
9903
9904         * src/account.c
9905         * src/inc.c
9906         * src/prefs_account.c
9907         * src/procmsg.c
9908         * src/send.[ch]
9909                 fixed the local account.
9910                 you have to change the default "/usr/sbin/sendmail"
9911                 to "/usr/sbin/sendmail -t" in the preferences of
9912                 the local account.
9913
9914         * src/procmime.c
9915                 removed some debug display for renderer
9916
9917 2002-03-10 [paul]       0.7.3claws4
9918
9919         * faq/en/sylpheed-faq-1.html
9920           faq/en/sylpheed-faq-2.html
9921                 update
9922
9923 2002-03-09 [paul]       0.7.3claws3
9924
9925         * sync with sylpheed 0.7.4
9926                 see ChangeLog entry 2002-03-09
9927
9928 2002-03-08 [paul]       0.7.3claws2
9929
9930         * faq/en/sylpheed-faq*
9931           faq/es/sylpheed-faq*
9932           faq/fr/sylpheed-faq*
9933                 update the FAQs
9934
9935         * manual/fr/.cvsignore
9936           manual/fr/Makefilea.am
9937           manual/fr/sylpheed*
9938           src/mainwindow.c
9939           src/manual.[ch]
9940                 add the French manual
9941
9942 2002-03-07 [paul]       0.7.3claws1
9943
9944         * sync with sylpheed 0.7.3cvs4
9945                 see ChangeLog entries  2002-03-06 and 2002-03-07
9946         
9947         * po/nl.po
9948                 updated by Wilbert Berendsen
9949
9950 2002-03-07 [melvin]     0.7.2claws34
9951
9952         * src/selective_download.c
9953                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9954
9955 2002-03-06 [paul]       0.7.2claws33
9956
9957         * sync with sylpheed 0.7.3cvs1
9958                 bug fix, see ChangeLog entry 2002-03-05
9959
9960 2002-03-05 [paul]       0.7.2claws32
9961
9962         * src/mimeview.c
9963           src/pgptext.[ch]
9964           src/procmsg.c
9965                 reverse the pgp ascii-armored code implemented in 
9966                 0.7.2claws16. removal of this code until it matures.
9967                 this means that verifying ascii-armored pgp sigs and
9968                 automatic decryption of ascii-armored encrypted
9969                 messages no longer works.
9970
9971 2002-03-05 [paul]       0.7.2claws31
9972
9973         * configure.in
9974           Makefile.am
9975         * faq/Makefile.am
9976         * faq/en/Makefile.am
9977           faq/en/sylpheed-faq.html
9978           faq/en/sylpheed-faq-1.html
9979           faq/en/sylpheed-faq-2.html
9980           faq/en/sylpheed-faq-3.html
9981         * faq/es/Makefile.am
9982           faq/es/sylpheed-faq.html
9983           faq/es/sylpheed-faq-1.html
9984           faq/es/sylpheed-faq-2.html
9985           faq/es/sylpheed-faq-3.html
9986           faq/es/sylpheed-faq-4.html
9987         * faq/fr/Makefile.am
9988           faq/fr/sylpheed-faq.html
9989           faq/fr/sylpheed-faq-1.html
9990           faq/fr/sylpheed-faq-2.html
9991           faq/fr/sylpheed-faq-3.html
9992         * src/Makefile.am
9993           src/defs.h
9994           src/mainwindow.c
9995           src/manual.[ch]
9996                 add FAQs in English, Spanish and French
9997
9998
9999 2002-03-05 [paul]       0.7.2claws30
10000
10001         * manual/en/sylpheed.html
10002           manual/en/sylpheed-XX.html
10003                 updated the English manual
10004
10005 2002-03-05 [hoa]        
10006
10007         * src/summaryview.c
10008                 dialog box pops up if the article can't be deleted.
10009
10010 2002-03-04 [paul]       
10011         
10012         * po/pt_BR.po
10013                 updated by Fabio Junior Benedito
10014
10015 2002-03-04 [hoa]
10016
10017         * removed ac/gpgme.m4
10018                 to avoid autogen common problem
10019                 developers have to install gpgme development package now
10020
10021         * src/compose.c
10022                 encoding to 7bit or 8bit is enabled.
10023
10024 2002-03-03 [alfons]     0.7.2claws29
10025
10026         * src/pop.c
10027                 merge fix by Oliver Haertel for selective
10028                 download buglet
10029
10030 2002-03-03 [paul]       0.7.2claws28
10031         
10032         * sync with sylpheed 0.7.3
10033
10034 2002-03-03 [paul]       0.7.2claws27
10035
10036         * sync with sylpheed 0.7.2cvs24
10037                 see ChangeLog entries 2002-03-02 and 2002-03-03
10038
10039 2002-03-02 [melvin]     0.7.2claws26
10040
10041         * src/inc.[ch]
10042         * src/main.c
10043         * src/mainwindow.c
10044         * src/prefs_common.[ch]
10045                 Added user definable notification on new mail arrival.
10046                 Removed unused variables in spell checker prefs code.
10047
10048 2002-03-02 [melvin]     0.7.2claws25
10049
10050         * src/quote_fmt.c
10051                 Removed unnecessary escape sequences.
10052                 Changed 'Initial...' to 'Initials of Sender'
10053
10054 2002-03-02 [paul]       0.7.2claws24
10055
10056         * sync with sylpheed 0.7.2cvs22
10057                 see ChangeLog entry 2002-03-01
10058
10059 2002-03-01 [hoa]        0.7.2claws23
10060
10061         * src/mainwindow.c
10062                 Set sensitivity of delete actions to active
10063                 even if the folder is a newsgroup.
10064
10065         * src/summaryview.c
10066                 - Set sensitivity of delete actions
10067                 - Added function check_permission() that will check if the
10068                   user is authorized to delete a message. For news, it
10069                   will check if the author is the same.
10070                 - Enabled deletion when there is no trash folder.
10071
10072         * src/news.[ch]
10073                 - Added news_cancel_article() to cancel articles
10074                 - Implemented news_remove_message() (public function)
10075
10076 2002-03-01 [paul]       0.7.2claws22
10077
10078         * src/gtkutils.c
10079           src/textview.c
10080                 recognise urls that that don't include 'http://' and
10081                 simply begin 'www.' 
10082
10083         * AUTHORS
10084                 remove duplicated name
10085
10086 2002-02-28 [paul]       0.7.2claws21
10087
10088         * src/mainwindow.c
10089           src/summaryview.[ch]
10090                 add ability to 'Select thread'
10091                 combines Melvin's "Select thread's head" patch (#510907)
10092                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
10093                 patch (#518514) 
10094
10095 2002-02-28 [paul]       0.7.2claws20
10096
10097         * src/mimeview.c
10098                 hopefully fix segfault on right-clicking a mime part
10099                 that some people have experienced.      
10100                 fix submitted by Fredrik Olofsson <frol@linux.nu>
10101
10102 2002-02-28 [paul]       0.7.2claws19
10103
10104         * sync with sylpheed 0.7.2cvs21
10105                 see ChangeLog entries 2002-02-27 and 2002-02-28
10106
10107 2002-02-27 [paul]       0.7.2claws18
10108
10109         * sync with sylpheed 0.7.2cvs18
10110                 see ChangeLog entries 2002-02-26 and 2002-02-27
10111
10112 2002-02-26 [alfons]     0.7.2claws17
10113
10114         * src/procheader.c
10115                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
10116                 (spotted by Chris Hessman <idatech@gmx.net>)
10117
10118 2002-02-26 [paul]       0.7.2claws16
10119
10120         * src/mimeview.c
10121           src/pgptext.[ch]
10122           src/procmsg.c
10123                 make decryption of ascii-armored pgp encrypted messages
10124                 and verification of ascii-armored signatures work again.
10125                 slightly altered from the patch by Jens Jahnke 
10126                 <jan0sch@gmx.net>
10127
10128                 ##FIX ME##
10129                 * the checking of plaintext signatures always comes up in 
10130                   a popup box
10131                 * it doesn't work for multipart messages 
10132                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
10133                   including the msg headers and these 2 line themselves, are 
10134                   not displayed
10135
10136         * src/mainwindow.c
10137                 "View/Folder Tree" becomes "View/Separate Folder Tree"
10138                 "View/Message View" becomes "View/Separate Message View"
10139                 because its less ambiguous.
10140
10141         * po/es.po
10142                 updated by Ricardo Mones Lastra
10143
10144 2002-02-26 [paul]       0.7.2claws15
10145
10146         * sync with sylpheed 0.7.2cvs17
10147                 see ChangeLog entries 2002-02-25 and 2002-02-26
10148
10149 2002-02-25 [christoph]  0.7.2claws14
10150
10151         * src/filtering.[ch]
10152         * src/inc.c
10153                 do filtering stuff after all messages have been received
10154                   1. drop all messages to .processing
10155                   2. scan processing folder for messages
10156                   3. filter messages or move to inbox
10157                 this will also find old messages left in processing after
10158                 a crash or something like that and we get a real msginfo
10159                 from folder->get_msg_list and do not have to create our
10160                 own in filter_message
10161         * src/matcher_parser_parse.y
10162                 remove MIX/MAX warning (reordered includes)
10163
10164 2002-02-25 [paul]       0.7.2claws13
10165
10166         * sync with sylpheed 0.7.2cvs15
10167                 see ChangeLog entry 2002-02-24
10168
10169 2002-02-24 [alfons]     0.7.2claws12
10170
10171         * src/filtering.c
10172                 clear old color flags first when applying a new color to
10173                 a message info. 
10174                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
10175
10176 2002-02-24 [alfons]     0.7.2.claws11
10177         
10178         * AUTHORS
10179         * src/prefs_common.c
10180                 add presets for Opera and Konqueror, closes patch #517261,
10181                 submitted by Ville Skyttä <scop@users.sourceforge.net>
10182
10183 2002-02-24 [alfons]     0.7.2.claws10
10184
10185         * AUTHORS
10186         * src/summaryview.c
10187                 fix threading for null message ids, closes patch #521601,
10188                 submitted by Bob Forsman <hammor@users.sourceforge.net>
10189
10190 2002-02-24 [alfons]     0.7.2claws9
10191
10192         * src/summaryview.c
10193         * src/filtering.c
10194                 make Tool | Filter Message work with filtering system so
10195                 setting flags also works
10196
10197                 TODO:
10198
10199                 - Processing uses the same function as Tool | Filter
10200                   Message, but doesn't use the same update proc yet
10201
10202 2002-02-23 [paul]       0.7.2claws8
10203
10204         * sync with sylpheed 0.7.2cvs14
10205                 see ChangeLog entries 2002-02-22 and 2002-02-23
10206
10207 2002-02-22 [christoph]  0.7.2claws7
10208
10209         * src/quote_fmt.c
10210                 Add column space to table
10211         * src/quote_fmt_parse.y
10212                 Close files
10213
10214 2002-02-22 [paul]       0.7.2claws6
10215
10216         * src/Makefile.am
10217           src/defs.h
10218           src/filtering.c
10219           src/inc.[ch]
10220           src/mainwindow.c
10221           src/matcher.[ch]
10222           src/matcher_parser_lex.l
10223           src/matcher_parser_parse.y
10224           src/pop.[ch]
10225           src/prefs_account.h
10226           src/prefs_filtering.c
10227           src/selective_download.[ch]   *** NEW FILES ***
10228           src/utils.[ch]
10229           po/POTFILES.in
10230                 Selective Download added to 'Tool' menu. 
10231                 Retrieves email headers of the currently selected pop3 
10232                 account and allows the user to mark emails for deletion 
10233                 right on the pop3 server. Patch submitted by Oliver Haertel 
10234                 <oha@users.sourceforge.net>.
10235         
10236         * po/POTFILES.in
10237                 add 'src/quote_fmt.c'           
10238
10239 2002-02-22 [christoph]  0.7.2claws5
10240
10241         * src/Makefile.am
10242                 added quote_fmt.c
10243         * src/prefs_common.[ch]
10244         * src/prefs_template.c
10245         * src/quote_fmt.c               *** NEW FILE ***
10246         * src/quote_fmt.h
10247                 move quote format symbol description code
10248                 to it's own file because it is used from
10249                 differnent code parts
10250                 Rewrote symbol description GUI
10251                   + use table
10252                   + add separators
10253                   + get data from array (no more long constant strings)
10254         * src/quote_fmt_lex.l
10255         * src/quote_fmt_parse.y
10256                 Symbol for Literal % changed to \% instead of %%
10257                 (More logical as \ is used for quoting for other symbols)
10258                 Add |f and |p to include files and program output
10259                 Examples:
10260                     |f{/home/.../.signature}
10261                     |p{date}
10262         * po/de.po
10263                 Correct wrong spelling for "Referenzen"
10264
10265 2002-02-21 [paul]       0.7.2claws4
10266
10267         * src/procmsg.c
10268                 forgotten during sync
10269
10270 2002-02-21 [paul]       0.7.2claws3
10271
10272         * sync with sylpheed 0.7.2cvs11
10273                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10274                 2002-02-20 and 2002-02-21
10275
10276 2002-02-20 [melvin]     0.7.2claws2
10277
10278         * src/prefs_actions.c
10279                 Added error report when child cannot fork or when execvp 
10280                 returns with an error.
10281
10282 2002-02-19 [christoph]  0.7.2claws1
10283
10284         * src/codeconv.c
10285                 return unconverted text if conde conversion is not possible
10286                 when libjconv is used.
10287                 (patch submitted by "Simon 'corecode' Schubert")
10288
10289 2002-02-19 [paul]       
10290
10291         * version 0.7.2claws release
10292
10293 2002-02-19 [paul]       0.7.2claws
10294
10295         * po/nl.po
10296                 updated by Wilbert Berendsen
10297
10298
10299 2002-02-18 [alfons]     0.7.1claws13
10300
10301         * src/syldap.c
10302         * src/jpilot.c
10303                 remove references to dlfcn and explicitly loading functions
10304                 from dynalink libs, because libs linked anyway, and functions
10305                 are loaded explicitly
10306
10307 2002-02-17 [melvin]     0.7.1claws12
10308
10309         * src/prefs_actions.c
10310                 Replaced children wait loop with double fork technique.
10311                 Now, input/output window updated at each new output.
10312                 free_children(): Fixed a memory leak.
10313                 Made input/output window non closable if running children
10314                 still exist.
10315                 Added missing <unistd.h> include.
10316                 Added some --debug outputs.
10317
10318 2002-02-17 [melvin]     0.7.1claws11
10319
10320         * src/summaryview.c
10321                 Fixed bug where descending sort order did not select top
10322                 message.
10323
10324 2002-02-17 [melvin]     0.7.1claws10
10325
10326         * acconfig.h
10327                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10328         * src/prefs_common.c
10329                 Pspell data package directory no more hard coded but
10330                 set during configuration (PSPELL_PATH). (Thanks to 
10331                                 Gustavo Noronha Silva.)
10332
10333 2002-02-17 [melvin]     0.7.1claws9
10334
10335         * configure.in
10336                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10337         * src/gtkspell.c
10338                 Fixed compile-time warnings.
10339
10340 2002-02-16 [alfons]     0.7.1claws8
10341
10342         * src/filesel.c
10343                 fix inadvertent free of NULL pointer which caused
10344                 sylpheed to crash when closing the save-as dialog
10345                 using the window close button
10346
10347 2002-02-16 [carsten]    0.7.1claws7
10348         * src/mainwindow.[ch]
10349           src/summaryview.c
10350           src/prefs_common.c
10351                 fixes for pixmap theming code:
10352                         - recently changed mail attributes shouldn't get
10353                           lost any longer
10354                         - theme is only reloaded iff another theme was
10355                           selected
10356
10357 2002-02-16 [paul]       0.7.1claws6
10358
10359         * sync with sylpheed 0.7.2 release
10360                 see ChangeLog entry 2002-02-15 and 2002-02-16
10361
10362 2002-02-15 [paul]       0.7.1claws5
10363
10364         * sync with sylpheed 0.7.1cvs9
10365                 see ChangeLog entry 2002-02-15
10366
10367         * po/POTFILES.in
10368                 remove unneeded headerwindow.c entry
10369
10370 2002-02-14 [carsten]    0.7.1claws4
10371         * src/summaryview.c
10372                 fixed a bug for "Go to next unread message": there was
10373                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10374                 in the prefs, because of doing "Search again" instead
10375                 "No"
10376
10377 2002-02-14 [carsten]    0.7.1claws3
10378         * src/stock_pixmap.c
10379                 removed 2 more mem leaks; following memprof,
10380                 this code is "leak free" now :)
10381
10382 2002-02-14 [carsten]    0.7.1claws2
10383         * src/stock_pixmap.c
10384                 used opendir/readdir/closedir instead of scandir
10385                 -> code should work now on Solaris
10386
10387 2002-02-14 [paul]       0.7.1claws1
10388
10389         * sync with sylpheed 0.7.1cvs8
10390                 see ChangeLog entries 2002-02-13 and 2002-02-14
10391
10392         * README.claws
10393                 add some description of Actions and Pixmap Themes
10394
10395 2002-02-13 [paul]       
10396
10397         * version 0.7.1claws release
10398
10399 2002-02-13 [paul]       0.7.1claws
10400
10401         * po/es.po
10402           po/it.po
10403           po/pt_BR.po
10404                 updated translations, submitted by Ricardo Mones Lastra,
10405                 Alessandro Maestri and Fabio Junior Beneditto
10406
10407 2002-02-13 [melvin]     0.7.0claws75
10408
10409         * src/prefs_actions.c
10410                 Added missing "signal.h" include
10411
10412 2002-02-13 [melvin]     0.7.0claws74
10413
10414         * src/prefs_folder_item.c
10415                 Added missing "config.h" include
10416         * po/fr.po
10417                 Updated French translation for folder propriety.
10418
10419 2002-02-13 [jens]       0.7.0claws73
10420
10421         * po/POTFILES.in
10422                 Added missing src/prefs_folder_item.c [log added by melvin]
10423         * po/de.po
10424                 Updated German translation.
10425
10426 2002-02-13 [melvin]     0.7.0claws72
10427
10428         * po/fr.po
10429                 Updated French translation.
10430
10431 2002-02-13 [melvin]     0.7.0claws71
10432
10433         * src/gtkutils.c
10434                 Made gtkut_editable_get_selection return NULL if selection
10435                 is of length zero.
10436                 This fixes a bug where selecting part of message A then
10437                 switching to message B and replying to it will not
10438                 quote the message's body.
10439
10440 2002-02-12 [paul]       0.7.0claws70
10441
10442         * src/mainwindow.c
10443                 cosmetic, relating to pixmap themes: on toolbar make 
10444                 updating of 'Exec' and 'Compose news/Compose email'
10445                 icons faster.
10446
10447 2002-02-12 [carsten]    0.7.0claws69
10448         * src/folderview.c
10449           src/mainwindow.[ch]
10450           src/stock_pixmap.c
10451           src/summaryview.c
10452           src/prefs_common.c
10453                 - refreshing after changing pixmap theme better
10454                   now (thanks Paul)
10455                 - wanted to remove some mem leaks, but alfons was
10456                   faster (and had the better solution ;)
10457
10458 2002-02-12 [alfons]     0.7.0claws68
10459
10460         * src/prefs_common.c
10461         * src/stock_pixmap.[ch]
10462                 plug mem leaks, refactor code a little bit
10463
10464
10465 2002-02-12 [sergey]     0.7.0claws67
10466
10467         * src/imap.c
10468                 Fixed problem with copying messages to IMAP folders when the
10469                 server uses something other than '/' as a namespace separator
10470                 (cyrus-imapd uses '.').
10471
10472 2002-02-12 [jens]       0.7.0claws66
10473
10474         * po/de.po
10475                 Updated German Translation
10476
10477 2002-02-12 [paul]       0.7.0claws65
10478
10479         * sync with sylpheed 0.7.1cvs1
10480                 see ChangeLog entry 2002-02-12
10481
10482 2002-02-12 [melvin]     0.7.0claws64
10483
10484         * src/prefs_actions.c
10485                 Fixed "feature" where children's output was duplicated 
10486                 instead of refreshed while monitoring.
10487                 Removed some debug code.
10488
10489 2002-02-12 [christoph]  0.7.0claws63
10490
10491         * src/compose.c
10492                 always delete message from queue after sending/send error
10493                 (closes bug #509601)
10494
10495 2002-02-12 [melvin]     0.7.0claws62
10496
10497         * src/prefs_actions.c
10498                 Children wait loop is now triggered with a timeout of 1s
10499                 Added %F which is replaced with the list of filenames 
10500                 of all selected messages (as suggested by Ricardo Mones Lestra)
10501                 Pipe syntax changed. Prefix with | to send selection, postfix
10502                 with | to retrieve output. Prefix with > or * to send
10503                 user definable input to the command (*: input is hidden)
10504                 Old pipe action should now be postfixed with |, too.
10505
10506 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10507         * src/stock_pixmap.c
10508                 fixed a bug: if there's no theme directory don't
10509                 throw an error, just do "nothing" (thanks Alfons)
10510
10511 2002-02-12 [carsten]    0.7.0claws60
10512         * src/folderview.c
10513           src/summaryview.c
10514                 had to write the cache twice (nasty!); some marks would 
10515                 get lost if not
10516
10517 2002-02-11 [carsten]    0.7.0claws59
10518         * acconfig.h
10519           configure.in
10520           doc-src/maintainer_guide.txt
10521           src/compose.[ch]
10522           src/defs.h
10523           src/folderview.[ch]
10524           src/gtkutils.[ch]
10525           src/mainwindow.[ch]
10526           src/prefs_common.[ch]
10527           src/stock_pixmap.[ch]
10528           src/summaryview.[ch]
10529                 pixmap theming and related work on pixmap
10530                 handling on some other places
10531                 (e.g. hrm features for all folder)
10532           src/pixmap/stock_*.xpm -> the stock_ was removed
10533         
10534 2002-02-11 [paul]       0.7.0claws58
10535
10536         * sync with sylpheed 0.7.1 release
10537                 see ChangeLog entries 2002-02-11
10538
10539 2002-02-08 [paul]       0.7.0claws57
10540
10541         * sync with sylpheed 0.7.0cvs39
10542                 see ChangeLog entry 2002-02-07 (last entry) 
10543
10544         * src/prefs_actions.c
10545           src/prefs_filtering.c
10546           src/prefs_matcher.c
10547           src/prefs_scoring.c
10548                 sync: made it compile with C compilers other than gcc
10549
10550 2002-02-07 [paul]       0.7.0claws56
10551
10552         * sync with sylpheed 0.7.0cvs38
10553                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10554                 2002-02-07
10555
10556 2002-02-07 [darko]      0.7.0claws55
10557
10558         * src/gtkutils.[ch]
10559         * src/summaryview.c
10560                 Fix const gchar */gchar * issue (thanks Hiro)
10561
10562 2002-02-07 [darko]      0.7.0claws54
10563
10564         * src/compose.[ch]
10565         * src/filtering.c
10566         * src/gtkutils.[ch]
10567         * src/prefs_template.c
10568         * src/quote_fmt.h
10569         * src/quote_fmt_parse.y
10570         * src/summaryview.c
10571         * src/utils.[ch]
10572                 When replying or forwarding an email don't quote the entire
10573                 mail body but use the part of the message text that is selected
10574
10575 2002-02-06 [melvin]     0.7.0claws53
10576
10577         * src/prefs_common.[ch]
10578         * src/gtkspell.[ch]
10579         * src/compose.c
10580                 Made possible to switch quickly to last used dictionary
10581                 which makes checking bilingual documents easier.
10582
10583 2002-02-06 [melvin]     0.7.0claws52
10584         
10585         * po/POTFILES.in
10586                 Added forgotten new file src/prefs_actions.c
10587
10588 2002-02-06 [melvin]     0.7.0claws51
10589
10590         * src/prefs_actions.c   ** NEW FILE **
10591         * src/prefs_actions.h   ** NEW FILE **
10592                 Added actions to execute on message text view, or on the
10593                         message's file.
10594         * src/Makefile.am
10595                 Added src/prefs_actions.[ch]
10596         * src/compose.c
10597                 Added new menu "Edit/Actions"
10598         * src/defs.h
10599                 Added new actionsrc file.
10600         * src/main.c
10601                 Added actionsrc reading.
10602         * src/mainwindow.c
10603                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10604         * src/prefs_common.h
10605                 Added new element actionslst element to prefs_common.
10606
10607 2002-02-06 [paul]       0.7.0claws50
10608
10609         * sync with sylpheed 0.7.0cvs36
10610                 see ChangeLog entry 2002-02-06
10611
10612 2002-02-05 [paul]
10613
10614         * po/es.po
10615                 updated by Ricardo Mones Lastra
10616
10617 2002-02-05 [paul]       0.7.0claws49
10618
10619         * sync with sylpheed 0.7.0cvs33
10620                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10621
10622 2002-02-05 [paul]       0.7.0claws48
10623
10624         * src/compose.c
10625                 re-add 'Edit/Advanced/Delete entire line', previously named
10626                 'Delete Line+'
10627
10628 2002-02-04 [paul]       0.7.0claws47
10629
10630         * src/compose.c
10631           src/summaryview.c
10632                 fix bug #494993 (Reply All not taking Reply-To into consi)
10633                 eliminate differences in behaviour of right-click 'Reply to all' 
10634                 in summary view and 'Reply to all' on the toolbar. 
10635                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10636                 view and From gets ignored by 'Reply to all' on toolbar.
10637                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10638                 From when no Reply-To header is present.
10639
10640 2002-02-04 [paul]       0.7.0claws46
10641
10642         * sync with sylpheed 0.7.0cvs30
10643                 see ChangeLog entries 2002-02-03 and 2002-02-04
10644
10645 2002-02-03 [melvin]     0.7.0claws45
10646
10647         * src/gtkspell.[ch]
10648                 Readded function to highlight all misspelled words.
10649                 Fixed bug where user-provided-words did not replace
10650                         correctly the misspelled word when using the mouse.
10651                 Fixed bug where checking a region selected from right to left did
10652                         not check the region at all.
10653                 Fixed bug where 'Check backwards' may not check at all. 
10654                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10655                 Fixed possible buffer overflow when checking for long strings (>1k).
10656                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10657                 Accelerators code uses now gtk_widget_add_accel.
10658                 Removed and disabled obsolete and unfinished code.
10659                 Cleaning up.
10660
10661         * src/compose.c
10662                 Added menu item to Highlight all misspelled words.
10663
10664 2002-02-01 [paul]       0.7.0claws44
10665
10666         * src/mainwindow.c
10667                 fix '/View/Hide read messages' sensitivity when all
10668                 messages in a folder are hidden
10669
10670 2002-02-01 [paul]       0.7.0claws43
10671
10672         * src/main.c
10673                 add --send option to command line interface, sends all
10674                 queued mail. Patch submitted by Ricardo Mones Lastra.
10675
10676 2002-01-31 [paul]       0.7.0claws42
10677
10678         * src/mainwindow.c
10679                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10680
10681 2002-01-31 [paul]       0.7.0claws41
10682
10683         * sync with sylpheed 0.7.0cvs27
10684                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10685                 and 2002-01-31
10686
10687         * src/textview.c
10688                 comment out elements of textview_show_part() as temporary
10689                 workaround for attachment 'Display as text' bug 
10690
10691         * po/pt_BR.po
10692                 updated by Fabio Junior Beneditto
10693
10694 2002-01-30 [paul]       0.7.0claws40
10695
10696         * sync with sylpheed 0.7.0cvs24
10697                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10698                 and 2002-01-30
10699
10700         * src/compose.c
10701                 add {N_("/_Spelling"), ... "<Branch>"} to 
10702                 GtkItemFactoryEntry compose_entries[]
10703
10704         * src/prefs_common.c
10705                 add claws menu items to prefs_keybind_apply_clicked()
10706                 and remove non-claws menu items
10707
10708 2002-01-29 [paul]       0.7.0claws39
10709
10710         * sync with sylpheed 0.7.0cvs22
10711                 see ChangeLog entries 2002-01-28 and 2002-01-29
10712
10713 2002-01-28 [melvin]     0.7.0claws38
10714
10715         * src/compose.c
10716                 Added the declartion of compose_send_control_enter.
10717
10718         * src/compose.c
10719         * src/gtkspell.[ch]
10720                 Added in a 'Spelling' menu which includes the configuration menu. 
10721                 Added a real 'Check all' and got rid from the old one which only
10722                 highlited misspelled word.
10723                 Made 'Check while typing' a disableable option.
10724                 Added a dialog when there are no more misspelled word.
10725                 Added a dialog if error occurs when switching to a dictionary.
10726         
10727         * src/prefs_common.[ch]
10728                 Added option for the default 'Check while typing' option.
10729
10730
10731 2002-01-28 [alfons]     0.7.0claws37
10732
10733         * src/compose.c
10734                 fix buglet and make code comply with sylpheed code style
10735
10736 2002-01-28 [paul]       0.7.0claws36
10737
10738         * sync with sylpheed 0.7.0cvs19
10739                 see ChangeLog entries for 2002-01-28
10740
10741 2002-01-28 [hoa]        0.7.0claws35
10742
10743         * src/defs.h
10744                 added rendererrc
10745
10746         * src/main.c
10747                 read the renderer config
10748
10749         * src/procmime.[ch]
10750                 use the renderer config to convert mime attachments
10751
10752         * src/textview.c
10753                 don't use textview_show_html/ertf,
10754                 use get_text_content instead
10755
10756 2002-01-27 [alfons]     0.7.0claws34
10757         
10758         * src/news.c
10759                 make sylpheed believe it can delete a news message...
10760                 (messages are NOT deleted, maybe we should remove
10761                 processing from the folder properties after all.)
10762
10763 2002-01-27 [alfons]     0.7.0claws33
10764
10765         * src/folder.c
10766                 add extra checks
10767         * src/news.c
10768                 implement remove_msg() 
10769
10770 2002-01-27 [alfons]     0.7.0claws32
10771
10772         * src/procmsg.h
10773         * src/procheader.c
10774         * src/messageview.c
10775                 fix return receipt / disposition notification again. this
10776                 stuff seems to break on _every_ major summary UI change, so
10777                 it's now implemented using a flag which is saved in the
10778                 marks cache
10779                 
10780 2002-01-26 [alfons]     0.7.0claws31
10781
10782         * src/import.c
10783                 let import dialog show the destination folder identifier
10784
10785 2002-01-26 [melvin]     0.7.0claws30
10786
10787         * src/folderview.c
10788         * src/summaryview.c
10789                 Readded 'Mark all read' into summary view popup menu
10790                 Added 'Mark all read' in folder view popup menu for IMAP
10791                 and NNTP.
10792                 Made it insensitive if the selected folder is not the shown
10793                 one to avoid 'Mark all read' on the wrong folder.
10794                 
10795 2002-01-26 [paul]       0.7.0claws29
10796
10797         * src/folderview.c
10798           src/summaryview.c
10799                 move 'Mark all read' from summary view to folder view
10800                 menu. (adapted from) patch submitted by Jeremy Andrews,
10801                 <lists@kerneltrap.com>
10802
10803 2002-01-25 [alfons]     0.7.0claws28
10804
10805         * src/gtkstext.c
10806                 put the gtk class name back so GtkSText adapts the 
10807                 settings of GtkText
10808
10809 2002-01-25 [alfons]     0.7.0claws27
10810
10811         * src/folderview.c 
10812                 assimilate Ricardo's patch that shows pixmaps instead of
10813                 plain "new" and "unread" texts in the folder view column
10814                 headers 
10815
10816 2002-01-25 [paul]       0.7.0claws26
10817
10818         * src/Makefile.am
10819                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10820                 be found in non-standard locations. 
10821                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10822
10823 2002-01-25 [paul]       0.7.0claws25
10824
10825         * sync with sylpheed 0.7.0cvs16
10826                 see ChangeLog entry 2002-01-25
10827
10828 2002-01-24 [paul]       0.7.0claws24
10829
10830         * more sync with sylpheed 0.7.0cvs15
10831                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10832
10833 2002-01-23 [sergey]     0.7.0claws23
10834
10835         * src/importldif.c
10836                 Fixed segfault when closing LDIF import wizard with
10837                 the window manager.
10838         * src/imageview.c
10839         * src/imageview.h
10840         * src/messageview.c
10841         * src/mimeview.c
10842                 Fixed wrong scrolling position after switching between
10843                 text and image parts.
10844
10845 2002-01-23 [paul]       0.7.0claws22
10846
10847         * sync with sylpheed 0.7.0cvs15
10848                 see ChangeLog entries 2002-01-22 and 2002-01-23
10849
10850 2002-01-21 [melvin]     0.7.0claws21
10851
10852         * src/prefs_scoring.c
10853         * src/prefs_filtering.c
10854                 Fixed bug where scoring and filtering windows stopped
10855                 autochecking.
10856
10857 2002-01-21 [paul]       0.7.0claws20
10858
10859         * sync with sylpheed 0.7.0cvs12
10860                 see ChangeLog entries 2002-01-20 and 2002-01-21
10861
10862 2002-01-21 [carsten]    0.7.0claws19
10863         * src/mainwindow.c
10864         * src/menu.[ch]
10865         * src/messageview.[ch]
10866         * src/summaryview.[ch]
10867                 changes to shortcuts handling again:
10868                         + "Q" now controled by mainwin
10869                         + v/V are now customizable and have slightly
10870                           different meanings
10871                 the "button" to minimize the messageview (and maximize
10872                 the summary view) is a real button now
10873         * src/compose.c
10874                 "Delete Line+" added to Edit/Advanced (this will also
10875                 delete the '\n')
10876
10877 2002-01-20 [melvin] 0.7.0claws18
10878
10879         * src/addressbook.c
10880                 Made "Bcc" sensitive when addressbook is called from
10881                 compose window (it was a Claws only bug).
10882
10883 2002-01-19 [alfons] 0.7.0claws17
10884
10885         * src/inc.c
10886                 prevent unnecessary updates when currently selected folder has
10887                 no new messages 
10888
10889 2002-01-19 [alfons] 0.7.0claws16
10890         
10891         * src/summaryview.c
10892                 prevent writing the cache based on current message list in summary 
10893                 view when filtering also put messages in currently selected folder
10894
10895 2002-01-19 [paul]
10896
10897         * po/it.po
10898                 Italian translation submitted by Alessandro Maestri
10899                 <a.maestri@cs.tin.it>
10900
10901 2002-01-18 [melvin]     0.7.0claws15
10902
10903         * src/prefs_filters.c
10904                 fixed bug where 'cancel' from 'filters' window stops autochecking
10905                 if the timer timed out  when the window was open.
10906
10907 2002-01-18 [match]      0.7.0claws14
10908
10909         * src/addrclip.[ch]     ** NEW FILE **
10910         * src/addrselect.[ch]   ** NEW FILE **
10911         * src/adbookbase.h      ** NEW FILE **
10912                 addressbook cut, copy and paste
10913         * src/addrbook.[ch]
10914         * src/addrcache.[ch]
10915         * src/addressitem.h
10916         * src/addrindex.[ch]
10917         * src/addritem.[ch]
10918         * src/importldif.c
10919         * src/importmutt.c
10920         * src/jpilot.[ch]
10921         * src/syldap.[ch]
10922         * src/vcard.[ch]
10923         * src/jpilot.[ch]
10924         * src/editbook.c
10925         * src/editjpilot.c
10926         * src/editldap.c
10927         * src/editvcard.c
10928                 support for copy/paste
10929         * src/addressbook.c
10930                 support for copy/paste
10931                 tidy up menu option processing
10932                 correct address list function arguments
10933         * src/editaddress.c
10934                 sort user attributes
10935         * src/ldif.h
10936         * src/mutt.h
10937                 tidy up
10938
10939         * src/addrbook.[ch]
10940         * src/addrbook.[ch]
10941         * src/addrbook.[ch]
10942                 
10943
10944 2002-01-18 [paul]       0.7.0claws13
10945
10946         * sync with sylpheed 0.7.0cvs8
10947                 configure.in: support Mac OS X (Darwin)
10948
10949 2002-01-18 [carsten]    0.7.0claws12
10950         * src/html.c
10951                 small hack to fix a segfault with an empty href
10952                 (reported by Alexandra Walford <deeni@altern.org>)
10953         * src/mainwindow.c
10954         * src/summaryview.c
10955                 the shortcuts for Mark und Mark as unread are hardcoded
10956                 again
10957         * src/compose.c
10958         * src/gtkstext.[ch]
10959                 readded the shortcuts in gtkstext but made them
10960                 customizeable (simply by adding a menu plus a wrapper
10961                 to compose.c)
10962
10963 2002-01-17 [melvin]     0.7.0claws11
10964
10965         * src/gtkspell.c
10966                 fix default dictionary not being saved.
10967
10968 2002-01-16 [darko]      0.7.0claws10
10969
10970         * src/compose.c
10971                 fix wrapping crash with URL longer than wrapping margin
10972
10973 2002-12-08 [hoa]        0.7.0claws10
10974
10975         * src/matcher_parser_parse.y
10976                 fixed some bugs
10977
10978         * src/prefs_filtering.c
10979                 now, we can use bounce action in the dialog box.
10980
10981 2002-01-16 [carsten]    0.7.0claws9
10982         * src/gtkstext.c
10983                 removed the <control> and <alt> shortcuts because they're
10984                 not needed and interefered with the "normal" shortcuts
10985         * src/mainwindow.c
10986         * src/summaryview.c
10987                 removed most of the hardcoded shortcuts and assigned
10988                 them to menu entries making them easy customizable by
10989                 that
10990
10991 2002-01-16 |melvin]     0.7.0claws8
10992
10993         * src/gtkspell.c
10994                 fixed bug where using the mouse and when the compose
10995                 window is not on top may result in a crash.
10996
10997 2002-01-16 [melvin]     0.7.0claws7
10998
10999         * src/compose.c
11000                 fixed a long standingspell checker bug which could 
11001                 cause a crash after sending a message.
11002
11003 2002-01-16 [paul]       0.7.0claws6
11004
11005         * sync with sylpheed 0.7.0cvs7
11006                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
11007                 2002-01-15, and 2002-01-16
11008
11009 2002-01-16 [melvin]     0.7.0claws5
11010
11011         * README.claws
11012         * src/compose.c
11013         * src/gtkspell.[ch]
11014         * src/main.c
11015                 Heavily modified spell checker code to work around
11016                 ispell bug, to add keyboard shortcuts and for future
11017                 enhancements. See README.claws for usage information.
11018
11019 2002-01-15 [alfons]     0.7.0claws4
11020         
11021         * src/summaryview.c
11022                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
11023                 so sorting within threads reflects sort mode
11024
11025 2002-01-15 [christoph]  0.7.0claws3
11026
11027         * src/procmsg.c
11028                 added alertpanel if mail sending failed
11029
11030 2002-01-15 [alfons]     0.7.0claws2
11031         
11032         * src/prefs_filtering.c
11033                 don't stop timer when prefs filtering dialog is opened
11034
11035 2002-01-14 [alfons]     0.7.0claws1
11036
11037         * src/addr_compl.c
11038         * src/prefs.c
11039                 remove debug_print()s for privacy reasons
11040
11041 2002-01-14 [darko]      0.7.0claws
11042
11043         * README.claws
11044                 quotation wrapping is now also in the main branch
11045
11046 2002-01-14 [paul]
11047
11048         * tools/filter_conv.pl
11049                 allow for Boolean Op and case-sensitivity
11050                 this file is included in the release and tagged
11051                 'rel_0_7_0'
11052
11053 2002-01-13 [paul]       0.7.0claws
11054
11055         * release 0.7.0, with cvs tag 'rel_0_7_0'
11056
11057 2002-01-13 [paul]
11058
11059         * tools/filter_conv.pl
11060         * tools/README
11061                 rewritten to output to matcherrc instead of filteringrc
11062
11063         * po/es.po
11064                 updated Spanish translation by Ricardo Mones Lastra
11065
11066 2002-01-13 [alfons]
11067
11068         * po/nl.po
11069                 update dutch translation
11070
11071 2002-01-13 [paul]
11072
11073         * po/pt_BR.po
11074                 Updated by Fabio Junior Beneditto 
11075
11076 2002-01-13 [melvin]     0.6.6claws53
11077
11078         * po/fr.po
11079                 Updated french translation
11080
11081 2002-01-12 [alfons]     0.6.6claws52
11082
11083         * src/filtering.c
11084                 plug mem leak that has been sitting there for ages              
11085
11086 2002-01-12 [alfons]     0.6.6claws51
11087
11088         * src/summaryview.c
11089                 undo melvin's changes from 0.6.6claws48 because summary
11090                 view now refuses to select first unread message when
11091                 selecting a folder 
11092
11093 2002-01-11 [alfons]     0.6.6claws50
11094
11095         * src/import.c
11096                 use claws' semantics for getting folder item when
11097                 importing an mbox file into a folder 
11098                 (submitted by Dale P. Smith)
11099
11100 2002-01-11 [christoph]  0.6.6claws49
11101
11102         * src/prefs.h
11103                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
11104                 toggle widget, because non static prefs can not use
11105                 prefs_set_* functions
11106         * src/prefs_account.c
11107                 toggle smtp auth password field sensitivity if
11108                 user id is empty and add descrition of usage for
11109                 these fields
11110         * src/prefs_folder_item.c
11111                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
11112                 callbacks
11113
11114 2002-01-11 [melvin]     0.6.6claws48
11115
11116         * src/compose.c
11117                 fix the 'Ctrl-Enter' feature for sending and test really
11118                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
11119                 editables which was not documented in Gtk)
11120
11121         * src/summaryview.c
11122                 Made summaryview refresh after sorting and not before.
11123
11124 2002-01-11 [christoph]  0.6.6claws47
11125
11126         * src/compose.c
11127                 select account from account ids if possible and
11128                 correctly set save folder for copy in reedit
11129
11130 2002-01-10 [paul]       0.6.6claws46
11131
11132         * sync with sylpheed 0.7.0 release
11133                 see ChangeLog entries 2002-01-07, 2002-01-08 and
11134                 2002-01-09
11135
11136 2002-01-09 [alfons]
11137
11138         * src/summaryview.c
11139                 remove more dirt traces...
11140
11141 2002-01-09 [alfons]
11142         
11143         * src/summaryview.c
11144                 clean up some traces of my debugging stuff
11145
11146 2002-01-09 [alfons]     0.6.6claws45
11147
11148         * src/filtering.c
11149                 break up filteringprop_apply() in three separate pieces
11150                 so we can drop messages that failed processing in the
11151                 inbox
11152
11153         * src/summaryview.c
11154                 fix bug #469598 "no refresh of inbox after filter" which 
11155                 was introduced by the new summary view locking, and which 
11156                 prevented the summary view to update after a manual filter 
11157                 message. claw's filter message requires a summary_show().
11158                 (aargh, summary_show() again! :-)
11159                 
11160 2002-01-07 [alfons]     0.6.6claws44
11161
11162         * src/headerwindow.c
11163         * src/logwindow.c
11164         * src/messageview.c
11165         * src/sourcewindow.c
11166                 bring in Hiro's last 0.7.0 wm class fixes
11167
11168         * tools/sylprint.pl
11169                 bring in Ricardo's fix for sylprint script
11170
11171         * AUTHORS       
11172         * src/rfc2015.[ch]
11173         * src/prefs_common.[ch]
11174         * src/prefs_account.[ch]
11175         * src/compose.c
11176                 clean up account preference poison in rfc2015,
11177                 and preparation to fix double sign bug 
11178                 (patch submitted by Simon 'corecode' Schubert)
11179
11180 2002-01-07 [christoph]  0.6.6claws43
11181
11182         * src/mh.c
11183                 search for free message number, do not only rely
11184                 on last_num
11185         * src/send.c
11186                 fix smtp auth and use extra account information
11187                 if available, if not use pop3 data instead
11188                 (closes bug #500341)            
11189         * src/ssl.[ch]
11190                 match coding style
11191
11192 2002-01-06 [alfons]     0.6.6claws42
11193
11194         * src/mainwindow.c
11195                 try making the separate windows work again...
11196
11197 2002-01-06 [alfons]     0.6.6claws41
11198
11199         * src/mainwindow.c
11200                 adapt Hiro's separate window menu (to get rid of the funny
11201                 duplicate menu items), and make it work again
11202
11203 2002-01-06 [alfons]     0.6.6claws40
11204
11205         * tools/Makefile.am
11206         * tools/sylprint.rc
11207         * tools/sylprint.pl
11208         * tools/README.sylprint
11209                 add sylprint script for printing mails from Sylpheed
11210                 (contributed by Ricardo Mones Lastra)
11211
11212         * src/acount.c
11213                 clean up
11214
11215 2002-01-06 [melvin]     0.6.6claws39
11216
11217         * src/mainwindow.c
11218         * src/summaryview.c
11219                 Fixed crash introduced in 0.6.6claws38 by the menu
11220                 reorganisation (Hide read messages)
11221         
11222         * ChangeLog.claws 
11223                 Fixed typo (we are now in 2002, alfons ;) )
11224
11225 2002-01-05 [alfons]     0.6.6claws38
11226
11227         * sync with sylpheed 0.6.6cvs10-17
11228                 (last stuff marked as LAST_STABLE)
11229
11230 2002-01-04 [melvin]     0.6.6claws37
11231
11232         * src/account.c
11233                 Made account selection code use strcasestr again instead of
11234                 g_strcasecmp (fixes bug where reediting queued messages
11235                 did not select proper account reported by T. Link).
11236         
11237         * src/folderview.c
11238                 Fix bug where folder icons are not shown when 'hide read messages'
11239                 is on.
11240         
11241         * src/stock_pixmaps.[ch]
11242                 Added folder icons for 'hide read messages'.
11243         
11244         * src/compose.c
11245                 Fixed bug where 'Enter' in a header entry will send the message 
11246                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11247
11248 2002-01-03 [melvin]     0.6.6claws36
11249         
11250         * src/prefs.[ch]
11251                 Added popup menu for common preferences and
11252                 account preferences (right click on tab displays
11253                                 a menu of all tabs.)
11254
11255 2002-01-02 [melvin]     0.6.6claws35
11256
11257         * src/gtkspell.[ch]
11258                 Made spelling code compatible with undo/redo feature.
11259                 Added creation of suggestion mode menu for the general
11260                         preferences.
11261         
11262         * src/prefs_common.[ch]
11263                 Added option menu for the speller's suggestion mode.
11264                 Added missing spaces in "..." buttons and made a "..."
11265                         button non translatable!
11266         
11267         * src/compose.c
11268                 Made speller use the default suggestion mode.
11269                 Hack to make it possible to choose 'CTRL-Enter' as a
11270                         shortcut for sending (and only for sending).
11271
11272         * src/prefs_folder_item.c
11273                 Changing subject simplification does not update cache 
11274                         anymore (because it is unnecessary).
11275                 Fixed bug where changing subject simplification updated the 
11276                         summaryview even when the viewed folder is not the
11277                         folder which properties are being changed. (E.g. 
11278                                         viewing folder A and changing
11279                                         the subject simplification of 
11280                                         folder B -not being viewed- updated the 
11281                                         summaryview of folder A with data of
11282                                         folder B). (Hope this is clear... )
11283
11284 2001-12-31 [alfons]     0.6.6claws34
11285         
11286         * src/ldif.c
11287         * src/mutt.c
11288                 fgetc() returns a signed integer which doesn't
11289                 fit in a char. so c truncates this to a char
11290                 but we may lose significant bits. i.e. we may
11291                 comparing 0xFF which may not be equal to -1
11292                 unless properly casted to signed char which
11293                 we won't do because fgetc() returns a signed
11294                 integer which doesn't fit in a char. so c 
11295                 truncates this to a char but we may lose 
11296                 significat bits. (you got the idea, thanks
11297                 to Gustavo Noronha Silva <kov@debian.org>
11298                 and the Debian folks!)
11299
11300 2001-12-30 [alfons]     0.6.6claws33
11301
11302         * src/prefs_common.c
11303                 add #ifdef USE_PSPELLs that Melvin forgot               
11304
11305 2001-12-30 [melvin]     0.6.6claws32
11306         
11307         * src/prefs_common.[ch]
11308                 Added configurable color for misspelled words.
11309
11310         * src/gtkspell.[ch]
11311                 Fixed bug of foreground text color (reported by David
11312                                 Mehrmann)
11313                 Added configurable color for misspelled words.
11314
11315 2001-12-30 [alfons]     0.6.6claws31
11316
11317         * src/folder.c
11318                 remove unnecessary things someone put there
11319
11320         * src/mh.c
11321         * src/folder.[ch]
11322                 make folder properties (like threading and sorting) persistent
11323                 (closes bug #497424 "rescan folder tree resets proprieties")
11324                 currently this is only for MH folders. 
11325
11326 2001-12-29 [melvin]     0.6.6claws30
11327
11328         * src/string_match.[ch]
11329                 Optimized a bit: regexp pattern buffer compiled only once, and
11330                   one subroutine call removed. Fixed ^ regexp search: Now, 
11331                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11332         
11333         * src/summaryview.c
11334                 Subject filtering changed to filter summary columns and
11335                   not directly the messages subject cache. The loss in 
11336                   performance is balanced by the improvement of string_match.
11337                 Added an alert panel if there is an error in the regexp.
11338
11339         * src/src/prefs_folder_item.h
11340                 Added a regexp pattern buffer.
11341
11342 2001-12-28 [alfons]     0.6.6claws29
11343
11344         * src/string_match.[ch]
11345                 clean up name space
11346                 allow compilation *BSD
11347
11348 2001-12-27 [alfons]     0.6.6claws28
11349
11350         * src/filter.c
11351                 sync the Hiro's bug fix for BSD
11352
11353 2001-12-27 [melvin]     0.6.6claws27
11354         
11355         * src/compose.c
11356                 Simplify focus to subject entry code.
11357
11358 2001-12-27 [darko]      0.6.6claws26
11359
11360         * src/filtering.c
11361         * src/mbox_folder.c
11362         * src/messageview.c
11363         * src/mh.c
11364         * src/procheader.[ch]
11365         * src/procmsg.h
11366         * src/stock_pixmap.[ch]
11367         * src/summaryview.c
11368                 Show key icon for encrypted mails in summary view
11369
11370         * src/pixmaps/clip.xpm
11371         * src/pixmaps/clipkey.xpm
11372         * src/pixmaps/key.xpm
11373                 New/modified icons for the above
11374
11375 2001-12-27 [melvin]     0.6.6claws25
11376
11377         * src/prefs_common.c
11378                 Put spell checker options in a separate tab to decrease
11379                 the Common Preferences window height.
11380
11381         * README.claws  
11382                 Update spell checker usage instruction about its options
11383                 location.
11384
11385 2001-12-27 [melvin]     0.6.6claws24
11386
11387         * src/compose.c
11388                 Changed subject entry widget position. Initial focus is
11389                 on the To header instead of the subject entry.
11390                 Creating a new header scrolls the header list to make the
11391                 created one visible. Nevertheless, when automatically filling
11392                 headers, the first one is shown.
11393                 A Tab key press in the last empty header entry zips the 
11394                 focus to the subject entry.
11395                 (I did not change the combo boxes, yet)
11396
11397 2001-12-26 [alfons]     0.6.6claws23
11398
11399         * src/prefs_account.c
11400         * src/inc.c
11401                 allow default inbox to reside in another mailbox (only
11402                 works for POP3 accounts)
11403
11404 2001-12-26 [alfons]     0.6.6claws22
11405         
11406         * src/textview.c
11407                 make reply-on-click work with the account of the selected folder
11408         * src/compose.c
11409                 put a fixme here to remind me to fix finding correct default
11410                 account for nested folders
11411
11412 2001-12-25 [alfons]     0.6.6claws21
11413
11414         * src/summaryview.c
11415                 make column headers display locked and mark pixmaps (idea by Melvin) 
11416                 fix bug by adding score and locked column type to sort array
11417
11418 2001-12-25 [alfons]     0.6.6claws20
11419         
11420         * src/summaryview.c
11421                 catch a *potentially* inadvertent write back of  
11422                 the message cache(s) introduced by 0.6.5claws37
11423
11424 2001-12-25 [christoph]  0.6.6claws19
11425
11426         * src/stock_pixmap.[ch]
11427         * src/summaryview.c
11428                 add ignore thread pixmap
11429                 (can someone draw a better icon for this?)
11430
11431 2001-12-24 [alfons]     0.6.6claws18
11432
11433         * src/prefs_folder_item.c
11434                 make address completion actually work for the
11435                 Default To address in the Folder Property dialog.
11436
11437 2001-12-24 [alfons]     0.6.6claws17
11438         
11439         * src/summaryview.c
11440                 use new style regexp for subject stripping 
11441                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11442
11443 2001-12-24 [darko]      0.6.6claws16
11444
11445         * src/pgptext.c
11446         * src/rfc2015.c
11447                 move GPG related informational messages to debug mode
11448
11449 2001-12-23 [alfons]     0.6.6claws15
11450
11451         * src/stock_pixmap.[ch]
11452         * src/summaryview.c
11453                 add the forgotten Claws' locked pixmap
11454
11455 2001-12-23 [alfons]     0.6.6claws14
11456
11457         * src/filesel.c
11458                 accept file name typed in entry in multi file
11459                 selector (patch submitted by Gustavo Noronha Silva 
11460                 <kov@debian.org>)
11461
11462 2001-12-23 [alfons]     0.6.6claws13
11463
11464         * src/prefs_filter.c
11465         * src/prefs_filtering.c
11466         * src/matcher.c
11467         * src/importmutt.c
11468                 clean up a little bit
11469         
11470         * src/string_match.c
11471                 validate input strings a little bit more
11472
11473 2001-12-23 [alfons]     0.6.6claws12
11474
11475         * src/Makefile.am
11476         * src/summaryview.c
11477         * src/string_match.[ch]         ** NEW **
11478         * src/folderview.[ch]
11479         * src/headerview.h
11480         * src/folder.[ch]
11481         * src/prefs_folder_item.[ch]
11482                 add subject simplification to strip out strings from
11483                 a subject line (esp. handy for mailing lists). 
11484                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11485                 but slightly changed things for better integration.)
11486
11487 2001-12-23 [alfons]     0.6.6claws11
11488
11489         * src/mainwindow.c
11490                 fix bug introduced by submission included in 0.6.5claws52.
11491                 ideally this submission should clean the trash if any trash
11492                 folder has a message. however, the hasTrash variable was
11493                 set to false whenever a trash folder was empty (discarding
11494                 a previously found *filled* trash folder.)
11495
11496                 also edited the code a little bit and made it more safe.
11497
11498 2001-12-22 [alfons]     0.6.6claws10
11499
11500         * src/imap.c
11501                 quick fix for Martin Pool's omission of an account
11502                 specific SSL setting
11503
11504 2001-12-22 [alfons]     0.6.6claws9
11505
11506         * src/compose.c
11507         * src/messageview.c
11508         * src/mimeview.c
11509         * src/pgptext.c
11510         * src/procmime.[ch]
11511                 better support for multipart/digest (submitted
11512                 by Fredrik <e98fo@efd.lth.se>)
11513
11514 2001-12-22 [alfons]     0.6.6claws8
11515
11516         * src/addressbook.c
11517                 correct function signature
11518         * src/socket.[ch]
11519         * src/imap.[ch]
11520         * src/prefs_account.[ch]
11521                 allow IMAP over SSH tunnel (patch submitted by 
11522                 Martin Pool <mbp@samba.org>)
11523
11524 2001-12-21 [alfons]     0.6.6claws7
11525
11526         * sync with sylpheed 0.6.6cvs4-9
11527                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11528
11529 2001-12-21 [christoph]  0.6.6claws6
11530
11531         * src/compose.c
11532         * src/prefs_folder_item.[ch]
11533                 implement saving of outgoing messages to current folder.
11534                 fix segfault when no default outbox is available
11535                 (closes bug #495683)
11536
11537 2001-12-21 [carsten]    0.6.6claws5
11538         * src/folderview.c
11539         * src/summaryview.c
11540                 pressing CTRL while DND does now the expected thing and
11541                 copies the mail (moving is still the default, as this
11542                 seam more appropriate for handling mails by DND)
11543
11544 2001-12-18 [paul]       0.6.6claws4
11545
11546         * sync with sylpheed 0.6.6cvs3
11547                 see ChangeLog entries 2001-12-18
11548
11549 2001-12-18 [hiro]       0.6.6claws3
11550
11551         * src/undo.c
11552                 fix for multibyte characters (obtain the number of letters
11553                 instead of bytes).
11554
11555 2001-12-17 [paul]       0.6.6claws2
11556
11557         * sync with sylpheed 0.6.6cvs1
11558                 see ChangeLog entry 2001-12-16
11559
11560 2000-12-17 [alfons]     0.6.6claws1
11561
11562         * src/filtering.c
11563                 clean up
11564
11565 2001-12-16 [paul]       0.6.6claws
11566 2001-12-15
11567
11568         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11569
11570         * src/mimeview.c
11571                 last minute sync with main 0.6.6
11572
11573         * po/es.po
11574                 updated by Ricardo Mones Lastra
11575                 update for last minute sync
11576         * po/fr.po
11577         * po/nl.po
11578                 update for last minute sync
11579         * po/de.po
11580                 updated by Jens Oberender
11581         * po/pt_BR.po
11582                 updated by Fabio Junior Beneditto
11583
11584         * src/prefs_common.[ch]
11585         * src/undo.c
11586                 number of undo levels is user configurable
11587                 (squeeze it into the release in the dying
11588                 moments) Submitted by Jens Oberender    
11589
11590 2001-12-15 [melvin]
11591
11592         * po/fr.po
11593                 updated french translation
11594
11595 2001-12-15 [paul]       0.6.5claws92
11596
11597         * sync with sylpheed 0.6.5cvs28
11598                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11599
11600         * po/nl.po
11601                 update to allow for sync
11602
11603 2001-12-15 [alfons]
11604         
11605         * po/nl.po
11606                 update dutch translation
11607
11608 2001-12-14 [carsten]    0.6.5claws91
11609         * src/summaryview.c
11610                 fixed bug #473785; also after changing the column order
11611                 the same message will be selected and displayed as before
11612                 the reordering
11613
11614 2001-12-14 [carsten]    0.6.5claws90
11615         * src/folderview.c
11616                 probably found the bug reported by wwb opening or closing
11617                 a folder tree just before dnd (found the solution in the
11618                 balsa source -- thanks to them)
11619
11620 2001-12-14 [carsten]    0.6.5claws89
11621         * src/gtkutils.c
11622         * src/account.c
11623                 moved gtk_clist_moveto to the right place, so that
11624                 only the accounts dialog is effected on opening
11625
11626 2001-12-14 [carsten]    0.6.5claws88
11627         * src/gtkutils.c
11628                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11629                 now, so that the focused row will be seen in any case
11630                 (reported by wwp on sf-claws-user)
11631
11632 2001-12-14 [darko]      0.6.5claws87
11633
11634         * src/compose.c
11635                 remove unnecessary line
11636
11637 2001-12-14 [paul]       0.6.5claws86
11638
11639         * sync with sylpheed 0.6.5cvs27
11640                 see ChangeLog entries 2001-12-14
11641
11642 2001-12-14 [carsten]    0.6.5claws85
11643         * src/mainwindow.c
11644                 following a suggestion of Melvin the rcoabm pops up
11645                 right under the button now and the button is reliefed
11646                 while the popup is open
11647
11648 2001-12-14 [darko]      0.6.5claws84
11649
11650         * src/compose.c
11651                 fix crash when wrapping long lines if linewrap quotation
11652                 is disabled and wrapper encounters a word spanning more
11653                 than one line
11654
11655 2001-12-13 [paul]       0.6.5claws83
11656
11657         * src/compose.c
11658                 prefer 'Reply-To' header over mailing list header when
11659                 replying to a message. Finally prevent all those confirmation 
11660                 messages being sent to the list itself.
11661
11662         * src/summaryview.c
11663                 remove unused summary_set_menu_sensitive() entry
11664
11665 2001-12-13 [paul]       0.6.5claws82
11666
11667         * src/folderview.c
11668         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11669         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11670         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11671                 improvements to 'Hide read messages': Inbox, Outbox,
11672                 Trash, Queue, and Draft icons now reveal presence of hidden 
11673                 messages
11674
11675 2001-12-12 [alfons]     0.6.5claws81
11676
11677         0.6.5claws80 was tagged as LAST_STABLE
11678
11679         * src/filtering.[ch]
11680         * src/matcher.[ch]
11681         * src/matcher_parser_lex.c
11682                 fix the filtering; my last attempt to get it right, 
11683                 if it does not work, it's Hoa's turn. ;-)
11684
11685                 for my honourable peers:
11686                 
11687                 the code now makes a clear distinction between
11688                 rules as they are displayed (probably escaped),
11689                 and as they are executed (probably unescaped). the
11690                 parser does *NOT* do any unescaping, this is
11691                 the task of the matcher.c (which breaks up a
11692                 rule into condition) and the filtering.c (which
11693                 breaks up the rule's action). to make this
11694                 run happily we provide an unescaped copy of
11695                 crucial strings to the MatcherProp and 
11696                 FilteringAction structures. note that the only
11697                 exception to this is any REGEXP string. those
11698                 are directly passed to regcomp() and regexp()
11699                 (who have much more powerful unescape functions).
11700                 
11701                 for everyone else:
11702         
11703                 you can escape tab (\t), carriage return (\r),
11704                 linefeed (\n), form feed (\f), quote (\"), 
11705                 single quote (\'), bell (\b) in all the entry
11706                 lines in the scoring & filtering dialogs.
11707                 as an added bonus this should not affect
11708                 existing filtering rules.
11709
11710 2001-12-12 [carsten]    0.6.5claws80
11711
11712         * src/summaryview.c
11713         * po/de.po
11714                 "item(s) selected" is now sensitive to 1 or more
11715                 than one selected (nice for language where simple
11716                 adding of a "s" is not possible as German (Eintrag
11717                 ->Eintr"age)
11718                 
11719                 the "forward as attachment" entry from the right
11720                 click menu removed, "forward" acts following the
11721                 prefs
11722         
11723         * src/textview.c
11724                 reverted my former changes; so compiler warning again
11725                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11726                 nevertheless
11727
11728         * src/messageview.c
11729                 "search in message" does now *not* only work in MVIEW_TEXT
11730                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11731                 message
11732
11733         * src/mainwindow.c
11734                 removed "/File/_Close" as it was the same as "/File/E_xit"
11735                 and we don't need it two times
11736
11737                 the separate folder view and message view now get a distinct
11738                 WMCLASS, just in case someone is using sawfish ;-)
11739
11740                 as the menu entries "/View/Message view" and "/View/Folder tree"
11741                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11742                 make them sensitive accordingly and as these two are "shown"
11743                 after startup anytime check this menuitem at startup
11744
11745 2001-12-12 [paul]       0.6.5claws79
11746
11747         * src/folderview.c
11748                 fix sensitivity of 'Search folder...', broken in
11749                 0.6.5claws75
11750
11751         * src/mainwindow.c
11752                 fix dodgy English
11753
11754 2001-12-11 [carsten]    0.6.5claws78
11755         * src/filtering.c
11756                 fixed two typos returning a wrong FALSE/TRUE
11757         * src/mainwindow.[ch]
11758                 extra menu for email/news button removed
11759
11760 2001-12-11 [alfons]     0.6.5claws77
11761         
11762         * src/matcher.c                 (1.3)
11763         * src/matcher_parser_lex.l      (1.28)
11764                 revert for another attempt
11765                 mark 0.6.5claws77 as LAST_STABLE
11766
11767 2001-12-11 [christoph]  0.6.5claws76
11768
11769         * po/de.po
11770                 fixed wrong translation for prev. unread msg
11771
11772 2001-12-11 [paul]       0.6.5claws75
11773
11774         * src/folder.[ch]
11775         * src/folderview.c
11776         * src/mainwindow.c
11777         * src/summaryview.[ch]
11778         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11779                 enable ability to hide read messages on per folder basis via 
11780                 '/Summary/Hide read messages'; when selected, a folder will 
11781                 have a red open folder icon, instead of a blue icon, if the 
11782                 folder contains hidden messges
11783                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11784
11785         * src/mainwindow.c
11786                 remove '/Message/Forward as attachment' from 
11787                 main_window_set_menu_sensitive() to prevent debug warning
11788
11789         * src/folderview.c
11790         * src/mainwindow.c
11791                 Clean up some of the English
11792
11793         * tools/newscache_clean.pl
11794                 allow for new 'hidereadmsgs' entry in folderlist.xml
11795
11796         * po/es.po
11797                 updated translation, submitted by Ricardo Mones Lastra
11798
11799 2001-12-11 [paul]       0.6.5claws74
11800
11801         * sync with sylpheed 0.6.5cvs25
11802                 see ChangeLog entry 2001-12-11
11803
11804 2001-12-10 [alfons]     0.6.5claws73
11805
11806         * src/matcher.c
11807                 add more control characters
11808         * src/matcher_parser_lex.l
11809                 make escaping / unescaping work again
11810
11811 2001-12-10 [alfons]     0.6.5claws72
11812
11813         * src/imap.c
11814                 clean up warnings "returning value for void function" 
11815         * src/prefs_filtering.c
11816                 make info button for execute action sensitive
11817
11818 2001-12-10 [paul]       0.6.5claws71
11819
11820         * src/compose.c
11821         * src/imap.[ch]
11822         * src/summaryview.c
11823                 fix: imap server now gets informed of MARKED, UNMARKED
11824                 and REPLY events. Now people can use different IMAP-Mail
11825                 clients and have the exact same information about MARKED,
11826                 UNMARKED and REPLY status with all of them. Especially
11827                 useful for imap servers with a web-frontend.
11828                 submitted by Tobias Sandhaas <medlor@web.de>
11829
11830 2001-12-09 [melvin]     0.6.5claws70
11831         
11832         * src/textview.[ch]
11833                 fixed bug #490076 (hunted down by Alfons who implemented
11834                 a workaround in 0.6.5claws65)
11835
11836 2001-12-09 [christoph]  0.6.5claws69
11837
11838         * src/summaryview.c
11839                 set pointer to string in LOCKED column to NULL
11840                 (might fix bug #490800)
11841
11842 2001-12-09 [carsten]    0.6.5claws68
11843
11844         * po/de.po
11845                 resolved some cluttered menu shortcuts 
11846                 ('creating new email' and 'creating news message'
11847                 hade the same)
11848         * src/compose.c
11849                 wmclass now distinc from main window
11850         * src/mainwindow.c
11851           src/mainwindow.h
11852                 email/news and forward button functionality similar
11853                 to the reply buttons; removed the ugly dropdown arrows
11854                 and use instead the right mouse button
11855
11856 2001-12-09 [paul]       0.6.5claws67
11857
11858         * src/imap.c
11859         * src/utils.h
11860                 allow spaces in imap folder names
11861                 submitted by Willem van Engen <wvengen@stack.nl>
11862
11863 2001-12-09 [paul]       0.6.5claws66
11864
11865         * sync with sylpheed 0.6.5cvs24
11866                 see ChangeLog entry 2001-12-09
11867
11868 2001-12-08 [alfons]     0.6.5claws65
11869
11870         * src/textview.c
11871                 prevent secondary selection claim after "add to sender" dialog
11872                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11873                 we trick GTK by simulating a click at (0, 0) in the textview.
11874
11875 2001-12-08 [hoa]        0.6.5claws64
11876
11877         * src/folder.c
11878                 fixed a bug about the .processing folder name while filtering
11879
11880 2001-12-08 [alfons]     0.6.5claws63
11881
11882         * src/folderview.c 
11883                 work around problem of not correctly updating folder stats
11884                 when deleting messages. there's some folder scanning evil
11885                 going so the folderview_update_msg_num() does not work
11886                 correctly. need to investigate this.
11887
11888 2001-12-08 [paul]       0.6.5claws62
11889
11890         * sync with sylpheed 0.6.5cvs23
11891                 see ChangeLog entry 2001-12-08
11892
11893 2001-12-07 [christoph]  0.6.5claws61
11894
11895         * src/compose.c
11896                 fix another header translation problem
11897
11898 2001-12-07 [alfons]     0.6.5claws60
11899
11900         * src/mbox.c
11901                 make filtering also work on local spool mbox
11902
11903 2001-12-07 [carsten]    0.6.5claws59
11904         * src/addressbook.c
11905                 addressbook window gets a wmclass distinct from the main
11906                 sylpheed window
11907         * src/compose.h
11908         * src/mainwindow.[ch]
11909                   forward menu item will use mode selected in prefs, forward 
11910                 as attatchment in menu removed (will be substituted in the
11911                 toolbar similar to reply buttons)
11912                   create news message menu entry and news button is now 
11913                 sensitive to the existance of a news account
11914         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11915         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11916         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11917                 these are removed because the toolbar buttons don't show
11918                 the quoting modus any longer
11919
11920 2001-12-07 [paul]
11921
11922         * tools/newscache_clean.pl      ** NEW FILE **
11923                 perl script to do some tidying up in the newscache directory 
11924                 
11925         * tools/sylpheed-switcher       ** NEW FILE **
11926                 perl script to enable easy switching between main and claws
11927                 
11928         * tools/README
11929                 added descriptions of the two new perl scripts          
11930
11931
11932 2001-12-07 [melvin]     0.6.5claws58
11933
11934         * src/messageview.c
11935                 fixed a warning during compilation introduced in 0.6.5claws56
11936
11937 2001-12-07 [paul]       0.6.5claws57
11938
11939         * src/mainwindow.[ch]
11940         * src/menu.[ch]
11941                 further usability enhancements to replying with or without 
11942                 quoting via the toolbar, use of Ctrl key is replaced by 
11943                 drop down menu 
11944                 Submitted by Carsten Schurig            
11945
11946 2001-12-07 [melvin]     0.6.5claws56
11947
11948         * src/messageview.c
11949                 hack to fix bug that prevented to make/paste selections
11950                 after switching between MVIEW_TEXT and MVIEW_MIME views
11951                 without deselecting the selection first.
11952
11953 2001-12-06 [alfons]     0.6.5claws55
11954
11955         * src/filtering.[ch]
11956         * src/inc.c
11957                 revise filtering a little bit more, and make sure
11958                 messages are delivered to the appropriate inbox
11959                 (perhaps set per account)
11960
11961 2001-12-06 [paul]       0.6.5claws54
11962
11963         * sync with sylpheed 0.6.5cvs22
11964                 see ChangeLog entry 2001-12-06
11965
11966 2001-12-05 [alfons]     0.6.5claws53
11967
11968         * src/inc.c
11969         * src/folder.[ch]
11970         * src/procmsg.c
11971         * src/filtering.c
11972                 more revisions of filtering system
11973                 (last stable version is marked as LAST_STABLE)
11974                 
11975                 | NOTE 1): the filtering system now uses a local folder called
11976                 | .processing. if filtering fails, check this directory
11977                 | for missing messages.
11978                 |
11979                 | NOTE 2): help us find the filtering actions still missing
11980
11981 2001-12-05 [paul]       0.6.5claws52
11982
11983         * src/mainwindow.c
11984                 fix bug where 'Empty Trash?' pop-up window appears even
11985                 when Trash is empty, submitted by Jesse Skinner         
11986
11987 2001-12-05 [melvin]     0.6.5claws51
11988
11989         * src/compose.c
11990                 fixed bug #486106 to select correct account when reediting 
11991                 a queued message
11992         
11993 2001-12-04 [alfons]     0.6.5claws50
11994
11995         * src/mh.c
11996                 declare markfile in appropriate functions when
11997                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11998                 for spotting this)
11999
12000 2001-12-04 [paul]       0.6.5claws49
12001
12002         * sync with sylpheed 0.6.5cvs21
12003                 see ChangeLog entry 2001-12-04
12004
12005 2001-12-03 [christoph]  0.6.5claws48
12006
12007         * po/de.po
12008                 changed translation of undo
12009         * src/account.c
12010         * src/folder.c
12011                 don't reinvent the wheel to traverse a GNode
12012         * src/compose.[ch]
12013                 seperate code to create the compose gui into functions
12014                 add "Others" page with folder selection for saving copy
12015                 of the message.
12016                 the folder identifier is saved to queue header
12017         * src/procmsg.c
12018                 save message to folder in queue header
12019
12020 2001-12-03 [paul]       0.6.5claws47
12021
12022         * sync with sylpheed 0.6.5cvs20
12023                 see ChangeLog entry 2001-12-03
12024
12025 2001-12-01 [paul]
12026
12027         * more sync with sylpheed 0.6.5cvs19
12028                 see ChangeLog entry 2001-11-29
12029
12030 2001-11-30 [paul]       0.6.5claws46
12031         
12032         * src/compose.c
12033                 remove conflicts introduced by Hoa's last commit
12034          
12035         * src/mainwindow.c
12036                 make 'Message/Bounce' sensitive
12037
12038 2001-11-30 [hoa]        0.6.5claws45
12039
12040         * src/compose.c
12041                 slightly change bounce function to add
12042                 information about the user that bounced the mail
12043                 in the From header line.
12044
12045         * src/folderview.c
12046                 permit the use of processing in outbox folder.
12047
12048 2001-11-29 [paul]       0.6.5claws44
12049
12050         * src/mainwindow.[ch]
12051         * src/prefs_common.c
12052         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
12053         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
12054         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
12055                 usability enhancements to the quoting, implements
12056                 use of Ctrl key to toggle quoting settings
12057                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
12058
12059 2001-11-29 [paul]       0.6.5claws43
12060         
12061         * sync with sylpheed 0.6.5cvs19
12062                 see ChangeLog entry 2001-11-28
12063
12064 2001-11-29 [melvin]     0.6.5claws42
12065         * src/Makefile.am
12066                 added enriched.[ch] to the list of files
12067
12068         * src/textview.c
12069         * src/mimeview.c
12070         * src/procmime.[ch]
12071         * src/enriched.[ch]
12072                 added support to view text/enriched
12073                 added support to show headers in message view for text/enriched and text/html
12074                         in non multipart messages
12075
12076 2001-11-28 [paul]       0.6.5claws41
12077
12078         * more sync with sylpheed 0.6.5cvs18
12079                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
12080
12081 2001-11-27 [paul]       0.6.5claws40
12082         
12083         * po/pt_BR.po
12084                 updated translation, submitted by Fabio Junior Beneditto
12085                 
12086         * sync with sylpheed 0.6.5cvs18
12087                 see ChangeLog entries 2001-11-26 (src/textview.c) and
12088                 2001-11-27
12089
12090
12091 2001-11-26 [paul]
12092
12093         * po/es.po
12094                 updated translation, submitted by Ricardo Mones Lastra
12095
12096 2001-11-26 [alfons]
12097
12098         * src/matcher.c
12099                 add more translatable strings
12100
12101 2001-11-26 [christoph]  0.6.5claws39
12102
12103         * po/de.po      
12104                 fixed one more umlaut
12105         * src/compose.c
12106                 fix translated header when it should not be translated
12107
12108 2001-11-26 [paul]       0.6.5claws38
12109
12110         * src/mainwindow.c
12111                 remove '/Message/Add Sender to address book' from 
12112                 main_window_set_menu_sensitive(), prevent debug warning
12113                 add 'Message/Mark/Mark all read' to mainwin_entries[]
12114
12115 2001-11-26 [paul]       0.6.5claws37
12116
12117         * src/summaryview.c
12118                 fix 'recurring unread state' bug 
12119
12120         * tools/README 
12121         * tools/filter_conv.pl
12122                 read name of top level mailbox from folderlist.xml
12123                 and presume nothing about its name              
12124
12125 2001-11-26 [darko]      0.6.5claws36
12126
12127         * src/gtkstext.[ch]
12128                 removed functions that are now in gtkutils.c
12129                 use gtkut_text_is_uri_string() from gtkutils.c
12130         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
12131
12132 2001-11-26 [paul]       0.6.5claws35
12133
12134         * sync with sylpheed 0.6.5cvs16
12135                 see ChangeLog entries 2001-11-25 and 2001-11-26
12136
12137 2001-11-25 [alfons]     0.6.5claws34
12138
12139         EXPERIMENTAL!!! Please checkout the last stable version using: 
12140           
12141         % cvs update -r LAST_STABLE -dRAP
12142
12143         (Or help us testing this stuff.)
12144
12145         * src/filtering.c               (1.14)
12146         * src/filtering.h               (1.6)
12147         * src/inc.c                     (1.28)
12148         * src/matcher.c                 (1.20)
12149         * src/mbox.c                    (1.9)
12150         * src/procmsg.h                 (1.14)
12151         * src/summaryview.c             (1.59)
12152         * src/summaryview.h             (dunno)
12153                 revert/merge/sync to as it was before commit 
12154                 on Thu, 19 Jul 2001 10:15:51 -0700.
12155
12156 2001-11-25 [hoa]        0.6.5claws33
12157
12158         * src/main.c
12159                 processing mails at startup
12160
12161         * src/folderview.c
12162         * src/summaryview.[ch]
12163                 processing mails when entering folder
12164
12165         * src/prefs_filtering.c
12166                 fixed some UI bugs
12167
12168 2001-11-24 [alfons]     0.6.5claws32
12169
12170         * src/summaryview.[ch]
12171                 make summary sort headers work, and also make
12172                 sure the sort type is stored
12173
12174 2001-11-23 [alfons]     0.6.5claws31
12175
12176         * src/summaryview.[ch]
12177                 make lock work like mark
12178                 disallow deleting messages marked as locked
12179
12180 2001-11-23 [alfons]     0.6.5claws30
12181
12182         * src/gtkstext.c
12183         * src/compose.[ch]
12184         * src/Makefile.am
12185         * src/undo.[ch]
12186                 merge undo patch submitted by Jens
12187
12188 2001-11-23 [christoph]  0.6.5claws29
12189
12190         * src/.cvsignore
12191                 added ylwrap
12192         * src/compose.c
12193                 fixed gpg signing and encoding
12194         * src/folder.[ch]
12195         * src/main.c
12196                 added --status option to get new, unread and total
12197                 message count from a running sylpheed
12198         * src/prefs_common.c
12199                 temporary fix for reply_with_quote problem
12200                 (don't call functions for non existing widget)
12201         * src/procmsg.c
12202                 one more check for ignored threads but still not
12203                 always working correctly. probably a recursive
12204                 check for all parents is needed
12205
12206 2001-11-23 [darko]      0.6.5claws28
12207
12208         * src/compose.c
12209                 wrapping on send improvements
12210         * src/gtkutils.[ch]
12211                 fix for GtkSText after last sync with main branch
12212                 GTK_TEXT -> GTK_STEXT
12213
12214 2001-11-23 [paul]       0.6.5claws27
12215
12216         * sync with sylpheed 0.6.5cvs14
12217                 see ChangeLog entries 2001-11-22 and 2001-11-23
12218                 
12219         * po/de.po
12220                 fixed the scrambled umlauts 
12221                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
12222
12223 2001-11-21 [paul]       0.6.5claws26
12224
12225         * sync with sylpheed 0.6.5cvs12
12226                 see 2nd ChangeLog entry dated 2001-11-20
12227
12228 2001-11-20 [paul]       0.6.5claws25
12229
12230         * sync with sylpheed 0.6.5cvs11
12231                 see ChangeLog entry 2001-11-19 (src/utils.c)
12232
12233 2001-11-20 [hiro]
12234
12235         * src/compose.c
12236                 GTK_TEXT -> GTK_STEXT
12237                 fix for wrong comment
12238
12239 2001-11-20 [hiro]       0.6.5claws24
12240
12241         * src/compose.[ch]
12242                 more merges from main branch
12243                 removed fatal warnings (uninitialized variables etc.)
12244                 some coding style fix
12245         * src/gtkutils.h
12246                 fixed typo.
12247         * src/addressbook.c
12248           src/addrindex.c
12249                 V-Card -> vCard
12250
12251 2001-11-19 [hoa]        0.6.5claws23
12252
12253         * src/filtering.c
12254         * src/prefs_scoring.c
12255         * src/matcher.[ch]
12256         * src/scoring.c
12257                 cleaning code
12258
12259         * src/matcher_parser_parse.y
12260         * src/prefs_filtering.c
12261                 bouncing
12262
12263 2001-11-19 [alfons]     0.6.5claws22
12264
12265         more of my old things into claws
12266
12267         * src/Makefile.am
12268         * src/prefs_common.c
12269         * src/procmsg.h
12270         * src/summaryview.[ch]
12271         * src/prefs_summary_column.c
12272         * src/pixmaps/locked.xpm
12273                 add indicators for locking of message in summary view
12274                 (does not work yet, only visual indicator)
12275
12276 2001-11-19 [paul]       0.6.5claws21
12277
12278         * sync with sylpheed 0.6.5cvs10
12279                 see ChangeLog entry 2001-11-19
12280
12281 2001-11-18 [alfons]     0.6.5claws20
12282         
12283         * src/filtering.c
12284                 remove an inadvertent free I forgot in previous clean up 
12285
12286 2001-11-18 [alfons]     0.6.5claws19
12287
12288         * src/filtering.[ch]
12289                 clean up & plug leaks
12290
12291 2001-11-18 [paul]       0.6.5claws18
12292
12293         * sync with sylpheed 0.6.5cvs9
12294                 see ChangeLog entries 2001-11-17 and 2001-11-18
12295
12296 2001-11-16 [paul]       0.6.5claws17
12297
12298         * sync with sylpheed 0.6.5cvs8
12299                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12300
12301 2001-11-16 [paul]       0.6.5claws16
12302
12303         * sync with sylpheed 0.6.5cvs7
12304                 see ChangeLog entries 2001-11-15 and 2001-11-16
12305
12306 2001-11-15 [hoa]        0.6.5claws15
12307
12308         * src/compose.c
12309                 fix bounce, mails we received couln't be bounced to ourself.
12310
12311         * src/defs.h
12312         * src/filtering.[ch]
12313         * src/matcher.[ch]
12314         * src/matcher_parser.h
12315         * src/matcher_parser_lex.l
12316         * src/matcher_parser_parse.y
12317         * src/inc.c
12318         * src/main.c
12319         * src/mbox.c
12320         * src/prefs_filtering.[ch]
12321         * src/mainwindow.c
12322         * src/prefs_matcher.c
12323         * src/prefs_scoring.c
12324         * src/scoring.[ch]
12325         * src/summaryview.c
12326                 new matcher/filter/score configuration file parser
12327                 one unique configuration file => ~/.sylpheed/matcherrc
12328                 import in currently automatic, then save are made
12329                 in this new file.
12330                 one filter per folder and one global filter
12331                 (filter of a folder will be used as folder processing)
12332
12333         * src/folder.c
12334                 fix a bug in folder_item_get_identifier
12335                 
12336         * src/messageview.c
12337                 receive receipt return are fixed.
12338
12339 2001-11-14 [alfons]     0.6.5claws14
12340
12341         * src/session.h
12342                 add things from main branch to make claws compile
12343
12344 2001-11-14 [paul]       0.6.5claws13
12345
12346         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12347                 see ChangeLog entries 2001-11-08 to 2001-11-14
12348
12349 2001-11-14 [hoa] 0.6.5claws12
12350
12351         * src/compose.[ch]
12352         * src/mainwindow.c
12353         * src/summaryview.c
12354                 add "bounce mail" option
12355
12356 2001-11-13 [christoph]  0.6.5claws11
12357
12358         * src/compose.c
12359                 Cleanup a mess i add before commiting
12360
12361 2001-11-13 [hoa]        0.6.5claws10
12362
12363         * src/compose.c
12364                 some fixes when mail are sent or
12365                 for crossposts
12366
12367 2001-11-13 [christoph]  0.6.5claws9
12368
12369         * po/de.po
12370                 Changed two string with the same translation
12371         * src/compose.c
12372         * src/procmsg.[ch]
12373         * src/send.[ch]
12374                 New mailsending process:
12375                   - Always queue message before sending
12376                     (message will be saved if sylpheed crashed or
12377                      freezes while sending)
12378                   - Allow queuing of newspostings
12379                   - No copy in outbox before sending
12380                     (closes bug #469501)
12381                   - No more redundant code for send and send_later
12382         * src/summaryview.c
12383                 Applied wwp <subscript@free.fr>'s patch that fixes
12384                 marks for multiple forwarded messages (+compose.c)
12385
12386 2001-11-12 [alfons]
12387
12388         * README.claws
12389                 remove things that are now in main branch
12390         
12391         * po/nl.po
12392                 update Dutch translation
12393
12394 2001-11-12 [mhadasht]   0.6.5.claws8
12395
12396         * src/prefs_common.c
12397                 re-enabled account autoselection feature for forward
12398                 and reedit lost during the branch point for SYNC-B4-REL
12399         * src/gtkspell.c
12400                 gtkpspell_get_dict(): more readable code (even if function is
12401                 not used yet)
12402         * ChangeLog.claws
12403                 added version number info to 2001-11-12 [hiro] comment.
12404
12405 2001-11-12 [hiro]       0.6.5.claws7
12406
12407         * src/compose.c
12408                 compose_forward(): fixed a bug that forward quote mark
12409                 wasn't used.
12410                 removed unnecessary code.
12411         * src/template_select.[ch]: removed.
12412
12413 2001-11-11 [alfons]
12414
12415         * src/compose.c
12416                 :%s/GTK_TEXT/GTK_STEXT/g
12417         
12418         * src/compose.[ch]
12419         * src/undo.[ch]
12420         * src/Makefile.am
12421                 revert the undo stuff (this is 0.6.6claws stuff)
12422
12423 2001-11-11 [hoa]        0.6.5.claws6
12424
12425         * src/compose.[ch]
12426                 Insert signature at the end of the text.
12427                 Added undo patch but currently disabled
12428
12429         * src/procmsg.c
12430                 Threading by subject improved.
12431
12432         * added src/undo.[ch]
12433                 Undo module for compose dialog box.
12434
12435 2001-11-11 [alfons]     0.6.5.claws5
12436
12437         * src/procmsg.c
12438                 prevent threading by subject on nodes that have already been
12439                 threaded by in-reply-to (as in "circular references in a tree
12440                 result in a dead branch")
12441
12442 2001-11-09 [hoa]        0.6.5.claws4
12443         
12444         * src/folderview.c
12445                 allows creation of mbox folder item from any files.
12446
12447 2001-11-09 [alfons]     0.6.5.claws3
12448         
12449         * src/utils.c
12450         * src/procmsg.c
12451                 do what I mean and correct threading by subject so it really
12452                 ignores attracting lines without "Re: "
12453
12454 2001-11-07 [alfons]     0.6.5.claws2
12455
12456         * src/procmsg.c
12457         * src/utils.[ch]
12458                 only attract by subject if a subject line starts with a "Re: "
12459         * src/syldap.c
12460                 remove warning
12461
12462 2001-11-07 [paul]       0.6.5claws1
12463
12464         * sync with sylpheed 0.6.5. release
12465                 see ChangeLog entry 2001-11-07
12466
12467 2001-11-07 [paul]       0.6.4claws31
12468
12469         * sync with sylpheed 0.6.4cvs18
12470                 see ChangeLog entries 2001-10-30 to 2001-11-07
12471                 prefs_templates.[ch] renamed prefs_template.[ch]
12472
12473 2001-11-06 [alfons]
12474         
12475         * src/utils.h
12476                 add semicolon Hoa forgot ;-)
12477                 
12478
12479 2001-11-06 [hoa]        0.6.4claws30
12480         
12481         * src/procmsg.c
12482         * src/summaryview.c
12483         * src/utils.c
12484         * src/utils.h
12485                 threading by subject - empty subject are ignored
12486
12487 2001-11-06 [christoph]  0.6.4claws29
12488
12489         * src/socket.c
12490                 use SSL_peek for sock_gets
12491         * src/utils.c
12492                 removed unneeded pointer in extracting quoted
12493                 names implementation
12494
12495 2001-11-06 [melvin]     0.6.4claws28
12496
12497         * src/gtkspell.c
12498                 fixed bug #476792 Selection overtyping with spell checker
12499                 fixed bug which could cause a buffer overflow
12500                 fixed a memory leak
12501
12502 2001-11-06 [hoa]        0.6.4claws27
12503         
12504         * src/procmsg.c
12505         * src/summaryview.c
12506                 threading by subject
12507
12508 2001-11-05 [alfons]     0.6.4claws26
12509         
12510         * README.claws
12511                 Claws -> Sylpheed (vice versa)
12512
12513         * src/compose.c
12514                 :%s/gtk_text/gtk_stext/g
12515                 :%s/GTK_TEXT/GTK_STEXT/g
12516                 (thanks to Jonathan Ware for spotting this)
12517
12518 2001-11-04 [christoph]  0.6.4claws25
12519
12520         * src/summaryview.c
12521                 replace Xalloca + strdup with Xstrdup_a
12522         * src/utils.c
12523                 better implementation of extracting quoted names
12524                 from addresses (remove backlashes and ignore
12525                 quotes after them)
12526
12527 2001-11-04 [alfons]     0.6.4claws24
12528
12529         * src/utils.[ch]
12530                 edit to comply more with coding style
12531
12532         * src/textview.c
12533                 fix bug reported by Kim Schulz. introduced by the patch integrated
12534                 in 0.6.4claws15. the code did not check the return value of
12535                 the html parser.
12536
12537         * AUTHORS
12538                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12539
12540 2001-11-04 [christoph]  0.6.4claws23
12541
12542         * src/main.c
12543         * src/prefs_common.[ch]
12544                 init some pointers that possibly caused a segfault
12545                 reported in the claws-users ML
12546
12547 2001-11-04 [hoa]        0.6.4claws22
12548
12549         * src/grouplistdialog.c
12550                 change the names of the nodes in the tree
12551
12552         * src/compose.c
12553                 enhanced mailto syntax as described in
12554                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12555                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12556
12557         * src/utils.c
12558                 encode and decode URI (useful when opening URL into
12559                 netscape).
12560
12561 2001-11-03 [hoa]        0.6.4claws21
12562
12563         * src/grouplistdialog.c
12564                 a new newsgroups list selection dialog box
12565                 with a CTree instead of a CList
12566
12567 2001-11-03 [hoa]        0.6.4claws20
12568
12569         * src/folderview.c
12570                 enable property and scoring options when right
12571                 click on "inbox"
12572
12573         * src/summaryview.c
12574                 fixed bug when nickname were displayed using
12575                 the address book.
12576
12577 2001-11-02 [darko]      0.6.4claws19
12578
12579         * src/compose.c
12580                 new wrap quotation and URL/long words wrapping implementation
12581         * src/compose.c src/gtkstext.[ch]
12582                 move gtkstext_strncmp() to gtkstext.c
12583
12584 2001-11-01 [christoph]  0.6.4claws18
12585
12586         * src/prefs_account.c
12587                 fixed mess in account settings dialog
12588         * src/prefs_folder_item.c
12589                 added label with folder path to dialog
12590
12591 2001-10-31 [match]      0.6.4claws17
12592
12593         * src/vcard.c
12594                 fix memory leak.
12595         * src/addrbook.c
12596                 fix generation of spurious address book file names.
12597                 remove redundant functions.
12598         * po/POTFILES.in
12599                 added missing file names.
12600
12601 2001-10-30 [paul]       0.6.4claws16
12602
12603         * sync with sylpheed 0.6.4cvs6
12604                 see ChangeLog entries 2001-10-26 to 2001-10-30
12605
12606         * tools/filter_conv.pl
12607                 read folderlist.xml to discover whether the top-level
12608                 folder is called 'Mailbox' or 'Mail' 
12609
12610 2001-10-29 [paul]       0.6.4claws15
12611
12612         * src/html.c, src/textview.c
12613                 activate links in html mail and fix clickable parts
12614                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12615
12616 2001-10-29 [paul]
12617
12618         * po/de.po, po/es.po, po/pt_BR/po
12619                 updated translations, submitted by Jens Oberender,
12620                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12621
12622 2001-10-29 [darko]      0.6.4claws14
12623
12624         * src/compose.c
12625                 fix wrapping for good
12626
12627 2001-10-29 [darko]
12628
12629         * src/compose.c
12630                 undo previous change as it broke the smart wrapping
12631
12632 2001-10-29 [darko]      0.6.4claws13
12633
12634         * src/compose.c
12635                 fix infinite loop when long URL is quoted
12636                 (closes bug #475122.
12637
12638 2001-10-28 [match]
12639
12640         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12641                 import Mutt address book
12642         * src/ldif.[ch] src/importldif.h
12643                 modified import LDIF handle user attributes
12644
12645 2001-10-28 [christoph]  0.6.4claws12
12646
12647         * src/summaryview.c
12648                 fixed that filtering did not work if there
12649                 were no filter rules
12650                 (closes bug #472003 and better implementation
12651                  of patch #474644)
12652
12653 2001-10-27 [christoph]  0.6.4claws11
12654
12655         * src/compose.c
12656                 make the folder's default account to be used when
12657                 replying. (patch by wwp <subscript@free.fr>)
12658         * src/compose.c
12659                 code cleanup, nearly killed all of wwp's patch
12660                 for folder's default account in compose
12661         * src/folderview.c
12662                 error panel when a folder could not be created
12663                 (closes bug #471080 new folder name & already
12664                  existing file)
12665
12666 2001-10-26 [alfons]
12667
12668         * src/utils.h
12669                 change prototype of strstr2() that Christoph forgot about
12670
12671 2001-10-26 [christoph]  0.6.4claws10
12672
12673         * src/account.c
12674                 made search for accounts by email address not case
12675                 sensitive
12676         * src/folder.c
12677                 fixed memory leak in folder_item_get_identifier
12678         * src/gtkspell.c
12679         * src/utils.c
12680                 fixed wrong strstr2 (should work like strstr)
12681
12682 2001-10-26 [darko]      0.6.4claws9
12683
12684         * src/compose.c src/gtkstext.[ch]
12685         * src/gtkstext.c
12686                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12687
12688 2001-10-26 [paul]       0.6.4claws8
12689
12690         * src/html.c
12691                 ignore css and javascript tags in html mail
12692                 case-insensitive, with or without double-quoted
12693                 strings
12694
12695 2001-10-26 [paul]       0.6.4claws7
12696
12697         * sync with sylpheed 0.6.4cvs1
12698                 see ChangeLog entry 2001-10-26
12699
12700         * src/prefs_account.c, src/prefs_common.c,
12701           src/prefs_summary_column.c
12702                 minor improvements to the English
12703
12704 2001-10-25 [alfons]     0.6.4claws6
12705
12706         * src/gtkstext.c
12707         
12708                 make GtkSText follow style of GtkText (closes bug 
12709                 #469211 "text selection while writing message")
12710                 
12711                 do sync with GTK 1.2.10
12712
12713 2001-10-25 [paul]       0.6.4claws5
12714
12715         * src/html.c
12716                 ignore css tags in html mail
12717
12718 2001-10-25 [darko]      0.6.4claws4
12719
12720         * src/compose.c
12721                 don't declare is_url_string as static function since
12722                 we need it in gtkstext.c
12723         * src/gtkstext.c
12724                 remove unused variable
12725                 don't wrap long URLs while composing a message
12726
12727 2001-10-24 [christoph]  0.6.4claws3
12728
12729         * src/socket.c
12730                 fix ssl deadlock, when peer closes connection
12731
12732 2001-10-24 [paul]       0.6.4claws2
12733
12734         * src/prefs_common.c
12735                 gettextize the gpg ascii-armored warning message
12736
12737         * src/compose.c
12738                 insert a DOS/MAC file into the composed message
12739                 (improvements)
12740
12741         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12742
12743 2001-10-22 [paul]       0.6.4claws1
12744
12745         * sync with sylpheed 0.6.4 release
12746                 see ChangeLog entries 2001-10-21
12747
12748         * po/fr.po, po/pt_BR.po
12749                 updated by Melvin Hadasht and Fabio Junior Beneditto
12750
12751 2001-10-21 [paul]       0.6.3claws30
12752
12753         * src/compose.c
12754                 insert a DOS text file from the compose window
12755                 into the composed message text (removes CRs characters)
12756                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12757
12758         * tools/filter_conv.pl, tools/README
12759                 automatically use ~/.sylpheed as working directory
12760                 print out confirmation message on completion
12761
12762         * correct Hoa's last ChangeLog.claws entry
12763
12764 2001-10-20 [hoa]        0.6.3claws29
12765
12766         * src/grouplistdialog.c
12767                 bugfix (another ?) to give the right
12768                 newsgroups list for each news server.
12769
12770         * src/news.c
12771         * src/news.h
12772                 improve the newsgroups list cache
12773
12774 2001-10-20 [paul]       0.6.3claws28
12775
12776         * sync with sylpheed 0.6.3cvs9
12777                 see ChangeLog entry 2001-10-19
12778
12779         * correct Alfons' last ChangeLog.claws entry
12780
12781 2001-10-19 [alfons]
12782
12783         * src/pgptext.[ch]
12784                 fix compilation problems (part of bug #472895)
12785
12786 2001-10-18 [hoa]        0.6.3claws27
12787
12788         * src/grouplistdialog.c
12789                 bugfix when we refresh was clicked (bug 472701)
12790
12791 2001-10-19 [christoph]  0.6.3claws26
12792
12793         * src/compose.c
12794                 last header entry should default to "To:" or
12795                 "Newsgroups:" and not copy the last entry line
12796                 in a new compose window
12797                 (closes bug #472686, #470792)
12798
12799 2001-10-19 [paul]       0.6.3claws25
12800
12801         * sync with Sylpheed 0.6.3cvs8
12802                 see ChangeLog entries 2001-10-18 and 2001-10-19
12803
12804 2001-10-18 [christoph]  0.6.3claws24
12805
12806         * src/procmsg.c
12807                 reimplement ignore thread
12808         
12809 2001-10-18 [hoa]        0.6.3claws23
12810
12811         * src/folderview.c
12812         * src/grouplistdialog.[ch]
12813                 enhanced news subscription interface (feature 469113)
12814
12815         * src/news.c
12816         * src/news.h
12817                 enchanced newsgroup listing,
12818                 now, we can get groups informations
12819                 (NNTPGroupInfo)
12820
12821 2001-10-18 [paul]       0.6.3claws22
12822
12823         * src/summaryview.c
12824                 remove comment (sync with main branch)
12825         * src/mainwindow.c
12826                 fix 'Re-edit' bug in 'Message' menu
12827
12828 2001-10-17 [christoph]  0.6.3claws21
12829
12830         * src/compose.c
12831                 ignore empty or whitespace only header lines
12832
12833 2001-10-17 [paul]       0.6.3claws20
12834
12835         * sync with sylpheed 0.6.3cvs7
12836                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12837                 2001-10-17
12838
12839 2001-10-17 [darko]
12840
12841         * src/compose.c
12842                 wrap long lines without spaces
12843                 don't wrap URLs
12844
12845 2001-10-16 [paul]
12846
12847         * po/es.po, po/nl.po, po/pt_BR.po
12848                 updated by Ricardo Mones Lastra, Alfons,
12849                 and Fabio Junior Beneditto
12850
12851         * sylpheed-0.6.3claws released
12852
12853 2001-10-15 [melvin] 0.6.3claws18
12854
12855         * README.claws
12856                 added summary and detailed installation instructions
12857                 for spell checker
12858         * po/fr.po
12859                 Updated, corrected and completed french translation
12860
12861 2001-10-15 [hoa] 0.6.3claws17
12862         * src/grouplistdialog.c
12863                 we can choose the newsgroups to display with wildcards
12864
12865 2001-10-15 [christoph]  0.6.3claws16
12866
12867         * src/account.c
12868         * src/compose.c
12869         * src/prefs_folder_item.[ch]
12870                 applied wwp <subscript@free.fr>'s folder
12871                 default account patch
12872         * po/de.po
12873                 Fixed wrong translation
12874
12875 2001-10-13 [alfons, christoph, melvin]  
12876                         0.6.3claws15
12877
12878         solution #2 to solve MT-safety problems defers all GUI related calls
12879         to the main thread using a gtk_idle_add() callback. discussed on
12880         ircnet #sylpheed, with christoph spotting some issues with the
12881         original code, and melvin allowing us to lobotomize his sylpheed.
12882
12883         * src/syldap.[ch], src/main.c
12884                 fix race problem in ldap search thread by deferring GUI 
12885                 stuff to main thread using gtk_idle_add()
12886
12887 2001-10-13 [paul]       0.6.3claws14
12888
12889         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12890                 add Sergey's smtpcred.patch
12891                 adds separate username/password setting for SMTP Auth
12892                 needed by some servers
12893                 (closes feature request #471659)
12894
12895 2001-10-13 [paul]       0.6.3claws13
12896
12897         * src/pgptext.[ch] **NEW FILES**
12898         * src/Makefile.am, src/messageview.c, src/mimeview.c
12899                 decrypt ascii-armored gpg text embedded in
12900                 the message body.
12901                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12902
12903 2001-10-13 [christoph]  0.6.3claws12
12904
12905         * README.claws
12906                 some more details on default to and
12907                 feature requests
12908         * src/main.c
12909                 init glib threading when ldap is used
12910         * src/syldap.c
12911                 threading fixes
12912         * po/de.po
12913                 fixed a typo
12914
12915 2001-10-12 [paul]       0.6.3claws11
12916
12917         * src/prefs_common.[ch], src/rfc2015.c
12918                 enable ascii-armored gpg text to be embedded in the
12919                 message body, selectable through the 'Privacy'
12920                 preferences. Supports encrypting only.
12921                 Submitted by Ravemax <ravemax@dextrose.com>
12922
12923 2001-10-12 [paul]       0.6.3claws10
12924
12925         * sync with sylpheed 0.6.3cvs6
12926                 see ChangeLog entries 2001-10-11 and 2001-11-12
12927
12928         * src/folderview.c
12929                 incorporated mbox folders, scoring, and folder
12930                 properties into the sync
12931
12932 2001-10-12 [darko]      0.6.3claws9
12933
12934         * README.claws
12935                 describe quotation wrapping
12936         * src/compose.c
12937                 don't treat tab as space to calculate line length properly
12938
12939 2001-10-11 [alfons]
12940
12941         * README.claws
12942                 correct description of how to make new filtering system work,
12943                 add some other things
12944                 
12945         * src/syldap.c
12946                 remove sched_yield() (not necessary / unportable)
12947
12948 2001-10-11 [paul]       0.6.3claws8
12949
12950         * sync with sylpheed 0.6.3cvs3
12951                 see ChangeLog entry 2001-10-10
12952
12953 2001-10-10 [christoph]  0.6.3claws7
12954
12955         * .cvsignore
12956                 ignore 2 files created by newer autotools
12957         * src/prefs_folder_item.c
12958                 using table for widget alignment
12959                 fixed memory leak and broken octal display
12960         * src/filesel.c
12961                 fixed segfault caused by lost filename
12962                 workaround (closes bug #469551)
12963
12964 2001-10-10 [paul]       0.6.3claws6
12965
12966         * sync with sylpheed 0.6.3cvs2
12967                 see ChangeLog entries 2001-10-09 and 2001-10-10
12968
12969 2001-10-10 [darko]      0.6.3.claws5
12970
12971         * src/gtkstext.c
12972                 proper calculation of right margin if smart wrapping is enabled
12973         * src/compose.c
12974                 automatically wrap long lines if wrap quotation is enabled
12975
12976 2001-10-09 [alfons]     0.6.3.claws4
12977
12978         * src/summaryview.c
12979                 select correct row when deleting last row in the summary view (and
12980                 close bug "[ #469104 ] select second last in list when deleting")
12981
12982 2001-10-09 [paul]       0.6.3claws3
12983
12984         * sync with sylpheed 0.6.3cvs1
12985                 updated some autotool scripts
12986
12987 2001-10-09 [darko]      0.6.3claws2
12988
12989         * src/gtkstext.[ch]
12990                 new name and mark with Sylpheed comment
12991         * src/compose.c
12992                 smart quotation wrapping a-la VIM
12993
12994 2001-10-08 [paul]       0.6.3claws1
12995
12996         * sync with sylpheed 0.6.3 release
12997                 see ChangeLog entry 2001-10-08
12998
12999 2001-10-08 [paul]       0.6.2claws24
13000
13001         * src/summaryview.c
13002                 more sync with sylpheed 0.6.2cvs12
13003                 Fixed the bug that didn't select the last row correctly
13004
13005
13006 2001-10-07 [paul]       0.6.2claws23
13007
13008         * sync with sylpheed 0.6.2cvs12
13009                 see ChangeLog entry 2001-10-07
13010
13011 2001-10-06 [match]
13012         * src/jpilot.[ch]
13013                 enable jpilot to read unsynch'ed addresses.
13014
13015         * src/editldap_basedn.c
13016                 fix segfault when opening dialog.
13017
13018 2001-10-06 [alfons]     0.6.2.claws22
13019
13020         * src/summaryview.c
13021                 fix bug with summary view selecting last *inserted*
13022                 node instead of last *visible* node. remember we
13023                 work with a tree
13024
13025 2001-10-06 [paul]       0.6.2claws21
13026
13027         * po/pt_BR.po
13028                 updated translation, contains some fixes and new
13029                 translations, submitted by Gustavo Noronha Silva
13030                 <kov@debian.org>
13031
13032         * src/prefs_common.c
13033                 change 'each' to 'every' - fix dubious English
13034
13035         * sync with sylpheed 0.6.2cvs11
13036
13037 2001-10-05 [alfons]     0.6.2claws20
13038
13039         * src/mainwindow.[ch], src/folderview.c
13040                 make composite tool button switch between "Compose News"
13041                 and "Compose Mail" depending on selected folder
13042                 (nifty idea by Kim Schulz <kim@schulz.dk>)
13043
13044 2001-10-05 [paul]       0.6.2claws19
13045
13046         * src/mainwindow.c, src/summaryview.c
13047                 fix 'Message/Reply to all', broken in last commit
13048
13049         * src/compose.c
13050                 fix X_BEENTHERE seg fault, thanks to Alfons
13051
13052 2001-10-04 [paul]       0.6.2claws18
13053
13054         * src/compose.[ch], src/mainwindow.c
13055                 make "Message/Reply" reply to mailing lists; matches
13056                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
13057                 based on portions of the patch submitted by
13058                 Junichi Uekawa <dancer@netfort.gr.jp>
13059
13060 2001-10-04 [darko]      0.6.2claws17
13061
13062         * src/compose.c
13063                 better smart wrapping
13064         * src/gtkstext.[hc]
13065                 a function to make text buffer contiguous
13066
13067 2001-10-03 [paul]       0.6.2claws16
13068
13069         * sync with sylpheed 0.6.2cvs10
13070
13071 2001-10-02 [alfons]
13072
13073         * configure.in
13074         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
13075                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
13076                 references to chinese translations (hope someone picks up
13077                 this)
13078
13079 2001-10-02 [christoph]  0.6.2claws15
13080
13081         * src/compose.c
13082                 fixed non translated header bug
13083         * ChangeLog.claws
13084                 fixed wrong date in alfons last entry ;)
13085
13086 2001-10-02 [alfons]     0.6.2claws14
13087
13088         * src/compose.c, src/prefs_common.[ch]
13089                 add block cursor option
13090
13091 2001-10-02 [paul]       0.6.2claws13
13092
13093         * sync with sylpheed 0.6.2cvs9
13094
13095 2001-09-30 [paul]       0.6.2claws12
13096
13097         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
13098                 updated translations
13099
13100         * po/POTFILES.in
13101                 add 'src/importldif.c'
13102
13103         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
13104                 added eudora-to-vCard conversion tool
13105                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
13106
13107         * sync with sylpheed 0.6.2cvs8
13108
13109 2001-09-30 [paul]
13110
13111         * sylpheed-0.6.2claws released
13112
13113 2001-09-27 [melvin]     0.6.2claws11
13114
13115         * src/gtkspell.c
13116                 fixed crash when using default path (introduced 
13117                 in 0.6.2claws10)
13118                 fixed tiny bug for initial suggestion mode
13119
13120 2001-09-27 [melvin]     0.6.2claws10
13121         
13122         * src/gtkspell.c
13123                 fixed bug where gtkpspell didn't set the path correctly
13124
13125         * README.claws
13126                 added a paragraph about spell checking
13127                 
13128
13129
13130 2001-09-27 [paul]       0.6.2claws9
13131
13132         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
13133                 replace '// comments' with '/* comments */' to prevent
13134                 some compiler warnings 
13135
13136         * sync with sylpheed 0.6.2cvs6
13137
13138 2001-09-26 [alfons]     0.6.2claws8
13139
13140         * src/messageview.c
13141                 introduce return receipt request notification again,
13142                 which was lost because of other semantics in 
13143                 procheader_parse() (???)
13144
13145 2001-09-26 [christoph]  0.6.2claws7
13146
13147         * src/compose.c
13148                 replace comments for old code with #if 0
13149                 readded auto cc, bcc and reply-to
13150         * src/prefs_matcher.c
13151         * src/prefs_scoring.c
13152                 removed some definition (was moved to
13153                 prefs.h)
13154
13155 2001-09-26 [paul]       0.6.2claws6
13156
13157         * src/mainwindow.c
13158                 make 'Follow-up and reply to' sensitive
13159
13160         * more sync with sylpheed 0.6.2cvs5
13161
13162 2001-09-25 [melvin]
13163
13164         * 0.6.2claws5
13165
13166         * src/gtkspell.c
13167                 fixed bug for "US-ASCII" introduced by the encoding code
13168
13169 2001-09-25 [paul]
13170
13171         * 0.6.2claws4
13172
13173         * src/prefs_common.[ch], src/summaryview.c
13174                 'next unread msg' 'go to next folder?' dialog can be
13175                 given default behaviour, either always show dialog,
13176                 or assume 'yes', or assume 'no'
13177                 Submitted by wwp <subscript@free.fr>
13178
13179 2001-09-25 [melvin]
13180                 
13181         * src/compose.c src/gtkspell.[ch]
13182                 added support for different encodings
13183
13184 2001-09-25 [paul]
13185
13186         * more sync with sylpheed 0.6.2cvs5
13187
13188 2001-09-24 [alfons]
13189         
13190         * src/prefs_folder_item.c
13191                 add check for item->prefs->default_to string is NULL and
13192                 add another check when freeing this string
13193
13194 2001-09-24 [paul]
13195
13196         * configure.in
13197                 change to version 0.6.2claws3
13198
13199         * sync with sylpheed 0.6.2cvs5 
13200
13201 2001-09-24 [match]
13202         * src/ldif.[ch], src/importldif.[ch], addressbook.c
13203                 import LDIF files.
13204         * src/addrcache.[ch], addrindex.[ch]
13205                 small update for future
13206         * src/addrbook.c
13207                 fix test XML file.
13208
13209 2001-09-24 [melvin]
13210         * src/gtkspell.[ch]
13211                 added 'Learn from mistakes' option
13212                 better handling of quotes in checked words
13213                 sorted dict list
13214         * po/fr.po
13215                 small update for spell checking stuff
13216
13217 2001-09-23 [alfons]
13218         
13219         * src/gtkspell.c
13220                 edit a little bit so it complies more with main coding style
13221
13222 2001-09-23 [alfons]
13223
13224         * src/folder.[ch], prefs_folder_item.c, compose.c
13225                 migrate "request return receipt" folder property
13226                 to folderlist.xml
13227
13228 2001-09-22 [alfons]
13229
13230         * README.claws **NEW**
13231                 (add things of interest for users of main branch 
13232                 and claws here)
13233
13234         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
13235                 re-implement threading per folder option, but store 
13236                 the setting in folderlist.xml (where it belongs)
13237
13238 2001-09-21 [melvin]
13239
13240         * src/gtkspell.[ch]
13241                 fixed bug when compose window is under another window
13242         * src/prefs_common.[ch] src/compose.c
13243                 changed 'dictionary_path' to 'dictionary' to be consistent
13244                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13245         * ac/pspell.m4 src/Makefile.am 
13246                 dropped PSPELL_PATH macro
13247         * po/fr.po
13248                 updated translations
13249
13250 2001-09-21 [christoph]
13251
13252         * src/compose.c
13253                 added border around header fields
13254                 keep header type when new field is added
13255
13256 2001-09-20 [christoph]
13257
13258         * src/utils.[ch]
13259                 more portable debug_print with source filename
13260                 and linenumber
13261         * src/procmsg.c
13262                 more newlines after debug messages
13263
13264 2001-09-20 [paul]
13265
13266         * configure.in
13267                 change to version 0.6.2claws2
13268
13269         * sync with sylpheed 0.6.2cvs3
13270
13271 2001-09-19 [melvin]
13272
13273         * src/gtkspell.c
13274                 fixed the post-right-click focus pb
13275                 fixed crash when 'Spell check all' after dict change 
13276                         and when cursor is at the end of the text
13277                 shift-right-click pops up config menu even on misspelled words.
13278         * po/POTFILES.in
13279                 added gtkspell.c
13280
13281 2001-09-19 [melvin]
13282
13283         * src/about.c
13284                 added pspell to compiled-in features list
13285
13286 2001-09-18 [melvin]
13287
13288         * switched to pspell and dropped ispell
13289         * ac/pspell.m4
13290                 new file. autoconf macro for pspell
13291         * ac/Makefile.am 
13292         * configure.in acconfig.h
13293                 added pspell support
13294         * src/Makefile.am
13295         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13296         * src/prefs_common.[ch] 
13297                 added pspell support
13298
13299 2001-09-18 [christoph]
13300
13301         * src/addr_compl.c
13302         * src/template.[ch]
13303                 replace LOG_MESSAGE with debug_print
13304         * src/compose.[ch]
13305                 gui improvements
13306         * src/menu.c
13307                 added newline after debug message
13308         * src/utils.h
13309                 using __VA_ARGS__ for debug_print macro
13310         * tools/.cvsignore
13311                 ignore Makefile and Makefile.in
13312
13313 2001-09-18 [paul]
13314
13315         * configure.in
13316                 change to version 0.6.2claws1
13317         * sync with sylpheed 0.6.2cvs1
13318
13319         * src/matcher.c 
13320         * src/prefs_matcher.c
13321                 add 'score equal to' option, submitted by
13322                 Paul Evans <nerd@freeuk.com>
13323
13324 2001-09-15 [christoph]
13325
13326         * src/mainwindow.c
13327                 comment out menu entry not existing in claws
13328         * src/menu.c
13329                 add debug output for non existing menu entries
13330         * src/summaryview.c
13331                 fix next/prev unread message for ignored threads
13332         * src/utils.[ch]
13333                 add sourcefile and line number to debug output
13334                 otherwise it is sometimes hard to find the
13335                 source code part if debug messages are translated
13336
13337 2001-09-14 [darko]
13338         
13339         * src/folderview.c
13340                 refresh target folder style after colour is changed
13341
13342 2001-09-13 [paul]
13343
13344         * configure.in
13345                 change to version 0.6.1claws3
13346
13347         * sync with sylpheed 0.6.1cvs6
13348
13349 2001-09-13 [darko]
13350         
13351         * src/folderview.c
13352                 fix target folder colourization to use user selected colour
13353
13354 2001-09-12 [darko]
13355         
13356         * src/summaryview.c
13357                 fix crash when message that is marked for copy/move is unmarked
13358
13359 2001-09-09 [paul]
13360
13361         * configure.in
13362                 change to version 0.6.1claws2
13363
13364         * sync with sylpheed 0.6.1cvs3
13365
13366 2001-09-09 [alfons]
13367         
13368         * src/folderview.c
13369                 fix bug with default font used for trash folder text
13370
13371 2001-09-06 [paul]
13372
13373         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13374                 updated translations
13375
13376         * configure.in
13377                 change to version 0.6.1claws1
13378
13379         * sync with sylpheed 0.6.1cvs2
13380
13381 2001-09-03 [paul]
13382
13383         * po/POTFILES.in
13384                 add Match's new addressbook
13385
13386         * po/de.po
13387                 updated translation submitted by Jens Oberender
13388
13389 2001-09-02 [paul]
13390
13391         * configure.in
13392                 change to 0.6.1claws
13393         * sync with sylpheed 0.6.1 release
13394
13395 2001-09-02 [paul]
13396
13397         * configure.in
13398                 change to 0.6.0claws2
13399
13400         * sync with sylpheed 0.6.0cvs4
13401
13402         * po/pt_BR.po
13403                 updated translation submitted by Fabio Junior Beneditto
13404
13405 2001-09-01 [match]
13406         * pixmaps/
13407                 interface.xpm
13408                 book.xpm
13409                 address.xpm
13410         * src/
13411                 Makefile.am
13412                 a ton of new files
13413
13414 2001-08-31 [paul]
13415
13416         * configure.in
13417                 change to version 0.6.0claws1
13418
13419         * sync with sylpheed 0.6.0cvs1
13420
13421         * po/es.po
13422                 updated translation submitted by Ricardo Mones Lastra
13423
13424         * po/POTFILES.in
13425                 add 'src/prefs_templates.c'
13426
13427         * src/compose.c, src/summaryview.c
13428                 fix segfault on 'Re_edit'               
13429
13430 2001-08-30 [alfons]
13431
13432         * configure.in, Makefile.am
13433         * tools/Makefile.am
13434                 add tools directory to source distribution
13435
13436 2001-08-30 [paul]
13437
13438         * configure.in
13439                 change to version 0.6.0claws
13440
13441         * sync with sylpheed 0.6.0 release
13442
13443 2001-08-30 [christoph]
13444
13445         * configure.in
13446                 removed autoconf version check
13447
13448 2001-08-30 [paul]
13449
13450         * src/account.c, src/compose.c, src/prefs_common.[ch]
13451         * src/procheader.[ch] src/utils.[ch]
13452                 Enhanced automatic account selection on replies
13453                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13454
13455         * configure.in
13456                 add LDAP and JPilot to the configuration results output.
13457
13458 2001-08-29 [christoph]
13459
13460         * src/summeryview.c
13461                 no bold font for ignored threads
13462
13463 2001-08-29 [paul]
13464
13465         * configure.in
13466                 change to version 0.5.3claws6
13467
13468         * sync with sylpheed 0.5.3cvs10
13469                 src/stringtable.[ch]: New Files
13470
13471         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13472         * src/pixmaps/sylpheed.xpm
13473                 add mini-icons to windows (by Alfons)
13474
13475 2001-08-27 [paul]
13476
13477         * src/mainwindow.c
13478                 new functions: next_labeled_cb(), prev_labeled_cb()
13479
13480         * src/summaryview.c
13481                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13482                 summary_select_next_labeled(), summary_select_prev_labeled()
13483
13484         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13485                 give claws blue folders and a blue trash can
13486
13487 2001-08-27 [paul]
13488
13489         * configure.in
13490                 change to version 0.5.3claws5
13491
13492         * sync with sylpheed 0.5.3cvs9
13493                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13494
13495 2001-08-24 [christoph]
13496
13497         * src/filesel.c
13498                 keep filename when browsing directories
13499                 (not working for user entered filename, but
13500                  for default name and selected filename from
13501                  file list)
13502         * src/mainwindow.c
13503                 fixed wrong spelling "Folllow-up"
13504         * src/mbox_folder.c
13505         * src/procmsg.c
13506         * src/summaryview.c
13507                 fixed new/unread message count with ignored
13508                 threads (2 commits, first didn't notice no
13509                 longer needed decreasing)
13510         * src/inc.c
13511                 readded scrolling of progress dialog
13512                 (lost in sync)
13513
13514 2001-08-24 [paul]
13515
13516         * configure.in
13517                 change to 0.5.3claws4
13518
13519         * sync with sylpheed 0.5.3cvs7
13520
13521 2001-08-24 [christoph]
13522
13523         * src/compose.c
13524                 set request return receipt when replying
13525                 if it is set is the folder prefs of the
13526                 message
13527         * src/inc.c
13528                 disable final error popup if popups are
13529                 disabled in config (again)
13530
13531 2001-08-23 [paul]
13532
13533         * configure.in
13534                 Change version number to 0.5.3claws3
13535
13536         * sync with sylpheed 0.5.3cvs5
13537
13538         * src/mimeview.c
13539                 double quote '%s' in 'gedit %s' to fix bug when
13540                 opening attachment with spaces in the name
13541
13542 2001-08-22 [alte]
13543         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13544           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13545                 initial message templates support
13546
13547
13548 2001-08-22 [paul]
13549
13550         * configure.in
13551                 change version number to 0.5.3claws2
13552
13553         * sync with sylpheed 0.5.3cvs4
13554
13555         * src/procmsg.h src/summaryview.c
13556                 re-implement (un)ignore thread
13557
13558 2001-08-21 [paul]
13559
13560         * src/summaryview.c
13561                 remove unnecessary code
13562         * src/compose.c
13563                 enable 'dynamic' signatures (submitted by
13564                 Eric Limpens <eric@hscg-internet.nl>)
13565
13566 2001-08-21 [paul]
13567
13568         clean up after sync with sylpheed 0.5.3 release
13569
13570         * src/folderview.c
13571                 fix re-introduced font mess, see Christoph's
13572                 entry 2001-06-24
13573
13574         * src/summaryview.c
13575                 remove prev_msgnum
13576                 use sylpheed's small font instead of
13577                 gtk default font for summary view
13578
13579
13580 2001-08-17 [paul]
13581
13582         * configure.in
13583                 add pl to ALL_LINGUAS - sync with main branch
13584
13585         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13586                 Updated. Translations by Jens Oberender, Ricardo Mones
13587                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13588
13589         * po/pl.po  ** NEW FILE **
13590                 sync with the main branch
13591
13592         * src/folderview.c
13593                 fix target folder colorizing and refresh problem
13594
13595
13596 2001-08-17 [christoph]
13597
13598         * src/mainwindow.c
13599                 claws uses 4 colors for target folder coloring.
13600                 arrays were not long enough and destroyed the
13601                 stack causing a segfault.
13602                 target folder colorizing does not work anymore
13603                 for me
13604
13605 2001-08-16 [paul]
13606
13607         * configure.in
13608                 change to version 0.5.3claws1
13609
13610         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13611           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13612           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13613
13614                 sync with sylpheed 0.5.3 release, but keep claws method of
13615                 configuring/saving fonts
13616
13617         * src/addressbook.[ch]
13618                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13619                 in line with a similar change in Hiroyuki's branch
13620
13621         * src/mainwindow.[ch]
13622                 disable main_window_set_thread_option()
13623         * src/prefs_folder_item.c
13624                 comment out &tmps_prefs.enable_thread,
13625         * src/mbox_folder.c, src/procmsg.[ch]
13626                 comment out MSG_IS_IGNORE_THREAD
13627         * src/summaryview.c
13628                 comment out summary_ignore_thread() and summary_unignore_thread()
13629                 comment out MSG_IS_IGNORE_THREAD
13630
13631                 use Hiroyuki's threading instead.
13632
13633
13634
13635 2001-08-15 [paul]
13636
13637         * src/account.c
13638                 use Hiroyuki's 0.5.3 column scheme but also
13639                 include the enable/disable button.
13640         * src/pixmaps/mark.xpm
13641                 add Hiroyuki's amended pixmap
13642
13643 2001-08-13 [christoph]
13644
13645         * src/account.c
13646                 receive at get all column showed wrong state for APOP
13647                 button should only work for POP3 and APOP accounts
13648         * src/prefs_account.c
13649                 added missing preprocessor statement for SSL
13650
13651 2001-08-12 [paul]
13652
13653         * src/account.[ch]
13654                 add 'receive at get all' column and enable/disable
13655                 button.
13656
13657 2001-08-06 [christoph]
13658
13659         * src/account.c
13660                 show usage of SSL in protocol column
13661
13662         * src/imap.c
13663         * src/inc.c
13664                 renamed ssl options
13665
13666         * src/prefs_account.[ch]
13667                 moved ssl options to a new page
13668
13669         * src/send.c
13670         * src/smtp.c
13671         * src/ssl.[ch]
13672                 renamed ssl options
13673                 added support for SMTP STARTTLS command
13674
13675 2001-08-05 [christoph]
13676
13677         * configure.in
13678                 debian autoconf needs version check to find
13679                 correct autoconf version. if the file is
13680                 named configure.in 2.13 is used, which does
13681                 not work with this configure.in script.
13682                 other solution would be to rename the script
13683                 to configure.ac as suggested in the autoconf
13684                 manual.
13685
13686         * src/inc.c
13687                 disable final error popup if popups are
13688                 diabled in config
13689
13690         * src/socket.c
13691                 bugfix in ssl_gets
13692                 fixes IMAP over SSL problem
13693
13694 2001-08-03 [paul]
13695
13696         * configure.in
13697                 change to 0.5.2claws1
13698
13699         * sync with sylpheed 0.5.2cvs1
13700
13701 2001-08-02 [alfons]
13702
13703         * configure.in
13704                 quick fix for ispell detection...
13705
13706 2001-08-01 [paul]
13707
13708         * configure.in
13709                 change to 0.5.1claws4
13710
13711         * sync with sylpheed 0.5.1cvs7
13712
13713 2001-07-31 [alfons]
13714
13715         * src/prefs_common.c, src/prefs_common.h, 
13716           src/gtkspell.c, src/gtkspell.h
13717                 add global spelling checker settings (compose tab) +
13718                 selection of dictionary 
13719           
13720         * configure.in  
13721                 guess valid ispell location
13722
13723 2001-07-31 [paul]
13724
13725         * po/POTFILES.in
13726                 removal of 'src/quote_fmt_parse.c'
13727         * po/de.po
13728                 Updated de.po
13729                 (submitted by Jens Oberender <didge@suse.de>)
13730
13731 2001-07-31 [darko]
13732
13733         * src/folder.[ch]
13734         * src/folderview.[ch]
13735         * src/mainwindow.c
13736         * src/mh.c
13737         * src/prefs_common.[ch]
13738         * src/summaryview.c
13739                 target folder colourization
13740
13741 2001-07-30 [paul]
13742
13743         more sync with Sylpheed 0.5.1cvs6 
13744
13745 2001-07-30 [darko]
13746
13747         * src/mh.c
13748         * src/prefs_folder_item.[hc]
13749         * src/summaryview.c
13750                 shared folders support with a GUI
13751
13752 2001-07-29 [paul]
13753
13754         0.5.1claws3
13755
13756         * sync with Sylpheed 0.5.1cvs6
13757
13758 2001-07-29 [paul]
13759
13760         * po/pt_BR.po
13761                 updated
13762                 (submitted by Fabio Junior Beneditto)
13763
13764 2001-07-28 [paul]
13765
13766         * src/procmime.c
13767         * AUTHORS
13768                 patch to correct bad image mime headers
13769                 (submitted by Don Quijote <dq@searchlores.org>)
13770
13771 2001-07-28 [paul]
13772
13773         * tools/gif2xface.pl   **NEW FILE**
13774         * tools/README
13775                 script to convert file.gif to file.xface for
13776                 use in a custom header.
13777                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13778
13779 2001-07-27 [alfons]
13780         
13781         * configure.in
13782                 change macros for detecting JPilot and LDAP
13783
13784 2001-07-27 [christoph]
13785
13786         * src/filtering.c
13787                 code cleanup (MIN / MAX warning, needed casting)
13788
13789 2001-07-27 [alfons]
13790
13791         * procheader.c
13792                 disallow setting flags when detecting certain headers
13793                 (X-Status, Status, Seen, X-Seen). 
13794         
13795         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13796
13797 2001-07-27 [christoph]
13798
13799         * src/prefs_filter.c
13800         * src/prefs_filtering.c
13801         * src/prefs_matcher.c
13802         * src/prefs_scoring.c
13803                 scroll list when moving rows up or down
13804
13805         * src/imap.c
13806         * src/imap.h
13807         * src/prefs_account.c
13808         * src/prefs_account.h
13809         * src/send.c
13810                 SMTP over SSL (untested, feedback requested)
13811                 IMAP over SSL
13812
13813         * src/ssl.c
13814                 code cleanup
13815
13816 2001-07-26 [alfons]
13817         
13818         * configure.in, acconfig.h
13819                 define CLAWS (need this for main / claws detection)
13820
13821 2001-07-25 [alfons]
13822
13823         * configure.in
13824                 Sylpheed 0.5.1claws2
13825                 
13826         * sync with Sylpheed 0.5.1cvs4
13827
13828 2001-07-25 [christoph]
13829
13830         * src/scoring.c
13831                 fixed segfault
13832                 item->prefs == NULL (don't know why)
13833
13834 2001-07-25 [alfons]
13835
13836         * configure.in
13837                 Sylpheed 0.5.1claws1
13838
13839         * sync with Sylpheed 0.5.1cvs1-3
13840
13841 2001-07-24 [christoph]
13842
13843         * src/folderview.c
13844         * src/prefs_folder_item.[ch]
13845                 added folderitem preferences dialog with
13846                 default To: and auto request return receipt
13847
13848         * src/compose.[ch]
13849         * src/menu.[ch]
13850                 changes to handle new folderitem preferences
13851
13852         * src/mainwindow.c
13853         * src/summaryview.c
13854                 call compose new mail with current folderitem
13855
13856 2001-07-24 [alfons]
13857
13858         Release Sylpheed 0.5.1claws
13859
13860         * configure.in
13861                 change to release version 0.5.1claws
13862
13863 2001-07-24 [christoph]
13864
13865         * src/summaryview.c
13866                 fixed segfault that happend when the selected
13867                 message was removed while retrieving new messages.
13868
13869         * po/es.po
13870                 updated translation
13871                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13872
13873 2001-07-22 [alfons]
13874
13875         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13876         this is a work in progress, for more information: http://nlpagan.net/sylman 
13877         
13878         * configure.in, src/mainwindow.c, manual/Makefile.am
13879                 add support for English manual
13880
13881         * AUTHORS
13882                 add authors of user manuals
13883
13884         * manual/en/sylpheed*.html
13885                 add English documentation
13886
13887 2001-07-22 [christoph]
13888
13889         * po/POTFILES.in
13890                 added src/ssl.c
13891         * src/ssl.c
13892                 changed a wrong debug message
13893
13894 2001-07-22 [alfons]
13895
13896         * po/nl.po
13897                 update Dutch translation
13898
13899         * src/prefs_filtering.c, 
13900           src/prefs_matcher.c
13901                 add more translatable strings           
13902
13903 2001-07-21 [alfons]
13904
13905         0.5.0claws7
13906
13907         * configure.in
13908                 change version
13909
13910         * src/inc.c, src/summaryview.[ch]
13911                 prevent update of mark file when filtering has done, by
13912                 using a variable; this affects two functions:
13913                         inc.c::inc_finished()
13914                         summaryview.c::summary_show()
13915
13916 2001-07-20 [alfons]
13917
13918         * src/filtering.[ch], src/prefs_filtering.c, 
13919           src/matcher.[ch]
13920                 add filtering action for label coloring 
13921
13922         * po/POTFILES.in
13923                 add labelcolors.c
13924
13925         * added src/labelcolors.c
13926         * added src/labelcolors.h
13927         * src/Makefile.am, src/summaryview.c
13928                 rearrange label coloring code
13929
13930         * src/procmsg.h
13931                 add more parentheses so label colouring works correctly
13932
13933         * src/filtering.c
13934                 don't really delete message, but move it to Trash
13935
13936         * src/prefs_matcher.c
13937                 add quote options to info dialog
13938
13939 2001-07-20 [christoph]
13940
13941         * src/Makefile.am
13942         * src/inc.c
13943         * src/main.[ch]
13944         * src/socket.h
13945         * src/ssl.[ch] (new)
13946                 moved ssl stuff to a seperate file
13947
13948 2001-07-20 [darko]
13949
13950         * src/summaryview.c
13951                 fix show sender using address book with no e-mail
13952                 address in From: field
13953
13954 2001-07-19 [alfons]
13955
13956         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13957                 fix messy handling of escaping... now at least the
13958                 execute command is useful. escape char is '\', we
13959                 accept \n and \r too. 
13960
13961                 Real life example:
13962                 
13963                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13964                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13965
13966 2001-07-18 [alfons]
13967
13968         0.5.0claws6
13969
13970         * src/summaryview.c
13971                 clean up
13972
13973         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13974           src/procmsg.[ch]
13975                 revise filtering; currently move, copy, marking have
13976                 been tested. if you like bleeding edge stuff, you
13977                 should definitely go for this version :)
13978
13979         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13980
13981 2001-07-17 [christoph]
13982
13983         * src/utils.c
13984                 timestamp log
13985
13986 2001-07-17 [alfons]
13987
13988         0.5.0claws5
13989
13990         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13991           bits in the mark file, without affecting either branch. Lots of
13992           files changed, also in claws branch.
13993
13994           UNTESTED: use of mbox folders
13995
13996         * src/summaryview.c
13997                 added mark all read; however this was a quick hack used for
13998                 cleaning up mess after initial merge with Hiroyuki
13999
14000         * configure.in
14001                 change claws version number back to 0.5.0claws5 to clear up 
14002                 confusion & pretension (recent release was technically 
14003                 0.5.0claws4, so we neatly align with Hiroyuki :-)
14004
14005 2001-07-16 [alfons]
14006
14007         sync with Hiroyuki's 0.5.0cvs4
14008
14009 2001-07-16 [alfons]
14010
14011         0.5.1claws3
14012
14013         * src/filtering.[ch]
14014                 remove invalid updating of mark files for 
14015                 filter actions MATCHING_ACTION_MOVE and 
14016                 MATCHING_ACTION_DELETE; this should fix the
14017                 folder update bug
14018                 
14019         * src/procmsg.c
14020                 revert Christoph's stab at fixing the folder 
14021                 update bug
14022
14023         * po/POTFILES.in
14024                 add missing files with translatable strings
14025
14026         * src/summaryview.c
14027                 remove debug print
14028
14029 2001-07-15 [alfons]
14030
14031         * src/addr_compl.[ch], src/prefs_filtering.c
14032                 make "filtering pref dialog's destination entry" an
14033                 "address completable entry", if filter destination is 
14034                 an email address
14035
14036         0.5.1claws2
14037         
14038         sync with Hiroyuki's 0.5.0cvs2-3
14039
14040 2001-07-15 [christoph]
14041
14042         * src/procmsg.c
14043                 fixed folder stats update after incorporation
14044
14045 2001-07-15 [alfons]
14046
14047         * src/summaryview.c
14048                 * finish label colouring stuff (for now)
14049                 * fix incorrect colour bug (off by one) 
14050
14051 2001-07-14 [alfons]
14052
14053         * src/mainwindow.c
14054                 change text labels for news and mail message so there's
14055                 plenty of toolbar estate left
14056
14057         * configure.in
14058                 0.5.1claws1
14059
14060         * src/folderview.c
14061           src/folder.[ch]
14062                 sync with Hiroyuki's 0.5.0cvs1
14063
14064         * src/summaryview.c
14065                 more rewrite label colouring
14066
14067 2001-07-14 [alfons]
14068
14069         * src/summaryview.[ch]
14070                 * start rewrite label colouring 
14071                 * fix proper location "Add Sender To Addressbook" menu item
14072
14073 2001-07-13
14074
14075         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14076         (actually this is 0.5.0claws4)
14077
14078 2001-07-13 [alfons]
14079
14080         * po/pt_BR.po
14081                 * fix duplicate message
14082                 * add updated Portugese / Brazilian translation
14083                   submitted by Fabio Junior Beneditto
14084
14085 2001-07-12 [alfons]
14086
14087         * AUTHORS
14088                 add Jens
14089
14090         * po/nl.po
14091                 add updated Dutch translation
14092
14093         * po/de.po
14094                 add updated German translation submitted by Jens
14095
14096 2001-07-11 [alfons]
14097
14098         Prerelease before 0.5.0claws. Please test.
14099         This version is temporarily tagged as VERSION_0_5_0_TEST
14100
14101         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
14102           src/prefs_scoring.c, src/prefs_matcher.c, 
14103           src/prefs_filtering.c, src/mbox.c, 
14104           src/main.c, src/inc.c, src/filtering.[ch]
14105                 revert new Hoa's new matcher (does not work yet)
14106
14107         * src/Makefile.am
14108                 clean up
14109
14110 2001-07-10
14111
14112         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
14113
14114
14115 2001-07-10 [alfons]
14116
14117         * Makefile.am
14118                 add ChangeLog.claws to EXTRA_DIST
14119         * src/Makefile.am
14120                 add matcher_parser_parse.h to EXTRA_DIST
14121
14122 2001-07-10 [christoph]
14123
14124         * src/inc.c
14125                 add destination folder to table of
14126                 folders that need to be updated after
14127                 incorporation
14128
14129 2001-07-10 [alfons]
14130
14131         * folder.[ch]
14132           folderview.c
14133                 make collapse state of folders and folder items persistent, i.e.
14134                 if you collapse a folder tree, the next time sylpheed-claws starts 
14135                 up the folder tree remains collapsed.  
14136                 
14137 2001-07-10 [christoph]
14138
14139         * acconfig.h
14140         * configure.in
14141                 added --enable-ssl
14142         * src/md5.[ch]
14143                 renamed MD5_CTX to MD5_CTX_syl
14144                 conflicts with a struct in openssl
14145         * src/inc.c
14146         * src/main.[ch]
14147         * src/prefs_account.[ch]
14148         * src/socket.[ch]
14149                 SSL support for POP
14150         * src/mainwindow.c
14151                 fixed compose with current account
14152                 broken by new compose button stuff
14153
14154 2001-07-09 [hoa]
14155
14156         * AUTHORS
14157                 changed my email address
14158
14159         * src/matcher_parser_parse.y
14160                 clean the parser to remove conflicts
14161
14162 2001-07-09 [alfons]
14163
14164         * AUTHORS
14165                 add Match Grun
14166
14167         * configure.in
14168                 fix incorrect description of --enable-ldap parameter
14169
14170         * src/prefs_common.[ch]
14171           src/compose.c
14172                 add experimental option "smart wrapping" which makes the
14173                 compose editor auto wrap.
14174                 
14175                 | TODO: the problem with the buggy cursor handling is caused |
14176                 | by the GtkText. when deleting / backspacing text its       |
14177                 | wrapping algorithm does not take in account the previous   |
14178                 | line. should find a way to hack this in.                   |
14179                 | or should perhaps combine this with the word wrapping      |
14180                 | patch i wrote in january.                                  |
14181
14182         * src/about.c
14183                 show build parameters for LDAP and JPilot
14184
14185         * src/summaryview.c
14186                 revert Christoph's bugfix for selecting next unread message, 
14187                 because folder stats aren't updated correctly
14188
14189 2001-07-08 [hoa]
14190
14191         * src/filtering.c
14192         * src/mainwindow.c
14193         * src/matcher.c
14194         * src/matcher_parser_lex.l
14195         * src/matcher_parser_parse.y
14196         * src/prefs_filtering.c
14197         * src/prefs_scoring.c
14198         * src/scoring.c
14199                 bugfix of the config file parser
14200
14201 2001-07-08 [alfons]
14202
14203         * src/Makefile.am
14204                 added generated matcher sources to BUILT_SOURCES
14205
14206 2001-07-08 [hoa]
14207
14208         * src/Makefile.am
14209         * src/.cvsignore
14210                 added new config file parser
14211
14212         * src/scoring.[ch]
14213         * src/filtering.[ch]
14214         * src/matcher.[ch]
14215         * src/prefs_filtering.c
14216         * src/prefs_matcher.c
14217         * src/prefs_scoring.c
14218         * added src/matcher_parser.h
14219         * added src/matcher_parser_lex.h
14220         * added src/matcher_parser_lex.l
14221         * added src/matcher_parser_parse.y
14222                 lex & yacc config file parser
14223
14224         * src/mbox.c
14225         * src/inc.c
14226         * src/main.c
14227                 changes prefs_filtering into global_filtering           
14228
14229         * src/summaryview.c
14230                 build threads with subjects only if "Re: " is at the
14231                 beginning of the subject
14232
14233 2001-07-07 [paul]
14234
14235         0.5.0claws
14236
14237         sync with sylpheed 0.5.0
14238                 change of version number only
14239
14240 2001-07-06 [paul]
14241
14242         0.5.0claws5
14243
14244         sync with sylpheed 0.5.0pre5
14245
14246 2001-07-05 [paul]
14247
14248         sync with sylpheed 0.5.0pre4 release
14249                 /po and /manual/ja not sync'ed
14250
14251 2001-07-04 [paul]
14252
14253         more sync with sylpheed 0.5.0pre4
14254
14255 2001-07-03 [christoph]
14256
14257         * src/addressbook.c
14258                 fixed address book broken by address book
14259                 for VCard, JPilot, LDAP
14260
14261 2001-07-03 [alfons]
14262
14263         * src/matcher.c
14264         * src/textview.c
14265                 stopped memory leaks
14266
14267 2001-07-03 [paul]
14268
14269         more sync with sylpheed 0.5.0pre4
14270
14271 2001-07-02 [match]
14272
14273         * included address book patch for VCard, JPilot, LDAP
14274         * pref_common.c - fixed Font options on Display tab (cosmetic)
14275         * alertpanel.c - fixed truncated message
14276
14277 2001-07-02 [christoph]
14278
14279         * src/mbox_folder.c
14280         * src/procmsg.[ch]
14281         * src/summaryview.c
14282                 mark threads for ignoring
14283
14284 2001-07-02 [paul]
14285
14286         0.5.0claws4
14287
14288         * sync with sylpheed 0.5.0pre4
14289                 updated gettext to 0.10.38.
14290
14291 2001-07-01 [paul]
14292
14293         * src/ mainwindow.c
14294         * src/procmsg.h
14295         * src/summaryview.[ch]
14296                 new right-click option: Label.
14297                 substitute for 'Mark-->Mark/Unmark', colours the line.
14298                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14299
14300 2001-07-01 [christoph]
14301
14302         * src/folderview.c
14303                 fixed font for trash
14304         * src/summaryview.c
14305                 move ctree to unread message
14306
14307 2001-07-01 [paul]
14308
14309         * sync with sylpheed 0.5.0pre3 release
14310
14311 2001-06-30 [alfons]
14312
14313         * src/filesel.[ch]
14314         * src/compose.c
14315                 allow inserting / attaching multiple files in
14316                 the composer window
14317
14318 2001-06-30 [paul]
14319
14320         * src/codeconv.c
14321                 small change to Alfons' previous stuff so that it
14322                 actually makes
14323
14324 2001-06-30 [alfons]
14325
14326         * lots of files changed; first attempt to merge the changes
14327           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14328
14329 2001-06-30 [paul]
14330
14331         * po/pt_BR.po
14332                 updated and completed, translations by Fabio
14333                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14334
14335 2001-06-29 [alfons]
14336
14337         * src/compose.c
14338         * src/mimeproc.[ch]
14339                 allow selecting an attached files' mime type from a 
14340                 list of types.
14341
14342 2001-06-29 [paul]
14343
14344         * more sync with sylpheed 0.5.0pre3
14345
14346 2001-06-29 [paul]
14347
14348         * po/pt_BR.po
14349                 merge with sylpheed.pot and pt_BR.po provided by
14350                 Fabio Junior Beneditto.
14351
14352 2001-06-29 [darko]
14353
14354         * src/procmime.c
14355                 make MIME types case insensitive
14356
14357 2001-06-28 [alfons]
14358
14359         * po/nl.po
14360                 merge with sylpheed.pot and old nl.po; translations added.
14361
14362 2001-06-28 [paul]
14363
14364         * more sync with sylpheed 0.5.0pre3
14365
14366 2001-06-27 [alfons]
14367
14368         * src/summaryview.c
14369                 don't crash when removing parent node of messages
14370                 attracted by subject. this was caused by not deleting
14371                 the parent node from the subject line hash table.
14372
14373 2001-06-27 [alfons]
14374
14375         * src/summaryview.c
14376         * src/compose.[ch]
14377         * src/mainwindow.c
14378                 if there are multiple messages selected, allow forwarding
14379                 them as attachments.
14380
14381 2001-06-27 [paul]
14382
14383         * more sync with sylpheed 0.5.0pre3
14384
14385 2001-06-26 [paul]
14386
14387         0.5.0claws3
14388
14389         * sync with sylpheed 0.5.0pre3
14390
14391 2001-06-25 [paul]
14392
14393         * src/mainwindow.c
14394                 fixed 'compose news article' bug
14395                 from icon-and-text toolbar
14396
14397 2001-06-25 [paul]
14398
14399         * sync with sylpheed 0.5.0pre2 release
14400
14401 2001-06-24 [christoph]
14402
14403         * src/prefs_common.c
14404                 bug fix in font selection
14405         * src/folderview.c
14406                 use sylpheed's normal font instead of
14407                 gtk default font for folders without
14408                 new messages
14409
14410 2001-06-24 [alfons]
14411
14412         * src/mainwindow.[ch]
14413                 added composite compose mail / news button (an idea by Leandro
14414                 Pereira <leandro@linuxmag.com.br>)
14415
14416 2001-06-24 [paul]
14417
14418         Added instructions for ldif-to-xml.py
14419
14420         * tools/README
14421
14422 2001-06-23 [alfons]
14423
14424         Some minor things.
14425
14426         * src/pixmaps/stock_news_compose.xpm
14427                 added pixmap by Leandro
14428         * src/prefs_common.c
14429                 tested built-in spelling checker of GCC 3.0 :)
14430         * po/nl.po
14431                 merged dutch translation of sylpheed-main with
14432                 sylpheed.pot
14433
14434 2001-06-23 [paul]
14435
14436         Added tools directory and files.
14437
14438         * tools/filter_conv.pl
14439                 converts old filter system to new filtering system
14440         * tools/ldif-to-xml.py
14441                 converts netscape addressbook to sylpheed addressbook
14442         * tools/README
14443                 descriptions/instructions for above two files
14444
14445 2001-06-23 [christoph]
14446
14447         * src/inc.c
14448         * src/manage_window.[ch]
14449         * src/prefs_common.[ch]
14450                 mail retrieval dialog can be enabled, disabled
14451                 or hidden if non of sylpheed's windows is active
14452
14453 2001-06-22 [paul]
14454
14455         0.5.0claws2
14456
14457         * sync with sylpheed 0.5.0pre2
14458
14459 2001-06-21 [christoph]
14460
14461         * src/summaryview.c
14462                 show recipient on 'from' for all accounts
14463                 
14464         * src/inc.c
14465         * src/prefs_common.[ch]
14466                 disable error popup on mail receive errors
14467
14468 2001-06-21 [alfons]
14469
14470         * src/compose.c
14471                 made the ruler correctly appear and disappear.
14472
14473         * src/Makefile.am
14474                 removed Hoa's work-in-progress-stuff (interesting!) so 
14475                 claws compiles ok.
14476
14477 2001-06-20 [christoph]
14478
14479         * src/inc.c
14480         * src/progressdialog.c
14481                 added scrolled window for list in progressdialog
14482
14483 2001-06-20 [paul]
14484
14485         sync with sylpheed 0.5.0pre1 release
14486
14487 2001-06-20 [christoph]
14488
14489         * src/summeryview.c
14490                 make building threads by subject work when
14491                 thread view is enabled
14492                 
14493         * src/compose.c
14494         * src/prefs_common.[ch]
14495                 automatically select account for mail replys
14496
14497 2001-06-19 [sergey]
14498
14499         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14500         they are filled in from the account settings.
14501
14502 2001-06-19 [paul]
14503
14504         * more sync with sylpheed 0.5.0pre1
14505
14506 2001-06-18 [alfons]
14507
14508         * src/Makefile.am,
14509           src/procmime.c
14510                 added --sysconfdir to CPPFLAGS for pointing to the correct
14511                 location of mime.types. 
14512
14513                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14514                 or ./configure!
14515
14516 2001-06-18 [hoa]
14517
14518         * src/summaryview.c
14519                 fixed some bug when building threads
14520
14521 2001-06-18 [pau]l
14522
14523         * src/prefs_account.c
14524                 UI stuff: More changes to the English
14525
14526 2001-06-18 [paul]
14527
14528         * src/pixmaps/stock_news_compose.xpm: new file
14529         * src/Makefile.am
14530         * src/mainwindow.c
14531         * src/summaryview.c
14532                 Added new icon for Hoa's 'compose a news
14533                 message', plus minor improvements to the
14534                 English
14535
14536         * po/ja.po
14537         * ChangeLog
14538         * ChangeLog.jp
14539                 more sync with sylpheed 0.5.0pre1
14540
14541 2001-06-18 [hoa]
14542
14543         * src/compose.[ch]
14544         * src/mainwindow.c
14545                 Follow-up and reply to
14546
14547         * src/summaryview.[ch]
14548                 Build threads also with subjects
14549
14550 2001-06-17 [hoa]
14551
14552         * src/compose.c
14553                 forwarding use the current account.
14554
14555         * src/mainwindow.c
14556                 the "compose message" button has been replaced with
14557                 "new mail" and "new news" buttons
14558
14559         * src/prefs_common.[ch]
14560                 added a configuration option to use the forward button
14561                 as "forward as attachment"
14562                 changed reply and forward format description
14563
14564         * src/quote_fmt_lex.l
14565         * src/quote_fmt_parse.y
14566                 added message with no signature in format for reply
14567                 and forward.
14568
14569 2001-06-17 [paul]
14570
14571         Minor UI stuff
14572
14573         * src/mainwindow.c
14574         * src/summaryview.c
14575                 Improvements to the English
14576
14577         * src/prefs_common.c
14578                 Improvements to the English and some
14579                 clarity/continuity improvements in the
14580                 description of Quote symbols.
14581
14582 2001-06-17 [paul]
14583
14584         0.5.0claws1
14585
14586         * sync with sylpheed 0.5.0pre1
14587
14588 2001-06-17 [hoa]
14589
14590         * src/compose.c
14591                 Better interface for compose, displayed fields
14592                 are updated whenever we change account.
14593                 Newsgroups field is automatically filled.
14594
14595         * src/mainwindow.c
14596                 Newsgroups field is automatically filled.
14597
14598         * src/prefs_account.c
14599                 Some interface stuff when fields appear and
14600                 disappear.
14601
14602 2001-06-16 [paul]
14603
14604         0.4.99claws
14605
14606         * sync with sylpheed 0.4.99
14607
14608 2001-06-16 [sergey]
14609
14610         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14611         base64_decoder_free, base64_decoder_decode): new object and
14612         functions for decoding base64 streams.
14613         * src/procmime.c (procmime_decode_content): modified to use the
14614         new base64 decoder.
14615
14616 2001-06-15 [paul]
14617
14618         0.4.99claws10
14619
14620         * sync with sylpheed 0.4.99cvs11
14621
14622 2001-06-13 [paul]
14623
14624         0.4.99claws9
14625
14626         * sync with sylpheed 0.4.99cvs9
14627
14628 2001-06-13 [hoa]
14629
14630         * src/compose.c
14631         * src/prefs_account.c
14632
14633                 SMTP server can be defined in the news account
14634                 mime type of attachment are kept.
14635
14636         * src/summaryview.c
14637
14638                 now choose the highest important score between default
14639                 and important score of folder.
14640
14641 2001-06-09 [alfons]
14642         
14643         * src/prefs_common.c: 
14644
14645                 (prefs_quote_description_create): corrected description of 
14646                 quote format characters
14647
14648 2001-06-09 [paul]
14649
14650         0.4.99claws8
14651
14652         * sync with sylpheed 0.4.99cvs8
14653
14654 2001-06-08 [sergey]
14655
14656         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14657         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14658
14659 2001-06-08 [paul]
14660
14661         0.4.99claws7
14662
14663         * sync with sylpheed 0.4.99cvs7
14664
14665 2001-06-06 [sergey]
14666
14667         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14668         clashes with autogenerated header).
14669         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14670         * src/Makefile.am: added quote_fmt.h.
14671         * src/.cvsignore: added lex/yacc autogenerated files
14672         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14673
14674 2001-06-06 [paul]
14675
14676         0.4.99claws6
14677
14678         * sync with sylpheed 0.4.99cvs6
14679
14680 2001-06-06 [hoa]
14681
14682         * added src/quote_fmt_parse.h
14683         * src/compose.c
14684                 removed warnings
14685
14686         * src/prefs.[ch]
14687                 don't modify readonly configuration files
14688
14689         * src/prefs_account.c
14690         * src/prefs_common.c
14691         * src/prefs_customheader.c
14692         * src/prefs_display_header.c
14693         * src/prefs_filter.c
14694         * src/prefs_filtering.c
14695         * src/prefs_scoring.c
14696                 don't open dialog box when configuration files
14697                 are readonly
14698
14699 2001-06-05 [sergey]
14700
14701         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14702
14703         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14704         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14705         BUILT_SOURCES to make all files rebuild properly.
14706
14707         * src/compose.c: removed #include "quote_fmt.tab.h".
14708
14709         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14710         CHARACTER value in yylval.
14711
14712         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14713         receive CHARACTER value by documented means (yylval).
14714
14715         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14716
14717 2001-06-05 [hoa]
14718
14719         * src/Makefile.am
14720                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14721
14722         * src/filtering.c
14723         * src/matcher.c
14724         * src/matcher.h
14725         * src/prefs_filtering.c
14726                 now keep the configuration for execute action
14727
14728         * src/mbox_folder.c
14729                 fixed a warning
14730
14731 2001-06-05 [paul]
14732
14733         * sync with sylpheed 0.4.99cvs5
14734
14735 2001-06-05 [hoa]
14736
14737         * src/Makefile.am
14738                 added quote_fmt.[ch]
14739
14740         * added src/quote_fmt.y
14741         * added src/quote_fmt.l
14742         * added src/quote_fmt.tab.h
14743         * added src/quote_fmt.tab.c
14744         * added src/lex.quote_fmt.c
14745                 parsing configuration for replying
14746                 and forwarding
14747
14748         * src/prefs_common.[ch]
14749                 added configuration UI for replying
14750                 and forwarding
14751
14752         * src/compose.c
14753                 using configuration for replying
14754                 and forwarding
14755
14756 2001-06-04 [hoa]
14757
14758         * src/filtering.c
14759         * src/matcher.c
14760         * src/matcher.h
14761         * src/prefs_filtering.c
14762         * src/prefs_matcher.c
14763         * src/prefs_matcher.h
14764                 action "run a command" for filtering
14765                 and matching with a command.
14766                 fixed the "whole message" matching
14767
14768         * src/mbox_folder.c
14769                 changed temporary filename for security
14770
14771         * src/messageview.c
14772                 queue the notification if it fails to send.
14773
14774         * src/prefs_common.c
14775         * src/prefs_folder_item.c
14776                 changed the default important score             
14777
14778         * src/prefs_scoring.c
14779         * src/scoring.c
14780                 hide kill score input when the folder is not
14781                 a newsgroup
14782
14783 2001-06-03 [alfons]
14784
14785         * src/prefs_common.c:
14786
14787                 (prefs_font_select): pass font name in font entry box to font
14788                 selection dialog.
14789
14790 2001-06-03 [sergey]
14791
14792         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14793
14794 2001-06-03 [paul]
14795
14796         * sync with sylpheed 0.4.99cvs4
14797
14798 2001-06-03 [alfons]
14799
14800         * src/headerwindow.c:
14801
14802                 (headerwindow_show_cb): use the selected summary view item, not
14803                 the displayed item.
14804
14805 2001-06-02 [alfons]
14806
14807         * src/headerwindow.c:
14808
14809                 (headerwindow_show_cb): always try to show msginfo
14810
14811 2001-06-02 [hoa]
14812
14813         * src/compose.c
14814                 keep attached parts when reediting or forwarding.
14815
14816 2001-06-01 [hoa]
14817
14818         * src/folderview.c
14819         * src/prefs_folder_item.[ch]
14820         * src/prefs_scoring.[ch]
14821         * src/scoring.[ch]
14822         * src/summaryview.[ch]
14823         * src/main.c
14824         * src/mainwindow.c
14825         * src/prefs_common.[ch]
14826                 support for folder scoring
14827                 kill score and important score for messages
14828         
14829         * src/prefs_account.c
14830                 some display bug fixed for local account
14831                 preferences
14832
14833 2001-05-31 [alfons]
14834
14835         * src/summaryview.c:
14836
14837                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14838                 sender to address book menu item is disabled.
14839
14840 2001-05-30 [hoa]
14841
14842         * src/filtering.[ch]
14843         * src/summaryview.c
14844                 handling summary menu / filter messages
14845
14846         * src/folder.[ch]
14847                 add some stuff
14848
14849         * src/foldersel.c
14850                 imap folders now appears in list
14851
14852         * src/mbox_folder.c
14853                 doesn't crash if destination mail is not writeable
14854
14855 2001-05-29 [hoa]
14856
14857         * src/compose.c
14858                 removed some warnings
14859
14860         * src/filtering.c
14861         * src/folder.[ch]
14862         * src/prefs_filtering.c
14863                 global string to identify any folders           
14864                 removed some debug info
14865                 filtering to mbox folders is now possible
14866
14867         * src/mainwindow.c
14868                 removed some warnings
14869
14870         * src/mbox_folder.c
14871                 permission on files are changed to read/write for user only,
14872                 nothing for other.
14873                 creation of subfolder is handled better.
14874
14875 2001-05-28 [alfons]
14876
14877         Verified the sync for src/prefs_common.[ch] and
14878         src/prefs_account.[ch]. I believe there were some
14879         minor indentation differences.
14880
14881 2001-05-28 [paul]
14882
14883         0.4.99claws3
14884
14885         * sync with 0.4.99cvs3
14886
14887 2001-05-28 [hoa]
14888
14889         * src/compose.c
14890                 handling flags for mbox format
14891
14892         * src/filtering.c
14893                 use of mark file only for MH format
14894                 handling flags for mbox format
14895                 filtering cannot yet move or copy mails to mbox folders.
14896
14897         * src/folder.[ch]
14898                 changed move_msg, copy_msg,
14899                 move_msgs_with_dest, copy_msgs_with_dest functions
14900                 uses only folder->copy_msg() function
14901                 uses folder->finished_copy() to handle the destination
14902                 folder at the end of the copy or move operation.
14903
14904         * src/foldersel.c
14905                 included mbox directories.
14906
14907         * src/folderview.[ch]
14908         * src/mainwindow.c
14909                 handle folders operation for mbox format
14910
14911         * src/mbox.c
14912                 disable conversion of "From " header
14913
14914         * src/mbox_folder.[ch]
14915                 completion of mbox format handling
14916
14917         * src/mh.c
14918                 changed mh_copy_msg() function and
14919                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14920                 mh_copy_msgs_with_dest()
14921
14922         * src/prefs_filtering.c
14923                 removed some warnings
14924
14925         * src/prefs_matcher.c
14926                 default boolean operation is AND
14927
14928         * src/procheader.c
14929                 handling flags for mbox format
14930                 handling of "From " header
14931
14932         * src/procmsg.[ch]
14933                 removed data field
14934                 added MSG_REALLY_DELETED flags to handle deletion of
14935                 messages in mbox format.
14936
14937         * src/summaryview.c
14938                 handling flags for mbox format
14939                 disable the MSG_DELETED flags when messages
14940                 are deleted in mbox format
14941
14942         * src/textview.c
14943                 "From " headers display fixed.
14944
14945 2001-05-27 [alfons]
14946
14947         * src/textview.c:
14948                 
14949                 (get_email_part): skip quoted email addresses, like in e.g.
14950                 "'alfons@proteus.demon.nl'".
14951
14952 2001-05-26 [alfons]
14953
14954         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14955         and fixing the persistence troubles when using separate windows.
14956
14957         * src/mainwindow.c:
14958         
14959             Added #define SEPARATE_ACTION used in the gtk item factory for 
14960             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14961                 use gtk_item_factory_get_widget_by_action() to get the items.
14962                 
14963             Removed separate_widget_cb from the gtk item factory data   
14964           
14965             (mainwindow_create): connect separate_widget_cb() to check
14966             menu item "toggled" signal. also passing a MainWindow pointer
14967                 as object data for both check menu items.
14968                 
14969             (separate_widget_cb): definition of separate_widget_cb() to match
14970             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14971                 window using gtk_object_get_data(). The type of window separation 
14972                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14973         
14974         * src/prefs_filtering.c,
14975           src/prefs_matcher.c: added horizontal scrollbars
14976
14977 2001-05-25 [darko]
14978
14979         * src/headerview.c
14980                 fix segfault with invalid bold font
14981         * src/summaryview.c
14982                 correctly display summary stats after row is marked
14983
14984 2001-05-23 [sergey]
14985
14986         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14987         encodings with libjconv.
14988
14989 2001-05-23 [hoa]
14990
14991         * src/Makefile.am
14992                 added mbox_folder.[ch]
14993         * src/defs.h
14994                 mbox temporary folder
14995         * src/folder.[ch]
14996         * added src/mbox_folder.[ch]
14997         * src/folderview.c
14998         * src/procheader.[ch]
14999                 added mbox support
15000         * src/mbox.c
15001                 bugfix for file incorporation filtering
15002         * src/imap.c
15003                 enable creation of MBOX
15004         * src/prefs_display_header.c
15005                 enable use of headers like "From "
15006                 something that should be fixed :
15007                         displaying of such headers add an extra space
15008         * src/prefs_folder_item.c
15009                 don't create folders because it is not necessary
15010         * src/procmsg.h
15011                 added data field to MsgInfo for mbox internal use
15012         * src/summaryview.c
15013                 added some support for mbox
15014         * src/utils.[ch]
15015                 added get_mbox_cache_dir() function
15016
15017 2001-05-23 [hiroyuki]
15018
15019         * src/headerwindow.c
15020           src/inc.c
15021           src/main.c
15022           src/mh.c
15023           src/nntp.c
15024           src/procmsg.h
15025           src/session.h
15026           src/socket.[ch]
15027           src/summaryview.c
15028           src/textview.c
15029           src/automaton.c
15030           src/folderview.c: more sync with 0.4.99cvs2.
15031
15032         * src/headerwindow.c: reverted.
15033
15034 2001-05-22 [paul]
15035
15036         0.4.99claws2
15037
15038         * sync with sylpheed 0.4.99cvs2
15039                 * src/news.[ch]
15040                 * src/nntp.[ch]
15041                 * INSTALL
15042                 * INSTALL.jp
15043
15044 2001-05-22 [alfons]
15045
15046         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
15047
15048 2001-05-21 [alfons]
15049
15050         Minor things:
15051
15052         * configure.in: if gnome-config not found, "no" is displayed
15053         
15054         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
15055
15056         * src/textview.c: now also possible to add mail addresses by right
15057           clicking in the text view
15058
15059         * src/codeconv.c: merged patch which fixes endless loop when encountering
15060           invalid wide characters; from Alte <010@imis.ru>  
15061
15062 2001-05-20 [alfons]
15063
15064         Added installation of gnome specific things:
15065
15066         * Makefile.am: gnome conditional
15067
15068         * configure.in: check for installed gnome
15069
15070         * added sylpheed.png, sylpheed.desktop
15071
15072 2001-05-20 [sergey]
15073
15074         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
15075
15076         * src/mainwindow.h (main_window_toolbar_create): created a button
15077         for "Reply to all".
15078         (main_window_set_toolbar_sensitive): enable/disable the new button
15079         appropriately.
15080         (toolbar_reply_to_author_cb): handle the new button.
15081
15082         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
15083         send_progress_dialog_destroy() on failure (fixes hang on SMTP
15084         failure).
15085
15086 2001-05-19 [sergey]
15087
15088         * src/compose.h (ComposeReplyMode): new modes
15089         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
15090         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
15091
15092         * src/compose.c
15093         (compose_send): move some code into a new function:
15094         (compose_current_mail_account): new function.
15095         (compose_reply): new argument to_author, all callers changed; if
15096         to_author==TRUE and account->protocol==A_NNTP, find and use an
15097         appropriate mail account for replying.
15098         (compose_reply_set_entry): new argument to_author; ignore
15099         compose->replyto if to_author==TRUE.
15100
15101         * src/mainwindow.c: new command "Message/Reply to author".
15102         (main_window_set_menu_sensitive): enable/disable it.
15103         (reply_cb): handle it.
15104
15105         * src/summaryview.c: new command "Reply to author".
15106         (summary_set_menu_sensitive): enable/disable it.
15107         (summary_reply_cb): handle it.
15108
15109         * src/account.c (account_find_mail_from_address): new function.
15110
15111 2001-05-18 [paul]
15112
15113         0.4.99claws1
15114
15115         * sync with sylpheed 0.4.99cvs1
15116
15117 2001-05-18 [hoa]
15118
15119         * src/compose.[ch]
15120         * src/filtering.c
15121         * src/summaryview.c
15122                 new filtering action : forward and forward as attachment
15123
15124         * src/main.c
15125                 no need for $DISPLAY when we run sylpheed --help
15126                 call to parse_cmd_opt() is moved
15127
15128         * src/mainwindow.[ch]
15129                 execute button is hidden when immediate execute
15130                 is chosen
15131
15132         * src/mh.c
15133         * src/news.c
15134         * src/prefs_folder_item.c
15135         * src/procmsg.c
15136                 better handling of missing directories
15137
15138         * src/summaryview.c
15139                 reedit is enabled in outbox
15140                 reedit is enabled in queue
15141
15142 2001-05-17 [hoa]
15143
15144         * src/filtering.c
15145         * src/matcher.[ch]
15146         * src/prefs_filtering.c
15147                 changed attachement into attachment
15148
15149 2001-05-17 [alfons]
15150
15151         0.4.67claws4    
15152
15153         * sync with sylpheed 0.4.67cvs9
15154         * sync with sylpheed 0.4.67cvs7-8
15155
15156 2001-05-17 [hoa]
15157
15158         * src/Makefile.am
15159                 added prefs_filtering.c
15160
15161         * src/filtering.[ch]
15162         * src/matcher.[ch]
15163                 removed action : forward_news and forward_news_as_attachement
15164                 (forward and forward_as_attachement can be used instead)
15165
15166         * src/mainwindow.c
15167                 added menu option to access filtering configuration
15168
15169         * src/prefs_account.c
15170                 changed mail_command default to /usr/sbin/sendmail
15171
15172         * added src/prefs_filtering.[ch]
15173                 dialog box for filtering configuration
15174
15175         * src/prefs_matcher.c
15176                 added function prefs_matcher_get_criteria_from_matching()
15177
15178         * src/prefs_scoring.c
15179                 reset the dialog when register or substitute is clicked
15180
15181 2001-05-15 [hoa]
15182
15183         * src/Makefile.am
15184                 added filtering.[ch]
15185         * src/inc.c
15186                 using filering.[ch] instead of filter.[ch]
15187         * src/main.c
15188                 reading new filtering configuration
15189         * src/matcher.[ch]
15190                 added some filtering actions
15191                 and fixed a bug for headers and mail body matching
15192         * src/mbox.c
15193                 using filering.[ch] instead of filter.[ch]
15194         * src/mh.c
15195                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
15196         * src/summaryview.c
15197                 some fixes for filtering
15198
15199 2001-05-14 [hiroyuki]
15200
15201         * src/send.c: fixed some weird indentations.
15202           send_message_with_command(): call pclose() only if p != NULL.
15203         * src/textview.c: get_email_part(): modified the code for readability.
15204
15205 2001-05-14 [hiroyuki]
15206
15207         * src/md5global.h
15208           src/md5ify.c
15209           src/md5ify.h: removed from the cvs.
15210
15211 2001-05-13 [sergey]
15212
15213         * src/main.c: include rfc2015.h to avoid compiler warnings.
15214         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
15215         the panel is already on screen.
15216         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
15217         closing the alert window by ESC as "No".
15218         * src/prefs_common.c (prefs_interface_create): moved return
15219         receipt check button to the correct place.
15220
15221 2001-03-13 [alfons]
15222
15223         * src/prefs_common.c: 
15224                 moved return receipt check button to the Send tab. (prefs_send_create)
15225                 removed the date format ui related globals. (prefs_display_create)
15226
15227         0.4.67claws3
15228         
15229         * sync with sylpheed 0.4.67cvs5-6
15230
15231 2001-05-13 [paul]
15232
15233         * added Alfons' font selection patch
15234
15235         * src/defs.h
15236         * src/headerwindow.c
15237         * src/prefs_common.c
15238         * src/prefs_common.h
15239
15240 2001-05-13 [hoa]
15241         * src/defs.h
15242                 changed version of cache
15243         * src/matcher.[ch]
15244         * src/prefs_matcher.c
15245                 added additionnal matching criteria
15246         * src/procheader.c
15247         * src/procmsg.[ch]
15248         * src/news.c
15249                 added references in MsgInfo
15250
15251 2001-05-12 [hoa]
15252
15253         * src/defs.h
15254                 prepared some things for new filtering
15255         * src/matcher.[ch]
15256                 added some matching properties
15257                 inreplyto need to be enhanced
15258                 prepared some things for new filtering
15259         * src/messageview.c
15260                 added Return-Receipt-To handling
15261         * src/prefs_folder_item.c
15262                 changed default value to TRUE
15263         * src/prefs_matcher.c
15264                 added some matching properties
15265         * src/prefs_scoring.[ch]
15266                 the scoring dialog is finished
15267         * src/procheader.c
15268                 added Return-Receipt-To handling
15269                 Reference need to be added
15270         * src/procmsg.[ch]
15271                 added Return-Receipt-To handling
15272                 added threadscore to get a better score sorting when
15273                 threads are enabled
15274         * src/summaryview.c
15275                 suppressed a bug when we sort the list
15276                 when no folder is opened.
15277                 better score sorting when threads are enabled
15278
15279 2001-05-12 [alfons]
15280
15281         * reverted previous patch because of potential errors 
15282
15283         0.4.67claws2
15284         
15285         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15286                 applied "toggle mail-retrieval dialog window" patch submitted 
15287                 by Eric Limpens <eric@qnt.net>
15288
15289         * sync with sylpheed 0.4.67cvs4
15290
15291 2001-05-12 [sergey]
15292
15293         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15294         some picky compilers.
15295         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15296         * src/grouplist_dialog.c: include alertpanel.h.
15297         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15298         fix compile warning.
15299         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15300         #include "defs.h" before others to prevent the warning of `MIN'
15301         and `MAX' redefinition.
15302
15303 2001-05-11 [hoa]
15304
15305         * src/main.c
15306         * src/messageview.c
15307         * src/prefs_account.c
15308         * src/prefs_display_header.c
15309                 removed warning
15310         * src/Makefile.am
15311                 added prefs_scoring.[ch]
15312         * src/grouplist_dialog.c
15313                 display an error dialog box if the group list
15314                 cannot be fetched.
15315         * src/mainwindow.[ch]
15316                 added main_window_set_thread_option() function
15317                 scoring dialog box enabled
15318         * src/matcher.[ch]
15319                 added flags matching unread /new / marked
15320                 / deleted / replied / forwarded
15321         * src/news.c
15322                 newsgroups are now finally in newscache
15323         * src/prefs_matcher.[ch]
15324                 finished preferences for matching dialog
15325         * added src/prefs_scoring.[ch]
15326                 scoring dialog box completed
15327         * src/scoring.[ch]
15328                 conversion to string : added scoringprop_to_string()
15329                 write config for preferences :
15330                 added prefs_scoring_write_config()
15331         * src/summaryview.c
15332                 threads can be enabled/disabled independently
15333                 for each folder
15334
15335 2001-05-10 [alfons]
15336
15337         0.4.67claws1
15338         
15339         * AUTHORS: 
15340                 thought it would be nice to have a list of all
15341                 contributors (used Changelog as a reference)
15342         
15343         * configure.in: 
15344                 messed up version numbering...
15345
15346         0.4.66claws1
15347
15348         * sync with sylpheed 0.4.67cvs1-3
15349
15350 2001-05-10 [darko]
15351
15352         * src/prefs_common.c:
15353                 better UI for strftime format, double clicking
15354                 on format now inserts the format in text entry
15355                 replaced close button with standard OK/Cancel
15356                 moved date format button to the right of the
15357                 text entry field
15358
15359 2001-05-09 [alfons]
15360
15361         * src/gtkstext.c:
15362                 Ctrl-Home / Ctrl-End have proper cursor navigation
15363
15364 2001-05-09 [hoa]
15365
15366         * src/prefs_matcher.c
15367                 finished UI to define matching properties
15368                 added ok and cancel button
15369         * src/prefs_filter.c
15370                 added ok and cancel button
15371         * src/news.c
15372                 fixed some bug in xhdr parsing
15373
15374 2001-05-08 [alfons]
15375
15376         * src/textview.c: 
15377                 fixed a bug in textview_show_header(), which displayed two colons (':');
15378                 cleaned up some warnings
15379
15380 2001-05-08 [hoa]
15381
15382         * src/Makefile.am
15383                 added prefs_matcher.[ch]
15384                 compilation with -W -Wall
15385         * src/alertpanel.c
15386                 ungrab the mouse events if grabbed - does it
15387                 fix the bug for disposition notification ?
15388         * src/mainwindow.c
15389                 added a menu option to open the matching dialog.
15390         * src/matcher.[ch]
15391                 added matcherprop_to_string() and matcherlist_to_string()
15392                 fixed some bugs, changed the name of some options
15393                 age_sup and age_inf becomes age_greater and age_lower,
15394                 body and messageheaders becomes body_part and headers_part,
15395                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15396         * src/prefs_display_header.c
15397         * src/prefs_headers.c
15398                 fixed a bug that accidentally destroyed dialogs
15399                 when closed them with delete_event
15400                 Added *_deleted() which handle delete_event signal correctly.
15401         * src/prefs_folder_item.[ch]
15402                 added "enable_thread" field for future customization
15403         * added src/prefs_matcher.[ch]
15404                 sample of the UI to define matching properties
15405         * src/procheader.c
15406                 using procheader_headername_equal instead of str*cmp functions
15407                 using procheader_parse_header() function
15408         * src/scoring.c
15409                 using MATCHING_XXX instead of SCORING_XXX
15410         * src/summaryview.c
15411                 display the sender of the news even if this is ourself
15412                 when this is a news message.
15413         * src/textview.c
15414                 using headername_equal() instead of str*cmp functions
15415
15416 2001-05-08 [alfons]
15417
15418         0.4.66claws
15419
15420         * sync with sylpheed 0.4.66
15421         * src/gtkstext.c: trace logs added 
15422
15423 2001-05-08 [sergey]
15424
15425         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15426         signature check popup.
15427         * src/rfc2015.c (check_signature): show signature check popup only
15428         if it is enabled in preferences.
15429
15430 2001-05-07 [alfons]
15431
15432         0.4.66claws4
15433         
15434         * sync with sylpheed 0.4.66cvs6
15435
15436 2001-05-07 [darko]
15437
15438         * src/prefs_common.[ch]: added option to enable/disable
15439           looking up sender name in address book for summary pane
15440         * src/summaryview.c: look up sender in the address book
15441           by using Alfons' address completion code
15442
15443 2001-05-07 [hiroyuki]
15444
15445         * src/inc.h
15446           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15447           member of Pop3State.
15448         * src/news.c: brought #include "defs.h" before #include <glib.h>
15449           to prevent the warning of `MIN' and `MAX' redefinition.
15450
15451 2001-05-06 [hoa]
15452
15453         * removed src/headers_display.[ch]
15454         * removed src/prefs_display_headers.[ch]
15455         * src/inc.c
15456                 use a temporary file in the user directory for mbox import
15457         * src/news.c
15458                 added XHDR support to get "To" and "Cc" headers
15459                 (in order to match news with to or cc field for
15460                 scoring)
15461                 added function news_parse_xhdr() to get XHDR response
15462         * src/nntp.[ch]
15463                 added function nntp_xhdr()
15464         * src/matcher.c
15465                 fetch the message if necessary
15466
15467 2001-05-06 [alfons]
15468
15469         0.4.66claws3
15470
15471         * sync with sylpheed 0.4.66cvs3-5
15472
15473 2001-05-06 [hoa]
15474
15475         * src/utils.[ch]
15476                 added function itos_buf() to enable use of several buffers
15477         * src/summaryview.c
15478                 use of itos_buf() instead of itos() in summary list
15479                 to fix the broken display of message number.
15480
15481 2001-05-06 [alfons]
15482
15483         * src/gtkstext.c: bug in cursor up navigation fixed,
15484                 fixed another unsigned / signed comparison (we're getting there :-)
15485
15486 2001-05-06 [hoa]
15487
15488         * src/Makefile.am
15489                 added scoring.c scoring.h
15490                 prefs_folder_item.c prefs_folder_item.h
15491                 matcher.c matcher.h
15492         * src/defs.h
15493                 added FOLDERITEM_RC SCORING_RC
15494         * src/folder.[ch]
15495                 added prefs field in FolderItem :
15496                 properties for each folder (PrefsFolderItem),
15497                 sorting type and mode were added as the first properties.
15498         * src/main.c
15499                 read config for scoring
15500         * added src/matcher.[ch]
15501                 gives functions to parse configuration file to do
15502                 matching on mails with a list of conditions.
15503         * src/mainwindow.c
15504                 add option to sort by score
15505         * src/prefs_common.[ch]
15506                 added preference option to show score and for
15507                 the score column size
15508         * added src/prefs_folder_item.[ch]
15509                 properties for each folder (PrefsFolderItem),
15510                 sorting type and mode were added as the first properties.
15511         * src/procheader.[ch]
15512                 added procheader_parse_header()
15513                 added procheader_header_free()
15514                 added procheader_headername_equal()
15515                 and made modification to use them.
15516         * src/procmsg.[ch]
15517                 added score field to MsgInfo structure
15518         * added src/scoring.[ch]
15519                 gives functions to parse configuration file to do
15520                 scoring on mails with a list of conditions.
15521         * src/summaryview.[ch]
15522                 save the sorting type and mode for the folder
15523                 added column to display the score of the mail
15524                 added function summary_score_clicked()
15525                 sorting type and mode are restored to the folder
15526                 when it is reopen
15527         * src/textview.c
15528                 use procheader_parse_header(), procheader_headername_equal()
15529                 removed memory leak in text_scan_header when freeing headers
15530         * src/filter.c
15531                 changed the function to match names of headers
15532                 using procheader_headername_equal()
15533
15534         Scoring functions are implemented, an interface is needed
15535         to configure that.
15536
15537 2001-05-04 [alfons]
15538
15539         * src/gtkstext.c: 
15540                 hopefully fixed the row up navigation bug,
15541                 removed adding back / forward lines to cache
15542
15543 2001-05-04 [sergey]
15544
15545         * src/prefs_display_headers.c: user interface changes:
15546         (prefs_display_headers_create): remove unused "Show" check button;
15547         allow reordering of headers by dragging.
15548         (prefs_display_headers_write_config): remove unused variables.
15549         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15550         of lists (not needed with the new UI).
15551         (prefs_display_headers_set_list): scan lists starting from row 0,
15552         not 1 (do not skip "(New)").
15553         (prefs_display_headers_find_header): new function.
15554         (prefs_display_headers_clist_set_row): do not allow duplicates.
15555         (prefs_display_headers_delete_cb): do not skip row 0; treat
15556         closing the alert window by ESC as "No".
15557         (prefs_display_headers_up): do not protect row 0.
15558         (prefs_display_headers_down): do not protect row 0.
15559
15560 2001-05-04 [sergey]
15561
15562         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15563         functions.
15564
15565         * src/summaryview.c
15566         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15567         summary_select_next_marked, summary_select_prev_marked): new
15568         functions.
15569
15570 2001-05-03 [sergey]
15571
15572         * src/news.c: fixed a bug when no article can be fetched after
15573         server timeout if the connection was restored by news_post():
15574         (news_select_group): new function.
15575         (news_fetch_msg): call news_select_group() before fetching
15576         article.
15577         (news_get_uncached_articles): set session->group after successful
15578         GROUP command.
15579
15580 2001-05-03 [hoa]
15581
15582         * src/defs.h
15583         * src/procmsg.[ch]
15584         * src/procheader.c
15585                  changed version of cache, added cc field
15586
15587         * src/prefs_display_headers.c
15588                 the interface was changed
15589
15590         * src/prefs_headers.c
15591                 added cancel button
15592
15593 2001-05-03 [alfons]
15594
15595         * completed sync of sylpheed cvs2
15596         * src/gtkstext.c: updated row up / down cursor navigation
15597         * src/textview.c: re-edited, prepared for fixing the email address
15598                 scanner.
15599
15600 2001-05-03 [darko]
15601
15602         * src/prefs_common.c: use alfons' strftime ui code
15603         entry_datefmt and datefmt_sample widgets have to be
15604         global in this module because of this change
15605
15606 2001-05-03 [hoa]
15607
15608         * src/messageview.c
15609         * src/prefs_common.[ch] added option to activate the return receipt
15610                 feature.
15611
15612 2001-05-02 [alfons]
15613
15614         * src/gtkstext.c: fix for row up/down cursor navigation. 
15615
15616         0.4.66claws2
15617         
15618         * sync with 0.4.66cvs2
15619
15620 2001-05-02 [paul]
15621
15622         added add-sender-to-addressbook patch
15623
15624         * src/addressbook.c
15625         * src/addressbook.h
15626         * src/summaryview.c
15627
15628 2001-05-02 [sergey]
15629
15630         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15631         G_ALERTDISABLE.
15632
15633         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15634         all existing callers changed to pass FALSE; create a check button
15635         to disable the message.
15636         (alertpanel_message_with_disable): new function.
15637         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15638         (alertpanel_button_toggled): new function.
15639         (alertpanel_button_clicked, alertpanel_close): set value using
15640         G_ALERT_VALUE_MASK.
15641
15642         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15643
15644         * src/prefs_common.c (prefs_privacy_create): new check button
15645         checkbtn_gpgme_warning.
15646
15647         * src/main.c (main): moved preferences reading before gpgme
15648         initialization; check prefs_common.gpgme_warning before giving the
15649         GnuPG warning and set it to FALSE if the user wants to disable the
15650         warning.
15651
15652 2001-05-02 [hiroyuki]
15653
15654         * src/prefs_display_headers.c: modified the layout and some labels.
15655
15656 2001-05-02 [sergey]
15657
15658         * src/prefs_account.c (prefs_account_fix_size): new function.
15659         (prefs_account_create): call prefs_account_fix_size(); use
15660         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15661         size when the window is shown for the first time).
15662         (prefs_account_basic_create): changed layout of serv_table; moved
15663         localmbox_entry above smtpserv_entry (logically it replaces
15664         POP3/IMAP server).
15665         (prefs_account_protocol_activated): set sensitivity of
15666         nntpauth_chkbtn according to the protocol (in addition to
15667         hide/show); commented out gtk_table_set_row_spacing() calls.
15668         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15669         not sensitive (fixes a bug with disabled username/password boxes
15670         when editing POP3 account after NNTP with authentication).
15671
15672 2001-05-02 [hoa]
15673
15674         * src/account.c
15675         * src/inc.c
15676         * src/prefs_account.[ch]
15677         * src/send.c
15678                 removed local account without SMTP server
15679                 added option to use mail command instead of a connexion
15680                 to SMTP server when a local account is used
15681         * src/prefs_headers.c
15682                 fixed a bug
15683         * src/news.c
15684                 fixed a bug when connexion immediately closed
15685
15686 2001-05-01 [alfons]
15687
15688         0.4.66claws1
15689         
15690         * sync with 0.4.65
15691
15692 2001-05-01 [sergey]
15693
15694         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15695         widget nntpauth_chkbtn.
15696         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15697         visibility.
15698         (prefs_account_nntpauth_toggled): new function.
15699
15700         * src/news.c (news_session_new_for_folder): use NNTP
15701         authentication only if ac->use_nntp_auth is set.
15702
15703 2001-05-01 [hoa]
15704
15705         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15706         * src/prefs_display_headers.c changed the UI
15707         * src/prefs_headers.c changed account_name to account_id
15708         * src/compose.c using customheader.h
15709
15710 2001-05-01 [hiroyuki]
15711
15712         * src/esmtp.c
15713           src/news.c
15714           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15715           unsynched.
15716
15717 2001-05-01 [hoa]
15718
15719         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15720         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15721                 for displaying of headers
15722         * src/grouplist_dialog.[ch] minor changes to remove warnings
15723         * src/prefs_display_headers.[ch] dialog to choose the
15724         headers to display in the mail viewer.
15725         * src/headers.h correction of #define
15726         * src/headers_display.[ch] configuration for displaying of headers.
15727         * src/main.c read config of displaying of headers
15728         * src/prefs_common.c add a button to access the config dialog
15729                 for displaying of headers
15730         * src/prefs_display_headers.[ch] dialog for configuration for
15731                 displaying of the headers.
15732         * src/prefs_headers.c cleaning of code
15733         * src/procheader.c comments added to code
15734         * src/textview.c changes to reorder the headers depending
15735                 on the config for displaying of headers
15736
15737 2001-04-30 [alfons]
15738
15739         0.4.65claws7
15740
15741         * sync with 0.4.65cvs12
15742
15743         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15744
15745 2001-04-30 [sergey]
15746
15747         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15748
15749         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15750         is set to force reconnection after authentication failure.
15751         (nntp_gen_command): set sock->auth_failed on authentication
15752         failure, or if sock->userid and sock->passwd are not set.
15753
15754         * src/news.c (news_session_new_for_folder): set userid=NULL if
15755         password dialog is cancelled.
15756
15757 2001-04-30 [sergey]
15758
15759         * src/nntp.h (NNTPSockInfo): new type.
15760
15761         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15762         SockInfo.
15763         (nntp_open_auth, nntp_close): new functions.
15764         (nntp_gen_command): new function to handle authentication; all
15765         NNTP command functions updated to use it.
15766         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15767         (nntp_list): removed old useless code.
15768
15769         * src/news.h (NNTPSession): new field nntp_sock.
15770
15771         * src/news.c: all functions updated to use NNTPSockInfo instead of
15772         SockInfo.
15773         (news_session_new): new arguments (userid, passwd); made static;
15774         use nntp_open_auth() if needed.
15775         (news_session_destroy): use nntp_close() instead of sock_close().
15776         (news_query_password): changed arguments.
15777         (news_session_new_for_folder): new function.
15778         (news_session_get): use news_session_new_for_folder().
15779         (news_authenticate): deleted.
15780         (news_get_uncached_articles): removed old authentication code.
15781
15782 2001-04-30 [sergey]
15783
15784         * src/news.c: reverted my previous changes (need to do NNTP
15785         authentication in a cleaner way).
15786         
15787 2001-04-29 [sergey]
15788
15789         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15790         news_nntp_post, news_nntp_mode): new functions (wrappers with
15791         authentication support).
15792         (news_get_article_cmd, news_get_article, news_get_header): new
15793         argument "folder"; all callers changed.
15794         (news_get_article_cmd): added authentication support.
15795         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15796         (news_post): use news_nntp_post() instead of nntp_post().
15797         (news_get_uncached_articles): use news_nntp_group() instead of
15798         nntp_group() and news_nntp_xover() instead of nntp_xover();
15799         removed old authentication code.
15800         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15801
15802         * src/nntp.c (nntp_list): return real error code instead of
15803         hardcoded NN_ERROR.
15804
15805 2001-04-29 [sergey]
15806
15807         * configure.in: fixed wint_t typedef detection again
15808
15809 2001-04-28 [hoa]
15810
15811         * src/prefs_account.[ch], added A_LOCAL_CMD
15812                 (send mail with mail command)
15813         * src/send.c added function send_message_with_command()
15814         * src/inc.c made a more secure get_spool() function with
15815                 mktemp() but maybe mkstemp() or something more
15816                 secure can be used.
15817
15818 2001-04-28 [alfons]
15819
15820         * src/textview.c, colorization of email addresses in headers
15821
15822         0.4.65claws6
15823
15824         * bug sync with sylpheed
15825         * prefs_common.c: created date format ui for darko
15826         * sync with 0.4.65cvs11
15827         * configure.in: corrected to have the new gpg checks
15828
15829 2001-04-27 [alfons]
15830
15831         * completed sync with 0.4.65cvs10
15832         * minor debug things added to gtkstext.c
15833
15834 2001-04-27 [darko]
15835
15836         * configure.in: remove check for availability of
15837           strftime() as advised by Hiroyuki
15838         * src/prefs_common.[ch], src/procheader.c:
15839           synch strftime() code with Hiroyki's main branch
15840
15841 2001-04-26 [sergey]
15842
15843         * src/news.c: news_query_password(), news_authenticate(): new
15844           functions.
15845           news_get_uncached_articles(): added NNTP authentication
15846           handling.
15847         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15848           new functions.
15849         * src/prefs_account.c: prefs_account_protocol_activated():
15850           enable userid and password fields for NNTP.
15851
15852 2001-04-26
15853
15854         * configure.in: check for availability of strftime()
15855           [darko]
15856         * src/prefs_common.[ch], src/procheader.c: use
15857           strftime() for displaying date in summary pane if it
15858           is available
15859
15860 2001-04-25
15861
15862         * more .cvsignore cleanups [alfons]
15863
15864 2001-04-25
15865
15866         * ac/sv-check-type.m4: new autoconf macro.
15867         * configure.in: fixed wint_t typedef detection (did not work
15868           with gcc-2.96).
15869
15870 2001-04-25
15871
15872         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15873           [hiroyuki]
15874
15875 2001-04-24
15876         * modified gtkstext.c : buggy cursor navigation fixed, 
15877           and font descent also taken in account when drawing
15878           cursor. [alfons]
15879
15880 2001-04-24 [hoa]
15881         * added comments in src/news.c src/nntp.c
15882         * added src/prefs_headers.[ch]
15883         * added src/headers.[ch]
15884         * modified compose.c to activate custom headers
15885                 added function is_in_custom_headers
15886         * modified prefs_account.[ch]
15887                 added function prefs_account_customhdr_edit
15888         * modified src/defs.h :
15889                 added HEADERS_RC : name of the config file
15890                 for the custom headers
15891
15892 2001-04-24
15893
15894     0.4.65claws5
15895
15896         * configure.in
15897           src/gtkstext.[ch]
15898           src/compose.c
15899           src/Makefile.am
15900           
15901           added gtkstext with configure.in patch by Hiroyuki which
15902           should fix the XIM detection [alfons]
15903
15904         * more clean up of cvs [alfons]
15905
15906                  * removed all Makefile.in files to attic.
15907
15908                  * updated all .cvsignores to really ignore things that could
15909                    be unintentionally committed by a recursive commit.
15910
15911 2001-04-23 [hoa]
15912         * added src/grouplist_dialog.[ch]
15913         * changed src/folderview.c to call grouplist_dialog instead
15914                 of inputdialog
15915         * src/news.c :
15916                 added functions news_reset_group_list
15917                 and news_get_group_list
15918         * src/nntp.c :
15919                 added function nntp_list
15920         * src/defs.h :
15921                 added GROUPLIST_FILE : name of the newsgroup list cache file
15922
15923 2001-04-21
15924
15925         * added option to warn about queued messages on exit [sergey]:
15926
15927           * src/compose.c: compose_queue(): call folder_item_scan()
15928             and folderview_update_item() after queueing.
15929           * src/folderview.c: folderview_update_node(): draw the queue
15930             folder in bold font if there are queued messages.
15931           * src/mainwindow.c: queued_messages(): new function.
15932             app_exit_cb(): display warning if there are queued messages
15933             if warn_queued_on_exit is set.
15934           * prefs_common.[ch]: add warn_queued_on_exit option.
15935
15936         * enhanced GnuPG key selection support [sergey]:
15937
15938           * src/select-keys.c: updated to newer version from Win32
15939             branch with support for selecting arbitrary keys.
15940           * src/prefs_account.c: added the Privacy tab to the account
15941             options window.
15942             prefs_account_privacy_create(),
15943             prefs_account_sign_key_set_data_from_radiobtn(),
15944             prefs_account_sign_key_set_radiobtn(): new functions.
15945           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15946           * src/rfc2015.c: set_signers(): new function.
15947             pgp_sign(): add the account parameter, call set_signers().
15948             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15949           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15950           * src/compose.c: pass the current account to rfc2015_sign().
15951
15952         * tag name claws added to prevent confusion with main branch [alfons]
15953
15954         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15955
15956         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15957
15958         * sync with recent sylpheed cvs. Untested though. [alfons]
15959