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