sync with 0.9.4cvs11
[claws.git] / ChangeLog.claws
1 2003-08-29 [paul]       0.9.4claws41
2
3         * src/prefs_filtering.c
4                 add 'Top' and 'Bottom' buttons, based on changes in
5                 src/prefs_filter.c in 0.9.4cvs11.
6
7 2003-08-27 [christoph]  0.9.4claws40
8
9         * src/folderview.c
10                 fix bug that the current summary settings were copied to the
11                 wrong folder item, when the folder item prefs are opened.
12                 Copying is not required because summary settings and
13                 folder_item_prefs do not contain the same settings
14
15 2003-08-27 [thorsten]   0.9.4claws39
16
17         * src/imap.c
18                 fix compile error
19
20 2003-08-26 [paul]       0.9.4claws38
21
22         * sync with 0.9.4cvs9
23                 see ChangeLog 2003-08-26
24
25 2003-08-25 [paul]       0.9.4claws37
26
27         * sync with 0.9.4cvs8
28                 see ChangeLog 2003-08-25
29
30 2003-08-24 [christoph]  0.9.4claws36
31
32         * src/prefs_filtering.c
33                 shouldn't remove items from a GSList while iterating over the
34                 list (makes cur invalid and cur->next not accessable)
35
36         (closes Bug 272 i deleted an folder and some seconds later sylpheed
37          crashed)
38
39 2003-08-23 [christoph]  0.9.4claws35
40
41         * src/news.c
42                 news folders should be scanned when opened
43
44 2003-08-22 [christoph]  0.9.4claws34
45
46         * src/prefs_folder_item.c
47                 use macro to assign strings that always frees the old string
48
49         * src/gtk/gtkaspell.[ch]
50                 add gtkaspell_set_dictionary_menu_active_item() to set active
51                 item in dictionary option menu
52
53         * src/prefs_spelling.c
54                 use gtkaspell_set_dictionary_menu_active_item() to select
55                 dictionary
56
57 2003-08-21 [christoph]  0.9.4claws33
58
59         * src/folder.[ch]
60         * src/imap.c
61         * src/mbox_folder.c
62         * src/mh.c
63         * src/news.c
64                 optimize folder system
65
66         * src/gtk/gtkstext.c
67                 fix division by zero when font has 0 width for ' '
68
69 2003-08-21 [paul]       0.9.4claws32
70
71         * sync with 0.9.4cvs7
72                 see ChangeLog 2003-08-20
73
74 2003-08-19 [paul]       0.9.4claws31
75
76         * src/common/defs.h
77                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
78                 SYLDOC_FAQ_HTML_INDEX.
79         * src/manual.c
80                 use LC_MESSAGES instead of LC_ALL to find the current
81                 language
82
83           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
84
85 2003-08-19 [paul]       0.9.4claws30
86
87         * po/bg.po
88                 updated by George Danchev
89
90 2003-08-18 [luke]       0.9.4claws29
91         * src/mimeview.[ch]
92         * src/gtk/gtkvscrollbutton.[ch]
93                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
94                   dependencies; do it the GTK way; reduce code -14/+2 lines)
95                 o removed horizontal separator between icons
96
97 2003-08-17 [christoph]  0.9.4claws28
98
99         * src/procmsg.c
100                 no subject threading when the subject has no reply prefix
101
102 2003-08-16 [christoph]  0.9.4claws27
103
104         * src/mainwindow.c
105                 remember and restore window sizes and position when the main
106                 window is hidden or shown
107
108         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
109          minimised/reopened using trayicon)
110
111 2003-08-16 [paul]       0.9.4claws26
112
113         * src/crash.c
114                 add #include "defs.h"
115
116 2003-08-16 [paul]       0.9.4claws25
117
118         * src/plugins/clamav/clamav_plugin.c
119                 reword a debug_print
120                 
121         * src/plugins/dillo_viewer/dillo_prefs.c
122                 cosmetic: change the labels' text, add tooltips, and
123                 left-align the hint
124
125 2003-08-15 [christoph]  0.9.4claws24
126
127         * src/news.c
128                 complete last change (forgot some changes)
129
130 2003-08-15 [christoph]  0.9.4claws23
131
132         * src/news.c
133                 o check number of messages and don't return a 0 message
134                   when no messages are available
135                 o don't parse xref header anymore
136
137         (closes Bug 203 I'm not getting any news)
138
139 2003-08-15 [paul]       0.9.4claws22
140
141         * src/common/defs.h
142           src/crash.c
143                 update and define claws bugzilla location
144
145 2003-08-15 [paul]       0.9.4claws21
146
147         * po/ru.po
148                 update submitted by Ruslan N. Balkin
149
150 2003-08-14 [christoph]  0.9.4claws20
151
152         * src/procmsg.c
153                 fix search for oldest node in subject threading
154
155 2003-08-14 [christoph]  0.9.4claws19
156
157         * src/procmsg.c
158         * src/common/utils.h
159                 add possibility to check all nodes with the same subject for
160                 subject threading, not only the oldest node. Should not break
161                 threads anymore if the oldest node is thread_by_subject_max_age
162                 days older then parent, because it can now find a child of
163                 oldest node as new parent.
164
165 2003-08-11 [christoph]  0.9.4claws18
166
167         * src/plugins/spamassassin/spamassassin.c
168                 run spam check in background process
169
170 2003-08-10 [alfons]     0.9.4claws17
171
172         * src/summaryview.c
173                 make `Select All' sensitive too
174
175 2003-08-10 [christoph]  0.9.4claws16
176
177         * src/imap.c
178                 add more checks in imap_close
179
180 2003-08-09 [alfons]     0.9.4claws15
181
182         * src/prefs_spelling.c
183                 no spell checking UI if not requested
184
185 2003-08-09 [alfons]     0.9.4claws14
186
187         * src/gtk/prefswindow.c
188                 make it compile
189
190 2003-08-09 [christoph]  0.9.4claws13
191
192         * src/prefs_spelling.c
193         * src/gtk/prefswindow.[ch]
194         * src/plugins/clamav/clamav_plugin_gtk.c
195         * src/plugins/spamassassin/spamassassin_gtk.c
196                 sort prefs pages by heighest weight in tree
197
198 2003-08-09 [paul]       0.9.4claws12
199
200         * sync with 0.9.4cvs6
201                 see ChangeLog 2003-08-07
202                 
203         * AUTHORS
204                 add Leandro and Luke to claws-branch section
205
206 2003-08-09 [christoph]  0.9.4claws11
207
208         * src/gtk/Makefile.am
209         * src/gtk/colorsel.[ch]                 ** NEW **
210                 create a color selection dialog that can be used as a simple
211                 function call with it's own gtk main loop like filesel.[ch]
212
213         * src/Makefile.am
214         * src/main.c
215         * src/prefs_common.c
216         * src/prefs_spelling.[ch]               ** NEW **
217         * src/prefs_spelling.glade              ** NEW **
218         * src/gtk/gtkutils.[ch]
219                 move "Spell Checker" prefs to new prefs dialog
220
221         * src/prefs_folder_item.c
222                 use new colorsel dialog
223
224 2003-08-08 [paul]       0.9.4claws10
225
226         * src/inc.c
227                 clear the progress bar unconditionally
228
229 2003-08-08 [paul]       0.9.4claws9
230
231         * sync with 0.9.4cvs4
232                 see ChangeLog 2003-07-31
233
234 2003-08-07 [christoph]  0.9.4claws8
235
236         * configure.ac
237                 fix bug in image viewer plugin part
238
239         * src/imap.c
240                 don't execute close command if the folder item is not selected
241
242 2003-08-07 [hoa]        0.9.4claws7
243
244         * src/filtering.[ch]
245         * src/matcher_parser.h
246         * src/matcher_parser_parse.y
247                 can define several actions for each filtering rule
248                 can import old versions of filtering rules
249
250         * src/prefs_filtering.c
251                 call to a new dialog box to define actions
252
253         * src/prefs_filtering_action.[ch]
254                 dialog box to define actions for filtering rules
255
256 2003-08-06 [christoph]  0.9.4claws6
257
258         * src/imap.c
259                 make sure source folder is selected when copying messages
260
261 2003-08-06 [christoph]  0.9.4claws5
262
263         * sync with 0.9.4cvs2
264                 see ChangeLog 2003-07-29                
265
266 2003-08-05 [paul]       0.9.4claws4
267
268         * sync with 0.9.4cvs3
269                 see ChangeLog 2003-07-30
270
271 2003-08-04 [match]      0.9.4claws3
272
273         * po/POTFILES.in
274                 export of LDIF files.
275
276 2003-08-04 [match]      0.9.4claws2
277
278         * src/ldif.[ch]
279                 support for export LDIF. documented.
280         * src/importldif.[ch]
281         * src/exportldif.[ch]
282                 add tooltips. documented.
283         * src/exphtmldlg.[ch]
284         * src/common/xmlprops.[ch]
285                 documented.
286         * src/exportldif.[ch]                   ** NEW **
287         * src/expldifdlg.[ch]                   ** NEW **
288         * src/addressbook.[ch]
289         * src/Makefile.am
290                 export of LDIF files.
291                 documented.
292
293 2003-08-04 [christoph]  0.9.4claws1
294
295         * .cvsignore
296         * Makefile.am
297         * configure.ac
298         * sylpheed-claws.pc.in                  ** NEW **
299         * src/Makefile.am
300         * src/common/Makefile.am
301         * src/gtk/Makefile.am
302                 install sylpheed header files in $(pkgincludedir) and create a
303                 pkg-config file to allow building a plugin without the source
304                 package
305
306 2003-08-04 [paul]       0.9.4claws
307
308         * version 0.9.4claws
309
310 2003-08-04 [paul]       0.9.3claws97
311
312         * po/es.po
313                 update Spanish translation. Submitted by Ricardo
314                 Mones Lastra.
315
316 2003-08-03 [paul]       0.9.3claws96
317
318         * po/hr.po
319           po/sr.po
320                 update Croatian and Serbian translations. Submitted by
321                 Dragan and Urke MMI respectively
322
323 2003-08-03 [alfons]     0.9.3claws95
324
325         * src/summaryview.c
326                 mark flag has precedence over important flag - seems
327                 to have been changed in sync of 0.9.3claws45. this fixes
328                 a regression where messages that were scored as important
329                 don't show their mark flags. (using the same column for
330                 both importance as mark flags is the real problem
331                 ofcourse)
332
333 2003-08-03 [melvin]     0.9.3claws94
334
335         * po/fr.po
336                 Updated French translations.
337
338 2003-08-03 [melvin]     0.9.3claws93
339
340         * src/Makefile.am
341                 Fixed typo introduced after 0.9.3claws92 
342                 that prevented compilation
343                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
344                 CPPFLAGS and YFLAGS to allow user setting these.
345         * src/common/Makefile.am
346         * src/gtk/Makefile.am
347         * src/plugins/clamav/Makefile.am
348         * src/plugins/demo/Makefile.am
349         * src/plugins/dillo_viewer/Makefile.am
350         * src/plugins/image_viewer/Makefile.am
351         * src/plugins/mathml_viewer/Makefile.am
352         * src/plugins/spamassassin/Makefile.am
353         * src/plugins/trayicon/Makefile.am
354         * src/plugins/trayicon/libeggtrayicon/Makefile.am
355                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
356                 CPPFLAGS and YFLAGS to allow user setting these.
357
358 2003-08-02 [christoph]  0.9.3claws92
359
360         * configure.ac
361                 o rearrange plugin tests
362                 o add test for clamav.h to ClamAV tests
363
364 2003-08-02 [luke]       0.9.3claws91
365
366         * src/mimeview.c
367                 o fixed appearance of icon list when toggling back from the 
368                   ctree
369                 o toggling of icons using the keyboard works correctly
370                 o fixed all other keyboard shortcuts to work when icons are
371                   active
372         
373         * src/messageview.c
374                 o fixed bug 4 - focus lost when changing messageview view type
375
376 2003-08-02 [christoph]  0.9.3claws90
377
378         * src/common/hooks.c
379                 fix crash when pointer stored in hash table could get invalid
380                 when a plugin is unloaded
381
382 2003-08-01 [christoph]  0.9.3claws89
383
384         * configure.ac
385                 o try to build all plugins (except spamassassin) by default
386                 o don't build a plugin if a dependency check fails
387
388         * src/common/hooks.c
389                 fix warning
390
391 2003-08-01 [match]      0.9.3claws88
392
393         * src/importldif.c
394                 allow single click field selection. document code.
395
396 2003-08-01 [christoph]  0.9.3claws87
397
398         * src/plugins/clamav/clamav_plugin.c
399         * src/plugins/clamav/clamav_plugin_gtk.c
400         * src/plugins/dillo_viewer/dillo_viewer.c
401         * src/plugins/image_viewer/plugin.c
402         * src/plugins/mathml_viewer/mathml_viewer.c
403         * src/plugins/spamassassin/spamassassin.c
404         * src/plugins/spamassassin/spamassassin_gtk.c
405         * src/plugins/trayicon/trayicon.c
406                 add version check to all plugins
407
408 2003-08-01 [hoa]        0.9.3claws86
409
410         * src/prefs_filtering.c
411                 fixed a cosmetic bug, during creation of dialog box,
412                 wrong widgets were shown after creation.
413
414 2003-08-01 [luke]       0.9.3claws85
415
416         * src/mainwindow.c
417                 o fixed visibility of icons/mimeview after toggling separate
418                   message/folder view (factored out some similar code too).
419
420
421 2003-07-31 [alfons]     0.9.3claws84
422
423         * src/mimeview.c
424                 tweak icon box UI a bit more, now allowing right-clicks actions
425                 getting the relevant mime data too; should fix #250, "Can't save 
426                 attachments sometimes".
427
428 2003-07-30 [alfons]     0.9.3claws83
429
430         * src/compose.c
431                 don't do auto-save-draft inside key press handler, but rather
432                 schedule it half of a second later; should fix #67, "autosave 
433                 make re-rediting message crazy"
434
435 2003-07-30 [christoph]  0.9.3claws82
436
437         * src/plugins/trayicon/trayicon.c
438                 process pending events before unloading the plugin
439
440         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
441
442 2003-07-30 [alfons]     0.9.3claws81
443
444         * src/common/hooks.c
445                 parameter 2 of g_hook_destroy() should really be a hook id
446
447 2003-07-30 [alfons]     0.9.3claws80
448
449         * src/common/plugin.c
450                 fix a possibly harmful function signature mismatch 
451                 for plugin_done
452
453 2003-07-30 [alfons]     0.9.3claws79
454
455         * src/common/hooks[.ch]
456                 const correctness
457
458 2003-07-30 [darko]      0.9.3claws78
459
460         * src/summaryview.c
461                 make it compile again
462
463 2003-07-30 [luke]       0.9.3claws77
464
465         * src/crash.c
466         * src/main.c
467                 o added/moved signal handlers for SIGTERM (normal kill command) 
468                   and SIGINT (ctl-c) to be used even without 
469                   --enable-crash-dialog, fixing bug 166
470
471         * src/summaryview.c
472                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
473                   bug 227
474
475         * src/mainwindow.c
476                 o changed sensitivity condition for 'Next new' and 'Next 
477                   unread', fixing bug 8
478
479 2003-07-29 [alfons]     0.9.3claws76
480
481         * src/common/utils.[ch]
482                 add generate_msgid()
483         * src/messageview.c
484                 save ack'ed RRR; fixes #205, "return receipt is not saved in
485                 sent folder".
486
487 2003-07-29 [alfons]     0.9.3claws75
488
489         * src/messageview.c
490                 fix a memleak (claws-only)
491
492 2003-07-29 [alfons]     0.9.3claws74
493
494         * src/mimeview.[ch]
495         * src/gtk/gtkvscrollbutton.[ch]
496                 fix UI glitch where mime icon toolbox' scroll position is not 
497                 reset after switching to another message
498                 
499
500 2003-07-29 [paul]       0.9.3claws73
501
502         * src/prefs_folder_item.c
503                 split the prefs into 2 separate pages
504
505 2003-07-29 [paul]       0.9.3claws72
506
507         * src/compose.c
508                 prepend "\n\n" to a signature without a separator too
509
510 2003-07-29 [paul]       0.9.3claws71
511
512         * src/compose.c
513                 fix bug where changing to an account without an auto-sig
514                 from an initial account without an auto-sig would insert 
515                 2 blank lines at the cursor point
516                 fix bug where changing to an account with an auto-sig
517                 from an initial account without an auto-sig would insert
518                 the sig at the cursor point
519
520 2003-07-29 [paul]       0.9.3claws70
521
522         * src/folderview.c
523                 use the colour from the folder pref unless the folder
524                 has new messages
525
526 2003-07-29 [alfons]     0.9.3claws69
527
528         * src/procmsg.[ch]
529         * src/messageview.c
530         * src/procheader.c
531                 rewrite return receipt request work a little bit (the former 
532                 implementation presumably depended too much on the UI setting
533                 flags). (we're losing the old pending flag.) 
534
535 2003-07-28 [christoph]  0.9.3claws68
536
537         * src/folder.c
538         * src/imap.c
539         * src/mh.c
540         * src/procmsg.[ch]
541                 fix copy to IMAP folder from other folder
542
543 2003-07-28 [christoph]  0.9.3claws67
544
545         * src/procmsg.c
546                 fix sync of procmsg_get_message_file_list
547
548 2003-07-28 [christoph]  0.9.3claws66
549
550         * sync with 0.9.3cvs14
551                 see ChangeLog 2003-07-18
552         * sync with 0.9.3cvs17
553                 see ChangeLog 2003-07-23
554
555         (closes Bug 234 segmentation fault after sending out mail via
556          smtp(auth))
557
558 2003-07-28 [paul]       0.9.3claws65
559
560         * po/es.po
561                 update Spanish translation, submitted by Ricardo Mones
562                 Lastra
563
564 2003-07-28 [christoph]  0.9.3claws64
565
566         * src/folder.[ch]
567         * src/imap.c
568         * src/mh.c
569                 return new message numbers as a GRelation instead of a GSList
570                 that has to be in the same order as the input list. A list
571                 would make it hard for IMAP to optimize oepration by sorting
572                 the input list. The returned list would have to be reordered
573                 to match the same order that input list has.
574
575         * src/gtk/gtkaspell.c
576                 fix missing return value, could cause a crash when garbage is
577                 on the stack that is used as the expected return value
578
579 2003-07-28 [paul]       0.9.3claws63
580
581         * sync with 0.9.4cvs1
582                 see ChangeLog 2003-07-28
583
584 2003-07-27 [alfons]     0.9.3claws62
585
586         * src/mimeview.c
587                 tweak it more to make icon list act like a check button group
588
589 2003-07-27 [christoph]  0.9.3claws61
590
591         * sync with 0.9.3cvs20
592                 see ChangeLog 2003-07-25
593
594 2003-07-27 [paul]       0.9.3claws60
595
596         * src/procmsg.c
597                 re-commit changes from 0.9.3claws58 -
598                 accidently removed in 0.9.3claws59
599
600 2003-07-27 [paul]       0.9.3claws59
601
602         * src/procmsg.[ch]
603                 a sync from 0.9.3cvs17
604                 see ChangeLog 2003-07-23
605
606 2003-07-27 [alfons]     0.9.3claws58
607
608         * src/procmsg.c
609                 add missing header members to MsgInfo; fixes the problem of 
610                 not displaying X-Faces, as noticed by Ricardo Mones
611
612 2003-07-26 [christoph]  0.9.3claws57
613
614         * sync with 0.9.3cvs18
615                 see ChangeLog 2003-07-24
616
617 2003-07-26 [christoph]  0.9.3claws56
618
619         * sync with 0.9.3cvs17
620                 see ChangeLog 2003-07-23
621
622 2003-07-26 [christoph]  0.9.3claws55
623
624         * src/folder.[ch]
625         * src/imap.c
626         * src/mbox_folder.c
627         * src/mh.c
628         * src/news.c
629                 add support for copy function that copy multiple messages
630                 (not implemented yet)
631
632         * src/summaryview.c
633                 add missing return value
634
635 2003-07-26 [paul]       0.9.3claws54
636
637         * tools/multiwebsearch.pl
638                 do whitespace substitution before passing the string
639                 to the browser. fixes bug with browsers that don't
640                 do whitespace conversion themselves.
641
642 2003-07-25 [christoph]  0.9.3claws53
643
644         * src/folder.[ch]
645         * src/imap.c
646         * src/mh.c
647                 rewrite adding of multiple messages to a folder for
648                 claws' folder system
649
650 2003-07-25 [luke]       0.9.3claws52
651
652         * src/mimeview.c
653                 o icon toggles set correctly on leaving ctree mimeview
654
655 2003-07-25 [paul]       0.9.3claws51
656
657         * partial sync with 0.9.3cvs21 [src/main.c]
658                 see ChangeLog 2003-07-25
659
660 2003-07-24 [paul]       0.9.3claws50
661
662         * tools/maildir2sylpheed.pl
663                 fix typo
664
665 2003-07-24 [paul]       0.9.3claws49
666
667         * src/mimeview.c
668                 increase the gutter size of paned so that the panes
669                 can be resized
670                 
671         * src/plugins/demo/demo.c
672                 squeeze in another typo fix
673
674 2003-07-24 [paul]       0.9.3claws48
675
676         * src/plugins/demo/demo.c
677           src/prefs_account.c
678                 small changes to the English
679                 
680         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
681           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
682           src/Makefile.am
683           src/stock_pixmap.c
684                 rename the misspelled icon
685
686 2003-07-23 [alfons]     0.9.3claws47
687
688         * src/mimeview.c
689                 make icon list look like a list of toggles
690
691 2003-07-23 [luke]       0.9.3claws46
692
693         * src/pixmaps/mimeview_gpg_expired.xpm
694         * src/pixmaps/mimeview_gpg_failed.xpm
695         * src/pixmaps/mimeview_gpg_passed.xpm
696         * src/pixmaps/mimeview_text_html.xpm
697         * src/pixmaps/mimeview_image.xpm
698                 o all icons the same size
699
700         * src/mimeview.[ch]
701                 o mimeview ctree arranged vertically above the viewer
702                 o icons changed to buttons
703                 o can use keyboard to select an icon (Enter)
704                 o resize icon list to width of icons
705
706         *  src/gtk/gtkvscrollbutton.c
707                 o sensitivity of buttons reacts to position
708
709 2003-07-23 [christoph]  0.9.3claws45
710
711         * sync with 0.9.3cvs14 (incomplete)
712                 see ChangeLog 2003-07-17
713
714 2003-07-23 [alfons]     0.9.3claws44
715
716         * src/folder.c
717         * src/procmsg.h
718                 sync with my local tree to restore some claws-only things
719
720 2003-07-23 [paul]       0.9.3claws43
721
722         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
723           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
724           src/Makefile.am
725           src/mimeview.c
726           src/procmime.h
727           src/rfc2015.c
728           src/stock_pixmap.[ch]
729                 indicate missing keys and expired sigs/keys
730                 in mime view column
731
732 2003-07-23 [paul]       0.9.3claws42
733
734         * src/compose.c
735                 Redirect fixes: enable automatic account selection and
736                 do not append signature to message on changing account
737                 fixes Bug[s] #248
738
739 2003-07-23 [paul]       0.9.3claws41
740
741         * sync with 0.9.3cvs16
742                 see ChangeLog 2003-07-23
743
744 2003-07-23 [alfons]     0.9.3claws40
745
746         * src/inc.c
747                 give progress dialog a main window, and give it the first 
748                 one (presumably the only one). fixes bug #247, "segfault on 
749                 pop-before-smtp" 
750
751 2003-07-22 [alfons]     0.9.3claws39
752
753         * src/summaryview.c
754                 shift-space scrolls up
755
756 2003-07-22 [paul]       0.9.3claws38
757
758         * sync with 0.9.3cvs15
759                 see ChangeLog 2003-07-22
760
761 2003-07-20 [alfons]     0.9.3claws37
762
763         * src/compose.c
764                 put menu inside #ifdef USE_ASPELL..#endif
765
766 2003-07-20 [christoph]  0.9.3claws36
767
768         * src/procmsg.c
769                 fix wrong flags in MsgInfo returned by
770                 procmsg_msginfo_get_full_info()
771
772         (closes Bug 221 Deleting messages from the Message View gives incorrect
773          new/unread message counts in the folder view)
774
775         * src/plugins/spamassassin/spamassassin_gtk.c
776                 add gettext macro for prefs page title
777
778 2003-07-20 [paul]       0.9.3claws35
779
780         * src/mimeview.c
781                 redraw icon list on signature check
782
783 2003-07-20 [christoph]  0.9.3claws34
784
785         * src/Makefile.am
786         * src/account.c
787         * src/folder.[ch]
788         * src/folder_item_prefs.[ch]            ** NEW **
789         * src/folderview.c
790         * src/mainwindow.c
791         * src/mh.c
792         * src/prefs_gtk.c
793         * src/prefs_scoring.c
794         * src/summaryview.c
795         * src/prefs_folder_item.[ch]
796                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
797                   Properties dialog
798                 o use prefswindow for folder properties
799
800         * src/gtk/prefswindow.[ch]
801                 change implementation to use an invisible notebook instead
802                 of unparenting widgets
803
804 2003-07-20 [christoph]  0.9.3claws33
805
806         * src/compose.h
807         * src/folder.c
808         * src/folderview.h
809         * src/headerview.h
810         * src/prefs_filtering.h
811         * src/prefs_folder_item.[ch]
812         * src/procmime.h
813         * src/procmsg.h
814         * src/summaryview.h
815                 clean up header mess
816                 (always use 1. typedefs, 2. #includes, 3. structures)
817
818         * src/common/version.h.in
819                 add casts for constants
820
821         * src/plugins/demo/demo.c
822                 fix typo
823
824         * src/plugins/spamassassin/spamassassin.c
825                 remove unused variable
826
827 2003-07-20 [alfons]     0.9.3claws32
828
829         * src/mimeview.c
830                 o make icon buttons respond on left click
831                 o minor cosmetic change
832
833 2003-07-19 [luke]       0.9.3claws31
834
835         * src/mimeview.[ch]
836         * src/gtk/gtkvscrollbutton.c
837         * src/messageview.c
838                 o improved mimeview behaviour when selecting a new message
839                 o plus code cleanups to remove compile warnings
840
841
842 2003-07-19 [alfons]     0.9.3claws30
843
844         * src/procmsg.c
845         * src/compose.c
846         * src/common/utils.[ch]
847                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
848
849 2003-07-19 [alfons]     0.9.3claws29
850
851         * src/prefs_folder_item.c
852                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
853                 string pointers
854
855 2003-07-19 [luke]       0.9.3claws28
856
857         * src/messageview.c
858         * src/mimeview.[ch]
859         * src/procmime.h
860         * src/rfc2015.c
861         * src/stock_pixmap.[ch]
862         * src/gtk/Makefile.am
863         * src/Makefile.am
864         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
865         * src/pixmaps/mime_*.xpm                ** NEW **
866                 o mimeview rearrangement with a new icon shortcut bar
867
868 2003-07-19 [alfons]     0.9.3claws27
869
870         * src/folderview.c
871                 o plug leaking nodes_to_recollapse
872                 o add folderview_recollapse_all_nodes() (not used yet)
873
874 2003-07-19 [alfons]     0.9.3claws26
875
876         * src/compose.c
877         * src/common/utils.c
878                 honour #240 "Better SUBJECT handling" by cleaning the prefix
879                 for both forwarding as replying
880
881 2003-07-18 [christoph]  0.9.3claws25
882
883         * configure.ac
884         * src/common/sylpheed.[ch]
885         * src/common/version.h.in
886                 add version in numeric form to allow easy comparison
887
888         * src/plugins/demo/demo.c
889                 add version check
890                 - sylpheed version > plugin version => never allowed, sylpheed
891                   could contain unknown API changes
892                 - sylpheed version < minimum version required => don't load,
893                   API required not available (if linking does not fail)
894
895 2003-07-18 [alfons]     0.9.3claws24
896         
897         * src/common/plugin.[ch]
898                 const correctness
899
900 2003-07-18 [christoph]  0.9.3claws23
901
902         * src/common/hooks.c
903                 fix crash when hooks where unregisted
904
905         * src/plugins/trayicon/trayicon.c
906                 unregister detroy signal before destroying the widget
907                 (still crashes when the plugin is unloaded)
908
909 2003-07-18 [alfons]     0.9.3claws22
910         
911         * src/folderview.c
912                 delay expanding folder tree during drags until timeout triggered
913                 (needs perhaps some tweaking, so testing is welcome)
914
915 2003-07-17 [alfons]     0.9.3claws21
916
917         * src/folderview.c
918                 clean up cruft
919
920 2003-07-17 [christoph]  0.9.3claws20
921
922         * src/common/session.c
923                 fix opening of SSL connections
924
925         * src/plugins/image_viewer/Makefile.am
926                 add OPENSSL_CFLAGS (we should find a better solution to remove
927                 this dependencies if they are not required)
928
929         * src/plugins/spamassassin/spamassassin.c
930                 remove setlocale workaround (fixed in libspamc)
931
932         (closes Bug Bug 184 Entering non-ascii character deletes previous char
933          if spell checking enabled)
934
935 2003-07-17 [alfons]     0.9.3claws19
936
937         * src/common/hooks.[ch]
938         * src/plugins/clamav/clamav_plugin.c
939         * src/plugins/spamassassin/spamassassin.c
940         * src/plugins/trayicon/trayicon.c
941                 fix signedness muck 
942
943 2003-07-17 [alfons]     0.9.3claws18
944
945         * src/procmime.c
946                 plug memleak
947
948 2003-07-17 [alfons]     0.9.3claws17
949
950         * src/inc.c
951                 plug memleak
952
953 2003-07-17 [paul]       0.9.3claws16
954
955         * src/common/defs.h
956           src/mainwindow.c
957           src/manual.[ch]
958                 add link to the Claws site's FAQ page, after the suggestion
959                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
960                 Move url strings to defs.h
961                 
962         * src/mainwindow.c
963                 fix typo to prevent "unknown menu entry" warnings
964
965 2003-07-17 [alfons]     0.9.3claws15
966
967         * src/folderview.[ch]
968         * src/summaryview.[ch]
969         * src/mimeview.[ch]
970                 plug DnD leaks 
971
972 2003-07-17 [paul]       0.9.3claws14
973
974         * src/inc.c
975                 remove two instances of 'GTK_EVENTS_FLUSH' because
976                 they are unnecessary and probably cause a stack overflow
977
978 2003-07-16 [christoph]  0.9.3claws13
979
980         * src/mimeview.[ch]
981                 use an invisible GTK notebook to switch between viewers
982                 instead of reparenting widgets
983
984 2003-07-16 [christoph]  0.9.3claws12
985
986         * src/folder.c
987                 move folder_item_update_freeze() to correct place in
988                 folder_item_scan_full()
989
990 2003-07-16 [paul]       0.9.3claws11
991
992         * sync with 0.9.3cvs12
993                 see ChangeLog 2003-07-14 and 2003-07-15
994
995 2003-07-16 [christoph]  0.9.3claws10
996
997         * src/imap.[ch]
998         * src/prefs_account.[ch]
999                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1000
1001 2003-07-15 [alfons]     0.9.3claws9
1002
1003         * src/main.c
1004                 make --config-dir do something useful
1005
1006 2003-07-15 [alfons]     0.9.3claws8
1007
1008         * src/procmsg.c
1009                 o fix a bug where 'last' didn't really point to the last message
1010                   in the top level list of children, but to the last threaded
1011                   message. 
1012                 
1013                 o clean up and make it easier to sync
1014
1015 2003-07-15 [alfons]     0.9.3claws7
1016
1017         * src/mainwindow.c
1018                 make correct menu items sensitive       
1019
1020 2003-07-14 [alfons]     0.9.3claws6
1021
1022         * src/procmsg.c
1023                 tune the threader so it will not subject-thread any message
1024                 without a subject prefix (this will not thread correctly if 
1025                 a parent is delivered after their childs, but it looks 
1026                 better right now)
1027
1028 2003-07-13 [christoph]  0.9.3claws5
1029
1030         * src/mainwindow.c
1031                 group "Add mailbox *..." menu items in submenu
1032
1033 2003-07-13 [alfons]     0.9.3claws4
1034
1035         * src/summaryview.c
1036                 correct summary_toggle_pressed() signature and make sure
1037                 signal is not passed on
1038
1039 2003-07-13 [alfons]     0.9.3claws3
1040
1041         * src/summaryview.c
1042                 o for now don't pass on keys when they we're handled by 
1043                   ctree::key_press_event
1044                 o clean up
1045
1046 2003-07-13 [alfons]     0.9.3claws2
1047         
1048         * src/main.c
1049                 add command line option "--config-dir" to get the current 
1050                 configuration dir
1051
1052 2003-07-12 [alfons]     0.9.3claws1
1053
1054         * src/matcher.[ch]
1055         * src/matcher_parser_parse.y
1056         * src/prefs_filtering.c
1057         * src/filtering.c
1058                 add "Lock" filter action to lock messages;
1059
1060         * src/filtering.c       
1061                 remove debug_print()    
1062         * src/prefs_filtering.c
1063                 re-organize matcher part 9: 
1064                 make action text entries easily extendible;
1065                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1066                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1067
1068 2003-07-12 [paul]
1069
1070         * tools/README
1071                 update old information and add missing
1072                 information
1073
1074 2003-07-12 [paul]       0.9.3claws
1075
1076         * 0.9.3claws released
1077         
1078 2003-07-12 [paul]       0.9.0claws103
1079
1080         * src/Makefile.am
1081                 add addrquery.h
1082
1083 2003-07-12 [melvin]     0.9.0claws102
1084
1085         * src/messageview.c
1086                 Fixed bug #215: Show MIME tab for single text/html messages. 
1087                 
1088 2003-07-12 [paul]       0.9.0claws101
1089
1090         * man/sylpheed.1
1091                 updated
1092
1093 2003-07-12 [paul]       0.9.0claws100
1094
1095         * po/es.po
1096           po/hr.po
1097           po/pl.po
1098           po/sr.po
1099                 update Spanish, Croatian, Polish, Serbian translations.
1100                 submitted by Ricardo Mones Lastra, Dragan, Witold
1101                 Wladyslaw Wojciech Wilk, Urke MMI
1102
1103 2003-07-12 [melvin]     0.9.0claws99
1104
1105         * po/fr.po
1106                 Updated French translations.
1107
1108 2003-07-12 [paul]       0.9.0claws98
1109
1110         * src/addressbook.c
1111                 disable 'Lookup' button as it has no effect
1112
1113 2003-07-11 [alfons]     0.9.0claws97
1114         
1115         * src/summaryview.c
1116                 summary_searchbar_pressed() should return TRUE to signal that
1117                 event was handled. when returning void, the return value passed
1118                 to GTK is actually random, but maybe FALSE, in which case the
1119                 event is handled by parent
1120                 
1121 2003-07-10 [paul]       0.9.0claws96
1122
1123         * ac/missing/gettext.m4
1124                 update to version 0.12
1125
1126 2003-07-10 [paul]       0.9.0claws95
1127
1128         * src/plugins/clamav/clamav_plugin.c
1129                 fix bug where multipart/alternative messages
1130                 would slip through without being scanned
1131
1132 2003-07-10 [christoph]  0.9.0claws94
1133
1134         * src/folder.c
1135                 correct check if folder supports removing when a message is
1136                 moved. if not the message is only copied.
1137
1138         (closes Bug 132 crash on startup in newsgroups folders)
1139
1140 2003-07-09 [alfons]     0.9.0claws93
1141
1142         * configure.ac
1143         * src/common/defs.h
1144                 --with-config-dir (default .sylpheed)
1145
1146 2003-07-09 [christoph]  0.9.0claws92
1147
1148         * configure.ac
1149                 use PKG_CHECK_MODULES to check for gtkmathview
1150                 (version 0.4.2 now required)
1151
1152 2003-07-08 [melvin]     0.9.0claws91
1153
1154         * src/action.c
1155                 Implemented a progress bar that counts the number of completed
1156                 tasks when the action runs more than one command.
1157
1158 2003-07-08 [alfons]     0.9.0claws90
1159
1160         * src/procmsg.c
1161                 if queued message has an invalid Message-Id, don't try to
1162                 find message it refers to (fixes #209 "crash when processing 
1163                 in folder")
1164
1165 2003-07-08 [paul]       0.9.0claws89
1166
1167         * sync with 0.9.3cvs2
1168                 see ChangeLog 2003-07-08
1169
1170 2003-07-08 [match]      0.9.0claws88
1171
1172         * src/ldapctrl.c
1173                 extend LDAP search for first/last name by parsing search term.
1174
1175 2003-07-08 [alfons]     0.9.0claws87
1176
1177         * src/send_message.c
1178                 fix bug #208 "Status message stuck when sending on POP3 account"
1179
1180 2003-07-07 [paul]       0.9.0claws86
1181
1182         * po/hr.po
1183                 new Croatian translation, submitted by
1184                 Dragan <drleskov@inet.hr>
1185
1186 2003-07-07 [paul]       0.9.0claws85
1187
1188         * sync with 0.9.3cvs1
1189                 see ChangeLog 2003-07-07
1190
1191 2003-07-05 [christoph]  0.9.0claws84
1192
1193         * src/Makefile.am
1194         * src/messageview.c
1195         * src/mimeview.[ch]
1196         * src/stock_pixmap.[ch]
1197         * src/pixmaps/messageview_text.xpm              ** NEW **
1198                 move mimeview tabs to the right side and use icons
1199                 instead of text to save some space
1200
1201         (patch by Luke Plant <lukeplant@softhome.net>)
1202
1203 2003-07-05 [christoph]  0.9.0claws83
1204
1205         * src/inc.c
1206                 add NULL pointer checks
1207
1208         (patch by Luke Plant <lukeplant@softhome.net>)
1209         (closes Bug 204 0.9.0 quits on authentication error?!)
1210
1211 2003-07-05 [alfons]     0.9.0claws82
1212
1213         * configure.ac
1214                 take the clue in bug #202 "./configure script - 
1215                 'if test' comparison failure" reported by John Kristoff. 
1216
1217 2003-07-04 [christoph]  0.9.0claws81
1218
1219         * src/plugins/spamassassin/spamassassin.c
1220                 set timeout for spam check
1221
1222 2003-07-04 [christoph]  0.9.0claws80
1223
1224         * src/main.c
1225                 destroy all FolderItems when shutting down to
1226                 allow folders to clean up
1227
1228 2003-07-04 [melvin]     0.9.0claws79
1229
1230         * src/gtk/gtkaspell.c
1231                 Fixed bug #184 "Entering non-ascii character deletes
1232                 previous char if spell checking enabled": this makes
1233                 the spell checking in multibytes (e.g. UTF-8)locales work.
1234                 (Patch by Luke Plant).
1235                 
1236 2003-07-04 [christoph]  0.9.0claws78
1237
1238         * sync with 0.9.2cvs1
1239                 see ChangeLog 2003-06-10
1240
1241 2003-07-04 [paul]       0.9.0claws77
1242
1243         * sync with 0.9.3 release
1244                 see ChangeLog 2003-07-04
1245
1246 2003-07-03 [christoph]  0.9.0claws76
1247
1248         * src/folder.[ch]
1249         * src/imap.c
1250         * src/mbox_folder.c
1251         * src/mh.c
1252         * src/news.c
1253                 move folder_item_get_path() stuff into a folder virtual function
1254
1255         * src/procmsg.c
1256                 use folder_item_fetch_msg() to get message and do not contruct
1257                 the filename from path and number
1258
1259 2003-07-03 [paul]       0.9.0claws75
1260
1261         * sync with 0.9.2cvs12
1262                 see ChangeLog 2003-07-03
1263
1264 2003-07-02 [paul]       0.9.0claws74
1265
1266         * src/messageview.c
1267                 fix text-selection for replying
1268
1269 2003-07-02 [paul]       0.9.0claws73
1270
1271         * sync with 0.9.2cvs11
1272                 see ChangeLog 2003-07-02
1273
1274 2003-07-02 [paul]       0.9.0claws72
1275
1276         * src/procmsg.c
1277                 revert last commit because it breaks more
1278                 than it fixes
1279
1280 2003-07-02 [paul]       0.9.0claws71
1281
1282         * src/procmsg.c
1283                 fix thread by subject/sort by date
1284
1285 2003-07-01 [paul]       0.9.0claws70
1286
1287         * sync with 0.9.2cvs10
1288                 see ChangeLog 2003-07-01
1289
1290 2003-06-30 [paul]       0.9.0claws69
1291
1292         * sync with 0.9.2cvs9
1293                 see ChangeLog 2003-06-30
1294
1295 2003-06-28 [match]      0.9.0claws68
1296
1297         * src/addressbook.c
1298                 fix null ptr.
1299
1300 2003-06-27 [paul]       0.9.0claws67
1301
1302         * sync with 0.9.2cvs7
1303                 see ChangeLog 2003-06-27
1304
1305 2003-06-26 [christoph]  0.9.0claws66
1306
1307         * src/folder.c
1308                 freeze folder updates while a folder is scanned
1309
1310         (closes Bug 185 New message counter)
1311
1312 2003-06-26 [darko]      0.9.0claws65
1313
1314         * src/ldapserver.c
1315                 fix infinite loop when adding a new LDAP server
1316
1317 2003-06-26 [paul]       0.9.0claws64
1318
1319         * sync with 0.9.2cvs6
1320                 see ChangeLog 2003-06-26
1321
1322 2003-06-26 [paul]       0.9.0claws63
1323
1324         * sync with 0.9.2cvs5
1325                 see ChangeLog 2003-06-25 and 2003-06-26
1326
1327 2003-06-25 [match]      0.9.0claws62
1328
1329         * src/addr_compl.c
1330                 Fixed tab/backtab for dropped-down completion list to
1331                 move next/previous field. (close bug 147)
1332
1333 2003-06-25 [christoph]  0.9.0claws61
1334
1335         * src/addr_compl.[ch]
1336         * src/addrindex.[ch]
1337         * src/folderview.c
1338         * src/inc.c
1339         * src/news.c
1340         * src/summaryview.c
1341         * src/toolbar.c
1342                 fix warnings
1343
1344 2003-06-25 [leandro]    0.9.0claws60
1345
1346         * src/compose.c
1347                 o cleanups
1348                 o gray out "Message/Remove references" menu item if not
1349                   replying to a message
1350
1351 2003-06-24 [leandro]    0.9.0claws59
1352
1353         * src/compose.[ch]
1354                 o removed "Message/Create new thread" menu item
1355                 o added "Message/Remove references" menu item
1356                   (it's off by default and will not check anymore
1357                    if the subject changed)
1358
1359 2003-06-23 [alfons]     0.9.0claws58
1360
1361         * src/procmsg.c
1362                 try better grouping messages threaded by subject based on their age.
1363                 still not perfect - because the message tree is not sorted by date.  
1364
1365 2003-06-23 [thorsten]   0.9.0claws57
1366
1367         * src/pop.[ch]
1368                 added mail_receive_hook to allow modifications
1369                 directly after retrieval (e.g. adding headers).
1370
1371 2003-06-23 [paul]       0.9.0claws56
1372
1373         * src/sourcewindow.c
1374                  enable the use of Ctrl+A to select all text in
1375                  the sourcewindow
1376                  Patch submitted by Ivan Francolin Martinez
1377                  <ivanfm@users.sourceforge.net>
1378
1379 2003-06-22 [christoph]  0.9.0claws55
1380
1381         * src/folder.[ch]
1382                 o add notification hook for folder tree changes
1383                 o invoke hooks after folder tree scanning
1384
1385         * src/folderview.[ch]
1386                 register hook for folder tree changes that
1387                 updates the ctree
1388
1389         (there are more places that should be updated, like add, remove 
1390          or move folder)
1391
1392         (closes Bug 164 Crash on rebuild folder tree)
1393         (closes Bug 190 Crash on 'rebuilding folder tree')
1394
1395 2003-06-21 [leandro]    0.9.0claws54
1396
1397         * src/compose.[ch]
1398                 create a new thread if subject changes
1399                 (it's on by default, can be disabled in Message menu)
1400
1401 2003-06-21 [alfons]     0.9.0claws53
1402
1403         * src/summaryview.c
1404                 quiet little compiler
1405
1406 2003-06-21 [christoph]  0.9.0claws52
1407
1408         update gettext stuff to version 0.12
1409
1410 2003-06-19 [alfons]     0.9.0claws51
1411
1412         * src/common/log.c
1413         * src/common/plugin.c
1414                 move defs.h before glib.h to prevent MIN/MAX redefs
1415
1416 2003-06-19 [alfons]
1417
1418         * src/addressbook.c
1419                 translatable
1420
1421 2003-06-19 [match]      0.9.0claws50
1422
1423         * src/addressbook.[ch]
1424         * src/addrindex.[ch]
1425         * src/addr_compl.[ch]
1426         * src/editldap.[ch]
1427         * src/editldap_basedn.[ch]
1428         * src/addritem.[ch]
1429         * src/ldapquery.h
1430                 re-implemented dynamic LDAP search. works without
1431                 slowdown on display sender with addressbook
1432                 option.
1433         * src/addrbook.c
1434                 documented code.
1435
1436 2003-06-19 [paul]       0.9.0claws49
1437
1438         * src/compose.c
1439                 fix Bug #136 'Nonprovided quotation marks crash claws'
1440                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1441
1442 2003-06-19 [alfons]     0.9.0claws48
1443
1444         * src/prefs_common.[ch]
1445         * src/procmsg.c
1446                 restrict threading by subject by checking thread for
1447                 age (prefs_common.thread_by_subject_max_age)
1448
1449 2003-06-18 [christoph]  0.9.0claws47
1450
1451         * src/imap.c
1452                 fix memory leak in imap_cmd_fetch()
1453
1454 2003-06-18 [christoph]  0.9.0claws46
1455
1456         * src/prefs_gtk.c
1457                 fix memory leak in prefs_set_default() when used multiple
1458                 times or after prefs have been read
1459
1460 2003-06-18 [christoph]  0.9.0claws45
1461
1462         * src/common/plugin.c
1463                 fix memory leak in plugin_unload()
1464
1465 2003-06-18 [christoph]  0.9.0claws44
1466
1467         * src/imap.c
1468                 fix memory leak in imap_cmd_ok()
1469
1470 2003-06-18 [christoph]  0.9.0claws43
1471
1472         * src/folder.c
1473                 stop messages that are downloaded from POP3 and added to
1474                 an IMAP inbox from being filtered twice (first by POP3
1475                 and again when IMAP folder is scaned to get the UID of
1476                 the APPEND operation when no UIDPLUS is available)
1477
1478 2003-06-18 [alfons]
1479
1480         * tools/Makefile.am
1481                 phoenix <- firebird     
1482
1483 2003-06-18 [paul]
1484
1485         * tools/launch_phoenix          ** REMOVED **
1486           tools/launch_firebird         ** NEW **
1487                 renamed and edited to reflect the browser's name change from
1488                 'phoenix' to 'firebird'
1489
1490 2003-06-18 [paul]       0.9.0claws42
1491
1492         * sync with 0.9.2cvs2
1493                 see ChangeLog 2003-06-16
1494
1495 2003-06-17 [alfons]     0.9.0claws41
1496
1497         * src/procmsg.c
1498                 prevent threading problems when a node is an ancestor (parent / great parent),
1499                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1500                 for finding an sample set of messages)
1501
1502 2003-06-16 [christoph]  0.9.0claws40
1503
1504         * src/main.c
1505                 don't popup main window on --receive or --receive-all
1506
1507         * src/mainwindow.[ch]
1508         * src/plugins/trayicon/trayicon.c
1509                 allow hiding of main window by clicking on the trayicon
1510                 (doesn't work correctly in seperate window mode and may
1511                  cause unexpected GTK problems I couldn't find yet)
1512
1513         * src/common/ssl.c
1514                 remove incorrect warning
1515
1516 2003-06-15 [alfons]     0.9.0claws39
1517
1518         * src/gtk/gtkstext.c
1519                 don't output debug text;
1520                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1521                 for pointing this out);
1522
1523 2003-06-14 [alfons]     0.9.0claws38
1524         
1525         * src/messageview.c
1526                 remove printf() and make one if..else comply with coding style
1527
1528 2003-06-14 [alfons]     0.9.0claws37
1529
1530         * AUTHORS
1531                 add Martin Wicke
1532         * src/action.c
1533         * src/messageview.[ch]
1534         * src/summaryview.c
1535                 apply patch #754162 "Quoting messages filtered by actions" submitted
1536                 by Martin Wicke, which allows quoting message body changed by an
1537                 action (Thanks!).
1538
1539 2003-06-13 [alfons]     0.9.0claws36
1540
1541         * src/utils.c
1542                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1543                 use case insensitive regexp (suggested by Ivan Martinez)
1544
1545 2003-06-13 [christoph]  0.9.0claws35
1546
1547         * configure.ac
1548         * src/plugins/trayicon/Makefile.am
1549         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1550         * src/plugins/trayicon/trayicon.c
1551         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1552         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1553         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1554         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1555         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1556         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1557                 replace my own EggTrayIcon backport with the backport
1558                 used by (l|x)mule and gabber.
1559
1560 2003-06-13 [alfons]     0.9.0claws34
1561
1562         * AUTHORS
1563         * src/common/utils.c
1564                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1565
1566 2003-06-13 [alfons]     0.9.0claws33
1567
1568         * src/compose.c
1569                 clean up a little bit
1570
1571 2003-06-12 [alfons]     0.9.0claws32
1572
1573         * src/compose.c
1574                 const correctness fix
1575
1576         * src/common/sylpheed.[ch]
1577                 () -> (void)
1578                 prevent redef MIN/MAX
1579                 
1580         * src/common/utils.[ch]
1581                 () -> (void)
1582
1583 2003-06-12 [melvin]     0.9.0claws31
1584
1585         * src/compose.c
1586                 Updated to take into accounts changes in GtkAspell.
1587
1588 2003-06-12 [alfons]     0.9.0claws30
1589
1590         * src/compose.c
1591         * src/procmsg.c
1592         * src/common/utils.[ch]
1593                 handle reply subject prefixes better (initial 
1594                 suggestion by Robert Story adapted and enhanced 
1595                 using regexps)
1596
1597 2003-06-12 [melvin]     0.9.0claws29
1598
1599         * src/compose.c
1600                 Use new gtkaspell_checkers_strerror() to get the speller's
1601                 error message instead of accessing the (now private)
1602                 checkers structure.
1603                 Minor code clean up
1604
1605         * src/main.c
1606                 Use #ifdef instead of #if for USE_ASPELL
1607                 Use the new spell checkers init/quit functions 
1608
1609         * src/gtk/gtkaspell.c
1610                 Use #ifdef instead of #if for USE_ASPELL
1611                 Moved in the majority of GtkAspell structures that were
1612                 exported before by gtkaspell.h
1613         
1614         * src/gtk/gktaspell.h
1615                 Made gtkaspell.h contain only the necessary data to be
1616                 publicized by moving many structures to gtkaspell.c.
1617                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1618                 gtkaspell_checkers_new(): replaced by...
1619                 gtkaspell_checkers_init(): new function for initialization
1620                 gtkaspell_checkers_delete(): replaced by...
1621                 gtkaspell_checkers_quit(): new function
1622                 gtkaspell_checkers_strerror(): new function that returns
1623                 the checker's last error message.
1624                 
1625 2003-06-11 [melvin]     0.9.0claws28
1626
1627         * po/POTFILES.in
1628                 Updated to take into account gtkaspell.c migration to
1629                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1630
1631 2003-06-10 [alfons]     0.9.0claws27
1632
1633         * src/filtering.[ch]
1634         * src/folder.c
1635         * src/matcher.c
1636         * src/scoring.[ch]
1637                 - try fixing bug #18 (any brave testers?)
1638                 - add more robustness by refusing previously 
1639                   unchecked NULL pointers 
1640
1641 2003-06-10 [alfons]     0.9.0claws26
1642
1643         * src/procmsg.c
1644                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1645
1646 2003-06-09 [alfons]     0.9.0claws25
1647
1648         * src/prefs_common.c
1649                 fix bug #163 "Icon switching doesnt work properly" by 
1650                 preventing early freeing of prefs_common.pixmap_theme_path.
1651
1652 2003-06-09 [christoph]  0.9.0claws24
1653
1654         * src/gtk/gtkaspell.c
1655                 revert Thorsten's fix and add forgotten g_strdup for
1656                 aspell path (it should not be possible to alter the path a
1657                 GtkASpell uses from outside)
1658
1659 2003-06-09 [thorsten]   0.9.0claws23
1660
1661         * src/gtk/gtkaspell.c
1662                 dont free prefs_common.aspell_path when closing compose
1663
1664 2003-06-08 [colin]      0.9.0claws22
1665
1666         * src/plugins/spamassassin/spamassassin.c
1667                 fix prefs types
1668
1669 2003-06-07 [christoph]  0.9.0claws21
1670
1671         * src/Makefile.am
1672         * src/compose.c
1673         * src/gtkaspell.[ch]            ** REMOVE **
1674         * src/gtk/Makefile.am
1675         * src/gtk/gtkaspell.[ch]        ** NEW **
1676                 o make gtkaspell independent from sylpheed's prefs
1677                 o move gtkaspell.[ch] to gtk directory
1678
1679 2003-06-07 [christoph]  0.9.0claws20
1680
1681         * src/Makefile.am
1682         * src/crash.c
1683         * src/export.c
1684         * src/filesel.[ch]              ** REMOVE **
1685         * src/folder.c
1686         * src/main.[ch]
1687         * src/common/sylpheed.[ch]
1688         * src/gtk/Makefile.am
1689         * src/gtk/filesel.[ch]          ** NEW **
1690         * src/gtk/pluginwindow.c
1691         * src/gtk/sslcertwindow.c
1692                 move filesel.[ch] to gtk directory
1693
1694 2003-06-07 [alfons]     0.9.0claws19
1695
1696         * src/filesel.c
1697                 make (multi) file selection dialog work again (Claws-only)
1698
1699 2003-06-07 [thorsten]   0.9.0claws18
1700
1701         * po/de.po
1702                 fix typos
1703
1704 2003-06-07 [alfons]     0.9.0claws17
1705
1706         * configure.ac
1707         * src/mimeview.c
1708                 detect apache mishap in which case don't include fnmatch.h
1709                 if regex.h is already included
1710
1711 2003-06-06 [christoph]  0.9.0claws16
1712
1713         * configure.ac
1714         * src/mimeview.h
1715                 add check for fnmatch.h and include it when available
1716
1717         * src/mimeview.[ch]
1718                 fix wrong case sensitivity of Content-Types
1719
1720         * src/gtk/Makefile.am
1721                 need the same include paths in gtk directory as in
1722                 common directory because .h files in common can
1723                 include files from these directories, when included
1724                 in gtk's .h or .c files
1725
1726 2003-06-06 [alfons]     0.9.0claws15
1727
1728         * src/mimeview.c
1729         * src/summaryview.c
1730                 make it compile again because of regex.h / fnmatch.h 
1731                 include problems (related to recent mime stuff, can
1732                 someone check this?)
1733
1734 2003-06-06 [thorsten]   0.9.0claws14
1735
1736         * src/folderview.c
1737                 possible use of uninitialized pointer while dragging
1738
1739 2003-06-06 [paul]       0.9.0claws13
1740
1741         * src/compose.c
1742                 fix bug where the insert sig button would be effective
1743                 only when auto_sig was set
1744
1745 2003-06-06 [paul]       0.9.0claws12
1746
1747         * sync with 0.9.2 release
1748
1749 2003-06-02 [paul]       0.9.0claws11
1750
1751         * sync with 0.9.1cvs1
1752                 see ChangeLog 2003-06-02
1753                 
1754         * po/de.po
1755                 update by Jens
1756
1757 2003-06-01 [christoph]  0.9.0claws10
1758
1759         * src/account.c
1760                 don't use substring search to find accounts by email address
1761
1762         (closes Bug 169 Overly loose matching of "From" address)
1763
1764 2003-05-31 [christoph]  0.9.0claws9
1765
1766         * doc-src/rfc2683.txt
1767         * src/imap.c
1768                 limit IMAP command length as recommended in RFC2683
1769                 (message number lists will be split into multiple imap
1770                 sets, the limit of 1000 octets is not a hard limit)
1771
1772         (closes Bug 161 sylpheed-claws exits with segfault when logging
1773          in to certain imap-servers)
1774
1775 2003-05-29 [alfons]     0.9.0claws8
1776
1777         * src/toolbar.[ch]
1778                 add print button (calling summary_print());
1779                 fine tune setting tooltip text;
1780                 (if someone needs other buttons, please take these 
1781                 commits as a guide, instead of bothering us - also
1782                 see 0.8.11claws150) 
1783
1784 2003-05-29 [darko]      0.9.0claws7
1785
1786         * src/compose.c
1787                 fix crash when word wrapping kicks in due to
1788                 changed text by spell checker
1789
1790 2003-05-29 [paul]       0.9.0claws6
1791
1792         * src/compose.c
1793                 fix bug where changing account would insert
1794                 sig even if auto_sig was FALSE
1795                 
1796         * ChangeLog
1797           ChangeLog.jp
1798           INSTALL
1799                 sync with 0.9.1 release
1800
1801 2003-05-28 [christoph]  0.9.0claws5
1802
1803         * src/imap.c
1804                 fix truncation of too long commands
1805
1806         (closes Bug 167 IMAP hangs trying to get envelope
1807          information in imap_get_uncached_messages)
1808
1809 2003-05-27 [paul]       0.9.0claws4
1810
1811         * tools/Makefile.am
1812           tools/maildir2sylpheed.pl     ** NEW FILE **
1813                 add kmail to sylpheed mailbox conversion script
1814
1815 2003-05-27 [paul]       0.9.0claws3
1816
1817         * sync with 0.9.0cvs10
1818                 see ChangeLog 2003-05-26
1819
1820 2003-05-26 [paul]       0.9.0claws2
1821
1822         * sync with 0.9.0cvs9
1823                 see ChangeLog 2003-05-26
1824
1825 2003-05-24 [paul]       0.9.0claws1
1826
1827         * sync with 0.9.0cvs8
1828                 see ChangeLog 2003-05-23
1829
1830 2003-05-24 [paul]       0.9.0claws
1831
1832         * version 0.9.0claws released
1833
1834 2003-05-24 [paul]       0.8.11claws177
1835
1836         * src/plugins/dillo-viewer/Makefile.am
1837           src/plugins/traycon/Makefile.am
1838                 add missing files
1839                 
1840         * po/bg.po
1841           po/en_GB.po
1842           po/es.po
1843           po/it.po
1844           po/pt_BR.po
1845           po/ru.po
1846           po/sr.po
1847                 update Bulgarian, British English, Spanish, Italian, 
1848                 Brazilian Portuguese, Russian, and Serbian translations, 
1849                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1850                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1851                 Ruslan N. Balkin, and Urke MMI
1852
1853 2003-05-23 [melvin]     0.8.11claws176
1854
1855         * po/fr.po
1856                 Updated French translations
1857
1858 2003-05-22 [paul]       0.8.11claws175
1859
1860         * src/Makefile.am
1861           src/addrbook.[ch]
1862           src/addrcache.[ch]
1863           src/addr_compl.[ch]
1864           src/adressbook.[ch]
1865           src/addrindex.[ch]
1866           src/addritem.[ch]
1867           src/editaddress.c
1868           src/editgroup.c
1869           src/editldap_basedn.c
1870           src/editldap.c
1871           src/jpilot.c
1872           src/vcard.c
1873                 revert to get ldap into it previous working state
1874                 
1875         * po/zh_TW.Big5.po
1876                 new Taiwanese translation,
1877                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1878
1879 2003-05-22 [christoph]  0.8.11claws174
1880
1881         * src/plugins/spamassassin/libspamc.[ch]
1882                 sync libspamc with SpamAssaain release 2.55
1883
1884 2003-05-22 [paul]       0.8.11claws173
1885
1886         * sync with 0.9.0cvs7
1887                 see ChangeLog 2003-05-22
1888                 
1889         * src/summaryview.c
1890                 revert change in 0.8.11claws172: follow
1891                 Hiroyuki's decision and that's the end of it.
1892
1893 2003-05-21 [paul]       0.8.11claws172
1894
1895         * src/summaryview.c
1896                 fix discrepency between open_unread_on_enter
1897                 and always_show_msg
1898
1899 2003-05-21 [paul]       0.8.11claws171
1900
1901         * sync with 0.9.0cvs6
1902                 see ChangeLog 2003-05-21
1903
1904 2003-05-21 [paul]       0.8.11claws170
1905
1906         * sync with 0.9.0cvs5
1907                 see ChangeLog 2003-05-21
1908
1909 2003-05-20 [paul]       0.8.11claws169
1910
1911         * sync with 0.9.0cvs4
1912                 see ChangeLog 2003-05-20
1913                 fixes bug #152, 'encoding of IMAP folders names'
1914
1915 2003-05-20 [paul]       0.8.11claws168
1916
1917         * sync with 0.9.0cvs3
1918                 see ChangeLog 2003-05-20
1919                 
1920         * src/tools/convert_mbox.pl
1921                 minor change in the comments, submitted by Fred Marton
1922
1923 2003-05-19 [paul]       0.8.11claws167
1924
1925         * src/plugins/clamav/Makefile.am
1926           configure.ac
1927                 link clamav_lib to the plugin and not to the main program
1928
1929 2003-05-19 [christoph]
1930
1931         * src/Makefile.am
1932                 add -export-dynamic for linking
1933
1934 2003-05-19 [paul]       0.8.11claws166
1935
1936         * sync with 0.9.0cvs1
1937                 see ChangeLog 2003-05-19
1938
1939 2003-05-19 [paul]       0.8.11claws165
1940
1941         * src/inc.c
1942                 fix 'pop before smtp' timeout
1943
1944 2003-05-18 [alfons]     0.8.11claws164
1945
1946         * src/prefs_matcher.c
1947                 put "execute" action command line ("expression") in edit box
1948
1949 2003-05-18 [christoph]  0.8.11claws163
1950
1951         * src/mimeview.[ch]
1952         * src/plugins/dillo_viewer/dillo_viewer.c
1953         * src/plugins/image_viewer/viewer.c
1954         * src/plugins/mathml_viewer/mathml_viewer.c
1955                 let a viewer have a list of Content-Types
1956
1957 2003-05-18 [paul]       0.8.11claws162
1958
1959         * src/prefs_filtering.c
1960                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1961                 and REDIRECT actions
1962
1963 2003-05-17 [christoph]
1964
1965         * README.claws
1966                 o remove dynamic signatures that was syned with main
1967                 o add infos about no longer "build in" image viewer
1968                 o update bugtracker URL
1969
1970 2003-05-17 [christoph]  0.8.11claws161
1971
1972         * src/folder.c
1973         * src/folderview.c
1974         * src/imap.c
1975                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1976                 for every folder after rebuilding the folder tree.
1977
1978         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1979          messages)
1980
1981 2003-05-17 [christoph]  0.8.11claws160
1982
1983         * src/imap.c
1984                 don't use STATUS command on current folder to check for
1985                 content changes. imap_cmd_ok() now tracks changes to
1986                 folder and number of existing messages.
1987
1988 2003-05-17 [paul]       0.8.11claws159
1989
1990         * src/plugins/clamav/clamav_plugin.c
1991                 remove unnecessary debug_print
1992
1993 2003-05-16 [thorsten]   0.8.11claws158
1994
1995         * src/plugins/demo.c
1996                 included missing intl.h
1997
1998 2003-05-16 [paul]       0.8.11claws157
1999
2000         * po/POTFILES.in
2001                 remove non-existant entries
2002         
2003         * src/plugins/clamav/clamav_plugin.c
2004           src/plugins/clamav/clamav_plugin_gtk.c
2005           src/plugins/dillo_viewer/dillo_prefs.c
2006           src/plugins/dillo_viewer/dillo_viewer.c
2007                 gettextise
2008
2009 2003-05-16 [christoph]  0.8.11claws156
2010
2011         * po/POTFILES.in
2012                 include plugin .c files for translation until I
2013                 find a better solution to have plugins have their
2014                 own textdomain
2015         * src/plugins/demo/demo.c
2016         * src/plugins/image_viewer/plugin.c
2017         * src/plugins/mathml_viewer/mathml_viewer.c
2018         * src/plugins/spamassassin/spamassassin.c
2019         * src/plugins/spamassassin/spamassassin_gtk.c
2020         * src/plugins/trayicon/trayicon.c
2021                 add gettext macros for plugin name and description
2022
2023 2003-05-16 [paul]
2024
2025         * sync with 0.9.0
2026
2027 2003-05-16 [paul]       0.8.11claws155
2028
2029         * sync with lastest 0.9.0pre1
2030                 see ChangeLog 2003-05-16
2031
2032 2003-05-15 [paul]       0.8.11claws154
2033
2034         * sync with latest 0.9.0pre1
2035                 see ChangeLog 2003-05-14 and 2003-05-15
2036
2037 2003-05-14 [christoph]  0.8.11claws153
2038
2039         * src/plugins/image_viewer/viewer.c
2040         * src/plugins/image_viewer/viewer.glade         ** NEW **
2041         * src/plugins/image_viewer/viewerprefs.c
2042                 make it possible to disable the autoload function in the
2043                 imageviewer again
2044
2045 2003-05-14 [christoph]  0.8.11claws152
2046
2047         * src/folder.c
2048                 fix folder update after adding a message
2049
2050 2003-05-13 [alfons]     0.8.11claws151
2051
2052         * src/common/session.c
2053                 remove debug traces
2054                 
2055         * src/addrcache.[ch]
2056         * src/filtering.[ch]
2057         * src/folder.[c]
2058         * src/gtkaspell.[ch]
2059         * src/imap.[ch]
2060         * src/mbox_folder.[ch]
2061         * src/mh.[ch]
2062         * src/mimeview.h
2063         * src/msgcache.[ch]
2064         * src/news.[ch]
2065         * src/passphrase.[ch]
2066         * src/prefs_common.[ch]
2067         * src/prefs_gtk.[ch]
2068         * src/procmsg.c
2069         * src/scoring.[ch]
2070                 be pedantic; (in prototypes () implies (int))
2071
2072 2003-05-13 [alfons]     0.8.11claws150
2073
2074         * src/prefs_toolbar.[ch]
2075         * src/summaryview.[ch]
2076         * src/toolbar.[ch]
2077                 change misleading text in toolbar prefs;
2078                 add toolbar action for ignore thread (toggles ignore thread flag);
2079                 clean up a little bit;
2080
2081 2003-05-12 [paul]
2082
2083         * tools/convert_mbox.pl
2084                 bug fixed by Fred Marton
2085
2086 2003-05-12 [paul]
2087
2088         * sync with 0.9.0pre1
2089
2090 2003-05-09 [paul]       0.8.11claws149
2091
2092         * sync with 0.8.11cvs43
2093                 see ChangeLog 2003-05-09
2094
2095 2003-05-08 [christoph]  0.8.11claws148
2096
2097         * src/imap.[ch]
2098                 o use CAPABILIY as first command and check for PREAUTH
2099                   information in the response to it
2100                 o rewrite all imap_cmd_* functions to use an IMAPSession
2101                   instead of a SockInfo as parameter
2102                 o do STARTTLS after fetching and checking the server
2103                   capabilities
2104
2105 2003-05-08 [paul]       0.8.11claws147
2106
2107         * tools/Makefile.am
2108           tools/README
2109           tools/convert_mbox.pl         ** NEW FILE **
2110                 add mbox conversion script. Submitted by 
2111                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2112
2113 2003-05-07 [christoph]
2114
2115         * doc-src/glade.txt
2116         * src/gtk/pluginwindow.glade
2117         * src/plugins/image_viewer/viewerprefs.glade
2118         * src/plugins/spamassassin/spamassassin_gtk.glade
2119                 add glade files for user interfaces and a description how
2120                 to use glade to create the sylpheed code
2121
2122 2003-05-07 [paul]       0.8.11claws146
2123
2124         * sync with 0.8.11cvs41
2125                 see ChangeLog 2003-05-07
2126
2127 2003-05-06 [christoph]  0.8.11claws145
2128
2129         * src/main.c
2130         * src/plugins/image_viewer/viewer.c
2131                 fix usage of imlib in imageviewer plugin
2132
2133         * src/gtk/prefswindow.c
2134                 handle window close event correctly
2135
2136 2003-05-06 [paul]       0.8.11claws144
2137
2138         * src/common/ssl.c
2139                 fix typo introduced in sync
2140
2141 2003-05-06 [paul]       0.8.11claws143
2142
2143         * sync with 0.8.11cvs39
2144                 see ChangeLog 2003-05-06
2145
2146 2003-05-06 [paul]       0.8.11claws142
2147
2148         * AUTHORS
2149           po/cs.po
2150                 updated Czech translation, submitted by 
2151                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2152                 
2153         * src/plugins/clamav/clamav_plugin_gtk.c
2154                 clean up
2155
2156 2003-05-03 [alfons]     0.8.11claws141
2157
2158         * src/compose.[ch]
2159                 make paste as quotation work even when the call to 
2160                 text_inserted() was deferred (fixes bug #140 "Paste 
2161                 as quotation does not work when using "external" 
2162                 clipboard")
2163
2164 2003-05-03 [thorsten]   0.8.11claws140
2165
2166         * src/addrquery.h
2167           src/ldapquery.h
2168           src/mainwindow.c
2169                 removed C++ comments
2170         * src/addr_compl.c
2171                 function with non-int retval/param used before
2172                 implementation/declaration
2173
2174 2003-05-02 [paul]       0.8.11claws139
2175
2176         * src/addr_compl.[ch]
2177           src/addressbook.[ch]
2178           src/addrindex.c
2179           src/summaryview.c
2180                 revert match's changes to (finally) remove the bug where
2181                 opening a folder causes massive slowdown when using the 
2182                 'Display sender using address book' option
2183
2184 2003-05-01 [melvin]     0.8.11claws138
2185
2186         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2187         * src/plugins/dillo_viewer/dillo_viewer.c
2188                 Fixed bug where "Cancel" button from prefs issued
2189                 warnings.
2190                 Comply a little more to coding style
2191
2192 2003-05-01 [paul]       0.8.11claws137
2193
2194         * sync with 0.8.11cvs38
2195                 see ChangeLog 2003-05-01
2196
2197 2003-05-01 [paul]       0.8.11claws136
2198
2199         * po/bg.po
2200                 updated by George Danchev
2201
2202 2003-04-30 [christoph]  0.8.11claws135
2203
2204         * src/plugins/dillo_viewer/dillo_prefs.c
2205         * src/plugins/image_viewer/viewerprefs.c
2206         * src/plugins/spamassassin/spamassassin_gtk.c
2207                 remove gtk_widget_ref() calls for widgets in
2208                 glade code
2209
2210 2003-04-30 [paul]       0.8.11claws134
2211
2212         * src/addrindex.c
2213                 ok, this time a better fix for the bug where opening folder
2214                 has massive slowdown when using the 'Display sender using 
2215                 address book' option
2216
2217 2003-04-30 [paul]       0.8.11claws133
2218
2219         * src/addrindex.c
2220                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2221         
2222 2003-04-30 [melvin]     0.8.11claws132
2223
2224         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2225
2226         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2227                 Preferences for the dillo plugin
2228         * src/plugins/dillo_viewer/dillo_viewer.c
2229                 Support for preferences
2230         * src/plugins/dillo_viewer/Makefile.am
2231                 Added dillo_prefs.[ch]
2232
2233 2003-04-30 [alfons]     0.8.11claws131
2234
2235         * src/common/plugin.[ch]
2236                 see? this ANSI C'fication immediately gives us type
2237                 checking for free.
2238
2239 2003-04-30 [alfons]     0.8.11claws130
2240
2241         * src/common/plugin.[ch]
2242         * src/plugins/clamav/clamav_plugin.[ch]
2243         * src/plugins/clamav/clamav_plugin_gtk.c
2244         * src/plugins/demo/demo.c
2245         * src/plugins/dillo_viewer/dillo_viewer.c
2246         * src/plugins/image_viewer/plugin.c
2247         * src/plugins/image_viewer/viewer.[ch]
2248         * src/plugins/image_viewer/viewerprefs.[ch]
2249         * src/plugins/mathml_viewer/mathml_viewer.c
2250         * src/plugins/spamassassin/spamassassin.[ch]
2251         * src/plugins/spamassassin/spamassassin_gtk.c
2252         * src/plugins/trayicon/trayicon.c
2253                 clean up
2254
2255 2003-04-30 [alfons]     0.8.11claws129
2256
2257         * src/common/utils.c
2258                 make is_ascii_str() fail gracefully when NULL pointer
2259                 is passed
2260
2261 2003-04-30 [paul]       0.8.11claws128
2262
2263         * src/addrindex.c
2264                 fix bug where opening folder has massive slowdown when
2265                 using the 'Display sender using address book' option
2266
2267 2003-04-30 [paul]       0.8.11claws127
2268
2269         * src/plugins/clamav/clamav_plugin.c
2270           src/plugins/clamav/clamav_plugin_gtk.c
2271           src/plugins/demo/demo.c
2272           src/plugins/dillo_viewer/dillo_viewer.c
2273           src/plugins/image_viewer/plugin.c
2274           src/plugins/mathml_viewer/mathml_viewer.c
2275           src/plugins/spamassassin/spamassassin.c
2276           src/plugins/spamassassin/spamassassin_gtk.c
2277           src/plugins/trayicon/trayicon.c
2278                 get rid of eye-hurting function signatures
2279
2280 2003-04-30 [paul]       0.8.11claws126
2281
2282         * src/plugins/trayicon/trayicon.c
2283                 add description
2284                 
2285         * src/mimeview.c
2286                 be more descriptive
2287
2288 2003-04-30 [paul]       0.8.11claws125
2289
2290         * configure.ac
2291                 arrange the plugins in reverse alphabetical order
2292                 
2293         * src/plugins/clamav/clamav_plugin.[ch]
2294           src/plugins/clamav/clamav_plugin_gtk.c
2295                 rename some params
2296                 resize max_size window
2297                 re-arrange the order of some gui elements
2298                 improve descriptions
2299         
2300         * src/plugins/image_viewer/plugin.c
2301           src/plugins/mathml_viewer/mathml_viewer.c
2302                 add descriptions
2303                 
2304         * src/plugins/spamassassin/spamassassin_gtk.c
2305                 resize max_size window
2306                 re-arrange the order of some gui elements
2307                 
2308         * src/messageview.c
2309           src/mimeview.c
2310                 correct typos
2311
2312 2003-04-30 [alfons]     0.8.11claws124
2313
2314         * src/imap.c
2315                 fix a leak found while browsing Martin Kluge's 
2316                 valgrind log (Claws only)
2317
2318 2003-04-29 [darko]      0.8.11claws123
2319
2320         * src/gtk/gtkstext.h
2321                 include wchar.h if it is available, fixes compilation
2322                 on HP-UX systems
2323
2324 2003-04-29 [melvin]     0.8.11claws122
2325
2326         * src/prefs_actions.c
2327                 Improved help text of Actions' syntax
2328
2329 2003-04-28 [paul]       0.8.11claws121
2330
2331         * src/action.c
2332                 a better fix for the crash when performing an action
2333                 on a mime part
2334
2335 2003-04-28 [paul]       0.8.11claws120
2336
2337         * src/action.c
2338                 fix crash when performing an action on a
2339                 mime part
2340
2341 2003-04-28 [paul]       0.8.11claws119
2342
2343         * sync with 0.8.11cvs36
2344                 see ChangeLog 2003-04-28
2345
2346 2003-04-27 [paul]       0.8.11claws118
2347
2348         * more sync with 0.8.11cvs35
2349                 see ChangeLog 2003-04-25
2350
2351 2003-04-26 [christoph]  0.8.11claws117
2352
2353         * src/folder.c
2354                 fix remove virtual check
2355
2356 2003-04-26 [paul]       0.8.11claws116
2357
2358         * src/messageview.c
2359                 fix return-receipt, make it work again
2360
2361 2003-04-26 [paul]       0.8.11claws115
2362
2363         * src/mimeview.c
2364                 restore double-clicking of the [application/pgp-signature 
2365                 (Select "Check signature" to check)] line in the message view,
2366                 broken in recent sync
2367
2368 2003-04-26 [christoph]  0.8.11claws114
2369
2370         * src/folder.c
2371                 check if remove virtual really exists before
2372                 calling the function
2373
2374 2003-04-25 [match]      0.8.11claws113
2375
2376         * src/addrindex.c
2377         * src/addrbook.c
2378         * src/ldapquery.[ch]
2379         * src/ldapctrl.[ch]
2380                 fix memleak.
2381         * src/ldapserver.[ch]
2382                 fix memleak. fix segfault.
2383                 plug a Claws memleak
2384
2385 2003-04-25 [alfons]     0.8.11claws112
2386
2387         * src/folder.c
2388                 plug a Claws memleak
2389
2390 2003-04-25 [alfons]     0.8.11claws111
2391
2392         * src/common/session.c
2393                 plug a memleak
2394
2395 2003-04-25 [paul]       0.8.11claws110
2396
2397         * sync with 0.8.11cvs35
2398                 see ChangeLog 2003-04-24 and 2003-04-25
2399                 
2400         * src/gtk/pluginwindow.c
2401                 correct another strange float value
2402
2403 2003-04-24 [christoph]  0.8.11claws109
2404
2405         * src/folder.c
2406                 freeze folder item updates when unsetting new flags
2407
2408         * src/gtk/pluginwindow.c
2409                 correct strange float value
2410
2411 2003-04-23 [paul]       0.8.11claws108
2412
2413         * sync with 0.8.11cvs33
2414                 see ChangeLog 2003-04-23
2415
2416 2003-04-22 [paul]       0.8.11claws107
2417
2418         * src/Makefile.am
2419           src/messageview.c
2420           src/mimeview.c
2421           src/pgptext.[ch]      ** REMOVED **
2422                 remove pgptext.[ch] as its not used any more
2423
2424 2003-04-22 [paul]       0.8.11claws106
2425
2426         * sync with 0.8.11cvs31
2427                 see ChangeLog 2003-04-21 and 2003-04-22
2428
2429 2003-04-21 [alfons]     0.8.11claws105
2430
2431         * src/main.c
2432                 No access to GTK structures if we're a spawned child
2433                 (and clean up code a little bit...) Should fix #126.
2434
2435 2003-04-21 [melvin]     0.8.11claws104
2436
2437         * src/plugins/dillo_viewer/README
2438                 Improved slightly the text.
2439
2440 2003-04-21 [melvin]     0.8.11claws103
2441
2442         * src/plugins/dillo_viewer/README *** NEW ***
2443                 Added a README file for the Dillo plugin
2444
2445 2003-04-20 [paul]
2446
2447         * tools/README
2448           tools/outlook2sylpheed.pl
2449                 updated and improved by Ricardo Mones Lastra
2450
2451 2003-04-18 [oliver]     0.8.11claws102
2452
2453         * src/inc.c 
2454         * src/prefs_account.h
2455                 remove Pop3SessionType (used by selective download)
2456         * src/prefs_toolbar.c
2457                 enable set Default Toolbar button
2458
2459 2003-04-18 [paul]       0.8.11claws101
2460
2461         * sync with 0.8.11cvs29
2462                 see ChangeLog 2003-04-18
2463
2464 2003-04-17 [paul]       0.8.11claws100
2465
2466         * src/prefs_common.[ch]
2467           src/summaryview.c
2468                 remove 'Open next message on deletion' option,
2469                 as the same effect can now be achieved via the
2470                 'Always open messages in summary when selected'
2471                 option.
2472
2473 2003-04-17 [paul]       0.8.11claws99
2474
2475         * sync with 0.8.11cvs28
2476                 see ChangeLog 2003-04-17
2477
2478 2003-04-17 [christoph]  0.8.11claws98
2479
2480         * ac/spamassassin.m4
2481         * src/plugins/spamassassin/libspamc.[ch]
2482         * src/plugins/spamassassin/utils.[ch]
2483                 sync libspamc with SpamAssassin project
2484
2485 2003-04-17 [christoph]  0.8.11claws97
2486
2487         * src/common/socket.h
2488         * src/gtk/sslcertwindow.h
2489                 rename old USE_SSL to USE_OPENSSL
2490
2491 2003-04-17 [paul]       0.8.11claws96
2492
2493         * src/prefs_common.h
2494                 use gulong for P_COLOR so that it compiles/runs on
2495                 64-bit systems. Patch submitted by James Noyes
2496                 <jnoyes-claws@retrogeeks.com>
2497                 
2498         * po/de.po
2499                 updated by Jens
2500
2501 2003-04-17 [paul]       0.8.11claws95
2502
2503         * sync with 0.8.11cvs27
2504                 see ChangeLog 2003-04-16
2505
2506 2003-04-15 [paul]       0.8.11claws94
2507
2508         * src/prefs_common.[ch]
2509                 rearrange to stop the window getting too long:
2510                         move Receive dialog stuff to Receive tab
2511                         move Send dialog to Send tab
2512                         remove Dialogs frame
2513                 rename 'Open messages in summary with cursor keys' to
2514                 'Always open messages in summary when selected', as its
2515                 more appropriate
2516
2517 2003-04-15 [paul]       0.8.11claws93
2518
2519         * src/prefs_common.[ch]
2520           src/summaryview.c
2521                 add new option '/Interface/Open next message on deletion'
2522
2523 2003-04-15 [paul]       0.8.11claws92
2524
2525         * src/summaryview.[ch]
2526                 add /Mark/Lock and /Mark/Unlock to the pop-up
2527                 menu. Patch submitted by Ivan Francolin Martinez
2528                 <ivanfm@users.sourceforge.net>
2529
2530 2003-04-15 [paul]       0.8.11claws91
2531
2532         * sync with 0.8.11cvs24
2533                 see ChangeLog 2003-04-15
2534
2535 2003-04-14 [jens]       0.8.11claws90
2536
2537         * updated German translation and some corrections from
2538                 Roland Bless <bless@tm.uka.de>
2539
2540 2003-04-14 [paul]       0.8.11claws89
2541
2542         * sync with 0.8.11cvs22
2543                 see ChangeLog 2003-04-14
2544
2545 2003-04-13 [paul]       0.8.11claws88
2546
2547         * src/plugins/clamav/clamav_plugin.c
2548                 fix memory leaks
2549                 clean up
2550
2551 2003-04-12 [paul]       0.8.11claws87
2552
2553         * src/plugins/clamav/clamav_plugin.c
2554                 activate enable/disable archive scanning option
2555                 
2556         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2557
2558 2003-04-12 [paul]       0.8.11claws86
2559
2560         * src/plugins/Makefile.am
2561           src/plugins/clamav/Makefile.am                ** NEW FILE **
2562           src/plugins/clamav/README                     ** NEW FILE ** 
2563           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2564           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2565                 add Clam AntiVirus plugin
2566
2567 2003-04-12 [paul]       0.8.11claws85
2568
2569         * sync with 0.8.11cvs21
2570                 see ChangeLog 2003-04-11
2571
2572 2003-04-11 [paul]       0.8.11claws84
2573
2574         * po/es.po
2575                 update Spanish translation. Submitted by Ricardo
2576                 Mones Lastra.
2577
2578 2003-04-10 [christoph]  0.8.11claws83
2579
2580         * src/mbox.c
2581                 fix typo that did not move unfiltered mails to destination
2582                 folder
2583
2584         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2585          when filtering from spool)
2586
2587 2003-04-10 [christoph]  0.8.11claws82
2588
2589         * src/imap.c
2590                 use BODY.PEEK instead of BODY in in message fetch operation
2591                 to make sure the IMAP server does not set the \Seen flag for
2592                 messages. Sylpheed does that later itself, when the message
2593                 is opened in sylpheed
2594
2595         (closes Bug 111 Claws destroys unread marks)
2596
2597 2003-04-09 [oliver]     0.8.11claws81
2598         
2599         * src/folder.c
2600                 fix crash in folder_destroy
2601         * README.claws
2602                 remove selective download
2603
2604 2003-04-09 [christoph]  0.8.11claws80
2605
2606         * src/imap.c
2607                 fix crash in imap_get_msginfo() when then fetched message
2608                 is not found
2609
2610         (closes Bug 110 Crash during mail composition)
2611
2612 2003-04-08 [christoph]  0.8.11claws79
2613
2614         * src/folder.c
2615         * src/prefs_account.c
2616                 Filter new messages that are found in an INBOX folder
2617                 when 'Filter messages on receiving' is enabled in the
2618                 Folder's AccountPrefs. This allows to use Sylpheed's
2619                 filtering engine for IMAP folders where messages are
2620                 added to the INBOX by a MTA
2621
2622 2003-04-08 [paul]       0.8.11claws78
2623
2624         * src/procmsg.h
2625                 clean up after last commit
2626
2627 2003-04-08 [paul]       0.8.11claws77
2628
2629         * sync with 0.8.11cvs20
2630                 see ChangeLog 2003-04-07 and 2003-04-08
2631
2632 2003-04-07 [christoph]  0.8.11claws76
2633
2634         * src/filtering.[ch]
2635         * src/inc.[ch]
2636         * src/mbox.c
2637         * src/procmsg.[ch]
2638                 add procmsg_msginfo_filter() to execute filtering actions
2639
2640 2003-04-06 [christoph]  0.8.11claws75
2641
2642         * src/imap.c
2643                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2644
2645 2003-04-06 [christoph]  0.8.11claws74
2646
2647         * src/common/utils.[ch]
2648                 add g_int_compare() function for slist sorting
2649
2650         * src/imap.c
2651                 fetch all MsgInfos with one command in imap_get_msginfos()
2652                 using an imap set with a list of ranges
2653
2654         * src/news.c
2655                 use new g_int_compare() function
2656
2657 2003-04-06 [thorsten]   0.8.11claws73
2658
2659         * src/mh.c
2660                 corrected implementation of mh_folder_destroy()
2661
2662 2003-04-05 [christoph]  0.8.11claws72
2663
2664         * src/account.c
2665         * src/folder.[ch]
2666         * src/folderview.c
2667         * src/imap.c
2668         * src/inc.c
2669         * src/main.c
2670         * src/mainwindow.c
2671         * src/mbox_folder.c
2672         * src/mh.c
2673         * src/mimeview.h
2674         * src/msgcache.[ch]
2675         * src/news.c
2676         * src/procmime.h
2677         * src/procmsg.[ch]
2678         * src/setup.c
2679         * src/gtk/gtkutils.c
2680                 o rename structure field names class and new to klass and
2681                   new_msgs, to allow including files in C++
2682                 o add 'extern "C"' block to some header files
2683                 o add MsgInfoList and MsgNumberList as alias for GSList for
2684                   developers to know what type of list is expected
2685
2686         * src/plugins/image_viewer/plugin.c
2687         * src/plugins/image_viewer/viewer.[ch]
2688         * src/plugins/image_viewer/viewerprefs.[ch]
2689                 rename function names to prevent conflicts
2690
2691 2003-04-05 [paul]       0.8.11claws71
2692
2693         * sync with 0.8.11cvs18
2694                 see ChangeLog 2003-04-03 and 2003-04-04
2695
2696 2003-04-02 [christoph]  0.8.11claws70
2697
2698         * src/folder.[ch]
2699         * src/imap.[ch]
2700         * src/mbox_folder.[ch]
2701         * src/mh.[ch]
2702         * src/news.[ch]
2703                 o Make all virtual folder functions private
2704                 o remove unused folder code
2705
2706         * src/common/socket.[ch]
2707         * src/summaryview.c
2708                 fix warnings
2709
2710 2003-03-30 [alfons]     0.8.11claws69
2711
2712         * src/send_message.c
2713                 remove two debug traces and see if people still report
2714                 errors
2715
2716 2003-03-30 [alfons]     0.8.11claws68
2717
2718         * src/send_message.c
2719         * src/commons/session.c
2720                 add more debug traces
2721
2722 2003-03-30 [christoph]  0.8.11claws67
2723
2724         * src/folder.c
2725                 change processing folder name from .processing to processing
2726
2727         * src/common/ssl.c
2728                 disable SSL certificate check because it causes Xlib error
2729                 when the child process want's to open an GTK window
2730
2731 2003-03-30 [christoph]  0.8.11claws66
2732
2733         * src/folder.c
2734                 don't use default folder for processing folder item because
2735                 it can be a non local folder
2736
2737         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2738
2739 2003-03-30 [alfons]     0.8.11claws65
2740
2741         * src/send_message.c
2742                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2743                 to generate bad code for 'send_send_data_progressive': When
2744                 called from 'send_send_data_finished', the 'data' pointer is
2745                 cleared just before the assignment to the dialog pointer
2746
2747 2003-03-29 [christoph]  0.8.11claws64
2748
2749         * src/common/prefs.h
2750         * src/plugins/image_viewer/Makefile.am
2751         * src/plugins/image_viewer/plugin.c
2752         * src/plugins/image_viewer/viewer.[ch]
2753         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2754                 add PrefsPage for ImageViewer
2755
2756 2003-03-28 [thorsten]   0.8.11claws63
2757
2758         * src/common/session.c
2759                 added some comments
2760
2761 2003-03-28 [paul]       0.8.11claws62
2762
2763         * sync with 0.8.11cvs16
2764                 see ChangeLog 2003-03-28
2765
2766 2003-03-28 [paul]       0.8.11claws61
2767
2768         * sync with 0.8.11cvs15
2769                 see ChangeLog 2003-03-28
2770
2771 2003-03-27 [christoph]  0.8.11claws60
2772
2773         * src/folder.c
2774         * src/imap.c
2775         * src/common/socket.[ch]
2776                 set socket state to DISCONNECTED when any operation
2777                 fails to allow reconnecting in IMAP code without
2778                 checking the return code of all calls to the command
2779                 functions
2780
2781         * src/folderview.c
2782         * src/summaryview.c
2783                 remove some more stuff that depends on specific
2784                 folder types
2785
2786 2003-03-27 [paul]       0.8.11claws59
2787
2788         * sync with 0.8.11cvs14
2789                 see ChangeLog 2003-03-27
2790                 
2791         * src/selective_download.[ch]   ** REMOVED **
2792                 really removed
2793
2794 2003-03-27 [christoph]  0.8.11claws58
2795
2796         * src/folder.c
2797                 fix handling of tmp_flags in flag copy function
2798
2799 2003-03-27 [paul]       0.8.11claws57
2800
2801         * sync with 0.8.11cvs13
2802                 see ChangeLog 2003-03-27
2803
2804 2003-03-27 [oliver]     0.8.11claws56
2805
2806         * src/maiwindow.c
2807                 remove sel_download_cb
2808
2809 2003-03-27 [oliver]     0.8.11claws55
2810         
2811         * src/inc.c
2812                 remove POP3_TOP
2813         
2814 2003-03-26 [oliver]     0.8.11claws54
2815
2816         *src/pop.h
2817                 remove POP3_TOP*
2818         * README.claws
2819                 remove selective donwload readme
2820
2821 2003-03-26 [oliver]     0.8.11claws53
2822         * src/matcher.[ch]
2823         * src/matcher_parser_parse.y 
2824         * src/pop.c 
2825         * src/prefs_account.[ch]
2826         * src/prefs_filtering.c
2827                 remove selective donwload
2828
2829 2003-03-26 [oliver]     0.8.11claws52
2830
2831         * src/inc.[ch] 
2832         * src/filtering.c 
2833         * src/mainwindow.c 
2834                 remove selective donwload
2835
2836 2003-03-26 [oliver]     0.8.11claws51
2837         
2838         * src/Makefile.am
2839         * src/selective_download.[ch]   ** REMOVE **    
2840
2841 2003-03-26 [christoph]  0.8.11claws50
2842
2843         * src/news.c
2844                 fix NEWS that got broken by a sync with sylpheed-main
2845
2846 2003-03-26 [christoph]  0.8.11claws49
2847
2848         * src/mimeview.c
2849                 fix mime type guessing when no mime type is found for a file
2850
2851 2003-03-25 [christoph]  0.8.11claws48
2852
2853         * src/mimeview.c
2854         * src/procmime.c
2855                 remove mime type guessing from mime parser and use
2856                 name based mime types in viewer lookup for mime type
2857                 application/octet-stream
2858
2859 2003-03-25 [christoph]  0.8.11claws47
2860
2861         * doc-src/readme.txt
2862         * doc-src/rfc2554.txt
2863                 add RFC about SMTP AUTH
2864
2865         * src/send_message.c
2866         * src/common/smtp.[ch]
2867                 add extra error code for authentication errors and
2868                 clear temporary password when this error occurs
2869
2870         (closes Bug 84 authentication failure while sending should
2871          prompt for password again)
2872
2873 2003-03-25 [christoph]  0.8.11claws46
2874
2875         * configure.ac
2876         * src/Makefile.am
2877         * src/imageview.[ch]                            ** REMOVE **
2878         * src/messageview.[ch]
2879         * src/mimeview.[ch]
2880         * src/prefs_common.[ch]
2881         * src/textview.c
2882         * src/plugins/Makefile.am
2883         * src/plugins/image_viewer/.cvsignore           ** NEW **
2884         * src/plugins/image_viewer/Makefile.am          ** NEW **
2885         * src/plugins/image_viewer/plugin.c             ** NEW **
2886         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2887                 move image viewer into a plugin (building is enabled by default)
2888                 [ToDo: Prefs for resize and autoview]
2889
2890 2003-03-25 [paul]       0.8.11claws45
2891
2892         * sync with 0.8.11cvs12
2893                 see ChangeLog 2003-03-26
2894
2895 2003-03-25 [paul]       0.8.11claws44
2896
2897         * sync with 0.8.11cvs11
2898                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2899                 
2900         Note: Selective Download is broken.
2901                 
2902 2003-03-22 [christoph]  0.8.11claws43
2903
2904         * src/folder.c
2905                 code cleanup for flags copying
2906
2907 2003-03-22 [christoph]  0.8.11claws42
2908
2909         * src/plugins/trayicon/trayicon.c
2910                 fix setting the transparent area when the window size
2911                 is forced by the system tray
2912
2913 2003-03-22 [christoph]  0.8.11claws41
2914
2915         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2916         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2917         * src/plugins/trayicon/newmail.xpm              ** NEW **
2918         * src/plugins/trayicon/nomail.xpm               ** NEW **
2919         * src/plugins/trayicon/trayicon.c
2920         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2921                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2922                 o add icon for unread mails
2923                 o set transparency for window
2924
2925 2003-03-22 [christoph]  0.8.11claws40
2926
2927         * src/news.c
2928                 init news session to prevent crash when session is closed
2929
2930 2003-03-22 [christoph]  0.8.11claws39
2931
2932         * src/imap.c
2933         * src/common/session.[ch]
2934                 Init session data to make sure we don't have invalid pointers
2935                 for read_ch and write_ch when new multi process sessions are
2936                 not used
2937
2938         * src/main.c
2939         * src/common/plugin.c
2940         * src/common/sylpheed.c
2941         * src/plugins/demo/demo.c
2942         * src/plugins/dillo_viewer/dillo_viewer.c
2943         * src/plugins/mathml_viewer/mathml_viewer.c
2944         * src/plugins/spamassassin/spamassassin.c
2945         * src/plugins/spamassassin/spamassassin_gtk.c
2946                 add plugin types to allow loading plugins at different times
2947                 (and maybe for different frontends), because it's not good to
2948                 load GTK-Plugins gefore gtk_init was called
2949
2950         * configure.ac
2951         * src/plugins/Makefile.am
2952         * src/plugins/trayicon/.cvsignore               ** NEW **
2953         * src/plugins/trayicon/Makefile.am              ** NEW **
2954         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2955         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2956         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2957         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2958         * src/plugins/trayicon/trayicon.c               ** NEW **
2959                 New Trayicon plugin that shows an icon in a systray that uses
2960                 XEMBED protocol like Gnome's systray. Icon shows if there
2961                 are new mails and a tooltip shows information about new,
2962                 unread and total messages.
2963
2964 2003-03-22 [paul]       0.8.11claws38
2965
2966         * src/common/smtp.c
2967                 fix ESMTP AUTH CRAM-MD5
2968                 [sync with main (still version 0.8.11cvs6), see
2969                  ChangeLog 2003-03-22]
2970
2971 2003-03-21 [colin]      0.8.11claws37
2972
2973         * src/send_message.c
2974                 Fix USE_SSL => USE_OPENSSL
2975
2976 2003-03-21 [colin]      0.8.11claws36
2977
2978         * src/folderview.c
2979                 Fix counts in drag and dropped subfolders
2980
2981 2003-03-21 [colin]      0.8.11claws35
2982
2983         * src/folder.c 
2984         * src/folderview.c
2985                 speed up a bit folder dnd
2986
2987 2003-03-20 [alfons]     0.8.11claws34
2988
2989         * src/main.c
2990         * src/toolbar.c
2991         * src/procmsg.c
2992                 don't send locked queue messages
2993                 (feature request "[ 705245 ] Locking message in outbox 
2994                  should prevent sending")
2995
2996 2003-03-20 [christoph]  0.8.11claws33
2997
2998         * src/folder.c
2999                 remove NEW and UNREAD flag in special folders when scanning
3000                 
3001         * src/common/smtp.c
3002                 fix ESMTP AUTH CRAM-MD5
3003
3004 2003-03-20 [paul]       0.8.11claws32
3005
3006         * src/prefs_account.c
3007                 Re-write 'Tunnel command to open connection' as
3008                 'Use command to communicate with server', and disable
3009                 it for all except IMAP accounts
3010
3011 2003-03-20 [paul]       0.8.11claws31
3012
3013         * sync with 0.8.11cvs6
3014                 see ChangeLog 2003-03-20
3015
3016 2003-03-19 [match]      0.8.11claws30
3017
3018         * src/addritem.[ch]
3019                 include documentation. minor refactoring.
3020         * src/addr_compl.[ch]
3021         * src/addrindex.[ch]
3022         * src/addresbook.[ch]
3023         * src/summaryview.c
3024                 re-enable address lookup (was disabled in
3025                 0.8.11claws20).
3026
3027 2003-03-19 [christoph]  0.8.11claws29
3028
3029         * src/procmsg.c
3030                 add temp flag handling, will make moving and copying
3031                 messages possible again
3032
3033         * src/folder.c
3034                 correct calulation of folder stats
3035
3036 2003-03-18 [match]      0.8.11claws28
3037
3038         * src/editgroup.h
3039                 remove case sensitive comparison (closes bug 80).
3040
3041 2003-03-18 [christoph]  0.8.11claws27
3042
3043         * src/imap.c
3044                 fix imap using a tunnel command
3045
3046         (closes bug 87)
3047
3048 2003-03-18 [christoph]  0.8.11claws26
3049
3050         * src/folder.[ch]
3051         * src/imap.c
3052         * src/procmsg.[ch]
3053                 rewrite flag handling for folders
3054
3055 2003-03-18 [christoph]  0.8.11claws25
3056
3057         * src/folder.c
3058         * src/procmsg.c
3059         * src/summaryview.c
3060                 unset NEW and UNREAD flags when message is ignored, to make
3061                 sure messages don't show up as unread on other IMAP clients,
3062                 because the IGNORE_THREAD flag can not be syncronized through
3063                 the IMAP folder
3064
3065 2003-03-17 [christoph]  0.8.11claws24
3066
3067         * src/imap.c
3068                 don't use recursion to fetch uids when the number of messages
3069                 does not match. Moved code into subfunction that is used
3070                 again when needed, to prevent an endless loop.
3071
3072 2003-03-17 [thorsten]   0.8.11claws23
3073
3074         * src/imageview.[ch]
3075                 export imageview_get_resized_size() (for plugins)
3076         * src/prefs_common.[ch]
3077                 added prefs_common_get() (for plugins)
3078
3079 2003-03-17 [christoph]  0.8.11claws22
3080
3081         * src/imap.c
3082                 o remove UID guessing from copy code
3083                 o support UIDPLUS extension for APPEND command
3084
3085 2003-03-17 [paul]       0.8.11claws21
3086
3087         * src/gtk/about.c
3088                 remove 'Compiled-plugins' section.
3089                 
3090         * src/plugins/dillo_viewer/dillo_viewer.c
3091                 slight change to description text
3092
3093 2003-03-16 [match]      0.8.11claws20
3094         * src/ldapserver.[ch]           ** NEW **
3095         * src/ldapctrl.[ch]             ** NEW **
3096         * src/ldapquery.[ch]            ** NEW **
3097         * src/ldaputil.[ch]             ** NEW **
3098         * src/addrcindex.[ch]           ** NEW **
3099         * src/addrquery.h               ** NEW **
3100         * src/addritem.[ch]
3101         * src/addrcache.[ch]
3102         * src/addrindex.[ch]
3103         * src/addr_compl.[ch]
3104         * src/addressbook.[ch]
3105         * src/addrbook.[ch]
3106         * src/editgroup.c
3107         * src/editaddress.c
3108         * src/editldap.c
3109         * src/editldap_basedn.c
3110         * src/vcard.c
3111         * src/jpilot.c
3112         * src/Makefile.am
3113                 included dynamic LDAP queries. improved address
3114                 completion.
3115
3116 2003-03-16 [paul]       0.8.11claws19
3117
3118         * tools/multiwebsearch.pl
3119                 fix a fatal typo
3120
3121 2003-03-16 [christoph]  0.8.11claws18
3122
3123         * src/mimeview.c
3124         * src/plugins/dillo_viewer/dillo_viewer.c
3125         * src/plugins/mathml_viewer/mathml_viewer.c
3126                 make unregistering of MimeViewerFactorys possible
3127
3128 2003-03-16 [alfons]     0.8.11claws17
3129
3130         * configure.ac
3131                 correct typo
3132
3133 2003-03-16 [melvin]     0.8.11claws16
3134
3135         * src/plugins/dillo_viewer.c
3136                 Fixed bug where it was not possible to view more than
3137                 one text/html attachment per message (bug discovered
3138                 by Christoph Hohmann).
3139
3140 2003-03-15 [melvin]     0.8.11claws15
3141
3142         * src/prefs_actions.c
3143                 Fixed compilation warnings.
3144
3145 2003-03-15 [melvin]     0.8.11claws14
3146
3147         * src/plugins/Makefile.am
3148         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3149         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3150         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3151                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3152                 newer (http://dillo.auriga.wearlab.de/).
3153
3154 2003-03-15 [christoph]  0.8.11claws13
3155
3156         * src/imap.c
3157                 don't query imap folder for attributes because we already
3158                 for them from imap_status
3159
3160         * src/mimeview.[ch]
3161                 add support for plugable MimeViewers (unloading Viewers
3162                 not yet complete)
3163
3164         * src/plugins/Makefile.am
3165         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3166         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3167         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3168                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3169                 widget from http://helm.cs.unibo.it/mml-widget/
3170
3171 2003-03-14 [christoph]  0.8.11claws12
3172
3173         * src/folder.[ch]
3174                 o error return code's should better be negative
3175                 o replace printf with debug_print
3176
3177         * src/imap.c
3178                 improve IMAP folder scan by checking UID-NEXT
3179
3180         * src/summaryview.c
3181                 remove check that are unnecessary in my opinion
3182
3183 2003-03-13 [christoph]  0.8.11claws11
3184
3185         * src/folder.[ch]
3186         * src/foldersel.c
3187         * src/folderview.c
3188         * src/imap.c
3189         * src/mbox_folder.c
3190         * src/mh.c
3191         * src/news.c
3192         * src/prefs_scoring.c
3193         * src/summaryview.c
3194                 use a common function to get a displayable name
3195                 for a FolderItem
3196
3197 2003-03-13 [paul]       0.8.11claws10
3198
3199         * tools/Makefile.am
3200           tools/README
3201           tools/multiwebsearch.conf     ** NEW FILE **
3202           tools/multiwebsearch.pl       ** NEW FILE **
3203                 add multiwebsearch Actions script
3204
3205 2003-03-13 [colin]      0.8.11claws9
3206
3207         * src/compose.c
3208                 Remove leading emtpy lines from quoted text
3209                 before quoting it
3210
3211 2003-03-13 [melvin]     0.8.11claws8
3212
3213         * src/prefs_actions.c
3214                 Fixed a memory leak
3215                 Code clean ups
3216                 Added Cancel and OK buttons
3217                 Corrected help text
3218
3219 2003-03-13 [christoph]  0.8.11claws7
3220
3221         * src/account.c
3222         * src/folder.[ch]
3223         * src/imap.c
3224         * src/mainwindow.c
3225         * src/mbox_folder.c
3226         * src/mh.c
3227         * src/news.c
3228         * src/setup.c
3229                 replace more folder type stuff with folder class stuff
3230
3231 2003-03-13 [melvin]     0.8.11claws6
3232
3233         * src/prefs_actions.c
3234                 Added new tokens:
3235                 %u: user provided argument
3236                 %h: user provided argument (hidden on input)
3237                 %s: current text selection in the message view 
3238
3239 2003-03-13 [paul]       0.8.11claws5
3240
3241         * sync with 0.8.11cvs5
3242                 see ChangeLog 2003-03-11, 2003-03-12
3243
3244 2003-03-12 [christoph]  0.8.11claws4
3245
3246         * src/folder.c
3247                 use folder class idstr when writing folderlist.xml
3248
3249         * src/folder.h
3250         * src/imap.c
3251         * src/news.c
3252                 replace folder type checks with folder class checks
3253
3254 2003-03-12 [christoph]  0.8.11claws3
3255
3256         * src/folder.[ch]
3257         * src/imap.[ch]
3258         * src/main.c
3259         * src/mbox_folder.[ch]
3260         * src/mh.[ch]
3261         * src/news.[ch]
3262                 o create a list of known folder classes in the folder system
3263                 o use folder class id strings for folder item identifiers
3264
3265 2003-03-12 [christoph]  0.8.11claws2
3266
3267         * src/imap.c
3268                 fix imap uid validity check
3269
3270 2003-03-12 [christoph]  0.8.11claws1
3271
3272         * src/account.c
3273         * src/folder.[ch]
3274         * src/foldersel.c
3275         * src/folderview.c
3276         * src/imap.c
3277         * src/mainwindow.c
3278         * src/mbox_folder.c
3279         * src/mh.c
3280         * src/news.c
3281         * src/prefs_scoring.c
3282         * src/procmsg.c
3283         * src/setup.c
3284         * src/summaryview.c
3285                 initial restructuring of folder system, seperating
3286                 folders and folder classes
3287
3288 2003-03-12 [paul]       0.8.11claws
3289
3290         0.8.11claws release
3291
3292 2003-03-12 [christoph]
3293
3294         * src/gtk/prefswindow.c
3295                 fix translation of "Page Index"
3296
3297 2003-03-12 [paul]       0.8.10claws110
3298
3299         a sync from 0.8.11cvs4 before the release
3300
3301         * src/common/utils.c
3302                 subject_compare_for_sort(): allow null strings (fixes
3303                 summary sorting).
3304
3305 2003-03-11 [paul]       0.8.10claws109
3306
3307         * po/es.po
3308                 update Spanish translation, submitted by
3309                 Ricardo Mones Lastra
3310
3311 2003-03-11 [melvin]     0.8.10claws108
3312
3313         * po/fr.po
3314                 Updated French translations
3315
3316 2003-03-11 [paul]       0.8.10claws107
3317
3318         * manual/en/Makefile.am
3319           manual/en/*.html
3320                 update English manual, add a new page
3321                 updated by Francois Barriere <fbarriere@atmel.fr>
3322                 
3323         * po/bg.po
3324           po/it.po
3325           po/sr.po
3326                 update Bulgarian, Italian, and Serbian translations
3327                 submitted by George Danchev, Alessandro Maestri, and
3328                 Urke MMI
3329
3330 2003-03-10 [paul]       0.8.10claws106
3331
3332         * src/gtk/about.c
3333           src/gtk/prefswindow.c
3334                 make some strings translatable
3335
3336 2003-03-10 [darko]      0.8.10claws105
3337
3338         * src/compose.c
3339                 code cleanup to make Hiro happy
3340
3341 2003-03-10 [paul]       0.8.10claws104
3342
3343         * sync with 0.8.11cvs2
3344                 see ChangeLog 2003-03-10
3345
3346 2003-03-09 [melvin]     0.8.10claws103
3347
3348         * src/textview.c
3349                 textview_set_font(): fix for message display in
3350                 UTF-8 locales (thanks to Sergey Vlasov).
3351                 (was unintentionnaly reverted in 0.8.6claws6)   
3352
3353 2003-03-08 [darko]      0.8.10claws102
3354
3355         * src/compose.c
3356                 fix infinite loop in wrapping as reported
3357                 by happycactus
3358                 obsoletes patch #696482
3359
3360 2003-03-08 [christoph]  0.8.10claws101
3361
3362         * src/imap.c
3363                 add workaround for IMAP servers that do not
3364                 support the "UID SEARCH UID" command
3365
3366 2003-03-07 [christoph]  0.8.10claws100
3367
3368         * src/plugins/spamassassin/spamassassin.[ch]
3369         * src/plugins/spamassassin/spamassassin_gtk.c
3370                 code cleanup
3371
3372 2003-03-07 [paul]       0.8.10claws99
3373
3374         * po/es.po
3375                 updated Spanish translation, submitted by
3376                 Ricardo Mones Lastra
3377
3378 2003-03-07 [christoph]  0.8.10claws98
3379
3380         * src/send.c
3381                 fix in 0.8.10claws94 was wrong
3382                 local delivery does not require escaping, remove escaping
3383                 code to make signatures of mails with "." lines valid
3384                 
3385                 NOTE: requires that sendmail is executed with "-i" option,
3386                       what is the default now, but has to be changed in all
3387                       exsiting accounts)
3388
3389 2003-03-07 [paul]       0.8.10claws97
3390
3391         * sync with 0.8.11 release
3392                 see ChangeLog 2003-03-07
3393
3394 2003-03-06 [paul]       0.8.10claws96
3395
3396         * src/compose.c
3397                 revert commit 0.8.10claws92
3398
3399 2003-03-06 [paul]       0.8.10claws95
3400
3401         * src/folderview.c
3402                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3403
3404         * src/gtkaspell.c
3405                 fix bug 74, 'Crash opening editor window with pseudo-color
3406                 display'
3407                 
3408         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3409
3410 2003-03-06 [christoph]  0.8.10claws94
3411
3412         * src/send.c
3413                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3414                 all lines starting with a period get an extra period
3415                 inserted
3416                 (found by Simon 'corecode' Schubert)
3417
3418 2003-03-06 [paul]       0.8.10claws93
3419
3420         * src/folderview.c
3421                 if configured font can't be loaded fall back to gtk
3422                 default. (with thanks to Christoph)
3423                 
3424                 closes long-standing bug 15 'Crashes on startup'
3425
3426 2003-03-06 [paul]       0.8.10claws92
3427
3428         * src/compose.c
3429                 freeze text before autosave and thaw afterwards
3430                 fixes bug 67 'autosave make re-rediting message crazy'
3431
3432 2003-03-06 [christoph]  0.8.10claws91
3433
3434         * src/compose.c
3435                 ignore address comment in dupe check for Cc-list
3436
3437         (closes reopened bug 47 Replying to message strips name part of
3438          e-mail addresses of Cc: lines)
3439
3440 2003-03-06 [paul]       0.8.10claws90
3441
3442         * src/Makefile.am
3443                 remove reference to gtkxtext.h as its no longer in
3444                 the repository
3445
3446 2003-03-06 [paul]       0.8.10claws89
3447
3448         * sync with 0.8.10cvs25
3449                 see ChangeLog 2003-03-06
3450
3451 2003-03-06 [oliver]     0.8.10claws88
3452         
3453         * src/messageview.c
3454                 remove include
3455
3456 2003-03-06 [oliver]     0.8.10claws87
3457         
3458         * src/folderview.c 
3459                 remove changes introduced inclaws74
3460         * src/messageview.c
3461                 another attempt to sanely delete and update
3462                 messages deleted in separate messageview
3463
3464 2003-03-05 [christoph]  0.8.10claws86
3465
3466         * src/summaryview.c
3467                 check if "From" matches any account's address if
3468                 addressbook completion of addresses is disabled too
3469
3470         (closes Bug 70 "Display recipient in from" doesn't check
3471          folder's default account)
3472
3473 2003-03-05 [christoph]  0.8.10claws85
3474
3475         * src/compose.c
3476         * src/common/utils.[ch]
3477                 don't strip address comments when building Cc lists
3478
3479         (closes Bug 47 Replying to message strips name part of e-mail addresses
3480          of Cc: lines)
3481
3482         * src/folder.c
3483                 fix return value of copy function
3484
3485 2003-03-05 [christoph]  0.8.10claws84
3486
3487         * src/imap.c
3488                 don't ask imap server for non rfc822 headers
3489
3490         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3491
3492         * src/imap.c
3493                 destroy session on socket error to allow reconnecting
3494
3495 2003-03-05 [christoph]  0.8.10claws83
3496
3497         * configure.ac
3498                 fix building with gnome when no prefix is set
3499
3500         (closes bug 66 Gnome directory is set to NONE)
3501
3502 2003-03-05 [paul]       0.8.10claws82
3503
3504         * sync with 0.8.10cvs23
3505                 see ChangeLog 2003-03-05
3506
3507 2003-03-04 [christoph]  0.8.10claws81
3508
3509         * src/folder.c
3510                 o fix moving and copying when folder returns 0 for new
3511                   message number
3512                 o remove some code for single message copy and move
3513                   operations and use functions for multiple messages
3514
3515         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3516
3517         * src/news.c
3518                 remove unused include
3519
3520 2003-03-04 [paul]       0.8.10claws80
3521
3522         * src/gtk/about.c
3523                 list 'Compiled plugins'
3524
3525 2003-03-03 [christoph]  0.8.10claws79
3526
3527         * src/news.[ch]
3528                 have to multiply the percentage of the current fetch with
3529                 the percentage that it has of the total fetch operation
3530                 for correct values
3531
3532 2003-03-03 [christoph]  0.8.10claws78
3533
3534         * src/news.c
3535                 fix calculation of expected lines for progress indicator
3536
3537 2003-03-03 [christoph]  0.8.10claws77
3538
3539         * src/summaryview.c
3540         * src/common/utils.c
3541                 fix segfault when opening the root news folder
3542
3543 2003-03-03 [christoph]  0.8.10claws76
3544
3545         * src/mainwindow.[ch]
3546         * src/common/Makefile.am
3547         * src/common/progressindicator.[ch]
3548                 add UI independent progress indicator handling
3549
3550         * src/news.[ch]
3551                 use new progress indicator for message info fetching
3552
3553         * src/common/hooks.h
3554                 code cleanup
3555
3556 2003-03-03 [oliver]     0.8.10claws75
3557
3558         * src/toolbar.c
3559         * src/compose.c
3560                 removed commented code
3561
3562 2003-03-03 [oliver]     0.8.10claws74
3563
3564         * src/toolbar.[ch]
3565                 cleanups and refactoring
3566         * src/compose.[ch]
3567                 compose_reply_mode reply & forwarding interface for
3568                 toolbar buttons
3569         * src/folderview.c
3570                 act on messages marked for deletion in folderview_selected
3571                 based on prefs_common.immediate_exec since a message might 
3572                 have been deleted by messageview in a folder we are changing 
3573                 to (does anybody understand what I'm on about ?)
3574
3575 2003-03-03 [oliver]     0.8.10claws73
3576         
3577         * src/messageview.[ch]
3578                 new functions
3579                 - messageview_delete: delete message shown in messagview
3580                 - messageview_update_view: update messageview to currently 
3581                   selected summaryview message
3582                 - add separate messageview to msgview_list in order to update 
3583                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3584         * src/summaryview.[ch]
3585                 summary_get_selection returns a list of selected msgs
3586                 in summaryview
3587         * src/mainwindow.c
3588                 toolbar reply refactoring
3589
3590 2003-03-03 [paul]       0.8.10claws72
3591
3592         * sync with 0.8.10cvs21
3593                 see ChangeLog 2003-03-03
3594
3595 2003-03-02 [christoph]  0.8.10claws71
3596
3597         * src/common/passcrypt.c
3598                 use POSIX includes
3599
3600 2003-03-02 [christoph]  0.8.10claws70
3601
3602         * configure.ac
3603         * src/prefs_account.c
3604         * src/prefs_gtk.[ch]
3605         * src/common/.cvsignore
3606         * src/common/Makefile.am
3607         * src/common/passcrypt.c                ** NEW **
3608         * src/common/passcrypt.h.in             ** NEW **
3609                 Implement password encryption in config files
3610                 using unix encrypt and setkey functions. The crypt
3611                 key can be set as a configure parameter. Old
3612                 passwords will be converted if they do not begin
3613                 with '!'
3614
3615 2003-03-02 [paul]       0.8.10claws69
3616
3617         * src/prefs_account.c
3618                 fix compile error
3619
3620 2003-03-01 [thorsten]   0.8.10claws68
3621
3622         * po/el.po
3623           po/hr.po
3624           po/it.po
3625           po/nl.po
3626           po/sr.po
3627           po/sv.po
3628                 corrected format strings
3629         * po/en_GB.po
3630                 corrected headers
3631                 (fix compile errors with GNU gettext-0.11.5)
3632
3633 2003-03-01 [oliver]     0.8.10claws67
3634
3635         * src/summaryview.c
3636                 menu callbacks call toolbar_menu_reply
3637
3638 2003-03-01 [oliver]     0.8.10claws66
3639
3640         * src/mainwindow.c
3641         * src/messageview.c
3642                 menu callbacks call toolbar_menu_reply
3643         * src/toolbar.[ch]
3644                 callbacks from menu handled by toolbar_menu_reply
3645
3646 2003-03-01 [paul]       0.8.10claws65
3647
3648         * src/addressbook.c
3649                 revert commit 0.8.10claws54 - breaks editing of
3650                 addressbook.
3651                 
3652         * po/bg.po
3653                 update Bulgarian translation, submitted by
3654                 George Danchev
3655
3656 2003-02-28 [christoph]  0.8.10claws64
3657
3658         * src/account.c
3659         * src/addressadd.c
3660         * src/compose.c
3661         * src/gtkaspell.c
3662         * src/gtkxtext.h                ** REMOVE **
3663         * src/imap.c
3664         * src/matcher.[ch]
3665         * src/mh.c
3666         * src/news.c
3667         * src/pine.c
3668         * src/prefs_common.c
3669         * src/prefs_matcher.c
3670         * src/procheader.[ch]
3671         * src/procmsg.[ch]
3672         * src/toolbar.c
3673         * src/common/ssl_certificate.c
3674         * src/gtk/colorlabel.c
3675         * src/gtk/menu.c
3676                 o fix warnings
3677                 o remove code obsoleted by new cache and folder system rework
3678
3679 2003-02-28 [oliver]     0.8.10claws63
3680         
3681         * src/toolbar.[ch]
3682                 * fix bug where reply in Messageview replied to 
3683                 Message displayed in summaryview
3684                 (reportedd via ML by chinatinte at gmx dot ch)
3685                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3686                 didn't work in separate MessageView Toolbar
3687                 (wondering if anybody uses this at all ?)
3688         * src/summaryview.[ch]
3689                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3690                 (generalize reply and forward code);
3691         * src/messageview.c 
3692                 remove focus_in event which updated summaryview to messageview
3693
3694 2003-02-28 [paul]       0.8.10claws62
3695
3696         * po/Makefile.in.in
3697                 add the --check option
3698                 Patch submitted by Ricardo Mones Lastra
3699
3700 2003-02-28 [paul]       0.8.10claws61
3701
3702         * src/prefs_account.c
3703                 re-order 'Signature' items
3704
3705 2003-02-28 [paul]       0.8.10claws60
3706
3707         * sync with 0.8.10cvs20
3708                 see ChangeLog 2003-02-28
3709
3710 2003-02-28 [paul]       0.8.10claws59
3711
3712         * po/POTFILES.in
3713                 update to reflect recent movement of files
3714
3715 2003-02-28 [paul]       0.8.10claws58
3716
3717         * sync with 0.8.10cvs19
3718                 see ChangeLog 2003-02-28
3719
3720 2003-02-27 [martin]     0.8.10claws57
3721
3722         * src/prefs_matcher.c 
3723                 fix segfault in prefs_matcher_ok() when the
3724                 last entry is deleted and prevents that the
3725                 message "entry not saved" comes up after deleting
3726                 an entry
3727
3728 2003-02-27 [martin]     0.8.10claws56
3729
3730         * src/prefs_filtering.c 
3731                 fix segfault in prefs_filtering_ok() when the
3732                 last entry is deleted and prevents that the
3733                 message "entry not saved" comes up after deleting
3734                 an entry
3735
3736 2003-02-27 [paul]       0.8.10claws55
3737
3738         * sync with 0.8.10cvs18
3739                 see ChangeLog 2003-02-27
3740
3741 2003-02-27 [paul]       0.8.10claws54
3742
3743         * src/addressbook.c
3744                 fix bug where the address book crashes with 
3745                 multiple lookups.
3746                 Patch [687729] submitted by David Frager 
3747                 <dbfrager@users.sourceforge.net>
3748
3749 2003-02-25 [christoph]  0.8.10claws53
3750
3751         * src/Makefile.am
3752         * src/colorlabel.[ch]           ** REMOVE **
3753         * src/gtk/Makefile.am
3754         * src/gtk/colorlabel.[ch]       ** NEW **
3755                 move colorlabel files to gtk directory
3756
3757         * src/esmtp.[ch]                ** REMOVE **
3758                 has been merged into smtp.[ch] in 0.7.5
3759
3760 2003-02-25 [christoph]  0.8.10claws52
3761
3762         * src/Makefile.am
3763         * src/about.[ch]                ** REMOVE **
3764         * src/gtk/Makefile.am
3765         * src/gtk/about.[ch]            ** NEW **
3766                 move about files to gtk directory
3767
3768 2003-02-25 [christoph]  0.8.10claws51
3769
3770         * src/folder.c
3771                 some code optimization of folder scanning code
3772
3773         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3774
3775 2003-02-25 [christoph]  0.8.10claws50
3776
3777         * src/main.c
3778         * src/common/sylpheed.c
3779                 add command line parameter parsing to common code
3780
3781 2003-02-24 [christoph]
3782
3783         * Makefile.am
3784         * configure.ac
3785                 fix gnome prefix problems, the configure script now removed
3786                 `gnome-config --prefix` from `gnome-config --datadir`
3787                 and adds $(prefix} instead
3788
3789         (closes Bug 24 Makefile does not respect prefix when installing
3790          GNOME data)
3791
3792 2003-02-24 [christoph]  0.8.10claws49
3793
3794         * src/news.c
3795                 check for valid session before trying to authenticate
3796
3797         (closes Bug 60 crash if "authenticate on logon" is activated
3798          and newsserver-hostname is not valid)
3799
3800 2003-02-24 [melvin]     0.8.10claws48
3801
3802         * src/prefs_actions.c
3803                 Make sure all user's input is sent to the action and then
3804                 close the socket..
3805
3806 2003-02-23 [alfons]     0.8.10claws46
3807
3808         * src/summaryview.c
3809                 also wait cursor when deleting files
3810
3811 2003-02-23 [paul]
3812
3813         * tools/freshmeat_search.pl
3814           tools/google_search.pl
3815                 scripts should now work for any browser/browser command line
3816
3817 2003-02-22 [christoph]  0.8.10claws45
3818
3819         * src/procmsg.c
3820                 fix IMAP flag setting, IMAP flag is not handled correctly
3821                 anymore by the folder system and information about the
3822                 folder should not be saved in the MsgInfo (in my opinion)
3823
3824         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3825
3826 2003-02-22 [christoph]  0.8.10claws44
3827
3828         * src/summaryview.c
3829                 fix spelling of "label" ;-)
3830
3831 2003-02-22 [thorsten]   0.8.10claws43
3832
3833         * src/mimeview.c
3834           src/prefs_common.[ch]
3835           src/procmime.[ch]
3836                 do not use description as attachment name
3837
3838 2003-02-22 [alfons]     0.8.10claws42
3839
3840         * src/summaryview.c
3841                 freeze/thaw folder item updates when changing color labels,
3842                 and put a wait cursors on
3843
3844 2003-02-22 [thorsten]   0.8.10claws41
3845
3846         * src/mimeview.c
3847                 save-all fixes: crash if invoked on multipart container,
3848                 mimeinfo access, pathseparators, error dialog
3849
3850 2003-02-21 [alfons]     0.8.10claws40
3851
3852         * src/prefs_gtk.c
3853                 remove unused var
3854
3855 2003-02-21 [colin]      0.8.10claws39
3856
3857         * src/send.c
3858                 Fix smtp logging
3859
3860 2003-02-21 [colin]      0.8.10claws38
3861
3862         * src/summaryview.c
3863                 Freeze/thaw folderItem updates when filtering messages 
3864                 via Tools/Filter messages
3865
3866 2003-02-21 [paul]       0.8.10claws37
3867
3868         * src/compose.c
3869                 revert commit 0.8.10claws26, there are ulterior motives
3870                 for users to set a Reply-To header when posting to
3871                 newsgroups
3872
3873 2003-02-21 [paul]       0.8.10claws36
3874
3875         * sync with 0.8.10cvs17
3876                 see ChangeLog 2003-02-21
3877
3878 2003-02-20 [christoph]  0.8.10claws35
3879
3880         * src/imap.c
3881                 IMAP UID fetch speedup using SEARCH
3882
3883         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3884
3885         * src/imap.c
3886                 fix problem with UIDs in IMAP UID cache that no longer existed
3887
3888 2003-02-20 [christoph]  0.8.10claws34
3889
3890         * src/imap.c
3891         * src/procheader.c
3892         * src/procheader.h
3893                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3894
3895         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3896
3897         * src/imap.c
3898                 Rewrite imap_cmd_gen_recv use sock_getline instead
3899                 of sock_gets to avoid problems with too long reply
3900                 lines
3901     
3902 2003-02-20 [colin]      0.8.10claws33
3903         
3904         * src/prefs_account.c
3905                 Better wording
3906
3907 2003-02-20 [colin]      0.8.10claws32
3908
3909         * src/compose.c
3910                 Remove useless '&& !to_sender' 
3911
3912 2003-02-20 [darko]
3913
3914         * AUTHORS
3915                 change my e-mail address
3916
3917 2003-02-19 [colin]      0.8.10claws31
3918
3919         * src/prefs_common.c
3920                 X11 style colors for every configurable color
3921
3922 2003-02-19 [alfons]     0.8.10claws30
3923
3924         * src/prefs_gtk.[ch]
3925         * src/prefs_common.c
3926                 for color_new accept both plain integers and X11 style color
3927                 names (as found in /usr/lib/X11/rgb.txt)
3928
3929 2003-02-19 [paul]       0.8.10claws29
3930
3931         * src/mainwindow.c
3932                 add tooltips to online/offline button and account selector
3933                 button
3934
3935 2003-02-19 [paul]       0.8.10claws28
3936
3937         * src/folder.c
3938           src/news.c
3939           src/prefs_account.[ch]
3940           src/prefs_common.[ch]
3941                 move 'Maximum number of articles to download' to
3942                 account prefs.
3943                 clean up account prefs gui a little by hiding entries
3944                 rather then greying out entries
3945
3946 2003-02-19 [hiro]       0.8.10claws27
3947
3948         * src/common/utils.c
3949                 fix bug #54 'yesterdays date is displayed in the message 
3950                 summary window'
3951
3952 2003-02-19 [paul]       0.8.10claws26
3953
3954         * src/compose.c
3955                 fix bug reported in Feature Request [688596] 
3956                 'Reply-to header in news'
3957
3958 2003-02-18 [paul]       0.8.10claws25
3959
3960         * src/select-keys.c
3961                 add a 'List all keys' button to key selection dialog
3962
3963 2003-02-18 [colin]      0.8.10claws24
3964         
3965         * src/stock_pixmap.c
3966                 fix compile error
3967
3968 2003-02-18 [colin]      0.8.10claws23
3969
3970         * src/common/smtp.[ch]
3971           src/prefs_account.c
3972                 Try to starttls if it seems to be the only
3973                 way to authenticate a user
3974
3975 2003-02-18 [paul]       0.8.10claws22
3976
3977         * src/Makefile.am
3978           src/folderview.c
3979           src/stock_pixmap.[ch]
3980           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3981           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3982                 as a Drafts folder is a special folder allow it to have
3983                 its own unique icons
3984
3985 2003-02-18 [colin]      0.8.10claws21
3986
3987         * src/imap.c
3988                 Fix port selection when using starttls
3989
3990 2003-02-18 [paul]       0.8.10claws20
3991
3992         * src/mainwindow.c
3993           src/prefs_common.[ch]
3994                 make blue the default new mail colour
3995
3996 2003-02-18 [paul]       0.8.10claws19
3997
3998         * sync with 0.8.10cvs14
3999                 see ChangeLog 2003-02-18
4000
4001 2003-02-17 [jens]       0.8.10claws18
4002
4003         * src/common/md5.c
4004                 fixed a compile problem with gcc 3.3
4005                 works on 2.95.3 too (testet on PPC as it is big endian)
4006
4007 2003-02-17 [paul]       0.8.10claws17
4008
4009         * sync with 0.8.10cvs13
4010                 see ChangeLog 2003-02-17
4011
4012 2003-02-17 [paul]       0.8.10claws16
4013
4014         * sync with 0.8.10cvs12
4015                 see ChangeLog 2003-02-17
4016
4017 2003-02-16 [match]      0.8.10claws15
4018
4019         * src/addressbook.c
4020                 Eliminates reloading of address data when items
4021                 deleted or added. Applied submitted by
4022                 Luke Plant <lukeplant@softhome.net>
4023
4024 2003-02-16 [paul]       0.8.10claws14
4025
4026         * src/news.c
4027                 when a 'protocol error' is encountered disconnect from
4028                 the server. This means that the user can carry on viewing
4029                 other articles and doesn't have to either wait until the
4030                 server timesout or quit sylpheed.
4031                 Fixes bug #53 'Unable to read messages in newsgroups, 
4032                 displayed message doesn't change'
4033
4034 2003-02-15 [christoph]  0.8.10claws13
4035
4036         * src/imap.c
4037                 fix bug that stopped scanning of folders when an
4038                 IMAP folder was empty
4039
4040         (closes bug 46 stop scan messages in folders after empty folder)
4041
4042 2003-02-15 [paul]
4043
4044         * tools/Makefile.am
4045           tools/README
4046           tools/freshmeat_search.pl     ** NEW FILE **
4047           tools/google_search.pl        ** NEW FILE **
4048                 Add 2 Actions scripts which search freshmeat/google
4049                 for the selected text using the browser configured
4050                 in sylpheedrc.
4051                 
4052         Note: These scripts are very dependent on the format of the
4053         browser command and may not work on every occasion. Testing
4054         is welcome. 
4055
4056 2003-02-14 [alfons]     0.8.10claws12
4057
4058         * src/compose.c
4059                 fix breakage because of uninitialized account pointer.
4060                 please verify.
4061
4062 2003-02-14 [paul]       0.8.10claws11
4063
4064         * src/compose.c
4065           src/prefs_account.[ch]
4066           src/prefs_common.[ch]
4067                 move signature settings to Account Prefs
4068
4069 2003-02-14 [paul]       0.8.10claws10
4070
4071         * sync with 0.8.10cvs11
4072                 see ChangeLog 2003-02-14
4073
4074 2003-02-13 [thorsten]   0.8.10claws9
4075
4076         * src/news.c
4077                 revert news progressbar (GUI separation)
4078
4079 2003-02-13 [paul]       0.8.10claws8
4080
4081         * src/compose.c
4082                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4083                 paragraph 1
4084
4085 2003-02-13 [paul]       0.8.10claws7
4086
4087         * src/compose.[ch]
4088           src/summaryview.c
4089                 fix 'Follow-up and Reply-to' so that it creates a reply to
4090                 the newsgroup and the sender. If the message has the keyword
4091                 'poster' in the Followup-To header, all replies go to the
4092                 sender, re: RFC 1036, Section 2.2.3
4093                 rename all instances of 'ignore_replyto' to 'to_sender', both
4094                 were previously used, now we use just one.
4095
4096 2003-02-13 [paul]       0.8.10claws6
4097
4098         * sync with 0.8.10cvs9
4099                 see ChangeLog 2003-02-13
4100
4101 2003-02-13 [paul]       0.8.10claws5
4102
4103         * configure.ac
4104                 show which plugins are configured in the configure
4105                 output.
4106
4107 2003-02-12 [thorsten]   0.8.10claws4
4108
4109         * src/news.c
4110                 show progress while fetching news headers
4111
4112 2003-02-12 [christoph]  0.8.10claws3
4113
4114         * configure.ac
4115         * src/plugins/Makefile.am
4116                 use AM_CONDITIONAL to enable plugins, automake correctly
4117                 manages this when creating distdir
4118
4119 2003-02-12 [christoph]  0.8.10claws2
4120
4121         * ac/spamassassin.m4
4122         * src/plugins/spamassassin/Makefile.am
4123                 fix building SpamAssassin plugin without OpenSSL
4124
4125 2003-02-12 [paul]       0.8.10claws1
4126
4127         * ac/Makefile.am
4128           src/Makefile.am
4129           src/plugins/Makefile.am
4130                 fix failure of 'make release'
4131
4132 2003-02-12 [paul]       0.8.10claws
4133
4134         * 0.8.10claws released
4135
4136 2003-02-12 [paul]       0.8.9claws56
4137
4138         * po/bg.po
4139           po/es.po
4140           po/it.po
4141           po/ru.po
4142           po/sr.po
4143                 updated translations by George Danchev, Ricardo Mones Lastra,
4144                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4145                 
4146         * sylpheed.spec.in
4147                 Allow the building of RPMs by a regular user. Submitted
4148                 by Sergei Astanin
4149
4150 2003-02-11 [alfons]     0.8.9claws55
4151
4152         * src/colorlabel.c
4153                 don't use pixmaps for label color rect but draw rectangles
4154                 so we can respect the color map of palette based visuals
4155                 (fixes the long time crashes on Suns - thanks to Andreas
4156                 Engel and Steve O'Hara-Smith for testing)
4157
4158 2003-02-11 [christoph]  0.8.9claws54
4159
4160         * src/matcher_parser_parse.y
4161                 correct bug where filering rules of not existing folders in
4162                 matcherrc were added to global filtering
4163                 
4164         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4165          main filter-rules after removing directory, http://bugs.debian.org/180253)
4166         
4167 2003-02-11 [paul]       0.8.9claws53
4168
4169         * sync with 0.8.10cvs7
4170                 see ChangeLog 2003-02-09
4171
4172 2003-02-11 [melvin]     0.8.9claws52
4173
4174         * po/fr.po
4175                 Updated French tranlsations
4176
4177 2003-02-10 [paul]       0.8.9claws51
4178
4179         * sylpheed.spec.in
4180                 correct --enable-openssl
4181                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4182
4183 2003-02-09 [martin]     0.8.9claws50
4184
4185         * src/prefs_matcher.c
4186                 fix segfault in prefs_matcher_substitute_cb() when
4187                 no row is selected
4188
4189 2003-02-09 [paul]       0.8.9claws49
4190
4191         * src/folderview.c
4192                 fix bug where a newsgroup folder's processing rules were
4193                 merged with the global filtering rules when the newsgroup
4194                 folder was deleted, causing some seriously bad results,
4195                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4196
4197 2003-02-08 [melvin]     0.8.9claws48
4198
4199         * src/compose.c
4200                 Corrected and modified an alert message.
4201
4202 2003-02-07 [paul]       0.8.9claws47
4203
4204         * src/folderview.c
4205                 fix bug where both an 'Account properties' window and a
4206                 'Folder properties' window were opened when clicking on
4207                 'Properties' in an NNTP or IMAP folder's popup menu.
4208
4209 2003-02-07 [paul]       0.8.9claws46
4210
4211         * sync with 0.8.10cvs6
4212                 see ChangeLog 2003-02-06
4213
4214 2003-02-06 [christoph]  0.8.9claws45
4215
4216         * src/mbox.c
4217                 freeze folder updates while importing mbox files
4218                 (closes bug 43 importing mbox took hours)
4219                 
4220         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4221
4222 2003-02-06 [thorsten]   0.8.9claws44
4223
4224         * po/de.po
4225                 Updated german translations
4226
4227 2003-02-06 [thorsten]   0.8.9claws43
4228
4229         * src/news.h
4230                 use guint for message numbers (fix count in grouplist dialog)
4231
4232 2003-02-05 [paul]       0.8.9claws42
4233
4234         * sync with 0.8.10cvs2
4235                 see ChangeLog 2003-02-05
4236
4237 2003-02-04 [colin]      0.8.9claws41
4238
4239         * src/prefs_common.[ch]
4240           src/procmsg.c
4241           src/summaryview.c
4242                 Add an option to disable threading by subject
4243
4244 2003-02-04 [christoph]  0.8.9claws40
4245
4246         * src/inc.c
4247                 only abort fetching mails from multiple accounts when the
4248                 error is fatal and does not allow to check any more accounts
4249                 (currently only disk full error)
4250
4251         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4252          receive mails for other accouts)
4253
4254 2003-02-04 [christoph]  0.8.9claws39
4255
4256         * src/folder.c
4257                 first add the new message to the cache, then
4258                 send the update notification
4259
4260         (closes bug 39 after sending message folderview doesnt get updated)
4261
4262 2003-02-04 [colin]      0.8.9claws38
4263
4264         * src/inc.c
4265                 _really_ fix this Connecting... status
4266
4267 2003-02-04 [paul]       0.8.9claws37
4268
4269         * sync with 0.8.10
4270                 see ChangeLog 2003-02-04
4271
4272 2003-02-04 [paul]       0.8.9claws36
4273
4274         * sync with 0.8.9cvs6
4275                 see ChangeLog 2003-02-03
4276
4277 2003-02-04 [paul]       0.8.9claws35
4278
4279         * po/pt_BR.po
4280                 updated by André Filipe de Assunção e Brito 
4281                 <bedecko@netsite.com.br>
4282
4283 2003-02-03 [thorsten]   0.8.9claws34
4284
4285         * po/de.po
4286                 Updated german translations
4287
4288 2003-02-02 [paul]       0.8.9claws33
4289
4290         * po/es.po
4291                 updated by Ricardo Mones Lastra
4292
4293 2003-02-02 [thorsten]   0.8.9claws32
4294
4295         * src/mh.c
4296                 Fix mh_get_msginfo() segfault if file is inaccessible
4297
4298 2003-01-31 [colin]      0.8.9claws31
4299
4300         * src/procheader.c
4301                 Fix last commit's bug
4302
4303 2003-01-31 [colin]      0.8.9claws30
4304
4305         * src/procheader.c
4306                 Missing a change for gpg-signed messages
4307
4308 2003-01-31 [paul]       0.8.9claws29
4309
4310         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4311           src/procheader.c
4312           src/stock_pixmap.[ch]
4313           src/summaryview.c
4314                 indicate GnuPG signed messages by displaying an icon
4315                 in the Attachment column.
4316
4317 2003-01-31 [paul]       0.8.9claws28
4318
4319         * sync with 0.8.9cvs4
4320                 see ChangeLog 2003-01-31
4321
4322 2003-01-31 [alfons]     0.8.9claws27
4323
4324         * src/textview.c
4325                 tune URI parser to accept mailto URLs with a '?'
4326                 (patch from Ruslan Balkin)
4327
4328 2003-01-31 [colin]      0.8.9claws26
4329
4330         * src/summaryview.c
4331                 Fix a leak introduced in claws24
4332
4333 2003-01-31 [colin]      0.8.9claws25
4334
4335         * src/summaryview.c
4336                 Freeze/Thaw folder updates when deleting dups
4337
4338 2003-01-31 [colin]      0.8.9claws24
4339         
4340         * src/addr_compl.c
4341           src/summaryview.c
4342           src/msgcache.c
4343                 little speed improvements
4344
4345 2003-01-31 [colin]      0.8.9claws23
4346
4347         * src/summaryview.c
4348                 Fix segfault when forwarding nothing
4349                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4350                 
4351 2003-01-30 [paul]       0.8.9claws22
4352
4353         * sync with 0.8.9cvs3
4354                 see ChangeLog 2003-01-30
4355
4356 2003-01-30 [paul]       0.8.9claws21
4357
4358         * sync with 0.8.9cvs2
4359                 see ChangeLog 2003-01-30
4360
4361 2003-01-29 [paul]       0.8.9claws20
4362
4363         * sync with 0.8.9cvs1
4364                 see ChangeLog 2003-01-29
4365
4366 2003-01-28 [paul]       0.8.9claws19
4367
4368         * po/POTFILES.in
4369                 update to reflect changes. 
4370                 thanks to Ricardo Mones Lastra
4371
4372 2003-01-27 [christoph]  0.8.9claws18
4373
4374         * ac/openssl.m4
4375         * ac/spamassassin.m4
4376         * src/plugins/spamassassin/README
4377         * src/plugins/spamassassin/libspamc.[ch]
4378         * src/plugins/spamassassin/utils.[ch]
4379                 updated to latest libspamc
4380
4381 2003-01-27 [christoph]  0.8.9claws17
4382
4383         * src/folder.c
4384                 fix wrong use of procheader_get_header_fields
4385
4386 2003-01-27 [christoph]  0.8.9claws16
4387
4388         * src/news.c
4389         * src/prefs_account.[ch]
4390         * src/common/nntp.[ch]
4391                 allow to force authentication for NNTP servers
4392
4393         Patch submitted by Florian Mickler <dmk@d-labs.de>
4394
4395 2003-01-26 [paul]       0.8.9claws15
4396
4397         * src/summaryview.c
4398                 speed up of marking messages as read
4399                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4400
4401 2003-01-26 [christoph]  0.8.9claws14
4402
4403         * src/Makefile.am
4404         * src/mgutils.[ch]              ** REMOVE **
4405         * src/xml.[ch]                  ** REMOVE **
4406         * src/xmlprops.[ch]             ** REMOVE **
4407         * src/common/Makefile.am
4408         * src/common/mgutils.[ch]       ** NEW **
4409         * src/common/xml.[ch]           ** NEW **
4410         * src/common/xmlprops.[ch]      ** NEW **
4411                 move xml files to common directory
4412
4413 2003-01-26 [christoph]  0.8.9claws13
4414
4415         * src/plugins/spamassassin/spamassassin_gtk.c
4416                 only set gtk entry text if string is available
4417
4418 2003-01-26 [melvin]     0.8.9claws12
4419
4420         * src/description_window.c
4421                 Allow resizing of the window
4422                 Allow automatic horizontal scroll bar
4423                 Do not vertically expand and fill
4424
4425 2003-01-26 [christoph]  0.8.9claws11
4426
4427         * src/Makefile.am
4428         * src/gtkutils.[ch]             ** REMOVE **
4429         * src/common/sylpheed.c
4430         * src/gtk/Makefile.am
4431         * src/gtk/description_window.c
4432         * src/gtk/gtkutils.[ch]         ** NEW **
4433         * src/gtk/prefswindow.c
4434                 move gtkutils to gtk directory
4435
4436 2003-01-26 [paul]       0.8.9claws10
4437
4438         * src/summaryview.c
4439                 rename summary_unread_clicked() to summary_status_clicked()
4440
4441 2003-01-26 [melvin]     0.8.9claws9
4442
4443         * src/prefs_actions.c
4444                 Cosmetical changes to the help text
4445
4446 2003-01-26 [paul]       0.8.9claws8
4447
4448         * src/folder.[ch]
4449           src/mainwindow.c
4450           src/prefs_common.c
4451           src/prefs_sumamry_column.c
4452           summaryview.[ch]
4453                 rename the 'Unread' column to 'Status'
4454
4455 2003-01-25 [match]      0.8.9claws7
4456
4457         * src/mgutils.[ch]
4458                 removed reference to LDAP constants. removed error2string.
4459                 included functions to support LDAP dynamic queries.
4460         * src/syldap.h
4461                 moved LDAP constants here.
4462         * src/addressbook.c
4463         * src/addrindex.c
4464         * src/importldif.c
4465                 removed references to LDAP constants and references to
4466                 error2string.
4467
4468 2003-01-25 [paul]       0.8.9claws6
4469
4470         * src/summaryview.c
4471                 summary_thread_build(), summary_thread_init(): remove 
4472                 unneeded reference to summaryview->folder_item
4473
4474 2003-01-25 [christoph]  0.8.9claws5
4475
4476         * src/gtk/description_window.c
4477                 o allow description texts to expand over multiple columns
4478                 o translate all columns
4479         * src/prefs_actions.c
4480                 change syntax description to use new multi column feature
4481
4482         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4483
4484 2003-01-25 [match]      0.8.9claws4
4485
4486         * src/vcard.c
4487                 fixed bug with Quoted-Printable
4488
4489 2003-01-25 [paul]       0.8.9claws3
4490
4491         * src/folder.[ch]
4492           src/summaryview.[ch]
4493                 implement per-folder collapsed/expanded threads setting
4494                 
4495         * src/prefs_common.c
4496                 remove global collapsed/expanded threads option
4497
4498 2003-01-25 [christoph]  0.8.9claws2
4499
4500         * po/POTFILES.in
4501                 add pluginwindow and prefswindow
4502         * src/compose.c
4503                 make send respond correctly to messages that could be added
4504                 to the queue folder, but the UID of the message is unknown
4505         * src/folder.c
4506         * src/imap.c
4507                 don't return guessed UIDs in imap_add_msg anymore. We return
4508                 0 to tell the folder system it was appened but the UID is
4509                 unknown. Folder system now get's the UID by scaning the folder
4510                 and searching the cache for the Message-ID
4511                 (closes bug #29 Messages queued, but not sent)
4512
4513 2003-01-25 [paul]       0.8.9claws1
4514
4515         * src/codeconv.c
4516                 conv_encode_header():  fix bug when long headers with 8-bit
4517                 characters are used, so that the encoded words are wrapped.
4518                 If the space in the original text falls on the wrap boundary,
4519                 it can be lost.
4520                 Patch by Sergey Vlasov.
4521                 
4522         * src/folderview.c
4523                  fix bug where a change to the sorting method or thread view
4524                  of a folder's messages is lost if simpify-subject is set and
4525                  toggled on or off.
4526                  Patch by Luke Plant.
4527
4528 2003-01-24 [paul]       0.8.9claws
4529
4530         * sylpheed-0.8.9claws released
4531         
4532         * Makefile.am
4533           sylpheed.spec.in
4534                 remove reference to 'INSTALL.jp'
4535
4536 2003-01-23 [paul]       0.8.8claws128
4537
4538         * po/es.po
4539           po/it.po
4540           po/ru.po
4541           po/sr.po
4542                 updated translations. submitted by Ricardo Mones Lastra,
4543                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4544
4545 2003-01-23 [colin]      0.8.8claws127
4546
4547         * src/compose.c
4548                 Fix drafted and queued news articles re-edition
4549
4550 2003-01-23 [melvin]     0.8.8claws126
4551
4552         * po/fr.po
4553                 Updated French translations
4554
4555 2003-01-23 [colin]      0.8.8claws125
4556
4557         * src/inc.c
4558                 Fix "Connecting to..." status message
4559
4560 2003-01-22 [paul]       0.8.8claws124
4561
4562         * po/bg.po
4563                 updated by George Danchev
4564                 
4565         * src/folder.c
4566                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4567                 and folder deletion
4568
4569 2003-01-21 [paul]       0.8.8claws123
4570
4571         * po/bg.po
4572                 updated by George Danchev
4573                 
4574         * src/about.c
4575                 its now 2003
4576                 
4577         * src/toolbar.c
4578                 don't translate 'Separator'
4579                 
4580         * src/plugins/spamassassin/Makefile.am
4581                 add aspell to CPPFLAGS
4582                 
4583         * src/plugins/spamassassin/spamassassin.c
4584           src/plugins/spamassassin/spamassassin_gtk.c
4585                 set correct default for spamassassin_receive_spam
4586                 slightly re-word descriptions and some
4587                 other minor changes
4588
4589 2003-01-19 [alfons]     0.8.8claws122
4590                 
4591         * src/mimeview.c
4592                 mimeview_save_as(): we might as well show the file name for
4593                 the single case "Save As" too
4594
4595 2003-01-19 [alfons]     0.8.8claws121
4596
4597         * src/crash.c
4598                 change bug tracker URL to bugzilla URL
4599
4600 2003-01-19 [alfons]     0.8.8claws120
4601
4602         * src/mimeview.c
4603                 mimeview_save_all(): display name of file before overwriting;
4604                 continue saving all, even when one overwrite was cancelled
4605
4606 2003-01-19 [christoph]  0.8.8claws119
4607
4608         * src/summaryview.c
4609         * src/procmsg.[ch]
4610                 fix wrong usage of procmsg_find_children in summaryview
4611                 by using procmsg_update_unread_children instead of
4612                 summaryview_update_unread_children
4613
4614 2003-01-19 [christoph]  0.8.8claws118
4615
4616         * src/procmsg.c
4617                 fix infinite loop in procmsg_find_children
4618                  (closes bug #25 sylpheed crashes on delete.)
4619
4620         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4621
4622 2003-01-19 [paul]       0.8.8claws117
4623
4624         * po/pt_BR.po
4625                 updated by Ivan Francolin Martinez
4626
4627 2003-01-18 [melvin]     0.8.8claws116
4628
4629         * src/prefs_actions.c
4630                 Removed syntax limitation of only one '&' at the end of command.
4631                         Now actions that contain '>/dev/null 2>&1' are possible.
4632
4633 2003-01-18 [melvin]     0.8.8claws115
4634
4635         * src/prefs_actions.c
4636                 Actions IO dialog: when the action ends
4637                 the "Close" button now has focus and [Escape] closes the
4638                 window.
4639
4640 2003-01-18 [christoph]  0.8.8claws114
4641
4642         * src/procmsg.c
4643                 o add debug output when MsgInfos are really freed
4644                 o free GSLists in procmsg_find_children and
4645                   procmsg_update_unread_children
4646
4647 2003-01-18 [christoph]  0.8.8claws113
4648
4649         * src/mainwindow.c
4650                 reorder Configuration menu
4651
4652 2003-01-18 [christoph]  0.8.8claws112
4653
4654         * src/compose.c
4655                 fix applying templates to forwarded messages
4656
4657         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4658
4659 2003-01-17 [christoph]  0.8.8claws111
4660
4661         * src/folder.c
4662                 destroy folder items, when a folder item is removed
4663
4664 2003-01-17 [christoph]  0.8.8claws110
4665
4666         * src/folder.c
4667                 fix wrong folder stats update when ignored message is
4668                 deleted
4669
4670 2003-01-17 [colin]      0.8.8claws109
4671         
4672         * src/mainwindow.c
4673         * src/summaryview.c
4674                 Quicksearch bugfixes: 
4675                 - hide help button at startup if not extended
4676                 - switch to extended when looking for replies
4677
4678 2003-01-17 [paul]
4679
4680         * sync with 0.8.9 release
4681
4682 2003-01-17 [paul]       0.8.8claws108
4683
4684         * sync with 0.8.8cvs11
4685                 see ChangeLog 2003-01-17
4686
4687 2003-01-16 [colin]      0.8.8claws107
4688
4689         * src/procmsg.c
4690                 Changed encryption test to re-ask passphrase
4691                 if an encrypted message hasn't been decrypted
4692                 Fixes bug #5
4693
4694 2003-01-16 [christoph]  0.8.8claws106
4695
4696         * src/prefs_gtk.c
4697         * src/prefs_toolbar.c
4698         * src/gtk/prefswindow.h
4699         * src/plugins/spamassassin/spamassassin_gtk.c
4700                 remove page destroy function that is not used anymore
4701
4702 2003-01-16 [paul]       0.8.8claws105
4703
4704         * sync with 0.8.8cvs9
4705                 see ChangeLog 2002-01-16
4706
4707 2003-01-16 [colin]      0.8.8claws104
4708
4709         * src/compose.[ch]
4710                 Fix bug with autosaved drafts for IMAP, when draft
4711                 folder is specified - fixes bugzilla bug #20
4712
4713 2003-01-15 [paul]       0.8.8claws103
4714
4715         * src/compose.[ch]
4716           src/procmsg.c
4717                 store folder and message-id of message forwarding
4718                 in queue header and set forward flag after sending
4719
4720 2003-01-15 [paul]       0.8.8claws102
4721
4722         * sync with 0.8.8cvs8
4723                 see ChangeLog 2002-01-15
4724
4725 2003-01-15 [colin]      0.8.8claws101
4726
4727         * src/Makefile.am
4728                 Fix linking with GNU libiconv
4729
4730 2003-01-15 [darko]      0.8.8claws100
4731
4732         * src/pine.c
4733                 fix crash when importing pine address book
4734                 entry with an empty name (reported by DY
4735                 <dybulk at tri8.net>)
4736
4737 2003-01-14 [paul]       0.8.8claws99
4738
4739         * configure.in  ** REMOVED **
4740           configure.ac  ** NEW FILE **
4741                 rename configure.in to configure.ac, as it is now
4742                 preferred
4743
4744 2003-01-14 [melvin]     0.8.8claws98
4745
4746         * src/folderview.c
4747                 folderview_check_new(): More precise function description
4748
4749 2003-01-14 [melvin]     0.8.8claws97
4750
4751         * src/folderview.c
4752                 folderview_check_new(): return the number of new messages 
4753                         since last check.
4754         * src/inc.c
4755                 inc_account_mail(): Disable counting of new messages for IMAP
4756                         and NNTP until bug [19] and [14] are fixed.
4757
4758 2003-01-14 [paul]       0.8.8claws96
4759
4760         * sync with 0.8.8cvs6
4761                 see ChangeLog 2003-01-14
4762
4763 2003-01-13 [alfons]     0.8.8claws95
4764
4765         * src/textview.c
4766                 tune email address validation (c. 0.8.8claws89): if . is 
4767                 just one char away from @, the address is invalid too 
4768                 (correctly rejects addresses like foo@.com)
4769
4770 2003-01-13 [paul]       0.8.8claws94
4771
4772         * src/messageview.c
4773           src/toolbar.c
4774                 fixes to the Message View toolbar and menu:
4775                 fix non-functioning Forward button
4776                 make Reply button consider default_reply_list
4777                 remove 'Follow-up...' menu entry
4778                 add 'Forward' and 'Redirect' menu entries
4779
4780 2003-01-13 [melvin]     0.8.8claws93
4781
4782         * src/inc.c
4783                 Fixed typo that could make new messages count incorrect.
4784
4785 2003-01-13 [melvin]     0.8.8claws92
4786
4787         * src/folderview.[ch]
4788                 folderview_check_new(): return the number of new messages.
4789         * src/inc.c
4790                 Should fix bug [14] where new mail notification worked 
4791                         incorrectly with IMAP accounts.
4792                 inc_spool_account(): return number of new msgs, or -1 on error
4793                 inc_all_spool(): return number of new msgs
4794                 
4795 2003-01-13 [melvin]     0.8.8claws91
4796
4797         * src/prefs_actions.c
4798                 Justify help text.
4799
4800 2003-01-12 [thorsten]   0.8.8claws90
4801
4802         * src/common/prefs.c
4803                 close file before rename
4804
4805 2003-01-12 [alfons]     0.8.8claws89
4806
4807         * AUTHORS
4808                 add Christian Mertes
4809         * src/common/utils.[ch]
4810                 g_stricase_hash(), g_stricase_equal(): functions for 
4811                 case insensitive hash tables
4812         * src/textview.c
4813                 use top level domain names to validate email address, based
4814                 on a patch by Christian Mertes (thanks!), but changed 
4815                 implementation to use a hash table 
4816
4817 2003-01-12 [paul]       0.8.8claws88
4818
4819         * po/bg.po
4820                 updated by George Danchev
4821
4822 2003-01-12 [alfons]     0.8.8claws87
4823
4824         * src/summaryview.c
4825                 delete / execute performance: use new style folder update
4826
4827 2003-01-12 [paul]       0.8.8claws86
4828
4829         * sync with 0.8.8cvs5
4830                 see ChangeLog 2003-01-13 (!)
4831
4832 2003-01-12 [alfons]     0.8.8claws85
4833
4834         * src/filtering.c
4835         * src/matcher_parser_parse.y
4836                 prepare change_score filtering action
4837         * src/matcher.[ch]
4838                 give up const-correctness on functions that call non-const-correct functions;
4839                 several casts to gpointer in g_free();
4840                 add change_score;
4841
4842 2003-01-12 [christoph]  0.8.8claws84
4843
4844         * src/compose.c
4845                 fix 2 warnings
4846
4847         * src/gtk/prefswindow.[ch]
4848         * src/plugins/spamassassin/spamassassin_gtk.c
4849                 changed the call of the widget create function
4850                 for PrefsPages, because sometimes the widget
4851                 create function needs a widget that already has
4852                 been attached to a window (to create GDK pixmaps
4853                 for exmaple). So we simply pass the GtkWindow as
4854                 the second parameter now.
4855
4856         * src/main.c
4857         * src/mainwindow.c
4858         * src/prefs_toolbar.[ch]
4859                 rewrite Toolbar Preferences using the new
4860                 prefs window
4861
4862 2003-01-11 [alfons]     0.8.8claws83
4863
4864         * src/addressadd.c
4865                 fix crash when adding sender to addressbook because status bar
4866                 isn't there (the status bar doesn't seem to be used though,
4867                 but I'll let Match decide what to do with it)
4868
4869 2003-01-11 [colin]      0.8.8claws82
4870
4871         * src/main.c
4872           src/toolbar.c
4873                 Two useless changes reversed
4874
4875 2003-01-11 [colin]      0.8.8claws81
4876
4877         * src/mainwindow.c
4878           src/mainwindow.h
4879                 Add mainwindow_get_mainwindow()
4880         * src/alertpanel.c
4881           src/alertpanel.h
4882                 Add alertpanel_error_log() 
4883         * src/compose.c
4884           src/inc.c
4885           src/messageview.c
4886           src/toolbar.c
4887           src/main.c
4888           src/procmsg.c
4889                 Network errors get a View Log button
4890
4891 2003-01-10 [alfons]     0.8.8claws80
4892
4893         * src/prefs_toolbar.c
4894         * src/toolbar.c
4895                 use the translatable string for "Separator" as file name for
4896                 separator toolbar items (probably make this uppercase?)
4897
4898 2003-01-10 [alfons]     0.8.8claws79
4899
4900         * src/prefs_toolbar.c
4901                 put right A_SEPARATOR description string in "displayed
4902                 toolbar items list" so manually added separators are
4903                 saved correctly (bug #10, "Adding a separator to the main 
4904                 toolbar fails, entry in xml file is wrong")
4905
4906 2003-01-10 [christoph]  0.8.8claws78
4907
4908         * src/imap.c
4909                 o fix warnings
4910                 o use CAPABILITY to check if NAMESPACE is available
4911
4912 2003-01-10 [christoph]  0.8.8claws77
4913
4914         * src/imap.[ch]
4915                 apply UIDPLUS IMAP extension support patch
4916
4917         Patch submitted by Simon 'corecode' Schubert
4918
4919 2003-01-10 [paul]       0.8.8claws76
4920
4921         * src/folderview.c
4922                 a sync from main which fixes the news account folders'
4923                 Properties bug
4924
4925 2003-01-10 [christoph]  0.8.8claws75
4926
4927         * src/folder.c
4928                 don't accept 0 as a valid uid returned by copy and move
4929                 functions. 0 means the message was copied or moved but the
4930                 new uid could not be fetched. It is not an error condition
4931                 for the copy or move operation.
4932
4933 2003-01-10 [paul]       0.8.8claws74
4934
4935         * src/prefs_filtering.c
4936                 change English used in Alert when entry is not
4937                 saved.
4938                 
4939         * sync with 0.8.8cvs4
4940                 see ChangeLog 2003-01-10
4941
4942 2003-01-10 [darko]      0.8.8claws73
4943
4944         * src/pine.c
4945                 fix crash when importing address book entry
4946                 without a valid address
4947
4948 2003-01-09 [alfons]     0.8.8claws72
4949
4950         * src/inc.c
4951                 filtering performance: use new style folder update
4952
4953 2003-01-09 [christoph]  0.8.8claws71
4954
4955         * src/compose.c
4956         * src/gtk/menu.[ch]
4957                 fix wrong selecting of mime encoding type, when
4958                 opening property dialog of attachments in the
4959                 compose window. 7bit was always selected and that
4960                 destoryed files with 8bit data.
4961                 (closes bug #9 Sylpheed-claws destroys attachments when
4962                  changing MIME-types)
4963
4964 2003-01-09 [paul]       0.8.8claws70
4965
4966         * sync with 0.8.8cvs3
4967                 see ChangeLog 2003-01-09
4968
4969 2003-01-08 [alfons]     0.8.8claws69
4970         
4971         * src/addressadd.c
4972                 apply patch by Kim Schulz to fix build breakage
4973                 because of missing variable
4974
4975 2003-01-08 [paul]       0.8.8claws68
4976
4977         * sync with 0.8.8cvs2
4978                 see ChangeLog 2002-01-08
4979
4980 2003-01-08 [paul]       0.8.8claws67
4981
4982         * po/it.po
4983                 updated by Alessandro Maestri
4984                 
4985         * src/addressadd.c
4986                 when using 'Add sender to addressbook' allow
4987                 name to be edited and remarks to be entered
4988                 Patch submitted by Luke Plant
4989
4990 2003-01-08 [darko]      0.8.8claws66
4991
4992         * README.claws, src/summaryview.c
4993                 fix description for marked messages
4994
4995 2003-01-08 [paul]
4996
4997         * tools/Makefile.am
4998           tools/launch_phoenix  ** NEW FILE **
4999                 add script that enables using Phoenix as the default
5000                 web browser. 
5001                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5002                 
5003         * tools/OOo2sylpheed.pl
5004                 remove full path to sylpheed executable, just 'sylpheed'
5005                 will do
5006                 
5007         * tools/README
5008                 add launch_phoenix informtion and re-arrange and compress
5009                 the data a little
5010
5011 2003-01-07 [christoph]  0.8.8claws65
5012
5013         * src/folder.c
5014                 fix update for source folder when moving messages
5015         * src/procmsg.[ch]
5016         * src/summaryview.c
5017                 use function to set to_folder for message infos and
5018                 automatically update the op_count for old and new
5019                 folder
5020
5021 2003-01-07 [melvin]     0.8.8claws64
5022
5023         * src/prefs_actions.c
5024                 Fixed bug where an '%p' Action on a displayed image crashed 
5025                         Sylpheed
5026                 Code clean up (get rid of duplicated code and removed unnecessary 
5027                                 structure member)
5028
5029 2003-01-07 [christoph]  0.8.8claws63
5030
5031         * src/compose.c
5032         * src/folder.[ch]
5033         * src/folderview.c
5034         * src/import.c
5035         * src/inc.c
5036         * src/main.c
5037         * src/mainwindow.c
5038         * src/messageview.c
5039         * src/prefs_folder_item.c
5040         * src/procmsg.c
5041         * src/summaryview.c
5042         * src/toolbar.c
5043                 o remove all folder update triggering from the UI code. The folder
5044                   system should know much better when a folder needs an update.
5045                 o to prevent multiple updates in a row the folder updates can be
5046                   frozen for some time.
5047
5048                 Note: - Please verify that no updates are missing
5049                       - Check where freeze/thaws should be added
5050
5051 2003-01-07 [christoph]  0.8.8claws62
5052
5053         * src/prefs_actions.c
5054                 don't translate empty strings
5055
5056         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5057
5058 2003-01-06 [christoph]  0.8.8claws61
5059
5060         * src/prefs_actions.c
5061                 mark strings for gettext
5062         * src/prefs_matcher.c
5063                 use new description window for Execute action and
5064                 match condition in Filtering
5065
5066         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5067
5068 2003-01-06 [alfons]     0.8.8claws60
5069
5070         keep myself inspired to re-organize matcher part 8; 
5071         yes, more to come (I need to move out the descriptive
5072         text for actions to matcher.c, or at least make it not
5073         depend on the wicked ordering)
5074
5075         * src/prefs_matcher.c
5076                 add documentation so others may comprehend the
5077                 UI part of the conditions
5078                 
5079 2003-01-06 [christoph]  0.8.8claws59
5080
5081         * src/prefs_actions.c
5082                 use new description window for syntax help
5083         * src/gtk/description_window.c
5084                 fix display of descriptions with column count != 2
5085
5086         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5087
5088 2003-01-06 [christoph]  0.8.8claws58
5089
5090         * src/quote_fmt.c
5091         * src/summaryview.[ch]
5092         * src/gtk/Makefile.am
5093         * src/gtk/description_window.[ch]       ** NEW **
5094                 use a generic window to display syntax descriptions
5095                 currently used in quote_fmt and summaryview (new description
5096                 for extended quick search)
5097
5098         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5099
5100 2003-01-06 [paul]       0.8.8claws57
5101
5102         * sync with 0.8.8cvs1
5103                 see ChangeLog 2003-01-06
5104
5105 2003-01-06 [christoph]  0.8.8claws56
5106
5107         * src/mainwindow.c
5108         * src/prefs_gtk.[ch]
5109         * src/gtk/prefswindow.[ch]
5110         * src/plugins/spamassassin/spamassassin_gtk.c
5111                 o remove page management from prefswindow, pages
5112                   will be an argument to prefswindow_open
5113                 o prefswindow_open gets a datapointer that is
5114                   passed to the widget_create function to allow
5115                   creation of prefswindow for specific items
5116
5117 2003-01-06 [colin]      0.8.8claws55
5118         
5119         * src/summaryview.c
5120                 We don't want regexp in the reply-finder, 
5121                 because MIDs can contain !,$,. and so on
5122
5123 2003-01-06 [jens]       0.8.8claws54
5124
5125         * src/jpilot.c
5126                 fixed a wrong free in jpilot_read_db_files
5127
5128 2003-01-06 [alfons]     0.8.8claws53
5129
5130         re-organize matcher part 8; more to come
5131        
5132         * src/matcher.c
5133                 matcherprop_to_string(): put g_free()s before the
5134                 switch-case break to fix memleaks                
5135
5136 2003-01-06 [colin]      0.8.8claws52
5137
5138         * src/summaryview.c
5139                 cleanup & reply-finder now displays the first 
5140                 matching message
5141
5142 2003-01-05 [alfons]     0.8.8claws51
5143
5144         re-organize matcher part 7; more to come
5145
5146         * src/matcher.[ch]
5147                 fixes for constant correctness;
5148                 more documentation;
5149
5150 2003-01-05 [alfons]     0.8.8claws50
5151
5152         re-organize matcher part 6; more to come
5153         
5154         * src/matcher.[ch]
5155                 fixes for constant correctness;
5156                 more documentation;
5157         * src/filtering.c
5158                 fix for constant correctness
5159
5160 2003-01-05 [colin]      0.8.8claws49
5161
5162         * src/account.[ch]
5163                 Add account_get_reply_account function
5164         * src/compose.c
5165                 Use account_get_reply_account function 
5166         * src/summaryview.c
5167                 Basic reply-finder - click on the replied
5168                 icon gets you to the outbox using quick-search
5169
5170 2003-01-05 [paul]       0.8.8claws48
5171
5172         * src/prefs_common.c
5173                 small change to English
5174                 
5175         * src/prefs_filtering.c
5176                 prefs_filtering_action_select(): improve logic and uniformity
5177                 of gui
5178
5179 2003-01-05 [alfons]     0.8.8claws47
5180
5181         fine tune solution to focus problems (bug #7)
5182
5183         * src/mainwindow.c
5184                 mainwindow_focus_in_event(): remove grab event check
5185         * src/summaryview.c
5186                 summary_button_pressed(): move selection on right-click
5187                 too. we can't possibly move the selection back after
5188                 canceling a dialog, because gtk's incomplete focus 
5189                 management. whether this is a good solution, only time
5190                 will tell.
5191
5192 2003-01-05 [christoph]  0.8.8claws46
5193
5194         * src/imap.c
5195                 fix crash when no imap connection could be established
5196
5197 2003-01-05 [paul]       0.8.8claws45
5198
5199         * src/mainwindow.c
5200           src/sumamryview.c
5201           src/gtk/menu.[ch]
5202                 fix bug 605957 'shortcuts in popup-menu'
5203                 make user-defined shortcuts work
5204                 show shortcuts that are already defined
5205                 in the main menu
5206                 Patch submitted by Luke Plant
5207
5208 2003-01-05 [alfons]     0.8.8claws44
5209
5210         * src/mainwindow.c
5211                 focus_in_event handler should not select summary view row 
5212                 when another window (menu, dialog) grabbed for events 
5213                 (bug #7, "[0.8.8claws42] Message summary focus") 
5214
5215 2003-01-04 [christoph]  0.8.8claws43
5216
5217         * src/procmsg.c
5218                 update save folder after adding the sent message
5219                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5220
5221 2003-01-02 [christoph]  0.8.8claws42
5222
5223         * src/common/plugin.c
5224                 fix unloading of all plugins and unload
5225                 plugins in reverse order
5226                 
5227         * src/gtk/pluginwindow.c
5228                 implement function of load and unload button
5229
5230         * src/gtk/prefswindow.c
5231         * src/gtk/prefswindow.h
5232                 rename register function and add new unregister
5233                 function
5234
5235         * src/plugins/spamassassin/spamassassin_gtk.c
5236                 unregister prefs page and update for changes in
5237                 src/gtk/prefswindow.c
5238
5239 2003-01-02 [paul]       0.8.8claws41
5240
5241         * po/es.po
5242                 updated by Ricardo Mones Lastra
5243
5244 2003-01-02 [paul]
5245
5246         * tools/tb2sylpheed
5247                 fixes and improvements by Urke MMI
5248
5249 2003-01-02 [thorsten]   0.8.8claws40
5250
5251         * src/procmsg.c
5252                 fixed wrong return value
5253
5254 2003-01-02 [thorsten]   0.8.8claws39
5255
5256         * src/prefs.c
5257                 fixed printing wrong variable
5258
5259 2003-01-02 [thorsten]   0.8.8claws38
5260
5261         * src/prefs.c
5262                 fixed acessing members of freed pfile struct
5263
5264 2003-01-02 [thorsten]   0.8.8claws37
5265
5266         * src/procmsg.c
5267                 detect loops across several messages
5268                 as suggested by Christoph Hohmann
5269
5270 2003-01-01 [match]      0.8.8claws36
5271
5272         * src/addrindex.c
5273                 fixed another memory leak.
5274
5275 2003-01-01 [match]      0.8.8claws35
5276
5277         * src/jpilot.[ch]
5278                 fixed memory leaks. applied Doxygen comments.
5279
5280 2003-01-01 [thorsten]   0.8.8claws34
5281
5282         * src/procmsg.c
5283                 inhibit endless loop if msg references itself
5284                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5285
5286 2003-01-01 [christoph]  0.8.8claws33
5287
5288         * src/mainwindow.c
5289         * src/gtk/Makefile.am
5290         * src/gtk/pluginwindow.c                ** NEW **
5291         * src/gtk/pluginwindow.h                ** NEW **
5292                 add plugin window
5293
5294         * src/plugins/demo/demo.c
5295         * src/plugins/spamassassin/spamassassin.c
5296         * src/plugins/spamassassin/spamassassin_gtk.c
5297                 write better plugin descriptions
5298
5299 2002-12-31 [christoph]  0.8.8claws32
5300
5301         * src/gtk/prefswindow.c
5302         * src/plugins/spamassassin/spamassassin_gtk.c
5303                 some small improvements to GTK code
5304
5305 2002-12-31 [christoph]  0.8.8claws31
5306
5307         * src/plugins/spamassassin/spamassassin_gtk.c
5308                 enable folder select button
5309
5310 2002-12-31 [christoph]  0.8.8claws30
5311
5312         * src/mainwindow.c
5313         * src/gtk/Makefile.am
5314         * src/gtk/prefswindow.c                         ** NEW **
5315         * src/gtk/prefswindow.h                         ** NEW **
5316                 add new prefs window
5317
5318         * src/common/plugin.c
5319                 don't try to load empty config lines
5320         
5321         * src/plugins/spamassassin/Makefile.am
5322         * src/plugins/spamassassin/spamassassin.c
5323         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5324         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5325                 GTK config for SpamAssassin Plugin using
5326                 the new prefs window
5327
5328 2002-12-31 [paul]       0.8.8claws29
5329
5330         * po/POTFILES.in
5331                 remove obsolete entry 'src/menu.c'
5332
5333 2002-12-31 [alfons]     0.8.8claws28
5334
5335         * src/matcher.[ch]
5336         * src/matcher_parser_parse.y
5337         * src/prefs_matcher.c
5338                 add "ignore_thread" and "~ignore_thread" condition so it's
5339                 possible to make the actions / scoring operate on the ignore
5340                 thread flag
5341
5342 2002-12-31 [christoph]  0.8.8claws27
5343
5344         * src/addrbook.c
5345         * src/addrindex.c
5346         * src/folder.c
5347         * src/matcher.c
5348         * src/prefs_account.c
5349         * src/prefs_actions.c
5350         * src/prefs_customheader.c
5351         * src/prefs_display_header.c
5352         * src/prefs_gtk.c
5353         * src/procmime.c
5354         * src/toolbar.c
5355         * src/xmlprops.c
5356         * src/common/prefs.[ch]
5357                 extend prefs file handling for reading and automatic handling
5358                 of blocks. When reading prefs_set_block_label will automatically
5359                 move on to the block. When writing it will copy all other blocks
5360                 automatically
5361
5362         * src/common/plugin.c
5363                 Now loading plugin filenames from [Plugins] block in
5364                 sylpheed rc file
5365
5366 2002-12-30 [christoph]  0.8.8claws26
5367
5368         * src/common/hooks.[ch]
5369                 return abort status to caller of hooks_invoke
5370                 
5371         * src/inc.[ch]
5372                 invoke message filtering hook and stop
5373                 default handling when filter returns abort
5374
5375         * src/common/plugin.[ch]
5376         * src/plugins/demo/demo.c
5377                 modify plugin loader, because resolving symbols for strings
5378                 does not work correctly
5379         
5380         * configure.in
5381         * ac/spamassassin.m4                            ** NEW **
5382         * src/plugins/spamassassin/.cvsignore           ** NEW **
5383         * src/plugins/spamassassin/Makefile.am          ** NEW **
5384         * src/plugins/spamassassin/README               ** NEW **
5385         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5386         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5387         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5388                 add spamassassin plugin, see src/plugins/spamassassin/README
5389                 for details
5390
5391 2002-12-29 [alfons]     0.8.8claws25
5392
5393         * src/mainwindow.c
5394                 when moving focus from a message view to the main 
5395                 window, don't forget to select the summary node
5396                 of the displayed message. should fix "[ 659103 ] 
5397                 focus-follows-mouse confuses sylpheed"
5398
5399 2002-12-29 [christoph]  0.8.8claws24
5400
5401         * src/Makefile.am
5402         * src/stringtable.[ch]          ** REMOVE **
5403         * src/common/Makefile.am
5404         * src/common/stringtable.[ch]   ** NEW **
5405                 move stringtable files to common directory
5406
5407 2002-12-29 [christoph]  0.8.8claws23
5408
5409         * src/Makefile.am
5410         * src/menu.[ch]                 ** REMOVE **
5411         * src/gtk/Makefile.am
5412         * src/gtk/menu.[ch]             ** NEW **
5413                 move menu files to gtk directory
5414
5415 2002-12-29 [match]      0.8.8claws22
5416
5417         * src/addressbook.c
5418         * src/syldap.c
5419                 moved UI specific code out of LDAP code into addressbook
5420                 UI code. fixed memory leak.
5421
5422 2002-12-29 [christoph]  0.8.8claws21
5423
5424         * src/folder.c
5425                 only check for IGNORED parent message when message is
5426                 not IGNORED itself
5427
5428 2002-12-29 [alfons]     0.8.8claws20
5429
5430         * src/summaryview.c
5431                 set gtksctree's anchor correct (immediate execute
5432                 changes the tree's layout, and anchor points at 
5433                 the incorrect row). fixes "[ 657233 ] multiple msg 
5434                 delete sometimes off by 1".
5435                 we probably have to look for more tree layout /
5436                 anchor glitches.
5437
5438 2002-12-29 [paul]       0.8.8claws19
5439
5440         * src/summaryview.c
5441                 fix bug [ 659054 ] incorrect sorting of 'From' column
5442                 when using 'display sender using address book'
5443                 thanks to Alfons and Luke Plant
5444
5445 2002-12-29 [christoph]  0.8.8claws18
5446
5447         * src/folder.c
5448         * src/procmsg.[ch]
5449                 check parent messages for IGNORE THREAD flag, when adding,
5450                 moving or copying messages to a folder
5451
5452 2002-12-27 [alfons]     0.8.8claws17
5453
5454         re-organize matcher part 5; more to come
5455
5456         * src/matcher.c
5457                 hash keywords in matchparser_tab 
5458
5459 2002-12-27 [alfons]     0.8.8claws16
5460
5461         re-organize matcher part 4; more to come
5462
5463         * src/matcher_parser.h
5464         * src/matcher_parser_lex.l
5465         * src/matcher_parser_parse.y
5466                 cleanup
5467
5468 2002-12-27 [alfons]     0.8.8claws15
5469
5470         re-organize matcher part 3; more to come
5471
5472         * src/matcher.[ch]
5473                 cleanup
5474
5475 2002-12-27 [alfons]     0.8.8claws14
5476
5477         re-organize matcher part 2; more to come but this should
5478         work. cc me if there are any regressions.
5479
5480         * src/matcher.h
5481                 add prototype for get_matchparser_tab_id()
5482         * src/matcher_parser_lex.l
5483                 look up keywords using matchparser_tab_id();
5484
5485 2002-12-27 [alfons]     0.8.8claws12
5486
5487         re-organize matcher part 1
5488
5489         * src/matcher.h
5490                 map yacc generated constants to sylpheed matcher constants
5491         * src/matcher.c
5492                 add function to find a matcher constant from a string
5493
5494 2002-12-27 [christoph]  0.8.8claws11
5495
5496         * src/compose.c
5497                 MENUITEM_ADD casts the 4th argument from integer to pointer
5498                 so it probably should not be a pointer, this means we
5499                 should use account id for it and not the account's pointer
5500
5501 2002-12-27 [paul]       0.8.8claws10
5502
5503         * src/mainwindow.c
5504                 remove unneeded 'GtkWidget *vbox'
5505                 
5506         * src/summaryview.c
5507                 further sync with 0.8.8 - make sort
5508                 by recipient work as expected
5509                 
5510         * NEWS
5511                 sync with 0.8.8
5512
5513 2002-12-27 [paul]       0.8.8claws9
5514
5515         * po/pt_BR.po
5516                 updated by Ivan F. Martinez
5517                 
5518 2002-12-27 [darko]      0.8.8claws8
5519
5520         * src/common/utils.c
5521                 added locked pattern to extended search
5522
5523 2002-12-27 [alfons]     0.8.8claws7
5524
5525         * src/prefs_matcher.[ch]
5526                 clean up
5527
5528 2002-12-26 [alfons]     0.8.8claws6
5529
5530         * src/matcher.[ch]
5531         * src/matcher_parser_lex.l
5532         * src/matcher_parser_parse.y
5533         * src/prefs_matcher.c
5534                 allow color label as a condition in the matcher
5535
5536 2002-12-26 [oliver]     0.8.8claws5
5537         
5538         * src/toolbar.c 
5539                 enable Addressbook for Main and Messageview
5540         * src/prefs_actions.c
5541                 enable actions in Messageview
5542
5543 2002-12-26 [christoph]  0.8.8claws4
5544
5545         * src/common/plugin.c
5546                 add a little debug output
5547         * configure.in
5548         * src/plugins/demo/Makefile.am
5549                 better use of automake
5550
5551 2002-12-26 [christoph]  0.8.8claws3
5552
5553         * src/Makefile.am
5554         * src/common/Makefile.am
5555                 fix "make distdir"
5556
5557 2002-12-26 [christoph]  0.8.8claws2
5558
5559         * configure.in
5560                 sort configure checks into common / gtk / plugins
5561         * po/POTFILES.in
5562                 add src/prefs_gtk.c
5563         * src/Makefile.am
5564                 add plugins SUBDIR
5565         * src/main.c
5566         * src/common/sylpheed.[ch]
5567                 added now sylpheed_done function for shutdown
5568         * src/common/Makefile.am
5569         * src/common/plugin.[ch]                ** NEW **
5570                 plugin loader and unloader
5571         * src/plugins/.cvsignore                ** NEW **
5572         * src/plugins/Makefile.am               ** NEW **
5573                 build plugins
5574         * src/plugins/demo/.cvsignore           ** NEW **
5575         * src/plugins/demo/Makefile.am          ** NEW **
5576         * src/plugins/demo/demo.c               ** NEW **
5577                 small demo plugin that installs a logtext hook and
5578                 outputs the log text to stdout
5579
5580 2002-12-26 [paul]       0.8.8claws1
5581
5582         * po/es.po
5583                 updated by Ricardo Mones Lastra
5584
5585 2002-12-26 [paul]       0.8.8claws
5586
5587         * 0.8.8claws released
5588
5589 2002-12-26 [paul]       0.8.7claws12
5590
5591         * po/bg.po
5592                 updated by George Danchev
5593
5594 2002-12-26 [paul]       0.8.7claws11
5595
5596         * po/POTFILES.in
5597                 remove unneeded 'src/prefs.c' entry 
5598
5599 2002-12-26 [paul]       0.8.7claws10
5600
5601         * src/codeconv.c
5602           src/mainwindow.c
5603                 sync with 0.8.8 release
5604         
5605         * src/folder.[ch]
5606           src/mh.c
5607           src/summaryview.c
5608                 partial sync with 0.8.8 release
5609         
5610
5611 2002-12-25 [alfons]     0.8.7claws9
5612
5613         * src/matcher.[ch]
5614         * src/matcher_parser_lex.l
5615         * src/matcher_parser_parse.y
5616         * src/prefs_matcher.c
5617                 add locked flag to possible filtering / matcher 
5618                 conditions (also a good example what should be
5619                 done to add a simple boolean condition)
5620
5621 2002-12-25 [christoph]  0.8.7claws8
5622
5623         * src/Makefile.am
5624         * src/account.[ch]
5625         * src/addrbook.c
5626         * src/addressbook.c
5627         * src/addrindex.c
5628         * src/filtering.c
5629         * src/folder.c
5630         * src/matcher.c
5631         * src/prefs.[ch]                ** REMOVE **
5632         * src/prefs_account.c
5633         * src/prefs_actions.c
5634         * src/prefs_common.c
5635         * src/prefs_customheader.c
5636         * src/prefs_display_header.c
5637         * src/prefs_filtering.c
5638         * src/prefs_folder_item.c
5639         * src/prefs_gtk.[ch]            ** NEW **
5640         * src/prefs_matcher.c
5641         * src/prefs_scoring.c
5642         * src/prefs_summary_column.c
5643         * src/procmime.c
5644         * src/selective_download.c
5645         * src/toolbar.c
5646         * src/common/Makefile.am
5647         * src/common/prefs.[ch]         ** NEW **
5648                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5649
5650 2002-12-24 [alfons]     0.8.7claws7
5651
5652         * src/summaryview.c
5653                 summary_thread_build(): fix real cause of the crash mentioned in
5654                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5655                 this way we get meaningful ctree nodes 
5656
5657 2002-12-24 [oliver]     0.8.7claws6
5658
5659         * src/mainwindow.[ch]
5660         * src/messageview.[ch]
5661         * src/compose.[ch]
5662         * src/inc.c
5663         * src/summaryview.c
5664                 changes to use updated toolbar handling
5665                 
5666 2002-12-24 [oliver]     0.8.7claws5
5667
5668         * src/toolbar.[ch]
5669                 generic toolbar handling
5670                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5671         * src/prefs_toolbar.[ch]
5672                 adjust to handling
5673         
5674 2002-12-24 [oliver]     0.8.7claws4
5675         
5676         * src/stock_pixmap.[ch]
5677                 move SYLPHEED_LOGO to end of list in order 
5678                 to remove it from Custom Toolbar`s Icon View
5679
5680 2002-12-24 [alfons]     0.8.7claws3
5681
5682         * src/summaryview.c
5683                 summary_thread_build(): fix crash because of focus != selection 
5684                 after threading. when deleting the selection, gtk tries but fails 
5685                 to find the correct focusable element. we now force the selection
5686                 to be focused. this should solve the infamous bug reported by 
5687                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5688                 a test case is available. 
5689
5690 2002-12-24 [darko]      0.8.7claws2
5691
5692         * src/summaryview.c
5693                 don't crash when unmarking message with unread children
5694
5695 2002-12-23 [christoph]  0.8.7claws1
5696
5697         * src/Makefile.am
5698         * src/common/Makefile.am
5699                 update Makefiles for moved intl.h, version.h and defs.h
5700         * src/imap.c
5701                 rewrite imap_session_get to avoid duplicate code
5702
5703 2002-12-23 [paul]       0.8.7claws
5704
5705         * Santa-Claws released
5706         
5707         * po/hu.po
5708           po/ru.po
5709                 squeeze in updated Hungarian and Russian translations.
5710                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5711
5712 2002-12-23 [paul]       0.8.6claws129
5713
5714         * po/pl.po
5715                 updated by Witold Wladyslaw Wojciech Wilk
5716
5717 2002-12-23 [paul]       0.8.6claws128
5718
5719         * src/quote_fmt_parse.y
5720                 fix typo and add licence header
5721
5722 2002-12-23 [paul]       0.8.6claws127
5723
5724         * po/en_GB.po
5725                 updated
5726
5727 2002-12-23 [paul]       0.8.6claws126
5728
5729         * po/it.po
5730                 updated translation, submitted by Alessandro Maestri
5731                 
5732 2002-12-23 [paul]       0.8.6claws125
5733
5734         * src/quote_fmt_parse.y
5735                 fix signature-stripping on replies bug. match
5736                 '-- \n' and not '-- '.
5737
5738 2002-12-22 [paul]       0.8.6claws124
5739
5740         * po/bg.po
5741           po/es.po
5742           po/sr.po
5743                 updated translations. submitted by George Danchev,
5744                 Ricardo Mones Lastra, and Urke MMI respectively
5745
5746 2002-12-21 [paul]       0.8.6claws123
5747
5748         * src/addrbook.c
5749                 fix coding style
5750
5751 2002-12-21 [paul]       0.8.6claws122
5752
5753         * src/addrbook.c
5754                 fix bug [643638] where if a person is in one or more
5755                 addressbook groups editing that person's email 
5756                 address results in removal from those groups.
5757                 Patch submitted by Luke Plant.
5758
5759 2002-12-20 [christoph]  0.8.6claws121
5760
5761         * src/common/utils.c
5762         * src/summaryview.c
5763                 reimplement expand_search_string using GString to
5764                 prevent crashs caused by miscalculated string
5765                 lengths reported by Paul
5766
5767 2002-12-20 [christoph]  0.8.6claws120
5768
5769         * src/summaryview.c
5770                 don't use "changed" to check if op_count has to be changed as it
5771                 is also set when the message has unread children
5772                 (closes bug [ 653221 ] crash while deleting duplicates)
5773
5774 2002-12-20 [paul]       0.8.6claws119
5775
5776         * sync with 0.8.6cvs27
5777                 see ChangeLog 2002-12-20
5778
5779 2002-12-20 [paul]       0.8.6claws118
5780
5781         * sync with 0.8.6cvs26
5782                 see ChangeLog 2002-12-19 and 2002-12-20
5783
5784 2002-12-19 [alfons]     0.8.6claws117
5785
5786         * src/textview.c
5787                 fix incorrect parsing of email addresses, submitted by 
5788                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5789                 name display if it contains @".
5790
5791 2002-12-18 [paul]       0.8.6claws116
5792
5793         * sync with 0.8.6cvs23
5794                 see ChangeLog 2002-12-18
5795
5796 2002-12-18 [paul]       0.8.6claws115
5797
5798         * src/Makefile.am
5799         * src/account.c
5800         * src/codeconv.c
5801         * src/gtkutils.[ch]
5802         * src/imap.c
5803                 sync with 0.8.6cvs22.
5804                 see ChangeLog 2002-12-17 and 2002-12-18
5805
5806 2002-12-17 [christoph]  0.8.6claws114
5807
5808         * src/imap.c
5809                 o don't create a session if imap greeting fails
5810                 o don't close socket when authentication fails
5811                   this is done by imap_session_destroy
5812
5813 2002-12-17 [thorsten]   0.8.6claws113
5814
5815         * tools/Makefile.am
5816           tools/README
5817           tools/google_msgid.pl ** NEW FILE **
5818                 Added "search for message-id" script and doc
5819
5820 2002-12-17 [thorsten]   0.8.6claws112
5821
5822         * po/hu.po
5823                 Updated hungarian translation
5824                 (updated by Gal Zoltan)
5825
5826 2002-12-16 [christoph]  0.8.6claws111
5827
5828         * src/addr_compl.c
5829                 remove stupid addressbook dump to debug output
5830         * src/mh.c
5831                 fix memory leak found by Hiro
5832
5833 2002-12-14 [paul]       0.8.6claws110
5834
5835         * src/compose.c
5836                 fix menubar sensitivity on send
5837                 
5838         * src/prefs_filtering.c
5839         * src/prefs_matcher.c
5840         * src/prefs_scoring.c
5841                 Fix english ;)
5842                 
5843         * src/common/quoted-printable.h
5844                 sync: fix typo
5845         
5846 2002-12-13 [christoph]  0.8.6claws109
5847
5848         * src/Makefile.am
5849         * src/manage_window.[ch]        ** REMOVE **
5850         * src/gtk/Makefile.am
5851         * src/gtk/manage_window.[ch]    ** NEW **
5852                 move manage_window files to gtk directory
5853
5854 2002-12-13 [christoph]  0.8.6claws108
5855
5856         * src/Makefile.am
5857         * src/gtkshruler.[ch]           ** REMOVE **
5858         * src/gtk/Makefile.am
5859         * src/gtk/gtkshruler.[ch]       ** NEW **
5860                 move gtkshruler files to gtk directory
5861
5862 2002-12-13 [christoph]  0.8.6claws107
5863
5864         * src/Makefile.am
5865         * src/compose.c
5866         * src/gtkstext.[ch]             ** REMOVE **
5867         * src/gtkutils.[ch]
5868         * src/textview.c
5869         * src/gtk/gtkstext.[ch]         ** NEW **
5870         * src/gtk/Makefile.am
5871                 o move stext functions to gtkstext.c to remove
5872                   dependency of gtkutils
5873                 o move gtkstext files to gtk directory
5874
5875         * src/gtk/Makefile.am
5876         * src/gtk/sslcertwindow.[ch]
5877                 UI stuff can always depend on common code so
5878                 it's ok to add ../common to include path
5879
5880 2002-12-13 [colin]      0.8.6claws106
5881
5882         * src/summaryview.c
5883                 Disconnect sighandlers for mainwindow when
5884                 quicksearch has the focus
5885                 Fix bug #653231
5886         * src/mainwindow.[ch]
5887                 Make key_pressed callback public, to be able
5888                 to disconnect it
5889
5890 2002-12-13 [christoph]  0.8.6claws105
5891
5892         * src/mh.c
5893                 create .mh_sequences file in new MH folders
5894                 (closes feature request [ 523162 ] MH folders should
5895                  get a .mh_sequences)
5896
5897 2002-12-13 [colin]      0.8.6claws104
5898
5899         * src/summaryview.c
5900                 Better handling of quicksearch show/hide
5901                 (basically the button stays under the mouse 
5902                  when toggled)
5903
5904 2002-12-13 [paul]       0.8.6claws103
5905
5906         * sync with 0.8.6cvs17
5907                 see ChangeLog 2002-12-13
5908
5909 2002-12-13 [paul]       0.8.6claws102
5910
5911         * po/es.po
5912                 updated by Ricardo Mones Lastra
5913
5914 2002-12-11 [colin]       0.8.6claws101
5915
5916         * src/folder.c
5917                 remove statusbar stuff
5918           src/folderview.c
5919                 set statusbar verbosity when moving folders
5920
5921 2002-12-11 [colin]       0.8.6claws100
5922         * src/prefs_filtering.c
5923         * src/prefs_matcher.c
5924         * src/prefs_scoring.c
5925                 Fix english ;)
5926
5927 2002-12-11 [colin]       0.8.6claws99
5928
5929         * src/prefs_common.[ch]
5930                 Add summary_quicksearch_type
5931         * src/summaryview.c
5932                 Save last used quicksearch type
5933
5934 2002-12-11 [jens]       0.8.6claws98
5935         * src/prefs_filtering.c
5936         * src/prefs_matcher.c
5937         * src/prefs_scoring.c
5938                 added dialog for incomplete rules in scoring, filtering and
5939                 matcher to ask wheather really close
5940
5941 2002-12-11 [colin]      0.8.6claws97
5942
5943         * src/folder.c
5944                 Fix folder dnd statusbar logging
5945
5946 2002-12-10 [christoph]  0.8.6claws96
5947
5948         * src/compose.c
5949         * src/folder.c
5950         * src/imap.c
5951         * src/inc.c
5952         * src/main.c
5953         * src/mainwindow.c
5954         * src/news.c
5955         * src/send.c
5956         * src/statusbar.[ch]
5957         * src/common/hooks.c
5958         * src/common/log.[ch]
5959                 o handle verbose logging in statusbar directly in statusbar code
5960                   and common code does not need any knowledge about a statusbar
5961                 o remove direct calls to statusbar_(puts|pop)_all functions
5962
5963 2002-12-10 [jens]       0.8.6claws95
5964
5965         * src/*.c
5966                 removed gettext from g_warnings
5967         * po/POTFILES.in
5968                 cleaned and updated
5969         * po/de.po
5970                 updated
5971
5972 2002-12-10 [colin]      0.8.6claws94
5973
5974         * src/main.c
5975                 finish crash dialog fix
5976
5977 2002-12-10 [colin]      0.8.6claws93
5978
5979         * src/main.c
5980                 "Fix" "sylpheed already running" instead of
5981                 crash dialog appearing after a crash
5982
5983 2002-12-10 [colin]      0.8.6claws92
5984
5985         * po/POTFILES.in
5986                 add src/gtk/sslcertwindow.c
5987
5988 2002-12-10 [paul]       0.8.6claws91
5989
5990         * po/POTFILES.in
5991                 updated to reflect recent changes
5992                 submitted by Alessandro Maestri
5993
5994 2002-12-09 [christoph]  0.8.6claws90
5995
5996         * src/Makefile.am
5997         * src/smtp.[ch]                 ** REMOVE **
5998         * src/common/Makefile.am
5999         * src/common/smtp.[ch]          ** NEW **
6000                 move smtp files to common directory
6001
6002 2002-12-09 [christoph]  0.8.6claws89
6003
6004         * src/Makefile.am
6005         * src/session.[ch]              ** REMOVE **
6006         * src/common/Makefile.am
6007         * src/common/session.[ch]       ** NEW **
6008                 move session files to common directory
6009
6010 2002-12-09 [paul]       0.8.6claws88
6011
6012         * src/account.c
6013                 fix bug [649746] edit accounts: move account reverted
6014                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6015
6016 2002-12-09 [colin]      0.8.6claws87
6017
6018         * src/ssl_certificate.c
6019                 cleanup
6020
6021 2002-12-09 [colin]      0.8.6claws86
6022
6023         * src/ssl.c
6024                 Try to open the cert.pem database and 
6025                 issue a warning if it isn't there
6026
6027 2002-12-09 [colin]      0.8.6claws85
6028
6029         * src/common/ssl_certificate.c
6030         * src/gtk/sslcertwindow.c
6031                 Warning fixes
6032
6033 2002-12-09 [colin]      0.8.6claws84
6034
6035         * src/ssl_certificate.[ch] ** REMOVED **
6036         * src/common/ssl_certificate.[ch] ** NEW **
6037         * src/Makefile.am
6038         * src/common/Makefile.am
6039                 Moved ssl_certificate.[ch] to common
6040         * src/common/ssl.c 
6041                 Put back needed include
6042         * src/gtk/sslcertwindow.[ch]
6043                 Changed ssl_certificate.h include
6044         
6045 2002-12-09 [colin]      0.8.6claws83
6046
6047         * src/gtk/sslcertwindow.[ch]
6048                 Implement hook for certificate acception
6049         * src/ssl_certificate.[ch]
6050                 Implement hook for certificate acception
6051         * src/common/ssl.c
6052                 Reenable certificate acception check
6053         * src/mainwindow.c
6054                 Register sslcertwindow's hook
6055         
6056 2002-12-08 [christoph]  0.8.6claws82
6057
6058         * src/about.c
6059         * src/addr_compl.c
6060         * src/codeconv.c
6061         * src/manual.c
6062         * src/undo.c
6063         * src/common/utils.c
6064                 o add missing includes
6065                 o fix warnings
6066         * src/.cvsignore
6067         * src/common/.cvsignore
6068         * src/common/version.h          ** REMOVE **
6069                 remove autogenerated file
6070
6071 2002-12-08 [paul]       0.8.6claws81
6072
6073         * src/stringtable.c
6074                 put back needed include
6075
6076 2002-12-08 [colin]      0.8.6claws80
6077         
6078         * src/gtk/sslcertwindow.c
6079                 Cleaner popups when asking
6080         * src/ssl_certificate.c
6081         * src/prefs_common.[ch]
6082                 remove ssl certificate pref
6083                 put back needed include
6084         * src/undo.c
6085                 put back needed include
6086
6087 2002-12-08 [christoph]  0.8.6claws79
6088
6089         * src/folderview.c
6090         * src/logwindow.c
6091         * src/statusbar.c
6092         * src/summaryview.c
6093                 only abort hook invokation if required data is missing not
6094                 if our own data pointer is NULL, update hookfunction for
6095                 log window
6096
6097 2002-12-08 [paul]       0.8.6claws78
6098
6099         * src/about.c
6100         * src/addrcache.c
6101         * src/addrclip.c
6102         * src/addr_compl.c
6103         * src/addrselect.c
6104         * src/codeconv.c
6105         * src/colorlabel.c
6106         * src/enriched.c
6107         * src/esmtp.c
6108         * src/exporthtml.c
6109         * src/headerview.c
6110         * src/imageview.c
6111         * src/manual.c
6112         * src/noticeview.c
6113         * src/pgptext.c
6114         * src/scoring.c
6115         * src/sourcewindow.c
6116         * src/stringtable.c
6117         * src/undo.c
6118                 clean up: remove unneccesary includes
6119
6120 2002-12-08 [christoph]  0.8.6claws77
6121
6122         * src/folderview.c
6123         * src/statusbar.c
6124         * src/summaryview.c
6125         * src/common/hooks.[ch]
6126                 hook functions now have a gboolean return value, if a hook
6127                 returns TRUE it will stop executing of any more hooks in
6128                 the same hooklist for this invokation
6129
6130 2002-12-08 [colin]      0.8.6claws76
6131         
6132         * src/main.c
6133                 put back argv0 for CRASH_DIALOG
6134
6135 2002-12-08 [christoph]  0.8.6claws75
6136
6137         * src/Makefile.am
6138         * src/about.c
6139         * src/account.c
6140         * src/crash.c
6141         * src/esmtp.h
6142         * src/imap.[ch]
6143         * src/inc.c
6144         * src/main.c
6145         * src/mainwindow.c
6146         * src/news.c
6147         * src/pop.[ch]
6148         * src/prefs_account.[ch]
6149         * src/prefs_common.[ch]
6150         * src/send.[ch]
6151         * src/smtp.[ch]
6152         * src/ssl_certificate.[ch]
6153         * src/ssl_manager.[ch]
6154         * src/common/Makefile.am
6155         * src/common/log.c
6156         * src/common/nntp.[ch]
6157         * src/common/socket.[ch]
6158         * src/common/ssl.[ch]
6159         * src/gtk/sslcertwindow.[ch]
6160         * ac/openssl.m4
6161                 use new autoconf script to detect OpenSSL with extra parameters
6162                 to specify the location of libs and includes, also remove USE_SSL
6163                 to USE_OPENSSL
6164
6165         * src/common/sylpheed.[ch]
6166         * src/common/version.h.in
6167                 start seperation of common code initialization seperated from gui
6168
6169         * src/summaryview.c
6170                 The function that is called when a color label changes
6171                 should not change the color lable again
6172
6173 2002-12-08 [colin]      0.8.6claws74
6174
6175         * src/gtk/sslcertwindow.c
6176                 warning fixes
6177
6178 2002-12-08 [colin]      0.8.6claws73
6179
6180         * src/statusbar.c
6181           src/common/log.h
6182                 Register a hook for statusbar_puts_all
6183         * src/common/log.c
6184                 invoke statusbar_puts_all's hook
6185         
6186 2002-12-08 [colin]      0.8.6claws72
6187
6188         * src/ssl_certificate.c
6189                 Put back a badly-removed include
6190
6191 2002-12-08 [colin]      0.8.6claws71
6192
6193         * src/gtk/sslcertwindow.[ch]    ** NEW **
6194                 new certificate presentation
6195         * src/gtk/Makefile.am
6196                 add new files
6197         * src/ssl_certificate.[ch]
6198                 gtk cleanup, made utility functions public
6199         * src/ssl_manager.c
6200                 use new cert presentation
6201
6202 2002-12-07 [christoph]  0.8.6claws70
6203
6204         * src/Makefile.am
6205         * src/nntp.[ch]                 ** REMOVE **
6206         * src/common/Makefile.am
6207         * src/common/nntp.[ch]          ** NEW **
6208                 move nntp files to common directory
6209
6210 2002-12-07 [christoph]  0.8.6claws69
6211
6212         * src/procmsg.[ch]
6213         * src/summaryview.c
6214                 implement msginfo update callback using sylpheed's new
6215                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6216
6217 2002-12-06 [christoph]  0.8.6claws68
6218
6219         * src/editgroup.c
6220                 This patch changes the 'Edit Group Details' dialog to
6221                 allow extended selections in either pane, so that
6222                 addresses can be added or removed from a group more
6223                 quickly and easily. (it actually is a net decrease in
6224                 file size, as some unnecessary functions have been
6225                 removed). 
6226                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6227
6228 2002-12-06 [christoph]  0.8.6claws67
6229
6230         * src/Makefile.am
6231         * src/template.[ch]             ** REMOVE **
6232         * src/common/Makefile.am
6233         * src/common/template.[ch]      ** NEW **
6234                 move template files to common directory
6235
6236         * src/nntp.c
6237                 add missing log.h include
6238
6239 2002-12-06 [melvin]     0.8.6claws66
6240
6241         * src/prefs_actions.c
6242                 Added the trailing ">" syntax to insert command's output
6243                 without replacing old text (in contrast to trailing "|").
6244
6245 2002-12-05 [colin]      0.8.6claws65
6246         
6247         * src/common/utils.c
6248                 Don't modify original search_string or it'll change
6249                 the next iterations in the for()
6250
6251 2002-12-05 [darko]      0.8.6claws64
6252
6253         * src/common/utils.c
6254                 proper check for filtering commands, found by Colin
6255
6256 2002-12-05 [darko]      0.8.6claws63
6257
6258         * src/common/utils.c
6259                 check proper string for NULL pointer, found by Colin
6260
6261 2002-12-05 [darko]      0.8.6claws62
6262
6263         * src/common/utils.[ch]
6264                 expand_search_string(): new function
6265                 converts Mutt-like patterns to Sylpheed's
6266                 filtering engine
6267         * src/summaryview.c
6268                 use expand_search_string() to allow Mutt-like
6269                 patterns in extended search
6270         * README.claws
6271                 document extended option in quick search
6272
6273 2002-12-05 [paul]       0.8.6claws61
6274
6275         * sync with 0.8.6cvs16
6276                 see ChangeLog 2002-12-05
6277                 
6278         * po/POTFILES.in
6279                 clean up
6280
6281 2002-12-04 [christoph]  0.8.6claws60
6282
6283         * src/imap.[ch]
6284                 put imap authentication code into a new function and
6285                 remove it from imap_session_new that will allow to
6286                 send other commands before authentication
6287
6288 2002-12-04 [christoph]  0.8.6claws59
6289
6290         * src/imap.[ch]
6291                 use already existing method to prevent unneeded IMAP
6292                 folder selects. Set imap_select parameters to NULL
6293                 in some functions if the values are not required.
6294
6295         * src/xml.h
6296                 remove no longer required include
6297
6298 2002-12-04 [paul]       0.8.6claws58
6299
6300         * po/es.po
6301                 updated by Ricardo Mones Lastra
6302                 
6303         * configure.in
6304           po/hu.po      ** NEW FILE **
6305                 initial Hungarian translation, submitted
6306                 by Gál Zoltán <galzoli@hu.inter.net>
6307
6308 2002-12-03 [christoph]  0.8.6claws57
6309
6310         * src/Makefile.am
6311         * src/gtksctree.[ch]            ** REMOVE **
6312         * src/gtk/Makefile.am
6313         * src/gtk/gtksctree.[ch]        ** NEW **
6314                 move gtksctree files to gtk directory
6315
6316 2002-12-03 [christoph]  0.8.6claws56
6317
6318         * src/Makefile.am
6319         * src/md5.[ch]                  ** REMOVE **
6320         * srm/common/Makefile.am
6321         * src/common/md5.[ch]           ** NEW **
6322                 move md5 files to common directory
6323
6324         * src/gtkstext.c
6325                 remove not required #include
6326
6327 2002-12-03 [sergey]     0.8.6claws55
6328
6329         * src/gtkutils.c
6330         * src/gtkutils.h
6331                 gtkut_window_popup(): new function.
6332         * src/mainwindow.c
6333                 main_window_popup(): use gtkut_window_popup() to raise
6334                 window without changing its position.
6335                 (see sylpheed-main ML message [sylpheed:17247])
6336
6337 2002-12-03 [sergey]     0.8.6claws54
6338
6339         * src/send.c
6340                 send_message_local(): removed first-dot escaping
6341                 (SMTP-only, not needed for sending through pipe)
6342
6343 2002-12-03 [paul]       0.8.6claws53
6344
6345         * po/POTFILES.in
6346                 update to reflect recent changes (thanks
6347                 to Ricardo Mones Lastra)
6348                 
6349         * tools/filter_conv.pl
6350                  fix problem with quoted strings. Patch submitted
6351                  by Luke Plant <lukeplant@softhome.net>
6352
6353 2002-12-03 [paul]       0.8.6claws52
6354
6355         * sync with 0.8.6cvs15
6356                 see ChangeLog 2002-12-03
6357
6358 2002-12-02 [christoph]  0.8.6claws51
6359
6360         * src/logwindow.[ch]
6361         * src/common/log.[ch]
6362                 implement logging using a hook function
6363
6364         * src/folderview.c
6365         * src/folder.[ch]
6366                 define hooklist name in header file to avoid
6367                 errors caused by wrong spelling of hooklist names
6368
6369         * src/toolbar.c
6370                 fix warnings
6371
6372 2002-12-02 [christoph]  0.8.6claws50
6373
6374         * src/common/Makefile.am
6375                 add src/common/hooks.[ch]
6376
6377         * src/common/hooks.[ch]
6378                 implement a simple hook system using glib's hook functions
6379
6380         * src/folder.[ch]
6381         * src/folderview.c
6382                 use new hook system for folder item updates
6383
6384 2002-12-02 [christoph]  0.8.6claws49
6385
6386         * doc-src/ui_seperation.txt     ** NEW **
6387                 information for ui seperation
6388
6389         * src/Makefile.am
6390                 remove files that were moved to common
6391                 include common directory by default for the header files
6392
6393         * src/inc.c
6394         * src/common/socket.c
6395         * src/automaton.[ch]
6396                 implement automaton using g_io_*-functions instead of
6397                 gdk_input_add to make it ui independent
6398
6399         * src/codeconv.c
6400         * src/compose.c
6401         * src/ldif.c
6402         * src/pgptext.c
6403         * src/procmime.c
6404         * src/rfc2015.c
6405         * src/smtp.c
6406         * src/unmime.c
6407                 remove common/ prefix because directory is now in
6408                 include path
6409
6410         * src/compose.c
6411         * src/folder.c
6412         * src/folderview.c
6413         * src/mainwindow.c
6414         * src/messageview.c
6415         * src/prefs_common.c
6416         * src/procmsg.c
6417         * src/rfc2015.c
6418                 fix warnings
6419
6420         * src/imap.c
6421         * src/inc.c
6422         * src/news.c
6423         * src/pop.c
6424         * src/send.c
6425         * src/smtp.c
6426         * src/ssl_certificate.c
6427                 add log.h header file for logging functions
6428
6429         * src/main.c
6430         * src/common/utils.c
6431         * src/summaryview.c
6432         * src/xml.c
6433                 o move debug_mode to common/utils.c
6434                 o add functions to set and get debug_mode
6435
6436         * src/defs.h                    ** REMOVE **
6437         * src/intl.h                    ** REMOVE **
6438         * src/socket.[ch]               ** REMOVE **
6439         * src/ssl.[ch]                  ** REMOVE **
6440         * src/utils.[ch]                ** REMOVE **
6441                 replaced by new files in src/common/
6442         
6443         * src/common/Makefile.am
6444                 add new files in src/common/
6445
6446         * src/common/defs.h             ** NEW **
6447         * src/common/intl.h             ** NEW **
6448         * src/common/log.[ch]           ** NEW **
6449         * src/common/socket.[ch]        ** NEW **
6450         * src/common/ssl.[ch]           ** NEW **
6451         * src/common/utils.[ch]         ** NEW **
6452                 replacement for files in src/
6453
6454 2002-12-02 [colin]      0.8.6claws48
6455
6456         * src/folderview.c
6457                 Scroll folderview if necessary during dnd
6458
6459 2002-12-02 [colin]      0.8.6claws47
6460
6461         * src/folder.[ch]
6462                 Add check to verify a move is within a single mailbox
6463         * src/folderview.c
6464                 Add specific error string for this check
6465
6466 2002-12-02 [colin]      0.8.6claws46
6467
6468         * src/folder.c
6469                 Add a test to folder moving, remove a statusbar_print
6470         * src/folderview.c
6471                 Add Move folder... context-menu item
6472                 Factorize folder moving code
6473                 Enable folder DND for mbox
6474
6475 2002-12-01 [christoph]  0.8.6claws45
6476
6477         * ac/aspell.m4
6478                 remove conf.aspelltest if the version check fails
6479
6480 2002-11-30 [christoph]  0.8.6claws44
6481
6482         * autogen.sh
6483                 run libtoolize --force in autogen to create missing
6484                 libtool scripts
6485
6486 2002-11-30 [christoph]  0.8.6claws43
6487
6488         * src/Makefile.am
6489         * src/pgptext.c
6490         * src/procmime.c
6491         * src/rfc2015.c
6492         * src/uuencode.[ch]             ** REMOVED **
6493         * src/common/Makefile.am
6494         * src/common/uuencode.[ch]      ** NEW **
6495                 move uuen/decoder to common directory
6496
6497 2002-11-30 [christoph]  0.8.6claws42
6498
6499         * src/Makefile.am
6500         * src/base64.[ch]               ** REMOVED **
6501         * src/codeconv.c
6502         * src/compose.c
6503         * src/ldif.c
6504         * src/pgptext.c
6505         * src/procmime.c
6506         * src/rfc2015.c
6507         * src/smtp.c
6508         * src/unmime.c
6509         * src/common/Makefile.am
6510         * src/common/base64.[ch]        ** NEW **
6511                 move base64 en/decoder to common directory
6512
6513 2002-11-30 [christoph]  0.8.6claws41
6514
6515         * src/common                    ** NEW **
6516                 new directory for UI independent code
6517         * src/gtk                       ** NEW **
6518                 new directory for GTK frontend
6519         * src/common/.cvsignore         ** NEW **
6520         * src/gtk/.cvsignore            ** NEW **
6521                 ignore build files
6522         * src/common/Makefile.am        ** NEW **
6523         * src/gtk/Makefile.am           ** NEW **
6524                 automake files to build new seperated stuff
6525         * src/Makefile.am
6526                 the binary will currently still be build with the
6527                 files in src, so we include the code from the
6528                 subdirs for now after building the libs there
6529
6530 2002-11-30 [paul]       0.8.6claws40
6531
6532         * src/compose.c
6533                 fix bug [642731] 'Wrong selected account with drafted mail'
6534
6535 2002-11-29 [oliver]     0.8.6claws39
6536         
6537         * src/messageview.c
6538                 o update summaryview when switching between different
6539                   messageviews          
6540         * src/toolbar.c  
6541                 o check if messageview holds already removed msg
6542                   from summaryview
6543                 
6544
6545 2002-11-29 [oliver]     0.8.6claws38
6546
6547         * src/toolbar.c 
6548                 remove not needed variables and includes
6549                 make messageview stay opened and move to next when msgs are deleted 
6550
6551 2002-11-29 [oliver]     0.8.6claws37
6552         
6553         * src/toolbar.c 
6554                 disable compose button (messageview toolbar) by default
6555                 deleted msgs are moved to trash
6556         
6557 2002-11-29 [melvin]     0.8.6claws36
6558
6559         * configure.in
6560                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6561                 and to detect signatures expirations (gpgme 0.3.6)
6562
6563         * src/main.c
6564                 Use non obsolescent function for Gpgme engine checking.
6565
6566         * src/rfc2015.c
6567                 Inform about expired signatures or signatures which key
6568                 has expired. Expiration date is displayed.
6569
6570         * src/sigstatus.c
6571                 Inform about expired signatures or signatures which key
6572                 has expired.
6573
6574 2002-11-28 [paul]       0.8.6claws35
6575
6576         * src/folderview.c
6577                 re-instate 'Check for new messages' in Newsgroup
6578                 folders right-click menu, after a suggestion from
6579                 Tim Mann <timmann@users.sourceforge.net>
6580
6581         * src/main.c
6582                 after a crash check only local folders for new
6583                 messages
6584
6585 2002-11-28 [paul]       0.8.6claws34
6586
6587         * configure.in
6588                 apply patch that fixes the checking of GTK with XIM 
6589                 support on different OSs, such as FreeBSD. Patch 
6590                 submitted by Topia <topia@users.sourceforge.net>
6591                 
6592 2002-11-28 [paul]       0.8.6claws33
6593
6594         * src/mainwindow.c
6595           src/prefs_common.c
6596           src/prefs_toolbar.c
6597                 more changes to the English
6598
6599 2002-11-28 [paul]       0.8.6claws32
6600
6601         * sync with 0.8.6cvs13
6602                 see ChangeLog 2002-11-28 (no sync needed
6603                 for src/compose.c)
6604
6605 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6606         
6607         * src/mainwindow.[ch]
6608                 add patch by Ivan F. Martinez introducing messageview Toolbar
6609                 some changes and committed by oliver    
6610
6611 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6612
6613         * src/messageview.[ch]
6614                 add patch by Ivan F. Martinez introducing messageview Toolbar
6615                 some changes and committed by oliver    
6616
6617 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6618
6619         * src/compose.[ch]
6620                 add patch by Ivan F. Martinez introducing messageview Toolbar
6621                 some changes and committed by oliver    
6622
6623 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6624         
6625         * src/toolbar.[ch]
6626                 add patch by Ivan F. Martinez introducing messageview Toolbar
6627                 some changes and committed by oliver
6628
6629 2002-11-28 [oliver]     0.8.6claws27
6630         
6631         * src/prefs_toolbar.[ch]
6632                 getting ready for messageview toolbar
6633                 free mem allocated by gettext
6634                 change prefs_toolbar to prefs_toolbar_open
6635  
6636 2002-11-28 [thorsten]   0.8.6claws26
6637
6638         * src/imageview.[ch]
6639                 cleaned up conflicting declarations of
6640                 imageview_show_image()
6641
6642 2002-11-28 [paul]       0.8.6claws25
6643
6644         * src/grouplistdialog.c
6645           src/prefs_common.c
6646           src/prefs_summary_column.c
6647                 a few more improvements to the English
6648
6649 2002-11-28 [colin]      0.8.6claws24
6650
6651         * man/sylpheed.1
6652                 A few updates to command-line parameters
6653
6654 2002-11-28 [colin]      0.8.6claws23
6655
6656         * src/prefs_filtering.c
6657                 Fix problems with prefs_filtering_delete_path:
6658                 a) if the first rule is removed, original pointers
6659                    weren't updated (leading to segfaults)
6660                 b) it was always global_processing updated in case
6661                    of removed path was parent of rule path
6662
6663 2002-11-27 [paul]       0.8.6claws22
6664
6665         * src/mainwindow.c
6666           src/prefs_account.c
6667           src/prefs_actions.c
6668           src/prefs_common.c
6669           src/prefs_customheader.c
6670           src/prefs_display_header.c
6671           src/prefs_filtering.c
6672           src/prefs_folder_item.c
6673           src/prefs_matcher.c
6674           src/prefs_scoring.c
6675           src/prefs_summary_column.c
6676           src/prefs_template.c
6677           src/prefs_toolbar.c
6678                  improve the English in the GUI
6679
6680 2002-11-27 [colin]      0.8.6claws21
6681
6682         * src/folder.c
6683                 Fix processing renaming problems happening after
6684                 last commit
6685
6686 2002-11-27 [colin]      0.8.6claws20
6687
6688         * src/folder.c
6689                 recursive move now deletes src each subfolder after 
6690                 having moved it
6691         * src/folderview.c
6692                 Use identifier instead of path during dnd (enables
6693                 IMAP folder dnd)
6694
6695 2002-11-27 [paul]       0.8.6claws19
6696
6697         * src/main.c
6698                 apply patch that does command-line processing 
6699                 BEFORE gtk_init, allowing claws to run from 
6700                 shell-scripts in non-X environment (e.g. crontab 
6701                 or ip-up, ip-down scripts). Patch submitted by
6702                 Ruslan N. Balkin <baron@dartel.ru>
6703                 
6704         * po/it.po
6705                 updated by Alessandro Maestri
6706
6707 2002-11-27 [paul]       0.8.6claws18
6708
6709         * sync with 0.8.6cvs12
6710           src/prefs_common.c
6711                 Differences are that main uses a 'Receive dialog'
6712                 frame on the Interface tab, whereas claws groups all 
6713                 the dialogs together in a 'Dialogs' frame.
6714
6715 2002-11-27 [colin]      0.8.6claws17
6716
6717         * src/prefs_matcher.c
6718                 Fix Execute criteria's NOT flag
6719
6720
6721 2002-11-26 [christoph]  0.8.6claws16
6722
6723         * src/ssl.c
6724                 rewrite the ssl code a little bit, only use one
6725                 SSL context, set default certificates' file/path
6726
6727 2002-11-26 [thorsten]   0.8.6claws15
6728
6729         * src/compose.c
6730                 default-reply-to didn't work for ml-reply
6731
6732 2002-11-26 [melvin]     0.8.6claws14
6733
6734         * src/prefs_actions.c
6735                 Made pipe-actions ignore short headers in message view
6736                 Made trailing-pipe-actions write in the message view with
6737                 the same font as the original message
6738
6739 2002-11-26 [paul]       0.8.6claws13
6740
6741         * src/compose.c
6742                 this time commit the correct file
6743
6744 2002-11-26 [paul]       0.8.6claws12
6745
6746         * sync with 0.8.6cvs11
6747           src/quote_fmt_parse.y  
6748                 no sync needed
6749           src/account.[ch]       
6750                 not sync'ed
6751           src/compose.c
6752                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6753                 on draft mode.
6754                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6755                 header
6756                 
6757         see ChangeLog 2002-11-25 and 2002-11-26
6758
6759 2002-11-26 [colin]      0.8.6claws11
6760
6761         * src/folderview.c
6762                 Fix collapsed folder not auto-expanding during
6763                 mail dnd, if it was the source folder.
6764
6765 2002-11-25 [colin]      0.8.6claws10
6766
6767         * src/folderview.[ch]
6768                 Variable renaming and cleaning (slist of nodes 
6769                 to be re-collapsed is stored in FolderView)
6770
6771 2002-11-25 [paul]       0.8.6claws9
6772
6773         * src/prefs_common.[ch]
6774                 fix breakage caused by last commit
6775
6776 2002-11-25 [paul]       0.8.6claws8
6777
6778         * sync with 0.8.6cvs4
6779                 see ChangeLog 2002-11-21
6780
6781 2002-11-25 [paul]       0.8.6claws7
6782
6783         * sync with 0.8.6cvs4
6784                 see ChangeLog 2002-11-20
6785
6786 2002-11-25 [paul]       0.8.6claws6
6787
6788         * sync with 0.8.6cvs3
6789                 see ChangeLog 2002-11-18
6790
6791 2002-11-25 [colin]      0.8.6claws5
6792
6793         * src/gtkutils.[ch]
6794                 Add gtkut_ctree_node_is_parent()
6795         * src/folderview.c
6796                 Spring-loaded folders
6797
6798 2002-11-25 [colin]      0.8.6claws4
6799
6800         * src/utils.[ch]
6801                 Add slist_concat_unique(), function to merge
6802                 two GSList filtering dups
6803         * src/folder.[ch]
6804         * src/summaryview.[ch]
6805         * src/folderview.c
6806         * src/main.c
6807                 Add detection/update/display of unread answers
6808                 to marked mails
6809         * src/procmsg.[ch]
6810                 Add procmsg_find_children()
6811                 Add procmsg_msg_has_marked_parent()
6812
6813 2002-11-25 [colin]      0.8.6claws3
6814
6815         * src/ssl_certificate.[ch]
6816                 Allow checking a certificate without a DNS
6817                 lookup
6818                 Allow to forget a cert (by deleting it)
6819                 Make ssl_certificate_destroy_public
6820         * src/ssl_manager.[ch] ** NEW FILES **
6821                 Gui to manage (display/remove) certificates
6822         * src/prefs_common.[ch]
6823                 Add a pref to allow silent acceptation of
6824                 trusted certificates or not (based on the
6825                 "I want to know what's going on" principle)
6826         * src/mainwindow.c
6827                 Add SSL manager in Tools menu
6828         * src/Makefile.am
6829                 Add the new files to the build
6830         * po/POTFILES.in
6831                 Add ssl_manager.c to translations
6832
6833 2002-11-25 [colin]      0.8.6claws2
6834
6835         * src/summaryview.[ch]
6836                 Add S_SEARCH_EXTENDED to the quick search, which 
6837                 allows to search using filtering syntax.
6838
6839 2002-11-25 [colin]      0.8.6claws1
6840
6841         * src/summaryview.c
6842                 Deletion of duplicates now prefer deleting
6843                 the unread dup (fixes feature-request 638989).
6844
6845 2002-11-24 [paul]       0.8.6claws
6846
6847         * po/es.po
6848           po/pl.po
6849           po/ru.po
6850           po/sr.po
6851                 updated by Ricardo Mones Lastra,
6852                 Witold Wladyslaw Wojciech Wilk,
6853                 Ruslan N. Balkin, and  Urke MMI 
6854                 respectively
6855
6856 2002-11-24 [paul]       0.8.5claws182
6857
6858         * po/bg.po
6859                 updated by George Danchev
6860
6861 2002-11-23 [alfons]     0.8.5claws181
6862
6863         * src/imap.c
6864                 tiny memory leak found by browsing Dimitar's 
6865                 valgrind report
6866
6867 2002-11-23 [paul]       0.8.5claws180
6868
6869         * po/it.po
6870                 updated by Alessandro Maestri
6871
6872 2002-11-22 [christoph]  0.8.5claws179
6873
6874         * src/compose.c
6875         * src/inc.c
6876         * src/prefs_filtering.c
6877         * src/summaryview.c
6878                 more warning fixes
6879
6880 2002-11-22 [alfons]     0.8.5claws178
6881
6882         * src/summaryview.c
6883                 summary_execute_delete_func(): if message is deleted, make 
6884                 sure to also remove its entry in the subject hash table. 
6885                 fixes a corner case bug.
6886
6887 2002-11-22 [paul]       0.8.5claws177
6888
6889         * .cvsignore
6890                 add 'autom4te.cache'
6891                 
6892         * ltconfig      ** REMOVED **
6893                 not needed
6894
6895 2002-11-22 [paul]       0.8.5claws176
6896
6897         * src/textview.c
6898                 textview_set_font(): fix for message display in
6899                 UTF-8 locales (thanks to Sergey Vlasov).
6900                 
6901         * AUTHORS
6902                 add new team members and contributors
6903
6904
6905 2002-11-21 [colin]      0.8.5claws175
6906
6907         * src/procmsg.[ch]
6908                 Add procmsg_remove_special_headers()
6909         * src/mh.c
6910                 Use procmsg_remove_special_headers() for 
6911                 previous fix
6912
6913 2002-11-21 [colin]      0.8.5claws174
6914
6915         * src/mh.c
6916                 Fix moving/copying from queue/draft folders
6917                 for MH folders
6918
6919 2002-11-21 [christoph]  0.8.5claws173
6920
6921         * src/crash.c
6922         * src/filtering.c
6923         * src/logwindow.c
6924         * src/main.c
6925         * src/matcher_parser_lex.[hl]
6926         * src/mbox.c
6927         * src/mbox_folder.[ch]
6928         * src/prefs_filtering.c
6929         * src/procheader.c
6930         * src/quote_fmt_lex.l
6931         * src/ssl.c
6932                 fix all warnings except the warnings in lex and yacc files
6933
6934 2002-11-20 [christoph]  0.8.5claws172
6935
6936         * src/imap.c
6937                 fix MsgInfo retrieval for IMAP draft and queue folders
6938                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6939
6940 2002-11-19 [christoph]  0.8.5claws171
6941
6942         * src/compose.c
6943                 fix segfault, when draft saving does not get
6944                 the MsgInfo of the new message
6945                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6946
6947 2002-11-19 [christoph]  0.8.5claws170
6948
6949         * src/procmsg.c
6950                 add parameter check for flag setting function
6951                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6952
6953 2002-11-18 [paul]       0.8.5claws169
6954
6955         * src/compose.c
6956                 more sensitivity fixes to redirect mode:
6957                 * disable toolbar draft button
6958                 * allow only Address book in the Tools menu
6959                 * disable editing of message by the spell
6960                   checker
6961
6962 2002-11-18 [paul]       0.8.5claws168
6963
6964         * src/compose.c
6965                 fix sensitivity of menu items in compose_redirect():
6966                 allow only the necessary items 
6967
6968 2002-11-18 [paul]       0.8.5claws167
6969
6970         * src/compose.c
6971                 fix bug [ 603259 ] 'attachment got lost on bounce'
6972
6973 2002-11-18 [paul]       0.8.5claws166
6974
6975         * po/ru.po
6976                 updated by Ruslan N. Balkin <baron@dartel.ru>
6977
6978 2002-11-18 [colin]      0.8.5claws165
6979
6980         * src/main.c
6981           src/defs.h
6982                 Remove old filtering stuff
6983
6984
6985 2002-11-17 [oliver]     0.8.5claws164
6986
6987         * src/toolbar.h
6988                 remove not needed typedef 
6989
6990 2002-11-17 [oliver]     0.8.5claws163
6991
6992         * src/toolbar.c
6993                 make toolbar's on click events translatable
6994
6995 2002-11-15 [colin]      0.8.5claws162
6996
6997         * src/summaryview.c
6998                 Revert too-soon integration of a feature
6999
7000 2002-11-15 [christoph]  0.8.5claws161
7001
7002         * src/imap.c
7003                 use main's implementation of imap_get_msginfo
7004
7005 2002-11-15 [christoph]  0.8.5claws160
7006
7007         * src/compose.c
7008         * src/folder.[ch]
7009         * src/imap.c
7010         * src/mbox_folder.c
7011         * src/mh.c
7012         * src/news.c
7013         * src/procmsg.c
7014         * src/summaryview.c
7015                 replace claws' fetch_msginfo with main's get_msginfo
7016                 (use main's implementation where possible)
7017
7018 2002-11-15 [colin]      0.8.5claws159
7019
7020         * src/ssl_certificate.c
7021                 Missed a check
7022
7023 2002-11-16 [melvin]     0.8.5claws158
7024
7025         * po/fr.po
7026                 Updated French translations.
7027
7028 2002-11-16 [colin]      0.8.5claws157
7029
7030         * src/ssl_certificate.c
7031                 Check for missing parts in the certificates
7032
7033 2002-11-15 [colin]      0.8.5claws156
7034
7035         * src/folderview.c
7036                 Preventive fix (missing check) found by
7037                 Alfons
7038
7039 2002-11-15 [paul]
7040
7041         * NEWS
7042                 sync with 0.8.6 release
7043
7044 2002-11-15 [colin]      0.8.5claws155
7045
7046         * src/folder.[ch]
7047           src/folderview.c
7048                 Fix error handling of folder_item_move_to()
7049                 (thanks to Alfons!)
7050
7051 2002-11-15 [colin]      0.8.5claws154
7052
7053         * src/folder.[ch]
7054           src/folderview.c
7055                 folder_item_move_to() sets an error message instead
7056                 of having GUI stuff in folder.c
7057
7058 2002-11-15 [colin]      0.8.5claws153
7059
7060         * src/procmsg.[ch]
7061                 Implemented a callback for MsgInfo updates, 
7062                 heavily copy/pasted from Christoph's folder 
7063                 callback system
7064         * src/summaryview.[ch]
7065                 Register summary_update_msg as callback
7066
7067 2002-11-14 [colin]      0.8.5claws152
7068         
7069         * src/procmsg.c
7070                 Update the FolderItem after sending (fixes 617593)
7071
7072 2002-11-14 [christoph]  0.8.5claws151
7073
7074         * src/folder.c
7075                 fix wrong position of NULL pointer check found
7076                 by Sergey
7077
7078 2002-11-14 [christoph]  0.8.5claws150
7079
7080         * src/folder.c
7081                 fix segfault when deleting messages from IMAP folders
7082                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7083
7084 2002-11-14 [colin]      0.8.5claws149
7085
7086         * src/compose.c
7087                 Forwarding was also ignoring the folder's default account.
7088
7089 2002-11-14 [colin]      0.8.5claws148
7090
7091         * src/compose.c
7092                 Fix sent folder not set to folder properties when 
7093                 forwarding.
7094
7095 2002-11-14 [thorsten]   0.8.5claws147
7096
7097         * src/inc.c
7098                 inc_start(): Files were not moved from .processing to inbox,
7099                 if no global processing rule existed
7100
7101 2002-11-14 [colin]      0.8.5claws146
7102
7103         * src/ssl_certificate
7104                 Fix file operations
7105
7106 2002-11-14 [paul]       0.8.5claws145
7107
7108         * po/it.po
7109                 updated by Alessandro Maestri
7110
7111 2002-11-13 [alfons]     0.8.5claws144
7112
7113         * src/folder.c
7114                 folder_item_close(): only mark messages unread
7115                 when a folder has new messages 
7116
7117 2002-11-13 [keith]      0.8.5claws143
7118
7119         * src/imap.c
7120                 Fix problem moving or copying between
7121                 IMAP folders
7122
7123 2002-11-13 [colin]      0.8.5claws142
7124
7125         * src/matcher_parser_parse.y
7126                 Fix rule problem when " don't match
7127
7128 2002-11-13 [christoph]  0.8.5claws141
7129
7130         * src/folder.c
7131         * src/folderview.c
7132                 moved cache saving to folder_item_close
7133                 the folderview should not have to deal with
7134                 this things
7135
7136 2002-11-13 [christoph]  0.8.5claws140
7137
7138         * src/summaryview.c
7139                 moved setting of important score to
7140                 summary_set_prefs_from_folderitem
7141
7142 2002-11-13 [colin]      0.8.5claws139
7143
7144         * src/matcher_parser_parse.y
7145                 Fix a segfault in the parser (happening when
7146                 a good expression had been tested and a bad 
7147                 one arrives)
7148
7149 2002-11-13 [paul]       0.8.5claws138
7150
7151         * sync with 0.8.5cvs24
7152                 see ChangeLog 2002-11-13
7153                 
7154         * po/pt_BR.po
7155                 updated by Fabio Jr. Beneditto
7156
7157 2002-11-13 [colin]      0.8.5claws137
7158         
7159         * src/msgcache.c
7160           src/defs.h
7161           src/procmsg.[ch]
7162                 Revert last commit, problem
7163
7164 2002-11-13 [colin]      0.8.5claws136
7165
7166         * src/msgcache.c
7167                 Remove duplicated code
7168         * src/defs.h
7169                 Bumped CACHE_VERSION and MARK_VERSION
7170         * src/procmsg.[ch]
7171                 Network endian for cache and mark files
7172
7173 2002-11-12 [colin]      0.8.5claws135
7174
7175         * src/inc.c
7176                 Fix the "socket error" dialog which disappeared
7177
7178 2002-11-12 [colin]      0.8.5claws134
7179
7180         * src/msgcache.c
7181                 Reverse last commit which had performance 
7182                 problems, but still reverse the list
7183
7184 2002-11-12 [colin]      0.8.5claws133
7185
7186         * src/msgcache.c
7187                 Reverse list order
7188
7189 2002-11-12 [melvin]     0.8.5claws132
7190
7191         * src/compose.c
7192                 Added a check for a NULL prefs_common.dictionary
7193
7194 2002-11-12 [colin]      0.8.5claws131
7195
7196         * src/ssl_certificate.[ch]
7197                 Use FQDN hostname
7198
7199 2002-11-12 [colin]      0.8.5claws130
7200
7201         * src/ssl_certificate.[ch]
7202                 Take connection port into account for 
7203                 checking certificates (a single hostname
7204                 could have multiple servers with multiple
7205                 certificates)
7206         * src/ssl.c
7207                 Pass the port to ssl_certificate_check
7208
7209 2002-11-12 [paul]       0.8.5claws129
7210
7211         * src/folder.c
7212                 fix a typo in last commit
7213
7214 2002-11-12 [paul]       0.8.5claws128
7215
7216         * sync with 0.8.5cvs23
7217                 see ChangeLog entry 2002-11-12
7218
7219 2002-11-11 [colin]      0.8.5claws127
7220
7221         * src/ssl_certificate.c
7222                 Cleaner messages
7223                 Don't popup, instead log error, if the 
7224                 corresponding pref is checked
7225         * src/ssl_certificate.h
7226                 include <openssl/objects/h>
7227
7228 2002-11-11 [colin]      0.8.5claws126
7229
7230         * src/ssl_certificate.h
7231                 _Really_ clean it
7232
7233 2002-11-11 [colin]      0.8.5claws125
7234         
7235         * src/ssl_certificate.c
7236                 Fixed leak
7237
7238 2002-11-11 [colin]      0.8.5claws124
7239
7240         * src/ssl.c
7241                 Cleaned a bit
7242         * src/ssl_certificate.[ch]
7243                 Cleaned a bit (better use of SSL API)
7244                 (This will cause non-recognition of saved 
7245                  certificates of claws12[23]...)
7246
7247 2002-11-11 [paul]       0.8.5claws123
7248         
7249         * po/es.po
7250                 updated by Ricardo Mones Lastra
7251
7252 2002-11-11 [colin]      0.8.5claws122
7253
7254         * src/ssl.c
7255                 Fix a typo
7256
7257 2002-11-11 [colin]      0.8.5claws121
7258
7259         * src/ssl_certificate.[ch] ** NEW FILES **
7260         * src/ssl.[ch]
7261                 Check SSL certificates presented to us
7262         * src/Makefile.am
7263                 Add ssl_certificate.[ch]
7264         * po/POTFILES.in
7265                 Add ssl_certificate.c
7266
7267 2002-11-11 [paul]       0.8.5claws120
7268
7269         * sync with 0.8.5cvs22
7270                 see ChangeLog 2002-11-11
7271
7272 2002-11-11 [paul]       0.8.5claws119
7273
7274         * sync with 0.8.5cvs21
7275                 see ChangeLog 2002-11-11
7276
7277 2002-11-10 [jens]       0.8.5claws118
7278
7279         * src/folder.c
7280         * src/folderview.c
7281                 corrected some typing
7282         * po/de.po
7283                 updated german translation
7284         * sylpheed.spec.in
7285                 cleaned up specfile and adjusted it for claws
7286
7287 2002-11-10 [colin]      0.8.5claws117
7288
7289         * src/summaryview.c
7290                 a STATUSBAR_PUSH/POP fix
7291
7292 2002-11-10 [colin]      0.8.5claws116
7293
7294         * src/prefs_folder_item.c
7295                 Fix hanging after opening folder properties
7296
7297 2002-11-10 [hoa]        0.8.5claws115
7298
7299         * src/matcher_parser_lex.l
7300         * src/matcher_parser_parse.y
7301                 config file for scoring and filtering is no more trashed
7302                 when there is a syntax error in a filtering rule when
7303                 editing it in a dialog.
7304
7305 2002-11-09 [colin]      0.8.5claws114
7306
7307         * src/mbox_folder.c
7308                 Added missing initialisation of folder->destroy()
7309
7310 2002-11-09 [colin]      0.8.5claws113
7311
7312         * src/folder.c
7313           src/folderview.c
7314                 Fix the status bar messages
7315
7316 2002-11-09 [colin]      0.8.5claws112
7317
7318         * src/folderview.c
7319                 Fix hangs after folder dnd, happening after 
7320                 claws109.
7321
7322 2002-11-09 [christoph]  0.8.5claws111
7323
7324         * src/folderview.c
7325                 just changed order of calls (reverse order of
7326                 associated calls)
7327         * src/inc.c
7328                 lock inc when checking only one account, otherwise
7329                 inc all could be executed at the same time
7330
7331 2002-11-09 [christoph]  0.8.5claws110
7332
7333         * src/folderview.c
7334                 better unlock the mouse cursor before calling
7335                 summary_show because it changes the cursor too
7336
7337 2002-11-09 [christoph]  0.8.5claws109
7338
7339         * src/folder.[ch]
7340         * src/folderview.c
7341                 add functions to open and close a folder
7342                 o opending will execute scanning for remote folders
7343                   and processing
7344                 o closing will unset new flag for messages
7345
7346 2002-11-09 [colin]      0.8.5claws108
7347
7348         * src/folder.c
7349                 Add a call to prefs_matcher_write_config to 
7350                 avoid non-leaf folders filtering settings to be
7351                 lost
7352
7353 2002-11-09 [paul]       0.8.5claws107
7354
7355         * src/prefs_account.c
7356                 re-word a label
7357
7358 2002-11-09 [colin]      0.8.5claws106
7359
7360         * src/folderview.c
7361                 Minor esthetic fix
7362
7363 2002-11-09 [colin]      0.8.5claws105
7364
7365         * src/folderview.c
7366                 Fix prefs_filtering deletion for MH folders (same
7367                 reason as below)
7368         * src/prefs_filtering.c
7369                 Fix prefs_filtering renaming and deletion for 
7370                 folder-based processing rules.  
7371
7372 2002-11-09 [christoph]  0.8.5claws104
7373
7374         * src/compose.c
7375         * src/folder.[ch]
7376         * src/folderview.[ch]
7377         * src/import.c
7378         * src/inc.c
7379         * src/main.c
7380         * src/mainwindow.c
7381         * src/messageview.c
7382         * src/prefs_folder_item.c
7383         * src/procmsg.c
7384         * src/summaryview.c
7385                 implement a callback system for folder item updates
7386
7387 2002-11-09 [colin]      0.8.5claws103
7388
7389         * src/folderview.c
7390                 Fix prefs_filtering renaming for MH folders (we
7391                 shouldn't rename by path as another folder could
7392                 have the same hierarchy).
7393
7394 2002-11-09 [colin]      0.8.5claws102
7395
7396         * src/folder.c
7397                 Fix a leak found by Christoph, use better variable
7398                 names
7399
7400 2002-11-09 [colin]      0.8.5claws101
7401
7402         * src/folder.c
7403                 One more fix for processing rules
7404
7405 2002-11-08 [colin]      0.8.5claws100
7406         
7407         * src/matcher.c
7408                 Don't copy the compiled regexp (will be reevaluated)
7409         * src/folderview.c
7410                 Lock folderview while moving
7411         * src/folder.c
7412                 Provide info on what's happening to the user
7413
7414 2002-11-08 [colin]      0.8.5claws99
7415
7416         * src/folderview.c
7417                 Fix folder reordering after a move if parent is 
7418                 root
7419         * src/scoring.[ch]
7420                 Add function to copy a ScoringProp
7421         * src/prefs_folder_item.c
7422                 Copy scoring rules when copying a folder prefs
7423
7424 2002-11-08 [colin]      0.8.5claws98
7425
7426         * src/folderview.c
7427                 Fixes in case of failure
7428         * src/filtering.[ch]    
7429                 Add function to duplicate a FilteringProp
7430         * src/matcher.[ch]
7431                 Add function to duplicate a MatcherProp
7432         * src/prefs_folder_item.c
7433                 Save folder's processing rules when copying 
7434                 its prefs
7435
7436 2002-11-08 [colin]      0.8.5claws97
7437         
7438         * src/folderview.c
7439                 Sort after move
7440         * src/folder.c 
7441                 Change a printf to debug_print
7442
7443 2002-11-08 [colin]      0.8.5claws96
7444
7445         * src/folder.c
7446           src/folderview.c
7447                 Fix segfaults, call me stupido
7448         
7449
7450 2002-11-08 [colin]      0.8.5claws95
7451
7452         *src/folder.c
7453                 Added forgotten prefs to save when moving folders
7454
7455 2002-11-08 [colin]      0.8.5claws94
7456
7457         * src/folder.c
7458                 Fixes to folder DND (prefs copy)
7459         * src/folderview.c
7460                 Optimization for folder DND (don't rescan whole tree)
7461                 Added folderview_create_folder_node() for this 
7462                 optimization, so de-duped a bit the code
7463         * src/prefs_folder_item.[ch]
7464                 Added prefs_folder_item_copy_prefs()    
7465           
7466 2002-11-08 [paul]       0.8.5claws93
7467
7468         * src/prefs_account.c
7469           tools/README
7470           tools/kmail2sylpheed_v2.pl
7471                 correct some typos
7472
7473 2002-11-08 [paul]       0.8.5claws92
7474
7475         * src/compose.c
7476           src/prefs_account.[ch]
7477                 remove account options 'clearsign' and 'ascii_armored',
7478                 replace with 'default_gnupg_mode' to prevent mixed-mode
7479                 Privacy settings
7480
7481 2002-11-08 [paul]       0.8.5claws91
7482
7483         * src/compose.[ch]
7484                 re-implement GnuPG 'on-the-fly' mode selection,
7485                 disallow mixed-mode
7486
7487 2002-11-08 [colin]      0.8.5claws90
7488
7489         * src/folderview.c
7490           src/prefs_folder_item.c
7491                 Change "Property" to "Properties"
7492
7493 2002-11-07 [colin]      0.8.5claws89
7494
7495         * src/folderview.c
7496           src/folder.c
7497                 Allow folder dropping to a root folder
7498
7499 2002-11-07 [paul]       0.8.5claws88
7500
7501         * src/compose.c
7502                 revert last commit
7503
7504 2002-11-07 [paul]       0.8.5claws87
7505
7506         * src/compose.c
7507                 fix reply-to-list bug. closes bug report
7508                 "[633382] reply-to-list broken in recent cvs"
7509
7510 2002-11-07 [paul]       0.8.5claws86
7511
7512         * src/compose.c
7513                 add a forgotten '#if USE_GPGME ... #endif'
7514
7515 2002-11-07 [paul]       0.8.5claws85
7516
7517         * sync with 0.8.5cvs20
7518                 see ChangeLog 2002-11-07
7519
7520 2002-11-07 [colin]      0.8.5claws84
7521
7522         * src/folder.[ch]
7523                 Change folder_item_move_to to return the newly 
7524                 created folderitem.
7525         * src/folderview.c
7526                 Select the new folderitem after moving.
7527
7528 2002-11-07 [colin]      0.8.5claws83
7529
7530         * src/prefs_filtering.c
7531                 Fix rule rewriting when moving a leaf folder to a 
7532                 shorter path
7533
7534 2002-11-07 [colin]      0.8.5claws82
7535
7536         * src/prefs_filtering.c
7537                 fix a leak
7538
7539 2002-11-07 [colin]      0.8.5claws81
7540
7541         * src/folder.[ch]
7542                 Add folder_item_move_to() function to move a 
7543                 folderitem into another one (updates matcher etc)
7544         * src/folderview.c
7545                 Add folder drag'n drop (context menu to come)
7546                 [Should be dataloss free, but Please backup before 
7547                  trying !]
7548
7549 2002-11-06 [colin]      0.8.5claws80
7550
7551         * src/mh.c
7552                 mh_create_folder() returns NULL if can't create
7553                 directory hierarchy
7554
7555 2002-11-06 [paul]       0.8.5claws79
7556
7557         * src/compose.[ch]
7558                 allow 'on-the-fly' changing of the type of encryption 
7559                 and/or signing used (mime/ascii) via the compose window
7560
7561 2002-11-06 [paul]       0.8.5claws78
7562
7563         * sync with 0.8.5cvs19
7564                 see ChangeLog 2002-11-06 for src/account.c: 
7565                 account_get_special_folder()
7566                 
7567 2002-11-05 [alfons]     0.8.5claws77
7568
7569         * src/crash.c
7570                 very minor cleanups: nothing to see here, move on. :-)
7571
7572 2002-11-05 [colin]      0.8.5claws76
7573
7574         * src/main.c
7575                 Changes choices if compose windows are opened to
7576                 Discard, Draft, Don't quit
7577
7578 2002-11-05 [thorsten]   0.8.5claws75
7579
7580         * src/compose.c
7581                 reenabled default_reply_to folder option
7582
7583 2002-11-05 [colin]      0.8.5claws74
7584
7585         * src/compose.[ch] 
7586                 add compose_draft()
7587         * src/crash.c
7588                 add SIGTERM handler
7589         * src/main.[ch]
7590                 add clean_quit() for the SIGTERM handler
7591
7592 2002-11-05 [paul]       0.8.5claws73
7593         
7594         * po/es.po
7595                 updated by Ricardo Mones Lastra
7596
7597 2002-11-05 [melvin]     0.8.5claws72
7598
7599         * src/logwindow.c
7600                 Fixed log-clipping bug #616795.
7601                 To stop logging in the log window use 0 length.
7602         * src/prefs_common.c
7603                 Added a label to inform about the 0 log length behaviour.
7604
7605 2002-11-05 [paul]       0.8.5claws71
7606
7607         * sync with 0.8.5cvs17
7608                 see ChangeLog 2002-11-05
7609
7610 2002-11-04 [paul]       0.8.5claws70
7611
7612         * sylpheed-128x128.png
7613           sylpheed-64x64.png
7614           sylpheed.png
7615                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7616                 <nikai@users.sourceforge.net>
7617                 
7618         * po/bg.po
7619                 updated by George Danchev
7620
7621 2002-11-03 [thorsten]   0.8.5claws69
7622
7623         * src/main.c
7624           src/mimeview.c
7625           src/rfc2015.h
7626                 add check if gpg is active
7627
7628 2002-11-03 [thorsten]   0.8.5claws68
7629
7630         * src/toolbar.h
7631                 removed GSList declaration causing trouble on MacOS-X
7632                 (submitted by alfons, reported by xfesty)
7633
7634 2002-11-01 [paul]       0.8.5claws67
7635
7636         * src/mainwindow.c
7637                 remove last remnants of main's filter code
7638
7639 2002-11-01 [paul]       0.8.5claws66
7640
7641         * tools/filter_conv.pl
7642                 fix bug where user-defined headers were ignored
7643
7644 2002-11-01 [paul]       0.8.5claws65
7645
7646         * src/logwindow.c
7647                 make a debug_print() not translatable
7648
7649 2002-10-31 [melvin]     0.8.5claws64
7650
7651         * ac/aspell.m4
7652                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7653                 not run any GNU/aspell test.  The dictionary path will
7654                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7655                 was given, in which case, it will be $prefix/lib/aspell/
7656         * configure.in
7657                 Fixed typo in commentary (Aspell code).
7658
7659 2002-10-31 [paul]       0.8.5claws63
7660
7661         * po/POTFILES.in
7662                 remove src/filter.c and src/prefs_filter.c
7663                 thanks to Ricardo for reminding me
7664
7665 2002-10-31 [colin]      0.8.5claws62
7666
7667         * src/mbox_folder.c
7668                 Plug some leaks
7669
7670 2002-10-31 [paul]       0.8.5claws61
7671
7672         * src/prefs_filter.[ch] ** REMOVED **
7673           src/filter.[ch]       ** REMOVED **
7674           
7675         * src/Makefile.am
7676           src/folderview.c
7677           src/inc.c
7678           src/main.c
7679           src/mainwindow.c
7680           src/mbox.c
7681           src/prefs_common.c
7682           src/prefs_filtering.c
7683           src/summaryview.[ch]
7684                 remove main's 'filter' code
7685                 
7686         README.claws
7687                 update to reflect removal of main's filter
7688
7689 2002-10-31 [paul]       0.8.5claws60
7690
7691         * src/summaryview.c
7692                 remove check for global_processing in summary_filter_open(). 
7693                 This fixes the bug where if the user uses the right-click 
7694                 'Create filter rule...' and doesn't have any filter rules 
7695                 already defined in claws' advanced filtering, the newly 
7696                 created filter rule goes to main's filtering which is 
7697                 inaccessible through the gui. Now the filter rule gets added
7698                 to claws' filtering by default.
7699
7700 2002-10-28 [melvin]     0.8.5claws59
7701
7702         * src/prefs_actions.c
7703                 Fixed bug #627322 where MIME parts were not always
7704                 correctly passed to a %p action
7705                 Display an error dialog when message filename is not found.
7706
7707 2002-10-28 [melvin]     0.8.5claws58
7708
7709         * src/prefs_common.c
7710                 Readded a missing function declaration lost in 0.8.3claws34
7711
7712 2002-10-28 [paul]       0.8.5claws57
7713
7714         * sync with 0.8.5cvs15
7715                 see ChangeLog 2002-10-28 and 2002-10-25
7716                 
7717         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7718
7719 2002-10-27 [oliver]     0.8.5claws56
7720
7721         * src/pop.c
7722                 plug leak in pop3_top_recv
7723
7724 2002-10-26 [christoph]  0.8.5claws55
7725
7726         * src/folder.c
7727                 set need_update folder flag when messages are added
7728                 (closes bug [ 626922 ] folder not updated after receiving)
7729
7730 2002-10-25 [melvin]     0.8.5claws54
7731
7732         * src/imageview.c
7733                 Fixed a memleak introduced in the scaling code.
7734
7735 2002-10-24 [alfons]     0.8.5claws53
7736
7737         * src/filtering.c
7738                 make filtering's forward message action forward from the 
7739                 correct account
7740                 (closes bug [628089 ] Filter -> Forward from address problem
7741                 reported by Oktay)
7742
7743 2002-10-24 [christoph]  0.8.5claws52
7744
7745         * src/mainwindow.c
7746         * src/manual.[ch]
7747                 o use manual of current locale or english if current
7748                   locale is not available (and english is available)
7749                 o also link to sylpheed doc project manuals
7750
7751 2002-10-23 [paul]       0.8.5claws51
7752
7753         * tools/README
7754           tools/kmail2sylpheed_v2.pl
7755                 add new version of kmail addressbook importer script.
7756                 works with newer versions of Kmail/KAddressBook which
7757                 have new and rearranged data.
7758
7759 2002-10-23 [martin]     0.8.5claws50
7760
7761         * src/folderview.c
7762         * src/summaryview.c
7763         * src/utils.h
7764         * src/utils.c
7765                 added length parameter to get_abbrev_newsgroup_name()
7766                 changed this function so that it abbreviates the newsgroup
7767                 names only so long it is smaller than the length parameter
7768                 (for better reading of some newsgroup names and space efficiency)
7769
7770 2002-10-22 [colin]      0.8.5claws49
7771
7772         *src/foldersel.c
7773                 Revert Alfons' last modification (after voting ;-))
7774
7775 2002-10-21 [alfons]     0.8.5claws48
7776
7777         * src/foldersel.c
7778                 folder view in folder selection dialog reflects state of
7779                 folder view in main window
7780
7781 2002-10-18 [alfons]     0.8.5claws47
7782
7783         * src/mbox.c
7784                 drop imported messages in folder selected by user,
7785                 and not in the inbox
7786                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7787
7788 2002-10-18 [alfons]     0.8.5claws46
7789
7790         * src/compose.c
7791                 make automagic reply work correctly for email accounts 
7792                 (whether it's viable to do a full sync with Hiro's 
7793                 compose.c is still under discussion)
7794
7795 2002-10-18 [melvin]     0.8.5claws45
7796
7797         * src/prefs_actions.c
7798                 Fixed bug #622275 where asynchroneous actions left 
7799                 zombies processes
7800                 Made (synchroneous) actions' input be displayed live.
7801
7802 2002-10-18 [christoph]  0.8.5claws44
7803
7804         * src/textview.c
7805                 don't add a newline in the textview in front of the
7806                 first textpart if header display is disabled
7807                 (closes bug [ 603385 ] disabled header display leaves blank
7808                  lin)
7809
7810 2002-10-18 [christoph]  0.8.5claws43
7811
7812         * src/folder.[ch]
7813         * src/imap.c
7814         * src/mbox_folder.c
7815         * src/mh.c
7816         * src/news.c
7817                 folder->get_num_list now returns an error code
7818                 (closes bug [ 609424 ] News cache cleared on failure)
7819                 
7820 2002-10-17 [colin]      0.8.5claws42
7821         
7822         * src/news.c
7823                 Changed a printf by debug_print
7824
7825 2002-10-16 [paul]       
7826
7827         * tools/OOo2sylpheed.pl
7828                 allow for spaces in the name of the
7829                 file to be attached.
7830
7831 2002-10-16 [colin]      0.8.5claws41
7832
7833         * src/main.c
7834                 Use a tristate to change online mode
7835
7836 2002-10-16 [paul]       0.8.5claws40
7837
7838         * po/es.po
7839                 updated by Ricardo Mones Lastra
7840
7841 2002-10-16 [colin]      0.8.5claws39
7842
7843         * src/main.c
7844           src/mainwindow.[ch]
7845                 Added --online and --offline command-line
7846                 switches
7847
7848 2002-10-15 [christoph]  0.8.5claws38
7849
7850         * src/procmime.c
7851                 set mimeinfo->name to NULL after g_free to
7852                 avoid double freeing with g_free
7853
7854 2002-10-14 [christoph]  0.8.5claws37
7855
7856         * src/compose.c
7857         * src/filtering.c
7858         * src/summaryview.c
7859                 remove calls to folder->change_flags that are now
7860                 done by procmsg flag functions (seems it is not
7861                 used by any foldertype anyway)
7862         * src/folder.c
7863                 init folder->change_flags with NULL
7864
7865 2002-10-14 [christoph]  0.8.5claws36
7866
7867         * src/folder.[ch]
7868         * src/imap.[ch]
7869                 use virtual functions for folder item new and destroy
7870                 functions
7871
7872 2002-10-14 [melvin]     0.8.5claws35
7873
7874         * src/compose.c
7875                 Added a test to not run the spell checker if no default
7876                 dictionary is available. No dialog is displayed though.
7877
7878 2002-10-14 [melvin]     0.8.5claws34
7879
7880         * src/gtkaspell.c
7881                 Fixed bug in dictionary list context menu where
7882                 "More..." pointed to an emtpy submenu if the
7883                 number of dictionaries is a multiple of 15
7884                 Removed unneeded code in suggestions list creation
7885
7886 2002-10-14 [paul]       0.8.5claws33
7887
7888         * po/bg.po
7889                 updated by George Danchev
7890
7891 2002-10-13 [hoa]        0.8.5claws32
7892
7893         * src/matcher.[ch]
7894           src/matcher_parser_parser.y
7895                 removed the escaped string from internal structure
7896                 of matcher.
7897
7898 2002-10-12 [colin]      0.8.5claws31
7899
7900         * src/gtksctree.[ch]
7901           src/summaryview.c
7902                 Removed useless function gtksctree_reanchor
7903
7904 2002-10-12 [alfons]     0.8.5claws30
7905         
7906         * sync with remaining main changes 2002-10-09 - 2002-10-11
7907         - drop changes to src/compose.c (requires claws specific changes)
7908         
7909 2002-10-12 [alfons]     0.8.5claws29
7910         
7911         * sync with main changes of 2002-10-08
7912         - drop changes to src/compose.c (requires claws specific changes)
7913         - drop changes to src/summaryview.c (requires changes to compose.c)     
7914
7915 2002-10-12 [alfons]     0.8.5claws28
7916         
7917         * sync with main changes of 2002-10-07
7918
7919 2002-10-12 [alfons]     0.8.5claws27
7920
7921         * sync with main changes of 2002-10-04
7922         - drop changes to src/compose.c (requires claws specific changes)
7923         - drop changes to src/prefs_folder_item.c (claws implementation
7924           seems to be working)
7925
7926 2002-10-12 [colin]      0.8.5claws26
7927
7928         * src/mainwindow.c
7929                 Fix folder-flicker when space-reading, introduced 
7930                 in claws22.
7931
7932 2002-10-12 [colin]      0.8.5claws25
7933
7934         * src/compose.c
7935                 Save account address when saving as draft.
7936                 (closes bug 621838)
7937
7938 2002-10-12 [colin]      0.8.5claws24
7939
7940         * src/summaryview.c
7941                 Fix the problem consisting of no message selected
7942                 after the last message in a folder has been moved.
7943
7944 2002-10-12 [paul]       0.8.5claws23
7945
7946         * src/compose.c
7947           src/prefs_template.c
7948           src/template.[ch]
7949                 add Cc and Bcc to templates. Patch submitted by
7950                 John L. Males.
7951
7952 2002-10-12 [colin]      0.8.5claws22
7953
7954         * src/folderview.c
7955                 Fix a bug after "Check for new messages":
7956                 If a folder was opened, it was still selected at
7957                 the end of the check, but displayed empty.
7958         * src/mainwindow.c
7959                 Remove unnecessary check
7960
7961 2002-10-12 [paul]
7962
7963         * tools/README
7964                 be more verbose in the description of
7965                 OOo2sylpheed.pl
7966                 
7967
7968 2002-10-11 [colin]      0.8.5claws21
7969
7970         * src/mainwindow.c
7971                 Make space work (better) when no mail is selected
7972
7973 2002-10-11 [colin]      0.8.5claws20
7974
7975         * src/inc.c
7976           src/news.c
7977                 fix warnings
7978
7979 2002-10-11 [colin]      0.8.5claws19
7980
7981         * src/mainwindow.c
7982                 revert 0.8.5claws6 changes as i couldn't get to
7983                 anything satisfying
7984
7985 2002-10-11 [melvin]     0.8.5claws18
7986
7987         * src/compose.c
7988                 Removed buggy and unused macro (should have been committed in
7989                 0.8.5claws17)
7990
7991 2002-10-11 [melvin]     0.8.5claws17
7992
7993         * src/compose.c
7994                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7995
7996 2002-10-11 [thorsten]   0.8.5claws16 
7997
7998         * src/folderview.c
7999                 remove rescan warning
8000
8001 2002-10-11 [colin]      0.8.5claws15 
8002
8003         * src/procheader.c
8004                 fix a segfault that happens if conv_unmime_header
8005                 fails (should be better to find out why it fails)
8006
8007 2002-10-11 [christoph]  0.8.5claws14
8008
8009         * src/summaryview.c
8010                 update folderview stats after ignore/unignore thread
8011
8012 2002-10-11 [hoa]        0.8.5claws13
8013
8014         * src/quote_fmt_parse.y
8015                 Fixed a yacc/bison syntax error
8016         * src/matcher.c
8017                 Escaping of string is fixed.
8018
8019 2002-10-11 [colin]      0.8.5claws12
8020
8021         * src/imageview.c
8022                 Resize images to fit
8023
8024 2002-10-11 [paul]       0.8.5claws11
8025
8026         * po/es.po
8027                 updated by Ricardo Mones Lastra
8028
8029 2002-10-10 [alfons]     0.8.5claws10
8030
8031         * src/compose.c
8032                 allow dropping files by "moving" files from a file manager,
8033                 not only by the more cumbersome "copying". the latter 
8034                 mostly implies holding down the Control button
8035
8036 2002-10-10 [christoph]  0.8.5claws9
8037
8038         * src/summaryview.c
8039                 update folders after thread building for ignored threads
8040
8041 2002-10-10 [christoph]  0.8.5claws8
8042
8043         * config/.cvsignore
8044                 added Makefile
8045         * src/filtering.[ch]
8046         * src/folder.[ch]
8047         * src/folderview.[ch]
8048         * src/import.c
8049         * src/inc.[ch]
8050         * src/mbox.[ch]
8051         * src/procmsg.c
8052         * src/summaryview.[ch]
8053                 o added new flag need_update to FolderItem
8054                 o removed folder_table from various functions from tracking
8055                   folder updates
8056                 o set need_update flags in folder.c's move, copy and delete
8057                   functions and procmsg's flags functions
8058                 o added function folderview_update_items_when_required that
8059                   updates all folders with need_update set
8060                 o call folderview_update_items_when_required instead of
8061                   folderview_update_item_foreach
8062
8063 2002-10-09 [sergey]     0.8.5claws7
8064
8065         * src/compose.c
8066                 Strip CRs whel loading the text into editor in reedit mode.
8067
8068 2002-10-09 [colin]      0.8.5claws6
8069
8070         * src/mainwindow.c
8071                 Make Space work when no mail is selected
8072
8073 2002-10-09 [colin]      0.8.5claws5
8074
8075         * src/gtksctree.[ch]
8076                 Fix range_select
8077                 Add gtk_sctree_reanchor() 
8078         * src/summaryview.c
8079                 Use gtk_sctree_reanchor() - better fix for 
8080                 bug 60413
8081
8082 2002-10-09 [colin]      0.8.5claws4
8083
8084         * src/summaryview.c
8085                 Fix shift-click select after delete problem
8086                 (closes bug 60413)
8087
8088 2002-10-08 [thorsten]   0.8.5claws3
8089
8090         * src/summaryview.c
8091                 exclude current msg from -hide read messages-
8092
8093 2002-10-08 [colin]      0.8.5claws2
8094
8095         * src/inc.[ch]
8096           src/pop.c
8097           src/recv.c
8098                 Differentiate socket errors from disk full
8099                 errors
8100
8101 2002-10-08 [christoph]  0.8.5claws1
8102
8103         * Makefile.am
8104         * configure.in
8105                 modifications for new config directory
8106
8107         * config.guess  ** REMOVED **
8108         * config.sub    ** REMOVED **
8109         * install-sh    ** REMOVED **
8110         * ltmain.sh     ** REMOVED **
8111         * missing       ** REMOVED **
8112         * mkinstalldirs ** REMOVED **
8113                 these files are autogenerated by automake
8114                 when you run autogen.sh
8115
8116         * config/.cvsignore     ** NEW FILE **
8117         * config/Makefile.am    ** NEW FILE **
8118                 ignore autogenerated files
8119                 create a Makefile in this directory
8120
8121 2002-10-08 [paul]       0.8.5claws
8122
8123         * 0.8.5claws release
8124         
8125         * src/compose.c
8126           src/procheader.c
8127           src/procmsg.c
8128                 fix quote reply format for newsgroups reply bug
8129                 (thanks to Hoa)
8130                 
8131         * po/en_GB.po
8132           po/pl.po
8133                 updated by me and Witold Wladyslaw Wojciech Wilk
8134                 repectively
8135
8136 2002-10-07 [paul]       0.8.3claws53
8137
8138         * po/it.po
8139           po/pt_BR.po
8140           po/sr.po
8141                 updated messages catalogs, submitted by
8142                 Alessandro Maestri, Fabio Jr.Beneditto 
8143                 and Urke MMI, respectively.
8144
8145 2002-10-07 [christoph]  0.8.3claws52
8146
8147         * src/folder.[ch]
8148         * src/folderview.c
8149         * src/mainwindow.c
8150                 fix new folder ghost message bug
8151                 (closes bug [ 619722 ] wrong count for newly created folders)
8152
8153 2002-10-07 [christoph]  0.8.3claws51
8154
8155         * src/compose.c
8156                 fix news posting problem
8157
8158 2002-10-07 [melvin]     0.8.3claws50
8159
8160         * po/fr.po
8161                 Updated French translation
8162
8163 2002-10-05 [christoph]  0.8.3claws49
8164
8165         * src/gtkstext.c
8166                 check if line_start_cache is set in gtk_stext_update_text
8167                 (closes bug [ 618119 ] crash while doing search in folder)
8168
8169 2002-10-05 [christoph]  0.8.3claws48
8170
8171         * src/imap.c
8172         * src/news.c
8173         * src/utils.c
8174         * src/utils.h
8175                 implement cache cleanups for claws' folder system
8176                 (closes bug [ 595916 ] imapcache not cleaned up)
8177
8178 2002-10-05 [melvin]     0.8.3claws47
8179
8180         * src/prefs_actions.c
8181                 Made the help text more clear for the %p token
8182
8183 2002-10-04 [paul]       0.8.3claws46
8184
8185         * sync with 0.8.5
8186                 see ChangeLog 2002-10-02 and 2002-10-03
8187
8188 2002-10-04 [christoph]  0.8.3claws45
8189
8190         * src/inc.c
8191                 fix segfault caused by pop before smtp
8192                 call to inc_account_mail with NULL
8193                 pointer for mainwin
8194
8195 2002-10-04 [paul]       0.8.3claws44
8196
8197         * configure.in
8198                 sync the LDAP detection from 0.8.5cvs1
8199
8200 2002-10-02 [christoph]  0.8.3claws43
8201
8202         * po/de.po
8203                 fix small spelling error
8204
8205 2002-10-02 [melvin]     0.8.3claws42
8206
8207         * ac/aspell.m4
8208                 Behave better and say "no" when test program cannot be run.
8209
8210 2002-10-02 [paul]       0.8.3claws41
8211
8212         * sync with 0.8.4cvs1
8213                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8214                 
8215         * src/summaryview.c
8216                 toggle the behavior of Reply menuitem between
8217                 normal reply and reply-to-list
8218
8219 2002-10-01 [sergey]     0.8.3claws40
8220
8221         * src/compose.c
8222                 Convert newlines in the message text to the canonical form
8223                 before base64 encoding (RFC2045 compliance, fixes some
8224                 interoperability issues with Evolution 1.0.3)
8225
8226 2002-09-29 [colin]      0.8.3claws39
8227
8228         * src/summaryview.c
8229                 Fix an unwanted copy/paste
8230
8231 2002-09-29 [colin]      0.8.3claws38
8232
8233         * src/mainwindow.c
8234                 Renamed "Custom toolbar" to "Customize toolbar"
8235                 Renamed "Show all header" to "Show all headers"
8236                 Renamed "Set diplay item" to "Set displayed items"
8237         * src/prefs_common.c
8238                 Renamed "Show all header" to "Show all headers"
8239         * src/prefs_summary_column.c
8240                 Renamed "diplay item" to "displayed items"
8241
8242 2002-09-29 [colin]      0.8.3claws37
8243
8244         * src/mainwindow.[ch]
8245                 online/offline status pixmaps follow theme
8246                 changes
8247         * src/summaryview.[ch]
8248                 quicksearch pixmap follows theme changes
8249
8250 2002-09-29 [thorsten]   0.8.3claws36
8251
8252         * src/compose.c
8253           src/prefs_folder_item.[ch]
8254                 add default_reply_to folder option (closes patch 581044)
8255
8256 2002-09-29 [christoph]  0.8.3claws35
8257
8258         * acconfig.h    ** REMOVED **
8259         * configure.in
8260         * ac/aspell.m4
8261         * ac/check-type.m4
8262         * ac/gnupg-check-typedef.m4
8263                 fix autoheader 2.50 warning
8264
8265 2002-09-29 [christoph]  0.8.3claws34
8266
8267         * major code cleanup (part 2)
8268         
8269                 - unused variables removed
8270                 - unused functions removed
8271                 - uninitialized variables checked
8272                 - missing return statements added
8273                 - missing function return types added
8274                 - added parentheses around assignment
8275                   when suggested by gcc
8276
8277 2002-09-29 [alfons]     0.8.3claws33
8278
8279         * src/logwindow.c
8280                 log_window_clear(): only bracket gtk_text_forward_delete() 
8281                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8282                 works around GTK text bug)
8283
8284 2002-09-29 [paul]       0.8.3claws32
8285
8286         * po/bg.po
8287           po/sr.po
8288                 updated by George Danchev and Urke MMI
8289                 respectively
8290
8291 2002-09-27 [christoph]  0.8.3claws31
8292
8293         * doc-src/readme.txt
8294         * doc-src/rfc1806.txt   ** REMOVED **
8295         * doc-src/rfc2183.txt   ** NEW FILE **
8296         * doc-src/rfc2980.txt   ** NEW FILE **
8297                 update rfcs
8298
8299 2002-09-27 [melvin]     0.8.3claws30
8300
8301         * ac/aspell.m4
8302                 Fixed typo which could break linking
8303
8304 2002-09-27 [melvin]     0.8.3claws29
8305
8306         * ac/aspell.m4
8307                 Improved GNU/aspell checking. 
8308                 Fixed bug #614490
8309
8310 2002-09-27 [paul]       0.8.3claws28
8311
8312         * sync with 0.8.3cvs8
8313                 see ChangeLog 2002-09-27
8314
8315 2002-09-26 [colin]      0.8.3claws27
8316
8317         * src/toolbar.[ch]
8318           src/mainwindow.[ch]
8319                 Add "Reply to Mailing-list" to the toolbar
8320
8321 2002-09-26 [christoph]  0.8.3claws26
8322
8323         * src/summaryview.c
8324                 Fix wrong message counts in summaryview status
8325
8326 2002-09-26 [paul]       0.8.3claws25
8327
8328         * sync with 0.8.3cvs7
8329                 see ChangeLog 2002-09-26
8330
8331 2002-09-26 [paul]       0.8.3claws24
8332
8333         * sync with 0.8.3cvs6
8334                 see ChangeLog 2002-09-25
8335
8336 2002-09-25 [christoph]  0.8.3claws23
8337
8338         * src/prefs_common.c
8339         * src/prefs_folder_item.c
8340         * src/prefs_scoring.c
8341                 Renamed "kill score" to "hide score" in GUI
8342                 and prefs files
8343
8344 2002-09-25 [paul]       0.8.3claws22
8345
8346         * sync with 0.8.3cvs5
8347                 see ChangeLog 2002-09-24
8348
8349 2002-09-24 [alfons]     0.8.3claws21
8350
8351         patch by Satoshi Nagayasu: allows appending / saving multiple 
8352         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8353         'Save as ...'")
8354
8355         * AUTHORS
8356                 add Satoshi Nagayasu
8357         * src/summaryview.c
8358                 summary_save_as(): allow saving selected files to
8359                 one file
8360                 summary_set_menu_sensitive: enable "Save As..." when
8361                 multiple files are selected
8362         * src/utils.[ch]
8363                 append_file(): new function
8364
8365 2002-09-24 [colin]      0.8.3claws20
8366
8367         * src/procmime.c
8368                 Fix segfault when mimeinfo doesn't have a 
8369                 content_type. 
8370
8371 2002-09-24 [colin]      0.8.3claws19
8372
8373         * src/prefs_common.[ch]
8374                 Add a preference to display send dialog or not
8375         * src/send.c
8376                 Display send dialog according to preference
8377
8378 2002-09-24 [colin]      0.8.3claws18
8379
8380         * src/compose.[ch]
8381                 Disable user actions when sending
8382
8383 2002-09-24 [colin]      0.8.3claws17
8384
8385         * src/procmime.c
8386                 Do not display name or filename for attachments
8387                 with an application/pgp-signature type
8388                 (security flaw, see bug 537413)
8389
8390 2002-09-23 [colin]      0.8.3claws16
8391
8392         * src/editaddress.c
8393                 Initialize entry_email, entry_alias and 
8394                 entry_remarks to first email address of the list
8395
8396 2002-09-23 [colin]      0.83claws15
8397
8398         * src/compose.c
8399                 Drop pgp-signature when reediting a signed queued
8400                 message
8401
8402 2002-09-23 [melvin]     0.8.3claws14
8403
8404         * po/fr.po
8405                 Updated French translation
8406
8407 2002-09-23 [melvin]     0.8.3claws13
8408
8409         * src/mainwindow.c
8410                 Made custom toolbar menu labels more consistent
8411         * src/prefs_toolbar.c
8412                 Made custom toolbar window title more consistent
8413
8414 2002-09-22 [colin]      0.8.3claws12
8415
8416         * src/inc.c
8417                 Initialize session type to normal before getting 
8418                 mail (fixes strange Get behaviour)
8419         * src/prefs_account.h
8420                 Move STYPE_POP_BEFORE_SMTP to last position to 
8421                 avoid other side-effects
8422
8423 2002-09-22 [colin]      0.8.3claws11
8424
8425         * src/prefs_account.c
8426                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8427                 from pop3 to apop or vice-versa
8428
8429 2002-09-22 [colin]      0.8.3claws10
8430         
8431         * src/prefs_account.[ch]
8432                 Add an option for the POP before SMTP timeout
8433         * src/inc.c
8434                 Remember time of last POP connection
8435         * src/send.c
8436                 Do POP before SMTP only if timeout reached
8437
8438 2002-09-22 [oliver]     0.8.3claws9
8439         
8440         * README.claws
8441                 explain custom toolbar
8442
8443 2002-09-22 [oliver]     0.8.3claws8
8444
8445         * src/prefs_actions.[ch]
8446         custom toolbar for compose      
8447                 actions callback from compose toolbar
8448         * src/folderview.c
8449                 remove include toolbar.h
8450
8451 2002-09-22 [oliver]     0.8.3claws7
8452         
8453         * src/prefs_toolbar.[ch]
8454                 custom toolbar for compose
8455                 - generic prefs_toolbar handles both
8456                   Mainwin's toolbar as well as Compose toolbar          
8457
8458 2002-09-22 [oliver]     0.8.3claws6
8459         
8460         * src/toolbar.[ch]
8461                 custom toolbar for compose
8462                 restructure toolbar.[ch]
8463
8464 2002-09-22 [oliver]     0.8.3claws5
8465
8466         * src/compose.[ch]
8467                 custom toolbar for compose
8468
8469 2002-09-22 [oliver]     0.8.3claws4
8470         
8471         * src/mainwindow.[ch]
8472                 custom toolbar for compose 
8473                 move mainwin toolbar back to mainwindow
8474
8475 2002-09-22 [alfons]     0.8.3claws3
8476
8477         * src/procmsg.c
8478                 :%sno/if(/if (/gc
8479                 :%sno/for(/for (/gc
8480                 (beautify)
8481
8482 2002-09-22 [alfons]     0.8.3claws2
8483         
8484         * src/procmsg.c
8485                 procmsg_save_to_outbox(): don't unlink message file from queue;
8486                 callers should do it using folder_item_remove_msg()
8487
8488 2002-09-22 [colin]      0.8.3claws1
8489
8490         * src/mimeview.[ch]
8491                 Made mimeview_check_signature() public
8492         * src/textview.c
8493                 Made GPG signatures verifiable by clicking
8494                 the [application/pgp-signature] in the Text
8495                 view
8496
8497 2002-09-22 [paul]       0.8.3claws
8498
8499         * po/bg.po
8500           po/en_GB.po
8501           po/es.po
8502           po/it.po
8503           po/pl.po
8504           po/pt_BR.po
8505           po/sr.po
8506                 updated translations, submitted by George Danchev,
8507                 me, Ricardo Mones Lastra, Alessandro Maestri,
8508                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8509                 and Urke MMI, respectively.     
8510
8511 2002-09-22 [alfons]     0.8.2claws65
8512
8513         * src/procmsg.c
8514         * src/pgptext.c
8515                 no furry valgrinds have been used to plug these memleaks
8516
8517 2002-09-20 [paul]       0.8.2claws64
8518
8519         * sync with 0.8.3cvs4
8520                 'Select thread' re-implemented 
8521                 see ChangeLog 2002-09-20
8522
8523 2002-09-21 [alfons]     0.8.2claws63
8524
8525         * src/compose.c
8526                 compose_send(): plug unnoticed memleak
8527
8528 2002-09-20 [alfons]     0.8.2claws62
8529
8530         * src/addr_compl.c
8531                 replace_address_in_edit(): strict check for NULL address to
8532                 fix "[ 607348 ] Segfault in address completion". My guess is
8533                 that this happens with an empty address book, but it's good
8534                 to have this check here anyway
8535                 
8536                 completion_window_button_press(): free string returned 
8537                 from the internal cache
8538
8539 2002-09-20 [christoph]  0.8.2claws61
8540
8541         * src/procmime.h
8542                 added ENC_BINARY to EncodingType
8543         * src/procmime.c
8544                 the string returned by procmime_get_encoding_str
8545                 should not depend on the order of values in the
8546                 EncodingType definition
8547         * doc-src/rfc1806.txt   ** NEW FILE **
8548                 Added rfc1806 about MIME Content-Disposition
8549                 Extension
8550
8551 2002-09-19 [paul]       0.8.2claws60
8552
8553         * sync with 0.8.2cvs3
8554                 see ChangeLog 2002-09-19
8555
8556 2002-09-19 [paul]       0.8.2claws59
8557
8558         * src/prefs_folder_item.c
8559                 revert to Darko's original alignment of colour
8560                 selector button
8561                 add a colon to folder_color label
8562                 
8563         * src/compose.c
8564                 add Colin's patch (with Hiro's modifications) to 
8565                 force BASE64 encoding for 8-bit text when signing
8566                 (sync with 0.8.3cvs2)
8567
8568 2002-09-18 [alfons]     0.8.2claws58
8569
8570         * src/compose.c
8571                 :%sno/if(/if (/gc
8572                 :%sno/for(/for (/gc
8573                 (beautify a little bit)
8574
8575 2002-09-18 [christoph]  0.8.2claws57
8576
8577         * src/pine.c
8578                 fix handling of fgetc return value
8579
8580 2002-09-17 [alfons]     0.8.2claws56
8581         
8582         * src/summaryview.c
8583                 summary_sort(): check non-NULL summaryview->folder_item when no 
8584                 folder is selected at all
8585                 (closes "[ 610344 ] sort label make syl Crash")
8586
8587 2002-09-17 [alfons]     0.8.2claws55
8588         
8589         * src/compose.c
8590                 beautify a little bit
8591
8592 2002-09-17 [christoph]  0.8.2claws54
8593
8594         * src/folder.c
8595                 initialize max values for cache and folder
8596                 when cache or folder is empty
8597
8598 2002-09-15 [colin]      0.8.2claws53
8599
8600         * src/compose.c
8601                 Fix a leak (thanks Alfons!) and cleaned
8602                 variables names for custom headers
8603
8604 2002-09-15 [colin]      0.8.2claws52
8605
8606         * src/compose.c
8607                 Fix custom headers recognition when
8608                 prefs_common.trans_hdr is on
8609
8610 2002-09-15 [colin]      0.8.2claws51
8611
8612         * src/compose.c
8613                 Allow dynamically-added custom headers
8614                 Yet not reparsed if reedited
8615
8616 2002-09-15 [alfons]     0.8.2claws50
8617
8618         * src/prefs_account.c
8619                 fix warnings
8620
8621 2002-09-15 [colin]      0.8.2claws49
8622         
8623         * src/prefs_account.c
8624                 fix pop_before_smtp sensitivity
8625
8626 2002-09-15 [colin]      0.8.2claws48
8627
8628         * src/inc.[ch]
8629                 add inc_pop_before_smtp()
8630                 allow MainWindow to be undefined in 
8631                 inc_account_mail() and inc_start()
8632         * src/pop.c
8633           src/prefs_account.h
8634                 add STYPE_POP_BEFORE_SMTP session type
8635         * src/prefs_account.c
8636                 activated pop before smtp option
8637         * src/send.c
8638                 do pop before smtp if the relevant option 
8639                 is set
8640
8641 2002-09-15 [paul]       0.8.2claws47
8642
8643         * sync with 0.8.3
8644                 see ChangeLog 2002-09-15
8645
8646 2002-09-14 [paul]       0.8.2claws46
8647
8648         * po/bg.po
8649                 updated Bulgarian translation, submitted by
8650                 George Danchev
8651
8652 2002-09-13 [paul]       0.8.2claws45
8653
8654         * src/compose.c
8655                 merge claws' select_account() with main's
8656                 (new) compose_select_account(). [sync with
8657                 0.8.2cvs15, see ChangeLog 2002-09-11]
8658
8659 2002-09-12 [christoph]  0.8.2claws44
8660
8661         * src/filter.c
8662                 allocate 1 elements of FolderItem not 0
8663
8664 2002-09-12 [colin]      0.8.2claws43
8665
8666         * src/compose.c
8667                 Fix bug #590825 (obey Follow-up: poster)
8668
8669 2002-09-12 [colin]      0.8.2claws42
8670
8671         * src/procmime.c
8672                 Fix bug #557009 (wrong headers for messages 
8673                 forwarded as attachments)
8674
8675 2002-09-11 [colin]      0.8.2claws41
8676         
8677         * src/compose.c
8678                 Put SCF: pseudo-header on top of message
8679                 Set draft tmp_flag when saved as draft
8680
8681         * src/procmsg.c
8682           src/procheader.c
8683                 Skip after first \n\n for beginning of real message
8684                 for drafts too
8685
8686 2002-09-11 [christoph]  0.8.2claws40
8687
8688         * src/filtering.c
8689                 use procmsg flag functions in filtering or processing
8690                 will cause incorrect folder message counts
8691
8692 2002-09-11 [colin]      0.8.2claws39
8693
8694         * src/compose.c
8695                 Fix bug #550175 - wrong save folder when reediting
8696                 drafts
8697
8698 2002-09-11 [paul]       0.8.2claws38
8699
8700         * sync with 0.8.2cvs14
8701                 see ChangeLog 2002-09-11
8702
8703 2002-09-11 [colin]      0.8.2claws37
8704
8705         * src/folder.c
8706                 Fix a typo (seeming to cause new/unread status to
8707                 be lost)
8708
8709 2002-09-10 [christoph]  0.8.2claws36
8710
8711         * src/compose.c
8712                 compose_redirect should not use compose_generic_new
8713                 because that does more stuff than expected including
8714                 opening the external editor
8715                 (closes bug "[ 526608 ] bounced messages appear blank
8716                  in editor")
8717
8718 2002-09-10 [christoph]  0.8.2claws35
8719
8720         * src/folder.c
8721                 fix problem with too large message number range
8722                 causing a crash in folder_item_scan
8723
8724 2002-09-10 [paul]       0.8.2claws34
8725
8726         * sync with 0.8.2cvs13
8727                 see ChangeLog 2002-09-10
8728
8729 2002-09-10 [christoph]  0.8.2claws33
8730
8731         * src/msgcache.c
8732                 set MsgInfo TmpFlags for queue and draft folders
8733                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8734
8735 2002-09-10 [paul]       0.8.2claws32
8736
8737         * AUTHORS
8738           po/bg.po      ** NEW FILE **
8739                 new Bulgarian translation submitted by
8740                 George Danchev <danchev@spnet.net>
8741                 
8742         * tools/Makefile.am
8743           tools/README
8744           tools/tb2sylpheed     ** NEW FILE **
8745                 add script that converts an addressbook exported
8746                 from The Bat! into a Sylpheed addressbook. Submitted
8747                 by Urke MMI <urke-kg@eunet.yu>
8748
8749 2002-09-10 [paul]       0.8.2claws31
8750
8751         * sync with 0.8.2cvs12
8752                 see ChangeLog 2002-09-10
8753
8754 2002-09-06 [paul]       0.8.2claws30
8755
8756         * src/prefs_common.c
8757                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8758                 
8759         * tools/Makefile.am
8760           tools/README
8761           tools/ldif-to-xml.py  ** REMOVED **
8762                 remove obsolete python script
8763
8764 2002-09-06 [paul]       0.8.2claws29
8765
8766         * sync with 0.8.2cvs10
8767                 see ChangeLog 2002-09-06
8768
8769 2002-09-04 [paul]       0.8.2claws28
8770
8771         * sync with 0.8.2cvs9
8772                 see ChangeLog 2002-08-04
8773
8774 2002-09-04 [colin]      0.8.2claws27 
8775
8776         * src/prefs_common.[ch]
8777                 Added signature color configuration
8778         * src/textview.c
8779                 Use user-specified signature color
8780
8781 2002-09-03 [colin]      0.8.2claws26
8782
8783         * src/prefs_common.[ch]
8784                 Added autosave and autosave_length prefs
8785         * src/compose.c
8786                 Added compose_remove_draft()
8787                 Auto-save drafts according to the prefs
8788         * src/main.c
8789                 Added a crash-indicator file, allowing to check
8790                 for new messages on startup if Sylpheed crashed
8791                 (makes saved drafts "reappear")
8792
8793 2002-09-03 [colin]      0.8.2claws25
8794
8795         * src/textview.[ch]
8796                 Grey the signature
8797
8798 2002-09-03 [paul]       0.8.2claws24
8799
8800         * sync with 0.8.2cvs8
8801                 see ChangeLog 2002-09-02 and 2002-09-03
8802
8803 2002-09-03 [darko]      0.8.2claws23
8804
8805         * src/folderview.c
8806                 use normal style when creating new folder to pick
8807                 proper font size 
8808
8809 2002-09-02 [melvin]     0.8.2claws22
8810
8811         * src/gtkaspell.m4
8812                 removed some obsolete code
8813
8814 2002-09-02 [melvin]     0.8.2claws21
8815
8816         * ac/aspell.m4
8817                 fixed test's equality sign (== to =)
8818
8819 2002-09-02 [alfons]     0.8.2claws20
8820
8821         * src/folder.c
8822         * src/mh.c
8823                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8824                 as folder->destroy virtual as suggested by Hiro
8825                 (the mh.c code seems to have been lost around mh.c.1.21)
8826
8827 2002-09-02 [paul]       0.8.2claws19
8828
8829         * po/pt_BR.po
8830                 updated by Fabio Jr. Beneditto
8831                 
8832         * src/defs.h
8833                 use 'http://claws.sylpheed.org' for homepage link. 
8834                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8835
8836 2002-09-01 [alfons]     0.8.2claws18
8837
8838         * src/mh.c
8839                 plug memleak related to one Martin Kluge found
8840
8841 2002-08-31 [paul]       0.8.2claws17
8842
8843         * sync with 0.8.2cvs6
8844                 see ChangeLog 2002-08-30
8845
8846 2002-08-31 [alfons]     0.8.2claws16
8847
8848         * src/folder.c
8849                 folder_destroy(): remove mailbox from folderlist even if it has
8850                 no destroy virtual
8851
8852 2002-08-31 [alfons]     0.8.2claws15
8853
8854         * src/folder.c
8855                 :%sno/if(/if (/gc
8856                 :%sno/for(/for (/gc
8857                 (being pedantic I know)
8858
8859 2002-08-31 [alfons]     0.8.2claws14
8860
8861         * src/folder.c
8862                 check for NULL pointers returned from folder->fetch_msginfo virtual
8863                 (should solve some reported crashes)
8864
8865 2002-08-30 [alfons]     0.8.2claws13
8866
8867         * acconfig.h
8868         * configure.in
8869         * src/crash.c
8870                 enable crash dialog on compilation time
8871                 (--enable-crash-dialog configure option)
8872
8873 2002-08-30 [alfons]     0.8.2claws12
8874
8875         * AUTHORS
8876                 add Martin Kluge
8877         * src/mh.c
8878                 apply memory leak plug patch by Martin Kluge
8879                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8880                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8881                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8882
8883 2002-08-30 [darko]      0.8.2claws11
8884
8885         * src/folderview.c
8886                 copy Gtk style from normal style to match
8887                 font size for coloured folders
8888
8889 2002-08-29 [alfons]     0.8.2claws10
8890
8891         * sylpheed.desktop
8892                 Type=Internet <- Type=Application
8893                 (reported by Michael Schwendt, see:
8894                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8895                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8896
8897 2002-08-29 [paul]       0.8.2claws9
8898
8899         * sync with 0.8.2cvs5
8900                 see ChangeLog 2002-08-29
8901
8902 2002-08-29 [colin]      0.8.2claws8
8903
8904         * src/summaryview.c
8905                 Added a sanity check in summary_select_thread
8906                 Should fix bug 601605
8907
8908 2002-08-29 [colin]      0.8.2claws7
8909
8910         * src/main.c
8911                 Revert claws6 changes regarding bug #591676
8912
8913 2002-08-28 [colin]      0.8.2claws6
8914         
8915         * src/main.c
8916                 Ignore cache for queue folderitems
8917                 Fix bug #591676
8918
8919 2002-08-28 [melvin]     0.8.2claws5
8920
8921         * README.claws
8922                 Fixed typos.
8923
8924 2002-08-28 [melvin]     0.8.2claws4
8925
8926         * README.claws
8927                 Updated a bit the text concerning the spell checker
8928
8929 2002-08-28 [melvin]     0.8.2claws3
8930
8931         Merged the GNU_aspell_branch:
8932                 Support of new GNU/aspell is now included and the old pspell
8933                 is not supported anymore.
8934                 See README.claws
8935
8936         * README.claws
8937                 Updated spell checker text to reflect the switch to GNU/aspell
8938
8939         * ac/aspell.m4          *** NEW ***
8940         * src/gtkaspell.[ch]    *** NEW *** 
8941         * ac/pspell.m4          *** DELETED *** 
8942         * src/gtkspell.[ch]     *** DELETED ***
8943
8944         * ac/Makefile.am
8945                 Updated for GNU/aspell support
8946
8947         * po/POTFILES.in
8948                 Replaced gtkspell.c by gtkaspell.c
8949
8950         * acconfig.h
8951         * src/Makefile.am
8952         * src/about.c
8953         * src/compose.[ch]
8954         * src/crash.c
8955         * src/main.c
8956         * src/prefs_common.[ch]
8957                 Updated for GNU/aspell support
8958
8959 2002-08-28 [paul]       0.8.2claws2
8960
8961         * sync with 0.8.2cvs4
8962                 see ChangeLog 2002-08-27 and 2002-08-28
8963
8964 2002-08-28 [colin]      0.8.2claws1
8965
8966         * src/summary_search.c
8967                 Added "AND search"
8968
8969 2002-08-28 [jens]       0.8.2claws
8970
8971         *po/de.po
8972                 Updated German translations
8973
8974 2002-08-27 [melvin]     0.8.2claws
8975
8976         * po/fr.po
8977                 Updated French translations
8978
8979 2002-08-27 [paul]       0.8.2claws
8980
8981         * sync with 0.8.2 main release
8982
8983         * po/en_GB.po
8984           po/es.po
8985           po/it.po
8986           po/pl.po
8987           po/pt_BR.po
8988           po/sr.po
8989                 updated message catalogs submitted by
8990                 Ricardo Mones Lastra, Alessandro Maestri,
8991                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8992                 Beneditto and Urke MMI  
8993
8994 2002-08-27 [hoa]        0.8.1claws123
8995
8996         * src/mainwindow.[ch]
8997         * src/summaryview.[ch]
8998                 removed the "filter setting" menu option.
8999                 add a "cancel a news message" menu option.
9000
9001 2002-08-26 [martin]     0.8.1claws122
9002
9003         * ChangeLog.claws
9004                 changed string under 0.8.1claws79 changed by myself
9005                 i'm sorry alfons :(
9006
9007 2002-08-26 [martin]     0.8.1claws121
9008
9009         * src/crash.c
9010                 added kill command to debuggerrc to start crash dialog
9011
9012 2002-08-26 [paul]       0.8.1claws120
9013
9014         * sync with 0.8.1cvs31
9015                 see ChangeLog 2002-08-26
9016
9017 2002-08-25 [alfons]     0.8.1claws119
9018
9019         * src/procmsg.c
9020                 fix bug that didn't send out correct headers to news server
9021                 when sending news article and email from queue (bug reported
9022                 and patch provided by Tim Mann; closes bug 
9023                 "[ 583196 ] 0.7.8claws can't post news")
9024
9025 2002-08-25 [alfons]     0.8.1claws118
9026
9027         * src/selective_download.c
9028                 mark two strings as translatable
9029                 (thanks to Urke MMI for pointing this out)
9030
9031 2002-08-25 [alfons]     0.8.1claws117
9032
9033         * src/summaryview.c
9034                 treat sent boxes as special and allow sorting them by addressee
9035                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9036                 submitted by Steve Lamb)
9037
9038 2002-08-24 [alfons]     0.8.1claws116
9039
9040         * src/matcher.c
9041                 fix memleak reported by Martin Kluge
9042                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9043
9044 2002-08-24 [oliver]     0.8.1claws115
9045
9046         * src/prefs_toolbar.c
9047                 o code cleanup as suggested by Alfons
9048                 o memleak fix
9049
9050 2002-08-24 [alfons]     0.8.1claws114
9051
9052         * src/summaryview.c
9053                 o fix another memory leak reported by Martin Kluge
9054                   (see "[ 599568 ] Small Memory Leak")
9055                 o remove 'from' variable from 'summary_set_header()'; we can
9056                   do with just 'to' 
9057
9058 2002-08-24 [paul]       0.8.1claws113
9059
9060         * sync with 0.8.1cvs30
9061                 see ChangeLog 2002-08-23
9062
9063 2002-08-24 [alfons]     0.8.1claws112
9064
9065         * src/summaryview.c
9066                 remove unnecessary allocations for search bar fixing leaks
9067                 reported by Martin Kluge
9068                 (see "[ 599451 ] Further memory leaks?")
9069
9070 2002-08-24 [alfons]     0.8.1claws111
9071
9072         * src/main.c
9073                 make get_socket_name() public for crash.c
9074         * src/crash.c
9075                 o make report bug button work (goes to claws' 
9076                   bug tracker at sf.net)
9077                 o introduce function for doing important stuff just
9078                   before claws goes down
9079                 o clean up code 
9080
9081 2002-08-24 [alfons]     0.8.1claws110
9082
9083         * src/compose.c
9084                 move cursor to "To" entry when forwarding as attachment
9085                 (reported and solved by Steve Lamb, closes bug report
9086                 "[ 592880 ] Forward as attachment; cursor not in to")
9087
9088 2002-08-24 [colin]      0.8.1claws109
9089
9090         * src/mainwindow.c
9091                 fix quick search visibility after GUI (de)separations.
9092
9093 2002-08-23 [colin]      0.8.1claws108
9094
9095         * src/mainwindow.c
9096                 fix header pane visibility after folderview or
9097                 messageview (de)separation
9098
9099 2002-08-23 [paul]       0.8.1claws107
9100
9101         * src/mainwindow.[ch]
9102           src/toolbar.c
9103                 give full control of display or non-display 
9104                 of the Execute icon to Custom toolbar settings.
9105                 add new sensitivity condition to maninwindow.h: 
9106                 M_DELAY_EXEC
9107
9108         * ChangeLog
9109           ChangeLog.jp
9110           NEWS
9111                 more sync with 0.8.1cvs29
9112
9113 2002-08-23 [melvin]     0.8.1claws106
9114
9115         * src/alertpanel.c
9116                 Readded support for custom widget in alertpanel lost in last
9117                 sync.
9118
9119 2002-08-23 [paul]       0.8.1claws105
9120
9121         * sync with 0.8.1cvs29
9122                 see ChangeLog 2002-08-23
9123
9124 2002-08-23 [colin]      0.8.1claws104
9125
9126         * src/summaryview.c
9127                 Fix folder and search pixmaps exchanging positions
9128                 after theme or toolbar changes. Thank to Oliver for 
9129                 reporting this.
9130
9131 2002-08-23 [colin]      0.8.1claws103
9132
9133         * src/mainwindow.c
9134           src/messageview.[ch]
9135           src/noticeview.[ch]
9136           src/summaryview.c
9137                 Changed messageview_create() and noticeview_create()
9138                 to avoid the last gdk_warning
9139
9140 2002-08-22 [colin]      0.8.1claws102
9141
9142         * src/summaryview.c
9143                 Fix my new `Creating pixmap from xpm' warning
9144
9145 2002-08-22 [colin]      0.8.1claws101
9146
9147         * src/mainwindow.c
9148                 Fix some of the gdk warnings
9149
9150 2002-08-22 [colin]      0.8.1claws100
9151
9152         * src/Makefile.am
9153         * src/stock_pixmap.c
9154         * src/stock_pixmap.h
9155         * src/pixmaps/quicksearch.xpm *ADDED*
9156                 Add the quicksearch pixmap
9157         * src/mainwindow.c
9158         * src/summaryview.c
9159         * src/summaryview.h
9160                 Make quicksearch bar visible/hidden via a button
9161
9162 2002-08-22 [christoph]  0.8.1claws99
9163
9164         * src/folder.c
9165                 fix folder update for newsgroups with message
9166                 numbers below minimum number of articles to fetch
9167                 (closes bug #598445)
9168
9169 2002-08-22 [paul]       0.8.1claws98
9170
9171         * sync with 0.8.1cvs28
9172                 see ChangeLog 2002-08-22
9173
9174 2002-08-21 [alfons]     0.8.1claws97
9175
9176         * src/crash.c
9177                 use bt instead of bt full which seems to work 
9178                 better, and bt full doesn't give a great deal 
9179                 of information anyway
9180
9181 2002-08-21 [colin]      0.8.1claws96
9182
9183         * src/summaryview.c
9184                 fix summaryview_searchtype_changed prototype
9185
9186 2002-08-21 [christoph]  0.8.1claws95
9187
9188         * src/mainwindow.c
9189                 o fix broken menu update for sorting type, we have to
9190                   get this info from the summaryview now
9191                 o removed setting of threaded state in menu callback
9192         * src/summaryview.[ch]
9193                 more summaryview/folderitem seperation for
9194                 threading option
9195         * configure.in
9196                 removed not required --with-compiler-flags option
9197
9198 2002-08-21 [oliver]     0.8.1claws94
9199         
9200         * src/toolbar.h 
9201                 o rename toolbar.xml to toolbar_main.xml
9202                   since toolbar_compose.xml might come up 
9203                   any time soon
9204         * README.claws
9205                 add custom toolbar              
9206
9207 2002-08-21 [darko]      0.8.1claws93
9208
9209         * src/procmsg.c
9210                 don't reset tmp flags for messages copied
9211                 to sent folder
9212
9213 2002-08-21 [colin]      0.8.1claws92
9214         
9215         * src/prefs_filtering.c
9216                 fix renaming rules on folder rename 
9217                 when folder is not a leaf folder
9218
9219 2002-08-21 [paul]       0.8.1claws91
9220
9221         * src/prefs_folder_item.c
9222                 fix alignment of colour selector
9223
9224 2002-08-21 [paul]       0.8.1claws90
9225
9226         * sync with 0.8.1cvs27
9227                 see ChangeLog 2002-08-21
9228
9229 2002-08-21 [paul]       0.8.1claws89
9230
9231         * src/summaryview.c
9232                 fix crash when changing field type in
9233                 Quick search bar
9234
9235 2002-08-21 [colin]      0.8.1claws88
9236
9237         * src/summaryview.c
9238                 Made quick search case-insensitive
9239
9240 2002-08-21 [paul]       0.8.1claws87
9241
9242         * sync with 0.8.1cvs26
9243                 see ChangeLog 2002-08-21
9244
9245 2002-08-20 [christoph]  0.8.1claws86
9246
9247         * src/folderview.c
9248         * src/main.c
9249         * src/summaryview.[ch]
9250                 more summaryview/folderitem seperation for
9251                 sort_key and sort_type
9252         * src/procmsg.c
9253                 added missing return statement
9254
9255 2002-08-20 [colin]      0.8.1claws85
9256
9257         * src/summaryview.[ch]
9258                 Added a quick search box
9259         * src/mainwindow.c
9260         * src/prefs_common.[ch]
9261                 Added a show/hide option for the quick search
9262
9263 2002-08-20 [oliver]     0.8.1claws84
9264         
9265         * src/mainwindow.c
9266                 remove toolbar_create_popups
9267         * src/toolbar.[ch]
9268                 o remove toolbar_create_popups
9269                 o fix toolbar_set_sensitive 
9270                   (Bug reports #596834 and #596832)     
9271         * src/prefs_toolbar.c
9272                 o add "Set default" button
9273                 o align label and text + combo widgets
9274
9275 2002-08-20 [hoa]        0.8.1claws83bis
9276
9277         * src/imap.c
9278                 fixed a bug in imap_fetch_msginfo() in case there is no
9279                 current folder.
9280
9281 2002-08-20 [darko]      0.8.1claws83
9282
9283         * src/folderview.c
9284                 copy the color style of folder view so it
9285                 works with GTK themes
9286
9287 2002-08-20 [darko]      0.8.1claws82
9288
9289         * src/folder.h
9290         * src/folderview.c
9291         * src/prefs_folder_item.[hc]
9292                 don't use UI stuff in folder.h
9293
9294 2002-08-20 [darko]      0.8.1claws81
9295
9296         * src/folder.h
9297         * src/prefs_folder_item.h
9298         * src/folderview.c
9299         * src/prefs_folder_item.c
9300                 ability to set folder color in folderview
9301
9302 2002-08-19 [alfons]     0.8.1claws80
9303
9304         * src/summaryview.c
9305                 fix one of the earlier memleaks reported by Martin Kluge
9306
9307 2002-08-19 [alfons]     0.8.1claws79
9308
9309         * src/mainwindow.c
9310                 hide notice view when selecting seperate folder
9311                 view (reported by Urke MMI)
9312
9313 2002-08-19 [christoph]  0.8.1claws78
9314
9315         * src/folderview.c
9316         * src/prefs_folder_item.h
9317         * src/summaryview.[ch]
9318                 o add summary_set_prefs_from_folderitem to set
9319                   summaryview prefs (first step to remove all
9320                   references to the folderitem in summaryview)
9321                 o moved compiled regex stuff from folderitem prefs
9322                   to summaryview code
9323
9324 2002-08-19 [paul]       0.8.1claws77
9325
9326         * src/compose.c
9327                 add check for '.' to QUOTE_IF_REQUIRED
9328
9329 2002-08-19 [paul]       0.8.1claws76
9330
9331         * src/inc.c
9332                 sync with 0.8.1cvs25 (plug memory leak)
9333
9334         * src/prefs_toolbar.c
9335                 re-order prefs_toolbar_cancel()
9336
9337 2002-08-18 [alfons]     0.8.1claws75
9338
9339         * src/inc.c
9340         * src/matcher.c
9341                 plug other memleaks reported by Martin Kluge
9342
9343 2002-08-18 [paul]       0.8.1claws74
9344
9345         * po/pt_BR.po
9346                 updated by Fabio Jr. Beneditto
9347
9348 2002-08-18 [paul]       0.8.1claws73
9349
9350         * src/toolbar.[ch]
9351                 fix bug where tooltips were displayed untranslated              
9352
9353         * src/prefs_toolbar.c
9354                 fix bug where clicking 'Cancel' creates an icon & text
9355                 toolbar regardless of prefs
9356         
9357
9358 2002-08-17 [oliver]     0.8.1claws72
9359
9360         * src/prefs_toolbar.c
9361                 update toolbar on CANCEL
9362                 bug reported by Martin Kluge
9363         * src/toolbar.c
9364                 toolbar_destroy memleak fixed           
9365
9366 2002-08-17 [alfons]     0.8.1claws71
9367
9368         * src/toolbar.c
9369                 plug another memleak reported by Martin Kluge
9370
9371 2002-08-16 [alfons]     0.8.1claws70
9372
9373         * src/crash.c
9374                 use execvp() correctly (suggested by wwp; thanks!)
9375
9376 2002-08-16 [alfons]     0.8.1claws69
9377
9378         * src/gtksctree.c
9379                 plug memory leak reported by Kim Schultz & Martin Kluge
9380
9381 2002-08-16 [paul]       0.8.1claws68
9382
9383         * po/es.po
9384                 updated by Ricardo Mones Lastra
9385
9386 2002-08-16 [paul]       0.8.1claws67
9387
9388         * src/toolbar.h
9389                 fix bug where 'Compose News' icon showed wrong
9390                 tooltip
9391
9392 2002-08-16 [paul]       0.8.1claws66
9393
9394         * sync with 0.8.1cvs24
9395                 see ChangeLog 2002-08-16
9396
9397         * po/it.po
9398                 updated by Alessandro Maestri
9399
9400 2002-08-15 [paul]       0.8.1claws65
9401
9402         * po/sr.po
9403                 updated by Urke MMI
9404
9405 2002-08-15 [paul]       0.8.1claws64
9406
9407         * src/*.c
9408                 don't translate debug info
9409
9410         * src/matcher.[ch]
9411                 add copyright info
9412
9413 2002-08-15 [paul]       0.8.1claws63
9414
9415         * src/prefs_toolbar.c
9416                 fix bug where clicking 'OK' creates an icon & text
9417                 toolbar regardless of prefs
9418
9419 2002-08-14 [alfons]     0.8.1claws62
9420
9421         * src/main.c
9422                 add global var that has the full argv[0]
9423         * src/crash.c
9424                 o execvp the correct sylpheed by using argv0
9425                   and setting the correct work dir
9426                 o other tweaks  
9427
9428 2002-08-14 [oliver]     0.8.1claws61
9429         
9430         * enable/disable Toolbar Action Buttons 
9431         * code cleanups
9432         * src/mainwindow.c
9433         * src/toolbar.[ch]      
9434         * src/prefs_toolbar.c   
9435
9436 2002-08-14 [melvin]     0.8.1claws60
9437
9438         * po/fr.po
9439                 Updated French translations
9440
9441 2002-08-14 [melvin]     0.8.1claws59
9442
9443         * src/crash.c
9444                 Made bug report not translatable
9445         * src/exporthtml.c
9446                 Fixed exporthtml_build_filespec() return value
9447         * src/foldersel.c
9448                 Fixed incorrect include file
9449         * src/gtkspell.c
9450         * src/prefs_actions.c
9451         * src/prefs_toolbar.c
9452                 Made debug info not translatable
9453         * src/mutt.c
9454         * src/quote_fmt.c
9455                 Added missing includes
9456         * src/prefs_common.c
9457                 Fixed typo
9458
9459 2002-08-14 [paul]       0.8.1claws58
9460
9461         * faq/es/sylpheed-faq.html
9462           faq/es/sylpheed-faq-[1-3].html
9463           faq/es/sylpheed-faq-4.html     **NEW FILE **
9464                 update Spanish FAQ
9465
9466 2002-08-13 [christoph]  0.8.1claws57
9467
9468         * src/procmsg.c
9469                 ignore thread fix that did not mark all
9470                 child nodes of a ignored thread as
9471                 ignored. Does not work perfectly yet,
9472                 but it is better now
9473
9474 2002-08-13 [alfons]     0.8.1claws56
9475
9476         * src/crash.c
9477                 o implement 'save crash log'
9478                 o some tweaks
9479
9480 2002-08-13 [melvin]     0.8.1claws55
9481
9482         * src/main.c
9483                 removed unrequired "execinfo.h" header
9484
9485 2002-08-12 [paul]       0.8.1claws54
9486
9487         * faq/en/sylpheed-faq.html
9488           faq/en/sylpheed-faq-[1-3].html
9489           faq/en/sylpheed-faq-4.html     **NEW FILE **
9490                 update English FAQ
9491
9492 2002-08-12 [alfons]     0.8.1claws53
9493
9494         * po/POTFILES.in
9495                 add crash.c to translatables
9496         * src/crash.c
9497                 bring in Leandro's crash dialog
9498
9499 2002-08-11 [alfons]     0.8.1claws52
9500
9501         * src/crash.c
9502                 clean up some warnings
9503
9504 2002-08-11 [alfons]     0.8.1claws51
9505
9506         * acconfig.h
9507         * configure.in
9508         * src/crash.[ch]        ** NEW FILES **
9509         * src/main.c            
9510                 initial gdb crash handler
9511
9512 2002-08-11 [paul]       0.8.1claws50
9513
9514         * src/prefs_toolbar.c
9515                 replace Up/Down arrow pixmaps with text to be
9516                 consistent across icon themes
9517
9518 2002-08-11 [paul]       0.8.1claws49
9519
9520         * src/prefs_common.c
9521           src/prefs_toolbar.c
9522                 rename 'Pixmap' -> 'Icon'
9523
9524         * src/toolbar.[ch]
9525                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9526
9527 2002-08-10 [paul]       0.8.1claws48
9528
9529         * src/prefs_toolbar.c
9530                 re-work the UI
9531
9532 2002-08-10 [paul]       0.8.1claws47
9533
9534         * src/main.c
9535                 don't write Processing progress to status bar
9536                 patch submitted by Alexander Evseev
9537
9538         * src/prefs_toolbar.c
9539                 re-position and resize window
9540                 make window assume correct size on first call
9541
9542 2002-08-10 [paul]       0.8.1claws46
9543
9544         * src/mainwindow.c
9545           src/prefs_toolbar.c
9546           src/toolbar.c
9547           src/toolbar.h
9548                 obey coding style
9549                 follow UI text conventions
9550
9551 2002-08-10 [alfons]     0.8.1claws45
9552
9553         * src/toolbar.c
9554                 correct pixmap for delete action
9555
9556 2002-08-10 [paul]       0.8.1claws44
9557
9558         * po/pt_BR.po
9559                 updated by Fabio Jr. Beneditto
9560
9561 2002-08-10 [paul]       0.8.1claws43
9562
9563         * po/POTFILES.in
9564                 add custom toolbar files
9565
9566 2002-08-10 [paul]       0.8.1claws42
9567
9568         * sync with 0.8.1cvs22
9569                 see ChangeLog 2002-08-09
9570
9571 2002-08-09 [paul]       0.8.1claws41
9572
9573         * tools/Makefile.am
9574           tools/README
9575           tools/outlook2sylpheed.pl     ** NEW FILE **
9576                 add script to convert exported Outlook
9577                 contacts list to a Sylpheed addressbook.
9578                 Submitted by Ricardo Mones Lastra.
9579
9580 2002-08-09 [paul]       0.8.1claws40
9581
9582         * AUTHORS
9583           configure.in
9584           po/sr.po      ** NEW FILE **
9585                 add Serbian message catalog. Submitted by
9586                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9587
9588 2002-08-09 [paul]       0.8.1claws39
9589
9590         * sync with 0.8.1cvs21
9591                 see ChangeLog 2002-08-08
9592
9593 2002-08-08 [oliver]     0.8.1claws38
9594
9595         * src/mainwindow.c
9596                 move Custom Toolbar to Configuration menu
9597
9598 2002-08-08 [oliver]     0.8.1claws37
9599
9600         * src/prefs_toolbar.c
9601                 fix substitute pixmap bug
9602
9603 2002-08-08 [paul]       0.8.1claws36
9604
9605         * sync with 0.8.1cvs19
9606                 see ChangeLog 2002-08-08
9607
9608 2002-08-07 [christoph]  0.8.1claws35
9609
9610         * src/utils.c
9611                 fixed a memory leak in new canonicalize_file_replace
9612
9613 2002-08-07 [christoph]  0.8.1claws34
9614
9615         * src/utils.[ch]
9616                 o canonicalize_file_replace should create the temporary
9617                   file in the same directory as the original file.
9618                 o added get_tmpfile_in_dir that creates a temorary file
9619                   in a specified directory.
9620
9621 2002-08-07 [melvin]     0.8.1claws33
9622
9623         * src/toolbar.c
9624                 fixed bug where 'Article' button acted as 'Email' button.
9625
9626 2002-08-07 [paul]       0.8.1claws32
9627
9628         * sync with 0.8.1.cvs17
9629                 see ChangeLog 2002-08-07
9630
9631 2002-08-07 [colin]      0.8.1claws31
9632         
9633         * src/news.c
9634                 fix mass-cancel problem
9635
9636 2002-08-07 [thorsten]   0.8.1claws30
9637
9638         * src/prefs_toolbar.c
9639                 fix: crash on replace or add new button
9640         * src/toolbar.c
9641                 fix: close xmlfile after reading
9642         * src/utils.c
9643                 fix: unlink() file before rename()
9644
9645 2002-08-06 [paul]       0.8.1claws29
9646
9647         * sync with 0.8.cvs15
9648                 see ChangeLog 2002-08-06
9649
9650 2002-08-06 [oliver]     0.8.1claws28
9651
9652         * src/toolbar.c
9653         * src/prefs_toolbar.c
9654                 fixed empty toolbar issue
9655
9656 2002-08-06 [oliver]     0.8.1claws27
9657
9658         * Custom Toolbar Final 
9659         * src/folderview.c
9660         * src/inc.c
9661         * src/summaryview.c
9662                 o toolbar stuff now lives in src/toolbar.[ch]
9663                 o main_window_toolbar_* functions are renamed to
9664                   toolbar_* reflecting their new source file
9665         * src/mainwindow.[ch]
9666                 o remove toolbar stuff  
9667
9668 2002-08-06 [oliver]     0.8.1claws26
9669         
9670         * src/Makefile.am
9671         * src/prefs_toolbar.[ch]        **New File**
9672         * src/toolbar.[ch]              **New File**
9673                 o prefs_toolbar.[ch] custom toolbar frontend
9674                 o toolbar.[ch]       backend 
9675
9676 2002-08-06 [oliver]     0.8.1claws25
9677
9678         * src/prefs_actions.[ch]
9679                 o new exported function actions_execute
9680
9681 2002-08-06 [paul]       0.8.1claws24
9682
9683         * sync with 0.8.1cvs4
9684                 see ChangeLog 2002-08-06
9685
9686 2002-08-06 [paul]       0.8.1claws23
9687
9688         * sync with 0.8.1cvs13
9689                 see ChangeLog 2002-08-06
9690
9691 2002-08-06 [paul]       0.8.1claws22
9692
9693         * sync with 0.8.1cvs12
9694                 see ChangeLog 2002-08-05 and 2002-08-06
9695
9696 2002-08-06 [match]      0.8.1claws21
9697
9698         * src/addrclip.c
9699                 improvements to cut/copy/paste address
9700
9701 2002-08-05 [match]      0.8.1claws20
9702
9703         * src/addritem.[ch]
9704         * src/addrcache.c
9705         * src/addrbook.c
9706         * src/editaddress.c
9707         * src/addressbook.c
9708                 fixes to improve cut/copy/paste
9709
9710 2002-08-06 [melvin]     0.8.1claws19
9711
9712         * src/account.[ch]
9713                 account_find_all_from_address(): new function that returns the
9714                 list of all accounts that are matched in an address.
9715         * src/alertpanel.[ch]
9716                 alertpanel() now accepts a custom widget
9717                 alertpanel_with_widget(): new function that pops up a panel with
9718                 a custom widget in it 
9719         * src/gtkutils.[ch]
9720                 gtkut_account_menu_new(): new function that allows the selection
9721                 of an account from a list of accounts.
9722         * src/messageview.c
9723                 Extended Return Receipt notification to select the correct 
9724                 account and to make a security test on the Delivery-Notification
9725                 address which should be the same as the Return-Path.
9726
9727 2002-08-06 [thorsten]   0.8.1claws18
9728
9729         * src/mimeview.c
9730                 attach_all: save unnamed as "noname.%d",
9731                 dont free static dirname
9732
9733 2002-08-05 [alfons]     0.8.1claws17
9734
9735         * configure.in
9736                 detect XIM by trying to link rather than compile a XIM program
9737
9738 2002-08-05 [oliver]     0.8.1claws16
9739                 
9740         * src/stock_pixmap.[ch]
9741                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9742                 o new func to retrieve pixmaps
9743
9744 2002-08-05 [paul]       0.8.1claws15
9745
9746         * sync with 0.8.1cvs10
9747                 see ChangeLog 2002-08-05
9748
9749 2002-08-04 [alfons]     0.8.1claws14
9750
9751         * src/textview.c
9752                 see if this plugs memleak
9753
9754 2002-08-04 [melvin]     0.8.1claws13
9755
9756         * src/gtkspell.c
9757                 fixed bug that could crash Sylpheed when highlighting
9758                 all misspelled words.
9759
9760 2002-08-03 [melvin]     0.8.1claws12
9761
9762         * src/prefs_actions.c
9763                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9764         * src/messageview.c
9765                 fixed bug where the Return Receipt was sent to
9766                 Delivery-Notification-To address even if it was not present
9767
9768 2002-08-02 [alfons]     0.8.1claws11
9769
9770         * src/prefs_actions.c
9771                 o more check for NULLs
9772                 o put create_io_dialog() in right conditional block
9773
9774 2002-08-02 [paul]       0.8.1claws10
9775
9776         * po/es.po
9777                 updated by Ricardo Mones Lastra
9778
9779 2002-08-01 [christoph]  0.8.1claws9
9780
9781         * src/folder.c
9782                 don't free the cache of the opened
9783                 folder in the summaryview
9784         * src/summaryview.c
9785                 don't unset flags, if it is not required
9786
9787 2002-08-01 [paul]       0.8.1claws8
9788
9789         * sync with 0.8.1cvs8
9790                 see ChangeLog entry 2002-08-01
9791
9792 2002-08-01 [paul]       0.8.1claws7
9793
9794         * sync with 0.8.1cvs7
9795                 see ChangeLog 2002-07-31 and 2002-08-01
9796
9797 2002-07-31 [christoph]  0.8.1claws6
9798
9799         * src/mainwindow.c
9800                 forgot to update menu sensitivity
9801                 function for new menu entry
9802
9803 2002-07-31 [alfons]     0.8.1claws5
9804
9805         * src/main.c
9806                 check folder item and its path for NULL on
9807                 initial processing
9808
9809 2002-07-31 [christoph]  0.8.1claws4
9810
9811         * src/folder.c
9812                 check if folder_item_get_msginfo in
9813                 folder_item_remove_msg returned NULL
9814         * src/imap.c
9815                 better clear the uid cache in the
9816                 uid validity check function and delete
9817                 cached messages
9818
9819 2002-07-31 [paul]       0.8.1claws3
9820
9821         * man/sylpheed.1
9822                 add the '--attach' option and a few other
9823                 minor changes
9824
9825 2002-07-31 [paul]       0.8.1claws2
9826
9827         * sync with 0.8.1cvs5
9828                 see ChangeLog 2002-07-31
9829
9830 2002-07-31 [christoph]  0.8.1claws1
9831
9832         * src/folderview.[ch]
9833         * src/mainwindow.c
9834                 replace "Rescan all folders..." with
9835                 "Check all folders for new messages..."
9836
9837 2002-07-30 [paul]       0.8.1claws
9838
9839         * version 0.8.1claws released
9840
9841 2002-07-30 [paul]       0.8.0claws29
9842
9843         * tools/OOo2sylpheed.pl ** NEW FILE **
9844           tools/README
9845                 add script to enable sending documents as
9846                 attachments from OpenOffice.org
9847
9848 2002-07-30 [melvin]     0.8.0claws28
9849
9850         * src/prefs_actions.c
9851                 Made the actions' input/output dialog display
9852                 without delay.
9853
9854 2002-07-30 [christoph]  0.8.0claws27
9855
9856         * src/procmsg.c
9857                 check if folder_item_get_msginfo in
9858                 procmsg_save_to_outbox returned NULL
9859
9860 2002-07-30 [paul]       0.8.0claws26
9861
9862         * sync with 0.8.1cvs4
9863                 see ChangeLog 2002-07-29
9864
9865 2002-07-29 [thorsten]   0.8.0claws25
9866
9867         * README.claws
9868                 added selective download, delete on server
9869
9870 2002-07-29 [paul]       0.8.0claws24
9871
9872         * sync with 0.8.1cvs3
9873                 see ChangeLog 2002-07-29
9874
9875 2002-07-27 [christoph]  0.8.0claws23
9876
9877         * src/folder.c
9878                 add extra check if fetching the msginfo
9879                 returned NULL
9880
9881 2002-07-27 [paul]       0.8.0claws22
9882
9883         * sync with 0.8.1cvs2
9884                 see ChangeLog 2002-07-26
9885
9886 2002-07-27 [christoph]  0.8.0claws21
9887
9888         * src/imap.c
9889                 add another check if a valid msginfo
9890                 was returned
9891
9892 2002-07-26 [hoa]        0.8.0claws20
9893
9894         * src/folder.c
9895                 Fixed a condition in folder_item_destroy()
9896
9897         * src/imap.c
9898                 Fixed an error in IMAP protocol
9899
9900 2002-07-26 [alfons]     0.8.0claws19
9901
9902         * src/folder.c
9903                 ofcourse compare with identifier, not the path
9904
9905 2002-07-26 [alfons]     0.8.0claws18
9906
9907         * src/folder.c
9908                 use folder item identifier for saving / restoring
9909                 preferences because folder->path might not be unique
9910
9911 2002-07-26 [melvin]     0.8.0claws17
9912
9913         * src/logwindow.c
9914                 Fixed a crash introduced in 0.8.0claws5 when log is 
9915                 cut under 80 characters.
9916
9917 2002-07-26 [paul]       0.8.0claws16
9918
9919         * sync with 0.8.1cvs1
9920                 see ChangeLog 2002-07-26
9921
9922 2002-07-26 [christoph]  0.8.0claws15
9923
9924         * src/imap.[ch]
9925                 imap folder now remembers the last selected
9926                 folder and imap_fetch_msginfo skips selecting
9927                 the folder if it is already selected
9928
9929 2002-07-26 [christoph]  0.8.0claws14
9930
9931         * src/folder.c
9932         * src/folderview.c
9933         * src/imap.c
9934                 fix imap folder rescanning
9935
9936 2002-07-25 [christoph]  0.8.0claws13
9937
9938         * src/filter.c
9939         * src/folder.[ch]
9940         * src/folderview.c
9941         * src/imap.[ch]
9942         * src/mainwindow.c
9943         * src/mbox_folder.c
9944         * src/mh.c
9945         * src/news.c
9946                 implement imap uid cache and uid validity check
9947
9948 2002-07-25 [alfons]     0.8.0claws12
9949
9950         * src/summaryview.c
9951                 fix a brown paper bag bug, and also add some more
9952                 checks
9953
9954 2002-07-25 [christoph]  0.8.0claws11
9955
9956         * src/folder.c
9957                 don't mix copy, fetch_msginfo and remove
9958                 operations in folder item copy and move
9959                 operations
9960
9961 2002-07-25 [christoph]  0.8.0claws10
9962
9963         * src/folderview.c
9964         * src/mainwindow.c
9965         * src/prefs_folder_item.c
9966         * src/summaryview.[ch]
9967                 remove no longer required parameter update_cache from
9968                 summary_show
9969
9970 2002-07-25 [paul]       0.8.0claws9
9971
9972         * sync with 0.8.1
9973         
9974         * AUTHORS
9975                 a few corrections
9976
9977 2002-07-24 [alfons]     0.8.0claws8
9978
9979         * src/summaryview.c
9980                 sort correctly when using simplified subject line
9981                 (closes feature request "[ 585141 ] applying regexp to subject 
9982                 before sort" submitted by Alexandra Walford)
9983
9984 2002-07-24 [paul]       0.8.0claws7
9985
9986         * sync with 0.8.0cvs3
9987                 see ChangeLog 2002-07-24
9988
9989 2002-07-23 [christoph]  0.8.0claws6
9990
9991         * src/folder.c
9992         * src/folder.h
9993         * src/summaryview.c
9994         * src/summaryview.h
9995         * src/main.c
9996                 o separate processing and summaryview
9997                 o removed summary_write_cache from summaryview
9998                 o removed summaryview->killed_messages, because we don't have
9999                   to keep a list of killed messages anymore. New cache will
10000                   keep the hidden messages in cache anyway
10001         * src/folderview.c
10002         * src/inc.c
10003         * src/selective_download.c
10004                 o removed unnecessary summary_write_cache calls
10005         * src/procmsg.c
10006                 o don't set ignore thread flag in procmsg_get_thread_tree
10007                   if it is already set
10008         * src/mainwindow.c
10009         * src/statusbar.h
10010                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10011                   they are used in different files
10012
10013 2002-07-23 [melvin]     0.8.0claws5
10014
10015         * src/addressbook.c
10016         * src/addrgather.c
10017         * src/editaddress.c
10018         * src/editgroup.c
10019         * src/editldap_basedn.c
10020         * src/importldif.c
10021         * src/prefs_common.c
10022                 Fixed few memory leak (gtk_editable_get_chars returns
10023                 an allocated string)
10024         * src/logwindow.c
10025                 Fixed few memory leak (gtk_editable_get_chars returns
10026                 an allocated string) and modified a little the log cutting
10027                 loop.
10028         * src/compose.c
10029                 Replaced a call to an obsolete function gtk_entry_get_text()
10030                 by gtk_editable_get_chars()
10031         * src/send.c
10032                 Removed a debug printf
10033
10034 2002-07-23 [christoph]  0.8.0claws4
10035
10036         * src/filesel.c
10037                 fix another g_dirname memory leak
10038
10039 2002-07-23 [christoph]  0.8.0claws3
10040
10041         * src/mh.c
10042                 fixed a memory leak in mh_fetch_msginfo
10043                 fixed crash when message header could not be
10044                 parsed
10045
10046 2002-07-23 [paul]       0.8.0claws2
10047
10048         * sync with 0.8.0cvs2
10049                 see ChangeLog 2002-07-23
10050
10051 2002-07-23 [paul]       0.8.0claws1
10052
10053         * sync with 0.8.0cvs1
10054                 see ChangeLog 2002-07-23
10055
10056 2002-07-23 [paul]       0.8.0claws
10057
10058         * release of 0.8.0claws
10059
10060 2002-07-23 [paul]       0.7.8claws99
10061
10062         * po/ru.po
10063                 new Russian translation, submitted by
10064                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10065
10066 2002-07-22 [jens]       0.7.8claws98
10067
10068         * po/de.po
10069                 Updated German translations.
10070
10071 2002-07-22 [paul]       0.7.8claws97
10072
10073         * po/es.po
10074           po/it.po
10075           po/nl.po
10076           po/pt_BR.po
10077                 updated translations by Ricardo Mones Lastra,
10078                 Alessandro Maestri, Wilbert Berendsen and 
10079                 Fabio Jr. Beneditto respectively
10080
10081 2002-07-22 [christoph]  0.7.8claws96
10082
10083         * src/mimeview.c
10084                 fix memory leak caused by wrong g_dirname usage
10085
10086 2002-07-22 [christoph]  0.7.8claws95
10087
10088         * src/summaryview.c
10089                 update new and unread message counts for summaryview
10090                 summaryview does not get it from the folder anymore
10091                 and has to update the values itself
10092
10093 2002-07-22 [melvin]     0.7.8claws94
10094
10095         * po/fr.po
10096                 Updated French translations.
10097
10098 2002-07-22 [christoph]  0.7.8claws93
10099
10100         * src/matcher.c
10101                 set prop->preg pointer to NULL or following check
10102                 will not fail and regexec will be called with
10103                 invalid pointer
10104
10105 2002-07-21 [alfons]     0.7.8claws92
10106         
10107         * src/prefs_common.[ch]
10108                 remove option "Send return receipt on request"
10109
10110 2002-07-21 [thorsten]   0.7.8claws91
10111
10112         * src/mimeview.c
10113                 fixed memleaks, coding style as pointed out by alfons
10114
10115 2002-07-21 [alfons]     0.7.8claws90
10116
10117         * src/messageview.c
10118         * src/noticeview.[ch]
10119                 o fix bug notice view being displayed when going to empty folder 
10120                   (noticed by Christoph)
10121                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10122                   (noticed by Thorsten)
10123
10124 2002-07-21 [thorsten]   0.7.8claws89
10125
10126         * src/mimeview.c
10127                 Included save_all patch from Xaview FACQ
10128                 added support for pathnames
10129
10130 2002-07-21 [alfons]     0.7.8claws88
10131
10132         * po/POTFILES.in
10133         * src/Makefile.am
10134         * src/mainwindow.c
10135         * src/messageview.[ch]
10136         * src/noticeview.c      ** NEW FILE **
10137         * src/noticeview.h      ** NEW FILE **
10138                 make return receipts work again
10139                 (UI idea by Leandro Pereira)
10140
10141 2002-07-21 [paul]       0.7.8claws87
10142
10143         * src/summaryview.c
10144                 fix sensitivity of 'Select thread'
10145
10146 2002-07-21 [paul]       0.7.8claws86
10147
10148         * src/prefs_common.c
10149                 add browser command line for Galeon
10150
10151 2002-07-21 [paul]       0.7.8claws85
10152
10153         * Makefile.am
10154                 fix 'EXTRA_DIST': remove README.README, add TODO
10155                 and TODO.claws
10156
10157 2002-07-21 [alfons]     0.7.8claws84
10158
10159         * src/gtkstext.c
10160                 make enter clear selection
10161                 (closes "[ 579888 ] Editor selection/entry error"
10162                 reported by Steve Lamb)
10163
10164 2002-07-21 [alfons]     0.7.8claws83
10165         
10166         * src/summaryview.c
10167                 sort message list when selecting unthread messages
10168                 (closes "[ 501593 ] switching threaded view doesn't sort"
10169                 reported by Simon Schubert)
10170
10171 2002-07-20 [alfons]     0.7.8claws82
10172         
10173         * src/matcher.c
10174                 const-correctness
10175
10176 2002-07-20 [thorsten]   0.7.8claws81
10177
10178         * src/matcher.c
10179                 Fixed expansion of empty fields in matchactions
10180
10181 2002-07-19 [melvin]     0.7.8claws80
10182
10183         * src/gtkspell.c
10184                 Removed a duplicate menu entry (fast mode) introduced during
10185                 the new cache merge
10186                 Added a menu separator between 'Use alternate' and 'Fast mode'
10187
10188 2002-07-19 [paul]       0.7.8claws79
10189
10190         * tools/Makefile.am
10191           tools/README
10192                 correct typos
10193
10194 2002-07-19 [thorsten]   0.7.8claws78
10195
10196         * tools/calypso_convert.pl      ** NEW FILE **
10197           tools/README
10198           tools/Makefile.am
10199                 script to import mbox files exported
10200                 by calypso
10201                 o generates folder structure
10202                 o includes attachments
10203
10204 2002-07-19 [melvin]     0.7.8claws77
10205
10206         * src/selective_download.[ch]
10207                 Fixed bug where closing the dialog with the window manager's
10208                 close button will not unlock the summary
10209                 Corrected some function declarations that missed a return value
10210                 Made the source code comply better with coding style.
10211         * src/prefs_common.c
10212                 Added new browser command line for Mozilla.
10213
10214 2002-07-18 [paul]       0.7.8claws76
10215
10216         * src/mainwindow.c
10217           src/selective_download.[ch]
10218                 reflect theme changes, fix Gdk Warning when creating 
10219                 pixmap from NULL window, and minor clean up.
10220                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10221
10222         * po/en_GB.po
10223                 updated
10224
10225 2002-07-17 [paul]       0.7.8claws75
10226
10227         * INSTALL[.jp]
10228                 sync with 0.8.0
10229         
10230         * po/en_GB.po
10231                 updated
10232
10233 2002-07-16 [paul]       0.7.8claws74
10234
10235         * tools/filter_conv.pl
10236           tools/README
10237                 replace conversion script with reimplemented version, 
10238                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10239
10240 2002-07-16 [colin]      0.7.8claws73
10241
10242         * src/summaryview.c
10243                 remove forgotten debug messages - sorry ;-)
10244
10245 2002-07-16 [colin]      0.7.8claws72
10246
10247         * src/mimeview.c
10248           src/summaryview.c
10249           src/textview.c
10250           src/textview.h
10251                 add the ability to select part of a text mime-part 
10252                 to reply.
10253
10254 2002-07-15 [christoph]  0.7.8claws71
10255
10256         * src/folder.c
10257                 fix folder message count for folders without
10258                 msg_is_changed (includes news folders)
10259
10260 2002-07-15 [martin]     0.7.8claws70
10261
10262         * src/summaryview.c
10263                 option "display recipient on 'From'..." now works
10264                 without the need of enabling the option
10265                 "display  sender  using  address  book".
10266
10267 2002-07-15 [christoph]  0.7.8claws69
10268
10269         * src/summaryview.c
10270                 removed setting folder status from summaryview.
10271                 folder.c should update all message counts correctly.
10272
10273 2002-07-15 [paul]       0.7.8claws68
10274
10275         * po/pt_BR.po
10276                 updated by Fabio Junior Beneditto
10277
10278 2002-07-15 [darko]      0.7.8claws67
10279
10280         * src/mh.c
10281                 Fixed target folder colorization, don't decrease op
10282                 number twice
10283
10284 2002-07-14 [paul]       0.7.8claws66
10285
10286         * sync with main 0.8.0
10287                 see ChangeLog 2002-07-14
10288
10289 2002-07-13 [melvin]     0.7.8claws65
10290         
10291         * src/addrbook.c
10292         * src/addressbook.c
10293         * src/addrindex.c
10294                 Replaced sprintf by g_snprintf to prevent possible buffer
10295                 overflow.
10296         * src/news.c
10297                 Corrected a log message output format.
10298                 Added a missing "done" debug output.
10299         * src/compose.c
10300                 Added keyboard accelerator for Priority menu items
10301                 Added missing \n in debug output
10302         * src/logwindow.c
10303         * src/gtkspell.c
10304         * src/rfc2015.c
10305                 Added missing \n in debug output
10306
10307 2002-07-13 [paul]       0.7.8claws64
10308
10309         * man/sylpheed.1
10310                 change Sergey's email address to the sf address
10311
10312         * src/textview.c
10313                 increase show_url_timeout (more useful for long
10314                 urls)
10315
10316 2002-07-12 [sergey]     0.7.8claws63
10317
10318         * src/rfc2015.c
10319                 applied (with some modifications) patch to set the
10320                 micalg parameter for signatures
10321                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10322
10323 2002-07-12 [sergey]     0.7.8claws62
10324
10325         * man/Makefile.am
10326         * configure.in
10327                 fixed man page installation
10328
10329 2002-07-12 [paul]       0.7.8claws61
10330
10331         * sync with 0.7.8cvs26
10332                 see ChangeLog 2002-07-11 and 2002-07-12
10333
10334 2002-07-11 [christoph]  0.7.8claws60
10335
10336         * src/compose.c
10337         * src/procmsg.c
10338                 first use the message number to find the message
10339                 to mark with a reply flag but check the
10340                 message-id if we got the correct message, if not
10341                 try to find it by message-id.
10342                 use new string seperator that is not allowed
10343                 in message-ids.
10344
10345 2002-07-11 [paul]       0.7.8claws59
10346
10347         * sync with 0.7.8cvs23
10348                 see ChangeLog 2002-07-10
10349
10350 2002-07-10 [christoph]  0.7.8claws58
10351
10352         * src/folder.[ch]
10353         * src/msgcache.[ch]
10354                 Added message-id table to the cache in memory
10355                 and functions to msgcache.c and folder.c to
10356                 fetch MsgInfos by message id
10357         * src/compose.c
10358         * src/procmsg.c
10359                 store folder and message-id of message replying
10360                 to in queue header and set reply flag after sending
10361                 (Closes bug #469498)
10362
10363 2002-07-10 [paul]       0.7.8claws57
10364
10365         * AUTHORS
10366           man/sylpheed.1.gz
10367                 add Martin to the list of authors
10368
10369 2002-07-09 [martin]     0.7.8claws56
10370         * src/gtksctree.c
10371                 Added gtk_ctree_last_visible(), tree_update_level(),
10372                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10373                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10374                 from gtk+ to gtksctree.c for the new sorting code
10375                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10376                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10377         * src/gtksctree.h
10378                 Added declaration for gtk_sctree_sort_recursive() and
10379                 gtk_sctree_sort_node
10380         * src/addressbook.c
10381         * src/foldersel.c
10382         * src/folderview.c
10383         * src/summaryview.c
10384                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10385                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10386
10387 2002-07-08 [paul]       0.7.8claws55
10388
10389         * more sync with 0.7.8cvs21
10390                 see ChangeLog 2002-07-08
10391
10392 2002-07-08 [paul]       0.7.8claws54
10393
10394         * sync with 0.7.8cvs21
10395                 see ChangeLog 2002-07-08
10396
10397 2002-07-07 [alfons]     0.7.8claws53
10398
10399         * src/Makefile.am
10400         * src/stock_pixmap.[ch]
10401         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10402         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10403         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10404                 add new pixmaps for upcoming notice pane
10405
10406 2002-07-06 [melvin]     0.7.8claws52
10407
10408         * src/gtkspell.[ch]
10409                 Made them a bit closer to Sylpheed's coding style.
10410                 Removed old code.
10411                 Removed possible memory leaks when some errors occurs.
10412
10413 2002-07-06 [melvin]     0.7.8claws51
10414
10415         * po/Makefile.in.in
10416                 Removed --no-location in xgettext command line to help
10417                 translators that use Emacs' po-mode
10418         * src/quote_fmt.c
10419                 Removed unnecessary comments that messed up sylpheed.pot
10420
10421 2002-07-06 [paul]       0.7.8claws50
10422
10423         * sync with 0.7.8cvs19
10424                 see ChangeLog 2002-07-05
10425
10426 2002-07-06 [christoph]  0.7.8claws49
10427
10428         * src/folder.c
10429         * src/mainwindow.c
10430                 fix folder_item_remove_all_msg and folderview
10431                 status for trash folders after emptying trash
10432
10433 2002-07-05 [paul]       0.7.8claws48
10434
10435         * sync with 0.7.8cvs16
10436                 see ChangeLog 2002-07-04 and 2002-07-05
10437
10438 2002-07-04 [paul]       0.7.8claws47
10439
10440         * sync with 0.7.8cvs14
10441                 see  ChangeLog 2002-07-04
10442
10443 2002-07-03 [alfons]     0.7.8claws46
10444
10445         * src/folder.c
10446                 dupe folder item's path because it's being reallocated
10447                 by new folder scanning code
10448
10449 2002-07-03 [christoph]  0.7.8claws45
10450
10451         * src/imap.c
10452                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10453         * src/msgcache.c
10454                 add missing return in msgcache_write
10455
10456 2002-07-02 [thorsten]   0.7.8claws44
10457
10458         * src/jpilot.c
10459         * src/msgcache.c
10460         * src/rfc2015.c
10461                 use binary mode for file access
10462
10463 2002-07-02 [christoph]  0.7.8claws43
10464
10465         * major code cleanup (part 1)
10466         
10467                 - unused variables removed
10468                 - unused functions removed
10469                 - uninitialized variables checked
10470                 - missing return statements added
10471                 - missing function return types added
10472                 - added parentheses around assignment and
10473                   && in || when suggested by gcc
10474               
10475         * src/mh.c
10476         * src/folder.c
10477                 replaced direct calls to folder->scan_tree
10478                 with folder_scan_tree and restore folder
10479                 prefs in this function. The folder should
10480                 not have to deal with them.
10481                 ( Should now work for all folder types )
10482
10483 2002-07-02 [paul]       0.7.8claws42
10484
10485         * sync with 0.7.8cvs13
10486                 see ChangeLog 2002-07-01 and 2002-07-02
10487
10488 2002-07-01 [christoph]  0.7.8claws41
10489
10490         * src/summaryview.c
10491                 fix "goto next/prev unread message" with
10492                 ignored threads
10493
10494 2002-07-01 [paul]       0.7.8claws40
10495
10496         * po/es.po
10497                 updated by Ricardo Mones Lastra
10498
10499 2002-06-30 [match]      0.7.8claws39
10500
10501         * src/jpilot.c
10502                 applied variation of leonerd's patch (566661) to
10503                 allow multiple email addresses per JPilot entry.
10504                 addresses may be separated by space, comma, pipe,
10505                 semi-colon, new-line.
10506
10507 2002-06-30 [alfons]     0.7.8claws38
10508
10509         * src/procmsg.c
10510                 simple fix for putting older nodes before
10511                 newer nodes when threading by subject
10512
10513 2002-06-30 [christoph]  0.7.8claws37
10514
10515         * src/folder.c
10516         * src/folderview.c
10517         * src/mh.c
10518         * src/news.c
10519         * src/procmsg.c
10520                 fix broken folder tree rescaning
10521                 and don't use procmsg_get_mark_sum
10522                 anymore
10523
10524 2002-06-30 [christoph]  0.7.8claws36
10525
10526         * merge new cache branch
10527         * src/imap.c
10528                 fix new cache imap copy bug
10529         * src/folder.c
10530                 improved folder_item_scan
10531                 it should now always set the correct
10532                 new, unread and total message counts
10533
10534 2002-06-29 [paul]       0.7.8claws35
10535
10536         * configure.in
10537                 correct syntax error
10538
10539 2002-06-29 [paul]       0.7.8claws34
10540
10541         * configure.in
10542           Makefile.am
10543           man/Makefile.am       ** NEW FILE **
10544           man/sylpheed.1.gz     ** NEW FILE **
10545                 add Sylpheed man page
10546
10547 2002-06-29 [paul]       0.7.8claws33
10548
10549         * po/pt_BR.po
10550                 updated by Fabio Junior Beneditto
10551
10552 2002-06-28 [jens]       0.7.8claws32
10553
10554         * po/de.po
10555                 translation updated
10556
10557         * src/selective_download.c
10558                 removed gettext for space " "
10559
10560         * src/imap.c
10561                 removed wrong space
10562
10563 2002-06-28 [paul]       0.7.8claws31
10564
10565         * sync with 0.7.8cvs11
10566                 see ChangeLog 2002-06-28
10567
10568 2002-06-28 [paul]       0.7.8claws30
10569
10570         * sync with 0.7.8cvs10
10571                 see ChangeLog 2002-06-27 and 2002-06-28
10572
10573 2002-06-26 [paul]       0.7.8claws29
10574
10575         * src/addrgather.c
10576           src/selective_download.c
10577                 don't gettextise empty strings.
10578                 reserved by gettext. gettext("") returns 
10579                 the header entry with meta information, 
10580                 not the empty string
10581
10582         * po/en_GB.po
10583                 updated
10584
10585 2002-06-26 [paul]       0.7.8claws28
10586
10587         * sync with 0.7.8cvs7
10588                 see ChangeLog 2002-06-25
10589
10590         * src/prefs_common.c
10591                 ...and in the process, tweak the gui a little
10592
10593 2002-06-25 [alfons]     0.7.8claws27
10594         
10595         * configure.in
10596         * src/Makefile.am
10597                 fine tune ldap library detection
10598
10599 2002-06-25 [alfons]     0.7.8claws26
10600
10601         * src/compose.c
10602                 don't allow return receipts when composing a news article
10603
10604 2002-06-25 [paul]       0.7.8claws25
10605
10606         * Makefile.am
10607                 add '$(AMTAR)' to 'release' section to allow for
10608                 new and older autotools
10609
10610 2002-06-25 [paul]       0.7.8claws24
10611
10612         * src/summaryview.c
10613                 fix "No more unread messages" persistant pop-up
10614                 window bug
10615
10616 2002-06-25 [paul]       0.7.8claws23
10617
10618         * po/it.po
10619                 updated by Alessandro Maestri
10620
10621 2002-06-25 [paul]       0.7.8claws22
10622
10623         * sync with 0.7.8cvs6
10624                 see ChangeLog 2002-06-25
10625
10626 2002-06-24 [paul]       0.7.8claws21
10627
10628         * tools/update-po
10629                 add GPL copyright information
10630
10631 2002-06-24 [paul]       0.7.8claws20
10632
10633         * tools/Makefile.am
10634           tools/README
10635           tools/update-po       ** NEW FILE **
10636                 add script that eases the creation of *.po files
10637                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10638
10639 2002-06-23 [alfons]     0.7.8claws19
10640
10641         * src/messageview.c
10642                 make notification_convert_header obey const correctness
10643                 (next step will be fixing the broken return receipt)
10644
10645 2002-06-23 [paul]       0.7.8claws18
10646
10647         * src/messageview.c
10648                 fix bug introduced in last commit:
10649                 removed too much code in last commit - put back what's
10650                 needed
10651
10652 2002-06-23 [paul]       0.7.8claws17
10653
10654         * src/messageview.[ch]
10655                 remove code committed in error from locally patched
10656                 source
10657
10658 2002-06-23 [colin]      0.7.8claws16
10659
10660         * src/compose.[ch]
10661                 add compose_entry_select(), used to select the default_to
10662                 email address - hopefully avoiding people sending mails to
10663                 wrong recipients.
10664
10665 2002-06-22 [alfons]     0.7.8claws15
10666
10667         * AUTHORS
10668                 add Bram Metsch & Stanislav Karchebny
10669         * src/smtp.[ch]
10670         * src/prefs_account.[ch]
10671         * src/send.c
10672                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10673                   options.  (see <http://sourceforge.net/tracker/index.php
10674                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10675
10676                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10677                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10678
10679 2002-06-22 [paul]       0.7.8claws14
10680
10681         * sync with 0.7.8cvs5
10682                 see ChangeLog 2002-06-19 and 2002-06-20
10683
10684 2002-06-22 [alfons]     0.7.8claws13
10685
10686         * src/selective_download.c
10687                 fix a stupid mistake I made
10688
10689 2002-06-22 [alfons]     0.7.8claws12
10690
10691         * src/selective_download.[ch]
10692                 fix another unnoticed leak; cleanup code
10693
10694 2002-06-21 [alfons]
10695
10696         * tools/Makefile.am
10697                 gpg-sign <-- gpg-sign-syl
10698
10699 2002-06-21 [alfons]     0.7.8claws11
10700
10701         * src/selective_download.c
10702         * src/selective_download.h
10703                 fix assorted mix of allocation errors (should solve
10704                 problem reported by Philippe Gramoullé, see:
10705                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10706
10707 2002-06-20 [melvin]     0.7.8claws10
10708
10709         * tools/gpg-sign *REMOVED*
10710           tools/gpg-sign-syl *ADDED*
10711                 Replaced the gpg clearsigning script with the version using
10712                 xterm instead of ssh-askpass and changed its name.
10713
10714         * README.claws
10715                 Updated actions example to reflect the renaming of the
10716                 gpg clearsigning script.
10717
10718 2002-06-19 [paul]       0.7.8claws9
10719
10720         * sync with 0.7.8claws9
10721                 see ChangeLog 2002-06-18 and 2002-06-19
10722
10723 2002-06-19 [paul]       0.7.8claws8
10724
10725         * sync with 0.7.8cvs1
10726                 see ChangeLog 2002-06-18
10727
10728 2002-06-18 [alfons]     0.7.8claws7
10729
10730         * src/mainwindow.h
10731                 add omitted prototype
10732
10733 2002-06-17 [paul]       0.7.8claws6
10734
10735         * src/mainwindow.c
10736                 fix hiding of exec_btn
10737
10738 2002-06-17 [paul]       0.7.8claws5
10739
10740         * src/pop.c
10741                 remove unneeded code: should_delete() 
10742                 and Pop3State::uidl_todelete_list
10743
10744 2002-06-17 [paul]       0.7.8claws4
10745
10746         * sync with 0.7.8
10747                 see ChangeLog 2002-06-11 and 2002-06-13
10748
10749 2002-06-16 [alfons]     0.7.8claws3
10750         
10751         * src/folder.c
10752                 make sure lock sort mode (claws specific) is
10753                 also persists after a tree rescan
10754
10755 2002-06-16 [alfons]     0.7.8claws2
10756
10757         * src/prefs_folder_item.c
10758         * src/folder.[ch]
10759                 fix persistence of folder sort mode (broken
10760                 by adapting Hiro's new folder persistence code)
10761
10762 2002-06-16 [alfons]     0.7.8claws1
10763
10764         * AUTHORS
10765         * src/logwindow.c
10766         * src/prefscommon.[ch]
10767                 control size of log text in log window; 
10768                 closes patch #569155 submitted by Mitko Haralanov.
10769
10770 2002-06-15 [paul]       0.7.8claws
10771
10772         * release of 0.7.8claws
10773
10774 2002-06-15 [paul]       0.7.7claws
10775
10776         * po/pt_BR.po
10777                 updated by Fabio Junior Beneditto
10778
10779 2002-06-14 [paul]       0.7.6claws49
10780
10781         * po/es.po
10782                 updated by Ricardo Mones Lastra
10783
10784 2002-06-14 [paul]       0.7.6claws48
10785
10786         * po/nl.po
10787                 updated translation by Wilbert Berendsen
10788
10789 2002-06-14 [melvin]     0.7.6claws47
10790
10791         * po/fr.po
10792                 Updated French translation
10793
10794 2002-06-13 [paul]       0.7.6claws46
10795
10796         * src/filesel.c
10797                 allow filename to be typed in, rather than just
10798                 selected by the mouse. Patch by Gustavo Noronha Silva.
10799
10800 2002-06-13 [alfons]     0.7.6claws45
10801
10802         * src/mainwindow.[ch]
10803                 more cleanups (removing unnecessary menu items Expand 
10804                 summary / message view)
10805
10806 2002-06-13 [melvin]     0.7.6claws44
10807
10808         * po/POTFILES.in
10809                 Added src/string_match.c
10810         * src/string_match.c
10811                 Fixed possible buffer overflow.
10812                 Corrected typo.
10813                 Added missing config.h header.
10814         * src/prefs_common.c
10815           src/prefs_matcher.c
10816           src/prefs_scoring.c
10817                 Made some strings translatable (missing _(..)).
10818
10819 2002-06-13 [melvin]     0.7.6claws43
10820
10821         * README.claws
10822                 Corrected action example (verifying clearsigned mail).
10823         * src/prefs_account.c
10824                 Corrected typo.
10825         * src/prefs_common.c
10826                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10827
10828 2002-06-12 [alfons]     0.7.6claws42
10829
10830         * src/summaryview.c
10831                 add init of score column lost in 0.7.6claws42
10832
10833 2002-06-12 [paul]       0.7.6claws41
10834
10835         * src/prefs_account.c
10836                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10837                 behavior of the radio buttons, (from 0.7.7cvs2)
10838
10839 2002-06-11 [alfons]     0.7.6claws40
10840
10841         * src/messageview.[ch]
10842         * src/summaryview.[ch]
10843         * src/summary_search.c
10844         * src/mainwindow.c
10845                 perform a sync to bring in Hiro's separate view implementation 
10846
10847                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10848
10849 2002-06-11 [paul]       0.7.6claws39
10850         
10851         * src/prefs_account.c
10852                 correct a typo on the Receive tab
10853
10854 2002-06-10 [match]      0.7.6claws38
10855
10856         * src/addressbook.c
10857                 Included address completion patch from Gustavo Noronha.
10858
10859 2002-06-10 [paul]       0.7.6claws37
10860
10861         * src/inc.[ch]
10862           src/pop.c
10863           src/prefs_account.[ch]
10864           src/selective_download.[ch]
10865                 apply PATCH #561712
10866                  NEW:
10867                 - check if POP Account
10868                 - Receive Button renamed to Preview
10869                 - Preview Button Popup: preview new/all messages
10870                 - Download Button
10871                 - Account Preferences-->Receive tab checkbutton if you
10872                   want to remove Mail after Download
10873                 -: default YES
10874                 - Account Preferences-->Receive tab checkbutton use
10875                   filtering rules on preview
10876                   (think of delete_on_server)
10877                 -: default YES
10878                 - Account selectable from SD dialog
10879                 - checkbutton to show already downloaded messages if
10880                   all messages are previewed
10881                 - new clist column showing Date
10882                 - ESC KEY close
10883                 FIXES:
10884                 - play ball with UIDL
10885                 - fault tolerant (?) 
10886                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10887
10888 2002-06-10 [melvin]     0.7.6claws36
10889
10890         * README.claws
10891                 Added a hint to ac/README in cvs instructions.
10892
10893         * src/prefs_actions.c
10894                 Made it possible to use a more elaborate command line
10895                 for asynchronous actions, too.
10896
10897 2002-06-10 [melvin]     0.7.6claws35
10898         
10899         * src/prefs_actions.c
10900                 Make it possible to use a more elaborate command line
10901                 (e.g. |foo|bar|cat>there;echo Done|)
10902                 Corrected error message when calling %f, %F and %p commands
10903                 from the compose window.
10904
10905 2002-06-09 [colin]      0.7.6claws34
10906
10907         * src/summaryview.c
10908                 Automatically find unread messages in current folder
10909                 before annoying the user.
10910
10911 2002-06-08 [alfons]     0.7.6claws33
10912
10913         * po/it.po
10914                 remove bad formatting string in it.po translation
10915                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10916
10917 2002-06-08 [paul]       0.7.6claws32
10918
10919         * sync with 0.7.6cvs25
10920                 see ChangeLog 2002-06-07
10921
10922 2002-06-05 [paul]       0.7.6claws31
10923
10924         * src/mainwindow.c
10925                 add 'Sort by locked' and 'Sort by score'
10926
10927 2002-06-05 [paul]       0.7.6claws30
10928
10929         * sync with 0.7.6cvs24
10930                 see ChangeLog 2002-06-04
10931
10932 2002-06-04 [paul]       0.7.6claws29
10933
10934         * po/pt_BR.po
10935                 updated by Fabio Junior Beneditto
10936
10937 2002-06-03 [thorsten]   0.7.6claws28
10938
10939         * src/matcher.c
10940                 fclose() matcherrc after reading
10941
10942 2002-06-03 [paul]       0.7.6claws27
10943
10944         * sync with 0.7.6cvs21
10945                 see ChangeLog 2002-05-31
10946
10947 2002-05-31 [paul]       0.7.6claws26
10948
10949         * sync with 0.7.6cvs20
10950                 see ChangeLog 2002-05-29 and 2002-05-30
10951
10952 2002-05-31 [paul]       0.7.6claws25
10953
10954         * src/imap.c
10955                 hopefully fix last buggy sync
10956
10957         * README.claws
10958                 correct typo in 'Actions' examples
10959
10960 2002-05-29 [paul]       0.7.6claws24
10961
10962         * sync with 0.7.6cvs18
10963                 see ChangeLog 2002-05-28 and 2002-05-29
10964
10965         * src/news.c
10966           src/nntp.[ch]
10967                 sync with above 
10968
10969 2002-05-28 [paul]       0.7.6claws23
10970
10971         * sync with 0.7.6cvs16
10972                 see ChangeLog 2002-05-28
10973
10974 2002-05-27 [thorsten]   0.7.6claws22 
10975
10976         * faq/it/sylpheed-faq-1.html
10977           faq/it/sylpheed-faq-2.html
10978           faq/it/sylpheed-faq-3.html
10979           faq/it/sylpheed-faq.html
10980                 corrected DOS lineendings
10981         * faq/de/sylpheed-faq-1.html
10982           faq/de/sylpheed-faq-2.html
10983           faq/en/sylpheed-faq-1.html
10984           faq/en/sylpheed-faq-2.html
10985           faq/en/sylpheed-faq-3.html
10986           faq/es/sylpheed-faq-1.html
10987           faq/es/sylpheed-faq-2.html
10988           faq/es/sylpheed-faq-3.html
10989           faq/fr/sylpheed-faq-1.html
10990           faq/it/sylpheed-faq-1.html
10991           faq/it/sylpheed-faq-2.html
10992           faq/it/sylpheed-faq-3.html
10993           faq/it/sylpheed-faq.html
10994                 changed ">" to &quot;
10995
10996 2002-05-27 [paul]       0.7.6claws21
10997         
10998         * sync with 0.7.6cvs15
10999                 see ChangeLog 2002-05-27
11000
11001 2002-05-27 [paul]       0.7.6claws20
11002
11003         * src/prefs_account.c
11004                 correct a typo
11005
11006 2002-05-26 [paul]       0.7.6claws19
11007
11008         * tools/README
11009                 correct a typo
11010
11011 2002-05-25 [paul]       0.7.6claws18
11012
11013         * tools/README
11014                 add description of kmail2sylpheed.pl
11015
11016 2002-05-25 [paul]       0.7.6claws17
11017
11018         * tools/kmail2sylpheed.pl       ** NEW FILE **
11019                 perl script that converts an exported Kmail address
11020                 book, converts it to sylpheed addressbook file,
11021                 writes the file to .sylpheed, and updates
11022                 addrbook--index.xml 
11023
11024 2002-05-25 [paul]       0.7.6claws16
11025
11026         * sync with 0.7.6cvs14
11027                 see ChangeLog 2002-05-23
11028
11029 2002-05-24 [paul]       0.7.6claws15
11030
11031         * README.claws
11032                 make a correction and add some more info
11033
11034 2002-05-24 [paul]       0.7.6claws14
11035
11036         * src/compose.c
11037                 fix memory leak in 
11038                 compose_redirect_write_headers_from_headerlist()
11039                 add Subject and Resent-Message-ID to
11040                 compose_redirect_write_headers()
11041                 Received, Subject, and X-UIDL are filtered out in 
11042                 compose_redirect_write_to_file()
11043
11044 2002-05-23 [paul]       0.7.6claws13
11045
11046         * src/compose.[ch]
11047           src/filtering.c
11048           src/mainwindow.c
11049           src/matcher.[ch]
11050           src/matcher_parser_lex.l
11051           src/matcher_parser_parse.y
11052           src/prefs_common.[ch]
11053           src/prefs_filtering.c
11054           src/summaryview.c
11055                 rename 'Bounce' to 'Redirect'
11056
11057 2002-05-23 [paul]       0.7.6claws12
11058
11059         * more sync with 0.7.6cvs13
11060           src/compose.c
11061                 see ChangeLog 2002-05-22
11062
11063 2002-05-22 [paul]       0.7.6claws11
11064
11065         * sync with 0.7.6cvs13
11066           src/codeconv.c
11067                 see ChangeLog 2002-05-20
11068           src/prefs_common.c
11069                 see ChangeLog 2002-05-22
11070
11071 2002-05-21 [melvin]     0.7.6claws10
11072
11073         * src/folderview.c
11074                 Added missing filtering and scoring headers
11075                 Fixed bad function call that showed garbage 
11076                 in Folder->Processing
11077
11078 2002-05-21 [paul]       0.7.6claws9
11079
11080         * tools/Makefile.am
11081                 make all tools executable, (patch by Alfons).
11082
11083 2002-05-20 [alfons]     0.7.6claws8
11084
11085         * src/procheader.c
11086                 don't forget to call mktime() so we have a valid week 
11087                 and year day
11088                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11089
11090 2002-05-20 [paul]       0.7.6claws7
11091
11092         * src/html.c
11093                 fix broken parsing of urls
11094         * src/textview.c
11095                 fix displaying of urls
11096
11097                 both fixes from the patch [547855] by Eugene 
11098                 Brevdo (zonem)
11099
11100 2002-05-19 [alfons]     0.7.6claws6
11101
11102         * configure.in
11103                 make sylpheed configure correctly with the latest
11104                 and greatest of automake / autoconf / gettext
11105
11106 2002-05-19 [alfons]     0.7.6claws5
11107
11108         * src/procheader.c
11109         * src/procheader.h
11110                 add function for returning ime zone offset
11111         * src/quote_fmt.c
11112         * src/quote_fmt_parse.y
11113                 better quotation formatting - does not convert
11114                 to local time, but uses the original date string.
11115                 
11116                 Note: %z inserts the timezone offset (should 
11117                 work also on platforms where strftime does not
11118                 support %z).
11119
11120 2002-05-18 [christoph]  0.7.6claws4
11121
11122         * src/summaryview.c
11123                 fix indentation of some code
11124         * tools/Makefile.am
11125                 fix spaces after \
11126         * src/Makefile.am
11127                 add missing \
11128                 correct path for ignorethread.xpm
11129                 incorrect filename for sylpheed_logo.xpm
11130                 add missing include matcher_parser_parse.h
11131
11132 2002-05-18 [paul]       0.7.6claws3
11133
11134         * sync with 0.7.6cvs8
11135                 see ChangeLog 2002-05-16 and 2002-05-17
11136
11137 2002-05-18 [melvin]     0.7.6claws2
11138
11139         * README.claws
11140                 Corrected an action's definition and fixed some misspellings.
11141
11142 2002-05-18 [paul]       0.7.6claws1
11143
11144         * tools/Makefile.am
11145           tools/gpg-sign        ** new file **
11146           tools/uudec           ** new file **
11147                 add Melvin's Actions scripts
11148
11149         * README.claws
11150                 add Melvin's descriptions for Actions
11151
11152 2002-05-18 [paul]       0.7.6claws
11153
11154         * Version 0.7.6claws released
11155
11156 2002-05-17 [paul]       0.7.5claws32
11157
11158         * po/es.po
11159                 updated by Ricardo Mones Lastra
11160
11161 2002-05-17 [paul]       0.7.5claws31
11162
11163         * src/compose.c
11164                 fix Account prefs default folder for sent/draft/deleted
11165                 messages bug
11166
11167         * po/it.po
11168           po/nl.po
11169                 updated translation by Alessandro Maestri and
11170                 Wilbert Berendsen
11171
11172 2002-05-17 [melvin]     0.7.5claws30
11173
11174         * src/prefs_actions.c
11175                 Fixed bug where using %F not at the end of the command 
11176                 resulted in an additional empty argument being created.
11177                 Thanks to Darko Koruga for reporting the bug.
11178
11179 2002-05-17 [melvin]     0.7.5claws29
11180
11181         * po/fr.po
11182                 Updated French translations.
11183
11184 2002-05-15 [paul]       0.7.5claws28
11185         
11186         * po/es.po
11187                 updated by Ricardo Mones Lastra
11188
11189 2002-05-15 [paul]       0.7.5claws27
11190
11191         * sync with 0.7.6cvs4
11192                 see ChangeLog 2002-05-14 and 2002-05-15
11193
11194 2002-05-14 [paul]       0.7.5claws26
11195
11196         * sync with 0.7.6cvs1
11197                 see ChangeLog 2002-05-13
11198
11199 2002-05-13 [thorsten]   0.7.5claws25
11200
11201         * src/messageview.c
11202                 fix select_all and copy in multipart messages
11203         * src/mainwindow.c
11204                 fix select_all and copy in multipart messages
11205
11206 2002-05-12 [paul]       0.7.5claws24
11207
11208         * src/summaryview.c
11209                 reverse last commit, bug already fixed in 0.7.5claws3
11210
11211 2002-05-12 [netztorte]  0.7.5claws23
11212
11213         * src/summaryview.c
11214                 dont parse empty addressbook (checked in before claws20)
11215
11216 2002-05-12 [melvin]     0.7.5claws22
11217
11218         * src/procmsg.[ch]
11219                 Removed unneeded priority code introduced by the previous 
11220                 commit.
11221
11222 2002-05-12 [melvin]     0.7.5claws21
11223
11224         * src/compose.[ch]
11225                 Added possibility to set message's priority.
11226         * src/procmsg.[ch]
11227                 Added possibility to set message's priority.
11228                 Added missing headers
11229
11230 2002-05-12 [melvin]     0.7.5claws20
11231
11232         * src/prefs_actions.c
11233                 Removed implicitely added quotes around the name
11234                 of the temporary files of mime parts.
11235
11236 2002-05-12 [paul]       0.7.5claws19
11237
11238         * sync with 0.7.5cvs20
11239                 see ChangeLog 2002-05-11
11240
11241 2002-05-12 [alfons]     0.7.5claws18
11242
11243         * src/quote_fmt_lex.l
11244         * src/quote_fmt_parse.y
11245                 allow quote / reply date & time format to be set using
11246                 %D{format}. format is a format string you'd pass to
11247                 strftime() (see man strftime, or the Display tab |
11248                 Date format setting).
11249
11250                 Currently %D converts the date to local time. 
11251
11252 2002-05-11 [paul]       0.7.5claws17
11253
11254         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11255                 see ChangeLog 2002-05-10 and 2002-05-11
11256
11257 2002-05-10 [paul]       0.7.5claws16
11258
11259         * sync with 0.7.5cvs16
11260                 see ChangeLog entries 2002-05-09 and 
11261                 2002-05-10
11262
11263 2002-05-10 [colin]      0.7.5claws15
11264
11265         * src/textview.c
11266                 Corrected a bug that prevented sylpheed to open
11267                 double-clicked URIs.
11268
11269 2002-05-09 [paul]       0.7.5claws14
11270
11271         * sync with 0.7.5cvs14
11272                 see ChangeLog 2002-05-08 and 2002-05-09
11273
11274 2002-05-08 [paul]       0.7.5claws13
11275
11276         * sync with 0.7.5cvs11
11277                 see ChangeLog entry 2002-05-08
11278
11279 2002-05-08 [paul]       0.7.5claws12
11280
11281         * src/mainwindow.c
11282           src/textview.[ch]
11283                 fix segfault on View->Open in new window
11284                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11285
11286 2002-05-07 [paul]       0.7.5claws11
11287
11288         * sync with 0.7.5cvs9
11289                 see ChangeLog entry 2002-05-07
11290
11291 2002-05-06 [paul]       0.7.5claws10
11292
11293         * src/messageview.c
11294           src/textview.c
11295                 display url in statusbar on single-click
11296                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11297
11298 2002-05-06 [match]      0.7.5claws9
11299
11300         * src/addritem.[ch]
11301                 new functions.
11302         * src/addrcache.c
11303                 tidy up.
11304         * src/xmlprops.[ch]
11305                 XML implementation of properties file.
11306         * src/exporthtml.[ch]
11307         * src/expthtmldlg.[ch]
11308         * src/addressbook.c
11309                 export to HTML.
11310
11311 2002-05-02 [sergey]     0.7.5claws8
11312
11313         * src/mainwindow.c (mainwin_entries),
11314           src/prefs_common.c (prefs_send_create()),
11315           src/codeconv.c (locale_table):
11316                 use charset name "Windows-1251" instead of "CP1251".
11317
11318 2002-05-02 [colin]      0.7.5claws7
11319         
11320         * src/compose.c
11321           src/prefs_common.c
11322           src/prefs_folder_item.c
11323                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11324
11325 2002-05-02 [hiro]       0.7.5claws6
11326
11327         * src/imap.c
11328                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11329
11330 2002-05-02 [paul]       0.7.5claws5
11331
11332         * src/compose.c
11333                 more sync with 0.7.5cvs7, see ChangeLog entry
11334                 2002-05-02
11335
11336 2002-05-02 [hiro]       0.7.5claws4
11337
11338         * src/compose.c
11339                 compose_queue_sub():
11340                 check if queue folder exists (closes #550397).
11341                 removed directory creation since it should be handled
11342                 transparently.
11343         * src/imap.c
11344                 imap_add_msg(): return UID for appended message
11345                 (closes #548842).
11346
11347 2002-04-30 [paul]       0.7.5claws3
11348
11349         * src/summaryview.c
11350                 fix account_find_from_address() bug
11351
11352 2002-04-28 [colin]      0.7.5claws2
11353
11354         * src/compose.c
11355           src/textview.c
11356           src/prefs_common.[ch]
11357           src/utils.[ch]
11358                 Added user-definable quotation characters recognition.
11359
11360 2002-04-28 [paul]       0.7.5claws1
11361
11362         * sync with 0.7.5cvs4
11363                 see ChangeLog entry  2002-04-25
11364
11365 2002-04-28 [paul]       0.7.5claws
11366
11367         * po/es.po
11368           po/nl.po
11369           po/pt_BR.po
11370                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11371                 Fabio Junior Beneditto
11372
11373 2002-04-27 [jens]       0.7.4claws103
11374
11375         * po/de.po
11376                 updated German translation.
11377
11378 2002-04-27 [hiro]       0.7.4claws102
11379
11380         * src/summaryview.c
11381                 summary_write_cache(): fixed the mark loss of hidden messages.
11382
11383 2002-04-26 [melvin]     0.7.4claws101
11384
11385         * src/procmsg.c
11386                 fixed a second typo (same one)
11387         * po/fr.po
11388           po/it.po
11389           po/pt_BR.po
11390                 fixed the type again...
11391
11392 2002-04-26 [melvin]     0.7.4claws100
11393
11394         * src/procmsg.c
11395                 fixed a typo in an alert message ("temorary").
11396         * po/it.po
11397         * po/pt_BR.po
11398                 corrected the typo  described above.
11399         * po/fr.po
11400                 updated French translation.
11401
11402 2002-04-26 [darko]      0.7.4claws99
11403
11404         * src/summaryview.c
11405                 fix target folder colorization
11406
11407 2002-04-25 [paul]       0.7.4claws98
11408
11409         * po/it.po
11410                 updated by Alessandro Maestri
11411
11412 2002-04-24 [colin]      0.7.4claws97
11413         
11414         * src/compose.c
11415                 Fixed double "subject is empty" question.
11416
11417 2002-04-23 [colin]      0.7.4claws96
11418         
11419         * src/mimeview.c
11420                 Corrected issue when "automatically display images" was
11421                 not set : first image remained after selecting second.
11422
11423 2002-04-23 [melvin]     0.7.4claws95
11424
11425         * src/prefs_actions.c
11426                 Don't display in/out dialog if there is nothing to show.
11427
11428 2002-04-23 [paul]       0.7.4claws94
11429
11430         * sync with 0.7.5cvs3
11431                 bug fixes: see ChangeLog entry 2002-04-23
11432
11433 2002-04-22 [darko]      0.7.4claws93
11434
11435         * src/compose.c
11436                 fix previous check-in which changed code after
11437                 merge from main
11438
11439 2002-04-22 [paul]       0.7.4claws92
11440
11441         * faq/de/*
11442                 add German FAQ
11443         * faq/en/*
11444           faq/es/*
11445           faq/fr/*
11446                 update English, Spanish and French FAQs
11447         * manual/de/*
11448           manual/es/*
11449                 add German and Spanish manuals
11450         * manual/en/*
11451           manual/fr/*
11452                 update English and French manuals
11453
11454         * src/Makefile.am
11455                 add to and re-arrange the pixmap entries
11456
11457 2002-04-22 [darko]      0.7.4claws91
11458
11459         * src/compose.c
11460                 fix sender initials recognition to only allow
11461                 '>' after the initials
11462
11463 2002-04-21 [paul]       0.7.4claws90
11464
11465         * sync with 0.7.5 release
11466                 see ChangeLog entry 2002-04-21
11467
11468 2002-04-21 [alfons]
11469
11470         * src/Makefile.am
11471                 add colin's new pixmaps to EXTRA_DIST
11472
11473 2002-04-21 [colin]      0.7.4claws89
11474         * src/compose.c
11475         * src/inc.c
11476         * src/mainwindow.[ch]
11477         * src/prefs_common.[ch]
11478         * src/stock_pixmap.[ch]
11479                 Added "Work offline" ability.
11480
11481 2002-04-21 [colin]      0.7.4claws88
11482         
11483         * src/mimeview.c
11484         * src/prefs_common.c
11485         * src/prefs_common.h
11486         * src/textview.c : Added an option to common preferences -> display
11487           to allow user not to automatically display images.
11488
11489 2002-04-21 [paul]       0.7.4claws87
11490
11491         * sync with 0.7.4cvs52
11492                 see ChangeLog entry 2002-04-21 (src/imap.c)
11493
11494 2002-04-21 [paul]       0.7.4claws86
11495
11496         * sync with 0.7.4cvs51
11497                 see ChangeLog entry 2002-04-21
11498
11499 2002-04-21 [paul]       0.7.4claws85
11500
11501         * sync with 0.7.4cvs49
11502                 see ChangeLog entries 2002-04-20 and 2002-04-21
11503
11504         * src/Makefile.am
11505                 clean up: remove old 'stock_' element from xpm 
11506                 filenames.
11507
11508 2002-04-21 [alfons]     0.7.4claws84
11509
11510         apply sync patch from Paul
11511
11512         * src/folderview.c
11513                 use old claws prefs_folder_item_create() for now
11514
11515 2002-04-19 [match]      0.7.4claws83
11516
11517         * src/addressbook.[ch]
11518         * src/addrharvest.[ch]
11519         * src/addrgather.[ch]
11520                 recurse folders.
11521         * src/mainwindow.c
11522         * src/summaryview.[ch]
11523                 change menu option.
11524
11525 2002-04-19 [paul]       0.7.4claws82
11526
11527         * po/pt_BR.po
11528                 updated by Fabio Junior Beneditto
11529
11530 2002-04-14 [alfons]     0.7.4claws81
11531
11532         * src/passphrase.c
11533                 add #include <sys/types.h> for mode_t and off_t 
11534
11535 2002-04-13 [paul]       0.7.4claws80
11536         
11537         * src/main.c
11538           src/passphrase.[ch]
11539           src/pgptext.c
11540           src/prefs_common.[ch]
11541           src/rfc2015.c
11542                 enable storing of GnuPG passphrase for the whole 
11543                 session or a user-defined number of minutes. patch 
11544                 submitted by Ravemax <ravemax@dextrose.com>
11545
11546 2002-04-13 [alfons]     0.7.4claws79
11547
11548         * src/textview.c
11549                 make email parser also stop scanning when encountering separators
11550                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11551
11552 2002-04-13 [paul]       0.7.4claws78
11553
11554         * sync with 0.7.4cvs39
11555                 see ChangeLog entry 2002-04-12
11556
11557 2002-04-11 [paul]       0.7.4claws77
11558
11559         * sync with 0.7.4cvs37
11560                 see ChangeLog entry 2002-04-11
11561
11562 2002-04-11 [paul]       0.7.4claws76
11563
11564         * COPYING 
11565                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11566                 the clause for OpenSSL). sync with sylpheed main
11567
11568 2002-04-09 [melvin]     0.7.4claws75
11569
11570         * src/compose.c
11571                 Made 'Ctrl-Enter' on send ignore some modifiers 
11572                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11573                 to bind other *-Enter (but not Alt-Enter).
11574
11575 2002-04-09 [paul]       0.7.4claws74
11576
11577         * sync with 0.7.4cvs35
11578                 see ChangeLog entries 2002-04-09
11579
11580 2002-04-08 [paul]       0.7.4claws73
11581
11582         * sync with 0.7.4cvs33
11583                 see ChangeLog entry 200-04-08
11584
11585 2002-04-07 [match]      0.7.4claws72
11586
11587         * src/addrharvest.[ch]
11588                 fixed to read all addresses in header, regardless
11589                 of header size. improved name parsing. accommodate
11590                 harvest from folders and selected message.
11591         * src/addritem.[ch]
11592                 included new address parsing function.
11593         * src/addrgather.[ch]
11594         * src/addressbook.[ch]
11595         * src/summaryview.[ch]
11596         * src/mainwindow.c
11597                 allow address harvest of folder as well as selected
11598                 messages.
11599
11600 2002-04-07 [paul]       0.7.4claws71
11601
11602         * src/esmtp.[ch]
11603           src/smtp.c
11604                 don't try to authenticate with CRAM-MD5 in SMTP when 
11605                 SMTP-AUTH enabled if MTA doesn't issue this 
11606                 auth-method in it's ehlo-response. bug item #531364,
11607                 patch item #938910. patch submitted by Colin Leroy 
11608                 <colin@colino.net>
11609
11610 2002-04-07 [paul]       0.7.4claws70
11611
11612         * src/nntp.c
11613                 fix missing MODE_READER bug. patch submitted by
11614                 Colin Leroy <colin@colino.net>
11615
11616 2002-04-07 [alfons]     0.7.4claws69
11617
11618         * src/matcher.[ch]
11619         * src/prefs_filtering.c
11620         * src/summaryview.c
11621                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11622                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11623
11624 2002-04-07 [paul]       0.7.4claws68
11625
11626         * sync with 0.7.4cvs32
11627                 see ChangeLog entry 2002-04-06
11628
11629         * tools/filter_conv.pl
11630                 more bug fixes
11631
11632 2002-04-06 [paul]       0.7.4claws67
11633
11634         * tools/filter_conv.pl
11635                 modify to be able to find the name of the first
11636                 mailbox and use that. main's filter does not
11637                 record the full path to the mailbox and therefore
11638                 can only filter to the first mailbox.
11639
11640 2002-04-05 [paul]       0.7.4claws66
11641
11642         * tools/filter_conv.pl
11643                 attempt to make the script all-encompassing and
11644                 be able to convert any main 'filter' rule thrown
11645                 at it
11646
11647 2002-04-05 [paul]       0.7.4claws65
11648
11649         * tools/filter_conv.pl
11650                 allow for collapsed folder trees
11651
11652 2002-04-05 [paul]       0.7.4claws64
11653
11654         * sync with 0.7.4cvs31
11655                 see ChangeLog entries 2002-04-05
11656
11657 2002-04-03 [paul]       0.7.4claws63
11658
11659         * sync with 0.7.4cvs29
11660                 see ChangeLog entries 2002-04-02 and 2002-04-03
11661
11662 2002-04-02 [paul]       0.7.4claws62
11663
11664         * sync with 0.7.4cvs26
11665                 see ChangeLog entry 2002-04-01
11666
11667 2002-04-02 [match]      0.7.4claws61
11668
11669         * src/pine.[ch]
11670         * src/importpine.[ch]
11671         * src/addressbook.c
11672                 import Pine address book.
11673
11674 2002-04-02 [match]      0.7.4claws60
11675
11676         * src/addrharvest.[ch]
11677                 improve address parsing of funky addresses.
11678
11679 2002-04-02 [darko]      0.7.4claws59
11680
11681         * src/compose.c
11682                 wrap on send improvements, it now recognizes quoted
11683                 initials as part of the quotation string, and it
11684                 does not join lines separated by CR
11685
11686 2002-04-01 [match]      0.7.4claws58
11687
11688         * src/mgutils.[ch]
11689                 added new functions.
11690         * src/mutt.[ch]
11691                 remove excessive duplicate address generation
11692                 on import.
11693
11694 2002-04-01 [alfons]     0.7.4claws57
11695         
11696         * src/summaryview.c
11697                 put back g_free() 
11698
11699 2002-04-01 [paul]       0.7.4claws56
11700
11701         * sync with 0.7.4cvs25
11702                 see ChangeLog entry 2002-04-01
11703
11704 2002-04-01 [alfons]     0.7.4aprilfool55
11705
11706         * src/summaryview.c
11707                 honour feature request item #537427 to allow for
11708                 displaying names from address book for sent mail also
11709
11710 2002-03-29 [paul]       0.7.4claws54
11711
11712         * src/mainwindow.c
11713           src/prefs_filtering.[ch]
11714           src/prefs_matcher.c
11715           src/summaryview.c
11716                 add 'fast filter' for claws' filtering,
11717                 /Tools/Create filter rule/... patch submitted
11718                 by Neill Miller <neillm@thecodefactory.org>
11719
11720 2002-03-29 [paul]       0.7.4claws53
11721
11722         * sync with 0.7.4cvs24
11723                 see ChangeLog entry 2002-03-29
11724
11725 2002-03-28 [paul]       0.7.4claws52
11726
11727         * sync with 0.7.4cvs23
11728                 see ChangeLog entry 2002-03-28
11729
11730 2002-03-27 [melvin]     0.7.4claws51
11731
11732         * src/prefs_actions.c
11733                 Added support to pass only one message part (as a
11734                 file) to the command using '%p'. No quotes are needed
11735                 because doubles quotes are automatically added.
11736                 Fixed bug where Sylpheed could block when waiting for
11737                 a child process to finish.
11738                 Changed the help menu to remove quotes around symbols to 
11739                 avoid misinterpretation (they must not be used).
11740
11741 2002-03-27 [melvin]     0.7.4claws50
11742
11743         * src/inc.c
11744                 Made the new mail notification command always 
11745                 execute asynchronously.
11746
11747 2002-03-27 [paul]       0.7.4claws49
11748
11749         * src/compose.c
11750                 fix bug introduced in last commit
11751
11752 2002-03-27 [paul]       0.7.4claws48
11753
11754         * sync with 0.7.4cvs21
11755                 see ChangeLog 2002-03-26 and 2002-03-27
11756
11757 2002-03-26 [hoa]        0.7.4claws47
11758
11759         * src/prefs_folder_item.c
11760                 really fixed the bug #516442 with folder rescan.
11761
11762 2002-03-26 [paul]       0.7.4claws46
11763
11764         * sync with 0.7.4cvs19
11765                 see ChangeLog entries 2002-03-25 and 2002-03-26
11766
11767 2002-03-25 [hoa]        0.7.4claws45
11768
11769         * src/matcher.c
11770         * src/mh.c
11771                 fix the bug #516442 with folder rescan.
11772
11773         * src/prefs_common.[ch]
11774         * src/compose.c
11775                 added an option to enable two different behaviours
11776                 for bounce.
11777
11778
11779 2002-03-25 [paul]       0.7.4claws44
11780
11781         * src/mainwindow.c
11782           src/selective_download.c
11783                 correct a few menuitem labels
11784
11785 2002-03-25 [christoph]  0.7.4claws43
11786
11787         * src/procmsg.c
11788                 fix non deleted tmp message in
11789                 procmsg_save_to_outbox
11790                 fix problems caused by sync with
11791                 main branch's procmsg_send_queue
11792
11793 2002-03-25 [paul]       0.7.4claws42
11794
11795         * src/quote_fmt.c
11796           src/quote_fmt_lex.l
11797           src/quote_fmt_parse.y
11798                 add Last name (%L) placeholder for quoting. 
11799                 patch submitted by Thorsten Thielen 
11800                 <thth@users.sourceforge.net>
11801
11802 2002-03-25 [paul]       0.7.4claws41
11803
11804         * src/utils.c
11805                 get full hostname. patch submitted by
11806                 Bob Woodside <rwoodside1@comcast.net>
11807
11808 2002-03-25 [paul]       0.7.4claws40
11809
11810         * src/account.c
11811           src/news.c
11812           src/nntp.[ch]
11813           src/prefs_account.[ch]
11814                 enable NNTP over SSL. patch submitted by
11815                 Pascal Jermini <pascal@infinity.hn.org>
11816
11817 2002-03-24 [paul]       0.7.4claws39
11818
11819         * src/prefs_common.c
11820                 make the arrangement of the Compose tab more
11821                 coherent
11822
11823         * src/mainwindow.c
11824                 fix some irregularities of style
11825
11826         * po/de.po
11827                 updated by Kilian Krause
11828
11829 2002-03-23 [paul]       0.7.4claws38
11830
11831         * po/pt_BR.po
11832                 updated by Fabio Junior Beneditto
11833
11834 2002-03-23 [paul]       0.7.4claws37
11835
11836         * src/mainwindow.c
11837                 move 'Gather addresses' to 'Tools' menu
11838                 make 'Selective download' sensitive
11839
11840 2002-03-23 [paul]       0.7.4claws36
11841
11842         * sync with 0.7.4cvs16
11843                 see ChangeLog entries 2002-03-23
11844
11845 2002-03-22 [christoph]  0.7.4claws35
11846
11847         * src/quote_fmt_parse.y
11848                 fix include program output
11849
11850 2002-03-22 [alfons]     0.7.4claws34
11851
11852         * src/pop.c
11853                 initialize GDate stack variable correctly (sorry!)
11854
11855 2002-03-22 [paul]       0.7.4claws33
11856
11857         * src/compose.c
11858           src/mainwindow.c
11859           src/prefs_actions.c
11860           src/prefs_common.c
11861                 rename 'Tool' to 'Tools'
11862
11863         * src/mainwindow.c
11864                 move 'Delete duplicated messages' from
11865                 'Message/' to 'Tools/'
11866                 re-arrange the order of 'Tools/' items
11867
11868 2002-03-22 [paul]       0.7.4claws32
11869
11870         * src/addr_compl.c
11871           src/addressbook.[ch]
11872                 auto-address completion now also matches on
11873                 Nickname. patch submitted by Bob Forsman 
11874                 <hammor@users.sourceforge.net>
11875
11876         * src/editaddress.c
11877                 correct a spelling mistake
11878
11879 2002-03-22 [alfons]     0.7.4claws31
11880
11881         * src/pop.c
11882                 fix getting uidl from incorrect string 
11883                 (spotted by Colin)
11884
11885 2002-03-21 [alfons]     0.7.4claws30
11886
11887         * src/pop.c
11888                 more code refactoring
11889                 plug mem leak introduced by delete on server
11890
11891 2002-03-21 [paul]       0.7.4claws29
11892
11893         * sync with 0.7.4cvs11
11894                 see ChangeLog entries 2002-03-20
11895
11896 2002-03-20 [alfons]     0.7.4claws28
11897
11898         * src/inc.c
11899                 apply Colin's patch and refactor
11900
11901 2002-03-20 [paul]       0.7.4claws27
11902
11903         * sync with sylpheed 0.7.4cvs9
11904                 see ChangeLog entry 2002-03-20
11905
11906 2002-03-19 [christoph]  0.7.4claws26
11907
11908         * src/mh.c
11909         * src/procmsg.[ch]
11910         * src/summaryview.c
11911                 revert changes for flag updates
11912                 (does not work correctly and no time to debug)
11913
11914 2002-03-20 [alfons]     0.7.4claws25
11915
11916         * src/pop.c
11917                 refactor should_delete() a little bit 
11918
11919 2002-03-19 [paul]       0.7.4claws24
11920
11921         * src/inc.[ch]
11922           src/pop.c
11923           src/prefs_account.[ch]
11924                 allow the user to leave downloaded mail on the 
11925                 server for n days. Patch submitted by Colin Leroy 
11926                 <colin@colino.net>
11927
11928 2002-02-19 [paul]       0.7.4claws23
11929
11930         * sync with sylpheed 0.7.4cvs8
11931                 see ChangeLog entries 2002-03-19
11932
11933 2002-03-18 [paul]       0.7.4claws22
11934
11935         * sync with sylpheed 0.7.4cvs6
11936                 see ChangeLog entry 2002-03-18
11937
11938 2002-03-18 [paul]       0.7.4claws21
11939
11940         * po/en_GB.po
11941                 add en_GB message catalogue
11942
11943         * src/mbox_folder.c
11944           src/prefs_account.c
11945           src/prefs_actions.c
11946                 correct a few spelling mistakes
11947
11948 2002-03-17 [alfons]     0.7.4claws20
11949
11950         * src/matcher.c
11951                 more stringent checks for NULL params when writing
11952                 filtering actions to a file
11953                 
11954 2002-03-17 [hoa]        0.7.3claws20
11955
11956         * src/news.c
11957                 fixed the count of new messages
11958
11959         * src/compose.c
11960                 fixed the "attachment properties" window
11961
11962 2002-03-17 [paul]       0.7.4claws19
11963
11964         * src/defs.h
11965           src/folder.h
11966           src/news.c
11967           src/prefs_account.[ch]
11968           src/procmsg.[ch]
11969           src/summaryview.c
11970                 automatically mark cross-posted messages as read 
11971                 and (optionally) give them a colour label
11972                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11973                 
11974
11975 2002-03-17 [paul]       0.7.4claws18
11976
11977         * sync with sylpheed 0.7.4cvs5
11978                 see ChangeLog entry 2002-03-17
11979
11980 2002-03-17 [melvin]     0.7.4claws17
11981         
11982         * src/textview.c
11983                 Worked around a gtktext 'bug': when searching for 
11984                 a text in a long message it was scrolling slowly
11985                 line by line until it hit the searched text.
11986         * po/fr.po
11987                 Updated French translation
11988
11989 2002-03-17 [melvin]     0.7.4claws16
11990
11991         * src/mainwindow.c
11992         * src/compose.c
11993         * src/prefs_actions.c
11994                 Moved "Edit/Actions" to "Tool/Actions"
11995                 Made mainwindow/compose window sensitive as soon as
11996                 no child process is running anymore even if the io dialog
11997                 is open.
11998                 Fixed a struct being initialized with a non constant char*
11999
12000 2002-03-16 [christoph]  0.7.4claws15
12001
12002         * configure.in
12003                 add --with-compiler-flags option
12004                 (only for developer hacking)
12005         * src/mh.c
12006         * src/procmsg.[ch]
12007         * src/summaryview.c
12008                 try to make folder-stats and flag handling more
12009                 independent from the summaryview. msgcounts
12010                 are only set when the folder is opened and
12011                 procmsg_msginfo_(un)set_flags will handle it
12012                 later and summaryview will get the values
12013                 from the folder.
12014
12015 2002-03-16 [paul]       0.7.4claws14
12016
12017         * src/messageview.c
12018                 fix Return-receipt. Patch submitted by Bob
12019                 Woodside <rwoodside1@comcast.net>
12020
12021 2002-03-16 [paul]       0.7.4claws13
12022
12023         * src/compose.c
12024                 fix 'dynamic' signatures, make it work again
12025                 broken during sync on 2002-03-14 (0.7.4claws2)
12026
12027 2002-03-15 [match]      0.7.4claws12
12028
12029         * src/addrharvest.[ch]
12030         * src/addrgather.[ch]
12031         * src/addressbook.[ch]
12032         * src/mainwindow.c
12033                 included address harvester feature. still some
12034                 issues with address parsing that I will fix.
12035
12036 2002-03-15 [match]      0.7.4claws11
12037
12038         * src/addrbook.[ch]
12039         * src/addrcache.[ch]
12040         * src/addressbook.[ch]
12041         * src/addrindex.c
12042         * src/editbook.c
12043         * src/importldif.c
12044         * src/importmutt.c
12045         * src/jpilot.[ch]
12046         * src/main.c
12047         * src/syldap.[ch]
12048         * src/vcard.[ch]
12049                 tidy up. fix memory leaks. moved attribs and methods
12050                 from individual interfaces to addrcache object. prep
12051                 for new stuff to come in.
12052
12053 2002-03-15 [alfons]     0.7.4claws10
12054
12055         * src/matcher.[ch]
12056         * src/matcher_parser_parse.y
12057         * src/matcher_parser_lex.l
12058         * src/prefs_matcher.c
12059                 add filtering conditions message greater than, smaller 
12060                 than, and exactly matching a size in bytes
12061                 (does not work with delete from POP3 server yet)
12062
12063                 this should also give others an idea what you should
12064                 do to add new criterions to claws filtering system
12065                 
12066
12067 2002-03-15 [paul]       0.7.4claws9
12068
12069         * tools/filter_conv.pl
12070                 exit if there are no filter rules to convert
12071                 rename filterrc to filterrc.old after completion
12072
12073 2002-03-15 [paul]       0.7.4claws8
12074
12075         * sync with sylpheed 0.7.4cvs3
12076                 see ChangeLog entry 2002-03-14
12077
12078 2002-03-14 [paul]       0.7.4claws7
12079
12080         * src/compose.c
12081                 clean up the last commit (ahem)
12082
12083 2002-03-14 [paul]       0.7.4claws6
12084
12085         * src/compose.c
12086                 fix bug #515655. honour account preferences
12087                 regarding gpg default signing/encryption when 
12088                 changing account from the compose window.
12089
12090 2002-03-14 [paul]       0.7.4claws5
12091
12092         * src/folderview.c
12093                 remove unnecessary curly brackets
12094
12095 2002-03-14 [paul]       0.7.4claws4
12096
12097         * src/folderview.c
12098           src/prefs_filtering.[ch]
12099                 add filter rename on folder rename and filter
12100                 delete on folder delete. Patch submitted by
12101                 Neill Miller <neillm@thecodefactory.org> 
12102
12103 2002-03-14 [christoph]  0.7.4claws3
12104
12105         * src/procmsg.c
12106         * src/send.c
12107                 fix local delivery
12108                 (patch submitted by "Simon 'corecode' Schubert")
12109         * src/prefs_common.c
12110         * src/procmsg.c
12111                 fix gcc 3.0 warning
12112
12113 2002-03-14 [paul]       0.7.4claws2
12114
12115         * sync with sylpheed 0.7.4cvs2
12116                 see ChangeLog entry 2002-03-13
12117
12118 2002-03-12 [darko]      0.7.4claws1
12119
12120         * src/mainwindow.c
12121                 fix what seems to be a copy and paste error
12122                 when setting color for important messages
12123                 (reported by wwp)
12124
12125 2002-03-11 [paul]       version 0.7.4claws released
12126
12127 2002-03-11 [paul]       0.7.4claws
12128
12129         * po/es.po
12130           po/it.po
12131           po/nl.po
12132           po/pt_BR.po
12133                 update message catalogs. Submitted by Ricardo Mones 
12134                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12135                 Fabio Junior Beneditto
12136
12137         * configure.in
12138           faq/Makefile.am
12139           faq/it/Makefile
12140           faq/it/sylpheed-faq*
12141           src/mainwindow.c
12142           src/manual.[ch]
12143                 add FAQ in Italian
12144         
12145
12146 2002-03-11 [jens]       0.7.3claws7
12147
12148         * po/de.po
12149                 updated German translation
12150
12151 2002-03-11 [melvin]     0.7.3claws6
12152
12153         * po/fr.po
12154                 updated and corrected French translation
12155
12156 2002-03-10 [hoa]        0.7.3claws5
12157
12158         * src/account.c
12159         * src/inc.c
12160         * src/prefs_account.c
12161         * src/procmsg.c
12162         * src/send.[ch]
12163                 fixed the local account.
12164                 you have to change the default "/usr/sbin/sendmail"
12165                 to "/usr/sbin/sendmail -t" in the preferences of
12166                 the local account.
12167
12168         * src/procmime.c
12169                 removed some debug display for renderer
12170
12171 2002-03-10 [paul]       0.7.3claws4
12172
12173         * faq/en/sylpheed-faq-1.html
12174           faq/en/sylpheed-faq-2.html
12175                 update
12176
12177 2002-03-09 [paul]       0.7.3claws3
12178
12179         * sync with sylpheed 0.7.4
12180                 see ChangeLog entry 2002-03-09
12181
12182 2002-03-08 [paul]       0.7.3claws2
12183
12184         * faq/en/sylpheed-faq*
12185           faq/es/sylpheed-faq*
12186           faq/fr/sylpheed-faq*
12187                 update the FAQs
12188
12189         * manual/fr/.cvsignore
12190           manual/fr/Makefilea.am
12191           manual/fr/sylpheed*
12192           src/mainwindow.c
12193           src/manual.[ch]
12194                 add the French manual
12195
12196 2002-03-07 [paul]       0.7.3claws1
12197
12198         * sync with sylpheed 0.7.3cvs4
12199                 see ChangeLog entries  2002-03-06 and 2002-03-07
12200         
12201         * po/nl.po
12202                 updated by Wilbert Berendsen
12203
12204 2002-03-07 [melvin]     0.7.2claws34
12205
12206         * src/selective_download.c
12207                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12208
12209 2002-03-06 [paul]       0.7.2claws33
12210
12211         * sync with sylpheed 0.7.3cvs1
12212                 bug fix, see ChangeLog entry 2002-03-05
12213
12214 2002-03-05 [paul]       0.7.2claws32
12215
12216         * src/mimeview.c
12217           src/pgptext.[ch]
12218           src/procmsg.c
12219                 reverse the pgp ascii-armored code implemented in 
12220                 0.7.2claws16. removal of this code until it matures.
12221                 this means that verifying ascii-armored pgp sigs and
12222                 automatic decryption of ascii-armored encrypted
12223                 messages no longer works.
12224
12225 2002-03-05 [paul]       0.7.2claws31
12226
12227         * configure.in
12228           Makefile.am
12229         * faq/Makefile.am
12230         * faq/en/Makefile.am
12231           faq/en/sylpheed-faq.html
12232           faq/en/sylpheed-faq-1.html
12233           faq/en/sylpheed-faq-2.html
12234           faq/en/sylpheed-faq-3.html
12235         * faq/es/Makefile.am
12236           faq/es/sylpheed-faq.html
12237           faq/es/sylpheed-faq-1.html
12238           faq/es/sylpheed-faq-2.html
12239           faq/es/sylpheed-faq-3.html
12240           faq/es/sylpheed-faq-4.html
12241         * faq/fr/Makefile.am
12242           faq/fr/sylpheed-faq.html
12243           faq/fr/sylpheed-faq-1.html
12244           faq/fr/sylpheed-faq-2.html
12245           faq/fr/sylpheed-faq-3.html
12246         * src/Makefile.am
12247           src/defs.h
12248           src/mainwindow.c
12249           src/manual.[ch]
12250                 add FAQs in English, Spanish and French
12251
12252
12253 2002-03-05 [paul]       0.7.2claws30
12254
12255         * manual/en/sylpheed.html
12256           manual/en/sylpheed-XX.html
12257                 updated the English manual
12258
12259 2002-03-05 [hoa]        
12260
12261         * src/summaryview.c
12262                 dialog box pops up if the article can't be deleted.
12263
12264 2002-03-04 [paul]       
12265         
12266         * po/pt_BR.po
12267                 updated by Fabio Junior Benedito
12268
12269 2002-03-04 [hoa]
12270
12271         * removed ac/gpgme.m4
12272                 to avoid autogen common problem
12273                 developers have to install gpgme development package now
12274
12275         * src/compose.c
12276                 encoding to 7bit or 8bit is enabled.
12277
12278 2002-03-03 [alfons]     0.7.2claws29
12279
12280         * src/pop.c
12281                 merge fix by Oliver Haertel for selective
12282                 download buglet
12283
12284 2002-03-03 [paul]       0.7.2claws28
12285         
12286         * sync with sylpheed 0.7.3
12287
12288 2002-03-03 [paul]       0.7.2claws27
12289
12290         * sync with sylpheed 0.7.2cvs24
12291                 see ChangeLog entries 2002-03-02 and 2002-03-03
12292
12293 2002-03-02 [melvin]     0.7.2claws26
12294
12295         * src/inc.[ch]
12296         * src/main.c
12297         * src/mainwindow.c
12298         * src/prefs_common.[ch]
12299                 Added user definable notification on new mail arrival.
12300                 Removed unused variables in spell checker prefs code.
12301
12302 2002-03-02 [melvin]     0.7.2claws25
12303
12304         * src/quote_fmt.c
12305                 Removed unnecessary escape sequences.
12306                 Changed 'Initial...' to 'Initials of Sender'
12307
12308 2002-03-02 [paul]       0.7.2claws24
12309
12310         * sync with sylpheed 0.7.2cvs22
12311                 see ChangeLog entry 2002-03-01
12312
12313 2002-03-01 [hoa]        0.7.2claws23
12314
12315         * src/mainwindow.c
12316                 Set sensitivity of delete actions to active
12317                 even if the folder is a newsgroup.
12318
12319         * src/summaryview.c
12320                 - Set sensitivity of delete actions
12321                 - Added function check_permission() that will check if the
12322                   user is authorized to delete a message. For news, it
12323                   will check if the author is the same.
12324                 - Enabled deletion when there is no trash folder.
12325
12326         * src/news.[ch]
12327                 - Added news_cancel_article() to cancel articles
12328                 - Implemented news_remove_message() (public function)
12329
12330 2002-03-01 [paul]       0.7.2claws22
12331
12332         * src/gtkutils.c
12333           src/textview.c
12334                 recognise urls that that don't include 'http://' and
12335                 simply begin 'www.' 
12336
12337         * AUTHORS
12338                 remove duplicated name
12339
12340 2002-02-28 [paul]       0.7.2claws21
12341
12342         * src/mainwindow.c
12343           src/summaryview.[ch]
12344                 add ability to 'Select thread'
12345                 combines Melvin's "Select thread's head" patch (#510907)
12346                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12347                 patch (#518514) 
12348
12349 2002-02-28 [paul]       0.7.2claws20
12350
12351         * src/mimeview.c
12352                 hopefully fix segfault on right-clicking a mime part
12353                 that some people have experienced.      
12354                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12355
12356 2002-02-28 [paul]       0.7.2claws19
12357
12358         * sync with sylpheed 0.7.2cvs21
12359                 see ChangeLog entries 2002-02-27 and 2002-02-28
12360
12361 2002-02-27 [paul]       0.7.2claws18
12362
12363         * sync with sylpheed 0.7.2cvs18
12364                 see ChangeLog entries 2002-02-26 and 2002-02-27
12365
12366 2002-02-26 [alfons]     0.7.2claws17
12367
12368         * src/procheader.c
12369                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12370                 (spotted by Chris Hessman <idatech@gmx.net>)
12371
12372 2002-02-26 [paul]       0.7.2claws16
12373
12374         * src/mimeview.c
12375           src/pgptext.[ch]
12376           src/procmsg.c
12377                 make decryption of ascii-armored pgp encrypted messages
12378                 and verification of ascii-armored signatures work again.
12379                 slightly altered from the patch by Jens Jahnke 
12380                 <jan0sch@gmx.net>
12381
12382                 ##FIX ME##
12383                 * the checking of plaintext signatures always comes up in 
12384                   a popup box
12385                 * it doesn't work for multipart messages 
12386                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12387                   including the msg headers and these 2 line themselves, are 
12388                   not displayed
12389
12390         * src/mainwindow.c
12391                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12392                 "View/Message View" becomes "View/Separate Message View"
12393                 because its less ambiguous.
12394
12395         * po/es.po
12396                 updated by Ricardo Mones Lastra
12397
12398 2002-02-26 [paul]       0.7.2claws15
12399
12400         * sync with sylpheed 0.7.2cvs17
12401                 see ChangeLog entries 2002-02-25 and 2002-02-26
12402
12403 2002-02-25 [christoph]  0.7.2claws14
12404
12405         * src/filtering.[ch]
12406         * src/inc.c
12407                 do filtering stuff after all messages have been received
12408                   1. drop all messages to .processing
12409                   2. scan processing folder for messages
12410                   3. filter messages or move to inbox
12411                 this will also find old messages left in processing after
12412                 a crash or something like that and we get a real msginfo
12413                 from folder->get_msg_list and do not have to create our
12414                 own in filter_message
12415         * src/matcher_parser_parse.y
12416                 remove MIX/MAX warning (reordered includes)
12417
12418 2002-02-25 [paul]       0.7.2claws13
12419
12420         * sync with sylpheed 0.7.2cvs15
12421                 see ChangeLog entry 2002-02-24
12422
12423 2002-02-24 [alfons]     0.7.2claws12
12424
12425         * src/filtering.c
12426                 clear old color flags first when applying a new color to
12427                 a message info. 
12428                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12429
12430 2002-02-24 [alfons]     0.7.2.claws11
12431         
12432         * AUTHORS
12433         * src/prefs_common.c
12434                 add presets for Opera and Konqueror, closes patch #517261,
12435                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12436
12437 2002-02-24 [alfons]     0.7.2.claws10
12438
12439         * AUTHORS
12440         * src/summaryview.c
12441                 fix threading for null message ids, closes patch #521601,
12442                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12443
12444 2002-02-24 [alfons]     0.7.2claws9
12445
12446         * src/summaryview.c
12447         * src/filtering.c
12448                 make Tool | Filter Message work with filtering system so
12449                 setting flags also works
12450
12451                 TODO:
12452
12453                 - Processing uses the same function as Tool | Filter
12454                   Message, but doesn't use the same update proc yet
12455
12456 2002-02-23 [paul]       0.7.2claws8
12457
12458         * sync with sylpheed 0.7.2cvs14
12459                 see ChangeLog entries 2002-02-22 and 2002-02-23
12460
12461 2002-02-22 [christoph]  0.7.2claws7
12462
12463         * src/quote_fmt.c
12464                 Add column space to table
12465         * src/quote_fmt_parse.y
12466                 Close files
12467
12468 2002-02-22 [paul]       0.7.2claws6
12469
12470         * src/Makefile.am
12471           src/defs.h
12472           src/filtering.c
12473           src/inc.[ch]
12474           src/mainwindow.c
12475           src/matcher.[ch]
12476           src/matcher_parser_lex.l
12477           src/matcher_parser_parse.y
12478           src/pop.[ch]
12479           src/prefs_account.h
12480           src/prefs_filtering.c
12481           src/selective_download.[ch]   *** NEW FILES ***
12482           src/utils.[ch]
12483           po/POTFILES.in
12484                 Selective Download added to 'Tool' menu. 
12485                 Retrieves email headers of the currently selected pop3 
12486                 account and allows the user to mark emails for deletion 
12487                 right on the pop3 server. Patch submitted by Oliver Haertel 
12488                 <oha@users.sourceforge.net>.
12489         
12490         * po/POTFILES.in
12491                 add 'src/quote_fmt.c'           
12492
12493 2002-02-22 [christoph]  0.7.2claws5
12494
12495         * src/Makefile.am
12496                 added quote_fmt.c
12497         * src/prefs_common.[ch]
12498         * src/prefs_template.c
12499         * src/quote_fmt.c               *** NEW FILE ***
12500         * src/quote_fmt.h
12501                 move quote format symbol description code
12502                 to it's own file because it is used from
12503                 differnent code parts
12504                 Rewrote symbol description GUI
12505                   + use table
12506                   + add separators
12507                   + get data from array (no more long constant strings)
12508         * src/quote_fmt_lex.l
12509         * src/quote_fmt_parse.y
12510                 Symbol for Literal % changed to \% instead of %%
12511                 (More logical as \ is used for quoting for other symbols)
12512                 Add |f and |p to include files and program output
12513                 Examples:
12514                     |f{/home/.../.signature}
12515                     |p{date}
12516         * po/de.po
12517                 Correct wrong spelling for "Referenzen"
12518
12519 2002-02-21 [paul]       0.7.2claws4
12520
12521         * src/procmsg.c
12522                 forgotten during sync
12523
12524 2002-02-21 [paul]       0.7.2claws3
12525
12526         * sync with sylpheed 0.7.2cvs11
12527                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12528                 2002-02-20 and 2002-02-21
12529
12530 2002-02-20 [melvin]     0.7.2claws2
12531
12532         * src/prefs_actions.c
12533                 Added error report when child cannot fork or when execvp 
12534                 returns with an error.
12535
12536 2002-02-19 [christoph]  0.7.2claws1
12537
12538         * src/codeconv.c
12539                 return unconverted text if conde conversion is not possible
12540                 when libjconv is used.
12541                 (patch submitted by "Simon 'corecode' Schubert")
12542
12543 2002-02-19 [paul]       
12544
12545         * version 0.7.2claws release
12546
12547 2002-02-19 [paul]       0.7.2claws
12548
12549         * po/nl.po
12550                 updated by Wilbert Berendsen
12551
12552
12553 2002-02-18 [alfons]     0.7.1claws13
12554
12555         * src/syldap.c
12556         * src/jpilot.c
12557                 remove references to dlfcn and explicitly loading functions
12558                 from dynalink libs, because libs linked anyway, and functions
12559                 are loaded explicitly
12560
12561 2002-02-17 [melvin]     0.7.1claws12
12562
12563         * src/prefs_actions.c
12564                 Replaced children wait loop with double fork technique.
12565                 Now, input/output window updated at each new output.
12566                 free_children(): Fixed a memory leak.
12567                 Made input/output window non closable if running children
12568                 still exist.
12569                 Added missing <unistd.h> include.
12570                 Added some --debug outputs.
12571
12572 2002-02-17 [melvin]     0.7.1claws11
12573
12574         * src/summaryview.c
12575                 Fixed bug where descending sort order did not select top
12576                 message.
12577
12578 2002-02-17 [melvin]     0.7.1claws10
12579
12580         * acconfig.h
12581                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12582         * src/prefs_common.c
12583                 Pspell data package directory no more hard coded but
12584                 set during configuration (PSPELL_PATH). (Thanks to 
12585                                 Gustavo Noronha Silva.)
12586
12587 2002-02-17 [melvin]     0.7.1claws9
12588
12589         * configure.in
12590                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12591         * src/gtkspell.c
12592                 Fixed compile-time warnings.
12593
12594 2002-02-16 [alfons]     0.7.1claws8
12595
12596         * src/filesel.c
12597                 fix inadvertent free of NULL pointer which caused
12598                 sylpheed to crash when closing the save-as dialog
12599                 using the window close button
12600
12601 2002-02-16 [carsten]    0.7.1claws7
12602         * src/mainwindow.[ch]
12603           src/summaryview.c
12604           src/prefs_common.c
12605                 fixes for pixmap theming code:
12606                         - recently changed mail attributes shouldn't get
12607                           lost any longer
12608                         - theme is only reloaded iff another theme was
12609                           selected
12610
12611 2002-02-16 [paul]       0.7.1claws6
12612
12613         * sync with sylpheed 0.7.2 release
12614                 see ChangeLog entry 2002-02-15 and 2002-02-16
12615
12616 2002-02-15 [paul]       0.7.1claws5
12617
12618         * sync with sylpheed 0.7.1cvs9
12619                 see ChangeLog entry 2002-02-15
12620
12621         * po/POTFILES.in
12622                 remove unneeded headerwindow.c entry
12623
12624 2002-02-14 [carsten]    0.7.1claws4
12625         * src/summaryview.c
12626                 fixed a bug for "Go to next unread message": there was
12627                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12628                 in the prefs, because of doing "Search again" instead
12629                 "No"
12630
12631 2002-02-14 [carsten]    0.7.1claws3
12632         * src/stock_pixmap.c
12633                 removed 2 more mem leaks; following memprof,
12634                 this code is "leak free" now :)
12635
12636 2002-02-14 [carsten]    0.7.1claws2
12637         * src/stock_pixmap.c
12638                 used opendir/readdir/closedir instead of scandir
12639                 -> code should work now on Solaris
12640
12641 2002-02-14 [paul]       0.7.1claws1
12642
12643         * sync with sylpheed 0.7.1cvs8
12644                 see ChangeLog entries 2002-02-13 and 2002-02-14
12645
12646         * README.claws
12647                 add some description of Actions and Pixmap Themes
12648
12649 2002-02-13 [paul]       
12650
12651         * version 0.7.1claws release
12652
12653 2002-02-13 [paul]       0.7.1claws
12654
12655         * po/es.po
12656           po/it.po
12657           po/pt_BR.po
12658                 updated translations, submitted by Ricardo Mones Lastra,
12659                 Alessandro Maestri and Fabio Junior Beneditto
12660
12661 2002-02-13 [melvin]     0.7.0claws75
12662
12663         * src/prefs_actions.c
12664                 Added missing "signal.h" include
12665
12666 2002-02-13 [melvin]     0.7.0claws74
12667
12668         * src/prefs_folder_item.c
12669                 Added missing "config.h" include
12670         * po/fr.po
12671                 Updated French translation for folder propriety.
12672
12673 2002-02-13 [jens]       0.7.0claws73
12674
12675         * po/POTFILES.in
12676                 Added missing src/prefs_folder_item.c [log added by melvin]
12677         * po/de.po
12678                 Updated German translation.
12679
12680 2002-02-13 [melvin]     0.7.0claws72
12681
12682         * po/fr.po
12683                 Updated French translation.
12684
12685 2002-02-13 [melvin]     0.7.0claws71
12686
12687         * src/gtkutils.c
12688                 Made gtkut_editable_get_selection return NULL if selection
12689                 is of length zero.
12690                 This fixes a bug where selecting part of message A then
12691                 switching to message B and replying to it will not
12692                 quote the message's body.
12693
12694 2002-02-12 [paul]       0.7.0claws70
12695
12696         * src/mainwindow.c
12697                 cosmetic, relating to pixmap themes: on toolbar make 
12698                 updating of 'Exec' and 'Compose news/Compose email'
12699                 icons faster.
12700
12701 2002-02-12 [carsten]    0.7.0claws69
12702         * src/folderview.c
12703           src/mainwindow.[ch]
12704           src/stock_pixmap.c
12705           src/summaryview.c
12706           src/prefs_common.c
12707                 - refreshing after changing pixmap theme better
12708                   now (thanks Paul)
12709                 - wanted to remove some mem leaks, but alfons was
12710                   faster (and had the better solution ;)
12711
12712 2002-02-12 [alfons]     0.7.0claws68
12713
12714         * src/prefs_common.c
12715         * src/stock_pixmap.[ch]
12716                 plug mem leaks, refactor code a little bit
12717
12718
12719 2002-02-12 [sergey]     0.7.0claws67
12720
12721         * src/imap.c
12722                 Fixed problem with copying messages to IMAP folders when the
12723                 server uses something other than '/' as a namespace separator
12724                 (cyrus-imapd uses '.').
12725
12726 2002-02-12 [jens]       0.7.0claws66
12727
12728         * po/de.po
12729                 Updated German Translation
12730
12731 2002-02-12 [paul]       0.7.0claws65
12732
12733         * sync with sylpheed 0.7.1cvs1
12734                 see ChangeLog entry 2002-02-12
12735
12736 2002-02-12 [melvin]     0.7.0claws64
12737
12738         * src/prefs_actions.c
12739                 Fixed "feature" where children's output was duplicated 
12740                 instead of refreshed while monitoring.
12741                 Removed some debug code.
12742
12743 2002-02-12 [christoph]  0.7.0claws63
12744
12745         * src/compose.c
12746                 always delete message from queue after sending/send error
12747                 (closes bug #509601)
12748
12749 2002-02-12 [melvin]     0.7.0claws62
12750
12751         * src/prefs_actions.c
12752                 Children wait loop is now triggered with a timeout of 1s
12753                 Added %F which is replaced with the list of filenames 
12754                 of all selected messages (as suggested by Ricardo Mones Lestra)
12755                 Pipe syntax changed. Prefix with | to send selection, postfix
12756                 with | to retrieve output. Prefix with > or * to send
12757                 user definable input to the command (*: input is hidden)
12758                 Old pipe action should now be postfixed with |, too.
12759
12760 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12761         * src/stock_pixmap.c
12762                 fixed a bug: if there's no theme directory don't
12763                 throw an error, just do "nothing" (thanks Alfons)
12764
12765 2002-02-12 [carsten]    0.7.0claws60
12766         * src/folderview.c
12767           src/summaryview.c
12768                 had to write the cache twice (nasty!); some marks would 
12769                 get lost if not
12770
12771 2002-02-11 [carsten]    0.7.0claws59
12772         * acconfig.h
12773           configure.in
12774           doc-src/maintainer_guide.txt
12775           src/compose.[ch]
12776           src/defs.h
12777           src/folderview.[ch]
12778           src/gtkutils.[ch]
12779           src/mainwindow.[ch]
12780           src/prefs_common.[ch]
12781           src/stock_pixmap.[ch]
12782           src/summaryview.[ch]
12783                 pixmap theming and related work on pixmap
12784                 handling on some other places
12785                 (e.g. hrm features for all folder)
12786           src/pixmap/stock_*.xpm -> the stock_ was removed
12787         
12788 2002-02-11 [paul]       0.7.0claws58
12789
12790         * sync with sylpheed 0.7.1 release
12791                 see ChangeLog entries 2002-02-11
12792
12793 2002-02-08 [paul]       0.7.0claws57
12794
12795         * sync with sylpheed 0.7.0cvs39
12796                 see ChangeLog entry 2002-02-07 (last entry) 
12797
12798         * src/prefs_actions.c
12799           src/prefs_filtering.c
12800           src/prefs_matcher.c
12801           src/prefs_scoring.c
12802                 sync: made it compile with C compilers other than gcc
12803
12804 2002-02-07 [paul]       0.7.0claws56
12805
12806         * sync with sylpheed 0.7.0cvs38
12807                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12808                 2002-02-07
12809
12810 2002-02-07 [darko]      0.7.0claws55
12811
12812         * src/gtkutils.[ch]
12813         * src/summaryview.c
12814                 Fix const gchar */gchar * issue (thanks Hiro)
12815
12816 2002-02-07 [darko]      0.7.0claws54
12817
12818         * src/compose.[ch]
12819         * src/filtering.c
12820         * src/gtkutils.[ch]
12821         * src/prefs_template.c
12822         * src/quote_fmt.h
12823         * src/quote_fmt_parse.y
12824         * src/summaryview.c
12825         * src/utils.[ch]
12826                 When replying or forwarding an email don't quote the entire
12827                 mail body but use the part of the message text that is selected
12828
12829 2002-02-06 [melvin]     0.7.0claws53
12830
12831         * src/prefs_common.[ch]
12832         * src/gtkspell.[ch]
12833         * src/compose.c
12834                 Made possible to switch quickly to last used dictionary
12835                 which makes checking bilingual documents easier.
12836
12837 2002-02-06 [melvin]     0.7.0claws52
12838         
12839         * po/POTFILES.in
12840                 Added forgotten new file src/prefs_actions.c
12841
12842 2002-02-06 [melvin]     0.7.0claws51
12843
12844         * src/prefs_actions.c   ** NEW FILE **
12845         * src/prefs_actions.h   ** NEW FILE **
12846                 Added actions to execute on message text view, or on the
12847                         message's file.
12848         * src/Makefile.am
12849                 Added src/prefs_actions.[ch]
12850         * src/compose.c
12851                 Added new menu "Edit/Actions"
12852         * src/defs.h
12853                 Added new actionsrc file.
12854         * src/main.c
12855                 Added actionsrc reading.
12856         * src/mainwindow.c
12857                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12858         * src/prefs_common.h
12859                 Added new element actionslst element to prefs_common.
12860
12861 2002-02-06 [paul]       0.7.0claws50
12862
12863         * sync with sylpheed 0.7.0cvs36
12864                 see ChangeLog entry 2002-02-06
12865
12866 2002-02-05 [paul]
12867
12868         * po/es.po
12869                 updated by Ricardo Mones Lastra
12870
12871 2002-02-05 [paul]       0.7.0claws49
12872
12873         * sync with sylpheed 0.7.0cvs33
12874                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12875
12876 2002-02-05 [paul]       0.7.0claws48
12877
12878         * src/compose.c
12879                 re-add 'Edit/Advanced/Delete entire line', previously named
12880                 'Delete Line+'
12881
12882 2002-02-04 [paul]       0.7.0claws47
12883
12884         * src/compose.c
12885           src/summaryview.c
12886                 fix bug #494993 (Reply All not taking Reply-To into consi)
12887                 eliminate differences in behaviour of right-click 'Reply to all' 
12888                 in summary view and 'Reply to all' on the toolbar. 
12889                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12890                 view and From gets ignored by 'Reply to all' on toolbar.
12891                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12892                 From when no Reply-To header is present.
12893
12894 2002-02-04 [paul]       0.7.0claws46
12895
12896         * sync with sylpheed 0.7.0cvs30
12897                 see ChangeLog entries 2002-02-03 and 2002-02-04
12898
12899 2002-02-03 [melvin]     0.7.0claws45
12900
12901         * src/gtkspell.[ch]
12902                 Readded function to highlight all misspelled words.
12903                 Fixed bug where user-provided-words did not replace
12904                         correctly the misspelled word when using the mouse.
12905                 Fixed bug where checking a region selected from right to left did
12906                         not check the region at all.
12907                 Fixed bug where 'Check backwards' may not check at all. 
12908                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12909                 Fixed possible buffer overflow when checking for long strings (>1k).
12910                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12911                 Accelerators code uses now gtk_widget_add_accel.
12912                 Removed and disabled obsolete and unfinished code.
12913                 Cleaning up.
12914
12915         * src/compose.c
12916                 Added menu item to Highlight all misspelled words.
12917
12918 2002-02-01 [paul]       0.7.0claws44
12919
12920         * src/mainwindow.c
12921                 fix '/View/Hide read messages' sensitivity when all
12922                 messages in a folder are hidden
12923
12924 2002-02-01 [paul]       0.7.0claws43
12925
12926         * src/main.c
12927                 add --send option to command line interface, sends all
12928                 queued mail. Patch submitted by Ricardo Mones Lastra.
12929
12930 2002-01-31 [paul]       0.7.0claws42
12931
12932         * src/mainwindow.c
12933                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12934
12935 2002-01-31 [paul]       0.7.0claws41
12936
12937         * sync with sylpheed 0.7.0cvs27
12938                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12939                 and 2002-01-31
12940
12941         * src/textview.c
12942                 comment out elements of textview_show_part() as temporary
12943                 workaround for attachment 'Display as text' bug 
12944
12945         * po/pt_BR.po
12946                 updated by Fabio Junior Beneditto
12947
12948 2002-01-30 [paul]       0.7.0claws40
12949
12950         * sync with sylpheed 0.7.0cvs24
12951                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12952                 and 2002-01-30
12953
12954         * src/compose.c
12955                 add {N_("/_Spelling"), ... "<Branch>"} to 
12956                 GtkItemFactoryEntry compose_entries[]
12957
12958         * src/prefs_common.c
12959                 add claws menu items to prefs_keybind_apply_clicked()
12960                 and remove non-claws menu items
12961
12962 2002-01-29 [paul]       0.7.0claws39
12963
12964         * sync with sylpheed 0.7.0cvs22
12965                 see ChangeLog entries 2002-01-28 and 2002-01-29
12966
12967 2002-01-28 [melvin]     0.7.0claws38
12968
12969         * src/compose.c
12970                 Added the declartion of compose_send_control_enter.
12971
12972         * src/compose.c
12973         * src/gtkspell.[ch]
12974                 Added in a 'Spelling' menu which includes the configuration menu. 
12975                 Added a real 'Check all' and got rid from the old one which only
12976                 highlited misspelled word.
12977                 Made 'Check while typing' a disableable option.
12978                 Added a dialog when there are no more misspelled word.
12979                 Added a dialog if error occurs when switching to a dictionary.
12980         
12981         * src/prefs_common.[ch]
12982                 Added option for the default 'Check while typing' option.
12983
12984
12985 2002-01-28 [alfons]     0.7.0claws37
12986
12987         * src/compose.c
12988                 fix buglet and make code comply with sylpheed code style
12989
12990 2002-01-28 [paul]       0.7.0claws36
12991
12992         * sync with sylpheed 0.7.0cvs19
12993                 see ChangeLog entries for 2002-01-28
12994
12995 2002-01-28 [hoa]        0.7.0claws35
12996
12997         * src/defs.h
12998                 added rendererrc
12999
13000         * src/main.c
13001                 read the renderer config
13002
13003         * src/procmime.[ch]
13004                 use the renderer config to convert mime attachments
13005
13006         * src/textview.c
13007                 don't use textview_show_html/ertf,
13008                 use get_text_content instead
13009
13010 2002-01-27 [alfons]     0.7.0claws34
13011         
13012         * src/news.c
13013                 make sylpheed believe it can delete a news message...
13014                 (messages are NOT deleted, maybe we should remove
13015                 processing from the folder properties after all.)
13016
13017 2002-01-27 [alfons]     0.7.0claws33
13018
13019         * src/folder.c
13020                 add extra checks
13021         * src/news.c
13022                 implement remove_msg() 
13023
13024 2002-01-27 [alfons]     0.7.0claws32
13025
13026         * src/procmsg.h
13027         * src/procheader.c
13028         * src/messageview.c
13029                 fix return receipt / disposition notification again. this
13030                 stuff seems to break on _every_ major summary UI change, so
13031                 it's now implemented using a flag which is saved in the
13032                 marks cache
13033                 
13034 2002-01-26 [alfons]     0.7.0claws31
13035
13036         * src/import.c
13037                 let import dialog show the destination folder identifier
13038
13039 2002-01-26 [melvin]     0.7.0claws30
13040
13041         * src/folderview.c
13042         * src/summaryview.c
13043                 Readded 'Mark all read' into summary view popup menu
13044                 Added 'Mark all read' in folder view popup menu for IMAP
13045                 and NNTP.
13046                 Made it insensitive if the selected folder is not the shown
13047                 one to avoid 'Mark all read' on the wrong folder.
13048                 
13049 2002-01-26 [paul]       0.7.0claws29
13050
13051         * src/folderview.c
13052           src/summaryview.c
13053                 move 'Mark all read' from summary view to folder view
13054                 menu. (adapted from) patch submitted by Jeremy Andrews,
13055                 <lists@kerneltrap.com>
13056
13057 2002-01-25 [alfons]     0.7.0claws28
13058
13059         * src/gtkstext.c
13060                 put the gtk class name back so GtkSText adapts the 
13061                 settings of GtkText
13062
13063 2002-01-25 [alfons]     0.7.0claws27
13064
13065         * src/folderview.c 
13066                 assimilate Ricardo's patch that shows pixmaps instead of
13067                 plain "new" and "unread" texts in the folder view column
13068                 headers 
13069
13070 2002-01-25 [paul]       0.7.0claws26
13071
13072         * src/Makefile.am
13073                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13074                 be found in non-standard locations. 
13075                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13076
13077 2002-01-25 [paul]       0.7.0claws25
13078
13079         * sync with sylpheed 0.7.0cvs16
13080                 see ChangeLog entry 2002-01-25
13081
13082 2002-01-24 [paul]       0.7.0claws24
13083
13084         * more sync with sylpheed 0.7.0cvs15
13085                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13086
13087 2002-01-23 [sergey]     0.7.0claws23
13088
13089         * src/importldif.c
13090                 Fixed segfault when closing LDIF import wizard with
13091                 the window manager.
13092         * src/imageview.c
13093         * src/imageview.h
13094         * src/messageview.c
13095         * src/mimeview.c
13096                 Fixed wrong scrolling position after switching between
13097                 text and image parts.
13098
13099 2002-01-23 [paul]       0.7.0claws22
13100
13101         * sync with sylpheed 0.7.0cvs15
13102                 see ChangeLog entries 2002-01-22 and 2002-01-23
13103
13104 2002-01-21 [melvin]     0.7.0claws21
13105
13106         * src/prefs_scoring.c
13107         * src/prefs_filtering.c
13108                 Fixed bug where scoring and filtering windows stopped
13109                 autochecking.
13110
13111 2002-01-21 [paul]       0.7.0claws20
13112
13113         * sync with sylpheed 0.7.0cvs12
13114                 see ChangeLog entries 2002-01-20 and 2002-01-21
13115
13116 2002-01-21 [carsten]    0.7.0claws19
13117         * src/mainwindow.c
13118         * src/menu.[ch]
13119         * src/messageview.[ch]
13120         * src/summaryview.[ch]
13121                 changes to shortcuts handling again:
13122                         + "Q" now controled by mainwin
13123                         + v/V are now customizable and have slightly
13124                           different meanings
13125                 the "button" to minimize the messageview (and maximize
13126                 the summary view) is a real button now
13127         * src/compose.c
13128                 "Delete Line+" added to Edit/Advanced (this will also
13129                 delete the '\n')
13130
13131 2002-01-20 [melvin] 0.7.0claws18
13132
13133         * src/addressbook.c
13134                 Made "Bcc" sensitive when addressbook is called from
13135                 compose window (it was a Claws only bug).
13136
13137 2002-01-19 [alfons] 0.7.0claws17
13138
13139         * src/inc.c
13140                 prevent unnecessary updates when currently selected folder has
13141                 no new messages 
13142
13143 2002-01-19 [alfons] 0.7.0claws16
13144         
13145         * src/summaryview.c
13146                 prevent writing the cache based on current message list in summary 
13147                 view when filtering also put messages in currently selected folder
13148
13149 2002-01-19 [paul]
13150
13151         * po/it.po
13152                 Italian translation submitted by Alessandro Maestri
13153                 <a.maestri@cs.tin.it>
13154
13155 2002-01-18 [melvin]     0.7.0claws15
13156
13157         * src/prefs_filters.c
13158                 fixed bug where 'cancel' from 'filters' window stops autochecking
13159                 if the timer timed out  when the window was open.
13160
13161 2002-01-18 [match]      0.7.0claws14
13162
13163         * src/addrclip.[ch]     ** NEW FILE **
13164         * src/addrselect.[ch]   ** NEW FILE **
13165         * src/adbookbase.h      ** NEW FILE **
13166                 addressbook cut, copy and paste
13167         * src/addrbook.[ch]
13168         * src/addrcache.[ch]
13169         * src/addressitem.h
13170         * src/addrindex.[ch]
13171         * src/addritem.[ch]
13172         * src/importldif.c
13173         * src/importmutt.c
13174         * src/jpilot.[ch]
13175         * src/syldap.[ch]
13176         * src/vcard.[ch]
13177         * src/jpilot.[ch]
13178         * src/editbook.c
13179         * src/editjpilot.c
13180         * src/editldap.c
13181         * src/editvcard.c
13182                 support for copy/paste
13183         * src/addressbook.c
13184                 support for copy/paste
13185                 tidy up menu option processing
13186                 correct address list function arguments
13187         * src/editaddress.c
13188                 sort user attributes
13189         * src/ldif.h
13190         * src/mutt.h
13191                 tidy up
13192
13193         * src/addrbook.[ch]
13194         * src/addrbook.[ch]
13195         * src/addrbook.[ch]
13196                 
13197
13198 2002-01-18 [paul]       0.7.0claws13
13199
13200         * sync with sylpheed 0.7.0cvs8
13201                 configure.in: support Mac OS X (Darwin)
13202
13203 2002-01-18 [carsten]    0.7.0claws12
13204         * src/html.c
13205                 small hack to fix a segfault with an empty href
13206                 (reported by Alexandra Walford <deeni@altern.org>)
13207         * src/mainwindow.c
13208         * src/summaryview.c
13209                 the shortcuts for Mark und Mark as unread are hardcoded
13210                 again
13211         * src/compose.c
13212         * src/gtkstext.[ch]
13213                 readded the shortcuts in gtkstext but made them
13214                 customizeable (simply by adding a menu plus a wrapper
13215                 to compose.c)
13216
13217 2002-01-17 [melvin]     0.7.0claws11
13218
13219         * src/gtkspell.c
13220                 fix default dictionary not being saved.
13221
13222 2002-01-16 [darko]      0.7.0claws10
13223
13224         * src/compose.c
13225                 fix wrapping crash with URL longer than wrapping margin
13226
13227 2002-12-08 [hoa]        0.7.0claws10
13228
13229         * src/matcher_parser_parse.y
13230                 fixed some bugs
13231
13232         * src/prefs_filtering.c
13233                 now, we can use bounce action in the dialog box.
13234
13235 2002-01-16 [carsten]    0.7.0claws9
13236         * src/gtkstext.c
13237                 removed the <control> and <alt> shortcuts because they're
13238                 not needed and interefered with the "normal" shortcuts
13239         * src/mainwindow.c
13240         * src/summaryview.c
13241                 removed most of the hardcoded shortcuts and assigned
13242                 them to menu entries making them easy customizable by
13243                 that
13244
13245 2002-01-16 |melvin]     0.7.0claws8
13246
13247         * src/gtkspell.c
13248                 fixed bug where using the mouse and when the compose
13249                 window is not on top may result in a crash.
13250
13251 2002-01-16 [melvin]     0.7.0claws7
13252
13253         * src/compose.c
13254                 fixed a long standingspell checker bug which could 
13255                 cause a crash after sending a message.
13256
13257 2002-01-16 [paul]       0.7.0claws6
13258
13259         * sync with sylpheed 0.7.0cvs7
13260                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13261                 2002-01-15, and 2002-01-16
13262
13263 2002-01-16 [melvin]     0.7.0claws5
13264
13265         * README.claws
13266         * src/compose.c
13267         * src/gtkspell.[ch]
13268         * src/main.c
13269                 Heavily modified spell checker code to work around
13270                 ispell bug, to add keyboard shortcuts and for future
13271                 enhancements. See README.claws for usage information.
13272
13273 2002-01-15 [alfons]     0.7.0claws4
13274         
13275         * src/summaryview.c
13276                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13277                 so sorting within threads reflects sort mode
13278
13279 2002-01-15 [christoph]  0.7.0claws3
13280
13281         * src/procmsg.c
13282                 added alertpanel if mail sending failed
13283
13284 2002-01-15 [alfons]     0.7.0claws2
13285         
13286         * src/prefs_filtering.c
13287                 don't stop timer when prefs filtering dialog is opened
13288
13289 2002-01-14 [alfons]     0.7.0claws1
13290
13291         * src/addr_compl.c
13292         * src/prefs.c
13293                 remove debug_print()s for privacy reasons
13294
13295 2002-01-14 [darko]      0.7.0claws
13296
13297         * README.claws
13298                 quotation wrapping is now also in the main branch
13299
13300 2002-01-14 [paul]
13301
13302         * tools/filter_conv.pl
13303                 allow for Boolean Op and case-sensitivity
13304                 this file is included in the release and tagged
13305                 'rel_0_7_0'
13306
13307 2002-01-13 [paul]       0.7.0claws
13308
13309         * release 0.7.0, with cvs tag 'rel_0_7_0'
13310
13311 2002-01-13 [paul]
13312
13313         * tools/filter_conv.pl
13314         * tools/README
13315                 rewritten to output to matcherrc instead of filteringrc
13316
13317         * po/es.po
13318                 updated Spanish translation by Ricardo Mones Lastra
13319
13320 2002-01-13 [alfons]
13321
13322         * po/nl.po
13323                 update dutch translation
13324
13325 2002-01-13 [paul]
13326
13327         * po/pt_BR.po
13328                 Updated by Fabio Junior Beneditto 
13329
13330 2002-01-13 [melvin]     0.6.6claws53
13331
13332         * po/fr.po
13333                 Updated french translation
13334
13335 2002-01-12 [alfons]     0.6.6claws52
13336
13337         * src/filtering.c
13338                 plug mem leak that has been sitting there for ages              
13339
13340 2002-01-12 [alfons]     0.6.6claws51
13341
13342         * src/summaryview.c
13343                 undo melvin's changes from 0.6.6claws48 because summary
13344                 view now refuses to select first unread message when
13345                 selecting a folder 
13346
13347 2002-01-11 [alfons]     0.6.6claws50
13348
13349         * src/import.c
13350                 use claws' semantics for getting folder item when
13351                 importing an mbox file into a folder 
13352                 (submitted by Dale P. Smith)
13353
13354 2002-01-11 [christoph]  0.6.6claws49
13355
13356         * src/prefs.h
13357                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13358                 toggle widget, because non static prefs can not use
13359                 prefs_set_* functions
13360         * src/prefs_account.c
13361                 toggle smtp auth password field sensitivity if
13362                 user id is empty and add descrition of usage for
13363                 these fields
13364         * src/prefs_folder_item.c
13365                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13366                 callbacks
13367
13368 2002-01-11 [melvin]     0.6.6claws48
13369
13370         * src/compose.c
13371                 fix the 'Ctrl-Enter' feature for sending and test really
13372                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13373                 editables which was not documented in Gtk)
13374
13375         * src/summaryview.c
13376                 Made summaryview refresh after sorting and not before.
13377
13378 2002-01-11 [christoph]  0.6.6claws47
13379
13380         * src/compose.c
13381                 select account from account ids if possible and
13382                 correctly set save folder for copy in reedit
13383
13384 2002-01-10 [paul]       0.6.6claws46
13385
13386         * sync with sylpheed 0.7.0 release
13387                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13388                 2002-01-09
13389
13390 2002-01-09 [alfons]
13391
13392         * src/summaryview.c
13393                 remove more dirt traces...
13394
13395 2002-01-09 [alfons]
13396         
13397         * src/summaryview.c
13398                 clean up some traces of my debugging stuff
13399
13400 2002-01-09 [alfons]     0.6.6claws45
13401
13402         * src/filtering.c
13403                 break up filteringprop_apply() in three separate pieces
13404                 so we can drop messages that failed processing in the
13405                 inbox
13406
13407         * src/summaryview.c
13408                 fix bug #469598 "no refresh of inbox after filter" which 
13409                 was introduced by the new summary view locking, and which 
13410                 prevented the summary view to update after a manual filter 
13411                 message. claw's filter message requires a summary_show().
13412                 (aargh, summary_show() again! :-)
13413                 
13414 2002-01-07 [alfons]     0.6.6claws44
13415
13416         * src/headerwindow.c
13417         * src/logwindow.c
13418         * src/messageview.c
13419         * src/sourcewindow.c
13420                 bring in Hiro's last 0.7.0 wm class fixes
13421
13422         * tools/sylprint.pl
13423                 bring in Ricardo's fix for sylprint script
13424
13425         * AUTHORS       
13426         * src/rfc2015.[ch]
13427         * src/prefs_common.[ch]
13428         * src/prefs_account.[ch]
13429         * src/compose.c
13430                 clean up account preference poison in rfc2015,
13431                 and preparation to fix double sign bug 
13432                 (patch submitted by Simon 'corecode' Schubert)
13433
13434 2002-01-07 [christoph]  0.6.6claws43
13435
13436         * src/mh.c
13437                 search for free message number, do not only rely
13438                 on last_num
13439         * src/send.c
13440                 fix smtp auth and use extra account information
13441                 if available, if not use pop3 data instead
13442                 (closes bug #500341)            
13443         * src/ssl.[ch]
13444                 match coding style
13445
13446 2002-01-06 [alfons]     0.6.6claws42
13447
13448         * src/mainwindow.c
13449                 try making the separate windows work again...
13450
13451 2002-01-06 [alfons]     0.6.6claws41
13452
13453         * src/mainwindow.c
13454                 adapt Hiro's separate window menu (to get rid of the funny
13455                 duplicate menu items), and make it work again
13456
13457 2002-01-06 [alfons]     0.6.6claws40
13458
13459         * tools/Makefile.am
13460         * tools/sylprint.rc
13461         * tools/sylprint.pl
13462         * tools/README.sylprint
13463                 add sylprint script for printing mails from Sylpheed
13464                 (contributed by Ricardo Mones Lastra)
13465
13466         * src/acount.c
13467                 clean up
13468
13469 2002-01-06 [melvin]     0.6.6claws39
13470
13471         * src/mainwindow.c
13472         * src/summaryview.c
13473                 Fixed crash introduced in 0.6.6claws38 by the menu
13474                 reorganisation (Hide read messages)
13475         
13476         * ChangeLog.claws 
13477                 Fixed typo (we are now in 2002, alfons ;) )
13478
13479 2002-01-05 [alfons]     0.6.6claws38
13480
13481         * sync with sylpheed 0.6.6cvs10-17
13482                 (last stuff marked as LAST_STABLE)
13483
13484 2002-01-04 [melvin]     0.6.6claws37
13485
13486         * src/account.c
13487                 Made account selection code use strcasestr again instead of
13488                 g_strcasecmp (fixes bug where reediting queued messages
13489                 did not select proper account reported by T. Link).
13490         
13491         * src/folderview.c
13492                 Fix bug where folder icons are not shown when 'hide read messages'
13493                 is on.
13494         
13495         * src/stock_pixmaps.[ch]
13496                 Added folder icons for 'hide read messages'.
13497         
13498         * src/compose.c
13499                 Fixed bug where 'Enter' in a header entry will send the message 
13500                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13501
13502 2002-01-03 [melvin]     0.6.6claws36
13503         
13504         * src/prefs.[ch]
13505                 Added popup menu for common preferences and
13506                 account preferences (right click on tab displays
13507                                 a menu of all tabs.)
13508
13509 2002-01-02 [melvin]     0.6.6claws35
13510
13511         * src/gtkspell.[ch]
13512                 Made spelling code compatible with undo/redo feature.
13513                 Added creation of suggestion mode menu for the general
13514                         preferences.
13515         
13516         * src/prefs_common.[ch]
13517                 Added option menu for the speller's suggestion mode.
13518                 Added missing spaces in "..." buttons and made a "..."
13519                         button non translatable!
13520         
13521         * src/compose.c
13522                 Made speller use the default suggestion mode.
13523                 Hack to make it possible to choose 'CTRL-Enter' as a
13524                         shortcut for sending (and only for sending).
13525
13526         * src/prefs_folder_item.c
13527                 Changing subject simplification does not update cache 
13528                         anymore (because it is unnecessary).
13529                 Fixed bug where changing subject simplification updated the 
13530                         summaryview even when the viewed folder is not the
13531                         folder which properties are being changed. (E.g. 
13532                                         viewing folder A and changing
13533                                         the subject simplification of 
13534                                         folder B -not being viewed- updated the 
13535                                         summaryview of folder A with data of
13536                                         folder B). (Hope this is clear... )
13537
13538 2001-12-31 [alfons]     0.6.6claws34
13539         
13540         * src/ldif.c
13541         * src/mutt.c
13542                 fgetc() returns a signed integer which doesn't
13543                 fit in a char. so c truncates this to a char
13544                 but we may lose significant bits. i.e. we may
13545                 comparing 0xFF which may not be equal to -1
13546                 unless properly casted to signed char which
13547                 we won't do because fgetc() returns a signed
13548                 integer which doesn't fit in a char. so c 
13549                 truncates this to a char but we may lose 
13550                 significat bits. (you got the idea, thanks
13551                 to Gustavo Noronha Silva <kov@debian.org>
13552                 and the Debian folks!)
13553
13554 2001-12-30 [alfons]     0.6.6claws33
13555
13556         * src/prefs_common.c
13557                 add #ifdef USE_PSPELLs that Melvin forgot               
13558
13559 2001-12-30 [melvin]     0.6.6claws32
13560         
13561         * src/prefs_common.[ch]
13562                 Added configurable color for misspelled words.
13563
13564         * src/gtkspell.[ch]
13565                 Fixed bug of foreground text color (reported by David
13566                                 Mehrmann)
13567                 Added configurable color for misspelled words.
13568
13569 2001-12-30 [alfons]     0.6.6claws31
13570
13571         * src/folder.c
13572                 remove unnecessary things someone put there
13573
13574         * src/mh.c
13575         * src/folder.[ch]
13576                 make folder properties (like threading and sorting) persistent
13577                 (closes bug #497424 "rescan folder tree resets proprieties")
13578                 currently this is only for MH folders. 
13579
13580 2001-12-29 [melvin]     0.6.6claws30
13581
13582         * src/string_match.[ch]
13583                 Optimized a bit: regexp pattern buffer compiled only once, and
13584                   one subroutine call removed. Fixed ^ regexp search: Now, 
13585                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13586         
13587         * src/summaryview.c
13588                 Subject filtering changed to filter summary columns and
13589                   not directly the messages subject cache. The loss in 
13590                   performance is balanced by the improvement of string_match.
13591                 Added an alert panel if there is an error in the regexp.
13592
13593         * src/src/prefs_folder_item.h
13594                 Added a regexp pattern buffer.
13595
13596 2001-12-28 [alfons]     0.6.6claws29
13597
13598         * src/string_match.[ch]
13599                 clean up name space
13600                 allow compilation *BSD
13601
13602 2001-12-27 [alfons]     0.6.6claws28
13603
13604         * src/filter.c
13605                 sync the Hiro's bug fix for BSD
13606
13607 2001-12-27 [melvin]     0.6.6claws27
13608         
13609         * src/compose.c
13610                 Simplify focus to subject entry code.
13611
13612 2001-12-27 [darko]      0.6.6claws26
13613
13614         * src/filtering.c
13615         * src/mbox_folder.c
13616         * src/messageview.c
13617         * src/mh.c
13618         * src/procheader.[ch]
13619         * src/procmsg.h
13620         * src/stock_pixmap.[ch]
13621         * src/summaryview.c
13622                 Show key icon for encrypted mails in summary view
13623
13624         * src/pixmaps/clip.xpm
13625         * src/pixmaps/clipkey.xpm
13626         * src/pixmaps/key.xpm
13627                 New/modified icons for the above
13628
13629 2001-12-27 [melvin]     0.6.6claws25
13630
13631         * src/prefs_common.c
13632                 Put spell checker options in a separate tab to decrease
13633                 the Common Preferences window height.
13634
13635         * README.claws  
13636                 Update spell checker usage instruction about its options
13637                 location.
13638
13639 2001-12-27 [melvin]     0.6.6claws24
13640
13641         * src/compose.c
13642                 Changed subject entry widget position. Initial focus is
13643                 on the To header instead of the subject entry.
13644                 Creating a new header scrolls the header list to make the
13645                 created one visible. Nevertheless, when automatically filling
13646                 headers, the first one is shown.
13647                 A Tab key press in the last empty header entry zips the 
13648                 focus to the subject entry.
13649                 (I did not change the combo boxes, yet)
13650
13651 2001-12-26 [alfons]     0.6.6claws23
13652
13653         * src/prefs_account.c
13654         * src/inc.c
13655                 allow default inbox to reside in another mailbox (only
13656                 works for POP3 accounts)
13657
13658 2001-12-26 [alfons]     0.6.6claws22
13659         
13660         * src/textview.c
13661                 make reply-on-click work with the account of the selected folder
13662         * src/compose.c
13663                 put a fixme here to remind me to fix finding correct default
13664                 account for nested folders
13665
13666 2001-12-25 [alfons]     0.6.6claws21
13667
13668         * src/summaryview.c
13669                 make column headers display locked and mark pixmaps (idea by Melvin) 
13670                 fix bug by adding score and locked column type to sort array
13671
13672 2001-12-25 [alfons]     0.6.6claws20
13673         
13674         * src/summaryview.c
13675                 catch a *potentially* inadvertent write back of  
13676                 the message cache(s) introduced by 0.6.5claws37
13677
13678 2001-12-25 [christoph]  0.6.6claws19
13679
13680         * src/stock_pixmap.[ch]
13681         * src/summaryview.c
13682                 add ignore thread pixmap
13683                 (can someone draw a better icon for this?)
13684
13685 2001-12-24 [alfons]     0.6.6claws18
13686
13687         * src/prefs_folder_item.c
13688                 make address completion actually work for the
13689                 Default To address in the Folder Property dialog.
13690
13691 2001-12-24 [alfons]     0.6.6claws17
13692         
13693         * src/summaryview.c
13694                 use new style regexp for subject stripping 
13695                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13696
13697 2001-12-24 [darko]      0.6.6claws16
13698
13699         * src/pgptext.c
13700         * src/rfc2015.c
13701                 move GPG related informational messages to debug mode
13702
13703 2001-12-23 [alfons]     0.6.6claws15
13704
13705         * src/stock_pixmap.[ch]
13706         * src/summaryview.c
13707                 add the forgotten Claws' locked pixmap
13708
13709 2001-12-23 [alfons]     0.6.6claws14
13710
13711         * src/filesel.c
13712                 accept file name typed in entry in multi file
13713                 selector (patch submitted by Gustavo Noronha Silva 
13714                 <kov@debian.org>)
13715
13716 2001-12-23 [alfons]     0.6.6claws13
13717
13718         * src/prefs_filter.c
13719         * src/prefs_filtering.c
13720         * src/matcher.c
13721         * src/importmutt.c
13722                 clean up a little bit
13723         
13724         * src/string_match.c
13725                 validate input strings a little bit more
13726
13727 2001-12-23 [alfons]     0.6.6claws12
13728
13729         * src/Makefile.am
13730         * src/summaryview.c
13731         * src/string_match.[ch]         ** NEW **
13732         * src/folderview.[ch]
13733         * src/headerview.h
13734         * src/folder.[ch]
13735         * src/prefs_folder_item.[ch]
13736                 add subject simplification to strip out strings from
13737                 a subject line (esp. handy for mailing lists). 
13738                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13739                 but slightly changed things for better integration.)
13740
13741 2001-12-23 [alfons]     0.6.6claws11
13742
13743         * src/mainwindow.c
13744                 fix bug introduced by submission included in 0.6.5claws52.
13745                 ideally this submission should clean the trash if any trash
13746                 folder has a message. however, the hasTrash variable was
13747                 set to false whenever a trash folder was empty (discarding
13748                 a previously found *filled* trash folder.)
13749
13750                 also edited the code a little bit and made it more safe.
13751
13752 2001-12-22 [alfons]     0.6.6claws10
13753
13754         * src/imap.c
13755                 quick fix for Martin Pool's omission of an account
13756                 specific SSL setting
13757
13758 2001-12-22 [alfons]     0.6.6claws9
13759
13760         * src/compose.c
13761         * src/messageview.c
13762         * src/mimeview.c
13763         * src/pgptext.c
13764         * src/procmime.[ch]
13765                 better support for multipart/digest (submitted
13766                 by Fredrik <e98fo@efd.lth.se>)
13767
13768 2001-12-22 [alfons]     0.6.6claws8
13769
13770         * src/addressbook.c
13771                 correct function signature
13772         * src/socket.[ch]
13773         * src/imap.[ch]
13774         * src/prefs_account.[ch]
13775                 allow IMAP over SSH tunnel (patch submitted by 
13776                 Martin Pool <mbp@samba.org>)
13777
13778 2001-12-21 [alfons]     0.6.6claws7
13779
13780         * sync with sylpheed 0.6.6cvs4-9
13781                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13782
13783 2001-12-21 [christoph]  0.6.6claws6
13784
13785         * src/compose.c
13786         * src/prefs_folder_item.[ch]
13787                 implement saving of outgoing messages to current folder.
13788                 fix segfault when no default outbox is available
13789                 (closes bug #495683)
13790
13791 2001-12-21 [carsten]    0.6.6claws5
13792         * src/folderview.c
13793         * src/summaryview.c
13794                 pressing CTRL while DND does now the expected thing and
13795                 copies the mail (moving is still the default, as this
13796                 seam more appropriate for handling mails by DND)
13797
13798 2001-12-18 [paul]       0.6.6claws4
13799
13800         * sync with sylpheed 0.6.6cvs3
13801                 see ChangeLog entries 2001-12-18
13802
13803 2001-12-18 [hiro]       0.6.6claws3
13804
13805         * src/undo.c
13806                 fix for multibyte characters (obtain the number of letters
13807                 instead of bytes).
13808
13809 2001-12-17 [paul]       0.6.6claws2
13810
13811         * sync with sylpheed 0.6.6cvs1
13812                 see ChangeLog entry 2001-12-16
13813
13814 2000-12-17 [alfons]     0.6.6claws1
13815
13816         * src/filtering.c
13817                 clean up
13818
13819 2001-12-16 [paul]       0.6.6claws
13820 2001-12-15
13821
13822         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13823
13824         * src/mimeview.c
13825                 last minute sync with main 0.6.6
13826
13827         * po/es.po
13828                 updated by Ricardo Mones Lastra
13829                 update for last minute sync
13830         * po/fr.po
13831         * po/nl.po
13832                 update for last minute sync
13833         * po/de.po
13834                 updated by Jens Oberender
13835         * po/pt_BR.po
13836                 updated by Fabio Junior Beneditto
13837
13838         * src/prefs_common.[ch]
13839         * src/undo.c
13840                 number of undo levels is user configurable
13841                 (squeeze it into the release in the dying
13842                 moments) Submitted by Jens Oberender    
13843
13844 2001-12-15 [melvin]
13845
13846         * po/fr.po
13847                 updated french translation
13848
13849 2001-12-15 [paul]       0.6.5claws92
13850
13851         * sync with sylpheed 0.6.5cvs28
13852                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13853
13854         * po/nl.po
13855                 update to allow for sync
13856
13857 2001-12-15 [alfons]
13858         
13859         * po/nl.po
13860                 update dutch translation
13861
13862 2001-12-14 [carsten]    0.6.5claws91
13863         * src/summaryview.c
13864                 fixed bug #473785; also after changing the column order
13865                 the same message will be selected and displayed as before
13866                 the reordering
13867
13868 2001-12-14 [carsten]    0.6.5claws90
13869         * src/folderview.c
13870                 probably found the bug reported by wwb opening or closing
13871                 a folder tree just before dnd (found the solution in the
13872                 balsa source -- thanks to them)
13873
13874 2001-12-14 [carsten]    0.6.5claws89
13875         * src/gtkutils.c
13876         * src/account.c
13877                 moved gtk_clist_moveto to the right place, so that
13878                 only the accounts dialog is effected on opening
13879
13880 2001-12-14 [carsten]    0.6.5claws88
13881         * src/gtkutils.c
13882                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13883                 now, so that the focused row will be seen in any case
13884                 (reported by wwp on sf-claws-user)
13885
13886 2001-12-14 [darko]      0.6.5claws87
13887
13888         * src/compose.c
13889                 remove unnecessary line
13890
13891 2001-12-14 [paul]       0.6.5claws86
13892
13893         * sync with sylpheed 0.6.5cvs27
13894                 see ChangeLog entries 2001-12-14
13895
13896 2001-12-14 [carsten]    0.6.5claws85
13897         * src/mainwindow.c
13898                 following a suggestion of Melvin the rcoabm pops up
13899                 right under the button now and the button is reliefed
13900                 while the popup is open
13901
13902 2001-12-14 [darko]      0.6.5claws84
13903
13904         * src/compose.c
13905                 fix crash when wrapping long lines if linewrap quotation
13906                 is disabled and wrapper encounters a word spanning more
13907                 than one line
13908
13909 2001-12-13 [paul]       0.6.5claws83
13910
13911         * src/compose.c
13912                 prefer 'Reply-To' header over mailing list header when
13913                 replying to a message. Finally prevent all those confirmation 
13914                 messages being sent to the list itself.
13915
13916         * src/summaryview.c
13917                 remove unused summary_set_menu_sensitive() entry
13918
13919 2001-12-13 [paul]       0.6.5claws82
13920
13921         * src/folderview.c
13922         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13923         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13924         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13925                 improvements to 'Hide read messages': Inbox, Outbox,
13926                 Trash, Queue, and Draft icons now reveal presence of hidden 
13927                 messages
13928
13929 2001-12-12 [alfons]     0.6.5claws81
13930
13931         0.6.5claws80 was tagged as LAST_STABLE
13932
13933         * src/filtering.[ch]
13934         * src/matcher.[ch]
13935         * src/matcher_parser_lex.c
13936                 fix the filtering; my last attempt to get it right, 
13937                 if it does not work, it's Hoa's turn. ;-)
13938
13939                 for my honourable peers:
13940                 
13941                 the code now makes a clear distinction between
13942                 rules as they are displayed (probably escaped),
13943                 and as they are executed (probably unescaped). the
13944                 parser does *NOT* do any unescaping, this is
13945                 the task of the matcher.c (which breaks up a
13946                 rule into condition) and the filtering.c (which
13947                 breaks up the rule's action). to make this
13948                 run happily we provide an unescaped copy of
13949                 crucial strings to the MatcherProp and 
13950                 FilteringAction structures. note that the only
13951                 exception to this is any REGEXP string. those
13952                 are directly passed to regcomp() and regexp()
13953                 (who have much more powerful unescape functions).
13954                 
13955                 for everyone else:
13956         
13957                 you can escape tab (\t), carriage return (\r),
13958                 linefeed (\n), form feed (\f), quote (\"), 
13959                 single quote (\'), bell (\b) in all the entry
13960                 lines in the scoring & filtering dialogs.
13961                 as an added bonus this should not affect
13962                 existing filtering rules.
13963
13964 2001-12-12 [carsten]    0.6.5claws80
13965
13966         * src/summaryview.c
13967         * po/de.po
13968                 "item(s) selected" is now sensitive to 1 or more
13969                 than one selected (nice for language where simple
13970                 adding of a "s" is not possible as German (Eintrag
13971                 ->Eintr"age)
13972                 
13973                 the "forward as attachment" entry from the right
13974                 click menu removed, "forward" acts following the
13975                 prefs
13976         
13977         * src/textview.c
13978                 reverted my former changes; so compiler warning again
13979                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13980                 nevertheless
13981
13982         * src/messageview.c
13983                 "search in message" does now *not* only work in MVIEW_TEXT
13984                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13985                 message
13986
13987         * src/mainwindow.c
13988                 removed "/File/_Close" as it was the same as "/File/E_xit"
13989                 and we don't need it two times
13990
13991                 the separate folder view and message view now get a distinct
13992                 WMCLASS, just in case someone is using sawfish ;-)
13993
13994                 as the menu entries "/View/Message view" and "/View/Folder tree"
13995                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13996                 make them sensitive accordingly and as these two are "shown"
13997                 after startup anytime check this menuitem at startup
13998
13999 2001-12-12 [paul]       0.6.5claws79
14000
14001         * src/folderview.c
14002                 fix sensitivity of 'Search folder...', broken in
14003                 0.6.5claws75
14004
14005         * src/mainwindow.c
14006                 fix dodgy English
14007
14008 2001-12-11 [carsten]    0.6.5claws78
14009         * src/filtering.c
14010                 fixed two typos returning a wrong FALSE/TRUE
14011         * src/mainwindow.[ch]
14012                 extra menu for email/news button removed
14013
14014 2001-12-11 [alfons]     0.6.5claws77
14015         
14016         * src/matcher.c                 (1.3)
14017         * src/matcher_parser_lex.l      (1.28)
14018                 revert for another attempt
14019                 mark 0.6.5claws77 as LAST_STABLE
14020
14021 2001-12-11 [christoph]  0.6.5claws76
14022
14023         * po/de.po
14024                 fixed wrong translation for prev. unread msg
14025
14026 2001-12-11 [paul]       0.6.5claws75
14027
14028         * src/folder.[ch]
14029         * src/folderview.c
14030         * src/mainwindow.c
14031         * src/summaryview.[ch]
14032         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14033                 enable ability to hide read messages on per folder basis via 
14034                 '/Summary/Hide read messages'; when selected, a folder will 
14035                 have a red open folder icon, instead of a blue icon, if the 
14036                 folder contains hidden messges
14037                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14038
14039         * src/mainwindow.c
14040                 remove '/Message/Forward as attachment' from 
14041                 main_window_set_menu_sensitive() to prevent debug warning
14042
14043         * src/folderview.c
14044         * src/mainwindow.c
14045                 Clean up some of the English
14046
14047         * tools/newscache_clean.pl
14048                 allow for new 'hidereadmsgs' entry in folderlist.xml
14049
14050         * po/es.po
14051                 updated translation, submitted by Ricardo Mones Lastra
14052
14053 2001-12-11 [paul]       0.6.5claws74
14054
14055         * sync with sylpheed 0.6.5cvs25
14056                 see ChangeLog entry 2001-12-11
14057
14058 2001-12-10 [alfons]     0.6.5claws73
14059
14060         * src/matcher.c
14061                 add more control characters
14062         * src/matcher_parser_lex.l
14063                 make escaping / unescaping work again
14064
14065 2001-12-10 [alfons]     0.6.5claws72
14066
14067         * src/imap.c
14068                 clean up warnings "returning value for void function" 
14069         * src/prefs_filtering.c
14070                 make info button for execute action sensitive
14071
14072 2001-12-10 [paul]       0.6.5claws71
14073
14074         * src/compose.c
14075         * src/imap.[ch]
14076         * src/summaryview.c
14077                 fix: imap server now gets informed of MARKED, UNMARKED
14078                 and REPLY events. Now people can use different IMAP-Mail
14079                 clients and have the exact same information about MARKED,
14080                 UNMARKED and REPLY status with all of them. Especially
14081                 useful for imap servers with a web-frontend.
14082                 submitted by Tobias Sandhaas <medlor@web.de>
14083
14084 2001-12-09 [melvin]     0.6.5claws70
14085         
14086         * src/textview.[ch]
14087                 fixed bug #490076 (hunted down by Alfons who implemented
14088                 a workaround in 0.6.5claws65)
14089
14090 2001-12-09 [christoph]  0.6.5claws69
14091
14092         * src/summaryview.c
14093                 set pointer to string in LOCKED column to NULL
14094                 (might fix bug #490800)
14095
14096 2001-12-09 [carsten]    0.6.5claws68
14097
14098         * po/de.po
14099                 resolved some cluttered menu shortcuts 
14100                 ('creating new email' and 'creating news message'
14101                 hade the same)
14102         * src/compose.c
14103                 wmclass now distinc from main window
14104         * src/mainwindow.c
14105           src/mainwindow.h
14106                 email/news and forward button functionality similar
14107                 to the reply buttons; removed the ugly dropdown arrows
14108                 and use instead the right mouse button
14109
14110 2001-12-09 [paul]       0.6.5claws67
14111
14112         * src/imap.c
14113         * src/utils.h
14114                 allow spaces in imap folder names
14115                 submitted by Willem van Engen <wvengen@stack.nl>
14116
14117 2001-12-09 [paul]       0.6.5claws66
14118
14119         * sync with sylpheed 0.6.5cvs24
14120                 see ChangeLog entry 2001-12-09
14121
14122 2001-12-08 [alfons]     0.6.5claws65
14123
14124         * src/textview.c
14125                 prevent secondary selection claim after "add to sender" dialog
14126                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14127                 we trick GTK by simulating a click at (0, 0) in the textview.
14128
14129 2001-12-08 [hoa]        0.6.5claws64
14130
14131         * src/folder.c
14132                 fixed a bug about the .processing folder name while filtering
14133
14134 2001-12-08 [alfons]     0.6.5claws63
14135
14136         * src/folderview.c 
14137                 work around problem of not correctly updating folder stats
14138                 when deleting messages. there's some folder scanning evil
14139                 going so the folderview_update_msg_num() does not work
14140                 correctly. need to investigate this.
14141
14142 2001-12-08 [paul]       0.6.5claws62
14143
14144         * sync with sylpheed 0.6.5cvs23
14145                 see ChangeLog entry 2001-12-08
14146
14147 2001-12-07 [christoph]  0.6.5claws61
14148
14149         * src/compose.c
14150                 fix another header translation problem
14151
14152 2001-12-07 [alfons]     0.6.5claws60
14153
14154         * src/mbox.c
14155                 make filtering also work on local spool mbox
14156
14157 2001-12-07 [carsten]    0.6.5claws59
14158         * src/addressbook.c
14159                 addressbook window gets a wmclass distinct from the main
14160                 sylpheed window
14161         * src/compose.h
14162         * src/mainwindow.[ch]
14163                   forward menu item will use mode selected in prefs, forward 
14164                 as attatchment in menu removed (will be substituted in the
14165                 toolbar similar to reply buttons)
14166                   create news message menu entry and news button is now 
14167                 sensitive to the existance of a news account
14168         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14169         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14170         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14171                 these are removed because the toolbar buttons don't show
14172                 the quoting modus any longer
14173
14174 2001-12-07 [paul]
14175
14176         * tools/newscache_clean.pl      ** NEW FILE **
14177                 perl script to do some tidying up in the newscache directory 
14178                 
14179         * tools/sylpheed-switcher       ** NEW FILE **
14180                 perl script to enable easy switching between main and claws
14181                 
14182         * tools/README
14183                 added descriptions of the two new perl scripts          
14184
14185
14186 2001-12-07 [melvin]     0.6.5claws58
14187
14188         * src/messageview.c
14189                 fixed a warning during compilation introduced in 0.6.5claws56
14190
14191 2001-12-07 [paul]       0.6.5claws57
14192
14193         * src/mainwindow.[ch]
14194         * src/menu.[ch]
14195                 further usability enhancements to replying with or without 
14196                 quoting via the toolbar, use of Ctrl key is replaced by 
14197                 drop down menu 
14198                 Submitted by Carsten Schurig            
14199
14200 2001-12-07 [melvin]     0.6.5claws56
14201
14202         * src/messageview.c
14203                 hack to fix bug that prevented to make/paste selections
14204                 after switching between MVIEW_TEXT and MVIEW_MIME views
14205                 without deselecting the selection first.
14206
14207 2001-12-06 [alfons]     0.6.5claws55
14208
14209         * src/filtering.[ch]
14210         * src/inc.c
14211                 revise filtering a little bit more, and make sure
14212                 messages are delivered to the appropriate inbox
14213                 (perhaps set per account)
14214
14215 2001-12-06 [paul]       0.6.5claws54
14216
14217         * sync with sylpheed 0.6.5cvs22
14218                 see ChangeLog entry 2001-12-06
14219
14220 2001-12-05 [alfons]     0.6.5claws53
14221
14222         * src/inc.c
14223         * src/folder.[ch]
14224         * src/procmsg.c
14225         * src/filtering.c
14226                 more revisions of filtering system
14227                 (last stable version is marked as LAST_STABLE)
14228                 
14229                 | NOTE 1): the filtering system now uses a local folder called
14230                 | .processing. if filtering fails, check this directory
14231                 | for missing messages.
14232                 |
14233                 | NOTE 2): help us find the filtering actions still missing
14234
14235 2001-12-05 [paul]       0.6.5claws52
14236
14237         * src/mainwindow.c
14238                 fix bug where 'Empty Trash?' pop-up window appears even
14239                 when Trash is empty, submitted by Jesse Skinner         
14240
14241 2001-12-05 [melvin]     0.6.5claws51
14242
14243         * src/compose.c
14244                 fixed bug #486106 to select correct account when reediting 
14245                 a queued message
14246         
14247 2001-12-04 [alfons]     0.6.5claws50
14248
14249         * src/mh.c
14250                 declare markfile in appropriate functions when
14251                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14252                 for spotting this)
14253
14254 2001-12-04 [paul]       0.6.5claws49
14255
14256         * sync with sylpheed 0.6.5cvs21
14257                 see ChangeLog entry 2001-12-04
14258
14259 2001-12-03 [christoph]  0.6.5claws48
14260
14261         * po/de.po
14262                 changed translation of undo
14263         * src/account.c
14264         * src/folder.c
14265                 don't reinvent the wheel to traverse a GNode
14266         * src/compose.[ch]
14267                 seperate code to create the compose gui into functions
14268                 add "Others" page with folder selection for saving copy
14269                 of the message.
14270                 the folder identifier is saved to queue header
14271         * src/procmsg.c
14272                 save message to folder in queue header
14273
14274 2001-12-03 [paul]       0.6.5claws47
14275
14276         * sync with sylpheed 0.6.5cvs20
14277                 see ChangeLog entry 2001-12-03
14278
14279 2001-12-01 [paul]
14280
14281         * more sync with sylpheed 0.6.5cvs19
14282                 see ChangeLog entry 2001-11-29
14283
14284 2001-11-30 [paul]       0.6.5claws46
14285         
14286         * src/compose.c
14287                 remove conflicts introduced by Hoa's last commit
14288          
14289         * src/mainwindow.c
14290                 make 'Message/Bounce' sensitive
14291
14292 2001-11-30 [hoa]        0.6.5claws45
14293
14294         * src/compose.c
14295                 slightly change bounce function to add
14296                 information about the user that bounced the mail
14297                 in the From header line.
14298
14299         * src/folderview.c
14300                 permit the use of processing in outbox folder.
14301
14302 2001-11-29 [paul]       0.6.5claws44
14303
14304         * src/mainwindow.[ch]
14305         * src/prefs_common.c
14306         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14307         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14308         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14309                 usability enhancements to the quoting, implements
14310                 use of Ctrl key to toggle quoting settings
14311                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14312
14313 2001-11-29 [paul]       0.6.5claws43
14314         
14315         * sync with sylpheed 0.6.5cvs19
14316                 see ChangeLog entry 2001-11-28
14317
14318 2001-11-29 [melvin]     0.6.5claws42
14319         * src/Makefile.am
14320                 added enriched.[ch] to the list of files
14321
14322         * src/textview.c
14323         * src/mimeview.c
14324         * src/procmime.[ch]
14325         * src/enriched.[ch]
14326                 added support to view text/enriched
14327                 added support to show headers in message view for text/enriched and text/html
14328                         in non multipart messages
14329
14330 2001-11-28 [paul]       0.6.5claws41
14331
14332         * more sync with sylpheed 0.6.5cvs18
14333                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14334
14335 2001-11-27 [paul]       0.6.5claws40
14336         
14337         * po/pt_BR.po
14338                 updated translation, submitted by Fabio Junior Beneditto
14339                 
14340         * sync with sylpheed 0.6.5cvs18
14341                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14342                 2001-11-27
14343
14344
14345 2001-11-26 [paul]
14346
14347         * po/es.po
14348                 updated translation, submitted by Ricardo Mones Lastra
14349
14350 2001-11-26 [alfons]
14351
14352         * src/matcher.c
14353                 add more translatable strings
14354
14355 2001-11-26 [christoph]  0.6.5claws39
14356
14357         * po/de.po      
14358                 fixed one more umlaut
14359         * src/compose.c
14360                 fix translated header when it should not be translated
14361
14362 2001-11-26 [paul]       0.6.5claws38
14363
14364         * src/mainwindow.c
14365                 remove '/Message/Add Sender to address book' from 
14366                 main_window_set_menu_sensitive(), prevent debug warning
14367                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14368
14369 2001-11-26 [paul]       0.6.5claws37
14370
14371         * src/summaryview.c
14372                 fix 'recurring unread state' bug 
14373
14374         * tools/README 
14375         * tools/filter_conv.pl
14376                 read name of top level mailbox from folderlist.xml
14377                 and presume nothing about its name              
14378
14379 2001-11-26 [darko]      0.6.5claws36
14380
14381         * src/gtkstext.[ch]
14382                 removed functions that are now in gtkutils.c
14383                 use gtkut_text_is_uri_string() from gtkutils.c
14384         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14385
14386 2001-11-26 [paul]       0.6.5claws35
14387
14388         * sync with sylpheed 0.6.5cvs16
14389                 see ChangeLog entries 2001-11-25 and 2001-11-26
14390
14391 2001-11-25 [alfons]     0.6.5claws34
14392
14393         EXPERIMENTAL!!! Please checkout the last stable version using: 
14394           
14395         % cvs update -r LAST_STABLE -dRAP
14396
14397         (Or help us testing this stuff.)
14398
14399         * src/filtering.c               (1.14)
14400         * src/filtering.h               (1.6)
14401         * src/inc.c                     (1.28)
14402         * src/matcher.c                 (1.20)
14403         * src/mbox.c                    (1.9)
14404         * src/procmsg.h                 (1.14)
14405         * src/summaryview.c             (1.59)
14406         * src/summaryview.h             (dunno)
14407                 revert/merge/sync to as it was before commit 
14408                 on Thu, 19 Jul 2001 10:15:51 -0700.
14409
14410 2001-11-25 [hoa]        0.6.5claws33
14411
14412         * src/main.c
14413                 processing mails at startup
14414
14415         * src/folderview.c
14416         * src/summaryview.[ch]
14417                 processing mails when entering folder
14418
14419         * src/prefs_filtering.c
14420                 fixed some UI bugs
14421
14422 2001-11-24 [alfons]     0.6.5claws32
14423
14424         * src/summaryview.[ch]
14425                 make summary sort headers work, and also make
14426                 sure the sort type is stored
14427
14428 2001-11-23 [alfons]     0.6.5claws31
14429
14430         * src/summaryview.[ch]
14431                 make lock work like mark
14432                 disallow deleting messages marked as locked
14433
14434 2001-11-23 [alfons]     0.6.5claws30
14435
14436         * src/gtkstext.c
14437         * src/compose.[ch]
14438         * src/Makefile.am
14439         * src/undo.[ch]
14440                 merge undo patch submitted by Jens
14441
14442 2001-11-23 [christoph]  0.6.5claws29
14443
14444         * src/.cvsignore
14445                 added ylwrap
14446         * src/compose.c
14447                 fixed gpg signing and encoding
14448         * src/folder.[ch]
14449         * src/main.c
14450                 added --status option to get new, unread and total
14451                 message count from a running sylpheed
14452         * src/prefs_common.c
14453                 temporary fix for reply_with_quote problem
14454                 (don't call functions for non existing widget)
14455         * src/procmsg.c
14456                 one more check for ignored threads but still not
14457                 always working correctly. probably a recursive
14458                 check for all parents is needed
14459
14460 2001-11-23 [darko]      0.6.5claws28
14461
14462         * src/compose.c
14463                 wrapping on send improvements
14464         * src/gtkutils.[ch]
14465                 fix for GtkSText after last sync with main branch
14466                 GTK_TEXT -> GTK_STEXT
14467
14468 2001-11-23 [paul]       0.6.5claws27
14469
14470         * sync with sylpheed 0.6.5cvs14
14471                 see ChangeLog entries 2001-11-22 and 2001-11-23
14472                 
14473         * po/de.po
14474                 fixed the scrambled umlauts 
14475                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14476
14477 2001-11-21 [paul]       0.6.5claws26
14478
14479         * sync with sylpheed 0.6.5cvs12
14480                 see 2nd ChangeLog entry dated 2001-11-20
14481
14482 2001-11-20 [paul]       0.6.5claws25
14483
14484         * sync with sylpheed 0.6.5cvs11
14485                 see ChangeLog entry 2001-11-19 (src/utils.c)
14486
14487 2001-11-20 [hiro]
14488
14489         * src/compose.c
14490                 GTK_TEXT -> GTK_STEXT
14491                 fix for wrong comment
14492
14493 2001-11-20 [hiro]       0.6.5claws24
14494
14495         * src/compose.[ch]
14496                 more merges from main branch
14497                 removed fatal warnings (uninitialized variables etc.)
14498                 some coding style fix
14499         * src/gtkutils.h
14500                 fixed typo.
14501         * src/addressbook.c
14502           src/addrindex.c
14503                 V-Card -> vCard
14504
14505 2001-11-19 [hoa]        0.6.5claws23
14506
14507         * src/filtering.c
14508         * src/prefs_scoring.c
14509         * src/matcher.[ch]
14510         * src/scoring.c
14511                 cleaning code
14512
14513         * src/matcher_parser_parse.y
14514         * src/prefs_filtering.c
14515                 bouncing
14516
14517 2001-11-19 [alfons]     0.6.5claws22
14518
14519         more of my old things into claws
14520
14521         * src/Makefile.am
14522         * src/prefs_common.c
14523         * src/procmsg.h
14524         * src/summaryview.[ch]
14525         * src/prefs_summary_column.c
14526         * src/pixmaps/locked.xpm
14527                 add indicators for locking of message in summary view
14528                 (does not work yet, only visual indicator)
14529
14530 2001-11-19 [paul]       0.6.5claws21
14531
14532         * sync with sylpheed 0.6.5cvs10
14533                 see ChangeLog entry 2001-11-19
14534
14535 2001-11-18 [alfons]     0.6.5claws20
14536         
14537         * src/filtering.c
14538                 remove an inadvertent free I forgot in previous clean up 
14539
14540 2001-11-18 [alfons]     0.6.5claws19
14541
14542         * src/filtering.[ch]
14543                 clean up & plug leaks
14544
14545 2001-11-18 [paul]       0.6.5claws18
14546
14547         * sync with sylpheed 0.6.5cvs9
14548                 see ChangeLog entries 2001-11-17 and 2001-11-18
14549
14550 2001-11-16 [paul]       0.6.5claws17
14551
14552         * sync with sylpheed 0.6.5cvs8
14553                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14554
14555 2001-11-16 [paul]       0.6.5claws16
14556
14557         * sync with sylpheed 0.6.5cvs7
14558                 see ChangeLog entries 2001-11-15 and 2001-11-16
14559
14560 2001-11-15 [hoa]        0.6.5claws15
14561
14562         * src/compose.c
14563                 fix bounce, mails we received couln't be bounced to ourself.
14564
14565         * src/defs.h
14566         * src/filtering.[ch]
14567         * src/matcher.[ch]
14568         * src/matcher_parser.h
14569         * src/matcher_parser_lex.l
14570         * src/matcher_parser_parse.y
14571         * src/inc.c
14572         * src/main.c
14573         * src/mbox.c
14574         * src/prefs_filtering.[ch]
14575         * src/mainwindow.c
14576         * src/prefs_matcher.c
14577         * src/prefs_scoring.c
14578         * src/scoring.[ch]
14579         * src/summaryview.c
14580                 new matcher/filter/score configuration file parser
14581                 one unique configuration file => ~/.sylpheed/matcherrc
14582                 import in currently automatic, then save are made
14583                 in this new file.
14584                 one filter per folder and one global filter
14585                 (filter of a folder will be used as folder processing)
14586
14587         * src/folder.c
14588                 fix a bug in folder_item_get_identifier
14589                 
14590         * src/messageview.c
14591                 receive receipt return are fixed.
14592
14593 2001-11-14 [alfons]     0.6.5claws14
14594
14595         * src/session.h
14596                 add things from main branch to make claws compile
14597
14598 2001-11-14 [paul]       0.6.5claws13
14599
14600         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14601                 see ChangeLog entries 2001-11-08 to 2001-11-14
14602
14603 2001-11-14 [hoa] 0.6.5claws12
14604
14605         * src/compose.[ch]
14606         * src/mainwindow.c
14607         * src/summaryview.c
14608                 add "bounce mail" option
14609
14610 2001-11-13 [christoph]  0.6.5claws11
14611
14612         * src/compose.c
14613                 Cleanup a mess i add before commiting
14614
14615 2001-11-13 [hoa]        0.6.5claws10
14616
14617         * src/compose.c
14618                 some fixes when mail are sent or
14619                 for crossposts
14620
14621 2001-11-13 [christoph]  0.6.5claws9
14622
14623         * po/de.po
14624                 Changed two string with the same translation
14625         * src/compose.c
14626         * src/procmsg.[ch]
14627         * src/send.[ch]
14628                 New mailsending process:
14629                   - Always queue message before sending
14630                     (message will be saved if sylpheed crashed or
14631                      freezes while sending)
14632                   - Allow queuing of newspostings
14633                   - No copy in outbox before sending
14634                     (closes bug #469501)
14635                   - No more redundant code for send and send_later
14636         * src/summaryview.c
14637                 Applied wwp <subscript@free.fr>'s patch that fixes
14638                 marks for multiple forwarded messages (+compose.c)
14639
14640 2001-11-12 [alfons]
14641
14642         * README.claws
14643                 remove things that are now in main branch
14644         
14645         * po/nl.po
14646                 update Dutch translation
14647
14648 2001-11-12 [mhadasht]   0.6.5.claws8
14649
14650         * src/prefs_common.c
14651                 re-enabled account autoselection feature for forward
14652                 and reedit lost during the branch point for SYNC-B4-REL
14653         * src/gtkspell.c
14654                 gtkpspell_get_dict(): more readable code (even if function is
14655                 not used yet)
14656         * ChangeLog.claws
14657                 added version number info to 2001-11-12 [hiro] comment.
14658
14659 2001-11-12 [hiro]       0.6.5.claws7
14660
14661         * src/compose.c
14662                 compose_forward(): fixed a bug that forward quote mark
14663                 wasn't used.
14664                 removed unnecessary code.
14665         * src/template_select.[ch]: removed.
14666
14667 2001-11-11 [alfons]
14668
14669         * src/compose.c
14670                 :%s/GTK_TEXT/GTK_STEXT/g
14671         
14672         * src/compose.[ch]
14673         * src/undo.[ch]
14674         * src/Makefile.am
14675                 revert the undo stuff (this is 0.6.6claws stuff)
14676
14677 2001-11-11 [hoa]        0.6.5.claws6
14678
14679         * src/compose.[ch]
14680                 Insert signature at the end of the text.
14681                 Added undo patch but currently disabled
14682
14683         * src/procmsg.c
14684                 Threading by subject improved.
14685
14686         * added src/undo.[ch]
14687                 Undo module for compose dialog box.
14688
14689 2001-11-11 [alfons]     0.6.5.claws5
14690
14691         * src/procmsg.c
14692                 prevent threading by subject on nodes that have already been
14693                 threaded by in-reply-to (as in "circular references in a tree
14694                 result in a dead branch")
14695
14696 2001-11-09 [hoa]        0.6.5.claws4
14697         
14698         * src/folderview.c
14699                 allows creation of mbox folder item from any files.
14700
14701 2001-11-09 [alfons]     0.6.5.claws3
14702         
14703         * src/utils.c
14704         * src/procmsg.c
14705                 do what I mean and correct threading by subject so it really
14706                 ignores attracting lines without "Re: "
14707
14708 2001-11-07 [alfons]     0.6.5.claws2
14709
14710         * src/procmsg.c
14711         * src/utils.[ch]
14712                 only attract by subject if a subject line starts with a "Re: "
14713         * src/syldap.c
14714                 remove warning
14715
14716 2001-11-07 [paul]       0.6.5claws1
14717
14718         * sync with sylpheed 0.6.5. release
14719                 see ChangeLog entry 2001-11-07
14720
14721 2001-11-07 [paul]       0.6.4claws31
14722
14723         * sync with sylpheed 0.6.4cvs18
14724                 see ChangeLog entries 2001-10-30 to 2001-11-07
14725                 prefs_templates.[ch] renamed prefs_template.[ch]
14726
14727 2001-11-06 [alfons]
14728         
14729         * src/utils.h
14730                 add semicolon Hoa forgot ;-)
14731                 
14732
14733 2001-11-06 [hoa]        0.6.4claws30
14734         
14735         * src/procmsg.c
14736         * src/summaryview.c
14737         * src/utils.c
14738         * src/utils.h
14739                 threading by subject - empty subject are ignored
14740
14741 2001-11-06 [christoph]  0.6.4claws29
14742
14743         * src/socket.c
14744                 use SSL_peek for sock_gets
14745         * src/utils.c
14746                 removed unneeded pointer in extracting quoted
14747                 names implementation
14748
14749 2001-11-06 [melvin]     0.6.4claws28
14750
14751         * src/gtkspell.c
14752                 fixed bug #476792 Selection overtyping with spell checker
14753                 fixed bug which could cause a buffer overflow
14754                 fixed a memory leak
14755
14756 2001-11-06 [hoa]        0.6.4claws27
14757         
14758         * src/procmsg.c
14759         * src/summaryview.c
14760                 threading by subject
14761
14762 2001-11-05 [alfons]     0.6.4claws26
14763         
14764         * README.claws
14765                 Claws -> Sylpheed (vice versa)
14766
14767         * src/compose.c
14768                 :%s/gtk_text/gtk_stext/g
14769                 :%s/GTK_TEXT/GTK_STEXT/g
14770                 (thanks to Jonathan Ware for spotting this)
14771
14772 2001-11-04 [christoph]  0.6.4claws25
14773
14774         * src/summaryview.c
14775                 replace Xalloca + strdup with Xstrdup_a
14776         * src/utils.c
14777                 better implementation of extracting quoted names
14778                 from addresses (remove backlashes and ignore
14779                 quotes after them)
14780
14781 2001-11-04 [alfons]     0.6.4claws24
14782
14783         * src/utils.[ch]
14784                 edit to comply more with coding style
14785
14786         * src/textview.c
14787                 fix bug reported by Kim Schulz. introduced by the patch integrated
14788                 in 0.6.4claws15. the code did not check the return value of
14789                 the html parser.
14790
14791         * AUTHORS
14792                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14793
14794 2001-11-04 [christoph]  0.6.4claws23
14795
14796         * src/main.c
14797         * src/prefs_common.[ch]
14798                 init some pointers that possibly caused a segfault
14799                 reported in the claws-users ML
14800
14801 2001-11-04 [hoa]        0.6.4claws22
14802
14803         * src/grouplistdialog.c
14804                 change the names of the nodes in the tree
14805
14806         * src/compose.c
14807                 enhanced mailto syntax as described in
14808                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14809                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14810
14811         * src/utils.c
14812                 encode and decode URI (useful when opening URL into
14813                 netscape).
14814
14815 2001-11-03 [hoa]        0.6.4claws21
14816
14817         * src/grouplistdialog.c
14818                 a new newsgroups list selection dialog box
14819                 with a CTree instead of a CList
14820
14821 2001-11-03 [hoa]        0.6.4claws20
14822
14823         * src/folderview.c
14824                 enable property and scoring options when right
14825                 click on "inbox"
14826
14827         * src/summaryview.c
14828                 fixed bug when nickname were displayed using
14829                 the address book.
14830
14831 2001-11-02 [darko]      0.6.4claws19
14832
14833         * src/compose.c
14834                 new wrap quotation and URL/long words wrapping implementation
14835         * src/compose.c src/gtkstext.[ch]
14836                 move gtkstext_strncmp() to gtkstext.c
14837
14838 2001-11-01 [christoph]  0.6.4claws18
14839
14840         * src/prefs_account.c
14841                 fixed mess in account settings dialog
14842         * src/prefs_folder_item.c
14843                 added label with folder path to dialog
14844
14845 2001-10-31 [match]      0.6.4claws17
14846
14847         * src/vcard.c
14848                 fix memory leak.
14849         * src/addrbook.c
14850                 fix generation of spurious address book file names.
14851                 remove redundant functions.
14852         * po/POTFILES.in
14853                 added missing file names.
14854
14855 2001-10-30 [paul]       0.6.4claws16
14856
14857         * sync with sylpheed 0.6.4cvs6
14858                 see ChangeLog entries 2001-10-26 to 2001-10-30
14859
14860         * tools/filter_conv.pl
14861                 read folderlist.xml to discover whether the top-level
14862                 folder is called 'Mailbox' or 'Mail' 
14863
14864 2001-10-29 [paul]       0.6.4claws15
14865
14866         * src/html.c, src/textview.c
14867                 activate links in html mail and fix clickable parts
14868                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14869
14870 2001-10-29 [paul]
14871
14872         * po/de.po, po/es.po, po/pt_BR/po
14873                 updated translations, submitted by Jens Oberender,
14874                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14875
14876 2001-10-29 [darko]      0.6.4claws14
14877
14878         * src/compose.c
14879                 fix wrapping for good
14880
14881 2001-10-29 [darko]
14882
14883         * src/compose.c
14884                 undo previous change as it broke the smart wrapping
14885
14886 2001-10-29 [darko]      0.6.4claws13
14887
14888         * src/compose.c
14889                 fix infinite loop when long URL is quoted
14890                 (closes bug #475122.
14891
14892 2001-10-28 [match]
14893
14894         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14895                 import Mutt address book
14896         * src/ldif.[ch] src/importldif.h
14897                 modified import LDIF handle user attributes
14898
14899 2001-10-28 [christoph]  0.6.4claws12
14900
14901         * src/summaryview.c
14902                 fixed that filtering did not work if there
14903                 were no filter rules
14904                 (closes bug #472003 and better implementation
14905                  of patch #474644)
14906
14907 2001-10-27 [christoph]  0.6.4claws11
14908
14909         * src/compose.c
14910                 make the folder's default account to be used when
14911                 replying. (patch by wwp <subscript@free.fr>)
14912         * src/compose.c
14913                 code cleanup, nearly killed all of wwp's patch
14914                 for folder's default account in compose
14915         * src/folderview.c
14916                 error panel when a folder could not be created
14917                 (closes bug #471080 new folder name & already
14918                  existing file)
14919
14920 2001-10-26 [alfons]
14921
14922         * src/utils.h
14923                 change prototype of strstr2() that Christoph forgot about
14924
14925 2001-10-26 [christoph]  0.6.4claws10
14926
14927         * src/account.c
14928                 made search for accounts by email address not case
14929                 sensitive
14930         * src/folder.c
14931                 fixed memory leak in folder_item_get_identifier
14932         * src/gtkspell.c
14933         * src/utils.c
14934                 fixed wrong strstr2 (should work like strstr)
14935
14936 2001-10-26 [darko]      0.6.4claws9
14937
14938         * src/compose.c src/gtkstext.[ch]
14939         * src/gtkstext.c
14940                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14941
14942 2001-10-26 [paul]       0.6.4claws8
14943
14944         * src/html.c
14945                 ignore css and javascript tags in html mail
14946                 case-insensitive, with or without double-quoted
14947                 strings
14948
14949 2001-10-26 [paul]       0.6.4claws7
14950
14951         * sync with sylpheed 0.6.4cvs1
14952                 see ChangeLog entry 2001-10-26
14953
14954         * src/prefs_account.c, src/prefs_common.c,
14955           src/prefs_summary_column.c
14956                 minor improvements to the English
14957
14958 2001-10-25 [alfons]     0.6.4claws6
14959
14960         * src/gtkstext.c
14961         
14962                 make GtkSText follow style of GtkText (closes bug 
14963                 #469211 "text selection while writing message")
14964                 
14965                 do sync with GTK 1.2.10
14966
14967 2001-10-25 [paul]       0.6.4claws5
14968
14969         * src/html.c
14970                 ignore css tags in html mail
14971
14972 2001-10-25 [darko]      0.6.4claws4
14973
14974         * src/compose.c
14975                 don't declare is_url_string as static function since
14976                 we need it in gtkstext.c
14977         * src/gtkstext.c
14978                 remove unused variable
14979                 don't wrap long URLs while composing a message
14980
14981 2001-10-24 [christoph]  0.6.4claws3
14982
14983         * src/socket.c
14984                 fix ssl deadlock, when peer closes connection
14985
14986 2001-10-24 [paul]       0.6.4claws2
14987
14988         * src/prefs_common.c
14989                 gettextize the gpg ascii-armored warning message
14990
14991         * src/compose.c
14992                 insert a DOS/MAC file into the composed message
14993                 (improvements)
14994
14995         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14996
14997 2001-10-22 [paul]       0.6.4claws1
14998
14999         * sync with sylpheed 0.6.4 release
15000                 see ChangeLog entries 2001-10-21
15001
15002         * po/fr.po, po/pt_BR.po
15003                 updated by Melvin Hadasht and Fabio Junior Beneditto
15004
15005 2001-10-21 [paul]       0.6.3claws30
15006
15007         * src/compose.c
15008                 insert a DOS text file from the compose window
15009                 into the composed message text (removes CRs characters)
15010                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15011
15012         * tools/filter_conv.pl, tools/README
15013                 automatically use ~/.sylpheed as working directory
15014                 print out confirmation message on completion
15015
15016         * correct Hoa's last ChangeLog.claws entry
15017
15018 2001-10-20 [hoa]        0.6.3claws29
15019
15020         * src/grouplistdialog.c
15021                 bugfix (another ?) to give the right
15022                 newsgroups list for each news server.
15023
15024         * src/news.c
15025         * src/news.h
15026                 improve the newsgroups list cache
15027
15028 2001-10-20 [paul]       0.6.3claws28
15029
15030         * sync with sylpheed 0.6.3cvs9
15031                 see ChangeLog entry 2001-10-19
15032
15033         * correct Alfons' last ChangeLog.claws entry
15034
15035 2001-10-19 [alfons]
15036
15037         * src/pgptext.[ch]
15038                 fix compilation problems (part of bug #472895)
15039
15040 2001-10-18 [hoa]        0.6.3claws27
15041
15042         * src/grouplistdialog.c
15043                 bugfix when we refresh was clicked (bug 472701)
15044
15045 2001-10-19 [christoph]  0.6.3claws26
15046
15047         * src/compose.c
15048                 last header entry should default to "To:" or
15049                 "Newsgroups:" and not copy the last entry line
15050                 in a new compose window
15051                 (closes bug #472686, #470792)
15052
15053 2001-10-19 [paul]       0.6.3claws25
15054
15055         * sync with Sylpheed 0.6.3cvs8
15056                 see ChangeLog entries 2001-10-18 and 2001-10-19
15057
15058 2001-10-18 [christoph]  0.6.3claws24
15059
15060         * src/procmsg.c
15061                 reimplement ignore thread
15062         
15063 2001-10-18 [hoa]        0.6.3claws23
15064
15065         * src/folderview.c
15066         * src/grouplistdialog.[ch]
15067                 enhanced news subscription interface (feature 469113)
15068
15069         * src/news.c
15070         * src/news.h
15071                 enchanced newsgroup listing,
15072                 now, we can get groups informations
15073                 (NNTPGroupInfo)
15074
15075 2001-10-18 [paul]       0.6.3claws22
15076
15077         * src/summaryview.c
15078                 remove comment (sync with main branch)
15079         * src/mainwindow.c
15080                 fix 'Re-edit' bug in 'Message' menu
15081
15082 2001-10-17 [christoph]  0.6.3claws21
15083
15084         * src/compose.c
15085                 ignore empty or whitespace only header lines
15086
15087 2001-10-17 [paul]       0.6.3claws20
15088
15089         * sync with sylpheed 0.6.3cvs7
15090                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15091                 2001-10-17
15092
15093 2001-10-17 [darko]
15094
15095         * src/compose.c
15096                 wrap long lines without spaces
15097                 don't wrap URLs
15098
15099 2001-10-16 [paul]
15100
15101         * po/es.po, po/nl.po, po/pt_BR.po
15102                 updated by Ricardo Mones Lastra, Alfons,
15103                 and Fabio Junior Beneditto
15104
15105         * sylpheed-0.6.3claws released
15106
15107 2001-10-15 [melvin] 0.6.3claws18
15108
15109         * README.claws
15110                 added summary and detailed installation instructions
15111                 for spell checker
15112         * po/fr.po
15113                 Updated, corrected and completed french translation
15114
15115 2001-10-15 [hoa] 0.6.3claws17
15116         * src/grouplistdialog.c
15117                 we can choose the newsgroups to display with wildcards
15118
15119 2001-10-15 [christoph]  0.6.3claws16
15120
15121         * src/account.c
15122         * src/compose.c
15123         * src/prefs_folder_item.[ch]
15124                 applied wwp <subscript@free.fr>'s folder
15125                 default account patch
15126         * po/de.po
15127                 Fixed wrong translation
15128
15129 2001-10-13 [alfons, christoph, melvin]  
15130                         0.6.3claws15
15131
15132         solution #2 to solve MT-safety problems defers all GUI related calls
15133         to the main thread using a gtk_idle_add() callback. discussed on
15134         ircnet #sylpheed, with christoph spotting some issues with the
15135         original code, and melvin allowing us to lobotomize his sylpheed.
15136
15137         * src/syldap.[ch], src/main.c
15138                 fix race problem in ldap search thread by deferring GUI 
15139                 stuff to main thread using gtk_idle_add()
15140
15141 2001-10-13 [paul]       0.6.3claws14
15142
15143         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15144                 add Sergey's smtpcred.patch
15145                 adds separate username/password setting for SMTP Auth
15146                 needed by some servers
15147                 (closes feature request #471659)
15148
15149 2001-10-13 [paul]       0.6.3claws13
15150
15151         * src/pgptext.[ch] **NEW FILES**
15152         * src/Makefile.am, src/messageview.c, src/mimeview.c
15153                 decrypt ascii-armored gpg text embedded in
15154                 the message body.
15155                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15156
15157 2001-10-13 [christoph]  0.6.3claws12
15158
15159         * README.claws
15160                 some more details on default to and
15161                 feature requests
15162         * src/main.c
15163                 init glib threading when ldap is used
15164         * src/syldap.c
15165                 threading fixes
15166         * po/de.po
15167                 fixed a typo
15168
15169 2001-10-12 [paul]       0.6.3claws11
15170
15171         * src/prefs_common.[ch], src/rfc2015.c
15172                 enable ascii-armored gpg text to be embedded in the
15173                 message body, selectable through the 'Privacy'
15174                 preferences. Supports encrypting only.
15175                 Submitted by Ravemax <ravemax@dextrose.com>
15176
15177 2001-10-12 [paul]       0.6.3claws10
15178
15179         * sync with sylpheed 0.6.3cvs6
15180                 see ChangeLog entries 2001-10-11 and 2001-11-12
15181
15182         * src/folderview.c
15183                 incorporated mbox folders, scoring, and folder
15184                 properties into the sync
15185
15186 2001-10-12 [darko]      0.6.3claws9
15187
15188         * README.claws
15189                 describe quotation wrapping
15190         * src/compose.c
15191                 don't treat tab as space to calculate line length properly
15192
15193 2001-10-11 [alfons]
15194
15195         * README.claws
15196                 correct description of how to make new filtering system work,
15197                 add some other things
15198                 
15199         * src/syldap.c
15200                 remove sched_yield() (not necessary / unportable)
15201
15202 2001-10-11 [paul]       0.6.3claws8
15203
15204         * sync with sylpheed 0.6.3cvs3
15205                 see ChangeLog entry 2001-10-10
15206
15207 2001-10-10 [christoph]  0.6.3claws7
15208
15209         * .cvsignore
15210                 ignore 2 files created by newer autotools
15211         * src/prefs_folder_item.c
15212                 using table for widget alignment
15213                 fixed memory leak and broken octal display
15214         * src/filesel.c
15215                 fixed segfault caused by lost filename
15216                 workaround (closes bug #469551)
15217
15218 2001-10-10 [paul]       0.6.3claws6
15219
15220         * sync with sylpheed 0.6.3cvs2
15221                 see ChangeLog entries 2001-10-09 and 2001-10-10
15222
15223 2001-10-10 [darko]      0.6.3.claws5
15224
15225         * src/gtkstext.c
15226                 proper calculation of right margin if smart wrapping is enabled
15227         * src/compose.c
15228                 automatically wrap long lines if wrap quotation is enabled
15229
15230 2001-10-09 [alfons]     0.6.3.claws4
15231
15232         * src/summaryview.c
15233                 select correct row when deleting last row in the summary view (and
15234                 close bug "[ #469104 ] select second last in list when deleting")
15235
15236 2001-10-09 [paul]       0.6.3claws3
15237
15238         * sync with sylpheed 0.6.3cvs1
15239                 updated some autotool scripts
15240
15241 2001-10-09 [darko]      0.6.3claws2
15242
15243         * src/gtkstext.[ch]
15244                 new name and mark with Sylpheed comment
15245         * src/compose.c
15246                 smart quotation wrapping a-la VIM
15247
15248 2001-10-08 [paul]       0.6.3claws1
15249
15250         * sync with sylpheed 0.6.3 release
15251                 see ChangeLog entry 2001-10-08
15252
15253 2001-10-08 [paul]       0.6.2claws24
15254
15255         * src/summaryview.c
15256                 more sync with sylpheed 0.6.2cvs12
15257                 Fixed the bug that didn't select the last row correctly
15258
15259
15260 2001-10-07 [paul]       0.6.2claws23
15261
15262         * sync with sylpheed 0.6.2cvs12
15263                 see ChangeLog entry 2001-10-07
15264
15265 2001-10-06 [match]
15266         * src/jpilot.[ch]
15267                 enable jpilot to read unsynch'ed addresses.
15268
15269         * src/editldap_basedn.c
15270                 fix segfault when opening dialog.
15271
15272 2001-10-06 [alfons]     0.6.2.claws22
15273
15274         * src/summaryview.c
15275                 fix bug with summary view selecting last *inserted*
15276                 node instead of last *visible* node. remember we
15277                 work with a tree
15278
15279 2001-10-06 [paul]       0.6.2claws21
15280
15281         * po/pt_BR.po
15282                 updated translation, contains some fixes and new
15283                 translations, submitted by Gustavo Noronha Silva
15284                 <kov@debian.org>
15285
15286         * src/prefs_common.c
15287                 change 'each' to 'every' - fix dubious English
15288
15289         * sync with sylpheed 0.6.2cvs11
15290
15291 2001-10-05 [alfons]     0.6.2claws20
15292
15293         * src/mainwindow.[ch], src/folderview.c
15294                 make composite tool button switch between "Compose News"
15295                 and "Compose Mail" depending on selected folder
15296                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15297
15298 2001-10-05 [paul]       0.6.2claws19
15299
15300         * src/mainwindow.c, src/summaryview.c
15301                 fix 'Message/Reply to all', broken in last commit
15302
15303         * src/compose.c
15304                 fix X_BEENTHERE seg fault, thanks to Alfons
15305
15306 2001-10-04 [paul]       0.6.2claws18
15307
15308         * src/compose.[ch], src/mainwindow.c
15309                 make "Message/Reply" reply to mailing lists; matches
15310                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15311                 based on portions of the patch submitted by
15312                 Junichi Uekawa <dancer@netfort.gr.jp>
15313
15314 2001-10-04 [darko]      0.6.2claws17
15315
15316         * src/compose.c
15317                 better smart wrapping
15318         * src/gtkstext.[hc]
15319                 a function to make text buffer contiguous
15320
15321 2001-10-03 [paul]       0.6.2claws16
15322
15323         * sync with sylpheed 0.6.2cvs10
15324
15325 2001-10-02 [alfons]
15326
15327         * configure.in
15328         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15329                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15330                 references to chinese translations (hope someone picks up
15331                 this)
15332
15333 2001-10-02 [christoph]  0.6.2claws15
15334
15335         * src/compose.c
15336                 fixed non translated header bug
15337         * ChangeLog.claws
15338                 fixed wrong date in alfons last entry ;)
15339
15340 2001-10-02 [alfons]     0.6.2claws14
15341
15342         * src/compose.c, src/prefs_common.[ch]
15343                 add block cursor option
15344
15345 2001-10-02 [paul]       0.6.2claws13
15346
15347         * sync with sylpheed 0.6.2cvs9
15348
15349 2001-09-30 [paul]       0.6.2claws12
15350
15351         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15352                 updated translations
15353
15354         * po/POTFILES.in
15355                 add 'src/importldif.c'
15356
15357         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15358                 added eudora-to-vCard conversion tool
15359                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15360
15361         * sync with sylpheed 0.6.2cvs8
15362
15363 2001-09-30 [paul]
15364
15365         * sylpheed-0.6.2claws released
15366
15367 2001-09-27 [melvin]     0.6.2claws11
15368
15369         * src/gtkspell.c
15370                 fixed crash when using default path (introduced 
15371                 in 0.6.2claws10)
15372                 fixed tiny bug for initial suggestion mode
15373
15374 2001-09-27 [melvin]     0.6.2claws10
15375         
15376         * src/gtkspell.c
15377                 fixed bug where gtkpspell didn't set the path correctly
15378
15379         * README.claws
15380                 added a paragraph about spell checking
15381                 
15382
15383
15384 2001-09-27 [paul]       0.6.2claws9
15385
15386         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15387                 replace '// comments' with '/* comments */' to prevent
15388                 some compiler warnings 
15389
15390         * sync with sylpheed 0.6.2cvs6
15391
15392 2001-09-26 [alfons]     0.6.2claws8
15393
15394         * src/messageview.c
15395                 introduce return receipt request notification again,
15396                 which was lost because of other semantics in 
15397                 procheader_parse() (???)
15398
15399 2001-09-26 [christoph]  0.6.2claws7
15400
15401         * src/compose.c
15402                 replace comments for old code with #if 0
15403                 readded auto cc, bcc and reply-to
15404         * src/prefs_matcher.c
15405         * src/prefs_scoring.c
15406                 removed some definition (was moved to
15407                 prefs.h)
15408
15409 2001-09-26 [paul]       0.6.2claws6
15410
15411         * src/mainwindow.c
15412                 make 'Follow-up and reply to' sensitive
15413
15414         * more sync with sylpheed 0.6.2cvs5
15415
15416 2001-09-25 [melvin]
15417
15418         * 0.6.2claws5
15419
15420         * src/gtkspell.c
15421                 fixed bug for "US-ASCII" introduced by the encoding code
15422
15423 2001-09-25 [paul]
15424
15425         * 0.6.2claws4
15426
15427         * src/prefs_common.[ch], src/summaryview.c
15428                 'next unread msg' 'go to next folder?' dialog can be
15429                 given default behaviour, either always show dialog,
15430                 or assume 'yes', or assume 'no'
15431                 Submitted by wwp <subscript@free.fr>
15432
15433 2001-09-25 [melvin]
15434                 
15435         * src/compose.c src/gtkspell.[ch]
15436                 added support for different encodings
15437
15438 2001-09-25 [paul]
15439
15440         * more sync with sylpheed 0.6.2cvs5
15441
15442 2001-09-24 [alfons]
15443         
15444         * src/prefs_folder_item.c
15445                 add check for item->prefs->default_to string is NULL and
15446                 add another check when freeing this string
15447
15448 2001-09-24 [paul]
15449
15450         * configure.in
15451                 change to version 0.6.2claws3
15452
15453         * sync with sylpheed 0.6.2cvs5 
15454
15455 2001-09-24 [match]
15456         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15457                 import LDIF files.
15458         * src/addrcache.[ch], addrindex.[ch]
15459                 small update for future
15460         * src/addrbook.c
15461                 fix test XML file.
15462
15463 2001-09-24 [melvin]
15464         * src/gtkspell.[ch]
15465                 added 'Learn from mistakes' option
15466                 better handling of quotes in checked words
15467                 sorted dict list
15468         * po/fr.po
15469                 small update for spell checking stuff
15470
15471 2001-09-23 [alfons]
15472         
15473         * src/gtkspell.c
15474                 edit a little bit so it complies more with main coding style
15475
15476 2001-09-23 [alfons]
15477
15478         * src/folder.[ch], prefs_folder_item.c, compose.c
15479                 migrate "request return receipt" folder property
15480                 to folderlist.xml
15481
15482 2001-09-22 [alfons]
15483
15484         * README.claws **NEW**
15485                 (add things of interest for users of main branch 
15486                 and claws here)
15487
15488         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15489                 re-implement threading per folder option, but store 
15490                 the setting in folderlist.xml (where it belongs)
15491
15492 2001-09-21 [melvin]
15493
15494         * src/gtkspell.[ch]
15495                 fixed bug when compose window is under another window
15496         * src/prefs_common.[ch] src/compose.c
15497                 changed 'dictionary_path' to 'dictionary' to be consistent
15498                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15499         * ac/pspell.m4 src/Makefile.am 
15500                 dropped PSPELL_PATH macro
15501         * po/fr.po
15502                 updated translations
15503
15504 2001-09-21 [christoph]
15505
15506         * src/compose.c
15507                 added border around header fields
15508                 keep header type when new field is added
15509
15510 2001-09-20 [christoph]
15511
15512         * src/utils.[ch]
15513                 more portable debug_print with source filename
15514                 and linenumber
15515         * src/procmsg.c
15516                 more newlines after debug messages
15517
15518 2001-09-20 [paul]
15519
15520         * configure.in
15521                 change to version 0.6.2claws2
15522
15523         * sync with sylpheed 0.6.2cvs3
15524
15525 2001-09-19 [melvin]
15526
15527         * src/gtkspell.c
15528                 fixed the post-right-click focus pb
15529                 fixed crash when 'Spell check all' after dict change 
15530                         and when cursor is at the end of the text
15531                 shift-right-click pops up config menu even on misspelled words.
15532         * po/POTFILES.in
15533                 added gtkspell.c
15534
15535 2001-09-19 [melvin]
15536
15537         * src/about.c
15538                 added pspell to compiled-in features list
15539
15540 2001-09-18 [melvin]
15541
15542         * switched to pspell and dropped ispell
15543         * ac/pspell.m4
15544                 new file. autoconf macro for pspell
15545         * ac/Makefile.am 
15546         * configure.in acconfig.h
15547                 added pspell support
15548         * src/Makefile.am
15549         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15550         * src/prefs_common.[ch] 
15551                 added pspell support
15552
15553 2001-09-18 [christoph]
15554
15555         * src/addr_compl.c
15556         * src/template.[ch]
15557                 replace LOG_MESSAGE with debug_print
15558         * src/compose.[ch]
15559                 gui improvements
15560         * src/menu.c
15561                 added newline after debug message
15562         * src/utils.h
15563                 using __VA_ARGS__ for debug_print macro
15564         * tools/.cvsignore
15565                 ignore Makefile and Makefile.in
15566
15567 2001-09-18 [paul]
15568
15569         * configure.in
15570                 change to version 0.6.2claws1
15571         * sync with sylpheed 0.6.2cvs1
15572
15573         * src/matcher.c 
15574         * src/prefs_matcher.c
15575                 add 'score equal to' option, submitted by
15576                 Paul Evans <nerd@freeuk.com>
15577
15578 2001-09-15 [christoph]
15579
15580         * src/mainwindow.c
15581                 comment out menu entry not existing in claws
15582         * src/menu.c
15583                 add debug output for non existing menu entries
15584         * src/summaryview.c
15585                 fix next/prev unread message for ignored threads
15586         * src/utils.[ch]
15587                 add sourcefile and line number to debug output
15588                 otherwise it is sometimes hard to find the
15589                 source code part if debug messages are translated
15590
15591 2001-09-14 [darko]
15592         
15593         * src/folderview.c
15594                 refresh target folder style after colour is changed
15595
15596 2001-09-13 [paul]
15597
15598         * configure.in
15599                 change to version 0.6.1claws3
15600
15601         * sync with sylpheed 0.6.1cvs6
15602
15603 2001-09-13 [darko]
15604         
15605         * src/folderview.c
15606                 fix target folder colourization to use user selected colour
15607
15608 2001-09-12 [darko]
15609         
15610         * src/summaryview.c
15611                 fix crash when message that is marked for copy/move is unmarked
15612
15613 2001-09-09 [paul]
15614
15615         * configure.in
15616                 change to version 0.6.1claws2
15617
15618         * sync with sylpheed 0.6.1cvs3
15619
15620 2001-09-09 [alfons]
15621         
15622         * src/folderview.c
15623                 fix bug with default font used for trash folder text
15624
15625 2001-09-06 [paul]
15626
15627         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15628                 updated translations
15629
15630         * configure.in
15631                 change to version 0.6.1claws1
15632
15633         * sync with sylpheed 0.6.1cvs2
15634
15635 2001-09-03 [paul]
15636
15637         * po/POTFILES.in
15638                 add Match's new addressbook
15639
15640         * po/de.po
15641                 updated translation submitted by Jens Oberender
15642
15643 2001-09-02 [paul]
15644
15645         * configure.in
15646                 change to 0.6.1claws
15647         * sync with sylpheed 0.6.1 release
15648
15649 2001-09-02 [paul]
15650
15651         * configure.in
15652                 change to 0.6.0claws2
15653
15654         * sync with sylpheed 0.6.0cvs4
15655
15656         * po/pt_BR.po
15657                 updated translation submitted by Fabio Junior Beneditto
15658
15659 2001-09-01 [match]
15660         * pixmaps/
15661                 interface.xpm
15662                 book.xpm
15663                 address.xpm
15664         * src/
15665                 Makefile.am
15666                 a ton of new files
15667
15668 2001-08-31 [paul]
15669
15670         * configure.in
15671                 change to version 0.6.0claws1
15672
15673         * sync with sylpheed 0.6.0cvs1
15674
15675         * po/es.po
15676                 updated translation submitted by Ricardo Mones Lastra
15677
15678         * po/POTFILES.in
15679                 add 'src/prefs_templates.c'
15680
15681         * src/compose.c, src/summaryview.c
15682                 fix segfault on 'Re_edit'               
15683
15684 2001-08-30 [alfons]
15685
15686         * configure.in, Makefile.am
15687         * tools/Makefile.am
15688                 add tools directory to source distribution
15689
15690 2001-08-30 [paul]
15691
15692         * configure.in
15693                 change to version 0.6.0claws
15694
15695         * sync with sylpheed 0.6.0 release
15696
15697 2001-08-30 [christoph]
15698
15699         * configure.in
15700                 removed autoconf version check
15701
15702 2001-08-30 [paul]
15703
15704         * src/account.c, src/compose.c, src/prefs_common.[ch]
15705         * src/procheader.[ch] src/utils.[ch]
15706                 Enhanced automatic account selection on replies
15707                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15708
15709         * configure.in
15710                 add LDAP and JPilot to the configuration results output.
15711
15712 2001-08-29 [christoph]
15713
15714         * src/summeryview.c
15715                 no bold font for ignored threads
15716
15717 2001-08-29 [paul]
15718
15719         * configure.in
15720                 change to version 0.5.3claws6
15721
15722         * sync with sylpheed 0.5.3cvs10
15723                 src/stringtable.[ch]: New Files
15724
15725         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15726         * src/pixmaps/sylpheed.xpm
15727                 add mini-icons to windows (by Alfons)
15728
15729 2001-08-27 [paul]
15730
15731         * src/mainwindow.c
15732                 new functions: next_labeled_cb(), prev_labeled_cb()
15733
15734         * src/summaryview.c
15735                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15736                 summary_select_next_labeled(), summary_select_prev_labeled()
15737
15738         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15739                 give claws blue folders and a blue trash can
15740
15741 2001-08-27 [paul]
15742
15743         * configure.in
15744                 change to version 0.5.3claws5
15745
15746         * sync with sylpheed 0.5.3cvs9
15747                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15748
15749 2001-08-24 [christoph]
15750
15751         * src/filesel.c
15752                 keep filename when browsing directories
15753                 (not working for user entered filename, but
15754                  for default name and selected filename from
15755                  file list)
15756         * src/mainwindow.c
15757                 fixed wrong spelling "Folllow-up"
15758         * src/mbox_folder.c
15759         * src/procmsg.c
15760         * src/summaryview.c
15761                 fixed new/unread message count with ignored
15762                 threads (2 commits, first didn't notice no
15763                 longer needed decreasing)
15764         * src/inc.c
15765                 readded scrolling of progress dialog
15766                 (lost in sync)
15767
15768 2001-08-24 [paul]
15769
15770         * configure.in
15771                 change to 0.5.3claws4
15772
15773         * sync with sylpheed 0.5.3cvs7
15774
15775 2001-08-24 [christoph]
15776
15777         * src/compose.c
15778                 set request return receipt when replying
15779                 if it is set is the folder prefs of the
15780                 message
15781         * src/inc.c
15782                 disable final error popup if popups are
15783                 disabled in config (again)
15784
15785 2001-08-23 [paul]
15786
15787         * configure.in
15788                 Change version number to 0.5.3claws3
15789
15790         * sync with sylpheed 0.5.3cvs5
15791
15792         * src/mimeview.c
15793                 double quote '%s' in 'gedit %s' to fix bug when
15794                 opening attachment with spaces in the name
15795
15796 2001-08-22 [alte]
15797         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15798           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15799                 initial message templates support
15800
15801
15802 2001-08-22 [paul]
15803
15804         * configure.in
15805                 change version number to 0.5.3claws2
15806
15807         * sync with sylpheed 0.5.3cvs4
15808
15809         * src/procmsg.h src/summaryview.c
15810                 re-implement (un)ignore thread
15811
15812 2001-08-21 [paul]
15813
15814         * src/summaryview.c
15815                 remove unnecessary code
15816         * src/compose.c
15817                 enable 'dynamic' signatures (submitted by
15818                 Eric Limpens <eric@hscg-internet.nl>)
15819
15820 2001-08-21 [paul]
15821
15822         clean up after sync with sylpheed 0.5.3 release
15823
15824         * src/folderview.c
15825                 fix re-introduced font mess, see Christoph's
15826                 entry 2001-06-24
15827
15828         * src/summaryview.c
15829                 remove prev_msgnum
15830                 use sylpheed's small font instead of
15831                 gtk default font for summary view
15832
15833
15834 2001-08-17 [paul]
15835
15836         * configure.in
15837                 add pl to ALL_LINGUAS - sync with main branch
15838
15839         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15840                 Updated. Translations by Jens Oberender, Ricardo Mones
15841                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15842
15843         * po/pl.po  ** NEW FILE **
15844                 sync with the main branch
15845
15846         * src/folderview.c
15847                 fix target folder colorizing and refresh problem
15848
15849
15850 2001-08-17 [christoph]
15851
15852         * src/mainwindow.c
15853                 claws uses 4 colors for target folder coloring.
15854                 arrays were not long enough and destroyed the
15855                 stack causing a segfault.
15856                 target folder colorizing does not work anymore
15857                 for me
15858
15859 2001-08-16 [paul]
15860
15861         * configure.in
15862                 change to version 0.5.3claws1
15863
15864         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15865           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15866           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15867
15868                 sync with sylpheed 0.5.3 release, but keep claws method of
15869                 configuring/saving fonts
15870
15871         * src/addressbook.[ch]
15872                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15873                 in line with a similar change in Hiroyuki's branch
15874
15875         * src/mainwindow.[ch]
15876                 disable main_window_set_thread_option()
15877         * src/prefs_folder_item.c
15878                 comment out &tmps_prefs.enable_thread,
15879         * src/mbox_folder.c, src/procmsg.[ch]
15880                 comment out MSG_IS_IGNORE_THREAD
15881         * src/summaryview.c
15882                 comment out summary_ignore_thread() and summary_unignore_thread()
15883                 comment out MSG_IS_IGNORE_THREAD
15884
15885                 use Hiroyuki's threading instead.
15886
15887
15888
15889 2001-08-15 [paul]
15890
15891         * src/account.c
15892                 use Hiroyuki's 0.5.3 column scheme but also
15893                 include the enable/disable button.
15894         * src/pixmaps/mark.xpm
15895                 add Hiroyuki's amended pixmap
15896
15897 2001-08-13 [christoph]
15898
15899         * src/account.c
15900                 receive at get all column showed wrong state for APOP
15901                 button should only work for POP3 and APOP accounts
15902         * src/prefs_account.c
15903                 added missing preprocessor statement for SSL
15904
15905 2001-08-12 [paul]
15906
15907         * src/account.[ch]
15908                 add 'receive at get all' column and enable/disable
15909                 button.
15910
15911 2001-08-06 [christoph]
15912
15913         * src/account.c
15914                 show usage of SSL in protocol column
15915
15916         * src/imap.c
15917         * src/inc.c
15918                 renamed ssl options
15919
15920         * src/prefs_account.[ch]
15921                 moved ssl options to a new page
15922
15923         * src/send.c
15924         * src/smtp.c
15925         * src/ssl.[ch]
15926                 renamed ssl options
15927                 added support for SMTP STARTTLS command
15928
15929 2001-08-05 [christoph]
15930
15931         * configure.in
15932                 debian autoconf needs version check to find
15933                 correct autoconf version. if the file is
15934                 named configure.in 2.13 is used, which does
15935                 not work with this configure.in script.
15936                 other solution would be to rename the script
15937                 to configure.ac as suggested in the autoconf
15938                 manual.
15939
15940         * src/inc.c
15941                 disable final error popup if popups are
15942                 diabled in config
15943
15944         * src/socket.c
15945                 bugfix in ssl_gets
15946                 fixes IMAP over SSL problem
15947
15948 2001-08-03 [paul]
15949
15950         * configure.in
15951                 change to 0.5.2claws1
15952
15953         * sync with sylpheed 0.5.2cvs1
15954
15955 2001-08-02 [alfons]
15956
15957         * configure.in
15958                 quick fix for ispell detection...
15959
15960 2001-08-01 [paul]
15961
15962         * configure.in
15963                 change to 0.5.1claws4
15964
15965         * sync with sylpheed 0.5.1cvs7
15966
15967 2001-07-31 [alfons]
15968
15969         * src/prefs_common.c, src/prefs_common.h, 
15970           src/gtkspell.c, src/gtkspell.h
15971                 add global spelling checker settings (compose tab) +
15972                 selection of dictionary 
15973           
15974         * configure.in  
15975                 guess valid ispell location
15976
15977 2001-07-31 [paul]
15978
15979         * po/POTFILES.in
15980                 removal of 'src/quote_fmt_parse.c'
15981         * po/de.po
15982                 Updated de.po
15983                 (submitted by Jens Oberender <didge@suse.de>)
15984
15985 2001-07-31 [darko]
15986
15987         * src/folder.[ch]
15988         * src/folderview.[ch]
15989         * src/mainwindow.c
15990         * src/mh.c
15991         * src/prefs_common.[ch]
15992         * src/summaryview.c
15993                 target folder colourization
15994
15995 2001-07-30 [paul]
15996
15997         more sync with Sylpheed 0.5.1cvs6 
15998
15999 2001-07-30 [darko]
16000
16001         * src/mh.c
16002         * src/prefs_folder_item.[hc]
16003         * src/summaryview.c
16004                 shared folders support with a GUI
16005
16006 2001-07-29 [paul]
16007
16008         0.5.1claws3
16009
16010         * sync with Sylpheed 0.5.1cvs6
16011
16012 2001-07-29 [paul]
16013
16014         * po/pt_BR.po
16015                 updated
16016                 (submitted by Fabio Junior Beneditto)
16017
16018 2001-07-28 [paul]
16019
16020         * src/procmime.c
16021         * AUTHORS
16022                 patch to correct bad image mime headers
16023                 (submitted by Don Quijote <dq@searchlores.org>)
16024
16025 2001-07-28 [paul]
16026
16027         * tools/gif2xface.pl   **NEW FILE**
16028         * tools/README
16029                 script to convert file.gif to file.xface for
16030                 use in a custom header.
16031                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16032
16033 2001-07-27 [alfons]
16034         
16035         * configure.in
16036                 change macros for detecting JPilot and LDAP
16037
16038 2001-07-27 [christoph]
16039
16040         * src/filtering.c
16041                 code cleanup (MIN / MAX warning, needed casting)
16042
16043 2001-07-27 [alfons]
16044
16045         * procheader.c
16046                 disallow setting flags when detecting certain headers
16047                 (X-Status, Status, Seen, X-Seen). 
16048         
16049         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16050
16051 2001-07-27 [christoph]
16052
16053         * src/prefs_filter.c
16054         * src/prefs_filtering.c
16055         * src/prefs_matcher.c
16056         * src/prefs_scoring.c
16057                 scroll list when moving rows up or down
16058
16059         * src/imap.c
16060         * src/imap.h
16061         * src/prefs_account.c
16062         * src/prefs_account.h
16063         * src/send.c
16064                 SMTP over SSL (untested, feedback requested)
16065                 IMAP over SSL
16066
16067         * src/ssl.c
16068                 code cleanup
16069
16070 2001-07-26 [alfons]
16071         
16072         * configure.in, acconfig.h
16073                 define CLAWS (need this for main / claws detection)
16074
16075 2001-07-25 [alfons]
16076
16077         * configure.in
16078                 Sylpheed 0.5.1claws2
16079                 
16080         * sync with Sylpheed 0.5.1cvs4
16081
16082 2001-07-25 [christoph]
16083
16084         * src/scoring.c
16085                 fixed segfault
16086                 item->prefs == NULL (don't know why)
16087
16088 2001-07-25 [alfons]
16089
16090         * configure.in
16091                 Sylpheed 0.5.1claws1
16092
16093         * sync with Sylpheed 0.5.1cvs1-3
16094
16095 2001-07-24 [christoph]
16096
16097         * src/folderview.c
16098         * src/prefs_folder_item.[ch]
16099                 added folderitem preferences dialog with
16100                 default To: and auto request return receipt
16101
16102         * src/compose.[ch]
16103         * src/menu.[ch]
16104                 changes to handle new folderitem preferences
16105
16106         * src/mainwindow.c
16107         * src/summaryview.c
16108                 call compose new mail with current folderitem
16109
16110 2001-07-24 [alfons]
16111
16112         Release Sylpheed 0.5.1claws
16113
16114         * configure.in
16115                 change to release version 0.5.1claws
16116
16117 2001-07-24 [christoph]
16118
16119         * src/summaryview.c
16120                 fixed segfault that happend when the selected
16121                 message was removed while retrieving new messages.
16122
16123         * po/es.po
16124                 updated translation
16125                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16126
16127 2001-07-22 [alfons]
16128
16129         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16130         this is a work in progress, for more information: http://nlpagan.net/sylman 
16131         
16132         * configure.in, src/mainwindow.c, manual/Makefile.am
16133                 add support for English manual
16134
16135         * AUTHORS
16136                 add authors of user manuals
16137
16138         * manual/en/sylpheed*.html
16139                 add English documentation
16140
16141 2001-07-22 [christoph]
16142
16143         * po/POTFILES.in
16144                 added src/ssl.c
16145         * src/ssl.c
16146                 changed a wrong debug message
16147
16148 2001-07-22 [alfons]
16149
16150         * po/nl.po
16151                 update Dutch translation
16152
16153         * src/prefs_filtering.c, 
16154           src/prefs_matcher.c
16155                 add more translatable strings           
16156
16157 2001-07-21 [alfons]
16158
16159         0.5.0claws7
16160
16161         * configure.in
16162                 change version
16163
16164         * src/inc.c, src/summaryview.[ch]
16165                 prevent update of mark file when filtering has done, by
16166                 using a variable; this affects two functions:
16167                         inc.c::inc_finished()
16168                         summaryview.c::summary_show()
16169
16170 2001-07-20 [alfons]
16171
16172         * src/filtering.[ch], src/prefs_filtering.c, 
16173           src/matcher.[ch]
16174                 add filtering action for label coloring 
16175
16176         * po/POTFILES.in
16177                 add labelcolors.c
16178
16179         * added src/labelcolors.c
16180         * added src/labelcolors.h
16181         * src/Makefile.am, src/summaryview.c
16182                 rearrange label coloring code
16183
16184         * src/procmsg.h
16185                 add more parentheses so label colouring works correctly
16186
16187         * src/filtering.c
16188                 don't really delete message, but move it to Trash
16189
16190         * src/prefs_matcher.c
16191                 add quote options to info dialog
16192
16193 2001-07-20 [christoph]
16194
16195         * src/Makefile.am
16196         * src/inc.c
16197         * src/main.[ch]
16198         * src/socket.h
16199         * src/ssl.[ch] (new)
16200                 moved ssl stuff to a seperate file
16201
16202 2001-07-20 [darko]
16203
16204         * src/summaryview.c
16205                 fix show sender using address book with no e-mail
16206                 address in From: field
16207
16208 2001-07-19 [alfons]
16209
16210         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16211                 fix messy handling of escaping... now at least the
16212                 execute command is useful. escape char is '\', we
16213                 accept \n and \r too. 
16214
16215                 Real life example:
16216                 
16217                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16218                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16219
16220 2001-07-18 [alfons]
16221
16222         0.5.0claws6
16223
16224         * src/summaryview.c
16225                 clean up
16226
16227         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16228           src/procmsg.[ch]
16229                 revise filtering; currently move, copy, marking have
16230                 been tested. if you like bleeding edge stuff, you
16231                 should definitely go for this version :)
16232
16233         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16234
16235 2001-07-17 [christoph]
16236
16237         * src/utils.c
16238                 timestamp log
16239
16240 2001-07-17 [alfons]
16241
16242         0.5.0claws5
16243
16244         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16245           bits in the mark file, without affecting either branch. Lots of
16246           files changed, also in claws branch.
16247
16248           UNTESTED: use of mbox folders
16249
16250         * src/summaryview.c
16251                 added mark all read; however this was a quick hack used for
16252                 cleaning up mess after initial merge with Hiroyuki
16253
16254         * configure.in
16255                 change claws version number back to 0.5.0claws5 to clear up 
16256                 confusion & pretension (recent release was technically 
16257                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16258
16259 2001-07-16 [alfons]
16260
16261         sync with Hiroyuki's 0.5.0cvs4
16262
16263 2001-07-16 [alfons]
16264
16265         0.5.1claws3
16266
16267         * src/filtering.[ch]
16268                 remove invalid updating of mark files for 
16269                 filter actions MATCHING_ACTION_MOVE and 
16270                 MATCHING_ACTION_DELETE; this should fix the
16271                 folder update bug
16272                 
16273         * src/procmsg.c
16274                 revert Christoph's stab at fixing the folder 
16275                 update bug
16276
16277         * po/POTFILES.in
16278                 add missing files with translatable strings
16279
16280         * src/summaryview.c
16281                 remove debug print
16282
16283 2001-07-15 [alfons]
16284
16285         * src/addr_compl.[ch], src/prefs_filtering.c
16286                 make "filtering pref dialog's destination entry" an
16287                 "address completable entry", if filter destination is 
16288                 an email address
16289
16290         0.5.1claws2
16291         
16292         sync with Hiroyuki's 0.5.0cvs2-3
16293
16294 2001-07-15 [christoph]
16295
16296         * src/procmsg.c
16297                 fixed folder stats update after incorporation
16298
16299 2001-07-15 [alfons]
16300
16301         * src/summaryview.c
16302                 * finish label colouring stuff (for now)
16303                 * fix incorrect colour bug (off by one) 
16304
16305 2001-07-14 [alfons]
16306
16307         * src/mainwindow.c
16308                 change text labels for news and mail message so there's
16309                 plenty of toolbar estate left
16310
16311         * configure.in
16312                 0.5.1claws1
16313
16314         * src/folderview.c
16315           src/folder.[ch]
16316                 sync with Hiroyuki's 0.5.0cvs1
16317
16318         * src/summaryview.c
16319                 more rewrite label colouring
16320
16321 2001-07-14 [alfons]
16322
16323         * src/summaryview.[ch]
16324                 * start rewrite label colouring 
16325                 * fix proper location "Add Sender To Addressbook" menu item
16326
16327 2001-07-13
16328
16329         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16330         (actually this is 0.5.0claws4)
16331
16332 2001-07-13 [alfons]
16333
16334         * po/pt_BR.po
16335                 * fix duplicate message
16336                 * add updated Portugese / Brazilian translation
16337                   submitted by Fabio Junior Beneditto
16338
16339 2001-07-12 [alfons]
16340
16341         * AUTHORS
16342                 add Jens
16343
16344         * po/nl.po
16345                 add updated Dutch translation
16346
16347         * po/de.po
16348                 add updated German translation submitted by Jens
16349
16350 2001-07-11 [alfons]
16351
16352         Prerelease before 0.5.0claws. Please test.
16353         This version is temporarily tagged as VERSION_0_5_0_TEST
16354
16355         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16356           src/prefs_scoring.c, src/prefs_matcher.c, 
16357           src/prefs_filtering.c, src/mbox.c, 
16358           src/main.c, src/inc.c, src/filtering.[ch]
16359                 revert new Hoa's new matcher (does not work yet)
16360
16361         * src/Makefile.am
16362                 clean up
16363
16364 2001-07-10
16365
16366         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16367
16368
16369 2001-07-10 [alfons]
16370
16371         * Makefile.am
16372                 add ChangeLog.claws to EXTRA_DIST
16373         * src/Makefile.am
16374                 add matcher_parser_parse.h to EXTRA_DIST
16375
16376 2001-07-10 [christoph]
16377
16378         * src/inc.c
16379                 add destination folder to table of
16380                 folders that need to be updated after
16381                 incorporation
16382
16383 2001-07-10 [alfons]
16384
16385         * folder.[ch]
16386           folderview.c
16387                 make collapse state of folders and folder items persistent, i.e.
16388                 if you collapse a folder tree, the next time sylpheed-claws starts 
16389                 up the folder tree remains collapsed.  
16390                 
16391 2001-07-10 [christoph]
16392
16393         * acconfig.h
16394         * configure.in
16395                 added --enable-ssl
16396         * src/md5.[ch]
16397                 renamed MD5_CTX to MD5_CTX_syl
16398                 conflicts with a struct in openssl
16399         * src/inc.c
16400         * src/main.[ch]
16401         * src/prefs_account.[ch]
16402         * src/socket.[ch]
16403                 SSL support for POP
16404         * src/mainwindow.c
16405                 fixed compose with current account
16406                 broken by new compose button stuff
16407
16408 2001-07-09 [hoa]
16409
16410         * AUTHORS
16411                 changed my email address
16412
16413         * src/matcher_parser_parse.y
16414                 clean the parser to remove conflicts
16415
16416 2001-07-09 [alfons]
16417
16418         * AUTHORS
16419                 add Match Grun
16420
16421         * configure.in
16422                 fix incorrect description of --enable-ldap parameter
16423
16424         * src/prefs_common.[ch]
16425           src/compose.c
16426                 add experimental option "smart wrapping" which makes the
16427                 compose editor auto wrap.
16428                 
16429                 | TODO: the problem with the buggy cursor handling is caused |
16430                 | by the GtkText. when deleting / backspacing text its       |
16431                 | wrapping algorithm does not take in account the previous   |
16432                 | line. should find a way to hack this in.                   |
16433                 | or should perhaps combine this with the word wrapping      |
16434                 | patch i wrote in january.                                  |
16435
16436         * src/about.c
16437                 show build parameters for LDAP and JPilot
16438
16439         * src/summaryview.c
16440                 revert Christoph's bugfix for selecting next unread message, 
16441                 because folder stats aren't updated correctly
16442
16443 2001-07-08 [hoa]
16444
16445         * src/filtering.c
16446         * src/mainwindow.c
16447         * src/matcher.c
16448         * src/matcher_parser_lex.l
16449         * src/matcher_parser_parse.y
16450         * src/prefs_filtering.c
16451         * src/prefs_scoring.c
16452         * src/scoring.c
16453                 bugfix of the config file parser
16454
16455 2001-07-08 [alfons]
16456
16457         * src/Makefile.am
16458                 added generated matcher sources to BUILT_SOURCES
16459
16460 2001-07-08 [hoa]
16461
16462         * src/Makefile.am
16463         * src/.cvsignore
16464                 added new config file parser
16465
16466         * src/scoring.[ch]
16467         * src/filtering.[ch]
16468         * src/matcher.[ch]
16469         * src/prefs_filtering.c
16470         * src/prefs_matcher.c
16471         * src/prefs_scoring.c
16472         * added src/matcher_parser.h
16473         * added src/matcher_parser_lex.h
16474         * added src/matcher_parser_lex.l
16475         * added src/matcher_parser_parse.y
16476                 lex & yacc config file parser
16477
16478         * src/mbox.c
16479         * src/inc.c
16480         * src/main.c
16481                 changes prefs_filtering into global_filtering           
16482
16483         * src/summaryview.c
16484                 build threads with subjects only if "Re: " is at the
16485                 beginning of the subject
16486
16487 2001-07-07 [paul]
16488
16489         0.5.0claws
16490
16491         sync with sylpheed 0.5.0
16492                 change of version number only
16493
16494 2001-07-06 [paul]
16495
16496         0.5.0claws5
16497
16498         sync with sylpheed 0.5.0pre5
16499
16500 2001-07-05 [paul]
16501
16502         sync with sylpheed 0.5.0pre4 release
16503                 /po and /manual/ja not sync'ed
16504
16505 2001-07-04 [paul]
16506
16507         more sync with sylpheed 0.5.0pre4
16508
16509 2001-07-03 [christoph]
16510
16511         * src/addressbook.c
16512                 fixed address book broken by address book
16513                 for VCard, JPilot, LDAP
16514
16515 2001-07-03 [alfons]
16516
16517         * src/matcher.c
16518         * src/textview.c
16519                 stopped memory leaks
16520
16521 2001-07-03 [paul]
16522
16523         more sync with sylpheed 0.5.0pre4
16524
16525 2001-07-02 [match]
16526
16527         * included address book patch for VCard, JPilot, LDAP
16528         * pref_common.c - fixed Font options on Display tab (cosmetic)
16529         * alertpanel.c - fixed truncated message
16530
16531 2001-07-02 [christoph]
16532
16533         * src/mbox_folder.c
16534         * src/procmsg.[ch]
16535         * src/summaryview.c
16536                 mark threads for ignoring
16537
16538 2001-07-02 [paul]
16539
16540         0.5.0claws4
16541
16542         * sync with sylpheed 0.5.0pre4
16543                 updated gettext to 0.10.38.
16544
16545 2001-07-01 [paul]
16546
16547         * src/ mainwindow.c
16548         * src/procmsg.h
16549         * src/summaryview.[ch]
16550                 new right-click option: Label.
16551                 substitute for 'Mark-->Mark/Unmark', colours the line.
16552                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16553
16554 2001-07-01 [christoph]
16555
16556         * src/folderview.c
16557                 fixed font for trash
16558         * src/summaryview.c
16559                 move ctree to unread message
16560
16561 2001-07-01 [paul]
16562
16563         * sync with sylpheed 0.5.0pre3 release
16564
16565 2001-06-30 [alfons]
16566
16567         * src/filesel.[ch]
16568         * src/compose.c
16569                 allow inserting / attaching multiple files in
16570                 the composer window
16571
16572 2001-06-30 [paul]
16573
16574         * src/codeconv.c
16575                 small change to Alfons' previous stuff so that it
16576                 actually makes
16577
16578 2001-06-30 [alfons]
16579
16580         * lots of files changed; first attempt to merge the changes
16581           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16582
16583 2001-06-30 [paul]
16584
16585         * po/pt_BR.po
16586                 updated and completed, translations by Fabio
16587                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16588
16589 2001-06-29 [alfons]
16590
16591         * src/compose.c
16592         * src/mimeproc.[ch]
16593                 allow selecting an attached files' mime type from a 
16594                 list of types.
16595
16596 2001-06-29 [paul]
16597
16598         * more sync with sylpheed 0.5.0pre3
16599
16600 2001-06-29 [paul]
16601
16602         * po/pt_BR.po
16603                 merge with sylpheed.pot and pt_BR.po provided by
16604                 Fabio Junior Beneditto.
16605
16606 2001-06-29 [darko]
16607
16608         * src/procmime.c
16609                 make MIME types case insensitive
16610
16611 2001-06-28 [alfons]
16612
16613         * po/nl.po
16614                 merge with sylpheed.pot and old nl.po; translations added.
16615
16616 2001-06-28 [paul]
16617
16618         * more sync with sylpheed 0.5.0pre3
16619
16620 2001-06-27 [alfons]
16621
16622         * src/summaryview.c
16623                 don't crash when removing parent node of messages
16624                 attracted by subject. this was caused by not deleting
16625                 the parent node from the subject line hash table.
16626
16627 2001-06-27 [alfons]
16628
16629         * src/summaryview.c
16630         * src/compose.[ch]
16631         * src/mainwindow.c
16632                 if there are multiple messages selected, allow forwarding
16633                 them as attachments.
16634
16635 2001-06-27 [paul]
16636
16637         * more sync with sylpheed 0.5.0pre3
16638
16639 2001-06-26 [paul]
16640
16641         0.5.0claws3
16642
16643         * sync with sylpheed 0.5.0pre3
16644
16645 2001-06-25 [paul]
16646
16647         * src/mainwindow.c
16648                 fixed 'compose news article' bug
16649                 from icon-and-text toolbar
16650
16651 2001-06-25 [paul]
16652
16653         * sync with sylpheed 0.5.0pre2 release
16654
16655 2001-06-24 [christoph]
16656
16657         * src/prefs_common.c
16658                 bug fix in font selection
16659         * src/folderview.c
16660                 use sylpheed's normal font instead of
16661                 gtk default font for folders without
16662                 new messages
16663
16664 2001-06-24 [alfons]
16665
16666         * src/mainwindow.[ch]
16667                 added composite compose mail / news button (an idea by Leandro
16668                 Pereira <leandro@linuxmag.com.br>)
16669
16670 2001-06-24 [paul]
16671
16672         Added instructions for ldif-to-xml.py
16673
16674         * tools/README
16675
16676 2001-06-23 [alfons]
16677
16678         Some minor things.
16679
16680         * src/pixmaps/stock_news_compose.xpm
16681                 added pixmap by Leandro
16682         * src/prefs_common.c
16683                 tested built-in spelling checker of GCC 3.0 :)
16684         * po/nl.po
16685                 merged dutch translation of sylpheed-main with
16686                 sylpheed.pot
16687
16688 2001-06-23 [paul]
16689
16690         Added tools directory and files.
16691
16692         * tools/filter_conv.pl
16693                 converts old filter system to new filtering system
16694         * tools/ldif-to-xml.py
16695                 converts netscape addressbook to sylpheed addressbook
16696         * tools/README
16697                 descriptions/instructions for above two files
16698
16699 2001-06-23 [christoph]
16700
16701         * src/inc.c
16702         * src/manage_window.[ch]
16703         * src/prefs_common.[ch]
16704                 mail retrieval dialog can be enabled, disabled
16705                 or hidden if non of sylpheed's windows is active
16706
16707 2001-06-22 [paul]
16708
16709         0.5.0claws2
16710
16711         * sync with sylpheed 0.5.0pre2
16712
16713 2001-06-21 [christoph]
16714
16715         * src/summaryview.c
16716                 show recipient on 'from' for all accounts
16717                 
16718         * src/inc.c
16719         * src/prefs_common.[ch]
16720                 disable error popup on mail receive errors
16721
16722 2001-06-21 [alfons]
16723
16724         * src/compose.c
16725                 made the ruler correctly appear and disappear.
16726
16727         * src/Makefile.am
16728                 removed Hoa's work-in-progress-stuff (interesting!) so 
16729                 claws compiles ok.
16730
16731 2001-06-20 [christoph]
16732
16733         * src/inc.c
16734         * src/progressdialog.c
16735                 added scrolled window for list in progressdialog
16736
16737 2001-06-20 [paul]
16738
16739         sync with sylpheed 0.5.0pre1 release
16740
16741 2001-06-20 [christoph]
16742
16743         * src/summeryview.c
16744                 make building threads by subject work when
16745                 thread view is enabled
16746                 
16747         * src/compose.c
16748         * src/prefs_common.[ch]
16749                 automatically select account for mail replys
16750
16751 2001-06-19 [sergey]
16752
16753         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16754         they are filled in from the account settings.
16755
16756 2001-06-19 [paul]
16757
16758         * more sync with sylpheed 0.5.0pre1
16759
16760 2001-06-18 [alfons]
16761
16762         * src/Makefile.am,
16763           src/procmime.c
16764                 added --sysconfdir to CPPFLAGS for pointing to the correct
16765                 location of mime.types. 
16766
16767                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16768                 or ./configure!
16769
16770 2001-06-18 [hoa]
16771
16772         * src/summaryview.c
16773                 fixed some bug when building threads
16774
16775 2001-06-18 [pau]l
16776
16777         * src/prefs_account.c
16778                 UI stuff: More changes to the English
16779
16780 2001-06-18 [paul]
16781
16782         * src/pixmaps/stock_news_compose.xpm: new file
16783         * src/Makefile.am
16784         * src/mainwindow.c
16785         * src/summaryview.c
16786                 Added new icon for Hoa's 'compose a news
16787                 message', plus minor improvements to the
16788                 English
16789
16790         * po/ja.po
16791         * ChangeLog
16792         * ChangeLog.jp
16793                 more sync with sylpheed 0.5.0pre1
16794
16795 2001-06-18 [hoa]
16796
16797         * src/compose.[ch]
16798         * src/mainwindow.c
16799                 Follow-up and reply to
16800
16801         * src/summaryview.[ch]
16802                 Build threads also with subjects
16803
16804 2001-06-17 [hoa]
16805
16806         * src/compose.c
16807                 forwarding use the current account.
16808
16809         * src/mainwindow.c
16810                 the "compose message" button has been replaced with
16811                 "new mail" and "new news" buttons
16812
16813         * src/prefs_common.[ch]
16814                 added a configuration option to use the forward button
16815                 as "forward as attachment"
16816                 changed reply and forward format description
16817
16818         * src/quote_fmt_lex.l
16819         * src/quote_fmt_parse.y
16820                 added message with no signature in format for reply
16821                 and forward.
16822
16823 2001-06-17 [paul]
16824
16825         Minor UI stuff
16826
16827         * src/mainwindow.c
16828         * src/summaryview.c
16829                 Improvements to the English
16830
16831         * src/prefs_common.c
16832                 Improvements to the English and some
16833                 clarity/continuity improvements in the
16834                 description of Quote symbols.
16835
16836 2001-06-17 [paul]
16837
16838         0.5.0claws1
16839
16840         * sync with sylpheed 0.5.0pre1
16841
16842 2001-06-17 [hoa]
16843
16844         * src/compose.c
16845                 Better interface for compose, displayed fields
16846                 are updated whenever we change account.
16847                 Newsgroups field is automatically filled.
16848
16849         * src/mainwindow.c
16850                 Newsgroups field is automatically filled.
16851
16852         * src/prefs_account.c
16853                 Some interface stuff when fields appear and
16854                 disappear.
16855
16856 2001-06-16 [paul]
16857
16858         0.4.99claws
16859
16860         * sync with sylpheed 0.4.99
16861
16862 2001-06-16 [sergey]
16863
16864         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16865         base64_decoder_free, base64_decoder_decode): new object and
16866         functions for decoding base64 streams.
16867         * src/procmime.c (procmime_decode_content): modified to use the
16868         new base64 decoder.
16869
16870 2001-06-15 [paul]
16871
16872         0.4.99claws10
16873
16874         * sync with sylpheed 0.4.99cvs11
16875
16876 2001-06-13 [paul]
16877
16878         0.4.99claws9
16879
16880         * sync with sylpheed 0.4.99cvs9
16881
16882 2001-06-13 [hoa]
16883
16884         * src/compose.c
16885         * src/prefs_account.c
16886
16887                 SMTP server can be defined in the news account
16888                 mime type of attachment are kept.
16889
16890         * src/summaryview.c
16891
16892                 now choose the highest important score between default
16893                 and important score of folder.
16894
16895 2001-06-09 [alfons]
16896         
16897         * src/prefs_common.c: 
16898
16899                 (prefs_quote_description_create): corrected description of 
16900                 quote format characters
16901
16902 2001-06-09 [paul]
16903
16904         0.4.99claws8
16905
16906         * sync with sylpheed 0.4.99cvs8
16907
16908 2001-06-08 [sergey]
16909
16910         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16911         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16912
16913 2001-06-08 [paul]
16914
16915         0.4.99claws7
16916
16917         * sync with sylpheed 0.4.99cvs7
16918
16919 2001-06-06 [sergey]
16920
16921         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16922         clashes with autogenerated header).
16923         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16924         * src/Makefile.am: added quote_fmt.h.
16925         * src/.cvsignore: added lex/yacc autogenerated files
16926         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16927
16928 2001-06-06 [paul]
16929
16930         0.4.99claws6
16931
16932         * sync with sylpheed 0.4.99cvs6
16933
16934 2001-06-06 [hoa]
16935
16936         * added src/quote_fmt_parse.h
16937         * src/compose.c
16938                 removed warnings
16939
16940         * src/prefs.[ch]
16941                 don't modify readonly configuration files
16942
16943         * src/prefs_account.c
16944         * src/prefs_common.c
16945         * src/prefs_customheader.c
16946         * src/prefs_display_header.c
16947         * src/prefs_filter.c
16948         * src/prefs_filtering.c
16949         * src/prefs_scoring.c
16950                 don't open dialog box when configuration files
16951                 are readonly
16952
16953 2001-06-05 [sergey]
16954
16955         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16956
16957         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16958         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16959         BUILT_SOURCES to make all files rebuild properly.
16960
16961         * src/compose.c: removed #include "quote_fmt.tab.h".
16962
16963         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16964         CHARACTER value in yylval.
16965
16966         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16967         receive CHARACTER value by documented means (yylval).
16968
16969         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16970
16971 2001-06-05 [hoa]
16972
16973         * src/Makefile.am
16974                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16975
16976         * src/filtering.c
16977         * src/matcher.c
16978         * src/matcher.h
16979         * src/prefs_filtering.c
16980                 now keep the configuration for execute action
16981
16982         * src/mbox_folder.c
16983                 fixed a warning
16984
16985 2001-06-05 [paul]
16986
16987         * sync with sylpheed 0.4.99cvs5
16988
16989 2001-06-05 [hoa]
16990
16991         * src/Makefile.am
16992                 added quote_fmt.[ch]
16993
16994         * added src/quote_fmt.y
16995         * added src/quote_fmt.l
16996         * added src/quote_fmt.tab.h
16997         * added src/quote_fmt.tab.c
16998         * added src/lex.quote_fmt.c
16999                 parsing configuration for replying
17000                 and forwarding
17001
17002         * src/prefs_common.[ch]
17003                 added configuration UI for replying
17004                 and forwarding
17005
17006         * src/compose.c
17007                 using configuration for replying
17008                 and forwarding
17009
17010 2001-06-04 [hoa]
17011
17012         * src/filtering.c
17013         * src/matcher.c
17014         * src/matcher.h
17015         * src/prefs_filtering.c
17016         * src/prefs_matcher.c
17017         * src/prefs_matcher.h
17018                 action "run a command" for filtering
17019                 and matching with a command.
17020                 fixed the "whole message" matching
17021
17022         * src/mbox_folder.c
17023                 changed temporary filename for security
17024
17025         * src/messageview.c
17026                 queue the notification if it fails to send.
17027
17028         * src/prefs_common.c
17029         * src/prefs_folder_item.c
17030                 changed the default important score             
17031
17032         * src/prefs_scoring.c
17033         * src/scoring.c
17034                 hide kill score input when the folder is not
17035                 a newsgroup
17036
17037 2001-06-03 [alfons]
17038
17039         * src/prefs_common.c:
17040
17041                 (prefs_font_select): pass font name in font entry box to font
17042                 selection dialog.
17043
17044 2001-06-03 [sergey]
17045
17046         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17047
17048 2001-06-03 [paul]
17049
17050         * sync with sylpheed 0.4.99cvs4
17051
17052 2001-06-03 [alfons]
17053
17054         * src/headerwindow.c:
17055
17056                 (headerwindow_show_cb): use the selected summary view item, not
17057                 the displayed item.
17058
17059 2001-06-02 [alfons]
17060
17061         * src/headerwindow.c:
17062
17063                 (headerwindow_show_cb): always try to show msginfo
17064
17065 2001-06-02 [hoa]
17066
17067         * src/compose.c
17068                 keep attached parts when reediting or forwarding.
17069
17070 2001-06-01 [hoa]
17071
17072         * src/folderview.c
17073         * src/prefs_folder_item.[ch]
17074         * src/prefs_scoring.[ch]
17075         * src/scoring.[ch]
17076         * src/summaryview.[ch]
17077         * src/main.c
17078         * src/mainwindow.c
17079         * src/prefs_common.[ch]
17080                 support for folder scoring
17081                 kill score and important score for messages
17082         
17083         * src/prefs_account.c
17084                 some display bug fixed for local account
17085                 preferences
17086
17087 2001-05-31 [alfons]
17088
17089         * src/summaryview.c:
17090
17091                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17092                 sender to address book menu item is disabled.
17093
17094 2001-05-30 [hoa]
17095
17096         * src/filtering.[ch]
17097         * src/summaryview.c
17098                 handling summary menu / filter messages
17099
17100         * src/folder.[ch]
17101                 add some stuff
17102
17103         * src/foldersel.c
17104                 imap folders now appears in list
17105
17106         * src/mbox_folder.c
17107                 doesn't crash if destination mail is not writeable
17108
17109 2001-05-29 [hoa]
17110
17111         * src/compose.c
17112                 removed some warnings
17113
17114         * src/filtering.c
17115         * src/folder.[ch]
17116         * src/prefs_filtering.c
17117                 global string to identify any folders           
17118                 removed some debug info
17119                 filtering to mbox folders is now possible
17120
17121         * src/mainwindow.c
17122                 removed some warnings
17123
17124         * src/mbox_folder.c
17125                 permission on files are changed to read/write for user only,
17126                 nothing for other.
17127                 creation of subfolder is handled better.
17128
17129 2001-05-28 [alfons]
17130
17131         Verified the sync for src/prefs_common.[ch] and
17132         src/prefs_account.[ch]. I believe there were some
17133         minor indentation differences.
17134
17135 2001-05-28 [paul]
17136
17137         0.4.99claws3
17138
17139         * sync with 0.4.99cvs3
17140
17141 2001-05-28 [hoa]
17142
17143         * src/compose.c
17144                 handling flags for mbox format
17145
17146         * src/filtering.c
17147                 use of mark file only for MH format
17148                 handling flags for mbox format
17149                 filtering cannot yet move or copy mails to mbox folders.
17150
17151         * src/folder.[ch]
17152                 changed move_msg, copy_msg,
17153                 move_msgs_with_dest, copy_msgs_with_dest functions
17154                 uses only folder->copy_msg() function
17155                 uses folder->finished_copy() to handle the destination
17156                 folder at the end of the copy or move operation.
17157
17158         * src/foldersel.c
17159                 included mbox directories.
17160
17161         * src/folderview.[ch]
17162         * src/mainwindow.c
17163                 handle folders operation for mbox format
17164
17165         * src/mbox.c
17166                 disable conversion of "From " header
17167
17168         * src/mbox_folder.[ch]
17169                 completion of mbox format handling
17170
17171         * src/mh.c
17172                 changed mh_copy_msg() function and
17173                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17174                 mh_copy_msgs_with_dest()
17175
17176         * src/prefs_filtering.c
17177                 removed some warnings
17178
17179         * src/prefs_matcher.c
17180                 default boolean operation is AND
17181
17182         * src/procheader.c
17183                 handling flags for mbox format
17184                 handling of "From " header
17185
17186         * src/procmsg.[ch]
17187                 removed data field
17188                 added MSG_REALLY_DELETED flags to handle deletion of
17189                 messages in mbox format.
17190
17191         * src/summaryview.c
17192                 handling flags for mbox format
17193                 disable the MSG_DELETED flags when messages
17194                 are deleted in mbox format
17195
17196         * src/textview.c
17197                 "From " headers display fixed.
17198
17199 2001-05-27 [alfons]
17200
17201         * src/textview.c:
17202                 
17203                 (get_email_part): skip quoted email addresses, like in e.g.
17204                 "'alfons@proteus.demon.nl'".
17205
17206 2001-05-26 [alfons]
17207
17208         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17209         and fixing the persistence troubles when using separate windows.
17210
17211         * src/mainwindow.c:
17212         
17213             Added #define SEPARATE_ACTION used in the gtk item factory for 
17214             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17215                 use gtk_item_factory_get_widget_by_action() to get the items.
17216                 
17217             Removed separate_widget_cb from the gtk item factory data   
17218           
17219             (mainwindow_create): connect separate_widget_cb() to check
17220             menu item "toggled" signal. also passing a MainWindow pointer
17221                 as object data for both check menu items.
17222                 
17223             (separate_widget_cb): definition of separate_widget_cb() to match
17224             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17225                 window using gtk_object_get_data(). The type of window separation 
17226                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17227         
17228         * src/prefs_filtering.c,
17229           src/prefs_matcher.c: added horizontal scrollbars
17230
17231 2001-05-25 [darko]
17232
17233         * src/headerview.c
17234                 fix segfault with invalid bold font
17235         * src/summaryview.c
17236                 correctly display summary stats after row is marked
17237
17238 2001-05-23 [sergey]
17239
17240         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17241         encodings with libjconv.
17242
17243 2001-05-23 [hoa]
17244
17245         * src/Makefile.am
17246                 added mbox_folder.[ch]
17247         * src/defs.h
17248                 mbox temporary folder
17249         * src/folder.[ch]
17250         * added src/mbox_folder.[ch]
17251         * src/folderview.c
17252         * src/procheader.[ch]
17253                 added mbox support
17254         * src/mbox.c
17255                 bugfix for file incorporation filtering
17256         * src/imap.c
17257                 enable creation of MBOX
17258         * src/prefs_display_header.c
17259                 enable use of headers like "From "
17260                 something that should be fixed :
17261                         displaying of such headers add an extra space
17262         * src/prefs_folder_item.c
17263                 don't create folders because it is not necessary
17264         * src/procmsg.h
17265                 added data field to MsgInfo for mbox internal use
17266         * src/summaryview.c
17267                 added some support for mbox
17268         * src/utils.[ch]
17269                 added get_mbox_cache_dir() function
17270
17271 2001-05-23 [hiroyuki]
17272
17273         * src/headerwindow.c
17274           src/inc.c
17275           src/main.c
17276           src/mh.c
17277           src/nntp.c
17278           src/procmsg.h
17279           src/session.h
17280           src/socket.[ch]
17281           src/summaryview.c
17282           src/textview.c
17283           src/automaton.c
17284           src/folderview.c: more sync with 0.4.99cvs2.
17285
17286         * src/headerwindow.c: reverted.
17287
17288 2001-05-22 [paul]
17289
17290         0.4.99claws2
17291
17292         * sync with sylpheed 0.4.99cvs2
17293                 * src/news.[ch]
17294                 * src/nntp.[ch]
17295                 * INSTALL
17296                 * INSTALL.jp
17297
17298 2001-05-22 [alfons]
17299
17300         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17301
17302 2001-05-21 [alfons]
17303
17304         Minor things:
17305
17306         * configure.in: if gnome-config not found, "no" is displayed
17307         
17308         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17309
17310         * src/textview.c: now also possible to add mail addresses by right
17311           clicking in the text view
17312
17313         * src/codeconv.c: merged patch which fixes endless loop when encountering
17314           invalid wide characters; from Alte <010@imis.ru>  
17315
17316 2001-05-20 [alfons]
17317
17318         Added installation of gnome specific things:
17319
17320         * Makefile.am: gnome conditional
17321
17322         * configure.in: check for installed gnome
17323
17324         * added sylpheed.png, sylpheed.desktop
17325
17326 2001-05-20 [sergey]
17327
17328         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17329
17330         * src/mainwindow.h (main_window_toolbar_create): created a button
17331         for "Reply to all".
17332         (main_window_set_toolbar_sensitive): enable/disable the new button
17333         appropriately.
17334         (toolbar_reply_to_author_cb): handle the new button.
17335
17336         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17337         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17338         failure).
17339
17340 2001-05-19 [sergey]
17341
17342         * src/compose.h (ComposeReplyMode): new modes
17343         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17344         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17345
17346         * src/compose.c
17347         (compose_send): move some code into a new function:
17348         (compose_current_mail_account): new function.
17349         (compose_reply): new argument to_author, all callers changed; if
17350         to_author==TRUE and account->protocol==A_NNTP, find and use an
17351         appropriate mail account for replying.
17352         (compose_reply_set_entry): new argument to_author; ignore
17353         compose->replyto if to_author==TRUE.
17354
17355         * src/mainwindow.c: new command "Message/Reply to author".
17356         (main_window_set_menu_sensitive): enable/disable it.
17357         (reply_cb): handle it.
17358
17359         * src/summaryview.c: new command "Reply to author".
17360         (summary_set_menu_sensitive): enable/disable it.
17361         (summary_reply_cb): handle it.
17362
17363         * src/account.c (account_find_mail_from_address): new function.
17364
17365 2001-05-18 [paul]
17366
17367         0.4.99claws1
17368
17369         * sync with sylpheed 0.4.99cvs1
17370
17371 2001-05-18 [hoa]
17372
17373         * src/compose.[ch]
17374         * src/filtering.c
17375         * src/summaryview.c
17376                 new filtering action : forward and forward as attachment
17377
17378         * src/main.c
17379                 no need for $DISPLAY when we run sylpheed --help
17380                 call to parse_cmd_opt() is moved
17381
17382         * src/mainwindow.[ch]
17383                 execute button is hidden when immediate execute
17384                 is chosen
17385
17386         * src/mh.c
17387         * src/news.c
17388         * src/prefs_folder_item.c
17389         * src/procmsg.c
17390                 better handling of missing directories
17391
17392         * src/summaryview.c
17393                 reedit is enabled in outbox
17394                 reedit is enabled in queue
17395
17396 2001-05-17 [hoa]
17397
17398         * src/filtering.c
17399         * src/matcher.[ch]
17400         * src/prefs_filtering.c
17401                 changed attachement into attachment
17402
17403 2001-05-17 [alfons]
17404
17405         0.4.67claws4    
17406
17407         * sync with sylpheed 0.4.67cvs9
17408         * sync with sylpheed 0.4.67cvs7-8
17409
17410 2001-05-17 [hoa]
17411
17412         * src/Makefile.am
17413                 added prefs_filtering.c
17414
17415         * src/filtering.[ch]
17416         * src/matcher.[ch]
17417                 removed action : forward_news and forward_news_as_attachement
17418                 (forward and forward_as_attachement can be used instead)
17419
17420         * src/mainwindow.c
17421                 added menu option to access filtering configuration
17422
17423         * src/prefs_account.c
17424                 changed mail_command default to /usr/sbin/sendmail
17425
17426         * added src/prefs_filtering.[ch]
17427                 dialog box for filtering configuration
17428
17429         * src/prefs_matcher.c
17430                 added function prefs_matcher_get_criteria_from_matching()
17431
17432         * src/prefs_scoring.c
17433                 reset the dialog when register or substitute is clicked
17434
17435 2001-05-15 [hoa]
17436
17437         * src/Makefile.am
17438                 added filtering.[ch]
17439         * src/inc.c
17440                 using filering.[ch] instead of filter.[ch]
17441         * src/main.c
17442                 reading new filtering configuration
17443         * src/matcher.[ch]
17444                 added some filtering actions
17445                 and fixed a bug for headers and mail body matching
17446         * src/mbox.c
17447                 using filering.[ch] instead of filter.[ch]
17448         * src/mh.c
17449                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17450         * src/summaryview.c
17451                 some fixes for filtering
17452
17453 2001-05-14 [hiroyuki]
17454
17455         * src/send.c: fixed some weird indentations.
17456           send_message_with_command(): call pclose() only if p != NULL.
17457         * src/textview.c: get_email_part(): modified the code for readability.
17458
17459 2001-05-14 [hiroyuki]
17460
17461         * src/md5global.h
17462           src/md5ify.c
17463           src/md5ify.h: removed from the cvs.
17464
17465 2001-05-13 [sergey]
17466
17467         * src/main.c: include rfc2015.h to avoid compiler warnings.
17468         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17469         the panel is already on screen.
17470         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17471         closing the alert window by ESC as "No".
17472         * src/prefs_common.c (prefs_interface_create): moved return
17473         receipt check button to the correct place.
17474
17475 2001-03-13 [alfons]
17476
17477         * src/prefs_common.c: 
17478                 moved return receipt check button to the Send tab. (prefs_send_create)
17479                 removed the date format ui related globals. (prefs_display_create)
17480
17481         0.4.67claws3
17482         
17483         * sync with sylpheed 0.4.67cvs5-6
17484
17485 2001-05-13 [paul]
17486
17487         * added Alfons' font selection patch
17488
17489         * src/defs.h
17490         * src/headerwindow.c
17491         * src/prefs_common.c
17492         * src/prefs_common.h
17493
17494 2001-05-13 [hoa]
17495         * src/defs.h
17496                 changed version of cache
17497         * src/matcher.[ch]
17498         * src/prefs_matcher.c
17499                 added additionnal matching criteria
17500         * src/procheader.c
17501         * src/procmsg.[ch]
17502         * src/news.c
17503                 added references in MsgInfo
17504
17505 2001-05-12 [hoa]
17506
17507         * src/defs.h
17508                 prepared some things for new filtering
17509         * src/matcher.[ch]
17510                 added some matching properties
17511                 inreplyto need to be enhanced
17512                 prepared some things for new filtering
17513         * src/messageview.c
17514                 added Return-Receipt-To handling
17515         * src/prefs_folder_item.c
17516                 changed default value to TRUE
17517         * src/prefs_matcher.c
17518                 added some matching properties
17519         * src/prefs_scoring.[ch]
17520                 the scoring dialog is finished
17521         * src/procheader.c
17522                 added Return-Receipt-To handling
17523                 Reference need to be added
17524         * src/procmsg.[ch]
17525                 added Return-Receipt-To handling
17526                 added threadscore to get a better score sorting when
17527                 threads are enabled
17528         * src/summaryview.c
17529                 suppressed a bug when we sort the list
17530                 when no folder is opened.
17531                 better score sorting when threads are enabled
17532
17533 2001-05-12 [alfons]
17534
17535         * reverted previous patch because of potential errors 
17536
17537         0.4.67claws2
17538         
17539         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17540                 applied "toggle mail-retrieval dialog window" patch submitted 
17541                 by Eric Limpens <eric@qnt.net>
17542
17543         * sync with sylpheed 0.4.67cvs4
17544
17545 2001-05-12 [sergey]
17546
17547         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17548         some picky compilers.
17549         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17550         * src/grouplist_dialog.c: include alertpanel.h.
17551         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17552         fix compile warning.
17553         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17554         #include "defs.h" before others to prevent the warning of `MIN'
17555         and `MAX' redefinition.
17556
17557 2001-05-11 [hoa]
17558
17559         * src/main.c
17560         * src/messageview.c
17561         * src/prefs_account.c
17562         * src/prefs_display_header.c
17563                 removed warning
17564         * src/Makefile.am
17565                 added prefs_scoring.[ch]
17566         * src/grouplist_dialog.c
17567                 display an error dialog box if the group list
17568                 cannot be fetched.
17569         * src/mainwindow.[ch]
17570                 added main_window_set_thread_option() function
17571                 scoring dialog box enabled
17572         * src/matcher.[ch]
17573                 added flags matching unread /new / marked
17574                 / deleted / replied / forwarded
17575         * src/news.c
17576                 newsgroups are now finally in newscache
17577         * src/prefs_matcher.[ch]
17578                 finished preferences for matching dialog
17579         * added src/prefs_scoring.[ch]
17580                 scoring dialog box completed
17581         * src/scoring.[ch]
17582                 conversion to string : added scoringprop_to_string()
17583                 write config for preferences :
17584                 added prefs_scoring_write_config()
17585         * src/summaryview.c
17586                 threads can be enabled/disabled independently
17587                 for each folder
17588
17589 2001-05-10 [alfons]
17590
17591         0.4.67claws1
17592         
17593         * AUTHORS: 
17594                 thought it would be nice to have a list of all
17595                 contributors (used Changelog as a reference)
17596         
17597         * configure.in: 
17598                 messed up version numbering...
17599
17600         0.4.66claws1
17601
17602         * sync with sylpheed 0.4.67cvs1-3
17603
17604 2001-05-10 [darko]
17605
17606         * src/prefs_common.c:
17607                 better UI for strftime format, double clicking
17608                 on format now inserts the format in text entry
17609                 replaced close button with standard OK/Cancel
17610                 moved date format button to the right of the
17611                 text entry field
17612
17613 2001-05-09 [alfons]
17614
17615         * src/gtkstext.c:
17616                 Ctrl-Home / Ctrl-End have proper cursor navigation
17617
17618 2001-05-09 [hoa]
17619
17620         * src/prefs_matcher.c
17621                 finished UI to define matching properties
17622                 added ok and cancel button
17623         * src/prefs_filter.c
17624                 added ok and cancel button
17625         * src/news.c
17626                 fixed some bug in xhdr parsing
17627
17628 2001-05-08 [alfons]
17629
17630         * src/textview.c: 
17631                 fixed a bug in textview_show_header(), which displayed two colons (':');
17632                 cleaned up some warnings
17633
17634 2001-05-08 [hoa]
17635
17636         * src/Makefile.am
17637                 added prefs_matcher.[ch]
17638                 compilation with -W -Wall
17639         * src/alertpanel.c
17640                 ungrab the mouse events if grabbed - does it
17641                 fix the bug for disposition notification ?
17642         * src/mainwindow.c
17643                 added a menu option to open the matching dialog.
17644         * src/matcher.[ch]
17645                 added matcherprop_to_string() and matcherlist_to_string()
17646                 fixed some bugs, changed the name of some options
17647                 age_sup and age_inf becomes age_greater and age_lower,
17648                 body and messageheaders becomes body_part and headers_part,
17649                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17650         * src/prefs_display_header.c
17651         * src/prefs_headers.c
17652                 fixed a bug that accidentally destroyed dialogs
17653                 when closed them with delete_event
17654                 Added *_deleted() which handle delete_event signal correctly.
17655         * src/prefs_folder_item.[ch]
17656                 added "enable_thread" field for future customization
17657         * added src/prefs_matcher.[ch]
17658                 sample of the UI to define matching properties
17659         * src/procheader.c
17660                 using procheader_headername_equal instead of str*cmp functions
17661                 using procheader_parse_header() function
17662         * src/scoring.c
17663                 using MATCHING_XXX instead of SCORING_XXX
17664         * src/summaryview.c
17665                 display the sender of the news even if this is ourself
17666                 when this is a news message.
17667         * src/textview.c
17668                 using headername_equal() instead of str*cmp functions
17669
17670 2001-05-08 [alfons]
17671
17672         0.4.66claws
17673
17674         * sync with sylpheed 0.4.66
17675         * src/gtkstext.c: trace logs added 
17676
17677 2001-05-08 [sergey]
17678
17679         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17680         signature check popup.
17681         * src/rfc2015.c (check_signature): show signature check popup only
17682         if it is enabled in preferences.
17683
17684 2001-05-07 [alfons]
17685
17686         0.4.66claws4
17687         
17688         * sync with sylpheed 0.4.66cvs6
17689
17690 2001-05-07 [darko]
17691
17692         * src/prefs_common.[ch]: added option to enable/disable
17693           looking up sender name in address book for summary pane
17694         * src/summaryview.c: look up sender in the address book
17695           by using Alfons' address completion code
17696
17697 2001-05-07 [hiroyuki]
17698
17699         * src/inc.h
17700           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17701           member of Pop3State.
17702         * src/news.c: brought #include "defs.h" before #include <glib.h>
17703           to prevent the warning of `MIN' and `MAX' redefinition.
17704
17705 2001-05-06 [hoa]
17706
17707         * removed src/headers_display.[ch]
17708         * removed src/prefs_display_headers.[ch]
17709         * src/inc.c
17710                 use a temporary file in the user directory for mbox import
17711         * src/news.c
17712                 added XHDR support to get "To" and "Cc" headers
17713                 (in order to match news with to or cc field for
17714                 scoring)
17715                 added function news_parse_xhdr() to get XHDR response
17716         * src/nntp.[ch]
17717                 added function nntp_xhdr()
17718         * src/matcher.c
17719                 fetch the message if necessary
17720
17721 2001-05-06 [alfons]
17722
17723         0.4.66claws3
17724
17725         * sync with sylpheed 0.4.66cvs3-5
17726
17727 2001-05-06 [hoa]
17728
17729         * src/utils.[ch]
17730                 added function itos_buf() to enable use of several buffers
17731         * src/summaryview.c
17732                 use of itos_buf() instead of itos() in summary list
17733                 to fix the broken display of message number.
17734
17735 2001-05-06 [alfons]
17736
17737         * src/gtkstext.c: bug in cursor up navigation fixed,
17738                 fixed another unsigned / signed comparison (we're getting there :-)
17739
17740 2001-05-06 [hoa]
17741
17742         * src/Makefile.am
17743                 added scoring.c scoring.h
17744                 prefs_folder_item.c prefs_folder_item.h
17745                 matcher.c matcher.h
17746         * src/defs.h
17747                 added FOLDERITEM_RC SCORING_RC
17748         * src/folder.[ch]
17749                 added prefs field in FolderItem :
17750                 properties for each folder (PrefsFolderItem),
17751                 sorting type and mode were added as the first properties.
17752         * src/main.c
17753                 read config for scoring
17754         * added src/matcher.[ch]
17755                 gives functions to parse configuration file to do
17756                 matching on mails with a list of conditions.
17757         * src/mainwindow.c
17758                 add option to sort by score
17759         * src/prefs_common.[ch]
17760                 added preference option to show score and for
17761                 the score column size
17762         * added src/prefs_folder_item.[ch]
17763                 properties for each folder (PrefsFolderItem),
17764                 sorting type and mode were added as the first properties.
17765         * src/procheader.[ch]
17766                 added procheader_parse_header()
17767                 added procheader_header_free()
17768                 added procheader_headername_equal()
17769                 and made modification to use them.
17770         * src/procmsg.[ch]
17771                 added score field to MsgInfo structure
17772         * added src/scoring.[ch]
17773                 gives functions to parse configuration file to do
17774                 scoring on mails with a list of conditions.
17775         * src/summaryview.[ch]
17776                 save the sorting type and mode for the folder
17777                 added column to display the score of the mail
17778                 added function summary_score_clicked()
17779                 sorting type and mode are restored to the folder
17780                 when it is reopen
17781         * src/textview.c
17782                 use procheader_parse_header(), procheader_headername_equal()
17783                 removed memory leak in text_scan_header when freeing headers
17784         * src/filter.c
17785                 changed the function to match names of headers
17786                 using procheader_headername_equal()
17787
17788         Scoring functions are implemented, an interface is needed
17789         to configure that.
17790
17791 2001-05-04 [alfons]
17792
17793         * src/gtkstext.c: 
17794                 hopefully fixed the row up navigation bug,
17795                 removed adding back / forward lines to cache
17796
17797 2001-05-04 [sergey]
17798
17799         * src/prefs_display_headers.c: user interface changes:
17800         (prefs_display_headers_create): remove unused "Show" check button;
17801         allow reordering of headers by dragging.
17802         (prefs_display_headers_write_config): remove unused variables.
17803         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17804         of lists (not needed with the new UI).
17805         (prefs_display_headers_set_list): scan lists starting from row 0,
17806         not 1 (do not skip "(New)").
17807         (prefs_display_headers_find_header): new function.
17808         (prefs_display_headers_clist_set_row): do not allow duplicates.
17809         (prefs_display_headers_delete_cb): do not skip row 0; treat
17810         closing the alert window by ESC as "No".
17811         (prefs_display_headers_up): do not protect row 0.
17812         (prefs_display_headers_down): do not protect row 0.
17813
17814 2001-05-04 [sergey]
17815
17816         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17817         functions.
17818
17819         * src/summaryview.c
17820         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17821         summary_select_next_marked, summary_select_prev_marked): new
17822         functions.
17823
17824 2001-05-03 [sergey]
17825
17826         * src/news.c: fixed a bug when no article can be fetched after
17827         server timeout if the connection was restored by news_post():
17828         (news_select_group): new function.
17829         (news_fetch_msg): call news_select_group() before fetching
17830         article.
17831         (news_get_uncached_articles): set session->group after successful
17832         GROUP command.
17833
17834 2001-05-03 [hoa]
17835
17836         * src/defs.h
17837         * src/procmsg.[ch]
17838         * src/procheader.c
17839                  changed version of cache, added cc field
17840
17841         * src/prefs_display_headers.c
17842                 the interface was changed
17843
17844         * src/prefs_headers.c
17845                 added cancel button
17846
17847 2001-05-03 [alfons]
17848
17849         * completed sync of sylpheed cvs2
17850         * src/gtkstext.c: updated row up / down cursor navigation
17851         * src/textview.c: re-edited, prepared for fixing the email address
17852                 scanner.
17853
17854 2001-05-03 [darko]
17855
17856         * src/prefs_common.c: use alfons' strftime ui code
17857         entry_datefmt and datefmt_sample widgets have to be
17858         global in this module because of this change
17859
17860 2001-05-03 [hoa]
17861
17862         * src/messageview.c
17863         * src/prefs_common.[ch] added option to activate the return receipt
17864                 feature.
17865
17866 2001-05-02 [alfons]
17867
17868         * src/gtkstext.c: fix for row up/down cursor navigation. 
17869
17870         0.4.66claws2
17871         
17872         * sync with 0.4.66cvs2
17873
17874 2001-05-02 [paul]
17875
17876         added add-sender-to-addressbook patch
17877
17878         * src/addressbook.c
17879         * src/addressbook.h
17880         * src/summaryview.c
17881
17882 2001-05-02 [sergey]
17883
17884         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17885         G_ALERTDISABLE.
17886
17887         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17888         all existing callers changed to pass FALSE; create a check button
17889         to disable the message.
17890         (alertpanel_message_with_disable): new function.
17891         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17892         (alertpanel_button_toggled): new function.
17893         (alertpanel_button_clicked, alertpanel_close): set value using
17894         G_ALERT_VALUE_MASK.
17895
17896         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17897
17898         * src/prefs_common.c (prefs_privacy_create): new check button
17899         checkbtn_gpgme_warning.
17900
17901         * src/main.c (main): moved preferences reading before gpgme
17902         initialization; check prefs_common.gpgme_warning before giving the
17903         GnuPG warning and set it to FALSE if the user wants to disable the
17904         warning.
17905
17906 2001-05-02 [hiroyuki]
17907
17908         * src/prefs_display_headers.c: modified the layout and some labels.
17909
17910 2001-05-02 [sergey]
17911
17912         * src/prefs_account.c (prefs_account_fix_size): new function.
17913         (prefs_account_create): call prefs_account_fix_size(); use
17914         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17915         size when the window is shown for the first time).
17916         (prefs_account_basic_create): changed layout of serv_table; moved
17917         localmbox_entry above smtpserv_entry (logically it replaces
17918         POP3/IMAP server).
17919         (prefs_account_protocol_activated): set sensitivity of
17920         nntpauth_chkbtn according to the protocol (in addition to
17921         hide/show); commented out gtk_table_set_row_spacing() calls.
17922         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17923         not sensitive (fixes a bug with disabled username/password boxes
17924         when editing POP3 account after NNTP with authentication).
17925
17926 2001-05-02 [hoa]
17927
17928         * src/account.c
17929         * src/inc.c
17930         * src/prefs_account.[ch]
17931         * src/send.c
17932                 removed local account without SMTP server
17933                 added option to use mail command instead of a connexion
17934                 to SMTP server when a local account is used
17935         * src/prefs_headers.c
17936                 fixed a bug
17937         * src/news.c
17938                 fixed a bug when connexion immediately closed
17939
17940 2001-05-01 [alfons]
17941
17942         0.4.66claws1
17943         
17944         * sync with 0.4.65
17945
17946 2001-05-01 [sergey]
17947
17948         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17949         widget nntpauth_chkbtn.
17950         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17951         visibility.
17952         (prefs_account_nntpauth_toggled): new function.
17953
17954         * src/news.c (news_session_new_for_folder): use NNTP
17955         authentication only if ac->use_nntp_auth is set.
17956
17957 2001-05-01 [hoa]
17958
17959         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17960         * src/prefs_display_headers.c changed the UI
17961         * src/prefs_headers.c changed account_name to account_id
17962         * src/compose.c using customheader.h
17963
17964 2001-05-01 [hiroyuki]
17965
17966         * src/esmtp.c
17967           src/news.c
17968           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17969           unsynched.
17970
17971 2001-05-01 [hoa]
17972
17973         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17974         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17975                 for displaying of headers
17976         * src/grouplist_dialog.[ch] minor changes to remove warnings
17977         * src/prefs_display_headers.[ch] dialog to choose the
17978         headers to display in the mail viewer.
17979         * src/headers.h correction of #define
17980         * src/headers_display.[ch] configuration for displaying of headers.
17981         * src/main.c read config of displaying of headers
17982         * src/prefs_common.c add a button to access the config dialog
17983                 for displaying of headers
17984         * src/prefs_display_headers.[ch] dialog for configuration for
17985                 displaying of the headers.
17986         * src/prefs_headers.c cleaning of code
17987         * src/procheader.c comments added to code
17988         * src/textview.c changes to reorder the headers depending
17989                 on the config for displaying of headers
17990
17991 2001-04-30 [alfons]
17992
17993         0.4.65claws7
17994
17995         * sync with 0.4.65cvs12
17996
17997         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17998
17999 2001-04-30 [sergey]
18000
18001         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18002
18003         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18004         is set to force reconnection after authentication failure.
18005         (nntp_gen_command): set sock->auth_failed on authentication
18006         failure, or if sock->userid and sock->passwd are not set.
18007
18008         * src/news.c (news_session_new_for_folder): set userid=NULL if
18009         password dialog is cancelled.
18010
18011 2001-04-30 [sergey]
18012
18013         * src/nntp.h (NNTPSockInfo): new type.
18014
18015         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18016         SockInfo.
18017         (nntp_open_auth, nntp_close): new functions.
18018         (nntp_gen_command): new function to handle authentication; all
18019         NNTP command functions updated to use it.
18020         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18021         (nntp_list): removed old useless code.
18022
18023         * src/news.h (NNTPSession): new field nntp_sock.
18024
18025         * src/news.c: all functions updated to use NNTPSockInfo instead of
18026         SockInfo.
18027         (news_session_new): new arguments (userid, passwd); made static;
18028         use nntp_open_auth() if needed.
18029         (news_session_destroy): use nntp_close() instead of sock_close().
18030         (news_query_password): changed arguments.
18031         (news_session_new_for_folder): new function.
18032         (news_session_get): use news_session_new_for_folder().
18033         (news_authenticate): deleted.
18034         (news_get_uncached_articles): removed old authentication code.
18035
18036 2001-04-30 [sergey]
18037
18038         * src/news.c: reverted my previous changes (need to do NNTP
18039         authentication in a cleaner way).
18040         
18041 2001-04-29 [sergey]
18042
18043         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18044         news_nntp_post, news_nntp_mode): new functions (wrappers with
18045         authentication support).
18046         (news_get_article_cmd, news_get_article, news_get_header): new
18047         argument "folder"; all callers changed.
18048         (news_get_article_cmd): added authentication support.
18049         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18050         (news_post): use news_nntp_post() instead of nntp_post().
18051         (news_get_uncached_articles): use news_nntp_group() instead of
18052         nntp_group() and news_nntp_xover() instead of nntp_xover();
18053         removed old authentication code.
18054         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18055
18056         * src/nntp.c (nntp_list): return real error code instead of
18057         hardcoded NN_ERROR.
18058
18059 2001-04-29 [sergey]
18060
18061         * configure.in: fixed wint_t typedef detection again
18062
18063 2001-04-28 [hoa]
18064
18065         * src/prefs_account.[ch], added A_LOCAL_CMD
18066                 (send mail with mail command)
18067         * src/send.c added function send_message_with_command()
18068         * src/inc.c made a more secure get_spool() function with
18069                 mktemp() but maybe mkstemp() or something more
18070                 secure can be used.
18071
18072 2001-04-28 [alfons]
18073
18074         * src/textview.c, colorization of email addresses in headers
18075
18076         0.4.65claws6
18077
18078         * bug sync with sylpheed
18079         * prefs_common.c: created date format ui for darko
18080         * sync with 0.4.65cvs11
18081         * configure.in: corrected to have the new gpg checks
18082
18083 2001-04-27 [alfons]
18084
18085         * completed sync with 0.4.65cvs10
18086         * minor debug things added to gtkstext.c
18087
18088 2001-04-27 [darko]
18089
18090         * configure.in: remove check for availability of
18091           strftime() as advised by Hiroyuki
18092         * src/prefs_common.[ch], src/procheader.c:
18093           synch strftime() code with Hiroyki's main branch
18094
18095 2001-04-26 [sergey]
18096
18097         * src/news.c: news_query_password(), news_authenticate(): new
18098           functions.
18099           news_get_uncached_articles(): added NNTP authentication
18100           handling.
18101         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18102           new functions.
18103         * src/prefs_account.c: prefs_account_protocol_activated():
18104           enable userid and password fields for NNTP.
18105
18106 2001-04-26
18107
18108         * configure.in: check for availability of strftime()
18109           [darko]
18110         * src/prefs_common.[ch], src/procheader.c: use
18111           strftime() for displaying date in summary pane if it
18112           is available
18113
18114 2001-04-25
18115
18116         * more .cvsignore cleanups [alfons]
18117
18118 2001-04-25
18119
18120         * ac/sv-check-type.m4: new autoconf macro.
18121         * configure.in: fixed wint_t typedef detection (did not work
18122           with gcc-2.96).
18123
18124 2001-04-25
18125
18126         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18127           [hiroyuki]
18128
18129 2001-04-24
18130         * modified gtkstext.c : buggy cursor navigation fixed, 
18131           and font descent also taken in account when drawing
18132           cursor. [alfons]
18133
18134 2001-04-24 [hoa]
18135         * added comments in src/news.c src/nntp.c
18136         * added src/prefs_headers.[ch]
18137         * added src/headers.[ch]
18138         * modified compose.c to activate custom headers
18139                 added function is_in_custom_headers
18140         * modified prefs_account.[ch]
18141                 added function prefs_account_customhdr_edit
18142         * modified src/defs.h :
18143                 added HEADERS_RC : name of the config file
18144                 for the custom headers
18145
18146 2001-04-24
18147
18148     0.4.65claws5
18149
18150         * configure.in
18151           src/gtkstext.[ch]
18152           src/compose.c
18153           src/Makefile.am
18154           
18155           added gtkstext with configure.in patch by Hiroyuki which
18156           should fix the XIM detection [alfons]
18157
18158         * more clean up of cvs [alfons]
18159
18160                  * removed all Makefile.in files to attic.
18161
18162                  * updated all .cvsignores to really ignore things that could
18163                    be unintentionally committed by a recursive commit.
18164
18165 2001-04-23 [hoa]
18166         * added src/grouplist_dialog.[ch]
18167         * changed src/folderview.c to call grouplist_dialog instead
18168                 of inputdialog
18169         * src/news.c :
18170                 added functions news_reset_group_list
18171                 and news_get_group_list
18172         * src/nntp.c :
18173                 added function nntp_list
18174         * src/defs.h :
18175                 added GROUPLIST_FILE : name of the newsgroup list cache file
18176
18177 2001-04-21
18178
18179         * added option to warn about queued messages on exit [sergey]:
18180
18181           * src/compose.c: compose_queue(): call folder_item_scan()
18182             and folderview_update_item() after queueing.
18183           * src/folderview.c: folderview_update_node(): draw the queue
18184             folder in bold font if there are queued messages.
18185           * src/mainwindow.c: queued_messages(): new function.
18186             app_exit_cb(): display warning if there are queued messages
18187             if warn_queued_on_exit is set.
18188           * prefs_common.[ch]: add warn_queued_on_exit option.
18189
18190         * enhanced GnuPG key selection support [sergey]:
18191
18192           * src/select-keys.c: updated to newer version from Win32
18193             branch with support for selecting arbitrary keys.
18194           * src/prefs_account.c: added the Privacy tab to the account
18195             options window.
18196             prefs_account_privacy_create(),
18197             prefs_account_sign_key_set_data_from_radiobtn(),
18198             prefs_account_sign_key_set_radiobtn(): new functions.
18199           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18200           * src/rfc2015.c: set_signers(): new function.
18201             pgp_sign(): add the account parameter, call set_signers().
18202             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18203           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18204           * src/compose.c: pass the current account to rfc2015_sign().
18205
18206         * tag name claws added to prevent confusion with main branch [alfons]
18207
18208         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18209
18210         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18211
18212         * sync with recent sylpheed cvs. Untested though. [alfons]
18213