5bf1eb986ea7535f98cfcad11c2413a70320fb97
[claws.git] / ChangeLog.claws
1 2003-09-08 [christoph]  0.9.4claws73
2
3         * src/folderview.c
4                 o fix double adding of IMAP FolderItems to GtkCTree
5                 o fix crash then mbox folder is removed
6
7 2003-09-08 [christoph]  0.9.4claws72
8
9         * src/folder.c
10         * src/folderview.c
11         * src/mainwindow.c
12                 fix new folder notification
13
14         * src/mbox_folder.c
15                 fix cache path
16
17 2003-09-08 [christoph]  0.9.4claws71
18
19         * src/compose.c
20                 replace '\n' and '\r' before removing trailing spaces
21
22         * src/folder.[ch]
23         * src/folderview.c
24                 add information about new or removed items in folder tree change
25                 notification and use this in folderview to add and remove only
26                 the appected items and not refresh the whole tree
27
28 2003-09-07 [match]      0.9.4claws70
29
30         * src/Makefile.am
31         * src/addr_compl.c
32         * src/addressbook.c
33         * src/addressitem.h
34         * src/addrindex.c
35         * src/addritem.c
36         * src/addritem.h
37         * src/addrquery.c                       ** NEW **
38         * src/addrquery.h
39         * src/ldapquery.c
40         * src/ldapserver.c
41         * src/stock_pixmap.c
42         * src/stock_pixmap.h
43         * src/pixmaps/address_search.xpm        ** NEW **
44                 re-introduce Lookup button for LDAP 'static' searches.
45
46 2003-09-07 [alfons]     0.9.4claws69
47         
48         * src/summaryview.c
49                 abandon setting usize for messageview because it gives layout problems
50                 with the quick search bar and the headerview; fixes assorted UI glitches:
51                 
52                 o bug #148, "Toggling of quick-search bar reduces index view area" 
53                 o bug #280, "Window resiizes for line length but does not revert"
54
55 2003-09-07 [christoph]  0.9.4claws68
56
57         * src/compose.c
58                 o make sure we don't have any newlines in header values
59                 o check custom headers for spaces and newlines and ignore
60                   malformed header names
61
62 2003-09-06 [christoph]  0.9.4claws67
63
64         * src/folder.c
65         * src/folderview.c
66                 invoke notification hook for folder tree changes after append
67                 and remove folder
68
69         (closes Bug 294 Crash while moving folder with many subdirectories)
70
71 2003-09-06 [christoph]  0.9.4claws66
72
73         * src/folder.c
74                 destroy folder's MsgCache if FolderItem is removed to make sure
75                 it is not saved when the FolderItem is destroyed
76
77 2003-09-06 [christoph]  0.9.4claws65
78
79         * src/plugins/clamav/clamav_plugin.c
80                 fix copy & paste bug
81
82 2003-09-05 [christoph]  0.9.4claws64
83
84         * src/folder.c
85         * src/messageview.[ch]
86         * src/procmsg.[ch]
87         * src/summaryview.c
88                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
89                 by MessageView to clear it when the message is deleted. Should
90                 work even if messages are deleted in MainWindow or by
91                 processing.
92
93 2003-09-05 [alfons]     0.9.4claws63
94
95         * src/messageview.c
96                 deleting a message in a message view frees its msginfo, make 
97                 messageview_update_all() aware of that (should fix bug #293,
98                 "deleting message caused crash")
99
100 2003-09-05 [melvin]     0.9.4claws62
101
102         * src/action.c
103                 Improve synchronous action exit code (fixes 
104                 a ~5 seconds delay after action exit on RedHat 9)
105
106 2003-09-04 [christoph]  0.9.4claws61
107
108         * src/compose.c
109         * src/rfc2015.c
110         * src/common/utils.[ch]
111                 add util function to create mime boundary and use it
112                 in compose and gpg code
113
114 2003-09-04 [alfons]     0.9.4claws60
115
116         * src/folder.c
117                 source folder item's GNode should already have been freed in 
118                 a previous call to src->folder->klass->remove_folder()
119                 (should fix bug #287, "crash when moving folders")
120
121 2003-09-03 [thorsten]   0.9.4claws59
122
123         * src/plugins/spamassassin/spamassassin_gtk.c
124                 fix compile error
125
126 2003-09-03 [christoph]  0.9.4claws58
127
128         * src/plugins/spamassassin/spamassassin.[ch]
129         * src/plugins/spamassassin/spamassassin_gtk.c
130                 add timeout config option
131
132 2003-09-03 [paul]       0.9.4claws57
133
134         * po/sk.po      ** NEW FILE **
135                 add Slovak translation. Submitted by Andrej Kacian 
136                 <andrej@kacian.sk>
137
138 2003-09-03 [paul]       0.9.4claws56
139
140         * src/plugins/clamav/clamav_plugin_gtk.c
141                 gui tweaks: replace a label with a tooltip, modify the
142                 text, use gtk_check_button_new(); instead of
143                 gtk_check_button_new_with_label("");
144
145 2003-09-02 [alfons]     0.9.4claws55
146
147         * src/gtk/filesel.c
148                 remember last used dir when attaching multiple files (should fix
149                 bug #290, "Attach File does not remember directory")
150
151 2003-09-01 [paul]       0.9.4claws54
152
153         * po/es.po
154                 updated by Ricardo Mones Lastra
155
156 2003-09-01 [alfons]     0.9.4claws53
157
158         * src/gtk/gtkaspell.[ch]
159                 be pedantic and strict and use const gchar * instead of guchar *
160
161 2003-09-01 [alfons]     0.9.4claws52
162
163         * src/mainwindow.c
164         * src/summaryviewc.
165                 re-enable Save As when multiple messages are selected
166
167 2003-09-01 [paul]       0.9.4claws51
168
169         * src/textview.c
170                 g_free(trimmed_uri);
171
172 2003-09-01 [paul]       0.9.4claws50
173
174         * sync with 0.9.4cvs13
175                 see ChangeLog 2003-09-01
176
177 2003-09-01 [paul]       0.9.4claws49
178
179         * src/textview.c
180                 trim uri before sending to the statusbar
181                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
182                 in the message window causes main S-C window to enlarge 
183                 past screen edges'
184
185 2003-09-01 [paul]       0.9.4claws48
186
187         * sync with 0.9.4cvs12
188                 see ChangeLog 2003-09-01
189
190 2003-08-30 [christoph]  0.9.4claws47
191
192         * src/compose.c
193         * src/folder_item_prefs.[ch]
194         * src/prefs_folder_item.c
195         * src/gtk/gtkaspell.[ch]
196                 commit per folder dictionary patch by
197                 Paul Evans <nerd@freeuk.com>
198
199 2003-08-30 [christoph]  0.9.4claws46
200
201         * src/plugins/spamassassin/spamassassin_gtk.c
202         * src/plugins/spamassassin/spamassassin_gtk.glade
203                 reduce GUI clutter by placing hints into tooltips
204
205 2003-08-30 [paul]       0.9.4claws45
206
207         * src/compose.c
208                 add 'Content-Disposition: inline' to a text/plain
209                 part when using PGP/MIME signing
210
211 2003-08-30 [paul]       0.9.4claws44
212
213         * src/prefs_common.c
214           src/prefs_spelling.c
215           src/prefs_spelling.glade
216                 reduce GUI clutter by placing hints into tooltips
217
218 2003-08-29 [christoph]  0.9.4claws43
219
220         * configure.ac
221                 fix bug found by Ivan Rayner <ivanr@sgi.com>
222
223         * src/stock_pixmap.c
224                 change unecessary warning into a debug message
225
226         * src/plugins/clamav/Makefile.am
227                 Fix error "-I$(CLAMAV_LIBS)"
228
229 2003-08-29 [christoph]  0.9.4claws42
230
231         * intl/Makefile.in
232         * src/Makefile.am
233         * src/matcher.h
234         * src/common/Makefile.am
235         * src/common/passcrypt.c
236                 commit fixes and patches for some of the IRIX problems found by
237                 Ivan Rayner <ivanr@sgi.com>
238
239 2003-08-29 [paul]       0.9.4claws41
240
241         * src/prefs_filtering.c
242                 add 'Top' and 'Bottom' buttons, based on changes in
243                 src/prefs_filter.c in 0.9.4cvs11.
244
245 2003-08-27 [christoph]  0.9.4claws40
246
247         * src/folderview.c
248                 fix bug that the current summary settings were copied to the
249                 wrong folder item, when the folder item prefs are opened.
250                 Copying is not required because summary settings and
251                 folder_item_prefs do not contain the same settings
252
253 2003-08-27 [thorsten]   0.9.4claws39
254
255         * src/imap.c
256                 fix compile error
257
258 2003-08-26 [paul]       0.9.4claws38
259
260         * sync with 0.9.4cvs9
261                 see ChangeLog 2003-08-26
262
263 2003-08-25 [paul]       0.9.4claws37
264
265         * sync with 0.9.4cvs8
266                 see ChangeLog 2003-08-25
267
268 2003-08-24 [christoph]  0.9.4claws36
269
270         * src/prefs_filtering.c
271                 shouldn't remove items from a GSList while iterating over the
272                 list (makes cur invalid and cur->next not accessable)
273
274         (closes Bug 272 i deleted an folder and some seconds later sylpheed
275          crashed)
276
277 2003-08-23 [christoph]  0.9.4claws35
278
279         * src/news.c
280                 news folders should be scanned when opened
281
282 2003-08-22 [christoph]  0.9.4claws34
283
284         * src/prefs_folder_item.c
285                 use macro to assign strings that always frees the old string
286
287         * src/gtk/gtkaspell.[ch]
288                 add gtkaspell_set_dictionary_menu_active_item() to set active
289                 item in dictionary option menu
290
291         * src/prefs_spelling.c
292                 use gtkaspell_set_dictionary_menu_active_item() to select
293                 dictionary
294
295 2003-08-21 [christoph]  0.9.4claws33
296
297         * src/folder.[ch]
298         * src/imap.c
299         * src/mbox_folder.c
300         * src/mh.c
301         * src/news.c
302                 optimize folder system
303
304         * src/gtk/gtkstext.c
305                 fix division by zero when font has 0 width for ' '
306
307 2003-08-21 [paul]       0.9.4claws32
308
309         * sync with 0.9.4cvs7
310                 see ChangeLog 2003-08-20
311
312 2003-08-19 [paul]       0.9.4claws31
313
314         * src/common/defs.h
315                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
316                 SYLDOC_FAQ_HTML_INDEX.
317         * src/manual.c
318                 use LC_MESSAGES instead of LC_ALL to find the current
319                 language
320
321           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
322
323 2003-08-19 [paul]       0.9.4claws30
324
325         * po/bg.po
326                 updated by George Danchev
327
328 2003-08-18 [luke]       0.9.4claws29
329         * src/mimeview.[ch]
330         * src/gtk/gtkvscrollbutton.[ch]
331                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
332                   dependencies; do it the GTK way; reduce code -14/+2 lines)
333                 o removed horizontal separator between icons
334
335 2003-08-17 [christoph]  0.9.4claws28
336
337         * src/procmsg.c
338                 no subject threading when the subject has no reply prefix
339
340 2003-08-16 [christoph]  0.9.4claws27
341
342         * src/mainwindow.c
343                 remember and restore window sizes and position when the main
344                 window is hidden or shown
345
346         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
347          minimised/reopened using trayicon)
348
349 2003-08-16 [paul]       0.9.4claws26
350
351         * src/crash.c
352                 add #include "defs.h"
353
354 2003-08-16 [paul]       0.9.4claws25
355
356         * src/plugins/clamav/clamav_plugin.c
357                 reword a debug_print
358                 
359         * src/plugins/dillo_viewer/dillo_prefs.c
360                 cosmetic: change the labels' text, add tooltips, and
361                 left-align the hint
362
363 2003-08-15 [christoph]  0.9.4claws24
364
365         * src/news.c
366                 complete last change (forgot some changes)
367
368 2003-08-15 [christoph]  0.9.4claws23
369
370         * src/news.c
371                 o check number of messages and don't return a 0 message
372                   when no messages are available
373                 o don't parse xref header anymore
374
375         (closes Bug 203 I'm not getting any news)
376
377 2003-08-15 [paul]       0.9.4claws22
378
379         * src/common/defs.h
380           src/crash.c
381                 update and define claws bugzilla location
382
383 2003-08-15 [paul]       0.9.4claws21
384
385         * po/ru.po
386                 update submitted by Ruslan N. Balkin
387
388 2003-08-14 [christoph]  0.9.4claws20
389
390         * src/procmsg.c
391                 fix search for oldest node in subject threading
392
393 2003-08-14 [christoph]  0.9.4claws19
394
395         * src/procmsg.c
396         * src/common/utils.h
397                 add possibility to check all nodes with the same subject for
398                 subject threading, not only the oldest node. Should not break
399                 threads anymore if the oldest node is thread_by_subject_max_age
400                 days older then parent, because it can now find a child of
401                 oldest node as new parent.
402
403 2003-08-11 [christoph]  0.9.4claws18
404
405         * src/plugins/spamassassin/spamassassin.c
406                 run spam check in background process
407
408 2003-08-10 [alfons]     0.9.4claws17
409
410         * src/summaryview.c
411                 make `Select All' sensitive too
412
413 2003-08-10 [christoph]  0.9.4claws16
414
415         * src/imap.c
416                 add more checks in imap_close
417
418 2003-08-09 [alfons]     0.9.4claws15
419
420         * src/prefs_spelling.c
421                 no spell checking UI if not requested
422
423 2003-08-09 [alfons]     0.9.4claws14
424
425         * src/gtk/prefswindow.c
426                 make it compile
427
428 2003-08-09 [christoph]  0.9.4claws13
429
430         * src/prefs_spelling.c
431         * src/gtk/prefswindow.[ch]
432         * src/plugins/clamav/clamav_plugin_gtk.c
433         * src/plugins/spamassassin/spamassassin_gtk.c
434                 sort prefs pages by heighest weight in tree
435
436 2003-08-09 [paul]       0.9.4claws12
437
438         * sync with 0.9.4cvs6
439                 see ChangeLog 2003-08-07
440                 
441         * AUTHORS
442                 add Leandro and Luke to claws-branch section
443
444 2003-08-09 [christoph]  0.9.4claws11
445
446         * src/gtk/Makefile.am
447         * src/gtk/colorsel.[ch]                 ** NEW **
448                 create a color selection dialog that can be used as a simple
449                 function call with it's own gtk main loop like filesel.[ch]
450
451         * src/Makefile.am
452         * src/main.c
453         * src/prefs_common.c
454         * src/prefs_spelling.[ch]               ** NEW **
455         * src/prefs_spelling.glade              ** NEW **
456         * src/gtk/gtkutils.[ch]
457                 move "Spell Checker" prefs to new prefs dialog
458
459         * src/prefs_folder_item.c
460                 use new colorsel dialog
461
462 2003-08-08 [paul]       0.9.4claws10
463
464         * src/inc.c
465                 clear the progress bar unconditionally
466
467 2003-08-08 [paul]       0.9.4claws9
468
469         * sync with 0.9.4cvs4
470                 see ChangeLog 2003-07-31
471
472 2003-08-07 [christoph]  0.9.4claws8
473
474         * configure.ac
475                 fix bug in image viewer plugin part
476
477         * src/imap.c
478                 don't execute close command if the folder item is not selected
479
480 2003-08-07 [hoa]        0.9.4claws7
481
482         * src/filtering.[ch]
483         * src/matcher_parser.h
484         * src/matcher_parser_parse.y
485                 can define several actions for each filtering rule
486                 can import old versions of filtering rules
487
488         * src/prefs_filtering.c
489                 call to a new dialog box to define actions
490
491         * src/prefs_filtering_action.[ch]
492                 dialog box to define actions for filtering rules
493
494 2003-08-06 [christoph]  0.9.4claws6
495
496         * src/imap.c
497                 make sure source folder is selected when copying messages
498
499 2003-08-06 [christoph]  0.9.4claws5
500
501         * sync with 0.9.4cvs2
502                 see ChangeLog 2003-07-29                
503
504 2003-08-05 [paul]       0.9.4claws4
505
506         * sync with 0.9.4cvs3
507                 see ChangeLog 2003-07-30
508
509 2003-08-04 [match]      0.9.4claws3
510
511         * po/POTFILES.in
512                 export of LDIF files.
513
514 2003-08-04 [match]      0.9.4claws2
515
516         * src/ldif.[ch]
517                 support for export LDIF. documented.
518         * src/importldif.[ch]
519         * src/exportldif.[ch]
520                 add tooltips. documented.
521         * src/exphtmldlg.[ch]
522         * src/common/xmlprops.[ch]
523                 documented.
524         * src/exportldif.[ch]                   ** NEW **
525         * src/expldifdlg.[ch]                   ** NEW **
526         * src/addressbook.[ch]
527         * src/Makefile.am
528                 export of LDIF files.
529                 documented.
530
531 2003-08-04 [christoph]  0.9.4claws1
532
533         * .cvsignore
534         * Makefile.am
535         * configure.ac
536         * sylpheed-claws.pc.in                  ** NEW **
537         * src/Makefile.am
538         * src/common/Makefile.am
539         * src/gtk/Makefile.am
540                 install sylpheed header files in $(pkgincludedir) and create a
541                 pkg-config file to allow building a plugin without the source
542                 package
543
544 2003-08-04 [paul]       0.9.4claws
545
546         * version 0.9.4claws
547
548 2003-08-04 [paul]       0.9.3claws97
549
550         * po/es.po
551                 update Spanish translation. Submitted by Ricardo
552                 Mones Lastra.
553
554 2003-08-03 [paul]       0.9.3claws96
555
556         * po/hr.po
557           po/sr.po
558                 update Croatian and Serbian translations. Submitted by
559                 Dragan and Urke MMI respectively
560
561 2003-08-03 [alfons]     0.9.3claws95
562
563         * src/summaryview.c
564                 mark flag has precedence over important flag - seems
565                 to have been changed in sync of 0.9.3claws45. this fixes
566                 a regression where messages that were scored as important
567                 don't show their mark flags. (using the same column for
568                 both importance as mark flags is the real problem
569                 ofcourse)
570
571 2003-08-03 [melvin]     0.9.3claws94
572
573         * po/fr.po
574                 Updated French translations.
575
576 2003-08-03 [melvin]     0.9.3claws93
577
578         * src/Makefile.am
579                 Fixed typo introduced after 0.9.3claws92 
580                 that prevented compilation
581                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
582                 CPPFLAGS and YFLAGS to allow user setting these.
583         * src/common/Makefile.am
584         * src/gtk/Makefile.am
585         * src/plugins/clamav/Makefile.am
586         * src/plugins/demo/Makefile.am
587         * src/plugins/dillo_viewer/Makefile.am
588         * src/plugins/image_viewer/Makefile.am
589         * src/plugins/mathml_viewer/Makefile.am
590         * src/plugins/spamassassin/Makefile.am
591         * src/plugins/trayicon/Makefile.am
592         * src/plugins/trayicon/libeggtrayicon/Makefile.am
593                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
594                 CPPFLAGS and YFLAGS to allow user setting these.
595
596 2003-08-02 [christoph]  0.9.3claws92
597
598         * configure.ac
599                 o rearrange plugin tests
600                 o add test for clamav.h to ClamAV tests
601
602 2003-08-02 [luke]       0.9.3claws91
603
604         * src/mimeview.c
605                 o fixed appearance of icon list when toggling back from the 
606                   ctree
607                 o toggling of icons using the keyboard works correctly
608                 o fixed all other keyboard shortcuts to work when icons are
609                   active
610         
611         * src/messageview.c
612                 o fixed bug 4 - focus lost when changing messageview view type
613
614 2003-08-02 [christoph]  0.9.3claws90
615
616         * src/common/hooks.c
617                 fix crash when pointer stored in hash table could get invalid
618                 when a plugin is unloaded
619
620 2003-08-01 [christoph]  0.9.3claws89
621
622         * configure.ac
623                 o try to build all plugins (except spamassassin) by default
624                 o don't build a plugin if a dependency check fails
625
626         * src/common/hooks.c
627                 fix warning
628
629 2003-08-01 [match]      0.9.3claws88
630
631         * src/importldif.c
632                 allow single click field selection. document code.
633
634 2003-08-01 [christoph]  0.9.3claws87
635
636         * src/plugins/clamav/clamav_plugin.c
637         * src/plugins/clamav/clamav_plugin_gtk.c
638         * src/plugins/dillo_viewer/dillo_viewer.c
639         * src/plugins/image_viewer/plugin.c
640         * src/plugins/mathml_viewer/mathml_viewer.c
641         * src/plugins/spamassassin/spamassassin.c
642         * src/plugins/spamassassin/spamassassin_gtk.c
643         * src/plugins/trayicon/trayicon.c
644                 add version check to all plugins
645
646 2003-08-01 [hoa]        0.9.3claws86
647
648         * src/prefs_filtering.c
649                 fixed a cosmetic bug, during creation of dialog box,
650                 wrong widgets were shown after creation.
651
652 2003-08-01 [luke]       0.9.3claws85
653
654         * src/mainwindow.c
655                 o fixed visibility of icons/mimeview after toggling separate
656                   message/folder view (factored out some similar code too).
657
658
659 2003-07-31 [alfons]     0.9.3claws84
660
661         * src/mimeview.c
662                 tweak icon box UI a bit more, now allowing right-clicks actions
663                 getting the relevant mime data too; should fix #250, "Can't save 
664                 attachments sometimes".
665
666 2003-07-30 [alfons]     0.9.3claws83
667
668         * src/compose.c
669                 don't do auto-save-draft inside key press handler, but rather
670                 schedule it half of a second later; should fix #67, "autosave 
671                 make re-rediting message crazy"
672
673 2003-07-30 [christoph]  0.9.3claws82
674
675         * src/plugins/trayicon/trayicon.c
676                 process pending events before unloading the plugin
677
678         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
679
680 2003-07-30 [alfons]     0.9.3claws81
681
682         * src/common/hooks.c
683                 parameter 2 of g_hook_destroy() should really be a hook id
684
685 2003-07-30 [alfons]     0.9.3claws80
686
687         * src/common/plugin.c
688                 fix a possibly harmful function signature mismatch 
689                 for plugin_done
690
691 2003-07-30 [alfons]     0.9.3claws79
692
693         * src/common/hooks[.ch]
694                 const correctness
695
696 2003-07-30 [darko]      0.9.3claws78
697
698         * src/summaryview.c
699                 make it compile again
700
701 2003-07-30 [luke]       0.9.3claws77
702
703         * src/crash.c
704         * src/main.c
705                 o added/moved signal handlers for SIGTERM (normal kill command) 
706                   and SIGINT (ctl-c) to be used even without 
707                   --enable-crash-dialog, fixing bug 166
708
709         * src/summaryview.c
710                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
711                   bug 227
712
713         * src/mainwindow.c
714                 o changed sensitivity condition for 'Next new' and 'Next 
715                   unread', fixing bug 8
716
717 2003-07-29 [alfons]     0.9.3claws76
718
719         * src/common/utils.[ch]
720                 add generate_msgid()
721         * src/messageview.c
722                 save ack'ed RRR; fixes #205, "return receipt is not saved in
723                 sent folder".
724
725 2003-07-29 [alfons]     0.9.3claws75
726
727         * src/messageview.c
728                 fix a memleak (claws-only)
729
730 2003-07-29 [alfons]     0.9.3claws74
731
732         * src/mimeview.[ch]
733         * src/gtk/gtkvscrollbutton.[ch]
734                 fix UI glitch where mime icon toolbox' scroll position is not 
735                 reset after switching to another message
736                 
737
738 2003-07-29 [paul]       0.9.3claws73
739
740         * src/prefs_folder_item.c
741                 split the prefs into 2 separate pages
742
743 2003-07-29 [paul]       0.9.3claws72
744
745         * src/compose.c
746                 prepend "\n\n" to a signature without a separator too
747
748 2003-07-29 [paul]       0.9.3claws71
749
750         * src/compose.c
751                 fix bug where changing to an account without an auto-sig
752                 from an initial account without an auto-sig would insert 
753                 2 blank lines at the cursor point
754                 fix bug where changing to an account with an auto-sig
755                 from an initial account without an auto-sig would insert
756                 the sig at the cursor point
757
758 2003-07-29 [paul]       0.9.3claws70
759
760         * src/folderview.c
761                 use the colour from the folder pref unless the folder
762                 has new messages
763
764 2003-07-29 [alfons]     0.9.3claws69
765
766         * src/procmsg.[ch]
767         * src/messageview.c
768         * src/procheader.c
769                 rewrite return receipt request work a little bit (the former 
770                 implementation presumably depended too much on the UI setting
771                 flags). (we're losing the old pending flag.) 
772
773 2003-07-28 [christoph]  0.9.3claws68
774
775         * src/folder.c
776         * src/imap.c
777         * src/mh.c
778         * src/procmsg.[ch]
779                 fix copy to IMAP folder from other folder
780
781 2003-07-28 [christoph]  0.9.3claws67
782
783         * src/procmsg.c
784                 fix sync of procmsg_get_message_file_list
785
786 2003-07-28 [christoph]  0.9.3claws66
787
788         * sync with 0.9.3cvs14
789                 see ChangeLog 2003-07-18
790         * sync with 0.9.3cvs17
791                 see ChangeLog 2003-07-23
792
793         (closes Bug 234 segmentation fault after sending out mail via
794          smtp(auth))
795
796 2003-07-28 [paul]       0.9.3claws65
797
798         * po/es.po
799                 update Spanish translation, submitted by Ricardo Mones
800                 Lastra
801
802 2003-07-28 [christoph]  0.9.3claws64
803
804         * src/folder.[ch]
805         * src/imap.c
806         * src/mh.c
807                 return new message numbers as a GRelation instead of a GSList
808                 that has to be in the same order as the input list. A list
809                 would make it hard for IMAP to optimize oepration by sorting
810                 the input list. The returned list would have to be reordered
811                 to match the same order that input list has.
812
813         * src/gtk/gtkaspell.c
814                 fix missing return value, could cause a crash when garbage is
815                 on the stack that is used as the expected return value
816
817 2003-07-28 [paul]       0.9.3claws63
818
819         * sync with 0.9.4cvs1
820                 see ChangeLog 2003-07-28
821
822 2003-07-27 [alfons]     0.9.3claws62
823
824         * src/mimeview.c
825                 tweak it more to make icon list act like a check button group
826
827 2003-07-27 [christoph]  0.9.3claws61
828
829         * sync with 0.9.3cvs20
830                 see ChangeLog 2003-07-25
831
832 2003-07-27 [paul]       0.9.3claws60
833
834         * src/procmsg.c
835                 re-commit changes from 0.9.3claws58 -
836                 accidently removed in 0.9.3claws59
837
838 2003-07-27 [paul]       0.9.3claws59
839
840         * src/procmsg.[ch]
841                 a sync from 0.9.3cvs17
842                 see ChangeLog 2003-07-23
843
844 2003-07-27 [alfons]     0.9.3claws58
845
846         * src/procmsg.c
847                 add missing header members to MsgInfo; fixes the problem of 
848                 not displaying X-Faces, as noticed by Ricardo Mones
849
850 2003-07-26 [christoph]  0.9.3claws57
851
852         * sync with 0.9.3cvs18
853                 see ChangeLog 2003-07-24
854
855 2003-07-26 [christoph]  0.9.3claws56
856
857         * sync with 0.9.3cvs17
858                 see ChangeLog 2003-07-23
859
860 2003-07-26 [christoph]  0.9.3claws55
861
862         * src/folder.[ch]
863         * src/imap.c
864         * src/mbox_folder.c
865         * src/mh.c
866         * src/news.c
867                 add support for copy function that copy multiple messages
868                 (not implemented yet)
869
870         * src/summaryview.c
871                 add missing return value
872
873 2003-07-26 [paul]       0.9.3claws54
874
875         * tools/multiwebsearch.pl
876                 do whitespace substitution before passing the string
877                 to the browser. fixes bug with browsers that don't
878                 do whitespace conversion themselves.
879
880 2003-07-25 [christoph]  0.9.3claws53
881
882         * src/folder.[ch]
883         * src/imap.c
884         * src/mh.c
885                 rewrite adding of multiple messages to a folder for
886                 claws' folder system
887
888 2003-07-25 [luke]       0.9.3claws52
889
890         * src/mimeview.c
891                 o icon toggles set correctly on leaving ctree mimeview
892
893 2003-07-25 [paul]       0.9.3claws51
894
895         * partial sync with 0.9.3cvs21 [src/main.c]
896                 see ChangeLog 2003-07-25
897
898 2003-07-24 [paul]       0.9.3claws50
899
900         * tools/maildir2sylpheed.pl
901                 fix typo
902
903 2003-07-24 [paul]       0.9.3claws49
904
905         * src/mimeview.c
906                 increase the gutter size of paned so that the panes
907                 can be resized
908                 
909         * src/plugins/demo/demo.c
910                 squeeze in another typo fix
911
912 2003-07-24 [paul]       0.9.3claws48
913
914         * src/plugins/demo/demo.c
915           src/prefs_account.c
916                 small changes to the English
917                 
918         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
919           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
920           src/Makefile.am
921           src/stock_pixmap.c
922                 rename the misspelled icon
923
924 2003-07-23 [alfons]     0.9.3claws47
925
926         * src/mimeview.c
927                 make icon list look like a list of toggles
928
929 2003-07-23 [luke]       0.9.3claws46
930
931         * src/pixmaps/mimeview_gpg_expired.xpm
932         * src/pixmaps/mimeview_gpg_failed.xpm
933         * src/pixmaps/mimeview_gpg_passed.xpm
934         * src/pixmaps/mimeview_text_html.xpm
935         * src/pixmaps/mimeview_image.xpm
936                 o all icons the same size
937
938         * src/mimeview.[ch]
939                 o mimeview ctree arranged vertically above the viewer
940                 o icons changed to buttons
941                 o can use keyboard to select an icon (Enter)
942                 o resize icon list to width of icons
943
944         *  src/gtk/gtkvscrollbutton.c
945                 o sensitivity of buttons reacts to position
946
947 2003-07-23 [christoph]  0.9.3claws45
948
949         * sync with 0.9.3cvs14 (incomplete)
950                 see ChangeLog 2003-07-17
951
952 2003-07-23 [alfons]     0.9.3claws44
953
954         * src/folder.c
955         * src/procmsg.h
956                 sync with my local tree to restore some claws-only things
957
958 2003-07-23 [paul]       0.9.3claws43
959
960         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
961           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
962           src/Makefile.am
963           src/mimeview.c
964           src/procmime.h
965           src/rfc2015.c
966           src/stock_pixmap.[ch]
967                 indicate missing keys and expired sigs/keys
968                 in mime view column
969
970 2003-07-23 [paul]       0.9.3claws42
971
972         * src/compose.c
973                 Redirect fixes: enable automatic account selection and
974                 do not append signature to message on changing account
975                 fixes Bug[s] #248
976
977 2003-07-23 [paul]       0.9.3claws41
978
979         * sync with 0.9.3cvs16
980                 see ChangeLog 2003-07-23
981
982 2003-07-23 [alfons]     0.9.3claws40
983
984         * src/inc.c
985                 give progress dialog a main window, and give it the first 
986                 one (presumably the only one). fixes bug #247, "segfault on 
987                 pop-before-smtp" 
988
989 2003-07-22 [alfons]     0.9.3claws39
990
991         * src/summaryview.c
992                 shift-space scrolls up
993
994 2003-07-22 [paul]       0.9.3claws38
995
996         * sync with 0.9.3cvs15
997                 see ChangeLog 2003-07-22
998
999 2003-07-20 [alfons]     0.9.3claws37
1000
1001         * src/compose.c
1002                 put menu inside #ifdef USE_ASPELL..#endif
1003
1004 2003-07-20 [christoph]  0.9.3claws36
1005
1006         * src/procmsg.c
1007                 fix wrong flags in MsgInfo returned by
1008                 procmsg_msginfo_get_full_info()
1009
1010         (closes Bug 221 Deleting messages from the Message View gives incorrect
1011          new/unread message counts in the folder view)
1012
1013         * src/plugins/spamassassin/spamassassin_gtk.c
1014                 add gettext macro for prefs page title
1015
1016 2003-07-20 [paul]       0.9.3claws35
1017
1018         * src/mimeview.c
1019                 redraw icon list on signature check
1020
1021 2003-07-20 [christoph]  0.9.3claws34
1022
1023         * src/Makefile.am
1024         * src/account.c
1025         * src/folder.[ch]
1026         * src/folder_item_prefs.[ch]            ** NEW **
1027         * src/folderview.c
1028         * src/mainwindow.c
1029         * src/mh.c
1030         * src/prefs_gtk.c
1031         * src/prefs_scoring.c
1032         * src/summaryview.c
1033         * src/prefs_folder_item.[ch]
1034                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1035                   Properties dialog
1036                 o use prefswindow for folder properties
1037
1038         * src/gtk/prefswindow.[ch]
1039                 change implementation to use an invisible notebook instead
1040                 of unparenting widgets
1041
1042 2003-07-20 [christoph]  0.9.3claws33
1043
1044         * src/compose.h
1045         * src/folder.c
1046         * src/folderview.h
1047         * src/headerview.h
1048         * src/prefs_filtering.h
1049         * src/prefs_folder_item.[ch]
1050         * src/procmime.h
1051         * src/procmsg.h
1052         * src/summaryview.h
1053                 clean up header mess
1054                 (always use 1. typedefs, 2. #includes, 3. structures)
1055
1056         * src/common/version.h.in
1057                 add casts for constants
1058
1059         * src/plugins/demo/demo.c
1060                 fix typo
1061
1062         * src/plugins/spamassassin/spamassassin.c
1063                 remove unused variable
1064
1065 2003-07-20 [alfons]     0.9.3claws32
1066
1067         * src/mimeview.c
1068                 o make icon buttons respond on left click
1069                 o minor cosmetic change
1070
1071 2003-07-19 [luke]       0.9.3claws31
1072
1073         * src/mimeview.[ch]
1074         * src/gtk/gtkvscrollbutton.c
1075         * src/messageview.c
1076                 o improved mimeview behaviour when selecting a new message
1077                 o plus code cleanups to remove compile warnings
1078
1079
1080 2003-07-19 [alfons]     0.9.3claws30
1081
1082         * src/procmsg.c
1083         * src/compose.c
1084         * src/common/utils.[ch]
1085                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1086
1087 2003-07-19 [alfons]     0.9.3claws29
1088
1089         * src/prefs_folder_item.c
1090                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1091                 string pointers
1092
1093 2003-07-19 [luke]       0.9.3claws28
1094
1095         * src/messageview.c
1096         * src/mimeview.[ch]
1097         * src/procmime.h
1098         * src/rfc2015.c
1099         * src/stock_pixmap.[ch]
1100         * src/gtk/Makefile.am
1101         * src/Makefile.am
1102         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1103         * src/pixmaps/mime_*.xpm                ** NEW **
1104                 o mimeview rearrangement with a new icon shortcut bar
1105
1106 2003-07-19 [alfons]     0.9.3claws27
1107
1108         * src/folderview.c
1109                 o plug leaking nodes_to_recollapse
1110                 o add folderview_recollapse_all_nodes() (not used yet)
1111
1112 2003-07-19 [alfons]     0.9.3claws26
1113
1114         * src/compose.c
1115         * src/common/utils.c
1116                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1117                 for both forwarding as replying
1118
1119 2003-07-18 [christoph]  0.9.3claws25
1120
1121         * configure.ac
1122         * src/common/sylpheed.[ch]
1123         * src/common/version.h.in
1124                 add version in numeric form to allow easy comparison
1125
1126         * src/plugins/demo/demo.c
1127                 add version check
1128                 - sylpheed version > plugin version => never allowed, sylpheed
1129                   could contain unknown API changes
1130                 - sylpheed version < minimum version required => don't load,
1131                   API required not available (if linking does not fail)
1132
1133 2003-07-18 [alfons]     0.9.3claws24
1134         
1135         * src/common/plugin.[ch]
1136                 const correctness
1137
1138 2003-07-18 [christoph]  0.9.3claws23
1139
1140         * src/common/hooks.c
1141                 fix crash when hooks where unregisted
1142
1143         * src/plugins/trayicon/trayicon.c
1144                 unregister detroy signal before destroying the widget
1145                 (still crashes when the plugin is unloaded)
1146
1147 2003-07-18 [alfons]     0.9.3claws22
1148         
1149         * src/folderview.c
1150                 delay expanding folder tree during drags until timeout triggered
1151                 (needs perhaps some tweaking, so testing is welcome)
1152
1153 2003-07-17 [alfons]     0.9.3claws21
1154
1155         * src/folderview.c
1156                 clean up cruft
1157
1158 2003-07-17 [christoph]  0.9.3claws20
1159
1160         * src/common/session.c
1161                 fix opening of SSL connections
1162
1163         * src/plugins/image_viewer/Makefile.am
1164                 add OPENSSL_CFLAGS (we should find a better solution to remove
1165                 this dependencies if they are not required)
1166
1167         * src/plugins/spamassassin/spamassassin.c
1168                 remove setlocale workaround (fixed in libspamc)
1169
1170         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1171          if spell checking enabled)
1172
1173 2003-07-17 [alfons]     0.9.3claws19
1174
1175         * src/common/hooks.[ch]
1176         * src/plugins/clamav/clamav_plugin.c
1177         * src/plugins/spamassassin/spamassassin.c
1178         * src/plugins/trayicon/trayicon.c
1179                 fix signedness muck 
1180
1181 2003-07-17 [alfons]     0.9.3claws18
1182
1183         * src/procmime.c
1184                 plug memleak
1185
1186 2003-07-17 [alfons]     0.9.3claws17
1187
1188         * src/inc.c
1189                 plug memleak
1190
1191 2003-07-17 [paul]       0.9.3claws16
1192
1193         * src/common/defs.h
1194           src/mainwindow.c
1195           src/manual.[ch]
1196                 add link to the Claws site's FAQ page, after the suggestion
1197                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1198                 Move url strings to defs.h
1199                 
1200         * src/mainwindow.c
1201                 fix typo to prevent "unknown menu entry" warnings
1202
1203 2003-07-17 [alfons]     0.9.3claws15
1204
1205         * src/folderview.[ch]
1206         * src/summaryview.[ch]
1207         * src/mimeview.[ch]
1208                 plug DnD leaks 
1209
1210 2003-07-17 [paul]       0.9.3claws14
1211
1212         * src/inc.c
1213                 remove two instances of 'GTK_EVENTS_FLUSH' because
1214                 they are unnecessary and probably cause a stack overflow
1215
1216 2003-07-16 [christoph]  0.9.3claws13
1217
1218         * src/mimeview.[ch]
1219                 use an invisible GTK notebook to switch between viewers
1220                 instead of reparenting widgets
1221
1222 2003-07-16 [christoph]  0.9.3claws12
1223
1224         * src/folder.c
1225                 move folder_item_update_freeze() to correct place in
1226                 folder_item_scan_full()
1227
1228 2003-07-16 [paul]       0.9.3claws11
1229
1230         * sync with 0.9.3cvs12
1231                 see ChangeLog 2003-07-14 and 2003-07-15
1232
1233 2003-07-16 [christoph]  0.9.3claws10
1234
1235         * src/imap.[ch]
1236         * src/prefs_account.[ch]
1237                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1238
1239 2003-07-15 [alfons]     0.9.3claws9
1240
1241         * src/main.c
1242                 make --config-dir do something useful
1243
1244 2003-07-15 [alfons]     0.9.3claws8
1245
1246         * src/procmsg.c
1247                 o fix a bug where 'last' didn't really point to the last message
1248                   in the top level list of children, but to the last threaded
1249                   message. 
1250                 
1251                 o clean up and make it easier to sync
1252
1253 2003-07-15 [alfons]     0.9.3claws7
1254
1255         * src/mainwindow.c
1256                 make correct menu items sensitive       
1257
1258 2003-07-14 [alfons]     0.9.3claws6
1259
1260         * src/procmsg.c
1261                 tune the threader so it will not subject-thread any message
1262                 without a subject prefix (this will not thread correctly if 
1263                 a parent is delivered after their childs, but it looks 
1264                 better right now)
1265
1266 2003-07-13 [christoph]  0.9.3claws5
1267
1268         * src/mainwindow.c
1269                 group "Add mailbox *..." menu items in submenu
1270
1271 2003-07-13 [alfons]     0.9.3claws4
1272
1273         * src/summaryview.c
1274                 correct summary_toggle_pressed() signature and make sure
1275                 signal is not passed on
1276
1277 2003-07-13 [alfons]     0.9.3claws3
1278
1279         * src/summaryview.c
1280                 o for now don't pass on keys when they we're handled by 
1281                   ctree::key_press_event
1282                 o clean up
1283
1284 2003-07-13 [alfons]     0.9.3claws2
1285         
1286         * src/main.c
1287                 add command line option "--config-dir" to get the current 
1288                 configuration dir
1289
1290 2003-07-12 [alfons]     0.9.3claws1
1291
1292         * src/matcher.[ch]
1293         * src/matcher_parser_parse.y
1294         * src/prefs_filtering.c
1295         * src/filtering.c
1296                 add "Lock" filter action to lock messages;
1297
1298         * src/filtering.c       
1299                 remove debug_print()    
1300         * src/prefs_filtering.c
1301                 re-organize matcher part 9: 
1302                 make action text entries easily extendible;
1303                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1304                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1305
1306 2003-07-12 [paul]
1307
1308         * tools/README
1309                 update old information and add missing
1310                 information
1311
1312 2003-07-12 [paul]       0.9.3claws
1313
1314         * 0.9.3claws released
1315         
1316 2003-07-12 [paul]       0.9.0claws103
1317
1318         * src/Makefile.am
1319                 add addrquery.h
1320
1321 2003-07-12 [melvin]     0.9.0claws102
1322
1323         * src/messageview.c
1324                 Fixed bug #215: Show MIME tab for single text/html messages. 
1325                 
1326 2003-07-12 [paul]       0.9.0claws101
1327
1328         * man/sylpheed.1
1329                 updated
1330
1331 2003-07-12 [paul]       0.9.0claws100
1332
1333         * po/es.po
1334           po/hr.po
1335           po/pl.po
1336           po/sr.po
1337                 update Spanish, Croatian, Polish, Serbian translations.
1338                 submitted by Ricardo Mones Lastra, Dragan, Witold
1339                 Wladyslaw Wojciech Wilk, Urke MMI
1340
1341 2003-07-12 [melvin]     0.9.0claws99
1342
1343         * po/fr.po
1344                 Updated French translations.
1345
1346 2003-07-12 [paul]       0.9.0claws98
1347
1348         * src/addressbook.c
1349                 disable 'Lookup' button as it has no effect
1350
1351 2003-07-11 [alfons]     0.9.0claws97
1352         
1353         * src/summaryview.c
1354                 summary_searchbar_pressed() should return TRUE to signal that
1355                 event was handled. when returning void, the return value passed
1356                 to GTK is actually random, but maybe FALSE, in which case the
1357                 event is handled by parent
1358                 
1359 2003-07-10 [paul]       0.9.0claws96
1360
1361         * ac/missing/gettext.m4
1362                 update to version 0.12
1363
1364 2003-07-10 [paul]       0.9.0claws95
1365
1366         * src/plugins/clamav/clamav_plugin.c
1367                 fix bug where multipart/alternative messages
1368                 would slip through without being scanned
1369
1370 2003-07-10 [christoph]  0.9.0claws94
1371
1372         * src/folder.c
1373                 correct check if folder supports removing when a message is
1374                 moved. if not the message is only copied.
1375
1376         (closes Bug 132 crash on startup in newsgroups folders)
1377
1378 2003-07-09 [alfons]     0.9.0claws93
1379
1380         * configure.ac
1381         * src/common/defs.h
1382                 --with-config-dir (default .sylpheed)
1383
1384 2003-07-09 [christoph]  0.9.0claws92
1385
1386         * configure.ac
1387                 use PKG_CHECK_MODULES to check for gtkmathview
1388                 (version 0.4.2 now required)
1389
1390 2003-07-08 [melvin]     0.9.0claws91
1391
1392         * src/action.c
1393                 Implemented a progress bar that counts the number of completed
1394                 tasks when the action runs more than one command.
1395
1396 2003-07-08 [alfons]     0.9.0claws90
1397
1398         * src/procmsg.c
1399                 if queued message has an invalid Message-Id, don't try to
1400                 find message it refers to (fixes #209 "crash when processing 
1401                 in folder")
1402
1403 2003-07-08 [paul]       0.9.0claws89
1404
1405         * sync with 0.9.3cvs2
1406                 see ChangeLog 2003-07-08
1407
1408 2003-07-08 [match]      0.9.0claws88
1409
1410         * src/ldapctrl.c
1411                 extend LDAP search for first/last name by parsing search term.
1412
1413 2003-07-08 [alfons]     0.9.0claws87
1414
1415         * src/send_message.c
1416                 fix bug #208 "Status message stuck when sending on POP3 account"
1417
1418 2003-07-07 [paul]       0.9.0claws86
1419
1420         * po/hr.po
1421                 new Croatian translation, submitted by
1422                 Dragan <drleskov@inet.hr>
1423
1424 2003-07-07 [paul]       0.9.0claws85
1425
1426         * sync with 0.9.3cvs1
1427                 see ChangeLog 2003-07-07
1428
1429 2003-07-05 [christoph]  0.9.0claws84
1430
1431         * src/Makefile.am
1432         * src/messageview.c
1433         * src/mimeview.[ch]
1434         * src/stock_pixmap.[ch]
1435         * src/pixmaps/messageview_text.xpm              ** NEW **
1436                 move mimeview tabs to the right side and use icons
1437                 instead of text to save some space
1438
1439         (patch by Luke Plant <lukeplant@softhome.net>)
1440
1441 2003-07-05 [christoph]  0.9.0claws83
1442
1443         * src/inc.c
1444                 add NULL pointer checks
1445
1446         (patch by Luke Plant <lukeplant@softhome.net>)
1447         (closes Bug 204 0.9.0 quits on authentication error?!)
1448
1449 2003-07-05 [alfons]     0.9.0claws82
1450
1451         * configure.ac
1452                 take the clue in bug #202 "./configure script - 
1453                 'if test' comparison failure" reported by John Kristoff. 
1454
1455 2003-07-04 [christoph]  0.9.0claws81
1456
1457         * src/plugins/spamassassin/spamassassin.c
1458                 set timeout for spam check
1459
1460 2003-07-04 [christoph]  0.9.0claws80
1461
1462         * src/main.c
1463                 destroy all FolderItems when shutting down to
1464                 allow folders to clean up
1465
1466 2003-07-04 [melvin]     0.9.0claws79
1467
1468         * src/gtk/gtkaspell.c
1469                 Fixed bug #184 "Entering non-ascii character deletes
1470                 previous char if spell checking enabled": this makes
1471                 the spell checking in multibytes (e.g. UTF-8)locales work.
1472                 (Patch by Luke Plant).
1473                 
1474 2003-07-04 [christoph]  0.9.0claws78
1475
1476         * sync with 0.9.2cvs1
1477                 see ChangeLog 2003-06-10
1478
1479 2003-07-04 [paul]       0.9.0claws77
1480
1481         * sync with 0.9.3 release
1482                 see ChangeLog 2003-07-04
1483
1484 2003-07-03 [christoph]  0.9.0claws76
1485
1486         * src/folder.[ch]
1487         * src/imap.c
1488         * src/mbox_folder.c
1489         * src/mh.c
1490         * src/news.c
1491                 move folder_item_get_path() stuff into a folder virtual function
1492
1493         * src/procmsg.c
1494                 use folder_item_fetch_msg() to get message and do not contruct
1495                 the filename from path and number
1496
1497 2003-07-03 [paul]       0.9.0claws75
1498
1499         * sync with 0.9.2cvs12
1500                 see ChangeLog 2003-07-03
1501
1502 2003-07-02 [paul]       0.9.0claws74
1503
1504         * src/messageview.c
1505                 fix text-selection for replying
1506
1507 2003-07-02 [paul]       0.9.0claws73
1508
1509         * sync with 0.9.2cvs11
1510                 see ChangeLog 2003-07-02
1511
1512 2003-07-02 [paul]       0.9.0claws72
1513
1514         * src/procmsg.c
1515                 revert last commit because it breaks more
1516                 than it fixes
1517
1518 2003-07-02 [paul]       0.9.0claws71
1519
1520         * src/procmsg.c
1521                 fix thread by subject/sort by date
1522
1523 2003-07-01 [paul]       0.9.0claws70
1524
1525         * sync with 0.9.2cvs10
1526                 see ChangeLog 2003-07-01
1527
1528 2003-06-30 [paul]       0.9.0claws69
1529
1530         * sync with 0.9.2cvs9
1531                 see ChangeLog 2003-06-30
1532
1533 2003-06-28 [match]      0.9.0claws68
1534
1535         * src/addressbook.c
1536                 fix null ptr.
1537
1538 2003-06-27 [paul]       0.9.0claws67
1539
1540         * sync with 0.9.2cvs7
1541                 see ChangeLog 2003-06-27
1542
1543 2003-06-26 [christoph]  0.9.0claws66
1544
1545         * src/folder.c
1546                 freeze folder updates while a folder is scanned
1547
1548         (closes Bug 185 New message counter)
1549
1550 2003-06-26 [darko]      0.9.0claws65
1551
1552         * src/ldapserver.c
1553                 fix infinite loop when adding a new LDAP server
1554
1555 2003-06-26 [paul]       0.9.0claws64
1556
1557         * sync with 0.9.2cvs6
1558                 see ChangeLog 2003-06-26
1559
1560 2003-06-26 [paul]       0.9.0claws63
1561
1562         * sync with 0.9.2cvs5
1563                 see ChangeLog 2003-06-25 and 2003-06-26
1564
1565 2003-06-25 [match]      0.9.0claws62
1566
1567         * src/addr_compl.c
1568                 Fixed tab/backtab for dropped-down completion list to
1569                 move next/previous field. (close bug 147)
1570
1571 2003-06-25 [christoph]  0.9.0claws61
1572
1573         * src/addr_compl.[ch]
1574         * src/addrindex.[ch]
1575         * src/folderview.c
1576         * src/inc.c
1577         * src/news.c
1578         * src/summaryview.c
1579         * src/toolbar.c
1580                 fix warnings
1581
1582 2003-06-25 [leandro]    0.9.0claws60
1583
1584         * src/compose.c
1585                 o cleanups
1586                 o gray out "Message/Remove references" menu item if not
1587                   replying to a message
1588
1589 2003-06-24 [leandro]    0.9.0claws59
1590
1591         * src/compose.[ch]
1592                 o removed "Message/Create new thread" menu item
1593                 o added "Message/Remove references" menu item
1594                   (it's off by default and will not check anymore
1595                    if the subject changed)
1596
1597 2003-06-23 [alfons]     0.9.0claws58
1598
1599         * src/procmsg.c
1600                 try better grouping messages threaded by subject based on their age.
1601                 still not perfect - because the message tree is not sorted by date.  
1602
1603 2003-06-23 [thorsten]   0.9.0claws57
1604
1605         * src/pop.[ch]
1606                 added mail_receive_hook to allow modifications
1607                 directly after retrieval (e.g. adding headers).
1608
1609 2003-06-23 [paul]       0.9.0claws56
1610
1611         * src/sourcewindow.c
1612                  enable the use of Ctrl+A to select all text in
1613                  the sourcewindow
1614                  Patch submitted by Ivan Francolin Martinez
1615                  <ivanfm@users.sourceforge.net>
1616
1617 2003-06-22 [christoph]  0.9.0claws55
1618
1619         * src/folder.[ch]
1620                 o add notification hook for folder tree changes
1621                 o invoke hooks after folder tree scanning
1622
1623         * src/folderview.[ch]
1624                 register hook for folder tree changes that
1625                 updates the ctree
1626
1627         (there are more places that should be updated, like add, remove 
1628          or move folder)
1629
1630         (closes Bug 164 Crash on rebuild folder tree)
1631         (closes Bug 190 Crash on 'rebuilding folder tree')
1632
1633 2003-06-21 [leandro]    0.9.0claws54
1634
1635         * src/compose.[ch]
1636                 create a new thread if subject changes
1637                 (it's on by default, can be disabled in Message menu)
1638
1639 2003-06-21 [alfons]     0.9.0claws53
1640
1641         * src/summaryview.c
1642                 quiet little compiler
1643
1644 2003-06-21 [christoph]  0.9.0claws52
1645
1646         update gettext stuff to version 0.12
1647
1648 2003-06-19 [alfons]     0.9.0claws51
1649
1650         * src/common/log.c
1651         * src/common/plugin.c
1652                 move defs.h before glib.h to prevent MIN/MAX redefs
1653
1654 2003-06-19 [alfons]
1655
1656         * src/addressbook.c
1657                 translatable
1658
1659 2003-06-19 [match]      0.9.0claws50
1660
1661         * src/addressbook.[ch]
1662         * src/addrindex.[ch]
1663         * src/addr_compl.[ch]
1664         * src/editldap.[ch]
1665         * src/editldap_basedn.[ch]
1666         * src/addritem.[ch]
1667         * src/ldapquery.h
1668                 re-implemented dynamic LDAP search. works without
1669                 slowdown on display sender with addressbook
1670                 option.
1671         * src/addrbook.c
1672                 documented code.
1673
1674 2003-06-19 [paul]       0.9.0claws49
1675
1676         * src/compose.c
1677                 fix Bug #136 'Nonprovided quotation marks crash claws'
1678                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1679
1680 2003-06-19 [alfons]     0.9.0claws48
1681
1682         * src/prefs_common.[ch]
1683         * src/procmsg.c
1684                 restrict threading by subject by checking thread for
1685                 age (prefs_common.thread_by_subject_max_age)
1686
1687 2003-06-18 [christoph]  0.9.0claws47
1688
1689         * src/imap.c
1690                 fix memory leak in imap_cmd_fetch()
1691
1692 2003-06-18 [christoph]  0.9.0claws46
1693
1694         * src/prefs_gtk.c
1695                 fix memory leak in prefs_set_default() when used multiple
1696                 times or after prefs have been read
1697
1698 2003-06-18 [christoph]  0.9.0claws45
1699
1700         * src/common/plugin.c
1701                 fix memory leak in plugin_unload()
1702
1703 2003-06-18 [christoph]  0.9.0claws44
1704
1705         * src/imap.c
1706                 fix memory leak in imap_cmd_ok()
1707
1708 2003-06-18 [christoph]  0.9.0claws43
1709
1710         * src/folder.c
1711                 stop messages that are downloaded from POP3 and added to
1712                 an IMAP inbox from being filtered twice (first by POP3
1713                 and again when IMAP folder is scaned to get the UID of
1714                 the APPEND operation when no UIDPLUS is available)
1715
1716 2003-06-18 [alfons]
1717
1718         * tools/Makefile.am
1719                 phoenix <- firebird     
1720
1721 2003-06-18 [paul]
1722
1723         * tools/launch_phoenix          ** REMOVED **
1724           tools/launch_firebird         ** NEW **
1725                 renamed and edited to reflect the browser's name change from
1726                 'phoenix' to 'firebird'
1727
1728 2003-06-18 [paul]       0.9.0claws42
1729
1730         * sync with 0.9.2cvs2
1731                 see ChangeLog 2003-06-16
1732
1733 2003-06-17 [alfons]     0.9.0claws41
1734
1735         * src/procmsg.c
1736                 prevent threading problems when a node is an ancestor (parent / great parent),
1737                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1738                 for finding an sample set of messages)
1739
1740 2003-06-16 [christoph]  0.9.0claws40
1741
1742         * src/main.c
1743                 don't popup main window on --receive or --receive-all
1744
1745         * src/mainwindow.[ch]
1746         * src/plugins/trayicon/trayicon.c
1747                 allow hiding of main window by clicking on the trayicon
1748                 (doesn't work correctly in seperate window mode and may
1749                  cause unexpected GTK problems I couldn't find yet)
1750
1751         * src/common/ssl.c
1752                 remove incorrect warning
1753
1754 2003-06-15 [alfons]     0.9.0claws39
1755
1756         * src/gtk/gtkstext.c
1757                 don't output debug text;
1758                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1759                 for pointing this out);
1760
1761 2003-06-14 [alfons]     0.9.0claws38
1762         
1763         * src/messageview.c
1764                 remove printf() and make one if..else comply with coding style
1765
1766 2003-06-14 [alfons]     0.9.0claws37
1767
1768         * AUTHORS
1769                 add Martin Wicke
1770         * src/action.c
1771         * src/messageview.[ch]
1772         * src/summaryview.c
1773                 apply patch #754162 "Quoting messages filtered by actions" submitted
1774                 by Martin Wicke, which allows quoting message body changed by an
1775                 action (Thanks!).
1776
1777 2003-06-13 [alfons]     0.9.0claws36
1778
1779         * src/utils.c
1780                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1781                 use case insensitive regexp (suggested by Ivan Martinez)
1782
1783 2003-06-13 [christoph]  0.9.0claws35
1784
1785         * configure.ac
1786         * src/plugins/trayicon/Makefile.am
1787         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1788         * src/plugins/trayicon/trayicon.c
1789         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1790         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1791         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1792         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1793         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1794         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1795                 replace my own EggTrayIcon backport with the backport
1796                 used by (l|x)mule and gabber.
1797
1798 2003-06-13 [alfons]     0.9.0claws34
1799
1800         * AUTHORS
1801         * src/common/utils.c
1802                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1803
1804 2003-06-13 [alfons]     0.9.0claws33
1805
1806         * src/compose.c
1807                 clean up a little bit
1808
1809 2003-06-12 [alfons]     0.9.0claws32
1810
1811         * src/compose.c
1812                 const correctness fix
1813
1814         * src/common/sylpheed.[ch]
1815                 () -> (void)
1816                 prevent redef MIN/MAX
1817                 
1818         * src/common/utils.[ch]
1819                 () -> (void)
1820
1821 2003-06-12 [melvin]     0.9.0claws31
1822
1823         * src/compose.c
1824                 Updated to take into accounts changes in GtkAspell.
1825
1826 2003-06-12 [alfons]     0.9.0claws30
1827
1828         * src/compose.c
1829         * src/procmsg.c
1830         * src/common/utils.[ch]
1831                 handle reply subject prefixes better (initial 
1832                 suggestion by Robert Story adapted and enhanced 
1833                 using regexps)
1834
1835 2003-06-12 [melvin]     0.9.0claws29
1836
1837         * src/compose.c
1838                 Use new gtkaspell_checkers_strerror() to get the speller's
1839                 error message instead of accessing the (now private)
1840                 checkers structure.
1841                 Minor code clean up
1842
1843         * src/main.c
1844                 Use #ifdef instead of #if for USE_ASPELL
1845                 Use the new spell checkers init/quit functions 
1846
1847         * src/gtk/gtkaspell.c
1848                 Use #ifdef instead of #if for USE_ASPELL
1849                 Moved in the majority of GtkAspell structures that were
1850                 exported before by gtkaspell.h
1851         
1852         * src/gtk/gktaspell.h
1853                 Made gtkaspell.h contain only the necessary data to be
1854                 publicized by moving many structures to gtkaspell.c.
1855                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1856                 gtkaspell_checkers_new(): replaced by...
1857                 gtkaspell_checkers_init(): new function for initialization
1858                 gtkaspell_checkers_delete(): replaced by...
1859                 gtkaspell_checkers_quit(): new function
1860                 gtkaspell_checkers_strerror(): new function that returns
1861                 the checker's last error message.
1862                 
1863 2003-06-11 [melvin]     0.9.0claws28
1864
1865         * po/POTFILES.in
1866                 Updated to take into account gtkaspell.c migration to
1867                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1868
1869 2003-06-10 [alfons]     0.9.0claws27
1870
1871         * src/filtering.[ch]
1872         * src/folder.c
1873         * src/matcher.c
1874         * src/scoring.[ch]
1875                 - try fixing bug #18 (any brave testers?)
1876                 - add more robustness by refusing previously 
1877                   unchecked NULL pointers 
1878
1879 2003-06-10 [alfons]     0.9.0claws26
1880
1881         * src/procmsg.c
1882                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1883
1884 2003-06-09 [alfons]     0.9.0claws25
1885
1886         * src/prefs_common.c
1887                 fix bug #163 "Icon switching doesnt work properly" by 
1888                 preventing early freeing of prefs_common.pixmap_theme_path.
1889
1890 2003-06-09 [christoph]  0.9.0claws24
1891
1892         * src/gtk/gtkaspell.c
1893                 revert Thorsten's fix and add forgotten g_strdup for
1894                 aspell path (it should not be possible to alter the path a
1895                 GtkASpell uses from outside)
1896
1897 2003-06-09 [thorsten]   0.9.0claws23
1898
1899         * src/gtk/gtkaspell.c
1900                 dont free prefs_common.aspell_path when closing compose
1901
1902 2003-06-08 [colin]      0.9.0claws22
1903
1904         * src/plugins/spamassassin/spamassassin.c
1905                 fix prefs types
1906
1907 2003-06-07 [christoph]  0.9.0claws21
1908
1909         * src/Makefile.am
1910         * src/compose.c
1911         * src/gtkaspell.[ch]            ** REMOVE **
1912         * src/gtk/Makefile.am
1913         * src/gtk/gtkaspell.[ch]        ** NEW **
1914                 o make gtkaspell independent from sylpheed's prefs
1915                 o move gtkaspell.[ch] to gtk directory
1916
1917 2003-06-07 [christoph]  0.9.0claws20
1918
1919         * src/Makefile.am
1920         * src/crash.c
1921         * src/export.c
1922         * src/filesel.[ch]              ** REMOVE **
1923         * src/folder.c
1924         * src/main.[ch]
1925         * src/common/sylpheed.[ch]
1926         * src/gtk/Makefile.am
1927         * src/gtk/filesel.[ch]          ** NEW **
1928         * src/gtk/pluginwindow.c
1929         * src/gtk/sslcertwindow.c
1930                 move filesel.[ch] to gtk directory
1931
1932 2003-06-07 [alfons]     0.9.0claws19
1933
1934         * src/filesel.c
1935                 make (multi) file selection dialog work again (Claws-only)
1936
1937 2003-06-07 [thorsten]   0.9.0claws18
1938
1939         * po/de.po
1940                 fix typos
1941
1942 2003-06-07 [alfons]     0.9.0claws17
1943
1944         * configure.ac
1945         * src/mimeview.c
1946                 detect apache mishap in which case don't include fnmatch.h
1947                 if regex.h is already included
1948
1949 2003-06-06 [christoph]  0.9.0claws16
1950
1951         * configure.ac
1952         * src/mimeview.h
1953                 add check for fnmatch.h and include it when available
1954
1955         * src/mimeview.[ch]
1956                 fix wrong case sensitivity of Content-Types
1957
1958         * src/gtk/Makefile.am
1959                 need the same include paths in gtk directory as in
1960                 common directory because .h files in common can
1961                 include files from these directories, when included
1962                 in gtk's .h or .c files
1963
1964 2003-06-06 [alfons]     0.9.0claws15
1965
1966         * src/mimeview.c
1967         * src/summaryview.c
1968                 make it compile again because of regex.h / fnmatch.h 
1969                 include problems (related to recent mime stuff, can
1970                 someone check this?)
1971
1972 2003-06-06 [thorsten]   0.9.0claws14
1973
1974         * src/folderview.c
1975                 possible use of uninitialized pointer while dragging
1976
1977 2003-06-06 [paul]       0.9.0claws13
1978
1979         * src/compose.c
1980                 fix bug where the insert sig button would be effective
1981                 only when auto_sig was set
1982
1983 2003-06-06 [paul]       0.9.0claws12
1984
1985         * sync with 0.9.2 release
1986
1987 2003-06-02 [paul]       0.9.0claws11
1988
1989         * sync with 0.9.1cvs1
1990                 see ChangeLog 2003-06-02
1991                 
1992         * po/de.po
1993                 update by Jens
1994
1995 2003-06-01 [christoph]  0.9.0claws10
1996
1997         * src/account.c
1998                 don't use substring search to find accounts by email address
1999
2000         (closes Bug 169 Overly loose matching of "From" address)
2001
2002 2003-05-31 [christoph]  0.9.0claws9
2003
2004         * doc-src/rfc2683.txt
2005         * src/imap.c
2006                 limit IMAP command length as recommended in RFC2683
2007                 (message number lists will be split into multiple imap
2008                 sets, the limit of 1000 octets is not a hard limit)
2009
2010         (closes Bug 161 sylpheed-claws exits with segfault when logging
2011          in to certain imap-servers)
2012
2013 2003-05-29 [alfons]     0.9.0claws8
2014
2015         * src/toolbar.[ch]
2016                 add print button (calling summary_print());
2017                 fine tune setting tooltip text;
2018                 (if someone needs other buttons, please take these 
2019                 commits as a guide, instead of bothering us - also
2020                 see 0.8.11claws150) 
2021
2022 2003-05-29 [darko]      0.9.0claws7
2023
2024         * src/compose.c
2025                 fix crash when word wrapping kicks in due to
2026                 changed text by spell checker
2027
2028 2003-05-29 [paul]       0.9.0claws6
2029
2030         * src/compose.c
2031                 fix bug where changing account would insert
2032                 sig even if auto_sig was FALSE
2033                 
2034         * ChangeLog
2035           ChangeLog.jp
2036           INSTALL
2037                 sync with 0.9.1 release
2038
2039 2003-05-28 [christoph]  0.9.0claws5
2040
2041         * src/imap.c
2042                 fix truncation of too long commands
2043
2044         (closes Bug 167 IMAP hangs trying to get envelope
2045          information in imap_get_uncached_messages)
2046
2047 2003-05-27 [paul]       0.9.0claws4
2048
2049         * tools/Makefile.am
2050           tools/maildir2sylpheed.pl     ** NEW FILE **
2051                 add kmail to sylpheed mailbox conversion script
2052
2053 2003-05-27 [paul]       0.9.0claws3
2054
2055         * sync with 0.9.0cvs10
2056                 see ChangeLog 2003-05-26
2057
2058 2003-05-26 [paul]       0.9.0claws2
2059
2060         * sync with 0.9.0cvs9
2061                 see ChangeLog 2003-05-26
2062
2063 2003-05-24 [paul]       0.9.0claws1
2064
2065         * sync with 0.9.0cvs8
2066                 see ChangeLog 2003-05-23
2067
2068 2003-05-24 [paul]       0.9.0claws
2069
2070         * version 0.9.0claws released
2071
2072 2003-05-24 [paul]       0.8.11claws177
2073
2074         * src/plugins/dillo-viewer/Makefile.am
2075           src/plugins/traycon/Makefile.am
2076                 add missing files
2077                 
2078         * po/bg.po
2079           po/en_GB.po
2080           po/es.po
2081           po/it.po
2082           po/pt_BR.po
2083           po/ru.po
2084           po/sr.po
2085                 update Bulgarian, British English, Spanish, Italian, 
2086                 Brazilian Portuguese, Russian, and Serbian translations, 
2087                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2088                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2089                 Ruslan N. Balkin, and Urke MMI
2090
2091 2003-05-23 [melvin]     0.8.11claws176
2092
2093         * po/fr.po
2094                 Updated French translations
2095
2096 2003-05-22 [paul]       0.8.11claws175
2097
2098         * src/Makefile.am
2099           src/addrbook.[ch]
2100           src/addrcache.[ch]
2101           src/addr_compl.[ch]
2102           src/adressbook.[ch]
2103           src/addrindex.[ch]
2104           src/addritem.[ch]
2105           src/editaddress.c
2106           src/editgroup.c
2107           src/editldap_basedn.c
2108           src/editldap.c
2109           src/jpilot.c
2110           src/vcard.c
2111                 revert to get ldap into it previous working state
2112                 
2113         * po/zh_TW.Big5.po
2114                 new Taiwanese translation,
2115                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2116
2117 2003-05-22 [christoph]  0.8.11claws174
2118
2119         * src/plugins/spamassassin/libspamc.[ch]
2120                 sync libspamc with SpamAssaain release 2.55
2121
2122 2003-05-22 [paul]       0.8.11claws173
2123
2124         * sync with 0.9.0cvs7
2125                 see ChangeLog 2003-05-22
2126                 
2127         * src/summaryview.c
2128                 revert change in 0.8.11claws172: follow
2129                 Hiroyuki's decision and that's the end of it.
2130
2131 2003-05-21 [paul]       0.8.11claws172
2132
2133         * src/summaryview.c
2134                 fix discrepency between open_unread_on_enter
2135                 and always_show_msg
2136
2137 2003-05-21 [paul]       0.8.11claws171
2138
2139         * sync with 0.9.0cvs6
2140                 see ChangeLog 2003-05-21
2141
2142 2003-05-21 [paul]       0.8.11claws170
2143
2144         * sync with 0.9.0cvs5
2145                 see ChangeLog 2003-05-21
2146
2147 2003-05-20 [paul]       0.8.11claws169
2148
2149         * sync with 0.9.0cvs4
2150                 see ChangeLog 2003-05-20
2151                 fixes bug #152, 'encoding of IMAP folders names'
2152
2153 2003-05-20 [paul]       0.8.11claws168
2154
2155         * sync with 0.9.0cvs3
2156                 see ChangeLog 2003-05-20
2157                 
2158         * src/tools/convert_mbox.pl
2159                 minor change in the comments, submitted by Fred Marton
2160
2161 2003-05-19 [paul]       0.8.11claws167
2162
2163         * src/plugins/clamav/Makefile.am
2164           configure.ac
2165                 link clamav_lib to the plugin and not to the main program
2166
2167 2003-05-19 [christoph]
2168
2169         * src/Makefile.am
2170                 add -export-dynamic for linking
2171
2172 2003-05-19 [paul]       0.8.11claws166
2173
2174         * sync with 0.9.0cvs1
2175                 see ChangeLog 2003-05-19
2176
2177 2003-05-19 [paul]       0.8.11claws165
2178
2179         * src/inc.c
2180                 fix 'pop before smtp' timeout
2181
2182 2003-05-18 [alfons]     0.8.11claws164
2183
2184         * src/prefs_matcher.c
2185                 put "execute" action command line ("expression") in edit box
2186
2187 2003-05-18 [christoph]  0.8.11claws163
2188
2189         * src/mimeview.[ch]
2190         * src/plugins/dillo_viewer/dillo_viewer.c
2191         * src/plugins/image_viewer/viewer.c
2192         * src/plugins/mathml_viewer/mathml_viewer.c
2193                 let a viewer have a list of Content-Types
2194
2195 2003-05-18 [paul]       0.8.11claws162
2196
2197         * src/prefs_filtering.c
2198                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2199                 and REDIRECT actions
2200
2201 2003-05-17 [christoph]
2202
2203         * README.claws
2204                 o remove dynamic signatures that was syned with main
2205                 o add infos about no longer "build in" image viewer
2206                 o update bugtracker URL
2207
2208 2003-05-17 [christoph]  0.8.11claws161
2209
2210         * src/folder.c
2211         * src/folderview.c
2212         * src/imap.c
2213                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2214                 for every folder after rebuilding the folder tree.
2215
2216         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2217          messages)
2218
2219 2003-05-17 [christoph]  0.8.11claws160
2220
2221         * src/imap.c
2222                 don't use STATUS command on current folder to check for
2223                 content changes. imap_cmd_ok() now tracks changes to
2224                 folder and number of existing messages.
2225
2226 2003-05-17 [paul]       0.8.11claws159
2227
2228         * src/plugins/clamav/clamav_plugin.c
2229                 remove unnecessary debug_print
2230
2231 2003-05-16 [thorsten]   0.8.11claws158
2232
2233         * src/plugins/demo.c
2234                 included missing intl.h
2235
2236 2003-05-16 [paul]       0.8.11claws157
2237
2238         * po/POTFILES.in
2239                 remove non-existant entries
2240         
2241         * src/plugins/clamav/clamav_plugin.c
2242           src/plugins/clamav/clamav_plugin_gtk.c
2243           src/plugins/dillo_viewer/dillo_prefs.c
2244           src/plugins/dillo_viewer/dillo_viewer.c
2245                 gettextise
2246
2247 2003-05-16 [christoph]  0.8.11claws156
2248
2249         * po/POTFILES.in
2250                 include plugin .c files for translation until I
2251                 find a better solution to have plugins have their
2252                 own textdomain
2253         * src/plugins/demo/demo.c
2254         * src/plugins/image_viewer/plugin.c
2255         * src/plugins/mathml_viewer/mathml_viewer.c
2256         * src/plugins/spamassassin/spamassassin.c
2257         * src/plugins/spamassassin/spamassassin_gtk.c
2258         * src/plugins/trayicon/trayicon.c
2259                 add gettext macros for plugin name and description
2260
2261 2003-05-16 [paul]
2262
2263         * sync with 0.9.0
2264
2265 2003-05-16 [paul]       0.8.11claws155
2266
2267         * sync with lastest 0.9.0pre1
2268                 see ChangeLog 2003-05-16
2269
2270 2003-05-15 [paul]       0.8.11claws154
2271
2272         * sync with latest 0.9.0pre1
2273                 see ChangeLog 2003-05-14 and 2003-05-15
2274
2275 2003-05-14 [christoph]  0.8.11claws153
2276
2277         * src/plugins/image_viewer/viewer.c
2278         * src/plugins/image_viewer/viewer.glade         ** NEW **
2279         * src/plugins/image_viewer/viewerprefs.c
2280                 make it possible to disable the autoload function in the
2281                 imageviewer again
2282
2283 2003-05-14 [christoph]  0.8.11claws152
2284
2285         * src/folder.c
2286                 fix folder update after adding a message
2287
2288 2003-05-13 [alfons]     0.8.11claws151
2289
2290         * src/common/session.c
2291                 remove debug traces
2292                 
2293         * src/addrcache.[ch]
2294         * src/filtering.[ch]
2295         * src/folder.[c]
2296         * src/gtkaspell.[ch]
2297         * src/imap.[ch]
2298         * src/mbox_folder.[ch]
2299         * src/mh.[ch]
2300         * src/mimeview.h
2301         * src/msgcache.[ch]
2302         * src/news.[ch]
2303         * src/passphrase.[ch]
2304         * src/prefs_common.[ch]
2305         * src/prefs_gtk.[ch]
2306         * src/procmsg.c
2307         * src/scoring.[ch]
2308                 be pedantic; (in prototypes () implies (int))
2309
2310 2003-05-13 [alfons]     0.8.11claws150
2311
2312         * src/prefs_toolbar.[ch]
2313         * src/summaryview.[ch]
2314         * src/toolbar.[ch]
2315                 change misleading text in toolbar prefs;
2316                 add toolbar action for ignore thread (toggles ignore thread flag);
2317                 clean up a little bit;
2318
2319 2003-05-12 [paul]
2320
2321         * tools/convert_mbox.pl
2322                 bug fixed by Fred Marton
2323
2324 2003-05-12 [paul]
2325
2326         * sync with 0.9.0pre1
2327
2328 2003-05-09 [paul]       0.8.11claws149
2329
2330         * sync with 0.8.11cvs43
2331                 see ChangeLog 2003-05-09
2332
2333 2003-05-08 [christoph]  0.8.11claws148
2334
2335         * src/imap.[ch]
2336                 o use CAPABILIY as first command and check for PREAUTH
2337                   information in the response to it
2338                 o rewrite all imap_cmd_* functions to use an IMAPSession
2339                   instead of a SockInfo as parameter
2340                 o do STARTTLS after fetching and checking the server
2341                   capabilities
2342
2343 2003-05-08 [paul]       0.8.11claws147
2344
2345         * tools/Makefile.am
2346           tools/README
2347           tools/convert_mbox.pl         ** NEW FILE **
2348                 add mbox conversion script. Submitted by 
2349                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2350
2351 2003-05-07 [christoph]
2352
2353         * doc-src/glade.txt
2354         * src/gtk/pluginwindow.glade
2355         * src/plugins/image_viewer/viewerprefs.glade
2356         * src/plugins/spamassassin/spamassassin_gtk.glade
2357                 add glade files for user interfaces and a description how
2358                 to use glade to create the sylpheed code
2359
2360 2003-05-07 [paul]       0.8.11claws146
2361
2362         * sync with 0.8.11cvs41
2363                 see ChangeLog 2003-05-07
2364
2365 2003-05-06 [christoph]  0.8.11claws145
2366
2367         * src/main.c
2368         * src/plugins/image_viewer/viewer.c
2369                 fix usage of imlib in imageviewer plugin
2370
2371         * src/gtk/prefswindow.c
2372                 handle window close event correctly
2373
2374 2003-05-06 [paul]       0.8.11claws144
2375
2376         * src/common/ssl.c
2377                 fix typo introduced in sync
2378
2379 2003-05-06 [paul]       0.8.11claws143
2380
2381         * sync with 0.8.11cvs39
2382                 see ChangeLog 2003-05-06
2383
2384 2003-05-06 [paul]       0.8.11claws142
2385
2386         * AUTHORS
2387           po/cs.po
2388                 updated Czech translation, submitted by 
2389                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2390                 
2391         * src/plugins/clamav/clamav_plugin_gtk.c
2392                 clean up
2393
2394 2003-05-03 [alfons]     0.8.11claws141
2395
2396         * src/compose.[ch]
2397                 make paste as quotation work even when the call to 
2398                 text_inserted() was deferred (fixes bug #140 "Paste 
2399                 as quotation does not work when using "external" 
2400                 clipboard")
2401
2402 2003-05-03 [thorsten]   0.8.11claws140
2403
2404         * src/addrquery.h
2405           src/ldapquery.h
2406           src/mainwindow.c
2407                 removed C++ comments
2408         * src/addr_compl.c
2409                 function with non-int retval/param used before
2410                 implementation/declaration
2411
2412 2003-05-02 [paul]       0.8.11claws139
2413
2414         * src/addr_compl.[ch]
2415           src/addressbook.[ch]
2416           src/addrindex.c
2417           src/summaryview.c
2418                 revert match's changes to (finally) remove the bug where
2419                 opening a folder causes massive slowdown when using the 
2420                 'Display sender using address book' option
2421
2422 2003-05-01 [melvin]     0.8.11claws138
2423
2424         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2425         * src/plugins/dillo_viewer/dillo_viewer.c
2426                 Fixed bug where "Cancel" button from prefs issued
2427                 warnings.
2428                 Comply a little more to coding style
2429
2430 2003-05-01 [paul]       0.8.11claws137
2431
2432         * sync with 0.8.11cvs38
2433                 see ChangeLog 2003-05-01
2434
2435 2003-05-01 [paul]       0.8.11claws136
2436
2437         * po/bg.po
2438                 updated by George Danchev
2439
2440 2003-04-30 [christoph]  0.8.11claws135
2441
2442         * src/plugins/dillo_viewer/dillo_prefs.c
2443         * src/plugins/image_viewer/viewerprefs.c
2444         * src/plugins/spamassassin/spamassassin_gtk.c
2445                 remove gtk_widget_ref() calls for widgets in
2446                 glade code
2447
2448 2003-04-30 [paul]       0.8.11claws134
2449
2450         * src/addrindex.c
2451                 ok, this time a better fix for the bug where opening folder
2452                 has massive slowdown when using the 'Display sender using 
2453                 address book' option
2454
2455 2003-04-30 [paul]       0.8.11claws133
2456
2457         * src/addrindex.c
2458                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2459         
2460 2003-04-30 [melvin]     0.8.11claws132
2461
2462         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2463
2464         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2465                 Preferences for the dillo plugin
2466         * src/plugins/dillo_viewer/dillo_viewer.c
2467                 Support for preferences
2468         * src/plugins/dillo_viewer/Makefile.am
2469                 Added dillo_prefs.[ch]
2470
2471 2003-04-30 [alfons]     0.8.11claws131
2472
2473         * src/common/plugin.[ch]
2474                 see? this ANSI C'fication immediately gives us type
2475                 checking for free.
2476
2477 2003-04-30 [alfons]     0.8.11claws130
2478
2479         * src/common/plugin.[ch]
2480         * src/plugins/clamav/clamav_plugin.[ch]
2481         * src/plugins/clamav/clamav_plugin_gtk.c
2482         * src/plugins/demo/demo.c
2483         * src/plugins/dillo_viewer/dillo_viewer.c
2484         * src/plugins/image_viewer/plugin.c
2485         * src/plugins/image_viewer/viewer.[ch]
2486         * src/plugins/image_viewer/viewerprefs.[ch]
2487         * src/plugins/mathml_viewer/mathml_viewer.c
2488         * src/plugins/spamassassin/spamassassin.[ch]
2489         * src/plugins/spamassassin/spamassassin_gtk.c
2490         * src/plugins/trayicon/trayicon.c
2491                 clean up
2492
2493 2003-04-30 [alfons]     0.8.11claws129
2494
2495         * src/common/utils.c
2496                 make is_ascii_str() fail gracefully when NULL pointer
2497                 is passed
2498
2499 2003-04-30 [paul]       0.8.11claws128
2500
2501         * src/addrindex.c
2502                 fix bug where opening folder has massive slowdown when
2503                 using the 'Display sender using address book' option
2504
2505 2003-04-30 [paul]       0.8.11claws127
2506
2507         * src/plugins/clamav/clamav_plugin.c
2508           src/plugins/clamav/clamav_plugin_gtk.c
2509           src/plugins/demo/demo.c
2510           src/plugins/dillo_viewer/dillo_viewer.c
2511           src/plugins/image_viewer/plugin.c
2512           src/plugins/mathml_viewer/mathml_viewer.c
2513           src/plugins/spamassassin/spamassassin.c
2514           src/plugins/spamassassin/spamassassin_gtk.c
2515           src/plugins/trayicon/trayicon.c
2516                 get rid of eye-hurting function signatures
2517
2518 2003-04-30 [paul]       0.8.11claws126
2519
2520         * src/plugins/trayicon/trayicon.c
2521                 add description
2522                 
2523         * src/mimeview.c
2524                 be more descriptive
2525
2526 2003-04-30 [paul]       0.8.11claws125
2527
2528         * configure.ac
2529                 arrange the plugins in reverse alphabetical order
2530                 
2531         * src/plugins/clamav/clamav_plugin.[ch]
2532           src/plugins/clamav/clamav_plugin_gtk.c
2533                 rename some params
2534                 resize max_size window
2535                 re-arrange the order of some gui elements
2536                 improve descriptions
2537         
2538         * src/plugins/image_viewer/plugin.c
2539           src/plugins/mathml_viewer/mathml_viewer.c
2540                 add descriptions
2541                 
2542         * src/plugins/spamassassin/spamassassin_gtk.c
2543                 resize max_size window
2544                 re-arrange the order of some gui elements
2545                 
2546         * src/messageview.c
2547           src/mimeview.c
2548                 correct typos
2549
2550 2003-04-30 [alfons]     0.8.11claws124
2551
2552         * src/imap.c
2553                 fix a leak found while browsing Martin Kluge's 
2554                 valgrind log (Claws only)
2555
2556 2003-04-29 [darko]      0.8.11claws123
2557
2558         * src/gtk/gtkstext.h
2559                 include wchar.h if it is available, fixes compilation
2560                 on HP-UX systems
2561
2562 2003-04-29 [melvin]     0.8.11claws122
2563
2564         * src/prefs_actions.c
2565                 Improved help text of Actions' syntax
2566
2567 2003-04-28 [paul]       0.8.11claws121
2568
2569         * src/action.c
2570                 a better fix for the crash when performing an action
2571                 on a mime part
2572
2573 2003-04-28 [paul]       0.8.11claws120
2574
2575         * src/action.c
2576                 fix crash when performing an action on a
2577                 mime part
2578
2579 2003-04-28 [paul]       0.8.11claws119
2580
2581         * sync with 0.8.11cvs36
2582                 see ChangeLog 2003-04-28
2583
2584 2003-04-27 [paul]       0.8.11claws118
2585
2586         * more sync with 0.8.11cvs35
2587                 see ChangeLog 2003-04-25
2588
2589 2003-04-26 [christoph]  0.8.11claws117
2590
2591         * src/folder.c
2592                 fix remove virtual check
2593
2594 2003-04-26 [paul]       0.8.11claws116
2595
2596         * src/messageview.c
2597                 fix return-receipt, make it work again
2598
2599 2003-04-26 [paul]       0.8.11claws115
2600
2601         * src/mimeview.c
2602                 restore double-clicking of the [application/pgp-signature 
2603                 (Select "Check signature" to check)] line in the message view,
2604                 broken in recent sync
2605
2606 2003-04-26 [christoph]  0.8.11claws114
2607
2608         * src/folder.c
2609                 check if remove virtual really exists before
2610                 calling the function
2611
2612 2003-04-25 [match]      0.8.11claws113
2613
2614         * src/addrindex.c
2615         * src/addrbook.c
2616         * src/ldapquery.[ch]
2617         * src/ldapctrl.[ch]
2618                 fix memleak.
2619         * src/ldapserver.[ch]
2620                 fix memleak. fix segfault.
2621                 plug a Claws memleak
2622
2623 2003-04-25 [alfons]     0.8.11claws112
2624
2625         * src/folder.c
2626                 plug a Claws memleak
2627
2628 2003-04-25 [alfons]     0.8.11claws111
2629
2630         * src/common/session.c
2631                 plug a memleak
2632
2633 2003-04-25 [paul]       0.8.11claws110
2634
2635         * sync with 0.8.11cvs35
2636                 see ChangeLog 2003-04-24 and 2003-04-25
2637                 
2638         * src/gtk/pluginwindow.c
2639                 correct another strange float value
2640
2641 2003-04-24 [christoph]  0.8.11claws109
2642
2643         * src/folder.c
2644                 freeze folder item updates when unsetting new flags
2645
2646         * src/gtk/pluginwindow.c
2647                 correct strange float value
2648
2649 2003-04-23 [paul]       0.8.11claws108
2650
2651         * sync with 0.8.11cvs33
2652                 see ChangeLog 2003-04-23
2653
2654 2003-04-22 [paul]       0.8.11claws107
2655
2656         * src/Makefile.am
2657           src/messageview.c
2658           src/mimeview.c
2659           src/pgptext.[ch]      ** REMOVED **
2660                 remove pgptext.[ch] as its not used any more
2661
2662 2003-04-22 [paul]       0.8.11claws106
2663
2664         * sync with 0.8.11cvs31
2665                 see ChangeLog 2003-04-21 and 2003-04-22
2666
2667 2003-04-21 [alfons]     0.8.11claws105
2668
2669         * src/main.c
2670                 No access to GTK structures if we're a spawned child
2671                 (and clean up code a little bit...) Should fix #126.
2672
2673 2003-04-21 [melvin]     0.8.11claws104
2674
2675         * src/plugins/dillo_viewer/README
2676                 Improved slightly the text.
2677
2678 2003-04-21 [melvin]     0.8.11claws103
2679
2680         * src/plugins/dillo_viewer/README *** NEW ***
2681                 Added a README file for the Dillo plugin
2682
2683 2003-04-20 [paul]
2684
2685         * tools/README
2686           tools/outlook2sylpheed.pl
2687                 updated and improved by Ricardo Mones Lastra
2688
2689 2003-04-18 [oliver]     0.8.11claws102
2690
2691         * src/inc.c 
2692         * src/prefs_account.h
2693                 remove Pop3SessionType (used by selective download)
2694         * src/prefs_toolbar.c
2695                 enable set Default Toolbar button
2696
2697 2003-04-18 [paul]       0.8.11claws101
2698
2699         * sync with 0.8.11cvs29
2700                 see ChangeLog 2003-04-18
2701
2702 2003-04-17 [paul]       0.8.11claws100
2703
2704         * src/prefs_common.[ch]
2705           src/summaryview.c
2706                 remove 'Open next message on deletion' option,
2707                 as the same effect can now be achieved via the
2708                 'Always open messages in summary when selected'
2709                 option.
2710
2711 2003-04-17 [paul]       0.8.11claws99
2712
2713         * sync with 0.8.11cvs28
2714                 see ChangeLog 2003-04-17
2715
2716 2003-04-17 [christoph]  0.8.11claws98
2717
2718         * ac/spamassassin.m4
2719         * src/plugins/spamassassin/libspamc.[ch]
2720         * src/plugins/spamassassin/utils.[ch]
2721                 sync libspamc with SpamAssassin project
2722
2723 2003-04-17 [christoph]  0.8.11claws97
2724
2725         * src/common/socket.h
2726         * src/gtk/sslcertwindow.h
2727                 rename old USE_SSL to USE_OPENSSL
2728
2729 2003-04-17 [paul]       0.8.11claws96
2730
2731         * src/prefs_common.h
2732                 use gulong for P_COLOR so that it compiles/runs on
2733                 64-bit systems. Patch submitted by James Noyes
2734                 <jnoyes-claws@retrogeeks.com>
2735                 
2736         * po/de.po
2737                 updated by Jens
2738
2739 2003-04-17 [paul]       0.8.11claws95
2740
2741         * sync with 0.8.11cvs27
2742                 see ChangeLog 2003-04-16
2743
2744 2003-04-15 [paul]       0.8.11claws94
2745
2746         * src/prefs_common.[ch]
2747                 rearrange to stop the window getting too long:
2748                         move Receive dialog stuff to Receive tab
2749                         move Send dialog to Send tab
2750                         remove Dialogs frame
2751                 rename 'Open messages in summary with cursor keys' to
2752                 'Always open messages in summary when selected', as its
2753                 more appropriate
2754
2755 2003-04-15 [paul]       0.8.11claws93
2756
2757         * src/prefs_common.[ch]
2758           src/summaryview.c
2759                 add new option '/Interface/Open next message on deletion'
2760
2761 2003-04-15 [paul]       0.8.11claws92
2762
2763         * src/summaryview.[ch]
2764                 add /Mark/Lock and /Mark/Unlock to the pop-up
2765                 menu. Patch submitted by Ivan Francolin Martinez
2766                 <ivanfm@users.sourceforge.net>
2767
2768 2003-04-15 [paul]       0.8.11claws91
2769
2770         * sync with 0.8.11cvs24
2771                 see ChangeLog 2003-04-15
2772
2773 2003-04-14 [jens]       0.8.11claws90
2774
2775         * updated German translation and some corrections from
2776                 Roland Bless <bless@tm.uka.de>
2777
2778 2003-04-14 [paul]       0.8.11claws89
2779
2780         * sync with 0.8.11cvs22
2781                 see ChangeLog 2003-04-14
2782
2783 2003-04-13 [paul]       0.8.11claws88
2784
2785         * src/plugins/clamav/clamav_plugin.c
2786                 fix memory leaks
2787                 clean up
2788
2789 2003-04-12 [paul]       0.8.11claws87
2790
2791         * src/plugins/clamav/clamav_plugin.c
2792                 activate enable/disable archive scanning option
2793                 
2794         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2795
2796 2003-04-12 [paul]       0.8.11claws86
2797
2798         * src/plugins/Makefile.am
2799           src/plugins/clamav/Makefile.am                ** NEW FILE **
2800           src/plugins/clamav/README                     ** NEW FILE ** 
2801           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2802           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2803                 add Clam AntiVirus plugin
2804
2805 2003-04-12 [paul]       0.8.11claws85
2806
2807         * sync with 0.8.11cvs21
2808                 see ChangeLog 2003-04-11
2809
2810 2003-04-11 [paul]       0.8.11claws84
2811
2812         * po/es.po
2813                 update Spanish translation. Submitted by Ricardo
2814                 Mones Lastra.
2815
2816 2003-04-10 [christoph]  0.8.11claws83
2817
2818         * src/mbox.c
2819                 fix typo that did not move unfiltered mails to destination
2820                 folder
2821
2822         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2823          when filtering from spool)
2824
2825 2003-04-10 [christoph]  0.8.11claws82
2826
2827         * src/imap.c
2828                 use BODY.PEEK instead of BODY in in message fetch operation
2829                 to make sure the IMAP server does not set the \Seen flag for
2830                 messages. Sylpheed does that later itself, when the message
2831                 is opened in sylpheed
2832
2833         (closes Bug 111 Claws destroys unread marks)
2834
2835 2003-04-09 [oliver]     0.8.11claws81
2836         
2837         * src/folder.c
2838                 fix crash in folder_destroy
2839         * README.claws
2840                 remove selective download
2841
2842 2003-04-09 [christoph]  0.8.11claws80
2843
2844         * src/imap.c
2845                 fix crash in imap_get_msginfo() when then fetched message
2846                 is not found
2847
2848         (closes Bug 110 Crash during mail composition)
2849
2850 2003-04-08 [christoph]  0.8.11claws79
2851
2852         * src/folder.c
2853         * src/prefs_account.c
2854                 Filter new messages that are found in an INBOX folder
2855                 when 'Filter messages on receiving' is enabled in the
2856                 Folder's AccountPrefs. This allows to use Sylpheed's
2857                 filtering engine for IMAP folders where messages are
2858                 added to the INBOX by a MTA
2859
2860 2003-04-08 [paul]       0.8.11claws78
2861
2862         * src/procmsg.h
2863                 clean up after last commit
2864
2865 2003-04-08 [paul]       0.8.11claws77
2866
2867         * sync with 0.8.11cvs20
2868                 see ChangeLog 2003-04-07 and 2003-04-08
2869
2870 2003-04-07 [christoph]  0.8.11claws76
2871
2872         * src/filtering.[ch]
2873         * src/inc.[ch]
2874         * src/mbox.c
2875         * src/procmsg.[ch]
2876                 add procmsg_msginfo_filter() to execute filtering actions
2877
2878 2003-04-06 [christoph]  0.8.11claws75
2879
2880         * src/imap.c
2881                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2882
2883 2003-04-06 [christoph]  0.8.11claws74
2884
2885         * src/common/utils.[ch]
2886                 add g_int_compare() function for slist sorting
2887
2888         * src/imap.c
2889                 fetch all MsgInfos with one command in imap_get_msginfos()
2890                 using an imap set with a list of ranges
2891
2892         * src/news.c
2893                 use new g_int_compare() function
2894
2895 2003-04-06 [thorsten]   0.8.11claws73
2896
2897         * src/mh.c
2898                 corrected implementation of mh_folder_destroy()
2899
2900 2003-04-05 [christoph]  0.8.11claws72
2901
2902         * src/account.c
2903         * src/folder.[ch]
2904         * src/folderview.c
2905         * src/imap.c
2906         * src/inc.c
2907         * src/main.c
2908         * src/mainwindow.c
2909         * src/mbox_folder.c
2910         * src/mh.c
2911         * src/mimeview.h
2912         * src/msgcache.[ch]
2913         * src/news.c
2914         * src/procmime.h
2915         * src/procmsg.[ch]
2916         * src/setup.c
2917         * src/gtk/gtkutils.c
2918                 o rename structure field names class and new to klass and
2919                   new_msgs, to allow including files in C++
2920                 o add 'extern "C"' block to some header files
2921                 o add MsgInfoList and MsgNumberList as alias for GSList for
2922                   developers to know what type of list is expected
2923
2924         * src/plugins/image_viewer/plugin.c
2925         * src/plugins/image_viewer/viewer.[ch]
2926         * src/plugins/image_viewer/viewerprefs.[ch]
2927                 rename function names to prevent conflicts
2928
2929 2003-04-05 [paul]       0.8.11claws71
2930
2931         * sync with 0.8.11cvs18
2932                 see ChangeLog 2003-04-03 and 2003-04-04
2933
2934 2003-04-02 [christoph]  0.8.11claws70
2935
2936         * src/folder.[ch]
2937         * src/imap.[ch]
2938         * src/mbox_folder.[ch]
2939         * src/mh.[ch]
2940         * src/news.[ch]
2941                 o Make all virtual folder functions private
2942                 o remove unused folder code
2943
2944         * src/common/socket.[ch]
2945         * src/summaryview.c
2946                 fix warnings
2947
2948 2003-03-30 [alfons]     0.8.11claws69
2949
2950         * src/send_message.c
2951                 remove two debug traces and see if people still report
2952                 errors
2953
2954 2003-03-30 [alfons]     0.8.11claws68
2955
2956         * src/send_message.c
2957         * src/commons/session.c
2958                 add more debug traces
2959
2960 2003-03-30 [christoph]  0.8.11claws67
2961
2962         * src/folder.c
2963                 change processing folder name from .processing to processing
2964
2965         * src/common/ssl.c
2966                 disable SSL certificate check because it causes Xlib error
2967                 when the child process want's to open an GTK window
2968
2969 2003-03-30 [christoph]  0.8.11claws66
2970
2971         * src/folder.c
2972                 don't use default folder for processing folder item because
2973                 it can be a non local folder
2974
2975         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2976
2977 2003-03-30 [alfons]     0.8.11claws65
2978
2979         * src/send_message.c
2980                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2981                 to generate bad code for 'send_send_data_progressive': When
2982                 called from 'send_send_data_finished', the 'data' pointer is
2983                 cleared just before the assignment to the dialog pointer
2984
2985 2003-03-29 [christoph]  0.8.11claws64
2986
2987         * src/common/prefs.h
2988         * src/plugins/image_viewer/Makefile.am
2989         * src/plugins/image_viewer/plugin.c
2990         * src/plugins/image_viewer/viewer.[ch]
2991         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2992                 add PrefsPage for ImageViewer
2993
2994 2003-03-28 [thorsten]   0.8.11claws63
2995
2996         * src/common/session.c
2997                 added some comments
2998
2999 2003-03-28 [paul]       0.8.11claws62
3000
3001         * sync with 0.8.11cvs16
3002                 see ChangeLog 2003-03-28
3003
3004 2003-03-28 [paul]       0.8.11claws61
3005
3006         * sync with 0.8.11cvs15
3007                 see ChangeLog 2003-03-28
3008
3009 2003-03-27 [christoph]  0.8.11claws60
3010
3011         * src/folder.c
3012         * src/imap.c
3013         * src/common/socket.[ch]
3014                 set socket state to DISCONNECTED when any operation
3015                 fails to allow reconnecting in IMAP code without
3016                 checking the return code of all calls to the command
3017                 functions
3018
3019         * src/folderview.c
3020         * src/summaryview.c
3021                 remove some more stuff that depends on specific
3022                 folder types
3023
3024 2003-03-27 [paul]       0.8.11claws59
3025
3026         * sync with 0.8.11cvs14
3027                 see ChangeLog 2003-03-27
3028                 
3029         * src/selective_download.[ch]   ** REMOVED **
3030                 really removed
3031
3032 2003-03-27 [christoph]  0.8.11claws58
3033
3034         * src/folder.c
3035                 fix handling of tmp_flags in flag copy function
3036
3037 2003-03-27 [paul]       0.8.11claws57
3038
3039         * sync with 0.8.11cvs13
3040                 see ChangeLog 2003-03-27
3041
3042 2003-03-27 [oliver]     0.8.11claws56
3043
3044         * src/maiwindow.c
3045                 remove sel_download_cb
3046
3047 2003-03-27 [oliver]     0.8.11claws55
3048         
3049         * src/inc.c
3050                 remove POP3_TOP
3051         
3052 2003-03-26 [oliver]     0.8.11claws54
3053
3054         *src/pop.h
3055                 remove POP3_TOP*
3056         * README.claws
3057                 remove selective donwload readme
3058
3059 2003-03-26 [oliver]     0.8.11claws53
3060         * src/matcher.[ch]
3061         * src/matcher_parser_parse.y 
3062         * src/pop.c 
3063         * src/prefs_account.[ch]
3064         * src/prefs_filtering.c
3065                 remove selective donwload
3066
3067 2003-03-26 [oliver]     0.8.11claws52
3068
3069         * src/inc.[ch] 
3070         * src/filtering.c 
3071         * src/mainwindow.c 
3072                 remove selective donwload
3073
3074 2003-03-26 [oliver]     0.8.11claws51
3075         
3076         * src/Makefile.am
3077         * src/selective_download.[ch]   ** REMOVE **    
3078
3079 2003-03-26 [christoph]  0.8.11claws50
3080
3081         * src/news.c
3082                 fix NEWS that got broken by a sync with sylpheed-main
3083
3084 2003-03-26 [christoph]  0.8.11claws49
3085
3086         * src/mimeview.c
3087                 fix mime type guessing when no mime type is found for a file
3088
3089 2003-03-25 [christoph]  0.8.11claws48
3090
3091         * src/mimeview.c
3092         * src/procmime.c
3093                 remove mime type guessing from mime parser and use
3094                 name based mime types in viewer lookup for mime type
3095                 application/octet-stream
3096
3097 2003-03-25 [christoph]  0.8.11claws47
3098
3099         * doc-src/readme.txt
3100         * doc-src/rfc2554.txt
3101                 add RFC about SMTP AUTH
3102
3103         * src/send_message.c
3104         * src/common/smtp.[ch]
3105                 add extra error code for authentication errors and
3106                 clear temporary password when this error occurs
3107
3108         (closes Bug 84 authentication failure while sending should
3109          prompt for password again)
3110
3111 2003-03-25 [christoph]  0.8.11claws46
3112
3113         * configure.ac
3114         * src/Makefile.am
3115         * src/imageview.[ch]                            ** REMOVE **
3116         * src/messageview.[ch]
3117         * src/mimeview.[ch]
3118         * src/prefs_common.[ch]
3119         * src/textview.c
3120         * src/plugins/Makefile.am
3121         * src/plugins/image_viewer/.cvsignore           ** NEW **
3122         * src/plugins/image_viewer/Makefile.am          ** NEW **
3123         * src/plugins/image_viewer/plugin.c             ** NEW **
3124         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3125                 move image viewer into a plugin (building is enabled by default)
3126                 [ToDo: Prefs for resize and autoview]
3127
3128 2003-03-25 [paul]       0.8.11claws45
3129
3130         * sync with 0.8.11cvs12
3131                 see ChangeLog 2003-03-26
3132
3133 2003-03-25 [paul]       0.8.11claws44
3134
3135         * sync with 0.8.11cvs11
3136                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3137                 
3138         Note: Selective Download is broken.
3139                 
3140 2003-03-22 [christoph]  0.8.11claws43
3141
3142         * src/folder.c
3143                 code cleanup for flags copying
3144
3145 2003-03-22 [christoph]  0.8.11claws42
3146
3147         * src/plugins/trayicon/trayicon.c
3148                 fix setting the transparent area when the window size
3149                 is forced by the system tray
3150
3151 2003-03-22 [christoph]  0.8.11claws41
3152
3153         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3154         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3155         * src/plugins/trayicon/newmail.xpm              ** NEW **
3156         * src/plugins/trayicon/nomail.xpm               ** NEW **
3157         * src/plugins/trayicon/trayicon.c
3158         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3159                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3160                 o add icon for unread mails
3161                 o set transparency for window
3162
3163 2003-03-22 [christoph]  0.8.11claws40
3164
3165         * src/news.c
3166                 init news session to prevent crash when session is closed
3167
3168 2003-03-22 [christoph]  0.8.11claws39
3169
3170         * src/imap.c
3171         * src/common/session.[ch]
3172                 Init session data to make sure we don't have invalid pointers
3173                 for read_ch and write_ch when new multi process sessions are
3174                 not used
3175
3176         * src/main.c
3177         * src/common/plugin.c
3178         * src/common/sylpheed.c
3179         * src/plugins/demo/demo.c
3180         * src/plugins/dillo_viewer/dillo_viewer.c
3181         * src/plugins/mathml_viewer/mathml_viewer.c
3182         * src/plugins/spamassassin/spamassassin.c
3183         * src/plugins/spamassassin/spamassassin_gtk.c
3184                 add plugin types to allow loading plugins at different times
3185                 (and maybe for different frontends), because it's not good to
3186                 load GTK-Plugins gefore gtk_init was called
3187
3188         * configure.ac
3189         * src/plugins/Makefile.am
3190         * src/plugins/trayicon/.cvsignore               ** NEW **
3191         * src/plugins/trayicon/Makefile.am              ** NEW **
3192         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3193         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3194         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3195         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3196         * src/plugins/trayicon/trayicon.c               ** NEW **
3197                 New Trayicon plugin that shows an icon in a systray that uses
3198                 XEMBED protocol like Gnome's systray. Icon shows if there
3199                 are new mails and a tooltip shows information about new,
3200                 unread and total messages.
3201
3202 2003-03-22 [paul]       0.8.11claws38
3203
3204         * src/common/smtp.c
3205                 fix ESMTP AUTH CRAM-MD5
3206                 [sync with main (still version 0.8.11cvs6), see
3207                  ChangeLog 2003-03-22]
3208
3209 2003-03-21 [colin]      0.8.11claws37
3210
3211         * src/send_message.c
3212                 Fix USE_SSL => USE_OPENSSL
3213
3214 2003-03-21 [colin]      0.8.11claws36
3215
3216         * src/folderview.c
3217                 Fix counts in drag and dropped subfolders
3218
3219 2003-03-21 [colin]      0.8.11claws35
3220
3221         * src/folder.c 
3222         * src/folderview.c
3223                 speed up a bit folder dnd
3224
3225 2003-03-20 [alfons]     0.8.11claws34
3226
3227         * src/main.c
3228         * src/toolbar.c
3229         * src/procmsg.c
3230                 don't send locked queue messages
3231                 (feature request "[ 705245 ] Locking message in outbox 
3232                  should prevent sending")
3233
3234 2003-03-20 [christoph]  0.8.11claws33
3235
3236         * src/folder.c
3237                 remove NEW and UNREAD flag in special folders when scanning
3238                 
3239         * src/common/smtp.c
3240                 fix ESMTP AUTH CRAM-MD5
3241
3242 2003-03-20 [paul]       0.8.11claws32
3243
3244         * src/prefs_account.c
3245                 Re-write 'Tunnel command to open connection' as
3246                 'Use command to communicate with server', and disable
3247                 it for all except IMAP accounts
3248
3249 2003-03-20 [paul]       0.8.11claws31
3250
3251         * sync with 0.8.11cvs6
3252                 see ChangeLog 2003-03-20
3253
3254 2003-03-19 [match]      0.8.11claws30
3255
3256         * src/addritem.[ch]
3257                 include documentation. minor refactoring.
3258         * src/addr_compl.[ch]
3259         * src/addrindex.[ch]
3260         * src/addresbook.[ch]
3261         * src/summaryview.c
3262                 re-enable address lookup (was disabled in
3263                 0.8.11claws20).
3264
3265 2003-03-19 [christoph]  0.8.11claws29
3266
3267         * src/procmsg.c
3268                 add temp flag handling, will make moving and copying
3269                 messages possible again
3270
3271         * src/folder.c
3272                 correct calulation of folder stats
3273
3274 2003-03-18 [match]      0.8.11claws28
3275
3276         * src/editgroup.h
3277                 remove case sensitive comparison (closes bug 80).
3278
3279 2003-03-18 [christoph]  0.8.11claws27
3280
3281         * src/imap.c
3282                 fix imap using a tunnel command
3283
3284         (closes bug 87)
3285
3286 2003-03-18 [christoph]  0.8.11claws26
3287
3288         * src/folder.[ch]
3289         * src/imap.c
3290         * src/procmsg.[ch]
3291                 rewrite flag handling for folders
3292
3293 2003-03-18 [christoph]  0.8.11claws25
3294
3295         * src/folder.c
3296         * src/procmsg.c
3297         * src/summaryview.c
3298                 unset NEW and UNREAD flags when message is ignored, to make
3299                 sure messages don't show up as unread on other IMAP clients,
3300                 because the IGNORE_THREAD flag can not be syncronized through
3301                 the IMAP folder
3302
3303 2003-03-17 [christoph]  0.8.11claws24
3304
3305         * src/imap.c
3306                 don't use recursion to fetch uids when the number of messages
3307                 does not match. Moved code into subfunction that is used
3308                 again when needed, to prevent an endless loop.
3309
3310 2003-03-17 [thorsten]   0.8.11claws23
3311
3312         * src/imageview.[ch]
3313                 export imageview_get_resized_size() (for plugins)
3314         * src/prefs_common.[ch]
3315                 added prefs_common_get() (for plugins)
3316
3317 2003-03-17 [christoph]  0.8.11claws22
3318
3319         * src/imap.c
3320                 o remove UID guessing from copy code
3321                 o support UIDPLUS extension for APPEND command
3322
3323 2003-03-17 [paul]       0.8.11claws21
3324
3325         * src/gtk/about.c
3326                 remove 'Compiled-plugins' section.
3327                 
3328         * src/plugins/dillo_viewer/dillo_viewer.c
3329                 slight change to description text
3330
3331 2003-03-16 [match]      0.8.11claws20
3332         * src/ldapserver.[ch]           ** NEW **
3333         * src/ldapctrl.[ch]             ** NEW **
3334         * src/ldapquery.[ch]            ** NEW **
3335         * src/ldaputil.[ch]             ** NEW **
3336         * src/addrcindex.[ch]           ** NEW **
3337         * src/addrquery.h               ** NEW **
3338         * src/addritem.[ch]
3339         * src/addrcache.[ch]
3340         * src/addrindex.[ch]
3341         * src/addr_compl.[ch]
3342         * src/addressbook.[ch]
3343         * src/addrbook.[ch]
3344         * src/editgroup.c
3345         * src/editaddress.c
3346         * src/editldap.c
3347         * src/editldap_basedn.c
3348         * src/vcard.c
3349         * src/jpilot.c
3350         * src/Makefile.am
3351                 included dynamic LDAP queries. improved address
3352                 completion.
3353
3354 2003-03-16 [paul]       0.8.11claws19
3355
3356         * tools/multiwebsearch.pl
3357                 fix a fatal typo
3358
3359 2003-03-16 [christoph]  0.8.11claws18
3360
3361         * src/mimeview.c
3362         * src/plugins/dillo_viewer/dillo_viewer.c
3363         * src/plugins/mathml_viewer/mathml_viewer.c
3364                 make unregistering of MimeViewerFactorys possible
3365
3366 2003-03-16 [alfons]     0.8.11claws17
3367
3368         * configure.ac
3369                 correct typo
3370
3371 2003-03-16 [melvin]     0.8.11claws16
3372
3373         * src/plugins/dillo_viewer.c
3374                 Fixed bug where it was not possible to view more than
3375                 one text/html attachment per message (bug discovered
3376                 by Christoph Hohmann).
3377
3378 2003-03-15 [melvin]     0.8.11claws15
3379
3380         * src/prefs_actions.c
3381                 Fixed compilation warnings.
3382
3383 2003-03-15 [melvin]     0.8.11claws14
3384
3385         * src/plugins/Makefile.am
3386         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3387         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3388         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3389                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3390                 newer (http://dillo.auriga.wearlab.de/).
3391
3392 2003-03-15 [christoph]  0.8.11claws13
3393
3394         * src/imap.c
3395                 don't query imap folder for attributes because we already
3396                 for them from imap_status
3397
3398         * src/mimeview.[ch]
3399                 add support for plugable MimeViewers (unloading Viewers
3400                 not yet complete)
3401
3402         * src/plugins/Makefile.am
3403         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3404         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3405         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3406                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3407                 widget from http://helm.cs.unibo.it/mml-widget/
3408
3409 2003-03-14 [christoph]  0.8.11claws12
3410
3411         * src/folder.[ch]
3412                 o error return code's should better be negative
3413                 o replace printf with debug_print
3414
3415         * src/imap.c
3416                 improve IMAP folder scan by checking UID-NEXT
3417
3418         * src/summaryview.c
3419                 remove check that are unnecessary in my opinion
3420
3421 2003-03-13 [christoph]  0.8.11claws11
3422
3423         * src/folder.[ch]
3424         * src/foldersel.c
3425         * src/folderview.c
3426         * src/imap.c
3427         * src/mbox_folder.c
3428         * src/mh.c
3429         * src/news.c
3430         * src/prefs_scoring.c
3431         * src/summaryview.c
3432                 use a common function to get a displayable name
3433                 for a FolderItem
3434
3435 2003-03-13 [paul]       0.8.11claws10
3436
3437         * tools/Makefile.am
3438           tools/README
3439           tools/multiwebsearch.conf     ** NEW FILE **
3440           tools/multiwebsearch.pl       ** NEW FILE **
3441                 add multiwebsearch Actions script
3442
3443 2003-03-13 [colin]      0.8.11claws9
3444
3445         * src/compose.c
3446                 Remove leading emtpy lines from quoted text
3447                 before quoting it
3448
3449 2003-03-13 [melvin]     0.8.11claws8
3450
3451         * src/prefs_actions.c
3452                 Fixed a memory leak
3453                 Code clean ups
3454                 Added Cancel and OK buttons
3455                 Corrected help text
3456
3457 2003-03-13 [christoph]  0.8.11claws7
3458
3459         * src/account.c
3460         * src/folder.[ch]
3461         * src/imap.c
3462         * src/mainwindow.c
3463         * src/mbox_folder.c
3464         * src/mh.c
3465         * src/news.c
3466         * src/setup.c
3467                 replace more folder type stuff with folder class stuff
3468
3469 2003-03-13 [melvin]     0.8.11claws6
3470
3471         * src/prefs_actions.c
3472                 Added new tokens:
3473                 %u: user provided argument
3474                 %h: user provided argument (hidden on input)
3475                 %s: current text selection in the message view 
3476
3477 2003-03-13 [paul]       0.8.11claws5
3478
3479         * sync with 0.8.11cvs5
3480                 see ChangeLog 2003-03-11, 2003-03-12
3481
3482 2003-03-12 [christoph]  0.8.11claws4
3483
3484         * src/folder.c
3485                 use folder class idstr when writing folderlist.xml
3486
3487         * src/folder.h
3488         * src/imap.c
3489         * src/news.c
3490                 replace folder type checks with folder class checks
3491
3492 2003-03-12 [christoph]  0.8.11claws3
3493
3494         * src/folder.[ch]
3495         * src/imap.[ch]
3496         * src/main.c
3497         * src/mbox_folder.[ch]
3498         * src/mh.[ch]
3499         * src/news.[ch]
3500                 o create a list of known folder classes in the folder system
3501                 o use folder class id strings for folder item identifiers
3502
3503 2003-03-12 [christoph]  0.8.11claws2
3504
3505         * src/imap.c
3506                 fix imap uid validity check
3507
3508 2003-03-12 [christoph]  0.8.11claws1
3509
3510         * src/account.c
3511         * src/folder.[ch]
3512         * src/foldersel.c
3513         * src/folderview.c
3514         * src/imap.c
3515         * src/mainwindow.c
3516         * src/mbox_folder.c
3517         * src/mh.c
3518         * src/news.c
3519         * src/prefs_scoring.c
3520         * src/procmsg.c
3521         * src/setup.c
3522         * src/summaryview.c
3523                 initial restructuring of folder system, seperating
3524                 folders and folder classes
3525
3526 2003-03-12 [paul]       0.8.11claws
3527
3528         0.8.11claws release
3529
3530 2003-03-12 [christoph]
3531
3532         * src/gtk/prefswindow.c
3533                 fix translation of "Page Index"
3534
3535 2003-03-12 [paul]       0.8.10claws110
3536
3537         a sync from 0.8.11cvs4 before the release
3538
3539         * src/common/utils.c
3540                 subject_compare_for_sort(): allow null strings (fixes
3541                 summary sorting).
3542
3543 2003-03-11 [paul]       0.8.10claws109
3544
3545         * po/es.po
3546                 update Spanish translation, submitted by
3547                 Ricardo Mones Lastra
3548
3549 2003-03-11 [melvin]     0.8.10claws108
3550
3551         * po/fr.po
3552                 Updated French translations
3553
3554 2003-03-11 [paul]       0.8.10claws107
3555
3556         * manual/en/Makefile.am
3557           manual/en/*.html
3558                 update English manual, add a new page
3559                 updated by Francois Barriere <fbarriere@atmel.fr>
3560                 
3561         * po/bg.po
3562           po/it.po
3563           po/sr.po
3564                 update Bulgarian, Italian, and Serbian translations
3565                 submitted by George Danchev, Alessandro Maestri, and
3566                 Urke MMI
3567
3568 2003-03-10 [paul]       0.8.10claws106
3569
3570         * src/gtk/about.c
3571           src/gtk/prefswindow.c
3572                 make some strings translatable
3573
3574 2003-03-10 [darko]      0.8.10claws105
3575
3576         * src/compose.c
3577                 code cleanup to make Hiro happy
3578
3579 2003-03-10 [paul]       0.8.10claws104
3580
3581         * sync with 0.8.11cvs2
3582                 see ChangeLog 2003-03-10
3583
3584 2003-03-09 [melvin]     0.8.10claws103
3585
3586         * src/textview.c
3587                 textview_set_font(): fix for message display in
3588                 UTF-8 locales (thanks to Sergey Vlasov).
3589                 (was unintentionnaly reverted in 0.8.6claws6)   
3590
3591 2003-03-08 [darko]      0.8.10claws102
3592
3593         * src/compose.c
3594                 fix infinite loop in wrapping as reported
3595                 by happycactus
3596                 obsoletes patch #696482
3597
3598 2003-03-08 [christoph]  0.8.10claws101
3599
3600         * src/imap.c
3601                 add workaround for IMAP servers that do not
3602                 support the "UID SEARCH UID" command
3603
3604 2003-03-07 [christoph]  0.8.10claws100
3605
3606         * src/plugins/spamassassin/spamassassin.[ch]
3607         * src/plugins/spamassassin/spamassassin_gtk.c
3608                 code cleanup
3609
3610 2003-03-07 [paul]       0.8.10claws99
3611
3612         * po/es.po
3613                 updated Spanish translation, submitted by
3614                 Ricardo Mones Lastra
3615
3616 2003-03-07 [christoph]  0.8.10claws98
3617
3618         * src/send.c
3619                 fix in 0.8.10claws94 was wrong
3620                 local delivery does not require escaping, remove escaping
3621                 code to make signatures of mails with "." lines valid
3622                 
3623                 NOTE: requires that sendmail is executed with "-i" option,
3624                       what is the default now, but has to be changed in all
3625                       exsiting accounts)
3626
3627 2003-03-07 [paul]       0.8.10claws97
3628
3629         * sync with 0.8.11 release
3630                 see ChangeLog 2003-03-07
3631
3632 2003-03-06 [paul]       0.8.10claws96
3633
3634         * src/compose.c
3635                 revert commit 0.8.10claws92
3636
3637 2003-03-06 [paul]       0.8.10claws95
3638
3639         * src/folderview.c
3640                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3641
3642         * src/gtkaspell.c
3643                 fix bug 74, 'Crash opening editor window with pseudo-color
3644                 display'
3645                 
3646         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3647
3648 2003-03-06 [christoph]  0.8.10claws94
3649
3650         * src/send.c
3651                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3652                 all lines starting with a period get an extra period
3653                 inserted
3654                 (found by Simon 'corecode' Schubert)
3655
3656 2003-03-06 [paul]       0.8.10claws93
3657
3658         * src/folderview.c
3659                 if configured font can't be loaded fall back to gtk
3660                 default. (with thanks to Christoph)
3661                 
3662                 closes long-standing bug 15 'Crashes on startup'
3663
3664 2003-03-06 [paul]       0.8.10claws92
3665
3666         * src/compose.c
3667                 freeze text before autosave and thaw afterwards
3668                 fixes bug 67 'autosave make re-rediting message crazy'
3669
3670 2003-03-06 [christoph]  0.8.10claws91
3671
3672         * src/compose.c
3673                 ignore address comment in dupe check for Cc-list
3674
3675         (closes reopened bug 47 Replying to message strips name part of
3676          e-mail addresses of Cc: lines)
3677
3678 2003-03-06 [paul]       0.8.10claws90
3679
3680         * src/Makefile.am
3681                 remove reference to gtkxtext.h as its no longer in
3682                 the repository
3683
3684 2003-03-06 [paul]       0.8.10claws89
3685
3686         * sync with 0.8.10cvs25
3687                 see ChangeLog 2003-03-06
3688
3689 2003-03-06 [oliver]     0.8.10claws88
3690         
3691         * src/messageview.c
3692                 remove include
3693
3694 2003-03-06 [oliver]     0.8.10claws87
3695         
3696         * src/folderview.c 
3697                 remove changes introduced inclaws74
3698         * src/messageview.c
3699                 another attempt to sanely delete and update
3700                 messages deleted in separate messageview
3701
3702 2003-03-05 [christoph]  0.8.10claws86
3703
3704         * src/summaryview.c
3705                 check if "From" matches any account's address if
3706                 addressbook completion of addresses is disabled too
3707
3708         (closes Bug 70 "Display recipient in from" doesn't check
3709          folder's default account)
3710
3711 2003-03-05 [christoph]  0.8.10claws85
3712
3713         * src/compose.c
3714         * src/common/utils.[ch]
3715                 don't strip address comments when building Cc lists
3716
3717         (closes Bug 47 Replying to message strips name part of e-mail addresses
3718          of Cc: lines)
3719
3720         * src/folder.c
3721                 fix return value of copy function
3722
3723 2003-03-05 [christoph]  0.8.10claws84
3724
3725         * src/imap.c
3726                 don't ask imap server for non rfc822 headers
3727
3728         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3729
3730         * src/imap.c
3731                 destroy session on socket error to allow reconnecting
3732
3733 2003-03-05 [christoph]  0.8.10claws83
3734
3735         * configure.ac
3736                 fix building with gnome when no prefix is set
3737
3738         (closes bug 66 Gnome directory is set to NONE)
3739
3740 2003-03-05 [paul]       0.8.10claws82
3741
3742         * sync with 0.8.10cvs23
3743                 see ChangeLog 2003-03-05
3744
3745 2003-03-04 [christoph]  0.8.10claws81
3746
3747         * src/folder.c
3748                 o fix moving and copying when folder returns 0 for new
3749                   message number
3750                 o remove some code for single message copy and move
3751                   operations and use functions for multiple messages
3752
3753         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3754
3755         * src/news.c
3756                 remove unused include
3757
3758 2003-03-04 [paul]       0.8.10claws80
3759
3760         * src/gtk/about.c
3761                 list 'Compiled plugins'
3762
3763 2003-03-03 [christoph]  0.8.10claws79
3764
3765         * src/news.[ch]
3766                 have to multiply the percentage of the current fetch with
3767                 the percentage that it has of the total fetch operation
3768                 for correct values
3769
3770 2003-03-03 [christoph]  0.8.10claws78
3771
3772         * src/news.c
3773                 fix calculation of expected lines for progress indicator
3774
3775 2003-03-03 [christoph]  0.8.10claws77
3776
3777         * src/summaryview.c
3778         * src/common/utils.c
3779                 fix segfault when opening the root news folder
3780
3781 2003-03-03 [christoph]  0.8.10claws76
3782
3783         * src/mainwindow.[ch]
3784         * src/common/Makefile.am
3785         * src/common/progressindicator.[ch]
3786                 add UI independent progress indicator handling
3787
3788         * src/news.[ch]
3789                 use new progress indicator for message info fetching
3790
3791         * src/common/hooks.h
3792                 code cleanup
3793
3794 2003-03-03 [oliver]     0.8.10claws75
3795
3796         * src/toolbar.c
3797         * src/compose.c
3798                 removed commented code
3799
3800 2003-03-03 [oliver]     0.8.10claws74
3801
3802         * src/toolbar.[ch]
3803                 cleanups and refactoring
3804         * src/compose.[ch]
3805                 compose_reply_mode reply & forwarding interface for
3806                 toolbar buttons
3807         * src/folderview.c
3808                 act on messages marked for deletion in folderview_selected
3809                 based on prefs_common.immediate_exec since a message might 
3810                 have been deleted by messageview in a folder we are changing 
3811                 to (does anybody understand what I'm on about ?)
3812
3813 2003-03-03 [oliver]     0.8.10claws73
3814         
3815         * src/messageview.[ch]
3816                 new functions
3817                 - messageview_delete: delete message shown in messagview
3818                 - messageview_update_view: update messageview to currently 
3819                   selected summaryview message
3820                 - add separate messageview to msgview_list in order to update 
3821                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3822         * src/summaryview.[ch]
3823                 summary_get_selection returns a list of selected msgs
3824                 in summaryview
3825         * src/mainwindow.c
3826                 toolbar reply refactoring
3827
3828 2003-03-03 [paul]       0.8.10claws72
3829
3830         * sync with 0.8.10cvs21
3831                 see ChangeLog 2003-03-03
3832
3833 2003-03-02 [christoph]  0.8.10claws71
3834
3835         * src/common/passcrypt.c
3836                 use POSIX includes
3837
3838 2003-03-02 [christoph]  0.8.10claws70
3839
3840         * configure.ac
3841         * src/prefs_account.c
3842         * src/prefs_gtk.[ch]
3843         * src/common/.cvsignore
3844         * src/common/Makefile.am
3845         * src/common/passcrypt.c                ** NEW **
3846         * src/common/passcrypt.h.in             ** NEW **
3847                 Implement password encryption in config files
3848                 using unix encrypt and setkey functions. The crypt
3849                 key can be set as a configure parameter. Old
3850                 passwords will be converted if they do not begin
3851                 with '!'
3852
3853 2003-03-02 [paul]       0.8.10claws69
3854
3855         * src/prefs_account.c
3856                 fix compile error
3857
3858 2003-03-01 [thorsten]   0.8.10claws68
3859
3860         * po/el.po
3861           po/hr.po
3862           po/it.po
3863           po/nl.po
3864           po/sr.po
3865           po/sv.po
3866                 corrected format strings
3867         * po/en_GB.po
3868                 corrected headers
3869                 (fix compile errors with GNU gettext-0.11.5)
3870
3871 2003-03-01 [oliver]     0.8.10claws67
3872
3873         * src/summaryview.c
3874                 menu callbacks call toolbar_menu_reply
3875
3876 2003-03-01 [oliver]     0.8.10claws66
3877
3878         * src/mainwindow.c
3879         * src/messageview.c
3880                 menu callbacks call toolbar_menu_reply
3881         * src/toolbar.[ch]
3882                 callbacks from menu handled by toolbar_menu_reply
3883
3884 2003-03-01 [paul]       0.8.10claws65
3885
3886         * src/addressbook.c
3887                 revert commit 0.8.10claws54 - breaks editing of
3888                 addressbook.
3889                 
3890         * po/bg.po
3891                 update Bulgarian translation, submitted by
3892                 George Danchev
3893
3894 2003-02-28 [christoph]  0.8.10claws64
3895
3896         * src/account.c
3897         * src/addressadd.c
3898         * src/compose.c
3899         * src/gtkaspell.c
3900         * src/gtkxtext.h                ** REMOVE **
3901         * src/imap.c
3902         * src/matcher.[ch]
3903         * src/mh.c
3904         * src/news.c
3905         * src/pine.c
3906         * src/prefs_common.c
3907         * src/prefs_matcher.c
3908         * src/procheader.[ch]
3909         * src/procmsg.[ch]
3910         * src/toolbar.c
3911         * src/common/ssl_certificate.c
3912         * src/gtk/colorlabel.c
3913         * src/gtk/menu.c
3914                 o fix warnings
3915                 o remove code obsoleted by new cache and folder system rework
3916
3917 2003-02-28 [oliver]     0.8.10claws63
3918         
3919         * src/toolbar.[ch]
3920                 * fix bug where reply in Messageview replied to 
3921                 Message displayed in summaryview
3922                 (reportedd via ML by chinatinte at gmx dot ch)
3923                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3924                 didn't work in separate MessageView Toolbar
3925                 (wondering if anybody uses this at all ?)
3926         * src/summaryview.[ch]
3927                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3928                 (generalize reply and forward code);
3929         * src/messageview.c 
3930                 remove focus_in event which updated summaryview to messageview
3931
3932 2003-02-28 [paul]       0.8.10claws62
3933
3934         * po/Makefile.in.in
3935                 add the --check option
3936                 Patch submitted by Ricardo Mones Lastra
3937
3938 2003-02-28 [paul]       0.8.10claws61
3939
3940         * src/prefs_account.c
3941                 re-order 'Signature' items
3942
3943 2003-02-28 [paul]       0.8.10claws60
3944
3945         * sync with 0.8.10cvs20
3946                 see ChangeLog 2003-02-28
3947
3948 2003-02-28 [paul]       0.8.10claws59
3949
3950         * po/POTFILES.in
3951                 update to reflect recent movement of files
3952
3953 2003-02-28 [paul]       0.8.10claws58
3954
3955         * sync with 0.8.10cvs19
3956                 see ChangeLog 2003-02-28
3957
3958 2003-02-27 [martin]     0.8.10claws57
3959
3960         * src/prefs_matcher.c 
3961                 fix segfault in prefs_matcher_ok() when the
3962                 last entry is deleted and prevents that the
3963                 message "entry not saved" comes up after deleting
3964                 an entry
3965
3966 2003-02-27 [martin]     0.8.10claws56
3967
3968         * src/prefs_filtering.c 
3969                 fix segfault in prefs_filtering_ok() when the
3970                 last entry is deleted and prevents that the
3971                 message "entry not saved" comes up after deleting
3972                 an entry
3973
3974 2003-02-27 [paul]       0.8.10claws55
3975
3976         * sync with 0.8.10cvs18
3977                 see ChangeLog 2003-02-27
3978
3979 2003-02-27 [paul]       0.8.10claws54
3980
3981         * src/addressbook.c
3982                 fix bug where the address book crashes with 
3983                 multiple lookups.
3984                 Patch [687729] submitted by David Frager 
3985                 <dbfrager@users.sourceforge.net>
3986
3987 2003-02-25 [christoph]  0.8.10claws53
3988
3989         * src/Makefile.am
3990         * src/colorlabel.[ch]           ** REMOVE **
3991         * src/gtk/Makefile.am
3992         * src/gtk/colorlabel.[ch]       ** NEW **
3993                 move colorlabel files to gtk directory
3994
3995         * src/esmtp.[ch]                ** REMOVE **
3996                 has been merged into smtp.[ch] in 0.7.5
3997
3998 2003-02-25 [christoph]  0.8.10claws52
3999
4000         * src/Makefile.am
4001         * src/about.[ch]                ** REMOVE **
4002         * src/gtk/Makefile.am
4003         * src/gtk/about.[ch]            ** NEW **
4004                 move about files to gtk directory
4005
4006 2003-02-25 [christoph]  0.8.10claws51
4007
4008         * src/folder.c
4009                 some code optimization of folder scanning code
4010
4011         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4012
4013 2003-02-25 [christoph]  0.8.10claws50
4014
4015         * src/main.c
4016         * src/common/sylpheed.c
4017                 add command line parameter parsing to common code
4018
4019 2003-02-24 [christoph]
4020
4021         * Makefile.am
4022         * configure.ac
4023                 fix gnome prefix problems, the configure script now removed
4024                 `gnome-config --prefix` from `gnome-config --datadir`
4025                 and adds $(prefix} instead
4026
4027         (closes Bug 24 Makefile does not respect prefix when installing
4028          GNOME data)
4029
4030 2003-02-24 [christoph]  0.8.10claws49
4031
4032         * src/news.c
4033                 check for valid session before trying to authenticate
4034
4035         (closes Bug 60 crash if "authenticate on logon" is activated
4036          and newsserver-hostname is not valid)
4037
4038 2003-02-24 [melvin]     0.8.10claws48
4039
4040         * src/prefs_actions.c
4041                 Make sure all user's input is sent to the action and then
4042                 close the socket..
4043
4044 2003-02-23 [alfons]     0.8.10claws46
4045
4046         * src/summaryview.c
4047                 also wait cursor when deleting files
4048
4049 2003-02-23 [paul]
4050
4051         * tools/freshmeat_search.pl
4052           tools/google_search.pl
4053                 scripts should now work for any browser/browser command line
4054
4055 2003-02-22 [christoph]  0.8.10claws45
4056
4057         * src/procmsg.c
4058                 fix IMAP flag setting, IMAP flag is not handled correctly
4059                 anymore by the folder system and information about the
4060                 folder should not be saved in the MsgInfo (in my opinion)
4061
4062         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4063
4064 2003-02-22 [christoph]  0.8.10claws44
4065
4066         * src/summaryview.c
4067                 fix spelling of "label" ;-)
4068
4069 2003-02-22 [thorsten]   0.8.10claws43
4070
4071         * src/mimeview.c
4072           src/prefs_common.[ch]
4073           src/procmime.[ch]
4074                 do not use description as attachment name
4075
4076 2003-02-22 [alfons]     0.8.10claws42
4077
4078         * src/summaryview.c
4079                 freeze/thaw folder item updates when changing color labels,
4080                 and put a wait cursors on
4081
4082 2003-02-22 [thorsten]   0.8.10claws41
4083
4084         * src/mimeview.c
4085                 save-all fixes: crash if invoked on multipart container,
4086                 mimeinfo access, pathseparators, error dialog
4087
4088 2003-02-21 [alfons]     0.8.10claws40
4089
4090         * src/prefs_gtk.c
4091                 remove unused var
4092
4093 2003-02-21 [colin]      0.8.10claws39
4094
4095         * src/send.c
4096                 Fix smtp logging
4097
4098 2003-02-21 [colin]      0.8.10claws38
4099
4100         * src/summaryview.c
4101                 Freeze/thaw folderItem updates when filtering messages 
4102                 via Tools/Filter messages
4103
4104 2003-02-21 [paul]       0.8.10claws37
4105
4106         * src/compose.c
4107                 revert commit 0.8.10claws26, there are ulterior motives
4108                 for users to set a Reply-To header when posting to
4109                 newsgroups
4110
4111 2003-02-21 [paul]       0.8.10claws36
4112
4113         * sync with 0.8.10cvs17
4114                 see ChangeLog 2003-02-21
4115
4116 2003-02-20 [christoph]  0.8.10claws35
4117
4118         * src/imap.c
4119                 IMAP UID fetch speedup using SEARCH
4120
4121         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4122
4123         * src/imap.c
4124                 fix problem with UIDs in IMAP UID cache that no longer existed
4125
4126 2003-02-20 [christoph]  0.8.10claws34
4127
4128         * src/imap.c
4129         * src/procheader.c
4130         * src/procheader.h
4131                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4132
4133         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4134
4135         * src/imap.c
4136                 Rewrite imap_cmd_gen_recv use sock_getline instead
4137                 of sock_gets to avoid problems with too long reply
4138                 lines
4139     
4140 2003-02-20 [colin]      0.8.10claws33
4141         
4142         * src/prefs_account.c
4143                 Better wording
4144
4145 2003-02-20 [colin]      0.8.10claws32
4146
4147         * src/compose.c
4148                 Remove useless '&& !to_sender' 
4149
4150 2003-02-20 [darko]
4151
4152         * AUTHORS
4153                 change my e-mail address
4154
4155 2003-02-19 [colin]      0.8.10claws31
4156
4157         * src/prefs_common.c
4158                 X11 style colors for every configurable color
4159
4160 2003-02-19 [alfons]     0.8.10claws30
4161
4162         * src/prefs_gtk.[ch]
4163         * src/prefs_common.c
4164                 for color_new accept both plain integers and X11 style color
4165                 names (as found in /usr/lib/X11/rgb.txt)
4166
4167 2003-02-19 [paul]       0.8.10claws29
4168
4169         * src/mainwindow.c
4170                 add tooltips to online/offline button and account selector
4171                 button
4172
4173 2003-02-19 [paul]       0.8.10claws28
4174
4175         * src/folder.c
4176           src/news.c
4177           src/prefs_account.[ch]
4178           src/prefs_common.[ch]
4179                 move 'Maximum number of articles to download' to
4180                 account prefs.
4181                 clean up account prefs gui a little by hiding entries
4182                 rather then greying out entries
4183
4184 2003-02-19 [hiro]       0.8.10claws27
4185
4186         * src/common/utils.c
4187                 fix bug #54 'yesterdays date is displayed in the message 
4188                 summary window'
4189
4190 2003-02-19 [paul]       0.8.10claws26
4191
4192         * src/compose.c
4193                 fix bug reported in Feature Request [688596] 
4194                 'Reply-to header in news'
4195
4196 2003-02-18 [paul]       0.8.10claws25
4197
4198         * src/select-keys.c
4199                 add a 'List all keys' button to key selection dialog
4200
4201 2003-02-18 [colin]      0.8.10claws24
4202         
4203         * src/stock_pixmap.c
4204                 fix compile error
4205
4206 2003-02-18 [colin]      0.8.10claws23
4207
4208         * src/common/smtp.[ch]
4209           src/prefs_account.c
4210                 Try to starttls if it seems to be the only
4211                 way to authenticate a user
4212
4213 2003-02-18 [paul]       0.8.10claws22
4214
4215         * src/Makefile.am
4216           src/folderview.c
4217           src/stock_pixmap.[ch]
4218           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4219           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4220                 as a Drafts folder is a special folder allow it to have
4221                 its own unique icons
4222
4223 2003-02-18 [colin]      0.8.10claws21
4224
4225         * src/imap.c
4226                 Fix port selection when using starttls
4227
4228 2003-02-18 [paul]       0.8.10claws20
4229
4230         * src/mainwindow.c
4231           src/prefs_common.[ch]
4232                 make blue the default new mail colour
4233
4234 2003-02-18 [paul]       0.8.10claws19
4235
4236         * sync with 0.8.10cvs14
4237                 see ChangeLog 2003-02-18
4238
4239 2003-02-17 [jens]       0.8.10claws18
4240
4241         * src/common/md5.c
4242                 fixed a compile problem with gcc 3.3
4243                 works on 2.95.3 too (testet on PPC as it is big endian)
4244
4245 2003-02-17 [paul]       0.8.10claws17
4246
4247         * sync with 0.8.10cvs13
4248                 see ChangeLog 2003-02-17
4249
4250 2003-02-17 [paul]       0.8.10claws16
4251
4252         * sync with 0.8.10cvs12
4253                 see ChangeLog 2003-02-17
4254
4255 2003-02-16 [match]      0.8.10claws15
4256
4257         * src/addressbook.c
4258                 Eliminates reloading of address data when items
4259                 deleted or added. Applied submitted by
4260                 Luke Plant <lukeplant@softhome.net>
4261
4262 2003-02-16 [paul]       0.8.10claws14
4263
4264         * src/news.c
4265                 when a 'protocol error' is encountered disconnect from
4266                 the server. This means that the user can carry on viewing
4267                 other articles and doesn't have to either wait until the
4268                 server timesout or quit sylpheed.
4269                 Fixes bug #53 'Unable to read messages in newsgroups, 
4270                 displayed message doesn't change'
4271
4272 2003-02-15 [christoph]  0.8.10claws13
4273
4274         * src/imap.c
4275                 fix bug that stopped scanning of folders when an
4276                 IMAP folder was empty
4277
4278         (closes bug 46 stop scan messages in folders after empty folder)
4279
4280 2003-02-15 [paul]
4281
4282         * tools/Makefile.am
4283           tools/README
4284           tools/freshmeat_search.pl     ** NEW FILE **
4285           tools/google_search.pl        ** NEW FILE **
4286                 Add 2 Actions scripts which search freshmeat/google
4287                 for the selected text using the browser configured
4288                 in sylpheedrc.
4289                 
4290         Note: These scripts are very dependent on the format of the
4291         browser command and may not work on every occasion. Testing
4292         is welcome. 
4293
4294 2003-02-14 [alfons]     0.8.10claws12
4295
4296         * src/compose.c
4297                 fix breakage because of uninitialized account pointer.
4298                 please verify.
4299
4300 2003-02-14 [paul]       0.8.10claws11
4301
4302         * src/compose.c
4303           src/prefs_account.[ch]
4304           src/prefs_common.[ch]
4305                 move signature settings to Account Prefs
4306
4307 2003-02-14 [paul]       0.8.10claws10
4308
4309         * sync with 0.8.10cvs11
4310                 see ChangeLog 2003-02-14
4311
4312 2003-02-13 [thorsten]   0.8.10claws9
4313
4314         * src/news.c
4315                 revert news progressbar (GUI separation)
4316
4317 2003-02-13 [paul]       0.8.10claws8
4318
4319         * src/compose.c
4320                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4321                 paragraph 1
4322
4323 2003-02-13 [paul]       0.8.10claws7
4324
4325         * src/compose.[ch]
4326           src/summaryview.c
4327                 fix 'Follow-up and Reply-to' so that it creates a reply to
4328                 the newsgroup and the sender. If the message has the keyword
4329                 'poster' in the Followup-To header, all replies go to the
4330                 sender, re: RFC 1036, Section 2.2.3
4331                 rename all instances of 'ignore_replyto' to 'to_sender', both
4332                 were previously used, now we use just one.
4333
4334 2003-02-13 [paul]       0.8.10claws6
4335
4336         * sync with 0.8.10cvs9
4337                 see ChangeLog 2003-02-13
4338
4339 2003-02-13 [paul]       0.8.10claws5
4340
4341         * configure.ac
4342                 show which plugins are configured in the configure
4343                 output.
4344
4345 2003-02-12 [thorsten]   0.8.10claws4
4346
4347         * src/news.c
4348                 show progress while fetching news headers
4349
4350 2003-02-12 [christoph]  0.8.10claws3
4351
4352         * configure.ac
4353         * src/plugins/Makefile.am
4354                 use AM_CONDITIONAL to enable plugins, automake correctly
4355                 manages this when creating distdir
4356
4357 2003-02-12 [christoph]  0.8.10claws2
4358
4359         * ac/spamassassin.m4
4360         * src/plugins/spamassassin/Makefile.am
4361                 fix building SpamAssassin plugin without OpenSSL
4362
4363 2003-02-12 [paul]       0.8.10claws1
4364
4365         * ac/Makefile.am
4366           src/Makefile.am
4367           src/plugins/Makefile.am
4368                 fix failure of 'make release'
4369
4370 2003-02-12 [paul]       0.8.10claws
4371
4372         * 0.8.10claws released
4373
4374 2003-02-12 [paul]       0.8.9claws56
4375
4376         * po/bg.po
4377           po/es.po
4378           po/it.po
4379           po/ru.po
4380           po/sr.po
4381                 updated translations by George Danchev, Ricardo Mones Lastra,
4382                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4383                 
4384         * sylpheed.spec.in
4385                 Allow the building of RPMs by a regular user. Submitted
4386                 by Sergei Astanin
4387
4388 2003-02-11 [alfons]     0.8.9claws55
4389
4390         * src/colorlabel.c
4391                 don't use pixmaps for label color rect but draw rectangles
4392                 so we can respect the color map of palette based visuals
4393                 (fixes the long time crashes on Suns - thanks to Andreas
4394                 Engel and Steve O'Hara-Smith for testing)
4395
4396 2003-02-11 [christoph]  0.8.9claws54
4397
4398         * src/matcher_parser_parse.y
4399                 correct bug where filering rules of not existing folders in
4400                 matcherrc were added to global filtering
4401                 
4402         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4403          main filter-rules after removing directory, http://bugs.debian.org/180253)
4404         
4405 2003-02-11 [paul]       0.8.9claws53
4406
4407         * sync with 0.8.10cvs7
4408                 see ChangeLog 2003-02-09
4409
4410 2003-02-11 [melvin]     0.8.9claws52
4411
4412         * po/fr.po
4413                 Updated French tranlsations
4414
4415 2003-02-10 [paul]       0.8.9claws51
4416
4417         * sylpheed.spec.in
4418                 correct --enable-openssl
4419                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4420
4421 2003-02-09 [martin]     0.8.9claws50
4422
4423         * src/prefs_matcher.c
4424                 fix segfault in prefs_matcher_substitute_cb() when
4425                 no row is selected
4426
4427 2003-02-09 [paul]       0.8.9claws49
4428
4429         * src/folderview.c
4430                 fix bug where a newsgroup folder's processing rules were
4431                 merged with the global filtering rules when the newsgroup
4432                 folder was deleted, causing some seriously bad results,
4433                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4434
4435 2003-02-08 [melvin]     0.8.9claws48
4436
4437         * src/compose.c
4438                 Corrected and modified an alert message.
4439
4440 2003-02-07 [paul]       0.8.9claws47
4441
4442         * src/folderview.c
4443                 fix bug where both an 'Account properties' window and a
4444                 'Folder properties' window were opened when clicking on
4445                 'Properties' in an NNTP or IMAP folder's popup menu.
4446
4447 2003-02-07 [paul]       0.8.9claws46
4448
4449         * sync with 0.8.10cvs6
4450                 see ChangeLog 2003-02-06
4451
4452 2003-02-06 [christoph]  0.8.9claws45
4453
4454         * src/mbox.c
4455                 freeze folder updates while importing mbox files
4456                 (closes bug 43 importing mbox took hours)
4457                 
4458         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4459
4460 2003-02-06 [thorsten]   0.8.9claws44
4461
4462         * po/de.po
4463                 Updated german translations
4464
4465 2003-02-06 [thorsten]   0.8.9claws43
4466
4467         * src/news.h
4468                 use guint for message numbers (fix count in grouplist dialog)
4469
4470 2003-02-05 [paul]       0.8.9claws42
4471
4472         * sync with 0.8.10cvs2
4473                 see ChangeLog 2003-02-05
4474
4475 2003-02-04 [colin]      0.8.9claws41
4476
4477         * src/prefs_common.[ch]
4478           src/procmsg.c
4479           src/summaryview.c
4480                 Add an option to disable threading by subject
4481
4482 2003-02-04 [christoph]  0.8.9claws40
4483
4484         * src/inc.c
4485                 only abort fetching mails from multiple accounts when the
4486                 error is fatal and does not allow to check any more accounts
4487                 (currently only disk full error)
4488
4489         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4490          receive mails for other accouts)
4491
4492 2003-02-04 [christoph]  0.8.9claws39
4493
4494         * src/folder.c
4495                 first add the new message to the cache, then
4496                 send the update notification
4497
4498         (closes bug 39 after sending message folderview doesnt get updated)
4499
4500 2003-02-04 [colin]      0.8.9claws38
4501
4502         * src/inc.c
4503                 _really_ fix this Connecting... status
4504
4505 2003-02-04 [paul]       0.8.9claws37
4506
4507         * sync with 0.8.10
4508                 see ChangeLog 2003-02-04
4509
4510 2003-02-04 [paul]       0.8.9claws36
4511
4512         * sync with 0.8.9cvs6
4513                 see ChangeLog 2003-02-03
4514
4515 2003-02-04 [paul]       0.8.9claws35
4516
4517         * po/pt_BR.po
4518                 updated by André Filipe de Assunção e Brito 
4519                 <bedecko@netsite.com.br>
4520
4521 2003-02-03 [thorsten]   0.8.9claws34
4522
4523         * po/de.po
4524                 Updated german translations
4525
4526 2003-02-02 [paul]       0.8.9claws33
4527
4528         * po/es.po
4529                 updated by Ricardo Mones Lastra
4530
4531 2003-02-02 [thorsten]   0.8.9claws32
4532
4533         * src/mh.c
4534                 Fix mh_get_msginfo() segfault if file is inaccessible
4535
4536 2003-01-31 [colin]      0.8.9claws31
4537
4538         * src/procheader.c
4539                 Fix last commit's bug
4540
4541 2003-01-31 [colin]      0.8.9claws30
4542
4543         * src/procheader.c
4544                 Missing a change for gpg-signed messages
4545
4546 2003-01-31 [paul]       0.8.9claws29
4547
4548         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4549           src/procheader.c
4550           src/stock_pixmap.[ch]
4551           src/summaryview.c
4552                 indicate GnuPG signed messages by displaying an icon
4553                 in the Attachment column.
4554
4555 2003-01-31 [paul]       0.8.9claws28
4556
4557         * sync with 0.8.9cvs4
4558                 see ChangeLog 2003-01-31
4559
4560 2003-01-31 [alfons]     0.8.9claws27
4561
4562         * src/textview.c
4563                 tune URI parser to accept mailto URLs with a '?'
4564                 (patch from Ruslan Balkin)
4565
4566 2003-01-31 [colin]      0.8.9claws26
4567
4568         * src/summaryview.c
4569                 Fix a leak introduced in claws24
4570
4571 2003-01-31 [colin]      0.8.9claws25
4572
4573         * src/summaryview.c
4574                 Freeze/Thaw folder updates when deleting dups
4575
4576 2003-01-31 [colin]      0.8.9claws24
4577         
4578         * src/addr_compl.c
4579           src/summaryview.c
4580           src/msgcache.c
4581                 little speed improvements
4582
4583 2003-01-31 [colin]      0.8.9claws23
4584
4585         * src/summaryview.c
4586                 Fix segfault when forwarding nothing
4587                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4588                 
4589 2003-01-30 [paul]       0.8.9claws22
4590
4591         * sync with 0.8.9cvs3
4592                 see ChangeLog 2003-01-30
4593
4594 2003-01-30 [paul]       0.8.9claws21
4595
4596         * sync with 0.8.9cvs2
4597                 see ChangeLog 2003-01-30
4598
4599 2003-01-29 [paul]       0.8.9claws20
4600
4601         * sync with 0.8.9cvs1
4602                 see ChangeLog 2003-01-29
4603
4604 2003-01-28 [paul]       0.8.9claws19
4605
4606         * po/POTFILES.in
4607                 update to reflect changes. 
4608                 thanks to Ricardo Mones Lastra
4609
4610 2003-01-27 [christoph]  0.8.9claws18
4611
4612         * ac/openssl.m4
4613         * ac/spamassassin.m4
4614         * src/plugins/spamassassin/README
4615         * src/plugins/spamassassin/libspamc.[ch]
4616         * src/plugins/spamassassin/utils.[ch]
4617                 updated to latest libspamc
4618
4619 2003-01-27 [christoph]  0.8.9claws17
4620
4621         * src/folder.c
4622                 fix wrong use of procheader_get_header_fields
4623
4624 2003-01-27 [christoph]  0.8.9claws16
4625
4626         * src/news.c
4627         * src/prefs_account.[ch]
4628         * src/common/nntp.[ch]
4629                 allow to force authentication for NNTP servers
4630
4631         Patch submitted by Florian Mickler <dmk@d-labs.de>
4632
4633 2003-01-26 [paul]       0.8.9claws15
4634
4635         * src/summaryview.c
4636                 speed up of marking messages as read
4637                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4638
4639 2003-01-26 [christoph]  0.8.9claws14
4640
4641         * src/Makefile.am
4642         * src/mgutils.[ch]              ** REMOVE **
4643         * src/xml.[ch]                  ** REMOVE **
4644         * src/xmlprops.[ch]             ** REMOVE **
4645         * src/common/Makefile.am
4646         * src/common/mgutils.[ch]       ** NEW **
4647         * src/common/xml.[ch]           ** NEW **
4648         * src/common/xmlprops.[ch]      ** NEW **
4649                 move xml files to common directory
4650
4651 2003-01-26 [christoph]  0.8.9claws13
4652
4653         * src/plugins/spamassassin/spamassassin_gtk.c
4654                 only set gtk entry text if string is available
4655
4656 2003-01-26 [melvin]     0.8.9claws12
4657
4658         * src/description_window.c
4659                 Allow resizing of the window
4660                 Allow automatic horizontal scroll bar
4661                 Do not vertically expand and fill
4662
4663 2003-01-26 [christoph]  0.8.9claws11
4664
4665         * src/Makefile.am
4666         * src/gtkutils.[ch]             ** REMOVE **
4667         * src/common/sylpheed.c
4668         * src/gtk/Makefile.am
4669         * src/gtk/description_window.c
4670         * src/gtk/gtkutils.[ch]         ** NEW **
4671         * src/gtk/prefswindow.c
4672                 move gtkutils to gtk directory
4673
4674 2003-01-26 [paul]       0.8.9claws10
4675
4676         * src/summaryview.c
4677                 rename summary_unread_clicked() to summary_status_clicked()
4678
4679 2003-01-26 [melvin]     0.8.9claws9
4680
4681         * src/prefs_actions.c
4682                 Cosmetical changes to the help text
4683
4684 2003-01-26 [paul]       0.8.9claws8
4685
4686         * src/folder.[ch]
4687           src/mainwindow.c
4688           src/prefs_common.c
4689           src/prefs_sumamry_column.c
4690           summaryview.[ch]
4691                 rename the 'Unread' column to 'Status'
4692
4693 2003-01-25 [match]      0.8.9claws7
4694
4695         * src/mgutils.[ch]
4696                 removed reference to LDAP constants. removed error2string.
4697                 included functions to support LDAP dynamic queries.
4698         * src/syldap.h
4699                 moved LDAP constants here.
4700         * src/addressbook.c
4701         * src/addrindex.c
4702         * src/importldif.c
4703                 removed references to LDAP constants and references to
4704                 error2string.
4705
4706 2003-01-25 [paul]       0.8.9claws6
4707
4708         * src/summaryview.c
4709                 summary_thread_build(), summary_thread_init(): remove 
4710                 unneeded reference to summaryview->folder_item
4711
4712 2003-01-25 [christoph]  0.8.9claws5
4713
4714         * src/gtk/description_window.c
4715                 o allow description texts to expand over multiple columns
4716                 o translate all columns
4717         * src/prefs_actions.c
4718                 change syntax description to use new multi column feature
4719
4720         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4721
4722 2003-01-25 [match]      0.8.9claws4
4723
4724         * src/vcard.c
4725                 fixed bug with Quoted-Printable
4726
4727 2003-01-25 [paul]       0.8.9claws3
4728
4729         * src/folder.[ch]
4730           src/summaryview.[ch]
4731                 implement per-folder collapsed/expanded threads setting
4732                 
4733         * src/prefs_common.c
4734                 remove global collapsed/expanded threads option
4735
4736 2003-01-25 [christoph]  0.8.9claws2
4737
4738         * po/POTFILES.in
4739                 add pluginwindow and prefswindow
4740         * src/compose.c
4741                 make send respond correctly to messages that could be added
4742                 to the queue folder, but the UID of the message is unknown
4743         * src/folder.c
4744         * src/imap.c
4745                 don't return guessed UIDs in imap_add_msg anymore. We return
4746                 0 to tell the folder system it was appened but the UID is
4747                 unknown. Folder system now get's the UID by scaning the folder
4748                 and searching the cache for the Message-ID
4749                 (closes bug #29 Messages queued, but not sent)
4750
4751 2003-01-25 [paul]       0.8.9claws1
4752
4753         * src/codeconv.c
4754                 conv_encode_header():  fix bug when long headers with 8-bit
4755                 characters are used, so that the encoded words are wrapped.
4756                 If the space in the original text falls on the wrap boundary,
4757                 it can be lost.
4758                 Patch by Sergey Vlasov.
4759                 
4760         * src/folderview.c
4761                  fix bug where a change to the sorting method or thread view
4762                  of a folder's messages is lost if simpify-subject is set and
4763                  toggled on or off.
4764                  Patch by Luke Plant.
4765
4766 2003-01-24 [paul]       0.8.9claws
4767
4768         * sylpheed-0.8.9claws released
4769         
4770         * Makefile.am
4771           sylpheed.spec.in
4772                 remove reference to 'INSTALL.jp'
4773
4774 2003-01-23 [paul]       0.8.8claws128
4775
4776         * po/es.po
4777           po/it.po
4778           po/ru.po
4779           po/sr.po
4780                 updated translations. submitted by Ricardo Mones Lastra,
4781                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4782
4783 2003-01-23 [colin]      0.8.8claws127
4784
4785         * src/compose.c
4786                 Fix drafted and queued news articles re-edition
4787
4788 2003-01-23 [melvin]     0.8.8claws126
4789
4790         * po/fr.po
4791                 Updated French translations
4792
4793 2003-01-23 [colin]      0.8.8claws125
4794
4795         * src/inc.c
4796                 Fix "Connecting to..." status message
4797
4798 2003-01-22 [paul]       0.8.8claws124
4799
4800         * po/bg.po
4801                 updated by George Danchev
4802                 
4803         * src/folder.c
4804                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4805                 and folder deletion
4806
4807 2003-01-21 [paul]       0.8.8claws123
4808
4809         * po/bg.po
4810                 updated by George Danchev
4811                 
4812         * src/about.c
4813                 its now 2003
4814                 
4815         * src/toolbar.c
4816                 don't translate 'Separator'
4817                 
4818         * src/plugins/spamassassin/Makefile.am
4819                 add aspell to CPPFLAGS
4820                 
4821         * src/plugins/spamassassin/spamassassin.c
4822           src/plugins/spamassassin/spamassassin_gtk.c
4823                 set correct default for spamassassin_receive_spam
4824                 slightly re-word descriptions and some
4825                 other minor changes
4826
4827 2003-01-19 [alfons]     0.8.8claws122
4828                 
4829         * src/mimeview.c
4830                 mimeview_save_as(): we might as well show the file name for
4831                 the single case "Save As" too
4832
4833 2003-01-19 [alfons]     0.8.8claws121
4834
4835         * src/crash.c
4836                 change bug tracker URL to bugzilla URL
4837
4838 2003-01-19 [alfons]     0.8.8claws120
4839
4840         * src/mimeview.c
4841                 mimeview_save_all(): display name of file before overwriting;
4842                 continue saving all, even when one overwrite was cancelled
4843
4844 2003-01-19 [christoph]  0.8.8claws119
4845
4846         * src/summaryview.c
4847         * src/procmsg.[ch]
4848                 fix wrong usage of procmsg_find_children in summaryview
4849                 by using procmsg_update_unread_children instead of
4850                 summaryview_update_unread_children
4851
4852 2003-01-19 [christoph]  0.8.8claws118
4853
4854         * src/procmsg.c
4855                 fix infinite loop in procmsg_find_children
4856                  (closes bug #25 sylpheed crashes on delete.)
4857
4858         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4859
4860 2003-01-19 [paul]       0.8.8claws117
4861
4862         * po/pt_BR.po
4863                 updated by Ivan Francolin Martinez
4864
4865 2003-01-18 [melvin]     0.8.8claws116
4866
4867         * src/prefs_actions.c
4868                 Removed syntax limitation of only one '&' at the end of command.
4869                         Now actions that contain '>/dev/null 2>&1' are possible.
4870
4871 2003-01-18 [melvin]     0.8.8claws115
4872
4873         * src/prefs_actions.c
4874                 Actions IO dialog: when the action ends
4875                 the "Close" button now has focus and [Escape] closes the
4876                 window.
4877
4878 2003-01-18 [christoph]  0.8.8claws114
4879
4880         * src/procmsg.c
4881                 o add debug output when MsgInfos are really freed
4882                 o free GSLists in procmsg_find_children and
4883                   procmsg_update_unread_children
4884
4885 2003-01-18 [christoph]  0.8.8claws113
4886
4887         * src/mainwindow.c
4888                 reorder Configuration menu
4889
4890 2003-01-18 [christoph]  0.8.8claws112
4891
4892         * src/compose.c
4893                 fix applying templates to forwarded messages
4894
4895         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4896
4897 2003-01-17 [christoph]  0.8.8claws111
4898
4899         * src/folder.c
4900                 destroy folder items, when a folder item is removed
4901
4902 2003-01-17 [christoph]  0.8.8claws110
4903
4904         * src/folder.c
4905                 fix wrong folder stats update when ignored message is
4906                 deleted
4907
4908 2003-01-17 [colin]      0.8.8claws109
4909         
4910         * src/mainwindow.c
4911         * src/summaryview.c
4912                 Quicksearch bugfixes: 
4913                 - hide help button at startup if not extended
4914                 - switch to extended when looking for replies
4915
4916 2003-01-17 [paul]
4917
4918         * sync with 0.8.9 release
4919
4920 2003-01-17 [paul]       0.8.8claws108
4921
4922         * sync with 0.8.8cvs11
4923                 see ChangeLog 2003-01-17
4924
4925 2003-01-16 [colin]      0.8.8claws107
4926
4927         * src/procmsg.c
4928                 Changed encryption test to re-ask passphrase
4929                 if an encrypted message hasn't been decrypted
4930                 Fixes bug #5
4931
4932 2003-01-16 [christoph]  0.8.8claws106
4933
4934         * src/prefs_gtk.c
4935         * src/prefs_toolbar.c
4936         * src/gtk/prefswindow.h
4937         * src/plugins/spamassassin/spamassassin_gtk.c
4938                 remove page destroy function that is not used anymore
4939
4940 2003-01-16 [paul]       0.8.8claws105
4941
4942         * sync with 0.8.8cvs9
4943                 see ChangeLog 2002-01-16
4944
4945 2003-01-16 [colin]      0.8.8claws104
4946
4947         * src/compose.[ch]
4948                 Fix bug with autosaved drafts for IMAP, when draft
4949                 folder is specified - fixes bugzilla bug #20
4950
4951 2003-01-15 [paul]       0.8.8claws103
4952
4953         * src/compose.[ch]
4954           src/procmsg.c
4955                 store folder and message-id of message forwarding
4956                 in queue header and set forward flag after sending
4957
4958 2003-01-15 [paul]       0.8.8claws102
4959
4960         * sync with 0.8.8cvs8
4961                 see ChangeLog 2002-01-15
4962
4963 2003-01-15 [colin]      0.8.8claws101
4964
4965         * src/Makefile.am
4966                 Fix linking with GNU libiconv
4967
4968 2003-01-15 [darko]      0.8.8claws100
4969
4970         * src/pine.c
4971                 fix crash when importing pine address book
4972                 entry with an empty name (reported by DY
4973                 <dybulk at tri8.net>)
4974
4975 2003-01-14 [paul]       0.8.8claws99
4976
4977         * configure.in  ** REMOVED **
4978           configure.ac  ** NEW FILE **
4979                 rename configure.in to configure.ac, as it is now
4980                 preferred
4981
4982 2003-01-14 [melvin]     0.8.8claws98
4983
4984         * src/folderview.c
4985                 folderview_check_new(): More precise function description
4986
4987 2003-01-14 [melvin]     0.8.8claws97
4988
4989         * src/folderview.c
4990                 folderview_check_new(): return the number of new messages 
4991                         since last check.
4992         * src/inc.c
4993                 inc_account_mail(): Disable counting of new messages for IMAP
4994                         and NNTP until bug [19] and [14] are fixed.
4995
4996 2003-01-14 [paul]       0.8.8claws96
4997
4998         * sync with 0.8.8cvs6
4999                 see ChangeLog 2003-01-14
5000
5001 2003-01-13 [alfons]     0.8.8claws95
5002
5003         * src/textview.c
5004                 tune email address validation (c. 0.8.8claws89): if . is 
5005                 just one char away from @, the address is invalid too 
5006                 (correctly rejects addresses like foo@.com)
5007
5008 2003-01-13 [paul]       0.8.8claws94
5009
5010         * src/messageview.c
5011           src/toolbar.c
5012                 fixes to the Message View toolbar and menu:
5013                 fix non-functioning Forward button
5014                 make Reply button consider default_reply_list
5015                 remove 'Follow-up...' menu entry
5016                 add 'Forward' and 'Redirect' menu entries
5017
5018 2003-01-13 [melvin]     0.8.8claws93
5019
5020         * src/inc.c
5021                 Fixed typo that could make new messages count incorrect.
5022
5023 2003-01-13 [melvin]     0.8.8claws92
5024
5025         * src/folderview.[ch]
5026                 folderview_check_new(): return the number of new messages.
5027         * src/inc.c
5028                 Should fix bug [14] where new mail notification worked 
5029                         incorrectly with IMAP accounts.
5030                 inc_spool_account(): return number of new msgs, or -1 on error
5031                 inc_all_spool(): return number of new msgs
5032                 
5033 2003-01-13 [melvin]     0.8.8claws91
5034
5035         * src/prefs_actions.c
5036                 Justify help text.
5037
5038 2003-01-12 [thorsten]   0.8.8claws90
5039
5040         * src/common/prefs.c
5041                 close file before rename
5042
5043 2003-01-12 [alfons]     0.8.8claws89
5044
5045         * AUTHORS
5046                 add Christian Mertes
5047         * src/common/utils.[ch]
5048                 g_stricase_hash(), g_stricase_equal(): functions for 
5049                 case insensitive hash tables
5050         * src/textview.c
5051                 use top level domain names to validate email address, based
5052                 on a patch by Christian Mertes (thanks!), but changed 
5053                 implementation to use a hash table 
5054
5055 2003-01-12 [paul]       0.8.8claws88
5056
5057         * po/bg.po
5058                 updated by George Danchev
5059
5060 2003-01-12 [alfons]     0.8.8claws87
5061
5062         * src/summaryview.c
5063                 delete / execute performance: use new style folder update
5064
5065 2003-01-12 [paul]       0.8.8claws86
5066
5067         * sync with 0.8.8cvs5
5068                 see ChangeLog 2003-01-13 (!)
5069
5070 2003-01-12 [alfons]     0.8.8claws85
5071
5072         * src/filtering.c
5073         * src/matcher_parser_parse.y
5074                 prepare change_score filtering action
5075         * src/matcher.[ch]
5076                 give up const-correctness on functions that call non-const-correct functions;
5077                 several casts to gpointer in g_free();
5078                 add change_score;
5079
5080 2003-01-12 [christoph]  0.8.8claws84
5081
5082         * src/compose.c
5083                 fix 2 warnings
5084
5085         * src/gtk/prefswindow.[ch]
5086         * src/plugins/spamassassin/spamassassin_gtk.c
5087                 changed the call of the widget create function
5088                 for PrefsPages, because sometimes the widget
5089                 create function needs a widget that already has
5090                 been attached to a window (to create GDK pixmaps
5091                 for exmaple). So we simply pass the GtkWindow as
5092                 the second parameter now.
5093
5094         * src/main.c
5095         * src/mainwindow.c
5096         * src/prefs_toolbar.[ch]
5097                 rewrite Toolbar Preferences using the new
5098                 prefs window
5099
5100 2003-01-11 [alfons]     0.8.8claws83
5101
5102         * src/addressadd.c
5103                 fix crash when adding sender to addressbook because status bar
5104                 isn't there (the status bar doesn't seem to be used though,
5105                 but I'll let Match decide what to do with it)
5106
5107 2003-01-11 [colin]      0.8.8claws82
5108
5109         * src/main.c
5110           src/toolbar.c
5111                 Two useless changes reversed
5112
5113 2003-01-11 [colin]      0.8.8claws81
5114
5115         * src/mainwindow.c
5116           src/mainwindow.h
5117                 Add mainwindow_get_mainwindow()
5118         * src/alertpanel.c
5119           src/alertpanel.h
5120                 Add alertpanel_error_log() 
5121         * src/compose.c
5122           src/inc.c
5123           src/messageview.c
5124           src/toolbar.c
5125           src/main.c
5126           src/procmsg.c
5127                 Network errors get a View Log button
5128
5129 2003-01-10 [alfons]     0.8.8claws80
5130
5131         * src/prefs_toolbar.c
5132         * src/toolbar.c
5133                 use the translatable string for "Separator" as file name for
5134                 separator toolbar items (probably make this uppercase?)
5135
5136 2003-01-10 [alfons]     0.8.8claws79
5137
5138         * src/prefs_toolbar.c
5139                 put right A_SEPARATOR description string in "displayed
5140                 toolbar items list" so manually added separators are
5141                 saved correctly (bug #10, "Adding a separator to the main 
5142                 toolbar fails, entry in xml file is wrong")
5143
5144 2003-01-10 [christoph]  0.8.8claws78
5145
5146         * src/imap.c
5147                 o fix warnings
5148                 o use CAPABILITY to check if NAMESPACE is available
5149
5150 2003-01-10 [christoph]  0.8.8claws77
5151
5152         * src/imap.[ch]
5153                 apply UIDPLUS IMAP extension support patch
5154
5155         Patch submitted by Simon 'corecode' Schubert
5156
5157 2003-01-10 [paul]       0.8.8claws76
5158
5159         * src/folderview.c
5160                 a sync from main which fixes the news account folders'
5161                 Properties bug
5162
5163 2003-01-10 [christoph]  0.8.8claws75
5164
5165         * src/folder.c
5166                 don't accept 0 as a valid uid returned by copy and move
5167                 functions. 0 means the message was copied or moved but the
5168                 new uid could not be fetched. It is not an error condition
5169                 for the copy or move operation.
5170
5171 2003-01-10 [paul]       0.8.8claws74
5172
5173         * src/prefs_filtering.c
5174                 change English used in Alert when entry is not
5175                 saved.
5176                 
5177         * sync with 0.8.8cvs4
5178                 see ChangeLog 2003-01-10
5179
5180 2003-01-10 [darko]      0.8.8claws73
5181
5182         * src/pine.c
5183                 fix crash when importing address book entry
5184                 without a valid address
5185
5186 2003-01-09 [alfons]     0.8.8claws72
5187
5188         * src/inc.c
5189                 filtering performance: use new style folder update
5190
5191 2003-01-09 [christoph]  0.8.8claws71
5192
5193         * src/compose.c
5194         * src/gtk/menu.[ch]
5195                 fix wrong selecting of mime encoding type, when
5196                 opening property dialog of attachments in the
5197                 compose window. 7bit was always selected and that
5198                 destoryed files with 8bit data.
5199                 (closes bug #9 Sylpheed-claws destroys attachments when
5200                  changing MIME-types)
5201
5202 2003-01-09 [paul]       0.8.8claws70
5203
5204         * sync with 0.8.8cvs3
5205                 see ChangeLog 2003-01-09
5206
5207 2003-01-08 [alfons]     0.8.8claws69
5208         
5209         * src/addressadd.c
5210                 apply patch by Kim Schulz to fix build breakage
5211                 because of missing variable
5212
5213 2003-01-08 [paul]       0.8.8claws68
5214
5215         * sync with 0.8.8cvs2
5216                 see ChangeLog 2002-01-08
5217
5218 2003-01-08 [paul]       0.8.8claws67
5219
5220         * po/it.po
5221                 updated by Alessandro Maestri
5222                 
5223         * src/addressadd.c
5224                 when using 'Add sender to addressbook' allow
5225                 name to be edited and remarks to be entered
5226                 Patch submitted by Luke Plant
5227
5228 2003-01-08 [darko]      0.8.8claws66
5229
5230         * README.claws, src/summaryview.c
5231                 fix description for marked messages
5232
5233 2003-01-08 [paul]
5234
5235         * tools/Makefile.am
5236           tools/launch_phoenix  ** NEW FILE **
5237                 add script that enables using Phoenix as the default
5238                 web browser. 
5239                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5240                 
5241         * tools/OOo2sylpheed.pl
5242                 remove full path to sylpheed executable, just 'sylpheed'
5243                 will do
5244                 
5245         * tools/README
5246                 add launch_phoenix informtion and re-arrange and compress
5247                 the data a little
5248
5249 2003-01-07 [christoph]  0.8.8claws65
5250
5251         * src/folder.c
5252                 fix update for source folder when moving messages
5253         * src/procmsg.[ch]
5254         * src/summaryview.c
5255                 use function to set to_folder for message infos and
5256                 automatically update the op_count for old and new
5257                 folder
5258
5259 2003-01-07 [melvin]     0.8.8claws64
5260
5261         * src/prefs_actions.c
5262                 Fixed bug where an '%p' Action on a displayed image crashed 
5263                         Sylpheed
5264                 Code clean up (get rid of duplicated code and removed unnecessary 
5265                                 structure member)
5266
5267 2003-01-07 [christoph]  0.8.8claws63
5268
5269         * src/compose.c
5270         * src/folder.[ch]
5271         * src/folderview.c
5272         * src/import.c
5273         * src/inc.c
5274         * src/main.c
5275         * src/mainwindow.c
5276         * src/messageview.c
5277         * src/prefs_folder_item.c
5278         * src/procmsg.c
5279         * src/summaryview.c
5280         * src/toolbar.c
5281                 o remove all folder update triggering from the UI code. The folder
5282                   system should know much better when a folder needs an update.
5283                 o to prevent multiple updates in a row the folder updates can be
5284                   frozen for some time.
5285
5286                 Note: - Please verify that no updates are missing
5287                       - Check where freeze/thaws should be added
5288
5289 2003-01-07 [christoph]  0.8.8claws62
5290
5291         * src/prefs_actions.c
5292                 don't translate empty strings
5293
5294         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5295
5296 2003-01-06 [christoph]  0.8.8claws61
5297
5298         * src/prefs_actions.c
5299                 mark strings for gettext
5300         * src/prefs_matcher.c
5301                 use new description window for Execute action and
5302                 match condition in Filtering
5303
5304         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5305
5306 2003-01-06 [alfons]     0.8.8claws60
5307
5308         keep myself inspired to re-organize matcher part 8; 
5309         yes, more to come (I need to move out the descriptive
5310         text for actions to matcher.c, or at least make it not
5311         depend on the wicked ordering)
5312
5313         * src/prefs_matcher.c
5314                 add documentation so others may comprehend the
5315                 UI part of the conditions
5316                 
5317 2003-01-06 [christoph]  0.8.8claws59
5318
5319         * src/prefs_actions.c
5320                 use new description window for syntax help
5321         * src/gtk/description_window.c
5322                 fix display of descriptions with column count != 2
5323
5324         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5325
5326 2003-01-06 [christoph]  0.8.8claws58
5327
5328         * src/quote_fmt.c
5329         * src/summaryview.[ch]
5330         * src/gtk/Makefile.am
5331         * src/gtk/description_window.[ch]       ** NEW **
5332                 use a generic window to display syntax descriptions
5333                 currently used in quote_fmt and summaryview (new description
5334                 for extended quick search)
5335
5336         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5337
5338 2003-01-06 [paul]       0.8.8claws57
5339
5340         * sync with 0.8.8cvs1
5341                 see ChangeLog 2003-01-06
5342
5343 2003-01-06 [christoph]  0.8.8claws56
5344
5345         * src/mainwindow.c
5346         * src/prefs_gtk.[ch]
5347         * src/gtk/prefswindow.[ch]
5348         * src/plugins/spamassassin/spamassassin_gtk.c
5349                 o remove page management from prefswindow, pages
5350                   will be an argument to prefswindow_open
5351                 o prefswindow_open gets a datapointer that is
5352                   passed to the widget_create function to allow
5353                   creation of prefswindow for specific items
5354
5355 2003-01-06 [colin]      0.8.8claws55
5356         
5357         * src/summaryview.c
5358                 We don't want regexp in the reply-finder, 
5359                 because MIDs can contain !,$,. and so on
5360
5361 2003-01-06 [jens]       0.8.8claws54
5362
5363         * src/jpilot.c
5364                 fixed a wrong free in jpilot_read_db_files
5365
5366 2003-01-06 [alfons]     0.8.8claws53
5367
5368         re-organize matcher part 8; more to come
5369        
5370         * src/matcher.c
5371                 matcherprop_to_string(): put g_free()s before the
5372                 switch-case break to fix memleaks                
5373
5374 2003-01-06 [colin]      0.8.8claws52
5375
5376         * src/summaryview.c
5377                 cleanup & reply-finder now displays the first 
5378                 matching message
5379
5380 2003-01-05 [alfons]     0.8.8claws51
5381
5382         re-organize matcher part 7; more to come
5383
5384         * src/matcher.[ch]
5385                 fixes for constant correctness;
5386                 more documentation;
5387
5388 2003-01-05 [alfons]     0.8.8claws50
5389
5390         re-organize matcher part 6; more to come
5391         
5392         * src/matcher.[ch]
5393                 fixes for constant correctness;
5394                 more documentation;
5395         * src/filtering.c
5396                 fix for constant correctness
5397
5398 2003-01-05 [colin]      0.8.8claws49
5399
5400         * src/account.[ch]
5401                 Add account_get_reply_account function
5402         * src/compose.c
5403                 Use account_get_reply_account function 
5404         * src/summaryview.c
5405                 Basic reply-finder - click on the replied
5406                 icon gets you to the outbox using quick-search
5407
5408 2003-01-05 [paul]       0.8.8claws48
5409
5410         * src/prefs_common.c
5411                 small change to English
5412                 
5413         * src/prefs_filtering.c
5414                 prefs_filtering_action_select(): improve logic and uniformity
5415                 of gui
5416
5417 2003-01-05 [alfons]     0.8.8claws47
5418
5419         fine tune solution to focus problems (bug #7)
5420
5421         * src/mainwindow.c
5422                 mainwindow_focus_in_event(): remove grab event check
5423         * src/summaryview.c
5424                 summary_button_pressed(): move selection on right-click
5425                 too. we can't possibly move the selection back after
5426                 canceling a dialog, because gtk's incomplete focus 
5427                 management. whether this is a good solution, only time
5428                 will tell.
5429
5430 2003-01-05 [christoph]  0.8.8claws46
5431
5432         * src/imap.c
5433                 fix crash when no imap connection could be established
5434
5435 2003-01-05 [paul]       0.8.8claws45
5436
5437         * src/mainwindow.c
5438           src/sumamryview.c
5439           src/gtk/menu.[ch]
5440                 fix bug 605957 'shortcuts in popup-menu'
5441                 make user-defined shortcuts work
5442                 show shortcuts that are already defined
5443                 in the main menu
5444                 Patch submitted by Luke Plant
5445
5446 2003-01-05 [alfons]     0.8.8claws44
5447
5448         * src/mainwindow.c
5449                 focus_in_event handler should not select summary view row 
5450                 when another window (menu, dialog) grabbed for events 
5451                 (bug #7, "[0.8.8claws42] Message summary focus") 
5452
5453 2003-01-04 [christoph]  0.8.8claws43
5454
5455         * src/procmsg.c
5456                 update save folder after adding the sent message
5457                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5458
5459 2003-01-02 [christoph]  0.8.8claws42
5460
5461         * src/common/plugin.c
5462                 fix unloading of all plugins and unload
5463                 plugins in reverse order
5464                 
5465         * src/gtk/pluginwindow.c
5466                 implement function of load and unload button
5467
5468         * src/gtk/prefswindow.c
5469         * src/gtk/prefswindow.h
5470                 rename register function and add new unregister
5471                 function
5472
5473         * src/plugins/spamassassin/spamassassin_gtk.c
5474                 unregister prefs page and update for changes in
5475                 src/gtk/prefswindow.c
5476
5477 2003-01-02 [paul]       0.8.8claws41
5478
5479         * po/es.po
5480                 updated by Ricardo Mones Lastra
5481
5482 2003-01-02 [paul]
5483
5484         * tools/tb2sylpheed
5485                 fixes and improvements by Urke MMI
5486
5487 2003-01-02 [thorsten]   0.8.8claws40
5488
5489         * src/procmsg.c
5490                 fixed wrong return value
5491
5492 2003-01-02 [thorsten]   0.8.8claws39
5493
5494         * src/prefs.c
5495                 fixed printing wrong variable
5496
5497 2003-01-02 [thorsten]   0.8.8claws38
5498
5499         * src/prefs.c
5500                 fixed acessing members of freed pfile struct
5501
5502 2003-01-02 [thorsten]   0.8.8claws37
5503
5504         * src/procmsg.c
5505                 detect loops across several messages
5506                 as suggested by Christoph Hohmann
5507
5508 2003-01-01 [match]      0.8.8claws36
5509
5510         * src/addrindex.c
5511                 fixed another memory leak.
5512
5513 2003-01-01 [match]      0.8.8claws35
5514
5515         * src/jpilot.[ch]
5516                 fixed memory leaks. applied Doxygen comments.
5517
5518 2003-01-01 [thorsten]   0.8.8claws34
5519
5520         * src/procmsg.c
5521                 inhibit endless loop if msg references itself
5522                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5523
5524 2003-01-01 [christoph]  0.8.8claws33
5525
5526         * src/mainwindow.c
5527         * src/gtk/Makefile.am
5528         * src/gtk/pluginwindow.c                ** NEW **
5529         * src/gtk/pluginwindow.h                ** NEW **
5530                 add plugin window
5531
5532         * src/plugins/demo/demo.c
5533         * src/plugins/spamassassin/spamassassin.c
5534         * src/plugins/spamassassin/spamassassin_gtk.c
5535                 write better plugin descriptions
5536
5537 2002-12-31 [christoph]  0.8.8claws32
5538
5539         * src/gtk/prefswindow.c
5540         * src/plugins/spamassassin/spamassassin_gtk.c
5541                 some small improvements to GTK code
5542
5543 2002-12-31 [christoph]  0.8.8claws31
5544
5545         * src/plugins/spamassassin/spamassassin_gtk.c
5546                 enable folder select button
5547
5548 2002-12-31 [christoph]  0.8.8claws30
5549
5550         * src/mainwindow.c
5551         * src/gtk/Makefile.am
5552         * src/gtk/prefswindow.c                         ** NEW **
5553         * src/gtk/prefswindow.h                         ** NEW **
5554                 add new prefs window
5555
5556         * src/common/plugin.c
5557                 don't try to load empty config lines
5558         
5559         * src/plugins/spamassassin/Makefile.am
5560         * src/plugins/spamassassin/spamassassin.c
5561         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5562         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5563                 GTK config for SpamAssassin Plugin using
5564                 the new prefs window
5565
5566 2002-12-31 [paul]       0.8.8claws29
5567
5568         * po/POTFILES.in
5569                 remove obsolete entry 'src/menu.c'
5570
5571 2002-12-31 [alfons]     0.8.8claws28
5572
5573         * src/matcher.[ch]
5574         * src/matcher_parser_parse.y
5575         * src/prefs_matcher.c
5576                 add "ignore_thread" and "~ignore_thread" condition so it's
5577                 possible to make the actions / scoring operate on the ignore
5578                 thread flag
5579
5580 2002-12-31 [christoph]  0.8.8claws27
5581
5582         * src/addrbook.c
5583         * src/addrindex.c
5584         * src/folder.c
5585         * src/matcher.c
5586         * src/prefs_account.c
5587         * src/prefs_actions.c
5588         * src/prefs_customheader.c
5589         * src/prefs_display_header.c
5590         * src/prefs_gtk.c
5591         * src/procmime.c
5592         * src/toolbar.c
5593         * src/xmlprops.c
5594         * src/common/prefs.[ch]
5595                 extend prefs file handling for reading and automatic handling
5596                 of blocks. When reading prefs_set_block_label will automatically
5597                 move on to the block. When writing it will copy all other blocks
5598                 automatically
5599
5600         * src/common/plugin.c
5601                 Now loading plugin filenames from [Plugins] block in
5602                 sylpheed rc file
5603
5604 2002-12-30 [christoph]  0.8.8claws26
5605
5606         * src/common/hooks.[ch]
5607                 return abort status to caller of hooks_invoke
5608                 
5609         * src/inc.[ch]
5610                 invoke message filtering hook and stop
5611                 default handling when filter returns abort
5612
5613         * src/common/plugin.[ch]
5614         * src/plugins/demo/demo.c
5615                 modify plugin loader, because resolving symbols for strings
5616                 does not work correctly
5617         
5618         * configure.in
5619         * ac/spamassassin.m4                            ** NEW **
5620         * src/plugins/spamassassin/.cvsignore           ** NEW **
5621         * src/plugins/spamassassin/Makefile.am          ** NEW **
5622         * src/plugins/spamassassin/README               ** NEW **
5623         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5624         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5625         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5626                 add spamassassin plugin, see src/plugins/spamassassin/README
5627                 for details
5628
5629 2002-12-29 [alfons]     0.8.8claws25
5630
5631         * src/mainwindow.c
5632                 when moving focus from a message view to the main 
5633                 window, don't forget to select the summary node
5634                 of the displayed message. should fix "[ 659103 ] 
5635                 focus-follows-mouse confuses sylpheed"
5636
5637 2002-12-29 [christoph]  0.8.8claws24
5638
5639         * src/Makefile.am
5640         * src/stringtable.[ch]          ** REMOVE **
5641         * src/common/Makefile.am
5642         * src/common/stringtable.[ch]   ** NEW **
5643                 move stringtable files to common directory
5644
5645 2002-12-29 [christoph]  0.8.8claws23
5646
5647         * src/Makefile.am
5648         * src/menu.[ch]                 ** REMOVE **
5649         * src/gtk/Makefile.am
5650         * src/gtk/menu.[ch]             ** NEW **
5651                 move menu files to gtk directory
5652
5653 2002-12-29 [match]      0.8.8claws22
5654
5655         * src/addressbook.c
5656         * src/syldap.c
5657                 moved UI specific code out of LDAP code into addressbook
5658                 UI code. fixed memory leak.
5659
5660 2002-12-29 [christoph]  0.8.8claws21
5661
5662         * src/folder.c
5663                 only check for IGNORED parent message when message is
5664                 not IGNORED itself
5665
5666 2002-12-29 [alfons]     0.8.8claws20
5667
5668         * src/summaryview.c
5669                 set gtksctree's anchor correct (immediate execute
5670                 changes the tree's layout, and anchor points at 
5671                 the incorrect row). fixes "[ 657233 ] multiple msg 
5672                 delete sometimes off by 1".
5673                 we probably have to look for more tree layout /
5674                 anchor glitches.
5675
5676 2002-12-29 [paul]       0.8.8claws19
5677
5678         * src/summaryview.c
5679                 fix bug [ 659054 ] incorrect sorting of 'From' column
5680                 when using 'display sender using address book'
5681                 thanks to Alfons and Luke Plant
5682
5683 2002-12-29 [christoph]  0.8.8claws18
5684
5685         * src/folder.c
5686         * src/procmsg.[ch]
5687                 check parent messages for IGNORE THREAD flag, when adding,
5688                 moving or copying messages to a folder
5689
5690 2002-12-27 [alfons]     0.8.8claws17
5691
5692         re-organize matcher part 5; more to come
5693
5694         * src/matcher.c
5695                 hash keywords in matchparser_tab 
5696
5697 2002-12-27 [alfons]     0.8.8claws16
5698
5699         re-organize matcher part 4; more to come
5700
5701         * src/matcher_parser.h
5702         * src/matcher_parser_lex.l
5703         * src/matcher_parser_parse.y
5704                 cleanup
5705
5706 2002-12-27 [alfons]     0.8.8claws15
5707
5708         re-organize matcher part 3; more to come
5709
5710         * src/matcher.[ch]
5711                 cleanup
5712
5713 2002-12-27 [alfons]     0.8.8claws14
5714
5715         re-organize matcher part 2; more to come but this should
5716         work. cc me if there are any regressions.
5717
5718         * src/matcher.h
5719                 add prototype for get_matchparser_tab_id()
5720         * src/matcher_parser_lex.l
5721                 look up keywords using matchparser_tab_id();
5722
5723 2002-12-27 [alfons]     0.8.8claws12
5724
5725         re-organize matcher part 1
5726
5727         * src/matcher.h
5728                 map yacc generated constants to sylpheed matcher constants
5729         * src/matcher.c
5730                 add function to find a matcher constant from a string
5731
5732 2002-12-27 [christoph]  0.8.8claws11
5733
5734         * src/compose.c
5735                 MENUITEM_ADD casts the 4th argument from integer to pointer
5736                 so it probably should not be a pointer, this means we
5737                 should use account id for it and not the account's pointer
5738
5739 2002-12-27 [paul]       0.8.8claws10
5740
5741         * src/mainwindow.c
5742                 remove unneeded 'GtkWidget *vbox'
5743                 
5744         * src/summaryview.c
5745                 further sync with 0.8.8 - make sort
5746                 by recipient work as expected
5747                 
5748         * NEWS
5749                 sync with 0.8.8
5750
5751 2002-12-27 [paul]       0.8.8claws9
5752
5753         * po/pt_BR.po
5754                 updated by Ivan F. Martinez
5755                 
5756 2002-12-27 [darko]      0.8.8claws8
5757
5758         * src/common/utils.c
5759                 added locked pattern to extended search
5760
5761 2002-12-27 [alfons]     0.8.8claws7
5762
5763         * src/prefs_matcher.[ch]
5764                 clean up
5765
5766 2002-12-26 [alfons]     0.8.8claws6
5767
5768         * src/matcher.[ch]
5769         * src/matcher_parser_lex.l
5770         * src/matcher_parser_parse.y
5771         * src/prefs_matcher.c
5772                 allow color label as a condition in the matcher
5773
5774 2002-12-26 [oliver]     0.8.8claws5
5775         
5776         * src/toolbar.c 
5777                 enable Addressbook for Main and Messageview
5778         * src/prefs_actions.c
5779                 enable actions in Messageview
5780
5781 2002-12-26 [christoph]  0.8.8claws4
5782
5783         * src/common/plugin.c
5784                 add a little debug output
5785         * configure.in
5786         * src/plugins/demo/Makefile.am
5787                 better use of automake
5788
5789 2002-12-26 [christoph]  0.8.8claws3
5790
5791         * src/Makefile.am
5792         * src/common/Makefile.am
5793                 fix "make distdir"
5794
5795 2002-12-26 [christoph]  0.8.8claws2
5796
5797         * configure.in
5798                 sort configure checks into common / gtk / plugins
5799         * po/POTFILES.in
5800                 add src/prefs_gtk.c
5801         * src/Makefile.am
5802                 add plugins SUBDIR
5803         * src/main.c
5804         * src/common/sylpheed.[ch]
5805                 added now sylpheed_done function for shutdown
5806         * src/common/Makefile.am
5807         * src/common/plugin.[ch]                ** NEW **
5808                 plugin loader and unloader
5809         * src/plugins/.cvsignore                ** NEW **
5810         * src/plugins/Makefile.am               ** NEW **
5811                 build plugins
5812         * src/plugins/demo/.cvsignore           ** NEW **
5813         * src/plugins/demo/Makefile.am          ** NEW **
5814         * src/plugins/demo/demo.c               ** NEW **
5815                 small demo plugin that installs a logtext hook and
5816                 outputs the log text to stdout
5817
5818 2002-12-26 [paul]       0.8.8claws1
5819
5820         * po/es.po
5821                 updated by Ricardo Mones Lastra
5822
5823 2002-12-26 [paul]       0.8.8claws
5824
5825         * 0.8.8claws released
5826
5827 2002-12-26 [paul]       0.8.7claws12
5828
5829         * po/bg.po
5830                 updated by George Danchev
5831
5832 2002-12-26 [paul]       0.8.7claws11
5833
5834         * po/POTFILES.in
5835                 remove unneeded 'src/prefs.c' entry 
5836
5837 2002-12-26 [paul]       0.8.7claws10
5838
5839         * src/codeconv.c
5840           src/mainwindow.c
5841                 sync with 0.8.8 release
5842         
5843         * src/folder.[ch]
5844           src/mh.c
5845           src/summaryview.c
5846                 partial sync with 0.8.8 release
5847         
5848
5849 2002-12-25 [alfons]     0.8.7claws9
5850
5851         * src/matcher.[ch]
5852         * src/matcher_parser_lex.l
5853         * src/matcher_parser_parse.y
5854         * src/prefs_matcher.c
5855                 add locked flag to possible filtering / matcher 
5856                 conditions (also a good example what should be
5857                 done to add a simple boolean condition)
5858
5859 2002-12-25 [christoph]  0.8.7claws8
5860
5861         * src/Makefile.am
5862         * src/account.[ch]
5863         * src/addrbook.c
5864         * src/addressbook.c
5865         * src/addrindex.c
5866         * src/filtering.c
5867         * src/folder.c
5868         * src/matcher.c
5869         * src/prefs.[ch]                ** REMOVE **
5870         * src/prefs_account.c
5871         * src/prefs_actions.c
5872         * src/prefs_common.c
5873         * src/prefs_customheader.c
5874         * src/prefs_display_header.c
5875         * src/prefs_filtering.c
5876         * src/prefs_folder_item.c
5877         * src/prefs_gtk.[ch]            ** NEW **
5878         * src/prefs_matcher.c
5879         * src/prefs_scoring.c
5880         * src/prefs_summary_column.c
5881         * src/procmime.c
5882         * src/selective_download.c
5883         * src/toolbar.c
5884         * src/common/Makefile.am
5885         * src/common/prefs.[ch]         ** NEW **
5886                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5887
5888 2002-12-24 [alfons]     0.8.7claws7
5889
5890         * src/summaryview.c
5891                 summary_thread_build(): fix real cause of the crash mentioned in
5892                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5893                 this way we get meaningful ctree nodes 
5894
5895 2002-12-24 [oliver]     0.8.7claws6
5896
5897         * src/mainwindow.[ch]
5898         * src/messageview.[ch]
5899         * src/compose.[ch]
5900         * src/inc.c
5901         * src/summaryview.c
5902                 changes to use updated toolbar handling
5903                 
5904 2002-12-24 [oliver]     0.8.7claws5
5905
5906         * src/toolbar.[ch]
5907                 generic toolbar handling
5908                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5909         * src/prefs_toolbar.[ch]
5910                 adjust to handling
5911         
5912 2002-12-24 [oliver]     0.8.7claws4
5913         
5914         * src/stock_pixmap.[ch]
5915                 move SYLPHEED_LOGO to end of list in order 
5916                 to remove it from Custom Toolbar`s Icon View
5917
5918 2002-12-24 [alfons]     0.8.7claws3
5919
5920         * src/summaryview.c
5921                 summary_thread_build(): fix crash because of focus != selection 
5922                 after threading. when deleting the selection, gtk tries but fails 
5923                 to find the correct focusable element. we now force the selection
5924                 to be focused. this should solve the infamous bug reported by 
5925                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5926                 a test case is available. 
5927
5928 2002-12-24 [darko]      0.8.7claws2
5929
5930         * src/summaryview.c
5931                 don't crash when unmarking message with unread children
5932
5933 2002-12-23 [christoph]  0.8.7claws1
5934
5935         * src/Makefile.am
5936         * src/common/Makefile.am
5937                 update Makefiles for moved intl.h, version.h and defs.h
5938         * src/imap.c
5939                 rewrite imap_session_get to avoid duplicate code
5940
5941 2002-12-23 [paul]       0.8.7claws
5942
5943         * Santa-Claws released
5944         
5945         * po/hu.po
5946           po/ru.po
5947                 squeeze in updated Hungarian and Russian translations.
5948                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5949
5950 2002-12-23 [paul]       0.8.6claws129
5951
5952         * po/pl.po
5953                 updated by Witold Wladyslaw Wojciech Wilk
5954
5955 2002-12-23 [paul]       0.8.6claws128
5956
5957         * src/quote_fmt_parse.y
5958                 fix typo and add licence header
5959
5960 2002-12-23 [paul]       0.8.6claws127
5961
5962         * po/en_GB.po
5963                 updated
5964
5965 2002-12-23 [paul]       0.8.6claws126
5966
5967         * po/it.po
5968                 updated translation, submitted by Alessandro Maestri
5969                 
5970 2002-12-23 [paul]       0.8.6claws125
5971
5972         * src/quote_fmt_parse.y
5973                 fix signature-stripping on replies bug. match
5974                 '-- \n' and not '-- '.
5975
5976 2002-12-22 [paul]       0.8.6claws124
5977
5978         * po/bg.po
5979           po/es.po
5980           po/sr.po
5981                 updated translations. submitted by George Danchev,
5982                 Ricardo Mones Lastra, and Urke MMI respectively
5983
5984 2002-12-21 [paul]       0.8.6claws123
5985
5986         * src/addrbook.c
5987                 fix coding style
5988
5989 2002-12-21 [paul]       0.8.6claws122
5990
5991         * src/addrbook.c
5992                 fix bug [643638] where if a person is in one or more
5993                 addressbook groups editing that person's email 
5994                 address results in removal from those groups.
5995                 Patch submitted by Luke Plant.
5996
5997 2002-12-20 [christoph]  0.8.6claws121
5998
5999         * src/common/utils.c
6000         * src/summaryview.c
6001                 reimplement expand_search_string using GString to
6002                 prevent crashs caused by miscalculated string
6003                 lengths reported by Paul
6004
6005 2002-12-20 [christoph]  0.8.6claws120
6006
6007         * src/summaryview.c
6008                 don't use "changed" to check if op_count has to be changed as it
6009                 is also set when the message has unread children
6010                 (closes bug [ 653221 ] crash while deleting duplicates)
6011
6012 2002-12-20 [paul]       0.8.6claws119
6013
6014         * sync with 0.8.6cvs27
6015                 see ChangeLog 2002-12-20
6016
6017 2002-12-20 [paul]       0.8.6claws118
6018
6019         * sync with 0.8.6cvs26
6020                 see ChangeLog 2002-12-19 and 2002-12-20
6021
6022 2002-12-19 [alfons]     0.8.6claws117
6023
6024         * src/textview.c
6025                 fix incorrect parsing of email addresses, submitted by 
6026                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6027                 name display if it contains @".
6028
6029 2002-12-18 [paul]       0.8.6claws116
6030
6031         * sync with 0.8.6cvs23
6032                 see ChangeLog 2002-12-18
6033
6034 2002-12-18 [paul]       0.8.6claws115
6035
6036         * src/Makefile.am
6037         * src/account.c
6038         * src/codeconv.c
6039         * src/gtkutils.[ch]
6040         * src/imap.c
6041                 sync with 0.8.6cvs22.
6042                 see ChangeLog 2002-12-17 and 2002-12-18
6043
6044 2002-12-17 [christoph]  0.8.6claws114
6045
6046         * src/imap.c
6047                 o don't create a session if imap greeting fails
6048                 o don't close socket when authentication fails
6049                   this is done by imap_session_destroy
6050
6051 2002-12-17 [thorsten]   0.8.6claws113
6052
6053         * tools/Makefile.am
6054           tools/README
6055           tools/google_msgid.pl ** NEW FILE **
6056                 Added "search for message-id" script and doc
6057
6058 2002-12-17 [thorsten]   0.8.6claws112
6059
6060         * po/hu.po
6061                 Updated hungarian translation
6062                 (updated by Gal Zoltan)
6063
6064 2002-12-16 [christoph]  0.8.6claws111
6065
6066         * src/addr_compl.c
6067                 remove stupid addressbook dump to debug output
6068         * src/mh.c
6069                 fix memory leak found by Hiro
6070
6071 2002-12-14 [paul]       0.8.6claws110
6072
6073         * src/compose.c
6074                 fix menubar sensitivity on send
6075                 
6076         * src/prefs_filtering.c
6077         * src/prefs_matcher.c
6078         * src/prefs_scoring.c
6079                 Fix english ;)
6080                 
6081         * src/common/quoted-printable.h
6082                 sync: fix typo
6083         
6084 2002-12-13 [christoph]  0.8.6claws109
6085
6086         * src/Makefile.am
6087         * src/manage_window.[ch]        ** REMOVE **
6088         * src/gtk/Makefile.am
6089         * src/gtk/manage_window.[ch]    ** NEW **
6090                 move manage_window files to gtk directory
6091
6092 2002-12-13 [christoph]  0.8.6claws108
6093
6094         * src/Makefile.am
6095         * src/gtkshruler.[ch]           ** REMOVE **
6096         * src/gtk/Makefile.am
6097         * src/gtk/gtkshruler.[ch]       ** NEW **
6098                 move gtkshruler files to gtk directory
6099
6100 2002-12-13 [christoph]  0.8.6claws107
6101
6102         * src/Makefile.am
6103         * src/compose.c
6104         * src/gtkstext.[ch]             ** REMOVE **
6105         * src/gtkutils.[ch]
6106         * src/textview.c
6107         * src/gtk/gtkstext.[ch]         ** NEW **
6108         * src/gtk/Makefile.am
6109                 o move stext functions to gtkstext.c to remove
6110                   dependency of gtkutils
6111                 o move gtkstext files to gtk directory
6112
6113         * src/gtk/Makefile.am
6114         * src/gtk/sslcertwindow.[ch]
6115                 UI stuff can always depend on common code so
6116                 it's ok to add ../common to include path
6117
6118 2002-12-13 [colin]      0.8.6claws106
6119
6120         * src/summaryview.c
6121                 Disconnect sighandlers for mainwindow when
6122                 quicksearch has the focus
6123                 Fix bug #653231
6124         * src/mainwindow.[ch]
6125                 Make key_pressed callback public, to be able
6126                 to disconnect it
6127
6128 2002-12-13 [christoph]  0.8.6claws105
6129
6130         * src/mh.c
6131                 create .mh_sequences file in new MH folders
6132                 (closes feature request [ 523162 ] MH folders should
6133                  get a .mh_sequences)
6134
6135 2002-12-13 [colin]      0.8.6claws104
6136
6137         * src/summaryview.c
6138                 Better handling of quicksearch show/hide
6139                 (basically the button stays under the mouse 
6140                  when toggled)
6141
6142 2002-12-13 [paul]       0.8.6claws103
6143
6144         * sync with 0.8.6cvs17
6145                 see ChangeLog 2002-12-13
6146
6147 2002-12-13 [paul]       0.8.6claws102
6148
6149         * po/es.po
6150                 updated by Ricardo Mones Lastra
6151
6152 2002-12-11 [colin]       0.8.6claws101
6153
6154         * src/folder.c
6155                 remove statusbar stuff
6156           src/folderview.c
6157                 set statusbar verbosity when moving folders
6158
6159 2002-12-11 [colin]       0.8.6claws100
6160         * src/prefs_filtering.c
6161         * src/prefs_matcher.c
6162         * src/prefs_scoring.c
6163                 Fix english ;)
6164
6165 2002-12-11 [colin]       0.8.6claws99
6166
6167         * src/prefs_common.[ch]
6168                 Add summary_quicksearch_type
6169         * src/summaryview.c
6170                 Save last used quicksearch type
6171
6172 2002-12-11 [jens]       0.8.6claws98
6173         * src/prefs_filtering.c
6174         * src/prefs_matcher.c
6175         * src/prefs_scoring.c
6176                 added dialog for incomplete rules in scoring, filtering and
6177                 matcher to ask wheather really close
6178
6179 2002-12-11 [colin]      0.8.6claws97
6180
6181         * src/folder.c
6182                 Fix folder dnd statusbar logging
6183
6184 2002-12-10 [christoph]  0.8.6claws96
6185
6186         * src/compose.c
6187         * src/folder.c
6188         * src/imap.c
6189         * src/inc.c
6190         * src/main.c
6191         * src/mainwindow.c
6192         * src/news.c
6193         * src/send.c
6194         * src/statusbar.[ch]
6195         * src/common/hooks.c
6196         * src/common/log.[ch]
6197                 o handle verbose logging in statusbar directly in statusbar code
6198                   and common code does not need any knowledge about a statusbar
6199                 o remove direct calls to statusbar_(puts|pop)_all functions
6200
6201 2002-12-10 [jens]       0.8.6claws95
6202
6203         * src/*.c
6204                 removed gettext from g_warnings
6205         * po/POTFILES.in
6206                 cleaned and updated
6207         * po/de.po
6208                 updated
6209
6210 2002-12-10 [colin]      0.8.6claws94
6211
6212         * src/main.c
6213                 finish crash dialog fix
6214
6215 2002-12-10 [colin]      0.8.6claws93
6216
6217         * src/main.c
6218                 "Fix" "sylpheed already running" instead of
6219                 crash dialog appearing after a crash
6220
6221 2002-12-10 [colin]      0.8.6claws92
6222
6223         * po/POTFILES.in
6224                 add src/gtk/sslcertwindow.c
6225
6226 2002-12-10 [paul]       0.8.6claws91
6227
6228         * po/POTFILES.in
6229                 updated to reflect recent changes
6230                 submitted by Alessandro Maestri
6231
6232 2002-12-09 [christoph]  0.8.6claws90
6233
6234         * src/Makefile.am
6235         * src/smtp.[ch]                 ** REMOVE **
6236         * src/common/Makefile.am
6237         * src/common/smtp.[ch]          ** NEW **
6238                 move smtp files to common directory
6239
6240 2002-12-09 [christoph]  0.8.6claws89
6241
6242         * src/Makefile.am
6243         * src/session.[ch]              ** REMOVE **
6244         * src/common/Makefile.am
6245         * src/common/session.[ch]       ** NEW **
6246                 move session files to common directory
6247
6248 2002-12-09 [paul]       0.8.6claws88
6249
6250         * src/account.c
6251                 fix bug [649746] edit accounts: move account reverted
6252                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6253
6254 2002-12-09 [colin]      0.8.6claws87
6255
6256         * src/ssl_certificate.c
6257                 cleanup
6258
6259 2002-12-09 [colin]      0.8.6claws86
6260
6261         * src/ssl.c
6262                 Try to open the cert.pem database and 
6263                 issue a warning if it isn't there
6264
6265 2002-12-09 [colin]      0.8.6claws85
6266
6267         * src/common/ssl_certificate.c
6268         * src/gtk/sslcertwindow.c
6269                 Warning fixes
6270
6271 2002-12-09 [colin]      0.8.6claws84
6272
6273         * src/ssl_certificate.[ch] ** REMOVED **
6274         * src/common/ssl_certificate.[ch] ** NEW **
6275         * src/Makefile.am
6276         * src/common/Makefile.am
6277                 Moved ssl_certificate.[ch] to common
6278         * src/common/ssl.c 
6279                 Put back needed include
6280         * src/gtk/sslcertwindow.[ch]
6281                 Changed ssl_certificate.h include
6282         
6283 2002-12-09 [colin]      0.8.6claws83
6284
6285         * src/gtk/sslcertwindow.[ch]
6286                 Implement hook for certificate acception
6287         * src/ssl_certificate.[ch]
6288                 Implement hook for certificate acception
6289         * src/common/ssl.c
6290                 Reenable certificate acception check
6291         * src/mainwindow.c
6292                 Register sslcertwindow's hook
6293         
6294 2002-12-08 [christoph]  0.8.6claws82
6295
6296         * src/about.c
6297         * src/addr_compl.c
6298         * src/codeconv.c
6299         * src/manual.c
6300         * src/undo.c
6301         * src/common/utils.c
6302                 o add missing includes
6303                 o fix warnings
6304         * src/.cvsignore
6305         * src/common/.cvsignore
6306         * src/common/version.h          ** REMOVE **
6307                 remove autogenerated file
6308
6309 2002-12-08 [paul]       0.8.6claws81
6310
6311         * src/stringtable.c
6312                 put back needed include
6313
6314 2002-12-08 [colin]      0.8.6claws80
6315         
6316         * src/gtk/sslcertwindow.c
6317                 Cleaner popups when asking
6318         * src/ssl_certificate.c
6319         * src/prefs_common.[ch]
6320                 remove ssl certificate pref
6321                 put back needed include
6322         * src/undo.c
6323                 put back needed include
6324
6325 2002-12-08 [christoph]  0.8.6claws79
6326
6327         * src/folderview.c
6328         * src/logwindow.c
6329         * src/statusbar.c
6330         * src/summaryview.c
6331                 only abort hook invokation if required data is missing not
6332                 if our own data pointer is NULL, update hookfunction for
6333                 log window
6334
6335 2002-12-08 [paul]       0.8.6claws78
6336
6337         * src/about.c
6338         * src/addrcache.c
6339         * src/addrclip.c
6340         * src/addr_compl.c
6341         * src/addrselect.c
6342         * src/codeconv.c
6343         * src/colorlabel.c
6344         * src/enriched.c
6345         * src/esmtp.c
6346         * src/exporthtml.c
6347         * src/headerview.c
6348         * src/imageview.c
6349         * src/manual.c
6350         * src/noticeview.c
6351         * src/pgptext.c
6352         * src/scoring.c
6353         * src/sourcewindow.c
6354         * src/stringtable.c
6355         * src/undo.c
6356                 clean up: remove unneccesary includes
6357
6358 2002-12-08 [christoph]  0.8.6claws77
6359
6360         * src/folderview.c
6361         * src/statusbar.c
6362         * src/summaryview.c
6363         * src/common/hooks.[ch]
6364                 hook functions now have a gboolean return value, if a hook
6365                 returns TRUE it will stop executing of any more hooks in
6366                 the same hooklist for this invokation
6367
6368 2002-12-08 [colin]      0.8.6claws76
6369         
6370         * src/main.c
6371                 put back argv0 for CRASH_DIALOG
6372
6373 2002-12-08 [christoph]  0.8.6claws75
6374
6375         * src/Makefile.am
6376         * src/about.c
6377         * src/account.c
6378         * src/crash.c
6379         * src/esmtp.h
6380         * src/imap.[ch]
6381         * src/inc.c
6382         * src/main.c
6383         * src/mainwindow.c
6384         * src/news.c
6385         * src/pop.[ch]
6386         * src/prefs_account.[ch]
6387         * src/prefs_common.[ch]
6388         * src/send.[ch]
6389         * src/smtp.[ch]
6390         * src/ssl_certificate.[ch]
6391         * src/ssl_manager.[ch]
6392         * src/common/Makefile.am
6393         * src/common/log.c
6394         * src/common/nntp.[ch]
6395         * src/common/socket.[ch]
6396         * src/common/ssl.[ch]
6397         * src/gtk/sslcertwindow.[ch]
6398         * ac/openssl.m4
6399                 use new autoconf script to detect OpenSSL with extra parameters
6400                 to specify the location of libs and includes, also remove USE_SSL
6401                 to USE_OPENSSL
6402
6403         * src/common/sylpheed.[ch]
6404         * src/common/version.h.in
6405                 start seperation of common code initialization seperated from gui
6406
6407         * src/summaryview.c
6408                 The function that is called when a color label changes
6409                 should not change the color lable again
6410
6411 2002-12-08 [colin]      0.8.6claws74
6412
6413         * src/gtk/sslcertwindow.c
6414                 warning fixes
6415
6416 2002-12-08 [colin]      0.8.6claws73
6417
6418         * src/statusbar.c
6419           src/common/log.h
6420                 Register a hook for statusbar_puts_all
6421         * src/common/log.c
6422                 invoke statusbar_puts_all's hook
6423         
6424 2002-12-08 [colin]      0.8.6claws72
6425
6426         * src/ssl_certificate.c
6427                 Put back a badly-removed include
6428
6429 2002-12-08 [colin]      0.8.6claws71
6430
6431         * src/gtk/sslcertwindow.[ch]    ** NEW **
6432                 new certificate presentation
6433         * src/gtk/Makefile.am
6434                 add new files
6435         * src/ssl_certificate.[ch]
6436                 gtk cleanup, made utility functions public
6437         * src/ssl_manager.c
6438                 use new cert presentation
6439
6440 2002-12-07 [christoph]  0.8.6claws70
6441
6442         * src/Makefile.am
6443         * src/nntp.[ch]                 ** REMOVE **
6444         * src/common/Makefile.am
6445         * src/common/nntp.[ch]          ** NEW **
6446                 move nntp files to common directory
6447
6448 2002-12-07 [christoph]  0.8.6claws69
6449
6450         * src/procmsg.[ch]
6451         * src/summaryview.c
6452                 implement msginfo update callback using sylpheed's new
6453                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6454
6455 2002-12-06 [christoph]  0.8.6claws68
6456
6457         * src/editgroup.c
6458                 This patch changes the 'Edit Group Details' dialog to
6459                 allow extended selections in either pane, so that
6460                 addresses can be added or removed from a group more
6461                 quickly and easily. (it actually is a net decrease in
6462                 file size, as some unnecessary functions have been
6463                 removed). 
6464                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6465
6466 2002-12-06 [christoph]  0.8.6claws67
6467
6468         * src/Makefile.am
6469         * src/template.[ch]             ** REMOVE **
6470         * src/common/Makefile.am
6471         * src/common/template.[ch]      ** NEW **
6472                 move template files to common directory
6473
6474         * src/nntp.c
6475                 add missing log.h include
6476
6477 2002-12-06 [melvin]     0.8.6claws66
6478
6479         * src/prefs_actions.c
6480                 Added the trailing ">" syntax to insert command's output
6481                 without replacing old text (in contrast to trailing "|").
6482
6483 2002-12-05 [colin]      0.8.6claws65
6484         
6485         * src/common/utils.c
6486                 Don't modify original search_string or it'll change
6487                 the next iterations in the for()
6488
6489 2002-12-05 [darko]      0.8.6claws64
6490
6491         * src/common/utils.c
6492                 proper check for filtering commands, found by Colin
6493
6494 2002-12-05 [darko]      0.8.6claws63
6495
6496         * src/common/utils.c
6497                 check proper string for NULL pointer, found by Colin
6498
6499 2002-12-05 [darko]      0.8.6claws62
6500
6501         * src/common/utils.[ch]
6502                 expand_search_string(): new function
6503                 converts Mutt-like patterns to Sylpheed's
6504                 filtering engine
6505         * src/summaryview.c
6506                 use expand_search_string() to allow Mutt-like
6507                 patterns in extended search
6508         * README.claws
6509                 document extended option in quick search
6510
6511 2002-12-05 [paul]       0.8.6claws61
6512
6513         * sync with 0.8.6cvs16
6514                 see ChangeLog 2002-12-05
6515                 
6516         * po/POTFILES.in
6517                 clean up
6518
6519 2002-12-04 [christoph]  0.8.6claws60
6520
6521         * src/imap.[ch]
6522                 put imap authentication code into a new function and
6523                 remove it from imap_session_new that will allow to
6524                 send other commands before authentication
6525
6526 2002-12-04 [christoph]  0.8.6claws59
6527
6528         * src/imap.[ch]
6529                 use already existing method to prevent unneeded IMAP
6530                 folder selects. Set imap_select parameters to NULL
6531                 in some functions if the values are not required.
6532
6533         * src/xml.h
6534                 remove no longer required include
6535
6536 2002-12-04 [paul]       0.8.6claws58
6537
6538         * po/es.po
6539                 updated by Ricardo Mones Lastra
6540                 
6541         * configure.in
6542           po/hu.po      ** NEW FILE **
6543                 initial Hungarian translation, submitted
6544                 by Gál Zoltán <galzoli@hu.inter.net>
6545
6546 2002-12-03 [christoph]  0.8.6claws57
6547
6548         * src/Makefile.am
6549         * src/gtksctree.[ch]            ** REMOVE **
6550         * src/gtk/Makefile.am
6551         * src/gtk/gtksctree.[ch]        ** NEW **
6552                 move gtksctree files to gtk directory
6553
6554 2002-12-03 [christoph]  0.8.6claws56
6555
6556         * src/Makefile.am
6557         * src/md5.[ch]                  ** REMOVE **
6558         * srm/common/Makefile.am
6559         * src/common/md5.[ch]           ** NEW **
6560                 move md5 files to common directory
6561
6562         * src/gtkstext.c
6563                 remove not required #include
6564
6565 2002-12-03 [sergey]     0.8.6claws55
6566
6567         * src/gtkutils.c
6568         * src/gtkutils.h
6569                 gtkut_window_popup(): new function.
6570         * src/mainwindow.c
6571                 main_window_popup(): use gtkut_window_popup() to raise
6572                 window without changing its position.
6573                 (see sylpheed-main ML message [sylpheed:17247])
6574
6575 2002-12-03 [sergey]     0.8.6claws54
6576
6577         * src/send.c
6578                 send_message_local(): removed first-dot escaping
6579                 (SMTP-only, not needed for sending through pipe)
6580
6581 2002-12-03 [paul]       0.8.6claws53
6582
6583         * po/POTFILES.in
6584                 update to reflect recent changes (thanks
6585                 to Ricardo Mones Lastra)
6586                 
6587         * tools/filter_conv.pl
6588                  fix problem with quoted strings. Patch submitted
6589                  by Luke Plant <lukeplant@softhome.net>
6590
6591 2002-12-03 [paul]       0.8.6claws52
6592
6593         * sync with 0.8.6cvs15
6594                 see ChangeLog 2002-12-03
6595
6596 2002-12-02 [christoph]  0.8.6claws51
6597
6598         * src/logwindow.[ch]
6599         * src/common/log.[ch]
6600                 implement logging using a hook function
6601
6602         * src/folderview.c
6603         * src/folder.[ch]
6604                 define hooklist name in header file to avoid
6605                 errors caused by wrong spelling of hooklist names
6606
6607         * src/toolbar.c
6608                 fix warnings
6609
6610 2002-12-02 [christoph]  0.8.6claws50
6611
6612         * src/common/Makefile.am
6613                 add src/common/hooks.[ch]
6614
6615         * src/common/hooks.[ch]
6616                 implement a simple hook system using glib's hook functions
6617
6618         * src/folder.[ch]
6619         * src/folderview.c
6620                 use new hook system for folder item updates
6621
6622 2002-12-02 [christoph]  0.8.6claws49
6623
6624         * doc-src/ui_seperation.txt     ** NEW **
6625                 information for ui seperation
6626
6627         * src/Makefile.am
6628                 remove files that were moved to common
6629                 include common directory by default for the header files
6630
6631         * src/inc.c
6632         * src/common/socket.c
6633         * src/automaton.[ch]
6634                 implement automaton using g_io_*-functions instead of
6635                 gdk_input_add to make it ui independent
6636
6637         * src/codeconv.c
6638         * src/compose.c
6639         * src/ldif.c
6640         * src/pgptext.c
6641         * src/procmime.c
6642         * src/rfc2015.c
6643         * src/smtp.c
6644         * src/unmime.c
6645                 remove common/ prefix because directory is now in
6646                 include path
6647
6648         * src/compose.c
6649         * src/folder.c
6650         * src/folderview.c
6651         * src/mainwindow.c
6652         * src/messageview.c
6653         * src/prefs_common.c
6654         * src/procmsg.c
6655         * src/rfc2015.c
6656                 fix warnings
6657
6658         * src/imap.c
6659         * src/inc.c
6660         * src/news.c
6661         * src/pop.c
6662         * src/send.c
6663         * src/smtp.c
6664         * src/ssl_certificate.c
6665                 add log.h header file for logging functions
6666
6667         * src/main.c
6668         * src/common/utils.c
6669         * src/summaryview.c
6670         * src/xml.c
6671                 o move debug_mode to common/utils.c
6672                 o add functions to set and get debug_mode
6673
6674         * src/defs.h                    ** REMOVE **
6675         * src/intl.h                    ** REMOVE **
6676         * src/socket.[ch]               ** REMOVE **
6677         * src/ssl.[ch]                  ** REMOVE **
6678         * src/utils.[ch]                ** REMOVE **
6679                 replaced by new files in src/common/
6680         
6681         * src/common/Makefile.am
6682                 add new files in src/common/
6683
6684         * src/common/defs.h             ** NEW **
6685         * src/common/intl.h             ** NEW **
6686         * src/common/log.[ch]           ** NEW **
6687         * src/common/socket.[ch]        ** NEW **
6688         * src/common/ssl.[ch]           ** NEW **
6689         * src/common/utils.[ch]         ** NEW **
6690                 replacement for files in src/
6691
6692 2002-12-02 [colin]      0.8.6claws48
6693
6694         * src/folderview.c
6695                 Scroll folderview if necessary during dnd
6696
6697 2002-12-02 [colin]      0.8.6claws47
6698
6699         * src/folder.[ch]
6700                 Add check to verify a move is within a single mailbox
6701         * src/folderview.c
6702                 Add specific error string for this check
6703
6704 2002-12-02 [colin]      0.8.6claws46
6705
6706         * src/folder.c
6707                 Add a test to folder moving, remove a statusbar_print
6708         * src/folderview.c
6709                 Add Move folder... context-menu item
6710                 Factorize folder moving code
6711                 Enable folder DND for mbox
6712
6713 2002-12-01 [christoph]  0.8.6claws45
6714
6715         * ac/aspell.m4
6716                 remove conf.aspelltest if the version check fails
6717
6718 2002-11-30 [christoph]  0.8.6claws44
6719
6720         * autogen.sh
6721                 run libtoolize --force in autogen to create missing
6722                 libtool scripts
6723
6724 2002-11-30 [christoph]  0.8.6claws43
6725
6726         * src/Makefile.am
6727         * src/pgptext.c
6728         * src/procmime.c
6729         * src/rfc2015.c
6730         * src/uuencode.[ch]             ** REMOVED **
6731         * src/common/Makefile.am
6732         * src/common/uuencode.[ch]      ** NEW **
6733                 move uuen/decoder to common directory
6734
6735 2002-11-30 [christoph]  0.8.6claws42
6736
6737         * src/Makefile.am
6738         * src/base64.[ch]               ** REMOVED **
6739         * src/codeconv.c
6740         * src/compose.c
6741         * src/ldif.c
6742         * src/pgptext.c
6743         * src/procmime.c
6744         * src/rfc2015.c
6745         * src/smtp.c
6746         * src/unmime.c
6747         * src/common/Makefile.am
6748         * src/common/base64.[ch]        ** NEW **
6749                 move base64 en/decoder to common directory
6750
6751 2002-11-30 [christoph]  0.8.6claws41
6752
6753         * src/common                    ** NEW **
6754                 new directory for UI independent code
6755         * src/gtk                       ** NEW **
6756                 new directory for GTK frontend
6757         * src/common/.cvsignore         ** NEW **
6758         * src/gtk/.cvsignore            ** NEW **
6759                 ignore build files
6760         * src/common/Makefile.am        ** NEW **
6761         * src/gtk/Makefile.am           ** NEW **
6762                 automake files to build new seperated stuff
6763         * src/Makefile.am
6764                 the binary will currently still be build with the
6765                 files in src, so we include the code from the
6766                 subdirs for now after building the libs there
6767
6768 2002-11-30 [paul]       0.8.6claws40
6769
6770         * src/compose.c
6771                 fix bug [642731] 'Wrong selected account with drafted mail'
6772
6773 2002-11-29 [oliver]     0.8.6claws39
6774         
6775         * src/messageview.c
6776                 o update summaryview when switching between different
6777                   messageviews          
6778         * src/toolbar.c  
6779                 o check if messageview holds already removed msg
6780                   from summaryview
6781                 
6782
6783 2002-11-29 [oliver]     0.8.6claws38
6784
6785         * src/toolbar.c 
6786                 remove not needed variables and includes
6787                 make messageview stay opened and move to next when msgs are deleted 
6788
6789 2002-11-29 [oliver]     0.8.6claws37
6790         
6791         * src/toolbar.c 
6792                 disable compose button (messageview toolbar) by default
6793                 deleted msgs are moved to trash
6794         
6795 2002-11-29 [melvin]     0.8.6claws36
6796
6797         * configure.in
6798                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6799                 and to detect signatures expirations (gpgme 0.3.6)
6800
6801         * src/main.c
6802                 Use non obsolescent function for Gpgme engine checking.
6803
6804         * src/rfc2015.c
6805                 Inform about expired signatures or signatures which key
6806                 has expired. Expiration date is displayed.
6807
6808         * src/sigstatus.c
6809                 Inform about expired signatures or signatures which key
6810                 has expired.
6811
6812 2002-11-28 [paul]       0.8.6claws35
6813
6814         * src/folderview.c
6815                 re-instate 'Check for new messages' in Newsgroup
6816                 folders right-click menu, after a suggestion from
6817                 Tim Mann <timmann@users.sourceforge.net>
6818
6819         * src/main.c
6820                 after a crash check only local folders for new
6821                 messages
6822
6823 2002-11-28 [paul]       0.8.6claws34
6824
6825         * configure.in
6826                 apply patch that fixes the checking of GTK with XIM 
6827                 support on different OSs, such as FreeBSD. Patch 
6828                 submitted by Topia <topia@users.sourceforge.net>
6829                 
6830 2002-11-28 [paul]       0.8.6claws33
6831
6832         * src/mainwindow.c
6833           src/prefs_common.c
6834           src/prefs_toolbar.c
6835                 more changes to the English
6836
6837 2002-11-28 [paul]       0.8.6claws32
6838
6839         * sync with 0.8.6cvs13
6840                 see ChangeLog 2002-11-28 (no sync needed
6841                 for src/compose.c)
6842
6843 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6844         
6845         * src/mainwindow.[ch]
6846                 add patch by Ivan F. Martinez introducing messageview Toolbar
6847                 some changes and committed by oliver    
6848
6849 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6850
6851         * src/messageview.[ch]
6852                 add patch by Ivan F. Martinez introducing messageview Toolbar
6853                 some changes and committed by oliver    
6854
6855 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6856
6857         * src/compose.[ch]
6858                 add patch by Ivan F. Martinez introducing messageview Toolbar
6859                 some changes and committed by oliver    
6860
6861 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6862         
6863         * src/toolbar.[ch]
6864                 add patch by Ivan F. Martinez introducing messageview Toolbar
6865                 some changes and committed by oliver
6866
6867 2002-11-28 [oliver]     0.8.6claws27
6868         
6869         * src/prefs_toolbar.[ch]
6870                 getting ready for messageview toolbar
6871                 free mem allocated by gettext
6872                 change prefs_toolbar to prefs_toolbar_open
6873  
6874 2002-11-28 [thorsten]   0.8.6claws26
6875
6876         * src/imageview.[ch]
6877                 cleaned up conflicting declarations of
6878                 imageview_show_image()
6879
6880 2002-11-28 [paul]       0.8.6claws25
6881
6882         * src/grouplistdialog.c
6883           src/prefs_common.c
6884           src/prefs_summary_column.c
6885                 a few more improvements to the English
6886
6887 2002-11-28 [colin]      0.8.6claws24
6888
6889         * man/sylpheed.1
6890                 A few updates to command-line parameters
6891
6892 2002-11-28 [colin]      0.8.6claws23
6893
6894         * src/prefs_filtering.c
6895                 Fix problems with prefs_filtering_delete_path:
6896                 a) if the first rule is removed, original pointers
6897                    weren't updated (leading to segfaults)
6898                 b) it was always global_processing updated in case
6899                    of removed path was parent of rule path
6900
6901 2002-11-27 [paul]       0.8.6claws22
6902
6903         * src/mainwindow.c
6904           src/prefs_account.c
6905           src/prefs_actions.c
6906           src/prefs_common.c
6907           src/prefs_customheader.c
6908           src/prefs_display_header.c
6909           src/prefs_filtering.c
6910           src/prefs_folder_item.c
6911           src/prefs_matcher.c
6912           src/prefs_scoring.c
6913           src/prefs_summary_column.c
6914           src/prefs_template.c
6915           src/prefs_toolbar.c
6916                  improve the English in the GUI
6917
6918 2002-11-27 [colin]      0.8.6claws21
6919
6920         * src/folder.c
6921                 Fix processing renaming problems happening after
6922                 last commit
6923
6924 2002-11-27 [colin]      0.8.6claws20
6925
6926         * src/folder.c
6927                 recursive move now deletes src each subfolder after 
6928                 having moved it
6929         * src/folderview.c
6930                 Use identifier instead of path during dnd (enables
6931                 IMAP folder dnd)
6932
6933 2002-11-27 [paul]       0.8.6claws19
6934
6935         * src/main.c
6936                 apply patch that does command-line processing 
6937                 BEFORE gtk_init, allowing claws to run from 
6938                 shell-scripts in non-X environment (e.g. crontab 
6939                 or ip-up, ip-down scripts). Patch submitted by
6940                 Ruslan N. Balkin <baron@dartel.ru>
6941                 
6942         * po/it.po
6943                 updated by Alessandro Maestri
6944
6945 2002-11-27 [paul]       0.8.6claws18
6946
6947         * sync with 0.8.6cvs12
6948           src/prefs_common.c
6949                 Differences are that main uses a 'Receive dialog'
6950                 frame on the Interface tab, whereas claws groups all 
6951                 the dialogs together in a 'Dialogs' frame.
6952
6953 2002-11-27 [colin]      0.8.6claws17
6954
6955         * src/prefs_matcher.c
6956                 Fix Execute criteria's NOT flag
6957
6958
6959 2002-11-26 [christoph]  0.8.6claws16
6960
6961         * src/ssl.c
6962                 rewrite the ssl code a little bit, only use one
6963                 SSL context, set default certificates' file/path
6964
6965 2002-11-26 [thorsten]   0.8.6claws15
6966
6967         * src/compose.c
6968                 default-reply-to didn't work for ml-reply
6969
6970 2002-11-26 [melvin]     0.8.6claws14
6971
6972         * src/prefs_actions.c
6973                 Made pipe-actions ignore short headers in message view
6974                 Made trailing-pipe-actions write in the message view with
6975                 the same font as the original message
6976
6977 2002-11-26 [paul]       0.8.6claws13
6978
6979         * src/compose.c
6980                 this time commit the correct file
6981
6982 2002-11-26 [paul]       0.8.6claws12
6983
6984         * sync with 0.8.6cvs11
6985           src/quote_fmt_parse.y  
6986                 no sync needed
6987           src/account.[ch]       
6988                 not sync'ed
6989           src/compose.c
6990                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6991                 on draft mode.
6992                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6993                 header
6994                 
6995         see ChangeLog 2002-11-25 and 2002-11-26
6996
6997 2002-11-26 [colin]      0.8.6claws11
6998
6999         * src/folderview.c
7000                 Fix collapsed folder not auto-expanding during
7001                 mail dnd, if it was the source folder.
7002
7003 2002-11-25 [colin]      0.8.6claws10
7004
7005         * src/folderview.[ch]
7006                 Variable renaming and cleaning (slist of nodes 
7007                 to be re-collapsed is stored in FolderView)
7008
7009 2002-11-25 [paul]       0.8.6claws9
7010
7011         * src/prefs_common.[ch]
7012                 fix breakage caused by last commit
7013
7014 2002-11-25 [paul]       0.8.6claws8
7015
7016         * sync with 0.8.6cvs4
7017                 see ChangeLog 2002-11-21
7018
7019 2002-11-25 [paul]       0.8.6claws7
7020
7021         * sync with 0.8.6cvs4
7022                 see ChangeLog 2002-11-20
7023
7024 2002-11-25 [paul]       0.8.6claws6
7025
7026         * sync with 0.8.6cvs3
7027                 see ChangeLog 2002-11-18
7028
7029 2002-11-25 [colin]      0.8.6claws5
7030
7031         * src/gtkutils.[ch]
7032                 Add gtkut_ctree_node_is_parent()
7033         * src/folderview.c
7034                 Spring-loaded folders
7035
7036 2002-11-25 [colin]      0.8.6claws4
7037
7038         * src/utils.[ch]
7039                 Add slist_concat_unique(), function to merge
7040                 two GSList filtering dups
7041         * src/folder.[ch]
7042         * src/summaryview.[ch]
7043         * src/folderview.c
7044         * src/main.c
7045                 Add detection/update/display of unread answers
7046                 to marked mails
7047         * src/procmsg.[ch]
7048                 Add procmsg_find_children()
7049                 Add procmsg_msg_has_marked_parent()
7050
7051 2002-11-25 [colin]      0.8.6claws3
7052
7053         * src/ssl_certificate.[ch]
7054                 Allow checking a certificate without a DNS
7055                 lookup
7056                 Allow to forget a cert (by deleting it)
7057                 Make ssl_certificate_destroy_public
7058         * src/ssl_manager.[ch] ** NEW FILES **
7059                 Gui to manage (display/remove) certificates
7060         * src/prefs_common.[ch]
7061                 Add a pref to allow silent acceptation of
7062                 trusted certificates or not (based on the
7063                 "I want to know what's going on" principle)
7064         * src/mainwindow.c
7065                 Add SSL manager in Tools menu
7066         * src/Makefile.am
7067                 Add the new files to the build
7068         * po/POTFILES.in
7069                 Add ssl_manager.c to translations
7070
7071 2002-11-25 [colin]      0.8.6claws2
7072
7073         * src/summaryview.[ch]
7074                 Add S_SEARCH_EXTENDED to the quick search, which 
7075                 allows to search using filtering syntax.
7076
7077 2002-11-25 [colin]      0.8.6claws1
7078
7079         * src/summaryview.c
7080                 Deletion of duplicates now prefer deleting
7081                 the unread dup (fixes feature-request 638989).
7082
7083 2002-11-24 [paul]       0.8.6claws
7084
7085         * po/es.po
7086           po/pl.po
7087           po/ru.po
7088           po/sr.po
7089                 updated by Ricardo Mones Lastra,
7090                 Witold Wladyslaw Wojciech Wilk,
7091                 Ruslan N. Balkin, and  Urke MMI 
7092                 respectively
7093
7094 2002-11-24 [paul]       0.8.5claws182
7095
7096         * po/bg.po
7097                 updated by George Danchev
7098
7099 2002-11-23 [alfons]     0.8.5claws181
7100
7101         * src/imap.c
7102                 tiny memory leak found by browsing Dimitar's 
7103                 valgrind report
7104
7105 2002-11-23 [paul]       0.8.5claws180
7106
7107         * po/it.po
7108                 updated by Alessandro Maestri
7109
7110 2002-11-22 [christoph]  0.8.5claws179
7111
7112         * src/compose.c
7113         * src/inc.c
7114         * src/prefs_filtering.c
7115         * src/summaryview.c
7116                 more warning fixes
7117
7118 2002-11-22 [alfons]     0.8.5claws178
7119
7120         * src/summaryview.c
7121                 summary_execute_delete_func(): if message is deleted, make 
7122                 sure to also remove its entry in the subject hash table. 
7123                 fixes a corner case bug.
7124
7125 2002-11-22 [paul]       0.8.5claws177
7126
7127         * .cvsignore
7128                 add 'autom4te.cache'
7129                 
7130         * ltconfig      ** REMOVED **
7131                 not needed
7132
7133 2002-11-22 [paul]       0.8.5claws176
7134
7135         * src/textview.c
7136                 textview_set_font(): fix for message display in
7137                 UTF-8 locales (thanks to Sergey Vlasov).
7138                 
7139         * AUTHORS
7140                 add new team members and contributors
7141
7142
7143 2002-11-21 [colin]      0.8.5claws175
7144
7145         * src/procmsg.[ch]
7146                 Add procmsg_remove_special_headers()
7147         * src/mh.c
7148                 Use procmsg_remove_special_headers() for 
7149                 previous fix
7150
7151 2002-11-21 [colin]      0.8.5claws174
7152
7153         * src/mh.c
7154                 Fix moving/copying from queue/draft folders
7155                 for MH folders
7156
7157 2002-11-21 [christoph]  0.8.5claws173
7158
7159         * src/crash.c
7160         * src/filtering.c
7161         * src/logwindow.c
7162         * src/main.c
7163         * src/matcher_parser_lex.[hl]
7164         * src/mbox.c
7165         * src/mbox_folder.[ch]
7166         * src/prefs_filtering.c
7167         * src/procheader.c
7168         * src/quote_fmt_lex.l
7169         * src/ssl.c
7170                 fix all warnings except the warnings in lex and yacc files
7171
7172 2002-11-20 [christoph]  0.8.5claws172
7173
7174         * src/imap.c
7175                 fix MsgInfo retrieval for IMAP draft and queue folders
7176                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7177
7178 2002-11-19 [christoph]  0.8.5claws171
7179
7180         * src/compose.c
7181                 fix segfault, when draft saving does not get
7182                 the MsgInfo of the new message
7183                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7184
7185 2002-11-19 [christoph]  0.8.5claws170
7186
7187         * src/procmsg.c
7188                 add parameter check for flag setting function
7189                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7190
7191 2002-11-18 [paul]       0.8.5claws169
7192
7193         * src/compose.c
7194                 more sensitivity fixes to redirect mode:
7195                 * disable toolbar draft button
7196                 * allow only Address book in the Tools menu
7197                 * disable editing of message by the spell
7198                   checker
7199
7200 2002-11-18 [paul]       0.8.5claws168
7201
7202         * src/compose.c
7203                 fix sensitivity of menu items in compose_redirect():
7204                 allow only the necessary items 
7205
7206 2002-11-18 [paul]       0.8.5claws167
7207
7208         * src/compose.c
7209                 fix bug [ 603259 ] 'attachment got lost on bounce'
7210
7211 2002-11-18 [paul]       0.8.5claws166
7212
7213         * po/ru.po
7214                 updated by Ruslan N. Balkin <baron@dartel.ru>
7215
7216 2002-11-18 [colin]      0.8.5claws165
7217
7218         * src/main.c
7219           src/defs.h
7220                 Remove old filtering stuff
7221
7222
7223 2002-11-17 [oliver]     0.8.5claws164
7224
7225         * src/toolbar.h
7226                 remove not needed typedef 
7227
7228 2002-11-17 [oliver]     0.8.5claws163
7229
7230         * src/toolbar.c
7231                 make toolbar's on click events translatable
7232
7233 2002-11-15 [colin]      0.8.5claws162
7234
7235         * src/summaryview.c
7236                 Revert too-soon integration of a feature
7237
7238 2002-11-15 [christoph]  0.8.5claws161
7239
7240         * src/imap.c
7241                 use main's implementation of imap_get_msginfo
7242
7243 2002-11-15 [christoph]  0.8.5claws160
7244
7245         * src/compose.c
7246         * src/folder.[ch]
7247         * src/imap.c
7248         * src/mbox_folder.c
7249         * src/mh.c
7250         * src/news.c
7251         * src/procmsg.c
7252         * src/summaryview.c
7253                 replace claws' fetch_msginfo with main's get_msginfo
7254                 (use main's implementation where possible)
7255
7256 2002-11-15 [colin]      0.8.5claws159
7257
7258         * src/ssl_certificate.c
7259                 Missed a check
7260
7261 2002-11-16 [melvin]     0.8.5claws158
7262
7263         * po/fr.po
7264                 Updated French translations.
7265
7266 2002-11-16 [colin]      0.8.5claws157
7267
7268         * src/ssl_certificate.c
7269                 Check for missing parts in the certificates
7270
7271 2002-11-15 [colin]      0.8.5claws156
7272
7273         * src/folderview.c
7274                 Preventive fix (missing check) found by
7275                 Alfons
7276
7277 2002-11-15 [paul]
7278
7279         * NEWS
7280                 sync with 0.8.6 release
7281
7282 2002-11-15 [colin]      0.8.5claws155
7283
7284         * src/folder.[ch]
7285           src/folderview.c
7286                 Fix error handling of folder_item_move_to()
7287                 (thanks to Alfons!)
7288
7289 2002-11-15 [colin]      0.8.5claws154
7290
7291         * src/folder.[ch]
7292           src/folderview.c
7293                 folder_item_move_to() sets an error message instead
7294                 of having GUI stuff in folder.c
7295
7296 2002-11-15 [colin]      0.8.5claws153
7297
7298         * src/procmsg.[ch]
7299                 Implemented a callback for MsgInfo updates, 
7300                 heavily copy/pasted from Christoph's folder 
7301                 callback system
7302         * src/summaryview.[ch]
7303                 Register summary_update_msg as callback
7304
7305 2002-11-14 [colin]      0.8.5claws152
7306         
7307         * src/procmsg.c
7308                 Update the FolderItem after sending (fixes 617593)
7309
7310 2002-11-14 [christoph]  0.8.5claws151
7311
7312         * src/folder.c
7313                 fix wrong position of NULL pointer check found
7314                 by Sergey
7315
7316 2002-11-14 [christoph]  0.8.5claws150
7317
7318         * src/folder.c
7319                 fix segfault when deleting messages from IMAP folders
7320                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7321
7322 2002-11-14 [colin]      0.8.5claws149
7323
7324         * src/compose.c
7325                 Forwarding was also ignoring the folder's default account.
7326
7327 2002-11-14 [colin]      0.8.5claws148
7328
7329         * src/compose.c
7330                 Fix sent folder not set to folder properties when 
7331                 forwarding.
7332
7333 2002-11-14 [thorsten]   0.8.5claws147
7334
7335         * src/inc.c
7336                 inc_start(): Files were not moved from .processing to inbox,
7337                 if no global processing rule existed
7338
7339 2002-11-14 [colin]      0.8.5claws146
7340
7341         * src/ssl_certificate
7342                 Fix file operations
7343
7344 2002-11-14 [paul]       0.8.5claws145
7345
7346         * po/it.po
7347                 updated by Alessandro Maestri
7348
7349 2002-11-13 [alfons]     0.8.5claws144
7350
7351         * src/folder.c
7352                 folder_item_close(): only mark messages unread
7353                 when a folder has new messages 
7354
7355 2002-11-13 [keith]      0.8.5claws143
7356
7357         * src/imap.c
7358                 Fix problem moving or copying between
7359                 IMAP folders
7360
7361 2002-11-13 [colin]      0.8.5claws142
7362
7363         * src/matcher_parser_parse.y
7364                 Fix rule problem when " don't match
7365
7366 2002-11-13 [christoph]  0.8.5claws141
7367
7368         * src/folder.c
7369         * src/folderview.c
7370                 moved cache saving to folder_item_close
7371                 the folderview should not have to deal with
7372                 this things
7373
7374 2002-11-13 [christoph]  0.8.5claws140
7375
7376         * src/summaryview.c
7377                 moved setting of important score to
7378                 summary_set_prefs_from_folderitem
7379
7380 2002-11-13 [colin]      0.8.5claws139
7381
7382         * src/matcher_parser_parse.y
7383                 Fix a segfault in the parser (happening when
7384                 a good expression had been tested and a bad 
7385                 one arrives)
7386
7387 2002-11-13 [paul]       0.8.5claws138
7388
7389         * sync with 0.8.5cvs24
7390                 see ChangeLog 2002-11-13
7391                 
7392         * po/pt_BR.po
7393                 updated by Fabio Jr. Beneditto
7394
7395 2002-11-13 [colin]      0.8.5claws137
7396         
7397         * src/msgcache.c
7398           src/defs.h
7399           src/procmsg.[ch]
7400                 Revert last commit, problem
7401
7402 2002-11-13 [colin]      0.8.5claws136
7403
7404         * src/msgcache.c
7405                 Remove duplicated code
7406         * src/defs.h
7407                 Bumped CACHE_VERSION and MARK_VERSION
7408         * src/procmsg.[ch]
7409                 Network endian for cache and mark files
7410
7411 2002-11-12 [colin]      0.8.5claws135
7412
7413         * src/inc.c
7414                 Fix the "socket error" dialog which disappeared
7415
7416 2002-11-12 [colin]      0.8.5claws134
7417
7418         * src/msgcache.c
7419                 Reverse last commit which had performance 
7420                 problems, but still reverse the list
7421
7422 2002-11-12 [colin]      0.8.5claws133
7423
7424         * src/msgcache.c
7425                 Reverse list order
7426
7427 2002-11-12 [melvin]     0.8.5claws132
7428
7429         * src/compose.c
7430                 Added a check for a NULL prefs_common.dictionary
7431
7432 2002-11-12 [colin]      0.8.5claws131
7433
7434         * src/ssl_certificate.[ch]
7435                 Use FQDN hostname
7436
7437 2002-11-12 [colin]      0.8.5claws130
7438
7439         * src/ssl_certificate.[ch]
7440                 Take connection port into account for 
7441                 checking certificates (a single hostname
7442                 could have multiple servers with multiple
7443                 certificates)
7444         * src/ssl.c
7445                 Pass the port to ssl_certificate_check
7446
7447 2002-11-12 [paul]       0.8.5claws129
7448
7449         * src/folder.c
7450                 fix a typo in last commit
7451
7452 2002-11-12 [paul]       0.8.5claws128
7453
7454         * sync with 0.8.5cvs23
7455                 see ChangeLog entry 2002-11-12
7456
7457 2002-11-11 [colin]      0.8.5claws127
7458
7459         * src/ssl_certificate.c
7460                 Cleaner messages
7461                 Don't popup, instead log error, if the 
7462                 corresponding pref is checked
7463         * src/ssl_certificate.h
7464                 include <openssl/objects/h>
7465
7466 2002-11-11 [colin]      0.8.5claws126
7467
7468         * src/ssl_certificate.h
7469                 _Really_ clean it
7470
7471 2002-11-11 [colin]      0.8.5claws125
7472         
7473         * src/ssl_certificate.c
7474                 Fixed leak
7475
7476 2002-11-11 [colin]      0.8.5claws124
7477
7478         * src/ssl.c
7479                 Cleaned a bit
7480         * src/ssl_certificate.[ch]
7481                 Cleaned a bit (better use of SSL API)
7482                 (This will cause non-recognition of saved 
7483                  certificates of claws12[23]...)
7484
7485 2002-11-11 [paul]       0.8.5claws123
7486         
7487         * po/es.po
7488                 updated by Ricardo Mones Lastra
7489
7490 2002-11-11 [colin]      0.8.5claws122
7491
7492         * src/ssl.c
7493                 Fix a typo
7494
7495 2002-11-11 [colin]      0.8.5claws121
7496
7497         * src/ssl_certificate.[ch] ** NEW FILES **
7498         * src/ssl.[ch]
7499                 Check SSL certificates presented to us
7500         * src/Makefile.am
7501                 Add ssl_certificate.[ch]
7502         * po/POTFILES.in
7503                 Add ssl_certificate.c
7504
7505 2002-11-11 [paul]       0.8.5claws120
7506
7507         * sync with 0.8.5cvs22
7508                 see ChangeLog 2002-11-11
7509
7510 2002-11-11 [paul]       0.8.5claws119
7511
7512         * sync with 0.8.5cvs21
7513                 see ChangeLog 2002-11-11
7514
7515 2002-11-10 [jens]       0.8.5claws118
7516
7517         * src/folder.c
7518         * src/folderview.c
7519                 corrected some typing
7520         * po/de.po
7521                 updated german translation
7522         * sylpheed.spec.in
7523                 cleaned up specfile and adjusted it for claws
7524
7525 2002-11-10 [colin]      0.8.5claws117
7526
7527         * src/summaryview.c
7528                 a STATUSBAR_PUSH/POP fix
7529
7530 2002-11-10 [colin]      0.8.5claws116
7531
7532         * src/prefs_folder_item.c
7533                 Fix hanging after opening folder properties
7534
7535 2002-11-10 [hoa]        0.8.5claws115
7536
7537         * src/matcher_parser_lex.l
7538         * src/matcher_parser_parse.y
7539                 config file for scoring and filtering is no more trashed
7540                 when there is a syntax error in a filtering rule when
7541                 editing it in a dialog.
7542
7543 2002-11-09 [colin]      0.8.5claws114
7544
7545         * src/mbox_folder.c
7546                 Added missing initialisation of folder->destroy()
7547
7548 2002-11-09 [colin]      0.8.5claws113
7549
7550         * src/folder.c
7551           src/folderview.c
7552                 Fix the status bar messages
7553
7554 2002-11-09 [colin]      0.8.5claws112
7555
7556         * src/folderview.c
7557                 Fix hangs after folder dnd, happening after 
7558                 claws109.
7559
7560 2002-11-09 [christoph]  0.8.5claws111
7561
7562         * src/folderview.c
7563                 just changed order of calls (reverse order of
7564                 associated calls)
7565         * src/inc.c
7566                 lock inc when checking only one account, otherwise
7567                 inc all could be executed at the same time
7568
7569 2002-11-09 [christoph]  0.8.5claws110
7570
7571         * src/folderview.c
7572                 better unlock the mouse cursor before calling
7573                 summary_show because it changes the cursor too
7574
7575 2002-11-09 [christoph]  0.8.5claws109
7576
7577         * src/folder.[ch]
7578         * src/folderview.c
7579                 add functions to open and close a folder
7580                 o opending will execute scanning for remote folders
7581                   and processing
7582                 o closing will unset new flag for messages
7583
7584 2002-11-09 [colin]      0.8.5claws108
7585
7586         * src/folder.c
7587                 Add a call to prefs_matcher_write_config to 
7588                 avoid non-leaf folders filtering settings to be
7589                 lost
7590
7591 2002-11-09 [paul]       0.8.5claws107
7592
7593         * src/prefs_account.c
7594                 re-word a label
7595
7596 2002-11-09 [colin]      0.8.5claws106
7597
7598         * src/folderview.c
7599                 Minor esthetic fix
7600
7601 2002-11-09 [colin]      0.8.5claws105
7602
7603         * src/folderview.c
7604                 Fix prefs_filtering deletion for MH folders (same
7605                 reason as below)
7606         * src/prefs_filtering.c
7607                 Fix prefs_filtering renaming and deletion for 
7608                 folder-based processing rules.  
7609
7610 2002-11-09 [christoph]  0.8.5claws104
7611
7612         * src/compose.c
7613         * src/folder.[ch]
7614         * src/folderview.[ch]
7615         * src/import.c
7616         * src/inc.c
7617         * src/main.c
7618         * src/mainwindow.c
7619         * src/messageview.c
7620         * src/prefs_folder_item.c
7621         * src/procmsg.c
7622         * src/summaryview.c
7623                 implement a callback system for folder item updates
7624
7625 2002-11-09 [colin]      0.8.5claws103
7626
7627         * src/folderview.c
7628                 Fix prefs_filtering renaming for MH folders (we
7629                 shouldn't rename by path as another folder could
7630                 have the same hierarchy).
7631
7632 2002-11-09 [colin]      0.8.5claws102
7633
7634         * src/folder.c
7635                 Fix a leak found by Christoph, use better variable
7636                 names
7637
7638 2002-11-09 [colin]      0.8.5claws101
7639
7640         * src/folder.c
7641                 One more fix for processing rules
7642
7643 2002-11-08 [colin]      0.8.5claws100
7644         
7645         * src/matcher.c
7646                 Don't copy the compiled regexp (will be reevaluated)
7647         * src/folderview.c
7648                 Lock folderview while moving
7649         * src/folder.c
7650                 Provide info on what's happening to the user
7651
7652 2002-11-08 [colin]      0.8.5claws99
7653
7654         * src/folderview.c
7655                 Fix folder reordering after a move if parent is 
7656                 root
7657         * src/scoring.[ch]
7658                 Add function to copy a ScoringProp
7659         * src/prefs_folder_item.c
7660                 Copy scoring rules when copying a folder prefs
7661
7662 2002-11-08 [colin]      0.8.5claws98
7663
7664         * src/folderview.c
7665                 Fixes in case of failure
7666         * src/filtering.[ch]    
7667                 Add function to duplicate a FilteringProp
7668         * src/matcher.[ch]
7669                 Add function to duplicate a MatcherProp
7670         * src/prefs_folder_item.c
7671                 Save folder's processing rules when copying 
7672                 its prefs
7673
7674 2002-11-08 [colin]      0.8.5claws97
7675         
7676         * src/folderview.c
7677                 Sort after move
7678         * src/folder.c 
7679                 Change a printf to debug_print
7680
7681 2002-11-08 [colin]      0.8.5claws96
7682
7683         * src/folder.c
7684           src/folderview.c
7685                 Fix segfaults, call me stupido
7686         
7687
7688 2002-11-08 [colin]      0.8.5claws95
7689
7690         *src/folder.c
7691                 Added forgotten prefs to save when moving folders
7692
7693 2002-11-08 [colin]      0.8.5claws94
7694
7695         * src/folder.c
7696                 Fixes to folder DND (prefs copy)
7697         * src/folderview.c
7698                 Optimization for folder DND (don't rescan whole tree)
7699                 Added folderview_create_folder_node() for this 
7700                 optimization, so de-duped a bit the code
7701         * src/prefs_folder_item.[ch]
7702                 Added prefs_folder_item_copy_prefs()    
7703           
7704 2002-11-08 [paul]       0.8.5claws93
7705
7706         * src/prefs_account.c
7707           tools/README
7708           tools/kmail2sylpheed_v2.pl
7709                 correct some typos
7710
7711 2002-11-08 [paul]       0.8.5claws92
7712
7713         * src/compose.c
7714           src/prefs_account.[ch]
7715                 remove account options 'clearsign' and 'ascii_armored',
7716                 replace with 'default_gnupg_mode' to prevent mixed-mode
7717                 Privacy settings
7718
7719 2002-11-08 [paul]       0.8.5claws91
7720
7721         * src/compose.[ch]
7722                 re-implement GnuPG 'on-the-fly' mode selection,
7723                 disallow mixed-mode
7724
7725 2002-11-08 [colin]      0.8.5claws90
7726
7727         * src/folderview.c
7728           src/prefs_folder_item.c
7729                 Change "Property" to "Properties"
7730
7731 2002-11-07 [colin]      0.8.5claws89
7732
7733         * src/folderview.c
7734           src/folder.c
7735                 Allow folder dropping to a root folder
7736
7737 2002-11-07 [paul]       0.8.5claws88
7738
7739         * src/compose.c
7740                 revert last commit
7741
7742 2002-11-07 [paul]       0.8.5claws87
7743
7744         * src/compose.c
7745                 fix reply-to-list bug. closes bug report
7746                 "[633382] reply-to-list broken in recent cvs"
7747
7748 2002-11-07 [paul]       0.8.5claws86
7749
7750         * src/compose.c
7751                 add a forgotten '#if USE_GPGME ... #endif'
7752
7753 2002-11-07 [paul]       0.8.5claws85
7754
7755         * sync with 0.8.5cvs20
7756                 see ChangeLog 2002-11-07
7757
7758 2002-11-07 [colin]      0.8.5claws84
7759
7760         * src/folder.[ch]
7761                 Change folder_item_move_to to return the newly 
7762                 created folderitem.
7763         * src/folderview.c
7764                 Select the new folderitem after moving.
7765
7766 2002-11-07 [colin]      0.8.5claws83
7767
7768         * src/prefs_filtering.c
7769                 Fix rule rewriting when moving a leaf folder to a 
7770                 shorter path
7771
7772 2002-11-07 [colin]      0.8.5claws82
7773
7774         * src/prefs_filtering.c
7775                 fix a leak
7776
7777 2002-11-07 [colin]      0.8.5claws81
7778
7779         * src/folder.[ch]
7780                 Add folder_item_move_to() function to move a 
7781                 folderitem into another one (updates matcher etc)
7782         * src/folderview.c
7783                 Add folder drag'n drop (context menu to come)
7784                 [Should be dataloss free, but Please backup before 
7785                  trying !]
7786
7787 2002-11-06 [colin]      0.8.5claws80
7788
7789         * src/mh.c
7790                 mh_create_folder() returns NULL if can't create
7791                 directory hierarchy
7792
7793 2002-11-06 [paul]       0.8.5claws79
7794
7795         * src/compose.[ch]
7796                 allow 'on-the-fly' changing of the type of encryption 
7797                 and/or signing used (mime/ascii) via the compose window
7798
7799 2002-11-06 [paul]       0.8.5claws78
7800
7801         * sync with 0.8.5cvs19
7802                 see ChangeLog 2002-11-06 for src/account.c: 
7803                 account_get_special_folder()
7804                 
7805 2002-11-05 [alfons]     0.8.5claws77
7806
7807         * src/crash.c
7808                 very minor cleanups: nothing to see here, move on. :-)
7809
7810 2002-11-05 [colin]      0.8.5claws76
7811
7812         * src/main.c
7813                 Changes choices if compose windows are opened to
7814                 Discard, Draft, Don't quit
7815
7816 2002-11-05 [thorsten]   0.8.5claws75
7817
7818         * src/compose.c
7819                 reenabled default_reply_to folder option
7820
7821 2002-11-05 [colin]      0.8.5claws74
7822
7823         * src/compose.[ch] 
7824                 add compose_draft()
7825         * src/crash.c
7826                 add SIGTERM handler
7827         * src/main.[ch]
7828                 add clean_quit() for the SIGTERM handler
7829
7830 2002-11-05 [paul]       0.8.5claws73
7831         
7832         * po/es.po
7833                 updated by Ricardo Mones Lastra
7834
7835 2002-11-05 [melvin]     0.8.5claws72
7836
7837         * src/logwindow.c
7838                 Fixed log-clipping bug #616795.
7839                 To stop logging in the log window use 0 length.
7840         * src/prefs_common.c
7841                 Added a label to inform about the 0 log length behaviour.
7842
7843 2002-11-05 [paul]       0.8.5claws71
7844
7845         * sync with 0.8.5cvs17
7846                 see ChangeLog 2002-11-05
7847
7848 2002-11-04 [paul]       0.8.5claws70
7849
7850         * sylpheed-128x128.png
7851           sylpheed-64x64.png
7852           sylpheed.png
7853                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7854                 <nikai@users.sourceforge.net>
7855                 
7856         * po/bg.po
7857                 updated by George Danchev
7858
7859 2002-11-03 [thorsten]   0.8.5claws69
7860
7861         * src/main.c
7862           src/mimeview.c
7863           src/rfc2015.h
7864                 add check if gpg is active
7865
7866 2002-11-03 [thorsten]   0.8.5claws68
7867
7868         * src/toolbar.h
7869                 removed GSList declaration causing trouble on MacOS-X
7870                 (submitted by alfons, reported by xfesty)
7871
7872 2002-11-01 [paul]       0.8.5claws67
7873
7874         * src/mainwindow.c
7875                 remove last remnants of main's filter code
7876
7877 2002-11-01 [paul]       0.8.5claws66
7878
7879         * tools/filter_conv.pl
7880                 fix bug where user-defined headers were ignored
7881
7882 2002-11-01 [paul]       0.8.5claws65
7883
7884         * src/logwindow.c
7885                 make a debug_print() not translatable
7886
7887 2002-10-31 [melvin]     0.8.5claws64
7888
7889         * ac/aspell.m4
7890                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7891                 not run any GNU/aspell test.  The dictionary path will
7892                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7893                 was given, in which case, it will be $prefix/lib/aspell/
7894         * configure.in
7895                 Fixed typo in commentary (Aspell code).
7896
7897 2002-10-31 [paul]       0.8.5claws63
7898
7899         * po/POTFILES.in
7900                 remove src/filter.c and src/prefs_filter.c
7901                 thanks to Ricardo for reminding me
7902
7903 2002-10-31 [colin]      0.8.5claws62
7904
7905         * src/mbox_folder.c
7906                 Plug some leaks
7907
7908 2002-10-31 [paul]       0.8.5claws61
7909
7910         * src/prefs_filter.[ch] ** REMOVED **
7911           src/filter.[ch]       ** REMOVED **
7912           
7913         * src/Makefile.am
7914           src/folderview.c
7915           src/inc.c
7916           src/main.c
7917           src/mainwindow.c
7918           src/mbox.c
7919           src/prefs_common.c
7920           src/prefs_filtering.c
7921           src/summaryview.[ch]
7922                 remove main's 'filter' code
7923                 
7924         README.claws
7925                 update to reflect removal of main's filter
7926
7927 2002-10-31 [paul]       0.8.5claws60
7928
7929         * src/summaryview.c
7930                 remove check for global_processing in summary_filter_open(). 
7931                 This fixes the bug where if the user uses the right-click 
7932                 'Create filter rule...' and doesn't have any filter rules 
7933                 already defined in claws' advanced filtering, the newly 
7934                 created filter rule goes to main's filtering which is 
7935                 inaccessible through the gui. Now the filter rule gets added
7936                 to claws' filtering by default.
7937
7938 2002-10-28 [melvin]     0.8.5claws59
7939
7940         * src/prefs_actions.c
7941                 Fixed bug #627322 where MIME parts were not always
7942                 correctly passed to a %p action
7943                 Display an error dialog when message filename is not found.
7944
7945 2002-10-28 [melvin]     0.8.5claws58
7946
7947         * src/prefs_common.c
7948                 Readded a missing function declaration lost in 0.8.3claws34
7949
7950 2002-10-28 [paul]       0.8.5claws57
7951
7952         * sync with 0.8.5cvs15
7953                 see ChangeLog 2002-10-28 and 2002-10-25
7954                 
7955         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7956
7957 2002-10-27 [oliver]     0.8.5claws56
7958
7959         * src/pop.c
7960                 plug leak in pop3_top_recv
7961
7962 2002-10-26 [christoph]  0.8.5claws55
7963
7964         * src/folder.c
7965                 set need_update folder flag when messages are added
7966                 (closes bug [ 626922 ] folder not updated after receiving)
7967
7968 2002-10-25 [melvin]     0.8.5claws54
7969
7970         * src/imageview.c
7971                 Fixed a memleak introduced in the scaling code.
7972
7973 2002-10-24 [alfons]     0.8.5claws53
7974
7975         * src/filtering.c
7976                 make filtering's forward message action forward from the 
7977                 correct account
7978                 (closes bug [628089 ] Filter -> Forward from address problem
7979                 reported by Oktay)
7980
7981 2002-10-24 [christoph]  0.8.5claws52
7982
7983         * src/mainwindow.c
7984         * src/manual.[ch]
7985                 o use manual of current locale or english if current
7986                   locale is not available (and english is available)
7987                 o also link to sylpheed doc project manuals
7988
7989 2002-10-23 [paul]       0.8.5claws51
7990
7991         * tools/README
7992           tools/kmail2sylpheed_v2.pl
7993                 add new version of kmail addressbook importer script.
7994                 works with newer versions of Kmail/KAddressBook which
7995                 have new and rearranged data.
7996
7997 2002-10-23 [martin]     0.8.5claws50
7998
7999         * src/folderview.c
8000         * src/summaryview.c
8001         * src/utils.h
8002         * src/utils.c
8003                 added length parameter to get_abbrev_newsgroup_name()
8004                 changed this function so that it abbreviates the newsgroup
8005                 names only so long it is smaller than the length parameter
8006                 (for better reading of some newsgroup names and space efficiency)
8007
8008 2002-10-22 [colin]      0.8.5claws49
8009
8010         *src/foldersel.c
8011                 Revert Alfons' last modification (after voting ;-))
8012
8013 2002-10-21 [alfons]     0.8.5claws48
8014
8015         * src/foldersel.c
8016                 folder view in folder selection dialog reflects state of
8017                 folder view in main window
8018
8019 2002-10-18 [alfons]     0.8.5claws47
8020
8021         * src/mbox.c
8022                 drop imported messages in folder selected by user,
8023                 and not in the inbox
8024                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8025
8026 2002-10-18 [alfons]     0.8.5claws46
8027
8028         * src/compose.c
8029                 make automagic reply work correctly for email accounts 
8030                 (whether it's viable to do a full sync with Hiro's 
8031                 compose.c is still under discussion)
8032
8033 2002-10-18 [melvin]     0.8.5claws45
8034
8035         * src/prefs_actions.c
8036                 Fixed bug #622275 where asynchroneous actions left 
8037                 zombies processes
8038                 Made (synchroneous) actions' input be displayed live.
8039
8040 2002-10-18 [christoph]  0.8.5claws44
8041
8042         * src/textview.c
8043                 don't add a newline in the textview in front of the
8044                 first textpart if header display is disabled
8045                 (closes bug [ 603385 ] disabled header display leaves blank
8046                  lin)
8047
8048 2002-10-18 [christoph]  0.8.5claws43
8049
8050         * src/folder.[ch]
8051         * src/imap.c
8052         * src/mbox_folder.c
8053         * src/mh.c
8054         * src/news.c
8055                 folder->get_num_list now returns an error code
8056                 (closes bug [ 609424 ] News cache cleared on failure)
8057                 
8058 2002-10-17 [colin]      0.8.5claws42
8059         
8060         * src/news.c
8061                 Changed a printf by debug_print
8062
8063 2002-10-16 [paul]       
8064
8065         * tools/OOo2sylpheed.pl
8066                 allow for spaces in the name of the
8067                 file to be attached.
8068
8069 2002-10-16 [colin]      0.8.5claws41
8070
8071         * src/main.c
8072                 Use a tristate to change online mode
8073
8074 2002-10-16 [paul]       0.8.5claws40
8075
8076         * po/es.po
8077                 updated by Ricardo Mones Lastra
8078
8079 2002-10-16 [colin]      0.8.5claws39
8080
8081         * src/main.c
8082           src/mainwindow.[ch]
8083                 Added --online and --offline command-line
8084                 switches
8085
8086 2002-10-15 [christoph]  0.8.5claws38
8087
8088         * src/procmime.c
8089                 set mimeinfo->name to NULL after g_free to
8090                 avoid double freeing with g_free
8091
8092 2002-10-14 [christoph]  0.8.5claws37
8093
8094         * src/compose.c
8095         * src/filtering.c
8096         * src/summaryview.c
8097                 remove calls to folder->change_flags that are now
8098                 done by procmsg flag functions (seems it is not
8099                 used by any foldertype anyway)
8100         * src/folder.c
8101                 init folder->change_flags with NULL
8102
8103 2002-10-14 [christoph]  0.8.5claws36
8104
8105         * src/folder.[ch]
8106         * src/imap.[ch]
8107                 use virtual functions for folder item new and destroy
8108                 functions
8109
8110 2002-10-14 [melvin]     0.8.5claws35
8111
8112         * src/compose.c
8113                 Added a test to not run the spell checker if no default
8114                 dictionary is available. No dialog is displayed though.
8115
8116 2002-10-14 [melvin]     0.8.5claws34
8117
8118         * src/gtkaspell.c
8119                 Fixed bug in dictionary list context menu where
8120                 "More..." pointed to an emtpy submenu if the
8121                 number of dictionaries is a multiple of 15
8122                 Removed unneeded code in suggestions list creation
8123
8124 2002-10-14 [paul]       0.8.5claws33
8125
8126         * po/bg.po
8127                 updated by George Danchev
8128
8129 2002-10-13 [hoa]        0.8.5claws32
8130
8131         * src/matcher.[ch]
8132           src/matcher_parser_parser.y
8133                 removed the escaped string from internal structure
8134                 of matcher.
8135
8136 2002-10-12 [colin]      0.8.5claws31
8137
8138         * src/gtksctree.[ch]
8139           src/summaryview.c
8140                 Removed useless function gtksctree_reanchor
8141
8142 2002-10-12 [alfons]     0.8.5claws30
8143         
8144         * sync with remaining main changes 2002-10-09 - 2002-10-11
8145         - drop changes to src/compose.c (requires claws specific changes)
8146         
8147 2002-10-12 [alfons]     0.8.5claws29
8148         
8149         * sync with main changes of 2002-10-08
8150         - drop changes to src/compose.c (requires claws specific changes)
8151         - drop changes to src/summaryview.c (requires changes to compose.c)     
8152
8153 2002-10-12 [alfons]     0.8.5claws28
8154         
8155         * sync with main changes of 2002-10-07
8156
8157 2002-10-12 [alfons]     0.8.5claws27
8158
8159         * sync with main changes of 2002-10-04
8160         - drop changes to src/compose.c (requires claws specific changes)
8161         - drop changes to src/prefs_folder_item.c (claws implementation
8162           seems to be working)
8163
8164 2002-10-12 [colin]      0.8.5claws26
8165
8166         * src/mainwindow.c
8167                 Fix folder-flicker when space-reading, introduced 
8168                 in claws22.
8169
8170 2002-10-12 [colin]      0.8.5claws25
8171
8172         * src/compose.c
8173                 Save account address when saving as draft.
8174                 (closes bug 621838)
8175
8176 2002-10-12 [colin]      0.8.5claws24
8177
8178         * src/summaryview.c
8179                 Fix the problem consisting of no message selected
8180                 after the last message in a folder has been moved.
8181
8182 2002-10-12 [paul]       0.8.5claws23
8183
8184         * src/compose.c
8185           src/prefs_template.c
8186           src/template.[ch]
8187                 add Cc and Bcc to templates. Patch submitted by
8188                 John L. Males.
8189
8190 2002-10-12 [colin]      0.8.5claws22
8191
8192         * src/folderview.c
8193                 Fix a bug after "Check for new messages":
8194                 If a folder was opened, it was still selected at
8195                 the end of the check, but displayed empty.
8196         * src/mainwindow.c
8197                 Remove unnecessary check
8198
8199 2002-10-12 [paul]
8200
8201         * tools/README
8202                 be more verbose in the description of
8203                 OOo2sylpheed.pl
8204                 
8205
8206 2002-10-11 [colin]      0.8.5claws21
8207
8208         * src/mainwindow.c
8209                 Make space work (better) when no mail is selected
8210
8211 2002-10-11 [colin]      0.8.5claws20
8212
8213         * src/inc.c
8214           src/news.c
8215                 fix warnings
8216
8217 2002-10-11 [colin]      0.8.5claws19
8218
8219         * src/mainwindow.c
8220                 revert 0.8.5claws6 changes as i couldn't get to
8221                 anything satisfying
8222
8223 2002-10-11 [melvin]     0.8.5claws18
8224
8225         * src/compose.c
8226                 Removed buggy and unused macro (should have been committed in
8227                 0.8.5claws17)
8228
8229 2002-10-11 [melvin]     0.8.5claws17
8230
8231         * src/compose.c
8232                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8233
8234 2002-10-11 [thorsten]   0.8.5claws16 
8235
8236         * src/folderview.c
8237                 remove rescan warning
8238
8239 2002-10-11 [colin]      0.8.5claws15 
8240
8241         * src/procheader.c
8242                 fix a segfault that happens if conv_unmime_header
8243                 fails (should be better to find out why it fails)
8244
8245 2002-10-11 [christoph]  0.8.5claws14
8246
8247         * src/summaryview.c
8248                 update folderview stats after ignore/unignore thread
8249
8250 2002-10-11 [hoa]        0.8.5claws13
8251
8252         * src/quote_fmt_parse.y
8253                 Fixed a yacc/bison syntax error
8254         * src/matcher.c
8255                 Escaping of string is fixed.
8256
8257 2002-10-11 [colin]      0.8.5claws12
8258
8259         * src/imageview.c
8260                 Resize images to fit
8261
8262 2002-10-11 [paul]       0.8.5claws11
8263
8264         * po/es.po
8265                 updated by Ricardo Mones Lastra
8266
8267 2002-10-10 [alfons]     0.8.5claws10
8268
8269         * src/compose.c
8270                 allow dropping files by "moving" files from a file manager,
8271                 not only by the more cumbersome "copying". the latter 
8272                 mostly implies holding down the Control button
8273
8274 2002-10-10 [christoph]  0.8.5claws9
8275
8276         * src/summaryview.c
8277                 update folders after thread building for ignored threads
8278
8279 2002-10-10 [christoph]  0.8.5claws8
8280
8281         * config/.cvsignore
8282                 added Makefile
8283         * src/filtering.[ch]
8284         * src/folder.[ch]
8285         * src/folderview.[ch]
8286         * src/import.c
8287         * src/inc.[ch]
8288         * src/mbox.[ch]
8289         * src/procmsg.c
8290         * src/summaryview.[ch]
8291                 o added new flag need_update to FolderItem
8292                 o removed folder_table from various functions from tracking
8293                   folder updates
8294                 o set need_update flags in folder.c's move, copy and delete
8295                   functions and procmsg's flags functions
8296                 o added function folderview_update_items_when_required that
8297                   updates all folders with need_update set
8298                 o call folderview_update_items_when_required instead of
8299                   folderview_update_item_foreach
8300
8301 2002-10-09 [sergey]     0.8.5claws7
8302
8303         * src/compose.c
8304                 Strip CRs whel loading the text into editor in reedit mode.
8305
8306 2002-10-09 [colin]      0.8.5claws6
8307
8308         * src/mainwindow.c
8309                 Make Space work when no mail is selected
8310
8311 2002-10-09 [colin]      0.8.5claws5
8312
8313         * src/gtksctree.[ch]
8314                 Fix range_select
8315                 Add gtk_sctree_reanchor() 
8316         * src/summaryview.c
8317                 Use gtk_sctree_reanchor() - better fix for 
8318                 bug 60413
8319
8320 2002-10-09 [colin]      0.8.5claws4
8321
8322         * src/summaryview.c
8323                 Fix shift-click select after delete problem
8324                 (closes bug 60413)
8325
8326 2002-10-08 [thorsten]   0.8.5claws3
8327
8328         * src/summaryview.c
8329                 exclude current msg from -hide read messages-
8330
8331 2002-10-08 [colin]      0.8.5claws2
8332
8333         * src/inc.[ch]
8334           src/pop.c
8335           src/recv.c
8336                 Differentiate socket errors from disk full
8337                 errors
8338
8339 2002-10-08 [christoph]  0.8.5claws1
8340
8341         * Makefile.am
8342         * configure.in
8343                 modifications for new config directory
8344
8345         * config.guess  ** REMOVED **
8346         * config.sub    ** REMOVED **
8347         * install-sh    ** REMOVED **
8348         * ltmain.sh     ** REMOVED **
8349         * missing       ** REMOVED **
8350         * mkinstalldirs ** REMOVED **
8351                 these files are autogenerated by automake
8352                 when you run autogen.sh
8353
8354         * config/.cvsignore     ** NEW FILE **
8355         * config/Makefile.am    ** NEW FILE **
8356                 ignore autogenerated files
8357                 create a Makefile in this directory
8358
8359 2002-10-08 [paul]       0.8.5claws
8360
8361         * 0.8.5claws release
8362         
8363         * src/compose.c
8364           src/procheader.c
8365           src/procmsg.c
8366                 fix quote reply format for newsgroups reply bug
8367                 (thanks to Hoa)
8368                 
8369         * po/en_GB.po
8370           po/pl.po
8371                 updated by me and Witold Wladyslaw Wojciech Wilk
8372                 repectively
8373
8374 2002-10-07 [paul]       0.8.3claws53
8375
8376         * po/it.po
8377           po/pt_BR.po
8378           po/sr.po
8379                 updated messages catalogs, submitted by
8380                 Alessandro Maestri, Fabio Jr.Beneditto 
8381                 and Urke MMI, respectively.
8382
8383 2002-10-07 [christoph]  0.8.3claws52
8384
8385         * src/folder.[ch]
8386         * src/folderview.c
8387         * src/mainwindow.c
8388                 fix new folder ghost message bug
8389                 (closes bug [ 619722 ] wrong count for newly created folders)
8390
8391 2002-10-07 [christoph]  0.8.3claws51
8392
8393         * src/compose.c
8394                 fix news posting problem
8395
8396 2002-10-07 [melvin]     0.8.3claws50
8397
8398         * po/fr.po
8399                 Updated French translation
8400
8401 2002-10-05 [christoph]  0.8.3claws49
8402
8403         * src/gtkstext.c
8404                 check if line_start_cache is set in gtk_stext_update_text
8405                 (closes bug [ 618119 ] crash while doing search in folder)
8406
8407 2002-10-05 [christoph]  0.8.3claws48
8408
8409         * src/imap.c
8410         * src/news.c
8411         * src/utils.c
8412         * src/utils.h
8413                 implement cache cleanups for claws' folder system
8414                 (closes bug [ 595916 ] imapcache not cleaned up)
8415
8416 2002-10-05 [melvin]     0.8.3claws47
8417
8418         * src/prefs_actions.c
8419                 Made the help text more clear for the %p token
8420
8421 2002-10-04 [paul]       0.8.3claws46
8422
8423         * sync with 0.8.5
8424                 see ChangeLog 2002-10-02 and 2002-10-03
8425
8426 2002-10-04 [christoph]  0.8.3claws45
8427
8428         * src/inc.c
8429                 fix segfault caused by pop before smtp
8430                 call to inc_account_mail with NULL
8431                 pointer for mainwin
8432
8433 2002-10-04 [paul]       0.8.3claws44
8434
8435         * configure.in
8436                 sync the LDAP detection from 0.8.5cvs1
8437
8438 2002-10-02 [christoph]  0.8.3claws43
8439
8440         * po/de.po
8441                 fix small spelling error
8442
8443 2002-10-02 [melvin]     0.8.3claws42
8444
8445         * ac/aspell.m4
8446                 Behave better and say "no" when test program cannot be run.
8447
8448 2002-10-02 [paul]       0.8.3claws41
8449
8450         * sync with 0.8.4cvs1
8451                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8452                 
8453         * src/summaryview.c
8454                 toggle the behavior of Reply menuitem between
8455                 normal reply and reply-to-list
8456
8457 2002-10-01 [sergey]     0.8.3claws40
8458
8459         * src/compose.c
8460                 Convert newlines in the message text to the canonical form
8461                 before base64 encoding (RFC2045 compliance, fixes some
8462                 interoperability issues with Evolution 1.0.3)
8463
8464 2002-09-29 [colin]      0.8.3claws39
8465
8466         * src/summaryview.c
8467                 Fix an unwanted copy/paste
8468
8469 2002-09-29 [colin]      0.8.3claws38
8470
8471         * src/mainwindow.c
8472                 Renamed "Custom toolbar" to "Customize toolbar"
8473                 Renamed "Show all header" to "Show all headers"
8474                 Renamed "Set diplay item" to "Set displayed items"
8475         * src/prefs_common.c
8476                 Renamed "Show all header" to "Show all headers"
8477         * src/prefs_summary_column.c
8478                 Renamed "diplay item" to "displayed items"
8479
8480 2002-09-29 [colin]      0.8.3claws37
8481
8482         * src/mainwindow.[ch]
8483                 online/offline status pixmaps follow theme
8484                 changes
8485         * src/summaryview.[ch]
8486                 quicksearch pixmap follows theme changes
8487
8488 2002-09-29 [thorsten]   0.8.3claws36
8489
8490         * src/compose.c
8491           src/prefs_folder_item.[ch]
8492                 add default_reply_to folder option (closes patch 581044)
8493
8494 2002-09-29 [christoph]  0.8.3claws35
8495
8496         * acconfig.h    ** REMOVED **
8497         * configure.in
8498         * ac/aspell.m4
8499         * ac/check-type.m4
8500         * ac/gnupg-check-typedef.m4
8501                 fix autoheader 2.50 warning
8502
8503 2002-09-29 [christoph]  0.8.3claws34
8504
8505         * major code cleanup (part 2)
8506         
8507                 - unused variables removed
8508                 - unused functions removed
8509                 - uninitialized variables checked
8510                 - missing return statements added
8511                 - missing function return types added
8512                 - added parentheses around assignment
8513                   when suggested by gcc
8514
8515 2002-09-29 [alfons]     0.8.3claws33
8516
8517         * src/logwindow.c
8518                 log_window_clear(): only bracket gtk_text_forward_delete() 
8519                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8520                 works around GTK text bug)
8521
8522 2002-09-29 [paul]       0.8.3claws32
8523
8524         * po/bg.po
8525           po/sr.po
8526                 updated by George Danchev and Urke MMI
8527                 respectively
8528
8529 2002-09-27 [christoph]  0.8.3claws31
8530
8531         * doc-src/readme.txt
8532         * doc-src/rfc1806.txt   ** REMOVED **
8533         * doc-src/rfc2183.txt   ** NEW FILE **
8534         * doc-src/rfc2980.txt   ** NEW FILE **
8535                 update rfcs
8536
8537 2002-09-27 [melvin]     0.8.3claws30
8538
8539         * ac/aspell.m4
8540                 Fixed typo which could break linking
8541
8542 2002-09-27 [melvin]     0.8.3claws29
8543
8544         * ac/aspell.m4
8545                 Improved GNU/aspell checking. 
8546                 Fixed bug #614490
8547
8548 2002-09-27 [paul]       0.8.3claws28
8549
8550         * sync with 0.8.3cvs8
8551                 see ChangeLog 2002-09-27
8552
8553 2002-09-26 [colin]      0.8.3claws27
8554
8555         * src/toolbar.[ch]
8556           src/mainwindow.[ch]
8557                 Add "Reply to Mailing-list" to the toolbar
8558
8559 2002-09-26 [christoph]  0.8.3claws26
8560
8561         * src/summaryview.c
8562                 Fix wrong message counts in summaryview status
8563
8564 2002-09-26 [paul]       0.8.3claws25
8565
8566         * sync with 0.8.3cvs7
8567                 see ChangeLog 2002-09-26
8568
8569 2002-09-26 [paul]       0.8.3claws24
8570
8571         * sync with 0.8.3cvs6
8572                 see ChangeLog 2002-09-25
8573
8574 2002-09-25 [christoph]  0.8.3claws23
8575
8576         * src/prefs_common.c
8577         * src/prefs_folder_item.c
8578         * src/prefs_scoring.c
8579                 Renamed "kill score" to "hide score" in GUI
8580                 and prefs files
8581
8582 2002-09-25 [paul]       0.8.3claws22
8583
8584         * sync with 0.8.3cvs5
8585                 see ChangeLog 2002-09-24
8586
8587 2002-09-24 [alfons]     0.8.3claws21
8588
8589         patch by Satoshi Nagayasu: allows appending / saving multiple 
8590         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8591         'Save as ...'")
8592
8593         * AUTHORS
8594                 add Satoshi Nagayasu
8595         * src/summaryview.c
8596                 summary_save_as(): allow saving selected files to
8597                 one file
8598                 summary_set_menu_sensitive: enable "Save As..." when
8599                 multiple files are selected
8600         * src/utils.[ch]
8601                 append_file(): new function
8602
8603 2002-09-24 [colin]      0.8.3claws20
8604
8605         * src/procmime.c
8606                 Fix segfault when mimeinfo doesn't have a 
8607                 content_type. 
8608
8609 2002-09-24 [colin]      0.8.3claws19
8610
8611         * src/prefs_common.[ch]
8612                 Add a preference to display send dialog or not
8613         * src/send.c
8614                 Display send dialog according to preference
8615
8616 2002-09-24 [colin]      0.8.3claws18
8617
8618         * src/compose.[ch]
8619                 Disable user actions when sending
8620
8621 2002-09-24 [colin]      0.8.3claws17
8622
8623         * src/procmime.c
8624                 Do not display name or filename for attachments
8625                 with an application/pgp-signature type
8626                 (security flaw, see bug 537413)
8627
8628 2002-09-23 [colin]      0.8.3claws16
8629
8630         * src/editaddress.c
8631                 Initialize entry_email, entry_alias and 
8632                 entry_remarks to first email address of the list
8633
8634 2002-09-23 [colin]      0.83claws15
8635
8636         * src/compose.c
8637                 Drop pgp-signature when reediting a signed queued
8638                 message
8639
8640 2002-09-23 [melvin]     0.8.3claws14
8641
8642         * po/fr.po
8643                 Updated French translation
8644
8645 2002-09-23 [melvin]     0.8.3claws13
8646
8647         * src/mainwindow.c
8648                 Made custom toolbar menu labels more consistent
8649         * src/prefs_toolbar.c
8650                 Made custom toolbar window title more consistent
8651
8652 2002-09-22 [colin]      0.8.3claws12
8653
8654         * src/inc.c
8655                 Initialize session type to normal before getting 
8656                 mail (fixes strange Get behaviour)
8657         * src/prefs_account.h
8658                 Move STYPE_POP_BEFORE_SMTP to last position to 
8659                 avoid other side-effects
8660
8661 2002-09-22 [colin]      0.8.3claws11
8662
8663         * src/prefs_account.c
8664                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8665                 from pop3 to apop or vice-versa
8666
8667 2002-09-22 [colin]      0.8.3claws10
8668         
8669         * src/prefs_account.[ch]
8670                 Add an option for the POP before SMTP timeout
8671         * src/inc.c
8672                 Remember time of last POP connection
8673         * src/send.c
8674                 Do POP before SMTP only if timeout reached
8675
8676 2002-09-22 [oliver]     0.8.3claws9
8677         
8678         * README.claws
8679                 explain custom toolbar
8680
8681 2002-09-22 [oliver]     0.8.3claws8
8682
8683         * src/prefs_actions.[ch]
8684         custom toolbar for compose      
8685                 actions callback from compose toolbar
8686         * src/folderview.c
8687                 remove include toolbar.h
8688
8689 2002-09-22 [oliver]     0.8.3claws7
8690         
8691         * src/prefs_toolbar.[ch]
8692                 custom toolbar for compose
8693                 - generic prefs_toolbar handles both
8694                   Mainwin's toolbar as well as Compose toolbar          
8695
8696 2002-09-22 [oliver]     0.8.3claws6
8697         
8698         * src/toolbar.[ch]
8699                 custom toolbar for compose
8700                 restructure toolbar.[ch]
8701
8702 2002-09-22 [oliver]     0.8.3claws5
8703
8704         * src/compose.[ch]
8705                 custom toolbar for compose
8706
8707 2002-09-22 [oliver]     0.8.3claws4
8708         
8709         * src/mainwindow.[ch]
8710                 custom toolbar for compose 
8711                 move mainwin toolbar back to mainwindow
8712
8713 2002-09-22 [alfons]     0.8.3claws3
8714
8715         * src/procmsg.c
8716                 :%sno/if(/if (/gc
8717                 :%sno/for(/for (/gc
8718                 (beautify)
8719
8720 2002-09-22 [alfons]     0.8.3claws2
8721         
8722         * src/procmsg.c
8723                 procmsg_save_to_outbox(): don't unlink message file from queue;
8724                 callers should do it using folder_item_remove_msg()
8725
8726 2002-09-22 [colin]      0.8.3claws1
8727
8728         * src/mimeview.[ch]
8729                 Made mimeview_check_signature() public
8730         * src/textview.c
8731                 Made GPG signatures verifiable by clicking
8732                 the [application/pgp-signature] in the Text
8733                 view
8734
8735 2002-09-22 [paul]       0.8.3claws
8736
8737         * po/bg.po
8738           po/en_GB.po
8739           po/es.po
8740           po/it.po
8741           po/pl.po
8742           po/pt_BR.po
8743           po/sr.po
8744                 updated translations, submitted by George Danchev,
8745                 me, Ricardo Mones Lastra, Alessandro Maestri,
8746                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8747                 and Urke MMI, respectively.     
8748
8749 2002-09-22 [alfons]     0.8.2claws65
8750
8751         * src/procmsg.c
8752         * src/pgptext.c
8753                 no furry valgrinds have been used to plug these memleaks
8754
8755 2002-09-20 [paul]       0.8.2claws64
8756
8757         * sync with 0.8.3cvs4
8758                 'Select thread' re-implemented 
8759                 see ChangeLog 2002-09-20
8760
8761 2002-09-21 [alfons]     0.8.2claws63
8762
8763         * src/compose.c
8764                 compose_send(): plug unnoticed memleak
8765
8766 2002-09-20 [alfons]     0.8.2claws62
8767
8768         * src/addr_compl.c
8769                 replace_address_in_edit(): strict check for NULL address to
8770                 fix "[ 607348 ] Segfault in address completion". My guess is
8771                 that this happens with an empty address book, but it's good
8772                 to have this check here anyway
8773                 
8774                 completion_window_button_press(): free string returned 
8775                 from the internal cache
8776
8777 2002-09-20 [christoph]  0.8.2claws61
8778
8779         * src/procmime.h
8780                 added ENC_BINARY to EncodingType
8781         * src/procmime.c
8782                 the string returned by procmime_get_encoding_str
8783                 should not depend on the order of values in the
8784                 EncodingType definition
8785         * doc-src/rfc1806.txt   ** NEW FILE **
8786                 Added rfc1806 about MIME Content-Disposition
8787                 Extension
8788
8789 2002-09-19 [paul]       0.8.2claws60
8790
8791         * sync with 0.8.2cvs3
8792                 see ChangeLog 2002-09-19
8793
8794 2002-09-19 [paul]       0.8.2claws59
8795
8796         * src/prefs_folder_item.c
8797                 revert to Darko's original alignment of colour
8798                 selector button
8799                 add a colon to folder_color label
8800                 
8801         * src/compose.c
8802                 add Colin's patch (with Hiro's modifications) to 
8803                 force BASE64 encoding for 8-bit text when signing
8804                 (sync with 0.8.3cvs2)
8805
8806 2002-09-18 [alfons]     0.8.2claws58
8807
8808         * src/compose.c
8809                 :%sno/if(/if (/gc
8810                 :%sno/for(/for (/gc
8811                 (beautify a little bit)
8812
8813 2002-09-18 [christoph]  0.8.2claws57
8814
8815         * src/pine.c
8816                 fix handling of fgetc return value
8817
8818 2002-09-17 [alfons]     0.8.2claws56
8819         
8820         * src/summaryview.c
8821                 summary_sort(): check non-NULL summaryview->folder_item when no 
8822                 folder is selected at all
8823                 (closes "[ 610344 ] sort label make syl Crash")
8824
8825 2002-09-17 [alfons]     0.8.2claws55
8826         
8827         * src/compose.c
8828                 beautify a little bit
8829
8830 2002-09-17 [christoph]  0.8.2claws54
8831
8832         * src/folder.c
8833                 initialize max values for cache and folder
8834                 when cache or folder is empty
8835
8836 2002-09-15 [colin]      0.8.2claws53
8837
8838         * src/compose.c
8839                 Fix a leak (thanks Alfons!) and cleaned
8840                 variables names for custom headers
8841
8842 2002-09-15 [colin]      0.8.2claws52
8843
8844         * src/compose.c
8845                 Fix custom headers recognition when
8846                 prefs_common.trans_hdr is on
8847
8848 2002-09-15 [colin]      0.8.2claws51
8849
8850         * src/compose.c
8851                 Allow dynamically-added custom headers
8852                 Yet not reparsed if reedited
8853
8854 2002-09-15 [alfons]     0.8.2claws50
8855
8856         * src/prefs_account.c
8857                 fix warnings
8858
8859 2002-09-15 [colin]      0.8.2claws49
8860         
8861         * src/prefs_account.c
8862                 fix pop_before_smtp sensitivity
8863
8864 2002-09-15 [colin]      0.8.2claws48
8865
8866         * src/inc.[ch]
8867                 add inc_pop_before_smtp()
8868                 allow MainWindow to be undefined in 
8869                 inc_account_mail() and inc_start()
8870         * src/pop.c
8871           src/prefs_account.h
8872                 add STYPE_POP_BEFORE_SMTP session type
8873         * src/prefs_account.c
8874                 activated pop before smtp option
8875         * src/send.c
8876                 do pop before smtp if the relevant option 
8877                 is set
8878
8879 2002-09-15 [paul]       0.8.2claws47
8880
8881         * sync with 0.8.3
8882                 see ChangeLog 2002-09-15
8883
8884 2002-09-14 [paul]       0.8.2claws46
8885
8886         * po/bg.po
8887                 updated Bulgarian translation, submitted by
8888                 George Danchev
8889
8890 2002-09-13 [paul]       0.8.2claws45
8891
8892         * src/compose.c
8893                 merge claws' select_account() with main's
8894                 (new) compose_select_account(). [sync with
8895                 0.8.2cvs15, see ChangeLog 2002-09-11]
8896
8897 2002-09-12 [christoph]  0.8.2claws44
8898
8899         * src/filter.c
8900                 allocate 1 elements of FolderItem not 0
8901
8902 2002-09-12 [colin]      0.8.2claws43
8903
8904         * src/compose.c
8905                 Fix bug #590825 (obey Follow-up: poster)
8906
8907 2002-09-12 [colin]      0.8.2claws42
8908
8909         * src/procmime.c
8910                 Fix bug #557009 (wrong headers for messages 
8911                 forwarded as attachments)
8912
8913 2002-09-11 [colin]      0.8.2claws41
8914         
8915         * src/compose.c
8916                 Put SCF: pseudo-header on top of message
8917                 Set draft tmp_flag when saved as draft
8918
8919         * src/procmsg.c
8920           src/procheader.c
8921                 Skip after first \n\n for beginning of real message
8922                 for drafts too
8923
8924 2002-09-11 [christoph]  0.8.2claws40
8925
8926         * src/filtering.c
8927                 use procmsg flag functions in filtering or processing
8928                 will cause incorrect folder message counts
8929
8930 2002-09-11 [colin]      0.8.2claws39
8931
8932         * src/compose.c
8933                 Fix bug #550175 - wrong save folder when reediting
8934                 drafts
8935
8936 2002-09-11 [paul]       0.8.2claws38
8937
8938         * sync with 0.8.2cvs14
8939                 see ChangeLog 2002-09-11
8940
8941 2002-09-11 [colin]      0.8.2claws37
8942
8943         * src/folder.c
8944                 Fix a typo (seeming to cause new/unread status to
8945                 be lost)
8946
8947 2002-09-10 [christoph]  0.8.2claws36
8948
8949         * src/compose.c
8950                 compose_redirect should not use compose_generic_new
8951                 because that does more stuff than expected including
8952                 opening the external editor
8953                 (closes bug "[ 526608 ] bounced messages appear blank
8954                  in editor")
8955
8956 2002-09-10 [christoph]  0.8.2claws35
8957
8958         * src/folder.c
8959                 fix problem with too large message number range
8960                 causing a crash in folder_item_scan
8961
8962 2002-09-10 [paul]       0.8.2claws34
8963
8964         * sync with 0.8.2cvs13
8965                 see ChangeLog 2002-09-10
8966
8967 2002-09-10 [christoph]  0.8.2claws33
8968
8969         * src/msgcache.c
8970                 set MsgInfo TmpFlags for queue and draft folders
8971                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8972
8973 2002-09-10 [paul]       0.8.2claws32
8974
8975         * AUTHORS
8976           po/bg.po      ** NEW FILE **
8977                 new Bulgarian translation submitted by
8978                 George Danchev <danchev@spnet.net>
8979                 
8980         * tools/Makefile.am
8981           tools/README
8982           tools/tb2sylpheed     ** NEW FILE **
8983                 add script that converts an addressbook exported
8984                 from The Bat! into a Sylpheed addressbook. Submitted
8985                 by Urke MMI <urke-kg@eunet.yu>
8986
8987 2002-09-10 [paul]       0.8.2claws31
8988
8989         * sync with 0.8.2cvs12
8990                 see ChangeLog 2002-09-10
8991
8992 2002-09-06 [paul]       0.8.2claws30
8993
8994         * src/prefs_common.c
8995                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8996                 
8997         * tools/Makefile.am
8998           tools/README
8999           tools/ldif-to-xml.py  ** REMOVED **
9000                 remove obsolete python script
9001
9002 2002-09-06 [paul]       0.8.2claws29
9003
9004         * sync with 0.8.2cvs10
9005                 see ChangeLog 2002-09-06
9006
9007 2002-09-04 [paul]       0.8.2claws28
9008
9009         * sync with 0.8.2cvs9
9010                 see ChangeLog 2002-08-04
9011
9012 2002-09-04 [colin]      0.8.2claws27 
9013
9014         * src/prefs_common.[ch]
9015                 Added signature color configuration
9016         * src/textview.c
9017                 Use user-specified signature color
9018
9019 2002-09-03 [colin]      0.8.2claws26
9020
9021         * src/prefs_common.[ch]
9022                 Added autosave and autosave_length prefs
9023         * src/compose.c
9024                 Added compose_remove_draft()
9025                 Auto-save drafts according to the prefs
9026         * src/main.c
9027                 Added a crash-indicator file, allowing to check
9028                 for new messages on startup if Sylpheed crashed
9029                 (makes saved drafts "reappear")
9030
9031 2002-09-03 [colin]      0.8.2claws25
9032
9033         * src/textview.[ch]
9034                 Grey the signature
9035
9036 2002-09-03 [paul]       0.8.2claws24
9037
9038         * sync with 0.8.2cvs8
9039                 see ChangeLog 2002-09-02 and 2002-09-03
9040
9041 2002-09-03 [darko]      0.8.2claws23
9042
9043         * src/folderview.c
9044                 use normal style when creating new folder to pick
9045                 proper font size 
9046
9047 2002-09-02 [melvin]     0.8.2claws22
9048
9049         * src/gtkaspell.m4
9050                 removed some obsolete code
9051
9052 2002-09-02 [melvin]     0.8.2claws21
9053
9054         * ac/aspell.m4
9055                 fixed test's equality sign (== to =)
9056
9057 2002-09-02 [alfons]     0.8.2claws20
9058
9059         * src/folder.c
9060         * src/mh.c
9061                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9062                 as folder->destroy virtual as suggested by Hiro
9063                 (the mh.c code seems to have been lost around mh.c.1.21)
9064
9065 2002-09-02 [paul]       0.8.2claws19
9066
9067         * po/pt_BR.po
9068                 updated by Fabio Jr. Beneditto
9069                 
9070         * src/defs.h
9071                 use 'http://claws.sylpheed.org' for homepage link. 
9072                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9073
9074 2002-09-01 [alfons]     0.8.2claws18
9075
9076         * src/mh.c
9077                 plug memleak related to one Martin Kluge found
9078
9079 2002-08-31 [paul]       0.8.2claws17
9080
9081         * sync with 0.8.2cvs6
9082                 see ChangeLog 2002-08-30
9083
9084 2002-08-31 [alfons]     0.8.2claws16
9085
9086         * src/folder.c
9087                 folder_destroy(): remove mailbox from folderlist even if it has
9088                 no destroy virtual
9089
9090 2002-08-31 [alfons]     0.8.2claws15
9091
9092         * src/folder.c
9093                 :%sno/if(/if (/gc
9094                 :%sno/for(/for (/gc
9095                 (being pedantic I know)
9096
9097 2002-08-31 [alfons]     0.8.2claws14
9098
9099         * src/folder.c
9100                 check for NULL pointers returned from folder->fetch_msginfo virtual
9101                 (should solve some reported crashes)
9102
9103 2002-08-30 [alfons]     0.8.2claws13
9104
9105         * acconfig.h
9106         * configure.in
9107         * src/crash.c
9108                 enable crash dialog on compilation time
9109                 (--enable-crash-dialog configure option)
9110
9111 2002-08-30 [alfons]     0.8.2claws12
9112
9113         * AUTHORS
9114                 add Martin Kluge
9115         * src/mh.c
9116                 apply memory leak plug patch by Martin Kluge
9117                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9118                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9119                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9120
9121 2002-08-30 [darko]      0.8.2claws11
9122
9123         * src/folderview.c
9124                 copy Gtk style from normal style to match
9125                 font size for coloured folders
9126
9127 2002-08-29 [alfons]     0.8.2claws10
9128
9129         * sylpheed.desktop
9130                 Type=Internet <- Type=Application
9131                 (reported by Michael Schwendt, see:
9132                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9133                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9134
9135 2002-08-29 [paul]       0.8.2claws9
9136
9137         * sync with 0.8.2cvs5
9138                 see ChangeLog 2002-08-29
9139
9140 2002-08-29 [colin]      0.8.2claws8
9141
9142         * src/summaryview.c
9143                 Added a sanity check in summary_select_thread
9144                 Should fix bug 601605
9145
9146 2002-08-29 [colin]      0.8.2claws7
9147
9148         * src/main.c
9149                 Revert claws6 changes regarding bug #591676
9150
9151 2002-08-28 [colin]      0.8.2claws6
9152         
9153         * src/main.c
9154                 Ignore cache for queue folderitems
9155                 Fix bug #591676
9156
9157 2002-08-28 [melvin]     0.8.2claws5
9158
9159         * README.claws
9160                 Fixed typos.
9161
9162 2002-08-28 [melvin]     0.8.2claws4
9163
9164         * README.claws
9165                 Updated a bit the text concerning the spell checker
9166
9167 2002-08-28 [melvin]     0.8.2claws3
9168
9169         Merged the GNU_aspell_branch:
9170                 Support of new GNU/aspell is now included and the old pspell
9171                 is not supported anymore.
9172                 See README.claws
9173
9174         * README.claws
9175                 Updated spell checker text to reflect the switch to GNU/aspell
9176
9177         * ac/aspell.m4          *** NEW ***
9178         * src/gtkaspell.[ch]    *** NEW *** 
9179         * ac/pspell.m4          *** DELETED *** 
9180         * src/gtkspell.[ch]     *** DELETED ***
9181
9182         * ac/Makefile.am
9183                 Updated for GNU/aspell support
9184
9185         * po/POTFILES.in
9186                 Replaced gtkspell.c by gtkaspell.c
9187
9188         * acconfig.h
9189         * src/Makefile.am
9190         * src/about.c
9191         * src/compose.[ch]
9192         * src/crash.c
9193         * src/main.c
9194         * src/prefs_common.[ch]
9195                 Updated for GNU/aspell support
9196
9197 2002-08-28 [paul]       0.8.2claws2
9198
9199         * sync with 0.8.2cvs4
9200                 see ChangeLog 2002-08-27 and 2002-08-28
9201
9202 2002-08-28 [colin]      0.8.2claws1
9203
9204         * src/summary_search.c
9205                 Added "AND search"
9206
9207 2002-08-28 [jens]       0.8.2claws
9208
9209         *po/de.po
9210                 Updated German translations
9211
9212 2002-08-27 [melvin]     0.8.2claws
9213
9214         * po/fr.po
9215                 Updated French translations
9216
9217 2002-08-27 [paul]       0.8.2claws
9218
9219         * sync with 0.8.2 main release
9220
9221         * po/en_GB.po
9222           po/es.po
9223           po/it.po
9224           po/pl.po
9225           po/pt_BR.po
9226           po/sr.po
9227                 updated message catalogs submitted by
9228                 Ricardo Mones Lastra, Alessandro Maestri,
9229                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9230                 Beneditto and Urke MMI  
9231
9232 2002-08-27 [hoa]        0.8.1claws123
9233
9234         * src/mainwindow.[ch]
9235         * src/summaryview.[ch]
9236                 removed the "filter setting" menu option.
9237                 add a "cancel a news message" menu option.
9238
9239 2002-08-26 [martin]     0.8.1claws122
9240
9241         * ChangeLog.claws
9242                 changed string under 0.8.1claws79 changed by myself
9243                 i'm sorry alfons :(
9244
9245 2002-08-26 [martin]     0.8.1claws121
9246
9247         * src/crash.c
9248                 added kill command to debuggerrc to start crash dialog
9249
9250 2002-08-26 [paul]       0.8.1claws120
9251
9252         * sync with 0.8.1cvs31
9253                 see ChangeLog 2002-08-26
9254
9255 2002-08-25 [alfons]     0.8.1claws119
9256
9257         * src/procmsg.c
9258                 fix bug that didn't send out correct headers to news server
9259                 when sending news article and email from queue (bug reported
9260                 and patch provided by Tim Mann; closes bug 
9261                 "[ 583196 ] 0.7.8claws can't post news")
9262
9263 2002-08-25 [alfons]     0.8.1claws118
9264
9265         * src/selective_download.c
9266                 mark two strings as translatable
9267                 (thanks to Urke MMI for pointing this out)
9268
9269 2002-08-25 [alfons]     0.8.1claws117
9270
9271         * src/summaryview.c
9272                 treat sent boxes as special and allow sorting them by addressee
9273                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9274                 submitted by Steve Lamb)
9275
9276 2002-08-24 [alfons]     0.8.1claws116
9277
9278         * src/matcher.c
9279                 fix memleak reported by Martin Kluge
9280                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9281
9282 2002-08-24 [oliver]     0.8.1claws115
9283
9284         * src/prefs_toolbar.c
9285                 o code cleanup as suggested by Alfons
9286                 o memleak fix
9287
9288 2002-08-24 [alfons]     0.8.1claws114
9289
9290         * src/summaryview.c
9291                 o fix another memory leak reported by Martin Kluge
9292                   (see "[ 599568 ] Small Memory Leak")
9293                 o remove 'from' variable from 'summary_set_header()'; we can
9294                   do with just 'to' 
9295
9296 2002-08-24 [paul]       0.8.1claws113
9297
9298         * sync with 0.8.1cvs30
9299                 see ChangeLog 2002-08-23
9300
9301 2002-08-24 [alfons]     0.8.1claws112
9302
9303         * src/summaryview.c
9304                 remove unnecessary allocations for search bar fixing leaks
9305                 reported by Martin Kluge
9306                 (see "[ 599451 ] Further memory leaks?")
9307
9308 2002-08-24 [alfons]     0.8.1claws111
9309
9310         * src/main.c
9311                 make get_socket_name() public for crash.c
9312         * src/crash.c
9313                 o make report bug button work (goes to claws' 
9314                   bug tracker at sf.net)
9315                 o introduce function for doing important stuff just
9316                   before claws goes down
9317                 o clean up code 
9318
9319 2002-08-24 [alfons]     0.8.1claws110
9320
9321         * src/compose.c
9322                 move cursor to "To" entry when forwarding as attachment
9323                 (reported and solved by Steve Lamb, closes bug report
9324                 "[ 592880 ] Forward as attachment; cursor not in to")
9325
9326 2002-08-24 [colin]      0.8.1claws109
9327
9328         * src/mainwindow.c
9329                 fix quick search visibility after GUI (de)separations.
9330
9331 2002-08-23 [colin]      0.8.1claws108
9332
9333         * src/mainwindow.c
9334                 fix header pane visibility after folderview or
9335                 messageview (de)separation
9336
9337 2002-08-23 [paul]       0.8.1claws107
9338
9339         * src/mainwindow.[ch]
9340           src/toolbar.c
9341                 give full control of display or non-display 
9342                 of the Execute icon to Custom toolbar settings.
9343                 add new sensitivity condition to maninwindow.h: 
9344                 M_DELAY_EXEC
9345
9346         * ChangeLog
9347           ChangeLog.jp
9348           NEWS
9349                 more sync with 0.8.1cvs29
9350
9351 2002-08-23 [melvin]     0.8.1claws106
9352
9353         * src/alertpanel.c
9354                 Readded support for custom widget in alertpanel lost in last
9355                 sync.
9356
9357 2002-08-23 [paul]       0.8.1claws105
9358
9359         * sync with 0.8.1cvs29
9360                 see ChangeLog 2002-08-23
9361
9362 2002-08-23 [colin]      0.8.1claws104
9363
9364         * src/summaryview.c
9365                 Fix folder and search pixmaps exchanging positions
9366                 after theme or toolbar changes. Thank to Oliver for 
9367                 reporting this.
9368
9369 2002-08-23 [colin]      0.8.1claws103
9370
9371         * src/mainwindow.c
9372           src/messageview.[ch]
9373           src/noticeview.[ch]
9374           src/summaryview.c
9375                 Changed messageview_create() and noticeview_create()
9376                 to avoid the last gdk_warning
9377
9378 2002-08-22 [colin]      0.8.1claws102
9379
9380         * src/summaryview.c
9381                 Fix my new `Creating pixmap from xpm' warning
9382
9383 2002-08-22 [colin]      0.8.1claws101
9384
9385         * src/mainwindow.c
9386                 Fix some of the gdk warnings
9387
9388 2002-08-22 [colin]      0.8.1claws100
9389
9390         * src/Makefile.am
9391         * src/stock_pixmap.c
9392         * src/stock_pixmap.h
9393         * src/pixmaps/quicksearch.xpm *ADDED*
9394                 Add the quicksearch pixmap
9395         * src/mainwindow.c
9396         * src/summaryview.c
9397         * src/summaryview.h
9398                 Make quicksearch bar visible/hidden via a button
9399
9400 2002-08-22 [christoph]  0.8.1claws99
9401
9402         * src/folder.c
9403                 fix folder update for newsgroups with message
9404                 numbers below minimum number of articles to fetch
9405                 (closes bug #598445)
9406
9407 2002-08-22 [paul]       0.8.1claws98
9408
9409         * sync with 0.8.1cvs28
9410                 see ChangeLog 2002-08-22
9411
9412 2002-08-21 [alfons]     0.8.1claws97
9413
9414         * src/crash.c
9415                 use bt instead of bt full which seems to work 
9416                 better, and bt full doesn't give a great deal 
9417                 of information anyway
9418
9419 2002-08-21 [colin]      0.8.1claws96
9420
9421         * src/summaryview.c
9422                 fix summaryview_searchtype_changed prototype
9423
9424 2002-08-21 [christoph]  0.8.1claws95
9425
9426         * src/mainwindow.c
9427                 o fix broken menu update for sorting type, we have to
9428                   get this info from the summaryview now
9429                 o removed setting of threaded state in menu callback
9430         * src/summaryview.[ch]
9431                 more summaryview/folderitem seperation for
9432                 threading option
9433         * configure.in
9434                 removed not required --with-compiler-flags option
9435
9436 2002-08-21 [oliver]     0.8.1claws94
9437         
9438         * src/toolbar.h 
9439                 o rename toolbar.xml to toolbar_main.xml
9440                   since toolbar_compose.xml might come up 
9441                   any time soon
9442         * README.claws
9443                 add custom toolbar              
9444
9445 2002-08-21 [darko]      0.8.1claws93
9446
9447         * src/procmsg.c
9448                 don't reset tmp flags for messages copied
9449                 to sent folder
9450
9451 2002-08-21 [colin]      0.8.1claws92
9452         
9453         * src/prefs_filtering.c
9454                 fix renaming rules on folder rename 
9455                 when folder is not a leaf folder
9456
9457 2002-08-21 [paul]       0.8.1claws91
9458
9459         * src/prefs_folder_item.c
9460                 fix alignment of colour selector
9461
9462 2002-08-21 [paul]       0.8.1claws90
9463
9464         * sync with 0.8.1cvs27
9465                 see ChangeLog 2002-08-21
9466
9467 2002-08-21 [paul]       0.8.1claws89
9468
9469         * src/summaryview.c
9470                 fix crash when changing field type in
9471                 Quick search bar
9472
9473 2002-08-21 [colin]      0.8.1claws88
9474
9475         * src/summaryview.c
9476                 Made quick search case-insensitive
9477
9478 2002-08-21 [paul]       0.8.1claws87
9479
9480         * sync with 0.8.1cvs26
9481                 see ChangeLog 2002-08-21
9482
9483 2002-08-20 [christoph]  0.8.1claws86
9484
9485         * src/folderview.c
9486         * src/main.c
9487         * src/summaryview.[ch]
9488                 more summaryview/folderitem seperation for
9489                 sort_key and sort_type
9490         * src/procmsg.c
9491                 added missing return statement
9492
9493 2002-08-20 [colin]      0.8.1claws85
9494
9495         * src/summaryview.[ch]
9496                 Added a quick search box
9497         * src/mainwindow.c
9498         * src/prefs_common.[ch]
9499                 Added a show/hide option for the quick search
9500
9501 2002-08-20 [oliver]     0.8.1claws84
9502         
9503         * src/mainwindow.c
9504                 remove toolbar_create_popups
9505         * src/toolbar.[ch]
9506                 o remove toolbar_create_popups
9507                 o fix toolbar_set_sensitive 
9508                   (Bug reports #596834 and #596832)     
9509         * src/prefs_toolbar.c
9510                 o add "Set default" button
9511                 o align label and text + combo widgets
9512
9513 2002-08-20 [hoa]        0.8.1claws83bis
9514
9515         * src/imap.c
9516                 fixed a bug in imap_fetch_msginfo() in case there is no
9517                 current folder.
9518
9519 2002-08-20 [darko]      0.8.1claws83
9520
9521         * src/folderview.c
9522                 copy the color style of folder view so it
9523                 works with GTK themes
9524
9525 2002-08-20 [darko]      0.8.1claws82
9526
9527         * src/folder.h
9528         * src/folderview.c
9529         * src/prefs_folder_item.[hc]
9530                 don't use UI stuff in folder.h
9531
9532 2002-08-20 [darko]      0.8.1claws81
9533
9534         * src/folder.h
9535         * src/prefs_folder_item.h
9536         * src/folderview.c
9537         * src/prefs_folder_item.c
9538                 ability to set folder color in folderview
9539
9540 2002-08-19 [alfons]     0.8.1claws80
9541
9542         * src/summaryview.c
9543                 fix one of the earlier memleaks reported by Martin Kluge
9544
9545 2002-08-19 [alfons]     0.8.1claws79
9546
9547         * src/mainwindow.c
9548                 hide notice view when selecting seperate folder
9549                 view (reported by Urke MMI)
9550
9551 2002-08-19 [christoph]  0.8.1claws78
9552
9553         * src/folderview.c
9554         * src/prefs_folder_item.h
9555         * src/summaryview.[ch]
9556                 o add summary_set_prefs_from_folderitem to set
9557                   summaryview prefs (first step to remove all
9558                   references to the folderitem in summaryview)
9559                 o moved compiled regex stuff from folderitem prefs
9560                   to summaryview code
9561
9562 2002-08-19 [paul]       0.8.1claws77
9563
9564         * src/compose.c
9565                 add check for '.' to QUOTE_IF_REQUIRED
9566
9567 2002-08-19 [paul]       0.8.1claws76
9568
9569         * src/inc.c
9570                 sync with 0.8.1cvs25 (plug memory leak)
9571
9572         * src/prefs_toolbar.c
9573                 re-order prefs_toolbar_cancel()
9574
9575 2002-08-18 [alfons]     0.8.1claws75
9576
9577         * src/inc.c
9578         * src/matcher.c
9579                 plug other memleaks reported by Martin Kluge
9580
9581 2002-08-18 [paul]       0.8.1claws74
9582
9583         * po/pt_BR.po
9584                 updated by Fabio Jr. Beneditto
9585
9586 2002-08-18 [paul]       0.8.1claws73
9587
9588         * src/toolbar.[ch]
9589                 fix bug where tooltips were displayed untranslated              
9590
9591         * src/prefs_toolbar.c
9592                 fix bug where clicking 'Cancel' creates an icon & text
9593                 toolbar regardless of prefs
9594         
9595
9596 2002-08-17 [oliver]     0.8.1claws72
9597
9598         * src/prefs_toolbar.c
9599                 update toolbar on CANCEL
9600                 bug reported by Martin Kluge
9601         * src/toolbar.c
9602                 toolbar_destroy memleak fixed           
9603
9604 2002-08-17 [alfons]     0.8.1claws71
9605
9606         * src/toolbar.c
9607                 plug another memleak reported by Martin Kluge
9608
9609 2002-08-16 [alfons]     0.8.1claws70
9610
9611         * src/crash.c
9612                 use execvp() correctly (suggested by wwp; thanks!)
9613
9614 2002-08-16 [alfons]     0.8.1claws69
9615
9616         * src/gtksctree.c
9617                 plug memory leak reported by Kim Schultz & Martin Kluge
9618
9619 2002-08-16 [paul]       0.8.1claws68
9620
9621         * po/es.po
9622                 updated by Ricardo Mones Lastra
9623
9624 2002-08-16 [paul]       0.8.1claws67
9625
9626         * src/toolbar.h
9627                 fix bug where 'Compose News' icon showed wrong
9628                 tooltip
9629
9630 2002-08-16 [paul]       0.8.1claws66
9631
9632         * sync with 0.8.1cvs24
9633                 see ChangeLog 2002-08-16
9634
9635         * po/it.po
9636                 updated by Alessandro Maestri
9637
9638 2002-08-15 [paul]       0.8.1claws65
9639
9640         * po/sr.po
9641                 updated by Urke MMI
9642
9643 2002-08-15 [paul]       0.8.1claws64
9644
9645         * src/*.c
9646                 don't translate debug info
9647
9648         * src/matcher.[ch]
9649                 add copyright info
9650
9651 2002-08-15 [paul]       0.8.1claws63
9652
9653         * src/prefs_toolbar.c
9654                 fix bug where clicking 'OK' creates an icon & text
9655                 toolbar regardless of prefs
9656
9657 2002-08-14 [alfons]     0.8.1claws62
9658
9659         * src/main.c
9660                 add global var that has the full argv[0]
9661         * src/crash.c
9662                 o execvp the correct sylpheed by using argv0
9663                   and setting the correct work dir
9664                 o other tweaks  
9665
9666 2002-08-14 [oliver]     0.8.1claws61
9667         
9668         * enable/disable Toolbar Action Buttons 
9669         * code cleanups
9670         * src/mainwindow.c
9671         * src/toolbar.[ch]      
9672         * src/prefs_toolbar.c   
9673
9674 2002-08-14 [melvin]     0.8.1claws60
9675
9676         * po/fr.po
9677                 Updated French translations
9678
9679 2002-08-14 [melvin]     0.8.1claws59
9680
9681         * src/crash.c
9682                 Made bug report not translatable
9683         * src/exporthtml.c
9684                 Fixed exporthtml_build_filespec() return value
9685         * src/foldersel.c
9686                 Fixed incorrect include file
9687         * src/gtkspell.c
9688         * src/prefs_actions.c
9689         * src/prefs_toolbar.c
9690                 Made debug info not translatable
9691         * src/mutt.c
9692         * src/quote_fmt.c
9693                 Added missing includes
9694         * src/prefs_common.c
9695                 Fixed typo
9696
9697 2002-08-14 [paul]       0.8.1claws58
9698
9699         * faq/es/sylpheed-faq.html
9700           faq/es/sylpheed-faq-[1-3].html
9701           faq/es/sylpheed-faq-4.html     **NEW FILE **
9702                 update Spanish FAQ
9703
9704 2002-08-13 [christoph]  0.8.1claws57
9705
9706         * src/procmsg.c
9707                 ignore thread fix that did not mark all
9708                 child nodes of a ignored thread as
9709                 ignored. Does not work perfectly yet,
9710                 but it is better now
9711
9712 2002-08-13 [alfons]     0.8.1claws56
9713
9714         * src/crash.c
9715                 o implement 'save crash log'
9716                 o some tweaks
9717
9718 2002-08-13 [melvin]     0.8.1claws55
9719
9720         * src/main.c
9721                 removed unrequired "execinfo.h" header
9722
9723 2002-08-12 [paul]       0.8.1claws54
9724
9725         * faq/en/sylpheed-faq.html
9726           faq/en/sylpheed-faq-[1-3].html
9727           faq/en/sylpheed-faq-4.html     **NEW FILE **
9728                 update English FAQ
9729
9730 2002-08-12 [alfons]     0.8.1claws53
9731
9732         * po/POTFILES.in
9733                 add crash.c to translatables
9734         * src/crash.c
9735                 bring in Leandro's crash dialog
9736
9737 2002-08-11 [alfons]     0.8.1claws52
9738
9739         * src/crash.c
9740                 clean up some warnings
9741
9742 2002-08-11 [alfons]     0.8.1claws51
9743
9744         * acconfig.h
9745         * configure.in
9746         * src/crash.[ch]        ** NEW FILES **
9747         * src/main.c            
9748                 initial gdb crash handler
9749
9750 2002-08-11 [paul]       0.8.1claws50
9751
9752         * src/prefs_toolbar.c
9753                 replace Up/Down arrow pixmaps with text to be
9754                 consistent across icon themes
9755
9756 2002-08-11 [paul]       0.8.1claws49
9757
9758         * src/prefs_common.c
9759           src/prefs_toolbar.c
9760                 rename 'Pixmap' -> 'Icon'
9761
9762         * src/toolbar.[ch]
9763                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9764
9765 2002-08-10 [paul]       0.8.1claws48
9766
9767         * src/prefs_toolbar.c
9768                 re-work the UI
9769
9770 2002-08-10 [paul]       0.8.1claws47
9771
9772         * src/main.c
9773                 don't write Processing progress to status bar
9774                 patch submitted by Alexander Evseev
9775
9776         * src/prefs_toolbar.c
9777                 re-position and resize window
9778                 make window assume correct size on first call
9779
9780 2002-08-10 [paul]       0.8.1claws46
9781
9782         * src/mainwindow.c
9783           src/prefs_toolbar.c
9784           src/toolbar.c
9785           src/toolbar.h
9786                 obey coding style
9787                 follow UI text conventions
9788
9789 2002-08-10 [alfons]     0.8.1claws45
9790
9791         * src/toolbar.c
9792                 correct pixmap for delete action
9793
9794 2002-08-10 [paul]       0.8.1claws44
9795
9796         * po/pt_BR.po
9797                 updated by Fabio Jr. Beneditto
9798
9799 2002-08-10 [paul]       0.8.1claws43
9800
9801         * po/POTFILES.in
9802                 add custom toolbar files
9803
9804 2002-08-10 [paul]       0.8.1claws42
9805
9806         * sync with 0.8.1cvs22
9807                 see ChangeLog 2002-08-09
9808
9809 2002-08-09 [paul]       0.8.1claws41
9810
9811         * tools/Makefile.am
9812           tools/README
9813           tools/outlook2sylpheed.pl     ** NEW FILE **
9814                 add script to convert exported Outlook
9815                 contacts list to a Sylpheed addressbook.
9816                 Submitted by Ricardo Mones Lastra.
9817
9818 2002-08-09 [paul]       0.8.1claws40
9819
9820         * AUTHORS
9821           configure.in
9822           po/sr.po      ** NEW FILE **
9823                 add Serbian message catalog. Submitted by
9824                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9825
9826 2002-08-09 [paul]       0.8.1claws39
9827
9828         * sync with 0.8.1cvs21
9829                 see ChangeLog 2002-08-08
9830
9831 2002-08-08 [oliver]     0.8.1claws38
9832
9833         * src/mainwindow.c
9834                 move Custom Toolbar to Configuration menu
9835
9836 2002-08-08 [oliver]     0.8.1claws37
9837
9838         * src/prefs_toolbar.c
9839                 fix substitute pixmap bug
9840
9841 2002-08-08 [paul]       0.8.1claws36
9842
9843         * sync with 0.8.1cvs19
9844                 see ChangeLog 2002-08-08
9845
9846 2002-08-07 [christoph]  0.8.1claws35
9847
9848         * src/utils.c
9849                 fixed a memory leak in new canonicalize_file_replace
9850
9851 2002-08-07 [christoph]  0.8.1claws34
9852
9853         * src/utils.[ch]
9854                 o canonicalize_file_replace should create the temporary
9855                   file in the same directory as the original file.
9856                 o added get_tmpfile_in_dir that creates a temorary file
9857                   in a specified directory.
9858
9859 2002-08-07 [melvin]     0.8.1claws33
9860
9861         * src/toolbar.c
9862                 fixed bug where 'Article' button acted as 'Email' button.
9863
9864 2002-08-07 [paul]       0.8.1claws32
9865
9866         * sync with 0.8.1.cvs17
9867                 see ChangeLog 2002-08-07
9868
9869 2002-08-07 [colin]      0.8.1claws31
9870         
9871         * src/news.c
9872                 fix mass-cancel problem
9873
9874 2002-08-07 [thorsten]   0.8.1claws30
9875
9876         * src/prefs_toolbar.c
9877                 fix: crash on replace or add new button
9878         * src/toolbar.c
9879                 fix: close xmlfile after reading
9880         * src/utils.c
9881                 fix: unlink() file before rename()
9882
9883 2002-08-06 [paul]       0.8.1claws29
9884
9885         * sync with 0.8.cvs15
9886                 see ChangeLog 2002-08-06
9887
9888 2002-08-06 [oliver]     0.8.1claws28
9889
9890         * src/toolbar.c
9891         * src/prefs_toolbar.c
9892                 fixed empty toolbar issue
9893
9894 2002-08-06 [oliver]     0.8.1claws27
9895
9896         * Custom Toolbar Final 
9897         * src/folderview.c
9898         * src/inc.c
9899         * src/summaryview.c
9900                 o toolbar stuff now lives in src/toolbar.[ch]
9901                 o main_window_toolbar_* functions are renamed to
9902                   toolbar_* reflecting their new source file
9903         * src/mainwindow.[ch]
9904                 o remove toolbar stuff  
9905
9906 2002-08-06 [oliver]     0.8.1claws26
9907         
9908         * src/Makefile.am
9909         * src/prefs_toolbar.[ch]        **New File**
9910         * src/toolbar.[ch]              **New File**
9911                 o prefs_toolbar.[ch] custom toolbar frontend
9912                 o toolbar.[ch]       backend 
9913
9914 2002-08-06 [oliver]     0.8.1claws25
9915
9916         * src/prefs_actions.[ch]
9917                 o new exported function actions_execute
9918
9919 2002-08-06 [paul]       0.8.1claws24
9920
9921         * sync with 0.8.1cvs4
9922                 see ChangeLog 2002-08-06
9923
9924 2002-08-06 [paul]       0.8.1claws23
9925
9926         * sync with 0.8.1cvs13
9927                 see ChangeLog 2002-08-06
9928
9929 2002-08-06 [paul]       0.8.1claws22
9930
9931         * sync with 0.8.1cvs12
9932                 see ChangeLog 2002-08-05 and 2002-08-06
9933
9934 2002-08-06 [match]      0.8.1claws21
9935
9936         * src/addrclip.c
9937                 improvements to cut/copy/paste address
9938
9939 2002-08-05 [match]      0.8.1claws20
9940
9941         * src/addritem.[ch]
9942         * src/addrcache.c
9943         * src/addrbook.c
9944         * src/editaddress.c
9945         * src/addressbook.c
9946                 fixes to improve cut/copy/paste
9947
9948 2002-08-06 [melvin]     0.8.1claws19
9949
9950         * src/account.[ch]
9951                 account_find_all_from_address(): new function that returns the
9952                 list of all accounts that are matched in an address.
9953         * src/alertpanel.[ch]
9954                 alertpanel() now accepts a custom widget
9955                 alertpanel_with_widget(): new function that pops up a panel with
9956                 a custom widget in it 
9957         * src/gtkutils.[ch]
9958                 gtkut_account_menu_new(): new function that allows the selection
9959                 of an account from a list of accounts.
9960         * src/messageview.c
9961                 Extended Return Receipt notification to select the correct 
9962                 account and to make a security test on the Delivery-Notification
9963                 address which should be the same as the Return-Path.
9964
9965 2002-08-06 [thorsten]   0.8.1claws18
9966
9967         * src/mimeview.c
9968                 attach_all: save unnamed as "noname.%d",
9969                 dont free static dirname
9970
9971 2002-08-05 [alfons]     0.8.1claws17
9972
9973         * configure.in
9974                 detect XIM by trying to link rather than compile a XIM program
9975
9976 2002-08-05 [oliver]     0.8.1claws16
9977                 
9978         * src/stock_pixmap.[ch]
9979                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9980                 o new func to retrieve pixmaps
9981
9982 2002-08-05 [paul]       0.8.1claws15
9983
9984         * sync with 0.8.1cvs10
9985                 see ChangeLog 2002-08-05
9986
9987 2002-08-04 [alfons]     0.8.1claws14
9988
9989         * src/textview.c
9990                 see if this plugs memleak
9991
9992 2002-08-04 [melvin]     0.8.1claws13
9993
9994         * src/gtkspell.c
9995                 fixed bug that could crash Sylpheed when highlighting
9996                 all misspelled words.
9997
9998 2002-08-03 [melvin]     0.8.1claws12
9999
10000         * src/prefs_actions.c
10001                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10002         * src/messageview.c
10003                 fixed bug where the Return Receipt was sent to
10004                 Delivery-Notification-To address even if it was not present
10005
10006 2002-08-02 [alfons]     0.8.1claws11
10007
10008         * src/prefs_actions.c
10009                 o more check for NULLs
10010                 o put create_io_dialog() in right conditional block
10011
10012 2002-08-02 [paul]       0.8.1claws10
10013
10014         * po/es.po
10015                 updated by Ricardo Mones Lastra
10016
10017 2002-08-01 [christoph]  0.8.1claws9
10018
10019         * src/folder.c
10020                 don't free the cache of the opened
10021                 folder in the summaryview
10022         * src/summaryview.c
10023                 don't unset flags, if it is not required
10024
10025 2002-08-01 [paul]       0.8.1claws8
10026
10027         * sync with 0.8.1cvs8
10028                 see ChangeLog entry 2002-08-01
10029
10030 2002-08-01 [paul]       0.8.1claws7
10031
10032         * sync with 0.8.1cvs7
10033                 see ChangeLog 2002-07-31 and 2002-08-01
10034
10035 2002-07-31 [christoph]  0.8.1claws6
10036
10037         * src/mainwindow.c
10038                 forgot to update menu sensitivity
10039                 function for new menu entry
10040
10041 2002-07-31 [alfons]     0.8.1claws5
10042
10043         * src/main.c
10044                 check folder item and its path for NULL on
10045                 initial processing
10046
10047 2002-07-31 [christoph]  0.8.1claws4
10048
10049         * src/folder.c
10050                 check if folder_item_get_msginfo in
10051                 folder_item_remove_msg returned NULL
10052         * src/imap.c
10053                 better clear the uid cache in the
10054                 uid validity check function and delete
10055                 cached messages
10056
10057 2002-07-31 [paul]       0.8.1claws3
10058
10059         * man/sylpheed.1
10060                 add the '--attach' option and a few other
10061                 minor changes
10062
10063 2002-07-31 [paul]       0.8.1claws2
10064
10065         * sync with 0.8.1cvs5
10066                 see ChangeLog 2002-07-31
10067
10068 2002-07-31 [christoph]  0.8.1claws1
10069
10070         * src/folderview.[ch]
10071         * src/mainwindow.c
10072                 replace "Rescan all folders..." with
10073                 "Check all folders for new messages..."
10074
10075 2002-07-30 [paul]       0.8.1claws
10076
10077         * version 0.8.1claws released
10078
10079 2002-07-30 [paul]       0.8.0claws29
10080
10081         * tools/OOo2sylpheed.pl ** NEW FILE **
10082           tools/README
10083                 add script to enable sending documents as
10084                 attachments from OpenOffice.org
10085
10086 2002-07-30 [melvin]     0.8.0claws28
10087
10088         * src/prefs_actions.c
10089                 Made the actions' input/output dialog display
10090                 without delay.
10091
10092 2002-07-30 [christoph]  0.8.0claws27
10093
10094         * src/procmsg.c
10095                 check if folder_item_get_msginfo in
10096                 procmsg_save_to_outbox returned NULL
10097
10098 2002-07-30 [paul]       0.8.0claws26
10099
10100         * sync with 0.8.1cvs4
10101                 see ChangeLog 2002-07-29
10102
10103 2002-07-29 [thorsten]   0.8.0claws25
10104
10105         * README.claws
10106                 added selective download, delete on server
10107
10108 2002-07-29 [paul]       0.8.0claws24
10109
10110         * sync with 0.8.1cvs3
10111                 see ChangeLog 2002-07-29
10112
10113 2002-07-27 [christoph]  0.8.0claws23
10114
10115         * src/folder.c
10116                 add extra check if fetching the msginfo
10117                 returned NULL
10118
10119 2002-07-27 [paul]       0.8.0claws22
10120
10121         * sync with 0.8.1cvs2
10122                 see ChangeLog 2002-07-26
10123
10124 2002-07-27 [christoph]  0.8.0claws21
10125
10126         * src/imap.c
10127                 add another check if a valid msginfo
10128                 was returned
10129
10130 2002-07-26 [hoa]        0.8.0claws20
10131
10132         * src/folder.c
10133                 Fixed a condition in folder_item_destroy()
10134
10135         * src/imap.c
10136                 Fixed an error in IMAP protocol
10137
10138 2002-07-26 [alfons]     0.8.0claws19
10139
10140         * src/folder.c
10141                 ofcourse compare with identifier, not the path
10142
10143 2002-07-26 [alfons]     0.8.0claws18
10144
10145         * src/folder.c
10146                 use folder item identifier for saving / restoring
10147                 preferences because folder->path might not be unique
10148
10149 2002-07-26 [melvin]     0.8.0claws17
10150
10151         * src/logwindow.c
10152                 Fixed a crash introduced in 0.8.0claws5 when log is 
10153                 cut under 80 characters.
10154
10155 2002-07-26 [paul]       0.8.0claws16
10156
10157         * sync with 0.8.1cvs1
10158                 see ChangeLog 2002-07-26
10159
10160 2002-07-26 [christoph]  0.8.0claws15
10161
10162         * src/imap.[ch]
10163                 imap folder now remembers the last selected
10164                 folder and imap_fetch_msginfo skips selecting
10165                 the folder if it is already selected
10166
10167 2002-07-26 [christoph]  0.8.0claws14
10168
10169         * src/folder.c
10170         * src/folderview.c
10171         * src/imap.c
10172                 fix imap folder rescanning
10173
10174 2002-07-25 [christoph]  0.8.0claws13
10175
10176         * src/filter.c
10177         * src/folder.[ch]
10178         * src/folderview.c
10179         * src/imap.[ch]
10180         * src/mainwindow.c
10181         * src/mbox_folder.c
10182         * src/mh.c
10183         * src/news.c
10184                 implement imap uid cache and uid validity check
10185
10186 2002-07-25 [alfons]     0.8.0claws12
10187
10188         * src/summaryview.c
10189                 fix a brown paper bag bug, and also add some more
10190                 checks
10191
10192 2002-07-25 [christoph]  0.8.0claws11
10193
10194         * src/folder.c
10195                 don't mix copy, fetch_msginfo and remove
10196                 operations in folder item copy and move
10197                 operations
10198
10199 2002-07-25 [christoph]  0.8.0claws10
10200
10201         * src/folderview.c
10202         * src/mainwindow.c
10203         * src/prefs_folder_item.c
10204         * src/summaryview.[ch]
10205                 remove no longer required parameter update_cache from
10206                 summary_show
10207
10208 2002-07-25 [paul]       0.8.0claws9
10209
10210         * sync with 0.8.1
10211         
10212         * AUTHORS
10213                 a few corrections
10214
10215 2002-07-24 [alfons]     0.8.0claws8
10216
10217         * src/summaryview.c
10218                 sort correctly when using simplified subject line
10219                 (closes feature request "[ 585141 ] applying regexp to subject 
10220                 before sort" submitted by Alexandra Walford)
10221
10222 2002-07-24 [paul]       0.8.0claws7
10223
10224         * sync with 0.8.0cvs3
10225                 see ChangeLog 2002-07-24
10226
10227 2002-07-23 [christoph]  0.8.0claws6
10228
10229         * src/folder.c
10230         * src/folder.h
10231         * src/summaryview.c
10232         * src/summaryview.h
10233         * src/main.c
10234                 o separate processing and summaryview
10235                 o removed summary_write_cache from summaryview
10236                 o removed summaryview->killed_messages, because we don't have
10237                   to keep a list of killed messages anymore. New cache will
10238                   keep the hidden messages in cache anyway
10239         * src/folderview.c
10240         * src/inc.c
10241         * src/selective_download.c
10242                 o removed unnecessary summary_write_cache calls
10243         * src/procmsg.c
10244                 o don't set ignore thread flag in procmsg_get_thread_tree
10245                   if it is already set
10246         * src/mainwindow.c
10247         * src/statusbar.h
10248                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10249                   they are used in different files
10250
10251 2002-07-23 [melvin]     0.8.0claws5
10252
10253         * src/addressbook.c
10254         * src/addrgather.c
10255         * src/editaddress.c
10256         * src/editgroup.c
10257         * src/editldap_basedn.c
10258         * src/importldif.c
10259         * src/prefs_common.c
10260                 Fixed few memory leak (gtk_editable_get_chars returns
10261                 an allocated string)
10262         * src/logwindow.c
10263                 Fixed few memory leak (gtk_editable_get_chars returns
10264                 an allocated string) and modified a little the log cutting
10265                 loop.
10266         * src/compose.c
10267                 Replaced a call to an obsolete function gtk_entry_get_text()
10268                 by gtk_editable_get_chars()
10269         * src/send.c
10270                 Removed a debug printf
10271
10272 2002-07-23 [christoph]  0.8.0claws4
10273
10274         * src/filesel.c
10275                 fix another g_dirname memory leak
10276
10277 2002-07-23 [christoph]  0.8.0claws3
10278
10279         * src/mh.c
10280                 fixed a memory leak in mh_fetch_msginfo
10281                 fixed crash when message header could not be
10282                 parsed
10283
10284 2002-07-23 [paul]       0.8.0claws2
10285
10286         * sync with 0.8.0cvs2
10287                 see ChangeLog 2002-07-23
10288
10289 2002-07-23 [paul]       0.8.0claws1
10290
10291         * sync with 0.8.0cvs1
10292                 see ChangeLog 2002-07-23
10293
10294 2002-07-23 [paul]       0.8.0claws
10295
10296         * release of 0.8.0claws
10297
10298 2002-07-23 [paul]       0.7.8claws99
10299
10300         * po/ru.po
10301                 new Russian translation, submitted by
10302                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10303
10304 2002-07-22 [jens]       0.7.8claws98
10305
10306         * po/de.po
10307                 Updated German translations.
10308
10309 2002-07-22 [paul]       0.7.8claws97
10310
10311         * po/es.po
10312           po/it.po
10313           po/nl.po
10314           po/pt_BR.po
10315                 updated translations by Ricardo Mones Lastra,
10316                 Alessandro Maestri, Wilbert Berendsen and 
10317                 Fabio Jr. Beneditto respectively
10318
10319 2002-07-22 [christoph]  0.7.8claws96
10320
10321         * src/mimeview.c
10322                 fix memory leak caused by wrong g_dirname usage
10323
10324 2002-07-22 [christoph]  0.7.8claws95
10325
10326         * src/summaryview.c
10327                 update new and unread message counts for summaryview
10328                 summaryview does not get it from the folder anymore
10329                 and has to update the values itself
10330
10331 2002-07-22 [melvin]     0.7.8claws94
10332
10333         * po/fr.po
10334                 Updated French translations.
10335
10336 2002-07-22 [christoph]  0.7.8claws93
10337
10338         * src/matcher.c
10339                 set prop->preg pointer to NULL or following check
10340                 will not fail and regexec will be called with
10341                 invalid pointer
10342
10343 2002-07-21 [alfons]     0.7.8claws92
10344         
10345         * src/prefs_common.[ch]
10346                 remove option "Send return receipt on request"
10347
10348 2002-07-21 [thorsten]   0.7.8claws91
10349
10350         * src/mimeview.c
10351                 fixed memleaks, coding style as pointed out by alfons
10352
10353 2002-07-21 [alfons]     0.7.8claws90
10354
10355         * src/messageview.c
10356         * src/noticeview.[ch]
10357                 o fix bug notice view being displayed when going to empty folder 
10358                   (noticed by Christoph)
10359                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10360                   (noticed by Thorsten)
10361
10362 2002-07-21 [thorsten]   0.7.8claws89
10363
10364         * src/mimeview.c
10365                 Included save_all patch from Xaview FACQ
10366                 added support for pathnames
10367
10368 2002-07-21 [alfons]     0.7.8claws88
10369
10370         * po/POTFILES.in
10371         * src/Makefile.am
10372         * src/mainwindow.c
10373         * src/messageview.[ch]
10374         * src/noticeview.c      ** NEW FILE **
10375         * src/noticeview.h      ** NEW FILE **
10376                 make return receipts work again
10377                 (UI idea by Leandro Pereira)
10378
10379 2002-07-21 [paul]       0.7.8claws87
10380
10381         * src/summaryview.c
10382                 fix sensitivity of 'Select thread'
10383
10384 2002-07-21 [paul]       0.7.8claws86
10385
10386         * src/prefs_common.c
10387                 add browser command line for Galeon
10388
10389 2002-07-21 [paul]       0.7.8claws85
10390
10391         * Makefile.am
10392                 fix 'EXTRA_DIST': remove README.README, add TODO
10393                 and TODO.claws
10394
10395 2002-07-21 [alfons]     0.7.8claws84
10396
10397         * src/gtkstext.c
10398                 make enter clear selection
10399                 (closes "[ 579888 ] Editor selection/entry error"
10400                 reported by Steve Lamb)
10401
10402 2002-07-21 [alfons]     0.7.8claws83
10403         
10404         * src/summaryview.c
10405                 sort message list when selecting unthread messages
10406                 (closes "[ 501593 ] switching threaded view doesn't sort"
10407                 reported by Simon Schubert)
10408
10409 2002-07-20 [alfons]     0.7.8claws82
10410         
10411         * src/matcher.c
10412                 const-correctness
10413
10414 2002-07-20 [thorsten]   0.7.8claws81
10415
10416         * src/matcher.c
10417                 Fixed expansion of empty fields in matchactions
10418
10419 2002-07-19 [melvin]     0.7.8claws80
10420
10421         * src/gtkspell.c
10422                 Removed a duplicate menu entry (fast mode) introduced during
10423                 the new cache merge
10424                 Added a menu separator between 'Use alternate' and 'Fast mode'
10425
10426 2002-07-19 [paul]       0.7.8claws79
10427
10428         * tools/Makefile.am
10429           tools/README
10430                 correct typos
10431
10432 2002-07-19 [thorsten]   0.7.8claws78
10433
10434         * tools/calypso_convert.pl      ** NEW FILE **
10435           tools/README
10436           tools/Makefile.am
10437                 script to import mbox files exported
10438                 by calypso
10439                 o generates folder structure
10440                 o includes attachments
10441
10442 2002-07-19 [melvin]     0.7.8claws77
10443
10444         * src/selective_download.[ch]
10445                 Fixed bug where closing the dialog with the window manager's
10446                 close button will not unlock the summary
10447                 Corrected some function declarations that missed a return value
10448                 Made the source code comply better with coding style.
10449         * src/prefs_common.c
10450                 Added new browser command line for Mozilla.
10451
10452 2002-07-18 [paul]       0.7.8claws76
10453
10454         * src/mainwindow.c
10455           src/selective_download.[ch]
10456                 reflect theme changes, fix Gdk Warning when creating 
10457                 pixmap from NULL window, and minor clean up.
10458                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10459
10460         * po/en_GB.po
10461                 updated
10462
10463 2002-07-17 [paul]       0.7.8claws75
10464
10465         * INSTALL[.jp]
10466                 sync with 0.8.0
10467         
10468         * po/en_GB.po
10469                 updated
10470
10471 2002-07-16 [paul]       0.7.8claws74
10472
10473         * tools/filter_conv.pl
10474           tools/README
10475                 replace conversion script with reimplemented version, 
10476                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10477
10478 2002-07-16 [colin]      0.7.8claws73
10479
10480         * src/summaryview.c
10481                 remove forgotten debug messages - sorry ;-)
10482
10483 2002-07-16 [colin]      0.7.8claws72
10484
10485         * src/mimeview.c
10486           src/summaryview.c
10487           src/textview.c
10488           src/textview.h
10489                 add the ability to select part of a text mime-part 
10490                 to reply.
10491
10492 2002-07-15 [christoph]  0.7.8claws71
10493
10494         * src/folder.c
10495                 fix folder message count for folders without
10496                 msg_is_changed (includes news folders)
10497
10498 2002-07-15 [martin]     0.7.8claws70
10499
10500         * src/summaryview.c
10501                 option "display recipient on 'From'..." now works
10502                 without the need of enabling the option
10503                 "display  sender  using  address  book".
10504
10505 2002-07-15 [christoph]  0.7.8claws69
10506
10507         * src/summaryview.c
10508                 removed setting folder status from summaryview.
10509                 folder.c should update all message counts correctly.
10510
10511 2002-07-15 [paul]       0.7.8claws68
10512
10513         * po/pt_BR.po
10514                 updated by Fabio Junior Beneditto
10515
10516 2002-07-15 [darko]      0.7.8claws67
10517
10518         * src/mh.c
10519                 Fixed target folder colorization, don't decrease op
10520                 number twice
10521
10522 2002-07-14 [paul]       0.7.8claws66
10523
10524         * sync with main 0.8.0
10525                 see ChangeLog 2002-07-14
10526
10527 2002-07-13 [melvin]     0.7.8claws65
10528         
10529         * src/addrbook.c
10530         * src/addressbook.c
10531         * src/addrindex.c
10532                 Replaced sprintf by g_snprintf to prevent possible buffer
10533                 overflow.
10534         * src/news.c
10535                 Corrected a log message output format.
10536                 Added a missing "done" debug output.
10537         * src/compose.c
10538                 Added keyboard accelerator for Priority menu items
10539                 Added missing \n in debug output
10540         * src/logwindow.c
10541         * src/gtkspell.c
10542         * src/rfc2015.c
10543                 Added missing \n in debug output
10544
10545 2002-07-13 [paul]       0.7.8claws64
10546
10547         * man/sylpheed.1
10548                 change Sergey's email address to the sf address
10549
10550         * src/textview.c
10551                 increase show_url_timeout (more useful for long
10552                 urls)
10553
10554 2002-07-12 [sergey]     0.7.8claws63
10555
10556         * src/rfc2015.c
10557                 applied (with some modifications) patch to set the
10558                 micalg parameter for signatures
10559                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10560
10561 2002-07-12 [sergey]     0.7.8claws62
10562
10563         * man/Makefile.am
10564         * configure.in
10565                 fixed man page installation
10566
10567 2002-07-12 [paul]       0.7.8claws61
10568
10569         * sync with 0.7.8cvs26
10570                 see ChangeLog 2002-07-11 and 2002-07-12
10571
10572 2002-07-11 [christoph]  0.7.8claws60
10573
10574         * src/compose.c
10575         * src/procmsg.c
10576                 first use the message number to find the message
10577                 to mark with a reply flag but check the
10578                 message-id if we got the correct message, if not
10579                 try to find it by message-id.
10580                 use new string seperator that is not allowed
10581                 in message-ids.
10582
10583 2002-07-11 [paul]       0.7.8claws59
10584
10585         * sync with 0.7.8cvs23
10586                 see ChangeLog 2002-07-10
10587
10588 2002-07-10 [christoph]  0.7.8claws58
10589
10590         * src/folder.[ch]
10591         * src/msgcache.[ch]
10592                 Added message-id table to the cache in memory
10593                 and functions to msgcache.c and folder.c to
10594                 fetch MsgInfos by message id
10595         * src/compose.c
10596         * src/procmsg.c
10597                 store folder and message-id of message replying
10598                 to in queue header and set reply flag after sending
10599                 (Closes bug #469498)
10600
10601 2002-07-10 [paul]       0.7.8claws57
10602
10603         * AUTHORS
10604           man/sylpheed.1.gz
10605                 add Martin to the list of authors
10606
10607 2002-07-09 [martin]     0.7.8claws56
10608         * src/gtksctree.c
10609                 Added gtk_ctree_last_visible(), tree_update_level(),
10610                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10611                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10612                 from gtk+ to gtksctree.c for the new sorting code
10613                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10614                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10615         * src/gtksctree.h
10616                 Added declaration for gtk_sctree_sort_recursive() and
10617                 gtk_sctree_sort_node
10618         * src/addressbook.c
10619         * src/foldersel.c
10620         * src/folderview.c
10621         * src/summaryview.c
10622                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10623                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10624
10625 2002-07-08 [paul]       0.7.8claws55
10626
10627         * more sync with 0.7.8cvs21
10628                 see ChangeLog 2002-07-08
10629
10630 2002-07-08 [paul]       0.7.8claws54
10631
10632         * sync with 0.7.8cvs21
10633                 see ChangeLog 2002-07-08
10634
10635 2002-07-07 [alfons]     0.7.8claws53
10636
10637         * src/Makefile.am
10638         * src/stock_pixmap.[ch]
10639         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10640         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10641         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10642                 add new pixmaps for upcoming notice pane
10643
10644 2002-07-06 [melvin]     0.7.8claws52
10645
10646         * src/gtkspell.[ch]
10647                 Made them a bit closer to Sylpheed's coding style.
10648                 Removed old code.
10649                 Removed possible memory leaks when some errors occurs.
10650
10651 2002-07-06 [melvin]     0.7.8claws51
10652
10653         * po/Makefile.in.in
10654                 Removed --no-location in xgettext command line to help
10655                 translators that use Emacs' po-mode
10656         * src/quote_fmt.c
10657                 Removed unnecessary comments that messed up sylpheed.pot
10658
10659 2002-07-06 [paul]       0.7.8claws50
10660
10661         * sync with 0.7.8cvs19
10662                 see ChangeLog 2002-07-05
10663
10664 2002-07-06 [christoph]  0.7.8claws49
10665
10666         * src/folder.c
10667         * src/mainwindow.c
10668                 fix folder_item_remove_all_msg and folderview
10669                 status for trash folders after emptying trash
10670
10671 2002-07-05 [paul]       0.7.8claws48
10672
10673         * sync with 0.7.8cvs16
10674                 see ChangeLog 2002-07-04 and 2002-07-05
10675
10676 2002-07-04 [paul]       0.7.8claws47
10677
10678         * sync with 0.7.8cvs14
10679                 see  ChangeLog 2002-07-04
10680
10681 2002-07-03 [alfons]     0.7.8claws46
10682
10683         * src/folder.c
10684                 dupe folder item's path because it's being reallocated
10685                 by new folder scanning code
10686
10687 2002-07-03 [christoph]  0.7.8claws45
10688
10689         * src/imap.c
10690                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10691         * src/msgcache.c
10692                 add missing return in msgcache_write
10693
10694 2002-07-02 [thorsten]   0.7.8claws44
10695
10696         * src/jpilot.c
10697         * src/msgcache.c
10698         * src/rfc2015.c
10699                 use binary mode for file access
10700
10701 2002-07-02 [christoph]  0.7.8claws43
10702
10703         * major code cleanup (part 1)
10704         
10705                 - unused variables removed
10706                 - unused functions removed
10707                 - uninitialized variables checked
10708                 - missing return statements added
10709                 - missing function return types added
10710                 - added parentheses around assignment and
10711                   && in || when suggested by gcc
10712               
10713         * src/mh.c
10714         * src/folder.c
10715                 replaced direct calls to folder->scan_tree
10716                 with folder_scan_tree and restore folder
10717                 prefs in this function. The folder should
10718                 not have to deal with them.
10719                 ( Should now work for all folder types )
10720
10721 2002-07-02 [paul]       0.7.8claws42
10722
10723         * sync with 0.7.8cvs13
10724                 see ChangeLog 2002-07-01 and 2002-07-02
10725
10726 2002-07-01 [christoph]  0.7.8claws41
10727
10728         * src/summaryview.c
10729                 fix "goto next/prev unread message" with
10730                 ignored threads
10731
10732 2002-07-01 [paul]       0.7.8claws40
10733
10734         * po/es.po
10735                 updated by Ricardo Mones Lastra
10736
10737 2002-06-30 [match]      0.7.8claws39
10738
10739         * src/jpilot.c
10740                 applied variation of leonerd's patch (566661) to
10741                 allow multiple email addresses per JPilot entry.
10742                 addresses may be separated by space, comma, pipe,
10743                 semi-colon, new-line.
10744
10745 2002-06-30 [alfons]     0.7.8claws38
10746
10747         * src/procmsg.c
10748                 simple fix for putting older nodes before
10749                 newer nodes when threading by subject
10750
10751 2002-06-30 [christoph]  0.7.8claws37
10752
10753         * src/folder.c
10754         * src/folderview.c
10755         * src/mh.c
10756         * src/news.c
10757         * src/procmsg.c
10758                 fix broken folder tree rescaning
10759                 and don't use procmsg_get_mark_sum
10760                 anymore
10761
10762 2002-06-30 [christoph]  0.7.8claws36
10763
10764         * merge new cache branch
10765         * src/imap.c
10766                 fix new cache imap copy bug
10767         * src/folder.c
10768                 improved folder_item_scan
10769                 it should now always set the correct
10770                 new, unread and total message counts
10771
10772 2002-06-29 [paul]       0.7.8claws35
10773
10774         * configure.in
10775                 correct syntax error
10776
10777 2002-06-29 [paul]       0.7.8claws34
10778
10779         * configure.in
10780           Makefile.am
10781           man/Makefile.am       ** NEW FILE **
10782           man/sylpheed.1.gz     ** NEW FILE **
10783                 add Sylpheed man page
10784
10785 2002-06-29 [paul]       0.7.8claws33
10786
10787         * po/pt_BR.po
10788                 updated by Fabio Junior Beneditto
10789
10790 2002-06-28 [jens]       0.7.8claws32
10791
10792         * po/de.po
10793                 translation updated
10794
10795         * src/selective_download.c
10796                 removed gettext for space " "
10797
10798         * src/imap.c
10799                 removed wrong space
10800
10801 2002-06-28 [paul]       0.7.8claws31
10802
10803         * sync with 0.7.8cvs11
10804                 see ChangeLog 2002-06-28
10805
10806 2002-06-28 [paul]       0.7.8claws30
10807
10808         * sync with 0.7.8cvs10
10809                 see ChangeLog 2002-06-27 and 2002-06-28
10810
10811 2002-06-26 [paul]       0.7.8claws29
10812
10813         * src/addrgather.c
10814           src/selective_download.c
10815                 don't gettextise empty strings.
10816                 reserved by gettext. gettext("") returns 
10817                 the header entry with meta information, 
10818                 not the empty string
10819
10820         * po/en_GB.po
10821                 updated
10822
10823 2002-06-26 [paul]       0.7.8claws28
10824
10825         * sync with 0.7.8cvs7
10826                 see ChangeLog 2002-06-25
10827
10828         * src/prefs_common.c
10829                 ...and in the process, tweak the gui a little
10830
10831 2002-06-25 [alfons]     0.7.8claws27
10832         
10833         * configure.in
10834         * src/Makefile.am
10835                 fine tune ldap library detection
10836
10837 2002-06-25 [alfons]     0.7.8claws26
10838
10839         * src/compose.c
10840                 don't allow return receipts when composing a news article
10841
10842 2002-06-25 [paul]       0.7.8claws25
10843
10844         * Makefile.am
10845                 add '$(AMTAR)' to 'release' section to allow for
10846                 new and older autotools
10847
10848 2002-06-25 [paul]       0.7.8claws24
10849
10850         * src/summaryview.c
10851                 fix "No more unread messages" persistant pop-up
10852                 window bug
10853
10854 2002-06-25 [paul]       0.7.8claws23
10855
10856         * po/it.po
10857                 updated by Alessandro Maestri
10858
10859 2002-06-25 [paul]       0.7.8claws22
10860
10861         * sync with 0.7.8cvs6
10862                 see ChangeLog 2002-06-25
10863
10864 2002-06-24 [paul]       0.7.8claws21
10865
10866         * tools/update-po
10867                 add GPL copyright information
10868
10869 2002-06-24 [paul]       0.7.8claws20
10870
10871         * tools/Makefile.am
10872           tools/README
10873           tools/update-po       ** NEW FILE **
10874                 add script that eases the creation of *.po files
10875                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10876
10877 2002-06-23 [alfons]     0.7.8claws19
10878
10879         * src/messageview.c
10880                 make notification_convert_header obey const correctness
10881                 (next step will be fixing the broken return receipt)
10882
10883 2002-06-23 [paul]       0.7.8claws18
10884
10885         * src/messageview.c
10886                 fix bug introduced in last commit:
10887                 removed too much code in last commit - put back what's
10888                 needed
10889
10890 2002-06-23 [paul]       0.7.8claws17
10891
10892         * src/messageview.[ch]
10893                 remove code committed in error from locally patched
10894                 source
10895
10896 2002-06-23 [colin]      0.7.8claws16
10897
10898         * src/compose.[ch]
10899                 add compose_entry_select(), used to select the default_to
10900                 email address - hopefully avoiding people sending mails to
10901                 wrong recipients.
10902
10903 2002-06-22 [alfons]     0.7.8claws15
10904
10905         * AUTHORS
10906                 add Bram Metsch & Stanislav Karchebny
10907         * src/smtp.[ch]
10908         * src/prefs_account.[ch]
10909         * src/send.c
10910                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10911                   options.  (see <http://sourceforge.net/tracker/index.php
10912                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10913
10914                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10915                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10916
10917 2002-06-22 [paul]       0.7.8claws14
10918
10919         * sync with 0.7.8cvs5
10920                 see ChangeLog 2002-06-19 and 2002-06-20
10921
10922 2002-06-22 [alfons]     0.7.8claws13
10923
10924         * src/selective_download.c
10925                 fix a stupid mistake I made
10926
10927 2002-06-22 [alfons]     0.7.8claws12
10928
10929         * src/selective_download.[ch]
10930                 fix another unnoticed leak; cleanup code
10931
10932 2002-06-21 [alfons]
10933
10934         * tools/Makefile.am
10935                 gpg-sign <-- gpg-sign-syl
10936
10937 2002-06-21 [alfons]     0.7.8claws11
10938
10939         * src/selective_download.c
10940         * src/selective_download.h
10941                 fix assorted mix of allocation errors (should solve
10942                 problem reported by Philippe Gramoullé, see:
10943                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10944
10945 2002-06-20 [melvin]     0.7.8claws10
10946
10947         * tools/gpg-sign *REMOVED*
10948           tools/gpg-sign-syl *ADDED*
10949                 Replaced the gpg clearsigning script with the version using
10950                 xterm instead of ssh-askpass and changed its name.
10951
10952         * README.claws
10953                 Updated actions example to reflect the renaming of the
10954                 gpg clearsigning script.
10955
10956 2002-06-19 [paul]       0.7.8claws9
10957
10958         * sync with 0.7.8claws9
10959                 see ChangeLog 2002-06-18 and 2002-06-19
10960
10961 2002-06-19 [paul]       0.7.8claws8
10962
10963         * sync with 0.7.8cvs1
10964                 see ChangeLog 2002-06-18
10965
10966 2002-06-18 [alfons]     0.7.8claws7
10967
10968         * src/mainwindow.h
10969                 add omitted prototype
10970
10971 2002-06-17 [paul]       0.7.8claws6
10972
10973         * src/mainwindow.c
10974                 fix hiding of exec_btn
10975
10976 2002-06-17 [paul]       0.7.8claws5
10977
10978         * src/pop.c
10979                 remove unneeded code: should_delete() 
10980                 and Pop3State::uidl_todelete_list
10981
10982 2002-06-17 [paul]       0.7.8claws4
10983
10984         * sync with 0.7.8
10985                 see ChangeLog 2002-06-11 and 2002-06-13
10986
10987 2002-06-16 [alfons]     0.7.8claws3
10988         
10989         * src/folder.c
10990                 make sure lock sort mode (claws specific) is
10991                 also persists after a tree rescan
10992
10993 2002-06-16 [alfons]     0.7.8claws2
10994
10995         * src/prefs_folder_item.c
10996         * src/folder.[ch]
10997                 fix persistence of folder sort mode (broken
10998                 by adapting Hiro's new folder persistence code)
10999
11000 2002-06-16 [alfons]     0.7.8claws1
11001
11002         * AUTHORS
11003         * src/logwindow.c
11004         * src/prefscommon.[ch]
11005                 control size of log text in log window; 
11006                 closes patch #569155 submitted by Mitko Haralanov.
11007
11008 2002-06-15 [paul]       0.7.8claws
11009
11010         * release of 0.7.8claws
11011
11012 2002-06-15 [paul]       0.7.7claws
11013
11014         * po/pt_BR.po
11015                 updated by Fabio Junior Beneditto
11016
11017 2002-06-14 [paul]       0.7.6claws49
11018
11019         * po/es.po
11020                 updated by Ricardo Mones Lastra
11021
11022 2002-06-14 [paul]       0.7.6claws48
11023
11024         * po/nl.po
11025                 updated translation by Wilbert Berendsen
11026
11027 2002-06-14 [melvin]     0.7.6claws47
11028
11029         * po/fr.po
11030                 Updated French translation
11031
11032 2002-06-13 [paul]       0.7.6claws46
11033
11034         * src/filesel.c
11035                 allow filename to be typed in, rather than just
11036                 selected by the mouse. Patch by Gustavo Noronha Silva.
11037
11038 2002-06-13 [alfons]     0.7.6claws45
11039
11040         * src/mainwindow.[ch]
11041                 more cleanups (removing unnecessary menu items Expand 
11042                 summary / message view)
11043
11044 2002-06-13 [melvin]     0.7.6claws44
11045
11046         * po/POTFILES.in
11047                 Added src/string_match.c
11048         * src/string_match.c
11049                 Fixed possible buffer overflow.
11050                 Corrected typo.
11051                 Added missing config.h header.
11052         * src/prefs_common.c
11053           src/prefs_matcher.c
11054           src/prefs_scoring.c
11055                 Made some strings translatable (missing _(..)).
11056
11057 2002-06-13 [melvin]     0.7.6claws43
11058
11059         * README.claws
11060                 Corrected action example (verifying clearsigned mail).
11061         * src/prefs_account.c
11062                 Corrected typo.
11063         * src/prefs_common.c
11064                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11065
11066 2002-06-12 [alfons]     0.7.6claws42
11067
11068         * src/summaryview.c
11069                 add init of score column lost in 0.7.6claws42
11070
11071 2002-06-12 [paul]       0.7.6claws41
11072
11073         * src/prefs_account.c
11074                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11075                 behavior of the radio buttons, (from 0.7.7cvs2)
11076
11077 2002-06-11 [alfons]     0.7.6claws40
11078
11079         * src/messageview.[ch]
11080         * src/summaryview.[ch]
11081         * src/summary_search.c
11082         * src/mainwindow.c
11083                 perform a sync to bring in Hiro's separate view implementation 
11084
11085                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11086
11087 2002-06-11 [paul]       0.7.6claws39
11088         
11089         * src/prefs_account.c
11090                 correct a typo on the Receive tab
11091
11092 2002-06-10 [match]      0.7.6claws38
11093
11094         * src/addressbook.c
11095                 Included address completion patch from Gustavo Noronha.
11096
11097 2002-06-10 [paul]       0.7.6claws37
11098
11099         * src/inc.[ch]
11100           src/pop.c
11101           src/prefs_account.[ch]
11102           src/selective_download.[ch]
11103                 apply PATCH #561712
11104                  NEW:
11105                 - check if POP Account
11106                 - Receive Button renamed to Preview
11107                 - Preview Button Popup: preview new/all messages
11108                 - Download Button
11109                 - Account Preferences-->Receive tab checkbutton if you
11110                   want to remove Mail after Download
11111                 -: default YES
11112                 - Account Preferences-->Receive tab checkbutton use
11113                   filtering rules on preview
11114                   (think of delete_on_server)
11115                 -: default YES
11116                 - Account selectable from SD dialog
11117                 - checkbutton to show already downloaded messages if
11118                   all messages are previewed
11119                 - new clist column showing Date
11120                 - ESC KEY close
11121                 FIXES:
11122                 - play ball with UIDL
11123                 - fault tolerant (?) 
11124                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11125
11126 2002-06-10 [melvin]     0.7.6claws36
11127
11128         * README.claws
11129                 Added a hint to ac/README in cvs instructions.
11130
11131         * src/prefs_actions.c
11132                 Made it possible to use a more elaborate command line
11133                 for asynchronous actions, too.
11134
11135 2002-06-10 [melvin]     0.7.6claws35
11136         
11137         * src/prefs_actions.c
11138                 Make it possible to use a more elaborate command line
11139                 (e.g. |foo|bar|cat>there;echo Done|)
11140                 Corrected error message when calling %f, %F and %p commands
11141                 from the compose window.
11142
11143 2002-06-09 [colin]      0.7.6claws34
11144
11145         * src/summaryview.c
11146                 Automatically find unread messages in current folder
11147                 before annoying the user.
11148
11149 2002-06-08 [alfons]     0.7.6claws33
11150
11151         * po/it.po
11152                 remove bad formatting string in it.po translation
11153                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11154
11155 2002-06-08 [paul]       0.7.6claws32
11156
11157         * sync with 0.7.6cvs25
11158                 see ChangeLog 2002-06-07
11159
11160 2002-06-05 [paul]       0.7.6claws31
11161
11162         * src/mainwindow.c
11163                 add 'Sort by locked' and 'Sort by score'
11164
11165 2002-06-05 [paul]       0.7.6claws30
11166
11167         * sync with 0.7.6cvs24
11168                 see ChangeLog 2002-06-04
11169
11170 2002-06-04 [paul]       0.7.6claws29
11171
11172         * po/pt_BR.po
11173                 updated by Fabio Junior Beneditto
11174
11175 2002-06-03 [thorsten]   0.7.6claws28
11176
11177         * src/matcher.c
11178                 fclose() matcherrc after reading
11179
11180 2002-06-03 [paul]       0.7.6claws27
11181
11182         * sync with 0.7.6cvs21
11183                 see ChangeLog 2002-05-31
11184
11185 2002-05-31 [paul]       0.7.6claws26
11186
11187         * sync with 0.7.6cvs20
11188                 see ChangeLog 2002-05-29 and 2002-05-30
11189
11190 2002-05-31 [paul]       0.7.6claws25
11191
11192         * src/imap.c
11193                 hopefully fix last buggy sync
11194
11195         * README.claws
11196                 correct typo in 'Actions' examples
11197
11198 2002-05-29 [paul]       0.7.6claws24
11199
11200         * sync with 0.7.6cvs18
11201                 see ChangeLog 2002-05-28 and 2002-05-29
11202
11203         * src/news.c
11204           src/nntp.[ch]
11205                 sync with above 
11206
11207 2002-05-28 [paul]       0.7.6claws23
11208
11209         * sync with 0.7.6cvs16
11210                 see ChangeLog 2002-05-28
11211
11212 2002-05-27 [thorsten]   0.7.6claws22 
11213
11214         * faq/it/sylpheed-faq-1.html
11215           faq/it/sylpheed-faq-2.html
11216           faq/it/sylpheed-faq-3.html
11217           faq/it/sylpheed-faq.html
11218                 corrected DOS lineendings
11219         * faq/de/sylpheed-faq-1.html
11220           faq/de/sylpheed-faq-2.html
11221           faq/en/sylpheed-faq-1.html
11222           faq/en/sylpheed-faq-2.html
11223           faq/en/sylpheed-faq-3.html
11224           faq/es/sylpheed-faq-1.html
11225           faq/es/sylpheed-faq-2.html
11226           faq/es/sylpheed-faq-3.html
11227           faq/fr/sylpheed-faq-1.html
11228           faq/it/sylpheed-faq-1.html
11229           faq/it/sylpheed-faq-2.html
11230           faq/it/sylpheed-faq-3.html
11231           faq/it/sylpheed-faq.html
11232                 changed ">" to &quot;
11233
11234 2002-05-27 [paul]       0.7.6claws21
11235         
11236         * sync with 0.7.6cvs15
11237                 see ChangeLog 2002-05-27
11238
11239 2002-05-27 [paul]       0.7.6claws20
11240
11241         * src/prefs_account.c
11242                 correct a typo
11243
11244 2002-05-26 [paul]       0.7.6claws19
11245
11246         * tools/README
11247                 correct a typo
11248
11249 2002-05-25 [paul]       0.7.6claws18
11250
11251         * tools/README
11252                 add description of kmail2sylpheed.pl
11253
11254 2002-05-25 [paul]       0.7.6claws17
11255
11256         * tools/kmail2sylpheed.pl       ** NEW FILE **
11257                 perl script that converts an exported Kmail address
11258                 book, converts it to sylpheed addressbook file,
11259                 writes the file to .sylpheed, and updates
11260                 addrbook--index.xml 
11261
11262 2002-05-25 [paul]       0.7.6claws16
11263
11264         * sync with 0.7.6cvs14
11265                 see ChangeLog 2002-05-23
11266
11267 2002-05-24 [paul]       0.7.6claws15
11268
11269         * README.claws
11270                 make a correction and add some more info
11271
11272 2002-05-24 [paul]       0.7.6claws14
11273
11274         * src/compose.c
11275                 fix memory leak in 
11276                 compose_redirect_write_headers_from_headerlist()
11277                 add Subject and Resent-Message-ID to
11278                 compose_redirect_write_headers()
11279                 Received, Subject, and X-UIDL are filtered out in 
11280                 compose_redirect_write_to_file()
11281
11282 2002-05-23 [paul]       0.7.6claws13
11283
11284         * src/compose.[ch]
11285           src/filtering.c
11286           src/mainwindow.c
11287           src/matcher.[ch]
11288           src/matcher_parser_lex.l
11289           src/matcher_parser_parse.y
11290           src/prefs_common.[ch]
11291           src/prefs_filtering.c
11292           src/summaryview.c
11293                 rename 'Bounce' to 'Redirect'
11294
11295 2002-05-23 [paul]       0.7.6claws12
11296
11297         * more sync with 0.7.6cvs13
11298           src/compose.c
11299                 see ChangeLog 2002-05-22
11300
11301 2002-05-22 [paul]       0.7.6claws11
11302
11303         * sync with 0.7.6cvs13
11304           src/codeconv.c
11305                 see ChangeLog 2002-05-20
11306           src/prefs_common.c
11307                 see ChangeLog 2002-05-22
11308
11309 2002-05-21 [melvin]     0.7.6claws10
11310
11311         * src/folderview.c
11312                 Added missing filtering and scoring headers
11313                 Fixed bad function call that showed garbage 
11314                 in Folder->Processing
11315
11316 2002-05-21 [paul]       0.7.6claws9
11317
11318         * tools/Makefile.am
11319                 make all tools executable, (patch by Alfons).
11320
11321 2002-05-20 [alfons]     0.7.6claws8
11322
11323         * src/procheader.c
11324                 don't forget to call mktime() so we have a valid week 
11325                 and year day
11326                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11327
11328 2002-05-20 [paul]       0.7.6claws7
11329
11330         * src/html.c
11331                 fix broken parsing of urls
11332         * src/textview.c
11333                 fix displaying of urls
11334
11335                 both fixes from the patch [547855] by Eugene 
11336                 Brevdo (zonem)
11337
11338 2002-05-19 [alfons]     0.7.6claws6
11339
11340         * configure.in
11341                 make sylpheed configure correctly with the latest
11342                 and greatest of automake / autoconf / gettext
11343
11344 2002-05-19 [alfons]     0.7.6claws5
11345
11346         * src/procheader.c
11347         * src/procheader.h
11348                 add function for returning ime zone offset
11349         * src/quote_fmt.c
11350         * src/quote_fmt_parse.y
11351                 better quotation formatting - does not convert
11352                 to local time, but uses the original date string.
11353                 
11354                 Note: %z inserts the timezone offset (should 
11355                 work also on platforms where strftime does not
11356                 support %z).
11357
11358 2002-05-18 [christoph]  0.7.6claws4
11359
11360         * src/summaryview.c
11361                 fix indentation of some code
11362         * tools/Makefile.am
11363                 fix spaces after \
11364         * src/Makefile.am
11365                 add missing \
11366                 correct path for ignorethread.xpm
11367                 incorrect filename for sylpheed_logo.xpm
11368                 add missing include matcher_parser_parse.h
11369
11370 2002-05-18 [paul]       0.7.6claws3
11371
11372         * sync with 0.7.6cvs8
11373                 see ChangeLog 2002-05-16 and 2002-05-17
11374
11375 2002-05-18 [melvin]     0.7.6claws2
11376
11377         * README.claws
11378                 Corrected an action's definition and fixed some misspellings.
11379
11380 2002-05-18 [paul]       0.7.6claws1
11381
11382         * tools/Makefile.am
11383           tools/gpg-sign        ** new file **
11384           tools/uudec           ** new file **
11385                 add Melvin's Actions scripts
11386
11387         * README.claws
11388                 add Melvin's descriptions for Actions
11389
11390 2002-05-18 [paul]       0.7.6claws
11391
11392         * Version 0.7.6claws released
11393
11394 2002-05-17 [paul]       0.7.5claws32
11395
11396         * po/es.po
11397                 updated by Ricardo Mones Lastra
11398
11399 2002-05-17 [paul]       0.7.5claws31
11400
11401         * src/compose.c
11402                 fix Account prefs default folder for sent/draft/deleted
11403                 messages bug
11404
11405         * po/it.po
11406           po/nl.po
11407                 updated translation by Alessandro Maestri and
11408                 Wilbert Berendsen
11409
11410 2002-05-17 [melvin]     0.7.5claws30
11411
11412         * src/prefs_actions.c
11413                 Fixed bug where using %F not at the end of the command 
11414                 resulted in an additional empty argument being created.
11415                 Thanks to Darko Koruga for reporting the bug.
11416
11417 2002-05-17 [melvin]     0.7.5claws29
11418
11419         * po/fr.po
11420                 Updated French translations.
11421
11422 2002-05-15 [paul]       0.7.5claws28
11423         
11424         * po/es.po
11425                 updated by Ricardo Mones Lastra
11426
11427 2002-05-15 [paul]       0.7.5claws27
11428
11429         * sync with 0.7.6cvs4
11430                 see ChangeLog 2002-05-14 and 2002-05-15
11431
11432 2002-05-14 [paul]       0.7.5claws26
11433
11434         * sync with 0.7.6cvs1
11435                 see ChangeLog 2002-05-13
11436
11437 2002-05-13 [thorsten]   0.7.5claws25
11438
11439         * src/messageview.c
11440                 fix select_all and copy in multipart messages
11441         * src/mainwindow.c
11442                 fix select_all and copy in multipart messages
11443
11444 2002-05-12 [paul]       0.7.5claws24
11445
11446         * src/summaryview.c
11447                 reverse last commit, bug already fixed in 0.7.5claws3
11448
11449 2002-05-12 [netztorte]  0.7.5claws23
11450
11451         * src/summaryview.c
11452                 dont parse empty addressbook (checked in before claws20)
11453
11454 2002-05-12 [melvin]     0.7.5claws22
11455
11456         * src/procmsg.[ch]
11457                 Removed unneeded priority code introduced by the previous 
11458                 commit.
11459
11460 2002-05-12 [melvin]     0.7.5claws21
11461
11462         * src/compose.[ch]
11463                 Added possibility to set message's priority.
11464         * src/procmsg.[ch]
11465                 Added possibility to set message's priority.
11466                 Added missing headers
11467
11468 2002-05-12 [melvin]     0.7.5claws20
11469
11470         * src/prefs_actions.c
11471                 Removed implicitely added quotes around the name
11472                 of the temporary files of mime parts.
11473
11474 2002-05-12 [paul]       0.7.5claws19
11475
11476         * sync with 0.7.5cvs20
11477                 see ChangeLog 2002-05-11
11478
11479 2002-05-12 [alfons]     0.7.5claws18
11480
11481         * src/quote_fmt_lex.l
11482         * src/quote_fmt_parse.y
11483                 allow quote / reply date & time format to be set using
11484                 %D{format}. format is a format string you'd pass to
11485                 strftime() (see man strftime, or the Display tab |
11486                 Date format setting).
11487
11488                 Currently %D converts the date to local time. 
11489
11490 2002-05-11 [paul]       0.7.5claws17
11491
11492         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11493                 see ChangeLog 2002-05-10 and 2002-05-11
11494
11495 2002-05-10 [paul]       0.7.5claws16
11496
11497         * sync with 0.7.5cvs16
11498                 see ChangeLog entries 2002-05-09 and 
11499                 2002-05-10
11500
11501 2002-05-10 [colin]      0.7.5claws15
11502
11503         * src/textview.c
11504                 Corrected a bug that prevented sylpheed to open
11505                 double-clicked URIs.
11506
11507 2002-05-09 [paul]       0.7.5claws14
11508
11509         * sync with 0.7.5cvs14
11510                 see ChangeLog 2002-05-08 and 2002-05-09
11511
11512 2002-05-08 [paul]       0.7.5claws13
11513
11514         * sync with 0.7.5cvs11
11515                 see ChangeLog entry 2002-05-08
11516
11517 2002-05-08 [paul]       0.7.5claws12
11518
11519         * src/mainwindow.c
11520           src/textview.[ch]
11521                 fix segfault on View->Open in new window
11522                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11523
11524 2002-05-07 [paul]       0.7.5claws11
11525
11526         * sync with 0.7.5cvs9
11527                 see ChangeLog entry 2002-05-07
11528
11529 2002-05-06 [paul]       0.7.5claws10
11530
11531         * src/messageview.c
11532           src/textview.c
11533                 display url in statusbar on single-click
11534                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11535
11536 2002-05-06 [match]      0.7.5claws9
11537
11538         * src/addritem.[ch]
11539                 new functions.
11540         * src/addrcache.c
11541                 tidy up.
11542         * src/xmlprops.[ch]
11543                 XML implementation of properties file.
11544         * src/exporthtml.[ch]
11545         * src/expthtmldlg.[ch]
11546         * src/addressbook.c
11547                 export to HTML.
11548
11549 2002-05-02 [sergey]     0.7.5claws8
11550
11551         * src/mainwindow.c (mainwin_entries),
11552           src/prefs_common.c (prefs_send_create()),
11553           src/codeconv.c (locale_table):
11554                 use charset name "Windows-1251" instead of "CP1251".
11555
11556 2002-05-02 [colin]      0.7.5claws7
11557         
11558         * src/compose.c
11559           src/prefs_common.c
11560           src/prefs_folder_item.c
11561                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11562
11563 2002-05-02 [hiro]       0.7.5claws6
11564
11565         * src/imap.c
11566                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11567
11568 2002-05-02 [paul]       0.7.5claws5
11569
11570         * src/compose.c
11571                 more sync with 0.7.5cvs7, see ChangeLog entry
11572                 2002-05-02
11573
11574 2002-05-02 [hiro]       0.7.5claws4
11575
11576         * src/compose.c
11577                 compose_queue_sub():
11578                 check if queue folder exists (closes #550397).
11579                 removed directory creation since it should be handled
11580                 transparently.
11581         * src/imap.c
11582                 imap_add_msg(): return UID for appended message
11583                 (closes #548842).
11584
11585 2002-04-30 [paul]       0.7.5claws3
11586
11587         * src/summaryview.c
11588                 fix account_find_from_address() bug
11589
11590 2002-04-28 [colin]      0.7.5claws2
11591
11592         * src/compose.c
11593           src/textview.c
11594           src/prefs_common.[ch]
11595           src/utils.[ch]
11596                 Added user-definable quotation characters recognition.
11597
11598 2002-04-28 [paul]       0.7.5claws1
11599
11600         * sync with 0.7.5cvs4
11601                 see ChangeLog entry  2002-04-25
11602
11603 2002-04-28 [paul]       0.7.5claws
11604
11605         * po/es.po
11606           po/nl.po
11607           po/pt_BR.po
11608                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11609                 Fabio Junior Beneditto
11610
11611 2002-04-27 [jens]       0.7.4claws103
11612
11613         * po/de.po
11614                 updated German translation.
11615
11616 2002-04-27 [hiro]       0.7.4claws102
11617
11618         * src/summaryview.c
11619                 summary_write_cache(): fixed the mark loss of hidden messages.
11620
11621 2002-04-26 [melvin]     0.7.4claws101
11622
11623         * src/procmsg.c
11624                 fixed a second typo (same one)
11625         * po/fr.po
11626           po/it.po
11627           po/pt_BR.po
11628                 fixed the type again...
11629
11630 2002-04-26 [melvin]     0.7.4claws100
11631
11632         * src/procmsg.c
11633                 fixed a typo in an alert message ("temorary").
11634         * po/it.po
11635         * po/pt_BR.po
11636                 corrected the typo  described above.
11637         * po/fr.po
11638                 updated French translation.
11639
11640 2002-04-26 [darko]      0.7.4claws99
11641
11642         * src/summaryview.c
11643                 fix target folder colorization
11644
11645 2002-04-25 [paul]       0.7.4claws98
11646
11647         * po/it.po
11648                 updated by Alessandro Maestri
11649
11650 2002-04-24 [colin]      0.7.4claws97
11651         
11652         * src/compose.c
11653                 Fixed double "subject is empty" question.
11654
11655 2002-04-23 [colin]      0.7.4claws96
11656         
11657         * src/mimeview.c
11658                 Corrected issue when "automatically display images" was
11659                 not set : first image remained after selecting second.
11660
11661 2002-04-23 [melvin]     0.7.4claws95
11662
11663         * src/prefs_actions.c
11664                 Don't display in/out dialog if there is nothing to show.
11665
11666 2002-04-23 [paul]       0.7.4claws94
11667
11668         * sync with 0.7.5cvs3
11669                 bug fixes: see ChangeLog entry 2002-04-23
11670
11671 2002-04-22 [darko]      0.7.4claws93
11672
11673         * src/compose.c
11674                 fix previous check-in which changed code after
11675                 merge from main
11676
11677 2002-04-22 [paul]       0.7.4claws92
11678
11679         * faq/de/*
11680                 add German FAQ
11681         * faq/en/*
11682           faq/es/*
11683           faq/fr/*
11684                 update English, Spanish and French FAQs
11685         * manual/de/*
11686           manual/es/*
11687                 add German and Spanish manuals
11688         * manual/en/*
11689           manual/fr/*
11690                 update English and French manuals
11691
11692         * src/Makefile.am
11693                 add to and re-arrange the pixmap entries
11694
11695 2002-04-22 [darko]      0.7.4claws91
11696
11697         * src/compose.c
11698                 fix sender initials recognition to only allow
11699                 '>' after the initials
11700
11701 2002-04-21 [paul]       0.7.4claws90
11702
11703         * sync with 0.7.5 release
11704                 see ChangeLog entry 2002-04-21
11705
11706 2002-04-21 [alfons]
11707
11708         * src/Makefile.am
11709                 add colin's new pixmaps to EXTRA_DIST
11710
11711 2002-04-21 [colin]      0.7.4claws89
11712         * src/compose.c
11713         * src/inc.c
11714         * src/mainwindow.[ch]
11715         * src/prefs_common.[ch]
11716         * src/stock_pixmap.[ch]
11717                 Added "Work offline" ability.
11718
11719 2002-04-21 [colin]      0.7.4claws88
11720         
11721         * src/mimeview.c
11722         * src/prefs_common.c
11723         * src/prefs_common.h
11724         * src/textview.c : Added an option to common preferences -> display
11725           to allow user not to automatically display images.
11726
11727 2002-04-21 [paul]       0.7.4claws87
11728
11729         * sync with 0.7.4cvs52
11730                 see ChangeLog entry 2002-04-21 (src/imap.c)
11731
11732 2002-04-21 [paul]       0.7.4claws86
11733
11734         * sync with 0.7.4cvs51
11735                 see ChangeLog entry 2002-04-21
11736
11737 2002-04-21 [paul]       0.7.4claws85
11738
11739         * sync with 0.7.4cvs49
11740                 see ChangeLog entries 2002-04-20 and 2002-04-21
11741
11742         * src/Makefile.am
11743                 clean up: remove old 'stock_' element from xpm 
11744                 filenames.
11745
11746 2002-04-21 [alfons]     0.7.4claws84
11747
11748         apply sync patch from Paul
11749
11750         * src/folderview.c
11751                 use old claws prefs_folder_item_create() for now
11752
11753 2002-04-19 [match]      0.7.4claws83
11754
11755         * src/addressbook.[ch]
11756         * src/addrharvest.[ch]
11757         * src/addrgather.[ch]
11758                 recurse folders.
11759         * src/mainwindow.c
11760         * src/summaryview.[ch]
11761                 change menu option.
11762
11763 2002-04-19 [paul]       0.7.4claws82
11764
11765         * po/pt_BR.po
11766                 updated by Fabio Junior Beneditto
11767
11768 2002-04-14 [alfons]     0.7.4claws81
11769
11770         * src/passphrase.c
11771                 add #include <sys/types.h> for mode_t and off_t 
11772
11773 2002-04-13 [paul]       0.7.4claws80
11774         
11775         * src/main.c
11776           src/passphrase.[ch]
11777           src/pgptext.c
11778           src/prefs_common.[ch]
11779           src/rfc2015.c
11780                 enable storing of GnuPG passphrase for the whole 
11781                 session or a user-defined number of minutes. patch 
11782                 submitted by Ravemax <ravemax@dextrose.com>
11783
11784 2002-04-13 [alfons]     0.7.4claws79
11785
11786         * src/textview.c
11787                 make email parser also stop scanning when encountering separators
11788                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11789
11790 2002-04-13 [paul]       0.7.4claws78
11791
11792         * sync with 0.7.4cvs39
11793                 see ChangeLog entry 2002-04-12
11794
11795 2002-04-11 [paul]       0.7.4claws77
11796
11797         * sync with 0.7.4cvs37
11798                 see ChangeLog entry 2002-04-11
11799
11800 2002-04-11 [paul]       0.7.4claws76
11801
11802         * COPYING 
11803                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11804                 the clause for OpenSSL). sync with sylpheed main
11805
11806 2002-04-09 [melvin]     0.7.4claws75
11807
11808         * src/compose.c
11809                 Made 'Ctrl-Enter' on send ignore some modifiers 
11810                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11811                 to bind other *-Enter (but not Alt-Enter).
11812
11813 2002-04-09 [paul]       0.7.4claws74
11814
11815         * sync with 0.7.4cvs35
11816                 see ChangeLog entries 2002-04-09
11817
11818 2002-04-08 [paul]       0.7.4claws73
11819
11820         * sync with 0.7.4cvs33
11821                 see ChangeLog entry 200-04-08
11822
11823 2002-04-07 [match]      0.7.4claws72
11824
11825         * src/addrharvest.[ch]
11826                 fixed to read all addresses in header, regardless
11827                 of header size. improved name parsing. accommodate
11828                 harvest from folders and selected message.
11829         * src/addritem.[ch]
11830                 included new address parsing function.
11831         * src/addrgather.[ch]
11832         * src/addressbook.[ch]
11833         * src/summaryview.[ch]
11834         * src/mainwindow.c
11835                 allow address harvest of folder as well as selected
11836                 messages.
11837
11838 2002-04-07 [paul]       0.7.4claws71
11839
11840         * src/esmtp.[ch]
11841           src/smtp.c
11842                 don't try to authenticate with CRAM-MD5 in SMTP when 
11843                 SMTP-AUTH enabled if MTA doesn't issue this 
11844                 auth-method in it's ehlo-response. bug item #531364,
11845                 patch item #938910. patch submitted by Colin Leroy 
11846                 <colin@colino.net>
11847
11848 2002-04-07 [paul]       0.7.4claws70
11849
11850         * src/nntp.c
11851                 fix missing MODE_READER bug. patch submitted by
11852                 Colin Leroy <colin@colino.net>
11853
11854 2002-04-07 [alfons]     0.7.4claws69
11855
11856         * src/matcher.[ch]
11857         * src/prefs_filtering.c
11858         * src/summaryview.c
11859                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11860                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11861
11862 2002-04-07 [paul]       0.7.4claws68
11863
11864         * sync with 0.7.4cvs32
11865                 see ChangeLog entry 2002-04-06
11866
11867         * tools/filter_conv.pl
11868                 more bug fixes
11869
11870 2002-04-06 [paul]       0.7.4claws67
11871
11872         * tools/filter_conv.pl
11873                 modify to be able to find the name of the first
11874                 mailbox and use that. main's filter does not
11875                 record the full path to the mailbox and therefore
11876                 can only filter to the first mailbox.
11877
11878 2002-04-05 [paul]       0.7.4claws66
11879
11880         * tools/filter_conv.pl
11881                 attempt to make the script all-encompassing and
11882                 be able to convert any main 'filter' rule thrown
11883                 at it
11884
11885 2002-04-05 [paul]       0.7.4claws65
11886
11887         * tools/filter_conv.pl
11888                 allow for collapsed folder trees
11889
11890 2002-04-05 [paul]       0.7.4claws64
11891
11892         * sync with 0.7.4cvs31
11893                 see ChangeLog entries 2002-04-05
11894
11895 2002-04-03 [paul]       0.7.4claws63
11896
11897         * sync with 0.7.4cvs29
11898                 see ChangeLog entries 2002-04-02 and 2002-04-03
11899
11900 2002-04-02 [paul]       0.7.4claws62
11901
11902         * sync with 0.7.4cvs26
11903                 see ChangeLog entry 2002-04-01
11904
11905 2002-04-02 [match]      0.7.4claws61
11906
11907         * src/pine.[ch]
11908         * src/importpine.[ch]
11909         * src/addressbook.c
11910                 import Pine address book.
11911
11912 2002-04-02 [match]      0.7.4claws60
11913
11914         * src/addrharvest.[ch]
11915                 improve address parsing of funky addresses.
11916
11917 2002-04-02 [darko]      0.7.4claws59
11918
11919         * src/compose.c
11920                 wrap on send improvements, it now recognizes quoted
11921                 initials as part of the quotation string, and it
11922                 does not join lines separated by CR
11923
11924 2002-04-01 [match]      0.7.4claws58
11925
11926         * src/mgutils.[ch]
11927                 added new functions.
11928         * src/mutt.[ch]
11929                 remove excessive duplicate address generation
11930                 on import.
11931
11932 2002-04-01 [alfons]     0.7.4claws57
11933         
11934         * src/summaryview.c
11935                 put back g_free() 
11936
11937 2002-04-01 [paul]       0.7.4claws56
11938
11939         * sync with 0.7.4cvs25
11940                 see ChangeLog entry 2002-04-01
11941
11942 2002-04-01 [alfons]     0.7.4aprilfool55
11943
11944         * src/summaryview.c
11945                 honour feature request item #537427 to allow for
11946                 displaying names from address book for sent mail also
11947
11948 2002-03-29 [paul]       0.7.4claws54
11949
11950         * src/mainwindow.c
11951           src/prefs_filtering.[ch]
11952           src/prefs_matcher.c
11953           src/summaryview.c
11954                 add 'fast filter' for claws' filtering,
11955                 /Tools/Create filter rule/... patch submitted
11956                 by Neill Miller <neillm@thecodefactory.org>
11957
11958 2002-03-29 [paul]       0.7.4claws53
11959
11960         * sync with 0.7.4cvs24
11961                 see ChangeLog entry 2002-03-29
11962
11963 2002-03-28 [paul]       0.7.4claws52
11964
11965         * sync with 0.7.4cvs23
11966                 see ChangeLog entry 2002-03-28
11967
11968 2002-03-27 [melvin]     0.7.4claws51
11969
11970         * src/prefs_actions.c
11971                 Added support to pass only one message part (as a
11972                 file) to the command using '%p'. No quotes are needed
11973                 because doubles quotes are automatically added.
11974                 Fixed bug where Sylpheed could block when waiting for
11975                 a child process to finish.
11976                 Changed the help menu to remove quotes around symbols to 
11977                 avoid misinterpretation (they must not be used).
11978
11979 2002-03-27 [melvin]     0.7.4claws50
11980
11981         * src/inc.c
11982                 Made the new mail notification command always 
11983                 execute asynchronously.
11984
11985 2002-03-27 [paul]       0.7.4claws49
11986
11987         * src/compose.c
11988                 fix bug introduced in last commit
11989
11990 2002-03-27 [paul]       0.7.4claws48
11991
11992         * sync with 0.7.4cvs21
11993                 see ChangeLog 2002-03-26 and 2002-03-27
11994
11995 2002-03-26 [hoa]        0.7.4claws47
11996
11997         * src/prefs_folder_item.c
11998                 really fixed the bug #516442 with folder rescan.
11999
12000 2002-03-26 [paul]       0.7.4claws46
12001
12002         * sync with 0.7.4cvs19
12003                 see ChangeLog entries 2002-03-25 and 2002-03-26
12004
12005 2002-03-25 [hoa]        0.7.4claws45
12006
12007         * src/matcher.c
12008         * src/mh.c
12009                 fix the bug #516442 with folder rescan.
12010
12011         * src/prefs_common.[ch]
12012         * src/compose.c
12013                 added an option to enable two different behaviours
12014                 for bounce.
12015
12016
12017 2002-03-25 [paul]       0.7.4claws44
12018
12019         * src/mainwindow.c
12020           src/selective_download.c
12021                 correct a few menuitem labels
12022
12023 2002-03-25 [christoph]  0.7.4claws43
12024
12025         * src/procmsg.c
12026                 fix non deleted tmp message in
12027                 procmsg_save_to_outbox
12028                 fix problems caused by sync with
12029                 main branch's procmsg_send_queue
12030
12031 2002-03-25 [paul]       0.7.4claws42
12032
12033         * src/quote_fmt.c
12034           src/quote_fmt_lex.l
12035           src/quote_fmt_parse.y
12036                 add Last name (%L) placeholder for quoting. 
12037                 patch submitted by Thorsten Thielen 
12038                 <thth@users.sourceforge.net>
12039
12040 2002-03-25 [paul]       0.7.4claws41
12041
12042         * src/utils.c
12043                 get full hostname. patch submitted by
12044                 Bob Woodside <rwoodside1@comcast.net>
12045
12046 2002-03-25 [paul]       0.7.4claws40
12047
12048         * src/account.c
12049           src/news.c
12050           src/nntp.[ch]
12051           src/prefs_account.[ch]
12052                 enable NNTP over SSL. patch submitted by
12053                 Pascal Jermini <pascal@infinity.hn.org>
12054
12055 2002-03-24 [paul]       0.7.4claws39
12056
12057         * src/prefs_common.c
12058                 make the arrangement of the Compose tab more
12059                 coherent
12060
12061         * src/mainwindow.c
12062                 fix some irregularities of style
12063
12064         * po/de.po
12065                 updated by Kilian Krause
12066
12067 2002-03-23 [paul]       0.7.4claws38
12068
12069         * po/pt_BR.po
12070                 updated by Fabio Junior Beneditto
12071
12072 2002-03-23 [paul]       0.7.4claws37
12073
12074         * src/mainwindow.c
12075                 move 'Gather addresses' to 'Tools' menu
12076                 make 'Selective download' sensitive
12077
12078 2002-03-23 [paul]       0.7.4claws36
12079
12080         * sync with 0.7.4cvs16
12081                 see ChangeLog entries 2002-03-23
12082
12083 2002-03-22 [christoph]  0.7.4claws35
12084
12085         * src/quote_fmt_parse.y
12086                 fix include program output
12087
12088 2002-03-22 [alfons]     0.7.4claws34
12089
12090         * src/pop.c
12091                 initialize GDate stack variable correctly (sorry!)
12092
12093 2002-03-22 [paul]       0.7.4claws33
12094
12095         * src/compose.c
12096           src/mainwindow.c
12097           src/prefs_actions.c
12098           src/prefs_common.c
12099                 rename 'Tool' to 'Tools'
12100
12101         * src/mainwindow.c
12102                 move 'Delete duplicated messages' from
12103                 'Message/' to 'Tools/'
12104                 re-arrange the order of 'Tools/' items
12105
12106 2002-03-22 [paul]       0.7.4claws32
12107
12108         * src/addr_compl.c
12109           src/addressbook.[ch]
12110                 auto-address completion now also matches on
12111                 Nickname. patch submitted by Bob Forsman 
12112                 <hammor@users.sourceforge.net>
12113
12114         * src/editaddress.c
12115                 correct a spelling mistake
12116
12117 2002-03-22 [alfons]     0.7.4claws31
12118
12119         * src/pop.c
12120                 fix getting uidl from incorrect string 
12121                 (spotted by Colin)
12122
12123 2002-03-21 [alfons]     0.7.4claws30
12124
12125         * src/pop.c
12126                 more code refactoring
12127                 plug mem leak introduced by delete on server
12128
12129 2002-03-21 [paul]       0.7.4claws29
12130
12131         * sync with 0.7.4cvs11
12132                 see ChangeLog entries 2002-03-20
12133
12134 2002-03-20 [alfons]     0.7.4claws28
12135
12136         * src/inc.c
12137                 apply Colin's patch and refactor
12138
12139 2002-03-20 [paul]       0.7.4claws27
12140
12141         * sync with sylpheed 0.7.4cvs9
12142                 see ChangeLog entry 2002-03-20
12143
12144 2002-03-19 [christoph]  0.7.4claws26
12145
12146         * src/mh.c
12147         * src/procmsg.[ch]
12148         * src/summaryview.c
12149                 revert changes for flag updates
12150                 (does not work correctly and no time to debug)
12151
12152 2002-03-20 [alfons]     0.7.4claws25
12153
12154         * src/pop.c
12155                 refactor should_delete() a little bit 
12156
12157 2002-03-19 [paul]       0.7.4claws24
12158
12159         * src/inc.[ch]
12160           src/pop.c
12161           src/prefs_account.[ch]
12162                 allow the user to leave downloaded mail on the 
12163                 server for n days. Patch submitted by Colin Leroy 
12164                 <colin@colino.net>
12165
12166 2002-02-19 [paul]       0.7.4claws23
12167
12168         * sync with sylpheed 0.7.4cvs8
12169                 see ChangeLog entries 2002-03-19
12170
12171 2002-03-18 [paul]       0.7.4claws22
12172
12173         * sync with sylpheed 0.7.4cvs6
12174                 see ChangeLog entry 2002-03-18
12175
12176 2002-03-18 [paul]       0.7.4claws21
12177
12178         * po/en_GB.po
12179                 add en_GB message catalogue
12180
12181         * src/mbox_folder.c
12182           src/prefs_account.c
12183           src/prefs_actions.c
12184                 correct a few spelling mistakes
12185
12186 2002-03-17 [alfons]     0.7.4claws20
12187
12188         * src/matcher.c
12189                 more stringent checks for NULL params when writing
12190                 filtering actions to a file
12191                 
12192 2002-03-17 [hoa]        0.7.3claws20
12193
12194         * src/news.c
12195                 fixed the count of new messages
12196
12197         * src/compose.c
12198                 fixed the "attachment properties" window
12199
12200 2002-03-17 [paul]       0.7.4claws19
12201
12202         * src/defs.h
12203           src/folder.h
12204           src/news.c
12205           src/prefs_account.[ch]
12206           src/procmsg.[ch]
12207           src/summaryview.c
12208                 automatically mark cross-posted messages as read 
12209                 and (optionally) give them a colour label
12210                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12211                 
12212
12213 2002-03-17 [paul]       0.7.4claws18
12214
12215         * sync with sylpheed 0.7.4cvs5
12216                 see ChangeLog entry 2002-03-17
12217
12218 2002-03-17 [melvin]     0.7.4claws17
12219         
12220         * src/textview.c
12221                 Worked around a gtktext 'bug': when searching for 
12222                 a text in a long message it was scrolling slowly
12223                 line by line until it hit the searched text.
12224         * po/fr.po
12225                 Updated French translation
12226
12227 2002-03-17 [melvin]     0.7.4claws16
12228
12229         * src/mainwindow.c
12230         * src/compose.c
12231         * src/prefs_actions.c
12232                 Moved "Edit/Actions" to "Tool/Actions"
12233                 Made mainwindow/compose window sensitive as soon as
12234                 no child process is running anymore even if the io dialog
12235                 is open.
12236                 Fixed a struct being initialized with a non constant char*
12237
12238 2002-03-16 [christoph]  0.7.4claws15
12239
12240         * configure.in
12241                 add --with-compiler-flags option
12242                 (only for developer hacking)
12243         * src/mh.c
12244         * src/procmsg.[ch]
12245         * src/summaryview.c
12246                 try to make folder-stats and flag handling more
12247                 independent from the summaryview. msgcounts
12248                 are only set when the folder is opened and
12249                 procmsg_msginfo_(un)set_flags will handle it
12250                 later and summaryview will get the values
12251                 from the folder.
12252
12253 2002-03-16 [paul]       0.7.4claws14
12254
12255         * src/messageview.c
12256                 fix Return-receipt. Patch submitted by Bob
12257                 Woodside <rwoodside1@comcast.net>
12258
12259 2002-03-16 [paul]       0.7.4claws13
12260
12261         * src/compose.c
12262                 fix 'dynamic' signatures, make it work again
12263                 broken during sync on 2002-03-14 (0.7.4claws2)
12264
12265 2002-03-15 [match]      0.7.4claws12
12266
12267         * src/addrharvest.[ch]
12268         * src/addrgather.[ch]
12269         * src/addressbook.[ch]
12270         * src/mainwindow.c
12271                 included address harvester feature. still some
12272                 issues with address parsing that I will fix.
12273
12274 2002-03-15 [match]      0.7.4claws11
12275
12276         * src/addrbook.[ch]
12277         * src/addrcache.[ch]
12278         * src/addressbook.[ch]
12279         * src/addrindex.c
12280         * src/editbook.c
12281         * src/importldif.c
12282         * src/importmutt.c
12283         * src/jpilot.[ch]
12284         * src/main.c
12285         * src/syldap.[ch]
12286         * src/vcard.[ch]
12287                 tidy up. fix memory leaks. moved attribs and methods
12288                 from individual interfaces to addrcache object. prep
12289                 for new stuff to come in.
12290
12291 2002-03-15 [alfons]     0.7.4claws10
12292
12293         * src/matcher.[ch]
12294         * src/matcher_parser_parse.y
12295         * src/matcher_parser_lex.l
12296         * src/prefs_matcher.c
12297                 add filtering conditions message greater than, smaller 
12298                 than, and exactly matching a size in bytes
12299                 (does not work with delete from POP3 server yet)
12300
12301                 this should also give others an idea what you should
12302                 do to add new criterions to claws filtering system
12303                 
12304
12305 2002-03-15 [paul]       0.7.4claws9
12306
12307         * tools/filter_conv.pl
12308                 exit if there are no filter rules to convert
12309                 rename filterrc to filterrc.old after completion
12310
12311 2002-03-15 [paul]       0.7.4claws8
12312
12313         * sync with sylpheed 0.7.4cvs3
12314                 see ChangeLog entry 2002-03-14
12315
12316 2002-03-14 [paul]       0.7.4claws7
12317
12318         * src/compose.c
12319                 clean up the last commit (ahem)
12320
12321 2002-03-14 [paul]       0.7.4claws6
12322
12323         * src/compose.c
12324                 fix bug #515655. honour account preferences
12325                 regarding gpg default signing/encryption when 
12326                 changing account from the compose window.
12327
12328 2002-03-14 [paul]       0.7.4claws5
12329
12330         * src/folderview.c
12331                 remove unnecessary curly brackets
12332
12333 2002-03-14 [paul]       0.7.4claws4
12334
12335         * src/folderview.c
12336           src/prefs_filtering.[ch]
12337                 add filter rename on folder rename and filter
12338                 delete on folder delete. Patch submitted by
12339                 Neill Miller <neillm@thecodefactory.org> 
12340
12341 2002-03-14 [christoph]  0.7.4claws3
12342
12343         * src/procmsg.c
12344         * src/send.c
12345                 fix local delivery
12346                 (patch submitted by "Simon 'corecode' Schubert")
12347         * src/prefs_common.c
12348         * src/procmsg.c
12349                 fix gcc 3.0 warning
12350
12351 2002-03-14 [paul]       0.7.4claws2
12352
12353         * sync with sylpheed 0.7.4cvs2
12354                 see ChangeLog entry 2002-03-13
12355
12356 2002-03-12 [darko]      0.7.4claws1
12357
12358         * src/mainwindow.c
12359                 fix what seems to be a copy and paste error
12360                 when setting color for important messages
12361                 (reported by wwp)
12362
12363 2002-03-11 [paul]       version 0.7.4claws released
12364
12365 2002-03-11 [paul]       0.7.4claws
12366
12367         * po/es.po
12368           po/it.po
12369           po/nl.po
12370           po/pt_BR.po
12371                 update message catalogs. Submitted by Ricardo Mones 
12372                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12373                 Fabio Junior Beneditto
12374
12375         * configure.in
12376           faq/Makefile.am
12377           faq/it/Makefile
12378           faq/it/sylpheed-faq*
12379           src/mainwindow.c
12380           src/manual.[ch]
12381                 add FAQ in Italian
12382         
12383
12384 2002-03-11 [jens]       0.7.3claws7
12385
12386         * po/de.po
12387                 updated German translation
12388
12389 2002-03-11 [melvin]     0.7.3claws6
12390
12391         * po/fr.po
12392                 updated and corrected French translation
12393
12394 2002-03-10 [hoa]        0.7.3claws5
12395
12396         * src/account.c
12397         * src/inc.c
12398         * src/prefs_account.c
12399         * src/procmsg.c
12400         * src/send.[ch]
12401                 fixed the local account.
12402                 you have to change the default "/usr/sbin/sendmail"
12403                 to "/usr/sbin/sendmail -t" in the preferences of
12404                 the local account.
12405
12406         * src/procmime.c
12407                 removed some debug display for renderer
12408
12409 2002-03-10 [paul]       0.7.3claws4
12410
12411         * faq/en/sylpheed-faq-1.html
12412           faq/en/sylpheed-faq-2.html
12413                 update
12414
12415 2002-03-09 [paul]       0.7.3claws3
12416
12417         * sync with sylpheed 0.7.4
12418                 see ChangeLog entry 2002-03-09
12419
12420 2002-03-08 [paul]       0.7.3claws2
12421
12422         * faq/en/sylpheed-faq*
12423           faq/es/sylpheed-faq*
12424           faq/fr/sylpheed-faq*
12425                 update the FAQs
12426
12427         * manual/fr/.cvsignore
12428           manual/fr/Makefilea.am
12429           manual/fr/sylpheed*
12430           src/mainwindow.c
12431           src/manual.[ch]
12432                 add the French manual
12433
12434 2002-03-07 [paul]       0.7.3claws1
12435
12436         * sync with sylpheed 0.7.3cvs4
12437                 see ChangeLog entries  2002-03-06 and 2002-03-07
12438         
12439         * po/nl.po
12440                 updated by Wilbert Berendsen
12441
12442 2002-03-07 [melvin]     0.7.2claws34
12443
12444         * src/selective_download.c
12445                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12446
12447 2002-03-06 [paul]       0.7.2claws33
12448
12449         * sync with sylpheed 0.7.3cvs1
12450                 bug fix, see ChangeLog entry 2002-03-05
12451
12452 2002-03-05 [paul]       0.7.2claws32
12453
12454         * src/mimeview.c
12455           src/pgptext.[ch]
12456           src/procmsg.c
12457                 reverse the pgp ascii-armored code implemented in 
12458                 0.7.2claws16. removal of this code until it matures.
12459                 this means that verifying ascii-armored pgp sigs and
12460                 automatic decryption of ascii-armored encrypted
12461                 messages no longer works.
12462
12463 2002-03-05 [paul]       0.7.2claws31
12464
12465         * configure.in
12466           Makefile.am
12467         * faq/Makefile.am
12468         * faq/en/Makefile.am
12469           faq/en/sylpheed-faq.html
12470           faq/en/sylpheed-faq-1.html
12471           faq/en/sylpheed-faq-2.html
12472           faq/en/sylpheed-faq-3.html
12473         * faq/es/Makefile.am
12474           faq/es/sylpheed-faq.html
12475           faq/es/sylpheed-faq-1.html
12476           faq/es/sylpheed-faq-2.html
12477           faq/es/sylpheed-faq-3.html
12478           faq/es/sylpheed-faq-4.html
12479         * faq/fr/Makefile.am
12480           faq/fr/sylpheed-faq.html
12481           faq/fr/sylpheed-faq-1.html
12482           faq/fr/sylpheed-faq-2.html
12483           faq/fr/sylpheed-faq-3.html
12484         * src/Makefile.am
12485           src/defs.h
12486           src/mainwindow.c
12487           src/manual.[ch]
12488                 add FAQs in English, Spanish and French
12489
12490
12491 2002-03-05 [paul]       0.7.2claws30
12492
12493         * manual/en/sylpheed.html
12494           manual/en/sylpheed-XX.html
12495                 updated the English manual
12496
12497 2002-03-05 [hoa]        
12498
12499         * src/summaryview.c
12500                 dialog box pops up if the article can't be deleted.
12501
12502 2002-03-04 [paul]       
12503         
12504         * po/pt_BR.po
12505                 updated by Fabio Junior Benedito
12506
12507 2002-03-04 [hoa]
12508
12509         * removed ac/gpgme.m4
12510                 to avoid autogen common problem
12511                 developers have to install gpgme development package now
12512
12513         * src/compose.c
12514                 encoding to 7bit or 8bit is enabled.
12515
12516 2002-03-03 [alfons]     0.7.2claws29
12517
12518         * src/pop.c
12519                 merge fix by Oliver Haertel for selective
12520                 download buglet
12521
12522 2002-03-03 [paul]       0.7.2claws28
12523         
12524         * sync with sylpheed 0.7.3
12525
12526 2002-03-03 [paul]       0.7.2claws27
12527
12528         * sync with sylpheed 0.7.2cvs24
12529                 see ChangeLog entries 2002-03-02 and 2002-03-03
12530
12531 2002-03-02 [melvin]     0.7.2claws26
12532
12533         * src/inc.[ch]
12534         * src/main.c
12535         * src/mainwindow.c
12536         * src/prefs_common.[ch]
12537                 Added user definable notification on new mail arrival.
12538                 Removed unused variables in spell checker prefs code.
12539
12540 2002-03-02 [melvin]     0.7.2claws25
12541
12542         * src/quote_fmt.c
12543                 Removed unnecessary escape sequences.
12544                 Changed 'Initial...' to 'Initials of Sender'
12545
12546 2002-03-02 [paul]       0.7.2claws24
12547
12548         * sync with sylpheed 0.7.2cvs22
12549                 see ChangeLog entry 2002-03-01
12550
12551 2002-03-01 [hoa]        0.7.2claws23
12552
12553         * src/mainwindow.c
12554                 Set sensitivity of delete actions to active
12555                 even if the folder is a newsgroup.
12556
12557         * src/summaryview.c
12558                 - Set sensitivity of delete actions
12559                 - Added function check_permission() that will check if the
12560                   user is authorized to delete a message. For news, it
12561                   will check if the author is the same.
12562                 - Enabled deletion when there is no trash folder.
12563
12564         * src/news.[ch]
12565                 - Added news_cancel_article() to cancel articles
12566                 - Implemented news_remove_message() (public function)
12567
12568 2002-03-01 [paul]       0.7.2claws22
12569
12570         * src/gtkutils.c
12571           src/textview.c
12572                 recognise urls that that don't include 'http://' and
12573                 simply begin 'www.' 
12574
12575         * AUTHORS
12576                 remove duplicated name
12577
12578 2002-02-28 [paul]       0.7.2claws21
12579
12580         * src/mainwindow.c
12581           src/summaryview.[ch]
12582                 add ability to 'Select thread'
12583                 combines Melvin's "Select thread's head" patch (#510907)
12584                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12585                 patch (#518514) 
12586
12587 2002-02-28 [paul]       0.7.2claws20
12588
12589         * src/mimeview.c
12590                 hopefully fix segfault on right-clicking a mime part
12591                 that some people have experienced.      
12592                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12593
12594 2002-02-28 [paul]       0.7.2claws19
12595
12596         * sync with sylpheed 0.7.2cvs21
12597                 see ChangeLog entries 2002-02-27 and 2002-02-28
12598
12599 2002-02-27 [paul]       0.7.2claws18
12600
12601         * sync with sylpheed 0.7.2cvs18
12602                 see ChangeLog entries 2002-02-26 and 2002-02-27
12603
12604 2002-02-26 [alfons]     0.7.2claws17
12605
12606         * src/procheader.c
12607                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12608                 (spotted by Chris Hessman <idatech@gmx.net>)
12609
12610 2002-02-26 [paul]       0.7.2claws16
12611
12612         * src/mimeview.c
12613           src/pgptext.[ch]
12614           src/procmsg.c
12615                 make decryption of ascii-armored pgp encrypted messages
12616                 and verification of ascii-armored signatures work again.
12617                 slightly altered from the patch by Jens Jahnke 
12618                 <jan0sch@gmx.net>
12619
12620                 ##FIX ME##
12621                 * the checking of plaintext signatures always comes up in 
12622                   a popup box
12623                 * it doesn't work for multipart messages 
12624                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12625                   including the msg headers and these 2 line themselves, are 
12626                   not displayed
12627
12628         * src/mainwindow.c
12629                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12630                 "View/Message View" becomes "View/Separate Message View"
12631                 because its less ambiguous.
12632
12633         * po/es.po
12634                 updated by Ricardo Mones Lastra
12635
12636 2002-02-26 [paul]       0.7.2claws15
12637
12638         * sync with sylpheed 0.7.2cvs17
12639                 see ChangeLog entries 2002-02-25 and 2002-02-26
12640
12641 2002-02-25 [christoph]  0.7.2claws14
12642
12643         * src/filtering.[ch]
12644         * src/inc.c
12645                 do filtering stuff after all messages have been received
12646                   1. drop all messages to .processing
12647                   2. scan processing folder for messages
12648                   3. filter messages or move to inbox
12649                 this will also find old messages left in processing after
12650                 a crash or something like that and we get a real msginfo
12651                 from folder->get_msg_list and do not have to create our
12652                 own in filter_message
12653         * src/matcher_parser_parse.y
12654                 remove MIX/MAX warning (reordered includes)
12655
12656 2002-02-25 [paul]       0.7.2claws13
12657
12658         * sync with sylpheed 0.7.2cvs15
12659                 see ChangeLog entry 2002-02-24
12660
12661 2002-02-24 [alfons]     0.7.2claws12
12662
12663         * src/filtering.c
12664                 clear old color flags first when applying a new color to
12665                 a message info. 
12666                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12667
12668 2002-02-24 [alfons]     0.7.2.claws11
12669         
12670         * AUTHORS
12671         * src/prefs_common.c
12672                 add presets for Opera and Konqueror, closes patch #517261,
12673                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12674
12675 2002-02-24 [alfons]     0.7.2.claws10
12676
12677         * AUTHORS
12678         * src/summaryview.c
12679                 fix threading for null message ids, closes patch #521601,
12680                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12681
12682 2002-02-24 [alfons]     0.7.2claws9
12683
12684         * src/summaryview.c
12685         * src/filtering.c
12686                 make Tool | Filter Message work with filtering system so
12687                 setting flags also works
12688
12689                 TODO:
12690
12691                 - Processing uses the same function as Tool | Filter
12692                   Message, but doesn't use the same update proc yet
12693
12694 2002-02-23 [paul]       0.7.2claws8
12695
12696         * sync with sylpheed 0.7.2cvs14
12697                 see ChangeLog entries 2002-02-22 and 2002-02-23
12698
12699 2002-02-22 [christoph]  0.7.2claws7
12700
12701         * src/quote_fmt.c
12702                 Add column space to table
12703         * src/quote_fmt_parse.y
12704                 Close files
12705
12706 2002-02-22 [paul]       0.7.2claws6
12707
12708         * src/Makefile.am
12709           src/defs.h
12710           src/filtering.c
12711           src/inc.[ch]
12712           src/mainwindow.c
12713           src/matcher.[ch]
12714           src/matcher_parser_lex.l
12715           src/matcher_parser_parse.y
12716           src/pop.[ch]
12717           src/prefs_account.h
12718           src/prefs_filtering.c
12719           src/selective_download.[ch]   *** NEW FILES ***
12720           src/utils.[ch]
12721           po/POTFILES.in
12722                 Selective Download added to 'Tool' menu. 
12723                 Retrieves email headers of the currently selected pop3 
12724                 account and allows the user to mark emails for deletion 
12725                 right on the pop3 server. Patch submitted by Oliver Haertel 
12726                 <oha@users.sourceforge.net>.
12727         
12728         * po/POTFILES.in
12729                 add 'src/quote_fmt.c'           
12730
12731 2002-02-22 [christoph]  0.7.2claws5
12732
12733         * src/Makefile.am
12734                 added quote_fmt.c
12735         * src/prefs_common.[ch]
12736         * src/prefs_template.c
12737         * src/quote_fmt.c               *** NEW FILE ***
12738         * src/quote_fmt.h
12739                 move quote format symbol description code
12740                 to it's own file because it is used from
12741                 differnent code parts
12742                 Rewrote symbol description GUI
12743                   + use table
12744                   + add separators
12745                   + get data from array (no more long constant strings)
12746         * src/quote_fmt_lex.l
12747         * src/quote_fmt_parse.y
12748                 Symbol for Literal % changed to \% instead of %%
12749                 (More logical as \ is used for quoting for other symbols)
12750                 Add |f and |p to include files and program output
12751                 Examples:
12752                     |f{/home/.../.signature}
12753                     |p{date}
12754         * po/de.po
12755                 Correct wrong spelling for "Referenzen"
12756
12757 2002-02-21 [paul]       0.7.2claws4
12758
12759         * src/procmsg.c
12760                 forgotten during sync
12761
12762 2002-02-21 [paul]       0.7.2claws3
12763
12764         * sync with sylpheed 0.7.2cvs11
12765                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12766                 2002-02-20 and 2002-02-21
12767
12768 2002-02-20 [melvin]     0.7.2claws2
12769
12770         * src/prefs_actions.c
12771                 Added error report when child cannot fork or when execvp 
12772                 returns with an error.
12773
12774 2002-02-19 [christoph]  0.7.2claws1
12775
12776         * src/codeconv.c
12777                 return unconverted text if conde conversion is not possible
12778                 when libjconv is used.
12779                 (patch submitted by "Simon 'corecode' Schubert")
12780
12781 2002-02-19 [paul]       
12782
12783         * version 0.7.2claws release
12784
12785 2002-02-19 [paul]       0.7.2claws
12786
12787         * po/nl.po
12788                 updated by Wilbert Berendsen
12789
12790
12791 2002-02-18 [alfons]     0.7.1claws13
12792
12793         * src/syldap.c
12794         * src/jpilot.c
12795                 remove references to dlfcn and explicitly loading functions
12796                 from dynalink libs, because libs linked anyway, and functions
12797                 are loaded explicitly
12798
12799 2002-02-17 [melvin]     0.7.1claws12
12800
12801         * src/prefs_actions.c
12802                 Replaced children wait loop with double fork technique.
12803                 Now, input/output window updated at each new output.
12804                 free_children(): Fixed a memory leak.
12805                 Made input/output window non closable if running children
12806                 still exist.
12807                 Added missing <unistd.h> include.
12808                 Added some --debug outputs.
12809
12810 2002-02-17 [melvin]     0.7.1claws11
12811
12812         * src/summaryview.c
12813                 Fixed bug where descending sort order did not select top
12814                 message.
12815
12816 2002-02-17 [melvin]     0.7.1claws10
12817
12818         * acconfig.h
12819                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12820         * src/prefs_common.c
12821                 Pspell data package directory no more hard coded but
12822                 set during configuration (PSPELL_PATH). (Thanks to 
12823                                 Gustavo Noronha Silva.)
12824
12825 2002-02-17 [melvin]     0.7.1claws9
12826
12827         * configure.in
12828                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12829         * src/gtkspell.c
12830                 Fixed compile-time warnings.
12831
12832 2002-02-16 [alfons]     0.7.1claws8
12833
12834         * src/filesel.c
12835                 fix inadvertent free of NULL pointer which caused
12836                 sylpheed to crash when closing the save-as dialog
12837                 using the window close button
12838
12839 2002-02-16 [carsten]    0.7.1claws7
12840         * src/mainwindow.[ch]
12841           src/summaryview.c
12842           src/prefs_common.c
12843                 fixes for pixmap theming code:
12844                         - recently changed mail attributes shouldn't get
12845                           lost any longer
12846                         - theme is only reloaded iff another theme was
12847                           selected
12848
12849 2002-02-16 [paul]       0.7.1claws6
12850
12851         * sync with sylpheed 0.7.2 release
12852                 see ChangeLog entry 2002-02-15 and 2002-02-16
12853
12854 2002-02-15 [paul]       0.7.1claws5
12855
12856         * sync with sylpheed 0.7.1cvs9
12857                 see ChangeLog entry 2002-02-15
12858
12859         * po/POTFILES.in
12860                 remove unneeded headerwindow.c entry
12861
12862 2002-02-14 [carsten]    0.7.1claws4
12863         * src/summaryview.c
12864                 fixed a bug for "Go to next unread message": there was
12865                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12866                 in the prefs, because of doing "Search again" instead
12867                 "No"
12868
12869 2002-02-14 [carsten]    0.7.1claws3
12870         * src/stock_pixmap.c
12871                 removed 2 more mem leaks; following memprof,
12872                 this code is "leak free" now :)
12873
12874 2002-02-14 [carsten]    0.7.1claws2
12875         * src/stock_pixmap.c
12876                 used opendir/readdir/closedir instead of scandir
12877                 -> code should work now on Solaris
12878
12879 2002-02-14 [paul]       0.7.1claws1
12880
12881         * sync with sylpheed 0.7.1cvs8
12882                 see ChangeLog entries 2002-02-13 and 2002-02-14
12883
12884         * README.claws
12885                 add some description of Actions and Pixmap Themes
12886
12887 2002-02-13 [paul]       
12888
12889         * version 0.7.1claws release
12890
12891 2002-02-13 [paul]       0.7.1claws
12892
12893         * po/es.po
12894           po/it.po
12895           po/pt_BR.po
12896                 updated translations, submitted by Ricardo Mones Lastra,
12897                 Alessandro Maestri and Fabio Junior Beneditto
12898
12899 2002-02-13 [melvin]     0.7.0claws75
12900
12901         * src/prefs_actions.c
12902                 Added missing "signal.h" include
12903
12904 2002-02-13 [melvin]     0.7.0claws74
12905
12906         * src/prefs_folder_item.c
12907                 Added missing "config.h" include
12908         * po/fr.po
12909                 Updated French translation for folder propriety.
12910
12911 2002-02-13 [jens]       0.7.0claws73
12912
12913         * po/POTFILES.in
12914                 Added missing src/prefs_folder_item.c [log added by melvin]
12915         * po/de.po
12916                 Updated German translation.
12917
12918 2002-02-13 [melvin]     0.7.0claws72
12919
12920         * po/fr.po
12921                 Updated French translation.
12922
12923 2002-02-13 [melvin]     0.7.0claws71
12924
12925         * src/gtkutils.c
12926                 Made gtkut_editable_get_selection return NULL if selection
12927                 is of length zero.
12928                 This fixes a bug where selecting part of message A then
12929                 switching to message B and replying to it will not
12930                 quote the message's body.
12931
12932 2002-02-12 [paul]       0.7.0claws70
12933
12934         * src/mainwindow.c
12935                 cosmetic, relating to pixmap themes: on toolbar make 
12936                 updating of 'Exec' and 'Compose news/Compose email'
12937                 icons faster.
12938
12939 2002-02-12 [carsten]    0.7.0claws69
12940         * src/folderview.c
12941           src/mainwindow.[ch]
12942           src/stock_pixmap.c
12943           src/summaryview.c
12944           src/prefs_common.c
12945                 - refreshing after changing pixmap theme better
12946                   now (thanks Paul)
12947                 - wanted to remove some mem leaks, but alfons was
12948                   faster (and had the better solution ;)
12949
12950 2002-02-12 [alfons]     0.7.0claws68
12951
12952         * src/prefs_common.c
12953         * src/stock_pixmap.[ch]
12954                 plug mem leaks, refactor code a little bit
12955
12956
12957 2002-02-12 [sergey]     0.7.0claws67
12958
12959         * src/imap.c
12960                 Fixed problem with copying messages to IMAP folders when the
12961                 server uses something other than '/' as a namespace separator
12962                 (cyrus-imapd uses '.').
12963
12964 2002-02-12 [jens]       0.7.0claws66
12965
12966         * po/de.po
12967                 Updated German Translation
12968
12969 2002-02-12 [paul]       0.7.0claws65
12970
12971         * sync with sylpheed 0.7.1cvs1
12972                 see ChangeLog entry 2002-02-12
12973
12974 2002-02-12 [melvin]     0.7.0claws64
12975
12976         * src/prefs_actions.c
12977                 Fixed "feature" where children's output was duplicated 
12978                 instead of refreshed while monitoring.
12979                 Removed some debug code.
12980
12981 2002-02-12 [christoph]  0.7.0claws63
12982
12983         * src/compose.c
12984                 always delete message from queue after sending/send error
12985                 (closes bug #509601)
12986
12987 2002-02-12 [melvin]     0.7.0claws62
12988
12989         * src/prefs_actions.c
12990                 Children wait loop is now triggered with a timeout of 1s
12991                 Added %F which is replaced with the list of filenames 
12992                 of all selected messages (as suggested by Ricardo Mones Lestra)
12993                 Pipe syntax changed. Prefix with | to send selection, postfix
12994                 with | to retrieve output. Prefix with > or * to send
12995                 user definable input to the command (*: input is hidden)
12996                 Old pipe action should now be postfixed with |, too.
12997
12998 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12999         * src/stock_pixmap.c
13000                 fixed a bug: if there's no theme directory don't
13001                 throw an error, just do "nothing" (thanks Alfons)
13002
13003 2002-02-12 [carsten]    0.7.0claws60
13004         * src/folderview.c
13005           src/summaryview.c
13006                 had to write the cache twice (nasty!); some marks would 
13007                 get lost if not
13008
13009 2002-02-11 [carsten]    0.7.0claws59
13010         * acconfig.h
13011           configure.in
13012           doc-src/maintainer_guide.txt
13013           src/compose.[ch]
13014           src/defs.h
13015           src/folderview.[ch]
13016           src/gtkutils.[ch]
13017           src/mainwindow.[ch]
13018           src/prefs_common.[ch]
13019           src/stock_pixmap.[ch]
13020           src/summaryview.[ch]
13021                 pixmap theming and related work on pixmap
13022                 handling on some other places
13023                 (e.g. hrm features for all folder)
13024           src/pixmap/stock_*.xpm -> the stock_ was removed
13025         
13026 2002-02-11 [paul]       0.7.0claws58
13027
13028         * sync with sylpheed 0.7.1 release
13029                 see ChangeLog entries 2002-02-11
13030
13031 2002-02-08 [paul]       0.7.0claws57
13032
13033         * sync with sylpheed 0.7.0cvs39
13034                 see ChangeLog entry 2002-02-07 (last entry) 
13035
13036         * src/prefs_actions.c
13037           src/prefs_filtering.c
13038           src/prefs_matcher.c
13039           src/prefs_scoring.c
13040                 sync: made it compile with C compilers other than gcc
13041
13042 2002-02-07 [paul]       0.7.0claws56
13043
13044         * sync with sylpheed 0.7.0cvs38
13045                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13046                 2002-02-07
13047
13048 2002-02-07 [darko]      0.7.0claws55
13049
13050         * src/gtkutils.[ch]
13051         * src/summaryview.c
13052                 Fix const gchar */gchar * issue (thanks Hiro)
13053
13054 2002-02-07 [darko]      0.7.0claws54
13055
13056         * src/compose.[ch]
13057         * src/filtering.c
13058         * src/gtkutils.[ch]
13059         * src/prefs_template.c
13060         * src/quote_fmt.h
13061         * src/quote_fmt_parse.y
13062         * src/summaryview.c
13063         * src/utils.[ch]
13064                 When replying or forwarding an email don't quote the entire
13065                 mail body but use the part of the message text that is selected
13066
13067 2002-02-06 [melvin]     0.7.0claws53
13068
13069         * src/prefs_common.[ch]
13070         * src/gtkspell.[ch]
13071         * src/compose.c
13072                 Made possible to switch quickly to last used dictionary
13073                 which makes checking bilingual documents easier.
13074
13075 2002-02-06 [melvin]     0.7.0claws52
13076         
13077         * po/POTFILES.in
13078                 Added forgotten new file src/prefs_actions.c
13079
13080 2002-02-06 [melvin]     0.7.0claws51
13081
13082         * src/prefs_actions.c   ** NEW FILE **
13083         * src/prefs_actions.h   ** NEW FILE **
13084                 Added actions to execute on message text view, or on the
13085                         message's file.
13086         * src/Makefile.am
13087                 Added src/prefs_actions.[ch]
13088         * src/compose.c
13089                 Added new menu "Edit/Actions"
13090         * src/defs.h
13091                 Added new actionsrc file.
13092         * src/main.c
13093                 Added actionsrc reading.
13094         * src/mainwindow.c
13095                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13096         * src/prefs_common.h
13097                 Added new element actionslst element to prefs_common.
13098
13099 2002-02-06 [paul]       0.7.0claws50
13100
13101         * sync with sylpheed 0.7.0cvs36
13102                 see ChangeLog entry 2002-02-06
13103
13104 2002-02-05 [paul]
13105
13106         * po/es.po
13107                 updated by Ricardo Mones Lastra
13108
13109 2002-02-05 [paul]       0.7.0claws49
13110
13111         * sync with sylpheed 0.7.0cvs33
13112                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13113
13114 2002-02-05 [paul]       0.7.0claws48
13115
13116         * src/compose.c
13117                 re-add 'Edit/Advanced/Delete entire line', previously named
13118                 'Delete Line+'
13119
13120 2002-02-04 [paul]       0.7.0claws47
13121
13122         * src/compose.c
13123           src/summaryview.c
13124                 fix bug #494993 (Reply All not taking Reply-To into consi)
13125                 eliminate differences in behaviour of right-click 'Reply to all' 
13126                 in summary view and 'Reply to all' on the toolbar. 
13127                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13128                 view and From gets ignored by 'Reply to all' on toolbar.
13129                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13130                 From when no Reply-To header is present.
13131
13132 2002-02-04 [paul]       0.7.0claws46
13133
13134         * sync with sylpheed 0.7.0cvs30
13135                 see ChangeLog entries 2002-02-03 and 2002-02-04
13136
13137 2002-02-03 [melvin]     0.7.0claws45
13138
13139         * src/gtkspell.[ch]
13140                 Readded function to highlight all misspelled words.
13141                 Fixed bug where user-provided-words did not replace
13142                         correctly the misspelled word when using the mouse.
13143                 Fixed bug where checking a region selected from right to left did
13144                         not check the region at all.
13145                 Fixed bug where 'Check backwards' may not check at all. 
13146                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13147                 Fixed possible buffer overflow when checking for long strings (>1k).
13148                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13149                 Accelerators code uses now gtk_widget_add_accel.
13150                 Removed and disabled obsolete and unfinished code.
13151                 Cleaning up.
13152
13153         * src/compose.c
13154                 Added menu item to Highlight all misspelled words.
13155
13156 2002-02-01 [paul]       0.7.0claws44
13157
13158         * src/mainwindow.c
13159                 fix '/View/Hide read messages' sensitivity when all
13160                 messages in a folder are hidden
13161
13162 2002-02-01 [paul]       0.7.0claws43
13163
13164         * src/main.c
13165                 add --send option to command line interface, sends all
13166                 queued mail. Patch submitted by Ricardo Mones Lastra.
13167
13168 2002-01-31 [paul]       0.7.0claws42
13169
13170         * src/mainwindow.c
13171                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13172
13173 2002-01-31 [paul]       0.7.0claws41
13174
13175         * sync with sylpheed 0.7.0cvs27
13176                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13177                 and 2002-01-31
13178
13179         * src/textview.c
13180                 comment out elements of textview_show_part() as temporary
13181                 workaround for attachment 'Display as text' bug 
13182
13183         * po/pt_BR.po
13184                 updated by Fabio Junior Beneditto
13185
13186 2002-01-30 [paul]       0.7.0claws40
13187
13188         * sync with sylpheed 0.7.0cvs24
13189                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13190                 and 2002-01-30
13191
13192         * src/compose.c
13193                 add {N_("/_Spelling"), ... "<Branch>"} to 
13194                 GtkItemFactoryEntry compose_entries[]
13195
13196         * src/prefs_common.c
13197                 add claws menu items to prefs_keybind_apply_clicked()
13198                 and remove non-claws menu items
13199
13200 2002-01-29 [paul]       0.7.0claws39
13201
13202         * sync with sylpheed 0.7.0cvs22
13203                 see ChangeLog entries 2002-01-28 and 2002-01-29
13204
13205 2002-01-28 [melvin]     0.7.0claws38
13206
13207         * src/compose.c
13208                 Added the declartion of compose_send_control_enter.
13209
13210         * src/compose.c
13211         * src/gtkspell.[ch]
13212                 Added in a 'Spelling' menu which includes the configuration menu. 
13213                 Added a real 'Check all' and got rid from the old one which only
13214                 highlited misspelled word.
13215                 Made 'Check while typing' a disableable option.
13216                 Added a dialog when there are no more misspelled word.
13217                 Added a dialog if error occurs when switching to a dictionary.
13218         
13219         * src/prefs_common.[ch]
13220                 Added option for the default 'Check while typing' option.
13221
13222
13223 2002-01-28 [alfons]     0.7.0claws37
13224
13225         * src/compose.c
13226                 fix buglet and make code comply with sylpheed code style
13227
13228 2002-01-28 [paul]       0.7.0claws36
13229
13230         * sync with sylpheed 0.7.0cvs19
13231                 see ChangeLog entries for 2002-01-28
13232
13233 2002-01-28 [hoa]        0.7.0claws35
13234
13235         * src/defs.h
13236                 added rendererrc
13237
13238         * src/main.c
13239                 read the renderer config
13240
13241         * src/procmime.[ch]
13242                 use the renderer config to convert mime attachments
13243
13244         * src/textview.c
13245                 don't use textview_show_html/ertf,
13246                 use get_text_content instead
13247
13248 2002-01-27 [alfons]     0.7.0claws34
13249         
13250         * src/news.c
13251                 make sylpheed believe it can delete a news message...
13252                 (messages are NOT deleted, maybe we should remove
13253                 processing from the folder properties after all.)
13254
13255 2002-01-27 [alfons]     0.7.0claws33
13256
13257         * src/folder.c
13258                 add extra checks
13259         * src/news.c
13260                 implement remove_msg() 
13261
13262 2002-01-27 [alfons]     0.7.0claws32
13263
13264         * src/procmsg.h
13265         * src/procheader.c
13266         * src/messageview.c
13267                 fix return receipt / disposition notification again. this
13268                 stuff seems to break on _every_ major summary UI change, so
13269                 it's now implemented using a flag which is saved in the
13270                 marks cache
13271                 
13272 2002-01-26 [alfons]     0.7.0claws31
13273
13274         * src/import.c
13275                 let import dialog show the destination folder identifier
13276
13277 2002-01-26 [melvin]     0.7.0claws30
13278
13279         * src/folderview.c
13280         * src/summaryview.c
13281                 Readded 'Mark all read' into summary view popup menu
13282                 Added 'Mark all read' in folder view popup menu for IMAP
13283                 and NNTP.
13284                 Made it insensitive if the selected folder is not the shown
13285                 one to avoid 'Mark all read' on the wrong folder.
13286                 
13287 2002-01-26 [paul]       0.7.0claws29
13288
13289         * src/folderview.c
13290           src/summaryview.c
13291                 move 'Mark all read' from summary view to folder view
13292                 menu. (adapted from) patch submitted by Jeremy Andrews,
13293                 <lists@kerneltrap.com>
13294
13295 2002-01-25 [alfons]     0.7.0claws28
13296
13297         * src/gtkstext.c
13298                 put the gtk class name back so GtkSText adapts the 
13299                 settings of GtkText
13300
13301 2002-01-25 [alfons]     0.7.0claws27
13302
13303         * src/folderview.c 
13304                 assimilate Ricardo's patch that shows pixmaps instead of
13305                 plain "new" and "unread" texts in the folder view column
13306                 headers 
13307
13308 2002-01-25 [paul]       0.7.0claws26
13309
13310         * src/Makefile.am
13311                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13312                 be found in non-standard locations. 
13313                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13314
13315 2002-01-25 [paul]       0.7.0claws25
13316
13317         * sync with sylpheed 0.7.0cvs16
13318                 see ChangeLog entry 2002-01-25
13319
13320 2002-01-24 [paul]       0.7.0claws24
13321
13322         * more sync with sylpheed 0.7.0cvs15
13323                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13324
13325 2002-01-23 [sergey]     0.7.0claws23
13326
13327         * src/importldif.c
13328                 Fixed segfault when closing LDIF import wizard with
13329                 the window manager.
13330         * src/imageview.c
13331         * src/imageview.h
13332         * src/messageview.c
13333         * src/mimeview.c
13334                 Fixed wrong scrolling position after switching between
13335                 text and image parts.
13336
13337 2002-01-23 [paul]       0.7.0claws22
13338
13339         * sync with sylpheed 0.7.0cvs15
13340                 see ChangeLog entries 2002-01-22 and 2002-01-23
13341
13342 2002-01-21 [melvin]     0.7.0claws21
13343
13344         * src/prefs_scoring.c
13345         * src/prefs_filtering.c
13346                 Fixed bug where scoring and filtering windows stopped
13347                 autochecking.
13348
13349 2002-01-21 [paul]       0.7.0claws20
13350
13351         * sync with sylpheed 0.7.0cvs12
13352                 see ChangeLog entries 2002-01-20 and 2002-01-21
13353
13354 2002-01-21 [carsten]    0.7.0claws19
13355         * src/mainwindow.c
13356         * src/menu.[ch]
13357         * src/messageview.[ch]
13358         * src/summaryview.[ch]
13359                 changes to shortcuts handling again:
13360                         + "Q" now controled by mainwin
13361                         + v/V are now customizable and have slightly
13362                           different meanings
13363                 the "button" to minimize the messageview (and maximize
13364                 the summary view) is a real button now
13365         * src/compose.c
13366                 "Delete Line+" added to Edit/Advanced (this will also
13367                 delete the '\n')
13368
13369 2002-01-20 [melvin] 0.7.0claws18
13370
13371         * src/addressbook.c
13372                 Made "Bcc" sensitive when addressbook is called from
13373                 compose window (it was a Claws only bug).
13374
13375 2002-01-19 [alfons] 0.7.0claws17
13376
13377         * src/inc.c
13378                 prevent unnecessary updates when currently selected folder has
13379                 no new messages 
13380
13381 2002-01-19 [alfons] 0.7.0claws16
13382         
13383         * src/summaryview.c
13384                 prevent writing the cache based on current message list in summary 
13385                 view when filtering also put messages in currently selected folder
13386
13387 2002-01-19 [paul]
13388
13389         * po/it.po
13390                 Italian translation submitted by Alessandro Maestri
13391                 <a.maestri@cs.tin.it>
13392
13393 2002-01-18 [melvin]     0.7.0claws15
13394
13395         * src/prefs_filters.c
13396                 fixed bug where 'cancel' from 'filters' window stops autochecking
13397                 if the timer timed out  when the window was open.
13398
13399 2002-01-18 [match]      0.7.0claws14
13400
13401         * src/addrclip.[ch]     ** NEW FILE **
13402         * src/addrselect.[ch]   ** NEW FILE **
13403         * src/adbookbase.h      ** NEW FILE **
13404                 addressbook cut, copy and paste
13405         * src/addrbook.[ch]
13406         * src/addrcache.[ch]
13407         * src/addressitem.h
13408         * src/addrindex.[ch]
13409         * src/addritem.[ch]
13410         * src/importldif.c
13411         * src/importmutt.c
13412         * src/jpilot.[ch]
13413         * src/syldap.[ch]
13414         * src/vcard.[ch]
13415         * src/jpilot.[ch]
13416         * src/editbook.c
13417         * src/editjpilot.c
13418         * src/editldap.c
13419         * src/editvcard.c
13420                 support for copy/paste
13421         * src/addressbook.c
13422                 support for copy/paste
13423                 tidy up menu option processing
13424                 correct address list function arguments
13425         * src/editaddress.c
13426                 sort user attributes
13427         * src/ldif.h
13428         * src/mutt.h
13429                 tidy up
13430
13431         * src/addrbook.[ch]
13432         * src/addrbook.[ch]
13433         * src/addrbook.[ch]
13434                 
13435
13436 2002-01-18 [paul]       0.7.0claws13
13437
13438         * sync with sylpheed 0.7.0cvs8
13439                 configure.in: support Mac OS X (Darwin)
13440
13441 2002-01-18 [carsten]    0.7.0claws12
13442         * src/html.c
13443                 small hack to fix a segfault with an empty href
13444                 (reported by Alexandra Walford <deeni@altern.org>)
13445         * src/mainwindow.c
13446         * src/summaryview.c
13447                 the shortcuts for Mark und Mark as unread are hardcoded
13448                 again
13449         * src/compose.c
13450         * src/gtkstext.[ch]
13451                 readded the shortcuts in gtkstext but made them
13452                 customizeable (simply by adding a menu plus a wrapper
13453                 to compose.c)
13454
13455 2002-01-17 [melvin]     0.7.0claws11
13456
13457         * src/gtkspell.c
13458                 fix default dictionary not being saved.
13459
13460 2002-01-16 [darko]      0.7.0claws10
13461
13462         * src/compose.c
13463                 fix wrapping crash with URL longer than wrapping margin
13464
13465 2002-12-08 [hoa]        0.7.0claws10
13466
13467         * src/matcher_parser_parse.y
13468                 fixed some bugs
13469
13470         * src/prefs_filtering.c
13471                 now, we can use bounce action in the dialog box.
13472
13473 2002-01-16 [carsten]    0.7.0claws9
13474         * src/gtkstext.c
13475                 removed the <control> and <alt> shortcuts because they're
13476                 not needed and interefered with the "normal" shortcuts
13477         * src/mainwindow.c
13478         * src/summaryview.c
13479                 removed most of the hardcoded shortcuts and assigned
13480                 them to menu entries making them easy customizable by
13481                 that
13482
13483 2002-01-16 |melvin]     0.7.0claws8
13484
13485         * src/gtkspell.c
13486                 fixed bug where using the mouse and when the compose
13487                 window is not on top may result in a crash.
13488
13489 2002-01-16 [melvin]     0.7.0claws7
13490
13491         * src/compose.c
13492                 fixed a long standingspell checker bug which could 
13493                 cause a crash after sending a message.
13494
13495 2002-01-16 [paul]       0.7.0claws6
13496
13497         * sync with sylpheed 0.7.0cvs7
13498                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13499                 2002-01-15, and 2002-01-16
13500
13501 2002-01-16 [melvin]     0.7.0claws5
13502
13503         * README.claws
13504         * src/compose.c
13505         * src/gtkspell.[ch]
13506         * src/main.c
13507                 Heavily modified spell checker code to work around
13508                 ispell bug, to add keyboard shortcuts and for future
13509                 enhancements. See README.claws for usage information.
13510
13511 2002-01-15 [alfons]     0.7.0claws4
13512         
13513         * src/summaryview.c
13514                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13515                 so sorting within threads reflects sort mode
13516
13517 2002-01-15 [christoph]  0.7.0claws3
13518
13519         * src/procmsg.c
13520                 added alertpanel if mail sending failed
13521
13522 2002-01-15 [alfons]     0.7.0claws2
13523         
13524         * src/prefs_filtering.c
13525                 don't stop timer when prefs filtering dialog is opened
13526
13527 2002-01-14 [alfons]     0.7.0claws1
13528
13529         * src/addr_compl.c
13530         * src/prefs.c
13531                 remove debug_print()s for privacy reasons
13532
13533 2002-01-14 [darko]      0.7.0claws
13534
13535         * README.claws
13536                 quotation wrapping is now also in the main branch
13537
13538 2002-01-14 [paul]
13539
13540         * tools/filter_conv.pl
13541                 allow for Boolean Op and case-sensitivity
13542                 this file is included in the release and tagged
13543                 'rel_0_7_0'
13544
13545 2002-01-13 [paul]       0.7.0claws
13546
13547         * release 0.7.0, with cvs tag 'rel_0_7_0'
13548
13549 2002-01-13 [paul]
13550
13551         * tools/filter_conv.pl
13552         * tools/README
13553                 rewritten to output to matcherrc instead of filteringrc
13554
13555         * po/es.po
13556                 updated Spanish translation by Ricardo Mones Lastra
13557
13558 2002-01-13 [alfons]
13559
13560         * po/nl.po
13561                 update dutch translation
13562
13563 2002-01-13 [paul]
13564
13565         * po/pt_BR.po
13566                 Updated by Fabio Junior Beneditto 
13567
13568 2002-01-13 [melvin]     0.6.6claws53
13569
13570         * po/fr.po
13571                 Updated french translation
13572
13573 2002-01-12 [alfons]     0.6.6claws52
13574
13575         * src/filtering.c
13576                 plug mem leak that has been sitting there for ages              
13577
13578 2002-01-12 [alfons]     0.6.6claws51
13579
13580         * src/summaryview.c
13581                 undo melvin's changes from 0.6.6claws48 because summary
13582                 view now refuses to select first unread message when
13583                 selecting a folder 
13584
13585 2002-01-11 [alfons]     0.6.6claws50
13586
13587         * src/import.c
13588                 use claws' semantics for getting folder item when
13589                 importing an mbox file into a folder 
13590                 (submitted by Dale P. Smith)
13591
13592 2002-01-11 [christoph]  0.6.6claws49
13593
13594         * src/prefs.h
13595                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13596                 toggle widget, because non static prefs can not use
13597                 prefs_set_* functions
13598         * src/prefs_account.c
13599                 toggle smtp auth password field sensitivity if
13600                 user id is empty and add descrition of usage for
13601                 these fields
13602         * src/prefs_folder_item.c
13603                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13604                 callbacks
13605
13606 2002-01-11 [melvin]     0.6.6claws48
13607
13608         * src/compose.c
13609                 fix the 'Ctrl-Enter' feature for sending and test really
13610                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13611                 editables which was not documented in Gtk)
13612
13613         * src/summaryview.c
13614                 Made summaryview refresh after sorting and not before.
13615
13616 2002-01-11 [christoph]  0.6.6claws47
13617
13618         * src/compose.c
13619                 select account from account ids if possible and
13620                 correctly set save folder for copy in reedit
13621
13622 2002-01-10 [paul]       0.6.6claws46
13623
13624         * sync with sylpheed 0.7.0 release
13625                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13626                 2002-01-09
13627
13628 2002-01-09 [alfons]
13629
13630         * src/summaryview.c
13631                 remove more dirt traces...
13632
13633 2002-01-09 [alfons]
13634         
13635         * src/summaryview.c
13636                 clean up some traces of my debugging stuff
13637
13638 2002-01-09 [alfons]     0.6.6claws45
13639
13640         * src/filtering.c
13641                 break up filteringprop_apply() in three separate pieces
13642                 so we can drop messages that failed processing in the
13643                 inbox
13644
13645         * src/summaryview.c
13646                 fix bug #469598 "no refresh of inbox after filter" which 
13647                 was introduced by the new summary view locking, and which 
13648                 prevented the summary view to update after a manual filter 
13649                 message. claw's filter message requires a summary_show().
13650                 (aargh, summary_show() again! :-)
13651                 
13652 2002-01-07 [alfons]     0.6.6claws44
13653
13654         * src/headerwindow.c
13655         * src/logwindow.c
13656         * src/messageview.c
13657         * src/sourcewindow.c
13658                 bring in Hiro's last 0.7.0 wm class fixes
13659
13660         * tools/sylprint.pl
13661                 bring in Ricardo's fix for sylprint script
13662
13663         * AUTHORS       
13664         * src/rfc2015.[ch]
13665         * src/prefs_common.[ch]
13666         * src/prefs_account.[ch]
13667         * src/compose.c
13668                 clean up account preference poison in rfc2015,
13669                 and preparation to fix double sign bug 
13670                 (patch submitted by Simon 'corecode' Schubert)
13671
13672 2002-01-07 [christoph]  0.6.6claws43
13673
13674         * src/mh.c
13675                 search for free message number, do not only rely
13676                 on last_num
13677         * src/send.c
13678                 fix smtp auth and use extra account information
13679                 if available, if not use pop3 data instead
13680                 (closes bug #500341)            
13681         * src/ssl.[ch]
13682                 match coding style
13683
13684 2002-01-06 [alfons]     0.6.6claws42
13685
13686         * src/mainwindow.c
13687                 try making the separate windows work again...
13688
13689 2002-01-06 [alfons]     0.6.6claws41
13690
13691         * src/mainwindow.c
13692                 adapt Hiro's separate window menu (to get rid of the funny
13693                 duplicate menu items), and make it work again
13694
13695 2002-01-06 [alfons]     0.6.6claws40
13696
13697         * tools/Makefile.am
13698         * tools/sylprint.rc
13699         * tools/sylprint.pl
13700         * tools/README.sylprint
13701                 add sylprint script for printing mails from Sylpheed
13702                 (contributed by Ricardo Mones Lastra)
13703
13704         * src/acount.c
13705                 clean up
13706
13707 2002-01-06 [melvin]     0.6.6claws39
13708
13709         * src/mainwindow.c
13710         * src/summaryview.c
13711                 Fixed crash introduced in 0.6.6claws38 by the menu
13712                 reorganisation (Hide read messages)
13713         
13714         * ChangeLog.claws 
13715                 Fixed typo (we are now in 2002, alfons ;) )
13716
13717 2002-01-05 [alfons]     0.6.6claws38
13718
13719         * sync with sylpheed 0.6.6cvs10-17
13720                 (last stuff marked as LAST_STABLE)
13721
13722 2002-01-04 [melvin]     0.6.6claws37
13723
13724         * src/account.c
13725                 Made account selection code use strcasestr again instead of
13726                 g_strcasecmp (fixes bug where reediting queued messages
13727                 did not select proper account reported by T. Link).
13728         
13729         * src/folderview.c
13730                 Fix bug where folder icons are not shown when 'hide read messages'
13731                 is on.
13732         
13733         * src/stock_pixmaps.[ch]
13734                 Added folder icons for 'hide read messages'.
13735         
13736         * src/compose.c
13737                 Fixed bug where 'Enter' in a header entry will send the message 
13738                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13739
13740 2002-01-03 [melvin]     0.6.6claws36
13741         
13742         * src/prefs.[ch]
13743                 Added popup menu for common preferences and
13744                 account preferences (right click on tab displays
13745                                 a menu of all tabs.)
13746
13747 2002-01-02 [melvin]     0.6.6claws35
13748
13749         * src/gtkspell.[ch]
13750                 Made spelling code compatible with undo/redo feature.
13751                 Added creation of suggestion mode menu for the general
13752                         preferences.
13753         
13754         * src/prefs_common.[ch]
13755                 Added option menu for the speller's suggestion mode.
13756                 Added missing spaces in "..." buttons and made a "..."
13757                         button non translatable!
13758         
13759         * src/compose.c
13760                 Made speller use the default suggestion mode.
13761                 Hack to make it possible to choose 'CTRL-Enter' as a
13762                         shortcut for sending (and only for sending).
13763
13764         * src/prefs_folder_item.c
13765                 Changing subject simplification does not update cache 
13766                         anymore (because it is unnecessary).
13767                 Fixed bug where changing subject simplification updated the 
13768                         summaryview even when the viewed folder is not the
13769                         folder which properties are being changed. (E.g. 
13770                                         viewing folder A and changing
13771                                         the subject simplification of 
13772                                         folder B -not being viewed- updated the 
13773                                         summaryview of folder A with data of
13774                                         folder B). (Hope this is clear... )
13775
13776 2001-12-31 [alfons]     0.6.6claws34
13777         
13778         * src/ldif.c
13779         * src/mutt.c
13780                 fgetc() returns a signed integer which doesn't
13781                 fit in a char. so c truncates this to a char
13782                 but we may lose significant bits. i.e. we may
13783                 comparing 0xFF which may not be equal to -1
13784                 unless properly casted to signed char which
13785                 we won't do because fgetc() returns a signed
13786                 integer which doesn't fit in a char. so c 
13787                 truncates this to a char but we may lose 
13788                 significat bits. (you got the idea, thanks
13789                 to Gustavo Noronha Silva <kov@debian.org>
13790                 and the Debian folks!)
13791
13792 2001-12-30 [alfons]     0.6.6claws33
13793
13794         * src/prefs_common.c
13795                 add #ifdef USE_PSPELLs that Melvin forgot               
13796
13797 2001-12-30 [melvin]     0.6.6claws32
13798         
13799         * src/prefs_common.[ch]
13800                 Added configurable color for misspelled words.
13801
13802         * src/gtkspell.[ch]
13803                 Fixed bug of foreground text color (reported by David
13804                                 Mehrmann)
13805                 Added configurable color for misspelled words.
13806
13807 2001-12-30 [alfons]     0.6.6claws31
13808
13809         * src/folder.c
13810                 remove unnecessary things someone put there
13811
13812         * src/mh.c
13813         * src/folder.[ch]
13814                 make folder properties (like threading and sorting) persistent
13815                 (closes bug #497424 "rescan folder tree resets proprieties")
13816                 currently this is only for MH folders. 
13817
13818 2001-12-29 [melvin]     0.6.6claws30
13819
13820         * src/string_match.[ch]
13821                 Optimized a bit: regexp pattern buffer compiled only once, and
13822                   one subroutine call removed. Fixed ^ regexp search: Now, 
13823                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13824         
13825         * src/summaryview.c
13826                 Subject filtering changed to filter summary columns and
13827                   not directly the messages subject cache. The loss in 
13828                   performance is balanced by the improvement of string_match.
13829                 Added an alert panel if there is an error in the regexp.
13830
13831         * src/src/prefs_folder_item.h
13832                 Added a regexp pattern buffer.
13833
13834 2001-12-28 [alfons]     0.6.6claws29
13835
13836         * src/string_match.[ch]
13837                 clean up name space
13838                 allow compilation *BSD
13839
13840 2001-12-27 [alfons]     0.6.6claws28
13841
13842         * src/filter.c
13843                 sync the Hiro's bug fix for BSD
13844
13845 2001-12-27 [melvin]     0.6.6claws27
13846         
13847         * src/compose.c
13848                 Simplify focus to subject entry code.
13849
13850 2001-12-27 [darko]      0.6.6claws26
13851
13852         * src/filtering.c
13853         * src/mbox_folder.c
13854         * src/messageview.c
13855         * src/mh.c
13856         * src/procheader.[ch]
13857         * src/procmsg.h
13858         * src/stock_pixmap.[ch]
13859         * src/summaryview.c
13860                 Show key icon for encrypted mails in summary view
13861
13862         * src/pixmaps/clip.xpm
13863         * src/pixmaps/clipkey.xpm
13864         * src/pixmaps/key.xpm
13865                 New/modified icons for the above
13866
13867 2001-12-27 [melvin]     0.6.6claws25
13868
13869         * src/prefs_common.c
13870                 Put spell checker options in a separate tab to decrease
13871                 the Common Preferences window height.
13872
13873         * README.claws  
13874                 Update spell checker usage instruction about its options
13875                 location.
13876
13877 2001-12-27 [melvin]     0.6.6claws24
13878
13879         * src/compose.c
13880                 Changed subject entry widget position. Initial focus is
13881                 on the To header instead of the subject entry.
13882                 Creating a new header scrolls the header list to make the
13883                 created one visible. Nevertheless, when automatically filling
13884                 headers, the first one is shown.
13885                 A Tab key press in the last empty header entry zips the 
13886                 focus to the subject entry.
13887                 (I did not change the combo boxes, yet)
13888
13889 2001-12-26 [alfons]     0.6.6claws23
13890
13891         * src/prefs_account.c
13892         * src/inc.c
13893                 allow default inbox to reside in another mailbox (only
13894                 works for POP3 accounts)
13895
13896 2001-12-26 [alfons]     0.6.6claws22
13897         
13898         * src/textview.c
13899                 make reply-on-click work with the account of the selected folder
13900         * src/compose.c
13901                 put a fixme here to remind me to fix finding correct default
13902                 account for nested folders
13903
13904 2001-12-25 [alfons]     0.6.6claws21
13905
13906         * src/summaryview.c
13907                 make column headers display locked and mark pixmaps (idea by Melvin) 
13908                 fix bug by adding score and locked column type to sort array
13909
13910 2001-12-25 [alfons]     0.6.6claws20
13911         
13912         * src/summaryview.c
13913                 catch a *potentially* inadvertent write back of  
13914                 the message cache(s) introduced by 0.6.5claws37
13915
13916 2001-12-25 [christoph]  0.6.6claws19
13917
13918         * src/stock_pixmap.[ch]
13919         * src/summaryview.c
13920                 add ignore thread pixmap
13921                 (can someone draw a better icon for this?)
13922
13923 2001-12-24 [alfons]     0.6.6claws18
13924
13925         * src/prefs_folder_item.c
13926                 make address completion actually work for the
13927                 Default To address in the Folder Property dialog.
13928
13929 2001-12-24 [alfons]     0.6.6claws17
13930         
13931         * src/summaryview.c
13932                 use new style regexp for subject stripping 
13933                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13934
13935 2001-12-24 [darko]      0.6.6claws16
13936
13937         * src/pgptext.c
13938         * src/rfc2015.c
13939                 move GPG related informational messages to debug mode
13940
13941 2001-12-23 [alfons]     0.6.6claws15
13942
13943         * src/stock_pixmap.[ch]
13944         * src/summaryview.c
13945                 add the forgotten Claws' locked pixmap
13946
13947 2001-12-23 [alfons]     0.6.6claws14
13948
13949         * src/filesel.c
13950                 accept file name typed in entry in multi file
13951                 selector (patch submitted by Gustavo Noronha Silva 
13952                 <kov@debian.org>)
13953
13954 2001-12-23 [alfons]     0.6.6claws13
13955
13956         * src/prefs_filter.c
13957         * src/prefs_filtering.c
13958         * src/matcher.c
13959         * src/importmutt.c
13960                 clean up a little bit
13961         
13962         * src/string_match.c
13963                 validate input strings a little bit more
13964
13965 2001-12-23 [alfons]     0.6.6claws12
13966
13967         * src/Makefile.am
13968         * src/summaryview.c
13969         * src/string_match.[ch]         ** NEW **
13970         * src/folderview.[ch]
13971         * src/headerview.h
13972         * src/folder.[ch]
13973         * src/prefs_folder_item.[ch]
13974                 add subject simplification to strip out strings from
13975                 a subject line (esp. handy for mailing lists). 
13976                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13977                 but slightly changed things for better integration.)
13978
13979 2001-12-23 [alfons]     0.6.6claws11
13980
13981         * src/mainwindow.c
13982                 fix bug introduced by submission included in 0.6.5claws52.
13983                 ideally this submission should clean the trash if any trash
13984                 folder has a message. however, the hasTrash variable was
13985                 set to false whenever a trash folder was empty (discarding
13986                 a previously found *filled* trash folder.)
13987
13988                 also edited the code a little bit and made it more safe.
13989
13990 2001-12-22 [alfons]     0.6.6claws10
13991
13992         * src/imap.c
13993                 quick fix for Martin Pool's omission of an account
13994                 specific SSL setting
13995
13996 2001-12-22 [alfons]     0.6.6claws9
13997
13998         * src/compose.c
13999         * src/messageview.c
14000         * src/mimeview.c
14001         * src/pgptext.c
14002         * src/procmime.[ch]
14003                 better support for multipart/digest (submitted
14004                 by Fredrik <e98fo@efd.lth.se>)
14005
14006 2001-12-22 [alfons]     0.6.6claws8
14007
14008         * src/addressbook.c
14009                 correct function signature
14010         * src/socket.[ch]
14011         * src/imap.[ch]
14012         * src/prefs_account.[ch]
14013                 allow IMAP over SSH tunnel (patch submitted by 
14014                 Martin Pool <mbp@samba.org>)
14015
14016 2001-12-21 [alfons]     0.6.6claws7
14017
14018         * sync with sylpheed 0.6.6cvs4-9
14019                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14020
14021 2001-12-21 [christoph]  0.6.6claws6
14022
14023         * src/compose.c
14024         * src/prefs_folder_item.[ch]
14025                 implement saving of outgoing messages to current folder.
14026                 fix segfault when no default outbox is available
14027                 (closes bug #495683)
14028
14029 2001-12-21 [carsten]    0.6.6claws5
14030         * src/folderview.c
14031         * src/summaryview.c
14032                 pressing CTRL while DND does now the expected thing and
14033                 copies the mail (moving is still the default, as this
14034                 seam more appropriate for handling mails by DND)
14035
14036 2001-12-18 [paul]       0.6.6claws4
14037
14038         * sync with sylpheed 0.6.6cvs3
14039                 see ChangeLog entries 2001-12-18
14040
14041 2001-12-18 [hiro]       0.6.6claws3
14042
14043         * src/undo.c
14044                 fix for multibyte characters (obtain the number of letters
14045                 instead of bytes).
14046
14047 2001-12-17 [paul]       0.6.6claws2
14048
14049         * sync with sylpheed 0.6.6cvs1
14050                 see ChangeLog entry 2001-12-16
14051
14052 2000-12-17 [alfons]     0.6.6claws1
14053
14054         * src/filtering.c
14055                 clean up
14056
14057 2001-12-16 [paul]       0.6.6claws
14058 2001-12-15
14059
14060         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14061
14062         * src/mimeview.c
14063                 last minute sync with main 0.6.6
14064
14065         * po/es.po
14066                 updated by Ricardo Mones Lastra
14067                 update for last minute sync
14068         * po/fr.po
14069         * po/nl.po
14070                 update for last minute sync
14071         * po/de.po
14072                 updated by Jens Oberender
14073         * po/pt_BR.po
14074                 updated by Fabio Junior Beneditto
14075
14076         * src/prefs_common.[ch]
14077         * src/undo.c
14078                 number of undo levels is user configurable
14079                 (squeeze it into the release in the dying
14080                 moments) Submitted by Jens Oberender    
14081
14082 2001-12-15 [melvin]
14083
14084         * po/fr.po
14085                 updated french translation
14086
14087 2001-12-15 [paul]       0.6.5claws92
14088
14089         * sync with sylpheed 0.6.5cvs28
14090                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14091
14092         * po/nl.po
14093                 update to allow for sync
14094
14095 2001-12-15 [alfons]
14096         
14097         * po/nl.po
14098                 update dutch translation
14099
14100 2001-12-14 [carsten]    0.6.5claws91
14101         * src/summaryview.c
14102                 fixed bug #473785; also after changing the column order
14103                 the same message will be selected and displayed as before
14104                 the reordering
14105
14106 2001-12-14 [carsten]    0.6.5claws90
14107         * src/folderview.c
14108                 probably found the bug reported by wwb opening or closing
14109                 a folder tree just before dnd (found the solution in the
14110                 balsa source -- thanks to them)
14111
14112 2001-12-14 [carsten]    0.6.5claws89
14113         * src/gtkutils.c
14114         * src/account.c
14115                 moved gtk_clist_moveto to the right place, so that
14116                 only the accounts dialog is effected on opening
14117
14118 2001-12-14 [carsten]    0.6.5claws88
14119         * src/gtkutils.c
14120                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14121                 now, so that the focused row will be seen in any case
14122                 (reported by wwp on sf-claws-user)
14123
14124 2001-12-14 [darko]      0.6.5claws87
14125
14126         * src/compose.c
14127                 remove unnecessary line
14128
14129 2001-12-14 [paul]       0.6.5claws86
14130
14131         * sync with sylpheed 0.6.5cvs27
14132                 see ChangeLog entries 2001-12-14
14133
14134 2001-12-14 [carsten]    0.6.5claws85
14135         * src/mainwindow.c
14136                 following a suggestion of Melvin the rcoabm pops up
14137                 right under the button now and the button is reliefed
14138                 while the popup is open
14139
14140 2001-12-14 [darko]      0.6.5claws84
14141
14142         * src/compose.c
14143                 fix crash when wrapping long lines if linewrap quotation
14144                 is disabled and wrapper encounters a word spanning more
14145                 than one line
14146
14147 2001-12-13 [paul]       0.6.5claws83
14148
14149         * src/compose.c
14150                 prefer 'Reply-To' header over mailing list header when
14151                 replying to a message. Finally prevent all those confirmation 
14152                 messages being sent to the list itself.
14153
14154         * src/summaryview.c
14155                 remove unused summary_set_menu_sensitive() entry
14156
14157 2001-12-13 [paul]       0.6.5claws82
14158
14159         * src/folderview.c
14160         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14161         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14162         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14163                 improvements to 'Hide read messages': Inbox, Outbox,
14164                 Trash, Queue, and Draft icons now reveal presence of hidden 
14165                 messages
14166
14167 2001-12-12 [alfons]     0.6.5claws81
14168
14169         0.6.5claws80 was tagged as LAST_STABLE
14170
14171         * src/filtering.[ch]
14172         * src/matcher.[ch]
14173         * src/matcher_parser_lex.c
14174                 fix the filtering; my last attempt to get it right, 
14175                 if it does not work, it's Hoa's turn. ;-)
14176
14177                 for my honourable peers:
14178                 
14179                 the code now makes a clear distinction between
14180                 rules as they are displayed (probably escaped),
14181                 and as they are executed (probably unescaped). the
14182                 parser does *NOT* do any unescaping, this is
14183                 the task of the matcher.c (which breaks up a
14184                 rule into condition) and the filtering.c (which
14185                 breaks up the rule's action). to make this
14186                 run happily we provide an unescaped copy of
14187                 crucial strings to the MatcherProp and 
14188                 FilteringAction structures. note that the only
14189                 exception to this is any REGEXP string. those
14190                 are directly passed to regcomp() and regexp()
14191                 (who have much more powerful unescape functions).
14192                 
14193                 for everyone else:
14194         
14195                 you can escape tab (\t), carriage return (\r),
14196                 linefeed (\n), form feed (\f), quote (\"), 
14197                 single quote (\'), bell (\b) in all the entry
14198                 lines in the scoring & filtering dialogs.
14199                 as an added bonus this should not affect
14200                 existing filtering rules.
14201
14202 2001-12-12 [carsten]    0.6.5claws80
14203
14204         * src/summaryview.c
14205         * po/de.po
14206                 "item(s) selected" is now sensitive to 1 or more
14207                 than one selected (nice for language where simple
14208                 adding of a "s" is not possible as German (Eintrag
14209                 ->Eintr"age)
14210                 
14211                 the "forward as attachment" entry from the right
14212                 click menu removed, "forward" acts following the
14213                 prefs
14214         
14215         * src/textview.c
14216                 reverted my former changes; so compiler warning again
14217                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14218                 nevertheless
14219
14220         * src/messageview.c
14221                 "search in message" does now *not* only work in MVIEW_TEXT
14222                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14223                 message
14224
14225         * src/mainwindow.c
14226                 removed "/File/_Close" as it was the same as "/File/E_xit"
14227                 and we don't need it two times
14228
14229                 the separate folder view and message view now get a distinct
14230                 WMCLASS, just in case someone is using sawfish ;-)
14231
14232                 as the menu entries "/View/Message view" and "/View/Folder tree"
14233                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14234                 make them sensitive accordingly and as these two are "shown"
14235                 after startup anytime check this menuitem at startup
14236
14237 2001-12-12 [paul]       0.6.5claws79
14238
14239         * src/folderview.c
14240                 fix sensitivity of 'Search folder...', broken in
14241                 0.6.5claws75
14242
14243         * src/mainwindow.c
14244                 fix dodgy English
14245
14246 2001-12-11 [carsten]    0.6.5claws78
14247         * src/filtering.c
14248                 fixed two typos returning a wrong FALSE/TRUE
14249         * src/mainwindow.[ch]
14250                 extra menu for email/news button removed
14251
14252 2001-12-11 [alfons]     0.6.5claws77
14253         
14254         * src/matcher.c                 (1.3)
14255         * src/matcher_parser_lex.l      (1.28)
14256                 revert for another attempt
14257                 mark 0.6.5claws77 as LAST_STABLE
14258
14259 2001-12-11 [christoph]  0.6.5claws76
14260
14261         * po/de.po
14262                 fixed wrong translation for prev. unread msg
14263
14264 2001-12-11 [paul]       0.6.5claws75
14265
14266         * src/folder.[ch]
14267         * src/folderview.c
14268         * src/mainwindow.c
14269         * src/summaryview.[ch]
14270         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14271                 enable ability to hide read messages on per folder basis via 
14272                 '/Summary/Hide read messages'; when selected, a folder will 
14273                 have a red open folder icon, instead of a blue icon, if the 
14274                 folder contains hidden messges
14275                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14276
14277         * src/mainwindow.c
14278                 remove '/Message/Forward as attachment' from 
14279                 main_window_set_menu_sensitive() to prevent debug warning
14280
14281         * src/folderview.c
14282         * src/mainwindow.c
14283                 Clean up some of the English
14284
14285         * tools/newscache_clean.pl
14286                 allow for new 'hidereadmsgs' entry in folderlist.xml
14287
14288         * po/es.po
14289                 updated translation, submitted by Ricardo Mones Lastra
14290
14291 2001-12-11 [paul]       0.6.5claws74
14292
14293         * sync with sylpheed 0.6.5cvs25
14294                 see ChangeLog entry 2001-12-11
14295
14296 2001-12-10 [alfons]     0.6.5claws73
14297
14298         * src/matcher.c
14299                 add more control characters
14300         * src/matcher_parser_lex.l
14301                 make escaping / unescaping work again
14302
14303 2001-12-10 [alfons]     0.6.5claws72
14304
14305         * src/imap.c
14306                 clean up warnings "returning value for void function" 
14307         * src/prefs_filtering.c
14308                 make info button for execute action sensitive
14309
14310 2001-12-10 [paul]       0.6.5claws71
14311
14312         * src/compose.c
14313         * src/imap.[ch]
14314         * src/summaryview.c
14315                 fix: imap server now gets informed of MARKED, UNMARKED
14316                 and REPLY events. Now people can use different IMAP-Mail
14317                 clients and have the exact same information about MARKED,
14318                 UNMARKED and REPLY status with all of them. Especially
14319                 useful for imap servers with a web-frontend.
14320                 submitted by Tobias Sandhaas <medlor@web.de>
14321
14322 2001-12-09 [melvin]     0.6.5claws70
14323         
14324         * src/textview.[ch]
14325                 fixed bug #490076 (hunted down by Alfons who implemented
14326                 a workaround in 0.6.5claws65)
14327
14328 2001-12-09 [christoph]  0.6.5claws69
14329
14330         * src/summaryview.c
14331                 set pointer to string in LOCKED column to NULL
14332                 (might fix bug #490800)
14333
14334 2001-12-09 [carsten]    0.6.5claws68
14335
14336         * po/de.po
14337                 resolved some cluttered menu shortcuts 
14338                 ('creating new email' and 'creating news message'
14339                 hade the same)
14340         * src/compose.c
14341                 wmclass now distinc from main window
14342         * src/mainwindow.c
14343           src/mainwindow.h
14344                 email/news and forward button functionality similar
14345                 to the reply buttons; removed the ugly dropdown arrows
14346                 and use instead the right mouse button
14347
14348 2001-12-09 [paul]       0.6.5claws67
14349
14350         * src/imap.c
14351         * src/utils.h
14352                 allow spaces in imap folder names
14353                 submitted by Willem van Engen <wvengen@stack.nl>
14354
14355 2001-12-09 [paul]       0.6.5claws66
14356
14357         * sync with sylpheed 0.6.5cvs24
14358                 see ChangeLog entry 2001-12-09
14359
14360 2001-12-08 [alfons]     0.6.5claws65
14361
14362         * src/textview.c
14363                 prevent secondary selection claim after "add to sender" dialog
14364                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14365                 we trick GTK by simulating a click at (0, 0) in the textview.
14366
14367 2001-12-08 [hoa]        0.6.5claws64
14368
14369         * src/folder.c
14370                 fixed a bug about the .processing folder name while filtering
14371
14372 2001-12-08 [alfons]     0.6.5claws63
14373
14374         * src/folderview.c 
14375                 work around problem of not correctly updating folder stats
14376                 when deleting messages. there's some folder scanning evil
14377                 going so the folderview_update_msg_num() does not work
14378                 correctly. need to investigate this.
14379
14380 2001-12-08 [paul]       0.6.5claws62
14381
14382         * sync with sylpheed 0.6.5cvs23
14383                 see ChangeLog entry 2001-12-08
14384
14385 2001-12-07 [christoph]  0.6.5claws61
14386
14387         * src/compose.c
14388                 fix another header translation problem
14389
14390 2001-12-07 [alfons]     0.6.5claws60
14391
14392         * src/mbox.c
14393                 make filtering also work on local spool mbox
14394
14395 2001-12-07 [carsten]    0.6.5claws59
14396         * src/addressbook.c
14397                 addressbook window gets a wmclass distinct from the main
14398                 sylpheed window
14399         * src/compose.h
14400         * src/mainwindow.[ch]
14401                   forward menu item will use mode selected in prefs, forward 
14402                 as attatchment in menu removed (will be substituted in the
14403                 toolbar similar to reply buttons)
14404                   create news message menu entry and news button is now 
14405                 sensitive to the existance of a news account
14406         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14407         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14408         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14409                 these are removed because the toolbar buttons don't show
14410                 the quoting modus any longer
14411
14412 2001-12-07 [paul]
14413
14414         * tools/newscache_clean.pl      ** NEW FILE **
14415                 perl script to do some tidying up in the newscache directory 
14416                 
14417         * tools/sylpheed-switcher       ** NEW FILE **
14418                 perl script to enable easy switching between main and claws
14419                 
14420         * tools/README
14421                 added descriptions of the two new perl scripts          
14422
14423
14424 2001-12-07 [melvin]     0.6.5claws58
14425
14426         * src/messageview.c
14427                 fixed a warning during compilation introduced in 0.6.5claws56
14428
14429 2001-12-07 [paul]       0.6.5claws57
14430
14431         * src/mainwindow.[ch]
14432         * src/menu.[ch]
14433                 further usability enhancements to replying with or without 
14434                 quoting via the toolbar, use of Ctrl key is replaced by 
14435                 drop down menu 
14436                 Submitted by Carsten Schurig            
14437
14438 2001-12-07 [melvin]     0.6.5claws56
14439
14440         * src/messageview.c
14441                 hack to fix bug that prevented to make/paste selections
14442                 after switching between MVIEW_TEXT and MVIEW_MIME views
14443                 without deselecting the selection first.
14444
14445 2001-12-06 [alfons]     0.6.5claws55
14446
14447         * src/filtering.[ch]
14448         * src/inc.c
14449                 revise filtering a little bit more, and make sure
14450                 messages are delivered to the appropriate inbox
14451                 (perhaps set per account)
14452
14453 2001-12-06 [paul]       0.6.5claws54
14454
14455         * sync with sylpheed 0.6.5cvs22
14456                 see ChangeLog entry 2001-12-06
14457
14458 2001-12-05 [alfons]     0.6.5claws53
14459
14460         * src/inc.c
14461         * src/folder.[ch]
14462         * src/procmsg.c
14463         * src/filtering.c
14464                 more revisions of filtering system
14465                 (last stable version is marked as LAST_STABLE)
14466                 
14467                 | NOTE 1): the filtering system now uses a local folder called
14468                 | .processing. if filtering fails, check this directory
14469                 | for missing messages.
14470                 |
14471                 | NOTE 2): help us find the filtering actions still missing
14472
14473 2001-12-05 [paul]       0.6.5claws52
14474
14475         * src/mainwindow.c
14476                 fix bug where 'Empty Trash?' pop-up window appears even
14477                 when Trash is empty, submitted by Jesse Skinner         
14478
14479 2001-12-05 [melvin]     0.6.5claws51
14480
14481         * src/compose.c
14482                 fixed bug #486106 to select correct account when reediting 
14483                 a queued message
14484         
14485 2001-12-04 [alfons]     0.6.5claws50
14486
14487         * src/mh.c
14488                 declare markfile in appropriate functions when
14489                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14490                 for spotting this)
14491
14492 2001-12-04 [paul]       0.6.5claws49
14493
14494         * sync with sylpheed 0.6.5cvs21
14495                 see ChangeLog entry 2001-12-04
14496
14497 2001-12-03 [christoph]  0.6.5claws48
14498
14499         * po/de.po
14500                 changed translation of undo
14501         * src/account.c
14502         * src/folder.c
14503                 don't reinvent the wheel to traverse a GNode
14504         * src/compose.[ch]
14505                 seperate code to create the compose gui into functions
14506                 add "Others" page with folder selection for saving copy
14507                 of the message.
14508                 the folder identifier is saved to queue header
14509         * src/procmsg.c
14510                 save message to folder in queue header
14511
14512 2001-12-03 [paul]       0.6.5claws47
14513
14514         * sync with sylpheed 0.6.5cvs20
14515                 see ChangeLog entry 2001-12-03
14516
14517 2001-12-01 [paul]
14518
14519         * more sync with sylpheed 0.6.5cvs19
14520                 see ChangeLog entry 2001-11-29
14521
14522 2001-11-30 [paul]       0.6.5claws46
14523         
14524         * src/compose.c
14525                 remove conflicts introduced by Hoa's last commit
14526          
14527         * src/mainwindow.c
14528                 make 'Message/Bounce' sensitive
14529
14530 2001-11-30 [hoa]        0.6.5claws45
14531
14532         * src/compose.c
14533                 slightly change bounce function to add
14534                 information about the user that bounced the mail
14535                 in the From header line.
14536
14537         * src/folderview.c
14538                 permit the use of processing in outbox folder.
14539
14540 2001-11-29 [paul]       0.6.5claws44
14541
14542         * src/mainwindow.[ch]
14543         * src/prefs_common.c
14544         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14545         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14546         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14547                 usability enhancements to the quoting, implements
14548                 use of Ctrl key to toggle quoting settings
14549                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14550
14551 2001-11-29 [paul]       0.6.5claws43
14552         
14553         * sync with sylpheed 0.6.5cvs19
14554                 see ChangeLog entry 2001-11-28
14555
14556 2001-11-29 [melvin]     0.6.5claws42
14557         * src/Makefile.am
14558                 added enriched.[ch] to the list of files
14559
14560         * src/textview.c
14561         * src/mimeview.c
14562         * src/procmime.[ch]
14563         * src/enriched.[ch]
14564                 added support to view text/enriched
14565                 added support to show headers in message view for text/enriched and text/html
14566                         in non multipart messages
14567
14568 2001-11-28 [paul]       0.6.5claws41
14569
14570         * more sync with sylpheed 0.6.5cvs18
14571                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14572
14573 2001-11-27 [paul]       0.6.5claws40
14574         
14575         * po/pt_BR.po
14576                 updated translation, submitted by Fabio Junior Beneditto
14577                 
14578         * sync with sylpheed 0.6.5cvs18
14579                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14580                 2001-11-27
14581
14582
14583 2001-11-26 [paul]
14584
14585         * po/es.po
14586                 updated translation, submitted by Ricardo Mones Lastra
14587
14588 2001-11-26 [alfons]
14589
14590         * src/matcher.c
14591                 add more translatable strings
14592
14593 2001-11-26 [christoph]  0.6.5claws39
14594
14595         * po/de.po      
14596                 fixed one more umlaut
14597         * src/compose.c
14598                 fix translated header when it should not be translated
14599
14600 2001-11-26 [paul]       0.6.5claws38
14601
14602         * src/mainwindow.c
14603                 remove '/Message/Add Sender to address book' from 
14604                 main_window_set_menu_sensitive(), prevent debug warning
14605                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14606
14607 2001-11-26 [paul]       0.6.5claws37
14608
14609         * src/summaryview.c
14610                 fix 'recurring unread state' bug 
14611
14612         * tools/README 
14613         * tools/filter_conv.pl
14614                 read name of top level mailbox from folderlist.xml
14615                 and presume nothing about its name              
14616
14617 2001-11-26 [darko]      0.6.5claws36
14618
14619         * src/gtkstext.[ch]
14620                 removed functions that are now in gtkutils.c
14621                 use gtkut_text_is_uri_string() from gtkutils.c
14622         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14623
14624 2001-11-26 [paul]       0.6.5claws35
14625
14626         * sync with sylpheed 0.6.5cvs16
14627                 see ChangeLog entries 2001-11-25 and 2001-11-26
14628
14629 2001-11-25 [alfons]     0.6.5claws34
14630
14631         EXPERIMENTAL!!! Please checkout the last stable version using: 
14632           
14633         % cvs update -r LAST_STABLE -dRAP
14634
14635         (Or help us testing this stuff.)
14636
14637         * src/filtering.c               (1.14)
14638         * src/filtering.h               (1.6)
14639         * src/inc.c                     (1.28)
14640         * src/matcher.c                 (1.20)
14641         * src/mbox.c                    (1.9)
14642         * src/procmsg.h                 (1.14)
14643         * src/summaryview.c             (1.59)
14644         * src/summaryview.h             (dunno)
14645                 revert/merge/sync to as it was before commit 
14646                 on Thu, 19 Jul 2001 10:15:51 -0700.
14647
14648 2001-11-25 [hoa]        0.6.5claws33
14649
14650         * src/main.c
14651                 processing mails at startup
14652
14653         * src/folderview.c
14654         * src/summaryview.[ch]
14655                 processing mails when entering folder
14656
14657         * src/prefs_filtering.c
14658                 fixed some UI bugs
14659
14660 2001-11-24 [alfons]     0.6.5claws32
14661
14662         * src/summaryview.[ch]
14663                 make summary sort headers work, and also make
14664                 sure the sort type is stored
14665
14666 2001-11-23 [alfons]     0.6.5claws31
14667
14668         * src/summaryview.[ch]
14669                 make lock work like mark
14670                 disallow deleting messages marked as locked
14671
14672 2001-11-23 [alfons]     0.6.5claws30
14673
14674         * src/gtkstext.c
14675         * src/compose.[ch]
14676         * src/Makefile.am
14677         * src/undo.[ch]
14678                 merge undo patch submitted by Jens
14679
14680 2001-11-23 [christoph]  0.6.5claws29
14681
14682         * src/.cvsignore
14683                 added ylwrap
14684         * src/compose.c
14685                 fixed gpg signing and encoding
14686         * src/folder.[ch]
14687         * src/main.c
14688                 added --status option to get new, unread and total
14689                 message count from a running sylpheed
14690         * src/prefs_common.c
14691                 temporary fix for reply_with_quote problem
14692                 (don't call functions for non existing widget)
14693         * src/procmsg.c
14694                 one more check for ignored threads but still not
14695                 always working correctly. probably a recursive
14696                 check for all parents is needed
14697
14698 2001-11-23 [darko]      0.6.5claws28
14699
14700         * src/compose.c
14701                 wrapping on send improvements
14702         * src/gtkutils.[ch]
14703                 fix for GtkSText after last sync with main branch
14704                 GTK_TEXT -> GTK_STEXT
14705
14706 2001-11-23 [paul]       0.6.5claws27
14707
14708         * sync with sylpheed 0.6.5cvs14
14709                 see ChangeLog entries 2001-11-22 and 2001-11-23
14710                 
14711         * po/de.po
14712                 fixed the scrambled umlauts 
14713                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14714
14715 2001-11-21 [paul]       0.6.5claws26
14716
14717         * sync with sylpheed 0.6.5cvs12
14718                 see 2nd ChangeLog entry dated 2001-11-20
14719
14720 2001-11-20 [paul]       0.6.5claws25
14721
14722         * sync with sylpheed 0.6.5cvs11
14723                 see ChangeLog entry 2001-11-19 (src/utils.c)
14724
14725 2001-11-20 [hiro]
14726
14727         * src/compose.c
14728                 GTK_TEXT -> GTK_STEXT
14729                 fix for wrong comment
14730
14731 2001-11-20 [hiro]       0.6.5claws24
14732
14733         * src/compose.[ch]
14734                 more merges from main branch
14735                 removed fatal warnings (uninitialized variables etc.)
14736                 some coding style fix
14737         * src/gtkutils.h
14738                 fixed typo.
14739         * src/addressbook.c
14740           src/addrindex.c
14741                 V-Card -> vCard
14742
14743 2001-11-19 [hoa]        0.6.5claws23
14744
14745         * src/filtering.c
14746         * src/prefs_scoring.c
14747         * src/matcher.[ch]
14748         * src/scoring.c
14749                 cleaning code
14750
14751         * src/matcher_parser_parse.y
14752         * src/prefs_filtering.c
14753                 bouncing
14754
14755 2001-11-19 [alfons]     0.6.5claws22
14756
14757         more of my old things into claws
14758
14759         * src/Makefile.am
14760         * src/prefs_common.c
14761         * src/procmsg.h
14762         * src/summaryview.[ch]
14763         * src/prefs_summary_column.c
14764         * src/pixmaps/locked.xpm
14765                 add indicators for locking of message in summary view
14766                 (does not work yet, only visual indicator)
14767
14768 2001-11-19 [paul]       0.6.5claws21
14769
14770         * sync with sylpheed 0.6.5cvs10
14771                 see ChangeLog entry 2001-11-19
14772
14773 2001-11-18 [alfons]     0.6.5claws20
14774         
14775         * src/filtering.c
14776                 remove an inadvertent free I forgot in previous clean up 
14777
14778 2001-11-18 [alfons]     0.6.5claws19
14779
14780         * src/filtering.[ch]
14781                 clean up & plug leaks
14782
14783 2001-11-18 [paul]       0.6.5claws18
14784
14785         * sync with sylpheed 0.6.5cvs9
14786                 see ChangeLog entries 2001-11-17 and 2001-11-18
14787
14788 2001-11-16 [paul]       0.6.5claws17
14789
14790         * sync with sylpheed 0.6.5cvs8
14791                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14792
14793 2001-11-16 [paul]       0.6.5claws16
14794
14795         * sync with sylpheed 0.6.5cvs7
14796                 see ChangeLog entries 2001-11-15 and 2001-11-16
14797
14798 2001-11-15 [hoa]        0.6.5claws15
14799
14800         * src/compose.c
14801                 fix bounce, mails we received couln't be bounced to ourself.
14802
14803         * src/defs.h
14804         * src/filtering.[ch]
14805         * src/matcher.[ch]
14806         * src/matcher_parser.h
14807         * src/matcher_parser_lex.l
14808         * src/matcher_parser_parse.y
14809         * src/inc.c
14810         * src/main.c
14811         * src/mbox.c
14812         * src/prefs_filtering.[ch]
14813         * src/mainwindow.c
14814         * src/prefs_matcher.c
14815         * src/prefs_scoring.c
14816         * src/scoring.[ch]
14817         * src/summaryview.c
14818                 new matcher/filter/score configuration file parser
14819                 one unique configuration file => ~/.sylpheed/matcherrc
14820                 import in currently automatic, then save are made
14821                 in this new file.
14822                 one filter per folder and one global filter
14823                 (filter of a folder will be used as folder processing)
14824
14825         * src/folder.c
14826                 fix a bug in folder_item_get_identifier
14827                 
14828         * src/messageview.c
14829                 receive receipt return are fixed.
14830
14831 2001-11-14 [alfons]     0.6.5claws14
14832
14833         * src/session.h
14834                 add things from main branch to make claws compile
14835
14836 2001-11-14 [paul]       0.6.5claws13
14837
14838         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14839                 see ChangeLog entries 2001-11-08 to 2001-11-14
14840
14841 2001-11-14 [hoa] 0.6.5claws12
14842
14843         * src/compose.[ch]
14844         * src/mainwindow.c
14845         * src/summaryview.c
14846                 add "bounce mail" option
14847
14848 2001-11-13 [christoph]  0.6.5claws11
14849
14850         * src/compose.c
14851                 Cleanup a mess i add before commiting
14852
14853 2001-11-13 [hoa]        0.6.5claws10
14854
14855         * src/compose.c
14856                 some fixes when mail are sent or
14857                 for crossposts
14858
14859 2001-11-13 [christoph]  0.6.5claws9
14860
14861         * po/de.po
14862                 Changed two string with the same translation
14863         * src/compose.c
14864         * src/procmsg.[ch]
14865         * src/send.[ch]
14866                 New mailsending process:
14867                   - Always queue message before sending
14868                     (message will be saved if sylpheed crashed or
14869                      freezes while sending)
14870                   - Allow queuing of newspostings
14871                   - No copy in outbox before sending
14872                     (closes bug #469501)
14873                   - No more redundant code for send and send_later
14874         * src/summaryview.c
14875                 Applied wwp <subscript@free.fr>'s patch that fixes
14876                 marks for multiple forwarded messages (+compose.c)
14877
14878 2001-11-12 [alfons]
14879
14880         * README.claws
14881                 remove things that are now in main branch
14882         
14883         * po/nl.po
14884                 update Dutch translation
14885
14886 2001-11-12 [mhadasht]   0.6.5.claws8
14887
14888         * src/prefs_common.c
14889                 re-enabled account autoselection feature for forward
14890                 and reedit lost during the branch point for SYNC-B4-REL
14891         * src/gtkspell.c
14892                 gtkpspell_get_dict(): more readable code (even if function is
14893                 not used yet)
14894         * ChangeLog.claws
14895                 added version number info to 2001-11-12 [hiro] comment.
14896
14897 2001-11-12 [hiro]       0.6.5.claws7
14898
14899         * src/compose.c
14900                 compose_forward(): fixed a bug that forward quote mark
14901                 wasn't used.
14902                 removed unnecessary code.
14903         * src/template_select.[ch]: removed.
14904
14905 2001-11-11 [alfons]
14906
14907         * src/compose.c
14908                 :%s/GTK_TEXT/GTK_STEXT/g
14909         
14910         * src/compose.[ch]
14911         * src/undo.[ch]
14912         * src/Makefile.am
14913                 revert the undo stuff (this is 0.6.6claws stuff)
14914
14915 2001-11-11 [hoa]        0.6.5.claws6
14916
14917         * src/compose.[ch]
14918                 Insert signature at the end of the text.
14919                 Added undo patch but currently disabled
14920
14921         * src/procmsg.c
14922                 Threading by subject improved.
14923
14924         * added src/undo.[ch]
14925                 Undo module for compose dialog box.
14926
14927 2001-11-11 [alfons]     0.6.5.claws5
14928
14929         * src/procmsg.c
14930                 prevent threading by subject on nodes that have already been
14931                 threaded by in-reply-to (as in "circular references in a tree
14932                 result in a dead branch")
14933
14934 2001-11-09 [hoa]        0.6.5.claws4
14935         
14936         * src/folderview.c
14937                 allows creation of mbox folder item from any files.
14938
14939 2001-11-09 [alfons]     0.6.5.claws3
14940         
14941         * src/utils.c
14942         * src/procmsg.c
14943                 do what I mean and correct threading by subject so it really
14944                 ignores attracting lines without "Re: "
14945
14946 2001-11-07 [alfons]     0.6.5.claws2
14947
14948         * src/procmsg.c
14949         * src/utils.[ch]
14950                 only attract by subject if a subject line starts with a "Re: "
14951         * src/syldap.c
14952                 remove warning
14953
14954 2001-11-07 [paul]       0.6.5claws1
14955
14956         * sync with sylpheed 0.6.5. release
14957                 see ChangeLog entry 2001-11-07
14958
14959 2001-11-07 [paul]       0.6.4claws31
14960
14961         * sync with sylpheed 0.6.4cvs18
14962                 see ChangeLog entries 2001-10-30 to 2001-11-07
14963                 prefs_templates.[ch] renamed prefs_template.[ch]
14964
14965 2001-11-06 [alfons]
14966         
14967         * src/utils.h
14968                 add semicolon Hoa forgot ;-)
14969                 
14970
14971 2001-11-06 [hoa]        0.6.4claws30
14972         
14973         * src/procmsg.c
14974         * src/summaryview.c
14975         * src/utils.c
14976         * src/utils.h
14977                 threading by subject - empty subject are ignored
14978
14979 2001-11-06 [christoph]  0.6.4claws29
14980
14981         * src/socket.c
14982                 use SSL_peek for sock_gets
14983         * src/utils.c
14984                 removed unneeded pointer in extracting quoted
14985                 names implementation
14986
14987 2001-11-06 [melvin]     0.6.4claws28
14988
14989         * src/gtkspell.c
14990                 fixed bug #476792 Selection overtyping with spell checker
14991                 fixed bug which could cause a buffer overflow
14992                 fixed a memory leak
14993
14994 2001-11-06 [hoa]        0.6.4claws27
14995         
14996         * src/procmsg.c
14997         * src/summaryview.c
14998                 threading by subject
14999
15000 2001-11-05 [alfons]     0.6.4claws26
15001         
15002         * README.claws
15003                 Claws -> Sylpheed (vice versa)
15004
15005         * src/compose.c
15006                 :%s/gtk_text/gtk_stext/g
15007                 :%s/GTK_TEXT/GTK_STEXT/g
15008                 (thanks to Jonathan Ware for spotting this)
15009
15010 2001-11-04 [christoph]  0.6.4claws25
15011
15012         * src/summaryview.c
15013                 replace Xalloca + strdup with Xstrdup_a
15014         * src/utils.c
15015                 better implementation of extracting quoted names
15016                 from addresses (remove backlashes and ignore
15017                 quotes after them)
15018
15019 2001-11-04 [alfons]     0.6.4claws24
15020
15021         * src/utils.[ch]
15022                 edit to comply more with coding style
15023
15024         * src/textview.c
15025                 fix bug reported by Kim Schulz. introduced by the patch integrated
15026                 in 0.6.4claws15. the code did not check the return value of
15027                 the html parser.
15028
15029         * AUTHORS
15030                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15031
15032 2001-11-04 [christoph]  0.6.4claws23
15033
15034         * src/main.c
15035         * src/prefs_common.[ch]
15036                 init some pointers that possibly caused a segfault
15037                 reported in the claws-users ML
15038
15039 2001-11-04 [hoa]        0.6.4claws22
15040
15041         * src/grouplistdialog.c
15042                 change the names of the nodes in the tree
15043
15044         * src/compose.c
15045                 enhanced mailto syntax as described in
15046                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15047                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15048
15049         * src/utils.c
15050                 encode and decode URI (useful when opening URL into
15051                 netscape).
15052
15053 2001-11-03 [hoa]        0.6.4claws21
15054
15055         * src/grouplistdialog.c
15056                 a new newsgroups list selection dialog box
15057                 with a CTree instead of a CList
15058
15059 2001-11-03 [hoa]        0.6.4claws20
15060
15061         * src/folderview.c
15062                 enable property and scoring options when right
15063                 click on "inbox"
15064
15065         * src/summaryview.c
15066                 fixed bug when nickname were displayed using
15067                 the address book.
15068
15069 2001-11-02 [darko]      0.6.4claws19
15070
15071         * src/compose.c
15072                 new wrap quotation and URL/long words wrapping implementation
15073         * src/compose.c src/gtkstext.[ch]
15074                 move gtkstext_strncmp() to gtkstext.c
15075
15076 2001-11-01 [christoph]  0.6.4claws18
15077
15078         * src/prefs_account.c
15079                 fixed mess in account settings dialog
15080         * src/prefs_folder_item.c
15081                 added label with folder path to dialog
15082
15083 2001-10-31 [match]      0.6.4claws17
15084
15085         * src/vcard.c
15086                 fix memory leak.
15087         * src/addrbook.c
15088                 fix generation of spurious address book file names.
15089                 remove redundant functions.
15090         * po/POTFILES.in
15091                 added missing file names.
15092
15093 2001-10-30 [paul]       0.6.4claws16
15094
15095         * sync with sylpheed 0.6.4cvs6
15096                 see ChangeLog entries 2001-10-26 to 2001-10-30
15097
15098         * tools/filter_conv.pl
15099                 read folderlist.xml to discover whether the top-level
15100                 folder is called 'Mailbox' or 'Mail' 
15101
15102 2001-10-29 [paul]       0.6.4claws15
15103
15104         * src/html.c, src/textview.c
15105                 activate links in html mail and fix clickable parts
15106                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15107
15108 2001-10-29 [paul]
15109
15110         * po/de.po, po/es.po, po/pt_BR/po
15111                 updated translations, submitted by Jens Oberender,
15112                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15113
15114 2001-10-29 [darko]      0.6.4claws14
15115
15116         * src/compose.c
15117                 fix wrapping for good
15118
15119 2001-10-29 [darko]
15120
15121         * src/compose.c
15122                 undo previous change as it broke the smart wrapping
15123
15124 2001-10-29 [darko]      0.6.4claws13
15125
15126         * src/compose.c
15127                 fix infinite loop when long URL is quoted
15128                 (closes bug #475122.
15129
15130 2001-10-28 [match]
15131
15132         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15133                 import Mutt address book
15134         * src/ldif.[ch] src/importldif.h
15135                 modified import LDIF handle user attributes
15136
15137 2001-10-28 [christoph]  0.6.4claws12
15138
15139         * src/summaryview.c
15140                 fixed that filtering did not work if there
15141                 were no filter rules
15142                 (closes bug #472003 and better implementation
15143                  of patch #474644)
15144
15145 2001-10-27 [christoph]  0.6.4claws11
15146
15147         * src/compose.c
15148                 make the folder's default account to be used when
15149                 replying. (patch by wwp <subscript@free.fr>)
15150         * src/compose.c
15151                 code cleanup, nearly killed all of wwp's patch
15152                 for folder's default account in compose
15153         * src/folderview.c
15154                 error panel when a folder could not be created
15155                 (closes bug #471080 new folder name & already
15156                  existing file)
15157
15158 2001-10-26 [alfons]
15159
15160         * src/utils.h
15161                 change prototype of strstr2() that Christoph forgot about
15162
15163 2001-10-26 [christoph]  0.6.4claws10
15164
15165         * src/account.c
15166                 made search for accounts by email address not case
15167                 sensitive
15168         * src/folder.c
15169                 fixed memory leak in folder_item_get_identifier
15170         * src/gtkspell.c
15171         * src/utils.c
15172                 fixed wrong strstr2 (should work like strstr)
15173
15174 2001-10-26 [darko]      0.6.4claws9
15175
15176         * src/compose.c src/gtkstext.[ch]
15177         * src/gtkstext.c
15178                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15179
15180 2001-10-26 [paul]       0.6.4claws8
15181
15182         * src/html.c
15183                 ignore css and javascript tags in html mail
15184                 case-insensitive, with or without double-quoted
15185                 strings
15186
15187 2001-10-26 [paul]       0.6.4claws7
15188
15189         * sync with sylpheed 0.6.4cvs1
15190                 see ChangeLog entry 2001-10-26
15191
15192         * src/prefs_account.c, src/prefs_common.c,
15193           src/prefs_summary_column.c
15194                 minor improvements to the English
15195
15196 2001-10-25 [alfons]     0.6.4claws6
15197
15198         * src/gtkstext.c
15199         
15200                 make GtkSText follow style of GtkText (closes bug 
15201                 #469211 "text selection while writing message")
15202                 
15203                 do sync with GTK 1.2.10
15204
15205 2001-10-25 [paul]       0.6.4claws5
15206
15207         * src/html.c
15208                 ignore css tags in html mail
15209
15210 2001-10-25 [darko]      0.6.4claws4
15211
15212         * src/compose.c
15213                 don't declare is_url_string as static function since
15214                 we need it in gtkstext.c
15215         * src/gtkstext.c
15216                 remove unused variable
15217                 don't wrap long URLs while composing a message
15218
15219 2001-10-24 [christoph]  0.6.4claws3
15220
15221         * src/socket.c
15222                 fix ssl deadlock, when peer closes connection
15223
15224 2001-10-24 [paul]       0.6.4claws2
15225
15226         * src/prefs_common.c
15227                 gettextize the gpg ascii-armored warning message
15228
15229         * src/compose.c
15230                 insert a DOS/MAC file into the composed message
15231                 (improvements)
15232
15233         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15234
15235 2001-10-22 [paul]       0.6.4claws1
15236
15237         * sync with sylpheed 0.6.4 release
15238                 see ChangeLog entries 2001-10-21
15239
15240         * po/fr.po, po/pt_BR.po
15241                 updated by Melvin Hadasht and Fabio Junior Beneditto
15242
15243 2001-10-21 [paul]       0.6.3claws30
15244
15245         * src/compose.c
15246                 insert a DOS text file from the compose window
15247                 into the composed message text (removes CRs characters)
15248                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15249
15250         * tools/filter_conv.pl, tools/README
15251                 automatically use ~/.sylpheed as working directory
15252                 print out confirmation message on completion
15253
15254         * correct Hoa's last ChangeLog.claws entry
15255
15256 2001-10-20 [hoa]        0.6.3claws29
15257
15258         * src/grouplistdialog.c
15259                 bugfix (another ?) to give the right
15260                 newsgroups list for each news server.
15261
15262         * src/news.c
15263         * src/news.h
15264                 improve the newsgroups list cache
15265
15266 2001-10-20 [paul]       0.6.3claws28
15267
15268         * sync with sylpheed 0.6.3cvs9
15269                 see ChangeLog entry 2001-10-19
15270
15271         * correct Alfons' last ChangeLog.claws entry
15272
15273 2001-10-19 [alfons]
15274
15275         * src/pgptext.[ch]
15276                 fix compilation problems (part of bug #472895)
15277
15278 2001-10-18 [hoa]        0.6.3claws27
15279
15280         * src/grouplistdialog.c
15281                 bugfix when we refresh was clicked (bug 472701)
15282
15283 2001-10-19 [christoph]  0.6.3claws26
15284
15285         * src/compose.c
15286                 last header entry should default to "To:" or
15287                 "Newsgroups:" and not copy the last entry line
15288                 in a new compose window
15289                 (closes bug #472686, #470792)
15290
15291 2001-10-19 [paul]       0.6.3claws25
15292
15293         * sync with Sylpheed 0.6.3cvs8
15294                 see ChangeLog entries 2001-10-18 and 2001-10-19
15295
15296 2001-10-18 [christoph]  0.6.3claws24
15297
15298         * src/procmsg.c
15299                 reimplement ignore thread
15300         
15301 2001-10-18 [hoa]        0.6.3claws23
15302
15303         * src/folderview.c
15304         * src/grouplistdialog.[ch]
15305                 enhanced news subscription interface (feature 469113)
15306
15307         * src/news.c
15308         * src/news.h
15309                 enchanced newsgroup listing,
15310                 now, we can get groups informations
15311                 (NNTPGroupInfo)
15312
15313 2001-10-18 [paul]       0.6.3claws22
15314
15315         * src/summaryview.c
15316                 remove comment (sync with main branch)
15317         * src/mainwindow.c
15318                 fix 'Re-edit' bug in 'Message' menu
15319
15320 2001-10-17 [christoph]  0.6.3claws21
15321
15322         * src/compose.c
15323                 ignore empty or whitespace only header lines
15324
15325 2001-10-17 [paul]       0.6.3claws20
15326
15327         * sync with sylpheed 0.6.3cvs7
15328                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15329                 2001-10-17
15330
15331 2001-10-17 [darko]
15332
15333         * src/compose.c
15334                 wrap long lines without spaces
15335                 don't wrap URLs
15336
15337 2001-10-16 [paul]
15338
15339         * po/es.po, po/nl.po, po/pt_BR.po
15340                 updated by Ricardo Mones Lastra, Alfons,
15341                 and Fabio Junior Beneditto
15342
15343         * sylpheed-0.6.3claws released
15344
15345 2001-10-15 [melvin] 0.6.3claws18
15346
15347         * README.claws
15348                 added summary and detailed installation instructions
15349                 for spell checker
15350         * po/fr.po
15351                 Updated, corrected and completed french translation
15352
15353 2001-10-15 [hoa] 0.6.3claws17
15354         * src/grouplistdialog.c
15355                 we can choose the newsgroups to display with wildcards
15356
15357 2001-10-15 [christoph]  0.6.3claws16
15358
15359         * src/account.c
15360         * src/compose.c
15361         * src/prefs_folder_item.[ch]
15362                 applied wwp <subscript@free.fr>'s folder
15363                 default account patch
15364         * po/de.po
15365                 Fixed wrong translation
15366
15367 2001-10-13 [alfons, christoph, melvin]  
15368                         0.6.3claws15
15369
15370         solution #2 to solve MT-safety problems defers all GUI related calls
15371         to the main thread using a gtk_idle_add() callback. discussed on
15372         ircnet #sylpheed, with christoph spotting some issues with the
15373         original code, and melvin allowing us to lobotomize his sylpheed.
15374
15375         * src/syldap.[ch], src/main.c
15376                 fix race problem in ldap search thread by deferring GUI 
15377                 stuff to main thread using gtk_idle_add()
15378
15379 2001-10-13 [paul]       0.6.3claws14
15380
15381         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15382                 add Sergey's smtpcred.patch
15383                 adds separate username/password setting for SMTP Auth
15384                 needed by some servers
15385                 (closes feature request #471659)
15386
15387 2001-10-13 [paul]       0.6.3claws13
15388
15389         * src/pgptext.[ch] **NEW FILES**
15390         * src/Makefile.am, src/messageview.c, src/mimeview.c
15391                 decrypt ascii-armored gpg text embedded in
15392                 the message body.
15393                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15394
15395 2001-10-13 [christoph]  0.6.3claws12
15396
15397         * README.claws
15398                 some more details on default to and
15399                 feature requests
15400         * src/main.c
15401                 init glib threading when ldap is used
15402         * src/syldap.c
15403                 threading fixes
15404         * po/de.po
15405                 fixed a typo
15406
15407 2001-10-12 [paul]       0.6.3claws11
15408
15409         * src/prefs_common.[ch], src/rfc2015.c
15410                 enable ascii-armored gpg text to be embedded in the
15411                 message body, selectable through the 'Privacy'
15412                 preferences. Supports encrypting only.
15413                 Submitted by Ravemax <ravemax@dextrose.com>
15414
15415 2001-10-12 [paul]       0.6.3claws10
15416
15417         * sync with sylpheed 0.6.3cvs6
15418                 see ChangeLog entries 2001-10-11 and 2001-11-12
15419
15420         * src/folderview.c
15421                 incorporated mbox folders, scoring, and folder
15422                 properties into the sync
15423
15424 2001-10-12 [darko]      0.6.3claws9
15425
15426         * README.claws
15427                 describe quotation wrapping
15428         * src/compose.c
15429                 don't treat tab as space to calculate line length properly
15430
15431 2001-10-11 [alfons]
15432
15433         * README.claws
15434                 correct description of how to make new filtering system work,
15435                 add some other things
15436                 
15437         * src/syldap.c
15438                 remove sched_yield() (not necessary / unportable)
15439
15440 2001-10-11 [paul]       0.6.3claws8
15441
15442         * sync with sylpheed 0.6.3cvs3
15443                 see ChangeLog entry 2001-10-10
15444
15445 2001-10-10 [christoph]  0.6.3claws7
15446
15447         * .cvsignore
15448                 ignore 2 files created by newer autotools
15449         * src/prefs_folder_item.c
15450                 using table for widget alignment
15451                 fixed memory leak and broken octal display
15452         * src/filesel.c
15453                 fixed segfault caused by lost filename
15454                 workaround (closes bug #469551)
15455
15456 2001-10-10 [paul]       0.6.3claws6
15457
15458         * sync with sylpheed 0.6.3cvs2
15459                 see ChangeLog entries 2001-10-09 and 2001-10-10
15460
15461 2001-10-10 [darko]      0.6.3.claws5
15462
15463         * src/gtkstext.c
15464                 proper calculation of right margin if smart wrapping is enabled
15465         * src/compose.c
15466                 automatically wrap long lines if wrap quotation is enabled
15467
15468 2001-10-09 [alfons]     0.6.3.claws4
15469
15470         * src/summaryview.c
15471                 select correct row when deleting last row in the summary view (and
15472                 close bug "[ #469104 ] select second last in list when deleting")
15473
15474 2001-10-09 [paul]       0.6.3claws3
15475
15476         * sync with sylpheed 0.6.3cvs1
15477                 updated some autotool scripts
15478
15479 2001-10-09 [darko]      0.6.3claws2
15480
15481         * src/gtkstext.[ch]
15482                 new name and mark with Sylpheed comment
15483         * src/compose.c
15484                 smart quotation wrapping a-la VIM
15485
15486 2001-10-08 [paul]       0.6.3claws1
15487
15488         * sync with sylpheed 0.6.3 release
15489                 see ChangeLog entry 2001-10-08
15490
15491 2001-10-08 [paul]       0.6.2claws24
15492
15493         * src/summaryview.c
15494                 more sync with sylpheed 0.6.2cvs12
15495                 Fixed the bug that didn't select the last row correctly
15496
15497
15498 2001-10-07 [paul]       0.6.2claws23
15499
15500         * sync with sylpheed 0.6.2cvs12
15501                 see ChangeLog entry 2001-10-07
15502
15503 2001-10-06 [match]
15504         * src/jpilot.[ch]
15505                 enable jpilot to read unsynch'ed addresses.
15506
15507         * src/editldap_basedn.c
15508                 fix segfault when opening dialog.
15509
15510 2001-10-06 [alfons]     0.6.2.claws22
15511
15512         * src/summaryview.c
15513                 fix bug with summary view selecting last *inserted*
15514                 node instead of last *visible* node. remember we
15515                 work with a tree
15516
15517 2001-10-06 [paul]       0.6.2claws21
15518
15519         * po/pt_BR.po
15520                 updated translation, contains some fixes and new
15521                 translations, submitted by Gustavo Noronha Silva
15522                 <kov@debian.org>
15523
15524         * src/prefs_common.c
15525                 change 'each' to 'every' - fix dubious English
15526
15527         * sync with sylpheed 0.6.2cvs11
15528
15529 2001-10-05 [alfons]     0.6.2claws20
15530
15531         * src/mainwindow.[ch], src/folderview.c
15532                 make composite tool button switch between "Compose News"
15533                 and "Compose Mail" depending on selected folder
15534                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15535
15536 2001-10-05 [paul]       0.6.2claws19
15537
15538         * src/mainwindow.c, src/summaryview.c
15539                 fix 'Message/Reply to all', broken in last commit
15540
15541         * src/compose.c
15542                 fix X_BEENTHERE seg fault, thanks to Alfons
15543
15544 2001-10-04 [paul]       0.6.2claws18
15545
15546         * src/compose.[ch], src/mainwindow.c
15547                 make "Message/Reply" reply to mailing lists; matches
15548                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15549                 based on portions of the patch submitted by
15550                 Junichi Uekawa <dancer@netfort.gr.jp>
15551
15552 2001-10-04 [darko]      0.6.2claws17
15553
15554         * src/compose.c
15555                 better smart wrapping
15556         * src/gtkstext.[hc]
15557                 a function to make text buffer contiguous
15558
15559 2001-10-03 [paul]       0.6.2claws16
15560
15561         * sync with sylpheed 0.6.2cvs10
15562
15563 2001-10-02 [alfons]
15564
15565         * configure.in
15566         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15567                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15568                 references to chinese translations (hope someone picks up
15569                 this)
15570
15571 2001-10-02 [christoph]  0.6.2claws15
15572
15573         * src/compose.c
15574                 fixed non translated header bug
15575         * ChangeLog.claws
15576                 fixed wrong date in alfons last entry ;)
15577
15578 2001-10-02 [alfons]     0.6.2claws14
15579
15580         * src/compose.c, src/prefs_common.[ch]
15581                 add block cursor option
15582
15583 2001-10-02 [paul]       0.6.2claws13
15584
15585         * sync with sylpheed 0.6.2cvs9
15586
15587 2001-09-30 [paul]       0.6.2claws12
15588
15589         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15590                 updated translations
15591
15592         * po/POTFILES.in
15593                 add 'src/importldif.c'
15594
15595         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15596                 added eudora-to-vCard conversion tool
15597                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15598
15599         * sync with sylpheed 0.6.2cvs8
15600
15601 2001-09-30 [paul]
15602
15603         * sylpheed-0.6.2claws released
15604
15605 2001-09-27 [melvin]     0.6.2claws11
15606
15607         * src/gtkspell.c
15608                 fixed crash when using default path (introduced 
15609                 in 0.6.2claws10)
15610                 fixed tiny bug for initial suggestion mode
15611
15612 2001-09-27 [melvin]     0.6.2claws10
15613         
15614         * src/gtkspell.c
15615                 fixed bug where gtkpspell didn't set the path correctly
15616
15617         * README.claws
15618                 added a paragraph about spell checking
15619                 
15620
15621
15622 2001-09-27 [paul]       0.6.2claws9
15623
15624         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15625                 replace '// comments' with '/* comments */' to prevent
15626                 some compiler warnings 
15627
15628         * sync with sylpheed 0.6.2cvs6
15629
15630 2001-09-26 [alfons]     0.6.2claws8
15631
15632         * src/messageview.c
15633                 introduce return receipt request notification again,
15634                 which was lost because of other semantics in 
15635                 procheader_parse() (???)
15636
15637 2001-09-26 [christoph]  0.6.2claws7
15638
15639         * src/compose.c
15640                 replace comments for old code with #if 0
15641                 readded auto cc, bcc and reply-to
15642         * src/prefs_matcher.c
15643         * src/prefs_scoring.c
15644                 removed some definition (was moved to
15645                 prefs.h)
15646
15647 2001-09-26 [paul]       0.6.2claws6
15648
15649         * src/mainwindow.c
15650                 make 'Follow-up and reply to' sensitive
15651
15652         * more sync with sylpheed 0.6.2cvs5
15653
15654 2001-09-25 [melvin]
15655
15656         * 0.6.2claws5
15657
15658         * src/gtkspell.c
15659                 fixed bug for "US-ASCII" introduced by the encoding code
15660
15661 2001-09-25 [paul]
15662
15663         * 0.6.2claws4
15664
15665         * src/prefs_common.[ch], src/summaryview.c
15666                 'next unread msg' 'go to next folder?' dialog can be
15667                 given default behaviour, either always show dialog,
15668                 or assume 'yes', or assume 'no'
15669                 Submitted by wwp <subscript@free.fr>
15670
15671 2001-09-25 [melvin]
15672                 
15673         * src/compose.c src/gtkspell.[ch]
15674                 added support for different encodings
15675
15676 2001-09-25 [paul]
15677
15678         * more sync with sylpheed 0.6.2cvs5
15679
15680 2001-09-24 [alfons]
15681         
15682         * src/prefs_folder_item.c
15683                 add check for item->prefs->default_to string is NULL and
15684                 add another check when freeing this string
15685
15686 2001-09-24 [paul]
15687
15688         * configure.in
15689                 change to version 0.6.2claws3
15690
15691         * sync with sylpheed 0.6.2cvs5 
15692
15693 2001-09-24 [match]
15694         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15695                 import LDIF files.
15696         * src/addrcache.[ch], addrindex.[ch]
15697                 small update for future
15698         * src/addrbook.c
15699                 fix test XML file.
15700
15701 2001-09-24 [melvin]
15702         * src/gtkspell.[ch]
15703                 added 'Learn from mistakes' option
15704                 better handling of quotes in checked words
15705                 sorted dict list
15706         * po/fr.po
15707                 small update for spell checking stuff
15708
15709 2001-09-23 [alfons]
15710         
15711         * src/gtkspell.c
15712                 edit a little bit so it complies more with main coding style
15713
15714 2001-09-23 [alfons]
15715
15716         * src/folder.[ch], prefs_folder_item.c, compose.c
15717                 migrate "request return receipt" folder property
15718                 to folderlist.xml
15719
15720 2001-09-22 [alfons]
15721
15722         * README.claws **NEW**
15723                 (add things of interest for users of main branch 
15724                 and claws here)
15725
15726         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15727                 re-implement threading per folder option, but store 
15728                 the setting in folderlist.xml (where it belongs)
15729
15730 2001-09-21 [melvin]
15731
15732         * src/gtkspell.[ch]
15733                 fixed bug when compose window is under another window
15734         * src/prefs_common.[ch] src/compose.c
15735                 changed 'dictionary_path' to 'dictionary' to be consistent
15736                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15737         * ac/pspell.m4 src/Makefile.am 
15738                 dropped PSPELL_PATH macro
15739         * po/fr.po
15740                 updated translations
15741
15742 2001-09-21 [christoph]
15743
15744         * src/compose.c
15745                 added border around header fields
15746                 keep header type when new field is added
15747
15748 2001-09-20 [christoph]
15749
15750         * src/utils.[ch]
15751                 more portable debug_print with source filename
15752                 and linenumber
15753         * src/procmsg.c
15754                 more newlines after debug messages
15755
15756 2001-09-20 [paul]
15757
15758         * configure.in
15759                 change to version 0.6.2claws2
15760
15761         * sync with sylpheed 0.6.2cvs3
15762
15763 2001-09-19 [melvin]
15764
15765         * src/gtkspell.c
15766                 fixed the post-right-click focus pb
15767                 fixed crash when 'Spell check all' after dict change 
15768                         and when cursor is at the end of the text
15769                 shift-right-click pops up config menu even on misspelled words.
15770         * po/POTFILES.in
15771                 added gtkspell.c
15772
15773 2001-09-19 [melvin]
15774
15775         * src/about.c
15776                 added pspell to compiled-in features list
15777
15778 2001-09-18 [melvin]
15779
15780         * switched to pspell and dropped ispell
15781         * ac/pspell.m4
15782                 new file. autoconf macro for pspell
15783         * ac/Makefile.am 
15784         * configure.in acconfig.h
15785                 added pspell support
15786         * src/Makefile.am
15787         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15788         * src/prefs_common.[ch] 
15789                 added pspell support
15790
15791 2001-09-18 [christoph]
15792
15793         * src/addr_compl.c
15794         * src/template.[ch]
15795                 replace LOG_MESSAGE with debug_print
15796         * src/compose.[ch]
15797                 gui improvements
15798         * src/menu.c
15799                 added newline after debug message
15800         * src/utils.h
15801                 using __VA_ARGS__ for debug_print macro
15802         * tools/.cvsignore
15803                 ignore Makefile and Makefile.in
15804
15805 2001-09-18 [paul]
15806
15807         * configure.in
15808                 change to version 0.6.2claws1
15809         * sync with sylpheed 0.6.2cvs1
15810
15811         * src/matcher.c 
15812         * src/prefs_matcher.c
15813                 add 'score equal to' option, submitted by
15814                 Paul Evans <nerd@freeuk.com>
15815
15816 2001-09-15 [christoph]
15817
15818         * src/mainwindow.c
15819                 comment out menu entry not existing in claws
15820         * src/menu.c
15821                 add debug output for non existing menu entries
15822         * src/summaryview.c
15823                 fix next/prev unread message for ignored threads
15824         * src/utils.[ch]
15825                 add sourcefile and line number to debug output
15826                 otherwise it is sometimes hard to find the
15827                 source code part if debug messages are translated
15828
15829 2001-09-14 [darko]
15830         
15831         * src/folderview.c
15832                 refresh target folder style after colour is changed
15833
15834 2001-09-13 [paul]
15835
15836         * configure.in
15837                 change to version 0.6.1claws3
15838
15839         * sync with sylpheed 0.6.1cvs6
15840
15841 2001-09-13 [darko]
15842         
15843         * src/folderview.c
15844                 fix target folder colourization to use user selected colour
15845
15846 2001-09-12 [darko]
15847         
15848         * src/summaryview.c
15849                 fix crash when message that is marked for copy/move is unmarked
15850
15851 2001-09-09 [paul]
15852
15853         * configure.in
15854                 change to version 0.6.1claws2
15855
15856         * sync with sylpheed 0.6.1cvs3
15857
15858 2001-09-09 [alfons]
15859         
15860         * src/folderview.c
15861                 fix bug with default font used for trash folder text
15862
15863 2001-09-06 [paul]
15864
15865         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15866                 updated translations
15867
15868         * configure.in
15869                 change to version 0.6.1claws1
15870
15871         * sync with sylpheed 0.6.1cvs2
15872
15873 2001-09-03 [paul]
15874
15875         * po/POTFILES.in
15876                 add Match's new addressbook
15877
15878         * po/de.po
15879                 updated translation submitted by Jens Oberender
15880
15881 2001-09-02 [paul]
15882
15883         * configure.in
15884                 change to 0.6.1claws
15885         * sync with sylpheed 0.6.1 release
15886
15887 2001-09-02 [paul]
15888
15889         * configure.in
15890                 change to 0.6.0claws2
15891
15892         * sync with sylpheed 0.6.0cvs4
15893
15894         * po/pt_BR.po
15895                 updated translation submitted by Fabio Junior Beneditto
15896
15897 2001-09-01 [match]
15898         * pixmaps/
15899                 interface.xpm
15900                 book.xpm
15901                 address.xpm
15902         * src/
15903                 Makefile.am
15904                 a ton of new files
15905
15906 2001-08-31 [paul]
15907
15908         * configure.in
15909                 change to version 0.6.0claws1
15910
15911         * sync with sylpheed 0.6.0cvs1
15912
15913         * po/es.po
15914                 updated translation submitted by Ricardo Mones Lastra
15915
15916         * po/POTFILES.in
15917                 add 'src/prefs_templates.c'
15918
15919         * src/compose.c, src/summaryview.c
15920                 fix segfault on 'Re_edit'               
15921
15922 2001-08-30 [alfons]
15923
15924         * configure.in, Makefile.am
15925         * tools/Makefile.am
15926                 add tools directory to source distribution
15927
15928 2001-08-30 [paul]
15929
15930         * configure.in
15931                 change to version 0.6.0claws
15932
15933         * sync with sylpheed 0.6.0 release
15934
15935 2001-08-30 [christoph]
15936
15937         * configure.in
15938                 removed autoconf version check
15939
15940 2001-08-30 [paul]
15941
15942         * src/account.c, src/compose.c, src/prefs_common.[ch]
15943         * src/procheader.[ch] src/utils.[ch]
15944                 Enhanced automatic account selection on replies
15945                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15946
15947         * configure.in
15948                 add LDAP and JPilot to the configuration results output.
15949
15950 2001-08-29 [christoph]
15951
15952         * src/summeryview.c
15953                 no bold font for ignored threads
15954
15955 2001-08-29 [paul]
15956
15957         * configure.in
15958                 change to version 0.5.3claws6
15959
15960         * sync with sylpheed 0.5.3cvs10
15961                 src/stringtable.[ch]: New Files
15962
15963         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15964         * src/pixmaps/sylpheed.xpm
15965                 add mini-icons to windows (by Alfons)
15966
15967 2001-08-27 [paul]
15968
15969         * src/mainwindow.c
15970                 new functions: next_labeled_cb(), prev_labeled_cb()
15971
15972         * src/summaryview.c
15973                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15974                 summary_select_next_labeled(), summary_select_prev_labeled()
15975
15976         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15977                 give claws blue folders and a blue trash can
15978
15979 2001-08-27 [paul]
15980
15981         * configure.in
15982                 change to version 0.5.3claws5
15983
15984         * sync with sylpheed 0.5.3cvs9
15985                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15986
15987 2001-08-24 [christoph]
15988
15989         * src/filesel.c
15990                 keep filename when browsing directories
15991                 (not working for user entered filename, but
15992                  for default name and selected filename from
15993                  file list)
15994         * src/mainwindow.c
15995                 fixed wrong spelling "Folllow-up"
15996         * src/mbox_folder.c
15997         * src/procmsg.c
15998         * src/summaryview.c
15999                 fixed new/unread message count with ignored
16000                 threads (2 commits, first didn't notice no
16001                 longer needed decreasing)
16002         * src/inc.c
16003                 readded scrolling of progress dialog
16004                 (lost in sync)
16005
16006 2001-08-24 [paul]
16007
16008         * configure.in
16009                 change to 0.5.3claws4
16010
16011         * sync with sylpheed 0.5.3cvs7
16012
16013 2001-08-24 [christoph]
16014
16015         * src/compose.c
16016                 set request return receipt when replying
16017                 if it is set is the folder prefs of the
16018                 message
16019         * src/inc.c
16020                 disable final error popup if popups are
16021                 disabled in config (again)
16022
16023 2001-08-23 [paul]
16024
16025         * configure.in
16026                 Change version number to 0.5.3claws3
16027
16028         * sync with sylpheed 0.5.3cvs5
16029
16030         * src/mimeview.c
16031                 double quote '%s' in 'gedit %s' to fix bug when
16032                 opening attachment with spaces in the name
16033
16034 2001-08-22 [alte]
16035         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16036           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16037                 initial message templates support
16038
16039
16040 2001-08-22 [paul]
16041
16042         * configure.in
16043                 change version number to 0.5.3claws2
16044
16045         * sync with sylpheed 0.5.3cvs4
16046
16047         * src/procmsg.h src/summaryview.c
16048                 re-implement (un)ignore thread
16049
16050 2001-08-21 [paul]
16051
16052         * src/summaryview.c
16053                 remove unnecessary code
16054         * src/compose.c
16055                 enable 'dynamic' signatures (submitted by
16056                 Eric Limpens <eric@hscg-internet.nl>)
16057
16058 2001-08-21 [paul]
16059
16060         clean up after sync with sylpheed 0.5.3 release
16061
16062         * src/folderview.c
16063                 fix re-introduced font mess, see Christoph's
16064                 entry 2001-06-24
16065
16066         * src/summaryview.c
16067                 remove prev_msgnum
16068                 use sylpheed's small font instead of
16069                 gtk default font for summary view
16070
16071
16072 2001-08-17 [paul]
16073
16074         * configure.in
16075                 add pl to ALL_LINGUAS - sync with main branch
16076
16077         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16078                 Updated. Translations by Jens Oberender, Ricardo Mones
16079                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16080
16081         * po/pl.po  ** NEW FILE **
16082                 sync with the main branch
16083
16084         * src/folderview.c
16085                 fix target folder colorizing and refresh problem
16086
16087
16088 2001-08-17 [christoph]
16089
16090         * src/mainwindow.c
16091                 claws uses 4 colors for target folder coloring.
16092                 arrays were not long enough and destroyed the
16093                 stack causing a segfault.
16094                 target folder colorizing does not work anymore
16095                 for me
16096
16097 2001-08-16 [paul]
16098
16099         * configure.in
16100                 change to version 0.5.3claws1
16101
16102         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16103           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16104           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16105
16106                 sync with sylpheed 0.5.3 release, but keep claws method of
16107                 configuring/saving fonts
16108
16109         * src/addressbook.[ch]
16110                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16111                 in line with a similar change in Hiroyuki's branch
16112
16113         * src/mainwindow.[ch]
16114                 disable main_window_set_thread_option()
16115         * src/prefs_folder_item.c
16116                 comment out &tmps_prefs.enable_thread,
16117         * src/mbox_folder.c, src/procmsg.[ch]
16118                 comment out MSG_IS_IGNORE_THREAD
16119         * src/summaryview.c
16120                 comment out summary_ignore_thread() and summary_unignore_thread()
16121                 comment out MSG_IS_IGNORE_THREAD
16122
16123                 use Hiroyuki's threading instead.
16124
16125
16126
16127 2001-08-15 [paul]
16128
16129         * src/account.c
16130                 use Hiroyuki's 0.5.3 column scheme but also
16131                 include the enable/disable button.
16132         * src/pixmaps/mark.xpm
16133                 add Hiroyuki's amended pixmap
16134
16135 2001-08-13 [christoph]
16136
16137         * src/account.c
16138                 receive at get all column showed wrong state for APOP
16139                 button should only work for POP3 and APOP accounts
16140         * src/prefs_account.c
16141                 added missing preprocessor statement for SSL
16142
16143 2001-08-12 [paul]
16144
16145         * src/account.[ch]
16146                 add 'receive at get all' column and enable/disable
16147                 button.
16148
16149 2001-08-06 [christoph]
16150
16151         * src/account.c
16152                 show usage of SSL in protocol column
16153
16154         * src/imap.c
16155         * src/inc.c
16156                 renamed ssl options
16157
16158         * src/prefs_account.[ch]
16159                 moved ssl options to a new page
16160
16161         * src/send.c
16162         * src/smtp.c
16163         * src/ssl.[ch]
16164                 renamed ssl options
16165                 added support for SMTP STARTTLS command
16166
16167 2001-08-05 [christoph]
16168
16169         * configure.in
16170                 debian autoconf needs version check to find
16171                 correct autoconf version. if the file is
16172                 named configure.in 2.13 is used, which does
16173                 not work with this configure.in script.
16174                 other solution would be to rename the script
16175                 to configure.ac as suggested in the autoconf
16176                 manual.
16177
16178         * src/inc.c
16179                 disable final error popup if popups are
16180                 diabled in config
16181
16182         * src/socket.c
16183                 bugfix in ssl_gets
16184                 fixes IMAP over SSL problem
16185
16186 2001-08-03 [paul]
16187
16188         * configure.in
16189                 change to 0.5.2claws1
16190
16191         * sync with sylpheed 0.5.2cvs1
16192
16193 2001-08-02 [alfons]
16194
16195         * configure.in
16196                 quick fix for ispell detection...
16197
16198 2001-08-01 [paul]
16199
16200         * configure.in
16201                 change to 0.5.1claws4
16202
16203         * sync with sylpheed 0.5.1cvs7
16204
16205 2001-07-31 [alfons]
16206
16207         * src/prefs_common.c, src/prefs_common.h, 
16208           src/gtkspell.c, src/gtkspell.h
16209                 add global spelling checker settings (compose tab) +
16210                 selection of dictionary 
16211           
16212         * configure.in  
16213                 guess valid ispell location
16214
16215 2001-07-31 [paul]
16216
16217         * po/POTFILES.in
16218                 removal of 'src/quote_fmt_parse.c'
16219         * po/de.po
16220                 Updated de.po
16221                 (submitted by Jens Oberender <didge@suse.de>)
16222
16223 2001-07-31 [darko]
16224
16225         * src/folder.[ch]
16226         * src/folderview.[ch]
16227         * src/mainwindow.c
16228         * src/mh.c
16229         * src/prefs_common.[ch]
16230         * src/summaryview.c
16231                 target folder colourization
16232
16233 2001-07-30 [paul]
16234
16235         more sync with Sylpheed 0.5.1cvs6 
16236
16237 2001-07-30 [darko]
16238
16239         * src/mh.c
16240         * src/prefs_folder_item.[hc]
16241         * src/summaryview.c
16242                 shared folders support with a GUI
16243
16244 2001-07-29 [paul]
16245
16246         0.5.1claws3
16247
16248         * sync with Sylpheed 0.5.1cvs6
16249
16250 2001-07-29 [paul]
16251
16252         * po/pt_BR.po
16253                 updated
16254                 (submitted by Fabio Junior Beneditto)
16255
16256 2001-07-28 [paul]
16257
16258         * src/procmime.c
16259         * AUTHORS
16260                 patch to correct bad image mime headers
16261                 (submitted by Don Quijote <dq@searchlores.org>)
16262
16263 2001-07-28 [paul]
16264
16265         * tools/gif2xface.pl   **NEW FILE**
16266         * tools/README
16267                 script to convert file.gif to file.xface for
16268                 use in a custom header.
16269                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16270
16271 2001-07-27 [alfons]
16272         
16273         * configure.in
16274                 change macros for detecting JPilot and LDAP
16275
16276 2001-07-27 [christoph]
16277
16278         * src/filtering.c
16279                 code cleanup (MIN / MAX warning, needed casting)
16280
16281 2001-07-27 [alfons]
16282
16283         * procheader.c
16284                 disallow setting flags when detecting certain headers
16285                 (X-Status, Status, Seen, X-Seen). 
16286         
16287         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16288
16289 2001-07-27 [christoph]
16290
16291         * src/prefs_filter.c
16292         * src/prefs_filtering.c
16293         * src/prefs_matcher.c
16294         * src/prefs_scoring.c
16295                 scroll list when moving rows up or down
16296
16297         * src/imap.c
16298         * src/imap.h
16299         * src/prefs_account.c
16300         * src/prefs_account.h
16301         * src/send.c
16302                 SMTP over SSL (untested, feedback requested)
16303                 IMAP over SSL
16304
16305         * src/ssl.c
16306                 code cleanup
16307
16308 2001-07-26 [alfons]
16309         
16310         * configure.in, acconfig.h
16311                 define CLAWS (need this for main / claws detection)
16312
16313 2001-07-25 [alfons]
16314
16315         * configure.in
16316                 Sylpheed 0.5.1claws2
16317                 
16318         * sync with Sylpheed 0.5.1cvs4
16319
16320 2001-07-25 [christoph]
16321
16322         * src/scoring.c
16323                 fixed segfault
16324                 item->prefs == NULL (don't know why)
16325
16326 2001-07-25 [alfons]
16327
16328         * configure.in
16329                 Sylpheed 0.5.1claws1
16330
16331         * sync with Sylpheed 0.5.1cvs1-3
16332
16333 2001-07-24 [christoph]
16334
16335         * src/folderview.c
16336         * src/prefs_folder_item.[ch]
16337                 added folderitem preferences dialog with
16338                 default To: and auto request return receipt
16339
16340         * src/compose.[ch]
16341         * src/menu.[ch]
16342                 changes to handle new folderitem preferences
16343
16344         * src/mainwindow.c
16345         * src/summaryview.c
16346                 call compose new mail with current folderitem
16347
16348 2001-07-24 [alfons]
16349
16350         Release Sylpheed 0.5.1claws
16351
16352         * configure.in
16353                 change to release version 0.5.1claws
16354
16355 2001-07-24 [christoph]
16356
16357         * src/summaryview.c
16358                 fixed segfault that happend when the selected
16359                 message was removed while retrieving new messages.
16360
16361         * po/es.po
16362                 updated translation
16363                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16364
16365 2001-07-22 [alfons]
16366
16367         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16368         this is a work in progress, for more information: http://nlpagan.net/sylman 
16369         
16370         * configure.in, src/mainwindow.c, manual/Makefile.am
16371                 add support for English manual
16372
16373         * AUTHORS
16374                 add authors of user manuals
16375
16376         * manual/en/sylpheed*.html
16377                 add English documentation
16378
16379 2001-07-22 [christoph]
16380
16381         * po/POTFILES.in
16382                 added src/ssl.c
16383         * src/ssl.c
16384                 changed a wrong debug message
16385
16386 2001-07-22 [alfons]
16387
16388         * po/nl.po
16389                 update Dutch translation
16390
16391         * src/prefs_filtering.c, 
16392           src/prefs_matcher.c
16393                 add more translatable strings           
16394
16395 2001-07-21 [alfons]
16396
16397         0.5.0claws7
16398
16399         * configure.in
16400                 change version
16401
16402         * src/inc.c, src/summaryview.[ch]
16403                 prevent update of mark file when filtering has done, by
16404                 using a variable; this affects two functions:
16405                         inc.c::inc_finished()
16406                         summaryview.c::summary_show()
16407
16408 2001-07-20 [alfons]
16409
16410         * src/filtering.[ch], src/prefs_filtering.c, 
16411           src/matcher.[ch]
16412                 add filtering action for label coloring 
16413
16414         * po/POTFILES.in
16415                 add labelcolors.c
16416
16417         * added src/labelcolors.c
16418         * added src/labelcolors.h
16419         * src/Makefile.am, src/summaryview.c
16420                 rearrange label coloring code
16421
16422         * src/procmsg.h
16423                 add more parentheses so label colouring works correctly
16424
16425         * src/filtering.c
16426                 don't really delete message, but move it to Trash
16427
16428         * src/prefs_matcher.c
16429                 add quote options to info dialog
16430
16431 2001-07-20 [christoph]
16432
16433         * src/Makefile.am
16434         * src/inc.c
16435         * src/main.[ch]
16436         * src/socket.h
16437         * src/ssl.[ch] (new)
16438                 moved ssl stuff to a seperate file
16439
16440 2001-07-20 [darko]
16441
16442         * src/summaryview.c
16443                 fix show sender using address book with no e-mail
16444                 address in From: field
16445
16446 2001-07-19 [alfons]
16447
16448         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16449                 fix messy handling of escaping... now at least the
16450                 execute command is useful. escape char is '\', we
16451                 accept \n and \r too. 
16452
16453                 Real life example:
16454                 
16455                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16456                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16457
16458 2001-07-18 [alfons]
16459
16460         0.5.0claws6
16461
16462         * src/summaryview.c
16463                 clean up
16464
16465         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16466           src/procmsg.[ch]
16467                 revise filtering; currently move, copy, marking have
16468                 been tested. if you like bleeding edge stuff, you
16469                 should definitely go for this version :)
16470
16471         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16472
16473 2001-07-17 [christoph]
16474
16475         * src/utils.c
16476                 timestamp log
16477
16478 2001-07-17 [alfons]
16479
16480         0.5.0claws5
16481
16482         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16483           bits in the mark file, without affecting either branch. Lots of
16484           files changed, also in claws branch.
16485
16486           UNTESTED: use of mbox folders
16487
16488         * src/summaryview.c
16489                 added mark all read; however this was a quick hack used for
16490                 cleaning up mess after initial merge with Hiroyuki
16491
16492         * configure.in
16493                 change claws version number back to 0.5.0claws5 to clear up 
16494                 confusion & pretension (recent release was technically 
16495                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16496
16497 2001-07-16 [alfons]
16498
16499         sync with Hiroyuki's 0.5.0cvs4
16500
16501 2001-07-16 [alfons]
16502
16503         0.5.1claws3
16504
16505         * src/filtering.[ch]
16506                 remove invalid updating of mark files for 
16507                 filter actions MATCHING_ACTION_MOVE and 
16508                 MATCHING_ACTION_DELETE; this should fix the
16509                 folder update bug
16510                 
16511         * src/procmsg.c
16512                 revert Christoph's stab at fixing the folder 
16513                 update bug
16514
16515         * po/POTFILES.in
16516                 add missing files with translatable strings
16517
16518         * src/summaryview.c
16519                 remove debug print
16520
16521 2001-07-15 [alfons]
16522
16523         * src/addr_compl.[ch], src/prefs_filtering.c
16524                 make "filtering pref dialog's destination entry" an
16525                 "address completable entry", if filter destination is 
16526                 an email address
16527
16528         0.5.1claws2
16529         
16530         sync with Hiroyuki's 0.5.0cvs2-3
16531
16532 2001-07-15 [christoph]
16533
16534         * src/procmsg.c
16535                 fixed folder stats update after incorporation
16536
16537 2001-07-15 [alfons]
16538
16539         * src/summaryview.c
16540                 * finish label colouring stuff (for now)
16541                 * fix incorrect colour bug (off by one) 
16542
16543 2001-07-14 [alfons]
16544
16545         * src/mainwindow.c
16546                 change text labels for news and mail message so there's
16547                 plenty of toolbar estate left
16548
16549         * configure.in
16550                 0.5.1claws1
16551
16552         * src/folderview.c
16553           src/folder.[ch]
16554                 sync with Hiroyuki's 0.5.0cvs1
16555
16556         * src/summaryview.c
16557                 more rewrite label colouring
16558
16559 2001-07-14 [alfons]
16560
16561         * src/summaryview.[ch]
16562                 * start rewrite label colouring 
16563                 * fix proper location "Add Sender To Addressbook" menu item
16564
16565 2001-07-13
16566
16567         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16568         (actually this is 0.5.0claws4)
16569
16570 2001-07-13 [alfons]
16571
16572         * po/pt_BR.po
16573                 * fix duplicate message
16574                 * add updated Portugese / Brazilian translation
16575                   submitted by Fabio Junior Beneditto
16576
16577 2001-07-12 [alfons]
16578
16579         * AUTHORS
16580                 add Jens
16581
16582         * po/nl.po
16583                 add updated Dutch translation
16584
16585         * po/de.po
16586                 add updated German translation submitted by Jens
16587
16588 2001-07-11 [alfons]
16589
16590         Prerelease before 0.5.0claws. Please test.
16591         This version is temporarily tagged as VERSION_0_5_0_TEST
16592
16593         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16594           src/prefs_scoring.c, src/prefs_matcher.c, 
16595           src/prefs_filtering.c, src/mbox.c, 
16596           src/main.c, src/inc.c, src/filtering.[ch]
16597                 revert new Hoa's new matcher (does not work yet)
16598
16599         * src/Makefile.am
16600                 clean up
16601
16602 2001-07-10
16603
16604         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16605
16606
16607 2001-07-10 [alfons]
16608
16609         * Makefile.am
16610                 add ChangeLog.claws to EXTRA_DIST
16611         * src/Makefile.am
16612                 add matcher_parser_parse.h to EXTRA_DIST
16613
16614 2001-07-10 [christoph]
16615
16616         * src/inc.c
16617                 add destination folder to table of
16618                 folders that need to be updated after
16619                 incorporation
16620
16621 2001-07-10 [alfons]
16622
16623         * folder.[ch]
16624           folderview.c
16625                 make collapse state of folders and folder items persistent, i.e.
16626                 if you collapse a folder tree, the next time sylpheed-claws starts 
16627                 up the folder tree remains collapsed.  
16628                 
16629 2001-07-10 [christoph]
16630
16631         * acconfig.h
16632         * configure.in
16633                 added --enable-ssl
16634         * src/md5.[ch]
16635                 renamed MD5_CTX to MD5_CTX_syl
16636                 conflicts with a struct in openssl
16637         * src/inc.c
16638         * src/main.[ch]
16639         * src/prefs_account.[ch]
16640         * src/socket.[ch]
16641                 SSL support for POP
16642         * src/mainwindow.c
16643                 fixed compose with current account
16644                 broken by new compose button stuff
16645
16646 2001-07-09 [hoa]
16647
16648         * AUTHORS
16649                 changed my email address
16650
16651         * src/matcher_parser_parse.y
16652                 clean the parser to remove conflicts
16653
16654 2001-07-09 [alfons]
16655
16656         * AUTHORS
16657                 add Match Grun
16658
16659         * configure.in
16660                 fix incorrect description of --enable-ldap parameter
16661
16662         * src/prefs_common.[ch]
16663           src/compose.c
16664                 add experimental option "smart wrapping" which makes the
16665                 compose editor auto wrap.
16666                 
16667                 | TODO: the problem with the buggy cursor handling is caused |
16668                 | by the GtkText. when deleting / backspacing text its       |
16669                 | wrapping algorithm does not take in account the previous   |
16670                 | line. should find a way to hack this in.                   |
16671                 | or should perhaps combine this with the word wrapping      |
16672                 | patch i wrote in january.                                  |
16673
16674         * src/about.c
16675                 show build parameters for LDAP and JPilot
16676
16677         * src/summaryview.c
16678                 revert Christoph's bugfix for selecting next unread message, 
16679                 because folder stats aren't updated correctly
16680
16681 2001-07-08 [hoa]
16682
16683         * src/filtering.c
16684         * src/mainwindow.c
16685         * src/matcher.c
16686         * src/matcher_parser_lex.l
16687         * src/matcher_parser_parse.y
16688         * src/prefs_filtering.c
16689         * src/prefs_scoring.c
16690         * src/scoring.c
16691                 bugfix of the config file parser
16692
16693 2001-07-08 [alfons]
16694
16695         * src/Makefile.am
16696                 added generated matcher sources to BUILT_SOURCES
16697
16698 2001-07-08 [hoa]
16699
16700         * src/Makefile.am
16701         * src/.cvsignore
16702                 added new config file parser
16703
16704         * src/scoring.[ch]
16705         * src/filtering.[ch]
16706         * src/matcher.[ch]
16707         * src/prefs_filtering.c
16708         * src/prefs_matcher.c
16709         * src/prefs_scoring.c
16710         * added src/matcher_parser.h
16711         * added src/matcher_parser_lex.h
16712         * added src/matcher_parser_lex.l
16713         * added src/matcher_parser_parse.y
16714                 lex & yacc config file parser
16715
16716         * src/mbox.c
16717         * src/inc.c
16718         * src/main.c
16719                 changes prefs_filtering into global_filtering           
16720
16721         * src/summaryview.c
16722                 build threads with subjects only if "Re: " is at the
16723                 beginning of the subject
16724
16725 2001-07-07 [paul]
16726
16727         0.5.0claws
16728
16729         sync with sylpheed 0.5.0
16730                 change of version number only
16731
16732 2001-07-06 [paul]
16733
16734         0.5.0claws5
16735
16736         sync with sylpheed 0.5.0pre5
16737
16738 2001-07-05 [paul]
16739
16740         sync with sylpheed 0.5.0pre4 release
16741                 /po and /manual/ja not sync'ed
16742
16743 2001-07-04 [paul]
16744
16745         more sync with sylpheed 0.5.0pre4
16746
16747 2001-07-03 [christoph]
16748
16749         * src/addressbook.c
16750                 fixed address book broken by address book
16751                 for VCard, JPilot, LDAP
16752
16753 2001-07-03 [alfons]
16754
16755         * src/matcher.c
16756         * src/textview.c
16757                 stopped memory leaks
16758
16759 2001-07-03 [paul]
16760
16761         more sync with sylpheed 0.5.0pre4
16762
16763 2001-07-02 [match]
16764
16765         * included address book patch for VCard, JPilot, LDAP
16766         * pref_common.c - fixed Font options on Display tab (cosmetic)
16767         * alertpanel.c - fixed truncated message
16768
16769 2001-07-02 [christoph]
16770
16771         * src/mbox_folder.c
16772         * src/procmsg.[ch]
16773         * src/summaryview.c
16774                 mark threads for ignoring
16775
16776 2001-07-02 [paul]
16777
16778         0.5.0claws4
16779
16780         * sync with sylpheed 0.5.0pre4
16781                 updated gettext to 0.10.38.
16782
16783 2001-07-01 [paul]
16784
16785         * src/ mainwindow.c
16786         * src/procmsg.h
16787         * src/summaryview.[ch]
16788                 new right-click option: Label.
16789                 substitute for 'Mark-->Mark/Unmark', colours the line.
16790                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16791
16792 2001-07-01 [christoph]
16793
16794         * src/folderview.c
16795                 fixed font for trash
16796         * src/summaryview.c
16797                 move ctree to unread message
16798
16799 2001-07-01 [paul]
16800
16801         * sync with sylpheed 0.5.0pre3 release
16802
16803 2001-06-30 [alfons]
16804
16805         * src/filesel.[ch]
16806         * src/compose.c
16807                 allow inserting / attaching multiple files in
16808                 the composer window
16809
16810 2001-06-30 [paul]
16811
16812         * src/codeconv.c
16813                 small change to Alfons' previous stuff so that it
16814                 actually makes
16815
16816 2001-06-30 [alfons]
16817
16818         * lots of files changed; first attempt to merge the changes
16819           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16820
16821 2001-06-30 [paul]
16822
16823         * po/pt_BR.po
16824                 updated and completed, translations by Fabio
16825                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16826
16827 2001-06-29 [alfons]
16828
16829         * src/compose.c
16830         * src/mimeproc.[ch]
16831                 allow selecting an attached files' mime type from a 
16832                 list of types.
16833
16834 2001-06-29 [paul]
16835
16836         * more sync with sylpheed 0.5.0pre3
16837
16838 2001-06-29 [paul]
16839
16840         * po/pt_BR.po
16841                 merge with sylpheed.pot and pt_BR.po provided by
16842                 Fabio Junior Beneditto.
16843
16844 2001-06-29 [darko]
16845
16846         * src/procmime.c
16847                 make MIME types case insensitive
16848
16849 2001-06-28 [alfons]
16850
16851         * po/nl.po
16852                 merge with sylpheed.pot and old nl.po; translations added.
16853
16854 2001-06-28 [paul]
16855
16856         * more sync with sylpheed 0.5.0pre3
16857
16858 2001-06-27 [alfons]
16859
16860         * src/summaryview.c
16861                 don't crash when removing parent node of messages
16862                 attracted by subject. this was caused by not deleting
16863                 the parent node from the subject line hash table.
16864
16865 2001-06-27 [alfons]
16866
16867         * src/summaryview.c
16868         * src/compose.[ch]
16869         * src/mainwindow.c
16870                 if there are multiple messages selected, allow forwarding
16871                 them as attachments.
16872
16873 2001-06-27 [paul]
16874
16875         * more sync with sylpheed 0.5.0pre3
16876
16877 2001-06-26 [paul]
16878
16879         0.5.0claws3
16880
16881         * sync with sylpheed 0.5.0pre3
16882
16883 2001-06-25 [paul]
16884
16885         * src/mainwindow.c
16886                 fixed 'compose news article' bug
16887                 from icon-and-text toolbar
16888
16889 2001-06-25 [paul]
16890
16891         * sync with sylpheed 0.5.0pre2 release
16892
16893 2001-06-24 [christoph]
16894
16895         * src/prefs_common.c
16896                 bug fix in font selection
16897         * src/folderview.c
16898                 use sylpheed's normal font instead of
16899                 gtk default font for folders without
16900                 new messages
16901
16902 2001-06-24 [alfons]
16903
16904         * src/mainwindow.[ch]
16905                 added composite compose mail / news button (an idea by Leandro
16906                 Pereira <leandro@linuxmag.com.br>)
16907
16908 2001-06-24 [paul]
16909
16910         Added instructions for ldif-to-xml.py
16911
16912         * tools/README
16913
16914 2001-06-23 [alfons]
16915
16916         Some minor things.
16917
16918         * src/pixmaps/stock_news_compose.xpm
16919                 added pixmap by Leandro
16920         * src/prefs_common.c
16921                 tested built-in spelling checker of GCC 3.0 :)
16922         * po/nl.po
16923                 merged dutch translation of sylpheed-main with
16924                 sylpheed.pot
16925
16926 2001-06-23 [paul]
16927
16928         Added tools directory and files.
16929
16930         * tools/filter_conv.pl
16931                 converts old filter system to new filtering system
16932         * tools/ldif-to-xml.py
16933                 converts netscape addressbook to sylpheed addressbook
16934         * tools/README
16935                 descriptions/instructions for above two files
16936
16937 2001-06-23 [christoph]
16938
16939         * src/inc.c
16940         * src/manage_window.[ch]
16941         * src/prefs_common.[ch]
16942                 mail retrieval dialog can be enabled, disabled
16943                 or hidden if non of sylpheed's windows is active
16944
16945 2001-06-22 [paul]
16946
16947         0.5.0claws2
16948
16949         * sync with sylpheed 0.5.0pre2
16950
16951 2001-06-21 [christoph]
16952
16953         * src/summaryview.c
16954                 show recipient on 'from' for all accounts
16955                 
16956         * src/inc.c
16957         * src/prefs_common.[ch]
16958                 disable error popup on mail receive errors
16959
16960 2001-06-21 [alfons]
16961
16962         * src/compose.c
16963                 made the ruler correctly appear and disappear.
16964
16965         * src/Makefile.am
16966                 removed Hoa's work-in-progress-stuff (interesting!) so 
16967                 claws compiles ok.
16968
16969 2001-06-20 [christoph]
16970
16971         * src/inc.c
16972         * src/progressdialog.c
16973                 added scrolled window for list in progressdialog
16974
16975 2001-06-20 [paul]
16976
16977         sync with sylpheed 0.5.0pre1 release
16978
16979 2001-06-20 [christoph]
16980
16981         * src/summeryview.c
16982                 make building threads by subject work when
16983                 thread view is enabled
16984                 
16985         * src/compose.c
16986         * src/prefs_common.[ch]
16987                 automatically select account for mail replys
16988
16989 2001-06-19 [sergey]
16990
16991         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16992         they are filled in from the account settings.
16993
16994 2001-06-19 [paul]
16995
16996         * more sync with sylpheed 0.5.0pre1
16997
16998 2001-06-18 [alfons]
16999
17000         * src/Makefile.am,
17001           src/procmime.c
17002                 added --sysconfdir to CPPFLAGS for pointing to the correct
17003                 location of mime.types. 
17004
17005                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17006                 or ./configure!
17007
17008 2001-06-18 [hoa]
17009
17010         * src/summaryview.c
17011                 fixed some bug when building threads
17012
17013 2001-06-18 [pau]l
17014
17015         * src/prefs_account.c
17016                 UI stuff: More changes to the English
17017
17018 2001-06-18 [paul]
17019
17020         * src/pixmaps/stock_news_compose.xpm: new file
17021         * src/Makefile.am
17022         * src/mainwindow.c
17023         * src/summaryview.c
17024                 Added new icon for Hoa's 'compose a news
17025                 message', plus minor improvements to the
17026                 English
17027
17028         * po/ja.po
17029         * ChangeLog
17030         * ChangeLog.jp
17031                 more sync with sylpheed 0.5.0pre1
17032
17033 2001-06-18 [hoa]
17034
17035         * src/compose.[ch]
17036         * src/mainwindow.c
17037                 Follow-up and reply to
17038
17039         * src/summaryview.[ch]
17040                 Build threads also with subjects
17041
17042 2001-06-17 [hoa]
17043
17044         * src/compose.c
17045                 forwarding use the current account.
17046
17047         * src/mainwindow.c
17048                 the "compose message" button has been replaced with
17049                 "new mail" and "new news" buttons
17050
17051         * src/prefs_common.[ch]
17052                 added a configuration option to use the forward button
17053                 as "forward as attachment"
17054                 changed reply and forward format description
17055
17056         * src/quote_fmt_lex.l
17057         * src/quote_fmt_parse.y
17058                 added message with no signature in format for reply
17059                 and forward.
17060
17061 2001-06-17 [paul]
17062
17063         Minor UI stuff
17064
17065         * src/mainwindow.c
17066         * src/summaryview.c
17067                 Improvements to the English
17068
17069         * src/prefs_common.c
17070                 Improvements to the English and some
17071                 clarity/continuity improvements in the
17072                 description of Quote symbols.
17073
17074 2001-06-17 [paul]
17075
17076         0.5.0claws1
17077
17078         * sync with sylpheed 0.5.0pre1
17079
17080 2001-06-17 [hoa]
17081
17082         * src/compose.c
17083                 Better interface for compose, displayed fields
17084                 are updated whenever we change account.
17085                 Newsgroups field is automatically filled.
17086
17087         * src/mainwindow.c
17088                 Newsgroups field is automatically filled.
17089
17090         * src/prefs_account.c
17091                 Some interface stuff when fields appear and
17092                 disappear.
17093
17094 2001-06-16 [paul]
17095
17096         0.4.99claws
17097
17098         * sync with sylpheed 0.4.99
17099
17100 2001-06-16 [sergey]
17101
17102         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17103         base64_decoder_free, base64_decoder_decode): new object and
17104         functions for decoding base64 streams.
17105         * src/procmime.c (procmime_decode_content): modified to use the
17106         new base64 decoder.
17107
17108 2001-06-15 [paul]
17109
17110         0.4.99claws10
17111
17112         * sync with sylpheed 0.4.99cvs11
17113
17114 2001-06-13 [paul]
17115
17116         0.4.99claws9
17117
17118         * sync with sylpheed 0.4.99cvs9
17119
17120 2001-06-13 [hoa]
17121
17122         * src/compose.c
17123         * src/prefs_account.c
17124
17125                 SMTP server can be defined in the news account
17126                 mime type of attachment are kept.
17127
17128         * src/summaryview.c
17129
17130                 now choose the highest important score between default
17131                 and important score of folder.
17132
17133 2001-06-09 [alfons]
17134         
17135         * src/prefs_common.c: 
17136
17137                 (prefs_quote_description_create): corrected description of 
17138                 quote format characters
17139
17140 2001-06-09 [paul]
17141
17142         0.4.99claws8
17143
17144         * sync with sylpheed 0.4.99cvs8
17145
17146 2001-06-08 [sergey]
17147
17148         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17149         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17150
17151 2001-06-08 [paul]
17152
17153         0.4.99claws7
17154
17155         * sync with sylpheed 0.4.99cvs7
17156
17157 2001-06-06 [sergey]
17158
17159         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17160         clashes with autogenerated header).
17161         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17162         * src/Makefile.am: added quote_fmt.h.
17163         * src/.cvsignore: added lex/yacc autogenerated files
17164         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17165
17166 2001-06-06 [paul]
17167
17168         0.4.99claws6
17169
17170         * sync with sylpheed 0.4.99cvs6
17171
17172 2001-06-06 [hoa]
17173
17174         * added src/quote_fmt_parse.h
17175         * src/compose.c
17176                 removed warnings
17177
17178         * src/prefs.[ch]
17179                 don't modify readonly configuration files
17180
17181         * src/prefs_account.c
17182         * src/prefs_common.c
17183         * src/prefs_customheader.c
17184         * src/prefs_display_header.c
17185         * src/prefs_filter.c
17186         * src/prefs_filtering.c
17187         * src/prefs_scoring.c
17188                 don't open dialog box when configuration files
17189                 are readonly
17190
17191 2001-06-05 [sergey]
17192
17193         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17194
17195         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17196         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17197         BUILT_SOURCES to make all files rebuild properly.
17198
17199         * src/compose.c: removed #include "quote_fmt.tab.h".
17200
17201         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17202         CHARACTER value in yylval.
17203
17204         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17205         receive CHARACTER value by documented means (yylval).
17206
17207         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17208
17209 2001-06-05 [hoa]
17210
17211         * src/Makefile.am
17212                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17213
17214         * src/filtering.c
17215         * src/matcher.c
17216         * src/matcher.h
17217         * src/prefs_filtering.c
17218                 now keep the configuration for execute action
17219
17220         * src/mbox_folder.c
17221                 fixed a warning
17222
17223 2001-06-05 [paul]
17224
17225         * sync with sylpheed 0.4.99cvs5
17226
17227 2001-06-05 [hoa]
17228
17229         * src/Makefile.am
17230                 added quote_fmt.[ch]
17231
17232         * added src/quote_fmt.y
17233         * added src/quote_fmt.l
17234         * added src/quote_fmt.tab.h
17235         * added src/quote_fmt.tab.c
17236         * added src/lex.quote_fmt.c
17237                 parsing configuration for replying
17238                 and forwarding
17239
17240         * src/prefs_common.[ch]
17241                 added configuration UI for replying
17242                 and forwarding
17243
17244         * src/compose.c
17245                 using configuration for replying
17246                 and forwarding
17247
17248 2001-06-04 [hoa]
17249
17250         * src/filtering.c
17251         * src/matcher.c
17252         * src/matcher.h
17253         * src/prefs_filtering.c
17254         * src/prefs_matcher.c
17255         * src/prefs_matcher.h
17256                 action "run a command" for filtering
17257                 and matching with a command.
17258                 fixed the "whole message" matching
17259
17260         * src/mbox_folder.c
17261                 changed temporary filename for security
17262
17263         * src/messageview.c
17264                 queue the notification if it fails to send.
17265
17266         * src/prefs_common.c
17267         * src/prefs_folder_item.c
17268                 changed the default important score             
17269
17270         * src/prefs_scoring.c
17271         * src/scoring.c
17272                 hide kill score input when the folder is not
17273                 a newsgroup
17274
17275 2001-06-03 [alfons]
17276
17277         * src/prefs_common.c:
17278
17279                 (prefs_font_select): pass font name in font entry box to font
17280                 selection dialog.
17281
17282 2001-06-03 [sergey]
17283
17284         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17285
17286 2001-06-03 [paul]
17287
17288         * sync with sylpheed 0.4.99cvs4
17289
17290 2001-06-03 [alfons]
17291
17292         * src/headerwindow.c:
17293
17294                 (headerwindow_show_cb): use the selected summary view item, not
17295                 the displayed item.
17296
17297 2001-06-02 [alfons]
17298
17299         * src/headerwindow.c:
17300
17301                 (headerwindow_show_cb): always try to show msginfo
17302
17303 2001-06-02 [hoa]
17304
17305         * src/compose.c
17306                 keep attached parts when reediting or forwarding.
17307
17308 2001-06-01 [hoa]
17309
17310         * src/folderview.c
17311         * src/prefs_folder_item.[ch]
17312         * src/prefs_scoring.[ch]
17313         * src/scoring.[ch]
17314         * src/summaryview.[ch]
17315         * src/main.c
17316         * src/mainwindow.c
17317         * src/prefs_common.[ch]
17318                 support for folder scoring
17319                 kill score and important score for messages
17320         
17321         * src/prefs_account.c
17322                 some display bug fixed for local account
17323                 preferences
17324
17325 2001-05-31 [alfons]
17326
17327         * src/summaryview.c:
17328
17329                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17330                 sender to address book menu item is disabled.
17331
17332 2001-05-30 [hoa]
17333
17334         * src/filtering.[ch]
17335         * src/summaryview.c
17336                 handling summary menu / filter messages
17337
17338         * src/folder.[ch]
17339                 add some stuff
17340
17341         * src/foldersel.c
17342                 imap folders now appears in list
17343
17344         * src/mbox_folder.c
17345                 doesn't crash if destination mail is not writeable
17346
17347 2001-05-29 [hoa]
17348
17349         * src/compose.c
17350                 removed some warnings
17351
17352         * src/filtering.c
17353         * src/folder.[ch]
17354         * src/prefs_filtering.c
17355                 global string to identify any folders           
17356                 removed some debug info
17357                 filtering to mbox folders is now possible
17358
17359         * src/mainwindow.c
17360                 removed some warnings
17361
17362         * src/mbox_folder.c
17363                 permission on files are changed to read/write for user only,
17364                 nothing for other.
17365                 creation of subfolder is handled better.
17366
17367 2001-05-28 [alfons]
17368
17369         Verified the sync for src/prefs_common.[ch] and
17370         src/prefs_account.[ch]. I believe there were some
17371         minor indentation differences.
17372
17373 2001-05-28 [paul]
17374
17375         0.4.99claws3
17376
17377         * sync with 0.4.99cvs3
17378
17379 2001-05-28 [hoa]
17380
17381         * src/compose.c
17382                 handling flags for mbox format
17383
17384         * src/filtering.c
17385                 use of mark file only for MH format
17386                 handling flags for mbox format
17387                 filtering cannot yet move or copy mails to mbox folders.
17388
17389         * src/folder.[ch]
17390                 changed move_msg, copy_msg,
17391                 move_msgs_with_dest, copy_msgs_with_dest functions
17392                 uses only folder->copy_msg() function
17393                 uses folder->finished_copy() to handle the destination
17394                 folder at the end of the copy or move operation.
17395
17396         * src/foldersel.c
17397                 included mbox directories.
17398
17399         * src/folderview.[ch]
17400         * src/mainwindow.c
17401                 handle folders operation for mbox format
17402
17403         * src/mbox.c
17404                 disable conversion of "From " header
17405
17406         * src/mbox_folder.[ch]
17407                 completion of mbox format handling
17408
17409         * src/mh.c
17410                 changed mh_copy_msg() function and
17411                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17412                 mh_copy_msgs_with_dest()
17413
17414         * src/prefs_filtering.c
17415                 removed some warnings
17416
17417         * src/prefs_matcher.c
17418                 default boolean operation is AND
17419
17420         * src/procheader.c
17421                 handling flags for mbox format
17422                 handling of "From " header
17423
17424         * src/procmsg.[ch]
17425                 removed data field
17426                 added MSG_REALLY_DELETED flags to handle deletion of
17427                 messages in mbox format.
17428
17429         * src/summaryview.c
17430                 handling flags for mbox format
17431                 disable the MSG_DELETED flags when messages
17432                 are deleted in mbox format
17433
17434         * src/textview.c
17435                 "From " headers display fixed.
17436
17437 2001-05-27 [alfons]
17438
17439         * src/textview.c:
17440                 
17441                 (get_email_part): skip quoted email addresses, like in e.g.
17442                 "'alfons@proteus.demon.nl'".
17443
17444 2001-05-26 [alfons]
17445
17446         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17447         and fixing the persistence troubles when using separate windows.
17448
17449         * src/mainwindow.c:
17450         
17451             Added #define SEPARATE_ACTION used in the gtk item factory for 
17452             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17453                 use gtk_item_factory_get_widget_by_action() to get the items.
17454                 
17455             Removed separate_widget_cb from the gtk item factory data   
17456           
17457             (mainwindow_create): connect separate_widget_cb() to check
17458             menu item "toggled" signal. also passing a MainWindow pointer
17459                 as object data for both check menu items.
17460                 
17461             (separate_widget_cb): definition of separate_widget_cb() to match
17462             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17463                 window using gtk_object_get_data(). The type of window separation 
17464                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17465         
17466         * src/prefs_filtering.c,
17467           src/prefs_matcher.c: added horizontal scrollbars
17468
17469 2001-05-25 [darko]
17470
17471         * src/headerview.c
17472                 fix segfault with invalid bold font
17473         * src/summaryview.c
17474                 correctly display summary stats after row is marked
17475
17476 2001-05-23 [sergey]
17477
17478         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17479         encodings with libjconv.
17480
17481 2001-05-23 [hoa]
17482
17483         * src/Makefile.am
17484                 added mbox_folder.[ch]
17485         * src/defs.h
17486                 mbox temporary folder
17487         * src/folder.[ch]
17488         * added src/mbox_folder.[ch]
17489         * src/folderview.c
17490         * src/procheader.[ch]
17491                 added mbox support
17492         * src/mbox.c
17493                 bugfix for file incorporation filtering
17494         * src/imap.c
17495                 enable creation of MBOX
17496         * src/prefs_display_header.c
17497                 enable use of headers like "From "
17498                 something that should be fixed :
17499                         displaying of such headers add an extra space
17500         * src/prefs_folder_item.c
17501                 don't create folders because it is not necessary
17502         * src/procmsg.h
17503                 added data field to MsgInfo for mbox internal use
17504         * src/summaryview.c
17505                 added some support for mbox
17506         * src/utils.[ch]
17507                 added get_mbox_cache_dir() function
17508
17509 2001-05-23 [hiroyuki]
17510
17511         * src/headerwindow.c
17512           src/inc.c
17513           src/main.c
17514           src/mh.c
17515           src/nntp.c
17516           src/procmsg.h
17517           src/session.h
17518           src/socket.[ch]
17519           src/summaryview.c
17520           src/textview.c
17521           src/automaton.c
17522           src/folderview.c: more sync with 0.4.99cvs2.
17523
17524         * src/headerwindow.c: reverted.
17525
17526 2001-05-22 [paul]
17527
17528         0.4.99claws2
17529
17530         * sync with sylpheed 0.4.99cvs2
17531                 * src/news.[ch]
17532                 * src/nntp.[ch]
17533                 * INSTALL
17534                 * INSTALL.jp
17535
17536 2001-05-22 [alfons]
17537
17538         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17539
17540 2001-05-21 [alfons]
17541
17542         Minor things:
17543
17544         * configure.in: if gnome-config not found, "no" is displayed
17545         
17546         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17547
17548         * src/textview.c: now also possible to add mail addresses by right
17549           clicking in the text view
17550
17551         * src/codeconv.c: merged patch which fixes endless loop when encountering
17552           invalid wide characters; from Alte <010@imis.ru>  
17553
17554 2001-05-20 [alfons]
17555
17556         Added installation of gnome specific things:
17557
17558         * Makefile.am: gnome conditional
17559
17560         * configure.in: check for installed gnome
17561
17562         * added sylpheed.png, sylpheed.desktop
17563
17564 2001-05-20 [sergey]
17565
17566         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17567
17568         * src/mainwindow.h (main_window_toolbar_create): created a button
17569         for "Reply to all".
17570         (main_window_set_toolbar_sensitive): enable/disable the new button
17571         appropriately.
17572         (toolbar_reply_to_author_cb): handle the new button.
17573
17574         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17575         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17576         failure).
17577
17578 2001-05-19 [sergey]
17579
17580         * src/compose.h (ComposeReplyMode): new modes
17581         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17582         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17583
17584         * src/compose.c
17585         (compose_send): move some code into a new function:
17586         (compose_current_mail_account): new function.
17587         (compose_reply): new argument to_author, all callers changed; if
17588         to_author==TRUE and account->protocol==A_NNTP, find and use an
17589         appropriate mail account for replying.
17590         (compose_reply_set_entry): new argument to_author; ignore
17591         compose->replyto if to_author==TRUE.
17592
17593         * src/mainwindow.c: new command "Message/Reply to author".
17594         (main_window_set_menu_sensitive): enable/disable it.
17595         (reply_cb): handle it.
17596
17597         * src/summaryview.c: new command "Reply to author".
17598         (summary_set_menu_sensitive): enable/disable it.
17599         (summary_reply_cb): handle it.
17600
17601         * src/account.c (account_find_mail_from_address): new function.
17602
17603 2001-05-18 [paul]
17604
17605         0.4.99claws1
17606
17607         * sync with sylpheed 0.4.99cvs1
17608
17609 2001-05-18 [hoa]
17610
17611         * src/compose.[ch]
17612         * src/filtering.c
17613         * src/summaryview.c
17614                 new filtering action : forward and forward as attachment
17615
17616         * src/main.c
17617                 no need for $DISPLAY when we run sylpheed --help
17618                 call to parse_cmd_opt() is moved
17619
17620         * src/mainwindow.[ch]
17621                 execute button is hidden when immediate execute
17622                 is chosen
17623
17624         * src/mh.c
17625         * src/news.c
17626         * src/prefs_folder_item.c
17627         * src/procmsg.c
17628                 better handling of missing directories
17629
17630         * src/summaryview.c
17631                 reedit is enabled in outbox
17632                 reedit is enabled in queue
17633
17634 2001-05-17 [hoa]
17635
17636         * src/filtering.c
17637         * src/matcher.[ch]
17638         * src/prefs_filtering.c
17639                 changed attachement into attachment
17640
17641 2001-05-17 [alfons]
17642
17643         0.4.67claws4    
17644
17645         * sync with sylpheed 0.4.67cvs9
17646         * sync with sylpheed 0.4.67cvs7-8
17647
17648 2001-05-17 [hoa]
17649
17650         * src/Makefile.am
17651                 added prefs_filtering.c
17652
17653         * src/filtering.[ch]
17654         * src/matcher.[ch]
17655                 removed action : forward_news and forward_news_as_attachement
17656                 (forward and forward_as_attachement can be used instead)
17657
17658         * src/mainwindow.c
17659                 added menu option to access filtering configuration
17660
17661         * src/prefs_account.c
17662                 changed mail_command default to /usr/sbin/sendmail
17663
17664         * added src/prefs_filtering.[ch]
17665                 dialog box for filtering configuration
17666
17667         * src/prefs_matcher.c
17668                 added function prefs_matcher_get_criteria_from_matching()
17669
17670         * src/prefs_scoring.c
17671                 reset the dialog when register or substitute is clicked
17672
17673 2001-05-15 [hoa]
17674
17675         * src/Makefile.am
17676                 added filtering.[ch]
17677         * src/inc.c
17678                 using filering.[ch] instead of filter.[ch]
17679         * src/main.c
17680                 reading new filtering configuration
17681         * src/matcher.[ch]
17682                 added some filtering actions
17683                 and fixed a bug for headers and mail body matching
17684         * src/mbox.c
17685                 using filering.[ch] instead of filter.[ch]
17686         * src/mh.c
17687                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17688         * src/summaryview.c
17689                 some fixes for filtering
17690
17691 2001-05-14 [hiroyuki]
17692
17693         * src/send.c: fixed some weird indentations.
17694           send_message_with_command(): call pclose() only if p != NULL.
17695         * src/textview.c: get_email_part(): modified the code for readability.
17696
17697 2001-05-14 [hiroyuki]
17698
17699         * src/md5global.h
17700           src/md5ify.c
17701           src/md5ify.h: removed from the cvs.
17702
17703 2001-05-13 [sergey]
17704
17705         * src/main.c: include rfc2015.h to avoid compiler warnings.
17706         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17707         the panel is already on screen.
17708         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17709         closing the alert window by ESC as "No".
17710         * src/prefs_common.c (prefs_interface_create): moved return
17711         receipt check button to the correct place.
17712
17713 2001-03-13 [alfons]
17714
17715         * src/prefs_common.c: 
17716                 moved return receipt check button to the Send tab. (prefs_send_create)
17717                 removed the date format ui related globals. (prefs_display_create)
17718
17719         0.4.67claws3
17720         
17721         * sync with sylpheed 0.4.67cvs5-6
17722
17723 2001-05-13 [paul]
17724
17725         * added Alfons' font selection patch
17726
17727         * src/defs.h
17728         * src/headerwindow.c
17729         * src/prefs_common.c
17730         * src/prefs_common.h
17731
17732 2001-05-13 [hoa]
17733         * src/defs.h
17734                 changed version of cache
17735         * src/matcher.[ch]
17736         * src/prefs_matcher.c
17737                 added additionnal matching criteria
17738         * src/procheader.c
17739         * src/procmsg.[ch]
17740         * src/news.c
17741                 added references in MsgInfo
17742
17743 2001-05-12 [hoa]
17744
17745         * src/defs.h
17746                 prepared some things for new filtering
17747         * src/matcher.[ch]
17748                 added some matching properties
17749                 inreplyto need to be enhanced
17750                 prepared some things for new filtering
17751         * src/messageview.c
17752                 added Return-Receipt-To handling
17753         * src/prefs_folder_item.c
17754                 changed default value to TRUE
17755         * src/prefs_matcher.c
17756                 added some matching properties
17757         * src/prefs_scoring.[ch]
17758                 the scoring dialog is finished
17759         * src/procheader.c
17760                 added Return-Receipt-To handling
17761                 Reference need to be added
17762         * src/procmsg.[ch]
17763                 added Return-Receipt-To handling
17764                 added threadscore to get a better score sorting when
17765                 threads are enabled
17766         * src/summaryview.c
17767                 suppressed a bug when we sort the list
17768                 when no folder is opened.
17769                 better score sorting when threads are enabled
17770
17771 2001-05-12 [alfons]
17772
17773         * reverted previous patch because of potential errors 
17774
17775         0.4.67claws2
17776         
17777         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17778                 applied "toggle mail-retrieval dialog window" patch submitted 
17779                 by Eric Limpens <eric@qnt.net>
17780
17781         * sync with sylpheed 0.4.67cvs4
17782
17783 2001-05-12 [sergey]
17784
17785         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17786         some picky compilers.
17787         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17788         * src/grouplist_dialog.c: include alertpanel.h.
17789         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17790         fix compile warning.
17791         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17792         #include "defs.h" before others to prevent the warning of `MIN'
17793         and `MAX' redefinition.
17794
17795 2001-05-11 [hoa]
17796
17797         * src/main.c
17798         * src/messageview.c
17799         * src/prefs_account.c
17800         * src/prefs_display_header.c
17801                 removed warning
17802         * src/Makefile.am
17803                 added prefs_scoring.[ch]
17804         * src/grouplist_dialog.c
17805                 display an error dialog box if the group list
17806                 cannot be fetched.
17807         * src/mainwindow.[ch]
17808                 added main_window_set_thread_option() function
17809                 scoring dialog box enabled
17810         * src/matcher.[ch]
17811                 added flags matching unread /new / marked
17812                 / deleted / replied / forwarded
17813         * src/news.c
17814                 newsgroups are now finally in newscache
17815         * src/prefs_matcher.[ch]
17816                 finished preferences for matching dialog
17817         * added src/prefs_scoring.[ch]
17818                 scoring dialog box completed
17819         * src/scoring.[ch]
17820                 conversion to string : added scoringprop_to_string()
17821                 write config for preferences :
17822                 added prefs_scoring_write_config()
17823         * src/summaryview.c
17824                 threads can be enabled/disabled independently
17825                 for each folder
17826
17827 2001-05-10 [alfons]
17828
17829         0.4.67claws1
17830         
17831         * AUTHORS: 
17832                 thought it would be nice to have a list of all
17833                 contributors (used Changelog as a reference)
17834         
17835         * configure.in: 
17836                 messed up version numbering...
17837
17838         0.4.66claws1
17839
17840         * sync with sylpheed 0.4.67cvs1-3
17841
17842 2001-05-10 [darko]
17843
17844         * src/prefs_common.c:
17845                 better UI for strftime format, double clicking
17846                 on format now inserts the format in text entry
17847                 replaced close button with standard OK/Cancel
17848                 moved date format button to the right of the
17849                 text entry field
17850
17851 2001-05-09 [alfons]
17852
17853         * src/gtkstext.c:
17854                 Ctrl-Home / Ctrl-End have proper cursor navigation
17855
17856 2001-05-09 [hoa]
17857
17858         * src/prefs_matcher.c
17859                 finished UI to define matching properties
17860                 added ok and cancel button
17861         * src/prefs_filter.c
17862                 added ok and cancel button
17863         * src/news.c
17864                 fixed some bug in xhdr parsing
17865
17866 2001-05-08 [alfons]
17867
17868         * src/textview.c: 
17869                 fixed a bug in textview_show_header(), which displayed two colons (':');
17870                 cleaned up some warnings
17871
17872 2001-05-08 [hoa]
17873
17874         * src/Makefile.am
17875                 added prefs_matcher.[ch]
17876                 compilation with -W -Wall
17877         * src/alertpanel.c
17878                 ungrab the mouse events if grabbed - does it
17879                 fix the bug for disposition notification ?
17880         * src/mainwindow.c
17881                 added a menu option to open the matching dialog.
17882         * src/matcher.[ch]
17883                 added matcherprop_to_string() and matcherlist_to_string()
17884                 fixed some bugs, changed the name of some options
17885                 age_sup and age_inf becomes age_greater and age_lower,
17886                 body and messageheaders becomes body_part and headers_part,
17887                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17888         * src/prefs_display_header.c
17889         * src/prefs_headers.c
17890                 fixed a bug that accidentally destroyed dialogs
17891                 when closed them with delete_event
17892                 Added *_deleted() which handle delete_event signal correctly.
17893         * src/prefs_folder_item.[ch]
17894                 added "enable_thread" field for future customization
17895         * added src/prefs_matcher.[ch]
17896                 sample of the UI to define matching properties
17897         * src/procheader.c
17898                 using procheader_headername_equal instead of str*cmp functions
17899                 using procheader_parse_header() function
17900         * src/scoring.c
17901                 using MATCHING_XXX instead of SCORING_XXX
17902         * src/summaryview.c
17903                 display the sender of the news even if this is ourself
17904                 when this is a news message.
17905         * src/textview.c
17906                 using headername_equal() instead of str*cmp functions
17907
17908 2001-05-08 [alfons]
17909
17910         0.4.66claws
17911
17912         * sync with sylpheed 0.4.66
17913         * src/gtkstext.c: trace logs added 
17914
17915 2001-05-08 [sergey]
17916
17917         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17918         signature check popup.
17919         * src/rfc2015.c (check_signature): show signature check popup only
17920         if it is enabled in preferences.
17921
17922 2001-05-07 [alfons]
17923
17924         0.4.66claws4
17925         
17926         * sync with sylpheed 0.4.66cvs6
17927
17928 2001-05-07 [darko]
17929
17930         * src/prefs_common.[ch]: added option to enable/disable
17931           looking up sender name in address book for summary pane
17932         * src/summaryview.c: look up sender in the address book
17933           by using Alfons' address completion code
17934
17935 2001-05-07 [hiroyuki]
17936
17937         * src/inc.h
17938           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17939           member of Pop3State.
17940         * src/news.c: brought #include "defs.h" before #include <glib.h>
17941           to prevent the warning of `MIN' and `MAX' redefinition.
17942
17943 2001-05-06 [hoa]
17944
17945         * removed src/headers_display.[ch]
17946         * removed src/prefs_display_headers.[ch]
17947         * src/inc.c
17948                 use a temporary file in the user directory for mbox import
17949         * src/news.c
17950                 added XHDR support to get "To" and "Cc" headers
17951                 (in order to match news with to or cc field for
17952                 scoring)
17953                 added function news_parse_xhdr() to get XHDR response
17954         * src/nntp.[ch]
17955                 added function nntp_xhdr()
17956         * src/matcher.c
17957                 fetch the message if necessary
17958
17959 2001-05-06 [alfons]
17960
17961         0.4.66claws3
17962
17963         * sync with sylpheed 0.4.66cvs3-5
17964
17965 2001-05-06 [hoa]
17966
17967         * src/utils.[ch]
17968                 added function itos_buf() to enable use of several buffers
17969         * src/summaryview.c
17970                 use of itos_buf() instead of itos() in summary list
17971                 to fix the broken display of message number.
17972
17973 2001-05-06 [alfons]
17974
17975         * src/gtkstext.c: bug in cursor up navigation fixed,
17976                 fixed another unsigned / signed comparison (we're getting there :-)
17977
17978 2001-05-06 [hoa]
17979
17980         * src/Makefile.am
17981                 added scoring.c scoring.h
17982                 prefs_folder_item.c prefs_folder_item.h
17983                 matcher.c matcher.h
17984         * src/defs.h
17985                 added FOLDERITEM_RC SCORING_RC
17986         * src/folder.[ch]
17987                 added prefs field in FolderItem :
17988                 properties for each folder (PrefsFolderItem),
17989                 sorting type and mode were added as the first properties.
17990         * src/main.c
17991                 read config for scoring
17992         * added src/matcher.[ch]
17993                 gives functions to parse configuration file to do
17994                 matching on mails with a list of conditions.
17995         * src/mainwindow.c
17996                 add option to sort by score
17997         * src/prefs_common.[ch]
17998                 added preference option to show score and for
17999                 the score column size
18000         * added src/prefs_folder_item.[ch]
18001                 properties for each folder (PrefsFolderItem),
18002                 sorting type and mode were added as the first properties.
18003         * src/procheader.[ch]
18004                 added procheader_parse_header()
18005                 added procheader_header_free()
18006                 added procheader_headername_equal()
18007                 and made modification to use them.
18008         * src/procmsg.[ch]
18009                 added score field to MsgInfo structure
18010         * added src/scoring.[ch]
18011                 gives functions to parse configuration file to do
18012                 scoring on mails with a list of conditions.
18013         * src/summaryview.[ch]
18014                 save the sorting type and mode for the folder
18015                 added column to display the score of the mail
18016                 added function summary_score_clicked()
18017                 sorting type and mode are restored to the folder
18018                 when it is reopen
18019         * src/textview.c
18020                 use procheader_parse_header(), procheader_headername_equal()
18021                 removed memory leak in text_scan_header when freeing headers
18022         * src/filter.c
18023                 changed the function to match names of headers
18024                 using procheader_headername_equal()
18025
18026         Scoring functions are implemented, an interface is needed
18027         to configure that.
18028
18029 2001-05-04 [alfons]
18030
18031         * src/gtkstext.c: 
18032                 hopefully fixed the row up navigation bug,
18033                 removed adding back / forward lines to cache
18034
18035 2001-05-04 [sergey]
18036
18037         * src/prefs_display_headers.c: user interface changes:
18038         (prefs_display_headers_create): remove unused "Show" check button;
18039         allow reordering of headers by dragging.
18040         (prefs_display_headers_write_config): remove unused variables.
18041         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18042         of lists (not needed with the new UI).
18043         (prefs_display_headers_set_list): scan lists starting from row 0,
18044         not 1 (do not skip "(New)").
18045         (prefs_display_headers_find_header): new function.
18046         (prefs_display_headers_clist_set_row): do not allow duplicates.
18047         (prefs_display_headers_delete_cb): do not skip row 0; treat
18048         closing the alert window by ESC as "No".
18049         (prefs_display_headers_up): do not protect row 0.
18050         (prefs_display_headers_down): do not protect row 0.
18051
18052 2001-05-04 [sergey]
18053
18054         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18055         functions.
18056
18057         * src/summaryview.c
18058         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18059         summary_select_next_marked, summary_select_prev_marked): new
18060         functions.
18061
18062 2001-05-03 [sergey]
18063
18064         * src/news.c: fixed a bug when no article can be fetched after
18065         server timeout if the connection was restored by news_post():
18066         (news_select_group): new function.
18067         (news_fetch_msg): call news_select_group() before fetching
18068         article.
18069         (news_get_uncached_articles): set session->group after successful
18070         GROUP command.
18071
18072 2001-05-03 [hoa]
18073
18074         * src/defs.h
18075         * src/procmsg.[ch]
18076         * src/procheader.c
18077                  changed version of cache, added cc field
18078
18079         * src/prefs_display_headers.c
18080                 the interface was changed
18081
18082         * src/prefs_headers.c
18083                 added cancel button
18084
18085 2001-05-03 [alfons]
18086
18087         * completed sync of sylpheed cvs2
18088         * src/gtkstext.c: updated row up / down cursor navigation
18089         * src/textview.c: re-edited, prepared for fixing the email address
18090                 scanner.
18091
18092 2001-05-03 [darko]
18093
18094         * src/prefs_common.c: use alfons' strftime ui code
18095         entry_datefmt and datefmt_sample widgets have to be
18096         global in this module because of this change
18097
18098 2001-05-03 [hoa]
18099
18100         * src/messageview.c
18101         * src/prefs_common.[ch] added option to activate the return receipt
18102                 feature.
18103
18104 2001-05-02 [alfons]
18105
18106         * src/gtkstext.c: fix for row up/down cursor navigation. 
18107
18108         0.4.66claws2
18109         
18110         * sync with 0.4.66cvs2
18111
18112 2001-05-02 [paul]
18113
18114         added add-sender-to-addressbook patch
18115
18116         * src/addressbook.c
18117         * src/addressbook.h
18118         * src/summaryview.c
18119
18120 2001-05-02 [sergey]
18121
18122         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18123         G_ALERTDISABLE.
18124
18125         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18126         all existing callers changed to pass FALSE; create a check button
18127         to disable the message.
18128         (alertpanel_message_with_disable): new function.
18129         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18130         (alertpanel_button_toggled): new function.
18131         (alertpanel_button_clicked, alertpanel_close): set value using
18132         G_ALERT_VALUE_MASK.
18133
18134         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18135
18136         * src/prefs_common.c (prefs_privacy_create): new check button
18137         checkbtn_gpgme_warning.
18138
18139         * src/main.c (main): moved preferences reading before gpgme
18140         initialization; check prefs_common.gpgme_warning before giving the
18141         GnuPG warning and set it to FALSE if the user wants to disable the
18142         warning.
18143
18144 2001-05-02 [hiroyuki]
18145
18146         * src/prefs_display_headers.c: modified the layout and some labels.
18147
18148 2001-05-02 [sergey]
18149
18150         * src/prefs_account.c (prefs_account_fix_size): new function.
18151         (prefs_account_create): call prefs_account_fix_size(); use
18152         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18153         size when the window is shown for the first time).
18154         (prefs_account_basic_create): changed layout of serv_table; moved
18155         localmbox_entry above smtpserv_entry (logically it replaces
18156         POP3/IMAP server).
18157         (prefs_account_protocol_activated): set sensitivity of
18158         nntpauth_chkbtn according to the protocol (in addition to
18159         hide/show); commented out gtk_table_set_row_spacing() calls.
18160         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18161         not sensitive (fixes a bug with disabled username/password boxes
18162         when editing POP3 account after NNTP with authentication).
18163
18164 2001-05-02 [hoa]
18165
18166         * src/account.c
18167         * src/inc.c
18168         * src/prefs_account.[ch]
18169         * src/send.c
18170                 removed local account without SMTP server
18171                 added option to use mail command instead of a connexion
18172                 to SMTP server when a local account is used
18173         * src/prefs_headers.c
18174                 fixed a bug
18175         * src/news.c
18176                 fixed a bug when connexion immediately closed
18177
18178 2001-05-01 [alfons]
18179
18180         0.4.66claws1
18181         
18182         * sync with 0.4.65
18183
18184 2001-05-01 [sergey]
18185
18186         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18187         widget nntpauth_chkbtn.
18188         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18189         visibility.
18190         (prefs_account_nntpauth_toggled): new function.
18191
18192         * src/news.c (news_session_new_for_folder): use NNTP
18193         authentication only if ac->use_nntp_auth is set.
18194
18195 2001-05-01 [hoa]
18196
18197         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18198         * src/prefs_display_headers.c changed the UI
18199         * src/prefs_headers.c changed account_name to account_id
18200         * src/compose.c using customheader.h
18201
18202 2001-05-01 [hiroyuki]
18203
18204         * src/esmtp.c
18205           src/news.c
18206           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18207           unsynched.
18208
18209 2001-05-01 [hoa]
18210
18211         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18212         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18213                 for displaying of headers
18214         * src/grouplist_dialog.[ch] minor changes to remove warnings
18215         * src/prefs_display_headers.[ch] dialog to choose the
18216         headers to display in the mail viewer.
18217         * src/headers.h correction of #define
18218         * src/headers_display.[ch] configuration for displaying of headers.
18219         * src/main.c read config of displaying of headers
18220         * src/prefs_common.c add a button to access the config dialog
18221                 for displaying of headers
18222         * src/prefs_display_headers.[ch] dialog for configuration for
18223                 displaying of the headers.
18224         * src/prefs_headers.c cleaning of code
18225         * src/procheader.c comments added to code
18226         * src/textview.c changes to reorder the headers depending
18227                 on the config for displaying of headers
18228
18229 2001-04-30 [alfons]
18230
18231         0.4.65claws7
18232
18233         * sync with 0.4.65cvs12
18234
18235         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18236
18237 2001-04-30 [sergey]
18238
18239         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18240
18241         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18242         is set to force reconnection after authentication failure.
18243         (nntp_gen_command): set sock->auth_failed on authentication
18244         failure, or if sock->userid and sock->passwd are not set.
18245
18246         * src/news.c (news_session_new_for_folder): set userid=NULL if
18247         password dialog is cancelled.
18248
18249 2001-04-30 [sergey]
18250
18251         * src/nntp.h (NNTPSockInfo): new type.
18252
18253         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18254         SockInfo.
18255         (nntp_open_auth, nntp_close): new functions.
18256         (nntp_gen_command): new function to handle authentication; all
18257         NNTP command functions updated to use it.
18258         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18259         (nntp_list): removed old useless code.
18260
18261         * src/news.h (NNTPSession): new field nntp_sock.
18262
18263         * src/news.c: all functions updated to use NNTPSockInfo instead of
18264         SockInfo.
18265         (news_session_new): new arguments (userid, passwd); made static;
18266         use nntp_open_auth() if needed.
18267         (news_session_destroy): use nntp_close() instead of sock_close().
18268         (news_query_password): changed arguments.
18269         (news_session_new_for_folder): new function.
18270         (news_session_get): use news_session_new_for_folder().
18271         (news_authenticate): deleted.
18272         (news_get_uncached_articles): removed old authentication code.
18273
18274 2001-04-30 [sergey]
18275
18276         * src/news.c: reverted my previous changes (need to do NNTP
18277         authentication in a cleaner way).
18278         
18279 2001-04-29 [sergey]
18280
18281         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18282         news_nntp_post, news_nntp_mode): new functions (wrappers with
18283         authentication support).
18284         (news_get_article_cmd, news_get_article, news_get_header): new
18285         argument "folder"; all callers changed.
18286         (news_get_article_cmd): added authentication support.
18287         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18288         (news_post): use news_nntp_post() instead of nntp_post().
18289         (news_get_uncached_articles): use news_nntp_group() instead of
18290         nntp_group() and news_nntp_xover() instead of nntp_xover();
18291         removed old authentication code.
18292         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18293
18294         * src/nntp.c (nntp_list): return real error code instead of
18295         hardcoded NN_ERROR.
18296
18297 2001-04-29 [sergey]
18298
18299         * configure.in: fixed wint_t typedef detection again
18300
18301 2001-04-28 [hoa]
18302
18303         * src/prefs_account.[ch], added A_LOCAL_CMD
18304                 (send mail with mail command)
18305         * src/send.c added function send_message_with_command()
18306         * src/inc.c made a more secure get_spool() function with
18307                 mktemp() but maybe mkstemp() or something more
18308                 secure can be used.
18309
18310 2001-04-28 [alfons]
18311
18312         * src/textview.c, colorization of email addresses in headers
18313
18314         0.4.65claws6
18315
18316         * bug sync with sylpheed
18317         * prefs_common.c: created date format ui for darko
18318         * sync with 0.4.65cvs11
18319         * configure.in: corrected to have the new gpg checks
18320
18321 2001-04-27 [alfons]
18322
18323         * completed sync with 0.4.65cvs10
18324         * minor debug things added to gtkstext.c
18325
18326 2001-04-27 [darko]
18327
18328         * configure.in: remove check for availability of
18329           strftime() as advised by Hiroyuki
18330         * src/prefs_common.[ch], src/procheader.c:
18331           synch strftime() code with Hiroyki's main branch
18332
18333 2001-04-26 [sergey]
18334
18335         * src/news.c: news_query_password(), news_authenticate(): new
18336           functions.
18337           news_get_uncached_articles(): added NNTP authentication
18338           handling.
18339         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18340           new functions.
18341         * src/prefs_account.c: prefs_account_protocol_activated():
18342           enable userid and password fields for NNTP.
18343
18344 2001-04-26
18345
18346         * configure.in: check for availability of strftime()
18347           [darko]
18348         * src/prefs_common.[ch], src/procheader.c: use
18349           strftime() for displaying date in summary pane if it
18350           is available
18351
18352 2001-04-25
18353
18354         * more .cvsignore cleanups [alfons]
18355
18356 2001-04-25
18357
18358         * ac/sv-check-type.m4: new autoconf macro.
18359         * configure.in: fixed wint_t typedef detection (did not work
18360           with gcc-2.96).
18361
18362 2001-04-25
18363
18364         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18365           [hiroyuki]
18366
18367 2001-04-24
18368         * modified gtkstext.c : buggy cursor navigation fixed, 
18369           and font descent also taken in account when drawing
18370           cursor. [alfons]
18371
18372 2001-04-24 [hoa]
18373         * added comments in src/news.c src/nntp.c
18374         * added src/prefs_headers.[ch]
18375         * added src/headers.[ch]
18376         * modified compose.c to activate custom headers
18377                 added function is_in_custom_headers
18378         * modified prefs_account.[ch]
18379                 added function prefs_account_customhdr_edit
18380         * modified src/defs.h :
18381                 added HEADERS_RC : name of the config file
18382                 for the custom headers
18383
18384 2001-04-24
18385
18386     0.4.65claws5
18387
18388         * configure.in
18389           src/gtkstext.[ch]
18390           src/compose.c
18391           src/Makefile.am
18392           
18393           added gtkstext with configure.in patch by Hiroyuki which
18394           should fix the XIM detection [alfons]
18395
18396         * more clean up of cvs [alfons]
18397
18398                  * removed all Makefile.in files to attic.
18399
18400                  * updated all .cvsignores to really ignore things that could
18401                    be unintentionally committed by a recursive commit.
18402
18403 2001-04-23 [hoa]
18404         * added src/grouplist_dialog.[ch]
18405         * changed src/folderview.c to call grouplist_dialog instead
18406                 of inputdialog
18407         * src/news.c :
18408                 added functions news_reset_group_list
18409                 and news_get_group_list
18410         * src/nntp.c :
18411                 added function nntp_list
18412         * src/defs.h :
18413                 added GROUPLIST_FILE : name of the newsgroup list cache file
18414
18415 2001-04-21
18416
18417         * added option to warn about queued messages on exit [sergey]:
18418
18419           * src/compose.c: compose_queue(): call folder_item_scan()
18420             and folderview_update_item() after queueing.
18421           * src/folderview.c: folderview_update_node(): draw the queue
18422             folder in bold font if there are queued messages.
18423           * src/mainwindow.c: queued_messages(): new function.
18424             app_exit_cb(): display warning if there are queued messages
18425             if warn_queued_on_exit is set.
18426           * prefs_common.[ch]: add warn_queued_on_exit option.
18427
18428         * enhanced GnuPG key selection support [sergey]:
18429
18430           * src/select-keys.c: updated to newer version from Win32
18431             branch with support for selecting arbitrary keys.
18432           * src/prefs_account.c: added the Privacy tab to the account
18433             options window.
18434             prefs_account_privacy_create(),
18435             prefs_account_sign_key_set_data_from_radiobtn(),
18436             prefs_account_sign_key_set_radiobtn(): new functions.
18437           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18438           * src/rfc2015.c: set_signers(): new function.
18439             pgp_sign(): add the account parameter, call set_signers().
18440             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18441           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18442           * src/compose.c: pass the current account to rfc2015_sign().
18443
18444         * tag name claws added to prevent confusion with main branch [alfons]
18445
18446         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18447
18448         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18449
18450         * sync with recent sylpheed cvs. Untested though. [alfons]
18451