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