05358dff6cbb41b77d67be31f471f4fa546699b4
[claws.git] / ChangeLog.claws
1 2003-07-26 [paul]       0.9.3claws54
2
3         * tools/multiwebsearch.pl
4                 do whitespace substitution before passing the string
5                 to the browser. fixes bug with browsers that don't
6                 do whitespace conversion themselves.
7
8 2003-07-25 [christoph]  0.9.3claws53
9
10         * src/folder.[ch]
11         * src/imap.c
12         * src/mh.c
13                 rewrite adding of multiple messages to a folder for
14                 claws' folder system
15
16 2003-07-25 [luke]       0.9.3claws52
17
18         * src/mimeview.c
19                 o icon toggles set correctly on leaving ctree mimeview
20
21 2003-07-25 [paul]       0.9.3claws51
22
23         * partial sync with 0.9.3cvs21 [src/main.c]
24                 see ChangeLog 2003-07-25
25
26 2003-07-24 [paul]       0.9.3claws50
27
28         * tools/maildir2sylpheed.pl
29                 fix typo
30
31 2003-07-24 [paul]       0.9.3claws49
32
33         * src/mimeview.c
34                 increase the gutter size of paned so that the panes
35                 can be resized
36                 
37         * src/plugins/demo/demo.c
38                 squeeze in another typo fix
39
40 2003-07-24 [paul]       0.9.3claws48
41
42         * src/plugins/demo/demo.c
43           src/prefs_account.c
44                 small changes to the English
45                 
46         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
47           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
48           src/Makefile.am
49           src/stock_pixmap.c
50                 rename the misspelled icon
51
52 2003-07-23 [alfons]     0.9.3claws47
53
54         * src/mimeview.c
55                 make icon list look like a list of toggles
56
57 2003-07-23 [luke]       0.9.3claws46
58
59         * src/pixmaps/mimeview_gpg_expired.xpm
60         * src/pixmaps/mimeview_gpg_failed.xpm
61         * src/pixmaps/mimeview_gpg_passed.xpm
62         * src/pixmaps/mimeview_text_html.xpm
63         * src/pixmaps/mimeview_image.xpm
64                 o all icons the same size
65
66         * src/mimeview.[ch]
67                 o mimeview ctree arranged vertically above the viewer
68                 o icons changed to buttons
69                 o can use keyboard to select an icon (Enter)
70                 o resize icon list to width of icons
71
72         *  src/gtk/gtkvscrollbutton.c
73                 o sensitivity of buttons reacts to position
74
75 2003-07-23 [christoph]  0.9.3claws45
76
77         * sync with 0.9.3cvs14 (incomplete)
78                 see ChangeLog 2003-07-17
79
80 2003-07-23 [alfons]     0.9.3claws44
81
82         * src/folder.c
83         * src/procmsg.h
84                 sync with my local tree to restore some claws-only things
85
86 2003-07-23 [paul]       0.9.3claws43
87
88         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
89           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
90           src/Makefile.am
91           src/mimeview.c
92           src/procmime.h
93           src/rfc2015.c
94           src/stock_pixmap.[ch]
95                 indicate missing keys and expired sigs/keys
96                 in mime view column
97
98 2003-07-23 [paul]       0.9.3claws42
99
100         * src/compose.c
101                 Redirect fixes: enable automatic account selection and
102                 do not append signature to message on changing account
103                 fixes Bug[s] #248
104
105 2003-07-23 [paul]       0.9.3claws41
106
107         * sync with 0.9.3cvs16
108                 see ChangeLog 2003-07-23
109
110 2003-07-23 [alfons]     0.9.3claws40
111
112         * src/inc.c
113                 give progress dialog a main window, and give it the first 
114                 one (presumably the only one). fixes bug #247, "segfault on 
115                 pop-before-smtp" 
116
117 2003-07-22 [alfons]     0.9.3claws39
118
119         * src/summaryview.c
120                 shift-space scrolls up
121
122 2003-07-22 [paul]       0.9.3claws38
123
124         * sync with 0.9.3cvs15
125                 see ChangeLog 2003-07-22
126
127 2003-07-20 [alfons]     0.9.3claws37
128
129         * src/compose.c
130                 put menu inside #ifdef USE_ASPELL..#endif
131
132 2003-07-20 [christoph]  0.9.3claws36
133
134         * src/procmsg.c
135                 fix wrong flags in MsgInfo returned by
136                 procmsg_msginfo_get_full_info()
137
138         (closes Bug 221 Deleting messages from the Message View gives incorrect
139          new/unread message counts in the folder view)
140
141         * src/plugins/spamassassin/spamassassin_gtk.c
142                 add gettext macro for prefs page title
143
144 2003-07-20 [paul]       0.9.3claws35
145
146         * src/mimeview.c
147                 redraw icon list on signature check
148
149 2003-07-20 [christoph]  0.9.3claws34
150
151         * src/Makefile.am
152         * src/account.c
153         * src/folder.[ch]
154         * src/folder_item_prefs.[ch]            ** NEW **
155         * src/folderview.c
156         * src/mainwindow.c
157         * src/mh.c
158         * src/prefs_gtk.c
159         * src/prefs_scoring.c
160         * src/summaryview.c
161         * src/prefs_folder_item.[ch]
162                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
163                   Properties dialog
164                 o use prefswindow for folder properties
165
166         * src/gtk/prefswindow.[ch]
167                 change implementation to use an invisible notebook instead
168                 of unparenting widgets
169
170 2003-07-20 [christoph]  0.9.3claws33
171
172         * src/compose.h
173         * src/folder.c
174         * src/folderview.h
175         * src/headerview.h
176         * src/prefs_filtering.h
177         * src/prefs_folder_item.[ch]
178         * src/procmime.h
179         * src/procmsg.h
180         * src/summaryview.h
181                 clean up header mess
182                 (always use 1. typedefs, 2. #includes, 3. structures)
183
184         * src/common/version.h.in
185                 add casts for constants
186
187         * src/plugins/demo/demo.c
188                 fix typo
189
190         * src/plugins/spamassassin/spamassassin.c
191                 remove unused variable
192
193 2003-07-20 [alfons]     0.9.3claws32
194
195         * src/mimeview.c
196                 o make icon buttons respond on left click
197                 o minor cosmetic change
198
199 2003-07-19 [luke]       0.9.3claws31
200
201         * src/mimeview.[ch]
202         * src/gtk/gtkvscrollbutton.c
203         * src/messageview.c
204                 o improved mimeview behaviour when selecting a new message
205                 o plus code cleanups to remove compile warnings
206
207
208 2003-07-19 [alfons]     0.9.3claws30
209
210         * src/procmsg.c
211         * src/compose.c
212         * src/common/utils.[ch]
213                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
214
215 2003-07-19 [alfons]     0.9.3claws29
216
217         * src/prefs_folder_item.c
218                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
219                 string pointers
220
221 2003-07-19 [luke]       0.9.3claws28
222
223         * src/messageview.c
224         * src/mimeview.[ch]
225         * src/procmime.h
226         * src/rfc2015.c
227         * src/stock_pixmap.[ch]
228         * src/gtk/Makefile.am
229         * src/Makefile.am
230         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
231         * src/pixmaps/mime_*.xpm                ** NEW **
232                 o mimeview rearrangement with a new icon shortcut bar
233         
234 2003-07-19 [alfons]     0.9.3claws27
235
236         * src/folderview.c
237                 o plug leaking nodes_to_recollapse
238                 o add folderview_recollapse_all_nodes() (not used yet)
239
240 2003-07-19 [alfons]     0.9.3claws26
241
242         * src/compose.c
243         * src/common/utils.c
244                 honour #240 "Better SUBJECT handling" by cleaning the prefix
245                 for both forwarding as replying
246
247 2003-07-18 [christoph]  0.9.3claws25
248
249         * configure.ac
250         * src/common/sylpheed.[ch]
251         * src/common/version.h.in
252                 add version in numeric form to allow easy comparison
253
254         * src/plugins/demo/demo.c
255                 add version check
256                 - sylpheed version > plugin version => never allowed, sylpheed
257                   could contain unknown API changes
258                 - sylpheed version < minimum version required => don't load,
259                   API required not available (if linking does not fail)
260
261 2003-07-18 [alfons]     0.9.3claws24
262         
263         * src/common/plugin.[ch]
264                 const correctness
265
266 2003-07-18 [christoph]  0.9.3claws23
267
268         * src/common/hooks.c
269                 fix crash when hooks where unregisted
270
271         * src/plugins/trayicon/trayicon.c
272                 unregister detroy signal before destroying the widget
273                 (still crashes when the plugin is unloaded)
274
275 2003-07-18 [alfons]     0.9.3claws22
276         
277         * src/folderview.c
278                 delay expanding folder tree during drags until timeout triggered
279                 (needs perhaps some tweaking, so testing is welcome)
280
281 2003-07-17 [alfons]     0.9.3claws21
282
283         * src/folderview.c
284                 clean up cruft
285
286 2003-07-17 [christoph]  0.9.3claws20
287
288         * src/common/session.c
289                 fix opening of SSL connections
290
291         * src/plugins/image_viewer/Makefile.am
292                 add OPENSSL_CFLAGS (we should find a better solution to remove
293                 this dependencies if they are not required)
294
295         * src/plugins/spamassassin/spamassassin.c
296                 remove setlocale workaround (fixed in libspamc)
297
298 2003-07-17 [alfons]     0.9.3claws19
299
300         * src/common/hooks.[ch]
301         * src/plugins/clamav/clamav_plugin.c
302         * src/plugins/spamassassin/spamassassin.c
303         * src/plugins/trayicon/trayicon.c
304                 fix signedness muck 
305
306 2003-07-17 [alfons]     0.9.3claws18
307
308         * src/procmime.c
309                 plug memleak
310
311 2003-07-17 [alfons]     0.9.3claws17
312
313         * src/inc.c
314                 plug memleak
315
316 2003-07-17 [paul]       0.9.3claws16
317
318         * src/common/defs.h
319           src/mainwindow.c
320           src/manual.[ch]
321                 add link to the Claws site's FAQ page, after the suggestion
322                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
323                 Move url strings to defs.h
324                 
325         * src/mainwindow.c
326                 fix typo to prevent "unknown menu entry" warnings
327
328 2003-07-17 [alfons]     0.9.3claws15
329
330         * src/folderview.[ch]
331         * src/summaryview.[ch]
332         * src/mimeview.[ch]
333                 plug DnD leaks 
334
335 2003-07-17 [paul]       0.9.3claws14
336
337         * src/inc.c
338                 remove two instances of 'GTK_EVENTS_FLUSH' because
339                 they are unnecessary and probably cause a stack overflow
340
341 2003-07-16 [christoph]  0.9.3claws13
342
343         * src/mimeview.[ch]
344                 use an invisible GTK notebook to switch between viewers
345                 instead of reparenting widgets
346
347 2003-07-16 [christoph]  0.9.3claws12
348
349         * src/folder.c
350                 move folder_item_update_freeze() to correct place in
351                 folder_item_scan_full()
352
353 2003-07-16 [paul]       0.9.3claws11
354
355         * sync with 0.9.3cvs12
356                 see ChangeLog 2003-07-14 and 2003-07-15
357
358 2003-07-16 [christoph]  0.9.3claws10
359
360         * src/imap.[ch]
361         * src/prefs_account.[ch]
362                 sync IMAP CRAM-MD5 authentication with sylpheed-main
363
364 2003-07-15 [alfons]     0.9.3claws9
365
366         * src/main.c
367                 make --config-dir do something useful
368
369 2003-07-15 [alfons]     0.9.3claws8
370
371         * src/procmsg.c
372                 o fix a bug where 'last' didn't really point to the last message
373                   in the top level list of children, but to the last threaded
374                   message. 
375                 
376                 o clean up and make it easier to sync
377
378 2003-07-15 [alfons]     0.9.3claws7
379
380         * src/mainwindow.c
381                 make correct menu items sensitive       
382
383 2003-07-14 [alfons]     0.9.3claws6
384
385         * src/procmsg.c
386                 tune the threader so it will not subject-thread any message
387                 without a subject prefix (this will not thread correctly if 
388                 a parent is delivered after their childs, but it looks 
389                 better right now)
390
391 2003-07-13 [christoph]  0.9.3claws5
392
393         * src/mainwindow.c
394                 group "Add mailbox *..." menu items in submenu
395
396 2003-07-13 [alfons]     0.9.3claws4
397
398         * src/summaryview.c
399                 correct summary_toggle_pressed() signature and make sure
400                 signal is not passed on
401
402 2003-07-13 [alfons]     0.9.3claws3
403
404         * src/summaryview.c
405                 o for now don't pass on keys when they we're handled by 
406                   ctree::key_press_event
407                 o clean up
408
409 2003-07-13 [alfons]     0.9.3claws2
410         
411         * src/main.c
412                 add command line option "--config-dir" to get the current 
413                 configuration dir
414
415 2003-07-12 [alfons]     0.9.3claws1
416
417         * src/matcher.[ch]
418         * src/matcher_parser_parse.y
419         * src/prefs_filtering.c
420         * src/filtering.c
421                 add "Lock" filter action to lock messages;
422
423         * src/filtering.c       
424                 remove debug_print()    
425         * src/prefs_filtering.c
426                 re-organize matcher part 9: 
427                 make action text entries easily extendible;
428                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
429                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
430
431 2003-07-12 [paul]
432
433         * tools/README
434                 update old information and add missing
435                 information
436
437 2003-07-12 [paul]       0.9.3claws
438
439         * 0.9.3claws released
440         
441 2003-07-12 [paul]       0.9.0claws103
442
443         * src/Makefile.am
444                 add addrquery.h
445
446 2003-07-12 [melvin]     0.9.0claws102
447
448         * src/messageview.c
449                 Fixed bug #215: Show MIME tab for single text/html messages. 
450                 
451 2003-07-12 [paul]       0.9.0claws101
452
453         * man/sylpheed.1
454                 updated
455
456 2003-07-12 [paul]       0.9.0claws100
457
458         * po/es.po
459           po/hr.po
460           po/pl.po
461           po/sr.po
462                 update Spanish, Croatian, Polish, Serbian translations.
463                 submitted by Ricardo Mones Lastra, Dragan, Witold
464                 Wladyslaw Wojciech Wilk, Urke MMI
465
466 2003-07-12 [melvin]     0.9.0claws99
467
468         * po/fr.po
469                 Updated French translations.
470
471 2003-07-12 [paul]       0.9.0claws98
472
473         * src/addressbook.c
474                 disable 'Lookup' button as it has no effect
475
476 2003-07-11 [alfons]     0.9.0claws97
477         
478         * src/summaryview.c
479                 summary_searchbar_pressed() should return TRUE to signal that
480                 event was handled. when returning void, the return value passed
481                 to GTK is actually random, but maybe FALSE, in which case the
482                 event is handled by parent
483                 
484 2003-07-10 [paul]       0.9.0claws96
485
486         * ac/missing/gettext.m4
487                 update to version 0.12
488
489 2003-07-10 [paul]       0.9.0claws95
490
491         * src/plugins/clamav/clamav_plugin.c
492                 fix bug where multipart/alternative messages
493                 would slip through without being scanned
494
495 2003-07-10 [christoph]  0.9.0claws94
496
497         * src/folder.c
498                 correct check if folder supports removing when a message is
499                 moved. if not the message is only copied.
500
501         (closes Bug 132 crash on startup in newsgroups folders)
502
503 2003-07-09 [alfons]     0.9.0claws93
504
505         * configure.ac
506         * src/common/defs.h
507                 --with-config-dir (default .sylpheed)
508
509 2003-07-09 [christoph]  0.9.0claws92
510
511         * configure.ac
512                 use PKG_CHECK_MODULES to check for gtkmathview
513                 (version 0.4.2 now required)
514
515 2003-07-08 [melvin]     0.9.0claws91
516
517         * src/action.c
518                 Implemented a progress bar that counts the number of completed
519                 tasks when the action runs more than one command.
520
521 2003-07-08 [alfons]     0.9.0claws90
522
523         * src/procmsg.c
524                 if queued message has an invalid Message-Id, don't try to
525                 find message it refers to (fixes #209 "crash when processing 
526                 in folder")
527
528 2003-07-08 [paul]       0.9.0claws89
529
530         * sync with 0.9.3cvs2
531                 see ChangeLog 2003-07-08
532
533 2003-07-08 [match]      0.9.0claws88
534
535         * src/ldapctrl.c
536                 extend LDAP search for first/last name by parsing search term.
537
538 2003-07-08 [alfons]     0.9.0claws87
539
540         * src/send_message.c
541                 fix bug #208 "Status message stuck when sending on POP3 account"
542
543 2003-07-07 [paul]       0.9.0claws86
544
545         * po/hr.po
546                 new Croatian translation, submitted by
547                 Dragan <drleskov@inet.hr>
548
549 2003-07-07 [paul]       0.9.0claws85
550
551         * sync with 0.9.3cvs1
552                 see ChangeLog 2003-07-07
553
554 2003-07-05 [christoph]  0.9.0claws84
555
556         * src/Makefile.am
557         * src/messageview.c
558         * src/mimeview.[ch]
559         * src/stock_pixmap.[ch]
560         * src/pixmaps/messageview_text.xpm              ** NEW **
561                 move mimeview tabs to the right side and use icons
562                 instead of text to save some space
563
564         (patch by Luke Plant <lukeplant@softhome.net>)
565
566 2003-07-05 [christoph]  0.9.0claws83
567
568         * src/inc.c
569                 add NULL pointer checks
570
571         (patch by Luke Plant <lukeplant@softhome.net>)
572         (closes Bug 204 0.9.0 quits on authentication error?!)
573
574 2003-07-05 [alfons]     0.9.0claws82
575
576         * configure.ac
577                 take the clue in bug #202 "./configure script - 
578                 'if test' comparison failure" reported by John Kristoff. 
579
580 2003-07-04 [christoph]  0.9.0claws81
581
582         * src/plugins/spamassassin/spamassassin.c
583                 set timeout for spam check
584
585 2003-07-04 [christoph]  0.9.0claws80
586
587         * src/main.c
588                 destroy all FolderItems when shutting down to
589                 allow folders to clean up
590
591 2003-07-04 [melvin]     0.9.0claws79
592
593         * src/gtk/gtkaspell.c
594                 Fixed bug #184 "Entering non-ascii character deletes
595                 previous char if spell checking enabled": this makes
596                 the spell checking in multibytes (e.g. UTF-8)locales work.
597                 (Patch by Luke Plant).
598                 
599 2003-07-04 [christoph]  0.9.0claws78
600
601         * sync with 0.9.2cvs1
602                 see ChangeLog 2003-06-10
603
604 2003-07-04 [paul]       0.9.0claws77
605
606         * sync with 0.9.3 release
607                 see ChangeLog 2003-07-04
608
609 2003-07-03 [christoph]  0.9.0claws76
610
611         * src/folder.[ch]
612         * src/imap.c
613         * src/mbox_folder.c
614         * src/mh.c
615         * src/news.c
616                 move folder_item_get_path() stuff into a folder virtual function
617
618         * src/procmsg.c
619                 use folder_item_fetch_msg() to get message and do not contruct
620                 the filename from path and number
621
622 2003-07-03 [paul]       0.9.0claws75
623
624         * sync with 0.9.2cvs12
625                 see ChangeLog 2003-07-03
626
627 2003-07-02 [paul]       0.9.0claws74
628
629         * src/messageview.c
630                 fix text-selection for replying
631
632 2003-07-02 [paul]       0.9.0claws73
633
634         * sync with 0.9.2cvs11
635                 see ChangeLog 2003-07-02
636
637 2003-07-02 [paul]       0.9.0claws72
638
639         * src/procmsg.c
640                 revert last commit because it breaks more
641                 than it fixes
642
643 2003-07-02 [paul]       0.9.0claws71
644
645         * src/procmsg.c
646                 fix thread by subject/sort by date
647
648 2003-07-01 [paul]       0.9.0claws70
649
650         * sync with 0.9.2cvs10
651                 see ChangeLog 2003-07-01
652
653 2003-06-30 [paul]       0.9.0claws69
654
655         * sync with 0.9.2cvs9
656                 see ChangeLog 2003-06-30
657
658 2003-06-28 [match]      0.9.0claws68
659
660         * src/addressbook.c
661                 fix null ptr.
662
663 2003-06-27 [paul]       0.9.0claws67
664
665         * sync with 0.9.2cvs7
666                 see ChangeLog 2003-06-27
667
668 2003-06-26 [christoph]  0.9.0claws66
669
670         * src/folder.c
671                 freeze folder updates while a folder is scanned
672
673         (closes Bug 185 New message counter)
674
675 2003-06-26 [darko]      0.9.0claws65
676
677         * src/ldapserver.c
678                 fix infinite loop when adding a new LDAP server
679
680 2003-06-26 [paul]       0.9.0claws64
681
682         * sync with 0.9.2cvs6
683                 see ChangeLog 2003-06-26
684
685 2003-06-26 [paul]       0.9.0claws63
686
687         * sync with 0.9.2cvs5
688                 see ChangeLog 2003-06-25 and 2003-06-26
689
690 2003-06-25 [match]      0.9.0claws62
691
692         * src/addr_compl.c
693                 Fixed tab/backtab for dropped-down completion list to
694                 move next/previous field. (close bug 147)
695
696 2003-06-25 [christoph]  0.9.0claws61
697
698         * src/addr_compl.[ch]
699         * src/addrindex.[ch]
700         * src/folderview.c
701         * src/inc.c
702         * src/news.c
703         * src/summaryview.c
704         * src/toolbar.c
705                 fix warnings
706
707 2003-06-25 [leandro]    0.9.0claws60
708
709         * src/compose.c
710                 o cleanups
711                 o gray out "Message/Remove references" menu item if not
712                   replying to a message
713
714 2003-06-24 [leandro]    0.9.0claws59
715
716         * src/compose.[ch]
717                 o removed "Message/Create new thread" menu item
718                 o added "Message/Remove references" menu item
719                   (it's off by default and will not check anymore
720                    if the subject changed)
721
722 2003-06-23 [alfons]     0.9.0claws58
723
724         * src/procmsg.c
725                 try better grouping messages threaded by subject based on their age.
726                 still not perfect - because the message tree is not sorted by date.  
727
728 2003-06-23 [thorsten]   0.9.0claws57
729
730         * src/pop.[ch]
731                 added mail_receive_hook to allow modifications
732                 directly after retrieval (e.g. adding headers).
733
734 2003-06-23 [paul]       0.9.0claws56
735
736         * src/sourcewindow.c
737                  enable the use of Ctrl+A to select all text in
738                  the sourcewindow
739                  Patch submitted by Ivan Francolin Martinez
740                  <ivanfm@users.sourceforge.net>
741
742 2003-06-22 [christoph]  0.9.0claws55
743
744         * src/folder.[ch]
745                 o add notification hook for folder tree changes
746                 o invoke hooks after folder tree scanning
747
748         * src/folderview.[ch]
749                 register hook for folder tree changes that
750                 updates the ctree
751
752         (there are more places that should be updated, like add, remove 
753          or move folder)
754
755         (closes Bug 164 Crash on rebuild folder tree)
756         (closes Bug 190 Crash on 'rebuilding folder tree')
757
758 2003-06-21 [leandro]    0.9.0claws54
759
760         * src/compose.[ch]
761                 create a new thread if subject changes
762                 (it's on by default, can be disabled in Message menu)
763
764 2003-06-21 [alfons]     0.9.0claws53
765
766         * src/summaryview.c
767                 quiet little compiler
768
769 2003-06-21 [christoph]  0.9.0claws52
770
771         update gettext stuff to version 0.12
772
773 2003-06-19 [alfons]     0.9.0claws51
774
775         * src/common/log.c
776         * src/common/plugin.c
777                 move defs.h before glib.h to prevent MIN/MAX redefs
778
779 2003-06-19 [alfons]
780
781         * src/addressbook.c
782                 translatable
783
784 2003-06-19 [match]      0.9.0claws50
785
786         * src/addressbook.[ch]
787         * src/addrindex.[ch]
788         * src/addr_compl.[ch]
789         * src/editldap.[ch]
790         * src/editldap_basedn.[ch]
791         * src/addritem.[ch]
792         * src/ldapquery.h
793                 re-implemented dynamic LDAP search. works without
794                 slowdown on display sender with addressbook
795                 option.
796         * src/addrbook.c
797                 documented code.
798
799 2003-06-19 [paul]       0.9.0claws49
800
801         * src/compose.c
802                 fix Bug #136 'Nonprovided quotation marks crash claws'
803                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
804
805 2003-06-19 [alfons]     0.9.0claws48
806
807         * src/prefs_common.[ch]
808         * src/procmsg.c
809                 restrict threading by subject by checking thread for
810                 age (prefs_common.thread_by_subject_max_age)
811
812 2003-06-18 [christoph]  0.9.0claws47
813
814         * src/imap.c
815                 fix memory leak in imap_cmd_fetch()
816
817 2003-06-18 [christoph]  0.9.0claws46
818
819         * src/prefs_gtk.c
820                 fix memory leak in prefs_set_default() when used multiple
821                 times or after prefs have been read
822
823 2003-06-18 [christoph]  0.9.0claws45
824
825         * src/common/plugin.c
826                 fix memory leak in plugin_unload()
827
828 2003-06-18 [christoph]  0.9.0claws44
829
830         * src/imap.c
831                 fix memory leak in imap_cmd_ok()
832
833 2003-06-18 [christoph]  0.9.0claws43
834
835         * src/folder.c
836                 stop messages that are downloaded from POP3 and added to
837                 an IMAP inbox from being filtered twice (first by POP3
838                 and again when IMAP folder is scaned to get the UID of
839                 the APPEND operation when no UIDPLUS is available)
840
841 2003-06-18 [alfons]
842
843         * tools/Makefile.am
844                 phoenix <- firebird     
845
846 2003-06-18 [paul]
847
848         * tools/launch_phoenix          ** REMOVED **
849           tools/launch_firebird         ** NEW **
850                 renamed and edited to reflect the browser's name change from
851                 'phoenix' to 'firebird'
852
853 2003-06-18 [paul]       0.9.0claws42
854
855         * sync with 0.9.2cvs2
856                 see ChangeLog 2003-06-16
857
858 2003-06-17 [alfons]     0.9.0claws41
859
860         * src/procmsg.c
861                 prevent threading problems when a node is an ancestor (parent / great parent),
862                 which mostly happens with circular references (thanks to Phillipe Gramoullé
863                 for finding an sample set of messages)
864
865 2003-06-16 [christoph]  0.9.0claws40
866
867         * src/main.c
868                 don't popup main window on --receive or --receive-all
869
870         * src/mainwindow.[ch]
871         * src/plugins/trayicon/trayicon.c
872                 allow hiding of main window by clicking on the trayicon
873                 (doesn't work correctly in seperate window mode and may
874                  cause unexpected GTK problems I couldn't find yet)
875
876         * src/common/ssl.c
877                 remove incorrect warning
878
879 2003-06-15 [alfons]     0.9.0claws39
880
881         * src/gtk/gtkstext.c
882                 don't output debug text;
883                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
884                 for pointing this out);
885
886 2003-06-14 [alfons]     0.9.0claws38
887         
888         * src/messageview.c
889                 remove printf() and make one if..else comply with coding style
890
891 2003-06-14 [alfons]     0.9.0claws37
892
893         * AUTHORS
894                 add Martin Wicke
895         * src/action.c
896         * src/messageview.[ch]
897         * src/summaryview.c
898                 apply patch #754162 "Quoting messages filtered by actions" submitted
899                 by Martin Wicke, which allows quoting message body changed by an
900                 action (Thanks!).
901
902 2003-06-13 [alfons]     0.9.0claws36
903
904         * src/utils.c
905                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
906                 use case insensitive regexp (suggested by Ivan Martinez)
907
908 2003-06-13 [christoph]  0.9.0claws35
909
910         * configure.ac
911         * src/plugins/trayicon/Makefile.am
912         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
913         * src/plugins/trayicon/trayicon.c
914         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
915         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
916         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
917         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
918         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
919         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
920                 replace my own EggTrayIcon backport with the backport
921                 used by (l|x)mule and gabber.
922
923 2003-06-13 [alfons]     0.9.0claws34
924
925         * AUTHORS
926         * src/common/utils.c
927                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
928
929 2003-06-13 [alfons]     0.9.0claws33
930
931         * src/compose.c
932                 clean up a little bit
933
934 2003-06-12 [alfons]     0.9.0claws32
935
936         * src/compose.c
937                 const correctness fix
938
939         * src/common/sylpheed.[ch]
940                 () -> (void)
941                 prevent redef MIN/MAX
942                 
943         * src/common/utils.[ch]
944                 () -> (void)
945
946 2003-06-12 [melvin]     0.9.0claws31
947
948         * src/compose.c
949                 Updated to take into accounts changes in GtkAspell.
950
951 2003-06-12 [alfons]     0.9.0claws30
952
953         * src/compose.c
954         * src/procmsg.c
955         * src/common/utils.[ch]
956                 handle reply subject prefixes better (initial 
957                 suggestion by Robert Story adapted and enhanced 
958                 using regexps)
959
960 2003-06-12 [melvin]     0.9.0claws29
961
962         * src/compose.c
963                 Use new gtkaspell_checkers_strerror() to get the speller's
964                 error message instead of accessing the (now private)
965                 checkers structure.
966                 Minor code clean up
967
968         * src/main.c
969                 Use #ifdef instead of #if for USE_ASPELL
970                 Use the new spell checkers init/quit functions 
971
972         * src/gtk/gtkaspell.c
973                 Use #ifdef instead of #if for USE_ASPELL
974                 Moved in the majority of GtkAspell structures that were
975                 exported before by gtkaspell.h
976         
977         * src/gtk/gktaspell.h
978                 Made gtkaspell.h contain only the necessary data to be
979                 publicized by moving many structures to gtkaspell.c.
980                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
981                 gtkaspell_checkers_new(): replaced by...
982                 gtkaspell_checkers_init(): new function for initialization
983                 gtkaspell_checkers_delete(): replaced by...
984                 gtkaspell_checkers_quit(): new function
985                 gtkaspell_checkers_strerror(): new function that returns
986                 the checker's last error message.
987                 
988 2003-06-11 [melvin]     0.9.0claws28
989
990         * po/POTFILES.in
991                 Updated to take into account gtkaspell.c migration to
992                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
993
994 2003-06-10 [alfons]     0.9.0claws27
995
996         * src/filtering.[ch]
997         * src/folder.c
998         * src/matcher.c
999         * src/scoring.[ch]
1000                 - try fixing bug #18 (any brave testers?)
1001                 - add more robustness by refusing previously 
1002                   unchecked NULL pointers 
1003
1004 2003-06-10 [alfons]     0.9.0claws26
1005
1006         * src/procmsg.c
1007                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1008
1009 2003-06-09 [alfons]     0.9.0claws25
1010
1011         * src/prefs_common.c
1012                 fix bug #163 "Icon switching doesnt work properly" by 
1013                 preventing early freeing of prefs_common.pixmap_theme_path.
1014
1015 2003-06-09 [christoph]  0.9.0claws24
1016
1017         * src/gtk/gtkaspell.c
1018                 revert Thorsten's fix and add forgotten g_strdup for
1019                 aspell path (it should not be possible to alter the path a
1020                 GtkASpell uses from outside)
1021
1022 2003-06-09 [thorsten]   0.9.0claws23
1023
1024         * src/gtk/gtkaspell.c
1025                 dont free prefs_common.aspell_path when closing compose
1026
1027 2003-06-08 [colin]      0.9.0claws22
1028
1029         * src/plugins/spamassassin/spamassassin.c
1030                 fix prefs types
1031
1032 2003-06-07 [christoph]  0.9.0claws21
1033
1034         * src/Makefile.am
1035         * src/compose.c
1036         * src/gtkaspell.[ch]            ** REMOVE **
1037         * src/gtk/Makefile.am
1038         * src/gtk/gtkaspell.[ch]        ** NEW **
1039                 o make gtkaspell independent from sylpheed's prefs
1040                 o move gtkaspell.[ch] to gtk directory
1041
1042 2003-06-07 [christoph]  0.9.0claws20
1043
1044         * src/Makefile.am
1045         * src/crash.c
1046         * src/export.c
1047         * src/filesel.[ch]              ** REMOVE **
1048         * src/folder.c
1049         * src/main.[ch]
1050         * src/common/sylpheed.[ch]
1051         * src/gtk/Makefile.am
1052         * src/gtk/filesel.[ch]          ** NEW **
1053         * src/gtk/pluginwindow.c
1054         * src/gtk/sslcertwindow.c
1055                 move filesel.[ch] to gtk directory
1056
1057 2003-06-07 [alfons]     0.9.0claws19
1058
1059         * src/filesel.c
1060                 make (multi) file selection dialog work again (Claws-only)
1061
1062 2003-06-07 [thorsten]   0.9.0claws18
1063
1064         * po/de.po
1065                 fix typos
1066
1067 2003-06-07 [alfons]     0.9.0claws17
1068
1069         * configure.ac
1070         * src/mimeview.c
1071                 detect apache mishap in which case don't include fnmatch.h
1072                 if regex.h is already included
1073
1074 2003-06-06 [christoph]  0.9.0claws16
1075
1076         * configure.ac
1077         * src/mimeview.h
1078                 add check for fnmatch.h and include it when available
1079
1080         * src/mimeview.[ch]
1081                 fix wrong case sensitivity of Content-Types
1082
1083         * src/gtk/Makefile.am
1084                 need the same include paths in gtk directory as in
1085                 common directory because .h files in common can
1086                 include files from these directories, when included
1087                 in gtk's .h or .c files
1088
1089 2003-06-06 [alfons]     0.9.0claws15
1090
1091         * src/mimeview.c
1092         * src/summaryview.c
1093                 make it compile again because of regex.h / fnmatch.h 
1094                 include problems (related to recent mime stuff, can
1095                 someone check this?)
1096
1097 2003-06-06 [thorsten]   0.9.0claws14
1098
1099         * src/folderview.c
1100                 possible use of uninitialized pointer while dragging
1101
1102 2003-06-06 [paul]       0.9.0claws13
1103
1104         * src/compose.c
1105                 fix bug where the insert sig button would be effective
1106                 only when auto_sig was set
1107
1108 2003-06-06 [paul]       0.9.0claws12
1109
1110         * sync with 0.9.2 release
1111
1112 2003-06-02 [paul]       0.9.0claws11
1113
1114         * sync with 0.9.1cvs1
1115                 see ChangeLog 2003-06-02
1116                 
1117         * po/de.po
1118                 update by Jens
1119
1120 2003-06-01 [christoph]  0.9.0claws10
1121
1122         * src/account.c
1123                 don't use substring search to find accounts by email address
1124
1125         (closes Bug 169 Overly loose matching of "From" address)
1126
1127 2003-05-31 [christoph]  0.9.0claws9
1128
1129         * doc-src/rfc2683.txt
1130         * src/imap.c
1131                 limit IMAP command length as recommended in RFC2683
1132                 (message number lists will be split into multiple imap
1133                 sets, the limit of 1000 octets is not a hard limit)
1134
1135         (closes Bug 161 sylpheed-claws exits with segfault when logging
1136          in to certain imap-servers)
1137
1138 2003-05-29 [alfons]     0.9.0claws8
1139
1140         * src/toolbar.[ch]
1141                 add print button (calling summary_print());
1142                 fine tune setting tooltip text;
1143                 (if someone needs other buttons, please take these 
1144                 commits as a guide, instead of bothering us - also
1145                 see 0.8.11claws150) 
1146
1147 2003-05-29 [darko]      0.9.0claws7
1148
1149         * src/compose.c
1150                 fix crash when word wrapping kicks in due to
1151                 changed text by spell checker
1152
1153 2003-05-29 [paul]       0.9.0claws6
1154
1155         * src/compose.c
1156                 fix bug where changing account would insert
1157                 sig even if auto_sig was FALSE
1158                 
1159         * ChangeLog
1160           ChangeLog.jp
1161           INSTALL
1162                 sync with 0.9.1 release
1163
1164 2003-05-28 [christoph]  0.9.0claws5
1165
1166         * src/imap.c
1167                 fix truncation of too long commands
1168
1169         (closes Bug 167 IMAP hangs trying to get envelope
1170          information in imap_get_uncached_messages)
1171
1172 2003-05-27 [paul]       0.9.0claws4
1173
1174         * tools/Makefile.am
1175           tools/maildir2sylpheed.pl     ** NEW FILE **
1176                 add kmail to sylpheed mailbox conversion script
1177
1178 2003-05-27 [paul]       0.9.0claws3
1179
1180         * sync with 0.9.0cvs10
1181                 see ChangeLog 2003-05-26
1182
1183 2003-05-26 [paul]       0.9.0claws2
1184
1185         * sync with 0.9.0cvs9
1186                 see ChangeLog 2003-05-26
1187
1188 2003-05-24 [paul]       0.9.0claws1
1189
1190         * sync with 0.9.0cvs8
1191                 see ChangeLog 2003-05-23
1192
1193 2003-05-24 [paul]       0.9.0claws
1194
1195         * version 0.9.0claws released
1196
1197 2003-05-24 [paul]       0.8.11claws177
1198
1199         * src/plugins/dillo-viewer/Makefile.am
1200           src/plugins/traycon/Makefile.am
1201                 add missing files
1202                 
1203         * po/bg.po
1204           po/en_GB.po
1205           po/es.po
1206           po/it.po
1207           po/pt_BR.po
1208           po/ru.po
1209           po/sr.po
1210                 update Bulgarian, British English, Spanish, Italian, 
1211                 Brazilian Portuguese, Russian, and Serbian translations, 
1212                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1213                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1214                 Ruslan N. Balkin, and Urke MMI
1215
1216 2003-05-23 [melvin]     0.8.11claws176
1217
1218         * po/fr.po
1219                 Updated French translations
1220
1221 2003-05-22 [paul]       0.8.11claws175
1222
1223         * src/Makefile.am
1224           src/addrbook.[ch]
1225           src/addrcache.[ch]
1226           src/addr_compl.[ch]
1227           src/adressbook.[ch]
1228           src/addrindex.[ch]
1229           src/addritem.[ch]
1230           src/editaddress.c
1231           src/editgroup.c
1232           src/editldap_basedn.c
1233           src/editldap.c
1234           src/jpilot.c
1235           src/vcard.c
1236                 revert to get ldap into it previous working state
1237                 
1238         * po/zh_TW.Big5.po
1239                 new Taiwanese translation,
1240                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1241
1242 2003-05-22 [christoph]  0.8.11claws174
1243
1244         * src/plugins/spamassassin/libspamc.[ch]
1245                 sync libspamc with SpamAssaain release 2.55
1246
1247 2003-05-22 [paul]       0.8.11claws173
1248
1249         * sync with 0.9.0cvs7
1250                 see ChangeLog 2003-05-22
1251                 
1252         * src/summaryview.c
1253                 revert change in 0.8.11claws172: follow
1254                 Hiroyuki's decision and that's the end of it.
1255
1256 2003-05-21 [paul]       0.8.11claws172
1257
1258         * src/summaryview.c
1259                 fix discrepency between open_unread_on_enter
1260                 and always_show_msg
1261
1262 2003-05-21 [paul]       0.8.11claws171
1263
1264         * sync with 0.9.0cvs6
1265                 see ChangeLog 2003-05-21
1266
1267 2003-05-21 [paul]       0.8.11claws170
1268
1269         * sync with 0.9.0cvs5
1270                 see ChangeLog 2003-05-21
1271
1272 2003-05-20 [paul]       0.8.11claws169
1273
1274         * sync with 0.9.0cvs4
1275                 see ChangeLog 2003-05-20
1276                 fixes bug #152, 'encoding of IMAP folders names'
1277
1278 2003-05-20 [paul]       0.8.11claws168
1279
1280         * sync with 0.9.0cvs3
1281                 see ChangeLog 2003-05-20
1282                 
1283         * src/tools/convert_mbox.pl
1284                 minor change in the comments, submitted by Fred Marton
1285
1286 2003-05-19 [paul]       0.8.11claws167
1287
1288         * src/plugins/clamav/Makefile.am
1289           configure.ac
1290                 link clamav_lib to the plugin and not to the main program
1291
1292 2003-05-19 [christoph]
1293
1294         * src/Makefile.am
1295                 add -export-dynamic for linking
1296
1297 2003-05-19 [paul]       0.8.11claws166
1298
1299         * sync with 0.9.0cvs1
1300                 see ChangeLog 2003-05-19
1301
1302 2003-05-19 [paul]       0.8.11claws165
1303
1304         * src/inc.c
1305                 fix 'pop before smtp' timeout
1306
1307 2003-05-18 [alfons]     0.8.11claws164
1308
1309         * src/prefs_matcher.c
1310                 put "execute" action command line ("expression") in edit box
1311
1312 2003-05-18 [christoph]  0.8.11claws163
1313
1314         * src/mimeview.[ch]
1315         * src/plugins/dillo_viewer/dillo_viewer.c
1316         * src/plugins/image_viewer/viewer.c
1317         * src/plugins/mathml_viewer/mathml_viewer.c
1318                 let a viewer have a list of Content-Types
1319
1320 2003-05-18 [paul]       0.8.11claws162
1321
1322         * src/prefs_filtering.c
1323                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1324                 and REDIRECT actions
1325
1326 2003-05-17 [christoph]
1327
1328         * README.claws
1329                 o remove dynamic signatures that was syned with main
1330                 o add infos about no longer "build in" image viewer
1331                 o update bugtracker URL
1332
1333 2003-05-17 [christoph]  0.8.11claws161
1334
1335         * src/folder.c
1336         * src/folderview.c
1337         * src/imap.c
1338                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1339                 for every folder after rebuilding the folder tree.
1340
1341         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1342          messages)
1343
1344 2003-05-17 [christoph]  0.8.11claws160
1345
1346         * src/imap.c
1347                 don't use STATUS command on current folder to check for
1348                 content changes. imap_cmd_ok() now tracks changes to
1349                 folder and number of existing messages.
1350
1351 2003-05-17 [paul]       0.8.11claws159
1352
1353         * src/plugins/clamav/clamav_plugin.c
1354                 remove unnecessary debug_print
1355
1356 2003-05-16 [thorsten]   0.8.11claws158
1357
1358         * src/plugins/demo.c
1359                 included missing intl.h
1360
1361 2003-05-16 [paul]       0.8.11claws157
1362
1363         * po/POTFILES.in
1364                 remove non-existant entries
1365         
1366         * src/plugins/clamav/clamav_plugin.c
1367           src/plugins/clamav/clamav_plugin_gtk.c
1368           src/plugins/dillo_viewer/dillo_prefs.c
1369           src/plugins/dillo_viewer/dillo_viewer.c
1370                 gettextise
1371
1372 2003-05-16 [christoph]  0.8.11claws156
1373
1374         * po/POTFILES.in
1375                 include plugin .c files for translation until I
1376                 find a better solution to have plugins have their
1377                 own textdomain
1378         * src/plugins/demo/demo.c
1379         * src/plugins/image_viewer/plugin.c
1380         * src/plugins/mathml_viewer/mathml_viewer.c
1381         * src/plugins/spamassassin/spamassassin.c
1382         * src/plugins/spamassassin/spamassassin_gtk.c
1383         * src/plugins/trayicon/trayicon.c
1384                 add gettext macros for plugin name and description
1385
1386 2003-05-16 [paul]
1387
1388         * sync with 0.9.0
1389
1390 2003-05-16 [paul]       0.8.11claws155
1391
1392         * sync with lastest 0.9.0pre1
1393                 see ChangeLog 2003-05-16
1394
1395 2003-05-15 [paul]       0.8.11claws154
1396
1397         * sync with latest 0.9.0pre1
1398                 see ChangeLog 2003-05-14 and 2003-05-15
1399
1400 2003-05-14 [christoph]  0.8.11claws153
1401
1402         * src/plugins/image_viewer/viewer.c
1403         * src/plugins/image_viewer/viewer.glade         ** NEW **
1404         * src/plugins/image_viewer/viewerprefs.c
1405                 make it possible to disable the autoload function in the
1406                 imageviewer again
1407
1408 2003-05-14 [christoph]  0.8.11claws152
1409
1410         * src/folder.c
1411                 fix folder update after adding a message
1412
1413 2003-05-13 [alfons]     0.8.11claws151
1414
1415         * src/common/session.c
1416                 remove debug traces
1417                 
1418         * src/addrcache.[ch]
1419         * src/filtering.[ch]
1420         * src/folder.[c]
1421         * src/gtkaspell.[ch]
1422         * src/imap.[ch]
1423         * src/mbox_folder.[ch]
1424         * src/mh.[ch]
1425         * src/mimeview.h
1426         * src/msgcache.[ch]
1427         * src/news.[ch]
1428         * src/passphrase.[ch]
1429         * src/prefs_common.[ch]
1430         * src/prefs_gtk.[ch]
1431         * src/procmsg.c
1432         * src/scoring.[ch]
1433                 be pedantic; (in prototypes () implies (int))
1434
1435 2003-05-13 [alfons]     0.8.11claws150
1436
1437         * src/prefs_toolbar.[ch]
1438         * src/summaryview.[ch]
1439         * src/toolbar.[ch]
1440                 change misleading text in toolbar prefs;
1441                 add toolbar action for ignore thread (toggles ignore thread flag);
1442                 clean up a little bit;
1443
1444 2003-05-12 [paul]
1445
1446         * tools/convert_mbox.pl
1447                 bug fixed by Fred Marton
1448
1449 2003-05-12 [paul]
1450
1451         * sync with 0.9.0pre1
1452
1453 2003-05-09 [paul]       0.8.11claws149
1454
1455         * sync with 0.8.11cvs43
1456                 see ChangeLog 2003-05-09
1457
1458 2003-05-08 [christoph]  0.8.11claws148
1459
1460         * src/imap.[ch]
1461                 o use CAPABILIY as first command and check for PREAUTH
1462                   information in the response to it
1463                 o rewrite all imap_cmd_* functions to use an IMAPSession
1464                   instead of a SockInfo as parameter
1465                 o do STARTTLS after fetching and checking the server
1466                   capabilities
1467
1468 2003-05-08 [paul]       0.8.11claws147
1469
1470         * tools/Makefile.am
1471           tools/README
1472           tools/convert_mbox.pl         ** NEW FILE **
1473                 add mbox conversion script. Submitted by 
1474                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1475
1476 2003-05-07 [christoph]
1477
1478         * doc-src/glade.txt
1479         * src/gtk/pluginwindow.glade
1480         * src/plugins/image_viewer/viewerprefs.glade
1481         * src/plugins/spamassassin/spamassassin_gtk.glade
1482                 add glade files for user interfaces and a description how
1483                 to use glade to create the sylpheed code
1484
1485 2003-05-07 [paul]       0.8.11claws146
1486
1487         * sync with 0.8.11cvs41
1488                 see ChangeLog 2003-05-07
1489
1490 2003-05-06 [christoph]  0.8.11claws145
1491
1492         * src/main.c
1493         * src/plugins/image_viewer/viewer.c
1494                 fix usage of imlib in imageviewer plugin
1495
1496         * src/gtk/prefswindow.c
1497                 handle window close event correctly
1498
1499 2003-05-06 [paul]       0.8.11claws144
1500
1501         * src/common/ssl.c
1502                 fix typo introduced in sync
1503
1504 2003-05-06 [paul]       0.8.11claws143
1505
1506         * sync with 0.8.11cvs39
1507                 see ChangeLog 2003-05-06
1508
1509 2003-05-06 [paul]       0.8.11claws142
1510
1511         * AUTHORS
1512           po/cs.po
1513                 updated Czech translation, submitted by 
1514                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1515                 
1516         * src/plugins/clamav/clamav_plugin_gtk.c
1517                 clean up
1518
1519 2003-05-03 [alfons]     0.8.11claws141
1520
1521         * src/compose.[ch]
1522                 make paste as quotation work even when the call to 
1523                 text_inserted() was deferred (fixes bug #140 "Paste 
1524                 as quotation does not work when using "external" 
1525                 clipboard")
1526
1527 2003-05-03 [thorsten]   0.8.11claws140
1528
1529         * src/addrquery.h
1530           src/ldapquery.h
1531           src/mainwindow.c
1532                 removed C++ comments
1533         * src/addr_compl.c
1534                 function with non-int retval/param used before
1535                 implementation/declaration
1536
1537 2003-05-02 [paul]       0.8.11claws139
1538
1539         * src/addr_compl.[ch]
1540           src/addressbook.[ch]
1541           src/addrindex.c
1542           src/summaryview.c
1543                 revert match's changes to (finally) remove the bug where
1544                 opening a folder causes massive slowdown when using the 
1545                 'Display sender using address book' option
1546
1547 2003-05-01 [melvin]     0.8.11claws138
1548
1549         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1550         * src/plugins/dillo_viewer/dillo_viewer.c
1551                 Fixed bug where "Cancel" button from prefs issued
1552                 warnings.
1553                 Comply a little more to coding style
1554
1555 2003-05-01 [paul]       0.8.11claws137
1556
1557         * sync with 0.8.11cvs38
1558                 see ChangeLog 2003-05-01
1559
1560 2003-05-01 [paul]       0.8.11claws136
1561
1562         * po/bg.po
1563                 updated by George Danchev
1564
1565 2003-04-30 [christoph]  0.8.11claws135
1566
1567         * src/plugins/dillo_viewer/dillo_prefs.c
1568         * src/plugins/image_viewer/viewerprefs.c
1569         * src/plugins/spamassassin/spamassassin_gtk.c
1570                 remove gtk_widget_ref() calls for widgets in
1571                 glade code
1572
1573 2003-04-30 [paul]       0.8.11claws134
1574
1575         * src/addrindex.c
1576                 ok, this time a better fix for the bug where opening folder
1577                 has massive slowdown when using the 'Display sender using 
1578                 address book' option
1579
1580 2003-04-30 [paul]       0.8.11claws133
1581
1582         * src/addrindex.c
1583                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1584         
1585 2003-04-30 [melvin]     0.8.11claws132
1586
1587         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1588
1589         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1590                 Preferences for the dillo plugin
1591         * src/plugins/dillo_viewer/dillo_viewer.c
1592                 Support for preferences
1593         * src/plugins/dillo_viewer/Makefile.am
1594                 Added dillo_prefs.[ch]
1595
1596 2003-04-30 [alfons]     0.8.11claws131
1597
1598         * src/common/plugin.[ch]
1599                 see? this ANSI C'fication immediately gives us type
1600                 checking for free.
1601
1602 2003-04-30 [alfons]     0.8.11claws130
1603
1604         * src/common/plugin.[ch]
1605         * src/plugins/clamav/clamav_plugin.[ch]
1606         * src/plugins/clamav/clamav_plugin_gtk.c
1607         * src/plugins/demo/demo.c
1608         * src/plugins/dillo_viewer/dillo_viewer.c
1609         * src/plugins/image_viewer/plugin.c
1610         * src/plugins/image_viewer/viewer.[ch]
1611         * src/plugins/image_viewer/viewerprefs.[ch]
1612         * src/plugins/mathml_viewer/mathml_viewer.c
1613         * src/plugins/spamassassin/spamassassin.[ch]
1614         * src/plugins/spamassassin/spamassassin_gtk.c
1615         * src/plugins/trayicon/trayicon.c
1616                 clean up
1617
1618 2003-04-30 [alfons]     0.8.11claws129
1619
1620         * src/common/utils.c
1621                 make is_ascii_str() fail gracefully when NULL pointer
1622                 is passed
1623
1624 2003-04-30 [paul]       0.8.11claws128
1625
1626         * src/addrindex.c
1627                 fix bug where opening folder has massive slowdown when
1628                 using the 'Display sender using address book' option
1629
1630 2003-04-30 [paul]       0.8.11claws127
1631
1632         * src/plugins/clamav/clamav_plugin.c
1633           src/plugins/clamav/clamav_plugin_gtk.c
1634           src/plugins/demo/demo.c
1635           src/plugins/dillo_viewer/dillo_viewer.c
1636           src/plugins/image_viewer/plugin.c
1637           src/plugins/mathml_viewer/mathml_viewer.c
1638           src/plugins/spamassassin/spamassassin.c
1639           src/plugins/spamassassin/spamassassin_gtk.c
1640           src/plugins/trayicon/trayicon.c
1641                 get rid of eye-hurting function signatures
1642
1643 2003-04-30 [paul]       0.8.11claws126
1644
1645         * src/plugins/trayicon/trayicon.c
1646                 add description
1647                 
1648         * src/mimeview.c
1649                 be more descriptive
1650
1651 2003-04-30 [paul]       0.8.11claws125
1652
1653         * configure.ac
1654                 arrange the plugins in reverse alphabetical order
1655                 
1656         * src/plugins/clamav/clamav_plugin.[ch]
1657           src/plugins/clamav/clamav_plugin_gtk.c
1658                 rename some params
1659                 resize max_size window
1660                 re-arrange the order of some gui elements
1661                 improve descriptions
1662         
1663         * src/plugins/image_viewer/plugin.c
1664           src/plugins/mathml_viewer/mathml_viewer.c
1665                 add descriptions
1666                 
1667         * src/plugins/spamassassin/spamassassin_gtk.c
1668                 resize max_size window
1669                 re-arrange the order of some gui elements
1670                 
1671         * src/messageview.c
1672           src/mimeview.c
1673                 correct typos
1674
1675 2003-04-30 [alfons]     0.8.11claws124
1676
1677         * src/imap.c
1678                 fix a leak found while browsing Martin Kluge's 
1679                 valgrind log (Claws only)
1680
1681 2003-04-29 [darko]      0.8.11claws123
1682
1683         * src/gtk/gtkstext.h
1684                 include wchar.h if it is available, fixes compilation
1685                 on HP-UX systems
1686
1687 2003-04-29 [melvin]     0.8.11claws122
1688
1689         * src/prefs_actions.c
1690                 Improved help text of Actions' syntax
1691
1692 2003-04-28 [paul]       0.8.11claws121
1693
1694         * src/action.c
1695                 a better fix for the crash when performing an action
1696                 on a mime part
1697
1698 2003-04-28 [paul]       0.8.11claws120
1699
1700         * src/action.c
1701                 fix crash when performing an action on a
1702                 mime part
1703
1704 2003-04-28 [paul]       0.8.11claws119
1705
1706         * sync with 0.8.11cvs36
1707                 see ChangeLog 2003-04-28
1708
1709 2003-04-27 [paul]       0.8.11claws118
1710
1711         * more sync with 0.8.11cvs35
1712                 see ChangeLog 2003-04-25
1713
1714 2003-04-26 [christoph]  0.8.11claws117
1715
1716         * src/folder.c
1717                 fix remove virtual check
1718
1719 2003-04-26 [paul]       0.8.11claws116
1720
1721         * src/messageview.c
1722                 fix return-receipt, make it work again
1723
1724 2003-04-26 [paul]       0.8.11claws115
1725
1726         * src/mimeview.c
1727                 restore double-clicking of the [application/pgp-signature 
1728                 (Select "Check signature" to check)] line in the message view,
1729                 broken in recent sync
1730
1731 2003-04-26 [christoph]  0.8.11claws114
1732
1733         * src/folder.c
1734                 check if remove virtual really exists before
1735                 calling the function
1736
1737 2003-04-25 [match]      0.8.11claws113
1738
1739         * src/addrindex.c
1740         * src/addrbook.c
1741         * src/ldapquery.[ch]
1742         * src/ldapctrl.[ch]
1743                 fix memleak.
1744         * src/ldapserver.[ch]
1745                 fix memleak. fix segfault.
1746                 plug a Claws memleak
1747
1748 2003-04-25 [alfons]     0.8.11claws112
1749
1750         * src/folder.c
1751                 plug a Claws memleak
1752
1753 2003-04-25 [alfons]     0.8.11claws111
1754
1755         * src/common/session.c
1756                 plug a memleak
1757
1758 2003-04-25 [paul]       0.8.11claws110
1759
1760         * sync with 0.8.11cvs35
1761                 see ChangeLog 2003-04-24 and 2003-04-25
1762                 
1763         * src/gtk/pluginwindow.c
1764                 correct another strange float value
1765
1766 2003-04-24 [christoph]  0.8.11claws109
1767
1768         * src/folder.c
1769                 freeze folder item updates when unsetting new flags
1770
1771         * src/gtk/pluginwindow.c
1772                 correct strange float value
1773
1774 2003-04-23 [paul]       0.8.11claws108
1775
1776         * sync with 0.8.11cvs33
1777                 see ChangeLog 2003-04-23
1778
1779 2003-04-22 [paul]       0.8.11claws107
1780
1781         * src/Makefile.am
1782           src/messageview.c
1783           src/mimeview.c
1784           src/pgptext.[ch]      ** REMOVED **
1785                 remove pgptext.[ch] as its not used any more
1786
1787 2003-04-22 [paul]       0.8.11claws106
1788
1789         * sync with 0.8.11cvs31
1790                 see ChangeLog 2003-04-21 and 2003-04-22
1791
1792 2003-04-21 [alfons]     0.8.11claws105
1793
1794         * src/main.c
1795                 No access to GTK structures if we're a spawned child
1796                 (and clean up code a little bit...) Should fix #126.
1797
1798 2003-04-21 [melvin]     0.8.11claws104
1799
1800         * src/plugins/dillo_viewer/README
1801                 Improved slightly the text.
1802
1803 2003-04-21 [melvin]     0.8.11claws103
1804
1805         * src/plugins/dillo_viewer/README *** NEW ***
1806                 Added a README file for the Dillo plugin
1807
1808 2003-04-20 [paul]
1809
1810         * tools/README
1811           tools/outlook2sylpheed.pl
1812                 updated and improved by Ricardo Mones Lastra
1813
1814 2003-04-18 [oliver]     0.8.11claws102
1815
1816         * src/inc.c 
1817         * src/prefs_account.h
1818                 remove Pop3SessionType (used by selective download)
1819         * src/prefs_toolbar.c
1820                 enable set Default Toolbar button
1821
1822 2003-04-18 [paul]       0.8.11claws101
1823
1824         * sync with 0.8.11cvs29
1825                 see ChangeLog 2003-04-18
1826
1827 2003-04-17 [paul]       0.8.11claws100
1828
1829         * src/prefs_common.[ch]
1830           src/summaryview.c
1831                 remove 'Open next message on deletion' option,
1832                 as the same effect can now be achieved via the
1833                 'Always open messages in summary when selected'
1834                 option.
1835
1836 2003-04-17 [paul]       0.8.11claws99
1837
1838         * sync with 0.8.11cvs28
1839                 see ChangeLog 2003-04-17
1840
1841 2003-04-17 [christoph]  0.8.11claws98
1842
1843         * ac/spamassassin.m4
1844         * src/plugins/spamassassin/libspamc.[ch]
1845         * src/plugins/spamassassin/utils.[ch]
1846                 sync libspamc with SpamAssassin project
1847
1848 2003-04-17 [christoph]  0.8.11claws97
1849
1850         * src/common/socket.h
1851         * src/gtk/sslcertwindow.h
1852                 rename old USE_SSL to USE_OPENSSL
1853
1854 2003-04-17 [paul]       0.8.11claws96
1855
1856         * src/prefs_common.h
1857                 use gulong for P_COLOR so that it compiles/runs on
1858                 64-bit systems. Patch submitted by James Noyes
1859                 <jnoyes-claws@retrogeeks.com>
1860                 
1861         * po/de.po
1862                 updated by Jens
1863
1864 2003-04-17 [paul]       0.8.11claws95
1865
1866         * sync with 0.8.11cvs27
1867                 see ChangeLog 2003-04-16
1868
1869 2003-04-15 [paul]       0.8.11claws94
1870
1871         * src/prefs_common.[ch]
1872                 rearrange to stop the window getting too long:
1873                         move Receive dialog stuff to Receive tab
1874                         move Send dialog to Send tab
1875                         remove Dialogs frame
1876                 rename 'Open messages in summary with cursor keys' to
1877                 'Always open messages in summary when selected', as its
1878                 more appropriate
1879
1880 2003-04-15 [paul]       0.8.11claws93
1881
1882         * src/prefs_common.[ch]
1883           src/summaryview.c
1884                 add new option '/Interface/Open next message on deletion'
1885
1886 2003-04-15 [paul]       0.8.11claws92
1887
1888         * src/summaryview.[ch]
1889                 add /Mark/Lock and /Mark/Unlock to the pop-up
1890                 menu. Patch submitted by Ivan Francolin Martinez
1891                 <ivanfm@users.sourceforge.net>
1892
1893 2003-04-15 [paul]       0.8.11claws91
1894
1895         * sync with 0.8.11cvs24
1896                 see ChangeLog 2003-04-15
1897
1898 2003-04-14 [jens]       0.8.11claws90
1899
1900         * updated German translation and some corrections from
1901                 Roland Bless <bless@tm.uka.de>
1902
1903 2003-04-14 [paul]       0.8.11claws89
1904
1905         * sync with 0.8.11cvs22
1906                 see ChangeLog 2003-04-14
1907
1908 2003-04-13 [paul]       0.8.11claws88
1909
1910         * src/plugins/clamav/clamav_plugin.c
1911                 fix memory leaks
1912                 clean up
1913
1914 2003-04-12 [paul]       0.8.11claws87
1915
1916         * src/plugins/clamav/clamav_plugin.c
1917                 activate enable/disable archive scanning option
1918                 
1919         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1920
1921 2003-04-12 [paul]       0.8.11claws86
1922
1923         * src/plugins/Makefile.am
1924           src/plugins/clamav/Makefile.am                ** NEW FILE **
1925           src/plugins/clamav/README                     ** NEW FILE ** 
1926           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1927           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1928                 add Clam AntiVirus plugin
1929
1930 2003-04-12 [paul]       0.8.11claws85
1931
1932         * sync with 0.8.11cvs21
1933                 see ChangeLog 2003-04-11
1934
1935 2003-04-11 [paul]       0.8.11claws84
1936
1937         * po/es.po
1938                 update Spanish translation. Submitted by Ricardo
1939                 Mones Lastra.
1940
1941 2003-04-10 [christoph]  0.8.11claws83
1942
1943         * src/mbox.c
1944                 fix typo that did not move unfiltered mails to destination
1945                 folder
1946
1947         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1948          when filtering from spool)
1949
1950 2003-04-10 [christoph]  0.8.11claws82
1951
1952         * src/imap.c
1953                 use BODY.PEEK instead of BODY in in message fetch operation
1954                 to make sure the IMAP server does not set the \Seen flag for
1955                 messages. Sylpheed does that later itself, when the message
1956                 is opened in sylpheed
1957
1958         (closes Bug 111 Claws destroys unread marks)
1959
1960 2003-04-09 [oliver]     0.8.11claws81
1961         
1962         * src/folder.c
1963                 fix crash in folder_destroy
1964         * README.claws
1965                 remove selective download
1966
1967 2003-04-09 [christoph]  0.8.11claws80
1968
1969         * src/imap.c
1970                 fix crash in imap_get_msginfo() when then fetched message
1971                 is not found
1972
1973         (closes Bug 110 Crash during mail composition)
1974
1975 2003-04-08 [christoph]  0.8.11claws79
1976
1977         * src/folder.c
1978         * src/prefs_account.c
1979                 Filter new messages that are found in an INBOX folder
1980                 when 'Filter messages on receiving' is enabled in the
1981                 Folder's AccountPrefs. This allows to use Sylpheed's
1982                 filtering engine for IMAP folders where messages are
1983                 added to the INBOX by a MTA
1984
1985 2003-04-08 [paul]       0.8.11claws78
1986
1987         * src/procmsg.h
1988                 clean up after last commit
1989
1990 2003-04-08 [paul]       0.8.11claws77
1991
1992         * sync with 0.8.11cvs20
1993                 see ChangeLog 2003-04-07 and 2003-04-08
1994
1995 2003-04-07 [christoph]  0.8.11claws76
1996
1997         * src/filtering.[ch]
1998         * src/inc.[ch]
1999         * src/mbox.c
2000         * src/procmsg.[ch]
2001                 add procmsg_msginfo_filter() to execute filtering actions
2002
2003 2003-04-06 [christoph]  0.8.11claws75
2004
2005         * src/imap.c
2006                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2007
2008 2003-04-06 [christoph]  0.8.11claws74
2009
2010         * src/common/utils.[ch]
2011                 add g_int_compare() function for slist sorting
2012
2013         * src/imap.c
2014                 fetch all MsgInfos with one command in imap_get_msginfos()
2015                 using an imap set with a list of ranges
2016
2017         * src/news.c
2018                 use new g_int_compare() function
2019
2020 2003-04-06 [thorsten]   0.8.11claws73
2021
2022         * src/mh.c
2023                 corrected implementation of mh_folder_destroy()
2024
2025 2003-04-05 [christoph]  0.8.11claws72
2026
2027         * src/account.c
2028         * src/folder.[ch]
2029         * src/folderview.c
2030         * src/imap.c
2031         * src/inc.c
2032         * src/main.c
2033         * src/mainwindow.c
2034         * src/mbox_folder.c
2035         * src/mh.c
2036         * src/mimeview.h
2037         * src/msgcache.[ch]
2038         * src/news.c
2039         * src/procmime.h
2040         * src/procmsg.[ch]
2041         * src/setup.c
2042         * src/gtk/gtkutils.c
2043                 o rename structure field names class and new to klass and
2044                   new_msgs, to allow including files in C++
2045                 o add 'extern "C"' block to some header files
2046                 o add MsgInfoList and MsgNumberList as alias for GSList for
2047                   developers to know what type of list is expected
2048
2049         * src/plugins/image_viewer/plugin.c
2050         * src/plugins/image_viewer/viewer.[ch]
2051         * src/plugins/image_viewer/viewerprefs.[ch]
2052                 rename function names to prevent conflicts
2053
2054 2003-04-05 [paul]       0.8.11claws71
2055
2056         * sync with 0.8.11cvs18
2057                 see ChangeLog 2003-04-03 and 2003-04-04
2058
2059 2003-04-02 [christoph]  0.8.11claws70
2060
2061         * src/folder.[ch]
2062         * src/imap.[ch]
2063         * src/mbox_folder.[ch]
2064         * src/mh.[ch]
2065         * src/news.[ch]
2066                 o Make all virtual folder functions private
2067                 o remove unused folder code
2068
2069         * src/common/socket.[ch]
2070         * src/summaryview.c
2071                 fix warnings
2072
2073 2003-03-30 [alfons]     0.8.11claws69
2074
2075         * src/send_message.c
2076                 remove two debug traces and see if people still report
2077                 errors
2078
2079 2003-03-30 [alfons]     0.8.11claws68
2080
2081         * src/send_message.c
2082         * src/commons/session.c
2083                 add more debug traces
2084
2085 2003-03-30 [christoph]  0.8.11claws67
2086
2087         * src/folder.c
2088                 change processing folder name from .processing to processing
2089
2090         * src/common/ssl.c
2091                 disable SSL certificate check because it causes Xlib error
2092                 when the child process want's to open an GTK window
2093
2094 2003-03-30 [christoph]  0.8.11claws66
2095
2096         * src/folder.c
2097                 don't use default folder for processing folder item because
2098                 it can be a non local folder
2099
2100         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2101
2102 2003-03-30 [alfons]     0.8.11claws65
2103
2104         * src/send_message.c
2105                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2106                 to generate bad code for 'send_send_data_progressive': When
2107                 called from 'send_send_data_finished', the 'data' pointer is
2108                 cleared just before the assignment to the dialog pointer
2109
2110 2003-03-29 [christoph]  0.8.11claws64
2111
2112         * src/common/prefs.h
2113         * src/plugins/image_viewer/Makefile.am
2114         * src/plugins/image_viewer/plugin.c
2115         * src/plugins/image_viewer/viewer.[ch]
2116         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2117                 add PrefsPage for ImageViewer
2118
2119 2003-03-28 [thorsten]   0.8.11claws63
2120
2121         * src/common/session.c
2122                 added some comments
2123
2124 2003-03-28 [paul]       0.8.11claws62
2125
2126         * sync with 0.8.11cvs16
2127                 see ChangeLog 2003-03-28
2128
2129 2003-03-28 [paul]       0.8.11claws61
2130
2131         * sync with 0.8.11cvs15
2132                 see ChangeLog 2003-03-28
2133
2134 2003-03-27 [christoph]  0.8.11claws60
2135
2136         * src/folder.c
2137         * src/imap.c
2138         * src/common/socket.[ch]
2139                 set socket state to DISCONNECTED when any operation
2140                 fails to allow reconnecting in IMAP code without
2141                 checking the return code of all calls to the command
2142                 functions
2143
2144         * src/folderview.c
2145         * src/summaryview.c
2146                 remove some more stuff that depends on specific
2147                 folder types
2148
2149 2003-03-27 [paul]       0.8.11claws59
2150
2151         * sync with 0.8.11cvs14
2152                 see ChangeLog 2003-03-27
2153                 
2154         * src/selective_download.[ch]   ** REMOVED **
2155                 really removed
2156
2157 2003-03-27 [christoph]  0.8.11claws58
2158
2159         * src/folder.c
2160                 fix handling of tmp_flags in flag copy function
2161
2162 2003-03-27 [paul]       0.8.11claws57
2163
2164         * sync with 0.8.11cvs13
2165                 see ChangeLog 2003-03-27
2166
2167 2003-03-27 [oliver]     0.8.11claws56
2168
2169         * src/maiwindow.c
2170                 remove sel_download_cb
2171
2172 2003-03-27 [oliver]     0.8.11claws55
2173         
2174         * src/inc.c
2175                 remove POP3_TOP
2176         
2177 2003-03-26 [oliver]     0.8.11claws54
2178
2179         *src/pop.h
2180                 remove POP3_TOP*
2181         * README.claws
2182                 remove selective donwload readme
2183
2184 2003-03-26 [oliver]     0.8.11claws53
2185         * src/matcher.[ch]
2186         * src/matcher_parser_parse.y 
2187         * src/pop.c 
2188         * src/prefs_account.[ch]
2189         * src/prefs_filtering.c
2190                 remove selective donwload
2191
2192 2003-03-26 [oliver]     0.8.11claws52
2193
2194         * src/inc.[ch] 
2195         * src/filtering.c 
2196         * src/mainwindow.c 
2197                 remove selective donwload
2198
2199 2003-03-26 [oliver]     0.8.11claws51
2200         
2201         * src/Makefile.am
2202         * src/selective_download.[ch]   ** REMOVE **    
2203
2204 2003-03-26 [christoph]  0.8.11claws50
2205
2206         * src/news.c
2207                 fix NEWS that got broken by a sync with sylpheed-main
2208
2209 2003-03-26 [christoph]  0.8.11claws49
2210
2211         * src/mimeview.c
2212                 fix mime type guessing when no mime type is found for a file
2213
2214 2003-03-25 [christoph]  0.8.11claws48
2215
2216         * src/mimeview.c
2217         * src/procmime.c
2218                 remove mime type guessing from mime parser and use
2219                 name based mime types in viewer lookup for mime type
2220                 application/octet-stream
2221
2222 2003-03-25 [christoph]  0.8.11claws47
2223
2224         * doc-src/readme.txt
2225         * doc-src/rfc2554.txt
2226                 add RFC about SMTP AUTH
2227
2228         * src/send_message.c
2229         * src/common/smtp.[ch]
2230                 add extra error code for authentication errors and
2231                 clear temporary password when this error occurs
2232
2233         (closes Bug 84 authentication failure while sending should
2234          prompt for password again)
2235
2236 2003-03-25 [christoph]  0.8.11claws46
2237
2238         * configure.ac
2239         * src/Makefile.am
2240         * src/imageview.[ch]                            ** REMOVE **
2241         * src/messageview.[ch]
2242         * src/mimeview.[ch]
2243         * src/prefs_common.[ch]
2244         * src/textview.c
2245         * src/plugins/Makefile.am
2246         * src/plugins/image_viewer/.cvsignore           ** NEW **
2247         * src/plugins/image_viewer/Makefile.am          ** NEW **
2248         * src/plugins/image_viewer/plugin.c             ** NEW **
2249         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2250                 move image viewer into a plugin (building is enabled by default)
2251                 [ToDo: Prefs for resize and autoview]
2252
2253 2003-03-25 [paul]       0.8.11claws45
2254
2255         * sync with 0.8.11cvs12
2256                 see ChangeLog 2003-03-26
2257
2258 2003-03-25 [paul]       0.8.11claws44
2259
2260         * sync with 0.8.11cvs11
2261                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2262                 
2263         Note: Selective Download is broken.
2264                 
2265 2003-03-22 [christoph]  0.8.11claws43
2266
2267         * src/folder.c
2268                 code cleanup for flags copying
2269
2270 2003-03-22 [christoph]  0.8.11claws42
2271
2272         * src/plugins/trayicon/trayicon.c
2273                 fix setting the transparent area when the window size
2274                 is forced by the system tray
2275
2276 2003-03-22 [christoph]  0.8.11claws41
2277
2278         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2279         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2280         * src/plugins/trayicon/newmail.xpm              ** NEW **
2281         * src/plugins/trayicon/nomail.xpm               ** NEW **
2282         * src/plugins/trayicon/trayicon.c
2283         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2284                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2285                 o add icon for unread mails
2286                 o set transparency for window
2287
2288 2003-03-22 [christoph]  0.8.11claws40
2289
2290         * src/news.c
2291                 init news session to prevent crash when session is closed
2292
2293 2003-03-22 [christoph]  0.8.11claws39
2294
2295         * src/imap.c
2296         * src/common/session.[ch]
2297                 Init session data to make sure we don't have invalid pointers
2298                 for read_ch and write_ch when new multi process sessions are
2299                 not used
2300
2301         * src/main.c
2302         * src/common/plugin.c
2303         * src/common/sylpheed.c
2304         * src/plugins/demo/demo.c
2305         * src/plugins/dillo_viewer/dillo_viewer.c
2306         * src/plugins/mathml_viewer/mathml_viewer.c
2307         * src/plugins/spamassassin/spamassassin.c
2308         * src/plugins/spamassassin/spamassassin_gtk.c
2309                 add plugin types to allow loading plugins at different times
2310                 (and maybe for different frontends), because it's not good to
2311                 load GTK-Plugins gefore gtk_init was called
2312
2313         * configure.ac
2314         * src/plugins/Makefile.am
2315         * src/plugins/trayicon/.cvsignore               ** NEW **
2316         * src/plugins/trayicon/Makefile.am              ** NEW **
2317         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2318         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2319         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2320         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2321         * src/plugins/trayicon/trayicon.c               ** NEW **
2322                 New Trayicon plugin that shows an icon in a systray that uses
2323                 XEMBED protocol like Gnome's systray. Icon shows if there
2324                 are new mails and a tooltip shows information about new,
2325                 unread and total messages.
2326
2327 2003-03-22 [paul]       0.8.11claws38
2328
2329         * src/common/smtp.c
2330                 fix ESMTP AUTH CRAM-MD5
2331                 [sync with main (still version 0.8.11cvs6), see
2332                  ChangeLog 2003-03-22]
2333
2334 2003-03-21 [colin]      0.8.11claws37
2335
2336         * src/send_message.c
2337                 Fix USE_SSL => USE_OPENSSL
2338
2339 2003-03-21 [colin]      0.8.11claws36
2340
2341         * src/folderview.c
2342                 Fix counts in drag and dropped subfolders
2343
2344 2003-03-21 [colin]      0.8.11claws35
2345
2346         * src/folder.c 
2347         * src/folderview.c
2348                 speed up a bit folder dnd
2349
2350 2003-03-20 [alfons]     0.8.11claws34
2351
2352         * src/main.c
2353         * src/toolbar.c
2354         * src/procmsg.c
2355                 don't send locked queue messages
2356                 (feature request "[ 705245 ] Locking message in outbox 
2357                  should prevent sending")
2358
2359 2003-03-20 [christoph]  0.8.11claws33
2360
2361         * src/folder.c
2362                 remove NEW and UNREAD flag in special folders when scanning
2363                 
2364         * src/common/smtp.c
2365                 fix ESMTP AUTH CRAM-MD5
2366
2367 2003-03-20 [paul]       0.8.11claws32
2368
2369         * src/prefs_account.c
2370                 Re-write 'Tunnel command to open connection' as
2371                 'Use command to communicate with server', and disable
2372                 it for all except IMAP accounts
2373
2374 2003-03-20 [paul]       0.8.11claws31
2375
2376         * sync with 0.8.11cvs6
2377                 see ChangeLog 2003-03-20
2378
2379 2003-03-19 [match]      0.8.11claws30
2380
2381         * src/addritem.[ch]
2382                 include documentation. minor refactoring.
2383         * src/addr_compl.[ch]
2384         * src/addrindex.[ch]
2385         * src/addresbook.[ch]
2386         * src/summaryview.c
2387                 re-enable address lookup (was disabled in
2388                 0.8.11claws20).
2389
2390 2003-03-19 [christoph]  0.8.11claws29
2391
2392         * src/procmsg.c
2393                 add temp flag handling, will make moving and copying
2394                 messages possible again
2395
2396         * src/folder.c
2397                 correct calulation of folder stats
2398
2399 2003-03-18 [match]      0.8.11claws28
2400
2401         * src/editgroup.h
2402                 remove case sensitive comparison (closes bug 80).
2403
2404 2003-03-18 [christoph]  0.8.11claws27
2405
2406         * src/imap.c
2407                 fix imap using a tunnel command
2408
2409         (closes bug 87)
2410
2411 2003-03-18 [christoph]  0.8.11claws26
2412
2413         * src/folder.[ch]
2414         * src/imap.c
2415         * src/procmsg.[ch]
2416                 rewrite flag handling for folders
2417
2418 2003-03-18 [christoph]  0.8.11claws25
2419
2420         * src/folder.c
2421         * src/procmsg.c
2422         * src/summaryview.c
2423                 unset NEW and UNREAD flags when message is ignored, to make
2424                 sure messages don't show up as unread on other IMAP clients,
2425                 because the IGNORE_THREAD flag can not be syncronized through
2426                 the IMAP folder
2427
2428 2003-03-17 [christoph]  0.8.11claws24
2429
2430         * src/imap.c
2431                 don't use recursion to fetch uids when the number of messages
2432                 does not match. Moved code into subfunction that is used
2433                 again when needed, to prevent an endless loop.
2434
2435 2003-03-17 [thorsten]   0.8.11claws23
2436
2437         * src/imageview.[ch]
2438                 export imageview_get_resized_size() (for plugins)
2439         * src/prefs_common.[ch]
2440                 added prefs_common_get() (for plugins)
2441
2442 2003-03-17 [christoph]  0.8.11claws22
2443
2444         * src/imap.c
2445                 o remove UID guessing from copy code
2446                 o support UIDPLUS extension for APPEND command
2447
2448 2003-03-17 [paul]       0.8.11claws21
2449
2450         * src/gtk/about.c
2451                 remove 'Compiled-plugins' section.
2452                 
2453         * src/plugins/dillo_viewer/dillo_viewer.c
2454                 slight change to description text
2455
2456 2003-03-16 [match]      0.8.11claws20
2457         * src/ldapserver.[ch]           ** NEW **
2458         * src/ldapctrl.[ch]             ** NEW **
2459         * src/ldapquery.[ch]            ** NEW **
2460         * src/ldaputil.[ch]             ** NEW **
2461         * src/addrcindex.[ch]           ** NEW **
2462         * src/addrquery.h               ** NEW **
2463         * src/addritem.[ch]
2464         * src/addrcache.[ch]
2465         * src/addrindex.[ch]
2466         * src/addr_compl.[ch]
2467         * src/addressbook.[ch]
2468         * src/addrbook.[ch]
2469         * src/editgroup.c
2470         * src/editaddress.c
2471         * src/editldap.c
2472         * src/editldap_basedn.c
2473         * src/vcard.c
2474         * src/jpilot.c
2475         * src/Makefile.am
2476                 included dynamic LDAP queries. improved address
2477                 completion.
2478
2479 2003-03-16 [paul]       0.8.11claws19
2480
2481         * tools/multiwebsearch.pl
2482                 fix a fatal typo
2483
2484 2003-03-16 [christoph]  0.8.11claws18
2485
2486         * src/mimeview.c
2487         * src/plugins/dillo_viewer/dillo_viewer.c
2488         * src/plugins/mathml_viewer/mathml_viewer.c
2489                 make unregistering of MimeViewerFactorys possible
2490
2491 2003-03-16 [alfons]     0.8.11claws17
2492
2493         * configure.ac
2494                 correct typo
2495
2496 2003-03-16 [melvin]     0.8.11claws16
2497
2498         * src/plugins/dillo_viewer.c
2499                 Fixed bug where it was not possible to view more than
2500                 one text/html attachment per message (bug discovered
2501                 by Christoph Hohmann).
2502
2503 2003-03-15 [melvin]     0.8.11claws15
2504
2505         * src/prefs_actions.c
2506                 Fixed compilation warnings.
2507
2508 2003-03-15 [melvin]     0.8.11claws14
2509
2510         * src/plugins/Makefile.am
2511         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2512         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2513         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2514                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2515                 newer (http://dillo.auriga.wearlab.de/).
2516
2517 2003-03-15 [christoph]  0.8.11claws13
2518
2519         * src/imap.c
2520                 don't query imap folder for attributes because we already
2521                 for them from imap_status
2522
2523         * src/mimeview.[ch]
2524                 add support for plugable MimeViewers (unloading Viewers
2525                 not yet complete)
2526
2527         * src/plugins/Makefile.am
2528         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2529         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2530         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2531                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2532                 widget from http://helm.cs.unibo.it/mml-widget/
2533
2534 2003-03-14 [christoph]  0.8.11claws12
2535
2536         * src/folder.[ch]
2537                 o error return code's should better be negative
2538                 o replace printf with debug_print
2539
2540         * src/imap.c
2541                 improve IMAP folder scan by checking UID-NEXT
2542
2543         * src/summaryview.c
2544                 remove check that are unnecessary in my opinion
2545
2546 2003-03-13 [christoph]  0.8.11claws11
2547
2548         * src/folder.[ch]
2549         * src/foldersel.c
2550         * src/folderview.c
2551         * src/imap.c
2552         * src/mbox_folder.c
2553         * src/mh.c
2554         * src/news.c
2555         * src/prefs_scoring.c
2556         * src/summaryview.c
2557                 use a common function to get a displayable name
2558                 for a FolderItem
2559
2560 2003-03-13 [paul]       0.8.11claws10
2561
2562         * tools/Makefile.am
2563           tools/README
2564           tools/multiwebsearch.conf     ** NEW FILE **
2565           tools/multiwebsearch.pl       ** NEW FILE **
2566                 add multiwebsearch Actions script
2567
2568 2003-03-13 [colin]      0.8.11claws9
2569
2570         * src/compose.c
2571                 Remove leading emtpy lines from quoted text
2572                 before quoting it
2573
2574 2003-03-13 [melvin]     0.8.11claws8
2575
2576         * src/prefs_actions.c
2577                 Fixed a memory leak
2578                 Code clean ups
2579                 Added Cancel and OK buttons
2580                 Corrected help text
2581
2582 2003-03-13 [christoph]  0.8.11claws7
2583
2584         * src/account.c
2585         * src/folder.[ch]
2586         * src/imap.c
2587         * src/mainwindow.c
2588         * src/mbox_folder.c
2589         * src/mh.c
2590         * src/news.c
2591         * src/setup.c
2592                 replace more folder type stuff with folder class stuff
2593
2594 2003-03-13 [melvin]     0.8.11claws6
2595
2596         * src/prefs_actions.c
2597                 Added new tokens:
2598                 %u: user provided argument
2599                 %h: user provided argument (hidden on input)
2600                 %s: current text selection in the message view 
2601
2602 2003-03-13 [paul]       0.8.11claws5
2603
2604         * sync with 0.8.11cvs5
2605                 see ChangeLog 2003-03-11, 2003-03-12
2606
2607 2003-03-12 [christoph]  0.8.11claws4
2608
2609         * src/folder.c
2610                 use folder class idstr when writing folderlist.xml
2611
2612         * src/folder.h
2613         * src/imap.c
2614         * src/news.c
2615                 replace folder type checks with folder class checks
2616
2617 2003-03-12 [christoph]  0.8.11claws3
2618
2619         * src/folder.[ch]
2620         * src/imap.[ch]
2621         * src/main.c
2622         * src/mbox_folder.[ch]
2623         * src/mh.[ch]
2624         * src/news.[ch]
2625                 o create a list of known folder classes in the folder system
2626                 o use folder class id strings for folder item identifiers
2627
2628 2003-03-12 [christoph]  0.8.11claws2
2629
2630         * src/imap.c
2631                 fix imap uid validity check
2632
2633 2003-03-12 [christoph]  0.8.11claws1
2634
2635         * src/account.c
2636         * src/folder.[ch]
2637         * src/foldersel.c
2638         * src/folderview.c
2639         * src/imap.c
2640         * src/mainwindow.c
2641         * src/mbox_folder.c
2642         * src/mh.c
2643         * src/news.c
2644         * src/prefs_scoring.c
2645         * src/procmsg.c
2646         * src/setup.c
2647         * src/summaryview.c
2648                 initial restructuring of folder system, seperating
2649                 folders and folder classes
2650
2651 2003-03-12 [paul]       0.8.11claws
2652
2653         0.8.11claws release
2654
2655 2003-03-12 [christoph]
2656
2657         * src/gtk/prefswindow.c
2658                 fix translation of "Page Index"
2659
2660 2003-03-12 [paul]       0.8.10claws110
2661
2662         a sync from 0.8.11cvs4 before the release
2663
2664         * src/common/utils.c
2665                 subject_compare_for_sort(): allow null strings (fixes
2666                 summary sorting).
2667
2668 2003-03-11 [paul]       0.8.10claws109
2669
2670         * po/es.po
2671                 update Spanish translation, submitted by
2672                 Ricardo Mones Lastra
2673
2674 2003-03-11 [melvin]     0.8.10claws108
2675
2676         * po/fr.po
2677                 Updated French translations
2678
2679 2003-03-11 [paul]       0.8.10claws107
2680
2681         * manual/en/Makefile.am
2682           manual/en/*.html
2683                 update English manual, add a new page
2684                 updated by Francois Barriere <fbarriere@atmel.fr>
2685                 
2686         * po/bg.po
2687           po/it.po
2688           po/sr.po
2689                 update Bulgarian, Italian, and Serbian translations
2690                 submitted by George Danchev, Alessandro Maestri, and
2691                 Urke MMI
2692
2693 2003-03-10 [paul]       0.8.10claws106
2694
2695         * src/gtk/about.c
2696           src/gtk/prefswindow.c
2697                 make some strings translatable
2698
2699 2003-03-10 [darko]      0.8.10claws105
2700
2701         * src/compose.c
2702                 code cleanup to make Hiro happy
2703
2704 2003-03-10 [paul]       0.8.10claws104
2705
2706         * sync with 0.8.11cvs2
2707                 see ChangeLog 2003-03-10
2708
2709 2003-03-09 [melvin]     0.8.10claws103
2710
2711         * src/textview.c
2712                 textview_set_font(): fix for message display in
2713                 UTF-8 locales (thanks to Sergey Vlasov).
2714                 (was unintentionnaly reverted in 0.8.6claws6)   
2715
2716 2003-03-08 [darko]      0.8.10claws102
2717
2718         * src/compose.c
2719                 fix infinite loop in wrapping as reported
2720                 by happycactus
2721                 obsoletes patch #696482
2722
2723 2003-03-08 [christoph]  0.8.10claws101
2724
2725         * src/imap.c
2726                 add workaround for IMAP servers that do not
2727                 support the "UID SEARCH UID" command
2728
2729 2003-03-07 [christoph]  0.8.10claws100
2730
2731         * src/plugins/spamassassin/spamassassin.[ch]
2732         * src/plugins/spamassassin/spamassassin_gtk.c
2733                 code cleanup
2734
2735 2003-03-07 [paul]       0.8.10claws99
2736
2737         * po/es.po
2738                 updated Spanish translation, submitted by
2739                 Ricardo Mones Lastra
2740
2741 2003-03-07 [christoph]  0.8.10claws98
2742
2743         * src/send.c
2744                 fix in 0.8.10claws94 was wrong
2745                 local delivery does not require escaping, remove escaping
2746                 code to make signatures of mails with "." lines valid
2747                 
2748                 NOTE: requires that sendmail is executed with "-i" option,
2749                       what is the default now, but has to be changed in all
2750                       exsiting accounts)
2751
2752 2003-03-07 [paul]       0.8.10claws97
2753
2754         * sync with 0.8.11 release
2755                 see ChangeLog 2003-03-07
2756
2757 2003-03-06 [paul]       0.8.10claws96
2758
2759         * src/compose.c
2760                 revert commit 0.8.10claws92
2761
2762 2003-03-06 [paul]       0.8.10claws95
2763
2764         * src/folderview.c
2765                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2766
2767         * src/gtkaspell.c
2768                 fix bug 74, 'Crash opening editor window with pseudo-color
2769                 display'
2770                 
2771         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2772
2773 2003-03-06 [christoph]  0.8.10claws94
2774
2775         * src/send.c
2776                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2777                 all lines starting with a period get an extra period
2778                 inserted
2779                 (found by Simon 'corecode' Schubert)
2780
2781 2003-03-06 [paul]       0.8.10claws93
2782
2783         * src/folderview.c
2784                 if configured font can't be loaded fall back to gtk
2785                 default. (with thanks to Christoph)
2786                 
2787                 closes long-standing bug 15 'Crashes on startup'
2788
2789 2003-03-06 [paul]       0.8.10claws92
2790
2791         * src/compose.c
2792                 freeze text before autosave and thaw afterwards
2793                 fixes bug 67 'autosave make re-rediting message crazy'
2794
2795 2003-03-06 [christoph]  0.8.10claws91
2796
2797         * src/compose.c
2798                 ignore address comment in dupe check for Cc-list
2799
2800         (closes reopened bug 47 Replying to message strips name part of
2801          e-mail addresses of Cc: lines)
2802
2803 2003-03-06 [paul]       0.8.10claws90
2804
2805         * src/Makefile.am
2806                 remove reference to gtkxtext.h as its no longer in
2807                 the repository
2808
2809 2003-03-06 [paul]       0.8.10claws89
2810
2811         * sync with 0.8.10cvs25
2812                 see ChangeLog 2003-03-06
2813
2814 2003-03-06 [oliver]     0.8.10claws88
2815         
2816         * src/messageview.c
2817                 remove include
2818
2819 2003-03-06 [oliver]     0.8.10claws87
2820         
2821         * src/folderview.c 
2822                 remove changes introduced inclaws74
2823         * src/messageview.c
2824                 another attempt to sanely delete and update
2825                 messages deleted in separate messageview
2826
2827 2003-03-05 [christoph]  0.8.10claws86
2828
2829         * src/summaryview.c
2830                 check if "From" matches any account's address if
2831                 addressbook completion of addresses is disabled too
2832
2833         (closes Bug 70 "Display recipient in from" doesn't check
2834          folder's default account)
2835
2836 2003-03-05 [christoph]  0.8.10claws85
2837
2838         * src/compose.c
2839         * src/common/utils.[ch]
2840                 don't strip address comments when building Cc lists
2841
2842         (closes Bug 47 Replying to message strips name part of e-mail addresses
2843          of Cc: lines)
2844
2845         * src/folder.c
2846                 fix return value of copy function
2847
2848 2003-03-05 [christoph]  0.8.10claws84
2849
2850         * src/imap.c
2851                 don't ask imap server for non rfc822 headers
2852
2853         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2854
2855         * src/imap.c
2856                 destroy session on socket error to allow reconnecting
2857
2858 2003-03-05 [christoph]  0.8.10claws83
2859
2860         * configure.ac
2861                 fix building with gnome when no prefix is set
2862
2863         (closes bug 66 Gnome directory is set to NONE)
2864
2865 2003-03-05 [paul]       0.8.10claws82
2866
2867         * sync with 0.8.10cvs23
2868                 see ChangeLog 2003-03-05
2869
2870 2003-03-04 [christoph]  0.8.10claws81
2871
2872         * src/folder.c
2873                 o fix moving and copying when folder returns 0 for new
2874                   message number
2875                 o remove some code for single message copy and move
2876                   operations and use functions for multiple messages
2877
2878         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2879
2880         * src/news.c
2881                 remove unused include
2882
2883 2003-03-04 [paul]       0.8.10claws80
2884
2885         * src/gtk/about.c
2886                 list 'Compiled plugins'
2887
2888 2003-03-03 [christoph]  0.8.10claws79
2889
2890         * src/news.[ch]
2891                 have to multiply the percentage of the current fetch with
2892                 the percentage that it has of the total fetch operation
2893                 for correct values
2894
2895 2003-03-03 [christoph]  0.8.10claws78
2896
2897         * src/news.c
2898                 fix calculation of expected lines for progress indicator
2899
2900 2003-03-03 [christoph]  0.8.10claws77
2901
2902         * src/summaryview.c
2903         * src/common/utils.c
2904                 fix segfault when opening the root news folder
2905
2906 2003-03-03 [christoph]  0.8.10claws76
2907
2908         * src/mainwindow.[ch]
2909         * src/common/Makefile.am
2910         * src/common/progressindicator.[ch]
2911                 add UI independent progress indicator handling
2912
2913         * src/news.[ch]
2914                 use new progress indicator for message info fetching
2915
2916         * src/common/hooks.h
2917                 code cleanup
2918
2919 2003-03-03 [oliver]     0.8.10claws75
2920
2921         * src/toolbar.c
2922         * src/compose.c
2923                 removed commented code
2924
2925 2003-03-03 [oliver]     0.8.10claws74
2926
2927         * src/toolbar.[ch]
2928                 cleanups and refactoring
2929         * src/compose.[ch]
2930                 compose_reply_mode reply & forwarding interface for
2931                 toolbar buttons
2932         * src/folderview.c
2933                 act on messages marked for deletion in folderview_selected
2934                 based on prefs_common.immediate_exec since a message might 
2935                 have been deleted by messageview in a folder we are changing 
2936                 to (does anybody understand what I'm on about ?)
2937
2938 2003-03-03 [oliver]     0.8.10claws73
2939         
2940         * src/messageview.[ch]
2941                 new functions
2942                 - messageview_delete: delete message shown in messagview
2943                 - messageview_update_view: update messageview to currently 
2944                   selected summaryview message
2945                 - add separate messageview to msgview_list in order to update 
2946                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2947         * src/summaryview.[ch]
2948                 summary_get_selection returns a list of selected msgs
2949                 in summaryview
2950         * src/mainwindow.c
2951                 toolbar reply refactoring
2952
2953 2003-03-03 [paul]       0.8.10claws72
2954
2955         * sync with 0.8.10cvs21
2956                 see ChangeLog 2003-03-03
2957
2958 2003-03-02 [christoph]  0.8.10claws71
2959
2960         * src/common/passcrypt.c
2961                 use POSIX includes
2962
2963 2003-03-02 [christoph]  0.8.10claws70
2964
2965         * configure.ac
2966         * src/prefs_account.c
2967         * src/prefs_gtk.[ch]
2968         * src/common/.cvsignore
2969         * src/common/Makefile.am
2970         * src/common/passcrypt.c                ** NEW **
2971         * src/common/passcrypt.h.in             ** NEW **
2972                 Implement password encryption in config files
2973                 using unix encrypt and setkey functions. The crypt
2974                 key can be set as a configure parameter. Old
2975                 passwords will be converted if they do not begin
2976                 with '!'
2977
2978 2003-03-02 [paul]       0.8.10claws69
2979
2980         * src/prefs_account.c
2981                 fix compile error
2982
2983 2003-03-01 [thorsten]   0.8.10claws68
2984
2985         * po/el.po
2986           po/hr.po
2987           po/it.po
2988           po/nl.po
2989           po/sr.po
2990           po/sv.po
2991                 corrected format strings
2992         * po/en_GB.po
2993                 corrected headers
2994                 (fix compile errors with GNU gettext-0.11.5)
2995
2996 2003-03-01 [oliver]     0.8.10claws67
2997
2998         * src/summaryview.c
2999                 menu callbacks call toolbar_menu_reply
3000
3001 2003-03-01 [oliver]     0.8.10claws66
3002
3003         * src/mainwindow.c
3004         * src/messageview.c
3005                 menu callbacks call toolbar_menu_reply
3006         * src/toolbar.[ch]
3007                 callbacks from menu handled by toolbar_menu_reply
3008
3009 2003-03-01 [paul]       0.8.10claws65
3010
3011         * src/addressbook.c
3012                 revert commit 0.8.10claws54 - breaks editing of
3013                 addressbook.
3014                 
3015         * po/bg.po
3016                 update Bulgarian translation, submitted by
3017                 George Danchev
3018
3019 2003-02-28 [christoph]  0.8.10claws64
3020
3021         * src/account.c
3022         * src/addressadd.c
3023         * src/compose.c
3024         * src/gtkaspell.c
3025         * src/gtkxtext.h                ** REMOVE **
3026         * src/imap.c
3027         * src/matcher.[ch]
3028         * src/mh.c
3029         * src/news.c
3030         * src/pine.c
3031         * src/prefs_common.c
3032         * src/prefs_matcher.c
3033         * src/procheader.[ch]
3034         * src/procmsg.[ch]
3035         * src/toolbar.c
3036         * src/common/ssl_certificate.c
3037         * src/gtk/colorlabel.c
3038         * src/gtk/menu.c
3039                 o fix warnings
3040                 o remove code obsoleted by new cache and folder system rework
3041
3042 2003-02-28 [oliver]     0.8.10claws63
3043         
3044         * src/toolbar.[ch]
3045                 * fix bug where reply in Messageview replied to 
3046                 Message displayed in summaryview
3047                 (reportedd via ML by chinatinte at gmx dot ch)
3048                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3049                 didn't work in separate MessageView Toolbar
3050                 (wondering if anybody uses this at all ?)
3051         * src/summaryview.[ch]
3052                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3053                 (generalize reply and forward code);
3054         * src/messageview.c 
3055                 remove focus_in event which updated summaryview to messageview
3056
3057 2003-02-28 [paul]       0.8.10claws62
3058
3059         * po/Makefile.in.in
3060                 add the --check option
3061                 Patch submitted by Ricardo Mones Lastra
3062
3063 2003-02-28 [paul]       0.8.10claws61
3064
3065         * src/prefs_account.c
3066                 re-order 'Signature' items
3067
3068 2003-02-28 [paul]       0.8.10claws60
3069
3070         * sync with 0.8.10cvs20
3071                 see ChangeLog 2003-02-28
3072
3073 2003-02-28 [paul]       0.8.10claws59
3074
3075         * po/POTFILES.in
3076                 update to reflect recent movement of files
3077
3078 2003-02-28 [paul]       0.8.10claws58
3079
3080         * sync with 0.8.10cvs19
3081                 see ChangeLog 2003-02-28
3082
3083 2003-02-27 [martin]     0.8.10claws57
3084
3085         * src/prefs_matcher.c 
3086                 fix segfault in prefs_matcher_ok() when the
3087                 last entry is deleted and prevents that the
3088                 message "entry not saved" comes up after deleting
3089                 an entry
3090
3091 2003-02-27 [martin]     0.8.10claws56
3092
3093         * src/prefs_filtering.c 
3094                 fix segfault in prefs_filtering_ok() when the
3095                 last entry is deleted and prevents that the
3096                 message "entry not saved" comes up after deleting
3097                 an entry
3098
3099 2003-02-27 [paul]       0.8.10claws55
3100
3101         * sync with 0.8.10cvs18
3102                 see ChangeLog 2003-02-27
3103
3104 2003-02-27 [paul]       0.8.10claws54
3105
3106         * src/addressbook.c
3107                 fix bug where the address book crashes with 
3108                 multiple lookups.
3109                 Patch [687729] submitted by David Frager 
3110                 <dbfrager@users.sourceforge.net>
3111
3112 2003-02-25 [christoph]  0.8.10claws53
3113
3114         * src/Makefile.am
3115         * src/colorlabel.[ch]           ** REMOVE **
3116         * src/gtk/Makefile.am
3117         * src/gtk/colorlabel.[ch]       ** NEW **
3118                 move colorlabel files to gtk directory
3119
3120         * src/esmtp.[ch]                ** REMOVE **
3121                 has been merged into smtp.[ch] in 0.7.5
3122
3123 2003-02-25 [christoph]  0.8.10claws52
3124
3125         * src/Makefile.am
3126         * src/about.[ch]                ** REMOVE **
3127         * src/gtk/Makefile.am
3128         * src/gtk/about.[ch]            ** NEW **
3129                 move about files to gtk directory
3130
3131 2003-02-25 [christoph]  0.8.10claws51
3132
3133         * src/folder.c
3134                 some code optimization of folder scanning code
3135
3136         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3137
3138 2003-02-25 [christoph]  0.8.10claws50
3139
3140         * src/main.c
3141         * src/common/sylpheed.c
3142                 add command line parameter parsing to common code
3143
3144 2003-02-24 [christoph]
3145
3146         * Makefile.am
3147         * configure.ac
3148                 fix gnome prefix problems, the configure script now removed
3149                 `gnome-config --prefix` from `gnome-config --datadir`
3150                 and adds $(prefix} instead
3151
3152         (closes Bug 24 Makefile does not respect prefix when installing
3153          GNOME data)
3154
3155 2003-02-24 [christoph]  0.8.10claws49
3156
3157         * src/news.c
3158                 check for valid session before trying to authenticate
3159
3160         (closes Bug 60 crash if "authenticate on logon" is activated
3161          and newsserver-hostname is not valid)
3162
3163 2003-02-24 [melvin]     0.8.10claws48
3164
3165         * src/prefs_actions.c
3166                 Make sure all user's input is sent to the action and then
3167                 close the socket..
3168
3169 2003-02-23 [alfons]     0.8.10claws46
3170
3171         * src/summaryview.c
3172                 also wait cursor when deleting files
3173
3174 2003-02-23 [paul]
3175
3176         * tools/freshmeat_search.pl
3177           tools/google_search.pl
3178                 scripts should now work for any browser/browser command line
3179
3180 2003-02-22 [christoph]  0.8.10claws45
3181
3182         * src/procmsg.c
3183                 fix IMAP flag setting, IMAP flag is not handled correctly
3184                 anymore by the folder system and information about the
3185                 folder should not be saved in the MsgInfo (in my opinion)
3186
3187         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3188
3189 2003-02-22 [christoph]  0.8.10claws44
3190
3191         * src/summaryview.c
3192                 fix spelling of "label" ;-)
3193
3194 2003-02-22 [thorsten]   0.8.10claws43
3195
3196         * src/mimeview.c
3197           src/prefs_common.[ch]
3198           src/procmime.[ch]
3199                 do not use description as attachment name
3200
3201 2003-02-22 [alfons]     0.8.10claws42
3202
3203         * src/summaryview.c
3204                 freeze/thaw folder item updates when changing color labels,
3205                 and put a wait cursors on
3206
3207 2003-02-22 [thorsten]   0.8.10claws41
3208
3209         * src/mimeview.c
3210                 save-all fixes: crash if invoked on multipart container,
3211                 mimeinfo access, pathseparators, error dialog
3212
3213 2003-02-21 [alfons]     0.8.10claws40
3214
3215         * src/prefs_gtk.c
3216                 remove unused var
3217
3218 2003-02-21 [colin]      0.8.10claws39
3219
3220         * src/send.c
3221                 Fix smtp logging
3222
3223 2003-02-21 [colin]      0.8.10claws38
3224
3225         * src/summaryview.c
3226                 Freeze/thaw folderItem updates when filtering messages 
3227                 via Tools/Filter messages
3228
3229 2003-02-21 [paul]       0.8.10claws37
3230
3231         * src/compose.c
3232                 revert commit 0.8.10claws26, there are ulterior motives
3233                 for users to set a Reply-To header when posting to
3234                 newsgroups
3235
3236 2003-02-21 [paul]       0.8.10claws36
3237
3238         * sync with 0.8.10cvs17
3239                 see ChangeLog 2003-02-21
3240
3241 2003-02-20 [christoph]  0.8.10claws35
3242
3243         * src/imap.c
3244                 IMAP UID fetch speedup using SEARCH
3245
3246         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3247
3248         * src/imap.c
3249                 fix problem with UIDs in IMAP UID cache that no longer existed
3250
3251 2003-02-20 [christoph]  0.8.10claws34
3252
3253         * src/imap.c
3254         * src/procheader.c
3255         * src/procheader.h
3256                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3257
3258         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3259
3260         * src/imap.c
3261                 Rewrite imap_cmd_gen_recv use sock_getline instead
3262                 of sock_gets to avoid problems with too long reply
3263                 lines
3264     
3265 2003-02-20 [colin]      0.8.10claws33
3266         
3267         * src/prefs_account.c
3268                 Better wording
3269
3270 2003-02-20 [colin]      0.8.10claws32
3271
3272         * src/compose.c
3273                 Remove useless '&& !to_sender' 
3274
3275 2003-02-20 [darko]
3276
3277         * AUTHORS
3278                 change my e-mail address
3279
3280 2003-02-19 [colin]      0.8.10claws31
3281
3282         * src/prefs_common.c
3283                 X11 style colors for every configurable color
3284
3285 2003-02-19 [alfons]     0.8.10claws30
3286
3287         * src/prefs_gtk.[ch]
3288         * src/prefs_common.c
3289                 for color_new accept both plain integers and X11 style color
3290                 names (as found in /usr/lib/X11/rgb.txt)
3291
3292 2003-02-19 [paul]       0.8.10claws29
3293
3294         * src/mainwindow.c
3295                 add tooltips to online/offline button and account selector
3296                 button
3297
3298 2003-02-19 [paul]       0.8.10claws28
3299
3300         * src/folder.c
3301           src/news.c
3302           src/prefs_account.[ch]
3303           src/prefs_common.[ch]
3304                 move 'Maximum number of articles to download' to
3305                 account prefs.
3306                 clean up account prefs gui a little by hiding entries
3307                 rather then greying out entries
3308
3309 2003-02-19 [hiro]       0.8.10claws27
3310
3311         * src/common/utils.c
3312                 fix bug #54 'yesterdays date is displayed in the message 
3313                 summary window'
3314
3315 2003-02-19 [paul]       0.8.10claws26
3316
3317         * src/compose.c
3318                 fix bug reported in Feature Request [688596] 
3319                 'Reply-to header in news'
3320
3321 2003-02-18 [paul]       0.8.10claws25
3322
3323         * src/select-keys.c
3324                 add a 'List all keys' button to key selection dialog
3325
3326 2003-02-18 [colin]      0.8.10claws24
3327         
3328         * src/stock_pixmap.c
3329                 fix compile error
3330
3331 2003-02-18 [colin]      0.8.10claws23
3332
3333         * src/common/smtp.[ch]
3334           src/prefs_account.c
3335                 Try to starttls if it seems to be the only
3336                 way to authenticate a user
3337
3338 2003-02-18 [paul]       0.8.10claws22
3339
3340         * src/Makefile.am
3341           src/folderview.c
3342           src/stock_pixmap.[ch]
3343           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3344           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3345                 as a Drafts folder is a special folder allow it to have
3346                 its own unique icons
3347
3348 2003-02-18 [colin]      0.8.10claws21
3349
3350         * src/imap.c
3351                 Fix port selection when using starttls
3352
3353 2003-02-18 [paul]       0.8.10claws20
3354
3355         * src/mainwindow.c
3356           src/prefs_common.[ch]
3357                 make blue the default new mail colour
3358
3359 2003-02-18 [paul]       0.8.10claws19
3360
3361         * sync with 0.8.10cvs14
3362                 see ChangeLog 2003-02-18
3363
3364 2003-02-17 [jens]       0.8.10claws18
3365
3366         * src/common/md5.c
3367                 fixed a compile problem with gcc 3.3
3368                 works on 2.95.3 too (testet on PPC as it is big endian)
3369
3370 2003-02-17 [paul]       0.8.10claws17
3371
3372         * sync with 0.8.10cvs13
3373                 see ChangeLog 2003-02-17
3374
3375 2003-02-17 [paul]       0.8.10claws16
3376
3377         * sync with 0.8.10cvs12
3378                 see ChangeLog 2003-02-17
3379
3380 2003-02-16 [match]      0.8.10claws15
3381
3382         * src/addressbook.c
3383                 Eliminates reloading of address data when items
3384                 deleted or added. Applied submitted by
3385                 Luke Plant <lukeplant@softhome.net>
3386
3387 2003-02-16 [paul]       0.8.10claws14
3388
3389         * src/news.c
3390                 when a 'protocol error' is encountered disconnect from
3391                 the server. This means that the user can carry on viewing
3392                 other articles and doesn't have to either wait until the
3393                 server timesout or quit sylpheed.
3394                 Fixes bug #53 'Unable to read messages in newsgroups, 
3395                 displayed message doesn't change'
3396
3397 2003-02-15 [christoph]  0.8.10claws13
3398
3399         * src/imap.c
3400                 fix bug that stopped scanning of folders when an
3401                 IMAP folder was empty
3402
3403         (closes bug 46 stop scan messages in folders after empty folder)
3404
3405 2003-02-15 [paul]
3406
3407         * tools/Makefile.am
3408           tools/README
3409           tools/freshmeat_search.pl     ** NEW FILE **
3410           tools/google_search.pl        ** NEW FILE **
3411                 Add 2 Actions scripts which search freshmeat/google
3412                 for the selected text using the browser configured
3413                 in sylpheedrc.
3414                 
3415         Note: These scripts are very dependent on the format of the
3416         browser command and may not work on every occasion. Testing
3417         is welcome. 
3418
3419 2003-02-14 [alfons]     0.8.10claws12
3420
3421         * src/compose.c
3422                 fix breakage because of uninitialized account pointer.
3423                 please verify.
3424
3425 2003-02-14 [paul]       0.8.10claws11
3426
3427         * src/compose.c
3428           src/prefs_account.[ch]
3429           src/prefs_common.[ch]
3430                 move signature settings to Account Prefs
3431
3432 2003-02-14 [paul]       0.8.10claws10
3433
3434         * sync with 0.8.10cvs11
3435                 see ChangeLog 2003-02-14
3436
3437 2003-02-13 [thorsten]   0.8.10claws9
3438
3439         * src/news.c
3440                 revert news progressbar (GUI separation)
3441
3442 2003-02-13 [paul]       0.8.10claws8
3443
3444         * src/compose.c
3445                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3446                 paragraph 1
3447
3448 2003-02-13 [paul]       0.8.10claws7
3449
3450         * src/compose.[ch]
3451           src/summaryview.c
3452                 fix 'Follow-up and Reply-to' so that it creates a reply to
3453                 the newsgroup and the sender. If the message has the keyword
3454                 'poster' in the Followup-To header, all replies go to the
3455                 sender, re: RFC 1036, Section 2.2.3
3456                 rename all instances of 'ignore_replyto' to 'to_sender', both
3457                 were previously used, now we use just one.
3458
3459 2003-02-13 [paul]       0.8.10claws6
3460
3461         * sync with 0.8.10cvs9
3462                 see ChangeLog 2003-02-13
3463
3464 2003-02-13 [paul]       0.8.10claws5
3465
3466         * configure.ac
3467                 show which plugins are configured in the configure
3468                 output.
3469
3470 2003-02-12 [thorsten]   0.8.10claws4
3471
3472         * src/news.c
3473                 show progress while fetching news headers
3474
3475 2003-02-12 [christoph]  0.8.10claws3
3476
3477         * configure.ac
3478         * src/plugins/Makefile.am
3479                 use AM_CONDITIONAL to enable plugins, automake correctly
3480                 manages this when creating distdir
3481
3482 2003-02-12 [christoph]  0.8.10claws2
3483
3484         * ac/spamassassin.m4
3485         * src/plugins/spamassassin/Makefile.am
3486                 fix building SpamAssassin plugin without OpenSSL
3487
3488 2003-02-12 [paul]       0.8.10claws1
3489
3490         * ac/Makefile.am
3491           src/Makefile.am
3492           src/plugins/Makefile.am
3493                 fix failure of 'make release'
3494
3495 2003-02-12 [paul]       0.8.10claws
3496
3497         * 0.8.10claws released
3498
3499 2003-02-12 [paul]       0.8.9claws56
3500
3501         * po/bg.po
3502           po/es.po
3503           po/it.po
3504           po/ru.po
3505           po/sr.po
3506                 updated translations by George Danchev, Ricardo Mones Lastra,
3507                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3508                 
3509         * sylpheed.spec.in
3510                 Allow the building of RPMs by a regular user. Submitted
3511                 by Sergei Astanin
3512
3513 2003-02-11 [alfons]     0.8.9claws55
3514
3515         * src/colorlabel.c
3516                 don't use pixmaps for label color rect but draw rectangles
3517                 so we can respect the color map of palette based visuals
3518                 (fixes the long time crashes on Suns - thanks to Andreas
3519                 Engel and Steve O'Hara-Smith for testing)
3520
3521 2003-02-11 [christoph]  0.8.9claws54
3522
3523         * src/matcher_parser_parse.y
3524                 correct bug where filering rules of not existing folders in
3525                 matcherrc were added to global filtering
3526                 
3527         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3528          main filter-rules after removing directory, http://bugs.debian.org/180253)
3529         
3530 2003-02-11 [paul]       0.8.9claws53
3531
3532         * sync with 0.8.10cvs7
3533                 see ChangeLog 2003-02-09
3534
3535 2003-02-11 [melvin]     0.8.9claws52
3536
3537         * po/fr.po
3538                 Updated French tranlsations
3539
3540 2003-02-10 [paul]       0.8.9claws51
3541
3542         * sylpheed.spec.in
3543                 correct --enable-openssl
3544                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3545
3546 2003-02-09 [martin]     0.8.9claws50
3547
3548         * src/prefs_matcher.c
3549                 fix segfault in prefs_matcher_substitute_cb() when
3550                 no row is selected
3551
3552 2003-02-09 [paul]       0.8.9claws49
3553
3554         * src/folderview.c
3555                 fix bug where a newsgroup folder's processing rules were
3556                 merged with the global filtering rules when the newsgroup
3557                 folder was deleted, causing some seriously bad results,
3558                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3559
3560 2003-02-08 [melvin]     0.8.9claws48
3561
3562         * src/compose.c
3563                 Corrected and modified an alert message.
3564
3565 2003-02-07 [paul]       0.8.9claws47
3566
3567         * src/folderview.c
3568                 fix bug where both an 'Account properties' window and a
3569                 'Folder properties' window were opened when clicking on
3570                 'Properties' in an NNTP or IMAP folder's popup menu.
3571
3572 2003-02-07 [paul]       0.8.9claws46
3573
3574         * sync with 0.8.10cvs6
3575                 see ChangeLog 2003-02-06
3576
3577 2003-02-06 [christoph]  0.8.9claws45
3578
3579         * src/mbox.c
3580                 freeze folder updates while importing mbox files
3581                 (closes bug 43 importing mbox took hours)
3582                 
3583         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3584
3585 2003-02-06 [thorsten]   0.8.9claws44
3586
3587         * po/de.po
3588                 Updated german translations
3589
3590 2003-02-06 [thorsten]   0.8.9claws43
3591
3592         * src/news.h
3593                 use guint for message numbers (fix count in grouplist dialog)
3594
3595 2003-02-05 [paul]       0.8.9claws42
3596
3597         * sync with 0.8.10cvs2
3598                 see ChangeLog 2003-02-05
3599
3600 2003-02-04 [colin]      0.8.9claws41
3601
3602         * src/prefs_common.[ch]
3603           src/procmsg.c
3604           src/summaryview.c
3605                 Add an option to disable threading by subject
3606
3607 2003-02-04 [christoph]  0.8.9claws40
3608
3609         * src/inc.c
3610                 only abort fetching mails from multiple accounts when the
3611                 error is fatal and does not allow to check any more accounts
3612                 (currently only disk full error)
3613
3614         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3615          receive mails for other accouts)
3616
3617 2003-02-04 [christoph]  0.8.9claws39
3618
3619         * src/folder.c
3620                 first add the new message to the cache, then
3621                 send the update notification
3622
3623         (closes bug 39 after sending message folderview doesnt get updated)
3624
3625 2003-02-04 [colin]      0.8.9claws38
3626
3627         * src/inc.c
3628                 _really_ fix this Connecting... status
3629
3630 2003-02-04 [paul]       0.8.9claws37
3631
3632         * sync with 0.8.10
3633                 see ChangeLog 2003-02-04
3634
3635 2003-02-04 [paul]       0.8.9claws36
3636
3637         * sync with 0.8.9cvs6
3638                 see ChangeLog 2003-02-03
3639
3640 2003-02-04 [paul]       0.8.9claws35
3641
3642         * po/pt_BR.po
3643                 updated by André Filipe de Assunção e Brito 
3644                 <bedecko@netsite.com.br>
3645
3646 2003-02-03 [thorsten]   0.8.9claws34
3647
3648         * po/de.po
3649                 Updated german translations
3650
3651 2003-02-02 [paul]       0.8.9claws33
3652
3653         * po/es.po
3654                 updated by Ricardo Mones Lastra
3655
3656 2003-02-02 [thorsten]   0.8.9claws32
3657
3658         * src/mh.c
3659                 Fix mh_get_msginfo() segfault if file is inaccessible
3660
3661 2003-01-31 [colin]      0.8.9claws31
3662
3663         * src/procheader.c
3664                 Fix last commit's bug
3665
3666 2003-01-31 [colin]      0.8.9claws30
3667
3668         * src/procheader.c
3669                 Missing a change for gpg-signed messages
3670
3671 2003-01-31 [paul]       0.8.9claws29
3672
3673         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3674           src/procheader.c
3675           src/stock_pixmap.[ch]
3676           src/summaryview.c
3677                 indicate GnuPG signed messages by displaying an icon
3678                 in the Attachment column.
3679
3680 2003-01-31 [paul]       0.8.9claws28
3681
3682         * sync with 0.8.9cvs4
3683                 see ChangeLog 2003-01-31
3684
3685 2003-01-31 [alfons]     0.8.9claws27
3686
3687         * src/textview.c
3688                 tune URI parser to accept mailto URLs with a '?'
3689                 (patch from Ruslan Balkin)
3690
3691 2003-01-31 [colin]      0.8.9claws26
3692
3693         * src/summaryview.c
3694                 Fix a leak introduced in claws24
3695
3696 2003-01-31 [colin]      0.8.9claws25
3697
3698         * src/summaryview.c
3699                 Freeze/Thaw folder updates when deleting dups
3700
3701 2003-01-31 [colin]      0.8.9claws24
3702         
3703         * src/addr_compl.c
3704           src/summaryview.c
3705           src/msgcache.c
3706                 little speed improvements
3707
3708 2003-01-31 [colin]      0.8.9claws23
3709
3710         * src/summaryview.c
3711                 Fix segfault when forwarding nothing
3712                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3713                 
3714 2003-01-30 [paul]       0.8.9claws22
3715
3716         * sync with 0.8.9cvs3
3717                 see ChangeLog 2003-01-30
3718
3719 2003-01-30 [paul]       0.8.9claws21
3720
3721         * sync with 0.8.9cvs2
3722                 see ChangeLog 2003-01-30
3723
3724 2003-01-29 [paul]       0.8.9claws20
3725
3726         * sync with 0.8.9cvs1
3727                 see ChangeLog 2003-01-29
3728
3729 2003-01-28 [paul]       0.8.9claws19
3730
3731         * po/POTFILES.in
3732                 update to reflect changes. 
3733                 thanks to Ricardo Mones Lastra
3734
3735 2003-01-27 [christoph]  0.8.9claws18
3736
3737         * ac/openssl.m4
3738         * ac/spamassassin.m4
3739         * src/plugins/spamassassin/README
3740         * src/plugins/spamassassin/libspamc.[ch]
3741         * src/plugins/spamassassin/utils.[ch]
3742                 updated to latest libspamc
3743
3744 2003-01-27 [christoph]  0.8.9claws17
3745
3746         * src/folder.c
3747                 fix wrong use of procheader_get_header_fields
3748
3749 2003-01-27 [christoph]  0.8.9claws16
3750
3751         * src/news.c
3752         * src/prefs_account.[ch]
3753         * src/common/nntp.[ch]
3754                 allow to force authentication for NNTP servers
3755
3756         Patch submitted by Florian Mickler <dmk@d-labs.de>
3757
3758 2003-01-26 [paul]       0.8.9claws15
3759
3760         * src/summaryview.c
3761                 speed up of marking messages as read
3762                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3763
3764 2003-01-26 [christoph]  0.8.9claws14
3765
3766         * src/Makefile.am
3767         * src/mgutils.[ch]              ** REMOVE **
3768         * src/xml.[ch]                  ** REMOVE **
3769         * src/xmlprops.[ch]             ** REMOVE **
3770         * src/common/Makefile.am
3771         * src/common/mgutils.[ch]       ** NEW **
3772         * src/common/xml.[ch]           ** NEW **
3773         * src/common/xmlprops.[ch]      ** NEW **
3774                 move xml files to common directory
3775
3776 2003-01-26 [christoph]  0.8.9claws13
3777
3778         * src/plugins/spamassassin/spamassassin_gtk.c
3779                 only set gtk entry text if string is available
3780
3781 2003-01-26 [melvin]     0.8.9claws12
3782
3783         * src/description_window.c
3784                 Allow resizing of the window
3785                 Allow automatic horizontal scroll bar
3786                 Do not vertically expand and fill
3787
3788 2003-01-26 [christoph]  0.8.9claws11
3789
3790         * src/Makefile.am
3791         * src/gtkutils.[ch]             ** REMOVE **
3792         * src/common/sylpheed.c
3793         * src/gtk/Makefile.am
3794         * src/gtk/description_window.c
3795         * src/gtk/gtkutils.[ch]         ** NEW **
3796         * src/gtk/prefswindow.c
3797                 move gtkutils to gtk directory
3798
3799 2003-01-26 [paul]       0.8.9claws10
3800
3801         * src/summaryview.c
3802                 rename summary_unread_clicked() to summary_status_clicked()
3803
3804 2003-01-26 [melvin]     0.8.9claws9
3805
3806         * src/prefs_actions.c
3807                 Cosmetical changes to the help text
3808
3809 2003-01-26 [paul]       0.8.9claws8
3810
3811         * src/folder.[ch]
3812           src/mainwindow.c
3813           src/prefs_common.c
3814           src/prefs_sumamry_column.c
3815           summaryview.[ch]
3816                 rename the 'Unread' column to 'Status'
3817
3818 2003-01-25 [match]      0.8.9claws7
3819
3820         * src/mgutils.[ch]
3821                 removed reference to LDAP constants. removed error2string.
3822                 included functions to support LDAP dynamic queries.
3823         * src/syldap.h
3824                 moved LDAP constants here.
3825         * src/addressbook.c
3826         * src/addrindex.c
3827         * src/importldif.c
3828                 removed references to LDAP constants and references to
3829                 error2string.
3830
3831 2003-01-25 [paul]       0.8.9claws6
3832
3833         * src/summaryview.c
3834                 summary_thread_build(), summary_thread_init(): remove 
3835                 unneeded reference to summaryview->folder_item
3836
3837 2003-01-25 [christoph]  0.8.9claws5
3838
3839         * src/gtk/description_window.c
3840                 o allow description texts to expand over multiple columns
3841                 o translate all columns
3842         * src/prefs_actions.c
3843                 change syntax description to use new multi column feature
3844
3845         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3846
3847 2003-01-25 [match]      0.8.9claws4
3848
3849         * src/vcard.c
3850                 fixed bug with Quoted-Printable
3851
3852 2003-01-25 [paul]       0.8.9claws3
3853
3854         * src/folder.[ch]
3855           src/summaryview.[ch]
3856                 implement per-folder collapsed/expanded threads setting
3857                 
3858         * src/prefs_common.c
3859                 remove global collapsed/expanded threads option
3860
3861 2003-01-25 [christoph]  0.8.9claws2
3862
3863         * po/POTFILES.in
3864                 add pluginwindow and prefswindow
3865         * src/compose.c
3866                 make send respond correctly to messages that could be added
3867                 to the queue folder, but the UID of the message is unknown
3868         * src/folder.c
3869         * src/imap.c
3870                 don't return guessed UIDs in imap_add_msg anymore. We return
3871                 0 to tell the folder system it was appened but the UID is
3872                 unknown. Folder system now get's the UID by scaning the folder
3873                 and searching the cache for the Message-ID
3874                 (closes bug #29 Messages queued, but not sent)
3875
3876 2003-01-25 [paul]       0.8.9claws1
3877
3878         * src/codeconv.c
3879                 conv_encode_header():  fix bug when long headers with 8-bit
3880                 characters are used, so that the encoded words are wrapped.
3881                 If the space in the original text falls on the wrap boundary,
3882                 it can be lost.
3883                 Patch by Sergey Vlasov.
3884                 
3885         * src/folderview.c
3886                  fix bug where a change to the sorting method or thread view
3887                  of a folder's messages is lost if simpify-subject is set and
3888                  toggled on or off.
3889                  Patch by Luke Plant.
3890
3891 2003-01-24 [paul]       0.8.9claws
3892
3893         * sylpheed-0.8.9claws released
3894         
3895         * Makefile.am
3896           sylpheed.spec.in
3897                 remove reference to 'INSTALL.jp'
3898
3899 2003-01-23 [paul]       0.8.8claws128
3900
3901         * po/es.po
3902           po/it.po
3903           po/ru.po
3904           po/sr.po
3905                 updated translations. submitted by Ricardo Mones Lastra,
3906                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3907
3908 2003-01-23 [colin]      0.8.8claws127
3909
3910         * src/compose.c
3911                 Fix drafted and queued news articles re-edition
3912
3913 2003-01-23 [melvin]     0.8.8claws126
3914
3915         * po/fr.po
3916                 Updated French translations
3917
3918 2003-01-23 [colin]      0.8.8claws125
3919
3920         * src/inc.c
3921                 Fix "Connecting to..." status message
3922
3923 2003-01-22 [paul]       0.8.8claws124
3924
3925         * po/bg.po
3926                 updated by George Danchev
3927                 
3928         * src/folder.c
3929                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3930                 and folder deletion
3931
3932 2003-01-21 [paul]       0.8.8claws123
3933
3934         * po/bg.po
3935                 updated by George Danchev
3936                 
3937         * src/about.c
3938                 its now 2003
3939                 
3940         * src/toolbar.c
3941                 don't translate 'Separator'
3942                 
3943         * src/plugins/spamassassin/Makefile.am
3944                 add aspell to CPPFLAGS
3945                 
3946         * src/plugins/spamassassin/spamassassin.c
3947           src/plugins/spamassassin/spamassassin_gtk.c
3948                 set correct default for spamassassin_receive_spam
3949                 slightly re-word descriptions and some
3950                 other minor changes
3951
3952 2003-01-19 [alfons]     0.8.8claws122
3953                 
3954         * src/mimeview.c
3955                 mimeview_save_as(): we might as well show the file name for
3956                 the single case "Save As" too
3957
3958 2003-01-19 [alfons]     0.8.8claws121
3959
3960         * src/crash.c
3961                 change bug tracker URL to bugzilla URL
3962
3963 2003-01-19 [alfons]     0.8.8claws120
3964
3965         * src/mimeview.c
3966                 mimeview_save_all(): display name of file before overwriting;
3967                 continue saving all, even when one overwrite was cancelled
3968
3969 2003-01-19 [christoph]  0.8.8claws119
3970
3971         * src/summaryview.c
3972         * src/procmsg.[ch]
3973                 fix wrong usage of procmsg_find_children in summaryview
3974                 by using procmsg_update_unread_children instead of
3975                 summaryview_update_unread_children
3976
3977 2003-01-19 [christoph]  0.8.8claws118
3978
3979         * src/procmsg.c
3980                 fix infinite loop in procmsg_find_children
3981                  (closes bug #25 sylpheed crashes on delete.)
3982
3983         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3984
3985 2003-01-19 [paul]       0.8.8claws117
3986
3987         * po/pt_BR.po
3988                 updated by Ivan Francolin Martinez
3989
3990 2003-01-18 [melvin]     0.8.8claws116
3991
3992         * src/prefs_actions.c
3993                 Removed syntax limitation of only one '&' at the end of command.
3994                         Now actions that contain '>/dev/null 2>&1' are possible.
3995
3996 2003-01-18 [melvin]     0.8.8claws115
3997
3998         * src/prefs_actions.c
3999                 Actions IO dialog: when the action ends
4000                 the "Close" button now has focus and [Escape] closes the
4001                 window.
4002
4003 2003-01-18 [christoph]  0.8.8claws114
4004
4005         * src/procmsg.c
4006                 o add debug output when MsgInfos are really freed
4007                 o free GSLists in procmsg_find_children and
4008                   procmsg_update_unread_children
4009
4010 2003-01-18 [christoph]  0.8.8claws113
4011
4012         * src/mainwindow.c
4013                 reorder Configuration menu
4014
4015 2003-01-18 [christoph]  0.8.8claws112
4016
4017         * src/compose.c
4018                 fix applying templates to forwarded messages
4019
4020         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4021
4022 2003-01-17 [christoph]  0.8.8claws111
4023
4024         * src/folder.c
4025                 destroy folder items, when a folder item is removed
4026
4027 2003-01-17 [christoph]  0.8.8claws110
4028
4029         * src/folder.c
4030                 fix wrong folder stats update when ignored message is
4031                 deleted
4032
4033 2003-01-17 [colin]      0.8.8claws109
4034         
4035         * src/mainwindow.c
4036         * src/summaryview.c
4037                 Quicksearch bugfixes: 
4038                 - hide help button at startup if not extended
4039                 - switch to extended when looking for replies
4040
4041 2003-01-17 [paul]
4042
4043         * sync with 0.8.9 release
4044
4045 2003-01-17 [paul]       0.8.8claws108
4046
4047         * sync with 0.8.8cvs11
4048                 see ChangeLog 2003-01-17
4049
4050 2003-01-16 [colin]      0.8.8claws107
4051
4052         * src/procmsg.c
4053                 Changed encryption test to re-ask passphrase
4054                 if an encrypted message hasn't been decrypted
4055                 Fixes bug #5
4056
4057 2003-01-16 [christoph]  0.8.8claws106
4058
4059         * src/prefs_gtk.c
4060         * src/prefs_toolbar.c
4061         * src/gtk/prefswindow.h
4062         * src/plugins/spamassassin/spamassassin_gtk.c
4063                 remove page destroy function that is not used anymore
4064
4065 2003-01-16 [paul]       0.8.8claws105
4066
4067         * sync with 0.8.8cvs9
4068                 see ChangeLog 2002-01-16
4069
4070 2003-01-16 [colin]      0.8.8claws104
4071
4072         * src/compose.[ch]
4073                 Fix bug with autosaved drafts for IMAP, when draft
4074                 folder is specified - fixes bugzilla bug #20
4075
4076 2003-01-15 [paul]       0.8.8claws103
4077
4078         * src/compose.[ch]
4079           src/procmsg.c
4080                 store folder and message-id of message forwarding
4081                 in queue header and set forward flag after sending
4082
4083 2003-01-15 [paul]       0.8.8claws102
4084
4085         * sync with 0.8.8cvs8
4086                 see ChangeLog 2002-01-15
4087
4088 2003-01-15 [colin]      0.8.8claws101
4089
4090         * src/Makefile.am
4091                 Fix linking with GNU libiconv
4092
4093 2003-01-15 [darko]      0.8.8claws100
4094
4095         * src/pine.c
4096                 fix crash when importing pine address book
4097                 entry with an empty name (reported by DY
4098                 <dybulk at tri8.net>)
4099
4100 2003-01-14 [paul]       0.8.8claws99
4101
4102         * configure.in  ** REMOVED **
4103           configure.ac  ** NEW FILE **
4104                 rename configure.in to configure.ac, as it is now
4105                 preferred
4106
4107 2003-01-14 [melvin]     0.8.8claws98
4108
4109         * src/folderview.c
4110                 folderview_check_new(): More precise function description
4111
4112 2003-01-14 [melvin]     0.8.8claws97
4113
4114         * src/folderview.c
4115                 folderview_check_new(): return the number of new messages 
4116                         since last check.
4117         * src/inc.c
4118                 inc_account_mail(): Disable counting of new messages for IMAP
4119                         and NNTP until bug [19] and [14] are fixed.
4120
4121 2003-01-14 [paul]       0.8.8claws96
4122
4123         * sync with 0.8.8cvs6
4124                 see ChangeLog 2003-01-14
4125
4126 2003-01-13 [alfons]     0.8.8claws95
4127
4128         * src/textview.c
4129                 tune email address validation (c. 0.8.8claws89): if . is 
4130                 just one char away from @, the address is invalid too 
4131                 (correctly rejects addresses like foo@.com)
4132
4133 2003-01-13 [paul]       0.8.8claws94
4134
4135         * src/messageview.c
4136           src/toolbar.c
4137                 fixes to the Message View toolbar and menu:
4138                 fix non-functioning Forward button
4139                 make Reply button consider default_reply_list
4140                 remove 'Follow-up...' menu entry
4141                 add 'Forward' and 'Redirect' menu entries
4142
4143 2003-01-13 [melvin]     0.8.8claws93
4144
4145         * src/inc.c
4146                 Fixed typo that could make new messages count incorrect.
4147
4148 2003-01-13 [melvin]     0.8.8claws92
4149
4150         * src/folderview.[ch]
4151                 folderview_check_new(): return the number of new messages.
4152         * src/inc.c
4153                 Should fix bug [14] where new mail notification worked 
4154                         incorrectly with IMAP accounts.
4155                 inc_spool_account(): return number of new msgs, or -1 on error
4156                 inc_all_spool(): return number of new msgs
4157                 
4158 2003-01-13 [melvin]     0.8.8claws91
4159
4160         * src/prefs_actions.c
4161                 Justify help text.
4162
4163 2003-01-12 [thorsten]   0.8.8claws90
4164
4165         * src/common/prefs.c
4166                 close file before rename
4167
4168 2003-01-12 [alfons]     0.8.8claws89
4169
4170         * AUTHORS
4171                 add Christian Mertes
4172         * src/common/utils.[ch]
4173                 g_stricase_hash(), g_stricase_equal(): functions for 
4174                 case insensitive hash tables
4175         * src/textview.c
4176                 use top level domain names to validate email address, based
4177                 on a patch by Christian Mertes (thanks!), but changed 
4178                 implementation to use a hash table 
4179
4180 2003-01-12 [paul]       0.8.8claws88
4181
4182         * po/bg.po
4183                 updated by George Danchev
4184
4185 2003-01-12 [alfons]     0.8.8claws87
4186
4187         * src/summaryview.c
4188                 delete / execute performance: use new style folder update
4189
4190 2003-01-12 [paul]       0.8.8claws86
4191
4192         * sync with 0.8.8cvs5
4193                 see ChangeLog 2003-01-13 (!)
4194
4195 2003-01-12 [alfons]     0.8.8claws85
4196
4197         * src/filtering.c
4198         * src/matcher_parser_parse.y
4199                 prepare change_score filtering action
4200         * src/matcher.[ch]
4201                 give up const-correctness on functions that call non-const-correct functions;
4202                 several casts to gpointer in g_free();
4203                 add change_score;
4204
4205 2003-01-12 [christoph]  0.8.8claws84
4206
4207         * src/compose.c
4208                 fix 2 warnings
4209
4210         * src/gtk/prefswindow.[ch]
4211         * src/plugins/spamassassin/spamassassin_gtk.c
4212                 changed the call of the widget create function
4213                 for PrefsPages, because sometimes the widget
4214                 create function needs a widget that already has
4215                 been attached to a window (to create GDK pixmaps
4216                 for exmaple). So we simply pass the GtkWindow as
4217                 the second parameter now.
4218
4219         * src/main.c
4220         * src/mainwindow.c
4221         * src/prefs_toolbar.[ch]
4222                 rewrite Toolbar Preferences using the new
4223                 prefs window
4224
4225 2003-01-11 [alfons]     0.8.8claws83
4226
4227         * src/addressadd.c
4228                 fix crash when adding sender to addressbook because status bar
4229                 isn't there (the status bar doesn't seem to be used though,
4230                 but I'll let Match decide what to do with it)
4231
4232 2003-01-11 [colin]      0.8.8claws82
4233
4234         * src/main.c
4235           src/toolbar.c
4236                 Two useless changes reversed
4237
4238 2003-01-11 [colin]      0.8.8claws81
4239
4240         * src/mainwindow.c
4241           src/mainwindow.h
4242                 Add mainwindow_get_mainwindow()
4243         * src/alertpanel.c
4244           src/alertpanel.h
4245                 Add alertpanel_error_log() 
4246         * src/compose.c
4247           src/inc.c
4248           src/messageview.c
4249           src/toolbar.c
4250           src/main.c
4251           src/procmsg.c
4252                 Network errors get a View Log button
4253
4254 2003-01-10 [alfons]     0.8.8claws80
4255
4256         * src/prefs_toolbar.c
4257         * src/toolbar.c
4258                 use the translatable string for "Separator" as file name for
4259                 separator toolbar items (probably make this uppercase?)
4260
4261 2003-01-10 [alfons]     0.8.8claws79
4262
4263         * src/prefs_toolbar.c
4264                 put right A_SEPARATOR description string in "displayed
4265                 toolbar items list" so manually added separators are
4266                 saved correctly (bug #10, "Adding a separator to the main 
4267                 toolbar fails, entry in xml file is wrong")
4268
4269 2003-01-10 [christoph]  0.8.8claws78
4270
4271         * src/imap.c
4272                 o fix warnings
4273                 o use CAPABILITY to check if NAMESPACE is available
4274
4275 2003-01-10 [christoph]  0.8.8claws77
4276
4277         * src/imap.[ch]
4278                 apply UIDPLUS IMAP extension support patch
4279
4280         Patch submitted by Simon 'corecode' Schubert
4281
4282 2003-01-10 [paul]       0.8.8claws76
4283
4284         * src/folderview.c
4285                 a sync from main which fixes the news account folders'
4286                 Properties bug
4287
4288 2003-01-10 [christoph]  0.8.8claws75
4289
4290         * src/folder.c
4291                 don't accept 0 as a valid uid returned by copy and move
4292                 functions. 0 means the message was copied or moved but the
4293                 new uid could not be fetched. It is not an error condition
4294                 for the copy or move operation.
4295
4296 2003-01-10 [paul]       0.8.8claws74
4297
4298         * src/prefs_filtering.c
4299                 change English used in Alert when entry is not
4300                 saved.
4301                 
4302         * sync with 0.8.8cvs4
4303                 see ChangeLog 2003-01-10
4304
4305 2003-01-10 [darko]      0.8.8claws73
4306
4307         * src/pine.c
4308                 fix crash when importing address book entry
4309                 without a valid address
4310
4311 2003-01-09 [alfons]     0.8.8claws72
4312
4313         * src/inc.c
4314                 filtering performance: use new style folder update
4315
4316 2003-01-09 [christoph]  0.8.8claws71
4317
4318         * src/compose.c
4319         * src/gtk/menu.[ch]
4320                 fix wrong selecting of mime encoding type, when
4321                 opening property dialog of attachments in the
4322                 compose window. 7bit was always selected and that
4323                 destoryed files with 8bit data.
4324                 (closes bug #9 Sylpheed-claws destroys attachments when
4325                  changing MIME-types)
4326
4327 2003-01-09 [paul]       0.8.8claws70
4328
4329         * sync with 0.8.8cvs3
4330                 see ChangeLog 2003-01-09
4331
4332 2003-01-08 [alfons]     0.8.8claws69
4333         
4334         * src/addressadd.c
4335                 apply patch by Kim Schulz to fix build breakage
4336                 because of missing variable
4337
4338 2003-01-08 [paul]       0.8.8claws68
4339
4340         * sync with 0.8.8cvs2
4341                 see ChangeLog 2002-01-08
4342
4343 2003-01-08 [paul]       0.8.8claws67
4344
4345         * po/it.po
4346                 updated by Alessandro Maestri
4347                 
4348         * src/addressadd.c
4349                 when using 'Add sender to addressbook' allow
4350                 name to be edited and remarks to be entered
4351                 Patch submitted by Luke Plant
4352
4353 2003-01-08 [darko]      0.8.8claws66
4354
4355         * README.claws, src/summaryview.c
4356                 fix description for marked messages
4357
4358 2003-01-08 [paul]
4359
4360         * tools/Makefile.am
4361           tools/launch_phoenix  ** NEW FILE **
4362                 add script that enables using Phoenix as the default
4363                 web browser. 
4364                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4365                 
4366         * tools/OOo2sylpheed.pl
4367                 remove full path to sylpheed executable, just 'sylpheed'
4368                 will do
4369                 
4370         * tools/README
4371                 add launch_phoenix informtion and re-arrange and compress
4372                 the data a little
4373
4374 2003-01-07 [christoph]  0.8.8claws65
4375
4376         * src/folder.c
4377                 fix update for source folder when moving messages
4378         * src/procmsg.[ch]
4379         * src/summaryview.c
4380                 use function to set to_folder for message infos and
4381                 automatically update the op_count for old and new
4382                 folder
4383
4384 2003-01-07 [melvin]     0.8.8claws64
4385
4386         * src/prefs_actions.c
4387                 Fixed bug where an '%p' Action on a displayed image crashed 
4388                         Sylpheed
4389                 Code clean up (get rid of duplicated code and removed unnecessary 
4390                                 structure member)
4391
4392 2003-01-07 [christoph]  0.8.8claws63
4393
4394         * src/compose.c
4395         * src/folder.[ch]
4396         * src/folderview.c
4397         * src/import.c
4398         * src/inc.c
4399         * src/main.c
4400         * src/mainwindow.c
4401         * src/messageview.c
4402         * src/prefs_folder_item.c
4403         * src/procmsg.c
4404         * src/summaryview.c
4405         * src/toolbar.c
4406                 o remove all folder update triggering from the UI code. The folder
4407                   system should know much better when a folder needs an update.
4408                 o to prevent multiple updates in a row the folder updates can be
4409                   frozen for some time.
4410
4411                 Note: - Please verify that no updates are missing
4412                       - Check where freeze/thaws should be added
4413
4414 2003-01-07 [christoph]  0.8.8claws62
4415
4416         * src/prefs_actions.c
4417                 don't translate empty strings
4418
4419         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4420
4421 2003-01-06 [christoph]  0.8.8claws61
4422
4423         * src/prefs_actions.c
4424                 mark strings for gettext
4425         * src/prefs_matcher.c
4426                 use new description window for Execute action and
4427                 match condition in Filtering
4428
4429         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4430
4431 2003-01-06 [alfons]     0.8.8claws60
4432
4433         keep myself inspired to re-organize matcher part 8; 
4434         yes, more to come (I need to move out the descriptive
4435         text for actions to matcher.c, or at least make it not
4436         depend on the wicked ordering)
4437
4438         * src/prefs_matcher.c
4439                 add documentation so others may comprehend the
4440                 UI part of the conditions
4441                 
4442 2003-01-06 [christoph]  0.8.8claws59
4443
4444         * src/prefs_actions.c
4445                 use new description window for syntax help
4446         * src/gtk/description_window.c
4447                 fix display of descriptions with column count != 2
4448
4449         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4450
4451 2003-01-06 [christoph]  0.8.8claws58
4452
4453         * src/quote_fmt.c
4454         * src/summaryview.[ch]
4455         * src/gtk/Makefile.am
4456         * src/gtk/description_window.[ch]       ** NEW **
4457                 use a generic window to display syntax descriptions
4458                 currently used in quote_fmt and summaryview (new description
4459                 for extended quick search)
4460
4461         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4462
4463 2003-01-06 [paul]       0.8.8claws57
4464
4465         * sync with 0.8.8cvs1
4466                 see ChangeLog 2003-01-06
4467
4468 2003-01-06 [christoph]  0.8.8claws56
4469
4470         * src/mainwindow.c
4471         * src/prefs_gtk.[ch]
4472         * src/gtk/prefswindow.[ch]
4473         * src/plugins/spamassassin/spamassassin_gtk.c
4474                 o remove page management from prefswindow, pages
4475                   will be an argument to prefswindow_open
4476                 o prefswindow_open gets a datapointer that is
4477                   passed to the widget_create function to allow
4478                   creation of prefswindow for specific items
4479
4480 2003-01-06 [colin]      0.8.8claws55
4481         
4482         * src/summaryview.c
4483                 We don't want regexp in the reply-finder, 
4484                 because MIDs can contain !,$,. and so on
4485
4486 2003-01-06 [jens]       0.8.8claws54
4487
4488         * src/jpilot.c
4489                 fixed a wrong free in jpilot_read_db_files
4490
4491 2003-01-06 [alfons]     0.8.8claws53
4492
4493         re-organize matcher part 8; more to come
4494        
4495         * src/matcher.c
4496                 matcherprop_to_string(): put g_free()s before the
4497                 switch-case break to fix memleaks                
4498
4499 2003-01-06 [colin]      0.8.8claws52
4500
4501         * src/summaryview.c
4502                 cleanup & reply-finder now displays the first 
4503                 matching message
4504
4505 2003-01-05 [alfons]     0.8.8claws51
4506
4507         re-organize matcher part 7; more to come
4508
4509         * src/matcher.[ch]
4510                 fixes for constant correctness;
4511                 more documentation;
4512
4513 2003-01-05 [alfons]     0.8.8claws50
4514
4515         re-organize matcher part 6; more to come
4516         
4517         * src/matcher.[ch]
4518                 fixes for constant correctness;
4519                 more documentation;
4520         * src/filtering.c
4521                 fix for constant correctness
4522
4523 2003-01-05 [colin]      0.8.8claws49
4524
4525         * src/account.[ch]
4526                 Add account_get_reply_account function
4527         * src/compose.c
4528                 Use account_get_reply_account function 
4529         * src/summaryview.c
4530                 Basic reply-finder - click on the replied
4531                 icon gets you to the outbox using quick-search
4532
4533 2003-01-05 [paul]       0.8.8claws48
4534
4535         * src/prefs_common.c
4536                 small change to English
4537                 
4538         * src/prefs_filtering.c
4539                 prefs_filtering_action_select(): improve logic and uniformity
4540                 of gui
4541
4542 2003-01-05 [alfons]     0.8.8claws47
4543
4544         fine tune solution to focus problems (bug #7)
4545
4546         * src/mainwindow.c
4547                 mainwindow_focus_in_event(): remove grab event check
4548         * src/summaryview.c
4549                 summary_button_pressed(): move selection on right-click
4550                 too. we can't possibly move the selection back after
4551                 canceling a dialog, because gtk's incomplete focus 
4552                 management. whether this is a good solution, only time
4553                 will tell.
4554
4555 2003-01-05 [christoph]  0.8.8claws46
4556
4557         * src/imap.c
4558                 fix crash when no imap connection could be established
4559
4560 2003-01-05 [paul]       0.8.8claws45
4561
4562         * src/mainwindow.c
4563           src/sumamryview.c
4564           src/gtk/menu.[ch]
4565                 fix bug 605957 'shortcuts in popup-menu'
4566                 make user-defined shortcuts work
4567                 show shortcuts that are already defined
4568                 in the main menu
4569                 Patch submitted by Luke Plant
4570
4571 2003-01-05 [alfons]     0.8.8claws44
4572
4573         * src/mainwindow.c
4574                 focus_in_event handler should not select summary view row 
4575                 when another window (menu, dialog) grabbed for events 
4576                 (bug #7, "[0.8.8claws42] Message summary focus") 
4577
4578 2003-01-04 [christoph]  0.8.8claws43
4579
4580         * src/procmsg.c
4581                 update save folder after adding the sent message
4582                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4583
4584 2003-01-02 [christoph]  0.8.8claws42
4585
4586         * src/common/plugin.c
4587                 fix unloading of all plugins and unload
4588                 plugins in reverse order
4589                 
4590         * src/gtk/pluginwindow.c
4591                 implement function of load and unload button
4592
4593         * src/gtk/prefswindow.c
4594         * src/gtk/prefswindow.h
4595                 rename register function and add new unregister
4596                 function
4597
4598         * src/plugins/spamassassin/spamassassin_gtk.c
4599                 unregister prefs page and update for changes in
4600                 src/gtk/prefswindow.c
4601
4602 2003-01-02 [paul]       0.8.8claws41
4603
4604         * po/es.po
4605                 updated by Ricardo Mones Lastra
4606
4607 2003-01-02 [paul]
4608
4609         * tools/tb2sylpheed
4610                 fixes and improvements by Urke MMI
4611
4612 2003-01-02 [thorsten]   0.8.8claws40
4613
4614         * src/procmsg.c
4615                 fixed wrong return value
4616
4617 2003-01-02 [thorsten]   0.8.8claws39
4618
4619         * src/prefs.c
4620                 fixed printing wrong variable
4621
4622 2003-01-02 [thorsten]   0.8.8claws38
4623
4624         * src/prefs.c
4625                 fixed acessing members of freed pfile struct
4626
4627 2003-01-02 [thorsten]   0.8.8claws37
4628
4629         * src/procmsg.c
4630                 detect loops across several messages
4631                 as suggested by Christoph Hohmann
4632
4633 2003-01-01 [match]      0.8.8claws36
4634
4635         * src/addrindex.c
4636                 fixed another memory leak.
4637
4638 2003-01-01 [match]      0.8.8claws35
4639
4640         * src/jpilot.[ch]
4641                 fixed memory leaks. applied Doxygen comments.
4642
4643 2003-01-01 [thorsten]   0.8.8claws34
4644
4645         * src/procmsg.c
4646                 inhibit endless loop if msg references itself
4647                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4648
4649 2003-01-01 [christoph]  0.8.8claws33
4650
4651         * src/mainwindow.c
4652         * src/gtk/Makefile.am
4653         * src/gtk/pluginwindow.c                ** NEW **
4654         * src/gtk/pluginwindow.h                ** NEW **
4655                 add plugin window
4656
4657         * src/plugins/demo/demo.c
4658         * src/plugins/spamassassin/spamassassin.c
4659         * src/plugins/spamassassin/spamassassin_gtk.c
4660                 write better plugin descriptions
4661
4662 2002-12-31 [christoph]  0.8.8claws32
4663
4664         * src/gtk/prefswindow.c
4665         * src/plugins/spamassassin/spamassassin_gtk.c
4666                 some small improvements to GTK code
4667
4668 2002-12-31 [christoph]  0.8.8claws31
4669
4670         * src/plugins/spamassassin/spamassassin_gtk.c
4671                 enable folder select button
4672
4673 2002-12-31 [christoph]  0.8.8claws30
4674
4675         * src/mainwindow.c
4676         * src/gtk/Makefile.am
4677         * src/gtk/prefswindow.c                         ** NEW **
4678         * src/gtk/prefswindow.h                         ** NEW **
4679                 add new prefs window
4680
4681         * src/common/plugin.c
4682                 don't try to load empty config lines
4683         
4684         * src/plugins/spamassassin/Makefile.am
4685         * src/plugins/spamassassin/spamassassin.c
4686         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4687         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4688                 GTK config for SpamAssassin Plugin using
4689                 the new prefs window
4690
4691 2002-12-31 [paul]       0.8.8claws29
4692
4693         * po/POTFILES.in
4694                 remove obsolete entry 'src/menu.c'
4695
4696 2002-12-31 [alfons]     0.8.8claws28
4697
4698         * src/matcher.[ch]
4699         * src/matcher_parser_parse.y
4700         * src/prefs_matcher.c
4701                 add "ignore_thread" and "~ignore_thread" condition so it's
4702                 possible to make the actions / scoring operate on the ignore
4703                 thread flag
4704
4705 2002-12-31 [christoph]  0.8.8claws27
4706
4707         * src/addrbook.c
4708         * src/addrindex.c
4709         * src/folder.c
4710         * src/matcher.c
4711         * src/prefs_account.c
4712         * src/prefs_actions.c
4713         * src/prefs_customheader.c
4714         * src/prefs_display_header.c
4715         * src/prefs_gtk.c
4716         * src/procmime.c
4717         * src/toolbar.c
4718         * src/xmlprops.c
4719         * src/common/prefs.[ch]
4720                 extend prefs file handling for reading and automatic handling
4721                 of blocks. When reading prefs_set_block_label will automatically
4722                 move on to the block. When writing it will copy all other blocks
4723                 automatically
4724
4725         * src/common/plugin.c
4726                 Now loading plugin filenames from [Plugins] block in
4727                 sylpheed rc file
4728
4729 2002-12-30 [christoph]  0.8.8claws26
4730
4731         * src/common/hooks.[ch]
4732                 return abort status to caller of hooks_invoke
4733                 
4734         * src/inc.[ch]
4735                 invoke message filtering hook and stop
4736                 default handling when filter returns abort
4737
4738         * src/common/plugin.[ch]
4739         * src/plugins/demo/demo.c
4740                 modify plugin loader, because resolving symbols for strings
4741                 does not work correctly
4742         
4743         * configure.in
4744         * ac/spamassassin.m4                            ** NEW **
4745         * src/plugins/spamassassin/.cvsignore           ** NEW **
4746         * src/plugins/spamassassin/Makefile.am          ** NEW **
4747         * src/plugins/spamassassin/README               ** NEW **
4748         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4749         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4750         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4751                 add spamassassin plugin, see src/plugins/spamassassin/README
4752                 for details
4753
4754 2002-12-29 [alfons]     0.8.8claws25
4755
4756         * src/mainwindow.c
4757                 when moving focus from a message view to the main 
4758                 window, don't forget to select the summary node
4759                 of the displayed message. should fix "[ 659103 ] 
4760                 focus-follows-mouse confuses sylpheed"
4761
4762 2002-12-29 [christoph]  0.8.8claws24
4763
4764         * src/Makefile.am
4765         * src/stringtable.[ch]          ** REMOVE **
4766         * src/common/Makefile.am
4767         * src/common/stringtable.[ch]   ** NEW **
4768                 move stringtable files to common directory
4769
4770 2002-12-29 [christoph]  0.8.8claws23
4771
4772         * src/Makefile.am
4773         * src/menu.[ch]                 ** REMOVE **
4774         * src/gtk/Makefile.am
4775         * src/gtk/menu.[ch]             ** NEW **
4776                 move menu files to gtk directory
4777
4778 2002-12-29 [match]      0.8.8claws22
4779
4780         * src/addressbook.c
4781         * src/syldap.c
4782                 moved UI specific code out of LDAP code into addressbook
4783                 UI code. fixed memory leak.
4784
4785 2002-12-29 [christoph]  0.8.8claws21
4786
4787         * src/folder.c
4788                 only check for IGNORED parent message when message is
4789                 not IGNORED itself
4790
4791 2002-12-29 [alfons]     0.8.8claws20
4792
4793         * src/summaryview.c
4794                 set gtksctree's anchor correct (immediate execute
4795                 changes the tree's layout, and anchor points at 
4796                 the incorrect row). fixes "[ 657233 ] multiple msg 
4797                 delete sometimes off by 1".
4798                 we probably have to look for more tree layout /
4799                 anchor glitches.
4800
4801 2002-12-29 [paul]       0.8.8claws19
4802
4803         * src/summaryview.c
4804                 fix bug [ 659054 ] incorrect sorting of 'From' column
4805                 when using 'display sender using address book'
4806                 thanks to Alfons and Luke Plant
4807
4808 2002-12-29 [christoph]  0.8.8claws18
4809
4810         * src/folder.c
4811         * src/procmsg.[ch]
4812                 check parent messages for IGNORE THREAD flag, when adding,
4813                 moving or copying messages to a folder
4814
4815 2002-12-27 [alfons]     0.8.8claws17
4816
4817         re-organize matcher part 5; more to come
4818
4819         * src/matcher.c
4820                 hash keywords in matchparser_tab 
4821
4822 2002-12-27 [alfons]     0.8.8claws16
4823
4824         re-organize matcher part 4; more to come
4825
4826         * src/matcher_parser.h
4827         * src/matcher_parser_lex.l
4828         * src/matcher_parser_parse.y
4829                 cleanup
4830
4831 2002-12-27 [alfons]     0.8.8claws15
4832
4833         re-organize matcher part 3; more to come
4834
4835         * src/matcher.[ch]
4836                 cleanup
4837
4838 2002-12-27 [alfons]     0.8.8claws14
4839
4840         re-organize matcher part 2; more to come but this should
4841         work. cc me if there are any regressions.
4842
4843         * src/matcher.h
4844                 add prototype for get_matchparser_tab_id()
4845         * src/matcher_parser_lex.l
4846                 look up keywords using matchparser_tab_id();
4847
4848 2002-12-27 [alfons]     0.8.8claws12
4849
4850         re-organize matcher part 1
4851
4852         * src/matcher.h
4853                 map yacc generated constants to sylpheed matcher constants
4854         * src/matcher.c
4855                 add function to find a matcher constant from a string
4856
4857 2002-12-27 [christoph]  0.8.8claws11
4858
4859         * src/compose.c
4860                 MENUITEM_ADD casts the 4th argument from integer to pointer
4861                 so it probably should not be a pointer, this means we
4862                 should use account id for it and not the account's pointer
4863
4864 2002-12-27 [paul]       0.8.8claws10
4865
4866         * src/mainwindow.c
4867                 remove unneeded 'GtkWidget *vbox'
4868                 
4869         * src/summaryview.c
4870                 further sync with 0.8.8 - make sort
4871                 by recipient work as expected
4872                 
4873         * NEWS
4874                 sync with 0.8.8
4875
4876 2002-12-27 [paul]       0.8.8claws9
4877
4878         * po/pt_BR.po
4879                 updated by Ivan F. Martinez
4880                 
4881 2002-12-27 [darko]      0.8.8claws8
4882
4883         * src/common/utils.c
4884                 added locked pattern to extended search
4885
4886 2002-12-27 [alfons]     0.8.8claws7
4887
4888         * src/prefs_matcher.[ch]
4889                 clean up
4890
4891 2002-12-26 [alfons]     0.8.8claws6
4892
4893         * src/matcher.[ch]
4894         * src/matcher_parser_lex.l
4895         * src/matcher_parser_parse.y
4896         * src/prefs_matcher.c
4897                 allow color label as a condition in the matcher
4898
4899 2002-12-26 [oliver]     0.8.8claws5
4900         
4901         * src/toolbar.c 
4902                 enable Addressbook for Main and Messageview
4903         * src/prefs_actions.c
4904                 enable actions in Messageview
4905
4906 2002-12-26 [christoph]  0.8.8claws4
4907
4908         * src/common/plugin.c
4909                 add a little debug output
4910         * configure.in
4911         * src/plugins/demo/Makefile.am
4912                 better use of automake
4913
4914 2002-12-26 [christoph]  0.8.8claws3
4915
4916         * src/Makefile.am
4917         * src/common/Makefile.am
4918                 fix "make distdir"
4919
4920 2002-12-26 [christoph]  0.8.8claws2
4921
4922         * configure.in
4923                 sort configure checks into common / gtk / plugins
4924         * po/POTFILES.in
4925                 add src/prefs_gtk.c
4926         * src/Makefile.am
4927                 add plugins SUBDIR
4928         * src/main.c
4929         * src/common/sylpheed.[ch]
4930                 added now sylpheed_done function for shutdown
4931         * src/common/Makefile.am
4932         * src/common/plugin.[ch]                ** NEW **
4933                 plugin loader and unloader
4934         * src/plugins/.cvsignore                ** NEW **
4935         * src/plugins/Makefile.am               ** NEW **
4936                 build plugins
4937         * src/plugins/demo/.cvsignore           ** NEW **
4938         * src/plugins/demo/Makefile.am          ** NEW **
4939         * src/plugins/demo/demo.c               ** NEW **
4940                 small demo plugin that installs a logtext hook and
4941                 outputs the log text to stdout
4942
4943 2002-12-26 [paul]       0.8.8claws1
4944
4945         * po/es.po
4946                 updated by Ricardo Mones Lastra
4947
4948 2002-12-26 [paul]       0.8.8claws
4949
4950         * 0.8.8claws released
4951
4952 2002-12-26 [paul]       0.8.7claws12
4953
4954         * po/bg.po
4955                 updated by George Danchev
4956
4957 2002-12-26 [paul]       0.8.7claws11
4958
4959         * po/POTFILES.in
4960                 remove unneeded 'src/prefs.c' entry 
4961
4962 2002-12-26 [paul]       0.8.7claws10
4963
4964         * src/codeconv.c
4965           src/mainwindow.c
4966                 sync with 0.8.8 release
4967         
4968         * src/folder.[ch]
4969           src/mh.c
4970           src/summaryview.c
4971                 partial sync with 0.8.8 release
4972         
4973
4974 2002-12-25 [alfons]     0.8.7claws9
4975
4976         * src/matcher.[ch]
4977         * src/matcher_parser_lex.l
4978         * src/matcher_parser_parse.y
4979         * src/prefs_matcher.c
4980                 add locked flag to possible filtering / matcher 
4981                 conditions (also a good example what should be
4982                 done to add a simple boolean condition)
4983
4984 2002-12-25 [christoph]  0.8.7claws8
4985
4986         * src/Makefile.am
4987         * src/account.[ch]
4988         * src/addrbook.c
4989         * src/addressbook.c
4990         * src/addrindex.c
4991         * src/filtering.c
4992         * src/folder.c
4993         * src/matcher.c
4994         * src/prefs.[ch]                ** REMOVE **
4995         * src/prefs_account.c
4996         * src/prefs_actions.c
4997         * src/prefs_common.c
4998         * src/prefs_customheader.c
4999         * src/prefs_display_header.c
5000         * src/prefs_filtering.c
5001         * src/prefs_folder_item.c
5002         * src/prefs_gtk.[ch]            ** NEW **
5003         * src/prefs_matcher.c
5004         * src/prefs_scoring.c
5005         * src/prefs_summary_column.c
5006         * src/procmime.c
5007         * src/selective_download.c
5008         * src/toolbar.c
5009         * src/common/Makefile.am
5010         * src/common/prefs.[ch]         ** NEW **
5011                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5012
5013 2002-12-24 [alfons]     0.8.7claws7
5014
5015         * src/summaryview.c
5016                 summary_thread_build(): fix real cause of the crash mentioned in
5017                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5018                 this way we get meaningful ctree nodes 
5019
5020 2002-12-24 [oliver]     0.8.7claws6
5021
5022         * src/mainwindow.[ch]
5023         * src/messageview.[ch]
5024         * src/compose.[ch]
5025         * src/inc.c
5026         * src/summaryview.c
5027                 changes to use updated toolbar handling
5028                 
5029 2002-12-24 [oliver]     0.8.7claws5
5030
5031         * src/toolbar.[ch]
5032                 generic toolbar handling
5033                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5034         * src/prefs_toolbar.[ch]
5035                 adjust to handling
5036         
5037 2002-12-24 [oliver]     0.8.7claws4
5038         
5039         * src/stock_pixmap.[ch]
5040                 move SYLPHEED_LOGO to end of list in order 
5041                 to remove it from Custom Toolbar`s Icon View
5042
5043 2002-12-24 [alfons]     0.8.7claws3
5044
5045         * src/summaryview.c
5046                 summary_thread_build(): fix crash because of focus != selection 
5047                 after threading. when deleting the selection, gtk tries but fails 
5048                 to find the correct focusable element. we now force the selection
5049                 to be focused. this should solve the infamous bug reported by 
5050                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5051                 a test case is available. 
5052
5053 2002-12-24 [darko]      0.8.7claws2
5054
5055         * src/summaryview.c
5056                 don't crash when unmarking message with unread children
5057
5058 2002-12-23 [christoph]  0.8.7claws1
5059
5060         * src/Makefile.am
5061         * src/common/Makefile.am
5062                 update Makefiles for moved intl.h, version.h and defs.h
5063         * src/imap.c
5064                 rewrite imap_session_get to avoid duplicate code
5065
5066 2002-12-23 [paul]       0.8.7claws
5067
5068         * Santa-Claws released
5069         
5070         * po/hu.po
5071           po/ru.po
5072                 squeeze in updated Hungarian and Russian translations.
5073                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5074
5075 2002-12-23 [paul]       0.8.6claws129
5076
5077         * po/pl.po
5078                 updated by Witold Wladyslaw Wojciech Wilk
5079
5080 2002-12-23 [paul]       0.8.6claws128
5081
5082         * src/quote_fmt_parse.y
5083                 fix typo and add licence header
5084
5085 2002-12-23 [paul]       0.8.6claws127
5086
5087         * po/en_GB.po
5088                 updated
5089
5090 2002-12-23 [paul]       0.8.6claws126
5091
5092         * po/it.po
5093                 updated translation, submitted by Alessandro Maestri
5094                 
5095 2002-12-23 [paul]       0.8.6claws125
5096
5097         * src/quote_fmt_parse.y
5098                 fix signature-stripping on replies bug. match
5099                 '-- \n' and not '-- '.
5100
5101 2002-12-22 [paul]       0.8.6claws124
5102
5103         * po/bg.po
5104           po/es.po
5105           po/sr.po
5106                 updated translations. submitted by George Danchev,
5107                 Ricardo Mones Lastra, and Urke MMI respectively
5108
5109 2002-12-21 [paul]       0.8.6claws123
5110
5111         * src/addrbook.c
5112                 fix coding style
5113
5114 2002-12-21 [paul]       0.8.6claws122
5115
5116         * src/addrbook.c
5117                 fix bug [643638] where if a person is in one or more
5118                 addressbook groups editing that person's email 
5119                 address results in removal from those groups.
5120                 Patch submitted by Luke Plant.
5121
5122 2002-12-20 [christoph]  0.8.6claws121
5123
5124         * src/common/utils.c
5125         * src/summaryview.c
5126                 reimplement expand_search_string using GString to
5127                 prevent crashs caused by miscalculated string
5128                 lengths reported by Paul
5129
5130 2002-12-20 [christoph]  0.8.6claws120
5131
5132         * src/summaryview.c
5133                 don't use "changed" to check if op_count has to be changed as it
5134                 is also set when the message has unread children
5135                 (closes bug [ 653221 ] crash while deleting duplicates)
5136
5137 2002-12-20 [paul]       0.8.6claws119
5138
5139         * sync with 0.8.6cvs27
5140                 see ChangeLog 2002-12-20
5141
5142 2002-12-20 [paul]       0.8.6claws118
5143
5144         * sync with 0.8.6cvs26
5145                 see ChangeLog 2002-12-19 and 2002-12-20
5146
5147 2002-12-19 [alfons]     0.8.6claws117
5148
5149         * src/textview.c
5150                 fix incorrect parsing of email addresses, submitted by 
5151                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5152                 name display if it contains @".
5153
5154 2002-12-18 [paul]       0.8.6claws116
5155
5156         * sync with 0.8.6cvs23
5157                 see ChangeLog 2002-12-18
5158
5159 2002-12-18 [paul]       0.8.6claws115
5160
5161         * src/Makefile.am
5162         * src/account.c
5163         * src/codeconv.c
5164         * src/gtkutils.[ch]
5165         * src/imap.c
5166                 sync with 0.8.6cvs22.
5167                 see ChangeLog 2002-12-17 and 2002-12-18
5168
5169 2002-12-17 [christoph]  0.8.6claws114
5170
5171         * src/imap.c
5172                 o don't create a session if imap greeting fails
5173                 o don't close socket when authentication fails
5174                   this is done by imap_session_destroy
5175
5176 2002-12-17 [thorsten]   0.8.6claws113
5177
5178         * tools/Makefile.am
5179           tools/README
5180           tools/google_msgid.pl ** NEW FILE **
5181                 Added "search for message-id" script and doc
5182
5183 2002-12-17 [thorsten]   0.8.6claws112
5184
5185         * po/hu.po
5186                 Updated hungarian translation
5187                 (updated by Gal Zoltan)
5188
5189 2002-12-16 [christoph]  0.8.6claws111
5190
5191         * src/addr_compl.c
5192                 remove stupid addressbook dump to debug output
5193         * src/mh.c
5194                 fix memory leak found by Hiro
5195
5196 2002-12-14 [paul]       0.8.6claws110
5197
5198         * src/compose.c
5199                 fix menubar sensitivity on send
5200                 
5201         * src/prefs_filtering.c
5202         * src/prefs_matcher.c
5203         * src/prefs_scoring.c
5204                 Fix english ;)
5205                 
5206         * src/common/quoted-printable.h
5207                 sync: fix typo
5208         
5209 2002-12-13 [christoph]  0.8.6claws109
5210
5211         * src/Makefile.am
5212         * src/manage_window.[ch]        ** REMOVE **
5213         * src/gtk/Makefile.am
5214         * src/gtk/manage_window.[ch]    ** NEW **
5215                 move manage_window files to gtk directory
5216
5217 2002-12-13 [christoph]  0.8.6claws108
5218
5219         * src/Makefile.am
5220         * src/gtkshruler.[ch]           ** REMOVE **
5221         * src/gtk/Makefile.am
5222         * src/gtk/gtkshruler.[ch]       ** NEW **
5223                 move gtkshruler files to gtk directory
5224
5225 2002-12-13 [christoph]  0.8.6claws107
5226
5227         * src/Makefile.am
5228         * src/compose.c
5229         * src/gtkstext.[ch]             ** REMOVE **
5230         * src/gtkutils.[ch]
5231         * src/textview.c
5232         * src/gtk/gtkstext.[ch]         ** NEW **
5233         * src/gtk/Makefile.am
5234                 o move stext functions to gtkstext.c to remove
5235                   dependency of gtkutils
5236                 o move gtkstext files to gtk directory
5237
5238         * src/gtk/Makefile.am
5239         * src/gtk/sslcertwindow.[ch]
5240                 UI stuff can always depend on common code so
5241                 it's ok to add ../common to include path
5242
5243 2002-12-13 [colin]      0.8.6claws106
5244
5245         * src/summaryview.c
5246                 Disconnect sighandlers for mainwindow when
5247                 quicksearch has the focus
5248                 Fix bug #653231
5249         * src/mainwindow.[ch]
5250                 Make key_pressed callback public, to be able
5251                 to disconnect it
5252
5253 2002-12-13 [christoph]  0.8.6claws105
5254
5255         * src/mh.c
5256                 create .mh_sequences file in new MH folders
5257                 (closes feature request [ 523162 ] MH folders should
5258                  get a .mh_sequences)
5259
5260 2002-12-13 [colin]      0.8.6claws104
5261
5262         * src/summaryview.c
5263                 Better handling of quicksearch show/hide
5264                 (basically the button stays under the mouse 
5265                  when toggled)
5266
5267 2002-12-13 [paul]       0.8.6claws103
5268
5269         * sync with 0.8.6cvs17
5270                 see ChangeLog 2002-12-13
5271
5272 2002-12-13 [paul]       0.8.6claws102
5273
5274         * po/es.po
5275                 updated by Ricardo Mones Lastra
5276
5277 2002-12-11 [colin]       0.8.6claws101
5278
5279         * src/folder.c
5280                 remove statusbar stuff
5281           src/folderview.c
5282                 set statusbar verbosity when moving folders
5283
5284 2002-12-11 [colin]       0.8.6claws100
5285         * src/prefs_filtering.c
5286         * src/prefs_matcher.c
5287         * src/prefs_scoring.c
5288                 Fix english ;)
5289
5290 2002-12-11 [colin]       0.8.6claws99
5291
5292         * src/prefs_common.[ch]
5293                 Add summary_quicksearch_type
5294         * src/summaryview.c
5295                 Save last used quicksearch type
5296
5297 2002-12-11 [jens]       0.8.6claws98
5298         * src/prefs_filtering.c
5299         * src/prefs_matcher.c
5300         * src/prefs_scoring.c
5301                 added dialog for incomplete rules in scoring, filtering and
5302                 matcher to ask wheather really close
5303
5304 2002-12-11 [colin]      0.8.6claws97
5305
5306         * src/folder.c
5307                 Fix folder dnd statusbar logging
5308
5309 2002-12-10 [christoph]  0.8.6claws96
5310
5311         * src/compose.c
5312         * src/folder.c
5313         * src/imap.c
5314         * src/inc.c
5315         * src/main.c
5316         * src/mainwindow.c
5317         * src/news.c
5318         * src/send.c
5319         * src/statusbar.[ch]
5320         * src/common/hooks.c
5321         * src/common/log.[ch]
5322                 o handle verbose logging in statusbar directly in statusbar code
5323                   and common code does not need any knowledge about a statusbar
5324                 o remove direct calls to statusbar_(puts|pop)_all functions
5325
5326 2002-12-10 [jens]       0.8.6claws95
5327
5328         * src/*.c
5329                 removed gettext from g_warnings
5330         * po/POTFILES.in
5331                 cleaned and updated
5332         * po/de.po
5333                 updated
5334
5335 2002-12-10 [colin]      0.8.6claws94
5336
5337         * src/main.c
5338                 finish crash dialog fix
5339
5340 2002-12-10 [colin]      0.8.6claws93
5341
5342         * src/main.c
5343                 "Fix" "sylpheed already running" instead of
5344                 crash dialog appearing after a crash
5345
5346 2002-12-10 [colin]      0.8.6claws92
5347
5348         * po/POTFILES.in
5349                 add src/gtk/sslcertwindow.c
5350
5351 2002-12-10 [paul]       0.8.6claws91
5352
5353         * po/POTFILES.in
5354                 updated to reflect recent changes
5355                 submitted by Alessandro Maestri
5356
5357 2002-12-09 [christoph]  0.8.6claws90
5358
5359         * src/Makefile.am
5360         * src/smtp.[ch]                 ** REMOVE **
5361         * src/common/Makefile.am
5362         * src/common/smtp.[ch]          ** NEW **
5363                 move smtp files to common directory
5364
5365 2002-12-09 [christoph]  0.8.6claws89
5366
5367         * src/Makefile.am
5368         * src/session.[ch]              ** REMOVE **
5369         * src/common/Makefile.am
5370         * src/common/session.[ch]       ** NEW **
5371                 move session files to common directory
5372
5373 2002-12-09 [paul]       0.8.6claws88
5374
5375         * src/account.c
5376                 fix bug [649746] edit accounts: move account reverted
5377                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5378
5379 2002-12-09 [colin]      0.8.6claws87
5380
5381         * src/ssl_certificate.c
5382                 cleanup
5383
5384 2002-12-09 [colin]      0.8.6claws86
5385
5386         * src/ssl.c
5387                 Try to open the cert.pem database and 
5388                 issue a warning if it isn't there
5389
5390 2002-12-09 [colin]      0.8.6claws85
5391
5392         * src/common/ssl_certificate.c
5393         * src/gtk/sslcertwindow.c
5394                 Warning fixes
5395
5396 2002-12-09 [colin]      0.8.6claws84
5397
5398         * src/ssl_certificate.[ch] ** REMOVED **
5399         * src/common/ssl_certificate.[ch] ** NEW **
5400         * src/Makefile.am
5401         * src/common/Makefile.am
5402                 Moved ssl_certificate.[ch] to common
5403         * src/common/ssl.c 
5404                 Put back needed include
5405         * src/gtk/sslcertwindow.[ch]
5406                 Changed ssl_certificate.h include
5407         
5408 2002-12-09 [colin]      0.8.6claws83
5409
5410         * src/gtk/sslcertwindow.[ch]
5411                 Implement hook for certificate acception
5412         * src/ssl_certificate.[ch]
5413                 Implement hook for certificate acception
5414         * src/common/ssl.c
5415                 Reenable certificate acception check
5416         * src/mainwindow.c
5417                 Register sslcertwindow's hook
5418         
5419 2002-12-08 [christoph]  0.8.6claws82
5420
5421         * src/about.c
5422         * src/addr_compl.c
5423         * src/codeconv.c
5424         * src/manual.c
5425         * src/undo.c
5426         * src/common/utils.c
5427                 o add missing includes
5428                 o fix warnings
5429         * src/.cvsignore
5430         * src/common/.cvsignore
5431         * src/common/version.h          ** REMOVE **
5432                 remove autogenerated file
5433
5434 2002-12-08 [paul]       0.8.6claws81
5435
5436         * src/stringtable.c
5437                 put back needed include
5438
5439 2002-12-08 [colin]      0.8.6claws80
5440         
5441         * src/gtk/sslcertwindow.c
5442                 Cleaner popups when asking
5443         * src/ssl_certificate.c
5444         * src/prefs_common.[ch]
5445                 remove ssl certificate pref
5446                 put back needed include
5447         * src/undo.c
5448                 put back needed include
5449
5450 2002-12-08 [christoph]  0.8.6claws79
5451
5452         * src/folderview.c
5453         * src/logwindow.c
5454         * src/statusbar.c
5455         * src/summaryview.c
5456                 only abort hook invokation if required data is missing not
5457                 if our own data pointer is NULL, update hookfunction for
5458                 log window
5459
5460 2002-12-08 [paul]       0.8.6claws78
5461
5462         * src/about.c
5463         * src/addrcache.c
5464         * src/addrclip.c
5465         * src/addr_compl.c
5466         * src/addrselect.c
5467         * src/codeconv.c
5468         * src/colorlabel.c
5469         * src/enriched.c
5470         * src/esmtp.c
5471         * src/exporthtml.c
5472         * src/headerview.c
5473         * src/imageview.c
5474         * src/manual.c
5475         * src/noticeview.c
5476         * src/pgptext.c
5477         * src/scoring.c
5478         * src/sourcewindow.c
5479         * src/stringtable.c
5480         * src/undo.c
5481                 clean up: remove unneccesary includes
5482
5483 2002-12-08 [christoph]  0.8.6claws77
5484
5485         * src/folderview.c
5486         * src/statusbar.c
5487         * src/summaryview.c
5488         * src/common/hooks.[ch]
5489                 hook functions now have a gboolean return value, if a hook
5490                 returns TRUE it will stop executing of any more hooks in
5491                 the same hooklist for this invokation
5492
5493 2002-12-08 [colin]      0.8.6claws76
5494         
5495         * src/main.c
5496                 put back argv0 for CRASH_DIALOG
5497
5498 2002-12-08 [christoph]  0.8.6claws75
5499
5500         * src/Makefile.am
5501         * src/about.c
5502         * src/account.c
5503         * src/crash.c
5504         * src/esmtp.h
5505         * src/imap.[ch]
5506         * src/inc.c
5507         * src/main.c
5508         * src/mainwindow.c
5509         * src/news.c
5510         * src/pop.[ch]
5511         * src/prefs_account.[ch]
5512         * src/prefs_common.[ch]
5513         * src/send.[ch]
5514         * src/smtp.[ch]
5515         * src/ssl_certificate.[ch]
5516         * src/ssl_manager.[ch]
5517         * src/common/Makefile.am
5518         * src/common/log.c
5519         * src/common/nntp.[ch]
5520         * src/common/socket.[ch]
5521         * src/common/ssl.[ch]
5522         * src/gtk/sslcertwindow.[ch]
5523         * ac/openssl.m4
5524                 use new autoconf script to detect OpenSSL with extra parameters
5525                 to specify the location of libs and includes, also remove USE_SSL
5526                 to USE_OPENSSL
5527
5528         * src/common/sylpheed.[ch]
5529         * src/common/version.h.in
5530                 start seperation of common code initialization seperated from gui
5531
5532         * src/summaryview.c
5533                 The function that is called when a color label changes
5534                 should not change the color lable again
5535
5536 2002-12-08 [colin]      0.8.6claws74
5537
5538         * src/gtk/sslcertwindow.c
5539                 warning fixes
5540
5541 2002-12-08 [colin]      0.8.6claws73
5542
5543         * src/statusbar.c
5544           src/common/log.h
5545                 Register a hook for statusbar_puts_all
5546         * src/common/log.c
5547                 invoke statusbar_puts_all's hook
5548         
5549 2002-12-08 [colin]      0.8.6claws72
5550
5551         * src/ssl_certificate.c
5552                 Put back a badly-removed include
5553
5554 2002-12-08 [colin]      0.8.6claws71
5555
5556         * src/gtk/sslcertwindow.[ch]    ** NEW **
5557                 new certificate presentation
5558         * src/gtk/Makefile.am
5559                 add new files
5560         * src/ssl_certificate.[ch]
5561                 gtk cleanup, made utility functions public
5562         * src/ssl_manager.c
5563                 use new cert presentation
5564
5565 2002-12-07 [christoph]  0.8.6claws70
5566
5567         * src/Makefile.am
5568         * src/nntp.[ch]                 ** REMOVE **
5569         * src/common/Makefile.am
5570         * src/common/nntp.[ch]          ** NEW **
5571                 move nntp files to common directory
5572
5573 2002-12-07 [christoph]  0.8.6claws69
5574
5575         * src/procmsg.[ch]
5576         * src/summaryview.c
5577                 implement msginfo update callback using sylpheed's new
5578                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5579
5580 2002-12-06 [christoph]  0.8.6claws68
5581
5582         * src/editgroup.c
5583                 This patch changes the 'Edit Group Details' dialog to
5584                 allow extended selections in either pane, so that
5585                 addresses can be added or removed from a group more
5586                 quickly and easily. (it actually is a net decrease in
5587                 file size, as some unnecessary functions have been
5588                 removed). 
5589                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5590
5591 2002-12-06 [christoph]  0.8.6claws67
5592
5593         * src/Makefile.am
5594         * src/template.[ch]             ** REMOVE **
5595         * src/common/Makefile.am
5596         * src/common/template.[ch]      ** NEW **
5597                 move template files to common directory
5598
5599         * src/nntp.c
5600                 add missing log.h include
5601
5602 2002-12-06 [melvin]     0.8.6claws66
5603
5604         * src/prefs_actions.c
5605                 Added the trailing ">" syntax to insert command's output
5606                 without replacing old text (in contrast to trailing "|").
5607
5608 2002-12-05 [colin]      0.8.6claws65
5609         
5610         * src/common/utils.c
5611                 Don't modify original search_string or it'll change
5612                 the next iterations in the for()
5613
5614 2002-12-05 [darko]      0.8.6claws64
5615
5616         * src/common/utils.c
5617                 proper check for filtering commands, found by Colin
5618
5619 2002-12-05 [darko]      0.8.6claws63
5620
5621         * src/common/utils.c
5622                 check proper string for NULL pointer, found by Colin
5623
5624 2002-12-05 [darko]      0.8.6claws62
5625
5626         * src/common/utils.[ch]
5627                 expand_search_string(): new function
5628                 converts Mutt-like patterns to Sylpheed's
5629                 filtering engine
5630         * src/summaryview.c
5631                 use expand_search_string() to allow Mutt-like
5632                 patterns in extended search
5633         * README.claws
5634                 document extended option in quick search
5635
5636 2002-12-05 [paul]       0.8.6claws61
5637
5638         * sync with 0.8.6cvs16
5639                 see ChangeLog 2002-12-05
5640                 
5641         * po/POTFILES.in
5642                 clean up
5643
5644 2002-12-04 [christoph]  0.8.6claws60
5645
5646         * src/imap.[ch]
5647                 put imap authentication code into a new function and
5648                 remove it from imap_session_new that will allow to
5649                 send other commands before authentication
5650
5651 2002-12-04 [christoph]  0.8.6claws59
5652
5653         * src/imap.[ch]
5654                 use already existing method to prevent unneeded IMAP
5655                 folder selects. Set imap_select parameters to NULL
5656                 in some functions if the values are not required.
5657
5658         * src/xml.h
5659                 remove no longer required include
5660
5661 2002-12-04 [paul]       0.8.6claws58
5662
5663         * po/es.po
5664                 updated by Ricardo Mones Lastra
5665                 
5666         * configure.in
5667           po/hu.po      ** NEW FILE **
5668                 initial Hungarian translation, submitted
5669                 by Gál Zoltán <galzoli@hu.inter.net>
5670
5671 2002-12-03 [christoph]  0.8.6claws57
5672
5673         * src/Makefile.am
5674         * src/gtksctree.[ch]            ** REMOVE **
5675         * src/gtk/Makefile.am
5676         * src/gtk/gtksctree.[ch]        ** NEW **
5677                 move gtksctree files to gtk directory
5678
5679 2002-12-03 [christoph]  0.8.6claws56
5680
5681         * src/Makefile.am
5682         * src/md5.[ch]                  ** REMOVE **
5683         * srm/common/Makefile.am
5684         * src/common/md5.[ch]           ** NEW **
5685                 move md5 files to common directory
5686
5687         * src/gtkstext.c
5688                 remove not required #include
5689
5690 2002-12-03 [sergey]     0.8.6claws55
5691
5692         * src/gtkutils.c
5693         * src/gtkutils.h
5694                 gtkut_window_popup(): new function.
5695         * src/mainwindow.c
5696                 main_window_popup(): use gtkut_window_popup() to raise
5697                 window without changing its position.
5698                 (see sylpheed-main ML message [sylpheed:17247])
5699
5700 2002-12-03 [sergey]     0.8.6claws54
5701
5702         * src/send.c
5703                 send_message_local(): removed first-dot escaping
5704                 (SMTP-only, not needed for sending through pipe)
5705
5706 2002-12-03 [paul]       0.8.6claws53
5707
5708         * po/POTFILES.in
5709                 update to reflect recent changes (thanks
5710                 to Ricardo Mones Lastra)
5711                 
5712         * tools/filter_conv.pl
5713                  fix problem with quoted strings. Patch submitted
5714                  by Luke Plant <lukeplant@softhome.net>
5715
5716 2002-12-03 [paul]       0.8.6claws52
5717
5718         * sync with 0.8.6cvs15
5719                 see ChangeLog 2002-12-03
5720
5721 2002-12-02 [christoph]  0.8.6claws51
5722
5723         * src/logwindow.[ch]
5724         * src/common/log.[ch]
5725                 implement logging using a hook function
5726
5727         * src/folderview.c
5728         * src/folder.[ch]
5729                 define hooklist name in header file to avoid
5730                 errors caused by wrong spelling of hooklist names
5731
5732         * src/toolbar.c
5733                 fix warnings
5734
5735 2002-12-02 [christoph]  0.8.6claws50
5736
5737         * src/common/Makefile.am
5738                 add src/common/hooks.[ch]
5739
5740         * src/common/hooks.[ch]
5741                 implement a simple hook system using glib's hook functions
5742
5743         * src/folder.[ch]
5744         * src/folderview.c
5745                 use new hook system for folder item updates
5746
5747 2002-12-02 [christoph]  0.8.6claws49
5748
5749         * doc-src/ui_seperation.txt     ** NEW **
5750                 information for ui seperation
5751
5752         * src/Makefile.am
5753                 remove files that were moved to common
5754                 include common directory by default for the header files
5755
5756         * src/inc.c
5757         * src/common/socket.c
5758         * src/automaton.[ch]
5759                 implement automaton using g_io_*-functions instead of
5760                 gdk_input_add to make it ui independent
5761
5762         * src/codeconv.c
5763         * src/compose.c
5764         * src/ldif.c
5765         * src/pgptext.c
5766         * src/procmime.c
5767         * src/rfc2015.c
5768         * src/smtp.c
5769         * src/unmime.c
5770                 remove common/ prefix because directory is now in
5771                 include path
5772
5773         * src/compose.c
5774         * src/folder.c
5775         * src/folderview.c
5776         * src/mainwindow.c
5777         * src/messageview.c
5778         * src/prefs_common.c
5779         * src/procmsg.c
5780         * src/rfc2015.c
5781                 fix warnings
5782
5783         * src/imap.c
5784         * src/inc.c
5785         * src/news.c
5786         * src/pop.c
5787         * src/send.c
5788         * src/smtp.c
5789         * src/ssl_certificate.c
5790                 add log.h header file for logging functions
5791
5792         * src/main.c
5793         * src/common/utils.c
5794         * src/summaryview.c
5795         * src/xml.c
5796                 o move debug_mode to common/utils.c
5797                 o add functions to set and get debug_mode
5798
5799         * src/defs.h                    ** REMOVE **
5800         * src/intl.h                    ** REMOVE **
5801         * src/socket.[ch]               ** REMOVE **
5802         * src/ssl.[ch]                  ** REMOVE **
5803         * src/utils.[ch]                ** REMOVE **
5804                 replaced by new files in src/common/
5805         
5806         * src/common/Makefile.am
5807                 add new files in src/common/
5808
5809         * src/common/defs.h             ** NEW **
5810         * src/common/intl.h             ** NEW **
5811         * src/common/log.[ch]           ** NEW **
5812         * src/common/socket.[ch]        ** NEW **
5813         * src/common/ssl.[ch]           ** NEW **
5814         * src/common/utils.[ch]         ** NEW **
5815                 replacement for files in src/
5816
5817 2002-12-02 [colin]      0.8.6claws48
5818
5819         * src/folderview.c
5820                 Scroll folderview if necessary during dnd
5821
5822 2002-12-02 [colin]      0.8.6claws47
5823
5824         * src/folder.[ch]
5825                 Add check to verify a move is within a single mailbox
5826         * src/folderview.c
5827                 Add specific error string for this check
5828
5829 2002-12-02 [colin]      0.8.6claws46
5830
5831         * src/folder.c
5832                 Add a test to folder moving, remove a statusbar_print
5833         * src/folderview.c
5834                 Add Move folder... context-menu item
5835                 Factorize folder moving code
5836                 Enable folder DND for mbox
5837
5838 2002-12-01 [christoph]  0.8.6claws45
5839
5840         * ac/aspell.m4
5841                 remove conf.aspelltest if the version check fails
5842
5843 2002-11-30 [christoph]  0.8.6claws44
5844
5845         * autogen.sh
5846                 run libtoolize --force in autogen to create missing
5847                 libtool scripts
5848
5849 2002-11-30 [christoph]  0.8.6claws43
5850
5851         * src/Makefile.am
5852         * src/pgptext.c
5853         * src/procmime.c
5854         * src/rfc2015.c
5855         * src/uuencode.[ch]             ** REMOVED **
5856         * src/common/Makefile.am
5857         * src/common/uuencode.[ch]      ** NEW **
5858                 move uuen/decoder to common directory
5859
5860 2002-11-30 [christoph]  0.8.6claws42
5861
5862         * src/Makefile.am
5863         * src/base64.[ch]               ** REMOVED **
5864         * src/codeconv.c
5865         * src/compose.c
5866         * src/ldif.c
5867         * src/pgptext.c
5868         * src/procmime.c
5869         * src/rfc2015.c
5870         * src/smtp.c
5871         * src/unmime.c
5872         * src/common/Makefile.am
5873         * src/common/base64.[ch]        ** NEW **
5874                 move base64 en/decoder to common directory
5875
5876 2002-11-30 [christoph]  0.8.6claws41
5877
5878         * src/common                    ** NEW **
5879                 new directory for UI independent code
5880         * src/gtk                       ** NEW **
5881                 new directory for GTK frontend
5882         * src/common/.cvsignore         ** NEW **
5883         * src/gtk/.cvsignore            ** NEW **
5884                 ignore build files
5885         * src/common/Makefile.am        ** NEW **
5886         * src/gtk/Makefile.am           ** NEW **
5887                 automake files to build new seperated stuff
5888         * src/Makefile.am
5889                 the binary will currently still be build with the
5890                 files in src, so we include the code from the
5891                 subdirs for now after building the libs there
5892
5893 2002-11-30 [paul]       0.8.6claws40
5894
5895         * src/compose.c
5896                 fix bug [642731] 'Wrong selected account with drafted mail'
5897
5898 2002-11-29 [oliver]     0.8.6claws39
5899         
5900         * src/messageview.c
5901                 o update summaryview when switching between different
5902                   messageviews          
5903         * src/toolbar.c  
5904                 o check if messageview holds already removed msg
5905                   from summaryview
5906                 
5907
5908 2002-11-29 [oliver]     0.8.6claws38
5909
5910         * src/toolbar.c 
5911                 remove not needed variables and includes
5912                 make messageview stay opened and move to next when msgs are deleted 
5913
5914 2002-11-29 [oliver]     0.8.6claws37
5915         
5916         * src/toolbar.c 
5917                 disable compose button (messageview toolbar) by default
5918                 deleted msgs are moved to trash
5919         
5920 2002-11-29 [melvin]     0.8.6claws36
5921
5922         * configure.in
5923                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5924                 and to detect signatures expirations (gpgme 0.3.6)
5925
5926         * src/main.c
5927                 Use non obsolescent function for Gpgme engine checking.
5928
5929         * src/rfc2015.c
5930                 Inform about expired signatures or signatures which key
5931                 has expired. Expiration date is displayed.
5932
5933         * src/sigstatus.c
5934                 Inform about expired signatures or signatures which key
5935                 has expired.
5936
5937 2002-11-28 [paul]       0.8.6claws35
5938
5939         * src/folderview.c
5940                 re-instate 'Check for new messages' in Newsgroup
5941                 folders right-click menu, after a suggestion from
5942                 Tim Mann <timmann@users.sourceforge.net>
5943
5944         * src/main.c
5945                 after a crash check only local folders for new
5946                 messages
5947
5948 2002-11-28 [paul]       0.8.6claws34
5949
5950         * configure.in
5951                 apply patch that fixes the checking of GTK with XIM 
5952                 support on different OSs, such as FreeBSD. Patch 
5953                 submitted by Topia <topia@users.sourceforge.net>
5954                 
5955 2002-11-28 [paul]       0.8.6claws33
5956
5957         * src/mainwindow.c
5958           src/prefs_common.c
5959           src/prefs_toolbar.c
5960                 more changes to the English
5961
5962 2002-11-28 [paul]       0.8.6claws32
5963
5964         * sync with 0.8.6cvs13
5965                 see ChangeLog 2002-11-28 (no sync needed
5966                 for src/compose.c)
5967
5968 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5969         
5970         * src/mainwindow.[ch]
5971                 add patch by Ivan F. Martinez introducing messageview Toolbar
5972                 some changes and committed by oliver    
5973
5974 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5975
5976         * src/messageview.[ch]
5977                 add patch by Ivan F. Martinez introducing messageview Toolbar
5978                 some changes and committed by oliver    
5979
5980 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5981
5982         * src/compose.[ch]
5983                 add patch by Ivan F. Martinez introducing messageview Toolbar
5984                 some changes and committed by oliver    
5985
5986 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5987         
5988         * src/toolbar.[ch]
5989                 add patch by Ivan F. Martinez introducing messageview Toolbar
5990                 some changes and committed by oliver
5991
5992 2002-11-28 [oliver]     0.8.6claws27
5993         
5994         * src/prefs_toolbar.[ch]
5995                 getting ready for messageview toolbar
5996                 free mem allocated by gettext
5997                 change prefs_toolbar to prefs_toolbar_open
5998  
5999 2002-11-28 [thorsten]   0.8.6claws26
6000
6001         * src/imageview.[ch]
6002                 cleaned up conflicting declarations of
6003                 imageview_show_image()
6004
6005 2002-11-28 [paul]       0.8.6claws25
6006
6007         * src/grouplistdialog.c
6008           src/prefs_common.c
6009           src/prefs_summary_column.c
6010                 a few more improvements to the English
6011
6012 2002-11-28 [colin]      0.8.6claws24
6013
6014         * man/sylpheed.1
6015                 A few updates to command-line parameters
6016
6017 2002-11-28 [colin]      0.8.6claws23
6018
6019         * src/prefs_filtering.c
6020                 Fix problems with prefs_filtering_delete_path:
6021                 a) if the first rule is removed, original pointers
6022                    weren't updated (leading to segfaults)
6023                 b) it was always global_processing updated in case
6024                    of removed path was parent of rule path
6025
6026 2002-11-27 [paul]       0.8.6claws22
6027
6028         * src/mainwindow.c
6029           src/prefs_account.c
6030           src/prefs_actions.c
6031           src/prefs_common.c
6032           src/prefs_customheader.c
6033           src/prefs_display_header.c
6034           src/prefs_filtering.c
6035           src/prefs_folder_item.c
6036           src/prefs_matcher.c
6037           src/prefs_scoring.c
6038           src/prefs_summary_column.c
6039           src/prefs_template.c
6040           src/prefs_toolbar.c
6041                  improve the English in the GUI
6042
6043 2002-11-27 [colin]      0.8.6claws21
6044
6045         * src/folder.c
6046                 Fix processing renaming problems happening after
6047                 last commit
6048
6049 2002-11-27 [colin]      0.8.6claws20
6050
6051         * src/folder.c
6052                 recursive move now deletes src each subfolder after 
6053                 having moved it
6054         * src/folderview.c
6055                 Use identifier instead of path during dnd (enables
6056                 IMAP folder dnd)
6057
6058 2002-11-27 [paul]       0.8.6claws19
6059
6060         * src/main.c
6061                 apply patch that does command-line processing 
6062                 BEFORE gtk_init, allowing claws to run from 
6063                 shell-scripts in non-X environment (e.g. crontab 
6064                 or ip-up, ip-down scripts). Patch submitted by
6065                 Ruslan N. Balkin <baron@dartel.ru>
6066                 
6067         * po/it.po
6068                 updated by Alessandro Maestri
6069
6070 2002-11-27 [paul]       0.8.6claws18
6071
6072         * sync with 0.8.6cvs12
6073           src/prefs_common.c
6074                 Differences are that main uses a 'Receive dialog'
6075                 frame on the Interface tab, whereas claws groups all 
6076                 the dialogs together in a 'Dialogs' frame.
6077
6078 2002-11-27 [colin]      0.8.6claws17
6079
6080         * src/prefs_matcher.c
6081                 Fix Execute criteria's NOT flag
6082
6083
6084 2002-11-26 [christoph]  0.8.6claws16
6085
6086         * src/ssl.c
6087                 rewrite the ssl code a little bit, only use one
6088                 SSL context, set default certificates' file/path
6089
6090 2002-11-26 [thorsten]   0.8.6claws15
6091
6092         * src/compose.c
6093                 default-reply-to didn't work for ml-reply
6094
6095 2002-11-26 [melvin]     0.8.6claws14
6096
6097         * src/prefs_actions.c
6098                 Made pipe-actions ignore short headers in message view
6099                 Made trailing-pipe-actions write in the message view with
6100                 the same font as the original message
6101
6102 2002-11-26 [paul]       0.8.6claws13
6103
6104         * src/compose.c
6105                 this time commit the correct file
6106
6107 2002-11-26 [paul]       0.8.6claws12
6108
6109         * sync with 0.8.6cvs11
6110           src/quote_fmt_parse.y  
6111                 no sync needed
6112           src/account.[ch]       
6113                 not sync'ed
6114           src/compose.c
6115                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6116                 on draft mode.
6117                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6118                 header
6119                 
6120         see ChangeLog 2002-11-25 and 2002-11-26
6121
6122 2002-11-26 [colin]      0.8.6claws11
6123
6124         * src/folderview.c
6125                 Fix collapsed folder not auto-expanding during
6126                 mail dnd, if it was the source folder.
6127
6128 2002-11-25 [colin]      0.8.6claws10
6129
6130         * src/folderview.[ch]
6131                 Variable renaming and cleaning (slist of nodes 
6132                 to be re-collapsed is stored in FolderView)
6133
6134 2002-11-25 [paul]       0.8.6claws9
6135
6136         * src/prefs_common.[ch]
6137                 fix breakage caused by last commit
6138
6139 2002-11-25 [paul]       0.8.6claws8
6140
6141         * sync with 0.8.6cvs4
6142                 see ChangeLog 2002-11-21
6143
6144 2002-11-25 [paul]       0.8.6claws7
6145
6146         * sync with 0.8.6cvs4
6147                 see ChangeLog 2002-11-20
6148
6149 2002-11-25 [paul]       0.8.6claws6
6150
6151         * sync with 0.8.6cvs3
6152                 see ChangeLog 2002-11-18
6153
6154 2002-11-25 [colin]      0.8.6claws5
6155
6156         * src/gtkutils.[ch]
6157                 Add gtkut_ctree_node_is_parent()
6158         * src/folderview.c
6159                 Spring-loaded folders
6160
6161 2002-11-25 [colin]      0.8.6claws4
6162
6163         * src/utils.[ch]
6164                 Add slist_concat_unique(), function to merge
6165                 two GSList filtering dups
6166         * src/folder.[ch]
6167         * src/summaryview.[ch]
6168         * src/folderview.c
6169         * src/main.c
6170                 Add detection/update/display of unread answers
6171                 to marked mails
6172         * src/procmsg.[ch]
6173                 Add procmsg_find_children()
6174                 Add procmsg_msg_has_marked_parent()
6175
6176 2002-11-25 [colin]      0.8.6claws3
6177
6178         * src/ssl_certificate.[ch]
6179                 Allow checking a certificate without a DNS
6180                 lookup
6181                 Allow to forget a cert (by deleting it)
6182                 Make ssl_certificate_destroy_public
6183         * src/ssl_manager.[ch] ** NEW FILES **
6184                 Gui to manage (display/remove) certificates
6185         * src/prefs_common.[ch]
6186                 Add a pref to allow silent acceptation of
6187                 trusted certificates or not (based on the
6188                 "I want to know what's going on" principle)
6189         * src/mainwindow.c
6190                 Add SSL manager in Tools menu
6191         * src/Makefile.am
6192                 Add the new files to the build
6193         * po/POTFILES.in
6194                 Add ssl_manager.c to translations
6195
6196 2002-11-25 [colin]      0.8.6claws2
6197
6198         * src/summaryview.[ch]
6199                 Add S_SEARCH_EXTENDED to the quick search, which 
6200                 allows to search using filtering syntax.
6201
6202 2002-11-25 [colin]      0.8.6claws1
6203
6204         * src/summaryview.c
6205                 Deletion of duplicates now prefer deleting
6206                 the unread dup (fixes feature-request 638989).
6207
6208 2002-11-24 [paul]       0.8.6claws
6209
6210         * po/es.po
6211           po/pl.po
6212           po/ru.po
6213           po/sr.po
6214                 updated by Ricardo Mones Lastra,
6215                 Witold Wladyslaw Wojciech Wilk,
6216                 Ruslan N. Balkin, and  Urke MMI 
6217                 respectively
6218
6219 2002-11-24 [paul]       0.8.5claws182
6220
6221         * po/bg.po
6222                 updated by George Danchev
6223
6224 2002-11-23 [alfons]     0.8.5claws181
6225
6226         * src/imap.c
6227                 tiny memory leak found by browsing Dimitar's 
6228                 valgrind report
6229
6230 2002-11-23 [paul]       0.8.5claws180
6231
6232         * po/it.po
6233                 updated by Alessandro Maestri
6234
6235 2002-11-22 [christoph]  0.8.5claws179
6236
6237         * src/compose.c
6238         * src/inc.c
6239         * src/prefs_filtering.c
6240         * src/summaryview.c
6241                 more warning fixes
6242
6243 2002-11-22 [alfons]     0.8.5claws178
6244
6245         * src/summaryview.c
6246                 summary_execute_delete_func(): if message is deleted, make 
6247                 sure to also remove its entry in the subject hash table. 
6248                 fixes a corner case bug.
6249
6250 2002-11-22 [paul]       0.8.5claws177
6251
6252         * .cvsignore
6253                 add 'autom4te.cache'
6254                 
6255         * ltconfig      ** REMOVED **
6256                 not needed
6257
6258 2002-11-22 [paul]       0.8.5claws176
6259
6260         * src/textview.c
6261                 textview_set_font(): fix for message display in
6262                 UTF-8 locales (thanks to Sergey Vlasov).
6263                 
6264         * AUTHORS
6265                 add new team members and contributors
6266
6267
6268 2002-11-21 [colin]      0.8.5claws175
6269
6270         * src/procmsg.[ch]
6271                 Add procmsg_remove_special_headers()
6272         * src/mh.c
6273                 Use procmsg_remove_special_headers() for 
6274                 previous fix
6275
6276 2002-11-21 [colin]      0.8.5claws174
6277
6278         * src/mh.c
6279                 Fix moving/copying from queue/draft folders
6280                 for MH folders
6281
6282 2002-11-21 [christoph]  0.8.5claws173
6283
6284         * src/crash.c
6285         * src/filtering.c
6286         * src/logwindow.c
6287         * src/main.c
6288         * src/matcher_parser_lex.[hl]
6289         * src/mbox.c
6290         * src/mbox_folder.[ch]
6291         * src/prefs_filtering.c
6292         * src/procheader.c
6293         * src/quote_fmt_lex.l
6294         * src/ssl.c
6295                 fix all warnings except the warnings in lex and yacc files
6296
6297 2002-11-20 [christoph]  0.8.5claws172
6298
6299         * src/imap.c
6300                 fix MsgInfo retrieval for IMAP draft and queue folders
6301                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6302
6303 2002-11-19 [christoph]  0.8.5claws171
6304
6305         * src/compose.c
6306                 fix segfault, when draft saving does not get
6307                 the MsgInfo of the new message
6308                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6309
6310 2002-11-19 [christoph]  0.8.5claws170
6311
6312         * src/procmsg.c
6313                 add parameter check for flag setting function
6314                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6315
6316 2002-11-18 [paul]       0.8.5claws169
6317
6318         * src/compose.c
6319                 more sensitivity fixes to redirect mode:
6320                 * disable toolbar draft button
6321                 * allow only Address book in the Tools menu
6322                 * disable editing of message by the spell
6323                   checker
6324
6325 2002-11-18 [paul]       0.8.5claws168
6326
6327         * src/compose.c
6328                 fix sensitivity of menu items in compose_redirect():
6329                 allow only the necessary items 
6330
6331 2002-11-18 [paul]       0.8.5claws167
6332
6333         * src/compose.c
6334                 fix bug [ 603259 ] 'attachment got lost on bounce'
6335
6336 2002-11-18 [paul]       0.8.5claws166
6337
6338         * po/ru.po
6339                 updated by Ruslan N. Balkin <baron@dartel.ru>
6340
6341 2002-11-18 [colin]      0.8.5claws165
6342
6343         * src/main.c
6344           src/defs.h
6345                 Remove old filtering stuff
6346
6347
6348 2002-11-17 [oliver]     0.8.5claws164
6349
6350         * src/toolbar.h
6351                 remove not needed typedef 
6352
6353 2002-11-17 [oliver]     0.8.5claws163
6354
6355         * src/toolbar.c
6356                 make toolbar's on click events translatable
6357
6358 2002-11-15 [colin]      0.8.5claws162
6359
6360         * src/summaryview.c
6361                 Revert too-soon integration of a feature
6362
6363 2002-11-15 [christoph]  0.8.5claws161
6364
6365         * src/imap.c
6366                 use main's implementation of imap_get_msginfo
6367
6368 2002-11-15 [christoph]  0.8.5claws160
6369
6370         * src/compose.c
6371         * src/folder.[ch]
6372         * src/imap.c
6373         * src/mbox_folder.c
6374         * src/mh.c
6375         * src/news.c
6376         * src/procmsg.c
6377         * src/summaryview.c
6378                 replace claws' fetch_msginfo with main's get_msginfo
6379                 (use main's implementation where possible)
6380
6381 2002-11-15 [colin]      0.8.5claws159
6382
6383         * src/ssl_certificate.c
6384                 Missed a check
6385
6386 2002-11-16 [melvin]     0.8.5claws158
6387
6388         * po/fr.po
6389                 Updated French translations.
6390
6391 2002-11-16 [colin]      0.8.5claws157
6392
6393         * src/ssl_certificate.c
6394                 Check for missing parts in the certificates
6395
6396 2002-11-15 [colin]      0.8.5claws156
6397
6398         * src/folderview.c
6399                 Preventive fix (missing check) found by
6400                 Alfons
6401
6402 2002-11-15 [paul]
6403
6404         * NEWS
6405                 sync with 0.8.6 release
6406
6407 2002-11-15 [colin]      0.8.5claws155
6408
6409         * src/folder.[ch]
6410           src/folderview.c
6411                 Fix error handling of folder_item_move_to()
6412                 (thanks to Alfons!)
6413
6414 2002-11-15 [colin]      0.8.5claws154
6415
6416         * src/folder.[ch]
6417           src/folderview.c
6418                 folder_item_move_to() sets an error message instead
6419                 of having GUI stuff in folder.c
6420
6421 2002-11-15 [colin]      0.8.5claws153
6422
6423         * src/procmsg.[ch]
6424                 Implemented a callback for MsgInfo updates, 
6425                 heavily copy/pasted from Christoph's folder 
6426                 callback system
6427         * src/summaryview.[ch]
6428                 Register summary_update_msg as callback
6429
6430 2002-11-14 [colin]      0.8.5claws152
6431         
6432         * src/procmsg.c
6433                 Update the FolderItem after sending (fixes 617593)
6434
6435 2002-11-14 [christoph]  0.8.5claws151
6436
6437         * src/folder.c
6438                 fix wrong position of NULL pointer check found
6439                 by Sergey
6440
6441 2002-11-14 [christoph]  0.8.5claws150
6442
6443         * src/folder.c
6444                 fix segfault when deleting messages from IMAP folders
6445                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6446
6447 2002-11-14 [colin]      0.8.5claws149
6448
6449         * src/compose.c
6450                 Forwarding was also ignoring the folder's default account.
6451
6452 2002-11-14 [colin]      0.8.5claws148
6453
6454         * src/compose.c
6455                 Fix sent folder not set to folder properties when 
6456                 forwarding.
6457
6458 2002-11-14 [thorsten]   0.8.5claws147
6459
6460         * src/inc.c
6461                 inc_start(): Files were not moved from .processing to inbox,
6462                 if no global processing rule existed
6463
6464 2002-11-14 [colin]      0.8.5claws146
6465
6466         * src/ssl_certificate
6467                 Fix file operations
6468
6469 2002-11-14 [paul]       0.8.5claws145
6470
6471         * po/it.po
6472                 updated by Alessandro Maestri
6473
6474 2002-11-13 [alfons]     0.8.5claws144
6475
6476         * src/folder.c
6477                 folder_item_close(): only mark messages unread
6478                 when a folder has new messages 
6479
6480 2002-11-13 [keith]      0.8.5claws143
6481
6482         * src/imap.c
6483                 Fix problem moving or copying between
6484                 IMAP folders
6485
6486 2002-11-13 [colin]      0.8.5claws142
6487
6488         * src/matcher_parser_parse.y
6489                 Fix rule problem when " don't match
6490
6491 2002-11-13 [christoph]  0.8.5claws141
6492
6493         * src/folder.c
6494         * src/folderview.c
6495                 moved cache saving to folder_item_close
6496                 the folderview should not have to deal with
6497                 this things
6498
6499 2002-11-13 [christoph]  0.8.5claws140
6500
6501         * src/summaryview.c
6502                 moved setting of important score to
6503                 summary_set_prefs_from_folderitem
6504
6505 2002-11-13 [colin]      0.8.5claws139
6506
6507         * src/matcher_parser_parse.y
6508                 Fix a segfault in the parser (happening when
6509                 a good expression had been tested and a bad 
6510                 one arrives)
6511
6512 2002-11-13 [paul]       0.8.5claws138
6513
6514         * sync with 0.8.5cvs24
6515                 see ChangeLog 2002-11-13
6516                 
6517         * po/pt_BR.po
6518                 updated by Fabio Jr. Beneditto
6519
6520 2002-11-13 [colin]      0.8.5claws137
6521         
6522         * src/msgcache.c
6523           src/defs.h
6524           src/procmsg.[ch]
6525                 Revert last commit, problem
6526
6527 2002-11-13 [colin]      0.8.5claws136
6528
6529         * src/msgcache.c
6530                 Remove duplicated code
6531         * src/defs.h
6532                 Bumped CACHE_VERSION and MARK_VERSION
6533         * src/procmsg.[ch]
6534                 Network endian for cache and mark files
6535
6536 2002-11-12 [colin]      0.8.5claws135
6537
6538         * src/inc.c
6539                 Fix the "socket error" dialog which disappeared
6540
6541 2002-11-12 [colin]      0.8.5claws134
6542
6543         * src/msgcache.c
6544                 Reverse last commit which had performance 
6545                 problems, but still reverse the list
6546
6547 2002-11-12 [colin]      0.8.5claws133
6548
6549         * src/msgcache.c
6550                 Reverse list order
6551
6552 2002-11-12 [melvin]     0.8.5claws132
6553
6554         * src/compose.c
6555                 Added a check for a NULL prefs_common.dictionary
6556
6557 2002-11-12 [colin]      0.8.5claws131
6558
6559         * src/ssl_certificate.[ch]
6560                 Use FQDN hostname
6561
6562 2002-11-12 [colin]      0.8.5claws130
6563
6564         * src/ssl_certificate.[ch]
6565                 Take connection port into account for 
6566                 checking certificates (a single hostname
6567                 could have multiple servers with multiple
6568                 certificates)
6569         * src/ssl.c
6570                 Pass the port to ssl_certificate_check
6571
6572 2002-11-12 [paul]       0.8.5claws129
6573
6574         * src/folder.c
6575                 fix a typo in last commit
6576
6577 2002-11-12 [paul]       0.8.5claws128
6578
6579         * sync with 0.8.5cvs23
6580                 see ChangeLog entry 2002-11-12
6581
6582 2002-11-11 [colin]      0.8.5claws127
6583
6584         * src/ssl_certificate.c
6585                 Cleaner messages
6586                 Don't popup, instead log error, if the 
6587                 corresponding pref is checked
6588         * src/ssl_certificate.h
6589                 include <openssl/objects/h>
6590
6591 2002-11-11 [colin]      0.8.5claws126
6592
6593         * src/ssl_certificate.h
6594                 _Really_ clean it
6595
6596 2002-11-11 [colin]      0.8.5claws125
6597         
6598         * src/ssl_certificate.c
6599                 Fixed leak
6600
6601 2002-11-11 [colin]      0.8.5claws124
6602
6603         * src/ssl.c
6604                 Cleaned a bit
6605         * src/ssl_certificate.[ch]
6606                 Cleaned a bit (better use of SSL API)
6607                 (This will cause non-recognition of saved 
6608                  certificates of claws12[23]...)
6609
6610 2002-11-11 [paul]       0.8.5claws123
6611         
6612         * po/es.po
6613                 updated by Ricardo Mones Lastra
6614
6615 2002-11-11 [colin]      0.8.5claws122
6616
6617         * src/ssl.c
6618                 Fix a typo
6619
6620 2002-11-11 [colin]      0.8.5claws121
6621
6622         * src/ssl_certificate.[ch] ** NEW FILES **
6623         * src/ssl.[ch]
6624                 Check SSL certificates presented to us
6625         * src/Makefile.am
6626                 Add ssl_certificate.[ch]
6627         * po/POTFILES.in
6628                 Add ssl_certificate.c
6629
6630 2002-11-11 [paul]       0.8.5claws120
6631
6632         * sync with 0.8.5cvs22
6633                 see ChangeLog 2002-11-11
6634
6635 2002-11-11 [paul]       0.8.5claws119
6636
6637         * sync with 0.8.5cvs21
6638                 see ChangeLog 2002-11-11
6639
6640 2002-11-10 [jens]       0.8.5claws118
6641
6642         * src/folder.c
6643         * src/folderview.c
6644                 corrected some typing
6645         * po/de.po
6646                 updated german translation
6647         * sylpheed.spec.in
6648                 cleaned up specfile and adjusted it for claws
6649
6650 2002-11-10 [colin]      0.8.5claws117
6651
6652         * src/summaryview.c
6653                 a STATUSBAR_PUSH/POP fix
6654
6655 2002-11-10 [colin]      0.8.5claws116
6656
6657         * src/prefs_folder_item.c
6658                 Fix hanging after opening folder properties
6659
6660 2002-11-10 [hoa]        0.8.5claws115
6661
6662         * src/matcher_parser_lex.l
6663         * src/matcher_parser_parse.y
6664                 config file for scoring and filtering is no more trashed
6665                 when there is a syntax error in a filtering rule when
6666                 editing it in a dialog.
6667
6668 2002-11-09 [colin]      0.8.5claws114
6669
6670         * src/mbox_folder.c
6671                 Added missing initialisation of folder->destroy()
6672
6673 2002-11-09 [colin]      0.8.5claws113
6674
6675         * src/folder.c
6676           src/folderview.c
6677                 Fix the status bar messages
6678
6679 2002-11-09 [colin]      0.8.5claws112
6680
6681         * src/folderview.c
6682                 Fix hangs after folder dnd, happening after 
6683                 claws109.
6684
6685 2002-11-09 [christoph]  0.8.5claws111
6686
6687         * src/folderview.c
6688                 just changed order of calls (reverse order of
6689                 associated calls)
6690         * src/inc.c
6691                 lock inc when checking only one account, otherwise
6692                 inc all could be executed at the same time
6693
6694 2002-11-09 [christoph]  0.8.5claws110
6695
6696         * src/folderview.c
6697                 better unlock the mouse cursor before calling
6698                 summary_show because it changes the cursor too
6699
6700 2002-11-09 [christoph]  0.8.5claws109
6701
6702         * src/folder.[ch]
6703         * src/folderview.c
6704                 add functions to open and close a folder
6705                 o opending will execute scanning for remote folders
6706                   and processing
6707                 o closing will unset new flag for messages
6708
6709 2002-11-09 [colin]      0.8.5claws108
6710
6711         * src/folder.c
6712                 Add a call to prefs_matcher_write_config to 
6713                 avoid non-leaf folders filtering settings to be
6714                 lost
6715
6716 2002-11-09 [paul]       0.8.5claws107
6717
6718         * src/prefs_account.c
6719                 re-word a label
6720
6721 2002-11-09 [colin]      0.8.5claws106
6722
6723         * src/folderview.c
6724                 Minor esthetic fix
6725
6726 2002-11-09 [colin]      0.8.5claws105
6727
6728         * src/folderview.c
6729                 Fix prefs_filtering deletion for MH folders (same
6730                 reason as below)
6731         * src/prefs_filtering.c
6732                 Fix prefs_filtering renaming and deletion for 
6733                 folder-based processing rules.  
6734
6735 2002-11-09 [christoph]  0.8.5claws104
6736
6737         * src/compose.c
6738         * src/folder.[ch]
6739         * src/folderview.[ch]
6740         * src/import.c
6741         * src/inc.c
6742         * src/main.c
6743         * src/mainwindow.c
6744         * src/messageview.c
6745         * src/prefs_folder_item.c
6746         * src/procmsg.c
6747         * src/summaryview.c
6748                 implement a callback system for folder item updates
6749
6750 2002-11-09 [colin]      0.8.5claws103
6751
6752         * src/folderview.c
6753                 Fix prefs_filtering renaming for MH folders (we
6754                 shouldn't rename by path as another folder could
6755                 have the same hierarchy).
6756
6757 2002-11-09 [colin]      0.8.5claws102
6758
6759         * src/folder.c
6760                 Fix a leak found by Christoph, use better variable
6761                 names
6762
6763 2002-11-09 [colin]      0.8.5claws101
6764
6765         * src/folder.c
6766                 One more fix for processing rules
6767
6768 2002-11-08 [colin]      0.8.5claws100
6769         
6770         * src/matcher.c
6771                 Don't copy the compiled regexp (will be reevaluated)
6772         * src/folderview.c
6773                 Lock folderview while moving
6774         * src/folder.c
6775                 Provide info on what's happening to the user
6776
6777 2002-11-08 [colin]      0.8.5claws99
6778
6779         * src/folderview.c
6780                 Fix folder reordering after a move if parent is 
6781                 root
6782         * src/scoring.[ch]
6783                 Add function to copy a ScoringProp
6784         * src/prefs_folder_item.c
6785                 Copy scoring rules when copying a folder prefs
6786
6787 2002-11-08 [colin]      0.8.5claws98
6788
6789         * src/folderview.c
6790                 Fixes in case of failure
6791         * src/filtering.[ch]    
6792                 Add function to duplicate a FilteringProp
6793         * src/matcher.[ch]
6794                 Add function to duplicate a MatcherProp
6795         * src/prefs_folder_item.c
6796                 Save folder's processing rules when copying 
6797                 its prefs
6798
6799 2002-11-08 [colin]      0.8.5claws97
6800         
6801         * src/folderview.c
6802                 Sort after move
6803         * src/folder.c 
6804                 Change a printf to debug_print
6805
6806 2002-11-08 [colin]      0.8.5claws96
6807
6808         * src/folder.c
6809           src/folderview.c
6810                 Fix segfaults, call me stupido
6811         
6812
6813 2002-11-08 [colin]      0.8.5claws95
6814
6815         *src/folder.c
6816                 Added forgotten prefs to save when moving folders
6817
6818 2002-11-08 [colin]      0.8.5claws94
6819
6820         * src/folder.c
6821                 Fixes to folder DND (prefs copy)
6822         * src/folderview.c
6823                 Optimization for folder DND (don't rescan whole tree)
6824                 Added folderview_create_folder_node() for this 
6825                 optimization, so de-duped a bit the code
6826         * src/prefs_folder_item.[ch]
6827                 Added prefs_folder_item_copy_prefs()    
6828           
6829 2002-11-08 [paul]       0.8.5claws93
6830
6831         * src/prefs_account.c
6832           tools/README
6833           tools/kmail2sylpheed_v2.pl
6834                 correct some typos
6835
6836 2002-11-08 [paul]       0.8.5claws92
6837
6838         * src/compose.c
6839           src/prefs_account.[ch]
6840                 remove account options 'clearsign' and 'ascii_armored',
6841                 replace with 'default_gnupg_mode' to prevent mixed-mode
6842                 Privacy settings
6843
6844 2002-11-08 [paul]       0.8.5claws91
6845
6846         * src/compose.[ch]
6847                 re-implement GnuPG 'on-the-fly' mode selection,
6848                 disallow mixed-mode
6849
6850 2002-11-08 [colin]      0.8.5claws90
6851
6852         * src/folderview.c
6853           src/prefs_folder_item.c
6854                 Change "Property" to "Properties"
6855
6856 2002-11-07 [colin]      0.8.5claws89
6857
6858         * src/folderview.c
6859           src/folder.c
6860                 Allow folder dropping to a root folder
6861
6862 2002-11-07 [paul]       0.8.5claws88
6863
6864         * src/compose.c
6865                 revert last commit
6866
6867 2002-11-07 [paul]       0.8.5claws87
6868
6869         * src/compose.c
6870                 fix reply-to-list bug. closes bug report
6871                 "[633382] reply-to-list broken in recent cvs"
6872
6873 2002-11-07 [paul]       0.8.5claws86
6874
6875         * src/compose.c
6876                 add a forgotten '#if USE_GPGME ... #endif'
6877
6878 2002-11-07 [paul]       0.8.5claws85
6879
6880         * sync with 0.8.5cvs20
6881                 see ChangeLog 2002-11-07
6882
6883 2002-11-07 [colin]      0.8.5claws84
6884
6885         * src/folder.[ch]
6886                 Change folder_item_move_to to return the newly 
6887                 created folderitem.
6888         * src/folderview.c
6889                 Select the new folderitem after moving.
6890
6891 2002-11-07 [colin]      0.8.5claws83
6892
6893         * src/prefs_filtering.c
6894                 Fix rule rewriting when moving a leaf folder to a 
6895                 shorter path
6896
6897 2002-11-07 [colin]      0.8.5claws82
6898
6899         * src/prefs_filtering.c
6900                 fix a leak
6901
6902 2002-11-07 [colin]      0.8.5claws81
6903
6904         * src/folder.[ch]
6905                 Add folder_item_move_to() function to move a 
6906                 folderitem into another one (updates matcher etc)
6907         * src/folderview.c
6908                 Add folder drag'n drop (context menu to come)
6909                 [Should be dataloss free, but Please backup before 
6910                  trying !]
6911
6912 2002-11-06 [colin]      0.8.5claws80
6913
6914         * src/mh.c
6915                 mh_create_folder() returns NULL if can't create
6916                 directory hierarchy
6917
6918 2002-11-06 [paul]       0.8.5claws79
6919
6920         * src/compose.[ch]
6921                 allow 'on-the-fly' changing of the type of encryption 
6922                 and/or signing used (mime/ascii) via the compose window
6923
6924 2002-11-06 [paul]       0.8.5claws78
6925
6926         * sync with 0.8.5cvs19
6927                 see ChangeLog 2002-11-06 for src/account.c: 
6928                 account_get_special_folder()
6929                 
6930 2002-11-05 [alfons]     0.8.5claws77
6931
6932         * src/crash.c
6933                 very minor cleanups: nothing to see here, move on. :-)
6934
6935 2002-11-05 [colin]      0.8.5claws76
6936
6937         * src/main.c
6938                 Changes choices if compose windows are opened to
6939                 Discard, Draft, Don't quit
6940
6941 2002-11-05 [thorsten]   0.8.5claws75
6942
6943         * src/compose.c
6944                 reenabled default_reply_to folder option
6945
6946 2002-11-05 [colin]      0.8.5claws74
6947
6948         * src/compose.[ch] 
6949                 add compose_draft()
6950         * src/crash.c
6951                 add SIGTERM handler
6952         * src/main.[ch]
6953                 add clean_quit() for the SIGTERM handler
6954
6955 2002-11-05 [paul]       0.8.5claws73
6956         
6957         * po/es.po
6958                 updated by Ricardo Mones Lastra
6959
6960 2002-11-05 [melvin]     0.8.5claws72
6961
6962         * src/logwindow.c
6963                 Fixed log-clipping bug #616795.
6964                 To stop logging in the log window use 0 length.
6965         * src/prefs_common.c
6966                 Added a label to inform about the 0 log length behaviour.
6967
6968 2002-11-05 [paul]       0.8.5claws71
6969
6970         * sync with 0.8.5cvs17
6971                 see ChangeLog 2002-11-05
6972
6973 2002-11-04 [paul]       0.8.5claws70
6974
6975         * sylpheed-128x128.png
6976           sylpheed-64x64.png
6977           sylpheed.png
6978                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6979                 <nikai@users.sourceforge.net>
6980                 
6981         * po/bg.po
6982                 updated by George Danchev
6983
6984 2002-11-03 [thorsten]   0.8.5claws69
6985
6986         * src/main.c
6987           src/mimeview.c
6988           src/rfc2015.h
6989                 add check if gpg is active
6990
6991 2002-11-03 [thorsten]   0.8.5claws68
6992
6993         * src/toolbar.h
6994                 removed GSList declaration causing trouble on MacOS-X
6995                 (submitted by alfons, reported by xfesty)
6996
6997 2002-11-01 [paul]       0.8.5claws67
6998
6999         * src/mainwindow.c
7000                 remove last remnants of main's filter code
7001
7002 2002-11-01 [paul]       0.8.5claws66
7003
7004         * tools/filter_conv.pl
7005                 fix bug where user-defined headers were ignored
7006
7007 2002-11-01 [paul]       0.8.5claws65
7008
7009         * src/logwindow.c
7010                 make a debug_print() not translatable
7011
7012 2002-10-31 [melvin]     0.8.5claws64
7013
7014         * ac/aspell.m4
7015                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7016                 not run any GNU/aspell test.  The dictionary path will
7017                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7018                 was given, in which case, it will be $prefix/lib/aspell/
7019         * configure.in
7020                 Fixed typo in commentary (Aspell code).
7021
7022 2002-10-31 [paul]       0.8.5claws63
7023
7024         * po/POTFILES.in
7025                 remove src/filter.c and src/prefs_filter.c
7026                 thanks to Ricardo for reminding me
7027
7028 2002-10-31 [colin]      0.8.5claws62
7029
7030         * src/mbox_folder.c
7031                 Plug some leaks
7032
7033 2002-10-31 [paul]       0.8.5claws61
7034
7035         * src/prefs_filter.[ch] ** REMOVED **
7036           src/filter.[ch]       ** REMOVED **
7037           
7038         * src/Makefile.am
7039           src/folderview.c
7040           src/inc.c
7041           src/main.c
7042           src/mainwindow.c
7043           src/mbox.c
7044           src/prefs_common.c
7045           src/prefs_filtering.c
7046           src/summaryview.[ch]
7047                 remove main's 'filter' code
7048                 
7049         README.claws
7050                 update to reflect removal of main's filter
7051
7052 2002-10-31 [paul]       0.8.5claws60
7053
7054         * src/summaryview.c
7055                 remove check for global_processing in summary_filter_open(). 
7056                 This fixes the bug where if the user uses the right-click 
7057                 'Create filter rule...' and doesn't have any filter rules 
7058                 already defined in claws' advanced filtering, the newly 
7059                 created filter rule goes to main's filtering which is 
7060                 inaccessible through the gui. Now the filter rule gets added
7061                 to claws' filtering by default.
7062
7063 2002-10-28 [melvin]     0.8.5claws59
7064
7065         * src/prefs_actions.c
7066                 Fixed bug #627322 where MIME parts were not always
7067                 correctly passed to a %p action
7068                 Display an error dialog when message filename is not found.
7069
7070 2002-10-28 [melvin]     0.8.5claws58
7071
7072         * src/prefs_common.c
7073                 Readded a missing function declaration lost in 0.8.3claws34
7074
7075 2002-10-28 [paul]       0.8.5claws57
7076
7077         * sync with 0.8.5cvs15
7078                 see ChangeLog 2002-10-28 and 2002-10-25
7079                 
7080         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7081
7082 2002-10-27 [oliver]     0.8.5claws56
7083
7084         * src/pop.c
7085                 plug leak in pop3_top_recv
7086
7087 2002-10-26 [christoph]  0.8.5claws55
7088
7089         * src/folder.c
7090                 set need_update folder flag when messages are added
7091                 (closes bug [ 626922 ] folder not updated after receiving)
7092
7093 2002-10-25 [melvin]     0.8.5claws54
7094
7095         * src/imageview.c
7096                 Fixed a memleak introduced in the scaling code.
7097
7098 2002-10-24 [alfons]     0.8.5claws53
7099
7100         * src/filtering.c
7101                 make filtering's forward message action forward from the 
7102                 correct account
7103                 (closes bug [628089 ] Filter -> Forward from address problem
7104                 reported by Oktay)
7105
7106 2002-10-24 [christoph]  0.8.5claws52
7107
7108         * src/mainwindow.c
7109         * src/manual.[ch]
7110                 o use manual of current locale or english if current
7111                   locale is not available (and english is available)
7112                 o also link to sylpheed doc project manuals
7113
7114 2002-10-23 [paul]       0.8.5claws51
7115
7116         * tools/README
7117           tools/kmail2sylpheed_v2.pl
7118                 add new version of kmail addressbook importer script.
7119                 works with newer versions of Kmail/KAddressBook which
7120                 have new and rearranged data.
7121
7122 2002-10-23 [martin]     0.8.5claws50
7123
7124         * src/folderview.c
7125         * src/summaryview.c
7126         * src/utils.h
7127         * src/utils.c
7128                 added length parameter to get_abbrev_newsgroup_name()
7129                 changed this function so that it abbreviates the newsgroup
7130                 names only so long it is smaller than the length parameter
7131                 (for better reading of some newsgroup names and space efficiency)
7132
7133 2002-10-22 [colin]      0.8.5claws49
7134
7135         *src/foldersel.c
7136                 Revert Alfons' last modification (after voting ;-))
7137
7138 2002-10-21 [alfons]     0.8.5claws48
7139
7140         * src/foldersel.c
7141                 folder view in folder selection dialog reflects state of
7142                 folder view in main window
7143
7144 2002-10-18 [alfons]     0.8.5claws47
7145
7146         * src/mbox.c
7147                 drop imported messages in folder selected by user,
7148                 and not in the inbox
7149                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7150
7151 2002-10-18 [alfons]     0.8.5claws46
7152
7153         * src/compose.c
7154                 make automagic reply work correctly for email accounts 
7155                 (whether it's viable to do a full sync with Hiro's 
7156                 compose.c is still under discussion)
7157
7158 2002-10-18 [melvin]     0.8.5claws45
7159
7160         * src/prefs_actions.c
7161                 Fixed bug #622275 where asynchroneous actions left 
7162                 zombies processes
7163                 Made (synchroneous) actions' input be displayed live.
7164
7165 2002-10-18 [christoph]  0.8.5claws44
7166
7167         * src/textview.c
7168                 don't add a newline in the textview in front of the
7169                 first textpart if header display is disabled
7170                 (closes bug [ 603385 ] disabled header display leaves blank
7171                  lin)
7172
7173 2002-10-18 [christoph]  0.8.5claws43
7174
7175         * src/folder.[ch]
7176         * src/imap.c
7177         * src/mbox_folder.c
7178         * src/mh.c
7179         * src/news.c
7180                 folder->get_num_list now returns an error code
7181                 (closes bug [ 609424 ] News cache cleared on failure)
7182                 
7183 2002-10-17 [colin]      0.8.5claws42
7184         
7185         * src/news.c
7186                 Changed a printf by debug_print
7187
7188 2002-10-16 [paul]       
7189
7190         * tools/OOo2sylpheed.pl
7191                 allow for spaces in the name of the
7192                 file to be attached.
7193
7194 2002-10-16 [colin]      0.8.5claws41
7195
7196         * src/main.c
7197                 Use a tristate to change online mode
7198
7199 2002-10-16 [paul]       0.8.5claws40
7200
7201         * po/es.po
7202                 updated by Ricardo Mones Lastra
7203
7204 2002-10-16 [colin]      0.8.5claws39
7205
7206         * src/main.c
7207           src/mainwindow.[ch]
7208                 Added --online and --offline command-line
7209                 switches
7210
7211 2002-10-15 [christoph]  0.8.5claws38
7212
7213         * src/procmime.c
7214                 set mimeinfo->name to NULL after g_free to
7215                 avoid double freeing with g_free
7216
7217 2002-10-14 [christoph]  0.8.5claws37
7218
7219         * src/compose.c
7220         * src/filtering.c
7221         * src/summaryview.c
7222                 remove calls to folder->change_flags that are now
7223                 done by procmsg flag functions (seems it is not
7224                 used by any foldertype anyway)
7225         * src/folder.c
7226                 init folder->change_flags with NULL
7227
7228 2002-10-14 [christoph]  0.8.5claws36
7229
7230         * src/folder.[ch]
7231         * src/imap.[ch]
7232                 use virtual functions for folder item new and destroy
7233                 functions
7234
7235 2002-10-14 [melvin]     0.8.5claws35
7236
7237         * src/compose.c
7238                 Added a test to not run the spell checker if no default
7239                 dictionary is available. No dialog is displayed though.
7240
7241 2002-10-14 [melvin]     0.8.5claws34
7242
7243         * src/gtkaspell.c
7244                 Fixed bug in dictionary list context menu where
7245                 "More..." pointed to an emtpy submenu if the
7246                 number of dictionaries is a multiple of 15
7247                 Removed unneeded code in suggestions list creation
7248
7249 2002-10-14 [paul]       0.8.5claws33
7250
7251         * po/bg.po
7252                 updated by George Danchev
7253
7254 2002-10-13 [hoa]        0.8.5claws32
7255
7256         * src/matcher.[ch]
7257           src/matcher_parser_parser.y
7258                 removed the escaped string from internal structure
7259                 of matcher.
7260
7261 2002-10-12 [colin]      0.8.5claws31
7262
7263         * src/gtksctree.[ch]
7264           src/summaryview.c
7265                 Removed useless function gtksctree_reanchor
7266
7267 2002-10-12 [alfons]     0.8.5claws30
7268         
7269         * sync with remaining main changes 2002-10-09 - 2002-10-11
7270         - drop changes to src/compose.c (requires claws specific changes)
7271         
7272 2002-10-12 [alfons]     0.8.5claws29
7273         
7274         * sync with main changes of 2002-10-08
7275         - drop changes to src/compose.c (requires claws specific changes)
7276         - drop changes to src/summaryview.c (requires changes to compose.c)     
7277
7278 2002-10-12 [alfons]     0.8.5claws28
7279         
7280         * sync with main changes of 2002-10-07
7281
7282 2002-10-12 [alfons]     0.8.5claws27
7283
7284         * sync with main changes of 2002-10-04
7285         - drop changes to src/compose.c (requires claws specific changes)
7286         - drop changes to src/prefs_folder_item.c (claws implementation
7287           seems to be working)
7288
7289 2002-10-12 [colin]      0.8.5claws26
7290
7291         * src/mainwindow.c
7292                 Fix folder-flicker when space-reading, introduced 
7293                 in claws22.
7294
7295 2002-10-12 [colin]      0.8.5claws25
7296
7297         * src/compose.c
7298                 Save account address when saving as draft.
7299                 (closes bug 621838)
7300
7301 2002-10-12 [colin]      0.8.5claws24
7302
7303         * src/summaryview.c
7304                 Fix the problem consisting of no message selected
7305                 after the last message in a folder has been moved.
7306
7307 2002-10-12 [paul]       0.8.5claws23
7308
7309         * src/compose.c
7310           src/prefs_template.c
7311           src/template.[ch]
7312                 add Cc and Bcc to templates. Patch submitted by
7313                 John L. Males.
7314
7315 2002-10-12 [colin]      0.8.5claws22
7316
7317         * src/folderview.c
7318                 Fix a bug after "Check for new messages":
7319                 If a folder was opened, it was still selected at
7320                 the end of the check, but displayed empty.
7321         * src/mainwindow.c
7322                 Remove unnecessary check
7323
7324 2002-10-12 [paul]
7325
7326         * tools/README
7327                 be more verbose in the description of
7328                 OOo2sylpheed.pl
7329                 
7330
7331 2002-10-11 [colin]      0.8.5claws21
7332
7333         * src/mainwindow.c
7334                 Make space work (better) when no mail is selected
7335
7336 2002-10-11 [colin]      0.8.5claws20
7337
7338         * src/inc.c
7339           src/news.c
7340                 fix warnings
7341
7342 2002-10-11 [colin]      0.8.5claws19
7343
7344         * src/mainwindow.c
7345                 revert 0.8.5claws6 changes as i couldn't get to
7346                 anything satisfying
7347
7348 2002-10-11 [melvin]     0.8.5claws18
7349
7350         * src/compose.c
7351                 Removed buggy and unused macro (should have been committed in
7352                 0.8.5claws17)
7353
7354 2002-10-11 [melvin]     0.8.5claws17
7355
7356         * src/compose.c
7357                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7358
7359 2002-10-11 [thorsten]   0.8.5claws16 
7360
7361         * src/folderview.c
7362                 remove rescan warning
7363
7364 2002-10-11 [colin]      0.8.5claws15 
7365
7366         * src/procheader.c
7367                 fix a segfault that happens if conv_unmime_header
7368                 fails (should be better to find out why it fails)
7369
7370 2002-10-11 [christoph]  0.8.5claws14
7371
7372         * src/summaryview.c
7373                 update folderview stats after ignore/unignore thread
7374
7375 2002-10-11 [hoa]        0.8.5claws13
7376
7377         * src/quote_fmt_parse.y
7378                 Fixed a yacc/bison syntax error
7379         * src/matcher.c
7380                 Escaping of string is fixed.
7381
7382 2002-10-11 [colin]      0.8.5claws12
7383
7384         * src/imageview.c
7385                 Resize images to fit
7386
7387 2002-10-11 [paul]       0.8.5claws11
7388
7389         * po/es.po
7390                 updated by Ricardo Mones Lastra
7391
7392 2002-10-10 [alfons]     0.8.5claws10
7393
7394         * src/compose.c
7395                 allow dropping files by "moving" files from a file manager,
7396                 not only by the more cumbersome "copying". the latter 
7397                 mostly implies holding down the Control button
7398
7399 2002-10-10 [christoph]  0.8.5claws9
7400
7401         * src/summaryview.c
7402                 update folders after thread building for ignored threads
7403
7404 2002-10-10 [christoph]  0.8.5claws8
7405
7406         * config/.cvsignore
7407                 added Makefile
7408         * src/filtering.[ch]
7409         * src/folder.[ch]
7410         * src/folderview.[ch]
7411         * src/import.c
7412         * src/inc.[ch]
7413         * src/mbox.[ch]
7414         * src/procmsg.c
7415         * src/summaryview.[ch]
7416                 o added new flag need_update to FolderItem
7417                 o removed folder_table from various functions from tracking
7418                   folder updates
7419                 o set need_update flags in folder.c's move, copy and delete
7420                   functions and procmsg's flags functions
7421                 o added function folderview_update_items_when_required that
7422                   updates all folders with need_update set
7423                 o call folderview_update_items_when_required instead of
7424                   folderview_update_item_foreach
7425
7426 2002-10-09 [sergey]     0.8.5claws7
7427
7428         * src/compose.c
7429                 Strip CRs whel loading the text into editor in reedit mode.
7430
7431 2002-10-09 [colin]      0.8.5claws6
7432
7433         * src/mainwindow.c
7434                 Make Space work when no mail is selected
7435
7436 2002-10-09 [colin]      0.8.5claws5
7437
7438         * src/gtksctree.[ch]
7439                 Fix range_select
7440                 Add gtk_sctree_reanchor() 
7441         * src/summaryview.c
7442                 Use gtk_sctree_reanchor() - better fix for 
7443                 bug 60413
7444
7445 2002-10-09 [colin]      0.8.5claws4
7446
7447         * src/summaryview.c
7448                 Fix shift-click select after delete problem
7449                 (closes bug 60413)
7450
7451 2002-10-08 [thorsten]   0.8.5claws3
7452
7453         * src/summaryview.c
7454                 exclude current msg from -hide read messages-
7455
7456 2002-10-08 [colin]      0.8.5claws2
7457
7458         * src/inc.[ch]
7459           src/pop.c
7460           src/recv.c
7461                 Differentiate socket errors from disk full
7462                 errors
7463
7464 2002-10-08 [christoph]  0.8.5claws1
7465
7466         * Makefile.am
7467         * configure.in
7468                 modifications for new config directory
7469
7470         * config.guess  ** REMOVED **
7471         * config.sub    ** REMOVED **
7472         * install-sh    ** REMOVED **
7473         * ltmain.sh     ** REMOVED **
7474         * missing       ** REMOVED **
7475         * mkinstalldirs ** REMOVED **
7476                 these files are autogenerated by automake
7477                 when you run autogen.sh
7478
7479         * config/.cvsignore     ** NEW FILE **
7480         * config/Makefile.am    ** NEW FILE **
7481                 ignore autogenerated files
7482                 create a Makefile in this directory
7483
7484 2002-10-08 [paul]       0.8.5claws
7485
7486         * 0.8.5claws release
7487         
7488         * src/compose.c
7489           src/procheader.c
7490           src/procmsg.c
7491                 fix quote reply format for newsgroups reply bug
7492                 (thanks to Hoa)
7493                 
7494         * po/en_GB.po
7495           po/pl.po
7496                 updated by me and Witold Wladyslaw Wojciech Wilk
7497                 repectively
7498
7499 2002-10-07 [paul]       0.8.3claws53
7500
7501         * po/it.po
7502           po/pt_BR.po
7503           po/sr.po
7504                 updated messages catalogs, submitted by
7505                 Alessandro Maestri, Fabio Jr.Beneditto 
7506                 and Urke MMI, respectively.
7507
7508 2002-10-07 [christoph]  0.8.3claws52
7509
7510         * src/folder.[ch]
7511         * src/folderview.c
7512         * src/mainwindow.c
7513                 fix new folder ghost message bug
7514                 (closes bug [ 619722 ] wrong count for newly created folders)
7515
7516 2002-10-07 [christoph]  0.8.3claws51
7517
7518         * src/compose.c
7519                 fix news posting problem
7520
7521 2002-10-07 [melvin]     0.8.3claws50
7522
7523         * po/fr.po
7524                 Updated French translation
7525
7526 2002-10-05 [christoph]  0.8.3claws49
7527
7528         * src/gtkstext.c
7529                 check if line_start_cache is set in gtk_stext_update_text
7530                 (closes bug [ 618119 ] crash while doing search in folder)
7531
7532 2002-10-05 [christoph]  0.8.3claws48
7533
7534         * src/imap.c
7535         * src/news.c
7536         * src/utils.c
7537         * src/utils.h
7538                 implement cache cleanups for claws' folder system
7539                 (closes bug [ 595916 ] imapcache not cleaned up)
7540
7541 2002-10-05 [melvin]     0.8.3claws47
7542
7543         * src/prefs_actions.c
7544                 Made the help text more clear for the %p token
7545
7546 2002-10-04 [paul]       0.8.3claws46
7547
7548         * sync with 0.8.5
7549                 see ChangeLog 2002-10-02 and 2002-10-03
7550
7551 2002-10-04 [christoph]  0.8.3claws45
7552
7553         * src/inc.c
7554                 fix segfault caused by pop before smtp
7555                 call to inc_account_mail with NULL
7556                 pointer for mainwin
7557
7558 2002-10-04 [paul]       0.8.3claws44
7559
7560         * configure.in
7561                 sync the LDAP detection from 0.8.5cvs1
7562
7563 2002-10-02 [christoph]  0.8.3claws43
7564
7565         * po/de.po
7566                 fix small spelling error
7567
7568 2002-10-02 [melvin]     0.8.3claws42
7569
7570         * ac/aspell.m4
7571                 Behave better and say "no" when test program cannot be run.
7572
7573 2002-10-02 [paul]       0.8.3claws41
7574
7575         * sync with 0.8.4cvs1
7576                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7577                 
7578         * src/summaryview.c
7579                 toggle the behavior of Reply menuitem between
7580                 normal reply and reply-to-list
7581
7582 2002-10-01 [sergey]     0.8.3claws40
7583
7584         * src/compose.c
7585                 Convert newlines in the message text to the canonical form
7586                 before base64 encoding (RFC2045 compliance, fixes some
7587                 interoperability issues with Evolution 1.0.3)
7588
7589 2002-09-29 [colin]      0.8.3claws39
7590
7591         * src/summaryview.c
7592                 Fix an unwanted copy/paste
7593
7594 2002-09-29 [colin]      0.8.3claws38
7595
7596         * src/mainwindow.c
7597                 Renamed "Custom toolbar" to "Customize toolbar"
7598                 Renamed "Show all header" to "Show all headers"
7599                 Renamed "Set diplay item" to "Set displayed items"
7600         * src/prefs_common.c
7601                 Renamed "Show all header" to "Show all headers"
7602         * src/prefs_summary_column.c
7603                 Renamed "diplay item" to "displayed items"
7604
7605 2002-09-29 [colin]      0.8.3claws37
7606
7607         * src/mainwindow.[ch]
7608                 online/offline status pixmaps follow theme
7609                 changes
7610         * src/summaryview.[ch]
7611                 quicksearch pixmap follows theme changes
7612
7613 2002-09-29 [thorsten]   0.8.3claws36
7614
7615         * src/compose.c
7616           src/prefs_folder_item.[ch]
7617                 add default_reply_to folder option (closes patch 581044)
7618
7619 2002-09-29 [christoph]  0.8.3claws35
7620
7621         * acconfig.h    ** REMOVED **
7622         * configure.in
7623         * ac/aspell.m4
7624         * ac/check-type.m4
7625         * ac/gnupg-check-typedef.m4
7626                 fix autoheader 2.50 warning
7627
7628 2002-09-29 [christoph]  0.8.3claws34
7629
7630         * major code cleanup (part 2)
7631         
7632                 - unused variables removed
7633                 - unused functions removed
7634                 - uninitialized variables checked
7635                 - missing return statements added
7636                 - missing function return types added
7637                 - added parentheses around assignment
7638                   when suggested by gcc
7639
7640 2002-09-29 [alfons]     0.8.3claws33
7641
7642         * src/logwindow.c
7643                 log_window_clear(): only bracket gtk_text_forward_delete() 
7644                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7645                 works around GTK text bug)
7646
7647 2002-09-29 [paul]       0.8.3claws32
7648
7649         * po/bg.po
7650           po/sr.po
7651                 updated by George Danchev and Urke MMI
7652                 respectively
7653
7654 2002-09-27 [christoph]  0.8.3claws31
7655
7656         * doc-src/readme.txt
7657         * doc-src/rfc1806.txt   ** REMOVED **
7658         * doc-src/rfc2183.txt   ** NEW FILE **
7659         * doc-src/rfc2980.txt   ** NEW FILE **
7660                 update rfcs
7661
7662 2002-09-27 [melvin]     0.8.3claws30
7663
7664         * ac/aspell.m4
7665                 Fixed typo which could break linking
7666
7667 2002-09-27 [melvin]     0.8.3claws29
7668
7669         * ac/aspell.m4
7670                 Improved GNU/aspell checking. 
7671                 Fixed bug #614490
7672
7673 2002-09-27 [paul]       0.8.3claws28
7674
7675         * sync with 0.8.3cvs8
7676                 see ChangeLog 2002-09-27
7677
7678 2002-09-26 [colin]      0.8.3claws27
7679
7680         * src/toolbar.[ch]
7681           src/mainwindow.[ch]
7682                 Add "Reply to Mailing-list" to the toolbar
7683
7684 2002-09-26 [christoph]  0.8.3claws26
7685
7686         * src/summaryview.c
7687                 Fix wrong message counts in summaryview status
7688
7689 2002-09-26 [paul]       0.8.3claws25
7690
7691         * sync with 0.8.3cvs7
7692                 see ChangeLog 2002-09-26
7693
7694 2002-09-26 [paul]       0.8.3claws24
7695
7696         * sync with 0.8.3cvs6
7697                 see ChangeLog 2002-09-25
7698
7699 2002-09-25 [christoph]  0.8.3claws23
7700
7701         * src/prefs_common.c
7702         * src/prefs_folder_item.c
7703         * src/prefs_scoring.c
7704                 Renamed "kill score" to "hide score" in GUI
7705                 and prefs files
7706
7707 2002-09-25 [paul]       0.8.3claws22
7708
7709         * sync with 0.8.3cvs5
7710                 see ChangeLog 2002-09-24
7711
7712 2002-09-24 [alfons]     0.8.3claws21
7713
7714         patch by Satoshi Nagayasu: allows appending / saving multiple 
7715         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7716         'Save as ...'")
7717
7718         * AUTHORS
7719                 add Satoshi Nagayasu
7720         * src/summaryview.c
7721                 summary_save_as(): allow saving selected files to
7722                 one file
7723                 summary_set_menu_sensitive: enable "Save As..." when
7724                 multiple files are selected
7725         * src/utils.[ch]
7726                 append_file(): new function
7727
7728 2002-09-24 [colin]      0.8.3claws20
7729
7730         * src/procmime.c
7731                 Fix segfault when mimeinfo doesn't have a 
7732                 content_type. 
7733
7734 2002-09-24 [colin]      0.8.3claws19
7735
7736         * src/prefs_common.[ch]
7737                 Add a preference to display send dialog or not
7738         * src/send.c
7739                 Display send dialog according to preference
7740
7741 2002-09-24 [colin]      0.8.3claws18
7742
7743         * src/compose.[ch]
7744                 Disable user actions when sending
7745
7746 2002-09-24 [colin]      0.8.3claws17
7747
7748         * src/procmime.c
7749                 Do not display name or filename for attachments
7750                 with an application/pgp-signature type
7751                 (security flaw, see bug 537413)
7752
7753 2002-09-23 [colin]      0.8.3claws16
7754
7755         * src/editaddress.c
7756                 Initialize entry_email, entry_alias and 
7757                 entry_remarks to first email address of the list
7758
7759 2002-09-23 [colin]      0.83claws15
7760
7761         * src/compose.c
7762                 Drop pgp-signature when reediting a signed queued
7763                 message
7764
7765 2002-09-23 [melvin]     0.8.3claws14
7766
7767         * po/fr.po
7768                 Updated French translation
7769
7770 2002-09-23 [melvin]     0.8.3claws13
7771
7772         * src/mainwindow.c
7773                 Made custom toolbar menu labels more consistent
7774         * src/prefs_toolbar.c
7775                 Made custom toolbar window title more consistent
7776
7777 2002-09-22 [colin]      0.8.3claws12
7778
7779         * src/inc.c
7780                 Initialize session type to normal before getting 
7781                 mail (fixes strange Get behaviour)
7782         * src/prefs_account.h
7783                 Move STYPE_POP_BEFORE_SMTP to last position to 
7784                 avoid other side-effects
7785
7786 2002-09-22 [colin]      0.8.3claws11
7787
7788         * src/prefs_account.c
7789                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7790                 from pop3 to apop or vice-versa
7791
7792 2002-09-22 [colin]      0.8.3claws10
7793         
7794         * src/prefs_account.[ch]
7795                 Add an option for the POP before SMTP timeout
7796         * src/inc.c
7797                 Remember time of last POP connection
7798         * src/send.c
7799                 Do POP before SMTP only if timeout reached
7800
7801 2002-09-22 [oliver]     0.8.3claws9
7802         
7803         * README.claws
7804                 explain custom toolbar
7805
7806 2002-09-22 [oliver]     0.8.3claws8
7807
7808         * src/prefs_actions.[ch]
7809         custom toolbar for compose      
7810                 actions callback from compose toolbar
7811         * src/folderview.c
7812                 remove include toolbar.h
7813
7814 2002-09-22 [oliver]     0.8.3claws7
7815         
7816         * src/prefs_toolbar.[ch]
7817                 custom toolbar for compose
7818                 - generic prefs_toolbar handles both
7819                   Mainwin's toolbar as well as Compose toolbar          
7820
7821 2002-09-22 [oliver]     0.8.3claws6
7822         
7823         * src/toolbar.[ch]
7824                 custom toolbar for compose
7825                 restructure toolbar.[ch]
7826
7827 2002-09-22 [oliver]     0.8.3claws5
7828
7829         * src/compose.[ch]
7830                 custom toolbar for compose
7831
7832 2002-09-22 [oliver]     0.8.3claws4
7833         
7834         * src/mainwindow.[ch]
7835                 custom toolbar for compose 
7836                 move mainwin toolbar back to mainwindow
7837
7838 2002-09-22 [alfons]     0.8.3claws3
7839
7840         * src/procmsg.c
7841                 :%sno/if(/if (/gc
7842                 :%sno/for(/for (/gc
7843                 (beautify)
7844
7845 2002-09-22 [alfons]     0.8.3claws2
7846         
7847         * src/procmsg.c
7848                 procmsg_save_to_outbox(): don't unlink message file from queue;
7849                 callers should do it using folder_item_remove_msg()
7850
7851 2002-09-22 [colin]      0.8.3claws1
7852
7853         * src/mimeview.[ch]
7854                 Made mimeview_check_signature() public
7855         * src/textview.c
7856                 Made GPG signatures verifiable by clicking
7857                 the [application/pgp-signature] in the Text
7858                 view
7859
7860 2002-09-22 [paul]       0.8.3claws
7861
7862         * po/bg.po
7863           po/en_GB.po
7864           po/es.po
7865           po/it.po
7866           po/pl.po
7867           po/pt_BR.po
7868           po/sr.po
7869                 updated translations, submitted by George Danchev,
7870                 me, Ricardo Mones Lastra, Alessandro Maestri,
7871                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7872                 and Urke MMI, respectively.     
7873
7874 2002-09-22 [alfons]     0.8.2claws65
7875
7876         * src/procmsg.c
7877         * src/pgptext.c
7878                 no furry valgrinds have been used to plug these memleaks
7879
7880 2002-09-20 [paul]       0.8.2claws64
7881
7882         * sync with 0.8.3cvs4
7883                 'Select thread' re-implemented 
7884                 see ChangeLog 2002-09-20
7885
7886 2002-09-21 [alfons]     0.8.2claws63
7887
7888         * src/compose.c
7889                 compose_send(): plug unnoticed memleak
7890
7891 2002-09-20 [alfons]     0.8.2claws62
7892
7893         * src/addr_compl.c
7894                 replace_address_in_edit(): strict check for NULL address to
7895                 fix "[ 607348 ] Segfault in address completion". My guess is
7896                 that this happens with an empty address book, but it's good
7897                 to have this check here anyway
7898                 
7899                 completion_window_button_press(): free string returned 
7900                 from the internal cache
7901
7902 2002-09-20 [christoph]  0.8.2claws61
7903
7904         * src/procmime.h
7905                 added ENC_BINARY to EncodingType
7906         * src/procmime.c
7907                 the string returned by procmime_get_encoding_str
7908                 should not depend on the order of values in the
7909                 EncodingType definition
7910         * doc-src/rfc1806.txt   ** NEW FILE **
7911                 Added rfc1806 about MIME Content-Disposition
7912                 Extension
7913
7914 2002-09-19 [paul]       0.8.2claws60
7915
7916         * sync with 0.8.2cvs3
7917                 see ChangeLog 2002-09-19
7918
7919 2002-09-19 [paul]       0.8.2claws59
7920
7921         * src/prefs_folder_item.c
7922                 revert to Darko's original alignment of colour
7923                 selector button
7924                 add a colon to folder_color label
7925                 
7926         * src/compose.c
7927                 add Colin's patch (with Hiro's modifications) to 
7928                 force BASE64 encoding for 8-bit text when signing
7929                 (sync with 0.8.3cvs2)
7930
7931 2002-09-18 [alfons]     0.8.2claws58
7932
7933         * src/compose.c
7934                 :%sno/if(/if (/gc
7935                 :%sno/for(/for (/gc
7936                 (beautify a little bit)
7937
7938 2002-09-18 [christoph]  0.8.2claws57
7939
7940         * src/pine.c
7941                 fix handling of fgetc return value
7942
7943 2002-09-17 [alfons]     0.8.2claws56
7944         
7945         * src/summaryview.c
7946                 summary_sort(): check non-NULL summaryview->folder_item when no 
7947                 folder is selected at all
7948                 (closes "[ 610344 ] sort label make syl Crash")
7949
7950 2002-09-17 [alfons]     0.8.2claws55
7951         
7952         * src/compose.c
7953                 beautify a little bit
7954
7955 2002-09-17 [christoph]  0.8.2claws54
7956
7957         * src/folder.c
7958                 initialize max values for cache and folder
7959                 when cache or folder is empty
7960
7961 2002-09-15 [colin]      0.8.2claws53
7962
7963         * src/compose.c
7964                 Fix a leak (thanks Alfons!) and cleaned
7965                 variables names for custom headers
7966
7967 2002-09-15 [colin]      0.8.2claws52
7968
7969         * src/compose.c
7970                 Fix custom headers recognition when
7971                 prefs_common.trans_hdr is on
7972
7973 2002-09-15 [colin]      0.8.2claws51
7974
7975         * src/compose.c
7976                 Allow dynamically-added custom headers
7977                 Yet not reparsed if reedited
7978
7979 2002-09-15 [alfons]     0.8.2claws50
7980
7981         * src/prefs_account.c
7982                 fix warnings
7983
7984 2002-09-15 [colin]      0.8.2claws49
7985         
7986         * src/prefs_account.c
7987                 fix pop_before_smtp sensitivity
7988
7989 2002-09-15 [colin]      0.8.2claws48
7990
7991         * src/inc.[ch]
7992                 add inc_pop_before_smtp()
7993                 allow MainWindow to be undefined in 
7994                 inc_account_mail() and inc_start()
7995         * src/pop.c
7996           src/prefs_account.h
7997                 add STYPE_POP_BEFORE_SMTP session type
7998         * src/prefs_account.c
7999                 activated pop before smtp option
8000         * src/send.c
8001                 do pop before smtp if the relevant option 
8002                 is set
8003
8004 2002-09-15 [paul]       0.8.2claws47
8005
8006         * sync with 0.8.3
8007                 see ChangeLog 2002-09-15
8008
8009 2002-09-14 [paul]       0.8.2claws46
8010
8011         * po/bg.po
8012                 updated Bulgarian translation, submitted by
8013                 George Danchev
8014
8015 2002-09-13 [paul]       0.8.2claws45
8016
8017         * src/compose.c
8018                 merge claws' select_account() with main's
8019                 (new) compose_select_account(). [sync with
8020                 0.8.2cvs15, see ChangeLog 2002-09-11]
8021
8022 2002-09-12 [christoph]  0.8.2claws44
8023
8024         * src/filter.c
8025                 allocate 1 elements of FolderItem not 0
8026
8027 2002-09-12 [colin]      0.8.2claws43
8028
8029         * src/compose.c
8030                 Fix bug #590825 (obey Follow-up: poster)
8031
8032 2002-09-12 [colin]      0.8.2claws42
8033
8034         * src/procmime.c
8035                 Fix bug #557009 (wrong headers for messages 
8036                 forwarded as attachments)
8037
8038 2002-09-11 [colin]      0.8.2claws41
8039         
8040         * src/compose.c
8041                 Put SCF: pseudo-header on top of message
8042                 Set draft tmp_flag when saved as draft
8043
8044         * src/procmsg.c
8045           src/procheader.c
8046                 Skip after first \n\n for beginning of real message
8047                 for drafts too
8048
8049 2002-09-11 [christoph]  0.8.2claws40
8050
8051         * src/filtering.c
8052                 use procmsg flag functions in filtering or processing
8053                 will cause incorrect folder message counts
8054
8055 2002-09-11 [colin]      0.8.2claws39
8056
8057         * src/compose.c
8058                 Fix bug #550175 - wrong save folder when reediting
8059                 drafts
8060
8061 2002-09-11 [paul]       0.8.2claws38
8062
8063         * sync with 0.8.2cvs14
8064                 see ChangeLog 2002-09-11
8065
8066 2002-09-11 [colin]      0.8.2claws37
8067
8068         * src/folder.c
8069                 Fix a typo (seeming to cause new/unread status to
8070                 be lost)
8071
8072 2002-09-10 [christoph]  0.8.2claws36
8073
8074         * src/compose.c
8075                 compose_redirect should not use compose_generic_new
8076                 because that does more stuff than expected including
8077                 opening the external editor
8078                 (closes bug "[ 526608 ] bounced messages appear blank
8079                  in editor")
8080
8081 2002-09-10 [christoph]  0.8.2claws35
8082
8083         * src/folder.c
8084                 fix problem with too large message number range
8085                 causing a crash in folder_item_scan
8086
8087 2002-09-10 [paul]       0.8.2claws34
8088
8089         * sync with 0.8.2cvs13
8090                 see ChangeLog 2002-09-10
8091
8092 2002-09-10 [christoph]  0.8.2claws33
8093
8094         * src/msgcache.c
8095                 set MsgInfo TmpFlags for queue and draft folders
8096                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8097
8098 2002-09-10 [paul]       0.8.2claws32
8099
8100         * AUTHORS
8101           po/bg.po      ** NEW FILE **
8102                 new Bulgarian translation submitted by
8103                 George Danchev <danchev@spnet.net>
8104                 
8105         * tools/Makefile.am
8106           tools/README
8107           tools/tb2sylpheed     ** NEW FILE **
8108                 add script that converts an addressbook exported
8109                 from The Bat! into a Sylpheed addressbook. Submitted
8110                 by Urke MMI <urke-kg@eunet.yu>
8111
8112 2002-09-10 [paul]       0.8.2claws31
8113
8114         * sync with 0.8.2cvs12
8115                 see ChangeLog 2002-09-10
8116
8117 2002-09-06 [paul]       0.8.2claws30
8118
8119         * src/prefs_common.c
8120                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8121                 
8122         * tools/Makefile.am
8123           tools/README
8124           tools/ldif-to-xml.py  ** REMOVED **
8125                 remove obsolete python script
8126
8127 2002-09-06 [paul]       0.8.2claws29
8128
8129         * sync with 0.8.2cvs10
8130                 see ChangeLog 2002-09-06
8131
8132 2002-09-04 [paul]       0.8.2claws28
8133
8134         * sync with 0.8.2cvs9
8135                 see ChangeLog 2002-08-04
8136
8137 2002-09-04 [colin]      0.8.2claws27 
8138
8139         * src/prefs_common.[ch]
8140                 Added signature color configuration
8141         * src/textview.c
8142                 Use user-specified signature color
8143
8144 2002-09-03 [colin]      0.8.2claws26
8145
8146         * src/prefs_common.[ch]
8147                 Added autosave and autosave_length prefs
8148         * src/compose.c
8149                 Added compose_remove_draft()
8150                 Auto-save drafts according to the prefs
8151         * src/main.c
8152                 Added a crash-indicator file, allowing to check
8153                 for new messages on startup if Sylpheed crashed
8154                 (makes saved drafts "reappear")
8155
8156 2002-09-03 [colin]      0.8.2claws25
8157
8158         * src/textview.[ch]
8159                 Grey the signature
8160
8161 2002-09-03 [paul]       0.8.2claws24
8162
8163         * sync with 0.8.2cvs8
8164                 see ChangeLog 2002-09-02 and 2002-09-03
8165
8166 2002-09-03 [darko]      0.8.2claws23
8167
8168         * src/folderview.c
8169                 use normal style when creating new folder to pick
8170                 proper font size 
8171
8172 2002-09-02 [melvin]     0.8.2claws22
8173
8174         * src/gtkaspell.m4
8175                 removed some obsolete code
8176
8177 2002-09-02 [melvin]     0.8.2claws21
8178
8179         * ac/aspell.m4
8180                 fixed test's equality sign (== to =)
8181
8182 2002-09-02 [alfons]     0.8.2claws20
8183
8184         * src/folder.c
8185         * src/mh.c
8186                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8187                 as folder->destroy virtual as suggested by Hiro
8188                 (the mh.c code seems to have been lost around mh.c.1.21)
8189
8190 2002-09-02 [paul]       0.8.2claws19
8191
8192         * po/pt_BR.po
8193                 updated by Fabio Jr. Beneditto
8194                 
8195         * src/defs.h
8196                 use 'http://claws.sylpheed.org' for homepage link. 
8197                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8198
8199 2002-09-01 [alfons]     0.8.2claws18
8200
8201         * src/mh.c
8202                 plug memleak related to one Martin Kluge found
8203
8204 2002-08-31 [paul]       0.8.2claws17
8205
8206         * sync with 0.8.2cvs6
8207                 see ChangeLog 2002-08-30
8208
8209 2002-08-31 [alfons]     0.8.2claws16
8210
8211         * src/folder.c
8212                 folder_destroy(): remove mailbox from folderlist even if it has
8213                 no destroy virtual
8214
8215 2002-08-31 [alfons]     0.8.2claws15
8216
8217         * src/folder.c
8218                 :%sno/if(/if (/gc
8219                 :%sno/for(/for (/gc
8220                 (being pedantic I know)
8221
8222 2002-08-31 [alfons]     0.8.2claws14
8223
8224         * src/folder.c
8225                 check for NULL pointers returned from folder->fetch_msginfo virtual
8226                 (should solve some reported crashes)
8227
8228 2002-08-30 [alfons]     0.8.2claws13
8229
8230         * acconfig.h
8231         * configure.in
8232         * src/crash.c
8233                 enable crash dialog on compilation time
8234                 (--enable-crash-dialog configure option)
8235
8236 2002-08-30 [alfons]     0.8.2claws12
8237
8238         * AUTHORS
8239                 add Martin Kluge
8240         * src/mh.c
8241                 apply memory leak plug patch by Martin Kluge
8242                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8243                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8244                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8245
8246 2002-08-30 [darko]      0.8.2claws11
8247
8248         * src/folderview.c
8249                 copy Gtk style from normal style to match
8250                 font size for coloured folders
8251
8252 2002-08-29 [alfons]     0.8.2claws10
8253
8254         * sylpheed.desktop
8255                 Type=Internet <- Type=Application
8256                 (reported by Michael Schwendt, see:
8257                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8258                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8259
8260 2002-08-29 [paul]       0.8.2claws9
8261
8262         * sync with 0.8.2cvs5
8263                 see ChangeLog 2002-08-29
8264
8265 2002-08-29 [colin]      0.8.2claws8
8266
8267         * src/summaryview.c
8268                 Added a sanity check in summary_select_thread
8269                 Should fix bug 601605
8270
8271 2002-08-29 [colin]      0.8.2claws7
8272
8273         * src/main.c
8274                 Revert claws6 changes regarding bug #591676
8275
8276 2002-08-28 [colin]      0.8.2claws6
8277         
8278         * src/main.c
8279                 Ignore cache for queue folderitems
8280                 Fix bug #591676
8281
8282 2002-08-28 [melvin]     0.8.2claws5
8283
8284         * README.claws
8285                 Fixed typos.
8286
8287 2002-08-28 [melvin]     0.8.2claws4
8288
8289         * README.claws
8290                 Updated a bit the text concerning the spell checker
8291
8292 2002-08-28 [melvin]     0.8.2claws3
8293
8294         Merged the GNU_aspell_branch:
8295                 Support of new GNU/aspell is now included and the old pspell
8296                 is not supported anymore.
8297                 See README.claws
8298
8299         * README.claws
8300                 Updated spell checker text to reflect the switch to GNU/aspell
8301
8302         * ac/aspell.m4          *** NEW ***
8303         * src/gtkaspell.[ch]    *** NEW *** 
8304         * ac/pspell.m4          *** DELETED *** 
8305         * src/gtkspell.[ch]     *** DELETED ***
8306
8307         * ac/Makefile.am
8308                 Updated for GNU/aspell support
8309
8310         * po/POTFILES.in
8311                 Replaced gtkspell.c by gtkaspell.c
8312
8313         * acconfig.h
8314         * src/Makefile.am
8315         * src/about.c
8316         * src/compose.[ch]
8317         * src/crash.c
8318         * src/main.c
8319         * src/prefs_common.[ch]
8320                 Updated for GNU/aspell support
8321
8322 2002-08-28 [paul]       0.8.2claws2
8323
8324         * sync with 0.8.2cvs4
8325                 see ChangeLog 2002-08-27 and 2002-08-28
8326
8327 2002-08-28 [colin]      0.8.2claws1
8328
8329         * src/summary_search.c
8330                 Added "AND search"
8331
8332 2002-08-28 [jens]       0.8.2claws
8333
8334         *po/de.po
8335                 Updated German translations
8336
8337 2002-08-27 [melvin]     0.8.2claws
8338
8339         * po/fr.po
8340                 Updated French translations
8341
8342 2002-08-27 [paul]       0.8.2claws
8343
8344         * sync with 0.8.2 main release
8345
8346         * po/en_GB.po
8347           po/es.po
8348           po/it.po
8349           po/pl.po
8350           po/pt_BR.po
8351           po/sr.po
8352                 updated message catalogs submitted by
8353                 Ricardo Mones Lastra, Alessandro Maestri,
8354                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8355                 Beneditto and Urke MMI  
8356
8357 2002-08-27 [hoa]        0.8.1claws123
8358
8359         * src/mainwindow.[ch]
8360         * src/summaryview.[ch]
8361                 removed the "filter setting" menu option.
8362                 add a "cancel a news message" menu option.
8363
8364 2002-08-26 [martin]     0.8.1claws122
8365
8366         * ChangeLog.claws
8367                 changed string under 0.8.1claws79 changed by myself
8368                 i'm sorry alfons :(
8369
8370 2002-08-26 [martin]     0.8.1claws121
8371
8372         * src/crash.c
8373                 added kill command to debuggerrc to start crash dialog
8374
8375 2002-08-26 [paul]       0.8.1claws120
8376
8377         * sync with 0.8.1cvs31
8378                 see ChangeLog 2002-08-26
8379
8380 2002-08-25 [alfons]     0.8.1claws119
8381
8382         * src/procmsg.c
8383                 fix bug that didn't send out correct headers to news server
8384                 when sending news article and email from queue (bug reported
8385                 and patch provided by Tim Mann; closes bug 
8386                 "[ 583196 ] 0.7.8claws can't post news")
8387
8388 2002-08-25 [alfons]     0.8.1claws118
8389
8390         * src/selective_download.c
8391                 mark two strings as translatable
8392                 (thanks to Urke MMI for pointing this out)
8393
8394 2002-08-25 [alfons]     0.8.1claws117
8395
8396         * src/summaryview.c
8397                 treat sent boxes as special and allow sorting them by addressee
8398                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8399                 submitted by Steve Lamb)
8400
8401 2002-08-24 [alfons]     0.8.1claws116
8402
8403         * src/matcher.c
8404                 fix memleak reported by Martin Kluge
8405                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8406
8407 2002-08-24 [oliver]     0.8.1claws115
8408
8409         * src/prefs_toolbar.c
8410                 o code cleanup as suggested by Alfons
8411                 o memleak fix
8412
8413 2002-08-24 [alfons]     0.8.1claws114
8414
8415         * src/summaryview.c
8416                 o fix another memory leak reported by Martin Kluge
8417                   (see "[ 599568 ] Small Memory Leak")
8418                 o remove 'from' variable from 'summary_set_header()'; we can
8419                   do with just 'to' 
8420
8421 2002-08-24 [paul]       0.8.1claws113
8422
8423         * sync with 0.8.1cvs30
8424                 see ChangeLog 2002-08-23
8425
8426 2002-08-24 [alfons]     0.8.1claws112
8427
8428         * src/summaryview.c
8429                 remove unnecessary allocations for search bar fixing leaks
8430                 reported by Martin Kluge
8431                 (see "[ 599451 ] Further memory leaks?")
8432
8433 2002-08-24 [alfons]     0.8.1claws111
8434
8435         * src/main.c
8436                 make get_socket_name() public for crash.c
8437         * src/crash.c
8438                 o make report bug button work (goes to claws' 
8439                   bug tracker at sf.net)
8440                 o introduce function for doing important stuff just
8441                   before claws goes down
8442                 o clean up code 
8443
8444 2002-08-24 [alfons]     0.8.1claws110
8445
8446         * src/compose.c
8447                 move cursor to "To" entry when forwarding as attachment
8448                 (reported and solved by Steve Lamb, closes bug report
8449                 "[ 592880 ] Forward as attachment; cursor not in to")
8450
8451 2002-08-24 [colin]      0.8.1claws109
8452
8453         * src/mainwindow.c
8454                 fix quick search visibility after GUI (de)separations.
8455
8456 2002-08-23 [colin]      0.8.1claws108
8457
8458         * src/mainwindow.c
8459                 fix header pane visibility after folderview or
8460                 messageview (de)separation
8461
8462 2002-08-23 [paul]       0.8.1claws107
8463
8464         * src/mainwindow.[ch]
8465           src/toolbar.c
8466                 give full control of display or non-display 
8467                 of the Execute icon to Custom toolbar settings.
8468                 add new sensitivity condition to maninwindow.h: 
8469                 M_DELAY_EXEC
8470
8471         * ChangeLog
8472           ChangeLog.jp
8473           NEWS
8474                 more sync with 0.8.1cvs29
8475
8476 2002-08-23 [melvin]     0.8.1claws106
8477
8478         * src/alertpanel.c
8479                 Readded support for custom widget in alertpanel lost in last
8480                 sync.
8481
8482 2002-08-23 [paul]       0.8.1claws105
8483
8484         * sync with 0.8.1cvs29
8485                 see ChangeLog 2002-08-23
8486
8487 2002-08-23 [colin]      0.8.1claws104
8488
8489         * src/summaryview.c
8490                 Fix folder and search pixmaps exchanging positions
8491                 after theme or toolbar changes. Thank to Oliver for 
8492                 reporting this.
8493
8494 2002-08-23 [colin]      0.8.1claws103
8495
8496         * src/mainwindow.c
8497           src/messageview.[ch]
8498           src/noticeview.[ch]
8499           src/summaryview.c
8500                 Changed messageview_create() and noticeview_create()
8501                 to avoid the last gdk_warning
8502
8503 2002-08-22 [colin]      0.8.1claws102
8504
8505         * src/summaryview.c
8506                 Fix my new `Creating pixmap from xpm' warning
8507
8508 2002-08-22 [colin]      0.8.1claws101
8509
8510         * src/mainwindow.c
8511                 Fix some of the gdk warnings
8512
8513 2002-08-22 [colin]      0.8.1claws100
8514
8515         * src/Makefile.am
8516         * src/stock_pixmap.c
8517         * src/stock_pixmap.h
8518         * src/pixmaps/quicksearch.xpm *ADDED*
8519                 Add the quicksearch pixmap
8520         * src/mainwindow.c
8521         * src/summaryview.c
8522         * src/summaryview.h
8523                 Make quicksearch bar visible/hidden via a button
8524
8525 2002-08-22 [christoph]  0.8.1claws99
8526
8527         * src/folder.c
8528                 fix folder update for newsgroups with message
8529                 numbers below minimum number of articles to fetch
8530                 (closes bug #598445)
8531
8532 2002-08-22 [paul]       0.8.1claws98
8533
8534         * sync with 0.8.1cvs28
8535                 see ChangeLog 2002-08-22
8536
8537 2002-08-21 [alfons]     0.8.1claws97
8538
8539         * src/crash.c
8540                 use bt instead of bt full which seems to work 
8541                 better, and bt full doesn't give a great deal 
8542                 of information anyway
8543
8544 2002-08-21 [colin]      0.8.1claws96
8545
8546         * src/summaryview.c
8547                 fix summaryview_searchtype_changed prototype
8548
8549 2002-08-21 [christoph]  0.8.1claws95
8550
8551         * src/mainwindow.c
8552                 o fix broken menu update for sorting type, we have to
8553                   get this info from the summaryview now
8554                 o removed setting of threaded state in menu callback
8555         * src/summaryview.[ch]
8556                 more summaryview/folderitem seperation for
8557                 threading option
8558         * configure.in
8559                 removed not required --with-compiler-flags option
8560
8561 2002-08-21 [oliver]     0.8.1claws94
8562         
8563         * src/toolbar.h 
8564                 o rename toolbar.xml to toolbar_main.xml
8565                   since toolbar_compose.xml might come up 
8566                   any time soon
8567         * README.claws
8568                 add custom toolbar              
8569
8570 2002-08-21 [darko]      0.8.1claws93
8571
8572         * src/procmsg.c
8573                 don't reset tmp flags for messages copied
8574                 to sent folder
8575
8576 2002-08-21 [colin]      0.8.1claws92
8577         
8578         * src/prefs_filtering.c
8579                 fix renaming rules on folder rename 
8580                 when folder is not a leaf folder
8581
8582 2002-08-21 [paul]       0.8.1claws91
8583
8584         * src/prefs_folder_item.c
8585                 fix alignment of colour selector
8586
8587 2002-08-21 [paul]       0.8.1claws90
8588
8589         * sync with 0.8.1cvs27
8590                 see ChangeLog 2002-08-21
8591
8592 2002-08-21 [paul]       0.8.1claws89
8593
8594         * src/summaryview.c
8595                 fix crash when changing field type in
8596                 Quick search bar
8597
8598 2002-08-21 [colin]      0.8.1claws88
8599
8600         * src/summaryview.c
8601                 Made quick search case-insensitive
8602
8603 2002-08-21 [paul]       0.8.1claws87
8604
8605         * sync with 0.8.1cvs26
8606                 see ChangeLog 2002-08-21
8607
8608 2002-08-20 [christoph]  0.8.1claws86
8609
8610         * src/folderview.c
8611         * src/main.c
8612         * src/summaryview.[ch]
8613                 more summaryview/folderitem seperation for
8614                 sort_key and sort_type
8615         * src/procmsg.c
8616                 added missing return statement
8617
8618 2002-08-20 [colin]      0.8.1claws85
8619
8620         * src/summaryview.[ch]
8621                 Added a quick search box
8622         * src/mainwindow.c
8623         * src/prefs_common.[ch]
8624                 Added a show/hide option for the quick search
8625
8626 2002-08-20 [oliver]     0.8.1claws84
8627         
8628         * src/mainwindow.c
8629                 remove toolbar_create_popups
8630         * src/toolbar.[ch]
8631                 o remove toolbar_create_popups
8632                 o fix toolbar_set_sensitive 
8633                   (Bug reports #596834 and #596832)     
8634         * src/prefs_toolbar.c
8635                 o add "Set default" button
8636                 o align label and text + combo widgets
8637
8638 2002-08-20 [hoa]        0.8.1claws83bis
8639
8640         * src/imap.c
8641                 fixed a bug in imap_fetch_msginfo() in case there is no
8642                 current folder.
8643
8644 2002-08-20 [darko]      0.8.1claws83
8645
8646         * src/folderview.c
8647                 copy the color style of folder view so it
8648                 works with GTK themes
8649
8650 2002-08-20 [darko]      0.8.1claws82
8651
8652         * src/folder.h
8653         * src/folderview.c
8654         * src/prefs_folder_item.[hc]
8655                 don't use UI stuff in folder.h
8656
8657 2002-08-20 [darko]      0.8.1claws81
8658
8659         * src/folder.h
8660         * src/prefs_folder_item.h
8661         * src/folderview.c
8662         * src/prefs_folder_item.c
8663                 ability to set folder color in folderview
8664
8665 2002-08-19 [alfons]     0.8.1claws80
8666
8667         * src/summaryview.c
8668                 fix one of the earlier memleaks reported by Martin Kluge
8669
8670 2002-08-19 [alfons]     0.8.1claws79
8671
8672         * src/mainwindow.c
8673                 hide notice view when selecting seperate folder
8674                 view (reported by Urke MMI)
8675
8676 2002-08-19 [christoph]  0.8.1claws78
8677
8678         * src/folderview.c
8679         * src/prefs_folder_item.h
8680         * src/summaryview.[ch]
8681                 o add summary_set_prefs_from_folderitem to set
8682                   summaryview prefs (first step to remove all
8683                   references to the folderitem in summaryview)
8684                 o moved compiled regex stuff from folderitem prefs
8685                   to summaryview code
8686
8687 2002-08-19 [paul]       0.8.1claws77
8688
8689         * src/compose.c
8690                 add check for '.' to QUOTE_IF_REQUIRED
8691
8692 2002-08-19 [paul]       0.8.1claws76
8693
8694         * src/inc.c
8695                 sync with 0.8.1cvs25 (plug memory leak)
8696
8697         * src/prefs_toolbar.c
8698                 re-order prefs_toolbar_cancel()
8699
8700 2002-08-18 [alfons]     0.8.1claws75
8701
8702         * src/inc.c
8703         * src/matcher.c
8704                 plug other memleaks reported by Martin Kluge
8705
8706 2002-08-18 [paul]       0.8.1claws74
8707
8708         * po/pt_BR.po
8709                 updated by Fabio Jr. Beneditto
8710
8711 2002-08-18 [paul]       0.8.1claws73
8712
8713         * src/toolbar.[ch]
8714                 fix bug where tooltips were displayed untranslated              
8715
8716         * src/prefs_toolbar.c
8717                 fix bug where clicking 'Cancel' creates an icon & text
8718                 toolbar regardless of prefs
8719         
8720
8721 2002-08-17 [oliver]     0.8.1claws72
8722
8723         * src/prefs_toolbar.c
8724                 update toolbar on CANCEL
8725                 bug reported by Martin Kluge
8726         * src/toolbar.c
8727                 toolbar_destroy memleak fixed           
8728
8729 2002-08-17 [alfons]     0.8.1claws71
8730
8731         * src/toolbar.c
8732                 plug another memleak reported by Martin Kluge
8733
8734 2002-08-16 [alfons]     0.8.1claws70
8735
8736         * src/crash.c
8737                 use execvp() correctly (suggested by wwp; thanks!)
8738
8739 2002-08-16 [alfons]     0.8.1claws69
8740
8741         * src/gtksctree.c
8742                 plug memory leak reported by Kim Schultz & Martin Kluge
8743
8744 2002-08-16 [paul]       0.8.1claws68
8745
8746         * po/es.po
8747                 updated by Ricardo Mones Lastra
8748
8749 2002-08-16 [paul]       0.8.1claws67
8750
8751         * src/toolbar.h
8752                 fix bug where 'Compose News' icon showed wrong
8753                 tooltip
8754
8755 2002-08-16 [paul]       0.8.1claws66
8756
8757         * sync with 0.8.1cvs24
8758                 see ChangeLog 2002-08-16
8759
8760         * po/it.po
8761                 updated by Alessandro Maestri
8762
8763 2002-08-15 [paul]       0.8.1claws65
8764
8765         * po/sr.po
8766                 updated by Urke MMI
8767
8768 2002-08-15 [paul]       0.8.1claws64
8769
8770         * src/*.c
8771                 don't translate debug info
8772
8773         * src/matcher.[ch]
8774                 add copyright info
8775
8776 2002-08-15 [paul]       0.8.1claws63
8777
8778         * src/prefs_toolbar.c
8779                 fix bug where clicking 'OK' creates an icon & text
8780                 toolbar regardless of prefs
8781
8782 2002-08-14 [alfons]     0.8.1claws62
8783
8784         * src/main.c
8785                 add global var that has the full argv[0]
8786         * src/crash.c
8787                 o execvp the correct sylpheed by using argv0
8788                   and setting the correct work dir
8789                 o other tweaks  
8790
8791 2002-08-14 [oliver]     0.8.1claws61
8792         
8793         * enable/disable Toolbar Action Buttons 
8794         * code cleanups
8795         * src/mainwindow.c
8796         * src/toolbar.[ch]      
8797         * src/prefs_toolbar.c   
8798
8799 2002-08-14 [melvin]     0.8.1claws60
8800
8801         * po/fr.po
8802                 Updated French translations
8803
8804 2002-08-14 [melvin]     0.8.1claws59
8805
8806         * src/crash.c
8807                 Made bug report not translatable
8808         * src/exporthtml.c
8809                 Fixed exporthtml_build_filespec() return value
8810         * src/foldersel.c
8811                 Fixed incorrect include file
8812         * src/gtkspell.c
8813         * src/prefs_actions.c
8814         * src/prefs_toolbar.c
8815                 Made debug info not translatable
8816         * src/mutt.c
8817         * src/quote_fmt.c
8818                 Added missing includes
8819         * src/prefs_common.c
8820                 Fixed typo
8821
8822 2002-08-14 [paul]       0.8.1claws58
8823
8824         * faq/es/sylpheed-faq.html
8825           faq/es/sylpheed-faq-[1-3].html
8826           faq/es/sylpheed-faq-4.html     **NEW FILE **
8827                 update Spanish FAQ
8828
8829 2002-08-13 [christoph]  0.8.1claws57
8830
8831         * src/procmsg.c
8832                 ignore thread fix that did not mark all
8833                 child nodes of a ignored thread as
8834                 ignored. Does not work perfectly yet,
8835                 but it is better now
8836
8837 2002-08-13 [alfons]     0.8.1claws56
8838
8839         * src/crash.c
8840                 o implement 'save crash log'
8841                 o some tweaks
8842
8843 2002-08-13 [melvin]     0.8.1claws55
8844
8845         * src/main.c
8846                 removed unrequired "execinfo.h" header
8847
8848 2002-08-12 [paul]       0.8.1claws54
8849
8850         * faq/en/sylpheed-faq.html
8851           faq/en/sylpheed-faq-[1-3].html
8852           faq/en/sylpheed-faq-4.html     **NEW FILE **
8853                 update English FAQ
8854
8855 2002-08-12 [alfons]     0.8.1claws53
8856
8857         * po/POTFILES.in
8858                 add crash.c to translatables
8859         * src/crash.c
8860                 bring in Leandro's crash dialog
8861
8862 2002-08-11 [alfons]     0.8.1claws52
8863
8864         * src/crash.c
8865                 clean up some warnings
8866
8867 2002-08-11 [alfons]     0.8.1claws51
8868
8869         * acconfig.h
8870         * configure.in
8871         * src/crash.[ch]        ** NEW FILES **
8872         * src/main.c            
8873                 initial gdb crash handler
8874
8875 2002-08-11 [paul]       0.8.1claws50
8876
8877         * src/prefs_toolbar.c
8878                 replace Up/Down arrow pixmaps with text to be
8879                 consistent across icon themes
8880
8881 2002-08-11 [paul]       0.8.1claws49
8882
8883         * src/prefs_common.c
8884           src/prefs_toolbar.c
8885                 rename 'Pixmap' -> 'Icon'
8886
8887         * src/toolbar.[ch]
8888                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8889
8890 2002-08-10 [paul]       0.8.1claws48
8891
8892         * src/prefs_toolbar.c
8893                 re-work the UI
8894
8895 2002-08-10 [paul]       0.8.1claws47
8896
8897         * src/main.c
8898                 don't write Processing progress to status bar
8899                 patch submitted by Alexander Evseev
8900
8901         * src/prefs_toolbar.c
8902                 re-position and resize window
8903                 make window assume correct size on first call
8904
8905 2002-08-10 [paul]       0.8.1claws46
8906
8907         * src/mainwindow.c
8908           src/prefs_toolbar.c
8909           src/toolbar.c
8910           src/toolbar.h
8911                 obey coding style
8912                 follow UI text conventions
8913
8914 2002-08-10 [alfons]     0.8.1claws45
8915
8916         * src/toolbar.c
8917                 correct pixmap for delete action
8918
8919 2002-08-10 [paul]       0.8.1claws44
8920
8921         * po/pt_BR.po
8922                 updated by Fabio Jr. Beneditto
8923
8924 2002-08-10 [paul]       0.8.1claws43
8925
8926         * po/POTFILES.in
8927                 add custom toolbar files
8928
8929 2002-08-10 [paul]       0.8.1claws42
8930
8931         * sync with 0.8.1cvs22
8932                 see ChangeLog 2002-08-09
8933
8934 2002-08-09 [paul]       0.8.1claws41
8935
8936         * tools/Makefile.am
8937           tools/README
8938           tools/outlook2sylpheed.pl     ** NEW FILE **
8939                 add script to convert exported Outlook
8940                 contacts list to a Sylpheed addressbook.
8941                 Submitted by Ricardo Mones Lastra.
8942
8943 2002-08-09 [paul]       0.8.1claws40
8944
8945         * AUTHORS
8946           configure.in
8947           po/sr.po      ** NEW FILE **
8948                 add Serbian message catalog. Submitted by
8949                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8950
8951 2002-08-09 [paul]       0.8.1claws39
8952
8953         * sync with 0.8.1cvs21
8954                 see ChangeLog 2002-08-08
8955
8956 2002-08-08 [oliver]     0.8.1claws38
8957
8958         * src/mainwindow.c
8959                 move Custom Toolbar to Configuration menu
8960
8961 2002-08-08 [oliver]     0.8.1claws37
8962
8963         * src/prefs_toolbar.c
8964                 fix substitute pixmap bug
8965
8966 2002-08-08 [paul]       0.8.1claws36
8967
8968         * sync with 0.8.1cvs19
8969                 see ChangeLog 2002-08-08
8970
8971 2002-08-07 [christoph]  0.8.1claws35
8972
8973         * src/utils.c
8974                 fixed a memory leak in new canonicalize_file_replace
8975
8976 2002-08-07 [christoph]  0.8.1claws34
8977
8978         * src/utils.[ch]
8979                 o canonicalize_file_replace should create the temporary
8980                   file in the same directory as the original file.
8981                 o added get_tmpfile_in_dir that creates a temorary file
8982                   in a specified directory.
8983
8984 2002-08-07 [melvin]     0.8.1claws33
8985
8986         * src/toolbar.c
8987                 fixed bug where 'Article' button acted as 'Email' button.
8988
8989 2002-08-07 [paul]       0.8.1claws32
8990
8991         * sync with 0.8.1.cvs17
8992                 see ChangeLog 2002-08-07
8993
8994 2002-08-07 [colin]      0.8.1claws31
8995         
8996         * src/news.c
8997                 fix mass-cancel problem
8998
8999 2002-08-07 [thorsten]   0.8.1claws30
9000
9001         * src/prefs_toolbar.c
9002                 fix: crash on replace or add new button
9003         * src/toolbar.c
9004                 fix: close xmlfile after reading
9005         * src/utils.c
9006                 fix: unlink() file before rename()
9007
9008 2002-08-06 [paul]       0.8.1claws29
9009
9010         * sync with 0.8.cvs15
9011                 see ChangeLog 2002-08-06
9012
9013 2002-08-06 [oliver]     0.8.1claws28
9014
9015         * src/toolbar.c
9016         * src/prefs_toolbar.c
9017                 fixed empty toolbar issue
9018
9019 2002-08-06 [oliver]     0.8.1claws27
9020
9021         * Custom Toolbar Final 
9022         * src/folderview.c
9023         * src/inc.c
9024         * src/summaryview.c
9025                 o toolbar stuff now lives in src/toolbar.[ch]
9026                 o main_window_toolbar_* functions are renamed to
9027                   toolbar_* reflecting their new source file
9028         * src/mainwindow.[ch]
9029                 o remove toolbar stuff  
9030
9031 2002-08-06 [oliver]     0.8.1claws26
9032         
9033         * src/Makefile.am
9034         * src/prefs_toolbar.[ch]        **New File**
9035         * src/toolbar.[ch]              **New File**
9036                 o prefs_toolbar.[ch] custom toolbar frontend
9037                 o toolbar.[ch]       backend 
9038
9039 2002-08-06 [oliver]     0.8.1claws25
9040
9041         * src/prefs_actions.[ch]
9042                 o new exported function actions_execute
9043
9044 2002-08-06 [paul]       0.8.1claws24
9045
9046         * sync with 0.8.1cvs4
9047                 see ChangeLog 2002-08-06
9048
9049 2002-08-06 [paul]       0.8.1claws23
9050
9051         * sync with 0.8.1cvs13
9052                 see ChangeLog 2002-08-06
9053
9054 2002-08-06 [paul]       0.8.1claws22
9055
9056         * sync with 0.8.1cvs12
9057                 see ChangeLog 2002-08-05 and 2002-08-06
9058
9059 2002-08-06 [match]      0.8.1claws21
9060
9061         * src/addrclip.c
9062                 improvements to cut/copy/paste address
9063
9064 2002-08-05 [match]      0.8.1claws20
9065
9066         * src/addritem.[ch]
9067         * src/addrcache.c
9068         * src/addrbook.c
9069         * src/editaddress.c
9070         * src/addressbook.c
9071                 fixes to improve cut/copy/paste
9072
9073 2002-08-06 [melvin]     0.8.1claws19
9074
9075         * src/account.[ch]
9076                 account_find_all_from_address(): new function that returns the
9077                 list of all accounts that are matched in an address.
9078         * src/alertpanel.[ch]
9079                 alertpanel() now accepts a custom widget
9080                 alertpanel_with_widget(): new function that pops up a panel with
9081                 a custom widget in it 
9082         * src/gtkutils.[ch]
9083                 gtkut_account_menu_new(): new function that allows the selection
9084                 of an account from a list of accounts.
9085         * src/messageview.c
9086                 Extended Return Receipt notification to select the correct 
9087                 account and to make a security test on the Delivery-Notification
9088                 address which should be the same as the Return-Path.
9089
9090 2002-08-06 [thorsten]   0.8.1claws18
9091
9092         * src/mimeview.c
9093                 attach_all: save unnamed as "noname.%d",
9094                 dont free static dirname
9095
9096 2002-08-05 [alfons]     0.8.1claws17
9097
9098         * configure.in
9099                 detect XIM by trying to link rather than compile a XIM program
9100
9101 2002-08-05 [oliver]     0.8.1claws16
9102                 
9103         * src/stock_pixmap.[ch]
9104                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9105                 o new func to retrieve pixmaps
9106
9107 2002-08-05 [paul]       0.8.1claws15
9108
9109         * sync with 0.8.1cvs10
9110                 see ChangeLog 2002-08-05
9111
9112 2002-08-04 [alfons]     0.8.1claws14
9113
9114         * src/textview.c
9115                 see if this plugs memleak
9116
9117 2002-08-04 [melvin]     0.8.1claws13
9118
9119         * src/gtkspell.c
9120                 fixed bug that could crash Sylpheed when highlighting
9121                 all misspelled words.
9122
9123 2002-08-03 [melvin]     0.8.1claws12
9124
9125         * src/prefs_actions.c
9126                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9127         * src/messageview.c
9128                 fixed bug where the Return Receipt was sent to
9129                 Delivery-Notification-To address even if it was not present
9130
9131 2002-08-02 [alfons]     0.8.1claws11
9132
9133         * src/prefs_actions.c
9134                 o more check for NULLs
9135                 o put create_io_dialog() in right conditional block
9136
9137 2002-08-02 [paul]       0.8.1claws10
9138
9139         * po/es.po
9140                 updated by Ricardo Mones Lastra
9141
9142 2002-08-01 [christoph]  0.8.1claws9
9143
9144         * src/folder.c
9145                 don't free the cache of the opened
9146                 folder in the summaryview
9147         * src/summaryview.c
9148                 don't unset flags, if it is not required
9149
9150 2002-08-01 [paul]       0.8.1claws8
9151
9152         * sync with 0.8.1cvs8
9153                 see ChangeLog entry 2002-08-01
9154
9155 2002-08-01 [paul]       0.8.1claws7
9156
9157         * sync with 0.8.1cvs7
9158                 see ChangeLog 2002-07-31 and 2002-08-01
9159
9160 2002-07-31 [christoph]  0.8.1claws6
9161
9162         * src/mainwindow.c
9163                 forgot to update menu sensitivity
9164                 function for new menu entry
9165
9166 2002-07-31 [alfons]     0.8.1claws5
9167
9168         * src/main.c
9169                 check folder item and its path for NULL on
9170                 initial processing
9171
9172 2002-07-31 [christoph]  0.8.1claws4
9173
9174         * src/folder.c
9175                 check if folder_item_get_msginfo in
9176                 folder_item_remove_msg returned NULL
9177         * src/imap.c
9178                 better clear the uid cache in the
9179                 uid validity check function and delete
9180                 cached messages
9181
9182 2002-07-31 [paul]       0.8.1claws3
9183
9184         * man/sylpheed.1
9185                 add the '--attach' option and a few other
9186                 minor changes
9187
9188 2002-07-31 [paul]       0.8.1claws2
9189
9190         * sync with 0.8.1cvs5
9191                 see ChangeLog 2002-07-31
9192
9193 2002-07-31 [christoph]  0.8.1claws1
9194
9195         * src/folderview.[ch]
9196         * src/mainwindow.c
9197                 replace "Rescan all folders..." with
9198                 "Check all folders for new messages..."
9199
9200 2002-07-30 [paul]       0.8.1claws
9201
9202         * version 0.8.1claws released
9203
9204 2002-07-30 [paul]       0.8.0claws29
9205
9206         * tools/OOo2sylpheed.pl ** NEW FILE **
9207           tools/README
9208                 add script to enable sending documents as
9209                 attachments from OpenOffice.org
9210
9211 2002-07-30 [melvin]     0.8.0claws28
9212
9213         * src/prefs_actions.c
9214                 Made the actions' input/output dialog display
9215                 without delay.
9216
9217 2002-07-30 [christoph]  0.8.0claws27
9218
9219         * src/procmsg.c
9220                 check if folder_item_get_msginfo in
9221                 procmsg_save_to_outbox returned NULL
9222
9223 2002-07-30 [paul]       0.8.0claws26
9224
9225         * sync with 0.8.1cvs4
9226                 see ChangeLog 2002-07-29
9227
9228 2002-07-29 [thorsten]   0.8.0claws25
9229
9230         * README.claws
9231                 added selective download, delete on server
9232
9233 2002-07-29 [paul]       0.8.0claws24
9234
9235         * sync with 0.8.1cvs3
9236                 see ChangeLog 2002-07-29
9237
9238 2002-07-27 [christoph]  0.8.0claws23
9239
9240         * src/folder.c
9241                 add extra check if fetching the msginfo
9242                 returned NULL
9243
9244 2002-07-27 [paul]       0.8.0claws22
9245
9246         * sync with 0.8.1cvs2
9247                 see ChangeLog 2002-07-26
9248
9249 2002-07-27 [christoph]  0.8.0claws21
9250
9251         * src/imap.c
9252                 add another check if a valid msginfo
9253                 was returned
9254
9255 2002-07-26 [hoa]        0.8.0claws20
9256
9257         * src/folder.c
9258                 Fixed a condition in folder_item_destroy()
9259
9260         * src/imap.c
9261                 Fixed an error in IMAP protocol
9262
9263 2002-07-26 [alfons]     0.8.0claws19
9264
9265         * src/folder.c
9266                 ofcourse compare with identifier, not the path
9267
9268 2002-07-26 [alfons]     0.8.0claws18
9269
9270         * src/folder.c
9271                 use folder item identifier for saving / restoring
9272                 preferences because folder->path might not be unique
9273
9274 2002-07-26 [melvin]     0.8.0claws17
9275
9276         * src/logwindow.c
9277                 Fixed a crash introduced in 0.8.0claws5 when log is 
9278                 cut under 80 characters.
9279
9280 2002-07-26 [paul]       0.8.0claws16
9281
9282         * sync with 0.8.1cvs1
9283                 see ChangeLog 2002-07-26
9284
9285 2002-07-26 [christoph]  0.8.0claws15
9286
9287         * src/imap.[ch]
9288                 imap folder now remembers the last selected
9289                 folder and imap_fetch_msginfo skips selecting
9290                 the folder if it is already selected
9291
9292 2002-07-26 [christoph]  0.8.0claws14
9293
9294         * src/folder.c
9295         * src/folderview.c
9296         * src/imap.c
9297                 fix imap folder rescanning
9298
9299 2002-07-25 [christoph]  0.8.0claws13
9300
9301         * src/filter.c
9302         * src/folder.[ch]
9303         * src/folderview.c
9304         * src/imap.[ch]
9305         * src/mainwindow.c
9306         * src/mbox_folder.c
9307         * src/mh.c
9308         * src/news.c
9309                 implement imap uid cache and uid validity check
9310
9311 2002-07-25 [alfons]     0.8.0claws12
9312
9313         * src/summaryview.c
9314                 fix a brown paper bag bug, and also add some more
9315                 checks
9316
9317 2002-07-25 [christoph]  0.8.0claws11
9318
9319         * src/folder.c
9320                 don't mix copy, fetch_msginfo and remove
9321                 operations in folder item copy and move
9322                 operations
9323
9324 2002-07-25 [christoph]  0.8.0claws10
9325
9326         * src/folderview.c
9327         * src/mainwindow.c
9328         * src/prefs_folder_item.c
9329         * src/summaryview.[ch]
9330                 remove no longer required parameter update_cache from
9331                 summary_show
9332
9333 2002-07-25 [paul]       0.8.0claws9
9334
9335         * sync with 0.8.1
9336         
9337         * AUTHORS
9338                 a few corrections
9339
9340 2002-07-24 [alfons]     0.8.0claws8
9341
9342         * src/summaryview.c
9343                 sort correctly when using simplified subject line
9344                 (closes feature request "[ 585141 ] applying regexp to subject 
9345                 before sort" submitted by Alexandra Walford)
9346
9347 2002-07-24 [paul]       0.8.0claws7
9348
9349         * sync with 0.8.0cvs3
9350                 see ChangeLog 2002-07-24
9351
9352 2002-07-23 [christoph]  0.8.0claws6
9353
9354         * src/folder.c
9355         * src/folder.h
9356         * src/summaryview.c
9357         * src/summaryview.h
9358         * src/main.c
9359                 o separate processing and summaryview
9360                 o removed summary_write_cache from summaryview
9361                 o removed summaryview->killed_messages, because we don't have
9362                   to keep a list of killed messages anymore. New cache will
9363                   keep the hidden messages in cache anyway
9364         * src/folderview.c
9365         * src/inc.c
9366         * src/selective_download.c
9367                 o removed unnecessary summary_write_cache calls
9368         * src/procmsg.c
9369                 o don't set ignore thread flag in procmsg_get_thread_tree
9370                   if it is already set
9371         * src/mainwindow.c
9372         * src/statusbar.h
9373                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9374                   they are used in different files
9375
9376 2002-07-23 [melvin]     0.8.0claws5
9377
9378         * src/addressbook.c
9379         * src/addrgather.c
9380         * src/editaddress.c
9381         * src/editgroup.c
9382         * src/editldap_basedn.c
9383         * src/importldif.c
9384         * src/prefs_common.c
9385                 Fixed few memory leak (gtk_editable_get_chars returns
9386                 an allocated string)
9387         * src/logwindow.c
9388                 Fixed few memory leak (gtk_editable_get_chars returns
9389                 an allocated string) and modified a little the log cutting
9390                 loop.
9391         * src/compose.c
9392                 Replaced a call to an obsolete function gtk_entry_get_text()
9393                 by gtk_editable_get_chars()
9394         * src/send.c
9395                 Removed a debug printf
9396
9397 2002-07-23 [christoph]  0.8.0claws4
9398
9399         * src/filesel.c
9400                 fix another g_dirname memory leak
9401
9402 2002-07-23 [christoph]  0.8.0claws3
9403
9404         * src/mh.c
9405                 fixed a memory leak in mh_fetch_msginfo
9406                 fixed crash when message header could not be
9407                 parsed
9408
9409 2002-07-23 [paul]       0.8.0claws2
9410
9411         * sync with 0.8.0cvs2
9412                 see ChangeLog 2002-07-23
9413
9414 2002-07-23 [paul]       0.8.0claws1
9415
9416         * sync with 0.8.0cvs1
9417                 see ChangeLog 2002-07-23
9418
9419 2002-07-23 [paul]       0.8.0claws
9420
9421         * release of 0.8.0claws
9422
9423 2002-07-23 [paul]       0.7.8claws99
9424
9425         * po/ru.po
9426                 new Russian translation, submitted by
9427                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9428
9429 2002-07-22 [jens]       0.7.8claws98
9430
9431         * po/de.po
9432                 Updated German translations.
9433
9434 2002-07-22 [paul]       0.7.8claws97
9435
9436         * po/es.po
9437           po/it.po
9438           po/nl.po
9439           po/pt_BR.po
9440                 updated translations by Ricardo Mones Lastra,
9441                 Alessandro Maestri, Wilbert Berendsen and 
9442                 Fabio Jr. Beneditto respectively
9443
9444 2002-07-22 [christoph]  0.7.8claws96
9445
9446         * src/mimeview.c
9447                 fix memory leak caused by wrong g_dirname usage
9448
9449 2002-07-22 [christoph]  0.7.8claws95
9450
9451         * src/summaryview.c
9452                 update new and unread message counts for summaryview
9453                 summaryview does not get it from the folder anymore
9454                 and has to update the values itself
9455
9456 2002-07-22 [melvin]     0.7.8claws94
9457
9458         * po/fr.po
9459                 Updated French translations.
9460
9461 2002-07-22 [christoph]  0.7.8claws93
9462
9463         * src/matcher.c
9464                 set prop->preg pointer to NULL or following check
9465                 will not fail and regexec will be called with
9466                 invalid pointer
9467
9468 2002-07-21 [alfons]     0.7.8claws92
9469         
9470         * src/prefs_common.[ch]
9471                 remove option "Send return receipt on request"
9472
9473 2002-07-21 [thorsten]   0.7.8claws91
9474
9475         * src/mimeview.c
9476                 fixed memleaks, coding style as pointed out by alfons
9477
9478 2002-07-21 [alfons]     0.7.8claws90
9479
9480         * src/messageview.c
9481         * src/noticeview.[ch]
9482                 o fix bug notice view being displayed when going to empty folder 
9483                   (noticed by Christoph)
9484                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9485                   (noticed by Thorsten)
9486
9487 2002-07-21 [thorsten]   0.7.8claws89
9488
9489         * src/mimeview.c
9490                 Included save_all patch from Xaview FACQ
9491                 added support for pathnames
9492
9493 2002-07-21 [alfons]     0.7.8claws88
9494
9495         * po/POTFILES.in
9496         * src/Makefile.am
9497         * src/mainwindow.c
9498         * src/messageview.[ch]
9499         * src/noticeview.c      ** NEW FILE **
9500         * src/noticeview.h      ** NEW FILE **
9501                 make return receipts work again
9502                 (UI idea by Leandro Pereira)
9503
9504 2002-07-21 [paul]       0.7.8claws87
9505
9506         * src/summaryview.c
9507                 fix sensitivity of 'Select thread'
9508
9509 2002-07-21 [paul]       0.7.8claws86
9510
9511         * src/prefs_common.c
9512                 add browser command line for Galeon
9513
9514 2002-07-21 [paul]       0.7.8claws85
9515
9516         * Makefile.am
9517                 fix 'EXTRA_DIST': remove README.README, add TODO
9518                 and TODO.claws
9519
9520 2002-07-21 [alfons]     0.7.8claws84
9521
9522         * src/gtkstext.c
9523                 make enter clear selection
9524                 (closes "[ 579888 ] Editor selection/entry error"
9525                 reported by Steve Lamb)
9526
9527 2002-07-21 [alfons]     0.7.8claws83
9528         
9529         * src/summaryview.c
9530                 sort message list when selecting unthread messages
9531                 (closes "[ 501593 ] switching threaded view doesn't sort"
9532                 reported by Simon Schubert)
9533
9534 2002-07-20 [alfons]     0.7.8claws82
9535         
9536         * src/matcher.c
9537                 const-correctness
9538
9539 2002-07-20 [thorsten]   0.7.8claws81
9540
9541         * src/matcher.c
9542                 Fixed expansion of empty fields in matchactions
9543
9544 2002-07-19 [melvin]     0.7.8claws80
9545
9546         * src/gtkspell.c
9547                 Removed a duplicate menu entry (fast mode) introduced during
9548                 the new cache merge
9549                 Added a menu separator between 'Use alternate' and 'Fast mode'
9550
9551 2002-07-19 [paul]       0.7.8claws79
9552
9553         * tools/Makefile.am
9554           tools/README
9555                 correct typos
9556
9557 2002-07-19 [thorsten]   0.7.8claws78
9558
9559         * tools/calypso_convert.pl      ** NEW FILE **
9560           tools/README
9561           tools/Makefile.am
9562                 script to import mbox files exported
9563                 by calypso
9564                 o generates folder structure
9565                 o includes attachments
9566
9567 2002-07-19 [melvin]     0.7.8claws77
9568
9569         * src/selective_download.[ch]
9570                 Fixed bug where closing the dialog with the window manager's
9571                 close button will not unlock the summary
9572                 Corrected some function declarations that missed a return value
9573                 Made the source code comply better with coding style.
9574         * src/prefs_common.c
9575                 Added new browser command line for Mozilla.
9576
9577 2002-07-18 [paul]       0.7.8claws76
9578
9579         * src/mainwindow.c
9580           src/selective_download.[ch]
9581                 reflect theme changes, fix Gdk Warning when creating 
9582                 pixmap from NULL window, and minor clean up.
9583                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9584
9585         * po/en_GB.po
9586                 updated
9587
9588 2002-07-17 [paul]       0.7.8claws75
9589
9590         * INSTALL[.jp]
9591                 sync with 0.8.0
9592         
9593         * po/en_GB.po
9594                 updated
9595
9596 2002-07-16 [paul]       0.7.8claws74
9597
9598         * tools/filter_conv.pl
9599           tools/README
9600                 replace conversion script with reimplemented version, 
9601                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9602
9603 2002-07-16 [colin]      0.7.8claws73
9604
9605         * src/summaryview.c
9606                 remove forgotten debug messages - sorry ;-)
9607
9608 2002-07-16 [colin]      0.7.8claws72
9609
9610         * src/mimeview.c
9611           src/summaryview.c
9612           src/textview.c
9613           src/textview.h
9614                 add the ability to select part of a text mime-part 
9615                 to reply.
9616
9617 2002-07-15 [christoph]  0.7.8claws71
9618
9619         * src/folder.c
9620                 fix folder message count for folders without
9621                 msg_is_changed (includes news folders)
9622
9623 2002-07-15 [martin]     0.7.8claws70
9624
9625         * src/summaryview.c
9626                 option "display recipient on 'From'..." now works
9627                 without the need of enabling the option
9628                 "display  sender  using  address  book".
9629
9630 2002-07-15 [christoph]  0.7.8claws69
9631
9632         * src/summaryview.c
9633                 removed setting folder status from summaryview.
9634                 folder.c should update all message counts correctly.
9635
9636 2002-07-15 [paul]       0.7.8claws68
9637
9638         * po/pt_BR.po
9639                 updated by Fabio Junior Beneditto
9640
9641 2002-07-15 [darko]      0.7.8claws67
9642
9643         * src/mh.c
9644                 Fixed target folder colorization, don't decrease op
9645                 number twice
9646
9647 2002-07-14 [paul]       0.7.8claws66
9648
9649         * sync with main 0.8.0
9650                 see ChangeLog 2002-07-14
9651
9652 2002-07-13 [melvin]     0.7.8claws65
9653         
9654         * src/addrbook.c
9655         * src/addressbook.c
9656         * src/addrindex.c
9657                 Replaced sprintf by g_snprintf to prevent possible buffer
9658                 overflow.
9659         * src/news.c
9660                 Corrected a log message output format.
9661                 Added a missing "done" debug output.
9662         * src/compose.c
9663                 Added keyboard accelerator for Priority menu items
9664                 Added missing \n in debug output
9665         * src/logwindow.c
9666         * src/gtkspell.c
9667         * src/rfc2015.c
9668                 Added missing \n in debug output
9669
9670 2002-07-13 [paul]       0.7.8claws64
9671
9672         * man/sylpheed.1
9673                 change Sergey's email address to the sf address
9674
9675         * src/textview.c
9676                 increase show_url_timeout (more useful for long
9677                 urls)
9678
9679 2002-07-12 [sergey]     0.7.8claws63
9680
9681         * src/rfc2015.c
9682                 applied (with some modifications) patch to set the
9683                 micalg parameter for signatures
9684                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9685
9686 2002-07-12 [sergey]     0.7.8claws62
9687
9688         * man/Makefile.am
9689         * configure.in
9690                 fixed man page installation
9691
9692 2002-07-12 [paul]       0.7.8claws61
9693
9694         * sync with 0.7.8cvs26
9695                 see ChangeLog 2002-07-11 and 2002-07-12
9696
9697 2002-07-11 [christoph]  0.7.8claws60
9698
9699         * src/compose.c
9700         * src/procmsg.c
9701                 first use the message number to find the message
9702                 to mark with a reply flag but check the
9703                 message-id if we got the correct message, if not
9704                 try to find it by message-id.
9705                 use new string seperator that is not allowed
9706                 in message-ids.
9707
9708 2002-07-11 [paul]       0.7.8claws59
9709
9710         * sync with 0.7.8cvs23
9711                 see ChangeLog 2002-07-10
9712
9713 2002-07-10 [christoph]  0.7.8claws58
9714
9715         * src/folder.[ch]
9716         * src/msgcache.[ch]
9717                 Added message-id table to the cache in memory
9718                 and functions to msgcache.c and folder.c to
9719                 fetch MsgInfos by message id
9720         * src/compose.c
9721         * src/procmsg.c
9722                 store folder and message-id of message replying
9723                 to in queue header and set reply flag after sending
9724                 (Closes bug #469498)
9725
9726 2002-07-10 [paul]       0.7.8claws57
9727
9728         * AUTHORS
9729           man/sylpheed.1.gz
9730                 add Martin to the list of authors
9731
9732 2002-07-09 [martin]     0.7.8claws56
9733         * src/gtksctree.c
9734                 Added gtk_ctree_last_visible(), tree_update_level(),
9735                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9736                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9737                 from gtk+ to gtksctree.c for the new sorting code
9738                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9739                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9740         * src/gtksctree.h
9741                 Added declaration for gtk_sctree_sort_recursive() and
9742                 gtk_sctree_sort_node
9743         * src/addressbook.c
9744         * src/foldersel.c
9745         * src/folderview.c
9746         * src/summaryview.c
9747                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9748                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9749
9750 2002-07-08 [paul]       0.7.8claws55
9751
9752         * more sync with 0.7.8cvs21
9753                 see ChangeLog 2002-07-08
9754
9755 2002-07-08 [paul]       0.7.8claws54
9756
9757         * sync with 0.7.8cvs21
9758                 see ChangeLog 2002-07-08
9759
9760 2002-07-07 [alfons]     0.7.8claws53
9761
9762         * src/Makefile.am
9763         * src/stock_pixmap.[ch]
9764         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9765         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9766         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9767                 add new pixmaps for upcoming notice pane
9768
9769 2002-07-06 [melvin]     0.7.8claws52
9770
9771         * src/gtkspell.[ch]
9772                 Made them a bit closer to Sylpheed's coding style.
9773                 Removed old code.
9774                 Removed possible memory leaks when some errors occurs.
9775
9776 2002-07-06 [melvin]     0.7.8claws51
9777
9778         * po/Makefile.in.in
9779                 Removed --no-location in xgettext command line to help
9780                 translators that use Emacs' po-mode
9781         * src/quote_fmt.c
9782                 Removed unnecessary comments that messed up sylpheed.pot
9783
9784 2002-07-06 [paul]       0.7.8claws50
9785
9786         * sync with 0.7.8cvs19
9787                 see ChangeLog 2002-07-05
9788
9789 2002-07-06 [christoph]  0.7.8claws49
9790
9791         * src/folder.c
9792         * src/mainwindow.c
9793                 fix folder_item_remove_all_msg and folderview
9794                 status for trash folders after emptying trash
9795
9796 2002-07-05 [paul]       0.7.8claws48
9797
9798         * sync with 0.7.8cvs16
9799                 see ChangeLog 2002-07-04 and 2002-07-05
9800
9801 2002-07-04 [paul]       0.7.8claws47
9802
9803         * sync with 0.7.8cvs14
9804                 see  ChangeLog 2002-07-04
9805
9806 2002-07-03 [alfons]     0.7.8claws46
9807
9808         * src/folder.c
9809                 dupe folder item's path because it's being reallocated
9810                 by new folder scanning code
9811
9812 2002-07-03 [christoph]  0.7.8claws45
9813
9814         * src/imap.c
9815                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9816         * src/msgcache.c
9817                 add missing return in msgcache_write
9818
9819 2002-07-02 [thorsten]   0.7.8claws44
9820
9821         * src/jpilot.c
9822         * src/msgcache.c
9823         * src/rfc2015.c
9824                 use binary mode for file access
9825
9826 2002-07-02 [christoph]  0.7.8claws43
9827
9828         * major code cleanup (part 1)
9829         
9830                 - unused variables removed
9831                 - unused functions removed
9832                 - uninitialized variables checked
9833                 - missing return statements added
9834                 - missing function return types added
9835                 - added parentheses around assignment and
9836                   && in || when suggested by gcc
9837               
9838         * src/mh.c
9839         * src/folder.c
9840                 replaced direct calls to folder->scan_tree
9841                 with folder_scan_tree and restore folder
9842                 prefs in this function. The folder should
9843                 not have to deal with them.
9844                 ( Should now work for all folder types )
9845
9846 2002-07-02 [paul]       0.7.8claws42
9847
9848         * sync with 0.7.8cvs13
9849                 see ChangeLog 2002-07-01 and 2002-07-02
9850
9851 2002-07-01 [christoph]  0.7.8claws41
9852
9853         * src/summaryview.c
9854                 fix "goto next/prev unread message" with
9855                 ignored threads
9856
9857 2002-07-01 [paul]       0.7.8claws40
9858
9859         * po/es.po
9860                 updated by Ricardo Mones Lastra
9861
9862 2002-06-30 [match]      0.7.8claws39
9863
9864         * src/jpilot.c
9865                 applied variation of leonerd's patch (566661) to
9866                 allow multiple email addresses per JPilot entry.
9867                 addresses may be separated by space, comma, pipe,
9868                 semi-colon, new-line.
9869
9870 2002-06-30 [alfons]     0.7.8claws38
9871
9872         * src/procmsg.c
9873                 simple fix for putting older nodes before
9874                 newer nodes when threading by subject
9875
9876 2002-06-30 [christoph]  0.7.8claws37
9877
9878         * src/folder.c
9879         * src/folderview.c
9880         * src/mh.c
9881         * src/news.c
9882         * src/procmsg.c
9883                 fix broken folder tree rescaning
9884                 and don't use procmsg_get_mark_sum
9885                 anymore
9886
9887 2002-06-30 [christoph]  0.7.8claws36
9888
9889         * merge new cache branch
9890         * src/imap.c
9891                 fix new cache imap copy bug
9892         * src/folder.c
9893                 improved folder_item_scan
9894                 it should now always set the correct
9895                 new, unread and total message counts
9896
9897 2002-06-29 [paul]       0.7.8claws35
9898
9899         * configure.in
9900                 correct syntax error
9901
9902 2002-06-29 [paul]       0.7.8claws34
9903
9904         * configure.in
9905           Makefile.am
9906           man/Makefile.am       ** NEW FILE **
9907           man/sylpheed.1.gz     ** NEW FILE **
9908                 add Sylpheed man page
9909
9910 2002-06-29 [paul]       0.7.8claws33
9911
9912         * po/pt_BR.po
9913                 updated by Fabio Junior Beneditto
9914
9915 2002-06-28 [jens]       0.7.8claws32
9916
9917         * po/de.po
9918                 translation updated
9919
9920         * src/selective_download.c
9921                 removed gettext for space " "
9922
9923         * src/imap.c
9924                 removed wrong space
9925
9926 2002-06-28 [paul]       0.7.8claws31
9927
9928         * sync with 0.7.8cvs11
9929                 see ChangeLog 2002-06-28
9930
9931 2002-06-28 [paul]       0.7.8claws30
9932
9933         * sync with 0.7.8cvs10
9934                 see ChangeLog 2002-06-27 and 2002-06-28
9935
9936 2002-06-26 [paul]       0.7.8claws29
9937
9938         * src/addrgather.c
9939           src/selective_download.c
9940                 don't gettextise empty strings.
9941                 reserved by gettext. gettext("") returns 
9942                 the header entry with meta information, 
9943                 not the empty string
9944
9945         * po/en_GB.po
9946                 updated
9947
9948 2002-06-26 [paul]       0.7.8claws28
9949
9950         * sync with 0.7.8cvs7
9951                 see ChangeLog 2002-06-25
9952
9953         * src/prefs_common.c
9954                 ...and in the process, tweak the gui a little
9955
9956 2002-06-25 [alfons]     0.7.8claws27
9957         
9958         * configure.in
9959         * src/Makefile.am
9960                 fine tune ldap library detection
9961
9962 2002-06-25 [alfons]     0.7.8claws26
9963
9964         * src/compose.c
9965                 don't allow return receipts when composing a news article
9966
9967 2002-06-25 [paul]       0.7.8claws25
9968
9969         * Makefile.am
9970                 add '$(AMTAR)' to 'release' section to allow for
9971                 new and older autotools
9972
9973 2002-06-25 [paul]       0.7.8claws24
9974
9975         * src/summaryview.c
9976                 fix "No more unread messages" persistant pop-up
9977                 window bug
9978
9979 2002-06-25 [paul]       0.7.8claws23
9980
9981         * po/it.po
9982                 updated by Alessandro Maestri
9983
9984 2002-06-25 [paul]       0.7.8claws22
9985
9986         * sync with 0.7.8cvs6
9987                 see ChangeLog 2002-06-25
9988
9989 2002-06-24 [paul]       0.7.8claws21
9990
9991         * tools/update-po
9992                 add GPL copyright information
9993
9994 2002-06-24 [paul]       0.7.8claws20
9995
9996         * tools/Makefile.am
9997           tools/README
9998           tools/update-po       ** NEW FILE **
9999                 add script that eases the creation of *.po files
10000                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10001
10002 2002-06-23 [alfons]     0.7.8claws19
10003
10004         * src/messageview.c
10005                 make notification_convert_header obey const correctness
10006                 (next step will be fixing the broken return receipt)
10007
10008 2002-06-23 [paul]       0.7.8claws18
10009
10010         * src/messageview.c
10011                 fix bug introduced in last commit:
10012                 removed too much code in last commit - put back what's
10013                 needed
10014
10015 2002-06-23 [paul]       0.7.8claws17
10016
10017         * src/messageview.[ch]
10018                 remove code committed in error from locally patched
10019                 source
10020
10021 2002-06-23 [colin]      0.7.8claws16
10022
10023         * src/compose.[ch]
10024                 add compose_entry_select(), used to select the default_to
10025                 email address - hopefully avoiding people sending mails to
10026                 wrong recipients.
10027
10028 2002-06-22 [alfons]     0.7.8claws15
10029
10030         * AUTHORS
10031                 add Bram Metsch & Stanislav Karchebny
10032         * src/smtp.[ch]
10033         * src/prefs_account.[ch]
10034         * src/send.c
10035                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10036                   options.  (see <http://sourceforge.net/tracker/index.php
10037                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10038
10039                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10040                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10041
10042 2002-06-22 [paul]       0.7.8claws14
10043
10044         * sync with 0.7.8cvs5
10045                 see ChangeLog 2002-06-19 and 2002-06-20
10046
10047 2002-06-22 [alfons]     0.7.8claws13
10048
10049         * src/selective_download.c
10050                 fix a stupid mistake I made
10051
10052 2002-06-22 [alfons]     0.7.8claws12
10053
10054         * src/selective_download.[ch]
10055                 fix another unnoticed leak; cleanup code
10056
10057 2002-06-21 [alfons]
10058
10059         * tools/Makefile.am
10060                 gpg-sign <-- gpg-sign-syl
10061
10062 2002-06-21 [alfons]     0.7.8claws11
10063
10064         * src/selective_download.c
10065         * src/selective_download.h
10066                 fix assorted mix of allocation errors (should solve
10067                 problem reported by Philippe Gramoullé, see:
10068                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10069
10070 2002-06-20 [melvin]     0.7.8claws10
10071
10072         * tools/gpg-sign *REMOVED*
10073           tools/gpg-sign-syl *ADDED*
10074                 Replaced the gpg clearsigning script with the version using
10075                 xterm instead of ssh-askpass and changed its name.
10076
10077         * README.claws
10078                 Updated actions example to reflect the renaming of the
10079                 gpg clearsigning script.
10080
10081 2002-06-19 [paul]       0.7.8claws9
10082
10083         * sync with 0.7.8claws9
10084                 see ChangeLog 2002-06-18 and 2002-06-19
10085
10086 2002-06-19 [paul]       0.7.8claws8
10087
10088         * sync with 0.7.8cvs1
10089                 see ChangeLog 2002-06-18
10090
10091 2002-06-18 [alfons]     0.7.8claws7
10092
10093         * src/mainwindow.h
10094                 add omitted prototype
10095
10096 2002-06-17 [paul]       0.7.8claws6
10097
10098         * src/mainwindow.c
10099                 fix hiding of exec_btn
10100
10101 2002-06-17 [paul]       0.7.8claws5
10102
10103         * src/pop.c
10104                 remove unneeded code: should_delete() 
10105                 and Pop3State::uidl_todelete_list
10106
10107 2002-06-17 [paul]       0.7.8claws4
10108
10109         * sync with 0.7.8
10110                 see ChangeLog 2002-06-11 and 2002-06-13
10111
10112 2002-06-16 [alfons]     0.7.8claws3
10113         
10114         * src/folder.c
10115                 make sure lock sort mode (claws specific) is
10116                 also persists after a tree rescan
10117
10118 2002-06-16 [alfons]     0.7.8claws2
10119
10120         * src/prefs_folder_item.c
10121         * src/folder.[ch]
10122                 fix persistence of folder sort mode (broken
10123                 by adapting Hiro's new folder persistence code)
10124
10125 2002-06-16 [alfons]     0.7.8claws1
10126
10127         * AUTHORS
10128         * src/logwindow.c
10129         * src/prefscommon.[ch]
10130                 control size of log text in log window; 
10131                 closes patch #569155 submitted by Mitko Haralanov.
10132
10133 2002-06-15 [paul]       0.7.8claws
10134
10135         * release of 0.7.8claws
10136
10137 2002-06-15 [paul]       0.7.7claws
10138
10139         * po/pt_BR.po
10140                 updated by Fabio Junior Beneditto
10141
10142 2002-06-14 [paul]       0.7.6claws49
10143
10144         * po/es.po
10145                 updated by Ricardo Mones Lastra
10146
10147 2002-06-14 [paul]       0.7.6claws48
10148
10149         * po/nl.po
10150                 updated translation by Wilbert Berendsen
10151
10152 2002-06-14 [melvin]     0.7.6claws47
10153
10154         * po/fr.po
10155                 Updated French translation
10156
10157 2002-06-13 [paul]       0.7.6claws46
10158
10159         * src/filesel.c
10160                 allow filename to be typed in, rather than just
10161                 selected by the mouse. Patch by Gustavo Noronha Silva.
10162
10163 2002-06-13 [alfons]     0.7.6claws45
10164
10165         * src/mainwindow.[ch]
10166                 more cleanups (removing unnecessary menu items Expand 
10167                 summary / message view)
10168
10169 2002-06-13 [melvin]     0.7.6claws44
10170
10171         * po/POTFILES.in
10172                 Added src/string_match.c
10173         * src/string_match.c
10174                 Fixed possible buffer overflow.
10175                 Corrected typo.
10176                 Added missing config.h header.
10177         * src/prefs_common.c
10178           src/prefs_matcher.c
10179           src/prefs_scoring.c
10180                 Made some strings translatable (missing _(..)).
10181
10182 2002-06-13 [melvin]     0.7.6claws43
10183
10184         * README.claws
10185                 Corrected action example (verifying clearsigned mail).
10186         * src/prefs_account.c
10187                 Corrected typo.
10188         * src/prefs_common.c
10189                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10190
10191 2002-06-12 [alfons]     0.7.6claws42
10192
10193         * src/summaryview.c
10194                 add init of score column lost in 0.7.6claws42
10195
10196 2002-06-12 [paul]       0.7.6claws41
10197
10198         * src/prefs_account.c
10199                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10200                 behavior of the radio buttons, (from 0.7.7cvs2)
10201
10202 2002-06-11 [alfons]     0.7.6claws40
10203
10204         * src/messageview.[ch]
10205         * src/summaryview.[ch]
10206         * src/summary_search.c
10207         * src/mainwindow.c
10208                 perform a sync to bring in Hiro's separate view implementation 
10209
10210                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10211
10212 2002-06-11 [paul]       0.7.6claws39
10213         
10214         * src/prefs_account.c
10215                 correct a typo on the Receive tab
10216
10217 2002-06-10 [match]      0.7.6claws38
10218
10219         * src/addressbook.c
10220                 Included address completion patch from Gustavo Noronha.
10221
10222 2002-06-10 [paul]       0.7.6claws37
10223
10224         * src/inc.[ch]
10225           src/pop.c
10226           src/prefs_account.[ch]
10227           src/selective_download.[ch]
10228                 apply PATCH #561712
10229                  NEW:
10230                 - check if POP Account
10231                 - Receive Button renamed to Preview
10232                 - Preview Button Popup: preview new/all messages
10233                 - Download Button
10234                 - Account Preferences-->Receive tab checkbutton if you
10235                   want to remove Mail after Download
10236                 -: default YES
10237                 - Account Preferences-->Receive tab checkbutton use
10238                   filtering rules on preview
10239                   (think of delete_on_server)
10240                 -: default YES
10241                 - Account selectable from SD dialog
10242                 - checkbutton to show already downloaded messages if
10243                   all messages are previewed
10244                 - new clist column showing Date
10245                 - ESC KEY close
10246                 FIXES:
10247                 - play ball with UIDL
10248                 - fault tolerant (?) 
10249                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10250
10251 2002-06-10 [melvin]     0.7.6claws36
10252
10253         * README.claws
10254                 Added a hint to ac/README in cvs instructions.
10255
10256         * src/prefs_actions.c
10257                 Made it possible to use a more elaborate command line
10258                 for asynchronous actions, too.
10259
10260 2002-06-10 [melvin]     0.7.6claws35
10261         
10262         * src/prefs_actions.c
10263                 Make it possible to use a more elaborate command line
10264                 (e.g. |foo|bar|cat>there;echo Done|)
10265                 Corrected error message when calling %f, %F and %p commands
10266                 from the compose window.
10267
10268 2002-06-09 [colin]      0.7.6claws34
10269
10270         * src/summaryview.c
10271                 Automatically find unread messages in current folder
10272                 before annoying the user.
10273
10274 2002-06-08 [alfons]     0.7.6claws33
10275
10276         * po/it.po
10277                 remove bad formatting string in it.po translation
10278                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10279
10280 2002-06-08 [paul]       0.7.6claws32
10281
10282         * sync with 0.7.6cvs25
10283                 see ChangeLog 2002-06-07
10284
10285 2002-06-05 [paul]       0.7.6claws31
10286
10287         * src/mainwindow.c
10288                 add 'Sort by locked' and 'Sort by score'
10289
10290 2002-06-05 [paul]       0.7.6claws30
10291
10292         * sync with 0.7.6cvs24
10293                 see ChangeLog 2002-06-04
10294
10295 2002-06-04 [paul]       0.7.6claws29
10296
10297         * po/pt_BR.po
10298                 updated by Fabio Junior Beneditto
10299
10300 2002-06-03 [thorsten]   0.7.6claws28
10301
10302         * src/matcher.c
10303                 fclose() matcherrc after reading
10304
10305 2002-06-03 [paul]       0.7.6claws27
10306
10307         * sync with 0.7.6cvs21
10308                 see ChangeLog 2002-05-31
10309
10310 2002-05-31 [paul]       0.7.6claws26
10311
10312         * sync with 0.7.6cvs20
10313                 see ChangeLog 2002-05-29 and 2002-05-30
10314
10315 2002-05-31 [paul]       0.7.6claws25
10316
10317         * src/imap.c
10318                 hopefully fix last buggy sync
10319
10320         * README.claws
10321                 correct typo in 'Actions' examples
10322
10323 2002-05-29 [paul]       0.7.6claws24
10324
10325         * sync with 0.7.6cvs18
10326                 see ChangeLog 2002-05-28 and 2002-05-29
10327
10328         * src/news.c
10329           src/nntp.[ch]
10330                 sync with above 
10331
10332 2002-05-28 [paul]       0.7.6claws23
10333
10334         * sync with 0.7.6cvs16
10335                 see ChangeLog 2002-05-28
10336
10337 2002-05-27 [thorsten]   0.7.6claws22 
10338
10339         * faq/it/sylpheed-faq-1.html
10340           faq/it/sylpheed-faq-2.html
10341           faq/it/sylpheed-faq-3.html
10342           faq/it/sylpheed-faq.html
10343                 corrected DOS lineendings
10344         * faq/de/sylpheed-faq-1.html
10345           faq/de/sylpheed-faq-2.html
10346           faq/en/sylpheed-faq-1.html
10347           faq/en/sylpheed-faq-2.html
10348           faq/en/sylpheed-faq-3.html
10349           faq/es/sylpheed-faq-1.html
10350           faq/es/sylpheed-faq-2.html
10351           faq/es/sylpheed-faq-3.html
10352           faq/fr/sylpheed-faq-1.html
10353           faq/it/sylpheed-faq-1.html
10354           faq/it/sylpheed-faq-2.html
10355           faq/it/sylpheed-faq-3.html
10356           faq/it/sylpheed-faq.html
10357                 changed ">" to &quot;
10358
10359 2002-05-27 [paul]       0.7.6claws21
10360         
10361         * sync with 0.7.6cvs15
10362                 see ChangeLog 2002-05-27
10363
10364 2002-05-27 [paul]       0.7.6claws20
10365
10366         * src/prefs_account.c
10367                 correct a typo
10368
10369 2002-05-26 [paul]       0.7.6claws19
10370
10371         * tools/README
10372                 correct a typo
10373
10374 2002-05-25 [paul]       0.7.6claws18
10375
10376         * tools/README
10377                 add description of kmail2sylpheed.pl
10378
10379 2002-05-25 [paul]       0.7.6claws17
10380
10381         * tools/kmail2sylpheed.pl       ** NEW FILE **
10382                 perl script that converts an exported Kmail address
10383                 book, converts it to sylpheed addressbook file,
10384                 writes the file to .sylpheed, and updates
10385                 addrbook--index.xml 
10386
10387 2002-05-25 [paul]       0.7.6claws16
10388
10389         * sync with 0.7.6cvs14
10390                 see ChangeLog 2002-05-23
10391
10392 2002-05-24 [paul]       0.7.6claws15
10393
10394         * README.claws
10395                 make a correction and add some more info
10396
10397 2002-05-24 [paul]       0.7.6claws14
10398
10399         * src/compose.c
10400                 fix memory leak in 
10401                 compose_redirect_write_headers_from_headerlist()
10402                 add Subject and Resent-Message-ID to
10403                 compose_redirect_write_headers()
10404                 Received, Subject, and X-UIDL are filtered out in 
10405                 compose_redirect_write_to_file()
10406
10407 2002-05-23 [paul]       0.7.6claws13
10408
10409         * src/compose.[ch]
10410           src/filtering.c
10411           src/mainwindow.c
10412           src/matcher.[ch]
10413           src/matcher_parser_lex.l
10414           src/matcher_parser_parse.y
10415           src/prefs_common.[ch]
10416           src/prefs_filtering.c
10417           src/summaryview.c
10418                 rename 'Bounce' to 'Redirect'
10419
10420 2002-05-23 [paul]       0.7.6claws12
10421
10422         * more sync with 0.7.6cvs13
10423           src/compose.c
10424                 see ChangeLog 2002-05-22
10425
10426 2002-05-22 [paul]       0.7.6claws11
10427
10428         * sync with 0.7.6cvs13
10429           src/codeconv.c
10430                 see ChangeLog 2002-05-20
10431           src/prefs_common.c
10432                 see ChangeLog 2002-05-22
10433
10434 2002-05-21 [melvin]     0.7.6claws10
10435
10436         * src/folderview.c
10437                 Added missing filtering and scoring headers
10438                 Fixed bad function call that showed garbage 
10439                 in Folder->Processing
10440
10441 2002-05-21 [paul]       0.7.6claws9
10442
10443         * tools/Makefile.am
10444                 make all tools executable, (patch by Alfons).
10445
10446 2002-05-20 [alfons]     0.7.6claws8
10447
10448         * src/procheader.c
10449                 don't forget to call mktime() so we have a valid week 
10450                 and year day
10451                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10452
10453 2002-05-20 [paul]       0.7.6claws7
10454
10455         * src/html.c
10456                 fix broken parsing of urls
10457         * src/textview.c
10458                 fix displaying of urls
10459
10460                 both fixes from the patch [547855] by Eugene 
10461                 Brevdo (zonem)
10462
10463 2002-05-19 [alfons]     0.7.6claws6
10464
10465         * configure.in
10466                 make sylpheed configure correctly with the latest
10467                 and greatest of automake / autoconf / gettext
10468
10469 2002-05-19 [alfons]     0.7.6claws5
10470
10471         * src/procheader.c
10472         * src/procheader.h
10473                 add function for returning ime zone offset
10474         * src/quote_fmt.c
10475         * src/quote_fmt_parse.y
10476                 better quotation formatting - does not convert
10477                 to local time, but uses the original date string.
10478                 
10479                 Note: %z inserts the timezone offset (should 
10480                 work also on platforms where strftime does not
10481                 support %z).
10482
10483 2002-05-18 [christoph]  0.7.6claws4
10484
10485         * src/summaryview.c
10486                 fix indentation of some code
10487         * tools/Makefile.am
10488                 fix spaces after \
10489         * src/Makefile.am
10490                 add missing \
10491                 correct path for ignorethread.xpm
10492                 incorrect filename for sylpheed_logo.xpm
10493                 add missing include matcher_parser_parse.h
10494
10495 2002-05-18 [paul]       0.7.6claws3
10496
10497         * sync with 0.7.6cvs8
10498                 see ChangeLog 2002-05-16 and 2002-05-17
10499
10500 2002-05-18 [melvin]     0.7.6claws2
10501
10502         * README.claws
10503                 Corrected an action's definition and fixed some misspellings.
10504
10505 2002-05-18 [paul]       0.7.6claws1
10506
10507         * tools/Makefile.am
10508           tools/gpg-sign        ** new file **
10509           tools/uudec           ** new file **
10510                 add Melvin's Actions scripts
10511
10512         * README.claws
10513                 add Melvin's descriptions for Actions
10514
10515 2002-05-18 [paul]       0.7.6claws
10516
10517         * Version 0.7.6claws released
10518
10519 2002-05-17 [paul]       0.7.5claws32
10520
10521         * po/es.po
10522                 updated by Ricardo Mones Lastra
10523
10524 2002-05-17 [paul]       0.7.5claws31
10525
10526         * src/compose.c
10527                 fix Account prefs default folder for sent/draft/deleted
10528                 messages bug
10529
10530         * po/it.po
10531           po/nl.po
10532                 updated translation by Alessandro Maestri and
10533                 Wilbert Berendsen
10534
10535 2002-05-17 [melvin]     0.7.5claws30
10536
10537         * src/prefs_actions.c
10538                 Fixed bug where using %F not at the end of the command 
10539                 resulted in an additional empty argument being created.
10540                 Thanks to Darko Koruga for reporting the bug.
10541
10542 2002-05-17 [melvin]     0.7.5claws29
10543
10544         * po/fr.po
10545                 Updated French translations.
10546
10547 2002-05-15 [paul]       0.7.5claws28
10548         
10549         * po/es.po
10550                 updated by Ricardo Mones Lastra
10551
10552 2002-05-15 [paul]       0.7.5claws27
10553
10554         * sync with 0.7.6cvs4
10555                 see ChangeLog 2002-05-14 and 2002-05-15
10556
10557 2002-05-14 [paul]       0.7.5claws26
10558
10559         * sync with 0.7.6cvs1
10560                 see ChangeLog 2002-05-13
10561
10562 2002-05-13 [thorsten]   0.7.5claws25
10563
10564         * src/messageview.c
10565                 fix select_all and copy in multipart messages
10566         * src/mainwindow.c
10567                 fix select_all and copy in multipart messages
10568
10569 2002-05-12 [paul]       0.7.5claws24
10570
10571         * src/summaryview.c
10572                 reverse last commit, bug already fixed in 0.7.5claws3
10573
10574 2002-05-12 [netztorte]  0.7.5claws23
10575
10576         * src/summaryview.c
10577                 dont parse empty addressbook (checked in before claws20)
10578
10579 2002-05-12 [melvin]     0.7.5claws22
10580
10581         * src/procmsg.[ch]
10582                 Removed unneeded priority code introduced by the previous 
10583                 commit.
10584
10585 2002-05-12 [melvin]     0.7.5claws21
10586
10587         * src/compose.[ch]
10588                 Added possibility to set message's priority.
10589         * src/procmsg.[ch]
10590                 Added possibility to set message's priority.
10591                 Added missing headers
10592
10593 2002-05-12 [melvin]     0.7.5claws20
10594
10595         * src/prefs_actions.c
10596                 Removed implicitely added quotes around the name
10597                 of the temporary files of mime parts.
10598
10599 2002-05-12 [paul]       0.7.5claws19
10600
10601         * sync with 0.7.5cvs20
10602                 see ChangeLog 2002-05-11
10603
10604 2002-05-12 [alfons]     0.7.5claws18
10605
10606         * src/quote_fmt_lex.l
10607         * src/quote_fmt_parse.y
10608                 allow quote / reply date & time format to be set using
10609                 %D{format}. format is a format string you'd pass to
10610                 strftime() (see man strftime, or the Display tab |
10611                 Date format setting).
10612
10613                 Currently %D converts the date to local time. 
10614
10615 2002-05-11 [paul]       0.7.5claws17
10616
10617         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10618                 see ChangeLog 2002-05-10 and 2002-05-11
10619
10620 2002-05-10 [paul]       0.7.5claws16
10621
10622         * sync with 0.7.5cvs16
10623                 see ChangeLog entries 2002-05-09 and 
10624                 2002-05-10
10625
10626 2002-05-10 [colin]      0.7.5claws15
10627
10628         * src/textview.c
10629                 Corrected a bug that prevented sylpheed to open
10630                 double-clicked URIs.
10631
10632 2002-05-09 [paul]       0.7.5claws14
10633
10634         * sync with 0.7.5cvs14
10635                 see ChangeLog 2002-05-08 and 2002-05-09
10636
10637 2002-05-08 [paul]       0.7.5claws13
10638
10639         * sync with 0.7.5cvs11
10640                 see ChangeLog entry 2002-05-08
10641
10642 2002-05-08 [paul]       0.7.5claws12
10643
10644         * src/mainwindow.c
10645           src/textview.[ch]
10646                 fix segfault on View->Open in new window
10647                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10648
10649 2002-05-07 [paul]       0.7.5claws11
10650
10651         * sync with 0.7.5cvs9
10652                 see ChangeLog entry 2002-05-07
10653
10654 2002-05-06 [paul]       0.7.5claws10
10655
10656         * src/messageview.c
10657           src/textview.c
10658                 display url in statusbar on single-click
10659                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10660
10661 2002-05-06 [match]      0.7.5claws9
10662
10663         * src/addritem.[ch]
10664                 new functions.
10665         * src/addrcache.c
10666                 tidy up.
10667         * src/xmlprops.[ch]
10668                 XML implementation of properties file.
10669         * src/exporthtml.[ch]
10670         * src/expthtmldlg.[ch]
10671         * src/addressbook.c
10672                 export to HTML.
10673
10674 2002-05-02 [sergey]     0.7.5claws8
10675
10676         * src/mainwindow.c (mainwin_entries),
10677           src/prefs_common.c (prefs_send_create()),
10678           src/codeconv.c (locale_table):
10679                 use charset name "Windows-1251" instead of "CP1251".
10680
10681 2002-05-02 [colin]      0.7.5claws7
10682         
10683         * src/compose.c
10684           src/prefs_common.c
10685           src/prefs_folder_item.c
10686                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10687
10688 2002-05-02 [hiro]       0.7.5claws6
10689
10690         * src/imap.c
10691                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10692
10693 2002-05-02 [paul]       0.7.5claws5
10694
10695         * src/compose.c
10696                 more sync with 0.7.5cvs7, see ChangeLog entry
10697                 2002-05-02
10698
10699 2002-05-02 [hiro]       0.7.5claws4
10700
10701         * src/compose.c
10702                 compose_queue_sub():
10703                 check if queue folder exists (closes #550397).
10704                 removed directory creation since it should be handled
10705                 transparently.
10706         * src/imap.c
10707                 imap_add_msg(): return UID for appended message
10708                 (closes #548842).
10709
10710 2002-04-30 [paul]       0.7.5claws3
10711
10712         * src/summaryview.c
10713                 fix account_find_from_address() bug
10714
10715 2002-04-28 [colin]      0.7.5claws2
10716
10717         * src/compose.c
10718           src/textview.c
10719           src/prefs_common.[ch]
10720           src/utils.[ch]
10721                 Added user-definable quotation characters recognition.
10722
10723 2002-04-28 [paul]       0.7.5claws1
10724
10725         * sync with 0.7.5cvs4
10726                 see ChangeLog entry  2002-04-25
10727
10728 2002-04-28 [paul]       0.7.5claws
10729
10730         * po/es.po
10731           po/nl.po
10732           po/pt_BR.po
10733                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10734                 Fabio Junior Beneditto
10735
10736 2002-04-27 [jens]       0.7.4claws103
10737
10738         * po/de.po
10739                 updated German translation.
10740
10741 2002-04-27 [hiro]       0.7.4claws102
10742
10743         * src/summaryview.c
10744                 summary_write_cache(): fixed the mark loss of hidden messages.
10745
10746 2002-04-26 [melvin]     0.7.4claws101
10747
10748         * src/procmsg.c
10749                 fixed a second typo (same one)
10750         * po/fr.po
10751           po/it.po
10752           po/pt_BR.po
10753                 fixed the type again...
10754
10755 2002-04-26 [melvin]     0.7.4claws100
10756
10757         * src/procmsg.c
10758                 fixed a typo in an alert message ("temorary").
10759         * po/it.po
10760         * po/pt_BR.po
10761                 corrected the typo  described above.
10762         * po/fr.po
10763                 updated French translation.
10764
10765 2002-04-26 [darko]      0.7.4claws99
10766
10767         * src/summaryview.c
10768                 fix target folder colorization
10769
10770 2002-04-25 [paul]       0.7.4claws98
10771
10772         * po/it.po
10773                 updated by Alessandro Maestri
10774
10775 2002-04-24 [colin]      0.7.4claws97
10776         
10777         * src/compose.c
10778                 Fixed double "subject is empty" question.
10779
10780 2002-04-23 [colin]      0.7.4claws96
10781         
10782         * src/mimeview.c
10783                 Corrected issue when "automatically display images" was
10784                 not set : first image remained after selecting second.
10785
10786 2002-04-23 [melvin]     0.7.4claws95
10787
10788         * src/prefs_actions.c
10789                 Don't display in/out dialog if there is nothing to show.
10790
10791 2002-04-23 [paul]       0.7.4claws94
10792
10793         * sync with 0.7.5cvs3
10794                 bug fixes: see ChangeLog entry 2002-04-23
10795
10796 2002-04-22 [darko]      0.7.4claws93
10797
10798         * src/compose.c
10799                 fix previous check-in which changed code after
10800                 merge from main
10801
10802 2002-04-22 [paul]       0.7.4claws92
10803
10804         * faq/de/*
10805                 add German FAQ
10806         * faq/en/*
10807           faq/es/*
10808           faq/fr/*
10809                 update English, Spanish and French FAQs
10810         * manual/de/*
10811           manual/es/*
10812                 add German and Spanish manuals
10813         * manual/en/*
10814           manual/fr/*
10815                 update English and French manuals
10816
10817         * src/Makefile.am
10818                 add to and re-arrange the pixmap entries
10819
10820 2002-04-22 [darko]      0.7.4claws91
10821
10822         * src/compose.c
10823                 fix sender initials recognition to only allow
10824                 '>' after the initials
10825
10826 2002-04-21 [paul]       0.7.4claws90
10827
10828         * sync with 0.7.5 release
10829                 see ChangeLog entry 2002-04-21
10830
10831 2002-04-21 [alfons]
10832
10833         * src/Makefile.am
10834                 add colin's new pixmaps to EXTRA_DIST
10835
10836 2002-04-21 [colin]      0.7.4claws89
10837         * src/compose.c
10838         * src/inc.c
10839         * src/mainwindow.[ch]
10840         * src/prefs_common.[ch]
10841         * src/stock_pixmap.[ch]
10842                 Added "Work offline" ability.
10843
10844 2002-04-21 [colin]      0.7.4claws88
10845         
10846         * src/mimeview.c
10847         * src/prefs_common.c
10848         * src/prefs_common.h
10849         * src/textview.c : Added an option to common preferences -> display
10850           to allow user not to automatically display images.
10851
10852 2002-04-21 [paul]       0.7.4claws87
10853
10854         * sync with 0.7.4cvs52
10855                 see ChangeLog entry 2002-04-21 (src/imap.c)
10856
10857 2002-04-21 [paul]       0.7.4claws86
10858
10859         * sync with 0.7.4cvs51
10860                 see ChangeLog entry 2002-04-21
10861
10862 2002-04-21 [paul]       0.7.4claws85
10863
10864         * sync with 0.7.4cvs49
10865                 see ChangeLog entries 2002-04-20 and 2002-04-21
10866
10867         * src/Makefile.am
10868                 clean up: remove old 'stock_' element from xpm 
10869                 filenames.
10870
10871 2002-04-21 [alfons]     0.7.4claws84
10872
10873         apply sync patch from Paul
10874
10875         * src/folderview.c
10876                 use old claws prefs_folder_item_create() for now
10877
10878 2002-04-19 [match]      0.7.4claws83
10879
10880         * src/addressbook.[ch]
10881         * src/addrharvest.[ch]
10882         * src/addrgather.[ch]
10883                 recurse folders.
10884         * src/mainwindow.c
10885         * src/summaryview.[ch]
10886                 change menu option.
10887
10888 2002-04-19 [paul]       0.7.4claws82
10889
10890         * po/pt_BR.po
10891                 updated by Fabio Junior Beneditto
10892
10893 2002-04-14 [alfons]     0.7.4claws81
10894
10895         * src/passphrase.c
10896                 add #include <sys/types.h> for mode_t and off_t 
10897
10898 2002-04-13 [paul]       0.7.4claws80
10899         
10900         * src/main.c
10901           src/passphrase.[ch]
10902           src/pgptext.c
10903           src/prefs_common.[ch]
10904           src/rfc2015.c
10905                 enable storing of GnuPG passphrase for the whole 
10906                 session or a user-defined number of minutes. patch 
10907                 submitted by Ravemax <ravemax@dextrose.com>
10908
10909 2002-04-13 [alfons]     0.7.4claws79
10910
10911         * src/textview.c
10912                 make email parser also stop scanning when encountering separators
10913                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10914
10915 2002-04-13 [paul]       0.7.4claws78
10916
10917         * sync with 0.7.4cvs39
10918                 see ChangeLog entry 2002-04-12
10919
10920 2002-04-11 [paul]       0.7.4claws77
10921
10922         * sync with 0.7.4cvs37
10923                 see ChangeLog entry 2002-04-11
10924
10925 2002-04-11 [paul]       0.7.4claws76
10926
10927         * COPYING 
10928                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10929                 the clause for OpenSSL). sync with sylpheed main
10930
10931 2002-04-09 [melvin]     0.7.4claws75
10932
10933         * src/compose.c
10934                 Made 'Ctrl-Enter' on send ignore some modifiers 
10935                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10936                 to bind other *-Enter (but not Alt-Enter).
10937
10938 2002-04-09 [paul]       0.7.4claws74
10939
10940         * sync with 0.7.4cvs35
10941                 see ChangeLog entries 2002-04-09
10942
10943 2002-04-08 [paul]       0.7.4claws73
10944
10945         * sync with 0.7.4cvs33
10946                 see ChangeLog entry 200-04-08
10947
10948 2002-04-07 [match]      0.7.4claws72
10949
10950         * src/addrharvest.[ch]
10951                 fixed to read all addresses in header, regardless
10952                 of header size. improved name parsing. accommodate
10953                 harvest from folders and selected message.
10954         * src/addritem.[ch]
10955                 included new address parsing function.
10956         * src/addrgather.[ch]
10957         * src/addressbook.[ch]
10958         * src/summaryview.[ch]
10959         * src/mainwindow.c
10960                 allow address harvest of folder as well as selected
10961                 messages.
10962
10963 2002-04-07 [paul]       0.7.4claws71
10964
10965         * src/esmtp.[ch]
10966           src/smtp.c
10967                 don't try to authenticate with CRAM-MD5 in SMTP when 
10968                 SMTP-AUTH enabled if MTA doesn't issue this 
10969                 auth-method in it's ehlo-response. bug item #531364,
10970                 patch item #938910. patch submitted by Colin Leroy 
10971                 <colin@colino.net>
10972
10973 2002-04-07 [paul]       0.7.4claws70
10974
10975         * src/nntp.c
10976                 fix missing MODE_READER bug. patch submitted by
10977                 Colin Leroy <colin@colino.net>
10978
10979 2002-04-07 [alfons]     0.7.4claws69
10980
10981         * src/matcher.[ch]
10982         * src/prefs_filtering.c
10983         * src/summaryview.c
10984                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10985                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10986
10987 2002-04-07 [paul]       0.7.4claws68
10988
10989         * sync with 0.7.4cvs32
10990                 see ChangeLog entry 2002-04-06
10991
10992         * tools/filter_conv.pl
10993                 more bug fixes
10994
10995 2002-04-06 [paul]       0.7.4claws67
10996
10997         * tools/filter_conv.pl
10998                 modify to be able to find the name of the first
10999                 mailbox and use that. main's filter does not
11000                 record the full path to the mailbox and therefore
11001                 can only filter to the first mailbox.
11002
11003 2002-04-05 [paul]       0.7.4claws66
11004
11005         * tools/filter_conv.pl
11006                 attempt to make the script all-encompassing and
11007                 be able to convert any main 'filter' rule thrown
11008                 at it
11009
11010 2002-04-05 [paul]       0.7.4claws65
11011
11012         * tools/filter_conv.pl
11013                 allow for collapsed folder trees
11014
11015 2002-04-05 [paul]       0.7.4claws64
11016
11017         * sync with 0.7.4cvs31
11018                 see ChangeLog entries 2002-04-05
11019
11020 2002-04-03 [paul]       0.7.4claws63
11021
11022         * sync with 0.7.4cvs29
11023                 see ChangeLog entries 2002-04-02 and 2002-04-03
11024
11025 2002-04-02 [paul]       0.7.4claws62
11026
11027         * sync with 0.7.4cvs26
11028                 see ChangeLog entry 2002-04-01
11029
11030 2002-04-02 [match]      0.7.4claws61
11031
11032         * src/pine.[ch]
11033         * src/importpine.[ch]
11034         * src/addressbook.c
11035                 import Pine address book.
11036
11037 2002-04-02 [match]      0.7.4claws60
11038
11039         * src/addrharvest.[ch]
11040                 improve address parsing of funky addresses.
11041
11042 2002-04-02 [darko]      0.7.4claws59
11043
11044         * src/compose.c
11045                 wrap on send improvements, it now recognizes quoted
11046                 initials as part of the quotation string, and it
11047                 does not join lines separated by CR
11048
11049 2002-04-01 [match]      0.7.4claws58
11050
11051         * src/mgutils.[ch]
11052                 added new functions.
11053         * src/mutt.[ch]
11054                 remove excessive duplicate address generation
11055                 on import.
11056
11057 2002-04-01 [alfons]     0.7.4claws57
11058         
11059         * src/summaryview.c
11060                 put back g_free() 
11061
11062 2002-04-01 [paul]       0.7.4claws56
11063
11064         * sync with 0.7.4cvs25
11065                 see ChangeLog entry 2002-04-01
11066
11067 2002-04-01 [alfons]     0.7.4aprilfool55
11068
11069         * src/summaryview.c
11070                 honour feature request item #537427 to allow for
11071                 displaying names from address book for sent mail also
11072
11073 2002-03-29 [paul]       0.7.4claws54
11074
11075         * src/mainwindow.c
11076           src/prefs_filtering.[ch]
11077           src/prefs_matcher.c
11078           src/summaryview.c
11079                 add 'fast filter' for claws' filtering,
11080                 /Tools/Create filter rule/... patch submitted
11081                 by Neill Miller <neillm@thecodefactory.org>
11082
11083 2002-03-29 [paul]       0.7.4claws53
11084
11085         * sync with 0.7.4cvs24
11086                 see ChangeLog entry 2002-03-29
11087
11088 2002-03-28 [paul]       0.7.4claws52
11089
11090         * sync with 0.7.4cvs23
11091                 see ChangeLog entry 2002-03-28
11092
11093 2002-03-27 [melvin]     0.7.4claws51
11094
11095         * src/prefs_actions.c
11096                 Added support to pass only one message part (as a
11097                 file) to the command using '%p'. No quotes are needed
11098                 because doubles quotes are automatically added.
11099                 Fixed bug where Sylpheed could block when waiting for
11100                 a child process to finish.
11101                 Changed the help menu to remove quotes around symbols to 
11102                 avoid misinterpretation (they must not be used).
11103
11104 2002-03-27 [melvin]     0.7.4claws50
11105
11106         * src/inc.c
11107                 Made the new mail notification command always 
11108                 execute asynchronously.
11109
11110 2002-03-27 [paul]       0.7.4claws49
11111
11112         * src/compose.c
11113                 fix bug introduced in last commit
11114
11115 2002-03-27 [paul]       0.7.4claws48
11116
11117         * sync with 0.7.4cvs21
11118                 see ChangeLog 2002-03-26 and 2002-03-27
11119
11120 2002-03-26 [hoa]        0.7.4claws47
11121
11122         * src/prefs_folder_item.c
11123                 really fixed the bug #516442 with folder rescan.
11124
11125 2002-03-26 [paul]       0.7.4claws46
11126
11127         * sync with 0.7.4cvs19
11128                 see ChangeLog entries 2002-03-25 and 2002-03-26
11129
11130 2002-03-25 [hoa]        0.7.4claws45
11131
11132         * src/matcher.c
11133         * src/mh.c
11134                 fix the bug #516442 with folder rescan.
11135
11136         * src/prefs_common.[ch]
11137         * src/compose.c
11138                 added an option to enable two different behaviours
11139                 for bounce.
11140
11141
11142 2002-03-25 [paul]       0.7.4claws44
11143
11144         * src/mainwindow.c
11145           src/selective_download.c
11146                 correct a few menuitem labels
11147
11148 2002-03-25 [christoph]  0.7.4claws43
11149
11150         * src/procmsg.c
11151                 fix non deleted tmp message in
11152                 procmsg_save_to_outbox
11153                 fix problems caused by sync with
11154                 main branch's procmsg_send_queue
11155
11156 2002-03-25 [paul]       0.7.4claws42
11157
11158         * src/quote_fmt.c
11159           src/quote_fmt_lex.l
11160           src/quote_fmt_parse.y
11161                 add Last name (%L) placeholder for quoting. 
11162                 patch submitted by Thorsten Thielen 
11163                 <thth@users.sourceforge.net>
11164
11165 2002-03-25 [paul]       0.7.4claws41
11166
11167         * src/utils.c
11168                 get full hostname. patch submitted by
11169                 Bob Woodside <rwoodside1@comcast.net>
11170
11171 2002-03-25 [paul]       0.7.4claws40
11172
11173         * src/account.c
11174           src/news.c
11175           src/nntp.[ch]
11176           src/prefs_account.[ch]
11177                 enable NNTP over SSL. patch submitted by
11178                 Pascal Jermini <pascal@infinity.hn.org>
11179
11180 2002-03-24 [paul]       0.7.4claws39
11181
11182         * src/prefs_common.c
11183                 make the arrangement of the Compose tab more
11184                 coherent
11185
11186         * src/mainwindow.c
11187                 fix some irregularities of style
11188
11189         * po/de.po
11190                 updated by Kilian Krause
11191
11192 2002-03-23 [paul]       0.7.4claws38
11193
11194         * po/pt_BR.po
11195                 updated by Fabio Junior Beneditto
11196
11197 2002-03-23 [paul]       0.7.4claws37
11198
11199         * src/mainwindow.c
11200                 move 'Gather addresses' to 'Tools' menu
11201                 make 'Selective download' sensitive
11202
11203 2002-03-23 [paul]       0.7.4claws36
11204
11205         * sync with 0.7.4cvs16
11206                 see ChangeLog entries 2002-03-23
11207
11208 2002-03-22 [christoph]  0.7.4claws35
11209
11210         * src/quote_fmt_parse.y
11211                 fix include program output
11212
11213 2002-03-22 [alfons]     0.7.4claws34
11214
11215         * src/pop.c
11216                 initialize GDate stack variable correctly (sorry!)
11217
11218 2002-03-22 [paul]       0.7.4claws33
11219
11220         * src/compose.c
11221           src/mainwindow.c
11222           src/prefs_actions.c
11223           src/prefs_common.c
11224                 rename 'Tool' to 'Tools'
11225
11226         * src/mainwindow.c
11227                 move 'Delete duplicated messages' from
11228                 'Message/' to 'Tools/'
11229                 re-arrange the order of 'Tools/' items
11230
11231 2002-03-22 [paul]       0.7.4claws32
11232
11233         * src/addr_compl.c
11234           src/addressbook.[ch]
11235                 auto-address completion now also matches on
11236                 Nickname. patch submitted by Bob Forsman 
11237                 <hammor@users.sourceforge.net>
11238
11239         * src/editaddress.c
11240                 correct a spelling mistake
11241
11242 2002-03-22 [alfons]     0.7.4claws31
11243
11244         * src/pop.c
11245                 fix getting uidl from incorrect string 
11246                 (spotted by Colin)
11247
11248 2002-03-21 [alfons]     0.7.4claws30
11249
11250         * src/pop.c
11251                 more code refactoring
11252                 plug mem leak introduced by delete on server
11253
11254 2002-03-21 [paul]       0.7.4claws29
11255
11256         * sync with 0.7.4cvs11
11257                 see ChangeLog entries 2002-03-20
11258
11259 2002-03-20 [alfons]     0.7.4claws28
11260
11261         * src/inc.c
11262                 apply Colin's patch and refactor
11263
11264 2002-03-20 [paul]       0.7.4claws27
11265
11266         * sync with sylpheed 0.7.4cvs9
11267                 see ChangeLog entry 2002-03-20
11268
11269 2002-03-19 [christoph]  0.7.4claws26
11270
11271         * src/mh.c
11272         * src/procmsg.[ch]
11273         * src/summaryview.c
11274                 revert changes for flag updates
11275                 (does not work correctly and no time to debug)
11276
11277 2002-03-20 [alfons]     0.7.4claws25
11278
11279         * src/pop.c
11280                 refactor should_delete() a little bit 
11281
11282 2002-03-19 [paul]       0.7.4claws24
11283
11284         * src/inc.[ch]
11285           src/pop.c
11286           src/prefs_account.[ch]
11287                 allow the user to leave downloaded mail on the 
11288                 server for n days. Patch submitted by Colin Leroy 
11289                 <colin@colino.net>
11290
11291 2002-02-19 [paul]       0.7.4claws23
11292
11293         * sync with sylpheed 0.7.4cvs8
11294                 see ChangeLog entries 2002-03-19
11295
11296 2002-03-18 [paul]       0.7.4claws22
11297
11298         * sync with sylpheed 0.7.4cvs6
11299                 see ChangeLog entry 2002-03-18
11300
11301 2002-03-18 [paul]       0.7.4claws21
11302
11303         * po/en_GB.po
11304                 add en_GB message catalogue
11305
11306         * src/mbox_folder.c
11307           src/prefs_account.c
11308           src/prefs_actions.c
11309                 correct a few spelling mistakes
11310
11311 2002-03-17 [alfons]     0.7.4claws20
11312
11313         * src/matcher.c
11314                 more stringent checks for NULL params when writing
11315                 filtering actions to a file
11316                 
11317 2002-03-17 [hoa]        0.7.3claws20
11318
11319         * src/news.c
11320                 fixed the count of new messages
11321
11322         * src/compose.c
11323                 fixed the "attachment properties" window
11324
11325 2002-03-17 [paul]       0.7.4claws19
11326
11327         * src/defs.h
11328           src/folder.h
11329           src/news.c
11330           src/prefs_account.[ch]
11331           src/procmsg.[ch]
11332           src/summaryview.c
11333                 automatically mark cross-posted messages as read 
11334                 and (optionally) give them a colour label
11335                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11336                 
11337
11338 2002-03-17 [paul]       0.7.4claws18
11339
11340         * sync with sylpheed 0.7.4cvs5
11341                 see ChangeLog entry 2002-03-17
11342
11343 2002-03-17 [melvin]     0.7.4claws17
11344         
11345         * src/textview.c
11346                 Worked around a gtktext 'bug': when searching for 
11347                 a text in a long message it was scrolling slowly
11348                 line by line until it hit the searched text.
11349         * po/fr.po
11350                 Updated French translation
11351
11352 2002-03-17 [melvin]     0.7.4claws16
11353
11354         * src/mainwindow.c
11355         * src/compose.c
11356         * src/prefs_actions.c
11357                 Moved "Edit/Actions" to "Tool/Actions"
11358                 Made mainwindow/compose window sensitive as soon as
11359                 no child process is running anymore even if the io dialog
11360                 is open.
11361                 Fixed a struct being initialized with a non constant char*
11362
11363 2002-03-16 [christoph]  0.7.4claws15
11364
11365         * configure.in
11366                 add --with-compiler-flags option
11367                 (only for developer hacking)
11368         * src/mh.c
11369         * src/procmsg.[ch]
11370         * src/summaryview.c
11371                 try to make folder-stats and flag handling more
11372                 independent from the summaryview. msgcounts
11373                 are only set when the folder is opened and
11374                 procmsg_msginfo_(un)set_flags will handle it
11375                 later and summaryview will get the values
11376                 from the folder.
11377
11378 2002-03-16 [paul]       0.7.4claws14
11379
11380         * src/messageview.c
11381                 fix Return-receipt. Patch submitted by Bob
11382                 Woodside <rwoodside1@comcast.net>
11383
11384 2002-03-16 [paul]       0.7.4claws13
11385
11386         * src/compose.c
11387                 fix 'dynamic' signatures, make it work again
11388                 broken during sync on 2002-03-14 (0.7.4claws2)
11389
11390 2002-03-15 [match]      0.7.4claws12
11391
11392         * src/addrharvest.[ch]
11393         * src/addrgather.[ch]
11394         * src/addressbook.[ch]
11395         * src/mainwindow.c
11396                 included address harvester feature. still some
11397                 issues with address parsing that I will fix.
11398
11399 2002-03-15 [match]      0.7.4claws11
11400
11401         * src/addrbook.[ch]
11402         * src/addrcache.[ch]
11403         * src/addressbook.[ch]
11404         * src/addrindex.c
11405         * src/editbook.c
11406         * src/importldif.c
11407         * src/importmutt.c
11408         * src/jpilot.[ch]
11409         * src/main.c
11410         * src/syldap.[ch]
11411         * src/vcard.[ch]
11412                 tidy up. fix memory leaks. moved attribs and methods
11413                 from individual interfaces to addrcache object. prep
11414                 for new stuff to come in.
11415
11416 2002-03-15 [alfons]     0.7.4claws10
11417
11418         * src/matcher.[ch]
11419         * src/matcher_parser_parse.y
11420         * src/matcher_parser_lex.l
11421         * src/prefs_matcher.c
11422                 add filtering conditions message greater than, smaller 
11423                 than, and exactly matching a size in bytes
11424                 (does not work with delete from POP3 server yet)
11425
11426                 this should also give others an idea what you should
11427                 do to add new criterions to claws filtering system
11428                 
11429
11430 2002-03-15 [paul]       0.7.4claws9
11431
11432         * tools/filter_conv.pl
11433                 exit if there are no filter rules to convert
11434                 rename filterrc to filterrc.old after completion
11435
11436 2002-03-15 [paul]       0.7.4claws8
11437
11438         * sync with sylpheed 0.7.4cvs3
11439                 see ChangeLog entry 2002-03-14
11440
11441 2002-03-14 [paul]       0.7.4claws7
11442
11443         * src/compose.c
11444                 clean up the last commit (ahem)
11445
11446 2002-03-14 [paul]       0.7.4claws6
11447
11448         * src/compose.c
11449                 fix bug #515655. honour account preferences
11450                 regarding gpg default signing/encryption when 
11451                 changing account from the compose window.
11452
11453 2002-03-14 [paul]       0.7.4claws5
11454
11455         * src/folderview.c
11456                 remove unnecessary curly brackets
11457
11458 2002-03-14 [paul]       0.7.4claws4
11459
11460         * src/folderview.c
11461           src/prefs_filtering.[ch]
11462                 add filter rename on folder rename and filter
11463                 delete on folder delete. Patch submitted by
11464                 Neill Miller <neillm@thecodefactory.org> 
11465
11466 2002-03-14 [christoph]  0.7.4claws3
11467
11468         * src/procmsg.c
11469         * src/send.c
11470                 fix local delivery
11471                 (patch submitted by "Simon 'corecode' Schubert")
11472         * src/prefs_common.c
11473         * src/procmsg.c
11474                 fix gcc 3.0 warning
11475
11476 2002-03-14 [paul]       0.7.4claws2
11477
11478         * sync with sylpheed 0.7.4cvs2
11479                 see ChangeLog entry 2002-03-13
11480
11481 2002-03-12 [darko]      0.7.4claws1
11482
11483         * src/mainwindow.c
11484                 fix what seems to be a copy and paste error
11485                 when setting color for important messages
11486                 (reported by wwp)
11487
11488 2002-03-11 [paul]       version 0.7.4claws released
11489
11490 2002-03-11 [paul]       0.7.4claws
11491
11492         * po/es.po
11493           po/it.po
11494           po/nl.po
11495           po/pt_BR.po
11496                 update message catalogs. Submitted by Ricardo Mones 
11497                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11498                 Fabio Junior Beneditto
11499
11500         * configure.in
11501           faq/Makefile.am
11502           faq/it/Makefile
11503           faq/it/sylpheed-faq*
11504           src/mainwindow.c
11505           src/manual.[ch]
11506                 add FAQ in Italian
11507         
11508
11509 2002-03-11 [jens]       0.7.3claws7
11510
11511         * po/de.po
11512                 updated German translation
11513
11514 2002-03-11 [melvin]     0.7.3claws6
11515
11516         * po/fr.po
11517                 updated and corrected French translation
11518
11519 2002-03-10 [hoa]        0.7.3claws5
11520
11521         * src/account.c
11522         * src/inc.c
11523         * src/prefs_account.c
11524         * src/procmsg.c
11525         * src/send.[ch]
11526                 fixed the local account.
11527                 you have to change the default "/usr/sbin/sendmail"
11528                 to "/usr/sbin/sendmail -t" in the preferences of
11529                 the local account.
11530
11531         * src/procmime.c
11532                 removed some debug display for renderer
11533
11534 2002-03-10 [paul]       0.7.3claws4
11535
11536         * faq/en/sylpheed-faq-1.html
11537           faq/en/sylpheed-faq-2.html
11538                 update
11539
11540 2002-03-09 [paul]       0.7.3claws3
11541
11542         * sync with sylpheed 0.7.4
11543                 see ChangeLog entry 2002-03-09
11544
11545 2002-03-08 [paul]       0.7.3claws2
11546
11547         * faq/en/sylpheed-faq*
11548           faq/es/sylpheed-faq*
11549           faq/fr/sylpheed-faq*
11550                 update the FAQs
11551
11552         * manual/fr/.cvsignore
11553           manual/fr/Makefilea.am
11554           manual/fr/sylpheed*
11555           src/mainwindow.c
11556           src/manual.[ch]
11557                 add the French manual
11558
11559 2002-03-07 [paul]       0.7.3claws1
11560
11561         * sync with sylpheed 0.7.3cvs4
11562                 see ChangeLog entries  2002-03-06 and 2002-03-07
11563         
11564         * po/nl.po
11565                 updated by Wilbert Berendsen
11566
11567 2002-03-07 [melvin]     0.7.2claws34
11568
11569         * src/selective_download.c
11570                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11571
11572 2002-03-06 [paul]       0.7.2claws33
11573
11574         * sync with sylpheed 0.7.3cvs1
11575                 bug fix, see ChangeLog entry 2002-03-05
11576
11577 2002-03-05 [paul]       0.7.2claws32
11578
11579         * src/mimeview.c
11580           src/pgptext.[ch]
11581           src/procmsg.c
11582                 reverse the pgp ascii-armored code implemented in 
11583                 0.7.2claws16. removal of this code until it matures.
11584                 this means that verifying ascii-armored pgp sigs and
11585                 automatic decryption of ascii-armored encrypted
11586                 messages no longer works.
11587
11588 2002-03-05 [paul]       0.7.2claws31
11589
11590         * configure.in
11591           Makefile.am
11592         * faq/Makefile.am
11593         * faq/en/Makefile.am
11594           faq/en/sylpheed-faq.html
11595           faq/en/sylpheed-faq-1.html
11596           faq/en/sylpheed-faq-2.html
11597           faq/en/sylpheed-faq-3.html
11598         * faq/es/Makefile.am
11599           faq/es/sylpheed-faq.html
11600           faq/es/sylpheed-faq-1.html
11601           faq/es/sylpheed-faq-2.html
11602           faq/es/sylpheed-faq-3.html
11603           faq/es/sylpheed-faq-4.html
11604         * faq/fr/Makefile.am
11605           faq/fr/sylpheed-faq.html
11606           faq/fr/sylpheed-faq-1.html
11607           faq/fr/sylpheed-faq-2.html
11608           faq/fr/sylpheed-faq-3.html
11609         * src/Makefile.am
11610           src/defs.h
11611           src/mainwindow.c
11612           src/manual.[ch]
11613                 add FAQs in English, Spanish and French
11614
11615
11616 2002-03-05 [paul]       0.7.2claws30
11617
11618         * manual/en/sylpheed.html
11619           manual/en/sylpheed-XX.html
11620                 updated the English manual
11621
11622 2002-03-05 [hoa]        
11623
11624         * src/summaryview.c
11625                 dialog box pops up if the article can't be deleted.
11626
11627 2002-03-04 [paul]       
11628         
11629         * po/pt_BR.po
11630                 updated by Fabio Junior Benedito
11631
11632 2002-03-04 [hoa]
11633
11634         * removed ac/gpgme.m4
11635                 to avoid autogen common problem
11636                 developers have to install gpgme development package now
11637
11638         * src/compose.c
11639                 encoding to 7bit or 8bit is enabled.
11640
11641 2002-03-03 [alfons]     0.7.2claws29
11642
11643         * src/pop.c
11644                 merge fix by Oliver Haertel for selective
11645                 download buglet
11646
11647 2002-03-03 [paul]       0.7.2claws28
11648         
11649         * sync with sylpheed 0.7.3
11650
11651 2002-03-03 [paul]       0.7.2claws27
11652
11653         * sync with sylpheed 0.7.2cvs24
11654                 see ChangeLog entries 2002-03-02 and 2002-03-03
11655
11656 2002-03-02 [melvin]     0.7.2claws26
11657
11658         * src/inc.[ch]
11659         * src/main.c
11660         * src/mainwindow.c
11661         * src/prefs_common.[ch]
11662                 Added user definable notification on new mail arrival.
11663                 Removed unused variables in spell checker prefs code.
11664
11665 2002-03-02 [melvin]     0.7.2claws25
11666
11667         * src/quote_fmt.c
11668                 Removed unnecessary escape sequences.
11669                 Changed 'Initial...' to 'Initials of Sender'
11670
11671 2002-03-02 [paul]       0.7.2claws24
11672
11673         * sync with sylpheed 0.7.2cvs22
11674                 see ChangeLog entry 2002-03-01
11675
11676 2002-03-01 [hoa]        0.7.2claws23
11677
11678         * src/mainwindow.c
11679                 Set sensitivity of delete actions to active
11680                 even if the folder is a newsgroup.
11681
11682         * src/summaryview.c
11683                 - Set sensitivity of delete actions
11684                 - Added function check_permission() that will check if the
11685                   user is authorized to delete a message. For news, it
11686                   will check if the author is the same.
11687                 - Enabled deletion when there is no trash folder.
11688
11689         * src/news.[ch]
11690                 - Added news_cancel_article() to cancel articles
11691                 - Implemented news_remove_message() (public function)
11692
11693 2002-03-01 [paul]       0.7.2claws22
11694
11695         * src/gtkutils.c
11696           src/textview.c
11697                 recognise urls that that don't include 'http://' and
11698                 simply begin 'www.' 
11699
11700         * AUTHORS
11701                 remove duplicated name
11702
11703 2002-02-28 [paul]       0.7.2claws21
11704
11705         * src/mainwindow.c
11706           src/summaryview.[ch]
11707                 add ability to 'Select thread'
11708                 combines Melvin's "Select thread's head" patch (#510907)
11709                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11710                 patch (#518514) 
11711
11712 2002-02-28 [paul]       0.7.2claws20
11713
11714         * src/mimeview.c
11715                 hopefully fix segfault on right-clicking a mime part
11716                 that some people have experienced.      
11717                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11718
11719 2002-02-28 [paul]       0.7.2claws19
11720
11721         * sync with sylpheed 0.7.2cvs21
11722                 see ChangeLog entries 2002-02-27 and 2002-02-28
11723
11724 2002-02-27 [paul]       0.7.2claws18
11725
11726         * sync with sylpheed 0.7.2cvs18
11727                 see ChangeLog entries 2002-02-26 and 2002-02-27
11728
11729 2002-02-26 [alfons]     0.7.2claws17
11730
11731         * src/procheader.c
11732                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11733                 (spotted by Chris Hessman <idatech@gmx.net>)
11734
11735 2002-02-26 [paul]       0.7.2claws16
11736
11737         * src/mimeview.c
11738           src/pgptext.[ch]
11739           src/procmsg.c
11740                 make decryption of ascii-armored pgp encrypted messages
11741                 and verification of ascii-armored signatures work again.
11742                 slightly altered from the patch by Jens Jahnke 
11743                 <jan0sch@gmx.net>
11744
11745                 ##FIX ME##
11746                 * the checking of plaintext signatures always comes up in 
11747                   a popup box
11748                 * it doesn't work for multipart messages 
11749                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11750                   including the msg headers and these 2 line themselves, are 
11751                   not displayed
11752
11753         * src/mainwindow.c
11754                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11755                 "View/Message View" becomes "View/Separate Message View"
11756                 because its less ambiguous.
11757
11758         * po/es.po
11759                 updated by Ricardo Mones Lastra
11760
11761 2002-02-26 [paul]       0.7.2claws15
11762
11763         * sync with sylpheed 0.7.2cvs17
11764                 see ChangeLog entries 2002-02-25 and 2002-02-26
11765
11766 2002-02-25 [christoph]  0.7.2claws14
11767
11768         * src/filtering.[ch]
11769         * src/inc.c
11770                 do filtering stuff after all messages have been received
11771                   1. drop all messages to .processing
11772                   2. scan processing folder for messages
11773                   3. filter messages or move to inbox
11774                 this will also find old messages left in processing after
11775                 a crash or something like that and we get a real msginfo
11776                 from folder->get_msg_list and do not have to create our
11777                 own in filter_message
11778         * src/matcher_parser_parse.y
11779                 remove MIX/MAX warning (reordered includes)
11780
11781 2002-02-25 [paul]       0.7.2claws13
11782
11783         * sync with sylpheed 0.7.2cvs15
11784                 see ChangeLog entry 2002-02-24
11785
11786 2002-02-24 [alfons]     0.7.2claws12
11787
11788         * src/filtering.c
11789                 clear old color flags first when applying a new color to
11790                 a message info. 
11791                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11792
11793 2002-02-24 [alfons]     0.7.2.claws11
11794         
11795         * AUTHORS
11796         * src/prefs_common.c
11797                 add presets for Opera and Konqueror, closes patch #517261,
11798                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11799
11800 2002-02-24 [alfons]     0.7.2.claws10
11801
11802         * AUTHORS
11803         * src/summaryview.c
11804                 fix threading for null message ids, closes patch #521601,
11805                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11806
11807 2002-02-24 [alfons]     0.7.2claws9
11808
11809         * src/summaryview.c
11810         * src/filtering.c
11811                 make Tool | Filter Message work with filtering system so
11812                 setting flags also works
11813
11814                 TODO:
11815
11816                 - Processing uses the same function as Tool | Filter
11817                   Message, but doesn't use the same update proc yet
11818
11819 2002-02-23 [paul]       0.7.2claws8
11820
11821         * sync with sylpheed 0.7.2cvs14
11822                 see ChangeLog entries 2002-02-22 and 2002-02-23
11823
11824 2002-02-22 [christoph]  0.7.2claws7
11825
11826         * src/quote_fmt.c
11827                 Add column space to table
11828         * src/quote_fmt_parse.y
11829                 Close files
11830
11831 2002-02-22 [paul]       0.7.2claws6
11832
11833         * src/Makefile.am
11834           src/defs.h
11835           src/filtering.c
11836           src/inc.[ch]
11837           src/mainwindow.c
11838           src/matcher.[ch]
11839           src/matcher_parser_lex.l
11840           src/matcher_parser_parse.y
11841           src/pop.[ch]
11842           src/prefs_account.h
11843           src/prefs_filtering.c
11844           src/selective_download.[ch]   *** NEW FILES ***
11845           src/utils.[ch]
11846           po/POTFILES.in
11847                 Selective Download added to 'Tool' menu. 
11848                 Retrieves email headers of the currently selected pop3 
11849                 account and allows the user to mark emails for deletion 
11850                 right on the pop3 server. Patch submitted by Oliver Haertel 
11851                 <oha@users.sourceforge.net>.
11852         
11853         * po/POTFILES.in
11854                 add 'src/quote_fmt.c'           
11855
11856 2002-02-22 [christoph]  0.7.2claws5
11857
11858         * src/Makefile.am
11859                 added quote_fmt.c
11860         * src/prefs_common.[ch]
11861         * src/prefs_template.c
11862         * src/quote_fmt.c               *** NEW FILE ***
11863         * src/quote_fmt.h
11864                 move quote format symbol description code
11865                 to it's own file because it is used from
11866                 differnent code parts
11867                 Rewrote symbol description GUI
11868                   + use table
11869                   + add separators
11870                   + get data from array (no more long constant strings)
11871         * src/quote_fmt_lex.l
11872         * src/quote_fmt_parse.y
11873                 Symbol for Literal % changed to \% instead of %%
11874                 (More logical as \ is used for quoting for other symbols)
11875                 Add |f and |p to include files and program output
11876                 Examples:
11877                     |f{/home/.../.signature}
11878                     |p{date}
11879         * po/de.po
11880                 Correct wrong spelling for "Referenzen"
11881
11882 2002-02-21 [paul]       0.7.2claws4
11883
11884         * src/procmsg.c
11885                 forgotten during sync
11886
11887 2002-02-21 [paul]       0.7.2claws3
11888
11889         * sync with sylpheed 0.7.2cvs11
11890                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11891                 2002-02-20 and 2002-02-21
11892
11893 2002-02-20 [melvin]     0.7.2claws2
11894
11895         * src/prefs_actions.c
11896                 Added error report when child cannot fork or when execvp 
11897                 returns with an error.
11898
11899 2002-02-19 [christoph]  0.7.2claws1
11900
11901         * src/codeconv.c
11902                 return unconverted text if conde conversion is not possible
11903                 when libjconv is used.
11904                 (patch submitted by "Simon 'corecode' Schubert")
11905
11906 2002-02-19 [paul]       
11907
11908         * version 0.7.2claws release
11909
11910 2002-02-19 [paul]       0.7.2claws
11911
11912         * po/nl.po
11913                 updated by Wilbert Berendsen
11914
11915
11916 2002-02-18 [alfons]     0.7.1claws13
11917
11918         * src/syldap.c
11919         * src/jpilot.c
11920                 remove references to dlfcn and explicitly loading functions
11921                 from dynalink libs, because libs linked anyway, and functions
11922                 are loaded explicitly
11923
11924 2002-02-17 [melvin]     0.7.1claws12
11925
11926         * src/prefs_actions.c
11927                 Replaced children wait loop with double fork technique.
11928                 Now, input/output window updated at each new output.
11929                 free_children(): Fixed a memory leak.
11930                 Made input/output window non closable if running children
11931                 still exist.
11932                 Added missing <unistd.h> include.
11933                 Added some --debug outputs.
11934
11935 2002-02-17 [melvin]     0.7.1claws11
11936
11937         * src/summaryview.c
11938                 Fixed bug where descending sort order did not select top
11939                 message.
11940
11941 2002-02-17 [melvin]     0.7.1claws10
11942
11943         * acconfig.h
11944                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11945         * src/prefs_common.c
11946                 Pspell data package directory no more hard coded but
11947                 set during configuration (PSPELL_PATH). (Thanks to 
11948                                 Gustavo Noronha Silva.)
11949
11950 2002-02-17 [melvin]     0.7.1claws9
11951
11952         * configure.in
11953                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11954         * src/gtkspell.c
11955                 Fixed compile-time warnings.
11956
11957 2002-02-16 [alfons]     0.7.1claws8
11958
11959         * src/filesel.c
11960                 fix inadvertent free of NULL pointer which caused
11961                 sylpheed to crash when closing the save-as dialog
11962                 using the window close button
11963
11964 2002-02-16 [carsten]    0.7.1claws7
11965         * src/mainwindow.[ch]
11966           src/summaryview.c
11967           src/prefs_common.c
11968                 fixes for pixmap theming code:
11969                         - recently changed mail attributes shouldn't get
11970                           lost any longer
11971                         - theme is only reloaded iff another theme was
11972                           selected
11973
11974 2002-02-16 [paul]       0.7.1claws6
11975
11976         * sync with sylpheed 0.7.2 release
11977                 see ChangeLog entry 2002-02-15 and 2002-02-16
11978
11979 2002-02-15 [paul]       0.7.1claws5
11980
11981         * sync with sylpheed 0.7.1cvs9
11982                 see ChangeLog entry 2002-02-15
11983
11984         * po/POTFILES.in
11985                 remove unneeded headerwindow.c entry
11986
11987 2002-02-14 [carsten]    0.7.1claws4
11988         * src/summaryview.c
11989                 fixed a bug for "Go to next unread message": there was
11990                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11991                 in the prefs, because of doing "Search again" instead
11992                 "No"
11993
11994 2002-02-14 [carsten]    0.7.1claws3
11995         * src/stock_pixmap.c
11996                 removed 2 more mem leaks; following memprof,
11997                 this code is "leak free" now :)
11998
11999 2002-02-14 [carsten]    0.7.1claws2
12000         * src/stock_pixmap.c
12001                 used opendir/readdir/closedir instead of scandir
12002                 -> code should work now on Solaris
12003
12004 2002-02-14 [paul]       0.7.1claws1
12005
12006         * sync with sylpheed 0.7.1cvs8
12007                 see ChangeLog entries 2002-02-13 and 2002-02-14
12008
12009         * README.claws
12010                 add some description of Actions and Pixmap Themes
12011
12012 2002-02-13 [paul]       
12013
12014         * version 0.7.1claws release
12015
12016 2002-02-13 [paul]       0.7.1claws
12017
12018         * po/es.po
12019           po/it.po
12020           po/pt_BR.po
12021                 updated translations, submitted by Ricardo Mones Lastra,
12022                 Alessandro Maestri and Fabio Junior Beneditto
12023
12024 2002-02-13 [melvin]     0.7.0claws75
12025
12026         * src/prefs_actions.c
12027                 Added missing "signal.h" include
12028
12029 2002-02-13 [melvin]     0.7.0claws74
12030
12031         * src/prefs_folder_item.c
12032                 Added missing "config.h" include
12033         * po/fr.po
12034                 Updated French translation for folder propriety.
12035
12036 2002-02-13 [jens]       0.7.0claws73
12037
12038         * po/POTFILES.in
12039                 Added missing src/prefs_folder_item.c [log added by melvin]
12040         * po/de.po
12041                 Updated German translation.
12042
12043 2002-02-13 [melvin]     0.7.0claws72
12044
12045         * po/fr.po
12046                 Updated French translation.
12047
12048 2002-02-13 [melvin]     0.7.0claws71
12049
12050         * src/gtkutils.c
12051                 Made gtkut_editable_get_selection return NULL if selection
12052                 is of length zero.
12053                 This fixes a bug where selecting part of message A then
12054                 switching to message B and replying to it will not
12055                 quote the message's body.
12056
12057 2002-02-12 [paul]       0.7.0claws70
12058
12059         * src/mainwindow.c
12060                 cosmetic, relating to pixmap themes: on toolbar make 
12061                 updating of 'Exec' and 'Compose news/Compose email'
12062                 icons faster.
12063
12064 2002-02-12 [carsten]    0.7.0claws69
12065         * src/folderview.c
12066           src/mainwindow.[ch]
12067           src/stock_pixmap.c
12068           src/summaryview.c
12069           src/prefs_common.c
12070                 - refreshing after changing pixmap theme better
12071                   now (thanks Paul)
12072                 - wanted to remove some mem leaks, but alfons was
12073                   faster (and had the better solution ;)
12074
12075 2002-02-12 [alfons]     0.7.0claws68
12076
12077         * src/prefs_common.c
12078         * src/stock_pixmap.[ch]
12079                 plug mem leaks, refactor code a little bit
12080
12081
12082 2002-02-12 [sergey]     0.7.0claws67
12083
12084         * src/imap.c
12085                 Fixed problem with copying messages to IMAP folders when the
12086                 server uses something other than '/' as a namespace separator
12087                 (cyrus-imapd uses '.').
12088
12089 2002-02-12 [jens]       0.7.0claws66
12090
12091         * po/de.po
12092                 Updated German Translation
12093
12094 2002-02-12 [paul]       0.7.0claws65
12095
12096         * sync with sylpheed 0.7.1cvs1
12097                 see ChangeLog entry 2002-02-12
12098
12099 2002-02-12 [melvin]     0.7.0claws64
12100
12101         * src/prefs_actions.c
12102                 Fixed "feature" where children's output was duplicated 
12103                 instead of refreshed while monitoring.
12104                 Removed some debug code.
12105
12106 2002-02-12 [christoph]  0.7.0claws63
12107
12108         * src/compose.c
12109                 always delete message from queue after sending/send error
12110                 (closes bug #509601)
12111
12112 2002-02-12 [melvin]     0.7.0claws62
12113
12114         * src/prefs_actions.c
12115                 Children wait loop is now triggered with a timeout of 1s
12116                 Added %F which is replaced with the list of filenames 
12117                 of all selected messages (as suggested by Ricardo Mones Lestra)
12118                 Pipe syntax changed. Prefix with | to send selection, postfix
12119                 with | to retrieve output. Prefix with > or * to send
12120                 user definable input to the command (*: input is hidden)
12121                 Old pipe action should now be postfixed with |, too.
12122
12123 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12124         * src/stock_pixmap.c
12125                 fixed a bug: if there's no theme directory don't
12126                 throw an error, just do "nothing" (thanks Alfons)
12127
12128 2002-02-12 [carsten]    0.7.0claws60
12129         * src/folderview.c
12130           src/summaryview.c
12131                 had to write the cache twice (nasty!); some marks would 
12132                 get lost if not
12133
12134 2002-02-11 [carsten]    0.7.0claws59
12135         * acconfig.h
12136           configure.in
12137           doc-src/maintainer_guide.txt
12138           src/compose.[ch]
12139           src/defs.h
12140           src/folderview.[ch]
12141           src/gtkutils.[ch]
12142           src/mainwindow.[ch]
12143           src/prefs_common.[ch]
12144           src/stock_pixmap.[ch]
12145           src/summaryview.[ch]
12146                 pixmap theming and related work on pixmap
12147                 handling on some other places
12148                 (e.g. hrm features for all folder)
12149           src/pixmap/stock_*.xpm -> the stock_ was removed
12150         
12151 2002-02-11 [paul]       0.7.0claws58
12152
12153         * sync with sylpheed 0.7.1 release
12154                 see ChangeLog entries 2002-02-11
12155
12156 2002-02-08 [paul]       0.7.0claws57
12157
12158         * sync with sylpheed 0.7.0cvs39
12159                 see ChangeLog entry 2002-02-07 (last entry) 
12160
12161         * src/prefs_actions.c
12162           src/prefs_filtering.c
12163           src/prefs_matcher.c
12164           src/prefs_scoring.c
12165                 sync: made it compile with C compilers other than gcc
12166
12167 2002-02-07 [paul]       0.7.0claws56
12168
12169         * sync with sylpheed 0.7.0cvs38
12170                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12171                 2002-02-07
12172
12173 2002-02-07 [darko]      0.7.0claws55
12174
12175         * src/gtkutils.[ch]
12176         * src/summaryview.c
12177                 Fix const gchar */gchar * issue (thanks Hiro)
12178
12179 2002-02-07 [darko]      0.7.0claws54
12180
12181         * src/compose.[ch]
12182         * src/filtering.c
12183         * src/gtkutils.[ch]
12184         * src/prefs_template.c
12185         * src/quote_fmt.h
12186         * src/quote_fmt_parse.y
12187         * src/summaryview.c
12188         * src/utils.[ch]
12189                 When replying or forwarding an email don't quote the entire
12190                 mail body but use the part of the message text that is selected
12191
12192 2002-02-06 [melvin]     0.7.0claws53
12193
12194         * src/prefs_common.[ch]
12195         * src/gtkspell.[ch]
12196         * src/compose.c
12197                 Made possible to switch quickly to last used dictionary
12198                 which makes checking bilingual documents easier.
12199
12200 2002-02-06 [melvin]     0.7.0claws52
12201         
12202         * po/POTFILES.in
12203                 Added forgotten new file src/prefs_actions.c
12204
12205 2002-02-06 [melvin]     0.7.0claws51
12206
12207         * src/prefs_actions.c   ** NEW FILE **
12208         * src/prefs_actions.h   ** NEW FILE **
12209                 Added actions to execute on message text view, or on the
12210                         message's file.
12211         * src/Makefile.am
12212                 Added src/prefs_actions.[ch]
12213         * src/compose.c
12214                 Added new menu "Edit/Actions"
12215         * src/defs.h
12216                 Added new actionsrc file.
12217         * src/main.c
12218                 Added actionsrc reading.
12219         * src/mainwindow.c
12220                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12221         * src/prefs_common.h
12222                 Added new element actionslst element to prefs_common.
12223
12224 2002-02-06 [paul]       0.7.0claws50
12225
12226         * sync with sylpheed 0.7.0cvs36
12227                 see ChangeLog entry 2002-02-06
12228
12229 2002-02-05 [paul]
12230
12231         * po/es.po
12232                 updated by Ricardo Mones Lastra
12233
12234 2002-02-05 [paul]       0.7.0claws49
12235
12236         * sync with sylpheed 0.7.0cvs33
12237                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12238
12239 2002-02-05 [paul]       0.7.0claws48
12240
12241         * src/compose.c
12242                 re-add 'Edit/Advanced/Delete entire line', previously named
12243                 'Delete Line+'
12244
12245 2002-02-04 [paul]       0.7.0claws47
12246
12247         * src/compose.c
12248           src/summaryview.c
12249                 fix bug #494993 (Reply All not taking Reply-To into consi)
12250                 eliminate differences in behaviour of right-click 'Reply to all' 
12251                 in summary view and 'Reply to all' on the toolbar. 
12252                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12253                 view and From gets ignored by 'Reply to all' on toolbar.
12254                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12255                 From when no Reply-To header is present.
12256
12257 2002-02-04 [paul]       0.7.0claws46
12258
12259         * sync with sylpheed 0.7.0cvs30
12260                 see ChangeLog entries 2002-02-03 and 2002-02-04
12261
12262 2002-02-03 [melvin]     0.7.0claws45
12263
12264         * src/gtkspell.[ch]
12265                 Readded function to highlight all misspelled words.
12266                 Fixed bug where user-provided-words did not replace
12267                         correctly the misspelled word when using the mouse.
12268                 Fixed bug where checking a region selected from right to left did
12269                         not check the region at all.
12270                 Fixed bug where 'Check backwards' may not check at all. 
12271                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12272                 Fixed possible buffer overflow when checking for long strings (>1k).
12273                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12274                 Accelerators code uses now gtk_widget_add_accel.
12275                 Removed and disabled obsolete and unfinished code.
12276                 Cleaning up.
12277
12278         * src/compose.c
12279                 Added menu item to Highlight all misspelled words.
12280
12281 2002-02-01 [paul]       0.7.0claws44
12282
12283         * src/mainwindow.c
12284                 fix '/View/Hide read messages' sensitivity when all
12285                 messages in a folder are hidden
12286
12287 2002-02-01 [paul]       0.7.0claws43
12288
12289         * src/main.c
12290                 add --send option to command line interface, sends all
12291                 queued mail. Patch submitted by Ricardo Mones Lastra.
12292
12293 2002-01-31 [paul]       0.7.0claws42
12294
12295         * src/mainwindow.c
12296                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12297
12298 2002-01-31 [paul]       0.7.0claws41
12299
12300         * sync with sylpheed 0.7.0cvs27
12301                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12302                 and 2002-01-31
12303
12304         * src/textview.c
12305                 comment out elements of textview_show_part() as temporary
12306                 workaround for attachment 'Display as text' bug 
12307
12308         * po/pt_BR.po
12309                 updated by Fabio Junior Beneditto
12310
12311 2002-01-30 [paul]       0.7.0claws40
12312
12313         * sync with sylpheed 0.7.0cvs24
12314                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12315                 and 2002-01-30
12316
12317         * src/compose.c
12318                 add {N_("/_Spelling"), ... "<Branch>"} to 
12319                 GtkItemFactoryEntry compose_entries[]
12320
12321         * src/prefs_common.c
12322                 add claws menu items to prefs_keybind_apply_clicked()
12323                 and remove non-claws menu items
12324
12325 2002-01-29 [paul]       0.7.0claws39
12326
12327         * sync with sylpheed 0.7.0cvs22
12328                 see ChangeLog entries 2002-01-28 and 2002-01-29
12329
12330 2002-01-28 [melvin]     0.7.0claws38
12331
12332         * src/compose.c
12333                 Added the declartion of compose_send_control_enter.
12334
12335         * src/compose.c
12336         * src/gtkspell.[ch]
12337                 Added in a 'Spelling' menu which includes the configuration menu. 
12338                 Added a real 'Check all' and got rid from the old one which only
12339                 highlited misspelled word.
12340                 Made 'Check while typing' a disableable option.
12341                 Added a dialog when there are no more misspelled word.
12342                 Added a dialog if error occurs when switching to a dictionary.
12343         
12344         * src/prefs_common.[ch]
12345                 Added option for the default 'Check while typing' option.
12346
12347
12348 2002-01-28 [alfons]     0.7.0claws37
12349
12350         * src/compose.c
12351                 fix buglet and make code comply with sylpheed code style
12352
12353 2002-01-28 [paul]       0.7.0claws36
12354
12355         * sync with sylpheed 0.7.0cvs19
12356                 see ChangeLog entries for 2002-01-28
12357
12358 2002-01-28 [hoa]        0.7.0claws35
12359
12360         * src/defs.h
12361                 added rendererrc
12362
12363         * src/main.c
12364                 read the renderer config
12365
12366         * src/procmime.[ch]
12367                 use the renderer config to convert mime attachments
12368
12369         * src/textview.c
12370                 don't use textview_show_html/ertf,
12371                 use get_text_content instead
12372
12373 2002-01-27 [alfons]     0.7.0claws34
12374         
12375         * src/news.c
12376                 make sylpheed believe it can delete a news message...
12377                 (messages are NOT deleted, maybe we should remove
12378                 processing from the folder properties after all.)
12379
12380 2002-01-27 [alfons]     0.7.0claws33
12381
12382         * src/folder.c
12383                 add extra checks
12384         * src/news.c
12385                 implement remove_msg() 
12386
12387 2002-01-27 [alfons]     0.7.0claws32
12388
12389         * src/procmsg.h
12390         * src/procheader.c
12391         * src/messageview.c
12392                 fix return receipt / disposition notification again. this
12393                 stuff seems to break on _every_ major summary UI change, so
12394                 it's now implemented using a flag which is saved in the
12395                 marks cache
12396                 
12397 2002-01-26 [alfons]     0.7.0claws31
12398
12399         * src/import.c
12400                 let import dialog show the destination folder identifier
12401
12402 2002-01-26 [melvin]     0.7.0claws30
12403
12404         * src/folderview.c
12405         * src/summaryview.c
12406                 Readded 'Mark all read' into summary view popup menu
12407                 Added 'Mark all read' in folder view popup menu for IMAP
12408                 and NNTP.
12409                 Made it insensitive if the selected folder is not the shown
12410                 one to avoid 'Mark all read' on the wrong folder.
12411                 
12412 2002-01-26 [paul]       0.7.0claws29
12413
12414         * src/folderview.c
12415           src/summaryview.c
12416                 move 'Mark all read' from summary view to folder view
12417                 menu. (adapted from) patch submitted by Jeremy Andrews,
12418                 <lists@kerneltrap.com>
12419
12420 2002-01-25 [alfons]     0.7.0claws28
12421
12422         * src/gtkstext.c
12423                 put the gtk class name back so GtkSText adapts the 
12424                 settings of GtkText
12425
12426 2002-01-25 [alfons]     0.7.0claws27
12427
12428         * src/folderview.c 
12429                 assimilate Ricardo's patch that shows pixmaps instead of
12430                 plain "new" and "unread" texts in the folder view column
12431                 headers 
12432
12433 2002-01-25 [paul]       0.7.0claws26
12434
12435         * src/Makefile.am
12436                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12437                 be found in non-standard locations. 
12438                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12439
12440 2002-01-25 [paul]       0.7.0claws25
12441
12442         * sync with sylpheed 0.7.0cvs16
12443                 see ChangeLog entry 2002-01-25
12444
12445 2002-01-24 [paul]       0.7.0claws24
12446
12447         * more sync with sylpheed 0.7.0cvs15
12448                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12449
12450 2002-01-23 [sergey]     0.7.0claws23
12451
12452         * src/importldif.c
12453                 Fixed segfault when closing LDIF import wizard with
12454                 the window manager.
12455         * src/imageview.c
12456         * src/imageview.h
12457         * src/messageview.c
12458         * src/mimeview.c
12459                 Fixed wrong scrolling position after switching between
12460                 text and image parts.
12461
12462 2002-01-23 [paul]       0.7.0claws22
12463
12464         * sync with sylpheed 0.7.0cvs15
12465                 see ChangeLog entries 2002-01-22 and 2002-01-23
12466
12467 2002-01-21 [melvin]     0.7.0claws21
12468
12469         * src/prefs_scoring.c
12470         * src/prefs_filtering.c
12471                 Fixed bug where scoring and filtering windows stopped
12472                 autochecking.
12473
12474 2002-01-21 [paul]       0.7.0claws20
12475
12476         * sync with sylpheed 0.7.0cvs12
12477                 see ChangeLog entries 2002-01-20 and 2002-01-21
12478
12479 2002-01-21 [carsten]    0.7.0claws19
12480         * src/mainwindow.c
12481         * src/menu.[ch]
12482         * src/messageview.[ch]
12483         * src/summaryview.[ch]
12484                 changes to shortcuts handling again:
12485                         + "Q" now controled by mainwin
12486                         + v/V are now customizable and have slightly
12487                           different meanings
12488                 the "button" to minimize the messageview (and maximize
12489                 the summary view) is a real button now
12490         * src/compose.c
12491                 "Delete Line+" added to Edit/Advanced (this will also
12492                 delete the '\n')
12493
12494 2002-01-20 [melvin] 0.7.0claws18
12495
12496         * src/addressbook.c
12497                 Made "Bcc" sensitive when addressbook is called from
12498                 compose window (it was a Claws only bug).
12499
12500 2002-01-19 [alfons] 0.7.0claws17
12501
12502         * src/inc.c
12503                 prevent unnecessary updates when currently selected folder has
12504                 no new messages 
12505
12506 2002-01-19 [alfons] 0.7.0claws16
12507         
12508         * src/summaryview.c
12509                 prevent writing the cache based on current message list in summary 
12510                 view when filtering also put messages in currently selected folder
12511
12512 2002-01-19 [paul]
12513
12514         * po/it.po
12515                 Italian translation submitted by Alessandro Maestri
12516                 <a.maestri@cs.tin.it>
12517
12518 2002-01-18 [melvin]     0.7.0claws15
12519
12520         * src/prefs_filters.c
12521                 fixed bug where 'cancel' from 'filters' window stops autochecking
12522                 if the timer timed out  when the window was open.
12523
12524 2002-01-18 [match]      0.7.0claws14
12525
12526         * src/addrclip.[ch]     ** NEW FILE **
12527         * src/addrselect.[ch]   ** NEW FILE **
12528         * src/adbookbase.h      ** NEW FILE **
12529                 addressbook cut, copy and paste
12530         * src/addrbook.[ch]
12531         * src/addrcache.[ch]
12532         * src/addressitem.h
12533         * src/addrindex.[ch]
12534         * src/addritem.[ch]
12535         * src/importldif.c
12536         * src/importmutt.c
12537         * src/jpilot.[ch]
12538         * src/syldap.[ch]
12539         * src/vcard.[ch]
12540         * src/jpilot.[ch]
12541         * src/editbook.c
12542         * src/editjpilot.c
12543         * src/editldap.c
12544         * src/editvcard.c
12545                 support for copy/paste
12546         * src/addressbook.c
12547                 support for copy/paste
12548                 tidy up menu option processing
12549                 correct address list function arguments
12550         * src/editaddress.c
12551                 sort user attributes
12552         * src/ldif.h
12553         * src/mutt.h
12554                 tidy up
12555
12556         * src/addrbook.[ch]
12557         * src/addrbook.[ch]
12558         * src/addrbook.[ch]
12559                 
12560
12561 2002-01-18 [paul]       0.7.0claws13
12562
12563         * sync with sylpheed 0.7.0cvs8
12564                 configure.in: support Mac OS X (Darwin)
12565
12566 2002-01-18 [carsten]    0.7.0claws12
12567         * src/html.c
12568                 small hack to fix a segfault with an empty href
12569                 (reported by Alexandra Walford <deeni@altern.org>)
12570         * src/mainwindow.c
12571         * src/summaryview.c
12572                 the shortcuts for Mark und Mark as unread are hardcoded
12573                 again
12574         * src/compose.c
12575         * src/gtkstext.[ch]
12576                 readded the shortcuts in gtkstext but made them
12577                 customizeable (simply by adding a menu plus a wrapper
12578                 to compose.c)
12579
12580 2002-01-17 [melvin]     0.7.0claws11
12581
12582         * src/gtkspell.c
12583                 fix default dictionary not being saved.
12584
12585 2002-01-16 [darko]      0.7.0claws10
12586
12587         * src/compose.c
12588                 fix wrapping crash with URL longer than wrapping margin
12589
12590 2002-12-08 [hoa]        0.7.0claws10
12591
12592         * src/matcher_parser_parse.y
12593                 fixed some bugs
12594
12595         * src/prefs_filtering.c
12596                 now, we can use bounce action in the dialog box.
12597
12598 2002-01-16 [carsten]    0.7.0claws9
12599         * src/gtkstext.c
12600                 removed the <control> and <alt> shortcuts because they're
12601                 not needed and interefered with the "normal" shortcuts
12602         * src/mainwindow.c
12603         * src/summaryview.c
12604                 removed most of the hardcoded shortcuts and assigned
12605                 them to menu entries making them easy customizable by
12606                 that
12607
12608 2002-01-16 |melvin]     0.7.0claws8
12609
12610         * src/gtkspell.c
12611                 fixed bug where using the mouse and when the compose
12612                 window is not on top may result in a crash.
12613
12614 2002-01-16 [melvin]     0.7.0claws7
12615
12616         * src/compose.c
12617                 fixed a long standingspell checker bug which could 
12618                 cause a crash after sending a message.
12619
12620 2002-01-16 [paul]       0.7.0claws6
12621
12622         * sync with sylpheed 0.7.0cvs7
12623                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12624                 2002-01-15, and 2002-01-16
12625
12626 2002-01-16 [melvin]     0.7.0claws5
12627
12628         * README.claws
12629         * src/compose.c
12630         * src/gtkspell.[ch]
12631         * src/main.c
12632                 Heavily modified spell checker code to work around
12633                 ispell bug, to add keyboard shortcuts and for future
12634                 enhancements. See README.claws for usage information.
12635
12636 2002-01-15 [alfons]     0.7.0claws4
12637         
12638         * src/summaryview.c
12639                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12640                 so sorting within threads reflects sort mode
12641
12642 2002-01-15 [christoph]  0.7.0claws3
12643
12644         * src/procmsg.c
12645                 added alertpanel if mail sending failed
12646
12647 2002-01-15 [alfons]     0.7.0claws2
12648         
12649         * src/prefs_filtering.c
12650                 don't stop timer when prefs filtering dialog is opened
12651
12652 2002-01-14 [alfons]     0.7.0claws1
12653
12654         * src/addr_compl.c
12655         * src/prefs.c
12656                 remove debug_print()s for privacy reasons
12657
12658 2002-01-14 [darko]      0.7.0claws
12659
12660         * README.claws
12661                 quotation wrapping is now also in the main branch
12662
12663 2002-01-14 [paul]
12664
12665         * tools/filter_conv.pl
12666                 allow for Boolean Op and case-sensitivity
12667                 this file is included in the release and tagged
12668                 'rel_0_7_0'
12669
12670 2002-01-13 [paul]       0.7.0claws
12671
12672         * release 0.7.0, with cvs tag 'rel_0_7_0'
12673
12674 2002-01-13 [paul]
12675
12676         * tools/filter_conv.pl
12677         * tools/README
12678                 rewritten to output to matcherrc instead of filteringrc
12679
12680         * po/es.po
12681                 updated Spanish translation by Ricardo Mones Lastra
12682
12683 2002-01-13 [alfons]
12684
12685         * po/nl.po
12686                 update dutch translation
12687
12688 2002-01-13 [paul]
12689
12690         * po/pt_BR.po
12691                 Updated by Fabio Junior Beneditto 
12692
12693 2002-01-13 [melvin]     0.6.6claws53
12694
12695         * po/fr.po
12696                 Updated french translation
12697
12698 2002-01-12 [alfons]     0.6.6claws52
12699
12700         * src/filtering.c
12701                 plug mem leak that has been sitting there for ages              
12702
12703 2002-01-12 [alfons]     0.6.6claws51
12704
12705         * src/summaryview.c
12706                 undo melvin's changes from 0.6.6claws48 because summary
12707                 view now refuses to select first unread message when
12708                 selecting a folder 
12709
12710 2002-01-11 [alfons]     0.6.6claws50
12711
12712         * src/import.c
12713                 use claws' semantics for getting folder item when
12714                 importing an mbox file into a folder 
12715                 (submitted by Dale P. Smith)
12716
12717 2002-01-11 [christoph]  0.6.6claws49
12718
12719         * src/prefs.h
12720                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12721                 toggle widget, because non static prefs can not use
12722                 prefs_set_* functions
12723         * src/prefs_account.c
12724                 toggle smtp auth password field sensitivity if
12725                 user id is empty and add descrition of usage for
12726                 these fields
12727         * src/prefs_folder_item.c
12728                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12729                 callbacks
12730
12731 2002-01-11 [melvin]     0.6.6claws48
12732
12733         * src/compose.c
12734                 fix the 'Ctrl-Enter' feature for sending and test really
12735                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12736                 editables which was not documented in Gtk)
12737
12738         * src/summaryview.c
12739                 Made summaryview refresh after sorting and not before.
12740
12741 2002-01-11 [christoph]  0.6.6claws47
12742
12743         * src/compose.c
12744                 select account from account ids if possible and
12745                 correctly set save folder for copy in reedit
12746
12747 2002-01-10 [paul]       0.6.6claws46
12748
12749         * sync with sylpheed 0.7.0 release
12750                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12751                 2002-01-09
12752
12753 2002-01-09 [alfons]
12754
12755         * src/summaryview.c
12756                 remove more dirt traces...
12757
12758 2002-01-09 [alfons]
12759         
12760         * src/summaryview.c
12761                 clean up some traces of my debugging stuff
12762
12763 2002-01-09 [alfons]     0.6.6claws45
12764
12765         * src/filtering.c
12766                 break up filteringprop_apply() in three separate pieces
12767                 so we can drop messages that failed processing in the
12768                 inbox
12769
12770         * src/summaryview.c
12771                 fix bug #469598 "no refresh of inbox after filter" which 
12772                 was introduced by the new summary view locking, and which 
12773                 prevented the summary view to update after a manual filter 
12774                 message. claw's filter message requires a summary_show().
12775                 (aargh, summary_show() again! :-)
12776                 
12777 2002-01-07 [alfons]     0.6.6claws44
12778
12779         * src/headerwindow.c
12780         * src/logwindow.c
12781         * src/messageview.c
12782         * src/sourcewindow.c
12783                 bring in Hiro's last 0.7.0 wm class fixes
12784
12785         * tools/sylprint.pl
12786                 bring in Ricardo's fix for sylprint script
12787
12788         * AUTHORS       
12789         * src/rfc2015.[ch]
12790         * src/prefs_common.[ch]
12791         * src/prefs_account.[ch]
12792         * src/compose.c
12793                 clean up account preference poison in rfc2015,
12794                 and preparation to fix double sign bug 
12795                 (patch submitted by Simon 'corecode' Schubert)
12796
12797 2002-01-07 [christoph]  0.6.6claws43
12798
12799         * src/mh.c
12800                 search for free message number, do not only rely
12801                 on last_num
12802         * src/send.c
12803                 fix smtp auth and use extra account information
12804                 if available, if not use pop3 data instead
12805                 (closes bug #500341)            
12806         * src/ssl.[ch]
12807                 match coding style
12808
12809 2002-01-06 [alfons]     0.6.6claws42
12810
12811         * src/mainwindow.c
12812                 try making the separate windows work again...
12813
12814 2002-01-06 [alfons]     0.6.6claws41
12815
12816         * src/mainwindow.c
12817                 adapt Hiro's separate window menu (to get rid of the funny
12818                 duplicate menu items), and make it work again
12819
12820 2002-01-06 [alfons]     0.6.6claws40
12821
12822         * tools/Makefile.am
12823         * tools/sylprint.rc
12824         * tools/sylprint.pl
12825         * tools/README.sylprint
12826                 add sylprint script for printing mails from Sylpheed
12827                 (contributed by Ricardo Mones Lastra)
12828
12829         * src/acount.c
12830                 clean up
12831
12832 2002-01-06 [melvin]     0.6.6claws39
12833
12834         * src/mainwindow.c
12835         * src/summaryview.c
12836                 Fixed crash introduced in 0.6.6claws38 by the menu
12837                 reorganisation (Hide read messages)
12838         
12839         * ChangeLog.claws 
12840                 Fixed typo (we are now in 2002, alfons ;) )
12841
12842 2002-01-05 [alfons]     0.6.6claws38
12843
12844         * sync with sylpheed 0.6.6cvs10-17
12845                 (last stuff marked as LAST_STABLE)
12846
12847 2002-01-04 [melvin]     0.6.6claws37
12848
12849         * src/account.c
12850                 Made account selection code use strcasestr again instead of
12851                 g_strcasecmp (fixes bug where reediting queued messages
12852                 did not select proper account reported by T. Link).
12853         
12854         * src/folderview.c
12855                 Fix bug where folder icons are not shown when 'hide read messages'
12856                 is on.
12857         
12858         * src/stock_pixmaps.[ch]
12859                 Added folder icons for 'hide read messages'.
12860         
12861         * src/compose.c
12862                 Fixed bug where 'Enter' in a header entry will send the message 
12863                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12864
12865 2002-01-03 [melvin]     0.6.6claws36
12866         
12867         * src/prefs.[ch]
12868                 Added popup menu for common preferences and
12869                 account preferences (right click on tab displays
12870                                 a menu of all tabs.)
12871
12872 2002-01-02 [melvin]     0.6.6claws35
12873
12874         * src/gtkspell.[ch]
12875                 Made spelling code compatible with undo/redo feature.
12876                 Added creation of suggestion mode menu for the general
12877                         preferences.
12878         
12879         * src/prefs_common.[ch]
12880                 Added option menu for the speller's suggestion mode.
12881                 Added missing spaces in "..." buttons and made a "..."
12882                         button non translatable!
12883         
12884         * src/compose.c
12885                 Made speller use the default suggestion mode.
12886                 Hack to make it possible to choose 'CTRL-Enter' as a
12887                         shortcut for sending (and only for sending).
12888
12889         * src/prefs_folder_item.c
12890                 Changing subject simplification does not update cache 
12891                         anymore (because it is unnecessary).
12892                 Fixed bug where changing subject simplification updated the 
12893                         summaryview even when the viewed folder is not the
12894                         folder which properties are being changed. (E.g. 
12895                                         viewing folder A and changing
12896                                         the subject simplification of 
12897                                         folder B -not being viewed- updated the 
12898                                         summaryview of folder A with data of
12899                                         folder B). (Hope this is clear... )
12900
12901 2001-12-31 [alfons]     0.6.6claws34
12902         
12903         * src/ldif.c
12904         * src/mutt.c
12905                 fgetc() returns a signed integer which doesn't
12906                 fit in a char. so c truncates this to a char
12907                 but we may lose significant bits. i.e. we may
12908                 comparing 0xFF which may not be equal to -1
12909                 unless properly casted to signed char which
12910                 we won't do because fgetc() returns a signed
12911                 integer which doesn't fit in a char. so c 
12912                 truncates this to a char but we may lose 
12913                 significat bits. (you got the idea, thanks
12914                 to Gustavo Noronha Silva <kov@debian.org>
12915                 and the Debian folks!)
12916
12917 2001-12-30 [alfons]     0.6.6claws33
12918
12919         * src/prefs_common.c
12920                 add #ifdef USE_PSPELLs that Melvin forgot               
12921
12922 2001-12-30 [melvin]     0.6.6claws32
12923         
12924         * src/prefs_common.[ch]
12925                 Added configurable color for misspelled words.
12926
12927         * src/gtkspell.[ch]
12928                 Fixed bug of foreground text color (reported by David
12929                                 Mehrmann)
12930                 Added configurable color for misspelled words.
12931
12932 2001-12-30 [alfons]     0.6.6claws31
12933
12934         * src/folder.c
12935                 remove unnecessary things someone put there
12936
12937         * src/mh.c
12938         * src/folder.[ch]
12939                 make folder properties (like threading and sorting) persistent
12940                 (closes bug #497424 "rescan folder tree resets proprieties")
12941                 currently this is only for MH folders. 
12942
12943 2001-12-29 [melvin]     0.6.6claws30
12944
12945         * src/string_match.[ch]
12946                 Optimized a bit: regexp pattern buffer compiled only once, and
12947                   one subroutine call removed. Fixed ^ regexp search: Now, 
12948                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12949         
12950         * src/summaryview.c
12951                 Subject filtering changed to filter summary columns and
12952                   not directly the messages subject cache. The loss in 
12953                   performance is balanced by the improvement of string_match.
12954                 Added an alert panel if there is an error in the regexp.
12955
12956         * src/src/prefs_folder_item.h
12957                 Added a regexp pattern buffer.
12958
12959 2001-12-28 [alfons]     0.6.6claws29
12960
12961         * src/string_match.[ch]
12962                 clean up name space
12963                 allow compilation *BSD
12964
12965 2001-12-27 [alfons]     0.6.6claws28
12966
12967         * src/filter.c
12968                 sync the Hiro's bug fix for BSD
12969
12970 2001-12-27 [melvin]     0.6.6claws27
12971         
12972         * src/compose.c
12973                 Simplify focus to subject entry code.
12974
12975 2001-12-27 [darko]      0.6.6claws26
12976
12977         * src/filtering.c
12978         * src/mbox_folder.c
12979         * src/messageview.c
12980         * src/mh.c
12981         * src/procheader.[ch]
12982         * src/procmsg.h
12983         * src/stock_pixmap.[ch]
12984         * src/summaryview.c
12985                 Show key icon for encrypted mails in summary view
12986
12987         * src/pixmaps/clip.xpm
12988         * src/pixmaps/clipkey.xpm
12989         * src/pixmaps/key.xpm
12990                 New/modified icons for the above
12991
12992 2001-12-27 [melvin]     0.6.6claws25
12993
12994         * src/prefs_common.c
12995                 Put spell checker options in a separate tab to decrease
12996                 the Common Preferences window height.
12997
12998         * README.claws  
12999                 Update spell checker usage instruction about its options
13000                 location.
13001
13002 2001-12-27 [melvin]     0.6.6claws24
13003
13004         * src/compose.c
13005                 Changed subject entry widget position. Initial focus is
13006                 on the To header instead of the subject entry.
13007                 Creating a new header scrolls the header list to make the
13008                 created one visible. Nevertheless, when automatically filling
13009                 headers, the first one is shown.
13010                 A Tab key press in the last empty header entry zips the 
13011                 focus to the subject entry.
13012                 (I did not change the combo boxes, yet)
13013
13014 2001-12-26 [alfons]     0.6.6claws23
13015
13016         * src/prefs_account.c
13017         * src/inc.c
13018                 allow default inbox to reside in another mailbox (only
13019                 works for POP3 accounts)
13020
13021 2001-12-26 [alfons]     0.6.6claws22
13022         
13023         * src/textview.c
13024                 make reply-on-click work with the account of the selected folder
13025         * src/compose.c
13026                 put a fixme here to remind me to fix finding correct default
13027                 account for nested folders
13028
13029 2001-12-25 [alfons]     0.6.6claws21
13030
13031         * src/summaryview.c
13032                 make column headers display locked and mark pixmaps (idea by Melvin) 
13033                 fix bug by adding score and locked column type to sort array
13034
13035 2001-12-25 [alfons]     0.6.6claws20
13036         
13037         * src/summaryview.c
13038                 catch a *potentially* inadvertent write back of  
13039                 the message cache(s) introduced by 0.6.5claws37
13040
13041 2001-12-25 [christoph]  0.6.6claws19
13042
13043         * src/stock_pixmap.[ch]
13044         * src/summaryview.c
13045                 add ignore thread pixmap
13046                 (can someone draw a better icon for this?)
13047
13048 2001-12-24 [alfons]     0.6.6claws18
13049
13050         * src/prefs_folder_item.c
13051                 make address completion actually work for the
13052                 Default To address in the Folder Property dialog.
13053
13054 2001-12-24 [alfons]     0.6.6claws17
13055         
13056         * src/summaryview.c
13057                 use new style regexp for subject stripping 
13058                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13059
13060 2001-12-24 [darko]      0.6.6claws16
13061
13062         * src/pgptext.c
13063         * src/rfc2015.c
13064                 move GPG related informational messages to debug mode
13065
13066 2001-12-23 [alfons]     0.6.6claws15
13067
13068         * src/stock_pixmap.[ch]
13069         * src/summaryview.c
13070                 add the forgotten Claws' locked pixmap
13071
13072 2001-12-23 [alfons]     0.6.6claws14
13073
13074         * src/filesel.c
13075                 accept file name typed in entry in multi file
13076                 selector (patch submitted by Gustavo Noronha Silva 
13077                 <kov@debian.org>)
13078
13079 2001-12-23 [alfons]     0.6.6claws13
13080
13081         * src/prefs_filter.c
13082         * src/prefs_filtering.c
13083         * src/matcher.c
13084         * src/importmutt.c
13085                 clean up a little bit
13086         
13087         * src/string_match.c
13088                 validate input strings a little bit more
13089
13090 2001-12-23 [alfons]     0.6.6claws12
13091
13092         * src/Makefile.am
13093         * src/summaryview.c
13094         * src/string_match.[ch]         ** NEW **
13095         * src/folderview.[ch]
13096         * src/headerview.h
13097         * src/folder.[ch]
13098         * src/prefs_folder_item.[ch]
13099                 add subject simplification to strip out strings from
13100                 a subject line (esp. handy for mailing lists). 
13101                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13102                 but slightly changed things for better integration.)
13103
13104 2001-12-23 [alfons]     0.6.6claws11
13105
13106         * src/mainwindow.c
13107                 fix bug introduced by submission included in 0.6.5claws52.
13108                 ideally this submission should clean the trash if any trash
13109                 folder has a message. however, the hasTrash variable was
13110                 set to false whenever a trash folder was empty (discarding
13111                 a previously found *filled* trash folder.)
13112
13113                 also edited the code a little bit and made it more safe.
13114
13115 2001-12-22 [alfons]     0.6.6claws10
13116
13117         * src/imap.c
13118                 quick fix for Martin Pool's omission of an account
13119                 specific SSL setting
13120
13121 2001-12-22 [alfons]     0.6.6claws9
13122
13123         * src/compose.c
13124         * src/messageview.c
13125         * src/mimeview.c
13126         * src/pgptext.c
13127         * src/procmime.[ch]
13128                 better support for multipart/digest (submitted
13129                 by Fredrik <e98fo@efd.lth.se>)
13130
13131 2001-12-22 [alfons]     0.6.6claws8
13132
13133         * src/addressbook.c
13134                 correct function signature
13135         * src/socket.[ch]
13136         * src/imap.[ch]
13137         * src/prefs_account.[ch]
13138                 allow IMAP over SSH tunnel (patch submitted by 
13139                 Martin Pool <mbp@samba.org>)
13140
13141 2001-12-21 [alfons]     0.6.6claws7
13142
13143         * sync with sylpheed 0.6.6cvs4-9
13144                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13145
13146 2001-12-21 [christoph]  0.6.6claws6
13147
13148         * src/compose.c
13149         * src/prefs_folder_item.[ch]
13150                 implement saving of outgoing messages to current folder.
13151                 fix segfault when no default outbox is available
13152                 (closes bug #495683)
13153
13154 2001-12-21 [carsten]    0.6.6claws5
13155         * src/folderview.c
13156         * src/summaryview.c
13157                 pressing CTRL while DND does now the expected thing and
13158                 copies the mail (moving is still the default, as this
13159                 seam more appropriate for handling mails by DND)
13160
13161 2001-12-18 [paul]       0.6.6claws4
13162
13163         * sync with sylpheed 0.6.6cvs3
13164                 see ChangeLog entries 2001-12-18
13165
13166 2001-12-18 [hiro]       0.6.6claws3
13167
13168         * src/undo.c
13169                 fix for multibyte characters (obtain the number of letters
13170                 instead of bytes).
13171
13172 2001-12-17 [paul]       0.6.6claws2
13173
13174         * sync with sylpheed 0.6.6cvs1
13175                 see ChangeLog entry 2001-12-16
13176
13177 2000-12-17 [alfons]     0.6.6claws1
13178
13179         * src/filtering.c
13180                 clean up
13181
13182 2001-12-16 [paul]       0.6.6claws
13183 2001-12-15
13184
13185         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13186
13187         * src/mimeview.c
13188                 last minute sync with main 0.6.6
13189
13190         * po/es.po
13191                 updated by Ricardo Mones Lastra
13192                 update for last minute sync
13193         * po/fr.po
13194         * po/nl.po
13195                 update for last minute sync
13196         * po/de.po
13197                 updated by Jens Oberender
13198         * po/pt_BR.po
13199                 updated by Fabio Junior Beneditto
13200
13201         * src/prefs_common.[ch]
13202         * src/undo.c
13203                 number of undo levels is user configurable
13204                 (squeeze it into the release in the dying
13205                 moments) Submitted by Jens Oberender    
13206
13207 2001-12-15 [melvin]
13208
13209         * po/fr.po
13210                 updated french translation
13211
13212 2001-12-15 [paul]       0.6.5claws92
13213
13214         * sync with sylpheed 0.6.5cvs28
13215                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13216
13217         * po/nl.po
13218                 update to allow for sync
13219
13220 2001-12-15 [alfons]
13221         
13222         * po/nl.po
13223                 update dutch translation
13224
13225 2001-12-14 [carsten]    0.6.5claws91
13226         * src/summaryview.c
13227                 fixed bug #473785; also after changing the column order
13228                 the same message will be selected and displayed as before
13229                 the reordering
13230
13231 2001-12-14 [carsten]    0.6.5claws90
13232         * src/folderview.c
13233                 probably found the bug reported by wwb opening or closing
13234                 a folder tree just before dnd (found the solution in the
13235                 balsa source -- thanks to them)
13236
13237 2001-12-14 [carsten]    0.6.5claws89
13238         * src/gtkutils.c
13239         * src/account.c
13240                 moved gtk_clist_moveto to the right place, so that
13241                 only the accounts dialog is effected on opening
13242
13243 2001-12-14 [carsten]    0.6.5claws88
13244         * src/gtkutils.c
13245                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13246                 now, so that the focused row will be seen in any case
13247                 (reported by wwp on sf-claws-user)
13248
13249 2001-12-14 [darko]      0.6.5claws87
13250
13251         * src/compose.c
13252                 remove unnecessary line
13253
13254 2001-12-14 [paul]       0.6.5claws86
13255
13256         * sync with sylpheed 0.6.5cvs27
13257                 see ChangeLog entries 2001-12-14
13258
13259 2001-12-14 [carsten]    0.6.5claws85
13260         * src/mainwindow.c
13261                 following a suggestion of Melvin the rcoabm pops up
13262                 right under the button now and the button is reliefed
13263                 while the popup is open
13264
13265 2001-12-14 [darko]      0.6.5claws84
13266
13267         * src/compose.c
13268                 fix crash when wrapping long lines if linewrap quotation
13269                 is disabled and wrapper encounters a word spanning more
13270                 than one line
13271
13272 2001-12-13 [paul]       0.6.5claws83
13273
13274         * src/compose.c
13275                 prefer 'Reply-To' header over mailing list header when
13276                 replying to a message. Finally prevent all those confirmation 
13277                 messages being sent to the list itself.
13278
13279         * src/summaryview.c
13280                 remove unused summary_set_menu_sensitive() entry
13281
13282 2001-12-13 [paul]       0.6.5claws82
13283
13284         * src/folderview.c
13285         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13286         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13287         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13288                 improvements to 'Hide read messages': Inbox, Outbox,
13289                 Trash, Queue, and Draft icons now reveal presence of hidden 
13290                 messages
13291
13292 2001-12-12 [alfons]     0.6.5claws81
13293
13294         0.6.5claws80 was tagged as LAST_STABLE
13295
13296         * src/filtering.[ch]
13297         * src/matcher.[ch]
13298         * src/matcher_parser_lex.c
13299                 fix the filtering; my last attempt to get it right, 
13300                 if it does not work, it's Hoa's turn. ;-)
13301
13302                 for my honourable peers:
13303                 
13304                 the code now makes a clear distinction between
13305                 rules as they are displayed (probably escaped),
13306                 and as they are executed (probably unescaped). the
13307                 parser does *NOT* do any unescaping, this is
13308                 the task of the matcher.c (which breaks up a
13309                 rule into condition) and the filtering.c (which
13310                 breaks up the rule's action). to make this
13311                 run happily we provide an unescaped copy of
13312                 crucial strings to the MatcherProp and 
13313                 FilteringAction structures. note that the only
13314                 exception to this is any REGEXP string. those
13315                 are directly passed to regcomp() and regexp()
13316                 (who have much more powerful unescape functions).
13317                 
13318                 for everyone else:
13319         
13320                 you can escape tab (\t), carriage return (\r),
13321                 linefeed (\n), form feed (\f), quote (\"), 
13322                 single quote (\'), bell (\b) in all the entry
13323                 lines in the scoring & filtering dialogs.
13324                 as an added bonus this should not affect
13325                 existing filtering rules.
13326
13327 2001-12-12 [carsten]    0.6.5claws80
13328
13329         * src/summaryview.c
13330         * po/de.po
13331                 "item(s) selected" is now sensitive to 1 or more
13332                 than one selected (nice for language where simple
13333                 adding of a "s" is not possible as German (Eintrag
13334                 ->Eintr"age)
13335                 
13336                 the "forward as attachment" entry from the right
13337                 click menu removed, "forward" acts following the
13338                 prefs
13339         
13340         * src/textview.c
13341                 reverted my former changes; so compiler warning again
13342                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13343                 nevertheless
13344
13345         * src/messageview.c
13346                 "search in message" does now *not* only work in MVIEW_TEXT
13347                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13348                 message
13349
13350         * src/mainwindow.c
13351                 removed "/File/_Close" as it was the same as "/File/E_xit"
13352                 and we don't need it two times
13353
13354                 the separate folder view and message view now get a distinct
13355                 WMCLASS, just in case someone is using sawfish ;-)
13356
13357                 as the menu entries "/View/Message view" and "/View/Folder tree"
13358                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13359                 make them sensitive accordingly and as these two are "shown"
13360                 after startup anytime check this menuitem at startup
13361
13362 2001-12-12 [paul]       0.6.5claws79
13363
13364         * src/folderview.c
13365                 fix sensitivity of 'Search folder...', broken in
13366                 0.6.5claws75
13367
13368         * src/mainwindow.c
13369                 fix dodgy English
13370
13371 2001-12-11 [carsten]    0.6.5claws78
13372         * src/filtering.c
13373                 fixed two typos returning a wrong FALSE/TRUE
13374         * src/mainwindow.[ch]
13375                 extra menu for email/news button removed
13376
13377 2001-12-11 [alfons]     0.6.5claws77
13378         
13379         * src/matcher.c                 (1.3)
13380         * src/matcher_parser_lex.l      (1.28)
13381                 revert for another attempt
13382                 mark 0.6.5claws77 as LAST_STABLE
13383
13384 2001-12-11 [christoph]  0.6.5claws76
13385
13386         * po/de.po
13387                 fixed wrong translation for prev. unread msg
13388
13389 2001-12-11 [paul]       0.6.5claws75
13390
13391         * src/folder.[ch]
13392         * src/folderview.c
13393         * src/mainwindow.c
13394         * src/summaryview.[ch]
13395         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13396                 enable ability to hide read messages on per folder basis via 
13397                 '/Summary/Hide read messages'; when selected, a folder will 
13398                 have a red open folder icon, instead of a blue icon, if the 
13399                 folder contains hidden messges
13400                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13401
13402         * src/mainwindow.c
13403                 remove '/Message/Forward as attachment' from 
13404                 main_window_set_menu_sensitive() to prevent debug warning
13405
13406         * src/folderview.c
13407         * src/mainwindow.c
13408                 Clean up some of the English
13409
13410         * tools/newscache_clean.pl
13411                 allow for new 'hidereadmsgs' entry in folderlist.xml
13412
13413         * po/es.po
13414                 updated translation, submitted by Ricardo Mones Lastra
13415
13416 2001-12-11 [paul]       0.6.5claws74
13417
13418         * sync with sylpheed 0.6.5cvs25
13419                 see ChangeLog entry 2001-12-11
13420
13421 2001-12-10 [alfons]     0.6.5claws73
13422
13423         * src/matcher.c
13424                 add more control characters
13425         * src/matcher_parser_lex.l
13426                 make escaping / unescaping work again
13427
13428 2001-12-10 [alfons]     0.6.5claws72
13429
13430         * src/imap.c
13431                 clean up warnings "returning value for void function" 
13432         * src/prefs_filtering.c
13433                 make info button for execute action sensitive
13434
13435 2001-12-10 [paul]       0.6.5claws71
13436
13437         * src/compose.c
13438         * src/imap.[ch]
13439         * src/summaryview.c
13440                 fix: imap server now gets informed of MARKED, UNMARKED
13441                 and REPLY events. Now people can use different IMAP-Mail
13442                 clients and have the exact same information about MARKED,
13443                 UNMARKED and REPLY status with all of them. Especially
13444                 useful for imap servers with a web-frontend.
13445                 submitted by Tobias Sandhaas <medlor@web.de>
13446
13447 2001-12-09 [melvin]     0.6.5claws70
13448         
13449         * src/textview.[ch]
13450                 fixed bug #490076 (hunted down by Alfons who implemented
13451                 a workaround in 0.6.5claws65)
13452
13453 2001-12-09 [christoph]  0.6.5claws69
13454
13455         * src/summaryview.c
13456                 set pointer to string in LOCKED column to NULL
13457                 (might fix bug #490800)
13458
13459 2001-12-09 [carsten]    0.6.5claws68
13460
13461         * po/de.po
13462                 resolved some cluttered menu shortcuts 
13463                 ('creating new email' and 'creating news message'
13464                 hade the same)
13465         * src/compose.c
13466                 wmclass now distinc from main window
13467         * src/mainwindow.c
13468           src/mainwindow.h
13469                 email/news and forward button functionality similar
13470                 to the reply buttons; removed the ugly dropdown arrows
13471                 and use instead the right mouse button
13472
13473 2001-12-09 [paul]       0.6.5claws67
13474
13475         * src/imap.c
13476         * src/utils.h
13477                 allow spaces in imap folder names
13478                 submitted by Willem van Engen <wvengen@stack.nl>
13479
13480 2001-12-09 [paul]       0.6.5claws66
13481
13482         * sync with sylpheed 0.6.5cvs24
13483                 see ChangeLog entry 2001-12-09
13484
13485 2001-12-08 [alfons]     0.6.5claws65
13486
13487         * src/textview.c
13488                 prevent secondary selection claim after "add to sender" dialog
13489                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13490                 we trick GTK by simulating a click at (0, 0) in the textview.
13491
13492 2001-12-08 [hoa]        0.6.5claws64
13493
13494         * src/folder.c
13495                 fixed a bug about the .processing folder name while filtering
13496
13497 2001-12-08 [alfons]     0.6.5claws63
13498
13499         * src/folderview.c 
13500                 work around problem of not correctly updating folder stats
13501                 when deleting messages. there's some folder scanning evil
13502                 going so the folderview_update_msg_num() does not work
13503                 correctly. need to investigate this.
13504
13505 2001-12-08 [paul]       0.6.5claws62
13506
13507         * sync with sylpheed 0.6.5cvs23
13508                 see ChangeLog entry 2001-12-08
13509
13510 2001-12-07 [christoph]  0.6.5claws61
13511
13512         * src/compose.c
13513                 fix another header translation problem
13514
13515 2001-12-07 [alfons]     0.6.5claws60
13516
13517         * src/mbox.c
13518                 make filtering also work on local spool mbox
13519
13520 2001-12-07 [carsten]    0.6.5claws59
13521         * src/addressbook.c
13522                 addressbook window gets a wmclass distinct from the main
13523                 sylpheed window
13524         * src/compose.h
13525         * src/mainwindow.[ch]
13526                   forward menu item will use mode selected in prefs, forward 
13527                 as attatchment in menu removed (will be substituted in the
13528                 toolbar similar to reply buttons)
13529                   create news message menu entry and news button is now 
13530                 sensitive to the existance of a news account
13531         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13532         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13533         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13534                 these are removed because the toolbar buttons don't show
13535                 the quoting modus any longer
13536
13537 2001-12-07 [paul]
13538
13539         * tools/newscache_clean.pl      ** NEW FILE **
13540                 perl script to do some tidying up in the newscache directory 
13541                 
13542         * tools/sylpheed-switcher       ** NEW FILE **
13543                 perl script to enable easy switching between main and claws
13544                 
13545         * tools/README
13546                 added descriptions of the two new perl scripts          
13547
13548
13549 2001-12-07 [melvin]     0.6.5claws58
13550
13551         * src/messageview.c
13552                 fixed a warning during compilation introduced in 0.6.5claws56
13553
13554 2001-12-07 [paul]       0.6.5claws57
13555
13556         * src/mainwindow.[ch]
13557         * src/menu.[ch]
13558                 further usability enhancements to replying with or without 
13559                 quoting via the toolbar, use of Ctrl key is replaced by 
13560                 drop down menu 
13561                 Submitted by Carsten Schurig            
13562
13563 2001-12-07 [melvin]     0.6.5claws56
13564
13565         * src/messageview.c
13566                 hack to fix bug that prevented to make/paste selections
13567                 after switching between MVIEW_TEXT and MVIEW_MIME views
13568                 without deselecting the selection first.
13569
13570 2001-12-06 [alfons]     0.6.5claws55
13571
13572         * src/filtering.[ch]
13573         * src/inc.c
13574                 revise filtering a little bit more, and make sure
13575                 messages are delivered to the appropriate inbox
13576                 (perhaps set per account)
13577
13578 2001-12-06 [paul]       0.6.5claws54
13579
13580         * sync with sylpheed 0.6.5cvs22
13581                 see ChangeLog entry 2001-12-06
13582
13583 2001-12-05 [alfons]     0.6.5claws53
13584
13585         * src/inc.c
13586         * src/folder.[ch]
13587         * src/procmsg.c
13588         * src/filtering.c
13589                 more revisions of filtering system
13590                 (last stable version is marked as LAST_STABLE)
13591                 
13592                 | NOTE 1): the filtering system now uses a local folder called
13593                 | .processing. if filtering fails, check this directory
13594                 | for missing messages.
13595                 |
13596                 | NOTE 2): help us find the filtering actions still missing
13597
13598 2001-12-05 [paul]       0.6.5claws52
13599
13600         * src/mainwindow.c
13601                 fix bug where 'Empty Trash?' pop-up window appears even
13602                 when Trash is empty, submitted by Jesse Skinner         
13603
13604 2001-12-05 [melvin]     0.6.5claws51
13605
13606         * src/compose.c
13607                 fixed bug #486106 to select correct account when reediting 
13608                 a queued message
13609         
13610 2001-12-04 [alfons]     0.6.5claws50
13611
13612         * src/mh.c
13613                 declare markfile in appropriate functions when
13614                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13615                 for spotting this)
13616
13617 2001-12-04 [paul]       0.6.5claws49
13618
13619         * sync with sylpheed 0.6.5cvs21
13620                 see ChangeLog entry 2001-12-04
13621
13622 2001-12-03 [christoph]  0.6.5claws48
13623
13624         * po/de.po
13625                 changed translation of undo
13626         * src/account.c
13627         * src/folder.c
13628                 don't reinvent the wheel to traverse a GNode
13629         * src/compose.[ch]
13630                 seperate code to create the compose gui into functions
13631                 add "Others" page with folder selection for saving copy
13632                 of the message.
13633                 the folder identifier is saved to queue header
13634         * src/procmsg.c
13635                 save message to folder in queue header
13636
13637 2001-12-03 [paul]       0.6.5claws47
13638
13639         * sync with sylpheed 0.6.5cvs20
13640                 see ChangeLog entry 2001-12-03
13641
13642 2001-12-01 [paul]
13643
13644         * more sync with sylpheed 0.6.5cvs19
13645                 see ChangeLog entry 2001-11-29
13646
13647 2001-11-30 [paul]       0.6.5claws46
13648         
13649         * src/compose.c
13650                 remove conflicts introduced by Hoa's last commit
13651          
13652         * src/mainwindow.c
13653                 make 'Message/Bounce' sensitive
13654
13655 2001-11-30 [hoa]        0.6.5claws45
13656
13657         * src/compose.c
13658                 slightly change bounce function to add
13659                 information about the user that bounced the mail
13660                 in the From header line.
13661
13662         * src/folderview.c
13663                 permit the use of processing in outbox folder.
13664
13665 2001-11-29 [paul]       0.6.5claws44
13666
13667         * src/mainwindow.[ch]
13668         * src/prefs_common.c
13669         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13670         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13671         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13672                 usability enhancements to the quoting, implements
13673                 use of Ctrl key to toggle quoting settings
13674                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13675
13676 2001-11-29 [paul]       0.6.5claws43
13677         
13678         * sync with sylpheed 0.6.5cvs19
13679                 see ChangeLog entry 2001-11-28
13680
13681 2001-11-29 [melvin]     0.6.5claws42
13682         * src/Makefile.am
13683                 added enriched.[ch] to the list of files
13684
13685         * src/textview.c
13686         * src/mimeview.c
13687         * src/procmime.[ch]
13688         * src/enriched.[ch]
13689                 added support to view text/enriched
13690                 added support to show headers in message view for text/enriched and text/html
13691                         in non multipart messages
13692
13693 2001-11-28 [paul]       0.6.5claws41
13694
13695         * more sync with sylpheed 0.6.5cvs18
13696                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13697
13698 2001-11-27 [paul]       0.6.5claws40
13699         
13700         * po/pt_BR.po
13701                 updated translation, submitted by Fabio Junior Beneditto
13702                 
13703         * sync with sylpheed 0.6.5cvs18
13704                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13705                 2001-11-27
13706
13707
13708 2001-11-26 [paul]
13709
13710         * po/es.po
13711                 updated translation, submitted by Ricardo Mones Lastra
13712
13713 2001-11-26 [alfons]
13714
13715         * src/matcher.c
13716                 add more translatable strings
13717
13718 2001-11-26 [christoph]  0.6.5claws39
13719
13720         * po/de.po      
13721                 fixed one more umlaut
13722         * src/compose.c
13723                 fix translated header when it should not be translated
13724
13725 2001-11-26 [paul]       0.6.5claws38
13726
13727         * src/mainwindow.c
13728                 remove '/Message/Add Sender to address book' from 
13729                 main_window_set_menu_sensitive(), prevent debug warning
13730                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13731
13732 2001-11-26 [paul]       0.6.5claws37
13733
13734         * src/summaryview.c
13735                 fix 'recurring unread state' bug 
13736
13737         * tools/README 
13738         * tools/filter_conv.pl
13739                 read name of top level mailbox from folderlist.xml
13740                 and presume nothing about its name              
13741
13742 2001-11-26 [darko]      0.6.5claws36
13743
13744         * src/gtkstext.[ch]
13745                 removed functions that are now in gtkutils.c
13746                 use gtkut_text_is_uri_string() from gtkutils.c
13747         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13748
13749 2001-11-26 [paul]       0.6.5claws35
13750
13751         * sync with sylpheed 0.6.5cvs16
13752                 see ChangeLog entries 2001-11-25 and 2001-11-26
13753
13754 2001-11-25 [alfons]     0.6.5claws34
13755
13756         EXPERIMENTAL!!! Please checkout the last stable version using: 
13757           
13758         % cvs update -r LAST_STABLE -dRAP
13759
13760         (Or help us testing this stuff.)
13761
13762         * src/filtering.c               (1.14)
13763         * src/filtering.h               (1.6)
13764         * src/inc.c                     (1.28)
13765         * src/matcher.c                 (1.20)
13766         * src/mbox.c                    (1.9)
13767         * src/procmsg.h                 (1.14)
13768         * src/summaryview.c             (1.59)
13769         * src/summaryview.h             (dunno)
13770                 revert/merge/sync to as it was before commit 
13771                 on Thu, 19 Jul 2001 10:15:51 -0700.
13772
13773 2001-11-25 [hoa]        0.6.5claws33
13774
13775         * src/main.c
13776                 processing mails at startup
13777
13778         * src/folderview.c
13779         * src/summaryview.[ch]
13780                 processing mails when entering folder
13781
13782         * src/prefs_filtering.c
13783                 fixed some UI bugs
13784
13785 2001-11-24 [alfons]     0.6.5claws32
13786
13787         * src/summaryview.[ch]
13788                 make summary sort headers work, and also make
13789                 sure the sort type is stored
13790
13791 2001-11-23 [alfons]     0.6.5claws31
13792
13793         * src/summaryview.[ch]
13794                 make lock work like mark
13795                 disallow deleting messages marked as locked
13796
13797 2001-11-23 [alfons]     0.6.5claws30
13798
13799         * src/gtkstext.c
13800         * src/compose.[ch]
13801         * src/Makefile.am
13802         * src/undo.[ch]
13803                 merge undo patch submitted by Jens
13804
13805 2001-11-23 [christoph]  0.6.5claws29
13806
13807         * src/.cvsignore
13808                 added ylwrap
13809         * src/compose.c
13810                 fixed gpg signing and encoding
13811         * src/folder.[ch]
13812         * src/main.c
13813                 added --status option to get new, unread and total
13814                 message count from a running sylpheed
13815         * src/prefs_common.c
13816                 temporary fix for reply_with_quote problem
13817                 (don't call functions for non existing widget)
13818         * src/procmsg.c
13819                 one more check for ignored threads but still not
13820                 always working correctly. probably a recursive
13821                 check for all parents is needed
13822
13823 2001-11-23 [darko]      0.6.5claws28
13824
13825         * src/compose.c
13826                 wrapping on send improvements
13827         * src/gtkutils.[ch]
13828                 fix for GtkSText after last sync with main branch
13829                 GTK_TEXT -> GTK_STEXT
13830
13831 2001-11-23 [paul]       0.6.5claws27
13832
13833         * sync with sylpheed 0.6.5cvs14
13834                 see ChangeLog entries 2001-11-22 and 2001-11-23
13835                 
13836         * po/de.po
13837                 fixed the scrambled umlauts 
13838                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13839
13840 2001-11-21 [paul]       0.6.5claws26
13841
13842         * sync with sylpheed 0.6.5cvs12
13843                 see 2nd ChangeLog entry dated 2001-11-20
13844
13845 2001-11-20 [paul]       0.6.5claws25
13846
13847         * sync with sylpheed 0.6.5cvs11
13848                 see ChangeLog entry 2001-11-19 (src/utils.c)
13849
13850 2001-11-20 [hiro]
13851
13852         * src/compose.c
13853                 GTK_TEXT -> GTK_STEXT
13854                 fix for wrong comment
13855
13856 2001-11-20 [hiro]       0.6.5claws24
13857
13858         * src/compose.[ch]
13859                 more merges from main branch
13860                 removed fatal warnings (uninitialized variables etc.)
13861                 some coding style fix
13862         * src/gtkutils.h
13863                 fixed typo.
13864         * src/addressbook.c
13865           src/addrindex.c
13866                 V-Card -> vCard
13867
13868 2001-11-19 [hoa]        0.6.5claws23
13869
13870         * src/filtering.c
13871         * src/prefs_scoring.c
13872         * src/matcher.[ch]
13873         * src/scoring.c
13874                 cleaning code
13875
13876         * src/matcher_parser_parse.y
13877         * src/prefs_filtering.c
13878                 bouncing
13879
13880 2001-11-19 [alfons]     0.6.5claws22
13881
13882         more of my old things into claws
13883
13884         * src/Makefile.am
13885         * src/prefs_common.c
13886         * src/procmsg.h
13887         * src/summaryview.[ch]
13888         * src/prefs_summary_column.c
13889         * src/pixmaps/locked.xpm
13890                 add indicators for locking of message in summary view
13891                 (does not work yet, only visual indicator)
13892
13893 2001-11-19 [paul]       0.6.5claws21
13894
13895         * sync with sylpheed 0.6.5cvs10
13896                 see ChangeLog entry 2001-11-19
13897
13898 2001-11-18 [alfons]     0.6.5claws20
13899         
13900         * src/filtering.c
13901                 remove an inadvertent free I forgot in previous clean up 
13902
13903 2001-11-18 [alfons]     0.6.5claws19
13904
13905         * src/filtering.[ch]
13906                 clean up & plug leaks
13907
13908 2001-11-18 [paul]       0.6.5claws18
13909
13910         * sync with sylpheed 0.6.5cvs9
13911                 see ChangeLog entries 2001-11-17 and 2001-11-18
13912
13913 2001-11-16 [paul]       0.6.5claws17
13914
13915         * sync with sylpheed 0.6.5cvs8
13916                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13917
13918 2001-11-16 [paul]       0.6.5claws16
13919
13920         * sync with sylpheed 0.6.5cvs7
13921                 see ChangeLog entries 2001-11-15 and 2001-11-16
13922
13923 2001-11-15 [hoa]        0.6.5claws15
13924
13925         * src/compose.c
13926                 fix bounce, mails we received couln't be bounced to ourself.
13927
13928         * src/defs.h
13929         * src/filtering.[ch]
13930         * src/matcher.[ch]
13931         * src/matcher_parser.h
13932         * src/matcher_parser_lex.l
13933         * src/matcher_parser_parse.y
13934         * src/inc.c
13935         * src/main.c
13936         * src/mbox.c
13937         * src/prefs_filtering.[ch]
13938         * src/mainwindow.c
13939         * src/prefs_matcher.c
13940         * src/prefs_scoring.c
13941         * src/scoring.[ch]
13942         * src/summaryview.c
13943                 new matcher/filter/score configuration file parser
13944                 one unique configuration file => ~/.sylpheed/matcherrc
13945                 import in currently automatic, then save are made
13946                 in this new file.
13947                 one filter per folder and one global filter
13948                 (filter of a folder will be used as folder processing)
13949
13950         * src/folder.c
13951                 fix a bug in folder_item_get_identifier
13952                 
13953         * src/messageview.c
13954                 receive receipt return are fixed.
13955
13956 2001-11-14 [alfons]     0.6.5claws14
13957
13958         * src/session.h
13959                 add things from main branch to make claws compile
13960
13961 2001-11-14 [paul]       0.6.5claws13
13962
13963         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13964                 see ChangeLog entries 2001-11-08 to 2001-11-14
13965
13966 2001-11-14 [hoa] 0.6.5claws12
13967
13968         * src/compose.[ch]
13969         * src/mainwindow.c
13970         * src/summaryview.c
13971                 add "bounce mail" option
13972
13973 2001-11-13 [christoph]  0.6.5claws11
13974
13975         * src/compose.c
13976                 Cleanup a mess i add before commiting
13977
13978 2001-11-13 [hoa]        0.6.5claws10
13979
13980         * src/compose.c
13981                 some fixes when mail are sent or
13982                 for crossposts
13983
13984 2001-11-13 [christoph]  0.6.5claws9
13985
13986         * po/de.po
13987                 Changed two string with the same translation
13988         * src/compose.c
13989         * src/procmsg.[ch]
13990         * src/send.[ch]
13991                 New mailsending process:
13992                   - Always queue message before sending
13993                     (message will be saved if sylpheed crashed or
13994                      freezes while sending)
13995                   - Allow queuing of newspostings
13996                   - No copy in outbox before sending
13997                     (closes bug #469501)
13998                   - No more redundant code for send and send_later
13999         * src/summaryview.c
14000                 Applied wwp <subscript@free.fr>'s patch that fixes
14001                 marks for multiple forwarded messages (+compose.c)
14002
14003 2001-11-12 [alfons]
14004
14005         * README.claws
14006                 remove things that are now in main branch
14007         
14008         * po/nl.po
14009                 update Dutch translation
14010
14011 2001-11-12 [mhadasht]   0.6.5.claws8
14012
14013         * src/prefs_common.c
14014                 re-enabled account autoselection feature for forward
14015                 and reedit lost during the branch point for SYNC-B4-REL
14016         * src/gtkspell.c
14017                 gtkpspell_get_dict(): more readable code (even if function is
14018                 not used yet)
14019         * ChangeLog.claws
14020                 added version number info to 2001-11-12 [hiro] comment.
14021
14022 2001-11-12 [hiro]       0.6.5.claws7
14023
14024         * src/compose.c
14025                 compose_forward(): fixed a bug that forward quote mark
14026                 wasn't used.
14027                 removed unnecessary code.
14028         * src/template_select.[ch]: removed.
14029
14030 2001-11-11 [alfons]
14031
14032         * src/compose.c
14033                 :%s/GTK_TEXT/GTK_STEXT/g
14034         
14035         * src/compose.[ch]
14036         * src/undo.[ch]
14037         * src/Makefile.am
14038                 revert the undo stuff (this is 0.6.6claws stuff)
14039
14040 2001-11-11 [hoa]        0.6.5.claws6
14041
14042         * src/compose.[ch]
14043                 Insert signature at the end of the text.
14044                 Added undo patch but currently disabled
14045
14046         * src/procmsg.c
14047                 Threading by subject improved.
14048
14049         * added src/undo.[ch]
14050                 Undo module for compose dialog box.
14051
14052 2001-11-11 [alfons]     0.6.5.claws5
14053
14054         * src/procmsg.c
14055                 prevent threading by subject on nodes that have already been
14056                 threaded by in-reply-to (as in "circular references in a tree
14057                 result in a dead branch")
14058
14059 2001-11-09 [hoa]        0.6.5.claws4
14060         
14061         * src/folderview.c
14062                 allows creation of mbox folder item from any files.
14063
14064 2001-11-09 [alfons]     0.6.5.claws3
14065         
14066         * src/utils.c
14067         * src/procmsg.c
14068                 do what I mean and correct threading by subject so it really
14069                 ignores attracting lines without "Re: "
14070
14071 2001-11-07 [alfons]     0.6.5.claws2
14072
14073         * src/procmsg.c
14074         * src/utils.[ch]
14075                 only attract by subject if a subject line starts with a "Re: "
14076         * src/syldap.c
14077                 remove warning
14078
14079 2001-11-07 [paul]       0.6.5claws1
14080
14081         * sync with sylpheed 0.6.5. release
14082                 see ChangeLog entry 2001-11-07
14083
14084 2001-11-07 [paul]       0.6.4claws31
14085
14086         * sync with sylpheed 0.6.4cvs18
14087                 see ChangeLog entries 2001-10-30 to 2001-11-07
14088                 prefs_templates.[ch] renamed prefs_template.[ch]
14089
14090 2001-11-06 [alfons]
14091         
14092         * src/utils.h
14093                 add semicolon Hoa forgot ;-)
14094                 
14095
14096 2001-11-06 [hoa]        0.6.4claws30
14097         
14098         * src/procmsg.c
14099         * src/summaryview.c
14100         * src/utils.c
14101         * src/utils.h
14102                 threading by subject - empty subject are ignored
14103
14104 2001-11-06 [christoph]  0.6.4claws29
14105
14106         * src/socket.c
14107                 use SSL_peek for sock_gets
14108         * src/utils.c
14109                 removed unneeded pointer in extracting quoted
14110                 names implementation
14111
14112 2001-11-06 [melvin]     0.6.4claws28
14113
14114         * src/gtkspell.c
14115                 fixed bug #476792 Selection overtyping with spell checker
14116                 fixed bug which could cause a buffer overflow
14117                 fixed a memory leak
14118
14119 2001-11-06 [hoa]        0.6.4claws27
14120         
14121         * src/procmsg.c
14122         * src/summaryview.c
14123                 threading by subject
14124
14125 2001-11-05 [alfons]     0.6.4claws26
14126         
14127         * README.claws
14128                 Claws -> Sylpheed (vice versa)
14129
14130         * src/compose.c
14131                 :%s/gtk_text/gtk_stext/g
14132                 :%s/GTK_TEXT/GTK_STEXT/g
14133                 (thanks to Jonathan Ware for spotting this)
14134
14135 2001-11-04 [christoph]  0.6.4claws25
14136
14137         * src/summaryview.c
14138                 replace Xalloca + strdup with Xstrdup_a
14139         * src/utils.c
14140                 better implementation of extracting quoted names
14141                 from addresses (remove backlashes and ignore
14142                 quotes after them)
14143
14144 2001-11-04 [alfons]     0.6.4claws24
14145
14146         * src/utils.[ch]
14147                 edit to comply more with coding style
14148
14149         * src/textview.c
14150                 fix bug reported by Kim Schulz. introduced by the patch integrated
14151                 in 0.6.4claws15. the code did not check the return value of
14152                 the html parser.
14153
14154         * AUTHORS
14155                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14156
14157 2001-11-04 [christoph]  0.6.4claws23
14158
14159         * src/main.c
14160         * src/prefs_common.[ch]
14161                 init some pointers that possibly caused a segfault
14162                 reported in the claws-users ML
14163
14164 2001-11-04 [hoa]        0.6.4claws22
14165
14166         * src/grouplistdialog.c
14167                 change the names of the nodes in the tree
14168
14169         * src/compose.c
14170                 enhanced mailto syntax as described in
14171                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14172                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14173
14174         * src/utils.c
14175                 encode and decode URI (useful when opening URL into
14176                 netscape).
14177
14178 2001-11-03 [hoa]        0.6.4claws21
14179
14180         * src/grouplistdialog.c
14181                 a new newsgroups list selection dialog box
14182                 with a CTree instead of a CList
14183
14184 2001-11-03 [hoa]        0.6.4claws20
14185
14186         * src/folderview.c
14187                 enable property and scoring options when right
14188                 click on "inbox"
14189
14190         * src/summaryview.c
14191                 fixed bug when nickname were displayed using
14192                 the address book.
14193
14194 2001-11-02 [darko]      0.6.4claws19
14195
14196         * src/compose.c
14197                 new wrap quotation and URL/long words wrapping implementation
14198         * src/compose.c src/gtkstext.[ch]
14199                 move gtkstext_strncmp() to gtkstext.c
14200
14201 2001-11-01 [christoph]  0.6.4claws18
14202
14203         * src/prefs_account.c
14204                 fixed mess in account settings dialog
14205         * src/prefs_folder_item.c
14206                 added label with folder path to dialog
14207
14208 2001-10-31 [match]      0.6.4claws17
14209
14210         * src/vcard.c
14211                 fix memory leak.
14212         * src/addrbook.c
14213                 fix generation of spurious address book file names.
14214                 remove redundant functions.
14215         * po/POTFILES.in
14216                 added missing file names.
14217
14218 2001-10-30 [paul]       0.6.4claws16
14219
14220         * sync with sylpheed 0.6.4cvs6
14221                 see ChangeLog entries 2001-10-26 to 2001-10-30
14222
14223         * tools/filter_conv.pl
14224                 read folderlist.xml to discover whether the top-level
14225                 folder is called 'Mailbox' or 'Mail' 
14226
14227 2001-10-29 [paul]       0.6.4claws15
14228
14229         * src/html.c, src/textview.c
14230                 activate links in html mail and fix clickable parts
14231                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14232
14233 2001-10-29 [paul]
14234
14235         * po/de.po, po/es.po, po/pt_BR/po
14236                 updated translations, submitted by Jens Oberender,
14237                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14238
14239 2001-10-29 [darko]      0.6.4claws14
14240
14241         * src/compose.c
14242                 fix wrapping for good
14243
14244 2001-10-29 [darko]
14245
14246         * src/compose.c
14247                 undo previous change as it broke the smart wrapping
14248
14249 2001-10-29 [darko]      0.6.4claws13
14250
14251         * src/compose.c
14252                 fix infinite loop when long URL is quoted
14253                 (closes bug #475122.
14254
14255 2001-10-28 [match]
14256
14257         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14258                 import Mutt address book
14259         * src/ldif.[ch] src/importldif.h
14260                 modified import LDIF handle user attributes
14261
14262 2001-10-28 [christoph]  0.6.4claws12
14263
14264         * src/summaryview.c
14265                 fixed that filtering did not work if there
14266                 were no filter rules
14267                 (closes bug #472003 and better implementation
14268                  of patch #474644)
14269
14270 2001-10-27 [christoph]  0.6.4claws11
14271
14272         * src/compose.c
14273                 make the folder's default account to be used when
14274                 replying. (patch by wwp <subscript@free.fr>)
14275         * src/compose.c
14276                 code cleanup, nearly killed all of wwp's patch
14277                 for folder's default account in compose
14278         * src/folderview.c
14279                 error panel when a folder could not be created
14280                 (closes bug #471080 new folder name & already
14281                  existing file)
14282
14283 2001-10-26 [alfons]
14284
14285         * src/utils.h
14286                 change prototype of strstr2() that Christoph forgot about
14287
14288 2001-10-26 [christoph]  0.6.4claws10
14289
14290         * src/account.c
14291                 made search for accounts by email address not case
14292                 sensitive
14293         * src/folder.c
14294                 fixed memory leak in folder_item_get_identifier
14295         * src/gtkspell.c
14296         * src/utils.c
14297                 fixed wrong strstr2 (should work like strstr)
14298
14299 2001-10-26 [darko]      0.6.4claws9
14300
14301         * src/compose.c src/gtkstext.[ch]
14302         * src/gtkstext.c
14303                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14304
14305 2001-10-26 [paul]       0.6.4claws8
14306
14307         * src/html.c
14308                 ignore css and javascript tags in html mail
14309                 case-insensitive, with or without double-quoted
14310                 strings
14311
14312 2001-10-26 [paul]       0.6.4claws7
14313
14314         * sync with sylpheed 0.6.4cvs1
14315                 see ChangeLog entry 2001-10-26
14316
14317         * src/prefs_account.c, src/prefs_common.c,
14318           src/prefs_summary_column.c
14319                 minor improvements to the English
14320
14321 2001-10-25 [alfons]     0.6.4claws6
14322
14323         * src/gtkstext.c
14324         
14325                 make GtkSText follow style of GtkText (closes bug 
14326                 #469211 "text selection while writing message")
14327                 
14328                 do sync with GTK 1.2.10
14329
14330 2001-10-25 [paul]       0.6.4claws5
14331
14332         * src/html.c
14333                 ignore css tags in html mail
14334
14335 2001-10-25 [darko]      0.6.4claws4
14336
14337         * src/compose.c
14338                 don't declare is_url_string as static function since
14339                 we need it in gtkstext.c
14340         * src/gtkstext.c
14341                 remove unused variable
14342                 don't wrap long URLs while composing a message
14343
14344 2001-10-24 [christoph]  0.6.4claws3
14345
14346         * src/socket.c
14347                 fix ssl deadlock, when peer closes connection
14348
14349 2001-10-24 [paul]       0.6.4claws2
14350
14351         * src/prefs_common.c
14352                 gettextize the gpg ascii-armored warning message
14353
14354         * src/compose.c
14355                 insert a DOS/MAC file into the composed message
14356                 (improvements)
14357
14358         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14359
14360 2001-10-22 [paul]       0.6.4claws1
14361
14362         * sync with sylpheed 0.6.4 release
14363                 see ChangeLog entries 2001-10-21
14364
14365         * po/fr.po, po/pt_BR.po
14366                 updated by Melvin Hadasht and Fabio Junior Beneditto
14367
14368 2001-10-21 [paul]       0.6.3claws30
14369
14370         * src/compose.c
14371                 insert a DOS text file from the compose window
14372                 into the composed message text (removes CRs characters)
14373                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14374
14375         * tools/filter_conv.pl, tools/README
14376                 automatically use ~/.sylpheed as working directory
14377                 print out confirmation message on completion
14378
14379         * correct Hoa's last ChangeLog.claws entry
14380
14381 2001-10-20 [hoa]        0.6.3claws29
14382
14383         * src/grouplistdialog.c
14384                 bugfix (another ?) to give the right
14385                 newsgroups list for each news server.
14386
14387         * src/news.c
14388         * src/news.h
14389                 improve the newsgroups list cache
14390
14391 2001-10-20 [paul]       0.6.3claws28
14392
14393         * sync with sylpheed 0.6.3cvs9
14394                 see ChangeLog entry 2001-10-19
14395
14396         * correct Alfons' last ChangeLog.claws entry
14397
14398 2001-10-19 [alfons]
14399
14400         * src/pgptext.[ch]
14401                 fix compilation problems (part of bug #472895)
14402
14403 2001-10-18 [hoa]        0.6.3claws27
14404
14405         * src/grouplistdialog.c
14406                 bugfix when we refresh was clicked (bug 472701)
14407
14408 2001-10-19 [christoph]  0.6.3claws26
14409
14410         * src/compose.c
14411                 last header entry should default to "To:" or
14412                 "Newsgroups:" and not copy the last entry line
14413                 in a new compose window
14414                 (closes bug #472686, #470792)
14415
14416 2001-10-19 [paul]       0.6.3claws25
14417
14418         * sync with Sylpheed 0.6.3cvs8
14419                 see ChangeLog entries 2001-10-18 and 2001-10-19
14420
14421 2001-10-18 [christoph]  0.6.3claws24
14422
14423         * src/procmsg.c
14424                 reimplement ignore thread
14425         
14426 2001-10-18 [hoa]        0.6.3claws23
14427
14428         * src/folderview.c
14429         * src/grouplistdialog.[ch]
14430                 enhanced news subscription interface (feature 469113)
14431
14432         * src/news.c
14433         * src/news.h
14434                 enchanced newsgroup listing,
14435                 now, we can get groups informations
14436                 (NNTPGroupInfo)
14437
14438 2001-10-18 [paul]       0.6.3claws22
14439
14440         * src/summaryview.c
14441                 remove comment (sync with main branch)
14442         * src/mainwindow.c
14443                 fix 'Re-edit' bug in 'Message' menu
14444
14445 2001-10-17 [christoph]  0.6.3claws21
14446
14447         * src/compose.c
14448                 ignore empty or whitespace only header lines
14449
14450 2001-10-17 [paul]       0.6.3claws20
14451
14452         * sync with sylpheed 0.6.3cvs7
14453                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14454                 2001-10-17
14455
14456 2001-10-17 [darko]
14457
14458         * src/compose.c
14459                 wrap long lines without spaces
14460                 don't wrap URLs
14461
14462 2001-10-16 [paul]
14463
14464         * po/es.po, po/nl.po, po/pt_BR.po
14465                 updated by Ricardo Mones Lastra, Alfons,
14466                 and Fabio Junior Beneditto
14467
14468         * sylpheed-0.6.3claws released
14469
14470 2001-10-15 [melvin] 0.6.3claws18
14471
14472         * README.claws
14473                 added summary and detailed installation instructions
14474                 for spell checker
14475         * po/fr.po
14476                 Updated, corrected and completed french translation
14477
14478 2001-10-15 [hoa] 0.6.3claws17
14479         * src/grouplistdialog.c
14480                 we can choose the newsgroups to display with wildcards
14481
14482 2001-10-15 [christoph]  0.6.3claws16
14483
14484         * src/account.c
14485         * src/compose.c
14486         * src/prefs_folder_item.[ch]
14487                 applied wwp <subscript@free.fr>'s folder
14488                 default account patch
14489         * po/de.po
14490                 Fixed wrong translation
14491
14492 2001-10-13 [alfons, christoph, melvin]  
14493                         0.6.3claws15
14494
14495         solution #2 to solve MT-safety problems defers all GUI related calls
14496         to the main thread using a gtk_idle_add() callback. discussed on
14497         ircnet #sylpheed, with christoph spotting some issues with the
14498         original code, and melvin allowing us to lobotomize his sylpheed.
14499
14500         * src/syldap.[ch], src/main.c
14501                 fix race problem in ldap search thread by deferring GUI 
14502                 stuff to main thread using gtk_idle_add()
14503
14504 2001-10-13 [paul]       0.6.3claws14
14505
14506         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14507                 add Sergey's smtpcred.patch
14508                 adds separate username/password setting for SMTP Auth
14509                 needed by some servers
14510                 (closes feature request #471659)
14511
14512 2001-10-13 [paul]       0.6.3claws13
14513
14514         * src/pgptext.[ch] **NEW FILES**
14515         * src/Makefile.am, src/messageview.c, src/mimeview.c
14516                 decrypt ascii-armored gpg text embedded in
14517                 the message body.
14518                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14519
14520 2001-10-13 [christoph]  0.6.3claws12
14521
14522         * README.claws
14523                 some more details on default to and
14524                 feature requests
14525         * src/main.c
14526                 init glib threading when ldap is used
14527         * src/syldap.c
14528                 threading fixes
14529         * po/de.po
14530                 fixed a typo
14531
14532 2001-10-12 [paul]       0.6.3claws11
14533
14534         * src/prefs_common.[ch], src/rfc2015.c
14535                 enable ascii-armored gpg text to be embedded in the
14536                 message body, selectable through the 'Privacy'
14537                 preferences. Supports encrypting only.
14538                 Submitted by Ravemax <ravemax@dextrose.com>
14539
14540 2001-10-12 [paul]       0.6.3claws10
14541
14542         * sync with sylpheed 0.6.3cvs6
14543                 see ChangeLog entries 2001-10-11 and 2001-11-12
14544
14545         * src/folderview.c
14546                 incorporated mbox folders, scoring, and folder
14547                 properties into the sync
14548
14549 2001-10-12 [darko]      0.6.3claws9
14550
14551         * README.claws
14552                 describe quotation wrapping
14553         * src/compose.c
14554                 don't treat tab as space to calculate line length properly
14555
14556 2001-10-11 [alfons]
14557
14558         * README.claws
14559                 correct description of how to make new filtering system work,
14560                 add some other things
14561                 
14562         * src/syldap.c
14563                 remove sched_yield() (not necessary / unportable)
14564
14565 2001-10-11 [paul]       0.6.3claws8
14566
14567         * sync with sylpheed 0.6.3cvs3
14568                 see ChangeLog entry 2001-10-10
14569
14570 2001-10-10 [christoph]  0.6.3claws7
14571
14572         * .cvsignore
14573                 ignore 2 files created by newer autotools
14574         * src/prefs_folder_item.c
14575                 using table for widget alignment
14576                 fixed memory leak and broken octal display
14577         * src/filesel.c
14578                 fixed segfault caused by lost filename
14579                 workaround (closes bug #469551)
14580
14581 2001-10-10 [paul]       0.6.3claws6
14582
14583         * sync with sylpheed 0.6.3cvs2
14584                 see ChangeLog entries 2001-10-09 and 2001-10-10
14585
14586 2001-10-10 [darko]      0.6.3.claws5
14587
14588         * src/gtkstext.c
14589                 proper calculation of right margin if smart wrapping is enabled
14590         * src/compose.c
14591                 automatically wrap long lines if wrap quotation is enabled
14592
14593 2001-10-09 [alfons]     0.6.3.claws4
14594
14595         * src/summaryview.c
14596                 select correct row when deleting last row in the summary view (and
14597                 close bug "[ #469104 ] select second last in list when deleting")
14598
14599 2001-10-09 [paul]       0.6.3claws3
14600
14601         * sync with sylpheed 0.6.3cvs1
14602                 updated some autotool scripts
14603
14604 2001-10-09 [darko]      0.6.3claws2
14605
14606         * src/gtkstext.[ch]
14607                 new name and mark with Sylpheed comment
14608         * src/compose.c
14609                 smart quotation wrapping a-la VIM
14610
14611 2001-10-08 [paul]       0.6.3claws1
14612
14613         * sync with sylpheed 0.6.3 release
14614                 see ChangeLog entry 2001-10-08
14615
14616 2001-10-08 [paul]       0.6.2claws24
14617
14618         * src/summaryview.c
14619                 more sync with sylpheed 0.6.2cvs12
14620                 Fixed the bug that didn't select the last row correctly
14621
14622
14623 2001-10-07 [paul]       0.6.2claws23
14624
14625         * sync with sylpheed 0.6.2cvs12
14626                 see ChangeLog entry 2001-10-07
14627
14628 2001-10-06 [match]
14629         * src/jpilot.[ch]
14630                 enable jpilot to read unsynch'ed addresses.
14631
14632         * src/editldap_basedn.c
14633                 fix segfault when opening dialog.
14634
14635 2001-10-06 [alfons]     0.6.2.claws22
14636
14637         * src/summaryview.c
14638                 fix bug with summary view selecting last *inserted*
14639                 node instead of last *visible* node. remember we
14640                 work with a tree
14641
14642 2001-10-06 [paul]       0.6.2claws21
14643
14644         * po/pt_BR.po
14645                 updated translation, contains some fixes and new
14646                 translations, submitted by Gustavo Noronha Silva
14647                 <kov@debian.org>
14648
14649         * src/prefs_common.c
14650                 change 'each' to 'every' - fix dubious English
14651
14652         * sync with sylpheed 0.6.2cvs11
14653
14654 2001-10-05 [alfons]     0.6.2claws20
14655
14656         * src/mainwindow.[ch], src/folderview.c
14657                 make composite tool button switch between "Compose News"
14658                 and "Compose Mail" depending on selected folder
14659                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14660
14661 2001-10-05 [paul]       0.6.2claws19
14662
14663         * src/mainwindow.c, src/summaryview.c
14664                 fix 'Message/Reply to all', broken in last commit
14665
14666         * src/compose.c
14667                 fix X_BEENTHERE seg fault, thanks to Alfons
14668
14669 2001-10-04 [paul]       0.6.2claws18
14670
14671         * src/compose.[ch], src/mainwindow.c
14672                 make "Message/Reply" reply to mailing lists; matches
14673                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14674                 based on portions of the patch submitted by
14675                 Junichi Uekawa <dancer@netfort.gr.jp>
14676
14677 2001-10-04 [darko]      0.6.2claws17
14678
14679         * src/compose.c
14680                 better smart wrapping
14681         * src/gtkstext.[hc]
14682                 a function to make text buffer contiguous
14683
14684 2001-10-03 [paul]       0.6.2claws16
14685
14686         * sync with sylpheed 0.6.2cvs10
14687
14688 2001-10-02 [alfons]
14689
14690         * configure.in
14691         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14692                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14693                 references to chinese translations (hope someone picks up
14694                 this)
14695
14696 2001-10-02 [christoph]  0.6.2claws15
14697
14698         * src/compose.c
14699                 fixed non translated header bug
14700         * ChangeLog.claws
14701                 fixed wrong date in alfons last entry ;)
14702
14703 2001-10-02 [alfons]     0.6.2claws14
14704
14705         * src/compose.c, src/prefs_common.[ch]
14706                 add block cursor option
14707
14708 2001-10-02 [paul]       0.6.2claws13
14709
14710         * sync with sylpheed 0.6.2cvs9
14711
14712 2001-09-30 [paul]       0.6.2claws12
14713
14714         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14715                 updated translations
14716
14717         * po/POTFILES.in
14718                 add 'src/importldif.c'
14719
14720         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14721                 added eudora-to-vCard conversion tool
14722                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14723
14724         * sync with sylpheed 0.6.2cvs8
14725
14726 2001-09-30 [paul]
14727
14728         * sylpheed-0.6.2claws released
14729
14730 2001-09-27 [melvin]     0.6.2claws11
14731
14732         * src/gtkspell.c
14733                 fixed crash when using default path (introduced 
14734                 in 0.6.2claws10)
14735                 fixed tiny bug for initial suggestion mode
14736
14737 2001-09-27 [melvin]     0.6.2claws10
14738         
14739         * src/gtkspell.c
14740                 fixed bug where gtkpspell didn't set the path correctly
14741
14742         * README.claws
14743                 added a paragraph about spell checking
14744                 
14745
14746
14747 2001-09-27 [paul]       0.6.2claws9
14748
14749         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14750                 replace '// comments' with '/* comments */' to prevent
14751                 some compiler warnings 
14752
14753         * sync with sylpheed 0.6.2cvs6
14754
14755 2001-09-26 [alfons]     0.6.2claws8
14756
14757         * src/messageview.c
14758                 introduce return receipt request notification again,
14759                 which was lost because of other semantics in 
14760                 procheader_parse() (???)
14761
14762 2001-09-26 [christoph]  0.6.2claws7
14763
14764         * src/compose.c
14765                 replace comments for old code with #if 0
14766                 readded auto cc, bcc and reply-to
14767         * src/prefs_matcher.c
14768         * src/prefs_scoring.c
14769                 removed some definition (was moved to
14770                 prefs.h)
14771
14772 2001-09-26 [paul]       0.6.2claws6
14773
14774         * src/mainwindow.c
14775                 make 'Follow-up and reply to' sensitive
14776
14777         * more sync with sylpheed 0.6.2cvs5
14778
14779 2001-09-25 [melvin]
14780
14781         * 0.6.2claws5
14782
14783         * src/gtkspell.c
14784                 fixed bug for "US-ASCII" introduced by the encoding code
14785
14786 2001-09-25 [paul]
14787
14788         * 0.6.2claws4
14789
14790         * src/prefs_common.[ch], src/summaryview.c
14791                 'next unread msg' 'go to next folder?' dialog can be
14792                 given default behaviour, either always show dialog,
14793                 or assume 'yes', or assume 'no'
14794                 Submitted by wwp <subscript@free.fr>
14795
14796 2001-09-25 [melvin]
14797                 
14798         * src/compose.c src/gtkspell.[ch]
14799                 added support for different encodings
14800
14801 2001-09-25 [paul]
14802
14803         * more sync with sylpheed 0.6.2cvs5
14804
14805 2001-09-24 [alfons]
14806         
14807         * src/prefs_folder_item.c
14808                 add check for item->prefs->default_to string is NULL and
14809                 add another check when freeing this string
14810
14811 2001-09-24 [paul]
14812
14813         * configure.in
14814                 change to version 0.6.2claws3
14815
14816         * sync with sylpheed 0.6.2cvs5 
14817
14818 2001-09-24 [match]
14819         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14820                 import LDIF files.
14821         * src/addrcache.[ch], addrindex.[ch]
14822                 small update for future
14823         * src/addrbook.c
14824                 fix test XML file.
14825
14826 2001-09-24 [melvin]
14827         * src/gtkspell.[ch]
14828                 added 'Learn from mistakes' option
14829                 better handling of quotes in checked words
14830                 sorted dict list
14831         * po/fr.po
14832                 small update for spell checking stuff
14833
14834 2001-09-23 [alfons]
14835         
14836         * src/gtkspell.c
14837                 edit a little bit so it complies more with main coding style
14838
14839 2001-09-23 [alfons]
14840
14841         * src/folder.[ch], prefs_folder_item.c, compose.c
14842                 migrate "request return receipt" folder property
14843                 to folderlist.xml
14844
14845 2001-09-22 [alfons]
14846
14847         * README.claws **NEW**
14848                 (add things of interest for users of main branch 
14849                 and claws here)
14850
14851         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14852                 re-implement threading per folder option, but store 
14853                 the setting in folderlist.xml (where it belongs)
14854
14855 2001-09-21 [melvin]
14856
14857         * src/gtkspell.[ch]
14858                 fixed bug when compose window is under another window
14859         * src/prefs_common.[ch] src/compose.c
14860                 changed 'dictionary_path' to 'dictionary' to be consistent
14861                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14862         * ac/pspell.m4 src/Makefile.am 
14863                 dropped PSPELL_PATH macro
14864         * po/fr.po
14865                 updated translations
14866
14867 2001-09-21 [christoph]
14868
14869         * src/compose.c
14870                 added border around header fields
14871                 keep header type when new field is added
14872
14873 2001-09-20 [christoph]
14874
14875         * src/utils.[ch]
14876                 more portable debug_print with source filename
14877                 and linenumber
14878         * src/procmsg.c
14879                 more newlines after debug messages
14880
14881 2001-09-20 [paul]
14882
14883         * configure.in
14884                 change to version 0.6.2claws2
14885
14886         * sync with sylpheed 0.6.2cvs3
14887
14888 2001-09-19 [melvin]
14889
14890         * src/gtkspell.c
14891                 fixed the post-right-click focus pb
14892                 fixed crash when 'Spell check all' after dict change 
14893                         and when cursor is at the end of the text
14894                 shift-right-click pops up config menu even on misspelled words.
14895         * po/POTFILES.in
14896                 added gtkspell.c
14897
14898 2001-09-19 [melvin]
14899
14900         * src/about.c
14901                 added pspell to compiled-in features list
14902
14903 2001-09-18 [melvin]
14904
14905         * switched to pspell and dropped ispell
14906         * ac/pspell.m4
14907                 new file. autoconf macro for pspell
14908         * ac/Makefile.am 
14909         * configure.in acconfig.h
14910                 added pspell support
14911         * src/Makefile.am
14912         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14913         * src/prefs_common.[ch] 
14914                 added pspell support
14915
14916 2001-09-18 [christoph]
14917
14918         * src/addr_compl.c
14919         * src/template.[ch]
14920                 replace LOG_MESSAGE with debug_print
14921         * src/compose.[ch]
14922                 gui improvements
14923         * src/menu.c
14924                 added newline after debug message
14925         * src/utils.h
14926                 using __VA_ARGS__ for debug_print macro
14927         * tools/.cvsignore
14928                 ignore Makefile and Makefile.in
14929
14930 2001-09-18 [paul]
14931
14932         * configure.in
14933                 change to version 0.6.2claws1
14934         * sync with sylpheed 0.6.2cvs1
14935
14936         * src/matcher.c 
14937         * src/prefs_matcher.c
14938                 add 'score equal to' option, submitted by
14939                 Paul Evans <nerd@freeuk.com>
14940
14941 2001-09-15 [christoph]
14942
14943         * src/mainwindow.c
14944                 comment out menu entry not existing in claws
14945         * src/menu.c
14946                 add debug output for non existing menu entries
14947         * src/summaryview.c
14948                 fix next/prev unread message for ignored threads
14949         * src/utils.[ch]
14950                 add sourcefile and line number to debug output
14951                 otherwise it is sometimes hard to find the
14952                 source code part if debug messages are translated
14953
14954 2001-09-14 [darko]
14955         
14956         * src/folderview.c
14957                 refresh target folder style after colour is changed
14958
14959 2001-09-13 [paul]
14960
14961         * configure.in
14962                 change to version 0.6.1claws3
14963
14964         * sync with sylpheed 0.6.1cvs6
14965
14966 2001-09-13 [darko]
14967         
14968         * src/folderview.c
14969                 fix target folder colourization to use user selected colour
14970
14971 2001-09-12 [darko]
14972         
14973         * src/summaryview.c
14974                 fix crash when message that is marked for copy/move is unmarked
14975
14976 2001-09-09 [paul]
14977
14978         * configure.in
14979                 change to version 0.6.1claws2
14980
14981         * sync with sylpheed 0.6.1cvs3
14982
14983 2001-09-09 [alfons]
14984         
14985         * src/folderview.c
14986                 fix bug with default font used for trash folder text
14987
14988 2001-09-06 [paul]
14989
14990         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14991                 updated translations
14992
14993         * configure.in
14994                 change to version 0.6.1claws1
14995
14996         * sync with sylpheed 0.6.1cvs2
14997
14998 2001-09-03 [paul]
14999
15000         * po/POTFILES.in
15001                 add Match's new addressbook
15002
15003         * po/de.po
15004                 updated translation submitted by Jens Oberender
15005
15006 2001-09-02 [paul]
15007
15008         * configure.in
15009                 change to 0.6.1claws
15010         * sync with sylpheed 0.6.1 release
15011
15012 2001-09-02 [paul]
15013
15014         * configure.in
15015                 change to 0.6.0claws2
15016
15017         * sync with sylpheed 0.6.0cvs4
15018
15019         * po/pt_BR.po
15020                 updated translation submitted by Fabio Junior Beneditto
15021
15022 2001-09-01 [match]
15023         * pixmaps/
15024                 interface.xpm
15025                 book.xpm
15026                 address.xpm
15027         * src/
15028                 Makefile.am
15029                 a ton of new files
15030
15031 2001-08-31 [paul]
15032
15033         * configure.in
15034                 change to version 0.6.0claws1
15035
15036         * sync with sylpheed 0.6.0cvs1
15037
15038         * po/es.po
15039                 updated translation submitted by Ricardo Mones Lastra
15040
15041         * po/POTFILES.in
15042                 add 'src/prefs_templates.c'
15043
15044         * src/compose.c, src/summaryview.c
15045                 fix segfault on 'Re_edit'               
15046
15047 2001-08-30 [alfons]
15048
15049         * configure.in, Makefile.am
15050         * tools/Makefile.am
15051                 add tools directory to source distribution
15052
15053 2001-08-30 [paul]
15054
15055         * configure.in
15056                 change to version 0.6.0claws
15057
15058         * sync with sylpheed 0.6.0 release
15059
15060 2001-08-30 [christoph]
15061
15062         * configure.in
15063                 removed autoconf version check
15064
15065 2001-08-30 [paul]
15066
15067         * src/account.c, src/compose.c, src/prefs_common.[ch]
15068         * src/procheader.[ch] src/utils.[ch]
15069                 Enhanced automatic account selection on replies
15070                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15071
15072         * configure.in
15073                 add LDAP and JPilot to the configuration results output.
15074
15075 2001-08-29 [christoph]
15076
15077         * src/summeryview.c
15078                 no bold font for ignored threads
15079
15080 2001-08-29 [paul]
15081
15082         * configure.in
15083                 change to version 0.5.3claws6
15084
15085         * sync with sylpheed 0.5.3cvs10
15086                 src/stringtable.[ch]: New Files
15087
15088         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15089         * src/pixmaps/sylpheed.xpm
15090                 add mini-icons to windows (by Alfons)
15091
15092 2001-08-27 [paul]
15093
15094         * src/mainwindow.c
15095                 new functions: next_labeled_cb(), prev_labeled_cb()
15096
15097         * src/summaryview.c
15098                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15099                 summary_select_next_labeled(), summary_select_prev_labeled()
15100
15101         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15102                 give claws blue folders and a blue trash can
15103
15104 2001-08-27 [paul]
15105
15106         * configure.in
15107                 change to version 0.5.3claws5
15108
15109         * sync with sylpheed 0.5.3cvs9
15110                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15111
15112 2001-08-24 [christoph]
15113
15114         * src/filesel.c
15115                 keep filename when browsing directories
15116                 (not working for user entered filename, but
15117                  for default name and selected filename from
15118                  file list)
15119         * src/mainwindow.c
15120                 fixed wrong spelling "Folllow-up"
15121         * src/mbox_folder.c
15122         * src/procmsg.c
15123         * src/summaryview.c
15124                 fixed new/unread message count with ignored
15125                 threads (2 commits, first didn't notice no
15126                 longer needed decreasing)
15127         * src/inc.c
15128                 readded scrolling of progress dialog
15129                 (lost in sync)
15130
15131 2001-08-24 [paul]
15132
15133         * configure.in
15134                 change to 0.5.3claws4
15135
15136         * sync with sylpheed 0.5.3cvs7
15137
15138 2001-08-24 [christoph]
15139
15140         * src/compose.c
15141                 set request return receipt when replying
15142                 if it is set is the folder prefs of the
15143                 message
15144         * src/inc.c
15145                 disable final error popup if popups are
15146                 disabled in config (again)
15147
15148 2001-08-23 [paul]
15149
15150         * configure.in
15151                 Change version number to 0.5.3claws3
15152
15153         * sync with sylpheed 0.5.3cvs5
15154
15155         * src/mimeview.c
15156                 double quote '%s' in 'gedit %s' to fix bug when
15157                 opening attachment with spaces in the name
15158
15159 2001-08-22 [alte]
15160         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15161           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15162                 initial message templates support
15163
15164
15165 2001-08-22 [paul]
15166
15167         * configure.in
15168                 change version number to 0.5.3claws2
15169
15170         * sync with sylpheed 0.5.3cvs4
15171
15172         * src/procmsg.h src/summaryview.c
15173                 re-implement (un)ignore thread
15174
15175 2001-08-21 [paul]
15176
15177         * src/summaryview.c
15178                 remove unnecessary code
15179         * src/compose.c
15180                 enable 'dynamic' signatures (submitted by
15181                 Eric Limpens <eric@hscg-internet.nl>)
15182
15183 2001-08-21 [paul]
15184
15185         clean up after sync with sylpheed 0.5.3 release
15186
15187         * src/folderview.c
15188                 fix re-introduced font mess, see Christoph's
15189                 entry 2001-06-24
15190
15191         * src/summaryview.c
15192                 remove prev_msgnum
15193                 use sylpheed's small font instead of
15194                 gtk default font for summary view
15195
15196
15197 2001-08-17 [paul]
15198
15199         * configure.in
15200                 add pl to ALL_LINGUAS - sync with main branch
15201
15202         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15203                 Updated. Translations by Jens Oberender, Ricardo Mones
15204                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15205
15206         * po/pl.po  ** NEW FILE **
15207                 sync with the main branch
15208
15209         * src/folderview.c
15210                 fix target folder colorizing and refresh problem
15211
15212
15213 2001-08-17 [christoph]
15214
15215         * src/mainwindow.c
15216                 claws uses 4 colors for target folder coloring.
15217                 arrays were not long enough and destroyed the
15218                 stack causing a segfault.
15219                 target folder colorizing does not work anymore
15220                 for me
15221
15222 2001-08-16 [paul]
15223
15224         * configure.in
15225                 change to version 0.5.3claws1
15226
15227         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15228           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15229           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15230
15231                 sync with sylpheed 0.5.3 release, but keep claws method of
15232                 configuring/saving fonts
15233
15234         * src/addressbook.[ch]
15235                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15236                 in line with a similar change in Hiroyuki's branch
15237
15238         * src/mainwindow.[ch]
15239                 disable main_window_set_thread_option()
15240         * src/prefs_folder_item.c
15241                 comment out &tmps_prefs.enable_thread,
15242         * src/mbox_folder.c, src/procmsg.[ch]
15243                 comment out MSG_IS_IGNORE_THREAD
15244         * src/summaryview.c
15245                 comment out summary_ignore_thread() and summary_unignore_thread()
15246                 comment out MSG_IS_IGNORE_THREAD
15247
15248                 use Hiroyuki's threading instead.
15249
15250
15251
15252 2001-08-15 [paul]
15253
15254         * src/account.c
15255                 use Hiroyuki's 0.5.3 column scheme but also
15256                 include the enable/disable button.
15257         * src/pixmaps/mark.xpm
15258                 add Hiroyuki's amended pixmap
15259
15260 2001-08-13 [christoph]
15261
15262         * src/account.c
15263                 receive at get all column showed wrong state for APOP
15264                 button should only work for POP3 and APOP accounts
15265         * src/prefs_account.c
15266                 added missing preprocessor statement for SSL
15267
15268 2001-08-12 [paul]
15269
15270         * src/account.[ch]
15271                 add 'receive at get all' column and enable/disable
15272                 button.
15273
15274 2001-08-06 [christoph]
15275
15276         * src/account.c
15277                 show usage of SSL in protocol column
15278
15279         * src/imap.c
15280         * src/inc.c
15281                 renamed ssl options
15282
15283         * src/prefs_account.[ch]
15284                 moved ssl options to a new page
15285
15286         * src/send.c
15287         * src/smtp.c
15288         * src/ssl.[ch]
15289                 renamed ssl options
15290                 added support for SMTP STARTTLS command
15291
15292 2001-08-05 [christoph]
15293
15294         * configure.in
15295                 debian autoconf needs version check to find
15296                 correct autoconf version. if the file is
15297                 named configure.in 2.13 is used, which does
15298                 not work with this configure.in script.
15299                 other solution would be to rename the script
15300                 to configure.ac as suggested in the autoconf
15301                 manual.
15302
15303         * src/inc.c
15304                 disable final error popup if popups are
15305                 diabled in config
15306
15307         * src/socket.c
15308                 bugfix in ssl_gets
15309                 fixes IMAP over SSL problem
15310
15311 2001-08-03 [paul]
15312
15313         * configure.in
15314                 change to 0.5.2claws1
15315
15316         * sync with sylpheed 0.5.2cvs1
15317
15318 2001-08-02 [alfons]
15319
15320         * configure.in
15321                 quick fix for ispell detection...
15322
15323 2001-08-01 [paul]
15324
15325         * configure.in
15326                 change to 0.5.1claws4
15327
15328         * sync with sylpheed 0.5.1cvs7
15329
15330 2001-07-31 [alfons]
15331
15332         * src/prefs_common.c, src/prefs_common.h, 
15333           src/gtkspell.c, src/gtkspell.h
15334                 add global spelling checker settings (compose tab) +
15335                 selection of dictionary 
15336           
15337         * configure.in  
15338                 guess valid ispell location
15339
15340 2001-07-31 [paul]
15341
15342         * po/POTFILES.in
15343                 removal of 'src/quote_fmt_parse.c'
15344         * po/de.po
15345                 Updated de.po
15346                 (submitted by Jens Oberender <didge@suse.de>)
15347
15348 2001-07-31 [darko]
15349
15350         * src/folder.[ch]
15351         * src/folderview.[ch]
15352         * src/mainwindow.c
15353         * src/mh.c
15354         * src/prefs_common.[ch]
15355         * src/summaryview.c
15356                 target folder colourization
15357
15358 2001-07-30 [paul]
15359
15360         more sync with Sylpheed 0.5.1cvs6 
15361
15362 2001-07-30 [darko]
15363
15364         * src/mh.c
15365         * src/prefs_folder_item.[hc]
15366         * src/summaryview.c
15367                 shared folders support with a GUI
15368
15369 2001-07-29 [paul]
15370
15371         0.5.1claws3
15372
15373         * sync with Sylpheed 0.5.1cvs6
15374
15375 2001-07-29 [paul]
15376
15377         * po/pt_BR.po
15378                 updated
15379                 (submitted by Fabio Junior Beneditto)
15380
15381 2001-07-28 [paul]
15382
15383         * src/procmime.c
15384         * AUTHORS
15385                 patch to correct bad image mime headers
15386                 (submitted by Don Quijote <dq@searchlores.org>)
15387
15388 2001-07-28 [paul]
15389
15390         * tools/gif2xface.pl   **NEW FILE**
15391         * tools/README
15392                 script to convert file.gif to file.xface for
15393                 use in a custom header.
15394                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15395
15396 2001-07-27 [alfons]
15397         
15398         * configure.in
15399                 change macros for detecting JPilot and LDAP
15400
15401 2001-07-27 [christoph]
15402
15403         * src/filtering.c
15404                 code cleanup (MIN / MAX warning, needed casting)
15405
15406 2001-07-27 [alfons]
15407
15408         * procheader.c
15409                 disallow setting flags when detecting certain headers
15410                 (X-Status, Status, Seen, X-Seen). 
15411         
15412         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15413
15414 2001-07-27 [christoph]
15415
15416         * src/prefs_filter.c
15417         * src/prefs_filtering.c
15418         * src/prefs_matcher.c
15419         * src/prefs_scoring.c
15420                 scroll list when moving rows up or down
15421
15422         * src/imap.c
15423         * src/imap.h
15424         * src/prefs_account.c
15425         * src/prefs_account.h
15426         * src/send.c
15427                 SMTP over SSL (untested, feedback requested)
15428                 IMAP over SSL
15429
15430         * src/ssl.c
15431                 code cleanup
15432
15433 2001-07-26 [alfons]
15434         
15435         * configure.in, acconfig.h
15436                 define CLAWS (need this for main / claws detection)
15437
15438 2001-07-25 [alfons]
15439
15440         * configure.in
15441                 Sylpheed 0.5.1claws2
15442                 
15443         * sync with Sylpheed 0.5.1cvs4
15444
15445 2001-07-25 [christoph]
15446
15447         * src/scoring.c
15448                 fixed segfault
15449                 item->prefs == NULL (don't know why)
15450
15451 2001-07-25 [alfons]
15452
15453         * configure.in
15454                 Sylpheed 0.5.1claws1
15455
15456         * sync with Sylpheed 0.5.1cvs1-3
15457
15458 2001-07-24 [christoph]
15459
15460         * src/folderview.c
15461         * src/prefs_folder_item.[ch]
15462                 added folderitem preferences dialog with
15463                 default To: and auto request return receipt
15464
15465         * src/compose.[ch]
15466         * src/menu.[ch]
15467                 changes to handle new folderitem preferences
15468
15469         * src/mainwindow.c
15470         * src/summaryview.c
15471                 call compose new mail with current folderitem
15472
15473 2001-07-24 [alfons]
15474
15475         Release Sylpheed 0.5.1claws
15476
15477         * configure.in
15478                 change to release version 0.5.1claws
15479
15480 2001-07-24 [christoph]
15481
15482         * src/summaryview.c
15483                 fixed segfault that happend when the selected
15484                 message was removed while retrieving new messages.
15485
15486         * po/es.po
15487                 updated translation
15488                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15489
15490 2001-07-22 [alfons]
15491
15492         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15493         this is a work in progress, for more information: http://nlpagan.net/sylman 
15494         
15495         * configure.in, src/mainwindow.c, manual/Makefile.am
15496                 add support for English manual
15497
15498         * AUTHORS
15499                 add authors of user manuals
15500
15501         * manual/en/sylpheed*.html
15502                 add English documentation
15503
15504 2001-07-22 [christoph]
15505
15506         * po/POTFILES.in
15507                 added src/ssl.c
15508         * src/ssl.c
15509                 changed a wrong debug message
15510
15511 2001-07-22 [alfons]
15512
15513         * po/nl.po
15514                 update Dutch translation
15515
15516         * src/prefs_filtering.c, 
15517           src/prefs_matcher.c
15518                 add more translatable strings           
15519
15520 2001-07-21 [alfons]
15521
15522         0.5.0claws7
15523
15524         * configure.in
15525                 change version
15526
15527         * src/inc.c, src/summaryview.[ch]
15528                 prevent update of mark file when filtering has done, by
15529                 using a variable; this affects two functions:
15530                         inc.c::inc_finished()
15531                         summaryview.c::summary_show()
15532
15533 2001-07-20 [alfons]
15534
15535         * src/filtering.[ch], src/prefs_filtering.c, 
15536           src/matcher.[ch]
15537                 add filtering action for label coloring 
15538
15539         * po/POTFILES.in
15540                 add labelcolors.c
15541
15542         * added src/labelcolors.c
15543         * added src/labelcolors.h
15544         * src/Makefile.am, src/summaryview.c
15545                 rearrange label coloring code
15546
15547         * src/procmsg.h
15548                 add more parentheses so label colouring works correctly
15549
15550         * src/filtering.c
15551                 don't really delete message, but move it to Trash
15552
15553         * src/prefs_matcher.c
15554                 add quote options to info dialog
15555
15556 2001-07-20 [christoph]
15557
15558         * src/Makefile.am
15559         * src/inc.c
15560         * src/main.[ch]
15561         * src/socket.h
15562         * src/ssl.[ch] (new)
15563                 moved ssl stuff to a seperate file
15564
15565 2001-07-20 [darko]
15566
15567         * src/summaryview.c
15568                 fix show sender using address book with no e-mail
15569                 address in From: field
15570
15571 2001-07-19 [alfons]
15572
15573         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15574                 fix messy handling of escaping... now at least the
15575                 execute command is useful. escape char is '\', we
15576                 accept \n and \r too. 
15577
15578                 Real life example:
15579                 
15580                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15581                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15582
15583 2001-07-18 [alfons]
15584
15585         0.5.0claws6
15586
15587         * src/summaryview.c
15588                 clean up
15589
15590         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15591           src/procmsg.[ch]
15592                 revise filtering; currently move, copy, marking have
15593                 been tested. if you like bleeding edge stuff, you
15594                 should definitely go for this version :)
15595
15596         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15597
15598 2001-07-17 [christoph]
15599
15600         * src/utils.c
15601                 timestamp log
15602
15603 2001-07-17 [alfons]
15604
15605         0.5.0claws5
15606
15607         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15608           bits in the mark file, without affecting either branch. Lots of
15609           files changed, also in claws branch.
15610
15611           UNTESTED: use of mbox folders
15612
15613         * src/summaryview.c
15614                 added mark all read; however this was a quick hack used for
15615                 cleaning up mess after initial merge with Hiroyuki
15616
15617         * configure.in
15618                 change claws version number back to 0.5.0claws5 to clear up 
15619                 confusion & pretension (recent release was technically 
15620                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15621
15622 2001-07-16 [alfons]
15623
15624         sync with Hiroyuki's 0.5.0cvs4
15625
15626 2001-07-16 [alfons]
15627
15628         0.5.1claws3
15629
15630         * src/filtering.[ch]
15631                 remove invalid updating of mark files for 
15632                 filter actions MATCHING_ACTION_MOVE and 
15633                 MATCHING_ACTION_DELETE; this should fix the
15634                 folder update bug
15635                 
15636         * src/procmsg.c
15637                 revert Christoph's stab at fixing the folder 
15638                 update bug
15639
15640         * po/POTFILES.in
15641                 add missing files with translatable strings
15642
15643         * src/summaryview.c
15644                 remove debug print
15645
15646 2001-07-15 [alfons]
15647
15648         * src/addr_compl.[ch], src/prefs_filtering.c
15649                 make "filtering pref dialog's destination entry" an
15650                 "address completable entry", if filter destination is 
15651                 an email address
15652
15653         0.5.1claws2
15654         
15655         sync with Hiroyuki's 0.5.0cvs2-3
15656
15657 2001-07-15 [christoph]
15658
15659         * src/procmsg.c
15660                 fixed folder stats update after incorporation
15661
15662 2001-07-15 [alfons]
15663
15664         * src/summaryview.c
15665                 * finish label colouring stuff (for now)
15666                 * fix incorrect colour bug (off by one) 
15667
15668 2001-07-14 [alfons]
15669
15670         * src/mainwindow.c
15671                 change text labels for news and mail message so there's
15672                 plenty of toolbar estate left
15673
15674         * configure.in
15675                 0.5.1claws1
15676
15677         * src/folderview.c
15678           src/folder.[ch]
15679                 sync with Hiroyuki's 0.5.0cvs1
15680
15681         * src/summaryview.c
15682                 more rewrite label colouring
15683
15684 2001-07-14 [alfons]
15685
15686         * src/summaryview.[ch]
15687                 * start rewrite label colouring 
15688                 * fix proper location "Add Sender To Addressbook" menu item
15689
15690 2001-07-13
15691
15692         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15693         (actually this is 0.5.0claws4)
15694
15695 2001-07-13 [alfons]
15696
15697         * po/pt_BR.po
15698                 * fix duplicate message
15699                 * add updated Portugese / Brazilian translation
15700                   submitted by Fabio Junior Beneditto
15701
15702 2001-07-12 [alfons]
15703
15704         * AUTHORS
15705                 add Jens
15706
15707         * po/nl.po
15708                 add updated Dutch translation
15709
15710         * po/de.po
15711                 add updated German translation submitted by Jens
15712
15713 2001-07-11 [alfons]
15714
15715         Prerelease before 0.5.0claws. Please test.
15716         This version is temporarily tagged as VERSION_0_5_0_TEST
15717
15718         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15719           src/prefs_scoring.c, src/prefs_matcher.c, 
15720           src/prefs_filtering.c, src/mbox.c, 
15721           src/main.c, src/inc.c, src/filtering.[ch]
15722                 revert new Hoa's new matcher (does not work yet)
15723
15724         * src/Makefile.am
15725                 clean up
15726
15727 2001-07-10
15728
15729         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15730
15731
15732 2001-07-10 [alfons]
15733
15734         * Makefile.am
15735                 add ChangeLog.claws to EXTRA_DIST
15736         * src/Makefile.am
15737                 add matcher_parser_parse.h to EXTRA_DIST
15738
15739 2001-07-10 [christoph]
15740
15741         * src/inc.c
15742                 add destination folder to table of
15743                 folders that need to be updated after
15744                 incorporation
15745
15746 2001-07-10 [alfons]
15747
15748         * folder.[ch]
15749           folderview.c
15750                 make collapse state of folders and folder items persistent, i.e.
15751                 if you collapse a folder tree, the next time sylpheed-claws starts 
15752                 up the folder tree remains collapsed.  
15753                 
15754 2001-07-10 [christoph]
15755
15756         * acconfig.h
15757         * configure.in
15758                 added --enable-ssl
15759         * src/md5.[ch]
15760                 renamed MD5_CTX to MD5_CTX_syl
15761                 conflicts with a struct in openssl
15762         * src/inc.c
15763         * src/main.[ch]
15764         * src/prefs_account.[ch]
15765         * src/socket.[ch]
15766                 SSL support for POP
15767         * src/mainwindow.c
15768                 fixed compose with current account
15769                 broken by new compose button stuff
15770
15771 2001-07-09 [hoa]
15772
15773         * AUTHORS
15774                 changed my email address
15775
15776         * src/matcher_parser_parse.y
15777                 clean the parser to remove conflicts
15778
15779 2001-07-09 [alfons]
15780
15781         * AUTHORS
15782                 add Match Grun
15783
15784         * configure.in
15785                 fix incorrect description of --enable-ldap parameter
15786
15787         * src/prefs_common.[ch]
15788           src/compose.c
15789                 add experimental option "smart wrapping" which makes the
15790                 compose editor auto wrap.
15791                 
15792                 | TODO: the problem with the buggy cursor handling is caused |
15793                 | by the GtkText. when deleting / backspacing text its       |
15794                 | wrapping algorithm does not take in account the previous   |
15795                 | line. should find a way to hack this in.                   |
15796                 | or should perhaps combine this with the word wrapping      |
15797                 | patch i wrote in january.                                  |
15798
15799         * src/about.c
15800                 show build parameters for LDAP and JPilot
15801
15802         * src/summaryview.c
15803                 revert Christoph's bugfix for selecting next unread message, 
15804                 because folder stats aren't updated correctly
15805
15806 2001-07-08 [hoa]
15807
15808         * src/filtering.c
15809         * src/mainwindow.c
15810         * src/matcher.c
15811         * src/matcher_parser_lex.l
15812         * src/matcher_parser_parse.y
15813         * src/prefs_filtering.c
15814         * src/prefs_scoring.c
15815         * src/scoring.c
15816                 bugfix of the config file parser
15817
15818 2001-07-08 [alfons]
15819
15820         * src/Makefile.am
15821                 added generated matcher sources to BUILT_SOURCES
15822
15823 2001-07-08 [hoa]
15824
15825         * src/Makefile.am
15826         * src/.cvsignore
15827                 added new config file parser
15828
15829         * src/scoring.[ch]
15830         * src/filtering.[ch]
15831         * src/matcher.[ch]
15832         * src/prefs_filtering.c
15833         * src/prefs_matcher.c
15834         * src/prefs_scoring.c
15835         * added src/matcher_parser.h
15836         * added src/matcher_parser_lex.h
15837         * added src/matcher_parser_lex.l
15838         * added src/matcher_parser_parse.y
15839                 lex & yacc config file parser
15840
15841         * src/mbox.c
15842         * src/inc.c
15843         * src/main.c
15844                 changes prefs_filtering into global_filtering           
15845
15846         * src/summaryview.c
15847                 build threads with subjects only if "Re: " is at the
15848                 beginning of the subject
15849
15850 2001-07-07 [paul]
15851
15852         0.5.0claws
15853
15854         sync with sylpheed 0.5.0
15855                 change of version number only
15856
15857 2001-07-06 [paul]
15858
15859         0.5.0claws5
15860
15861         sync with sylpheed 0.5.0pre5
15862
15863 2001-07-05 [paul]
15864
15865         sync with sylpheed 0.5.0pre4 release
15866                 /po and /manual/ja not sync'ed
15867
15868 2001-07-04 [paul]
15869
15870         more sync with sylpheed 0.5.0pre4
15871
15872 2001-07-03 [christoph]
15873
15874         * src/addressbook.c
15875                 fixed address book broken by address book
15876                 for VCard, JPilot, LDAP
15877
15878 2001-07-03 [alfons]
15879
15880         * src/matcher.c
15881         * src/textview.c
15882                 stopped memory leaks
15883
15884 2001-07-03 [paul]
15885
15886         more sync with sylpheed 0.5.0pre4
15887
15888 2001-07-02 [match]
15889
15890         * included address book patch for VCard, JPilot, LDAP
15891         * pref_common.c - fixed Font options on Display tab (cosmetic)
15892         * alertpanel.c - fixed truncated message
15893
15894 2001-07-02 [christoph]
15895
15896         * src/mbox_folder.c
15897         * src/procmsg.[ch]
15898         * src/summaryview.c
15899                 mark threads for ignoring
15900
15901 2001-07-02 [paul]
15902
15903         0.5.0claws4
15904
15905         * sync with sylpheed 0.5.0pre4
15906                 updated gettext to 0.10.38.
15907
15908 2001-07-01 [paul]
15909
15910         * src/ mainwindow.c
15911         * src/procmsg.h
15912         * src/summaryview.[ch]
15913                 new right-click option: Label.
15914                 substitute for 'Mark-->Mark/Unmark', colours the line.
15915                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15916
15917 2001-07-01 [christoph]
15918
15919         * src/folderview.c
15920                 fixed font for trash
15921         * src/summaryview.c
15922                 move ctree to unread message
15923
15924 2001-07-01 [paul]
15925
15926         * sync with sylpheed 0.5.0pre3 release
15927
15928 2001-06-30 [alfons]
15929
15930         * src/filesel.[ch]
15931         * src/compose.c
15932                 allow inserting / attaching multiple files in
15933                 the composer window
15934
15935 2001-06-30 [paul]
15936
15937         * src/codeconv.c
15938                 small change to Alfons' previous stuff so that it
15939                 actually makes
15940
15941 2001-06-30 [alfons]
15942
15943         * lots of files changed; first attempt to merge the changes
15944           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15945
15946 2001-06-30 [paul]
15947
15948         * po/pt_BR.po
15949                 updated and completed, translations by Fabio
15950                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15951
15952 2001-06-29 [alfons]
15953
15954         * src/compose.c
15955         * src/mimeproc.[ch]
15956                 allow selecting an attached files' mime type from a 
15957                 list of types.
15958
15959 2001-06-29 [paul]
15960
15961         * more sync with sylpheed 0.5.0pre3
15962
15963 2001-06-29 [paul]
15964
15965         * po/pt_BR.po
15966                 merge with sylpheed.pot and pt_BR.po provided by
15967                 Fabio Junior Beneditto.
15968
15969 2001-06-29 [darko]
15970
15971         * src/procmime.c
15972                 make MIME types case insensitive
15973
15974 2001-06-28 [alfons]
15975
15976         * po/nl.po
15977                 merge with sylpheed.pot and old nl.po; translations added.
15978
15979 2001-06-28 [paul]
15980
15981         * more sync with sylpheed 0.5.0pre3
15982
15983 2001-06-27 [alfons]
15984
15985         * src/summaryview.c
15986                 don't crash when removing parent node of messages
15987                 attracted by subject. this was caused by not deleting
15988                 the parent node from the subject line hash table.
15989
15990 2001-06-27 [alfons]
15991
15992         * src/summaryview.c
15993         * src/compose.[ch]
15994         * src/mainwindow.c
15995                 if there are multiple messages selected, allow forwarding
15996                 them as attachments.
15997
15998 2001-06-27 [paul]
15999
16000         * more sync with sylpheed 0.5.0pre3
16001
16002 2001-06-26 [paul]
16003
16004         0.5.0claws3
16005
16006         * sync with sylpheed 0.5.0pre3
16007
16008 2001-06-25 [paul]
16009
16010         * src/mainwindow.c
16011                 fixed 'compose news article' bug
16012                 from icon-and-text toolbar
16013
16014 2001-06-25 [paul]
16015
16016         * sync with sylpheed 0.5.0pre2 release
16017
16018 2001-06-24 [christoph]
16019
16020         * src/prefs_common.c
16021                 bug fix in font selection
16022         * src/folderview.c
16023                 use sylpheed's normal font instead of
16024                 gtk default font for folders without
16025                 new messages
16026
16027 2001-06-24 [alfons]
16028
16029         * src/mainwindow.[ch]
16030                 added composite compose mail / news button (an idea by Leandro
16031                 Pereira <leandro@linuxmag.com.br>)
16032
16033 2001-06-24 [paul]
16034
16035         Added instructions for ldif-to-xml.py
16036
16037         * tools/README
16038
16039 2001-06-23 [alfons]
16040
16041         Some minor things.
16042
16043         * src/pixmaps/stock_news_compose.xpm
16044                 added pixmap by Leandro
16045         * src/prefs_common.c
16046                 tested built-in spelling checker of GCC 3.0 :)
16047         * po/nl.po
16048                 merged dutch translation of sylpheed-main with
16049                 sylpheed.pot
16050
16051 2001-06-23 [paul]
16052
16053         Added tools directory and files.
16054
16055         * tools/filter_conv.pl
16056                 converts old filter system to new filtering system
16057         * tools/ldif-to-xml.py
16058                 converts netscape addressbook to sylpheed addressbook
16059         * tools/README
16060                 descriptions/instructions for above two files
16061
16062 2001-06-23 [christoph]
16063
16064         * src/inc.c
16065         * src/manage_window.[ch]
16066         * src/prefs_common.[ch]
16067                 mail retrieval dialog can be enabled, disabled
16068                 or hidden if non of sylpheed's windows is active
16069
16070 2001-06-22 [paul]
16071
16072         0.5.0claws2
16073
16074         * sync with sylpheed 0.5.0pre2
16075
16076 2001-06-21 [christoph]
16077
16078         * src/summaryview.c
16079                 show recipient on 'from' for all accounts
16080                 
16081         * src/inc.c
16082         * src/prefs_common.[ch]
16083                 disable error popup on mail receive errors
16084
16085 2001-06-21 [alfons]
16086
16087         * src/compose.c
16088                 made the ruler correctly appear and disappear.
16089
16090         * src/Makefile.am
16091                 removed Hoa's work-in-progress-stuff (interesting!) so 
16092                 claws compiles ok.
16093
16094 2001-06-20 [christoph]
16095
16096         * src/inc.c
16097         * src/progressdialog.c
16098                 added scrolled window for list in progressdialog
16099
16100 2001-06-20 [paul]
16101
16102         sync with sylpheed 0.5.0pre1 release
16103
16104 2001-06-20 [christoph]
16105
16106         * src/summeryview.c
16107                 make building threads by subject work when
16108                 thread view is enabled
16109                 
16110         * src/compose.c
16111         * src/prefs_common.[ch]
16112                 automatically select account for mail replys
16113
16114 2001-06-19 [sergey]
16115
16116         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16117         they are filled in from the account settings.
16118
16119 2001-06-19 [paul]
16120
16121         * more sync with sylpheed 0.5.0pre1
16122
16123 2001-06-18 [alfons]
16124
16125         * src/Makefile.am,
16126           src/procmime.c
16127                 added --sysconfdir to CPPFLAGS for pointing to the correct
16128                 location of mime.types. 
16129
16130                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16131                 or ./configure!
16132
16133 2001-06-18 [hoa]
16134
16135         * src/summaryview.c
16136                 fixed some bug when building threads
16137
16138 2001-06-18 [pau]l
16139
16140         * src/prefs_account.c
16141                 UI stuff: More changes to the English
16142
16143 2001-06-18 [paul]
16144
16145         * src/pixmaps/stock_news_compose.xpm: new file
16146         * src/Makefile.am
16147         * src/mainwindow.c
16148         * src/summaryview.c
16149                 Added new icon for Hoa's 'compose a news
16150                 message', plus minor improvements to the
16151                 English
16152
16153         * po/ja.po
16154         * ChangeLog
16155         * ChangeLog.jp
16156                 more sync with sylpheed 0.5.0pre1
16157
16158 2001-06-18 [hoa]
16159
16160         * src/compose.[ch]
16161         * src/mainwindow.c
16162                 Follow-up and reply to
16163
16164         * src/summaryview.[ch]
16165                 Build threads also with subjects
16166
16167 2001-06-17 [hoa]
16168
16169         * src/compose.c
16170                 forwarding use the current account.
16171
16172         * src/mainwindow.c
16173                 the "compose message" button has been replaced with
16174                 "new mail" and "new news" buttons
16175
16176         * src/prefs_common.[ch]
16177                 added a configuration option to use the forward button
16178                 as "forward as attachment"
16179                 changed reply and forward format description
16180
16181         * src/quote_fmt_lex.l
16182         * src/quote_fmt_parse.y
16183                 added message with no signature in format for reply
16184                 and forward.
16185
16186 2001-06-17 [paul]
16187
16188         Minor UI stuff
16189
16190         * src/mainwindow.c
16191         * src/summaryview.c
16192                 Improvements to the English
16193
16194         * src/prefs_common.c
16195                 Improvements to the English and some
16196                 clarity/continuity improvements in the
16197                 description of Quote symbols.
16198
16199 2001-06-17 [paul]
16200
16201         0.5.0claws1
16202
16203         * sync with sylpheed 0.5.0pre1
16204
16205 2001-06-17 [hoa]
16206
16207         * src/compose.c
16208                 Better interface for compose, displayed fields
16209                 are updated whenever we change account.
16210                 Newsgroups field is automatically filled.
16211
16212         * src/mainwindow.c
16213                 Newsgroups field is automatically filled.
16214
16215         * src/prefs_account.c
16216                 Some interface stuff when fields appear and
16217                 disappear.
16218
16219 2001-06-16 [paul]
16220
16221         0.4.99claws
16222
16223         * sync with sylpheed 0.4.99
16224
16225 2001-06-16 [sergey]
16226
16227         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16228         base64_decoder_free, base64_decoder_decode): new object and
16229         functions for decoding base64 streams.
16230         * src/procmime.c (procmime_decode_content): modified to use the
16231         new base64 decoder.
16232
16233 2001-06-15 [paul]
16234
16235         0.4.99claws10
16236
16237         * sync with sylpheed 0.4.99cvs11
16238
16239 2001-06-13 [paul]
16240
16241         0.4.99claws9
16242
16243         * sync with sylpheed 0.4.99cvs9
16244
16245 2001-06-13 [hoa]
16246
16247         * src/compose.c
16248         * src/prefs_account.c
16249
16250                 SMTP server can be defined in the news account
16251                 mime type of attachment are kept.
16252
16253         * src/summaryview.c
16254
16255                 now choose the highest important score between default
16256                 and important score of folder.
16257
16258 2001-06-09 [alfons]
16259         
16260         * src/prefs_common.c: 
16261
16262                 (prefs_quote_description_create): corrected description of 
16263                 quote format characters
16264
16265 2001-06-09 [paul]
16266
16267         0.4.99claws8
16268
16269         * sync with sylpheed 0.4.99cvs8
16270
16271 2001-06-08 [sergey]
16272
16273         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16274         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16275
16276 2001-06-08 [paul]
16277
16278         0.4.99claws7
16279
16280         * sync with sylpheed 0.4.99cvs7
16281
16282 2001-06-06 [sergey]
16283
16284         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16285         clashes with autogenerated header).
16286         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16287         * src/Makefile.am: added quote_fmt.h.
16288         * src/.cvsignore: added lex/yacc autogenerated files
16289         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16290
16291 2001-06-06 [paul]
16292
16293         0.4.99claws6
16294
16295         * sync with sylpheed 0.4.99cvs6
16296
16297 2001-06-06 [hoa]
16298
16299         * added src/quote_fmt_parse.h
16300         * src/compose.c
16301                 removed warnings
16302
16303         * src/prefs.[ch]
16304                 don't modify readonly configuration files
16305
16306         * src/prefs_account.c
16307         * src/prefs_common.c
16308         * src/prefs_customheader.c
16309         * src/prefs_display_header.c
16310         * src/prefs_filter.c
16311         * src/prefs_filtering.c
16312         * src/prefs_scoring.c
16313                 don't open dialog box when configuration files
16314                 are readonly
16315
16316 2001-06-05 [sergey]
16317
16318         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16319
16320         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16321         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16322         BUILT_SOURCES to make all files rebuild properly.
16323
16324         * src/compose.c: removed #include "quote_fmt.tab.h".
16325
16326         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16327         CHARACTER value in yylval.
16328
16329         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16330         receive CHARACTER value by documented means (yylval).
16331
16332         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16333
16334 2001-06-05 [hoa]
16335
16336         * src/Makefile.am
16337                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16338
16339         * src/filtering.c
16340         * src/matcher.c
16341         * src/matcher.h
16342         * src/prefs_filtering.c
16343                 now keep the configuration for execute action
16344
16345         * src/mbox_folder.c
16346                 fixed a warning
16347
16348 2001-06-05 [paul]
16349
16350         * sync with sylpheed 0.4.99cvs5
16351
16352 2001-06-05 [hoa]
16353
16354         * src/Makefile.am
16355                 added quote_fmt.[ch]
16356
16357         * added src/quote_fmt.y
16358         * added src/quote_fmt.l
16359         * added src/quote_fmt.tab.h
16360         * added src/quote_fmt.tab.c
16361         * added src/lex.quote_fmt.c
16362                 parsing configuration for replying
16363                 and forwarding
16364
16365         * src/prefs_common.[ch]
16366                 added configuration UI for replying
16367                 and forwarding
16368
16369         * src/compose.c
16370                 using configuration for replying
16371                 and forwarding
16372
16373 2001-06-04 [hoa]
16374
16375         * src/filtering.c
16376         * src/matcher.c
16377         * src/matcher.h
16378         * src/prefs_filtering.c
16379         * src/prefs_matcher.c
16380         * src/prefs_matcher.h
16381                 action "run a command" for filtering
16382                 and matching with a command.
16383                 fixed the "whole message" matching
16384
16385         * src/mbox_folder.c
16386                 changed temporary filename for security
16387
16388         * src/messageview.c
16389                 queue the notification if it fails to send.
16390
16391         * src/prefs_common.c
16392         * src/prefs_folder_item.c
16393                 changed the default important score             
16394
16395         * src/prefs_scoring.c
16396         * src/scoring.c
16397                 hide kill score input when the folder is not
16398                 a newsgroup
16399
16400 2001-06-03 [alfons]
16401
16402         * src/prefs_common.c:
16403
16404                 (prefs_font_select): pass font name in font entry box to font
16405                 selection dialog.
16406
16407 2001-06-03 [sergey]
16408
16409         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16410
16411 2001-06-03 [paul]
16412
16413         * sync with sylpheed 0.4.99cvs4
16414
16415 2001-06-03 [alfons]
16416
16417         * src/headerwindow.c:
16418
16419                 (headerwindow_show_cb): use the selected summary view item, not
16420                 the displayed item.
16421
16422 2001-06-02 [alfons]
16423
16424         * src/headerwindow.c:
16425
16426                 (headerwindow_show_cb): always try to show msginfo
16427
16428 2001-06-02 [hoa]
16429
16430         * src/compose.c
16431                 keep attached parts when reediting or forwarding.
16432
16433 2001-06-01 [hoa]
16434
16435         * src/folderview.c
16436         * src/prefs_folder_item.[ch]
16437         * src/prefs_scoring.[ch]
16438         * src/scoring.[ch]
16439         * src/summaryview.[ch]
16440         * src/main.c
16441         * src/mainwindow.c
16442         * src/prefs_common.[ch]
16443                 support for folder scoring
16444                 kill score and important score for messages
16445         
16446         * src/prefs_account.c
16447                 some display bug fixed for local account
16448                 preferences
16449
16450 2001-05-31 [alfons]
16451
16452         * src/summaryview.c:
16453
16454                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16455                 sender to address book menu item is disabled.
16456
16457 2001-05-30 [hoa]
16458
16459         * src/filtering.[ch]
16460         * src/summaryview.c
16461                 handling summary menu / filter messages
16462
16463         * src/folder.[ch]
16464                 add some stuff
16465
16466         * src/foldersel.c
16467                 imap folders now appears in list
16468
16469         * src/mbox_folder.c
16470                 doesn't crash if destination mail is not writeable
16471
16472 2001-05-29 [hoa]
16473
16474         * src/compose.c
16475                 removed some warnings
16476
16477         * src/filtering.c
16478         * src/folder.[ch]
16479         * src/prefs_filtering.c
16480                 global string to identify any folders           
16481                 removed some debug info
16482                 filtering to mbox folders is now possible
16483
16484         * src/mainwindow.c
16485                 removed some warnings
16486
16487         * src/mbox_folder.c
16488                 permission on files are changed to read/write for user only,
16489                 nothing for other.
16490                 creation of subfolder is handled better.
16491
16492 2001-05-28 [alfons]
16493
16494         Verified the sync for src/prefs_common.[ch] and
16495         src/prefs_account.[ch]. I believe there were some
16496         minor indentation differences.
16497
16498 2001-05-28 [paul]
16499
16500         0.4.99claws3
16501
16502         * sync with 0.4.99cvs3
16503
16504 2001-05-28 [hoa]
16505
16506         * src/compose.c
16507                 handling flags for mbox format
16508
16509         * src/filtering.c
16510                 use of mark file only for MH format
16511                 handling flags for mbox format
16512                 filtering cannot yet move or copy mails to mbox folders.
16513
16514         * src/folder.[ch]
16515                 changed move_msg, copy_msg,
16516                 move_msgs_with_dest, copy_msgs_with_dest functions
16517                 uses only folder->copy_msg() function
16518                 uses folder->finished_copy() to handle the destination
16519                 folder at the end of the copy or move operation.
16520
16521         * src/foldersel.c
16522                 included mbox directories.
16523
16524         * src/folderview.[ch]
16525         * src/mainwindow.c
16526                 handle folders operation for mbox format
16527
16528         * src/mbox.c
16529                 disable conversion of "From " header
16530
16531         * src/mbox_folder.[ch]
16532                 completion of mbox format handling
16533
16534         * src/mh.c
16535                 changed mh_copy_msg() function and
16536                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16537                 mh_copy_msgs_with_dest()
16538
16539         * src/prefs_filtering.c
16540                 removed some warnings
16541
16542         * src/prefs_matcher.c
16543                 default boolean operation is AND
16544
16545         * src/procheader.c
16546                 handling flags for mbox format
16547                 handling of "From " header
16548
16549         * src/procmsg.[ch]
16550                 removed data field
16551                 added MSG_REALLY_DELETED flags to handle deletion of
16552                 messages in mbox format.
16553
16554         * src/summaryview.c
16555                 handling flags for mbox format
16556                 disable the MSG_DELETED flags when messages
16557                 are deleted in mbox format
16558
16559         * src/textview.c
16560                 "From " headers display fixed.
16561
16562 2001-05-27 [alfons]
16563
16564         * src/textview.c:
16565                 
16566                 (get_email_part): skip quoted email addresses, like in e.g.
16567                 "'alfons@proteus.demon.nl'".
16568
16569 2001-05-26 [alfons]
16570
16571         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16572         and fixing the persistence troubles when using separate windows.
16573
16574         * src/mainwindow.c:
16575         
16576             Added #define SEPARATE_ACTION used in the gtk item factory for 
16577             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16578                 use gtk_item_factory_get_widget_by_action() to get the items.
16579                 
16580             Removed separate_widget_cb from the gtk item factory data   
16581           
16582             (mainwindow_create): connect separate_widget_cb() to check
16583             menu item "toggled" signal. also passing a MainWindow pointer
16584                 as object data for both check menu items.
16585                 
16586             (separate_widget_cb): definition of separate_widget_cb() to match
16587             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16588                 window using gtk_object_get_data(). The type of window separation 
16589                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16590         
16591         * src/prefs_filtering.c,
16592           src/prefs_matcher.c: added horizontal scrollbars
16593
16594 2001-05-25 [darko]
16595
16596         * src/headerview.c
16597                 fix segfault with invalid bold font
16598         * src/summaryview.c
16599                 correctly display summary stats after row is marked
16600
16601 2001-05-23 [sergey]
16602
16603         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16604         encodings with libjconv.
16605
16606 2001-05-23 [hoa]
16607
16608         * src/Makefile.am
16609                 added mbox_folder.[ch]
16610         * src/defs.h
16611                 mbox temporary folder
16612         * src/folder.[ch]
16613         * added src/mbox_folder.[ch]
16614         * src/folderview.c
16615         * src/procheader.[ch]
16616                 added mbox support
16617         * src/mbox.c
16618                 bugfix for file incorporation filtering
16619         * src/imap.c
16620                 enable creation of MBOX
16621         * src/prefs_display_header.c
16622                 enable use of headers like "From "
16623                 something that should be fixed :
16624                         displaying of such headers add an extra space
16625         * src/prefs_folder_item.c
16626                 don't create folders because it is not necessary
16627         * src/procmsg.h
16628                 added data field to MsgInfo for mbox internal use
16629         * src/summaryview.c
16630                 added some support for mbox
16631         * src/utils.[ch]
16632                 added get_mbox_cache_dir() function
16633
16634 2001-05-23 [hiroyuki]
16635
16636         * src/headerwindow.c
16637           src/inc.c
16638           src/main.c
16639           src/mh.c
16640           src/nntp.c
16641           src/procmsg.h
16642           src/session.h
16643           src/socket.[ch]
16644           src/summaryview.c
16645           src/textview.c
16646           src/automaton.c
16647           src/folderview.c: more sync with 0.4.99cvs2.
16648
16649         * src/headerwindow.c: reverted.
16650
16651 2001-05-22 [paul]
16652
16653         0.4.99claws2
16654
16655         * sync with sylpheed 0.4.99cvs2
16656                 * src/news.[ch]
16657                 * src/nntp.[ch]
16658                 * INSTALL
16659                 * INSTALL.jp
16660
16661 2001-05-22 [alfons]
16662
16663         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16664
16665 2001-05-21 [alfons]
16666
16667         Minor things:
16668
16669         * configure.in: if gnome-config not found, "no" is displayed
16670         
16671         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16672
16673         * src/textview.c: now also possible to add mail addresses by right
16674           clicking in the text view
16675
16676         * src/codeconv.c: merged patch which fixes endless loop when encountering
16677           invalid wide characters; from Alte <010@imis.ru>  
16678
16679 2001-05-20 [alfons]
16680
16681         Added installation of gnome specific things:
16682
16683         * Makefile.am: gnome conditional
16684
16685         * configure.in: check for installed gnome
16686
16687         * added sylpheed.png, sylpheed.desktop
16688
16689 2001-05-20 [sergey]
16690
16691         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16692
16693         * src/mainwindow.h (main_window_toolbar_create): created a button
16694         for "Reply to all".
16695         (main_window_set_toolbar_sensitive): enable/disable the new button
16696         appropriately.
16697         (toolbar_reply_to_author_cb): handle the new button.
16698
16699         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16700         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16701         failure).
16702
16703 2001-05-19 [sergey]
16704
16705         * src/compose.h (ComposeReplyMode): new modes
16706         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16707         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16708
16709         * src/compose.c
16710         (compose_send): move some code into a new function:
16711         (compose_current_mail_account): new function.
16712         (compose_reply): new argument to_author, all callers changed; if
16713         to_author==TRUE and account->protocol==A_NNTP, find and use an
16714         appropriate mail account for replying.
16715         (compose_reply_set_entry): new argument to_author; ignore
16716         compose->replyto if to_author==TRUE.
16717
16718         * src/mainwindow.c: new command "Message/Reply to author".
16719         (main_window_set_menu_sensitive): enable/disable it.
16720         (reply_cb): handle it.
16721
16722         * src/summaryview.c: new command "Reply to author".
16723         (summary_set_menu_sensitive): enable/disable it.
16724         (summary_reply_cb): handle it.
16725
16726         * src/account.c (account_find_mail_from_address): new function.
16727
16728 2001-05-18 [paul]
16729
16730         0.4.99claws1
16731
16732         * sync with sylpheed 0.4.99cvs1
16733
16734 2001-05-18 [hoa]
16735
16736         * src/compose.[ch]
16737         * src/filtering.c
16738         * src/summaryview.c
16739                 new filtering action : forward and forward as attachment
16740
16741         * src/main.c
16742                 no need for $DISPLAY when we run sylpheed --help
16743                 call to parse_cmd_opt() is moved
16744
16745         * src/mainwindow.[ch]
16746                 execute button is hidden when immediate execute
16747                 is chosen
16748
16749         * src/mh.c
16750         * src/news.c
16751         * src/prefs_folder_item.c
16752         * src/procmsg.c
16753                 better handling of missing directories
16754
16755         * src/summaryview.c
16756                 reedit is enabled in outbox
16757                 reedit is enabled in queue
16758
16759 2001-05-17 [hoa]
16760
16761         * src/filtering.c
16762         * src/matcher.[ch]
16763         * src/prefs_filtering.c
16764                 changed attachement into attachment
16765
16766 2001-05-17 [alfons]
16767
16768         0.4.67claws4    
16769
16770         * sync with sylpheed 0.4.67cvs9
16771         * sync with sylpheed 0.4.67cvs7-8
16772
16773 2001-05-17 [hoa]
16774
16775         * src/Makefile.am
16776                 added prefs_filtering.c
16777
16778         * src/filtering.[ch]
16779         * src/matcher.[ch]
16780                 removed action : forward_news and forward_news_as_attachement
16781                 (forward and forward_as_attachement can be used instead)
16782
16783         * src/mainwindow.c
16784                 added menu option to access filtering configuration
16785
16786         * src/prefs_account.c
16787                 changed mail_command default to /usr/sbin/sendmail
16788
16789         * added src/prefs_filtering.[ch]
16790                 dialog box for filtering configuration
16791
16792         * src/prefs_matcher.c
16793                 added function prefs_matcher_get_criteria_from_matching()
16794
16795         * src/prefs_scoring.c
16796                 reset the dialog when register or substitute is clicked
16797
16798 2001-05-15 [hoa]
16799
16800         * src/Makefile.am
16801                 added filtering.[ch]
16802         * src/inc.c
16803                 using filering.[ch] instead of filter.[ch]
16804         * src/main.c
16805                 reading new filtering configuration
16806         * src/matcher.[ch]
16807                 added some filtering actions
16808                 and fixed a bug for headers and mail body matching
16809         * src/mbox.c
16810                 using filering.[ch] instead of filter.[ch]
16811         * src/mh.c
16812                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16813         * src/summaryview.c
16814                 some fixes for filtering
16815
16816 2001-05-14 [hiroyuki]
16817
16818         * src/send.c: fixed some weird indentations.
16819           send_message_with_command(): call pclose() only if p != NULL.
16820         * src/textview.c: get_email_part(): modified the code for readability.
16821
16822 2001-05-14 [hiroyuki]
16823
16824         * src/md5global.h
16825           src/md5ify.c
16826           src/md5ify.h: removed from the cvs.
16827
16828 2001-05-13 [sergey]
16829
16830         * src/main.c: include rfc2015.h to avoid compiler warnings.
16831         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16832         the panel is already on screen.
16833         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16834         closing the alert window by ESC as "No".
16835         * src/prefs_common.c (prefs_interface_create): moved return
16836         receipt check button to the correct place.
16837
16838 2001-03-13 [alfons]
16839
16840         * src/prefs_common.c: 
16841                 moved return receipt check button to the Send tab. (prefs_send_create)
16842                 removed the date format ui related globals. (prefs_display_create)
16843
16844         0.4.67claws3
16845         
16846         * sync with sylpheed 0.4.67cvs5-6
16847
16848 2001-05-13 [paul]
16849
16850         * added Alfons' font selection patch
16851
16852         * src/defs.h
16853         * src/headerwindow.c
16854         * src/prefs_common.c
16855         * src/prefs_common.h
16856
16857 2001-05-13 [hoa]
16858         * src/defs.h
16859                 changed version of cache
16860         * src/matcher.[ch]
16861         * src/prefs_matcher.c
16862                 added additionnal matching criteria
16863         * src/procheader.c
16864         * src/procmsg.[ch]
16865         * src/news.c
16866                 added references in MsgInfo
16867
16868 2001-05-12 [hoa]
16869
16870         * src/defs.h
16871                 prepared some things for new filtering
16872         * src/matcher.[ch]
16873                 added some matching properties
16874                 inreplyto need to be enhanced
16875                 prepared some things for new filtering
16876         * src/messageview.c
16877                 added Return-Receipt-To handling
16878         * src/prefs_folder_item.c
16879                 changed default value to TRUE
16880         * src/prefs_matcher.c
16881                 added some matching properties
16882         * src/prefs_scoring.[ch]
16883                 the scoring dialog is finished
16884         * src/procheader.c
16885                 added Return-Receipt-To handling
16886                 Reference need to be added
16887         * src/procmsg.[ch]
16888                 added Return-Receipt-To handling
16889                 added threadscore to get a better score sorting when
16890                 threads are enabled
16891         * src/summaryview.c
16892                 suppressed a bug when we sort the list
16893                 when no folder is opened.
16894                 better score sorting when threads are enabled
16895
16896 2001-05-12 [alfons]
16897
16898         * reverted previous patch because of potential errors 
16899
16900         0.4.67claws2
16901         
16902         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16903                 applied "toggle mail-retrieval dialog window" patch submitted 
16904                 by Eric Limpens <eric@qnt.net>
16905
16906         * sync with sylpheed 0.4.67cvs4
16907
16908 2001-05-12 [sergey]
16909
16910         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16911         some picky compilers.
16912         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16913         * src/grouplist_dialog.c: include alertpanel.h.
16914         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16915         fix compile warning.
16916         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16917         #include "defs.h" before others to prevent the warning of `MIN'
16918         and `MAX' redefinition.
16919
16920 2001-05-11 [hoa]
16921
16922         * src/main.c
16923         * src/messageview.c
16924         * src/prefs_account.c
16925         * src/prefs_display_header.c
16926                 removed warning
16927         * src/Makefile.am
16928                 added prefs_scoring.[ch]
16929         * src/grouplist_dialog.c
16930                 display an error dialog box if the group list
16931                 cannot be fetched.
16932         * src/mainwindow.[ch]
16933                 added main_window_set_thread_option() function
16934                 scoring dialog box enabled
16935         * src/matcher.[ch]
16936                 added flags matching unread /new / marked
16937                 / deleted / replied / forwarded
16938         * src/news.c
16939                 newsgroups are now finally in newscache
16940         * src/prefs_matcher.[ch]
16941                 finished preferences for matching dialog
16942         * added src/prefs_scoring.[ch]
16943                 scoring dialog box completed
16944         * src/scoring.[ch]
16945                 conversion to string : added scoringprop_to_string()
16946                 write config for preferences :
16947                 added prefs_scoring_write_config()
16948         * src/summaryview.c
16949                 threads can be enabled/disabled independently
16950                 for each folder
16951
16952 2001-05-10 [alfons]
16953
16954         0.4.67claws1
16955         
16956         * AUTHORS: 
16957                 thought it would be nice to have a list of all
16958                 contributors (used Changelog as a reference)
16959         
16960         * configure.in: 
16961                 messed up version numbering...
16962
16963         0.4.66claws1
16964
16965         * sync with sylpheed 0.4.67cvs1-3
16966
16967 2001-05-10 [darko]
16968
16969         * src/prefs_common.c:
16970                 better UI for strftime format, double clicking
16971                 on format now inserts the format in text entry
16972                 replaced close button with standard OK/Cancel
16973                 moved date format button to the right of the
16974                 text entry field
16975
16976 2001-05-09 [alfons]
16977
16978         * src/gtkstext.c:
16979                 Ctrl-Home / Ctrl-End have proper cursor navigation
16980
16981 2001-05-09 [hoa]
16982
16983         * src/prefs_matcher.c
16984                 finished UI to define matching properties
16985                 added ok and cancel button
16986         * src/prefs_filter.c
16987                 added ok and cancel button
16988         * src/news.c
16989                 fixed some bug in xhdr parsing
16990
16991 2001-05-08 [alfons]
16992
16993         * src/textview.c: 
16994                 fixed a bug in textview_show_header(), which displayed two colons (':');
16995                 cleaned up some warnings
16996
16997 2001-05-08 [hoa]
16998
16999         * src/Makefile.am
17000                 added prefs_matcher.[ch]
17001                 compilation with -W -Wall
17002         * src/alertpanel.c
17003                 ungrab the mouse events if grabbed - does it
17004                 fix the bug for disposition notification ?
17005         * src/mainwindow.c
17006                 added a menu option to open the matching dialog.
17007         * src/matcher.[ch]
17008                 added matcherprop_to_string() and matcherlist_to_string()
17009                 fixed some bugs, changed the name of some options
17010                 age_sup and age_inf becomes age_greater and age_lower,
17011                 body and messageheaders becomes body_part and headers_part,
17012                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17013         * src/prefs_display_header.c
17014         * src/prefs_headers.c
17015                 fixed a bug that accidentally destroyed dialogs
17016                 when closed them with delete_event
17017                 Added *_deleted() which handle delete_event signal correctly.
17018         * src/prefs_folder_item.[ch]
17019                 added "enable_thread" field for future customization
17020         * added src/prefs_matcher.[ch]
17021                 sample of the UI to define matching properties
17022         * src/procheader.c
17023                 using procheader_headername_equal instead of str*cmp functions
17024                 using procheader_parse_header() function
17025         * src/scoring.c
17026                 using MATCHING_XXX instead of SCORING_XXX
17027         * src/summaryview.c
17028                 display the sender of the news even if this is ourself
17029                 when this is a news message.
17030         * src/textview.c
17031                 using headername_equal() instead of str*cmp functions
17032
17033 2001-05-08 [alfons]
17034
17035         0.4.66claws
17036
17037         * sync with sylpheed 0.4.66
17038         * src/gtkstext.c: trace logs added 
17039
17040 2001-05-08 [sergey]
17041
17042         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17043         signature check popup.
17044         * src/rfc2015.c (check_signature): show signature check popup only
17045         if it is enabled in preferences.
17046
17047 2001-05-07 [alfons]
17048
17049         0.4.66claws4
17050         
17051         * sync with sylpheed 0.4.66cvs6
17052
17053 2001-05-07 [darko]
17054
17055         * src/prefs_common.[ch]: added option to enable/disable
17056           looking up sender name in address book for summary pane
17057         * src/summaryview.c: look up sender in the address book
17058           by using Alfons' address completion code
17059
17060 2001-05-07 [hiroyuki]
17061
17062         * src/inc.h
17063           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17064           member of Pop3State.
17065         * src/news.c: brought #include "defs.h" before #include <glib.h>
17066           to prevent the warning of `MIN' and `MAX' redefinition.
17067
17068 2001-05-06 [hoa]
17069
17070         * removed src/headers_display.[ch]
17071         * removed src/prefs_display_headers.[ch]
17072         * src/inc.c
17073                 use a temporary file in the user directory for mbox import
17074         * src/news.c
17075                 added XHDR support to get "To" and "Cc" headers
17076                 (in order to match news with to or cc field for
17077                 scoring)
17078                 added function news_parse_xhdr() to get XHDR response
17079         * src/nntp.[ch]
17080                 added function nntp_xhdr()
17081         * src/matcher.c
17082                 fetch the message if necessary
17083
17084 2001-05-06 [alfons]
17085
17086         0.4.66claws3
17087
17088         * sync with sylpheed 0.4.66cvs3-5
17089
17090 2001-05-06 [hoa]
17091
17092         * src/utils.[ch]
17093                 added function itos_buf() to enable use of several buffers
17094         * src/summaryview.c
17095                 use of itos_buf() instead of itos() in summary list
17096                 to fix the broken display of message number.
17097
17098 2001-05-06 [alfons]
17099
17100         * src/gtkstext.c: bug in cursor up navigation fixed,
17101                 fixed another unsigned / signed comparison (we're getting there :-)
17102
17103 2001-05-06 [hoa]
17104
17105         * src/Makefile.am
17106                 added scoring.c scoring.h
17107                 prefs_folder_item.c prefs_folder_item.h
17108                 matcher.c matcher.h
17109         * src/defs.h
17110                 added FOLDERITEM_RC SCORING_RC
17111         * src/folder.[ch]
17112                 added prefs field in FolderItem :
17113                 properties for each folder (PrefsFolderItem),
17114                 sorting type and mode were added as the first properties.
17115         * src/main.c
17116                 read config for scoring
17117         * added src/matcher.[ch]
17118                 gives functions to parse configuration file to do
17119                 matching on mails with a list of conditions.
17120         * src/mainwindow.c
17121                 add option to sort by score
17122         * src/prefs_common.[ch]
17123                 added preference option to show score and for
17124                 the score column size
17125         * added src/prefs_folder_item.[ch]
17126                 properties for each folder (PrefsFolderItem),
17127                 sorting type and mode were added as the first properties.
17128         * src/procheader.[ch]
17129                 added procheader_parse_header()
17130                 added procheader_header_free()
17131                 added procheader_headername_equal()
17132                 and made modification to use them.
17133         * src/procmsg.[ch]
17134                 added score field to MsgInfo structure
17135         * added src/scoring.[ch]
17136                 gives functions to parse configuration file to do
17137                 scoring on mails with a list of conditions.
17138         * src/summaryview.[ch]
17139                 save the sorting type and mode for the folder
17140                 added column to display the score of the mail
17141                 added function summary_score_clicked()
17142                 sorting type and mode are restored to the folder
17143                 when it is reopen
17144         * src/textview.c
17145                 use procheader_parse_header(), procheader_headername_equal()
17146                 removed memory leak in text_scan_header when freeing headers
17147         * src/filter.c
17148                 changed the function to match names of headers
17149                 using procheader_headername_equal()
17150
17151         Scoring functions are implemented, an interface is needed
17152         to configure that.
17153
17154 2001-05-04 [alfons]
17155
17156         * src/gtkstext.c: 
17157                 hopefully fixed the row up navigation bug,
17158                 removed adding back / forward lines to cache
17159
17160 2001-05-04 [sergey]
17161
17162         * src/prefs_display_headers.c: user interface changes:
17163         (prefs_display_headers_create): remove unused "Show" check button;
17164         allow reordering of headers by dragging.
17165         (prefs_display_headers_write_config): remove unused variables.
17166         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17167         of lists (not needed with the new UI).
17168         (prefs_display_headers_set_list): scan lists starting from row 0,
17169         not 1 (do not skip "(New)").
17170         (prefs_display_headers_find_header): new function.
17171         (prefs_display_headers_clist_set_row): do not allow duplicates.
17172         (prefs_display_headers_delete_cb): do not skip row 0; treat
17173         closing the alert window by ESC as "No".
17174         (prefs_display_headers_up): do not protect row 0.
17175         (prefs_display_headers_down): do not protect row 0.
17176
17177 2001-05-04 [sergey]
17178
17179         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17180         functions.
17181
17182         * src/summaryview.c
17183         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17184         summary_select_next_marked, summary_select_prev_marked): new
17185         functions.
17186
17187 2001-05-03 [sergey]
17188
17189         * src/news.c: fixed a bug when no article can be fetched after
17190         server timeout if the connection was restored by news_post():
17191         (news_select_group): new function.
17192         (news_fetch_msg): call news_select_group() before fetching
17193         article.
17194         (news_get_uncached_articles): set session->group after successful
17195         GROUP command.
17196
17197 2001-05-03 [hoa]
17198
17199         * src/defs.h
17200         * src/procmsg.[ch]
17201         * src/procheader.c
17202                  changed version of cache, added cc field
17203
17204         * src/prefs_display_headers.c
17205                 the interface was changed
17206
17207         * src/prefs_headers.c
17208                 added cancel button
17209
17210 2001-05-03 [alfons]
17211
17212         * completed sync of sylpheed cvs2
17213         * src/gtkstext.c: updated row up / down cursor navigation
17214         * src/textview.c: re-edited, prepared for fixing the email address
17215                 scanner.
17216
17217 2001-05-03 [darko]
17218
17219         * src/prefs_common.c: use alfons' strftime ui code
17220         entry_datefmt and datefmt_sample widgets have to be
17221         global in this module because of this change
17222
17223 2001-05-03 [hoa]
17224
17225         * src/messageview.c
17226         * src/prefs_common.[ch] added option to activate the return receipt
17227                 feature.
17228
17229 2001-05-02 [alfons]
17230
17231         * src/gtkstext.c: fix for row up/down cursor navigation. 
17232
17233         0.4.66claws2
17234         
17235         * sync with 0.4.66cvs2
17236
17237 2001-05-02 [paul]
17238
17239         added add-sender-to-addressbook patch
17240
17241         * src/addressbook.c
17242         * src/addressbook.h
17243         * src/summaryview.c
17244
17245 2001-05-02 [sergey]
17246
17247         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17248         G_ALERTDISABLE.
17249
17250         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17251         all existing callers changed to pass FALSE; create a check button
17252         to disable the message.
17253         (alertpanel_message_with_disable): new function.
17254         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17255         (alertpanel_button_toggled): new function.
17256         (alertpanel_button_clicked, alertpanel_close): set value using
17257         G_ALERT_VALUE_MASK.
17258
17259         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17260
17261         * src/prefs_common.c (prefs_privacy_create): new check button
17262         checkbtn_gpgme_warning.
17263
17264         * src/main.c (main): moved preferences reading before gpgme
17265         initialization; check prefs_common.gpgme_warning before giving the
17266         GnuPG warning and set it to FALSE if the user wants to disable the
17267         warning.
17268
17269 2001-05-02 [hiroyuki]
17270
17271         * src/prefs_display_headers.c: modified the layout and some labels.
17272
17273 2001-05-02 [sergey]
17274
17275         * src/prefs_account.c (prefs_account_fix_size): new function.
17276         (prefs_account_create): call prefs_account_fix_size(); use
17277         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17278         size when the window is shown for the first time).
17279         (prefs_account_basic_create): changed layout of serv_table; moved
17280         localmbox_entry above smtpserv_entry (logically it replaces
17281         POP3/IMAP server).
17282         (prefs_account_protocol_activated): set sensitivity of
17283         nntpauth_chkbtn according to the protocol (in addition to
17284         hide/show); commented out gtk_table_set_row_spacing() calls.
17285         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17286         not sensitive (fixes a bug with disabled username/password boxes
17287         when editing POP3 account after NNTP with authentication).
17288
17289 2001-05-02 [hoa]
17290
17291         * src/account.c
17292         * src/inc.c
17293         * src/prefs_account.[ch]
17294         * src/send.c
17295                 removed local account without SMTP server
17296                 added option to use mail command instead of a connexion
17297                 to SMTP server when a local account is used
17298         * src/prefs_headers.c
17299                 fixed a bug
17300         * src/news.c
17301                 fixed a bug when connexion immediately closed
17302
17303 2001-05-01 [alfons]
17304
17305         0.4.66claws1
17306         
17307         * sync with 0.4.65
17308
17309 2001-05-01 [sergey]
17310
17311         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17312         widget nntpauth_chkbtn.
17313         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17314         visibility.
17315         (prefs_account_nntpauth_toggled): new function.
17316
17317         * src/news.c (news_session_new_for_folder): use NNTP
17318         authentication only if ac->use_nntp_auth is set.
17319
17320 2001-05-01 [hoa]
17321
17322         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17323         * src/prefs_display_headers.c changed the UI
17324         * src/prefs_headers.c changed account_name to account_id
17325         * src/compose.c using customheader.h
17326
17327 2001-05-01 [hiroyuki]
17328
17329         * src/esmtp.c
17330           src/news.c
17331           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17332           unsynched.
17333
17334 2001-05-01 [hoa]
17335
17336         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17337         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17338                 for displaying of headers
17339         * src/grouplist_dialog.[ch] minor changes to remove warnings
17340         * src/prefs_display_headers.[ch] dialog to choose the
17341         headers to display in the mail viewer.
17342         * src/headers.h correction of #define
17343         * src/headers_display.[ch] configuration for displaying of headers.
17344         * src/main.c read config of displaying of headers
17345         * src/prefs_common.c add a button to access the config dialog
17346                 for displaying of headers
17347         * src/prefs_display_headers.[ch] dialog for configuration for
17348                 displaying of the headers.
17349         * src/prefs_headers.c cleaning of code
17350         * src/procheader.c comments added to code
17351         * src/textview.c changes to reorder the headers depending
17352                 on the config for displaying of headers
17353
17354 2001-04-30 [alfons]
17355
17356         0.4.65claws7
17357
17358         * sync with 0.4.65cvs12
17359
17360         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17361
17362 2001-04-30 [sergey]
17363
17364         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17365
17366         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17367         is set to force reconnection after authentication failure.
17368         (nntp_gen_command): set sock->auth_failed on authentication
17369         failure, or if sock->userid and sock->passwd are not set.
17370
17371         * src/news.c (news_session_new_for_folder): set userid=NULL if
17372         password dialog is cancelled.
17373
17374 2001-04-30 [sergey]
17375
17376         * src/nntp.h (NNTPSockInfo): new type.
17377
17378         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17379         SockInfo.
17380         (nntp_open_auth, nntp_close): new functions.
17381         (nntp_gen_command): new function to handle authentication; all
17382         NNTP command functions updated to use it.
17383         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17384         (nntp_list): removed old useless code.
17385
17386         * src/news.h (NNTPSession): new field nntp_sock.
17387
17388         * src/news.c: all functions updated to use NNTPSockInfo instead of
17389         SockInfo.
17390         (news_session_new): new arguments (userid, passwd); made static;
17391         use nntp_open_auth() if needed.
17392         (news_session_destroy): use nntp_close() instead of sock_close().
17393         (news_query_password): changed arguments.
17394         (news_session_new_for_folder): new function.
17395         (news_session_get): use news_session_new_for_folder().
17396         (news_authenticate): deleted.
17397         (news_get_uncached_articles): removed old authentication code.
17398
17399 2001-04-30 [sergey]
17400
17401         * src/news.c: reverted my previous changes (need to do NNTP
17402         authentication in a cleaner way).
17403         
17404 2001-04-29 [sergey]
17405
17406         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17407         news_nntp_post, news_nntp_mode): new functions (wrappers with
17408         authentication support).
17409         (news_get_article_cmd, news_get_article, news_get_header): new
17410         argument "folder"; all callers changed.
17411         (news_get_article_cmd): added authentication support.
17412         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17413         (news_post): use news_nntp_post() instead of nntp_post().
17414         (news_get_uncached_articles): use news_nntp_group() instead of
17415         nntp_group() and news_nntp_xover() instead of nntp_xover();
17416         removed old authentication code.
17417         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17418
17419         * src/nntp.c (nntp_list): return real error code instead of
17420         hardcoded NN_ERROR.
17421
17422 2001-04-29 [sergey]
17423
17424         * configure.in: fixed wint_t typedef detection again
17425
17426 2001-04-28 [hoa]
17427
17428         * src/prefs_account.[ch], added A_LOCAL_CMD
17429                 (send mail with mail command)
17430         * src/send.c added function send_message_with_command()
17431         * src/inc.c made a more secure get_spool() function with
17432                 mktemp() but maybe mkstemp() or something more
17433                 secure can be used.
17434
17435 2001-04-28 [alfons]
17436
17437         * src/textview.c, colorization of email addresses in headers
17438
17439         0.4.65claws6
17440
17441         * bug sync with sylpheed
17442         * prefs_common.c: created date format ui for darko
17443         * sync with 0.4.65cvs11
17444         * configure.in: corrected to have the new gpg checks
17445
17446 2001-04-27 [alfons]
17447
17448         * completed sync with 0.4.65cvs10
17449         * minor debug things added to gtkstext.c
17450
17451 2001-04-27 [darko]
17452
17453         * configure.in: remove check for availability of
17454           strftime() as advised by Hiroyuki
17455         * src/prefs_common.[ch], src/procheader.c:
17456           synch strftime() code with Hiroyki's main branch
17457
17458 2001-04-26 [sergey]
17459
17460         * src/news.c: news_query_password(), news_authenticate(): new
17461           functions.
17462           news_get_uncached_articles(): added NNTP authentication
17463           handling.
17464         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17465           new functions.
17466         * src/prefs_account.c: prefs_account_protocol_activated():
17467           enable userid and password fields for NNTP.
17468
17469 2001-04-26
17470
17471         * configure.in: check for availability of strftime()
17472           [darko]
17473         * src/prefs_common.[ch], src/procheader.c: use
17474           strftime() for displaying date in summary pane if it
17475           is available
17476
17477 2001-04-25
17478
17479         * more .cvsignore cleanups [alfons]
17480
17481 2001-04-25
17482
17483         * ac/sv-check-type.m4: new autoconf macro.
17484         * configure.in: fixed wint_t typedef detection (did not work
17485           with gcc-2.96).
17486
17487 2001-04-25
17488
17489         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17490           [hiroyuki]
17491
17492 2001-04-24
17493         * modified gtkstext.c : buggy cursor navigation fixed, 
17494           and font descent also taken in account when drawing
17495           cursor. [alfons]
17496
17497 2001-04-24 [hoa]
17498         * added comments in src/news.c src/nntp.c
17499         * added src/prefs_headers.[ch]
17500         * added src/headers.[ch]
17501         * modified compose.c to activate custom headers
17502                 added function is_in_custom_headers
17503         * modified prefs_account.[ch]
17504                 added function prefs_account_customhdr_edit
17505         * modified src/defs.h :
17506                 added HEADERS_RC : name of the config file
17507                 for the custom headers
17508
17509 2001-04-24
17510
17511     0.4.65claws5
17512
17513         * configure.in
17514           src/gtkstext.[ch]
17515           src/compose.c
17516           src/Makefile.am
17517           
17518           added gtkstext with configure.in patch by Hiroyuki which
17519           should fix the XIM detection [alfons]
17520
17521         * more clean up of cvs [alfons]
17522
17523                  * removed all Makefile.in files to attic.
17524
17525                  * updated all .cvsignores to really ignore things that could
17526                    be unintentionally committed by a recursive commit.
17527
17528 2001-04-23 [hoa]
17529         * added src/grouplist_dialog.[ch]
17530         * changed src/folderview.c to call grouplist_dialog instead
17531                 of inputdialog
17532         * src/news.c :
17533                 added functions news_reset_group_list
17534                 and news_get_group_list
17535         * src/nntp.c :
17536                 added function nntp_list
17537         * src/defs.h :
17538                 added GROUPLIST_FILE : name of the newsgroup list cache file
17539
17540 2001-04-21
17541
17542         * added option to warn about queued messages on exit [sergey]:
17543
17544           * src/compose.c: compose_queue(): call folder_item_scan()
17545             and folderview_update_item() after queueing.
17546           * src/folderview.c: folderview_update_node(): draw the queue
17547             folder in bold font if there are queued messages.
17548           * src/mainwindow.c: queued_messages(): new function.
17549             app_exit_cb(): display warning if there are queued messages
17550             if warn_queued_on_exit is set.
17551           * prefs_common.[ch]: add warn_queued_on_exit option.
17552
17553         * enhanced GnuPG key selection support [sergey]:
17554
17555           * src/select-keys.c: updated to newer version from Win32
17556             branch with support for selecting arbitrary keys.
17557           * src/prefs_account.c: added the Privacy tab to the account
17558             options window.
17559             prefs_account_privacy_create(),
17560             prefs_account_sign_key_set_data_from_radiobtn(),
17561             prefs_account_sign_key_set_radiobtn(): new functions.
17562           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17563           * src/rfc2015.c: set_signers(): new function.
17564             pgp_sign(): add the account parameter, call set_signers().
17565             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17566           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17567           * src/compose.c: pass the current account to rfc2015_sign().
17568
17569         * tag name claws added to prevent confusion with main branch [alfons]
17570
17571         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17572
17573         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17574
17575         * sync with recent sylpheed cvs. Untested though. [alfons]
17576