0e587f67c5cbe60e3b6310f61f006b297e0e6765
[claws.git] / ChangeLog.claws
1 2002-11-12 [colin]      0.8.5claws130
2
3         * src/ssl_certificate.[ch]
4                 Take connection port into account for 
5                 checking certificates (a single hostname
6                 could have multiple servers with multiple
7                 certificates)
8         * src/ssl.c
9                 Pass the port to ssl_certificate_check
10
11 2002-11-12 [paul]       0.8.5claws129
12
13         * src/folder.c
14                 fix a typo in last commit
15
16 2002-11-12 [paul]       0.8.5claws128
17
18         * sync with 0.8.5cvs23
19                 see ChangeLog entry 2002-11-12
20
21 2002-11-11 [colin]      0.8.5claws127
22
23         * src/ssl_certificate.c
24                 Cleaner messages
25                 Don't popup, instead log error, if the 
26                 corresponding pref is checked
27         * src/ssl_certificate.h
28                 include <openssl/objects/h>
29
30 2002-11-11 [colin]      0.8.5claws126
31
32         * src/ssl_certificate.h
33                 _Really_ clean it
34
35 2002-11-11 [colin]      0.8.5claws125
36         
37         * src/ssl_certificate.c
38                 Fixed leak
39
40 2002-11-11 [colin]      0.8.5claws124
41
42         * src/ssl.c
43                 Cleaned a bit
44         * src/ssl_certificate.[ch]
45                 Cleaned a bit (better use of SSL API)
46                 (This will cause non-recognition of saved 
47                  certificates of claws12[23]...)
48
49 2002-11-11 [paul]       0.8.5claws123
50         
51         * po/es.po
52                 updated by Ricardo Mones Lastra
53
54 2002-11-11 [colin]      0.8.5claws122
55
56         * src/ssl.c
57                 Fix a typo
58
59 2002-11-11 [colin]      0.8.5claws121
60
61         * src/ssl_certificate.[ch] ** NEW FILES **
62         * src/ssl.[ch]
63                 Check SSL certificates presented to us
64         * src/Makefile.am
65                 Add ssl_certificate.[ch]
66         * po/POTFILES.in
67                 Add ssl_certificate.c
68
69 2002-11-11 [paul]       0.8.5claws120
70
71         * sync with 0.8.5cvs22
72                 see ChangeLog 2002-11-11
73
74 2002-11-11 [paul]       0.8.5claws119
75
76         * sync with 0.8.5cvs21
77                 see ChangeLog 2002-11-11
78
79 2002-11-10 [jens]       0.8.5claws118
80
81         * src/folder.c
82         * src/folderview.c
83                 corrected some typing
84         * po/de.po
85                 updated german translation
86         * sylpheed.spec.in
87                 cleaned up specfile and adjusted it for claws
88
89 2002-11-10 [colin]      0.8.5claws117
90
91         * src/summaryview.c
92                 a STATUSBAR_PUSH/POP fix
93
94 2002-11-10 [colin]      0.8.5claws116
95
96         * src/prefs_folder_item.c
97                 Fix hanging after opening folder properties
98
99 2002-11-10 [hoa]        0.8.5claws115
100
101         * src/matcher_parser_lex.l
102         * src/matcher_parser_parse.y
103                 config file for scoring and filtering is no more trashed
104                 when there is a syntax error in a filtering rule when
105                 editing it in a dialog.
106
107 2002-11-09 [colin]      0.8.5claws114
108
109         * src/mbox_folder.c
110                 Added missing initialisation of folder->destroy()
111
112 2002-11-09 [colin]      0.8.5claws113
113
114         * src/folder.c
115           src/folderview.c
116                 Fix the status bar messages
117
118 2002-11-09 [colin]      0.8.5claws112
119
120         * src/folderview.c
121                 Fix hangs after folder dnd, happening after 
122                 claws109.
123
124 2002-11-09 [christoph]  0.8.5claws111
125
126         * src/folderview.c
127                 just changed order of calls (reverse order of
128                 associated calls)
129         * src/inc.c
130                 lock inc when checking only one account, otherwise
131                 inc all could be executed at the same time
132
133 2002-11-09 [christoph]  0.8.5claws110
134
135         * src/folderview.c
136                 better unlock the mouse cursor before calling
137                 summary_show because it changes the cursor too
138
139 2002-11-09 [christoph]  0.8.5claws109
140
141         * src/folder.[ch]
142         * src/folderview.c
143                 add functions to open and close a folder
144                 o opending will execute scanning for remote folders
145                   and processing
146                 o closing will unset new flag for messages
147
148 2002-11-09 [colin]      0.8.5claws108
149
150         * src/folder.c
151                 Add a call to prefs_matcher_write_config to 
152                 avoid non-leaf folders filtering settings to be
153                 lost
154
155 2002-11-09 [paul]       0.8.5claws107
156
157         * src/prefs_account.c
158                 re-word a label
159
160 2002-11-09 [colin]      0.8.5claws106
161
162         * src/folderview.c
163                 Minor esthetic fix
164
165 2002-11-09 [colin]      0.8.5claws105
166
167         * src/folderview.c
168                 Fix prefs_filtering deletion for MH folders (same
169                 reason as below)
170         * src/prefs_filtering.c
171                 Fix prefs_filtering renaming and deletion for 
172                 folder-based processing rules.  
173
174 2002-11-09 [christoph]  0.8.5claws104
175
176         * src/compose.c
177         * src/folder.[ch]
178         * src/folderview.[ch]
179         * src/import.c
180         * src/inc.c
181         * src/main.c
182         * src/mainwindow.c
183         * src/messageview.c
184         * src/prefs_folder_item.c
185         * src/procmsg.c
186         * src/summaryview.c
187                 implement a callback system for folder item updates
188
189 2002-11-09 [colin]      0.8.5claws103
190
191         * src/folderview.c
192                 Fix prefs_filtering renaming for MH folders (we
193                 shouldn't rename by path as another folder could
194                 have the same hierarchy).
195
196 2002-11-09 [colin]      0.8.5claws102
197
198         * src/folder.c
199                 Fix a leak found by Christoph, use better variable
200                 names
201
202 2002-11-09 [colin]      0.8.5claws101
203
204         * src/folder.c
205                 One more fix for processing rules
206
207 2002-11-08 [colin]      0.8.5claws100
208         
209         * src/matcher.c
210                 Don't copy the compiled regexp (will be reevaluated)
211         * src/folderview.c
212                 Lock folderview while moving
213         * src/folder.c
214                 Provide info on what's happening to the user
215
216 2002-11-08 [colin]      0.8.5claws99
217
218         * src/folderview.c
219                 Fix folder reordering after a move if parent is 
220                 root
221         * src/scoring.[ch]
222                 Add function to copy a ScoringProp
223         * src/prefs_folder_item.c
224                 Copy scoring rules when copying a folder prefs
225
226 2002-11-08 [colin]      0.8.5claws98
227
228         * src/folderview.c
229                 Fixes in case of failure
230         * src/filtering.[ch]    
231                 Add function to duplicate a FilteringProp
232         * src/matcher.[ch]
233                 Add function to duplicate a MatcherProp
234         * src/prefs_folder_item.c
235                 Save folder's processing rules when copying 
236                 its prefs
237
238 2002-11-08 [colin]      0.8.5claws97
239         
240         * src/folderview.c
241                 Sort after move
242         * src/folder.c 
243                 Change a printf to debug_print
244
245 2002-11-08 [colin]      0.8.5claws96
246
247         * src/folder.c
248           src/folderview.c
249                 Fix segfaults, call me stupido
250         
251
252 2002-11-08 [colin]      0.8.5claws95
253
254         *src/folder.c
255                 Added forgotten prefs to save when moving folders
256
257 2002-11-08 [colin]      0.8.5claws94
258
259         * src/folder.c
260                 Fixes to folder DND (prefs copy)
261         * src/folderview.c
262                 Optimization for folder DND (don't rescan whole tree)
263                 Added folderview_create_folder_node() for this 
264                 optimization, so de-duped a bit the code
265         * src/prefs_folder_item.[ch]
266                 Added prefs_folder_item_copy_prefs()    
267           
268 2002-11-08 [paul]       0.8.5claws93
269
270         * src/prefs_account.c
271           tools/README
272           tools/kmail2sylpheed_v2.pl
273                 correct some typos
274
275 2002-11-08 [paul]       0.8.5claws92
276
277         * src/compose.c
278           src/prefs_account.[ch]
279                 remove account options 'clearsign' and 'ascii_armored',
280                 replace with 'default_gnupg_mode' to prevent mixed-mode
281                 Privacy settings
282
283 2002-11-08 [paul]       0.8.5claws91
284
285         * src/compose.[ch]
286                 re-implement GnuPG 'on-the-fly' mode selection,
287                 disallow mixed-mode
288
289 2002-11-08 [colin]      0.8.5claws90
290
291         * src/folderview.c
292           src/prefs_folder_item.c
293                 Change "Property" to "Properties"
294
295 2002-11-07 [colin]      0.8.5claws89
296
297         * src/folderview.c
298           src/folder.c
299                 Allow folder dropping to a root folder
300
301 2002-11-07 [paul]       0.8.5claws88
302
303         * src/compose.c
304                 revert last commit
305
306 2002-11-07 [paul]       0.8.5claws87
307
308         * src/compose.c
309                 fix reply-to-list bug. closes bug report
310                 "[633382] reply-to-list broken in recent cvs"
311
312 2002-11-07 [paul]       0.8.5claws86
313
314         * src/compose.c
315                 add a forgotten '#if USE_GPGME ... #endif'
316
317 2002-11-07 [paul]       0.8.5claws85
318
319         * sync with 0.8.5cvs20
320                 see ChangeLog 2002-11-07
321
322 2002-11-07 [colin]      0.8.5claws84
323
324         * src/folder.[ch]
325                 Change folder_item_move_to to return the newly 
326                 created folderitem.
327         * src/folderview.c
328                 Select the new folderitem after moving.
329
330 2002-11-07 [colin]      0.8.5claws83
331
332         * src/prefs_filtering.c
333                 Fix rule rewriting when moving a leaf folder to a 
334                 shorter path
335
336 2002-11-07 [colin]      0.8.5claws82
337
338         * src/prefs_filtering.c
339                 fix a leak
340
341 2002-11-07 [colin]      0.8.5claws81
342
343         * src/folder.[ch]
344                 Add folder_item_move_to() function to move a 
345                 folderitem into another one (updates matcher etc)
346         * src/folderview.c
347                 Add folder drag'n drop (context menu to come)
348                 [Should be dataloss free, but Please backup before 
349                  trying !]
350
351 2002-11-06 [colin]      0.8.5claws80
352
353         * src/mh.c
354                 mh_create_folder() returns NULL if can't create
355                 directory hierarchy
356
357 2002-11-06 [paul]       0.8.5claws79
358
359         * src/compose.[ch]
360                 allow 'on-the-fly' changing of the type of encryption 
361                 and/or signing used (mime/ascii) via the compose window
362
363 2002-11-06 [paul]       0.8.5claws78
364
365         * sync with 0.8.5cvs19
366                 see ChangeLog 2002-11-06 for src/account.c: 
367                 account_get_special_folder()
368                 
369 2002-11-05 [alfons]     0.8.5claws77
370
371         * src/crash.c
372                 very minor cleanups: nothing to see here, move on. :-)
373
374 2002-11-05 [colin]      0.8.5claws76
375
376         * src/main.c
377                 Changes choices if compose windows are opened to
378                 Discard, Draft, Don't quit
379
380 2002-11-05 [thorsten]   0.8.5claws75
381
382         * src/compose.c
383                 reenabled default_reply_to folder option
384
385 2002-11-05 [colin]      0.8.5claws74
386
387         * src/compose.[ch] 
388                 add compose_draft()
389         * src/crash.c
390                 add SIGTERM handler
391         * src/main.[ch]
392                 add clean_quit() for the SIGTERM handler
393
394 2002-11-05 [paul]       0.8.5claws73
395         
396         * po/es.po
397                 updated by Ricardo Mones Lastra
398
399 2002-11-05 [melvin]     0.8.5claws72
400
401         * src/logwindow.c
402                 Fixed log-clipping bug #616795.
403                 To stop logging in the log window use 0 length.
404         * src/prefs_common.c
405                 Added a label to inform about the 0 log length behaviour.
406
407 2002-11-05 [paul]       0.8.5claws71
408
409         * sync with 0.8.5cvs17
410                 see ChangeLog 2002-11-05
411
412 2002-11-04 [paul]       0.8.5claws70
413
414         * sylpheed-128x128.png
415           sylpheed-64x64.png
416           sylpheed.png
417                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
418                 <nikai@users.sourceforge.net>
419                 
420         * po/bg.po
421                 updated by George Danchev
422
423 2002-11-03 [thorsten]   0.8.5claws69
424
425         * src/main.c
426           src/mimeview.c
427           src/rfc2015.h
428                 add check if gpg is active
429
430 2002-11-03 [thorsten]   0.8.5claws68
431
432         * src/toolbar.h
433                 removed GSList declaration causing trouble on MacOS-X
434                 (submitted by alfons, reported by xfesty)
435
436 2002-11-01 [paul]       0.8.5claws67
437
438         * src/mainwindow.c
439                 remove last remnants of main's filter code
440
441 2002-11-01 [paul]       0.8.5claws66
442
443         * tools/filter_conv.pl
444                 fix bug where user-defined headers were ignored
445
446 2002-11-01 [paul]       0.8.5claws65
447
448         * src/logwindow.c
449                 make a debug_print() not translatable
450
451 2002-10-31 [melvin]     0.8.5claws64
452
453         * ac/aspell.m4
454                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
455                 not run any GNU/aspell test.  The dictionary path will
456                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
457                 was given, in which case, it will be $prefix/lib/aspell/
458         * configure.in
459                 Fixed typo in commentary (Aspell code).
460
461 2002-10-31 [paul]       0.8.5claws63
462
463         * po/POTFILES.in
464                 remove src/filter.c and src/prefs_filter.c
465                 thanks to Ricardo for reminding me
466
467 2002-10-31 [colin]      0.8.5claws62
468
469         * src/mbox_folder.c
470                 Plug some leaks
471
472 2002-10-31 [paul]       0.8.5claws61
473
474         * src/prefs_filter.[ch] ** REMOVED **
475           src/filter.[ch]       ** REMOVED **
476           
477         * src/Makefile.am
478           src/folderview.c
479           src/inc.c
480           src/main.c
481           src/mainwindow.c
482           src/mbox.c
483           src/prefs_common.c
484           src/prefs_filtering.c
485           src/summaryview.[ch]
486                 remove main's 'filter' code
487                 
488         README.claws
489                 update to reflect removal of main's filter
490
491 2002-10-31 [paul]       0.8.5claws60
492
493         * src/summaryview.c
494                 remove check for global_processing in summary_filter_open(). 
495                 This fixes the bug where if the user uses the right-click 
496                 'Create filter rule...' and doesn't have any filter rules 
497                 already defined in claws' advanced filtering, the newly 
498                 created filter rule goes to main's filtering which is 
499                 inaccessible through the gui. Now the filter rule gets added
500                 to claws' filtering by default.
501
502 2002-10-28 [melvin]     0.8.5claws59
503
504         * src/prefs_actions.c
505                 Fixed bug #627322 where MIME parts were not always
506                 correctly passed to a %p action
507                 Display an error dialog when message filename is not found.
508
509 2002-10-28 [melvin]     0.8.5claws58
510
511         * src/prefs_common.c
512                 Readded a missing function declaration lost in 0.8.3claws34
513
514 2002-10-28 [paul]       0.8.5claws57
515
516         * sync with 0.8.5cvs15
517                 see ChangeLog 2002-10-28 and 2002-10-25
518                 
519         Note: ChangeLog entry 2002-10-24 is not sync'ed.
520
521 2002-10-27 [oliver]     0.8.5claws56
522
523         * src/pop.c
524                 plug leak in pop3_top_recv
525
526 2002-10-26 [christoph]  0.8.5claws55
527
528         * src/folder.c
529                 set need_update folder flag when messages are added
530                 (closes bug [ 626922 ] folder not updated after receiving)
531
532 2002-10-25 [melvin]     0.8.5claws54
533
534         * src/imageview.c
535                 Fixed a memleak introduced in the scaling code.
536
537 2002-10-24 [alfons]     0.8.5claws53
538
539         * src/filtering.c
540                 make filtering's forward message action forward from the 
541                 correct account
542                 (closes bug [628089 ] Filter -> Forward from address problem
543                 reported by Oktay)
544
545 2002-10-24 [christoph]  0.8.5claws52
546
547         * src/mainwindow.c
548         * src/manual.[ch]
549                 o use manual of current locale or english if current
550                   locale is not available (and english is available)
551                 o also link to sylpheed doc project manuals
552
553 2002-10-23 [paul]       0.8.5claws51
554
555         * tools/README
556           tools/kmail2sylpheed_v2.pl
557                 add new version of kmail addressbook importer script.
558                 works with newer versions of Kmail/KAddressBook which
559                 have new and rearranged data.
560
561 2002-10-23 [martin]     0.8.5claws50
562
563         * src/folderview.c
564         * src/summaryview.c
565         * src/utils.h
566         * src/utils.c
567                 added length parameter to get_abbrev_newsgroup_name()
568                 changed this function so that it abbreviates the newsgroup
569                 names only so long it is smaller than the length parameter
570                 (for better reading of some newsgroup names and space efficiency)
571
572 2002-10-22 [colin]      0.8.5claws49
573
574         *src/foldersel.c
575                 Revert Alfons' last modification (after voting ;-))
576
577 2002-10-21 [alfons]     0.8.5claws48
578
579         * src/foldersel.c
580                 folder view in folder selection dialog reflects state of
581                 folder view in main window
582
583 2002-10-18 [alfons]     0.8.5claws47
584
585         * src/mbox.c
586                 drop imported messages in folder selected by user,
587                 and not in the inbox
588                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
589
590 2002-10-18 [alfons]     0.8.5claws46
591
592         * src/compose.c
593                 make automagic reply work correctly for email accounts 
594                 (whether it's viable to do a full sync with Hiro's 
595                 compose.c is still under discussion)
596
597 2002-10-18 [melvin]     0.8.5claws45
598
599         * src/prefs_actions.c
600                 Fixed bug #622275 where asynchroneous actions left 
601                 zombies processes
602                 Made (synchroneous) actions' input be displayed live.
603
604 2002-10-18 [christoph]  0.8.5claws44
605
606         * src/textview.c
607                 don't add a newline in the textview in front of the
608                 first textpart if header display is disabled
609                 (closes bug [ 603385 ] disabled header display leaves blank
610                  lin)
611
612 2002-10-18 [christoph]  0.8.5claws43
613
614         * src/folder.[ch]
615         * src/imap.c
616         * src/mbox_folder.c
617         * src/mh.c
618         * src/news.c
619                 folder->get_num_list now returns an error code
620                 (closes bug [ 609424 ] News cache cleared on failure)
621                 
622 2002-10-17 [colin]      0.8.5claws42
623         
624         * src/news.c
625                 Changed a printf by debug_print
626
627 2002-10-16 [paul]       
628
629         * tools/OOo2sylpheed.pl
630                 allow for spaces in the name of the
631                 file to be attached.
632
633 2002-10-16 [colin]      0.8.5claws41
634
635         * src/main.c
636                 Use a tristate to change online mode
637
638 2002-10-16 [paul]       0.8.5claws40
639
640         * po/es.po
641                 updated by Ricardo Mones Lastra
642
643 2002-10-16 [colin]      0.8.5claws39
644
645         * src/main.c
646           src/mainwindow.[ch]
647                 Added --online and --offline command-line
648                 switches
649
650 2002-10-15 [christoph]  0.8.5claws38
651
652         * src/procmime.c
653                 set mimeinfo->name to NULL after g_free to
654                 avoid double freeing with g_free
655
656 2002-10-14 [christoph]  0.8.5claws37
657
658         * src/compose.c
659         * src/filtering.c
660         * src/summaryview.c
661                 remove calls to folder->change_flags that are now
662                 done by procmsg flag functions (seems it is not
663                 used by any foldertype anyway)
664         * src/folder.c
665                 init folder->change_flags with NULL
666
667 2002-10-14 [christoph]  0.8.5claws36
668
669         * src/folder.[ch]
670         * src/imap.[ch]
671                 use virtual functions for folder item new and destroy
672                 functions
673
674 2002-10-14 [melvin]     0.8.5claws35
675
676         * src/compose.c
677                 Added a test to not run the spell checker if no default
678                 dictionary is available. No dialog is displayed though.
679
680 2002-10-14 [melvin]     0.8.5claws34
681
682         * src/gtkaspell.c
683                 Fixed bug in dictionary list context menu where
684                 "More..." pointed to an emtpy submenu if the
685                 number of dictionaries is a multiple of 15
686                 Removed unneeded code in suggestions list creation
687
688 2002-10-14 [paul]       0.8.5claws33
689
690         * po/bg.po
691                 updated by George Danchev
692
693 2002-10-13 [hoa]        0.8.5claws32
694
695         * src/matcher.[ch]
696           src/matcher_parser_parser.y
697                 removed the escaped string from internal structure
698                 of matcher.
699
700 2002-10-12 [colin]      0.8.5claws31
701
702         * src/gtksctree.[ch]
703           src/summaryview.c
704                 Removed useless function gtksctree_reanchor
705
706 2002-10-12 [alfons]     0.8.5claws30
707         
708         * sync with remaining main changes 2002-10-09 - 2002-10-11
709         - drop changes to src/compose.c (requires claws specific changes)
710         
711 2002-10-12 [alfons]     0.8.5claws29
712         
713         * sync with main changes of 2002-10-08
714         - drop changes to src/compose.c (requires claws specific changes)
715         - drop changes to src/summaryview.c (requires changes to compose.c)     
716
717 2002-10-12 [alfons]     0.8.5claws28
718         
719         * sync with main changes of 2002-10-07
720
721 2002-10-12 [alfons]     0.8.5claws27
722
723         * sync with main changes of 2002-10-04
724         - drop changes to src/compose.c (requires claws specific changes)
725         - drop changes to src/prefs_folder_item.c (claws implementation
726           seems to be working)
727
728 2002-10-12 [colin]      0.8.5claws26
729
730         * src/mainwindow.c
731                 Fix folder-flicker when space-reading, introduced 
732                 in claws22.
733
734 2002-10-12 [colin]      0.8.5claws25
735
736         * src/compose.c
737                 Save account address when saving as draft.
738                 (closes bug 621838)
739
740 2002-10-12 [colin]      0.8.5claws24
741
742         * src/summaryview.c
743                 Fix the problem consisting of no message selected
744                 after the last message in a folder has been moved.
745
746 2002-10-12 [paul]       0.8.5claws23
747
748         * src/compose.c
749           src/prefs_template.c
750           src/template.[ch]
751                 add Cc and Bcc to templates. Patch submitted by
752                 John L. Males.
753
754 2002-10-12 [colin]      0.8.5claws22
755
756         * src/folderview.c
757                 Fix a bug after "Check for new messages":
758                 If a folder was opened, it was still selected at
759                 the end of the check, but displayed empty.
760         * src/mainwindow.c
761                 Remove unnecessary check
762
763 2002-10-12 [paul]
764
765         * tools/README
766                 be more verbose in the description of
767                 OOo2sylpheed.pl
768                 
769
770 2002-10-11 [colin]      0.8.5claws21
771
772         * src/mainwindow.c
773                 Make space work (better) when no mail is selected
774
775 2002-10-11 [colin]      0.8.5claws20
776
777         * src/inc.c
778           src/news.c
779                 fix warnings
780
781 2002-10-11 [colin]      0.8.5claws19
782
783         * src/mainwindow.c
784                 revert 0.8.5claws6 changes as i couldn't get to
785                 anything satisfying
786
787 2002-10-11 [melvin]     0.8.5claws18
788
789         * src/compose.c
790                 Removed buggy and unused macro (should have been committed in
791                 0.8.5claws17)
792
793 2002-10-11 [melvin]     0.8.5claws17
794
795         * src/compose.c
796                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
797
798 2002-10-11 [thorsten]   0.8.5claws16 
799
800         * src/folderview.c
801                 remove rescan warning
802
803 2002-10-11 [colin]      0.8.5claws15 
804
805         * src/procheader.c
806                 fix a segfault that happens if conv_unmime_header
807                 fails (should be better to find out why it fails)
808
809 2002-10-11 [christoph]  0.8.5claws14
810
811         * src/summaryview.c
812                 update folderview stats after ignore/unignore thread
813
814 2002-10-11 [hoa]        0.8.5claws13
815
816         * src/quote_fmt_parse.y
817                 Fixed a yacc/bison syntax error
818         * src/matcher.c
819                 Escaping of string is fixed.
820
821 2002-10-11 [colin]      0.8.5claws12
822
823         * src/imageview.c
824                 Resize images to fit
825
826 2002-10-11 [paul]       0.8.5claws11
827
828         * po/es.po
829                 updated by Ricardo Mones Lastra
830
831 2002-10-10 [alfons]     0.8.5claws10
832
833         * src/compose.c
834                 allow dropping files by "moving" files from a file manager,
835                 not only by the more cumbersome "copying". the latter 
836                 mostly implies holding down the Control button
837
838 2002-10-10 [christoph]  0.8.5claws9
839
840         * src/summaryview.c
841                 update folders after thread building for ignored threads
842
843 2002-10-10 [christoph]  0.8.5claws8
844
845         * config/.cvsignore
846                 added Makefile
847         * src/filtering.[ch]
848         * src/folder.[ch]
849         * src/folderview.[ch]
850         * src/import.c
851         * src/inc.[ch]
852         * src/mbox.[ch]
853         * src/procmsg.c
854         * src/summaryview.[ch]
855                 o added new flag need_update to FolderItem
856                 o removed folder_table from various functions from tracking
857                   folder updates
858                 o set need_update flags in folder.c's move, copy and delete
859                   functions and procmsg's flags functions
860                 o added function folderview_update_items_when_required that
861                   updates all folders with need_update set
862                 o call folderview_update_items_when_required instead of
863                   folderview_update_item_foreach
864
865 2002-10-09 [sergey]     0.8.5claws7
866
867         * src/compose.c
868                 Strip CRs whel loading the text into editor in reedit mode.
869
870 2002-10-09 [colin]      0.8.5claws6
871
872         * src/mainwindow.c
873                 Make Space work when no mail is selected
874
875 2002-10-09 [colin]      0.8.5claws5
876
877         * src/gtksctree.[ch]
878                 Fix range_select
879                 Add gtk_sctree_reanchor() 
880         * src/summaryview.c
881                 Use gtk_sctree_reanchor() - better fix for 
882                 bug 60413
883
884 2002-10-09 [colin]      0.8.5claws4
885
886         * src/summaryview.c
887                 Fix shift-click select after delete problem
888                 (closes bug 60413)
889
890 2002-10-08 [thorsten]   0.8.5claws3
891
892         * src/summaryview.c
893                 exclude current msg from -hide read messages-
894
895 2002-10-08 [colin]      0.8.5claws2
896
897         * src/inc.[ch]
898           src/pop.c
899           src/recv.c
900                 Differentiate socket errors from disk full
901                 errors
902
903 2002-10-08 [christoph]  0.8.5claws1
904
905         * Makefile.am
906         * configure.in
907                 modifications for new config directory
908
909         * config.guess  ** REMOVED **
910         * config.sub    ** REMOVED **
911         * install-sh    ** REMOVED **
912         * ltmain.sh     ** REMOVED **
913         * missing       ** REMOVED **
914         * mkinstalldirs ** REMOVED **
915                 these files are autogenerated by automake
916                 when you run autogen.sh
917
918         * config/.cvsignore     ** NEW FILE **
919         * config/Makefile.am    ** NEW FILE **
920                 ignore autogenerated files
921                 create a Makefile in this directory
922
923 2002-10-08 [paul]       0.8.5claws
924
925         * 0.8.5claws release
926         
927         * src/compose.c
928           src/procheader.c
929           src/procmsg.c
930                 fix quote reply format for newsgroups reply bug
931                 (thanks to Hoa)
932                 
933         * po/en_GB.po
934           po/pl.po
935                 updated by me and Witold Wladyslaw Wojciech Wilk
936                 repectively
937
938 2002-10-07 [paul]       0.8.3claws53
939
940         * po/it.po
941           po/pt_BR.po
942           po/sr.po
943                 updated messages catalogs, submitted by
944                 Alessandro Maestri, Fabio Jr.Beneditto 
945                 and Urke MMI, respectively.
946
947 2002-10-07 [christoph]  0.8.3claws52
948
949         * src/folder.[ch]
950         * src/folderview.c
951         * src/mainwindow.c
952                 fix new folder ghost message bug
953                 (closes bug [ 619722 ] wrong count for newly created folders)
954
955 2002-10-07 [christoph]  0.8.3claws51
956
957         * src/compose.c
958                 fix news posting problem
959
960 2002-10-07 [melvin]     0.8.3claws50
961
962         * po/fr.po
963                 Updated French translation
964
965 2002-10-05 [christoph]  0.8.3claws49
966
967         * src/gtkstext.c
968                 check if line_start_cache is set in gtk_stext_update_text
969                 (closes bug [ 618119 ] crash while doing search in folder)
970
971 2002-10-05 [christoph]  0.8.3claws48
972
973         * src/imap.c
974         * src/news.c
975         * src/utils.c
976         * src/utils.h
977                 implement cache cleanups for claws' folder system
978                 (closes bug [ 595916 ] imapcache not cleaned up)
979
980 2002-10-05 [melvin]     0.8.3claws47
981
982         * src/prefs_actions.c
983                 Made the help text more clear for the %p token
984
985 2002-10-04 [paul]       0.8.3claws46
986
987         * sync with 0.8.5
988                 see ChangeLog 2002-10-02 and 2002-10-03
989
990 2002-10-04 [christoph]  0.8.3claws45
991
992         * src/inc.c
993                 fix segfault caused by pop before smtp
994                 call to inc_account_mail with NULL
995                 pointer for mainwin
996
997 2002-10-04 [paul]       0.8.3claws44
998
999         * configure.in
1000                 sync the LDAP detection from 0.8.5cvs1
1001
1002 2002-10-02 [christoph]  0.8.3claws43
1003
1004         * po/de.po
1005                 fix small spelling error
1006
1007 2002-10-02 [melvin]     0.8.3claws42
1008
1009         * ac/aspell.m4
1010                 Behave better and say "no" when test program cannot be run.
1011
1012 2002-10-02 [paul]       0.8.3claws41
1013
1014         * sync with 0.8.4cvs1
1015                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
1016                 
1017         * src/summaryview.c
1018                 toggle the behavior of Reply menuitem between
1019                 normal reply and reply-to-list
1020
1021 2002-10-01 [sergey]     0.8.3claws40
1022
1023         * src/compose.c
1024                 Convert newlines in the message text to the canonical form
1025                 before base64 encoding (RFC2045 compliance, fixes some
1026                 interoperability issues with Evolution 1.0.3)
1027
1028 2002-09-29 [colin]      0.8.3claws39
1029
1030         * src/summaryview.c
1031                 Fix an unwanted copy/paste
1032
1033 2002-09-29 [colin]      0.8.3claws38
1034
1035         * src/mainwindow.c
1036                 Renamed "Custom toolbar" to "Customize toolbar"
1037                 Renamed "Show all header" to "Show all headers"
1038                 Renamed "Set diplay item" to "Set displayed items"
1039         * src/prefs_common.c
1040                 Renamed "Show all header" to "Show all headers"
1041         * src/prefs_summary_column.c
1042                 Renamed "diplay item" to "displayed items"
1043
1044 2002-09-29 [colin]      0.8.3claws37
1045
1046         * src/mainwindow.[ch]
1047                 online/offline status pixmaps follow theme
1048                 changes
1049         * src/summaryview.[ch]
1050                 quicksearch pixmap follows theme changes
1051
1052 2002-09-29 [thorsten]   0.8.3claws36
1053
1054         * src/compose.c
1055           src/prefs_folder_item.[ch]
1056                 add default_reply_to folder option (closes patch 581044)
1057
1058 2002-09-29 [christoph]  0.8.3claws35
1059
1060         * acconfig.h    ** REMOVED **
1061         * configure.in
1062         * ac/aspell.m4
1063         * ac/check-type.m4
1064         * ac/gnupg-check-typedef.m4
1065                 fix autoheader 2.50 warning
1066
1067 2002-09-29 [christoph]  0.8.3claws34
1068
1069         * major code cleanup (part 2)
1070         
1071                 - unused variables removed
1072                 - unused functions removed
1073                 - uninitialized variables checked
1074                 - missing return statements added
1075                 - missing function return types added
1076                 - added parentheses around assignment
1077                   when suggested by gcc
1078
1079 2002-09-29 [alfons]     0.8.3claws33
1080
1081         * src/logwindow.c
1082                 log_window_clear(): only bracket gtk_text_forward_delete() 
1083                 with gtk_text_freeze() / gtk_text_thaw() (see if this
1084                 works around GTK text bug)
1085
1086 2002-09-29 [paul]       0.8.3claws32
1087
1088         * po/bg.po
1089           po/sr.po
1090                 updated by George Danchev and Urke MMI
1091                 respectively
1092
1093 2002-09-27 [christoph]  0.8.3claws31
1094
1095         * doc-src/readme.txt
1096         * doc-src/rfc1806.txt   ** REMOVED **
1097         * doc-src/rfc2183.txt   ** NEW FILE **
1098         * doc-src/rfc2980.txt   ** NEW FILE **
1099                 update rfcs
1100
1101 2002-09-27 [melvin]     0.8.3claws30
1102
1103         * ac/aspell.m4
1104                 Fixed typo which could break linking
1105
1106 2002-09-27 [melvin]     0.8.3claws29
1107
1108         * ac/aspell.m4
1109                 Improved GNU/aspell checking. 
1110                 Fixed bug #614490
1111
1112 2002-09-27 [paul]       0.8.3claws28
1113
1114         * sync with 0.8.3cvs8
1115                 see ChangeLog 2002-09-27
1116
1117 2002-09-26 [colin]      0.8.3claws27
1118
1119         * src/toolbar.[ch]
1120           src/mainwindow.[ch]
1121                 Add "Reply to Mailing-list" to the toolbar
1122
1123 2002-09-26 [christoph]  0.8.3claws26
1124
1125         * src/summaryview.c
1126                 Fix wrong message counts in summaryview status
1127
1128 2002-09-26 [paul]       0.8.3claws25
1129
1130         * sync with 0.8.3cvs7
1131                 see ChangeLog 2002-09-26
1132
1133 2002-09-26 [paul]       0.8.3claws24
1134
1135         * sync with 0.8.3cvs6
1136                 see ChangeLog 2002-09-25
1137
1138 2002-09-25 [christoph]  0.8.3claws23
1139
1140         * src/prefs_common.c
1141         * src/prefs_folder_item.c
1142         * src/prefs_scoring.c
1143                 Renamed "kill score" to "hide score" in GUI
1144                 and prefs files
1145
1146 2002-09-25 [paul]       0.8.3claws22
1147
1148         * sync with 0.8.3cvs5
1149                 see ChangeLog 2002-09-24
1150
1151 2002-09-24 [alfons]     0.8.3claws21
1152
1153         patch by Satoshi Nagayasu: allows appending / saving multiple 
1154         selected files (closes "[ 612279 ] save multiple mesg(s) in 
1155         'Save as ...'")
1156
1157         * AUTHORS
1158                 add Satoshi Nagayasu
1159         * src/summaryview.c
1160                 summary_save_as(): allow saving selected files to
1161                 one file
1162                 summary_set_menu_sensitive: enable "Save As..." when
1163                 multiple files are selected
1164         * src/utils.[ch]
1165                 append_file(): new function
1166
1167 2002-09-24 [colin]      0.8.3claws20
1168
1169         * src/procmime.c
1170                 Fix segfault when mimeinfo doesn't have a 
1171                 content_type. 
1172
1173 2002-09-24 [colin]      0.8.3claws19
1174
1175         * src/prefs_common.[ch]
1176                 Add a preference to display send dialog or not
1177         * src/send.c
1178                 Display send dialog according to preference
1179
1180 2002-09-24 [colin]      0.8.3claws18
1181
1182         * src/compose.[ch]
1183                 Disable user actions when sending
1184
1185 2002-09-24 [colin]      0.8.3claws17
1186
1187         * src/procmime.c
1188                 Do not display name or filename for attachments
1189                 with an application/pgp-signature type
1190                 (security flaw, see bug 537413)
1191
1192 2002-09-23 [colin]      0.8.3claws16
1193
1194         * src/editaddress.c
1195                 Initialize entry_email, entry_alias and 
1196                 entry_remarks to first email address of the list
1197
1198 2002-09-23 [colin]      0.83claws15
1199
1200         * src/compose.c
1201                 Drop pgp-signature when reediting a signed queued
1202                 message
1203
1204 2002-09-23 [melvin]     0.8.3claws14
1205
1206         * po/fr.po
1207                 Updated French translation
1208
1209 2002-09-23 [melvin]     0.8.3claws13
1210
1211         * src/mainwindow.c
1212                 Made custom toolbar menu labels more consistent
1213         * src/prefs_toolbar.c
1214                 Made custom toolbar window title more consistent
1215
1216 2002-09-22 [colin]      0.8.3claws12
1217
1218         * src/inc.c
1219                 Initialize session type to normal before getting 
1220                 mail (fixes strange Get behaviour)
1221         * src/prefs_account.h
1222                 Move STYPE_POP_BEFORE_SMTP to last position to 
1223                 avoid other side-effects
1224
1225 2002-09-22 [colin]      0.8.3claws11
1226
1227         * src/prefs_account.c
1228                 Fix pop_bfr_smtp_tm_entry sensivity when switching
1229                 from pop3 to apop or vice-versa
1230
1231 2002-09-22 [colin]      0.8.3claws10
1232         
1233         * src/prefs_account.[ch]
1234                 Add an option for the POP before SMTP timeout
1235         * src/inc.c
1236                 Remember time of last POP connection
1237         * src/send.c
1238                 Do POP before SMTP only if timeout reached
1239
1240 2002-09-22 [oliver]     0.8.3claws9
1241         
1242         * README.claws
1243                 explain custom toolbar
1244
1245 2002-09-22 [oliver]     0.8.3claws8
1246
1247         * src/prefs_actions.[ch]
1248         custom toolbar for compose      
1249                 actions callback from compose toolbar
1250         * src/folderview.c
1251                 remove include toolbar.h
1252
1253 2002-09-22 [oliver]     0.8.3claws7
1254         
1255         * src/prefs_toolbar.[ch]
1256                 custom toolbar for compose
1257                 - generic prefs_toolbar handles both
1258                   Mainwin's toolbar as well as Compose toolbar          
1259
1260 2002-09-22 [oliver]     0.8.3claws6
1261         
1262         * src/toolbar.[ch]
1263                 custom toolbar for compose
1264                 restructure toolbar.[ch]
1265
1266 2002-09-22 [oliver]     0.8.3claws5
1267
1268         * src/compose.[ch]
1269                 custom toolbar for compose
1270
1271 2002-09-22 [oliver]     0.8.3claws4
1272         
1273         * src/mainwindow.[ch]
1274                 custom toolbar for compose 
1275                 move mainwin toolbar back to mainwindow
1276
1277 2002-09-22 [alfons]     0.8.3claws3
1278
1279         * src/procmsg.c
1280                 :%sno/if(/if (/gc
1281                 :%sno/for(/for (/gc
1282                 (beautify)
1283
1284 2002-09-22 [alfons]     0.8.3claws2
1285         
1286         * src/procmsg.c
1287                 procmsg_save_to_outbox(): don't unlink message file from queue;
1288                 callers should do it using folder_item_remove_msg()
1289
1290 2002-09-22 [colin]      0.8.3claws1
1291
1292         * src/mimeview.[ch]
1293                 Made mimeview_check_signature() public
1294         * src/textview.c
1295                 Made GPG signatures verifiable by clicking
1296                 the [application/pgp-signature] in the Text
1297                 view
1298
1299 2002-09-22 [paul]       0.8.3claws
1300
1301         * po/bg.po
1302           po/en_GB.po
1303           po/es.po
1304           po/it.po
1305           po/pl.po
1306           po/pt_BR.po
1307           po/sr.po
1308                 updated translations, submitted by George Danchev,
1309                 me, Ricardo Mones Lastra, Alessandro Maestri,
1310                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
1311                 and Urke MMI, respectively.     
1312
1313 2002-09-22 [alfons]     0.8.2claws65
1314
1315         * src/procmsg.c
1316         * src/pgptext.c
1317                 no furry valgrinds have been used to plug these memleaks
1318
1319 2002-09-20 [paul]       0.8.2claws64
1320
1321         * sync with 0.8.3cvs4
1322                 'Select thread' re-implemented 
1323                 see ChangeLog 2002-09-20
1324
1325 2002-09-21 [alfons]     0.8.2claws63
1326
1327         * src/compose.c
1328                 compose_send(): plug unnoticed memleak
1329
1330 2002-09-20 [alfons]     0.8.2claws62
1331
1332         * src/addr_compl.c
1333                 replace_address_in_edit(): strict check for NULL address to
1334                 fix "[ 607348 ] Segfault in address completion". My guess is
1335                 that this happens with an empty address book, but it's good
1336                 to have this check here anyway
1337                 
1338                 completion_window_button_press(): free string returned 
1339                 from the internal cache
1340
1341 2002-09-20 [christoph]  0.8.2claws61
1342
1343         * src/procmime.h
1344                 added ENC_BINARY to EncodingType
1345         * src/procmime.c
1346                 the string returned by procmime_get_encoding_str
1347                 should not depend on the order of values in the
1348                 EncodingType definition
1349         * doc-src/rfc1806.txt   ** NEW FILE **
1350                 Added rfc1806 about MIME Content-Disposition
1351                 Extension
1352
1353 2002-09-19 [paul]       0.8.2claws60
1354
1355         * sync with 0.8.2cvs3
1356                 see ChangeLog 2002-09-19
1357
1358 2002-09-19 [paul]       0.8.2claws59
1359
1360         * src/prefs_folder_item.c
1361                 revert to Darko's original alignment of colour
1362                 selector button
1363                 add a colon to folder_color label
1364                 
1365         * src/compose.c
1366                 add Colin's patch (with Hiro's modifications) to 
1367                 force BASE64 encoding for 8-bit text when signing
1368                 (sync with 0.8.3cvs2)
1369
1370 2002-09-18 [alfons]     0.8.2claws58
1371
1372         * src/compose.c
1373                 :%sno/if(/if (/gc
1374                 :%sno/for(/for (/gc
1375                 (beautify a little bit)
1376
1377 2002-09-18 [christoph]  0.8.2claws57
1378
1379         * src/pine.c
1380                 fix handling of fgetc return value
1381
1382 2002-09-17 [alfons]     0.8.2claws56
1383         
1384         * src/summaryview.c
1385                 summary_sort(): check non-NULL summaryview->folder_item when no 
1386                 folder is selected at all
1387                 (closes "[ 610344 ] sort label make syl Crash")
1388
1389 2002-09-17 [alfons]     0.8.2claws55
1390         
1391         * src/compose.c
1392                 beautify a little bit
1393
1394 2002-09-17 [christoph]  0.8.2claws54
1395
1396         * src/folder.c
1397                 initialize max values for cache and folder
1398                 when cache or folder is empty
1399
1400 2002-09-15 [colin]      0.8.2claws53
1401
1402         * src/compose.c
1403                 Fix a leak (thanks Alfons!) and cleaned
1404                 variables names for custom headers
1405
1406 2002-09-15 [colin]      0.8.2claws52
1407
1408         * src/compose.c
1409                 Fix custom headers recognition when
1410                 prefs_common.trans_hdr is on
1411
1412 2002-09-15 [colin]      0.8.2claws51
1413
1414         * src/compose.c
1415                 Allow dynamically-added custom headers
1416                 Yet not reparsed if reedited
1417
1418 2002-09-15 [alfons]     0.8.2claws50
1419
1420         * src/prefs_account.c
1421                 fix warnings
1422
1423 2002-09-15 [colin]      0.8.2claws49
1424         
1425         * src/prefs_account.c
1426                 fix pop_before_smtp sensitivity
1427
1428 2002-09-15 [colin]      0.8.2claws48
1429
1430         * src/inc.[ch]
1431                 add inc_pop_before_smtp()
1432                 allow MainWindow to be undefined in 
1433                 inc_account_mail() and inc_start()
1434         * src/pop.c
1435           src/prefs_account.h
1436                 add STYPE_POP_BEFORE_SMTP session type
1437         * src/prefs_account.c
1438                 activated pop before smtp option
1439         * src/send.c
1440                 do pop before smtp if the relevant option 
1441                 is set
1442
1443 2002-09-15 [paul]       0.8.2claws47
1444
1445         * sync with 0.8.3
1446                 see ChangeLog 2002-09-15
1447
1448 2002-09-14 [paul]       0.8.2claws46
1449
1450         * po/bg.po
1451                 updated Bulgarian translation, submitted by
1452                 George Danchev
1453
1454 2002-09-13 [paul]       0.8.2claws45
1455
1456         * src/compose.c
1457                 merge claws' select_account() with main's
1458                 (new) compose_select_account(). [sync with
1459                 0.8.2cvs15, see ChangeLog 2002-09-11]
1460
1461 2002-09-12 [christoph]  0.8.2claws44
1462
1463         * src/filter.c
1464                 allocate 1 elements of FolderItem not 0
1465
1466 2002-09-12 [colin]      0.8.2claws43
1467
1468         * src/compose.c
1469                 Fix bug #590825 (obey Follow-up: poster)
1470
1471 2002-09-12 [colin]      0.8.2claws42
1472
1473         * src/procmime.c
1474                 Fix bug #557009 (wrong headers for messages 
1475                 forwarded as attachments)
1476
1477 2002-09-11 [colin]      0.8.2claws41
1478         
1479         * src/compose.c
1480                 Put SCF: pseudo-header on top of message
1481                 Set draft tmp_flag when saved as draft
1482
1483         * src/procmsg.c
1484           src/procheader.c
1485                 Skip after first \n\n for beginning of real message
1486                 for drafts too
1487
1488 2002-09-11 [christoph]  0.8.2claws40
1489
1490         * src/filtering.c
1491                 use procmsg flag functions in filtering or processing
1492                 will cause incorrect folder message counts
1493
1494 2002-09-11 [colin]      0.8.2claws39
1495
1496         * src/compose.c
1497                 Fix bug #550175 - wrong save folder when reediting
1498                 drafts
1499
1500 2002-09-11 [paul]       0.8.2claws38
1501
1502         * sync with 0.8.2cvs14
1503                 see ChangeLog 2002-09-11
1504
1505 2002-09-11 [colin]      0.8.2claws37
1506
1507         * src/folder.c
1508                 Fix a typo (seeming to cause new/unread status to
1509                 be lost)
1510
1511 2002-09-10 [christoph]  0.8.2claws36
1512
1513         * src/compose.c
1514                 compose_redirect should not use compose_generic_new
1515                 because that does more stuff than expected including
1516                 opening the external editor
1517                 (closes bug "[ 526608 ] bounced messages appear blank
1518                  in editor")
1519
1520 2002-09-10 [christoph]  0.8.2claws35
1521
1522         * src/folder.c
1523                 fix problem with too large message number range
1524                 causing a crash in folder_item_scan
1525
1526 2002-09-10 [paul]       0.8.2claws34
1527
1528         * sync with 0.8.2cvs13
1529                 see ChangeLog 2002-09-10
1530
1531 2002-09-10 [christoph]  0.8.2claws33
1532
1533         * src/msgcache.c
1534                 set MsgInfo TmpFlags for queue and draft folders
1535                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
1536
1537 2002-09-10 [paul]       0.8.2claws32
1538
1539         * AUTHORS
1540           po/bg.po      ** NEW FILE **
1541                 new Bulgarian translation submitted by
1542                 George Danchev <danchev@spnet.net>
1543                 
1544         * tools/Makefile.am
1545           tools/README
1546           tools/tb2sylpheed     ** NEW FILE **
1547                 add script that converts an addressbook exported
1548                 from The Bat! into a Sylpheed addressbook. Submitted
1549                 by Urke MMI <urke-kg@eunet.yu>
1550
1551 2002-09-10 [paul]       0.8.2claws31
1552
1553         * sync with 0.8.2cvs12
1554                 see ChangeLog 2002-09-10
1555
1556 2002-09-06 [paul]       0.8.2claws30
1557
1558         * src/prefs_common.c
1559                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
1560                 
1561         * tools/Makefile.am
1562           tools/README
1563           tools/ldif-to-xml.py  ** REMOVED **
1564                 remove obsolete python script
1565
1566 2002-09-06 [paul]       0.8.2claws29
1567
1568         * sync with 0.8.2cvs10
1569                 see ChangeLog 2002-09-06
1570
1571 2002-09-04 [paul]       0.8.2claws28
1572
1573         * sync with 0.8.2cvs9
1574                 see ChangeLog 2002-08-04
1575
1576 2002-09-04 [colin]      0.8.2claws27 
1577
1578         * src/prefs_common.[ch]
1579                 Added signature color configuration
1580         * src/textview.c
1581                 Use user-specified signature color
1582
1583 2002-09-03 [colin]      0.8.2claws26
1584
1585         * src/prefs_common.[ch]
1586                 Added autosave and autosave_length prefs
1587         * src/compose.c
1588                 Added compose_remove_draft()
1589                 Auto-save drafts according to the prefs
1590         * src/main.c
1591                 Added a crash-indicator file, allowing to check
1592                 for new messages on startup if Sylpheed crashed
1593                 (makes saved drafts "reappear")
1594
1595 2002-09-03 [colin]      0.8.2claws25
1596
1597         * src/textview.[ch]
1598                 Grey the signature
1599
1600 2002-09-03 [paul]       0.8.2claws24
1601
1602         * sync with 0.8.2cvs8
1603                 see ChangeLog 2002-09-02 and 2002-09-03
1604
1605 2002-09-03 [darko]      0.8.2claws23
1606
1607         * src/folderview.c
1608                 use normal style when creating new folder to pick
1609                 proper font size 
1610
1611 2002-09-02 [melvin]     0.8.2claws22
1612
1613         * src/gtkaspell.m4
1614                 removed some obsolete code
1615
1616 2002-09-02 [melvin]     0.8.2claws21
1617
1618         * ac/aspell.m4
1619                 fixed test's equality sign (== to =)
1620
1621 2002-09-02 [alfons]     0.8.2claws20
1622
1623         * src/folder.c
1624         * src/mh.c
1625                 revert change of 0.8.2claws16 and use the mh_folder_destroy
1626                 as folder->destroy virtual as suggested by Hiro
1627                 (the mh.c code seems to have been lost around mh.c.1.21)
1628
1629 2002-09-02 [paul]       0.8.2claws19
1630
1631         * po/pt_BR.po
1632                 updated by Fabio Jr. Beneditto
1633                 
1634         * src/defs.h
1635                 use 'http://claws.sylpheed.org' for homepage link. 
1636                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
1637
1638 2002-09-01 [alfons]     0.8.2claws18
1639
1640         * src/mh.c
1641                 plug memleak related to one Martin Kluge found
1642
1643 2002-08-31 [paul]       0.8.2claws17
1644
1645         * sync with 0.8.2cvs6
1646                 see ChangeLog 2002-08-30
1647
1648 2002-08-31 [alfons]     0.8.2claws16
1649
1650         * src/folder.c
1651                 folder_destroy(): remove mailbox from folderlist even if it has
1652                 no destroy virtual
1653
1654 2002-08-31 [alfons]     0.8.2claws15
1655
1656         * src/folder.c
1657                 :%sno/if(/if (/gc
1658                 :%sno/for(/for (/gc
1659                 (being pedantic I know)
1660
1661 2002-08-31 [alfons]     0.8.2claws14
1662
1663         * src/folder.c
1664                 check for NULL pointers returned from folder->fetch_msginfo virtual
1665                 (should solve some reported crashes)
1666
1667 2002-08-30 [alfons]     0.8.2claws13
1668
1669         * acconfig.h
1670         * configure.in
1671         * src/crash.c
1672                 enable crash dialog on compilation time
1673                 (--enable-crash-dialog configure option)
1674
1675 2002-08-30 [alfons]     0.8.2claws12
1676
1677         * AUTHORS
1678                 add Martin Kluge
1679         * src/mh.c
1680                 apply memory leak plug patch by Martin Kluge
1681                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
1682                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
1683                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
1684
1685 2002-08-30 [darko]      0.8.2claws11
1686
1687         * src/folderview.c
1688                 copy Gtk style from normal style to match
1689                 font size for coloured folders
1690
1691 2002-08-29 [alfons]     0.8.2claws10
1692
1693         * sylpheed.desktop
1694                 Type=Internet <- Type=Application
1695                 (reported by Michael Schwendt, see:
1696                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
1697                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
1698
1699 2002-08-29 [paul]       0.8.2claws9
1700
1701         * sync with 0.8.2cvs5
1702                 see ChangeLog 2002-08-29
1703
1704 2002-08-29 [colin]      0.8.2claws8
1705
1706         * src/summaryview.c
1707                 Added a sanity check in summary_select_thread
1708                 Should fix bug 601605
1709
1710 2002-08-29 [colin]      0.8.2claws7
1711
1712         * src/main.c
1713                 Revert claws6 changes regarding bug #591676
1714
1715 2002-08-28 [colin]      0.8.2claws6
1716         
1717         * src/main.c
1718                 Ignore cache for queue folderitems
1719                 Fix bug #591676
1720
1721 2002-08-28 [melvin]     0.8.2claws5
1722
1723         * README.claws
1724                 Fixed typos.
1725
1726 2002-08-28 [melvin]     0.8.2claws4
1727
1728         * README.claws
1729                 Updated a bit the text concerning the spell checker
1730
1731 2002-08-28 [melvin]     0.8.2claws3
1732
1733         Merged the GNU_aspell_branch:
1734                 Support of new GNU/aspell is now included and the old pspell
1735                 is not supported anymore.
1736                 See README.claws
1737
1738         * README.claws
1739                 Updated spell checker text to reflect the switch to GNU/aspell
1740
1741         * ac/aspell.m4          *** NEW ***
1742         * src/gtkaspell.[ch]    *** NEW *** 
1743         * ac/pspell.m4          *** DELETED *** 
1744         * src/gtkspell.[ch]     *** DELETED ***
1745
1746         * ac/Makefile.am
1747                 Updated for GNU/aspell support
1748
1749         * po/POTFILES.in
1750                 Replaced gtkspell.c by gtkaspell.c
1751
1752         * acconfig.h
1753         * src/Makefile.am
1754         * src/about.c
1755         * src/compose.[ch]
1756         * src/crash.c
1757         * src/main.c
1758         * src/prefs_common.[ch]
1759                 Updated for GNU/aspell support
1760
1761 2002-08-28 [paul]       0.8.2claws2
1762
1763         * sync with 0.8.2cvs4
1764                 see ChangeLog 2002-08-27 and 2002-08-28
1765
1766 2002-08-28 [colin]      0.8.2claws1
1767
1768         * src/summary_search.c
1769                 Added "AND search"
1770
1771 2002-08-28 [jens]       0.8.2claws
1772
1773         *po/de.po
1774                 Updated German translations
1775
1776 2002-08-27 [melvin]     0.8.2claws
1777
1778         * po/fr.po
1779                 Updated French translations
1780
1781 2002-08-27 [paul]       0.8.2claws
1782
1783         * sync with 0.8.2 main release
1784
1785         * po/en_GB.po
1786           po/es.po
1787           po/it.po
1788           po/pl.po
1789           po/pt_BR.po
1790           po/sr.po
1791                 updated message catalogs submitted by
1792                 Ricardo Mones Lastra, Alessandro Maestri,
1793                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
1794                 Beneditto and Urke MMI  
1795
1796 2002-08-27 [hoa]        0.8.1claws123
1797
1798         * src/mainwindow.[ch]
1799         * src/summaryview.[ch]
1800                 removed the "filter setting" menu option.
1801                 add a "cancel a news message" menu option.
1802
1803 2002-08-26 [martin]     0.8.1claws122
1804
1805         * ChangeLog.claws
1806                 changed string under 0.8.1claws79 changed by myself
1807                 i'm sorry alfons :(
1808
1809 2002-08-26 [martin]     0.8.1claws121
1810
1811         * src/crash.c
1812                 added kill command to debuggerrc to start crash dialog
1813
1814 2002-08-26 [paul]       0.8.1claws120
1815
1816         * sync with 0.8.1cvs31
1817                 see ChangeLog 2002-08-26
1818
1819 2002-08-25 [alfons]     0.8.1claws119
1820
1821         * src/procmsg.c
1822                 fix bug that didn't send out correct headers to news server
1823                 when sending news article and email from queue (bug reported
1824                 and patch provided by Tim Mann; closes bug 
1825                 "[ 583196 ] 0.7.8claws can't post news")
1826
1827 2002-08-25 [alfons]     0.8.1claws118
1828
1829         * src/selective_download.c
1830                 mark two strings as translatable
1831                 (thanks to Urke MMI for pointing this out)
1832
1833 2002-08-25 [alfons]     0.8.1claws117
1834
1835         * src/summaryview.c
1836                 treat sent boxes as special and allow sorting them by addressee
1837                 (closes "[ 589418 ] Sent folder sorting misbehavior"
1838                 submitted by Steve Lamb)
1839
1840 2002-08-24 [alfons]     0.8.1claws116
1841
1842         * src/matcher.c
1843                 fix memleak reported by Martin Kluge
1844                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
1845
1846 2002-08-24 [oliver]     0.8.1claws115
1847
1848         * src/prefs_toolbar.c
1849                 o code cleanup as suggested by Alfons
1850                 o memleak fix
1851
1852 2002-08-24 [alfons]     0.8.1claws114
1853
1854         * src/summaryview.c
1855                 o fix another memory leak reported by Martin Kluge
1856                   (see "[ 599568 ] Small Memory Leak")
1857                 o remove 'from' variable from 'summary_set_header()'; we can
1858                   do with just 'to' 
1859
1860 2002-08-24 [paul]       0.8.1claws113
1861
1862         * sync with 0.8.1cvs30
1863                 see ChangeLog 2002-08-23
1864
1865 2002-08-24 [alfons]     0.8.1claws112
1866
1867         * src/summaryview.c
1868                 remove unnecessary allocations for search bar fixing leaks
1869                 reported by Martin Kluge
1870                 (see "[ 599451 ] Further memory leaks?")
1871
1872 2002-08-24 [alfons]     0.8.1claws111
1873
1874         * src/main.c
1875                 make get_socket_name() public for crash.c
1876         * src/crash.c
1877                 o make report bug button work (goes to claws' 
1878                   bug tracker at sf.net)
1879                 o introduce function for doing important stuff just
1880                   before claws goes down
1881                 o clean up code 
1882
1883 2002-08-24 [alfons]     0.8.1claws110
1884
1885         * src/compose.c
1886                 move cursor to "To" entry when forwarding as attachment
1887                 (reported and solved by Steve Lamb, closes bug report
1888                 "[ 592880 ] Forward as attachment; cursor not in to")
1889
1890 2002-08-24 [colin]      0.8.1claws109
1891
1892         * src/mainwindow.c
1893                 fix quick search visibility after GUI (de)separations.
1894
1895 2002-08-23 [colin]      0.8.1claws108
1896
1897         * src/mainwindow.c
1898                 fix header pane visibility after folderview or
1899                 messageview (de)separation
1900
1901 2002-08-23 [paul]       0.8.1claws107
1902
1903         * src/mainwindow.[ch]
1904           src/toolbar.c
1905                 give full control of display or non-display 
1906                 of the Execute icon to Custom toolbar settings.
1907                 add new sensitivity condition to maninwindow.h: 
1908                 M_DELAY_EXEC
1909
1910         * ChangeLog
1911           ChangeLog.jp
1912           NEWS
1913                 more sync with 0.8.1cvs29
1914
1915 2002-08-23 [melvin]     0.8.1claws106
1916
1917         * src/alertpanel.c
1918                 Readded support for custom widget in alertpanel lost in last
1919                 sync.
1920
1921 2002-08-23 [paul]       0.8.1claws105
1922
1923         * sync with 0.8.1cvs29
1924                 see ChangeLog 2002-08-23
1925
1926 2002-08-23 [colin]      0.8.1claws104
1927
1928         * src/summaryview.c
1929                 Fix folder and search pixmaps exchanging positions
1930                 after theme or toolbar changes. Thank to Oliver for 
1931                 reporting this.
1932
1933 2002-08-23 [colin]      0.8.1claws103
1934
1935         * src/mainwindow.c
1936           src/messageview.[ch]
1937           src/noticeview.[ch]
1938           src/summaryview.c
1939                 Changed messageview_create() and noticeview_create()
1940                 to avoid the last gdk_warning
1941
1942 2002-08-22 [colin]      0.8.1claws102
1943
1944         * src/summaryview.c
1945                 Fix my new `Creating pixmap from xpm' warning
1946
1947 2002-08-22 [colin]      0.8.1claws101
1948
1949         * src/mainwindow.c
1950                 Fix some of the gdk warnings
1951
1952 2002-08-22 [colin]      0.8.1claws100
1953
1954         * src/Makefile.am
1955         * src/stock_pixmap.c
1956         * src/stock_pixmap.h
1957         * src/pixmaps/quicksearch.xpm *ADDED*
1958                 Add the quicksearch pixmap
1959         * src/mainwindow.c
1960         * src/summaryview.c
1961         * src/summaryview.h
1962                 Make quicksearch bar visible/hidden via a button
1963
1964 2002-08-22 [christoph]  0.8.1claws99
1965
1966         * src/folder.c
1967                 fix folder update for newsgroups with message
1968                 numbers below minimum number of articles to fetch
1969                 (closes bug #598445)
1970
1971 2002-08-22 [paul]       0.8.1claws98
1972
1973         * sync with 0.8.1cvs28
1974                 see ChangeLog 2002-08-22
1975
1976 2002-08-21 [alfons]     0.8.1claws97
1977
1978         * src/crash.c
1979                 use bt instead of bt full which seems to work 
1980                 better, and bt full doesn't give a great deal 
1981                 of information anyway
1982
1983 2002-08-21 [colin]      0.8.1claws96
1984
1985         * src/summaryview.c
1986                 fix summaryview_searchtype_changed prototype
1987
1988 2002-08-21 [christoph]  0.8.1claws95
1989
1990         * src/mainwindow.c
1991                 o fix broken menu update for sorting type, we have to
1992                   get this info from the summaryview now
1993                 o removed setting of threaded state in menu callback
1994         * src/summaryview.[ch]
1995                 more summaryview/folderitem seperation for
1996                 threading option
1997         * configure.in
1998                 removed not required --with-compiler-flags option
1999
2000 2002-08-21 [oliver]     0.8.1claws94
2001         
2002         * src/toolbar.h 
2003                 o rename toolbar.xml to toolbar_main.xml
2004                   since toolbar_compose.xml might come up 
2005                   any time soon
2006         * README.claws
2007                 add custom toolbar              
2008
2009 2002-08-21 [darko]      0.8.1claws93
2010
2011         * src/procmsg.c
2012                 don't reset tmp flags for messages copied
2013                 to sent folder
2014
2015 2002-08-21 [colin]      0.8.1claws92
2016         
2017         * src/prefs_filtering.c
2018                 fix renaming rules on folder rename 
2019                 when folder is not a leaf folder
2020
2021 2002-08-21 [paul]       0.8.1claws91
2022
2023         * src/prefs_folder_item.c
2024                 fix alignment of colour selector
2025
2026 2002-08-21 [paul]       0.8.1claws90
2027
2028         * sync with 0.8.1cvs27
2029                 see ChangeLog 2002-08-21
2030
2031 2002-08-21 [paul]       0.8.1claws89
2032
2033         * src/summaryview.c
2034                 fix crash when changing field type in
2035                 Quick search bar
2036
2037 2002-08-21 [colin]      0.8.1claws88
2038
2039         * src/summaryview.c
2040                 Made quick search case-insensitive
2041
2042 2002-08-21 [paul]       0.8.1claws87
2043
2044         * sync with 0.8.1cvs26
2045                 see ChangeLog 2002-08-21
2046
2047 2002-08-20 [christoph]  0.8.1claws86
2048
2049         * src/folderview.c
2050         * src/main.c
2051         * src/summaryview.[ch]
2052                 more summaryview/folderitem seperation for
2053                 sort_key and sort_type
2054         * src/procmsg.c
2055                 added missing return statement
2056
2057 2002-08-20 [colin]      0.8.1claws85
2058
2059         * src/summaryview.[ch]
2060                 Added a quick search box
2061         * src/mainwindow.c
2062         * src/prefs_common.[ch]
2063                 Added a show/hide option for the quick search
2064
2065 2002-08-20 [oliver]     0.8.1claws84
2066         
2067         * src/mainwindow.c
2068                 remove toolbar_create_popups
2069         * src/toolbar.[ch]
2070                 o remove toolbar_create_popups
2071                 o fix toolbar_set_sensitive 
2072                   (Bug reports #596834 and #596832)     
2073         * src/prefs_toolbar.c
2074                 o add "Set default" button
2075                 o align label and text + combo widgets
2076
2077 2002-08-20 [hoa]        0.8.1claws83bis
2078
2079         * src/imap.c
2080                 fixed a bug in imap_fetch_msginfo() in case there is no
2081                 current folder.
2082
2083 2002-08-20 [darko]      0.8.1claws83
2084
2085         * src/folderview.c
2086                 copy the color style of folder view so it
2087                 works with GTK themes
2088
2089 2002-08-20 [darko]      0.8.1claws82
2090
2091         * src/folder.h
2092         * src/folderview.c
2093         * src/prefs_folder_item.[hc]
2094                 don't use UI stuff in folder.h
2095
2096 2002-08-20 [darko]      0.8.1claws81
2097
2098         * src/folder.h
2099         * src/prefs_folder_item.h
2100         * src/folderview.c
2101         * src/prefs_folder_item.c
2102                 ability to set folder color in folderview
2103
2104 2002-08-19 [alfons]     0.8.1claws80
2105
2106         * src/summaryview.c
2107                 fix one of the earlier memleaks reported by Martin Kluge
2108
2109 2002-08-19 [alfons]     0.8.1claws79
2110
2111         * src/mainwindow.c
2112                 hide notice view when selecting seperate folder
2113                 view (reported by Urke MMI)
2114
2115 2002-08-19 [christoph]  0.8.1claws78
2116
2117         * src/folderview.c
2118         * src/prefs_folder_item.h
2119         * src/summaryview.[ch]
2120                 o add summary_set_prefs_from_folderitem to set
2121                   summaryview prefs (first step to remove all
2122                   references to the folderitem in summaryview)
2123                 o moved compiled regex stuff from folderitem prefs
2124                   to summaryview code
2125
2126 2002-08-19 [paul]       0.8.1claws77
2127
2128         * src/compose.c
2129                 add check for '.' to QUOTE_IF_REQUIRED
2130
2131 2002-08-19 [paul]       0.8.1claws76
2132
2133         * src/inc.c
2134                 sync with 0.8.1cvs25 (plug memory leak)
2135
2136         * src/prefs_toolbar.c
2137                 re-order prefs_toolbar_cancel()
2138
2139 2002-08-18 [alfons]     0.8.1claws75
2140
2141         * src/inc.c
2142         * src/matcher.c
2143                 plug other memleaks reported by Martin Kluge
2144
2145 2002-08-18 [paul]       0.8.1claws74
2146
2147         * po/pt_BR.po
2148                 updated by Fabio Jr. Beneditto
2149
2150 2002-08-18 [paul]       0.8.1claws73
2151
2152         * src/toolbar.[ch]
2153                 fix bug where tooltips were displayed untranslated              
2154
2155         * src/prefs_toolbar.c
2156                 fix bug where clicking 'Cancel' creates an icon & text
2157                 toolbar regardless of prefs
2158         
2159
2160 2002-08-17 [oliver]     0.8.1claws72
2161
2162         * src/prefs_toolbar.c
2163                 update toolbar on CANCEL
2164                 bug reported by Martin Kluge
2165         * src/toolbar.c
2166                 toolbar_destroy memleak fixed           
2167
2168 2002-08-17 [alfons]     0.8.1claws71
2169
2170         * src/toolbar.c
2171                 plug another memleak reported by Martin Kluge
2172
2173 2002-08-16 [alfons]     0.8.1claws70
2174
2175         * src/crash.c
2176                 use execvp() correctly (suggested by wwp; thanks!)
2177
2178 2002-08-16 [alfons]     0.8.1claws69
2179
2180         * src/gtksctree.c
2181                 plug memory leak reported by Kim Schultz & Martin Kluge
2182
2183 2002-08-16 [paul]       0.8.1claws68
2184
2185         * po/es.po
2186                 updated by Ricardo Mones Lastra
2187
2188 2002-08-16 [paul]       0.8.1claws67
2189
2190         * src/toolbar.h
2191                 fix bug where 'Compose News' icon showed wrong
2192                 tooltip
2193
2194 2002-08-16 [paul]       0.8.1claws66
2195
2196         * sync with 0.8.1cvs24
2197                 see ChangeLog 2002-08-16
2198
2199         * po/it.po
2200                 updated by Alessandro Maestri
2201
2202 2002-08-15 [paul]       0.8.1claws65
2203
2204         * po/sr.po
2205                 updated by Urke MMI
2206
2207 2002-08-15 [paul]       0.8.1claws64
2208
2209         * src/*.c
2210                 don't translate debug info
2211
2212         * src/matcher.[ch]
2213                 add copyright info
2214
2215 2002-08-15 [paul]       0.8.1claws63
2216
2217         * src/prefs_toolbar.c
2218                 fix bug where clicking 'OK' creates an icon & text
2219                 toolbar regardless of prefs
2220
2221 2002-08-14 [alfons]     0.8.1claws62
2222
2223         * src/main.c
2224                 add global var that has the full argv[0]
2225         * src/crash.c
2226                 o execvp the correct sylpheed by using argv0
2227                   and setting the correct work dir
2228                 o other tweaks  
2229
2230 2002-08-14 [oliver]     0.8.1claws61
2231         
2232         * enable/disable Toolbar Action Buttons 
2233         * code cleanups
2234         * src/mainwindow.c
2235         * src/toolbar.[ch]      
2236         * src/prefs_toolbar.c   
2237
2238 2002-08-14 [melvin]     0.8.1claws60
2239
2240         * po/fr.po
2241                 Updated French translations
2242
2243 2002-08-14 [melvin]     0.8.1claws59
2244
2245         * src/crash.c
2246                 Made bug report not translatable
2247         * src/exporthtml.c
2248                 Fixed exporthtml_build_filespec() return value
2249         * src/foldersel.c
2250                 Fixed incorrect include file
2251         * src/gtkspell.c
2252         * src/prefs_actions.c
2253         * src/prefs_toolbar.c
2254                 Made debug info not translatable
2255         * src/mutt.c
2256         * src/quote_fmt.c
2257                 Added missing includes
2258         * src/prefs_common.c
2259                 Fixed typo
2260
2261 2002-08-14 [paul]       0.8.1claws58
2262
2263         * faq/es/sylpheed-faq.html
2264           faq/es/sylpheed-faq-[1-3].html
2265           faq/es/sylpheed-faq-4.html     **NEW FILE **
2266                 update Spanish FAQ
2267
2268 2002-08-13 [christoph]  0.8.1claws57
2269
2270         * src/procmsg.c
2271                 ignore thread fix that did not mark all
2272                 child nodes of a ignored thread as
2273                 ignored. Does not work perfectly yet,
2274                 but it is better now
2275
2276 2002-08-13 [alfons]     0.8.1claws56
2277
2278         * src/crash.c
2279                 o implement 'save crash log'
2280                 o some tweaks
2281
2282 2002-08-13 [melvin]     0.8.1claws55
2283
2284         * src/main.c
2285                 removed unrequired "execinfo.h" header
2286
2287 2002-08-12 [paul]       0.8.1claws54
2288
2289         * faq/en/sylpheed-faq.html
2290           faq/en/sylpheed-faq-[1-3].html
2291           faq/en/sylpheed-faq-4.html     **NEW FILE **
2292                 update English FAQ
2293
2294 2002-08-12 [alfons]     0.8.1claws53
2295
2296         * po/POTFILES.in
2297                 add crash.c to translatables
2298         * src/crash.c
2299                 bring in Leandro's crash dialog
2300
2301 2002-08-11 [alfons]     0.8.1claws52
2302
2303         * src/crash.c
2304                 clean up some warnings
2305
2306 2002-08-11 [alfons]     0.8.1claws51
2307
2308         * acconfig.h
2309         * configure.in
2310         * src/crash.[ch]        ** NEW FILES **
2311         * src/main.c            
2312                 initial gdb crash handler
2313
2314 2002-08-11 [paul]       0.8.1claws50
2315
2316         * src/prefs_toolbar.c
2317                 replace Up/Down arrow pixmaps with text to be
2318                 consistent across icon themes
2319
2320 2002-08-11 [paul]       0.8.1claws49
2321
2322         * src/prefs_common.c
2323           src/prefs_toolbar.c
2324                 rename 'Pixmap' -> 'Icon'
2325
2326         * src/toolbar.[ch]
2327                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
2328
2329 2002-08-10 [paul]       0.8.1claws48
2330
2331         * src/prefs_toolbar.c
2332                 re-work the UI
2333
2334 2002-08-10 [paul]       0.8.1claws47
2335
2336         * src/main.c
2337                 don't write Processing progress to status bar
2338                 patch submitted by Alexander Evseev
2339
2340         * src/prefs_toolbar.c
2341                 re-position and resize window
2342                 make window assume correct size on first call
2343
2344 2002-08-10 [paul]       0.8.1claws46
2345
2346         * src/mainwindow.c
2347           src/prefs_toolbar.c
2348           src/toolbar.c
2349           src/toolbar.h
2350                 obey coding style
2351                 follow UI text conventions
2352
2353 2002-08-10 [alfons]     0.8.1claws45
2354
2355         * src/toolbar.c
2356                 correct pixmap for delete action
2357
2358 2002-08-10 [paul]       0.8.1claws44
2359
2360         * po/pt_BR.po
2361                 updated by Fabio Jr. Beneditto
2362
2363 2002-08-10 [paul]       0.8.1claws43
2364
2365         * po/POTFILES.in
2366                 add custom toolbar files
2367
2368 2002-08-10 [paul]       0.8.1claws42
2369
2370         * sync with 0.8.1cvs22
2371                 see ChangeLog 2002-08-09
2372
2373 2002-08-09 [paul]       0.8.1claws41
2374
2375         * tools/Makefile.am
2376           tools/README
2377           tools/outlook2sylpheed.pl     ** NEW FILE **
2378                 add script to convert exported Outlook
2379                 contacts list to a Sylpheed addressbook.
2380                 Submitted by Ricardo Mones Lastra.
2381
2382 2002-08-09 [paul]       0.8.1claws40
2383
2384         * AUTHORS
2385           configure.in
2386           po/sr.po      ** NEW FILE **
2387                 add Serbian message catalog. Submitted by
2388                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
2389
2390 2002-08-09 [paul]       0.8.1claws39
2391
2392         * sync with 0.8.1cvs21
2393                 see ChangeLog 2002-08-08
2394
2395 2002-08-08 [oliver]     0.8.1claws38
2396
2397         * src/mainwindow.c
2398                 move Custom Toolbar to Configuration menu
2399
2400 2002-08-08 [oliver]     0.8.1claws37
2401
2402         * src/prefs_toolbar.c
2403                 fix substitute pixmap bug
2404
2405 2002-08-08 [paul]       0.8.1claws36
2406
2407         * sync with 0.8.1cvs19
2408                 see ChangeLog 2002-08-08
2409
2410 2002-08-07 [christoph]  0.8.1claws35
2411
2412         * src/utils.c
2413                 fixed a memory leak in new canonicalize_file_replace
2414
2415 2002-08-07 [christoph]  0.8.1claws34
2416
2417         * src/utils.[ch]
2418                 o canonicalize_file_replace should create the temporary
2419                   file in the same directory as the original file.
2420                 o added get_tmpfile_in_dir that creates a temorary file
2421                   in a specified directory.
2422
2423 2002-08-07 [melvin]     0.8.1claws33
2424
2425         * src/toolbar.c
2426                 fixed bug where 'Article' button acted as 'Email' button.
2427
2428 2002-08-07 [paul]       0.8.1claws32
2429
2430         * sync with 0.8.1.cvs17
2431                 see ChangeLog 2002-08-07
2432
2433 2002-08-07 [colin]      0.8.1claws31
2434         
2435         * src/news.c
2436                 fix mass-cancel problem
2437
2438 2002-08-07 [thorsten]   0.8.1claws30
2439
2440         * src/prefs_toolbar.c
2441                 fix: crash on replace or add new button
2442         * src/toolbar.c
2443                 fix: close xmlfile after reading
2444         * src/utils.c
2445                 fix: unlink() file before rename()
2446
2447 2002-08-06 [paul]       0.8.1claws29
2448
2449         * sync with 0.8.cvs15
2450                 see ChangeLog 2002-08-06
2451
2452 2002-08-06 [oliver]     0.8.1claws28
2453
2454         * src/toolbar.c
2455         * src/prefs_toolbar.c
2456                 fixed empty toolbar issue
2457
2458 2002-08-06 [oliver]     0.8.1claws27
2459
2460         * Custom Toolbar Final 
2461         * src/folderview.c
2462         * src/inc.c
2463         * src/summaryview.c
2464                 o toolbar stuff now lives in src/toolbar.[ch]
2465                 o main_window_toolbar_* functions are renamed to
2466                   toolbar_* reflecting their new source file
2467         * src/mainwindow.[ch]
2468                 o remove toolbar stuff  
2469
2470 2002-08-06 [oliver]     0.8.1claws26
2471         
2472         * src/Makefile.am
2473         * src/prefs_toolbar.[ch]        **New File**
2474         * src/toolbar.[ch]              **New File**
2475                 o prefs_toolbar.[ch] custom toolbar frontend
2476                 o toolbar.[ch]       backend 
2477
2478 2002-08-06 [oliver]     0.8.1claws25
2479
2480         * src/prefs_actions.[ch]
2481                 o new exported function actions_execute
2482
2483 2002-08-06 [paul]       0.8.1claws24
2484
2485         * sync with 0.8.1cvs4
2486                 see ChangeLog 2002-08-06
2487
2488 2002-08-06 [paul]       0.8.1claws23
2489
2490         * sync with 0.8.1cvs13
2491                 see ChangeLog 2002-08-06
2492
2493 2002-08-06 [paul]       0.8.1claws22
2494
2495         * sync with 0.8.1cvs12
2496                 see ChangeLog 2002-08-05 and 2002-08-06
2497
2498 2002-08-06 [match]      0.8.1claws21
2499
2500         * src/addrclip.c
2501                 improvements to cut/copy/paste address
2502
2503 2002-08-05 [match]      0.8.1claws20
2504
2505         * src/addritem.[ch]
2506         * src/addrcache.c
2507         * src/addrbook.c
2508         * src/editaddress.c
2509         * src/addressbook.c
2510                 fixes to improve cut/copy/paste
2511
2512 2002-08-06 [melvin]     0.8.1claws19
2513
2514         * src/account.[ch]
2515                 account_find_all_from_address(): new function that returns the
2516                 list of all accounts that are matched in an address.
2517         * src/alertpanel.[ch]
2518                 alertpanel() now accepts a custom widget
2519                 alertpanel_with_widget(): new function that pops up a panel with
2520                 a custom widget in it 
2521         * src/gtkutils.[ch]
2522                 gtkut_account_menu_new(): new function that allows the selection
2523                 of an account from a list of accounts.
2524         * src/messageview.c
2525                 Extended Return Receipt notification to select the correct 
2526                 account and to make a security test on the Delivery-Notification
2527                 address which should be the same as the Return-Path.
2528
2529 2002-08-06 [thorsten]   0.8.1claws18
2530
2531         * src/mimeview.c
2532                 attach_all: save unnamed as "noname.%d",
2533                 dont free static dirname
2534
2535 2002-08-05 [alfons]     0.8.1claws17
2536
2537         * configure.in
2538                 detect XIM by trying to link rather than compile a XIM program
2539
2540 2002-08-05 [oliver]     0.8.1claws16
2541                 
2542         * src/stock_pixmap.[ch]
2543                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
2544                 o new func to retrieve pixmaps
2545
2546 2002-08-05 [paul]       0.8.1claws15
2547
2548         * sync with 0.8.1cvs10
2549                 see ChangeLog 2002-08-05
2550
2551 2002-08-04 [alfons]     0.8.1claws14
2552
2553         * src/textview.c
2554                 see if this plugs memleak
2555
2556 2002-08-04 [melvin]     0.8.1claws13
2557
2558         * src/gtkspell.c
2559                 fixed bug that could crash Sylpheed when highlighting
2560                 all misspelled words.
2561
2562 2002-08-03 [melvin]     0.8.1claws12
2563
2564         * src/prefs_actions.c
2565                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
2566         * src/messageview.c
2567                 fixed bug where the Return Receipt was sent to
2568                 Delivery-Notification-To address even if it was not present
2569
2570 2002-08-02 [alfons]     0.8.1claws11
2571
2572         * src/prefs_actions.c
2573                 o more check for NULLs
2574                 o put create_io_dialog() in right conditional block
2575
2576 2002-08-02 [paul]       0.8.1claws10
2577
2578         * po/es.po
2579                 updated by Ricardo Mones Lastra
2580
2581 2002-08-01 [christoph]  0.8.1claws9
2582
2583         * src/folder.c
2584                 don't free the cache of the opened
2585                 folder in the summaryview
2586         * src/summaryview.c
2587                 don't unset flags, if it is not required
2588
2589 2002-08-01 [paul]       0.8.1claws8
2590
2591         * sync with 0.8.1cvs8
2592                 see ChangeLog entry 2002-08-01
2593
2594 2002-08-01 [paul]       0.8.1claws7
2595
2596         * sync with 0.8.1cvs7
2597                 see ChangeLog 2002-07-31 and 2002-08-01
2598
2599 2002-07-31 [christoph]  0.8.1claws6
2600
2601         * src/mainwindow.c
2602                 forgot to update menu sensitivity
2603                 function for new menu entry
2604
2605 2002-07-31 [alfons]     0.8.1claws5
2606
2607         * src/main.c
2608                 check folder item and its path for NULL on
2609                 initial processing
2610
2611 2002-07-31 [christoph]  0.8.1claws4
2612
2613         * src/folder.c
2614                 check if folder_item_get_msginfo in
2615                 folder_item_remove_msg returned NULL
2616         * src/imap.c
2617                 better clear the uid cache in the
2618                 uid validity check function and delete
2619                 cached messages
2620
2621 2002-07-31 [paul]       0.8.1claws3
2622
2623         * man/sylpheed.1
2624                 add the '--attach' option and a few other
2625                 minor changes
2626
2627 2002-07-31 [paul]       0.8.1claws2
2628
2629         * sync with 0.8.1cvs5
2630                 see ChangeLog 2002-07-31
2631
2632 2002-07-31 [christoph]  0.8.1claws1
2633
2634         * src/folderview.[ch]
2635         * src/mainwindow.c
2636                 replace "Rescan all folders..." with
2637                 "Check all folders for new messages..."
2638
2639 2002-07-30 [paul]       0.8.1claws
2640
2641         * version 0.8.1claws released
2642
2643 2002-07-30 [paul]       0.8.0claws29
2644
2645         * tools/OOo2sylpheed.pl ** NEW FILE **
2646           tools/README
2647                 add script to enable sending documents as
2648                 attachments from OpenOffice.org
2649
2650 2002-07-30 [melvin]     0.8.0claws28
2651
2652         * src/prefs_actions.c
2653                 Made the actions' input/output dialog display
2654                 without delay.
2655
2656 2002-07-30 [christoph]  0.8.0claws27
2657
2658         * src/procmsg.c
2659                 check if folder_item_get_msginfo in
2660                 procmsg_save_to_outbox returned NULL
2661
2662 2002-07-30 [paul]       0.8.0claws26
2663
2664         * sync with 0.8.1cvs4
2665                 see ChangeLog 2002-07-29
2666
2667 2002-07-29 [thorsten]   0.8.0claws25
2668
2669         * README.claws
2670                 added selective download, delete on server
2671
2672 2002-07-29 [paul]       0.8.0claws24
2673
2674         * sync with 0.8.1cvs3
2675                 see ChangeLog 2002-07-29
2676
2677 2002-07-27 [christoph]  0.8.0claws23
2678
2679         * src/folder.c
2680                 add extra check if fetching the msginfo
2681                 returned NULL
2682
2683 2002-07-27 [paul]       0.8.0claws22
2684
2685         * sync with 0.8.1cvs2
2686                 see ChangeLog 2002-07-26
2687
2688 2002-07-27 [christoph]  0.8.0claws21
2689
2690         * src/imap.c
2691                 add another check if a valid msginfo
2692                 was returned
2693
2694 2002-07-26 [hoa]        0.8.0claws20
2695
2696         * src/folder.c
2697                 Fixed a condition in folder_item_destroy()
2698
2699         * src/imap.c
2700                 Fixed an error in IMAP protocol
2701
2702 2002-07-26 [alfons]     0.8.0claws19
2703
2704         * src/folder.c
2705                 ofcourse compare with identifier, not the path
2706
2707 2002-07-26 [alfons]     0.8.0claws18
2708
2709         * src/folder.c
2710                 use folder item identifier for saving / restoring
2711                 preferences because folder->path might not be unique
2712
2713 2002-07-26 [melvin]     0.8.0claws17
2714
2715         * src/logwindow.c
2716                 Fixed a crash introduced in 0.8.0claws5 when log is 
2717                 cut under 80 characters.
2718
2719 2002-07-26 [paul]       0.8.0claws16
2720
2721         * sync with 0.8.1cvs1
2722                 see ChangeLog 2002-07-26
2723
2724 2002-07-26 [christoph]  0.8.0claws15
2725
2726         * src/imap.[ch]
2727                 imap folder now remembers the last selected
2728                 folder and imap_fetch_msginfo skips selecting
2729                 the folder if it is already selected
2730
2731 2002-07-26 [christoph]  0.8.0claws14
2732
2733         * src/folder.c
2734         * src/folderview.c
2735         * src/imap.c
2736                 fix imap folder rescanning
2737
2738 2002-07-25 [christoph]  0.8.0claws13
2739
2740         * src/filter.c
2741         * src/folder.[ch]
2742         * src/folderview.c
2743         * src/imap.[ch]
2744         * src/mainwindow.c
2745         * src/mbox_folder.c
2746         * src/mh.c
2747         * src/news.c
2748                 implement imap uid cache and uid validity check
2749
2750 2002-07-25 [alfons]     0.8.0claws12
2751
2752         * src/summaryview.c
2753                 fix a brown paper bag bug, and also add some more
2754                 checks
2755
2756 2002-07-25 [christoph]  0.8.0claws11
2757
2758         * src/folder.c
2759                 don't mix copy, fetch_msginfo and remove
2760                 operations in folder item copy and move
2761                 operations
2762
2763 2002-07-25 [christoph]  0.8.0claws10
2764
2765         * src/folderview.c
2766         * src/mainwindow.c
2767         * src/prefs_folder_item.c
2768         * src/summaryview.[ch]
2769                 remove no longer required parameter update_cache from
2770                 summary_show
2771
2772 2002-07-25 [paul]       0.8.0claws9
2773
2774         * sync with 0.8.1
2775         
2776         * AUTHORS
2777                 a few corrections
2778
2779 2002-07-24 [alfons]     0.8.0claws8
2780
2781         * src/summaryview.c
2782                 sort correctly when using simplified subject line
2783                 (closes feature request "[ 585141 ] applying regexp to subject 
2784                 before sort" submitted by Alexandra Walford)
2785
2786 2002-07-24 [paul]       0.8.0claws7
2787
2788         * sync with 0.8.0cvs3
2789                 see ChangeLog 2002-07-24
2790
2791 2002-07-23 [christoph]  0.8.0claws6
2792
2793         * src/folder.c
2794         * src/folder.h
2795         * src/summaryview.c
2796         * src/summaryview.h
2797         * src/main.c
2798                 o separate processing and summaryview
2799                 o removed summary_write_cache from summaryview
2800                 o removed summaryview->killed_messages, because we don't have
2801                   to keep a list of killed messages anymore. New cache will
2802                   keep the hidden messages in cache anyway
2803         * src/folderview.c
2804         * src/inc.c
2805         * src/selective_download.c
2806                 o removed unnecessary summary_write_cache calls
2807         * src/procmsg.c
2808                 o don't set ignore thread flag in procmsg_get_thread_tree
2809                   if it is already set
2810         * src/mainwindow.c
2811         * src/statusbar.h
2812                 o moved STATUSBAR_PUSH/POP to statusbar.h because
2813                   they are used in different files
2814
2815 2002-07-23 [melvin]     0.8.0claws5
2816
2817         * src/addressbook.c
2818         * src/addrgather.c
2819         * src/editaddress.c
2820         * src/editgroup.c
2821         * src/editldap_basedn.c
2822         * src/importldif.c
2823         * src/prefs_common.c
2824                 Fixed few memory leak (gtk_editable_get_chars returns
2825                 an allocated string)
2826         * src/logwindow.c
2827                 Fixed few memory leak (gtk_editable_get_chars returns
2828                 an allocated string) and modified a little the log cutting
2829                 loop.
2830         * src/compose.c
2831                 Replaced a call to an obsolete function gtk_entry_get_text()
2832                 by gtk_editable_get_chars()
2833         * src/send.c
2834                 Removed a debug printf
2835
2836 2002-07-23 [christoph]  0.8.0claws4
2837
2838         * src/filesel.c
2839                 fix another g_dirname memory leak
2840
2841 2002-07-23 [christoph]  0.8.0claws3
2842
2843         * src/mh.c
2844                 fixed a memory leak in mh_fetch_msginfo
2845                 fixed crash when message header could not be
2846                 parsed
2847
2848 2002-07-23 [paul]       0.8.0claws2
2849
2850         * sync with 0.8.0cvs2
2851                 see ChangeLog 2002-07-23
2852
2853 2002-07-23 [paul]       0.8.0claws1
2854
2855         * sync with 0.8.0cvs1
2856                 see ChangeLog 2002-07-23
2857
2858 2002-07-23 [paul]       0.8.0claws
2859
2860         * release of 0.8.0claws
2861
2862 2002-07-23 [paul]       0.7.8claws99
2863
2864         * po/ru.po
2865                 new Russian translation, submitted by
2866                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
2867
2868 2002-07-22 [jens]       0.7.8claws98
2869
2870         * po/de.po
2871                 Updated German translations.
2872
2873 2002-07-22 [paul]       0.7.8claws97
2874
2875         * po/es.po
2876           po/it.po
2877           po/nl.po
2878           po/pt_BR.po
2879                 updated translations by Ricardo Mones Lastra,
2880                 Alessandro Maestri, Wilbert Berendsen and 
2881                 Fabio Jr. Beneditto respectively
2882
2883 2002-07-22 [christoph]  0.7.8claws96
2884
2885         * src/mimeview.c
2886                 fix memory leak caused by wrong g_dirname usage
2887
2888 2002-07-22 [christoph]  0.7.8claws95
2889
2890         * src/summaryview.c
2891                 update new and unread message counts for summaryview
2892                 summaryview does not get it from the folder anymore
2893                 and has to update the values itself
2894
2895 2002-07-22 [melvin]     0.7.8claws94
2896
2897         * po/fr.po
2898                 Updated French translations.
2899
2900 2002-07-22 [christoph]  0.7.8claws93
2901
2902         * src/matcher.c
2903                 set prop->preg pointer to NULL or following check
2904                 will not fail and regexec will be called with
2905                 invalid pointer
2906
2907 2002-07-21 [alfons]     0.7.8claws92
2908         
2909         * src/prefs_common.[ch]
2910                 remove option "Send return receipt on request"
2911
2912 2002-07-21 [thorsten]   0.7.8claws91
2913
2914         * src/mimeview.c
2915                 fixed memleaks, coding style as pointed out by alfons
2916
2917 2002-07-21 [alfons]     0.7.8claws90
2918
2919         * src/messageview.c
2920         * src/noticeview.[ch]
2921                 o fix bug notice view being displayed when going to empty folder 
2922                   (noticed by Christoph)
2923                 o allow RRR to be sent when restarting sylpheed, or changing folder 
2924                   (noticed by Thorsten)
2925
2926 2002-07-21 [thorsten]   0.7.8claws89
2927
2928         * src/mimeview.c
2929                 Included save_all patch from Xaview FACQ
2930                 added support for pathnames
2931
2932 2002-07-21 [alfons]     0.7.8claws88
2933
2934         * po/POTFILES.in
2935         * src/Makefile.am
2936         * src/mainwindow.c
2937         * src/messageview.[ch]
2938         * src/noticeview.c      ** NEW FILE **
2939         * src/noticeview.h      ** NEW FILE **
2940                 make return receipts work again
2941                 (UI idea by Leandro Pereira)
2942
2943 2002-07-21 [paul]       0.7.8claws87
2944
2945         * src/summaryview.c
2946                 fix sensitivity of 'Select thread'
2947
2948 2002-07-21 [paul]       0.7.8claws86
2949
2950         * src/prefs_common.c
2951                 add browser command line for Galeon
2952
2953 2002-07-21 [paul]       0.7.8claws85
2954
2955         * Makefile.am
2956                 fix 'EXTRA_DIST': remove README.README, add TODO
2957                 and TODO.claws
2958
2959 2002-07-21 [alfons]     0.7.8claws84
2960
2961         * src/gtkstext.c
2962                 make enter clear selection
2963                 (closes "[ 579888 ] Editor selection/entry error"
2964                 reported by Steve Lamb)
2965
2966 2002-07-21 [alfons]     0.7.8claws83
2967         
2968         * src/summaryview.c
2969                 sort message list when selecting unthread messages
2970                 (closes "[ 501593 ] switching threaded view doesn't sort"
2971                 reported by Simon Schubert)
2972
2973 2002-07-20 [alfons]     0.7.8claws82
2974         
2975         * src/matcher.c
2976                 const-correctness
2977
2978 2002-07-20 [thorsten]   0.7.8claws81
2979
2980         * src/matcher.c
2981                 Fixed expansion of empty fields in matchactions
2982
2983 2002-07-19 [melvin]     0.7.8claws80
2984
2985         * src/gtkspell.c
2986                 Removed a duplicate menu entry (fast mode) introduced during
2987                 the new cache merge
2988                 Added a menu separator between 'Use alternate' and 'Fast mode'
2989
2990 2002-07-19 [paul]       0.7.8claws79
2991
2992         * tools/Makefile.am
2993           tools/README
2994                 correct typos
2995
2996 2002-07-19 [thorsten]   0.7.8claws78
2997
2998         * tools/calypso_convert.pl      ** NEW FILE **
2999           tools/README
3000           tools/Makefile.am
3001                 script to import mbox files exported
3002                 by calypso
3003                 o generates folder structure
3004                 o includes attachments
3005
3006 2002-07-19 [melvin]     0.7.8claws77
3007
3008         * src/selective_download.[ch]
3009                 Fixed bug where closing the dialog with the window manager's
3010                 close button will not unlock the summary
3011                 Corrected some function declarations that missed a return value
3012                 Made the source code comply better with coding style.
3013         * src/prefs_common.c
3014                 Added new browser command line for Mozilla.
3015
3016 2002-07-18 [paul]       0.7.8claws76
3017
3018         * src/mainwindow.c
3019           src/selective_download.[ch]
3020                 reflect theme changes, fix Gdk Warning when creating 
3021                 pixmap from NULL window, and minor clean up.
3022                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
3023
3024         * po/en_GB.po
3025                 updated
3026
3027 2002-07-17 [paul]       0.7.8claws75
3028
3029         * INSTALL[.jp]
3030                 sync with 0.8.0
3031         
3032         * po/en_GB.po
3033                 updated
3034
3035 2002-07-16 [paul]       0.7.8claws74
3036
3037         * tools/filter_conv.pl
3038           tools/README
3039                 replace conversion script with reimplemented version, 
3040                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
3041
3042 2002-07-16 [colin]      0.7.8claws73
3043
3044         * src/summaryview.c
3045                 remove forgotten debug messages - sorry ;-)
3046
3047 2002-07-16 [colin]      0.7.8claws72
3048
3049         * src/mimeview.c
3050           src/summaryview.c
3051           src/textview.c
3052           src/textview.h
3053                 add the ability to select part of a text mime-part 
3054                 to reply.
3055
3056 2002-07-15 [christoph]  0.7.8claws71
3057
3058         * src/folder.c
3059                 fix folder message count for folders without
3060                 msg_is_changed (includes news folders)
3061
3062 2002-07-15 [martin]     0.7.8claws70
3063
3064         * src/summaryview.c
3065                 option "display recipient on 'From'..." now works
3066                 without the need of enabling the option
3067                 "display  sender  using  address  book".
3068
3069 2002-07-15 [christoph]  0.7.8claws69
3070
3071         * src/summaryview.c
3072                 removed setting folder status from summaryview.
3073                 folder.c should update all message counts correctly.
3074
3075 2002-07-15 [paul]       0.7.8claws68
3076
3077         * po/pt_BR.po
3078                 updated by Fabio Junior Beneditto
3079
3080 2002-07-15 [darko]      0.7.8claws67
3081
3082         * src/mh.c
3083                 Fixed target folder colorization, don't decrease op
3084                 number twice
3085
3086 2002-07-14 [paul]       0.7.8claws66
3087
3088         * sync with main 0.8.0
3089                 see ChangeLog 2002-07-14
3090
3091 2002-07-13 [melvin]     0.7.8claws65
3092         
3093         * src/addrbook.c
3094         * src/addressbook.c
3095         * src/addrindex.c
3096                 Replaced sprintf by g_snprintf to prevent possible buffer
3097                 overflow.
3098         * src/news.c
3099                 Corrected a log message output format.
3100                 Added a missing "done" debug output.
3101         * src/compose.c
3102                 Added keyboard accelerator for Priority menu items
3103                 Added missing \n in debug output
3104         * src/logwindow.c
3105         * src/gtkspell.c
3106         * src/rfc2015.c
3107                 Added missing \n in debug output
3108
3109 2002-07-13 [paul]       0.7.8claws64
3110
3111         * man/sylpheed.1
3112                 change Sergey's email address to the sf address
3113
3114         * src/textview.c
3115                 increase show_url_timeout (more useful for long
3116                 urls)
3117
3118 2002-07-12 [sergey]     0.7.8claws63
3119
3120         * src/rfc2015.c
3121                 applied (with some modifications) patch to set the
3122                 micalg parameter for signatures
3123                 (2001-08-28 Werner Koch <wk@gnupg.org>)
3124
3125 2002-07-12 [sergey]     0.7.8claws62
3126
3127         * man/Makefile.am
3128         * configure.in
3129                 fixed man page installation
3130
3131 2002-07-12 [paul]       0.7.8claws61
3132
3133         * sync with 0.7.8cvs26
3134                 see ChangeLog 2002-07-11 and 2002-07-12
3135
3136 2002-07-11 [christoph]  0.7.8claws60
3137
3138         * src/compose.c
3139         * src/procmsg.c
3140                 first use the message number to find the message
3141                 to mark with a reply flag but check the
3142                 message-id if we got the correct message, if not
3143                 try to find it by message-id.
3144                 use new string seperator that is not allowed
3145                 in message-ids.
3146
3147 2002-07-11 [paul]       0.7.8claws59
3148
3149         * sync with 0.7.8cvs23
3150                 see ChangeLog 2002-07-10
3151
3152 2002-07-10 [christoph]  0.7.8claws58
3153
3154         * src/folder.[ch]
3155         * src/msgcache.[ch]
3156                 Added message-id table to the cache in memory
3157                 and functions to msgcache.c and folder.c to
3158                 fetch MsgInfos by message id
3159         * src/compose.c
3160         * src/procmsg.c
3161                 store folder and message-id of message replying
3162                 to in queue header and set reply flag after sending
3163                 (Closes bug #469498)
3164
3165 2002-07-10 [paul]       0.7.8claws57
3166
3167         * AUTHORS
3168           man/sylpheed.1.gz
3169                 add Martin to the list of authors
3170
3171 2002-07-09 [martin]     0.7.8claws56
3172         * src/gtksctree.c
3173                 Added gtk_ctree_last_visible(), tree_update_level(),
3174                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
3175                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
3176                 from gtk+ to gtksctree.c for the new sorting code
3177                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
3178                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
3179         * src/gtksctree.h
3180                 Added declaration for gtk_sctree_sort_recursive() and
3181                 gtk_sctree_sort_node
3182         * src/addressbook.c
3183         * src/foldersel.c
3184         * src/folderview.c
3185         * src/summaryview.c
3186                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
3187                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
3188
3189 2002-07-08 [paul]       0.7.8claws55
3190
3191         * more sync with 0.7.8cvs21
3192                 see ChangeLog 2002-07-08
3193
3194 2002-07-08 [paul]       0.7.8claws54
3195
3196         * sync with 0.7.8cvs21
3197                 see ChangeLog 2002-07-08
3198
3199 2002-07-07 [alfons]     0.7.8claws53
3200
3201         * src/Makefile.am
3202         * src/stock_pixmap.[ch]
3203         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
3204         * src/pixmaps/notice_error.xpm  ** NEW FILE **
3205         * src/pixmaps/notice_note.xpm   ** NEW FILE **
3206                 add new pixmaps for upcoming notice pane
3207
3208 2002-07-06 [melvin]     0.7.8claws52
3209
3210         * src/gtkspell.[ch]
3211                 Made them a bit closer to Sylpheed's coding style.
3212                 Removed old code.
3213                 Removed possible memory leaks when some errors occurs.
3214
3215 2002-07-06 [melvin]     0.7.8claws51
3216
3217         * po/Makefile.in.in
3218                 Removed --no-location in xgettext command line to help
3219                 translators that use Emacs' po-mode
3220         * src/quote_fmt.c
3221                 Removed unnecessary comments that messed up sylpheed.pot
3222
3223 2002-07-06 [paul]       0.7.8claws50
3224
3225         * sync with 0.7.8cvs19
3226                 see ChangeLog 2002-07-05
3227
3228 2002-07-06 [christoph]  0.7.8claws49
3229
3230         * src/folder.c
3231         * src/mainwindow.c
3232                 fix folder_item_remove_all_msg and folderview
3233                 status for trash folders after emptying trash
3234
3235 2002-07-05 [paul]       0.7.8claws48
3236
3237         * sync with 0.7.8cvs16
3238                 see ChangeLog 2002-07-04 and 2002-07-05
3239
3240 2002-07-04 [paul]       0.7.8claws47
3241
3242         * sync with 0.7.8cvs14
3243                 see  ChangeLog 2002-07-04
3244
3245 2002-07-03 [alfons]     0.7.8claws46
3246
3247         * src/folder.c
3248                 dupe folder item's path because it's being reallocated
3249                 by new folder scanning code
3250
3251 2002-07-03 [christoph]  0.7.8claws45
3252
3253         * src/imap.c
3254                 better IMAP uid fetching using 'FETCH 1:* (UID)'
3255         * src/msgcache.c
3256                 add missing return in msgcache_write
3257
3258 2002-07-02 [thorsten]   0.7.8claws44
3259
3260         * src/jpilot.c
3261         * src/msgcache.c
3262         * src/rfc2015.c
3263                 use binary mode for file access
3264
3265 2002-07-02 [christoph]  0.7.8claws43
3266
3267         * major code cleanup (part 1)
3268         
3269                 - unused variables removed
3270                 - unused functions removed
3271                 - uninitialized variables checked
3272                 - missing return statements added
3273                 - missing function return types added
3274                 - added parentheses around assignment and
3275                   && in || when suggested by gcc
3276               
3277         * src/mh.c
3278         * src/folder.c
3279                 replaced direct calls to folder->scan_tree
3280                 with folder_scan_tree and restore folder
3281                 prefs in this function. The folder should
3282                 not have to deal with them.
3283                 ( Should now work for all folder types )
3284
3285 2002-07-02 [paul]       0.7.8claws42
3286
3287         * sync with 0.7.8cvs13
3288                 see ChangeLog 2002-07-01 and 2002-07-02
3289
3290 2002-07-01 [christoph]  0.7.8claws41
3291
3292         * src/summaryview.c
3293                 fix "goto next/prev unread message" with
3294                 ignored threads
3295
3296 2002-07-01 [paul]       0.7.8claws40
3297
3298         * po/es.po
3299                 updated by Ricardo Mones Lastra
3300
3301 2002-06-30 [match]      0.7.8claws39
3302
3303         * src/jpilot.c
3304                 applied variation of leonerd's patch (566661) to
3305                 allow multiple email addresses per JPilot entry.
3306                 addresses may be separated by space, comma, pipe,
3307                 semi-colon, new-line.
3308
3309 2002-06-30 [alfons]     0.7.8claws38
3310
3311         * src/procmsg.c
3312                 simple fix for putting older nodes before
3313                 newer nodes when threading by subject
3314
3315 2002-06-30 [christoph]  0.7.8claws37
3316
3317         * src/folder.c
3318         * src/folderview.c
3319         * src/mh.c
3320         * src/news.c
3321         * src/procmsg.c
3322                 fix broken folder tree rescaning
3323                 and don't use procmsg_get_mark_sum
3324                 anymore
3325
3326 2002-06-30 [christoph]  0.7.8claws36
3327
3328         * merge new cache branch
3329         * src/imap.c
3330                 fix new cache imap copy bug
3331         * src/folder.c
3332                 improved folder_item_scan
3333                 it should now always set the correct
3334                 new, unread and total message counts
3335
3336 2002-06-29 [paul]       0.7.8claws35
3337
3338         * configure.in
3339                 correct syntax error
3340
3341 2002-06-29 [paul]       0.7.8claws34
3342
3343         * configure.in
3344           Makefile.am
3345           man/Makefile.am       ** NEW FILE **
3346           man/sylpheed.1.gz     ** NEW FILE **
3347                 add Sylpheed man page
3348
3349 2002-06-29 [paul]       0.7.8claws33
3350
3351         * po/pt_BR.po
3352                 updated by Fabio Junior Beneditto
3353
3354 2002-06-28 [jens]       0.7.8claws32
3355
3356         * po/de.po
3357                 translation updated
3358
3359         * src/selective_download.c
3360                 removed gettext for space " "
3361
3362         * src/imap.c
3363                 removed wrong space
3364
3365 2002-06-28 [paul]       0.7.8claws31
3366
3367         * sync with 0.7.8cvs11
3368                 see ChangeLog 2002-06-28
3369
3370 2002-06-28 [paul]       0.7.8claws30
3371
3372         * sync with 0.7.8cvs10
3373                 see ChangeLog 2002-06-27 and 2002-06-28
3374
3375 2002-06-26 [paul]       0.7.8claws29
3376
3377         * src/addrgather.c
3378           src/selective_download.c
3379                 don't gettextise empty strings.
3380                 reserved by gettext. gettext("") returns 
3381                 the header entry with meta information, 
3382                 not the empty string
3383
3384         * po/en_GB.po
3385                 updated
3386
3387 2002-06-26 [paul]       0.7.8claws28
3388
3389         * sync with 0.7.8cvs7
3390                 see ChangeLog 2002-06-25
3391
3392         * src/prefs_common.c
3393                 ...and in the process, tweak the gui a little
3394
3395 2002-06-25 [alfons]     0.7.8claws27
3396         
3397         * configure.in
3398         * src/Makefile.am
3399                 fine tune ldap library detection
3400
3401 2002-06-25 [alfons]     0.7.8claws26
3402
3403         * src/compose.c
3404                 don't allow return receipts when composing a news article
3405
3406 2002-06-25 [paul]       0.7.8claws25
3407
3408         * Makefile.am
3409                 add '$(AMTAR)' to 'release' section to allow for
3410                 new and older autotools
3411
3412 2002-06-25 [paul]       0.7.8claws24
3413
3414         * src/summaryview.c
3415                 fix "No more unread messages" persistant pop-up
3416                 window bug
3417
3418 2002-06-25 [paul]       0.7.8claws23
3419
3420         * po/it.po
3421                 updated by Alessandro Maestri
3422
3423 2002-06-25 [paul]       0.7.8claws22
3424
3425         * sync with 0.7.8cvs6
3426                 see ChangeLog 2002-06-25
3427
3428 2002-06-24 [paul]       0.7.8claws21
3429
3430         * tools/update-po
3431                 add GPL copyright information
3432
3433 2002-06-24 [paul]       0.7.8claws20
3434
3435         * tools/Makefile.am
3436           tools/README
3437           tools/update-po       ** NEW FILE **
3438                 add script that eases the creation of *.po files
3439                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
3440
3441 2002-06-23 [alfons]     0.7.8claws19
3442
3443         * src/messageview.c
3444                 make notification_convert_header obey const correctness
3445                 (next step will be fixing the broken return receipt)
3446
3447 2002-06-23 [paul]       0.7.8claws18
3448
3449         * src/messageview.c
3450                 fix bug introduced in last commit:
3451                 removed too much code in last commit - put back what's
3452                 needed
3453
3454 2002-06-23 [paul]       0.7.8claws17
3455
3456         * src/messageview.[ch]
3457                 remove code committed in error from locally patched
3458                 source
3459
3460 2002-06-23 [colin]      0.7.8claws16
3461
3462         * src/compose.[ch]
3463                 add compose_entry_select(), used to select the default_to
3464                 email address - hopefully avoiding people sending mails to
3465                 wrong recipients.
3466
3467 2002-06-22 [alfons]     0.7.8claws15
3468
3469         * AUTHORS
3470                 add Bram Metsch & Stanislav Karchebny
3471         * src/smtp.[ch]
3472         * src/prefs_account.[ch]
3473         * src/send.c
3474                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
3475                   options.  (see <http://sourceforge.net/tracker/index.php
3476                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
3477
3478                 - merge Stanislav's fix to make SMTP AUTH work with qmail
3479                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
3480
3481 2002-06-22 [paul]       0.7.8claws14
3482
3483         * sync with 0.7.8cvs5
3484                 see ChangeLog 2002-06-19 and 2002-06-20
3485
3486 2002-06-22 [alfons]     0.7.8claws13
3487
3488         * src/selective_download.c
3489                 fix a stupid mistake I made
3490
3491 2002-06-22 [alfons]     0.7.8claws12
3492
3493         * src/selective_download.[ch]
3494                 fix another unnoticed leak; cleanup code
3495
3496 2002-06-21 [alfons]
3497
3498         * tools/Makefile.am
3499                 gpg-sign <-- gpg-sign-syl
3500
3501 2002-06-21 [alfons]     0.7.8claws11
3502
3503         * src/selective_download.c
3504         * src/selective_download.h
3505                 fix assorted mix of allocation errors (should solve
3506                 problem reported by Philippe Gramoullé, see:
3507                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
3508
3509 2002-06-20 [melvin]     0.7.8claws10
3510
3511         * tools/gpg-sign *REMOVED*
3512           tools/gpg-sign-syl *ADDED*
3513                 Replaced the gpg clearsigning script with the version using
3514                 xterm instead of ssh-askpass and changed its name.
3515
3516         * README.claws
3517                 Updated actions example to reflect the renaming of the
3518                 gpg clearsigning script.
3519
3520 2002-06-19 [paul]       0.7.8claws9
3521
3522         * sync with 0.7.8claws9
3523                 see ChangeLog 2002-06-18 and 2002-06-19
3524
3525 2002-06-19 [paul]       0.7.8claws8
3526
3527         * sync with 0.7.8cvs1
3528                 see ChangeLog 2002-06-18
3529
3530 2002-06-18 [alfons]     0.7.8claws7
3531
3532         * src/mainwindow.h
3533                 add omitted prototype
3534
3535 2002-06-17 [paul]       0.7.8claws6
3536
3537         * src/mainwindow.c
3538                 fix hiding of exec_btn
3539
3540 2002-06-17 [paul]       0.7.8claws5
3541
3542         * src/pop.c
3543                 remove unneeded code: should_delete() 
3544                 and Pop3State::uidl_todelete_list
3545
3546 2002-06-17 [paul]       0.7.8claws4
3547
3548         * sync with 0.7.8
3549                 see ChangeLog 2002-06-11 and 2002-06-13
3550
3551 2002-06-16 [alfons]     0.7.8claws3
3552         
3553         * src/folder.c
3554                 make sure lock sort mode (claws specific) is
3555                 also persists after a tree rescan
3556
3557 2002-06-16 [alfons]     0.7.8claws2
3558
3559         * src/prefs_folder_item.c
3560         * src/folder.[ch]
3561                 fix persistence of folder sort mode (broken
3562                 by adapting Hiro's new folder persistence code)
3563
3564 2002-06-16 [alfons]     0.7.8claws1
3565
3566         * AUTHORS
3567         * src/logwindow.c
3568         * src/prefscommon.[ch]
3569                 control size of log text in log window; 
3570                 closes patch #569155 submitted by Mitko Haralanov.
3571
3572 2002-06-15 [paul]       0.7.8claws
3573
3574         * release of 0.7.8claws
3575
3576 2002-06-15 [paul]       0.7.7claws
3577
3578         * po/pt_BR.po
3579                 updated by Fabio Junior Beneditto
3580
3581 2002-06-14 [paul]       0.7.6claws49
3582
3583         * po/es.po
3584                 updated by Ricardo Mones Lastra
3585
3586 2002-06-14 [paul]       0.7.6claws48
3587
3588         * po/nl.po
3589                 updated translation by Wilbert Berendsen
3590
3591 2002-06-14 [melvin]     0.7.6claws47
3592
3593         * po/fr.po
3594                 Updated French translation
3595
3596 2002-06-13 [paul]       0.7.6claws46
3597
3598         * src/filesel.c
3599                 allow filename to be typed in, rather than just
3600                 selected by the mouse. Patch by Gustavo Noronha Silva.
3601
3602 2002-06-13 [alfons]     0.7.6claws45
3603
3604         * src/mainwindow.[ch]
3605                 more cleanups (removing unnecessary menu items Expand 
3606                 summary / message view)
3607
3608 2002-06-13 [melvin]     0.7.6claws44
3609
3610         * po/POTFILES.in
3611                 Added src/string_match.c
3612         * src/string_match.c
3613                 Fixed possible buffer overflow.
3614                 Corrected typo.
3615                 Added missing config.h header.
3616         * src/prefs_common.c
3617           src/prefs_matcher.c
3618           src/prefs_scoring.c
3619                 Made some strings translatable (missing _(..)).
3620
3621 2002-06-13 [melvin]     0.7.6claws43
3622
3623         * README.claws
3624                 Corrected action example (verifying clearsigned mail).
3625         * src/prefs_account.c
3626                 Corrected typo.
3627         * src/prefs_common.c
3628                 Removed incorrect line that generated a Gtk-CRITICAL msg.
3629
3630 2002-06-12 [alfons]     0.7.6claws42
3631
3632         * src/summaryview.c
3633                 add init of score column lost in 0.7.6claws42
3634
3635 2002-06-12 [paul]       0.7.6claws41
3636
3637         * src/prefs_account.c
3638                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
3639                 behavior of the radio buttons, (from 0.7.7cvs2)
3640
3641 2002-06-11 [alfons]     0.7.6claws40
3642
3643         * src/messageview.[ch]
3644         * src/summaryview.[ch]
3645         * src/summary_search.c
3646         * src/mainwindow.c
3647                 perform a sync to bring in Hiro's separate view implementation 
3648
3649                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
3650
3651 2002-06-11 [paul]       0.7.6claws39
3652         
3653         * src/prefs_account.c
3654                 correct a typo on the Receive tab
3655
3656 2002-06-10 [match]      0.7.6claws38
3657
3658         * src/addressbook.c
3659                 Included address completion patch from Gustavo Noronha.
3660
3661 2002-06-10 [paul]       0.7.6claws37
3662
3663         * src/inc.[ch]
3664           src/pop.c
3665           src/prefs_account.[ch]
3666           src/selective_download.[ch]
3667                 apply PATCH #561712
3668                  NEW:
3669                 - check if POP Account
3670                 - Receive Button renamed to Preview
3671                 - Preview Button Popup: preview new/all messages
3672                 - Download Button
3673                 - Account Preferences-->Receive tab checkbutton if you
3674                   want to remove Mail after Download
3675                 -: default YES
3676                 - Account Preferences-->Receive tab checkbutton use
3677                   filtering rules on preview
3678                   (think of delete_on_server)
3679                 -: default YES
3680                 - Account selectable from SD dialog
3681                 - checkbutton to show already downloaded messages if
3682                   all messages are previewed
3683                 - new clist column showing Date
3684                 - ESC KEY close
3685                 FIXES:
3686                 - play ball with UIDL
3687                 - fault tolerant (?) 
3688                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
3689
3690 2002-06-10 [melvin]     0.7.6claws36
3691
3692         * README.claws
3693                 Added a hint to ac/README in cvs instructions.
3694
3695         * src/prefs_actions.c
3696                 Made it possible to use a more elaborate command line
3697                 for asynchronous actions, too.
3698
3699 2002-06-10 [melvin]     0.7.6claws35
3700         
3701         * src/prefs_actions.c
3702                 Make it possible to use a more elaborate command line
3703                 (e.g. |foo|bar|cat>there;echo Done|)
3704                 Corrected error message when calling %f, %F and %p commands
3705                 from the compose window.
3706
3707 2002-06-09 [colin]      0.7.6claws34
3708
3709         * src/summaryview.c
3710                 Automatically find unread messages in current folder
3711                 before annoying the user.
3712
3713 2002-06-08 [alfons]     0.7.6claws33
3714
3715         * po/it.po
3716                 remove bad formatting string in it.po translation
3717                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
3718
3719 2002-06-08 [paul]       0.7.6claws32
3720
3721         * sync with 0.7.6cvs25
3722                 see ChangeLog 2002-06-07
3723
3724 2002-06-05 [paul]       0.7.6claws31
3725
3726         * src/mainwindow.c
3727                 add 'Sort by locked' and 'Sort by score'
3728
3729 2002-06-05 [paul]       0.7.6claws30
3730
3731         * sync with 0.7.6cvs24
3732                 see ChangeLog 2002-06-04
3733
3734 2002-06-04 [paul]       0.7.6claws29
3735
3736         * po/pt_BR.po
3737                 updated by Fabio Junior Beneditto
3738
3739 2002-06-03 [thorsten]   0.7.6claws28
3740
3741         * src/matcher.c
3742                 fclose() matcherrc after reading
3743
3744 2002-06-03 [paul]       0.7.6claws27
3745
3746         * sync with 0.7.6cvs21
3747                 see ChangeLog 2002-05-31
3748
3749 2002-05-31 [paul]       0.7.6claws26
3750
3751         * sync with 0.7.6cvs20
3752                 see ChangeLog 2002-05-29 and 2002-05-30
3753
3754 2002-05-31 [paul]       0.7.6claws25
3755
3756         * src/imap.c
3757                 hopefully fix last buggy sync
3758
3759         * README.claws
3760                 correct typo in 'Actions' examples
3761
3762 2002-05-29 [paul]       0.7.6claws24
3763
3764         * sync with 0.7.6cvs18
3765                 see ChangeLog 2002-05-28 and 2002-05-29
3766
3767         * src/news.c
3768           src/nntp.[ch]
3769                 sync with above 
3770
3771 2002-05-28 [paul]       0.7.6claws23
3772
3773         * sync with 0.7.6cvs16
3774                 see ChangeLog 2002-05-28
3775
3776 2002-05-27 [thorsten]   0.7.6claws22 
3777
3778         * faq/it/sylpheed-faq-1.html
3779           faq/it/sylpheed-faq-2.html
3780           faq/it/sylpheed-faq-3.html
3781           faq/it/sylpheed-faq.html
3782                 corrected DOS lineendings
3783         * faq/de/sylpheed-faq-1.html
3784           faq/de/sylpheed-faq-2.html
3785           faq/en/sylpheed-faq-1.html
3786           faq/en/sylpheed-faq-2.html
3787           faq/en/sylpheed-faq-3.html
3788           faq/es/sylpheed-faq-1.html
3789           faq/es/sylpheed-faq-2.html
3790           faq/es/sylpheed-faq-3.html
3791           faq/fr/sylpheed-faq-1.html
3792           faq/it/sylpheed-faq-1.html
3793           faq/it/sylpheed-faq-2.html
3794           faq/it/sylpheed-faq-3.html
3795           faq/it/sylpheed-faq.html
3796                 changed ">" to &quot;
3797
3798 2002-05-27 [paul]       0.7.6claws21
3799         
3800         * sync with 0.7.6cvs15
3801                 see ChangeLog 2002-05-27
3802
3803 2002-05-27 [paul]       0.7.6claws20
3804
3805         * src/prefs_account.c
3806                 correct a typo
3807
3808 2002-05-26 [paul]       0.7.6claws19
3809
3810         * tools/README
3811                 correct a typo
3812
3813 2002-05-25 [paul]       0.7.6claws18
3814
3815         * tools/README
3816                 add description of kmail2sylpheed.pl
3817
3818 2002-05-25 [paul]       0.7.6claws17
3819
3820         * tools/kmail2sylpheed.pl       ** NEW FILE **
3821                 perl script that converts an exported Kmail address
3822                 book, converts it to sylpheed addressbook file,
3823                 writes the file to .sylpheed, and updates
3824                 addrbook--index.xml 
3825
3826 2002-05-25 [paul]       0.7.6claws16
3827
3828         * sync with 0.7.6cvs14
3829                 see ChangeLog 2002-05-23
3830
3831 2002-05-24 [paul]       0.7.6claws15
3832
3833         * README.claws
3834                 make a correction and add some more info
3835
3836 2002-05-24 [paul]       0.7.6claws14
3837
3838         * src/compose.c
3839                 fix memory leak in 
3840                 compose_redirect_write_headers_from_headerlist()
3841                 add Subject and Resent-Message-ID to
3842                 compose_redirect_write_headers()
3843                 Received, Subject, and X-UIDL are filtered out in 
3844                 compose_redirect_write_to_file()
3845
3846 2002-05-23 [paul]       0.7.6claws13
3847
3848         * src/compose.[ch]
3849           src/filtering.c
3850           src/mainwindow.c
3851           src/matcher.[ch]
3852           src/matcher_parser_lex.l
3853           src/matcher_parser_parse.y
3854           src/prefs_common.[ch]
3855           src/prefs_filtering.c
3856           src/summaryview.c
3857                 rename 'Bounce' to 'Redirect'
3858
3859 2002-05-23 [paul]       0.7.6claws12
3860
3861         * more sync with 0.7.6cvs13
3862           src/compose.c
3863                 see ChangeLog 2002-05-22
3864
3865 2002-05-22 [paul]       0.7.6claws11
3866
3867         * sync with 0.7.6cvs13
3868           src/codeconv.c
3869                 see ChangeLog 2002-05-20
3870           src/prefs_common.c
3871                 see ChangeLog 2002-05-22
3872
3873 2002-05-21 [melvin]     0.7.6claws10
3874
3875         * src/folderview.c
3876                 Added missing filtering and scoring headers
3877                 Fixed bad function call that showed garbage 
3878                 in Folder->Processing
3879
3880 2002-05-21 [paul]       0.7.6claws9
3881
3882         * tools/Makefile.am
3883                 make all tools executable, (patch by Alfons).
3884
3885 2002-05-20 [alfons]     0.7.6claws8
3886
3887         * src/procheader.c
3888                 don't forget to call mktime() so we have a valid week 
3889                 and year day
3890                 (Bug report by Roger Sondermann <mail@jumaros.de>)
3891
3892 2002-05-20 [paul]       0.7.6claws7
3893
3894         * src/html.c
3895                 fix broken parsing of urls
3896         * src/textview.c
3897                 fix displaying of urls
3898
3899                 both fixes from the patch [547855] by Eugene 
3900                 Brevdo (zonem)
3901
3902 2002-05-19 [alfons]     0.7.6claws6
3903
3904         * configure.in
3905                 make sylpheed configure correctly with the latest
3906                 and greatest of automake / autoconf / gettext
3907
3908 2002-05-19 [alfons]     0.7.6claws5
3909
3910         * src/procheader.c
3911         * src/procheader.h
3912                 add function for returning ime zone offset
3913         * src/quote_fmt.c
3914         * src/quote_fmt_parse.y
3915                 better quotation formatting - does not convert
3916                 to local time, but uses the original date string.
3917                 
3918                 Note: %z inserts the timezone offset (should 
3919                 work also on platforms where strftime does not
3920                 support %z).
3921
3922 2002-05-18 [christoph]  0.7.6claws4
3923
3924         * src/summaryview.c
3925                 fix indentation of some code
3926         * tools/Makefile.am
3927                 fix spaces after \
3928         * src/Makefile.am
3929                 add missing \
3930                 correct path for ignorethread.xpm
3931                 incorrect filename for sylpheed_logo.xpm
3932                 add missing include matcher_parser_parse.h
3933
3934 2002-05-18 [paul]       0.7.6claws3
3935
3936         * sync with 0.7.6cvs8
3937                 see ChangeLog 2002-05-16 and 2002-05-17
3938
3939 2002-05-18 [melvin]     0.7.6claws2
3940
3941         * README.claws
3942                 Corrected an action's definition and fixed some misspellings.
3943
3944 2002-05-18 [paul]       0.7.6claws1
3945
3946         * tools/Makefile.am
3947           tools/gpg-sign        ** new file **
3948           tools/uudec           ** new file **
3949                 add Melvin's Actions scripts
3950
3951         * README.claws
3952                 add Melvin's descriptions for Actions
3953
3954 2002-05-18 [paul]       0.7.6claws
3955
3956         * Version 0.7.6claws released
3957
3958 2002-05-17 [paul]       0.7.5claws32
3959
3960         * po/es.po
3961                 updated by Ricardo Mones Lastra
3962
3963 2002-05-17 [paul]       0.7.5claws31
3964
3965         * src/compose.c
3966                 fix Account prefs default folder for sent/draft/deleted
3967                 messages bug
3968
3969         * po/it.po
3970           po/nl.po
3971                 updated translation by Alessandro Maestri and
3972                 Wilbert Berendsen
3973
3974 2002-05-17 [melvin]     0.7.5claws30
3975
3976         * src/prefs_actions.c
3977                 Fixed bug where using %F not at the end of the command 
3978                 resulted in an additional empty argument being created.
3979                 Thanks to Darko Koruga for reporting the bug.
3980
3981 2002-05-17 [melvin]     0.7.5claws29
3982
3983         * po/fr.po
3984                 Updated French translations.
3985
3986 2002-05-15 [paul]       0.7.5claws28
3987         
3988         * po/es.po
3989                 updated by Ricardo Mones Lastra
3990
3991 2002-05-15 [paul]       0.7.5claws27
3992
3993         * sync with 0.7.6cvs4
3994                 see ChangeLog 2002-05-14 and 2002-05-15
3995
3996 2002-05-14 [paul]       0.7.5claws26
3997
3998         * sync with 0.7.6cvs1
3999                 see ChangeLog 2002-05-13
4000
4001 2002-05-13 [thorsten]   0.7.5claws25
4002
4003         * src/messageview.c
4004                 fix select_all and copy in multipart messages
4005         * src/mainwindow.c
4006                 fix select_all and copy in multipart messages
4007
4008 2002-05-12 [paul]       0.7.5claws24
4009
4010         * src/summaryview.c
4011                 reverse last commit, bug already fixed in 0.7.5claws3
4012
4013 2002-05-12 [netztorte]  0.7.5claws23
4014
4015         * src/summaryview.c
4016                 dont parse empty addressbook (checked in before claws20)
4017
4018 2002-05-12 [melvin]     0.7.5claws22
4019
4020         * src/procmsg.[ch]
4021                 Removed unneeded priority code introduced by the previous 
4022                 commit.
4023
4024 2002-05-12 [melvin]     0.7.5claws21
4025
4026         * src/compose.[ch]
4027                 Added possibility to set message's priority.
4028         * src/procmsg.[ch]
4029                 Added possibility to set message's priority.
4030                 Added missing headers
4031
4032 2002-05-12 [melvin]     0.7.5claws20
4033
4034         * src/prefs_actions.c
4035                 Removed implicitely added quotes around the name
4036                 of the temporary files of mime parts.
4037
4038 2002-05-12 [paul]       0.7.5claws19
4039
4040         * sync with 0.7.5cvs20
4041                 see ChangeLog 2002-05-11
4042
4043 2002-05-12 [alfons]     0.7.5claws18
4044
4045         * src/quote_fmt_lex.l
4046         * src/quote_fmt_parse.y
4047                 allow quote / reply date & time format to be set using
4048                 %D{format}. format is a format string you'd pass to
4049                 strftime() (see man strftime, or the Display tab |
4050                 Date format setting).
4051
4052                 Currently %D converts the date to local time. 
4053
4054 2002-05-11 [paul]       0.7.5claws17
4055
4056         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
4057                 see ChangeLog 2002-05-10 and 2002-05-11
4058
4059 2002-05-10 [paul]       0.7.5claws16
4060
4061         * sync with 0.7.5cvs16
4062                 see ChangeLog entries 2002-05-09 and 
4063                 2002-05-10
4064
4065 2002-05-10 [colin]      0.7.5claws15
4066
4067         * src/textview.c
4068                 Corrected a bug that prevented sylpheed to open
4069                 double-clicked URIs.
4070
4071 2002-05-09 [paul]       0.7.5claws14
4072
4073         * sync with 0.7.5cvs14
4074                 see ChangeLog 2002-05-08 and 2002-05-09
4075
4076 2002-05-08 [paul]       0.7.5claws13
4077
4078         * sync with 0.7.5cvs11
4079                 see ChangeLog entry 2002-05-08
4080
4081 2002-05-08 [paul]       0.7.5claws12
4082
4083         * src/mainwindow.c
4084           src/textview.[ch]
4085                 fix segfault on View->Open in new window
4086                 patch submitted by Thorsten Maerz <torte@netztorte.de>
4087
4088 2002-05-07 [paul]       0.7.5claws11
4089
4090         * sync with 0.7.5cvs9
4091                 see ChangeLog entry 2002-05-07
4092
4093 2002-05-06 [paul]       0.7.5claws10
4094
4095         * src/messageview.c
4096           src/textview.c
4097                 display url in statusbar on single-click
4098                 patch submitted by Thorsten Maerz <torte@netztorte.de>
4099
4100 2002-05-06 [match]      0.7.5claws9
4101
4102         * src/addritem.[ch]
4103                 new functions.
4104         * src/addrcache.c
4105                 tidy up.
4106         * src/xmlprops.[ch]
4107                 XML implementation of properties file.
4108         * src/exporthtml.[ch]
4109         * src/expthtmldlg.[ch]
4110         * src/addressbook.c
4111                 export to HTML.
4112
4113 2002-05-02 [sergey]     0.7.5claws8
4114
4115         * src/mainwindow.c (mainwin_entries),
4116           src/prefs_common.c (prefs_send_create()),
4117           src/codeconv.c (locale_table):
4118                 use charset name "Windows-1251" instead of "CP1251".
4119
4120 2002-05-02 [colin]      0.7.5claws7
4121         
4122         * src/compose.c
4123           src/prefs_common.c
4124           src/prefs_folder_item.c
4125                 Fixed cosmetics bugs due to Outbox renamed to Sent.
4126
4127 2002-05-02 [hiro]       0.7.5claws6
4128
4129         * src/imap.c
4130                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
4131
4132 2002-05-02 [paul]       0.7.5claws5
4133
4134         * src/compose.c
4135                 more sync with 0.7.5cvs7, see ChangeLog entry
4136                 2002-05-02
4137
4138 2002-05-02 [hiro]       0.7.5claws4
4139
4140         * src/compose.c
4141                 compose_queue_sub():
4142                 check if queue folder exists (closes #550397).
4143                 removed directory creation since it should be handled
4144                 transparently.
4145         * src/imap.c
4146                 imap_add_msg(): return UID for appended message
4147                 (closes #548842).
4148
4149 2002-04-30 [paul]       0.7.5claws3
4150
4151         * src/summaryview.c
4152                 fix account_find_from_address() bug
4153
4154 2002-04-28 [colin]      0.7.5claws2
4155
4156         * src/compose.c
4157           src/textview.c
4158           src/prefs_common.[ch]
4159           src/utils.[ch]
4160                 Added user-definable quotation characters recognition.
4161
4162 2002-04-28 [paul]       0.7.5claws1
4163
4164         * sync with 0.7.5cvs4
4165                 see ChangeLog entry  2002-04-25
4166
4167 2002-04-28 [paul]       0.7.5claws
4168
4169         * po/es.po
4170           po/nl.po
4171           po/pt_BR.po
4172                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
4173                 Fabio Junior Beneditto
4174
4175 2002-04-27 [jens]       0.7.4claws103
4176
4177         * po/de.po
4178                 updated German translation.
4179
4180 2002-04-27 [hiro]       0.7.4claws102
4181
4182         * src/summaryview.c
4183                 summary_write_cache(): fixed the mark loss of hidden messages.
4184
4185 2002-04-26 [melvin]     0.7.4claws101
4186
4187         * src/procmsg.c
4188                 fixed a second typo (same one)
4189         * po/fr.po
4190           po/it.po
4191           po/pt_BR.po
4192                 fixed the type again...
4193
4194 2002-04-26 [melvin]     0.7.4claws100
4195
4196         * src/procmsg.c
4197                 fixed a typo in an alert message ("temorary").
4198         * po/it.po
4199         * po/pt_BR.po
4200                 corrected the typo  described above.
4201         * po/fr.po
4202                 updated French translation.
4203
4204 2002-04-26 [darko]      0.7.4claws99
4205
4206         * src/summaryview.c
4207                 fix target folder colorization
4208
4209 2002-04-25 [paul]       0.7.4claws98
4210
4211         * po/it.po
4212                 updated by Alessandro Maestri
4213
4214 2002-04-24 [colin]      0.7.4claws97
4215         
4216         * src/compose.c
4217                 Fixed double "subject is empty" question.
4218
4219 2002-04-23 [colin]      0.7.4claws96
4220         
4221         * src/mimeview.c
4222                 Corrected issue when "automatically display images" was
4223                 not set : first image remained after selecting second.
4224
4225 2002-04-23 [melvin]     0.7.4claws95
4226
4227         * src/prefs_actions.c
4228                 Don't display in/out dialog if there is nothing to show.
4229
4230 2002-04-23 [paul]       0.7.4claws94
4231
4232         * sync with 0.7.5cvs3
4233                 bug fixes: see ChangeLog entry 2002-04-23
4234
4235 2002-04-22 [darko]      0.7.4claws93
4236
4237         * src/compose.c
4238                 fix previous check-in which changed code after
4239                 merge from main
4240
4241 2002-04-22 [paul]       0.7.4claws92
4242
4243         * faq/de/*
4244                 add German FAQ
4245         * faq/en/*
4246           faq/es/*
4247           faq/fr/*
4248                 update English, Spanish and French FAQs
4249         * manual/de/*
4250           manual/es/*
4251                 add German and Spanish manuals
4252         * manual/en/*
4253           manual/fr/*
4254                 update English and French manuals
4255
4256         * src/Makefile.am
4257                 add to and re-arrange the pixmap entries
4258
4259 2002-04-22 [darko]      0.7.4claws91
4260
4261         * src/compose.c
4262                 fix sender initials recognition to only allow
4263                 '>' after the initials
4264
4265 2002-04-21 [paul]       0.7.4claws90
4266
4267         * sync with 0.7.5 release
4268                 see ChangeLog entry 2002-04-21
4269
4270 2002-04-21 [alfons]
4271
4272         * src/Makefile.am
4273                 add colin's new pixmaps to EXTRA_DIST
4274
4275 2002-04-21 [colin]      0.7.4claws89
4276         * src/compose.c
4277         * src/inc.c
4278         * src/mainwindow.[ch]
4279         * src/prefs_common.[ch]
4280         * src/stock_pixmap.[ch]
4281                 Added "Work offline" ability.
4282
4283 2002-04-21 [colin]      0.7.4claws88
4284         
4285         * src/mimeview.c
4286         * src/prefs_common.c
4287         * src/prefs_common.h
4288         * src/textview.c : Added an option to common preferences -> display
4289           to allow user not to automatically display images.
4290
4291 2002-04-21 [paul]       0.7.4claws87
4292
4293         * sync with 0.7.4cvs52
4294                 see ChangeLog entry 2002-04-21 (src/imap.c)
4295
4296 2002-04-21 [paul]       0.7.4claws86
4297
4298         * sync with 0.7.4cvs51
4299                 see ChangeLog entry 2002-04-21
4300
4301 2002-04-21 [paul]       0.7.4claws85
4302
4303         * sync with 0.7.4cvs49
4304                 see ChangeLog entries 2002-04-20 and 2002-04-21
4305
4306         * src/Makefile.am
4307                 clean up: remove old 'stock_' element from xpm 
4308                 filenames.
4309
4310 2002-04-21 [alfons]     0.7.4claws84
4311
4312         apply sync patch from Paul
4313
4314         * src/folderview.c
4315                 use old claws prefs_folder_item_create() for now
4316
4317 2002-04-19 [match]      0.7.4claws83
4318
4319         * src/addressbook.[ch]
4320         * src/addrharvest.[ch]
4321         * src/addrgather.[ch]
4322                 recurse folders.
4323         * src/mainwindow.c
4324         * src/summaryview.[ch]
4325                 change menu option.
4326
4327 2002-04-19 [paul]       0.7.4claws82
4328
4329         * po/pt_BR.po
4330                 updated by Fabio Junior Beneditto
4331
4332 2002-04-14 [alfons]     0.7.4claws81
4333
4334         * src/passphrase.c
4335                 add #include <sys/types.h> for mode_t and off_t 
4336
4337 2002-04-13 [paul]       0.7.4claws80
4338         
4339         * src/main.c
4340           src/passphrase.[ch]
4341           src/pgptext.c
4342           src/prefs_common.[ch]
4343           src/rfc2015.c
4344                 enable storing of GnuPG passphrase for the whole 
4345                 session or a user-defined number of minutes. patch 
4346                 submitted by Ravemax <ravemax@dextrose.com>
4347
4348 2002-04-13 [alfons]     0.7.4claws79
4349
4350         * src/textview.c
4351                 make email parser also stop scanning when encountering separators
4352                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
4353
4354 2002-04-13 [paul]       0.7.4claws78
4355
4356         * sync with 0.7.4cvs39
4357                 see ChangeLog entry 2002-04-12
4358
4359 2002-04-11 [paul]       0.7.4claws77
4360
4361         * sync with 0.7.4cvs37
4362                 see ChangeLog entry 2002-04-11
4363
4364 2002-04-11 [paul]       0.7.4claws76
4365
4366         * COPYING 
4367                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
4368                 the clause for OpenSSL). sync with sylpheed main
4369
4370 2002-04-09 [melvin]     0.7.4claws75
4371
4372         * src/compose.c
4373                 Made 'Ctrl-Enter' on send ignore some modifiers 
4374                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
4375                 to bind other *-Enter (but not Alt-Enter).
4376
4377 2002-04-09 [paul]       0.7.4claws74
4378
4379         * sync with 0.7.4cvs35
4380                 see ChangeLog entries 2002-04-09
4381
4382 2002-04-08 [paul]       0.7.4claws73
4383
4384         * sync with 0.7.4cvs33
4385                 see ChangeLog entry 200-04-08
4386
4387 2002-04-07 [match]      0.7.4claws72
4388
4389         * src/addrharvest.[ch]
4390                 fixed to read all addresses in header, regardless
4391                 of header size. improved name parsing. accommodate
4392                 harvest from folders and selected message.
4393         * src/addritem.[ch]
4394                 included new address parsing function.
4395         * src/addrgather.[ch]
4396         * src/addressbook.[ch]
4397         * src/summaryview.[ch]
4398         * src/mainwindow.c
4399                 allow address harvest of folder as well as selected
4400                 messages.
4401
4402 2002-04-07 [paul]       0.7.4claws71
4403
4404         * src/esmtp.[ch]
4405           src/smtp.c
4406                 don't try to authenticate with CRAM-MD5 in SMTP when 
4407                 SMTP-AUTH enabled if MTA doesn't issue this 
4408                 auth-method in it's ehlo-response. bug item #531364,
4409                 patch item #938910. patch submitted by Colin Leroy 
4410                 <colin@colino.net>
4411
4412 2002-04-07 [paul]       0.7.4claws70
4413
4414         * src/nntp.c
4415                 fix missing MODE_READER bug. patch submitted by
4416                 Colin Leroy <colin@colino.net>
4417
4418 2002-04-07 [alfons]     0.7.4claws69
4419
4420         * src/matcher.[ch]
4421         * src/prefs_filtering.c
4422         * src/summaryview.c
4423                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
4424                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
4425
4426 2002-04-07 [paul]       0.7.4claws68
4427
4428         * sync with 0.7.4cvs32
4429                 see ChangeLog entry 2002-04-06
4430
4431         * tools/filter_conv.pl
4432                 more bug fixes
4433
4434 2002-04-06 [paul]       0.7.4claws67
4435
4436         * tools/filter_conv.pl
4437                 modify to be able to find the name of the first
4438                 mailbox and use that. main's filter does not
4439                 record the full path to the mailbox and therefore
4440                 can only filter to the first mailbox.
4441
4442 2002-04-05 [paul]       0.7.4claws66
4443
4444         * tools/filter_conv.pl
4445                 attempt to make the script all-encompassing and
4446                 be able to convert any main 'filter' rule thrown
4447                 at it
4448
4449 2002-04-05 [paul]       0.7.4claws65
4450
4451         * tools/filter_conv.pl
4452                 allow for collapsed folder trees
4453
4454 2002-04-05 [paul]       0.7.4claws64
4455
4456         * sync with 0.7.4cvs31
4457                 see ChangeLog entries 2002-04-05
4458
4459 2002-04-03 [paul]       0.7.4claws63
4460
4461         * sync with 0.7.4cvs29
4462                 see ChangeLog entries 2002-04-02 and 2002-04-03
4463
4464 2002-04-02 [paul]       0.7.4claws62
4465
4466         * sync with 0.7.4cvs26
4467                 see ChangeLog entry 2002-04-01
4468
4469 2002-04-02 [match]      0.7.4claws61
4470
4471         * src/pine.[ch]
4472         * src/importpine.[ch]
4473         * src/addressbook.c
4474                 import Pine address book.
4475
4476 2002-04-02 [match]      0.7.4claws60
4477
4478         * src/addrharvest.[ch]
4479                 improve address parsing of funky addresses.
4480
4481 2002-04-02 [darko]      0.7.4claws59
4482
4483         * src/compose.c
4484                 wrap on send improvements, it now recognizes quoted
4485                 initials as part of the quotation string, and it
4486                 does not join lines separated by CR
4487
4488 2002-04-01 [match]      0.7.4claws58
4489
4490         * src/mgutils.[ch]
4491                 added new functions.
4492         * src/mutt.[ch]
4493                 remove excessive duplicate address generation
4494                 on import.
4495
4496 2002-04-01 [alfons]     0.7.4claws57
4497         
4498         * src/summaryview.c
4499                 put back g_free() 
4500
4501 2002-04-01 [paul]       0.7.4claws56
4502
4503         * sync with 0.7.4cvs25
4504                 see ChangeLog entry 2002-04-01
4505
4506 2002-04-01 [alfons]     0.7.4aprilfool55
4507
4508         * src/summaryview.c
4509                 honour feature request item #537427 to allow for
4510                 displaying names from address book for sent mail also
4511
4512 2002-03-29 [paul]       0.7.4claws54
4513
4514         * src/mainwindow.c
4515           src/prefs_filtering.[ch]
4516           src/prefs_matcher.c
4517           src/summaryview.c
4518                 add 'fast filter' for claws' filtering,
4519                 /Tools/Create filter rule/... patch submitted
4520                 by Neill Miller <neillm@thecodefactory.org>
4521
4522 2002-03-29 [paul]       0.7.4claws53
4523
4524         * sync with 0.7.4cvs24
4525                 see ChangeLog entry 2002-03-29
4526
4527 2002-03-28 [paul]       0.7.4claws52
4528
4529         * sync with 0.7.4cvs23
4530                 see ChangeLog entry 2002-03-28
4531
4532 2002-03-27 [melvin]     0.7.4claws51
4533
4534         * src/prefs_actions.c
4535                 Added support to pass only one message part (as a
4536                 file) to the command using '%p'. No quotes are needed
4537                 because doubles quotes are automatically added.
4538                 Fixed bug where Sylpheed could block when waiting for
4539                 a child process to finish.
4540                 Changed the help menu to remove quotes around symbols to 
4541                 avoid misinterpretation (they must not be used).
4542
4543 2002-03-27 [melvin]     0.7.4claws50
4544
4545         * src/inc.c
4546                 Made the new mail notification command always 
4547                 execute asynchronously.
4548
4549 2002-03-27 [paul]       0.7.4claws49
4550
4551         * src/compose.c
4552                 fix bug introduced in last commit
4553
4554 2002-03-27 [paul]       0.7.4claws48
4555
4556         * sync with 0.7.4cvs21
4557                 see ChangeLog 2002-03-26 and 2002-03-27
4558
4559 2002-03-26 [hoa]        0.7.4claws47
4560
4561         * src/prefs_folder_item.c
4562                 really fixed the bug #516442 with folder rescan.
4563
4564 2002-03-26 [paul]       0.7.4claws46
4565
4566         * sync with 0.7.4cvs19
4567                 see ChangeLog entries 2002-03-25 and 2002-03-26
4568
4569 2002-03-25 [hoa]        0.7.4claws45
4570
4571         * src/matcher.c
4572         * src/mh.c
4573                 fix the bug #516442 with folder rescan.
4574
4575         * src/prefs_common.[ch]
4576         * src/compose.c
4577                 added an option to enable two different behaviours
4578                 for bounce.
4579
4580
4581 2002-03-25 [paul]       0.7.4claws44
4582
4583         * src/mainwindow.c
4584           src/selective_download.c
4585                 correct a few menuitem labels
4586
4587 2002-03-25 [christoph]  0.7.4claws43
4588
4589         * src/procmsg.c
4590                 fix non deleted tmp message in
4591                 procmsg_save_to_outbox
4592                 fix problems caused by sync with
4593                 main branch's procmsg_send_queue
4594
4595 2002-03-25 [paul]       0.7.4claws42
4596
4597         * src/quote_fmt.c
4598           src/quote_fmt_lex.l
4599           src/quote_fmt_parse.y
4600                 add Last name (%L) placeholder for quoting. 
4601                 patch submitted by Thorsten Thielen 
4602                 <thth@users.sourceforge.net>
4603
4604 2002-03-25 [paul]       0.7.4claws41
4605
4606         * src/utils.c
4607                 get full hostname. patch submitted by
4608                 Bob Woodside <rwoodside1@comcast.net>
4609
4610 2002-03-25 [paul]       0.7.4claws40
4611
4612         * src/account.c
4613           src/news.c
4614           src/nntp.[ch]
4615           src/prefs_account.[ch]
4616                 enable NNTP over SSL. patch submitted by
4617                 Pascal Jermini <pascal@infinity.hn.org>
4618
4619 2002-03-24 [paul]       0.7.4claws39
4620
4621         * src/prefs_common.c
4622                 make the arrangement of the Compose tab more
4623                 coherent
4624
4625         * src/mainwindow.c
4626                 fix some irregularities of style
4627
4628         * po/de.po
4629                 updated by Kilian Krause
4630
4631 2002-03-23 [paul]       0.7.4claws38
4632
4633         * po/pt_BR.po
4634                 updated by Fabio Junior Beneditto
4635
4636 2002-03-23 [paul]       0.7.4claws37
4637
4638         * src/mainwindow.c
4639                 move 'Gather addresses' to 'Tools' menu
4640                 make 'Selective download' sensitive
4641
4642 2002-03-23 [paul]       0.7.4claws36
4643
4644         * sync with 0.7.4cvs16
4645                 see ChangeLog entries 2002-03-23
4646
4647 2002-03-22 [christoph]  0.7.4claws35
4648
4649         * src/quote_fmt_parse.y
4650                 fix include program output
4651
4652 2002-03-22 [alfons]     0.7.4claws34
4653
4654         * src/pop.c
4655                 initialize GDate stack variable correctly (sorry!)
4656
4657 2002-03-22 [paul]       0.7.4claws33
4658
4659         * src/compose.c
4660           src/mainwindow.c
4661           src/prefs_actions.c
4662           src/prefs_common.c
4663                 rename 'Tool' to 'Tools'
4664
4665         * src/mainwindow.c
4666                 move 'Delete duplicated messages' from
4667                 'Message/' to 'Tools/'
4668                 re-arrange the order of 'Tools/' items
4669
4670 2002-03-22 [paul]       0.7.4claws32
4671
4672         * src/addr_compl.c
4673           src/addressbook.[ch]
4674                 auto-address completion now also matches on
4675                 Nickname. patch submitted by Bob Forsman 
4676                 <hammor@users.sourceforge.net>
4677
4678         * src/editaddress.c
4679                 correct a spelling mistake
4680
4681 2002-03-22 [alfons]     0.7.4claws31
4682
4683         * src/pop.c
4684                 fix getting uidl from incorrect string 
4685                 (spotted by Colin)
4686
4687 2002-03-21 [alfons]     0.7.4claws30
4688
4689         * src/pop.c
4690                 more code refactoring
4691                 plug mem leak introduced by delete on server
4692
4693 2002-03-21 [paul]       0.7.4claws29
4694
4695         * sync with 0.7.4cvs11
4696                 see ChangeLog entries 2002-03-20
4697
4698 2002-03-20 [alfons]     0.7.4claws28
4699
4700         * src/inc.c
4701                 apply Colin's patch and refactor
4702
4703 2002-03-20 [paul]       0.7.4claws27
4704
4705         * sync with sylpheed 0.7.4cvs9
4706                 see ChangeLog entry 2002-03-20
4707
4708 2002-03-19 [christoph]  0.7.4claws26
4709
4710         * src/mh.c
4711         * src/procmsg.[ch]
4712         * src/summaryview.c
4713                 revert changes for flag updates
4714                 (does not work correctly and no time to debug)
4715
4716 2002-03-20 [alfons]     0.7.4claws25
4717
4718         * src/pop.c
4719                 refactor should_delete() a little bit 
4720
4721 2002-03-19 [paul]       0.7.4claws24
4722
4723         * src/inc.[ch]
4724           src/pop.c
4725           src/prefs_account.[ch]
4726                 allow the user to leave downloaded mail on the 
4727                 server for n days. Patch submitted by Colin Leroy 
4728                 <colin@colino.net>
4729
4730 2002-02-19 [paul]       0.7.4claws23
4731
4732         * sync with sylpheed 0.7.4cvs8
4733                 see ChangeLog entries 2002-03-19
4734
4735 2002-03-18 [paul]       0.7.4claws22
4736
4737         * sync with sylpheed 0.7.4cvs6
4738                 see ChangeLog entry 2002-03-18
4739
4740 2002-03-18 [paul]       0.7.4claws21
4741
4742         * po/en_GB.po
4743                 add en_GB message catalogue
4744
4745         * src/mbox_folder.c
4746           src/prefs_account.c
4747           src/prefs_actions.c
4748                 correct a few spelling mistakes
4749
4750 2002-03-17 [alfons]     0.7.4claws20
4751
4752         * src/matcher.c
4753                 more stringent checks for NULL params when writing
4754                 filtering actions to a file
4755                 
4756 2002-03-17 [hoa]        0.7.3claws20
4757
4758         * src/news.c
4759                 fixed the count of new messages
4760
4761         * src/compose.c
4762                 fixed the "attachment properties" window
4763
4764 2002-03-17 [paul]       0.7.4claws19
4765
4766         * src/defs.h
4767           src/folder.h
4768           src/news.c
4769           src/prefs_account.[ch]
4770           src/procmsg.[ch]
4771           src/summaryview.c
4772                 automatically mark cross-posted messages as read 
4773                 and (optionally) give them a colour label
4774                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
4775                 
4776
4777 2002-03-17 [paul]       0.7.4claws18
4778
4779         * sync with sylpheed 0.7.4cvs5
4780                 see ChangeLog entry 2002-03-17
4781
4782 2002-03-17 [melvin]     0.7.4claws17
4783         
4784         * src/textview.c
4785                 Worked around a gtktext 'bug': when searching for 
4786                 a text in a long message it was scrolling slowly
4787                 line by line until it hit the searched text.
4788         * po/fr.po
4789                 Updated French translation
4790
4791 2002-03-17 [melvin]     0.7.4claws16
4792
4793         * src/mainwindow.c
4794         * src/compose.c
4795         * src/prefs_actions.c
4796                 Moved "Edit/Actions" to "Tool/Actions"
4797                 Made mainwindow/compose window sensitive as soon as
4798                 no child process is running anymore even if the io dialog
4799                 is open.
4800                 Fixed a struct being initialized with a non constant char*
4801
4802 2002-03-16 [christoph]  0.7.4claws15
4803
4804         * configure.in
4805                 add --with-compiler-flags option
4806                 (only for developer hacking)
4807         * src/mh.c
4808         * src/procmsg.[ch]
4809         * src/summaryview.c
4810                 try to make folder-stats and flag handling more
4811                 independent from the summaryview. msgcounts
4812                 are only set when the folder is opened and
4813                 procmsg_msginfo_(un)set_flags will handle it
4814                 later and summaryview will get the values
4815                 from the folder.
4816
4817 2002-03-16 [paul]       0.7.4claws14
4818
4819         * src/messageview.c
4820                 fix Return-receipt. Patch submitted by Bob
4821                 Woodside <rwoodside1@comcast.net>
4822
4823 2002-03-16 [paul]       0.7.4claws13
4824
4825         * src/compose.c
4826                 fix 'dynamic' signatures, make it work again
4827                 broken during sync on 2002-03-14 (0.7.4claws2)
4828
4829 2002-03-15 [match]      0.7.4claws12
4830
4831         * src/addrharvest.[ch]
4832         * src/addrgather.[ch]
4833         * src/addressbook.[ch]
4834         * src/mainwindow.c
4835                 included address harvester feature. still some
4836                 issues with address parsing that I will fix.
4837
4838 2002-03-15 [match]      0.7.4claws11
4839
4840         * src/addrbook.[ch]
4841         * src/addrcache.[ch]
4842         * src/addressbook.[ch]
4843         * src/addrindex.c
4844         * src/editbook.c
4845         * src/importldif.c
4846         * src/importmutt.c
4847         * src/jpilot.[ch]
4848         * src/main.c
4849         * src/syldap.[ch]
4850         * src/vcard.[ch]
4851                 tidy up. fix memory leaks. moved attribs and methods
4852                 from individual interfaces to addrcache object. prep
4853                 for new stuff to come in.
4854
4855 2002-03-15 [alfons]     0.7.4claws10
4856
4857         * src/matcher.[ch]
4858         * src/matcher_parser_parse.y
4859         * src/matcher_parser_lex.l
4860         * src/prefs_matcher.c
4861                 add filtering conditions message greater than, smaller 
4862                 than, and exactly matching a size in bytes
4863                 (does not work with delete from POP3 server yet)
4864
4865                 this should also give others an idea what you should
4866                 do to add new criterions to claws filtering system
4867                 
4868
4869 2002-03-15 [paul]       0.7.4claws9
4870
4871         * tools/filter_conv.pl
4872                 exit if there are no filter rules to convert
4873                 rename filterrc to filterrc.old after completion
4874
4875 2002-03-15 [paul]       0.7.4claws8
4876
4877         * sync with sylpheed 0.7.4cvs3
4878                 see ChangeLog entry 2002-03-14
4879
4880 2002-03-14 [paul]       0.7.4claws7
4881
4882         * src/compose.c
4883                 clean up the last commit (ahem)
4884
4885 2002-03-14 [paul]       0.7.4claws6
4886
4887         * src/compose.c
4888                 fix bug #515655. honour account preferences
4889                 regarding gpg default signing/encryption when 
4890                 changing account from the compose window.
4891
4892 2002-03-14 [paul]       0.7.4claws5
4893
4894         * src/folderview.c
4895                 remove unnecessary curly brackets
4896
4897 2002-03-14 [paul]       0.7.4claws4
4898
4899         * src/folderview.c
4900           src/prefs_filtering.[ch]
4901                 add filter rename on folder rename and filter
4902                 delete on folder delete. Patch submitted by
4903                 Neill Miller <neillm@thecodefactory.org> 
4904
4905 2002-03-14 [christoph]  0.7.4claws3
4906
4907         * src/procmsg.c
4908         * src/send.c
4909                 fix local delivery
4910                 (patch submitted by "Simon 'corecode' Schubert")
4911         * src/prefs_common.c
4912         * src/procmsg.c
4913                 fix gcc 3.0 warning
4914
4915 2002-03-14 [paul]       0.7.4claws2
4916
4917         * sync with sylpheed 0.7.4cvs2
4918                 see ChangeLog entry 2002-03-13
4919
4920 2002-03-12 [darko]      0.7.4claws1
4921
4922         * src/mainwindow.c
4923                 fix what seems to be a copy and paste error
4924                 when setting color for important messages
4925                 (reported by wwp)
4926
4927 2002-03-11 [paul]       version 0.7.4claws released
4928
4929 2002-03-11 [paul]       0.7.4claws
4930
4931         * po/es.po
4932           po/it.po
4933           po/nl.po
4934           po/pt_BR.po
4935                 update message catalogs. Submitted by Ricardo Mones 
4936                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
4937                 Fabio Junior Beneditto
4938
4939         * configure.in
4940           faq/Makefile.am
4941           faq/it/Makefile
4942           faq/it/sylpheed-faq*
4943           src/mainwindow.c
4944           src/manual.[ch]
4945                 add FAQ in Italian
4946         
4947
4948 2002-03-11 [jens]       0.7.3claws7
4949
4950         * po/de.po
4951                 updated German translation
4952
4953 2002-03-11 [melvin]     0.7.3claws6
4954
4955         * po/fr.po
4956                 updated and corrected French translation
4957
4958 2002-03-10 [hoa]        0.7.3claws5
4959
4960         * src/account.c
4961         * src/inc.c
4962         * src/prefs_account.c
4963         * src/procmsg.c
4964         * src/send.[ch]
4965                 fixed the local account.
4966                 you have to change the default "/usr/sbin/sendmail"
4967                 to "/usr/sbin/sendmail -t" in the preferences of
4968                 the local account.
4969
4970         * src/procmime.c
4971                 removed some debug display for renderer
4972
4973 2002-03-10 [paul]       0.7.3claws4
4974
4975         * faq/en/sylpheed-faq-1.html
4976           faq/en/sylpheed-faq-2.html
4977                 update
4978
4979 2002-03-09 [paul]       0.7.3claws3
4980
4981         * sync with sylpheed 0.7.4
4982                 see ChangeLog entry 2002-03-09
4983
4984 2002-03-08 [paul]       0.7.3claws2
4985
4986         * faq/en/sylpheed-faq*
4987           faq/es/sylpheed-faq*
4988           faq/fr/sylpheed-faq*
4989                 update the FAQs
4990
4991         * manual/fr/.cvsignore
4992           manual/fr/Makefilea.am
4993           manual/fr/sylpheed*
4994           src/mainwindow.c
4995           src/manual.[ch]
4996                 add the French manual
4997
4998 2002-03-07 [paul]       0.7.3claws1
4999
5000         * sync with sylpheed 0.7.3cvs4
5001                 see ChangeLog entries  2002-03-06 and 2002-03-07
5002         
5003         * po/nl.po
5004                 updated by Wilbert Berendsen
5005
5006 2002-03-07 [melvin]     0.7.2claws34
5007
5008         * src/selective_download.c
5009                 Changed the pixmap of the receive button to MAIL_RECEIVE.
5010
5011 2002-03-06 [paul]       0.7.2claws33
5012
5013         * sync with sylpheed 0.7.3cvs1
5014                 bug fix, see ChangeLog entry 2002-03-05
5015
5016 2002-03-05 [paul]       0.7.2claws32
5017
5018         * src/mimeview.c
5019           src/pgptext.[ch]
5020           src/procmsg.c
5021                 reverse the pgp ascii-armored code implemented in 
5022                 0.7.2claws16. removal of this code until it matures.
5023                 this means that verifying ascii-armored pgp sigs and
5024                 automatic decryption of ascii-armored encrypted
5025                 messages no longer works.
5026
5027 2002-03-05 [paul]       0.7.2claws31
5028
5029         * configure.in
5030           Makefile.am
5031         * faq/Makefile.am
5032         * faq/en/Makefile.am
5033           faq/en/sylpheed-faq.html
5034           faq/en/sylpheed-faq-1.html
5035           faq/en/sylpheed-faq-2.html
5036           faq/en/sylpheed-faq-3.html
5037         * faq/es/Makefile.am
5038           faq/es/sylpheed-faq.html
5039           faq/es/sylpheed-faq-1.html
5040           faq/es/sylpheed-faq-2.html
5041           faq/es/sylpheed-faq-3.html
5042           faq/es/sylpheed-faq-4.html
5043         * faq/fr/Makefile.am
5044           faq/fr/sylpheed-faq.html
5045           faq/fr/sylpheed-faq-1.html
5046           faq/fr/sylpheed-faq-2.html
5047           faq/fr/sylpheed-faq-3.html
5048         * src/Makefile.am
5049           src/defs.h
5050           src/mainwindow.c
5051           src/manual.[ch]
5052                 add FAQs in English, Spanish and French
5053
5054
5055 2002-03-05 [paul]       0.7.2claws30
5056
5057         * manual/en/sylpheed.html
5058           manual/en/sylpheed-XX.html
5059                 updated the English manual
5060
5061 2002-03-05 [hoa]        
5062
5063         * src/summaryview.c
5064                 dialog box pops up if the article can't be deleted.
5065
5066 2002-03-04 [paul]       
5067         
5068         * po/pt_BR.po
5069                 updated by Fabio Junior Benedito
5070
5071 2002-03-04 [hoa]
5072
5073         * removed ac/gpgme.m4
5074                 to avoid autogen common problem
5075                 developers have to install gpgme development package now
5076
5077         * src/compose.c
5078                 encoding to 7bit or 8bit is enabled.
5079
5080 2002-03-03 [alfons]     0.7.2claws29
5081
5082         * src/pop.c
5083                 merge fix by Oliver Haertel for selective
5084                 download buglet
5085
5086 2002-03-03 [paul]       0.7.2claws28
5087         
5088         * sync with sylpheed 0.7.3
5089
5090 2002-03-03 [paul]       0.7.2claws27
5091
5092         * sync with sylpheed 0.7.2cvs24
5093                 see ChangeLog entries 2002-03-02 and 2002-03-03
5094
5095 2002-03-02 [melvin]     0.7.2claws26
5096
5097         * src/inc.[ch]
5098         * src/main.c
5099         * src/mainwindow.c
5100         * src/prefs_common.[ch]
5101                 Added user definable notification on new mail arrival.
5102                 Removed unused variables in spell checker prefs code.
5103
5104 2002-03-02 [melvin]     0.7.2claws25
5105
5106         * src/quote_fmt.c
5107                 Removed unnecessary escape sequences.
5108                 Changed 'Initial...' to 'Initials of Sender'
5109
5110 2002-03-02 [paul]       0.7.2claws24
5111
5112         * sync with sylpheed 0.7.2cvs22
5113                 see ChangeLog entry 2002-03-01
5114
5115 2002-03-01 [hoa]        0.7.2claws23
5116
5117         * src/mainwindow.c
5118                 Set sensitivity of delete actions to active
5119                 even if the folder is a newsgroup.
5120
5121         * src/summaryview.c
5122                 - Set sensitivity of delete actions
5123                 - Added function check_permission() that will check if the
5124                   user is authorized to delete a message. For news, it
5125                   will check if the author is the same.
5126                 - Enabled deletion when there is no trash folder.
5127
5128         * src/news.[ch]
5129                 - Added news_cancel_article() to cancel articles
5130                 - Implemented news_remove_message() (public function)
5131
5132 2002-03-01 [paul]       0.7.2claws22
5133
5134         * src/gtkutils.c
5135           src/textview.c
5136                 recognise urls that that don't include 'http://' and
5137                 simply begin 'www.' 
5138
5139         * AUTHORS
5140                 remove duplicated name
5141
5142 2002-02-28 [paul]       0.7.2claws21
5143
5144         * src/mainwindow.c
5145           src/summaryview.[ch]
5146                 add ability to 'Select thread'
5147                 combines Melvin's "Select thread's head" patch (#510907)
5148                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
5149                 patch (#518514) 
5150
5151 2002-02-28 [paul]       0.7.2claws20
5152
5153         * src/mimeview.c
5154                 hopefully fix segfault on right-clicking a mime part
5155                 that some people have experienced.      
5156                 fix submitted by Fredrik Olofsson <frol@linux.nu>
5157
5158 2002-02-28 [paul]       0.7.2claws19
5159
5160         * sync with sylpheed 0.7.2cvs21
5161                 see ChangeLog entries 2002-02-27 and 2002-02-28
5162
5163 2002-02-27 [paul]       0.7.2claws18
5164
5165         * sync with sylpheed 0.7.2cvs18
5166                 see ChangeLog entries 2002-02-26 and 2002-02-27
5167
5168 2002-02-26 [alfons]     0.7.2claws17
5169
5170         * src/procheader.c
5171                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
5172                 (spotted by Chris Hessman <idatech@gmx.net>)
5173
5174 2002-02-26 [paul]       0.7.2claws16
5175
5176         * src/mimeview.c
5177           src/pgptext.[ch]
5178           src/procmsg.c
5179                 make decryption of ascii-armored pgp encrypted messages
5180                 and verification of ascii-armored signatures work again.
5181                 slightly altered from the patch by Jens Jahnke 
5182                 <jan0sch@gmx.net>
5183
5184                 ##FIX ME##
5185                 * the checking of plaintext signatures always comes up in 
5186                   a popup box
5187                 * it doesn't work for multipart messages 
5188                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
5189                   including the msg headers and these 2 line themselves, are 
5190                   not displayed
5191
5192         * src/mainwindow.c
5193                 "View/Folder Tree" becomes "View/Separate Folder Tree"
5194                 "View/Message View" becomes "View/Separate Message View"
5195                 because its less ambiguous.
5196
5197         * po/es.po
5198                 updated by Ricardo Mones Lastra
5199
5200 2002-02-26 [paul]       0.7.2claws15
5201
5202         * sync with sylpheed 0.7.2cvs17
5203                 see ChangeLog entries 2002-02-25 and 2002-02-26
5204
5205 2002-02-25 [christoph]  0.7.2claws14
5206
5207         * src/filtering.[ch]
5208         * src/inc.c
5209                 do filtering stuff after all messages have been received
5210                   1. drop all messages to .processing
5211                   2. scan processing folder for messages
5212                   3. filter messages or move to inbox
5213                 this will also find old messages left in processing after
5214                 a crash or something like that and we get a real msginfo
5215                 from folder->get_msg_list and do not have to create our
5216                 own in filter_message
5217         * src/matcher_parser_parse.y
5218                 remove MIX/MAX warning (reordered includes)
5219
5220 2002-02-25 [paul]       0.7.2claws13
5221
5222         * sync with sylpheed 0.7.2cvs15
5223                 see ChangeLog entry 2002-02-24
5224
5225 2002-02-24 [alfons]     0.7.2claws12
5226
5227         * src/filtering.c
5228                 clear old color flags first when applying a new color to
5229                 a message info. 
5230                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
5231
5232 2002-02-24 [alfons]     0.7.2.claws11
5233         
5234         * AUTHORS
5235         * src/prefs_common.c
5236                 add presets for Opera and Konqueror, closes patch #517261,
5237                 submitted by Ville Skyttä <scop@users.sourceforge.net>
5238
5239 2002-02-24 [alfons]     0.7.2.claws10
5240
5241         * AUTHORS
5242         * src/summaryview.c
5243                 fix threading for null message ids, closes patch #521601,
5244                 submitted by Bob Forsman <hammor@users.sourceforge.net>
5245
5246 2002-02-24 [alfons]     0.7.2claws9
5247
5248         * src/summaryview.c
5249         * src/filtering.c
5250                 make Tool | Filter Message work with filtering system so
5251                 setting flags also works
5252
5253                 TODO:
5254
5255                 - Processing uses the same function as Tool | Filter
5256                   Message, but doesn't use the same update proc yet
5257
5258 2002-02-23 [paul]       0.7.2claws8
5259
5260         * sync with sylpheed 0.7.2cvs14
5261                 see ChangeLog entries 2002-02-22 and 2002-02-23
5262
5263 2002-02-22 [christoph]  0.7.2claws7
5264
5265         * src/quote_fmt.c
5266                 Add column space to table
5267         * src/quote_fmt_parse.y
5268                 Close files
5269
5270 2002-02-22 [paul]       0.7.2claws6
5271
5272         * src/Makefile.am
5273           src/defs.h
5274           src/filtering.c
5275           src/inc.[ch]
5276           src/mainwindow.c
5277           src/matcher.[ch]
5278           src/matcher_parser_lex.l
5279           src/matcher_parser_parse.y
5280           src/pop.[ch]
5281           src/prefs_account.h
5282           src/prefs_filtering.c
5283           src/selective_download.[ch]   *** NEW FILES ***
5284           src/utils.[ch]
5285           po/POTFILES.in
5286                 Selective Download added to 'Tool' menu. 
5287                 Retrieves email headers of the currently selected pop3 
5288                 account and allows the user to mark emails for deletion 
5289                 right on the pop3 server. Patch submitted by Oliver Haertel 
5290                 <oha@users.sourceforge.net>.
5291         
5292         * po/POTFILES.in
5293                 add 'src/quote_fmt.c'           
5294
5295 2002-02-22 [christoph]  0.7.2claws5
5296
5297         * src/Makefile.am
5298                 added quote_fmt.c
5299         * src/prefs_common.[ch]
5300         * src/prefs_template.c
5301         * src/quote_fmt.c               *** NEW FILE ***
5302         * src/quote_fmt.h
5303                 move quote format symbol description code
5304                 to it's own file because it is used from
5305                 differnent code parts
5306                 Rewrote symbol description GUI
5307                   + use table
5308                   + add separators
5309                   + get data from array (no more long constant strings)
5310         * src/quote_fmt_lex.l
5311         * src/quote_fmt_parse.y
5312                 Symbol for Literal % changed to \% instead of %%
5313                 (More logical as \ is used for quoting for other symbols)
5314                 Add |f and |p to include files and program output
5315                 Examples:
5316                     |f{/home/.../.signature}
5317                     |p{date}
5318         * po/de.po
5319                 Correct wrong spelling for "Referenzen"
5320
5321 2002-02-21 [paul]       0.7.2claws4
5322
5323         * src/procmsg.c
5324                 forgotten during sync
5325
5326 2002-02-21 [paul]       0.7.2claws3
5327
5328         * sync with sylpheed 0.7.2cvs11
5329                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
5330                 2002-02-20 and 2002-02-21
5331
5332 2002-02-20 [melvin]     0.7.2claws2
5333
5334         * src/prefs_actions.c
5335                 Added error report when child cannot fork or when execvp 
5336                 returns with an error.
5337
5338 2002-02-19 [christoph]  0.7.2claws1
5339
5340         * src/codeconv.c
5341                 return unconverted text if conde conversion is not possible
5342                 when libjconv is used.
5343                 (patch submitted by "Simon 'corecode' Schubert")
5344
5345 2002-02-19 [paul]       
5346
5347         * version 0.7.2claws release
5348
5349 2002-02-19 [paul]       0.7.2claws
5350
5351         * po/nl.po
5352                 updated by Wilbert Berendsen
5353
5354
5355 2002-02-18 [alfons]     0.7.1claws13
5356
5357         * src/syldap.c
5358         * src/jpilot.c
5359                 remove references to dlfcn and explicitly loading functions
5360                 from dynalink libs, because libs linked anyway, and functions
5361                 are loaded explicitly
5362
5363 2002-02-17 [melvin]     0.7.1claws12
5364
5365         * src/prefs_actions.c
5366                 Replaced children wait loop with double fork technique.
5367                 Now, input/output window updated at each new output.
5368                 free_children(): Fixed a memory leak.
5369                 Made input/output window non closable if running children
5370                 still exist.
5371                 Added missing <unistd.h> include.
5372                 Added some --debug outputs.
5373
5374 2002-02-17 [melvin]     0.7.1claws11
5375
5376         * src/summaryview.c
5377                 Fixed bug where descending sort order did not select top
5378                 message.
5379
5380 2002-02-17 [melvin]     0.7.1claws10
5381
5382         * acconfig.h
5383                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
5384         * src/prefs_common.c
5385                 Pspell data package directory no more hard coded but
5386                 set during configuration (PSPELL_PATH). (Thanks to 
5387                                 Gustavo Noronha Silva.)
5388
5389 2002-02-17 [melvin]     0.7.1claws9
5390
5391         * configure.in
5392                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
5393         * src/gtkspell.c
5394                 Fixed compile-time warnings.
5395
5396 2002-02-16 [alfons]     0.7.1claws8
5397
5398         * src/filesel.c
5399                 fix inadvertent free of NULL pointer which caused
5400                 sylpheed to crash when closing the save-as dialog
5401                 using the window close button
5402
5403 2002-02-16 [carsten]    0.7.1claws7
5404         * src/mainwindow.[ch]
5405           src/summaryview.c
5406           src/prefs_common.c
5407                 fixes for pixmap theming code:
5408                         - recently changed mail attributes shouldn't get
5409                           lost any longer
5410                         - theme is only reloaded iff another theme was
5411                           selected
5412
5413 2002-02-16 [paul]       0.7.1claws6
5414
5415         * sync with sylpheed 0.7.2 release
5416                 see ChangeLog entry 2002-02-15 and 2002-02-16
5417
5418 2002-02-15 [paul]       0.7.1claws5
5419
5420         * sync with sylpheed 0.7.1cvs9
5421                 see ChangeLog entry 2002-02-15
5422
5423         * po/POTFILES.in
5424                 remove unneeded headerwindow.c entry
5425
5426 2002-02-14 [carsten]    0.7.1claws4
5427         * src/summaryview.c
5428                 fixed a bug for "Go to next unread message": there was
5429                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
5430                 in the prefs, because of doing "Search again" instead
5431                 "No"
5432
5433 2002-02-14 [carsten]    0.7.1claws3
5434         * src/stock_pixmap.c
5435                 removed 2 more mem leaks; following memprof,
5436                 this code is "leak free" now :)
5437
5438 2002-02-14 [carsten]    0.7.1claws2
5439         * src/stock_pixmap.c
5440                 used opendir/readdir/closedir instead of scandir
5441                 -> code should work now on Solaris
5442
5443 2002-02-14 [paul]       0.7.1claws1
5444
5445         * sync with sylpheed 0.7.1cvs8
5446                 see ChangeLog entries 2002-02-13 and 2002-02-14
5447
5448         * README.claws
5449                 add some description of Actions and Pixmap Themes
5450
5451 2002-02-13 [paul]       
5452
5453         * version 0.7.1claws release
5454
5455 2002-02-13 [paul]       0.7.1claws
5456
5457         * po/es.po
5458           po/it.po
5459           po/pt_BR.po
5460                 updated translations, submitted by Ricardo Mones Lastra,
5461                 Alessandro Maestri and Fabio Junior Beneditto
5462
5463 2002-02-13 [melvin]     0.7.0claws75
5464
5465         * src/prefs_actions.c
5466                 Added missing "signal.h" include
5467
5468 2002-02-13 [melvin]     0.7.0claws74
5469
5470         * src/prefs_folder_item.c
5471                 Added missing "config.h" include
5472         * po/fr.po
5473                 Updated French translation for folder propriety.
5474
5475 2002-02-13 [jens]       0.7.0claws73
5476
5477         * po/POTFILES.in
5478                 Added missing src/prefs_folder_item.c [log added by melvin]
5479         * po/de.po
5480                 Updated German translation.
5481
5482 2002-02-13 [melvin]     0.7.0claws72
5483
5484         * po/fr.po
5485                 Updated French translation.
5486
5487 2002-02-13 [melvin]     0.7.0claws71
5488
5489         * src/gtkutils.c
5490                 Made gtkut_editable_get_selection return NULL if selection
5491                 is of length zero.
5492                 This fixes a bug where selecting part of message A then
5493                 switching to message B and replying to it will not
5494                 quote the message's body.
5495
5496 2002-02-12 [paul]       0.7.0claws70
5497
5498         * src/mainwindow.c
5499                 cosmetic, relating to pixmap themes: on toolbar make 
5500                 updating of 'Exec' and 'Compose news/Compose email'
5501                 icons faster.
5502
5503 2002-02-12 [carsten]    0.7.0claws69
5504         * src/folderview.c
5505           src/mainwindow.[ch]
5506           src/stock_pixmap.c
5507           src/summaryview.c
5508           src/prefs_common.c
5509                 - refreshing after changing pixmap theme better
5510                   now (thanks Paul)
5511                 - wanted to remove some mem leaks, but alfons was
5512                   faster (and had the better solution ;)
5513
5514 2002-02-12 [alfons]     0.7.0claws68
5515
5516         * src/prefs_common.c
5517         * src/stock_pixmap.[ch]
5518                 plug mem leaks, refactor code a little bit
5519
5520
5521 2002-02-12 [sergey]     0.7.0claws67
5522
5523         * src/imap.c
5524                 Fixed problem with copying messages to IMAP folders when the
5525                 server uses something other than '/' as a namespace separator
5526                 (cyrus-imapd uses '.').
5527
5528 2002-02-12 [jens]       0.7.0claws66
5529
5530         * po/de.po
5531                 Updated German Translation
5532
5533 2002-02-12 [paul]       0.7.0claws65
5534
5535         * sync with sylpheed 0.7.1cvs1
5536                 see ChangeLog entry 2002-02-12
5537
5538 2002-02-12 [melvin]     0.7.0claws64
5539
5540         * src/prefs_actions.c
5541                 Fixed "feature" where children's output was duplicated 
5542                 instead of refreshed while monitoring.
5543                 Removed some debug code.
5544
5545 2002-02-12 [christoph]  0.7.0claws63
5546
5547         * src/compose.c
5548                 always delete message from queue after sending/send error
5549                 (closes bug #509601)
5550
5551 2002-02-12 [melvin]     0.7.0claws62
5552
5553         * src/prefs_actions.c
5554                 Children wait loop is now triggered with a timeout of 1s
5555                 Added %F which is replaced with the list of filenames 
5556                 of all selected messages (as suggested by Ricardo Mones Lestra)
5557                 Pipe syntax changed. Prefix with | to send selection, postfix
5558                 with | to retrieve output. Prefix with > or * to send
5559                 user definable input to the command (*: input is hidden)
5560                 Old pipe action should now be postfixed with |, too.
5561
5562 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
5563         * src/stock_pixmap.c
5564                 fixed a bug: if there's no theme directory don't
5565                 throw an error, just do "nothing" (thanks Alfons)
5566
5567 2002-02-12 [carsten]    0.7.0claws60
5568         * src/folderview.c
5569           src/summaryview.c
5570                 had to write the cache twice (nasty!); some marks would 
5571                 get lost if not
5572
5573 2002-02-11 [carsten]    0.7.0claws59
5574         * acconfig.h
5575           configure.in
5576           doc-src/maintainer_guide.txt
5577           src/compose.[ch]
5578           src/defs.h
5579           src/folderview.[ch]
5580           src/gtkutils.[ch]
5581           src/mainwindow.[ch]
5582           src/prefs_common.[ch]
5583           src/stock_pixmap.[ch]
5584           src/summaryview.[ch]
5585                 pixmap theming and related work on pixmap
5586                 handling on some other places
5587                 (e.g. hrm features for all folder)
5588           src/pixmap/stock_*.xpm -> the stock_ was removed
5589         
5590 2002-02-11 [paul]       0.7.0claws58
5591
5592         * sync with sylpheed 0.7.1 release
5593                 see ChangeLog entries 2002-02-11
5594
5595 2002-02-08 [paul]       0.7.0claws57
5596
5597         * sync with sylpheed 0.7.0cvs39
5598                 see ChangeLog entry 2002-02-07 (last entry) 
5599
5600         * src/prefs_actions.c
5601           src/prefs_filtering.c
5602           src/prefs_matcher.c
5603           src/prefs_scoring.c
5604                 sync: made it compile with C compilers other than gcc
5605
5606 2002-02-07 [paul]       0.7.0claws56
5607
5608         * sync with sylpheed 0.7.0cvs38
5609                 see ChangeLog entries 2002-02-06 (last 2 entries) and
5610                 2002-02-07
5611
5612 2002-02-07 [darko]      0.7.0claws55
5613
5614         * src/gtkutils.[ch]
5615         * src/summaryview.c
5616                 Fix const gchar */gchar * issue (thanks Hiro)
5617
5618 2002-02-07 [darko]      0.7.0claws54
5619
5620         * src/compose.[ch]
5621         * src/filtering.c
5622         * src/gtkutils.[ch]
5623         * src/prefs_template.c
5624         * src/quote_fmt.h
5625         * src/quote_fmt_parse.y
5626         * src/summaryview.c
5627         * src/utils.[ch]
5628                 When replying or forwarding an email don't quote the entire
5629                 mail body but use the part of the message text that is selected
5630
5631 2002-02-06 [melvin]     0.7.0claws53
5632
5633         * src/prefs_common.[ch]
5634         * src/gtkspell.[ch]
5635         * src/compose.c
5636                 Made possible to switch quickly to last used dictionary
5637                 which makes checking bilingual documents easier.
5638
5639 2002-02-06 [melvin]     0.7.0claws52
5640         
5641         * po/POTFILES.in
5642                 Added forgotten new file src/prefs_actions.c
5643
5644 2002-02-06 [melvin]     0.7.0claws51
5645
5646         * src/prefs_actions.c   ** NEW FILE **
5647         * src/prefs_actions.h   ** NEW FILE **
5648                 Added actions to execute on message text view, or on the
5649                         message's file.
5650         * src/Makefile.am
5651                 Added src/prefs_actions.[ch]
5652         * src/compose.c
5653                 Added new menu "Edit/Actions"
5654         * src/defs.h
5655                 Added new actionsrc file.
5656         * src/main.c
5657                 Added actionsrc reading.
5658         * src/mainwindow.c
5659                 Added new menus "Edit/Actions" and "Configuration/Actions..."
5660         * src/prefs_common.h
5661                 Added new element actionslst element to prefs_common.
5662
5663 2002-02-06 [paul]       0.7.0claws50
5664
5665         * sync with sylpheed 0.7.0cvs36
5666                 see ChangeLog entry 2002-02-06
5667
5668 2002-02-05 [paul]
5669
5670         * po/es.po
5671                 updated by Ricardo Mones Lastra
5672
5673 2002-02-05 [paul]       0.7.0claws49
5674
5675         * sync with sylpheed 0.7.0cvs33
5676                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
5677
5678 2002-02-05 [paul]       0.7.0claws48
5679
5680         * src/compose.c
5681                 re-add 'Edit/Advanced/Delete entire line', previously named
5682                 'Delete Line+'
5683
5684 2002-02-04 [paul]       0.7.0claws47
5685
5686         * src/compose.c
5687           src/summaryview.c
5688                 fix bug #494993 (Reply All not taking Reply-To into consi)
5689                 eliminate differences in behaviour of right-click 'Reply to all' 
5690                 in summary view and 'Reply to all' on the toolbar. 
5691                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
5692                 view and From gets ignored by 'Reply to all' on toolbar.
5693                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
5694                 From when no Reply-To header is present.
5695
5696 2002-02-04 [paul]       0.7.0claws46
5697
5698         * sync with sylpheed 0.7.0cvs30
5699                 see ChangeLog entries 2002-02-03 and 2002-02-04
5700
5701 2002-02-03 [melvin]     0.7.0claws45
5702
5703         * src/gtkspell.[ch]
5704                 Readded function to highlight all misspelled words.
5705                 Fixed bug where user-provided-words did not replace
5706                         correctly the misspelled word when using the mouse.
5707                 Fixed bug where checking a region selected from right to left did
5708                         not check the region at all.
5709                 Fixed bug where 'Check backwards' may not check at all. 
5710                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
5711                 Fixed possible buffer overflow when checking for long strings (>1k).
5712                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
5713                 Accelerators code uses now gtk_widget_add_accel.
5714                 Removed and disabled obsolete and unfinished code.
5715                 Cleaning up.
5716
5717         * src/compose.c
5718                 Added menu item to Highlight all misspelled words.
5719
5720 2002-02-01 [paul]       0.7.0claws44
5721
5722         * src/mainwindow.c
5723                 fix '/View/Hide read messages' sensitivity when all
5724                 messages in a folder are hidden
5725
5726 2002-02-01 [paul]       0.7.0claws43
5727
5728         * src/main.c
5729                 add --send option to command line interface, sends all
5730                 queued mail. Patch submitted by Ricardo Mones Lastra.
5731
5732 2002-01-31 [paul]       0.7.0claws42
5733
5734         * src/mainwindow.c
5735                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
5736
5737 2002-01-31 [paul]       0.7.0claws41
5738
5739         * sync with sylpheed 0.7.0cvs27
5740                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
5741                 and 2002-01-31
5742
5743         * src/textview.c
5744                 comment out elements of textview_show_part() as temporary
5745                 workaround for attachment 'Display as text' bug 
5746
5747         * po/pt_BR.po
5748                 updated by Fabio Junior Beneditto
5749
5750 2002-01-30 [paul]       0.7.0claws40
5751
5752         * sync with sylpheed 0.7.0cvs24
5753                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
5754                 and 2002-01-30
5755
5756         * src/compose.c
5757                 add {N_("/_Spelling"), ... "<Branch>"} to 
5758                 GtkItemFactoryEntry compose_entries[]
5759
5760         * src/prefs_common.c
5761                 add claws menu items to prefs_keybind_apply_clicked()
5762                 and remove non-claws menu items
5763
5764 2002-01-29 [paul]       0.7.0claws39
5765
5766         * sync with sylpheed 0.7.0cvs22
5767                 see ChangeLog entries 2002-01-28 and 2002-01-29
5768
5769 2002-01-28 [melvin]     0.7.0claws38
5770
5771         * src/compose.c
5772                 Added the declartion of compose_send_control_enter.
5773
5774         * src/compose.c
5775         * src/gtkspell.[ch]
5776                 Added in a 'Spelling' menu which includes the configuration menu. 
5777                 Added a real 'Check all' and got rid from the old one which only
5778                 highlited misspelled word.
5779                 Made 'Check while typing' a disableable option.
5780                 Added a dialog when there are no more misspelled word.
5781                 Added a dialog if error occurs when switching to a dictionary.
5782         
5783         * src/prefs_common.[ch]
5784                 Added option for the default 'Check while typing' option.
5785
5786
5787 2002-01-28 [alfons]     0.7.0claws37
5788
5789         * src/compose.c
5790                 fix buglet and make code comply with sylpheed code style
5791
5792 2002-01-28 [paul]       0.7.0claws36
5793
5794         * sync with sylpheed 0.7.0cvs19
5795                 see ChangeLog entries for 2002-01-28
5796
5797 2002-01-28 [hoa]        0.7.0claws35
5798
5799         * src/defs.h
5800                 added rendererrc
5801
5802         * src/main.c
5803                 read the renderer config
5804
5805         * src/procmime.[ch]
5806                 use the renderer config to convert mime attachments
5807
5808         * src/textview.c
5809                 don't use textview_show_html/ertf,
5810                 use get_text_content instead
5811
5812 2002-01-27 [alfons]     0.7.0claws34
5813         
5814         * src/news.c
5815                 make sylpheed believe it can delete a news message...
5816                 (messages are NOT deleted, maybe we should remove
5817                 processing from the folder properties after all.)
5818
5819 2002-01-27 [alfons]     0.7.0claws33
5820
5821         * src/folder.c
5822                 add extra checks
5823         * src/news.c
5824                 implement remove_msg() 
5825
5826 2002-01-27 [alfons]     0.7.0claws32
5827
5828         * src/procmsg.h
5829         * src/procheader.c
5830         * src/messageview.c
5831                 fix return receipt / disposition notification again. this
5832                 stuff seems to break on _every_ major summary UI change, so
5833                 it's now implemented using a flag which is saved in the
5834                 marks cache
5835                 
5836 2002-01-26 [alfons]     0.7.0claws31
5837
5838         * src/import.c
5839                 let import dialog show the destination folder identifier
5840
5841 2002-01-26 [melvin]     0.7.0claws30
5842
5843         * src/folderview.c
5844         * src/summaryview.c
5845                 Readded 'Mark all read' into summary view popup menu
5846                 Added 'Mark all read' in folder view popup menu for IMAP
5847                 and NNTP.
5848                 Made it insensitive if the selected folder is not the shown
5849                 one to avoid 'Mark all read' on the wrong folder.
5850                 
5851 2002-01-26 [paul]       0.7.0claws29
5852
5853         * src/folderview.c
5854           src/summaryview.c
5855                 move 'Mark all read' from summary view to folder view
5856                 menu. (adapted from) patch submitted by Jeremy Andrews,
5857                 <lists@kerneltrap.com>
5858
5859 2002-01-25 [alfons]     0.7.0claws28
5860
5861         * src/gtkstext.c
5862                 put the gtk class name back so GtkSText adapts the 
5863                 settings of GtkText
5864
5865 2002-01-25 [alfons]     0.7.0claws27
5866
5867         * src/folderview.c 
5868                 assimilate Ricardo's patch that shows pixmaps instead of
5869                 plain "new" and "unread" texts in the folder view column
5870                 headers 
5871
5872 2002-01-25 [paul]       0.7.0claws26
5873
5874         * src/Makefile.am
5875                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
5876                 be found in non-standard locations. 
5877                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
5878
5879 2002-01-25 [paul]       0.7.0claws25
5880
5881         * sync with sylpheed 0.7.0cvs16
5882                 see ChangeLog entry 2002-01-25
5883
5884 2002-01-24 [paul]       0.7.0claws24
5885
5886         * more sync with sylpheed 0.7.0cvs15
5887                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
5888
5889 2002-01-23 [sergey]     0.7.0claws23
5890
5891         * src/importldif.c
5892                 Fixed segfault when closing LDIF import wizard with
5893                 the window manager.
5894         * src/imageview.c
5895         * src/imageview.h
5896         * src/messageview.c
5897         * src/mimeview.c
5898                 Fixed wrong scrolling position after switching between
5899                 text and image parts.
5900
5901 2002-01-23 [paul]       0.7.0claws22
5902
5903         * sync with sylpheed 0.7.0cvs15
5904                 see ChangeLog entries 2002-01-22 and 2002-01-23
5905
5906 2002-01-21 [melvin]     0.7.0claws21
5907
5908         * src/prefs_scoring.c
5909         * src/prefs_filtering.c
5910                 Fixed bug where scoring and filtering windows stopped
5911                 autochecking.
5912
5913 2002-01-21 [paul]       0.7.0claws20
5914
5915         * sync with sylpheed 0.7.0cvs12
5916                 see ChangeLog entries 2002-01-20 and 2002-01-21
5917
5918 2002-01-21 [carsten]    0.7.0claws19
5919         * src/mainwindow.c
5920         * src/menu.[ch]
5921         * src/messageview.[ch]
5922         * src/summaryview.[ch]
5923                 changes to shortcuts handling again:
5924                         + "Q" now controled by mainwin
5925                         + v/V are now customizable and have slightly
5926                           different meanings
5927                 the "button" to minimize the messageview (and maximize
5928                 the summary view) is a real button now
5929         * src/compose.c
5930                 "Delete Line+" added to Edit/Advanced (this will also
5931                 delete the '\n')
5932
5933 2002-01-20 [melvin] 0.7.0claws18
5934
5935         * src/addressbook.c
5936                 Made "Bcc" sensitive when addressbook is called from
5937                 compose window (it was a Claws only bug).
5938
5939 2002-01-19 [alfons] 0.7.0claws17
5940
5941         * src/inc.c
5942                 prevent unnecessary updates when currently selected folder has
5943                 no new messages 
5944
5945 2002-01-19 [alfons] 0.7.0claws16
5946         
5947         * src/summaryview.c
5948                 prevent writing the cache based on current message list in summary 
5949                 view when filtering also put messages in currently selected folder
5950
5951 2002-01-19 [paul]
5952
5953         * po/it.po
5954                 Italian translation submitted by Alessandro Maestri
5955                 <a.maestri@cs.tin.it>
5956
5957 2002-01-18 [melvin]     0.7.0claws15
5958
5959         * src/prefs_filters.c
5960                 fixed bug where 'cancel' from 'filters' window stops autochecking
5961                 if the timer timed out  when the window was open.
5962
5963 2002-01-18 [match]      0.7.0claws14
5964
5965         * src/addrclip.[ch]     ** NEW FILE **
5966         * src/addrselect.[ch]   ** NEW FILE **
5967         * src/adbookbase.h      ** NEW FILE **
5968                 addressbook cut, copy and paste
5969         * src/addrbook.[ch]
5970         * src/addrcache.[ch]
5971         * src/addressitem.h
5972         * src/addrindex.[ch]
5973         * src/addritem.[ch]
5974         * src/importldif.c
5975         * src/importmutt.c
5976         * src/jpilot.[ch]
5977         * src/syldap.[ch]
5978         * src/vcard.[ch]
5979         * src/jpilot.[ch]
5980         * src/editbook.c
5981         * src/editjpilot.c
5982         * src/editldap.c
5983         * src/editvcard.c
5984                 support for copy/paste
5985         * src/addressbook.c
5986                 support for copy/paste
5987                 tidy up menu option processing
5988                 correct address list function arguments
5989         * src/editaddress.c
5990                 sort user attributes
5991         * src/ldif.h
5992         * src/mutt.h
5993                 tidy up
5994
5995         * src/addrbook.[ch]
5996         * src/addrbook.[ch]
5997         * src/addrbook.[ch]
5998                 
5999
6000 2002-01-18 [paul]       0.7.0claws13
6001
6002         * sync with sylpheed 0.7.0cvs8
6003                 configure.in: support Mac OS X (Darwin)
6004
6005 2002-01-18 [carsten]    0.7.0claws12
6006         * src/html.c
6007                 small hack to fix a segfault with an empty href
6008                 (reported by Alexandra Walford <deeni@altern.org>)
6009         * src/mainwindow.c
6010         * src/summaryview.c
6011                 the shortcuts for Mark und Mark as unread are hardcoded
6012                 again
6013         * src/compose.c
6014         * src/gtkstext.[ch]
6015                 readded the shortcuts in gtkstext but made them
6016                 customizeable (simply by adding a menu plus a wrapper
6017                 to compose.c)
6018
6019 2002-01-17 [melvin]     0.7.0claws11
6020
6021         * src/gtkspell.c
6022                 fix default dictionary not being saved.
6023
6024 2002-01-16 [darko]      0.7.0claws10
6025
6026         * src/compose.c
6027                 fix wrapping crash with URL longer than wrapping margin
6028
6029 2002-12-08 [hoa]        0.7.0claws10
6030
6031         * src/matcher_parser_parse.y
6032                 fixed some bugs
6033
6034         * src/prefs_filtering.c
6035                 now, we can use bounce action in the dialog box.
6036
6037 2002-01-16 [carsten]    0.7.0claws9
6038         * src/gtkstext.c
6039                 removed the <control> and <alt> shortcuts because they're
6040                 not needed and interefered with the "normal" shortcuts
6041         * src/mainwindow.c
6042         * src/summaryview.c
6043                 removed most of the hardcoded shortcuts and assigned
6044                 them to menu entries making them easy customizable by
6045                 that
6046
6047 2002-01-16 |melvin]     0.7.0claws8
6048
6049         * src/gtkspell.c
6050                 fixed bug where using the mouse and when the compose
6051                 window is not on top may result in a crash.
6052
6053 2002-01-16 [melvin]     0.7.0claws7
6054
6055         * src/compose.c
6056                 fixed a long standingspell checker bug which could 
6057                 cause a crash after sending a message.
6058
6059 2002-01-16 [paul]       0.7.0claws6
6060
6061         * sync with sylpheed 0.7.0cvs7
6062                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
6063                 2002-01-15, and 2002-01-16
6064
6065 2002-01-16 [melvin]     0.7.0claws5
6066
6067         * README.claws
6068         * src/compose.c
6069         * src/gtkspell.[ch]
6070         * src/main.c
6071                 Heavily modified spell checker code to work around
6072                 ispell bug, to add keyboard shortcuts and for future
6073                 enhancements. See README.claws for usage information.
6074
6075 2002-01-15 [alfons]     0.7.0claws4
6076         
6077         * src/summaryview.c
6078                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
6079                 so sorting within threads reflects sort mode
6080
6081 2002-01-15 [christoph]  0.7.0claws3
6082
6083         * src/procmsg.c
6084                 added alertpanel if mail sending failed
6085
6086 2002-01-15 [alfons]     0.7.0claws2
6087         
6088         * src/prefs_filtering.c
6089                 don't stop timer when prefs filtering dialog is opened
6090
6091 2002-01-14 [alfons]     0.7.0claws1
6092
6093         * src/addr_compl.c
6094         * src/prefs.c
6095                 remove debug_print()s for privacy reasons
6096
6097 2002-01-14 [darko]      0.7.0claws
6098
6099         * README.claws
6100                 quotation wrapping is now also in the main branch
6101
6102 2002-01-14 [paul]
6103
6104         * tools/filter_conv.pl
6105                 allow for Boolean Op and case-sensitivity
6106                 this file is included in the release and tagged
6107                 'rel_0_7_0'
6108
6109 2002-01-13 [paul]       0.7.0claws
6110
6111         * release 0.7.0, with cvs tag 'rel_0_7_0'
6112
6113 2002-01-13 [paul]
6114
6115         * tools/filter_conv.pl
6116         * tools/README
6117                 rewritten to output to matcherrc instead of filteringrc
6118
6119         * po/es.po
6120                 updated Spanish translation by Ricardo Mones Lastra
6121
6122 2002-01-13 [alfons]
6123
6124         * po/nl.po
6125                 update dutch translation
6126
6127 2002-01-13 [paul]
6128
6129         * po/pt_BR.po
6130                 Updated by Fabio Junior Beneditto 
6131
6132 2002-01-13 [melvin]     0.6.6claws53
6133
6134         * po/fr.po
6135                 Updated french translation
6136
6137 2002-01-12 [alfons]     0.6.6claws52
6138
6139         * src/filtering.c
6140                 plug mem leak that has been sitting there for ages              
6141
6142 2002-01-12 [alfons]     0.6.6claws51
6143
6144         * src/summaryview.c
6145                 undo melvin's changes from 0.6.6claws48 because summary
6146                 view now refuses to select first unread message when
6147                 selecting a folder 
6148
6149 2002-01-11 [alfons]     0.6.6claws50
6150
6151         * src/import.c
6152                 use claws' semantics for getting folder item when
6153                 importing an mbox file into a folder 
6154                 (submitted by Dale P. Smith)
6155
6156 2002-01-11 [christoph]  0.6.6claws49
6157
6158         * src/prefs.h
6159                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
6160                 toggle widget, because non static prefs can not use
6161                 prefs_set_* functions
6162         * src/prefs_account.c
6163                 toggle smtp auth password field sensitivity if
6164                 user id is empty and add descrition of usage for
6165                 these fields
6166         * src/prefs_folder_item.c
6167                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
6168                 callbacks
6169
6170 2002-01-11 [melvin]     0.6.6claws48
6171
6172         * src/compose.c
6173                 fix the 'Ctrl-Enter' feature for sending and test really
6174                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
6175                 editables which was not documented in Gtk)
6176
6177         * src/summaryview.c
6178                 Made summaryview refresh after sorting and not before.
6179
6180 2002-01-11 [christoph]  0.6.6claws47
6181
6182         * src/compose.c
6183                 select account from account ids if possible and
6184                 correctly set save folder for copy in reedit
6185
6186 2002-01-10 [paul]       0.6.6claws46
6187
6188         * sync with sylpheed 0.7.0 release
6189                 see ChangeLog entries 2002-01-07, 2002-01-08 and
6190                 2002-01-09
6191
6192 2002-01-09 [alfons]
6193
6194         * src/summaryview.c
6195                 remove more dirt traces...
6196
6197 2002-01-09 [alfons]
6198         
6199         * src/summaryview.c
6200                 clean up some traces of my debugging stuff
6201
6202 2002-01-09 [alfons]     0.6.6claws45
6203
6204         * src/filtering.c
6205                 break up filteringprop_apply() in three separate pieces
6206                 so we can drop messages that failed processing in the
6207                 inbox
6208
6209         * src/summaryview.c
6210                 fix bug #469598 "no refresh of inbox after filter" which 
6211                 was introduced by the new summary view locking, and which 
6212                 prevented the summary view to update after a manual filter 
6213                 message. claw's filter message requires a summary_show().
6214                 (aargh, summary_show() again! :-)
6215                 
6216 2002-01-07 [alfons]     0.6.6claws44
6217
6218         * src/headerwindow.c
6219         * src/logwindow.c
6220         * src/messageview.c
6221         * src/sourcewindow.c
6222                 bring in Hiro's last 0.7.0 wm class fixes
6223
6224         * tools/sylprint.pl
6225                 bring in Ricardo's fix for sylprint script
6226
6227         * AUTHORS       
6228         * src/rfc2015.[ch]
6229         * src/prefs_common.[ch]
6230         * src/prefs_account.[ch]
6231         * src/compose.c
6232                 clean up account preference poison in rfc2015,
6233                 and preparation to fix double sign bug 
6234                 (patch submitted by Simon 'corecode' Schubert)
6235
6236 2002-01-07 [christoph]  0.6.6claws43
6237
6238         * src/mh.c
6239                 search for free message number, do not only rely
6240                 on last_num
6241         * src/send.c
6242                 fix smtp auth and use extra account information
6243                 if available, if not use pop3 data instead
6244                 (closes bug #500341)            
6245         * src/ssl.[ch]
6246                 match coding style
6247
6248 2002-01-06 [alfons]     0.6.6claws42
6249
6250         * src/mainwindow.c
6251                 try making the separate windows work again...
6252
6253 2002-01-06 [alfons]     0.6.6claws41
6254
6255         * src/mainwindow.c
6256                 adapt Hiro's separate window menu (to get rid of the funny
6257                 duplicate menu items), and make it work again
6258
6259 2002-01-06 [alfons]     0.6.6claws40
6260
6261         * tools/Makefile.am
6262         * tools/sylprint.rc
6263         * tools/sylprint.pl
6264         * tools/README.sylprint
6265                 add sylprint script for printing mails from Sylpheed
6266                 (contributed by Ricardo Mones Lastra)
6267
6268         * src/acount.c
6269                 clean up
6270
6271 2002-01-06 [melvin]     0.6.6claws39
6272
6273         * src/mainwindow.c
6274         * src/summaryview.c
6275                 Fixed crash introduced in 0.6.6claws38 by the menu
6276                 reorganisation (Hide read messages)
6277         
6278         * ChangeLog.claws 
6279                 Fixed typo (we are now in 2002, alfons ;) )
6280
6281 2002-01-05 [alfons]     0.6.6claws38
6282
6283         * sync with sylpheed 0.6.6cvs10-17
6284                 (last stuff marked as LAST_STABLE)
6285
6286 2002-01-04 [melvin]     0.6.6claws37
6287
6288         * src/account.c
6289                 Made account selection code use strcasestr again instead of
6290                 g_strcasecmp (fixes bug where reediting queued messages
6291                 did not select proper account reported by T. Link).
6292         
6293         * src/folderview.c
6294                 Fix bug where folder icons are not shown when 'hide read messages'
6295                 is on.
6296         
6297         * src/stock_pixmaps.[ch]
6298                 Added folder icons for 'hide read messages'.
6299         
6300         * src/compose.c
6301                 Fixed bug where 'Enter' in a header entry will send the message 
6302                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
6303
6304 2002-01-03 [melvin]     0.6.6claws36
6305         
6306         * src/prefs.[ch]
6307                 Added popup menu for common preferences and
6308                 account preferences (right click on tab displays
6309                                 a menu of all tabs.)
6310
6311 2002-01-02 [melvin]     0.6.6claws35
6312
6313         * src/gtkspell.[ch]
6314                 Made spelling code compatible with undo/redo feature.
6315                 Added creation of suggestion mode menu for the general
6316                         preferences.
6317         
6318         * src/prefs_common.[ch]
6319                 Added option menu for the speller's suggestion mode.
6320                 Added missing spaces in "..." buttons and made a "..."
6321                         button non translatable!
6322         
6323         * src/compose.c
6324                 Made speller use the default suggestion mode.
6325                 Hack to make it possible to choose 'CTRL-Enter' as a
6326                         shortcut for sending (and only for sending).
6327
6328         * src/prefs_folder_item.c
6329                 Changing subject simplification does not update cache 
6330                         anymore (because it is unnecessary).
6331                 Fixed bug where changing subject simplification updated the 
6332                         summaryview even when the viewed folder is not the
6333                         folder which properties are being changed. (E.g. 
6334                                         viewing folder A and changing
6335                                         the subject simplification of 
6336                                         folder B -not being viewed- updated the 
6337                                         summaryview of folder A with data of
6338                                         folder B). (Hope this is clear... )
6339
6340 2001-12-31 [alfons]     0.6.6claws34
6341         
6342         * src/ldif.c
6343         * src/mutt.c
6344                 fgetc() returns a signed integer which doesn't
6345                 fit in a char. so c truncates this to a char
6346                 but we may lose significant bits. i.e. we may
6347                 comparing 0xFF which may not be equal to -1
6348                 unless properly casted to signed char which
6349                 we won't do because fgetc() returns a signed
6350                 integer which doesn't fit in a char. so c 
6351                 truncates this to a char but we may lose 
6352                 significat bits. (you got the idea, thanks
6353                 to Gustavo Noronha Silva <kov@debian.org>
6354                 and the Debian folks!)
6355
6356 2001-12-30 [alfons]     0.6.6claws33
6357
6358         * src/prefs_common.c
6359                 add #ifdef USE_PSPELLs that Melvin forgot               
6360
6361 2001-12-30 [melvin]     0.6.6claws32
6362         
6363         * src/prefs_common.[ch]
6364                 Added configurable color for misspelled words.
6365
6366         * src/gtkspell.[ch]
6367                 Fixed bug of foreground text color (reported by David
6368                                 Mehrmann)
6369                 Added configurable color for misspelled words.
6370
6371 2001-12-30 [alfons]     0.6.6claws31
6372
6373         * src/folder.c
6374                 remove unnecessary things someone put there
6375
6376         * src/mh.c
6377         * src/folder.[ch]
6378                 make folder properties (like threading and sorting) persistent
6379                 (closes bug #497424 "rescan folder tree resets proprieties")
6380                 currently this is only for MH folders. 
6381
6382 2001-12-29 [melvin]     0.6.6claws30
6383
6384         * src/string_match.[ch]
6385                 Optimized a bit: regexp pattern buffer compiled only once, and
6386                   one subroutine call removed. Fixed ^ regexp search: Now, 
6387                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
6388         
6389         * src/summaryview.c
6390                 Subject filtering changed to filter summary columns and
6391                   not directly the messages subject cache. The loss in 
6392                   performance is balanced by the improvement of string_match.
6393                 Added an alert panel if there is an error in the regexp.
6394
6395         * src/src/prefs_folder_item.h
6396                 Added a regexp pattern buffer.
6397
6398 2001-12-28 [alfons]     0.6.6claws29
6399
6400         * src/string_match.[ch]
6401                 clean up name space
6402                 allow compilation *BSD
6403
6404 2001-12-27 [alfons]     0.6.6claws28
6405
6406         * src/filter.c
6407                 sync the Hiro's bug fix for BSD
6408
6409 2001-12-27 [melvin]     0.6.6claws27
6410         
6411         * src/compose.c
6412                 Simplify focus to subject entry code.
6413
6414 2001-12-27 [darko]      0.6.6claws26
6415
6416         * src/filtering.c
6417         * src/mbox_folder.c
6418         * src/messageview.c
6419         * src/mh.c
6420         * src/procheader.[ch]
6421         * src/procmsg.h
6422         * src/stock_pixmap.[ch]
6423         * src/summaryview.c
6424                 Show key icon for encrypted mails in summary view
6425
6426         * src/pixmaps/clip.xpm
6427         * src/pixmaps/clipkey.xpm
6428         * src/pixmaps/key.xpm
6429                 New/modified icons for the above
6430
6431 2001-12-27 [melvin]     0.6.6claws25
6432
6433         * src/prefs_common.c
6434                 Put spell checker options in a separate tab to decrease
6435                 the Common Preferences window height.
6436
6437         * README.claws  
6438                 Update spell checker usage instruction about its options
6439                 location.
6440
6441 2001-12-27 [melvin]     0.6.6claws24
6442
6443         * src/compose.c
6444                 Changed subject entry widget position. Initial focus is
6445                 on the To header instead of the subject entry.
6446                 Creating a new header scrolls the header list to make the
6447                 created one visible. Nevertheless, when automatically filling
6448                 headers, the first one is shown.
6449                 A Tab key press in the last empty header entry zips the 
6450                 focus to the subject entry.
6451                 (I did not change the combo boxes, yet)
6452
6453 2001-12-26 [alfons]     0.6.6claws23
6454
6455         * src/prefs_account.c
6456         * src/inc.c
6457                 allow default inbox to reside in another mailbox (only
6458                 works for POP3 accounts)
6459
6460 2001-12-26 [alfons]     0.6.6claws22
6461         
6462         * src/textview.c
6463                 make reply-on-click work with the account of the selected folder
6464         * src/compose.c
6465                 put a fixme here to remind me to fix finding correct default
6466                 account for nested folders
6467
6468 2001-12-25 [alfons]     0.6.6claws21
6469
6470         * src/summaryview.c
6471                 make column headers display locked and mark pixmaps (idea by Melvin) 
6472                 fix bug by adding score and locked column type to sort array
6473
6474 2001-12-25 [alfons]     0.6.6claws20
6475         
6476         * src/summaryview.c
6477                 catch a *potentially* inadvertent write back of  
6478                 the message cache(s) introduced by 0.6.5claws37
6479
6480 2001-12-25 [christoph]  0.6.6claws19
6481
6482         * src/stock_pixmap.[ch]
6483         * src/summaryview.c
6484                 add ignore thread pixmap
6485                 (can someone draw a better icon for this?)
6486
6487 2001-12-24 [alfons]     0.6.6claws18
6488
6489         * src/prefs_folder_item.c
6490                 make address completion actually work for the
6491                 Default To address in the Folder Property dialog.
6492
6493 2001-12-24 [alfons]     0.6.6claws17
6494         
6495         * src/summaryview.c
6496                 use new style regexp for subject stripping 
6497                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
6498
6499 2001-12-24 [darko]      0.6.6claws16
6500
6501         * src/pgptext.c
6502         * src/rfc2015.c
6503                 move GPG related informational messages to debug mode
6504
6505 2001-12-23 [alfons]     0.6.6claws15
6506
6507         * src/stock_pixmap.[ch]
6508         * src/summaryview.c
6509                 add the forgotten Claws' locked pixmap
6510
6511 2001-12-23 [alfons]     0.6.6claws14
6512
6513         * src/filesel.c
6514                 accept file name typed in entry in multi file
6515                 selector (patch submitted by Gustavo Noronha Silva 
6516                 <kov@debian.org>)
6517
6518 2001-12-23 [alfons]     0.6.6claws13
6519
6520         * src/prefs_filter.c
6521         * src/prefs_filtering.c
6522         * src/matcher.c
6523         * src/importmutt.c
6524                 clean up a little bit
6525         
6526         * src/string_match.c
6527                 validate input strings a little bit more
6528
6529 2001-12-23 [alfons]     0.6.6claws12
6530
6531         * src/Makefile.am
6532         * src/summaryview.c
6533         * src/string_match.[ch]         ** NEW **
6534         * src/folderview.[ch]
6535         * src/headerview.h
6536         * src/folder.[ch]
6537         * src/prefs_folder_item.[ch]
6538                 add subject simplification to strip out strings from
6539                 a subject line (esp. handy for mailing lists). 
6540                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
6541                 but slightly changed things for better integration.)
6542
6543 2001-12-23 [alfons]     0.6.6claws11
6544
6545         * src/mainwindow.c
6546                 fix bug introduced by submission included in 0.6.5claws52.
6547                 ideally this submission should clean the trash if any trash
6548                 folder has a message. however, the hasTrash variable was
6549                 set to false whenever a trash folder was empty (discarding
6550                 a previously found *filled* trash folder.)
6551
6552                 also edited the code a little bit and made it more safe.
6553
6554 2001-12-22 [alfons]     0.6.6claws10
6555
6556         * src/imap.c
6557                 quick fix for Martin Pool's omission of an account
6558                 specific SSL setting
6559
6560 2001-12-22 [alfons]     0.6.6claws9
6561
6562         * src/compose.c
6563         * src/messageview.c
6564         * src/mimeview.c
6565         * src/pgptext.c
6566         * src/procmime.[ch]
6567                 better support for multipart/digest (submitted
6568                 by Fredrik <e98fo@efd.lth.se>)
6569
6570 2001-12-22 [alfons]     0.6.6claws8
6571
6572         * src/addressbook.c
6573                 correct function signature
6574         * src/socket.[ch]
6575         * src/imap.[ch]
6576         * src/prefs_account.[ch]
6577                 allow IMAP over SSH tunnel (patch submitted by 
6578                 Martin Pool <mbp@samba.org>)
6579
6580 2001-12-21 [alfons]     0.6.6claws7
6581
6582         * sync with sylpheed 0.6.6cvs4-9
6583                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
6584
6585 2001-12-21 [christoph]  0.6.6claws6
6586
6587         * src/compose.c
6588         * src/prefs_folder_item.[ch]
6589                 implement saving of outgoing messages to current folder.
6590                 fix segfault when no default outbox is available
6591                 (closes bug #495683)
6592
6593 2001-12-21 [carsten]    0.6.6claws5
6594         * src/folderview.c
6595         * src/summaryview.c
6596                 pressing CTRL while DND does now the expected thing and
6597                 copies the mail (moving is still the default, as this
6598                 seam more appropriate for handling mails by DND)
6599
6600 2001-12-18 [paul]       0.6.6claws4
6601
6602         * sync with sylpheed 0.6.6cvs3
6603                 see ChangeLog entries 2001-12-18
6604
6605 2001-12-18 [hiro]       0.6.6claws3
6606
6607         * src/undo.c
6608                 fix for multibyte characters (obtain the number of letters
6609                 instead of bytes).
6610
6611 2001-12-17 [paul]       0.6.6claws2
6612
6613         * sync with sylpheed 0.6.6cvs1
6614                 see ChangeLog entry 2001-12-16
6615
6616 2000-12-17 [alfons]     0.6.6claws1
6617
6618         * src/filtering.c
6619                 clean up
6620
6621 2001-12-16 [paul]       0.6.6claws
6622 2001-12-15
6623
6624         * Release version 0.6.6claws, cvs tag: rel_0_6_6
6625
6626         * src/mimeview.c
6627                 last minute sync with main 0.6.6
6628
6629         * po/es.po
6630                 updated by Ricardo Mones Lastra
6631                 update for last minute sync
6632         * po/fr.po
6633         * po/nl.po
6634                 update for last minute sync
6635         * po/de.po
6636                 updated by Jens Oberender
6637         * po/pt_BR.po
6638                 updated by Fabio Junior Beneditto
6639
6640         * src/prefs_common.[ch]
6641         * src/undo.c
6642                 number of undo levels is user configurable
6643                 (squeeze it into the release in the dying
6644                 moments) Submitted by Jens Oberender    
6645
6646 2001-12-15 [melvin]
6647
6648         * po/fr.po
6649                 updated french translation
6650
6651 2001-12-15 [paul]       0.6.5claws92
6652
6653         * sync with sylpheed 0.6.5cvs28
6654                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
6655
6656         * po/nl.po
6657                 update to allow for sync
6658
6659 2001-12-15 [alfons]
6660         
6661         * po/nl.po
6662                 update dutch translation
6663
6664 2001-12-14 [carsten]    0.6.5claws91
6665         * src/summaryview.c
6666                 fixed bug #473785; also after changing the column order
6667                 the same message will be selected and displayed as before
6668                 the reordering
6669
6670 2001-12-14 [carsten]    0.6.5claws90
6671         * src/folderview.c
6672                 probably found the bug reported by wwb opening or closing
6673                 a folder tree just before dnd (found the solution in the
6674                 balsa source -- thanks to them)
6675
6676 2001-12-14 [carsten]    0.6.5claws89
6677         * src/gtkutils.c
6678         * src/account.c
6679                 moved gtk_clist_moveto to the right place, so that
6680                 only the accounts dialog is effected on opening
6681
6682 2001-12-14 [carsten]    0.6.5claws88
6683         * src/gtkutils.c
6684                 gtkut_clist_set_focus_row does a gtk_clist_moveto
6685                 now, so that the focused row will be seen in any case
6686                 (reported by wwp on sf-claws-user)
6687
6688 2001-12-14 [darko]      0.6.5claws87
6689
6690         * src/compose.c
6691                 remove unnecessary line
6692
6693 2001-12-14 [paul]       0.6.5claws86
6694
6695         * sync with sylpheed 0.6.5cvs27
6696                 see ChangeLog entries 2001-12-14
6697
6698 2001-12-14 [carsten]    0.6.5claws85
6699         * src/mainwindow.c
6700                 following a suggestion of Melvin the rcoabm pops up
6701                 right under the button now and the button is reliefed
6702                 while the popup is open
6703
6704 2001-12-14 [darko]      0.6.5claws84
6705
6706         * src/compose.c
6707                 fix crash when wrapping long lines if linewrap quotation
6708                 is disabled and wrapper encounters a word spanning more
6709                 than one line
6710
6711 2001-12-13 [paul]       0.6.5claws83
6712
6713         * src/compose.c
6714                 prefer 'Reply-To' header over mailing list header when
6715                 replying to a message. Finally prevent all those confirmation 
6716                 messages being sent to the list itself.
6717
6718         * src/summaryview.c
6719                 remove unused summary_set_menu_sensitive() entry
6720
6721 2001-12-13 [paul]       0.6.5claws82
6722
6723         * src/folderview.c
6724         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
6725         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
6726         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
6727                 improvements to 'Hide read messages': Inbox, Outbox,
6728                 Trash, Queue, and Draft icons now reveal presence of hidden 
6729                 messages
6730
6731 2001-12-12 [alfons]     0.6.5claws81
6732
6733         0.6.5claws80 was tagged as LAST_STABLE
6734
6735         * src/filtering.[ch]
6736         * src/matcher.[ch]
6737         * src/matcher_parser_lex.c
6738                 fix the filtering; my last attempt to get it right, 
6739                 if it does not work, it's Hoa's turn. ;-)
6740
6741                 for my honourable peers:
6742                 
6743                 the code now makes a clear distinction between
6744                 rules as they are displayed (probably escaped),
6745                 and as they are executed (probably unescaped). the
6746                 parser does *NOT* do any unescaping, this is
6747                 the task of the matcher.c (which breaks up a
6748                 rule into condition) and the filtering.c (which
6749                 breaks up the rule's action). to make this
6750                 run happily we provide an unescaped copy of
6751                 crucial strings to the MatcherProp and 
6752                 FilteringAction structures. note that the only
6753                 exception to this is any REGEXP string. those
6754                 are directly passed to regcomp() and regexp()
6755                 (who have much more powerful unescape functions).
6756                 
6757                 for everyone else:
6758         
6759                 you can escape tab (\t), carriage return (\r),
6760                 linefeed (\n), form feed (\f), quote (\"), 
6761                 single quote (\'), bell (\b) in all the entry
6762                 lines in the scoring & filtering dialogs.
6763                 as an added bonus this should not affect
6764                 existing filtering rules.
6765
6766 2001-12-12 [carsten]    0.6.5claws80
6767
6768         * src/summaryview.c
6769         * po/de.po
6770                 "item(s) selected" is now sensitive to 1 or more
6771                 than one selected (nice for language where simple
6772                 adding of a "s" is not possible as German (Eintrag
6773                 ->Eintr"age)
6774                 
6775                 the "forward as attachment" entry from the right
6776                 click menu removed, "forward" acts following the
6777                 prefs
6778         
6779         * src/textview.c
6780                 reverted my former changes; so compiler warning again
6781                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
6782                 nevertheless
6783
6784         * src/messageview.c
6785                 "search in message" does now *not* only work in MVIEW_TEXT
6786                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
6787                 message
6788
6789         * src/mainwindow.c
6790                 removed "/File/_Close" as it was the same as "/File/E_xit"
6791                 and we don't need it two times
6792
6793                 the separate folder view and message view now get a distinct
6794                 WMCLASS, just in case someone is using sawfish ;-)
6795
6796                 as the menu entries "/View/Message view" and "/View/Folder tree"
6797                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
6798                 make them sensitive accordingly and as these two are "shown"
6799                 after startup anytime check this menuitem at startup
6800
6801 2001-12-12 [paul]       0.6.5claws79
6802
6803         * src/folderview.c
6804                 fix sensitivity of 'Search folder...', broken in
6805                 0.6.5claws75
6806
6807         * src/mainwindow.c
6808                 fix dodgy English
6809
6810 2001-12-11 [carsten]    0.6.5claws78
6811         * src/filtering.c
6812                 fixed two typos returning a wrong FALSE/TRUE
6813         * src/mainwindow.[ch]
6814                 extra menu for email/news button removed
6815
6816 2001-12-11 [alfons]     0.6.5claws77
6817         
6818         * src/matcher.c                 (1.3)
6819         * src/matcher_parser_lex.l      (1.28)
6820                 revert for another attempt
6821                 mark 0.6.5claws77 as LAST_STABLE
6822
6823 2001-12-11 [christoph]  0.6.5claws76
6824
6825         * po/de.po
6826                 fixed wrong translation for prev. unread msg
6827
6828 2001-12-11 [paul]       0.6.5claws75
6829
6830         * src/folder.[ch]
6831         * src/folderview.c
6832         * src/mainwindow.c
6833         * src/summaryview.[ch]
6834         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
6835                 enable ability to hide read messages on per folder basis via 
6836                 '/Summary/Hide read messages'; when selected, a folder will 
6837                 have a red open folder icon, instead of a blue icon, if the 
6838                 folder contains hidden messges
6839                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
6840
6841         * src/mainwindow.c
6842                 remove '/Message/Forward as attachment' from 
6843                 main_window_set_menu_sensitive() to prevent debug warning
6844
6845         * src/folderview.c
6846         * src/mainwindow.c
6847                 Clean up some of the English
6848
6849         * tools/newscache_clean.pl
6850                 allow for new 'hidereadmsgs' entry in folderlist.xml
6851
6852         * po/es.po
6853                 updated translation, submitted by Ricardo Mones Lastra
6854
6855 2001-12-11 [paul]       0.6.5claws74
6856
6857         * sync with sylpheed 0.6.5cvs25
6858                 see ChangeLog entry 2001-12-11
6859
6860 2001-12-10 [alfons]     0.6.5claws73
6861
6862         * src/matcher.c
6863                 add more control characters
6864         * src/matcher_parser_lex.l
6865                 make escaping / unescaping work again
6866
6867 2001-12-10 [alfons]     0.6.5claws72
6868
6869         * src/imap.c
6870                 clean up warnings "returning value for void function" 
6871         * src/prefs_filtering.c
6872                 make info button for execute action sensitive
6873
6874 2001-12-10 [paul]       0.6.5claws71
6875
6876         * src/compose.c
6877         * src/imap.[ch]
6878         * src/summaryview.c
6879                 fix: imap server now gets informed of MARKED, UNMARKED
6880                 and REPLY events. Now people can use different IMAP-Mail
6881                 clients and have the exact same information about MARKED,
6882                 UNMARKED and REPLY status with all of them. Especially
6883                 useful for imap servers with a web-frontend.
6884                 submitted by Tobias Sandhaas <medlor@web.de>
6885
6886 2001-12-09 [melvin]     0.6.5claws70
6887         
6888         * src/textview.[ch]
6889                 fixed bug #490076 (hunted down by Alfons who implemented
6890                 a workaround in 0.6.5claws65)
6891
6892 2001-12-09 [christoph]  0.6.5claws69
6893
6894         * src/summaryview.c
6895                 set pointer to string in LOCKED column to NULL
6896                 (might fix bug #490800)
6897
6898 2001-12-09 [carsten]    0.6.5claws68
6899
6900         * po/de.po
6901                 resolved some cluttered menu shortcuts 
6902                 ('creating new email' and 'creating news message'
6903                 hade the same)
6904         * src/compose.c
6905                 wmclass now distinc from main window
6906         * src/mainwindow.c
6907           src/mainwindow.h
6908                 email/news and forward button functionality similar
6909                 to the reply buttons; removed the ugly dropdown arrows
6910                 and use instead the right mouse button
6911
6912 2001-12-09 [paul]       0.6.5claws67
6913
6914         * src/imap.c
6915         * src/utils.h
6916                 allow spaces in imap folder names
6917                 submitted by Willem van Engen <wvengen@stack.nl>
6918
6919 2001-12-09 [paul]       0.6.5claws66
6920
6921         * sync with sylpheed 0.6.5cvs24
6922                 see ChangeLog entry 2001-12-09
6923
6924 2001-12-08 [alfons]     0.6.5claws65
6925
6926         * src/textview.c
6927                 prevent secondary selection claim after "add to sender" dialog
6928                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
6929                 we trick GTK by simulating a click at (0, 0) in the textview.
6930
6931 2001-12-08 [hoa]        0.6.5claws64
6932
6933         * src/folder.c
6934                 fixed a bug about the .processing folder name while filtering
6935
6936 2001-12-08 [alfons]     0.6.5claws63
6937
6938         * src/folderview.c 
6939                 work around problem of not correctly updating folder stats
6940                 when deleting messages. there's some folder scanning evil
6941                 going so the folderview_update_msg_num() does not work
6942                 correctly. need to investigate this.
6943
6944 2001-12-08 [paul]       0.6.5claws62
6945
6946         * sync with sylpheed 0.6.5cvs23
6947                 see ChangeLog entry 2001-12-08
6948
6949 2001-12-07 [christoph]  0.6.5claws61
6950
6951         * src/compose.c
6952                 fix another header translation problem
6953
6954 2001-12-07 [alfons]     0.6.5claws60
6955
6956         * src/mbox.c
6957                 make filtering also work on local spool mbox
6958
6959 2001-12-07 [carsten]    0.6.5claws59
6960         * src/addressbook.c
6961                 addressbook window gets a wmclass distinct from the main
6962                 sylpheed window
6963         * src/compose.h
6964         * src/mainwindow.[ch]
6965                   forward menu item will use mode selected in prefs, forward 
6966                 as attatchment in menu removed (will be substituted in the
6967                 toolbar similar to reply buttons)
6968                   create news message menu entry and news button is now 
6969                 sensitive to the existance of a news account
6970         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
6971         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
6972         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
6973                 these are removed because the toolbar buttons don't show
6974                 the quoting modus any longer
6975
6976 2001-12-07 [paul]
6977
6978         * tools/newscache_clean.pl      ** NEW FILE **
6979                 perl script to do some tidying up in the newscache directory 
6980                 
6981         * tools/sylpheed-switcher       ** NEW FILE **
6982                 perl script to enable easy switching between main and claws
6983                 
6984         * tools/README
6985                 added descriptions of the two new perl scripts          
6986
6987
6988 2001-12-07 [melvin]     0.6.5claws58
6989
6990         * src/messageview.c
6991                 fixed a warning during compilation introduced in 0.6.5claws56
6992
6993 2001-12-07 [paul]       0.6.5claws57
6994
6995         * src/mainwindow.[ch]
6996         * src/menu.[ch]
6997                 further usability enhancements to replying with or without 
6998                 quoting via the toolbar, use of Ctrl key is replaced by 
6999                 drop down menu 
7000                 Submitted by Carsten Schurig            
7001
7002 2001-12-07 [melvin]     0.6.5claws56
7003
7004         * src/messageview.c
7005                 hack to fix bug that prevented to make/paste selections
7006                 after switching between MVIEW_TEXT and MVIEW_MIME views
7007                 without deselecting the selection first.
7008
7009 2001-12-06 [alfons]     0.6.5claws55
7010
7011         * src/filtering.[ch]
7012         * src/inc.c
7013                 revise filtering a little bit more, and make sure
7014                 messages are delivered to the appropriate inbox
7015                 (perhaps set per account)
7016
7017 2001-12-06 [paul]       0.6.5claws54
7018
7019         * sync with sylpheed 0.6.5cvs22
7020                 see ChangeLog entry 2001-12-06
7021
7022 2001-12-05 [alfons]     0.6.5claws53
7023
7024         * src/inc.c
7025         * src/folder.[ch]
7026         * src/procmsg.c
7027         * src/filtering.c
7028                 more revisions of filtering system
7029                 (last stable version is marked as LAST_STABLE)
7030                 
7031                 | NOTE 1): the filtering system now uses a local folder called
7032                 | .processing. if filtering fails, check this directory
7033                 | for missing messages.
7034                 |
7035                 | NOTE 2): help us find the filtering actions still missing
7036
7037 2001-12-05 [paul]       0.6.5claws52
7038
7039         * src/mainwindow.c
7040                 fix bug where 'Empty Trash?' pop-up window appears even
7041                 when Trash is empty, submitted by Jesse Skinner         
7042
7043 2001-12-05 [melvin]     0.6.5claws51
7044
7045         * src/compose.c
7046                 fixed bug #486106 to select correct account when reediting 
7047                 a queued message
7048         
7049 2001-12-04 [alfons]     0.6.5claws50
7050
7051         * src/mh.c
7052                 declare markfile in appropriate functions when
7053                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
7054                 for spotting this)
7055
7056 2001-12-04 [paul]       0.6.5claws49
7057
7058         * sync with sylpheed 0.6.5cvs21
7059                 see ChangeLog entry 2001-12-04
7060
7061 2001-12-03 [christoph]  0.6.5claws48
7062
7063         * po/de.po
7064                 changed translation of undo
7065         * src/account.c
7066         * src/folder.c
7067                 don't reinvent the wheel to traverse a GNode
7068         * src/compose.[ch]
7069                 seperate code to create the compose gui into functions
7070                 add "Others" page with folder selection for saving copy
7071                 of the message.
7072                 the folder identifier is saved to queue header
7073         * src/procmsg.c
7074                 save message to folder in queue header
7075
7076 2001-12-03 [paul]       0.6.5claws47
7077
7078         * sync with sylpheed 0.6.5cvs20
7079                 see ChangeLog entry 2001-12-03
7080
7081 2001-12-01 [paul]
7082
7083         * more sync with sylpheed 0.6.5cvs19
7084                 see ChangeLog entry 2001-11-29
7085
7086 2001-11-30 [paul]       0.6.5claws46
7087         
7088         * src/compose.c
7089                 remove conflicts introduced by Hoa's last commit
7090          
7091         * src/mainwindow.c
7092                 make 'Message/Bounce' sensitive
7093
7094 2001-11-30 [hoa]        0.6.5claws45
7095
7096         * src/compose.c
7097                 slightly change bounce function to add
7098                 information about the user that bounced the mail
7099                 in the From header line.
7100
7101         * src/folderview.c
7102                 permit the use of processing in outbox folder.
7103
7104 2001-11-29 [paul]       0.6.5claws44
7105
7106         * src/mainwindow.[ch]
7107         * src/prefs_common.c
7108         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
7109         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
7110         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
7111                 usability enhancements to the quoting, implements
7112                 use of Ctrl key to toggle quoting settings
7113                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
7114
7115 2001-11-29 [paul]       0.6.5claws43
7116         
7117         * sync with sylpheed 0.6.5cvs19
7118                 see ChangeLog entry 2001-11-28
7119
7120 2001-11-29 [melvin]     0.6.5claws42
7121         * src/Makefile.am
7122                 added enriched.[ch] to the list of files
7123
7124         * src/textview.c
7125         * src/mimeview.c
7126         * src/procmime.[ch]
7127         * src/enriched.[ch]
7128                 added support to view text/enriched
7129                 added support to show headers in message view for text/enriched and text/html
7130                         in non multipart messages
7131
7132 2001-11-28 [paul]       0.6.5claws41
7133
7134         * more sync with sylpheed 0.6.5cvs18
7135                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
7136
7137 2001-11-27 [paul]       0.6.5claws40
7138         
7139         * po/pt_BR.po
7140                 updated translation, submitted by Fabio Junior Beneditto
7141                 
7142         * sync with sylpheed 0.6.5cvs18
7143                 see ChangeLog entries 2001-11-26 (src/textview.c) and
7144                 2001-11-27
7145
7146
7147 2001-11-26 [paul]
7148
7149         * po/es.po
7150                 updated translation, submitted by Ricardo Mones Lastra
7151
7152 2001-11-26 [alfons]
7153
7154         * src/matcher.c
7155                 add more translatable strings
7156
7157 2001-11-26 [christoph]  0.6.5claws39
7158
7159         * po/de.po      
7160                 fixed one more umlaut
7161         * src/compose.c
7162                 fix translated header when it should not be translated
7163
7164 2001-11-26 [paul]       0.6.5claws38
7165
7166         * src/mainwindow.c
7167                 remove '/Message/Add Sender to address book' from 
7168                 main_window_set_menu_sensitive(), prevent debug warning
7169                 add 'Message/Mark/Mark all read' to mainwin_entries[]
7170
7171 2001-11-26 [paul]       0.6.5claws37
7172
7173         * src/summaryview.c
7174                 fix 'recurring unread state' bug 
7175
7176         * tools/README 
7177         * tools/filter_conv.pl
7178                 read name of top level mailbox from folderlist.xml
7179                 and presume nothing about its name              
7180
7181 2001-11-26 [darko]      0.6.5claws36
7182
7183         * src/gtkstext.[ch]
7184                 removed functions that are now in gtkutils.c
7185                 use gtkut_text_is_uri_string() from gtkutils.c
7186         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
7187
7188 2001-11-26 [paul]       0.6.5claws35
7189
7190         * sync with sylpheed 0.6.5cvs16
7191                 see ChangeLog entries 2001-11-25 and 2001-11-26
7192
7193 2001-11-25 [alfons]     0.6.5claws34
7194
7195         EXPERIMENTAL!!! Please checkout the last stable version using: 
7196           
7197         % cvs update -r LAST_STABLE -dRAP
7198
7199         (Or help us testing this stuff.)
7200
7201         * src/filtering.c               (1.14)
7202         * src/filtering.h               (1.6)
7203         * src/inc.c                     (1.28)
7204         * src/matcher.c                 (1.20)
7205         * src/mbox.c                    (1.9)
7206         * src/procmsg.h                 (1.14)
7207         * src/summaryview.c             (1.59)
7208         * src/summaryview.h             (dunno)
7209                 revert/merge/sync to as it was before commit 
7210                 on Thu, 19 Jul 2001 10:15:51 -0700.
7211
7212 2001-11-25 [hoa]        0.6.5claws33
7213
7214         * src/main.c
7215                 processing mails at startup
7216
7217         * src/folderview.c
7218         * src/summaryview.[ch]
7219                 processing mails when entering folder
7220
7221         * src/prefs_filtering.c
7222                 fixed some UI bugs
7223
7224 2001-11-24 [alfons]     0.6.5claws32
7225
7226         * src/summaryview.[ch]
7227                 make summary sort headers work, and also make
7228                 sure the sort type is stored
7229
7230 2001-11-23 [alfons]     0.6.5claws31
7231
7232         * src/summaryview.[ch]
7233                 make lock work like mark
7234                 disallow deleting messages marked as locked
7235
7236 2001-11-23 [alfons]     0.6.5claws30
7237
7238         * src/gtkstext.c
7239         * src/compose.[ch]
7240         * src/Makefile.am
7241         * src/undo.[ch]
7242                 merge undo patch submitted by Jens
7243
7244 2001-11-23 [christoph]  0.6.5claws29
7245
7246         * src/.cvsignore
7247                 added ylwrap
7248         * src/compose.c
7249                 fixed gpg signing and encoding
7250         * src/folder.[ch]
7251         * src/main.c
7252                 added --status option to get new, unread and total
7253                 message count from a running sylpheed
7254         * src/prefs_common.c
7255                 temporary fix for reply_with_quote problem
7256                 (don't call functions for non existing widget)
7257         * src/procmsg.c
7258                 one more check for ignored threads but still not
7259                 always working correctly. probably a recursive
7260                 check for all parents is needed
7261
7262 2001-11-23 [darko]      0.6.5claws28
7263
7264         * src/compose.c
7265                 wrapping on send improvements
7266         * src/gtkutils.[ch]
7267                 fix for GtkSText after last sync with main branch
7268                 GTK_TEXT -> GTK_STEXT
7269
7270 2001-11-23 [paul]       0.6.5claws27
7271
7272         * sync with sylpheed 0.6.5cvs14
7273                 see ChangeLog entries 2001-11-22 and 2001-11-23
7274                 
7275         * po/de.po
7276                 fixed the scrambled umlauts 
7277                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
7278
7279 2001-11-21 [paul]       0.6.5claws26
7280
7281         * sync with sylpheed 0.6.5cvs12
7282                 see 2nd ChangeLog entry dated 2001-11-20
7283
7284 2001-11-20 [paul]       0.6.5claws25
7285
7286         * sync with sylpheed 0.6.5cvs11
7287                 see ChangeLog entry 2001-11-19 (src/utils.c)
7288
7289 2001-11-20 [hiro]
7290
7291         * src/compose.c
7292                 GTK_TEXT -> GTK_STEXT
7293                 fix for wrong comment
7294
7295 2001-11-20 [hiro]       0.6.5claws24
7296
7297         * src/compose.[ch]
7298                 more merges from main branch
7299                 removed fatal warnings (uninitialized variables etc.)
7300                 some coding style fix
7301         * src/gtkutils.h
7302                 fixed typo.
7303         * src/addressbook.c
7304           src/addrindex.c
7305                 V-Card -> vCard
7306
7307 2001-11-19 [hoa]        0.6.5claws23
7308
7309         * src/filtering.c
7310         * src/prefs_scoring.c
7311         * src/matcher.[ch]
7312         * src/scoring.c
7313                 cleaning code
7314
7315         * src/matcher_parser_parse.y
7316         * src/prefs_filtering.c
7317                 bouncing
7318
7319 2001-11-19 [alfons]     0.6.5claws22
7320
7321         more of my old things into claws
7322
7323         * src/Makefile.am
7324         * src/prefs_common.c
7325         * src/procmsg.h
7326         * src/summaryview.[ch]
7327         * src/prefs_summary_column.c
7328         * src/pixmaps/locked.xpm
7329                 add indicators for locking of message in summary view
7330                 (does not work yet, only visual indicator)
7331
7332 2001-11-19 [paul]       0.6.5claws21
7333
7334         * sync with sylpheed 0.6.5cvs10
7335                 see ChangeLog entry 2001-11-19
7336
7337 2001-11-18 [alfons]     0.6.5claws20
7338         
7339         * src/filtering.c
7340                 remove an inadvertent free I forgot in previous clean up 
7341
7342 2001-11-18 [alfons]     0.6.5claws19
7343
7344         * src/filtering.[ch]
7345                 clean up & plug leaks
7346
7347 2001-11-18 [paul]       0.6.5claws18
7348
7349         * sync with sylpheed 0.6.5cvs9
7350                 see ChangeLog entries 2001-11-17 and 2001-11-18
7351
7352 2001-11-16 [paul]       0.6.5claws17
7353
7354         * sync with sylpheed 0.6.5cvs8
7355                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
7356
7357 2001-11-16 [paul]       0.6.5claws16
7358
7359         * sync with sylpheed 0.6.5cvs7
7360                 see ChangeLog entries 2001-11-15 and 2001-11-16
7361
7362 2001-11-15 [hoa]        0.6.5claws15
7363
7364         * src/compose.c
7365                 fix bounce, mails we received couln't be bounced to ourself.
7366
7367         * src/defs.h
7368         * src/filtering.[ch]
7369         * src/matcher.[ch]
7370         * src/matcher_parser.h
7371         * src/matcher_parser_lex.l
7372         * src/matcher_parser_parse.y
7373         * src/inc.c
7374         * src/main.c
7375         * src/mbox.c
7376         * src/prefs_filtering.[ch]
7377         * src/mainwindow.c
7378         * src/prefs_matcher.c
7379         * src/prefs_scoring.c
7380         * src/scoring.[ch]
7381         * src/summaryview.c
7382                 new matcher/filter/score configuration file parser
7383                 one unique configuration file => ~/.sylpheed/matcherrc
7384                 import in currently automatic, then save are made
7385                 in this new file.
7386                 one filter per folder and one global filter
7387                 (filter of a folder will be used as folder processing)
7388
7389         * src/folder.c
7390                 fix a bug in folder_item_get_identifier
7391                 
7392         * src/messageview.c
7393                 receive receipt return are fixed.
7394
7395 2001-11-14 [alfons]     0.6.5claws14
7396
7397         * src/session.h
7398                 add things from main branch to make claws compile
7399
7400 2001-11-14 [paul]       0.6.5claws13
7401
7402         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
7403                 see ChangeLog entries 2001-11-08 to 2001-11-14
7404
7405 2001-11-14 [hoa] 0.6.5claws12
7406
7407         * src/compose.[ch]
7408         * src/mainwindow.c
7409         * src/summaryview.c
7410                 add "bounce mail" option
7411
7412 2001-11-13 [christoph]  0.6.5claws11
7413
7414         * src/compose.c
7415                 Cleanup a mess i add before commiting
7416
7417 2001-11-13 [hoa]        0.6.5claws10
7418
7419         * src/compose.c
7420                 some fixes when mail are sent or
7421                 for crossposts
7422
7423 2001-11-13 [christoph]  0.6.5claws9
7424
7425         * po/de.po
7426                 Changed two string with the same translation
7427         * src/compose.c
7428         * src/procmsg.[ch]
7429         * src/send.[ch]
7430                 New mailsending process:
7431                   - Always queue message before sending
7432                     (message will be saved if sylpheed crashed or
7433                      freezes while sending)
7434                   - Allow queuing of newspostings
7435                   - No copy in outbox before sending
7436                     (closes bug #469501)
7437                   - No more redundant code for send and send_later
7438         * src/summaryview.c
7439                 Applied wwp <subscript@free.fr>'s patch that fixes
7440                 marks for multiple forwarded messages (+compose.c)
7441
7442 2001-11-12 [alfons]
7443
7444         * README.claws
7445                 remove things that are now in main branch
7446         
7447         * po/nl.po
7448                 update Dutch translation
7449
7450 2001-11-12 [mhadasht]   0.6.5.claws8
7451
7452         * src/prefs_common.c
7453                 re-enabled account autoselection feature for forward
7454                 and reedit lost during the branch point for SYNC-B4-REL
7455         * src/gtkspell.c
7456                 gtkpspell_get_dict(): more readable code (even if function is
7457                 not used yet)
7458         * ChangeLog.claws
7459                 added version number info to 2001-11-12 [hiro] comment.
7460
7461 2001-11-12 [hiro]       0.6.5.claws7
7462
7463         * src/compose.c
7464                 compose_forward(): fixed a bug that forward quote mark
7465                 wasn't used.
7466                 removed unnecessary code.
7467         * src/template_select.[ch]: removed.
7468
7469 2001-11-11 [alfons]
7470
7471         * src/compose.c
7472                 :%s/GTK_TEXT/GTK_STEXT/g
7473         
7474         * src/compose.[ch]
7475         * src/undo.[ch]
7476         * src/Makefile.am
7477                 revert the undo stuff (this is 0.6.6claws stuff)
7478
7479 2001-11-11 [hoa]        0.6.5.claws6
7480
7481         * src/compose.[ch]
7482                 Insert signature at the end of the text.
7483                 Added undo patch but currently disabled
7484
7485         * src/procmsg.c
7486                 Threading by subject improved.
7487
7488         * added src/undo.[ch]
7489                 Undo module for compose dialog box.
7490
7491 2001-11-11 [alfons]     0.6.5.claws5
7492
7493         * src/procmsg.c
7494                 prevent threading by subject on nodes that have already been
7495                 threaded by in-reply-to (as in "circular references in a tree
7496                 result in a dead branch")
7497
7498 2001-11-09 [hoa]        0.6.5.claws4
7499         
7500         * src/folderview.c
7501                 allows creation of mbox folder item from any files.
7502
7503 2001-11-09 [alfons]     0.6.5.claws3
7504         
7505         * src/utils.c
7506         * src/procmsg.c
7507                 do what I mean and correct threading by subject so it really
7508                 ignores attracting lines without "Re: "
7509
7510 2001-11-07 [alfons]     0.6.5.claws2
7511
7512         * src/procmsg.c
7513         * src/utils.[ch]
7514                 only attract by subject if a subject line starts with a "Re: "
7515         * src/syldap.c
7516                 remove warning
7517
7518 2001-11-07 [paul]       0.6.5claws1
7519
7520         * sync with sylpheed 0.6.5. release
7521                 see ChangeLog entry 2001-11-07
7522
7523 2001-11-07 [paul]       0.6.4claws31
7524
7525         * sync with sylpheed 0.6.4cvs18
7526                 see ChangeLog entries 2001-10-30 to 2001-11-07
7527                 prefs_templates.[ch] renamed prefs_template.[ch]
7528
7529 2001-11-06 [alfons]
7530         
7531         * src/utils.h
7532                 add semicolon Hoa forgot ;-)
7533                 
7534
7535 2001-11-06 [hoa]        0.6.4claws30
7536         
7537         * src/procmsg.c
7538         * src/summaryview.c
7539         * src/utils.c
7540         * src/utils.h
7541                 threading by subject - empty subject are ignored
7542
7543 2001-11-06 [christoph]  0.6.4claws29
7544
7545         * src/socket.c
7546                 use SSL_peek for sock_gets
7547         * src/utils.c
7548                 removed unneeded pointer in extracting quoted
7549                 names implementation
7550
7551 2001-11-06 [melvin]     0.6.4claws28
7552
7553         * src/gtkspell.c
7554                 fixed bug #476792 Selection overtyping with spell checker
7555                 fixed bug which could cause a buffer overflow
7556                 fixed a memory leak
7557
7558 2001-11-06 [hoa]        0.6.4claws27
7559         
7560         * src/procmsg.c
7561         * src/summaryview.c
7562                 threading by subject
7563
7564 2001-11-05 [alfons]     0.6.4claws26
7565         
7566         * README.claws
7567                 Claws -> Sylpheed (vice versa)
7568
7569         * src/compose.c
7570                 :%s/gtk_text/gtk_stext/g
7571                 :%s/GTK_TEXT/GTK_STEXT/g
7572                 (thanks to Jonathan Ware for spotting this)
7573
7574 2001-11-04 [christoph]  0.6.4claws25
7575
7576         * src/summaryview.c
7577                 replace Xalloca + strdup with Xstrdup_a
7578         * src/utils.c
7579                 better implementation of extracting quoted names
7580                 from addresses (remove backlashes and ignore
7581                 quotes after them)
7582
7583 2001-11-04 [alfons]     0.6.4claws24
7584
7585         * src/utils.[ch]
7586                 edit to comply more with coding style
7587
7588         * src/textview.c
7589                 fix bug reported by Kim Schulz. introduced by the patch integrated
7590                 in 0.6.4claws15. the code did not check the return value of
7591                 the html parser.
7592
7593         * AUTHORS
7594                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
7595
7596 2001-11-04 [christoph]  0.6.4claws23
7597
7598         * src/main.c
7599         * src/prefs_common.[ch]
7600                 init some pointers that possibly caused a segfault
7601                 reported in the claws-users ML
7602
7603 2001-11-04 [hoa]        0.6.4claws22
7604
7605         * src/grouplistdialog.c
7606                 change the names of the nodes in the tree
7607
7608         * src/compose.c
7609                 enhanced mailto syntax as described in
7610                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
7611                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
7612
7613         * src/utils.c
7614                 encode and decode URI (useful when opening URL into
7615                 netscape).
7616
7617 2001-11-03 [hoa]        0.6.4claws21
7618
7619         * src/grouplistdialog.c
7620                 a new newsgroups list selection dialog box
7621                 with a CTree instead of a CList
7622
7623 2001-11-03 [hoa]        0.6.4claws20
7624
7625         * src/folderview.c
7626                 enable property and scoring options when right
7627                 click on "inbox"
7628
7629         * src/summaryview.c
7630                 fixed bug when nickname were displayed using
7631                 the address book.
7632
7633 2001-11-02 [darko]      0.6.4claws19
7634
7635         * src/compose.c
7636                 new wrap quotation and URL/long words wrapping implementation
7637         * src/compose.c src/gtkstext.[ch]
7638                 move gtkstext_strncmp() to gtkstext.c
7639
7640 2001-11-01 [christoph]  0.6.4claws18
7641
7642         * src/prefs_account.c
7643                 fixed mess in account settings dialog
7644         * src/prefs_folder_item.c
7645                 added label with folder path to dialog
7646
7647 2001-10-31 [match]      0.6.4claws17
7648
7649         * src/vcard.c
7650                 fix memory leak.
7651         * src/addrbook.c
7652                 fix generation of spurious address book file names.
7653                 remove redundant functions.
7654         * po/POTFILES.in
7655                 added missing file names.
7656
7657 2001-10-30 [paul]       0.6.4claws16
7658
7659         * sync with sylpheed 0.6.4cvs6
7660                 see ChangeLog entries 2001-10-26 to 2001-10-30
7661
7662         * tools/filter_conv.pl
7663                 read folderlist.xml to discover whether the top-level
7664                 folder is called 'Mailbox' or 'Mail' 
7665
7666 2001-10-29 [paul]       0.6.4claws15
7667
7668         * src/html.c, src/textview.c
7669                 activate links in html mail and fix clickable parts
7670                 Submitted by Matthieu Dazy <dazy@t-surf.com>
7671
7672 2001-10-29 [paul]
7673
7674         * po/de.po, po/es.po, po/pt_BR/po
7675                 updated translations, submitted by Jens Oberender,
7676                 Ricardo Mones Lastra, and Fabio Junior Beneditto
7677
7678 2001-10-29 [darko]      0.6.4claws14
7679
7680         * src/compose.c
7681                 fix wrapping for good
7682
7683 2001-10-29 [darko]
7684
7685         * src/compose.c
7686                 undo previous change as it broke the smart wrapping
7687
7688 2001-10-29 [darko]      0.6.4claws13
7689
7690         * src/compose.c
7691                 fix infinite loop when long URL is quoted
7692                 (closes bug #475122.
7693
7694 2001-10-28 [match]
7695
7696         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
7697                 import Mutt address book
7698         * src/ldif.[ch] src/importldif.h
7699                 modified import LDIF handle user attributes
7700
7701 2001-10-28 [christoph]  0.6.4claws12
7702
7703         * src/summaryview.c
7704                 fixed that filtering did not work if there
7705                 were no filter rules
7706                 (closes bug #472003 and better implementation
7707                  of patch #474644)
7708
7709 2001-10-27 [christoph]  0.6.4claws11
7710
7711         * src/compose.c
7712                 make the folder's default account to be used when
7713                 replying. (patch by wwp <subscript@free.fr>)
7714         * src/compose.c
7715                 code cleanup, nearly killed all of wwp's patch
7716                 for folder's default account in compose
7717         * src/folderview.c
7718                 error panel when a folder could not be created
7719                 (closes bug #471080 new folder name & already
7720                  existing file)
7721
7722 2001-10-26 [alfons]
7723
7724         * src/utils.h
7725                 change prototype of strstr2() that Christoph forgot about
7726
7727 2001-10-26 [christoph]  0.6.4claws10
7728
7729         * src/account.c
7730                 made search for accounts by email address not case
7731                 sensitive
7732         * src/folder.c
7733                 fixed memory leak in folder_item_get_identifier
7734         * src/gtkspell.c
7735         * src/utils.c
7736                 fixed wrong strstr2 (should work like strstr)
7737
7738 2001-10-26 [darko]      0.6.4claws9
7739
7740         * src/compose.c src/gtkstext.[ch]
7741         * src/gtkstext.c
7742                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
7743
7744 2001-10-26 [paul]       0.6.4claws8
7745
7746         * src/html.c
7747                 ignore css and javascript tags in html mail
7748                 case-insensitive, with or without double-quoted
7749                 strings
7750
7751 2001-10-26 [paul]       0.6.4claws7
7752
7753         * sync with sylpheed 0.6.4cvs1
7754                 see ChangeLog entry 2001-10-26
7755
7756         * src/prefs_account.c, src/prefs_common.c,
7757           src/prefs_summary_column.c
7758                 minor improvements to the English
7759
7760 2001-10-25 [alfons]     0.6.4claws6
7761
7762         * src/gtkstext.c
7763         
7764                 make GtkSText follow style of GtkText (closes bug 
7765                 #469211 "text selection while writing message")
7766                 
7767                 do sync with GTK 1.2.10
7768
7769 2001-10-25 [paul]       0.6.4claws5
7770
7771         * src/html.c
7772                 ignore css tags in html mail
7773
7774 2001-10-25 [darko]      0.6.4claws4
7775
7776         * src/compose.c
7777                 don't declare is_url_string as static function since
7778                 we need it in gtkstext.c
7779         * src/gtkstext.c
7780                 remove unused variable
7781                 don't wrap long URLs while composing a message
7782
7783 2001-10-24 [christoph]  0.6.4claws3
7784
7785         * src/socket.c
7786                 fix ssl deadlock, when peer closes connection
7787
7788 2001-10-24 [paul]       0.6.4claws2
7789
7790         * src/prefs_common.c
7791                 gettextize the gpg ascii-armored warning message
7792
7793         * src/compose.c
7794                 insert a DOS/MAC file into the composed message
7795                 (improvements)
7796
7797         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
7798
7799 2001-10-22 [paul]       0.6.4claws1
7800
7801         * sync with sylpheed 0.6.4 release
7802                 see ChangeLog entries 2001-10-21
7803
7804         * po/fr.po, po/pt_BR.po
7805                 updated by Melvin Hadasht and Fabio Junior Beneditto
7806
7807 2001-10-21 [paul]       0.6.3claws30
7808
7809         * src/compose.c
7810                 insert a DOS text file from the compose window
7811                 into the composed message text (removes CRs characters)
7812                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
7813
7814         * tools/filter_conv.pl, tools/README
7815                 automatically use ~/.sylpheed as working directory
7816                 print out confirmation message on completion
7817
7818         * correct Hoa's last ChangeLog.claws entry
7819
7820 2001-10-20 [hoa]        0.6.3claws29
7821
7822         * src/grouplistdialog.c
7823                 bugfix (another ?) to give the right
7824                 newsgroups list for each news server.
7825
7826         * src/news.c
7827         * src/news.h
7828                 improve the newsgroups list cache
7829
7830 2001-10-20 [paul]       0.6.3claws28
7831
7832         * sync with sylpheed 0.6.3cvs9
7833                 see ChangeLog entry 2001-10-19
7834
7835         * correct Alfons' last ChangeLog.claws entry
7836
7837 2001-10-19 [alfons]
7838
7839         * src/pgptext.[ch]
7840                 fix compilation problems (part of bug #472895)
7841
7842 2001-10-18 [hoa]        0.6.3claws27
7843
7844         * src/grouplistdialog.c
7845                 bugfix when we refresh was clicked (bug 472701)
7846
7847 2001-10-19 [christoph]  0.6.3claws26
7848
7849         * src/compose.c
7850                 last header entry should default to "To:" or
7851                 "Newsgroups:" and not copy the last entry line
7852                 in a new compose window
7853                 (closes bug #472686, #470792)
7854
7855 2001-10-19 [paul]       0.6.3claws25
7856
7857         * sync with Sylpheed 0.6.3cvs8
7858                 see ChangeLog entries 2001-10-18 and 2001-10-19
7859
7860 2001-10-18 [christoph]  0.6.3claws24
7861
7862         * src/procmsg.c
7863                 reimplement ignore thread
7864         
7865 2001-10-18 [hoa]        0.6.3claws23
7866
7867         * src/folderview.c
7868         * src/grouplistdialog.[ch]
7869                 enhanced news subscription interface (feature 469113)
7870
7871         * src/news.c
7872         * src/news.h
7873                 enchanced newsgroup listing,
7874                 now, we can get groups informations
7875                 (NNTPGroupInfo)
7876
7877 2001-10-18 [paul]       0.6.3claws22
7878
7879         * src/summaryview.c
7880                 remove comment (sync with main branch)
7881         * src/mainwindow.c
7882                 fix 'Re-edit' bug in 'Message' menu
7883
7884 2001-10-17 [christoph]  0.6.3claws21
7885
7886         * src/compose.c
7887                 ignore empty or whitespace only header lines
7888
7889 2001-10-17 [paul]       0.6.3claws20
7890
7891         * sync with sylpheed 0.6.3cvs7
7892                 see ChangeLog entries 2001-10-14, 2001-10-16, and
7893                 2001-10-17
7894
7895 2001-10-17 [darko]
7896
7897         * src/compose.c
7898                 wrap long lines without spaces
7899                 don't wrap URLs
7900
7901 2001-10-16 [paul]
7902
7903         * po/es.po, po/nl.po, po/pt_BR.po
7904                 updated by Ricardo Mones Lastra, Alfons,
7905                 and Fabio Junior Beneditto
7906
7907         * sylpheed-0.6.3claws released
7908
7909 2001-10-15 [melvin] 0.6.3claws18
7910
7911         * README.claws
7912                 added summary and detailed installation instructions
7913                 for spell checker
7914         * po/fr.po
7915                 Updated, corrected and completed french translation
7916
7917 2001-10-15 [hoa] 0.6.3claws17
7918         * src/grouplistdialog.c
7919                 we can choose the newsgroups to display with wildcards
7920
7921 2001-10-15 [christoph]  0.6.3claws16
7922
7923         * src/account.c
7924         * src/compose.c
7925         * src/prefs_folder_item.[ch]
7926                 applied wwp <subscript@free.fr>'s folder
7927                 default account patch
7928         * po/de.po
7929                 Fixed wrong translation
7930
7931 2001-10-13 [alfons, christoph, melvin]  
7932                         0.6.3claws15
7933
7934         solution #2 to solve MT-safety problems defers all GUI related calls
7935         to the main thread using a gtk_idle_add() callback. discussed on
7936         ircnet #sylpheed, with christoph spotting some issues with the
7937         original code, and melvin allowing us to lobotomize his sylpheed.
7938
7939         * src/syldap.[ch], src/main.c
7940                 fix race problem in ldap search thread by deferring GUI 
7941                 stuff to main thread using gtk_idle_add()
7942
7943 2001-10-13 [paul]       0.6.3claws14
7944
7945         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
7946                 add Sergey's smtpcred.patch
7947                 adds separate username/password setting for SMTP Auth
7948                 needed by some servers
7949                 (closes feature request #471659)
7950
7951 2001-10-13 [paul]       0.6.3claws13
7952
7953         * src/pgptext.[ch] **NEW FILES**
7954         * src/Makefile.am, src/messageview.c, src/mimeview.c
7955                 decrypt ascii-armored gpg text embedded in
7956                 the message body.
7957                 Submitted by Jens Jahnke <jan0sch@gmx.net>
7958
7959 2001-10-13 [christoph]  0.6.3claws12
7960
7961         * README.claws
7962                 some more details on default to and
7963                 feature requests
7964         * src/main.c
7965                 init glib threading when ldap is used
7966         * src/syldap.c
7967                 threading fixes
7968         * po/de.po
7969                 fixed a typo
7970
7971 2001-10-12 [paul]       0.6.3claws11
7972
7973         * src/prefs_common.[ch], src/rfc2015.c
7974                 enable ascii-armored gpg text to be embedded in the
7975                 message body, selectable through the 'Privacy'
7976                 preferences. Supports encrypting only.
7977                 Submitted by Ravemax <ravemax@dextrose.com>
7978
7979 2001-10-12 [paul]       0.6.3claws10
7980
7981         * sync with sylpheed 0.6.3cvs6
7982                 see ChangeLog entries 2001-10-11 and 2001-11-12
7983
7984         * src/folderview.c
7985                 incorporated mbox folders, scoring, and folder
7986                 properties into the sync
7987
7988 2001-10-12 [darko]      0.6.3claws9
7989
7990         * README.claws
7991                 describe quotation wrapping
7992         * src/compose.c
7993                 don't treat tab as space to calculate line length properly
7994
7995 2001-10-11 [alfons]
7996
7997         * README.claws
7998                 correct description of how to make new filtering system work,
7999                 add some other things
8000                 
8001         * src/syldap.c
8002                 remove sched_yield() (not necessary / unportable)
8003
8004 2001-10-11 [paul]       0.6.3claws8
8005
8006         * sync with sylpheed 0.6.3cvs3
8007                 see ChangeLog entry 2001-10-10
8008
8009 2001-10-10 [christoph]  0.6.3claws7
8010
8011         * .cvsignore
8012                 ignore 2 files created by newer autotools
8013         * src/prefs_folder_item.c
8014                 using table for widget alignment
8015                 fixed memory leak and broken octal display
8016         * src/filesel.c
8017                 fixed segfault caused by lost filename
8018                 workaround (closes bug #469551)
8019
8020 2001-10-10 [paul]       0.6.3claws6
8021
8022         * sync with sylpheed 0.6.3cvs2
8023                 see ChangeLog entries 2001-10-09 and 2001-10-10
8024
8025 2001-10-10 [darko]      0.6.3.claws5
8026
8027         * src/gtkstext.c
8028                 proper calculation of right margin if smart wrapping is enabled
8029         * src/compose.c
8030                 automatically wrap long lines if wrap quotation is enabled
8031
8032 2001-10-09 [alfons]     0.6.3.claws4
8033
8034         * src/summaryview.c
8035                 select correct row when deleting last row in the summary view (and
8036                 close bug "[ #469104 ] select second last in list when deleting")
8037
8038 2001-10-09 [paul]       0.6.3claws3
8039
8040         * sync with sylpheed 0.6.3cvs1
8041                 updated some autotool scripts
8042
8043 2001-10-09 [darko]      0.6.3claws2
8044
8045         * src/gtkstext.[ch]
8046                 new name and mark with Sylpheed comment
8047         * src/compose.c
8048                 smart quotation wrapping a-la VIM
8049
8050 2001-10-08 [paul]       0.6.3claws1
8051
8052         * sync with sylpheed 0.6.3 release
8053                 see ChangeLog entry 2001-10-08
8054
8055 2001-10-08 [paul]       0.6.2claws24
8056
8057         * src/summaryview.c
8058                 more sync with sylpheed 0.6.2cvs12
8059                 Fixed the bug that didn't select the last row correctly
8060
8061
8062 2001-10-07 [paul]       0.6.2claws23
8063
8064         * sync with sylpheed 0.6.2cvs12
8065                 see ChangeLog entry 2001-10-07
8066
8067 2001-10-06 [match]
8068         * src/jpilot.[ch]
8069                 enable jpilot to read unsynch'ed addresses.
8070
8071         * src/editldap_basedn.c
8072                 fix segfault when opening dialog.
8073
8074 2001-10-06 [alfons]     0.6.2.claws22
8075
8076         * src/summaryview.c
8077                 fix bug with summary view selecting last *inserted*
8078                 node instead of last *visible* node. remember we
8079                 work with a tree
8080
8081 2001-10-06 [paul]       0.6.2claws21
8082
8083         * po/pt_BR.po
8084                 updated translation, contains some fixes and new
8085                 translations, submitted by Gustavo Noronha Silva
8086                 <kov@debian.org>
8087
8088         * src/prefs_common.c
8089                 change 'each' to 'every' - fix dubious English
8090
8091         * sync with sylpheed 0.6.2cvs11
8092
8093 2001-10-05 [alfons]     0.6.2claws20
8094
8095         * src/mainwindow.[ch], src/folderview.c
8096                 make composite tool button switch between "Compose News"
8097                 and "Compose Mail" depending on selected folder
8098                 (nifty idea by Kim Schulz <kim@schulz.dk>)
8099
8100 2001-10-05 [paul]       0.6.2claws19
8101
8102         * src/mainwindow.c, src/summaryview.c
8103                 fix 'Message/Reply to all', broken in last commit
8104
8105         * src/compose.c
8106                 fix X_BEENTHERE seg fault, thanks to Alfons
8107
8108 2001-10-04 [paul]       0.6.2claws18
8109
8110         * src/compose.[ch], src/mainwindow.c
8111                 make "Message/Reply" reply to mailing lists; matches
8112                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
8113                 based on portions of the patch submitted by
8114                 Junichi Uekawa <dancer@netfort.gr.jp>
8115
8116 2001-10-04 [darko]      0.6.2claws17
8117
8118         * src/compose.c
8119                 better smart wrapping
8120         * src/gtkstext.[hc]
8121                 a function to make text buffer contiguous
8122
8123 2001-10-03 [paul]       0.6.2claws16
8124
8125         * sync with sylpheed 0.6.2cvs10
8126
8127 2001-10-02 [alfons]
8128
8129         * configure.in
8130         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
8131                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
8132                 references to chinese translations (hope someone picks up
8133                 this)
8134
8135 2001-10-02 [christoph]  0.6.2claws15
8136
8137         * src/compose.c
8138                 fixed non translated header bug
8139         * ChangeLog.claws
8140                 fixed wrong date in alfons last entry ;)
8141
8142 2001-10-02 [alfons]     0.6.2claws14
8143
8144         * src/compose.c, src/prefs_common.[ch]
8145                 add block cursor option
8146
8147 2001-10-02 [paul]       0.6.2claws13
8148
8149         * sync with sylpheed 0.6.2cvs9
8150
8151 2001-09-30 [paul]       0.6.2claws12
8152
8153         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
8154                 updated translations
8155
8156         * po/POTFILES.in
8157                 add 'src/importldif.c'
8158
8159         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
8160                 added eudora-to-vCard conversion tool
8161                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
8162
8163         * sync with sylpheed 0.6.2cvs8
8164
8165 2001-09-30 [paul]
8166
8167         * sylpheed-0.6.2claws released
8168
8169 2001-09-27 [melvin]     0.6.2claws11
8170
8171         * src/gtkspell.c
8172                 fixed crash when using default path (introduced 
8173                 in 0.6.2claws10)
8174                 fixed tiny bug for initial suggestion mode
8175
8176 2001-09-27 [melvin]     0.6.2claws10
8177         
8178         * src/gtkspell.c
8179                 fixed bug where gtkpspell didn't set the path correctly
8180
8181         * README.claws
8182                 added a paragraph about spell checking
8183                 
8184
8185
8186 2001-09-27 [paul]       0.6.2claws9
8187
8188         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
8189                 replace '// comments' with '/* comments */' to prevent
8190                 some compiler warnings 
8191
8192         * sync with sylpheed 0.6.2cvs6
8193
8194 2001-09-26 [alfons]     0.6.2claws8
8195
8196         * src/messageview.c
8197                 introduce return receipt request notification again,
8198                 which was lost because of other semantics in 
8199                 procheader_parse() (???)
8200
8201 2001-09-26 [christoph]  0.6.2claws7
8202
8203         * src/compose.c
8204                 replace comments for old code with #if 0
8205                 readded auto cc, bcc and reply-to
8206         * src/prefs_matcher.c
8207         * src/prefs_scoring.c
8208                 removed some definition (was moved to
8209                 prefs.h)
8210
8211 2001-09-26 [paul]       0.6.2claws6
8212
8213         * src/mainwindow.c
8214                 make 'Follow-up and reply to' sensitive
8215
8216         * more sync with sylpheed 0.6.2cvs5
8217
8218 2001-09-25 [melvin]
8219
8220         * 0.6.2claws5
8221
8222         * src/gtkspell.c
8223                 fixed bug for "US-ASCII" introduced by the encoding code
8224
8225 2001-09-25 [paul]
8226
8227         * 0.6.2claws4
8228
8229         * src/prefs_common.[ch], src/summaryview.c
8230                 'next unread msg' 'go to next folder?' dialog can be
8231                 given default behaviour, either always show dialog,
8232                 or assume 'yes', or assume 'no'
8233                 Submitted by wwp <subscript@free.fr>
8234
8235 2001-09-25 [melvin]
8236                 
8237         * src/compose.c src/gtkspell.[ch]
8238                 added support for different encodings
8239
8240 2001-09-25 [paul]
8241
8242         * more sync with sylpheed 0.6.2cvs5
8243
8244 2001-09-24 [alfons]
8245         
8246         * src/prefs_folder_item.c
8247                 add check for item->prefs->default_to string is NULL and
8248                 add another check when freeing this string
8249
8250 2001-09-24 [paul]
8251
8252         * configure.in
8253                 change to version 0.6.2claws3
8254
8255         * sync with sylpheed 0.6.2cvs5 
8256
8257 2001-09-24 [match]
8258         * src/ldif.[ch], src/importldif.[ch], addressbook.c
8259                 import LDIF files.
8260         * src/addrcache.[ch], addrindex.[ch]
8261                 small update for future
8262         * src/addrbook.c
8263                 fix test XML file.
8264
8265 2001-09-24 [melvin]
8266         * src/gtkspell.[ch]
8267                 added 'Learn from mistakes' option
8268                 better handling of quotes in checked words
8269                 sorted dict list
8270         * po/fr.po
8271                 small update for spell checking stuff
8272
8273 2001-09-23 [alfons]
8274         
8275         * src/gtkspell.c
8276                 edit a little bit so it complies more with main coding style
8277
8278 2001-09-23 [alfons]
8279
8280         * src/folder.[ch], prefs_folder_item.c, compose.c
8281                 migrate "request return receipt" folder property
8282                 to folderlist.xml
8283
8284 2001-09-22 [alfons]
8285
8286         * README.claws **NEW**
8287                 (add things of interest for users of main branch 
8288                 and claws here)
8289
8290         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
8291                 re-implement threading per folder option, but store 
8292                 the setting in folderlist.xml (where it belongs)
8293
8294 2001-09-21 [melvin]
8295
8296         * src/gtkspell.[ch]
8297                 fixed bug when compose window is under another window
8298         * src/prefs_common.[ch] src/compose.c
8299                 changed 'dictionary_path' to 'dictionary' to be consistent
8300                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
8301         * ac/pspell.m4 src/Makefile.am 
8302                 dropped PSPELL_PATH macro
8303         * po/fr.po
8304                 updated translations
8305
8306 2001-09-21 [christoph]
8307
8308         * src/compose.c
8309                 added border around header fields
8310                 keep header type when new field is added
8311
8312 2001-09-20 [christoph]
8313
8314         * src/utils.[ch]
8315                 more portable debug_print with source filename
8316                 and linenumber
8317         * src/procmsg.c
8318                 more newlines after debug messages
8319
8320 2001-09-20 [paul]
8321
8322         * configure.in
8323                 change to version 0.6.2claws2
8324
8325         * sync with sylpheed 0.6.2cvs3
8326
8327 2001-09-19 [melvin]
8328
8329         * src/gtkspell.c
8330                 fixed the post-right-click focus pb
8331                 fixed crash when 'Spell check all' after dict change 
8332                         and when cursor is at the end of the text
8333                 shift-right-click pops up config menu even on misspelled words.
8334         * po/POTFILES.in
8335                 added gtkspell.c
8336
8337 2001-09-19 [melvin]
8338
8339         * src/about.c
8340                 added pspell to compiled-in features list
8341
8342 2001-09-18 [melvin]
8343
8344         * switched to pspell and dropped ispell
8345         * ac/pspell.m4
8346                 new file. autoconf macro for pspell
8347         * ac/Makefile.am 
8348         * configure.in acconfig.h
8349                 added pspell support
8350         * src/Makefile.am
8351         * src/main.c src/compose.[ch] src/gtkspell.[ch]
8352         * src/prefs_common.[ch] 
8353                 added pspell support
8354
8355 2001-09-18 [christoph]
8356
8357         * src/addr_compl.c
8358         * src/template.[ch]
8359                 replace LOG_MESSAGE with debug_print
8360         * src/compose.[ch]
8361                 gui improvements
8362         * src/menu.c
8363                 added newline after debug message
8364         * src/utils.h
8365                 using __VA_ARGS__ for debug_print macro
8366         * tools/.cvsignore
8367                 ignore Makefile and Makefile.in
8368
8369 2001-09-18 [paul]
8370
8371         * configure.in
8372                 change to version 0.6.2claws1
8373         * sync with sylpheed 0.6.2cvs1
8374
8375         * src/matcher.c 
8376         * src/prefs_matcher.c
8377                 add 'score equal to' option, submitted by
8378                 Paul Evans <nerd@freeuk.com>
8379
8380 2001-09-15 [christoph]
8381
8382         * src/mainwindow.c
8383                 comment out menu entry not existing in claws
8384         * src/menu.c
8385                 add debug output for non existing menu entries
8386         * src/summaryview.c
8387                 fix next/prev unread message for ignored threads
8388         * src/utils.[ch]
8389                 add sourcefile and line number to debug output
8390                 otherwise it is sometimes hard to find the
8391                 source code part if debug messages are translated
8392
8393 2001-09-14 [darko]
8394         
8395         * src/folderview.c
8396                 refresh target folder style after colour is changed
8397
8398 2001-09-13 [paul]
8399
8400         * configure.in
8401                 change to version 0.6.1claws3
8402
8403         * sync with sylpheed 0.6.1cvs6
8404
8405 2001-09-13 [darko]
8406         
8407         * src/folderview.c
8408                 fix target folder colourization to use user selected colour
8409
8410 2001-09-12 [darko]
8411         
8412         * src/summaryview.c
8413                 fix crash when message that is marked for copy/move is unmarked
8414
8415 2001-09-09 [paul]
8416
8417         * configure.in
8418                 change to version 0.6.1claws2
8419
8420         * sync with sylpheed 0.6.1cvs3
8421
8422 2001-09-09 [alfons]
8423         
8424         * src/folderview.c
8425                 fix bug with default font used for trash folder text
8426
8427 2001-09-06 [paul]
8428
8429         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
8430                 updated translations
8431
8432         * configure.in
8433                 change to version 0.6.1claws1
8434
8435         * sync with sylpheed 0.6.1cvs2
8436
8437 2001-09-03 [paul]
8438
8439         * po/POTFILES.in
8440                 add Match's new addressbook
8441
8442         * po/de.po
8443                 updated translation submitted by Jens Oberender
8444
8445 2001-09-02 [paul]
8446
8447         * configure.in
8448                 change to 0.6.1claws
8449         * sync with sylpheed 0.6.1 release
8450
8451 2001-09-02 [paul]
8452
8453         * configure.in
8454                 change to 0.6.0claws2
8455
8456         * sync with sylpheed 0.6.0cvs4
8457
8458         * po/pt_BR.po
8459                 updated translation submitted by Fabio Junior Beneditto
8460
8461 2001-09-01 [match]
8462         * pixmaps/
8463                 interface.xpm
8464                 book.xpm
8465                 address.xpm
8466         * src/
8467                 Makefile.am
8468                 a ton of new files
8469
8470 2001-08-31 [paul]
8471
8472         * configure.in
8473                 change to version 0.6.0claws1
8474
8475         * sync with sylpheed 0.6.0cvs1
8476
8477         * po/es.po
8478                 updated translation submitted by Ricardo Mones Lastra
8479
8480         * po/POTFILES.in
8481                 add 'src/prefs_templates.c'
8482
8483         * src/compose.c, src/summaryview.c
8484                 fix segfault on 'Re_edit'               
8485
8486 2001-08-30 [alfons]
8487
8488         * configure.in, Makefile.am
8489         * tools/Makefile.am
8490                 add tools directory to source distribution
8491
8492 2001-08-30 [paul]
8493
8494         * configure.in
8495                 change to version 0.6.0claws
8496
8497         * sync with sylpheed 0.6.0 release
8498
8499 2001-08-30 [christoph]
8500
8501         * configure.in
8502                 removed autoconf version check
8503
8504 2001-08-30 [paul]
8505
8506         * src/account.c, src/compose.c, src/prefs_common.[ch]
8507         * src/procheader.[ch] src/utils.[ch]
8508                 Enhanced automatic account selection on replies
8509                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
8510
8511         * configure.in
8512                 add LDAP and JPilot to the configuration results output.
8513
8514 2001-08-29 [christoph]
8515
8516         * src/summeryview.c
8517                 no bold font for ignored threads
8518
8519 2001-08-29 [paul]
8520
8521         * configure.in
8522                 change to version 0.5.3claws6
8523
8524         * sync with sylpheed 0.5.3cvs10
8525                 src/stringtable.[ch]: New Files
8526
8527         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
8528         * src/pixmaps/sylpheed.xpm
8529                 add mini-icons to windows (by Alfons)
8530
8531 2001-08-27 [paul]
8532
8533         * src/mainwindow.c
8534                 new functions: next_labeled_cb(), prev_labeled_cb()
8535
8536         * src/summaryview.c
8537                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
8538                 summary_select_next_labeled(), summary_select_prev_labeled()
8539
8540         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
8541                 give claws blue folders and a blue trash can
8542
8543 2001-08-27 [paul]
8544
8545         * configure.in
8546                 change to version 0.5.3claws5
8547
8548         * sync with sylpheed 0.5.3cvs9
8549                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
8550
8551 2001-08-24 [christoph]
8552
8553         * src/filesel.c
8554                 keep filename when browsing directories
8555                 (not working for user entered filename, but
8556                  for default name and selected filename from
8557                  file list)
8558         * src/mainwindow.c
8559                 fixed wrong spelling "Folllow-up"
8560         * src/mbox_folder.c
8561         * src/procmsg.c
8562         * src/summaryview.c
8563                 fixed new/unread message count with ignored
8564                 threads (2 commits, first didn't notice no
8565                 longer needed decreasing)
8566         * src/inc.c
8567                 readded scrolling of progress dialog
8568                 (lost in sync)
8569
8570 2001-08-24 [paul]
8571
8572         * configure.in
8573                 change to 0.5.3claws4
8574
8575         * sync with sylpheed 0.5.3cvs7
8576
8577 2001-08-24 [christoph]
8578
8579         * src/compose.c
8580                 set request return receipt when replying
8581                 if it is set is the folder prefs of the
8582                 message
8583         * src/inc.c
8584                 disable final error popup if popups are
8585                 disabled in config (again)
8586
8587 2001-08-23 [paul]
8588
8589         * configure.in
8590                 Change version number to 0.5.3claws3
8591
8592         * sync with sylpheed 0.5.3cvs5
8593
8594         * src/mimeview.c
8595                 double quote '%s' in 'gedit %s' to fix bug when
8596                 opening attachment with spaces in the name
8597
8598 2001-08-22 [alte]
8599         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
8600           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
8601                 initial message templates support
8602
8603
8604 2001-08-22 [paul]
8605
8606         * configure.in
8607                 change version number to 0.5.3claws2
8608
8609         * sync with sylpheed 0.5.3cvs4
8610
8611         * src/procmsg.h src/summaryview.c
8612                 re-implement (un)ignore thread
8613
8614 2001-08-21 [paul]
8615
8616         * src/summaryview.c
8617                 remove unnecessary code
8618         * src/compose.c
8619                 enable 'dynamic' signatures (submitted by
8620                 Eric Limpens <eric@hscg-internet.nl>)
8621
8622 2001-08-21 [paul]
8623
8624         clean up after sync with sylpheed 0.5.3 release
8625
8626         * src/folderview.c
8627                 fix re-introduced font mess, see Christoph's
8628                 entry 2001-06-24
8629
8630         * src/summaryview.c
8631                 remove prev_msgnum
8632                 use sylpheed's small font instead of
8633                 gtk default font for summary view
8634
8635
8636 2001-08-17 [paul]
8637
8638         * configure.in
8639                 add pl to ALL_LINGUAS - sync with main branch
8640
8641         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
8642                 Updated. Translations by Jens Oberender, Ricardo Mones
8643                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
8644
8645         * po/pl.po  ** NEW FILE **
8646                 sync with the main branch
8647
8648         * src/folderview.c
8649                 fix target folder colorizing and refresh problem
8650
8651
8652 2001-08-17 [christoph]
8653
8654         * src/mainwindow.c
8655                 claws uses 4 colors for target folder coloring.
8656                 arrays were not long enough and destroyed the
8657                 stack causing a segfault.
8658                 target folder colorizing does not work anymore
8659                 for me
8660
8661 2001-08-16 [paul]
8662
8663         * configure.in
8664                 change to version 0.5.3claws1
8665
8666         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
8667           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
8668           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
8669
8670                 sync with sylpheed 0.5.3 release, but keep claws method of
8671                 configuring/saving fonts
8672
8673         * src/addressbook.[ch]
8674                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
8675                 in line with a similar change in Hiroyuki's branch
8676
8677         * src/mainwindow.[ch]
8678                 disable main_window_set_thread_option()
8679         * src/prefs_folder_item.c
8680                 comment out &tmps_prefs.enable_thread,
8681         * src/mbox_folder.c, src/procmsg.[ch]
8682                 comment out MSG_IS_IGNORE_THREAD
8683         * src/summaryview.c
8684                 comment out summary_ignore_thread() and summary_unignore_thread()
8685                 comment out MSG_IS_IGNORE_THREAD
8686
8687                 use Hiroyuki's threading instead.
8688
8689
8690
8691 2001-08-15 [paul]
8692
8693         * src/account.c
8694                 use Hiroyuki's 0.5.3 column scheme but also
8695                 include the enable/disable button.
8696         * src/pixmaps/mark.xpm
8697                 add Hiroyuki's amended pixmap
8698
8699 2001-08-13 [christoph]
8700
8701         * src/account.c
8702                 receive at get all column showed wrong state for APOP
8703                 button should only work for POP3 and APOP accounts
8704         * src/prefs_account.c
8705                 added missing preprocessor statement for SSL
8706
8707 2001-08-12 [paul]
8708
8709         * src/account.[ch]
8710                 add 'receive at get all' column and enable/disable
8711                 button.
8712
8713 2001-08-06 [christoph]
8714
8715         * src/account.c
8716                 show usage of SSL in protocol column
8717
8718         * src/imap.c
8719         * src/inc.c
8720                 renamed ssl options
8721
8722         * src/prefs_account.[ch]
8723                 moved ssl options to a new page
8724
8725         * src/send.c
8726         * src/smtp.c
8727         * src/ssl.[ch]
8728                 renamed ssl options
8729                 added support for SMTP STARTTLS command
8730
8731 2001-08-05 [christoph]
8732
8733         * configure.in
8734                 debian autoconf needs version check to find
8735                 correct autoconf version. if the file is
8736                 named configure.in 2.13 is used, which does
8737                 not work with this configure.in script.
8738                 other solution would be to rename the script
8739                 to configure.ac as suggested in the autoconf
8740                 manual.
8741
8742         * src/inc.c
8743                 disable final error popup if popups are
8744                 diabled in config
8745
8746         * src/socket.c
8747                 bugfix in ssl_gets
8748                 fixes IMAP over SSL problem
8749
8750 2001-08-03 [paul]
8751
8752         * configure.in
8753                 change to 0.5.2claws1
8754
8755         * sync with sylpheed 0.5.2cvs1
8756
8757 2001-08-02 [alfons]
8758
8759         * configure.in
8760                 quick fix for ispell detection...
8761
8762 2001-08-01 [paul]
8763
8764         * configure.in
8765                 change to 0.5.1claws4
8766
8767         * sync with sylpheed 0.5.1cvs7
8768
8769 2001-07-31 [alfons]
8770
8771         * src/prefs_common.c, src/prefs_common.h, 
8772           src/gtkspell.c, src/gtkspell.h
8773                 add global spelling checker settings (compose tab) +
8774                 selection of dictionary 
8775           
8776         * configure.in  
8777                 guess valid ispell location
8778
8779 2001-07-31 [paul]
8780
8781         * po/POTFILES.in
8782                 removal of 'src/quote_fmt_parse.c'
8783         * po/de.po
8784                 Updated de.po
8785                 (submitted by Jens Oberender <didge@suse.de>)
8786
8787 2001-07-31 [darko]
8788
8789         * src/folder.[ch]
8790         * src/folderview.[ch]
8791         * src/mainwindow.c
8792         * src/mh.c
8793         * src/prefs_common.[ch]
8794         * src/summaryview.c
8795                 target folder colourization
8796
8797 2001-07-30 [paul]
8798
8799         more sync with Sylpheed 0.5.1cvs6 
8800
8801 2001-07-30 [darko]
8802
8803         * src/mh.c
8804         * src/prefs_folder_item.[hc]
8805         * src/summaryview.c
8806                 shared folders support with a GUI
8807
8808 2001-07-29 [paul]
8809
8810         0.5.1claws3
8811
8812         * sync with Sylpheed 0.5.1cvs6
8813
8814 2001-07-29 [paul]
8815
8816         * po/pt_BR.po
8817                 updated
8818                 (submitted by Fabio Junior Beneditto)
8819
8820 2001-07-28 [paul]
8821
8822         * src/procmime.c
8823         * AUTHORS
8824                 patch to correct bad image mime headers
8825                 (submitted by Don Quijote <dq@searchlores.org>)
8826
8827 2001-07-28 [paul]
8828
8829         * tools/gif2xface.pl   **NEW FILE**
8830         * tools/README
8831                 script to convert file.gif to file.xface for
8832                 use in a custom header.
8833                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
8834
8835 2001-07-27 [alfons]
8836         
8837         * configure.in
8838                 change macros for detecting JPilot and LDAP
8839
8840 2001-07-27 [christoph]
8841
8842         * src/filtering.c
8843                 code cleanup (MIN / MAX warning, needed casting)
8844
8845 2001-07-27 [alfons]
8846
8847         * procheader.c
8848                 disallow setting flags when detecting certain headers
8849                 (X-Status, Status, Seen, X-Seen). 
8850         
8851         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
8852
8853 2001-07-27 [christoph]
8854
8855         * src/prefs_filter.c
8856         * src/prefs_filtering.c
8857         * src/prefs_matcher.c
8858         * src/prefs_scoring.c
8859                 scroll list when moving rows up or down
8860
8861         * src/imap.c
8862         * src/imap.h
8863         * src/prefs_account.c
8864         * src/prefs_account.h
8865         * src/send.c
8866                 SMTP over SSL (untested, feedback requested)
8867                 IMAP over SSL
8868
8869         * src/ssl.c
8870                 code cleanup
8871
8872 2001-07-26 [alfons]
8873         
8874         * configure.in, acconfig.h
8875                 define CLAWS (need this for main / claws detection)
8876
8877 2001-07-25 [alfons]
8878
8879         * configure.in
8880                 Sylpheed 0.5.1claws2
8881                 
8882         * sync with Sylpheed 0.5.1cvs4
8883
8884 2001-07-25 [christoph]
8885
8886         * src/scoring.c
8887                 fixed segfault
8888                 item->prefs == NULL (don't know why)
8889
8890 2001-07-25 [alfons]
8891
8892         * configure.in
8893                 Sylpheed 0.5.1claws1
8894
8895         * sync with Sylpheed 0.5.1cvs1-3
8896
8897 2001-07-24 [christoph]
8898
8899         * src/folderview.c
8900         * src/prefs_folder_item.[ch]
8901                 added folderitem preferences dialog with
8902                 default To: and auto request return receipt
8903
8904         * src/compose.[ch]
8905         * src/menu.[ch]
8906                 changes to handle new folderitem preferences
8907
8908         * src/mainwindow.c
8909         * src/summaryview.c
8910                 call compose new mail with current folderitem
8911
8912 2001-07-24 [alfons]
8913
8914         Release Sylpheed 0.5.1claws
8915
8916         * configure.in
8917                 change to release version 0.5.1claws
8918
8919 2001-07-24 [christoph]
8920
8921         * src/summaryview.c
8922                 fixed segfault that happend when the selected
8923                 message was removed while retrieving new messages.
8924
8925         * po/es.po
8926                 updated translation
8927                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
8928
8929 2001-07-22 [alfons]
8930
8931         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
8932         this is a work in progress, for more information: http://nlpagan.net/sylman 
8933         
8934         * configure.in, src/mainwindow.c, manual/Makefile.am
8935                 add support for English manual
8936
8937         * AUTHORS
8938                 add authors of user manuals
8939
8940         * manual/en/sylpheed*.html
8941                 add English documentation
8942
8943 2001-07-22 [christoph]
8944
8945         * po/POTFILES.in
8946                 added src/ssl.c
8947         * src/ssl.c
8948                 changed a wrong debug message
8949
8950 2001-07-22 [alfons]
8951
8952         * po/nl.po
8953                 update Dutch translation
8954
8955         * src/prefs_filtering.c, 
8956           src/prefs_matcher.c
8957                 add more translatable strings           
8958
8959 2001-07-21 [alfons]
8960
8961         0.5.0claws7
8962
8963         * configure.in
8964                 change version
8965
8966         * src/inc.c, src/summaryview.[ch]
8967                 prevent update of mark file when filtering has done, by
8968                 using a variable; this affects two functions:
8969                         inc.c::inc_finished()
8970                         summaryview.c::summary_show()
8971
8972 2001-07-20 [alfons]
8973
8974         * src/filtering.[ch], src/prefs_filtering.c, 
8975           src/matcher.[ch]
8976                 add filtering action for label coloring 
8977
8978         * po/POTFILES.in
8979                 add labelcolors.c
8980
8981         * added src/labelcolors.c
8982         * added src/labelcolors.h
8983         * src/Makefile.am, src/summaryview.c
8984                 rearrange label coloring code
8985
8986         * src/procmsg.h
8987                 add more parentheses so label colouring works correctly
8988
8989         * src/filtering.c
8990                 don't really delete message, but move it to Trash
8991
8992         * src/prefs_matcher.c
8993                 add quote options to info dialog
8994
8995 2001-07-20 [christoph]
8996
8997         * src/Makefile.am
8998         * src/inc.c
8999         * src/main.[ch]
9000         * src/socket.h
9001         * src/ssl.[ch] (new)
9002                 moved ssl stuff to a seperate file
9003
9004 2001-07-20 [darko]
9005
9006         * src/summaryview.c
9007                 fix show sender using address book with no e-mail
9008                 address in From: field
9009
9010 2001-07-19 [alfons]
9011
9012         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
9013                 fix messy handling of escaping... now at least the
9014                 execute command is useful. escape char is '\', we
9015                 accept \n and \r too. 
9016
9017                 Real life example:
9018                 
9019                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
9020                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
9021
9022 2001-07-18 [alfons]
9023
9024         0.5.0claws6
9025
9026         * src/summaryview.c
9027                 clean up
9028
9029         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
9030           src/procmsg.[ch]
9031                 revise filtering; currently move, copy, marking have
9032                 been tested. if you like bleeding edge stuff, you
9033                 should definitely go for this version :)
9034
9035         * mark old working stuff as VERSION_0_5_0_CLAWS5        
9036
9037 2001-07-17 [christoph]
9038
9039         * src/utils.c
9040                 timestamp log
9041
9042 2001-07-17 [alfons]
9043
9044         0.5.0claws5
9045
9046         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
9047           bits in the mark file, without affecting either branch. Lots of
9048           files changed, also in claws branch.
9049
9050           UNTESTED: use of mbox folders
9051
9052         * src/summaryview.c
9053                 added mark all read; however this was a quick hack used for
9054                 cleaning up mess after initial merge with Hiroyuki
9055
9056         * configure.in
9057                 change claws version number back to 0.5.0claws5 to clear up 
9058                 confusion & pretension (recent release was technically 
9059                 0.5.0claws4, so we neatly align with Hiroyuki :-)
9060
9061 2001-07-16 [alfons]
9062
9063         sync with Hiroyuki's 0.5.0cvs4
9064
9065 2001-07-16 [alfons]
9066
9067         0.5.1claws3
9068
9069         * src/filtering.[ch]
9070                 remove invalid updating of mark files for 
9071                 filter actions MATCHING_ACTION_MOVE and 
9072                 MATCHING_ACTION_DELETE; this should fix the
9073                 folder update bug
9074                 
9075         * src/procmsg.c
9076                 revert Christoph's stab at fixing the folder 
9077                 update bug
9078
9079         * po/POTFILES.in
9080                 add missing files with translatable strings
9081
9082         * src/summaryview.c
9083                 remove debug print
9084
9085 2001-07-15 [alfons]
9086
9087         * src/addr_compl.[ch], src/prefs_filtering.c
9088                 make "filtering pref dialog's destination entry" an
9089                 "address completable entry", if filter destination is 
9090                 an email address
9091
9092         0.5.1claws2
9093         
9094         sync with Hiroyuki's 0.5.0cvs2-3
9095
9096 2001-07-15 [christoph]
9097
9098         * src/procmsg.c
9099                 fixed folder stats update after incorporation
9100
9101 2001-07-15 [alfons]
9102
9103         * src/summaryview.c
9104                 * finish label colouring stuff (for now)
9105                 * fix incorrect colour bug (off by one) 
9106
9107 2001-07-14 [alfons]
9108
9109         * src/mainwindow.c
9110                 change text labels for news and mail message so there's
9111                 plenty of toolbar estate left
9112
9113         * configure.in
9114                 0.5.1claws1
9115
9116         * src/folderview.c
9117           src/folder.[ch]
9118                 sync with Hiroyuki's 0.5.0cvs1
9119
9120         * src/summaryview.c
9121                 more rewrite label colouring
9122
9123 2001-07-14 [alfons]
9124
9125         * src/summaryview.[ch]
9126                 * start rewrite label colouring 
9127                 * fix proper location "Add Sender To Addressbook" menu item
9128
9129 2001-07-13
9130
9131         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
9132         (actually this is 0.5.0claws4)
9133
9134 2001-07-13 [alfons]
9135
9136         * po/pt_BR.po
9137                 * fix duplicate message
9138                 * add updated Portugese / Brazilian translation
9139                   submitted by Fabio Junior Beneditto
9140
9141 2001-07-12 [alfons]
9142
9143         * AUTHORS
9144                 add Jens
9145
9146         * po/nl.po
9147                 add updated Dutch translation
9148
9149         * po/de.po
9150                 add updated German translation submitted by Jens
9151
9152 2001-07-11 [alfons]
9153
9154         Prerelease before 0.5.0claws. Please test.
9155         This version is temporarily tagged as VERSION_0_5_0_TEST
9156
9157         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
9158           src/prefs_scoring.c, src/prefs_matcher.c, 
9159           src/prefs_filtering.c, src/mbox.c, 
9160           src/main.c, src/inc.c, src/filtering.[ch]
9161                 revert new Hoa's new matcher (does not work yet)
9162
9163         * src/Makefile.am
9164                 clean up
9165
9166 2001-07-10
9167
9168         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
9169
9170
9171 2001-07-10 [alfons]
9172
9173         * Makefile.am
9174                 add ChangeLog.claws to EXTRA_DIST
9175         * src/Makefile.am
9176                 add matcher_parser_parse.h to EXTRA_DIST
9177
9178 2001-07-10 [christoph]
9179
9180         * src/inc.c
9181                 add destination folder to table of
9182                 folders that need to be updated after
9183                 incorporation
9184
9185 2001-07-10 [alfons]
9186
9187         * folder.[ch]
9188           folderview.c
9189                 make collapse state of folders and folder items persistent, i.e.
9190                 if you collapse a folder tree, the next time sylpheed-claws starts 
9191                 up the folder tree remains collapsed.  
9192                 
9193 2001-07-10 [christoph]
9194
9195         * acconfig.h
9196         * configure.in
9197                 added --enable-ssl
9198         * src/md5.[ch]
9199                 renamed MD5_CTX to MD5_CTX_syl
9200                 conflicts with a struct in openssl
9201         * src/inc.c
9202         * src/main.[ch]
9203         * src/prefs_account.[ch]
9204         * src/socket.[ch]
9205                 SSL support for POP
9206         * src/mainwindow.c
9207                 fixed compose with current account
9208                 broken by new compose button stuff
9209
9210 2001-07-09 [hoa]
9211
9212         * AUTHORS
9213                 changed my email address
9214
9215         * src/matcher_parser_parse.y
9216                 clean the parser to remove conflicts
9217
9218 2001-07-09 [alfons]
9219
9220         * AUTHORS
9221                 add Match Grun
9222
9223         * configure.in
9224                 fix incorrect description of --enable-ldap parameter
9225
9226         * src/prefs_common.[ch]
9227           src/compose.c
9228                 add experimental option "smart wrapping" which makes the
9229                 compose editor auto wrap.
9230                 
9231                 | TODO: the problem with the buggy cursor handling is caused |
9232                 | by the GtkText. when deleting / backspacing text its       |
9233                 | wrapping algorithm does not take in account the previous   |
9234                 | line. should find a way to hack this in.                   |
9235                 | or should perhaps combine this with the word wrapping      |
9236                 | patch i wrote in january.                                  |
9237
9238         * src/about.c
9239                 show build parameters for LDAP and JPilot
9240
9241         * src/summaryview.c
9242                 revert Christoph's bugfix for selecting next unread message, 
9243                 because folder stats aren't updated correctly
9244
9245 2001-07-08 [hoa]
9246
9247         * src/filtering.c
9248         * src/mainwindow.c
9249         * src/matcher.c
9250         * src/matcher_parser_lex.l
9251         * src/matcher_parser_parse.y
9252         * src/prefs_filtering.c
9253         * src/prefs_scoring.c
9254         * src/scoring.c
9255                 bugfix of the config file parser
9256
9257 2001-07-08 [alfons]
9258
9259         * src/Makefile.am
9260                 added generated matcher sources to BUILT_SOURCES
9261
9262 2001-07-08 [hoa]
9263
9264         * src/Makefile.am
9265         * src/.cvsignore
9266                 added new config file parser
9267
9268         * src/scoring.[ch]
9269         * src/filtering.[ch]
9270         * src/matcher.[ch]
9271         * src/prefs_filtering.c
9272         * src/prefs_matcher.c
9273         * src/prefs_scoring.c
9274         * added src/matcher_parser.h
9275         * added src/matcher_parser_lex.h
9276         * added src/matcher_parser_lex.l
9277         * added src/matcher_parser_parse.y
9278                 lex & yacc config file parser
9279
9280         * src/mbox.c
9281         * src/inc.c
9282         * src/main.c
9283                 changes prefs_filtering into global_filtering           
9284
9285         * src/summaryview.c
9286                 build threads with subjects only if "Re: " is at the
9287                 beginning of the subject
9288
9289 2001-07-07 [paul]
9290
9291         0.5.0claws
9292
9293         sync with sylpheed 0.5.0
9294                 change of version number only
9295
9296 2001-07-06 [paul]
9297
9298         0.5.0claws5
9299
9300         sync with sylpheed 0.5.0pre5
9301
9302 2001-07-05 [paul]
9303
9304         sync with sylpheed 0.5.0pre4 release
9305                 /po and /manual/ja not sync'ed
9306
9307 2001-07-04 [paul]
9308
9309         more sync with sylpheed 0.5.0pre4
9310
9311 2001-07-03 [christoph]
9312
9313         * src/addressbook.c
9314                 fixed address book broken by address book
9315                 for VCard, JPilot, LDAP
9316
9317 2001-07-03 [alfons]
9318
9319         * src/matcher.c
9320         * src/textview.c
9321                 stopped memory leaks
9322
9323 2001-07-03 [paul]
9324
9325         more sync with sylpheed 0.5.0pre4
9326
9327 2001-07-02 [match]
9328
9329         * included address book patch for VCard, JPilot, LDAP
9330         * pref_common.c - fixed Font options on Display tab (cosmetic)
9331         * alertpanel.c - fixed truncated message
9332
9333 2001-07-02 [christoph]
9334
9335         * src/mbox_folder.c
9336         * src/procmsg.[ch]
9337         * src/summaryview.c
9338                 mark threads for ignoring
9339
9340 2001-07-02 [paul]
9341
9342         0.5.0claws4
9343
9344         * sync with sylpheed 0.5.0pre4
9345                 updated gettext to 0.10.38.
9346
9347 2001-07-01 [paul]
9348
9349         * src/ mainwindow.c
9350         * src/procmsg.h
9351         * src/summaryview.[ch]
9352                 new right-click option: Label.
9353                 substitute for 'Mark-->Mark/Unmark', colours the line.
9354                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
9355
9356 2001-07-01 [christoph]
9357
9358         * src/folderview.c
9359                 fixed font for trash
9360         * src/summaryview.c
9361                 move ctree to unread message
9362
9363 2001-07-01 [paul]
9364
9365         * sync with sylpheed 0.5.0pre3 release
9366
9367 2001-06-30 [alfons]
9368
9369         * src/filesel.[ch]
9370         * src/compose.c
9371                 allow inserting / attaching multiple files in
9372                 the composer window
9373
9374 2001-06-30 [paul]
9375
9376         * src/codeconv.c
9377                 small change to Alfons' previous stuff so that it
9378                 actually makes
9379
9380 2001-06-30 [alfons]
9381
9382         * lots of files changed; first attempt to merge the changes
9383           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
9384
9385 2001-06-30 [paul]
9386
9387         * po/pt_BR.po
9388                 updated and completed, translations by Fabio
9389                 Junior Beneditto <fjbeneditto@yahoo.com.br>
9390
9391 2001-06-29 [alfons]
9392
9393         * src/compose.c
9394         * src/mimeproc.[ch]
9395                 allow selecting an attached files' mime type from a 
9396                 list of types.
9397
9398 2001-06-29 [paul]
9399
9400         * more sync with sylpheed 0.5.0pre3
9401
9402 2001-06-29 [paul]
9403
9404         * po/pt_BR.po
9405                 merge with sylpheed.pot and pt_BR.po provided by
9406                 Fabio Junior Beneditto.
9407
9408 2001-06-29 [darko]
9409
9410         * src/procmime.c
9411                 make MIME types case insensitive
9412
9413 2001-06-28 [alfons]
9414
9415         * po/nl.po
9416                 merge with sylpheed.pot and old nl.po; translations added.
9417
9418 2001-06-28 [paul]
9419
9420         * more sync with sylpheed 0.5.0pre3
9421
9422 2001-06-27 [alfons]
9423
9424         * src/summaryview.c
9425                 don't crash when removing parent node of messages
9426                 attracted by subject. this was caused by not deleting
9427                 the parent node from the subject line hash table.
9428
9429 2001-06-27 [alfons]
9430
9431         * src/summaryview.c
9432         * src/compose.[ch]
9433         * src/mainwindow.c
9434                 if there are multiple messages selected, allow forwarding
9435                 them as attachments.
9436
9437 2001-06-27 [paul]
9438
9439         * more sync with sylpheed 0.5.0pre3
9440
9441 2001-06-26 [paul]
9442
9443         0.5.0claws3
9444
9445         * sync with sylpheed 0.5.0pre3
9446
9447 2001-06-25 [paul]
9448
9449         * src/mainwindow.c
9450                 fixed 'compose news article' bug
9451                 from icon-and-text toolbar
9452
9453 2001-06-25 [paul]
9454
9455         * sync with sylpheed 0.5.0pre2 release
9456
9457 2001-06-24 [christoph]
9458
9459         * src/prefs_common.c
9460                 bug fix in font selection
9461         * src/folderview.c
9462                 use sylpheed's normal font instead of
9463                 gtk default font for folders without
9464                 new messages
9465
9466 2001-06-24 [alfons]
9467
9468         * src/mainwindow.[ch]
9469                 added composite compose mail / news button (an idea by Leandro
9470                 Pereira <leandro@linuxmag.com.br>)
9471
9472 2001-06-24 [paul]
9473
9474         Added instructions for ldif-to-xml.py
9475
9476         * tools/README
9477
9478 2001-06-23 [alfons]
9479
9480         Some minor things.
9481
9482         * src/pixmaps/stock_news_compose.xpm
9483                 added pixmap by Leandro
9484         * src/prefs_common.c
9485                 tested built-in spelling checker of GCC 3.0 :)
9486         * po/nl.po
9487                 merged dutch translation of sylpheed-main with
9488                 sylpheed.pot
9489
9490 2001-06-23 [paul]
9491
9492         Added tools directory and files.
9493
9494         * tools/filter_conv.pl
9495                 converts old filter system to new filtering system
9496         * tools/ldif-to-xml.py
9497                 converts netscape addressbook to sylpheed addressbook
9498         * tools/README
9499                 descriptions/instructions for above two files
9500
9501 2001-06-23 [christoph]
9502
9503         * src/inc.c
9504         * src/manage_window.[ch]
9505         * src/prefs_common.[ch]
9506                 mail retrieval dialog can be enabled, disabled
9507                 or hidden if non of sylpheed's windows is active
9508
9509 2001-06-22 [paul]
9510
9511         0.5.0claws2
9512
9513         * sync with sylpheed 0.5.0pre2
9514
9515 2001-06-21 [christoph]
9516
9517         * src/summaryview.c
9518                 show recipient on 'from' for all accounts
9519                 
9520         * src/inc.c
9521         * src/prefs_common.[ch]
9522                 disable error popup on mail receive errors
9523
9524 2001-06-21 [alfons]
9525
9526         * src/compose.c
9527                 made the ruler correctly appear and disappear.
9528
9529         * src/Makefile.am
9530                 removed Hoa's work-in-progress-stuff (interesting!) so 
9531                 claws compiles ok.
9532
9533 2001-06-20 [christoph]
9534
9535         * src/inc.c
9536         * src/progressdialog.c
9537                 added scrolled window for list in progressdialog
9538
9539 2001-06-20 [paul]
9540
9541         sync with sylpheed 0.5.0pre1 release
9542
9543 2001-06-20 [christoph]
9544
9545         * src/summeryview.c
9546                 make building threads by subject work when
9547                 thread view is enabled
9548                 
9549         * src/compose.c
9550         * src/prefs_common.[ch]
9551                 automatically select account for mail replys
9552
9553 2001-06-19 [sergey]
9554
9555         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
9556         they are filled in from the account settings.
9557
9558 2001-06-19 [paul]
9559
9560         * more sync with sylpheed 0.5.0pre1
9561
9562 2001-06-18 [alfons]
9563
9564         * src/Makefile.am,
9565           src/procmime.c
9566                 added --sysconfdir to CPPFLAGS for pointing to the correct
9567                 location of mime.types. 
9568
9569                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
9570                 or ./configure!
9571
9572 2001-06-18 [hoa]
9573
9574         * src/summaryview.c
9575                 fixed some bug when building threads
9576
9577 2001-06-18 [pau]l
9578
9579         * src/prefs_account.c
9580                 UI stuff: More changes to the English
9581
9582 2001-06-18 [paul]
9583
9584         * src/pixmaps/stock_news_compose.xpm: new file
9585         * src/Makefile.am
9586         * src/mainwindow.c
9587         * src/summaryview.c
9588                 Added new icon for Hoa's 'compose a news
9589                 message', plus minor improvements to the
9590                 English
9591
9592         * po/ja.po
9593         * ChangeLog
9594         * ChangeLog.jp
9595                 more sync with sylpheed 0.5.0pre1
9596
9597 2001-06-18 [hoa]
9598
9599         * src/compose.[ch]
9600         * src/mainwindow.c
9601                 Follow-up and reply to
9602
9603         * src/summaryview.[ch]
9604                 Build threads also with subjects
9605
9606 2001-06-17 [hoa]
9607
9608         * src/compose.c
9609                 forwarding use the current account.
9610
9611         * src/mainwindow.c
9612                 the "compose message" button has been replaced with
9613                 "new mail" and "new news" buttons
9614
9615         * src/prefs_common.[ch]
9616                 added a configuration option to use the forward button
9617                 as "forward as attachment"
9618                 changed reply and forward format description
9619
9620         * src/quote_fmt_lex.l
9621         * src/quote_fmt_parse.y
9622                 added message with no signature in format for reply
9623                 and forward.
9624
9625 2001-06-17 [paul]
9626
9627         Minor UI stuff
9628
9629         * src/mainwindow.c
9630         * src/summaryview.c
9631                 Improvements to the English
9632
9633         * src/prefs_common.c
9634                 Improvements to the English and some
9635                 clarity/continuity improvements in the
9636                 description of Quote symbols.
9637
9638 2001-06-17 [paul]
9639
9640         0.5.0claws1
9641
9642         * sync with sylpheed 0.5.0pre1
9643
9644 2001-06-17 [hoa]
9645
9646         * src/compose.c
9647                 Better interface for compose, displayed fields
9648                 are updated whenever we change account.
9649                 Newsgroups field is automatically filled.
9650
9651         * src/mainwindow.c
9652                 Newsgroups field is automatically filled.
9653
9654         * src/prefs_account.c
9655                 Some interface stuff when fields appear and
9656                 disappear.
9657
9658 2001-06-16 [paul]
9659
9660         0.4.99claws
9661
9662         * sync with sylpheed 0.4.99
9663
9664 2001-06-16 [sergey]
9665
9666         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
9667         base64_decoder_free, base64_decoder_decode): new object and
9668         functions for decoding base64 streams.
9669         * src/procmime.c (procmime_decode_content): modified to use the
9670         new base64 decoder.
9671
9672 2001-06-15 [paul]
9673
9674         0.4.99claws10
9675
9676         * sync with sylpheed 0.4.99cvs11
9677
9678 2001-06-13 [paul]
9679
9680         0.4.99claws9
9681
9682         * sync with sylpheed 0.4.99cvs9
9683
9684 2001-06-13 [hoa]
9685
9686         * src/compose.c
9687         * src/prefs_account.c
9688
9689                 SMTP server can be defined in the news account
9690                 mime type of attachment are kept.
9691
9692         * src/summaryview.c
9693
9694                 now choose the highest important score between default
9695                 and important score of folder.
9696
9697 2001-06-09 [alfons]
9698         
9699         * src/prefs_common.c: 
9700
9701                 (prefs_quote_description_create): corrected description of 
9702                 quote format characters
9703
9704 2001-06-09 [paul]
9705
9706         0.4.99claws8
9707
9708         * sync with sylpheed 0.4.99cvs8
9709
9710 2001-06-08 [sergey]
9711
9712         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
9713         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
9714
9715 2001-06-08 [paul]
9716
9717         0.4.99claws7
9718
9719         * sync with sylpheed 0.4.99cvs7
9720
9721 2001-06-06 [sergey]
9722
9723         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
9724         clashes with autogenerated header).
9725         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
9726         * src/Makefile.am: added quote_fmt.h.
9727         * src/.cvsignore: added lex/yacc autogenerated files
9728         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
9729
9730 2001-06-06 [paul]
9731
9732         0.4.99claws6
9733
9734         * sync with sylpheed 0.4.99cvs6
9735
9736 2001-06-06 [hoa]
9737
9738         * added src/quote_fmt_parse.h
9739         * src/compose.c
9740                 removed warnings
9741
9742         * src/prefs.[ch]
9743                 don't modify readonly configuration files
9744
9745         * src/prefs_account.c
9746         * src/prefs_common.c
9747         * src/prefs_customheader.c
9748         * src/prefs_display_header.c
9749         * src/prefs_filter.c
9750         * src/prefs_filtering.c
9751         * src/prefs_scoring.c
9752                 don't open dialog box when configuration files
9753                 are readonly
9754
9755 2001-06-05 [sergey]
9756
9757         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
9758
9759         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
9760         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
9761         BUILT_SOURCES to make all files rebuild properly.
9762
9763         * src/compose.c: removed #include "quote_fmt.tab.h".
9764
9765         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
9766         CHARACTER value in yylval.
9767
9768         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
9769         receive CHARACTER value by documented means (yylval).
9770
9771         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
9772
9773 2001-06-05 [hoa]
9774
9775         * src/Makefile.am
9776                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
9777
9778         * src/filtering.c
9779         * src/matcher.c
9780         * src/matcher.h
9781         * src/prefs_filtering.c
9782                 now keep the configuration for execute action
9783
9784         * src/mbox_folder.c
9785                 fixed a warning
9786
9787 2001-06-05 [paul]
9788
9789         * sync with sylpheed 0.4.99cvs5
9790
9791 2001-06-05 [hoa]
9792
9793         * src/Makefile.am
9794                 added quote_fmt.[ch]
9795
9796         * added src/quote_fmt.y
9797         * added src/quote_fmt.l
9798         * added src/quote_fmt.tab.h
9799         * added src/quote_fmt.tab.c
9800         * added src/lex.quote_fmt.c
9801                 parsing configuration for replying
9802                 and forwarding
9803
9804         * src/prefs_common.[ch]
9805                 added configuration UI for replying
9806                 and forwarding
9807
9808         * src/compose.c
9809                 using configuration for replying
9810                 and forwarding
9811
9812 2001-06-04 [hoa]
9813
9814         * src/filtering.c
9815         * src/matcher.c
9816         * src/matcher.h
9817         * src/prefs_filtering.c
9818         * src/prefs_matcher.c
9819         * src/prefs_matcher.h
9820                 action "run a command" for filtering
9821                 and matching with a command.
9822                 fixed the "whole message" matching
9823
9824         * src/mbox_folder.c
9825                 changed temporary filename for security
9826
9827         * src/messageview.c
9828                 queue the notification if it fails to send.
9829
9830         * src/prefs_common.c
9831         * src/prefs_folder_item.c
9832                 changed the default important score             
9833
9834         * src/prefs_scoring.c
9835         * src/scoring.c
9836                 hide kill score input when the folder is not
9837                 a newsgroup
9838
9839 2001-06-03 [alfons]
9840
9841         * src/prefs_common.c:
9842
9843                 (prefs_font_select): pass font name in font entry box to font
9844                 selection dialog.
9845
9846 2001-06-03 [sergey]
9847
9848         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
9849
9850 2001-06-03 [paul]
9851
9852         * sync with sylpheed 0.4.99cvs4
9853
9854 2001-06-03 [alfons]
9855
9856         * src/headerwindow.c:
9857
9858                 (headerwindow_show_cb): use the selected summary view item, not
9859                 the displayed item.
9860
9861 2001-06-02 [alfons]
9862
9863         * src/headerwindow.c:
9864
9865                 (headerwindow_show_cb): always try to show msginfo
9866
9867 2001-06-02 [hoa]
9868
9869         * src/compose.c
9870                 keep attached parts when reediting or forwarding.
9871
9872 2001-06-01 [hoa]
9873
9874         * src/folderview.c
9875         * src/prefs_folder_item.[ch]
9876         * src/prefs_scoring.[ch]
9877         * src/scoring.[ch]
9878         * src/summaryview.[ch]
9879         * src/main.c
9880         * src/mainwindow.c
9881         * src/prefs_common.[ch]
9882                 support for folder scoring
9883                 kill score and important score for messages
9884         
9885         * src/prefs_account.c
9886                 some display bug fixed for local account
9887                 preferences
9888
9889 2001-05-31 [alfons]
9890
9891         * src/summaryview.c:
9892
9893                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
9894                 sender to address book menu item is disabled.
9895
9896 2001-05-30 [hoa]
9897
9898         * src/filtering.[ch]
9899         * src/summaryview.c
9900                 handling summary menu / filter messages
9901
9902         * src/folder.[ch]
9903                 add some stuff
9904
9905         * src/foldersel.c
9906                 imap folders now appears in list
9907
9908         * src/mbox_folder.c
9909                 doesn't crash if destination mail is not writeable
9910
9911 2001-05-29 [hoa]
9912
9913         * src/compose.c
9914                 removed some warnings
9915
9916         * src/filtering.c
9917         * src/folder.[ch]
9918         * src/prefs_filtering.c
9919                 global string to identify any folders           
9920                 removed some debug info
9921                 filtering to mbox folders is now possible
9922
9923         * src/mainwindow.c
9924                 removed some warnings
9925
9926         * src/mbox_folder.c
9927                 permission on files are changed to read/write for user only,
9928                 nothing for other.
9929                 creation of subfolder is handled better.
9930
9931 2001-05-28 [alfons]
9932
9933         Verified the sync for src/prefs_common.[ch] and
9934         src/prefs_account.[ch]. I believe there were some
9935         minor indentation differences.
9936
9937 2001-05-28 [paul]
9938
9939         0.4.99claws3
9940
9941         * sync with 0.4.99cvs3
9942
9943 2001-05-28 [hoa]
9944
9945         * src/compose.c
9946                 handling flags for mbox format
9947
9948         * src/filtering.c
9949                 use of mark file only for MH format
9950                 handling flags for mbox format
9951                 filtering cannot yet move or copy mails to mbox folders.
9952
9953         * src/folder.[ch]
9954                 changed move_msg, copy_msg,
9955                 move_msgs_with_dest, copy_msgs_with_dest functions
9956                 uses only folder->copy_msg() function
9957                 uses folder->finished_copy() to handle the destination
9958                 folder at the end of the copy or move operation.
9959
9960         * src/foldersel.c
9961                 included mbox directories.
9962
9963         * src/folderview.[ch]
9964         * src/mainwindow.c
9965                 handle folders operation for mbox format
9966
9967         * src/mbox.c
9968                 disable conversion of "From " header
9969
9970         * src/mbox_folder.[ch]
9971                 completion of mbox format handling
9972
9973         * src/mh.c
9974                 changed mh_copy_msg() function and
9975                 removed mh_move_msg(), mh_move_msgs_with_dest(),
9976                 mh_copy_msgs_with_dest()
9977
9978         * src/prefs_filtering.c
9979                 removed some warnings
9980
9981         * src/prefs_matcher.c
9982                 default boolean operation is AND
9983
9984         * src/procheader.c
9985                 handling flags for mbox format
9986                 handling of "From " header
9987
9988         * src/procmsg.[ch]
9989                 removed data field
9990                 added MSG_REALLY_DELETED flags to handle deletion of
9991                 messages in mbox format.
9992
9993         * src/summaryview.c
9994                 handling flags for mbox format
9995                 disable the MSG_DELETED flags when messages
9996                 are deleted in mbox format
9997
9998         * src/textview.c
9999                 "From " headers display fixed.
10000
10001 2001-05-27 [alfons]
10002
10003         * src/textview.c:
10004                 
10005                 (get_email_part): skip quoted email addresses, like in e.g.
10006                 "'alfons@proteus.demon.nl'".
10007
10008 2001-05-26 [alfons]
10009
10010         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
10011         and fixing the persistence troubles when using separate windows.
10012
10013         * src/mainwindow.c:
10014         
10015             Added #define SEPARATE_ACTION used in the gtk item factory for 
10016             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
10017                 use gtk_item_factory_get_widget_by_action() to get the items.
10018                 
10019             Removed separate_widget_cb from the gtk item factory data   
10020           
10021             (mainwindow_create): connect separate_widget_cb() to check
10022             menu item "toggled" signal. also passing a MainWindow pointer
10023                 as object data for both check menu items.
10024                 
10025             (separate_widget_cb): definition of separate_widget_cb() to match
10026             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
10027                 window using gtk_object_get_data(). The type of window separation 
10028                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
10029         
10030         * src/prefs_filtering.c,
10031           src/prefs_matcher.c: added horizontal scrollbars
10032
10033 2001-05-25 [darko]
10034
10035         * src/headerview.c
10036                 fix segfault with invalid bold font
10037         * src/summaryview.c
10038                 correctly display summary stats after row is marked
10039
10040 2001-05-23 [sergey]
10041
10042         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
10043         encodings with libjconv.
10044
10045 2001-05-23 [hoa]
10046
10047         * src/Makefile.am
10048                 added mbox_folder.[ch]
10049         * src/defs.h
10050                 mbox temporary folder
10051         * src/folder.[ch]
10052         * added src/mbox_folder.[ch]
10053         * src/folderview.c
10054         * src/procheader.[ch]
10055                 added mbox support
10056         * src/mbox.c
10057                 bugfix for file incorporation filtering
10058         * src/imap.c
10059                 enable creation of MBOX
10060         * src/prefs_display_header.c
10061                 enable use of headers like "From "
10062                 something that should be fixed :
10063                         displaying of such headers add an extra space
10064         * src/prefs_folder_item.c
10065                 don't create folders because it is not necessary
10066         * src/procmsg.h
10067                 added data field to MsgInfo for mbox internal use
10068         * src/summaryview.c
10069                 added some support for mbox
10070         * src/utils.[ch]
10071                 added get_mbox_cache_dir() function
10072
10073 2001-05-23 [hiroyuki]
10074
10075         * src/headerwindow.c
10076           src/inc.c
10077           src/main.c
10078           src/mh.c
10079           src/nntp.c
10080           src/procmsg.h
10081           src/session.h
10082           src/socket.[ch]
10083           src/summaryview.c
10084           src/textview.c
10085           src/automaton.c
10086           src/folderview.c: more sync with 0.4.99cvs2.
10087
10088         * src/headerwindow.c: reverted.
10089
10090 2001-05-22 [paul]
10091
10092         0.4.99claws2
10093
10094         * sync with sylpheed 0.4.99cvs2
10095                 * src/news.[ch]
10096                 * src/nntp.[ch]
10097                 * INSTALL
10098                 * INSTALL.jp
10099
10100 2001-05-22 [alfons]
10101
10102         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
10103
10104 2001-05-21 [alfons]
10105
10106         Minor things:
10107
10108         * configure.in: if gnome-config not found, "no" is displayed
10109         
10110         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
10111
10112         * src/textview.c: now also possible to add mail addresses by right
10113           clicking in the text view
10114
10115         * src/codeconv.c: merged patch which fixes endless loop when encountering
10116           invalid wide characters; from Alte <010@imis.ru>  
10117
10118 2001-05-20 [alfons]
10119
10120         Added installation of gnome specific things:
10121
10122         * Makefile.am: gnome conditional
10123
10124         * configure.in: check for installed gnome
10125
10126         * added sylpheed.png, sylpheed.desktop
10127
10128 2001-05-20 [sergey]
10129
10130         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
10131
10132         * src/mainwindow.h (main_window_toolbar_create): created a button
10133         for "Reply to all".
10134         (main_window_set_toolbar_sensitive): enable/disable the new button
10135         appropriately.
10136         (toolbar_reply_to_author_cb): handle the new button.
10137
10138         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
10139         send_progress_dialog_destroy() on failure (fixes hang on SMTP
10140         failure).
10141
10142 2001-05-19 [sergey]
10143
10144         * src/compose.h (ComposeReplyMode): new modes
10145         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
10146         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
10147
10148         * src/compose.c
10149         (compose_send): move some code into a new function:
10150         (compose_current_mail_account): new function.
10151         (compose_reply): new argument to_author, all callers changed; if
10152         to_author==TRUE and account->protocol==A_NNTP, find and use an
10153         appropriate mail account for replying.
10154         (compose_reply_set_entry): new argument to_author; ignore
10155         compose->replyto if to_author==TRUE.
10156
10157         * src/mainwindow.c: new command "Message/Reply to author".
10158         (main_window_set_menu_sensitive): enable/disable it.
10159         (reply_cb): handle it.
10160
10161         * src/summaryview.c: new command "Reply to author".
10162         (summary_set_menu_sensitive): enable/disable it.
10163         (summary_reply_cb): handle it.
10164
10165         * src/account.c (account_find_mail_from_address): new function.
10166
10167 2001-05-18 [paul]
10168
10169         0.4.99claws1
10170
10171         * sync with sylpheed 0.4.99cvs1
10172
10173 2001-05-18 [hoa]
10174
10175         * src/compose.[ch]
10176         * src/filtering.c
10177         * src/summaryview.c
10178                 new filtering action : forward and forward as attachment
10179
10180         * src/main.c
10181                 no need for $DISPLAY when we run sylpheed --help
10182                 call to parse_cmd_opt() is moved
10183
10184         * src/mainwindow.[ch]
10185                 execute button is hidden when immediate execute
10186                 is chosen
10187
10188         * src/mh.c
10189         * src/news.c
10190         * src/prefs_folder_item.c
10191         * src/procmsg.c
10192                 better handling of missing directories
10193
10194         * src/summaryview.c
10195                 reedit is enabled in outbox
10196                 reedit is enabled in queue
10197
10198 2001-05-17 [hoa]
10199
10200         * src/filtering.c
10201         * src/matcher.[ch]
10202         * src/prefs_filtering.c
10203                 changed attachement into attachment
10204
10205 2001-05-17 [alfons]
10206
10207         0.4.67claws4    
10208
10209         * sync with sylpheed 0.4.67cvs9
10210         * sync with sylpheed 0.4.67cvs7-8
10211
10212 2001-05-17 [hoa]
10213
10214         * src/Makefile.am
10215                 added prefs_filtering.c
10216
10217         * src/filtering.[ch]
10218         * src/matcher.[ch]
10219                 removed action : forward_news and forward_news_as_attachement
10220                 (forward and forward_as_attachement can be used instead)
10221
10222         * src/mainwindow.c
10223                 added menu option to access filtering configuration
10224
10225         * src/prefs_account.c
10226                 changed mail_command default to /usr/sbin/sendmail
10227
10228         * added src/prefs_filtering.[ch]
10229                 dialog box for filtering configuration
10230
10231         * src/prefs_matcher.c
10232                 added function prefs_matcher_get_criteria_from_matching()
10233
10234         * src/prefs_scoring.c
10235                 reset the dialog when register or substitute is clicked
10236
10237 2001-05-15 [hoa]
10238
10239         * src/Makefile.am
10240                 added filtering.[ch]
10241         * src/inc.c
10242                 using filering.[ch] instead of filter.[ch]
10243         * src/main.c
10244                 reading new filtering configuration
10245         * src/matcher.[ch]
10246                 added some filtering actions
10247                 and fixed a bug for headers and mail body matching
10248         * src/mbox.c
10249                 using filering.[ch] instead of filter.[ch]
10250         * src/mh.c
10251                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
10252         * src/summaryview.c
10253                 some fixes for filtering
10254
10255 2001-05-14 [hiroyuki]
10256
10257         * src/send.c: fixed some weird indentations.
10258           send_message_with_command(): call pclose() only if p != NULL.
10259         * src/textview.c: get_email_part(): modified the code for readability.
10260
10261 2001-05-14 [hiroyuki]
10262
10263         * src/md5global.h
10264           src/md5ify.c
10265           src/md5ify.h: removed from the cvs.
10266
10267 2001-05-13 [sergey]
10268
10269         * src/main.c: include rfc2015.h to avoid compiler warnings.
10270         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
10271         the panel is already on screen.
10272         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
10273         closing the alert window by ESC as "No".
10274         * src/prefs_common.c (prefs_interface_create): moved return
10275         receipt check button to the correct place.
10276
10277 2001-03-13 [alfons]
10278
10279         * src/prefs_common.c: 
10280                 moved return receipt check button to the Send tab. (prefs_send_create)
10281                 removed the date format ui related globals. (prefs_display_create)
10282
10283         0.4.67claws3
10284         
10285         * sync with sylpheed 0.4.67cvs5-6
10286
10287 2001-05-13 [paul]
10288
10289         * added Alfons' font selection patch
10290
10291         * src/defs.h
10292         * src/headerwindow.c
10293         * src/prefs_common.c
10294         * src/prefs_common.h
10295
10296 2001-05-13 [hoa]
10297         * src/defs.h
10298                 changed version of cache
10299         * src/matcher.[ch]
10300         * src/prefs_matcher.c
10301                 added additionnal matching criteria
10302         * src/procheader.c
10303         * src/procmsg.[ch]
10304         * src/news.c
10305                 added references in MsgInfo
10306
10307 2001-05-12 [hoa]
10308
10309         * src/defs.h
10310                 prepared some things for new filtering
10311         * src/matcher.[ch]
10312                 added some matching properties
10313                 inreplyto need to be enhanced
10314                 prepared some things for new filtering
10315         * src/messageview.c
10316                 added Return-Receipt-To handling
10317         * src/prefs_folder_item.c
10318                 changed default value to TRUE
10319         * src/prefs_matcher.c
10320                 added some matching properties
10321         * src/prefs_scoring.[ch]
10322                 the scoring dialog is finished
10323         * src/procheader.c
10324                 added Return-Receipt-To handling
10325                 Reference need to be added
10326         * src/procmsg.[ch]
10327                 added Return-Receipt-To handling
10328                 added threadscore to get a better score sorting when
10329                 threads are enabled
10330         * src/summaryview.c
10331                 suppressed a bug when we sort the list
10332                 when no folder is opened.
10333                 better score sorting when threads are enabled
10334
10335 2001-05-12 [alfons]
10336
10337         * reverted previous patch because of potential errors 
10338
10339         0.4.67claws2
10340         
10341         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
10342                 applied "toggle mail-retrieval dialog window" patch submitted 
10343                 by Eric Limpens <eric@qnt.net>
10344
10345         * sync with sylpheed 0.4.67cvs4
10346
10347 2001-05-12 [sergey]
10348
10349         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
10350         some picky compilers.
10351         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
10352         * src/grouplist_dialog.c: include alertpanel.h.
10353         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
10354         fix compile warning.
10355         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
10356         #include "defs.h" before others to prevent the warning of `MIN'
10357         and `MAX' redefinition.
10358
10359 2001-05-11 [hoa]
10360
10361         * src/main.c
10362         * src/messageview.c
10363         * src/prefs_account.c
10364         * src/prefs_display_header.c
10365                 removed warning
10366         * src/Makefile.am
10367                 added prefs_scoring.[ch]
10368         * src/grouplist_dialog.c
10369                 display an error dialog box if the group list
10370                 cannot be fetched.
10371         * src/mainwindow.[ch]
10372                 added main_window_set_thread_option() function
10373                 scoring dialog box enabled
10374         * src/matcher.[ch]
10375                 added flags matching unread /new / marked
10376                 / deleted / replied / forwarded
10377         * src/news.c
10378                 newsgroups are now finally in newscache
10379         * src/prefs_matcher.[ch]
10380                 finished preferences for matching dialog
10381         * added src/prefs_scoring.[ch]
10382                 scoring dialog box completed
10383         * src/scoring.[ch]
10384                 conversion to string : added scoringprop_to_string()
10385                 write config for preferences :
10386                 added prefs_scoring_write_config()
10387         * src/summaryview.c
10388                 threads can be enabled/disabled independently
10389                 for each folder
10390
10391 2001-05-10 [alfons]
10392
10393         0.4.67claws1
10394         
10395         * AUTHORS: 
10396                 thought it would be nice to have a list of all
10397                 contributors (used Changelog as a reference)
10398         
10399         * configure.in: 
10400                 messed up version numbering...
10401
10402         0.4.66claws1
10403
10404         * sync with sylpheed 0.4.67cvs1-3
10405
10406 2001-05-10 [darko]
10407
10408         * src/prefs_common.c:
10409                 better UI for strftime format, double clicking
10410                 on format now inserts the format in text entry
10411                 replaced close button with standard OK/Cancel
10412                 moved date format button to the right of the
10413                 text entry field
10414
10415 2001-05-09 [alfons]
10416
10417         * src/gtkstext.c:
10418                 Ctrl-Home / Ctrl-End have proper cursor navigation
10419
10420 2001-05-09 [hoa]
10421
10422         * src/prefs_matcher.c
10423                 finished UI to define matching properties
10424                 added ok and cancel button
10425         * src/prefs_filter.c
10426                 added ok and cancel button
10427         * src/news.c
10428                 fixed some bug in xhdr parsing
10429
10430 2001-05-08 [alfons]
10431
10432         * src/textview.c: 
10433                 fixed a bug in textview_show_header(), which displayed two colons (':');
10434                 cleaned up some warnings
10435
10436 2001-05-08 [hoa]
10437
10438         * src/Makefile.am
10439                 added prefs_matcher.[ch]
10440                 compilation with -W -Wall
10441         * src/alertpanel.c
10442                 ungrab the mouse events if grabbed - does it
10443                 fix the bug for disposition notification ?
10444         * src/mainwindow.c
10445                 added a menu option to open the matching dialog.
10446         * src/matcher.[ch]
10447                 added matcherprop_to_string() and matcherlist_to_string()
10448                 fixed some bugs, changed the name of some options
10449                 age_sup and age_inf becomes age_greater and age_lower,
10450                 body and messageheaders becomes body_part and headers_part,
10451                 changed the names of constants from SCORING_XXX to MATCHING_XXX
10452         * src/prefs_display_header.c
10453         * src/prefs_headers.c
10454                 fixed a bug that accidentally destroyed dialogs
10455                 when closed them with delete_event
10456                 Added *_deleted() which handle delete_event signal correctly.
10457         * src/prefs_folder_item.[ch]
10458                 added "enable_thread" field for future customization
10459         * added src/prefs_matcher.[ch]
10460                 sample of the UI to define matching properties
10461         * src/procheader.c
10462                 using procheader_headername_equal instead of str*cmp functions
10463                 using procheader_parse_header() function
10464         * src/scoring.c
10465                 using MATCHING_XXX instead of SCORING_XXX
10466         * src/summaryview.c
10467                 display the sender of the news even if this is ourself
10468                 when this is a news message.
10469         * src/textview.c
10470                 using headername_equal() instead of str*cmp functions
10471
10472 2001-05-08 [alfons]
10473
10474         0.4.66claws
10475
10476         * sync with sylpheed 0.4.66
10477         * src/gtkstext.c: trace logs added 
10478
10479 2001-05-08 [sergey]
10480
10481         * src/prefs_common.[ch]: added option to enable/disable GnuPG
10482         signature check popup.
10483         * src/rfc2015.c (check_signature): show signature check popup only
10484         if it is enabled in preferences.
10485
10486 2001-05-07 [alfons]
10487
10488         0.4.66claws4
10489         
10490         * sync with sylpheed 0.4.66cvs6
10491
10492 2001-05-07 [darko]
10493
10494         * src/prefs_common.[ch]: added option to enable/disable
10495           looking up sender name in address book for summary pane
10496         * src/summaryview.c: look up sender in the address book
10497           by using Alfons' address completion code
10498
10499 2001-05-07 [hiroyuki]
10500
10501         * src/inc.h
10502           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
10503           member of Pop3State.
10504         * src/news.c: brought #include "defs.h" before #include <glib.h>
10505           to prevent the warning of `MIN' and `MAX' redefinition.
10506
10507 2001-05-06 [hoa]
10508
10509         * removed src/headers_display.[ch]
10510         * removed src/prefs_display_headers.[ch]
10511         * src/inc.c
10512                 use a temporary file in the user directory for mbox import
10513         * src/news.c
10514                 added XHDR support to get "To" and "Cc" headers
10515                 (in order to match news with to or cc field for
10516                 scoring)
10517                 added function news_parse_xhdr() to get XHDR response
10518         * src/nntp.[ch]
10519                 added function nntp_xhdr()
10520         * src/matcher.c
10521                 fetch the message if necessary
10522
10523 2001-05-06 [alfons]
10524
10525         0.4.66claws3
10526
10527         * sync with sylpheed 0.4.66cvs3-5
10528
10529 2001-05-06 [hoa]
10530
10531         * src/utils.[ch]
10532                 added function itos_buf() to enable use of several buffers
10533         * src/summaryview.c
10534                 use of itos_buf() instead of itos() in summary list
10535                 to fix the broken display of message number.
10536
10537 2001-05-06 [alfons]
10538
10539         * src/gtkstext.c: bug in cursor up navigation fixed,
10540                 fixed another unsigned / signed comparison (we're getting there :-)
10541
10542 2001-05-06 [hoa]
10543
10544         * src/Makefile.am
10545                 added scoring.c scoring.h
10546                 prefs_folder_item.c prefs_folder_item.h
10547                 matcher.c matcher.h
10548         * src/defs.h
10549                 added FOLDERITEM_RC SCORING_RC
10550         * src/folder.[ch]
10551                 added prefs field in FolderItem :
10552                 properties for each folder (PrefsFolderItem),
10553                 sorting type and mode were added as the first properties.
10554         * src/main.c
10555                 read config for scoring
10556         * added src/matcher.[ch]
10557                 gives functions to parse configuration file to do
10558                 matching on mails with a list of conditions.
10559         * src/mainwindow.c
10560                 add option to sort by score
10561         * src/prefs_common.[ch]
10562                 added preference option to show score and for
10563                 the score column size
10564         * added src/prefs_folder_item.[ch]
10565                 properties for each folder (PrefsFolderItem),
10566                 sorting type and mode were added as the first properties.
10567         * src/procheader.[ch]
10568                 added procheader_parse_header()
10569                 added procheader_header_free()
10570                 added procheader_headername_equal()
10571                 and made modification to use them.
10572         * src/procmsg.[ch]
10573                 added score field to MsgInfo structure
10574         * added src/scoring.[ch]
10575                 gives functions to parse configuration file to do
10576                 scoring on mails with a list of conditions.
10577         * src/summaryview.[ch]
10578                 save the sorting type and mode for the folder
10579                 added column to display the score of the mail
10580                 added function summary_score_clicked()
10581                 sorting type and mode are restored to the folder
10582                 when it is reopen
10583         * src/textview.c
10584                 use procheader_parse_header(), procheader_headername_equal()
10585                 removed memory leak in text_scan_header when freeing headers
10586         * src/filter.c
10587                 changed the function to match names of headers
10588                 using procheader_headername_equal()
10589
10590         Scoring functions are implemented, an interface is needed
10591         to configure that.
10592
10593 2001-05-04 [alfons]
10594
10595         * src/gtkstext.c: 
10596                 hopefully fixed the row up navigation bug,
10597                 removed adding back / forward lines to cache
10598
10599 2001-05-04 [sergey]
10600
10601         * src/prefs_display_headers.c: user interface changes:
10602         (prefs_display_headers_create): remove unused "Show" check button;
10603         allow reordering of headers by dragging.
10604         (prefs_display_headers_write_config): remove unused variables.
10605         (prefs_display_headers_set_dialog): do not insert "(New)" at top
10606         of lists (not needed with the new UI).
10607         (prefs_display_headers_set_list): scan lists starting from row 0,
10608         not 1 (do not skip "(New)").
10609         (prefs_display_headers_find_header): new function.
10610         (prefs_display_headers_clist_set_row): do not allow duplicates.
10611         (prefs_display_headers_delete_cb): do not skip row 0; treat
10612         closing the alert window by ESC as "No".
10613         (prefs_display_headers_up): do not protect row 0.
10614         (prefs_display_headers_down): do not protect row 0.
10615
10616 2001-05-04 [sergey]
10617
10618         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
10619         functions.
10620
10621         * src/summaryview.c
10622         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
10623         summary_select_next_marked, summary_select_prev_marked): new
10624         functions.
10625
10626 2001-05-03 [sergey]
10627
10628         * src/news.c: fixed a bug when no article can be fetched after
10629         server timeout if the connection was restored by news_post():
10630         (news_select_group): new function.
10631         (news_fetch_msg): call news_select_group() before fetching
10632         article.
10633         (news_get_uncached_articles): set session->group after successful
10634         GROUP command.
10635
10636 2001-05-03 [hoa]
10637
10638         * src/defs.h
10639         * src/procmsg.[ch]
10640         * src/procheader.c
10641                  changed version of cache, added cc field
10642
10643         * src/prefs_display_headers.c
10644                 the interface was changed
10645
10646         * src/prefs_headers.c
10647                 added cancel button
10648
10649 2001-05-03 [alfons]
10650
10651         * completed sync of sylpheed cvs2
10652         * src/gtkstext.c: updated row up / down cursor navigation
10653         * src/textview.c: re-edited, prepared for fixing the email address
10654                 scanner.
10655
10656 2001-05-03 [darko]
10657
10658         * src/prefs_common.c: use alfons' strftime ui code
10659         entry_datefmt and datefmt_sample widgets have to be
10660         global in this module because of this change
10661
10662 2001-05-03 [hoa]
10663
10664         * src/messageview.c
10665         * src/prefs_common.[ch] added option to activate the return receipt
10666                 feature.
10667
10668 2001-05-02 [alfons]
10669
10670         * src/gtkstext.c: fix for row up/down cursor navigation. 
10671
10672         0.4.66claws2
10673         
10674         * sync with 0.4.66cvs2
10675
10676 2001-05-02 [paul]
10677
10678         added add-sender-to-addressbook patch
10679
10680         * src/addressbook.c
10681         * src/addressbook.h
10682         * src/summaryview.c
10683
10684 2001-05-02 [sergey]
10685
10686         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
10687         G_ALERTDISABLE.
10688
10689         * src/alertpanel.c (alertpanel_create): new argument can_disable,
10690         all existing callers changed to pass FALSE; create a check button
10691         to disable the message.
10692         (alertpanel_message_with_disable): new function.
10693         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
10694         (alertpanel_button_toggled): new function.
10695         (alertpanel_button_clicked, alertpanel_close): set value using
10696         G_ALERT_VALUE_MASK.
10697
10698         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
10699
10700         * src/prefs_common.c (prefs_privacy_create): new check button
10701         checkbtn_gpgme_warning.
10702
10703         * src/main.c (main): moved preferences reading before gpgme
10704         initialization; check prefs_common.gpgme_warning before giving the
10705         GnuPG warning and set it to FALSE if the user wants to disable the
10706         warning.
10707
10708 2001-05-02 [hiroyuki]
10709
10710         * src/prefs_display_headers.c: modified the layout and some labels.
10711
10712 2001-05-02 [sergey]
10713
10714         * src/prefs_account.c (prefs_account_fix_size): new function.
10715         (prefs_account_create): call prefs_account_fix_size(); use
10716         gtk_widget_show instead of gtk_widget_show_all (fixes too large
10717         size when the window is shown for the first time).
10718         (prefs_account_basic_create): changed layout of serv_table; moved
10719         localmbox_entry above smtpserv_entry (logically it replaces
10720         POP3/IMAP server).
10721         (prefs_account_protocol_activated): set sensitivity of
10722         nntpauth_chkbtn according to the protocol (in addition to
10723         hide/show); commented out gtk_table_set_row_spacing() calls.
10724         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
10725         not sensitive (fixes a bug with disabled username/password boxes
10726         when editing POP3 account after NNTP with authentication).
10727
10728 2001-05-02 [hoa]
10729
10730         * src/account.c
10731         * src/inc.c
10732         * src/prefs_account.[ch]
10733         * src/send.c
10734                 removed local account without SMTP server
10735                 added option to use mail command instead of a connexion
10736                 to SMTP server when a local account is used
10737         * src/prefs_headers.c
10738                 fixed a bug
10739         * src/news.c
10740                 fixed a bug when connexion immediately closed
10741
10742 2001-05-01 [alfons]
10743
10744         0.4.66claws1
10745         
10746         * sync with 0.4.65
10747
10748 2001-05-01 [sergey]
10749
10750         * src/prefs_account.c (Basic, prefs_account_basic_create): new
10751         widget nntpauth_chkbtn.
10752         (prefs_account_protocol_activated): handle nntpauth_chkbtn
10753         visibility.
10754         (prefs_account_nntpauth_toggled): new function.
10755
10756         * src/news.c (news_session_new_for_folder): use NNTP
10757         authentication only if ac->use_nntp_auth is set.
10758
10759 2001-05-01 [hoa]
10760
10761         * src/Makefile.am changed headers.[ch] in customheader.[ch]
10762         * src/prefs_display_headers.c changed the UI
10763         * src/prefs_headers.c changed account_name to account_id
10764         * src/compose.c using customheader.h
10765
10766 2001-05-01 [hiroyuki]
10767
10768         * src/esmtp.c
10769           src/news.c
10770           src/nntp.c: changed sock_read() to sock_gets(), they've been left
10771           unsynched.
10772
10773 2001-05-01 [hoa]
10774
10775         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
10776         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
10777                 for displaying of headers
10778         * src/grouplist_dialog.[ch] minor changes to remove warnings
10779         * src/prefs_display_headers.[ch] dialog to choose the
10780         headers to display in the mail viewer.
10781         * src/headers.h correction of #define
10782         * src/headers_display.[ch] configuration for displaying of headers.
10783         * src/main.c read config of displaying of headers
10784         * src/prefs_common.c add a button to access the config dialog
10785                 for displaying of headers
10786         * src/prefs_display_headers.[ch] dialog for configuration for
10787                 displaying of the headers.
10788         * src/prefs_headers.c cleaning of code
10789         * src/procheader.c comments added to code
10790         * src/textview.c changes to reorder the headers depending
10791                 on the config for displaying of headers
10792
10793 2001-04-30 [alfons]
10794
10795         0.4.65claws7
10796
10797         * sync with 0.4.65cvs12
10798
10799         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
10800
10801 2001-04-30 [sergey]
10802
10803         * src/nntp.h (NNTPSockInfo): new field auth_failed.
10804
10805         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
10806         is set to force reconnection after authentication failure.
10807         (nntp_gen_command): set sock->auth_failed on authentication
10808         failure, or if sock->userid and sock->passwd are not set.
10809
10810         * src/news.c (news_session_new_for_folder): set userid=NULL if
10811         password dialog is cancelled.
10812
10813 2001-04-30 [sergey]
10814
10815         * src/nntp.h (NNTPSockInfo): new type.
10816
10817         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
10818         SockInfo.
10819         (nntp_open_auth, nntp_close): new functions.
10820         (nntp_gen_command): new function to handle authentication; all
10821         NNTP command functions updated to use it.
10822         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
10823         (nntp_list): removed old useless code.
10824
10825         * src/news.h (NNTPSession): new field nntp_sock.
10826
10827         * src/news.c: all functions updated to use NNTPSockInfo instead of
10828         SockInfo.
10829         (news_session_new): new arguments (userid, passwd); made static;
10830         use nntp_open_auth() if needed.
10831         (news_session_destroy): use nntp_close() instead of sock_close().
10832         (news_query_password): changed arguments.
10833         (news_session_new_for_folder): new function.
10834         (news_session_get): use news_session_new_for_folder().
10835         (news_authenticate): deleted.
10836         (news_get_uncached_articles): removed old authentication code.
10837
10838 2001-04-30 [sergey]
10839
10840         * src/news.c: reverted my previous changes (need to do NNTP
10841         authentication in a cleaner way).
10842         
10843 2001-04-29 [sergey]
10844
10845         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
10846         news_nntp_post, news_nntp_mode): new functions (wrappers with
10847         authentication support).
10848         (news_get_article_cmd, news_get_article, news_get_header): new
10849         argument "folder"; all callers changed.
10850         (news_get_article_cmd): added authentication support.
10851         (news_session_get): use news_nntp_mode() instead of nntp_mode().
10852         (news_post): use news_nntp_post() instead of nntp_post().
10853         (news_get_uncached_articles): use news_nntp_group() instead of
10854         nntp_group() and news_nntp_xover() instead of nntp_xover();
10855         removed old authentication code.
10856         (news_get_group_list): use news_nntp_list() instead of nntp_list().
10857
10858         * src/nntp.c (nntp_list): return real error code instead of
10859         hardcoded NN_ERROR.
10860
10861 2001-04-29 [sergey]
10862
10863         * configure.in: fixed wint_t typedef detection again
10864
10865 2001-04-28 [hoa]
10866
10867         * src/prefs_account.[ch], added A_LOCAL_CMD
10868                 (send mail with mail command)
10869         * src/send.c added function send_message_with_command()
10870         * src/inc.c made a more secure get_spool() function with
10871                 mktemp() but maybe mkstemp() or something more
10872                 secure can be used.
10873
10874 2001-04-28 [alfons]
10875
10876         * src/textview.c, colorization of email addresses in headers
10877
10878         0.4.65claws6
10879
10880         * bug sync with sylpheed
10881         * prefs_common.c: created date format ui for darko
10882         * sync with 0.4.65cvs11
10883         * configure.in: corrected to have the new gpg checks
10884
10885 2001-04-27 [alfons]
10886
10887         * completed sync with 0.4.65cvs10
10888         * minor debug things added to gtkstext.c
10889
10890 2001-04-27 [darko]
10891
10892         * configure.in: remove check for availability of
10893           strftime() as advised by Hiroyuki
10894         * src/prefs_common.[ch], src/procheader.c:
10895           synch strftime() code with Hiroyki's main branch
10896
10897 2001-04-26 [sergey]
10898
10899         * src/news.c: news_query_password(), news_authenticate(): new
10900           functions.
10901           news_get_uncached_articles(): added NNTP authentication
10902           handling.
10903         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
10904           new functions.
10905         * src/prefs_account.c: prefs_account_protocol_activated():
10906           enable userid and password fields for NNTP.
10907
10908 2001-04-26
10909
10910         * configure.in: check for availability of strftime()
10911           [darko]
10912         * src/prefs_common.[ch], src/procheader.c: use
10913           strftime() for displaying date in summary pane if it
10914           is available
10915
10916 2001-04-25
10917
10918         * more .cvsignore cleanups [alfons]
10919
10920 2001-04-25
10921
10922         * ac/sv-check-type.m4: new autoconf macro.
10923         * configure.in: fixed wint_t typedef detection (did not work
10924           with gcc-2.96).
10925
10926 2001-04-25
10927
10928         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
10929           [hiroyuki]
10930
10931 2001-04-24
10932         * modified gtkstext.c : buggy cursor navigation fixed, 
10933           and font descent also taken in account when drawing
10934           cursor. [alfons]
10935
10936 2001-04-24 [hoa]
10937         * added comments in src/news.c src/nntp.c
10938         * added src/prefs_headers.[ch]
10939         * added src/headers.[ch]
10940         * modified compose.c to activate custom headers
10941                 added function is_in_custom_headers
10942         * modified prefs_account.[ch]
10943                 added function prefs_account_customhdr_edit
10944         * modified src/defs.h :
10945                 added HEADERS_RC : name of the config file
10946                 for the custom headers
10947
10948 2001-04-24
10949
10950     0.4.65claws5
10951
10952         * configure.in
10953           src/gtkstext.[ch]
10954           src/compose.c
10955           src/Makefile.am
10956           
10957           added gtkstext with configure.in patch by Hiroyuki which
10958           should fix the XIM detection [alfons]
10959
10960         * more clean up of cvs [alfons]
10961
10962                  * removed all Makefile.in files to attic.
10963
10964                  * updated all .cvsignores to really ignore things that could
10965                    be unintentionally committed by a recursive commit.
10966
10967 2001-04-23 [hoa]
10968         * added src/grouplist_dialog.[ch]
10969         * changed src/folderview.c to call grouplist_dialog instead
10970                 of inputdialog
10971         * src/news.c :
10972                 added functions news_reset_group_list
10973                 and news_get_group_list
10974         * src/nntp.c :
10975                 added function nntp_list
10976         * src/defs.h :
10977                 added GROUPLIST_FILE : name of the newsgroup list cache file
10978
10979 2001-04-21
10980
10981         * added option to warn about queued messages on exit [sergey]:
10982
10983           * src/compose.c: compose_queue(): call folder_item_scan()
10984             and folderview_update_item() after queueing.
10985           * src/folderview.c: folderview_update_node(): draw the queue
10986             folder in bold font if there are queued messages.
10987           * src/mainwindow.c: queued_messages(): new function.
10988             app_exit_cb(): display warning if there are queued messages
10989             if warn_queued_on_exit is set.
10990           * prefs_common.[ch]: add warn_queued_on_exit option.
10991
10992         * enhanced GnuPG key selection support [sergey]:
10993
10994           * src/select-keys.c: updated to newer version from Win32
10995             branch with support for selecting arbitrary keys.
10996           * src/prefs_account.c: added the Privacy tab to the account
10997             options window.
10998             prefs_account_privacy_create(),
10999             prefs_account_sign_key_set_data_from_radiobtn(),
11000             prefs_account_sign_key_set_radiobtn(): new functions.
11001           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
11002           * src/rfc2015.c: set_signers(): new function.
11003             pgp_sign(): add the account parameter, call set_signers().
11004             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
11005           * src/rfc2015.h: rfc2015_sign(): updated prototype.
11006           * src/compose.c: pass the current account to rfc2015_sign().
11007
11008         * tag name claws added to prevent confusion with main branch [alfons]
11009
11010         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
11011
11012         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
11013
11014         * sync with recent sylpheed cvs. Untested though. [alfons]
11015