748241f75084e83734da70b058bc39d09a7b750d
[claws.git] / ChangeLog.claws
1 2002-09-23 [melvin]     0.8.3claws14
2
3         * po/fr.po
4                 Updated French translation
5
6 2002-09-23 [melvin]     0.8.3claws13
7
8         * src/mainwindow.c
9                 Made custom toolbar menu labels more consistent
10         * src/prefs_toolbar.c
11                 Made custom toolbar window title more consistent
12
13 2002-09-22 [colin]      0.8.3claws12
14
15         * src/inc.c
16                 Initialize session type to normal before getting 
17                 mail (fixes strange Get behaviour)
18         * src/prefs_account.h
19                 Move STYPE_POP_BEFORE_SMTP to last position to 
20                 avoid other side-effects
21
22 2002-09-22 [colin]      0.8.3claws11
23
24         * src/prefs_account.c
25                 Fix pop_bfr_smtp_tm_entry sensivity when switching
26                 from pop3 to apop or vice-versa
27
28 2002-09-22 [colin]      0.8.3claws10
29         
30         * src/prefs_account.[ch]
31                 Add an option for the POP before SMTP timeout
32         * src/inc.c
33                 Remember time of last POP connection
34         * src/send.c
35                 Do POP before SMTP only if timeout reached
36
37 2002-09-22 [oliver]     0.8.3claws9
38         
39         * README.claws
40                 explain custom toolbar
41
42 2002-09-22 [oliver]     0.8.3claws8
43
44         * src/prefs_actions.[ch]
45         custom toolbar for compose      
46                 actions callback from compose toolbar
47         * src/folderview.c
48                 remove include toolbar.h
49                 
50 2002-09-22 [oliver]     0.8.3claws7
51         
52         * src/prefs_toolbar.[ch]
53                 custom toolbar for compose
54                 - generic prefs_toolbar handles both
55                   Mainwin's toolbar as well as Compose toolbar          
56                 
57 2002-09-22 [oliver]     0.8.3claws6
58         
59         * src/toolbar.[ch]
60                 custom toolbar for compose
61                 restructure toolbar.[ch]
62                 
63 2002-09-22 [oliver]     0.8.3claws5
64
65         * src/compose.[ch]
66                 custom toolbar for compose
67                 
68 2002-09-22 [oliver]     0.8.3claws4
69         
70         * src/mainwindow.[ch]
71                 custom toolbar for compose 
72                 move mainwin toolbar back to mainwindow
73
74 2002-09-22 [alfons]     0.8.3claws3
75
76         * src/procmsg.c
77                 :%sno/if(/if (/gc
78                 :%sno/for(/for (/gc
79                 (beautify)
80
81 2002-09-22 [alfons]     0.8.3claws2
82         
83         * src/procmsg.c
84                 procmsg_save_to_outbox(): don't unlink message file from queue;
85                 callers should do it using folder_item_remove_msg()
86
87 2002-09-22 [colin]      0.8.3claws1
88
89         * src/mimeview.[ch]
90                 Made mimeview_check_signature() public
91         * src/textview.c
92                 Made GPG signatures verifiable by clicking
93                 the [application/pgp-signature] in the Text
94                 view
95
96 2002-09-22 [paul]       0.8.3claws
97
98         * po/bg.po
99           po/en_GB.po
100           po/es.po
101           po/it.po
102           po/pl.po
103           po/pt_BR.po
104           po/sr.po
105                 updated translations, submitted by George Danchev,
106                 me, Ricardo Mones Lastra, Alessandro Maestri,
107                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
108                 and Urke MMI, respectively.     
109
110 2002-09-22 [alfons]     0.8.2claws65
111
112         * src/procmsg.c
113         * src/pgptext.c
114                 no furry valgrinds have been used to plug these memleaks
115
116 2002-09-20 [paul]       0.8.2claws64
117
118         * sync with 0.8.3cvs4
119                 'Select thread' re-implemented 
120                 see ChangeLog 2002-09-20
121
122 2002-09-21 [alfons]     0.8.2claws63
123
124         * src/compose.c
125                 compose_send(): plug unnoticed memleak
126
127 2002-09-20 [alfons]     0.8.2claws62
128
129         * src/addr_compl.c
130                 replace_address_in_edit(): strict check for NULL address to
131                 fix "[ 607348 ] Segfault in address completion". My guess is
132                 that this happens with an empty address book, but it's good
133                 to have this check here anyway
134                 
135                 completion_window_button_press(): free string returned 
136                 from the internal cache
137
138 2002-09-20 [christoph]  0.8.2claws61
139
140         * src/procmime.h
141                 added ENC_BINARY to EncodingType
142         * src/procmime.c
143                 the string returned by procmime_get_encoding_str
144                 should not depend on the order of values in the
145                 EncodingType definition
146         * doc-src/rfc1806.txt   ** NEW FILE **
147                 Added rfc1806 about MIME Content-Disposition
148                 Extension
149
150 2002-09-19 [paul]       0.8.2claws60
151
152         * sync with 0.8.2cvs3
153                 see ChangeLog 2002-09-19
154
155 2002-09-19 [paul]       0.8.2claws59
156
157         * src/prefs_folder_item.c
158                 revert to Darko's original alignment of colour
159                 selector button
160                 add a colon to folder_color label
161                 
162         * src/compose.c
163                 add Colin's patch (with Hiro's modifications) to 
164                 force BASE64 encoding for 8-bit text when signing
165                 (sync with 0.8.3cvs2)
166
167 2002-09-18 [alfons]     0.8.2claws58
168
169         * src/compose.c
170                 :%sno/if(/if (/gc
171                 :%sno/for(/for (/gc
172                 (beautify a little bit)
173
174 2002-09-18 [christoph]  0.8.2claws57
175
176         * src/pine.c
177                 fix handling of fgetc return value
178
179 2002-09-17 [alfons]     0.8.2claws56
180         
181         * src/summaryview.c
182                 summary_sort(): check non-NULL summaryview->folder_item when no 
183                 folder is selected at all
184                 (closes "[ 610344 ] sort label make syl Crash")
185
186 2002-09-17 [alfons]     0.8.2claws55
187         
188         * src/compose.c
189                 beautify a little bit
190
191 2002-09-17 [christoph]  0.8.2claws54
192
193         * src/folder.c
194                 initialize max values for cache and folder
195                 when cache or folder is empty
196
197 2002-09-15 [colin]      0.8.2claws53
198
199         * src/compose.c
200                 Fix a leak (thanks Alfons!) and cleaned
201                 variables names for custom headers
202
203 2002-09-15 [colin]      0.8.2claws52
204
205         * src/compose.c
206                 Fix custom headers recognition when
207                 prefs_common.trans_hdr is on
208
209 2002-09-15 [colin]      0.8.2claws51
210
211         * src/compose.c
212                 Allow dynamically-added custom headers
213                 Yet not reparsed if reedited
214
215 2002-09-15 [alfons]     0.8.2claws50
216
217         * src/prefs_account.c
218                 fix warnings
219
220 2002-09-15 [colin]      0.8.2claws49
221         
222         * src/prefs_account.c
223                 fix pop_before_smtp sensitivity
224
225 2002-09-15 [colin]      0.8.2claws48
226
227         * src/inc.[ch]
228                 add inc_pop_before_smtp()
229                 allow MainWindow to be undefined in 
230                 inc_account_mail() and inc_start()
231         * src/pop.c
232           src/prefs_account.h
233                 add STYPE_POP_BEFORE_SMTP session type
234         * src/prefs_account.c
235                 activated pop before smtp option
236         * src/send.c
237                 do pop before smtp if the relevant option 
238                 is set
239
240 2002-09-15 [paul]       0.8.2claws47
241
242         * sync with 0.8.3
243                 see ChangeLog 2002-09-15
244
245 2002-09-14 [paul]       0.8.2claws46
246
247         * po/bg.po
248                 updated Bulgarian translation, submitted by
249                 George Danchev
250
251 2002-09-13 [paul]       0.8.2claws45
252
253         * src/compose.c
254                 merge claws' select_account() with main's
255                 (new) compose_select_account(). [sync with
256                 0.8.2cvs15, see ChangeLog 2002-09-11]
257
258 2002-09-12 [christoph]  0.8.2claws44
259
260         * src/filter.c
261                 allocate 1 elements of FolderItem not 0
262
263 2002-09-12 [colin]      0.8.2claws43
264
265         * src/compose.c
266                 Fix bug #590825 (obey Follow-up: poster)
267
268 2002-09-12 [colin]      0.8.2claws42
269
270         * src/procmime.c
271                 Fix bug #557009 (wrong headers for messages 
272                 forwarded as attachments)
273
274 2002-09-11 [colin]      0.8.2claws41
275         
276         * src/compose.c
277                 Put SCF: pseudo-header on top of message
278                 Set draft tmp_flag when saved as draft
279
280         * src/procmsg.c
281           src/procheader.c
282                 Skip after first \n\n for beginning of real message
283                 for drafts too
284
285 2002-09-11 [christoph]  0.8.2claws40
286
287         * src/filtering.c
288                 use procmsg flag functions in filtering or processing
289                 will cause incorrect folder message counts
290
291 2002-09-11 [colin]      0.8.2claws39
292
293         * src/compose.c
294                 Fix bug #550175 - wrong save folder when reediting
295                 drafts
296
297 2002-09-11 [paul]       0.8.2claws38
298
299         * sync with 0.8.2cvs14
300                 see ChangeLog 2002-09-11
301
302 2002-09-11 [colin]      0.8.2claws37
303
304         * src/folder.c
305                 Fix a typo (seeming to cause new/unread status to
306                 be lost)
307
308 2002-09-10 [christoph]  0.8.2claws36
309
310         * src/compose.c
311                 compose_redirect should not use compose_generic_new
312                 because that does more stuff than expected including
313                 opening the external editor
314                 (closes bug "[ 526608 ] bounced messages appear blank
315                  in editor")
316
317 2002-09-10 [christoph]  0.8.2claws35
318
319         * src/folder.c
320                 fix problem with too large message number range
321                 causing a crash in folder_item_scan
322
323 2002-09-10 [paul]       0.8.2claws34
324
325         * sync with 0.8.2cvs13
326                 see ChangeLog 2002-09-10
327
328 2002-09-10 [christoph]  0.8.2claws33
329
330         * src/msgcache.c
331                 set MsgInfo TmpFlags for queue and draft folders
332                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
333
334 2002-09-10 [paul]       0.8.2claws32
335
336         * AUTHORS
337           po/bg.po      ** NEW FILE **
338                 new Bulgarian translation submitted by
339                 George Danchev <danchev@spnet.net>
340                 
341         * tools/Makefile.am
342           tools/README
343           tools/tb2sylpheed     ** NEW FILE **
344                 add script that converts an addressbook exported
345                 from The Bat! into a Sylpheed addressbook. Submitted
346                 by Urke MMI <urke-kg@eunet.yu>
347
348 2002-09-10 [paul]       0.8.2claws31
349
350         * sync with 0.8.2cvs12
351                 see ChangeLog 2002-09-10
352
353 2002-09-06 [paul]       0.8.2claws30
354
355         * src/prefs_common.c
356                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
357                 
358         * tools/Makefile.am
359           tools/README
360           tools/ldif-to-xml.py  ** REMOVED **
361                 remove obsolete python script
362
363 2002-09-06 [paul]       0.8.2claws29
364
365         * sync with 0.8.2cvs10
366                 see ChangeLog 2002-09-06
367
368 2002-09-04 [paul]       0.8.2claws28
369
370         * sync with 0.8.2cvs9
371                 see ChangeLog 2002-08-04
372
373 2002-09-04 [colin]      0.8.2claws27 
374
375         * src/prefs_common.[ch]
376                 Added signature color configuration
377         * src/textview.c
378                 Use user-specified signature color
379
380 2002-09-03 [colin]      0.8.2claws26
381
382         * src/prefs_common.[ch]
383                 Added autosave and autosave_length prefs
384         * src/compose.c
385                 Added compose_remove_draft()
386                 Auto-save drafts according to the prefs
387         * src/main.c
388                 Added a crash-indicator file, allowing to check
389                 for new messages on startup if Sylpheed crashed
390                 (makes saved drafts "reappear")
391
392 2002-09-03 [colin]      0.8.2claws25
393
394         * src/textview.[ch]
395                 Grey the signature
396
397 2002-09-03 [paul]       0.8.2claws24
398
399         * sync with 0.8.2cvs8
400                 see ChangeLog 2002-09-02 and 2002-09-03
401
402 2002-09-03 [darko]      0.8.2claws23
403
404         * src/folderview.c
405                 use normal style when creating new folder to pick
406                 proper font size 
407
408 2002-09-02 [melvin]     0.8.2claws22
409
410         * src/gtkaspell.m4
411                 removed some obsolete code
412
413 2002-09-02 [melvin]     0.8.2claws21
414
415         * ac/aspell.m4
416                 fixed test's equality sign (== to =)
417
418 2002-09-02 [alfons]     0.8.2claws20
419
420         * src/folder.c
421         * src/mh.c
422                 revert change of 0.8.2claws16 and use the mh_folder_destroy
423                 as folder->destroy virtual as suggested by Hiro
424                 (the mh.c code seems to have been lost around mh.c.1.21)
425
426 2002-09-02 [paul]       0.8.2claws19
427
428         * po/pt_BR.po
429                 updated by Fabio Jr. Beneditto
430                 
431         * src/defs.h
432                 use 'http://claws.sylpheed.org' for homepage link. 
433                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
434
435 2002-09-01 [alfons]     0.8.2claws18
436
437         * src/mh.c
438                 plug memleak related to one Martin Kluge found
439
440 2002-08-31 [paul]       0.8.2claws17
441
442         * sync with 0.8.2cvs6
443                 see ChangeLog 2002-08-30
444
445 2002-08-31 [alfons]     0.8.2claws16
446
447         * src/folder.c
448                 folder_destroy(): remove mailbox from folderlist even if it has
449                 no destroy virtual
450
451 2002-08-31 [alfons]     0.8.2claws15
452
453         * src/folder.c
454                 :%sno/if(/if (/gc
455                 :%sno/for(/for (/gc
456                 (being pedantic I know)
457
458 2002-08-31 [alfons]     0.8.2claws14
459
460         * src/folder.c
461                 check for NULL pointers returned from folder->fetch_msginfo virtual
462                 (should solve some reported crashes)
463
464 2002-08-30 [alfons]     0.8.2claws13
465
466         * acconfig.h
467         * configure.in
468         * src/crash.c
469                 enable crash dialog on compilation time
470                 (--enable-crash-dialog configure option)
471
472 2002-08-30 [alfons]     0.8.2claws12
473
474         * AUTHORS
475                 add Martin Kluge
476         * src/mh.c
477                 apply memory leak plug patch by Martin Kluge
478                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
479                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
480                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
481
482 2002-08-30 [darko]      0.8.2claws11
483
484         * src/folderview.c
485                 copy Gtk style from normal style to match
486                 font size for coloured folders
487
488 2002-08-29 [alfons]     0.8.2claws10
489
490         * sylpheed.desktop
491                 Type=Internet <- Type=Application
492                 (reported by Michael Schwendt, see:
493                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
494                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
495
496 2002-08-29 [paul]       0.8.2claws9
497
498         * sync with 0.8.2cvs5
499                 see ChangeLog 2002-08-29
500
501 2002-08-29 [colin]      0.8.2claws8
502
503         * src/summaryview.c
504                 Added a sanity check in summary_select_thread
505                 Should fix bug 601605
506
507 2002-08-29 [colin]      0.8.2claws7
508
509         * src/main.c
510                 Revert claws6 changes regarding bug #591676
511
512 2002-08-28 [colin]      0.8.2claws6
513         
514         * src/main.c
515                 Ignore cache for queue folderitems
516                 Fix bug #591676
517
518 2002-08-28 [melvin]     0.8.2claws5
519
520         * README.claws
521                 Fixed typos.
522
523 2002-08-28 [melvin]     0.8.2claws4
524
525         * README.claws
526                 Updated a bit the text concerning the spell checker
527
528 2002-08-28 [melvin]     0.8.2claws3
529
530         Merged the GNU_aspell_branch:
531                 Support of new GNU/aspell is now included and the old pspell
532                 is not supported anymore.
533                 See README.claws
534
535         * README.claws
536                 Updated spell checker text to reflect the switch to GNU/aspell
537
538         * ac/aspell.m4          *** NEW ***
539         * src/gtkaspell.[ch]    *** NEW *** 
540         * ac/pspell.m4          *** DELETED *** 
541         * src/gtkspell.[ch]     *** DELETED ***
542
543         * ac/Makefile.am
544                 Updated for GNU/aspell support
545
546         * po/POTFILES.in
547                 Replaced gtkspell.c by gtkaspell.c
548
549         * acconfig.h
550         * src/Makefile.am
551         * src/about.c
552         * src/compose.[ch]
553         * src/crash.c
554         * src/main.c
555         * src/prefs_common.[ch]
556                 Updated for GNU/aspell support
557
558 2002-08-28 [paul]       0.8.2claws2
559
560         * sync with 0.8.2cvs4
561                 see ChangeLog 2002-08-27 and 2002-08-28
562
563 2002-08-28 [colin]      0.8.2claws1
564
565         * src/summary_search.c
566                 Added "AND search"
567
568 2002-08-28 [jens]       0.8.2claws
569
570         *po/de.po
571                 Updated German translations
572
573 2002-08-27 [melvin]     0.8.2claws
574
575         * po/fr.po
576                 Updated French translations
577
578 2002-08-27 [paul]       0.8.2claws
579
580         * sync with 0.8.2 main release
581
582         * po/en_GB.po
583           po/es.po
584           po/it.po
585           po/pl.po
586           po/pt_BR.po
587           po/sr.po
588                 updated message catalogs submitted by
589                 Ricardo Mones Lastra, Alessandro Maestri,
590                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
591                 Beneditto and Urke MMI  
592
593 2002-08-27 [hoa]        0.8.1claws123
594
595         * src/mainwindow.[ch]
596         * src/summaryview.[ch]
597                 removed the "filter setting" menu option.
598                 add a "cancel a news message" menu option.
599
600 2002-08-26 [martin]     0.8.1claws122
601
602         * ChangeLog.claws
603                 changed string under 0.8.1claws79 changed by myself
604                 i'm sorry alfons :(
605
606 2002-08-26 [martin]     0.8.1claws121
607
608         * src/crash.c
609                 added kill command to debuggerrc to start crash dialog
610
611 2002-08-26 [paul]       0.8.1claws120
612
613         * sync with 0.8.1cvs31
614                 see ChangeLog 2002-08-26
615
616 2002-08-25 [alfons]     0.8.1claws119
617
618         * src/procmsg.c
619                 fix bug that didn't send out correct headers to news server
620                 when sending news article and email from queue (bug reported
621                 and patch provided by Tim Mann; closes bug 
622                 "[ 583196 ] 0.7.8claws can't post news")
623
624 2002-08-25 [alfons]     0.8.1claws118
625
626         * src/selective_download.c
627                 mark two strings as translatable
628                 (thanks to Urke MMI for pointing this out)
629
630 2002-08-25 [alfons]     0.8.1claws117
631
632         * src/summaryview.c
633                 treat sent boxes as special and allow sorting them by addressee
634                 (closes "[ 589418 ] Sent folder sorting misbehavior"
635                 submitted by Steve Lamb)
636
637 2002-08-24 [alfons]     0.8.1claws116
638
639         * src/matcher.c
640                 fix memleak reported by Martin Kluge
641                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
642
643 2002-08-24 [oliver]     0.8.1claws115
644
645         * src/prefs_toolbar.c
646                 o code cleanup as suggested by Alfons
647                 o memleak fix
648
649 2002-08-24 [alfons]     0.8.1claws114
650
651         * src/summaryview.c
652                 o fix another memory leak reported by Martin Kluge
653                   (see "[ 599568 ] Small Memory Leak")
654                 o remove 'from' variable from 'summary_set_header()'; we can
655                   do with just 'to' 
656
657 2002-08-24 [paul]       0.8.1claws113
658
659         * sync with 0.8.1cvs30
660                 see ChangeLog 2002-08-23
661
662 2002-08-24 [alfons]     0.8.1claws112
663
664         * src/summaryview.c
665                 remove unnecessary allocations for search bar fixing leaks
666                 reported by Martin Kluge
667                 (see "[ 599451 ] Further memory leaks?")
668
669 2002-08-24 [alfons]     0.8.1claws111
670
671         * src/main.c
672                 make get_socket_name() public for crash.c
673         * src/crash.c
674                 o make report bug button work (goes to claws' 
675                   bug tracker at sf.net)
676                 o introduce function for doing important stuff just
677                   before claws goes down
678                 o clean up code 
679
680 2002-08-24 [alfons]     0.8.1claws110
681
682         * src/compose.c
683                 move cursor to "To" entry when forwarding as attachment
684                 (reported and solved by Steve Lamb, closes bug report
685                 "[ 592880 ] Forward as attachment; cursor not in to")
686
687 2002-08-24 [colin]      0.8.1claws109
688
689         * src/mainwindow.c
690                 fix quick search visibility after GUI (de)separations.
691
692 2002-08-23 [colin]      0.8.1claws108
693
694         * src/mainwindow.c
695                 fix header pane visibility after folderview or
696                 messageview (de)separation
697
698 2002-08-23 [paul]       0.8.1claws107
699
700         * src/mainwindow.[ch]
701           src/toolbar.c
702                 give full control of display or non-display 
703                 of the Execute icon to Custom toolbar settings.
704                 add new sensitivity condition to maninwindow.h: 
705                 M_DELAY_EXEC
706
707         * ChangeLog
708           ChangeLog.jp
709           NEWS
710                 more sync with 0.8.1cvs29
711
712 2002-08-23 [melvin]     0.8.1claws106
713
714         * src/alertpanel.c
715                 Readded support for custom widget in alertpanel lost in last
716                 sync.
717
718 2002-08-23 [paul]       0.8.1claws105
719
720         * sync with 0.8.1cvs29
721                 see ChangeLog 2002-08-23
722
723 2002-08-23 [colin]      0.8.1claws104
724
725         * src/summaryview.c
726                 Fix folder and search pixmaps exchanging positions
727                 after theme or toolbar changes. Thank to Oliver for 
728                 reporting this.
729
730 2002-08-23 [colin]      0.8.1claws103
731
732         * src/mainwindow.c
733           src/messageview.[ch]
734           src/noticeview.[ch]
735           src/summaryview.c
736                 Changed messageview_create() and noticeview_create()
737                 to avoid the last gdk_warning
738
739 2002-08-22 [colin]      0.8.1claws102
740
741         * src/summaryview.c
742                 Fix my new `Creating pixmap from xpm' warning
743
744 2002-08-22 [colin]      0.8.1claws101
745
746         * src/mainwindow.c
747                 Fix some of the gdk warnings
748
749 2002-08-22 [colin]      0.8.1claws100
750
751         * src/Makefile.am
752         * src/stock_pixmap.c
753         * src/stock_pixmap.h
754         * src/pixmaps/quicksearch.xpm *ADDED*
755                 Add the quicksearch pixmap
756         * src/mainwindow.c
757         * src/summaryview.c
758         * src/summaryview.h
759                 Make quicksearch bar visible/hidden via a button
760
761 2002-08-22 [christoph]  0.8.1claws99
762
763         * src/folder.c
764                 fix folder update for newsgroups with message
765                 numbers below minimum number of articles to fetch
766                 (closes bug #598445)
767
768 2002-08-22 [paul]       0.8.1claws98
769
770         * sync with 0.8.1cvs28
771                 see ChangeLog 2002-08-22
772
773 2002-08-21 [alfons]     0.8.1claws97
774
775         * src/crash.c
776                 use bt instead of bt full which seems to work 
777                 better, and bt full doesn't give a great deal 
778                 of information anyway
779
780 2002-08-21 [colin]      0.8.1claws96
781
782         * src/summaryview.c
783                 fix summaryview_searchtype_changed prototype
784
785 2002-08-21 [christoph]  0.8.1claws95
786
787         * src/mainwindow.c
788                 o fix broken menu update for sorting type, we have to
789                   get this info from the summaryview now
790                 o removed setting of threaded state in menu callback
791         * src/summaryview.[ch]
792                 more summaryview/folderitem seperation for
793                 threading option
794         * configure.in
795                 removed not required --with-compiler-flags option
796
797 2002-08-21 [oliver]     0.8.1claws94
798         
799         * src/toolbar.h 
800                 o rename toolbar.xml to toolbar_main.xml
801                   since toolbar_compose.xml might come up 
802                   any time soon
803         * README.claws
804                 add custom toolbar              
805
806 2002-08-21 [darko]      0.8.1claws93
807
808         * src/procmsg.c
809                 don't reset tmp flags for messages copied
810                 to sent folder
811
812 2002-08-21 [colin]      0.8.1claws92
813         
814         * src/prefs_filtering.c
815                 fix renaming rules on folder rename 
816                 when folder is not a leaf folder
817
818 2002-08-21 [paul]       0.8.1claws91
819
820         * src/prefs_folder_item.c
821                 fix alignment of colour selector
822
823 2002-08-21 [paul]       0.8.1claws90
824
825         * sync with 0.8.1cvs27
826                 see ChangeLog 2002-08-21
827
828 2002-08-21 [paul]       0.8.1claws89
829
830         * src/summaryview.c
831                 fix crash when changing field type in
832                 Quick search bar
833
834 2002-08-21 [colin]      0.8.1claws88
835
836         * src/summaryview.c
837                 Made quick search case-insensitive
838
839 2002-08-21 [paul]       0.8.1claws87
840
841         * sync with 0.8.1cvs26
842                 see ChangeLog 2002-08-21
843
844 2002-08-20 [christoph]  0.8.1claws86
845
846         * src/folderview.c
847         * src/main.c
848         * src/summaryview.[ch]
849                 more summaryview/folderitem seperation for
850                 sort_key and sort_type
851         * src/procmsg.c
852                 added missing return statement
853
854 2002-08-20 [colin]      0.8.1claws85
855
856         * src/summaryview.[ch]
857                 Added a quick search box
858         * src/mainwindow.c
859         * src/prefs_common.[ch]
860                 Added a show/hide option for the quick search
861
862 2002-08-20 [oliver]     0.8.1claws84
863         
864         * src/mainwindow.c
865                 remove toolbar_create_popups
866         * src/toolbar.[ch]
867                 o remove toolbar_create_popups
868                 o fix toolbar_set_sensitive 
869                   (Bug reports #596834 and #596832)     
870         * src/prefs_toolbar.c
871                 o add "Set default" button
872                 o align label and text + combo widgets
873
874 2002-08-20 [hoa]        0.8.1claws83bis
875
876         * src/imap.c
877                 fixed a bug in imap_fetch_msginfo() in case there is no
878                 current folder.
879
880 2002-08-20 [darko]      0.8.1claws83
881
882         * src/folderview.c
883                 copy the color style of folder view so it
884                 works with GTK themes
885
886 2002-08-20 [darko]      0.8.1claws82
887
888         * src/folder.h
889         * src/folderview.c
890         * src/prefs_folder_item.[hc]
891                 don't use UI stuff in folder.h
892
893 2002-08-20 [darko]      0.8.1claws81
894
895         * src/folder.h
896         * src/prefs_folder_item.h
897         * src/folderview.c
898         * src/prefs_folder_item.c
899                 ability to set folder color in folderview
900
901 2002-08-19 [alfons]     0.8.1claws80
902
903         * src/summaryview.c
904                 fix one of the earlier memleaks reported by Martin Kluge
905
906 2002-08-19 [alfons]     0.8.1claws79
907
908         * src/mainwindow.c
909                 hide notice view when selecting seperate folder
910                 view (reported by Urke MMI)
911
912 2002-08-19 [christoph]  0.8.1claws78
913
914         * src/folderview.c
915         * src/prefs_folder_item.h
916         * src/summaryview.[ch]
917                 o add summary_set_prefs_from_folderitem to set
918                   summaryview prefs (first step to remove all
919                   references to the folderitem in summaryview)
920                 o moved compiled regex stuff from folderitem prefs
921                   to summaryview code
922
923 2002-08-19 [paul]       0.8.1claws77
924
925         * src/compose.c
926                 add check for '.' to QUOTE_IF_REQUIRED
927
928 2002-08-19 [paul]       0.8.1claws76
929
930         * src/inc.c
931                 sync with 0.8.1cvs25 (plug memory leak)
932
933         * src/prefs_toolbar.c
934                 re-order prefs_toolbar_cancel()
935
936 2002-08-18 [alfons]     0.8.1claws75
937
938         * src/inc.c
939         * src/matcher.c
940                 plug other memleaks reported by Martin Kluge
941
942 2002-08-18 [paul]       0.8.1claws74
943
944         * po/pt_BR.po
945                 updated by Fabio Jr. Beneditto
946
947 2002-08-18 [paul]       0.8.1claws73
948
949         * src/toolbar.[ch]
950                 fix bug where tooltips were displayed untranslated              
951
952         * src/prefs_toolbar.c
953                 fix bug where clicking 'Cancel' creates an icon & text
954                 toolbar regardless of prefs
955         
956
957 2002-08-17 [oliver]     0.8.1claws72
958
959         * src/prefs_toolbar.c
960                 update toolbar on CANCEL
961                 bug reported by Martin Kluge
962         * src/toolbar.c
963                 toolbar_destroy memleak fixed           
964
965 2002-08-17 [alfons]     0.8.1claws71
966
967         * src/toolbar.c
968                 plug another memleak reported by Martin Kluge
969
970 2002-08-16 [alfons]     0.8.1claws70
971
972         * src/crash.c
973                 use execvp() correctly (suggested by wwp; thanks!)
974
975 2002-08-16 [alfons]     0.8.1claws69
976
977         * src/gtksctree.c
978                 plug memory leak reported by Kim Schultz & Martin Kluge
979
980 2002-08-16 [paul]       0.8.1claws68
981
982         * po/es.po
983                 updated by Ricardo Mones Lastra
984
985 2002-08-16 [paul]       0.8.1claws67
986
987         * src/toolbar.h
988                 fix bug where 'Compose News' icon showed wrong
989                 tooltip
990
991 2002-08-16 [paul]       0.8.1claws66
992
993         * sync with 0.8.1cvs24
994                 see ChangeLog 2002-08-16
995
996         * po/it.po
997                 updated by Alessandro Maestri
998
999 2002-08-15 [paul]       0.8.1claws65
1000
1001         * po/sr.po
1002                 updated by Urke MMI
1003
1004 2002-08-15 [paul]       0.8.1claws64
1005
1006         * src/*.c
1007                 don't translate debug info
1008
1009         * src/matcher.[ch]
1010                 add copyright info
1011
1012 2002-08-15 [paul]       0.8.1claws63
1013
1014         * src/prefs_toolbar.c
1015                 fix bug where clicking 'OK' creates an icon & text
1016                 toolbar regardless of prefs
1017
1018 2002-08-14 [alfons]     0.8.1claws62
1019
1020         * src/main.c
1021                 add global var that has the full argv[0]
1022         * src/crash.c
1023                 o execvp the correct sylpheed by using argv0
1024                   and setting the correct work dir
1025                 o other tweaks  
1026
1027 2002-08-14 [oliver]     0.8.1claws61
1028         
1029         * enable/disable Toolbar Action Buttons 
1030         * code cleanups
1031         * src/mainwindow.c
1032         * src/toolbar.[ch]      
1033         * src/prefs_toolbar.c   
1034
1035 2002-08-14 [melvin]     0.8.1claws60
1036
1037         * po/fr.po
1038                 Updated French translations
1039
1040 2002-08-14 [melvin]     0.8.1claws59
1041
1042         * src/crash.c
1043                 Made bug report not translatable
1044         * src/exporthtml.c
1045                 Fixed exporthtml_build_filespec() return value
1046         * src/foldersel.c
1047                 Fixed incorrect include file
1048         * src/gtkspell.c
1049         * src/prefs_actions.c
1050         * src/prefs_toolbar.c
1051                 Made debug info not translatable
1052         * src/mutt.c
1053         * src/quote_fmt.c
1054                 Added missing includes
1055         * src/prefs_common.c
1056                 Fixed typo
1057
1058 2002-08-14 [paul]       0.8.1claws58
1059
1060         * faq/es/sylpheed-faq.html
1061           faq/es/sylpheed-faq-[1-3].html
1062           faq/es/sylpheed-faq-4.html     **NEW FILE **
1063                 update Spanish FAQ
1064
1065 2002-08-13 [christoph]  0.8.1claws57
1066
1067         * src/procmsg.c
1068                 ignore thread fix that did not mark all
1069                 child nodes of a ignored thread as
1070                 ignored. Does not work perfectly yet,
1071                 but it is better now
1072
1073 2002-08-13 [alfons]     0.8.1claws56
1074
1075         * src/crash.c
1076                 o implement 'save crash log'
1077                 o some tweaks
1078
1079 2002-08-13 [melvin]     0.8.1claws55
1080
1081         * src/main.c
1082                 removed unrequired "execinfo.h" header
1083
1084 2002-08-12 [paul]       0.8.1claws54
1085
1086         * faq/en/sylpheed-faq.html
1087           faq/en/sylpheed-faq-[1-3].html
1088           faq/en/sylpheed-faq-4.html     **NEW FILE **
1089                 update English FAQ
1090
1091 2002-08-12 [alfons]     0.8.1claws53
1092
1093         * po/POTFILES.in
1094                 add crash.c to translatables
1095         * src/crash.c
1096                 bring in Leandro's crash dialog
1097
1098 2002-08-11 [alfons]     0.8.1claws52
1099
1100         * src/crash.c
1101                 clean up some warnings
1102
1103 2002-08-11 [alfons]     0.8.1claws51
1104
1105         * acconfig.h
1106         * configure.in
1107         * src/crash.[ch]        ** NEW FILES **
1108         * src/main.c            
1109                 initial gdb crash handler
1110
1111 2002-08-11 [paul]       0.8.1claws50
1112
1113         * src/prefs_toolbar.c
1114                 replace Up/Down arrow pixmaps with text to be
1115                 consistent across icon themes
1116
1117 2002-08-11 [paul]       0.8.1claws49
1118
1119         * src/prefs_common.c
1120           src/prefs_toolbar.c
1121                 rename 'Pixmap' -> 'Icon'
1122
1123         * src/toolbar.[ch]
1124                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
1125
1126 2002-08-10 [paul]       0.8.1claws48
1127
1128         * src/prefs_toolbar.c
1129                 re-work the UI
1130
1131 2002-08-10 [paul]       0.8.1claws47
1132
1133         * src/main.c
1134                 don't write Processing progress to status bar
1135                 patch submitted by Alexander Evseev
1136
1137         * src/prefs_toolbar.c
1138                 re-position and resize window
1139                 make window assume correct size on first call
1140
1141 2002-08-10 [paul]       0.8.1claws46
1142
1143         * src/mainwindow.c
1144           src/prefs_toolbar.c
1145           src/toolbar.c
1146           src/toolbar.h
1147                 obey coding style
1148                 follow UI text conventions
1149
1150 2002-08-10 [alfons]     0.8.1claws45
1151
1152         * src/toolbar.c
1153                 correct pixmap for delete action
1154
1155 2002-08-10 [paul]       0.8.1claws44
1156
1157         * po/pt_BR.po
1158                 updated by Fabio Jr. Beneditto
1159
1160 2002-08-10 [paul]       0.8.1claws43
1161
1162         * po/POTFILES.in
1163                 add custom toolbar files
1164
1165 2002-08-10 [paul]       0.8.1claws42
1166
1167         * sync with 0.8.1cvs22
1168                 see ChangeLog 2002-08-09
1169
1170 2002-08-09 [paul]       0.8.1claws41
1171
1172         * tools/Makefile.am
1173           tools/README
1174           tools/outlook2sylpheed.pl     ** NEW FILE **
1175                 add script to convert exported Outlook
1176                 contacts list to a Sylpheed addressbook.
1177                 Submitted by Ricardo Mones Lastra.
1178
1179 2002-08-09 [paul]       0.8.1claws40
1180
1181         * AUTHORS
1182           configure.in
1183           po/sr.po      ** NEW FILE **
1184                 add Serbian message catalog. Submitted by
1185                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
1186
1187 2002-08-09 [paul]       0.8.1claws39
1188
1189         * sync with 0.8.1cvs21
1190                 see ChangeLog 2002-08-08
1191
1192 2002-08-08 [oliver]     0.8.1claws38
1193
1194         * src/mainwindow.c
1195                 move Custom Toolbar to Configuration menu
1196
1197 2002-08-08 [oliver]     0.8.1claws37
1198
1199         * src/prefs_toolbar.c
1200                 fix substitute pixmap bug
1201
1202 2002-08-08 [paul]       0.8.1claws36
1203
1204         * sync with 0.8.1cvs19
1205                 see ChangeLog 2002-08-08
1206
1207 2002-08-07 [christoph]  0.8.1claws35
1208
1209         * src/utils.c
1210                 fixed a memory leak in new canonicalize_file_replace
1211
1212 2002-08-07 [christoph]  0.8.1claws34
1213
1214         * src/utils.[ch]
1215                 o canonicalize_file_replace should create the temporary
1216                   file in the same directory as the original file.
1217                 o added get_tmpfile_in_dir that creates a temorary file
1218                   in a specified directory.
1219
1220 2002-08-07 [melvin]     0.8.1claws33
1221
1222         * src/toolbar.c
1223                 fixed bug where 'Article' button acted as 'Email' button.
1224
1225 2002-08-07 [paul]       0.8.1claws32
1226
1227         * sync with 0.8.1.cvs17
1228                 see ChangeLog 2002-08-07
1229
1230 2002-08-07 [colin]      0.8.1claws31
1231         
1232         * src/news.c
1233                 fix mass-cancel problem
1234
1235 2002-08-07 [thorsten]   0.8.1claws30
1236
1237         * src/prefs_toolbar.c
1238                 fix: crash on replace or add new button
1239         * src/toolbar.c
1240                 fix: close xmlfile after reading
1241         * src/utils.c
1242                 fix: unlink() file before rename()
1243
1244 2002-08-06 [paul]       0.8.1claws29
1245
1246         * sync with 0.8.cvs15
1247                 see ChangeLog 2002-08-06
1248
1249 2002-08-06 [oliver]     0.8.1claws28
1250
1251         * src/toolbar.c
1252         * src/prefs_toolbar.c
1253                 fixed empty toolbar issue
1254
1255 2002-08-06 [oliver]     0.8.1claws27
1256
1257         * Custom Toolbar Final 
1258         * src/folderview.c
1259         * src/inc.c
1260         * src/summaryview.c
1261                 o toolbar stuff now lives in src/toolbar.[ch]
1262                 o main_window_toolbar_* functions are renamed to
1263                   toolbar_* reflecting their new source file
1264         * src/mainwindow.[ch]
1265                 o remove toolbar stuff  
1266
1267 2002-08-06 [oliver]     0.8.1claws26
1268         
1269         * src/Makefile.am
1270         * src/prefs_toolbar.[ch]        **New File**
1271         * src/toolbar.[ch]              **New File**
1272                 o prefs_toolbar.[ch] custom toolbar frontend
1273                 o toolbar.[ch]       backend 
1274
1275 2002-08-06 [oliver]     0.8.1claws25
1276
1277         * src/prefs_actions.[ch]
1278                 o new exported function actions_execute
1279
1280 2002-08-06 [paul]       0.8.1claws24
1281
1282         * sync with 0.8.1cvs4
1283                 see ChangeLog 2002-08-06
1284
1285 2002-08-06 [paul]       0.8.1claws23
1286
1287         * sync with 0.8.1cvs13
1288                 see ChangeLog 2002-08-06
1289
1290 2002-08-06 [paul]       0.8.1claws22
1291
1292         * sync with 0.8.1cvs12
1293                 see ChangeLog 2002-08-05 and 2002-08-06
1294
1295 2002-08-06 [match]      0.8.1claws21
1296
1297         * src/addrclip.c
1298                 improvements to cut/copy/paste address
1299
1300 2002-08-05 [match]      0.8.1claws20
1301
1302         * src/addritem.[ch]
1303         * src/addrcache.c
1304         * src/addrbook.c
1305         * src/editaddress.c
1306         * src/addressbook.c
1307                 fixes to improve cut/copy/paste
1308
1309 2002-08-06 [melvin]     0.8.1claws19
1310
1311         * src/account.[ch]
1312                 account_find_all_from_address(): new function that returns the
1313                 list of all accounts that are matched in an address.
1314         * src/alertpanel.[ch]
1315                 alertpanel() now accepts a custom widget
1316                 alertpanel_with_widget(): new function that pops up a panel with
1317                 a custom widget in it 
1318         * src/gtkutils.[ch]
1319                 gtkut_account_menu_new(): new function that allows the selection
1320                 of an account from a list of accounts.
1321         * src/messageview.c
1322                 Extended Return Receipt notification to select the correct 
1323                 account and to make a security test on the Delivery-Notification
1324                 address which should be the same as the Return-Path.
1325
1326 2002-08-06 [thorsten]   0.8.1claws18
1327
1328         * src/mimeview.c
1329                 attach_all: save unnamed as "noname.%d",
1330                 dont free static dirname
1331
1332 2002-08-05 [alfons]     0.8.1claws17
1333
1334         * configure.in
1335                 detect XIM by trying to link rather than compile a XIM program
1336
1337 2002-08-05 [oliver]     0.8.1claws16
1338                 
1339         * src/stock_pixmap.[ch]
1340                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
1341                 o new func to retrieve pixmaps
1342
1343 2002-08-05 [paul]       0.8.1claws15
1344
1345         * sync with 0.8.1cvs10
1346                 see ChangeLog 2002-08-05
1347
1348 2002-08-04 [alfons]     0.8.1claws14
1349
1350         * src/textview.c
1351                 see if this plugs memleak
1352
1353 2002-08-04 [melvin]     0.8.1claws13
1354
1355         * src/gtkspell.c
1356                 fixed bug that could crash Sylpheed when highlighting
1357                 all misspelled words.
1358
1359 2002-08-03 [melvin]     0.8.1claws12
1360
1361         * src/prefs_actions.c
1362                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
1363         * src/messageview.c
1364                 fixed bug where the Return Receipt was sent to
1365                 Delivery-Notification-To address even if it was not present
1366
1367 2002-08-02 [alfons]     0.8.1claws11
1368
1369         * src/prefs_actions.c
1370                 o more check for NULLs
1371                 o put create_io_dialog() in right conditional block
1372
1373 2002-08-02 [paul]       0.8.1claws10
1374
1375         * po/es.po
1376                 updated by Ricardo Mones Lastra
1377
1378 2002-08-01 [christoph]  0.8.1claws9
1379
1380         * src/folder.c
1381                 don't free the cache of the opened
1382                 folder in the summaryview
1383         * src/summaryview.c
1384                 don't unset flags, if it is not required
1385
1386 2002-08-01 [paul]       0.8.1claws8
1387
1388         * sync with 0.8.1cvs8
1389                 see ChangeLog entry 2002-08-01
1390
1391 2002-08-01 [paul]       0.8.1claws7
1392
1393         * sync with 0.8.1cvs7
1394                 see ChangeLog 2002-07-31 and 2002-08-01
1395
1396 2002-07-31 [christoph]  0.8.1claws6
1397
1398         * src/mainwindow.c
1399                 forgot to update menu sensitivity
1400                 function for new menu entry
1401
1402 2002-07-31 [alfons]     0.8.1claws5
1403
1404         * src/main.c
1405                 check folder item and its path for NULL on
1406                 initial processing
1407
1408 2002-07-31 [christoph]  0.8.1claws4
1409
1410         * src/folder.c
1411                 check if folder_item_get_msginfo in
1412                 folder_item_remove_msg returned NULL
1413         * src/imap.c
1414                 better clear the uid cache in the
1415                 uid validity check function and delete
1416                 cached messages
1417
1418 2002-07-31 [paul]       0.8.1claws3
1419
1420         * man/sylpheed.1
1421                 add the '--attach' option and a few other
1422                 minor changes
1423
1424 2002-07-31 [paul]       0.8.1claws2
1425
1426         * sync with 0.8.1cvs5
1427                 see ChangeLog 2002-07-31
1428
1429 2002-07-31 [christoph]  0.8.1claws1
1430
1431         * src/folderview.[ch]
1432         * src/mainwindow.c
1433                 replace "Rescan all folders..." with
1434                 "Check all folders for new messages..."
1435
1436 2002-07-30 [paul]       0.8.1claws
1437
1438         * version 0.8.1claws released
1439
1440 2002-07-30 [paul]       0.8.0claws29
1441
1442         * tools/OOo2sylpheed.pl ** NEW FILE **
1443           tools/README
1444                 add script to enable sending documents as
1445                 attachments from OpenOffice.org
1446
1447 2002-07-30 [melvin]     0.8.0claws28
1448
1449         * src/prefs_actions.c
1450                 Made the actions' input/output dialog display
1451                 without delay.
1452
1453 2002-07-30 [christoph]  0.8.0claws27
1454
1455         * src/procmsg.c
1456                 check if folder_item_get_msginfo in
1457                 procmsg_save_to_outbox returned NULL
1458
1459 2002-07-30 [paul]       0.8.0claws26
1460
1461         * sync with 0.8.1cvs4
1462                 see ChangeLog 2002-07-29
1463
1464 2002-07-29 [thorsten]   0.8.0claws25
1465
1466         * README.claws
1467                 added selective download, delete on server
1468
1469 2002-07-29 [paul]       0.8.0claws24
1470
1471         * sync with 0.8.1cvs3
1472                 see ChangeLog 2002-07-29
1473
1474 2002-07-27 [christoph]  0.8.0claws23
1475
1476         * src/folder.c
1477                 add extra check if fetching the msginfo
1478                 returned NULL
1479
1480 2002-07-27 [paul]       0.8.0claws22
1481
1482         * sync with 0.8.1cvs2
1483                 see ChangeLog 2002-07-26
1484
1485 2002-07-27 [christoph]  0.8.0claws21
1486
1487         * src/imap.c
1488                 add another check if a valid msginfo
1489                 was returned
1490
1491 2002-07-26 [hoa]        0.8.0claws20
1492
1493         * src/folder.c
1494                 Fixed a condition in folder_item_destroy()
1495
1496         * src/imap.c
1497                 Fixed an error in IMAP protocol
1498
1499 2002-07-26 [alfons]     0.8.0claws19
1500
1501         * src/folder.c
1502                 ofcourse compare with identifier, not the path
1503
1504 2002-07-26 [alfons]     0.8.0claws18
1505
1506         * src/folder.c
1507                 use folder item identifier for saving / restoring
1508                 preferences because folder->path might not be unique
1509
1510 2002-07-26 [melvin]     0.8.0claws17
1511
1512         * src/logwindow.c
1513                 Fixed a crash introduced in 0.8.0claws5 when log is 
1514                 cut under 80 characters.
1515
1516 2002-07-26 [paul]       0.8.0claws16
1517
1518         * sync with 0.8.1cvs1
1519                 see ChangeLog 2002-07-26
1520
1521 2002-07-26 [christoph]  0.8.0claws15
1522
1523         * src/imap.[ch]
1524                 imap folder now remembers the last selected
1525                 folder and imap_fetch_msginfo skips selecting
1526                 the folder if it is already selected
1527
1528 2002-07-26 [christoph]  0.8.0claws14
1529
1530         * src/folder.c
1531         * src/folderview.c
1532         * src/imap.c
1533                 fix imap folder rescanning
1534
1535 2002-07-25 [christoph]  0.8.0claws13
1536
1537         * src/filter.c
1538         * src/folder.[ch]
1539         * src/folderview.c
1540         * src/imap.[ch]
1541         * src/mainwindow.c
1542         * src/mbox_folder.c
1543         * src/mh.c
1544         * src/news.c
1545                 implement imap uid cache and uid validity check
1546
1547 2002-07-25 [alfons]     0.8.0claws12
1548
1549         * src/summaryview.c
1550                 fix a brown paper bag bug, and also add some more
1551                 checks
1552
1553 2002-07-25 [christoph]  0.8.0claws11
1554
1555         * src/folder.c
1556                 don't mix copy, fetch_msginfo and remove
1557                 operations in folder item copy and move
1558                 operations
1559
1560 2002-07-25 [christoph]  0.8.0claws10
1561
1562         * src/folderview.c
1563         * src/mainwindow.c
1564         * src/prefs_folder_item.c
1565         * src/summaryview.[ch]
1566                 remove no longer required parameter update_cache from
1567                 summary_show
1568
1569 2002-07-25 [paul]       0.8.0claws9
1570
1571         * sync with 0.8.1
1572         
1573         * AUTHORS
1574                 a few corrections
1575
1576 2002-07-24 [alfons]     0.8.0claws8
1577
1578         * src/summaryview.c
1579                 sort correctly when using simplified subject line
1580                 (closes feature request "[ 585141 ] applying regexp to subject 
1581                 before sort" submitted by Alexandra Walford)
1582
1583 2002-07-24 [paul]       0.8.0claws7
1584
1585         * sync with 0.8.0cvs3
1586                 see ChangeLog 2002-07-24
1587
1588 2002-07-23 [christoph]  0.8.0claws6
1589
1590         * src/folder.c
1591         * src/folder.h
1592         * src/summaryview.c
1593         * src/summaryview.h
1594         * src/main.c
1595                 o separate processing and summaryview
1596                 o removed summary_write_cache from summaryview
1597                 o removed summaryview->killed_messages, because we don't have
1598                   to keep a list of killed messages anymore. New cache will
1599                   keep the hidden messages in cache anyway
1600         * src/folderview.c
1601         * src/inc.c
1602         * src/selective_download.c
1603                 o removed unnecessary summary_write_cache calls
1604         * src/procmsg.c
1605                 o don't set ignore thread flag in procmsg_get_thread_tree
1606                   if it is already set
1607         * src/mainwindow.c
1608         * src/statusbar.h
1609                 o moved STATUSBAR_PUSH/POP to statusbar.h because
1610                   they are used in different files
1611
1612 2002-07-23 [melvin]     0.8.0claws5
1613
1614         * src/addressbook.c
1615         * src/addrgather.c
1616         * src/editaddress.c
1617         * src/editgroup.c
1618         * src/editldap_basedn.c
1619         * src/importldif.c
1620         * src/prefs_common.c
1621                 Fixed few memory leak (gtk_editable_get_chars returns
1622                 an allocated string)
1623         * src/logwindow.c
1624                 Fixed few memory leak (gtk_editable_get_chars returns
1625                 an allocated string) and modified a little the log cutting
1626                 loop.
1627         * src/compose.c
1628                 Replaced a call to an obsolete function gtk_entry_get_text()
1629                 by gtk_editable_get_chars()
1630         * src/send.c
1631                 Removed a debug printf
1632
1633 2002-07-23 [christoph]  0.8.0claws4
1634
1635         * src/filesel.c
1636                 fix another g_dirname memory leak
1637
1638 2002-07-23 [christoph]  0.8.0claws3
1639
1640         * src/mh.c
1641                 fixed a memory leak in mh_fetch_msginfo
1642                 fixed crash when message header could not be
1643                 parsed
1644
1645 2002-07-23 [paul]       0.8.0claws2
1646
1647         * sync with 0.8.0cvs2
1648                 see ChangeLog 2002-07-23
1649
1650 2002-07-23 [paul]       0.8.0claws1
1651
1652         * sync with 0.8.0cvs1
1653                 see ChangeLog 2002-07-23
1654
1655 2002-07-23 [paul]       0.8.0claws
1656
1657         * release of 0.8.0claws
1658
1659 2002-07-23 [paul]       0.7.8claws99
1660
1661         * po/ru.po
1662                 new Russian translation, submitted by
1663                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
1664
1665 2002-07-22 [jens]       0.7.8claws98
1666
1667         * po/de.po
1668                 Updated German translations.
1669
1670 2002-07-22 [paul]       0.7.8claws97
1671
1672         * po/es.po
1673           po/it.po
1674           po/nl.po
1675           po/pt_BR.po
1676                 updated translations by Ricardo Mones Lastra,
1677                 Alessandro Maestri, Wilbert Berendsen and 
1678                 Fabio Jr. Beneditto respectively
1679
1680 2002-07-22 [christoph]  0.7.8claws96
1681
1682         * src/mimeview.c
1683                 fix memory leak caused by wrong g_dirname usage
1684
1685 2002-07-22 [christoph]  0.7.8claws95
1686
1687         * src/summaryview.c
1688                 update new and unread message counts for summaryview
1689                 summaryview does not get it from the folder anymore
1690                 and has to update the values itself
1691
1692 2002-07-22 [melvin]     0.7.8claws94
1693
1694         * po/fr.po
1695                 Updated French translations.
1696
1697 2002-07-22 [christoph]  0.7.8claws93
1698
1699         * src/matcher.c
1700                 set prop->preg pointer to NULL or following check
1701                 will not fail and regexec will be called with
1702                 invalid pointer
1703
1704 2002-07-21 [alfons]     0.7.8claws92
1705         
1706         * src/prefs_common.[ch]
1707                 remove option "Send return receipt on request"
1708
1709 2002-07-21 [thorsten]   0.7.8claws91
1710
1711         * src/mimeview.c
1712                 fixed memleaks, coding style as pointed out by alfons
1713
1714 2002-07-21 [alfons]     0.7.8claws90
1715
1716         * src/messageview.c
1717         * src/noticeview.[ch]
1718                 o fix bug notice view being displayed when going to empty folder 
1719                   (noticed by Christoph)
1720                 o allow RRR to be sent when restarting sylpheed, or changing folder 
1721                   (noticed by Thorsten)
1722
1723 2002-07-21 [thorsten]   0.7.8claws89
1724
1725         * src/mimeview.c
1726                 Included save_all patch from Xaview FACQ
1727                 added support for pathnames
1728
1729 2002-07-21 [alfons]     0.7.8claws88
1730
1731         * po/POTFILES.in
1732         * src/Makefile.am
1733         * src/mainwindow.c
1734         * src/messageview.[ch]
1735         * src/noticeview.c      ** NEW FILE **
1736         * src/noticeview.h      ** NEW FILE **
1737                 make return receipts work again
1738                 (UI idea by Leandro Pereira)
1739
1740 2002-07-21 [paul]       0.7.8claws87
1741
1742         * src/summaryview.c
1743                 fix sensitivity of 'Select thread'
1744
1745 2002-07-21 [paul]       0.7.8claws86
1746
1747         * src/prefs_common.c
1748                 add browser command line for Galeon
1749
1750 2002-07-21 [paul]       0.7.8claws85
1751
1752         * Makefile.am
1753                 fix 'EXTRA_DIST': remove README.README, add TODO
1754                 and TODO.claws
1755
1756 2002-07-21 [alfons]     0.7.8claws84
1757
1758         * src/gtkstext.c
1759                 make enter clear selection
1760                 (closes "[ 579888 ] Editor selection/entry error"
1761                 reported by Steve Lamb)
1762
1763 2002-07-21 [alfons]     0.7.8claws83
1764         
1765         * src/summaryview.c
1766                 sort message list when selecting unthread messages
1767                 (closes "[ 501593 ] switching threaded view doesn't sort"
1768                 reported by Simon Schubert)
1769
1770 2002-07-20 [alfons]     0.7.8claws82
1771         
1772         * src/matcher.c
1773                 const-correctness
1774
1775 2002-07-20 [thorsten]   0.7.8claws81
1776
1777         * src/matcher.c
1778                 Fixed expansion of empty fields in matchactions
1779
1780 2002-07-19 [melvin]     0.7.8claws80
1781
1782         * src/gtkspell.c
1783                 Removed a duplicate menu entry (fast mode) introduced during
1784                 the new cache merge
1785                 Added a menu separator between 'Use alternate' and 'Fast mode'
1786
1787 2002-07-19 [paul]       0.7.8claws79
1788
1789         * tools/Makefile.am
1790           tools/README
1791                 correct typos
1792
1793 2002-07-19 [thorsten]   0.7.8claws78
1794
1795         * tools/calypso_convert.pl      ** NEW FILE **
1796           tools/README
1797           tools/Makefile.am
1798                 script to import mbox files exported
1799                 by calypso
1800                 o generates folder structure
1801                 o includes attachments
1802
1803 2002-07-19 [melvin]     0.7.8claws77
1804
1805         * src/selective_download.[ch]
1806                 Fixed bug where closing the dialog with the window manager's
1807                 close button will not unlock the summary
1808                 Corrected some function declarations that missed a return value
1809                 Made the source code comply better with coding style.
1810         * src/prefs_common.c
1811                 Added new browser command line for Mozilla.
1812
1813 2002-07-18 [paul]       0.7.8claws76
1814
1815         * src/mainwindow.c
1816           src/selective_download.[ch]
1817                 reflect theme changes, fix Gdk Warning when creating 
1818                 pixmap from NULL window, and minor clean up.
1819                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
1820
1821         * po/en_GB.po
1822                 updated
1823
1824 2002-07-17 [paul]       0.7.8claws75
1825
1826         * INSTALL[.jp]
1827                 sync with 0.8.0
1828         
1829         * po/en_GB.po
1830                 updated
1831
1832 2002-07-16 [paul]       0.7.8claws74
1833
1834         * tools/filter_conv.pl
1835           tools/README
1836                 replace conversion script with reimplemented version, 
1837                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
1838
1839 2002-07-16 [colin]      0.7.8claws73
1840
1841         * src/summaryview.c
1842                 remove forgotten debug messages - sorry ;-)
1843
1844 2002-07-16 [colin]      0.7.8claws72
1845
1846         * src/mimeview.c
1847           src/summaryview.c
1848           src/textview.c
1849           src/textview.h
1850                 add the ability to select part of a text mime-part 
1851                 to reply.
1852
1853 2002-07-15 [christoph]  0.7.8claws71
1854
1855         * src/folder.c
1856                 fix folder message count for folders without
1857                 msg_is_changed (includes news folders)
1858
1859 2002-07-15 [martin]     0.7.8claws70
1860
1861         * src/summaryview.c
1862                 option "display recipient on 'From'..." now works
1863                 without the need of enabling the option
1864                 "display  sender  using  address  book".
1865
1866 2002-07-15 [christoph]  0.7.8claws69
1867
1868         * src/summaryview.c
1869                 removed setting folder status from summaryview.
1870                 folder.c should update all message counts correctly.
1871
1872 2002-07-15 [paul]       0.7.8claws68
1873
1874         * po/pt_BR.po
1875                 updated by Fabio Junior Beneditto
1876
1877 2002-07-15 [darko]      0.7.8claws67
1878
1879         * src/mh.c
1880                 Fixed target folder colorization, don't decrease op
1881                 number twice
1882
1883 2002-07-14 [paul]       0.7.8claws66
1884
1885         * sync with main 0.8.0
1886                 see ChangeLog 2002-07-14
1887
1888 2002-07-13 [melvin]     0.7.8claws65
1889         
1890         * src/addrbook.c
1891         * src/addressbook.c
1892         * src/addrindex.c
1893                 Replaced sprintf by g_snprintf to prevent possible buffer
1894                 overflow.
1895         * src/news.c
1896                 Corrected a log message output format.
1897                 Added a missing "done" debug output.
1898         * src/compose.c
1899                 Added keyboard accelerator for Priority menu items
1900                 Added missing \n in debug output
1901         * src/logwindow.c
1902         * src/gtkspell.c
1903         * src/rfc2015.c
1904                 Added missing \n in debug output
1905
1906 2002-07-13 [paul]       0.7.8claws64
1907
1908         * man/sylpheed.1
1909                 change Sergey's email address to the sf address
1910
1911         * src/textview.c
1912                 increase show_url_timeout (more useful for long
1913                 urls)
1914
1915 2002-07-12 [sergey]     0.7.8claws63
1916
1917         * src/rfc2015.c
1918                 applied (with some modifications) patch to set the
1919                 micalg parameter for signatures
1920                 (2001-08-28 Werner Koch <wk@gnupg.org>)
1921
1922 2002-07-12 [sergey]     0.7.8claws62
1923
1924         * man/Makefile.am
1925         * configure.in
1926                 fixed man page installation
1927
1928 2002-07-12 [paul]       0.7.8claws61
1929
1930         * sync with 0.7.8cvs26
1931                 see ChangeLog 2002-07-11 and 2002-07-12
1932
1933 2002-07-11 [christoph]  0.7.8claws60
1934
1935         * src/compose.c
1936         * src/procmsg.c
1937                 first use the message number to find the message
1938                 to mark with a reply flag but check the
1939                 message-id if we got the correct message, if not
1940                 try to find it by message-id.
1941                 use new string seperator that is not allowed
1942                 in message-ids.
1943
1944 2002-07-11 [paul]       0.7.8claws59
1945
1946         * sync with 0.7.8cvs23
1947                 see ChangeLog 2002-07-10
1948
1949 2002-07-10 [christoph]  0.7.8claws58
1950
1951         * src/folder.[ch]
1952         * src/msgcache.[ch]
1953                 Added message-id table to the cache in memory
1954                 and functions to msgcache.c and folder.c to
1955                 fetch MsgInfos by message id
1956         * src/compose.c
1957         * src/procmsg.c
1958                 store folder and message-id of message replying
1959                 to in queue header and set reply flag after sending
1960                 (Closes bug #469498)
1961
1962 2002-07-10 [paul]       0.7.8claws57
1963
1964         * AUTHORS
1965           man/sylpheed.1.gz
1966                 add Martin to the list of authors
1967
1968 2002-07-09 [martin]     0.7.8claws56
1969         * src/gtksctree.c
1970                 Added gtk_ctree_last_visible(), tree_update_level(),
1971                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
1972                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1973                 from gtk+ to gtksctree.c for the new sorting code
1974                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
1975                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
1976         * src/gtksctree.h
1977                 Added declaration for gtk_sctree_sort_recursive() and
1978                 gtk_sctree_sort_node
1979         * src/addressbook.c
1980         * src/foldersel.c
1981         * src/folderview.c
1982         * src/summaryview.c
1983                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
1984                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
1985
1986 2002-07-08 [paul]       0.7.8claws55
1987
1988         * more sync with 0.7.8cvs21
1989                 see ChangeLog 2002-07-08
1990
1991 2002-07-08 [paul]       0.7.8claws54
1992
1993         * sync with 0.7.8cvs21
1994                 see ChangeLog 2002-07-08
1995
1996 2002-07-07 [alfons]     0.7.8claws53
1997
1998         * src/Makefile.am
1999         * src/stock_pixmap.[ch]
2000         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
2001         * src/pixmaps/notice_error.xpm  ** NEW FILE **
2002         * src/pixmaps/notice_note.xpm   ** NEW FILE **
2003                 add new pixmaps for upcoming notice pane
2004
2005 2002-07-06 [melvin]     0.7.8claws52
2006
2007         * src/gtkspell.[ch]
2008                 Made them a bit closer to Sylpheed's coding style.
2009                 Removed old code.
2010                 Removed possible memory leaks when some errors occurs.
2011
2012 2002-07-06 [melvin]     0.7.8claws51
2013
2014         * po/Makefile.in.in
2015                 Removed --no-location in xgettext command line to help
2016                 translators that use Emacs' po-mode
2017         * src/quote_fmt.c
2018                 Removed unnecessary comments that messed up sylpheed.pot
2019
2020 2002-07-06 [paul]       0.7.8claws50
2021
2022         * sync with 0.7.8cvs19
2023                 see ChangeLog 2002-07-05
2024
2025 2002-07-06 [christoph]  0.7.8claws49
2026
2027         * src/folder.c
2028         * src/mainwindow.c
2029                 fix folder_item_remove_all_msg and folderview
2030                 status for trash folders after emptying trash
2031
2032 2002-07-05 [paul]       0.7.8claws48
2033
2034         * sync with 0.7.8cvs16
2035                 see ChangeLog 2002-07-04 and 2002-07-05
2036
2037 2002-07-04 [paul]       0.7.8claws47
2038
2039         * sync with 0.7.8cvs14
2040                 see  ChangeLog 2002-07-04
2041
2042 2002-07-03 [alfons]     0.7.8claws46
2043
2044         * src/folder.c
2045                 dupe folder item's path because it's being reallocated
2046                 by new folder scanning code
2047
2048 2002-07-03 [christoph]  0.7.8claws45
2049
2050         * src/imap.c
2051                 better IMAP uid fetching using 'FETCH 1:* (UID)'
2052         * src/msgcache.c
2053                 add missing return in msgcache_write
2054
2055 2002-07-02 [thorsten]   0.7.8claws44
2056
2057         * src/jpilot.c
2058         * src/msgcache.c
2059         * src/rfc2015.c
2060                 use binary mode for file access
2061
2062 2002-07-02 [christoph]  0.7.8claws43
2063
2064         * major code cleanup (part 1)
2065         
2066                 - unused variables removed
2067                 - unused functions removed
2068                 - uninitialized variables checked
2069                 - missing return statements added
2070                 - missing function return types added
2071                 - added parentheses around assignment and
2072                   && in || when suggested by gcc
2073               
2074         * src/mh.c
2075         * src/folder.c
2076                 replaced direct calls to folder->scan_tree
2077                 with folder_scan_tree and restore folder
2078                 prefs in this function. The folder should
2079                 not have to deal with them.
2080                 ( Should now work for all folder types )
2081
2082 2002-07-02 [paul]       0.7.8claws42
2083
2084         * sync with 0.7.8cvs13
2085                 see ChangeLog 2002-07-01 and 2002-07-02
2086
2087 2002-07-01 [christoph]  0.7.8claws41
2088
2089         * src/summaryview.c
2090                 fix "goto next/prev unread message" with
2091                 ignored threads
2092
2093 2002-07-01 [paul]       0.7.8claws40
2094
2095         * po/es.po
2096                 updated by Ricardo Mones Lastra
2097
2098 2002-06-30 [match]      0.7.8claws39
2099
2100         * src/jpilot.c
2101                 applied variation of leonerd's patch (566661) to
2102                 allow multiple email addresses per JPilot entry.
2103                 addresses may be separated by space, comma, pipe,
2104                 semi-colon, new-line.
2105
2106 2002-06-30 [alfons]     0.7.8claws38
2107
2108         * src/procmsg.c
2109                 simple fix for putting older nodes before
2110                 newer nodes when threading by subject
2111
2112 2002-06-30 [christoph]  0.7.8claws37
2113
2114         * src/folder.c
2115         * src/folderview.c
2116         * src/mh.c
2117         * src/news.c
2118         * src/procmsg.c
2119                 fix broken folder tree rescaning
2120                 and don't use procmsg_get_mark_sum
2121                 anymore
2122
2123 2002-06-30 [christoph]  0.7.8claws36
2124
2125         * merge new cache branch
2126         * src/imap.c
2127                 fix new cache imap copy bug
2128         * src/folder.c
2129                 improved folder_item_scan
2130                 it should now always set the correct
2131                 new, unread and total message counts
2132
2133 2002-06-29 [paul]       0.7.8claws35
2134
2135         * configure.in
2136                 correct syntax error
2137
2138 2002-06-29 [paul]       0.7.8claws34
2139
2140         * configure.in
2141           Makefile.am
2142           man/Makefile.am       ** NEW FILE **
2143           man/sylpheed.1.gz     ** NEW FILE **
2144                 add Sylpheed man page
2145
2146 2002-06-29 [paul]       0.7.8claws33
2147
2148         * po/pt_BR.po
2149                 updated by Fabio Junior Beneditto
2150
2151 2002-06-28 [jens]       0.7.8claws32
2152
2153         * po/de.po
2154                 translation updated
2155
2156         * src/selective_download.c
2157                 removed gettext for space " "
2158
2159         * src/imap.c
2160                 removed wrong space
2161
2162 2002-06-28 [paul]       0.7.8claws31
2163
2164         * sync with 0.7.8cvs11
2165                 see ChangeLog 2002-06-28
2166
2167 2002-06-28 [paul]       0.7.8claws30
2168
2169         * sync with 0.7.8cvs10
2170                 see ChangeLog 2002-06-27 and 2002-06-28
2171
2172 2002-06-26 [paul]       0.7.8claws29
2173
2174         * src/addrgather.c
2175           src/selective_download.c
2176                 don't gettextise empty strings.
2177                 reserved by gettext. gettext("") returns 
2178                 the header entry with meta information, 
2179                 not the empty string
2180
2181         * po/en_GB.po
2182                 updated
2183
2184 2002-06-26 [paul]       0.7.8claws28
2185
2186         * sync with 0.7.8cvs7
2187                 see ChangeLog 2002-06-25
2188
2189         * src/prefs_common.c
2190                 ...and in the process, tweak the gui a little
2191
2192 2002-06-25 [alfons]     0.7.8claws27
2193         
2194         * configure.in
2195         * src/Makefile.am
2196                 fine tune ldap library detection
2197
2198 2002-06-25 [alfons]     0.7.8claws26
2199
2200         * src/compose.c
2201                 don't allow return receipts when composing a news article
2202
2203 2002-06-25 [paul]       0.7.8claws25
2204
2205         * Makefile.am
2206                 add '$(AMTAR)' to 'release' section to allow for
2207                 new and older autotools
2208
2209 2002-06-25 [paul]       0.7.8claws24
2210
2211         * src/summaryview.c
2212                 fix "No more unread messages" persistant pop-up
2213                 window bug
2214
2215 2002-06-25 [paul]       0.7.8claws23
2216
2217         * po/it.po
2218                 updated by Alessandro Maestri
2219
2220 2002-06-25 [paul]       0.7.8claws22
2221
2222         * sync with 0.7.8cvs6
2223                 see ChangeLog 2002-06-25
2224
2225 2002-06-24 [paul]       0.7.8claws21
2226
2227         * tools/update-po
2228                 add GPL copyright information
2229
2230 2002-06-24 [paul]       0.7.8claws20
2231
2232         * tools/Makefile.am
2233           tools/README
2234           tools/update-po       ** NEW FILE **
2235                 add script that eases the creation of *.po files
2236                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
2237
2238 2002-06-23 [alfons]     0.7.8claws19
2239
2240         * src/messageview.c
2241                 make notification_convert_header obey const correctness
2242                 (next step will be fixing the broken return receipt)
2243
2244 2002-06-23 [paul]       0.7.8claws18
2245
2246         * src/messageview.c
2247                 fix bug introduced in last commit:
2248                 removed too much code in last commit - put back what's
2249                 needed
2250
2251 2002-06-23 [paul]       0.7.8claws17
2252
2253         * src/messageview.[ch]
2254                 remove code committed in error from locally patched
2255                 source
2256
2257 2002-06-23 [colin]      0.7.8claws16
2258
2259         * src/compose.[ch]
2260                 add compose_entry_select(), used to select the default_to
2261                 email address - hopefully avoiding people sending mails to
2262                 wrong recipients.
2263
2264 2002-06-22 [alfons]     0.7.8claws15
2265
2266         * AUTHORS
2267                 add Bram Metsch & Stanislav Karchebny
2268         * src/smtp.[ch]
2269         * src/prefs_account.[ch]
2270         * src/send.c
2271                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
2272                   options.  (see <http://sourceforge.net/tracker/index.php
2273                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
2274
2275                 - merge Stanislav's fix to make SMTP AUTH work with qmail
2276                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
2277
2278 2002-06-22 [paul]       0.7.8claws14
2279
2280         * sync with 0.7.8cvs5
2281                 see ChangeLog 2002-06-19 and 2002-06-20
2282
2283 2002-06-22 [alfons]     0.7.8claws13
2284
2285         * src/selective_download.c
2286                 fix a stupid mistake I made
2287
2288 2002-06-22 [alfons]     0.7.8claws12
2289
2290         * src/selective_download.[ch]
2291                 fix another unnoticed leak; cleanup code
2292
2293 2002-06-21 [alfons]
2294
2295         * tools/Makefile.am
2296                 gpg-sign <-- gpg-sign-syl
2297
2298 2002-06-21 [alfons]     0.7.8claws11
2299
2300         * src/selective_download.c
2301         * src/selective_download.h
2302                 fix assorted mix of allocation errors (should solve
2303                 problem reported by Philippe Gramoullé, see:
2304                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
2305
2306 2002-06-20 [melvin]     0.7.8claws10
2307
2308         * tools/gpg-sign *REMOVED*
2309           tools/gpg-sign-syl *ADDED*
2310                 Replaced the gpg clearsigning script with the version using
2311                 xterm instead of ssh-askpass and changed its name.
2312
2313         * README.claws
2314                 Updated actions example to reflect the renaming of the
2315                 gpg clearsigning script.
2316
2317 2002-06-19 [paul]       0.7.8claws9
2318
2319         * sync with 0.7.8claws9
2320                 see ChangeLog 2002-06-18 and 2002-06-19
2321
2322 2002-06-19 [paul]       0.7.8claws8
2323
2324         * sync with 0.7.8cvs1
2325                 see ChangeLog 2002-06-18
2326
2327 2002-06-18 [alfons]     0.7.8claws7
2328
2329         * src/mainwindow.h
2330                 add omitted prototype
2331
2332 2002-06-17 [paul]       0.7.8claws6
2333
2334         * src/mainwindow.c
2335                 fix hiding of exec_btn
2336
2337 2002-06-17 [paul]       0.7.8claws5
2338
2339         * src/pop.c
2340                 remove unneeded code: should_delete() 
2341                 and Pop3State::uidl_todelete_list
2342
2343 2002-06-17 [paul]       0.7.8claws4
2344
2345         * sync with 0.7.8
2346                 see ChangeLog 2002-06-11 and 2002-06-13
2347
2348 2002-06-16 [alfons]     0.7.8claws3
2349         
2350         * src/folder.c
2351                 make sure lock sort mode (claws specific) is
2352                 also persists after a tree rescan
2353
2354 2002-06-16 [alfons]     0.7.8claws2
2355
2356         * src/prefs_folder_item.c
2357         * src/folder.[ch]
2358                 fix persistence of folder sort mode (broken
2359                 by adapting Hiro's new folder persistence code)
2360
2361 2002-06-16 [alfons]     0.7.8claws1
2362
2363         * AUTHORS
2364         * src/logwindow.c
2365         * src/prefscommon.[ch]
2366                 control size of log text in log window; 
2367                 closes patch #569155 submitted by Mitko Haralanov.
2368
2369 2002-06-15 [paul]       0.7.8claws
2370
2371         * release of 0.7.8claws
2372
2373 2002-06-15 [paul]       0.7.7claws
2374
2375         * po/pt_BR.po
2376                 updated by Fabio Junior Beneditto
2377
2378 2002-06-14 [paul]       0.7.6claws49
2379
2380         * po/es.po
2381                 updated by Ricardo Mones Lastra
2382
2383 2002-06-14 [paul]       0.7.6claws48
2384
2385         * po/nl.po
2386                 updated translation by Wilbert Berendsen
2387
2388 2002-06-14 [melvin]     0.7.6claws47
2389
2390         * po/fr.po
2391                 Updated French translation
2392
2393 2002-06-13 [paul]       0.7.6claws46
2394
2395         * src/filesel.c
2396                 allow filename to be typed in, rather than just
2397                 selected by the mouse. Patch by Gustavo Noronha Silva.
2398
2399 2002-06-13 [alfons]     0.7.6claws45
2400
2401         * src/mainwindow.[ch]
2402                 more cleanups (removing unnecessary menu items Expand 
2403                 summary / message view)
2404
2405 2002-06-13 [melvin]     0.7.6claws44
2406
2407         * po/POTFILES.in
2408                 Added src/string_match.c
2409         * src/string_match.c
2410                 Fixed possible buffer overflow.
2411                 Corrected typo.
2412                 Added missing config.h header.
2413         * src/prefs_common.c
2414           src/prefs_matcher.c
2415           src/prefs_scoring.c
2416                 Made some strings translatable (missing _(..)).
2417
2418 2002-06-13 [melvin]     0.7.6claws43
2419
2420         * README.claws
2421                 Corrected action example (verifying clearsigned mail).
2422         * src/prefs_account.c
2423                 Corrected typo.
2424         * src/prefs_common.c
2425                 Removed incorrect line that generated a Gtk-CRITICAL msg.
2426
2427 2002-06-12 [alfons]     0.7.6claws42
2428
2429         * src/summaryview.c
2430                 add init of score column lost in 0.7.6claws42
2431
2432 2002-06-12 [paul]       0.7.6claws41
2433
2434         * src/prefs_account.c
2435                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
2436                 behavior of the radio buttons, (from 0.7.7cvs2)
2437
2438 2002-06-11 [alfons]     0.7.6claws40
2439
2440         * src/messageview.[ch]
2441         * src/summaryview.[ch]
2442         * src/summary_search.c
2443         * src/mainwindow.c
2444                 perform a sync to bring in Hiro's separate view implementation 
2445
2446                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
2447
2448 2002-06-11 [paul]       0.7.6claws39
2449         
2450         * src/prefs_account.c
2451                 correct a typo on the Receive tab
2452
2453 2002-06-10 [match]      0.7.6claws38
2454
2455         * src/addressbook.c
2456                 Included address completion patch from Gustavo Noronha.
2457
2458 2002-06-10 [paul]       0.7.6claws37
2459
2460         * src/inc.[ch]
2461           src/pop.c
2462           src/prefs_account.[ch]
2463           src/selective_download.[ch]
2464                 apply PATCH #561712
2465                  NEW:
2466                 - check if POP Account
2467                 - Receive Button renamed to Preview
2468                 - Preview Button Popup: preview new/all messages
2469                 - Download Button
2470                 - Account Preferences-->Receive tab checkbutton if you
2471                   want to remove Mail after Download
2472                 -: default YES
2473                 - Account Preferences-->Receive tab checkbutton use
2474                   filtering rules on preview
2475                   (think of delete_on_server)
2476                 -: default YES
2477                 - Account selectable from SD dialog
2478                 - checkbutton to show already downloaded messages if
2479                   all messages are previewed
2480                 - new clist column showing Date
2481                 - ESC KEY close
2482                 FIXES:
2483                 - play ball with UIDL
2484                 - fault tolerant (?) 
2485                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
2486
2487 2002-06-10 [melvin]     0.7.6claws36
2488
2489         * README.claws
2490                 Added a hint to ac/README in cvs instructions.
2491
2492         * src/prefs_actions.c
2493                 Made it possible to use a more elaborate command line
2494                 for asynchronous actions, too.
2495
2496 2002-06-10 [melvin]     0.7.6claws35
2497         
2498         * src/prefs_actions.c
2499                 Make it possible to use a more elaborate command line
2500                 (e.g. |foo|bar|cat>there;echo Done|)
2501                 Corrected error message when calling %f, %F and %p commands
2502                 from the compose window.
2503
2504 2002-06-09 [colin]      0.7.6claws34
2505
2506         * src/summaryview.c
2507                 Automatically find unread messages in current folder
2508                 before annoying the user.
2509
2510 2002-06-08 [alfons]     0.7.6claws33
2511
2512         * po/it.po
2513                 remove bad formatting string in it.po translation
2514                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
2515
2516 2002-06-08 [paul]       0.7.6claws32
2517
2518         * sync with 0.7.6cvs25
2519                 see ChangeLog 2002-06-07
2520
2521 2002-06-05 [paul]       0.7.6claws31
2522
2523         * src/mainwindow.c
2524                 add 'Sort by locked' and 'Sort by score'
2525
2526 2002-06-05 [paul]       0.7.6claws30
2527
2528         * sync with 0.7.6cvs24
2529                 see ChangeLog 2002-06-04
2530
2531 2002-06-04 [paul]       0.7.6claws29
2532
2533         * po/pt_BR.po
2534                 updated by Fabio Junior Beneditto
2535
2536 2002-06-03 [thorsten]   0.7.6claws28
2537
2538         * src/matcher.c
2539                 fclose() matcherrc after reading
2540
2541 2002-06-03 [paul]       0.7.6claws27
2542
2543         * sync with 0.7.6cvs21
2544                 see ChangeLog 2002-05-31
2545
2546 2002-05-31 [paul]       0.7.6claws26
2547
2548         * sync with 0.7.6cvs20
2549                 see ChangeLog 2002-05-29 and 2002-05-30
2550
2551 2002-05-31 [paul]       0.7.6claws25
2552
2553         * src/imap.c
2554                 hopefully fix last buggy sync
2555
2556         * README.claws
2557                 correct typo in 'Actions' examples
2558
2559 2002-05-29 [paul]       0.7.6claws24
2560
2561         * sync with 0.7.6cvs18
2562                 see ChangeLog 2002-05-28 and 2002-05-29
2563
2564         * src/news.c
2565           src/nntp.[ch]
2566                 sync with above 
2567
2568 2002-05-28 [paul]       0.7.6claws23
2569
2570         * sync with 0.7.6cvs16
2571                 see ChangeLog 2002-05-28
2572
2573 2002-05-27 [thorsten]   0.7.6claws22 
2574
2575         * faq/it/sylpheed-faq-1.html
2576           faq/it/sylpheed-faq-2.html
2577           faq/it/sylpheed-faq-3.html
2578           faq/it/sylpheed-faq.html
2579                 corrected DOS lineendings
2580         * faq/de/sylpheed-faq-1.html
2581           faq/de/sylpheed-faq-2.html
2582           faq/en/sylpheed-faq-1.html
2583           faq/en/sylpheed-faq-2.html
2584           faq/en/sylpheed-faq-3.html
2585           faq/es/sylpheed-faq-1.html
2586           faq/es/sylpheed-faq-2.html
2587           faq/es/sylpheed-faq-3.html
2588           faq/fr/sylpheed-faq-1.html
2589           faq/it/sylpheed-faq-1.html
2590           faq/it/sylpheed-faq-2.html
2591           faq/it/sylpheed-faq-3.html
2592           faq/it/sylpheed-faq.html
2593                 changed ">" to &quot;
2594
2595 2002-05-27 [paul]       0.7.6claws21
2596         
2597         * sync with 0.7.6cvs15
2598                 see ChangeLog 2002-05-27
2599
2600 2002-05-27 [paul]       0.7.6claws20
2601
2602         * src/prefs_account.c
2603                 correct a typo
2604
2605 2002-05-26 [paul]       0.7.6claws19
2606
2607         * tools/README
2608                 correct a typo
2609
2610 2002-05-25 [paul]       0.7.6claws18
2611
2612         * tools/README
2613                 add description of kmail2sylpheed.pl
2614
2615 2002-05-25 [paul]       0.7.6claws17
2616
2617         * tools/kmail2sylpheed.pl       ** NEW FILE **
2618                 perl script that converts an exported Kmail address
2619                 book, converts it to sylpheed addressbook file,
2620                 writes the file to .sylpheed, and updates
2621                 addrbook--index.xml 
2622
2623 2002-05-25 [paul]       0.7.6claws16
2624
2625         * sync with 0.7.6cvs14
2626                 see ChangeLog 2002-05-23
2627
2628 2002-05-24 [paul]       0.7.6claws15
2629
2630         * README.claws
2631                 make a correction and add some more info
2632
2633 2002-05-24 [paul]       0.7.6claws14
2634
2635         * src/compose.c
2636                 fix memory leak in 
2637                 compose_redirect_write_headers_from_headerlist()
2638                 add Subject and Resent-Message-ID to
2639                 compose_redirect_write_headers()
2640                 Received, Subject, and X-UIDL are filtered out in 
2641                 compose_redirect_write_to_file()
2642
2643 2002-05-23 [paul]       0.7.6claws13
2644
2645         * src/compose.[ch]
2646           src/filtering.c
2647           src/mainwindow.c
2648           src/matcher.[ch]
2649           src/matcher_parser_lex.l
2650           src/matcher_parser_parse.y
2651           src/prefs_common.[ch]
2652           src/prefs_filtering.c
2653           src/summaryview.c
2654                 rename 'Bounce' to 'Redirect'
2655
2656 2002-05-23 [paul]       0.7.6claws12
2657
2658         * more sync with 0.7.6cvs13
2659           src/compose.c
2660                 see ChangeLog 2002-05-22
2661
2662 2002-05-22 [paul]       0.7.6claws11
2663
2664         * sync with 0.7.6cvs13
2665           src/codeconv.c
2666                 see ChangeLog 2002-05-20
2667           src/prefs_common.c
2668                 see ChangeLog 2002-05-22
2669
2670 2002-05-21 [melvin]     0.7.6claws10
2671
2672         * src/folderview.c
2673                 Added missing filtering and scoring headers
2674                 Fixed bad function call that showed garbage 
2675                 in Folder->Processing
2676
2677 2002-05-21 [paul]       0.7.6claws9
2678
2679         * tools/Makefile.am
2680                 make all tools executable, (patch by Alfons).
2681
2682 2002-05-20 [alfons]     0.7.6claws8
2683
2684         * src/procheader.c
2685                 don't forget to call mktime() so we have a valid week 
2686                 and year day
2687                 (Bug report by Roger Sondermann <mail@jumaros.de>)
2688
2689 2002-05-20 [paul]       0.7.6claws7
2690
2691         * src/html.c
2692                 fix broken parsing of urls
2693         * src/textview.c
2694                 fix displaying of urls
2695
2696                 both fixes from the patch [547855] by Eugene 
2697                 Brevdo (zonem)
2698
2699 2002-05-19 [alfons]     0.7.6claws6
2700
2701         * configure.in
2702                 make sylpheed configure correctly with the latest
2703                 and greatest of automake / autoconf / gettext
2704
2705 2002-05-19 [alfons]     0.7.6claws5
2706
2707         * src/procheader.c
2708         * src/procheader.h
2709                 add function for returning ime zone offset
2710         * src/quote_fmt.c
2711         * src/quote_fmt_parse.y
2712                 better quotation formatting - does not convert
2713                 to local time, but uses the original date string.
2714                 
2715                 Note: %z inserts the timezone offset (should 
2716                 work also on platforms where strftime does not
2717                 support %z).
2718
2719 2002-05-18 [christoph]  0.7.6claws4
2720
2721         * src/summaryview.c
2722                 fix indentation of some code
2723         * tools/Makefile.am
2724                 fix spaces after \
2725         * src/Makefile.am
2726                 add missing \
2727                 correct path for ignorethread.xpm
2728                 incorrect filename for sylpheed_logo.xpm
2729                 add missing include matcher_parser_parse.h
2730
2731 2002-05-18 [paul]       0.7.6claws3
2732
2733         * sync with 0.7.6cvs8
2734                 see ChangeLog 2002-05-16 and 2002-05-17
2735
2736 2002-05-18 [melvin]     0.7.6claws2
2737
2738         * README.claws
2739                 Corrected an action's definition and fixed some misspellings.
2740
2741 2002-05-18 [paul]       0.7.6claws1
2742
2743         * tools/Makefile.am
2744           tools/gpg-sign        ** new file **
2745           tools/uudec           ** new file **
2746                 add Melvin's Actions scripts
2747
2748         * README.claws
2749                 add Melvin's descriptions for Actions
2750
2751 2002-05-18 [paul]       0.7.6claws
2752
2753         * Version 0.7.6claws released
2754
2755 2002-05-17 [paul]       0.7.5claws32
2756
2757         * po/es.po
2758                 updated by Ricardo Mones Lastra
2759
2760 2002-05-17 [paul]       0.7.5claws31
2761
2762         * src/compose.c
2763                 fix Account prefs default folder for sent/draft/deleted
2764                 messages bug
2765
2766         * po/it.po
2767           po/nl.po
2768                 updated translation by Alessandro Maestri and
2769                 Wilbert Berendsen
2770
2771 2002-05-17 [melvin]     0.7.5claws30
2772
2773         * src/prefs_actions.c
2774                 Fixed bug where using %F not at the end of the command 
2775                 resulted in an additional empty argument being created.
2776                 Thanks to Darko Koruga for reporting the bug.
2777
2778 2002-05-17 [melvin]     0.7.5claws29
2779
2780         * po/fr.po
2781                 Updated French translations.
2782
2783 2002-05-15 [paul]       0.7.5claws28
2784         
2785         * po/es.po
2786                 updated by Ricardo Mones Lastra
2787
2788 2002-05-15 [paul]       0.7.5claws27
2789
2790         * sync with 0.7.6cvs4
2791                 see ChangeLog 2002-05-14 and 2002-05-15
2792
2793 2002-05-14 [paul]       0.7.5claws26
2794
2795         * sync with 0.7.6cvs1
2796                 see ChangeLog 2002-05-13
2797
2798 2002-05-13 [thorsten]   0.7.5claws25
2799
2800         * src/messageview.c
2801                 fix select_all and copy in multipart messages
2802         * src/mainwindow.c
2803                 fix select_all and copy in multipart messages
2804
2805 2002-05-12 [paul]       0.7.5claws24
2806
2807         * src/summaryview.c
2808                 reverse last commit, bug already fixed in 0.7.5claws3
2809
2810 2002-05-12 [netztorte]  0.7.5claws23
2811
2812         * src/summaryview.c
2813                 dont parse empty addressbook (checked in before claws20)
2814
2815 2002-05-12 [melvin]     0.7.5claws22
2816
2817         * src/procmsg.[ch]
2818                 Removed unneeded priority code introduced by the previous 
2819                 commit.
2820
2821 2002-05-12 [melvin]     0.7.5claws21
2822
2823         * src/compose.[ch]
2824                 Added possibility to set message's priority.
2825         * src/procmsg.[ch]
2826                 Added possibility to set message's priority.
2827                 Added missing headers
2828
2829 2002-05-12 [melvin]     0.7.5claws20
2830
2831         * src/prefs_actions.c
2832                 Removed implicitely added quotes around the name
2833                 of the temporary files of mime parts.
2834
2835 2002-05-12 [paul]       0.7.5claws19
2836
2837         * sync with 0.7.5cvs20
2838                 see ChangeLog 2002-05-11
2839
2840 2002-05-12 [alfons]     0.7.5claws18
2841
2842         * src/quote_fmt_lex.l
2843         * src/quote_fmt_parse.y
2844                 allow quote / reply date & time format to be set using
2845                 %D{format}. format is a format string you'd pass to
2846                 strftime() (see man strftime, or the Display tab |
2847                 Date format setting).
2848
2849                 Currently %D converts the date to local time. 
2850
2851 2002-05-11 [paul]       0.7.5claws17
2852
2853         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
2854                 see ChangeLog 2002-05-10 and 2002-05-11
2855
2856 2002-05-10 [paul]       0.7.5claws16
2857
2858         * sync with 0.7.5cvs16
2859                 see ChangeLog entries 2002-05-09 and 
2860                 2002-05-10
2861
2862 2002-05-10 [colin]      0.7.5claws15
2863
2864         * src/textview.c
2865                 Corrected a bug that prevented sylpheed to open
2866                 double-clicked URIs.
2867
2868 2002-05-09 [paul]       0.7.5claws14
2869
2870         * sync with 0.7.5cvs14
2871                 see ChangeLog 2002-05-08 and 2002-05-09
2872
2873 2002-05-08 [paul]       0.7.5claws13
2874
2875         * sync with 0.7.5cvs11
2876                 see ChangeLog entry 2002-05-08
2877
2878 2002-05-08 [paul]       0.7.5claws12
2879
2880         * src/mainwindow.c
2881           src/textview.[ch]
2882                 fix segfault on View->Open in new window
2883                 patch submitted by Thorsten Maerz <torte@netztorte.de>
2884
2885 2002-05-07 [paul]       0.7.5claws11
2886
2887         * sync with 0.7.5cvs9
2888                 see ChangeLog entry 2002-05-07
2889
2890 2002-05-06 [paul]       0.7.5claws10
2891
2892         * src/messageview.c
2893           src/textview.c
2894                 display url in statusbar on single-click
2895                 patch submitted by Thorsten Maerz <torte@netztorte.de>
2896
2897 2002-05-06 [match]      0.7.5claws9
2898
2899         * src/addritem.[ch]
2900                 new functions.
2901         * src/addrcache.c
2902                 tidy up.
2903         * src/xmlprops.[ch]
2904                 XML implementation of properties file.
2905         * src/exporthtml.[ch]
2906         * src/expthtmldlg.[ch]
2907         * src/addressbook.c
2908                 export to HTML.
2909
2910 2002-05-02 [sergey]     0.7.5claws8
2911
2912         * src/mainwindow.c (mainwin_entries),
2913           src/prefs_common.c (prefs_send_create()),
2914           src/codeconv.c (locale_table):
2915                 use charset name "Windows-1251" instead of "CP1251".
2916
2917 2002-05-02 [colin]      0.7.5claws7
2918         
2919         * src/compose.c
2920           src/prefs_common.c
2921           src/prefs_folder_item.c
2922                 Fixed cosmetics bugs due to Outbox renamed to Sent.
2923
2924 2002-05-02 [hiro]       0.7.5claws6
2925
2926         * src/imap.c
2927                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
2928
2929 2002-05-02 [paul]       0.7.5claws5
2930
2931         * src/compose.c
2932                 more sync with 0.7.5cvs7, see ChangeLog entry
2933                 2002-05-02
2934
2935 2002-05-02 [hiro]       0.7.5claws4
2936
2937         * src/compose.c
2938                 compose_queue_sub():
2939                 check if queue folder exists (closes #550397).
2940                 removed directory creation since it should be handled
2941                 transparently.
2942         * src/imap.c
2943                 imap_add_msg(): return UID for appended message
2944                 (closes #548842).
2945
2946 2002-04-30 [paul]       0.7.5claws3
2947
2948         * src/summaryview.c
2949                 fix account_find_from_address() bug
2950
2951 2002-04-28 [colin]      0.7.5claws2
2952
2953         * src/compose.c
2954           src/textview.c
2955           src/prefs_common.[ch]
2956           src/utils.[ch]
2957                 Added user-definable quotation characters recognition.
2958
2959 2002-04-28 [paul]       0.7.5claws1
2960
2961         * sync with 0.7.5cvs4
2962                 see ChangeLog entry  2002-04-25
2963
2964 2002-04-28 [paul]       0.7.5claws
2965
2966         * po/es.po
2967           po/nl.po
2968           po/pt_BR.po
2969                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
2970                 Fabio Junior Beneditto
2971
2972 2002-04-27 [jens]       0.7.4claws103
2973
2974         * po/de.po
2975                 updated German translation.
2976
2977 2002-04-27 [hiro]       0.7.4claws102
2978
2979         * src/summaryview.c
2980                 summary_write_cache(): fixed the mark loss of hidden messages.
2981
2982 2002-04-26 [melvin]     0.7.4claws101
2983
2984         * src/procmsg.c
2985                 fixed a second typo (same one)
2986         * po/fr.po
2987           po/it.po
2988           po/pt_BR.po
2989                 fixed the type again...
2990
2991 2002-04-26 [melvin]     0.7.4claws100
2992
2993         * src/procmsg.c
2994                 fixed a typo in an alert message ("temorary").
2995         * po/it.po
2996         * po/pt_BR.po
2997                 corrected the typo  described above.
2998         * po/fr.po
2999                 updated French translation.
3000
3001 2002-04-26 [darko]      0.7.4claws99
3002
3003         * src/summaryview.c
3004                 fix target folder colorization
3005
3006 2002-04-25 [paul]       0.7.4claws98
3007
3008         * po/it.po
3009                 updated by Alessandro Maestri
3010
3011 2002-04-24 [colin]      0.7.4claws97
3012         
3013         * src/compose.c
3014                 Fixed double "subject is empty" question.
3015
3016 2002-04-23 [colin]      0.7.4claws96
3017         
3018         * src/mimeview.c
3019                 Corrected issue when "automatically display images" was
3020                 not set : first image remained after selecting second.
3021
3022 2002-04-23 [melvin]     0.7.4claws95
3023
3024         * src/prefs_actions.c
3025                 Don't display in/out dialog if there is nothing to show.
3026
3027 2002-04-23 [paul]       0.7.4claws94
3028
3029         * sync with 0.7.5cvs3
3030                 bug fixes: see ChangeLog entry 2002-04-23
3031
3032 2002-04-22 [darko]      0.7.4claws93
3033
3034         * src/compose.c
3035                 fix previous check-in which changed code after
3036                 merge from main
3037
3038 2002-04-22 [paul]       0.7.4claws92
3039
3040         * faq/de/*
3041                 add German FAQ
3042         * faq/en/*
3043           faq/es/*
3044           faq/fr/*
3045                 update English, Spanish and French FAQs
3046         * manual/de/*
3047           manual/es/*
3048                 add German and Spanish manuals
3049         * manual/en/*
3050           manual/fr/*
3051                 update English and French manuals
3052
3053         * src/Makefile.am
3054                 add to and re-arrange the pixmap entries
3055
3056 2002-04-22 [darko]      0.7.4claws91
3057
3058         * src/compose.c
3059                 fix sender initials recognition to only allow
3060                 '>' after the initials
3061
3062 2002-04-21 [paul]       0.7.4claws90
3063
3064         * sync with 0.7.5 release
3065                 see ChangeLog entry 2002-04-21
3066
3067 2002-04-21 [alfons]
3068
3069         * src/Makefile.am
3070                 add colin's new pixmaps to EXTRA_DIST
3071
3072 2002-04-21 [colin]      0.7.4claws89
3073         * src/compose.c
3074         * src/inc.c
3075         * src/mainwindow.[ch]
3076         * src/prefs_common.[ch]
3077         * src/stock_pixmap.[ch]
3078                 Added "Work offline" ability.
3079
3080 2002-04-21 [colin]      0.7.4claws88
3081         
3082         * src/mimeview.c
3083         * src/prefs_common.c
3084         * src/prefs_common.h
3085         * src/textview.c : Added an option to common preferences -> display
3086           to allow user not to automatically display images.
3087
3088 2002-04-21 [paul]       0.7.4claws87
3089
3090         * sync with 0.7.4cvs52
3091                 see ChangeLog entry 2002-04-21 (src/imap.c)
3092
3093 2002-04-21 [paul]       0.7.4claws86
3094
3095         * sync with 0.7.4cvs51
3096                 see ChangeLog entry 2002-04-21
3097
3098 2002-04-21 [paul]       0.7.4claws85
3099
3100         * sync with 0.7.4cvs49
3101                 see ChangeLog entries 2002-04-20 and 2002-04-21
3102
3103         * src/Makefile.am
3104                 clean up: remove old 'stock_' element from xpm 
3105                 filenames.
3106
3107 2002-04-21 [alfons]     0.7.4claws84
3108
3109         apply sync patch from Paul
3110
3111         * src/folderview.c
3112                 use old claws prefs_folder_item_create() for now
3113
3114 2002-04-19 [match]      0.7.4claws83
3115
3116         * src/addressbook.[ch]
3117         * src/addrharvest.[ch]
3118         * src/addrgather.[ch]
3119                 recurse folders.
3120         * src/mainwindow.c
3121         * src/summaryview.[ch]
3122                 change menu option.
3123
3124 2002-04-19 [paul]       0.7.4claws82
3125
3126         * po/pt_BR.po
3127                 updated by Fabio Junior Beneditto
3128
3129 2002-04-14 [alfons]     0.7.4claws81
3130
3131         * src/passphrase.c
3132                 add #include <sys/types.h> for mode_t and off_t 
3133
3134 2002-04-13 [paul]       0.7.4claws80
3135         
3136         * src/main.c
3137           src/passphrase.[ch]
3138           src/pgptext.c
3139           src/prefs_common.[ch]
3140           src/rfc2015.c
3141                 enable storing of GnuPG passphrase for the whole 
3142                 session or a user-defined number of minutes. patch 
3143                 submitted by Ravemax <ravemax@dextrose.com>
3144
3145 2002-04-13 [alfons]     0.7.4claws79
3146
3147         * src/textview.c
3148                 make email parser also stop scanning when encountering separators
3149                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
3150
3151 2002-04-13 [paul]       0.7.4claws78
3152
3153         * sync with 0.7.4cvs39
3154                 see ChangeLog entry 2002-04-12
3155
3156 2002-04-11 [paul]       0.7.4claws77
3157
3158         * sync with 0.7.4cvs37
3159                 see ChangeLog entry 2002-04-11
3160
3161 2002-04-11 [paul]       0.7.4claws76
3162
3163         * COPYING 
3164                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
3165                 the clause for OpenSSL). sync with sylpheed main
3166
3167 2002-04-09 [melvin]     0.7.4claws75
3168
3169         * src/compose.c
3170                 Made 'Ctrl-Enter' on send ignore some modifiers 
3171                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
3172                 to bind other *-Enter (but not Alt-Enter).
3173
3174 2002-04-09 [paul]       0.7.4claws74
3175
3176         * sync with 0.7.4cvs35
3177                 see ChangeLog entries 2002-04-09
3178
3179 2002-04-08 [paul]       0.7.4claws73
3180
3181         * sync with 0.7.4cvs33
3182                 see ChangeLog entry 200-04-08
3183
3184 2002-04-07 [match]      0.7.4claws72
3185
3186         * src/addrharvest.[ch]
3187                 fixed to read all addresses in header, regardless
3188                 of header size. improved name parsing. accommodate
3189                 harvest from folders and selected message.
3190         * src/addritem.[ch]
3191                 included new address parsing function.
3192         * src/addrgather.[ch]
3193         * src/addressbook.[ch]
3194         * src/summaryview.[ch]
3195         * src/mainwindow.c
3196                 allow address harvest of folder as well as selected
3197                 messages.
3198
3199 2002-04-07 [paul]       0.7.4claws71
3200
3201         * src/esmtp.[ch]
3202           src/smtp.c
3203                 don't try to authenticate with CRAM-MD5 in SMTP when 
3204                 SMTP-AUTH enabled if MTA doesn't issue this 
3205                 auth-method in it's ehlo-response. bug item #531364,
3206                 patch item #938910. patch submitted by Colin Leroy 
3207                 <colin@colino.net>
3208
3209 2002-04-07 [paul]       0.7.4claws70
3210
3211         * src/nntp.c
3212                 fix missing MODE_READER bug. patch submitted by
3213                 Colin Leroy <colin@colino.net>
3214
3215 2002-04-07 [alfons]     0.7.4claws69
3216
3217         * src/matcher.[ch]
3218         * src/prefs_filtering.c
3219         * src/summaryview.c
3220                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
3221                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
3222
3223 2002-04-07 [paul]       0.7.4claws68
3224
3225         * sync with 0.7.4cvs32
3226                 see ChangeLog entry 2002-04-06
3227
3228         * tools/filter_conv.pl
3229                 more bug fixes
3230
3231 2002-04-06 [paul]       0.7.4claws67
3232
3233         * tools/filter_conv.pl
3234                 modify to be able to find the name of the first
3235                 mailbox and use that. main's filter does not
3236                 record the full path to the mailbox and therefore
3237                 can only filter to the first mailbox.
3238
3239 2002-04-05 [paul]       0.7.4claws66
3240
3241         * tools/filter_conv.pl
3242                 attempt to make the script all-encompassing and
3243                 be able to convert any main 'filter' rule thrown
3244                 at it
3245
3246 2002-04-05 [paul]       0.7.4claws65
3247
3248         * tools/filter_conv.pl
3249                 allow for collapsed folder trees
3250
3251 2002-04-05 [paul]       0.7.4claws64
3252
3253         * sync with 0.7.4cvs31
3254                 see ChangeLog entries 2002-04-05
3255
3256 2002-04-03 [paul]       0.7.4claws63
3257
3258         * sync with 0.7.4cvs29
3259                 see ChangeLog entries 2002-04-02 and 2002-04-03
3260
3261 2002-04-02 [paul]       0.7.4claws62
3262
3263         * sync with 0.7.4cvs26
3264                 see ChangeLog entry 2002-04-01
3265
3266 2002-04-02 [match]      0.7.4claws61
3267
3268         * src/pine.[ch]
3269         * src/importpine.[ch]
3270         * src/addressbook.c
3271                 import Pine address book.
3272
3273 2002-04-02 [match]      0.7.4claws60
3274
3275         * src/addrharvest.[ch]
3276                 improve address parsing of funky addresses.
3277
3278 2002-04-02 [darko]      0.7.4claws59
3279
3280         * src/compose.c
3281                 wrap on send improvements, it now recognizes quoted
3282                 initials as part of the quotation string, and it
3283                 does not join lines separated by CR
3284
3285 2002-04-01 [match]      0.7.4claws58
3286
3287         * src/mgutils.[ch]
3288                 added new functions.
3289         * src/mutt.[ch]
3290                 remove excessive duplicate address generation
3291                 on import.
3292
3293 2002-04-01 [alfons]     0.7.4claws57
3294         
3295         * src/summaryview.c
3296                 put back g_free() 
3297
3298 2002-04-01 [paul]       0.7.4claws56
3299
3300         * sync with 0.7.4cvs25
3301                 see ChangeLog entry 2002-04-01
3302
3303 2002-04-01 [alfons]     0.7.4aprilfool55
3304
3305         * src/summaryview.c
3306                 honour feature request item #537427 to allow for
3307                 displaying names from address book for sent mail also
3308
3309 2002-03-29 [paul]       0.7.4claws54
3310
3311         * src/mainwindow.c
3312           src/prefs_filtering.[ch]
3313           src/prefs_matcher.c
3314           src/summaryview.c
3315                 add 'fast filter' for claws' filtering,
3316                 /Tools/Create filter rule/... patch submitted
3317                 by Neill Miller <neillm@thecodefactory.org>
3318
3319 2002-03-29 [paul]       0.7.4claws53
3320
3321         * sync with 0.7.4cvs24
3322                 see ChangeLog entry 2002-03-29
3323
3324 2002-03-28 [paul]       0.7.4claws52
3325
3326         * sync with 0.7.4cvs23
3327                 see ChangeLog entry 2002-03-28
3328
3329 2002-03-27 [melvin]     0.7.4claws51
3330
3331         * src/prefs_actions.c
3332                 Added support to pass only one message part (as a
3333                 file) to the command using '%p'. No quotes are needed
3334                 because doubles quotes are automatically added.
3335                 Fixed bug where Sylpheed could block when waiting for
3336                 a child process to finish.
3337                 Changed the help menu to remove quotes around symbols to 
3338                 avoid misinterpretation (they must not be used).
3339
3340 2002-03-27 [melvin]     0.7.4claws50
3341
3342         * src/inc.c
3343                 Made the new mail notification command always 
3344                 execute asynchronously.
3345
3346 2002-03-27 [paul]       0.7.4claws49
3347
3348         * src/compose.c
3349                 fix bug introduced in last commit
3350
3351 2002-03-27 [paul]       0.7.4claws48
3352
3353         * sync with 0.7.4cvs21
3354                 see ChangeLog 2002-03-26 and 2002-03-27
3355
3356 2002-03-26 [hoa]        0.7.4claws47
3357
3358         * src/prefs_folder_item.c
3359                 really fixed the bug #516442 with folder rescan.
3360
3361 2002-03-26 [paul]       0.7.4claws46
3362
3363         * sync with 0.7.4cvs19
3364                 see ChangeLog entries 2002-03-25 and 2002-03-26
3365
3366 2002-03-25 [hoa]        0.7.4claws45
3367
3368         * src/matcher.c
3369         * src/mh.c
3370                 fix the bug #516442 with folder rescan.
3371
3372         * src/prefs_common.[ch]
3373         * src/compose.c
3374                 added an option to enable two different behaviours
3375                 for bounce.
3376
3377
3378 2002-03-25 [paul]       0.7.4claws44
3379
3380         * src/mainwindow.c
3381           src/selective_download.c
3382                 correct a few menuitem labels
3383
3384 2002-03-25 [christoph]  0.7.4claws43
3385
3386         * src/procmsg.c
3387                 fix non deleted tmp message in
3388                 procmsg_save_to_outbox
3389                 fix problems caused by sync with
3390                 main branch's procmsg_send_queue
3391
3392 2002-03-25 [paul]       0.7.4claws42
3393
3394         * src/quote_fmt.c
3395           src/quote_fmt_lex.l
3396           src/quote_fmt_parse.y
3397                 add Last name (%L) placeholder for quoting. 
3398                 patch submitted by Thorsten Thielen 
3399                 <thth@users.sourceforge.net>
3400
3401 2002-03-25 [paul]       0.7.4claws41
3402
3403         * src/utils.c
3404                 get full hostname. patch submitted by
3405                 Bob Woodside <rwoodside1@comcast.net>
3406
3407 2002-03-25 [paul]       0.7.4claws40
3408
3409         * src/account.c
3410           src/news.c
3411           src/nntp.[ch]
3412           src/prefs_account.[ch]
3413                 enable NNTP over SSL. patch submitted by
3414                 Pascal Jermini <pascal@infinity.hn.org>
3415
3416 2002-03-24 [paul]       0.7.4claws39
3417
3418         * src/prefs_common.c
3419                 make the arrangement of the Compose tab more
3420                 coherent
3421
3422         * src/mainwindow.c
3423                 fix some irregularities of style
3424
3425         * po/de.po
3426                 updated by Kilian Krause
3427
3428 2002-03-23 [paul]       0.7.4claws38
3429
3430         * po/pt_BR.po
3431                 updated by Fabio Junior Beneditto
3432
3433 2002-03-23 [paul]       0.7.4claws37
3434
3435         * src/mainwindow.c
3436                 move 'Gather addresses' to 'Tools' menu
3437                 make 'Selective download' sensitive
3438
3439 2002-03-23 [paul]       0.7.4claws36
3440
3441         * sync with 0.7.4cvs16
3442                 see ChangeLog entries 2002-03-23
3443
3444 2002-03-22 [christoph]  0.7.4claws35
3445
3446         * src/quote_fmt_parse.y
3447                 fix include program output
3448
3449 2002-03-22 [alfons]     0.7.4claws34
3450
3451         * src/pop.c
3452                 initialize GDate stack variable correctly (sorry!)
3453
3454 2002-03-22 [paul]       0.7.4claws33
3455
3456         * src/compose.c
3457           src/mainwindow.c
3458           src/prefs_actions.c
3459           src/prefs_common.c
3460                 rename 'Tool' to 'Tools'
3461
3462         * src/mainwindow.c
3463                 move 'Delete duplicated messages' from
3464                 'Message/' to 'Tools/'
3465                 re-arrange the order of 'Tools/' items
3466
3467 2002-03-22 [paul]       0.7.4claws32
3468
3469         * src/addr_compl.c
3470           src/addressbook.[ch]
3471                 auto-address completion now also matches on
3472                 Nickname. patch submitted by Bob Forsman 
3473                 <hammor@users.sourceforge.net>
3474
3475         * src/editaddress.c
3476                 correct a spelling mistake
3477
3478 2002-03-22 [alfons]     0.7.4claws31
3479
3480         * src/pop.c
3481                 fix getting uidl from incorrect string 
3482                 (spotted by Colin)
3483
3484 2002-03-21 [alfons]     0.7.4claws30
3485
3486         * src/pop.c
3487                 more code refactoring
3488                 plug mem leak introduced by delete on server
3489
3490 2002-03-21 [paul]       0.7.4claws29
3491
3492         * sync with 0.7.4cvs11
3493                 see ChangeLog entries 2002-03-20
3494
3495 2002-03-20 [alfons]     0.7.4claws28
3496
3497         * src/inc.c
3498                 apply Colin's patch and refactor
3499
3500 2002-03-20 [paul]       0.7.4claws27
3501
3502         * sync with sylpheed 0.7.4cvs9
3503                 see ChangeLog entry 2002-03-20
3504
3505 2002-03-19 [christoph]  0.7.4claws26
3506
3507         * src/mh.c
3508         * src/procmsg.[ch]
3509         * src/summaryview.c
3510                 revert changes for flag updates
3511                 (does not work correctly and no time to debug)
3512
3513 2002-03-20 [alfons]     0.7.4claws25
3514
3515         * src/pop.c
3516                 refactor should_delete() a little bit 
3517
3518 2002-03-19 [paul]       0.7.4claws24
3519
3520         * src/inc.[ch]
3521           src/pop.c
3522           src/prefs_account.[ch]
3523                 allow the user to leave downloaded mail on the 
3524                 server for n days. Patch submitted by Colin Leroy 
3525                 <colin@colino.net>
3526
3527 2002-02-19 [paul]       0.7.4claws23
3528
3529         * sync with sylpheed 0.7.4cvs8
3530                 see ChangeLog entries 2002-03-19
3531
3532 2002-03-18 [paul]       0.7.4claws22
3533
3534         * sync with sylpheed 0.7.4cvs6
3535                 see ChangeLog entry 2002-03-18
3536
3537 2002-03-18 [paul]       0.7.4claws21
3538
3539         * po/en_GB.po
3540                 add en_GB message catalogue
3541
3542         * src/mbox_folder.c
3543           src/prefs_account.c
3544           src/prefs_actions.c
3545                 correct a few spelling mistakes
3546
3547 2002-03-17 [alfons]     0.7.4claws20
3548
3549         * src/matcher.c
3550                 more stringent checks for NULL params when writing
3551                 filtering actions to a file
3552                 
3553 2002-03-17 [hoa]        0.7.3claws20
3554
3555         * src/news.c
3556                 fixed the count of new messages
3557
3558         * src/compose.c
3559                 fixed the "attachment properties" window
3560
3561 2002-03-17 [paul]       0.7.4claws19
3562
3563         * src/defs.h
3564           src/folder.h
3565           src/news.c
3566           src/prefs_account.[ch]
3567           src/procmsg.[ch]
3568           src/summaryview.c
3569                 automatically mark cross-posted messages as read 
3570                 and (optionally) give them a colour label
3571                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
3572                 
3573
3574 2002-03-17 [paul]       0.7.4claws18
3575
3576         * sync with sylpheed 0.7.4cvs5
3577                 see ChangeLog entry 2002-03-17
3578
3579 2002-03-17 [melvin]     0.7.4claws17
3580         
3581         * src/textview.c
3582                 Worked around a gtktext 'bug': when searching for 
3583                 a text in a long message it was scrolling slowly
3584                 line by line until it hit the searched text.
3585         * po/fr.po
3586                 Updated French translation
3587
3588 2002-03-17 [melvin]     0.7.4claws16
3589
3590         * src/mainwindow.c
3591         * src/compose.c
3592         * src/prefs_actions.c
3593                 Moved "Edit/Actions" to "Tool/Actions"
3594                 Made mainwindow/compose window sensitive as soon as
3595                 no child process is running anymore even if the io dialog
3596                 is open.
3597                 Fixed a struct being initialized with a non constant char*
3598
3599 2002-03-16 [christoph]  0.7.4claws15
3600
3601         * configure.in
3602                 add --with-compiler-flags option
3603                 (only for developer hacking)
3604         * src/mh.c
3605         * src/procmsg.[ch]
3606         * src/summaryview.c
3607                 try to make folder-stats and flag handling more
3608                 independent from the summaryview. msgcounts
3609                 are only set when the folder is opened and
3610                 procmsg_msginfo_(un)set_flags will handle it
3611                 later and summaryview will get the values
3612                 from the folder.
3613
3614 2002-03-16 [paul]       0.7.4claws14
3615
3616         * src/messageview.c
3617                 fix Return-receipt. Patch submitted by Bob
3618                 Woodside <rwoodside1@comcast.net>
3619
3620 2002-03-16 [paul]       0.7.4claws13
3621
3622         * src/compose.c
3623                 fix 'dynamic' signatures, make it work again
3624                 broken during sync on 2002-03-14 (0.7.4claws2)
3625
3626 2002-03-15 [match]      0.7.4claws12
3627
3628         * src/addrharvest.[ch]
3629         * src/addrgather.[ch]
3630         * src/addressbook.[ch]
3631         * src/mainwindow.c
3632                 included address harvester feature. still some
3633                 issues with address parsing that I will fix.
3634
3635 2002-03-15 [match]      0.7.4claws11
3636
3637         * src/addrbook.[ch]
3638         * src/addrcache.[ch]
3639         * src/addressbook.[ch]
3640         * src/addrindex.c
3641         * src/editbook.c
3642         * src/importldif.c
3643         * src/importmutt.c
3644         * src/jpilot.[ch]
3645         * src/main.c
3646         * src/syldap.[ch]
3647         * src/vcard.[ch]
3648                 tidy up. fix memory leaks. moved attribs and methods
3649                 from individual interfaces to addrcache object. prep
3650                 for new stuff to come in.
3651
3652 2002-03-15 [alfons]     0.7.4claws10
3653
3654         * src/matcher.[ch]
3655         * src/matcher_parser_parse.y
3656         * src/matcher_parser_lex.l
3657         * src/prefs_matcher.c
3658                 add filtering conditions message greater than, smaller 
3659                 than, and exactly matching a size in bytes
3660                 (does not work with delete from POP3 server yet)
3661
3662                 this should also give others an idea what you should
3663                 do to add new criterions to claws filtering system
3664                 
3665
3666 2002-03-15 [paul]       0.7.4claws9
3667
3668         * tools/filter_conv.pl
3669                 exit if there are no filter rules to convert
3670                 rename filterrc to filterrc.old after completion
3671
3672 2002-03-15 [paul]       0.7.4claws8
3673
3674         * sync with sylpheed 0.7.4cvs3
3675                 see ChangeLog entry 2002-03-14
3676
3677 2002-03-14 [paul]       0.7.4claws7
3678
3679         * src/compose.c
3680                 clean up the last commit (ahem)
3681
3682 2002-03-14 [paul]       0.7.4claws6
3683
3684         * src/compose.c
3685                 fix bug #515655. honour account preferences
3686                 regarding gpg default signing/encryption when 
3687                 changing account from the compose window.
3688
3689 2002-03-14 [paul]       0.7.4claws5
3690
3691         * src/folderview.c
3692                 remove unnecessary curly brackets
3693
3694 2002-03-14 [paul]       0.7.4claws4
3695
3696         * src/folderview.c
3697           src/prefs_filtering.[ch]
3698                 add filter rename on folder rename and filter
3699                 delete on folder delete. Patch submitted by
3700                 Neill Miller <neillm@thecodefactory.org> 
3701
3702 2002-03-14 [christoph]  0.7.4claws3
3703
3704         * src/procmsg.c
3705         * src/send.c
3706                 fix local delivery
3707                 (patch submitted by "Simon 'corecode' Schubert")
3708         * src/prefs_common.c
3709         * src/procmsg.c
3710                 fix gcc 3.0 warning
3711
3712 2002-03-14 [paul]       0.7.4claws2
3713
3714         * sync with sylpheed 0.7.4cvs2
3715                 see ChangeLog entry 2002-03-13
3716
3717 2002-03-12 [darko]      0.7.4claws1
3718
3719         * src/mainwindow.c
3720                 fix what seems to be a copy and paste error
3721                 when setting color for important messages
3722                 (reported by wwp)
3723
3724 2002-03-11 [paul]       version 0.7.4claws released
3725
3726 2002-03-11 [paul]       0.7.4claws
3727
3728         * po/es.po
3729           po/it.po
3730           po/nl.po
3731           po/pt_BR.po
3732                 update message catalogs. Submitted by Ricardo Mones 
3733                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
3734                 Fabio Junior Beneditto
3735
3736         * configure.in
3737           faq/Makefile.am
3738           faq/it/Makefile
3739           faq/it/sylpheed-faq*
3740           src/mainwindow.c
3741           src/manual.[ch]
3742                 add FAQ in Italian
3743         
3744
3745 2002-03-11 [jens]       0.7.3claws7
3746
3747         * po/de.po
3748                 updated German translation
3749
3750 2002-03-11 [melvin]     0.7.3claws6
3751
3752         * po/fr.po
3753                 updated and corrected French translation
3754
3755 2002-03-10 [hoa]        0.7.3claws5
3756
3757         * src/account.c
3758         * src/inc.c
3759         * src/prefs_account.c
3760         * src/procmsg.c
3761         * src/send.[ch]
3762                 fixed the local account.
3763                 you have to change the default "/usr/sbin/sendmail"
3764                 to "/usr/sbin/sendmail -t" in the preferences of
3765                 the local account.
3766
3767         * src/procmime.c
3768                 removed some debug display for renderer
3769
3770 2002-03-10 [paul]       0.7.3claws4
3771
3772         * faq/en/sylpheed-faq-1.html
3773           faq/en/sylpheed-faq-2.html
3774                 update
3775
3776 2002-03-09 [paul]       0.7.3claws3
3777
3778         * sync with sylpheed 0.7.4
3779                 see ChangeLog entry 2002-03-09
3780
3781 2002-03-08 [paul]       0.7.3claws2
3782
3783         * faq/en/sylpheed-faq*
3784           faq/es/sylpheed-faq*
3785           faq/fr/sylpheed-faq*
3786                 update the FAQs
3787
3788         * manual/fr/.cvsignore
3789           manual/fr/Makefilea.am
3790           manual/fr/sylpheed*
3791           src/mainwindow.c
3792           src/manual.[ch]
3793                 add the French manual
3794
3795 2002-03-07 [paul]       0.7.3claws1
3796
3797         * sync with sylpheed 0.7.3cvs4
3798                 see ChangeLog entries  2002-03-06 and 2002-03-07
3799         
3800         * po/nl.po
3801                 updated by Wilbert Berendsen
3802
3803 2002-03-07 [melvin]     0.7.2claws34
3804
3805         * src/selective_download.c
3806                 Changed the pixmap of the receive button to MAIL_RECEIVE.
3807
3808 2002-03-06 [paul]       0.7.2claws33
3809
3810         * sync with sylpheed 0.7.3cvs1
3811                 bug fix, see ChangeLog entry 2002-03-05
3812
3813 2002-03-05 [paul]       0.7.2claws32
3814
3815         * src/mimeview.c
3816           src/pgptext.[ch]
3817           src/procmsg.c
3818                 reverse the pgp ascii-armored code implemented in 
3819                 0.7.2claws16. removal of this code until it matures.
3820                 this means that verifying ascii-armored pgp sigs and
3821                 automatic decryption of ascii-armored encrypted
3822                 messages no longer works.
3823
3824 2002-03-05 [paul]       0.7.2claws31
3825
3826         * configure.in
3827           Makefile.am
3828         * faq/Makefile.am
3829         * faq/en/Makefile.am
3830           faq/en/sylpheed-faq.html
3831           faq/en/sylpheed-faq-1.html
3832           faq/en/sylpheed-faq-2.html
3833           faq/en/sylpheed-faq-3.html
3834         * faq/es/Makefile.am
3835           faq/es/sylpheed-faq.html
3836           faq/es/sylpheed-faq-1.html
3837           faq/es/sylpheed-faq-2.html
3838           faq/es/sylpheed-faq-3.html
3839           faq/es/sylpheed-faq-4.html
3840         * faq/fr/Makefile.am
3841           faq/fr/sylpheed-faq.html
3842           faq/fr/sylpheed-faq-1.html
3843           faq/fr/sylpheed-faq-2.html
3844           faq/fr/sylpheed-faq-3.html
3845         * src/Makefile.am
3846           src/defs.h
3847           src/mainwindow.c
3848           src/manual.[ch]
3849                 add FAQs in English, Spanish and French
3850
3851
3852 2002-03-05 [paul]       0.7.2claws30
3853
3854         * manual/en/sylpheed.html
3855           manual/en/sylpheed-XX.html
3856                 updated the English manual
3857
3858 2002-03-05 [hoa]        
3859
3860         * src/summaryview.c
3861                 dialog box pops up if the article can't be deleted.
3862
3863 2002-03-04 [paul]       
3864         
3865         * po/pt_BR.po
3866                 updated by Fabio Junior Benedito
3867
3868 2002-03-04 [hoa]
3869
3870         * removed ac/gpgme.m4
3871                 to avoid autogen common problem
3872                 developers have to install gpgme development package now
3873
3874         * src/compose.c
3875                 encoding to 7bit or 8bit is enabled.
3876
3877 2002-03-03 [alfons]     0.7.2claws29
3878
3879         * src/pop.c
3880                 merge fix by Oliver Haertel for selective
3881                 download buglet
3882
3883 2002-03-03 [paul]       0.7.2claws28
3884         
3885         * sync with sylpheed 0.7.3
3886
3887 2002-03-03 [paul]       0.7.2claws27
3888
3889         * sync with sylpheed 0.7.2cvs24
3890                 see ChangeLog entries 2002-03-02 and 2002-03-03
3891
3892 2002-03-02 [melvin]     0.7.2claws26
3893
3894         * src/inc.[ch]
3895         * src/main.c
3896         * src/mainwindow.c
3897         * src/prefs_common.[ch]
3898                 Added user definable notification on new mail arrival.
3899                 Removed unused variables in spell checker prefs code.
3900
3901 2002-03-02 [melvin]     0.7.2claws25
3902
3903         * src/quote_fmt.c
3904                 Removed unnecessary escape sequences.
3905                 Changed 'Initial...' to 'Initials of Sender'
3906
3907 2002-03-02 [paul]       0.7.2claws24
3908
3909         * sync with sylpheed 0.7.2cvs22
3910                 see ChangeLog entry 2002-03-01
3911
3912 2002-03-01 [hoa]        0.7.2claws23
3913
3914         * src/mainwindow.c
3915                 Set sensitivity of delete actions to active
3916                 even if the folder is a newsgroup.
3917
3918         * src/summaryview.c
3919                 - Set sensitivity of delete actions
3920                 - Added function check_permission() that will check if the
3921                   user is authorized to delete a message. For news, it
3922                   will check if the author is the same.
3923                 - Enabled deletion when there is no trash folder.
3924
3925         * src/news.[ch]
3926                 - Added news_cancel_article() to cancel articles
3927                 - Implemented news_remove_message() (public function)
3928
3929 2002-03-01 [paul]       0.7.2claws22
3930
3931         * src/gtkutils.c
3932           src/textview.c
3933                 recognise urls that that don't include 'http://' and
3934                 simply begin 'www.' 
3935
3936         * AUTHORS
3937                 remove duplicated name
3938
3939 2002-02-28 [paul]       0.7.2claws21
3940
3941         * src/mainwindow.c
3942           src/summaryview.[ch]
3943                 add ability to 'Select thread'
3944                 combines Melvin's "Select thread's head" patch (#510907)
3945                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
3946                 patch (#518514) 
3947
3948 2002-02-28 [paul]       0.7.2claws20
3949
3950         * src/mimeview.c
3951                 hopefully fix segfault on right-clicking a mime part
3952                 that some people have experienced.      
3953                 fix submitted by Fredrik Olofsson <frol@linux.nu>
3954
3955 2002-02-28 [paul]       0.7.2claws19
3956
3957         * sync with sylpheed 0.7.2cvs21
3958                 see ChangeLog entries 2002-02-27 and 2002-02-28
3959
3960 2002-02-27 [paul]       0.7.2claws18
3961
3962         * sync with sylpheed 0.7.2cvs18
3963                 see ChangeLog entries 2002-02-26 and 2002-02-27
3964
3965 2002-02-26 [alfons]     0.7.2claws17
3966
3967         * src/procheader.c
3968                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
3969                 (spotted by Chris Hessman <idatech@gmx.net>)
3970
3971 2002-02-26 [paul]       0.7.2claws16
3972
3973         * src/mimeview.c
3974           src/pgptext.[ch]
3975           src/procmsg.c
3976                 make decryption of ascii-armored pgp encrypted messages
3977                 and verification of ascii-armored signatures work again.
3978                 slightly altered from the patch by Jens Jahnke 
3979                 <jan0sch@gmx.net>
3980
3981                 ##FIX ME##
3982                 * the checking of plaintext signatures always comes up in 
3983                   a popup box
3984                 * it doesn't work for multipart messages 
3985                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
3986                   including the msg headers and these 2 line themselves, are 
3987                   not displayed
3988
3989         * src/mainwindow.c
3990                 "View/Folder Tree" becomes "View/Separate Folder Tree"
3991                 "View/Message View" becomes "View/Separate Message View"
3992                 because its less ambiguous.
3993
3994         * po/es.po
3995                 updated by Ricardo Mones Lastra
3996
3997 2002-02-26 [paul]       0.7.2claws15
3998
3999         * sync with sylpheed 0.7.2cvs17
4000                 see ChangeLog entries 2002-02-25 and 2002-02-26
4001
4002 2002-02-25 [christoph]  0.7.2claws14
4003
4004         * src/filtering.[ch]
4005         * src/inc.c
4006                 do filtering stuff after all messages have been received
4007                   1. drop all messages to .processing
4008                   2. scan processing folder for messages
4009                   3. filter messages or move to inbox
4010                 this will also find old messages left in processing after
4011                 a crash or something like that and we get a real msginfo
4012                 from folder->get_msg_list and do not have to create our
4013                 own in filter_message
4014         * src/matcher_parser_parse.y
4015                 remove MIX/MAX warning (reordered includes)
4016
4017 2002-02-25 [paul]       0.7.2claws13
4018
4019         * sync with sylpheed 0.7.2cvs15
4020                 see ChangeLog entry 2002-02-24
4021
4022 2002-02-24 [alfons]     0.7.2claws12
4023
4024         * src/filtering.c
4025                 clear old color flags first when applying a new color to
4026                 a message info. 
4027                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
4028
4029 2002-02-24 [alfons]     0.7.2.claws11
4030         
4031         * AUTHORS
4032         * src/prefs_common.c
4033                 add presets for Opera and Konqueror, closes patch #517261,
4034                 submitted by Ville Skyttä <scop@users.sourceforge.net>
4035
4036 2002-02-24 [alfons]     0.7.2.claws10
4037
4038         * AUTHORS
4039         * src/summaryview.c
4040                 fix threading for null message ids, closes patch #521601,
4041                 submitted by Bob Forsman <hammor@users.sourceforge.net>
4042
4043 2002-02-24 [alfons]     0.7.2claws9
4044
4045         * src/summaryview.c
4046         * src/filtering.c
4047                 make Tool | Filter Message work with filtering system so
4048                 setting flags also works
4049
4050                 TODO:
4051
4052                 - Processing uses the same function as Tool | Filter
4053                   Message, but doesn't use the same update proc yet
4054
4055 2002-02-23 [paul]       0.7.2claws8
4056
4057         * sync with sylpheed 0.7.2cvs14
4058                 see ChangeLog entries 2002-02-22 and 2002-02-23
4059
4060 2002-02-22 [christoph]  0.7.2claws7
4061
4062         * src/quote_fmt.c
4063                 Add column space to table
4064         * src/quote_fmt_parse.y
4065                 Close files
4066
4067 2002-02-22 [paul]       0.7.2claws6
4068
4069         * src/Makefile.am
4070           src/defs.h
4071           src/filtering.c
4072           src/inc.[ch]
4073           src/mainwindow.c
4074           src/matcher.[ch]
4075           src/matcher_parser_lex.l
4076           src/matcher_parser_parse.y
4077           src/pop.[ch]
4078           src/prefs_account.h
4079           src/prefs_filtering.c
4080           src/selective_download.[ch]   *** NEW FILES ***
4081           src/utils.[ch]
4082           po/POTFILES.in
4083                 Selective Download added to 'Tool' menu. 
4084                 Retrieves email headers of the currently selected pop3 
4085                 account and allows the user to mark emails for deletion 
4086                 right on the pop3 server. Patch submitted by Oliver Haertel 
4087                 <oha@users.sourceforge.net>.
4088         
4089         * po/POTFILES.in
4090                 add 'src/quote_fmt.c'           
4091
4092 2002-02-22 [christoph]  0.7.2claws5
4093
4094         * src/Makefile.am
4095                 added quote_fmt.c
4096         * src/prefs_common.[ch]
4097         * src/prefs_template.c
4098         * src/quote_fmt.c               *** NEW FILE ***
4099         * src/quote_fmt.h
4100                 move quote format symbol description code
4101                 to it's own file because it is used from
4102                 differnent code parts
4103                 Rewrote symbol description GUI
4104                   + use table
4105                   + add separators
4106                   + get data from array (no more long constant strings)
4107         * src/quote_fmt_lex.l
4108         * src/quote_fmt_parse.y
4109                 Symbol for Literal % changed to \% instead of %%
4110                 (More logical as \ is used for quoting for other symbols)
4111                 Add |f and |p to include files and program output
4112                 Examples:
4113                     |f{/home/.../.signature}
4114                     |p{date}
4115         * po/de.po
4116                 Correct wrong spelling for "Referenzen"
4117
4118 2002-02-21 [paul]       0.7.2claws4
4119
4120         * src/procmsg.c
4121                 forgotten during sync
4122
4123 2002-02-21 [paul]       0.7.2claws3
4124
4125         * sync with sylpheed 0.7.2cvs11
4126                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
4127                 2002-02-20 and 2002-02-21
4128
4129 2002-02-20 [melvin]     0.7.2claws2
4130
4131         * src/prefs_actions.c
4132                 Added error report when child cannot fork or when execvp 
4133                 returns with an error.
4134
4135 2002-02-19 [christoph]  0.7.2claws1
4136
4137         * src/codeconv.c
4138                 return unconverted text if conde conversion is not possible
4139                 when libjconv is used.
4140                 (patch submitted by "Simon 'corecode' Schubert")
4141
4142 2002-02-19 [paul]       
4143
4144         * version 0.7.2claws release
4145
4146 2002-02-19 [paul]       0.7.2claws
4147
4148         * po/nl.po
4149                 updated by Wilbert Berendsen
4150
4151
4152 2002-02-18 [alfons]     0.7.1claws13
4153
4154         * src/syldap.c
4155         * src/jpilot.c
4156                 remove references to dlfcn and explicitly loading functions
4157                 from dynalink libs, because libs linked anyway, and functions
4158                 are loaded explicitly
4159
4160 2002-02-17 [melvin]     0.7.1claws12
4161
4162         * src/prefs_actions.c
4163                 Replaced children wait loop with double fork technique.
4164                 Now, input/output window updated at each new output.
4165                 free_children(): Fixed a memory leak.
4166                 Made input/output window non closable if running children
4167                 still exist.
4168                 Added missing <unistd.h> include.
4169                 Added some --debug outputs.
4170
4171 2002-02-17 [melvin]     0.7.1claws11
4172
4173         * src/summaryview.c
4174                 Fixed bug where descending sort order did not select top
4175                 message.
4176
4177 2002-02-17 [melvin]     0.7.1claws10
4178
4179         * acconfig.h
4180                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
4181         * src/prefs_common.c
4182                 Pspell data package directory no more hard coded but
4183                 set during configuration (PSPELL_PATH). (Thanks to 
4184                                 Gustavo Noronha Silva.)
4185
4186 2002-02-17 [melvin]     0.7.1claws9
4187
4188         * configure.in
4189                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
4190         * src/gtkspell.c
4191                 Fixed compile-time warnings.
4192
4193 2002-02-16 [alfons]     0.7.1claws8
4194
4195         * src/filesel.c
4196                 fix inadvertent free of NULL pointer which caused
4197                 sylpheed to crash when closing the save-as dialog
4198                 using the window close button
4199
4200 2002-02-16 [carsten]    0.7.1claws7
4201         * src/mainwindow.[ch]
4202           src/summaryview.c
4203           src/prefs_common.c
4204                 fixes for pixmap theming code:
4205                         - recently changed mail attributes shouldn't get
4206                           lost any longer
4207                         - theme is only reloaded iff another theme was
4208                           selected
4209
4210 2002-02-16 [paul]       0.7.1claws6
4211
4212         * sync with sylpheed 0.7.2 release
4213                 see ChangeLog entry 2002-02-15 and 2002-02-16
4214
4215 2002-02-15 [paul]       0.7.1claws5
4216
4217         * sync with sylpheed 0.7.1cvs9
4218                 see ChangeLog entry 2002-02-15
4219
4220         * po/POTFILES.in
4221                 remove unneeded headerwindow.c entry
4222
4223 2002-02-14 [carsten]    0.7.1claws4
4224         * src/summaryview.c
4225                 fixed a bug for "Go to next unread message": there was
4226                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
4227                 in the prefs, because of doing "Search again" instead
4228                 "No"
4229
4230 2002-02-14 [carsten]    0.7.1claws3
4231         * src/stock_pixmap.c
4232                 removed 2 more mem leaks; following memprof,
4233                 this code is "leak free" now :)
4234
4235 2002-02-14 [carsten]    0.7.1claws2
4236         * src/stock_pixmap.c
4237                 used opendir/readdir/closedir instead of scandir
4238                 -> code should work now on Solaris
4239
4240 2002-02-14 [paul]       0.7.1claws1
4241
4242         * sync with sylpheed 0.7.1cvs8
4243                 see ChangeLog entries 2002-02-13 and 2002-02-14
4244
4245         * README.claws
4246                 add some description of Actions and Pixmap Themes
4247
4248 2002-02-13 [paul]       
4249
4250         * version 0.7.1claws release
4251
4252 2002-02-13 [paul]       0.7.1claws
4253
4254         * po/es.po
4255           po/it.po
4256           po/pt_BR.po
4257                 updated translations, submitted by Ricardo Mones Lastra,
4258                 Alessandro Maestri and Fabio Junior Beneditto
4259
4260 2002-02-13 [melvin]     0.7.0claws75
4261
4262         * src/prefs_actions.c
4263                 Added missing "signal.h" include
4264
4265 2002-02-13 [melvin]     0.7.0claws74
4266
4267         * src/prefs_folder_item.c
4268                 Added missing "config.h" include
4269         * po/fr.po
4270                 Updated French translation for folder propriety.
4271
4272 2002-02-13 [jens]       0.7.0claws73
4273
4274         * po/POTFILES.in
4275                 Added missing src/prefs_folder_item.c [log added by melvin]
4276         * po/de.po
4277                 Updated German translation.
4278
4279 2002-02-13 [melvin]     0.7.0claws72
4280
4281         * po/fr.po
4282                 Updated French translation.
4283
4284 2002-02-13 [melvin]     0.7.0claws71
4285
4286         * src/gtkutils.c
4287                 Made gtkut_editable_get_selection return NULL if selection
4288                 is of length zero.
4289                 This fixes a bug where selecting part of message A then
4290                 switching to message B and replying to it will not
4291                 quote the message's body.
4292
4293 2002-02-12 [paul]       0.7.0claws70
4294
4295         * src/mainwindow.c
4296                 cosmetic, relating to pixmap themes: on toolbar make 
4297                 updating of 'Exec' and 'Compose news/Compose email'
4298                 icons faster.
4299
4300 2002-02-12 [carsten]    0.7.0claws69
4301         * src/folderview.c
4302           src/mainwindow.[ch]
4303           src/stock_pixmap.c
4304           src/summaryview.c
4305           src/prefs_common.c
4306                 - refreshing after changing pixmap theme better
4307                   now (thanks Paul)
4308                 - wanted to remove some mem leaks, but alfons was
4309                   faster (and had the better solution ;)
4310
4311 2002-02-12 [alfons]     0.7.0claws68
4312
4313         * src/prefs_common.c
4314         * src/stock_pixmap.[ch]
4315                 plug mem leaks, refactor code a little bit
4316
4317
4318 2002-02-12 [sergey]     0.7.0claws67
4319
4320         * src/imap.c
4321                 Fixed problem with copying messages to IMAP folders when the
4322                 server uses something other than '/' as a namespace separator
4323                 (cyrus-imapd uses '.').
4324
4325 2002-02-12 [jens]       0.7.0claws66
4326
4327         * po/de.po
4328                 Updated German Translation
4329
4330 2002-02-12 [paul]       0.7.0claws65
4331
4332         * sync with sylpheed 0.7.1cvs1
4333                 see ChangeLog entry 2002-02-12
4334
4335 2002-02-12 [melvin]     0.7.0claws64
4336
4337         * src/prefs_actions.c
4338                 Fixed "feature" where children's output was duplicated 
4339                 instead of refreshed while monitoring.
4340                 Removed some debug code.
4341
4342 2002-02-12 [christoph]  0.7.0claws63
4343
4344         * src/compose.c
4345                 always delete message from queue after sending/send error
4346                 (closes bug #509601)
4347
4348 2002-02-12 [melvin]     0.7.0claws62
4349
4350         * src/prefs_actions.c
4351                 Children wait loop is now triggered with a timeout of 1s
4352                 Added %F which is replaced with the list of filenames 
4353                 of all selected messages (as suggested by Ricardo Mones Lestra)
4354                 Pipe syntax changed. Prefix with | to send selection, postfix
4355                 with | to retrieve output. Prefix with > or * to send
4356                 user definable input to the command (*: input is hidden)
4357                 Old pipe action should now be postfixed with |, too.
4358
4359 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
4360         * src/stock_pixmap.c
4361                 fixed a bug: if there's no theme directory don't
4362                 throw an error, just do "nothing" (thanks Alfons)
4363
4364 2002-02-12 [carsten]    0.7.0claws60
4365         * src/folderview.c
4366           src/summaryview.c
4367                 had to write the cache twice (nasty!); some marks would 
4368                 get lost if not
4369
4370 2002-02-11 [carsten]    0.7.0claws59
4371         * acconfig.h
4372           configure.in
4373           doc-src/maintainer_guide.txt
4374           src/compose.[ch]
4375           src/defs.h
4376           src/folderview.[ch]
4377           src/gtkutils.[ch]
4378           src/mainwindow.[ch]
4379           src/prefs_common.[ch]
4380           src/stock_pixmap.[ch]
4381           src/summaryview.[ch]
4382                 pixmap theming and related work on pixmap
4383                 handling on some other places
4384                 (e.g. hrm features for all folder)
4385           src/pixmap/stock_*.xpm -> the stock_ was removed
4386         
4387 2002-02-11 [paul]       0.7.0claws58
4388
4389         * sync with sylpheed 0.7.1 release
4390                 see ChangeLog entries 2002-02-11
4391
4392 2002-02-08 [paul]       0.7.0claws57
4393
4394         * sync with sylpheed 0.7.0cvs39
4395                 see ChangeLog entry 2002-02-07 (last entry) 
4396
4397         * src/prefs_actions.c
4398           src/prefs_filtering.c
4399           src/prefs_matcher.c
4400           src/prefs_scoring.c
4401                 sync: made it compile with C compilers other than gcc
4402
4403 2002-02-07 [paul]       0.7.0claws56
4404
4405         * sync with sylpheed 0.7.0cvs38
4406                 see ChangeLog entries 2002-02-06 (last 2 entries) and
4407                 2002-02-07
4408
4409 2002-02-07 [darko]      0.7.0claws55
4410
4411         * src/gtkutils.[ch]
4412         * src/summaryview.c
4413                 Fix const gchar */gchar * issue (thanks Hiro)
4414
4415 2002-02-07 [darko]      0.7.0claws54
4416
4417         * src/compose.[ch]
4418         * src/filtering.c
4419         * src/gtkutils.[ch]
4420         * src/prefs_template.c
4421         * src/quote_fmt.h
4422         * src/quote_fmt_parse.y
4423         * src/summaryview.c
4424         * src/utils.[ch]
4425                 When replying or forwarding an email don't quote the entire
4426                 mail body but use the part of the message text that is selected
4427
4428 2002-02-06 [melvin]     0.7.0claws53
4429
4430         * src/prefs_common.[ch]
4431         * src/gtkspell.[ch]
4432         * src/compose.c
4433                 Made possible to switch quickly to last used dictionary
4434                 which makes checking bilingual documents easier.
4435
4436 2002-02-06 [melvin]     0.7.0claws52
4437         
4438         * po/POTFILES.in
4439                 Added forgotten new file src/prefs_actions.c
4440
4441 2002-02-06 [melvin]     0.7.0claws51
4442
4443         * src/prefs_actions.c   ** NEW FILE **
4444         * src/prefs_actions.h   ** NEW FILE **
4445