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