8de176978caf9fdbb677e5b8c1abe67cd110204b
[claws.git] / ChangeLog.claws
1 2003-09-08 [christoph]  0.9.4claws72
2
3         * src/folder.c
4         * src/folderview.c
5         * src/mainwindow.c
6                 fix new folder notification
7
8         * src/mbox_folder.c
9                 fix cache path
10
11 2003-09-08 [christoph]  0.9.4claws71
12
13         * src/compose.c
14                 replace '\n' and '\r' before removing trailing spaces
15
16         * src/folder.[ch]
17         * src/folderview.c
18                 add information about new or removed items in folder tree change
19                 notification and use this in folderview to add and remove only
20                 the appected items and not refresh the whole tree
21
22 2003-09-07 [match]      0.9.4claws70
23
24         * src/Makefile.am
25         * src/addr_compl.c
26         * src/addressbook.c
27         * src/addressitem.h
28         * src/addrindex.c
29         * src/addritem.c
30         * src/addritem.h
31         * src/addrquery.c                       ** NEW **
32         * src/addrquery.h
33         * src/ldapquery.c
34         * src/ldapserver.c
35         * src/stock_pixmap.c
36         * src/stock_pixmap.h
37         * src/pixmaps/address_search.xpm        ** NEW **
38                 re-introduce Lookup button for LDAP 'static' searches.
39
40 2003-09-07 [alfons]     0.9.4claws69
41         
42         * src/summaryview.c
43                 abandon setting usize for messageview because it gives layout problems
44                 with the quick search bar and the headerview; fixes assorted UI glitches:
45                 
46                 o bug #148, "Toggling of quick-search bar reduces index view area" 
47                 o bug #280, "Window resiizes for line length but does not revert"
48
49 2003-09-07 [christoph]  0.9.4claws68
50
51         * src/compose.c
52                 o make sure we don't have any newlines in header values
53                 o check custom headers for spaces and newlines and ignore
54                   malformed header names
55
56 2003-09-06 [christoph]  0.9.4claws67
57
58         * src/folder.c
59         * src/folderview.c
60                 invoke notification hook for folder tree changes after append
61                 and remove folder
62
63         (closes Bug 294 Crash while moving folder with many subdirectories)
64
65 2003-09-06 [christoph]  0.9.4claws66
66
67         * src/folder.c
68                 destroy folder's MsgCache if FolderItem is removed to make sure
69                 it is not saved when the FolderItem is destroyed
70
71 2003-09-06 [christoph]  0.9.4claws65
72
73         * src/plugins/clamav/clamav_plugin.c
74                 fix copy & paste bug
75
76 2003-09-05 [christoph]  0.9.4claws64
77
78         * src/folder.c
79         * src/messageview.[ch]
80         * src/procmsg.[ch]
81         * src/summaryview.c
82                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
83                 by MessageView to clear it when the message is deleted. Should
84                 work even if messages are deleted in MainWindow or by
85                 processing.
86
87 2003-09-05 [alfons]     0.9.4claws63
88
89         * src/messageview.c
90                 deleting a message in a message view frees its msginfo, make 
91                 messageview_update_all() aware of that (should fix bug #293,
92                 "deleting message caused crash")
93
94 2003-09-05 [melvin]     0.9.4claws62
95
96         * src/action.c
97                 Improve synchronous action exit code (fixes 
98                 a ~5 seconds delay after action exit on RedHat 9)
99
100 2003-09-04 [christoph]  0.9.4claws61
101
102         * src/compose.c
103         * src/rfc2015.c
104         * src/common/utils.[ch]
105                 add util function to create mime boundary and use it
106                 in compose and gpg code
107
108 2003-09-04 [alfons]     0.9.4claws60
109
110         * src/folder.c
111                 source folder item's GNode should already have been freed in 
112                 a previous call to src->folder->klass->remove_folder()
113                 (should fix bug #287, "crash when moving folders")
114
115 2003-09-03 [thorsten]   0.9.4claws59
116
117         * src/plugins/spamassassin/spamassassin_gtk.c
118                 fix compile error
119
120 2003-09-03 [christoph]  0.9.4claws58
121
122         * src/plugins/spamassassin/spamassassin.[ch]
123         * src/plugins/spamassassin/spamassassin_gtk.c
124                 add timeout config option
125
126 2003-09-03 [paul]       0.9.4claws57
127
128         * po/sk.po      ** NEW FILE **
129                 add Slovak translation. Submitted by Andrej Kacian 
130                 <andrej@kacian.sk>
131
132 2003-09-03 [paul]       0.9.4claws56
133
134         * src/plugins/clamav/clamav_plugin_gtk.c
135                 gui tweaks: replace a label with a tooltip, modify the
136                 text, use gtk_check_button_new(); instead of
137                 gtk_check_button_new_with_label("");
138
139 2003-09-02 [alfons]     0.9.4claws55
140
141         * src/gtk/filesel.c
142                 remember last used dir when attaching multiple files (should fix
143                 bug #290, "Attach File does not remember directory")
144
145 2003-09-01 [paul]       0.9.4claws54
146
147         * po/es.po
148                 updated by Ricardo Mones Lastra
149
150 2003-09-01 [alfons]     0.9.4claws53
151
152         * src/gtk/gtkaspell.[ch]
153                 be pedantic and strict and use const gchar * instead of guchar *
154
155 2003-09-01 [alfons]     0.9.4claws52
156
157         * src/mainwindow.c
158         * src/summaryviewc.
159                 re-enable Save As when multiple messages are selected
160
161 2003-09-01 [paul]       0.9.4claws51
162
163         * src/textview.c
164                 g_free(trimmed_uri);
165
166 2003-09-01 [paul]       0.9.4claws50
167
168         * sync with 0.9.4cvs13
169                 see ChangeLog 2003-09-01
170
171 2003-09-01 [paul]       0.9.4claws49
172
173         * src/textview.c
174                 trim uri before sending to the statusbar
175                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
176                 in the message window causes main S-C window to enlarge 
177                 past screen edges'
178
179 2003-09-01 [paul]       0.9.4claws48
180
181         * sync with 0.9.4cvs12
182                 see ChangeLog 2003-09-01
183
184 2003-08-30 [christoph]  0.9.4claws47
185
186         * src/compose.c
187         * src/folder_item_prefs.[ch]
188         * src/prefs_folder_item.c
189         * src/gtk/gtkaspell.[ch]
190                 commit per folder dictionary patch by
191                 Paul Evans <nerd@freeuk.com>
192
193 2003-08-30 [christoph]  0.9.4claws46
194
195         * src/plugins/spamassassin/spamassassin_gtk.c
196         * src/plugins/spamassassin/spamassassin_gtk.glade
197                 reduce GUI clutter by placing hints into tooltips
198
199 2003-08-30 [paul]       0.9.4claws45
200
201         * src/compose.c
202                 add 'Content-Disposition: inline' to a text/plain
203                 part when using PGP/MIME signing
204
205 2003-08-30 [paul]       0.9.4claws44
206
207         * src/prefs_common.c
208           src/prefs_spelling.c
209           src/prefs_spelling.glade
210                 reduce GUI clutter by placing hints into tooltips
211
212 2003-08-29 [christoph]  0.9.4claws43
213
214         * configure.ac
215                 fix bug found by Ivan Rayner <ivanr@sgi.com>
216
217         * src/stock_pixmap.c
218                 change unecessary warning into a debug message
219
220         * src/plugins/clamav/Makefile.am
221                 Fix error "-I$(CLAMAV_LIBS)"
222
223 2003-08-29 [christoph]  0.9.4claws42
224
225         * intl/Makefile.in
226         * src/Makefile.am
227         * src/matcher.h
228         * src/common/Makefile.am
229         * src/common/passcrypt.c
230                 commit fixes and patches for some of the IRIX problems found by
231                 Ivan Rayner <ivanr@sgi.com>
232
233 2003-08-29 [paul]       0.9.4claws41
234
235         * src/prefs_filtering.c
236                 add 'Top' and 'Bottom' buttons, based on changes in
237                 src/prefs_filter.c in 0.9.4cvs11.
238
239 2003-08-27 [christoph]  0.9.4claws40
240
241         * src/folderview.c
242                 fix bug that the current summary settings were copied to the
243                 wrong folder item, when the folder item prefs are opened.
244                 Copying is not required because summary settings and
245                 folder_item_prefs do not contain the same settings
246
247 2003-08-27 [thorsten]   0.9.4claws39
248
249         * src/imap.c
250                 fix compile error
251
252 2003-08-26 [paul]       0.9.4claws38
253
254         * sync with 0.9.4cvs9
255                 see ChangeLog 2003-08-26
256
257 2003-08-25 [paul]       0.9.4claws37
258
259         * sync with 0.9.4cvs8
260                 see ChangeLog 2003-08-25
261
262 2003-08-24 [christoph]  0.9.4claws36
263
264         * src/prefs_filtering.c
265                 shouldn't remove items from a GSList while iterating over the
266                 list (makes cur invalid and cur->next not accessable)
267
268         (closes Bug 272 i deleted an folder and some seconds later sylpheed
269          crashed)
270
271 2003-08-23 [christoph]  0.9.4claws35
272
273         * src/news.c
274                 news folders should be scanned when opened
275
276 2003-08-22 [christoph]  0.9.4claws34
277
278         * src/prefs_folder_item.c
279                 use macro to assign strings that always frees the old string
280
281         * src/gtk/gtkaspell.[ch]
282                 add gtkaspell_set_dictionary_menu_active_item() to set active
283                 item in dictionary option menu
284
285         * src/prefs_spelling.c
286                 use gtkaspell_set_dictionary_menu_active_item() to select
287                 dictionary
288
289 2003-08-21 [christoph]  0.9.4claws33
290
291         * src/folder.[ch]
292         * src/imap.c
293         * src/mbox_folder.c
294         * src/mh.c
295         * src/news.c
296                 optimize folder system
297
298         * src/gtk/gtkstext.c
299                 fix division by zero when font has 0 width for ' '
300
301 2003-08-21 [paul]       0.9.4claws32
302
303         * sync with 0.9.4cvs7
304                 see ChangeLog 2003-08-20
305
306 2003-08-19 [paul]       0.9.4claws31
307
308         * src/common/defs.h
309                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
310                 SYLDOC_FAQ_HTML_INDEX.
311         * src/manual.c
312                 use LC_MESSAGES instead of LC_ALL to find the current
313                 language
314
315           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
316
317 2003-08-19 [paul]       0.9.4claws30
318
319         * po/bg.po
320                 updated by George Danchev
321
322 2003-08-18 [luke]       0.9.4claws29
323         * src/mimeview.[ch]
324         * src/gtk/gtkvscrollbutton.[ch]
325                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
326                   dependencies; do it the GTK way; reduce code -14/+2 lines)
327                 o removed horizontal separator between icons
328
329 2003-08-17 [christoph]  0.9.4claws28
330
331         * src/procmsg.c
332                 no subject threading when the subject has no reply prefix
333
334 2003-08-16 [christoph]  0.9.4claws27
335
336         * src/mainwindow.c
337                 remember and restore window sizes and position when the main
338                 window is hidden or shown
339
340         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
341          minimised/reopened using trayicon)
342
343 2003-08-16 [paul]       0.9.4claws26
344
345         * src/crash.c
346                 add #include "defs.h"
347
348 2003-08-16 [paul]       0.9.4claws25
349
350         * src/plugins/clamav/clamav_plugin.c
351                 reword a debug_print
352                 
353         * src/plugins/dillo_viewer/dillo_prefs.c
354                 cosmetic: change the labels' text, add tooltips, and
355                 left-align the hint
356
357 2003-08-15 [christoph]  0.9.4claws24
358
359         * src/news.c
360                 complete last change (forgot some changes)
361
362 2003-08-15 [christoph]  0.9.4claws23
363
364         * src/news.c
365                 o check number of messages and don't return a 0 message
366                   when no messages are available
367                 o don't parse xref header anymore
368
369         (closes Bug 203 I'm not getting any news)
370
371 2003-08-15 [paul]       0.9.4claws22
372
373         * src/common/defs.h
374           src/crash.c
375                 update and define claws bugzilla location
376
377 2003-08-15 [paul]       0.9.4claws21
378
379         * po/ru.po
380                 update submitted by Ruslan N. Balkin
381
382 2003-08-14 [christoph]  0.9.4claws20
383
384         * src/procmsg.c
385                 fix search for oldest node in subject threading
386
387 2003-08-14 [christoph]  0.9.4claws19
388
389         * src/procmsg.c
390         * src/common/utils.h
391                 add possibility to check all nodes with the same subject for
392                 subject threading, not only the oldest node. Should not break
393                 threads anymore if the oldest node is thread_by_subject_max_age
394                 days older then parent, because it can now find a child of
395                 oldest node as new parent.
396
397 2003-08-11 [christoph]  0.9.4claws18
398
399         * src/plugins/spamassassin/spamassassin.c
400                 run spam check in background process
401
402 2003-08-10 [alfons]     0.9.4claws17
403
404         * src/summaryview.c
405                 make `Select All' sensitive too
406
407 2003-08-10 [christoph]  0.9.4claws16
408
409         * src/imap.c
410                 add more checks in imap_close
411
412 2003-08-09 [alfons]     0.9.4claws15
413
414         * src/prefs_spelling.c
415                 no spell checking UI if not requested
416
417 2003-08-09 [alfons]     0.9.4claws14
418
419         * src/gtk/prefswindow.c
420                 make it compile
421
422 2003-08-09 [christoph]  0.9.4claws13
423
424         * src/prefs_spelling.c
425         * src/gtk/prefswindow.[ch]
426         * src/plugins/clamav/clamav_plugin_gtk.c
427         * src/plugins/spamassassin/spamassassin_gtk.c
428                 sort prefs pages by heighest weight in tree
429
430 2003-08-09 [paul]       0.9.4claws12
431
432         * sync with 0.9.4cvs6
433                 see ChangeLog 2003-08-07
434                 
435         * AUTHORS
436                 add Leandro and Luke to claws-branch section
437
438 2003-08-09 [christoph]  0.9.4claws11
439
440         * src/gtk/Makefile.am
441         * src/gtk/colorsel.[ch]                 ** NEW **
442                 create a color selection dialog that can be used as a simple
443                 function call with it's own gtk main loop like filesel.[ch]
444
445         * src/Makefile.am
446         * src/main.c
447         * src/prefs_common.c
448         * src/prefs_spelling.[ch]               ** NEW **
449         * src/prefs_spelling.glade              ** NEW **
450         * src/gtk/gtkutils.[ch]
451                 move "Spell Checker" prefs to new prefs dialog
452
453         * src/prefs_folder_item.c
454                 use new colorsel dialog
455
456 2003-08-08 [paul]       0.9.4claws10
457
458         * src/inc.c
459                 clear the progress bar unconditionally
460
461 2003-08-08 [paul]       0.9.4claws9
462
463         * sync with 0.9.4cvs4
464                 see ChangeLog 2003-07-31
465
466 2003-08-07 [christoph]  0.9.4claws8
467
468         * configure.ac
469                 fix bug in image viewer plugin part
470
471         * src/imap.c
472                 don't execute close command if the folder item is not selected
473
474 2003-08-07 [hoa]        0.9.4claws7
475
476         * src/filtering.[ch]
477         * src/matcher_parser.h
478         * src/matcher_parser_parse.y
479                 can define several actions for each filtering rule
480                 can import old versions of filtering rules
481
482         * src/prefs_filtering.c
483                 call to a new dialog box to define actions
484
485         * src/prefs_filtering_action.[ch]
486                 dialog box to define actions for filtering rules
487
488 2003-08-06 [christoph]  0.9.4claws6
489
490         * src/imap.c
491                 make sure source folder is selected when copying messages
492
493 2003-08-06 [christoph]  0.9.4claws5
494
495         * sync with 0.9.4cvs2
496                 see ChangeLog 2003-07-29                
497
498 2003-08-05 [paul]       0.9.4claws4
499
500         * sync with 0.9.4cvs3
501                 see ChangeLog 2003-07-30
502
503 2003-08-04 [match]      0.9.4claws3
504
505         * po/POTFILES.in
506                 export of LDIF files.
507
508 2003-08-04 [match]      0.9.4claws2
509
510         * src/ldif.[ch]
511                 support for export LDIF. documented.
512         * src/importldif.[ch]
513         * src/exportldif.[ch]
514                 add tooltips. documented.
515         * src/exphtmldlg.[ch]
516         * src/common/xmlprops.[ch]
517                 documented.
518         * src/exportldif.[ch]                   ** NEW **
519         * src/expldifdlg.[ch]                   ** NEW **
520         * src/addressbook.[ch]
521         * src/Makefile.am
522                 export of LDIF files.
523                 documented.
524
525 2003-08-04 [christoph]  0.9.4claws1
526
527         * .cvsignore
528         * Makefile.am
529         * configure.ac
530         * sylpheed-claws.pc.in                  ** NEW **
531         * src/Makefile.am
532         * src/common/Makefile.am
533         * src/gtk/Makefile.am
534                 install sylpheed header files in $(pkgincludedir) and create a
535                 pkg-config file to allow building a plugin without the source
536                 package
537
538 2003-08-04 [paul]       0.9.4claws
539
540         * version 0.9.4claws
541
542 2003-08-04 [paul]       0.9.3claws97
543
544         * po/es.po
545                 update Spanish translation. Submitted by Ricardo
546                 Mones Lastra.
547
548 2003-08-03 [paul]       0.9.3claws96
549
550         * po/hr.po
551           po/sr.po
552                 update Croatian and Serbian translations. Submitted by
553                 Dragan and Urke MMI respectively
554
555 2003-08-03 [alfons]     0.9.3claws95
556
557         * src/summaryview.c
558                 mark flag has precedence over important flag - seems
559                 to have been changed in sync of 0.9.3claws45. this fixes
560                 a regression where messages that were scored as important
561                 don't show their mark flags. (using the same column for
562                 both importance as mark flags is the real problem
563                 ofcourse)
564
565 2003-08-03 [melvin]     0.9.3claws94
566
567         * po/fr.po
568                 Updated French translations.
569
570 2003-08-03 [melvin]     0.9.3claws93
571
572         * src/Makefile.am
573                 Fixed typo introduced after 0.9.3claws92 
574                 that prevented compilation
575                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
576                 CPPFLAGS and YFLAGS to allow user setting these.
577         * src/common/Makefile.am
578         * src/gtk/Makefile.am
579         * src/plugins/clamav/Makefile.am
580         * src/plugins/demo/Makefile.am
581         * src/plugins/dillo_viewer/Makefile.am
582         * src/plugins/image_viewer/Makefile.am
583         * src/plugins/mathml_viewer/Makefile.am
584         * src/plugins/spamassassin/Makefile.am
585         * src/plugins/trayicon/Makefile.am
586         * src/plugins/trayicon/libeggtrayicon/Makefile.am
587                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
588                 CPPFLAGS and YFLAGS to allow user setting these.
589
590 2003-08-02 [christoph]  0.9.3claws92
591
592         * configure.ac
593                 o rearrange plugin tests
594                 o add test for clamav.h to ClamAV tests
595
596 2003-08-02 [luke]       0.9.3claws91
597
598         * src/mimeview.c
599                 o fixed appearance of icon list when toggling back from the 
600                   ctree
601                 o toggling of icons using the keyboard works correctly
602                 o fixed all other keyboard shortcuts to work when icons are
603                   active
604         
605         * src/messageview.c
606                 o fixed bug 4 - focus lost when changing messageview view type
607
608 2003-08-02 [christoph]  0.9.3claws90
609
610         * src/common/hooks.c
611                 fix crash when pointer stored in hash table could get invalid
612                 when a plugin is unloaded
613
614 2003-08-01 [christoph]  0.9.3claws89
615
616         * configure.ac
617                 o try to build all plugins (except spamassassin) by default
618                 o don't build a plugin if a dependency check fails
619
620         * src/common/hooks.c
621                 fix warning
622
623 2003-08-01 [match]      0.9.3claws88
624
625         * src/importldif.c
626                 allow single click field selection. document code.
627
628 2003-08-01 [christoph]  0.9.3claws87
629
630         * src/plugins/clamav/clamav_plugin.c
631         * src/plugins/clamav/clamav_plugin_gtk.c
632         * src/plugins/dillo_viewer/dillo_viewer.c
633         * src/plugins/image_viewer/plugin.c
634         * src/plugins/mathml_viewer/mathml_viewer.c
635         * src/plugins/spamassassin/spamassassin.c
636         * src/plugins/spamassassin/spamassassin_gtk.c
637         * src/plugins/trayicon/trayicon.c
638                 add version check to all plugins
639
640 2003-08-01 [hoa]        0.9.3claws86
641
642         * src/prefs_filtering.c
643                 fixed a cosmetic bug, during creation of dialog box,
644                 wrong widgets were shown after creation.
645
646 2003-08-01 [luke]       0.9.3claws85
647
648         * src/mainwindow.c
649                 o fixed visibility of icons/mimeview after toggling separate
650                   message/folder view (factored out some similar code too).
651
652
653 2003-07-31 [alfons]     0.9.3claws84
654
655         * src/mimeview.c
656                 tweak icon box UI a bit more, now allowing right-clicks actions
657                 getting the relevant mime data too; should fix #250, "Can't save 
658                 attachments sometimes".
659
660 2003-07-30 [alfons]     0.9.3claws83
661
662         * src/compose.c
663                 don't do auto-save-draft inside key press handler, but rather
664                 schedule it half of a second later; should fix #67, "autosave 
665                 make re-rediting message crazy"
666
667 2003-07-30 [christoph]  0.9.3claws82
668
669         * src/plugins/trayicon/trayicon.c
670                 process pending events before unloading the plugin
671
672         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
673
674 2003-07-30 [alfons]     0.9.3claws81
675
676         * src/common/hooks.c
677                 parameter 2 of g_hook_destroy() should really be a hook id
678
679 2003-07-30 [alfons]     0.9.3claws80
680
681         * src/common/plugin.c
682                 fix a possibly harmful function signature mismatch 
683                 for plugin_done
684
685 2003-07-30 [alfons]     0.9.3claws79
686
687         * src/common/hooks[.ch]
688                 const correctness
689
690 2003-07-30 [darko]      0.9.3claws78
691
692         * src/summaryview.c
693                 make it compile again
694
695 2003-07-30 [luke]       0.9.3claws77
696
697         * src/crash.c
698         * src/main.c
699                 o added/moved signal handlers for SIGTERM (normal kill command) 
700                   and SIGINT (ctl-c) to be used even without 
701                   --enable-crash-dialog, fixing bug 166
702
703         * src/summaryview.c
704                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
705                   bug 227
706
707         * src/mainwindow.c
708                 o changed sensitivity condition for 'Next new' and 'Next 
709                   unread', fixing bug 8
710
711 2003-07-29 [alfons]     0.9.3claws76
712
713         * src/common/utils.[ch]
714                 add generate_msgid()
715         * src/messageview.c
716                 save ack'ed RRR; fixes #205, "return receipt is not saved in
717                 sent folder".
718
719 2003-07-29 [alfons]     0.9.3claws75
720
721         * src/messageview.c
722                 fix a memleak (claws-only)
723
724 2003-07-29 [alfons]     0.9.3claws74
725
726         * src/mimeview.[ch]
727         * src/gtk/gtkvscrollbutton.[ch]
728                 fix UI glitch where mime icon toolbox' scroll position is not 
729                 reset after switching to another message
730                 
731
732 2003-07-29 [paul]       0.9.3claws73
733
734         * src/prefs_folder_item.c
735                 split the prefs into 2 separate pages
736
737 2003-07-29 [paul]       0.9.3claws72
738
739         * src/compose.c
740                 prepend "\n\n" to a signature without a separator too
741
742 2003-07-29 [paul]       0.9.3claws71
743
744         * src/compose.c
745                 fix bug where changing to an account without an auto-sig
746                 from an initial account without an auto-sig would insert 
747                 2 blank lines at the cursor point
748                 fix bug where changing to an account with an auto-sig
749                 from an initial account without an auto-sig would insert
750                 the sig at the cursor point
751
752 2003-07-29 [paul]       0.9.3claws70
753
754         * src/folderview.c
755                 use the colour from the folder pref unless the folder
756                 has new messages
757
758 2003-07-29 [alfons]     0.9.3claws69
759
760         * src/procmsg.[ch]
761         * src/messageview.c
762         * src/procheader.c
763                 rewrite return receipt request work a little bit (the former 
764                 implementation presumably depended too much on the UI setting
765                 flags). (we're losing the old pending flag.) 
766
767 2003-07-28 [christoph]  0.9.3claws68
768
769         * src/folder.c
770         * src/imap.c
771         * src/mh.c
772         * src/procmsg.[ch]
773                 fix copy to IMAP folder from other folder
774
775 2003-07-28 [christoph]  0.9.3claws67
776
777         * src/procmsg.c
778                 fix sync of procmsg_get_message_file_list
779
780 2003-07-28 [christoph]  0.9.3claws66
781
782         * sync with 0.9.3cvs14
783                 see ChangeLog 2003-07-18
784         * sync with 0.9.3cvs17
785                 see ChangeLog 2003-07-23
786
787         (closes Bug 234 segmentation fault after sending out mail via
788          smtp(auth))
789
790 2003-07-28 [paul]       0.9.3claws65
791
792         * po/es.po
793                 update Spanish translation, submitted by Ricardo Mones
794                 Lastra
795
796 2003-07-28 [christoph]  0.9.3claws64
797
798         * src/folder.[ch]
799         * src/imap.c
800         * src/mh.c
801                 return new message numbers as a GRelation instead of a GSList
802                 that has to be in the same order as the input list. A list
803                 would make it hard for IMAP to optimize oepration by sorting
804                 the input list. The returned list would have to be reordered
805                 to match the same order that input list has.
806
807         * src/gtk/gtkaspell.c
808                 fix missing return value, could cause a crash when garbage is
809                 on the stack that is used as the expected return value
810
811 2003-07-28 [paul]       0.9.3claws63
812
813         * sync with 0.9.4cvs1
814                 see ChangeLog 2003-07-28
815
816 2003-07-27 [alfons]     0.9.3claws62
817
818         * src/mimeview.c
819                 tweak it more to make icon list act like a check button group
820
821 2003-07-27 [christoph]  0.9.3claws61
822
823         * sync with 0.9.3cvs20
824                 see ChangeLog 2003-07-25
825
826 2003-07-27 [paul]       0.9.3claws60
827
828         * src/procmsg.c
829                 re-commit changes from 0.9.3claws58 -
830                 accidently removed in 0.9.3claws59
831
832 2003-07-27 [paul]       0.9.3claws59
833
834         * src/procmsg.[ch]
835                 a sync from 0.9.3cvs17
836                 see ChangeLog 2003-07-23
837
838 2003-07-27 [alfons]     0.9.3claws58
839
840         * src/procmsg.c
841                 add missing header members to MsgInfo; fixes the problem of 
842                 not displaying X-Faces, as noticed by Ricardo Mones
843
844 2003-07-26 [christoph]  0.9.3claws57
845
846         * sync with 0.9.3cvs18
847                 see ChangeLog 2003-07-24
848
849 2003-07-26 [christoph]  0.9.3claws56
850
851         * sync with 0.9.3cvs17
852                 see ChangeLog 2003-07-23
853
854 2003-07-26 [christoph]  0.9.3claws55
855
856         * src/folder.[ch]
857         * src/imap.c
858         * src/mbox_folder.c
859         * src/mh.c
860         * src/news.c
861                 add support for copy function that copy multiple messages
862                 (not implemented yet)
863
864         * src/summaryview.c
865                 add missing return value
866
867 2003-07-26 [paul]       0.9.3claws54
868
869         * tools/multiwebsearch.pl
870                 do whitespace substitution before passing the string
871                 to the browser. fixes bug with browsers that don't
872                 do whitespace conversion themselves.
873
874 2003-07-25 [christoph]  0.9.3claws53
875
876         * src/folder.[ch]
877         * src/imap.c
878         * src/mh.c
879                 rewrite adding of multiple messages to a folder for
880                 claws' folder system
881
882 2003-07-25 [luke]       0.9.3claws52
883
884         * src/mimeview.c
885                 o icon toggles set correctly on leaving ctree mimeview
886
887 2003-07-25 [paul]       0.9.3claws51
888
889         * partial sync with 0.9.3cvs21 [src/main.c]
890                 see ChangeLog 2003-07-25
891
892 2003-07-24 [paul]       0.9.3claws50
893
894         * tools/maildir2sylpheed.pl
895                 fix typo
896
897 2003-07-24 [paul]       0.9.3claws49
898
899         * src/mimeview.c
900                 increase the gutter size of paned so that the panes
901                 can be resized
902                 
903         * src/plugins/demo/demo.c
904                 squeeze in another typo fix
905
906 2003-07-24 [paul]       0.9.3claws48
907
908         * src/plugins/demo/demo.c
909           src/prefs_account.c
910                 small changes to the English
911                 
912         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
913           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
914           src/Makefile.am
915           src/stock_pixmap.c
916                 rename the misspelled icon
917
918 2003-07-23 [alfons]     0.9.3claws47
919
920         * src/mimeview.c
921                 make icon list look like a list of toggles
922
923 2003-07-23 [luke]       0.9.3claws46
924
925         * src/pixmaps/mimeview_gpg_expired.xpm
926         * src/pixmaps/mimeview_gpg_failed.xpm
927         * src/pixmaps/mimeview_gpg_passed.xpm
928         * src/pixmaps/mimeview_text_html.xpm
929         * src/pixmaps/mimeview_image.xpm
930                 o all icons the same size
931
932         * src/mimeview.[ch]
933                 o mimeview ctree arranged vertically above the viewer
934                 o icons changed to buttons
935                 o can use keyboard to select an icon (Enter)
936                 o resize icon list to width of icons
937
938         *  src/gtk/gtkvscrollbutton.c
939                 o sensitivity of buttons reacts to position
940
941 2003-07-23 [christoph]  0.9.3claws45
942
943         * sync with 0.9.3cvs14 (incomplete)
944                 see ChangeLog 2003-07-17
945
946 2003-07-23 [alfons]     0.9.3claws44
947
948         * src/folder.c
949         * src/procmsg.h
950                 sync with my local tree to restore some claws-only things
951
952 2003-07-23 [paul]       0.9.3claws43
953
954         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
955           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
956           src/Makefile.am
957           src/mimeview.c
958           src/procmime.h
959           src/rfc2015.c
960           src/stock_pixmap.[ch]
961                 indicate missing keys and expired sigs/keys
962                 in mime view column
963
964 2003-07-23 [paul]       0.9.3claws42
965
966         * src/compose.c
967                 Redirect fixes: enable automatic account selection and
968                 do not append signature to message on changing account
969                 fixes Bug[s] #248
970
971 2003-07-23 [paul]       0.9.3claws41
972
973         * sync with 0.9.3cvs16
974                 see ChangeLog 2003-07-23
975
976 2003-07-23 [alfons]     0.9.3claws40
977
978         * src/inc.c
979                 give progress dialog a main window, and give it the first 
980                 one (presumably the only one). fixes bug #247, "segfault on 
981                 pop-before-smtp" 
982
983 2003-07-22 [alfons]     0.9.3claws39
984
985         * src/summaryview.c
986                 shift-space scrolls up
987
988 2003-07-22 [paul]       0.9.3claws38
989
990         * sync with 0.9.3cvs15
991                 see ChangeLog 2003-07-22
992
993 2003-07-20 [alfons]     0.9.3claws37
994
995         * src/compose.c
996                 put menu inside #ifdef USE_ASPELL..#endif
997
998 2003-07-20 [christoph]  0.9.3claws36
999
1000         * src/procmsg.c
1001                 fix wrong flags in MsgInfo returned by
1002                 procmsg_msginfo_get_full_info()
1003
1004         (closes Bug 221 Deleting messages from the Message View gives incorrect
1005          new/unread message counts in the folder view)
1006
1007         * src/plugins/spamassassin/spamassassin_gtk.c
1008                 add gettext macro for prefs page title
1009
1010 2003-07-20 [paul]       0.9.3claws35
1011
1012         * src/mimeview.c
1013                 redraw icon list on signature check
1014
1015 2003-07-20 [christoph]  0.9.3claws34
1016
1017         * src/Makefile.am
1018         * src/account.c
1019         * src/folder.[ch]
1020         * src/folder_item_prefs.[ch]            ** NEW **
1021         * src/folderview.c
1022         * src/mainwindow.c
1023         * src/mh.c
1024         * src/prefs_gtk.c
1025         * src/prefs_scoring.c
1026         * src/summaryview.c
1027         * src/prefs_folder_item.[ch]
1028                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1029                   Properties dialog
1030                 o use prefswindow for folder properties
1031
1032         * src/gtk/prefswindow.[ch]
1033                 change implementation to use an invisible notebook instead
1034                 of unparenting widgets
1035
1036 2003-07-20 [christoph]  0.9.3claws33
1037
1038         * src/compose.h
1039         * src/folder.c
1040         * src/folderview.h
1041         * src/headerview.h
1042         * src/prefs_filtering.h
1043         * src/prefs_folder_item.[ch]
1044         * src/procmime.h
1045         * src/procmsg.h
1046         * src/summaryview.h
1047                 clean up header mess
1048                 (always use 1. typedefs, 2. #includes, 3. structures)
1049
1050         * src/common/version.h.in
1051                 add casts for constants
1052
1053         * src/plugins/demo/demo.c
1054                 fix typo
1055
1056         * src/plugins/spamassassin/spamassassin.c
1057                 remove unused variable
1058
1059 2003-07-20 [alfons]     0.9.3claws32
1060
1061         * src/mimeview.c
1062                 o make icon buttons respond on left click
1063                 o minor cosmetic change
1064
1065 2003-07-19 [luke]       0.9.3claws31
1066
1067         * src/mimeview.[ch]
1068         * src/gtk/gtkvscrollbutton.c
1069         * src/messageview.c
1070                 o improved mimeview behaviour when selecting a new message
1071                 o plus code cleanups to remove compile warnings
1072
1073
1074 2003-07-19 [alfons]     0.9.3claws30
1075
1076         * src/procmsg.c
1077         * src/compose.c
1078         * src/common/utils.[ch]
1079                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1080
1081 2003-07-19 [alfons]     0.9.3claws29
1082
1083         * src/prefs_folder_item.c
1084                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1085                 string pointers
1086
1087 2003-07-19 [luke]       0.9.3claws28
1088
1089         * src/messageview.c
1090         * src/mimeview.[ch]
1091         * src/procmime.h
1092         * src/rfc2015.c
1093         * src/stock_pixmap.[ch]
1094         * src/gtk/Makefile.am
1095         * src/Makefile.am
1096         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1097         * src/pixmaps/mime_*.xpm                ** NEW **
1098                 o mimeview rearrangement with a new icon shortcut bar
1099
1100 2003-07-19 [alfons]     0.9.3claws27
1101
1102         * src/folderview.c
1103                 o plug leaking nodes_to_recollapse
1104                 o add folderview_recollapse_all_nodes() (not used yet)
1105
1106 2003-07-19 [alfons]     0.9.3claws26
1107
1108         * src/compose.c
1109         * src/common/utils.c
1110                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1111                 for both forwarding as replying
1112
1113 2003-07-18 [christoph]  0.9.3claws25
1114
1115         * configure.ac
1116         * src/common/sylpheed.[ch]
1117         * src/common/version.h.in
1118                 add version in numeric form to allow easy comparison
1119
1120         * src/plugins/demo/demo.c
1121                 add version check
1122                 - sylpheed version > plugin version => never allowed, sylpheed
1123                   could contain unknown API changes
1124                 - sylpheed version < minimum version required => don't load,
1125                   API required not available (if linking does not fail)
1126
1127 2003-07-18 [alfons]     0.9.3claws24
1128         
1129         * src/common/plugin.[ch]
1130                 const correctness
1131
1132 2003-07-18 [christoph]  0.9.3claws23
1133
1134         * src/common/hooks.c
1135                 fix crash when hooks where unregisted
1136
1137         * src/plugins/trayicon/trayicon.c
1138                 unregister detroy signal before destroying the widget
1139                 (still crashes when the plugin is unloaded)
1140
1141 2003-07-18 [alfons]     0.9.3claws22
1142         
1143         * src/folderview.c
1144                 delay expanding folder tree during drags until timeout triggered
1145                 (needs perhaps some tweaking, so testing is welcome)
1146
1147 2003-07-17 [alfons]     0.9.3claws21
1148
1149         * src/folderview.c
1150                 clean up cruft
1151
1152 2003-07-17 [christoph]  0.9.3claws20
1153
1154         * src/common/session.c
1155                 fix opening of SSL connections
1156
1157         * src/plugins/image_viewer/Makefile.am
1158                 add OPENSSL_CFLAGS (we should find a better solution to remove
1159                 this dependencies if they are not required)
1160
1161         * src/plugins/spamassassin/spamassassin.c
1162                 remove setlocale workaround (fixed in libspamc)
1163
1164         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1165          if spell checking enabled)
1166
1167 2003-07-17 [alfons]     0.9.3claws19
1168
1169         * src/common/hooks.[ch]
1170         * src/plugins/clamav/clamav_plugin.c
1171         * src/plugins/spamassassin/spamassassin.c
1172         * src/plugins/trayicon/trayicon.c
1173                 fix signedness muck 
1174
1175 2003-07-17 [alfons]     0.9.3claws18
1176
1177         * src/procmime.c
1178                 plug memleak
1179
1180 2003-07-17 [alfons]     0.9.3claws17
1181
1182         * src/inc.c
1183                 plug memleak
1184
1185 2003-07-17 [paul]       0.9.3claws16
1186
1187         * src/common/defs.h
1188           src/mainwindow.c
1189           src/manual.[ch]
1190                 add link to the Claws site's FAQ page, after the suggestion
1191                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1192                 Move url strings to defs.h
1193                 
1194         * src/mainwindow.c
1195                 fix typo to prevent "unknown menu entry" warnings
1196
1197 2003-07-17 [alfons]     0.9.3claws15
1198
1199         * src/folderview.[ch]
1200         * src/summaryview.[ch]
1201         * src/mimeview.[ch]
1202                 plug DnD leaks 
1203
1204 2003-07-17 [paul]       0.9.3claws14
1205
1206         * src/inc.c
1207                 remove two instances of 'GTK_EVENTS_FLUSH' because
1208                 they are unnecessary and probably cause a stack overflow
1209
1210 2003-07-16 [christoph]  0.9.3claws13
1211
1212         * src/mimeview.[ch]
1213                 use an invisible GTK notebook to switch between viewers
1214                 instead of reparenting widgets
1215
1216 2003-07-16 [christoph]  0.9.3claws12
1217
1218         * src/folder.c
1219                 move folder_item_update_freeze() to correct place in
1220                 folder_item_scan_full()
1221
1222 2003-07-16 [paul]       0.9.3claws11
1223
1224         * sync with 0.9.3cvs12
1225                 see ChangeLog 2003-07-14 and 2003-07-15
1226
1227 2003-07-16 [christoph]  0.9.3claws10
1228
1229         * src/imap.[ch]
1230         * src/prefs_account.[ch]
1231                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1232
1233 2003-07-15 [alfons]     0.9.3claws9
1234
1235         * src/main.c
1236                 make --config-dir do something useful
1237
1238 2003-07-15 [alfons]     0.9.3claws8
1239
1240         * src/procmsg.c
1241                 o fix a bug where 'last' didn't really point to the last message
1242                   in the top level list of children, but to the last threaded
1243                   message. 
1244                 
1245                 o clean up and make it easier to sync
1246
1247 2003-07-15 [alfons]     0.9.3claws7
1248
1249         * src/mainwindow.c
1250                 make correct menu items sensitive       
1251
1252 2003-07-14 [alfons]     0.9.3claws6
1253
1254         * src/procmsg.c
1255                 tune the threader so it will not subject-thread any message
1256                 without a subject prefix (this will not thread correctly if 
1257                 a parent is delivered after their childs, but it looks 
1258                 better right now)
1259
1260 2003-07-13 [christoph]  0.9.3claws5
1261
1262         * src/mainwindow.c
1263                 group "Add mailbox *..." menu items in submenu
1264
1265 2003-07-13 [alfons]     0.9.3claws4
1266
1267         * src/summaryview.c
1268                 correct summary_toggle_pressed() signature and make sure
1269                 signal is not passed on
1270
1271 2003-07-13 [alfons]     0.9.3claws3
1272
1273         * src/summaryview.c
1274                 o for now don't pass on keys when they we're handled by 
1275                   ctree::key_press_event
1276                 o clean up
1277
1278 2003-07-13 [alfons]     0.9.3claws2
1279         
1280         * src/main.c
1281                 add command line option "--config-dir" to get the current 
1282                 configuration dir
1283
1284 2003-07-12 [alfons]     0.9.3claws1
1285
1286         * src/matcher.[ch]
1287         * src/matcher_parser_parse.y
1288         * src/prefs_filtering.c
1289         * src/filtering.c
1290                 add "Lock" filter action to lock messages;
1291
1292         * src/filtering.c       
1293                 remove debug_print()    
1294         * src/prefs_filtering.c
1295                 re-organize matcher part 9: 
1296                 make action text entries easily extendible;
1297                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1298                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1299
1300 2003-07-12 [paul]
1301
1302         * tools/README
1303                 update old information and add missing
1304                 information
1305
1306 2003-07-12 [paul]       0.9.3claws
1307
1308         * 0.9.3claws released
1309         
1310 2003-07-12 [paul]       0.9.0claws103
1311
1312         * src/Makefile.am
1313                 add addrquery.h
1314
1315 2003-07-12 [melvin]     0.9.0claws102
1316
1317         * src/messageview.c
1318                 Fixed bug #215: Show MIME tab for single text/html messages. 
1319                 
1320 2003-07-12 [paul]       0.9.0claws101
1321
1322         * man/sylpheed.1
1323                 updated
1324
1325 2003-07-12 [paul]       0.9.0claws100
1326
1327         * po/es.po
1328           po/hr.po
1329           po/pl.po
1330           po/sr.po
1331                 update Spanish, Croatian, Polish, Serbian translations.
1332                 submitted by Ricardo Mones Lastra, Dragan, Witold
1333                 Wladyslaw Wojciech Wilk, Urke MMI
1334
1335 2003-07-12 [melvin]     0.9.0claws99
1336
1337         * po/fr.po
1338                 Updated French translations.
1339
1340 2003-07-12 [paul]       0.9.0claws98
1341
1342         * src/addressbook.c
1343                 disable 'Lookup' button as it has no effect
1344
1345 2003-07-11 [alfons]     0.9.0claws97
1346         
1347         * src/summaryview.c
1348                 summary_searchbar_pressed() should return TRUE to signal that
1349                 event was handled. when returning void, the return value passed
1350                 to GTK is actually random, but maybe FALSE, in which case the
1351                 event is handled by parent
1352                 
1353 2003-07-10 [paul]       0.9.0claws96
1354
1355         * ac/missing/gettext.m4
1356                 update to version 0.12
1357
1358 2003-07-10 [paul]       0.9.0claws95
1359
1360         * src/plugins/clamav/clamav_plugin.c
1361                 fix bug where multipart/alternative messages
1362                 would slip through without being scanned
1363
1364 2003-07-10 [christoph]  0.9.0claws94
1365
1366         * src/folder.c
1367                 correct check if folder supports removing when a message is
1368                 moved. if not the message is only copied.
1369
1370         (closes Bug 132 crash on startup in newsgroups folders)
1371
1372 2003-07-09 [alfons]     0.9.0claws93
1373
1374         * configure.ac
1375         * src/common/defs.h
1376                 --with-config-dir (default .sylpheed)
1377
1378 2003-07-09 [christoph]  0.9.0claws92
1379
1380         * configure.ac
1381                 use PKG_CHECK_MODULES to check for gtkmathview
1382                 (version 0.4.2 now required)
1383
1384 2003-07-08 [melvin]     0.9.0claws91
1385
1386         * src/action.c
1387                 Implemented a progress bar that counts the number of completed
1388                 tasks when the action runs more than one command.
1389
1390 2003-07-08 [alfons]     0.9.0claws90
1391
1392         * src/procmsg.c
1393                 if queued message has an invalid Message-Id, don't try to
1394                 find message it refers to (fixes #209 "crash when processing 
1395                 in folder")
1396
1397 2003-07-08 [paul]       0.9.0claws89
1398
1399         * sync with 0.9.3cvs2
1400                 see ChangeLog 2003-07-08
1401
1402 2003-07-08 [match]      0.9.0claws88
1403
1404         * src/ldapctrl.c
1405                 extend LDAP search for first/last name by parsing search term.
1406
1407 2003-07-08 [alfons]     0.9.0claws87
1408
1409         * src/send_message.c
1410                 fix bug #208 "Status message stuck when sending on POP3 account"
1411
1412 2003-07-07 [paul]       0.9.0claws86
1413
1414         * po/hr.po
1415                 new Croatian translation, submitted by
1416                 Dragan <drleskov@inet.hr>
1417
1418 2003-07-07 [paul]       0.9.0claws85
1419
1420         * sync with 0.9.3cvs1
1421                 see ChangeLog 2003-07-07
1422
1423 2003-07-05 [christoph]  0.9.0claws84
1424
1425         * src/Makefile.am
1426         * src/messageview.c
1427         * src/mimeview.[ch]
1428         * src/stock_pixmap.[ch]
1429         * src/pixmaps/messageview_text.xpm              ** NEW **
1430                 move mimeview tabs to the right side and use icons
1431                 instead of text to save some space
1432
1433         (patch by Luke Plant <lukeplant@softhome.net>)
1434
1435 2003-07-05 [christoph]  0.9.0claws83
1436
1437         * src/inc.c
1438                 add NULL pointer checks
1439
1440         (patch by Luke Plant <lukeplant@softhome.net>)
1441         (closes Bug 204 0.9.0 quits on authentication error?!)
1442
1443 2003-07-05 [alfons]     0.9.0claws82
1444
1445         * configure.ac
1446                 take the clue in bug #202 "./configure script - 
1447                 'if test' comparison failure" reported by John Kristoff. 
1448
1449 2003-07-04 [christoph]  0.9.0claws81
1450
1451         * src/plugins/spamassassin/spamassassin.c
1452                 set timeout for spam check
1453
1454 2003-07-04 [christoph]  0.9.0claws80
1455
1456         * src/main.c
1457                 destroy all FolderItems when shutting down to
1458                 allow folders to clean up
1459
1460 2003-07-04 [melvin]     0.9.0claws79
1461
1462         * src/gtk/gtkaspell.c
1463                 Fixed bug #184 "Entering non-ascii character deletes
1464                 previous char if spell checking enabled": this makes
1465                 the spell checking in multibytes (e.g. UTF-8)locales work.
1466                 (Patch by Luke Plant).
1467                 
1468 2003-07-04 [christoph]  0.9.0claws78
1469
1470         * sync with 0.9.2cvs1
1471                 see ChangeLog 2003-06-10
1472
1473 2003-07-04 [paul]       0.9.0claws77
1474
1475         * sync with 0.9.3 release
1476                 see ChangeLog 2003-07-04
1477
1478 2003-07-03 [christoph]  0.9.0claws76
1479
1480         * src/folder.[ch]
1481         * src/imap.c
1482         * src/mbox_folder.c
1483         * src/mh.c
1484         * src/news.c
1485                 move folder_item_get_path() stuff into a folder virtual function
1486
1487         * src/procmsg.c
1488                 use folder_item_fetch_msg() to get message and do not contruct
1489                 the filename from path and number
1490
1491 2003-07-03 [paul]       0.9.0claws75
1492
1493         * sync with 0.9.2cvs12
1494                 see ChangeLog 2003-07-03
1495
1496 2003-07-02 [paul]       0.9.0claws74
1497
1498         * src/messageview.c
1499                 fix text-selection for replying
1500
1501 2003-07-02 [paul]       0.9.0claws73
1502
1503         * sync with 0.9.2cvs11
1504                 see ChangeLog 2003-07-02
1505
1506 2003-07-02 [paul]       0.9.0claws72
1507
1508         * src/procmsg.c
1509                 revert last commit because it breaks more
1510                 than it fixes
1511
1512 2003-07-02 [paul]       0.9.0claws71
1513
1514         * src/procmsg.c
1515                 fix thread by subject/sort by date
1516
1517 2003-07-01 [paul]       0.9.0claws70
1518
1519         * sync with 0.9.2cvs10
1520                 see ChangeLog 2003-07-01
1521
1522 2003-06-30 [paul]       0.9.0claws69
1523
1524         * sync with 0.9.2cvs9
1525                 see ChangeLog 2003-06-30
1526
1527 2003-06-28 [match]      0.9.0claws68
1528
1529         * src/addressbook.c
1530                 fix null ptr.
1531
1532 2003-06-27 [paul]       0.9.0claws67
1533
1534         * sync with 0.9.2cvs7
1535                 see ChangeLog 2003-06-27
1536
1537 2003-06-26 [christoph]  0.9.0claws66
1538
1539         * src/folder.c
1540                 freeze folder updates while a folder is scanned
1541
1542         (closes Bug 185 New message counter)
1543
1544 2003-06-26 [darko]      0.9.0claws65
1545
1546         * src/ldapserver.c
1547                 fix infinite loop when adding a new LDAP server
1548
1549 2003-06-26 [paul]       0.9.0claws64
1550
1551         * sync with 0.9.2cvs6
1552                 see ChangeLog 2003-06-26
1553
1554 2003-06-26 [paul]       0.9.0claws63
1555
1556         * sync with 0.9.2cvs5
1557                 see ChangeLog 2003-06-25 and 2003-06-26
1558
1559 2003-06-25 [match]      0.9.0claws62
1560
1561         * src/addr_compl.c
1562                 Fixed tab/backtab for dropped-down completion list to
1563                 move next/previous field. (close bug 147)
1564
1565 2003-06-25 [christoph]  0.9.0claws61
1566
1567         * src/addr_compl.[ch]
1568         * src/addrindex.[ch]
1569         * src/folderview.c
1570         * src/inc.c
1571         * src/news.c
1572         * src/summaryview.c
1573         * src/toolbar.c
1574                 fix warnings
1575
1576 2003-06-25 [leandro]    0.9.0claws60
1577
1578         * src/compose.c
1579                 o cleanups
1580                 o gray out "Message/Remove references" menu item if not
1581                   replying to a message
1582
1583 2003-06-24 [leandro]    0.9.0claws59
1584
1585         * src/compose.[ch]
1586                 o removed "Message/Create new thread" menu item
1587                 o added "Message/Remove references" menu item
1588                   (it's off by default and will not check anymore
1589                    if the subject changed)
1590
1591 2003-06-23 [alfons]     0.9.0claws58
1592
1593         * src/procmsg.c
1594                 try better grouping messages threaded by subject based on their age.
1595                 still not perfect - because the message tree is not sorted by date.  
1596
1597 2003-06-23 [thorsten]   0.9.0claws57
1598
1599         * src/pop.[ch]
1600                 added mail_receive_hook to allow modifications
1601                 directly after retrieval (e.g. adding headers).
1602
1603 2003-06-23 [paul]       0.9.0claws56
1604
1605         * src/sourcewindow.c
1606                  enable the use of Ctrl+A to select all text in
1607                  the sourcewindow
1608                  Patch submitted by Ivan Francolin Martinez
1609                  <ivanfm@users.sourceforge.net>
1610
1611 2003-06-22 [christoph]  0.9.0claws55
1612
1613         * src/folder.[ch]
1614                 o add notification hook for folder tree changes
1615                 o invoke hooks after folder tree scanning
1616
1617         * src/folderview.[ch]
1618                 register hook for folder tree changes that
1619                 updates the ctree
1620
1621         (there are more places that should be updated, like add, remove 
1622          or move folder)
1623
1624         (closes Bug 164 Crash on rebuild folder tree)
1625         (closes Bug 190 Crash on 'rebuilding folder tree')
1626
1627 2003-06-21 [leandro]    0.9.0claws54
1628
1629         * src/compose.[ch]
1630                 create a new thread if subject changes
1631                 (it's on by default, can be disabled in Message menu)
1632
1633 2003-06-21 [alfons]     0.9.0claws53
1634
1635         * src/summaryview.c
1636                 quiet little compiler
1637
1638 2003-06-21 [christoph]  0.9.0claws52
1639
1640         update gettext stuff to version 0.12
1641
1642 2003-06-19 [alfons]     0.9.0claws51
1643
1644         * src/common/log.c
1645         * src/common/plugin.c
1646                 move defs.h before glib.h to prevent MIN/MAX redefs
1647
1648 2003-06-19 [alfons]
1649
1650         * src/addressbook.c
1651                 translatable
1652
1653 2003-06-19 [match]      0.9.0claws50
1654
1655         * src/addressbook.[ch]
1656         * src/addrindex.[ch]
1657         * src/addr_compl.[ch]
1658         * src/editldap.[ch]
1659         * src/editldap_basedn.[ch]
1660         * src/addritem.[ch]
1661         * src/ldapquery.h
1662                 re-implemented dynamic LDAP search. works without
1663                 slowdown on display sender with addressbook
1664                 option.
1665         * src/addrbook.c
1666                 documented code.
1667
1668 2003-06-19 [paul]       0.9.0claws49
1669
1670         * src/compose.c
1671                 fix Bug #136 'Nonprovided quotation marks crash claws'
1672                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1673
1674 2003-06-19 [alfons]     0.9.0claws48
1675
1676         * src/prefs_common.[ch]
1677         * src/procmsg.c
1678                 restrict threading by subject by checking thread for
1679                 age (prefs_common.thread_by_subject_max_age)
1680
1681 2003-06-18 [christoph]  0.9.0claws47
1682
1683         * src/imap.c
1684                 fix memory leak in imap_cmd_fetch()
1685
1686 2003-06-18 [christoph]  0.9.0claws46
1687
1688         * src/prefs_gtk.c
1689                 fix memory leak in prefs_set_default() when used multiple
1690                 times or after prefs have been read
1691
1692 2003-06-18 [christoph]  0.9.0claws45
1693
1694         * src/common/plugin.c
1695                 fix memory leak in plugin_unload()
1696
1697 2003-06-18 [christoph]  0.9.0claws44
1698
1699         * src/imap.c
1700                 fix memory leak in imap_cmd_ok()
1701
1702 2003-06-18 [christoph]  0.9.0claws43
1703
1704         * src/folder.c
1705                 stop messages that are downloaded from POP3 and added to
1706                 an IMAP inbox from being filtered twice (first by POP3
1707                 and again when IMAP folder is scaned to get the UID of
1708                 the APPEND operation when no UIDPLUS is available)
1709
1710 2003-06-18 [alfons]
1711
1712         * tools/Makefile.am
1713                 phoenix <- firebird     
1714
1715 2003-06-18 [paul]
1716
1717         * tools/launch_phoenix          ** REMOVED **
1718           tools/launch_firebird         ** NEW **
1719                 renamed and edited to reflect the browser's name change from
1720                 'phoenix' to 'firebird'
1721
1722 2003-06-18 [paul]       0.9.0claws42
1723
1724         * sync with 0.9.2cvs2
1725                 see ChangeLog 2003-06-16
1726
1727 2003-06-17 [alfons]     0.9.0claws41
1728
1729         * src/procmsg.c
1730                 prevent threading problems when a node is an ancestor (parent / great parent),
1731                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1732                 for finding an sample set of messages)
1733
1734 2003-06-16 [christoph]  0.9.0claws40
1735
1736         * src/main.c
1737                 don't popup main window on --receive or --receive-all
1738
1739         * src/mainwindow.[ch]
1740         * src/plugins/trayicon/trayicon.c
1741                 allow hiding of main window by clicking on the trayicon
1742                 (doesn't work correctly in seperate window mode and may
1743                  cause unexpected GTK problems I couldn't find yet)
1744
1745         * src/common/ssl.c
1746                 remove incorrect warning
1747
1748 2003-06-15 [alfons]     0.9.0claws39
1749
1750         * src/gtk/gtkstext.c
1751                 don't output debug text;
1752                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1753                 for pointing this out);
1754
1755 2003-06-14 [alfons]     0.9.0claws38
1756         
1757         * src/messageview.c
1758                 remove printf() and make one if..else comply with coding style
1759
1760 2003-06-14 [alfons]     0.9.0claws37
1761
1762         * AUTHORS
1763                 add Martin Wicke
1764         * src/action.c
1765         * src/messageview.[ch]
1766         * src/summaryview.c
1767                 apply patch #754162 "Quoting messages filtered by actions" submitted
1768                 by Martin Wicke, which allows quoting message body changed by an
1769                 action (Thanks!).
1770
1771 2003-06-13 [alfons]     0.9.0claws36
1772
1773         * src/utils.c
1774                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1775                 use case insensitive regexp (suggested by Ivan Martinez)
1776
1777 2003-06-13 [christoph]  0.9.0claws35
1778
1779         * configure.ac
1780         * src/plugins/trayicon/Makefile.am
1781         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1782         * src/plugins/trayicon/trayicon.c
1783         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1784         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1785         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1786         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1787         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1788         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1789                 replace my own EggTrayIcon backport with the backport
1790                 used by (l|x)mule and gabber.
1791
1792 2003-06-13 [alfons]     0.9.0claws34
1793
1794         * AUTHORS
1795         * src/common/utils.c
1796                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1797
1798 2003-06-13 [alfons]     0.9.0claws33
1799
1800         * src/compose.c
1801                 clean up a little bit
1802
1803 2003-06-12 [alfons]     0.9.0claws32
1804
1805         * src/compose.c
1806                 const correctness fix
1807
1808         * src/common/sylpheed.[ch]
1809                 () -> (void)
1810                 prevent redef MIN/MAX
1811                 
1812         * src/common/utils.[ch]
1813                 () -> (void)
1814
1815 2003-06-12 [melvin]     0.9.0claws31
1816
1817         * src/compose.c
1818                 Updated to take into accounts changes in GtkAspell.
1819
1820 2003-06-12 [alfons]     0.9.0claws30
1821
1822         * src/compose.c
1823         * src/procmsg.c
1824         * src/common/utils.[ch]
1825                 handle reply subject prefixes better (initial 
1826                 suggestion by Robert Story adapted and enhanced 
1827                 using regexps)
1828
1829 2003-06-12 [melvin]     0.9.0claws29
1830
1831         * src/compose.c
1832                 Use new gtkaspell_checkers_strerror() to get the speller's
1833                 error message instead of accessing the (now private)
1834                 checkers structure.
1835                 Minor code clean up
1836
1837         * src/main.c
1838                 Use #ifdef instead of #if for USE_ASPELL
1839                 Use the new spell checkers init/quit functions 
1840
1841         * src/gtk/gtkaspell.c
1842                 Use #ifdef instead of #if for USE_ASPELL
1843                 Moved in the majority of GtkAspell structures that were
1844                 exported before by gtkaspell.h
1845         
1846         * src/gtk/gktaspell.h
1847                 Made gtkaspell.h contain only the necessary data to be
1848                 publicized by moving many structures to gtkaspell.c.
1849                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1850                 gtkaspell_checkers_new(): replaced by...
1851                 gtkaspell_checkers_init(): new function for initialization
1852                 gtkaspell_checkers_delete(): replaced by...
1853                 gtkaspell_checkers_quit(): new function
1854                 gtkaspell_checkers_strerror(): new function that returns
1855                 the checker's last error message.
1856                 
1857 2003-06-11 [melvin]     0.9.0claws28
1858
1859         * po/POTFILES.in
1860                 Updated to take into account gtkaspell.c migration to
1861                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1862
1863 2003-06-10 [alfons]     0.9.0claws27
1864
1865         * src/filtering.[ch]
1866         * src/folder.c
1867         * src/matcher.c
1868         * src/scoring.[ch]
1869                 - try fixing bug #18 (any brave testers?)
1870                 - add more robustness by refusing previously 
1871                   unchecked NULL pointers 
1872
1873 2003-06-10 [alfons]     0.9.0claws26
1874
1875         * src/procmsg.c
1876                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1877
1878 2003-06-09 [alfons]     0.9.0claws25
1879
1880         * src/prefs_common.c
1881                 fix bug #163 "Icon switching doesnt work properly" by 
1882                 preventing early freeing of prefs_common.pixmap_theme_path.
1883
1884 2003-06-09 [christoph]  0.9.0claws24
1885
1886         * src/gtk/gtkaspell.c
1887                 revert Thorsten's fix and add forgotten g_strdup for
1888                 aspell path (it should not be possible to alter the path a
1889                 GtkASpell uses from outside)
1890
1891 2003-06-09 [thorsten]   0.9.0claws23
1892
1893         * src/gtk/gtkaspell.c
1894                 dont free prefs_common.aspell_path when closing compose
1895
1896 2003-06-08 [colin]      0.9.0claws22
1897
1898         * src/plugins/spamassassin/spamassassin.c
1899                 fix prefs types
1900
1901 2003-06-07 [christoph]  0.9.0claws21
1902
1903         * src/Makefile.am
1904         * src/compose.c
1905         * src/gtkaspell.[ch]            ** REMOVE **
1906         * src/gtk/Makefile.am
1907         * src/gtk/gtkaspell.[ch]        ** NEW **
1908                 o make gtkaspell independent from sylpheed's prefs
1909                 o move gtkaspell.[ch] to gtk directory
1910
1911 2003-06-07 [christoph]  0.9.0claws20
1912
1913         * src/Makefile.am
1914         * src/crash.c
1915         * src/export.c
1916         * src/filesel.[ch]              ** REMOVE **
1917         * src/folder.c
1918         * src/main.[ch]
1919         * src/common/sylpheed.[ch]
1920         * src/gtk/Makefile.am
1921         * src/gtk/filesel.[ch]          ** NEW **
1922         * src/gtk/pluginwindow.c
1923         * src/gtk/sslcertwindow.c
1924                 move filesel.[ch] to gtk directory
1925
1926 2003-06-07 [alfons]     0.9.0claws19
1927
1928         * src/filesel.c
1929                 make (multi) file selection dialog work again (Claws-only)
1930
1931 2003-06-07 [thorsten]   0.9.0claws18
1932
1933         * po/de.po
1934                 fix typos
1935
1936 2003-06-07 [alfons]     0.9.0claws17
1937
1938         * configure.ac
1939         * src/mimeview.c
1940                 detect apache mishap in which case don't include fnmatch.h
1941                 if regex.h is already included
1942
1943 2003-06-06 [christoph]  0.9.0claws16
1944
1945         * configure.ac
1946         * src/mimeview.h
1947                 add check for fnmatch.h and include it when available
1948
1949         * src/mimeview.[ch]
1950                 fix wrong case sensitivity of Content-Types
1951
1952         * src/gtk/Makefile.am
1953                 need the same include paths in gtk directory as in
1954                 common directory because .h files in common can
1955                 include files from these directories, when included
1956                 in gtk's .h or .c files
1957
1958 2003-06-06 [alfons]     0.9.0claws15
1959
1960         * src/mimeview.c
1961         * src/summaryview.c
1962                 make it compile again because of regex.h / fnmatch.h 
1963                 include problems (related to recent mime stuff, can
1964                 someone check this?)
1965
1966 2003-06-06 [thorsten]   0.9.0claws14
1967
1968         * src/folderview.c
1969                 possible use of uninitialized pointer while dragging
1970
1971 2003-06-06 [paul]       0.9.0claws13
1972
1973         * src/compose.c
1974                 fix bug where the insert sig button would be effective
1975                 only when auto_sig was set
1976
1977 2003-06-06 [paul]       0.9.0claws12
1978
1979         * sync with 0.9.2 release
1980
1981 2003-06-02 [paul]       0.9.0claws11
1982
1983         * sync with 0.9.1cvs1
1984                 see ChangeLog 2003-06-02
1985                 
1986         * po/de.po
1987                 update by Jens
1988
1989 2003-06-01 [christoph]  0.9.0claws10
1990
1991         * src/account.c
1992                 don't use substring search to find accounts by email address
1993
1994         (closes Bug 169 Overly loose matching of "From" address)
1995
1996 2003-05-31 [christoph]  0.9.0claws9
1997
1998         * doc-src/rfc2683.txt
1999         * src/imap.c
2000                 limit IMAP command length as recommended in RFC2683
2001                 (message number lists will be split into multiple imap
2002                 sets, the limit of 1000 octets is not a hard limit)
2003
2004         (closes Bug 161 sylpheed-claws exits with segfault when logging
2005          in to certain imap-servers)
2006
2007 2003-05-29 [alfons]     0.9.0claws8
2008
2009         * src/toolbar.[ch]
2010                 add print button (calling summary_print());
2011                 fine tune setting tooltip text;
2012                 (if someone needs other buttons, please take these 
2013                 commits as a guide, instead of bothering us - also
2014                 see 0.8.11claws150) 
2015
2016 2003-05-29 [darko]      0.9.0claws7
2017
2018         * src/compose.c
2019                 fix crash when word wrapping kicks in due to
2020                 changed text by spell checker
2021
2022 2003-05-29 [paul]       0.9.0claws6
2023
2024         * src/compose.c
2025                 fix bug where changing account would insert
2026                 sig even if auto_sig was FALSE
2027                 
2028         * ChangeLog
2029           ChangeLog.jp
2030           INSTALL
2031                 sync with 0.9.1 release
2032
2033 2003-05-28 [christoph]  0.9.0claws5
2034
2035         * src/imap.c
2036                 fix truncation of too long commands
2037
2038         (closes Bug 167 IMAP hangs trying to get envelope
2039          information in imap_get_uncached_messages)
2040
2041 2003-05-27 [paul]       0.9.0claws4
2042
2043         * tools/Makefile.am
2044           tools/maildir2sylpheed.pl     ** NEW FILE **
2045                 add kmail to sylpheed mailbox conversion script
2046
2047 2003-05-27 [paul]       0.9.0claws3
2048
2049         * sync with 0.9.0cvs10
2050                 see ChangeLog 2003-05-26
2051
2052 2003-05-26 [paul]       0.9.0claws2
2053
2054         * sync with 0.9.0cvs9
2055                 see ChangeLog 2003-05-26
2056
2057 2003-05-24 [paul]       0.9.0claws1
2058
2059         * sync with 0.9.0cvs8
2060                 see ChangeLog 2003-05-23
2061
2062 2003-05-24 [paul]       0.9.0claws
2063
2064         * version 0.9.0claws released
2065
2066 2003-05-24 [paul]       0.8.11claws177
2067
2068         * src/plugins/dillo-viewer/Makefile.am
2069           src/plugins/traycon/Makefile.am
2070                 add missing files
2071                 
2072         * po/bg.po
2073           po/en_GB.po
2074           po/es.po
2075           po/it.po
2076           po/pt_BR.po
2077           po/ru.po
2078           po/sr.po
2079                 update Bulgarian, British English, Spanish, Italian, 
2080                 Brazilian Portuguese, Russian, and Serbian translations, 
2081                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2082                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2083                 Ruslan N. Balkin, and Urke MMI
2084
2085 2003-05-23 [melvin]     0.8.11claws176
2086
2087         * po/fr.po
2088                 Updated French translations
2089
2090 2003-05-22 [paul]       0.8.11claws175
2091
2092         * src/Makefile.am
2093           src/addrbook.[ch]
2094           src/addrcache.[ch]
2095           src/addr_compl.[ch]
2096           src/adressbook.[ch]
2097           src/addrindex.[ch]
2098           src/addritem.[ch]
2099           src/editaddress.c
2100           src/editgroup.c
2101           src/editldap_basedn.c
2102           src/editldap.c
2103           src/jpilot.c
2104           src/vcard.c
2105                 revert to get ldap into it previous working state
2106                 
2107         * po/zh_TW.Big5.po
2108                 new Taiwanese translation,
2109                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2110
2111 2003-05-22 [christoph]  0.8.11claws174
2112
2113         * src/plugins/spamassassin/libspamc.[ch]
2114                 sync libspamc with SpamAssaain release 2.55
2115
2116 2003-05-22 [paul]       0.8.11claws173
2117
2118         * sync with 0.9.0cvs7
2119                 see ChangeLog 2003-05-22
2120                 
2121         * src/summaryview.c
2122                 revert change in 0.8.11claws172: follow
2123                 Hiroyuki's decision and that's the end of it.
2124
2125 2003-05-21 [paul]       0.8.11claws172
2126
2127         * src/summaryview.c
2128                 fix discrepency between open_unread_on_enter
2129                 and always_show_msg
2130
2131 2003-05-21 [paul]       0.8.11claws171
2132
2133         * sync with 0.9.0cvs6
2134                 see ChangeLog 2003-05-21
2135
2136 2003-05-21 [paul]       0.8.11claws170
2137
2138         * sync with 0.9.0cvs5
2139                 see ChangeLog 2003-05-21
2140
2141 2003-05-20 [paul]       0.8.11claws169
2142
2143         * sync with 0.9.0cvs4
2144                 see ChangeLog 2003-05-20
2145                 fixes bug #152, 'encoding of IMAP folders names'
2146
2147 2003-05-20 [paul]       0.8.11claws168
2148
2149         * sync with 0.9.0cvs3
2150                 see ChangeLog 2003-05-20
2151                 
2152         * src/tools/convert_mbox.pl
2153                 minor change in the comments, submitted by Fred Marton
2154
2155 2003-05-19 [paul]       0.8.11claws167
2156
2157         * src/plugins/clamav/Makefile.am
2158           configure.ac
2159                 link clamav_lib to the plugin and not to the main program
2160
2161 2003-05-19 [christoph]
2162
2163         * src/Makefile.am
2164                 add -export-dynamic for linking
2165
2166 2003-05-19 [paul]       0.8.11claws166
2167
2168         * sync with 0.9.0cvs1
2169                 see ChangeLog 2003-05-19
2170
2171 2003-05-19 [paul]       0.8.11claws165
2172
2173         * src/inc.c
2174                 fix 'pop before smtp' timeout
2175
2176 2003-05-18 [alfons]     0.8.11claws164
2177
2178         * src/prefs_matcher.c
2179                 put "execute" action command line ("expression") in edit box
2180
2181 2003-05-18 [christoph]  0.8.11claws163
2182
2183         * src/mimeview.[ch]
2184         * src/plugins/dillo_viewer/dillo_viewer.c
2185         * src/plugins/image_viewer/viewer.c
2186         * src/plugins/mathml_viewer/mathml_viewer.c
2187                 let a viewer have a list of Content-Types
2188
2189 2003-05-18 [paul]       0.8.11claws162
2190
2191         * src/prefs_filtering.c
2192                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2193                 and REDIRECT actions
2194
2195 2003-05-17 [christoph]
2196
2197         * README.claws
2198                 o remove dynamic signatures that was syned with main
2199                 o add infos about no longer "build in" image viewer
2200                 o update bugtracker URL
2201
2202 2003-05-17 [christoph]  0.8.11claws161
2203
2204         * src/folder.c
2205         * src/folderview.c
2206         * src/imap.c
2207                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2208                 for every folder after rebuilding the folder tree.
2209
2210         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2211          messages)
2212
2213 2003-05-17 [christoph]  0.8.11claws160
2214
2215         * src/imap.c
2216                 don't use STATUS command on current folder to check for
2217                 content changes. imap_cmd_ok() now tracks changes to
2218                 folder and number of existing messages.
2219
2220 2003-05-17 [paul]       0.8.11claws159
2221
2222         * src/plugins/clamav/clamav_plugin.c
2223                 remove unnecessary debug_print
2224
2225 2003-05-16 [thorsten]   0.8.11claws158
2226
2227         * src/plugins/demo.c
2228                 included missing intl.h
2229
2230 2003-05-16 [paul]       0.8.11claws157
2231
2232         * po/POTFILES.in
2233                 remove non-existant entries
2234         
2235         * src/plugins/clamav/clamav_plugin.c
2236           src/plugins/clamav/clamav_plugin_gtk.c
2237           src/plugins/dillo_viewer/dillo_prefs.c
2238           src/plugins/dillo_viewer/dillo_viewer.c
2239                 gettextise
2240
2241 2003-05-16 [christoph]  0.8.11claws156
2242
2243         * po/POTFILES.in
2244                 include plugin .c files for translation until I
2245                 find a better solution to have plugins have their
2246                 own textdomain
2247         * src/plugins/demo/demo.c
2248         * src/plugins/image_viewer/plugin.c
2249         * src/plugins/mathml_viewer/mathml_viewer.c
2250         * src/plugins/spamassassin/spamassassin.c
2251         * src/plugins/spamassassin/spamassassin_gtk.c
2252         * src/plugins/trayicon/trayicon.c
2253                 add gettext macros for plugin name and description
2254
2255 2003-05-16 [paul]
2256
2257         * sync with 0.9.0
2258
2259 2003-05-16 [paul]       0.8.11claws155
2260
2261         * sync with lastest 0.9.0pre1
2262                 see ChangeLog 2003-05-16
2263
2264 2003-05-15 [paul]       0.8.11claws154
2265
2266         * sync with latest 0.9.0pre1
2267                 see ChangeLog 2003-05-14 and 2003-05-15
2268
2269 2003-05-14 [christoph]  0.8.11claws153
2270
2271         * src/plugins/image_viewer/viewer.c
2272         * src/plugins/image_viewer/viewer.glade         ** NEW **
2273         * src/plugins/image_viewer/viewerprefs.c
2274                 make it possible to disable the autoload function in the
2275                 imageviewer again
2276
2277 2003-05-14 [christoph]  0.8.11claws152
2278
2279         * src/folder.c
2280                 fix folder update after adding a message
2281
2282 2003-05-13 [alfons]     0.8.11claws151
2283
2284         * src/common/session.c
2285                 remove debug traces
2286                 
2287         * src/addrcache.[ch]
2288         * src/filtering.[ch]
2289         * src/folder.[c]
2290         * src/gtkaspell.[ch]
2291         * src/imap.[ch]
2292         * src/mbox_folder.[ch]
2293         * src/mh.[ch]
2294         * src/mimeview.h
2295         * src/msgcache.[ch]
2296         * src/news.[ch]
2297         * src/passphrase.[ch]
2298         * src/prefs_common.[ch]
2299         * src/prefs_gtk.[ch]
2300         * src/procmsg.c
2301         * src/scoring.[ch]
2302                 be pedantic; (in prototypes () implies (int))
2303
2304 2003-05-13 [alfons]     0.8.11claws150
2305
2306         * src/prefs_toolbar.[ch]
2307         * src/summaryview.[ch]
2308         * src/toolbar.[ch]
2309                 change misleading text in toolbar prefs;
2310                 add toolbar action for ignore thread (toggles ignore thread flag);
2311                 clean up a little bit;
2312
2313 2003-05-12 [paul]
2314
2315         * tools/convert_mbox.pl
2316                 bug fixed by Fred Marton
2317
2318 2003-05-12 [paul]
2319
2320         * sync with 0.9.0pre1
2321
2322 2003-05-09 [paul]       0.8.11claws149
2323
2324         * sync with 0.8.11cvs43
2325                 see ChangeLog 2003-05-09
2326
2327 2003-05-08 [christoph]  0.8.11claws148
2328
2329         * src/imap.[ch]
2330                 o use CAPABILIY as first command and check for PREAUTH
2331                   information in the response to it
2332                 o rewrite all imap_cmd_* functions to use an IMAPSession
2333                   instead of a SockInfo as parameter
2334                 o do STARTTLS after fetching and checking the server
2335                   capabilities
2336
2337 2003-05-08 [paul]       0.8.11claws147
2338
2339         * tools/Makefile.am
2340           tools/README
2341           tools/convert_mbox.pl         ** NEW FILE **
2342                 add mbox conversion script. Submitted by 
2343                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2344
2345 2003-05-07 [christoph]
2346
2347         * doc-src/glade.txt
2348         * src/gtk/pluginwindow.glade
2349         * src/plugins/image_viewer/viewerprefs.glade
2350         * src/plugins/spamassassin/spamassassin_gtk.glade
2351                 add glade files for user interfaces and a description how
2352                 to use glade to create the sylpheed code
2353
2354 2003-05-07 [paul]       0.8.11claws146
2355
2356         * sync with 0.8.11cvs41
2357                 see ChangeLog 2003-05-07
2358
2359 2003-05-06 [christoph]  0.8.11claws145
2360
2361         * src/main.c
2362         * src/plugins/image_viewer/viewer.c
2363                 fix usage of imlib in imageviewer plugin
2364
2365         * src/gtk/prefswindow.c
2366                 handle window close event correctly
2367
2368 2003-05-06 [paul]       0.8.11claws144
2369
2370         * src/common/ssl.c
2371                 fix typo introduced in sync
2372
2373 2003-05-06 [paul]       0.8.11claws143
2374
2375         * sync with 0.8.11cvs39
2376                 see ChangeLog 2003-05-06
2377
2378 2003-05-06 [paul]       0.8.11claws142
2379
2380         * AUTHORS
2381           po/cs.po
2382                 updated Czech translation, submitted by 
2383                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2384                 
2385         * src/plugins/clamav/clamav_plugin_gtk.c
2386                 clean up
2387
2388 2003-05-03 [alfons]     0.8.11claws141
2389
2390         * src/compose.[ch]
2391                 make paste as quotation work even when the call to 
2392                 text_inserted() was deferred (fixes bug #140 "Paste 
2393                 as quotation does not work when using "external" 
2394                 clipboard")
2395
2396 2003-05-03 [thorsten]   0.8.11claws140
2397
2398         * src/addrquery.h
2399           src/ldapquery.h
2400           src/mainwindow.c
2401                 removed C++ comments
2402         * src/addr_compl.c
2403                 function with non-int retval/param used before
2404                 implementation/declaration
2405
2406 2003-05-02 [paul]       0.8.11claws139
2407
2408         * src/addr_compl.[ch]
2409           src/addressbook.[ch]
2410           src/addrindex.c
2411           src/summaryview.c
2412                 revert match's changes to (finally) remove the bug where
2413                 opening a folder causes massive slowdown when using the 
2414                 'Display sender using address book' option
2415
2416 2003-05-01 [melvin]     0.8.11claws138
2417
2418         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2419         * src/plugins/dillo_viewer/dillo_viewer.c
2420                 Fixed bug where "Cancel" button from prefs issued
2421                 warnings.
2422                 Comply a little more to coding style
2423
2424 2003-05-01 [paul]       0.8.11claws137
2425
2426         * sync with 0.8.11cvs38
2427                 see ChangeLog 2003-05-01
2428
2429 2003-05-01 [paul]       0.8.11claws136
2430
2431         * po/bg.po
2432                 updated by George Danchev
2433
2434 2003-04-30 [christoph]  0.8.11claws135
2435
2436         * src/plugins/dillo_viewer/dillo_prefs.c
2437         * src/plugins/image_viewer/viewerprefs.c
2438         * src/plugins/spamassassin/spamassassin_gtk.c
2439                 remove gtk_widget_ref() calls for widgets in
2440                 glade code
2441
2442 2003-04-30 [paul]       0.8.11claws134
2443
2444         * src/addrindex.c
2445                 ok, this time a better fix for the bug where opening folder
2446                 has massive slowdown when using the 'Display sender using 
2447                 address book' option
2448
2449 2003-04-30 [paul]       0.8.11claws133
2450
2451         * src/addrindex.c
2452                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2453         
2454 2003-04-30 [melvin]     0.8.11claws132
2455
2456         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2457
2458         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2459                 Preferences for the dillo plugin
2460         * src/plugins/dillo_viewer/dillo_viewer.c
2461                 Support for preferences
2462         * src/plugins/dillo_viewer/Makefile.am
2463                 Added dillo_prefs.[ch]
2464
2465 2003-04-30 [alfons]     0.8.11claws131
2466
2467         * src/common/plugin.[ch]
2468                 see? this ANSI C'fication immediately gives us type
2469                 checking for free.
2470
2471 2003-04-30 [alfons]     0.8.11claws130
2472
2473         * src/common/plugin.[ch]
2474         * src/plugins/clamav/clamav_plugin.[ch]
2475         * src/plugins/clamav/clamav_plugin_gtk.c
2476         * src/plugins/demo/demo.c
2477         * src/plugins/dillo_viewer/dillo_viewer.c
2478         * src/plugins/image_viewer/plugin.c
2479         * src/plugins/image_viewer/viewer.[ch]
2480         * src/plugins/image_viewer/viewerprefs.[ch]
2481         * src/plugins/mathml_viewer/mathml_viewer.c
2482         * src/plugins/spamassassin/spamassassin.[ch]
2483         * src/plugins/spamassassin/spamassassin_gtk.c
2484         * src/plugins/trayicon/trayicon.c
2485                 clean up
2486
2487 2003-04-30 [alfons]     0.8.11claws129
2488
2489         * src/common/utils.c
2490                 make is_ascii_str() fail gracefully when NULL pointer
2491                 is passed
2492
2493 2003-04-30 [paul]       0.8.11claws128
2494
2495         * src/addrindex.c
2496                 fix bug where opening folder has massive slowdown when
2497                 using the 'Display sender using address book' option
2498
2499 2003-04-30 [paul]       0.8.11claws127
2500
2501         * src/plugins/clamav/clamav_plugin.c
2502           src/plugins/clamav/clamav_plugin_gtk.c
2503           src/plugins/demo/demo.c
2504           src/plugins/dillo_viewer/dillo_viewer.c
2505           src/plugins/image_viewer/plugin.c
2506           src/plugins/mathml_viewer/mathml_viewer.c
2507           src/plugins/spamassassin/spamassassin.c
2508           src/plugins/spamassassin/spamassassin_gtk.c
2509           src/plugins/trayicon/trayicon.c
2510                 get rid of eye-hurting function signatures
2511
2512 2003-04-30 [paul]       0.8.11claws126
2513
2514         * src/plugins/trayicon/trayicon.c
2515                 add description
2516                 
2517         * src/mimeview.c
2518                 be more descriptive
2519
2520 2003-04-30 [paul]       0.8.11claws125
2521
2522         * configure.ac
2523                 arrange the plugins in reverse alphabetical order
2524                 
2525         * src/plugins/clamav/clamav_plugin.[ch]
2526           src/plugins/clamav/clamav_plugin_gtk.c
2527                 rename some params
2528                 resize max_size window
2529                 re-arrange the order of some gui elements
2530                 improve descriptions
2531         
2532         * src/plugins/image_viewer/plugin.c
2533           src/plugins/mathml_viewer/mathml_viewer.c
2534                 add descriptions
2535                 
2536         * src/plugins/spamassassin/spamassassin_gtk.c
2537                 resize max_size window
2538                 re-arrange the order of some gui elements
2539                 
2540         * src/messageview.c
2541           src/mimeview.c
2542                 correct typos
2543
2544 2003-04-30 [alfons]     0.8.11claws124
2545
2546         * src/imap.c
2547                 fix a leak found while browsing Martin Kluge's 
2548                 valgrind log (Claws only)
2549
2550 2003-04-29 [darko]      0.8.11claws123
2551
2552         * src/gtk/gtkstext.h
2553                 include wchar.h if it is available, fixes compilation
2554                 on HP-UX systems
2555
2556 2003-04-29 [melvin]     0.8.11claws122
2557
2558         * src/prefs_actions.c
2559                 Improved help text of Actions' syntax
2560
2561 2003-04-28 [paul]       0.8.11claws121
2562
2563         * src/action.c
2564                 a better fix for the crash when performing an action
2565                 on a mime part
2566
2567 2003-04-28 [paul]       0.8.11claws120
2568
2569         * src/action.c
2570                 fix crash when performing an action on a
2571                 mime part
2572
2573 2003-04-28 [paul]       0.8.11claws119
2574
2575         * sync with 0.8.11cvs36
2576                 see ChangeLog 2003-04-28
2577
2578 2003-04-27 [paul]       0.8.11claws118
2579
2580         * more sync with 0.8.11cvs35
2581                 see ChangeLog 2003-04-25
2582
2583 2003-04-26 [christoph]  0.8.11claws117
2584
2585         * src/folder.c
2586                 fix remove virtual check
2587
2588 2003-04-26 [paul]       0.8.11claws116
2589
2590         * src/messageview.c
2591                 fix return-receipt, make it work again
2592
2593 2003-04-26 [paul]       0.8.11claws115
2594
2595         * src/mimeview.c
2596                 restore double-clicking of the [application/pgp-signature 
2597                 (Select "Check signature" to check)] line in the message view,
2598                 broken in recent sync
2599
2600 2003-04-26 [christoph]  0.8.11claws114
2601
2602         * src/folder.c
2603                 check if remove virtual really exists before
2604                 calling the function
2605
2606 2003-04-25 [match]      0.8.11claws113
2607
2608         * src/addrindex.c
2609         * src/addrbook.c
2610         * src/ldapquery.[ch]
2611         * src/ldapctrl.[ch]
2612                 fix memleak.
2613         * src/ldapserver.[ch]
2614                 fix memleak. fix segfault.
2615                 plug a Claws memleak
2616
2617 2003-04-25 [alfons]     0.8.11claws112
2618
2619         * src/folder.c
2620                 plug a Claws memleak
2621
2622 2003-04-25 [alfons]     0.8.11claws111
2623
2624         * src/common/session.c
2625                 plug a memleak
2626
2627 2003-04-25 [paul]       0.8.11claws110
2628
2629         * sync with 0.8.11cvs35
2630                 see ChangeLog 2003-04-24 and 2003-04-25
2631                 
2632         * src/gtk/pluginwindow.c
2633                 correct another strange float value
2634
2635 2003-04-24 [christoph]  0.8.11claws109
2636
2637         * src/folder.c
2638                 freeze folder item updates when unsetting new flags
2639
2640         * src/gtk/pluginwindow.c
2641                 correct strange float value
2642
2643 2003-04-23 [paul]       0.8.11claws108
2644
2645         * sync with 0.8.11cvs33
2646                 see ChangeLog 2003-04-23
2647
2648 2003-04-22 [paul]       0.8.11claws107
2649
2650         * src/Makefile.am
2651           src/messageview.c
2652           src/mimeview.c
2653           src/pgptext.[ch]      ** REMOVED **
2654                 remove pgptext.[ch] as its not used any more
2655
2656 2003-04-22 [paul]       0.8.11claws106
2657
2658         * sync with 0.8.11cvs31
2659                 see ChangeLog 2003-04-21 and 2003-04-22
2660
2661 2003-04-21 [alfons]     0.8.11claws105
2662
2663         * src/main.c
2664                 No access to GTK structures if we're a spawned child
2665                 (and clean up code a little bit...) Should fix #126.
2666
2667 2003-04-21 [melvin]     0.8.11claws104
2668
2669         * src/plugins/dillo_viewer/README
2670                 Improved slightly the text.
2671
2672 2003-04-21 [melvin]     0.8.11claws103
2673
2674         * src/plugins/dillo_viewer/README *** NEW ***
2675                 Added a README file for the Dillo plugin
2676
2677 2003-04-20 [paul]
2678
2679         * tools/README
2680           tools/outlook2sylpheed.pl
2681                 updated and improved by Ricardo Mones Lastra
2682
2683 2003-04-18 [oliver]     0.8.11claws102
2684
2685         * src/inc.c 
2686         * src/prefs_account.h
2687                 remove Pop3SessionType (used by selective download)
2688         * src/prefs_toolbar.c
2689                 enable set Default Toolbar button
2690
2691 2003-04-18 [paul]       0.8.11claws101
2692
2693         * sync with 0.8.11cvs29
2694                 see ChangeLog 2003-04-18
2695
2696 2003-04-17 [paul]       0.8.11claws100
2697
2698         * src/prefs_common.[ch]
2699           src/summaryview.c
2700                 remove 'Open next message on deletion' option,
2701                 as the same effect can now be achieved via the
2702                 'Always open messages in summary when selected'
2703                 option.
2704
2705 2003-04-17 [paul]       0.8.11claws99
2706
2707         * sync with 0.8.11cvs28
2708                 see ChangeLog 2003-04-17
2709
2710 2003-04-17 [christoph]  0.8.11claws98
2711
2712         * ac/spamassassin.m4
2713         * src/plugins/spamassassin/libspamc.[ch]
2714         * src/plugins/spamassassin/utils.[ch]
2715                 sync libspamc with SpamAssassin project
2716
2717 2003-04-17 [christoph]  0.8.11claws97
2718
2719         * src/common/socket.h
2720         * src/gtk/sslcertwindow.h
2721                 rename old USE_SSL to USE_OPENSSL
2722
2723 2003-04-17 [paul]       0.8.11claws96
2724
2725         * src/prefs_common.h
2726                 use gulong for P_COLOR so that it compiles/runs on
2727                 64-bit systems. Patch submitted by James Noyes
2728                 <jnoyes-claws@retrogeeks.com>
2729                 
2730         * po/de.po
2731                 updated by Jens
2732
2733 2003-04-17 [paul]       0.8.11claws95
2734
2735         * sync with 0.8.11cvs27
2736                 see ChangeLog 2003-04-16
2737
2738 2003-04-15 [paul]       0.8.11claws94
2739
2740         * src/prefs_common.[ch]
2741                 rearrange to stop the window getting too long:
2742                         move Receive dialog stuff to Receive tab
2743                         move Send dialog to Send tab
2744                         remove Dialogs frame
2745                 rename 'Open messages in summary with cursor keys' to
2746                 'Always open messages in summary when selected', as its
2747                 more appropriate
2748
2749 2003-04-15 [paul]       0.8.11claws93
2750
2751         * src/prefs_common.[ch]
2752           src/summaryview.c
2753                 add new option '/Interface/Open next message on deletion'
2754
2755 2003-04-15 [paul]       0.8.11claws92
2756
2757         * src/summaryview.[ch]
2758                 add /Mark/Lock and /Mark/Unlock to the pop-up
2759                 menu. Patch submitted by Ivan Francolin Martinez
2760                 <ivanfm@users.sourceforge.net>
2761
2762 2003-04-15 [paul]       0.8.11claws91
2763
2764         * sync with 0.8.11cvs24
2765                 see ChangeLog 2003-04-15
2766
2767 2003-04-14 [jens]       0.8.11claws90
2768
2769         * updated German translation and some corrections from
2770                 Roland Bless <bless@tm.uka.de>
2771
2772 2003-04-14 [paul]       0.8.11claws89
2773
2774         * sync with 0.8.11cvs22
2775                 see ChangeLog 2003-04-14
2776
2777 2003-04-13 [paul]       0.8.11claws88
2778
2779         * src/plugins/clamav/clamav_plugin.c
2780                 fix memory leaks
2781                 clean up
2782
2783 2003-04-12 [paul]       0.8.11claws87
2784
2785         * src/plugins/clamav/clamav_plugin.c
2786                 activate enable/disable archive scanning option
2787                 
2788         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2789
2790 2003-04-12 [paul]       0.8.11claws86
2791
2792         * src/plugins/Makefile.am
2793           src/plugins/clamav/Makefile.am                ** NEW FILE **
2794           src/plugins/clamav/README                     ** NEW FILE ** 
2795           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2796           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2797                 add Clam AntiVirus plugin
2798
2799 2003-04-12 [paul]       0.8.11claws85
2800
2801         * sync with 0.8.11cvs21
2802                 see ChangeLog 2003-04-11
2803
2804 2003-04-11 [paul]       0.8.11claws84
2805
2806         * po/es.po
2807                 update Spanish translation. Submitted by Ricardo
2808                 Mones Lastra.
2809
2810 2003-04-10 [christoph]  0.8.11claws83
2811
2812         * src/mbox.c
2813                 fix typo that did not move unfiltered mails to destination
2814                 folder
2815
2816         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2817          when filtering from spool)
2818
2819 2003-04-10 [christoph]  0.8.11claws82
2820
2821         * src/imap.c
2822                 use BODY.PEEK instead of BODY in in message fetch operation
2823                 to make sure the IMAP server does not set the \Seen flag for
2824                 messages. Sylpheed does that later itself, when the message
2825                 is opened in sylpheed
2826
2827         (closes Bug 111 Claws destroys unread marks)
2828
2829 2003-04-09 [oliver]     0.8.11claws81
2830         
2831         * src/folder.c
2832                 fix crash in folder_destroy
2833         * README.claws
2834                 remove selective download
2835
2836 2003-04-09 [christoph]  0.8.11claws80
2837
2838         * src/imap.c
2839                 fix crash in imap_get_msginfo() when then fetched message
2840                 is not found
2841
2842         (closes Bug 110 Crash during mail composition)
2843
2844 2003-04-08 [christoph]  0.8.11claws79
2845
2846         * src/folder.c
2847         * src/prefs_account.c
2848                 Filter new messages that are found in an INBOX folder
2849                 when 'Filter messages on receiving' is enabled in the
2850                 Folder's AccountPrefs. This allows to use Sylpheed's
2851                 filtering engine for IMAP folders where messages are
2852                 added to the INBOX by a MTA
2853
2854 2003-04-08 [paul]       0.8.11claws78
2855
2856         * src/procmsg.h
2857                 clean up after last commit
2858
2859 2003-04-08 [paul]       0.8.11claws77
2860
2861         * sync with 0.8.11cvs20
2862                 see ChangeLog 2003-04-07 and 2003-04-08
2863
2864 2003-04-07 [christoph]  0.8.11claws76
2865
2866         * src/filtering.[ch]
2867         * src/inc.[ch]
2868         * src/mbox.c
2869         * src/procmsg.[ch]
2870                 add procmsg_msginfo_filter() to execute filtering actions
2871
2872 2003-04-06 [christoph]  0.8.11claws75
2873
2874         * src/imap.c
2875                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2876
2877 2003-04-06 [christoph]  0.8.11claws74
2878
2879         * src/common/utils.[ch]
2880                 add g_int_compare() function for slist sorting
2881
2882         * src/imap.c
2883                 fetch all MsgInfos with one command in imap_get_msginfos()
2884                 using an imap set with a list of ranges
2885
2886         * src/news.c
2887                 use new g_int_compare() function
2888
2889 2003-04-06 [thorsten]   0.8.11claws73
2890
2891         * src/mh.c
2892                 corrected implementation of mh_folder_destroy()
2893
2894 2003-04-05 [christoph]  0.8.11claws72
2895
2896         * src/account.c
2897         * src/folder.[ch]
2898         * src/folderview.c
2899         * src/imap.c
2900         * src/inc.c
2901         * src/main.c
2902         * src/mainwindow.c
2903         * src/mbox_folder.c
2904         * src/mh.c
2905         * src/mimeview.h
2906         * src/msgcache.[ch]
2907         * src/news.c
2908         * src/procmime.h
2909         * src/procmsg.[ch]
2910         * src/setup.c
2911         * src/gtk/gtkutils.c
2912                 o rename structure field names class and new to klass and
2913                   new_msgs, to allow including files in C++
2914                 o add 'extern "C"' block to some header files
2915                 o add MsgInfoList and MsgNumberList as alias for GSList for
2916                   developers to know what type of list is expected
2917
2918         * src/plugins/image_viewer/plugin.c
2919         * src/plugins/image_viewer/viewer.[ch]
2920         * src/plugins/image_viewer/viewerprefs.[ch]
2921                 rename function names to prevent conflicts
2922
2923 2003-04-05 [paul]       0.8.11claws71
2924
2925         * sync with 0.8.11cvs18
2926                 see ChangeLog 2003-04-03 and 2003-04-04
2927
2928 2003-04-02 [christoph]  0.8.11claws70
2929
2930         * src/folder.[ch]
2931         * src/imap.[ch]
2932         * src/mbox_folder.[ch]
2933         * src/mh.[ch]
2934         * src/news.[ch]
2935                 o Make all virtual folder functions private
2936                 o remove unused folder code
2937
2938         * src/common/socket.[ch]
2939         * src/summaryview.c
2940                 fix warnings
2941
2942 2003-03-30 [alfons]     0.8.11claws69
2943
2944         * src/send_message.c
2945                 remove two debug traces and see if people still report
2946                 errors
2947
2948 2003-03-30 [alfons]     0.8.11claws68
2949
2950         * src/send_message.c
2951         * src/commons/session.c
2952                 add more debug traces
2953
2954 2003-03-30 [christoph]  0.8.11claws67
2955
2956         * src/folder.c
2957                 change processing folder name from .processing to processing
2958
2959         * src/common/ssl.c
2960                 disable SSL certificate check because it causes Xlib error
2961                 when the child process want's to open an GTK window
2962
2963 2003-03-30 [christoph]  0.8.11claws66
2964
2965         * src/folder.c
2966                 don't use default folder for processing folder item because
2967                 it can be a non local folder
2968
2969         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2970
2971 2003-03-30 [alfons]     0.8.11claws65
2972
2973         * src/send_message.c
2974                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2975                 to generate bad code for 'send_send_data_progressive': When
2976                 called from 'send_send_data_finished', the 'data' pointer is
2977                 cleared just before the assignment to the dialog pointer
2978
2979 2003-03-29 [christoph]  0.8.11claws64
2980
2981         * src/common/prefs.h
2982         * src/plugins/image_viewer/Makefile.am
2983         * src/plugins/image_viewer/plugin.c
2984         * src/plugins/image_viewer/viewer.[ch]
2985         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2986                 add PrefsPage for ImageViewer
2987
2988 2003-03-28 [thorsten]   0.8.11claws63
2989
2990         * src/common/session.c
2991                 added some comments
2992
2993 2003-03-28 [paul]       0.8.11claws62
2994
2995         * sync with 0.8.11cvs16
2996                 see ChangeLog 2003-03-28
2997
2998 2003-03-28 [paul]       0.8.11claws61
2999
3000         * sync with 0.8.11cvs15
3001                 see ChangeLog 2003-03-28
3002
3003 2003-03-27 [christoph]  0.8.11claws60
3004
3005         * src/folder.c
3006         * src/imap.c
3007         * src/common/socket.[ch]
3008                 set socket state to DISCONNECTED when any operation
3009                 fails to allow reconnecting in IMAP code without
3010                 checking the return code of all calls to the command
3011                 functions
3012
3013         * src/folderview.c
3014         * src/summaryview.c
3015                 remove some more stuff that depends on specific
3016                 folder types
3017
3018 2003-03-27 [paul]       0.8.11claws59
3019
3020         * sync with 0.8.11cvs14
3021                 see ChangeLog 2003-03-27
3022                 
3023         * src/selective_download.[ch]   ** REMOVED **
3024                 really removed
3025
3026 2003-03-27 [christoph]  0.8.11claws58
3027
3028         * src/folder.c
3029                 fix handling of tmp_flags in flag copy function
3030
3031 2003-03-27 [paul]       0.8.11claws57
3032
3033         * sync with 0.8.11cvs13
3034                 see ChangeLog 2003-03-27
3035
3036 2003-03-27 [oliver]     0.8.11claws56
3037
3038         * src/maiwindow.c
3039                 remove sel_download_cb
3040
3041 2003-03-27 [oliver]     0.8.11claws55
3042         
3043         * src/inc.c
3044                 remove POP3_TOP
3045         
3046 2003-03-26 [oliver]     0.8.11claws54
3047
3048         *src/pop.h
3049                 remove POP3_TOP*
3050         * README.claws
3051                 remove selective donwload readme
3052
3053 2003-03-26 [oliver]     0.8.11claws53
3054         * src/matcher.[ch]
3055         * src/matcher_parser_parse.y 
3056         * src/pop.c 
3057         * src/prefs_account.[ch]
3058         * src/prefs_filtering.c
3059                 remove selective donwload
3060
3061 2003-03-26 [oliver]     0.8.11claws52
3062
3063         * src/inc.[ch] 
3064         * src/filtering.c 
3065         * src/mainwindow.c 
3066                 remove selective donwload
3067
3068 2003-03-26 [oliver]     0.8.11claws51
3069         
3070         * src/Makefile.am
3071         * src/selective_download.[ch]   ** REMOVE **    
3072
3073 2003-03-26 [christoph]  0.8.11claws50
3074
3075         * src/news.c
3076                 fix NEWS that got broken by a sync with sylpheed-main
3077
3078 2003-03-26 [christoph]  0.8.11claws49
3079
3080         * src/mimeview.c
3081                 fix mime type guessing when no mime type is found for a file
3082
3083 2003-03-25 [christoph]  0.8.11claws48
3084
3085         * src/mimeview.c
3086         * src/procmime.c
3087                 remove mime type guessing from mime parser and use
3088                 name based mime types in viewer lookup for mime type
3089                 application/octet-stream
3090
3091 2003-03-25 [christoph]  0.8.11claws47
3092
3093         * doc-src/readme.txt
3094         * doc-src/rfc2554.txt
3095                 add RFC about SMTP AUTH
3096
3097         * src/send_message.c
3098         * src/common/smtp.[ch]
3099                 add extra error code for authentication errors and
3100                 clear temporary password when this error occurs
3101
3102         (closes Bug 84 authentication failure while sending should
3103          prompt for password again)
3104
3105 2003-03-25 [christoph]  0.8.11claws46
3106
3107         * configure.ac
3108         * src/Makefile.am
3109         * src/imageview.[ch]                            ** REMOVE **
3110         * src/messageview.[ch]
3111         * src/mimeview.[ch]
3112         * src/prefs_common.[ch]
3113         * src/textview.c
3114         * src/plugins/Makefile.am
3115         * src/plugins/image_viewer/.cvsignore           ** NEW **
3116         * src/plugins/image_viewer/Makefile.am          ** NEW **
3117         * src/plugins/image_viewer/plugin.c             ** NEW **
3118         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3119                 move image viewer into a plugin (building is enabled by default)
3120                 [ToDo: Prefs for resize and autoview]
3121
3122 2003-03-25 [paul]       0.8.11claws45
3123
3124         * sync with 0.8.11cvs12
3125                 see ChangeLog 2003-03-26
3126
3127 2003-03-25 [paul]       0.8.11claws44
3128
3129         * sync with 0.8.11cvs11
3130                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3131                 
3132         Note: Selective Download is broken.
3133                 
3134 2003-03-22 [christoph]  0.8.11claws43
3135
3136         * src/folder.c
3137                 code cleanup for flags copying
3138
3139 2003-03-22 [christoph]  0.8.11claws42
3140
3141         * src/plugins/trayicon/trayicon.c
3142                 fix setting the transparent area when the window size
3143                 is forced by the system tray
3144
3145 2003-03-22 [christoph]  0.8.11claws41
3146
3147         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3148         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3149         * src/plugins/trayicon/newmail.xpm              ** NEW **
3150         * src/plugins/trayicon/nomail.xpm               ** NEW **
3151         * src/plugins/trayicon/trayicon.c
3152         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3153                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3154                 o add icon for unread mails
3155                 o set transparency for window
3156
3157 2003-03-22 [christoph]  0.8.11claws40
3158
3159         * src/news.c
3160                 init news session to prevent crash when session is closed
3161
3162 2003-03-22 [christoph]  0.8.11claws39
3163
3164         * src/imap.c
3165         * src/common/session.[ch]
3166                 Init session data to make sure we don't have invalid pointers
3167                 for read_ch and write_ch when new multi process sessions are
3168                 not used
3169
3170         * src/main.c
3171         * src/common/plugin.c
3172         * src/common/sylpheed.c
3173         * src/plugins/demo/demo.c
3174         * src/plugins/dillo_viewer/dillo_viewer.c
3175         * src/plugins/mathml_viewer/mathml_viewer.c
3176         * src/plugins/spamassassin/spamassassin.c
3177         * src/plugins/spamassassin/spamassassin_gtk.c
3178                 add plugin types to allow loading plugins at different times
3179                 (and maybe for different frontends), because it's not good to
3180                 load GTK-Plugins gefore gtk_init was called
3181
3182         * configure.ac
3183         * src/plugins/Makefile.am
3184         * src/plugins/trayicon/.cvsignore               ** NEW **
3185         * src/plugins/trayicon/Makefile.am              ** NEW **
3186         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3187         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3188         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3189         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3190         * src/plugins/trayicon/trayicon.c               ** NEW **
3191                 New Trayicon plugin that shows an icon in a systray that uses
3192                 XEMBED protocol like Gnome's systray. Icon shows if there
3193                 are new mails and a tooltip shows information about new,
3194                 unread and total messages.
3195
3196 2003-03-22 [paul]       0.8.11claws38
3197
3198         * src/common/smtp.c
3199                 fix ESMTP AUTH CRAM-MD5
3200                 [sync with main (still version 0.8.11cvs6), see
3201                  ChangeLog 2003-03-22]
3202
3203 2003-03-21 [colin]      0.8.11claws37
3204
3205         * src/send_message.c
3206                 Fix USE_SSL => USE_OPENSSL
3207
3208 2003-03-21 [colin]      0.8.11claws36
3209
3210         * src/folderview.c
3211                 Fix counts in drag and dropped subfolders
3212
3213 2003-03-21 [colin]      0.8.11claws35
3214
3215         * src/folder.c 
3216         * src/folderview.c
3217                 speed up a bit folder dnd
3218
3219 2003-03-20 [alfons]     0.8.11claws34
3220
3221         * src/main.c
3222         * src/toolbar.c
3223         * src/procmsg.c
3224                 don't send locked queue messages
3225                 (feature request "[ 705245 ] Locking message in outbox 
3226                  should prevent sending")
3227
3228 2003-03-20 [christoph]  0.8.11claws33
3229
3230         * src/folder.c
3231                 remove NEW and UNREAD flag in special folders when scanning
3232                 
3233         * src/common/smtp.c
3234                 fix ESMTP AUTH CRAM-MD5
3235
3236 2003-03-20 [paul]       0.8.11claws32
3237
3238         * src/prefs_account.c
3239                 Re-write 'Tunnel command to open connection' as
3240                 'Use command to communicate with server', and disable
3241                 it for all except IMAP accounts
3242
3243 2003-03-20 [paul]       0.8.11claws31
3244
3245         * sync with 0.8.11cvs6
3246                 see ChangeLog 2003-03-20
3247
3248 2003-03-19 [match]      0.8.11claws30
3249
3250         * src/addritem.[ch]
3251                 include documentation. minor refactoring.
3252         * src/addr_compl.[ch]
3253         * src/addrindex.[ch]
3254         * src/addresbook.[ch]
3255         * src/summaryview.c
3256                 re-enable address lookup (was disabled in
3257                 0.8.11claws20).
3258
3259 2003-03-19 [christoph]  0.8.11claws29
3260
3261         * src/procmsg.c
3262                 add temp flag handling, will make moving and copying
3263                 messages possible again
3264
3265         * src/folder.c
3266                 correct calulation of folder stats
3267
3268 2003-03-18 [match]      0.8.11claws28
3269
3270         * src/editgroup.h
3271                 remove case sensitive comparison (closes bug 80).
3272
3273 2003-03-18 [christoph]  0.8.11claws27
3274
3275         * src/imap.c
3276                 fix imap using a tunnel command
3277
3278         (closes bug 87)
3279
3280 2003-03-18 [christoph]  0.8.11claws26
3281
3282         * src/folder.[ch]
3283         * src/imap.c
3284         * src/procmsg.[ch]
3285                 rewrite flag handling for folders
3286
3287 2003-03-18 [christoph]  0.8.11claws25
3288
3289         * src/folder.c
3290         * src/procmsg.c
3291         * src/summaryview.c
3292                 unset NEW and UNREAD flags when message is ignored, to make
3293                 sure messages don't show up as unread on other IMAP clients,
3294                 because the IGNORE_THREAD flag can not be syncronized through
3295                 the IMAP folder
3296
3297 2003-03-17 [christoph]  0.8.11claws24
3298
3299         * src/imap.c
3300                 don't use recursion to fetch uids when the number of messages
3301                 does not match. Moved code into subfunction that is used
3302                 again when needed, to prevent an endless loop.
3303
3304 2003-03-17 [thorsten]   0.8.11claws23
3305
3306         * src/imageview.[ch]
3307                 export imageview_get_resized_size() (for plugins)
3308         * src/prefs_common.[ch]
3309                 added prefs_common_get() (for plugins)
3310
3311 2003-03-17 [christoph]  0.8.11claws22
3312
3313         * src/imap.c
3314                 o remove UID guessing from copy code
3315                 o support UIDPLUS extension for APPEND command
3316
3317 2003-03-17 [paul]       0.8.11claws21
3318
3319         * src/gtk/about.c
3320                 remove 'Compiled-plugins' section.
3321                 
3322         * src/plugins/dillo_viewer/dillo_viewer.c
3323                 slight change to description text
3324
3325 2003-03-16 [match]      0.8.11claws20
3326         * src/ldapserver.[ch]           ** NEW **
3327         * src/ldapctrl.[ch]             ** NEW **
3328         * src/ldapquery.[ch]            ** NEW **
3329         * src/ldaputil.[ch]             ** NEW **
3330         * src/addrcindex.[ch]           ** NEW **
3331         * src/addrquery.h               ** NEW **
3332         * src/addritem.[ch]
3333         * src/addrcache.[ch]
3334         * src/addrindex.[ch]
3335         * src/addr_compl.[ch]
3336         * src/addressbook.[ch]
3337         * src/addrbook.[ch]
3338         * src/editgroup.c
3339         * src/editaddress.c
3340         * src/editldap.c
3341         * src/editldap_basedn.c
3342         * src/vcard.c
3343         * src/jpilot.c
3344         * src/Makefile.am
3345                 included dynamic LDAP queries. improved address
3346                 completion.
3347
3348 2003-03-16 [paul]       0.8.11claws19
3349
3350         * tools/multiwebsearch.pl
3351                 fix a fatal typo
3352
3353 2003-03-16 [christoph]  0.8.11claws18
3354
3355         * src/mimeview.c
3356         * src/plugins/dillo_viewer/dillo_viewer.c
3357         * src/plugins/mathml_viewer/mathml_viewer.c
3358                 make unregistering of MimeViewerFactorys possible
3359
3360 2003-03-16 [alfons]     0.8.11claws17
3361
3362         * configure.ac
3363                 correct typo
3364
3365 2003-03-16 [melvin]     0.8.11claws16
3366
3367         * src/plugins/dillo_viewer.c
3368                 Fixed bug where it was not possible to view more than
3369                 one text/html attachment per message (bug discovered
3370                 by Christoph Hohmann).
3371
3372 2003-03-15 [melvin]     0.8.11claws15
3373
3374         * src/prefs_actions.c
3375                 Fixed compilation warnings.
3376
3377 2003-03-15 [melvin]     0.8.11claws14
3378
3379         * src/plugins/Makefile.am
3380         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3381         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3382         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3383                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3384                 newer (http://dillo.auriga.wearlab.de/).
3385
3386 2003-03-15 [christoph]  0.8.11claws13
3387
3388         * src/imap.c
3389                 don't query imap folder for attributes because we already
3390                 for them from imap_status
3391
3392         * src/mimeview.[ch]
3393                 add support for plugable MimeViewers (unloading Viewers
3394                 not yet complete)
3395
3396         * src/plugins/Makefile.am
3397         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3398         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3399         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3400                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3401                 widget from http://helm.cs.unibo.it/mml-widget/
3402
3403 2003-03-14 [christoph]  0.8.11claws12
3404
3405         * src/folder.[ch]
3406                 o error return code's should better be negative
3407                 o replace printf with debug_print
3408
3409         * src/imap.c
3410                 improve IMAP folder scan by checking UID-NEXT
3411
3412         * src/summaryview.c
3413                 remove check that are unnecessary in my opinion
3414
3415 2003-03-13 [christoph]  0.8.11claws11
3416
3417         * src/folder.[ch]
3418         * src/foldersel.c
3419         * src/folderview.c
3420         * src/imap.c
3421         * src/mbox_folder.c
3422         * src/mh.c
3423         * src/news.c
3424         * src/prefs_scoring.c
3425         * src/summaryview.c
3426                 use a common function to get a displayable name
3427                 for a FolderItem
3428
3429 2003-03-13 [paul]       0.8.11claws10
3430
3431         * tools/Makefile.am
3432           tools/README
3433           tools/multiwebsearch.conf     ** NEW FILE **
3434           tools/multiwebsearch.pl       ** NEW FILE **
3435                 add multiwebsearch Actions script
3436
3437 2003-03-13 [colin]      0.8.11claws9
3438
3439         * src/compose.c
3440                 Remove leading emtpy lines from quoted text
3441                 before quoting it
3442
3443 2003-03-13 [melvin]     0.8.11claws8
3444
3445         * src/prefs_actions.c
3446                 Fixed a memory leak
3447                 Code clean ups
3448                 Added Cancel and OK buttons
3449                 Corrected help text
3450
3451 2003-03-13 [christoph]  0.8.11claws7
3452
3453         * src/account.c
3454         * src/folder.[ch]
3455         * src/imap.c
3456         * src/mainwindow.c
3457         * src/mbox_folder.c
3458         * src/mh.c
3459         * src/news.c
3460         * src/setup.c
3461                 replace more folder type stuff with folder class stuff
3462
3463 2003-03-13 [melvin]     0.8.11claws6
3464
3465         * src/prefs_actions.c
3466                 Added new tokens:
3467                 %u: user provided argument
3468                 %h: user provided argument (hidden on input)
3469                 %s: current text selection in the message view 
3470
3471 2003-03-13 [paul]       0.8.11claws5
3472
3473         * sync with 0.8.11cvs5
3474                 see ChangeLog 2003-03-11, 2003-03-12
3475
3476 2003-03-12 [christoph]  0.8.11claws4
3477
3478         * src/folder.c
3479                 use folder class idstr when writing folderlist.xml
3480
3481         * src/folder.h
3482         * src/imap.c
3483         * src/news.c
3484                 replace folder type checks with folder class checks
3485
3486 2003-03-12 [christoph]  0.8.11claws3
3487
3488         * src/folder.[ch]
3489         * src/imap.[ch]
3490         * src/main.c
3491         * src/mbox_folder.[ch]
3492         * src/mh.[ch]
3493         * src/news.[ch]
3494                 o create a list of known folder classes in the folder system
3495                 o use folder class id strings for folder item identifiers
3496
3497 2003-03-12 [christoph]  0.8.11claws2
3498
3499         * src/imap.c
3500                 fix imap uid validity check
3501
3502 2003-03-12 [christoph]  0.8.11claws1
3503
3504         * src/account.c
3505         * src/folder.[ch]
3506         * src/foldersel.c
3507         * src/folderview.c
3508         * src/imap.c
3509         * src/mainwindow.c
3510         * src/mbox_folder.c
3511         * src/mh.c
3512         * src/news.c
3513         * src/prefs_scoring.c
3514         * src/procmsg.c
3515         * src/setup.c
3516         * src/summaryview.c
3517                 initial restructuring of folder system, seperating
3518                 folders and folder classes
3519
3520 2003-03-12 [paul]       0.8.11claws
3521
3522         0.8.11claws release
3523
3524 2003-03-12 [christoph]
3525
3526         * src/gtk/prefswindow.c
3527                 fix translation of "Page Index"
3528
3529 2003-03-12 [paul]       0.8.10claws110
3530
3531         a sync from 0.8.11cvs4 before the release
3532
3533         * src/common/utils.c
3534                 subject_compare_for_sort(): allow null strings (fixes
3535                 summary sorting).
3536
3537 2003-03-11 [paul]       0.8.10claws109
3538
3539         * po/es.po
3540                 update Spanish translation, submitted by
3541                 Ricardo Mones Lastra
3542
3543 2003-03-11 [melvin]     0.8.10claws108
3544
3545         * po/fr.po
3546                 Updated French translations
3547
3548 2003-03-11 [paul]       0.8.10claws107
3549
3550         * manual/en/Makefile.am
3551           manual/en/*.html
3552                 update English manual, add a new page
3553                 updated by Francois Barriere <fbarriere@atmel.fr>
3554                 
3555         * po/bg.po
3556           po/it.po
3557           po/sr.po
3558                 update Bulgarian, Italian, and Serbian translations
3559                 submitted by George Danchev, Alessandro Maestri, and
3560                 Urke MMI
3561
3562 2003-03-10 [paul]       0.8.10claws106
3563
3564         * src/gtk/about.c
3565           src/gtk/prefswindow.c
3566                 make some strings translatable
3567
3568 2003-03-10 [darko]      0.8.10claws105
3569
3570         * src/compose.c
3571                 code cleanup to make Hiro happy
3572
3573 2003-03-10 [paul]       0.8.10claws104
3574
3575         * sync with 0.8.11cvs2
3576                 see ChangeLog 2003-03-10
3577
3578 2003-03-09 [melvin]     0.8.10claws103
3579
3580         * src/textview.c
3581                 textview_set_font(): fix for message display in
3582                 UTF-8 locales (thanks to Sergey Vlasov).
3583                 (was unintentionnaly reverted in 0.8.6claws6)   
3584
3585 2003-03-08 [darko]      0.8.10claws102
3586
3587         * src/compose.c
3588                 fix infinite loop in wrapping as reported
3589                 by happycactus
3590                 obsoletes patch #696482
3591
3592 2003-03-08 [christoph]  0.8.10claws101
3593
3594         * src/imap.c
3595                 add workaround for IMAP servers that do not
3596                 support the "UID SEARCH UID" command
3597
3598 2003-03-07 [christoph]  0.8.10claws100
3599
3600         * src/plugins/spamassassin/spamassassin.[ch]
3601         * src/plugins/spamassassin/spamassassin_gtk.c
3602                 code cleanup
3603
3604 2003-03-07 [paul]       0.8.10claws99
3605
3606         * po/es.po
3607                 updated Spanish translation, submitted by
3608                 Ricardo Mones Lastra
3609
3610 2003-03-07 [christoph]  0.8.10claws98
3611
3612         * src/send.c
3613                 fix in 0.8.10claws94 was wrong
3614                 local delivery does not require escaping, remove escaping
3615                 code to make signatures of mails with "." lines valid
3616                 
3617                 NOTE: requires that sendmail is executed with "-i" option,
3618                       what is the default now, but has to be changed in all
3619                       exsiting accounts)
3620
3621 2003-03-07 [paul]       0.8.10claws97
3622
3623         * sync with 0.8.11 release
3624                 see ChangeLog 2003-03-07
3625
3626 2003-03-06 [paul]       0.8.10claws96
3627
3628         * src/compose.c
3629                 revert commit 0.8.10claws92
3630
3631 2003-03-06 [paul]       0.8.10claws95
3632
3633         * src/folderview.c
3634                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3635
3636         * src/gtkaspell.c
3637                 fix bug 74, 'Crash opening editor window with pseudo-color
3638                 display'
3639                 
3640         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3641
3642 2003-03-06 [christoph]  0.8.10claws94
3643
3644         * src/send.c
3645                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3646                 all lines starting with a period get an extra period
3647                 inserted
3648                 (found by Simon 'corecode' Schubert)
3649
3650 2003-03-06 [paul]       0.8.10claws93
3651
3652         * src/folderview.c
3653                 if configured font can't be loaded fall back to gtk
3654                 default. (with thanks to Christoph)
3655                 
3656                 closes long-standing bug 15 'Crashes on startup'
3657
3658 2003-03-06 [paul]       0.8.10claws92
3659
3660         * src/compose.c
3661                 freeze text before autosave and thaw afterwards
3662                 fixes bug 67 'autosave make re-rediting message crazy'
3663
3664 2003-03-06 [christoph]  0.8.10claws91
3665
3666         * src/compose.c
3667                 ignore address comment in dupe check for Cc-list
3668
3669         (closes reopened bug 47 Replying to message strips name part of
3670          e-mail addresses of Cc: lines)
3671
3672 2003-03-06 [paul]       0.8.10claws90
3673
3674         * src/Makefile.am
3675                 remove reference to gtkxtext.h as its no longer in
3676                 the repository
3677
3678 2003-03-06 [paul]       0.8.10claws89
3679
3680         * sync with 0.8.10cvs25
3681                 see ChangeLog 2003-03-06
3682
3683 2003-03-06 [oliver]     0.8.10claws88
3684         
3685         * src/messageview.c
3686                 remove include
3687
3688 2003-03-06 [oliver]     0.8.10claws87
3689         
3690         * src/folderview.c 
3691                 remove changes introduced inclaws74
3692         * src/messageview.c
3693                 another attempt to sanely delete and update
3694                 messages deleted in separate messageview
3695
3696 2003-03-05 [christoph]  0.8.10claws86
3697
3698         * src/summaryview.c
3699                 check if "From" matches any account's address if
3700                 addressbook completion of addresses is disabled too
3701
3702         (closes Bug 70 "Display recipient in from" doesn't check
3703          folder's default account)
3704
3705 2003-03-05 [christoph]  0.8.10claws85
3706
3707         * src/compose.c
3708         * src/common/utils.[ch]
3709                 don't strip address comments when building Cc lists
3710
3711         (closes Bug 47 Replying to message strips name part of e-mail addresses
3712          of Cc: lines)
3713
3714         * src/folder.c
3715                 fix return value of copy function
3716
3717 2003-03-05 [christoph]  0.8.10claws84
3718
3719         * src/imap.c
3720                 don't ask imap server for non rfc822 headers
3721
3722         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3723
3724         * src/imap.c
3725                 destroy session on socket error to allow reconnecting
3726
3727 2003-03-05 [christoph]  0.8.10claws83
3728
3729         * configure.ac
3730                 fix building with gnome when no prefix is set
3731
3732         (closes bug 66 Gnome directory is set to NONE)
3733
3734 2003-03-05 [paul]       0.8.10claws82
3735
3736         * sync with 0.8.10cvs23
3737                 see ChangeLog 2003-03-05
3738
3739 2003-03-04 [christoph]  0.8.10claws81
3740
3741         * src/folder.c
3742                 o fix moving and copying when folder returns 0 for new
3743                   message number
3744                 o remove some code for single message copy and move
3745                   operations and use functions for multiple messages
3746
3747         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3748
3749         * src/news.c
3750                 remove unused include
3751
3752 2003-03-04 [paul]       0.8.10claws80
3753
3754         * src/gtk/about.c
3755                 list 'Compiled plugins'
3756
3757 2003-03-03 [christoph]  0.8.10claws79
3758
3759         * src/news.[ch]
3760                 have to multiply the percentage of the current fetch with
3761                 the percentage that it has of the total fetch operation
3762                 for correct values
3763
3764 2003-03-03 [christoph]  0.8.10claws78
3765
3766         * src/news.c
3767                 fix calculation of expected lines for progress indicator
3768
3769 2003-03-03 [christoph]  0.8.10claws77
3770
3771         * src/summaryview.c
3772         * src/common/utils.c
3773                 fix segfault when opening the root news folder
3774
3775 2003-03-03 [christoph]  0.8.10claws76
3776
3777         * src/mainwindow.[ch]
3778         * src/common/Makefile.am
3779         * src/common/progressindicator.[ch]
3780                 add UI independent progress indicator handling
3781
3782         * src/news.[ch]
3783                 use new progress indicator for message info fetching
3784
3785         * src/common/hooks.h
3786                 code cleanup
3787
3788 2003-03-03 [oliver]     0.8.10claws75
3789
3790         * src/toolbar.c
3791         * src/compose.c
3792                 removed commented code
3793
3794 2003-03-03 [oliver]     0.8.10claws74
3795
3796         * src/toolbar.[ch]
3797                 cleanups and refactoring
3798         * src/compose.[ch]
3799                 compose_reply_mode reply & forwarding interface for
3800                 toolbar buttons
3801         * src/folderview.c
3802                 act on messages marked for deletion in folderview_selected
3803                 based on prefs_common.immediate_exec since a message might 
3804                 have been deleted by messageview in a folder we are changing 
3805                 to (does anybody understand what I'm on about ?)
3806
3807 2003-03-03 [oliver]     0.8.10claws73
3808         
3809         * src/messageview.[ch]
3810                 new functions
3811                 - messageview_delete: delete message shown in messagview
3812                 - messageview_update_view: update messageview to currently 
3813                   selected summaryview message
3814                 - add separate messageview to msgview_list in order to update 
3815                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3816         * src/summaryview.[ch]
3817                 summary_get_selection returns a list of selected msgs
3818                 in summaryview
3819         * src/mainwindow.c
3820                 toolbar reply refactoring
3821
3822 2003-03-03 [paul]       0.8.10claws72
3823
3824         * sync with 0.8.10cvs21
3825                 see ChangeLog 2003-03-03
3826
3827 2003-03-02 [christoph]  0.8.10claws71
3828
3829         * src/common/passcrypt.c
3830                 use POSIX includes
3831
3832 2003-03-02 [christoph]  0.8.10claws70
3833
3834         * configure.ac
3835         * src/prefs_account.c
3836         * src/prefs_gtk.[ch]
3837         * src/common/.cvsignore
3838         * src/common/Makefile.am
3839         * src/common/passcrypt.c                ** NEW **
3840         * src/common/passcrypt.h.in             ** NEW **
3841                 Implement password encryption in config files
3842                 using unix encrypt and setkey functions. The crypt
3843                 key can be set as a configure parameter. Old
3844                 passwords will be converted if they do not begin
3845                 with '!'
3846
3847 2003-03-02 [paul]       0.8.10claws69
3848
3849         * src/prefs_account.c
3850                 fix compile error
3851
3852 2003-03-01 [thorsten]   0.8.10claws68
3853
3854         * po/el.po
3855           po/hr.po
3856           po/it.po
3857           po/nl.po
3858           po/sr.po
3859           po/sv.po
3860                 corrected format strings
3861         * po/en_GB.po
3862                 corrected headers
3863                 (fix compile errors with GNU gettext-0.11.5)
3864
3865 2003-03-01 [oliver]     0.8.10claws67
3866
3867         * src/summaryview.c
3868                 menu callbacks call toolbar_menu_reply
3869
3870 2003-03-01 [oliver]     0.8.10claws66
3871
3872         * src/mainwindow.c
3873         * src/messageview.c
3874                 menu callbacks call toolbar_menu_reply
3875         * src/toolbar.[ch]
3876                 callbacks from menu handled by toolbar_menu_reply
3877
3878 2003-03-01 [paul]       0.8.10claws65
3879
3880         * src/addressbook.c
3881                 revert commit 0.8.10claws54 - breaks editing of
3882                 addressbook.
3883                 
3884         * po/bg.po
3885                 update Bulgarian translation, submitted by
3886                 George Danchev
3887
3888 2003-02-28 [christoph]  0.8.10claws64
3889
3890         * src/account.c
3891         * src/addressadd.c
3892         * src/compose.c
3893         * src/gtkaspell.c
3894         * src/gtkxtext.h                ** REMOVE **
3895         * src/imap.c
3896         * src/matcher.[ch]
3897         * src/mh.c
3898         * src/news.c
3899         * src/pine.c
3900         * src/prefs_common.c
3901         * src/prefs_matcher.c
3902         * src/procheader.[ch]
3903         * src/procmsg.[ch]
3904         * src/toolbar.c
3905         * src/common/ssl_certificate.c
3906         * src/gtk/colorlabel.c
3907         * src/gtk/menu.c
3908                 o fix warnings
3909                 o remove code obsoleted by new cache and folder system rework
3910
3911 2003-02-28 [oliver]     0.8.10claws63
3912         
3913         * src/toolbar.[ch]
3914                 * fix bug where reply in Messageview replied to 
3915                 Message displayed in summaryview
3916                 (reportedd via ML by chinatinte at gmx dot ch)
3917                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3918                 didn't work in separate MessageView Toolbar
3919                 (wondering if anybody uses this at all ?)
3920         * src/summaryview.[ch]
3921                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3922                 (generalize reply and forward code);
3923         * src/messageview.c 
3924                 remove focus_in event which updated summaryview to messageview
3925
3926 2003-02-28 [paul]       0.8.10claws62
3927
3928         * po/Makefile.in.in
3929                 add the --check option
3930                 Patch submitted by Ricardo Mones Lastra
3931
3932 2003-02-28 [paul]       0.8.10claws61
3933
3934         * src/prefs_account.c
3935                 re-order 'Signature' items
3936
3937 2003-02-28 [paul]       0.8.10claws60
3938
3939         * sync with 0.8.10cvs20
3940                 see ChangeLog 2003-02-28
3941
3942 2003-02-28 [paul]       0.8.10claws59
3943
3944         * po/POTFILES.in
3945                 update to reflect recent movement of files
3946
3947 2003-02-28 [paul]       0.8.10claws58
3948
3949         * sync with 0.8.10cvs19
3950                 see ChangeLog 2003-02-28
3951
3952 2003-02-27 [martin]     0.8.10claws57
3953
3954         * src/prefs_matcher.c 
3955                 fix segfault in prefs_matcher_ok() when the
3956                 last entry is deleted and prevents that the
3957                 message "entry not saved" comes up after deleting
3958                 an entry
3959
3960 2003-02-27 [martin]     0.8.10claws56
3961
3962         * src/prefs_filtering.c 
3963                 fix segfault in prefs_filtering_ok() when the
3964                 last entry is deleted and prevents that the
3965                 message "entry not saved" comes up after deleting
3966                 an entry
3967
3968 2003-02-27 [paul]       0.8.10claws55
3969
3970         * sync with 0.8.10cvs18
3971                 see ChangeLog 2003-02-27
3972
3973 2003-02-27 [paul]       0.8.10claws54
3974
3975         * src/addressbook.c
3976                 fix bug where the address book crashes with 
3977                 multiple lookups.
3978                 Patch [687729] submitted by David Frager 
3979                 <dbfrager@users.sourceforge.net>
3980
3981 2003-02-25 [christoph]  0.8.10claws53
3982
3983         * src/Makefile.am
3984         * src/colorlabel.[ch]           ** REMOVE **
3985         * src/gtk/Makefile.am
3986         * src/gtk/colorlabel.[ch]       ** NEW **
3987                 move colorlabel files to gtk directory
3988
3989         * src/esmtp.[ch]                ** REMOVE **
3990                 has been merged into smtp.[ch] in 0.7.5
3991
3992 2003-02-25 [christoph]  0.8.10claws52
3993
3994         * src/Makefile.am
3995         * src/about.[ch]                ** REMOVE **
3996         * src/gtk/Makefile.am
3997         * src/gtk/about.[ch]            ** NEW **
3998                 move about files to gtk directory
3999
4000 2003-02-25 [christoph]  0.8.10claws51
4001
4002         * src/folder.c
4003                 some code optimization of folder scanning code
4004
4005         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4006
4007 2003-02-25 [christoph]  0.8.10claws50
4008
4009         * src/main.c
4010         * src/common/sylpheed.c
4011                 add command line parameter parsing to common code
4012
4013 2003-02-24 [christoph]
4014
4015         * Makefile.am
4016         * configure.ac
4017                 fix gnome prefix problems, the configure script now removed
4018                 `gnome-config --prefix` from `gnome-config --datadir`
4019                 and adds $(prefix} instead
4020
4021         (closes Bug 24 Makefile does not respect prefix when installing
4022          GNOME data)
4023
4024 2003-02-24 [christoph]  0.8.10claws49
4025
4026         * src/news.c
4027                 check for valid session before trying to authenticate
4028
4029         (closes Bug 60 crash if "authenticate on logon" is activated
4030          and newsserver-hostname is not valid)
4031
4032 2003-02-24 [melvin]     0.8.10claws48
4033
4034         * src/prefs_actions.c
4035                 Make sure all user's input is sent to the action and then
4036                 close the socket..
4037
4038 2003-02-23 [alfons]     0.8.10claws46
4039
4040         * src/summaryview.c
4041                 also wait cursor when deleting files
4042
4043 2003-02-23 [paul]
4044
4045         * tools/freshmeat_search.pl
4046           tools/google_search.pl
4047                 scripts should now work for any browser/browser command line
4048
4049 2003-02-22 [christoph]  0.8.10claws45
4050
4051         * src/procmsg.c
4052                 fix IMAP flag setting, IMAP flag is not handled correctly
4053                 anymore by the folder system and information about the
4054                 folder should not be saved in the MsgInfo (in my opinion)
4055
4056         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4057
4058 2003-02-22 [christoph]  0.8.10claws44
4059
4060         * src/summaryview.c
4061                 fix spelling of "label" ;-)
4062
4063 2003-02-22 [thorsten]   0.8.10claws43
4064
4065         * src/mimeview.c
4066           src/prefs_common.[ch]
4067           src/procmime.[ch]
4068                 do not use description as attachment name
4069
4070 2003-02-22 [alfons]     0.8.10claws42
4071
4072         * src/summaryview.c
4073                 freeze/thaw folder item updates when changing color labels,
4074                 and put a wait cursors on
4075
4076 2003-02-22 [thorsten]   0.8.10claws41
4077
4078         * src/mimeview.c
4079                 save-all fixes: crash if invoked on multipart container,
4080                 mimeinfo access, pathseparators, error dialog
4081
4082 2003-02-21 [alfons]     0.8.10claws40
4083
4084         * src/prefs_gtk.c
4085                 remove unused var
4086
4087 2003-02-21 [colin]      0.8.10claws39
4088
4089         * src/send.c
4090                 Fix smtp logging
4091
4092 2003-02-21 [colin]      0.8.10claws38
4093
4094         * src/summaryview.c
4095                 Freeze/thaw folderItem updates when filtering messages 
4096                 via Tools/Filter messages
4097
4098 2003-02-21 [paul]       0.8.10claws37
4099
4100         * src/compose.c
4101                 revert commit 0.8.10claws26, there are ulterior motives
4102                 for users to set a Reply-To header when posting to
4103                 newsgroups
4104
4105 2003-02-21 [paul]       0.8.10claws36
4106
4107         * sync with 0.8.10cvs17
4108                 see ChangeLog 2003-02-21
4109
4110 2003-02-20 [christoph]  0.8.10claws35
4111
4112         * src/imap.c
4113                 IMAP UID fetch speedup using SEARCH
4114
4115         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4116
4117         * src/imap.c
4118                 fix problem with UIDs in IMAP UID cache that no longer existed
4119
4120 2003-02-20 [christoph]  0.8.10claws34
4121
4122         * src/imap.c
4123         * src/procheader.c
4124         * src/procheader.h
4125                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4126
4127         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4128
4129         * src/imap.c
4130                 Rewrite imap_cmd_gen_recv use sock_getline instead
4131                 of sock_gets to avoid problems with too long reply
4132                 lines
4133     
4134 2003-02-20 [colin]      0.8.10claws33
4135         
4136         * src/prefs_account.c
4137                 Better wording
4138
4139 2003-02-20 [colin]      0.8.10claws32
4140
4141         * src/compose.c
4142                 Remove useless '&& !to_sender' 
4143
4144 2003-02-20 [darko]
4145
4146         * AUTHORS
4147                 change my e-mail address
4148
4149 2003-02-19 [colin]      0.8.10claws31
4150
4151         * src/prefs_common.c
4152                 X11 style colors for every configurable color
4153
4154 2003-02-19 [alfons]     0.8.10claws30
4155
4156         * src/prefs_gtk.[ch]
4157         * src/prefs_common.c
4158                 for color_new accept both plain integers and X11 style color
4159                 names (as found in /usr/lib/X11/rgb.txt)
4160
4161 2003-02-19 [paul]       0.8.10claws29
4162
4163         * src/mainwindow.c
4164                 add tooltips to online/offline button and account selector
4165                 button
4166
4167 2003-02-19 [paul]       0.8.10claws28
4168
4169         * src/folder.c
4170           src/news.c
4171           src/prefs_account.[ch]
4172           src/prefs_common.[ch]
4173                 move 'Maximum number of articles to download' to
4174                 account prefs.
4175                 clean up account prefs gui a little by hiding entries
4176                 rather then greying out entries
4177
4178 2003-02-19 [hiro]       0.8.10claws27
4179
4180         * src/common/utils.c
4181                 fix bug #54 'yesterdays date is displayed in the message 
4182                 summary window'
4183
4184 2003-02-19 [paul]       0.8.10claws26
4185
4186         * src/compose.c
4187                 fix bug reported in Feature Request [688596] 
4188                 'Reply-to header in news'
4189
4190 2003-02-18 [paul]       0.8.10claws25
4191
4192         * src/select-keys.c
4193                 add a 'List all keys' button to key selection dialog
4194
4195 2003-02-18 [colin]      0.8.10claws24
4196         
4197         * src/stock_pixmap.c
4198                 fix compile error
4199
4200 2003-02-18 [colin]      0.8.10claws23
4201
4202         * src/common/smtp.[ch]
4203           src/prefs_account.c
4204                 Try to starttls if it seems to be the only
4205                 way to authenticate a user
4206
4207 2003-02-18 [paul]       0.8.10claws22
4208
4209         * src/Makefile.am
4210           src/folderview.c
4211           src/stock_pixmap.[ch]
4212           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4213           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4214                 as a Drafts folder is a special folder allow it to have
4215                 its own unique icons
4216
4217 2003-02-18 [colin]      0.8.10claws21
4218
4219         * src/imap.c
4220                 Fix port selection when using starttls
4221
4222 2003-02-18 [paul]       0.8.10claws20
4223
4224         * src/mainwindow.c
4225           src/prefs_common.[ch]
4226                 make blue the default new mail colour
4227
4228 2003-02-18 [paul]       0.8.10claws19
4229
4230         * sync with 0.8.10cvs14
4231                 see ChangeLog 2003-02-18
4232
4233 2003-02-17 [jens]       0.8.10claws18
4234
4235         * src/common/md5.c
4236                 fixed a compile problem with gcc 3.3
4237                 works on 2.95.3 too (testet on PPC as it is big endian)
4238
4239 2003-02-17 [paul]       0.8.10claws17
4240
4241         * sync with 0.8.10cvs13
4242                 see ChangeLog 2003-02-17
4243
4244 2003-02-17 [paul]       0.8.10claws16
4245
4246         * sync with 0.8.10cvs12
4247                 see ChangeLog 2003-02-17
4248
4249 2003-02-16 [match]      0.8.10claws15
4250
4251         * src/addressbook.c
4252                 Eliminates reloading of address data when items
4253                 deleted or added. Applied submitted by
4254                 Luke Plant <lukeplant@softhome.net>
4255
4256 2003-02-16 [paul]       0.8.10claws14
4257
4258         * src/news.c
4259                 when a 'protocol error' is encountered disconnect from
4260                 the server. This means that the user can carry on viewing
4261                 other articles and doesn't have to either wait until the
4262                 server timesout or quit sylpheed.
4263                 Fixes bug #53 'Unable to read messages in newsgroups, 
4264                 displayed message doesn't change'
4265
4266 2003-02-15 [christoph]  0.8.10claws13
4267
4268         * src/imap.c
4269                 fix bug that stopped scanning of folders when an
4270                 IMAP folder was empty
4271
4272         (closes bug 46 stop scan messages in folders after empty folder)
4273
4274 2003-02-15 [paul]
4275
4276         * tools/Makefile.am
4277           tools/README
4278           tools/freshmeat_search.pl     ** NEW FILE **
4279           tools/google_search.pl        ** NEW FILE **
4280                 Add 2 Actions scripts which search freshmeat/google
4281                 for the selected text using the browser configured
4282                 in sylpheedrc.
4283                 
4284         Note: These scripts are very dependent on the format of the
4285         browser command and may not work on every occasion. Testing
4286         is welcome. 
4287
4288 2003-02-14 [alfons]     0.8.10claws12
4289
4290         * src/compose.c
4291                 fix breakage because of uninitialized account pointer.
4292                 please verify.
4293
4294 2003-02-14 [paul]       0.8.10claws11
4295
4296         * src/compose.c
4297           src/prefs_account.[ch]
4298           src/prefs_common.[ch]
4299                 move signature settings to Account Prefs
4300
4301 2003-02-14 [paul]       0.8.10claws10
4302
4303         * sync with 0.8.10cvs11
4304                 see ChangeLog 2003-02-14
4305
4306 2003-02-13 [thorsten]   0.8.10claws9
4307
4308         * src/news.c
4309                 revert news progressbar (GUI separation)
4310
4311 2003-02-13 [paul]       0.8.10claws8
4312
4313         * src/compose.c
4314                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4315                 paragraph 1
4316
4317 2003-02-13 [paul]       0.8.10claws7
4318
4319         * src/compose.[ch]
4320           src/summaryview.c
4321                 fix 'Follow-up and Reply-to' so that it creates a reply to
4322                 the newsgroup and the sender. If the message has the keyword
4323                 'poster' in the Followup-To header, all replies go to the
4324                 sender, re: RFC 1036, Section 2.2.3
4325                 rename all instances of 'ignore_replyto' to 'to_sender', both
4326                 were previously used, now we use just one.
4327
4328 2003-02-13 [paul]       0.8.10claws6
4329
4330         * sync with 0.8.10cvs9
4331                 see ChangeLog 2003-02-13
4332
4333 2003-02-13 [paul]       0.8.10claws5
4334
4335         * configure.ac
4336                 show which plugins are configured in the configure
4337                 output.
4338
4339 2003-02-12 [thorsten]   0.8.10claws4
4340
4341         * src/news.c
4342                 show progress while fetching news headers
4343
4344 2003-02-12 [christoph]  0.8.10claws3
4345
4346         * configure.ac
4347         * src/plugins/Makefile.am
4348                 use AM_CONDITIONAL to enable plugins, automake correctly
4349                 manages this when creating distdir
4350
4351 2003-02-12 [christoph]  0.8.10claws2
4352
4353         * ac/spamassassin.m4
4354         * src/plugins/spamassassin/Makefile.am
4355                 fix building SpamAssassin plugin without OpenSSL
4356
4357 2003-02-12 [paul]       0.8.10claws1
4358
4359         * ac/Makefile.am
4360           src/Makefile.am
4361           src/plugins/Makefile.am
4362                 fix failure of 'make release'
4363
4364 2003-02-12 [paul]       0.8.10claws
4365
4366         * 0.8.10claws released
4367
4368 2003-02-12 [paul]       0.8.9claws56
4369
4370         * po/bg.po
4371           po/es.po
4372           po/it.po
4373           po/ru.po
4374           po/sr.po
4375                 updated translations by George Danchev, Ricardo Mones Lastra,
4376                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4377                 
4378         * sylpheed.spec.in
4379                 Allow the building of RPMs by a regular user. Submitted
4380                 by Sergei Astanin
4381
4382 2003-02-11 [alfons]     0.8.9claws55
4383
4384         * src/colorlabel.c
4385                 don't use pixmaps for label color rect but draw rectangles
4386                 so we can respect the color map of palette based visuals
4387                 (fixes the long time crashes on Suns - thanks to Andreas
4388                 Engel and Steve O'Hara-Smith for testing)
4389
4390 2003-02-11 [christoph]  0.8.9claws54
4391
4392         * src/matcher_parser_parse.y
4393                 correct bug where filering rules of not existing folders in
4394                 matcherrc were added to global filtering
4395                 
4396         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4397          main filter-rules after removing directory, http://bugs.debian.org/180253)
4398         
4399 2003-02-11 [paul]       0.8.9claws53
4400
4401         * sync with 0.8.10cvs7
4402                 see ChangeLog 2003-02-09
4403
4404 2003-02-11 [melvin]     0.8.9claws52
4405
4406         * po/fr.po
4407                 Updated French tranlsations
4408
4409 2003-02-10 [paul]       0.8.9claws51
4410
4411         * sylpheed.spec.in
4412                 correct --enable-openssl
4413                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4414
4415 2003-02-09 [martin]     0.8.9claws50
4416
4417         * src/prefs_matcher.c
4418                 fix segfault in prefs_matcher_substitute_cb() when
4419                 no row is selected
4420
4421 2003-02-09 [paul]       0.8.9claws49
4422
4423         * src/folderview.c
4424                 fix bug where a newsgroup folder's processing rules were
4425                 merged with the global filtering rules when the newsgroup
4426                 folder was deleted, causing some seriously bad results,
4427                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4428
4429 2003-02-08 [melvin]     0.8.9claws48
4430
4431         * src/compose.c
4432                 Corrected and modified an alert message.
4433
4434 2003-02-07 [paul]       0.8.9claws47
4435
4436         * src/folderview.c
4437                 fix bug where both an 'Account properties' window and a
4438                 'Folder properties' window were opened when clicking on
4439                 'Properties' in an NNTP or IMAP folder's popup menu.
4440
4441 2003-02-07 [paul]       0.8.9claws46
4442
4443         * sync with 0.8.10cvs6
4444                 see ChangeLog 2003-02-06
4445
4446 2003-02-06 [christoph]  0.8.9claws45
4447
4448         * src/mbox.c
4449                 freeze folder updates while importing mbox files
4450                 (closes bug 43 importing mbox took hours)
4451                 
4452         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4453
4454 2003-02-06 [thorsten]   0.8.9claws44
4455
4456         * po/de.po
4457                 Updated german translations
4458
4459 2003-02-06 [thorsten]   0.8.9claws43
4460
4461         * src/news.h
4462                 use guint for message numbers (fix count in grouplist dialog)
4463
4464 2003-02-05 [paul]       0.8.9claws42
4465
4466         * sync with 0.8.10cvs2
4467                 see ChangeLog 2003-02-05
4468
4469 2003-02-04 [colin]      0.8.9claws41
4470
4471         * src/prefs_common.[ch]
4472           src/procmsg.c
4473           src/summaryview.c
4474                 Add an option to disable threading by subject
4475
4476 2003-02-04 [christoph]  0.8.9claws40
4477
4478         * src/inc.c
4479                 only abort fetching mails from multiple accounts when the
4480                 error is fatal and does not allow to check any more accounts
4481                 (currently only disk full error)
4482
4483         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4484          receive mails for other accouts)
4485
4486 2003-02-04 [christoph]  0.8.9claws39
4487
4488         * src/folder.c
4489                 first add the new message to the cache, then
4490                 send the update notification
4491
4492         (closes bug 39 after sending message folderview doesnt get updated)
4493
4494 2003-02-04 [colin]      0.8.9claws38
4495
4496         * src/inc.c
4497                 _really_ fix this Connecting... status
4498
4499 2003-02-04 [paul]       0.8.9claws37
4500
4501         * sync with 0.8.10
4502                 see ChangeLog 2003-02-04
4503
4504 2003-02-04 [paul]       0.8.9claws36
4505
4506         * sync with 0.8.9cvs6
4507                 see ChangeLog 2003-02-03
4508
4509 2003-02-04 [paul]       0.8.9claws35
4510
4511         * po/pt_BR.po
4512                 updated by André Filipe de Assunção e Brito 
4513                 <bedecko@netsite.com.br>
4514
4515 2003-02-03 [thorsten]   0.8.9claws34
4516
4517         * po/de.po
4518                 Updated german translations
4519
4520 2003-02-02 [paul]       0.8.9claws33
4521
4522         * po/es.po
4523                 updated by Ricardo Mones Lastra
4524
4525 2003-02-02 [thorsten]   0.8.9claws32
4526
4527         * src/mh.c
4528                 Fix mh_get_msginfo() segfault if file is inaccessible
4529
4530 2003-01-31 [colin]      0.8.9claws31
4531
4532         * src/procheader.c
4533                 Fix last commit's bug
4534
4535 2003-01-31 [colin]      0.8.9claws30
4536
4537         * src/procheader.c
4538                 Missing a change for gpg-signed messages
4539
4540 2003-01-31 [paul]       0.8.9claws29
4541
4542         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4543           src/procheader.c
4544           src/stock_pixmap.[ch]
4545           src/summaryview.c
4546                 indicate GnuPG signed messages by displaying an icon
4547                 in the Attachment column.
4548
4549 2003-01-31 [paul]       0.8.9claws28
4550
4551         * sync with 0.8.9cvs4
4552                 see ChangeLog 2003-01-31
4553
4554 2003-01-31 [alfons]     0.8.9claws27
4555
4556         * src/textview.c
4557                 tune URI parser to accept mailto URLs with a '?'
4558                 (patch from Ruslan Balkin)
4559
4560 2003-01-31 [colin]      0.8.9claws26
4561
4562         * src/summaryview.c
4563                 Fix a leak introduced in claws24
4564
4565 2003-01-31 [colin]      0.8.9claws25
4566
4567         * src/summaryview.c
4568                 Freeze/Thaw folder updates when deleting dups
4569
4570 2003-01-31 [colin]      0.8.9claws24
4571         
4572         * src/addr_compl.c
4573           src/summaryview.c
4574           src/msgcache.c
4575                 little speed improvements
4576
4577 2003-01-31 [colin]      0.8.9claws23
4578
4579         * src/summaryview.c
4580                 Fix segfault when forwarding nothing
4581                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4582                 
4583 2003-01-30 [paul]       0.8.9claws22
4584
4585         * sync with 0.8.9cvs3
4586                 see ChangeLog 2003-01-30
4587
4588 2003-01-30 [paul]       0.8.9claws21
4589
4590         * sync with 0.8.9cvs2
4591                 see ChangeLog 2003-01-30
4592
4593 2003-01-29 [paul]       0.8.9claws20
4594
4595         * sync with 0.8.9cvs1
4596                 see ChangeLog 2003-01-29
4597
4598 2003-01-28 [paul]       0.8.9claws19
4599
4600         * po/POTFILES.in
4601                 update to reflect changes. 
4602                 thanks to Ricardo Mones Lastra
4603
4604 2003-01-27 [christoph]  0.8.9claws18
4605
4606         * ac/openssl.m4
4607         * ac/spamassassin.m4
4608         * src/plugins/spamassassin/README
4609         * src/plugins/spamassassin/libspamc.[ch]
4610         * src/plugins/spamassassin/utils.[ch]
4611                 updated to latest libspamc
4612
4613 2003-01-27 [christoph]  0.8.9claws17
4614
4615         * src/folder.c
4616                 fix wrong use of procheader_get_header_fields
4617
4618 2003-01-27 [christoph]  0.8.9claws16
4619
4620         * src/news.c
4621         * src/prefs_account.[ch]
4622         * src/common/nntp.[ch]
4623                 allow to force authentication for NNTP servers
4624
4625         Patch submitted by Florian Mickler <dmk@d-labs.de>
4626
4627 2003-01-26 [paul]       0.8.9claws15
4628
4629         * src/summaryview.c
4630                 speed up of marking messages as read
4631                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4632
4633 2003-01-26 [christoph]  0.8.9claws14
4634
4635         * src/Makefile.am
4636         * src/mgutils.[ch]              ** REMOVE **
4637         * src/xml.[ch]                  ** REMOVE **
4638         * src/xmlprops.[ch]             ** REMOVE **
4639         * src/common/Makefile.am
4640         * src/common/mgutils.[ch]       ** NEW **
4641         * src/common/xml.[ch]           ** NEW **
4642         * src/common/xmlprops.[ch]      ** NEW **
4643                 move xml files to common directory
4644
4645 2003-01-26 [christoph]  0.8.9claws13
4646
4647         * src/plugins/spamassassin/spamassassin_gtk.c
4648                 only set gtk entry text if string is available
4649
4650 2003-01-26 [melvin]     0.8.9claws12
4651
4652         * src/description_window.c
4653                 Allow resizing of the window
4654                 Allow automatic horizontal scroll bar
4655                 Do not vertically expand and fill
4656
4657 2003-01-26 [christoph]  0.8.9claws11
4658
4659         * src/Makefile.am
4660         * src/gtkutils.[ch]             ** REMOVE **
4661         * src/common/sylpheed.c
4662         * src/gtk/Makefile.am
4663         * src/gtk/description_window.c
4664         * src/gtk/gtkutils.[ch]         ** NEW **
4665         * src/gtk/prefswindow.c
4666                 move gtkutils to gtk directory
4667
4668 2003-01-26 [paul]       0.8.9claws10
4669
4670         * src/summaryview.c
4671                 rename summary_unread_clicked() to summary_status_clicked()
4672
4673 2003-01-26 [melvin]     0.8.9claws9
4674
4675         * src/prefs_actions.c
4676                 Cosmetical changes to the help text
4677
4678 2003-01-26 [paul]       0.8.9claws8
4679
4680         * src/folder.[ch]
4681           src/mainwindow.c
4682           src/prefs_common.c
4683           src/prefs_sumamry_column.c
4684           summaryview.[ch]
4685                 rename the 'Unread' column to 'Status'
4686
4687 2003-01-25 [match]      0.8.9claws7
4688
4689         * src/mgutils.[ch]
4690                 removed reference to LDAP constants. removed error2string.
4691                 included functions to support LDAP dynamic queries.
4692         * src/syldap.h
4693                 moved LDAP constants here.
4694         * src/addressbook.c
4695         * src/addrindex.c
4696         * src/importldif.c
4697                 removed references to LDAP constants and references to
4698                 error2string.
4699
4700 2003-01-25 [paul]       0.8.9claws6
4701
4702         * src/summaryview.c
4703                 summary_thread_build(), summary_thread_init(): remove 
4704                 unneeded reference to summaryview->folder_item
4705
4706 2003-01-25 [christoph]  0.8.9claws5
4707
4708         * src/gtk/description_window.c
4709                 o allow description texts to expand over multiple columns
4710                 o translate all columns
4711         * src/prefs_actions.c
4712                 change syntax description to use new multi column feature
4713
4714         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4715
4716 2003-01-25 [match]      0.8.9claws4
4717
4718         * src/vcard.c
4719                 fixed bug with Quoted-Printable
4720
4721 2003-01-25 [paul]       0.8.9claws3
4722
4723         * src/folder.[ch]
4724           src/summaryview.[ch]
4725                 implement per-folder collapsed/expanded threads setting
4726                 
4727         * src/prefs_common.c
4728                 remove global collapsed/expanded threads option
4729
4730 2003-01-25 [christoph]  0.8.9claws2
4731
4732         * po/POTFILES.in
4733                 add pluginwindow and prefswindow
4734         * src/compose.c
4735                 make send respond correctly to messages that could be added
4736                 to the queue folder, but the UID of the message is unknown
4737         * src/folder.c
4738         * src/imap.c
4739                 don't return guessed UIDs in imap_add_msg anymore. We return
4740                 0 to tell the folder system it was appened but the UID is
4741                 unknown. Folder system now get's the UID by scaning the folder
4742                 and searching the cache for the Message-ID
4743                 (closes bug #29 Messages queued, but not sent)
4744
4745 2003-01-25 [paul]       0.8.9claws1
4746
4747         * src/codeconv.c
4748                 conv_encode_header():  fix bug when long headers with 8-bit
4749                 characters are used, so that the encoded words are wrapped.
4750                 If the space in the original text falls on the wrap boundary,
4751                 it can be lost.
4752                 Patch by Sergey Vlasov.
4753                 
4754         * src/folderview.c
4755                  fix bug where a change to the sorting method or thread view
4756                  of a folder's messages is lost if simpify-subject is set and
4757                  toggled on or off.
4758                  Patch by Luke Plant.
4759
4760 2003-01-24 [paul]       0.8.9claws
4761
4762         * sylpheed-0.8.9claws released
4763         
4764         * Makefile.am
4765           sylpheed.spec.in
4766                 remove reference to 'INSTALL.jp'
4767
4768 2003-01-23 [paul]       0.8.8claws128
4769
4770         * po/es.po
4771           po/it.po
4772           po/ru.po
4773           po/sr.po
4774                 updated translations. submitted by Ricardo Mones Lastra,
4775                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4776
4777 2003-01-23 [colin]      0.8.8claws127
4778
4779         * src/compose.c
4780                 Fix drafted and queued news articles re-edition
4781
4782 2003-01-23 [melvin]     0.8.8claws126
4783
4784         * po/fr.po
4785                 Updated French translations
4786
4787 2003-01-23 [colin]      0.8.8claws125
4788
4789         * src/inc.c
4790                 Fix "Connecting to..." status message
4791
4792 2003-01-22 [paul]       0.8.8claws124
4793
4794         * po/bg.po
4795                 updated by George Danchev
4796                 
4797         * src/folder.c
4798                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4799                 and folder deletion
4800
4801 2003-01-21 [paul]       0.8.8claws123
4802
4803         * po/bg.po
4804                 updated by George Danchev
4805                 
4806         * src/about.c
4807                 its now 2003
4808                 
4809         * src/toolbar.c
4810                 don't translate 'Separator'
4811                 
4812         * src/plugins/spamassassin/Makefile.am
4813                 add aspell to CPPFLAGS
4814                 
4815         * src/plugins/spamassassin/spamassassin.c
4816           src/plugins/spamassassin/spamassassin_gtk.c
4817                 set correct default for spamassassin_receive_spam
4818                 slightly re-word descriptions and some
4819                 other minor changes
4820
4821 2003-01-19 [alfons]     0.8.8claws122
4822                 
4823         * src/mimeview.c
4824                 mimeview_save_as(): we might as well show the file name for
4825                 the single case "Save As" too
4826
4827 2003-01-19 [alfons]     0.8.8claws121
4828
4829         * src/crash.c
4830                 change bug tracker URL to bugzilla URL
4831
4832 2003-01-19 [alfons]     0.8.8claws120
4833
4834         * src/mimeview.c
4835                 mimeview_save_all(): display name of file before overwriting;
4836                 continue saving all, even when one overwrite was cancelled
4837
4838 2003-01-19 [christoph]  0.8.8claws119
4839
4840         * src/summaryview.c
4841         * src/procmsg.[ch]
4842                 fix wrong usage of procmsg_find_children in summaryview
4843                 by using procmsg_update_unread_children instead of
4844                 summaryview_update_unread_children
4845
4846 2003-01-19 [christoph]  0.8.8claws118
4847
4848         * src/procmsg.c
4849                 fix infinite loop in procmsg_find_children
4850                  (closes bug #25 sylpheed crashes on delete.)
4851
4852         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4853
4854 2003-01-19 [paul]       0.8.8claws117
4855
4856         * po/pt_BR.po
4857                 updated by Ivan Francolin Martinez
4858
4859 2003-01-18 [melvin]     0.8.8claws116
4860
4861         * src/prefs_actions.c
4862                 Removed syntax limitation of only one '&' at the end of command.
4863                         Now actions that contain '>/dev/null 2>&1' are possible.
4864
4865 2003-01-18 [melvin]     0.8.8claws115
4866
4867         * src/prefs_actions.c
4868                 Actions IO dialog: when the action ends
4869                 the "Close" button now has focus and [Escape] closes the
4870                 window.
4871
4872 2003-01-18 [christoph]  0.8.8claws114
4873
4874         * src/procmsg.c
4875                 o add debug output when MsgInfos are really freed
4876                 o free GSLists in procmsg_find_children and
4877                   procmsg_update_unread_children
4878
4879 2003-01-18 [christoph]  0.8.8claws113
4880
4881         * src/mainwindow.c
4882                 reorder Configuration menu
4883
4884 2003-01-18 [christoph]  0.8.8claws112
4885
4886         * src/compose.c
4887                 fix applying templates to forwarded messages
4888
4889         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4890
4891 2003-01-17 [christoph]  0.8.8claws111
4892
4893         * src/folder.c
4894                 destroy folder items, when a folder item is removed
4895
4896 2003-01-17 [christoph]  0.8.8claws110
4897
4898         * src/folder.c
4899                 fix wrong folder stats update when ignored message is
4900                 deleted
4901
4902 2003-01-17 [colin]      0.8.8claws109
4903         
4904         * src/mainwindow.c
4905         * src/summaryview.c
4906                 Quicksearch bugfixes: 
4907                 - hide help button at startup if not extended
4908                 - switch to extended when looking for replies
4909
4910 2003-01-17 [paul]
4911
4912         * sync with 0.8.9 release
4913
4914 2003-01-17 [paul]       0.8.8claws108
4915
4916         * sync with 0.8.8cvs11
4917                 see ChangeLog 2003-01-17
4918
4919 2003-01-16 [colin]      0.8.8claws107
4920
4921         * src/procmsg.c
4922                 Changed encryption test to re-ask passphrase
4923                 if an encrypted message hasn't been decrypted
4924                 Fixes bug #5
4925
4926 2003-01-16 [christoph]  0.8.8claws106
4927
4928         * src/prefs_gtk.c
4929         * src/prefs_toolbar.c
4930         * src/gtk/prefswindow.h
4931         * src/plugins/spamassassin/spamassassin_gtk.c
4932                 remove page destroy function that is not used anymore
4933
4934 2003-01-16 [paul]       0.8.8claws105
4935
4936         * sync with 0.8.8cvs9
4937                 see ChangeLog 2002-01-16
4938
4939 2003-01-16 [colin]      0.8.8claws104
4940
4941         * src/compose.[ch]
4942                 Fix bug with autosaved drafts for IMAP, when draft
4943                 folder is specified - fixes bugzilla bug #20
4944
4945 2003-01-15 [paul]       0.8.8claws103
4946
4947         * src/compose.[ch]
4948           src/procmsg.c
4949                 store folder and message-id of message forwarding
4950                 in queue header and set forward flag after sending
4951
4952 2003-01-15 [paul]       0.8.8claws102
4953
4954         * sync with 0.8.8cvs8
4955                 see ChangeLog 2002-01-15
4956
4957 2003-01-15 [colin]      0.8.8claws101
4958
4959         * src/Makefile.am
4960                 Fix linking with GNU libiconv
4961
4962 2003-01-15 [darko]      0.8.8claws100
4963
4964         * src/pine.c
4965                 fix crash when importing pine address book
4966                 entry with an empty name (reported by DY
4967                 <dybulk at tri8.net>)
4968
4969 2003-01-14 [paul]       0.8.8claws99
4970
4971         * configure.in  ** REMOVED **
4972           configure.ac  ** NEW FILE **
4973                 rename configure.in to configure.ac, as it is now
4974                 preferred
4975
4976 2003-01-14 [melvin]     0.8.8claws98
4977
4978         * src/folderview.c
4979                 folderview_check_new(): More precise function description
4980
4981 2003-01-14 [melvin]     0.8.8claws97
4982
4983         * src/folderview.c
4984                 folderview_check_new(): return the number of new messages 
4985                         since last check.
4986         * src/inc.c
4987                 inc_account_mail(): Disable counting of new messages for IMAP
4988                         and NNTP until bug [19] and [14] are fixed.
4989
4990 2003-01-14 [paul]       0.8.8claws96
4991
4992         * sync with 0.8.8cvs6
4993                 see ChangeLog 2003-01-14
4994
4995 2003-01-13 [alfons]     0.8.8claws95
4996
4997         * src/textview.c
4998                 tune email address validation (c. 0.8.8claws89): if . is 
4999                 just one char away from @, the address is invalid too 
5000                 (correctly rejects addresses like foo@.com)
5001
5002 2003-01-13 [paul]       0.8.8claws94
5003
5004         * src/messageview.c
5005           src/toolbar.c
5006                 fixes to the Message View toolbar and menu:
5007                 fix non-functioning Forward button
5008                 make Reply button consider default_reply_list
5009                 remove 'Follow-up...' menu entry
5010                 add 'Forward' and 'Redirect' menu entries
5011
5012 2003-01-13 [melvin]     0.8.8claws93
5013
5014         * src/inc.c
5015                 Fixed typo that could make new messages count incorrect.
5016
5017 2003-01-13 [melvin]     0.8.8claws92
5018
5019         * src/folderview.[ch]
5020                 folderview_check_new(): return the number of new messages.
5021         * src/inc.c
5022                 Should fix bug [14] where new mail notification worked 
5023                         incorrectly with IMAP accounts.
5024                 inc_spool_account(): return number of new msgs, or -1 on error
5025                 inc_all_spool(): return number of new msgs
5026                 
5027 2003-01-13 [melvin]     0.8.8claws91
5028
5029         * src/prefs_actions.c
5030                 Justify help text.
5031
5032 2003-01-12 [thorsten]   0.8.8claws90
5033
5034         * src/common/prefs.c
5035                 close file before rename
5036
5037 2003-01-12 [alfons]     0.8.8claws89
5038
5039         * AUTHORS
5040                 add Christian Mertes
5041         * src/common/utils.[ch]
5042                 g_stricase_hash(), g_stricase_equal(): functions for 
5043                 case insensitive hash tables
5044         * src/textview.c
5045                 use top level domain names to validate email address, based
5046                 on a patch by Christian Mertes (thanks!), but changed 
5047                 implementation to use a hash table 
5048
5049 2003-01-12 [paul]       0.8.8claws88
5050
5051         * po/bg.po
5052                 updated by George Danchev
5053
5054 2003-01-12 [alfons]     0.8.8claws87
5055
5056         * src/summaryview.c
5057                 delete / execute performance: use new style folder update
5058
5059 2003-01-12 [paul]       0.8.8claws86
5060
5061         * sync with 0.8.8cvs5
5062                 see ChangeLog 2003-01-13 (!)
5063
5064 2003-01-12 [alfons]     0.8.8claws85
5065
5066         * src/filtering.c
5067         * src/matcher_parser_parse.y
5068                 prepare change_score filtering action
5069         * src/matcher.[ch]
5070                 give up const-correctness on functions that call non-const-correct functions;
5071                 several casts to gpointer in g_free();
5072                 add change_score;
5073
5074 2003-01-12 [christoph]  0.8.8claws84
5075
5076         * src/compose.c
5077                 fix 2 warnings
5078
5079         * src/gtk/prefswindow.[ch]
5080         * src/plugins/spamassassin/spamassassin_gtk.c
5081                 changed the call of the widget create function
5082                 for PrefsPages, because sometimes the widget
5083                 create function needs a widget that already has
5084                 been attached to a window (to create GDK pixmaps
5085                 for exmaple). So we simply pass the GtkWindow as
5086                 the second parameter now.
5087
5088         * src/main.c
5089         * src/mainwindow.c
5090         * src/prefs_toolbar.[ch]
5091                 rewrite Toolbar Preferences using the new
5092                 prefs window
5093
5094 2003-01-11 [alfons]     0.8.8claws83
5095
5096         * src/addressadd.c
5097                 fix crash when adding sender to addressbook because status bar
5098                 isn't there (the status bar doesn't seem to be used though,
5099                 but I'll let Match decide what to do with it)
5100
5101 2003-01-11 [colin]      0.8.8claws82
5102
5103         * src/main.c
5104           src/toolbar.c
5105                 Two useless changes reversed
5106
5107 2003-01-11 [colin]      0.8.8claws81
5108
5109         * src/mainwindow.c
5110           src/mainwindow.h
5111                 Add mainwindow_get_mainwindow()
5112         * src/alertpanel.c
5113           src/alertpanel.h
5114                 Add alertpanel_error_log() 
5115         * src/compose.c
5116           src/inc.c
5117           src/messageview.c
5118           src/toolbar.c
5119           src/main.c
5120           src/procmsg.c
5121                 Network errors get a View Log button
5122
5123 2003-01-10 [alfons]     0.8.8claws80
5124
5125         * src/prefs_toolbar.c
5126         * src/toolbar.c
5127                 use the translatable string for "Separator" as file name for
5128                 separator toolbar items (probably make this uppercase?)
5129
5130 2003-01-10 [alfons]     0.8.8claws79
5131
5132         * src/prefs_toolbar.c
5133                 put right A_SEPARATOR description string in "displayed
5134                 toolbar items list" so manually added separators are
5135                 saved correctly (bug #10, "Adding a separator to the main 
5136                 toolbar fails, entry in xml file is wrong")
5137
5138 2003-01-10 [christoph]  0.8.8claws78
5139
5140         * src/imap.c
5141                 o fix warnings
5142                 o use CAPABILITY to check if NAMESPACE is available
5143
5144 2003-01-10 [christoph]  0.8.8claws77
5145
5146         * src/imap.[ch]
5147                 apply UIDPLUS IMAP extension support patch
5148
5149         Patch submitted by Simon 'corecode' Schubert
5150
5151 2003-01-10 [paul]       0.8.8claws76
5152
5153         * src/folderview.c
5154                 a sync from main which fixes the news account folders'
5155                 Properties bug
5156
5157 2003-01-10 [christoph]  0.8.8claws75
5158
5159         * src/folder.c
5160                 don't accept 0 as a valid uid returned by copy and move
5161                 functions. 0 means the message was copied or moved but the
5162                 new uid could not be fetched. It is not an error condition
5163                 for the copy or move operation.
5164
5165 2003-01-10 [paul]       0.8.8claws74
5166
5167         * src/prefs_filtering.c
5168                 change English used in Alert when entry is not
5169                 saved.
5170                 
5171         * sync with 0.8.8cvs4
5172                 see ChangeLog 2003-01-10
5173
5174 2003-01-10 [darko]      0.8.8claws73
5175
5176         * src/pine.c
5177                 fix crash when importing address book entry
5178                 without a valid address
5179
5180 2003-01-09 [alfons]     0.8.8claws72
5181
5182         * src/inc.c
5183                 filtering performance: use new style folder update
5184
5185 2003-01-09 [christoph]  0.8.8claws71
5186
5187         * src/compose.c
5188         * src/gtk/menu.[ch]
5189                 fix wrong selecting of mime encoding type, when
5190                 opening property dialog of attachments in the
5191                 compose window. 7bit was always selected and that
5192                 destoryed files with 8bit data.
5193                 (closes bug #9 Sylpheed-claws destroys attachments when
5194                  changing MIME-types)
5195
5196 2003-01-09 [paul]       0.8.8claws70
5197
5198         * sync with 0.8.8cvs3
5199                 see ChangeLog 2003-01-09
5200
5201 2003-01-08 [alfons]     0.8.8claws69
5202         
5203         * src/addressadd.c
5204                 apply patch by Kim Schulz to fix build breakage
5205                 because of missing variable
5206
5207 2003-01-08 [paul]       0.8.8claws68
5208
5209         * sync with 0.8.8cvs2
5210                 see ChangeLog 2002-01-08
5211
5212 2003-01-08 [paul]       0.8.8claws67
5213
5214         * po/it.po
5215                 updated by Alessandro Maestri
5216                 
5217         * src/addressadd.c
5218                 when using 'Add sender to addressbook' allow
5219                 name to be edited and remarks to be entered
5220                 Patch submitted by Luke Plant
5221
5222 2003-01-08 [darko]      0.8.8claws66
5223
5224         * README.claws, src/summaryview.c
5225                 fix description for marked messages
5226
5227 2003-01-08 [paul]
5228
5229         * tools/Makefile.am
5230           tools/launch_phoenix  ** NEW FILE **
5231                 add script that enables using Phoenix as the default
5232                 web browser. 
5233                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5234                 
5235         * tools/OOo2sylpheed.pl
5236                 remove full path to sylpheed executable, just 'sylpheed'
5237                 will do
5238                 
5239         * tools/README
5240                 add launch_phoenix informtion and re-arrange and compress
5241                 the data a little
5242
5243 2003-01-07 [christoph]  0.8.8claws65
5244
5245         * src/folder.c
5246                 fix update for source folder when moving messages
5247         * src/procmsg.[ch]
5248         * src/summaryview.c
5249                 use function to set to_folder for message infos and
5250                 automatically update the op_count for old and new
5251                 folder
5252
5253 2003-01-07 [melvin]     0.8.8claws64
5254
5255         * src/prefs_actions.c
5256                 Fixed bug where an '%p' Action on a displayed image crashed 
5257                         Sylpheed
5258                 Code clean up (get rid of duplicated code and removed unnecessary 
5259                                 structure member)
5260
5261 2003-01-07 [christoph]  0.8.8claws63
5262
5263         * src/compose.c
5264         * src/folder.[ch]
5265         * src/folderview.c
5266         * src/import.c
5267         * src/inc.c
5268         * src/main.c
5269         * src/mainwindow.c
5270         * src/messageview.c
5271         * src/prefs_folder_item.c
5272         * src/procmsg.c
5273         * src/summaryview.c
5274         * src/toolbar.c
5275                 o remove all folder update triggering from the UI code. The folder
5276                   system should know much better when a folder needs an update.
5277                 o to prevent multiple updates in a row the folder updates can be
5278                   frozen for some time.
5279
5280                 Note: - Please verify that no updates are missing
5281                       - Check where freeze/thaws should be added
5282
5283 2003-01-07 [christoph]  0.8.8claws62
5284
5285         * src/prefs_actions.c
5286                 don't translate empty strings
5287
5288         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5289
5290 2003-01-06 [christoph]  0.8.8claws61
5291
5292         * src/prefs_actions.c
5293                 mark strings for gettext
5294         * src/prefs_matcher.c
5295                 use new description window for Execute action and
5296                 match condition in Filtering
5297
5298         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5299
5300 2003-01-06 [alfons]     0.8.8claws60
5301
5302         keep myself inspired to re-organize matcher part 8; 
5303         yes, more to come (I need to move out the descriptive
5304         text for actions to matcher.c, or at least make it not
5305         depend on the wicked ordering)
5306
5307         * src/prefs_matcher.c
5308                 add documentation so others may comprehend the
5309                 UI part of the conditions
5310                 
5311 2003-01-06 [christoph]  0.8.8claws59
5312
5313         * src/prefs_actions.c
5314                 use new description window for syntax help
5315         * src/gtk/description_window.c
5316                 fix display of descriptions with column count != 2
5317
5318         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5319
5320 2003-01-06 [christoph]  0.8.8claws58
5321
5322         * src/quote_fmt.c
5323         * src/summaryview.[ch]
5324         * src/gtk/Makefile.am
5325         * src/gtk/description_window.[ch]       ** NEW **
5326                 use a generic window to display syntax descriptions
5327                 currently used in quote_fmt and summaryview (new description
5328                 for extended quick search)
5329
5330         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5331
5332 2003-01-06 [paul]       0.8.8claws57
5333
5334         * sync with 0.8.8cvs1
5335                 see ChangeLog 2003-01-06
5336
5337 2003-01-06 [christoph]  0.8.8claws56
5338
5339         * src/mainwindow.c
5340         * src/prefs_gtk.[ch]
5341         * src/gtk/prefswindow.[ch]
5342         * src/plugins/spamassassin/spamassassin_gtk.c
5343                 o remove page management from prefswindow, pages
5344                   will be an argument to prefswindow_open
5345                 o prefswindow_open gets a datapointer that is
5346                   passed to the widget_create function to allow
5347                   creation of prefswindow for specific items
5348
5349 2003-01-06 [colin]      0.8.8claws55
5350         
5351         * src/summaryview.c
5352                 We don't want regexp in the reply-finder, 
5353                 because MIDs can contain !,$,. and so on
5354
5355 2003-01-06 [jens]       0.8.8claws54
5356
5357         * src/jpilot.c
5358                 fixed a wrong free in jpilot_read_db_files
5359
5360 2003-01-06 [alfons]     0.8.8claws53
5361
5362         re-organize matcher part 8; more to come
5363        
5364         * src/matcher.c
5365                 matcherprop_to_string(): put g_free()s before the
5366                 switch-case break to fix memleaks                
5367
5368 2003-01-06 [colin]      0.8.8claws52
5369
5370         * src/summaryview.c
5371                 cleanup & reply-finder now displays the first 
5372                 matching message
5373
5374 2003-01-05 [alfons]     0.8.8claws51
5375
5376         re-organize matcher part 7; more to come
5377
5378         * src/matcher.[ch]
5379                 fixes for constant correctness;
5380                 more documentation;
5381
5382 2003-01-05 [alfons]     0.8.8claws50
5383
5384         re-organize matcher part 6; more to come
5385         
5386         * src/matcher.[ch]
5387                 fixes for constant correctness;
5388                 more documentation;
5389         * src/filtering.c
5390                 fix for constant correctness
5391
5392 2003-01-05 [colin]      0.8.8claws49
5393
5394         * src/account.[ch]
5395                 Add account_get_reply_account function
5396         * src/compose.c
5397                 Use account_get_reply_account function 
5398         * src/summaryview.c
5399                 Basic reply-finder - click on the replied
5400                 icon gets you to the outbox using quick-search
5401
5402 2003-01-05 [paul]       0.8.8claws48
5403
5404         * src/prefs_common.c
5405                 small change to English
5406                 
5407         * src/prefs_filtering.c
5408                 prefs_filtering_action_select(): improve logic and uniformity
5409                 of gui
5410
5411 2003-01-05 [alfons]     0.8.8claws47
5412
5413         fine tune solution to focus problems (bug #7)
5414
5415         * src/mainwindow.c
5416                 mainwindow_focus_in_event(): remove grab event check
5417         * src/summaryview.c
5418                 summary_button_pressed(): move selection on right-click
5419                 too. we can't possibly move the selection back after
5420                 canceling a dialog, because gtk's incomplete focus 
5421                 management. whether this is a good solution, only time
5422                 will tell.
5423
5424 2003-01-05 [christoph]  0.8.8claws46
5425
5426         * src/imap.c
5427                 fix crash when no imap connection could be established
5428
5429 2003-01-05 [paul]       0.8.8claws45
5430
5431         * src/mainwindow.c
5432           src/sumamryview.c
5433           src/gtk/menu.[ch]
5434                 fix bug 605957 'shortcuts in popup-menu'
5435                 make user-defined shortcuts work
5436                 show shortcuts that are already defined
5437                 in the main menu
5438                 Patch submitted by Luke Plant
5439
5440 2003-01-05 [alfons]     0.8.8claws44
5441
5442         * src/mainwindow.c
5443                 focus_in_event handler should not select summary view row 
5444                 when another window (menu, dialog) grabbed for events 
5445                 (bug #7, "[0.8.8claws42] Message summary focus") 
5446
5447 2003-01-04 [christoph]  0.8.8claws43
5448
5449         * src/procmsg.c
5450                 update save folder after adding the sent message
5451                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5452
5453 2003-01-02 [christoph]  0.8.8claws42
5454
5455         * src/common/plugin.c
5456                 fix unloading of all plugins and unload
5457                 plugins in reverse order
5458                 
5459         * src/gtk/pluginwindow.c
5460                 implement function of load and unload button
5461
5462         * src/gtk/prefswindow.c
5463         * src/gtk/prefswindow.h
5464                 rename register function and add new unregister
5465                 function
5466
5467         * src/plugins/spamassassin/spamassassin_gtk.c
5468                 unregister prefs page and update for changes in
5469                 src/gtk/prefswindow.c
5470
5471 2003-01-02 [paul]       0.8.8claws41
5472
5473         * po/es.po
5474                 updated by Ricardo Mones Lastra
5475
5476 2003-01-02 [paul]
5477
5478         * tools/tb2sylpheed
5479                 fixes and improvements by Urke MMI
5480
5481 2003-01-02 [thorsten]   0.8.8claws40
5482
5483         * src/procmsg.c
5484                 fixed wrong return value
5485
5486 2003-01-02 [thorsten]   0.8.8claws39
5487
5488         * src/prefs.c
5489                 fixed printing wrong variable
5490
5491 2003-01-02 [thorsten]   0.8.8claws38
5492
5493         * src/prefs.c
5494                 fixed acessing members of freed pfile struct
5495
5496 2003-01-02 [thorsten]   0.8.8claws37
5497
5498         * src/procmsg.c
5499                 detect loops across several messages
5500                 as suggested by Christoph Hohmann
5501
5502 2003-01-01 [match]      0.8.8claws36
5503
5504         * src/addrindex.c
5505                 fixed another memory leak.
5506
5507 2003-01-01 [match]      0.8.8claws35
5508
5509         * src/jpilot.[ch]
5510                 fixed memory leaks. applied Doxygen comments.
5511
5512 2003-01-01 [thorsten]   0.8.8claws34
5513
5514         * src/procmsg.c
5515                 inhibit endless loop if msg references itself
5516                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5517
5518 2003-01-01 [christoph]  0.8.8claws33
5519
5520         * src/mainwindow.c
5521         * src/gtk/Makefile.am
5522         * src/gtk/pluginwindow.c                ** NEW **
5523         * src/gtk/pluginwindow.h                ** NEW **
5524                 add plugin window
5525
5526         * src/plugins/demo/demo.c
5527         * src/plugins/spamassassin/spamassassin.c
5528         * src/plugins/spamassassin/spamassassin_gtk.c
5529                 write better plugin descriptions
5530
5531 2002-12-31 [christoph]  0.8.8claws32
5532
5533         * src/gtk/prefswindow.c
5534         * src/plugins/spamassassin/spamassassin_gtk.c
5535                 some small improvements to GTK code
5536
5537 2002-12-31 [christoph]  0.8.8claws31
5538
5539         * src/plugins/spamassassin/spamassassin_gtk.c
5540                 enable folder select button
5541
5542 2002-12-31 [christoph]  0.8.8claws30
5543
5544         * src/mainwindow.c
5545         * src/gtk/Makefile.am
5546         * src/gtk/prefswindow.c                         ** NEW **
5547         * src/gtk/prefswindow.h                         ** NEW **
5548                 add new prefs window
5549
5550         * src/common/plugin.c
5551                 don't try to load empty config lines
5552         
5553         * src/plugins/spamassassin/Makefile.am
5554         * src/plugins/spamassassin/spamassassin.c
5555         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5556         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5557                 GTK config for SpamAssassin Plugin using
5558                 the new prefs window
5559
5560 2002-12-31 [paul]       0.8.8claws29
5561
5562         * po/POTFILES.in
5563                 remove obsolete entry 'src/menu.c'
5564
5565 2002-12-31 [alfons]     0.8.8claws28
5566
5567         * src/matcher.[ch]
5568         * src/matcher_parser_parse.y
5569         * src/prefs_matcher.c
5570                 add "ignore_thread" and "~ignore_thread" condition so it's
5571                 possible to make the actions / scoring operate on the ignore
5572                 thread flag
5573
5574 2002-12-31 [christoph]  0.8.8claws27
5575
5576         * src/addrbook.c
5577         * src/addrindex.c
5578         * src/folder.c
5579         * src/matcher.c
5580         * src/prefs_account.c
5581         * src/prefs_actions.c
5582         * src/prefs_customheader.c
5583         * src/prefs_display_header.c
5584         * src/prefs_gtk.c
5585         * src/procmime.c
5586         * src/toolbar.c
5587         * src/xmlprops.c
5588         * src/common/prefs.[ch]
5589                 extend prefs file handling for reading and automatic handling
5590                 of blocks. When reading prefs_set_block_label will automatically
5591                 move on to the block. When writing it will copy all other blocks
5592                 automatically
5593
5594         * src/common/plugin.c
5595                 Now loading plugin filenames from [Plugins] block in
5596                 sylpheed rc file
5597
5598 2002-12-30 [christoph]  0.8.8claws26
5599
5600         * src/common/hooks.[ch]
5601                 return abort status to caller of hooks_invoke
5602                 
5603         * src/inc.[ch]
5604                 invoke message filtering hook and stop
5605                 default handling when filter returns abort
5606
5607         * src/common/plugin.[ch]
5608         * src/plugins/demo/demo.c
5609                 modify plugin loader, because resolving symbols for strings
5610                 does not work correctly
5611         
5612         * configure.in
5613         * ac/spamassassin.m4                            ** NEW **
5614         * src/plugins/spamassassin/.cvsignore           ** NEW **
5615         * src/plugins/spamassassin/Makefile.am          ** NEW **
5616         * src/plugins/spamassassin/README               ** NEW **
5617         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5618         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5619         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5620                 add spamassassin plugin, see src/plugins/spamassassin/README
5621                 for details
5622
5623 2002-12-29 [alfons]     0.8.8claws25
5624
5625         * src/mainwindow.c
5626                 when moving focus from a message view to the main 
5627                 window, don't forget to select the summary node
5628                 of the displayed message. should fix "[ 659103 ] 
5629                 focus-follows-mouse confuses sylpheed"
5630
5631 2002-12-29 [christoph]  0.8.8claws24
5632
5633         * src/Makefile.am
5634         * src/stringtable.[ch]          ** REMOVE **
5635         * src/common/Makefile.am
5636         * src/common/stringtable.[ch]   ** NEW **
5637                 move stringtable files to common directory
5638
5639 2002-12-29 [christoph]  0.8.8claws23
5640
5641         * src/Makefile.am
5642         * src/menu.[ch]                 ** REMOVE **
5643         * src/gtk/Makefile.am
5644         * src/gtk/menu.[ch]             ** NEW **
5645                 move menu files to gtk directory
5646
5647 2002-12-29 [match]      0.8.8claws22
5648
5649         * src/addressbook.c
5650         * src/syldap.c
5651                 moved UI specific code out of LDAP code into addressbook
5652                 UI code. fixed memory leak.
5653
5654 2002-12-29 [christoph]  0.8.8claws21
5655
5656         * src/folder.c
5657                 only check for IGNORED parent message when message is
5658                 not IGNORED itself
5659
5660 2002-12-29 [alfons]     0.8.8claws20
5661
5662         * src/summaryview.c
5663                 set gtksctree's anchor correct (immediate execute
5664                 changes the tree's layout, and anchor points at 
5665                 the incorrect row). fixes "[ 657233 ] multiple msg 
5666                 delete sometimes off by 1".
5667                 we probably have to look for more tree layout /
5668                 anchor glitches.
5669
5670 2002-12-29 [paul]       0.8.8claws19
5671
5672         * src/summaryview.c
5673                 fix bug [ 659054 ] incorrect sorting of 'From' column
5674                 when using 'display sender using address book'
5675                 thanks to Alfons and Luke Plant
5676
5677 2002-12-29 [christoph]  0.8.8claws18
5678
5679         * src/folder.c
5680         * src/procmsg.[ch]
5681                 check parent messages for IGNORE THREAD flag, when adding,
5682                 moving or copying messages to a folder
5683
5684 2002-12-27 [alfons]     0.8.8claws17
5685
5686         re-organize matcher part 5; more to come
5687
5688         * src/matcher.c
5689                 hash keywords in matchparser_tab 
5690
5691 2002-12-27 [alfons]     0.8.8claws16
5692
5693         re-organize matcher part 4; more to come
5694
5695         * src/matcher_parser.h
5696         * src/matcher_parser_lex.l
5697         * src/matcher_parser_parse.y
5698                 cleanup
5699
5700 2002-12-27 [alfons]     0.8.8claws15
5701
5702         re-organize matcher part 3; more to come
5703
5704         * src/matcher.[ch]
5705                 cleanup
5706
5707 2002-12-27 [alfons]     0.8.8claws14
5708
5709         re-organize matcher part 2; more to come but this should
5710         work. cc me if there are any regressions.
5711
5712         * src/matcher.h
5713                 add prototype for get_matchparser_tab_id()
5714         * src/matcher_parser_lex.l
5715                 look up keywords using matchparser_tab_id();
5716
5717 2002-12-27 [alfons]     0.8.8claws12
5718
5719         re-organize matcher part 1
5720
5721         * src/matcher.h
5722                 map yacc generated constants to sylpheed matcher constants
5723         * src/matcher.c
5724                 add function to find a matcher constant from a string
5725
5726 2002-12-27 [christoph]  0.8.8claws11
5727
5728         * src/compose.c
5729                 MENUITEM_ADD casts the 4th argument from integer to pointer
5730                 so it probably should not be a pointer, this means we
5731                 should use account id for it and not the account's pointer
5732
5733 2002-12-27 [paul]       0.8.8claws10
5734
5735         * src/mainwindow.c
5736                 remove unneeded 'GtkWidget *vbox'
5737                 
5738         * src/summaryview.c
5739                 further sync with 0.8.8 - make sort
5740                 by recipient work as expected
5741                 
5742         * NEWS
5743                 sync with 0.8.8
5744
5745 2002-12-27 [paul]       0.8.8claws9
5746
5747         * po/pt_BR.po
5748                 updated by Ivan F. Martinez
5749                 
5750 2002-12-27 [darko]      0.8.8claws8
5751
5752         * src/common/utils.c
5753                 added locked pattern to extended search
5754
5755 2002-12-27 [alfons]     0.8.8claws7
5756
5757         * src/prefs_matcher.[ch]
5758                 clean up
5759
5760 2002-12-26 [alfons]     0.8.8claws6
5761
5762         * src/matcher.[ch]
5763         * src/matcher_parser_lex.l
5764         * src/matcher_parser_parse.y
5765         * src/prefs_matcher.c
5766                 allow color label as a condition in the matcher
5767
5768 2002-12-26 [oliver]     0.8.8claws5
5769         
5770         * src/toolbar.c 
5771                 enable Addressbook for Main and Messageview
5772         * src/prefs_actions.c
5773                 enable actions in Messageview
5774
5775 2002-12-26 [christoph]  0.8.8claws4
5776
5777         * src/common/plugin.c
5778                 add a little debug output
5779         * configure.in
5780         * src/plugins/demo/Makefile.am
5781                 better use of automake
5782
5783 2002-12-26 [christoph]  0.8.8claws3
5784
5785         * src/Makefile.am
5786         * src/common/Makefile.am
5787                 fix "make distdir"
5788
5789 2002-12-26 [christoph]  0.8.8claws2
5790
5791         * configure.in
5792                 sort configure checks into common / gtk / plugins
5793         * po/POTFILES.in
5794                 add src/prefs_gtk.c
5795         * src/Makefile.am
5796                 add plugins SUBDIR
5797         * src/main.c
5798         * src/common/sylpheed.[ch]
5799                 added now sylpheed_done function for shutdown
5800         * src/common/Makefile.am
5801         * src/common/plugin.[ch]                ** NEW **
5802                 plugin loader and unloader
5803         * src/plugins/.cvsignore                ** NEW **
5804         * src/plugins/Makefile.am               ** NEW **
5805                 build plugins
5806         * src/plugins/demo/.cvsignore           ** NEW **
5807         * src/plugins/demo/Makefile.am          ** NEW **
5808         * src/plugins/demo/demo.c               ** NEW **
5809                 small demo plugin that installs a logtext hook and
5810                 outputs the log text to stdout
5811
5812 2002-12-26 [paul]       0.8.8claws1
5813
5814         * po/es.po
5815                 updated by Ricardo Mones Lastra
5816
5817 2002-12-26 [paul]       0.8.8claws
5818
5819         * 0.8.8claws released
5820
5821 2002-12-26 [paul]       0.8.7claws12
5822
5823         * po/bg.po
5824                 updated by George Danchev
5825
5826 2002-12-26 [paul]       0.8.7claws11
5827
5828         * po/POTFILES.in
5829                 remove unneeded 'src/prefs.c' entry 
5830
5831 2002-12-26 [paul]       0.8.7claws10
5832
5833         * src/codeconv.c
5834           src/mainwindow.c
5835                 sync with 0.8.8 release
5836         
5837         * src/folder.[ch]
5838           src/mh.c
5839           src/summaryview.c
5840                 partial sync with 0.8.8 release
5841         
5842
5843 2002-12-25 [alfons]     0.8.7claws9
5844
5845         * src/matcher.[ch]
5846         * src/matcher_parser_lex.l
5847         * src/matcher_parser_parse.y
5848         * src/prefs_matcher.c
5849                 add locked flag to possible filtering / matcher 
5850                 conditions (also a good example what should be
5851                 done to add a simple boolean condition)
5852
5853 2002-12-25 [christoph]  0.8.7claws8
5854
5855         * src/Makefile.am
5856         * src/account.[ch]
5857         * src/addrbook.c
5858         * src/addressbook.c
5859         * src/addrindex.c
5860         * src/filtering.c
5861         * src/folder.c
5862         * src/matcher.c
5863         * src/prefs.[ch]                ** REMOVE **
5864         * src/prefs_account.c
5865         * src/prefs_actions.c
5866         * src/prefs_common.c
5867         * src/prefs_customheader.c
5868         * src/prefs_display_header.c
5869         * src/prefs_filtering.c
5870         * src/prefs_folder_item.c
5871         * src/prefs_gtk.[ch]            ** NEW **
5872         * src/prefs_matcher.c
5873         * src/prefs_scoring.c
5874         * src/prefs_summary_column.c
5875         * src/procmime.c
5876         * src/selective_download.c
5877         * src/toolbar.c
5878         * src/common/Makefile.am
5879         * src/common/prefs.[ch]         ** NEW **
5880                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5881
5882 2002-12-24 [alfons]     0.8.7claws7
5883
5884         * src/summaryview.c
5885                 summary_thread_build(): fix real cause of the crash mentioned in
5886                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5887                 this way we get meaningful ctree nodes 
5888
5889 2002-12-24 [oliver]     0.8.7claws6
5890
5891         * src/mainwindow.[ch]
5892         * src/messageview.[ch]
5893         * src/compose.[ch]
5894         * src/inc.c
5895         * src/summaryview.c
5896                 changes to use updated toolbar handling
5897                 
5898 2002-12-24 [oliver]     0.8.7claws5
5899
5900         * src/toolbar.[ch]
5901                 generic toolbar handling
5902                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5903         * src/prefs_toolbar.[ch]
5904                 adjust to handling
5905         
5906 2002-12-24 [oliver]     0.8.7claws4
5907         
5908         * src/stock_pixmap.[ch]
5909                 move SYLPHEED_LOGO to end of list in order 
5910                 to remove it from Custom Toolbar`s Icon View
5911
5912 2002-12-24 [alfons]     0.8.7claws3
5913
5914         * src/summaryview.c
5915                 summary_thread_build(): fix crash because of focus != selection 
5916                 after threading. when deleting the selection, gtk tries but fails 
5917                 to find the correct focusable element. we now force the selection
5918                 to be focused. this should solve the infamous bug reported by 
5919                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5920                 a test case is available. 
5921
5922 2002-12-24 [darko]      0.8.7claws2
5923
5924         * src/summaryview.c
5925                 don't crash when unmarking message with unread children
5926
5927 2002-12-23 [christoph]  0.8.7claws1
5928
5929         * src/Makefile.am
5930         * src/common/Makefile.am
5931                 update Makefiles for moved intl.h, version.h and defs.h
5932         * src/imap.c
5933                 rewrite imap_session_get to avoid duplicate code
5934
5935 2002-12-23 [paul]       0.8.7claws
5936
5937         * Santa-Claws released
5938         
5939         * po/hu.po
5940           po/ru.po
5941                 squeeze in updated Hungarian and Russian translations.
5942                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5943
5944 2002-12-23 [paul]       0.8.6claws129
5945
5946         * po/pl.po
5947                 updated by Witold Wladyslaw Wojciech Wilk
5948
5949 2002-12-23 [paul]       0.8.6claws128
5950
5951         * src/quote_fmt_parse.y
5952                 fix typo and add licence header
5953
5954 2002-12-23 [paul]       0.8.6claws127
5955
5956         * po/en_GB.po
5957                 updated
5958
5959 2002-12-23 [paul]       0.8.6claws126
5960
5961         * po/it.po
5962                 updated translation, submitted by Alessandro Maestri
5963                 
5964 2002-12-23 [paul]       0.8.6claws125
5965
5966         * src/quote_fmt_parse.y
5967                 fix signature-stripping on replies bug. match
5968                 '-- \n' and not '-- '.
5969
5970 2002-12-22 [paul]       0.8.6claws124
5971
5972         * po/bg.po
5973           po/es.po
5974           po/sr.po
5975                 updated translations. submitted by George Danchev,
5976                 Ricardo Mones Lastra, and Urke MMI respectively
5977
5978 2002-12-21 [paul]       0.8.6claws123
5979
5980         * src/addrbook.c
5981                 fix coding style
5982
5983 2002-12-21 [paul]       0.8.6claws122
5984
5985         * src/addrbook.c
5986                 fix bug [643638] where if a person is in one or more
5987                 addressbook groups editing that person's email 
5988                 address results in removal from those groups.
5989                 Patch submitted by Luke Plant.
5990
5991 2002-12-20 [christoph]  0.8.6claws121
5992
5993         * src/common/utils.c
5994         * src/summaryview.c
5995                 reimplement expand_search_string using GString to
5996                 prevent crashs caused by miscalculated string
5997                 lengths reported by Paul
5998
5999 2002-12-20 [christoph]  0.8.6claws120
6000
6001         * src/summaryview.c
6002                 don't use "changed" to check if op_count has to be changed as it
6003                 is also set when the message has unread children
6004                 (closes bug [ 653221 ] crash while deleting duplicates)
6005
6006 2002-12-20 [paul]       0.8.6claws119
6007
6008         * sync with 0.8.6cvs27
6009                 see ChangeLog 2002-12-20
6010
6011 2002-12-20 [paul]       0.8.6claws118
6012
6013         * sync with 0.8.6cvs26
6014                 see ChangeLog 2002-12-19 and 2002-12-20
6015
6016 2002-12-19 [alfons]     0.8.6claws117
6017
6018         * src/textview.c
6019                 fix incorrect parsing of email addresses, submitted by 
6020                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6021                 name display if it contains @".
6022
6023 2002-12-18 [paul]       0.8.6claws116
6024
6025         * sync with 0.8.6cvs23
6026                 see ChangeLog 2002-12-18
6027
6028 2002-12-18 [paul]       0.8.6claws115
6029
6030         * src/Makefile.am
6031         * src/account.c
6032         * src/codeconv.c
6033         * src/gtkutils.[ch]
6034         * src/imap.c
6035                 sync with 0.8.6cvs22.
6036                 see ChangeLog 2002-12-17 and 2002-12-18
6037
6038 2002-12-17 [christoph]  0.8.6claws114
6039
6040         * src/imap.c
6041                 o don't create a session if imap greeting fails
6042                 o don't close socket when authentication fails
6043                   this is done by imap_session_destroy
6044
6045 2002-12-17 [thorsten]   0.8.6claws113
6046
6047         * tools/Makefile.am
6048           tools/README
6049           tools/google_msgid.pl ** NEW FILE **
6050                 Added "search for message-id" script and doc
6051
6052 2002-12-17 [thorsten]   0.8.6claws112
6053
6054         * po/hu.po
6055                 Updated hungarian translation
6056                 (updated by Gal Zoltan)
6057
6058 2002-12-16 [christoph]  0.8.6claws111
6059
6060         * src/addr_compl.c
6061                 remove stupid addressbook dump to debug output
6062         * src/mh.c
6063                 fix memory leak found by Hiro
6064
6065 2002-12-14 [paul]       0.8.6claws110
6066
6067         * src/compose.c
6068                 fix menubar sensitivity on send
6069                 
6070         * src/prefs_filtering.c
6071         * src/prefs_matcher.c
6072         * src/prefs_scoring.c
6073                 Fix english ;)
6074                 
6075         * src/common/quoted-printable.h
6076                 sync: fix typo
6077         
6078 2002-12-13 [christoph]  0.8.6claws109
6079
6080         * src/Makefile.am
6081         * src/manage_window.[ch]        ** REMOVE **
6082         * src/gtk/Makefile.am
6083         * src/gtk/manage_window.[ch]    ** NEW **
6084                 move manage_window files to gtk directory
6085
6086 2002-12-13 [christoph]  0.8.6claws108
6087
6088         * src/Makefile.am
6089         * src/gtkshruler.[ch]           ** REMOVE **
6090         * src/gtk/Makefile.am
6091         * src/gtk/gtkshruler.[ch]       ** NEW **
6092                 move gtkshruler files to gtk directory
6093
6094 2002-12-13 [christoph]  0.8.6claws107
6095
6096         * src/Makefile.am
6097         * src/compose.c
6098         * src/gtkstext.[ch]             ** REMOVE **
6099         * src/gtkutils.[ch]
6100         * src/textview.c
6101         * src/gtk/gtkstext.[ch]         ** NEW **
6102         * src/gtk/Makefile.am
6103                 o move stext functions to gtkstext.c to remove
6104                   dependency of gtkutils
6105                 o move gtkstext files to gtk directory
6106
6107         * src/gtk/Makefile.am
6108         * src/gtk/sslcertwindow.[ch]
6109                 UI stuff can always depend on common code so
6110                 it's ok to add ../common to include path
6111
6112 2002-12-13 [colin]      0.8.6claws106
6113
6114         * src/summaryview.c
6115                 Disconnect sighandlers for mainwindow when
6116                 quicksearch has the focus
6117                 Fix bug #653231
6118         * src/mainwindow.[ch]
6119                 Make key_pressed callback public, to be able
6120                 to disconnect it
6121
6122 2002-12-13 [christoph]  0.8.6claws105
6123
6124         * src/mh.c
6125                 create .mh_sequences file in new MH folders
6126                 (closes feature request [ 523162 ] MH folders should
6127                  get a .mh_sequences)
6128
6129 2002-12-13 [colin]      0.8.6claws104
6130
6131         * src/summaryview.c
6132                 Better handling of quicksearch show/hide
6133                 (basically the button stays under the mouse 
6134                  when toggled)
6135
6136 2002-12-13 [paul]       0.8.6claws103
6137
6138         * sync with 0.8.6cvs17
6139                 see ChangeLog 2002-12-13
6140
6141 2002-12-13 [paul]       0.8.6claws102
6142
6143         * po/es.po
6144                 updated by Ricardo Mones Lastra
6145
6146 2002-12-11 [colin]       0.8.6claws101
6147
6148         * src/folder.c
6149                 remove statusbar stuff
6150           src/folderview.c
6151                 set statusbar verbosity when moving folders
6152
6153 2002-12-11 [colin]       0.8.6claws100
6154         * src/prefs_filtering.c
6155         * src/prefs_matcher.c
6156         * src/prefs_scoring.c
6157                 Fix english ;)
6158
6159 2002-12-11 [colin]       0.8.6claws99
6160
6161         * src/prefs_common.[ch]
6162                 Add summary_quicksearch_type
6163         * src/summaryview.c
6164                 Save last used quicksearch type
6165
6166 2002-12-11 [jens]       0.8.6claws98
6167         * src/prefs_filtering.c
6168         * src/prefs_matcher.c
6169         * src/prefs_scoring.c
6170                 added dialog for incomplete rules in scoring, filtering and
6171                 matcher to ask wheather really close
6172
6173 2002-12-11 [colin]      0.8.6claws97
6174
6175         * src/folder.c
6176                 Fix folder dnd statusbar logging
6177
6178 2002-12-10 [christoph]  0.8.6claws96
6179
6180         * src/compose.c
6181         * src/folder.c
6182         * src/imap.c
6183         * src/inc.c
6184         * src/main.c
6185         * src/mainwindow.c
6186         * src/news.c
6187         * src/send.c
6188         * src/statusbar.[ch]
6189         * src/common/hooks.c
6190         * src/common/log.[ch]
6191                 o handle verbose logging in statusbar directly in statusbar code
6192                   and common code does not need any knowledge about a statusbar
6193                 o remove direct calls to statusbar_(puts|pop)_all functions
6194
6195 2002-12-10 [jens]       0.8.6claws95
6196
6197         * src/*.c
6198                 removed gettext from g_warnings
6199         * po/POTFILES.in
6200                 cleaned and updated
6201         * po/de.po
6202                 updated
6203
6204 2002-12-10 [colin]      0.8.6claws94
6205
6206         * src/main.c
6207                 finish crash dialog fix
6208
6209 2002-12-10 [colin]      0.8.6claws93
6210
6211         * src/main.c
6212                 "Fix" "sylpheed already running" instead of
6213                 crash dialog appearing after a crash
6214
6215 2002-12-10 [colin]      0.8.6claws92
6216
6217         * po/POTFILES.in
6218                 add src/gtk/sslcertwindow.c
6219
6220 2002-12-10 [paul]       0.8.6claws91
6221
6222         * po/POTFILES.in
6223                 updated to reflect recent changes
6224                 submitted by Alessandro Maestri
6225
6226 2002-12-09 [christoph]  0.8.6claws90
6227
6228         * src/Makefile.am
6229         * src/smtp.[ch]                 ** REMOVE **
6230         * src/common/Makefile.am
6231         * src/common/smtp.[ch]          ** NEW **
6232                 move smtp files to common directory
6233
6234 2002-12-09 [christoph]  0.8.6claws89
6235
6236         * src/Makefile.am
6237         * src/session.[ch]              ** REMOVE **
6238         * src/common/Makefile.am
6239         * src/common/session.[ch]       ** NEW **
6240                 move session files to common directory
6241
6242 2002-12-09 [paul]       0.8.6claws88
6243
6244         * src/account.c
6245                 fix bug [649746] edit accounts: move account reverted
6246                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6247
6248 2002-12-09 [colin]      0.8.6claws87
6249
6250         * src/ssl_certificate.c
6251                 cleanup
6252
6253 2002-12-09 [colin]      0.8.6claws86
6254
6255         * src/ssl.c
6256                 Try to open the cert.pem database and 
6257                 issue a warning if it isn't there
6258
6259 2002-12-09 [colin]      0.8.6claws85
6260
6261         * src/common/ssl_certificate.c
6262         * src/gtk/sslcertwindow.c
6263                 Warning fixes
6264
6265 2002-12-09 [colin]      0.8.6claws84
6266
6267         * src/ssl_certificate.[ch] ** REMOVED **
6268         * src/common/ssl_certificate.[ch] ** NEW **
6269         * src/Makefile.am
6270         * src/common/Makefile.am
6271                 Moved ssl_certificate.[ch] to common
6272         * src/common/ssl.c 
6273                 Put back needed include
6274         * src/gtk/sslcertwindow.[ch]
6275                 Changed ssl_certificate.h include
6276         
6277 2002-12-09 [colin]      0.8.6claws83
6278
6279         * src/gtk/sslcertwindow.[ch]
6280                 Implement hook for certificate acception
6281         * src/ssl_certificate.[ch]
6282                 Implement hook for certificate acception
6283         * src/common/ssl.c
6284                 Reenable certificate acception check
6285         * src/mainwindow.c
6286                 Register sslcertwindow's hook
6287         
6288 2002-12-08 [christoph]  0.8.6claws82
6289
6290         * src/about.c
6291         * src/addr_compl.c
6292         * src/codeconv.c
6293         * src/manual.c
6294         * src/undo.c
6295         * src/common/utils.c
6296                 o add missing includes
6297                 o fix warnings
6298         * src/.cvsignore
6299         * src/common/.cvsignore
6300         * src/common/version.h          ** REMOVE **
6301                 remove autogenerated file
6302
6303 2002-12-08 [paul]       0.8.6claws81
6304
6305         * src/stringtable.c
6306                 put back needed include
6307
6308 2002-12-08 [colin]      0.8.6claws80
6309         
6310         * src/gtk/sslcertwindow.c
6311                 Cleaner popups when asking
6312         * src/ssl_certificate.c
6313         * src/prefs_common.[ch]
6314                 remove ssl certificate pref
6315                 put back needed include
6316         * src/undo.c
6317                 put back needed include
6318
6319 2002-12-08 [christoph]  0.8.6claws79
6320
6321         * src/folderview.c
6322         * src/logwindow.c
6323         * src/statusbar.c
6324         * src/summaryview.c
6325                 only abort hook invokation if required data is missing not
6326                 if our own data pointer is NULL, update hookfunction for
6327                 log window
6328
6329 2002-12-08 [paul]       0.8.6claws78
6330
6331         * src/about.c
6332         * src/addrcache.c
6333         * src/addrclip.c
6334         * src/addr_compl.c
6335         * src/addrselect.c
6336         * src/codeconv.c
6337         * src/colorlabel.c
6338         * src/enriched.c
6339         * src/esmtp.c
6340         * src/exporthtml.c
6341         * src/headerview.c
6342         * src/imageview.c
6343         * src/manual.c
6344         * src/noticeview.c
6345         * src/pgptext.c
6346         * src/scoring.c
6347         * src/sourcewindow.c
6348         * src/stringtable.c
6349         * src/undo.c
6350                 clean up: remove unneccesary includes
6351
6352 2002-12-08 [christoph]  0.8.6claws77
6353
6354         * src/folderview.c
6355         * src/statusbar.c
6356         * src/summaryview.c
6357         * src/common/hooks.[ch]
6358                 hook functions now have a gboolean return value, if a hook
6359                 returns TRUE it will stop executing of any more hooks in
6360                 the same hooklist for this invokation
6361
6362 2002-12-08 [colin]      0.8.6claws76
6363         
6364         * src/main.c
6365                 put back argv0 for CRASH_DIALOG
6366
6367 2002-12-08 [christoph]  0.8.6claws75
6368
6369         * src/Makefile.am
6370         * src/about.c
6371         * src/account.c
6372         * src/crash.c
6373         * src/esmtp.h
6374         * src/imap.[ch]
6375         * src/inc.c
6376         * src/main.c
6377         * src/mainwindow.c
6378         * src/news.c
6379         * src/pop.[ch]
6380         * src/prefs_account.[ch]
6381         * src/prefs_common.[ch]
6382         * src/send.[ch]
6383         * src/smtp.[ch]
6384         * src/ssl_certificate.[ch]
6385         * src/ssl_manager.[ch]
6386         * src/common/Makefile.am
6387         * src/common/log.c
6388         * src/common/nntp.[ch]
6389         * src/common/socket.[ch]
6390         * src/common/ssl.[ch]
6391         * src/gtk/sslcertwindow.[ch]
6392         * ac/openssl.m4
6393                 use new autoconf script to detect OpenSSL with extra parameters
6394                 to specify the location of libs and includes, also remove USE_SSL
6395                 to USE_OPENSSL
6396
6397         * src/common/sylpheed.[ch]
6398         * src/common/version.h.in
6399                 start seperation of common code initialization seperated from gui
6400
6401         * src/summaryview.c
6402                 The function that is called when a color label changes
6403                 should not change the color lable again
6404
6405 2002-12-08 [colin]      0.8.6claws74
6406
6407         * src/gtk/sslcertwindow.c
6408                 warning fixes
6409
6410 2002-12-08 [colin]      0.8.6claws73
6411
6412         * src/statusbar.c
6413           src/common/log.h
6414                 Register a hook for statusbar_puts_all
6415         * src/common/log.c
6416                 invoke statusbar_puts_all's hook
6417         
6418 2002-12-08 [colin]      0.8.6claws72
6419
6420         * src/ssl_certificate.c
6421                 Put back a badly-removed include
6422
6423 2002-12-08 [colin]      0.8.6claws71
6424
6425         * src/gtk/sslcertwindow.[ch]    ** NEW **
6426                 new certificate presentation
6427         * src/gtk/Makefile.am
6428                 add new files
6429         * src/ssl_certificate.[ch]
6430                 gtk cleanup, made utility functions public
6431         * src/ssl_manager.c
6432                 use new cert presentation
6433
6434 2002-12-07 [christoph]  0.8.6claws70
6435
6436         * src/Makefile.am
6437         * src/nntp.[ch]                 ** REMOVE **
6438         * src/common/Makefile.am
6439         * src/common/nntp.[ch]          ** NEW **
6440                 move nntp files to common directory
6441
6442 2002-12-07 [christoph]  0.8.6claws69
6443
6444         * src/procmsg.[ch]
6445         * src/summaryview.c
6446                 implement msginfo update callback using sylpheed's new
6447                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6448
6449 2002-12-06 [christoph]  0.8.6claws68
6450
6451         * src/editgroup.c
6452                 This patch changes the 'Edit Group Details' dialog to
6453                 allow extended selections in either pane, so that
6454                 addresses can be added or removed from a group more
6455                 quickly and easily. (it actually is a net decrease in
6456                 file size, as some unnecessary functions have been
6457                 removed). 
6458                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6459
6460 2002-12-06 [christoph]  0.8.6claws67
6461
6462         * src/Makefile.am
6463         * src/template.[ch]             ** REMOVE **
6464         * src/common/Makefile.am
6465         * src/common/template.[ch]      ** NEW **
6466                 move template files to common directory
6467
6468         * src/nntp.c
6469                 add missing log.h include
6470
6471 2002-12-06 [melvin]     0.8.6claws66
6472
6473         * src/prefs_actions.c
6474                 Added the trailing ">" syntax to insert command's output
6475                 without replacing old text (in contrast to trailing "|").
6476
6477 2002-12-05 [colin]      0.8.6claws65
6478         
6479         * src/common/utils.c
6480                 Don't modify original search_string or it'll change
6481                 the next iterations in the for()
6482
6483 2002-12-05 [darko]      0.8.6claws64
6484
6485         * src/common/utils.c
6486                 proper check for filtering commands, found by Colin
6487
6488 2002-12-05 [darko]      0.8.6claws63
6489
6490         * src/common/utils.c
6491                 check proper string for NULL pointer, found by Colin
6492
6493 2002-12-05 [darko]      0.8.6claws62
6494
6495         * src/common/utils.[ch]
6496                 expand_search_string(): new function
6497                 converts Mutt-like patterns to Sylpheed's
6498                 filtering engine
6499         * src/summaryview.c
6500                 use expand_search_string() to allow Mutt-like
6501                 patterns in extended search
6502         * README.claws
6503                 document extended option in quick search
6504
6505 2002-12-05 [paul]       0.8.6claws61
6506
6507         * sync with 0.8.6cvs16
6508                 see ChangeLog 2002-12-05
6509                 
6510         * po/POTFILES.in
6511                 clean up
6512
6513 2002-12-04 [christoph]  0.8.6claws60
6514
6515         * src/imap.[ch]
6516                 put imap authentication code into a new function and
6517                 remove it from imap_session_new that will allow to
6518                 send other commands before authentication
6519
6520 2002-12-04 [christoph]  0.8.6claws59
6521
6522         * src/imap.[ch]
6523                 use already existing method to prevent unneeded IMAP
6524                 folder selects. Set imap_select parameters to NULL
6525                 in some functions if the values are not required.
6526
6527         * src/xml.h
6528                 remove no longer required include
6529
6530 2002-12-04 [paul]       0.8.6claws58
6531
6532         * po/es.po
6533                 updated by Ricardo Mones Lastra
6534                 
6535         * configure.in
6536           po/hu.po      ** NEW FILE **
6537                 initial Hungarian translation, submitted
6538                 by Gál Zoltán <galzoli@hu.inter.net>
6539
6540 2002-12-03 [christoph]  0.8.6claws57
6541
6542         * src/Makefile.am
6543         * src/gtksctree.[ch]            ** REMOVE **
6544         * src/gtk/Makefile.am
6545         * src/gtk/gtksctree.[ch]        ** NEW **
6546                 move gtksctree files to gtk directory
6547
6548 2002-12-03 [christoph]  0.8.6claws56
6549
6550         * src/Makefile.am
6551         * src/md5.[ch]                  ** REMOVE **
6552         * srm/common/Makefile.am
6553         * src/common/md5.[ch]           ** NEW **
6554                 move md5 files to common directory
6555
6556         * src/gtkstext.c
6557                 remove not required #include
6558
6559 2002-12-03 [sergey]     0.8.6claws55
6560
6561         * src/gtkutils.c
6562         * src/gtkutils.h
6563                 gtkut_window_popup(): new function.
6564         * src/mainwindow.c
6565                 main_window_popup(): use gtkut_window_popup() to raise
6566                 window without changing its position.
6567                 (see sylpheed-main ML message [sylpheed:17247])
6568
6569 2002-12-03 [sergey]     0.8.6claws54
6570
6571         * src/send.c
6572                 send_message_local(): removed first-dot escaping
6573                 (SMTP-only, not needed for sending through pipe)
6574
6575 2002-12-03 [paul]       0.8.6claws53
6576
6577         * po/POTFILES.in
6578                 update to reflect recent changes (thanks
6579                 to Ricardo Mones Lastra)
6580                 
6581         * tools/filter_conv.pl
6582                  fix problem with quoted strings. Patch submitted
6583                  by Luke Plant <lukeplant@softhome.net>
6584
6585 2002-12-03 [paul]       0.8.6claws52
6586
6587         * sync with 0.8.6cvs15
6588                 see ChangeLog 2002-12-03
6589
6590 2002-12-02 [christoph]  0.8.6claws51
6591
6592         * src/logwindow.[ch]
6593         * src/common/log.[ch]
6594                 implement logging using a hook function
6595
6596         * src/folderview.c
6597         * src/folder.[ch]
6598                 define hooklist name in header file to avoid
6599                 errors caused by wrong spelling of hooklist names
6600
6601         * src/toolbar.c
6602                 fix warnings
6603
6604 2002-12-02 [christoph]  0.8.6claws50
6605
6606         * src/common/Makefile.am
6607                 add src/common/hooks.[ch]
6608
6609         * src/common/hooks.[ch]
6610                 implement a simple hook system using glib's hook functions
6611
6612         * src/folder.[ch]
6613         * src/folderview.c
6614                 use new hook system for folder item updates
6615
6616 2002-12-02 [christoph]  0.8.6claws49
6617
6618         * doc-src/ui_seperation.txt     ** NEW **
6619                 information for ui seperation
6620
6621         * src/Makefile.am
6622                 remove files that were moved to common
6623                 include common directory by default for the header files
6624
6625         * src/inc.c
6626         * src/common/socket.c
6627         * src/automaton.[ch]
6628                 implement automaton using g_io_*-functions instead of
6629                 gdk_input_add to make it ui independent
6630
6631         * src/codeconv.c
6632         * src/compose.c
6633         * src/ldif.c
6634         * src/pgptext.c
6635         * src/procmime.c
6636         * src/rfc2015.c
6637         * src/smtp.c
6638         * src/unmime.c
6639                 remove common/ prefix because directory is now in
6640                 include path
6641
6642         * src/compose.c
6643         * src/folder.c
6644         * src/folderview.c
6645         * src/mainwindow.c
6646         * src/messageview.c
6647         * src/prefs_common.c
6648         * src/procmsg.c
6649         * src/rfc2015.c
6650                 fix warnings
6651
6652         * src/imap.c
6653         * src/inc.c
6654         * src/news.c
6655         * src/pop.c
6656         * src/send.c
6657         * src/smtp.c
6658         * src/ssl_certificate.c
6659                 add log.h header file for logging functions
6660
6661         * src/main.c
6662         * src/common/utils.c
6663         * src/summaryview.c
6664         * src/xml.c
6665                 o move debug_mode to common/utils.c
6666                 o add functions to set and get debug_mode
6667
6668         * src/defs.h                    ** REMOVE **
6669         * src/intl.h                    ** REMOVE **
6670         * src/socket.[ch]               ** REMOVE **
6671         * src/ssl.[ch]                  ** REMOVE **
6672         * src/utils.[ch]                ** REMOVE **
6673                 replaced by new files in src/common/
6674         
6675         * src/common/Makefile.am
6676                 add new files in src/common/
6677
6678         * src/common/defs.h             ** NEW **
6679         * src/common/intl.h             ** NEW **
6680         * src/common/log.[ch]           ** NEW **
6681         * src/common/socket.[ch]        ** NEW **
6682         * src/common/ssl.[ch]           ** NEW **
6683         * src/common/utils.[ch]         ** NEW **
6684                 replacement for files in src/
6685
6686 2002-12-02 [colin]      0.8.6claws48
6687
6688         * src/folderview.c
6689                 Scroll folderview if necessary during dnd
6690
6691 2002-12-02 [colin]      0.8.6claws47
6692
6693         * src/folder.[ch]
6694                 Add check to verify a move is within a single mailbox
6695         * src/folderview.c
6696                 Add specific error string for this check
6697
6698 2002-12-02 [colin]      0.8.6claws46
6699
6700         * src/folder.c
6701                 Add a test to folder moving, remove a statusbar_print
6702         * src/folderview.c
6703                 Add Move folder... context-menu item
6704                 Factorize folder moving code
6705                 Enable folder DND for mbox
6706
6707 2002-12-01 [christoph]  0.8.6claws45
6708
6709         * ac/aspell.m4
6710                 remove conf.aspelltest if the version check fails
6711
6712 2002-11-30 [christoph]  0.8.6claws44
6713
6714         * autogen.sh
6715                 run libtoolize --force in autogen to create missing
6716                 libtool scripts
6717
6718 2002-11-30 [christoph]  0.8.6claws43
6719
6720         * src/Makefile.am
6721         * src/pgptext.c
6722         * src/procmime.c
6723         * src/rfc2015.c
6724         * src/uuencode.[ch]             ** REMOVED **
6725         * src/common/Makefile.am
6726         * src/common/uuencode.[ch]      ** NEW **
6727                 move uuen/decoder to common directory
6728
6729 2002-11-30 [christoph]  0.8.6claws42
6730
6731         * src/Makefile.am
6732         * src/base64.[ch]               ** REMOVED **
6733         * src/codeconv.c
6734         * src/compose.c
6735         * src/ldif.c
6736         * src/pgptext.c
6737         * src/procmime.c
6738         * src/rfc2015.c
6739         * src/smtp.c
6740         * src/unmime.c
6741         * src/common/Makefile.am
6742         * src/common/base64.[ch]        ** NEW **
6743                 move base64 en/decoder to common directory
6744
6745 2002-11-30 [christoph]  0.8.6claws41
6746
6747         * src/common                    ** NEW **
6748                 new directory for UI independent code
6749         * src/gtk                       ** NEW **
6750                 new directory for GTK frontend
6751         * src/common/.cvsignore         ** NEW **
6752         * src/gtk/.cvsignore            ** NEW **
6753                 ignore build files
6754         * src/common/Makefile.am        ** NEW **
6755         * src/gtk/Makefile.am           ** NEW **
6756                 automake files to build new seperated stuff
6757         * src/Makefile.am
6758                 the binary will currently still be build with the
6759                 files in src, so we include the code from the
6760                 subdirs for now after building the libs there
6761
6762 2002-11-30 [paul]       0.8.6claws40
6763
6764         * src/compose.c
6765                 fix bug [642731] 'Wrong selected account with drafted mail'
6766
6767 2002-11-29 [oliver]     0.8.6claws39
6768         
6769         * src/messageview.c
6770                 o update summaryview when switching between different
6771                   messageviews          
6772         * src/toolbar.c  
6773                 o check if messageview holds already removed msg
6774                   from summaryview
6775                 
6776
6777 2002-11-29 [oliver]     0.8.6claws38
6778
6779         * src/toolbar.c 
6780                 remove not needed variables and includes
6781                 make messageview stay opened and move to next when msgs are deleted 
6782
6783 2002-11-29 [oliver]     0.8.6claws37
6784         
6785         * src/toolbar.c 
6786                 disable compose button (messageview toolbar) by default
6787                 deleted msgs are moved to trash
6788         
6789 2002-11-29 [melvin]     0.8.6claws36
6790
6791         * configure.in
6792                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6793                 and to detect signatures expirations (gpgme 0.3.6)
6794
6795         * src/main.c
6796                 Use non obsolescent function for Gpgme engine checking.
6797
6798         * src/rfc2015.c
6799                 Inform about expired signatures or signatures which key
6800                 has expired. Expiration date is displayed.
6801
6802         * src/sigstatus.c
6803                 Inform about expired signatures or signatures which key
6804                 has expired.
6805
6806 2002-11-28 [paul]       0.8.6claws35
6807
6808         * src/folderview.c
6809                 re-instate 'Check for new messages' in Newsgroup
6810                 folders right-click menu, after a suggestion from
6811                 Tim Mann <timmann@users.sourceforge.net>
6812
6813         * src/main.c
6814                 after a crash check only local folders for new
6815                 messages
6816
6817 2002-11-28 [paul]       0.8.6claws34
6818
6819         * configure.in
6820                 apply patch that fixes the checking of GTK with XIM 
6821                 support on different OSs, such as FreeBSD. Patch 
6822                 submitted by Topia <topia@users.sourceforge.net>
6823                 
6824 2002-11-28 [paul]       0.8.6claws33
6825
6826         * src/mainwindow.c
6827           src/prefs_common.c
6828           src/prefs_toolbar.c
6829                 more changes to the English
6830
6831 2002-11-28 [paul]       0.8.6claws32
6832
6833         * sync with 0.8.6cvs13
6834                 see ChangeLog 2002-11-28 (no sync needed
6835                 for src/compose.c)
6836
6837 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6838         
6839         * src/mainwindow.[ch]
6840                 add patch by Ivan F. Martinez introducing messageview Toolbar
6841                 some changes and committed by oliver    
6842
6843 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6844
6845         * src/messageview.[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.6claws29
6850
6851         * src/compose.[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.6claws28
6856         
6857         * src/toolbar.[ch]
6858                 add patch by Ivan F. Martinez introducing messageview Toolbar
6859                 some changes and committed by oliver
6860
6861 2002-11-28 [oliver]     0.8.6claws27
6862         
6863         * src/prefs_toolbar.[ch]
6864                 getting ready for messageview toolbar
6865                 free mem allocated by gettext
6866                 change prefs_toolbar to prefs_toolbar_open
6867  
6868 2002-11-28 [thorsten]   0.8.6claws26
6869
6870         * src/imageview.[ch]
6871                 cleaned up conflicting declarations of
6872                 imageview_show_image()
6873
6874 2002-11-28 [paul]       0.8.6claws25
6875
6876         * src/grouplistdialog.c
6877           src/prefs_common.c
6878           src/prefs_summary_column.c
6879                 a few more improvements to the English
6880
6881 2002-11-28 [colin]      0.8.6claws24
6882
6883         * man/sylpheed.1
6884                 A few updates to command-line parameters
6885
6886 2002-11-28 [colin]      0.8.6claws23
6887
6888         * src/prefs_filtering.c
6889                 Fix problems with prefs_filtering_delete_path:
6890                 a) if the first rule is removed, original pointers
6891                    weren't updated (leading to segfaults)
6892                 b) it was always global_processing updated in case
6893                    of removed path was parent of rule path
6894
6895 2002-11-27 [paul]       0.8.6claws22
6896
6897         * src/mainwindow.c
6898           src/prefs_account.c
6899           src/prefs_actions.c
6900           src/prefs_common.c
6901           src/prefs_customheader.c
6902           src/prefs_display_header.c
6903           src/prefs_filtering.c
6904           src/prefs_folder_item.c
6905           src/prefs_matcher.c
6906           src/prefs_scoring.c
6907           src/prefs_summary_column.c
6908           src/prefs_template.c
6909           src/prefs_toolbar.c
6910                  improve the English in the GUI
6911
6912 2002-11-27 [colin]      0.8.6claws21
6913
6914         * src/folder.c
6915                 Fix processing renaming problems happening after
6916                 last commit
6917
6918 2002-11-27 [colin]      0.8.6claws20
6919
6920         * src/folder.c
6921                 recursive move now deletes src each subfolder after 
6922                 having moved it
6923         * src/folderview.c
6924                 Use identifier instead of path during dnd (enables
6925                 IMAP folder dnd)
6926
6927 2002-11-27 [paul]       0.8.6claws19
6928
6929         * src/main.c
6930                 apply patch that does command-line processing 
6931                 BEFORE gtk_init, allowing claws to run from 
6932                 shell-scripts in non-X environment (e.g. crontab 
6933                 or ip-up, ip-down scripts). Patch submitted by
6934                 Ruslan N. Balkin <baron@dartel.ru>
6935                 
6936         * po/it.po
6937                 updated by Alessandro Maestri
6938
6939 2002-11-27 [paul]       0.8.6claws18
6940
6941         * sync with 0.8.6cvs12
6942           src/prefs_common.c
6943                 Differences are that main uses a 'Receive dialog'
6944                 frame on the Interface tab, whereas claws groups all 
6945                 the dialogs together in a 'Dialogs' frame.
6946
6947 2002-11-27 [colin]      0.8.6claws17
6948
6949         * src/prefs_matcher.c
6950                 Fix Execute criteria's NOT flag
6951
6952
6953 2002-11-26 [christoph]  0.8.6claws16
6954
6955         * src/ssl.c
6956                 rewrite the ssl code a little bit, only use one
6957                 SSL context, set default certificates' file/path
6958
6959 2002-11-26 [thorsten]   0.8.6claws15
6960
6961         * src/compose.c
6962                 default-reply-to didn't work for ml-reply
6963
6964 2002-11-26 [melvin]     0.8.6claws14
6965
6966         * src/prefs_actions.c
6967                 Made pipe-actions ignore short headers in message view
6968                 Made trailing-pipe-actions write in the message view with
6969                 the same font as the original message
6970
6971 2002-11-26 [paul]       0.8.6claws13
6972
6973         * src/compose.c
6974                 this time commit the correct file
6975
6976 2002-11-26 [paul]       0.8.6claws12
6977
6978         * sync with 0.8.6cvs11
6979           src/quote_fmt_parse.y  
6980                 no sync needed
6981           src/account.[ch]       
6982                 not sync'ed
6983           src/compose.c
6984                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6985                 on draft mode.
6986                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6987                 header
6988                 
6989         see ChangeLog 2002-11-25 and 2002-11-26
6990
6991 2002-11-26 [colin]      0.8.6claws11
6992
6993         * src/folderview.c
6994                 Fix collapsed folder not auto-expanding during
6995                 mail dnd, if it was the source folder.
6996
6997 2002-11-25 [colin]      0.8.6claws10
6998
6999         * src/folderview.[ch]
7000                 Variable renaming and cleaning (slist of nodes 
7001                 to be re-collapsed is stored in FolderView)
7002
7003 2002-11-25 [paul]       0.8.6claws9
7004
7005         * src/prefs_common.[ch]
7006                 fix breakage caused by last commit
7007
7008 2002-11-25 [paul]       0.8.6claws8
7009
7010         * sync with 0.8.6cvs4
7011                 see ChangeLog 2002-11-21
7012
7013 2002-11-25 [paul]       0.8.6claws7
7014
7015         * sync with 0.8.6cvs4
7016                 see ChangeLog 2002-11-20
7017
7018 2002-11-25 [paul]       0.8.6claws6
7019
7020         * sync with 0.8.6cvs3
7021                 see ChangeLog 2002-11-18
7022
7023 2002-11-25 [colin]      0.8.6claws5
7024
7025         * src/gtkutils.[ch]
7026                 Add gtkut_ctree_node_is_parent()
7027         * src/folderview.c
7028                 Spring-loaded folders
7029
7030 2002-11-25 [colin]      0.8.6claws4
7031
7032         * src/utils.[ch]
7033                 Add slist_concat_unique(), function to merge
7034                 two GSList filtering dups
7035         * src/folder.[ch]
7036         * src/summaryview.[ch]
7037         * src/folderview.c
7038         * src/main.c
7039                 Add detection/update/display of unread answers
7040                 to marked mails
7041         * src/procmsg.[ch]
7042                 Add procmsg_find_children()
7043                 Add procmsg_msg_has_marked_parent()
7044
7045 2002-11-25 [colin]      0.8.6claws3
7046
7047         * src/ssl_certificate.[ch]
7048                 Allow checking a certificate without a DNS
7049                 lookup
7050                 Allow to forget a cert (by deleting it)
7051                 Make ssl_certificate_destroy_public
7052         * src/ssl_manager.[ch] ** NEW FILES **
7053                 Gui to manage (display/remove) certificates
7054         * src/prefs_common.[ch]
7055                 Add a pref to allow silent acceptation of
7056                 trusted certificates or not (based on the
7057                 "I want to know what's going on" principle)
7058         * src/mainwindow.c
7059                 Add SSL manager in Tools menu
7060         * src/Makefile.am
7061                 Add the new files to the build
7062         * po/POTFILES.in
7063                 Add ssl_manager.c to translations
7064
7065 2002-11-25 [colin]      0.8.6claws2
7066
7067         * src/summaryview.[ch]
7068                 Add S_SEARCH_EXTENDED to the quick search, which 
7069                 allows to search using filtering syntax.
7070
7071 2002-11-25 [colin]      0.8.6claws1
7072
7073         * src/summaryview.c
7074                 Deletion of duplicates now prefer deleting
7075                 the unread dup (fixes feature-request 638989).
7076
7077 2002-11-24 [paul]       0.8.6claws
7078
7079         * po/es.po
7080           po/pl.po
7081           po/ru.po
7082           po/sr.po
7083                 updated by Ricardo Mones Lastra,
7084                 Witold Wladyslaw Wojciech Wilk,
7085                 Ruslan N. Balkin, and  Urke MMI 
7086                 respectively
7087
7088 2002-11-24 [paul]       0.8.5claws182
7089
7090         * po/bg.po
7091                 updated by George Danchev
7092
7093 2002-11-23 [alfons]     0.8.5claws181
7094
7095         * src/imap.c
7096                 tiny memory leak found by browsing Dimitar's 
7097                 valgrind report
7098
7099 2002-11-23 [paul]       0.8.5claws180
7100
7101         * po/it.po
7102                 updated by Alessandro Maestri
7103
7104 2002-11-22 [christoph]  0.8.5claws179
7105
7106         * src/compose.c
7107         * src/inc.c
7108         * src/prefs_filtering.c
7109         * src/summaryview.c
7110                 more warning fixes
7111
7112 2002-11-22 [alfons]     0.8.5claws178
7113
7114         * src/summaryview.c
7115                 summary_execute_delete_func(): if message is deleted, make 
7116                 sure to also remove its entry in the subject hash table. 
7117                 fixes a corner case bug.
7118
7119 2002-11-22 [paul]       0.8.5claws177
7120
7121         * .cvsignore
7122                 add 'autom4te.cache'
7123                 
7124         * ltconfig      ** REMOVED **
7125                 not needed
7126
7127 2002-11-22 [paul]       0.8.5claws176
7128
7129         * src/textview.c
7130                 textview_set_font(): fix for message display in
7131                 UTF-8 locales (thanks to Sergey Vlasov).
7132                 
7133         * AUTHORS
7134                 add new team members and contributors
7135
7136
7137 2002-11-21 [colin]      0.8.5claws175
7138
7139         * src/procmsg.[ch]
7140                 Add procmsg_remove_special_headers()
7141         * src/mh.c
7142                 Use procmsg_remove_special_headers() for 
7143                 previous fix
7144
7145 2002-11-21 [colin]      0.8.5claws174
7146
7147         * src/mh.c
7148                 Fix moving/copying from queue/draft folders
7149                 for MH folders
7150
7151 2002-11-21 [christoph]  0.8.5claws173
7152
7153         * src/crash.c
7154         * src/filtering.c
7155         * src/logwindow.c
7156         * src/main.c
7157         * src/matcher_parser_lex.[hl]
7158         * src/mbox.c
7159         * src/mbox_folder.[ch]
7160         * src/prefs_filtering.c
7161         * src/procheader.c
7162         * src/quote_fmt_lex.l
7163         * src/ssl.c
7164                 fix all warnings except the warnings in lex and yacc files
7165
7166 2002-11-20 [christoph]  0.8.5claws172
7167
7168         * src/imap.c
7169                 fix MsgInfo retrieval for IMAP draft and queue folders
7170                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7171
7172 2002-11-19 [christoph]  0.8.5claws171
7173
7174         * src/compose.c
7175                 fix segfault, when draft saving does not get
7176                 the MsgInfo of the new message
7177                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7178
7179 2002-11-19 [christoph]  0.8.5claws170
7180
7181         * src/procmsg.c
7182                 add parameter check for flag setting function
7183                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7184
7185 2002-11-18 [paul]       0.8.5claws169
7186
7187         * src/compose.c
7188                 more sensitivity fixes to redirect mode:
7189                 * disable toolbar draft button
7190                 * allow only Address book in the Tools menu
7191                 * disable editing of message by the spell
7192                   checker
7193
7194 2002-11-18 [paul]       0.8.5claws168
7195
7196         * src/compose.c
7197                 fix sensitivity of menu items in compose_redirect():
7198                 allow only the necessary items 
7199
7200 2002-11-18 [paul]       0.8.5claws167
7201
7202         * src/compose.c
7203                 fix bug [ 603259 ] 'attachment got lost on bounce'
7204
7205 2002-11-18 [paul]       0.8.5claws166
7206
7207         * po/ru.po
7208                 updated by Ruslan N. Balkin <baron@dartel.ru>
7209
7210 2002-11-18 [colin]      0.8.5claws165
7211
7212         * src/main.c
7213           src/defs.h
7214                 Remove old filtering stuff
7215
7216
7217 2002-11-17 [oliver]     0.8.5claws164
7218
7219         * src/toolbar.h
7220                 remove not needed typedef 
7221
7222 2002-11-17 [oliver]     0.8.5claws163
7223
7224         * src/toolbar.c
7225                 make toolbar's on click events translatable
7226
7227 2002-11-15 [colin]      0.8.5claws162
7228
7229         * src/summaryview.c
7230                 Revert too-soon integration of a feature
7231
7232 2002-11-15 [christoph]  0.8.5claws161
7233
7234         * src/imap.c
7235                 use main's implementation of imap_get_msginfo
7236
7237 2002-11-15 [christoph]  0.8.5claws160
7238
7239         * src/compose.c
7240         * src/folder.[ch]
7241         * src/imap.c
7242         * src/mbox_folder.c
7243         * src/mh.c
7244         * src/news.c
7245         * src/procmsg.c
7246         * src/summaryview.c
7247                 replace claws' fetch_msginfo with main's get_msginfo
7248                 (use main's implementation where possible)
7249
7250 2002-11-15 [colin]      0.8.5claws159
7251
7252         * src/ssl_certificate.c
7253                 Missed a check
7254
7255 2002-11-16 [melvin]     0.8.5claws158
7256
7257         * po/fr.po
7258                 Updated French translations.
7259
7260 2002-11-16 [colin]      0.8.5claws157
7261
7262         * src/ssl_certificate.c
7263                 Check for missing parts in the certificates
7264
7265 2002-11-15 [colin]      0.8.5claws156
7266
7267         * src/folderview.c
7268                 Preventive fix (missing check) found by
7269                 Alfons
7270
7271 2002-11-15 [paul]
7272
7273         * NEWS
7274                 sync with 0.8.6 release
7275
7276 2002-11-15 [colin]      0.8.5claws155
7277
7278         * src/folder.[ch]
7279           src/folderview.c
7280                 Fix error handling of folder_item_move_to()
7281                 (thanks to Alfons!)
7282
7283 2002-11-15 [colin]      0.8.5claws154
7284
7285         * src/folder.[ch]
7286           src/folderview.c
7287                 folder_item_move_to() sets an error message instead
7288                 of having GUI stuff in folder.c
7289
7290 2002-11-15 [colin]      0.8.5claws153
7291
7292         * src/procmsg.[ch]
7293                 Implemented a callback for MsgInfo updates, 
7294                 heavily copy/pasted from Christoph's folder 
7295                 callback system
7296         * src/summaryview.[ch]
7297                 Register summary_update_msg as callback
7298
7299 2002-11-14 [colin]      0.8.5claws152
7300         
7301         * src/procmsg.c
7302                 Update the FolderItem after sending (fixes 617593)
7303
7304 2002-11-14 [christoph]  0.8.5claws151
7305
7306         * src/folder.c
7307                 fix wrong position of NULL pointer check found
7308                 by Sergey
7309
7310 2002-11-14 [christoph]  0.8.5claws150
7311
7312         * src/folder.c
7313                 fix segfault when deleting messages from IMAP folders
7314                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7315
7316 2002-11-14 [colin]      0.8.5claws149
7317
7318         * src/compose.c
7319                 Forwarding was also ignoring the folder's default account.
7320
7321 2002-11-14 [colin]      0.8.5claws148
7322
7323         * src/compose.c
7324                 Fix sent folder not set to folder properties when 
7325                 forwarding.
7326
7327 2002-11-14 [thorsten]   0.8.5claws147
7328
7329         * src/inc.c
7330                 inc_start(): Files were not moved from .processing to inbox,
7331                 if no global processing rule existed
7332
7333 2002-11-14 [colin]      0.8.5claws146
7334
7335         * src/ssl_certificate
7336                 Fix file operations
7337
7338 2002-11-14 [paul]       0.8.5claws145
7339
7340         * po/it.po
7341                 updated by Alessandro Maestri
7342
7343 2002-11-13 [alfons]     0.8.5claws144
7344
7345         * src/folder.c
7346                 folder_item_close(): only mark messages unread
7347                 when a folder has new messages 
7348
7349 2002-11-13 [keith]      0.8.5claws143
7350
7351         * src/imap.c
7352                 Fix problem moving or copying between
7353                 IMAP folders
7354
7355 2002-11-13 [colin]      0.8.5claws142
7356
7357         * src/matcher_parser_parse.y
7358                 Fix rule problem when " don't match
7359
7360 2002-11-13 [christoph]  0.8.5claws141
7361
7362         * src/folder.c
7363         * src/folderview.c
7364                 moved cache saving to folder_item_close
7365                 the folderview should not have to deal with
7366                 this things
7367
7368 2002-11-13 [christoph]  0.8.5claws140
7369
7370         * src/summaryview.c
7371                 moved setting of important score to
7372                 summary_set_prefs_from_folderitem
7373
7374 2002-11-13 [colin]      0.8.5claws139
7375
7376         * src/matcher_parser_parse.y
7377                 Fix a segfault in the parser (happening when
7378                 a good expression had been tested and a bad 
7379                 one arrives)
7380
7381 2002-11-13 [paul]       0.8.5claws138
7382
7383         * sync with 0.8.5cvs24
7384                 see ChangeLog 2002-11-13
7385                 
7386         * po/pt_BR.po
7387                 updated by Fabio Jr. Beneditto
7388
7389 2002-11-13 [colin]      0.8.5claws137
7390         
7391         * src/msgcache.c
7392           src/defs.h
7393           src/procmsg.[ch]
7394                 Revert last commit, problem
7395
7396 2002-11-13 [colin]      0.8.5claws136
7397
7398         * src/msgcache.c
7399                 Remove duplicated code
7400         * src/defs.h
7401                 Bumped CACHE_VERSION and MARK_VERSION
7402         * src/procmsg.[ch]
7403                 Network endian for cache and mark files
7404
7405 2002-11-12 [colin]      0.8.5claws135
7406
7407         * src/inc.c
7408                 Fix the "socket error" dialog which disappeared
7409
7410 2002-11-12 [colin]      0.8.5claws134
7411
7412         * src/msgcache.c
7413                 Reverse last commit which had performance 
7414                 problems, but still reverse the list
7415
7416 2002-11-12 [colin]      0.8.5claws133
7417
7418         * src/msgcache.c
7419                 Reverse list order
7420
7421 2002-11-12 [melvin]     0.8.5claws132
7422
7423         * src/compose.c
7424                 Added a check for a NULL prefs_common.dictionary
7425
7426 2002-11-12 [colin]      0.8.5claws131
7427
7428         * src/ssl_certificate.[ch]
7429                 Use FQDN hostname
7430
7431 2002-11-12 [colin]      0.8.5claws130
7432
7433         * src/ssl_certificate.[ch]
7434                 Take connection port into account for 
7435                 checking certificates (a single hostname
7436                 could have multiple servers with multiple
7437                 certificates)
7438         * src/ssl.c
7439                 Pass the port to ssl_certificate_check
7440
7441 2002-11-12 [paul]       0.8.5claws129
7442
7443         * src/folder.c
7444                 fix a typo in last commit
7445
7446 2002-11-12 [paul]       0.8.5claws128
7447
7448         * sync with 0.8.5cvs23
7449                 see ChangeLog entry 2002-11-12
7450
7451 2002-11-11 [colin]      0.8.5claws127
7452
7453         * src/ssl_certificate.c
7454                 Cleaner messages
7455                 Don't popup, instead log error, if the 
7456                 corresponding pref is checked
7457         * src/ssl_certificate.h
7458                 include <openssl/objects/h>
7459
7460 2002-11-11 [colin]      0.8.5claws126
7461
7462         * src/ssl_certificate.h
7463                 _Really_ clean it
7464
7465 2002-11-11 [colin]      0.8.5claws125
7466         
7467         * src/ssl_certificate.c
7468                 Fixed leak
7469
7470 2002-11-11 [colin]      0.8.5claws124
7471
7472         * src/ssl.c
7473                 Cleaned a bit
7474         * src/ssl_certificate.[ch]
7475                 Cleaned a bit (better use of SSL API)
7476                 (This will cause non-recognition of saved 
7477                  certificates of claws12[23]...)
7478
7479 2002-11-11 [paul]       0.8.5claws123
7480         
7481         * po/es.po
7482                 updated by Ricardo Mones Lastra
7483
7484 2002-11-11 [colin]      0.8.5claws122
7485
7486         * src/ssl.c
7487                 Fix a typo
7488
7489 2002-11-11 [colin]      0.8.5claws121
7490
7491         * src/ssl_certificate.[ch] ** NEW FILES **
7492         * src/ssl.[ch]
7493                 Check SSL certificates presented to us
7494         * src/Makefile.am
7495                 Add ssl_certificate.[ch]
7496         * po/POTFILES.in
7497                 Add ssl_certificate.c
7498
7499 2002-11-11 [paul]       0.8.5claws120
7500
7501         * sync with 0.8.5cvs22
7502                 see ChangeLog 2002-11-11
7503
7504 2002-11-11 [paul]       0.8.5claws119
7505
7506         * sync with 0.8.5cvs21
7507                 see ChangeLog 2002-11-11
7508
7509 2002-11-10 [jens]       0.8.5claws118
7510
7511         * src/folder.c
7512         * src/folderview.c
7513                 corrected some typing
7514         * po/de.po
7515                 updated german translation
7516         * sylpheed.spec.in
7517                 cleaned up specfile and adjusted it for claws
7518
7519 2002-11-10 [colin]      0.8.5claws117
7520
7521         * src/summaryview.c
7522                 a STATUSBAR_PUSH/POP fix
7523
7524 2002-11-10 [colin]      0.8.5claws116
7525
7526         * src/prefs_folder_item.c
7527                 Fix hanging after opening folder properties
7528
7529 2002-11-10 [hoa]        0.8.5claws115
7530
7531         * src/matcher_parser_lex.l
7532         * src/matcher_parser_parse.y
7533                 config file for scoring and filtering is no more trashed
7534                 when there is a syntax error in a filtering rule when
7535                 editing it in a dialog.
7536
7537 2002-11-09 [colin]      0.8.5claws114
7538
7539         * src/mbox_folder.c
7540                 Added missing initialisation of folder->destroy()
7541
7542 2002-11-09 [colin]      0.8.5claws113
7543
7544         * src/folder.c
7545           src/folderview.c
7546                 Fix the status bar messages
7547
7548 2002-11-09 [colin]      0.8.5claws112
7549
7550         * src/folderview.c
7551                 Fix hangs after folder dnd, happening after 
7552                 claws109.
7553
7554 2002-11-09 [christoph]  0.8.5claws111
7555
7556         * src/folderview.c
7557                 just changed order of calls (reverse order of
7558                 associated calls)
7559         * src/inc.c
7560                 lock inc when checking only one account, otherwise
7561                 inc all could be executed at the same time
7562
7563 2002-11-09 [christoph]  0.8.5claws110
7564
7565         * src/folderview.c
7566                 better unlock the mouse cursor before calling
7567                 summary_show because it changes the cursor too
7568
7569 2002-11-09 [christoph]  0.8.5claws109
7570
7571         * src/folder.[ch]
7572         * src/folderview.c
7573                 add functions to open and close a folder
7574                 o opending will execute scanning for remote folders
7575                   and processing
7576                 o closing will unset new flag for messages
7577
7578 2002-11-09 [colin]      0.8.5claws108
7579
7580         * src/folder.c
7581                 Add a call to prefs_matcher_write_config to 
7582                 avoid non-leaf folders filtering settings to be
7583                 lost
7584
7585 2002-11-09 [paul]       0.8.5claws107
7586
7587         * src/prefs_account.c
7588                 re-word a label
7589
7590 2002-11-09 [colin]      0.8.5claws106
7591
7592         * src/folderview.c
7593                 Minor esthetic fix
7594
7595 2002-11-09 [colin]      0.8.5claws105
7596
7597         * src/folderview.c
7598                 Fix prefs_filtering deletion for MH folders (same
7599                 reason as below)
7600         * src/prefs_filtering.c
7601                 Fix prefs_filtering renaming and deletion for 
7602                 folder-based processing rules.  
7603
7604 2002-11-09 [christoph]  0.8.5claws104
7605
7606         * src/compose.c
7607         * src/folder.[ch]
7608         * src/folderview.[ch]
7609         * src/import.c
7610         * src/inc.c
7611         * src/main.c
7612         * src/mainwindow.c
7613         * src/messageview.c
7614         * src/prefs_folder_item.c
7615         * src/procmsg.c
7616         * src/summaryview.c
7617                 implement a callback system for folder item updates
7618
7619 2002-11-09 [colin]      0.8.5claws103
7620
7621         * src/folderview.c
7622                 Fix prefs_filtering renaming for MH folders (we
7623                 shouldn't rename by path as another folder could
7624                 have the same hierarchy).
7625
7626 2002-11-09 [colin]      0.8.5claws102
7627
7628         * src/folder.c
7629                 Fix a leak found by Christoph, use better variable
7630                 names
7631
7632 2002-11-09 [colin]      0.8.5claws101
7633
7634         * src/folder.c
7635                 One more fix for processing rules
7636
7637 2002-11-08 [colin]      0.8.5claws100
7638         
7639         * src/matcher.c
7640                 Don't copy the compiled regexp (will be reevaluated)
7641         * src/folderview.c
7642                 Lock folderview while moving
7643         * src/folder.c
7644                 Provide info on what's happening to the user
7645
7646 2002-11-08 [colin]      0.8.5claws99
7647
7648         * src/folderview.c
7649                 Fix folder reordering after a move if parent is 
7650                 root
7651         * src/scoring.[ch]
7652                 Add function to copy a ScoringProp
7653         * src/prefs_folder_item.c
7654                 Copy scoring rules when copying a folder prefs
7655
7656 2002-11-08 [colin]      0.8.5claws98
7657
7658         * src/folderview.c
7659                 Fixes in case of failure
7660         * src/filtering.[ch]    
7661                 Add function to duplicate a FilteringProp
7662         * src/matcher.[ch]
7663                 Add function to duplicate a MatcherProp
7664         * src/prefs_folder_item.c
7665                 Save folder's processing rules when copying 
7666                 its prefs
7667
7668 2002-11-08 [colin]      0.8.5claws97
7669         
7670         * src/folderview.c
7671                 Sort after move
7672         * src/folder.c 
7673                 Change a printf to debug_print
7674
7675 2002-11-08 [colin]      0.8.5claws96
7676
7677         * src/folder.c
7678           src/folderview.c
7679                 Fix segfaults, call me stupido
7680         
7681
7682 2002-11-08 [colin]      0.8.5claws95
7683
7684         *src/folder.c
7685                 Added forgotten prefs to save when moving folders
7686
7687 2002-11-08 [colin]      0.8.5claws94
7688
7689         * src/folder.c
7690                 Fixes to folder DND (prefs copy)
7691         * src/folderview.c
7692                 Optimization for folder DND (don't rescan whole tree)
7693                 Added folderview_create_folder_node() for this 
7694                 optimization, so de-duped a bit the code
7695         * src/prefs_folder_item.[ch]
7696                 Added prefs_folder_item_copy_prefs()    
7697           
7698 2002-11-08 [paul]       0.8.5claws93
7699
7700         * src/prefs_account.c
7701           tools/README
7702           tools/kmail2sylpheed_v2.pl
7703                 correct some typos
7704
7705 2002-11-08 [paul]       0.8.5claws92
7706
7707         * src/compose.c
7708           src/prefs_account.[ch]
7709                 remove account options 'clearsign' and 'ascii_armored',
7710                 replace with 'default_gnupg_mode' to prevent mixed-mode
7711                 Privacy settings
7712
7713 2002-11-08 [paul]       0.8.5claws91
7714
7715         * src/compose.[ch]
7716                 re-implement GnuPG 'on-the-fly' mode selection,
7717                 disallow mixed-mode
7718
7719 2002-11-08 [colin]      0.8.5claws90
7720
7721         * src/folderview.c
7722           src/prefs_folder_item.c
7723                 Change "Property" to "Properties"
7724
7725 2002-11-07 [colin]      0.8.5claws89
7726
7727         * src/folderview.c
7728           src/folder.c
7729                 Allow folder dropping to a root folder
7730
7731 2002-11-07 [paul]       0.8.5claws88
7732
7733         * src/compose.c
7734                 revert last commit
7735
7736 2002-11-07 [paul]       0.8.5claws87
7737
7738         * src/compose.c
7739                 fix reply-to-list bug. closes bug report
7740                 "[633382] reply-to-list broken in recent cvs"
7741
7742 2002-11-07 [paul]       0.8.5claws86
7743
7744         * src/compose.c
7745                 add a forgotten '#if USE_GPGME ... #endif'
7746
7747 2002-11-07 [paul]       0.8.5claws85
7748
7749         * sync with 0.8.5cvs20
7750                 see ChangeLog 2002-11-07
7751
7752 2002-11-07 [colin]      0.8.5claws84
7753
7754         * src/folder.[ch]
7755                 Change folder_item_move_to to return the newly 
7756                 created folderitem.
7757         * src/folderview.c
7758                 Select the new folderitem after moving.
7759
7760 2002-11-07 [colin]      0.8.5claws83
7761
7762         * src/prefs_filtering.c
7763                 Fix rule rewriting when moving a leaf folder to a 
7764                 shorter path
7765
7766 2002-11-07 [colin]      0.8.5claws82
7767
7768         * src/prefs_filtering.c
7769                 fix a leak
7770
7771 2002-11-07 [colin]      0.8.5claws81
7772
7773         * src/folder.[ch]
7774                 Add folder_item_move_to() function to move a 
7775                 folderitem into another one (updates matcher etc)
7776         * src/folderview.c
7777                 Add folder drag'n drop (context menu to come)
7778                 [Should be dataloss free, but Please backup before 
7779                  trying !]
7780
7781 2002-11-06 [colin]      0.8.5claws80
7782
7783         * src/mh.c
7784                 mh_create_folder() returns NULL if can't create
7785                 directory hierarchy
7786
7787 2002-11-06 [paul]       0.8.5claws79
7788
7789         * src/compose.[ch]
7790                 allow 'on-the-fly' changing of the type of encryption 
7791                 and/or signing used (mime/ascii) via the compose window
7792
7793 2002-11-06 [paul]       0.8.5claws78
7794
7795         * sync with 0.8.5cvs19
7796                 see ChangeLog 2002-11-06 for src/account.c: 
7797                 account_get_special_folder()
7798                 
7799 2002-11-05 [alfons]     0.8.5claws77
7800
7801         * src/crash.c
7802                 very minor cleanups: nothing to see here, move on. :-)
7803
7804 2002-11-05 [colin]      0.8.5claws76
7805
7806         * src/main.c
7807                 Changes choices if compose windows are opened to
7808                 Discard, Draft, Don't quit
7809
7810 2002-11-05 [thorsten]   0.8.5claws75
7811
7812         * src/compose.c
7813                 reenabled default_reply_to folder option
7814
7815 2002-11-05 [colin]      0.8.5claws74
7816
7817         * src/compose.[ch] 
7818                 add compose_draft()
7819         * src/crash.c
7820                 add SIGTERM handler
7821         * src/main.[ch]
7822                 add clean_quit() for the SIGTERM handler
7823
7824 2002-11-05 [paul]       0.8.5claws73
7825         
7826         * po/es.po
7827                 updated by Ricardo Mones Lastra
7828
7829 2002-11-05 [melvin]     0.8.5claws72
7830
7831         * src/logwindow.c
7832                 Fixed log-clipping bug #616795.
7833                 To stop logging in the log window use 0 length.
7834         * src/prefs_common.c
7835                 Added a label to inform about the 0 log length behaviour.
7836
7837 2002-11-05 [paul]       0.8.5claws71
7838
7839         * sync with 0.8.5cvs17
7840                 see ChangeLog 2002-11-05
7841
7842 2002-11-04 [paul]       0.8.5claws70
7843
7844         * sylpheed-128x128.png
7845           sylpheed-64x64.png
7846           sylpheed.png
7847                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7848                 <nikai@users.sourceforge.net>
7849                 
7850         * po/bg.po
7851                 updated by George Danchev
7852
7853 2002-11-03 [thorsten]   0.8.5claws69
7854
7855         * src/main.c
7856           src/mimeview.c
7857           src/rfc2015.h
7858                 add check if gpg is active
7859
7860 2002-11-03 [thorsten]   0.8.5claws68
7861
7862         * src/toolbar.h
7863                 removed GSList declaration causing trouble on MacOS-X
7864                 (submitted by alfons, reported by xfesty)
7865
7866 2002-11-01 [paul]       0.8.5claws67
7867
7868         * src/mainwindow.c
7869                 remove last remnants of main's filter code
7870
7871 2002-11-01 [paul]       0.8.5claws66
7872
7873         * tools/filter_conv.pl
7874                 fix bug where user-defined headers were ignored
7875
7876 2002-11-01 [paul]       0.8.5claws65
7877
7878         * src/logwindow.c
7879                 make a debug_print() not translatable
7880
7881 2002-10-31 [melvin]     0.8.5claws64
7882
7883         * ac/aspell.m4
7884                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7885                 not run any GNU/aspell test.  The dictionary path will
7886                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7887                 was given, in which case, it will be $prefix/lib/aspell/
7888         * configure.in
7889                 Fixed typo in commentary (Aspell code).
7890
7891 2002-10-31 [paul]       0.8.5claws63
7892
7893         * po/POTFILES.in
7894                 remove src/filter.c and src/prefs_filter.c
7895                 thanks to Ricardo for reminding me
7896
7897 2002-10-31 [colin]      0.8.5claws62
7898
7899         * src/mbox_folder.c
7900                 Plug some leaks
7901
7902 2002-10-31 [paul]       0.8.5claws61
7903
7904         * src/prefs_filter.[ch] ** REMOVED **
7905           src/filter.[ch]       ** REMOVED **
7906           
7907         * src/Makefile.am
7908           src/folderview.c
7909           src/inc.c
7910           src/main.c
7911           src/mainwindow.c
7912           src/mbox.c
7913           src/prefs_common.c
7914           src/prefs_filtering.c
7915           src/summaryview.[ch]
7916                 remove main's 'filter' code
7917                 
7918         README.claws
7919                 update to reflect removal of main's filter
7920
7921 2002-10-31 [paul]       0.8.5claws60
7922
7923         * src/summaryview.c
7924                 remove check for global_processing in summary_filter_open(). 
7925                 This fixes the bug where if the user uses the right-click 
7926                 'Create filter rule...' and doesn't have any filter rules 
7927                 already defined in claws' advanced filtering, the newly 
7928                 created filter rule goes to main's filtering which is 
7929                 inaccessible through the gui. Now the filter rule gets added
7930                 to claws' filtering by default.
7931
7932 2002-10-28 [melvin]     0.8.5claws59
7933
7934         * src/prefs_actions.c
7935                 Fixed bug #627322 where MIME parts were not always
7936                 correctly passed to a %p action
7937                 Display an error dialog when message filename is not found.
7938
7939 2002-10-28 [melvin]     0.8.5claws58
7940
7941         * src/prefs_common.c
7942                 Readded a missing function declaration lost in 0.8.3claws34
7943
7944 2002-10-28 [paul]       0.8.5claws57
7945
7946         * sync with 0.8.5cvs15
7947                 see ChangeLog 2002-10-28 and 2002-10-25
7948                 
7949         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7950
7951 2002-10-27 [oliver]     0.8.5claws56
7952
7953         * src/pop.c
7954                 plug leak in pop3_top_recv
7955
7956 2002-10-26 [christoph]  0.8.5claws55
7957
7958         * src/folder.c
7959                 set need_update folder flag when messages are added
7960                 (closes bug [ 626922 ] folder not updated after receiving)
7961
7962 2002-10-25 [melvin]     0.8.5claws54
7963
7964         * src/imageview.c
7965                 Fixed a memleak introduced in the scaling code.
7966
7967 2002-10-24 [alfons]     0.8.5claws53
7968
7969         * src/filtering.c
7970                 make filtering's forward message action forward from the 
7971                 correct account
7972                 (closes bug [628089 ] Filter -> Forward from address problem
7973                 reported by Oktay)
7974
7975 2002-10-24 [christoph]  0.8.5claws52
7976
7977         * src/mainwindow.c
7978         * src/manual.[ch]
7979                 o use manual of current locale or english if current
7980                   locale is not available (and english is available)
7981                 o also link to sylpheed doc project manuals
7982
7983 2002-10-23 [paul]       0.8.5claws51
7984
7985         * tools/README
7986           tools/kmail2sylpheed_v2.pl
7987                 add new version of kmail addressbook importer script.
7988                 works with newer versions of Kmail/KAddressBook which
7989                 have new and rearranged data.
7990
7991 2002-10-23 [martin]     0.8.5claws50
7992
7993         * src/folderview.c
7994         * src/summaryview.c
7995         * src/utils.h
7996         * src/utils.c
7997                 added length parameter to get_abbrev_newsgroup_name()
7998                 changed this function so that it abbreviates the newsgroup
7999                 names only so long it is smaller than the length parameter
8000                 (for better reading of some newsgroup names and space efficiency)
8001
8002 2002-10-22 [colin]      0.8.5claws49
8003
8004         *src/foldersel.c
8005                 Revert Alfons' last modification (after voting ;-))
8006
8007 2002-10-21 [alfons]     0.8.5claws48
8008
8009         * src/foldersel.c
8010                 folder view in folder selection dialog reflects state of
8011                 folder view in main window
8012
8013 2002-10-18 [alfons]     0.8.5claws47
8014
8015         * src/mbox.c
8016                 drop imported messages in folder selected by user,
8017                 and not in the inbox
8018                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8019
8020 2002-10-18 [alfons]     0.8.5claws46
8021
8022         * src/compose.c
8023                 make automagic reply work correctly for email accounts 
8024                 (whether it's viable to do a full sync with Hiro's 
8025                 compose.c is still under discussion)
8026
8027 2002-10-18 [melvin]     0.8.5claws45
8028
8029         * src/prefs_actions.c
8030                 Fixed bug #622275 where asynchroneous actions left 
8031                 zombies processes
8032                 Made (synchroneous) actions' input be displayed live.
8033
8034 2002-10-18 [christoph]  0.8.5claws44
8035
8036         * src/textview.c
8037                 don't add a newline in the textview in front of the
8038                 first textpart if header display is disabled
8039                 (closes bug [ 603385 ] disabled header display leaves blank
8040                  lin)
8041
8042 2002-10-18 [christoph]  0.8.5claws43
8043
8044         * src/folder.[ch]
8045         * src/imap.c
8046         * src/mbox_folder.c
8047         * src/mh.c
8048         * src/news.c
8049                 folder->get_num_list now returns an error code
8050                 (closes bug [ 609424 ] News cache cleared on failure)
8051                 
8052 2002-10-17 [colin]      0.8.5claws42
8053         
8054         * src/news.c
8055                 Changed a printf by debug_print
8056
8057 2002-10-16 [paul]       
8058
8059         * tools/OOo2sylpheed.pl
8060                 allow for spaces in the name of the
8061                 file to be attached.
8062
8063 2002-10-16 [colin]      0.8.5claws41
8064
8065         * src/main.c
8066                 Use a tristate to change online mode
8067
8068 2002-10-16 [paul]       0.8.5claws40
8069
8070         * po/es.po
8071                 updated by Ricardo Mones Lastra
8072
8073 2002-10-16 [colin]      0.8.5claws39
8074
8075         * src/main.c
8076           src/mainwindow.[ch]
8077                 Added --online and --offline command-line
8078                 switches
8079
8080 2002-10-15 [christoph]  0.8.5claws38
8081
8082         * src/procmime.c
8083                 set mimeinfo->name to NULL after g_free to
8084                 avoid double freeing with g_free
8085
8086 2002-10-14 [christoph]  0.8.5claws37
8087
8088         * src/compose.c
8089         * src/filtering.c
8090         * src/summaryview.c
8091                 remove calls to folder->change_flags that are now
8092                 done by procmsg flag functions (seems it is not
8093                 used by any foldertype anyway)
8094         * src/folder.c
8095                 init folder->change_flags with NULL
8096
8097 2002-10-14 [christoph]  0.8.5claws36
8098
8099         * src/folder.[ch]
8100         * src/imap.[ch]
8101                 use virtual functions for folder item new and destroy
8102                 functions
8103
8104 2002-10-14 [melvin]     0.8.5claws35
8105
8106         * src/compose.c
8107                 Added a test to not run the spell checker if no default
8108                 dictionary is available. No dialog is displayed though.
8109
8110 2002-10-14 [melvin]     0.8.5claws34
8111
8112         * src/gtkaspell.c
8113                 Fixed bug in dictionary list context menu where
8114                 "More..." pointed to an emtpy submenu if the
8115                 number of dictionaries is a multiple of 15
8116                 Removed unneeded code in suggestions list creation
8117
8118 2002-10-14 [paul]       0.8.5claws33
8119
8120         * po/bg.po
8121                 updated by George Danchev
8122
8123 2002-10-13 [hoa]        0.8.5claws32
8124
8125         * src/matcher.[ch]
8126           src/matcher_parser_parser.y
8127                 removed the escaped string from internal structure
8128                 of matcher.
8129
8130 2002-10-12 [colin]      0.8.5claws31
8131
8132         * src/gtksctree.[ch]
8133           src/summaryview.c
8134                 Removed useless function gtksctree_reanchor
8135
8136 2002-10-12 [alfons]     0.8.5claws30
8137         
8138         * sync with remaining main changes 2002-10-09 - 2002-10-11
8139         - drop changes to src/compose.c (requires claws specific changes)
8140         
8141 2002-10-12 [alfons]     0.8.5claws29
8142         
8143         * sync with main changes of 2002-10-08
8144         - drop changes to src/compose.c (requires claws specific changes)
8145         - drop changes to src/summaryview.c (requires changes to compose.c)     
8146
8147 2002-10-12 [alfons]     0.8.5claws28
8148         
8149         * sync with main changes of 2002-10-07
8150
8151 2002-10-12 [alfons]     0.8.5claws27
8152
8153         * sync with main changes of 2002-10-04
8154         - drop changes to src/compose.c (requires claws specific changes)
8155         - drop changes to src/prefs_folder_item.c (claws implementation
8156           seems to be working)
8157
8158 2002-10-12 [colin]      0.8.5claws26
8159
8160         * src/mainwindow.c
8161                 Fix folder-flicker when space-reading, introduced 
8162                 in claws22.
8163
8164 2002-10-12 [colin]      0.8.5claws25
8165
8166         * src/compose.c
8167                 Save account address when saving as draft.
8168                 (closes bug 621838)
8169
8170 2002-10-12 [colin]      0.8.5claws24
8171
8172         * src/summaryview.c
8173                 Fix the problem consisting of no message selected
8174                 after the last message in a folder has been moved.
8175
8176 2002-10-12 [paul]       0.8.5claws23
8177
8178         * src/compose.c
8179           src/prefs_template.c
8180           src/template.[ch]
8181                 add Cc and Bcc to templates. Patch submitted by
8182                 John L. Males.
8183
8184 2002-10-12 [colin]      0.8.5claws22
8185
8186         * src/folderview.c
8187                 Fix a bug after "Check for new messages":
8188                 If a folder was opened, it was still selected at
8189                 the end of the check, but displayed empty.
8190         * src/mainwindow.c
8191                 Remove unnecessary check
8192
8193 2002-10-12 [paul]
8194
8195         * tools/README
8196                 be more verbose in the description of
8197                 OOo2sylpheed.pl
8198                 
8199
8200 2002-10-11 [colin]      0.8.5claws21
8201
8202         * src/mainwindow.c
8203                 Make space work (better) when no mail is selected
8204
8205 2002-10-11 [colin]      0.8.5claws20
8206
8207         * src/inc.c
8208           src/news.c
8209                 fix warnings
8210
8211 2002-10-11 [colin]      0.8.5claws19
8212
8213         * src/mainwindow.c
8214                 revert 0.8.5claws6 changes as i couldn't get to
8215                 anything satisfying
8216
8217 2002-10-11 [melvin]     0.8.5claws18
8218
8219         * src/compose.c
8220                 Removed buggy and unused macro (should have been committed in
8221                 0.8.5claws17)
8222
8223 2002-10-11 [melvin]     0.8.5claws17
8224
8225         * src/compose.c
8226                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8227
8228 2002-10-11 [thorsten]   0.8.5claws16 
8229
8230         * src/folderview.c
8231                 remove rescan warning
8232
8233 2002-10-11 [colin]      0.8.5claws15 
8234
8235         * src/procheader.c
8236                 fix a segfault that happens if conv_unmime_header
8237                 fails (should be better to find out why it fails)
8238
8239 2002-10-11 [christoph]  0.8.5claws14
8240
8241         * src/summaryview.c
8242                 update folderview stats after ignore/unignore thread
8243
8244 2002-10-11 [hoa]        0.8.5claws13
8245
8246         * src/quote_fmt_parse.y
8247                 Fixed a yacc/bison syntax error
8248         * src/matcher.c
8249                 Escaping of string is fixed.
8250
8251 2002-10-11 [colin]      0.8.5claws12
8252
8253         * src/imageview.c
8254                 Resize images to fit
8255
8256 2002-10-11 [paul]       0.8.5claws11
8257
8258         * po/es.po
8259                 updated by Ricardo Mones Lastra
8260
8261 2002-10-10 [alfons]     0.8.5claws10
8262
8263         * src/compose.c
8264                 allow dropping files by "moving" files from a file manager,
8265                 not only by the more cumbersome "copying". the latter 
8266                 mostly implies holding down the Control button
8267
8268 2002-10-10 [christoph]  0.8.5claws9
8269
8270         * src/summaryview.c
8271                 update folders after thread building for ignored threads
8272
8273 2002-10-10 [christoph]  0.8.5claws8
8274
8275         * config/.cvsignore
8276                 added Makefile
8277         * src/filtering.[ch]
8278         * src/folder.[ch]
8279         * src/folderview.[ch]
8280         * src/import.c
8281         * src/inc.[ch]
8282         * src/mbox.[ch]
8283         * src/procmsg.c
8284         * src/summaryview.[ch]
8285                 o added new flag need_update to FolderItem
8286                 o removed folder_table from various functions from tracking
8287                   folder updates
8288                 o set need_update flags in folder.c's move, copy and delete
8289                   functions and procmsg's flags functions
8290                 o added function folderview_update_items_when_required that
8291                   updates all folders with need_update set
8292                 o call folderview_update_items_when_required instead of
8293                   folderview_update_item_foreach
8294
8295 2002-10-09 [sergey]     0.8.5claws7
8296
8297         * src/compose.c
8298                 Strip CRs whel loading the text into editor in reedit mode.
8299
8300 2002-10-09 [colin]      0.8.5claws6
8301
8302         * src/mainwindow.c
8303                 Make Space work when no mail is selected
8304
8305 2002-10-09 [colin]      0.8.5claws5
8306
8307         * src/gtksctree.[ch]
8308                 Fix range_select
8309                 Add gtk_sctree_reanchor() 
8310         * src/summaryview.c
8311                 Use gtk_sctree_reanchor() - better fix for 
8312                 bug 60413
8313
8314 2002-10-09 [colin]      0.8.5claws4
8315
8316         * src/summaryview.c
8317                 Fix shift-click select after delete problem
8318                 (closes bug 60413)
8319
8320 2002-10-08 [thorsten]   0.8.5claws3
8321
8322         * src/summaryview.c
8323                 exclude current msg from -hide read messages-
8324
8325 2002-10-08 [colin]      0.8.5claws2
8326
8327         * src/inc.[ch]
8328           src/pop.c
8329           src/recv.c
8330                 Differentiate socket errors from disk full
8331                 errors
8332
8333 2002-10-08 [christoph]  0.8.5claws1
8334
8335         * Makefile.am
8336         * configure.in
8337                 modifications for new config directory
8338
8339         * config.guess  ** REMOVED **
8340         * config.sub    ** REMOVED **
8341         * install-sh    ** REMOVED **
8342         * ltmain.sh     ** REMOVED **
8343         * missing       ** REMOVED **
8344         * mkinstalldirs ** REMOVED **
8345                 these files are autogenerated by automake
8346                 when you run autogen.sh
8347
8348         * config/.cvsignore     ** NEW FILE **
8349         * config/Makefile.am    ** NEW FILE **
8350                 ignore autogenerated files
8351                 create a Makefile in this directory
8352
8353 2002-10-08 [paul]       0.8.5claws
8354
8355         * 0.8.5claws release
8356         
8357         * src/compose.c
8358           src/procheader.c
8359           src/procmsg.c
8360                 fix quote reply format for newsgroups reply bug
8361                 (thanks to Hoa)
8362                 
8363         * po/en_GB.po
8364           po/pl.po
8365                 updated by me and Witold Wladyslaw Wojciech Wilk
8366                 repectively
8367
8368 2002-10-07 [paul]       0.8.3claws53
8369
8370         * po/it.po
8371           po/pt_BR.po
8372           po/sr.po
8373                 updated messages catalogs, submitted by
8374                 Alessandro Maestri, Fabio Jr.Beneditto 
8375                 and Urke MMI, respectively.
8376
8377 2002-10-07 [christoph]  0.8.3claws52
8378
8379         * src/folder.[ch]
8380         * src/folderview.c
8381         * src/mainwindow.c
8382                 fix new folder ghost message bug
8383                 (closes bug [ 619722 ] wrong count for newly created folders)
8384
8385 2002-10-07 [christoph]  0.8.3claws51
8386
8387         * src/compose.c
8388                 fix news posting problem
8389
8390 2002-10-07 [melvin]     0.8.3claws50
8391
8392         * po/fr.po
8393                 Updated French translation
8394
8395 2002-10-05 [christoph]  0.8.3claws49
8396
8397         * src/gtkstext.c
8398                 check if line_start_cache is set in gtk_stext_update_text
8399                 (closes bug [ 618119 ] crash while doing search in folder)
8400
8401 2002-10-05 [christoph]  0.8.3claws48
8402
8403         * src/imap.c
8404         * src/news.c
8405         * src/utils.c
8406         * src/utils.h
8407                 implement cache cleanups for claws' folder system
8408                 (closes bug [ 595916 ] imapcache not cleaned up)
8409
8410 2002-10-05 [melvin]     0.8.3claws47
8411
8412         * src/prefs_actions.c
8413                 Made the help text more clear for the %p token
8414
8415 2002-10-04 [paul]       0.8.3claws46
8416
8417         * sync with 0.8.5
8418                 see ChangeLog 2002-10-02 and 2002-10-03
8419
8420 2002-10-04 [christoph]  0.8.3claws45
8421
8422         * src/inc.c
8423                 fix segfault caused by pop before smtp
8424                 call to inc_account_mail with NULL
8425                 pointer for mainwin
8426
8427 2002-10-04 [paul]       0.8.3claws44
8428
8429         * configure.in
8430                 sync the LDAP detection from 0.8.5cvs1
8431
8432 2002-10-02 [christoph]  0.8.3claws43
8433
8434         * po/de.po
8435                 fix small spelling error
8436
8437 2002-10-02 [melvin]     0.8.3claws42
8438
8439         * ac/aspell.m4
8440                 Behave better and say "no" when test program cannot be run.
8441
8442 2002-10-02 [paul]       0.8.3claws41
8443
8444         * sync with 0.8.4cvs1
8445                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8446                 
8447         * src/summaryview.c
8448                 toggle the behavior of Reply menuitem between
8449                 normal reply and reply-to-list
8450
8451 2002-10-01 [sergey]     0.8.3claws40
8452
8453         * src/compose.c
8454                 Convert newlines in the message text to the canonical form
8455                 before base64 encoding (RFC2045 compliance, fixes some
8456                 interoperability issues with Evolution 1.0.3)
8457
8458 2002-09-29 [colin]      0.8.3claws39
8459
8460         * src/summaryview.c
8461                 Fix an unwanted copy/paste
8462
8463 2002-09-29 [colin]      0.8.3claws38
8464
8465         * src/mainwindow.c
8466                 Renamed "Custom toolbar" to "Customize toolbar"
8467                 Renamed "Show all header" to "Show all headers"
8468                 Renamed "Set diplay item" to "Set displayed items"
8469         * src/prefs_common.c
8470                 Renamed "Show all header" to "Show all headers"
8471         * src/prefs_summary_column.c
8472                 Renamed "diplay item" to "displayed items"
8473
8474 2002-09-29 [colin]      0.8.3claws37
8475
8476         * src/mainwindow.[ch]
8477                 online/offline status pixmaps follow theme
8478                 changes
8479         * src/summaryview.[ch]
8480                 quicksearch pixmap follows theme changes
8481
8482 2002-09-29 [thorsten]   0.8.3claws36
8483
8484         * src/compose.c
8485           src/prefs_folder_item.[ch]
8486                 add default_reply_to folder option (closes patch 581044)
8487
8488 2002-09-29 [christoph]  0.8.3claws35
8489
8490         * acconfig.h    ** REMOVED **
8491         * configure.in
8492         * ac/aspell.m4
8493         * ac/check-type.m4
8494         * ac/gnupg-check-typedef.m4
8495                 fix autoheader 2.50 warning
8496
8497 2002-09-29 [christoph]  0.8.3claws34
8498
8499         * major code cleanup (part 2)
8500         
8501                 - unused variables removed
8502                 - unused functions removed
8503                 - uninitialized variables checked
8504                 - missing return statements added
8505                 - missing function return types added
8506                 - added parentheses around assignment
8507                   when suggested by gcc
8508
8509 2002-09-29 [alfons]     0.8.3claws33
8510
8511         * src/logwindow.c
8512                 log_window_clear(): only bracket gtk_text_forward_delete() 
8513                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8514                 works around GTK text bug)
8515
8516 2002-09-29 [paul]       0.8.3claws32
8517
8518         * po/bg.po
8519           po/sr.po
8520                 updated by George Danchev and Urke MMI
8521                 respectively
8522
8523 2002-09-27 [christoph]  0.8.3claws31
8524
8525         * doc-src/readme.txt
8526         * doc-src/rfc1806.txt   ** REMOVED **
8527         * doc-src/rfc2183.txt   ** NEW FILE **
8528         * doc-src/rfc2980.txt   ** NEW FILE **
8529                 update rfcs
8530
8531 2002-09-27 [melvin]     0.8.3claws30
8532
8533         * ac/aspell.m4
8534                 Fixed typo which could break linking
8535
8536 2002-09-27 [melvin]     0.8.3claws29
8537
8538         * ac/aspell.m4
8539                 Improved GNU/aspell checking. 
8540                 Fixed bug #614490
8541
8542 2002-09-27 [paul]       0.8.3claws28
8543
8544         * sync with 0.8.3cvs8
8545                 see ChangeLog 2002-09-27
8546
8547 2002-09-26 [colin]      0.8.3claws27
8548
8549         * src/toolbar.[ch]
8550           src/mainwindow.[ch]
8551                 Add "Reply to Mailing-list" to the toolbar
8552
8553 2002-09-26 [christoph]  0.8.3claws26
8554
8555         * src/summaryview.c
8556                 Fix wrong message counts in summaryview status
8557
8558 2002-09-26 [paul]       0.8.3claws25
8559
8560         * sync with 0.8.3cvs7
8561                 see ChangeLog 2002-09-26
8562
8563 2002-09-26 [paul]       0.8.3claws24
8564
8565         * sync with 0.8.3cvs6
8566                 see ChangeLog 2002-09-25
8567
8568 2002-09-25 [christoph]  0.8.3claws23
8569
8570         * src/prefs_common.c
8571         * src/prefs_folder_item.c
8572         * src/prefs_scoring.c
8573                 Renamed "kill score" to "hide score" in GUI
8574                 and prefs files
8575
8576 2002-09-25 [paul]       0.8.3claws22
8577
8578         * sync with 0.8.3cvs5
8579                 see ChangeLog 2002-09-24
8580
8581 2002-09-24 [alfons]     0.8.3claws21
8582
8583         patch by Satoshi Nagayasu: allows appending / saving multiple 
8584         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8585         'Save as ...'")
8586
8587         * AUTHORS
8588                 add Satoshi Nagayasu
8589         * src/summaryview.c
8590                 summary_save_as(): allow saving selected files to
8591                 one file
8592                 summary_set_menu_sensitive: enable "Save As..." when
8593                 multiple files are selected
8594         * src/utils.[ch]
8595                 append_file(): new function
8596
8597 2002-09-24 [colin]      0.8.3claws20
8598
8599         * src/procmime.c
8600                 Fix segfault when mimeinfo doesn't have a 
8601                 content_type. 
8602
8603 2002-09-24 [colin]      0.8.3claws19
8604
8605         * src/prefs_common.[ch]
8606                 Add a preference to display send dialog or not
8607         * src/send.c
8608                 Display send dialog according to preference
8609
8610 2002-09-24 [colin]      0.8.3claws18
8611
8612         * src/compose.[ch]
8613                 Disable user actions when sending
8614
8615 2002-09-24 [colin]      0.8.3claws17
8616
8617         * src/procmime.c
8618                 Do not display name or filename for attachments
8619                 with an application/pgp-signature type
8620                 (security flaw, see bug 537413)
8621
8622 2002-09-23 [colin]      0.8.3claws16
8623
8624         * src/editaddress.c
8625                 Initialize entry_email, entry_alias and 
8626                 entry_remarks to first email address of the list
8627
8628 2002-09-23 [colin]      0.83claws15
8629
8630         * src/compose.c
8631                 Drop pgp-signature when reediting a signed queued
8632                 message
8633
8634 2002-09-23 [melvin]     0.8.3claws14
8635
8636         * po/fr.po
8637                 Updated French translation
8638
8639 2002-09-23 [melvin]     0.8.3claws13
8640
8641         * src/mainwindow.c
8642                 Made custom toolbar menu labels more consistent
8643         * src/prefs_toolbar.c
8644                 Made custom toolbar window title more consistent
8645
8646 2002-09-22 [colin]      0.8.3claws12
8647
8648         * src/inc.c
8649                 Initialize session type to normal before getting 
8650                 mail (fixes strange Get behaviour)
8651         * src/prefs_account.h
8652                 Move STYPE_POP_BEFORE_SMTP to last position to 
8653                 avoid other side-effects
8654
8655 2002-09-22 [colin]      0.8.3claws11
8656
8657         * src/prefs_account.c
8658                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8659                 from pop3 to apop or vice-versa
8660
8661 2002-09-22 [colin]      0.8.3claws10
8662         
8663         * src/prefs_account.[ch]
8664                 Add an option for the POP before SMTP timeout
8665         * src/inc.c
8666                 Remember time of last POP connection
8667         * src/send.c
8668                 Do POP before SMTP only if timeout reached
8669
8670 2002-09-22 [oliver]     0.8.3claws9
8671         
8672         * README.claws
8673                 explain custom toolbar
8674
8675 2002-09-22 [oliver]     0.8.3claws8
8676
8677         * src/prefs_actions.[ch]
8678         custom toolbar for compose      
8679                 actions callback from compose toolbar
8680         * src/folderview.c
8681                 remove include toolbar.h
8682
8683 2002-09-22 [oliver]     0.8.3claws7
8684         
8685         * src/prefs_toolbar.[ch]
8686                 custom toolbar for compose
8687                 - generic prefs_toolbar handles both
8688                   Mainwin's toolbar as well as Compose toolbar          
8689
8690 2002-09-22 [oliver]     0.8.3claws6
8691         
8692         * src/toolbar.[ch]
8693                 custom toolbar for compose
8694                 restructure toolbar.[ch]
8695
8696 2002-09-22 [oliver]     0.8.3claws5
8697
8698         * src/compose.[ch]
8699                 custom toolbar for compose
8700
8701 2002-09-22 [oliver]     0.8.3claws4
8702         
8703         * src/mainwindow.[ch]
8704                 custom toolbar for compose 
8705                 move mainwin toolbar back to mainwindow
8706
8707 2002-09-22 [alfons]     0.8.3claws3
8708
8709         * src/procmsg.c
8710                 :%sno/if(/if (/gc
8711                 :%sno/for(/for (/gc
8712                 (beautify)
8713
8714 2002-09-22 [alfons]     0.8.3claws2
8715         
8716         * src/procmsg.c
8717                 procmsg_save_to_outbox(): don't unlink message file from queue;
8718                 callers should do it using folder_item_remove_msg()
8719
8720 2002-09-22 [colin]      0.8.3claws1
8721
8722         * src/mimeview.[ch]
8723                 Made mimeview_check_signature() public
8724         * src/textview.c
8725                 Made GPG signatures verifiable by clicking
8726                 the [application/pgp-signature] in the Text
8727                 view
8728
8729 2002-09-22 [paul]       0.8.3claws
8730
8731         * po/bg.po
8732           po/en_GB.po
8733           po/es.po
8734           po/it.po
8735           po/pl.po
8736           po/pt_BR.po
8737           po/sr.po
8738                 updated translations, submitted by George Danchev,
8739                 me, Ricardo Mones Lastra, Alessandro Maestri,
8740                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8741                 and Urke MMI, respectively.     
8742
8743 2002-09-22 [alfons]     0.8.2claws65
8744
8745         * src/procmsg.c
8746         * src/pgptext.c
8747                 no furry valgrinds have been used to plug these memleaks
8748
8749 2002-09-20 [paul]       0.8.2claws64
8750
8751         * sync with 0.8.3cvs4
8752                 'Select thread' re-implemented 
8753                 see ChangeLog 2002-09-20
8754
8755 2002-09-21 [alfons]     0.8.2claws63
8756
8757         * src/compose.c
8758                 compose_send(): plug unnoticed memleak
8759
8760 2002-09-20 [alfons]     0.8.2claws62
8761
8762         * src/addr_compl.c
8763                 replace_address_in_edit(): strict check for NULL address to
8764                 fix "[ 607348 ] Segfault in address completion". My guess is
8765                 that this happens with an empty address book, but it's good
8766                 to have this check here anyway
8767                 
8768                 completion_window_button_press(): free string returned 
8769                 from the internal cache
8770
8771 2002-09-20 [christoph]  0.8.2claws61
8772
8773         * src/procmime.h
8774                 added ENC_BINARY to EncodingType
8775         * src/procmime.c
8776                 the string returned by procmime_get_encoding_str
8777                 should not depend on the order of values in the
8778                 EncodingType definition
8779         * doc-src/rfc1806.txt   ** NEW FILE **
8780                 Added rfc1806 about MIME Content-Disposition
8781                 Extension
8782
8783 2002-09-19 [paul]       0.8.2claws60
8784
8785         * sync with 0.8.2cvs3
8786                 see ChangeLog 2002-09-19
8787
8788 2002-09-19 [paul]       0.8.2claws59
8789
8790         * src/prefs_folder_item.c
8791                 revert to Darko's original alignment of colour
8792                 selector button
8793                 add a colon to folder_color label
8794                 
8795         * src/compose.c
8796                 add Colin's patch (with Hiro's modifications) to 
8797                 force BASE64 encoding for 8-bit text when signing
8798                 (sync with 0.8.3cvs2)
8799
8800 2002-09-18 [alfons]     0.8.2claws58
8801
8802         * src/compose.c
8803                 :%sno/if(/if (/gc
8804                 :%sno/for(/for (/gc
8805                 (beautify a little bit)
8806
8807 2002-09-18 [christoph]  0.8.2claws57
8808
8809         * src/pine.c
8810                 fix handling of fgetc return value
8811
8812 2002-09-17 [alfons]     0.8.2claws56
8813         
8814         * src/summaryview.c
8815                 summary_sort(): check non-NULL summaryview->folder_item when no 
8816                 folder is selected at all
8817                 (closes "[ 610344 ] sort label make syl Crash")
8818
8819 2002-09-17 [alfons]     0.8.2claws55
8820         
8821         * src/compose.c
8822                 beautify a little bit
8823
8824 2002-09-17 [christoph]  0.8.2claws54
8825
8826         * src/folder.c
8827                 initialize max values for cache and folder
8828                 when cache or folder is empty
8829
8830 2002-09-15 [colin]      0.8.2claws53
8831
8832         * src/compose.c
8833                 Fix a leak (thanks Alfons!) and cleaned
8834                 variables names for custom headers
8835
8836 2002-09-15 [colin]      0.8.2claws52
8837
8838         * src/compose.c
8839                 Fix custom headers recognition when
8840                 prefs_common.trans_hdr is on
8841
8842 2002-09-15 [colin]      0.8.2claws51
8843
8844         * src/compose.c
8845                 Allow dynamically-added custom headers
8846                 Yet not reparsed if reedited
8847
8848 2002-09-15 [alfons]     0.8.2claws50
8849
8850         * src/prefs_account.c
8851                 fix warnings
8852
8853 2002-09-15 [colin]      0.8.2claws49
8854         
8855         * src/prefs_account.c
8856                 fix pop_before_smtp sensitivity
8857
8858 2002-09-15 [colin]      0.8.2claws48
8859
8860         * src/inc.[ch]
8861                 add inc_pop_before_smtp()
8862                 allow MainWindow to be undefined in 
8863                 inc_account_mail() and inc_start()
8864         * src/pop.c
8865           src/prefs_account.h
8866                 add STYPE_POP_BEFORE_SMTP session type
8867         * src/prefs_account.c
8868                 activated pop before smtp option
8869         * src/send.c
8870                 do pop before smtp if the relevant option 
8871                 is set
8872
8873 2002-09-15 [paul]       0.8.2claws47
8874
8875         * sync with 0.8.3
8876                 see ChangeLog 2002-09-15
8877
8878 2002-09-14 [paul]       0.8.2claws46
8879
8880         * po/bg.po
8881                 updated Bulgarian translation, submitted by
8882                 George Danchev
8883
8884 2002-09-13 [paul]       0.8.2claws45
8885
8886         * src/compose.c
8887                 merge claws' select_account() with main's
8888                 (new) compose_select_account(). [sync with
8889                 0.8.2cvs15, see ChangeLog 2002-09-11]
8890
8891 2002-09-12 [christoph]  0.8.2claws44
8892
8893         * src/filter.c
8894                 allocate 1 elements of FolderItem not 0
8895
8896 2002-09-12 [colin]      0.8.2claws43
8897
8898         * src/compose.c
8899                 Fix bug #590825 (obey Follow-up: poster)
8900
8901 2002-09-12 [colin]      0.8.2claws42
8902
8903         * src/procmime.c
8904                 Fix bug #557009 (wrong headers for messages 
8905                 forwarded as attachments)
8906
8907 2002-09-11 [colin]      0.8.2claws41
8908         
8909         * src/compose.c
8910                 Put SCF: pseudo-header on top of message
8911                 Set draft tmp_flag when saved as draft
8912
8913         * src/procmsg.c
8914           src/procheader.c
8915                 Skip after first \n\n for beginning of real message
8916                 for drafts too
8917
8918 2002-09-11 [christoph]  0.8.2claws40
8919
8920         * src/filtering.c
8921                 use procmsg flag functions in filtering or processing
8922                 will cause incorrect folder message counts
8923
8924 2002-09-11 [colin]      0.8.2claws39
8925
8926         * src/compose.c
8927                 Fix bug #550175 - wrong save folder when reediting
8928                 drafts
8929
8930 2002-09-11 [paul]       0.8.2claws38
8931
8932         * sync with 0.8.2cvs14
8933                 see ChangeLog 2002-09-11
8934
8935 2002-09-11 [colin]      0.8.2claws37
8936
8937         * src/folder.c
8938                 Fix a typo (seeming to cause new/unread status to
8939                 be lost)
8940
8941 2002-09-10 [christoph]  0.8.2claws36
8942
8943         * src/compose.c
8944                 compose_redirect should not use compose_generic_new
8945                 because that does more stuff than expected including
8946                 opening the external editor
8947                 (closes bug "[ 526608 ] bounced messages appear blank
8948                  in editor")
8949
8950 2002-09-10 [christoph]  0.8.2claws35
8951
8952         * src/folder.c
8953                 fix problem with too large message number range
8954                 causing a crash in folder_item_scan
8955
8956 2002-09-10 [paul]       0.8.2claws34
8957
8958         * sync with 0.8.2cvs13
8959                 see ChangeLog 2002-09-10
8960
8961 2002-09-10 [christoph]  0.8.2claws33
8962
8963         * src/msgcache.c
8964                 set MsgInfo TmpFlags for queue and draft folders
8965                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8966
8967 2002-09-10 [paul]       0.8.2claws32
8968
8969         * AUTHORS
8970           po/bg.po      ** NEW FILE **
8971                 new Bulgarian translation submitted by
8972                 George Danchev <danchev@spnet.net>
8973                 
8974         * tools/Makefile.am
8975           tools/README
8976           tools/tb2sylpheed     ** NEW FILE **
8977                 add script that converts an addressbook exported
8978                 from The Bat! into a Sylpheed addressbook. Submitted
8979                 by Urke MMI <urke-kg@eunet.yu>
8980
8981 2002-09-10 [paul]       0.8.2claws31
8982
8983         * sync with 0.8.2cvs12
8984                 see ChangeLog 2002-09-10
8985
8986 2002-09-06 [paul]       0.8.2claws30
8987
8988         * src/prefs_common.c
8989                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8990                 
8991         * tools/Makefile.am
8992           tools/README
8993           tools/ldif-to-xml.py  ** REMOVED **
8994                 remove obsolete python script
8995
8996 2002-09-06 [paul]       0.8.2claws29
8997
8998         * sync with 0.8.2cvs10
8999                 see ChangeLog 2002-09-06
9000
9001 2002-09-04 [paul]       0.8.2claws28
9002
9003         * sync with 0.8.2cvs9
9004                 see ChangeLog 2002-08-04
9005
9006 2002-09-04 [colin]      0.8.2claws27 
9007
9008         * src/prefs_common.[ch]
9009                 Added signature color configuration
9010         * src/textview.c
9011                 Use user-specified signature color
9012
9013 2002-09-03 [colin]      0.8.2claws26
9014
9015         * src/prefs_common.[ch]
9016                 Added autosave and autosave_length prefs
9017         * src/compose.c
9018                 Added compose_remove_draft()
9019                 Auto-save drafts according to the prefs
9020         * src/main.c
9021                 Added a crash-indicator file, allowing to check
9022                 for new messages on startup if Sylpheed crashed
9023                 (makes saved drafts "reappear")
9024
9025 2002-09-03 [colin]      0.8.2claws25
9026
9027         * src/textview.[ch]
9028                 Grey the signature
9029
9030 2002-09-03 [paul]       0.8.2claws24
9031
9032         * sync with 0.8.2cvs8
9033                 see ChangeLog 2002-09-02 and 2002-09-03
9034
9035 2002-09-03 [darko]      0.8.2claws23
9036
9037         * src/folderview.c
9038                 use normal style when creating new folder to pick
9039                 proper font size 
9040
9041 2002-09-02 [melvin]     0.8.2claws22
9042
9043         * src/gtkaspell.m4
9044                 removed some obsolete code
9045
9046 2002-09-02 [melvin]     0.8.2claws21
9047
9048         * ac/aspell.m4
9049                 fixed test's equality sign (== to =)
9050
9051 2002-09-02 [alfons]     0.8.2claws20
9052
9053         * src/folder.c
9054         * src/mh.c
9055                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9056                 as folder->destroy virtual as suggested by Hiro
9057                 (the mh.c code seems to have been lost around mh.c.1.21)
9058
9059 2002-09-02 [paul]       0.8.2claws19
9060
9061         * po/pt_BR.po
9062                 updated by Fabio Jr. Beneditto
9063                 
9064         * src/defs.h
9065                 use 'http://claws.sylpheed.org' for homepage link. 
9066                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9067
9068 2002-09-01 [alfons]     0.8.2claws18
9069
9070         * src/mh.c
9071                 plug memleak related to one Martin Kluge found
9072
9073 2002-08-31 [paul]       0.8.2claws17
9074
9075         * sync with 0.8.2cvs6
9076                 see ChangeLog 2002-08-30
9077
9078 2002-08-31 [alfons]     0.8.2claws16
9079
9080         * src/folder.c
9081                 folder_destroy(): remove mailbox from folderlist even if it has
9082                 no destroy virtual
9083
9084 2002-08-31 [alfons]     0.8.2claws15
9085
9086         * src/folder.c
9087                 :%sno/if(/if (/gc
9088                 :%sno/for(/for (/gc
9089                 (being pedantic I know)
9090
9091 2002-08-31 [alfons]     0.8.2claws14
9092
9093         * src/folder.c
9094                 check for NULL pointers returned from folder->fetch_msginfo virtual
9095                 (should solve some reported crashes)
9096
9097 2002-08-30 [alfons]     0.8.2claws13
9098
9099         * acconfig.h
9100         * configure.in
9101         * src/crash.c
9102                 enable crash dialog on compilation time
9103                 (--enable-crash-dialog configure option)
9104
9105 2002-08-30 [alfons]     0.8.2claws12
9106
9107         * AUTHORS
9108                 add Martin Kluge
9109         * src/mh.c
9110                 apply memory leak plug patch by Martin Kluge
9111                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9112                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9113                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9114
9115 2002-08-30 [darko]      0.8.2claws11
9116
9117         * src/folderview.c
9118                 copy Gtk style from normal style to match
9119                 font size for coloured folders
9120
9121 2002-08-29 [alfons]     0.8.2claws10
9122
9123         * sylpheed.desktop
9124                 Type=Internet <- Type=Application
9125                 (reported by Michael Schwendt, see:
9126                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9127                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9128
9129 2002-08-29 [paul]       0.8.2claws9
9130
9131         * sync with 0.8.2cvs5
9132                 see ChangeLog 2002-08-29
9133
9134 2002-08-29 [colin]      0.8.2claws8
9135
9136         * src/summaryview.c
9137                 Added a sanity check in summary_select_thread
9138                 Should fix bug 601605
9139
9140 2002-08-29 [colin]      0.8.2claws7
9141
9142         * src/main.c
9143                 Revert claws6 changes regarding bug #591676
9144
9145 2002-08-28 [colin]      0.8.2claws6
9146         
9147         * src/main.c
9148                 Ignore cache for queue folderitems
9149                 Fix bug #591676
9150
9151 2002-08-28 [melvin]     0.8.2claws5
9152
9153         * README.claws
9154                 Fixed typos.
9155
9156 2002-08-28 [melvin]     0.8.2claws4
9157
9158         * README.claws
9159                 Updated a bit the text concerning the spell checker
9160
9161 2002-08-28 [melvin]     0.8.2claws3
9162
9163         Merged the GNU_aspell_branch:
9164                 Support of new GNU/aspell is now included and the old pspell
9165                 is not supported anymore.
9166                 See README.claws
9167
9168         * README.claws
9169                 Updated spell checker text to reflect the switch to GNU/aspell
9170
9171         * ac/aspell.m4          *** NEW ***
9172         * src/gtkaspell.[ch]    *** NEW *** 
9173         * ac/pspell.m4          *** DELETED *** 
9174         * src/gtkspell.[ch]     *** DELETED ***
9175
9176         * ac/Makefile.am
9177                 Updated for GNU/aspell support
9178
9179         * po/POTFILES.in
9180                 Replaced gtkspell.c by gtkaspell.c
9181
9182         * acconfig.h
9183         * src/Makefile.am
9184         * src/about.c
9185         * src/compose.[ch]
9186         * src/crash.c
9187         * src/main.c
9188         * src/prefs_common.[ch]
9189                 Updated for GNU/aspell support
9190
9191 2002-08-28 [paul]       0.8.2claws2
9192
9193         * sync with 0.8.2cvs4
9194                 see ChangeLog 2002-08-27 and 2002-08-28
9195
9196 2002-08-28 [colin]      0.8.2claws1
9197
9198         * src/summary_search.c
9199                 Added "AND search"
9200
9201 2002-08-28 [jens]       0.8.2claws
9202
9203         *po/de.po
9204                 Updated German translations
9205
9206 2002-08-27 [melvin]     0.8.2claws
9207
9208         * po/fr.po
9209                 Updated French translations
9210
9211 2002-08-27 [paul]       0.8.2claws
9212
9213         * sync with 0.8.2 main release
9214
9215         * po/en_GB.po
9216           po/es.po
9217           po/it.po
9218           po/pl.po
9219           po/pt_BR.po
9220           po/sr.po
9221                 updated message catalogs submitted by
9222                 Ricardo Mones Lastra, Alessandro Maestri,
9223                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9224                 Beneditto and Urke MMI  
9225
9226 2002-08-27 [hoa]        0.8.1claws123
9227
9228         * src/mainwindow.[ch]
9229         * src/summaryview.[ch]
9230                 removed the "filter setting" menu option.
9231                 add a "cancel a news message" menu option.
9232
9233 2002-08-26 [martin]     0.8.1claws122
9234
9235         * ChangeLog.claws
9236                 changed string under 0.8.1claws79 changed by myself
9237                 i'm sorry alfons :(
9238
9239 2002-08-26 [martin]     0.8.1claws121
9240
9241         * src/crash.c
9242                 added kill command to debuggerrc to start crash dialog
9243
9244 2002-08-26 [paul]       0.8.1claws120
9245
9246         * sync with 0.8.1cvs31
9247                 see ChangeLog 2002-08-26
9248
9249 2002-08-25 [alfons]     0.8.1claws119
9250
9251         * src/procmsg.c
9252                 fix bug that didn't send out correct headers to news server
9253                 when sending news article and email from queue (bug reported
9254                 and patch provided by Tim Mann; closes bug 
9255                 "[ 583196 ] 0.7.8claws can't post news")
9256
9257 2002-08-25 [alfons]     0.8.1claws118
9258
9259         * src/selective_download.c
9260                 mark two strings as translatable
9261                 (thanks to Urke MMI for pointing this out)
9262
9263 2002-08-25 [alfons]     0.8.1claws117
9264
9265         * src/summaryview.c
9266                 treat sent boxes as special and allow sorting them by addressee
9267                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9268                 submitted by Steve Lamb)
9269
9270 2002-08-24 [alfons]     0.8.1claws116
9271
9272         * src/matcher.c
9273                 fix memleak reported by Martin Kluge
9274                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9275
9276 2002-08-24 [oliver]     0.8.1claws115
9277
9278         * src/prefs_toolbar.c
9279                 o code cleanup as suggested by Alfons
9280                 o memleak fix
9281
9282 2002-08-24 [alfons]     0.8.1claws114
9283
9284         * src/summaryview.c
9285                 o fix another memory leak reported by Martin Kluge
9286                   (see "[ 599568 ] Small Memory Leak")
9287                 o remove 'from' variable from 'summary_set_header()'; we can
9288                   do with just 'to' 
9289
9290 2002-08-24 [paul]       0.8.1claws113
9291
9292         * sync with 0.8.1cvs30
9293                 see ChangeLog 2002-08-23
9294
9295 2002-08-24 [alfons]     0.8.1claws112
9296
9297         * src/summaryview.c
9298                 remove unnecessary allocations for search bar fixing leaks
9299                 reported by Martin Kluge
9300                 (see "[ 599451 ] Further memory leaks?")
9301
9302 2002-08-24 [alfons]     0.8.1claws111
9303
9304         * src/main.c
9305                 make get_socket_name() public for crash.c
9306         * src/crash.c
9307                 o make report bug button work (goes to claws' 
9308                   bug tracker at sf.net)
9309                 o introduce function for doing important stuff just
9310                   before claws goes down
9311                 o clean up code 
9312
9313 2002-08-24 [alfons]     0.8.1claws110
9314
9315         * src/compose.c
9316                 move cursor to "To" entry when forwarding as attachment
9317                 (reported and solved by Steve Lamb, closes bug report
9318                 "[ 592880 ] Forward as attachment; cursor not in to")
9319
9320 2002-08-24 [colin]      0.8.1claws109
9321
9322         * src/mainwindow.c
9323                 fix quick search visibility after GUI (de)separations.
9324
9325 2002-08-23 [colin]      0.8.1claws108
9326
9327         * src/mainwindow.c
9328                 fix header pane visibility after folderview or
9329                 messageview (de)separation
9330
9331 2002-08-23 [paul]       0.8.1claws107
9332
9333         * src/mainwindow.[ch]
9334           src/toolbar.c
9335                 give full control of display or non-display 
9336                 of the Execute icon to Custom toolbar settings.
9337                 add new sensitivity condition to maninwindow.h: 
9338                 M_DELAY_EXEC
9339
9340         * ChangeLog
9341           ChangeLog.jp
9342           NEWS
9343                 more sync with 0.8.1cvs29
9344
9345 2002-08-23 [melvin]     0.8.1claws106
9346
9347         * src/alertpanel.c
9348                 Readded support for custom widget in alertpanel lost in last
9349                 sync.
9350
9351 2002-08-23 [paul]       0.8.1claws105
9352
9353         * sync with 0.8.1cvs29
9354                 see ChangeLog 2002-08-23
9355
9356 2002-08-23 [colin]      0.8.1claws104
9357
9358         * src/summaryview.c
9359                 Fix folder and search pixmaps exchanging positions
9360                 after theme or toolbar changes. Thank to Oliver for 
9361                 reporting this.
9362
9363 2002-08-23 [colin]      0.8.1claws103
9364
9365         * src/mainwindow.c
9366           src/messageview.[ch]
9367           src/noticeview.[ch]
9368           src/summaryview.c
9369                 Changed messageview_create() and noticeview_create()
9370                 to avoid the last gdk_warning
9371
9372 2002-08-22 [colin]      0.8.1claws102
9373
9374         * src/summaryview.c
9375                 Fix my new `Creating pixmap from xpm' warning
9376
9377 2002-08-22 [colin]      0.8.1claws101
9378
9379         * src/mainwindow.c
9380                 Fix some of the gdk warnings
9381
9382 2002-08-22 [colin]      0.8.1claws100
9383
9384         * src/Makefile.am
9385         * src/stock_pixmap.c
9386         * src/stock_pixmap.h
9387         * src/pixmaps/quicksearch.xpm *ADDED*
9388                 Add the quicksearch pixmap
9389         * src/mainwindow.c
9390         * src/summaryview.c
9391         * src/summaryview.h
9392                 Make quicksearch bar visible/hidden via a button
9393
9394 2002-08-22 [christoph]  0.8.1claws99
9395
9396         * src/folder.c
9397                 fix folder update for newsgroups with message
9398                 numbers below minimum number of articles to fetch
9399                 (closes bug #598445)
9400
9401 2002-08-22 [paul]       0.8.1claws98
9402
9403         * sync with 0.8.1cvs28
9404                 see ChangeLog 2002-08-22
9405
9406 2002-08-21 [alfons]     0.8.1claws97
9407
9408         * src/crash.c
9409                 use bt instead of bt full which seems to work 
9410                 better, and bt full doesn't give a great deal 
9411                 of information anyway
9412
9413 2002-08-21 [colin]      0.8.1claws96
9414
9415         * src/summaryview.c
9416                 fix summaryview_searchtype_changed prototype
9417
9418 2002-08-21 [christoph]  0.8.1claws95
9419
9420         * src/mainwindow.c
9421                 o fix broken menu update for sorting type, we have to
9422                   get this info from the summaryview now
9423                 o removed setting of threaded state in menu callback
9424         * src/summaryview.[ch]
9425                 more summaryview/folderitem seperation for
9426                 threading option
9427         * configure.in
9428                 removed not required --with-compiler-flags option
9429
9430 2002-08-21 [oliver]     0.8.1claws94
9431         
9432         * src/toolbar.h 
9433                 o rename toolbar.xml to toolbar_main.xml
9434                   since toolbar_compose.xml might come up 
9435                   any time soon
9436         * README.claws
9437                 add custom toolbar              
9438
9439 2002-08-21 [darko]      0.8.1claws93
9440
9441         * src/procmsg.c
9442                 don't reset tmp flags for messages copied
9443                 to sent folder
9444
9445 2002-08-21 [colin]      0.8.1claws92
9446         
9447         * src/prefs_filtering.c
9448                 fix renaming rules on folder rename 
9449                 when folder is not a leaf folder
9450
9451 2002-08-21 [paul]       0.8.1claws91
9452
9453         * src/prefs_folder_item.c
9454                 fix alignment of colour selector
9455
9456 2002-08-21 [paul]       0.8.1claws90
9457
9458         * sync with 0.8.1cvs27
9459                 see ChangeLog 2002-08-21
9460
9461 2002-08-21 [paul]       0.8.1claws89
9462
9463         * src/summaryview.c
9464                 fix crash when changing field type in
9465                 Quick search bar
9466
9467 2002-08-21 [colin]      0.8.1claws88
9468
9469         * src/summaryview.c
9470                 Made quick search case-insensitive
9471
9472 2002-08-21 [paul]       0.8.1claws87
9473
9474         * sync with 0.8.1cvs26
9475                 see ChangeLog 2002-08-21
9476
9477 2002-08-20 [christoph]  0.8.1claws86
9478
9479         * src/folderview.c
9480         * src/main.c
9481         * src/summaryview.[ch]
9482                 more summaryview/folderitem seperation for
9483                 sort_key and sort_type
9484         * src/procmsg.c
9485                 added missing return statement
9486
9487 2002-08-20 [colin]      0.8.1claws85
9488
9489         * src/summaryview.[ch]
9490                 Added a quick search box
9491         * src/mainwindow.c
9492         * src/prefs_common.[ch]
9493                 Added a show/hide option for the quick search
9494
9495 2002-08-20 [oliver]     0.8.1claws84
9496         
9497         * src/mainwindow.c
9498                 remove toolbar_create_popups
9499         * src/toolbar.[ch]
9500                 o remove toolbar_create_popups
9501                 o fix toolbar_set_sensitive 
9502                   (Bug reports #596834 and #596832)     
9503         * src/prefs_toolbar.c
9504                 o add "Set default" button
9505                 o align label and text + combo widgets
9506
9507 2002-08-20 [hoa]        0.8.1claws83bis
9508
9509         * src/imap.c
9510                 fixed a bug in imap_fetch_msginfo() in case there is no
9511                 current folder.
9512
9513 2002-08-20 [darko]      0.8.1claws83
9514
9515         * src/folderview.c
9516                 copy the color style of folder view so it
9517                 works with GTK themes
9518
9519 2002-08-20 [darko]      0.8.1claws82
9520
9521         * src/folder.h
9522         * src/folderview.c
9523         * src/prefs_folder_item.[hc]
9524                 don't use UI stuff in folder.h
9525
9526 2002-08-20 [darko]      0.8.1claws81
9527
9528         * src/folder.h
9529         * src/prefs_folder_item.h
9530         * src/folderview.c
9531         * src/prefs_folder_item.c
9532                 ability to set folder color in folderview
9533
9534 2002-08-19 [alfons]     0.8.1claws80
9535
9536         * src/summaryview.c
9537                 fix one of the earlier memleaks reported by Martin Kluge
9538
9539 2002-08-19 [alfons]     0.8.1claws79
9540
9541         * src/mainwindow.c
9542                 hide notice view when selecting seperate folder
9543                 view (reported by Urke MMI)
9544
9545 2002-08-19 [christoph]  0.8.1claws78
9546
9547         * src/folderview.c
9548         * src/prefs_folder_item.h
9549         * src/summaryview.[ch]
9550                 o add summary_set_prefs_from_folderitem to set
9551                   summaryview prefs (first step to remove all
9552                   references to the folderitem in summaryview)
9553                 o moved compiled regex stuff from folderitem prefs
9554                   to summaryview code
9555
9556 2002-08-19 [paul]       0.8.1claws77
9557
9558         * src/compose.c
9559                 add check for '.' to QUOTE_IF_REQUIRED
9560
9561 2002-08-19 [paul]       0.8.1claws76
9562
9563         * src/inc.c
9564                 sync with 0.8.1cvs25 (plug memory leak)
9565
9566         * src/prefs_toolbar.c
9567                 re-order prefs_toolbar_cancel()
9568
9569 2002-08-18 [alfons]     0.8.1claws75
9570
9571         * src/inc.c
9572         * src/matcher.c
9573                 plug other memleaks reported by Martin Kluge
9574
9575 2002-08-18 [paul]       0.8.1claws74
9576
9577         * po/pt_BR.po
9578                 updated by Fabio Jr. Beneditto
9579
9580 2002-08-18 [paul]       0.8.1claws73
9581
9582         * src/toolbar.[ch]
9583                 fix bug where tooltips were displayed untranslated              
9584
9585         * src/prefs_toolbar.c
9586                 fix bug where clicking 'Cancel' creates an icon & text
9587                 toolbar regardless of prefs
9588         
9589
9590 2002-08-17 [oliver]     0.8.1claws72
9591
9592         * src/prefs_toolbar.c
9593                 update toolbar on CANCEL
9594                 bug reported by Martin Kluge
9595         * src/toolbar.c
9596                 toolbar_destroy memleak fixed           
9597
9598 2002-08-17 [alfons]     0.8.1claws71
9599
9600         * src/toolbar.c
9601                 plug another memleak reported by Martin Kluge
9602
9603 2002-08-16 [alfons]     0.8.1claws70
9604
9605         * src/crash.c
9606                 use execvp() correctly (suggested by wwp; thanks!)
9607
9608 2002-08-16 [alfons]     0.8.1claws69
9609
9610         * src/gtksctree.c
9611                 plug memory leak reported by Kim Schultz & Martin Kluge
9612
9613 2002-08-16 [paul]       0.8.1claws68
9614
9615         * po/es.po
9616                 updated by Ricardo Mones Lastra
9617
9618 2002-08-16 [paul]       0.8.1claws67
9619
9620         * src/toolbar.h
9621                 fix bug where 'Compose News' icon showed wrong
9622                 tooltip
9623
9624 2002-08-16 [paul]       0.8.1claws66
9625
9626         * sync with 0.8.1cvs24
9627                 see ChangeLog 2002-08-16
9628
9629         * po/it.po
9630                 updated by Alessandro Maestri
9631
9632 2002-08-15 [paul]       0.8.1claws65
9633
9634         * po/sr.po
9635                 updated by Urke MMI
9636
9637 2002-08-15 [paul]       0.8.1claws64
9638
9639         * src/*.c
9640                 don't translate debug info
9641
9642         * src/matcher.[ch]
9643                 add copyright info
9644
9645 2002-08-15 [paul]       0.8.1claws63
9646
9647         * src/prefs_toolbar.c
9648                 fix bug where clicking 'OK' creates an icon & text
9649                 toolbar regardless of prefs
9650
9651 2002-08-14 [alfons]     0.8.1claws62
9652
9653         * src/main.c
9654                 add global var that has the full argv[0]
9655         * src/crash.c
9656                 o execvp the correct sylpheed by using argv0
9657                   and setting the correct work dir
9658                 o other tweaks  
9659
9660 2002-08-14 [oliver]     0.8.1claws61
9661         
9662         * enable/disable Toolbar Action Buttons 
9663         * code cleanups
9664         * src/mainwindow.c
9665         * src/toolbar.[ch]      
9666         * src/prefs_toolbar.c   
9667
9668 2002-08-14 [melvin]     0.8.1claws60
9669
9670         * po/fr.po
9671                 Updated French translations
9672
9673 2002-08-14 [melvin]     0.8.1claws59
9674
9675         * src/crash.c
9676                 Made bug report not translatable
9677         * src/exporthtml.c
9678                 Fixed exporthtml_build_filespec() return value
9679         * src/foldersel.c
9680                 Fixed incorrect include file
9681         * src/gtkspell.c
9682         * src/prefs_actions.c
9683         * src/prefs_toolbar.c
9684                 Made debug info not translatable
9685         * src/mutt.c
9686         * src/quote_fmt.c
9687                 Added missing includes
9688         * src/prefs_common.c
9689                 Fixed typo
9690
9691 2002-08-14 [paul]       0.8.1claws58
9692
9693         * faq/es/sylpheed-faq.html
9694           faq/es/sylpheed-faq-[1-3].html
9695           faq/es/sylpheed-faq-4.html     **NEW FILE **
9696                 update Spanish FAQ
9697
9698 2002-08-13 [christoph]  0.8.1claws57
9699
9700         * src/procmsg.c
9701                 ignore thread fix that did not mark all
9702                 child nodes of a ignored thread as
9703                 ignored. Does not work perfectly yet,
9704                 but it is better now
9705
9706 2002-08-13 [alfons]     0.8.1claws56
9707
9708         * src/crash.c
9709                 o implement 'save crash log'
9710                 o some tweaks
9711
9712 2002-08-13 [melvin]     0.8.1claws55
9713
9714         * src/main.c
9715                 removed unrequired "execinfo.h" header
9716
9717 2002-08-12 [paul]       0.8.1claws54
9718
9719         * faq/en/sylpheed-faq.html
9720           faq/en/sylpheed-faq-[1-3].html
9721           faq/en/sylpheed-faq-4.html     **NEW FILE **
9722                 update English FAQ
9723
9724 2002-08-12 [alfons]     0.8.1claws53
9725
9726         * po/POTFILES.in
9727                 add crash.c to translatables
9728         * src/crash.c
9729                 bring in Leandro's crash dialog
9730
9731 2002-08-11 [alfons]     0.8.1claws52
9732
9733         * src/crash.c
9734                 clean up some warnings
9735
9736 2002-08-11 [alfons]     0.8.1claws51
9737
9738         * acconfig.h
9739         * configure.in
9740         * src/crash.[ch]        ** NEW FILES **
9741         * src/main.c            
9742                 initial gdb crash handler
9743
9744 2002-08-11 [paul]       0.8.1claws50
9745
9746         * src/prefs_toolbar.c
9747                 replace Up/Down arrow pixmaps with text to be
9748                 consistent across icon themes
9749
9750 2002-08-11 [paul]       0.8.1claws49
9751
9752         * src/prefs_common.c
9753           src/prefs_toolbar.c
9754                 rename 'Pixmap' -> 'Icon'
9755
9756         * src/toolbar.[ch]
9757                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9758
9759 2002-08-10 [paul]       0.8.1claws48
9760
9761         * src/prefs_toolbar.c
9762                 re-work the UI
9763
9764 2002-08-10 [paul]       0.8.1claws47
9765
9766         * src/main.c
9767                 don't write Processing progress to status bar
9768                 patch submitted by Alexander Evseev
9769
9770         * src/prefs_toolbar.c
9771                 re-position and resize window
9772                 make window assume correct size on first call
9773
9774 2002-08-10 [paul]       0.8.1claws46
9775
9776         * src/mainwindow.c
9777           src/prefs_toolbar.c
9778           src/toolbar.c
9779           src/toolbar.h
9780                 obey coding style
9781                 follow UI text conventions
9782
9783 2002-08-10 [alfons]     0.8.1claws45
9784
9785         * src/toolbar.c
9786                 correct pixmap for delete action
9787
9788 2002-08-10 [paul]       0.8.1claws44
9789
9790         * po/pt_BR.po
9791                 updated by Fabio Jr. Beneditto
9792
9793 2002-08-10 [paul]       0.8.1claws43
9794
9795         * po/POTFILES.in
9796                 add custom toolbar files
9797
9798 2002-08-10 [paul]       0.8.1claws42
9799
9800         * sync with 0.8.1cvs22
9801                 see ChangeLog 2002-08-09
9802
9803 2002-08-09 [paul]       0.8.1claws41
9804
9805         * tools/Makefile.am
9806           tools/README
9807           tools/outlook2sylpheed.pl     ** NEW FILE **
9808                 add script to convert exported Outlook
9809                 contacts list to a Sylpheed addressbook.
9810                 Submitted by Ricardo Mones Lastra.
9811
9812 2002-08-09 [paul]       0.8.1claws40
9813
9814         * AUTHORS
9815           configure.in
9816           po/sr.po      ** NEW FILE **
9817                 add Serbian message catalog. Submitted by
9818                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9819
9820 2002-08-09 [paul]       0.8.1claws39
9821
9822         * sync with 0.8.1cvs21
9823                 see ChangeLog 2002-08-08
9824
9825 2002-08-08 [oliver]     0.8.1claws38
9826
9827         * src/mainwindow.c
9828                 move Custom Toolbar to Configuration menu
9829
9830 2002-08-08 [oliver]     0.8.1claws37
9831
9832         * src/prefs_toolbar.c
9833                 fix substitute pixmap bug
9834
9835 2002-08-08 [paul]       0.8.1claws36
9836
9837         * sync with 0.8.1cvs19
9838                 see ChangeLog 2002-08-08
9839
9840 2002-08-07 [christoph]  0.8.1claws35
9841
9842         * src/utils.c
9843                 fixed a memory leak in new canonicalize_file_replace
9844
9845 2002-08-07 [christoph]  0.8.1claws34
9846
9847         * src/utils.[ch]
9848                 o canonicalize_file_replace should create the temporary
9849                   file in the same directory as the original file.
9850                 o added get_tmpfile_in_dir that creates a temorary file
9851                   in a specified directory.
9852
9853 2002-08-07 [melvin]     0.8.1claws33
9854
9855         * src/toolbar.c
9856                 fixed bug where 'Article' button acted as 'Email' button.
9857
9858 2002-08-07 [paul]       0.8.1claws32
9859
9860         * sync with 0.8.1.cvs17
9861                 see ChangeLog 2002-08-07
9862
9863 2002-08-07 [colin]      0.8.1claws31
9864         
9865         * src/news.c
9866                 fix mass-cancel problem
9867
9868 2002-08-07 [thorsten]   0.8.1claws30
9869
9870         * src/prefs_toolbar.c
9871                 fix: crash on replace or add new button
9872         * src/toolbar.c
9873                 fix: close xmlfile after reading
9874         * src/utils.c
9875                 fix: unlink() file before rename()
9876
9877 2002-08-06 [paul]       0.8.1claws29
9878
9879         * sync with 0.8.cvs15
9880                 see ChangeLog 2002-08-06
9881
9882 2002-08-06 [oliver]     0.8.1claws28
9883
9884         * src/toolbar.c
9885         * src/prefs_toolbar.c
9886                 fixed empty toolbar issue
9887
9888 2002-08-06 [oliver]     0.8.1claws27
9889
9890         * Custom Toolbar Final 
9891         * src/folderview.c
9892         * src/inc.c
9893         * src/summaryview.c
9894                 o toolbar stuff now lives in src/toolbar.[ch]
9895                 o main_window_toolbar_* functions are renamed to
9896                   toolbar_* reflecting their new source file
9897         * src/mainwindow.[ch]
9898                 o remove toolbar stuff  
9899
9900 2002-08-06 [oliver]     0.8.1claws26
9901         
9902         * src/Makefile.am
9903         * src/prefs_toolbar.[ch]        **New File**
9904         * src/toolbar.[ch]              **New File**
9905                 o prefs_toolbar.[ch] custom toolbar frontend
9906                 o toolbar.[ch]       backend 
9907
9908 2002-08-06 [oliver]     0.8.1claws25
9909
9910         * src/prefs_actions.[ch]
9911                 o new exported function actions_execute
9912
9913 2002-08-06 [paul]       0.8.1claws24
9914
9915         * sync with 0.8.1cvs4
9916                 see ChangeLog 2002-08-06
9917
9918 2002-08-06 [paul]       0.8.1claws23
9919
9920         * sync with 0.8.1cvs13
9921                 see ChangeLog 2002-08-06
9922
9923 2002-08-06 [paul]       0.8.1claws22
9924
9925         * sync with 0.8.1cvs12
9926                 see ChangeLog 2002-08-05 and 2002-08-06
9927
9928 2002-08-06 [match]      0.8.1claws21
9929
9930         * src/addrclip.c
9931                 improvements to cut/copy/paste address
9932
9933 2002-08-05 [match]      0.8.1claws20
9934
9935         * src/addritem.[ch]
9936         * src/addrcache.c
9937         * src/addrbook.c
9938         * src/editaddress.c
9939         * src/addressbook.c
9940                 fixes to improve cut/copy/paste
9941
9942 2002-08-06 [melvin]     0.8.1claws19
9943
9944         * src/account.[ch]
9945                 account_find_all_from_address(): new function that returns the
9946                 list of all accounts that are matched in an address.
9947         * src/alertpanel.[ch]
9948                 alertpanel() now accepts a custom widget
9949                 alertpanel_with_widget(): new function that pops up a panel with
9950                 a custom widget in it 
9951         * src/gtkutils.[ch]
9952                 gtkut_account_menu_new(): new function that allows the selection
9953                 of an account from a list of accounts.
9954         * src/messageview.c
9955                 Extended Return Receipt notification to select the correct 
9956                 account and to make a security test on the Delivery-Notification
9957                 address which should be the same as the Return-Path.
9958
9959 2002-08-06 [thorsten]   0.8.1claws18
9960
9961         * src/mimeview.c
9962                 attach_all: save unnamed as "noname.%d",
9963                 dont free static dirname
9964
9965 2002-08-05 [alfons]     0.8.1claws17
9966
9967         * configure.in
9968                 detect XIM by trying to link rather than compile a XIM program
9969
9970 2002-08-05 [oliver]     0.8.1claws16
9971                 
9972         * src/stock_pixmap.[ch]
9973                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9974                 o new func to retrieve pixmaps
9975
9976 2002-08-05 [paul]       0.8.1claws15
9977
9978         * sync with 0.8.1cvs10
9979                 see ChangeLog 2002-08-05
9980
9981 2002-08-04 [alfons]     0.8.1claws14
9982
9983         * src/textview.c
9984                 see if this plugs memleak
9985
9986 2002-08-04 [melvin]     0.8.1claws13
9987
9988         * src/gtkspell.c
9989                 fixed bug that could crash Sylpheed when highlighting
9990                 all misspelled words.
9991
9992 2002-08-03 [melvin]     0.8.1claws12
9993
9994         * src/prefs_actions.c
9995                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9996         * src/messageview.c
9997                 fixed bug where the Return Receipt was sent to
9998                 Delivery-Notification-To address even if it was not present
9999
10000 2002-08-02 [alfons]     0.8.1claws11
10001
10002         * src/prefs_actions.c
10003                 o more check for NULLs
10004                 o put create_io_dialog() in right conditional block
10005
10006 2002-08-02 [paul]       0.8.1claws10
10007
10008         * po/es.po
10009                 updated by Ricardo Mones Lastra
10010
10011 2002-08-01 [christoph]  0.8.1claws9
10012
10013         * src/folder.c
10014                 don't free the cache of the opened
10015                 folder in the summaryview
10016         * src/summaryview.c
10017                 don't unset flags, if it is not required
10018
10019 2002-08-01 [paul]       0.8.1claws8
10020
10021         * sync with 0.8.1cvs8
10022                 see ChangeLog entry 2002-08-01
10023
10024 2002-08-01 [paul]       0.8.1claws7
10025
10026         * sync with 0.8.1cvs7
10027                 see ChangeLog 2002-07-31 and 2002-08-01
10028
10029 2002-07-31 [christoph]  0.8.1claws6
10030
10031         * src/mainwindow.c
10032                 forgot to update menu sensitivity
10033                 function for new menu entry
10034
10035 2002-07-31 [alfons]     0.8.1claws5
10036
10037         * src/main.c
10038                 check folder item and its path for NULL on
10039                 initial processing
10040
10041 2002-07-31 [christoph]  0.8.1claws4
10042
10043         * src/folder.c
10044                 check if folder_item_get_msginfo in
10045                 folder_item_remove_msg returned NULL
10046         * src/imap.c
10047                 better clear the uid cache in the
10048                 uid validity check function and delete
10049                 cached messages
10050
10051 2002-07-31 [paul]       0.8.1claws3
10052
10053         * man/sylpheed.1
10054                 add the '--attach' option and a few other
10055                 minor changes
10056
10057 2002-07-31 [paul]       0.8.1claws2
10058
10059         * sync with 0.8.1cvs5
10060                 see ChangeLog 2002-07-31
10061
10062 2002-07-31 [christoph]  0.8.1claws1
10063
10064         * src/folderview.[ch]
10065         * src/mainwindow.c
10066                 replace "Rescan all folders..." with
10067                 "Check all folders for new messages..."
10068
10069 2002-07-30 [paul]       0.8.1claws
10070
10071         * version 0.8.1claws released
10072
10073 2002-07-30 [paul]       0.8.0claws29
10074
10075         * tools/OOo2sylpheed.pl ** NEW FILE **
10076           tools/README
10077                 add script to enable sending documents as
10078                 attachments from OpenOffice.org
10079
10080 2002-07-30 [melvin]     0.8.0claws28
10081
10082         * src/prefs_actions.c
10083                 Made the actions' input/output dialog display
10084                 without delay.
10085
10086 2002-07-30 [christoph]  0.8.0claws27
10087
10088         * src/procmsg.c
10089                 check if folder_item_get_msginfo in
10090                 procmsg_save_to_outbox returned NULL
10091
10092 2002-07-30 [paul]       0.8.0claws26
10093
10094         * sync with 0.8.1cvs4
10095                 see ChangeLog 2002-07-29
10096
10097 2002-07-29 [thorsten]   0.8.0claws25
10098
10099         * README.claws
10100                 added selective download, delete on server
10101
10102 2002-07-29 [paul]       0.8.0claws24
10103
10104         * sync with 0.8.1cvs3
10105                 see ChangeLog 2002-07-29
10106
10107 2002-07-27 [christoph]  0.8.0claws23
10108
10109         * src/folder.c
10110                 add extra check if fetching the msginfo
10111                 returned NULL
10112
10113 2002-07-27 [paul]       0.8.0claws22
10114
10115         * sync with 0.8.1cvs2
10116                 see ChangeLog 2002-07-26
10117
10118 2002-07-27 [christoph]  0.8.0claws21
10119
10120         * src/imap.c
10121                 add another check if a valid msginfo
10122                 was returned
10123
10124 2002-07-26 [hoa]        0.8.0claws20
10125
10126         * src/folder.c
10127                 Fixed a condition in folder_item_destroy()
10128
10129         * src/imap.c
10130                 Fixed an error in IMAP protocol
10131
10132 2002-07-26 [alfons]     0.8.0claws19
10133
10134         * src/folder.c
10135                 ofcourse compare with identifier, not the path
10136
10137 2002-07-26 [alfons]     0.8.0claws18
10138
10139         * src/folder.c
10140                 use folder item identifier for saving / restoring
10141                 preferences because folder->path might not be unique
10142
10143 2002-07-26 [melvin]     0.8.0claws17
10144
10145         * src/logwindow.c
10146                 Fixed a crash introduced in 0.8.0claws5 when log is 
10147                 cut under 80 characters.
10148
10149 2002-07-26 [paul]       0.8.0claws16
10150
10151         * sync with 0.8.1cvs1
10152                 see ChangeLog 2002-07-26
10153
10154 2002-07-26 [christoph]  0.8.0claws15
10155
10156         * src/imap.[ch]
10157                 imap folder now remembers the last selected
10158                 folder and imap_fetch_msginfo skips selecting
10159                 the folder if it is already selected
10160
10161 2002-07-26 [christoph]  0.8.0claws14
10162
10163         * src/folder.c
10164         * src/folderview.c
10165         * src/imap.c
10166                 fix imap folder rescanning
10167
10168 2002-07-25 [christoph]  0.8.0claws13
10169
10170         * src/filter.c
10171         * src/folder.[ch]
10172         * src/folderview.c
10173         * src/imap.[ch]
10174         * src/mainwindow.c
10175         * src/mbox_folder.c
10176         * src/mh.c
10177         * src/news.c
10178                 implement imap uid cache and uid validity check
10179
10180 2002-07-25 [alfons]     0.8.0claws12
10181
10182         * src/summaryview.c
10183                 fix a brown paper bag bug, and also add some more
10184                 checks
10185
10186 2002-07-25 [christoph]  0.8.0claws11
10187
10188         * src/folder.c
10189                 don't mix copy, fetch_msginfo and remove
10190                 operations in folder item copy and move
10191                 operations
10192
10193 2002-07-25 [christoph]  0.8.0claws10
10194
10195         * src/folderview.c
10196         * src/mainwindow.c
10197         * src/prefs_folder_item.c
10198         * src/summaryview.[ch]
10199                 remove no longer required parameter update_cache from
10200                 summary_show
10201
10202 2002-07-25 [paul]       0.8.0claws9
10203
10204         * sync with 0.8.1
10205         
10206         * AUTHORS
10207                 a few corrections
10208
10209 2002-07-24 [alfons]     0.8.0claws8
10210
10211         * src/summaryview.c
10212                 sort correctly when using simplified subject line
10213                 (closes feature request "[ 585141 ] applying regexp to subject 
10214                 before sort" submitted by Alexandra Walford)
10215
10216 2002-07-24 [paul]       0.8.0claws7
10217
10218         * sync with 0.8.0cvs3
10219                 see ChangeLog 2002-07-24
10220
10221 2002-07-23 [christoph]  0.8.0claws6
10222
10223         * src/folder.c
10224         * src/folder.h
10225         * src/summaryview.c
10226         * src/summaryview.h
10227         * src/main.c
10228                 o separate processing and summaryview
10229                 o removed summary_write_cache from summaryview
10230                 o removed summaryview->killed_messages, because we don't have
10231                   to keep a list of killed messages anymore. New cache will
10232                   keep the hidden messages in cache anyway
10233         * src/folderview.c
10234         * src/inc.c
10235         * src/selective_download.c
10236                 o removed unnecessary summary_write_cache calls
10237         * src/procmsg.c
10238                 o don't set ignore thread flag in procmsg_get_thread_tree
10239                   if it is already set
10240         * src/mainwindow.c
10241         * src/statusbar.h
10242                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10243                   they are used in different files
10244
10245 2002-07-23 [melvin]     0.8.0claws5
10246
10247         * src/addressbook.c
10248         * src/addrgather.c
10249         * src/editaddress.c
10250         * src/editgroup.c
10251         * src/editldap_basedn.c
10252         * src/importldif.c
10253         * src/prefs_common.c
10254                 Fixed few memory leak (gtk_editable_get_chars returns
10255                 an allocated string)
10256         * src/logwindow.c
10257                 Fixed few memory leak (gtk_editable_get_chars returns
10258                 an allocated string) and modified a little the log cutting
10259                 loop.
10260         * src/compose.c
10261                 Replaced a call to an obsolete function gtk_entry_get_text()
10262                 by gtk_editable_get_chars()
10263         * src/send.c
10264                 Removed a debug printf
10265
10266 2002-07-23 [christoph]  0.8.0claws4
10267
10268         * src/filesel.c
10269                 fix another g_dirname memory leak
10270
10271 2002-07-23 [christoph]  0.8.0claws3
10272
10273         * src/mh.c
10274                 fixed a memory leak in mh_fetch_msginfo
10275                 fixed crash when message header could not be
10276                 parsed
10277
10278 2002-07-23 [paul]       0.8.0claws2
10279
10280         * sync with 0.8.0cvs2
10281                 see ChangeLog 2002-07-23
10282
10283 2002-07-23 [paul]       0.8.0claws1
10284
10285         * sync with 0.8.0cvs1
10286                 see ChangeLog 2002-07-23
10287
10288 2002-07-23 [paul]       0.8.0claws
10289
10290         * release of 0.8.0claws
10291
10292 2002-07-23 [paul]       0.7.8claws99
10293
10294         * po/ru.po
10295                 new Russian translation, submitted by
10296                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10297
10298 2002-07-22 [jens]       0.7.8claws98
10299
10300         * po/de.po
10301                 Updated German translations.
10302
10303 2002-07-22 [paul]       0.7.8claws97
10304
10305         * po/es.po
10306           po/it.po
10307           po/nl.po
10308           po/pt_BR.po
10309                 updated translations by Ricardo Mones Lastra,
10310                 Alessandro Maestri, Wilbert Berendsen and 
10311                 Fabio Jr. Beneditto respectively
10312
10313 2002-07-22 [christoph]  0.7.8claws96
10314
10315         * src/mimeview.c
10316                 fix memory leak caused by wrong g_dirname usage
10317
10318 2002-07-22 [christoph]  0.7.8claws95
10319
10320         * src/summaryview.c
10321                 update new and unread message counts for summaryview
10322                 summaryview does not get it from the folder anymore
10323                 and has to update the values itself
10324
10325 2002-07-22 [melvin]     0.7.8claws94
10326
10327         * po/fr.po
10328                 Updated French translations.
10329
10330 2002-07-22 [christoph]  0.7.8claws93
10331
10332         * src/matcher.c
10333                 set prop->preg pointer to NULL or following check
10334                 will not fail and regexec will be called with
10335                 invalid pointer
10336
10337 2002-07-21 [alfons]     0.7.8claws92
10338         
10339         * src/prefs_common.[ch]
10340                 remove option "Send return receipt on request"
10341
10342 2002-07-21 [thorsten]   0.7.8claws91
10343
10344         * src/mimeview.c
10345                 fixed memleaks, coding style as pointed out by alfons
10346
10347 2002-07-21 [alfons]     0.7.8claws90
10348
10349         * src/messageview.c
10350         * src/noticeview.[ch]
10351                 o fix bug notice view being displayed when going to empty folder 
10352                   (noticed by Christoph)
10353                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10354                   (noticed by Thorsten)
10355
10356 2002-07-21 [thorsten]   0.7.8claws89
10357
10358         * src/mimeview.c
10359                 Included save_all patch from Xaview FACQ
10360                 added support for pathnames
10361
10362 2002-07-21 [alfons]     0.7.8claws88
10363
10364         * po/POTFILES.in
10365         * src/Makefile.am
10366         * src/mainwindow.c
10367         * src/messageview.[ch]
10368         * src/noticeview.c      ** NEW FILE **
10369         * src/noticeview.h      ** NEW FILE **
10370                 make return receipts work again
10371                 (UI idea by Leandro Pereira)
10372
10373 2002-07-21 [paul]       0.7.8claws87
10374
10375         * src/summaryview.c
10376                 fix sensitivity of 'Select thread'
10377
10378 2002-07-21 [paul]       0.7.8claws86
10379
10380         * src/prefs_common.c
10381                 add browser command line for Galeon
10382
10383 2002-07-21 [paul]       0.7.8claws85
10384
10385         * Makefile.am
10386                 fix 'EXTRA_DIST': remove README.README, add TODO
10387                 and TODO.claws
10388
10389 2002-07-21 [alfons]     0.7.8claws84
10390
10391         * src/gtkstext.c
10392                 make enter clear selection
10393                 (closes "[ 579888 ] Editor selection/entry error"
10394                 reported by Steve Lamb)
10395
10396 2002-07-21 [alfons]     0.7.8claws83
10397         
10398         * src/summaryview.c
10399                 sort message list when selecting unthread messages
10400                 (closes "[ 501593 ] switching threaded view doesn't sort"
10401                 reported by Simon Schubert)
10402
10403 2002-07-20 [alfons]     0.7.8claws82
10404         
10405         * src/matcher.c
10406                 const-correctness
10407
10408 2002-07-20 [thorsten]   0.7.8claws81
10409
10410         * src/matcher.c
10411                 Fixed expansion of empty fields in matchactions
10412
10413 2002-07-19 [melvin]     0.7.8claws80
10414
10415         * src/gtkspell.c
10416                 Removed a duplicate menu entry (fast mode) introduced during
10417                 the new cache merge
10418                 Added a menu separator between 'Use alternate' and 'Fast mode'
10419
10420 2002-07-19 [paul]       0.7.8claws79
10421
10422         * tools/Makefile.am
10423           tools/README
10424                 correct typos
10425
10426 2002-07-19 [thorsten]   0.7.8claws78
10427
10428         * tools/calypso_convert.pl      ** NEW FILE **
10429           tools/README
10430           tools/Makefile.am
10431                 script to import mbox files exported
10432                 by calypso
10433                 o generates folder structure
10434                 o includes attachments
10435
10436 2002-07-19 [melvin]     0.7.8claws77
10437
10438         * src/selective_download.[ch]
10439                 Fixed bug where closing the dialog with the window manager's
10440                 close button will not unlock the summary
10441                 Corrected some function declarations that missed a return value
10442                 Made the source code comply better with coding style.
10443         * src/prefs_common.c
10444                 Added new browser command line for Mozilla.
10445
10446 2002-07-18 [paul]       0.7.8claws76
10447
10448         * src/mainwindow.c
10449           src/selective_download.[ch]
10450                 reflect theme changes, fix Gdk Warning when creating 
10451                 pixmap from NULL window, and minor clean up.
10452                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10453
10454         * po/en_GB.po
10455                 updated
10456
10457 2002-07-17 [paul]       0.7.8claws75
10458
10459         * INSTALL[.jp]
10460                 sync with 0.8.0
10461         
10462         * po/en_GB.po
10463                 updated
10464
10465 2002-07-16 [paul]       0.7.8claws74
10466
10467         * tools/filter_conv.pl
10468           tools/README
10469                 replace conversion script with reimplemented version, 
10470                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10471
10472 2002-07-16 [colin]      0.7.8claws73
10473
10474         * src/summaryview.c
10475                 remove forgotten debug messages - sorry ;-)
10476
10477 2002-07-16 [colin]      0.7.8claws72
10478
10479         * src/mimeview.c
10480           src/summaryview.c
10481           src/textview.c
10482           src/textview.h
10483                 add the ability to select part of a text mime-part 
10484                 to reply.
10485
10486 2002-07-15 [christoph]  0.7.8claws71
10487
10488         * src/folder.c
10489                 fix folder message count for folders without
10490                 msg_is_changed (includes news folders)
10491
10492 2002-07-15 [martin]     0.7.8claws70
10493
10494         * src/summaryview.c
10495                 option "display recipient on 'From'..." now works
10496                 without the need of enabling the option
10497                 "display  sender  using  address  book".
10498
10499 2002-07-15 [christoph]  0.7.8claws69
10500
10501         * src/summaryview.c
10502                 removed setting folder status from summaryview.
10503                 folder.c should update all message counts correctly.
10504
10505 2002-07-15 [paul]       0.7.8claws68
10506
10507         * po/pt_BR.po
10508                 updated by Fabio Junior Beneditto
10509
10510 2002-07-15 [darko]      0.7.8claws67
10511
10512         * src/mh.c
10513                 Fixed target folder colorization, don't decrease op
10514                 number twice
10515
10516 2002-07-14 [paul]       0.7.8claws66
10517
10518         * sync with main 0.8.0
10519                 see ChangeLog 2002-07-14
10520
10521 2002-07-13 [melvin]     0.7.8claws65
10522         
10523         * src/addrbook.c
10524         * src/addressbook.c
10525         * src/addrindex.c
10526                 Replaced sprintf by g_snprintf to prevent possible buffer
10527                 overflow.
10528         * src/news.c
10529                 Corrected a log message output format.
10530                 Added a missing "done" debug output.
10531         * src/compose.c
10532                 Added keyboard accelerator for Priority menu items
10533                 Added missing \n in debug output
10534         * src/logwindow.c
10535         * src/gtkspell.c
10536         * src/rfc2015.c
10537                 Added missing \n in debug output
10538
10539 2002-07-13 [paul]       0.7.8claws64
10540
10541         * man/sylpheed.1
10542                 change Sergey's email address to the sf address
10543
10544         * src/textview.c
10545                 increase show_url_timeout (more useful for long
10546                 urls)
10547
10548 2002-07-12 [sergey]     0.7.8claws63
10549
10550         * src/rfc2015.c
10551                 applied (with some modifications) patch to set the
10552                 micalg parameter for signatures
10553                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10554
10555 2002-07-12 [sergey]     0.7.8claws62
10556
10557         * man/Makefile.am
10558         * configure.in
10559                 fixed man page installation
10560
10561 2002-07-12 [paul]       0.7.8claws61
10562
10563         * sync with 0.7.8cvs26
10564                 see ChangeLog 2002-07-11 and 2002-07-12
10565
10566 2002-07-11 [christoph]  0.7.8claws60
10567
10568         * src/compose.c
10569         * src/procmsg.c
10570                 first use the message number to find the message
10571                 to mark with a reply flag but check the
10572                 message-id if we got the correct message, if not
10573                 try to find it by message-id.
10574                 use new string seperator that is not allowed
10575                 in message-ids.
10576
10577 2002-07-11 [paul]       0.7.8claws59
10578
10579         * sync with 0.7.8cvs23
10580                 see ChangeLog 2002-07-10
10581
10582 2002-07-10 [christoph]  0.7.8claws58
10583
10584         * src/folder.[ch]
10585         * src/msgcache.[ch]
10586                 Added message-id table to the cache in memory
10587                 and functions to msgcache.c and folder.c to
10588                 fetch MsgInfos by message id
10589         * src/compose.c
10590         * src/procmsg.c
10591                 store folder and message-id of message replying
10592                 to in queue header and set reply flag after sending
10593                 (Closes bug #469498)
10594
10595 2002-07-10 [paul]       0.7.8claws57
10596
10597         * AUTHORS
10598           man/sylpheed.1.gz
10599                 add Martin to the list of authors
10600
10601 2002-07-09 [martin]     0.7.8claws56
10602         * src/gtksctree.c
10603                 Added gtk_ctree_last_visible(), tree_update_level(),
10604                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10605                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10606                 from gtk+ to gtksctree.c for the new sorting code
10607                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10608                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10609         * src/gtksctree.h
10610                 Added declaration for gtk_sctree_sort_recursive() and
10611                 gtk_sctree_sort_node
10612         * src/addressbook.c
10613         * src/foldersel.c
10614         * src/folderview.c
10615         * src/summaryview.c
10616                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10617                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10618
10619 2002-07-08 [paul]       0.7.8claws55
10620
10621         * more sync with 0.7.8cvs21
10622                 see ChangeLog 2002-07-08
10623
10624 2002-07-08 [paul]       0.7.8claws54
10625
10626         * sync with 0.7.8cvs21
10627                 see ChangeLog 2002-07-08
10628
10629 2002-07-07 [alfons]     0.7.8claws53
10630
10631         * src/Makefile.am
10632         * src/stock_pixmap.[ch]
10633         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10634         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10635         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10636                 add new pixmaps for upcoming notice pane
10637
10638 2002-07-06 [melvin]     0.7.8claws52
10639
10640         * src/gtkspell.[ch]
10641                 Made them a bit closer to Sylpheed's coding style.
10642                 Removed old code.
10643                 Removed possible memory leaks when some errors occurs.
10644
10645 2002-07-06 [melvin]     0.7.8claws51
10646
10647         * po/Makefile.in.in
10648                 Removed --no-location in xgettext command line to help
10649                 translators that use Emacs' po-mode
10650         * src/quote_fmt.c
10651                 Removed unnecessary comments that messed up sylpheed.pot
10652
10653 2002-07-06 [paul]       0.7.8claws50
10654
10655         * sync with 0.7.8cvs19
10656                 see ChangeLog 2002-07-05
10657
10658 2002-07-06 [christoph]  0.7.8claws49
10659
10660         * src/folder.c
10661         * src/mainwindow.c
10662                 fix folder_item_remove_all_msg and folderview
10663                 status for trash folders after emptying trash
10664
10665 2002-07-05 [paul]       0.7.8claws48
10666
10667         * sync with 0.7.8cvs16
10668                 see ChangeLog 2002-07-04 and 2002-07-05
10669
10670 2002-07-04 [paul]       0.7.8claws47
10671
10672         * sync with 0.7.8cvs14
10673                 see  ChangeLog 2002-07-04
10674
10675 2002-07-03 [alfons]     0.7.8claws46
10676
10677         * src/folder.c
10678                 dupe folder item's path because it's being reallocated
10679                 by new folder scanning code
10680
10681 2002-07-03 [christoph]  0.7.8claws45
10682
10683         * src/imap.c
10684                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10685         * src/msgcache.c
10686                 add missing return in msgcache_write
10687
10688 2002-07-02 [thorsten]   0.7.8claws44
10689
10690         * src/jpilot.c
10691         * src/msgcache.c
10692         * src/rfc2015.c
10693                 use binary mode for file access
10694
10695 2002-07-02 [christoph]  0.7.8claws43
10696
10697         * major code cleanup (part 1)
10698         
10699                 - unused variables removed
10700                 - unused functions removed
10701                 - uninitialized variables checked
10702                 - missing return statements added
10703                 - missing function return types added
10704                 - added parentheses around assignment and
10705                   && in || when suggested by gcc
10706               
10707         * src/mh.c
10708         * src/folder.c
10709                 replaced direct calls to folder->scan_tree
10710                 with folder_scan_tree and restore folder
10711                 prefs in this function. The folder should
10712                 not have to deal with them.
10713                 ( Should now work for all folder types )
10714
10715 2002-07-02 [paul]       0.7.8claws42
10716
10717         * sync with 0.7.8cvs13
10718                 see ChangeLog 2002-07-01 and 2002-07-02
10719
10720 2002-07-01 [christoph]  0.7.8claws41
10721
10722         * src/summaryview.c
10723                 fix "goto next/prev unread message" with
10724                 ignored threads
10725
10726 2002-07-01 [paul]       0.7.8claws40
10727
10728         * po/es.po
10729                 updated by Ricardo Mones Lastra
10730
10731 2002-06-30 [match]      0.7.8claws39
10732
10733         * src/jpilot.c
10734                 applied variation of leonerd's patch (566661) to
10735                 allow multiple email addresses per JPilot entry.
10736                 addresses may be separated by space, comma, pipe,
10737                 semi-colon, new-line.
10738
10739 2002-06-30 [alfons]     0.7.8claws38
10740
10741         * src/procmsg.c
10742                 simple fix for putting older nodes before
10743                 newer nodes when threading by subject
10744
10745 2002-06-30 [christoph]  0.7.8claws37
10746
10747         * src/folder.c
10748         * src/folderview.c
10749         * src/mh.c
10750         * src/news.c
10751         * src/procmsg.c
10752                 fix broken folder tree rescaning
10753                 and don't use procmsg_get_mark_sum
10754                 anymore
10755
10756 2002-06-30 [christoph]  0.7.8claws36
10757
10758         * merge new cache branch
10759         * src/imap.c
10760                 fix new cache imap copy bug
10761         * src/folder.c
10762                 improved folder_item_scan
10763                 it should now always set the correct
10764                 new, unread and total message counts
10765
10766 2002-06-29 [paul]       0.7.8claws35
10767
10768         * configure.in
10769                 correct syntax error
10770
10771 2002-06-29 [paul]       0.7.8claws34
10772
10773         * configure.in
10774           Makefile.am
10775           man/Makefile.am       ** NEW FILE **
10776           man/sylpheed.1.gz     ** NEW FILE **
10777                 add Sylpheed man page
10778
10779 2002-06-29 [paul]       0.7.8claws33
10780
10781         * po/pt_BR.po
10782                 updated by Fabio Junior Beneditto
10783
10784 2002-06-28 [jens]       0.7.8claws32
10785
10786         * po/de.po
10787                 translation updated
10788
10789         * src/selective_download.c
10790                 removed gettext for space " "
10791
10792         * src/imap.c
10793                 removed wrong space
10794
10795 2002-06-28 [paul]       0.7.8claws31
10796
10797         * sync with 0.7.8cvs11
10798                 see ChangeLog 2002-06-28
10799
10800 2002-06-28 [paul]       0.7.8claws30
10801
10802         * sync with 0.7.8cvs10
10803                 see ChangeLog 2002-06-27 and 2002-06-28
10804
10805 2002-06-26 [paul]       0.7.8claws29
10806
10807         * src/addrgather.c
10808           src/selective_download.c
10809                 don't gettextise empty strings.
10810                 reserved by gettext. gettext("") returns 
10811                 the header entry with meta information, 
10812                 not the empty string
10813
10814         * po/en_GB.po
10815                 updated
10816
10817 2002-06-26 [paul]       0.7.8claws28
10818
10819         * sync with 0.7.8cvs7
10820                 see ChangeLog 2002-06-25
10821
10822         * src/prefs_common.c
10823                 ...and in the process, tweak the gui a little
10824
10825 2002-06-25 [alfons]     0.7.8claws27
10826         
10827         * configure.in
10828         * src/Makefile.am
10829                 fine tune ldap library detection
10830
10831 2002-06-25 [alfons]     0.7.8claws26
10832
10833         * src/compose.c
10834                 don't allow return receipts when composing a news article
10835
10836 2002-06-25 [paul]       0.7.8claws25
10837
10838         * Makefile.am
10839                 add '$(AMTAR)' to 'release' section to allow for
10840                 new and older autotools
10841
10842 2002-06-25 [paul]       0.7.8claws24
10843
10844         * src/summaryview.c
10845                 fix "No more unread messages" persistant pop-up
10846                 window bug
10847
10848 2002-06-25 [paul]       0.7.8claws23
10849
10850         * po/it.po
10851                 updated by Alessandro Maestri
10852
10853 2002-06-25 [paul]       0.7.8claws22
10854
10855         * sync with 0.7.8cvs6
10856                 see ChangeLog 2002-06-25
10857
10858 2002-06-24 [paul]       0.7.8claws21
10859
10860         * tools/update-po
10861                 add GPL copyright information
10862
10863 2002-06-24 [paul]       0.7.8claws20
10864
10865         * tools/Makefile.am
10866           tools/README
10867           tools/update-po       ** NEW FILE **
10868                 add script that eases the creation of *.po files
10869                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10870
10871 2002-06-23 [alfons]     0.7.8claws19
10872
10873         * src/messageview.c
10874                 make notification_convert_header obey const correctness
10875                 (next step will be fixing the broken return receipt)
10876
10877 2002-06-23 [paul]       0.7.8claws18
10878
10879         * src/messageview.c
10880                 fix bug introduced in last commit:
10881                 removed too much code in last commit - put back what's
10882                 needed
10883
10884 2002-06-23 [paul]       0.7.8claws17
10885
10886         * src/messageview.[ch]
10887                 remove code committed in error from locally patched
10888                 source
10889
10890 2002-06-23 [colin]      0.7.8claws16
10891
10892         * src/compose.[ch]
10893                 add compose_entry_select(), used to select the default_to
10894                 email address - hopefully avoiding people sending mails to
10895                 wrong recipients.
10896
10897 2002-06-22 [alfons]     0.7.8claws15
10898
10899         * AUTHORS
10900                 add Bram Metsch & Stanislav Karchebny
10901         * src/smtp.[ch]
10902         * src/prefs_account.[ch]
10903         * src/send.c
10904                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10905                   options.  (see <http://sourceforge.net/tracker/index.php
10906                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10907
10908                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10909                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10910
10911 2002-06-22 [paul]       0.7.8claws14
10912
10913         * sync with 0.7.8cvs5
10914                 see ChangeLog 2002-06-19 and 2002-06-20
10915
10916 2002-06-22 [alfons]     0.7.8claws13
10917
10918         * src/selective_download.c
10919                 fix a stupid mistake I made
10920
10921 2002-06-22 [alfons]     0.7.8claws12
10922
10923         * src/selective_download.[ch]
10924                 fix another unnoticed leak; cleanup code
10925
10926 2002-06-21 [alfons]
10927
10928         * tools/Makefile.am
10929                 gpg-sign <-- gpg-sign-syl
10930
10931 2002-06-21 [alfons]     0.7.8claws11
10932
10933         * src/selective_download.c
10934         * src/selective_download.h
10935                 fix assorted mix of allocation errors (should solve
10936                 problem reported by Philippe Gramoullé, see:
10937                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10938
10939 2002-06-20 [melvin]     0.7.8claws10
10940
10941         * tools/gpg-sign *REMOVED*
10942           tools/gpg-sign-syl *ADDED*
10943                 Replaced the gpg clearsigning script with the version using
10944                 xterm instead of ssh-askpass and changed its name.
10945
10946         * README.claws
10947                 Updated actions example to reflect the renaming of the
10948                 gpg clearsigning script.
10949
10950 2002-06-19 [paul]       0.7.8claws9
10951
10952         * sync with 0.7.8claws9
10953                 see ChangeLog 2002-06-18 and 2002-06-19
10954
10955 2002-06-19 [paul]       0.7.8claws8
10956
10957         * sync with 0.7.8cvs1
10958                 see ChangeLog 2002-06-18
10959
10960 2002-06-18 [alfons]     0.7.8claws7
10961
10962         * src/mainwindow.h
10963                 add omitted prototype
10964
10965 2002-06-17 [paul]       0.7.8claws6
10966
10967         * src/mainwindow.c
10968                 fix hiding of exec_btn
10969
10970 2002-06-17 [paul]       0.7.8claws5
10971
10972         * src/pop.c
10973                 remove unneeded code: should_delete() 
10974                 and Pop3State::uidl_todelete_list
10975
10976 2002-06-17 [paul]       0.7.8claws4
10977
10978         * sync with 0.7.8
10979                 see ChangeLog 2002-06-11 and 2002-06-13
10980
10981 2002-06-16 [alfons]     0.7.8claws3
10982         
10983         * src/folder.c
10984                 make sure lock sort mode (claws specific) is
10985                 also persists after a tree rescan
10986
10987 2002-06-16 [alfons]     0.7.8claws2
10988
10989         * src/prefs_folder_item.c
10990         * src/folder.[ch]
10991                 fix persistence of folder sort mode (broken
10992                 by adapting Hiro's new folder persistence code)
10993
10994 2002-06-16 [alfons]     0.7.8claws1
10995
10996         * AUTHORS
10997         * src/logwindow.c
10998         * src/prefscommon.[ch]
10999                 control size of log text in log window; 
11000                 closes patch #569155 submitted by Mitko Haralanov.
11001
11002 2002-06-15 [paul]       0.7.8claws
11003
11004         * release of 0.7.8claws
11005
11006 2002-06-15 [paul]       0.7.7claws
11007
11008         * po/pt_BR.po
11009                 updated by Fabio Junior Beneditto
11010
11011 2002-06-14 [paul]       0.7.6claws49
11012
11013         * po/es.po
11014                 updated by Ricardo Mones Lastra
11015
11016 2002-06-14 [paul]       0.7.6claws48
11017
11018         * po/nl.po
11019                 updated translation by Wilbert Berendsen
11020
11021 2002-06-14 [melvin]     0.7.6claws47
11022
11023         * po/fr.po
11024                 Updated French translation
11025
11026 2002-06-13 [paul]       0.7.6claws46
11027
11028         * src/filesel.c
11029                 allow filename to be typed in, rather than just
11030                 selected by the mouse. Patch by Gustavo Noronha Silva.
11031
11032 2002-06-13 [alfons]     0.7.6claws45
11033
11034         * src/mainwindow.[ch]
11035                 more cleanups (removing unnecessary menu items Expand 
11036                 summary / message view)
11037
11038 2002-06-13 [melvin]     0.7.6claws44
11039
11040         * po/POTFILES.in
11041                 Added src/string_match.c
11042         * src/string_match.c
11043                 Fixed possible buffer overflow.
11044                 Corrected typo.
11045                 Added missing config.h header.
11046         * src/prefs_common.c
11047           src/prefs_matcher.c
11048           src/prefs_scoring.c
11049                 Made some strings translatable (missing _(..)).
11050
11051 2002-06-13 [melvin]     0.7.6claws43
11052
11053         * README.claws
11054                 Corrected action example (verifying clearsigned mail).
11055         * src/prefs_account.c
11056                 Corrected typo.
11057         * src/prefs_common.c
11058                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11059
11060 2002-06-12 [alfons]     0.7.6claws42
11061
11062         * src/summaryview.c
11063                 add init of score column lost in 0.7.6claws42
11064
11065 2002-06-12 [paul]       0.7.6claws41
11066
11067         * src/prefs_account.c
11068                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11069                 behavior of the radio buttons, (from 0.7.7cvs2)
11070
11071 2002-06-11 [alfons]     0.7.6claws40
11072
11073         * src/messageview.[ch]
11074         * src/summaryview.[ch]
11075         * src/summary_search.c
11076         * src/mainwindow.c
11077                 perform a sync to bring in Hiro's separate view implementation 
11078
11079                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11080
11081 2002-06-11 [paul]       0.7.6claws39
11082         
11083         * src/prefs_account.c
11084                 correct a typo on the Receive tab
11085
11086 2002-06-10 [match]      0.7.6claws38
11087
11088         * src/addressbook.c
11089                 Included address completion patch from Gustavo Noronha.
11090
11091 2002-06-10 [paul]       0.7.6claws37
11092
11093         * src/inc.[ch]
11094           src/pop.c
11095           src/prefs_account.[ch]
11096           src/selective_download.[ch]
11097                 apply PATCH #561712
11098                  NEW:
11099                 - check if POP Account
11100                 - Receive Button renamed to Preview
11101                 - Preview Button Popup: preview new/all messages
11102                 - Download Button
11103                 - Account Preferences-->Receive tab checkbutton if you
11104                   want to remove Mail after Download
11105                 -: default YES
11106                 - Account Preferences-->Receive tab checkbutton use
11107                   filtering rules on preview
11108                   (think of delete_on_server)
11109                 -: default YES
11110                 - Account selectable from SD dialog
11111                 - checkbutton to show already downloaded messages if
11112                   all messages are previewed
11113                 - new clist column showing Date
11114                 - ESC KEY close
11115                 FIXES:
11116                 - play ball with UIDL
11117                 - fault tolerant (?) 
11118                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11119
11120 2002-06-10 [melvin]     0.7.6claws36
11121
11122         * README.claws
11123                 Added a hint to ac/README in cvs instructions.
11124
11125         * src/prefs_actions.c
11126                 Made it possible to use a more elaborate command line
11127                 for asynchronous actions, too.
11128
11129 2002-06-10 [melvin]     0.7.6claws35
11130         
11131         * src/prefs_actions.c
11132                 Make it possible to use a more elaborate command line
11133                 (e.g. |foo|bar|cat>there;echo Done|)
11134                 Corrected error message when calling %f, %F and %p commands
11135                 from the compose window.
11136
11137 2002-06-09 [colin]      0.7.6claws34
11138
11139         * src/summaryview.c
11140                 Automatically find unread messages in current folder
11141                 before annoying the user.
11142
11143 2002-06-08 [alfons]     0.7.6claws33
11144
11145         * po/it.po
11146                 remove bad formatting string in it.po translation
11147                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11148
11149 2002-06-08 [paul]       0.7.6claws32
11150
11151         * sync with 0.7.6cvs25
11152                 see ChangeLog 2002-06-07
11153
11154 2002-06-05 [paul]       0.7.6claws31
11155
11156         * src/mainwindow.c
11157                 add 'Sort by locked' and 'Sort by score'
11158
11159 2002-06-05 [paul]       0.7.6claws30
11160
11161         * sync with 0.7.6cvs24
11162                 see ChangeLog 2002-06-04
11163
11164 2002-06-04 [paul]       0.7.6claws29
11165
11166         * po/pt_BR.po
11167                 updated by Fabio Junior Beneditto
11168
11169 2002-06-03 [thorsten]   0.7.6claws28
11170
11171         * src/matcher.c
11172                 fclose() matcherrc after reading
11173
11174 2002-06-03 [paul]       0.7.6claws27
11175
11176         * sync with 0.7.6cvs21
11177                 see ChangeLog 2002-05-31
11178
11179 2002-05-31 [paul]       0.7.6claws26
11180
11181         * sync with 0.7.6cvs20
11182                 see ChangeLog 2002-05-29 and 2002-05-30
11183
11184 2002-05-31 [paul]       0.7.6claws25
11185
11186         * src/imap.c
11187                 hopefully fix last buggy sync
11188
11189         * README.claws
11190                 correct typo in 'Actions' examples
11191
11192 2002-05-29 [paul]       0.7.6claws24
11193
11194         * sync with 0.7.6cvs18
11195                 see ChangeLog 2002-05-28 and 2002-05-29
11196
11197         * src/news.c
11198           src/nntp.[ch]
11199                 sync with above 
11200
11201 2002-05-28 [paul]       0.7.6claws23
11202
11203         * sync with 0.7.6cvs16
11204                 see ChangeLog 2002-05-28
11205
11206 2002-05-27 [thorsten]   0.7.6claws22 
11207
11208         * faq/it/sylpheed-faq-1.html
11209           faq/it/sylpheed-faq-2.html
11210           faq/it/sylpheed-faq-3.html
11211           faq/it/sylpheed-faq.html
11212                 corrected DOS lineendings
11213         * faq/de/sylpheed-faq-1.html
11214           faq/de/sylpheed-faq-2.html
11215           faq/en/sylpheed-faq-1.html
11216           faq/en/sylpheed-faq-2.html
11217           faq/en/sylpheed-faq-3.html
11218           faq/es/sylpheed-faq-1.html
11219           faq/es/sylpheed-faq-2.html
11220           faq/es/sylpheed-faq-3.html
11221           faq/fr/sylpheed-faq-1.html
11222           faq/it/sylpheed-faq-1.html
11223           faq/it/sylpheed-faq-2.html
11224           faq/it/sylpheed-faq-3.html
11225           faq/it/sylpheed-faq.html
11226                 changed ">" to &quot;
11227
11228 2002-05-27 [paul]       0.7.6claws21
11229         
11230         * sync with 0.7.6cvs15
11231                 see ChangeLog 2002-05-27
11232
11233 2002-05-27 [paul]       0.7.6claws20
11234
11235         * src/prefs_account.c
11236                 correct a typo
11237
11238 2002-05-26 [paul]       0.7.6claws19
11239
11240         * tools/README
11241                 correct a typo
11242
11243 2002-05-25 [paul]       0.7.6claws18
11244
11245         * tools/README
11246                 add description of kmail2sylpheed.pl
11247
11248 2002-05-25 [paul]       0.7.6claws17
11249
11250         * tools/kmail2sylpheed.pl       ** NEW FILE **
11251                 perl script that converts an exported Kmail address
11252                 book, converts it to sylpheed addressbook file,
11253                 writes the file to .sylpheed, and updates
11254                 addrbook--index.xml 
11255
11256 2002-05-25 [paul]       0.7.6claws16
11257
11258         * sync with 0.7.6cvs14
11259                 see ChangeLog 2002-05-23
11260
11261 2002-05-24 [paul]       0.7.6claws15
11262
11263         * README.claws
11264                 make a correction and add some more info
11265
11266 2002-05-24 [paul]       0.7.6claws14
11267
11268         * src/compose.c
11269                 fix memory leak in 
11270                 compose_redirect_write_headers_from_headerlist()
11271                 add Subject and Resent-Message-ID to
11272                 compose_redirect_write_headers()
11273                 Received, Subject, and X-UIDL are filtered out in 
11274                 compose_redirect_write_to_file()
11275
11276 2002-05-23 [paul]       0.7.6claws13
11277
11278         * src/compose.[ch]
11279           src/filtering.c
11280           src/mainwindow.c
11281           src/matcher.[ch]
11282           src/matcher_parser_lex.l
11283           src/matcher_parser_parse.y
11284           src/prefs_common.[ch]
11285           src/prefs_filtering.c
11286           src/summaryview.c
11287                 rename 'Bounce' to 'Redirect'
11288
11289 2002-05-23 [paul]       0.7.6claws12
11290
11291         * more sync with 0.7.6cvs13
11292           src/compose.c
11293                 see ChangeLog 2002-05-22
11294
11295 2002-05-22 [paul]       0.7.6claws11
11296
11297         * sync with 0.7.6cvs13
11298           src/codeconv.c
11299                 see ChangeLog 2002-05-20
11300           src/prefs_common.c
11301                 see ChangeLog 2002-05-22
11302
11303 2002-05-21 [melvin]     0.7.6claws10
11304
11305         * src/folderview.c
11306                 Added missing filtering and scoring headers
11307                 Fixed bad function call that showed garbage 
11308                 in Folder->Processing
11309
11310 2002-05-21 [paul]       0.7.6claws9
11311
11312         * tools/Makefile.am
11313                 make all tools executable, (patch by Alfons).
11314
11315 2002-05-20 [alfons]     0.7.6claws8
11316
11317         * src/procheader.c
11318                 don't forget to call mktime() so we have a valid week 
11319                 and year day
11320                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11321
11322 2002-05-20 [paul]       0.7.6claws7
11323
11324         * src/html.c
11325                 fix broken parsing of urls
11326         * src/textview.c
11327                 fix displaying of urls
11328
11329                 both fixes from the patch [547855] by Eugene 
11330                 Brevdo (zonem)
11331
11332 2002-05-19 [alfons]     0.7.6claws6
11333
11334         * configure.in
11335                 make sylpheed configure correctly with the latest
11336                 and greatest of automake / autoconf / gettext
11337
11338 2002-05-19 [alfons]     0.7.6claws5
11339
11340         * src/procheader.c
11341         * src/procheader.h
11342                 add function for returning ime zone offset
11343         * src/quote_fmt.c
11344         * src/quote_fmt_parse.y
11345                 better quotation formatting - does not convert
11346                 to local time, but uses the original date string.
11347                 
11348                 Note: %z inserts the timezone offset (should 
11349                 work also on platforms where strftime does not
11350                 support %z).
11351
11352 2002-05-18 [christoph]  0.7.6claws4
11353
11354         * src/summaryview.c
11355                 fix indentation of some code
11356         * tools/Makefile.am
11357                 fix spaces after \
11358         * src/Makefile.am
11359                 add missing \
11360                 correct path for ignorethread.xpm
11361                 incorrect filename for sylpheed_logo.xpm
11362                 add missing include matcher_parser_parse.h
11363
11364 2002-05-18 [paul]       0.7.6claws3
11365
11366         * sync with 0.7.6cvs8
11367                 see ChangeLog 2002-05-16 and 2002-05-17
11368
11369 2002-05-18 [melvin]     0.7.6claws2
11370
11371         * README.claws
11372                 Corrected an action's definition and fixed some misspellings.
11373
11374 2002-05-18 [paul]       0.7.6claws1
11375
11376         * tools/Makefile.am
11377           tools/gpg-sign        ** new file **
11378           tools/uudec           ** new file **
11379                 add Melvin's Actions scripts
11380
11381         * README.claws
11382                 add Melvin's descriptions for Actions
11383
11384 2002-05-18 [paul]       0.7.6claws
11385
11386         * Version 0.7.6claws released
11387
11388 2002-05-17 [paul]       0.7.5claws32
11389
11390         * po/es.po
11391                 updated by Ricardo Mones Lastra
11392
11393 2002-05-17 [paul]       0.7.5claws31
11394
11395         * src/compose.c
11396                 fix Account prefs default folder for sent/draft/deleted
11397                 messages bug
11398
11399         * po/it.po
11400           po/nl.po
11401                 updated translation by Alessandro Maestri and
11402                 Wilbert Berendsen
11403
11404 2002-05-17 [melvin]     0.7.5claws30
11405
11406         * src/prefs_actions.c
11407                 Fixed bug where using %F not at the end of the command 
11408                 resulted in an additional empty argument being created.
11409                 Thanks to Darko Koruga for reporting the bug.
11410
11411 2002-05-17 [melvin]     0.7.5claws29
11412
11413         * po/fr.po
11414                 Updated French translations.
11415
11416 2002-05-15 [paul]       0.7.5claws28
11417         
11418         * po/es.po
11419                 updated by Ricardo Mones Lastra
11420
11421 2002-05-15 [paul]       0.7.5claws27
11422
11423         * sync with 0.7.6cvs4
11424                 see ChangeLog 2002-05-14 and 2002-05-15
11425
11426 2002-05-14 [paul]       0.7.5claws26
11427
11428         * sync with 0.7.6cvs1
11429                 see ChangeLog 2002-05-13
11430
11431 2002-05-13 [thorsten]   0.7.5claws25
11432
11433         * src/messageview.c
11434                 fix select_all and copy in multipart messages
11435         * src/mainwindow.c
11436                 fix select_all and copy in multipart messages
11437
11438 2002-05-12 [paul]       0.7.5claws24
11439
11440         * src/summaryview.c
11441                 reverse last commit, bug already fixed in 0.7.5claws3
11442
11443 2002-05-12 [netztorte]  0.7.5claws23
11444
11445         * src/summaryview.c
11446                 dont parse empty addressbook (checked in before claws20)
11447
11448 2002-05-12 [melvin]     0.7.5claws22
11449
11450         * src/procmsg.[ch]
11451                 Removed unneeded priority code introduced by the previous 
11452                 commit.
11453
11454 2002-05-12 [melvin]     0.7.5claws21
11455
11456         * src/compose.[ch]
11457                 Added possibility to set message's priority.
11458         * src/procmsg.[ch]
11459                 Added possibility to set message's priority.
11460                 Added missing headers
11461
11462 2002-05-12 [melvin]     0.7.5claws20
11463
11464         * src/prefs_actions.c
11465                 Removed implicitely added quotes around the name
11466                 of the temporary files of mime parts.
11467
11468 2002-05-12 [paul]       0.7.5claws19
11469
11470         * sync with 0.7.5cvs20
11471                 see ChangeLog 2002-05-11
11472
11473 2002-05-12 [alfons]     0.7.5claws18
11474
11475         * src/quote_fmt_lex.l
11476         * src/quote_fmt_parse.y
11477                 allow quote / reply date & time format to be set using
11478                 %D{format}. format is a format string you'd pass to
11479                 strftime() (see man strftime, or the Display tab |
11480                 Date format setting).
11481
11482                 Currently %D converts the date to local time. 
11483
11484 2002-05-11 [paul]       0.7.5claws17
11485
11486         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11487                 see ChangeLog 2002-05-10 and 2002-05-11
11488
11489 2002-05-10 [paul]       0.7.5claws16
11490
11491         * sync with 0.7.5cvs16
11492                 see ChangeLog entries 2002-05-09 and 
11493                 2002-05-10
11494
11495 2002-05-10 [colin]      0.7.5claws15
11496
11497         * src/textview.c
11498                 Corrected a bug that prevented sylpheed to open
11499                 double-clicked URIs.
11500
11501 2002-05-09 [paul]       0.7.5claws14
11502
11503         * sync with 0.7.5cvs14
11504                 see ChangeLog 2002-05-08 and 2002-05-09
11505
11506 2002-05-08 [paul]       0.7.5claws13
11507
11508         * sync with 0.7.5cvs11
11509                 see ChangeLog entry 2002-05-08
11510
11511 2002-05-08 [paul]       0.7.5claws12
11512
11513         * src/mainwindow.c
11514           src/textview.[ch]
11515                 fix segfault on View->Open in new window
11516                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11517
11518 2002-05-07 [paul]       0.7.5claws11
11519
11520         * sync with 0.7.5cvs9
11521                 see ChangeLog entry 2002-05-07
11522
11523 2002-05-06 [paul]       0.7.5claws10
11524
11525         * src/messageview.c
11526           src/textview.c
11527                 display url in statusbar on single-click
11528                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11529
11530 2002-05-06 [match]      0.7.5claws9
11531
11532         * src/addritem.[ch]
11533                 new functions.
11534         * src/addrcache.c
11535                 tidy up.
11536         * src/xmlprops.[ch]
11537                 XML implementation of properties file.
11538         * src/exporthtml.[ch]
11539         * src/expthtmldlg.[ch]
11540         * src/addressbook.c
11541                 export to HTML.
11542
11543 2002-05-02 [sergey]     0.7.5claws8
11544
11545         * src/mainwindow.c (mainwin_entries),
11546           src/prefs_common.c (prefs_send_create()),
11547           src/codeconv.c (locale_table):
11548                 use charset name "Windows-1251" instead of "CP1251".
11549
11550 2002-05-02 [colin]      0.7.5claws7
11551         
11552         * src/compose.c
11553           src/prefs_common.c
11554           src/prefs_folder_item.c
11555                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11556
11557 2002-05-02 [hiro]       0.7.5claws6
11558
11559         * src/imap.c
11560                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11561
11562 2002-05-02 [paul]       0.7.5claws5
11563
11564         * src/compose.c
11565                 more sync with 0.7.5cvs7, see ChangeLog entry
11566                 2002-05-02
11567
11568 2002-05-02 [hiro]       0.7.5claws4
11569
11570         * src/compose.c
11571                 compose_queue_sub():
11572                 check if queue folder exists (closes #550397).
11573                 removed directory creation since it should be handled
11574                 transparently.
11575         * src/imap.c
11576                 imap_add_msg(): return UID for appended message
11577                 (closes #548842).
11578
11579 2002-04-30 [paul]       0.7.5claws3
11580
11581         * src/summaryview.c
11582                 fix account_find_from_address() bug
11583
11584 2002-04-28 [colin]      0.7.5claws2
11585
11586         * src/compose.c
11587           src/textview.c
11588           src/prefs_common.[ch]
11589           src/utils.[ch]
11590                 Added user-definable quotation characters recognition.
11591
11592 2002-04-28 [paul]       0.7.5claws1
11593
11594         * sync with 0.7.5cvs4
11595                 see ChangeLog entry  2002-04-25
11596
11597 2002-04-28 [paul]       0.7.5claws
11598
11599         * po/es.po
11600           po/nl.po
11601           po/pt_BR.po
11602                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11603                 Fabio Junior Beneditto
11604
11605 2002-04-27 [jens]       0.7.4claws103
11606
11607         * po/de.po
11608                 updated German translation.
11609
11610 2002-04-27 [hiro]       0.7.4claws102
11611
11612         * src/summaryview.c
11613                 summary_write_cache(): fixed the mark loss of hidden messages.
11614
11615 2002-04-26 [melvin]     0.7.4claws101
11616
11617         * src/procmsg.c
11618                 fixed a second typo (same one)
11619         * po/fr.po
11620           po/it.po
11621           po/pt_BR.po
11622                 fixed the type again...
11623
11624 2002-04-26 [melvin]     0.7.4claws100
11625
11626         * src/procmsg.c
11627                 fixed a typo in an alert message ("temorary").
11628         * po/it.po
11629         * po/pt_BR.po
11630                 corrected the typo  described above.
11631         * po/fr.po
11632                 updated French translation.
11633
11634 2002-04-26 [darko]      0.7.4claws99
11635
11636         * src/summaryview.c
11637                 fix target folder colorization
11638
11639 2002-04-25 [paul]       0.7.4claws98
11640
11641         * po/it.po
11642                 updated by Alessandro Maestri
11643
11644 2002-04-24 [colin]      0.7.4claws97
11645         
11646         * src/compose.c
11647                 Fixed double "subject is empty" question.
11648
11649 2002-04-23 [colin]      0.7.4claws96
11650         
11651         * src/mimeview.c
11652                 Corrected issue when "automatically display images" was
11653                 not set : first image remained after selecting second.
11654
11655 2002-04-23 [melvin]     0.7.4claws95
11656
11657         * src/prefs_actions.c
11658                 Don't display in/out dialog if there is nothing to show.
11659
11660 2002-04-23 [paul]       0.7.4claws94
11661
11662         * sync with 0.7.5cvs3
11663                 bug fixes: see ChangeLog entry 2002-04-23
11664
11665 2002-04-22 [darko]      0.7.4claws93
11666
11667         * src/compose.c
11668                 fix previous check-in which changed code after
11669                 merge from main
11670
11671 2002-04-22 [paul]       0.7.4claws92
11672
11673         * faq/de/*
11674                 add German FAQ
11675         * faq/en/*
11676           faq/es/*
11677           faq/fr/*
11678                 update English, Spanish and French FAQs
11679         * manual/de/*
11680           manual/es/*
11681                 add German and Spanish manuals
11682         * manual/en/*
11683           manual/fr/*
11684                 update English and French manuals
11685
11686         * src/Makefile.am
11687                 add to and re-arrange the pixmap entries
11688
11689 2002-04-22 [darko]      0.7.4claws91
11690
11691         * src/compose.c
11692                 fix sender initials recognition to only allow
11693                 '>' after the initials
11694
11695 2002-04-21 [paul]       0.7.4claws90
11696
11697         * sync with 0.7.5 release
11698                 see ChangeLog entry 2002-04-21
11699
11700 2002-04-21 [alfons]
11701
11702         * src/Makefile.am
11703                 add colin's new pixmaps to EXTRA_DIST
11704
11705 2002-04-21 [colin]      0.7.4claws89
11706         * src/compose.c
11707         * src/inc.c
11708         * src/mainwindow.[ch]
11709         * src/prefs_common.[ch]
11710         * src/stock_pixmap.[ch]
11711                 Added "Work offline" ability.
11712
11713 2002-04-21 [colin]      0.7.4claws88
11714         
11715         * src/mimeview.c
11716         * src/prefs_common.c
11717         * src/prefs_common.h
11718         * src/textview.c : Added an option to common preferences -> display
11719           to allow user not to automatically display images.
11720
11721 2002-04-21 [paul]       0.7.4claws87
11722
11723         * sync with 0.7.4cvs52
11724                 see ChangeLog entry 2002-04-21 (src/imap.c)
11725
11726 2002-04-21 [paul]       0.7.4claws86
11727
11728         * sync with 0.7.4cvs51
11729                 see ChangeLog entry 2002-04-21
11730
11731 2002-04-21 [paul]       0.7.4claws85
11732
11733         * sync with 0.7.4cvs49
11734                 see ChangeLog entries 2002-04-20 and 2002-04-21
11735
11736         * src/Makefile.am
11737                 clean up: remove old 'stock_' element from xpm 
11738                 filenames.
11739
11740 2002-04-21 [alfons]     0.7.4claws84
11741
11742         apply sync patch from Paul
11743
11744         * src/folderview.c
11745                 use old claws prefs_folder_item_create() for now
11746
11747 2002-04-19 [match]      0.7.4claws83
11748
11749         * src/addressbook.[ch]
11750         * src/addrharvest.[ch]
11751         * src/addrgather.[ch]
11752                 recurse folders.
11753         * src/mainwindow.c
11754         * src/summaryview.[ch]
11755                 change menu option.
11756
11757 2002-04-19 [paul]       0.7.4claws82
11758
11759         * po/pt_BR.po
11760                 updated by Fabio Junior Beneditto
11761
11762 2002-04-14 [alfons]     0.7.4claws81
11763
11764         * src/passphrase.c
11765                 add #include <sys/types.h> for mode_t and off_t 
11766
11767 2002-04-13 [paul]       0.7.4claws80
11768         
11769         * src/main.c
11770           src/passphrase.[ch]
11771           src/pgptext.c
11772           src/prefs_common.[ch]
11773           src/rfc2015.c
11774                 enable storing of GnuPG passphrase for the whole 
11775                 session or a user-defined number of minutes. patch 
11776                 submitted by Ravemax <ravemax@dextrose.com>
11777
11778 2002-04-13 [alfons]     0.7.4claws79
11779
11780         * src/textview.c
11781                 make email parser also stop scanning when encountering separators
11782                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11783
11784 2002-04-13 [paul]       0.7.4claws78
11785
11786         * sync with 0.7.4cvs39
11787                 see ChangeLog entry 2002-04-12
11788
11789 2002-04-11 [paul]       0.7.4claws77
11790
11791         * sync with 0.7.4cvs37
11792                 see ChangeLog entry 2002-04-11
11793
11794 2002-04-11 [paul]       0.7.4claws76
11795
11796         * COPYING 
11797                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11798                 the clause for OpenSSL). sync with sylpheed main
11799
11800 2002-04-09 [melvin]     0.7.4claws75
11801
11802         * src/compose.c
11803                 Made 'Ctrl-Enter' on send ignore some modifiers 
11804                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11805                 to bind other *-Enter (but not Alt-Enter).
11806
11807 2002-04-09 [paul]       0.7.4claws74
11808
11809         * sync with 0.7.4cvs35
11810                 see ChangeLog entries 2002-04-09
11811
11812 2002-04-08 [paul]       0.7.4claws73
11813
11814         * sync with 0.7.4cvs33
11815                 see ChangeLog entry 200-04-08
11816
11817 2002-04-07 [match]      0.7.4claws72
11818
11819         * src/addrharvest.[ch]
11820                 fixed to read all addresses in header, regardless
11821                 of header size. improved name parsing. accommodate
11822                 harvest from folders and selected message.
11823         * src/addritem.[ch]
11824                 included new address parsing function.
11825         * src/addrgather.[ch]
11826         * src/addressbook.[ch]
11827         * src/summaryview.[ch]
11828         * src/mainwindow.c
11829                 allow address harvest of folder as well as selected
11830                 messages.
11831
11832 2002-04-07 [paul]       0.7.4claws71
11833
11834         * src/esmtp.[ch]
11835           src/smtp.c
11836                 don't try to authenticate with CRAM-MD5 in SMTP when 
11837                 SMTP-AUTH enabled if MTA doesn't issue this 
11838                 auth-method in it's ehlo-response. bug item #531364,
11839                 patch item #938910. patch submitted by Colin Leroy 
11840                 <colin@colino.net>
11841
11842 2002-04-07 [paul]       0.7.4claws70
11843
11844         * src/nntp.c
11845                 fix missing MODE_READER bug. patch submitted by
11846                 Colin Leroy <colin@colino.net>
11847
11848 2002-04-07 [alfons]     0.7.4claws69
11849
11850         * src/matcher.[ch]
11851         * src/prefs_filtering.c
11852         * src/summaryview.c
11853                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11854                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11855
11856 2002-04-07 [paul]       0.7.4claws68
11857
11858         * sync with 0.7.4cvs32
11859                 see ChangeLog entry 2002-04-06
11860
11861         * tools/filter_conv.pl
11862                 more bug fixes
11863
11864 2002-04-06 [paul]       0.7.4claws67
11865
11866         * tools/filter_conv.pl
11867                 modify to be able to find the name of the first
11868                 mailbox and use that. main's filter does not
11869                 record the full path to the mailbox and therefore
11870                 can only filter to the first mailbox.
11871
11872 2002-04-05 [paul]       0.7.4claws66
11873
11874         * tools/filter_conv.pl
11875                 attempt to make the script all-encompassing and
11876                 be able to convert any main 'filter' rule thrown
11877                 at it
11878
11879 2002-04-05 [paul]       0.7.4claws65
11880
11881         * tools/filter_conv.pl
11882                 allow for collapsed folder trees
11883
11884 2002-04-05 [paul]       0.7.4claws64
11885
11886         * sync with 0.7.4cvs31
11887                 see ChangeLog entries 2002-04-05
11888
11889 2002-04-03 [paul]       0.7.4claws63
11890
11891         * sync with 0.7.4cvs29
11892                 see ChangeLog entries 2002-04-02 and 2002-04-03
11893
11894 2002-04-02 [paul]       0.7.4claws62
11895
11896         * sync with 0.7.4cvs26
11897                 see ChangeLog entry 2002-04-01
11898
11899 2002-04-02 [match]      0.7.4claws61
11900
11901         * src/pine.[ch]
11902         * src/importpine.[ch]
11903         * src/addressbook.c
11904                 import Pine address book.
11905
11906 2002-04-02 [match]      0.7.4claws60
11907
11908         * src/addrharvest.[ch]
11909                 improve address parsing of funky addresses.
11910
11911 2002-04-02 [darko]      0.7.4claws59
11912
11913         * src/compose.c
11914                 wrap on send improvements, it now recognizes quoted
11915                 initials as part of the quotation string, and it
11916                 does not join lines separated by CR
11917
11918 2002-04-01 [match]      0.7.4claws58
11919
11920         * src/mgutils.[ch]
11921                 added new functions.
11922         * src/mutt.[ch]
11923                 remove excessive duplicate address generation
11924                 on import.
11925
11926 2002-04-01 [alfons]     0.7.4claws57
11927         
11928         * src/summaryview.c
11929                 put back g_free() 
11930
11931 2002-04-01 [paul]       0.7.4claws56
11932
11933         * sync with 0.7.4cvs25
11934                 see ChangeLog entry 2002-04-01
11935
11936 2002-04-01 [alfons]     0.7.4aprilfool55
11937
11938         * src/summaryview.c
11939                 honour feature request item #537427 to allow for
11940                 displaying names from address book for sent mail also
11941
11942 2002-03-29 [paul]       0.7.4claws54
11943
11944         * src/mainwindow.c
11945           src/prefs_filtering.[ch]
11946           src/prefs_matcher.c
11947           src/summaryview.c
11948                 add 'fast filter' for claws' filtering,
11949                 /Tools/Create filter rule/... patch submitted
11950                 by Neill Miller <neillm@thecodefactory.org>
11951
11952 2002-03-29 [paul]       0.7.4claws53
11953
11954         * sync with 0.7.4cvs24
11955                 see ChangeLog entry 2002-03-29
11956
11957 2002-03-28 [paul]       0.7.4claws52
11958
11959         * sync with 0.7.4cvs23
11960                 see ChangeLog entry 2002-03-28
11961
11962 2002-03-27 [melvin]     0.7.4claws51
11963
11964         * src/prefs_actions.c
11965                 Added support to pass only one message part (as a
11966                 file) to the command using '%p'. No quotes are needed
11967                 because doubles quotes are automatically added.
11968                 Fixed bug where Sylpheed could block when waiting for
11969                 a child process to finish.
11970                 Changed the help menu to remove quotes around symbols to 
11971                 avoid misinterpretation (they must not be used).
11972
11973 2002-03-27 [melvin]     0.7.4claws50
11974
11975         * src/inc.c
11976                 Made the new mail notification command always 
11977                 execute asynchronously.
11978
11979 2002-03-27 [paul]       0.7.4claws49
11980
11981         * src/compose.c
11982                 fix bug introduced in last commit
11983
11984 2002-03-27 [paul]       0.7.4claws48
11985
11986         * sync with 0.7.4cvs21
11987                 see ChangeLog 2002-03-26 and 2002-03-27
11988
11989 2002-03-26 [hoa]        0.7.4claws47
11990
11991         * src/prefs_folder_item.c
11992                 really fixed the bug #516442 with folder rescan.
11993
11994 2002-03-26 [paul]       0.7.4claws46
11995
11996         * sync with 0.7.4cvs19
11997                 see ChangeLog entries 2002-03-25 and 2002-03-26
11998
11999 2002-03-25 [hoa]        0.7.4claws45
12000
12001         * src/matcher.c
12002         * src/mh.c
12003                 fix the bug #516442 with folder rescan.
12004
12005         * src/prefs_common.[ch]
12006         * src/compose.c
12007                 added an option to enable two different behaviours
12008                 for bounce.
12009
12010
12011 2002-03-25 [paul]       0.7.4claws44
12012
12013         * src/mainwindow.c
12014           src/selective_download.c
12015                 correct a few menuitem labels
12016
12017 2002-03-25 [christoph]  0.7.4claws43
12018
12019         * src/procmsg.c
12020                 fix non deleted tmp message in
12021                 procmsg_save_to_outbox
12022                 fix problems caused by sync with
12023                 main branch's procmsg_send_queue
12024
12025 2002-03-25 [paul]       0.7.4claws42
12026
12027         * src/quote_fmt.c
12028           src/quote_fmt_lex.l
12029           src/quote_fmt_parse.y
12030                 add Last name (%L) placeholder for quoting. 
12031                 patch submitted by Thorsten Thielen 
12032                 <thth@users.sourceforge.net>
12033
12034 2002-03-25 [paul]       0.7.4claws41
12035
12036         * src/utils.c
12037                 get full hostname. patch submitted by
12038                 Bob Woodside <rwoodside1@comcast.net>
12039
12040 2002-03-25 [paul]       0.7.4claws40
12041
12042         * src/account.c
12043           src/news.c
12044           src/nntp.[ch]
12045           src/prefs_account.[ch]
12046                 enable NNTP over SSL. patch submitted by
12047                 Pascal Jermini <pascal@infinity.hn.org>
12048
12049 2002-03-24 [paul]       0.7.4claws39
12050
12051         * src/prefs_common.c
12052                 make the arrangement of the Compose tab more
12053                 coherent
12054
12055         * src/mainwindow.c
12056                 fix some irregularities of style
12057
12058         * po/de.po
12059                 updated by Kilian Krause
12060
12061 2002-03-23 [paul]       0.7.4claws38
12062
12063         * po/pt_BR.po
12064                 updated by Fabio Junior Beneditto
12065
12066 2002-03-23 [paul]       0.7.4claws37
12067
12068         * src/mainwindow.c
12069                 move 'Gather addresses' to 'Tools' menu
12070                 make 'Selective download' sensitive
12071
12072 2002-03-23 [paul]       0.7.4claws36
12073
12074         * sync with 0.7.4cvs16
12075                 see ChangeLog entries 2002-03-23
12076
12077 2002-03-22 [christoph]  0.7.4claws35
12078
12079         * src/quote_fmt_parse.y
12080                 fix include program output
12081
12082 2002-03-22 [alfons]     0.7.4claws34
12083
12084         * src/pop.c
12085                 initialize GDate stack variable correctly (sorry!)
12086
12087 2002-03-22 [paul]       0.7.4claws33
12088
12089         * src/compose.c
12090           src/mainwindow.c
12091           src/prefs_actions.c
12092           src/prefs_common.c
12093                 rename 'Tool' to 'Tools'
12094
12095         * src/mainwindow.c
12096                 move 'Delete duplicated messages' from
12097                 'Message/' to 'Tools/'
12098                 re-arrange the order of 'Tools/' items
12099
12100 2002-03-22 [paul]       0.7.4claws32
12101
12102         * src/addr_compl.c
12103           src/addressbook.[ch]
12104                 auto-address completion now also matches on
12105                 Nickname. patch submitted by Bob Forsman 
12106                 <hammor@users.sourceforge.net>
12107
12108         * src/editaddress.c
12109                 correct a spelling mistake
12110
12111 2002-03-22 [alfons]     0.7.4claws31
12112
12113         * src/pop.c
12114                 fix getting uidl from incorrect string 
12115                 (spotted by Colin)
12116
12117 2002-03-21 [alfons]     0.7.4claws30
12118
12119         * src/pop.c
12120                 more code refactoring
12121                 plug mem leak introduced by delete on server
12122
12123 2002-03-21 [paul]       0.7.4claws29
12124
12125         * sync with 0.7.4cvs11
12126                 see ChangeLog entries 2002-03-20
12127
12128 2002-03-20 [alfons]     0.7.4claws28
12129
12130         * src/inc.c
12131                 apply Colin's patch and refactor
12132
12133 2002-03-20 [paul]       0.7.4claws27
12134
12135         * sync with sylpheed 0.7.4cvs9
12136                 see ChangeLog entry 2002-03-20
12137
12138 2002-03-19 [christoph]  0.7.4claws26
12139
12140         * src/mh.c
12141         * src/procmsg.[ch]
12142         * src/summaryview.c
12143                 revert changes for flag updates
12144                 (does not work correctly and no time to debug)
12145
12146 2002-03-20 [alfons]     0.7.4claws25
12147
12148         * src/pop.c
12149                 refactor should_delete() a little bit 
12150
12151 2002-03-19 [paul]       0.7.4claws24
12152
12153         * src/inc.[ch]
12154           src/pop.c
12155           src/prefs_account.[ch]
12156                 allow the user to leave downloaded mail on the 
12157                 server for n days. Patch submitted by Colin Leroy 
12158                 <colin@colino.net>
12159
12160 2002-02-19 [paul]       0.7.4claws23
12161
12162         * sync with sylpheed 0.7.4cvs8
12163                 see ChangeLog entries 2002-03-19
12164
12165 2002-03-18 [paul]       0.7.4claws22
12166
12167         * sync with sylpheed 0.7.4cvs6
12168                 see ChangeLog entry 2002-03-18
12169
12170 2002-03-18 [paul]       0.7.4claws21
12171
12172         * po/en_GB.po
12173                 add en_GB message catalogue
12174
12175         * src/mbox_folder.c
12176           src/prefs_account.c
12177           src/prefs_actions.c
12178                 correct a few spelling mistakes
12179
12180 2002-03-17 [alfons]     0.7.4claws20
12181
12182         * src/matcher.c
12183                 more stringent checks for NULL params when writing
12184                 filtering actions to a file
12185                 
12186 2002-03-17 [hoa]        0.7.3claws20
12187
12188         * src/news.c
12189                 fixed the count of new messages
12190
12191         * src/compose.c
12192                 fixed the "attachment properties" window
12193
12194 2002-03-17 [paul]       0.7.4claws19
12195
12196         * src/defs.h
12197           src/folder.h
12198           src/news.c
12199           src/prefs_account.[ch]
12200           src/procmsg.[ch]
12201           src/summaryview.c
12202                 automatically mark cross-posted messages as read 
12203                 and (optionally) give them a colour label
12204                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12205                 
12206
12207 2002-03-17 [paul]       0.7.4claws18
12208
12209         * sync with sylpheed 0.7.4cvs5
12210                 see ChangeLog entry 2002-03-17
12211
12212 2002-03-17 [melvin]     0.7.4claws17
12213         
12214         * src/textview.c
12215                 Worked around a gtktext 'bug': when searching for 
12216                 a text in a long message it was scrolling slowly
12217                 line by line until it hit the searched text.
12218         * po/fr.po
12219                 Updated French translation
12220
12221 2002-03-17 [melvin]     0.7.4claws16
12222
12223         * src/mainwindow.c
12224         * src/compose.c
12225         * src/prefs_actions.c
12226                 Moved "Edit/Actions" to "Tool/Actions"
12227                 Made mainwindow/compose window sensitive as soon as
12228                 no child process is running anymore even if the io dialog
12229                 is open.
12230                 Fixed a struct being initialized with a non constant char*
12231
12232 2002-03-16 [christoph]  0.7.4claws15
12233
12234         * configure.in
12235                 add --with-compiler-flags option
12236                 (only for developer hacking)
12237         * src/mh.c
12238         * src/procmsg.[ch]
12239         * src/summaryview.c
12240                 try to make folder-stats and flag handling more
12241                 independent from the summaryview. msgcounts
12242                 are only set when the folder is opened and
12243                 procmsg_msginfo_(un)set_flags will handle it
12244                 later and summaryview will get the values
12245                 from the folder.
12246
12247 2002-03-16 [paul]       0.7.4claws14
12248
12249         * src/messageview.c
12250                 fix Return-receipt. Patch submitted by Bob
12251                 Woodside <rwoodside1@comcast.net>
12252
12253 2002-03-16 [paul]       0.7.4claws13
12254
12255         * src/compose.c
12256                 fix 'dynamic' signatures, make it work again
12257                 broken during sync on 2002-03-14 (0.7.4claws2)
12258
12259 2002-03-15 [match]      0.7.4claws12
12260
12261         * src/addrharvest.[ch]
12262         * src/addrgather.[ch]
12263         * src/addressbook.[ch]
12264         * src/mainwindow.c
12265                 included address harvester feature. still some
12266                 issues with address parsing that I will fix.
12267
12268 2002-03-15 [match]      0.7.4claws11
12269
12270         * src/addrbook.[ch]
12271         * src/addrcache.[ch]
12272         * src/addressbook.[ch]
12273         * src/addrindex.c
12274         * src/editbook.c
12275         * src/importldif.c
12276         * src/importmutt.c
12277         * src/jpilot.[ch]
12278         * src/main.c
12279         * src/syldap.[ch]
12280         * src/vcard.[ch]
12281                 tidy up. fix memory leaks. moved attribs and methods
12282                 from individual interfaces to addrcache object. prep
12283                 for new stuff to come in.
12284
12285 2002-03-15 [alfons]     0.7.4claws10
12286
12287         * src/matcher.[ch]
12288         * src/matcher_parser_parse.y
12289         * src/matcher_parser_lex.l
12290         * src/prefs_matcher.c
12291                 add filtering conditions message greater than, smaller 
12292                 than, and exactly matching a size in bytes
12293                 (does not work with delete from POP3 server yet)
12294
12295                 this should also give others an idea what you should
12296                 do to add new criterions to claws filtering system
12297                 
12298
12299 2002-03-15 [paul]       0.7.4claws9
12300
12301         * tools/filter_conv.pl
12302                 exit if there are no filter rules to convert
12303                 rename filterrc to filterrc.old after completion
12304
12305 2002-03-15 [paul]       0.7.4claws8
12306
12307         * sync with sylpheed 0.7.4cvs3
12308                 see ChangeLog entry 2002-03-14
12309
12310 2002-03-14 [paul]       0.7.4claws7
12311
12312         * src/compose.c
12313                 clean up the last commit (ahem)
12314
12315 2002-03-14 [paul]       0.7.4claws6
12316
12317         * src/compose.c
12318                 fix bug #515655. honour account preferences
12319                 regarding gpg default signing/encryption when 
12320                 changing account from the compose window.
12321
12322 2002-03-14 [paul]       0.7.4claws5
12323
12324         * src/folderview.c
12325                 remove unnecessary curly brackets
12326
12327 2002-03-14 [paul]       0.7.4claws4
12328
12329         * src/folderview.c
12330           src/prefs_filtering.[ch]
12331                 add filter rename on folder rename and filter
12332                 delete on folder delete. Patch submitted by
12333                 Neill Miller <neillm@thecodefactory.org> 
12334
12335 2002-03-14 [christoph]  0.7.4claws3
12336
12337         * src/procmsg.c
12338         * src/send.c
12339                 fix local delivery
12340                 (patch submitted by "Simon 'corecode' Schubert")
12341         * src/prefs_common.c
12342         * src/procmsg.c
12343                 fix gcc 3.0 warning
12344
12345 2002-03-14 [paul]       0.7.4claws2
12346
12347         * sync with sylpheed 0.7.4cvs2
12348                 see ChangeLog entry 2002-03-13
12349
12350 2002-03-12 [darko]      0.7.4claws1
12351
12352         * src/mainwindow.c
12353                 fix what seems to be a copy and paste error
12354                 when setting color for important messages
12355                 (reported by wwp)
12356
12357 2002-03-11 [paul]       version 0.7.4claws released
12358
12359 2002-03-11 [paul]       0.7.4claws
12360
12361         * po/es.po
12362           po/it.po
12363           po/nl.po
12364           po/pt_BR.po
12365                 update message catalogs. Submitted by Ricardo Mones 
12366                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12367                 Fabio Junior Beneditto
12368
12369         * configure.in
12370           faq/Makefile.am
12371           faq/it/Makefile
12372           faq/it/sylpheed-faq*
12373           src/mainwindow.c
12374           src/manual.[ch]
12375                 add FAQ in Italian
12376         
12377
12378 2002-03-11 [jens]       0.7.3claws7
12379
12380         * po/de.po
12381                 updated German translation
12382
12383 2002-03-11 [melvin]     0.7.3claws6
12384
12385         * po/fr.po
12386                 updated and corrected French translation
12387
12388 2002-03-10 [hoa]        0.7.3claws5
12389
12390         * src/account.c
12391         * src/inc.c
12392         * src/prefs_account.c
12393         * src/procmsg.c
12394         * src/send.[ch]
12395                 fixed the local account.
12396                 you have to change the default "/usr/sbin/sendmail"
12397                 to "/usr/sbin/sendmail -t" in the preferences of
12398                 the local account.
12399
12400         * src/procmime.c
12401                 removed some debug display for renderer
12402
12403 2002-03-10 [paul]       0.7.3claws4
12404
12405         * faq/en/sylpheed-faq-1.html
12406           faq/en/sylpheed-faq-2.html
12407                 update
12408
12409 2002-03-09 [paul]       0.7.3claws3
12410
12411         * sync with sylpheed 0.7.4
12412                 see ChangeLog entry 2002-03-09
12413
12414 2002-03-08 [paul]       0.7.3claws2
12415
12416         * faq/en/sylpheed-faq*
12417           faq/es/sylpheed-faq*
12418           faq/fr/sylpheed-faq*
12419                 update the FAQs
12420
12421         * manual/fr/.cvsignore
12422           manual/fr/Makefilea.am
12423           manual/fr/sylpheed*
12424           src/mainwindow.c
12425           src/manual.[ch]
12426                 add the French manual
12427
12428 2002-03-07 [paul]       0.7.3claws1
12429
12430         * sync with sylpheed 0.7.3cvs4
12431                 see ChangeLog entries  2002-03-06 and 2002-03-07
12432         
12433         * po/nl.po
12434                 updated by Wilbert Berendsen
12435
12436 2002-03-07 [melvin]     0.7.2claws34
12437
12438         * src/selective_download.c
12439                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12440
12441 2002-03-06 [paul]       0.7.2claws33
12442
12443         * sync with sylpheed 0.7.3cvs1
12444                 bug fix, see ChangeLog entry 2002-03-05
12445
12446 2002-03-05 [paul]       0.7.2claws32
12447
12448         * src/mimeview.c
12449           src/pgptext.[ch]
12450           src/procmsg.c
12451                 reverse the pgp ascii-armored code implemented in 
12452                 0.7.2claws16. removal of this code until it matures.
12453                 this means that verifying ascii-armored pgp sigs and
12454                 automatic decryption of ascii-armored encrypted
12455                 messages no longer works.
12456
12457 2002-03-05 [paul]       0.7.2claws31
12458
12459         * configure.in
12460           Makefile.am
12461         * faq/Makefile.am
12462         * faq/en/Makefile.am
12463           faq/en/sylpheed-faq.html
12464           faq/en/sylpheed-faq-1.html
12465           faq/en/sylpheed-faq-2.html
12466           faq/en/sylpheed-faq-3.html
12467         * faq/es/Makefile.am
12468           faq/es/sylpheed-faq.html
12469           faq/es/sylpheed-faq-1.html
12470           faq/es/sylpheed-faq-2.html
12471           faq/es/sylpheed-faq-3.html
12472           faq/es/sylpheed-faq-4.html
12473         * faq/fr/Makefile.am
12474           faq/fr/sylpheed-faq.html
12475           faq/fr/sylpheed-faq-1.html
12476           faq/fr/sylpheed-faq-2.html
12477           faq/fr/sylpheed-faq-3.html
12478         * src/Makefile.am
12479           src/defs.h
12480           src/mainwindow.c
12481           src/manual.[ch]
12482                 add FAQs in English, Spanish and French
12483
12484
12485 2002-03-05 [paul]       0.7.2claws30
12486
12487         * manual/en/sylpheed.html
12488           manual/en/sylpheed-XX.html
12489                 updated the English manual
12490
12491 2002-03-05 [hoa]        
12492
12493         * src/summaryview.c
12494                 dialog box pops up if the article can't be deleted.
12495
12496 2002-03-04 [paul]       
12497         
12498         * po/pt_BR.po
12499                 updated by Fabio Junior Benedito
12500
12501 2002-03-04 [hoa]
12502
12503         * removed ac/gpgme.m4
12504                 to avoid autogen common problem
12505                 developers have to install gpgme development package now
12506
12507         * src/compose.c
12508                 encoding to 7bit or 8bit is enabled.
12509
12510 2002-03-03 [alfons]     0.7.2claws29
12511
12512         * src/pop.c
12513                 merge fix by Oliver Haertel for selective
12514                 download buglet
12515
12516 2002-03-03 [paul]       0.7.2claws28
12517         
12518         * sync with sylpheed 0.7.3
12519
12520 2002-03-03 [paul]       0.7.2claws27
12521
12522         * sync with sylpheed 0.7.2cvs24
12523                 see ChangeLog entries 2002-03-02 and 2002-03-03
12524
12525 2002-03-02 [melvin]     0.7.2claws26
12526
12527         * src/inc.[ch]
12528         * src/main.c
12529         * src/mainwindow.c
12530         * src/prefs_common.[ch]
12531                 Added user definable notification on new mail arrival.
12532                 Removed unused variables in spell checker prefs code.
12533
12534 2002-03-02 [melvin]     0.7.2claws25
12535
12536         * src/quote_fmt.c
12537                 Removed unnecessary escape sequences.
12538                 Changed 'Initial...' to 'Initials of Sender'
12539
12540 2002-03-02 [paul]       0.7.2claws24
12541
12542         * sync with sylpheed 0.7.2cvs22
12543                 see ChangeLog entry 2002-03-01
12544
12545 2002-03-01 [hoa]        0.7.2claws23
12546
12547         * src/mainwindow.c
12548                 Set sensitivity of delete actions to active
12549                 even if the folder is a newsgroup.
12550
12551         * src/summaryview.c
12552                 - Set sensitivity of delete actions
12553                 - Added function check_permission() that will check if the
12554                   user is authorized to delete a message. For news, it
12555                   will check if the author is the same.
12556                 - Enabled deletion when there is no trash folder.
12557
12558         * src/news.[ch]
12559                 - Added news_cancel_article() to cancel articles
12560                 - Implemented news_remove_message() (public function)
12561
12562 2002-03-01 [paul]       0.7.2claws22
12563
12564         * src/gtkutils.c
12565           src/textview.c
12566                 recognise urls that that don't include 'http://' and
12567                 simply begin 'www.' 
12568
12569         * AUTHORS
12570                 remove duplicated name
12571
12572 2002-02-28 [paul]       0.7.2claws21
12573
12574         * src/mainwindow.c
12575           src/summaryview.[ch]
12576                 add ability to 'Select thread'
12577                 combines Melvin's "Select thread's head" patch (#510907)
12578                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12579                 patch (#518514) 
12580
12581 2002-02-28 [paul]       0.7.2claws20
12582
12583         * src/mimeview.c
12584                 hopefully fix segfault on right-clicking a mime part
12585                 that some people have experienced.      
12586                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12587
12588 2002-02-28 [paul]       0.7.2claws19
12589
12590         * sync with sylpheed 0.7.2cvs21
12591                 see ChangeLog entries 2002-02-27 and 2002-02-28
12592
12593 2002-02-27 [paul]       0.7.2claws18
12594
12595         * sync with sylpheed 0.7.2cvs18
12596                 see ChangeLog entries 2002-02-26 and 2002-02-27
12597
12598 2002-02-26 [alfons]     0.7.2claws17
12599
12600         * src/procheader.c
12601                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12602                 (spotted by Chris Hessman <idatech@gmx.net>)
12603
12604 2002-02-26 [paul]       0.7.2claws16
12605
12606         * src/mimeview.c
12607           src/pgptext.[ch]
12608           src/procmsg.c
12609                 make decryption of ascii-armored pgp encrypted messages
12610                 and verification of ascii-armored signatures work again.
12611                 slightly altered from the patch by Jens Jahnke 
12612                 <jan0sch@gmx.net>
12613
12614                 ##FIX ME##
12615                 * the checking of plaintext signatures always comes up in 
12616                   a popup box
12617                 * it doesn't work for multipart messages 
12618                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12619                   including the msg headers and these 2 line themselves, are 
12620                   not displayed
12621
12622         * src/mainwindow.c
12623                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12624                 "View/Message View" becomes "View/Separate Message View"
12625                 because its less ambiguous.
12626
12627         * po/es.po
12628                 updated by Ricardo Mones Lastra
12629
12630 2002-02-26 [paul]       0.7.2claws15
12631
12632         * sync with sylpheed 0.7.2cvs17
12633                 see ChangeLog entries 2002-02-25 and 2002-02-26
12634
12635 2002-02-25 [christoph]  0.7.2claws14
12636
12637         * src/filtering.[ch]
12638         * src/inc.c
12639                 do filtering stuff after all messages have been received
12640                   1. drop all messages to .processing
12641                   2. scan processing folder for messages
12642                   3. filter messages or move to inbox
12643                 this will also find old messages left in processing after
12644                 a crash or something like that and we get a real msginfo
12645                 from folder->get_msg_list and do not have to create our
12646                 own in filter_message
12647         * src/matcher_parser_parse.y
12648                 remove MIX/MAX warning (reordered includes)
12649
12650 2002-02-25 [paul]       0.7.2claws13
12651
12652         * sync with sylpheed 0.7.2cvs15
12653                 see ChangeLog entry 2002-02-24
12654
12655 2002-02-24 [alfons]     0.7.2claws12
12656
12657         * src/filtering.c
12658                 clear old color flags first when applying a new color to
12659                 a message info. 
12660                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12661
12662 2002-02-24 [alfons]     0.7.2.claws11
12663         
12664         * AUTHORS
12665         * src/prefs_common.c
12666                 add presets for Opera and Konqueror, closes patch #517261,
12667                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12668
12669 2002-02-24 [alfons]     0.7.2.claws10
12670
12671         * AUTHORS
12672         * src/summaryview.c
12673                 fix threading for null message ids, closes patch #521601,
12674                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12675
12676 2002-02-24 [alfons]     0.7.2claws9
12677
12678         * src/summaryview.c
12679         * src/filtering.c
12680                 make Tool | Filter Message work with filtering system so
12681                 setting flags also works
12682
12683                 TODO:
12684
12685                 - Processing uses the same function as Tool | Filter
12686                   Message, but doesn't use the same update proc yet
12687
12688 2002-02-23 [paul]       0.7.2claws8
12689
12690         * sync with sylpheed 0.7.2cvs14
12691                 see ChangeLog entries 2002-02-22 and 2002-02-23
12692
12693 2002-02-22 [christoph]  0.7.2claws7
12694
12695         * src/quote_fmt.c
12696                 Add column space to table
12697         * src/quote_fmt_parse.y
12698                 Close files
12699
12700 2002-02-22 [paul]       0.7.2claws6
12701
12702         * src/Makefile.am
12703           src/defs.h
12704           src/filtering.c
12705           src/inc.[ch]
12706           src/mainwindow.c
12707           src/matcher.[ch]
12708           src/matcher_parser_lex.l
12709           src/matcher_parser_parse.y
12710           src/pop.[ch]
12711           src/prefs_account.h
12712           src/prefs_filtering.c
12713           src/selective_download.[ch]   *** NEW FILES ***
12714           src/utils.[ch]
12715           po/POTFILES.in
12716                 Selective Download added to 'Tool' menu. 
12717                 Retrieves email headers of the currently selected pop3 
12718                 account and allows the user to mark emails for deletion 
12719                 right on the pop3 server. Patch submitted by Oliver Haertel 
12720                 <oha@users.sourceforge.net>.
12721         
12722         * po/POTFILES.in
12723                 add 'src/quote_fmt.c'           
12724
12725 2002-02-22 [christoph]  0.7.2claws5
12726
12727         * src/Makefile.am
12728                 added quote_fmt.c
12729         * src/prefs_common.[ch]
12730         * src/prefs_template.c
12731         * src/quote_fmt.c               *** NEW FILE ***
12732         * src/quote_fmt.h
12733                 move quote format symbol description code
12734                 to it's own file because it is used from
12735                 differnent code parts
12736                 Rewrote symbol description GUI
12737                   + use table
12738                   + add separators
12739                   + get data from array (no more long constant strings)
12740         * src/quote_fmt_lex.l
12741         * src/quote_fmt_parse.y
12742                 Symbol for Literal % changed to \% instead of %%
12743                 (More logical as \ is used for quoting for other symbols)
12744                 Add |f and |p to include files and program output
12745                 Examples:
12746                     |f{/home/.../.signature}
12747                     |p{date}
12748         * po/de.po
12749                 Correct wrong spelling for "Referenzen"
12750
12751 2002-02-21 [paul]       0.7.2claws4
12752
12753         * src/procmsg.c
12754                 forgotten during sync
12755
12756 2002-02-21 [paul]       0.7.2claws3
12757
12758         * sync with sylpheed 0.7.2cvs11
12759                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12760                 2002-02-20 and 2002-02-21
12761
12762 2002-02-20 [melvin]     0.7.2claws2
12763
12764         * src/prefs_actions.c
12765                 Added error report when child cannot fork or when execvp 
12766                 returns with an error.
12767
12768 2002-02-19 [christoph]  0.7.2claws1
12769
12770         * src/codeconv.c
12771                 return unconverted text if conde conversion is not possible
12772                 when libjconv is used.
12773                 (patch submitted by "Simon 'corecode' Schubert")
12774
12775 2002-02-19 [paul]       
12776
12777         * version 0.7.2claws release
12778
12779 2002-02-19 [paul]       0.7.2claws
12780
12781         * po/nl.po
12782                 updated by Wilbert Berendsen
12783
12784
12785 2002-02-18 [alfons]     0.7.1claws13
12786
12787         * src/syldap.c
12788         * src/jpilot.c
12789                 remove references to dlfcn and explicitly loading functions
12790                 from dynalink libs, because libs linked anyway, and functions
12791                 are loaded explicitly
12792
12793 2002-02-17 [melvin]     0.7.1claws12
12794
12795         * src/prefs_actions.c
12796                 Replaced children wait loop with double fork technique.
12797                 Now, input/output window updated at each new output.
12798                 free_children(): Fixed a memory leak.
12799                 Made input/output window non closable if running children
12800                 still exist.
12801                 Added missing <unistd.h> include.
12802                 Added some --debug outputs.
12803
12804 2002-02-17 [melvin]     0.7.1claws11
12805
12806         * src/summaryview.c
12807                 Fixed bug where descending sort order did not select top
12808                 message.
12809
12810 2002-02-17 [melvin]     0.7.1claws10
12811
12812         * acconfig.h
12813                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12814         * src/prefs_common.c
12815                 Pspell data package directory no more hard coded but
12816                 set during configuration (PSPELL_PATH). (Thanks to 
12817                                 Gustavo Noronha Silva.)
12818
12819 2002-02-17 [melvin]     0.7.1claws9
12820
12821         * configure.in
12822                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12823         * src/gtkspell.c
12824                 Fixed compile-time warnings.
12825
12826 2002-02-16 [alfons]     0.7.1claws8
12827
12828         * src/filesel.c
12829                 fix inadvertent free of NULL pointer which caused
12830                 sylpheed to crash when closing the save-as dialog
12831                 using the window close button
12832
12833 2002-02-16 [carsten]    0.7.1claws7
12834         * src/mainwindow.[ch]
12835           src/summaryview.c
12836           src/prefs_common.c
12837                 fixes for pixmap theming code:
12838                         - recently changed mail attributes shouldn't get
12839                           lost any longer
12840                         - theme is only reloaded iff another theme was
12841                           selected
12842
12843 2002-02-16 [paul]       0.7.1claws6
12844
12845         * sync with sylpheed 0.7.2 release
12846                 see ChangeLog entry 2002-02-15 and 2002-02-16
12847
12848 2002-02-15 [paul]       0.7.1claws5
12849
12850         * sync with sylpheed 0.7.1cvs9
12851                 see ChangeLog entry 2002-02-15
12852
12853         * po/POTFILES.in
12854                 remove unneeded headerwindow.c entry
12855
12856 2002-02-14 [carsten]    0.7.1claws4
12857         * src/summaryview.c
12858                 fixed a bug for "Go to next unread message": there was
12859                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12860                 in the prefs, because of doing "Search again" instead
12861                 "No"
12862
12863 2002-02-14 [carsten]    0.7.1claws3
12864         * src/stock_pixmap.c
12865                 removed 2 more mem leaks; following memprof,
12866                 this code is "leak free" now :)
12867
12868 2002-02-14 [carsten]    0.7.1claws2
12869         * src/stock_pixmap.c
12870                 used opendir/readdir/closedir instead of scandir
12871                 -> code should work now on Solaris
12872
12873 2002-02-14 [paul]       0.7.1claws1
12874
12875         * sync with sylpheed 0.7.1cvs8
12876                 see ChangeLog entries 2002-02-13 and 2002-02-14
12877
12878         * README.claws
12879                 add some description of Actions and Pixmap Themes
12880
12881 2002-02-13 [paul]       
12882
12883         * version 0.7.1claws release
12884
12885 2002-02-13 [paul]       0.7.1claws
12886
12887         * po/es.po
12888           po/it.po
12889           po/pt_BR.po
12890                 updated translations, submitted by Ricardo Mones Lastra,
12891                 Alessandro Maestri and Fabio Junior Beneditto
12892
12893 2002-02-13 [melvin]     0.7.0claws75
12894
12895         * src/prefs_actions.c
12896                 Added missing "signal.h" include
12897
12898 2002-02-13 [melvin]     0.7.0claws74
12899
12900         * src/prefs_folder_item.c
12901                 Added missing "config.h" include
12902         * po/fr.po
12903                 Updated French translation for folder propriety.
12904
12905 2002-02-13 [jens]       0.7.0claws73
12906
12907         * po/POTFILES.in
12908                 Added missing src/prefs_folder_item.c [log added by melvin]
12909         * po/de.po
12910                 Updated German translation.
12911
12912 2002-02-13 [melvin]     0.7.0claws72
12913
12914         * po/fr.po
12915                 Updated French translation.
12916
12917 2002-02-13 [melvin]     0.7.0claws71
12918
12919         * src/gtkutils.c
12920                 Made gtkut_editable_get_selection return NULL if selection
12921                 is of length zero.
12922                 This fixes a bug where selecting part of message A then
12923                 switching to message B and replying to it will not
12924                 quote the message's body.
12925
12926 2002-02-12 [paul]       0.7.0claws70
12927
12928         * src/mainwindow.c
12929                 cosmetic, relating to pixmap themes: on toolbar make 
12930                 updating of 'Exec' and 'Compose news/Compose email'
12931                 icons faster.
12932
12933 2002-02-12 [carsten]    0.7.0claws69
12934         * src/folderview.c
12935           src/mainwindow.[ch]
12936           src/stock_pixmap.c
12937           src/summaryview.c
12938           src/prefs_common.c
12939                 - refreshing after changing pixmap theme better
12940                   now (thanks Paul)
12941                 - wanted to remove some mem leaks, but alfons was
12942                   faster (and had the better solution ;)
12943
12944 2002-02-12 [alfons]     0.7.0claws68
12945
12946         * src/prefs_common.c
12947         * src/stock_pixmap.[ch]
12948                 plug mem leaks, refactor code a little bit
12949
12950
12951 2002-02-12 [sergey]     0.7.0claws67
12952
12953         * src/imap.c
12954                 Fixed problem with copying messages to IMAP folders when the
12955                 server uses something other than '/' as a namespace separator
12956                 (cyrus-imapd uses '.').
12957
12958 2002-02-12 [jens]       0.7.0claws66
12959
12960         * po/de.po
12961                 Updated German Translation
12962
12963 2002-02-12 [paul]       0.7.0claws65
12964
12965         * sync with sylpheed 0.7.1cvs1
12966                 see ChangeLog entry 2002-02-12
12967
12968 2002-02-12 [melvin]     0.7.0claws64
12969
12970         * src/prefs_actions.c
12971                 Fixed "feature" where children's output was duplicated 
12972                 instead of refreshed while monitoring.
12973                 Removed some debug code.
12974
12975 2002-02-12 [christoph]  0.7.0claws63
12976
12977         * src/compose.c
12978                 always delete message from queue after sending/send error
12979                 (closes bug #509601)
12980
12981 2002-02-12 [melvin]     0.7.0claws62
12982
12983         * src/prefs_actions.c
12984                 Children wait loop is now triggered with a timeout of 1s
12985                 Added %F which is replaced with the list of filenames 
12986                 of all selected messages (as suggested by Ricardo Mones Lestra)
12987                 Pipe syntax changed. Prefix with | to send selection, postfix
12988                 with | to retrieve output. Prefix with > or * to send
12989                 user definable input to the command (*: input is hidden)
12990                 Old pipe action should now be postfixed with |, too.
12991
12992 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12993         * src/stock_pixmap.c
12994                 fixed a bug: if there's no theme directory don't
12995                 throw an error, just do "nothing" (thanks Alfons)
12996
12997 2002-02-12 [carsten]    0.7.0claws60
12998         * src/folderview.c
12999           src/summaryview.c
13000                 had to write the cache twice (nasty!); some marks would 
13001                 get lost if not
13002
13003 2002-02-11 [carsten]    0.7.0claws59
13004         * acconfig.h
13005           configure.in
13006           doc-src/maintainer_guide.txt
13007           src/compose.[ch]
13008           src/defs.h
13009           src/folderview.[ch]
13010           src/gtkutils.[ch]
13011           src/mainwindow.[ch]
13012           src/prefs_common.[ch]
13013           src/stock_pixmap.[ch]
13014           src/summaryview.[ch]
13015                 pixmap theming and related work on pixmap
13016                 handling on some other places
13017                 (e.g. hrm features for all folder)
13018           src/pixmap/stock_*.xpm -> the stock_ was removed
13019         
13020 2002-02-11 [paul]       0.7.0claws58
13021
13022         * sync with sylpheed 0.7.1 release
13023                 see ChangeLog entries 2002-02-11
13024
13025 2002-02-08 [paul]       0.7.0claws57
13026
13027         * sync with sylpheed 0.7.0cvs39
13028                 see ChangeLog entry 2002-02-07 (last entry) 
13029
13030         * src/prefs_actions.c
13031           src/prefs_filtering.c
13032           src/prefs_matcher.c
13033           src/prefs_scoring.c
13034                 sync: made it compile with C compilers other than gcc
13035
13036 2002-02-07 [paul]       0.7.0claws56
13037
13038         * sync with sylpheed 0.7.0cvs38
13039                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13040                 2002-02-07
13041
13042 2002-02-07 [darko]      0.7.0claws55
13043
13044         * src/gtkutils.[ch]
13045         * src/summaryview.c
13046                 Fix const gchar */gchar * issue (thanks Hiro)
13047
13048 2002-02-07 [darko]      0.7.0claws54
13049
13050         * src/compose.[ch]
13051         * src/filtering.c
13052         * src/gtkutils.[ch]
13053         * src/prefs_template.c
13054         * src/quote_fmt.h
13055         * src/quote_fmt_parse.y
13056         * src/summaryview.c
13057         * src/utils.[ch]
13058                 When replying or forwarding an email don't quote the entire
13059                 mail body but use the part of the message text that is selected
13060
13061 2002-02-06 [melvin]     0.7.0claws53
13062
13063         * src/prefs_common.[ch]
13064         * src/gtkspell.[ch]
13065         * src/compose.c
13066                 Made possible to switch quickly to last used dictionary
13067                 which makes checking bilingual documents easier.
13068
13069 2002-02-06 [melvin]     0.7.0claws52
13070         
13071         * po/POTFILES.in
13072                 Added forgotten new file src/prefs_actions.c
13073
13074 2002-02-06 [melvin]     0.7.0claws51
13075
13076         * src/prefs_actions.c   ** NEW FILE **
13077         * src/prefs_actions.h   ** NEW FILE **
13078                 Added actions to execute on message text view, or on the
13079                         message's file.
13080         * src/Makefile.am
13081                 Added src/prefs_actions.[ch]
13082         * src/compose.c
13083                 Added new menu "Edit/Actions"
13084         * src/defs.h
13085                 Added new actionsrc file.
13086         * src/main.c
13087                 Added actionsrc reading.
13088         * src/mainwindow.c
13089                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13090         * src/prefs_common.h
13091                 Added new element actionslst element to prefs_common.
13092
13093 2002-02-06 [paul]       0.7.0claws50
13094
13095         * sync with sylpheed 0.7.0cvs36
13096                 see ChangeLog entry 2002-02-06
13097
13098 2002-02-05 [paul]
13099
13100         * po/es.po
13101                 updated by Ricardo Mones Lastra
13102
13103 2002-02-05 [paul]       0.7.0claws49
13104
13105         * sync with sylpheed 0.7.0cvs33
13106                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13107
13108 2002-02-05 [paul]       0.7.0claws48
13109
13110         * src/compose.c
13111                 re-add 'Edit/Advanced/Delete entire line', previously named
13112                 'Delete Line+'
13113
13114 2002-02-04 [paul]       0.7.0claws47
13115
13116         * src/compose.c
13117           src/summaryview.c
13118                 fix bug #494993 (Reply All not taking Reply-To into consi)
13119                 eliminate differences in behaviour of right-click 'Reply to all' 
13120                 in summary view and 'Reply to all' on the toolbar. 
13121                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13122                 view and From gets ignored by 'Reply to all' on toolbar.
13123                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13124                 From when no Reply-To header is present.
13125
13126 2002-02-04 [paul]       0.7.0claws46
13127
13128         * sync with sylpheed 0.7.0cvs30
13129                 see ChangeLog entries 2002-02-03 and 2002-02-04
13130
13131 2002-02-03 [melvin]     0.7.0claws45
13132
13133         * src/gtkspell.[ch]
13134                 Readded function to highlight all misspelled words.
13135                 Fixed bug where user-provided-words did not replace
13136                         correctly the misspelled word when using the mouse.
13137                 Fixed bug where checking a region selected from right to left did
13138                         not check the region at all.
13139                 Fixed bug where 'Check backwards' may not check at all. 
13140                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13141                 Fixed possible buffer overflow when checking for long strings (>1k).
13142                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13143                 Accelerators code uses now gtk_widget_add_accel.
13144                 Removed and disabled obsolete and unfinished code.
13145                 Cleaning up.
13146
13147         * src/compose.c
13148                 Added menu item to Highlight all misspelled words.
13149
13150 2002-02-01 [paul]       0.7.0claws44
13151
13152         * src/mainwindow.c
13153                 fix '/View/Hide read messages' sensitivity when all
13154                 messages in a folder are hidden
13155
13156 2002-02-01 [paul]       0.7.0claws43
13157
13158         * src/main.c
13159                 add --send option to command line interface, sends all
13160                 queued mail. Patch submitted by Ricardo Mones Lastra.
13161
13162 2002-01-31 [paul]       0.7.0claws42
13163
13164         * src/mainwindow.c
13165                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13166
13167 2002-01-31 [paul]       0.7.0claws41
13168
13169         * sync with sylpheed 0.7.0cvs27
13170                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13171                 and 2002-01-31
13172
13173         * src/textview.c
13174                 comment out elements of textview_show_part() as temporary
13175                 workaround for attachment 'Display as text' bug 
13176
13177         * po/pt_BR.po
13178                 updated by Fabio Junior Beneditto
13179
13180 2002-01-30 [paul]       0.7.0claws40
13181
13182         * sync with sylpheed 0.7.0cvs24
13183                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13184                 and 2002-01-30
13185
13186         * src/compose.c
13187                 add {N_("/_Spelling"), ... "<Branch>"} to 
13188                 GtkItemFactoryEntry compose_entries[]
13189
13190         * src/prefs_common.c
13191                 add claws menu items to prefs_keybind_apply_clicked()
13192                 and remove non-claws menu items
13193
13194 2002-01-29 [paul]       0.7.0claws39
13195
13196         * sync with sylpheed 0.7.0cvs22
13197                 see ChangeLog entries 2002-01-28 and 2002-01-29
13198
13199 2002-01-28 [melvin]     0.7.0claws38
13200
13201         * src/compose.c
13202                 Added the declartion of compose_send_control_enter.
13203
13204         * src/compose.c
13205         * src/gtkspell.[ch]
13206                 Added in a 'Spelling' menu which includes the configuration menu. 
13207                 Added a real 'Check all' and got rid from the old one which only
13208                 highlited misspelled word.
13209                 Made 'Check while typing' a disableable option.
13210                 Added a dialog when there are no more misspelled word.
13211                 Added a dialog if error occurs when switching to a dictionary.
13212         
13213         * src/prefs_common.[ch]
13214                 Added option for the default 'Check while typing' option.
13215
13216
13217 2002-01-28 [alfons]     0.7.0claws37
13218
13219         * src/compose.c
13220                 fix buglet and make code comply with sylpheed code style
13221
13222 2002-01-28 [paul]       0.7.0claws36
13223
13224         * sync with sylpheed 0.7.0cvs19
13225                 see ChangeLog entries for 2002-01-28
13226
13227 2002-01-28 [hoa]        0.7.0claws35
13228
13229         * src/defs.h
13230                 added rendererrc
13231
13232         * src/main.c
13233                 read the renderer config
13234
13235         * src/procmime.[ch]
13236                 use the renderer config to convert mime attachments
13237
13238         * src/textview.c
13239                 don't use textview_show_html/ertf,
13240                 use get_text_content instead
13241
13242 2002-01-27 [alfons]     0.7.0claws34
13243         
13244         * src/news.c
13245                 make sylpheed believe it can delete a news message...
13246                 (messages are NOT deleted, maybe we should remove
13247                 processing from the folder properties after all.)
13248
13249 2002-01-27 [alfons]     0.7.0claws33
13250
13251         * src/folder.c
13252                 add extra checks
13253         * src/news.c
13254                 implement remove_msg() 
13255
13256 2002-01-27 [alfons]     0.7.0claws32
13257
13258         * src/procmsg.h
13259         * src/procheader.c
13260         * src/messageview.c
13261                 fix return receipt / disposition notification again. this
13262                 stuff seems to break on _every_ major summary UI change, so
13263                 it's now implemented using a flag which is saved in the
13264                 marks cache
13265                 
13266 2002-01-26 [alfons]     0.7.0claws31
13267
13268         * src/import.c
13269                 let import dialog show the destination folder identifier
13270
13271 2002-01-26 [melvin]     0.7.0claws30
13272
13273         * src/folderview.c
13274         * src/summaryview.c
13275                 Readded 'Mark all read' into summary view popup menu
13276                 Added 'Mark all read' in folder view popup menu for IMAP
13277                 and NNTP.
13278                 Made it insensitive if the selected folder is not the shown
13279                 one to avoid 'Mark all read' on the wrong folder.
13280                 
13281 2002-01-26 [paul]       0.7.0claws29
13282
13283         * src/folderview.c
13284           src/summaryview.c
13285                 move 'Mark all read' from summary view to folder view
13286                 menu. (adapted from) patch submitted by Jeremy Andrews,
13287                 <lists@kerneltrap.com>
13288
13289 2002-01-25 [alfons]     0.7.0claws28
13290
13291         * src/gtkstext.c
13292                 put the gtk class name back so GtkSText adapts the 
13293                 settings of GtkText
13294
13295 2002-01-25 [alfons]     0.7.0claws27
13296
13297         * src/folderview.c 
13298                 assimilate Ricardo's patch that shows pixmaps instead of
13299                 plain "new" and "unread" texts in the folder view column
13300                 headers 
13301
13302 2002-01-25 [paul]       0.7.0claws26
13303
13304         * src/Makefile.am
13305                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13306                 be found in non-standard locations. 
13307                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13308
13309 2002-01-25 [paul]       0.7.0claws25
13310
13311         * sync with sylpheed 0.7.0cvs16
13312                 see ChangeLog entry 2002-01-25
13313
13314 2002-01-24 [paul]       0.7.0claws24
13315
13316         * more sync with sylpheed 0.7.0cvs15
13317                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13318
13319 2002-01-23 [sergey]     0.7.0claws23
13320
13321         * src/importldif.c
13322                 Fixed segfault when closing LDIF import wizard with
13323                 the window manager.
13324         * src/imageview.c
13325         * src/imageview.h
13326         * src/messageview.c
13327         * src/mimeview.c
13328                 Fixed wrong scrolling position after switching between
13329                 text and image parts.
13330
13331 2002-01-23 [paul]       0.7.0claws22
13332
13333         * sync with sylpheed 0.7.0cvs15
13334                 see ChangeLog entries 2002-01-22 and 2002-01-23
13335
13336 2002-01-21 [melvin]     0.7.0claws21
13337
13338         * src/prefs_scoring.c
13339         * src/prefs_filtering.c
13340                 Fixed bug where scoring and filtering windows stopped
13341                 autochecking.
13342
13343 2002-01-21 [paul]       0.7.0claws20
13344
13345         * sync with sylpheed 0.7.0cvs12
13346                 see ChangeLog entries 2002-01-20 and 2002-01-21
13347
13348 2002-01-21 [carsten]    0.7.0claws19
13349         * src/mainwindow.c
13350         * src/menu.[ch]
13351         * src/messageview.[ch]
13352         * src/summaryview.[ch]
13353                 changes to shortcuts handling again:
13354                         + "Q" now controled by mainwin
13355                         + v/V are now customizable and have slightly
13356                           different meanings
13357                 the "button" to minimize the messageview (and maximize
13358                 the summary view) is a real button now
13359         * src/compose.c
13360                 "Delete Line+" added to Edit/Advanced (this will also
13361                 delete the '\n')
13362
13363 2002-01-20 [melvin] 0.7.0claws18
13364
13365         * src/addressbook.c
13366                 Made "Bcc" sensitive when addressbook is called from
13367                 compose window (it was a Claws only bug).
13368
13369 2002-01-19 [alfons] 0.7.0claws17
13370
13371         * src/inc.c
13372                 prevent unnecessary updates when currently selected folder has
13373                 no new messages 
13374
13375 2002-01-19 [alfons] 0.7.0claws16
13376         
13377         * src/summaryview.c
13378                 prevent writing the cache based on current message list in summary 
13379                 view when filtering also put messages in currently selected folder
13380
13381 2002-01-19 [paul]
13382
13383         * po/it.po
13384                 Italian translation submitted by Alessandro Maestri
13385                 <a.maestri@cs.tin.it>
13386
13387 2002-01-18 [melvin]     0.7.0claws15
13388
13389         * src/prefs_filters.c
13390                 fixed bug where 'cancel' from 'filters' window stops autochecking
13391                 if the timer timed out  when the window was open.
13392
13393 2002-01-18 [match]      0.7.0claws14
13394
13395         * src/addrclip.[ch]     ** NEW FILE **
13396         * src/addrselect.[ch]   ** NEW FILE **
13397         * src/adbookbase.h      ** NEW FILE **
13398                 addressbook cut, copy and paste
13399         * src/addrbook.[ch]
13400         * src/addrcache.[ch]
13401         * src/addressitem.h
13402         * src/addrindex.[ch]
13403         * src/addritem.[ch]
13404         * src/importldif.c
13405         * src/importmutt.c
13406         * src/jpilot.[ch]
13407         * src/syldap.[ch]
13408         * src/vcard.[ch]
13409         * src/jpilot.[ch]
13410         * src/editbook.c
13411         * src/editjpilot.c
13412         * src/editldap.c
13413         * src/editvcard.c
13414                 support for copy/paste
13415         * src/addressbook.c
13416                 support for copy/paste
13417                 tidy up menu option processing
13418                 correct address list function arguments
13419         * src/editaddress.c
13420                 sort user attributes
13421         * src/ldif.h
13422         * src/mutt.h
13423                 tidy up
13424
13425         * src/addrbook.[ch]
13426         * src/addrbook.[ch]
13427         * src/addrbook.[ch]
13428                 
13429
13430 2002-01-18 [paul]       0.7.0claws13
13431
13432         * sync with sylpheed 0.7.0cvs8
13433                 configure.in: support Mac OS X (Darwin)
13434
13435 2002-01-18 [carsten]    0.7.0claws12
13436         * src/html.c
13437                 small hack to fix a segfault with an empty href
13438                 (reported by Alexandra Walford <deeni@altern.org>)
13439         * src/mainwindow.c
13440         * src/summaryview.c
13441                 the shortcuts for Mark und Mark as unread are hardcoded
13442                 again
13443         * src/compose.c
13444         * src/gtkstext.[ch]
13445                 readded the shortcuts in gtkstext but made them
13446                 customizeable (simply by adding a menu plus a wrapper
13447                 to compose.c)
13448
13449 2002-01-17 [melvin]     0.7.0claws11
13450
13451         * src/gtkspell.c
13452                 fix default dictionary not being saved.
13453
13454 2002-01-16 [darko]      0.7.0claws10
13455
13456         * src/compose.c
13457                 fix wrapping crash with URL longer than wrapping margin
13458
13459 2002-12-08 [hoa]        0.7.0claws10
13460
13461         * src/matcher_parser_parse.y
13462                 fixed some bugs
13463
13464         * src/prefs_filtering.c
13465                 now, we can use bounce action in the dialog box.
13466
13467 2002-01-16 [carsten]    0.7.0claws9
13468         * src/gtkstext.c
13469                 removed the <control> and <alt> shortcuts because they're
13470                 not needed and interefered with the "normal" shortcuts
13471         * src/mainwindow.c
13472         * src/summaryview.c
13473                 removed most of the hardcoded shortcuts and assigned
13474                 them to menu entries making them easy customizable by
13475                 that
13476
13477 2002-01-16 |melvin]     0.7.0claws8
13478
13479         * src/gtkspell.c
13480                 fixed bug where using the mouse and when the compose
13481                 window is not on top may result in a crash.
13482
13483 2002-01-16 [melvin]     0.7.0claws7
13484
13485         * src/compose.c
13486                 fixed a long standingspell checker bug which could 
13487                 cause a crash after sending a message.
13488
13489 2002-01-16 [paul]       0.7.0claws6
13490
13491         * sync with sylpheed 0.7.0cvs7
13492                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13493                 2002-01-15, and 2002-01-16
13494
13495 2002-01-16 [melvin]     0.7.0claws5
13496
13497         * README.claws
13498         * src/compose.c
13499         * src/gtkspell.[ch]
13500         * src/main.c
13501                 Heavily modified spell checker code to work around
13502                 ispell bug, to add keyboard shortcuts and for future
13503                 enhancements. See README.claws for usage information.
13504
13505 2002-01-15 [alfons]     0.7.0claws4
13506         
13507         * src/summaryview.c
13508                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13509                 so sorting within threads reflects sort mode
13510
13511 2002-01-15 [christoph]  0.7.0claws3
13512
13513         * src/procmsg.c
13514                 added alertpanel if mail sending failed
13515
13516 2002-01-15 [alfons]     0.7.0claws2
13517         
13518         * src/prefs_filtering.c
13519                 don't stop timer when prefs filtering dialog is opened
13520
13521 2002-01-14 [alfons]     0.7.0claws1
13522
13523         * src/addr_compl.c
13524         * src/prefs.c
13525                 remove debug_print()s for privacy reasons
13526
13527 2002-01-14 [darko]      0.7.0claws
13528
13529         * README.claws
13530                 quotation wrapping is now also in the main branch
13531
13532 2002-01-14 [paul]
13533
13534         * tools/filter_conv.pl
13535                 allow for Boolean Op and case-sensitivity
13536                 this file is included in the release and tagged
13537                 'rel_0_7_0'
13538
13539 2002-01-13 [paul]       0.7.0claws
13540
13541         * release 0.7.0, with cvs tag 'rel_0_7_0'
13542
13543 2002-01-13 [paul]
13544
13545         * tools/filter_conv.pl
13546         * tools/README
13547                 rewritten to output to matcherrc instead of filteringrc
13548
13549         * po/es.po
13550                 updated Spanish translation by Ricardo Mones Lastra
13551
13552 2002-01-13 [alfons]
13553
13554         * po/nl.po
13555                 update dutch translation
13556
13557 2002-01-13 [paul]
13558
13559         * po/pt_BR.po
13560                 Updated by Fabio Junior Beneditto 
13561
13562 2002-01-13 [melvin]     0.6.6claws53
13563
13564         * po/fr.po
13565                 Updated french translation
13566
13567 2002-01-12 [alfons]     0.6.6claws52
13568
13569         * src/filtering.c
13570                 plug mem leak that has been sitting there for ages              
13571
13572 2002-01-12 [alfons]     0.6.6claws51
13573
13574         * src/summaryview.c
13575                 undo melvin's changes from 0.6.6claws48 because summary
13576                 view now refuses to select first unread message when
13577                 selecting a folder 
13578
13579 2002-01-11 [alfons]     0.6.6claws50
13580
13581         * src/import.c
13582                 use claws' semantics for getting folder item when
13583                 importing an mbox file into a folder 
13584                 (submitted by Dale P. Smith)
13585
13586 2002-01-11 [christoph]  0.6.6claws49
13587
13588         * src/prefs.h
13589                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13590                 toggle widget, because non static prefs can not use
13591                 prefs_set_* functions
13592         * src/prefs_account.c
13593                 toggle smtp auth password field sensitivity if
13594                 user id is empty and add descrition of usage for
13595                 these fields
13596         * src/prefs_folder_item.c
13597                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13598                 callbacks
13599
13600 2002-01-11 [melvin]     0.6.6claws48
13601
13602         * src/compose.c
13603                 fix the 'Ctrl-Enter' feature for sending and test really
13604                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13605                 editables which was not documented in Gtk)
13606
13607         * src/summaryview.c
13608                 Made summaryview refresh after sorting and not before.
13609
13610 2002-01-11 [christoph]  0.6.6claws47
13611
13612         * src/compose.c
13613                 select account from account ids if possible and
13614                 correctly set save folder for copy in reedit
13615
13616 2002-01-10 [paul]       0.6.6claws46
13617
13618         * sync with sylpheed 0.7.0 release
13619                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13620                 2002-01-09
13621
13622 2002-01-09 [alfons]
13623
13624         * src/summaryview.c
13625                 remove more dirt traces...
13626
13627 2002-01-09 [alfons]
13628         
13629         * src/summaryview.c
13630                 clean up some traces of my debugging stuff
13631
13632 2002-01-09 [alfons]     0.6.6claws45
13633
13634         * src/filtering.c
13635                 break up filteringprop_apply() in three separate pieces
13636                 so we can drop messages that failed processing in the
13637                 inbox
13638
13639         * src/summaryview.c
13640                 fix bug #469598 "no refresh of inbox after filter" which 
13641                 was introduced by the new summary view locking, and which 
13642                 prevented the summary view to update after a manual filter 
13643                 message. claw's filter message requires a summary_show().
13644                 (aargh, summary_show() again! :-)
13645                 
13646 2002-01-07 [alfons]     0.6.6claws44
13647
13648         * src/headerwindow.c
13649         * src/logwindow.c
13650         * src/messageview.c
13651         * src/sourcewindow.c
13652                 bring in Hiro's last 0.7.0 wm class fixes
13653
13654         * tools/sylprint.pl
13655                 bring in Ricardo's fix for sylprint script
13656
13657         * AUTHORS       
13658         * src/rfc2015.[ch]
13659         * src/prefs_common.[ch]
13660         * src/prefs_account.[ch]
13661         * src/compose.c
13662                 clean up account preference poison in rfc2015,
13663                 and preparation to fix double sign bug 
13664                 (patch submitted by Simon 'corecode' Schubert)
13665
13666 2002-01-07 [christoph]  0.6.6claws43
13667
13668         * src/mh.c
13669                 search for free message number, do not only rely
13670                 on last_num
13671         * src/send.c
13672                 fix smtp auth and use extra account information
13673                 if available, if not use pop3 data instead
13674                 (closes bug #500341)            
13675         * src/ssl.[ch]
13676                 match coding style
13677
13678 2002-01-06 [alfons]     0.6.6claws42
13679
13680         * src/mainwindow.c
13681                 try making the separate windows work again...
13682
13683 2002-01-06 [alfons]     0.6.6claws41
13684
13685         * src/mainwindow.c
13686                 adapt Hiro's separate window menu (to get rid of the funny
13687                 duplicate menu items), and make it work again
13688
13689 2002-01-06 [alfons]     0.6.6claws40
13690
13691         * tools/Makefile.am
13692         * tools/sylprint.rc
13693         * tools/sylprint.pl
13694         * tools/README.sylprint
13695                 add sylprint script for printing mails from Sylpheed
13696                 (contributed by Ricardo Mones Lastra)
13697
13698         * src/acount.c
13699                 clean up
13700
13701 2002-01-06 [melvin]     0.6.6claws39
13702
13703         * src/mainwindow.c
13704         * src/summaryview.c
13705                 Fixed crash introduced in 0.6.6claws38 by the menu
13706                 reorganisation (Hide read messages)
13707         
13708         * ChangeLog.claws 
13709                 Fixed typo (we are now in 2002, alfons ;) )
13710
13711 2002-01-05 [alfons]     0.6.6claws38
13712
13713         * sync with sylpheed 0.6.6cvs10-17
13714                 (last stuff marked as LAST_STABLE)
13715
13716 2002-01-04 [melvin]     0.6.6claws37
13717
13718         * src/account.c
13719                 Made account selection code use strcasestr again instead of
13720                 g_strcasecmp (fixes bug where reediting queued messages
13721                 did not select proper account reported by T. Link).
13722         
13723         * src/folderview.c
13724                 Fix bug where folder icons are not shown when 'hide read messages'
13725                 is on.
13726         
13727         * src/stock_pixmaps.[ch]
13728                 Added folder icons for 'hide read messages'.
13729         
13730         * src/compose.c
13731                 Fixed bug where 'Enter' in a header entry will send the message 
13732                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13733
13734 2002-01-03 [melvin]     0.6.6claws36
13735         
13736         * src/prefs.[ch]
13737                 Added popup menu for common preferences and
13738                 account preferences (right click on tab displays
13739                                 a menu of all tabs.)
13740
13741 2002-01-02 [melvin]     0.6.6claws35
13742
13743         * src/gtkspell.[ch]
13744                 Made spelling code compatible with undo/redo feature.
13745                 Added creation of suggestion mode menu for the general
13746                         preferences.
13747         
13748         * src/prefs_common.[ch]
13749                 Added option menu for the speller's suggestion mode.
13750                 Added missing spaces in "..." buttons and made a "..."
13751                         button non translatable!
13752         
13753         * src/compose.c
13754                 Made speller use the default suggestion mode.
13755                 Hack to make it possible to choose 'CTRL-Enter' as a
13756                         shortcut for sending (and only for sending).
13757
13758         * src/prefs_folder_item.c
13759                 Changing subject simplification does not update cache 
13760                         anymore (because it is unnecessary).
13761                 Fixed bug where changing subject simplification updated the 
13762                         summaryview even when the viewed folder is not the
13763                         folder which properties are being changed. (E.g. 
13764                                         viewing folder A and changing
13765                                         the subject simplification of 
13766                                         folder B -not being viewed- updated the 
13767                                         summaryview of folder A with data of
13768                                         folder B). (Hope this is clear... )
13769
13770 2001-12-31 [alfons]     0.6.6claws34
13771         
13772         * src/ldif.c
13773         * src/mutt.c
13774                 fgetc() returns a signed integer which doesn't
13775                 fit in a char. so c truncates this to a char
13776                 but we may lose significant bits. i.e. we may
13777                 comparing 0xFF which may not be equal to -1
13778                 unless properly casted to signed char which
13779                 we won't do because fgetc() returns a signed
13780                 integer which doesn't fit in a char. so c 
13781                 truncates this to a char but we may lose 
13782                 significat bits. (you got the idea, thanks
13783                 to Gustavo Noronha Silva <kov@debian.org>
13784                 and the Debian folks!)
13785
13786 2001-12-30 [alfons]     0.6.6claws33
13787
13788         * src/prefs_common.c
13789                 add #ifdef USE_PSPELLs that Melvin forgot               
13790
13791 2001-12-30 [melvin]     0.6.6claws32
13792         
13793         * src/prefs_common.[ch]
13794                 Added configurable color for misspelled words.
13795
13796         * src/gtkspell.[ch]
13797                 Fixed bug of foreground text color (reported by David
13798                                 Mehrmann)
13799                 Added configurable color for misspelled words.
13800
13801 2001-12-30 [alfons]     0.6.6claws31
13802
13803         * src/folder.c
13804                 remove unnecessary things someone put there
13805
13806         * src/mh.c
13807         * src/folder.[ch]
13808                 make folder properties (like threading and sorting) persistent
13809                 (closes bug #497424 "rescan folder tree resets proprieties")
13810                 currently this is only for MH folders. 
13811
13812 2001-12-29 [melvin]     0.6.6claws30
13813
13814         * src/string_match.[ch]
13815                 Optimized a bit: regexp pattern buffer compiled only once, and
13816                   one subroutine call removed. Fixed ^ regexp search: Now, 
13817                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13818         
13819         * src/summaryview.c
13820                 Subject filtering changed to filter summary columns and
13821                   not directly the messages subject cache. The loss in 
13822                   performance is balanced by the improvement of string_match.
13823                 Added an alert panel if there is an error in the regexp.
13824
13825         * src/src/prefs_folder_item.h
13826                 Added a regexp pattern buffer.
13827
13828 2001-12-28 [alfons]     0.6.6claws29
13829
13830         * src/string_match.[ch]
13831                 clean up name space
13832                 allow compilation *BSD
13833
13834 2001-12-27 [alfons]     0.6.6claws28
13835
13836         * src/filter.c
13837                 sync the Hiro's bug fix for BSD
13838
13839 2001-12-27 [melvin]     0.6.6claws27
13840         
13841         * src/compose.c
13842                 Simplify focus to subject entry code.
13843
13844 2001-12-27 [darko]      0.6.6claws26
13845
13846         * src/filtering.c
13847         * src/mbox_folder.c
13848         * src/messageview.c
13849         * src/mh.c
13850         * src/procheader.[ch]
13851         * src/procmsg.h
13852         * src/stock_pixmap.[ch]
13853         * src/summaryview.c
13854                 Show key icon for encrypted mails in summary view
13855
13856         * src/pixmaps/clip.xpm
13857         * src/pixmaps/clipkey.xpm
13858         * src/pixmaps/key.xpm
13859                 New/modified icons for the above
13860
13861 2001-12-27 [melvin]     0.6.6claws25
13862
13863         * src/prefs_common.c
13864                 Put spell checker options in a separate tab to decrease
13865                 the Common Preferences window height.
13866
13867         * README.claws  
13868                 Update spell checker usage instruction about its options
13869                 location.
13870
13871 2001-12-27 [melvin]     0.6.6claws24
13872
13873         * src/compose.c
13874                 Changed subject entry widget position. Initial focus is
13875                 on the To header instead of the subject entry.
13876                 Creating a new header scrolls the header list to make the
13877                 created one visible. Nevertheless, when automatically filling
13878                 headers, the first one is shown.
13879                 A Tab key press in the last empty header entry zips the 
13880                 focus to the subject entry.
13881                 (I did not change the combo boxes, yet)
13882
13883 2001-12-26 [alfons]     0.6.6claws23
13884
13885         * src/prefs_account.c
13886         * src/inc.c
13887                 allow default inbox to reside in another mailbox (only
13888                 works for POP3 accounts)
13889
13890 2001-12-26 [alfons]     0.6.6claws22
13891         
13892         * src/textview.c
13893                 make reply-on-click work with the account of the selected folder
13894         * src/compose.c
13895                 put a fixme here to remind me to fix finding correct default
13896                 account for nested folders
13897
13898 2001-12-25 [alfons]     0.6.6claws21
13899
13900         * src/summaryview.c
13901                 make column headers display locked and mark pixmaps (idea by Melvin) 
13902                 fix bug by adding score and locked column type to sort array
13903
13904 2001-12-25 [alfons]     0.6.6claws20
13905         
13906         * src/summaryview.c
13907                 catch a *potentially* inadvertent write back of  
13908                 the message cache(s) introduced by 0.6.5claws37
13909
13910 2001-12-25 [christoph]  0.6.6claws19
13911
13912         * src/stock_pixmap.[ch]
13913         * src/summaryview.c
13914                 add ignore thread pixmap
13915                 (can someone draw a better icon for this?)
13916
13917 2001-12-24 [alfons]     0.6.6claws18
13918
13919         * src/prefs_folder_item.c
13920                 make address completion actually work for the
13921                 Default To address in the Folder Property dialog.
13922
13923 2001-12-24 [alfons]     0.6.6claws17
13924         
13925         * src/summaryview.c
13926                 use new style regexp for subject stripping 
13927                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13928
13929 2001-12-24 [darko]      0.6.6claws16
13930
13931         * src/pgptext.c
13932         * src/rfc2015.c
13933                 move GPG related informational messages to debug mode
13934
13935 2001-12-23 [alfons]     0.6.6claws15
13936
13937         * src/stock_pixmap.[ch]
13938         * src/summaryview.c
13939                 add the forgotten Claws' locked pixmap
13940
13941 2001-12-23 [alfons]     0.6.6claws14
13942
13943         * src/filesel.c
13944                 accept file name typed in entry in multi file
13945                 selector (patch submitted by Gustavo Noronha Silva 
13946                 <kov@debian.org>)
13947
13948 2001-12-23 [alfons]     0.6.6claws13
13949
13950         * src/prefs_filter.c
13951         * src/prefs_filtering.c
13952         * src/matcher.c
13953         * src/importmutt.c
13954                 clean up a little bit
13955         
13956         * src/string_match.c
13957                 validate input strings a little bit more
13958
13959 2001-12-23 [alfons]     0.6.6claws12
13960
13961         * src/Makefile.am
13962         * src/summaryview.c
13963         * src/string_match.[ch]         ** NEW **
13964         * src/folderview.[ch]
13965         * src/headerview.h
13966         * src/folder.[ch]
13967         * src/prefs_folder_item.[ch]
13968                 add subject simplification to strip out strings from
13969                 a subject line (esp. handy for mailing lists). 
13970                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13971                 but slightly changed things for better integration.)
13972
13973 2001-12-23 [alfons]     0.6.6claws11
13974
13975         * src/mainwindow.c
13976                 fix bug introduced by submission included in 0.6.5claws52.
13977                 ideally this submission should clean the trash if any trash
13978                 folder has a message. however, the hasTrash variable was
13979                 set to false whenever a trash folder was empty (discarding
13980                 a previously found *filled* trash folder.)
13981
13982                 also edited the code a little bit and made it more safe.
13983
13984 2001-12-22 [alfons]     0.6.6claws10
13985
13986         * src/imap.c
13987                 quick fix for Martin Pool's omission of an account
13988                 specific SSL setting
13989
13990 2001-12-22 [alfons]     0.6.6claws9
13991
13992         * src/compose.c
13993         * src/messageview.c
13994         * src/mimeview.c
13995         * src/pgptext.c
13996         * src/procmime.[ch]
13997                 better support for multipart/digest (submitted
13998                 by Fredrik <e98fo@efd.lth.se>)
13999
14000 2001-12-22 [alfons]     0.6.6claws8
14001
14002         * src/addressbook.c
14003                 correct function signature
14004         * src/socket.[ch]
14005         * src/imap.[ch]
14006         * src/prefs_account.[ch]
14007                 allow IMAP over SSH tunnel (patch submitted by 
14008                 Martin Pool <mbp@samba.org>)
14009
14010 2001-12-21 [alfons]     0.6.6claws7
14011
14012         * sync with sylpheed 0.6.6cvs4-9
14013                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14014
14015 2001-12-21 [christoph]  0.6.6claws6
14016
14017         * src/compose.c
14018         * src/prefs_folder_item.[ch]
14019                 implement saving of outgoing messages to current folder.
14020                 fix segfault when no default outbox is available
14021                 (closes bug #495683)
14022
14023 2001-12-21 [carsten]    0.6.6claws5
14024         * src/folderview.c
14025         * src/summaryview.c
14026                 pressing CTRL while DND does now the expected thing and
14027                 copies the mail (moving is still the default, as this
14028                 seam more appropriate for handling mails by DND)
14029
14030 2001-12-18 [paul]       0.6.6claws4
14031
14032         * sync with sylpheed 0.6.6cvs3
14033                 see ChangeLog entries 2001-12-18
14034
14035 2001-12-18 [hiro]       0.6.6claws3
14036
14037         * src/undo.c
14038                 fix for multibyte characters (obtain the number of letters
14039                 instead of bytes).
14040
14041 2001-12-17 [paul]       0.6.6claws2
14042
14043         * sync with sylpheed 0.6.6cvs1
14044                 see ChangeLog entry 2001-12-16
14045
14046 2000-12-17 [alfons]     0.6.6claws1
14047
14048         * src/filtering.c
14049                 clean up
14050
14051 2001-12-16 [paul]       0.6.6claws
14052 2001-12-15
14053
14054         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14055
14056         * src/mimeview.c
14057                 last minute sync with main 0.6.6
14058
14059         * po/es.po
14060                 updated by Ricardo Mones Lastra
14061                 update for last minute sync
14062         * po/fr.po
14063         * po/nl.po
14064                 update for last minute sync
14065         * po/de.po
14066                 updated by Jens Oberender
14067         * po/pt_BR.po
14068                 updated by Fabio Junior Beneditto
14069
14070         * src/prefs_common.[ch]
14071         * src/undo.c
14072                 number of undo levels is user configurable
14073                 (squeeze it into the release in the dying
14074                 moments) Submitted by Jens Oberender    
14075
14076 2001-12-15 [melvin]
14077
14078         * po/fr.po
14079                 updated french translation
14080
14081 2001-12-15 [paul]       0.6.5claws92
14082
14083         * sync with sylpheed 0.6.5cvs28
14084                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14085
14086         * po/nl.po
14087                 update to allow for sync
14088
14089 2001-12-15 [alfons]
14090         
14091         * po/nl.po
14092                 update dutch translation
14093
14094 2001-12-14 [carsten]    0.6.5claws91
14095         * src/summaryview.c
14096                 fixed bug #473785; also after changing the column order
14097                 the same message will be selected and displayed as before
14098                 the reordering
14099
14100 2001-12-14 [carsten]    0.6.5claws90
14101         * src/folderview.c
14102                 probably found the bug reported by wwb opening or closing
14103                 a folder tree just before dnd (found the solution in the
14104                 balsa source -- thanks to them)
14105
14106 2001-12-14 [carsten]    0.6.5claws89
14107         * src/gtkutils.c
14108         * src/account.c
14109                 moved gtk_clist_moveto to the right place, so that
14110                 only the accounts dialog is effected on opening
14111
14112 2001-12-14 [carsten]    0.6.5claws88
14113         * src/gtkutils.c
14114                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14115                 now, so that the focused row will be seen in any case
14116                 (reported by wwp on sf-claws-user)
14117
14118 2001-12-14 [darko]      0.6.5claws87
14119
14120         * src/compose.c
14121                 remove unnecessary line
14122
14123 2001-12-14 [paul]       0.6.5claws86
14124
14125         * sync with sylpheed 0.6.5cvs27
14126                 see ChangeLog entries 2001-12-14
14127
14128 2001-12-14 [carsten]    0.6.5claws85
14129         * src/mainwindow.c
14130                 following a suggestion of Melvin the rcoabm pops up
14131                 right under the button now and the button is reliefed
14132                 while the popup is open
14133
14134 2001-12-14 [darko]      0.6.5claws84
14135
14136         * src/compose.c
14137                 fix crash when wrapping long lines if linewrap quotation
14138                 is disabled and wrapper encounters a word spanning more
14139                 than one line
14140
14141 2001-12-13 [paul]       0.6.5claws83
14142
14143         * src/compose.c
14144                 prefer 'Reply-To' header over mailing list header when
14145                 replying to a message. Finally prevent all those confirmation 
14146                 messages being sent to the list itself.
14147
14148         * src/summaryview.c
14149                 remove unused summary_set_menu_sensitive() entry
14150
14151 2001-12-13 [paul]       0.6.5claws82
14152
14153         * src/folderview.c
14154         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14155         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14156         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14157                 improvements to 'Hide read messages': Inbox, Outbox,
14158                 Trash, Queue, and Draft icons now reveal presence of hidden 
14159                 messages
14160
14161 2001-12-12 [alfons]     0.6.5claws81
14162
14163         0.6.5claws80 was tagged as LAST_STABLE
14164
14165         * src/filtering.[ch]
14166         * src/matcher.[ch]
14167         * src/matcher_parser_lex.c
14168                 fix the filtering; my last attempt to get it right, 
14169                 if it does not work, it's Hoa's turn. ;-)
14170
14171                 for my honourable peers:
14172                 
14173                 the code now makes a clear distinction between
14174                 rules as they are displayed (probably escaped),
14175                 and as they are executed (probably unescaped). the
14176                 parser does *NOT* do any unescaping, this is
14177                 the task of the matcher.c (which breaks up a
14178                 rule into condition) and the filtering.c (which
14179                 breaks up the rule's action). to make this
14180                 run happily we provide an unescaped copy of
14181                 crucial strings to the MatcherProp and 
14182                 FilteringAction structures. note that the only
14183                 exception to this is any REGEXP string. those
14184                 are directly passed to regcomp() and regexp()
14185                 (who have much more powerful unescape functions).
14186                 
14187                 for everyone else:
14188         
14189                 you can escape tab (\t), carriage return (\r),
14190                 linefeed (\n), form feed (\f), quote (\"), 
14191                 single quote (\'), bell (\b) in all the entry
14192                 lines in the scoring & filtering dialogs.
14193                 as an added bonus this should not affect
14194                 existing filtering rules.
14195
14196 2001-12-12 [carsten]    0.6.5claws80
14197
14198         * src/summaryview.c
14199         * po/de.po
14200                 "item(s) selected" is now sensitive to 1 or more
14201                 than one selected (nice for language where simple
14202                 adding of a "s" is not possible as German (Eintrag
14203                 ->Eintr"age)
14204                 
14205                 the "forward as attachment" entry from the right
14206                 click menu removed, "forward" acts following the
14207                 prefs
14208         
14209         * src/textview.c
14210                 reverted my former changes; so compiler warning again
14211                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14212                 nevertheless
14213
14214         * src/messageview.c
14215                 "search in message" does now *not* only work in MVIEW_TEXT
14216                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14217                 message
14218
14219         * src/mainwindow.c
14220                 removed "/File/_Close" as it was the same as "/File/E_xit"
14221                 and we don't need it two times
14222
14223                 the separate folder view and message view now get a distinct
14224                 WMCLASS, just in case someone is using sawfish ;-)
14225
14226                 as the menu entries "/View/Message view" and "/View/Folder tree"
14227                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14228                 make them sensitive accordingly and as these two are "shown"
14229                 after startup anytime check this menuitem at startup
14230
14231 2001-12-12 [paul]       0.6.5claws79
14232
14233         * src/folderview.c
14234                 fix sensitivity of 'Search folder...', broken in
14235                 0.6.5claws75
14236
14237         * src/mainwindow.c
14238                 fix dodgy English
14239
14240 2001-12-11 [carsten]    0.6.5claws78
14241         * src/filtering.c
14242                 fixed two typos returning a wrong FALSE/TRUE
14243         * src/mainwindow.[ch]
14244                 extra menu for email/news button removed
14245
14246 2001-12-11 [alfons]     0.6.5claws77
14247         
14248         * src/matcher.c                 (1.3)
14249         * src/matcher_parser_lex.l      (1.28)
14250                 revert for another attempt
14251                 mark 0.6.5claws77 as LAST_STABLE
14252
14253 2001-12-11 [christoph]  0.6.5claws76
14254
14255         * po/de.po
14256                 fixed wrong translation for prev. unread msg
14257
14258 2001-12-11 [paul]       0.6.5claws75
14259
14260         * src/folder.[ch]
14261         * src/folderview.c
14262         * src/mainwindow.c
14263         * src/summaryview.[ch]
14264         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14265                 enable ability to hide read messages on per folder basis via 
14266                 '/Summary/Hide read messages'; when selected, a folder will 
14267                 have a red open folder icon, instead of a blue icon, if the 
14268                 folder contains hidden messges
14269                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14270
14271         * src/mainwindow.c
14272                 remove '/Message/Forward as attachment' from 
14273                 main_window_set_menu_sensitive() to prevent debug warning
14274
14275         * src/folderview.c
14276         * src/mainwindow.c
14277                 Clean up some of the English
14278
14279         * tools/newscache_clean.pl
14280                 allow for new 'hidereadmsgs' entry in folderlist.xml
14281
14282         * po/es.po
14283                 updated translation, submitted by Ricardo Mones Lastra
14284
14285 2001-12-11 [paul]       0.6.5claws74
14286
14287         * sync with sylpheed 0.6.5cvs25
14288                 see ChangeLog entry 2001-12-11
14289
14290 2001-12-10 [alfons]     0.6.5claws73
14291
14292         * src/matcher.c
14293                 add more control characters
14294         * src/matcher_parser_lex.l
14295                 make escaping / unescaping work again
14296
14297 2001-12-10 [alfons]     0.6.5claws72
14298
14299         * src/imap.c
14300                 clean up warnings "returning value for void function" 
14301         * src/prefs_filtering.c
14302                 make info button for execute action sensitive
14303
14304 2001-12-10 [paul]       0.6.5claws71
14305
14306         * src/compose.c
14307         * src/imap.[ch]
14308         * src/summaryview.c
14309                 fix: imap server now gets informed of MARKED, UNMARKED
14310                 and REPLY events. Now people can use different IMAP-Mail
14311                 clients and have the exact same information about MARKED,
14312                 UNMARKED and REPLY status with all of them. Especially
14313                 useful for imap servers with a web-frontend.
14314                 submitted by Tobias Sandhaas <medlor@web.de>
14315
14316 2001-12-09 [melvin]     0.6.5claws70
14317         
14318         * src/textview.[ch]
14319                 fixed bug #490076 (hunted down by Alfons who implemented
14320                 a workaround in 0.6.5claws65)
14321
14322 2001-12-09 [christoph]  0.6.5claws69
14323
14324         * src/summaryview.c
14325                 set pointer to string in LOCKED column to NULL
14326                 (might fix bug #490800)
14327
14328 2001-12-09 [carsten]    0.6.5claws68
14329
14330         * po/de.po
14331                 resolved some cluttered menu shortcuts 
14332                 ('creating new email' and 'creating news message'
14333                 hade the same)
14334         * src/compose.c
14335                 wmclass now distinc from main window
14336         * src/mainwindow.c
14337           src/mainwindow.h
14338                 email/news and forward button functionality similar
14339                 to the reply buttons; removed the ugly dropdown arrows
14340                 and use instead the right mouse button
14341
14342 2001-12-09 [paul]       0.6.5claws67
14343
14344         * src/imap.c
14345         * src/utils.h
14346                 allow spaces in imap folder names
14347                 submitted by Willem van Engen <wvengen@stack.nl>
14348
14349 2001-12-09 [paul]       0.6.5claws66
14350
14351         * sync with sylpheed 0.6.5cvs24
14352                 see ChangeLog entry 2001-12-09
14353
14354 2001-12-08 [alfons]     0.6.5claws65
14355
14356         * src/textview.c
14357                 prevent secondary selection claim after "add to sender" dialog
14358                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14359                 we trick GTK by simulating a click at (0, 0) in the textview.
14360
14361 2001-12-08 [hoa]        0.6.5claws64
14362
14363         * src/folder.c
14364                 fixed a bug about the .processing folder name while filtering
14365
14366 2001-12-08 [alfons]     0.6.5claws63
14367
14368         * src/folderview.c 
14369                 work around problem of not correctly updating folder stats
14370                 when deleting messages. there's some folder scanning evil
14371                 going so the folderview_update_msg_num() does not work
14372                 correctly. need to investigate this.
14373
14374 2001-12-08 [paul]       0.6.5claws62
14375
14376         * sync with sylpheed 0.6.5cvs23
14377                 see ChangeLog entry 2001-12-08
14378
14379 2001-12-07 [christoph]  0.6.5claws61
14380
14381         * src/compose.c
14382                 fix another header translation problem
14383
14384 2001-12-07 [alfons]     0.6.5claws60
14385
14386         * src/mbox.c
14387                 make filtering also work on local spool mbox
14388
14389 2001-12-07 [carsten]    0.6.5claws59
14390         * src/addressbook.c
14391                 addressbook window gets a wmclass distinct from the main
14392                 sylpheed window
14393         * src/compose.h
14394         * src/mainwindow.[ch]
14395                   forward menu item will use mode selected in prefs, forward 
14396                 as attatchment in menu removed (will be substituted in the
14397                 toolbar similar to reply buttons)
14398                   create news message menu entry and news button is now 
14399                 sensitive to the existance of a news account
14400         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14401         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14402         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14403                 these are removed because the toolbar buttons don't show
14404                 the quoting modus any longer
14405
14406 2001-12-07 [paul]
14407
14408         * tools/newscache_clean.pl      ** NEW FILE **
14409                 perl script to do some tidying up in the newscache directory 
14410                 
14411         * tools/sylpheed-switcher       ** NEW FILE **
14412                 perl script to enable easy switching between main and claws
14413                 
14414         * tools/README
14415                 added descriptions of the two new perl scripts          
14416
14417
14418 2001-12-07 [melvin]     0.6.5claws58
14419
14420         * src/messageview.c
14421                 fixed a warning during compilation introduced in 0.6.5claws56
14422
14423 2001-12-07 [paul]       0.6.5claws57
14424
14425         * src/mainwindow.[ch]
14426         * src/menu.[ch]
14427                 further usability enhancements to replying with or without 
14428                 quoting via the toolbar, use of Ctrl key is replaced by 
14429                 drop down menu 
14430                 Submitted by Carsten Schurig            
14431
14432 2001-12-07 [melvin]     0.6.5claws56
14433
14434         * src/messageview.c
14435                 hack to fix bug that prevented to make/paste selections
14436                 after switching between MVIEW_TEXT and MVIEW_MIME views
14437                 without deselecting the selection first.
14438
14439 2001-12-06 [alfons]     0.6.5claws55
14440
14441         * src/filtering.[ch]
14442         * src/inc.c
14443                 revise filtering a little bit more, and make sure
14444                 messages are delivered to the appropriate inbox
14445                 (perhaps set per account)
14446
14447 2001-12-06 [paul]       0.6.5claws54
14448
14449         * sync with sylpheed 0.6.5cvs22
14450                 see ChangeLog entry 2001-12-06
14451
14452 2001-12-05 [alfons]     0.6.5claws53
14453
14454         * src/inc.c
14455         * src/folder.[ch]
14456         * src/procmsg.c
14457         * src/filtering.c
14458                 more revisions of filtering system
14459                 (last stable version is marked as LAST_STABLE)
14460                 
14461                 | NOTE 1): the filtering system now uses a local folder called
14462                 | .processing. if filtering fails, check this directory
14463                 | for missing messages.
14464                 |
14465                 | NOTE 2): help us find the filtering actions still missing
14466
14467 2001-12-05 [paul]       0.6.5claws52
14468
14469         * src/mainwindow.c
14470                 fix bug where 'Empty Trash?' pop-up window appears even
14471                 when Trash is empty, submitted by Jesse Skinner         
14472
14473 2001-12-05 [melvin]     0.6.5claws51
14474
14475         * src/compose.c
14476                 fixed bug #486106 to select correct account when reediting 
14477                 a queued message
14478         
14479 2001-12-04 [alfons]     0.6.5claws50
14480
14481         * src/mh.c
14482                 declare markfile in appropriate functions when
14483                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14484                 for spotting this)
14485
14486 2001-12-04 [paul]       0.6.5claws49
14487
14488         * sync with sylpheed 0.6.5cvs21
14489                 see ChangeLog entry 2001-12-04
14490
14491 2001-12-03 [christoph]  0.6.5claws48
14492
14493         * po/de.po
14494                 changed translation of undo
14495         * src/account.c
14496         * src/folder.c
14497                 don't reinvent the wheel to traverse a GNode
14498         * src/compose.[ch]
14499                 seperate code to create the compose gui into functions
14500                 add "Others" page with folder selection for saving copy
14501                 of the message.
14502                 the folder identifier is saved to queue header
14503         * src/procmsg.c
14504                 save message to folder in queue header
14505
14506 2001-12-03 [paul]       0.6.5claws47
14507
14508         * sync with sylpheed 0.6.5cvs20
14509                 see ChangeLog entry 2001-12-03
14510
14511 2001-12-01 [paul]
14512
14513         * more sync with sylpheed 0.6.5cvs19
14514                 see ChangeLog entry 2001-11-29
14515
14516 2001-11-30 [paul]       0.6.5claws46
14517         
14518         * src/compose.c
14519                 remove conflicts introduced by Hoa's last commit
14520          
14521         * src/mainwindow.c
14522                 make 'Message/Bounce' sensitive
14523
14524 2001-11-30 [hoa]        0.6.5claws45
14525
14526         * src/compose.c
14527                 slightly change bounce function to add
14528                 information about the user that bounced the mail
14529                 in the From header line.
14530
14531         * src/folderview.c
14532                 permit the use of processing in outbox folder.
14533
14534 2001-11-29 [paul]       0.6.5claws44
14535
14536         * src/mainwindow.[ch]
14537         * src/prefs_common.c
14538         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14539         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14540         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14541                 usability enhancements to the quoting, implements
14542                 use of Ctrl key to toggle quoting settings
14543                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14544
14545 2001-11-29 [paul]       0.6.5claws43
14546         
14547         * sync with sylpheed 0.6.5cvs19
14548                 see ChangeLog entry 2001-11-28
14549
14550 2001-11-29 [melvin]     0.6.5claws42
14551         * src/Makefile.am
14552                 added enriched.[ch] to the list of files
14553
14554         * src/textview.c
14555         * src/mimeview.c
14556         * src/procmime.[ch]
14557         * src/enriched.[ch]
14558                 added support to view text/enriched
14559                 added support to show headers in message view for text/enriched and text/html
14560                         in non multipart messages
14561
14562 2001-11-28 [paul]       0.6.5claws41
14563
14564         * more sync with sylpheed 0.6.5cvs18
14565                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14566
14567 2001-11-27 [paul]       0.6.5claws40
14568         
14569         * po/pt_BR.po
14570                 updated translation, submitted by Fabio Junior Beneditto
14571                 
14572         * sync with sylpheed 0.6.5cvs18
14573                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14574                 2001-11-27
14575
14576
14577 2001-11-26 [paul]
14578
14579         * po/es.po
14580                 updated translation, submitted by Ricardo Mones Lastra
14581
14582 2001-11-26 [alfons]
14583
14584         * src/matcher.c
14585                 add more translatable strings
14586
14587 2001-11-26 [christoph]  0.6.5claws39
14588
14589         * po/de.po      
14590                 fixed one more umlaut
14591         * src/compose.c
14592                 fix translated header when it should not be translated
14593
14594 2001-11-26 [paul]       0.6.5claws38
14595
14596         * src/mainwindow.c
14597                 remove '/Message/Add Sender to address book' from 
14598                 main_window_set_menu_sensitive(), prevent debug warning
14599                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14600
14601 2001-11-26 [paul]       0.6.5claws37
14602
14603         * src/summaryview.c
14604                 fix 'recurring unread state' bug 
14605
14606         * tools/README 
14607         * tools/filter_conv.pl
14608                 read name of top level mailbox from folderlist.xml
14609                 and presume nothing about its name              
14610
14611 2001-11-26 [darko]      0.6.5claws36
14612
14613         * src/gtkstext.[ch]
14614                 removed functions that are now in gtkutils.c
14615                 use gtkut_text_is_uri_string() from gtkutils.c
14616         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14617
14618 2001-11-26 [paul]       0.6.5claws35
14619
14620         * sync with sylpheed 0.6.5cvs16
14621                 see ChangeLog entries 2001-11-25 and 2001-11-26
14622
14623 2001-11-25 [alfons]     0.6.5claws34
14624
14625         EXPERIMENTAL!!! Please checkout the last stable version using: 
14626           
14627         % cvs update -r LAST_STABLE -dRAP
14628
14629         (Or help us testing this stuff.)
14630
14631         * src/filtering.c               (1.14)
14632         * src/filtering.h               (1.6)
14633         * src/inc.c                     (1.28)
14634         * src/matcher.c                 (1.20)
14635         * src/mbox.c                    (1.9)
14636         * src/procmsg.h                 (1.14)
14637         * src/summaryview.c             (1.59)
14638         * src/summaryview.h             (dunno)
14639                 revert/merge/sync to as it was before commit 
14640                 on Thu, 19 Jul 2001 10:15:51 -0700.
14641
14642 2001-11-25 [hoa]        0.6.5claws33
14643
14644         * src/main.c
14645                 processing mails at startup
14646
14647         * src/folderview.c
14648         * src/summaryview.[ch]
14649                 processing mails when entering folder
14650
14651         * src/prefs_filtering.c
14652                 fixed some UI bugs
14653
14654 2001-11-24 [alfons]     0.6.5claws32
14655
14656         * src/summaryview.[ch]
14657                 make summary sort headers work, and also make
14658                 sure the sort type is stored
14659
14660 2001-11-23 [alfons]     0.6.5claws31
14661
14662         * src/summaryview.[ch]
14663                 make lock work like mark
14664                 disallow deleting messages marked as locked
14665
14666 2001-11-23 [alfons]     0.6.5claws30
14667
14668         * src/gtkstext.c
14669         * src/compose.[ch]
14670         * src/Makefile.am
14671         * src/undo.[ch]
14672                 merge undo patch submitted by Jens
14673
14674 2001-11-23 [christoph]  0.6.5claws29
14675
14676         * src/.cvsignore
14677                 added ylwrap
14678         * src/compose.c
14679                 fixed gpg signing and encoding
14680         * src/folder.[ch]
14681         * src/main.c
14682                 added --status option to get new, unread and total
14683                 message count from a running sylpheed
14684         * src/prefs_common.c
14685                 temporary fix for reply_with_quote problem
14686                 (don't call functions for non existing widget)
14687         * src/procmsg.c
14688                 one more check for ignored threads but still not
14689                 always working correctly. probably a recursive
14690                 check for all parents is needed
14691
14692 2001-11-23 [darko]      0.6.5claws28
14693
14694         * src/compose.c
14695                 wrapping on send improvements
14696         * src/gtkutils.[ch]
14697                 fix for GtkSText after last sync with main branch
14698                 GTK_TEXT -> GTK_STEXT
14699
14700 2001-11-23 [paul]       0.6.5claws27
14701
14702         * sync with sylpheed 0.6.5cvs14
14703                 see ChangeLog entries 2001-11-22 and 2001-11-23
14704                 
14705         * po/de.po
14706                 fixed the scrambled umlauts 
14707                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14708
14709 2001-11-21 [paul]       0.6.5claws26
14710
14711         * sync with sylpheed 0.6.5cvs12
14712                 see 2nd ChangeLog entry dated 2001-11-20
14713
14714 2001-11-20 [paul]       0.6.5claws25
14715
14716         * sync with sylpheed 0.6.5cvs11
14717                 see ChangeLog entry 2001-11-19 (src/utils.c)
14718
14719 2001-11-20 [hiro]
14720
14721         * src/compose.c
14722                 GTK_TEXT -> GTK_STEXT
14723                 fix for wrong comment
14724
14725 2001-11-20 [hiro]       0.6.5claws24
14726
14727         * src/compose.[ch]
14728                 more merges from main branch
14729                 removed fatal warnings (uninitialized variables etc.)
14730                 some coding style fix
14731         * src/gtkutils.h
14732                 fixed typo.
14733         * src/addressbook.c
14734           src/addrindex.c
14735                 V-Card -> vCard
14736
14737 2001-11-19 [hoa]        0.6.5claws23
14738
14739         * src/filtering.c
14740         * src/prefs_scoring.c
14741         * src/matcher.[ch]
14742         * src/scoring.c
14743                 cleaning code
14744
14745         * src/matcher_parser_parse.y
14746         * src/prefs_filtering.c
14747                 bouncing
14748
14749 2001-11-19 [alfons]     0.6.5claws22
14750
14751         more of my old things into claws
14752
14753         * src/Makefile.am
14754         * src/prefs_common.c
14755         * src/procmsg.h
14756         * src/summaryview.[ch]
14757         * src/prefs_summary_column.c
14758         * src/pixmaps/locked.xpm
14759                 add indicators for locking of message in summary view
14760                 (does not work yet, only visual indicator)
14761
14762 2001-11-19 [paul]       0.6.5claws21
14763
14764         * sync with sylpheed 0.6.5cvs10
14765                 see ChangeLog entry 2001-11-19
14766
14767 2001-11-18 [alfons]     0.6.5claws20
14768         
14769         * src/filtering.c
14770                 remove an inadvertent free I forgot in previous clean up 
14771
14772 2001-11-18 [alfons]     0.6.5claws19
14773
14774         * src/filtering.[ch]
14775                 clean up & plug leaks
14776
14777 2001-11-18 [paul]       0.6.5claws18
14778
14779         * sync with sylpheed 0.6.5cvs9
14780                 see ChangeLog entries 2001-11-17 and 2001-11-18
14781
14782 2001-11-16 [paul]       0.6.5claws17
14783
14784         * sync with sylpheed 0.6.5cvs8
14785                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14786
14787 2001-11-16 [paul]       0.6.5claws16
14788
14789         * sync with sylpheed 0.6.5cvs7
14790                 see ChangeLog entries 2001-11-15 and 2001-11-16
14791
14792 2001-11-15 [hoa]        0.6.5claws15
14793
14794         * src/compose.c
14795                 fix bounce, mails we received couln't be bounced to ourself.
14796
14797         * src/defs.h
14798         * src/filtering.[ch]
14799         * src/matcher.[ch]
14800         * src/matcher_parser.h
14801         * src/matcher_parser_lex.l
14802         * src/matcher_parser_parse.y
14803         * src/inc.c
14804         * src/main.c
14805         * src/mbox.c
14806         * src/prefs_filtering.[ch]
14807         * src/mainwindow.c
14808         * src/prefs_matcher.c
14809         * src/prefs_scoring.c
14810         * src/scoring.[ch]
14811         * src/summaryview.c
14812                 new matcher/filter/score configuration file parser
14813                 one unique configuration file => ~/.sylpheed/matcherrc
14814                 import in currently automatic, then save are made
14815                 in this new file.
14816                 one filter per folder and one global filter
14817                 (filter of a folder will be used as folder processing)
14818
14819         * src/folder.c
14820                 fix a bug in folder_item_get_identifier
14821                 
14822         * src/messageview.c
14823                 receive receipt return are fixed.
14824
14825 2001-11-14 [alfons]     0.6.5claws14
14826
14827         * src/session.h
14828                 add things from main branch to make claws compile
14829
14830 2001-11-14 [paul]       0.6.5claws13
14831
14832         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14833                 see ChangeLog entries 2001-11-08 to 2001-11-14
14834
14835 2001-11-14 [hoa] 0.6.5claws12
14836
14837         * src/compose.[ch]
14838         * src/mainwindow.c
14839         * src/summaryview.c
14840                 add "bounce mail" option
14841
14842 2001-11-13 [christoph]  0.6.5claws11
14843
14844         * src/compose.c
14845                 Cleanup a mess i add before commiting
14846
14847 2001-11-13 [hoa]        0.6.5claws10
14848
14849         * src/compose.c
14850                 some fixes when mail are sent or
14851                 for crossposts
14852
14853 2001-11-13 [christoph]  0.6.5claws9
14854
14855         * po/de.po
14856                 Changed two string with the same translation
14857         * src/compose.c
14858         * src/procmsg.[ch]
14859         * src/send.[ch]
14860                 New mailsending process:
14861                   - Always queue message before sending
14862                     (message will be saved if sylpheed crashed or
14863                      freezes while sending)
14864                   - Allow queuing of newspostings
14865                   - No copy in outbox before sending
14866                     (closes bug #469501)
14867                   - No more redundant code for send and send_later
14868         * src/summaryview.c
14869                 Applied wwp <subscript@free.fr>'s patch that fixes
14870                 marks for multiple forwarded messages (+compose.c)
14871
14872 2001-11-12 [alfons]
14873
14874         * README.claws
14875                 remove things that are now in main branch
14876         
14877         * po/nl.po
14878                 update Dutch translation
14879
14880 2001-11-12 [mhadasht]   0.6.5.claws8
14881
14882         * src/prefs_common.c
14883                 re-enabled account autoselection feature for forward
14884                 and reedit lost during the branch point for SYNC-B4-REL
14885         * src/gtkspell.c
14886                 gtkpspell_get_dict(): more readable code (even if function is
14887                 not used yet)
14888         * ChangeLog.claws
14889                 added version number info to 2001-11-12 [hiro] comment.
14890
14891 2001-11-12 [hiro]       0.6.5.claws7
14892
14893         * src/compose.c
14894                 compose_forward(): fixed a bug that forward quote mark
14895                 wasn't used.
14896                 removed unnecessary code.
14897         * src/template_select.[ch]: removed.
14898
14899 2001-11-11 [alfons]
14900
14901         * src/compose.c
14902                 :%s/GTK_TEXT/GTK_STEXT/g
14903         
14904         * src/compose.[ch]
14905         * src/undo.[ch]
14906         * src/Makefile.am
14907                 revert the undo stuff (this is 0.6.6claws stuff)
14908
14909 2001-11-11 [hoa]        0.6.5.claws6
14910
14911         * src/compose.[ch]
14912                 Insert signature at the end of the text.
14913                 Added undo patch but currently disabled
14914
14915         * src/procmsg.c
14916                 Threading by subject improved.
14917
14918         * added src/undo.[ch]
14919                 Undo module for compose dialog box.
14920
14921 2001-11-11 [alfons]     0.6.5.claws5
14922
14923         * src/procmsg.c
14924                 prevent threading by subject on nodes that have already been
14925                 threaded by in-reply-to (as in "circular references in a tree
14926                 result in a dead branch")
14927
14928 2001-11-09 [hoa]        0.6.5.claws4
14929         
14930         * src/folderview.c
14931                 allows creation of mbox folder item from any files.
14932
14933 2001-11-09 [alfons]     0.6.5.claws3
14934         
14935         * src/utils.c
14936         * src/procmsg.c
14937                 do what I mean and correct threading by subject so it really
14938                 ignores attracting lines without "Re: "
14939
14940 2001-11-07 [alfons]     0.6.5.claws2
14941
14942         * src/procmsg.c
14943         * src/utils.[ch]
14944                 only attract by subject if a subject line starts with a "Re: "
14945         * src/syldap.c
14946                 remove warning
14947
14948 2001-11-07 [paul]       0.6.5claws1
14949
14950         * sync with sylpheed 0.6.5. release
14951                 see ChangeLog entry 2001-11-07
14952
14953 2001-11-07 [paul]       0.6.4claws31
14954
14955         * sync with sylpheed 0.6.4cvs18
14956                 see ChangeLog entries 2001-10-30 to 2001-11-07
14957                 prefs_templates.[ch] renamed prefs_template.[ch]
14958
14959 2001-11-06 [alfons]
14960         
14961         * src/utils.h
14962                 add semicolon Hoa forgot ;-)
14963                 
14964
14965 2001-11-06 [hoa]        0.6.4claws30
14966         
14967         * src/procmsg.c
14968         * src/summaryview.c
14969         * src/utils.c
14970         * src/utils.h
14971                 threading by subject - empty subject are ignored
14972
14973 2001-11-06 [christoph]  0.6.4claws29
14974
14975         * src/socket.c
14976                 use SSL_peek for sock_gets
14977         * src/utils.c
14978                 removed unneeded pointer in extracting quoted
14979                 names implementation
14980
14981 2001-11-06 [melvin]     0.6.4claws28
14982
14983         * src/gtkspell.c
14984                 fixed bug #476792 Selection overtyping with spell checker
14985                 fixed bug which could cause a buffer overflow
14986                 fixed a memory leak
14987
14988 2001-11-06 [hoa]        0.6.4claws27
14989         
14990         * src/procmsg.c
14991         * src/summaryview.c
14992                 threading by subject
14993
14994 2001-11-05 [alfons]     0.6.4claws26
14995         
14996         * README.claws
14997                 Claws -> Sylpheed (vice versa)
14998
14999         * src/compose.c
15000                 :%s/gtk_text/gtk_stext/g
15001                 :%s/GTK_TEXT/GTK_STEXT/g
15002                 (thanks to Jonathan Ware for spotting this)
15003
15004 2001-11-04 [christoph]  0.6.4claws25
15005
15006         * src/summaryview.c
15007                 replace Xalloca + strdup with Xstrdup_a
15008         * src/utils.c
15009                 better implementation of extracting quoted names
15010                 from addresses (remove backlashes and ignore
15011                 quotes after them)
15012
15013 2001-11-04 [alfons]     0.6.4claws24
15014
15015         * src/utils.[ch]
15016                 edit to comply more with coding style
15017
15018         * src/textview.c
15019                 fix bug reported by Kim Schulz. introduced by the patch integrated
15020                 in 0.6.4claws15. the code did not check the return value of
15021                 the html parser.
15022
15023         * AUTHORS
15024                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15025
15026 2001-11-04 [christoph]  0.6.4claws23
15027
15028         * src/main.c
15029         * src/prefs_common.[ch]
15030                 init some pointers that possibly caused a segfault
15031                 reported in the claws-users ML
15032
15033 2001-11-04 [hoa]        0.6.4claws22
15034
15035         * src/grouplistdialog.c
15036                 change the names of the nodes in the tree
15037
15038         * src/compose.c
15039                 enhanced mailto syntax as described in
15040                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15041                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15042
15043         * src/utils.c
15044                 encode and decode URI (useful when opening URL into
15045                 netscape).
15046
15047 2001-11-03 [hoa]        0.6.4claws21
15048
15049         * src/grouplistdialog.c
15050                 a new newsgroups list selection dialog box
15051                 with a CTree instead of a CList
15052
15053 2001-11-03 [hoa]        0.6.4claws20
15054
15055         * src/folderview.c
15056                 enable property and scoring options when right
15057                 click on "inbox"
15058
15059         * src/summaryview.c
15060                 fixed bug when nickname were displayed using
15061                 the address book.
15062
15063 2001-11-02 [darko]      0.6.4claws19
15064
15065         * src/compose.c
15066                 new wrap quotation and URL/long words wrapping implementation
15067         * src/compose.c src/gtkstext.[ch]
15068                 move gtkstext_strncmp() to gtkstext.c
15069
15070 2001-11-01 [christoph]  0.6.4claws18
15071
15072         * src/prefs_account.c
15073                 fixed mess in account settings dialog
15074         * src/prefs_folder_item.c
15075                 added label with folder path to dialog
15076
15077 2001-10-31 [match]      0.6.4claws17
15078
15079         * src/vcard.c
15080                 fix memory leak.
15081         * src/addrbook.c
15082                 fix generation of spurious address book file names.
15083                 remove redundant functions.
15084         * po/POTFILES.in
15085                 added missing file names.
15086
15087 2001-10-30 [paul]       0.6.4claws16
15088
15089         * sync with sylpheed 0.6.4cvs6
15090                 see ChangeLog entries 2001-10-26 to 2001-10-30
15091
15092         * tools/filter_conv.pl
15093                 read folderlist.xml to discover whether the top-level
15094                 folder is called 'Mailbox' or 'Mail' 
15095
15096 2001-10-29 [paul]       0.6.4claws15
15097
15098         * src/html.c, src/textview.c
15099                 activate links in html mail and fix clickable parts
15100                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15101
15102 2001-10-29 [paul]
15103
15104         * po/de.po, po/es.po, po/pt_BR/po
15105                 updated translations, submitted by Jens Oberender,
15106                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15107
15108 2001-10-29 [darko]      0.6.4claws14
15109
15110         * src/compose.c
15111                 fix wrapping for good
15112
15113 2001-10-29 [darko]
15114
15115         * src/compose.c
15116                 undo previous change as it broke the smart wrapping
15117
15118 2001-10-29 [darko]      0.6.4claws13
15119
15120         * src/compose.c
15121                 fix infinite loop when long URL is quoted
15122                 (closes bug #475122.
15123
15124 2001-10-28 [match]
15125
15126         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15127                 import Mutt address book
15128         * src/ldif.[ch] src/importldif.h
15129                 modified import LDIF handle user attributes
15130
15131 2001-10-28 [christoph]  0.6.4claws12
15132
15133         * src/summaryview.c
15134                 fixed that filtering did not work if there
15135                 were no filter rules
15136                 (closes bug #472003 and better implementation
15137                  of patch #474644)
15138
15139 2001-10-27 [christoph]  0.6.4claws11
15140
15141         * src/compose.c
15142                 make the folder's default account to be used when
15143                 replying. (patch by wwp <subscript@free.fr>)
15144         * src/compose.c
15145                 code cleanup, nearly killed all of wwp's patch
15146                 for folder's default account in compose
15147         * src/folderview.c
15148                 error panel when a folder could not be created
15149                 (closes bug #471080 new folder name & already
15150                  existing file)
15151
15152 2001-10-26 [alfons]
15153
15154         * src/utils.h
15155                 change prototype of strstr2() that Christoph forgot about
15156
15157 2001-10-26 [christoph]  0.6.4claws10
15158
15159         * src/account.c
15160                 made search for accounts by email address not case
15161                 sensitive
15162         * src/folder.c
15163                 fixed memory leak in folder_item_get_identifier
15164         * src/gtkspell.c
15165         * src/utils.c
15166                 fixed wrong strstr2 (should work like strstr)
15167
15168 2001-10-26 [darko]      0.6.4claws9
15169
15170         * src/compose.c src/gtkstext.[ch]
15171         * src/gtkstext.c
15172                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15173
15174 2001-10-26 [paul]       0.6.4claws8
15175
15176         * src/html.c
15177                 ignore css and javascript tags in html mail
15178                 case-insensitive, with or without double-quoted
15179                 strings
15180
15181 2001-10-26 [paul]       0.6.4claws7
15182
15183         * sync with sylpheed 0.6.4cvs1
15184                 see ChangeLog entry 2001-10-26
15185
15186         * src/prefs_account.c, src/prefs_common.c,
15187           src/prefs_summary_column.c
15188                 minor improvements to the English
15189
15190 2001-10-25 [alfons]     0.6.4claws6
15191
15192         * src/gtkstext.c
15193         
15194                 make GtkSText follow style of GtkText (closes bug 
15195                 #469211 "text selection while writing message")
15196                 
15197                 do sync with GTK 1.2.10
15198
15199 2001-10-25 [paul]       0.6.4claws5
15200
15201         * src/html.c
15202                 ignore css tags in html mail
15203
15204 2001-10-25 [darko]      0.6.4claws4
15205
15206         * src/compose.c
15207                 don't declare is_url_string as static function since
15208                 we need it in gtkstext.c
15209         * src/gtkstext.c
15210                 remove unused variable
15211                 don't wrap long URLs while composing a message
15212
15213 2001-10-24 [christoph]  0.6.4claws3
15214
15215         * src/socket.c
15216                 fix ssl deadlock, when peer closes connection
15217
15218 2001-10-24 [paul]       0.6.4claws2
15219
15220         * src/prefs_common.c
15221                 gettextize the gpg ascii-armored warning message
15222
15223         * src/compose.c
15224                 insert a DOS/MAC file into the composed message
15225                 (improvements)
15226
15227         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15228
15229 2001-10-22 [paul]       0.6.4claws1
15230
15231         * sync with sylpheed 0.6.4 release
15232                 see ChangeLog entries 2001-10-21
15233
15234         * po/fr.po, po/pt_BR.po
15235                 updated by Melvin Hadasht and Fabio Junior Beneditto
15236
15237 2001-10-21 [paul]       0.6.3claws30
15238
15239         * src/compose.c
15240                 insert a DOS text file from the compose window
15241                 into the composed message text (removes CRs characters)
15242                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15243
15244         * tools/filter_conv.pl, tools/README
15245                 automatically use ~/.sylpheed as working directory
15246                 print out confirmation message on completion
15247
15248         * correct Hoa's last ChangeLog.claws entry
15249
15250 2001-10-20 [hoa]        0.6.3claws29
15251
15252         * src/grouplistdialog.c
15253                 bugfix (another ?) to give the right
15254                 newsgroups list for each news server.
15255
15256         * src/news.c
15257         * src/news.h
15258                 improve the newsgroups list cache
15259
15260 2001-10-20 [paul]       0.6.3claws28
15261
15262         * sync with sylpheed 0.6.3cvs9
15263                 see ChangeLog entry 2001-10-19
15264
15265         * correct Alfons' last ChangeLog.claws entry
15266
15267 2001-10-19 [alfons]
15268
15269         * src/pgptext.[ch]
15270                 fix compilation problems (part of bug #472895)
15271
15272 2001-10-18 [hoa]        0.6.3claws27
15273
15274         * src/grouplistdialog.c
15275                 bugfix when we refresh was clicked (bug 472701)
15276
15277 2001-10-19 [christoph]  0.6.3claws26
15278
15279         * src/compose.c
15280                 last header entry should default to "To:" or
15281                 "Newsgroups:" and not copy the last entry line
15282                 in a new compose window
15283                 (closes bug #472686, #470792)
15284
15285 2001-10-19 [paul]       0.6.3claws25
15286
15287         * sync with Sylpheed 0.6.3cvs8
15288                 see ChangeLog entries 2001-10-18 and 2001-10-19
15289
15290 2001-10-18 [christoph]  0.6.3claws24
15291
15292         * src/procmsg.c
15293                 reimplement ignore thread
15294         
15295 2001-10-18 [hoa]        0.6.3claws23
15296
15297         * src/folderview.c
15298         * src/grouplistdialog.[ch]
15299                 enhanced news subscription interface (feature 469113)
15300
15301         * src/news.c
15302         * src/news.h
15303                 enchanced newsgroup listing,
15304                 now, we can get groups informations
15305                 (NNTPGroupInfo)
15306
15307 2001-10-18 [paul]       0.6.3claws22
15308
15309         * src/summaryview.c
15310                 remove comment (sync with main branch)
15311         * src/mainwindow.c
15312                 fix 'Re-edit' bug in 'Message' menu
15313
15314 2001-10-17 [christoph]  0.6.3claws21
15315
15316         * src/compose.c
15317                 ignore empty or whitespace only header lines
15318
15319 2001-10-17 [paul]       0.6.3claws20
15320
15321         * sync with sylpheed 0.6.3cvs7
15322                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15323                 2001-10-17
15324
15325 2001-10-17 [darko]
15326
15327         * src/compose.c
15328                 wrap long lines without spaces
15329                 don't wrap URLs
15330
15331 2001-10-16 [paul]
15332
15333         * po/es.po, po/nl.po, po/pt_BR.po
15334                 updated by Ricardo Mones Lastra, Alfons,
15335                 and Fabio Junior Beneditto
15336
15337         * sylpheed-0.6.3claws released
15338
15339 2001-10-15 [melvin] 0.6.3claws18
15340
15341         * README.claws
15342                 added summary and detailed installation instructions
15343                 for spell checker
15344         * po/fr.po
15345                 Updated, corrected and completed french translation
15346
15347 2001-10-15 [hoa] 0.6.3claws17
15348         * src/grouplistdialog.c
15349                 we can choose the newsgroups to display with wildcards
15350
15351 2001-10-15 [christoph]  0.6.3claws16
15352
15353         * src/account.c
15354         * src/compose.c
15355         * src/prefs_folder_item.[ch]
15356                 applied wwp <subscript@free.fr>'s folder
15357                 default account patch
15358         * po/de.po
15359                 Fixed wrong translation
15360
15361 2001-10-13 [alfons, christoph, melvin]  
15362                         0.6.3claws15
15363
15364         solution #2 to solve MT-safety problems defers all GUI related calls
15365         to the main thread using a gtk_idle_add() callback. discussed on
15366         ircnet #sylpheed, with christoph spotting some issues with the
15367         original code, and melvin allowing us to lobotomize his sylpheed.
15368
15369         * src/syldap.[ch], src/main.c
15370                 fix race problem in ldap search thread by deferring GUI 
15371                 stuff to main thread using gtk_idle_add()
15372
15373 2001-10-13 [paul]       0.6.3claws14
15374
15375         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15376                 add Sergey's smtpcred.patch
15377                 adds separate username/password setting for SMTP Auth
15378                 needed by some servers
15379                 (closes feature request #471659)
15380
15381 2001-10-13 [paul]       0.6.3claws13
15382
15383         * src/pgptext.[ch] **NEW FILES**
15384         * src/Makefile.am, src/messageview.c, src/mimeview.c
15385                 decrypt ascii-armored gpg text embedded in
15386                 the message body.
15387                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15388
15389 2001-10-13 [christoph]  0.6.3claws12
15390
15391         * README.claws
15392                 some more details on default to and
15393                 feature requests
15394         * src/main.c
15395                 init glib threading when ldap is used
15396         * src/syldap.c
15397                 threading fixes
15398         * po/de.po
15399                 fixed a typo
15400
15401 2001-10-12 [paul]       0.6.3claws11
15402
15403         * src/prefs_common.[ch], src/rfc2015.c
15404                 enable ascii-armored gpg text to be embedded in the
15405                 message body, selectable through the 'Privacy'
15406                 preferences. Supports encrypting only.
15407                 Submitted by Ravemax <ravemax@dextrose.com>
15408
15409 2001-10-12 [paul]       0.6.3claws10
15410
15411         * sync with sylpheed 0.6.3cvs6
15412                 see ChangeLog entries 2001-10-11 and 2001-11-12
15413
15414         * src/folderview.c
15415                 incorporated mbox folders, scoring, and folder
15416                 properties into the sync
15417
15418 2001-10-12 [darko]      0.6.3claws9
15419
15420         * README.claws
15421                 describe quotation wrapping
15422         * src/compose.c
15423                 don't treat tab as space to calculate line length properly
15424
15425 2001-10-11 [alfons]
15426
15427         * README.claws
15428                 correct description of how to make new filtering system work,
15429                 add some other things
15430                 
15431         * src/syldap.c
15432                 remove sched_yield() (not necessary / unportable)
15433
15434 2001-10-11 [paul]       0.6.3claws8
15435
15436         * sync with sylpheed 0.6.3cvs3
15437                 see ChangeLog entry 2001-10-10
15438
15439 2001-10-10 [christoph]  0.6.3claws7
15440
15441         * .cvsignore
15442                 ignore 2 files created by newer autotools
15443         * src/prefs_folder_item.c
15444                 using table for widget alignment
15445                 fixed memory leak and broken octal display
15446         * src/filesel.c
15447                 fixed segfault caused by lost filename
15448                 workaround (closes bug #469551)
15449
15450 2001-10-10 [paul]       0.6.3claws6
15451
15452         * sync with sylpheed 0.6.3cvs2
15453                 see ChangeLog entries 2001-10-09 and 2001-10-10
15454
15455 2001-10-10 [darko]      0.6.3.claws5
15456
15457         * src/gtkstext.c
15458                 proper calculation of right margin if smart wrapping is enabled
15459         * src/compose.c
15460                 automatically wrap long lines if wrap quotation is enabled
15461
15462 2001-10-09 [alfons]     0.6.3.claws4
15463
15464         * src/summaryview.c
15465                 select correct row when deleting last row in the summary view (and
15466                 close bug "[ #469104 ] select second last in list when deleting")
15467
15468 2001-10-09 [paul]       0.6.3claws3
15469
15470         * sync with sylpheed 0.6.3cvs1
15471                 updated some autotool scripts
15472
15473 2001-10-09 [darko]      0.6.3claws2
15474
15475         * src/gtkstext.[ch]
15476                 new name and mark with Sylpheed comment
15477         * src/compose.c
15478                 smart quotation wrapping a-la VIM
15479
15480 2001-10-08 [paul]       0.6.3claws1
15481
15482         * sync with sylpheed 0.6.3 release
15483                 see ChangeLog entry 2001-10-08
15484
15485 2001-10-08 [paul]       0.6.2claws24
15486
15487         * src/summaryview.c
15488                 more sync with sylpheed 0.6.2cvs12
15489                 Fixed the bug that didn't select the last row correctly
15490
15491
15492 2001-10-07 [paul]       0.6.2claws23
15493
15494         * sync with sylpheed 0.6.2cvs12
15495                 see ChangeLog entry 2001-10-07
15496
15497 2001-10-06 [match]
15498         * src/jpilot.[ch]
15499                 enable jpilot to read unsynch'ed addresses.
15500
15501         * src/editldap_basedn.c
15502                 fix segfault when opening dialog.
15503
15504 2001-10-06 [alfons]     0.6.2.claws22
15505
15506         * src/summaryview.c
15507                 fix bug with summary view selecting last *inserted*
15508                 node instead of last *visible* node. remember we
15509                 work with a tree
15510
15511 2001-10-06 [paul]       0.6.2claws21
15512
15513         * po/pt_BR.po
15514                 updated translation, contains some fixes and new
15515                 translations, submitted by Gustavo Noronha Silva
15516                 <kov@debian.org>
15517
15518         * src/prefs_common.c
15519                 change 'each' to 'every' - fix dubious English
15520
15521         * sync with sylpheed 0.6.2cvs11
15522
15523 2001-10-05 [alfons]     0.6.2claws20
15524
15525         * src/mainwindow.[ch], src/folderview.c
15526                 make composite tool button switch between "Compose News"
15527                 and "Compose Mail" depending on selected folder
15528                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15529
15530 2001-10-05 [paul]       0.6.2claws19
15531
15532         * src/mainwindow.c, src/summaryview.c
15533                 fix 'Message/Reply to all', broken in last commit
15534
15535         * src/compose.c
15536                 fix X_BEENTHERE seg fault, thanks to Alfons
15537
15538 2001-10-04 [paul]       0.6.2claws18
15539
15540         * src/compose.[ch], src/mainwindow.c
15541                 make "Message/Reply" reply to mailing lists; matches
15542                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15543                 based on portions of the patch submitted by
15544                 Junichi Uekawa <dancer@netfort.gr.jp>
15545
15546 2001-10-04 [darko]      0.6.2claws17
15547
15548         * src/compose.c
15549                 better smart wrapping
15550         * src/gtkstext.[hc]
15551                 a function to make text buffer contiguous
15552
15553 2001-10-03 [paul]       0.6.2claws16
15554
15555         * sync with sylpheed 0.6.2cvs10
15556
15557 2001-10-02 [alfons]
15558
15559         * configure.in
15560         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15561                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15562                 references to chinese translations (hope someone picks up
15563                 this)
15564
15565 2001-10-02 [christoph]  0.6.2claws15
15566
15567         * src/compose.c
15568                 fixed non translated header bug
15569         * ChangeLog.claws
15570                 fixed wrong date in alfons last entry ;)
15571
15572 2001-10-02 [alfons]     0.6.2claws14
15573
15574         * src/compose.c, src/prefs_common.[ch]
15575                 add block cursor option
15576
15577 2001-10-02 [paul]       0.6.2claws13
15578
15579         * sync with sylpheed 0.6.2cvs9
15580
15581 2001-09-30 [paul]       0.6.2claws12
15582
15583         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15584                 updated translations
15585
15586         * po/POTFILES.in
15587                 add 'src/importldif.c'
15588
15589         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15590                 added eudora-to-vCard conversion tool
15591                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15592
15593         * sync with sylpheed 0.6.2cvs8
15594
15595 2001-09-30 [paul]
15596
15597         * sylpheed-0.6.2claws released
15598
15599 2001-09-27 [melvin]     0.6.2claws11
15600
15601         * src/gtkspell.c
15602                 fixed crash when using default path (introduced 
15603                 in 0.6.2claws10)
15604                 fixed tiny bug for initial suggestion mode
15605
15606 2001-09-27 [melvin]     0.6.2claws10
15607         
15608         * src/gtkspell.c
15609                 fixed bug where gtkpspell didn't set the path correctly
15610
15611         * README.claws
15612                 added a paragraph about spell checking
15613                 
15614
15615
15616 2001-09-27 [paul]       0.6.2claws9
15617
15618         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15619                 replace '// comments' with '/* comments */' to prevent
15620                 some compiler warnings 
15621
15622         * sync with sylpheed 0.6.2cvs6
15623
15624 2001-09-26 [alfons]     0.6.2claws8
15625
15626         * src/messageview.c
15627                 introduce return receipt request notification again,
15628                 which was lost because of other semantics in 
15629                 procheader_parse() (???)
15630
15631 2001-09-26 [christoph]  0.6.2claws7
15632
15633         * src/compose.c
15634                 replace comments for old code with #if 0
15635                 readded auto cc, bcc and reply-to
15636         * src/prefs_matcher.c
15637         * src/prefs_scoring.c
15638                 removed some definition (was moved to
15639                 prefs.h)
15640
15641 2001-09-26 [paul]       0.6.2claws6
15642
15643         * src/mainwindow.c
15644                 make 'Follow-up and reply to' sensitive
15645
15646         * more sync with sylpheed 0.6.2cvs5
15647
15648 2001-09-25 [melvin]
15649
15650         * 0.6.2claws5
15651
15652         * src/gtkspell.c
15653                 fixed bug for "US-ASCII" introduced by the encoding code
15654
15655 2001-09-25 [paul]
15656
15657         * 0.6.2claws4
15658
15659         * src/prefs_common.[ch], src/summaryview.c
15660                 'next unread msg' 'go to next folder?' dialog can be
15661                 given default behaviour, either always show dialog,
15662                 or assume 'yes', or assume 'no'
15663                 Submitted by wwp <subscript@free.fr>
15664
15665 2001-09-25 [melvin]
15666                 
15667         * src/compose.c src/gtkspell.[ch]
15668                 added support for different encodings
15669
15670 2001-09-25 [paul]
15671
15672         * more sync with sylpheed 0.6.2cvs5
15673
15674 2001-09-24 [alfons]
15675         
15676         * src/prefs_folder_item.c
15677                 add check for item->prefs->default_to string is NULL and
15678                 add another check when freeing this string
15679
15680 2001-09-24 [paul]
15681
15682         * configure.in
15683                 change to version 0.6.2claws3
15684
15685         * sync with sylpheed 0.6.2cvs5 
15686
15687 2001-09-24 [match]
15688         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15689                 import LDIF files.
15690         * src/addrcache.[ch], addrindex.[ch]
15691                 small update for future
15692         * src/addrbook.c
15693                 fix test XML file.
15694
15695 2001-09-24 [melvin]
15696         * src/gtkspell.[ch]
15697                 added 'Learn from mistakes' option
15698                 better handling of quotes in checked words
15699                 sorted dict list
15700         * po/fr.po
15701                 small update for spell checking stuff
15702
15703 2001-09-23 [alfons]
15704         
15705         * src/gtkspell.c
15706                 edit a little bit so it complies more with main coding style
15707
15708 2001-09-23 [alfons]
15709
15710         * src/folder.[ch], prefs_folder_item.c, compose.c
15711                 migrate "request return receipt" folder property
15712                 to folderlist.xml
15713
15714 2001-09-22 [alfons]
15715
15716         * README.claws **NEW**
15717                 (add things of interest for users of main branch 
15718                 and claws here)
15719
15720         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15721                 re-implement threading per folder option, but store 
15722                 the setting in folderlist.xml (where it belongs)
15723
15724 2001-09-21 [melvin]
15725
15726         * src/gtkspell.[ch]
15727                 fixed bug when compose window is under another window
15728         * src/prefs_common.[ch] src/compose.c
15729                 changed 'dictionary_path' to 'dictionary' to be consistent
15730                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15731         * ac/pspell.m4 src/Makefile.am 
15732                 dropped PSPELL_PATH macro
15733         * po/fr.po
15734                 updated translations
15735
15736 2001-09-21 [christoph]
15737
15738         * src/compose.c
15739                 added border around header fields
15740                 keep header type when new field is added
15741
15742 2001-09-20 [christoph]
15743
15744         * src/utils.[ch]
15745                 more portable debug_print with source filename
15746                 and linenumber
15747         * src/procmsg.c
15748                 more newlines after debug messages
15749
15750 2001-09-20 [paul]
15751
15752         * configure.in
15753                 change to version 0.6.2claws2
15754
15755         * sync with sylpheed 0.6.2cvs3
15756
15757 2001-09-19 [melvin]
15758
15759         * src/gtkspell.c
15760                 fixed the post-right-click focus pb
15761                 fixed crash when 'Spell check all' after dict change 
15762                         and when cursor is at the end of the text
15763                 shift-right-click pops up config menu even on misspelled words.
15764         * po/POTFILES.in
15765                 added gtkspell.c
15766
15767 2001-09-19 [melvin]
15768
15769         * src/about.c
15770                 added pspell to compiled-in features list
15771
15772 2001-09-18 [melvin]
15773
15774         * switched to pspell and dropped ispell
15775         * ac/pspell.m4
15776                 new file. autoconf macro for pspell
15777         * ac/Makefile.am 
15778         * configure.in acconfig.h
15779                 added pspell support
15780         * src/Makefile.am
15781         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15782         * src/prefs_common.[ch] 
15783                 added pspell support
15784
15785 2001-09-18 [christoph]
15786
15787         * src/addr_compl.c
15788         * src/template.[ch]
15789                 replace LOG_MESSAGE with debug_print
15790         * src/compose.[ch]
15791                 gui improvements
15792         * src/menu.c
15793                 added newline after debug message
15794         * src/utils.h
15795                 using __VA_ARGS__ for debug_print macro
15796         * tools/.cvsignore
15797                 ignore Makefile and Makefile.in
15798
15799 2001-09-18 [paul]
15800
15801         * configure.in
15802                 change to version 0.6.2claws1
15803         * sync with sylpheed 0.6.2cvs1
15804
15805         * src/matcher.c 
15806         * src/prefs_matcher.c
15807                 add 'score equal to' option, submitted by
15808                 Paul Evans <nerd@freeuk.com>
15809
15810 2001-09-15 [christoph]
15811
15812         * src/mainwindow.c
15813                 comment out menu entry not existing in claws
15814         * src/menu.c
15815                 add debug output for non existing menu entries
15816         * src/summaryview.c
15817                 fix next/prev unread message for ignored threads
15818         * src/utils.[ch]
15819                 add sourcefile and line number to debug output
15820                 otherwise it is sometimes hard to find the
15821                 source code part if debug messages are translated
15822
15823 2001-09-14 [darko]
15824         
15825         * src/folderview.c
15826                 refresh target folder style after colour is changed
15827
15828 2001-09-13 [paul]
15829
15830         * configure.in
15831                 change to version 0.6.1claws3
15832
15833         * sync with sylpheed 0.6.1cvs6
15834
15835 2001-09-13 [darko]
15836         
15837         * src/folderview.c
15838                 fix target folder colourization to use user selected colour
15839
15840 2001-09-12 [darko]
15841         
15842         * src/summaryview.c
15843                 fix crash when message that is marked for copy/move is unmarked
15844
15845 2001-09-09 [paul]
15846
15847         * configure.in
15848                 change to version 0.6.1claws2
15849
15850         * sync with sylpheed 0.6.1cvs3
15851
15852 2001-09-09 [alfons]
15853         
15854         * src/folderview.c
15855                 fix bug with default font used for trash folder text
15856
15857 2001-09-06 [paul]
15858
15859         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15860                 updated translations
15861
15862         * configure.in
15863                 change to version 0.6.1claws1
15864
15865         * sync with sylpheed 0.6.1cvs2
15866
15867 2001-09-03 [paul]
15868
15869         * po/POTFILES.in
15870                 add Match's new addressbook
15871
15872         * po/de.po
15873                 updated translation submitted by Jens Oberender
15874
15875 2001-09-02 [paul]
15876
15877         * configure.in
15878                 change to 0.6.1claws
15879         * sync with sylpheed 0.6.1 release
15880
15881 2001-09-02 [paul]
15882
15883         * configure.in
15884                 change to 0.6.0claws2
15885
15886         * sync with sylpheed 0.6.0cvs4
15887
15888         * po/pt_BR.po
15889                 updated translation submitted by Fabio Junior Beneditto
15890
15891 2001-09-01 [match]
15892         * pixmaps/
15893                 interface.xpm
15894                 book.xpm
15895                 address.xpm
15896         * src/
15897                 Makefile.am
15898                 a ton of new files
15899
15900 2001-08-31 [paul]
15901
15902         * configure.in
15903                 change to version 0.6.0claws1
15904
15905         * sync with sylpheed 0.6.0cvs1
15906
15907         * po/es.po
15908                 updated translation submitted by Ricardo Mones Lastra
15909
15910         * po/POTFILES.in
15911                 add 'src/prefs_templates.c'
15912
15913         * src/compose.c, src/summaryview.c
15914                 fix segfault on 'Re_edit'               
15915
15916 2001-08-30 [alfons]
15917
15918         * configure.in, Makefile.am
15919         * tools/Makefile.am
15920                 add tools directory to source distribution
15921
15922 2001-08-30 [paul]
15923
15924         * configure.in
15925                 change to version 0.6.0claws
15926
15927         * sync with sylpheed 0.6.0 release
15928
15929 2001-08-30 [christoph]
15930
15931         * configure.in
15932                 removed autoconf version check
15933
15934 2001-08-30 [paul]
15935
15936         * src/account.c, src/compose.c, src/prefs_common.[ch]
15937         * src/procheader.[ch] src/utils.[ch]
15938                 Enhanced automatic account selection on replies
15939                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15940
15941         * configure.in
15942                 add LDAP and JPilot to the configuration results output.
15943
15944 2001-08-29 [christoph]
15945
15946         * src/summeryview.c
15947                 no bold font for ignored threads
15948
15949 2001-08-29 [paul]
15950
15951         * configure.in
15952                 change to version 0.5.3claws6
15953
15954         * sync with sylpheed 0.5.3cvs10
15955                 src/stringtable.[ch]: New Files
15956
15957         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15958         * src/pixmaps/sylpheed.xpm
15959                 add mini-icons to windows (by Alfons)
15960
15961 2001-08-27 [paul]
15962
15963         * src/mainwindow.c
15964                 new functions: next_labeled_cb(), prev_labeled_cb()
15965
15966         * src/summaryview.c
15967                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15968                 summary_select_next_labeled(), summary_select_prev_labeled()
15969
15970         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15971                 give claws blue folders and a blue trash can
15972
15973 2001-08-27 [paul]
15974
15975         * configure.in
15976                 change to version 0.5.3claws5
15977
15978         * sync with sylpheed 0.5.3cvs9
15979                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15980
15981 2001-08-24 [christoph]
15982
15983         * src/filesel.c
15984                 keep filename when browsing directories
15985                 (not working for user entered filename, but
15986                  for default name and selected filename from
15987                  file list)
15988         * src/mainwindow.c
15989                 fixed wrong spelling "Folllow-up"
15990         * src/mbox_folder.c
15991         * src/procmsg.c
15992         * src/summaryview.c
15993                 fixed new/unread message count with ignored
15994                 threads (2 commits, first didn't notice no
15995                 longer needed decreasing)
15996         * src/inc.c
15997                 readded scrolling of progress dialog
15998                 (lost in sync)
15999
16000 2001-08-24 [paul]
16001
16002         * configure.in
16003                 change to 0.5.3claws4
16004
16005         * sync with sylpheed 0.5.3cvs7
16006
16007 2001-08-24 [christoph]
16008
16009         * src/compose.c
16010                 set request return receipt when replying
16011                 if it is set is the folder prefs of the
16012                 message
16013         * src/inc.c
16014                 disable final error popup if popups are
16015                 disabled in config (again)
16016
16017 2001-08-23 [paul]
16018
16019         * configure.in
16020                 Change version number to 0.5.3claws3
16021
16022         * sync with sylpheed 0.5.3cvs5
16023
16024         * src/mimeview.c
16025                 double quote '%s' in 'gedit %s' to fix bug when
16026                 opening attachment with spaces in the name
16027
16028 2001-08-22 [alte]
16029         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16030           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16031                 initial message templates support
16032
16033
16034 2001-08-22 [paul]
16035
16036         * configure.in
16037                 change version number to 0.5.3claws2
16038
16039         * sync with sylpheed 0.5.3cvs4
16040
16041         * src/procmsg.h src/summaryview.c
16042                 re-implement (un)ignore thread
16043
16044 2001-08-21 [paul]
16045
16046         * src/summaryview.c
16047                 remove unnecessary code
16048         * src/compose.c
16049                 enable 'dynamic' signatures (submitted by
16050                 Eric Limpens <eric@hscg-internet.nl>)
16051
16052 2001-08-21 [paul]
16053
16054         clean up after sync with sylpheed 0.5.3 release
16055
16056         * src/folderview.c
16057                 fix re-introduced font mess, see Christoph's
16058                 entry 2001-06-24
16059
16060         * src/summaryview.c
16061                 remove prev_msgnum
16062                 use sylpheed's small font instead of
16063                 gtk default font for summary view
16064
16065
16066 2001-08-17 [paul]
16067
16068         * configure.in
16069                 add pl to ALL_LINGUAS - sync with main branch
16070
16071         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16072                 Updated. Translations by Jens Oberender, Ricardo Mones
16073                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16074
16075         * po/pl.po  ** NEW FILE **
16076                 sync with the main branch
16077
16078         * src/folderview.c
16079                 fix target folder colorizing and refresh problem
16080
16081
16082 2001-08-17 [christoph]
16083
16084         * src/mainwindow.c
16085                 claws uses 4 colors for target folder coloring.
16086                 arrays were not long enough and destroyed the
16087                 stack causing a segfault.
16088                 target folder colorizing does not work anymore
16089                 for me
16090
16091 2001-08-16 [paul]
16092
16093         * configure.in
16094                 change to version 0.5.3claws1
16095
16096         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16097           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16098           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16099
16100                 sync with sylpheed 0.5.3 release, but keep claws method of
16101                 configuring/saving fonts
16102
16103         * src/addressbook.[ch]
16104                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16105                 in line with a similar change in Hiroyuki's branch
16106
16107         * src/mainwindow.[ch]
16108                 disable main_window_set_thread_option()
16109         * src/prefs_folder_item.c
16110                 comment out &tmps_prefs.enable_thread,
16111         * src/mbox_folder.c, src/procmsg.[ch]
16112                 comment out MSG_IS_IGNORE_THREAD
16113         * src/summaryview.c
16114                 comment out summary_ignore_thread() and summary_unignore_thread()
16115                 comment out MSG_IS_IGNORE_THREAD
16116
16117                 use Hiroyuki's threading instead.
16118
16119
16120
16121 2001-08-15 [paul]
16122
16123         * src/account.c
16124                 use Hiroyuki's 0.5.3 column scheme but also
16125                 include the enable/disable button.
16126         * src/pixmaps/mark.xpm
16127                 add Hiroyuki's amended pixmap
16128
16129 2001-08-13 [christoph]
16130
16131         * src/account.c
16132                 receive at get all column showed wrong state for APOP
16133                 button should only work for POP3 and APOP accounts
16134         * src/prefs_account.c
16135                 added missing preprocessor statement for SSL
16136
16137 2001-08-12 [paul]
16138
16139         * src/account.[ch]
16140                 add 'receive at get all' column and enable/disable
16141                 button.
16142
16143 2001-08-06 [christoph]
16144
16145         * src/account.c
16146                 show usage of SSL in protocol column
16147
16148         * src/imap.c
16149         * src/inc.c
16150                 renamed ssl options
16151
16152         * src/prefs_account.[ch]
16153                 moved ssl options to a new page
16154
16155         * src/send.c
16156         * src/smtp.c
16157         * src/ssl.[ch]
16158                 renamed ssl options
16159                 added support for SMTP STARTTLS command
16160
16161 2001-08-05 [christoph]
16162
16163         * configure.in
16164                 debian autoconf needs version check to find
16165                 correct autoconf version. if the file is
16166                 named configure.in 2.13 is used, which does
16167                 not work with this configure.in script.
16168                 other solution would be to rename the script
16169                 to configure.ac as suggested in the autoconf
16170                 manual.
16171
16172         * src/inc.c
16173                 disable final error popup if popups are
16174                 diabled in config
16175
16176         * src/socket.c
16177                 bugfix in ssl_gets
16178                 fixes IMAP over SSL problem
16179
16180 2001-08-03 [paul]
16181
16182         * configure.in
16183                 change to 0.5.2claws1
16184
16185         * sync with sylpheed 0.5.2cvs1
16186
16187 2001-08-02 [alfons]
16188
16189         * configure.in
16190                 quick fix for ispell detection...
16191
16192 2001-08-01 [paul]
16193
16194         * configure.in
16195                 change to 0.5.1claws4
16196
16197         * sync with sylpheed 0.5.1cvs7
16198
16199 2001-07-31 [alfons]
16200
16201         * src/prefs_common.c, src/prefs_common.h, 
16202           src/gtkspell.c, src/gtkspell.h
16203                 add global spelling checker settings (compose tab) +
16204                 selection of dictionary 
16205           
16206         * configure.in  
16207                 guess valid ispell location
16208
16209 2001-07-31 [paul]
16210
16211         * po/POTFILES.in
16212                 removal of 'src/quote_fmt_parse.c'
16213         * po/de.po
16214                 Updated de.po
16215                 (submitted by Jens Oberender <didge@suse.de>)
16216
16217 2001-07-31 [darko]
16218
16219         * src/folder.[ch]
16220         * src/folderview.[ch]
16221         * src/mainwindow.c
16222         * src/mh.c
16223         * src/prefs_common.[ch]
16224         * src/summaryview.c
16225                 target folder colourization
16226
16227 2001-07-30 [paul]
16228
16229         more sync with Sylpheed 0.5.1cvs6 
16230
16231 2001-07-30 [darko]
16232
16233         * src/mh.c
16234         * src/prefs_folder_item.[hc]
16235         * src/summaryview.c
16236                 shared folders support with a GUI
16237
16238 2001-07-29 [paul]
16239
16240         0.5.1claws3
16241
16242         * sync with Sylpheed 0.5.1cvs6
16243
16244 2001-07-29 [paul]
16245
16246         * po/pt_BR.po
16247                 updated
16248                 (submitted by Fabio Junior Beneditto)
16249
16250 2001-07-28 [paul]
16251
16252         * src/procmime.c
16253         * AUTHORS
16254                 patch to correct bad image mime headers
16255                 (submitted by Don Quijote <dq@searchlores.org>)
16256
16257 2001-07-28 [paul]
16258
16259         * tools/gif2xface.pl   **NEW FILE**
16260         * tools/README
16261                 script to convert file.gif to file.xface for
16262                 use in a custom header.
16263                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16264
16265 2001-07-27 [alfons]
16266         
16267         * configure.in
16268                 change macros for detecting JPilot and LDAP
16269
16270 2001-07-27 [christoph]
16271
16272         * src/filtering.c
16273                 code cleanup (MIN / MAX warning, needed casting)
16274
16275 2001-07-27 [alfons]
16276
16277         * procheader.c
16278                 disallow setting flags when detecting certain headers
16279                 (X-Status, Status, Seen, X-Seen). 
16280         
16281         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16282
16283 2001-07-27 [christoph]
16284
16285         * src/prefs_filter.c
16286         * src/prefs_filtering.c
16287         * src/prefs_matcher.c
16288         * src/prefs_scoring.c
16289                 scroll list when moving rows up or down
16290
16291         * src/imap.c
16292         * src/imap.h
16293         * src/prefs_account.c
16294         * src/prefs_account.h
16295         * src/send.c
16296                 SMTP over SSL (untested, feedback requested)
16297                 IMAP over SSL
16298
16299         * src/ssl.c
16300                 code cleanup
16301
16302 2001-07-26 [alfons]
16303         
16304         * configure.in, acconfig.h
16305                 define CLAWS (need this for main / claws detection)
16306
16307 2001-07-25 [alfons]
16308
16309         * configure.in
16310                 Sylpheed 0.5.1claws2
16311                 
16312         * sync with Sylpheed 0.5.1cvs4
16313
16314 2001-07-25 [christoph]
16315
16316         * src/scoring.c
16317                 fixed segfault
16318                 item->prefs == NULL (don't know why)
16319
16320 2001-07-25 [alfons]
16321
16322         * configure.in
16323                 Sylpheed 0.5.1claws1
16324
16325         * sync with Sylpheed 0.5.1cvs1-3
16326
16327 2001-07-24 [christoph]
16328
16329         * src/folderview.c
16330         * src/prefs_folder_item.[ch]
16331                 added folderitem preferences dialog with
16332                 default To: and auto request return receipt
16333
16334         * src/compose.[ch]
16335         * src/menu.[ch]
16336                 changes to handle new folderitem preferences
16337
16338         * src/mainwindow.c
16339         * src/summaryview.c
16340                 call compose new mail with current folderitem
16341
16342 2001-07-24 [alfons]
16343
16344         Release Sylpheed 0.5.1claws
16345
16346         * configure.in
16347                 change to release version 0.5.1claws
16348
16349 2001-07-24 [christoph]
16350
16351         * src/summaryview.c
16352                 fixed segfault that happend when the selected
16353                 message was removed while retrieving new messages.
16354
16355         * po/es.po
16356                 updated translation
16357                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16358
16359 2001-07-22 [alfons]
16360
16361         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16362         this is a work in progress, for more information: http://nlpagan.net/sylman 
16363         
16364         * configure.in, src/mainwindow.c, manual/Makefile.am
16365                 add support for English manual
16366
16367         * AUTHORS
16368                 add authors of user manuals
16369
16370         * manual/en/sylpheed*.html
16371                 add English documentation
16372
16373 2001-07-22 [christoph]
16374
16375         * po/POTFILES.in
16376                 added src/ssl.c
16377         * src/ssl.c
16378                 changed a wrong debug message
16379
16380 2001-07-22 [alfons]
16381
16382         * po/nl.po
16383                 update Dutch translation
16384
16385         * src/prefs_filtering.c, 
16386           src/prefs_matcher.c
16387                 add more translatable strings           
16388
16389 2001-07-21 [alfons]
16390
16391         0.5.0claws7
16392
16393         * configure.in
16394                 change version
16395
16396         * src/inc.c, src/summaryview.[ch]
16397                 prevent update of mark file when filtering has done, by
16398                 using a variable; this affects two functions:
16399                         inc.c::inc_finished()
16400                         summaryview.c::summary_show()
16401
16402 2001-07-20 [alfons]
16403
16404         * src/filtering.[ch], src/prefs_filtering.c, 
16405           src/matcher.[ch]
16406                 add filtering action for label coloring 
16407
16408         * po/POTFILES.in
16409                 add labelcolors.c
16410
16411         * added src/labelcolors.c
16412         * added src/labelcolors.h
16413         * src/Makefile.am, src/summaryview.c
16414                 rearrange label coloring code
16415
16416         * src/procmsg.h
16417                 add more parentheses so label colouring works correctly
16418
16419         * src/filtering.c
16420                 don't really delete message, but move it to Trash
16421
16422         * src/prefs_matcher.c
16423                 add quote options to info dialog
16424
16425 2001-07-20 [christoph]
16426
16427         * src/Makefile.am
16428         * src/inc.c
16429         * src/main.[ch]
16430         * src/socket.h
16431         * src/ssl.[ch] (new)
16432                 moved ssl stuff to a seperate file
16433
16434 2001-07-20 [darko]
16435
16436         * src/summaryview.c
16437                 fix show sender using address book with no e-mail
16438                 address in From: field
16439
16440 2001-07-19 [alfons]
16441
16442         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16443                 fix messy handling of escaping... now at least the
16444                 execute command is useful. escape char is '\', we
16445                 accept \n and \r too. 
16446
16447                 Real life example:
16448                 
16449                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16450                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16451
16452 2001-07-18 [alfons]
16453
16454         0.5.0claws6
16455
16456         * src/summaryview.c
16457                 clean up
16458
16459         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16460           src/procmsg.[ch]
16461                 revise filtering; currently move, copy, marking have
16462                 been tested. if you like bleeding edge stuff, you
16463                 should definitely go for this version :)
16464
16465         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16466
16467 2001-07-17 [christoph]
16468
16469         * src/utils.c
16470                 timestamp log
16471
16472 2001-07-17 [alfons]
16473
16474         0.5.0claws5
16475
16476         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16477           bits in the mark file, without affecting either branch. Lots of
16478           files changed, also in claws branch.
16479
16480           UNTESTED: use of mbox folders
16481
16482         * src/summaryview.c
16483                 added mark all read; however this was a quick hack used for
16484                 cleaning up mess after initial merge with Hiroyuki
16485
16486         * configure.in
16487                 change claws version number back to 0.5.0claws5 to clear up 
16488                 confusion & pretension (recent release was technically 
16489                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16490
16491 2001-07-16 [alfons]
16492
16493         sync with Hiroyuki's 0.5.0cvs4
16494
16495 2001-07-16 [alfons]
16496
16497         0.5.1claws3
16498
16499         * src/filtering.[ch]
16500                 remove invalid updating of mark files for 
16501                 filter actions MATCHING_ACTION_MOVE and 
16502                 MATCHING_ACTION_DELETE; this should fix the
16503                 folder update bug
16504                 
16505         * src/procmsg.c
16506                 revert Christoph's stab at fixing the folder 
16507                 update bug
16508
16509         * po/POTFILES.in
16510                 add missing files with translatable strings
16511
16512         * src/summaryview.c
16513                 remove debug print
16514
16515 2001-07-15 [alfons]
16516
16517         * src/addr_compl.[ch], src/prefs_filtering.c
16518                 make "filtering pref dialog's destination entry" an
16519                 "address completable entry", if filter destination is 
16520                 an email address
16521
16522         0.5.1claws2
16523         
16524         sync with Hiroyuki's 0.5.0cvs2-3
16525
16526 2001-07-15 [christoph]
16527
16528         * src/procmsg.c
16529                 fixed folder stats update after incorporation
16530
16531 2001-07-15 [alfons]
16532
16533         * src/summaryview.c
16534                 * finish label colouring stuff (for now)
16535                 * fix incorrect colour bug (off by one) 
16536
16537 2001-07-14 [alfons]
16538
16539         * src/mainwindow.c
16540                 change text labels for news and mail message so there's
16541                 plenty of toolbar estate left
16542
16543         * configure.in
16544                 0.5.1claws1
16545
16546         * src/folderview.c
16547           src/folder.[ch]
16548                 sync with Hiroyuki's 0.5.0cvs1
16549
16550         * src/summaryview.c
16551                 more rewrite label colouring
16552
16553 2001-07-14 [alfons]
16554
16555         * src/summaryview.[ch]
16556                 * start rewrite label colouring 
16557                 * fix proper location "Add Sender To Addressbook" menu item
16558
16559 2001-07-13
16560
16561         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16562         (actually this is 0.5.0claws4)
16563
16564 2001-07-13 [alfons]
16565
16566         * po/pt_BR.po
16567                 * fix duplicate message
16568                 * add updated Portugese / Brazilian translation
16569                   submitted by Fabio Junior Beneditto
16570
16571 2001-07-12 [alfons]
16572
16573         * AUTHORS
16574                 add Jens
16575
16576         * po/nl.po
16577                 add updated Dutch translation
16578
16579         * po/de.po
16580                 add updated German translation submitted by Jens
16581
16582 2001-07-11 [alfons]
16583
16584         Prerelease before 0.5.0claws. Please test.
16585         This version is temporarily tagged as VERSION_0_5_0_TEST
16586
16587         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16588           src/prefs_scoring.c, src/prefs_matcher.c, 
16589           src/prefs_filtering.c, src/mbox.c, 
16590           src/main.c, src/inc.c, src/filtering.[ch]
16591                 revert new Hoa's new matcher (does not work yet)
16592
16593         * src/Makefile.am
16594                 clean up
16595
16596 2001-07-10
16597
16598         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16599
16600
16601 2001-07-10 [alfons]
16602
16603         * Makefile.am
16604                 add ChangeLog.claws to EXTRA_DIST
16605         * src/Makefile.am
16606                 add matcher_parser_parse.h to EXTRA_DIST
16607
16608 2001-07-10 [christoph]
16609
16610         * src/inc.c
16611                 add destination folder to table of
16612                 folders that need to be updated after
16613                 incorporation
16614
16615 2001-07-10 [alfons]
16616
16617         * folder.[ch]
16618           folderview.c
16619                 make collapse state of folders and folder items persistent, i.e.
16620                 if you collapse a folder tree, the next time sylpheed-claws starts 
16621                 up the folder tree remains collapsed.  
16622                 
16623 2001-07-10 [christoph]
16624
16625         * acconfig.h
16626         * configure.in
16627                 added --enable-ssl
16628         * src/md5.[ch]
16629                 renamed MD5_CTX to MD5_CTX_syl
16630                 conflicts with a struct in openssl
16631         * src/inc.c
16632         * src/main.[ch]
16633         * src/prefs_account.[ch]
16634         * src/socket.[ch]
16635                 SSL support for POP
16636         * src/mainwindow.c
16637                 fixed compose with current account
16638                 broken by new compose button stuff
16639
16640 2001-07-09 [hoa]
16641
16642         * AUTHORS
16643                 changed my email address
16644
16645         * src/matcher_parser_parse.y
16646                 clean the parser to remove conflicts
16647
16648 2001-07-09 [alfons]
16649
16650         * AUTHORS
16651                 add Match Grun
16652
16653         * configure.in
16654                 fix incorrect description of --enable-ldap parameter
16655
16656         * src/prefs_common.[ch]
16657           src/compose.c
16658                 add experimental option "smart wrapping" which makes the
16659                 compose editor auto wrap.
16660                 
16661                 | TODO: the problem with the buggy cursor handling is caused |
16662                 | by the GtkText. when deleting / backspacing text its       |
16663                 | wrapping algorithm does not take in account the previous   |
16664                 | line. should find a way to hack this in.                   |
16665                 | or should perhaps combine this with the word wrapping      |
16666                 | patch i wrote in january.                                  |
16667
16668         * src/about.c
16669                 show build parameters for LDAP and JPilot
16670
16671         * src/summaryview.c
16672                 revert Christoph's bugfix for selecting next unread message, 
16673                 because folder stats aren't updated correctly
16674
16675 2001-07-08 [hoa]
16676
16677         * src/filtering.c
16678         * src/mainwindow.c
16679         * src/matcher.c
16680         * src/matcher_parser_lex.l
16681         * src/matcher_parser_parse.y
16682         * src/prefs_filtering.c
16683         * src/prefs_scoring.c
16684         * src/scoring.c
16685                 bugfix of the config file parser
16686
16687 2001-07-08 [alfons]
16688
16689         * src/Makefile.am
16690                 added generated matcher sources to BUILT_SOURCES
16691
16692 2001-07-08 [hoa]
16693
16694         * src/Makefile.am
16695         * src/.cvsignore
16696                 added new config file parser
16697
16698         * src/scoring.[ch]
16699         * src/filtering.[ch]
16700         * src/matcher.[ch]
16701         * src/prefs_filtering.c
16702         * src/prefs_matcher.c
16703         * src/prefs_scoring.c
16704         * added src/matcher_parser.h
16705         * added src/matcher_parser_lex.h
16706         * added src/matcher_parser_lex.l
16707         * added src/matcher_parser_parse.y
16708                 lex & yacc config file parser
16709
16710         * src/mbox.c
16711         * src/inc.c
16712         * src/main.c
16713                 changes prefs_filtering into global_filtering           
16714
16715         * src/summaryview.c
16716                 build threads with subjects only if "Re: " is at the
16717                 beginning of the subject
16718
16719 2001-07-07 [paul]
16720
16721         0.5.0claws
16722
16723         sync with sylpheed 0.5.0
16724                 change of version number only
16725
16726 2001-07-06 [paul]
16727
16728         0.5.0claws5
16729
16730         sync with sylpheed 0.5.0pre5
16731
16732 2001-07-05 [paul]
16733
16734         sync with sylpheed 0.5.0pre4 release
16735                 /po and /manual/ja not sync'ed
16736
16737 2001-07-04 [paul]
16738
16739         more sync with sylpheed 0.5.0pre4
16740
16741 2001-07-03 [christoph]
16742
16743         * src/addressbook.c
16744                 fixed address book broken by address book
16745                 for VCard, JPilot, LDAP
16746
16747 2001-07-03 [alfons]
16748
16749         * src/matcher.c
16750         * src/textview.c
16751                 stopped memory leaks
16752
16753 2001-07-03 [paul]
16754
16755         more sync with sylpheed 0.5.0pre4
16756
16757 2001-07-02 [match]
16758
16759         * included address book patch for VCard, JPilot, LDAP
16760         * pref_common.c - fixed Font options on Display tab (cosmetic)
16761         * alertpanel.c - fixed truncated message
16762
16763 2001-07-02 [christoph]
16764
16765         * src/mbox_folder.c
16766         * src/procmsg.[ch]
16767         * src/summaryview.c
16768                 mark threads for ignoring
16769
16770 2001-07-02 [paul]
16771
16772         0.5.0claws4
16773
16774         * sync with sylpheed 0.5.0pre4
16775                 updated gettext to 0.10.38.
16776
16777 2001-07-01 [paul]
16778
16779         * src/ mainwindow.c
16780         * src/procmsg.h
16781         * src/summaryview.[ch]
16782                 new right-click option: Label.
16783                 substitute for 'Mark-->Mark/Unmark', colours the line.
16784                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16785
16786 2001-07-01 [christoph]
16787
16788         * src/folderview.c
16789                 fixed font for trash
16790         * src/summaryview.c
16791                 move ctree to unread message
16792
16793 2001-07-01 [paul]
16794
16795         * sync with sylpheed 0.5.0pre3 release
16796
16797 2001-06-30 [alfons]
16798
16799         * src/filesel.[ch]
16800         * src/compose.c
16801                 allow inserting / attaching multiple files in
16802                 the composer window
16803
16804 2001-06-30 [paul]
16805
16806         * src/codeconv.c
16807                 small change to Alfons' previous stuff so that it
16808                 actually makes
16809
16810 2001-06-30 [alfons]
16811
16812         * lots of files changed; first attempt to merge the changes
16813           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16814
16815 2001-06-30 [paul]
16816
16817         * po/pt_BR.po
16818                 updated and completed, translations by Fabio
16819                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16820
16821 2001-06-29 [alfons]
16822
16823         * src/compose.c
16824         * src/mimeproc.[ch]
16825                 allow selecting an attached files' mime type from a 
16826                 list of types.
16827
16828 2001-06-29 [paul]
16829
16830         * more sync with sylpheed 0.5.0pre3
16831
16832 2001-06-29 [paul]
16833
16834         * po/pt_BR.po
16835                 merge with sylpheed.pot and pt_BR.po provided by
16836                 Fabio Junior Beneditto.
16837
16838 2001-06-29 [darko]
16839
16840         * src/procmime.c
16841                 make MIME types case insensitive
16842
16843 2001-06-28 [alfons]
16844
16845         * po/nl.po
16846                 merge with sylpheed.pot and old nl.po; translations added.
16847
16848 2001-06-28 [paul]
16849
16850         * more sync with sylpheed 0.5.0pre3
16851
16852 2001-06-27 [alfons]
16853
16854         * src/summaryview.c
16855                 don't crash when removing parent node of messages
16856                 attracted by subject. this was caused by not deleting
16857                 the parent node from the subject line hash table.
16858
16859 2001-06-27 [alfons]
16860
16861         * src/summaryview.c
16862         * src/compose.[ch]
16863         * src/mainwindow.c
16864                 if there are multiple messages selected, allow forwarding
16865                 them as attachments.
16866
16867 2001-06-27 [paul]
16868
16869         * more sync with sylpheed 0.5.0pre3
16870
16871 2001-06-26 [paul]
16872
16873         0.5.0claws3
16874
16875         * sync with sylpheed 0.5.0pre3
16876
16877 2001-06-25 [paul]
16878
16879         * src/mainwindow.c
16880                 fixed 'compose news article' bug
16881                 from icon-and-text toolbar
16882
16883 2001-06-25 [paul]
16884
16885         * sync with sylpheed 0.5.0pre2 release
16886
16887 2001-06-24 [christoph]
16888
16889         * src/prefs_common.c
16890                 bug fix in font selection
16891         * src/folderview.c
16892                 use sylpheed's normal font instead of
16893                 gtk default font for folders without
16894                 new messages
16895
16896 2001-06-24 [alfons]
16897
16898         * src/mainwindow.[ch]
16899                 added composite compose mail / news button (an idea by Leandro
16900                 Pereira <leandro@linuxmag.com.br>)
16901
16902 2001-06-24 [paul]
16903
16904         Added instructions for ldif-to-xml.py
16905
16906         * tools/README
16907
16908 2001-06-23 [alfons]
16909
16910         Some minor things.
16911
16912         * src/pixmaps/stock_news_compose.xpm
16913                 added pixmap by Leandro
16914         * src/prefs_common.c
16915                 tested built-in spelling checker of GCC 3.0 :)
16916         * po/nl.po
16917                 merged dutch translation of sylpheed-main with
16918                 sylpheed.pot
16919
16920 2001-06-23 [paul]
16921
16922         Added tools directory and files.
16923
16924         * tools/filter_conv.pl
16925                 converts old filter system to new filtering system
16926         * tools/ldif-to-xml.py
16927                 converts netscape addressbook to sylpheed addressbook
16928         * tools/README
16929                 descriptions/instructions for above two files
16930
16931 2001-06-23 [christoph]
16932
16933         * src/inc.c
16934         * src/manage_window.[ch]
16935         * src/prefs_common.[ch]
16936                 mail retrieval dialog can be enabled, disabled
16937                 or hidden if non of sylpheed's windows is active
16938
16939 2001-06-22 [paul]
16940
16941         0.5.0claws2
16942
16943         * sync with sylpheed 0.5.0pre2
16944
16945 2001-06-21 [christoph]
16946
16947         * src/summaryview.c
16948                 show recipient on 'from' for all accounts
16949                 
16950         * src/inc.c
16951         * src/prefs_common.[ch]
16952                 disable error popup on mail receive errors
16953
16954 2001-06-21 [alfons]
16955
16956         * src/compose.c
16957                 made the ruler correctly appear and disappear.
16958
16959         * src/Makefile.am
16960                 removed Hoa's work-in-progress-stuff (interesting!) so 
16961                 claws compiles ok.
16962
16963 2001-06-20 [christoph]
16964
16965         * src/inc.c
16966         * src/progressdialog.c
16967                 added scrolled window for list in progressdialog
16968
16969 2001-06-20 [paul]
16970
16971         sync with sylpheed 0.5.0pre1 release
16972
16973 2001-06-20 [christoph]
16974
16975         * src/summeryview.c
16976                 make building threads by subject work when
16977                 thread view is enabled
16978                 
16979         * src/compose.c
16980         * src/prefs_common.[ch]
16981                 automatically select account for mail replys
16982
16983 2001-06-19 [sergey]
16984
16985         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16986         they are filled in from the account settings.
16987
16988 2001-06-19 [paul]
16989
16990         * more sync with sylpheed 0.5.0pre1
16991
16992 2001-06-18 [alfons]
16993
16994         * src/Makefile.am,
16995           src/procmime.c
16996                 added --sysconfdir to CPPFLAGS for pointing to the correct
16997                 location of mime.types. 
16998
16999                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17000                 or ./configure!
17001
17002 2001-06-18 [hoa]
17003
17004         * src/summaryview.c
17005                 fixed some bug when building threads
17006
17007 2001-06-18 [pau]l
17008
17009         * src/prefs_account.c
17010                 UI stuff: More changes to the English
17011
17012 2001-06-18 [paul]
17013
17014         * src/pixmaps/stock_news_compose.xpm: new file
17015         * src/Makefile.am
17016         * src/mainwindow.c
17017         * src/summaryview.c
17018                 Added new icon for Hoa's 'compose a news
17019                 message', plus minor improvements to the
17020                 English
17021
17022         * po/ja.po
17023         * ChangeLog
17024         * ChangeLog.jp
17025                 more sync with sylpheed 0.5.0pre1
17026
17027 2001-06-18 [hoa]
17028
17029         * src/compose.[ch]
17030         * src/mainwindow.c
17031                 Follow-up and reply to
17032
17033         * src/summaryview.[ch]
17034                 Build threads also with subjects
17035
17036 2001-06-17 [hoa]
17037
17038         * src/compose.c
17039                 forwarding use the current account.
17040
17041         * src/mainwindow.c
17042                 the "compose message" button has been replaced with
17043                 "new mail" and "new news" buttons
17044
17045         * src/prefs_common.[ch]
17046                 added a configuration option to use the forward button
17047                 as "forward as attachment"
17048                 changed reply and forward format description
17049
17050         * src/quote_fmt_lex.l
17051         * src/quote_fmt_parse.y
17052                 added message with no signature in format for reply
17053                 and forward.
17054
17055 2001-06-17 [paul]
17056
17057         Minor UI stuff
17058
17059         * src/mainwindow.c
17060         * src/summaryview.c
17061                 Improvements to the English
17062
17063         * src/prefs_common.c
17064                 Improvements to the English and some
17065                 clarity/continuity improvements in the
17066                 description of Quote symbols.
17067
17068 2001-06-17 [paul]
17069
17070         0.5.0claws1
17071
17072         * sync with sylpheed 0.5.0pre1
17073
17074 2001-06-17 [hoa]
17075
17076         * src/compose.c
17077                 Better interface for compose, displayed fields
17078                 are updated whenever we change account.
17079                 Newsgroups field is automatically filled.
17080
17081         * src/mainwindow.c
17082                 Newsgroups field is automatically filled.
17083
17084         * src/prefs_account.c
17085                 Some interface stuff when fields appear and
17086                 disappear.
17087
17088 2001-06-16 [paul]
17089
17090         0.4.99claws
17091
17092         * sync with sylpheed 0.4.99
17093
17094 2001-06-16 [sergey]
17095
17096         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17097         base64_decoder_free, base64_decoder_decode): new object and
17098         functions for decoding base64 streams.
17099         * src/procmime.c (procmime_decode_content): modified to use the
17100         new base64 decoder.
17101
17102 2001-06-15 [paul]
17103
17104         0.4.99claws10
17105
17106         * sync with sylpheed 0.4.99cvs11
17107
17108 2001-06-13 [paul]
17109
17110         0.4.99claws9
17111
17112         * sync with sylpheed 0.4.99cvs9
17113
17114 2001-06-13 [hoa]
17115
17116         * src/compose.c
17117         * src/prefs_account.c
17118
17119                 SMTP server can be defined in the news account
17120                 mime type of attachment are kept.
17121
17122         * src/summaryview.c
17123
17124                 now choose the highest important score between default
17125                 and important score of folder.
17126
17127 2001-06-09 [alfons]
17128         
17129         * src/prefs_common.c: 
17130
17131                 (prefs_quote_description_create): corrected description of 
17132                 quote format characters
17133
17134 2001-06-09 [paul]
17135
17136         0.4.99claws8
17137
17138         * sync with sylpheed 0.4.99cvs8
17139
17140 2001-06-08 [sergey]
17141
17142         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17143         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17144
17145 2001-06-08 [paul]
17146
17147         0.4.99claws7
17148
17149         * sync with sylpheed 0.4.99cvs7
17150
17151 2001-06-06 [sergey]
17152
17153         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17154         clashes with autogenerated header).
17155         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17156         * src/Makefile.am: added quote_fmt.h.
17157         * src/.cvsignore: added lex/yacc autogenerated files
17158         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17159
17160 2001-06-06 [paul]
17161
17162         0.4.99claws6
17163
17164         * sync with sylpheed 0.4.99cvs6
17165
17166 2001-06-06 [hoa]
17167
17168         * added src/quote_fmt_parse.h
17169         * src/compose.c
17170                 removed warnings
17171
17172         * src/prefs.[ch]
17173                 don't modify readonly configuration files
17174
17175         * src/prefs_account.c
17176         * src/prefs_common.c
17177         * src/prefs_customheader.c
17178         * src/prefs_display_header.c
17179         * src/prefs_filter.c
17180         * src/prefs_filtering.c
17181         * src/prefs_scoring.c
17182                 don't open dialog box when configuration files
17183                 are readonly
17184
17185 2001-06-05 [sergey]
17186
17187         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17188
17189         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17190         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17191         BUILT_SOURCES to make all files rebuild properly.
17192
17193         * src/compose.c: removed #include "quote_fmt.tab.h".
17194
17195         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17196         CHARACTER value in yylval.
17197
17198         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17199         receive CHARACTER value by documented means (yylval).
17200
17201         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17202
17203 2001-06-05 [hoa]
17204
17205         * src/Makefile.am
17206                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17207
17208         * src/filtering.c
17209         * src/matcher.c
17210         * src/matcher.h
17211         * src/prefs_filtering.c
17212                 now keep the configuration for execute action
17213
17214         * src/mbox_folder.c
17215                 fixed a warning
17216
17217 2001-06-05 [paul]
17218
17219         * sync with sylpheed 0.4.99cvs5
17220
17221 2001-06-05 [hoa]
17222
17223         * src/Makefile.am
17224                 added quote_fmt.[ch]
17225
17226         * added src/quote_fmt.y
17227         * added src/quote_fmt.l
17228         * added src/quote_fmt.tab.h
17229         * added src/quote_fmt.tab.c
17230         * added src/lex.quote_fmt.c
17231                 parsing configuration for replying
17232                 and forwarding
17233
17234         * src/prefs_common.[ch]
17235                 added configuration UI for replying
17236                 and forwarding
17237
17238         * src/compose.c
17239                 using configuration for replying
17240                 and forwarding
17241
17242 2001-06-04 [hoa]
17243
17244         * src/filtering.c
17245         * src/matcher.c
17246         * src/matcher.h
17247         * src/prefs_filtering.c
17248         * src/prefs_matcher.c
17249         * src/prefs_matcher.h
17250                 action "run a command" for filtering
17251                 and matching with a command.
17252                 fixed the "whole message" matching
17253
17254         * src/mbox_folder.c
17255                 changed temporary filename for security
17256
17257         * src/messageview.c
17258                 queue the notification if it fails to send.
17259
17260         * src/prefs_common.c
17261         * src/prefs_folder_item.c
17262                 changed the default important score             
17263
17264         * src/prefs_scoring.c
17265         * src/scoring.c
17266                 hide kill score input when the folder is not
17267                 a newsgroup
17268
17269 2001-06-03 [alfons]
17270
17271         * src/prefs_common.c:
17272
17273                 (prefs_font_select): pass font name in font entry box to font
17274                 selection dialog.
17275
17276 2001-06-03 [sergey]
17277
17278         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17279
17280 2001-06-03 [paul]
17281
17282         * sync with sylpheed 0.4.99cvs4
17283
17284 2001-06-03 [alfons]
17285
17286         * src/headerwindow.c:
17287
17288                 (headerwindow_show_cb): use the selected summary view item, not
17289                 the displayed item.
17290
17291 2001-06-02 [alfons]
17292
17293         * src/headerwindow.c:
17294
17295                 (headerwindow_show_cb): always try to show msginfo
17296
17297 2001-06-02 [hoa]
17298
17299         * src/compose.c
17300                 keep attached parts when reediting or forwarding.
17301
17302 2001-06-01 [hoa]
17303
17304         * src/folderview.c
17305         * src/prefs_folder_item.[ch]
17306         * src/prefs_scoring.[ch]
17307         * src/scoring.[ch]
17308         * src/summaryview.[ch]
17309         * src/main.c
17310         * src/mainwindow.c
17311         * src/prefs_common.[ch]
17312                 support for folder scoring
17313                 kill score and important score for messages
17314         
17315         * src/prefs_account.c
17316                 some display bug fixed for local account
17317                 preferences
17318
17319 2001-05-31 [alfons]
17320
17321         * src/summaryview.c:
17322
17323                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17324                 sender to address book menu item is disabled.
17325
17326 2001-05-30 [hoa]
17327
17328         * src/filtering.[ch]
17329         * src/summaryview.c
17330                 handling summary menu / filter messages
17331
17332         * src/folder.[ch]
17333                 add some stuff
17334
17335         * src/foldersel.c
17336                 imap folders now appears in list
17337
17338         * src/mbox_folder.c
17339                 doesn't crash if destination mail is not writeable
17340
17341 2001-05-29 [hoa]
17342
17343         * src/compose.c
17344                 removed some warnings
17345
17346         * src/filtering.c
17347         * src/folder.[ch]
17348         * src/prefs_filtering.c
17349                 global string to identify any folders           
17350                 removed some debug info
17351                 filtering to mbox folders is now possible
17352
17353         * src/mainwindow.c
17354                 removed some warnings
17355
17356         * src/mbox_folder.c
17357                 permission on files are changed to read/write for user only,
17358                 nothing for other.
17359                 creation of subfolder is handled better.
17360
17361 2001-05-28 [alfons]
17362
17363         Verified the sync for src/prefs_common.[ch] and
17364         src/prefs_account.[ch]. I believe there were some
17365         minor indentation differences.
17366
17367 2001-05-28 [paul]
17368
17369         0.4.99claws3
17370
17371         * sync with 0.4.99cvs3
17372
17373 2001-05-28 [hoa]
17374
17375         * src/compose.c
17376                 handling flags for mbox format
17377
17378         * src/filtering.c
17379                 use of mark file only for MH format
17380                 handling flags for mbox format
17381                 filtering cannot yet move or copy mails to mbox folders.
17382
17383         * src/folder.[ch]
17384                 changed move_msg, copy_msg,
17385                 move_msgs_with_dest, copy_msgs_with_dest functions
17386                 uses only folder->copy_msg() function
17387                 uses folder->finished_copy() to handle the destination
17388                 folder at the end of the copy or move operation.
17389
17390         * src/foldersel.c
17391                 included mbox directories.
17392
17393         * src/folderview.[ch]
17394         * src/mainwindow.c
17395                 handle folders operation for mbox format
17396
17397         * src/mbox.c
17398                 disable conversion of "From " header
17399
17400         * src/mbox_folder.[ch]
17401                 completion of mbox format handling
17402
17403         * src/mh.c
17404                 changed mh_copy_msg() function and
17405                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17406                 mh_copy_msgs_with_dest()
17407
17408         * src/prefs_filtering.c
17409                 removed some warnings
17410
17411         * src/prefs_matcher.c
17412                 default boolean operation is AND
17413
17414         * src/procheader.c
17415                 handling flags for mbox format
17416                 handling of "From " header
17417
17418         * src/procmsg.[ch]
17419                 removed data field
17420                 added MSG_REALLY_DELETED flags to handle deletion of
17421                 messages in mbox format.
17422
17423         * src/summaryview.c
17424                 handling flags for mbox format
17425                 disable the MSG_DELETED flags when messages
17426                 are deleted in mbox format
17427
17428         * src/textview.c
17429                 "From " headers display fixed.
17430
17431 2001-05-27 [alfons]
17432
17433         * src/textview.c:
17434                 
17435                 (get_email_part): skip quoted email addresses, like in e.g.
17436                 "'alfons@proteus.demon.nl'".
17437
17438 2001-05-26 [alfons]
17439
17440         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17441         and fixing the persistence troubles when using separate windows.
17442
17443         * src/mainwindow.c:
17444         
17445             Added #define SEPARATE_ACTION used in the gtk item factory for 
17446             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17447                 use gtk_item_factory_get_widget_by_action() to get the items.
17448                 
17449             Removed separate_widget_cb from the gtk item factory data   
17450           
17451             (mainwindow_create): connect separate_widget_cb() to check
17452             menu item "toggled" signal. also passing a MainWindow pointer
17453                 as object data for both check menu items.
17454                 
17455             (separate_widget_cb): definition of separate_widget_cb() to match
17456             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17457                 window using gtk_object_get_data(). The type of window separation 
17458                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17459         
17460         * src/prefs_filtering.c,
17461           src/prefs_matcher.c: added horizontal scrollbars
17462
17463 2001-05-25 [darko]
17464
17465         * src/headerview.c
17466                 fix segfault with invalid bold font
17467         * src/summaryview.c
17468                 correctly display summary stats after row is marked
17469
17470 2001-05-23 [sergey]
17471
17472         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17473         encodings with libjconv.
17474
17475 2001-05-23 [hoa]
17476
17477         * src/Makefile.am
17478                 added mbox_folder.[ch]
17479         * src/defs.h
17480                 mbox temporary folder
17481         * src/folder.[ch]
17482         * added src/mbox_folder.[ch]
17483         * src/folderview.c
17484         * src/procheader.[ch]
17485                 added mbox support
17486         * src/mbox.c
17487                 bugfix for file incorporation filtering
17488         * src/imap.c
17489                 enable creation of MBOX
17490         * src/prefs_display_header.c
17491                 enable use of headers like "From "
17492                 something that should be fixed :
17493                         displaying of such headers add an extra space
17494         * src/prefs_folder_item.c
17495                 don't create folders because it is not necessary
17496         * src/procmsg.h
17497                 added data field to MsgInfo for mbox internal use
17498         * src/summaryview.c
17499                 added some support for mbox
17500         * src/utils.[ch]
17501                 added get_mbox_cache_dir() function
17502
17503 2001-05-23 [hiroyuki]
17504
17505         * src/headerwindow.c
17506           src/inc.c
17507           src/main.c
17508           src/mh.c
17509           src/nntp.c
17510           src/procmsg.h
17511           src/session.h
17512           src/socket.[ch]
17513           src/summaryview.c
17514           src/textview.c
17515           src/automaton.c
17516           src/folderview.c: more sync with 0.4.99cvs2.
17517
17518         * src/headerwindow.c: reverted.
17519
17520 2001-05-22 [paul]
17521
17522         0.4.99claws2
17523
17524         * sync with sylpheed 0.4.99cvs2
17525                 * src/news.[ch]
17526                 * src/nntp.[ch]
17527                 * INSTALL
17528                 * INSTALL.jp
17529
17530 2001-05-22 [alfons]
17531
17532         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17533
17534 2001-05-21 [alfons]
17535
17536         Minor things:
17537
17538         * configure.in: if gnome-config not found, "no" is displayed
17539         
17540         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17541
17542         * src/textview.c: now also possible to add mail addresses by right
17543           clicking in the text view
17544
17545         * src/codeconv.c: merged patch which fixes endless loop when encountering
17546           invalid wide characters; from Alte <010@imis.ru>  
17547
17548 2001-05-20 [alfons]
17549
17550         Added installation of gnome specific things:
17551
17552         * Makefile.am: gnome conditional
17553
17554         * configure.in: check for installed gnome
17555
17556         * added sylpheed.png, sylpheed.desktop
17557
17558 2001-05-20 [sergey]
17559
17560         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17561
17562         * src/mainwindow.h (main_window_toolbar_create): created a button
17563         for "Reply to all".
17564         (main_window_set_toolbar_sensitive): enable/disable the new button
17565         appropriately.
17566         (toolbar_reply_to_author_cb): handle the new button.
17567
17568         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17569         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17570         failure).
17571
17572 2001-05-19 [sergey]
17573
17574         * src/compose.h (ComposeReplyMode): new modes
17575         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17576         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17577
17578         * src/compose.c
17579         (compose_send): move some code into a new function:
17580         (compose_current_mail_account): new function.
17581         (compose_reply): new argument to_author, all callers changed; if
17582         to_author==TRUE and account->protocol==A_NNTP, find and use an
17583         appropriate mail account for replying.
17584         (compose_reply_set_entry): new argument to_author; ignore
17585         compose->replyto if to_author==TRUE.
17586
17587         * src/mainwindow.c: new command "Message/Reply to author".
17588         (main_window_set_menu_sensitive): enable/disable it.
17589         (reply_cb): handle it.
17590
17591         * src/summaryview.c: new command "Reply to author".
17592         (summary_set_menu_sensitive): enable/disable it.
17593         (summary_reply_cb): handle it.
17594
17595         * src/account.c (account_find_mail_from_address): new function.
17596
17597 2001-05-18 [paul]
17598
17599         0.4.99claws1
17600
17601         * sync with sylpheed 0.4.99cvs1
17602
17603 2001-05-18 [hoa]
17604
17605         * src/compose.[ch]
17606         * src/filtering.c
17607         * src/summaryview.c
17608                 new filtering action : forward and forward as attachment
17609
17610         * src/main.c
17611                 no need for $DISPLAY when we run sylpheed --help
17612                 call to parse_cmd_opt() is moved
17613
17614         * src/mainwindow.[ch]
17615                 execute button is hidden when immediate execute
17616                 is chosen
17617
17618         * src/mh.c
17619         * src/news.c
17620         * src/prefs_folder_item.c
17621         * src/procmsg.c
17622                 better handling of missing directories
17623
17624         * src/summaryview.c
17625                 reedit is enabled in outbox
17626                 reedit is enabled in queue
17627
17628 2001-05-17 [hoa]
17629
17630         * src/filtering.c
17631         * src/matcher.[ch]
17632         * src/prefs_filtering.c
17633                 changed attachement into attachment
17634
17635 2001-05-17 [alfons]
17636
17637         0.4.67claws4    
17638
17639         * sync with sylpheed 0.4.67cvs9
17640         * sync with sylpheed 0.4.67cvs7-8
17641
17642 2001-05-17 [hoa]
17643
17644         * src/Makefile.am
17645                 added prefs_filtering.c
17646
17647         * src/filtering.[ch]
17648         * src/matcher.[ch]
17649                 removed action : forward_news and forward_news_as_attachement
17650                 (forward and forward_as_attachement can be used instead)
17651
17652         * src/mainwindow.c
17653                 added menu option to access filtering configuration
17654
17655         * src/prefs_account.c
17656                 changed mail_command default to /usr/sbin/sendmail
17657
17658         * added src/prefs_filtering.[ch]
17659                 dialog box for filtering configuration
17660
17661         * src/prefs_matcher.c
17662                 added function prefs_matcher_get_criteria_from_matching()
17663
17664         * src/prefs_scoring.c
17665                 reset the dialog when register or substitute is clicked
17666
17667 2001-05-15 [hoa]
17668
17669         * src/Makefile.am
17670                 added filtering.[ch]
17671         * src/inc.c
17672                 using filering.[ch] instead of filter.[ch]
17673         * src/main.c
17674                 reading new filtering configuration
17675         * src/matcher.[ch]
17676                 added some filtering actions
17677                 and fixed a bug for headers and mail body matching
17678         * src/mbox.c
17679                 using filering.[ch] instead of filter.[ch]
17680         * src/mh.c
17681                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17682         * src/summaryview.c
17683                 some fixes for filtering
17684
17685 2001-05-14 [hiroyuki]
17686
17687         * src/send.c: fixed some weird indentations.
17688           send_message_with_command(): call pclose() only if p != NULL.
17689         * src/textview.c: get_email_part(): modified the code for readability.
17690
17691 2001-05-14 [hiroyuki]
17692
17693         * src/md5global.h
17694           src/md5ify.c
17695           src/md5ify.h: removed from the cvs.
17696
17697 2001-05-13 [sergey]
17698
17699         * src/main.c: include rfc2015.h to avoid compiler warnings.
17700         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17701         the panel is already on screen.
17702         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17703         closing the alert window by ESC as "No".
17704         * src/prefs_common.c (prefs_interface_create): moved return
17705         receipt check button to the correct place.
17706
17707 2001-03-13 [alfons]
17708
17709         * src/prefs_common.c: 
17710                 moved return receipt check button to the Send tab. (prefs_send_create)
17711                 removed the date format ui related globals. (prefs_display_create)
17712
17713         0.4.67claws3
17714         
17715         * sync with sylpheed 0.4.67cvs5-6
17716
17717 2001-05-13 [paul]
17718
17719         * added Alfons' font selection patch
17720
17721         * src/defs.h
17722         * src/headerwindow.c
17723         * src/prefs_common.c
17724         * src/prefs_common.h
17725
17726 2001-05-13 [hoa]
17727         * src/defs.h
17728                 changed version of cache
17729         * src/matcher.[ch]
17730         * src/prefs_matcher.c
17731                 added additionnal matching criteria
17732         * src/procheader.c
17733         * src/procmsg.[ch]
17734         * src/news.c
17735                 added references in MsgInfo
17736
17737 2001-05-12 [hoa]
17738
17739         * src/defs.h
17740                 prepared some things for new filtering
17741         * src/matcher.[ch]
17742                 added some matching properties
17743                 inreplyto need to be enhanced
17744                 prepared some things for new filtering
17745         * src/messageview.c
17746                 added Return-Receipt-To handling
17747         * src/prefs_folder_item.c
17748                 changed default value to TRUE
17749         * src/prefs_matcher.c
17750                 added some matching properties
17751         * src/prefs_scoring.[ch]
17752                 the scoring dialog is finished
17753         * src/procheader.c
17754                 added Return-Receipt-To handling
17755                 Reference need to be added
17756         * src/procmsg.[ch]
17757                 added Return-Receipt-To handling
17758                 added threadscore to get a better score sorting when
17759                 threads are enabled
17760         * src/summaryview.c
17761                 suppressed a bug when we sort the list
17762                 when no folder is opened.
17763                 better score sorting when threads are enabled
17764
17765 2001-05-12 [alfons]
17766
17767         * reverted previous patch because of potential errors 
17768
17769         0.4.67claws2
17770         
17771         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17772                 applied "toggle mail-retrieval dialog window" patch submitted 
17773                 by Eric Limpens <eric@qnt.net>
17774
17775         * sync with sylpheed 0.4.67cvs4
17776
17777 2001-05-12 [sergey]
17778
17779         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17780         some picky compilers.
17781         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17782         * src/grouplist_dialog.c: include alertpanel.h.
17783         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17784         fix compile warning.
17785         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17786         #include "defs.h" before others to prevent the warning of `MIN'
17787         and `MAX' redefinition.
17788
17789 2001-05-11 [hoa]
17790
17791         * src/main.c
17792         * src/messageview.c
17793         * src/prefs_account.c
17794         * src/prefs_display_header.c
17795                 removed warning
17796         * src/Makefile.am
17797                 added prefs_scoring.[ch]
17798         * src/grouplist_dialog.c
17799                 display an error dialog box if the group list
17800                 cannot be fetched.
17801         * src/mainwindow.[ch]
17802                 added main_window_set_thread_option() function
17803                 scoring dialog box enabled
17804         * src/matcher.[ch]
17805                 added flags matching unread /new / marked
17806                 / deleted / replied / forwarded
17807         * src/news.c
17808                 newsgroups are now finally in newscache
17809         * src/prefs_matcher.[ch]
17810                 finished preferences for matching dialog
17811         * added src/prefs_scoring.[ch]
17812                 scoring dialog box completed
17813         * src/scoring.[ch]
17814                 conversion to string : added scoringprop_to_string()
17815                 write config for preferences :
17816                 added prefs_scoring_write_config()
17817         * src/summaryview.c
17818                 threads can be enabled/disabled independently
17819                 for each folder
17820
17821 2001-05-10 [alfons]
17822
17823         0.4.67claws1
17824         
17825         * AUTHORS: 
17826                 thought it would be nice to have a list of all
17827                 contributors (used Changelog as a reference)
17828         
17829         * configure.in: 
17830                 messed up version numbering...
17831
17832         0.4.66claws1
17833
17834         * sync with sylpheed 0.4.67cvs1-3
17835
17836 2001-05-10 [darko]
17837
17838         * src/prefs_common.c:
17839                 better UI for strftime format, double clicking
17840                 on format now inserts the format in text entry
17841                 replaced close button with standard OK/Cancel
17842                 moved date format button to the right of the
17843                 text entry field
17844
17845 2001-05-09 [alfons]
17846
17847         * src/gtkstext.c:
17848                 Ctrl-Home / Ctrl-End have proper cursor navigation
17849
17850 2001-05-09 [hoa]
17851
17852         * src/prefs_matcher.c
17853                 finished UI to define matching properties
17854                 added ok and cancel button
17855         * src/prefs_filter.c
17856                 added ok and cancel button
17857         * src/news.c
17858                 fixed some bug in xhdr parsing
17859
17860 2001-05-08 [alfons]
17861
17862         * src/textview.c: 
17863                 fixed a bug in textview_show_header(), which displayed two colons (':');
17864                 cleaned up some warnings
17865
17866 2001-05-08 [hoa]
17867
17868         * src/Makefile.am
17869                 added prefs_matcher.[ch]
17870                 compilation with -W -Wall
17871         * src/alertpanel.c
17872                 ungrab the mouse events if grabbed - does it
17873                 fix the bug for disposition notification ?
17874         * src/mainwindow.c
17875                 added a menu option to open the matching dialog.
17876         * src/matcher.[ch]
17877                 added matcherprop_to_string() and matcherlist_to_string()
17878                 fixed some bugs, changed the name of some options
17879                 age_sup and age_inf becomes age_greater and age_lower,
17880                 body and messageheaders becomes body_part and headers_part,
17881                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17882         * src/prefs_display_header.c
17883         * src/prefs_headers.c
17884                 fixed a bug that accidentally destroyed dialogs
17885                 when closed them with delete_event
17886                 Added *_deleted() which handle delete_event signal correctly.
17887         * src/prefs_folder_item.[ch]
17888                 added "enable_thread" field for future customization
17889         * added src/prefs_matcher.[ch]
17890                 sample of the UI to define matching properties
17891         * src/procheader.c
17892                 using procheader_headername_equal instead of str*cmp functions
17893                 using procheader_parse_header() function
17894         * src/scoring.c
17895                 using MATCHING_XXX instead of SCORING_XXX
17896         * src/summaryview.c
17897                 display the sender of the news even if this is ourself
17898                 when this is a news message.
17899         * src/textview.c
17900                 using headername_equal() instead of str*cmp functions
17901
17902 2001-05-08 [alfons]
17903
17904         0.4.66claws
17905
17906         * sync with sylpheed 0.4.66
17907         * src/gtkstext.c: trace logs added 
17908
17909 2001-05-08 [sergey]
17910
17911         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17912         signature check popup.
17913         * src/rfc2015.c (check_signature): show signature check popup only
17914         if it is enabled in preferences.
17915
17916 2001-05-07 [alfons]
17917
17918         0.4.66claws4
17919         
17920         * sync with sylpheed 0.4.66cvs6
17921
17922 2001-05-07 [darko]
17923
17924         * src/prefs_common.[ch]: added option to enable/disable
17925           looking up sender name in address book for summary pane
17926         * src/summaryview.c: look up sender in the address book
17927           by using Alfons' address completion code
17928
17929 2001-05-07 [hiroyuki]
17930
17931         * src/inc.h
17932           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17933           member of Pop3State.
17934         * src/news.c: brought #include "defs.h" before #include <glib.h>
17935           to prevent the warning of `MIN' and `MAX' redefinition.
17936
17937 2001-05-06 [hoa]
17938
17939         * removed src/headers_display.[ch]
17940         * removed src/prefs_display_headers.[ch]
17941         * src/inc.c
17942                 use a temporary file in the user directory for mbox import
17943         * src/news.c
17944                 added XHDR support to get "To" and "Cc" headers
17945                 (in order to match news with to or cc field for
17946                 scoring)
17947                 added function news_parse_xhdr() to get XHDR response
17948         * src/nntp.[ch]
17949                 added function nntp_xhdr()
17950         * src/matcher.c
17951                 fetch the message if necessary
17952
17953 2001-05-06 [alfons]
17954
17955         0.4.66claws3
17956
17957         * sync with sylpheed 0.4.66cvs3-5
17958
17959 2001-05-06 [hoa]
17960
17961         * src/utils.[ch]
17962                 added function itos_buf() to enable use of several buffers
17963         * src/summaryview.c
17964                 use of itos_buf() instead of itos() in summary list
17965                 to fix the broken display of message number.
17966
17967 2001-05-06 [alfons]
17968
17969         * src/gtkstext.c: bug in cursor up navigation fixed,
17970                 fixed another unsigned / signed comparison (we're getting there :-)
17971
17972 2001-05-06 [hoa]
17973
17974         * src/Makefile.am
17975                 added scoring.c scoring.h
17976                 prefs_folder_item.c prefs_folder_item.h
17977                 matcher.c matcher.h
17978         * src/defs.h
17979                 added FOLDERITEM_RC SCORING_RC
17980         * src/folder.[ch]
17981                 added prefs field in FolderItem :
17982                 properties for each folder (PrefsFolderItem),
17983                 sorting type and mode were added as the first properties.
17984         * src/main.c
17985                 read config for scoring
17986         * added src/matcher.[ch]
17987                 gives functions to parse configuration file to do
17988                 matching on mails with a list of conditions.
17989         * src/mainwindow.c
17990                 add option to sort by score
17991         * src/prefs_common.[ch]
17992                 added preference option to show score and for
17993                 the score column size
17994         * added src/prefs_folder_item.[ch]
17995                 properties for each folder (PrefsFolderItem),
17996                 sorting type and mode were added as the first properties.
17997         * src/procheader.[ch]
17998                 added procheader_parse_header()
17999                 added procheader_header_free()
18000                 added procheader_headername_equal()
18001                 and made modification to use them.
18002         * src/procmsg.[ch]
18003                 added score field to MsgInfo structure
18004         * added src/scoring.[ch]
18005                 gives functions to parse configuration file to do
18006                 scoring on mails with a list of conditions.
18007         * src/summaryview.[ch]
18008                 save the sorting type and mode for the folder
18009                 added column to display the score of the mail
18010                 added function summary_score_clicked()
18011                 sorting type and mode are restored to the folder
18012                 when it is reopen
18013         * src/textview.c
18014                 use procheader_parse_header(), procheader_headername_equal()
18015                 removed memory leak in text_scan_header when freeing headers
18016         * src/filter.c
18017                 changed the function to match names of headers
18018                 using procheader_headername_equal()
18019
18020         Scoring functions are implemented, an interface is needed
18021         to configure that.
18022
18023 2001-05-04 [alfons]
18024
18025         * src/gtkstext.c: 
18026                 hopefully fixed the row up navigation bug,
18027                 removed adding back / forward lines to cache
18028
18029 2001-05-04 [sergey]
18030
18031         * src/prefs_display_headers.c: user interface changes:
18032         (prefs_display_headers_create): remove unused "Show" check button;
18033         allow reordering of headers by dragging.
18034         (prefs_display_headers_write_config): remove unused variables.
18035         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18036         of lists (not needed with the new UI).
18037         (prefs_display_headers_set_list): scan lists starting from row 0,
18038         not 1 (do not skip "(New)").
18039         (prefs_display_headers_find_header): new function.
18040         (prefs_display_headers_clist_set_row): do not allow duplicates.
18041         (prefs_display_headers_delete_cb): do not skip row 0; treat
18042         closing the alert window by ESC as "No".
18043         (prefs_display_headers_up): do not protect row 0.
18044         (prefs_display_headers_down): do not protect row 0.
18045
18046 2001-05-04 [sergey]
18047
18048         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18049         functions.
18050
18051         * src/summaryview.c
18052         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18053         summary_select_next_marked, summary_select_prev_marked): new
18054         functions.
18055
18056 2001-05-03 [sergey]
18057
18058         * src/news.c: fixed a bug when no article can be fetched after
18059         server timeout if the connection was restored by news_post():
18060         (news_select_group): new function.
18061         (news_fetch_msg): call news_select_group() before fetching
18062         article.
18063         (news_get_uncached_articles): set session->group after successful
18064         GROUP command.
18065
18066 2001-05-03 [hoa]
18067
18068         * src/defs.h
18069         * src/procmsg.[ch]
18070         * src/procheader.c
18071                  changed version of cache, added cc field
18072
18073         * src/prefs_display_headers.c
18074                 the interface was changed
18075
18076         * src/prefs_headers.c
18077                 added cancel button
18078
18079 2001-05-03 [alfons]
18080
18081         * completed sync of sylpheed cvs2
18082         * src/gtkstext.c: updated row up / down cursor navigation
18083         * src/textview.c: re-edited, prepared for fixing the email address
18084                 scanner.
18085
18086 2001-05-03 [darko]
18087
18088         * src/prefs_common.c: use alfons' strftime ui code
18089         entry_datefmt and datefmt_sample widgets have to be
18090         global in this module because of this change
18091
18092 2001-05-03 [hoa]
18093
18094         * src/messageview.c
18095         * src/prefs_common.[ch] added option to activate the return receipt
18096                 feature.
18097
18098 2001-05-02 [alfons]
18099
18100         * src/gtkstext.c: fix for row up/down cursor navigation. 
18101
18102         0.4.66claws2
18103         
18104         * sync with 0.4.66cvs2
18105
18106 2001-05-02 [paul]
18107
18108         added add-sender-to-addressbook patch
18109
18110         * src/addressbook.c
18111         * src/addressbook.h
18112         * src/summaryview.c
18113
18114 2001-05-02 [sergey]
18115
18116         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18117         G_ALERTDISABLE.
18118
18119         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18120         all existing callers changed to pass FALSE; create a check button
18121         to disable the message.
18122         (alertpanel_message_with_disable): new function.
18123         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18124         (alertpanel_button_toggled): new function.
18125         (alertpanel_button_clicked, alertpanel_close): set value using
18126         G_ALERT_VALUE_MASK.
18127
18128         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18129
18130         * src/prefs_common.c (prefs_privacy_create): new check button
18131         checkbtn_gpgme_warning.
18132
18133         * src/main.c (main): moved preferences reading before gpgme
18134         initialization; check prefs_common.gpgme_warning before giving the
18135         GnuPG warning and set it to FALSE if the user wants to disable the
18136         warning.
18137
18138 2001-05-02 [hiroyuki]
18139
18140         * src/prefs_display_headers.c: modified the layout and some labels.
18141
18142 2001-05-02 [sergey]
18143
18144         * src/prefs_account.c (prefs_account_fix_size): new function.
18145         (prefs_account_create): call prefs_account_fix_size(); use
18146         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18147         size when the window is shown for the first time).
18148         (prefs_account_basic_create): changed layout of serv_table; moved
18149         localmbox_entry above smtpserv_entry (logically it replaces
18150         POP3/IMAP server).
18151         (prefs_account_protocol_activated): set sensitivity of
18152         nntpauth_chkbtn according to the protocol (in addition to
18153         hide/show); commented out gtk_table_set_row_spacing() calls.
18154         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18155         not sensitive (fixes a bug with disabled username/password boxes
18156         when editing POP3 account after NNTP with authentication).
18157
18158 2001-05-02 [hoa]
18159
18160         * src/account.c
18161         * src/inc.c
18162         * src/prefs_account.[ch]
18163         * src/send.c
18164                 removed local account without SMTP server
18165                 added option to use mail command instead of a connexion
18166                 to SMTP server when a local account is used
18167         * src/prefs_headers.c
18168                 fixed a bug
18169         * src/news.c
18170                 fixed a bug when connexion immediately closed
18171
18172 2001-05-01 [alfons]
18173
18174         0.4.66claws1
18175         
18176         * sync with 0.4.65
18177
18178 2001-05-01 [sergey]
18179
18180         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18181         widget nntpauth_chkbtn.
18182         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18183         visibility.
18184         (prefs_account_nntpauth_toggled): new function.
18185
18186         * src/news.c (news_session_new_for_folder): use NNTP
18187         authentication only if ac->use_nntp_auth is set.
18188
18189 2001-05-01 [hoa]
18190
18191         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18192         * src/prefs_display_headers.c changed the UI
18193         * src/prefs_headers.c changed account_name to account_id
18194         * src/compose.c using customheader.h
18195
18196 2001-05-01 [hiroyuki]
18197
18198         * src/esmtp.c
18199           src/news.c
18200           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18201           unsynched.
18202
18203 2001-05-01 [hoa]
18204
18205         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18206         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18207                 for displaying of headers
18208         * src/grouplist_dialog.[ch] minor changes to remove warnings
18209         * src/prefs_display_headers.[ch] dialog to choose the
18210         headers to display in the mail viewer.
18211         * src/headers.h correction of #define
18212         * src/headers_display.[ch] configuration for displaying of headers.
18213         * src/main.c read config of displaying of headers
18214         * src/prefs_common.c add a button to access the config dialog
18215                 for displaying of headers
18216         * src/prefs_display_headers.[ch] dialog for configuration for
18217                 displaying of the headers.
18218         * src/prefs_headers.c cleaning of code
18219         * src/procheader.c comments added to code
18220         * src/textview.c changes to reorder the headers depending
18221                 on the config for displaying of headers
18222
18223 2001-04-30 [alfons]
18224
18225         0.4.65claws7
18226
18227         * sync with 0.4.65cvs12
18228
18229         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18230
18231 2001-04-30 [sergey]
18232
18233         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18234
18235         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18236         is set to force reconnection after authentication failure.
18237         (nntp_gen_command): set sock->auth_failed on authentication
18238         failure, or if sock->userid and sock->passwd are not set.
18239
18240         * src/news.c (news_session_new_for_folder): set userid=NULL if
18241         password dialog is cancelled.
18242
18243 2001-04-30 [sergey]
18244
18245         * src/nntp.h (NNTPSockInfo): new type.
18246
18247         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18248         SockInfo.
18249         (nntp_open_auth, nntp_close): new functions.
18250         (nntp_gen_command): new function to handle authentication; all
18251         NNTP command functions updated to use it.
18252         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18253         (nntp_list): removed old useless code.
18254
18255         * src/news.h (NNTPSession): new field nntp_sock.
18256
18257         * src/news.c: all functions updated to use NNTPSockInfo instead of
18258         SockInfo.
18259         (news_session_new): new arguments (userid, passwd); made static;
18260         use nntp_open_auth() if needed.
18261         (news_session_destroy): use nntp_close() instead of sock_close().
18262         (news_query_password): changed arguments.
18263         (news_session_new_for_folder): new function.
18264         (news_session_get): use news_session_new_for_folder().
18265         (news_authenticate): deleted.
18266         (news_get_uncached_articles): removed old authentication code.
18267
18268 2001-04-30 [sergey]
18269
18270         * src/news.c: reverted my previous changes (need to do NNTP
18271         authentication in a cleaner way).
18272         
18273 2001-04-29 [sergey]
18274
18275         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18276         news_nntp_post, news_nntp_mode): new functions (wrappers with
18277         authentication support).
18278         (news_get_article_cmd, news_get_article, news_get_header): new
18279         argument "folder"; all callers changed.
18280         (news_get_article_cmd): added authentication support.
18281         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18282         (news_post): use news_nntp_post() instead of nntp_post().
18283         (news_get_uncached_articles): use news_nntp_group() instead of
18284         nntp_group() and news_nntp_xover() instead of nntp_xover();
18285         removed old authentication code.
18286         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18287
18288         * src/nntp.c (nntp_list): return real error code instead of
18289         hardcoded NN_ERROR.
18290
18291 2001-04-29 [sergey]
18292
18293         * configure.in: fixed wint_t typedef detection again
18294
18295 2001-04-28 [hoa]
18296
18297         * src/prefs_account.[ch], added A_LOCAL_CMD
18298                 (send mail with mail command)
18299         * src/send.c added function send_message_with_command()
18300         * src/inc.c made a more secure get_spool() function with
18301                 mktemp() but maybe mkstemp() or something more
18302                 secure can be used.
18303
18304 2001-04-28 [alfons]
18305
18306         * src/textview.c, colorization of email addresses in headers
18307
18308         0.4.65claws6
18309
18310         * bug sync with sylpheed
18311         * prefs_common.c: created date format ui for darko
18312         * sync with 0.4.65cvs11
18313         * configure.in: corrected to have the new gpg checks
18314
18315 2001-04-27 [alfons]
18316
18317         * completed sync with 0.4.65cvs10
18318         * minor debug things added to gtkstext.c
18319
18320 2001-04-27 [darko]
18321
18322         * configure.in: remove check for availability of
18323           strftime() as advised by Hiroyuki
18324         * src/prefs_common.[ch], src/procheader.c:
18325           synch strftime() code with Hiroyki's main branch
18326
18327 2001-04-26 [sergey]
18328
18329         * src/news.c: news_query_password(), news_authenticate(): new
18330           functions.
18331           news_get_uncached_articles(): added NNTP authentication
18332           handling.
18333         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18334           new functions.
18335         * src/prefs_account.c: prefs_account_protocol_activated():
18336           enable userid and password fields for NNTP.
18337
18338 2001-04-26
18339
18340         * configure.in: check for availability of strftime()
18341           [darko]
18342         * src/prefs_common.[ch], src/procheader.c: use
18343           strftime() for displaying date in summary pane if it
18344           is available
18345
18346 2001-04-25
18347
18348         * more .cvsignore cleanups [alfons]
18349
18350 2001-04-25
18351
18352         * ac/sv-check-type.m4: new autoconf macro.
18353         * configure.in: fixed wint_t typedef detection (did not work
18354           with gcc-2.96).
18355
18356 2001-04-25
18357
18358         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18359           [hiroyuki]
18360
18361 2001-04-24
18362         * modified gtkstext.c : buggy cursor navigation fixed, 
18363           and font descent also taken in account when drawing
18364           cursor. [alfons]
18365
18366 2001-04-24 [hoa]
18367         * added comments in src/news.c src/nntp.c
18368         * added src/prefs_headers.[ch]
18369         * added src/headers.[ch]
18370         * modified compose.c to activate custom headers
18371                 added function is_in_custom_headers
18372         * modified prefs_account.[ch]
18373                 added function prefs_account_customhdr_edit
18374         * modified src/defs.h :
18375                 added HEADERS_RC : name of the config file
18376                 for the custom headers
18377
18378 2001-04-24
18379
18380     0.4.65claws5
18381
18382         * configure.in
18383           src/gtkstext.[ch]
18384           src/compose.c
18385           src/Makefile.am
18386           
18387           added gtkstext with configure.in patch by Hiroyuki which
18388           should fix the XIM detection [alfons]
18389
18390         * more clean up of cvs [alfons]
18391
18392                  * removed all Makefile.in files to attic.
18393
18394                  * updated all .cvsignores to really ignore things that could
18395                    be unintentionally committed by a recursive commit.
18396
18397 2001-04-23 [hoa]
18398         * added src/grouplist_dialog.[ch]
18399         * changed src/folderview.c to call grouplist_dialog instead
18400                 of inputdialog
18401         * src/news.c :
18402                 added functions news_reset_group_list
18403                 and news_get_group_list
18404         * src/nntp.c :
18405                 added function nntp_list
18406         * src/defs.h :
18407                 added GROUPLIST_FILE : name of the newsgroup list cache file
18408
18409 2001-04-21
18410
18411         * added option to warn about queued messages on exit [sergey]:
18412
18413           * src/compose.c: compose_queue(): call folder_item_scan()
18414             and folderview_update_item() after queueing.
18415           * src/folderview.c: folderview_update_node(): draw the queue
18416             folder in bold font if there are queued messages.
18417           * src/mainwindow.c: queued_messages(): new function.
18418             app_exit_cb(): display warning if there are queued messages
18419             if warn_queued_on_exit is set.
18420           * prefs_common.[ch]: add warn_queued_on_exit option.
18421
18422         * enhanced GnuPG key selection support [sergey]:
18423
18424           * src/select-keys.c: updated to newer version from Win32
18425             branch with support for selecting arbitrary keys.
18426           * src/prefs_account.c: added the Privacy tab to the account
18427             options window.
18428             prefs_account_privacy_create(),
18429             prefs_account_sign_key_set_data_from_radiobtn(),
18430             prefs_account_sign_key_set_radiobtn(): new functions.
18431           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18432           * src/rfc2015.c: set_signers(): new function.
18433             pgp_sign(): add the account parameter, call set_signers().
18434             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18435           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18436           * src/compose.c: pass the current account to rfc2015_sign().
18437
18438         * tag name claws added to prevent confusion with main branch [alfons]
18439
18440         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18441
18442         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18443
18444         * sync with recent sylpheed cvs. Untested though. [alfons]
18445