minor changes: fix typos
[claws.git] / ChangeLog.claws
1 2003-07-24 [paul]       0.9.3claws48
2
3         * src/plugins/demo/demo.c
4           src/prefs_account.c
5                 small changes to the English
6                 
7         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
8           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
9           src/Makefile.am
10           src/stock_pixmap.c
11                 rename the misspelled icon
12
13 2003-07-23 [alfons]     0.9.3claws47
14
15         * src/mimeview.c
16                 make icon list look like a list of toggles
17
18 2003-07-23 [luke]       0.9.3claws46
19
20         * src/pixmaps/mimeview_gpg_expired.xpm
21         * src/pixmaps/mimeview_gpg_failed.xpm
22         * src/pixmaps/mimeview_gpg_passed.xpm
23         * src/pixmaps/mimeview_text_html.xpm
24         * src/pixmaps/mimeview_image.xpm
25                 o all icons the same size
26
27         * src/mimeview.[ch]
28                 o mimeview ctree arranged vertically above the viewer
29                 o icons changed to buttons
30                 o can use keyboard to select an icon (Enter)
31                 o resize icon list to width of icons
32
33         *  src/gtk/gtkvscrollbutton.c
34                 o sensitivity of buttons reacts to position
35
36 2003-07-23 [christoph]  0.9.3claws45
37
38         * sync with 0.9.3cvs14 (incomplete)
39                 see ChangeLog 2003-07-17
40
41 2003-07-23 [alfons]     0.9.3claws44
42
43         * src/folder.c
44         * src/procmsg.h
45                 sync with my local tree to restore some claws-only things
46
47 2003-07-23 [paul]       0.9.3claws43
48
49         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
50           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
51           src/Makefile.am
52           src/mimeview.c
53           src/procmime.h
54           src/rfc2015.c
55           src/stock_pixmap.[ch]
56                 indicate missing keys and expired sigs/keys
57                 in mime view column
58
59 2003-07-23 [paul]       0.9.3claws42
60
61         * src/compose.c
62                 Redirect fixes: enable automatic account selection and
63                 do not append signature to message on changing account
64                 fixes Bug[s] #248
65
66 2003-07-23 [paul]       0.9.3claws41
67
68         * sync with 0.9.3cvs16
69                 see ChangeLog 2003-07-23
70
71 2003-07-23 [alfons]     0.9.3claws40
72
73         * src/inc.c
74                 give progress dialog a main window, and give it the first 
75                 one (presumably the only one). fixes bug #247, "segfault on 
76                 pop-before-smtp" 
77
78 2003-07-22 [alfons]     0.9.3claws39
79
80         * src/summaryview.c
81                 shift-space scrolls up
82
83 2003-07-22 [paul]       0.9.3claws38
84
85         * sync with 0.9.3cvs15
86                 see ChangeLog 2003-07-22
87
88 2003-07-20 [alfons]     0.9.3claws37
89
90         * src/compose.c
91                 put menu inside #ifdef USE_ASPELL..#endif
92
93 2003-07-20 [christoph]  0.9.3claws36
94
95         * src/procmsg.c
96                 fix wrong flags in MsgInfo returned by
97                 procmsg_msginfo_get_full_info()
98
99         (closes Bug 221 Deleting messages from the Message View gives incorrect
100          new/unread message counts in the folder view)
101
102         * src/plugins/spamassassin/spamassassin_gtk.c
103                 add gettext macro for prefs page title
104
105 2003-07-20 [paul]       0.9.3claws35
106
107         * src/mimeview.c
108                 redraw icon list on signature check
109
110 2003-07-20 [christoph]  0.9.3claws34
111
112         * src/Makefile.am
113         * src/account.c
114         * src/folder.[ch]
115         * src/folder_item_prefs.[ch]            ** NEW **
116         * src/folderview.c
117         * src/mainwindow.c
118         * src/mh.c
119         * src/prefs_gtk.c
120         * src/prefs_scoring.c
121         * src/summaryview.c
122         * src/prefs_folder_item.[ch]
123                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
124                   Properties dialog
125                 o use prefswindow for folder properties
126
127         * src/gtk/prefswindow.[ch]
128                 change implementation to use an invisible notebook instead
129                 of unparenting widgets
130
131 2003-07-20 [christoph]  0.9.3claws33
132
133         * src/compose.h
134         * src/folder.c
135         * src/folderview.h
136         * src/headerview.h
137         * src/prefs_filtering.h
138         * src/prefs_folder_item.[ch]
139         * src/procmime.h
140         * src/procmsg.h
141         * src/summaryview.h
142                 clean up header mess
143                 (always use 1. typedefs, 2. #includes, 3. structures)
144
145         * src/common/version.h.in
146                 add casts for constants
147
148         * src/plugins/demo/demo.c
149                 fix typo
150
151         * src/plugins/spamassassin/spamassassin.c
152                 remove unused variable
153
154 2003-07-20 [alfons]     0.9.3claws32
155
156         * src/mimeview.c
157                 o make icon buttons respond on left click
158                 o minor cosmetic change
159
160 2003-07-19 [luke]       0.9.3claws31
161
162         * src/mimeview.[ch]
163         * src/gtk/gtkvscrollbutton.c
164         * src/messageview.c
165                 o improved mimeview behaviour when selecting a new message
166                 o plus code cleanups to remove compile warnings
167
168
169 2003-07-19 [alfons]     0.9.3claws30
170
171         * src/procmsg.c
172         * src/compose.c
173         * src/common/utils.[ch]
174                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
175
176 2003-07-19 [alfons]     0.9.3claws29
177
178         * src/prefs_folder_item.c
179                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
180                 string pointers
181
182 2003-07-19 [luke]       0.9.3claws28
183
184         * src/messageview.c
185         * src/mimeview.[ch]
186         * src/procmime.h
187         * src/rfc2015.c
188         * src/stock_pixmap.[ch]
189         * src/gtk/Makefile.am
190         * src/Makefile.am
191         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
192         * src/pixmaps/mime_*.xpm                ** NEW **
193                 o mimeview rearrangement with a new icon shortcut bar
194         
195 2003-07-19 [alfons]     0.9.3claws27
196
197         * src/folderview.c
198                 o plug leaking nodes_to_recollapse
199                 o add folderview_recollapse_all_nodes() (not used yet)
200
201 2003-07-19 [alfons]     0.9.3claws26
202
203         * src/compose.c
204         * src/common/utils.c
205                 honour #240 "Better SUBJECT handling" by cleaning the prefix
206                 for both forwarding as replying
207
208 2003-07-18 [christoph]  0.9.3claws25
209
210         * configure.ac
211         * src/common/sylpheed.[ch]
212         * src/common/version.h.in
213                 add version in numeric form to allow easy comparison
214
215         * src/plugins/demo/demo.c
216                 add version check
217                 - sylpheed version > plugin version => never allowed, sylpheed
218                   could contain unknown API changes
219                 - sylpheed version < minimum version required => don't load,
220                   API required not available (if linking does not fail)
221
222 2003-07-18 [alfons]     0.9.3claws24
223         
224         * src/common/plugin.[ch]
225                 const correctness
226
227 2003-07-18 [christoph]  0.9.3claws23
228
229         * src/common/hooks.c
230                 fix crash when hooks where unregisted
231
232         * src/plugins/trayicon/trayicon.c
233                 unregister detroy signal before destroying the widget
234                 (still crashes when the plugin is unloaded)
235
236 2003-07-18 [alfons]     0.9.3claws22
237         
238         * src/folderview.c
239                 delay expanding folder tree during drags until timeout triggered
240                 (needs perhaps some tweaking, so testing is welcome)
241
242 2003-07-17 [alfons]     0.9.3claws21
243
244         * src/folderview.c
245                 clean up cruft
246
247 2003-07-17 [christoph]  0.9.3claws20
248
249         * src/common/session.c
250                 fix opening of SSL connections
251
252         * src/plugins/image_viewer/Makefile.am
253                 add OPENSSL_CFLAGS (we should find a better solution to remove
254                 this dependencies if they are not required)
255
256         * src/plugins/spamassassin/spamassassin.c
257                 remove setlocale workaround (fixed in libspamc)
258
259 2003-07-17 [alfons]     0.9.3claws19
260
261         * src/common/hooks.[ch]
262         * src/plugins/clamav/clamav_plugin.c
263         * src/plugins/spamassassin/spamassassin.c
264         * src/plugins/trayicon/trayicon.c
265                 fix signedness muck 
266
267 2003-07-17 [alfons]     0.9.3claws18
268
269         * src/procmime.c
270                 plug memleak
271
272 2003-07-17 [alfons]     0.9.3claws17
273
274         * src/inc.c
275                 plug memleak
276
277 2003-07-17 [paul]       0.9.3claws16
278
279         * src/common/defs.h
280           src/mainwindow.c
281           src/manual.[ch]
282                 add link to the Claws site's FAQ page, after the suggestion
283                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
284                 Move url strings to defs.h
285                 
286         * src/mainwindow.c
287                 fix typo to prevent "unknown menu entry" warnings
288
289 2003-07-17 [alfons]     0.9.3claws15
290
291         * src/folderview.[ch]
292         * src/summaryview.[ch]
293         * src/mimeview.[ch]
294                 plug DnD leaks 
295
296 2003-07-17 [paul]       0.9.3claws14
297
298         * src/inc.c
299                 remove two instances of 'GTK_EVENTS_FLUSH' because
300                 they are unnecessary and probably cause a stack overflow
301
302 2003-07-16 [christoph]  0.9.3claws13
303
304         * src/mimeview.[ch]
305                 use an invisible GTK notebook to switch between viewers
306                 instead of reparenting widgets
307
308 2003-07-16 [christoph]  0.9.3claws12
309
310         * src/folder.c
311                 move folder_item_update_freeze() to correct place in
312                 folder_item_scan_full()
313
314 2003-07-16 [paul]       0.9.3claws11
315
316         * sync with 0.9.3cvs12
317                 see ChangeLog 2003-07-14 and 2003-07-15
318
319 2003-07-16 [christoph]  0.9.3claws10
320
321         * src/imap.[ch]
322         * src/prefs_account.[ch]
323                 sync IMAP CRAM-MD5 authentication with sylpheed-main
324
325 2003-07-15 [alfons]     0.9.3claws9
326
327         * src/main.c
328                 make --config-dir do something useful
329
330 2003-07-15 [alfons]     0.9.3claws8
331
332         * src/procmsg.c
333                 o fix a bug where 'last' didn't really point to the last message
334                   in the top level list of children, but to the last threaded
335                   message. 
336                 
337                 o clean up and make it easier to sync
338
339 2003-07-15 [alfons]     0.9.3claws7
340
341         * src/mainwindow.c
342                 make correct menu items sensitive       
343
344 2003-07-14 [alfons]     0.9.3claws6
345
346         * src/procmsg.c
347                 tune the threader so it will not subject-thread any message
348                 without a subject prefix (this will not thread correctly if 
349                 a parent is delivered after their childs, but it looks 
350                 better right now)
351
352 2003-07-13 [christoph]  0.9.3claws5
353
354         * src/mainwindow.c
355                 group "Add mailbox *..." menu items in submenu
356
357 2003-07-13 [alfons]     0.9.3claws4
358
359         * src/summaryview.c
360                 correct summary_toggle_pressed() signature and make sure
361                 signal is not passed on
362
363 2003-07-13 [alfons]     0.9.3claws3
364
365         * src/summaryview.c
366                 o for now don't pass on keys when they we're handled by 
367                   ctree::key_press_event
368                 o clean up
369
370 2003-07-13 [alfons]     0.9.3claws2
371         
372         * src/main.c
373                 add command line option "--config-dir" to get the current 
374                 configuration dir
375
376 2003-07-12 [alfons]     0.9.3claws1
377
378         * src/matcher.[ch]
379         * src/matcher_parser_parse.y
380         * src/prefs_filtering.c
381         * src/filtering.c
382                 add "Lock" filter action to lock messages;
383
384         * src/filtering.c       
385                 remove debug_print()    
386         * src/prefs_filtering.c
387                 re-organize matcher part 9: 
388                 make action text entries easily extendible;
389                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
390                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
391
392 2003-07-12 [paul]
393
394         * tools/README
395                 update old information and add missing
396                 information
397
398 2003-07-12 [paul]       0.9.3claws
399
400         * 0.9.3claws released
401         
402 2003-07-12 [paul]       0.9.0claws103
403
404         * src/Makefile.am
405                 add addrquery.h
406
407 2003-07-12 [melvin]     0.9.0claws102
408
409         * src/messageview.c
410                 Fixed bug #215: Show MIME tab for single text/html messages. 
411                 
412 2003-07-12 [paul]       0.9.0claws101
413
414         * man/sylpheed.1
415                 updated
416
417 2003-07-12 [paul]       0.9.0claws100
418
419         * po/es.po
420           po/hr.po
421           po/pl.po
422           po/sr.po
423                 update Spanish, Croatian, Polish, Serbian translations.
424                 submitted by Ricardo Mones Lastra, Dragan, Witold
425                 Wladyslaw Wojciech Wilk, Urke MMI
426
427 2003-07-12 [melvin]     0.9.0claws99
428
429         * po/fr.po
430                 Updated French translations.
431
432 2003-07-12 [paul]       0.9.0claws98
433
434         * src/addressbook.c
435                 disable 'Lookup' button as it has no effect
436
437 2003-07-11 [alfons]     0.9.0claws97
438         
439         * src/summaryview.c
440                 summary_searchbar_pressed() should return TRUE to signal that
441                 event was handled. when returning void, the return value passed
442                 to GTK is actually random, but maybe FALSE, in which case the
443                 event is handled by parent
444                 
445 2003-07-10 [paul]       0.9.0claws96
446
447         * ac/missing/gettext.m4
448                 update to version 0.12
449
450 2003-07-10 [paul]       0.9.0claws95
451
452         * src/plugins/clamav/clamav_plugin.c
453                 fix bug where multipart/alternative messages
454                 would slip through without being scanned
455
456 2003-07-10 [christoph]  0.9.0claws94
457
458         * src/folder.c
459                 correct check if folder supports removing when a message is
460                 moved. if not the message is only copied.
461
462         (closes Bug 132 crash on startup in newsgroups folders)
463
464 2003-07-09 [alfons]     0.9.0claws93
465
466         * configure.ac
467         * src/common/defs.h
468                 --with-config-dir (default .sylpheed)
469
470 2003-07-09 [christoph]  0.9.0claws92
471
472         * configure.ac
473                 use PKG_CHECK_MODULES to check for gtkmathview
474                 (version 0.4.2 now required)
475
476 2003-07-08 [melvin]     0.9.0claws91
477
478         * src/action.c
479                 Implemented a progress bar that counts the number of completed
480                 tasks when the action runs more than one command.
481
482 2003-07-08 [alfons]     0.9.0claws90
483
484         * src/procmsg.c
485                 if queued message has an invalid Message-Id, don't try to
486                 find message it refers to (fixes #209 "crash when processing 
487                 in folder")
488
489 2003-07-08 [paul]       0.9.0claws89
490
491         * sync with 0.9.3cvs2
492                 see ChangeLog 2003-07-08
493
494 2003-07-08 [match]      0.9.0claws88
495
496         * src/ldapctrl.c
497                 extend LDAP search for first/last name by parsing search term.
498
499 2003-07-08 [alfons]     0.9.0claws87
500
501         * src/send_message.c
502                 fix bug #208 "Status message stuck when sending on POP3 account"
503
504 2003-07-07 [paul]       0.9.0claws86
505
506         * po/hr.po
507                 new Croatian translation, submitted by
508                 Dragan <drleskov@inet.hr>
509
510 2003-07-07 [paul]       0.9.0claws85
511
512         * sync with 0.9.3cvs1
513                 see ChangeLog 2003-07-07
514
515 2003-07-05 [christoph]  0.9.0claws84
516
517         * src/Makefile.am
518         * src/messageview.c
519         * src/mimeview.[ch]
520         * src/stock_pixmap.[ch]
521         * src/pixmaps/messageview_text.xpm              ** NEW **
522                 move mimeview tabs to the right side and use icons
523                 instead of text to save some space
524
525         (patch by Luke Plant <lukeplant@softhome.net>)
526
527 2003-07-05 [christoph]  0.9.0claws83
528
529         * src/inc.c
530                 add NULL pointer checks
531
532         (patch by Luke Plant <lukeplant@softhome.net>)
533         (closes Bug 204 0.9.0 quits on authentication error?!)
534
535 2003-07-05 [alfons]     0.9.0claws82
536
537         * configure.ac
538                 take the clue in bug #202 "./configure script - 
539                 'if test' comparison failure" reported by John Kristoff. 
540
541 2003-07-04 [christoph]  0.9.0claws81
542
543         * src/plugins/spamassassin/spamassassin.c
544                 set timeout for spam check
545
546 2003-07-04 [christoph]  0.9.0claws80
547
548         * src/main.c
549                 destroy all FolderItems when shutting down to
550                 allow folders to clean up
551
552 2003-07-04 [melvin]     0.9.0claws79
553
554         * src/gtk/gtkaspell.c
555                 Fixed bug #184 "Entering non-ascii character deletes
556                 previous char if spell checking enabled": this makes
557                 the spell checking in multibytes (e.g. UTF-8)locales work.
558                 (Patch by Luke Plant).
559                 
560 2003-07-04 [christoph]  0.9.0claws78
561
562         * sync with 0.9.2cvs1
563                 see ChangeLog 2003-06-10
564
565 2003-07-04 [paul]       0.9.0claws77
566
567         * sync with 0.9.3 release
568                 see ChangeLog 2003-07-04
569
570 2003-07-03 [christoph]  0.9.0claws76
571
572         * src/folder.[ch]
573         * src/imap.c
574         * src/mbox_folder.c
575         * src/mh.c
576         * src/news.c
577                 move folder_item_get_path() stuff into a folder virtual function
578
579         * src/procmsg.c
580                 use folder_item_fetch_msg() to get message and do not contruct
581                 the filename from path and number
582
583 2003-07-03 [paul]       0.9.0claws75
584
585         * sync with 0.9.2cvs12
586                 see ChangeLog 2003-07-03
587
588 2003-07-02 [paul]       0.9.0claws74
589
590         * src/messageview.c
591                 fix text-selection for replying
592
593 2003-07-02 [paul]       0.9.0claws73
594
595         * sync with 0.9.2cvs11
596                 see ChangeLog 2003-07-02
597
598 2003-07-02 [paul]       0.9.0claws72
599
600         * src/procmsg.c
601                 revert last commit because it breaks more
602                 than it fixes
603
604 2003-07-02 [paul]       0.9.0claws71
605
606         * src/procmsg.c
607                 fix thread by subject/sort by date
608
609 2003-07-01 [paul]       0.9.0claws70
610
611         * sync with 0.9.2cvs10
612                 see ChangeLog 2003-07-01
613
614 2003-06-30 [paul]       0.9.0claws69
615
616         * sync with 0.9.2cvs9
617                 see ChangeLog 2003-06-30
618
619 2003-06-28 [match]      0.9.0claws68
620
621         * src/addressbook.c
622                 fix null ptr.
623
624 2003-06-27 [paul]       0.9.0claws67
625
626         * sync with 0.9.2cvs7
627                 see ChangeLog 2003-06-27
628
629 2003-06-26 [christoph]  0.9.0claws66
630
631         * src/folder.c
632                 freeze folder updates while a folder is scanned
633
634         (closes Bug 185 New message counter)
635
636 2003-06-26 [darko]      0.9.0claws65
637
638         * src/ldapserver.c
639                 fix infinite loop when adding a new LDAP server
640
641 2003-06-26 [paul]       0.9.0claws64
642
643         * sync with 0.9.2cvs6
644                 see ChangeLog 2003-06-26
645
646 2003-06-26 [paul]       0.9.0claws63
647
648         * sync with 0.9.2cvs5
649                 see ChangeLog 2003-06-25 and 2003-06-26
650
651 2003-06-25 [match]      0.9.0claws62
652
653         * src/addr_compl.c
654                 Fixed tab/backtab for dropped-down completion list to
655                 move next/previous field. (close bug 147)
656
657 2003-06-25 [christoph]  0.9.0claws61
658
659         * src/addr_compl.[ch]
660         * src/addrindex.[ch]
661         * src/folderview.c
662         * src/inc.c
663         * src/news.c
664         * src/summaryview.c
665         * src/toolbar.c
666                 fix warnings
667
668 2003-06-25 [leandro]    0.9.0claws60
669
670         * src/compose.c
671                 o cleanups
672                 o gray out "Message/Remove references" menu item if not
673                   replying to a message
674
675 2003-06-24 [leandro]    0.9.0claws59
676
677         * src/compose.[ch]
678                 o removed "Message/Create new thread" menu item
679                 o added "Message/Remove references" menu item
680                   (it's off by default and will not check anymore
681                    if the subject changed)
682
683 2003-06-23 [alfons]     0.9.0claws58
684
685         * src/procmsg.c
686                 try better grouping messages threaded by subject based on their age.
687                 still not perfect - because the message tree is not sorted by date.  
688
689 2003-06-23 [thorsten]   0.9.0claws57
690
691         * src/pop.[ch]
692                 added mail_receive_hook to allow modifications
693                 directly after retrieval (e.g. adding headers).
694
695 2003-06-23 [paul]       0.9.0claws56
696
697         * src/sourcewindow.c
698                  enable the use of Ctrl+A to select all text in
699                  the sourcewindow
700                  Patch submitted by Ivan Francolin Martinez
701                  <ivanfm@users.sourceforge.net>
702
703 2003-06-22 [christoph]  0.9.0claws55
704
705         * src/folder.[ch]
706                 o add notification hook for folder tree changes
707                 o invoke hooks after folder tree scanning
708
709         * src/folderview.[ch]
710                 register hook for folder tree changes that
711                 updates the ctree
712
713         (there are more places that should be updated, like add, remove 
714          or move folder)
715
716         (closes Bug 164 Crash on rebuild folder tree)
717         (closes Bug 190 Crash on 'rebuilding folder tree')
718
719 2003-06-21 [leandro]    0.9.0claws54
720
721         * src/compose.[ch]
722                 create a new thread if subject changes
723                 (it's on by default, can be disabled in Message menu)
724
725 2003-06-21 [alfons]     0.9.0claws53
726
727         * src/summaryview.c
728                 quiet little compiler
729
730 2003-06-21 [christoph]  0.9.0claws52
731
732         update gettext stuff to version 0.12
733
734 2003-06-19 [alfons]     0.9.0claws51
735
736         * src/common/log.c
737         * src/common/plugin.c
738                 move defs.h before glib.h to prevent MIN/MAX redefs
739
740 2003-06-19 [alfons]
741
742         * src/addressbook.c
743                 translatable
744
745 2003-06-19 [match]      0.9.0claws50
746
747         * src/addressbook.[ch]
748         * src/addrindex.[ch]
749         * src/addr_compl.[ch]
750         * src/editldap.[ch]
751         * src/editldap_basedn.[ch]
752         * src/addritem.[ch]
753         * src/ldapquery.h
754                 re-implemented dynamic LDAP search. works without
755                 slowdown on display sender with addressbook
756                 option.
757         * src/addrbook.c
758                 documented code.
759
760 2003-06-19 [paul]       0.9.0claws49
761
762         * src/compose.c
763                 fix Bug #136 'Nonprovided quotation marks crash claws'
764                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
765
766 2003-06-19 [alfons]     0.9.0claws48
767
768         * src/prefs_common.[ch]
769         * src/procmsg.c
770                 restrict threading by subject by checking thread for
771                 age (prefs_common.thread_by_subject_max_age)
772
773 2003-06-18 [christoph]  0.9.0claws47
774
775         * src/imap.c
776                 fix memory leak in imap_cmd_fetch()
777
778 2003-06-18 [christoph]  0.9.0claws46
779
780         * src/prefs_gtk.c
781                 fix memory leak in prefs_set_default() when used multiple
782                 times or after prefs have been read
783
784 2003-06-18 [christoph]  0.9.0claws45
785
786         * src/common/plugin.c
787                 fix memory leak in plugin_unload()
788
789 2003-06-18 [christoph]  0.9.0claws44
790
791         * src/imap.c
792                 fix memory leak in imap_cmd_ok()
793
794 2003-06-18 [christoph]  0.9.0claws43
795
796         * src/folder.c
797                 stop messages that are downloaded from POP3 and added to
798                 an IMAP inbox from being filtered twice (first by POP3
799                 and again when IMAP folder is scaned to get the UID of
800                 the APPEND operation when no UIDPLUS is available)
801
802 2003-06-18 [alfons]
803
804         * tools/Makefile.am
805                 phoenix <- firebird     
806
807 2003-06-18 [paul]
808
809         * tools/launch_phoenix          ** REMOVED **
810           tools/launch_firebird         ** NEW **
811                 renamed and edited to reflect the browser's name change from
812                 'phoenix' to 'firebird'
813
814 2003-06-18 [paul]       0.9.0claws42
815
816         * sync with 0.9.2cvs2
817                 see ChangeLog 2003-06-16
818
819 2003-06-17 [alfons]     0.9.0claws41
820
821         * src/procmsg.c
822                 prevent threading problems when a node is an ancestor (parent / great parent),
823                 which mostly happens with circular references (thanks to Phillipe Gramoullé
824                 for finding an sample set of messages)
825
826 2003-06-16 [christoph]  0.9.0claws40
827
828         * src/main.c
829                 don't popup main window on --receive or --receive-all
830
831         * src/mainwindow.[ch]
832         * src/plugins/trayicon/trayicon.c
833                 allow hiding of main window by clicking on the trayicon
834                 (doesn't work correctly in seperate window mode and may
835                  cause unexpected GTK problems I couldn't find yet)
836
837         * src/common/ssl.c
838                 remove incorrect warning
839
840 2003-06-15 [alfons]     0.9.0claws39
841
842         * src/gtk/gtkstext.c
843                 don't output debug text;
844                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
845                 for pointing this out);
846
847 2003-06-14 [alfons]     0.9.0claws38
848         
849         * src/messageview.c
850                 remove printf() and make one if..else comply with coding style
851
852 2003-06-14 [alfons]     0.9.0claws37
853
854         * AUTHORS
855                 add Martin Wicke
856         * src/action.c
857         * src/messageview.[ch]
858         * src/summaryview.c
859                 apply patch #754162 "Quoting messages filtered by actions" submitted
860                 by Martin Wicke, which allows quoting message body changed by an
861                 action (Thanks!).
862
863 2003-06-13 [alfons]     0.9.0claws36
864
865         * src/utils.c
866                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
867                 use case insensitive regexp (suggested by Ivan Martinez)
868
869 2003-06-13 [christoph]  0.9.0claws35
870
871         * configure.ac
872         * src/plugins/trayicon/Makefile.am
873         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
874         * src/plugins/trayicon/trayicon.c
875         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
876         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
877         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
878         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
879         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
880         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
881                 replace my own EggTrayIcon backport with the backport
882                 used by (l|x)mule and gabber.
883
884 2003-06-13 [alfons]     0.9.0claws34
885
886         * AUTHORS
887         * src/common/utils.c
888                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
889
890 2003-06-13 [alfons]     0.9.0claws33
891
892         * src/compose.c
893                 clean up a little bit
894
895 2003-06-12 [alfons]     0.9.0claws32
896
897         * src/compose.c
898                 const correctness fix
899
900         * src/common/sylpheed.[ch]
901                 () -> (void)
902                 prevent redef MIN/MAX
903                 
904         * src/common/utils.[ch]
905                 () -> (void)
906
907 2003-06-12 [melvin]     0.9.0claws31
908
909         * src/compose.c
910                 Updated to take into accounts changes in GtkAspell.
911
912 2003-06-12 [alfons]     0.9.0claws30
913
914         * src/compose.c
915         * src/procmsg.c
916         * src/common/utils.[ch]
917                 handle reply subject prefixes better (initial 
918                 suggestion by Robert Story adapted and enhanced 
919                 using regexps)
920
921 2003-06-12 [melvin]     0.9.0claws29
922
923         * src/compose.c
924                 Use new gtkaspell_checkers_strerror() to get the speller's
925                 error message instead of accessing the (now private)
926                 checkers structure.
927                 Minor code clean up
928
929         * src/main.c
930                 Use #ifdef instead of #if for USE_ASPELL
931                 Use the new spell checkers init/quit functions 
932
933         * src/gtk/gtkaspell.c
934                 Use #ifdef instead of #if for USE_ASPELL
935                 Moved in the majority of GtkAspell structures that were
936                 exported before by gtkaspell.h
937         
938         * src/gtk/gktaspell.h
939                 Made gtkaspell.h contain only the necessary data to be
940                 publicized by moving many structures to gtkaspell.c.
941                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
942                 gtkaspell_checkers_new(): replaced by...
943                 gtkaspell_checkers_init(): new function for initialization
944                 gtkaspell_checkers_delete(): replaced by...
945                 gtkaspell_checkers_quit(): new function
946                 gtkaspell_checkers_strerror(): new function that returns
947                 the checker's last error message.
948                 
949 2003-06-11 [melvin]     0.9.0claws28
950
951         * po/POTFILES.in
952                 Updated to take into account gtkaspell.c migration to
953                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
954
955 2003-06-10 [alfons]     0.9.0claws27
956
957         * src/filtering.[ch]
958         * src/folder.c
959         * src/matcher.c
960         * src/scoring.[ch]
961                 - try fixing bug #18 (any brave testers?)
962                 - add more robustness by refusing previously 
963                   unchecked NULL pointers 
964
965 2003-06-10 [alfons]     0.9.0claws26
966
967         * src/procmsg.c
968                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
969
970 2003-06-09 [alfons]     0.9.0claws25
971
972         * src/prefs_common.c
973                 fix bug #163 "Icon switching doesnt work properly" by 
974                 preventing early freeing of prefs_common.pixmap_theme_path.
975
976 2003-06-09 [christoph]  0.9.0claws24
977
978         * src/gtk/gtkaspell.c
979                 revert Thorsten's fix and add forgotten g_strdup for
980                 aspell path (it should not be possible to alter the path a
981                 GtkASpell uses from outside)
982
983 2003-06-09 [thorsten]   0.9.0claws23
984
985         * src/gtk/gtkaspell.c
986                 dont free prefs_common.aspell_path when closing compose
987
988 2003-06-08 [colin]      0.9.0claws22
989
990         * src/plugins/spamassassin/spamassassin.c
991                 fix prefs types
992
993 2003-06-07 [christoph]  0.9.0claws21
994
995         * src/Makefile.am
996         * src/compose.c
997         * src/gtkaspell.[ch]            ** REMOVE **
998         * src/gtk/Makefile.am
999         * src/gtk/gtkaspell.[ch]        ** NEW **
1000                 o make gtkaspell independent from sylpheed's prefs
1001                 o move gtkaspell.[ch] to gtk directory
1002
1003 2003-06-07 [christoph]  0.9.0claws20
1004
1005         * src/Makefile.am
1006         * src/crash.c
1007         * src/export.c
1008         * src/filesel.[ch]              ** REMOVE **
1009         * src/folder.c
1010         * src/main.[ch]
1011         * src/common/sylpheed.[ch]
1012         * src/gtk/Makefile.am
1013         * src/gtk/filesel.[ch]          ** NEW **
1014         * src/gtk/pluginwindow.c
1015         * src/gtk/sslcertwindow.c
1016                 move filesel.[ch] to gtk directory
1017
1018 2003-06-07 [alfons]     0.9.0claws19
1019
1020         * src/filesel.c
1021                 make (multi) file selection dialog work again (Claws-only)
1022
1023 2003-06-07 [thorsten]   0.9.0claws18
1024
1025         * po/de.po
1026                 fix typos
1027
1028 2003-06-07 [alfons]     0.9.0claws17
1029
1030         * configure.ac
1031         * src/mimeview.c
1032                 detect apache mishap in which case don't include fnmatch.h
1033                 if regex.h is already included
1034
1035 2003-06-06 [christoph]  0.9.0claws16
1036
1037         * configure.ac
1038         * src/mimeview.h
1039                 add check for fnmatch.h and include it when available
1040
1041         * src/mimeview.[ch]
1042                 fix wrong case sensitivity of Content-Types
1043
1044         * src/gtk/Makefile.am
1045                 need the same include paths in gtk directory as in
1046                 common directory because .h files in common can
1047                 include files from these directories, when included
1048                 in gtk's .h or .c files
1049
1050 2003-06-06 [alfons]     0.9.0claws15
1051
1052         * src/mimeview.c
1053         * src/summaryview.c
1054                 make it compile again because of regex.h / fnmatch.h 
1055                 include problems (related to recent mime stuff, can
1056                 someone check this?)
1057
1058 2003-06-06 [thorsten]   0.9.0claws14
1059
1060         * src/folderview.c
1061                 possible use of uninitialized pointer while dragging
1062
1063 2003-06-06 [paul]       0.9.0claws13
1064
1065         * src/compose.c
1066                 fix bug where the insert sig button would be effective
1067                 only when auto_sig was set
1068
1069 2003-06-06 [paul]       0.9.0claws12
1070
1071         * sync with 0.9.2 release
1072
1073 2003-06-02 [paul]       0.9.0claws11
1074
1075         * sync with 0.9.1cvs1
1076                 see ChangeLog 2003-06-02
1077                 
1078         * po/de.po
1079                 update by Jens
1080
1081 2003-06-01 [christoph]  0.9.0claws10
1082
1083         * src/account.c
1084                 don't use substring search to find accounts by email address
1085
1086         (closes Bug 169 Overly loose matching of "From" address)
1087
1088 2003-05-31 [christoph]  0.9.0claws9
1089
1090         * doc-src/rfc2683.txt
1091         * src/imap.c
1092                 limit IMAP command length as recommended in RFC2683
1093                 (message number lists will be split into multiple imap
1094                 sets, the limit of 1000 octets is not a hard limit)
1095
1096         (closes Bug 161 sylpheed-claws exits with segfault when logging
1097          in to certain imap-servers)
1098
1099 2003-05-29 [alfons]     0.9.0claws8
1100
1101         * src/toolbar.[ch]
1102                 add print button (calling summary_print());
1103                 fine tune setting tooltip text;
1104                 (if someone needs other buttons, please take these 
1105                 commits as a guide, instead of bothering us - also
1106                 see 0.8.11claws150) 
1107
1108 2003-05-29 [darko]      0.9.0claws7
1109
1110         * src/compose.c
1111                 fix crash when word wrapping kicks in due to
1112                 changed text by spell checker
1113
1114 2003-05-29 [paul]       0.9.0claws6
1115
1116         * src/compose.c
1117                 fix bug where changing account would insert
1118                 sig even if auto_sig was FALSE
1119                 
1120         * ChangeLog
1121           ChangeLog.jp
1122           INSTALL
1123                 sync with 0.9.1 release
1124
1125 2003-05-28 [christoph]  0.9.0claws5
1126
1127         * src/imap.c
1128                 fix truncation of too long commands
1129
1130         (closes Bug 167 IMAP hangs trying to get envelope
1131          information in imap_get_uncached_messages)
1132
1133 2003-05-27 [paul]       0.9.0claws4
1134
1135         * tools/Makefile.am
1136           tools/maildir2sylpheed.pl     ** NEW FILE **
1137                 add kmail to sylpheed mailbox conversion script
1138
1139 2003-05-27 [paul]       0.9.0claws3
1140
1141         * sync with 0.9.0cvs10
1142                 see ChangeLog 2003-05-26
1143
1144 2003-05-26 [paul]       0.9.0claws2
1145
1146         * sync with 0.9.0cvs9
1147                 see ChangeLog 2003-05-26
1148
1149 2003-05-24 [paul]       0.9.0claws1
1150
1151         * sync with 0.9.0cvs8
1152                 see ChangeLog 2003-05-23
1153
1154 2003-05-24 [paul]       0.9.0claws
1155
1156         * version 0.9.0claws released
1157
1158 2003-05-24 [paul]       0.8.11claws177
1159
1160         * src/plugins/dillo-viewer/Makefile.am
1161           src/plugins/traycon/Makefile.am
1162                 add missing files
1163                 
1164         * po/bg.po
1165           po/en_GB.po
1166           po/es.po
1167           po/it.po
1168           po/pt_BR.po
1169           po/ru.po
1170           po/sr.po
1171                 update Bulgarian, British English, Spanish, Italian, 
1172                 Brazilian Portuguese, Russian, and Serbian translations, 
1173                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1174                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1175                 Ruslan N. Balkin, and Urke MMI
1176
1177 2003-05-23 [melvin]     0.8.11claws176
1178
1179         * po/fr.po
1180                 Updated French translations
1181
1182 2003-05-22 [paul]       0.8.11claws175
1183
1184         * src/Makefile.am
1185           src/addrbook.[ch]
1186           src/addrcache.[ch]
1187           src/addr_compl.[ch]
1188           src/adressbook.[ch]
1189           src/addrindex.[ch]
1190           src/addritem.[ch]
1191           src/editaddress.c
1192           src/editgroup.c
1193           src/editldap_basedn.c
1194           src/editldap.c
1195           src/jpilot.c
1196           src/vcard.c
1197                 revert to get ldap into it previous working state
1198                 
1199         * po/zh_TW.Big5.po
1200                 new Taiwanese translation,
1201                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1202
1203 2003-05-22 [christoph]  0.8.11claws174
1204
1205         * src/plugins/spamassassin/libspamc.[ch]
1206                 sync libspamc with SpamAssaain release 2.55
1207
1208 2003-05-22 [paul]       0.8.11claws173
1209
1210         * sync with 0.9.0cvs7
1211                 see ChangeLog 2003-05-22
1212                 
1213         * src/summaryview.c
1214                 revert change in 0.8.11claws172: follow
1215                 Hiroyuki's decision and that's the end of it.
1216
1217 2003-05-21 [paul]       0.8.11claws172
1218
1219         * src/summaryview.c
1220                 fix discrepency between open_unread_on_enter
1221                 and always_show_msg
1222
1223 2003-05-21 [paul]       0.8.11claws171
1224
1225         * sync with 0.9.0cvs6
1226                 see ChangeLog 2003-05-21
1227
1228 2003-05-21 [paul]       0.8.11claws170
1229
1230         * sync with 0.9.0cvs5
1231                 see ChangeLog 2003-05-21
1232
1233 2003-05-20 [paul]       0.8.11claws169
1234
1235         * sync with 0.9.0cvs4
1236                 see ChangeLog 2003-05-20
1237                 fixes bug #152, 'encoding of IMAP folders names'
1238
1239 2003-05-20 [paul]       0.8.11claws168
1240
1241         * sync with 0.9.0cvs3
1242                 see ChangeLog 2003-05-20
1243                 
1244         * src/tools/convert_mbox.pl
1245                 minor change in the comments, submitted by Fred Marton
1246
1247 2003-05-19 [paul]       0.8.11claws167
1248
1249         * src/plugins/clamav/Makefile.am
1250           configure.ac
1251                 link clamav_lib to the plugin and not to the main program
1252
1253 2003-05-19 [christoph]
1254
1255         * src/Makefile.am
1256                 add -export-dynamic for linking
1257
1258 2003-05-19 [paul]       0.8.11claws166
1259
1260         * sync with 0.9.0cvs1
1261                 see ChangeLog 2003-05-19
1262
1263 2003-05-19 [paul]       0.8.11claws165
1264
1265         * src/inc.c
1266                 fix 'pop before smtp' timeout
1267
1268 2003-05-18 [alfons]     0.8.11claws164
1269
1270         * src/prefs_matcher.c
1271                 put "execute" action command line ("expression") in edit box
1272
1273 2003-05-18 [christoph]  0.8.11claws163
1274
1275         * src/mimeview.[ch]
1276         * src/plugins/dillo_viewer/dillo_viewer.c
1277         * src/plugins/image_viewer/viewer.c
1278         * src/plugins/mathml_viewer/mathml_viewer.c
1279                 let a viewer have a list of Content-Types
1280
1281 2003-05-18 [paul]       0.8.11claws162
1282
1283         * src/prefs_filtering.c
1284                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1285                 and REDIRECT actions
1286
1287 2003-05-17 [christoph]
1288
1289         * README.claws
1290                 o remove dynamic signatures that was syned with main
1291                 o add infos about no longer "build in" image viewer
1292                 o update bugtracker URL
1293
1294 2003-05-17 [christoph]  0.8.11claws161
1295
1296         * src/folder.c
1297         * src/folderview.c
1298         * src/imap.c
1299                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1300                 for every folder after rebuilding the folder tree.
1301
1302         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1303          messages)
1304
1305 2003-05-17 [christoph]  0.8.11claws160
1306
1307         * src/imap.c
1308                 don't use STATUS command on current folder to check for
1309                 content changes. imap_cmd_ok() now tracks changes to
1310                 folder and number of existing messages.
1311
1312 2003-05-17 [paul]       0.8.11claws159
1313
1314         * src/plugins/clamav/clamav_plugin.c
1315                 remove unnecessary debug_print
1316
1317 2003-05-16 [thorsten]   0.8.11claws158
1318
1319         * src/plugins/demo.c
1320                 included missing intl.h
1321
1322 2003-05-16 [paul]       0.8.11claws157
1323
1324         * po/POTFILES.in
1325                 remove non-existant entries
1326         
1327         * src/plugins/clamav/clamav_plugin.c
1328           src/plugins/clamav/clamav_plugin_gtk.c
1329           src/plugins/dillo_viewer/dillo_prefs.c
1330           src/plugins/dillo_viewer/dillo_viewer.c
1331                 gettextise
1332
1333 2003-05-16 [christoph]  0.8.11claws156
1334
1335         * po/POTFILES.in
1336                 include plugin .c files for translation until I
1337                 find a better solution to have plugins have their
1338                 own textdomain
1339         * src/plugins/demo/demo.c
1340         * src/plugins/image_viewer/plugin.c
1341         * src/plugins/mathml_viewer/mathml_viewer.c
1342         * src/plugins/spamassassin/spamassassin.c
1343         * src/plugins/spamassassin/spamassassin_gtk.c
1344         * src/plugins/trayicon/trayicon.c
1345                 add gettext macros for plugin name and description
1346
1347 2003-05-16 [paul]
1348
1349         * sync with 0.9.0
1350
1351 2003-05-16 [paul]       0.8.11claws155
1352
1353         * sync with lastest 0.9.0pre1
1354                 see ChangeLog 2003-05-16
1355
1356 2003-05-15 [paul]       0.8.11claws154
1357
1358         * sync with latest 0.9.0pre1
1359                 see ChangeLog 2003-05-14 and 2003-05-15
1360
1361 2003-05-14 [christoph]  0.8.11claws153
1362
1363         * src/plugins/image_viewer/viewer.c
1364         * src/plugins/image_viewer/viewer.glade         ** NEW **
1365         * src/plugins/image_viewer/viewerprefs.c
1366                 make it possible to disable the autoload function in the
1367                 imageviewer again
1368
1369 2003-05-14 [christoph]  0.8.11claws152
1370
1371         * src/folder.c
1372                 fix folder update after adding a message
1373
1374 2003-05-13 [alfons]     0.8.11claws151
1375
1376         * src/common/session.c
1377                 remove debug traces
1378                 
1379         * src/addrcache.[ch]
1380         * src/filtering.[ch]
1381         * src/folder.[c]
1382         * src/gtkaspell.[ch]
1383         * src/imap.[ch]
1384         * src/mbox_folder.[ch]
1385         * src/mh.[ch]
1386         * src/mimeview.h
1387         * src/msgcache.[ch]
1388         * src/news.[ch]
1389         * src/passphrase.[ch]
1390         * src/prefs_common.[ch]
1391         * src/prefs_gtk.[ch]
1392         * src/procmsg.c
1393         * src/scoring.[ch]
1394                 be pedantic; (in prototypes () implies (int))
1395
1396 2003-05-13 [alfons]     0.8.11claws150
1397
1398         * src/prefs_toolbar.[ch]
1399         * src/summaryview.[ch]
1400         * src/toolbar.[ch]
1401                 change misleading text in toolbar prefs;
1402                 add toolbar action for ignore thread (toggles ignore thread flag);
1403                 clean up a little bit;
1404
1405 2003-05-12 [paul]
1406
1407         * tools/convert_mbox.pl
1408                 bug fixed by Fred Marton
1409
1410 2003-05-12 [paul]
1411
1412         * sync with 0.9.0pre1
1413
1414 2003-05-09 [paul]       0.8.11claws149
1415
1416         * sync with 0.8.11cvs43
1417                 see ChangeLog 2003-05-09
1418
1419 2003-05-08 [christoph]  0.8.11claws148
1420
1421         * src/imap.[ch]
1422                 o use CAPABILIY as first command and check for PREAUTH
1423                   information in the response to it
1424                 o rewrite all imap_cmd_* functions to use an IMAPSession
1425                   instead of a SockInfo as parameter
1426                 o do STARTTLS after fetching and checking the server
1427                   capabilities
1428
1429 2003-05-08 [paul]       0.8.11claws147
1430
1431         * tools/Makefile.am
1432           tools/README
1433           tools/convert_mbox.pl         ** NEW FILE **
1434                 add mbox conversion script. Submitted by 
1435                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1436
1437 2003-05-07 [christoph]
1438
1439         * doc-src/glade.txt
1440         * src/gtk/pluginwindow.glade
1441         * src/plugins/image_viewer/viewerprefs.glade
1442         * src/plugins/spamassassin/spamassassin_gtk.glade
1443                 add glade files for user interfaces and a description how
1444                 to use glade to create the sylpheed code
1445
1446 2003-05-07 [paul]       0.8.11claws146
1447
1448         * sync with 0.8.11cvs41
1449                 see ChangeLog 2003-05-07
1450
1451 2003-05-06 [christoph]  0.8.11claws145
1452
1453         * src/main.c
1454         * src/plugins/image_viewer/viewer.c
1455                 fix usage of imlib in imageviewer plugin
1456
1457         * src/gtk/prefswindow.c
1458                 handle window close event correctly
1459
1460 2003-05-06 [paul]       0.8.11claws144
1461
1462         * src/common/ssl.c
1463                 fix typo introduced in sync
1464
1465 2003-05-06 [paul]       0.8.11claws143
1466
1467         * sync with 0.8.11cvs39
1468                 see ChangeLog 2003-05-06
1469
1470 2003-05-06 [paul]       0.8.11claws142
1471
1472         * AUTHORS
1473           po/cs.po
1474                 updated Czech translation, submitted by 
1475                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1476                 
1477         * src/plugins/clamav/clamav_plugin_gtk.c
1478                 clean up
1479
1480 2003-05-03 [alfons]     0.8.11claws141
1481
1482         * src/compose.[ch]
1483                 make paste as quotation work even when the call to 
1484                 text_inserted() was deferred (fixes bug #140 "Paste 
1485                 as quotation does not work when using "external" 
1486                 clipboard")
1487
1488 2003-05-03 [thorsten]   0.8.11claws140
1489
1490         * src/addrquery.h
1491           src/ldapquery.h
1492           src/mainwindow.c
1493                 removed C++ comments
1494         * src/addr_compl.c
1495                 function with non-int retval/param used before
1496                 implementation/declaration
1497
1498 2003-05-02 [paul]       0.8.11claws139
1499
1500         * src/addr_compl.[ch]
1501           src/addressbook.[ch]
1502           src/addrindex.c
1503           src/summaryview.c
1504                 revert match's changes to (finally) remove the bug where
1505                 opening a folder causes massive slowdown when using the 
1506                 'Display sender using address book' option
1507
1508 2003-05-01 [melvin]     0.8.11claws138
1509
1510         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1511         * src/plugins/dillo_viewer/dillo_viewer.c
1512                 Fixed bug where "Cancel" button from prefs issued
1513                 warnings.
1514                 Comply a little more to coding style
1515
1516 2003-05-01 [paul]       0.8.11claws137
1517
1518         * sync with 0.8.11cvs38
1519                 see ChangeLog 2003-05-01
1520
1521 2003-05-01 [paul]       0.8.11claws136
1522
1523         * po/bg.po
1524                 updated by George Danchev
1525
1526 2003-04-30 [christoph]  0.8.11claws135
1527
1528         * src/plugins/dillo_viewer/dillo_prefs.c
1529         * src/plugins/image_viewer/viewerprefs.c
1530         * src/plugins/spamassassin/spamassassin_gtk.c
1531                 remove gtk_widget_ref() calls for widgets in
1532                 glade code
1533
1534 2003-04-30 [paul]       0.8.11claws134
1535
1536         * src/addrindex.c
1537                 ok, this time a better fix for the bug where opening folder
1538                 has massive slowdown when using the 'Display sender using 
1539                 address book' option
1540
1541 2003-04-30 [paul]       0.8.11claws133
1542
1543         * src/addrindex.c
1544                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1545         
1546 2003-04-30 [melvin]     0.8.11claws132
1547
1548         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1549
1550         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1551                 Preferences for the dillo plugin
1552         * src/plugins/dillo_viewer/dillo_viewer.c
1553                 Support for preferences
1554         * src/plugins/dillo_viewer/Makefile.am
1555                 Added dillo_prefs.[ch]
1556
1557 2003-04-30 [alfons]     0.8.11claws131
1558
1559         * src/common/plugin.[ch]
1560                 see? this ANSI C'fication immediately gives us type
1561                 checking for free.
1562
1563 2003-04-30 [alfons]     0.8.11claws130
1564
1565         * src/common/plugin.[ch]
1566         * src/plugins/clamav/clamav_plugin.[ch]
1567         * src/plugins/clamav/clamav_plugin_gtk.c
1568         * src/plugins/demo/demo.c
1569         * src/plugins/dillo_viewer/dillo_viewer.c
1570         * src/plugins/image_viewer/plugin.c
1571         * src/plugins/image_viewer/viewer.[ch]
1572         * src/plugins/image_viewer/viewerprefs.[ch]
1573         * src/plugins/mathml_viewer/mathml_viewer.c
1574         * src/plugins/spamassassin/spamassassin.[ch]
1575         * src/plugins/spamassassin/spamassassin_gtk.c
1576         * src/plugins/trayicon/trayicon.c
1577                 clean up
1578
1579 2003-04-30 [alfons]     0.8.11claws129
1580
1581         * src/common/utils.c
1582                 make is_ascii_str() fail gracefully when NULL pointer
1583                 is passed
1584
1585 2003-04-30 [paul]       0.8.11claws128
1586
1587         * src/addrindex.c
1588                 fix bug where opening folder has massive slowdown when
1589                 using the 'Display sender using address book' option
1590
1591 2003-04-30 [paul]       0.8.11claws127
1592
1593         * src/plugins/clamav/clamav_plugin.c
1594           src/plugins/clamav/clamav_plugin_gtk.c
1595           src/plugins/demo/demo.c
1596           src/plugins/dillo_viewer/dillo_viewer.c
1597           src/plugins/image_viewer/plugin.c
1598           src/plugins/mathml_viewer/mathml_viewer.c
1599           src/plugins/spamassassin/spamassassin.c
1600           src/plugins/spamassassin/spamassassin_gtk.c
1601           src/plugins/trayicon/trayicon.c
1602                 get rid of eye-hurting function signatures
1603
1604 2003-04-30 [paul]       0.8.11claws126
1605
1606         * src/plugins/trayicon/trayicon.c
1607                 add description
1608                 
1609         * src/mimeview.c
1610                 be more descriptive
1611
1612 2003-04-30 [paul]       0.8.11claws125
1613
1614         * configure.ac
1615                 arrange the plugins in reverse alphabetical order
1616                 
1617         * src/plugins/clamav/clamav_plugin.[ch]
1618           src/plugins/clamav/clamav_plugin_gtk.c
1619                 rename some params
1620                 resize max_size window
1621                 re-arrange the order of some gui elements
1622                 improve descriptions
1623         
1624         * src/plugins/image_viewer/plugin.c
1625           src/plugins/mathml_viewer/mathml_viewer.c
1626                 add descriptions
1627                 
1628         * src/plugins/spamassassin/spamassassin_gtk.c
1629                 resize max_size window
1630                 re-arrange the order of some gui elements
1631                 
1632         * src/messageview.c
1633           src/mimeview.c
1634                 correct typos
1635
1636 2003-04-30 [alfons]     0.8.11claws124
1637
1638         * src/imap.c
1639                 fix a leak found while browsing Martin Kluge's 
1640                 valgrind log (Claws only)
1641
1642 2003-04-29 [darko]      0.8.11claws123
1643
1644         * src/gtk/gtkstext.h
1645                 include wchar.h if it is available, fixes compilation
1646                 on HP-UX systems
1647
1648 2003-04-29 [melvin]     0.8.11claws122
1649
1650         * src/prefs_actions.c
1651                 Improved help text of Actions' syntax
1652
1653 2003-04-28 [paul]       0.8.11claws121
1654
1655         * src/action.c
1656                 a better fix for the crash when performing an action
1657                 on a mime part
1658
1659 2003-04-28 [paul]       0.8.11claws120
1660
1661         * src/action.c
1662                 fix crash when performing an action on a
1663                 mime part
1664
1665 2003-04-28 [paul]       0.8.11claws119
1666
1667         * sync with 0.8.11cvs36
1668                 see ChangeLog 2003-04-28
1669
1670 2003-04-27 [paul]       0.8.11claws118
1671
1672         * more sync with 0.8.11cvs35
1673                 see ChangeLog 2003-04-25
1674
1675 2003-04-26 [christoph]  0.8.11claws117
1676
1677         * src/folder.c
1678                 fix remove virtual check
1679
1680 2003-04-26 [paul]       0.8.11claws116
1681
1682         * src/messageview.c
1683                 fix return-receipt, make it work again
1684
1685 2003-04-26 [paul]       0.8.11claws115
1686
1687         * src/mimeview.c
1688                 restore double-clicking of the [application/pgp-signature 
1689                 (Select "Check signature" to check)] line in the message view,
1690                 broken in recent sync
1691
1692 2003-04-26 [christoph]  0.8.11claws114
1693
1694         * src/folder.c
1695                 check if remove virtual really exists before
1696                 calling the function
1697
1698 2003-04-25 [match]      0.8.11claws113
1699
1700         * src/addrindex.c
1701         * src/addrbook.c
1702         * src/ldapquery.[ch]
1703         * src/ldapctrl.[ch]
1704                 fix memleak.
1705         * src/ldapserver.[ch]
1706                 fix memleak. fix segfault.
1707                 plug a Claws memleak
1708
1709 2003-04-25 [alfons]     0.8.11claws112
1710
1711         * src/folder.c
1712                 plug a Claws memleak
1713
1714 2003-04-25 [alfons]     0.8.11claws111
1715
1716         * src/common/session.c
1717                 plug a memleak
1718
1719 2003-04-25 [paul]       0.8.11claws110
1720
1721         * sync with 0.8.11cvs35
1722                 see ChangeLog 2003-04-24 and 2003-04-25
1723                 
1724         * src/gtk/pluginwindow.c
1725                 correct another strange float value
1726
1727 2003-04-24 [christoph]  0.8.11claws109
1728
1729         * src/folder.c
1730                 freeze folder item updates when unsetting new flags
1731
1732         * src/gtk/pluginwindow.c
1733                 correct strange float value
1734
1735 2003-04-23 [paul]       0.8.11claws108
1736
1737         * sync with 0.8.11cvs33
1738                 see ChangeLog 2003-04-23
1739
1740 2003-04-22 [paul]       0.8.11claws107
1741
1742         * src/Makefile.am
1743           src/messageview.c
1744           src/mimeview.c
1745           src/pgptext.[ch]      ** REMOVED **
1746                 remove pgptext.[ch] as its not used any more
1747
1748 2003-04-22 [paul]       0.8.11claws106
1749
1750         * sync with 0.8.11cvs31
1751                 see ChangeLog 2003-04-21 and 2003-04-22
1752
1753 2003-04-21 [alfons]     0.8.11claws105
1754
1755         * src/main.c
1756                 No access to GTK structures if we're a spawned child
1757                 (and clean up code a little bit...) Should fix #126.
1758
1759 2003-04-21 [melvin]     0.8.11claws104
1760
1761         * src/plugins/dillo_viewer/README
1762                 Improved slightly the text.
1763
1764 2003-04-21 [melvin]     0.8.11claws103
1765
1766         * src/plugins/dillo_viewer/README *** NEW ***
1767                 Added a README file for the Dillo plugin
1768
1769 2003-04-20 [paul]
1770
1771         * tools/README
1772           tools/outlook2sylpheed.pl
1773                 updated and improved by Ricardo Mones Lastra
1774
1775 2003-04-18 [oliver]     0.8.11claws102
1776
1777         * src/inc.c 
1778         * src/prefs_account.h
1779                 remove Pop3SessionType (used by selective download)
1780         * src/prefs_toolbar.c
1781                 enable set Default Toolbar button
1782
1783 2003-04-18 [paul]       0.8.11claws101
1784
1785         * sync with 0.8.11cvs29
1786                 see ChangeLog 2003-04-18
1787
1788 2003-04-17 [paul]       0.8.11claws100
1789
1790         * src/prefs_common.[ch]
1791           src/summaryview.c
1792                 remove 'Open next message on deletion' option,
1793                 as the same effect can now be achieved via the
1794                 'Always open messages in summary when selected'
1795                 option.
1796
1797 2003-04-17 [paul]       0.8.11claws99
1798
1799         * sync with 0.8.11cvs28
1800                 see ChangeLog 2003-04-17
1801
1802 2003-04-17 [christoph]  0.8.11claws98
1803
1804         * ac/spamassassin.m4
1805         * src/plugins/spamassassin/libspamc.[ch]
1806         * src/plugins/spamassassin/utils.[ch]
1807                 sync libspamc with SpamAssassin project
1808
1809 2003-04-17 [christoph]  0.8.11claws97
1810
1811         * src/common/socket.h
1812         * src/gtk/sslcertwindow.h
1813                 rename old USE_SSL to USE_OPENSSL
1814
1815 2003-04-17 [paul]       0.8.11claws96
1816
1817         * src/prefs_common.h
1818                 use gulong for P_COLOR so that it compiles/runs on
1819                 64-bit systems. Patch submitted by James Noyes
1820                 <jnoyes-claws@retrogeeks.com>
1821                 
1822         * po/de.po
1823                 updated by Jens
1824
1825 2003-04-17 [paul]       0.8.11claws95
1826
1827         * sync with 0.8.11cvs27
1828                 see ChangeLog 2003-04-16
1829
1830 2003-04-15 [paul]       0.8.11claws94
1831
1832         * src/prefs_common.[ch]
1833                 rearrange to stop the window getting too long:
1834                         move Receive dialog stuff to Receive tab
1835                         move Send dialog to Send tab
1836                         remove Dialogs frame
1837                 rename 'Open messages in summary with cursor keys' to
1838                 'Always open messages in summary when selected', as its
1839                 more appropriate
1840
1841 2003-04-15 [paul]       0.8.11claws93
1842
1843         * src/prefs_common.[ch]
1844           src/summaryview.c
1845                 add new option '/Interface/Open next message on deletion'
1846
1847 2003-04-15 [paul]       0.8.11claws92
1848
1849         * src/summaryview.[ch]
1850                 add /Mark/Lock and /Mark/Unlock to the pop-up
1851                 menu. Patch submitted by Ivan Francolin Martinez
1852                 <ivanfm@users.sourceforge.net>
1853
1854 2003-04-15 [paul]       0.8.11claws91
1855
1856         * sync with 0.8.11cvs24
1857                 see ChangeLog 2003-04-15
1858
1859 2003-04-14 [jens]       0.8.11claws90
1860
1861         * updated German translation and some corrections from
1862                 Roland Bless <bless@tm.uka.de>
1863
1864 2003-04-14 [paul]       0.8.11claws89
1865
1866         * sync with 0.8.11cvs22
1867                 see ChangeLog 2003-04-14
1868
1869 2003-04-13 [paul]       0.8.11claws88
1870
1871         * src/plugins/clamav/clamav_plugin.c
1872                 fix memory leaks
1873                 clean up
1874
1875 2003-04-12 [paul]       0.8.11claws87
1876
1877         * src/plugins/clamav/clamav_plugin.c
1878                 activate enable/disable archive scanning option
1879                 
1880         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1881
1882 2003-04-12 [paul]       0.8.11claws86
1883
1884         * src/plugins/Makefile.am
1885           src/plugins/clamav/Makefile.am                ** NEW FILE **
1886           src/plugins/clamav/README                     ** NEW FILE ** 
1887           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1888           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1889                 add Clam AntiVirus plugin
1890
1891 2003-04-12 [paul]       0.8.11claws85
1892
1893         * sync with 0.8.11cvs21
1894                 see ChangeLog 2003-04-11
1895
1896 2003-04-11 [paul]       0.8.11claws84
1897
1898         * po/es.po
1899                 update Spanish translation. Submitted by Ricardo
1900                 Mones Lastra.
1901
1902 2003-04-10 [christoph]  0.8.11claws83
1903
1904         * src/mbox.c
1905                 fix typo that did not move unfiltered mails to destination
1906                 folder
1907
1908         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1909          when filtering from spool)
1910
1911 2003-04-10 [christoph]  0.8.11claws82
1912
1913         * src/imap.c
1914                 use BODY.PEEK instead of BODY in in message fetch operation
1915                 to make sure the IMAP server does not set the \Seen flag for
1916                 messages. Sylpheed does that later itself, when the message
1917                 is opened in sylpheed
1918
1919         (closes Bug 111 Claws destroys unread marks)
1920
1921 2003-04-09 [oliver]     0.8.11claws81
1922         
1923         * src/folder.c
1924                 fix crash in folder_destroy
1925         * README.claws
1926                 remove selective download
1927
1928 2003-04-09 [christoph]  0.8.11claws80
1929
1930         * src/imap.c
1931                 fix crash in imap_get_msginfo() when then fetched message
1932                 is not found
1933
1934         (closes Bug 110 Crash during mail composition)
1935
1936 2003-04-08 [christoph]  0.8.11claws79
1937
1938         * src/folder.c
1939         * src/prefs_account.c
1940                 Filter new messages that are found in an INBOX folder
1941                 when 'Filter messages on receiving' is enabled in the
1942                 Folder's AccountPrefs. This allows to use Sylpheed's
1943                 filtering engine for IMAP folders where messages are
1944                 added to the INBOX by a MTA
1945
1946 2003-04-08 [paul]       0.8.11claws78
1947
1948         * src/procmsg.h
1949                 clean up after last commit
1950
1951 2003-04-08 [paul]       0.8.11claws77
1952
1953         * sync with 0.8.11cvs20
1954                 see ChangeLog 2003-04-07 and 2003-04-08
1955
1956 2003-04-07 [christoph]  0.8.11claws76
1957
1958         * src/filtering.[ch]
1959         * src/inc.[ch]
1960         * src/mbox.c
1961         * src/procmsg.[ch]
1962                 add procmsg_msginfo_filter() to execute filtering actions
1963
1964 2003-04-06 [christoph]  0.8.11claws75
1965
1966         * src/imap.c
1967                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1968
1969 2003-04-06 [christoph]  0.8.11claws74
1970
1971         * src/common/utils.[ch]
1972                 add g_int_compare() function for slist sorting
1973
1974         * src/imap.c
1975                 fetch all MsgInfos with one command in imap_get_msginfos()
1976                 using an imap set with a list of ranges
1977
1978         * src/news.c
1979                 use new g_int_compare() function
1980
1981 2003-04-06 [thorsten]   0.8.11claws73
1982
1983         * src/mh.c
1984                 corrected implementation of mh_folder_destroy()
1985
1986 2003-04-05 [christoph]  0.8.11claws72
1987
1988         * src/account.c
1989         * src/folder.[ch]
1990         * src/folderview.c
1991         * src/imap.c
1992         * src/inc.c
1993         * src/main.c
1994         * src/mainwindow.c
1995         * src/mbox_folder.c
1996         * src/mh.c
1997         * src/mimeview.h
1998         * src/msgcache.[ch]
1999         * src/news.c
2000         * src/procmime.h
2001         * src/procmsg.[ch]
2002         * src/setup.c
2003         * src/gtk/gtkutils.c
2004                 o rename structure field names class and new to klass and
2005                   new_msgs, to allow including files in C++
2006                 o add 'extern "C"' block to some header files
2007                 o add MsgInfoList and MsgNumberList as alias for GSList for
2008                   developers to know what type of list is expected
2009
2010         * src/plugins/image_viewer/plugin.c
2011         * src/plugins/image_viewer/viewer.[ch]
2012         * src/plugins/image_viewer/viewerprefs.[ch]
2013                 rename function names to prevent conflicts
2014
2015 2003-04-05 [paul]       0.8.11claws71
2016
2017         * sync with 0.8.11cvs18
2018                 see ChangeLog 2003-04-03 and 2003-04-04
2019
2020 2003-04-02 [christoph]  0.8.11claws70
2021
2022         * src/folder.[ch]
2023         * src/imap.[ch]
2024         * src/mbox_folder.[ch]
2025         * src/mh.[ch]
2026         * src/news.[ch]
2027                 o Make all virtual folder functions private
2028                 o remove unused folder code
2029
2030         * src/common/socket.[ch]
2031         * src/summaryview.c
2032                 fix warnings
2033
2034 2003-03-30 [alfons]     0.8.11claws69
2035
2036         * src/send_message.c
2037                 remove two debug traces and see if people still report
2038                 errors
2039
2040 2003-03-30 [alfons]     0.8.11claws68
2041
2042         * src/send_message.c
2043         * src/commons/session.c
2044                 add more debug traces
2045
2046 2003-03-30 [christoph]  0.8.11claws67
2047
2048         * src/folder.c
2049                 change processing folder name from .processing to processing
2050
2051         * src/common/ssl.c
2052                 disable SSL certificate check because it causes Xlib error
2053                 when the child process want's to open an GTK window
2054
2055 2003-03-30 [christoph]  0.8.11claws66
2056
2057         * src/folder.c
2058                 don't use default folder for processing folder item because
2059                 it can be a non local folder
2060
2061         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2062
2063 2003-03-30 [alfons]     0.8.11claws65
2064
2065         * src/send_message.c
2066                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2067                 to generate bad code for 'send_send_data_progressive': When
2068                 called from 'send_send_data_finished', the 'data' pointer is
2069                 cleared just before the assignment to the dialog pointer
2070
2071 2003-03-29 [christoph]  0.8.11claws64
2072
2073         * src/common/prefs.h
2074         * src/plugins/image_viewer/Makefile.am
2075         * src/plugins/image_viewer/plugin.c
2076         * src/plugins/image_viewer/viewer.[ch]
2077         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2078                 add PrefsPage for ImageViewer
2079
2080 2003-03-28 [thorsten]   0.8.11claws63
2081
2082         * src/common/session.c
2083                 added some comments
2084
2085 2003-03-28 [paul]       0.8.11claws62
2086
2087         * sync with 0.8.11cvs16
2088                 see ChangeLog 2003-03-28
2089
2090 2003-03-28 [paul]       0.8.11claws61
2091
2092         * sync with 0.8.11cvs15
2093                 see ChangeLog 2003-03-28
2094
2095 2003-03-27 [christoph]  0.8.11claws60
2096
2097         * src/folder.c
2098         * src/imap.c
2099         * src/common/socket.[ch]
2100                 set socket state to DISCONNECTED when any operation
2101                 fails to allow reconnecting in IMAP code without
2102                 checking the return code of all calls to the command
2103                 functions
2104
2105         * src/folderview.c
2106         * src/summaryview.c
2107                 remove some more stuff that depends on specific
2108                 folder types
2109
2110 2003-03-27 [paul]       0.8.11claws59
2111
2112         * sync with 0.8.11cvs14
2113                 see ChangeLog 2003-03-27
2114                 
2115         * src/selective_download.[ch]   ** REMOVED **
2116                 really removed
2117
2118 2003-03-27 [christoph]  0.8.11claws58
2119
2120         * src/folder.c
2121                 fix handling of tmp_flags in flag copy function
2122
2123 2003-03-27 [paul]       0.8.11claws57
2124
2125         * sync with 0.8.11cvs13
2126                 see ChangeLog 2003-03-27
2127
2128 2003-03-27 [oliver]     0.8.11claws56
2129
2130         * src/maiwindow.c
2131                 remove sel_download_cb
2132
2133 2003-03-27 [oliver]     0.8.11claws55
2134         
2135         * src/inc.c
2136                 remove POP3_TOP
2137         
2138 2003-03-26 [oliver]     0.8.11claws54
2139
2140         *src/pop.h
2141                 remove POP3_TOP*
2142         * README.claws
2143                 remove selective donwload readme
2144
2145 2003-03-26 [oliver]     0.8.11claws53
2146         * src/matcher.[ch]
2147         * src/matcher_parser_parse.y 
2148         * src/pop.c 
2149         * src/prefs_account.[ch]
2150         * src/prefs_filtering.c
2151                 remove selective donwload
2152
2153 2003-03-26 [oliver]     0.8.11claws52
2154
2155         * src/inc.[ch] 
2156         * src/filtering.c 
2157         * src/mainwindow.c 
2158                 remove selective donwload
2159
2160 2003-03-26 [oliver]     0.8.11claws51
2161         
2162         * src/Makefile.am
2163         * src/selective_download.[ch]   ** REMOVE **    
2164
2165 2003-03-26 [christoph]  0.8.11claws50
2166
2167         * src/news.c
2168                 fix NEWS that got broken by a sync with sylpheed-main
2169
2170 2003-03-26 [christoph]  0.8.11claws49
2171
2172         * src/mimeview.c
2173                 fix mime type guessing when no mime type is found for a file
2174
2175 2003-03-25 [christoph]  0.8.11claws48
2176
2177         * src/mimeview.c
2178         * src/procmime.c
2179                 remove mime type guessing from mime parser and use
2180                 name based mime types in viewer lookup for mime type
2181                 application/octet-stream
2182
2183 2003-03-25 [christoph]  0.8.11claws47
2184
2185         * doc-src/readme.txt
2186         * doc-src/rfc2554.txt
2187                 add RFC about SMTP AUTH
2188
2189         * src/send_message.c
2190         * src/common/smtp.[ch]
2191                 add extra error code for authentication errors and
2192                 clear temporary password when this error occurs
2193
2194         (closes Bug 84 authentication failure while sending should
2195          prompt for password again)
2196
2197 2003-03-25 [christoph]  0.8.11claws46
2198
2199         * configure.ac
2200         * src/Makefile.am
2201         * src/imageview.[ch]                            ** REMOVE **
2202         * src/messageview.[ch]
2203         * src/mimeview.[ch]
2204         * src/prefs_common.[ch]
2205         * src/textview.c
2206         * src/plugins/Makefile.am
2207         * src/plugins/image_viewer/.cvsignore           ** NEW **
2208         * src/plugins/image_viewer/Makefile.am          ** NEW **
2209         * src/plugins/image_viewer/plugin.c             ** NEW **
2210         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2211                 move image viewer into a plugin (building is enabled by default)
2212                 [ToDo: Prefs for resize and autoview]
2213
2214 2003-03-25 [paul]       0.8.11claws45
2215
2216         * sync with 0.8.11cvs12
2217                 see ChangeLog 2003-03-26
2218
2219 2003-03-25 [paul]       0.8.11claws44
2220
2221         * sync with 0.8.11cvs11
2222                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2223                 
2224         Note: Selective Download is broken.
2225                 
2226 2003-03-22 [christoph]  0.8.11claws43
2227
2228         * src/folder.c
2229                 code cleanup for flags copying
2230
2231 2003-03-22 [christoph]  0.8.11claws42
2232
2233         * src/plugins/trayicon/trayicon.c
2234                 fix setting the transparent area when the window size
2235                 is forced by the system tray
2236
2237 2003-03-22 [christoph]  0.8.11claws41
2238
2239         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2240         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2241         * src/plugins/trayicon/newmail.xpm              ** NEW **
2242         * src/plugins/trayicon/nomail.xpm               ** NEW **
2243         * src/plugins/trayicon/trayicon.c
2244         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2245                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2246                 o add icon for unread mails
2247                 o set transparency for window
2248
2249 2003-03-22 [christoph]  0.8.11claws40
2250
2251         * src/news.c
2252                 init news session to prevent crash when session is closed
2253
2254 2003-03-22 [christoph]  0.8.11claws39
2255
2256         * src/imap.c
2257         * src/common/session.[ch]
2258                 Init session data to make sure we don't have invalid pointers
2259                 for read_ch and write_ch when new multi process sessions are
2260                 not used
2261
2262         * src/main.c
2263         * src/common/plugin.c
2264         * src/common/sylpheed.c
2265         * src/plugins/demo/demo.c
2266         * src/plugins/dillo_viewer/dillo_viewer.c
2267         * src/plugins/mathml_viewer/mathml_viewer.c
2268         * src/plugins/spamassassin/spamassassin.c
2269         * src/plugins/spamassassin/spamassassin_gtk.c
2270                 add plugin types to allow loading plugins at different times
2271                 (and maybe for different frontends), because it's not good to
2272                 load GTK-Plugins gefore gtk_init was called
2273
2274         * configure.ac
2275         * src/plugins/Makefile.am
2276         * src/plugins/trayicon/.cvsignore               ** NEW **
2277         * src/plugins/trayicon/Makefile.am              ** NEW **
2278         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2279         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2280         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2281         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2282         * src/plugins/trayicon/trayicon.c               ** NEW **
2283                 New Trayicon plugin that shows an icon in a systray that uses
2284                 XEMBED protocol like Gnome's systray. Icon shows if there
2285                 are new mails and a tooltip shows information about new,
2286                 unread and total messages.
2287
2288 2003-03-22 [paul]       0.8.11claws38
2289
2290         * src/common/smtp.c
2291                 fix ESMTP AUTH CRAM-MD5
2292                 [sync with main (still version 0.8.11cvs6), see
2293                  ChangeLog 2003-03-22]
2294
2295 2003-03-21 [colin]      0.8.11claws37
2296
2297         * src/send_message.c
2298                 Fix USE_SSL => USE_OPENSSL
2299
2300 2003-03-21 [colin]      0.8.11claws36
2301
2302         * src/folderview.c
2303                 Fix counts in drag and dropped subfolders
2304
2305 2003-03-21 [colin]      0.8.11claws35
2306
2307         * src/folder.c 
2308         * src/folderview.c
2309                 speed up a bit folder dnd
2310
2311 2003-03-20 [alfons]     0.8.11claws34
2312
2313         * src/main.c
2314         * src/toolbar.c
2315         * src/procmsg.c
2316                 don't send locked queue messages
2317                 (feature request "[ 705245 ] Locking message in outbox 
2318                  should prevent sending")
2319
2320 2003-03-20 [christoph]  0.8.11claws33
2321
2322         * src/folder.c
2323                 remove NEW and UNREAD flag in special folders when scanning
2324                 
2325         * src/common/smtp.c
2326                 fix ESMTP AUTH CRAM-MD5
2327
2328 2003-03-20 [paul]       0.8.11claws32
2329
2330         * src/prefs_account.c
2331                 Re-write 'Tunnel command to open connection' as
2332                 'Use command to communicate with server', and disable
2333                 it for all except IMAP accounts
2334
2335 2003-03-20 [paul]       0.8.11claws31
2336
2337         * sync with 0.8.11cvs6
2338                 see ChangeLog 2003-03-20
2339
2340 2003-03-19 [match]      0.8.11claws30
2341
2342         * src/addritem.[ch]
2343                 include documentation. minor refactoring.
2344         * src/addr_compl.[ch]
2345         * src/addrindex.[ch]
2346         * src/addresbook.[ch]
2347         * src/summaryview.c
2348                 re-enable address lookup (was disabled in
2349                 0.8.11claws20).
2350
2351 2003-03-19 [christoph]  0.8.11claws29
2352
2353         * src/procmsg.c
2354                 add temp flag handling, will make moving and copying
2355                 messages possible again
2356
2357         * src/folder.c
2358                 correct calulation of folder stats
2359
2360 2003-03-18 [match]      0.8.11claws28
2361
2362         * src/editgroup.h
2363                 remove case sensitive comparison (closes bug 80).
2364
2365 2003-03-18 [christoph]  0.8.11claws27
2366
2367         * src/imap.c
2368                 fix imap using a tunnel command
2369
2370         (closes bug 87)
2371
2372 2003-03-18 [christoph]  0.8.11claws26
2373
2374         * src/folder.[ch]
2375         * src/imap.c
2376         * src/procmsg.[ch]
2377                 rewrite flag handling for folders
2378
2379 2003-03-18 [christoph]  0.8.11claws25
2380
2381         * src/folder.c
2382         * src/procmsg.c
2383         * src/summaryview.c
2384                 unset NEW and UNREAD flags when message is ignored, to make
2385                 sure messages don't show up as unread on other IMAP clients,
2386                 because the IGNORE_THREAD flag can not be syncronized through
2387                 the IMAP folder
2388
2389 2003-03-17 [christoph]  0.8.11claws24
2390
2391         * src/imap.c
2392                 don't use recursion to fetch uids when the number of messages
2393                 does not match. Moved code into subfunction that is used
2394                 again when needed, to prevent an endless loop.
2395
2396 2003-03-17 [thorsten]   0.8.11claws23
2397
2398         * src/imageview.[ch]
2399                 export imageview_get_resized_size() (for plugins)
2400         * src/prefs_common.[ch]
2401                 added prefs_common_get() (for plugins)
2402
2403 2003-03-17 [christoph]  0.8.11claws22
2404
2405         * src/imap.c
2406                 o remove UID guessing from copy code
2407                 o support UIDPLUS extension for APPEND command
2408
2409 2003-03-17 [paul]       0.8.11claws21
2410
2411         * src/gtk/about.c
2412                 remove 'Compiled-plugins' section.
2413                 
2414         * src/plugins/dillo_viewer/dillo_viewer.c
2415                 slight change to description text
2416
2417 2003-03-16 [match]      0.8.11claws20
2418         * src/ldapserver.[ch]           ** NEW **
2419         * src/ldapctrl.[ch]             ** NEW **
2420         * src/ldapquery.[ch]            ** NEW **
2421         * src/ldaputil.[ch]             ** NEW **
2422         * src/addrcindex.[ch]           ** NEW **
2423         * src/addrquery.h               ** NEW **
2424         * src/addritem.[ch]
2425         * src/addrcache.[ch]
2426         * src/addrindex.[ch]
2427         * src/addr_compl.[ch]
2428         * src/addressbook.[ch]
2429         * src/addrbook.[ch]
2430         * src/editgroup.c
2431         * src/editaddress.c
2432         * src/editldap.c
2433         * src/editldap_basedn.c
2434         * src/vcard.c
2435         * src/jpilot.c
2436         * src/Makefile.am
2437                 included dynamic LDAP queries. improved address
2438                 completion.
2439
2440 2003-03-16 [paul]       0.8.11claws19
2441
2442         * tools/multiwebsearch.pl
2443                 fix a fatal typo
2444
2445 2003-03-16 [christoph]  0.8.11claws18
2446
2447         * src/mimeview.c
2448         * src/plugins/dillo_viewer/dillo_viewer.c
2449         * src/plugins/mathml_viewer/mathml_viewer.c
2450                 make unregistering of MimeViewerFactorys possible
2451
2452 2003-03-16 [alfons]     0.8.11claws17
2453
2454         * configure.ac
2455                 correct typo
2456
2457 2003-03-16 [melvin]     0.8.11claws16
2458
2459         * src/plugins/dillo_viewer.c
2460                 Fixed bug where it was not possible to view more than
2461                 one text/html attachment per message (bug discovered
2462                 by Christoph Hohmann).
2463
2464 2003-03-15 [melvin]     0.8.11claws15
2465
2466         * src/prefs_actions.c
2467                 Fixed compilation warnings.
2468
2469 2003-03-15 [melvin]     0.8.11claws14
2470
2471         * src/plugins/Makefile.am
2472         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2473         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2474         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2475                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2476                 newer (http://dillo.auriga.wearlab.de/).
2477
2478 2003-03-15 [christoph]  0.8.11claws13
2479
2480         * src/imap.c
2481                 don't query imap folder for attributes because we already
2482                 for them from imap_status
2483
2484         * src/mimeview.[ch]
2485                 add support for plugable MimeViewers (unloading Viewers
2486                 not yet complete)
2487
2488         * src/plugins/Makefile.am
2489         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2490         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2491         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2492                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2493                 widget from http://helm.cs.unibo.it/mml-widget/
2494
2495 2003-03-14 [christoph]  0.8.11claws12
2496
2497         * src/folder.[ch]
2498                 o error return code's should better be negative
2499                 o replace printf with debug_print
2500
2501         * src/imap.c
2502                 improve IMAP folder scan by checking UID-NEXT
2503
2504         * src/summaryview.c
2505                 remove check that are unnecessary in my opinion
2506
2507 2003-03-13 [christoph]  0.8.11claws11
2508
2509         * src/folder.[ch]
2510         * src/foldersel.c
2511         * src/folderview.c
2512         * src/imap.c
2513         * src/mbox_folder.c
2514         * src/mh.c
2515         * src/news.c
2516         * src/prefs_scoring.c
2517         * src/summaryview.c
2518                 use a common function to get a displayable name
2519                 for a FolderItem
2520
2521 2003-03-13 [paul]       0.8.11claws10
2522
2523         * tools/Makefile.am
2524           tools/README
2525           tools/multiwebsearch.conf     ** NEW FILE **
2526           tools/multiwebsearch.pl       ** NEW FILE **
2527                 add multiwebsearch Actions script
2528
2529 2003-03-13 [colin]      0.8.11claws9
2530
2531         * src/compose.c
2532                 Remove leading emtpy lines from quoted text
2533                 before quoting it
2534
2535 2003-03-13 [melvin]     0.8.11claws8
2536
2537         * src/prefs_actions.c
2538                 Fixed a memory leak
2539                 Code clean ups
2540                 Added Cancel and OK buttons
2541                 Corrected help text
2542
2543 2003-03-13 [christoph]  0.8.11claws7
2544
2545         * src/account.c
2546         * src/folder.[ch]
2547         * src/imap.c
2548         * src/mainwindow.c
2549         * src/mbox_folder.c
2550         * src/mh.c
2551         * src/news.c
2552         * src/setup.c
2553                 replace more folder type stuff with folder class stuff
2554
2555 2003-03-13 [melvin]     0.8.11claws6
2556
2557         * src/prefs_actions.c
2558                 Added new tokens:
2559                 %u: user provided argument
2560                 %h: user provided argument (hidden on input)
2561                 %s: current text selection in the message view 
2562
2563 2003-03-13 [paul]       0.8.11claws5
2564
2565         * sync with 0.8.11cvs5
2566                 see ChangeLog 2003-03-11, 2003-03-12
2567
2568 2003-03-12 [christoph]  0.8.11claws4
2569
2570         * src/folder.c
2571                 use folder class idstr when writing folderlist.xml
2572
2573         * src/folder.h
2574         * src/imap.c
2575         * src/news.c
2576                 replace folder type checks with folder class checks
2577
2578 2003-03-12 [christoph]  0.8.11claws3
2579
2580         * src/folder.[ch]
2581         * src/imap.[ch]
2582         * src/main.c
2583         * src/mbox_folder.[ch]
2584         * src/mh.[ch]
2585         * src/news.[ch]
2586                 o create a list of known folder classes in the folder system
2587                 o use folder class id strings for folder item identifiers
2588
2589 2003-03-12 [christoph]  0.8.11claws2
2590
2591         * src/imap.c
2592                 fix imap uid validity check
2593
2594 2003-03-12 [christoph]  0.8.11claws1
2595
2596         * src/account.c
2597         * src/folder.[ch]
2598         * src/foldersel.c
2599         * src/folderview.c
2600         * src/imap.c
2601         * src/mainwindow.c
2602         * src/mbox_folder.c
2603         * src/mh.c
2604         * src/news.c
2605         * src/prefs_scoring.c
2606         * src/procmsg.c
2607         * src/setup.c
2608         * src/summaryview.c
2609                 initial restructuring of folder system, seperating
2610                 folders and folder classes
2611
2612 2003-03-12 [paul]       0.8.11claws
2613
2614         0.8.11claws release
2615
2616 2003-03-12 [christoph]
2617
2618         * src/gtk/prefswindow.c
2619                 fix translation of "Page Index"
2620
2621 2003-03-12 [paul]       0.8.10claws110
2622
2623         a sync from 0.8.11cvs4 before the release
2624
2625         * src/common/utils.c
2626                 subject_compare_for_sort(): allow null strings (fixes
2627                 summary sorting).
2628
2629 2003-03-11 [paul]       0.8.10claws109
2630
2631         * po/es.po
2632                 update Spanish translation, submitted by
2633                 Ricardo Mones Lastra
2634
2635 2003-03-11 [melvin]     0.8.10claws108
2636
2637         * po/fr.po
2638                 Updated French translations
2639
2640 2003-03-11 [paul]       0.8.10claws107
2641
2642         * manual/en/Makefile.am
2643           manual/en/*.html
2644                 update English manual, add a new page
2645                 updated by Francois Barriere <fbarriere@atmel.fr>
2646                 
2647         * po/bg.po
2648           po/it.po
2649           po/sr.po
2650                 update Bulgarian, Italian, and Serbian translations
2651                 submitted by George Danchev, Alessandro Maestri, and
2652                 Urke MMI
2653
2654 2003-03-10 [paul]       0.8.10claws106
2655
2656         * src/gtk/about.c
2657           src/gtk/prefswindow.c
2658                 make some strings translatable
2659
2660 2003-03-10 [darko]      0.8.10claws105
2661
2662         * src/compose.c
2663                 code cleanup to make Hiro happy
2664
2665 2003-03-10 [paul]       0.8.10claws104
2666
2667         * sync with 0.8.11cvs2
2668                 see ChangeLog 2003-03-10
2669
2670 2003-03-09 [melvin]     0.8.10claws103
2671
2672         * src/textview.c
2673                 textview_set_font(): fix for message display in
2674                 UTF-8 locales (thanks to Sergey Vlasov).
2675                 (was unintentionnaly reverted in 0.8.6claws6)   
2676
2677 2003-03-08 [darko]      0.8.10claws102
2678
2679         * src/compose.c
2680                 fix infinite loop in wrapping as reported
2681                 by happycactus
2682                 obsoletes patch #696482
2683
2684 2003-03-08 [christoph]  0.8.10claws101
2685
2686         * src/imap.c
2687                 add workaround for IMAP servers that do not
2688                 support the "UID SEARCH UID" command
2689
2690 2003-03-07 [christoph]  0.8.10claws100
2691
2692         * src/plugins/spamassassin/spamassassin.[ch]
2693         * src/plugins/spamassassin/spamassassin_gtk.c
2694                 code cleanup
2695
2696 2003-03-07 [paul]       0.8.10claws99
2697
2698         * po/es.po
2699                 updated Spanish translation, submitted by
2700                 Ricardo Mones Lastra
2701
2702 2003-03-07 [christoph]  0.8.10claws98
2703
2704         * src/send.c
2705                 fix in 0.8.10claws94 was wrong
2706                 local delivery does not require escaping, remove escaping
2707                 code to make signatures of mails with "." lines valid
2708                 
2709                 NOTE: requires that sendmail is executed with "-i" option,
2710                       what is the default now, but has to be changed in all
2711                       exsiting accounts)
2712
2713 2003-03-07 [paul]       0.8.10claws97
2714
2715         * sync with 0.8.11 release
2716                 see ChangeLog 2003-03-07
2717
2718 2003-03-06 [paul]       0.8.10claws96
2719
2720         * src/compose.c
2721                 revert commit 0.8.10claws92
2722
2723 2003-03-06 [paul]       0.8.10claws95
2724
2725         * src/folderview.c
2726                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2727
2728         * src/gtkaspell.c
2729                 fix bug 74, 'Crash opening editor window with pseudo-color
2730                 display'
2731                 
2732         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2733
2734 2003-03-06 [christoph]  0.8.10claws94
2735
2736         * src/send.c
2737                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2738                 all lines starting with a period get an extra period
2739                 inserted
2740                 (found by Simon 'corecode' Schubert)
2741
2742 2003-03-06 [paul]       0.8.10claws93
2743
2744         * src/folderview.c
2745                 if configured font can't be loaded fall back to gtk
2746                 default. (with thanks to Christoph)
2747                 
2748                 closes long-standing bug 15 'Crashes on startup'
2749
2750 2003-03-06 [paul]       0.8.10claws92
2751
2752         * src/compose.c
2753                 freeze text before autosave and thaw afterwards
2754                 fixes bug 67 'autosave make re-rediting message crazy'
2755
2756 2003-03-06 [christoph]  0.8.10claws91
2757
2758         * src/compose.c
2759                 ignore address comment in dupe check for Cc-list
2760
2761         (closes reopened bug 47 Replying to message strips name part of
2762          e-mail addresses of Cc: lines)
2763
2764 2003-03-06 [paul]       0.8.10claws90
2765
2766         * src/Makefile.am
2767                 remove reference to gtkxtext.h as its no longer in
2768                 the repository
2769
2770 2003-03-06 [paul]       0.8.10claws89
2771
2772         * sync with 0.8.10cvs25
2773                 see ChangeLog 2003-03-06
2774
2775 2003-03-06 [oliver]     0.8.10claws88
2776         
2777         * src/messageview.c
2778                 remove include
2779
2780 2003-03-06 [oliver]     0.8.10claws87
2781         
2782         * src/folderview.c 
2783                 remove changes introduced inclaws74
2784         * src/messageview.c
2785                 another attempt to sanely delete and update
2786                 messages deleted in separate messageview
2787
2788 2003-03-05 [christoph]  0.8.10claws86
2789
2790         * src/summaryview.c
2791                 check if "From" matches any account's address if
2792                 addressbook completion of addresses is disabled too
2793
2794         (closes Bug 70 "Display recipient in from" doesn't check
2795          folder's default account)
2796
2797 2003-03-05 [christoph]  0.8.10claws85
2798
2799         * src/compose.c
2800         * src/common/utils.[ch]
2801                 don't strip address comments when building Cc lists
2802
2803         (closes Bug 47 Replying to message strips name part of e-mail addresses
2804          of Cc: lines)
2805
2806         * src/folder.c
2807                 fix return value of copy function
2808
2809 2003-03-05 [christoph]  0.8.10claws84
2810
2811         * src/imap.c
2812                 don't ask imap server for non rfc822 headers
2813
2814         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2815
2816         * src/imap.c
2817                 destroy session on socket error to allow reconnecting
2818
2819 2003-03-05 [christoph]  0.8.10claws83
2820
2821         * configure.ac
2822                 fix building with gnome when no prefix is set
2823
2824         (closes bug 66 Gnome directory is set to NONE)
2825
2826 2003-03-05 [paul]       0.8.10claws82
2827
2828         * sync with 0.8.10cvs23
2829                 see ChangeLog 2003-03-05
2830
2831 2003-03-04 [christoph]  0.8.10claws81
2832
2833         * src/folder.c
2834                 o fix moving and copying when folder returns 0 for new
2835                   message number
2836                 o remove some code for single message copy and move
2837                   operations and use functions for multiple messages
2838
2839         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2840
2841         * src/news.c
2842                 remove unused include
2843
2844 2003-03-04 [paul]       0.8.10claws80
2845
2846         * src/gtk/about.c
2847                 list 'Compiled plugins'
2848
2849 2003-03-03 [christoph]  0.8.10claws79
2850
2851         * src/news.[ch]
2852                 have to multiply the percentage of the current fetch with
2853                 the percentage that it has of the total fetch operation
2854                 for correct values
2855
2856 2003-03-03 [christoph]  0.8.10claws78
2857
2858         * src/news.c
2859                 fix calculation of expected lines for progress indicator
2860
2861 2003-03-03 [christoph]  0.8.10claws77
2862
2863         * src/summaryview.c
2864         * src/common/utils.c
2865                 fix segfault when opening the root news folder
2866
2867 2003-03-03 [christoph]  0.8.10claws76
2868
2869         * src/mainwindow.[ch]
2870         * src/common/Makefile.am
2871         * src/common/progressindicator.[ch]
2872                 add UI independent progress indicator handling
2873
2874         * src/news.[ch]
2875                 use new progress indicator for message info fetching
2876
2877         * src/common/hooks.h
2878                 code cleanup
2879
2880 2003-03-03 [oliver]     0.8.10claws75
2881
2882         * src/toolbar.c
2883         * src/compose.c
2884                 removed commented code
2885
2886 2003-03-03 [oliver]     0.8.10claws74
2887
2888         * src/toolbar.[ch]
2889                 cleanups and refactoring
2890         * src/compose.[ch]
2891                 compose_reply_mode reply & forwarding interface for
2892                 toolbar buttons
2893         * src/folderview.c
2894                 act on messages marked for deletion in folderview_selected
2895                 based on prefs_common.immediate_exec since a message might 
2896                 have been deleted by messageview in a folder we are changing 
2897                 to (does anybody understand what I'm on about ?)
2898
2899 2003-03-03 [oliver]     0.8.10claws73
2900         
2901         * src/messageview.[ch]
2902                 new functions
2903                 - messageview_delete: delete message shown in messagview
2904                 - messageview_update_view: update messageview to currently 
2905                   selected summaryview message
2906                 - add separate messageview to msgview_list in order to update 
2907                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2908         * src/summaryview.[ch]
2909                 summary_get_selection returns a list of selected msgs
2910                 in summaryview
2911         * src/mainwindow.c
2912                 toolbar reply refactoring
2913
2914 2003-03-03 [paul]       0.8.10claws72
2915
2916         * sync with 0.8.10cvs21
2917                 see ChangeLog 2003-03-03
2918
2919 2003-03-02 [christoph]  0.8.10claws71
2920
2921         * src/common/passcrypt.c
2922                 use POSIX includes
2923
2924 2003-03-02 [christoph]  0.8.10claws70
2925
2926         * configure.ac
2927         * src/prefs_account.c
2928         * src/prefs_gtk.[ch]
2929         * src/common/.cvsignore
2930         * src/common/Makefile.am
2931         * src/common/passcrypt.c                ** NEW **
2932         * src/common/passcrypt.h.in             ** NEW **
2933                 Implement password encryption in config files
2934                 using unix encrypt and setkey functions. The crypt
2935                 key can be set as a configure parameter. Old
2936                 passwords will be converted if they do not begin
2937                 with '!'
2938
2939 2003-03-02 [paul]       0.8.10claws69
2940
2941         * src/prefs_account.c
2942                 fix compile error
2943
2944 2003-03-01 [thorsten]   0.8.10claws68
2945
2946         * po/el.po
2947           po/hr.po
2948           po/it.po
2949           po/nl.po
2950           po/sr.po
2951           po/sv.po
2952                 corrected format strings
2953         * po/en_GB.po
2954                 corrected headers
2955                 (fix compile errors with GNU gettext-0.11.5)
2956
2957 2003-03-01 [oliver]     0.8.10claws67
2958
2959         * src/summaryview.c
2960                 menu callbacks call toolbar_menu_reply
2961
2962 2003-03-01 [oliver]     0.8.10claws66
2963
2964         * src/mainwindow.c
2965         * src/messageview.c
2966                 menu callbacks call toolbar_menu_reply
2967         * src/toolbar.[ch]
2968                 callbacks from menu handled by toolbar_menu_reply
2969
2970 2003-03-01 [paul]       0.8.10claws65
2971
2972         * src/addressbook.c
2973                 revert commit 0.8.10claws54 - breaks editing of
2974                 addressbook.
2975                 
2976         * po/bg.po
2977                 update Bulgarian translation, submitted by
2978                 George Danchev
2979
2980 2003-02-28 [christoph]  0.8.10claws64
2981
2982         * src/account.c
2983         * src/addressadd.c
2984         * src/compose.c
2985         * src/gtkaspell.c
2986         * src/gtkxtext.h                ** REMOVE **
2987         * src/imap.c
2988         * src/matcher.[ch]
2989         * src/mh.c
2990         * src/news.c
2991         * src/pine.c
2992         * src/prefs_common.c
2993         * src/prefs_matcher.c
2994         * src/procheader.[ch]
2995         * src/procmsg.[ch]
2996         * src/toolbar.c
2997         * src/common/ssl_certificate.c
2998         * src/gtk/colorlabel.c
2999         * src/gtk/menu.c
3000                 o fix warnings
3001                 o remove code obsoleted by new cache and folder system rework
3002
3003 2003-02-28 [oliver]     0.8.10claws63
3004         
3005         * src/toolbar.[ch]
3006                 * fix bug where reply in Messageview replied to 
3007                 Message displayed in summaryview
3008                 (reportedd via ML by chinatinte at gmx dot ch)
3009                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3010                 didn't work in separate MessageView Toolbar
3011                 (wondering if anybody uses this at all ?)
3012         * src/summaryview.[ch]
3013                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3014                 (generalize reply and forward code);
3015         * src/messageview.c 
3016                 remove focus_in event which updated summaryview to messageview
3017
3018 2003-02-28 [paul]       0.8.10claws62
3019
3020         * po/Makefile.in.in
3021                 add the --check option
3022                 Patch submitted by Ricardo Mones Lastra
3023
3024 2003-02-28 [paul]       0.8.10claws61
3025
3026         * src/prefs_account.c
3027                 re-order 'Signature' items
3028
3029 2003-02-28 [paul]       0.8.10claws60
3030
3031         * sync with 0.8.10cvs20
3032                 see ChangeLog 2003-02-28
3033
3034 2003-02-28 [paul]       0.8.10claws59
3035
3036         * po/POTFILES.in
3037                 update to reflect recent movement of files
3038
3039 2003-02-28 [paul]       0.8.10claws58
3040
3041         * sync with 0.8.10cvs19
3042                 see ChangeLog 2003-02-28
3043
3044 2003-02-27 [martin]     0.8.10claws57
3045
3046         * src/prefs_matcher.c 
3047                 fix segfault in prefs_matcher_ok() when the
3048                 last entry is deleted and prevents that the
3049                 message "entry not saved" comes up after deleting
3050                 an entry
3051
3052 2003-02-27 [martin]     0.8.10claws56
3053
3054         * src/prefs_filtering.c 
3055                 fix segfault in prefs_filtering_ok() when the
3056                 last entry is deleted and prevents that the
3057                 message "entry not saved" comes up after deleting
3058                 an entry
3059
3060 2003-02-27 [paul]       0.8.10claws55
3061
3062         * sync with 0.8.10cvs18
3063                 see ChangeLog 2003-02-27
3064
3065 2003-02-27 [paul]       0.8.10claws54
3066
3067         * src/addressbook.c
3068                 fix bug where the address book crashes with 
3069                 multiple lookups.
3070                 Patch [687729] submitted by David Frager 
3071                 <dbfrager@users.sourceforge.net>
3072
3073 2003-02-25 [christoph]  0.8.10claws53
3074
3075         * src/Makefile.am
3076         * src/colorlabel.[ch]           ** REMOVE **
3077         * src/gtk/Makefile.am
3078         * src/gtk/colorlabel.[ch]       ** NEW **
3079                 move colorlabel files to gtk directory
3080
3081         * src/esmtp.[ch]                ** REMOVE **
3082                 has been merged into smtp.[ch] in 0.7.5
3083
3084 2003-02-25 [christoph]  0.8.10claws52
3085
3086         * src/Makefile.am
3087         * src/about.[ch]                ** REMOVE **
3088         * src/gtk/Makefile.am
3089         * src/gtk/about.[ch]            ** NEW **
3090                 move about files to gtk directory
3091
3092 2003-02-25 [christoph]  0.8.10claws51
3093
3094         * src/folder.c
3095                 some code optimization of folder scanning code
3096
3097         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3098
3099 2003-02-25 [christoph]  0.8.10claws50
3100
3101         * src/main.c
3102         * src/common/sylpheed.c
3103                 add command line parameter parsing to common code
3104
3105 2003-02-24 [christoph]
3106
3107         * Makefile.am
3108         * configure.ac
3109                 fix gnome prefix problems, the configure script now removed
3110                 `gnome-config --prefix` from `gnome-config --datadir`
3111                 and adds $(prefix} instead
3112
3113         (closes Bug 24 Makefile does not respect prefix when installing
3114          GNOME data)
3115
3116 2003-02-24 [christoph]  0.8.10claws49
3117
3118         * src/news.c
3119                 check for valid session before trying to authenticate
3120
3121         (closes Bug 60 crash if "authenticate on logon" is activated
3122          and newsserver-hostname is not valid)
3123
3124 2003-02-24 [melvin]     0.8.10claws48
3125
3126         * src/prefs_actions.c
3127                 Make sure all user's input is sent to the action and then
3128                 close the socket..
3129
3130 2003-02-23 [alfons]     0.8.10claws46
3131
3132         * src/summaryview.c
3133                 also wait cursor when deleting files
3134
3135 2003-02-23 [paul]
3136
3137         * tools/freshmeat_search.pl
3138           tools/google_search.pl
3139                 scripts should now work for any browser/browser command line
3140
3141 2003-02-22 [christoph]  0.8.10claws45
3142
3143         * src/procmsg.c
3144                 fix IMAP flag setting, IMAP flag is not handled correctly
3145                 anymore by the folder system and information about the
3146                 folder should not be saved in the MsgInfo (in my opinion)
3147
3148         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3149
3150 2003-02-22 [christoph]  0.8.10claws44
3151
3152         * src/summaryview.c
3153                 fix spelling of "label" ;-)
3154
3155 2003-02-22 [thorsten]   0.8.10claws43
3156
3157         * src/mimeview.c
3158           src/prefs_common.[ch]
3159           src/procmime.[ch]
3160                 do not use description as attachment name
3161
3162 2003-02-22 [alfons]     0.8.10claws42
3163
3164         * src/summaryview.c
3165                 freeze/thaw folder item updates when changing color labels,
3166                 and put a wait cursors on
3167
3168 2003-02-22 [thorsten]   0.8.10claws41
3169
3170         * src/mimeview.c
3171                 save-all fixes: crash if invoked on multipart container,
3172                 mimeinfo access, pathseparators, error dialog
3173
3174 2003-02-21 [alfons]     0.8.10claws40
3175
3176         * src/prefs_gtk.c
3177                 remove unused var
3178
3179 2003-02-21 [colin]      0.8.10claws39
3180
3181         * src/send.c
3182                 Fix smtp logging
3183
3184 2003-02-21 [colin]      0.8.10claws38
3185
3186         * src/summaryview.c
3187                 Freeze/thaw folderItem updates when filtering messages 
3188                 via Tools/Filter messages
3189
3190 2003-02-21 [paul]       0.8.10claws37
3191
3192         * src/compose.c
3193                 revert commit 0.8.10claws26, there are ulterior motives
3194                 for users to set a Reply-To header when posting to
3195                 newsgroups
3196
3197 2003-02-21 [paul]       0.8.10claws36
3198
3199         * sync with 0.8.10cvs17
3200                 see ChangeLog 2003-02-21
3201
3202 2003-02-20 [christoph]  0.8.10claws35
3203
3204         * src/imap.c
3205                 IMAP UID fetch speedup using SEARCH
3206
3207         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3208
3209         * src/imap.c
3210                 fix problem with UIDs in IMAP UID cache that no longer existed
3211
3212 2003-02-20 [christoph]  0.8.10claws34
3213
3214         * src/imap.c
3215         * src/procheader.c
3216         * src/procheader.h
3217                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3218
3219         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3220
3221         * src/imap.c
3222                 Rewrite imap_cmd_gen_recv use sock_getline instead
3223                 of sock_gets to avoid problems with too long reply
3224                 lines
3225     
3226 2003-02-20 [colin]      0.8.10claws33
3227         
3228         * src/prefs_account.c
3229                 Better wording
3230
3231 2003-02-20 [colin]      0.8.10claws32
3232
3233         * src/compose.c
3234                 Remove useless '&& !to_sender' 
3235
3236 2003-02-20 [darko]
3237
3238         * AUTHORS
3239                 change my e-mail address
3240
3241 2003-02-19 [colin]      0.8.10claws31
3242
3243         * src/prefs_common.c
3244                 X11 style colors for every configurable color
3245
3246 2003-02-19 [alfons]     0.8.10claws30
3247
3248         * src/prefs_gtk.[ch]
3249         * src/prefs_common.c
3250                 for color_new accept both plain integers and X11 style color
3251                 names (as found in /usr/lib/X11/rgb.txt)
3252
3253 2003-02-19 [paul]       0.8.10claws29
3254
3255         * src/mainwindow.c
3256                 add tooltips to online/offline button and account selector
3257                 button
3258
3259 2003-02-19 [paul]       0.8.10claws28
3260
3261         * src/folder.c
3262           src/news.c
3263           src/prefs_account.[ch]
3264           src/prefs_common.[ch]
3265                 move 'Maximum number of articles to download' to
3266                 account prefs.
3267                 clean up account prefs gui a little by hiding entries
3268                 rather then greying out entries
3269
3270 2003-02-19 [hiro]       0.8.10claws27
3271
3272         * src/common/utils.c
3273                 fix bug #54 'yesterdays date is displayed in the message 
3274                 summary window'
3275
3276 2003-02-19 [paul]       0.8.10claws26
3277
3278         * src/compose.c
3279                 fix bug reported in Feature Request [688596] 
3280                 'Reply-to header in news'
3281
3282 2003-02-18 [paul]       0.8.10claws25
3283
3284         * src/select-keys.c
3285                 add a 'List all keys' button to key selection dialog
3286
3287 2003-02-18 [colin]      0.8.10claws24
3288         
3289         * src/stock_pixmap.c
3290                 fix compile error
3291
3292 2003-02-18 [colin]      0.8.10claws23
3293
3294         * src/common/smtp.[ch]
3295           src/prefs_account.c
3296                 Try to starttls if it seems to be the only
3297                 way to authenticate a user
3298
3299 2003-02-18 [paul]       0.8.10claws22
3300
3301         * src/Makefile.am
3302           src/folderview.c
3303           src/stock_pixmap.[ch]
3304           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3305           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3306                 as a Drafts folder is a special folder allow it to have
3307                 its own unique icons
3308
3309 2003-02-18 [colin]      0.8.10claws21
3310
3311         * src/imap.c
3312                 Fix port selection when using starttls
3313
3314 2003-02-18 [paul]       0.8.10claws20
3315
3316         * src/mainwindow.c
3317           src/prefs_common.[ch]
3318                 make blue the default new mail colour
3319
3320 2003-02-18 [paul]       0.8.10claws19
3321
3322         * sync with 0.8.10cvs14
3323                 see ChangeLog 2003-02-18
3324
3325 2003-02-17 [jens]       0.8.10claws18
3326
3327         * src/common/md5.c
3328                 fixed a compile problem with gcc 3.3
3329                 works on 2.95.3 too (testet on PPC as it is big endian)
3330
3331 2003-02-17 [paul]       0.8.10claws17
3332
3333         * sync with 0.8.10cvs13
3334                 see ChangeLog 2003-02-17
3335
3336 2003-02-17 [paul]       0.8.10claws16
3337
3338         * sync with 0.8.10cvs12
3339                 see ChangeLog 2003-02-17
3340
3341 2003-02-16 [match]      0.8.10claws15
3342
3343         * src/addressbook.c
3344                 Eliminates reloading of address data when items
3345                 deleted or added. Applied submitted by
3346                 Luke Plant <lukeplant@softhome.net>
3347
3348 2003-02-16 [paul]       0.8.10claws14
3349
3350         * src/news.c
3351                 when a 'protocol error' is encountered disconnect from
3352                 the server. This means that the user can carry on viewing
3353                 other articles and doesn't have to either wait until the
3354                 server timesout or quit sylpheed.
3355                 Fixes bug #53 'Unable to read messages in newsgroups, 
3356                 displayed message doesn't change'
3357
3358 2003-02-15 [christoph]  0.8.10claws13
3359
3360         * src/imap.c
3361                 fix bug that stopped scanning of folders when an
3362                 IMAP folder was empty
3363
3364         (closes bug 46 stop scan messages in folders after empty folder)
3365
3366 2003-02-15 [paul]
3367
3368         * tools/Makefile.am
3369           tools/README
3370           tools/freshmeat_search.pl     ** NEW FILE **
3371           tools/google_search.pl        ** NEW FILE **
3372                 Add 2 Actions scripts which search freshmeat/google
3373                 for the selected text using the browser configured
3374                 in sylpheedrc.
3375                 
3376         Note: These scripts are very dependent on the format of the
3377         browser command and may not work on every occasion. Testing
3378         is welcome. 
3379
3380 2003-02-14 [alfons]     0.8.10claws12
3381
3382         * src/compose.c
3383                 fix breakage because of uninitialized account pointer.
3384                 please verify.
3385
3386 2003-02-14 [paul]       0.8.10claws11
3387
3388         * src/compose.c
3389           src/prefs_account.[ch]
3390           src/prefs_common.[ch]
3391                 move signature settings to Account Prefs
3392
3393 2003-02-14 [paul]       0.8.10claws10
3394
3395         * sync with 0.8.10cvs11
3396                 see ChangeLog 2003-02-14
3397
3398 2003-02-13 [thorsten]   0.8.10claws9
3399
3400         * src/news.c
3401                 revert news progressbar (GUI separation)
3402
3403 2003-02-13 [paul]       0.8.10claws8
3404
3405         * src/compose.c
3406                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3407                 paragraph 1
3408
3409 2003-02-13 [paul]       0.8.10claws7
3410
3411         * src/compose.[ch]
3412           src/summaryview.c
3413                 fix 'Follow-up and Reply-to' so that it creates a reply to
3414                 the newsgroup and the sender. If the message has the keyword
3415                 'poster' in the Followup-To header, all replies go to the
3416                 sender, re: RFC 1036, Section 2.2.3
3417                 rename all instances of 'ignore_replyto' to 'to_sender', both
3418                 were previously used, now we use just one.
3419
3420 2003-02-13 [paul]       0.8.10claws6
3421
3422         * sync with 0.8.10cvs9
3423                 see ChangeLog 2003-02-13
3424
3425 2003-02-13 [paul]       0.8.10claws5
3426
3427         * configure.ac
3428                 show which plugins are configured in the configure
3429                 output.
3430
3431 2003-02-12 [thorsten]   0.8.10claws4
3432
3433         * src/news.c
3434                 show progress while fetching news headers
3435
3436 2003-02-12 [christoph]  0.8.10claws3
3437
3438         * configure.ac
3439         * src/plugins/Makefile.am
3440                 use AM_CONDITIONAL to enable plugins, automake correctly
3441                 manages this when creating distdir
3442
3443 2003-02-12 [christoph]  0.8.10claws2
3444
3445         * ac/spamassassin.m4
3446         * src/plugins/spamassassin/Makefile.am
3447                 fix building SpamAssassin plugin without OpenSSL
3448
3449 2003-02-12 [paul]       0.8.10claws1
3450
3451         * ac/Makefile.am
3452           src/Makefile.am
3453           src/plugins/Makefile.am
3454                 fix failure of 'make release'
3455
3456 2003-02-12 [paul]       0.8.10claws
3457
3458         * 0.8.10claws released
3459
3460 2003-02-12 [paul]       0.8.9claws56
3461
3462         * po/bg.po
3463           po/es.po
3464           po/it.po
3465           po/ru.po
3466           po/sr.po
3467                 updated translations by George Danchev, Ricardo Mones Lastra,
3468                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3469                 
3470         * sylpheed.spec.in
3471                 Allow the building of RPMs by a regular user. Submitted
3472                 by Sergei Astanin
3473
3474 2003-02-11 [alfons]     0.8.9claws55
3475
3476         * src/colorlabel.c
3477                 don't use pixmaps for label color rect but draw rectangles
3478                 so we can respect the color map of palette based visuals
3479                 (fixes the long time crashes on Suns - thanks to Andreas
3480                 Engel and Steve O'Hara-Smith for testing)
3481
3482 2003-02-11 [christoph]  0.8.9claws54
3483
3484         * src/matcher_parser_parse.y
3485                 correct bug where filering rules of not existing folders in
3486                 matcherrc were added to global filtering
3487                 
3488         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3489          main filter-rules after removing directory, http://bugs.debian.org/180253)
3490         
3491 2003-02-11 [paul]       0.8.9claws53
3492
3493         * sync with 0.8.10cvs7
3494                 see ChangeLog 2003-02-09
3495
3496 2003-02-11 [melvin]     0.8.9claws52
3497
3498         * po/fr.po
3499                 Updated French tranlsations
3500
3501 2003-02-10 [paul]       0.8.9claws51
3502
3503         * sylpheed.spec.in
3504                 correct --enable-openssl
3505                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3506
3507 2003-02-09 [martin]     0.8.9claws50
3508
3509         * src/prefs_matcher.c
3510                 fix segfault in prefs_matcher_substitute_cb() when
3511                 no row is selected
3512
3513 2003-02-09 [paul]       0.8.9claws49
3514
3515         * src/folderview.c
3516                 fix bug where a newsgroup folder's processing rules were
3517                 merged with the global filtering rules when the newsgroup
3518                 folder was deleted, causing some seriously bad results,
3519                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3520
3521 2003-02-08 [melvin]     0.8.9claws48
3522
3523         * src/compose.c
3524                 Corrected and modified an alert message.
3525
3526 2003-02-07 [paul]       0.8.9claws47
3527
3528         * src/folderview.c
3529                 fix bug where both an 'Account properties' window and a
3530                 'Folder properties' window were opened when clicking on
3531                 'Properties' in an NNTP or IMAP folder's popup menu.
3532
3533 2003-02-07 [paul]       0.8.9claws46
3534
3535         * sync with 0.8.10cvs6
3536                 see ChangeLog 2003-02-06
3537
3538 2003-02-06 [christoph]  0.8.9claws45
3539
3540         * src/mbox.c
3541                 freeze folder updates while importing mbox files
3542                 (closes bug 43 importing mbox took hours)
3543                 
3544         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3545
3546 2003-02-06 [thorsten]   0.8.9claws44
3547
3548         * po/de.po
3549                 Updated german translations
3550
3551 2003-02-06 [thorsten]   0.8.9claws43
3552
3553         * src/news.h
3554                 use guint for message numbers (fix count in grouplist dialog)
3555
3556 2003-02-05 [paul]       0.8.9claws42
3557
3558         * sync with 0.8.10cvs2
3559                 see ChangeLog 2003-02-05
3560
3561 2003-02-04 [colin]      0.8.9claws41
3562
3563         * src/prefs_common.[ch]
3564           src/procmsg.c
3565           src/summaryview.c
3566                 Add an option to disable threading by subject
3567
3568 2003-02-04 [christoph]  0.8.9claws40
3569
3570         * src/inc.c
3571                 only abort fetching mails from multiple accounts when the
3572                 error is fatal and does not allow to check any more accounts
3573                 (currently only disk full error)
3574
3575         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3576          receive mails for other accouts)
3577
3578 2003-02-04 [christoph]  0.8.9claws39
3579
3580         * src/folder.c
3581                 first add the new message to the cache, then
3582                 send the update notification
3583
3584         (closes bug 39 after sending message folderview doesnt get updated)
3585
3586 2003-02-04 [colin]      0.8.9claws38
3587
3588         * src/inc.c
3589                 _really_ fix this Connecting... status
3590
3591 2003-02-04 [paul]       0.8.9claws37
3592
3593         * sync with 0.8.10
3594                 see ChangeLog 2003-02-04
3595
3596 2003-02-04 [paul]       0.8.9claws36
3597
3598         * sync with 0.8.9cvs6
3599                 see ChangeLog 2003-02-03
3600
3601 2003-02-04 [paul]       0.8.9claws35
3602
3603         * po/pt_BR.po
3604                 updated by André Filipe de Assunção e Brito 
3605                 <bedecko@netsite.com.br>
3606
3607 2003-02-03 [thorsten]   0.8.9claws34
3608
3609         * po/de.po
3610                 Updated german translations
3611
3612 2003-02-02 [paul]       0.8.9claws33
3613
3614         * po/es.po
3615                 updated by Ricardo Mones Lastra
3616
3617 2003-02-02 [thorsten]   0.8.9claws32
3618
3619         * src/mh.c
3620                 Fix mh_get_msginfo() segfault if file is inaccessible
3621
3622 2003-01-31 [colin]      0.8.9claws31
3623
3624         * src/procheader.c
3625                 Fix last commit's bug
3626
3627 2003-01-31 [colin]      0.8.9claws30
3628
3629         * src/procheader.c
3630                 Missing a change for gpg-signed messages
3631
3632 2003-01-31 [paul]       0.8.9claws29
3633
3634         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3635           src/procheader.c
3636           src/stock_pixmap.[ch]
3637           src/summaryview.c
3638                 indicate GnuPG signed messages by displaying an icon
3639                 in the Attachment column.
3640
3641 2003-01-31 [paul]       0.8.9claws28
3642
3643         * sync with 0.8.9cvs4
3644                 see ChangeLog 2003-01-31
3645
3646 2003-01-31 [alfons]     0.8.9claws27
3647
3648         * src/textview.c
3649                 tune URI parser to accept mailto URLs with a '?'
3650                 (patch from Ruslan Balkin)
3651
3652 2003-01-31 [colin]      0.8.9claws26
3653
3654         * src/summaryview.c
3655                 Fix a leak introduced in claws24
3656
3657 2003-01-31 [colin]      0.8.9claws25
3658
3659         * src/summaryview.c
3660                 Freeze/Thaw folder updates when deleting dups
3661
3662 2003-01-31 [colin]      0.8.9claws24
3663         
3664         * src/addr_compl.c
3665           src/summaryview.c
3666           src/msgcache.c
3667                 little speed improvements
3668
3669 2003-01-31 [colin]      0.8.9claws23
3670
3671         * src/summaryview.c
3672                 Fix segfault when forwarding nothing
3673                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3674                 
3675 2003-01-30 [paul]       0.8.9claws22
3676
3677         * sync with 0.8.9cvs3
3678                 see ChangeLog 2003-01-30
3679
3680 2003-01-30 [paul]       0.8.9claws21
3681
3682         * sync with 0.8.9cvs2
3683                 see ChangeLog 2003-01-30
3684
3685 2003-01-29 [paul]       0.8.9claws20
3686
3687         * sync with 0.8.9cvs1
3688                 see ChangeLog 2003-01-29
3689
3690 2003-01-28 [paul]       0.8.9claws19
3691
3692         * po/POTFILES.in
3693                 update to reflect changes. 
3694                 thanks to Ricardo Mones Lastra
3695
3696 2003-01-27 [christoph]  0.8.9claws18
3697
3698         * ac/openssl.m4
3699         * ac/spamassassin.m4
3700         * src/plugins/spamassassin/README
3701         * src/plugins/spamassassin/libspamc.[ch]
3702         * src/plugins/spamassassin/utils.[ch]
3703                 updated to latest libspamc
3704
3705 2003-01-27 [christoph]  0.8.9claws17
3706
3707         * src/folder.c
3708                 fix wrong use of procheader_get_header_fields
3709
3710 2003-01-27 [christoph]  0.8.9claws16
3711
3712         * src/news.c
3713         * src/prefs_account.[ch]
3714         * src/common/nntp.[ch]
3715                 allow to force authentication for NNTP servers
3716
3717         Patch submitted by Florian Mickler <dmk@d-labs.de>
3718
3719 2003-01-26 [paul]       0.8.9claws15
3720
3721         * src/summaryview.c
3722                 speed up of marking messages as read
3723                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3724
3725 2003-01-26 [christoph]  0.8.9claws14
3726
3727         * src/Makefile.am
3728         * src/mgutils.[ch]              ** REMOVE **
3729         * src/xml.[ch]                  ** REMOVE **
3730         * src/xmlprops.[ch]             ** REMOVE **
3731         * src/common/Makefile.am
3732         * src/common/mgutils.[ch]       ** NEW **
3733         * src/common/xml.[ch]           ** NEW **
3734         * src/common/xmlprops.[ch]      ** NEW **
3735                 move xml files to common directory
3736
3737 2003-01-26 [christoph]  0.8.9claws13
3738
3739         * src/plugins/spamassassin/spamassassin_gtk.c
3740                 only set gtk entry text if string is available
3741
3742 2003-01-26 [melvin]     0.8.9claws12
3743
3744         * src/description_window.c
3745                 Allow resizing of the window
3746                 Allow automatic horizontal scroll bar
3747                 Do not vertically expand and fill
3748
3749 2003-01-26 [christoph]  0.8.9claws11
3750
3751         * src/Makefile.am
3752         * src/gtkutils.[ch]             ** REMOVE **
3753         * src/common/sylpheed.c
3754         * src/gtk/Makefile.am
3755         * src/gtk/description_window.c
3756         * src/gtk/gtkutils.[ch]         ** NEW **
3757         * src/gtk/prefswindow.c
3758                 move gtkutils to gtk directory
3759
3760 2003-01-26 [paul]       0.8.9claws10
3761
3762         * src/summaryview.c
3763                 rename summary_unread_clicked() to summary_status_clicked()
3764
3765 2003-01-26 [melvin]     0.8.9claws9
3766
3767         * src/prefs_actions.c
3768                 Cosmetical changes to the help text
3769
3770 2003-01-26 [paul]       0.8.9claws8
3771
3772         * src/folder.[ch]
3773           src/mainwindow.c
3774           src/prefs_common.c
3775           src/prefs_sumamry_column.c
3776           summaryview.[ch]
3777                 rename the 'Unread' column to 'Status'
3778
3779 2003-01-25 [match]      0.8.9claws7
3780
3781         * src/mgutils.[ch]
3782                 removed reference to LDAP constants. removed error2string.
3783                 included functions to support LDAP dynamic queries.
3784         * src/syldap.h
3785                 moved LDAP constants here.
3786         * src/addressbook.c
3787         * src/addrindex.c
3788         * src/importldif.c
3789                 removed references to LDAP constants and references to
3790                 error2string.
3791
3792 2003-01-25 [paul]       0.8.9claws6
3793
3794         * src/summaryview.c
3795                 summary_thread_build(), summary_thread_init(): remove 
3796                 unneeded reference to summaryview->folder_item
3797
3798 2003-01-25 [christoph]  0.8.9claws5
3799
3800         * src/gtk/description_window.c
3801                 o allow description texts to expand over multiple columns
3802                 o translate all columns
3803         * src/prefs_actions.c
3804                 change syntax description to use new multi column feature
3805
3806         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3807
3808 2003-01-25 [match]      0.8.9claws4
3809
3810         * src/vcard.c
3811                 fixed bug with Quoted-Printable
3812
3813 2003-01-25 [paul]       0.8.9claws3
3814
3815         * src/folder.[ch]
3816           src/summaryview.[ch]
3817                 implement per-folder collapsed/expanded threads setting
3818                 
3819         * src/prefs_common.c
3820                 remove global collapsed/expanded threads option
3821
3822 2003-01-25 [christoph]  0.8.9claws2
3823
3824         * po/POTFILES.in
3825                 add pluginwindow and prefswindow
3826         * src/compose.c
3827                 make send respond correctly to messages that could be added
3828                 to the queue folder, but the UID of the message is unknown
3829         * src/folder.c
3830         * src/imap.c
3831                 don't return guessed UIDs in imap_add_msg anymore. We return
3832                 0 to tell the folder system it was appened but the UID is
3833                 unknown. Folder system now get's the UID by scaning the folder
3834                 and searching the cache for the Message-ID
3835                 (closes bug #29 Messages queued, but not sent)
3836
3837 2003-01-25 [paul]       0.8.9claws1
3838
3839         * src/codeconv.c
3840                 conv_encode_header():  fix bug when long headers with 8-bit
3841                 characters are used, so that the encoded words are wrapped.
3842                 If the space in the original text falls on the wrap boundary,
3843                 it can be lost.
3844                 Patch by Sergey Vlasov.
3845                 
3846         * src/folderview.c
3847                  fix bug where a change to the sorting method or thread view
3848                  of a folder's messages is lost if simpify-subject is set and
3849                  toggled on or off.
3850                  Patch by Luke Plant.
3851
3852 2003-01-24 [paul]       0.8.9claws
3853
3854         * sylpheed-0.8.9claws released
3855         
3856         * Makefile.am
3857           sylpheed.spec.in
3858                 remove reference to 'INSTALL.jp'
3859
3860 2003-01-23 [paul]       0.8.8claws128
3861
3862         * po/es.po
3863           po/it.po
3864           po/ru.po
3865           po/sr.po
3866                 updated translations. submitted by Ricardo Mones Lastra,
3867                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3868
3869 2003-01-23 [colin]      0.8.8claws127
3870
3871         * src/compose.c
3872                 Fix drafted and queued news articles re-edition
3873
3874 2003-01-23 [melvin]     0.8.8claws126
3875
3876         * po/fr.po
3877                 Updated French translations
3878
3879 2003-01-23 [colin]      0.8.8claws125
3880
3881         * src/inc.c
3882                 Fix "Connecting to..." status message
3883
3884 2003-01-22 [paul]       0.8.8claws124
3885
3886         * po/bg.po
3887                 updated by George Danchev
3888                 
3889         * src/folder.c
3890                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3891                 and folder deletion
3892
3893 2003-01-21 [paul]       0.8.8claws123
3894
3895         * po/bg.po
3896                 updated by George Danchev
3897                 
3898         * src/about.c
3899                 its now 2003
3900                 
3901         * src/toolbar.c
3902                 don't translate 'Separator'
3903                 
3904         * src/plugins/spamassassin/Makefile.am
3905                 add aspell to CPPFLAGS
3906                 
3907         * src/plugins/spamassassin/spamassassin.c
3908           src/plugins/spamassassin/spamassassin_gtk.c
3909                 set correct default for spamassassin_receive_spam
3910                 slightly re-word descriptions and some
3911                 other minor changes
3912
3913 2003-01-19 [alfons]     0.8.8claws122
3914                 
3915         * src/mimeview.c
3916                 mimeview_save_as(): we might as well show the file name for
3917                 the single case "Save As" too
3918
3919 2003-01-19 [alfons]     0.8.8claws121
3920
3921         * src/crash.c
3922                 change bug tracker URL to bugzilla URL
3923
3924 2003-01-19 [alfons]     0.8.8claws120
3925
3926         * src/mimeview.c
3927                 mimeview_save_all(): display name of file before overwriting;
3928                 continue saving all, even when one overwrite was cancelled
3929
3930 2003-01-19 [christoph]  0.8.8claws119
3931
3932         * src/summaryview.c
3933         * src/procmsg.[ch]
3934                 fix wrong usage of procmsg_find_children in summaryview
3935                 by using procmsg_update_unread_children instead of
3936                 summaryview_update_unread_children
3937
3938 2003-01-19 [christoph]  0.8.8claws118
3939
3940         * src/procmsg.c
3941                 fix infinite loop in procmsg_find_children
3942                  (closes bug #25 sylpheed crashes on delete.)
3943
3944         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3945
3946 2003-01-19 [paul]       0.8.8claws117
3947
3948         * po/pt_BR.po
3949                 updated by Ivan Francolin Martinez
3950
3951 2003-01-18 [melvin]     0.8.8claws116
3952
3953         * src/prefs_actions.c
3954                 Removed syntax limitation of only one '&' at the end of command.
3955                         Now actions that contain '>/dev/null 2>&1' are possible.
3956
3957 2003-01-18 [melvin]     0.8.8claws115
3958
3959         * src/prefs_actions.c
3960                 Actions IO dialog: when the action ends
3961                 the "Close" button now has focus and [Escape] closes the
3962                 window.
3963
3964 2003-01-18 [christoph]  0.8.8claws114
3965
3966         * src/procmsg.c
3967                 o add debug output when MsgInfos are really freed
3968                 o free GSLists in procmsg_find_children and
3969                   procmsg_update_unread_children
3970
3971 2003-01-18 [christoph]  0.8.8claws113
3972
3973         * src/mainwindow.c
3974                 reorder Configuration menu
3975
3976 2003-01-18 [christoph]  0.8.8claws112
3977
3978         * src/compose.c
3979                 fix applying templates to forwarded messages
3980
3981         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3982
3983 2003-01-17 [christoph]  0.8.8claws111
3984
3985         * src/folder.c
3986                 destroy folder items, when a folder item is removed
3987
3988 2003-01-17 [christoph]  0.8.8claws110
3989
3990         * src/folder.c
3991                 fix wrong folder stats update when ignored message is
3992                 deleted
3993
3994 2003-01-17 [colin]      0.8.8claws109
3995         
3996         * src/mainwindow.c
3997         * src/summaryview.c
3998                 Quicksearch bugfixes: 
3999                 - hide help button at startup if not extended
4000                 - switch to extended when looking for replies
4001
4002 2003-01-17 [paul]
4003
4004         * sync with 0.8.9 release
4005
4006 2003-01-17 [paul]       0.8.8claws108
4007
4008         * sync with 0.8.8cvs11
4009                 see ChangeLog 2003-01-17
4010
4011 2003-01-16 [colin]      0.8.8claws107
4012
4013         * src/procmsg.c
4014                 Changed encryption test to re-ask passphrase
4015                 if an encrypted message hasn't been decrypted
4016                 Fixes bug #5
4017
4018 2003-01-16 [christoph]  0.8.8claws106
4019
4020         * src/prefs_gtk.c
4021         * src/prefs_toolbar.c
4022         * src/gtk/prefswindow.h
4023         * src/plugins/spamassassin/spamassassin_gtk.c
4024                 remove page destroy function that is not used anymore
4025
4026 2003-01-16 [paul]       0.8.8claws105
4027
4028         * sync with 0.8.8cvs9
4029                 see ChangeLog 2002-01-16
4030
4031 2003-01-16 [colin]      0.8.8claws104
4032
4033         * src/compose.[ch]
4034                 Fix bug with autosaved drafts for IMAP, when draft
4035                 folder is specified - fixes bugzilla bug #20
4036
4037 2003-01-15 [paul]       0.8.8claws103
4038
4039         * src/compose.[ch]
4040           src/procmsg.c
4041                 store folder and message-id of message forwarding
4042                 in queue header and set forward flag after sending
4043
4044 2003-01-15 [paul]       0.8.8claws102
4045
4046         * sync with 0.8.8cvs8
4047                 see ChangeLog 2002-01-15
4048
4049 2003-01-15 [colin]      0.8.8claws101
4050
4051         * src/Makefile.am
4052                 Fix linking with GNU libiconv
4053
4054 2003-01-15 [darko]      0.8.8claws100
4055
4056         * src/pine.c
4057                 fix crash when importing pine address book
4058                 entry with an empty name (reported by DY
4059                 <dybulk at tri8.net>)
4060
4061 2003-01-14 [paul]       0.8.8claws99
4062
4063         * configure.in  ** REMOVED **
4064           configure.ac  ** NEW FILE **
4065                 rename configure.in to configure.ac, as it is now
4066                 preferred
4067
4068 2003-01-14 [melvin]     0.8.8claws98
4069
4070         * src/folderview.c
4071                 folderview_check_new(): More precise function description
4072
4073 2003-01-14 [melvin]     0.8.8claws97
4074
4075         * src/folderview.c
4076                 folderview_check_new(): return the number of new messages 
4077                         since last check.
4078         * src/inc.c
4079                 inc_account_mail(): Disable counting of new messages for IMAP
4080                         and NNTP until bug [19] and [14] are fixed.
4081
4082 2003-01-14 [paul]       0.8.8claws96
4083
4084         * sync with 0.8.8cvs6
4085                 see ChangeLog 2003-01-14
4086
4087 2003-01-13 [alfons]     0.8.8claws95
4088
4089         * src/textview.c
4090                 tune email address validation (c. 0.8.8claws89): if . is 
4091                 just one char away from @, the address is invalid too 
4092                 (correctly rejects addresses like foo@.com)
4093
4094 2003-01-13 [paul]       0.8.8claws94
4095
4096         * src/messageview.c
4097           src/toolbar.c
4098                 fixes to the Message View toolbar and menu:
4099                 fix non-functioning Forward button
4100                 make Reply button consider default_reply_list
4101                 remove 'Follow-up...' menu entry
4102                 add 'Forward' and 'Redirect' menu entries
4103
4104 2003-01-13 [melvin]     0.8.8claws93
4105
4106         * src/inc.c
4107                 Fixed typo that could make new messages count incorrect.
4108
4109 2003-01-13 [melvin]     0.8.8claws92
4110
4111         * src/folderview.[ch]
4112                 folderview_check_new(): return the number of new messages.
4113         * src/inc.c
4114                 Should fix bug [14] where new mail notification worked 
4115                         incorrectly with IMAP accounts.
4116                 inc_spool_account(): return number of new msgs, or -1 on error
4117                 inc_all_spool(): return number of new msgs
4118                 
4119 2003-01-13 [melvin]     0.8.8claws91
4120
4121         * src/prefs_actions.c
4122                 Justify help text.
4123
4124 2003-01-12 [thorsten]   0.8.8claws90
4125
4126         * src/common/prefs.c
4127                 close file before rename
4128
4129 2003-01-12 [alfons]     0.8.8claws89
4130
4131         * AUTHORS
4132                 add Christian Mertes
4133         * src/common/utils.[ch]
4134                 g_stricase_hash(), g_stricase_equal(): functions for 
4135                 case insensitive hash tables
4136         * src/textview.c
4137                 use top level domain names to validate email address, based
4138                 on a patch by Christian Mertes (thanks!), but changed 
4139                 implementation to use a hash table 
4140
4141 2003-01-12 [paul]       0.8.8claws88
4142
4143         * po/bg.po
4144                 updated by George Danchev
4145
4146 2003-01-12 [alfons]     0.8.8claws87
4147
4148         * src/summaryview.c
4149                 delete / execute performance: use new style folder update
4150
4151 2003-01-12 [paul]       0.8.8claws86
4152
4153         * sync with 0.8.8cvs5
4154                 see ChangeLog 2003-01-13 (!)
4155
4156 2003-01-12 [alfons]     0.8.8claws85
4157
4158         * src/filtering.c
4159         * src/matcher_parser_parse.y
4160                 prepare change_score filtering action
4161         * src/matcher.[ch]
4162                 give up const-correctness on functions that call non-const-correct functions;
4163                 several casts to gpointer in g_free();
4164                 add change_score;
4165
4166 2003-01-12 [christoph]  0.8.8claws84
4167
4168         * src/compose.c
4169                 fix 2 warnings
4170
4171         * src/gtk/prefswindow.[ch]
4172         * src/plugins/spamassassin/spamassassin_gtk.c
4173                 changed the call of the widget create function
4174                 for PrefsPages, because sometimes the widget
4175                 create function needs a widget that already has
4176                 been attached to a window (to create GDK pixmaps
4177                 for exmaple). So we simply pass the GtkWindow as
4178                 the second parameter now.
4179
4180         * src/main.c
4181         * src/mainwindow.c
4182         * src/prefs_toolbar.[ch]
4183                 rewrite Toolbar Preferences using the new
4184                 prefs window
4185
4186 2003-01-11 [alfons]     0.8.8claws83
4187
4188         * src/addressadd.c
4189                 fix crash when adding sender to addressbook because status bar
4190                 isn't there (the status bar doesn't seem to be used though,
4191                 but I'll let Match decide what to do with it)
4192
4193 2003-01-11 [colin]      0.8.8claws82
4194
4195         * src/main.c
4196           src/toolbar.c
4197                 Two useless changes reversed
4198
4199 2003-01-11 [colin]      0.8.8claws81
4200
4201         * src/mainwindow.c
4202           src/mainwindow.h
4203                 Add mainwindow_get_mainwindow()
4204         * src/alertpanel.c
4205           src/alertpanel.h
4206                 Add alertpanel_error_log() 
4207         * src/compose.c
4208           src/inc.c
4209           src/messageview.c
4210           src/toolbar.c
4211           src/main.c
4212           src/procmsg.c
4213                 Network errors get a View Log button
4214
4215 2003-01-10 [alfons]     0.8.8claws80
4216
4217         * src/prefs_toolbar.c
4218         * src/toolbar.c
4219                 use the translatable string for "Separator" as file name for
4220                 separator toolbar items (probably make this uppercase?)
4221
4222 2003-01-10 [alfons]     0.8.8claws79
4223
4224         * src/prefs_toolbar.c
4225                 put right A_SEPARATOR description string in "displayed
4226                 toolbar items list" so manually added separators are
4227                 saved correctly (bug #10, "Adding a separator to the main 
4228                 toolbar fails, entry in xml file is wrong")
4229
4230 2003-01-10 [christoph]  0.8.8claws78
4231
4232         * src/imap.c
4233                 o fix warnings
4234                 o use CAPABILITY to check if NAMESPACE is available
4235
4236 2003-01-10 [christoph]  0.8.8claws77
4237
4238         * src/imap.[ch]
4239                 apply UIDPLUS IMAP extension support patch
4240
4241         Patch submitted by Simon 'corecode' Schubert
4242
4243 2003-01-10 [paul]       0.8.8claws76
4244
4245         * src/folderview.c
4246                 a sync from main which fixes the news account folders'
4247                 Properties bug
4248
4249 2003-01-10 [christoph]  0.8.8claws75
4250
4251         * src/folder.c
4252                 don't accept 0 as a valid uid returned by copy and move
4253                 functions. 0 means the message was copied or moved but the
4254                 new uid could not be fetched. It is not an error condition
4255                 for the copy or move operation.
4256
4257 2003-01-10 [paul]       0.8.8claws74
4258
4259         * src/prefs_filtering.c
4260                 change English used in Alert when entry is not
4261                 saved.
4262                 
4263         * sync with 0.8.8cvs4
4264                 see ChangeLog 2003-01-10
4265
4266 2003-01-10 [darko]      0.8.8claws73
4267
4268         * src/pine.c
4269                 fix crash when importing address book entry
4270                 without a valid address
4271
4272 2003-01-09 [alfons]     0.8.8claws72
4273
4274         * src/inc.c
4275                 filtering performance: use new style folder update
4276
4277 2003-01-09 [christoph]  0.8.8claws71
4278
4279         * src/compose.c
4280         * src/gtk/menu.[ch]
4281                 fix wrong selecting of mime encoding type, when
4282                 opening property dialog of attachments in the
4283                 compose window. 7bit was always selected and that
4284                 destoryed files with 8bit data.
4285                 (closes bug #9 Sylpheed-claws destroys attachments when
4286                  changing MIME-types)
4287
4288 2003-01-09 [paul]       0.8.8claws70
4289
4290         * sync with 0.8.8cvs3
4291                 see ChangeLog 2003-01-09
4292
4293 2003-01-08 [alfons]     0.8.8claws69
4294         
4295         * src/addressadd.c
4296                 apply patch by Kim Schulz to fix build breakage
4297                 because of missing variable
4298
4299 2003-01-08 [paul]       0.8.8claws68
4300
4301         * sync with 0.8.8cvs2
4302                 see ChangeLog 2002-01-08
4303
4304 2003-01-08 [paul]       0.8.8claws67
4305
4306         * po/it.po
4307                 updated by Alessandro Maestri
4308                 
4309         * src/addressadd.c
4310                 when using 'Add sender to addressbook' allow
4311                 name to be edited and remarks to be entered
4312                 Patch submitted by Luke Plant
4313
4314 2003-01-08 [darko]      0.8.8claws66
4315
4316         * README.claws, src/summaryview.c
4317                 fix description for marked messages
4318
4319 2003-01-08 [paul]
4320
4321         * tools/Makefile.am
4322           tools/launch_phoenix  ** NEW FILE **
4323                 add script that enables using Phoenix as the default
4324                 web browser. 
4325                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4326                 
4327         * tools/OOo2sylpheed.pl
4328                 remove full path to sylpheed executable, just 'sylpheed'
4329                 will do
4330                 
4331         * tools/README
4332                 add launch_phoenix informtion and re-arrange and compress
4333                 the data a little
4334
4335 2003-01-07 [christoph]  0.8.8claws65
4336
4337         * src/folder.c
4338                 fix update for source folder when moving messages
4339         * src/procmsg.[ch]
4340         * src/summaryview.c
4341                 use function to set to_folder for message infos and
4342                 automatically update the op_count for old and new
4343                 folder
4344
4345 2003-01-07 [melvin]     0.8.8claws64
4346
4347         * src/prefs_actions.c
4348                 Fixed bug where an '%p' Action on a displayed image crashed 
4349                         Sylpheed
4350                 Code clean up (get rid of duplicated code and removed unnecessary 
4351                                 structure member)
4352
4353 2003-01-07 [christoph]  0.8.8claws63
4354
4355         * src/compose.c
4356         * src/folder.[ch]
4357         * src/folderview.c
4358         * src/import.c
4359         * src/inc.c
4360         * src/main.c
4361         * src/mainwindow.c
4362         * src/messageview.c
4363         * src/prefs_folder_item.c
4364         * src/procmsg.c
4365         * src/summaryview.c
4366         * src/toolbar.c
4367                 o remove all folder update triggering from the UI code. The folder
4368                   system should know much better when a folder needs an update.
4369                 o to prevent multiple updates in a row the folder updates can be
4370                   frozen for some time.
4371
4372                 Note: - Please verify that no updates are missing
4373                       - Check where freeze/thaws should be added
4374
4375 2003-01-07 [christoph]  0.8.8claws62
4376
4377         * src/prefs_actions.c
4378                 don't translate empty strings
4379
4380         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4381
4382 2003-01-06 [christoph]  0.8.8claws61
4383
4384         * src/prefs_actions.c
4385                 mark strings for gettext
4386         * src/prefs_matcher.c
4387                 use new description window for Execute action and
4388                 match condition in Filtering
4389
4390         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4391
4392 2003-01-06 [alfons]     0.8.8claws60
4393
4394         keep myself inspired to re-organize matcher part 8; 
4395         yes, more to come (I need to move out the descriptive
4396         text for actions to matcher.c, or at least make it not
4397         depend on the wicked ordering)
4398
4399         * src/prefs_matcher.c
4400                 add documentation so others may comprehend the
4401                 UI part of the conditions
4402                 
4403 2003-01-06 [christoph]  0.8.8claws59
4404
4405         * src/prefs_actions.c
4406                 use new description window for syntax help
4407         * src/gtk/description_window.c
4408                 fix display of descriptions with column count != 2
4409
4410         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4411
4412 2003-01-06 [christoph]  0.8.8claws58
4413
4414         * src/quote_fmt.c
4415         * src/summaryview.[ch]
4416         * src/gtk/Makefile.am
4417         * src/gtk/description_window.[ch]       ** NEW **
4418                 use a generic window to display syntax descriptions
4419                 currently used in quote_fmt and summaryview (new description
4420                 for extended quick search)
4421
4422         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4423
4424 2003-01-06 [paul]       0.8.8claws57
4425
4426         * sync with 0.8.8cvs1
4427                 see ChangeLog 2003-01-06
4428
4429 2003-01-06 [christoph]  0.8.8claws56
4430
4431         * src/mainwindow.c
4432         * src/prefs_gtk.[ch]
4433         * src/gtk/prefswindow.[ch]
4434         * src/plugins/spamassassin/spamassassin_gtk.c
4435                 o remove page management from prefswindow, pages
4436                   will be an argument to prefswindow_open
4437                 o prefswindow_open gets a datapointer that is
4438                   passed to the widget_create function to allow
4439                   creation of prefswindow for specific items
4440
4441 2003-01-06 [colin]      0.8.8claws55
4442         
4443         * src/summaryview.c
4444                 We don't want regexp in the reply-finder, 
4445                 because MIDs can contain !,$,. and so on
4446
4447 2003-01-06 [jens]       0.8.8claws54
4448
4449         * src/jpilot.c
4450                 fixed a wrong free in jpilot_read_db_files
4451
4452 2003-01-06 [alfons]     0.8.8claws53
4453
4454         re-organize matcher part 8; more to come
4455        
4456         * src/matcher.c
4457                 matcherprop_to_string(): put g_free()s before the
4458                 switch-case break to fix memleaks                
4459
4460 2003-01-06 [colin]      0.8.8claws52
4461
4462         * src/summaryview.c
4463                 cleanup & reply-finder now displays the first 
4464                 matching message
4465
4466 2003-01-05 [alfons]     0.8.8claws51
4467
4468         re-organize matcher part 7; more to come
4469
4470         * src/matcher.[ch]
4471                 fixes for constant correctness;
4472                 more documentation;
4473
4474 2003-01-05 [alfons]     0.8.8claws50
4475
4476         re-organize matcher part 6; more to come
4477         
4478         * src/matcher.[ch]
4479                 fixes for constant correctness;
4480                 more documentation;
4481         * src/filtering.c
4482                 fix for constant correctness
4483
4484 2003-01-05 [colin]      0.8.8claws49
4485
4486         * src/account.[ch]
4487                 Add account_get_reply_account function
4488         * src/compose.c
4489                 Use account_get_reply_account function 
4490         * src/summaryview.c
4491                 Basic reply-finder - click on the replied
4492                 icon gets you to the outbox using quick-search
4493
4494 2003-01-05 [paul]       0.8.8claws48
4495
4496         * src/prefs_common.c
4497                 small change to English
4498                 
4499         * src/prefs_filtering.c
4500                 prefs_filtering_action_select(): improve logic and uniformity
4501                 of gui
4502
4503 2003-01-05 [alfons]     0.8.8claws47
4504
4505         fine tune solution to focus problems (bug #7)
4506
4507         * src/mainwindow.c
4508                 mainwindow_focus_in_event(): remove grab event check
4509         * src/summaryview.c
4510                 summary_button_pressed(): move selection on right-click
4511                 too. we can't possibly move the selection back after
4512                 canceling a dialog, because gtk's incomplete focus 
4513                 management. whether this is a good solution, only time
4514                 will tell.
4515
4516 2003-01-05 [christoph]  0.8.8claws46
4517
4518         * src/imap.c
4519                 fix crash when no imap connection could be established
4520
4521 2003-01-05 [paul]       0.8.8claws45
4522
4523         * src/mainwindow.c
4524           src/sumamryview.c
4525           src/gtk/menu.[ch]
4526                 fix bug 605957 'shortcuts in popup-menu'
4527                 make user-defined shortcuts work
4528                 show shortcuts that are already defined
4529                 in the main menu
4530                 Patch submitted by Luke Plant
4531
4532 2003-01-05 [alfons]     0.8.8claws44
4533
4534         * src/mainwindow.c
4535                 focus_in_event handler should not select summary view row 
4536                 when another window (menu, dialog) grabbed for events 
4537                 (bug #7, "[0.8.8claws42] Message summary focus") 
4538
4539 2003-01-04 [christoph]  0.8.8claws43
4540
4541         * src/procmsg.c
4542                 update save folder after adding the sent message
4543                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4544
4545 2003-01-02 [christoph]  0.8.8claws42
4546
4547         * src/common/plugin.c
4548                 fix unloading of all plugins and unload
4549                 plugins in reverse order
4550                 
4551         * src/gtk/pluginwindow.c
4552                 implement function of load and unload button
4553
4554         * src/gtk/prefswindow.c
4555         * src/gtk/prefswindow.h
4556                 rename register function and add new unregister
4557                 function
4558
4559         * src/plugins/spamassassin/spamassassin_gtk.c
4560                 unregister prefs page and update for changes in
4561                 src/gtk/prefswindow.c
4562
4563 2003-01-02 [paul]       0.8.8claws41
4564
4565         * po/es.po
4566                 updated by Ricardo Mones Lastra
4567
4568 2003-01-02 [paul]
4569
4570         * tools/tb2sylpheed
4571                 fixes and improvements by Urke MMI
4572
4573 2003-01-02 [thorsten]   0.8.8claws40
4574
4575         * src/procmsg.c
4576                 fixed wrong return value
4577
4578 2003-01-02 [thorsten]   0.8.8claws39
4579
4580         * src/prefs.c
4581                 fixed printing wrong variable
4582
4583 2003-01-02 [thorsten]   0.8.8claws38
4584
4585         * src/prefs.c
4586                 fixed acessing members of freed pfile struct
4587
4588 2003-01-02 [thorsten]   0.8.8claws37
4589
4590         * src/procmsg.c
4591                 detect loops across several messages
4592                 as suggested by Christoph Hohmann
4593
4594 2003-01-01 [match]      0.8.8claws36
4595
4596         * src/addrindex.c
4597                 fixed another memory leak.
4598
4599 2003-01-01 [match]      0.8.8claws35
4600
4601         * src/jpilot.[ch]
4602                 fixed memory leaks. applied Doxygen comments.
4603
4604 2003-01-01 [thorsten]   0.8.8claws34
4605
4606         * src/procmsg.c
4607                 inhibit endless loop if msg references itself
4608                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4609
4610 2003-01-01 [christoph]  0.8.8claws33
4611
4612         * src/mainwindow.c
4613         * src/gtk/Makefile.am
4614         * src/gtk/pluginwindow.c                ** NEW **
4615         * src/gtk/pluginwindow.h                ** NEW **
4616                 add plugin window
4617
4618         * src/plugins/demo/demo.c
4619         * src/plugins/spamassassin/spamassassin.c
4620         * src/plugins/spamassassin/spamassassin_gtk.c
4621                 write better plugin descriptions
4622
4623 2002-12-31 [christoph]  0.8.8claws32
4624
4625         * src/gtk/prefswindow.c
4626         * src/plugins/spamassassin/spamassassin_gtk.c
4627                 some small improvements to GTK code
4628
4629 2002-12-31 [christoph]  0.8.8claws31
4630
4631         * src/plugins/spamassassin/spamassassin_gtk.c
4632                 enable folder select button
4633
4634 2002-12-31 [christoph]  0.8.8claws30
4635
4636         * src/mainwindow.c
4637         * src/gtk/Makefile.am
4638         * src/gtk/prefswindow.c                         ** NEW **
4639         * src/gtk/prefswindow.h                         ** NEW **
4640                 add new prefs window
4641
4642         * src/common/plugin.c
4643                 don't try to load empty config lines
4644         
4645         * src/plugins/spamassassin/Makefile.am
4646         * src/plugins/spamassassin/spamassassin.c
4647         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4648         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4649                 GTK config for SpamAssassin Plugin using
4650                 the new prefs window
4651
4652 2002-12-31 [paul]       0.8.8claws29
4653
4654         * po/POTFILES.in
4655                 remove obsolete entry 'src/menu.c'
4656
4657 2002-12-31 [alfons]     0.8.8claws28
4658
4659         * src/matcher.[ch]
4660         * src/matcher_parser_parse.y
4661         * src/prefs_matcher.c
4662                 add "ignore_thread" and "~ignore_thread" condition so it's
4663                 possible to make the actions / scoring operate on the ignore
4664                 thread flag
4665
4666 2002-12-31 [christoph]  0.8.8claws27
4667
4668         * src/addrbook.c
4669         * src/addrindex.c
4670         * src/folder.c
4671         * src/matcher.c
4672         * src/prefs_account.c
4673         * src/prefs_actions.c
4674         * src/prefs_customheader.c
4675         * src/prefs_display_header.c
4676         * src/prefs_gtk.c
4677         * src/procmime.c
4678         * src/toolbar.c
4679         * src/xmlprops.c
4680         * src/common/prefs.[ch]
4681                 extend prefs file handling for reading and automatic handling
4682                 of blocks. When reading prefs_set_block_label will automatically
4683                 move on to the block. When writing it will copy all other blocks
4684                 automatically
4685
4686         * src/common/plugin.c
4687                 Now loading plugin filenames from [Plugins] block in
4688                 sylpheed rc file
4689
4690 2002-12-30 [christoph]  0.8.8claws26
4691
4692         * src/common/hooks.[ch]
4693                 return abort status to caller of hooks_invoke
4694                 
4695         * src/inc.[ch]
4696                 invoke message filtering hook and stop
4697                 default handling when filter returns abort
4698
4699         * src/common/plugin.[ch]
4700         * src/plugins/demo/demo.c
4701                 modify plugin loader, because resolving symbols for strings
4702                 does not work correctly
4703         
4704         * configure.in
4705         * ac/spamassassin.m4                            ** NEW **
4706         * src/plugins/spamassassin/.cvsignore           ** NEW **
4707         * src/plugins/spamassassin/Makefile.am          ** NEW **
4708         * src/plugins/spamassassin/README               ** NEW **
4709         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4710         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4711         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4712                 add spamassassin plugin, see src/plugins/spamassassin/README
4713                 for details
4714
4715 2002-12-29 [alfons]     0.8.8claws25
4716
4717         * src/mainwindow.c
4718                 when moving focus from a message view to the main 
4719                 window, don't forget to select the summary node
4720                 of the displayed message. should fix "[ 659103 ] 
4721                 focus-follows-mouse confuses sylpheed"
4722
4723 2002-12-29 [christoph]  0.8.8claws24
4724
4725         * src/Makefile.am
4726         * src/stringtable.[ch]          ** REMOVE **
4727         * src/common/Makefile.am
4728         * src/common/stringtable.[ch]   ** NEW **
4729                 move stringtable files to common directory
4730
4731 2002-12-29 [christoph]  0.8.8claws23
4732
4733         * src/Makefile.am
4734         * src/menu.[ch]                 ** REMOVE **
4735         * src/gtk/Makefile.am
4736         * src/gtk/menu.[ch]             ** NEW **
4737                 move menu files to gtk directory
4738
4739 2002-12-29 [match]      0.8.8claws22
4740
4741         * src/addressbook.c
4742         * src/syldap.c
4743                 moved UI specific code out of LDAP code into addressbook
4744                 UI code. fixed memory leak.
4745
4746 2002-12-29 [christoph]  0.8.8claws21
4747
4748         * src/folder.c
4749                 only check for IGNORED parent message when message is
4750                 not IGNORED itself
4751
4752 2002-12-29 [alfons]     0.8.8claws20
4753
4754         * src/summaryview.c
4755                 set gtksctree's anchor correct (immediate execute
4756                 changes the tree's layout, and anchor points at 
4757                 the incorrect row). fixes "[ 657233 ] multiple msg 
4758                 delete sometimes off by 1".
4759                 we probably have to look for more tree layout /
4760                 anchor glitches.
4761
4762 2002-12-29 [paul]       0.8.8claws19
4763
4764         * src/summaryview.c
4765                 fix bug [ 659054 ] incorrect sorting of 'From' column
4766                 when using 'display sender using address book'
4767                 thanks to Alfons and Luke Plant
4768
4769 2002-12-29 [christoph]  0.8.8claws18
4770
4771         * src/folder.c
4772         * src/procmsg.[ch]
4773                 check parent messages for IGNORE THREAD flag, when adding,
4774                 moving or copying messages to a folder
4775
4776 2002-12-27 [alfons]     0.8.8claws17
4777
4778         re-organize matcher part 5; more to come
4779
4780         * src/matcher.c
4781                 hash keywords in matchparser_tab 
4782
4783 2002-12-27 [alfons]     0.8.8claws16
4784
4785         re-organize matcher part 4; more to come
4786
4787         * src/matcher_parser.h
4788         * src/matcher_parser_lex.l
4789         * src/matcher_parser_parse.y
4790                 cleanup
4791
4792 2002-12-27 [alfons]     0.8.8claws15
4793
4794         re-organize matcher part 3; more to come
4795
4796         * src/matcher.[ch]
4797                 cleanup
4798
4799 2002-12-27 [alfons]     0.8.8claws14
4800
4801         re-organize matcher part 2; more to come but this should
4802         work. cc me if there are any regressions.
4803
4804         * src/matcher.h
4805                 add prototype for get_matchparser_tab_id()
4806         * src/matcher_parser_lex.l
4807                 look up keywords using matchparser_tab_id();
4808
4809 2002-12-27 [alfons]     0.8.8claws12
4810
4811         re-organize matcher part 1
4812
4813         * src/matcher.h
4814                 map yacc generated constants to sylpheed matcher constants
4815         * src/matcher.c
4816                 add function to find a matcher constant from a string
4817
4818 2002-12-27 [christoph]  0.8.8claws11
4819
4820         * src/compose.c
4821                 MENUITEM_ADD casts the 4th argument from integer to pointer
4822                 so it probably should not be a pointer, this means we
4823                 should use account id for it and not the account's pointer
4824
4825 2002-12-27 [paul]       0.8.8claws10
4826
4827         * src/mainwindow.c
4828                 remove unneeded 'GtkWidget *vbox'
4829                 
4830         * src/summaryview.c
4831                 further sync with 0.8.8 - make sort
4832                 by recipient work as expected
4833                 
4834         * NEWS
4835                 sync with 0.8.8
4836
4837 2002-12-27 [paul]       0.8.8claws9
4838
4839         * po/pt_BR.po
4840                 updated by Ivan F. Martinez
4841                 
4842 2002-12-27 [darko]      0.8.8claws8
4843
4844         * src/common/utils.c
4845                 added locked pattern to extended search
4846
4847 2002-12-27 [alfons]     0.8.8claws7
4848
4849         * src/prefs_matcher.[ch]
4850                 clean up
4851
4852 2002-12-26 [alfons]     0.8.8claws6
4853
4854         * src/matcher.[ch]
4855         * src/matcher_parser_lex.l
4856         * src/matcher_parser_parse.y
4857         * src/prefs_matcher.c
4858                 allow color label as a condition in the matcher
4859
4860 2002-12-26 [oliver]     0.8.8claws5
4861         
4862         * src/toolbar.c 
4863                 enable Addressbook for Main and Messageview
4864         * src/prefs_actions.c
4865                 enable actions in Messageview
4866
4867 2002-12-26 [christoph]  0.8.8claws4
4868
4869         * src/common/plugin.c
4870                 add a little debug output
4871         * configure.in
4872         * src/plugins/demo/Makefile.am
4873                 better use of automake
4874
4875 2002-12-26 [christoph]  0.8.8claws3
4876
4877         * src/Makefile.am
4878         * src/common/Makefile.am
4879                 fix "make distdir"
4880
4881 2002-12-26 [christoph]  0.8.8claws2
4882
4883         * configure.in
4884                 sort configure checks into common / gtk / plugins
4885         * po/POTFILES.in
4886                 add src/prefs_gtk.c
4887         * src/Makefile.am
4888                 add plugins SUBDIR
4889         * src/main.c
4890         * src/common/sylpheed.[ch]
4891                 added now sylpheed_done function for shutdown
4892         * src/common/Makefile.am
4893         * src/common/plugin.[ch]                ** NEW **
4894                 plugin loader and unloader
4895         * src/plugins/.cvsignore                ** NEW **
4896         * src/plugins/Makefile.am               ** NEW **
4897                 build plugins
4898         * src/plugins/demo/.cvsignore           ** NEW **
4899         * src/plugins/demo/Makefile.am          ** NEW **
4900         * src/plugins/demo/demo.c               ** NEW **
4901                 small demo plugin that installs a logtext hook and
4902                 outputs the log text to stdout
4903
4904 2002-12-26 [paul]       0.8.8claws1
4905
4906         * po/es.po
4907                 updated by Ricardo Mones Lastra
4908
4909 2002-12-26 [paul]       0.8.8claws
4910
4911         * 0.8.8claws released
4912
4913 2002-12-26 [paul]       0.8.7claws12
4914
4915         * po/bg.po
4916                 updated by George Danchev
4917
4918 2002-12-26 [paul]       0.8.7claws11
4919
4920         * po/POTFILES.in
4921                 remove unneeded 'src/prefs.c' entry 
4922
4923 2002-12-26 [paul]       0.8.7claws10
4924
4925         * src/codeconv.c
4926           src/mainwindow.c
4927                 sync with 0.8.8 release
4928         
4929         * src/folder.[ch]
4930           src/mh.c
4931           src/summaryview.c
4932                 partial sync with 0.8.8 release
4933         
4934
4935 2002-12-25 [alfons]     0.8.7claws9
4936
4937         * src/matcher.[ch]
4938         * src/matcher_parser_lex.l
4939         * src/matcher_parser_parse.y
4940         * src/prefs_matcher.c
4941                 add locked flag to possible filtering / matcher 
4942                 conditions (also a good example what should be
4943                 done to add a simple boolean condition)
4944
4945 2002-12-25 [christoph]  0.8.7claws8
4946
4947         * src/Makefile.am
4948         * src/account.[ch]
4949         * src/addrbook.c
4950         * src/addressbook.c
4951         * src/addrindex.c
4952         * src/filtering.c
4953         * src/folder.c
4954         * src/matcher.c
4955         * src/prefs.[ch]                ** REMOVE **
4956         * src/prefs_account.c
4957         * src/prefs_actions.c
4958         * src/prefs_common.c
4959         * src/prefs_customheader.c
4960         * src/prefs_display_header.c
4961         * src/prefs_filtering.c
4962         * src/prefs_folder_item.c
4963         * src/prefs_gtk.[ch]            ** NEW **
4964         * src/prefs_matcher.c
4965         * src/prefs_scoring.c
4966         * src/prefs_summary_column.c
4967         * src/procmime.c
4968         * src/selective_download.c
4969         * src/toolbar.c
4970         * src/common/Makefile.am
4971         * src/common/prefs.[ch]         ** NEW **
4972                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4973
4974 2002-12-24 [alfons]     0.8.7claws7
4975
4976         * src/summaryview.c
4977                 summary_thread_build(): fix real cause of the crash mentioned in
4978                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4979                 this way we get meaningful ctree nodes 
4980
4981 2002-12-24 [oliver]     0.8.7claws6
4982
4983         * src/mainwindow.[ch]
4984         * src/messageview.[ch]
4985         * src/compose.[ch]
4986         * src/inc.c
4987         * src/summaryview.c
4988                 changes to use updated toolbar handling
4989                 
4990 2002-12-24 [oliver]     0.8.7claws5
4991
4992         * src/toolbar.[ch]
4993                 generic toolbar handling
4994                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4995         * src/prefs_toolbar.[ch]
4996                 adjust to handling
4997         
4998 2002-12-24 [oliver]     0.8.7claws4
4999         
5000         * src/stock_pixmap.[ch]
5001                 move SYLPHEED_LOGO to end of list in order 
5002                 to remove it from Custom Toolbar`s Icon View
5003
5004 2002-12-24 [alfons]     0.8.7claws3
5005
5006         * src/summaryview.c
5007                 summary_thread_build(): fix crash because of focus != selection 
5008                 after threading. when deleting the selection, gtk tries but fails 
5009                 to find the correct focusable element. we now force the selection
5010                 to be focused. this should solve the infamous bug reported by 
5011                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5012                 a test case is available. 
5013
5014 2002-12-24 [darko]      0.8.7claws2
5015
5016         * src/summaryview.c
5017                 don't crash when unmarking message with unread children
5018
5019 2002-12-23 [christoph]  0.8.7claws1
5020
5021         * src/Makefile.am
5022         * src/common/Makefile.am
5023                 update Makefiles for moved intl.h, version.h and defs.h
5024         * src/imap.c
5025                 rewrite imap_session_get to avoid duplicate code
5026
5027 2002-12-23 [paul]       0.8.7claws
5028
5029         * Santa-Claws released
5030         
5031         * po/hu.po
5032           po/ru.po
5033                 squeeze in updated Hungarian and Russian translations.
5034                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5035
5036 2002-12-23 [paul]       0.8.6claws129
5037
5038         * po/pl.po
5039                 updated by Witold Wladyslaw Wojciech Wilk
5040
5041 2002-12-23 [paul]       0.8.6claws128
5042
5043         * src/quote_fmt_parse.y
5044                 fix typo and add licence header
5045
5046 2002-12-23 [paul]       0.8.6claws127
5047
5048         * po/en_GB.po
5049                 updated
5050
5051 2002-12-23 [paul]       0.8.6claws126
5052
5053         * po/it.po
5054                 updated translation, submitted by Alessandro Maestri
5055                 
5056 2002-12-23 [paul]       0.8.6claws125
5057
5058         * src/quote_fmt_parse.y
5059                 fix signature-stripping on replies bug. match
5060                 '-- \n' and not '-- '.
5061
5062 2002-12-22 [paul]       0.8.6claws124
5063
5064         * po/bg.po
5065           po/es.po
5066           po/sr.po
5067                 updated translations. submitted by George Danchev,
5068                 Ricardo Mones Lastra, and Urke MMI respectively
5069
5070 2002-12-21 [paul]       0.8.6claws123
5071
5072         * src/addrbook.c
5073                 fix coding style
5074
5075 2002-12-21 [paul]       0.8.6claws122
5076
5077         * src/addrbook.c
5078                 fix bug [643638] where if a person is in one or more
5079                 addressbook groups editing that person's email 
5080                 address results in removal from those groups.
5081                 Patch submitted by Luke Plant.
5082
5083 2002-12-20 [christoph]  0.8.6claws121
5084
5085         * src/common/utils.c
5086         * src/summaryview.c
5087                 reimplement expand_search_string using GString to
5088                 prevent crashs caused by miscalculated string
5089                 lengths reported by Paul
5090
5091 2002-12-20 [christoph]  0.8.6claws120
5092
5093         * src/summaryview.c
5094                 don't use "changed" to check if op_count has to be changed as it
5095                 is also set when the message has unread children
5096                 (closes bug [ 653221 ] crash while deleting duplicates)
5097
5098 2002-12-20 [paul]       0.8.6claws119
5099
5100         * sync with 0.8.6cvs27
5101                 see ChangeLog 2002-12-20
5102
5103 2002-12-20 [paul]       0.8.6claws118
5104
5105         * sync with 0.8.6cvs26
5106                 see ChangeLog 2002-12-19 and 2002-12-20
5107
5108 2002-12-19 [alfons]     0.8.6claws117
5109
5110         * src/textview.c
5111                 fix incorrect parsing of email addresses, submitted by 
5112                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5113                 name display if it contains @".
5114
5115 2002-12-18 [paul]       0.8.6claws116
5116
5117         * sync with 0.8.6cvs23
5118                 see ChangeLog 2002-12-18
5119
5120 2002-12-18 [paul]       0.8.6claws115
5121
5122         * src/Makefile.am
5123         * src/account.c
5124         * src/codeconv.c
5125         * src/gtkutils.[ch]
5126         * src/imap.c
5127                 sync with 0.8.6cvs22.
5128                 see ChangeLog 2002-12-17 and 2002-12-18
5129
5130 2002-12-17 [christoph]  0.8.6claws114
5131
5132         * src/imap.c
5133                 o don't create a session if imap greeting fails
5134                 o don't close socket when authentication fails
5135                   this is done by imap_session_destroy
5136
5137 2002-12-17 [thorsten]   0.8.6claws113
5138
5139         * tools/Makefile.am
5140           tools/README
5141           tools/google_msgid.pl ** NEW FILE **
5142                 Added "search for message-id" script and doc
5143
5144 2002-12-17 [thorsten]   0.8.6claws112
5145
5146         * po/hu.po
5147                 Updated hungarian translation
5148                 (updated by Gal Zoltan)
5149
5150 2002-12-16 [christoph]  0.8.6claws111
5151
5152         * src/addr_compl.c
5153                 remove stupid addressbook dump to debug output
5154         * src/mh.c
5155                 fix memory leak found by Hiro
5156
5157 2002-12-14 [paul]       0.8.6claws110
5158
5159         * src/compose.c
5160                 fix menubar sensitivity on send
5161                 
5162         * src/prefs_filtering.c
5163         * src/prefs_matcher.c
5164         * src/prefs_scoring.c
5165                 Fix english ;)
5166                 
5167         * src/common/quoted-printable.h
5168                 sync: fix typo
5169         
5170 2002-12-13 [christoph]  0.8.6claws109
5171
5172         * src/Makefile.am
5173         * src/manage_window.[ch]        ** REMOVE **
5174         * src/gtk/Makefile.am
5175         * src/gtk/manage_window.[ch]    ** NEW **
5176                 move manage_window files to gtk directory
5177
5178 2002-12-13 [christoph]  0.8.6claws108
5179
5180         * src/Makefile.am
5181         * src/gtkshruler.[ch]           ** REMOVE **
5182         * src/gtk/Makefile.am
5183         * src/gtk/gtkshruler.[ch]       ** NEW **
5184                 move gtkshruler files to gtk directory
5185
5186 2002-12-13 [christoph]  0.8.6claws107
5187
5188         * src/Makefile.am
5189         * src/compose.c
5190         * src/gtkstext.[ch]             ** REMOVE **
5191         * src/gtkutils.[ch]
5192         * src/textview.c
5193         * src/gtk/gtkstext.[ch]         ** NEW **
5194         * src/gtk/Makefile.am
5195                 o move stext functions to gtkstext.c to remove
5196                   dependency of gtkutils
5197                 o move gtkstext files to gtk directory
5198
5199         * src/gtk/Makefile.am
5200         * src/gtk/sslcertwindow.[ch]
5201                 UI stuff can always depend on common code so
5202                 it's ok to add ../common to include path
5203
5204 2002-12-13 [colin]      0.8.6claws106
5205
5206         * src/summaryview.c
5207                 Disconnect sighandlers for mainwindow when
5208                 quicksearch has the focus
5209                 Fix bug #653231
5210         * src/mainwindow.[ch]
5211                 Make key_pressed callback public, to be able
5212                 to disconnect it
5213
5214 2002-12-13 [christoph]  0.8.6claws105
5215
5216         * src/mh.c
5217                 create .mh_sequences file in new MH folders
5218                 (closes feature request [ 523162 ] MH folders should
5219                  get a .mh_sequences)
5220
5221 2002-12-13 [colin]      0.8.6claws104
5222
5223         * src/summaryview.c
5224                 Better handling of quicksearch show/hide
5225                 (basically the button stays under the mouse 
5226                  when toggled)
5227
5228 2002-12-13 [paul]       0.8.6claws103
5229
5230         * sync with 0.8.6cvs17
5231                 see ChangeLog 2002-12-13
5232
5233 2002-12-13 [paul]       0.8.6claws102
5234
5235         * po/es.po
5236                 updated by Ricardo Mones Lastra
5237
5238 2002-12-11 [colin]       0.8.6claws101
5239
5240         * src/folder.c
5241                 remove statusbar stuff
5242           src/folderview.c
5243                 set statusbar verbosity when moving folders
5244
5245 2002-12-11 [colin]       0.8.6claws100
5246         * src/prefs_filtering.c
5247         * src/prefs_matcher.c
5248         * src/prefs_scoring.c
5249                 Fix english ;)
5250
5251 2002-12-11 [colin]       0.8.6claws99
5252
5253         * src/prefs_common.[ch]
5254                 Add summary_quicksearch_type
5255         * src/summaryview.c
5256                 Save last used quicksearch type
5257
5258 2002-12-11 [jens]       0.8.6claws98
5259         * src/prefs_filtering.c
5260         * src/prefs_matcher.c
5261         * src/prefs_scoring.c
5262                 added dialog for incomplete rules in scoring, filtering and
5263                 matcher to ask wheather really close
5264
5265 2002-12-11 [colin]      0.8.6claws97
5266
5267         * src/folder.c
5268                 Fix folder dnd statusbar logging
5269
5270 2002-12-10 [christoph]  0.8.6claws96
5271
5272         * src/compose.c
5273         * src/folder.c
5274         * src/imap.c
5275         * src/inc.c
5276         * src/main.c
5277         * src/mainwindow.c
5278         * src/news.c
5279         * src/send.c
5280         * src/statusbar.[ch]
5281         * src/common/hooks.c
5282         * src/common/log.[ch]
5283                 o handle verbose logging in statusbar directly in statusbar code
5284                   and common code does not need any knowledge about a statusbar
5285                 o remove direct calls to statusbar_(puts|pop)_all functions
5286
5287 2002-12-10 [jens]       0.8.6claws95
5288
5289         * src/*.c
5290                 removed gettext from g_warnings
5291         * po/POTFILES.in
5292                 cleaned and updated
5293         * po/de.po
5294                 updated
5295
5296 2002-12-10 [colin]      0.8.6claws94
5297
5298         * src/main.c
5299                 finish crash dialog fix
5300
5301 2002-12-10 [colin]      0.8.6claws93
5302
5303         * src/main.c
5304                 "Fix" "sylpheed already running" instead of
5305                 crash dialog appearing after a crash
5306
5307 2002-12-10 [colin]      0.8.6claws92
5308
5309         * po/POTFILES.in
5310                 add src/gtk/sslcertwindow.c
5311
5312 2002-12-10 [paul]       0.8.6claws91
5313
5314         * po/POTFILES.in
5315                 updated to reflect recent changes
5316                 submitted by Alessandro Maestri
5317
5318 2002-12-09 [christoph]  0.8.6claws90
5319
5320         * src/Makefile.am
5321         * src/smtp.[ch]                 ** REMOVE **
5322         * src/common/Makefile.am
5323         * src/common/smtp.[ch]          ** NEW **
5324                 move smtp files to common directory
5325
5326 2002-12-09 [christoph]  0.8.6claws89
5327
5328         * src/Makefile.am
5329         * src/session.[ch]              ** REMOVE **
5330         * src/common/Makefile.am
5331         * src/common/session.[ch]       ** NEW **
5332                 move session files to common directory
5333
5334 2002-12-09 [paul]       0.8.6claws88
5335
5336         * src/account.c
5337                 fix bug [649746] edit accounts: move account reverted
5338                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5339
5340 2002-12-09 [colin]      0.8.6claws87
5341
5342         * src/ssl_certificate.c
5343                 cleanup
5344
5345 2002-12-09 [colin]      0.8.6claws86
5346
5347         * src/ssl.c
5348                 Try to open the cert.pem database and 
5349                 issue a warning if it isn't there
5350
5351 2002-12-09 [colin]      0.8.6claws85
5352
5353         * src/common/ssl_certificate.c
5354         * src/gtk/sslcertwindow.c
5355                 Warning fixes
5356
5357 2002-12-09 [colin]      0.8.6claws84
5358
5359         * src/ssl_certificate.[ch] ** REMOVED **
5360         * src/common/ssl_certificate.[ch] ** NEW **
5361         * src/Makefile.am
5362         * src/common/Makefile.am
5363                 Moved ssl_certificate.[ch] to common
5364         * src/common/ssl.c 
5365                 Put back needed include
5366         * src/gtk/sslcertwindow.[ch]
5367                 Changed ssl_certificate.h include
5368         
5369 2002-12-09 [colin]      0.8.6claws83
5370
5371         * src/gtk/sslcertwindow.[ch]
5372                 Implement hook for certificate acception
5373         * src/ssl_certificate.[ch]
5374                 Implement hook for certificate acception
5375         * src/common/ssl.c
5376                 Reenable certificate acception check
5377         * src/mainwindow.c
5378                 Register sslcertwindow's hook
5379         
5380 2002-12-08 [christoph]  0.8.6claws82
5381
5382         * src/about.c
5383         * src/addr_compl.c
5384         * src/codeconv.c
5385         * src/manual.c
5386         * src/undo.c
5387         * src/common/utils.c
5388                 o add missing includes
5389                 o fix warnings
5390         * src/.cvsignore
5391         * src/common/.cvsignore
5392         * src/common/version.h          ** REMOVE **
5393                 remove autogenerated file
5394
5395 2002-12-08 [paul]       0.8.6claws81
5396
5397         * src/stringtable.c
5398                 put back needed include
5399
5400 2002-12-08 [colin]      0.8.6claws80
5401         
5402         * src/gtk/sslcertwindow.c
5403                 Cleaner popups when asking
5404         * src/ssl_certificate.c
5405         * src/prefs_common.[ch]
5406                 remove ssl certificate pref
5407                 put back needed include
5408         * src/undo.c
5409                 put back needed include
5410
5411 2002-12-08 [christoph]  0.8.6claws79
5412
5413         * src/folderview.c
5414         * src/logwindow.c
5415         * src/statusbar.c
5416         * src/summaryview.c
5417                 only abort hook invokation if required data is missing not
5418                 if our own data pointer is NULL, update hookfunction for
5419                 log window
5420
5421 2002-12-08 [paul]       0.8.6claws78
5422
5423         * src/about.c
5424         * src/addrcache.c
5425         * src/addrclip.c
5426         * src/addr_compl.c
5427         * src/addrselect.c
5428         * src/codeconv.c
5429         * src/colorlabel.c
5430         * src/enriched.c
5431         * src/esmtp.c
5432         * src/exporthtml.c
5433         * src/headerview.c
5434         * src/imageview.c
5435         * src/manual.c
5436         * src/noticeview.c
5437         * src/pgptext.c
5438         * src/scoring.c
5439         * src/sourcewindow.c
5440         * src/stringtable.c
5441         * src/undo.c
5442                 clean up: remove unneccesary includes
5443
5444 2002-12-08 [christoph]  0.8.6claws77
5445
5446         * src/folderview.c
5447         * src/statusbar.c
5448         * src/summaryview.c
5449         * src/common/hooks.[ch]
5450                 hook functions now have a gboolean return value, if a hook
5451                 returns TRUE it will stop executing of any more hooks in
5452                 the same hooklist for this invokation
5453
5454 2002-12-08 [colin]      0.8.6claws76
5455         
5456         * src/main.c
5457                 put back argv0 for CRASH_DIALOG
5458
5459 2002-12-08 [christoph]  0.8.6claws75
5460
5461         * src/Makefile.am
5462         * src/about.c
5463         * src/account.c
5464         * src/crash.c
5465         * src/esmtp.h
5466         * src/imap.[ch]
5467         * src/inc.c
5468         * src/main.c
5469         * src/mainwindow.c
5470         * src/news.c
5471         * src/pop.[ch]
5472         * src/prefs_account.[ch]
5473         * src/prefs_common.[ch]
5474         * src/send.[ch]
5475         * src/smtp.[ch]
5476         * src/ssl_certificate.[ch]
5477         * src/ssl_manager.[ch]
5478         * src/common/Makefile.am
5479         * src/common/log.c
5480         * src/common/nntp.[ch]
5481         * src/common/socket.[ch]
5482         * src/common/ssl.[ch]
5483         * src/gtk/sslcertwindow.[ch]
5484         * ac/openssl.m4
5485                 use new autoconf script to detect OpenSSL with extra parameters
5486                 to specify the location of libs and includes, also remove USE_SSL
5487                 to USE_OPENSSL
5488
5489         * src/common/sylpheed.[ch]
5490         * src/common/version.h.in
5491                 start seperation of common code initialization seperated from gui
5492
5493         * src/summaryview.c
5494                 The function that is called when a color label changes
5495                 should not change the color lable again
5496
5497 2002-12-08 [colin]      0.8.6claws74
5498
5499         * src/gtk/sslcertwindow.c
5500                 warning fixes
5501
5502 2002-12-08 [colin]      0.8.6claws73
5503
5504         * src/statusbar.c
5505           src/common/log.h
5506                 Register a hook for statusbar_puts_all
5507         * src/common/log.c
5508                 invoke statusbar_puts_all's hook
5509         
5510 2002-12-08 [colin]      0.8.6claws72
5511
5512         * src/ssl_certificate.c
5513                 Put back a badly-removed include
5514
5515 2002-12-08 [colin]      0.8.6claws71
5516
5517         * src/gtk/sslcertwindow.[ch]    ** NEW **
5518                 new certificate presentation
5519         * src/gtk/Makefile.am
5520                 add new files
5521         * src/ssl_certificate.[ch]
5522                 gtk cleanup, made utility functions public
5523         * src/ssl_manager.c
5524                 use new cert presentation
5525
5526 2002-12-07 [christoph]  0.8.6claws70
5527
5528         * src/Makefile.am
5529         * src/nntp.[ch]                 ** REMOVE **
5530         * src/common/Makefile.am
5531         * src/common/nntp.[ch]          ** NEW **
5532                 move nntp files to common directory
5533
5534 2002-12-07 [christoph]  0.8.6claws69
5535
5536         * src/procmsg.[ch]
5537         * src/summaryview.c
5538                 implement msginfo update callback using sylpheed's new
5539                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5540
5541 2002-12-06 [christoph]  0.8.6claws68
5542
5543         * src/editgroup.c
5544                 This patch changes the 'Edit Group Details' dialog to
5545                 allow extended selections in either pane, so that
5546                 addresses can be added or removed from a group more
5547                 quickly and easily. (it actually is a net decrease in
5548                 file size, as some unnecessary functions have been
5549                 removed). 
5550                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5551
5552 2002-12-06 [christoph]  0.8.6claws67
5553
5554         * src/Makefile.am
5555         * src/template.[ch]             ** REMOVE **
5556         * src/common/Makefile.am
5557         * src/common/template.[ch]      ** NEW **
5558                 move template files to common directory
5559
5560         * src/nntp.c
5561                 add missing log.h include
5562
5563 2002-12-06 [melvin]     0.8.6claws66
5564
5565         * src/prefs_actions.c
5566                 Added the trailing ">" syntax to insert command's output
5567                 without replacing old text (in contrast to trailing "|").
5568
5569 2002-12-05 [colin]      0.8.6claws65
5570         
5571         * src/common/utils.c
5572                 Don't modify original search_string or it'll change
5573                 the next iterations in the for()
5574
5575 2002-12-05 [darko]      0.8.6claws64
5576
5577         * src/common/utils.c
5578                 proper check for filtering commands, found by Colin
5579
5580 2002-12-05 [darko]      0.8.6claws63
5581
5582         * src/common/utils.c
5583                 check proper string for NULL pointer, found by Colin
5584
5585 2002-12-05 [darko]      0.8.6claws62
5586
5587         * src/common/utils.[ch]
5588                 expand_search_string(): new function
5589                 converts Mutt-like patterns to Sylpheed's
5590                 filtering engine
5591         * src/summaryview.c
5592                 use expand_search_string() to allow Mutt-like
5593                 patterns in extended search
5594         * README.claws
5595                 document extended option in quick search
5596
5597 2002-12-05 [paul]       0.8.6claws61
5598
5599         * sync with 0.8.6cvs16
5600                 see ChangeLog 2002-12-05
5601                 
5602         * po/POTFILES.in
5603                 clean up
5604
5605 2002-12-04 [christoph]  0.8.6claws60
5606
5607         * src/imap.[ch]
5608                 put imap authentication code into a new function and
5609                 remove it from imap_session_new that will allow to
5610                 send other commands before authentication
5611
5612 2002-12-04 [christoph]  0.8.6claws59
5613
5614         * src/imap.[ch]
5615                 use already existing method to prevent unneeded IMAP
5616                 folder selects. Set imap_select parameters to NULL
5617                 in some functions if the values are not required.
5618
5619         * src/xml.h
5620                 remove no longer required include
5621
5622 2002-12-04 [paul]       0.8.6claws58
5623
5624         * po/es.po
5625                 updated by Ricardo Mones Lastra
5626                 
5627         * configure.in
5628           po/hu.po      ** NEW FILE **
5629                 initial Hungarian translation, submitted
5630                 by Gál Zoltán <galzoli@hu.inter.net>
5631
5632 2002-12-03 [christoph]  0.8.6claws57
5633
5634         * src/Makefile.am
5635         * src/gtksctree.[ch]            ** REMOVE **
5636         * src/gtk/Makefile.am
5637         * src/gtk/gtksctree.[ch]        ** NEW **
5638                 move gtksctree files to gtk directory
5639
5640 2002-12-03 [christoph]  0.8.6claws56
5641
5642         * src/Makefile.am
5643         * src/md5.[ch]                  ** REMOVE **
5644         * srm/common/Makefile.am
5645         * src/common/md5.[ch]           ** NEW **
5646                 move md5 files to common directory
5647
5648         * src/gtkstext.c
5649                 remove not required #include
5650
5651 2002-12-03 [sergey]     0.8.6claws55
5652
5653         * src/gtkutils.c
5654         * src/gtkutils.h
5655                 gtkut_window_popup(): new function.
5656         * src/mainwindow.c
5657                 main_window_popup(): use gtkut_window_popup() to raise
5658                 window without changing its position.
5659                 (see sylpheed-main ML message [sylpheed:17247])
5660
5661 2002-12-03 [sergey]     0.8.6claws54
5662
5663         * src/send.c
5664                 send_message_local(): removed first-dot escaping
5665                 (SMTP-only, not needed for sending through pipe)
5666
5667 2002-12-03 [paul]       0.8.6claws53
5668
5669         * po/POTFILES.in
5670                 update to reflect recent changes (thanks
5671                 to Ricardo Mones Lastra)
5672                 
5673         * tools/filter_conv.pl
5674                  fix problem with quoted strings. Patch submitted
5675                  by Luke Plant <lukeplant@softhome.net>
5676
5677 2002-12-03 [paul]       0.8.6claws52
5678
5679         * sync with 0.8.6cvs15
5680                 see ChangeLog 2002-12-03
5681
5682 2002-12-02 [christoph]  0.8.6claws51
5683
5684         * src/logwindow.[ch]
5685         * src/common/log.[ch]
5686                 implement logging using a hook function
5687
5688         * src/folderview.c
5689         * src/folder.[ch]
5690                 define hooklist name in header file to avoid
5691                 errors caused by wrong spelling of hooklist names
5692
5693         * src/toolbar.c
5694                 fix warnings
5695
5696 2002-12-02 [christoph]  0.8.6claws50
5697
5698         * src/common/Makefile.am
5699                 add src/common/hooks.[ch]
5700
5701         * src/common/hooks.[ch]
5702                 implement a simple hook system using glib's hook functions
5703
5704         * src/folder.[ch]
5705         * src/folderview.c
5706                 use new hook system for folder item updates
5707
5708 2002-12-02 [christoph]  0.8.6claws49
5709
5710         * doc-src/ui_seperation.txt     ** NEW **
5711                 information for ui seperation
5712
5713         * src/Makefile.am
5714                 remove files that were moved to common
5715                 include common directory by default for the header files
5716
5717         * src/inc.c
5718         * src/common/socket.c
5719         * src/automaton.[ch]
5720                 implement automaton using g_io_*-functions instead of
5721                 gdk_input_add to make it ui independent
5722
5723         * src/codeconv.c
5724         * src/compose.c
5725         * src/ldif.c
5726         * src/pgptext.c
5727         * src/procmime.c
5728         * src/rfc2015.c
5729         * src/smtp.c
5730         * src/unmime.c
5731                 remove common/ prefix because directory is now in
5732                 include path
5733
5734         * src/compose.c
5735         * src/folder.c
5736         * src/folderview.c
5737         * src/mainwindow.c
5738         * src/messageview.c
5739         * src/prefs_common.c
5740         * src/procmsg.c
5741         * src/rfc2015.c
5742                 fix warnings
5743
5744         * src/imap.c
5745         * src/inc.c
5746         * src/news.c
5747         * src/pop.c
5748         * src/send.c
5749         * src/smtp.c
5750         * src/ssl_certificate.c
5751                 add log.h header file for logging functions
5752
5753         * src/main.c
5754         * src/common/utils.c
5755         * src/summaryview.c
5756         * src/xml.c
5757                 o move debug_mode to common/utils.c
5758                 o add functions to set and get debug_mode
5759
5760         * src/defs.h                    ** REMOVE **
5761         * src/intl.h                    ** REMOVE **
5762         * src/socket.[ch]               ** REMOVE **
5763         * src/ssl.[ch]                  ** REMOVE **
5764         * src/utils.[ch]                ** REMOVE **
5765                 replaced by new files in src/common/
5766         
5767         * src/common/Makefile.am
5768                 add new files in src/common/
5769
5770         * src/common/defs.h             ** NEW **
5771         * src/common/intl.h             ** NEW **
5772         * src/common/log.[ch]           ** NEW **
5773         * src/common/socket.[ch]        ** NEW **
5774         * src/common/ssl.[ch]           ** NEW **
5775         * src/common/utils.[ch]         ** NEW **
5776                 replacement for files in src/
5777
5778 2002-12-02 [colin]      0.8.6claws48
5779
5780         * src/folderview.c
5781                 Scroll folderview if necessary during dnd
5782
5783 2002-12-02 [colin]      0.8.6claws47
5784
5785         * src/folder.[ch]
5786                 Add check to verify a move is within a single mailbox
5787         * src/folderview.c
5788                 Add specific error string for this check
5789
5790 2002-12-02 [colin]      0.8.6claws46
5791
5792         * src/folder.c
5793                 Add a test to folder moving, remove a statusbar_print
5794         * src/folderview.c
5795                 Add Move folder... context-menu item
5796                 Factorize folder moving code
5797                 Enable folder DND for mbox
5798
5799 2002-12-01 [christoph]  0.8.6claws45
5800
5801         * ac/aspell.m4
5802                 remove conf.aspelltest if the version check fails
5803
5804 2002-11-30 [christoph]  0.8.6claws44
5805
5806         * autogen.sh
5807                 run libtoolize --force in autogen to create missing
5808                 libtool scripts
5809
5810 2002-11-30 [christoph]  0.8.6claws43
5811
5812         * src/Makefile.am
5813         * src/pgptext.c
5814         * src/procmime.c
5815         * src/rfc2015.c
5816         * src/uuencode.[ch]             ** REMOVED **
5817         * src/common/Makefile.am
5818         * src/common/uuencode.[ch]      ** NEW **
5819                 move uuen/decoder to common directory
5820
5821 2002-11-30 [christoph]  0.8.6claws42
5822
5823         * src/Makefile.am
5824         * src/base64.[ch]               ** REMOVED **
5825         * src/codeconv.c
5826         * src/compose.c
5827         * src/ldif.c
5828         * src/pgptext.c
5829         * src/procmime.c
5830         * src/rfc2015.c
5831         * src/smtp.c
5832         * src/unmime.c
5833         * src/common/Makefile.am
5834         * src/common/base64.[ch]        ** NEW **
5835                 move base64 en/decoder to common directory
5836
5837 2002-11-30 [christoph]  0.8.6claws41
5838
5839         * src/common                    ** NEW **
5840                 new directory for UI independent code
5841         * src/gtk                       ** NEW **
5842                 new directory for GTK frontend
5843         * src/common/.cvsignore         ** NEW **
5844         * src/gtk/.cvsignore            ** NEW **
5845                 ignore build files
5846         * src/common/Makefile.am        ** NEW **
5847         * src/gtk/Makefile.am           ** NEW **
5848                 automake files to build new seperated stuff
5849         * src/Makefile.am
5850                 the binary will currently still be build with the
5851                 files in src, so we include the code from the
5852                 subdirs for now after building the libs there
5853
5854 2002-11-30 [paul]       0.8.6claws40
5855
5856         * src/compose.c
5857                 fix bug [642731] 'Wrong selected account with drafted mail'
5858
5859 2002-11-29 [oliver]     0.8.6claws39
5860         
5861         * src/messageview.c
5862                 o update summaryview when switching between different
5863                   messageviews          
5864         * src/toolbar.c  
5865                 o check if messageview holds already removed msg
5866                   from summaryview
5867                 
5868
5869 2002-11-29 [oliver]     0.8.6claws38
5870
5871         * src/toolbar.c 
5872                 remove not needed variables and includes
5873                 make messageview stay opened and move to next when msgs are deleted 
5874
5875 2002-11-29 [oliver]     0.8.6claws37
5876         
5877         * src/toolbar.c 
5878                 disable compose button (messageview toolbar) by default
5879                 deleted msgs are moved to trash
5880         
5881 2002-11-29 [melvin]     0.8.6claws36
5882
5883         * configure.in
5884                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5885                 and to detect signatures expirations (gpgme 0.3.6)
5886
5887         * src/main.c
5888                 Use non obsolescent function for Gpgme engine checking.
5889
5890         * src/rfc2015.c
5891                 Inform about expired signatures or signatures which key
5892                 has expired. Expiration date is displayed.
5893
5894         * src/sigstatus.c
5895                 Inform about expired signatures or signatures which key
5896                 has expired.
5897
5898 2002-11-28 [paul]       0.8.6claws35
5899
5900         * src/folderview.c
5901                 re-instate 'Check for new messages' in Newsgroup
5902                 folders right-click menu, after a suggestion from
5903                 Tim Mann <timmann@users.sourceforge.net>
5904
5905         * src/main.c
5906                 after a crash check only local folders for new
5907                 messages
5908
5909 2002-11-28 [paul]       0.8.6claws34
5910
5911         * configure.in
5912                 apply patch that fixes the checking of GTK with XIM 
5913                 support on different OSs, such as FreeBSD. Patch 
5914                 submitted by Topia <topia@users.sourceforge.net>
5915                 
5916 2002-11-28 [paul]       0.8.6claws33
5917
5918         * src/mainwindow.c
5919           src/prefs_common.c
5920           src/prefs_toolbar.c
5921                 more changes to the English
5922
5923 2002-11-28 [paul]       0.8.6claws32
5924
5925         * sync with 0.8.6cvs13
5926                 see ChangeLog 2002-11-28 (no sync needed
5927                 for src/compose.c)
5928
5929 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5930         
5931         * src/mainwindow.[ch]
5932                 add patch by Ivan F. Martinez introducing messageview Toolbar
5933                 some changes and committed by oliver    
5934
5935 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5936
5937         * src/messageview.[ch]
5938                 add patch by Ivan F. Martinez introducing messageview Toolbar
5939                 some changes and committed by oliver    
5940
5941 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5942
5943         * src/compose.[ch]
5944                 add patch by Ivan F. Martinez introducing messageview Toolbar
5945                 some changes and committed by oliver    
5946
5947 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5948         
5949         * src/toolbar.[ch]
5950                 add patch by Ivan F. Martinez introducing messageview Toolbar
5951                 some changes and committed by oliver
5952
5953 2002-11-28 [oliver]     0.8.6claws27
5954         
5955         * src/prefs_toolbar.[ch]
5956                 getting ready for messageview toolbar
5957                 free mem allocated by gettext
5958                 change prefs_toolbar to prefs_toolbar_open
5959  
5960 2002-11-28 [thorsten]   0.8.6claws26
5961
5962         * src/imageview.[ch]
5963                 cleaned up conflicting declarations of
5964                 imageview_show_image()
5965
5966 2002-11-28 [paul]       0.8.6claws25
5967
5968         * src/grouplistdialog.c
5969           src/prefs_common.c
5970           src/prefs_summary_column.c
5971                 a few more improvements to the English
5972
5973 2002-11-28 [colin]      0.8.6claws24
5974
5975         * man/sylpheed.1
5976                 A few updates to command-line parameters
5977
5978 2002-11-28 [colin]      0.8.6claws23
5979
5980         * src/prefs_filtering.c
5981                 Fix problems with prefs_filtering_delete_path:
5982                 a) if the first rule is removed, original pointers
5983                    weren't updated (leading to segfaults)
5984                 b) it was always global_processing updated in case
5985                    of removed path was parent of rule path
5986
5987 2002-11-27 [paul]       0.8.6claws22
5988
5989         * src/mainwindow.c
5990           src/prefs_account.c
5991           src/prefs_actions.c
5992           src/prefs_common.c
5993           src/prefs_customheader.c
5994           src/prefs_display_header.c
5995           src/prefs_filtering.c
5996           src/prefs_folder_item.c
5997           src/prefs_matcher.c
5998           src/prefs_scoring.c
5999           src/prefs_summary_column.c
6000           src/prefs_template.c
6001           src/prefs_toolbar.c
6002                  improve the English in the GUI
6003
6004 2002-11-27 [colin]      0.8.6claws21
6005
6006         * src/folder.c
6007                 Fix processing renaming problems happening after
6008                 last commit
6009
6010 2002-11-27 [colin]      0.8.6claws20
6011
6012         * src/folder.c
6013                 recursive move now deletes src each subfolder after 
6014                 having moved it
6015         * src/folderview.c
6016                 Use identifier instead of path during dnd (enables
6017                 IMAP folder dnd)
6018
6019 2002-11-27 [paul]       0.8.6claws19
6020
6021         * src/main.c
6022                 apply patch that does command-line processing 
6023                 BEFORE gtk_init, allowing claws to run from 
6024                 shell-scripts in non-X environment (e.g. crontab 
6025                 or ip-up, ip-down scripts). Patch submitted by
6026                 Ruslan N. Balkin <baron@dartel.ru>
6027                 
6028         * po/it.po
6029                 updated by Alessandro Maestri
6030
6031 2002-11-27 [paul]       0.8.6claws18
6032
6033         * sync with 0.8.6cvs12
6034           src/prefs_common.c
6035                 Differences are that main uses a 'Receive dialog'
6036                 frame on the Interface tab, whereas claws groups all 
6037                 the dialogs together in a 'Dialogs' frame.
6038
6039 2002-11-27 [colin]      0.8.6claws17
6040
6041         * src/prefs_matcher.c
6042                 Fix Execute criteria's NOT flag
6043
6044
6045 2002-11-26 [christoph]  0.8.6claws16
6046
6047         * src/ssl.c
6048                 rewrite the ssl code a little bit, only use one
6049                 SSL context, set default certificates' file/path
6050
6051 2002-11-26 [thorsten]   0.8.6claws15
6052
6053         * src/compose.c
6054                 default-reply-to didn't work for ml-reply
6055
6056 2002-11-26 [melvin]     0.8.6claws14
6057
6058         * src/prefs_actions.c
6059                 Made pipe-actions ignore short headers in message view
6060                 Made trailing-pipe-actions write in the message view with
6061                 the same font as the original message
6062
6063 2002-11-26 [paul]       0.8.6claws13
6064
6065         * src/compose.c
6066                 this time commit the correct file
6067
6068 2002-11-26 [paul]       0.8.6claws12
6069
6070         * sync with 0.8.6cvs11
6071           src/quote_fmt_parse.y  
6072                 no sync needed
6073           src/account.[ch]       
6074                 not sync'ed
6075           src/compose.c
6076                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6077                 on draft mode.
6078                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6079                 header
6080                 
6081         see ChangeLog 2002-11-25 and 2002-11-26
6082
6083 2002-11-26 [colin]      0.8.6claws11
6084
6085         * src/folderview.c
6086                 Fix collapsed folder not auto-expanding during
6087                 mail dnd, if it was the source folder.
6088
6089 2002-11-25 [colin]      0.8.6claws10
6090
6091         * src/folderview.[ch]
6092                 Variable renaming and cleaning (slist of nodes 
6093                 to be re-collapsed is stored in FolderView)
6094
6095 2002-11-25 [paul]       0.8.6claws9
6096
6097         * src/prefs_common.[ch]
6098                 fix breakage caused by last commit
6099
6100 2002-11-25 [paul]       0.8.6claws8
6101
6102         * sync with 0.8.6cvs4
6103                 see ChangeLog 2002-11-21
6104
6105 2002-11-25 [paul]       0.8.6claws7
6106
6107         * sync with 0.8.6cvs4
6108                 see ChangeLog 2002-11-20
6109
6110 2002-11-25 [paul]       0.8.6claws6
6111
6112         * sync with 0.8.6cvs3
6113                 see ChangeLog 2002-11-18
6114
6115 2002-11-25 [colin]      0.8.6claws5
6116
6117         * src/gtkutils.[ch]
6118                 Add gtkut_ctree_node_is_parent()
6119         * src/folderview.c
6120                 Spring-loaded folders
6121
6122 2002-11-25 [colin]      0.8.6claws4
6123
6124         * src/utils.[ch]
6125                 Add slist_concat_unique(), function to merge
6126                 two GSList filtering dups
6127         * src/folder.[ch]
6128         * src/summaryview.[ch]
6129         * src/folderview.c
6130         * src/main.c
6131                 Add detection/update/display of unread answers
6132                 to marked mails
6133         * src/procmsg.[ch]
6134                 Add procmsg_find_children()
6135                 Add procmsg_msg_has_marked_parent()
6136
6137 2002-11-25 [colin]      0.8.6claws3
6138
6139         * src/ssl_certificate.[ch]
6140                 Allow checking a certificate without a DNS
6141                 lookup
6142                 Allow to forget a cert (by deleting it)
6143                 Make ssl_certificate_destroy_public
6144         * src/ssl_manager.[ch] ** NEW FILES **
6145                 Gui to manage (display/remove) certificates
6146         * src/prefs_common.[ch]
6147                 Add a pref to allow silent acceptation of
6148                 trusted certificates or not (based on the
6149                 "I want to know what's going on" principle)
6150         * src/mainwindow.c
6151                 Add SSL manager in Tools menu
6152         * src/Makefile.am
6153                 Add the new files to the build
6154         * po/POTFILES.in
6155                 Add ssl_manager.c to translations
6156
6157 2002-11-25 [colin]      0.8.6claws2
6158
6159         * src/summaryview.[ch]
6160                 Add S_SEARCH_EXTENDED to the quick search, which 
6161                 allows to search using filtering syntax.
6162
6163 2002-11-25 [colin]      0.8.6claws1
6164
6165         * src/summaryview.c
6166                 Deletion of duplicates now prefer deleting
6167                 the unread dup (fixes feature-request 638989).
6168
6169 2002-11-24 [paul]       0.8.6claws
6170
6171         * po/es.po
6172           po/pl.po
6173           po/ru.po
6174           po/sr.po
6175                 updated by Ricardo Mones Lastra,
6176                 Witold Wladyslaw Wojciech Wilk,
6177                 Ruslan N. Balkin, and  Urke MMI 
6178                 respectively
6179
6180 2002-11-24 [paul]       0.8.5claws182
6181
6182         * po/bg.po
6183                 updated by George Danchev
6184
6185 2002-11-23 [alfons]     0.8.5claws181
6186
6187         * src/imap.c
6188                 tiny memory leak found by browsing Dimitar's 
6189                 valgrind report
6190
6191 2002-11-23 [paul]       0.8.5claws180
6192
6193         * po/it.po
6194                 updated by Alessandro Maestri
6195
6196 2002-11-22 [christoph]  0.8.5claws179
6197
6198         * src/compose.c
6199         * src/inc.c
6200         * src/prefs_filtering.c
6201         * src/summaryview.c
6202                 more warning fixes
6203
6204 2002-11-22 [alfons]     0.8.5claws178
6205
6206         * src/summaryview.c
6207                 summary_execute_delete_func(): if message is deleted, make 
6208                 sure to also remove its entry in the subject hash table. 
6209                 fixes a corner case bug.
6210
6211 2002-11-22 [paul]       0.8.5claws177
6212
6213         * .cvsignore
6214                 add 'autom4te.cache'
6215                 
6216         * ltconfig      ** REMOVED **
6217                 not needed
6218
6219 2002-11-22 [paul]       0.8.5claws176
6220
6221         * src/textview.c
6222                 textview_set_font(): fix for message display in
6223                 UTF-8 locales (thanks to Sergey Vlasov).
6224                 
6225         * AUTHORS
6226                 add new team members and contributors
6227
6228
6229 2002-11-21 [colin]      0.8.5claws175
6230
6231         * src/procmsg.[ch]
6232                 Add procmsg_remove_special_headers()
6233         * src/mh.c
6234                 Use procmsg_remove_special_headers() for 
6235                 previous fix
6236
6237 2002-11-21 [colin]      0.8.5claws174
6238
6239         * src/mh.c
6240                 Fix moving/copying from queue/draft folders
6241                 for MH folders
6242
6243 2002-11-21 [christoph]  0.8.5claws173
6244
6245         * src/crash.c
6246         * src/filtering.c
6247         * src/logwindow.c
6248         * src/main.c
6249         * src/matcher_parser_lex.[hl]
6250         * src/mbox.c
6251         * src/mbox_folder.[ch]
6252         * src/prefs_filtering.c
6253         * src/procheader.c
6254         * src/quote_fmt_lex.l
6255         * src/ssl.c
6256                 fix all warnings except the warnings in lex and yacc files
6257
6258 2002-11-20 [christoph]  0.8.5claws172
6259
6260         * src/imap.c
6261                 fix MsgInfo retrieval for IMAP draft and queue folders
6262                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6263
6264 2002-11-19 [christoph]  0.8.5claws171
6265
6266         * src/compose.c
6267                 fix segfault, when draft saving does not get
6268                 the MsgInfo of the new message
6269                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6270
6271 2002-11-19 [christoph]  0.8.5claws170
6272
6273         * src/procmsg.c
6274                 add parameter check for flag setting function
6275                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6276
6277 2002-11-18 [paul]       0.8.5claws169
6278
6279         * src/compose.c
6280                 more sensitivity fixes to redirect mode:
6281                 * disable toolbar draft button
6282                 * allow only Address book in the Tools menu
6283                 * disable editing of message by the spell
6284                   checker
6285
6286 2002-11-18 [paul]       0.8.5claws168
6287
6288         * src/compose.c
6289                 fix sensitivity of menu items in compose_redirect():
6290                 allow only the necessary items 
6291
6292 2002-11-18 [paul]       0.8.5claws167
6293
6294         * src/compose.c
6295                 fix bug [ 603259 ] 'attachment got lost on bounce'
6296
6297 2002-11-18 [paul]       0.8.5claws166
6298
6299         * po/ru.po
6300                 updated by Ruslan N. Balkin <baron@dartel.ru>
6301
6302 2002-11-18 [colin]      0.8.5claws165
6303
6304         * src/main.c
6305           src/defs.h
6306                 Remove old filtering stuff
6307
6308
6309 2002-11-17 [oliver]     0.8.5claws164
6310
6311         * src/toolbar.h
6312                 remove not needed typedef 
6313
6314 2002-11-17 [oliver]     0.8.5claws163
6315
6316         * src/toolbar.c
6317                 make toolbar's on click events translatable
6318
6319 2002-11-15 [colin]      0.8.5claws162
6320
6321         * src/summaryview.c
6322                 Revert too-soon integration of a feature
6323
6324 2002-11-15 [christoph]  0.8.5claws161
6325
6326         * src/imap.c
6327                 use main's implementation of imap_get_msginfo
6328
6329 2002-11-15 [christoph]  0.8.5claws160
6330
6331         * src/compose.c
6332         * src/folder.[ch]
6333         * src/imap.c
6334         * src/mbox_folder.c
6335         * src/mh.c
6336         * src/news.c
6337         * src/procmsg.c
6338         * src/summaryview.c
6339                 replace claws' fetch_msginfo with main's get_msginfo
6340                 (use main's implementation where possible)
6341
6342 2002-11-15 [colin]      0.8.5claws159
6343
6344         * src/ssl_certificate.c
6345                 Missed a check
6346
6347 2002-11-16 [melvin]     0.8.5claws158
6348
6349         * po/fr.po
6350                 Updated French translations.
6351
6352 2002-11-16 [colin]      0.8.5claws157
6353
6354         * src/ssl_certificate.c
6355                 Check for missing parts in the certificates
6356
6357 2002-11-15 [colin]      0.8.5claws156
6358
6359         * src/folderview.c
6360                 Preventive fix (missing check) found by
6361                 Alfons
6362
6363 2002-11-15 [paul]
6364
6365         * NEWS
6366                 sync with 0.8.6 release
6367
6368 2002-11-15 [colin]      0.8.5claws155
6369
6370         * src/folder.[ch]
6371           src/folderview.c
6372                 Fix error handling of folder_item_move_to()
6373                 (thanks to Alfons!)
6374
6375 2002-11-15 [colin]      0.8.5claws154
6376
6377         * src/folder.[ch]
6378           src/folderview.c
6379                 folder_item_move_to() sets an error message instead
6380                 of having GUI stuff in folder.c
6381
6382 2002-11-15 [colin]      0.8.5claws153
6383
6384         * src/procmsg.[ch]
6385                 Implemented a callback for MsgInfo updates, 
6386                 heavily copy/pasted from Christoph's folder 
6387                 callback system
6388         * src/summaryview.[ch]
6389                 Register summary_update_msg as callback
6390
6391 2002-11-14 [colin]      0.8.5claws152
6392         
6393         * src/procmsg.c
6394                 Update the FolderItem after sending (fixes 617593)
6395
6396 2002-11-14 [christoph]  0.8.5claws151
6397
6398         * src/folder.c
6399                 fix wrong position of NULL pointer check found
6400                 by Sergey
6401
6402 2002-11-14 [christoph]  0.8.5claws150
6403
6404         * src/folder.c
6405                 fix segfault when deleting messages from IMAP folders
6406                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6407
6408 2002-11-14 [colin]      0.8.5claws149
6409
6410         * src/compose.c
6411                 Forwarding was also ignoring the folder's default account.
6412
6413 2002-11-14 [colin]      0.8.5claws148
6414
6415         * src/compose.c
6416                 Fix sent folder not set to folder properties when 
6417                 forwarding.
6418
6419 2002-11-14 [thorsten]   0.8.5claws147
6420
6421         * src/inc.c
6422                 inc_start(): Files were not moved from .processing to inbox,
6423                 if no global processing rule existed
6424
6425 2002-11-14 [colin]      0.8.5claws146
6426
6427         * src/ssl_certificate
6428                 Fix file operations
6429
6430 2002-11-14 [paul]       0.8.5claws145
6431
6432         * po/it.po
6433                 updated by Alessandro Maestri
6434
6435 2002-11-13 [alfons]     0.8.5claws144
6436
6437         * src/folder.c
6438                 folder_item_close(): only mark messages unread
6439                 when a folder has new messages 
6440
6441 2002-11-13 [keith]      0.8.5claws143
6442
6443         * src/imap.c
6444                 Fix problem moving or copying between
6445                 IMAP folders
6446
6447 2002-11-13 [colin]      0.8.5claws142
6448
6449         * src/matcher_parser_parse.y
6450                 Fix rule problem when " don't match
6451
6452 2002-11-13 [christoph]  0.8.5claws141
6453
6454         * src/folder.c
6455         * src/folderview.c
6456                 moved cache saving to folder_item_close
6457                 the folderview should not have to deal with
6458                 this things
6459
6460 2002-11-13 [christoph]  0.8.5claws140
6461
6462         * src/summaryview.c
6463                 moved setting of important score to
6464                 summary_set_prefs_from_folderitem
6465
6466 2002-11-13 [colin]      0.8.5claws139
6467
6468         * src/matcher_parser_parse.y
6469                 Fix a segfault in the parser (happening when
6470                 a good expression had been tested and a bad 
6471                 one arrives)
6472
6473 2002-11-13 [paul]       0.8.5claws138
6474
6475         * sync with 0.8.5cvs24
6476                 see ChangeLog 2002-11-13
6477                 
6478         * po/pt_BR.po
6479                 updated by Fabio Jr. Beneditto
6480
6481 2002-11-13 [colin]      0.8.5claws137
6482         
6483         * src/msgcache.c
6484           src/defs.h
6485           src/procmsg.[ch]
6486                 Revert last commit, problem
6487
6488 2002-11-13 [colin]      0.8.5claws136
6489
6490         * src/msgcache.c
6491                 Remove duplicated code
6492         * src/defs.h
6493                 Bumped CACHE_VERSION and MARK_VERSION
6494         * src/procmsg.[ch]
6495                 Network endian for cache and mark files
6496
6497 2002-11-12 [colin]      0.8.5claws135
6498
6499         * src/inc.c
6500                 Fix the "socket error" dialog which disappeared
6501
6502 2002-11-12 [colin]      0.8.5claws134
6503
6504         * src/msgcache.c
6505                 Reverse last commit which had performance 
6506                 problems, but still reverse the list
6507
6508 2002-11-12 [colin]      0.8.5claws133
6509
6510         * src/msgcache.c
6511                 Reverse list order
6512
6513 2002-11-12 [melvin]     0.8.5claws132
6514
6515         * src/compose.c
6516                 Added a check for a NULL prefs_common.dictionary
6517
6518 2002-11-12 [colin]      0.8.5claws131
6519
6520         * src/ssl_certificate.[ch]
6521                 Use FQDN hostname
6522
6523 2002-11-12 [colin]      0.8.5claws130
6524
6525         * src/ssl_certificate.[ch]
6526                 Take connection port into account for 
6527                 checking certificates (a single hostname
6528                 could have multiple servers with multiple
6529                 certificates)
6530         * src/ssl.c
6531                 Pass the port to ssl_certificate_check
6532
6533 2002-11-12 [paul]       0.8.5claws129
6534
6535         * src/folder.c
6536                 fix a typo in last commit
6537
6538 2002-11-12 [paul]       0.8.5claws128
6539
6540         * sync with 0.8.5cvs23
6541                 see ChangeLog entry 2002-11-12
6542
6543 2002-11-11 [colin]      0.8.5claws127
6544
6545         * src/ssl_certificate.c
6546                 Cleaner messages
6547                 Don't popup, instead log error, if the 
6548                 corresponding pref is checked
6549         * src/ssl_certificate.h
6550                 include <openssl/objects/h>
6551
6552 2002-11-11 [colin]      0.8.5claws126
6553
6554         * src/ssl_certificate.h
6555                 _Really_ clean it
6556
6557 2002-11-11 [colin]      0.8.5claws125
6558         
6559         * src/ssl_certificate.c
6560                 Fixed leak
6561
6562 2002-11-11 [colin]      0.8.5claws124
6563
6564         * src/ssl.c
6565                 Cleaned a bit
6566         * src/ssl_certificate.[ch]
6567                 Cleaned a bit (better use of SSL API)
6568                 (This will cause non-recognition of saved 
6569                  certificates of claws12[23]...)
6570
6571 2002-11-11 [paul]       0.8.5claws123
6572         
6573         * po/es.po
6574                 updated by Ricardo Mones Lastra
6575
6576 2002-11-11 [colin]      0.8.5claws122
6577
6578         * src/ssl.c
6579                 Fix a typo
6580
6581 2002-11-11 [colin]      0.8.5claws121
6582
6583         * src/ssl_certificate.[ch] ** NEW FILES **
6584         * src/ssl.[ch]
6585                 Check SSL certificates presented to us
6586         * src/Makefile.am
6587                 Add ssl_certificate.[ch]
6588         * po/POTFILES.in
6589                 Add ssl_certificate.c
6590
6591 2002-11-11 [paul]       0.8.5claws120
6592
6593         * sync with 0.8.5cvs22
6594                 see ChangeLog 2002-11-11
6595
6596 2002-11-11 [paul]       0.8.5claws119
6597
6598         * sync with 0.8.5cvs21
6599                 see ChangeLog 2002-11-11
6600
6601 2002-11-10 [jens]       0.8.5claws118
6602
6603         * src/folder.c
6604         * src/folderview.c
6605                 corrected some typing
6606         * po/de.po
6607                 updated german translation
6608         * sylpheed.spec.in
6609                 cleaned up specfile and adjusted it for claws
6610
6611 2002-11-10 [colin]      0.8.5claws117
6612
6613         * src/summaryview.c
6614                 a STATUSBAR_PUSH/POP fix
6615
6616 2002-11-10 [colin]      0.8.5claws116
6617
6618         * src/prefs_folder_item.c
6619                 Fix hanging after opening folder properties
6620
6621 2002-11-10 [hoa]        0.8.5claws115
6622
6623         * src/matcher_parser_lex.l
6624         * src/matcher_parser_parse.y
6625                 config file for scoring and filtering is no more trashed
6626                 when there is a syntax error in a filtering rule when
6627                 editing it in a dialog.
6628
6629 2002-11-09 [colin]      0.8.5claws114
6630
6631         * src/mbox_folder.c
6632                 Added missing initialisation of folder->destroy()
6633
6634 2002-11-09 [colin]      0.8.5claws113
6635
6636         * src/folder.c
6637           src/folderview.c
6638                 Fix the status bar messages
6639
6640 2002-11-09 [colin]      0.8.5claws112
6641
6642         * src/folderview.c
6643                 Fix hangs after folder dnd, happening after 
6644                 claws109.
6645
6646 2002-11-09 [christoph]  0.8.5claws111
6647
6648         * src/folderview.c
6649                 just changed order of calls (reverse order of
6650                 associated calls)
6651         * src/inc.c
6652                 lock inc when checking only one account, otherwise
6653                 inc all could be executed at the same time
6654
6655 2002-11-09 [christoph]  0.8.5claws110
6656
6657         * src/folderview.c
6658                 better unlock the mouse cursor before calling
6659                 summary_show because it changes the cursor too
6660
6661 2002-11-09 [christoph]  0.8.5claws109
6662
6663         * src/folder.[ch]
6664         * src/folderview.c
6665                 add functions to open and close a folder
6666                 o opending will execute scanning for remote folders
6667                   and processing
6668                 o closing will unset new flag for messages
6669
6670 2002-11-09 [colin]      0.8.5claws108
6671
6672         * src/folder.c
6673                 Add a call to prefs_matcher_write_config to 
6674                 avoid non-leaf folders filtering settings to be
6675                 lost
6676
6677 2002-11-09 [paul]       0.8.5claws107
6678
6679         * src/prefs_account.c
6680                 re-word a label
6681
6682 2002-11-09 [colin]      0.8.5claws106
6683
6684         * src/folderview.c
6685                 Minor esthetic fix
6686
6687 2002-11-09 [colin]      0.8.5claws105
6688
6689         * src/folderview.c
6690                 Fix prefs_filtering deletion for MH folders (same
6691                 reason as below)
6692         * src/prefs_filtering.c
6693                 Fix prefs_filtering renaming and deletion for 
6694                 folder-based processing rules.  
6695
6696 2002-11-09 [christoph]  0.8.5claws104
6697
6698         * src/compose.c
6699         * src/folder.[ch]
6700         * src/folderview.[ch]
6701         * src/import.c
6702         * src/inc.c
6703         * src/main.c
6704         * src/mainwindow.c
6705         * src/messageview.c
6706         * src/prefs_folder_item.c
6707         * src/procmsg.c
6708         * src/summaryview.c
6709                 implement a callback system for folder item updates
6710
6711 2002-11-09 [colin]      0.8.5claws103
6712
6713         * src/folderview.c
6714                 Fix prefs_filtering renaming for MH folders (we
6715                 shouldn't rename by path as another folder could
6716                 have the same hierarchy).
6717
6718 2002-11-09 [colin]      0.8.5claws102
6719
6720         * src/folder.c
6721                 Fix a leak found by Christoph, use better variable
6722                 names
6723
6724 2002-11-09 [colin]      0.8.5claws101
6725
6726         * src/folder.c
6727                 One more fix for processing rules
6728
6729 2002-11-08 [colin]      0.8.5claws100
6730         
6731         * src/matcher.c
6732                 Don't copy the compiled regexp (will be reevaluated)
6733         * src/folderview.c
6734                 Lock folderview while moving
6735         * src/folder.c
6736                 Provide info on what's happening to the user
6737
6738 2002-11-08 [colin]      0.8.5claws99
6739
6740         * src/folderview.c
6741                 Fix folder reordering after a move if parent is 
6742                 root
6743         * src/scoring.[ch]
6744                 Add function to copy a ScoringProp
6745         * src/prefs_folder_item.c
6746                 Copy scoring rules when copying a folder prefs
6747
6748 2002-11-08 [colin]      0.8.5claws98
6749
6750         * src/folderview.c
6751                 Fixes in case of failure
6752         * src/filtering.[ch]    
6753                 Add function to duplicate a FilteringProp
6754         * src/matcher.[ch]
6755                 Add function to duplicate a MatcherProp
6756         * src/prefs_folder_item.c
6757                 Save folder's processing rules when copying 
6758                 its prefs
6759
6760 2002-11-08 [colin]      0.8.5claws97
6761         
6762         * src/folderview.c
6763                 Sort after move
6764         * src/folder.c 
6765                 Change a printf to debug_print
6766
6767 2002-11-08 [colin]      0.8.5claws96
6768
6769         * src/folder.c
6770           src/folderview.c
6771                 Fix segfaults, call me stupido
6772         
6773
6774 2002-11-08 [colin]      0.8.5claws95
6775
6776         *src/folder.c
6777                 Added forgotten prefs to save when moving folders
6778
6779 2002-11-08 [colin]      0.8.5claws94
6780
6781         * src/folder.c
6782                 Fixes to folder DND (prefs copy)
6783         * src/folderview.c
6784                 Optimization for folder DND (don't rescan whole tree)
6785                 Added folderview_create_folder_node() for this 
6786                 optimization, so de-duped a bit the code
6787         * src/prefs_folder_item.[ch]
6788                 Added prefs_folder_item_copy_prefs()    
6789           
6790 2002-11-08 [paul]       0.8.5claws93
6791
6792         * src/prefs_account.c
6793           tools/README
6794           tools/kmail2sylpheed_v2.pl
6795                 correct some typos
6796
6797 2002-11-08 [paul]       0.8.5claws92
6798
6799         * src/compose.c
6800           src/prefs_account.[ch]
6801                 remove account options 'clearsign' and 'ascii_armored',
6802                 replace with 'default_gnupg_mode' to prevent mixed-mode
6803                 Privacy settings
6804
6805 2002-11-08 [paul]       0.8.5claws91
6806
6807         * src/compose.[ch]
6808                 re-implement GnuPG 'on-the-fly' mode selection,
6809                 disallow mixed-mode
6810
6811 2002-11-08 [colin]      0.8.5claws90
6812
6813         * src/folderview.c
6814           src/prefs_folder_item.c
6815                 Change "Property" to "Properties"
6816
6817 2002-11-07 [colin]      0.8.5claws89
6818
6819         * src/folderview.c
6820           src/folder.c
6821                 Allow folder dropping to a root folder
6822
6823 2002-11-07 [paul]       0.8.5claws88
6824
6825         * src/compose.c
6826                 revert last commit
6827
6828 2002-11-07 [paul]       0.8.5claws87
6829
6830         * src/compose.c
6831                 fix reply-to-list bug. closes bug report
6832                 "[633382] reply-to-list broken in recent cvs"
6833
6834 2002-11-07 [paul]       0.8.5claws86
6835
6836         * src/compose.c
6837                 add a forgotten '#if USE_GPGME ... #endif'
6838
6839 2002-11-07 [paul]       0.8.5claws85
6840
6841         * sync with 0.8.5cvs20
6842                 see ChangeLog 2002-11-07
6843
6844 2002-11-07 [colin]      0.8.5claws84
6845
6846         * src/folder.[ch]
6847                 Change folder_item_move_to to return the newly 
6848                 created folderitem.
6849         * src/folderview.c
6850                 Select the new folderitem after moving.
6851
6852 2002-11-07 [colin]      0.8.5claws83
6853
6854         * src/prefs_filtering.c
6855                 Fix rule rewriting when moving a leaf folder to a 
6856                 shorter path
6857
6858 2002-11-07 [colin]      0.8.5claws82
6859
6860         * src/prefs_filtering.c
6861                 fix a leak
6862
6863 2002-11-07 [colin]      0.8.5claws81
6864
6865         * src/folder.[ch]
6866                 Add folder_item_move_to() function to move a 
6867                 folderitem into another one (updates matcher etc)
6868         * src/folderview.c
6869                 Add folder drag'n drop (context menu to come)
6870                 [Should be dataloss free, but Please backup before 
6871                  trying !]
6872
6873 2002-11-06 [colin]      0.8.5claws80
6874
6875         * src/mh.c
6876                 mh_create_folder() returns NULL if can't create
6877                 directory hierarchy
6878
6879 2002-11-06 [paul]       0.8.5claws79
6880
6881         * src/compose.[ch]
6882                 allow 'on-the-fly' changing of the type of encryption 
6883                 and/or signing used (mime/ascii) via the compose window
6884
6885 2002-11-06 [paul]       0.8.5claws78
6886
6887         * sync with 0.8.5cvs19
6888                 see ChangeLog 2002-11-06 for src/account.c: 
6889                 account_get_special_folder()
6890                 
6891 2002-11-05 [alfons]     0.8.5claws77
6892
6893         * src/crash.c
6894                 very minor cleanups: nothing to see here, move on. :-)
6895
6896 2002-11-05 [colin]      0.8.5claws76
6897
6898         * src/main.c
6899                 Changes choices if compose windows are opened to
6900                 Discard, Draft, Don't quit
6901
6902 2002-11-05 [thorsten]   0.8.5claws75
6903
6904         * src/compose.c
6905                 reenabled default_reply_to folder option
6906
6907 2002-11-05 [colin]      0.8.5claws74
6908
6909         * src/compose.[ch] 
6910                 add compose_draft()
6911         * src/crash.c
6912                 add SIGTERM handler
6913         * src/main.[ch]
6914                 add clean_quit() for the SIGTERM handler
6915
6916 2002-11-05 [paul]       0.8.5claws73
6917         
6918         * po/es.po
6919                 updated by Ricardo Mones Lastra
6920
6921 2002-11-05 [melvin]     0.8.5claws72
6922
6923         * src/logwindow.c
6924                 Fixed log-clipping bug #616795.
6925                 To stop logging in the log window use 0 length.
6926         * src/prefs_common.c
6927                 Added a label to inform about the 0 log length behaviour.
6928
6929 2002-11-05 [paul]       0.8.5claws71
6930
6931         * sync with 0.8.5cvs17
6932                 see ChangeLog 2002-11-05
6933
6934 2002-11-04 [paul]       0.8.5claws70
6935
6936         * sylpheed-128x128.png
6937           sylpheed-64x64.png
6938           sylpheed.png
6939                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6940                 <nikai@users.sourceforge.net>
6941                 
6942         * po/bg.po
6943                 updated by George Danchev
6944
6945 2002-11-03 [thorsten]   0.8.5claws69
6946
6947         * src/main.c
6948           src/mimeview.c
6949           src/rfc2015.h
6950                 add check if gpg is active
6951
6952 2002-11-03 [thorsten]   0.8.5claws68
6953
6954         * src/toolbar.h
6955                 removed GSList declaration causing trouble on MacOS-X
6956                 (submitted by alfons, reported by xfesty)
6957
6958 2002-11-01 [paul]       0.8.5claws67
6959
6960         * src/mainwindow.c
6961                 remove last remnants of main's filter code
6962
6963 2002-11-01 [paul]       0.8.5claws66
6964
6965         * tools/filter_conv.pl
6966                 fix bug where user-defined headers were ignored
6967
6968 2002-11-01 [paul]       0.8.5claws65
6969
6970         * src/logwindow.c
6971                 make a debug_print() not translatable
6972
6973 2002-10-31 [melvin]     0.8.5claws64
6974
6975         * ac/aspell.m4
6976                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6977                 not run any GNU/aspell test.  The dictionary path will
6978                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6979                 was given, in which case, it will be $prefix/lib/aspell/
6980         * configure.in
6981                 Fixed typo in commentary (Aspell code).
6982
6983 2002-10-31 [paul]       0.8.5claws63
6984
6985         * po/POTFILES.in
6986                 remove src/filter.c and src/prefs_filter.c
6987                 thanks to Ricardo for reminding me
6988
6989 2002-10-31 [colin]      0.8.5claws62
6990
6991         * src/mbox_folder.c
6992                 Plug some leaks
6993
6994 2002-10-31 [paul]       0.8.5claws61
6995
6996         * src/prefs_filter.[ch] ** REMOVED **
6997           src/filter.[ch]       ** REMOVED **
6998           
6999         * src/Makefile.am
7000           src/folderview.c
7001           src/inc.c
7002           src/main.c
7003           src/mainwindow.c
7004           src/mbox.c
7005           src/prefs_common.c
7006           src/prefs_filtering.c
7007           src/summaryview.[ch]
7008                 remove main's 'filter' code
7009                 
7010         README.claws
7011                 update to reflect removal of main's filter
7012
7013 2002-10-31 [paul]       0.8.5claws60
7014
7015         * src/summaryview.c
7016                 remove check for global_processing in summary_filter_open(). 
7017                 This fixes the bug where if the user uses the right-click 
7018                 'Create filter rule...' and doesn't have any filter rules 
7019                 already defined in claws' advanced filtering, the newly 
7020                 created filter rule goes to main's filtering which is 
7021                 inaccessible through the gui. Now the filter rule gets added
7022                 to claws' filtering by default.
7023
7024 2002-10-28 [melvin]     0.8.5claws59
7025
7026         * src/prefs_actions.c
7027                 Fixed bug #627322 where MIME parts were not always
7028                 correctly passed to a %p action
7029                 Display an error dialog when message filename is not found.
7030
7031 2002-10-28 [melvin]     0.8.5claws58
7032
7033         * src/prefs_common.c
7034                 Readded a missing function declaration lost in 0.8.3claws34
7035
7036 2002-10-28 [paul]       0.8.5claws57
7037
7038         * sync with 0.8.5cvs15
7039                 see ChangeLog 2002-10-28 and 2002-10-25
7040                 
7041         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7042
7043 2002-10-27 [oliver]     0.8.5claws56
7044
7045         * src/pop.c
7046                 plug leak in pop3_top_recv
7047
7048 2002-10-26 [christoph]  0.8.5claws55
7049
7050         * src/folder.c
7051                 set need_update folder flag when messages are added
7052                 (closes bug [ 626922 ] folder not updated after receiving)
7053
7054 2002-10-25 [melvin]     0.8.5claws54
7055
7056         * src/imageview.c
7057                 Fixed a memleak introduced in the scaling code.
7058
7059 2002-10-24 [alfons]     0.8.5claws53
7060
7061         * src/filtering.c
7062                 make filtering's forward message action forward from the 
7063                 correct account
7064                 (closes bug [628089 ] Filter -> Forward from address problem
7065                 reported by Oktay)
7066
7067 2002-10-24 [christoph]  0.8.5claws52
7068
7069         * src/mainwindow.c
7070         * src/manual.[ch]
7071                 o use manual of current locale or english if current
7072                   locale is not available (and english is available)
7073                 o also link to sylpheed doc project manuals
7074
7075 2002-10-23 [paul]       0.8.5claws51
7076
7077         * tools/README
7078           tools/kmail2sylpheed_v2.pl
7079                 add new version of kmail addressbook importer script.
7080                 works with newer versions of Kmail/KAddressBook which
7081                 have new and rearranged data.
7082
7083 2002-10-23 [martin]     0.8.5claws50
7084
7085         * src/folderview.c
7086         * src/summaryview.c
7087         * src/utils.h
7088         * src/utils.c
7089                 added length parameter to get_abbrev_newsgroup_name()
7090                 changed this function so that it abbreviates the newsgroup
7091                 names only so long it is smaller than the length parameter
7092                 (for better reading of some newsgroup names and space efficiency)
7093
7094 2002-10-22 [colin]      0.8.5claws49
7095
7096         *src/foldersel.c
7097                 Revert Alfons' last modification (after voting ;-))
7098
7099 2002-10-21 [alfons]     0.8.5claws48
7100
7101         * src/foldersel.c
7102                 folder view in folder selection dialog reflects state of
7103                 folder view in main window
7104
7105 2002-10-18 [alfons]     0.8.5claws47
7106
7107         * src/mbox.c
7108                 drop imported messages in folder selected by user,
7109                 and not in the inbox
7110                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7111
7112 2002-10-18 [alfons]     0.8.5claws46
7113
7114         * src/compose.c
7115                 make automagic reply work correctly for email accounts 
7116                 (whether it's viable to do a full sync with Hiro's 
7117                 compose.c is still under discussion)
7118
7119 2002-10-18 [melvin]     0.8.5claws45
7120
7121         * src/prefs_actions.c
7122                 Fixed bug #622275 where asynchroneous actions left 
7123                 zombies processes
7124                 Made (synchroneous) actions' input be displayed live.
7125
7126 2002-10-18 [christoph]  0.8.5claws44
7127
7128         * src/textview.c
7129                 don't add a newline in the textview in front of the
7130                 first textpart if header display is disabled
7131                 (closes bug [ 603385 ] disabled header display leaves blank
7132                  lin)
7133
7134 2002-10-18 [christoph]  0.8.5claws43
7135
7136         * src/folder.[ch]
7137         * src/imap.c
7138         * src/mbox_folder.c
7139         * src/mh.c
7140         * src/news.c
7141                 folder->get_num_list now returns an error code
7142                 (closes bug [ 609424 ] News cache cleared on failure)
7143                 
7144 2002-10-17 [colin]      0.8.5claws42
7145         
7146         * src/news.c
7147                 Changed a printf by debug_print
7148
7149 2002-10-16 [paul]       
7150
7151         * tools/OOo2sylpheed.pl
7152                 allow for spaces in the name of the
7153                 file to be attached.
7154
7155 2002-10-16 [colin]      0.8.5claws41
7156
7157         * src/main.c
7158                 Use a tristate to change online mode
7159
7160 2002-10-16 [paul]       0.8.5claws40
7161
7162         * po/es.po
7163                 updated by Ricardo Mones Lastra
7164
7165 2002-10-16 [colin]      0.8.5claws39
7166
7167         * src/main.c
7168           src/mainwindow.[ch]
7169                 Added --online and --offline command-line
7170                 switches
7171
7172 2002-10-15 [christoph]  0.8.5claws38
7173
7174         * src/procmime.c
7175                 set mimeinfo->name to NULL after g_free to
7176                 avoid double freeing with g_free
7177
7178 2002-10-14 [christoph]  0.8.5claws37
7179
7180         * src/compose.c
7181         * src/filtering.c
7182         * src/summaryview.c
7183                 remove calls to folder->change_flags that are now
7184                 done by procmsg flag functions (seems it is not
7185                 used by any foldertype anyway)
7186         * src/folder.c
7187                 init folder->change_flags with NULL
7188
7189 2002-10-14 [christoph]  0.8.5claws36
7190
7191         * src/folder.[ch]
7192         * src/imap.[ch]
7193                 use virtual functions for folder item new and destroy
7194                 functions
7195
7196 2002-10-14 [melvin]     0.8.5claws35
7197
7198         * src/compose.c
7199                 Added a test to not run the spell checker if no default
7200                 dictionary is available. No dialog is displayed though.
7201
7202 2002-10-14 [melvin]     0.8.5claws34
7203
7204         * src/gtkaspell.c
7205                 Fixed bug in dictionary list context menu where
7206                 "More..." pointed to an emtpy submenu if the
7207                 number of dictionaries is a multiple of 15
7208                 Removed unneeded code in suggestions list creation
7209
7210 2002-10-14 [paul]       0.8.5claws33
7211
7212         * po/bg.po
7213                 updated by George Danchev
7214
7215 2002-10-13 [hoa]        0.8.5claws32
7216
7217         * src/matcher.[ch]
7218           src/matcher_parser_parser.y
7219                 removed the escaped string from internal structure
7220                 of matcher.
7221
7222 2002-10-12 [colin]      0.8.5claws31
7223
7224         * src/gtksctree.[ch]
7225           src/summaryview.c
7226                 Removed useless function gtksctree_reanchor
7227
7228 2002-10-12 [alfons]     0.8.5claws30
7229         
7230         * sync with remaining main changes 2002-10-09 - 2002-10-11
7231         - drop changes to src/compose.c (requires claws specific changes)
7232         
7233 2002-10-12 [alfons]     0.8.5claws29
7234         
7235         * sync with main changes of 2002-10-08
7236         - drop changes to src/compose.c (requires claws specific changes)
7237         - drop changes to src/summaryview.c (requires changes to compose.c)     
7238
7239 2002-10-12 [alfons]     0.8.5claws28
7240         
7241         * sync with main changes of 2002-10-07
7242
7243 2002-10-12 [alfons]     0.8.5claws27
7244
7245         * sync with main changes of 2002-10-04
7246         - drop changes to src/compose.c (requires claws specific changes)
7247         - drop changes to src/prefs_folder_item.c (claws implementation
7248           seems to be working)
7249
7250 2002-10-12 [colin]      0.8.5claws26
7251
7252         * src/mainwindow.c
7253                 Fix folder-flicker when space-reading, introduced 
7254                 in claws22.
7255
7256 2002-10-12 [colin]      0.8.5claws25
7257
7258         * src/compose.c
7259                 Save account address when saving as draft.
7260                 (closes bug 621838)
7261
7262 2002-10-12 [colin]      0.8.5claws24
7263
7264         * src/summaryview.c
7265                 Fix the problem consisting of no message selected
7266                 after the last message in a folder has been moved.
7267
7268 2002-10-12 [paul]       0.8.5claws23
7269
7270         * src/compose.c
7271           src/prefs_template.c
7272           src/template.[ch]
7273                 add Cc and Bcc to templates. Patch submitted by
7274                 John L. Males.
7275
7276 2002-10-12 [colin]      0.8.5claws22
7277
7278         * src/folderview.c
7279                 Fix a bug after "Check for new messages":
7280                 If a folder was opened, it was still selected at
7281                 the end of the check, but displayed empty.
7282         * src/mainwindow.c
7283                 Remove unnecessary check
7284
7285 2002-10-12 [paul]
7286
7287         * tools/README
7288                 be more verbose in the description of
7289                 OOo2sylpheed.pl
7290                 
7291
7292 2002-10-11 [colin]      0.8.5claws21
7293
7294         * src/mainwindow.c
7295                 Make space work (better) when no mail is selected
7296
7297 2002-10-11 [colin]      0.8.5claws20
7298
7299         * src/inc.c
7300           src/news.c
7301                 fix warnings
7302
7303 2002-10-11 [colin]      0.8.5claws19
7304
7305         * src/mainwindow.c
7306                 revert 0.8.5claws6 changes as i couldn't get to
7307                 anything satisfying
7308
7309 2002-10-11 [melvin]     0.8.5claws18
7310
7311         * src/compose.c
7312                 Removed buggy and unused macro (should have been committed in
7313                 0.8.5claws17)
7314
7315 2002-10-11 [melvin]     0.8.5claws17
7316
7317         * src/compose.c
7318                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7319
7320 2002-10-11 [thorsten]   0.8.5claws16 
7321
7322         * src/folderview.c
7323                 remove rescan warning
7324
7325 2002-10-11 [colin]      0.8.5claws15 
7326
7327         * src/procheader.c
7328                 fix a segfault that happens if conv_unmime_header
7329                 fails (should be better to find out why it fails)
7330
7331 2002-10-11 [christoph]  0.8.5claws14
7332
7333         * src/summaryview.c
7334                 update folderview stats after ignore/unignore thread
7335
7336 2002-10-11 [hoa]        0.8.5claws13
7337
7338         * src/quote_fmt_parse.y
7339                 Fixed a yacc/bison syntax error
7340         * src/matcher.c
7341                 Escaping of string is fixed.
7342
7343 2002-10-11 [colin]      0.8.5claws12
7344
7345         * src/imageview.c
7346                 Resize images to fit
7347
7348 2002-10-11 [paul]       0.8.5claws11
7349
7350         * po/es.po
7351                 updated by Ricardo Mones Lastra
7352
7353 2002-10-10 [alfons]     0.8.5claws10
7354
7355         * src/compose.c
7356                 allow dropping files by "moving" files from a file manager,
7357                 not only by the more cumbersome "copying". the latter 
7358                 mostly implies holding down the Control button
7359
7360 2002-10-10 [christoph]  0.8.5claws9
7361
7362         * src/summaryview.c
7363                 update folders after thread building for ignored threads
7364
7365 2002-10-10 [christoph]  0.8.5claws8
7366
7367         * config/.cvsignore
7368                 added Makefile
7369         * src/filtering.[ch]
7370         * src/folder.[ch]
7371         * src/folderview.[ch]
7372         * src/import.c
7373         * src/inc.[ch]
7374         * src/mbox.[ch]
7375         * src/procmsg.c
7376         * src/summaryview.[ch]
7377                 o added new flag need_update to FolderItem
7378                 o removed folder_table from various functions from tracking
7379                   folder updates
7380                 o set need_update flags in folder.c's move, copy and delete
7381                   functions and procmsg's flags functions
7382                 o added function folderview_update_items_when_required that
7383                   updates all folders with need_update set
7384                 o call folderview_update_items_when_required instead of
7385                   folderview_update_item_foreach
7386
7387 2002-10-09 [sergey]     0.8.5claws7
7388
7389         * src/compose.c
7390                 Strip CRs whel loading the text into editor in reedit mode.
7391
7392 2002-10-09 [colin]      0.8.5claws6
7393
7394         * src/mainwindow.c
7395                 Make Space work when no mail is selected
7396
7397 2002-10-09 [colin]      0.8.5claws5
7398
7399         * src/gtksctree.[ch]
7400                 Fix range_select
7401                 Add gtk_sctree_reanchor() 
7402         * src/summaryview.c
7403                 Use gtk_sctree_reanchor() - better fix for 
7404                 bug 60413
7405
7406 2002-10-09 [colin]      0.8.5claws4
7407
7408         * src/summaryview.c
7409                 Fix shift-click select after delete problem
7410                 (closes bug 60413)
7411
7412 2002-10-08 [thorsten]   0.8.5claws3
7413
7414         * src/summaryview.c
7415                 exclude current msg from -hide read messages-
7416
7417 2002-10-08 [colin]      0.8.5claws2
7418
7419         * src/inc.[ch]
7420           src/pop.c
7421           src/recv.c
7422                 Differentiate socket errors from disk full
7423                 errors
7424
7425 2002-10-08 [christoph]  0.8.5claws1
7426
7427         * Makefile.am
7428         * configure.in
7429                 modifications for new config directory
7430
7431         * config.guess  ** REMOVED **
7432         * config.sub    ** REMOVED **
7433         * install-sh    ** REMOVED **
7434         * ltmain.sh     ** REMOVED **
7435         * missing       ** REMOVED **
7436         * mkinstalldirs ** REMOVED **
7437                 these files are autogenerated by automake
7438                 when you run autogen.sh
7439
7440         * config/.cvsignore     ** NEW FILE **
7441         * config/Makefile.am    ** NEW FILE **
7442                 ignore autogenerated files
7443                 create a Makefile in this directory
7444
7445 2002-10-08 [paul]       0.8.5claws
7446
7447         * 0.8.5claws release
7448         
7449         * src/compose.c
7450           src/procheader.c
7451           src/procmsg.c
7452                 fix quote reply format for newsgroups reply bug
7453                 (thanks to Hoa)
7454                 
7455         * po/en_GB.po
7456           po/pl.po
7457                 updated by me and Witold Wladyslaw Wojciech Wilk
7458                 repectively
7459
7460 2002-10-07 [paul]       0.8.3claws53
7461
7462         * po/it.po
7463           po/pt_BR.po
7464           po/sr.po
7465                 updated messages catalogs, submitted by
7466                 Alessandro Maestri, Fabio Jr.Beneditto 
7467                 and Urke MMI, respectively.
7468
7469 2002-10-07 [christoph]  0.8.3claws52
7470
7471         * src/folder.[ch]
7472         * src/folderview.c
7473         * src/mainwindow.c
7474                 fix new folder ghost message bug
7475                 (closes bug [ 619722 ] wrong count for newly created folders)
7476
7477 2002-10-07 [christoph]  0.8.3claws51
7478
7479         * src/compose.c
7480                 fix news posting problem
7481
7482 2002-10-07 [melvin]     0.8.3claws50
7483
7484         * po/fr.po
7485                 Updated French translation
7486
7487 2002-10-05 [christoph]  0.8.3claws49
7488
7489         * src/gtkstext.c
7490                 check if line_start_cache is set in gtk_stext_update_text
7491                 (closes bug [ 618119 ] crash while doing search in folder)
7492
7493 2002-10-05 [christoph]  0.8.3claws48
7494
7495         * src/imap.c
7496         * src/news.c
7497         * src/utils.c
7498         * src/utils.h
7499                 implement cache cleanups for claws' folder system
7500                 (closes bug [ 595916 ] imapcache not cleaned up)
7501
7502 2002-10-05 [melvin]     0.8.3claws47
7503
7504         * src/prefs_actions.c
7505                 Made the help text more clear for the %p token
7506
7507 2002-10-04 [paul]       0.8.3claws46
7508
7509         * sync with 0.8.5
7510                 see ChangeLog 2002-10-02 and 2002-10-03
7511
7512 2002-10-04 [christoph]  0.8.3claws45
7513
7514         * src/inc.c
7515                 fix segfault caused by pop before smtp
7516                 call to inc_account_mail with NULL
7517                 pointer for mainwin
7518
7519 2002-10-04 [paul]       0.8.3claws44
7520
7521         * configure.in
7522                 sync the LDAP detection from 0.8.5cvs1
7523
7524 2002-10-02 [christoph]  0.8.3claws43
7525
7526         * po/de.po
7527                 fix small spelling error
7528
7529 2002-10-02 [melvin]     0.8.3claws42
7530
7531         * ac/aspell.m4
7532                 Behave better and say "no" when test program cannot be run.
7533
7534 2002-10-02 [paul]       0.8.3claws41
7535
7536         * sync with 0.8.4cvs1
7537                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7538                 
7539         * src/summaryview.c
7540                 toggle the behavior of Reply menuitem between
7541                 normal reply and reply-to-list
7542
7543 2002-10-01 [sergey]     0.8.3claws40
7544
7545         * src/compose.c
7546                 Convert newlines in the message text to the canonical form
7547                 before base64 encoding (RFC2045 compliance, fixes some
7548                 interoperability issues with Evolution 1.0.3)
7549
7550 2002-09-29 [colin]      0.8.3claws39
7551
7552         * src/summaryview.c
7553                 Fix an unwanted copy/paste
7554
7555 2002-09-29 [colin]      0.8.3claws38
7556
7557         * src/mainwindow.c
7558                 Renamed "Custom toolbar" to "Customize toolbar"
7559                 Renamed "Show all header" to "Show all headers"
7560                 Renamed "Set diplay item" to "Set displayed items"
7561         * src/prefs_common.c
7562                 Renamed "Show all header" to "Show all headers"
7563         * src/prefs_summary_column.c
7564                 Renamed "diplay item" to "displayed items"
7565
7566 2002-09-29 [colin]      0.8.3claws37
7567
7568         * src/mainwindow.[ch]
7569                 online/offline status pixmaps follow theme
7570                 changes
7571         * src/summaryview.[ch]
7572                 quicksearch pixmap follows theme changes
7573
7574 2002-09-29 [thorsten]   0.8.3claws36
7575
7576         * src/compose.c
7577           src/prefs_folder_item.[ch]
7578                 add default_reply_to folder option (closes patch 581044)
7579
7580 2002-09-29 [christoph]  0.8.3claws35
7581
7582         * acconfig.h    ** REMOVED **
7583         * configure.in
7584         * ac/aspell.m4
7585         * ac/check-type.m4
7586         * ac/gnupg-check-typedef.m4
7587                 fix autoheader 2.50 warning
7588
7589 2002-09-29 [christoph]  0.8.3claws34
7590
7591         * major code cleanup (part 2)
7592         
7593                 - unused variables removed
7594                 - unused functions removed
7595                 - uninitialized variables checked
7596                 - missing return statements added
7597                 - missing function return types added
7598                 - added parentheses around assignment
7599                   when suggested by gcc
7600
7601 2002-09-29 [alfons]     0.8.3claws33
7602
7603         * src/logwindow.c
7604                 log_window_clear(): only bracket gtk_text_forward_delete() 
7605                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7606                 works around GTK text bug)
7607
7608 2002-09-29 [paul]       0.8.3claws32
7609
7610         * po/bg.po
7611           po/sr.po
7612                 updated by George Danchev and Urke MMI
7613                 respectively
7614
7615 2002-09-27 [christoph]  0.8.3claws31
7616
7617         * doc-src/readme.txt
7618         * doc-src/rfc1806.txt   ** REMOVED **
7619         * doc-src/rfc2183.txt   ** NEW FILE **
7620         * doc-src/rfc2980.txt   ** NEW FILE **
7621                 update rfcs
7622
7623 2002-09-27 [melvin]     0.8.3claws30
7624
7625         * ac/aspell.m4
7626                 Fixed typo which could break linking
7627
7628 2002-09-27 [melvin]     0.8.3claws29
7629
7630         * ac/aspell.m4
7631                 Improved GNU/aspell checking. 
7632                 Fixed bug #614490
7633
7634 2002-09-27 [paul]       0.8.3claws28
7635
7636         * sync with 0.8.3cvs8
7637                 see ChangeLog 2002-09-27
7638
7639 2002-09-26 [colin]      0.8.3claws27
7640
7641         * src/toolbar.[ch]
7642           src/mainwindow.[ch]
7643                 Add "Reply to Mailing-list" to the toolbar
7644
7645 2002-09-26 [christoph]  0.8.3claws26
7646
7647         * src/summaryview.c
7648                 Fix wrong message counts in summaryview status
7649
7650 2002-09-26 [paul]       0.8.3claws25
7651
7652         * sync with 0.8.3cvs7
7653                 see ChangeLog 2002-09-26
7654
7655 2002-09-26 [paul]       0.8.3claws24
7656
7657         * sync with 0.8.3cvs6
7658                 see ChangeLog 2002-09-25
7659
7660 2002-09-25 [christoph]  0.8.3claws23
7661
7662         * src/prefs_common.c
7663         * src/prefs_folder_item.c
7664         * src/prefs_scoring.c
7665                 Renamed "kill score" to "hide score" in GUI
7666                 and prefs files
7667
7668 2002-09-25 [paul]       0.8.3claws22
7669
7670         * sync with 0.8.3cvs5
7671                 see ChangeLog 2002-09-24
7672
7673 2002-09-24 [alfons]     0.8.3claws21
7674
7675         patch by Satoshi Nagayasu: allows appending / saving multiple 
7676         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7677         'Save as ...'")
7678
7679         * AUTHORS
7680                 add Satoshi Nagayasu
7681         * src/summaryview.c
7682                 summary_save_as(): allow saving selected files to
7683                 one file
7684                 summary_set_menu_sensitive: enable "Save As..." when
7685                 multiple files are selected
7686         * src/utils.[ch]
7687                 append_file(): new function
7688
7689 2002-09-24 [colin]      0.8.3claws20
7690
7691         * src/procmime.c
7692                 Fix segfault when mimeinfo doesn't have a 
7693                 content_type. 
7694
7695 2002-09-24 [colin]      0.8.3claws19
7696
7697         * src/prefs_common.[ch]
7698                 Add a preference to display send dialog or not
7699         * src/send.c
7700                 Display send dialog according to preference
7701
7702 2002-09-24 [colin]      0.8.3claws18
7703
7704         * src/compose.[ch]
7705                 Disable user actions when sending
7706
7707 2002-09-24 [colin]      0.8.3claws17
7708
7709         * src/procmime.c
7710                 Do not display name or filename for attachments
7711                 with an application/pgp-signature type
7712                 (security flaw, see bug 537413)
7713
7714 2002-09-23 [colin]      0.8.3claws16
7715
7716         * src/editaddress.c
7717                 Initialize entry_email, entry_alias and 
7718                 entry_remarks to first email address of the list
7719
7720 2002-09-23 [colin]      0.83claws15
7721
7722         * src/compose.c
7723                 Drop pgp-signature when reediting a signed queued
7724                 message
7725
7726 2002-09-23 [melvin]     0.8.3claws14
7727
7728         * po/fr.po
7729                 Updated French translation
7730
7731 2002-09-23 [melvin]     0.8.3claws13
7732
7733         * src/mainwindow.c
7734                 Made custom toolbar menu labels more consistent
7735         * src/prefs_toolbar.c
7736                 Made custom toolbar window title more consistent
7737
7738 2002-09-22 [colin]      0.8.3claws12
7739
7740         * src/inc.c
7741                 Initialize session type to normal before getting 
7742                 mail (fixes strange Get behaviour)
7743         * src/prefs_account.h
7744                 Move STYPE_POP_BEFORE_SMTP to last position to 
7745                 avoid other side-effects
7746
7747 2002-09-22 [colin]      0.8.3claws11
7748
7749         * src/prefs_account.c
7750                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7751                 from pop3 to apop or vice-versa
7752
7753 2002-09-22 [colin]      0.8.3claws10
7754         
7755         * src/prefs_account.[ch]
7756                 Add an option for the POP before SMTP timeout
7757         * src/inc.c
7758                 Remember time of last POP connection
7759         * src/send.c
7760                 Do POP before SMTP only if timeout reached
7761
7762 2002-09-22 [oliver]     0.8.3claws9
7763         
7764         * README.claws
7765                 explain custom toolbar
7766
7767 2002-09-22 [oliver]     0.8.3claws8
7768
7769         * src/prefs_actions.[ch]
7770         custom toolbar for compose      
7771                 actions callback from compose toolbar
7772         * src/folderview.c
7773                 remove include toolbar.h
7774
7775 2002-09-22 [oliver]     0.8.3claws7
7776         
7777         * src/prefs_toolbar.[ch]
7778                 custom toolbar for compose
7779                 - generic prefs_toolbar handles both
7780                   Mainwin's toolbar as well as Compose toolbar          
7781
7782 2002-09-22 [oliver]     0.8.3claws6
7783         
7784         * src/toolbar.[ch]
7785                 custom toolbar for compose
7786                 restructure toolbar.[ch]
7787
7788 2002-09-22 [oliver]     0.8.3claws5
7789
7790         * src/compose.[ch]
7791                 custom toolbar for compose
7792
7793 2002-09-22 [oliver]     0.8.3claws4
7794         
7795         * src/mainwindow.[ch]
7796                 custom toolbar for compose 
7797                 move mainwin toolbar back to mainwindow
7798
7799 2002-09-22 [alfons]     0.8.3claws3
7800
7801         * src/procmsg.c
7802                 :%sno/if(/if (/gc
7803                 :%sno/for(/for (/gc
7804                 (beautify)
7805
7806 2002-09-22 [alfons]     0.8.3claws2
7807         
7808         * src/procmsg.c
7809                 procmsg_save_to_outbox(): don't unlink message file from queue;
7810                 callers should do it using folder_item_remove_msg()
7811
7812 2002-09-22 [colin]      0.8.3claws1
7813
7814         * src/mimeview.[ch]
7815                 Made mimeview_check_signature() public
7816         * src/textview.c
7817                 Made GPG signatures verifiable by clicking
7818                 the [application/pgp-signature] in the Text
7819                 view
7820
7821 2002-09-22 [paul]       0.8.3claws
7822
7823         * po/bg.po
7824           po/en_GB.po
7825           po/es.po
7826           po/it.po
7827           po/pl.po
7828           po/pt_BR.po
7829           po/sr.po
7830                 updated translations, submitted by George Danchev,
7831                 me, Ricardo Mones Lastra, Alessandro Maestri,
7832                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7833                 and Urke MMI, respectively.     
7834
7835 2002-09-22 [alfons]     0.8.2claws65
7836
7837         * src/procmsg.c
7838         * src/pgptext.c
7839                 no furry valgrinds have been used to plug these memleaks
7840
7841 2002-09-20 [paul]       0.8.2claws64
7842
7843         * sync with 0.8.3cvs4
7844                 'Select thread' re-implemented 
7845                 see ChangeLog 2002-09-20
7846
7847 2002-09-21 [alfons]     0.8.2claws63
7848
7849         * src/compose.c
7850                 compose_send(): plug unnoticed memleak
7851
7852 2002-09-20 [alfons]     0.8.2claws62
7853
7854         * src/addr_compl.c
7855                 replace_address_in_edit(): strict check for NULL address to
7856                 fix "[ 607348 ] Segfault in address completion". My guess is
7857                 that this happens with an empty address book, but it's good
7858                 to have this check here anyway
7859                 
7860                 completion_window_button_press(): free string returned 
7861                 from the internal cache
7862
7863 2002-09-20 [christoph]  0.8.2claws61
7864
7865         * src/procmime.h
7866                 added ENC_BINARY to EncodingType
7867         * src/procmime.c
7868                 the string returned by procmime_get_encoding_str
7869                 should not depend on the order of values in the
7870                 EncodingType definition
7871         * doc-src/rfc1806.txt   ** NEW FILE **
7872                 Added rfc1806 about MIME Content-Disposition
7873                 Extension
7874
7875 2002-09-19 [paul]       0.8.2claws60
7876
7877         * sync with 0.8.2cvs3
7878                 see ChangeLog 2002-09-19
7879
7880 2002-09-19 [paul]       0.8.2claws59
7881
7882         * src/prefs_folder_item.c
7883                 revert to Darko's original alignment of colour
7884                 selector button
7885                 add a colon to folder_color label
7886                 
7887         * src/compose.c
7888                 add Colin's patch (with Hiro's modifications) to 
7889                 force BASE64 encoding for 8-bit text when signing
7890                 (sync with 0.8.3cvs2)
7891
7892 2002-09-18 [alfons]     0.8.2claws58
7893
7894         * src/compose.c
7895                 :%sno/if(/if (/gc
7896                 :%sno/for(/for (/gc
7897                 (beautify a little bit)
7898
7899 2002-09-18 [christoph]  0.8.2claws57
7900
7901         * src/pine.c
7902                 fix handling of fgetc return value
7903
7904 2002-09-17 [alfons]     0.8.2claws56
7905         
7906         * src/summaryview.c
7907                 summary_sort(): check non-NULL summaryview->folder_item when no 
7908                 folder is selected at all
7909                 (closes "[ 610344 ] sort label make syl Crash")
7910
7911 2002-09-17 [alfons]     0.8.2claws55
7912         
7913         * src/compose.c
7914                 beautify a little bit
7915
7916 2002-09-17 [christoph]  0.8.2claws54
7917
7918         * src/folder.c
7919                 initialize max values for cache and folder
7920                 when cache or folder is empty
7921
7922 2002-09-15 [colin]      0.8.2claws53
7923
7924         * src/compose.c
7925                 Fix a leak (thanks Alfons!) and cleaned
7926                 variables names for custom headers
7927
7928 2002-09-15 [colin]      0.8.2claws52
7929
7930         * src/compose.c
7931                 Fix custom headers recognition when
7932                 prefs_common.trans_hdr is on
7933
7934 2002-09-15 [colin]      0.8.2claws51
7935
7936         * src/compose.c
7937                 Allow dynamically-added custom headers
7938                 Yet not reparsed if reedited
7939
7940 2002-09-15 [alfons]     0.8.2claws50
7941
7942         * src/prefs_account.c
7943                 fix warnings
7944
7945 2002-09-15 [colin]      0.8.2claws49
7946         
7947         * src/prefs_account.c
7948                 fix pop_before_smtp sensitivity
7949
7950 2002-09-15 [colin]      0.8.2claws48
7951
7952         * src/inc.[ch]
7953                 add inc_pop_before_smtp()
7954                 allow MainWindow to be undefined in 
7955                 inc_account_mail() and inc_start()
7956         * src/pop.c
7957           src/prefs_account.h
7958                 add STYPE_POP_BEFORE_SMTP session type
7959         * src/prefs_account.c
7960                 activated pop before smtp option
7961         * src/send.c
7962                 do pop before smtp if the relevant option 
7963                 is set
7964
7965 2002-09-15 [paul]       0.8.2claws47
7966
7967         * sync with 0.8.3
7968                 see ChangeLog 2002-09-15
7969
7970 2002-09-14 [paul]       0.8.2claws46
7971
7972         * po/bg.po
7973                 updated Bulgarian translation, submitted by
7974                 George Danchev
7975
7976 2002-09-13 [paul]       0.8.2claws45
7977
7978         * src/compose.c
7979                 merge claws' select_account() with main's
7980                 (new) compose_select_account(). [sync with
7981                 0.8.2cvs15, see ChangeLog 2002-09-11]
7982
7983 2002-09-12 [christoph]  0.8.2claws44
7984
7985         * src/filter.c
7986                 allocate 1 elements of FolderItem not 0
7987
7988 2002-09-12 [colin]      0.8.2claws43
7989
7990         * src/compose.c
7991                 Fix bug #590825 (obey Follow-up: poster)
7992
7993 2002-09-12 [colin]      0.8.2claws42
7994
7995         * src/procmime.c
7996                 Fix bug #557009 (wrong headers for messages 
7997                 forwarded as attachments)
7998
7999 2002-09-11 [colin]      0.8.2claws41
8000         
8001         * src/compose.c
8002                 Put SCF: pseudo-header on top of message
8003                 Set draft tmp_flag when saved as draft
8004
8005         * src/procmsg.c
8006           src/procheader.c
8007                 Skip after first \n\n for beginning of real message
8008                 for drafts too
8009
8010 2002-09-11 [christoph]  0.8.2claws40
8011
8012         * src/filtering.c
8013                 use procmsg flag functions in filtering or processing
8014                 will cause incorrect folder message counts
8015
8016 2002-09-11 [colin]      0.8.2claws39
8017
8018         * src/compose.c
8019                 Fix bug #550175 - wrong save folder when reediting
8020                 drafts
8021
8022 2002-09-11 [paul]       0.8.2claws38
8023
8024         * sync with 0.8.2cvs14
8025                 see ChangeLog 2002-09-11
8026
8027 2002-09-11 [colin]      0.8.2claws37
8028
8029         * src/folder.c
8030                 Fix a typo (seeming to cause new/unread status to
8031                 be lost)
8032
8033 2002-09-10 [christoph]  0.8.2claws36
8034
8035         * src/compose.c
8036                 compose_redirect should not use compose_generic_new
8037                 because that does more stuff than expected including
8038                 opening the external editor
8039                 (closes bug "[ 526608 ] bounced messages appear blank
8040                  in editor")
8041
8042 2002-09-10 [christoph]  0.8.2claws35
8043
8044         * src/folder.c
8045                 fix problem with too large message number range
8046                 causing a crash in folder_item_scan
8047
8048 2002-09-10 [paul]       0.8.2claws34
8049
8050         * sync with 0.8.2cvs13
8051                 see ChangeLog 2002-09-10
8052
8053 2002-09-10 [christoph]  0.8.2claws33
8054
8055         * src/msgcache.c
8056                 set MsgInfo TmpFlags for queue and draft folders
8057                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8058
8059 2002-09-10 [paul]       0.8.2claws32
8060
8061         * AUTHORS
8062           po/bg.po      ** NEW FILE **
8063                 new Bulgarian translation submitted by
8064                 George Danchev <danchev@spnet.net>
8065                 
8066         * tools/Makefile.am
8067           tools/README
8068           tools/tb2sylpheed     ** NEW FILE **
8069                 add script that converts an addressbook exported
8070                 from The Bat! into a Sylpheed addressbook. Submitted
8071                 by Urke MMI <urke-kg@eunet.yu>
8072
8073 2002-09-10 [paul]       0.8.2claws31
8074
8075         * sync with 0.8.2cvs12
8076                 see ChangeLog 2002-09-10
8077
8078 2002-09-06 [paul]       0.8.2claws30
8079
8080         * src/prefs_common.c
8081                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8082                 
8083         * tools/Makefile.am
8084           tools/README
8085           tools/ldif-to-xml.py  ** REMOVED **
8086                 remove obsolete python script
8087
8088 2002-09-06 [paul]       0.8.2claws29
8089
8090         * sync with 0.8.2cvs10
8091                 see ChangeLog 2002-09-06
8092
8093 2002-09-04 [paul]       0.8.2claws28
8094
8095         * sync with 0.8.2cvs9
8096                 see ChangeLog 2002-08-04
8097
8098 2002-09-04 [colin]      0.8.2claws27 
8099
8100         * src/prefs_common.[ch]
8101                 Added signature color configuration
8102         * src/textview.c
8103                 Use user-specified signature color
8104
8105 2002-09-03 [colin]      0.8.2claws26
8106
8107         * src/prefs_common.[ch]
8108                 Added autosave and autosave_length prefs
8109         * src/compose.c
8110                 Added compose_remove_draft()
8111                 Auto-save drafts according to the prefs
8112         * src/main.c
8113                 Added a crash-indicator file, allowing to check
8114                 for new messages on startup if Sylpheed crashed
8115                 (makes saved drafts "reappear")
8116
8117 2002-09-03 [colin]      0.8.2claws25
8118
8119         * src/textview.[ch]
8120                 Grey the signature
8121
8122 2002-09-03 [paul]       0.8.2claws24
8123
8124         * sync with 0.8.2cvs8
8125                 see ChangeLog 2002-09-02 and 2002-09-03
8126
8127 2002-09-03 [darko]      0.8.2claws23
8128
8129         * src/folderview.c
8130                 use normal style when creating new folder to pick
8131                 proper font size 
8132
8133 2002-09-02 [melvin]     0.8.2claws22
8134
8135         * src/gtkaspell.m4
8136                 removed some obsolete code
8137
8138 2002-09-02 [melvin]     0.8.2claws21
8139
8140         * ac/aspell.m4
8141                 fixed test's equality sign (== to =)
8142
8143 2002-09-02 [alfons]     0.8.2claws20
8144
8145         * src/folder.c
8146         * src/mh.c
8147                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8148                 as folder->destroy virtual as suggested by Hiro
8149                 (the mh.c code seems to have been lost around mh.c.1.21)
8150
8151 2002-09-02 [paul]       0.8.2claws19
8152
8153         * po/pt_BR.po
8154                 updated by Fabio Jr. Beneditto
8155                 
8156         * src/defs.h
8157                 use 'http://claws.sylpheed.org' for homepage link. 
8158                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8159
8160 2002-09-01 [alfons]     0.8.2claws18
8161
8162         * src/mh.c
8163                 plug memleak related to one Martin Kluge found
8164
8165 2002-08-31 [paul]       0.8.2claws17
8166
8167         * sync with 0.8.2cvs6
8168                 see ChangeLog 2002-08-30
8169
8170 2002-08-31 [alfons]     0.8.2claws16
8171
8172         * src/folder.c
8173                 folder_destroy(): remove mailbox from folderlist even if it has
8174                 no destroy virtual
8175
8176 2002-08-31 [alfons]     0.8.2claws15
8177
8178         * src/folder.c
8179                 :%sno/if(/if (/gc
8180                 :%sno/for(/for (/gc
8181                 (being pedantic I know)
8182
8183 2002-08-31 [alfons]     0.8.2claws14
8184
8185         * src/folder.c
8186                 check for NULL pointers returned from folder->fetch_msginfo virtual
8187                 (should solve some reported crashes)
8188
8189 2002-08-30 [alfons]     0.8.2claws13
8190
8191         * acconfig.h
8192         * configure.in
8193         * src/crash.c
8194                 enable crash dialog on compilation time
8195                 (--enable-crash-dialog configure option)
8196
8197 2002-08-30 [alfons]     0.8.2claws12
8198
8199         * AUTHORS
8200                 add Martin Kluge
8201         * src/mh.c
8202                 apply memory leak plug patch by Martin Kluge
8203                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8204                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8205                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8206
8207 2002-08-30 [darko]      0.8.2claws11
8208
8209         * src/folderview.c
8210                 copy Gtk style from normal style to match
8211                 font size for coloured folders
8212
8213 2002-08-29 [alfons]     0.8.2claws10
8214
8215         * sylpheed.desktop
8216                 Type=Internet <- Type=Application
8217                 (reported by Michael Schwendt, see:
8218                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8219                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8220
8221 2002-08-29 [paul]       0.8.2claws9
8222
8223         * sync with 0.8.2cvs5
8224                 see ChangeLog 2002-08-29
8225
8226 2002-08-29 [colin]      0.8.2claws8
8227
8228         * src/summaryview.c
8229                 Added a sanity check in summary_select_thread
8230                 Should fix bug 601605
8231
8232 2002-08-29 [colin]      0.8.2claws7
8233
8234         * src/main.c
8235                 Revert claws6 changes regarding bug #591676
8236
8237 2002-08-28 [colin]      0.8.2claws6
8238         
8239         * src/main.c
8240                 Ignore cache for queue folderitems
8241                 Fix bug #591676
8242
8243 2002-08-28 [melvin]     0.8.2claws5
8244
8245         * README.claws
8246                 Fixed typos.
8247
8248 2002-08-28 [melvin]     0.8.2claws4
8249
8250         * README.claws
8251                 Updated a bit the text concerning the spell checker
8252
8253 2002-08-28 [melvin]     0.8.2claws3
8254
8255         Merged the GNU_aspell_branch:
8256                 Support of new GNU/aspell is now included and the old pspell
8257                 is not supported anymore.
8258                 See README.claws
8259
8260         * README.claws
8261                 Updated spell checker text to reflect the switch to GNU/aspell
8262
8263         * ac/aspell.m4          *** NEW ***
8264         * src/gtkaspell.[ch]    *** NEW *** 
8265         * ac/pspell.m4          *** DELETED *** 
8266         * src/gtkspell.[ch]     *** DELETED ***
8267
8268         * ac/Makefile.am
8269                 Updated for GNU/aspell support
8270
8271         * po/POTFILES.in
8272                 Replaced gtkspell.c by gtkaspell.c
8273
8274         * acconfig.h
8275         * src/Makefile.am
8276         * src/about.c
8277         * src/compose.[ch]
8278         * src/crash.c
8279         * src/main.c
8280         * src/prefs_common.[ch]
8281                 Updated for GNU/aspell support
8282
8283 2002-08-28 [paul]       0.8.2claws2
8284
8285         * sync with 0.8.2cvs4
8286                 see ChangeLog 2002-08-27 and 2002-08-28
8287
8288 2002-08-28 [colin]      0.8.2claws1
8289
8290         * src/summary_search.c
8291                 Added "AND search"
8292
8293 2002-08-28 [jens]       0.8.2claws
8294
8295         *po/de.po
8296                 Updated German translations
8297
8298 2002-08-27 [melvin]     0.8.2claws
8299
8300         * po/fr.po
8301                 Updated French translations
8302
8303 2002-08-27 [paul]       0.8.2claws
8304
8305         * sync with 0.8.2 main release
8306
8307         * po/en_GB.po
8308           po/es.po
8309           po/it.po
8310           po/pl.po
8311           po/pt_BR.po
8312           po/sr.po
8313                 updated message catalogs submitted by
8314                 Ricardo Mones Lastra, Alessandro Maestri,
8315                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8316                 Beneditto and Urke MMI  
8317
8318 2002-08-27 [hoa]        0.8.1claws123
8319
8320         * src/mainwindow.[ch]
8321         * src/summaryview.[ch]
8322                 removed the "filter setting" menu option.
8323                 add a "cancel a news message" menu option.
8324
8325 2002-08-26 [martin]     0.8.1claws122
8326
8327         * ChangeLog.claws
8328                 changed string under 0.8.1claws79 changed by myself
8329                 i'm sorry alfons :(
8330
8331 2002-08-26 [martin]     0.8.1claws121
8332
8333         * src/crash.c
8334                 added kill command to debuggerrc to start crash dialog
8335
8336 2002-08-26 [paul]       0.8.1claws120
8337
8338         * sync with 0.8.1cvs31
8339                 see ChangeLog 2002-08-26
8340
8341 2002-08-25 [alfons]     0.8.1claws119
8342
8343         * src/procmsg.c
8344                 fix bug that didn't send out correct headers to news server
8345                 when sending news article and email from queue (bug reported
8346                 and patch provided by Tim Mann; closes bug 
8347                 "[ 583196 ] 0.7.8claws can't post news")
8348
8349 2002-08-25 [alfons]     0.8.1claws118
8350
8351         * src/selective_download.c
8352                 mark two strings as translatable
8353                 (thanks to Urke MMI for pointing this out)
8354
8355 2002-08-25 [alfons]     0.8.1claws117
8356
8357         * src/summaryview.c
8358                 treat sent boxes as special and allow sorting them by addressee
8359                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8360                 submitted by Steve Lamb)
8361
8362 2002-08-24 [alfons]     0.8.1claws116
8363
8364         * src/matcher.c
8365                 fix memleak reported by Martin Kluge
8366                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8367
8368 2002-08-24 [oliver]     0.8.1claws115
8369
8370         * src/prefs_toolbar.c
8371                 o code cleanup as suggested by Alfons
8372                 o memleak fix
8373
8374 2002-08-24 [alfons]     0.8.1claws114
8375
8376         * src/summaryview.c
8377                 o fix another memory leak reported by Martin Kluge
8378                   (see "[ 599568 ] Small Memory Leak")
8379                 o remove 'from' variable from 'summary_set_header()'; we can
8380                   do with just 'to' 
8381
8382 2002-08-24 [paul]       0.8.1claws113
8383
8384         * sync with 0.8.1cvs30
8385                 see ChangeLog 2002-08-23
8386
8387 2002-08-24 [alfons]     0.8.1claws112
8388
8389         * src/summaryview.c
8390                 remove unnecessary allocations for search bar fixing leaks
8391                 reported by Martin Kluge
8392                 (see "[ 599451 ] Further memory leaks?")
8393
8394 2002-08-24 [alfons]     0.8.1claws111
8395
8396         * src/main.c
8397                 make get_socket_name() public for crash.c
8398         * src/crash.c
8399                 o make report bug button work (goes to claws' 
8400                   bug tracker at sf.net)
8401                 o introduce function for doing important stuff just
8402                   before claws goes down
8403                 o clean up code 
8404
8405 2002-08-24 [alfons]     0.8.1claws110
8406
8407         * src/compose.c
8408                 move cursor to "To" entry when forwarding as attachment
8409                 (reported and solved by Steve Lamb, closes bug report
8410                 "[ 592880 ] Forward as attachment; cursor not in to")
8411
8412 2002-08-24 [colin]      0.8.1claws109
8413
8414         * src/mainwindow.c
8415                 fix quick search visibility after GUI (de)separations.
8416
8417 2002-08-23 [colin]      0.8.1claws108
8418
8419         * src/mainwindow.c
8420                 fix header pane visibility after folderview or
8421                 messageview (de)separation
8422
8423 2002-08-23 [paul]       0.8.1claws107
8424
8425         * src/mainwindow.[ch]
8426           src/toolbar.c
8427                 give full control of display or non-display 
8428                 of the Execute icon to Custom toolbar settings.
8429                 add new sensitivity condition to maninwindow.h: 
8430                 M_DELAY_EXEC
8431
8432         * ChangeLog
8433           ChangeLog.jp
8434           NEWS
8435                 more sync with 0.8.1cvs29
8436
8437 2002-08-23 [melvin]     0.8.1claws106
8438
8439         * src/alertpanel.c
8440                 Readded support for custom widget in alertpanel lost in last
8441                 sync.
8442
8443 2002-08-23 [paul]       0.8.1claws105
8444
8445         * sync with 0.8.1cvs29
8446                 see ChangeLog 2002-08-23
8447
8448 2002-08-23 [colin]      0.8.1claws104
8449
8450         * src/summaryview.c
8451                 Fix folder and search pixmaps exchanging positions
8452                 after theme or toolbar changes. Thank to Oliver for 
8453                 reporting this.
8454
8455 2002-08-23 [colin]      0.8.1claws103
8456
8457         * src/mainwindow.c
8458           src/messageview.[ch]
8459           src/noticeview.[ch]
8460           src/summaryview.c
8461                 Changed messageview_create() and noticeview_create()
8462                 to avoid the last gdk_warning
8463
8464 2002-08-22 [colin]      0.8.1claws102
8465
8466         * src/summaryview.c
8467                 Fix my new `Creating pixmap from xpm' warning
8468
8469 2002-08-22 [colin]      0.8.1claws101
8470
8471         * src/mainwindow.c
8472                 Fix some of the gdk warnings
8473
8474 2002-08-22 [colin]      0.8.1claws100
8475
8476         * src/Makefile.am
8477         * src/stock_pixmap.c
8478         * src/stock_pixmap.h
8479         * src/pixmaps/quicksearch.xpm *ADDED*
8480                 Add the quicksearch pixmap
8481         * src/mainwindow.c
8482         * src/summaryview.c
8483         * src/summaryview.h
8484                 Make quicksearch bar visible/hidden via a button
8485
8486 2002-08-22 [christoph]  0.8.1claws99
8487
8488         * src/folder.c
8489                 fix folder update for newsgroups with message
8490                 numbers below minimum number of articles to fetch
8491                 (closes bug #598445)
8492
8493 2002-08-22 [paul]       0.8.1claws98
8494
8495         * sync with 0.8.1cvs28
8496                 see ChangeLog 2002-08-22
8497
8498 2002-08-21 [alfons]     0.8.1claws97
8499
8500         * src/crash.c
8501                 use bt instead of bt full which seems to work 
8502                 better, and bt full doesn't give a great deal 
8503                 of information anyway
8504
8505 2002-08-21 [colin]      0.8.1claws96
8506
8507         * src/summaryview.c
8508                 fix summaryview_searchtype_changed prototype
8509
8510 2002-08-21 [christoph]  0.8.1claws95
8511
8512         * src/mainwindow.c
8513                 o fix broken menu update for sorting type, we have to
8514                   get this info from the summaryview now
8515                 o removed setting of threaded state in menu callback
8516         * src/summaryview.[ch]
8517                 more summaryview/folderitem seperation for
8518                 threading option
8519         * configure.in
8520                 removed not required --with-compiler-flags option
8521
8522 2002-08-21 [oliver]     0.8.1claws94
8523         
8524         * src/toolbar.h 
8525                 o rename toolbar.xml to toolbar_main.xml
8526                   since toolbar_compose.xml might come up 
8527                   any time soon
8528         * README.claws
8529                 add custom toolbar              
8530
8531 2002-08-21 [darko]      0.8.1claws93
8532
8533         * src/procmsg.c
8534                 don't reset tmp flags for messages copied
8535                 to sent folder
8536
8537 2002-08-21 [colin]      0.8.1claws92
8538         
8539         * src/prefs_filtering.c
8540                 fix renaming rules on folder rename 
8541                 when folder is not a leaf folder
8542
8543 2002-08-21 [paul]       0.8.1claws91
8544
8545         * src/prefs_folder_item.c
8546                 fix alignment of colour selector
8547
8548 2002-08-21 [paul]       0.8.1claws90
8549
8550         * sync with 0.8.1cvs27
8551                 see ChangeLog 2002-08-21
8552
8553 2002-08-21 [paul]       0.8.1claws89
8554
8555         * src/summaryview.c
8556                 fix crash when changing field type in
8557                 Quick search bar
8558
8559 2002-08-21 [colin]      0.8.1claws88
8560
8561         * src/summaryview.c
8562                 Made quick search case-insensitive
8563
8564 2002-08-21 [paul]       0.8.1claws87
8565
8566         * sync with 0.8.1cvs26
8567                 see ChangeLog 2002-08-21
8568
8569 2002-08-20 [christoph]  0.8.1claws86
8570
8571         * src/folderview.c
8572         * src/main.c
8573         * src/summaryview.[ch]
8574                 more summaryview/folderitem seperation for
8575                 sort_key and sort_type
8576         * src/procmsg.c
8577                 added missing return statement
8578
8579 2002-08-20 [colin]      0.8.1claws85
8580
8581         * src/summaryview.[ch]
8582                 Added a quick search box
8583         * src/mainwindow.c
8584         * src/prefs_common.[ch]
8585                 Added a show/hide option for the quick search
8586
8587 2002-08-20 [oliver]     0.8.1claws84
8588         
8589         * src/mainwindow.c
8590                 remove toolbar_create_popups
8591         * src/toolbar.[ch]
8592                 o remove toolbar_create_popups
8593                 o fix toolbar_set_sensitive 
8594                   (Bug reports #596834 and #596832)     
8595         * src/prefs_toolbar.c
8596                 o add "Set default" button
8597                 o align label and text + combo widgets
8598
8599 2002-08-20 [hoa]        0.8.1claws83bis
8600
8601         * src/imap.c
8602                 fixed a bug in imap_fetch_msginfo() in case there is no
8603                 current folder.
8604
8605 2002-08-20 [darko]      0.8.1claws83
8606
8607         * src/folderview.c
8608                 copy the color style of folder view so it
8609                 works with GTK themes
8610
8611 2002-08-20 [darko]      0.8.1claws82
8612
8613         * src/folder.h
8614         * src/folderview.c
8615         * src/prefs_folder_item.[hc]
8616                 don't use UI stuff in folder.h
8617
8618 2002-08-20 [darko]      0.8.1claws81
8619
8620         * src/folder.h
8621         * src/prefs_folder_item.h
8622         * src/folderview.c
8623         * src/prefs_folder_item.c
8624                 ability to set folder color in folderview
8625
8626 2002-08-19 [alfons]     0.8.1claws80
8627
8628         * src/summaryview.c
8629                 fix one of the earlier memleaks reported by Martin Kluge
8630
8631 2002-08-19 [alfons]     0.8.1claws79
8632
8633         * src/mainwindow.c
8634                 hide notice view when selecting seperate folder
8635                 view (reported by Urke MMI)
8636
8637 2002-08-19 [christoph]  0.8.1claws78
8638
8639         * src/folderview.c
8640         * src/prefs_folder_item.h
8641         * src/summaryview.[ch]
8642                 o add summary_set_prefs_from_folderitem to set
8643                   summaryview prefs (first step to remove all
8644                   references to the folderitem in summaryview)
8645                 o moved compiled regex stuff from folderitem prefs
8646                   to summaryview code
8647
8648 2002-08-19 [paul]       0.8.1claws77
8649
8650         * src/compose.c
8651                 add check for '.' to QUOTE_IF_REQUIRED
8652
8653 2002-08-19 [paul]       0.8.1claws76
8654
8655         * src/inc.c
8656                 sync with 0.8.1cvs25 (plug memory leak)
8657
8658         * src/prefs_toolbar.c
8659                 re-order prefs_toolbar_cancel()
8660
8661 2002-08-18 [alfons]     0.8.1claws75
8662
8663         * src/inc.c
8664         * src/matcher.c
8665                 plug other memleaks reported by Martin Kluge
8666
8667 2002-08-18 [paul]       0.8.1claws74
8668
8669         * po/pt_BR.po
8670                 updated by Fabio Jr. Beneditto
8671
8672 2002-08-18 [paul]       0.8.1claws73
8673
8674         * src/toolbar.[ch]
8675                 fix bug where tooltips were displayed untranslated              
8676
8677         * src/prefs_toolbar.c
8678                 fix bug where clicking 'Cancel' creates an icon & text
8679                 toolbar regardless of prefs
8680         
8681
8682 2002-08-17 [oliver]     0.8.1claws72
8683
8684         * src/prefs_toolbar.c
8685                 update toolbar on CANCEL
8686                 bug reported by Martin Kluge
8687         * src/toolbar.c
8688                 toolbar_destroy memleak fixed           
8689
8690 2002-08-17 [alfons]     0.8.1claws71
8691
8692         * src/toolbar.c
8693                 plug another memleak reported by Martin Kluge
8694
8695 2002-08-16 [alfons]     0.8.1claws70
8696
8697         * src/crash.c
8698                 use execvp() correctly (suggested by wwp; thanks!)
8699
8700 2002-08-16 [alfons]     0.8.1claws69
8701
8702         * src/gtksctree.c
8703                 plug memory leak reported by Kim Schultz & Martin Kluge
8704
8705 2002-08-16 [paul]       0.8.1claws68
8706
8707         * po/es.po
8708                 updated by Ricardo Mones Lastra
8709
8710 2002-08-16 [paul]       0.8.1claws67
8711
8712         * src/toolbar.h
8713                 fix bug where 'Compose News' icon showed wrong
8714                 tooltip
8715
8716 2002-08-16 [paul]       0.8.1claws66
8717
8718         * sync with 0.8.1cvs24
8719                 see ChangeLog 2002-08-16
8720
8721         * po/it.po
8722                 updated by Alessandro Maestri
8723
8724 2002-08-15 [paul]       0.8.1claws65
8725
8726         * po/sr.po
8727                 updated by Urke MMI
8728
8729 2002-08-15 [paul]       0.8.1claws64
8730
8731         * src/*.c
8732                 don't translate debug info
8733
8734         * src/matcher.[ch]
8735                 add copyright info
8736
8737 2002-08-15 [paul]       0.8.1claws63
8738
8739         * src/prefs_toolbar.c
8740                 fix bug where clicking 'OK' creates an icon & text
8741                 toolbar regardless of prefs
8742
8743 2002-08-14 [alfons]     0.8.1claws62
8744
8745         * src/main.c
8746                 add global var that has the full argv[0]
8747         * src/crash.c
8748                 o execvp the correct sylpheed by using argv0
8749                   and setting the correct work dir
8750                 o other tweaks  
8751
8752 2002-08-14 [oliver]     0.8.1claws61
8753         
8754         * enable/disable Toolbar Action Buttons 
8755         * code cleanups
8756         * src/mainwindow.c
8757         * src/toolbar.[ch]      
8758         * src/prefs_toolbar.c   
8759
8760 2002-08-14 [melvin]     0.8.1claws60
8761
8762         * po/fr.po
8763                 Updated French translations
8764
8765 2002-08-14 [melvin]     0.8.1claws59
8766
8767         * src/crash.c
8768                 Made bug report not translatable
8769         * src/exporthtml.c
8770                 Fixed exporthtml_build_filespec() return value
8771         * src/foldersel.c
8772                 Fixed incorrect include file
8773         * src/gtkspell.c
8774         * src/prefs_actions.c
8775         * src/prefs_toolbar.c
8776                 Made debug info not translatable
8777         * src/mutt.c
8778         * src/quote_fmt.c
8779                 Added missing includes
8780         * src/prefs_common.c
8781                 Fixed typo
8782
8783 2002-08-14 [paul]       0.8.1claws58
8784
8785         * faq/es/sylpheed-faq.html
8786           faq/es/sylpheed-faq-[1-3].html
8787           faq/es/sylpheed-faq-4.html     **NEW FILE **
8788                 update Spanish FAQ
8789
8790 2002-08-13 [christoph]  0.8.1claws57
8791
8792         * src/procmsg.c
8793                 ignore thread fix that did not mark all
8794                 child nodes of a ignored thread as
8795                 ignored. Does not work perfectly yet,
8796                 but it is better now
8797
8798 2002-08-13 [alfons]     0.8.1claws56
8799
8800         * src/crash.c
8801                 o implement 'save crash log'
8802                 o some tweaks
8803
8804 2002-08-13 [melvin]     0.8.1claws55
8805
8806         * src/main.c
8807                 removed unrequired "execinfo.h" header
8808
8809 2002-08-12 [paul]       0.8.1claws54
8810
8811         * faq/en/sylpheed-faq.html
8812           faq/en/sylpheed-faq-[1-3].html
8813           faq/en/sylpheed-faq-4.html     **NEW FILE **
8814                 update English FAQ
8815
8816 2002-08-12 [alfons]     0.8.1claws53
8817
8818         * po/POTFILES.in
8819                 add crash.c to translatables
8820         * src/crash.c
8821                 bring in Leandro's crash dialog
8822
8823 2002-08-11 [alfons]     0.8.1claws52
8824
8825         * src/crash.c
8826                 clean up some warnings
8827
8828 2002-08-11 [alfons]     0.8.1claws51
8829
8830         * acconfig.h
8831         * configure.in
8832         * src/crash.[ch]        ** NEW FILES **
8833         * src/main.c            
8834                 initial gdb crash handler
8835
8836 2002-08-11 [paul]       0.8.1claws50
8837
8838         * src/prefs_toolbar.c
8839                 replace Up/Down arrow pixmaps with text to be
8840                 consistent across icon themes
8841
8842 2002-08-11 [paul]       0.8.1claws49
8843
8844         * src/prefs_common.c
8845           src/prefs_toolbar.c
8846                 rename 'Pixmap' -> 'Icon'
8847
8848         * src/toolbar.[ch]
8849                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8850
8851 2002-08-10 [paul]       0.8.1claws48
8852
8853         * src/prefs_toolbar.c
8854                 re-work the UI
8855
8856 2002-08-10 [paul]       0.8.1claws47
8857
8858         * src/main.c
8859                 don't write Processing progress to status bar
8860                 patch submitted by Alexander Evseev
8861
8862         * src/prefs_toolbar.c
8863                 re-position and resize window
8864                 make window assume correct size on first call
8865
8866 2002-08-10 [paul]       0.8.1claws46
8867
8868         * src/mainwindow.c
8869           src/prefs_toolbar.c
8870           src/toolbar.c
8871           src/toolbar.h
8872                 obey coding style
8873                 follow UI text conventions
8874
8875 2002-08-10 [alfons]     0.8.1claws45
8876
8877         * src/toolbar.c
8878                 correct pixmap for delete action
8879
8880 2002-08-10 [paul]       0.8.1claws44
8881
8882         * po/pt_BR.po
8883                 updated by Fabio Jr. Beneditto
8884
8885 2002-08-10 [paul]       0.8.1claws43
8886
8887         * po/POTFILES.in
8888                 add custom toolbar files
8889
8890 2002-08-10 [paul]       0.8.1claws42
8891
8892         * sync with 0.8.1cvs22
8893                 see ChangeLog 2002-08-09
8894
8895 2002-08-09 [paul]       0.8.1claws41
8896
8897         * tools/Makefile.am
8898           tools/README
8899           tools/outlook2sylpheed.pl     ** NEW FILE **
8900                 add script to convert exported Outlook
8901                 contacts list to a Sylpheed addressbook.
8902                 Submitted by Ricardo Mones Lastra.
8903
8904 2002-08-09 [paul]       0.8.1claws40
8905
8906         * AUTHORS
8907           configure.in
8908           po/sr.po      ** NEW FILE **
8909                 add Serbian message catalog. Submitted by
8910                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8911
8912 2002-08-09 [paul]       0.8.1claws39
8913
8914         * sync with 0.8.1cvs21
8915                 see ChangeLog 2002-08-08
8916
8917 2002-08-08 [oliver]     0.8.1claws38
8918
8919         * src/mainwindow.c
8920                 move Custom Toolbar to Configuration menu
8921
8922 2002-08-08 [oliver]     0.8.1claws37
8923
8924         * src/prefs_toolbar.c
8925                 fix substitute pixmap bug
8926
8927 2002-08-08 [paul]       0.8.1claws36
8928
8929         * sync with 0.8.1cvs19
8930                 see ChangeLog 2002-08-08
8931
8932 2002-08-07 [christoph]  0.8.1claws35
8933
8934         * src/utils.c
8935                 fixed a memory leak in new canonicalize_file_replace
8936
8937 2002-08-07 [christoph]  0.8.1claws34
8938
8939         * src/utils.[ch]
8940                 o canonicalize_file_replace should create the temporary
8941                   file in the same directory as the original file.
8942                 o added get_tmpfile_in_dir that creates a temorary file
8943                   in a specified directory.
8944
8945 2002-08-07 [melvin]     0.8.1claws33
8946
8947         * src/toolbar.c
8948                 fixed bug where 'Article' button acted as 'Email' button.
8949
8950 2002-08-07 [paul]       0.8.1claws32
8951
8952         * sync with 0.8.1.cvs17
8953                 see ChangeLog 2002-08-07
8954
8955 2002-08-07 [colin]      0.8.1claws31
8956         
8957         * src/news.c
8958                 fix mass-cancel problem
8959
8960 2002-08-07 [thorsten]   0.8.1claws30
8961
8962         * src/prefs_toolbar.c
8963                 fix: crash on replace or add new button
8964         * src/toolbar.c
8965                 fix: close xmlfile after reading
8966         * src/utils.c
8967                 fix: unlink() file before rename()
8968
8969 2002-08-06 [paul]       0.8.1claws29
8970
8971         * sync with 0.8.cvs15
8972                 see ChangeLog 2002-08-06
8973
8974 2002-08-06 [oliver]     0.8.1claws28
8975
8976         * src/toolbar.c
8977         * src/prefs_toolbar.c
8978                 fixed empty toolbar issue
8979
8980 2002-08-06 [oliver]     0.8.1claws27
8981
8982         * Custom Toolbar Final 
8983         * src/folderview.c
8984         * src/inc.c
8985         * src/summaryview.c
8986                 o toolbar stuff now lives in src/toolbar.[ch]
8987                 o main_window_toolbar_* functions are renamed to
8988                   toolbar_* reflecting their new source file
8989         * src/mainwindow.[ch]
8990                 o remove toolbar stuff  
8991
8992 2002-08-06 [oliver]     0.8.1claws26
8993         
8994         * src/Makefile.am
8995         * src/prefs_toolbar.[ch]        **New File**
8996         * src/toolbar.[ch]              **New File**
8997                 o prefs_toolbar.[ch] custom toolbar frontend
8998                 o toolbar.[ch]       backend 
8999
9000 2002-08-06 [oliver]     0.8.1claws25
9001
9002         * src/prefs_actions.[ch]
9003                 o new exported function actions_execute
9004
9005 2002-08-06 [paul]       0.8.1claws24
9006
9007         * sync with 0.8.1cvs4
9008                 see ChangeLog 2002-08-06
9009
9010 2002-08-06 [paul]       0.8.1claws23
9011
9012         * sync with 0.8.1cvs13
9013                 see ChangeLog 2002-08-06
9014
9015 2002-08-06 [paul]       0.8.1claws22
9016
9017         * sync with 0.8.1cvs12
9018                 see ChangeLog 2002-08-05 and 2002-08-06
9019
9020 2002-08-06 [match]      0.8.1claws21
9021
9022         * src/addrclip.c
9023                 improvements to cut/copy/paste address
9024
9025 2002-08-05 [match]      0.8.1claws20
9026
9027         * src/addritem.[ch]
9028         * src/addrcache.c
9029         * src/addrbook.c
9030         * src/editaddress.c
9031         * src/addressbook.c
9032                 fixes to improve cut/copy/paste
9033
9034 2002-08-06 [melvin]     0.8.1claws19
9035
9036         * src/account.[ch]
9037                 account_find_all_from_address(): new function that returns the
9038                 list of all accounts that are matched in an address.
9039         * src/alertpanel.[ch]
9040                 alertpanel() now accepts a custom widget
9041                 alertpanel_with_widget(): new function that pops up a panel with
9042                 a custom widget in it 
9043         * src/gtkutils.[ch]
9044                 gtkut_account_menu_new(): new function that allows the selection
9045                 of an account from a list of accounts.
9046         * src/messageview.c
9047                 Extended Return Receipt notification to select the correct 
9048                 account and to make a security test on the Delivery-Notification
9049                 address which should be the same as the Return-Path.
9050
9051 2002-08-06 [thorsten]   0.8.1claws18
9052
9053         * src/mimeview.c
9054                 attach_all: save unnamed as "noname.%d",
9055                 dont free static dirname
9056
9057 2002-08-05 [alfons]     0.8.1claws17
9058
9059         * configure.in
9060                 detect XIM by trying to link rather than compile a XIM program
9061
9062 2002-08-05 [oliver]     0.8.1claws16
9063                 
9064         * src/stock_pixmap.[ch]
9065                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9066                 o new func to retrieve pixmaps
9067
9068 2002-08-05 [paul]       0.8.1claws15
9069
9070         * sync with 0.8.1cvs10
9071                 see ChangeLog 2002-08-05
9072
9073 2002-08-04 [alfons]     0.8.1claws14
9074
9075         * src/textview.c
9076                 see if this plugs memleak
9077
9078 2002-08-04 [melvin]     0.8.1claws13
9079
9080         * src/gtkspell.c
9081                 fixed bug that could crash Sylpheed when highlighting
9082                 all misspelled words.
9083
9084 2002-08-03 [melvin]     0.8.1claws12
9085
9086         * src/prefs_actions.c
9087                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9088         * src/messageview.c
9089                 fixed bug where the Return Receipt was sent to
9090                 Delivery-Notification-To address even if it was not present
9091
9092 2002-08-02 [alfons]     0.8.1claws11
9093
9094         * src/prefs_actions.c
9095                 o more check for NULLs
9096                 o put create_io_dialog() in right conditional block
9097
9098 2002-08-02 [paul]       0.8.1claws10
9099
9100         * po/es.po
9101                 updated by Ricardo Mones Lastra
9102
9103 2002-08-01 [christoph]  0.8.1claws9
9104
9105         * src/folder.c
9106                 don't free the cache of the opened
9107                 folder in the summaryview
9108         * src/summaryview.c
9109                 don't unset flags, if it is not required
9110
9111 2002-08-01 [paul]       0.8.1claws8
9112
9113         * sync with 0.8.1cvs8
9114                 see ChangeLog entry 2002-08-01
9115
9116 2002-08-01 [paul]       0.8.1claws7
9117
9118         * sync with 0.8.1cvs7
9119                 see ChangeLog 2002-07-31 and 2002-08-01
9120
9121 2002-07-31 [christoph]  0.8.1claws6
9122
9123         * src/mainwindow.c
9124                 forgot to update menu sensitivity
9125                 function for new menu entry
9126
9127 2002-07-31 [alfons]     0.8.1claws5
9128
9129         * src/main.c
9130                 check folder item and its path for NULL on
9131                 initial processing
9132
9133 2002-07-31 [christoph]  0.8.1claws4
9134
9135         * src/folder.c
9136                 check if folder_item_get_msginfo in
9137                 folder_item_remove_msg returned NULL
9138         * src/imap.c
9139                 better clear the uid cache in the
9140                 uid validity check function and delete
9141                 cached messages
9142
9143 2002-07-31 [paul]       0.8.1claws3
9144
9145         * man/sylpheed.1
9146                 add the '--attach' option and a few other
9147                 minor changes
9148
9149 2002-07-31 [paul]       0.8.1claws2
9150
9151         * sync with 0.8.1cvs5
9152                 see ChangeLog 2002-07-31
9153
9154 2002-07-31 [christoph]  0.8.1claws1
9155
9156         * src/folderview.[ch]
9157         * src/mainwindow.c
9158                 replace "Rescan all folders..." with
9159                 "Check all folders for new messages..."
9160
9161 2002-07-30 [paul]       0.8.1claws
9162
9163         * version 0.8.1claws released
9164
9165 2002-07-30 [paul]       0.8.0claws29
9166
9167         * tools/OOo2sylpheed.pl ** NEW FILE **
9168           tools/README
9169                 add script to enable sending documents as
9170                 attachments from OpenOffice.org
9171
9172 2002-07-30 [melvin]     0.8.0claws28
9173
9174         * src/prefs_actions.c
9175                 Made the actions' input/output dialog display
9176                 without delay.
9177
9178 2002-07-30 [christoph]  0.8.0claws27
9179
9180         * src/procmsg.c
9181                 check if folder_item_get_msginfo in
9182                 procmsg_save_to_outbox returned NULL
9183
9184 2002-07-30 [paul]       0.8.0claws26
9185
9186         * sync with 0.8.1cvs4
9187                 see ChangeLog 2002-07-29
9188
9189 2002-07-29 [thorsten]   0.8.0claws25
9190
9191         * README.claws
9192                 added selective download, delete on server
9193
9194 2002-07-29 [paul]       0.8.0claws24
9195
9196         * sync with 0.8.1cvs3
9197                 see ChangeLog 2002-07-29
9198
9199 2002-07-27 [christoph]  0.8.0claws23
9200
9201         * src/folder.c
9202                 add extra check if fetching the msginfo
9203                 returned NULL
9204
9205 2002-07-27 [paul]       0.8.0claws22
9206
9207         * sync with 0.8.1cvs2
9208                 see ChangeLog 2002-07-26
9209
9210 2002-07-27 [christoph]  0.8.0claws21
9211
9212         * src/imap.c
9213                 add another check if a valid msginfo
9214                 was returned
9215
9216 2002-07-26 [hoa]        0.8.0claws20
9217
9218         * src/folder.c
9219                 Fixed a condition in folder_item_destroy()
9220
9221         * src/imap.c
9222                 Fixed an error in IMAP protocol
9223
9224 2002-07-26 [alfons]     0.8.0claws19
9225
9226         * src/folder.c
9227                 ofcourse compare with identifier, not the path
9228
9229 2002-07-26 [alfons]     0.8.0claws18
9230
9231         * src/folder.c
9232                 use folder item identifier for saving / restoring
9233                 preferences because folder->path might not be unique
9234
9235 2002-07-26 [melvin]     0.8.0claws17
9236
9237         * src/logwindow.c
9238                 Fixed a crash introduced in 0.8.0claws5 when log is 
9239                 cut under 80 characters.
9240
9241 2002-07-26 [paul]       0.8.0claws16
9242
9243         * sync with 0.8.1cvs1
9244                 see ChangeLog 2002-07-26
9245
9246 2002-07-26 [christoph]  0.8.0claws15
9247
9248         * src/imap.[ch]
9249                 imap folder now remembers the last selected
9250                 folder and imap_fetch_msginfo skips selecting
9251                 the folder if it is already selected
9252
9253 2002-07-26 [christoph]  0.8.0claws14
9254
9255         * src/folder.c
9256         * src/folderview.c
9257         * src/imap.c
9258                 fix imap folder rescanning
9259
9260 2002-07-25 [christoph]  0.8.0claws13
9261
9262         * src/filter.c
9263         * src/folder.[ch]
9264         * src/folderview.c
9265         * src/imap.[ch]
9266         * src/mainwindow.c
9267         * src/mbox_folder.c
9268         * src/mh.c
9269         * src/news.c
9270                 implement imap uid cache and uid validity check
9271
9272 2002-07-25 [alfons]     0.8.0claws12
9273
9274         * src/summaryview.c
9275                 fix a brown paper bag bug, and also add some more
9276                 checks
9277
9278 2002-07-25 [christoph]  0.8.0claws11
9279
9280         * src/folder.c
9281                 don't mix copy, fetch_msginfo and remove
9282                 operations in folder item copy and move
9283                 operations
9284
9285 2002-07-25 [christoph]  0.8.0claws10
9286
9287         * src/folderview.c
9288         * src/mainwindow.c
9289         * src/prefs_folder_item.c
9290         * src/summaryview.[ch]
9291                 remove no longer required parameter update_cache from
9292                 summary_show
9293
9294 2002-07-25 [paul]       0.8.0claws9
9295
9296         * sync with 0.8.1
9297         
9298         * AUTHORS
9299                 a few corrections
9300
9301 2002-07-24 [alfons]     0.8.0claws8
9302
9303         * src/summaryview.c
9304                 sort correctly when using simplified subject line
9305                 (closes feature request "[ 585141 ] applying regexp to subject 
9306                 before sort" submitted by Alexandra Walford)
9307
9308 2002-07-24 [paul]       0.8.0claws7
9309
9310         * sync with 0.8.0cvs3
9311                 see ChangeLog 2002-07-24
9312
9313 2002-07-23 [christoph]  0.8.0claws6
9314
9315         * src/folder.c
9316         * src/folder.h
9317         * src/summaryview.c
9318         * src/summaryview.h
9319         * src/main.c
9320                 o separate processing and summaryview
9321                 o removed summary_write_cache from summaryview
9322                 o removed summaryview->killed_messages, because we don't have
9323                   to keep a list of killed messages anymore. New cache will
9324                   keep the hidden messages in cache anyway
9325         * src/folderview.c
9326         * src/inc.c
9327         * src/selective_download.c
9328                 o removed unnecessary summary_write_cache calls
9329         * src/procmsg.c
9330                 o don't set ignore thread flag in procmsg_get_thread_tree
9331                   if it is already set
9332         * src/mainwindow.c
9333         * src/statusbar.h
9334                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9335                   they are used in different files
9336
9337 2002-07-23 [melvin]     0.8.0claws5
9338
9339         * src/addressbook.c
9340         * src/addrgather.c
9341         * src/editaddress.c
9342         * src/editgroup.c
9343         * src/editldap_basedn.c
9344         * src/importldif.c
9345         * src/prefs_common.c
9346                 Fixed few memory leak (gtk_editable_get_chars returns
9347                 an allocated string)
9348         * src/logwindow.c
9349                 Fixed few memory leak (gtk_editable_get_chars returns
9350                 an allocated string) and modified a little the log cutting
9351                 loop.
9352         * src/compose.c
9353                 Replaced a call to an obsolete function gtk_entry_get_text()
9354                 by gtk_editable_get_chars()
9355         * src/send.c
9356                 Removed a debug printf
9357
9358 2002-07-23 [christoph]  0.8.0claws4
9359
9360         * src/filesel.c
9361                 fix another g_dirname memory leak
9362
9363 2002-07-23 [christoph]  0.8.0claws3
9364
9365         * src/mh.c
9366                 fixed a memory leak in mh_fetch_msginfo
9367                 fixed crash when message header could not be
9368                 parsed
9369
9370 2002-07-23 [paul]       0.8.0claws2
9371
9372         * sync with 0.8.0cvs2
9373                 see ChangeLog 2002-07-23
9374
9375 2002-07-23 [paul]       0.8.0claws1
9376
9377         * sync with 0.8.0cvs1
9378                 see ChangeLog 2002-07-23
9379
9380 2002-07-23 [paul]       0.8.0claws
9381
9382         * release of 0.8.0claws
9383
9384 2002-07-23 [paul]       0.7.8claws99
9385
9386         * po/ru.po
9387                 new Russian translation, submitted by
9388                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9389
9390 2002-07-22 [jens]       0.7.8claws98
9391
9392         * po/de.po
9393                 Updated German translations.
9394
9395 2002-07-22 [paul]       0.7.8claws97
9396
9397         * po/es.po
9398           po/it.po
9399           po/nl.po
9400           po/pt_BR.po
9401                 updated translations by Ricardo Mones Lastra,
9402                 Alessandro Maestri, Wilbert Berendsen and 
9403                 Fabio Jr. Beneditto respectively
9404
9405 2002-07-22 [christoph]  0.7.8claws96
9406
9407         * src/mimeview.c
9408                 fix memory leak caused by wrong g_dirname usage
9409
9410 2002-07-22 [christoph]  0.7.8claws95
9411
9412         * src/summaryview.c
9413                 update new and unread message counts for summaryview
9414                 summaryview does not get it from the folder anymore
9415                 and has to update the values itself
9416
9417 2002-07-22 [melvin]     0.7.8claws94
9418
9419         * po/fr.po
9420                 Updated French translations.
9421
9422 2002-07-22 [christoph]  0.7.8claws93
9423
9424         * src/matcher.c
9425                 set prop->preg pointer to NULL or following check
9426                 will not fail and regexec will be called with
9427                 invalid pointer
9428
9429 2002-07-21 [alfons]     0.7.8claws92
9430         
9431         * src/prefs_common.[ch]
9432                 remove option "Send return receipt on request"
9433
9434 2002-07-21 [thorsten]   0.7.8claws91
9435
9436         * src/mimeview.c
9437                 fixed memleaks, coding style as pointed out by alfons
9438
9439 2002-07-21 [alfons]     0.7.8claws90
9440
9441         * src/messageview.c
9442         * src/noticeview.[ch]
9443                 o fix bug notice view being displayed when going to empty folder 
9444                   (noticed by Christoph)
9445                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9446                   (noticed by Thorsten)
9447
9448 2002-07-21 [thorsten]   0.7.8claws89
9449
9450         * src/mimeview.c
9451                 Included save_all patch from Xaview FACQ
9452                 added support for pathnames
9453
9454 2002-07-21 [alfons]     0.7.8claws88
9455
9456         * po/POTFILES.in
9457         * src/Makefile.am
9458         * src/mainwindow.c
9459         * src/messageview.[ch]
9460         * src/noticeview.c      ** NEW FILE **
9461         * src/noticeview.h      ** NEW FILE **
9462                 make return receipts work again
9463                 (UI idea by Leandro Pereira)
9464
9465 2002-07-21 [paul]       0.7.8claws87
9466
9467         * src/summaryview.c
9468                 fix sensitivity of 'Select thread'
9469
9470 2002-07-21 [paul]       0.7.8claws86
9471
9472         * src/prefs_common.c
9473                 add browser command line for Galeon
9474
9475 2002-07-21 [paul]       0.7.8claws85
9476
9477         * Makefile.am
9478                 fix 'EXTRA_DIST': remove README.README, add TODO
9479                 and TODO.claws
9480
9481 2002-07-21 [alfons]     0.7.8claws84
9482
9483         * src/gtkstext.c
9484                 make enter clear selection
9485                 (closes "[ 579888 ] Editor selection/entry error"
9486                 reported by Steve Lamb)
9487
9488 2002-07-21 [alfons]     0.7.8claws83
9489         
9490         * src/summaryview.c
9491                 sort message list when selecting unthread messages
9492                 (closes "[ 501593 ] switching threaded view doesn't sort"
9493                 reported by Simon Schubert)
9494
9495 2002-07-20 [alfons]     0.7.8claws82
9496         
9497         * src/matcher.c
9498                 const-correctness
9499
9500 2002-07-20 [thorsten]   0.7.8claws81
9501
9502         * src/matcher.c
9503                 Fixed expansion of empty fields in matchactions
9504
9505 2002-07-19 [melvin]     0.7.8claws80
9506
9507         * src/gtkspell.c
9508                 Removed a duplicate menu entry (fast mode) introduced during
9509                 the new cache merge
9510                 Added a menu separator between 'Use alternate' and 'Fast mode'
9511
9512 2002-07-19 [paul]       0.7.8claws79
9513
9514         * tools/Makefile.am
9515           tools/README
9516                 correct typos
9517
9518 2002-07-19 [thorsten]   0.7.8claws78
9519
9520         * tools/calypso_convert.pl      ** NEW FILE **
9521           tools/README
9522           tools/Makefile.am
9523                 script to import mbox files exported
9524                 by calypso
9525                 o generates folder structure
9526                 o includes attachments
9527
9528 2002-07-19 [melvin]     0.7.8claws77
9529
9530         * src/selective_download.[ch]
9531                 Fixed bug where closing the dialog with the window manager's
9532                 close button will not unlock the summary
9533                 Corrected some function declarations that missed a return value
9534                 Made the source code comply better with coding style.
9535         * src/prefs_common.c
9536                 Added new browser command line for Mozilla.
9537
9538 2002-07-18 [paul]       0.7.8claws76
9539
9540         * src/mainwindow.c
9541           src/selective_download.[ch]
9542                 reflect theme changes, fix Gdk Warning when creating 
9543                 pixmap from NULL window, and minor clean up.
9544                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9545
9546         * po/en_GB.po
9547                 updated
9548
9549 2002-07-17 [paul]       0.7.8claws75
9550
9551         * INSTALL[.jp]
9552                 sync with 0.8.0
9553         
9554         * po/en_GB.po
9555                 updated
9556
9557 2002-07-16 [paul]       0.7.8claws74
9558
9559         * tools/filter_conv.pl
9560           tools/README
9561                 replace conversion script with reimplemented version, 
9562                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9563
9564 2002-07-16 [colin]      0.7.8claws73
9565
9566         * src/summaryview.c
9567                 remove forgotten debug messages - sorry ;-)
9568
9569 2002-07-16 [colin]      0.7.8claws72
9570
9571         * src/mimeview.c
9572           src/summaryview.c
9573           src/textview.c
9574           src/textview.h
9575                 add the ability to select part of a text mime-part 
9576                 to reply.
9577
9578 2002-07-15 [christoph]  0.7.8claws71
9579
9580         * src/folder.c
9581                 fix folder message count for folders without
9582                 msg_is_changed (includes news folders)
9583
9584 2002-07-15 [martin]     0.7.8claws70
9585
9586         * src/summaryview.c
9587                 option "display recipient on 'From'..." now works
9588                 without the need of enabling the option
9589                 "display  sender  using  address  book".
9590
9591 2002-07-15 [christoph]  0.7.8claws69
9592
9593         * src/summaryview.c
9594                 removed setting folder status from summaryview.
9595                 folder.c should update all message counts correctly.
9596
9597 2002-07-15 [paul]       0.7.8claws68
9598
9599         * po/pt_BR.po
9600                 updated by Fabio Junior Beneditto
9601
9602 2002-07-15 [darko]      0.7.8claws67
9603
9604         * src/mh.c
9605                 Fixed target folder colorization, don't decrease op
9606                 number twice
9607
9608 2002-07-14 [paul]       0.7.8claws66
9609
9610         * sync with main 0.8.0
9611                 see ChangeLog 2002-07-14
9612
9613 2002-07-13 [melvin]     0.7.8claws65
9614         
9615         * src/addrbook.c
9616         * src/addressbook.c
9617         * src/addrindex.c
9618                 Replaced sprintf by g_snprintf to prevent possible buffer
9619                 overflow.
9620         * src/news.c
9621                 Corrected a log message output format.
9622                 Added a missing "done" debug output.
9623         * src/compose.c
9624                 Added keyboard accelerator for Priority menu items
9625                 Added missing \n in debug output
9626         * src/logwindow.c
9627         * src/gtkspell.c
9628         * src/rfc2015.c
9629                 Added missing \n in debug output
9630
9631 2002-07-13 [paul]       0.7.8claws64
9632
9633         * man/sylpheed.1
9634                 change Sergey's email address to the sf address
9635
9636         * src/textview.c
9637                 increase show_url_timeout (more useful for long
9638                 urls)
9639
9640 2002-07-12 [sergey]     0.7.8claws63
9641
9642         * src/rfc2015.c
9643                 applied (with some modifications) patch to set the
9644                 micalg parameter for signatures
9645                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9646
9647 2002-07-12 [sergey]     0.7.8claws62
9648
9649         * man/Makefile.am
9650         * configure.in
9651                 fixed man page installation
9652
9653 2002-07-12 [paul]       0.7.8claws61
9654
9655         * sync with 0.7.8cvs26
9656                 see ChangeLog 2002-07-11 and 2002-07-12
9657
9658 2002-07-11 [christoph]  0.7.8claws60
9659
9660         * src/compose.c
9661         * src/procmsg.c
9662                 first use the message number to find the message
9663                 to mark with a reply flag but check the
9664                 message-id if we got the correct message, if not
9665                 try to find it by message-id.
9666                 use new string seperator that is not allowed
9667                 in message-ids.
9668
9669 2002-07-11 [paul]       0.7.8claws59
9670
9671         * sync with 0.7.8cvs23
9672                 see ChangeLog 2002-07-10
9673
9674 2002-07-10 [christoph]  0.7.8claws58
9675
9676         * src/folder.[ch]
9677         * src/msgcache.[ch]
9678                 Added message-id table to the cache in memory
9679                 and functions to msgcache.c and folder.c to
9680                 fetch MsgInfos by message id
9681         * src/compose.c
9682         * src/procmsg.c
9683                 store folder and message-id of message replying
9684                 to in queue header and set reply flag after sending
9685                 (Closes bug #469498)
9686
9687 2002-07-10 [paul]       0.7.8claws57
9688
9689         * AUTHORS
9690           man/sylpheed.1.gz
9691                 add Martin to the list of authors
9692
9693 2002-07-09 [martin]     0.7.8claws56
9694         * src/gtksctree.c
9695                 Added gtk_ctree_last_visible(), tree_update_level(),
9696                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9697                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9698                 from gtk+ to gtksctree.c for the new sorting code
9699                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9700                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9701         * src/gtksctree.h
9702                 Added declaration for gtk_sctree_sort_recursive() and
9703                 gtk_sctree_sort_node
9704         * src/addressbook.c
9705         * src/foldersel.c
9706         * src/folderview.c
9707         * src/summaryview.c
9708                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9709                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9710
9711 2002-07-08 [paul]       0.7.8claws55
9712
9713         * more sync with 0.7.8cvs21
9714                 see ChangeLog 2002-07-08
9715
9716 2002-07-08 [paul]       0.7.8claws54
9717
9718         * sync with 0.7.8cvs21
9719                 see ChangeLog 2002-07-08
9720
9721 2002-07-07 [alfons]     0.7.8claws53
9722
9723         * src/Makefile.am
9724         * src/stock_pixmap.[ch]
9725         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9726         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9727         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9728                 add new pixmaps for upcoming notice pane
9729
9730 2002-07-06 [melvin]     0.7.8claws52
9731
9732         * src/gtkspell.[ch]
9733                 Made them a bit closer to Sylpheed's coding style.
9734                 Removed old code.
9735                 Removed possible memory leaks when some errors occurs.
9736
9737 2002-07-06 [melvin]     0.7.8claws51
9738
9739         * po/Makefile.in.in
9740                 Removed --no-location in xgettext command line to help
9741                 translators that use Emacs' po-mode
9742         * src/quote_fmt.c
9743                 Removed unnecessary comments that messed up sylpheed.pot
9744
9745 2002-07-06 [paul]       0.7.8claws50
9746
9747         * sync with 0.7.8cvs19
9748                 see ChangeLog 2002-07-05
9749
9750 2002-07-06 [christoph]  0.7.8claws49
9751
9752         * src/folder.c
9753         * src/mainwindow.c
9754                 fix folder_item_remove_all_msg and folderview
9755                 status for trash folders after emptying trash
9756
9757 2002-07-05 [paul]       0.7.8claws48
9758
9759         * sync with 0.7.8cvs16
9760                 see ChangeLog 2002-07-04 and 2002-07-05
9761
9762 2002-07-04 [paul]       0.7.8claws47
9763
9764         * sync with 0.7.8cvs14
9765                 see  ChangeLog 2002-07-04
9766
9767 2002-07-03 [alfons]     0.7.8claws46
9768
9769         * src/folder.c
9770                 dupe folder item's path because it's being reallocated
9771                 by new folder scanning code
9772
9773 2002-07-03 [christoph]  0.7.8claws45
9774
9775         * src/imap.c
9776                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9777         * src/msgcache.c
9778                 add missing return in msgcache_write
9779
9780 2002-07-02 [thorsten]   0.7.8claws44
9781
9782         * src/jpilot.c
9783         * src/msgcache.c
9784         * src/rfc2015.c
9785                 use binary mode for file access
9786
9787 2002-07-02 [christoph]  0.7.8claws43
9788
9789         * major code cleanup (part 1)
9790         
9791                 - unused variables removed
9792                 - unused functions removed
9793                 - uninitialized variables checked
9794                 - missing return statements added
9795                 - missing function return types added
9796                 - added parentheses around assignment and
9797                   && in || when suggested by gcc
9798               
9799         * src/mh.c
9800         * src/folder.c
9801                 replaced direct calls to folder->scan_tree
9802                 with folder_scan_tree and restore folder
9803                 prefs in this function. The folder should
9804                 not have to deal with them.
9805                 ( Should now work for all folder types )
9806
9807 2002-07-02 [paul]       0.7.8claws42
9808
9809         * sync with 0.7.8cvs13
9810                 see ChangeLog 2002-07-01 and 2002-07-02
9811
9812 2002-07-01 [christoph]  0.7.8claws41
9813
9814         * src/summaryview.c
9815                 fix "goto next/prev unread message" with
9816                 ignored threads
9817
9818 2002-07-01 [paul]       0.7.8claws40
9819
9820         * po/es.po
9821                 updated by Ricardo Mones Lastra
9822
9823 2002-06-30 [match]      0.7.8claws39
9824
9825         * src/jpilot.c
9826                 applied variation of leonerd's patch (566661) to
9827                 allow multiple email addresses per JPilot entry.
9828                 addresses may be separated by space, comma, pipe,
9829                 semi-colon, new-line.
9830
9831 2002-06-30 [alfons]     0.7.8claws38
9832
9833         * src/procmsg.c
9834                 simple fix for putting older nodes before
9835                 newer nodes when threading by subject
9836
9837 2002-06-30 [christoph]  0.7.8claws37
9838
9839         * src/folder.c
9840         * src/folderview.c
9841         * src/mh.c
9842         * src/news.c
9843         * src/procmsg.c
9844                 fix broken folder tree rescaning
9845                 and don't use procmsg_get_mark_sum
9846                 anymore
9847
9848 2002-06-30 [christoph]  0.7.8claws36
9849
9850         * merge new cache branch
9851         * src/imap.c
9852                 fix new cache imap copy bug
9853         * src/folder.c
9854                 improved folder_item_scan
9855                 it should now always set the correct
9856                 new, unread and total message counts
9857
9858 2002-06-29 [paul]       0.7.8claws35
9859
9860         * configure.in
9861                 correct syntax error
9862
9863 2002-06-29 [paul]       0.7.8claws34
9864
9865         * configure.in
9866           Makefile.am
9867           man/Makefile.am       ** NEW FILE **
9868           man/sylpheed.1.gz     ** NEW FILE **
9869                 add Sylpheed man page
9870
9871 2002-06-29 [paul]       0.7.8claws33
9872
9873         * po/pt_BR.po
9874                 updated by Fabio Junior Beneditto
9875
9876 2002-06-28 [jens]       0.7.8claws32
9877
9878         * po/de.po
9879                 translation updated
9880
9881         * src/selective_download.c
9882                 removed gettext for space " "
9883
9884         * src/imap.c
9885                 removed wrong space
9886
9887 2002-06-28 [paul]       0.7.8claws31
9888
9889         * sync with 0.7.8cvs11
9890                 see ChangeLog 2002-06-28
9891
9892 2002-06-28 [paul]       0.7.8claws30
9893
9894         * sync with 0.7.8cvs10
9895                 see ChangeLog 2002-06-27 and 2002-06-28
9896
9897 2002-06-26 [paul]       0.7.8claws29
9898
9899         * src/addrgather.c
9900           src/selective_download.c
9901                 don't gettextise empty strings.
9902                 reserved by gettext. gettext("") returns 
9903                 the header entry with meta information, 
9904                 not the empty string
9905
9906         * po/en_GB.po
9907                 updated
9908
9909 2002-06-26 [paul]       0.7.8claws28
9910
9911         * sync with 0.7.8cvs7
9912                 see ChangeLog 2002-06-25
9913
9914         * src/prefs_common.c
9915                 ...and in the process, tweak the gui a little
9916
9917 2002-06-25 [alfons]     0.7.8claws27
9918         
9919         * configure.in
9920         * src/Makefile.am
9921                 fine tune ldap library detection
9922
9923 2002-06-25 [alfons]     0.7.8claws26
9924
9925         * src/compose.c
9926                 don't allow return receipts when composing a news article
9927
9928 2002-06-25 [paul]       0.7.8claws25
9929
9930         * Makefile.am
9931                 add '$(AMTAR)' to 'release' section to allow for
9932                 new and older autotools
9933
9934 2002-06-25 [paul]       0.7.8claws24
9935
9936         * src/summaryview.c
9937                 fix "No more unread messages" persistant pop-up
9938                 window bug
9939
9940 2002-06-25 [paul]       0.7.8claws23
9941
9942         * po/it.po
9943                 updated by Alessandro Maestri
9944
9945 2002-06-25 [paul]       0.7.8claws22
9946
9947         * sync with 0.7.8cvs6
9948                 see ChangeLog 2002-06-25
9949
9950 2002-06-24 [paul]       0.7.8claws21
9951
9952         * tools/update-po
9953                 add GPL copyright information
9954
9955 2002-06-24 [paul]       0.7.8claws20
9956
9957         * tools/Makefile.am
9958           tools/README
9959           tools/update-po       ** NEW FILE **
9960                 add script that eases the creation of *.po files
9961                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9962
9963 2002-06-23 [alfons]     0.7.8claws19
9964
9965         * src/messageview.c
9966                 make notification_convert_header obey const correctness
9967                 (next step will be fixing the broken return receipt)
9968
9969 2002-06-23 [paul]       0.7.8claws18
9970
9971         * src/messageview.c
9972                 fix bug introduced in last commit:
9973                 removed too much code in last commit - put back what's
9974                 needed
9975
9976 2002-06-23 [paul]       0.7.8claws17
9977
9978         * src/messageview.[ch]
9979                 remove code committed in error from locally patched
9980                 source
9981
9982 2002-06-23 [colin]      0.7.8claws16
9983
9984         * src/compose.[ch]
9985                 add compose_entry_select(), used to select the default_to
9986                 email address - hopefully avoiding people sending mails to
9987                 wrong recipients.
9988
9989 2002-06-22 [alfons]     0.7.8claws15
9990
9991         * AUTHORS
9992                 add Bram Metsch & Stanislav Karchebny
9993         * src/smtp.[ch]
9994         * src/prefs_account.[ch]
9995         * src/send.c
9996                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9997                   options.  (see <http://sourceforge.net/tracker/index.php
9998                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9999
10000                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10001                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10002
10003 2002-06-22 [paul]       0.7.8claws14
10004
10005         * sync with 0.7.8cvs5
10006                 see ChangeLog 2002-06-19 and 2002-06-20
10007
10008 2002-06-22 [alfons]     0.7.8claws13
10009
10010         * src/selective_download.c
10011                 fix a stupid mistake I made
10012
10013 2002-06-22 [alfons]     0.7.8claws12
10014
10015         * src/selective_download.[ch]
10016                 fix another unnoticed leak; cleanup code
10017
10018 2002-06-21 [alfons]
10019
10020         * tools/Makefile.am
10021                 gpg-sign <-- gpg-sign-syl
10022
10023 2002-06-21 [alfons]     0.7.8claws11
10024
10025         * src/selective_download.c
10026         * src/selective_download.h
10027                 fix assorted mix of allocation errors (should solve
10028                 problem reported by Philippe Gramoullé, see:
10029                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10030
10031 2002-06-20 [melvin]     0.7.8claws10
10032
10033         * tools/gpg-sign *REMOVED*
10034           tools/gpg-sign-syl *ADDED*
10035                 Replaced the gpg clearsigning script with the version using
10036                 xterm instead of ssh-askpass and changed its name.
10037
10038         * README.claws
10039                 Updated actions example to reflect the renaming of the
10040                 gpg clearsigning script.
10041
10042 2002-06-19 [paul]       0.7.8claws9
10043
10044         * sync with 0.7.8claws9
10045                 see ChangeLog 2002-06-18 and 2002-06-19
10046
10047 2002-06-19 [paul]       0.7.8claws8
10048
10049         * sync with 0.7.8cvs1
10050                 see ChangeLog 2002-06-18
10051
10052 2002-06-18 [alfons]     0.7.8claws7
10053
10054         * src/mainwindow.h
10055                 add omitted prototype
10056
10057 2002-06-17 [paul]       0.7.8claws6
10058
10059         * src/mainwindow.c
10060                 fix hiding of exec_btn
10061
10062 2002-06-17 [paul]       0.7.8claws5
10063
10064         * src/pop.c
10065                 remove unneeded code: should_delete() 
10066                 and Pop3State::uidl_todelete_list
10067
10068 2002-06-17 [paul]       0.7.8claws4
10069
10070         * sync with 0.7.8
10071                 see ChangeLog 2002-06-11 and 2002-06-13
10072
10073 2002-06-16 [alfons]     0.7.8claws3
10074         
10075         * src/folder.c
10076                 make sure lock sort mode (claws specific) is
10077                 also persists after a tree rescan
10078
10079 2002-06-16 [alfons]     0.7.8claws2
10080
10081         * src/prefs_folder_item.c
10082         * src/folder.[ch]
10083                 fix persistence of folder sort mode (broken
10084                 by adapting Hiro's new folder persistence code)
10085
10086 2002-06-16 [alfons]     0.7.8claws1
10087
10088         * AUTHORS
10089         * src/logwindow.c
10090         * src/prefscommon.[ch]
10091                 control size of log text in log window; 
10092                 closes patch #569155 submitted by Mitko Haralanov.
10093
10094 2002-06-15 [paul]       0.7.8claws
10095
10096         * release of 0.7.8claws
10097
10098 2002-06-15 [paul]       0.7.7claws
10099
10100         * po/pt_BR.po
10101                 updated by Fabio Junior Beneditto
10102
10103 2002-06-14 [paul]       0.7.6claws49
10104
10105         * po/es.po
10106                 updated by Ricardo Mones Lastra
10107
10108 2002-06-14 [paul]       0.7.6claws48
10109
10110         * po/nl.po
10111                 updated translation by Wilbert Berendsen
10112
10113 2002-06-14 [melvin]     0.7.6claws47
10114
10115         * po/fr.po
10116                 Updated French translation
10117
10118 2002-06-13 [paul]       0.7.6claws46
10119
10120         * src/filesel.c
10121                 allow filename to be typed in, rather than just
10122                 selected by the mouse. Patch by Gustavo Noronha Silva.
10123
10124 2002-06-13 [alfons]     0.7.6claws45
10125
10126         * src/mainwindow.[ch]
10127                 more cleanups (removing unnecessary menu items Expand 
10128                 summary / message view)
10129
10130 2002-06-13 [melvin]     0.7.6claws44
10131
10132         * po/POTFILES.in
10133                 Added src/string_match.c
10134         * src/string_match.c
10135                 Fixed possible buffer overflow.
10136                 Corrected typo.
10137                 Added missing config.h header.
10138         * src/prefs_common.c
10139           src/prefs_matcher.c
10140           src/prefs_scoring.c
10141                 Made some strings translatable (missing _(..)).
10142
10143 2002-06-13 [melvin]     0.7.6claws43
10144
10145         * README.claws
10146                 Corrected action example (verifying clearsigned mail).
10147         * src/prefs_account.c
10148                 Corrected typo.
10149         * src/prefs_common.c
10150                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10151
10152 2002-06-12 [alfons]     0.7.6claws42
10153
10154         * src/summaryview.c
10155                 add init of score column lost in 0.7.6claws42
10156
10157 2002-06-12 [paul]       0.7.6claws41
10158
10159         * src/prefs_account.c
10160                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10161                 behavior of the radio buttons, (from 0.7.7cvs2)
10162
10163 2002-06-11 [alfons]     0.7.6claws40
10164
10165         * src/messageview.[ch]
10166         * src/summaryview.[ch]
10167         * src/summary_search.c
10168         * src/mainwindow.c
10169                 perform a sync to bring in Hiro's separate view implementation 
10170
10171                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10172
10173 2002-06-11 [paul]       0.7.6claws39
10174         
10175         * src/prefs_account.c
10176                 correct a typo on the Receive tab
10177
10178 2002-06-10 [match]      0.7.6claws38
10179
10180         * src/addressbook.c
10181                 Included address completion patch from Gustavo Noronha.
10182
10183 2002-06-10 [paul]       0.7.6claws37
10184
10185         * src/inc.[ch]
10186           src/pop.c
10187           src/prefs_account.[ch]
10188           src/selective_download.[ch]
10189                 apply PATCH #561712
10190                  NEW:
10191                 - check if POP Account
10192                 - Receive Button renamed to Preview
10193                 - Preview Button Popup: preview new/all messages
10194                 - Download Button
10195                 - Account Preferences-->Receive tab checkbutton if you
10196                   want to remove Mail after Download
10197                 -: default YES
10198                 - Account Preferences-->Receive tab checkbutton use
10199                   filtering rules on preview
10200                   (think of delete_on_server)
10201                 -: default YES
10202                 - Account selectable from SD dialog
10203                 - checkbutton to show already downloaded messages if
10204                   all messages are previewed
10205                 - new clist column showing Date
10206                 - ESC KEY close
10207                 FIXES:
10208                 - play ball with UIDL
10209                 - fault tolerant (?) 
10210                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10211
10212 2002-06-10 [melvin]     0.7.6claws36
10213
10214         * README.claws
10215                 Added a hint to ac/README in cvs instructions.
10216
10217         * src/prefs_actions.c
10218                 Made it possible to use a more elaborate command line
10219                 for asynchronous actions, too.
10220
10221 2002-06-10 [melvin]     0.7.6claws35
10222         
10223         * src/prefs_actions.c
10224                 Make it possible to use a more elaborate command line
10225                 (e.g. |foo|bar|cat>there;echo Done|)
10226                 Corrected error message when calling %f, %F and %p commands
10227                 from the compose window.
10228
10229 2002-06-09 [colin]      0.7.6claws34
10230
10231         * src/summaryview.c
10232                 Automatically find unread messages in current folder
10233                 before annoying the user.
10234
10235 2002-06-08 [alfons]     0.7.6claws33
10236
10237         * po/it.po
10238                 remove bad formatting string in it.po translation
10239                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10240
10241 2002-06-08 [paul]       0.7.6claws32
10242
10243         * sync with 0.7.6cvs25
10244                 see ChangeLog 2002-06-07
10245
10246 2002-06-05 [paul]       0.7.6claws31
10247
10248         * src/mainwindow.c
10249                 add 'Sort by locked' and 'Sort by score'
10250
10251 2002-06-05 [paul]       0.7.6claws30
10252
10253         * sync with 0.7.6cvs24
10254                 see ChangeLog 2002-06-04
10255
10256 2002-06-04 [paul]       0.7.6claws29
10257
10258         * po/pt_BR.po
10259                 updated by Fabio Junior Beneditto
10260
10261 2002-06-03 [thorsten]   0.7.6claws28
10262
10263         * src/matcher.c
10264                 fclose() matcherrc after reading
10265
10266 2002-06-03 [paul]       0.7.6claws27
10267
10268         * sync with 0.7.6cvs21
10269                 see ChangeLog 2002-05-31
10270
10271 2002-05-31 [paul]       0.7.6claws26
10272
10273         * sync with 0.7.6cvs20
10274                 see ChangeLog 2002-05-29 and 2002-05-30
10275
10276 2002-05-31 [paul]       0.7.6claws25
10277
10278         * src/imap.c
10279                 hopefully fix last buggy sync
10280
10281         * README.claws
10282                 correct typo in 'Actions' examples
10283
10284 2002-05-29 [paul]       0.7.6claws24
10285
10286         * sync with 0.7.6cvs18
10287                 see ChangeLog 2002-05-28 and 2002-05-29
10288
10289         * src/news.c
10290           src/nntp.[ch]
10291                 sync with above 
10292
10293 2002-05-28 [paul]       0.7.6claws23
10294
10295         * sync with 0.7.6cvs16
10296                 see ChangeLog 2002-05-28
10297
10298 2002-05-27 [thorsten]   0.7.6claws22 
10299
10300         * faq/it/sylpheed-faq-1.html
10301           faq/it/sylpheed-faq-2.html
10302           faq/it/sylpheed-faq-3.html
10303           faq/it/sylpheed-faq.html
10304                 corrected DOS lineendings
10305         * faq/de/sylpheed-faq-1.html
10306           faq/de/sylpheed-faq-2.html
10307           faq/en/sylpheed-faq-1.html
10308           faq/en/sylpheed-faq-2.html
10309           faq/en/sylpheed-faq-3.html
10310           faq/es/sylpheed-faq-1.html
10311           faq/es/sylpheed-faq-2.html
10312           faq/es/sylpheed-faq-3.html
10313           faq/fr/sylpheed-faq-1.html
10314           faq/it/sylpheed-faq-1.html
10315           faq/it/sylpheed-faq-2.html
10316           faq/it/sylpheed-faq-3.html
10317           faq/it/sylpheed-faq.html
10318                 changed ">" to &quot;
10319
10320 2002-05-27 [paul]       0.7.6claws21
10321         
10322         * sync with 0.7.6cvs15
10323                 see ChangeLog 2002-05-27
10324
10325 2002-05-27 [paul]       0.7.6claws20
10326
10327         * src/prefs_account.c
10328                 correct a typo
10329
10330 2002-05-26 [paul]       0.7.6claws19
10331
10332         * tools/README
10333                 correct a typo
10334
10335 2002-05-25 [paul]       0.7.6claws18
10336
10337         * tools/README
10338                 add description of kmail2sylpheed.pl
10339
10340 2002-05-25 [paul]       0.7.6claws17
10341
10342         * tools/kmail2sylpheed.pl       ** NEW FILE **
10343                 perl script that converts an exported Kmail address
10344                 book, converts it to sylpheed addressbook file,
10345                 writes the file to .sylpheed, and updates
10346                 addrbook--index.xml 
10347
10348 2002-05-25 [paul]       0.7.6claws16
10349
10350         * sync with 0.7.6cvs14
10351                 see ChangeLog 2002-05-23
10352
10353 2002-05-24 [paul]       0.7.6claws15
10354
10355         * README.claws
10356                 make a correction and add some more info
10357
10358 2002-05-24 [paul]       0.7.6claws14
10359
10360         * src/compose.c
10361                 fix memory leak in 
10362                 compose_redirect_write_headers_from_headerlist()
10363                 add Subject and Resent-Message-ID to
10364                 compose_redirect_write_headers()
10365                 Received, Subject, and X-UIDL are filtered out in 
10366                 compose_redirect_write_to_file()
10367
10368 2002-05-23 [paul]       0.7.6claws13
10369
10370         * src/compose.[ch]
10371           src/filtering.c
10372           src/mainwindow.c
10373           src/matcher.[ch]
10374           src/matcher_parser_lex.l
10375           src/matcher_parser_parse.y
10376           src/prefs_common.[ch]
10377           src/prefs_filtering.c
10378           src/summaryview.c
10379                 rename 'Bounce' to 'Redirect'
10380
10381 2002-05-23 [paul]       0.7.6claws12
10382
10383         * more sync with 0.7.6cvs13
10384           src/compose.c
10385                 see ChangeLog 2002-05-22
10386
10387 2002-05-22 [paul]       0.7.6claws11
10388
10389         * sync with 0.7.6cvs13
10390           src/codeconv.c
10391                 see ChangeLog 2002-05-20
10392           src/prefs_common.c
10393                 see ChangeLog 2002-05-22
10394
10395 2002-05-21 [melvin]     0.7.6claws10
10396
10397         * src/folderview.c
10398                 Added missing filtering and scoring headers
10399                 Fixed bad function call that showed garbage 
10400                 in Folder->Processing
10401
10402 2002-05-21 [paul]       0.7.6claws9
10403
10404         * tools/Makefile.am
10405                 make all tools executable, (patch by Alfons).
10406
10407 2002-05-20 [alfons]     0.7.6claws8
10408
10409         * src/procheader.c
10410                 don't forget to call mktime() so we have a valid week 
10411                 and year day
10412                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10413
10414 2002-05-20 [paul]       0.7.6claws7
10415
10416         * src/html.c
10417                 fix broken parsing of urls
10418         * src/textview.c
10419                 fix displaying of urls
10420
10421                 both fixes from the patch [547855] by Eugene 
10422                 Brevdo (zonem)
10423
10424 2002-05-19 [alfons]     0.7.6claws6
10425
10426         * configure.in
10427                 make sylpheed configure correctly with the latest
10428                 and greatest of automake / autoconf / gettext
10429
10430 2002-05-19 [alfons]     0.7.6claws5
10431
10432         * src/procheader.c
10433         * src/procheader.h
10434                 add function for returning ime zone offset
10435         * src/quote_fmt.c
10436         * src/quote_fmt_parse.y
10437                 better quotation formatting - does not convert
10438                 to local time, but uses the original date string.
10439                 
10440                 Note: %z inserts the timezone offset (should 
10441                 work also on platforms where strftime does not
10442                 support %z).
10443
10444 2002-05-18 [christoph]  0.7.6claws4
10445
10446         * src/summaryview.c
10447                 fix indentation of some code
10448         * tools/Makefile.am
10449                 fix spaces after \
10450         * src/Makefile.am
10451                 add missing \
10452                 correct path for ignorethread.xpm
10453                 incorrect filename for sylpheed_logo.xpm
10454                 add missing include matcher_parser_parse.h
10455
10456 2002-05-18 [paul]       0.7.6claws3
10457
10458         * sync with 0.7.6cvs8
10459                 see ChangeLog 2002-05-16 and 2002-05-17
10460
10461 2002-05-18 [melvin]     0.7.6claws2
10462
10463         * README.claws
10464                 Corrected an action's definition and fixed some misspellings.
10465
10466 2002-05-18 [paul]       0.7.6claws1
10467
10468         * tools/Makefile.am
10469           tools/gpg-sign        ** new file **
10470           tools/uudec           ** new file **
10471                 add Melvin's Actions scripts
10472
10473         * README.claws
10474                 add Melvin's descriptions for Actions
10475
10476 2002-05-18 [paul]       0.7.6claws
10477
10478         * Version 0.7.6claws released
10479
10480 2002-05-17 [paul]       0.7.5claws32
10481
10482         * po/es.po
10483                 updated by Ricardo Mones Lastra
10484
10485 2002-05-17 [paul]       0.7.5claws31
10486
10487         * src/compose.c
10488                 fix Account prefs default folder for sent/draft/deleted
10489                 messages bug
10490
10491         * po/it.po
10492           po/nl.po
10493                 updated translation by Alessandro Maestri and
10494                 Wilbert Berendsen
10495
10496 2002-05-17 [melvin]     0.7.5claws30
10497
10498         * src/prefs_actions.c
10499                 Fixed bug where using %F not at the end of the command 
10500                 resulted in an additional empty argument being created.
10501                 Thanks to Darko Koruga for reporting the bug.
10502
10503 2002-05-17 [melvin]     0.7.5claws29
10504
10505         * po/fr.po
10506                 Updated French translations.
10507
10508 2002-05-15 [paul]       0.7.5claws28
10509         
10510         * po/es.po
10511                 updated by Ricardo Mones Lastra
10512
10513 2002-05-15 [paul]       0.7.5claws27
10514
10515         * sync with 0.7.6cvs4
10516                 see ChangeLog 2002-05-14 and 2002-05-15
10517
10518 2002-05-14 [paul]       0.7.5claws26
10519
10520         * sync with 0.7.6cvs1
10521                 see ChangeLog 2002-05-13
10522
10523 2002-05-13 [thorsten]   0.7.5claws25
10524
10525         * src/messageview.c
10526                 fix select_all and copy in multipart messages
10527         * src/mainwindow.c
10528                 fix select_all and copy in multipart messages
10529
10530 2002-05-12 [paul]       0.7.5claws24
10531
10532         * src/summaryview.c
10533                 reverse last commit, bug already fixed in 0.7.5claws3
10534
10535 2002-05-12 [netztorte]  0.7.5claws23
10536
10537         * src/summaryview.c
10538                 dont parse empty addressbook (checked in before claws20)
10539
10540 2002-05-12 [melvin]     0.7.5claws22
10541
10542         * src/procmsg.[ch]
10543                 Removed unneeded priority code introduced by the previous 
10544                 commit.
10545
10546 2002-05-12 [melvin]     0.7.5claws21
10547
10548         * src/compose.[ch]
10549                 Added possibility to set message's priority.
10550         * src/procmsg.[ch]
10551                 Added possibility to set message's priority.
10552                 Added missing headers
10553
10554 2002-05-12 [melvin]     0.7.5claws20
10555
10556         * src/prefs_actions.c
10557                 Removed implicitely added quotes around the name
10558                 of the temporary files of mime parts.
10559
10560 2002-05-12 [paul]       0.7.5claws19
10561
10562         * sync with 0.7.5cvs20
10563                 see ChangeLog 2002-05-11
10564
10565 2002-05-12 [alfons]     0.7.5claws18
10566
10567         * src/quote_fmt_lex.l
10568         * src/quote_fmt_parse.y
10569                 allow quote / reply date & time format to be set using
10570                 %D{format}. format is a format string you'd pass to
10571                 strftime() (see man strftime, or the Display tab |
10572                 Date format setting).
10573
10574                 Currently %D converts the date to local time. 
10575
10576 2002-05-11 [paul]       0.7.5claws17
10577
10578         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10579                 see ChangeLog 2002-05-10 and 2002-05-11
10580
10581 2002-05-10 [paul]       0.7.5claws16
10582
10583         * sync with 0.7.5cvs16
10584                 see ChangeLog entries 2002-05-09 and 
10585                 2002-05-10
10586
10587 2002-05-10 [colin]      0.7.5claws15
10588
10589         * src/textview.c
10590                 Corrected a bug that prevented sylpheed to open
10591                 double-clicked URIs.
10592
10593 2002-05-09 [paul]       0.7.5claws14
10594
10595         * sync with 0.7.5cvs14
10596                 see ChangeLog 2002-05-08 and 2002-05-09
10597
10598 2002-05-08 [paul]       0.7.5claws13
10599
10600         * sync with 0.7.5cvs11
10601                 see ChangeLog entry 2002-05-08
10602
10603 2002-05-08 [paul]       0.7.5claws12
10604
10605         * src/mainwindow.c
10606           src/textview.[ch]
10607                 fix segfault on View->Open in new window
10608                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10609
10610 2002-05-07 [paul]       0.7.5claws11
10611
10612         * sync with 0.7.5cvs9
10613                 see ChangeLog entry 2002-05-07
10614
10615 2002-05-06 [paul]       0.7.5claws10
10616
10617         * src/messageview.c
10618           src/textview.c
10619                 display url in statusbar on single-click
10620                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10621
10622 2002-05-06 [match]      0.7.5claws9
10623
10624         * src/addritem.[ch]
10625                 new functions.
10626         * src/addrcache.c
10627                 tidy up.
10628         * src/xmlprops.[ch]
10629                 XML implementation of properties file.
10630         * src/exporthtml.[ch]
10631         * src/expthtmldlg.[ch]
10632         * src/addressbook.c
10633                 export to HTML.
10634
10635 2002-05-02 [sergey]     0.7.5claws8
10636
10637         * src/mainwindow.c (mainwin_entries),
10638           src/prefs_common.c (prefs_send_create()),
10639           src/codeconv.c (locale_table):
10640                 use charset name "Windows-1251" instead of "CP1251".
10641
10642 2002-05-02 [colin]      0.7.5claws7
10643         
10644         * src/compose.c
10645           src/prefs_common.c
10646           src/prefs_folder_item.c
10647                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10648
10649 2002-05-02 [hiro]       0.7.5claws6
10650
10651         * src/imap.c
10652                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10653
10654 2002-05-02 [paul]       0.7.5claws5
10655
10656         * src/compose.c
10657                 more sync with 0.7.5cvs7, see ChangeLog entry
10658                 2002-05-02
10659
10660 2002-05-02 [hiro]       0.7.5claws4
10661
10662         * src/compose.c
10663                 compose_queue_sub():
10664                 check if queue folder exists (closes #550397).
10665                 removed directory creation since it should be handled
10666                 transparently.
10667         * src/imap.c
10668                 imap_add_msg(): return UID for appended message
10669                 (closes #548842).
10670
10671 2002-04-30 [paul]       0.7.5claws3
10672
10673         * src/summaryview.c
10674                 fix account_find_from_address() bug
10675
10676 2002-04-28 [colin]      0.7.5claws2
10677
10678         * src/compose.c
10679           src/textview.c
10680           src/prefs_common.[ch]
10681           src/utils.[ch]
10682                 Added user-definable quotation characters recognition.
10683
10684 2002-04-28 [paul]       0.7.5claws1
10685
10686         * sync with 0.7.5cvs4
10687                 see ChangeLog entry  2002-04-25
10688
10689 2002-04-28 [paul]       0.7.5claws
10690
10691         * po/es.po
10692           po/nl.po
10693           po/pt_BR.po
10694                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10695                 Fabio Junior Beneditto
10696
10697 2002-04-27 [jens]       0.7.4claws103
10698
10699         * po/de.po
10700                 updated German translation.
10701
10702 2002-04-27 [hiro]       0.7.4claws102
10703
10704         * src/summaryview.c
10705                 summary_write_cache(): fixed the mark loss of hidden messages.
10706
10707 2002-04-26 [melvin]     0.7.4claws101
10708
10709         * src/procmsg.c
10710                 fixed a second typo (same one)
10711         * po/fr.po
10712           po/it.po
10713           po/pt_BR.po
10714                 fixed the type again...
10715
10716 2002-04-26 [melvin]     0.7.4claws100
10717
10718         * src/procmsg.c
10719                 fixed a typo in an alert message ("temorary").
10720         * po/it.po
10721         * po/pt_BR.po
10722                 corrected the typo  described above.
10723         * po/fr.po
10724                 updated French translation.
10725
10726 2002-04-26 [darko]      0.7.4claws99
10727
10728         * src/summaryview.c
10729                 fix target folder colorization
10730
10731 2002-04-25 [paul]       0.7.4claws98
10732
10733         * po/it.po
10734                 updated by Alessandro Maestri
10735
10736 2002-04-24 [colin]      0.7.4claws97
10737         
10738         * src/compose.c
10739                 Fixed double "subject is empty" question.
10740
10741 2002-04-23 [colin]      0.7.4claws96
10742         
10743         * src/mimeview.c
10744                 Corrected issue when "automatically display images" was
10745                 not set : first image remained after selecting second.
10746
10747 2002-04-23 [melvin]     0.7.4claws95
10748
10749         * src/prefs_actions.c
10750                 Don't display in/out dialog if there is nothing to show.
10751
10752 2002-04-23 [paul]       0.7.4claws94
10753
10754         * sync with 0.7.5cvs3
10755                 bug fixes: see ChangeLog entry 2002-04-23
10756
10757 2002-04-22 [darko]      0.7.4claws93
10758
10759         * src/compose.c
10760                 fix previous check-in which changed code after
10761                 merge from main
10762
10763 2002-04-22 [paul]       0.7.4claws92
10764
10765         * faq/de/*
10766                 add German FAQ
10767         * faq/en/*
10768           faq/es/*
10769           faq/fr/*
10770                 update English, Spanish and French FAQs
10771         * manual/de/*
10772           manual/es/*
10773                 add German and Spanish manuals
10774         * manual/en/*
10775           manual/fr/*
10776                 update English and French manuals
10777
10778         * src/Makefile.am
10779                 add to and re-arrange the pixmap entries
10780
10781 2002-04-22 [darko]      0.7.4claws91
10782
10783         * src/compose.c
10784                 fix sender initials recognition to only allow
10785                 '>' after the initials
10786
10787 2002-04-21 [paul]       0.7.4claws90
10788
10789         * sync with 0.7.5 release
10790                 see ChangeLog entry 2002-04-21
10791
10792 2002-04-21 [alfons]
10793
10794         * src/Makefile.am
10795                 add colin's new pixmaps to EXTRA_DIST
10796
10797 2002-04-21 [colin]      0.7.4claws89
10798         * src/compose.c
10799         * src/inc.c
10800         * src/mainwindow.[ch]
10801         * src/prefs_common.[ch]
10802         * src/stock_pixmap.[ch]
10803                 Added "Work offline" ability.
10804
10805 2002-04-21 [colin]      0.7.4claws88
10806         
10807         * src/mimeview.c
10808         * src/prefs_common.c
10809         * src/prefs_common.h
10810         * src/textview.c : Added an option to common preferences -> display
10811           to allow user not to automatically display images.
10812
10813 2002-04-21 [paul]       0.7.4claws87
10814
10815         * sync with 0.7.4cvs52
10816                 see ChangeLog entry 2002-04-21 (src/imap.c)
10817
10818 2002-04-21 [paul]       0.7.4claws86
10819
10820         * sync with 0.7.4cvs51
10821                 see ChangeLog entry 2002-04-21
10822
10823 2002-04-21 [paul]       0.7.4claws85
10824
10825         * sync with 0.7.4cvs49
10826                 see ChangeLog entries 2002-04-20 and 2002-04-21
10827
10828         * src/Makefile.am
10829                 clean up: remove old 'stock_' element from xpm 
10830                 filenames.
10831
10832 2002-04-21 [alfons]     0.7.4claws84
10833
10834         apply sync patch from Paul
10835
10836         * src/folderview.c
10837                 use old claws prefs_folder_item_create() for now
10838
10839 2002-04-19 [match]      0.7.4claws83
10840
10841         * src/addressbook.[ch]
10842         * src/addrharvest.[ch]
10843         * src/addrgather.[ch]
10844                 recurse folders.
10845         * src/mainwindow.c
10846         * src/summaryview.[ch]
10847                 change menu option.
10848
10849 2002-04-19 [paul]       0.7.4claws82
10850
10851         * po/pt_BR.po
10852                 updated by Fabio Junior Beneditto
10853
10854 2002-04-14 [alfons]     0.7.4claws81
10855
10856         * src/passphrase.c
10857                 add #include <sys/types.h> for mode_t and off_t 
10858
10859 2002-04-13 [paul]       0.7.4claws80
10860         
10861         * src/main.c
10862           src/passphrase.[ch]
10863           src/pgptext.c
10864           src/prefs_common.[ch]
10865           src/rfc2015.c
10866                 enable storing of GnuPG passphrase for the whole 
10867                 session or a user-defined number of minutes. patch 
10868                 submitted by Ravemax <ravemax@dextrose.com>
10869
10870 2002-04-13 [alfons]     0.7.4claws79
10871
10872         * src/textview.c
10873                 make email parser also stop scanning when encountering separators
10874                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10875
10876 2002-04-13 [paul]       0.7.4claws78
10877
10878         * sync with 0.7.4cvs39
10879                 see ChangeLog entry 2002-04-12
10880
10881 2002-04-11 [paul]       0.7.4claws77
10882
10883         * sync with 0.7.4cvs37
10884                 see ChangeLog entry 2002-04-11
10885
10886 2002-04-11 [paul]       0.7.4claws76
10887
10888         * COPYING 
10889                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10890                 the clause for OpenSSL). sync with sylpheed main
10891
10892 2002-04-09 [melvin]     0.7.4claws75
10893
10894         * src/compose.c
10895                 Made 'Ctrl-Enter' on send ignore some modifiers 
10896                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10897                 to bind other *-Enter (but not Alt-Enter).
10898
10899 2002-04-09 [paul]       0.7.4claws74
10900
10901         * sync with 0.7.4cvs35
10902                 see ChangeLog entries 2002-04-09
10903
10904 2002-04-08 [paul]       0.7.4claws73
10905
10906         * sync with 0.7.4cvs33
10907                 see ChangeLog entry 200-04-08
10908
10909 2002-04-07 [match]      0.7.4claws72
10910
10911         * src/addrharvest.[ch]
10912                 fixed to read all addresses in header, regardless
10913                 of header size. improved name parsing. accommodate
10914                 harvest from folders and selected message.
10915         * src/addritem.[ch]
10916                 included new address parsing function.
10917         * src/addrgather.[ch]
10918         * src/addressbook.[ch]
10919         * src/summaryview.[ch]
10920         * src/mainwindow.c
10921                 allow address harvest of folder as well as selected
10922                 messages.
10923
10924 2002-04-07 [paul]       0.7.4claws71
10925
10926         * src/esmtp.[ch]
10927           src/smtp.c
10928                 don't try to authenticate with CRAM-MD5 in SMTP when 
10929                 SMTP-AUTH enabled if MTA doesn't issue this 
10930                 auth-method in it's ehlo-response. bug item #531364,
10931                 patch item #938910. patch submitted by Colin Leroy 
10932                 <colin@colino.net>
10933
10934 2002-04-07 [paul]       0.7.4claws70
10935
10936         * src/nntp.c
10937                 fix missing MODE_READER bug. patch submitted by
10938                 Colin Leroy <colin@colino.net>
10939
10940 2002-04-07 [alfons]     0.7.4claws69
10941
10942         * src/matcher.[ch]
10943         * src/prefs_filtering.c
10944         * src/summaryview.c
10945                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10946                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10947
10948 2002-04-07 [paul]       0.7.4claws68
10949
10950         * sync with 0.7.4cvs32
10951                 see ChangeLog entry 2002-04-06
10952
10953         * tools/filter_conv.pl
10954                 more bug fixes
10955
10956 2002-04-06 [paul]       0.7.4claws67
10957
10958         * tools/filter_conv.pl
10959                 modify to be able to find the name of the first
10960                 mailbox and use that. main's filter does not
10961                 record the full path to the mailbox and therefore
10962                 can only filter to the first mailbox.
10963
10964 2002-04-05 [paul]       0.7.4claws66
10965
10966         * tools/filter_conv.pl
10967                 attempt to make the script all-encompassing and
10968                 be able to convert any main 'filter' rule thrown
10969                 at it
10970
10971 2002-04-05 [paul]       0.7.4claws65
10972
10973         * tools/filter_conv.pl
10974                 allow for collapsed folder trees
10975
10976 2002-04-05 [paul]       0.7.4claws64
10977
10978         * sync with 0.7.4cvs31
10979                 see ChangeLog entries 2002-04-05
10980
10981 2002-04-03 [paul]       0.7.4claws63
10982
10983         * sync with 0.7.4cvs29
10984                 see ChangeLog entries 2002-04-02 and 2002-04-03
10985
10986 2002-04-02 [paul]       0.7.4claws62
10987
10988         * sync with 0.7.4cvs26
10989                 see ChangeLog entry 2002-04-01
10990
10991 2002-04-02 [match]      0.7.4claws61
10992
10993         * src/pine.[ch]
10994         * src/importpine.[ch]
10995         * src/addressbook.c
10996                 import Pine address book.
10997
10998 2002-04-02 [match]      0.7.4claws60
10999
11000         * src/addrharvest.[ch]
11001                 improve address parsing of funky addresses.
11002
11003 2002-04-02 [darko]      0.7.4claws59
11004
11005         * src/compose.c
11006                 wrap on send improvements, it now recognizes quoted
11007                 initials as part of the quotation string, and it
11008                 does not join lines separated by CR
11009
11010 2002-04-01 [match]      0.7.4claws58
11011
11012         * src/mgutils.[ch]
11013                 added new functions.
11014         * src/mutt.[ch]
11015                 remove excessive duplicate address generation
11016                 on import.
11017
11018 2002-04-01 [alfons]     0.7.4claws57
11019         
11020         * src/summaryview.c
11021                 put back g_free() 
11022
11023 2002-04-01 [paul]       0.7.4claws56
11024
11025         * sync with 0.7.4cvs25
11026                 see ChangeLog entry 2002-04-01
11027
11028 2002-04-01 [alfons]     0.7.4aprilfool55
11029
11030         * src/summaryview.c
11031                 honour feature request item #537427 to allow for
11032                 displaying names from address book for sent mail also
11033
11034 2002-03-29 [paul]       0.7.4claws54
11035
11036         * src/mainwindow.c
11037           src/prefs_filtering.[ch]
11038           src/prefs_matcher.c
11039           src/summaryview.c
11040                 add 'fast filter' for claws' filtering,
11041                 /Tools/Create filter rule/... patch submitted
11042                 by Neill Miller <neillm@thecodefactory.org>
11043
11044 2002-03-29 [paul]       0.7.4claws53
11045
11046         * sync with 0.7.4cvs24
11047                 see ChangeLog entry 2002-03-29
11048
11049 2002-03-28 [paul]       0.7.4claws52
11050
11051         * sync with 0.7.4cvs23
11052                 see ChangeLog entry 2002-03-28
11053
11054 2002-03-27 [melvin]     0.7.4claws51
11055
11056         * src/prefs_actions.c
11057                 Added support to pass only one message part (as a
11058                 file) to the command using '%p'. No quotes are needed
11059                 because doubles quotes are automatically added.
11060                 Fixed bug where Sylpheed could block when waiting for
11061                 a child process to finish.
11062                 Changed the help menu to remove quotes around symbols to 
11063                 avoid misinterpretation (they must not be used).
11064
11065 2002-03-27 [melvin]     0.7.4claws50
11066
11067         * src/inc.c
11068                 Made the new mail notification command always 
11069                 execute asynchronously.
11070
11071 2002-03-27 [paul]       0.7.4claws49
11072
11073         * src/compose.c
11074                 fix bug introduced in last commit
11075
11076 2002-03-27 [paul]       0.7.4claws48
11077
11078         * sync with 0.7.4cvs21
11079                 see ChangeLog 2002-03-26 and 2002-03-27
11080
11081 2002-03-26 [hoa]        0.7.4claws47
11082
11083         * src/prefs_folder_item.c
11084                 really fixed the bug #516442 with folder rescan.
11085
11086 2002-03-26 [paul]       0.7.4claws46
11087
11088         * sync with 0.7.4cvs19
11089                 see ChangeLog entries 2002-03-25 and 2002-03-26
11090
11091 2002-03-25 [hoa]        0.7.4claws45
11092
11093         * src/matcher.c
11094         * src/mh.c
11095                 fix the bug #516442 with folder rescan.
11096
11097         * src/prefs_common.[ch]
11098         * src/compose.c
11099                 added an option to enable two different behaviours
11100                 for bounce.
11101
11102
11103 2002-03-25 [paul]       0.7.4claws44
11104
11105         * src/mainwindow.c
11106           src/selective_download.c
11107                 correct a few menuitem labels
11108
11109 2002-03-25 [christoph]  0.7.4claws43
11110
11111         * src/procmsg.c
11112                 fix non deleted tmp message in
11113                 procmsg_save_to_outbox
11114                 fix problems caused by sync with
11115                 main branch's procmsg_send_queue
11116
11117 2002-03-25 [paul]       0.7.4claws42
11118
11119         * src/quote_fmt.c
11120           src/quote_fmt_lex.l
11121           src/quote_fmt_parse.y
11122                 add Last name (%L) placeholder for quoting. 
11123                 patch submitted by Thorsten Thielen 
11124                 <thth@users.sourceforge.net>
11125
11126 2002-03-25 [paul]       0.7.4claws41
11127
11128         * src/utils.c
11129                 get full hostname. patch submitted by
11130                 Bob Woodside <rwoodside1@comcast.net>
11131
11132 2002-03-25 [paul]       0.7.4claws40
11133
11134         * src/account.c
11135           src/news.c
11136           src/nntp.[ch]
11137           src/prefs_account.[ch]
11138                 enable NNTP over SSL. patch submitted by
11139                 Pascal Jermini <pascal@infinity.hn.org>
11140
11141 2002-03-24 [paul]       0.7.4claws39
11142
11143         * src/prefs_common.c
11144                 make the arrangement of the Compose tab more
11145                 coherent
11146
11147         * src/mainwindow.c
11148                 fix some irregularities of style
11149
11150         * po/de.po
11151                 updated by Kilian Krause
11152
11153 2002-03-23 [paul]       0.7.4claws38
11154
11155         * po/pt_BR.po
11156                 updated by Fabio Junior Beneditto
11157
11158 2002-03-23 [paul]       0.7.4claws37
11159
11160         * src/mainwindow.c
11161                 move 'Gather addresses' to 'Tools' menu
11162                 make 'Selective download' sensitive
11163
11164 2002-03-23 [paul]       0.7.4claws36
11165
11166         * sync with 0.7.4cvs16
11167                 see ChangeLog entries 2002-03-23
11168
11169 2002-03-22 [christoph]  0.7.4claws35
11170
11171         * src/quote_fmt_parse.y
11172                 fix include program output
11173
11174 2002-03-22 [alfons]     0.7.4claws34
11175
11176         * src/pop.c
11177                 initialize GDate stack variable correctly (sorry!)
11178
11179 2002-03-22 [paul]       0.7.4claws33
11180
11181         * src/compose.c
11182           src/mainwindow.c
11183           src/prefs_actions.c
11184           src/prefs_common.c
11185                 rename 'Tool' to 'Tools'
11186
11187         * src/mainwindow.c
11188                 move 'Delete duplicated messages' from
11189                 'Message/' to 'Tools/'
11190                 re-arrange the order of 'Tools/' items
11191
11192 2002-03-22 [paul]       0.7.4claws32
11193
11194         * src/addr_compl.c
11195           src/addressbook.[ch]
11196                 auto-address completion now also matches on
11197                 Nickname. patch submitted by Bob Forsman 
11198                 <hammor@users.sourceforge.net>
11199
11200         * src/editaddress.c
11201                 correct a spelling mistake
11202
11203 2002-03-22 [alfons]     0.7.4claws31
11204
11205         * src/pop.c
11206                 fix getting uidl from incorrect string 
11207                 (spotted by Colin)
11208
11209 2002-03-21 [alfons]     0.7.4claws30
11210
11211         * src/pop.c
11212                 more code refactoring
11213                 plug mem leak introduced by delete on server
11214
11215 2002-03-21 [paul]       0.7.4claws29
11216
11217         * sync with 0.7.4cvs11
11218                 see ChangeLog entries 2002-03-20
11219
11220 2002-03-20 [alfons]     0.7.4claws28
11221
11222         * src/inc.c
11223                 apply Colin's patch and refactor
11224
11225 2002-03-20 [paul]       0.7.4claws27
11226
11227         * sync with sylpheed 0.7.4cvs9
11228                 see ChangeLog entry 2002-03-20
11229
11230 2002-03-19 [christoph]  0.7.4claws26
11231
11232         * src/mh.c
11233         * src/procmsg.[ch]
11234         * src/summaryview.c
11235                 revert changes for flag updates
11236                 (does not work correctly and no time to debug)
11237
11238 2002-03-20 [alfons]     0.7.4claws25
11239
11240         * src/pop.c
11241                 refactor should_delete() a little bit 
11242
11243 2002-03-19 [paul]       0.7.4claws24
11244
11245         * src/inc.[ch]
11246           src/pop.c
11247           src/prefs_account.[ch]
11248                 allow the user to leave downloaded mail on the 
11249                 server for n days. Patch submitted by Colin Leroy 
11250                 <colin@colino.net>
11251
11252 2002-02-19 [paul]       0.7.4claws23
11253
11254         * sync with sylpheed 0.7.4cvs8
11255                 see ChangeLog entries 2002-03-19
11256
11257 2002-03-18 [paul]       0.7.4claws22
11258
11259         * sync with sylpheed 0.7.4cvs6
11260                 see ChangeLog entry 2002-03-18
11261
11262 2002-03-18 [paul]       0.7.4claws21
11263
11264         * po/en_GB.po
11265                 add en_GB message catalogue
11266
11267         * src/mbox_folder.c
11268           src/prefs_account.c
11269           src/prefs_actions.c
11270                 correct a few spelling mistakes
11271
11272 2002-03-17 [alfons]     0.7.4claws20
11273
11274         * src/matcher.c
11275                 more stringent checks for NULL params when writing
11276                 filtering actions to a file
11277                 
11278 2002-03-17 [hoa]        0.7.3claws20
11279
11280         * src/news.c
11281                 fixed the count of new messages
11282
11283         * src/compose.c
11284                 fixed the "attachment properties" window
11285
11286 2002-03-17 [paul]       0.7.4claws19
11287
11288         * src/defs.h
11289           src/folder.h
11290           src/news.c
11291           src/prefs_account.[ch]
11292           src/procmsg.[ch]
11293           src/summaryview.c
11294                 automatically mark cross-posted messages as read 
11295                 and (optionally) give them a colour label
11296                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11297                 
11298
11299 2002-03-17 [paul]       0.7.4claws18
11300
11301         * sync with sylpheed 0.7.4cvs5
11302                 see ChangeLog entry 2002-03-17
11303
11304 2002-03-17 [melvin]     0.7.4claws17
11305         
11306         * src/textview.c
11307                 Worked around a gtktext 'bug': when searching for 
11308                 a text in a long message it was scrolling slowly
11309                 line by line until it hit the searched text.
11310         * po/fr.po
11311                 Updated French translation
11312
11313 2002-03-17 [melvin]     0.7.4claws16
11314
11315         * src/mainwindow.c
11316         * src/compose.c
11317         * src/prefs_actions.c
11318                 Moved "Edit/Actions" to "Tool/Actions"
11319                 Made mainwindow/compose window sensitive as soon as
11320                 no child process is running anymore even if the io dialog
11321                 is open.
11322                 Fixed a struct being initialized with a non constant char*
11323
11324 2002-03-16 [christoph]  0.7.4claws15
11325
11326         * configure.in
11327                 add --with-compiler-flags option
11328                 (only for developer hacking)
11329         * src/mh.c
11330         * src/procmsg.[ch]
11331         * src/summaryview.c
11332                 try to make folder-stats and flag handling more
11333                 independent from the summaryview. msgcounts
11334                 are only set when the folder is opened and
11335                 procmsg_msginfo_(un)set_flags will handle it
11336                 later and summaryview will get the values
11337                 from the folder.
11338
11339 2002-03-16 [paul]       0.7.4claws14
11340
11341         * src/messageview.c
11342                 fix Return-receipt. Patch submitted by Bob
11343                 Woodside <rwoodside1@comcast.net>
11344
11345 2002-03-16 [paul]       0.7.4claws13
11346
11347         * src/compose.c
11348                 fix 'dynamic' signatures, make it work again
11349                 broken during sync on 2002-03-14 (0.7.4claws2)
11350
11351 2002-03-15 [match]      0.7.4claws12
11352
11353         * src/addrharvest.[ch]
11354         * src/addrgather.[ch]
11355         * src/addressbook.[ch]
11356         * src/mainwindow.c
11357                 included address harvester feature. still some
11358                 issues with address parsing that I will fix.
11359
11360 2002-03-15 [match]      0.7.4claws11
11361
11362         * src/addrbook.[ch]
11363         * src/addrcache.[ch]
11364         * src/addressbook.[ch]
11365         * src/addrindex.c
11366         * src/editbook.c
11367         * src/importldif.c
11368         * src/importmutt.c
11369         * src/jpilot.[ch]
11370         * src/main.c
11371         * src/syldap.[ch]
11372         * src/vcard.[ch]
11373                 tidy up. fix memory leaks. moved attribs and methods
11374                 from individual interfaces to addrcache object. prep
11375                 for new stuff to come in.
11376
11377 2002-03-15 [alfons]     0.7.4claws10
11378
11379         * src/matcher.[ch]
11380         * src/matcher_parser_parse.y
11381         * src/matcher_parser_lex.l
11382         * src/prefs_matcher.c
11383                 add filtering conditions message greater than, smaller 
11384                 than, and exactly matching a size in bytes
11385                 (does not work with delete from POP3 server yet)
11386
11387                 this should also give others an idea what you should
11388                 do to add new criterions to claws filtering system
11389                 
11390
11391 2002-03-15 [paul]       0.7.4claws9
11392
11393         * tools/filter_conv.pl
11394                 exit if there are no filter rules to convert
11395                 rename filterrc to filterrc.old after completion
11396
11397 2002-03-15 [paul]       0.7.4claws8
11398
11399         * sync with sylpheed 0.7.4cvs3
11400                 see ChangeLog entry 2002-03-14
11401
11402 2002-03-14 [paul]       0.7.4claws7
11403
11404         * src/compose.c
11405                 clean up the last commit (ahem)
11406
11407 2002-03-14 [paul]       0.7.4claws6
11408
11409         * src/compose.c
11410                 fix bug #515655. honour account preferences
11411                 regarding gpg default signing/encryption when 
11412                 changing account from the compose window.
11413
11414 2002-03-14 [paul]       0.7.4claws5
11415
11416         * src/folderview.c
11417                 remove unnecessary curly brackets
11418
11419 2002-03-14 [paul]       0.7.4claws4
11420
11421         * src/folderview.c
11422           src/prefs_filtering.[ch]
11423                 add filter rename on folder rename and filter
11424                 delete on folder delete. Patch submitted by
11425                 Neill Miller <neillm@thecodefactory.org> 
11426
11427 2002-03-14 [christoph]  0.7.4claws3
11428
11429         * src/procmsg.c
11430         * src/send.c
11431                 fix local delivery
11432                 (patch submitted by "Simon 'corecode' Schubert")
11433         * src/prefs_common.c
11434         * src/procmsg.c
11435                 fix gcc 3.0 warning
11436
11437 2002-03-14 [paul]       0.7.4claws2
11438
11439         * sync with sylpheed 0.7.4cvs2
11440                 see ChangeLog entry 2002-03-13
11441
11442 2002-03-12 [darko]      0.7.4claws1
11443
11444         * src/mainwindow.c
11445                 fix what seems to be a copy and paste error
11446                 when setting color for important messages
11447                 (reported by wwp)
11448
11449 2002-03-11 [paul]       version 0.7.4claws released
11450
11451 2002-03-11 [paul]       0.7.4claws
11452
11453         * po/es.po
11454           po/it.po
11455           po/nl.po
11456           po/pt_BR.po
11457                 update message catalogs. Submitted by Ricardo Mones 
11458                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11459                 Fabio Junior Beneditto
11460
11461         * configure.in
11462           faq/Makefile.am
11463           faq/it/Makefile
11464           faq/it/sylpheed-faq*
11465           src/mainwindow.c
11466           src/manual.[ch]
11467                 add FAQ in Italian
11468         
11469
11470 2002-03-11 [jens]       0.7.3claws7
11471
11472         * po/de.po
11473                 updated German translation
11474
11475 2002-03-11 [melvin]     0.7.3claws6
11476
11477         * po/fr.po
11478                 updated and corrected French translation
11479
11480 2002-03-10 [hoa]        0.7.3claws5
11481
11482         * src/account.c
11483         * src/inc.c
11484         * src/prefs_account.c
11485         * src/procmsg.c
11486         * src/send.[ch]
11487                 fixed the local account.
11488                 you have to change the default "/usr/sbin/sendmail"
11489                 to "/usr/sbin/sendmail -t" in the preferences of
11490                 the local account.
11491
11492         * src/procmime.c
11493                 removed some debug display for renderer
11494
11495 2002-03-10 [paul]       0.7.3claws4
11496
11497         * faq/en/sylpheed-faq-1.html
11498           faq/en/sylpheed-faq-2.html
11499                 update
11500
11501 2002-03-09 [paul]       0.7.3claws3
11502
11503         * sync with sylpheed 0.7.4
11504                 see ChangeLog entry 2002-03-09
11505
11506 2002-03-08 [paul]       0.7.3claws2
11507
11508         * faq/en/sylpheed-faq*
11509           faq/es/sylpheed-faq*
11510           faq/fr/sylpheed-faq*
11511                 update the FAQs
11512
11513         * manual/fr/.cvsignore
11514           manual/fr/Makefilea.am
11515           manual/fr/sylpheed*
11516           src/mainwindow.c
11517           src/manual.[ch]
11518                 add the French manual
11519
11520 2002-03-07 [paul]       0.7.3claws1
11521
11522         * sync with sylpheed 0.7.3cvs4
11523                 see ChangeLog entries  2002-03-06 and 2002-03-07
11524         
11525         * po/nl.po
11526                 updated by Wilbert Berendsen
11527
11528 2002-03-07 [melvin]     0.7.2claws34
11529
11530         * src/selective_download.c
11531                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11532
11533 2002-03-06 [paul]       0.7.2claws33
11534
11535         * sync with sylpheed 0.7.3cvs1
11536                 bug fix, see ChangeLog entry 2002-03-05
11537
11538 2002-03-05 [paul]       0.7.2claws32
11539
11540         * src/mimeview.c
11541           src/pgptext.[ch]
11542           src/procmsg.c
11543                 reverse the pgp ascii-armored code implemented in 
11544                 0.7.2claws16. removal of this code until it matures.
11545                 this means that verifying ascii-armored pgp sigs and
11546                 automatic decryption of ascii-armored encrypted
11547                 messages no longer works.
11548
11549 2002-03-05 [paul]       0.7.2claws31
11550
11551         * configure.in
11552           Makefile.am
11553         * faq/Makefile.am
11554         * faq/en/Makefile.am
11555           faq/en/sylpheed-faq.html
11556           faq/en/sylpheed-faq-1.html
11557           faq/en/sylpheed-faq-2.html
11558           faq/en/sylpheed-faq-3.html
11559         * faq/es/Makefile.am
11560           faq/es/sylpheed-faq.html
11561           faq/es/sylpheed-faq-1.html
11562           faq/es/sylpheed-faq-2.html
11563           faq/es/sylpheed-faq-3.html
11564           faq/es/sylpheed-faq-4.html
11565         * faq/fr/Makefile.am
11566           faq/fr/sylpheed-faq.html
11567           faq/fr/sylpheed-faq-1.html
11568           faq/fr/sylpheed-faq-2.html
11569           faq/fr/sylpheed-faq-3.html
11570         * src/Makefile.am
11571           src/defs.h
11572           src/mainwindow.c
11573           src/manual.[ch]
11574                 add FAQs in English, Spanish and French
11575
11576
11577 2002-03-05 [paul]       0.7.2claws30
11578
11579         * manual/en/sylpheed.html
11580           manual/en/sylpheed-XX.html
11581                 updated the English manual
11582
11583 2002-03-05 [hoa]        
11584
11585         * src/summaryview.c
11586                 dialog box pops up if the article can't be deleted.
11587
11588 2002-03-04 [paul]       
11589         
11590         * po/pt_BR.po
11591                 updated by Fabio Junior Benedito
11592
11593 2002-03-04 [hoa]
11594
11595         * removed ac/gpgme.m4
11596                 to avoid autogen common problem
11597                 developers have to install gpgme development package now
11598
11599         * src/compose.c
11600                 encoding to 7bit or 8bit is enabled.
11601
11602 2002-03-03 [alfons]     0.7.2claws29
11603
11604         * src/pop.c
11605                 merge fix by Oliver Haertel for selective
11606                 download buglet
11607
11608 2002-03-03 [paul]       0.7.2claws28
11609         
11610         * sync with sylpheed 0.7.3
11611
11612 2002-03-03 [paul]       0.7.2claws27
11613
11614         * sync with sylpheed 0.7.2cvs24
11615                 see ChangeLog entries 2002-03-02 and 2002-03-03
11616
11617 2002-03-02 [melvin]     0.7.2claws26
11618
11619         * src/inc.[ch]
11620         * src/main.c
11621         * src/mainwindow.c
11622         * src/prefs_common.[ch]
11623                 Added user definable notification on new mail arrival.
11624                 Removed unused variables in spell checker prefs code.
11625
11626 2002-03-02 [melvin]     0.7.2claws25
11627
11628         * src/quote_fmt.c
11629                 Removed unnecessary escape sequences.
11630                 Changed 'Initial...' to 'Initials of Sender'
11631
11632 2002-03-02 [paul]       0.7.2claws24
11633
11634         * sync with sylpheed 0.7.2cvs22
11635                 see ChangeLog entry 2002-03-01
11636
11637 2002-03-01 [hoa]        0.7.2claws23
11638
11639         * src/mainwindow.c
11640                 Set sensitivity of delete actions to active
11641                 even if the folder is a newsgroup.
11642
11643         * src/summaryview.c
11644                 - Set sensitivity of delete actions
11645                 - Added function check_permission() that will check if the
11646                   user is authorized to delete a message. For news, it
11647                   will check if the author is the same.
11648                 - Enabled deletion when there is no trash folder.
11649
11650         * src/news.[ch]
11651                 - Added news_cancel_article() to cancel articles
11652                 - Implemented news_remove_message() (public function)
11653
11654 2002-03-01 [paul]       0.7.2claws22
11655
11656         * src/gtkutils.c
11657           src/textview.c
11658                 recognise urls that that don't include 'http://' and
11659                 simply begin 'www.' 
11660
11661         * AUTHORS
11662                 remove duplicated name
11663
11664 2002-02-28 [paul]       0.7.2claws21
11665
11666         * src/mainwindow.c
11667           src/summaryview.[ch]
11668                 add ability to 'Select thread'
11669                 combines Melvin's "Select thread's head" patch (#510907)
11670                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11671                 patch (#518514) 
11672
11673 2002-02-28 [paul]       0.7.2claws20
11674
11675         * src/mimeview.c
11676                 hopefully fix segfault on right-clicking a mime part
11677                 that some people have experienced.      
11678                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11679
11680 2002-02-28 [paul]       0.7.2claws19
11681
11682         * sync with sylpheed 0.7.2cvs21
11683                 see ChangeLog entries 2002-02-27 and 2002-02-28
11684
11685 2002-02-27 [paul]       0.7.2claws18
11686
11687         * sync with sylpheed 0.7.2cvs18
11688                 see ChangeLog entries 2002-02-26 and 2002-02-27
11689
11690 2002-02-26 [alfons]     0.7.2claws17
11691
11692         * src/procheader.c
11693                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11694                 (spotted by Chris Hessman <idatech@gmx.net>)
11695
11696 2002-02-26 [paul]       0.7.2claws16
11697
11698         * src/mimeview.c
11699           src/pgptext.[ch]
11700           src/procmsg.c
11701                 make decryption of ascii-armored pgp encrypted messages
11702                 and verification of ascii-armored signatures work again.
11703                 slightly altered from the patch by Jens Jahnke 
11704                 <jan0sch@gmx.net>
11705
11706                 ##FIX ME##
11707                 * the checking of plaintext signatures always comes up in 
11708                   a popup box
11709                 * it doesn't work for multipart messages 
11710                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11711                   including the msg headers and these 2 line themselves, are 
11712                   not displayed
11713
11714         * src/mainwindow.c
11715                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11716                 "View/Message View" becomes "View/Separate Message View"
11717                 because its less ambiguous.
11718
11719         * po/es.po
11720                 updated by Ricardo Mones Lastra
11721
11722 2002-02-26 [paul]       0.7.2claws15
11723
11724         * sync with sylpheed 0.7.2cvs17
11725                 see ChangeLog entries 2002-02-25 and 2002-02-26
11726
11727 2002-02-25 [christoph]  0.7.2claws14
11728
11729         * src/filtering.[ch]
11730         * src/inc.c
11731                 do filtering stuff after all messages have been received
11732                   1. drop all messages to .processing
11733                   2. scan processing folder for messages
11734                   3. filter messages or move to inbox
11735                 this will also find old messages left in processing after
11736                 a crash or something like that and we get a real msginfo
11737                 from folder->get_msg_list and do not have to create our
11738                 own in filter_message
11739         * src/matcher_parser_parse.y
11740                 remove MIX/MAX warning (reordered includes)
11741
11742 2002-02-25 [paul]       0.7.2claws13
11743
11744         * sync with sylpheed 0.7.2cvs15
11745                 see ChangeLog entry 2002-02-24
11746
11747 2002-02-24 [alfons]     0.7.2claws12
11748
11749         * src/filtering.c
11750                 clear old color flags first when applying a new color to
11751                 a message info. 
11752                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11753
11754 2002-02-24 [alfons]     0.7.2.claws11
11755         
11756         * AUTHORS
11757         * src/prefs_common.c
11758                 add presets for Opera and Konqueror, closes patch #517261,
11759                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11760
11761 2002-02-24 [alfons]     0.7.2.claws10
11762
11763         * AUTHORS
11764         * src/summaryview.c
11765                 fix threading for null message ids, closes patch #521601,
11766                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11767
11768 2002-02-24 [alfons]     0.7.2claws9
11769
11770         * src/summaryview.c
11771         * src/filtering.c
11772                 make Tool | Filter Message work with filtering system so
11773                 setting flags also works
11774
11775                 TODO:
11776
11777                 - Processing uses the same function as Tool | Filter
11778                   Message, but doesn't use the same update proc yet
11779
11780 2002-02-23 [paul]       0.7.2claws8
11781
11782         * sync with sylpheed 0.7.2cvs14
11783                 see ChangeLog entries 2002-02-22 and 2002-02-23
11784
11785 2002-02-22 [christoph]  0.7.2claws7
11786
11787         * src/quote_fmt.c
11788                 Add column space to table
11789         * src/quote_fmt_parse.y
11790                 Close files
11791
11792 2002-02-22 [paul]       0.7.2claws6
11793
11794         * src/Makefile.am
11795           src/defs.h
11796           src/filtering.c
11797           src/inc.[ch]
11798           src/mainwindow.c
11799           src/matcher.[ch]
11800           src/matcher_parser_lex.l
11801           src/matcher_parser_parse.y
11802           src/pop.[ch]
11803           src/prefs_account.h
11804           src/prefs_filtering.c
11805           src/selective_download.[ch]   *** NEW FILES ***
11806           src/utils.[ch]
11807           po/POTFILES.in
11808                 Selective Download added to 'Tool' menu. 
11809                 Retrieves email headers of the currently selected pop3 
11810                 account and allows the user to mark emails for deletion 
11811                 right on the pop3 server. Patch submitted by Oliver Haertel 
11812                 <oha@users.sourceforge.net>.
11813         
11814         * po/POTFILES.in
11815                 add 'src/quote_fmt.c'           
11816
11817 2002-02-22 [christoph]  0.7.2claws5
11818
11819         * src/Makefile.am
11820                 added quote_fmt.c
11821         * src/prefs_common.[ch]
11822         * src/prefs_template.c
11823         * src/quote_fmt.c               *** NEW FILE ***
11824         * src/quote_fmt.h
11825                 move quote format symbol description code
11826                 to it's own file because it is used from
11827                 differnent code parts
11828                 Rewrote symbol description GUI
11829                   + use table
11830                   + add separators
11831                   + get data from array (no more long constant strings)
11832         * src/quote_fmt_lex.l
11833         * src/quote_fmt_parse.y
11834                 Symbol for Literal % changed to \% instead of %%
11835                 (More logical as \ is used for quoting for other symbols)
11836                 Add |f and |p to include files and program output
11837                 Examples:
11838                     |f{/home/.../.signature}
11839                     |p{date}
11840         * po/de.po
11841                 Correct wrong spelling for "Referenzen"
11842
11843 2002-02-21 [paul]       0.7.2claws4
11844
11845         * src/procmsg.c
11846                 forgotten during sync
11847
11848 2002-02-21 [paul]       0.7.2claws3
11849
11850         * sync with sylpheed 0.7.2cvs11
11851                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11852                 2002-02-20 and 2002-02-21
11853
11854 2002-02-20 [melvin]     0.7.2claws2
11855
11856         * src/prefs_actions.c
11857                 Added error report when child cannot fork or when execvp 
11858                 returns with an error.
11859
11860 2002-02-19 [christoph]  0.7.2claws1
11861
11862         * src/codeconv.c
11863                 return unconverted text if conde conversion is not possible
11864                 when libjconv is used.
11865                 (patch submitted by "Simon 'corecode' Schubert")
11866
11867 2002-02-19 [paul]       
11868
11869         * version 0.7.2claws release
11870
11871 2002-02-19 [paul]       0.7.2claws
11872
11873         * po/nl.po
11874                 updated by Wilbert Berendsen
11875
11876
11877 2002-02-18 [alfons]     0.7.1claws13
11878
11879         * src/syldap.c
11880         * src/jpilot.c
11881                 remove references to dlfcn and explicitly loading functions
11882                 from dynalink libs, because libs linked anyway, and functions
11883                 are loaded explicitly
11884
11885 2002-02-17 [melvin]     0.7.1claws12
11886
11887         * src/prefs_actions.c
11888                 Replaced children wait loop with double fork technique.
11889                 Now, input/output window updated at each new output.
11890                 free_children(): Fixed a memory leak.
11891                 Made input/output window non closable if running children
11892                 still exist.
11893                 Added missing <unistd.h> include.
11894                 Added some --debug outputs.
11895
11896 2002-02-17 [melvin]     0.7.1claws11
11897
11898         * src/summaryview.c
11899                 Fixed bug where descending sort order did not select top
11900                 message.
11901
11902 2002-02-17 [melvin]     0.7.1claws10
11903
11904         * acconfig.h
11905                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11906         * src/prefs_common.c
11907                 Pspell data package directory no more hard coded but
11908                 set during configuration (PSPELL_PATH). (Thanks to 
11909                                 Gustavo Noronha Silva.)
11910
11911 2002-02-17 [melvin]     0.7.1claws9
11912
11913         * configure.in
11914                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11915         * src/gtkspell.c
11916                 Fixed compile-time warnings.
11917
11918 2002-02-16 [alfons]     0.7.1claws8
11919
11920         * src/filesel.c
11921                 fix inadvertent free of NULL pointer which caused
11922                 sylpheed to crash when closing the save-as dialog
11923                 using the window close button
11924
11925 2002-02-16 [carsten]    0.7.1claws7
11926         * src/mainwindow.[ch]
11927           src/summaryview.c
11928           src/prefs_common.c
11929                 fixes for pixmap theming code:
11930                         - recently changed mail attributes shouldn't get
11931                           lost any longer
11932                         - theme is only reloaded iff another theme was
11933                           selected
11934
11935 2002-02-16 [paul]       0.7.1claws6
11936
11937         * sync with sylpheed 0.7.2 release
11938                 see ChangeLog entry 2002-02-15 and 2002-02-16
11939
11940 2002-02-15 [paul]       0.7.1claws5
11941
11942         * sync with sylpheed 0.7.1cvs9
11943                 see ChangeLog entry 2002-02-15
11944
11945         * po/POTFILES.in
11946                 remove unneeded headerwindow.c entry
11947
11948 2002-02-14 [carsten]    0.7.1claws4
11949         * src/summaryview.c
11950                 fixed a bug for "Go to next unread message": there was
11951                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11952                 in the prefs, because of doing "Search again" instead
11953                 "No"
11954
11955 2002-02-14 [carsten]    0.7.1claws3
11956         * src/stock_pixmap.c
11957                 removed 2 more mem leaks; following memprof,
11958                 this code is "leak free" now :)
11959
11960 2002-02-14 [carsten]    0.7.1claws2
11961         * src/stock_pixmap.c
11962                 used opendir/readdir/closedir instead of scandir
11963                 -> code should work now on Solaris
11964
11965 2002-02-14 [paul]       0.7.1claws1
11966
11967         * sync with sylpheed 0.7.1cvs8
11968                 see ChangeLog entries 2002-02-13 and 2002-02-14
11969
11970         * README.claws
11971                 add some description of Actions and Pixmap Themes
11972
11973 2002-02-13 [paul]       
11974
11975         * version 0.7.1claws release
11976
11977 2002-02-13 [paul]       0.7.1claws
11978
11979         * po/es.po
11980           po/it.po
11981           po/pt_BR.po
11982                 updated translations, submitted by Ricardo Mones Lastra,
11983                 Alessandro Maestri and Fabio Junior Beneditto
11984
11985 2002-02-13 [melvin]     0.7.0claws75
11986
11987         * src/prefs_actions.c
11988                 Added missing "signal.h" include
11989
11990 2002-02-13 [melvin]     0.7.0claws74
11991
11992         * src/prefs_folder_item.c
11993                 Added missing "config.h" include
11994         * po/fr.po
11995                 Updated French translation for folder propriety.
11996
11997 2002-02-13 [jens]       0.7.0claws73
11998
11999         * po/POTFILES.in
12000                 Added missing src/prefs_folder_item.c [log added by melvin]
12001         * po/de.po
12002                 Updated German translation.
12003
12004 2002-02-13 [melvin]     0.7.0claws72
12005
12006         * po/fr.po
12007                 Updated French translation.
12008
12009 2002-02-13 [melvin]     0.7.0claws71
12010
12011         * src/gtkutils.c
12012                 Made gtkut_editable_get_selection return NULL if selection
12013                 is of length zero.
12014                 This fixes a bug where selecting part of message A then
12015                 switching to message B and replying to it will not
12016                 quote the message's body.
12017
12018 2002-02-12 [paul]       0.7.0claws70
12019
12020         * src/mainwindow.c
12021                 cosmetic, relating to pixmap themes: on toolbar make 
12022                 updating of 'Exec' and 'Compose news/Compose email'
12023                 icons faster.
12024
12025 2002-02-12 [carsten]    0.7.0claws69
12026         * src/folderview.c
12027           src/mainwindow.[ch]
12028           src/stock_pixmap.c
12029           src/summaryview.c
12030           src/prefs_common.c
12031                 - refreshing after changing pixmap theme better
12032                   now (thanks Paul)
12033                 - wanted to remove some mem leaks, but alfons was
12034                   faster (and had the better solution ;)
12035
12036 2002-02-12 [alfons]     0.7.0claws68
12037
12038         * src/prefs_common.c
12039         * src/stock_pixmap.[ch]
12040                 plug mem leaks, refactor code a little bit
12041
12042
12043 2002-02-12 [sergey]     0.7.0claws67
12044
12045         * src/imap.c
12046                 Fixed problem with copying messages to IMAP folders when the
12047                 server uses something other than '/' as a namespace separator
12048                 (cyrus-imapd uses '.').
12049
12050 2002-02-12 [jens]       0.7.0claws66
12051
12052         * po/de.po
12053                 Updated German Translation
12054
12055 2002-02-12 [paul]       0.7.0claws65
12056
12057         * sync with sylpheed 0.7.1cvs1
12058                 see ChangeLog entry 2002-02-12
12059
12060 2002-02-12 [melvin]     0.7.0claws64
12061
12062         * src/prefs_actions.c
12063                 Fixed "feature" where children's output was duplicated 
12064                 instead of refreshed while monitoring.
12065                 Removed some debug code.
12066
12067 2002-02-12 [christoph]  0.7.0claws63
12068
12069         * src/compose.c
12070                 always delete message from queue after sending/send error
12071                 (closes bug #509601)
12072
12073 2002-02-12 [melvin]     0.7.0claws62
12074
12075         * src/prefs_actions.c
12076                 Children wait loop is now triggered with a timeout of 1s
12077                 Added %F which is replaced with the list of filenames 
12078                 of all selected messages (as suggested by Ricardo Mones Lestra)
12079                 Pipe syntax changed. Prefix with | to send selection, postfix
12080                 with | to retrieve output. Prefix with > or * to send
12081                 user definable input to the command (*: input is hidden)
12082                 Old pipe action should now be postfixed with |, too.
12083
12084 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12085         * src/stock_pixmap.c
12086                 fixed a bug: if there's no theme directory don't
12087                 throw an error, just do "nothing" (thanks Alfons)
12088
12089 2002-02-12 [carsten]    0.7.0claws60
12090         * src/folderview.c
12091           src/summaryview.c
12092                 had to write the cache twice (nasty!); some marks would 
12093                 get lost if not
12094
12095 2002-02-11 [carsten]    0.7.0claws59
12096         * acconfig.h
12097           configure.in
12098           doc-src/maintainer_guide.txt
12099           src/compose.[ch]
12100           src/defs.h
12101           src/folderview.[ch]
12102           src/gtkutils.[ch]
12103           src/mainwindow.[ch]
12104           src/prefs_common.[ch]
12105           src/stock_pixmap.[ch]
12106           src/summaryview.[ch]
12107                 pixmap theming and related work on pixmap
12108                 handling on some other places
12109                 (e.g. hrm features for all folder)
12110           src/pixmap/stock_*.xpm -> the stock_ was removed
12111         
12112 2002-02-11 [paul]       0.7.0claws58
12113
12114         * sync with sylpheed 0.7.1 release
12115                 see ChangeLog entries 2002-02-11
12116
12117 2002-02-08 [paul]       0.7.0claws57
12118
12119         * sync with sylpheed 0.7.0cvs39
12120                 see ChangeLog entry 2002-02-07 (last entry) 
12121
12122         * src/prefs_actions.c
12123           src/prefs_filtering.c
12124           src/prefs_matcher.c
12125           src/prefs_scoring.c
12126                 sync: made it compile with C compilers other than gcc
12127
12128 2002-02-07 [paul]       0.7.0claws56
12129
12130         * sync with sylpheed 0.7.0cvs38
12131                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12132                 2002-02-07
12133
12134 2002-02-07 [darko]      0.7.0claws55
12135
12136         * src/gtkutils.[ch]
12137         * src/summaryview.c
12138                 Fix const gchar */gchar * issue (thanks Hiro)
12139
12140 2002-02-07 [darko]      0.7.0claws54
12141
12142         * src/compose.[ch]
12143         * src/filtering.c
12144         * src/gtkutils.[ch]
12145         * src/prefs_template.c
12146         * src/quote_fmt.h
12147         * src/quote_fmt_parse.y
12148         * src/summaryview.c
12149         * src/utils.[ch]
12150                 When replying or forwarding an email don't quote the entire
12151                 mail body but use the part of the message text that is selected
12152
12153 2002-02-06 [melvin]     0.7.0claws53
12154
12155         * src/prefs_common.[ch]
12156         * src/gtkspell.[ch]
12157         * src/compose.c
12158                 Made possible to switch quickly to last used dictionary
12159                 which makes checking bilingual documents easier.
12160
12161 2002-02-06 [melvin]     0.7.0claws52
12162         
12163         * po/POTFILES.in
12164                 Added forgotten new file src/prefs_actions.c
12165
12166 2002-02-06 [melvin]     0.7.0claws51
12167
12168         * src/prefs_actions.c   ** NEW FILE **
12169         * src/prefs_actions.h   ** NEW FILE **
12170                 Added actions to execute on message text view, or on the
12171                         message's file.
12172         * src/Makefile.am
12173                 Added src/prefs_actions.[ch]
12174         * src/compose.c
12175                 Added new menu "Edit/Actions"
12176         * src/defs.h
12177                 Added new actionsrc file.
12178         * src/main.c
12179                 Added actionsrc reading.
12180         * src/mainwindow.c
12181                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12182         * src/prefs_common.h
12183                 Added new element actionslst element to prefs_common.
12184
12185 2002-02-06 [paul]       0.7.0claws50
12186
12187         * sync with sylpheed 0.7.0cvs36
12188                 see ChangeLog entry 2002-02-06
12189
12190 2002-02-05 [paul]
12191
12192         * po/es.po
12193                 updated by Ricardo Mones Lastra
12194
12195 2002-02-05 [paul]       0.7.0claws49
12196
12197         * sync with sylpheed 0.7.0cvs33
12198                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12199
12200 2002-02-05 [paul]       0.7.0claws48
12201
12202         * src/compose.c
12203                 re-add 'Edit/Advanced/Delete entire line', previously named
12204                 'Delete Line+'
12205
12206 2002-02-04 [paul]       0.7.0claws47
12207
12208         * src/compose.c
12209           src/summaryview.c
12210                 fix bug #494993 (Reply All not taking Reply-To into consi)
12211                 eliminate differences in behaviour of right-click 'Reply to all' 
12212                 in summary view and 'Reply to all' on the toolbar. 
12213                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12214                 view and From gets ignored by 'Reply to all' on toolbar.
12215                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12216                 From when no Reply-To header is present.
12217
12218 2002-02-04 [paul]       0.7.0claws46
12219
12220         * sync with sylpheed 0.7.0cvs30
12221                 see ChangeLog entries 2002-02-03 and 2002-02-04
12222
12223 2002-02-03 [melvin]     0.7.0claws45
12224
12225         * src/gtkspell.[ch]
12226                 Readded function to highlight all misspelled words.
12227                 Fixed bug where user-provided-words did not replace
12228                         correctly the misspelled word when using the mouse.
12229                 Fixed bug where checking a region selected from right to left did
12230                         not check the region at all.
12231                 Fixed bug where 'Check backwards' may not check at all. 
12232                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12233                 Fixed possible buffer overflow when checking for long strings (>1k).
12234                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12235                 Accelerators code uses now gtk_widget_add_accel.
12236                 Removed and disabled obsolete and unfinished code.
12237                 Cleaning up.
12238
12239         * src/compose.c
12240                 Added menu item to Highlight all misspelled words.
12241
12242 2002-02-01 [paul]       0.7.0claws44
12243
12244         * src/mainwindow.c
12245                 fix '/View/Hide read messages' sensitivity when all
12246                 messages in a folder are hidden
12247
12248 2002-02-01 [paul]       0.7.0claws43
12249
12250         * src/main.c
12251                 add --send option to command line interface, sends all
12252                 queued mail. Patch submitted by Ricardo Mones Lastra.
12253
12254 2002-01-31 [paul]       0.7.0claws42
12255
12256         * src/mainwindow.c
12257                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12258
12259 2002-01-31 [paul]       0.7.0claws41
12260
12261         * sync with sylpheed 0.7.0cvs27
12262                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12263                 and 2002-01-31
12264
12265         * src/textview.c
12266                 comment out elements of textview_show_part() as temporary
12267                 workaround for attachment 'Display as text' bug 
12268
12269         * po/pt_BR.po
12270                 updated by Fabio Junior Beneditto
12271
12272 2002-01-30 [paul]       0.7.0claws40
12273
12274         * sync with sylpheed 0.7.0cvs24
12275                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12276                 and 2002-01-30
12277
12278         * src/compose.c
12279                 add {N_("/_Spelling"), ... "<Branch>"} to 
12280                 GtkItemFactoryEntry compose_entries[]
12281
12282         * src/prefs_common.c
12283                 add claws menu items to prefs_keybind_apply_clicked()
12284                 and remove non-claws menu items
12285
12286 2002-01-29 [paul]       0.7.0claws39
12287
12288         * sync with sylpheed 0.7.0cvs22
12289                 see ChangeLog entries 2002-01-28 and 2002-01-29
12290
12291 2002-01-28 [melvin]     0.7.0claws38
12292
12293         * src/compose.c
12294                 Added the declartion of compose_send_control_enter.
12295
12296         * src/compose.c
12297         * src/gtkspell.[ch]
12298                 Added in a 'Spelling' menu which includes the configuration menu. 
12299                 Added a real 'Check all' and got rid from the old one which only
12300                 highlited misspelled word.
12301                 Made 'Check while typing' a disableable option.
12302                 Added a dialog when there are no more misspelled word.
12303                 Added a dialog if error occurs when switching to a dictionary.
12304         
12305         * src/prefs_common.[ch]
12306                 Added option for the default 'Check while typing' option.
12307
12308
12309 2002-01-28 [alfons]     0.7.0claws37
12310
12311         * src/compose.c
12312                 fix buglet and make code comply with sylpheed code style
12313
12314 2002-01-28 [paul]       0.7.0claws36
12315
12316         * sync with sylpheed 0.7.0cvs19
12317                 see ChangeLog entries for 2002-01-28
12318
12319 2002-01-28 [hoa]        0.7.0claws35
12320
12321         * src/defs.h
12322                 added rendererrc
12323
12324         * src/main.c
12325                 read the renderer config
12326
12327         * src/procmime.[ch]
12328                 use the renderer config to convert mime attachments
12329
12330         * src/textview.c
12331                 don't use textview_show_html/ertf,
12332                 use get_text_content instead
12333
12334 2002-01-27 [alfons]     0.7.0claws34
12335         
12336         * src/news.c
12337                 make sylpheed believe it can delete a news message...
12338                 (messages are NOT deleted, maybe we should remove
12339                 processing from the folder properties after all.)
12340
12341 2002-01-27 [alfons]     0.7.0claws33
12342
12343         * src/folder.c
12344                 add extra checks
12345         * src/news.c
12346                 implement remove_msg() 
12347
12348 2002-01-27 [alfons]     0.7.0claws32
12349
12350         * src/procmsg.h
12351         * src/procheader.c
12352         * src/messageview.c
12353                 fix return receipt / disposition notification again. this
12354                 stuff seems to break on _every_ major summary UI change, so
12355                 it's now implemented using a flag which is saved in the
12356                 marks cache
12357                 
12358 2002-01-26 [alfons]     0.7.0claws31
12359
12360         * src/import.c
12361                 let import dialog show the destination folder identifier
12362
12363 2002-01-26 [melvin]     0.7.0claws30
12364
12365         * src/folderview.c
12366         * src/summaryview.c
12367                 Readded 'Mark all read' into summary view popup menu
12368                 Added 'Mark all read' in folder view popup menu for IMAP
12369                 and NNTP.
12370                 Made it insensitive if the selected folder is not the shown
12371                 one to avoid 'Mark all read' on the wrong folder.
12372                 
12373 2002-01-26 [paul]       0.7.0claws29
12374
12375         * src/folderview.c
12376           src/summaryview.c
12377                 move 'Mark all read' from summary view to folder view
12378                 menu. (adapted from) patch submitted by Jeremy Andrews,
12379                 <lists@kerneltrap.com>
12380
12381 2002-01-25 [alfons]     0.7.0claws28
12382
12383         * src/gtkstext.c
12384                 put the gtk class name back so GtkSText adapts the 
12385                 settings of GtkText
12386
12387 2002-01-25 [alfons]     0.7.0claws27
12388
12389         * src/folderview.c 
12390                 assimilate Ricardo's patch that shows pixmaps instead of
12391                 plain "new" and "unread" texts in the folder view column
12392                 headers 
12393
12394 2002-01-25 [paul]       0.7.0claws26
12395
12396         * src/Makefile.am
12397                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12398                 be found in non-standard locations. 
12399                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12400
12401 2002-01-25 [paul]       0.7.0claws25
12402
12403         * sync with sylpheed 0.7.0cvs16
12404                 see ChangeLog entry 2002-01-25
12405
12406 2002-01-24 [paul]       0.7.0claws24
12407
12408         * more sync with sylpheed 0.7.0cvs15
12409                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12410
12411 2002-01-23 [sergey]     0.7.0claws23
12412
12413         * src/importldif.c
12414                 Fixed segfault when closing LDIF import wizard with
12415                 the window manager.
12416         * src/imageview.c
12417         * src/imageview.h
12418         * src/messageview.c
12419         * src/mimeview.c
12420                 Fixed wrong scrolling position after switching between
12421                 text and image parts.
12422
12423 2002-01-23 [paul]       0.7.0claws22
12424
12425         * sync with sylpheed 0.7.0cvs15
12426                 see ChangeLog entries 2002-01-22 and 2002-01-23
12427
12428 2002-01-21 [melvin]     0.7.0claws21
12429
12430         * src/prefs_scoring.c
12431         * src/prefs_filtering.c
12432                 Fixed bug where scoring and filtering windows stopped
12433                 autochecking.
12434
12435 2002-01-21 [paul]       0.7.0claws20
12436
12437         * sync with sylpheed 0.7.0cvs12
12438                 see ChangeLog entries 2002-01-20 and 2002-01-21
12439
12440 2002-01-21 [carsten]    0.7.0claws19
12441         * src/mainwindow.c
12442         * src/menu.[ch]
12443         * src/messageview.[ch]
12444         * src/summaryview.[ch]
12445                 changes to shortcuts handling again:
12446                         + "Q" now controled by mainwin
12447                         + v/V are now customizable and have slightly
12448                           different meanings
12449                 the "button" to minimize the messageview (and maximize
12450                 the summary view) is a real button now
12451         * src/compose.c
12452                 "Delete Line+" added to Edit/Advanced (this will also
12453                 delete the '\n')
12454
12455 2002-01-20 [melvin] 0.7.0claws18
12456
12457         * src/addressbook.c
12458                 Made "Bcc" sensitive when addressbook is called from
12459                 compose window (it was a Claws only bug).
12460
12461 2002-01-19 [alfons] 0.7.0claws17
12462
12463         * src/inc.c
12464                 prevent unnecessary updates when currently selected folder has
12465                 no new messages 
12466
12467 2002-01-19 [alfons] 0.7.0claws16
12468         
12469         * src/summaryview.c
12470                 prevent writing the cache based on current message list in summary 
12471                 view when filtering also put messages in currently selected folder
12472
12473 2002-01-19 [paul]
12474
12475         * po/it.po
12476                 Italian translation submitted by Alessandro Maestri
12477                 <a.maestri@cs.tin.it>
12478
12479 2002-01-18 [melvin]     0.7.0claws15
12480
12481         * src/prefs_filters.c
12482                 fixed bug where 'cancel' from 'filters' window stops autochecking
12483                 if the timer timed out  when the window was open.
12484
12485 2002-01-18 [match]      0.7.0claws14
12486
12487         * src/addrclip.[ch]     ** NEW FILE **
12488         * src/addrselect.[ch]   ** NEW FILE **
12489         * src/adbookbase.h      ** NEW FILE **
12490                 addressbook cut, copy and paste
12491         * src/addrbook.[ch]
12492         * src/addrcache.[ch]
12493         * src/addressitem.h
12494         * src/addrindex.[ch]
12495         * src/addritem.[ch]
12496         * src/importldif.c
12497         * src/importmutt.c
12498         * src/jpilot.[ch]
12499         * src/syldap.[ch]
12500         * src/vcard.[ch]
12501         * src/jpilot.[ch]
12502         * src/editbook.c
12503         * src/editjpilot.c
12504         * src/editldap.c
12505         * src/editvcard.c
12506                 support for copy/paste
12507         * src/addressbook.c
12508                 support for copy/paste
12509                 tidy up menu option processing
12510                 correct address list function arguments
12511         * src/editaddress.c
12512                 sort user attributes
12513         * src/ldif.h
12514         * src/mutt.h
12515                 tidy up
12516
12517         * src/addrbook.[ch]
12518         * src/addrbook.[ch]
12519         * src/addrbook.[ch]
12520                 
12521
12522 2002-01-18 [paul]       0.7.0claws13
12523
12524         * sync with sylpheed 0.7.0cvs8
12525                 configure.in: support Mac OS X (Darwin)
12526
12527 2002-01-18 [carsten]    0.7.0claws12
12528         * src/html.c
12529                 small hack to fix a segfault with an empty href
12530                 (reported by Alexandra Walford <deeni@altern.org>)
12531         * src/mainwindow.c
12532         * src/summaryview.c
12533                 the shortcuts for Mark und Mark as unread are hardcoded
12534                 again
12535         * src/compose.c
12536         * src/gtkstext.[ch]
12537                 readded the shortcuts in gtkstext but made them
12538                 customizeable (simply by adding a menu plus a wrapper
12539                 to compose.c)
12540
12541 2002-01-17 [melvin]     0.7.0claws11
12542
12543         * src/gtkspell.c
12544                 fix default dictionary not being saved.
12545
12546 2002-01-16 [darko]      0.7.0claws10
12547
12548         * src/compose.c
12549                 fix wrapping crash with URL longer than wrapping margin
12550
12551 2002-12-08 [hoa]        0.7.0claws10
12552
12553         * src/matcher_parser_parse.y
12554                 fixed some bugs
12555
12556         * src/prefs_filtering.c
12557                 now, we can use bounce action in the dialog box.
12558
12559 2002-01-16 [carsten]    0.7.0claws9
12560         * src/gtkstext.c
12561                 removed the <control> and <alt> shortcuts because they're
12562                 not needed and interefered with the "normal" shortcuts
12563         * src/mainwindow.c
12564         * src/summaryview.c
12565                 removed most of the hardcoded shortcuts and assigned
12566                 them to menu entries making them easy customizable by
12567                 that
12568
12569 2002-01-16 |melvin]     0.7.0claws8
12570
12571         * src/gtkspell.c
12572                 fixed bug where using the mouse and when the compose
12573                 window is not on top may result in a crash.
12574
12575 2002-01-16 [melvin]     0.7.0claws7
12576
12577         * src/compose.c
12578                 fixed a long standingspell checker bug which could 
12579                 cause a crash after sending a message.
12580
12581 2002-01-16 [paul]       0.7.0claws6
12582
12583         * sync with sylpheed 0.7.0cvs7
12584                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12585                 2002-01-15, and 2002-01-16
12586
12587 2002-01-16 [melvin]     0.7.0claws5
12588
12589         * README.claws
12590         * src/compose.c
12591         * src/gtkspell.[ch]
12592         * src/main.c
12593                 Heavily modified spell checker code to work around
12594                 ispell bug, to add keyboard shortcuts and for future
12595                 enhancements. See README.claws for usage information.
12596
12597 2002-01-15 [alfons]     0.7.0claws4
12598         
12599         * src/summaryview.c
12600                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12601                 so sorting within threads reflects sort mode
12602
12603 2002-01-15 [christoph]  0.7.0claws3
12604
12605         * src/procmsg.c
12606                 added alertpanel if mail sending failed
12607
12608 2002-01-15 [alfons]     0.7.0claws2
12609         
12610         * src/prefs_filtering.c
12611                 don't stop timer when prefs filtering dialog is opened
12612
12613 2002-01-14 [alfons]     0.7.0claws1
12614
12615         * src/addr_compl.c
12616         * src/prefs.c
12617                 remove debug_print()s for privacy reasons
12618
12619 2002-01-14 [darko]      0.7.0claws
12620
12621         * README.claws
12622                 quotation wrapping is now also in the main branch
12623
12624 2002-01-14 [paul]
12625
12626         * tools/filter_conv.pl
12627                 allow for Boolean Op and case-sensitivity
12628                 this file is included in the release and tagged
12629                 'rel_0_7_0'
12630
12631 2002-01-13 [paul]       0.7.0claws
12632
12633         * release 0.7.0, with cvs tag 'rel_0_7_0'
12634
12635 2002-01-13 [paul]
12636
12637         * tools/filter_conv.pl
12638         * tools/README
12639                 rewritten to output to matcherrc instead of filteringrc
12640
12641         * po/es.po
12642                 updated Spanish translation by Ricardo Mones Lastra
12643
12644 2002-01-13 [alfons]
12645
12646         * po/nl.po
12647                 update dutch translation
12648
12649 2002-01-13 [paul]
12650
12651         * po/pt_BR.po
12652                 Updated by Fabio Junior Beneditto 
12653
12654 2002-01-13 [melvin]     0.6.6claws53
12655
12656         * po/fr.po
12657                 Updated french translation
12658
12659 2002-01-12 [alfons]     0.6.6claws52
12660
12661         * src/filtering.c
12662                 plug mem leak that has been sitting there for ages              
12663
12664 2002-01-12 [alfons]     0.6.6claws51
12665
12666         * src/summaryview.c
12667                 undo melvin's changes from 0.6.6claws48 because summary
12668                 view now refuses to select first unread message when
12669                 selecting a folder 
12670
12671 2002-01-11 [alfons]     0.6.6claws50
12672
12673         * src/import.c
12674                 use claws' semantics for getting folder item when
12675                 importing an mbox file into a folder 
12676                 (submitted by Dale P. Smith)
12677
12678 2002-01-11 [christoph]  0.6.6claws49
12679
12680         * src/prefs.h
12681                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12682                 toggle widget, because non static prefs can not use
12683                 prefs_set_* functions
12684         * src/prefs_account.c
12685                 toggle smtp auth password field sensitivity if
12686                 user id is empty and add descrition of usage for
12687                 these fields
12688         * src/prefs_folder_item.c
12689                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12690                 callbacks
12691
12692 2002-01-11 [melvin]     0.6.6claws48
12693
12694         * src/compose.c
12695                 fix the 'Ctrl-Enter' feature for sending and test really
12696                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12697                 editables which was not documented in Gtk)
12698
12699         * src/summaryview.c
12700                 Made summaryview refresh after sorting and not before.
12701
12702 2002-01-11 [christoph]  0.6.6claws47
12703
12704         * src/compose.c
12705                 select account from account ids if possible and
12706                 correctly set save folder for copy in reedit
12707
12708 2002-01-10 [paul]       0.6.6claws46
12709
12710         * sync with sylpheed 0.7.0 release
12711                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12712                 2002-01-09
12713
12714 2002-01-09 [alfons]
12715
12716         * src/summaryview.c
12717                 remove more dirt traces...
12718
12719 2002-01-09 [alfons]
12720         
12721         * src/summaryview.c
12722                 clean up some traces of my debugging stuff
12723
12724 2002-01-09 [alfons]     0.6.6claws45
12725
12726         * src/filtering.c
12727                 break up filteringprop_apply() in three separate pieces
12728                 so we can drop messages that failed processing in the
12729                 inbox
12730
12731         * src/summaryview.c
12732                 fix bug #469598 "no refresh of inbox after filter" which 
12733                 was introduced by the new summary view locking, and which 
12734                 prevented the summary view to update after a manual filter 
12735                 message. claw's filter message requires a summary_show().
12736                 (aargh, summary_show() again! :-)
12737                 
12738 2002-01-07 [alfons]     0.6.6claws44
12739
12740         * src/headerwindow.c
12741         * src/logwindow.c
12742         * src/messageview.c
12743         * src/sourcewindow.c
12744                 bring in Hiro's last 0.7.0 wm class fixes
12745
12746         * tools/sylprint.pl
12747                 bring in Ricardo's fix for sylprint script
12748
12749         * AUTHORS       
12750         * src/rfc2015.[ch]
12751         * src/prefs_common.[ch]
12752         * src/prefs_account.[ch]
12753         * src/compose.c
12754                 clean up account preference poison in rfc2015,
12755                 and preparation to fix double sign bug 
12756                 (patch submitted by Simon 'corecode' Schubert)
12757
12758 2002-01-07 [christoph]  0.6.6claws43
12759
12760         * src/mh.c
12761                 search for free message number, do not only rely
12762                 on last_num
12763         * src/send.c
12764                 fix smtp auth and use extra account information
12765                 if available, if not use pop3 data instead
12766                 (closes bug #500341)            
12767         * src/ssl.[ch]
12768                 match coding style
12769
12770 2002-01-06 [alfons]     0.6.6claws42
12771
12772         * src/mainwindow.c
12773                 try making the separate windows work again...
12774
12775 2002-01-06 [alfons]     0.6.6claws41
12776
12777         * src/mainwindow.c
12778                 adapt Hiro's separate window menu (to get rid of the funny
12779                 duplicate menu items), and make it work again
12780
12781 2002-01-06 [alfons]     0.6.6claws40
12782
12783         * tools/Makefile.am
12784         * tools/sylprint.rc
12785         * tools/sylprint.pl
12786         * tools/README.sylprint
12787                 add sylprint script for printing mails from Sylpheed
12788                 (contributed by Ricardo Mones Lastra)
12789
12790         * src/acount.c
12791                 clean up
12792
12793 2002-01-06 [melvin]     0.6.6claws39
12794
12795         * src/mainwindow.c
12796         * src/summaryview.c
12797                 Fixed crash introduced in 0.6.6claws38 by the menu
12798                 reorganisation (Hide read messages)
12799         
12800         * ChangeLog.claws 
12801                 Fixed typo (we are now in 2002, alfons ;) )
12802
12803 2002-01-05 [alfons]     0.6.6claws38
12804
12805         * sync with sylpheed 0.6.6cvs10-17
12806                 (last stuff marked as LAST_STABLE)
12807
12808 2002-01-04 [melvin]     0.6.6claws37
12809
12810         * src/account.c
12811                 Made account selection code use strcasestr again instead of
12812                 g_strcasecmp (fixes bug where reediting queued messages
12813                 did not select proper account reported by T. Link).
12814         
12815         * src/folderview.c
12816                 Fix bug where folder icons are not shown when 'hide read messages'
12817                 is on.
12818         
12819         * src/stock_pixmaps.[ch]
12820                 Added folder icons for 'hide read messages'.
12821         
12822         * src/compose.c
12823                 Fixed bug where 'Enter' in a header entry will send the message 
12824                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12825
12826 2002-01-03 [melvin]     0.6.6claws36
12827         
12828         * src/prefs.[ch]
12829                 Added popup menu for common preferences and
12830                 account preferences (right click on tab displays
12831                                 a menu of all tabs.)
12832
12833 2002-01-02 [melvin]     0.6.6claws35
12834
12835         * src/gtkspell.[ch]
12836                 Made spelling code compatible with undo/redo feature.
12837                 Added creation of suggestion mode menu for the general
12838                         preferences.
12839         
12840         * src/prefs_common.[ch]
12841                 Added option menu for the speller's suggestion mode.
12842                 Added missing spaces in "..." buttons and made a "..."
12843                         button non translatable!
12844         
12845         * src/compose.c
12846                 Made speller use the default suggestion mode.
12847                 Hack to make it possible to choose 'CTRL-Enter' as a
12848                         shortcut for sending (and only for sending).
12849
12850         * src/prefs_folder_item.c
12851                 Changing subject simplification does not update cache 
12852                         anymore (because it is unnecessary).
12853                 Fixed bug where changing subject simplification updated the 
12854                         summaryview even when the viewed folder is not the
12855                         folder which properties are being changed. (E.g. 
12856                                         viewing folder A and changing
12857                                         the subject simplification of 
12858                                         folder B -not being viewed- updated the 
12859                                         summaryview of folder A with data of
12860                                         folder B). (Hope this is clear... )
12861
12862 2001-12-31 [alfons]     0.6.6claws34
12863         
12864         * src/ldif.c
12865         * src/mutt.c
12866                 fgetc() returns a signed integer which doesn't
12867                 fit in a char. so c truncates this to a char
12868                 but we may lose significant bits. i.e. we may
12869                 comparing 0xFF which may not be equal to -1
12870                 unless properly casted to signed char which
12871                 we won't do because fgetc() returns a signed
12872                 integer which doesn't fit in a char. so c 
12873                 truncates this to a char but we may lose 
12874                 significat bits. (you got the idea, thanks
12875                 to Gustavo Noronha Silva <kov@debian.org>
12876                 and the Debian folks!)
12877
12878 2001-12-30 [alfons]     0.6.6claws33
12879
12880         * src/prefs_common.c
12881                 add #ifdef USE_PSPELLs that Melvin forgot               
12882
12883 2001-12-30 [melvin]     0.6.6claws32
12884         
12885         * src/prefs_common.[ch]
12886                 Added configurable color for misspelled words.
12887
12888         * src/gtkspell.[ch]
12889                 Fixed bug of foreground text color (reported by David
12890                                 Mehrmann)
12891                 Added configurable color for misspelled words.
12892
12893 2001-12-30 [alfons]     0.6.6claws31
12894
12895         * src/folder.c
12896                 remove unnecessary things someone put there
12897
12898         * src/mh.c
12899         * src/folder.[ch]
12900                 make folder properties (like threading and sorting) persistent
12901                 (closes bug #497424 "rescan folder tree resets proprieties")
12902                 currently this is only for MH folders. 
12903
12904 2001-12-29 [melvin]     0.6.6claws30
12905
12906         * src/string_match.[ch]
12907                 Optimized a bit: regexp pattern buffer compiled only once, and
12908                   one subroutine call removed. Fixed ^ regexp search: Now, 
12909                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12910         
12911         * src/summaryview.c
12912                 Subject filtering changed to filter summary columns and
12913                   not directly the messages subject cache. The loss in 
12914                   performance is balanced by the improvement of string_match.
12915                 Added an alert panel if there is an error in the regexp.
12916
12917         * src/src/prefs_folder_item.h
12918                 Added a regexp pattern buffer.
12919
12920 2001-12-28 [alfons]     0.6.6claws29
12921
12922         * src/string_match.[ch]
12923                 clean up name space
12924                 allow compilation *BSD
12925
12926 2001-12-27 [alfons]     0.6.6claws28
12927
12928         * src/filter.c
12929                 sync the Hiro's bug fix for BSD
12930
12931 2001-12-27 [melvin]     0.6.6claws27
12932         
12933         * src/compose.c
12934                 Simplify focus to subject entry code.
12935
12936 2001-12-27 [darko]      0.6.6claws26
12937
12938         * src/filtering.c
12939         * src/mbox_folder.c
12940         * src/messageview.c
12941         * src/mh.c
12942         * src/procheader.[ch]
12943         * src/procmsg.h
12944         * src/stock_pixmap.[ch]
12945         * src/summaryview.c
12946                 Show key icon for encrypted mails in summary view
12947
12948         * src/pixmaps/clip.xpm
12949         * src/pixmaps/clipkey.xpm
12950         * src/pixmaps/key.xpm
12951                 New/modified icons for the above
12952
12953 2001-12-27 [melvin]     0.6.6claws25
12954
12955         * src/prefs_common.c
12956                 Put spell checker options in a separate tab to decrease
12957                 the Common Preferences window height.
12958
12959         * README.claws  
12960                 Update spell checker usage instruction about its options
12961                 location.
12962
12963 2001-12-27 [melvin]     0.6.6claws24
12964
12965         * src/compose.c
12966                 Changed subject entry widget position. Initial focus is
12967                 on the To header instead of the subject entry.
12968                 Creating a new header scrolls the header list to make the
12969                 created one visible. Nevertheless, when automatically filling
12970                 headers, the first one is shown.
12971                 A Tab key press in the last empty header entry zips the 
12972                 focus to the subject entry.
12973                 (I did not change the combo boxes, yet)
12974
12975 2001-12-26 [alfons]     0.6.6claws23
12976
12977         * src/prefs_account.c
12978         * src/inc.c
12979                 allow default inbox to reside in another mailbox (only
12980                 works for POP3 accounts)
12981
12982 2001-12-26 [alfons]     0.6.6claws22
12983         
12984         * src/textview.c
12985                 make reply-on-click work with the account of the selected folder
12986         * src/compose.c
12987                 put a fixme here to remind me to fix finding correct default
12988                 account for nested folders
12989
12990 2001-12-25 [alfons]     0.6.6claws21
12991
12992         * src/summaryview.c
12993                 make column headers display locked and mark pixmaps (idea by Melvin) 
12994                 fix bug by adding score and locked column type to sort array
12995
12996 2001-12-25 [alfons]     0.6.6claws20
12997         
12998         * src/summaryview.c
12999                 catch a *potentially* inadvertent write back of  
13000                 the message cache(s) introduced by 0.6.5claws37
13001
13002 2001-12-25 [christoph]  0.6.6claws19
13003
13004         * src/stock_pixmap.[ch]
13005         * src/summaryview.c
13006                 add ignore thread pixmap
13007                 (can someone draw a better icon for this?)
13008
13009 2001-12-24 [alfons]     0.6.6claws18
13010
13011         * src/prefs_folder_item.c
13012                 make address completion actually work for the
13013                 Default To address in the Folder Property dialog.
13014
13015 2001-12-24 [alfons]     0.6.6claws17
13016         
13017         * src/summaryview.c
13018                 use new style regexp for subject stripping 
13019                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13020
13021 2001-12-24 [darko]      0.6.6claws16
13022
13023         * src/pgptext.c
13024         * src/rfc2015.c
13025                 move GPG related informational messages to debug mode
13026
13027 2001-12-23 [alfons]     0.6.6claws15
13028
13029         * src/stock_pixmap.[ch]
13030         * src/summaryview.c
13031                 add the forgotten Claws' locked pixmap
13032
13033 2001-12-23 [alfons]     0.6.6claws14
13034
13035         * src/filesel.c
13036                 accept file name typed in entry in multi file
13037                 selector (patch submitted by Gustavo Noronha Silva 
13038                 <kov@debian.org>)
13039
13040 2001-12-23 [alfons]     0.6.6claws13
13041
13042         * src/prefs_filter.c
13043         * src/prefs_filtering.c
13044         * src/matcher.c
13045         * src/importmutt.c
13046                 clean up a little bit
13047         
13048         * src/string_match.c
13049                 validate input strings a little bit more
13050
13051 2001-12-23 [alfons]     0.6.6claws12
13052
13053         * src/Makefile.am
13054         * src/summaryview.c
13055         * src/string_match.[ch]         ** NEW **
13056         * src/folderview.[ch]
13057         * src/headerview.h
13058         * src/folder.[ch]
13059         * src/prefs_folder_item.[ch]
13060                 add subject simplification to strip out strings from
13061                 a subject line (esp. handy for mailing lists). 
13062                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13063                 but slightly changed things for better integration.)
13064
13065 2001-12-23 [alfons]     0.6.6claws11
13066
13067         * src/mainwindow.c
13068                 fix bug introduced by submission included in 0.6.5claws52.
13069                 ideally this submission should clean the trash if any trash
13070                 folder has a message. however, the hasTrash variable was
13071                 set to false whenever a trash folder was empty (discarding
13072                 a previously found *filled* trash folder.)
13073
13074                 also edited the code a little bit and made it more safe.
13075
13076 2001-12-22 [alfons]     0.6.6claws10
13077
13078         * src/imap.c
13079                 quick fix for Martin Pool's omission of an account
13080                 specific SSL setting
13081
13082 2001-12-22 [alfons]     0.6.6claws9
13083
13084         * src/compose.c
13085         * src/messageview.c
13086         * src/mimeview.c
13087         * src/pgptext.c
13088         * src/procmime.[ch]
13089                 better support for multipart/digest (submitted
13090                 by Fredrik <e98fo@efd.lth.se>)
13091
13092 2001-12-22 [alfons]     0.6.6claws8
13093
13094         * src/addressbook.c
13095                 correct function signature
13096         * src/socket.[ch]
13097         * src/imap.[ch]
13098         * src/prefs_account.[ch]
13099                 allow IMAP over SSH tunnel (patch submitted by 
13100                 Martin Pool <mbp@samba.org>)
13101
13102 2001-12-21 [alfons]     0.6.6claws7
13103
13104         * sync with sylpheed 0.6.6cvs4-9
13105                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13106
13107 2001-12-21 [christoph]  0.6.6claws6
13108
13109         * src/compose.c
13110         * src/prefs_folder_item.[ch]
13111                 implement saving of outgoing messages to current folder.
13112                 fix segfault when no default outbox is available
13113                 (closes bug #495683)
13114
13115 2001-12-21 [carsten]    0.6.6claws5
13116         * src/folderview.c
13117         * src/summaryview.c
13118                 pressing CTRL while DND does now the expected thing and
13119                 copies the mail (moving is still the default, as this
13120                 seam more appropriate for handling mails by DND)
13121
13122 2001-12-18 [paul]       0.6.6claws4
13123
13124         * sync with sylpheed 0.6.6cvs3
13125                 see ChangeLog entries 2001-12-18
13126
13127 2001-12-18 [hiro]       0.6.6claws3
13128
13129         * src/undo.c
13130                 fix for multibyte characters (obtain the number of letters
13131                 instead of bytes).
13132
13133 2001-12-17 [paul]       0.6.6claws2
13134
13135         * sync with sylpheed 0.6.6cvs1
13136                 see ChangeLog entry 2001-12-16
13137
13138 2000-12-17 [alfons]     0.6.6claws1
13139
13140         * src/filtering.c
13141                 clean up
13142
13143 2001-12-16 [paul]       0.6.6claws
13144 2001-12-15
13145
13146         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13147
13148         * src/mimeview.c
13149                 last minute sync with main 0.6.6
13150
13151         * po/es.po
13152                 updated by Ricardo Mones Lastra
13153                 update for last minute sync
13154         * po/fr.po
13155         * po/nl.po
13156                 update for last minute sync
13157         * po/de.po
13158                 updated by Jens Oberender
13159         * po/pt_BR.po
13160                 updated by Fabio Junior Beneditto
13161
13162         * src/prefs_common.[ch]
13163         * src/undo.c
13164                 number of undo levels is user configurable
13165                 (squeeze it into the release in the dying
13166                 moments) Submitted by Jens Oberender    
13167
13168 2001-12-15 [melvin]
13169
13170         * po/fr.po
13171                 updated french translation
13172
13173 2001-12-15 [paul]       0.6.5claws92
13174
13175         * sync with sylpheed 0.6.5cvs28
13176                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13177
13178         * po/nl.po
13179                 update to allow for sync
13180
13181 2001-12-15 [alfons]
13182         
13183         * po/nl.po
13184                 update dutch translation
13185
13186 2001-12-14 [carsten]    0.6.5claws91
13187         * src/summaryview.c
13188                 fixed bug #473785; also after changing the column order
13189                 the same message will be selected and displayed as before
13190                 the reordering
13191
13192 2001-12-14 [carsten]    0.6.5claws90
13193         * src/folderview.c
13194                 probably found the bug reported by wwb opening or closing
13195                 a folder tree just before dnd (found the solution in the
13196                 balsa source -- thanks to them)
13197
13198 2001-12-14 [carsten]    0.6.5claws89
13199         * src/gtkutils.c
13200         * src/account.c
13201                 moved gtk_clist_moveto to the right place, so that
13202                 only the accounts dialog is effected on opening
13203
13204 2001-12-14 [carsten]    0.6.5claws88
13205         * src/gtkutils.c
13206                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13207                 now, so that the focused row will be seen in any case
13208                 (reported by wwp on sf-claws-user)
13209
13210 2001-12-14 [darko]      0.6.5claws87
13211
13212         * src/compose.c
13213                 remove unnecessary line
13214
13215 2001-12-14 [paul]       0.6.5claws86
13216
13217         * sync with sylpheed 0.6.5cvs27
13218                 see ChangeLog entries 2001-12-14
13219
13220 2001-12-14 [carsten]    0.6.5claws85
13221         * src/mainwindow.c
13222                 following a suggestion of Melvin the rcoabm pops up
13223                 right under the button now and the button is reliefed
13224                 while the popup is open
13225
13226 2001-12-14 [darko]      0.6.5claws84
13227
13228         * src/compose.c
13229                 fix crash when wrapping long lines if linewrap quotation
13230                 is disabled and wrapper encounters a word spanning more
13231                 than one line
13232
13233 2001-12-13 [paul]       0.6.5claws83
13234
13235         * src/compose.c
13236                 prefer 'Reply-To' header over mailing list header when
13237                 replying to a message. Finally prevent all those confirmation 
13238                 messages being sent to the list itself.
13239
13240         * src/summaryview.c
13241                 remove unused summary_set_menu_sensitive() entry
13242
13243 2001-12-13 [paul]       0.6.5claws82
13244
13245         * src/folderview.c
13246         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13247         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13248         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13249                 improvements to 'Hide read messages': Inbox, Outbox,
13250                 Trash, Queue, and Draft icons now reveal presence of hidden 
13251                 messages
13252
13253 2001-12-12 [alfons]     0.6.5claws81
13254
13255         0.6.5claws80 was tagged as LAST_STABLE
13256
13257         * src/filtering.[ch]
13258         * src/matcher.[ch]
13259         * src/matcher_parser_lex.c
13260                 fix the filtering; my last attempt to get it right, 
13261                 if it does not work, it's Hoa's turn. ;-)
13262
13263                 for my honourable peers:
13264                 
13265                 the code now makes a clear distinction between
13266                 rules as they are displayed (probably escaped),
13267                 and as they are executed (probably unescaped). the
13268                 parser does *NOT* do any unescaping, this is
13269                 the task of the matcher.c (which breaks up a
13270                 rule into condition) and the filtering.c (which
13271                 breaks up the rule's action). to make this
13272                 run happily we provide an unescaped copy of
13273                 crucial strings to the MatcherProp and 
13274                 FilteringAction structures. note that the only
13275                 exception to this is any REGEXP string. those
13276                 are directly passed to regcomp() and regexp()
13277                 (who have much more powerful unescape functions).
13278                 
13279                 for everyone else:
13280         
13281                 you can escape tab (\t), carriage return (\r),
13282                 linefeed (\n), form feed (\f), quote (\"), 
13283                 single quote (\'), bell (\b) in all the entry
13284                 lines in the scoring & filtering dialogs.
13285                 as an added bonus this should not affect
13286                 existing filtering rules.
13287
13288 2001-12-12 [carsten]    0.6.5claws80
13289
13290         * src/summaryview.c
13291         * po/de.po
13292                 "item(s) selected" is now sensitive to 1 or more
13293                 than one selected (nice for language where simple
13294                 adding of a "s" is not possible as German (Eintrag
13295                 ->Eintr"age)
13296                 
13297                 the "forward as attachment" entry from the right
13298                 click menu removed, "forward" acts following the
13299                 prefs
13300         
13301         * src/textview.c
13302                 reverted my former changes; so compiler warning again
13303                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13304                 nevertheless
13305
13306         * src/messageview.c
13307                 "search in message" does now *not* only work in MVIEW_TEXT
13308                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13309                 message
13310
13311         * src/mainwindow.c
13312                 removed "/File/_Close" as it was the same as "/File/E_xit"
13313                 and we don't need it two times
13314
13315                 the separate folder view and message view now get a distinct
13316                 WMCLASS, just in case someone is using sawfish ;-)
13317
13318                 as the menu entries "/View/Message view" and "/View/Folder tree"
13319                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13320                 make them sensitive accordingly and as these two are "shown"
13321                 after startup anytime check this menuitem at startup
13322
13323 2001-12-12 [paul]       0.6.5claws79
13324
13325         * src/folderview.c
13326                 fix sensitivity of 'Search folder...', broken in
13327                 0.6.5claws75
13328
13329         * src/mainwindow.c
13330                 fix dodgy English
13331
13332 2001-12-11 [carsten]    0.6.5claws78
13333         * src/filtering.c
13334                 fixed two typos returning a wrong FALSE/TRUE
13335         * src/mainwindow.[ch]
13336                 extra menu for email/news button removed
13337
13338 2001-12-11 [alfons]     0.6.5claws77
13339         
13340         * src/matcher.c                 (1.3)
13341         * src/matcher_parser_lex.l      (1.28)
13342                 revert for another attempt
13343                 mark 0.6.5claws77 as LAST_STABLE
13344
13345 2001-12-11 [christoph]  0.6.5claws76
13346
13347         * po/de.po
13348                 fixed wrong translation for prev. unread msg
13349
13350 2001-12-11 [paul]       0.6.5claws75
13351
13352         * src/folder.[ch]
13353         * src/folderview.c
13354         * src/mainwindow.c
13355         * src/summaryview.[ch]
13356         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13357                 enable ability to hide read messages on per folder basis via 
13358                 '/Summary/Hide read messages'; when selected, a folder will 
13359                 have a red open folder icon, instead of a blue icon, if the 
13360                 folder contains hidden messges
13361                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13362
13363         * src/mainwindow.c
13364                 remove '/Message/Forward as attachment' from 
13365                 main_window_set_menu_sensitive() to prevent debug warning
13366
13367         * src/folderview.c
13368         * src/mainwindow.c
13369                 Clean up some of the English
13370
13371         * tools/newscache_clean.pl
13372                 allow for new 'hidereadmsgs' entry in folderlist.xml
13373
13374         * po/es.po
13375                 updated translation, submitted by Ricardo Mones Lastra
13376
13377 2001-12-11 [paul]       0.6.5claws74
13378
13379         * sync with sylpheed 0.6.5cvs25
13380                 see ChangeLog entry 2001-12-11
13381
13382 2001-12-10 [alfons]     0.6.5claws73
13383
13384         * src/matcher.c
13385                 add more control characters
13386         * src/matcher_parser_lex.l
13387                 make escaping / unescaping work again
13388
13389 2001-12-10 [alfons]     0.6.5claws72
13390
13391         * src/imap.c
13392                 clean up warnings "returning value for void function" 
13393         * src/prefs_filtering.c
13394                 make info button for execute action sensitive
13395
13396 2001-12-10 [paul]       0.6.5claws71
13397
13398         * src/compose.c
13399         * src/imap.[ch]
13400         * src/summaryview.c
13401                 fix: imap server now gets informed of MARKED, UNMARKED
13402                 and REPLY events. Now people can use different IMAP-Mail
13403                 clients and have the exact same information about MARKED,
13404                 UNMARKED and REPLY status with all of them. Especially
13405                 useful for imap servers with a web-frontend.
13406                 submitted by Tobias Sandhaas <medlor@web.de>
13407
13408 2001-12-09 [melvin]     0.6.5claws70
13409         
13410         * src/textview.[ch]
13411                 fixed bug #490076 (hunted down by Alfons who implemented
13412                 a workaround in 0.6.5claws65)
13413
13414 2001-12-09 [christoph]  0.6.5claws69
13415
13416         * src/summaryview.c
13417                 set pointer to string in LOCKED column to NULL
13418                 (might fix bug #490800)
13419
13420 2001-12-09 [carsten]    0.6.5claws68
13421
13422         * po/de.po
13423                 resolved some cluttered menu shortcuts 
13424                 ('creating new email' and 'creating news message'
13425                 hade the same)
13426         * src/compose.c
13427                 wmclass now distinc from main window
13428         * src/mainwindow.c
13429           src/mainwindow.h
13430                 email/news and forward button functionality similar
13431                 to the reply buttons; removed the ugly dropdown arrows
13432                 and use instead the right mouse button
13433
13434 2001-12-09 [paul]       0.6.5claws67
13435
13436         * src/imap.c
13437         * src/utils.h
13438                 allow spaces in imap folder names
13439                 submitted by Willem van Engen <wvengen@stack.nl>
13440
13441 2001-12-09 [paul]       0.6.5claws66
13442
13443         * sync with sylpheed 0.6.5cvs24
13444                 see ChangeLog entry 2001-12-09
13445
13446 2001-12-08 [alfons]     0.6.5claws65
13447
13448         * src/textview.c
13449                 prevent secondary selection claim after "add to sender" dialog
13450                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13451                 we trick GTK by simulating a click at (0, 0) in the textview.
13452
13453 2001-12-08 [hoa]        0.6.5claws64
13454
13455         * src/folder.c
13456                 fixed a bug about the .processing folder name while filtering
13457
13458 2001-12-08 [alfons]     0.6.5claws63
13459
13460         * src/folderview.c 
13461                 work around problem of not correctly updating folder stats
13462                 when deleting messages. there's some folder scanning evil
13463                 going so the folderview_update_msg_num() does not work
13464                 correctly. need to investigate this.
13465
13466 2001-12-08 [paul]       0.6.5claws62
13467
13468         * sync with sylpheed 0.6.5cvs23
13469                 see ChangeLog entry 2001-12-08
13470
13471 2001-12-07 [christoph]  0.6.5claws61
13472
13473         * src/compose.c
13474                 fix another header translation problem
13475
13476 2001-12-07 [alfons]     0.6.5claws60
13477
13478         * src/mbox.c
13479                 make filtering also work on local spool mbox
13480
13481 2001-12-07 [carsten]    0.6.5claws59
13482         * src/addressbook.c
13483                 addressbook window gets a wmclass distinct from the main
13484                 sylpheed window
13485         * src/compose.h
13486         * src/mainwindow.[ch]
13487                   forward menu item will use mode selected in prefs, forward 
13488                 as attatchment in menu removed (will be substituted in the
13489                 toolbar similar to reply buttons)
13490                   create news message menu entry and news button is now 
13491                 sensitive to the existance of a news account
13492         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13493         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13494         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13495                 these are removed because the toolbar buttons don't show
13496                 the quoting modus any longer
13497
13498 2001-12-07 [paul]
13499
13500         * tools/newscache_clean.pl      ** NEW FILE **
13501                 perl script to do some tidying up in the newscache directory 
13502                 
13503         * tools/sylpheed-switcher       ** NEW FILE **
13504                 perl script to enable easy switching between main and claws
13505                 
13506         * tools/README
13507                 added descriptions of the two new perl scripts          
13508
13509
13510 2001-12-07 [melvin]     0.6.5claws58
13511
13512         * src/messageview.c
13513                 fixed a warning during compilation introduced in 0.6.5claws56
13514
13515 2001-12-07 [paul]       0.6.5claws57
13516
13517         * src/mainwindow.[ch]
13518         * src/menu.[ch]
13519                 further usability enhancements to replying with or without 
13520                 quoting via the toolbar, use of Ctrl key is replaced by 
13521                 drop down menu 
13522                 Submitted by Carsten Schurig            
13523
13524 2001-12-07 [melvin]     0.6.5claws56
13525
13526         * src/messageview.c
13527                 hack to fix bug that prevented to make/paste selections
13528                 after switching between MVIEW_TEXT and MVIEW_MIME views
13529                 without deselecting the selection first.
13530
13531 2001-12-06 [alfons]     0.6.5claws55
13532
13533         * src/filtering.[ch]
13534         * src/inc.c
13535                 revise filtering a little bit more, and make sure
13536                 messages are delivered to the appropriate inbox
13537                 (perhaps set per account)
13538
13539 2001-12-06 [paul]       0.6.5claws54
13540
13541         * sync with sylpheed 0.6.5cvs22
13542                 see ChangeLog entry 2001-12-06
13543
13544 2001-12-05 [alfons]     0.6.5claws53
13545
13546         * src/inc.c
13547         * src/folder.[ch]
13548         * src/procmsg.c
13549         * src/filtering.c
13550                 more revisions of filtering system
13551                 (last stable version is marked as LAST_STABLE)
13552                 
13553                 | NOTE 1): the filtering system now uses a local folder called
13554                 | .processing. if filtering fails, check this directory
13555                 | for missing messages.
13556                 |
13557                 | NOTE 2): help us find the filtering actions still missing
13558
13559 2001-12-05 [paul]       0.6.5claws52
13560
13561         * src/mainwindow.c
13562                 fix bug where 'Empty Trash?' pop-up window appears even
13563                 when Trash is empty, submitted by Jesse Skinner         
13564
13565 2001-12-05 [melvin]     0.6.5claws51
13566
13567         * src/compose.c
13568                 fixed bug #486106 to select correct account when reediting 
13569                 a queued message
13570         
13571 2001-12-04 [alfons]     0.6.5claws50
13572
13573         * src/mh.c
13574                 declare markfile in appropriate functions when
13575                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13576                 for spotting this)
13577
13578 2001-12-04 [paul]       0.6.5claws49
13579
13580         * sync with sylpheed 0.6.5cvs21
13581                 see ChangeLog entry 2001-12-04
13582
13583 2001-12-03 [christoph]  0.6.5claws48
13584
13585         * po/de.po
13586                 changed translation of undo
13587         * src/account.c
13588         * src/folder.c
13589                 don't reinvent the wheel to traverse a GNode
13590         * src/compose.[ch]
13591                 seperate code to create the compose gui into functions
13592                 add "Others" page with folder selection for saving copy
13593                 of the message.
13594                 the folder identifier is saved to queue header
13595         * src/procmsg.c
13596                 save message to folder in queue header
13597
13598 2001-12-03 [paul]       0.6.5claws47
13599
13600         * sync with sylpheed 0.6.5cvs20
13601                 see ChangeLog entry 2001-12-03
13602
13603 2001-12-01 [paul]
13604
13605         * more sync with sylpheed 0.6.5cvs19
13606                 see ChangeLog entry 2001-11-29
13607
13608 2001-11-30 [paul]       0.6.5claws46
13609         
13610         * src/compose.c
13611                 remove conflicts introduced by Hoa's last commit
13612          
13613         * src/mainwindow.c
13614                 make 'Message/Bounce' sensitive
13615
13616 2001-11-30 [hoa]        0.6.5claws45
13617
13618         * src/compose.c
13619                 slightly change bounce function to add
13620                 information about the user that bounced the mail
13621                 in the From header line.
13622
13623         * src/folderview.c
13624                 permit the use of processing in outbox folder.
13625
13626 2001-11-29 [paul]       0.6.5claws44
13627
13628         * src/mainwindow.[ch]
13629         * src/prefs_common.c
13630         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13631         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13632         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13633                 usability enhancements to the quoting, implements
13634                 use of Ctrl key to toggle quoting settings
13635                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13636
13637 2001-11-29 [paul]       0.6.5claws43
13638         
13639         * sync with sylpheed 0.6.5cvs19
13640                 see ChangeLog entry 2001-11-28
13641
13642 2001-11-29 [melvin]     0.6.5claws42
13643         * src/Makefile.am
13644                 added enriched.[ch] to the list of files
13645
13646         * src/textview.c
13647         * src/mimeview.c
13648         * src/procmime.[ch]
13649         * src/enriched.[ch]
13650                 added support to view text/enriched
13651                 added support to show headers in message view for text/enriched and text/html
13652                         in non multipart messages
13653
13654 2001-11-28 [paul]       0.6.5claws41
13655
13656         * more sync with sylpheed 0.6.5cvs18
13657                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13658
13659 2001-11-27 [paul]       0.6.5claws40
13660         
13661         * po/pt_BR.po
13662                 updated translation, submitted by Fabio Junior Beneditto
13663                 
13664         * sync with sylpheed 0.6.5cvs18
13665                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13666                 2001-11-27
13667
13668
13669 2001-11-26 [paul]
13670
13671         * po/es.po
13672                 updated translation, submitted by Ricardo Mones Lastra
13673
13674 2001-11-26 [alfons]
13675
13676         * src/matcher.c
13677                 add more translatable strings
13678
13679 2001-11-26 [christoph]  0.6.5claws39
13680
13681         * po/de.po      
13682                 fixed one more umlaut
13683         * src/compose.c
13684                 fix translated header when it should not be translated
13685
13686 2001-11-26 [paul]       0.6.5claws38
13687
13688         * src/mainwindow.c
13689                 remove '/Message/Add Sender to address book' from 
13690                 main_window_set_menu_sensitive(), prevent debug warning
13691                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13692
13693 2001-11-26 [paul]       0.6.5claws37
13694
13695         * src/summaryview.c
13696                 fix 'recurring unread state' bug 
13697
13698         * tools/README 
13699         * tools/filter_conv.pl
13700                 read name of top level mailbox from folderlist.xml
13701                 and presume nothing about its name              
13702
13703 2001-11-26 [darko]      0.6.5claws36
13704
13705         * src/gtkstext.[ch]
13706                 removed functions that are now in gtkutils.c
13707                 use gtkut_text_is_uri_string() from gtkutils.c
13708         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13709
13710 2001-11-26 [paul]       0.6.5claws35
13711
13712         * sync with sylpheed 0.6.5cvs16
13713                 see ChangeLog entries 2001-11-25 and 2001-11-26
13714
13715 2001-11-25 [alfons]     0.6.5claws34
13716
13717         EXPERIMENTAL!!! Please checkout the last stable version using: 
13718           
13719         % cvs update -r LAST_STABLE -dRAP
13720
13721         (Or help us testing this stuff.)
13722
13723         * src/filtering.c               (1.14)
13724         * src/filtering.h               (1.6)
13725         * src/inc.c                     (1.28)
13726         * src/matcher.c                 (1.20)
13727         * src/mbox.c                    (1.9)
13728         * src/procmsg.h                 (1.14)
13729         * src/summaryview.c             (1.59)
13730         * src/summaryview.h             (dunno)
13731                 revert/merge/sync to as it was before commit 
13732                 on Thu, 19 Jul 2001 10:15:51 -0700.
13733
13734 2001-11-25 [hoa]        0.6.5claws33
13735
13736         * src/main.c
13737                 processing mails at startup
13738
13739         * src/folderview.c
13740         * src/summaryview.[ch]
13741                 processing mails when entering folder
13742
13743         * src/prefs_filtering.c
13744                 fixed some UI bugs
13745
13746 2001-11-24 [alfons]     0.6.5claws32
13747
13748         * src/summaryview.[ch]
13749                 make summary sort headers work, and also make
13750                 sure the sort type is stored
13751
13752 2001-11-23 [alfons]     0.6.5claws31
13753
13754         * src/summaryview.[ch]
13755                 make lock work like mark
13756                 disallow deleting messages marked as locked
13757
13758 2001-11-23 [alfons]     0.6.5claws30
13759
13760         * src/gtkstext.c
13761         * src/compose.[ch]
13762         * src/Makefile.am
13763         * src/undo.[ch]
13764                 merge undo patch submitted by Jens
13765
13766 2001-11-23 [christoph]  0.6.5claws29
13767
13768         * src/.cvsignore
13769                 added ylwrap
13770         * src/compose.c
13771                 fixed gpg signing and encoding
13772         * src/folder.[ch]
13773         * src/main.c
13774                 added --status option to get new, unread and total
13775                 message count from a running sylpheed
13776         * src/prefs_common.c
13777                 temporary fix for reply_with_quote problem
13778                 (don't call functions for non existing widget)
13779         * src/procmsg.c
13780                 one more check for ignored threads but still not
13781                 always working correctly. probably a recursive
13782                 check for all parents is needed
13783
13784 2001-11-23 [darko]      0.6.5claws28
13785
13786         * src/compose.c
13787                 wrapping on send improvements
13788         * src/gtkutils.[ch]
13789                 fix for GtkSText after last sync with main branch
13790                 GTK_TEXT -> GTK_STEXT
13791
13792 2001-11-23 [paul]       0.6.5claws27
13793
13794         * sync with sylpheed 0.6.5cvs14
13795                 see ChangeLog entries 2001-11-22 and 2001-11-23
13796                 
13797         * po/de.po
13798                 fixed the scrambled umlauts 
13799                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13800
13801 2001-11-21 [paul]       0.6.5claws26
13802
13803         * sync with sylpheed 0.6.5cvs12
13804                 see 2nd ChangeLog entry dated 2001-11-20
13805
13806 2001-11-20 [paul]       0.6.5claws25
13807
13808         * sync with sylpheed 0.6.5cvs11
13809                 see ChangeLog entry 2001-11-19 (src/utils.c)
13810
13811 2001-11-20 [hiro]
13812
13813         * src/compose.c
13814                 GTK_TEXT -> GTK_STEXT
13815                 fix for wrong comment
13816
13817 2001-11-20 [hiro]       0.6.5claws24
13818
13819         * src/compose.[ch]
13820                 more merges from main branch
13821                 removed fatal warnings (uninitialized variables etc.)
13822                 some coding style fix
13823         * src/gtkutils.h
13824                 fixed typo.
13825         * src/addressbook.c
13826           src/addrindex.c
13827                 V-Card -> vCard
13828
13829 2001-11-19 [hoa]        0.6.5claws23
13830
13831         * src/filtering.c
13832         * src/prefs_scoring.c
13833         * src/matcher.[ch]
13834         * src/scoring.c
13835                 cleaning code
13836
13837         * src/matcher_parser_parse.y
13838         * src/prefs_filtering.c
13839                 bouncing
13840
13841 2001-11-19 [alfons]     0.6.5claws22
13842
13843         more of my old things into claws
13844
13845         * src/Makefile.am
13846         * src/prefs_common.c
13847         * src/procmsg.h
13848         * src/summaryview.[ch]
13849         * src/prefs_summary_column.c
13850         * src/pixmaps/locked.xpm
13851                 add indicators for locking of message in summary view
13852                 (does not work yet, only visual indicator)
13853
13854 2001-11-19 [paul]       0.6.5claws21
13855
13856         * sync with sylpheed 0.6.5cvs10
13857                 see ChangeLog entry 2001-11-19
13858
13859 2001-11-18 [alfons]     0.6.5claws20
13860         
13861         * src/filtering.c
13862                 remove an inadvertent free I forgot in previous clean up 
13863
13864 2001-11-18 [alfons]     0.6.5claws19
13865
13866         * src/filtering.[ch]
13867                 clean up & plug leaks
13868
13869 2001-11-18 [paul]       0.6.5claws18
13870
13871         * sync with sylpheed 0.6.5cvs9
13872                 see ChangeLog entries 2001-11-17 and 2001-11-18
13873
13874 2001-11-16 [paul]       0.6.5claws17
13875
13876         * sync with sylpheed 0.6.5cvs8
13877                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13878
13879 2001-11-16 [paul]       0.6.5claws16
13880
13881         * sync with sylpheed 0.6.5cvs7
13882                 see ChangeLog entries 2001-11-15 and 2001-11-16
13883
13884 2001-11-15 [hoa]        0.6.5claws15
13885
13886         * src/compose.c
13887                 fix bounce, mails we received couln't be bounced to ourself.
13888
13889         * src/defs.h
13890         * src/filtering.[ch]
13891         * src/matcher.[ch]
13892         * src/matcher_parser.h
13893         * src/matcher_parser_lex.l
13894         * src/matcher_parser_parse.y
13895         * src/inc.c
13896         * src/main.c
13897         * src/mbox.c
13898         * src/prefs_filtering.[ch]
13899         * src/mainwindow.c
13900         * src/prefs_matcher.c
13901         * src/prefs_scoring.c
13902         * src/scoring.[ch]
13903         * src/summaryview.c
13904                 new matcher/filter/score configuration file parser
13905                 one unique configuration file => ~/.sylpheed/matcherrc
13906                 import in currently automatic, then save are made
13907                 in this new file.
13908                 one filter per folder and one global filter
13909                 (filter of a folder will be used as folder processing)
13910
13911         * src/folder.c
13912                 fix a bug in folder_item_get_identifier
13913                 
13914         * src/messageview.c
13915                 receive receipt return are fixed.
13916
13917 2001-11-14 [alfons]     0.6.5claws14
13918
13919         * src/session.h
13920                 add things from main branch to make claws compile
13921
13922 2001-11-14 [paul]       0.6.5claws13
13923
13924         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13925                 see ChangeLog entries 2001-11-08 to 2001-11-14
13926
13927 2001-11-14 [hoa] 0.6.5claws12
13928
13929         * src/compose.[ch]
13930         * src/mainwindow.c
13931         * src/summaryview.c
13932                 add "bounce mail" option
13933
13934 2001-11-13 [christoph]  0.6.5claws11
13935
13936         * src/compose.c
13937                 Cleanup a mess i add before commiting
13938
13939 2001-11-13 [hoa]        0.6.5claws10
13940
13941         * src/compose.c
13942                 some fixes when mail are sent or
13943                 for crossposts
13944
13945 2001-11-13 [christoph]  0.6.5claws9
13946
13947         * po/de.po
13948                 Changed two string with the same translation
13949         * src/compose.c
13950         * src/procmsg.[ch]
13951         * src/send.[ch]
13952                 New mailsending process:
13953                   - Always queue message before sending
13954                     (message will be saved if sylpheed crashed or
13955                      freezes while sending)
13956                   - Allow queuing of newspostings
13957                   - No copy in outbox before sending
13958                     (closes bug #469501)
13959                   - No more redundant code for send and send_later
13960         * src/summaryview.c
13961                 Applied wwp <subscript@free.fr>'s patch that fixes
13962                 marks for multiple forwarded messages (+compose.c)
13963
13964 2001-11-12 [alfons]
13965
13966         * README.claws
13967                 remove things that are now in main branch
13968         
13969         * po/nl.po
13970                 update Dutch translation
13971
13972 2001-11-12 [mhadasht]   0.6.5.claws8
13973
13974         * src/prefs_common.c
13975                 re-enabled account autoselection feature for forward
13976                 and reedit lost during the branch point for SYNC-B4-REL
13977         * src/gtkspell.c
13978                 gtkpspell_get_dict(): more readable code (even if function is
13979                 not used yet)
13980         * ChangeLog.claws
13981                 added version number info to 2001-11-12 [hiro] comment.
13982
13983 2001-11-12 [hiro]       0.6.5.claws7
13984
13985         * src/compose.c
13986                 compose_forward(): fixed a bug that forward quote mark
13987                 wasn't used.
13988                 removed unnecessary code.
13989         * src/template_select.[ch]: removed.
13990
13991 2001-11-11 [alfons]
13992
13993         * src/compose.c
13994                 :%s/GTK_TEXT/GTK_STEXT/g
13995         
13996         * src/compose.[ch]
13997         * src/undo.[ch]
13998         * src/Makefile.am
13999                 revert the undo stuff (this is 0.6.6claws stuff)
14000
14001 2001-11-11 [hoa]        0.6.5.claws6
14002
14003         * src/compose.[ch]
14004                 Insert signature at the end of the text.
14005                 Added undo patch but currently disabled
14006
14007         * src/procmsg.c
14008                 Threading by subject improved.
14009
14010         * added src/undo.[ch]
14011                 Undo module for compose dialog box.
14012
14013 2001-11-11 [alfons]     0.6.5.claws5
14014
14015         * src/procmsg.c
14016                 prevent threading by subject on nodes that have already been
14017                 threaded by in-reply-to (as in "circular references in a tree
14018                 result in a dead branch")
14019
14020 2001-11-09 [hoa]        0.6.5.claws4
14021         
14022         * src/folderview.c
14023                 allows creation of mbox folder item from any files.
14024
14025 2001-11-09 [alfons]     0.6.5.claws3
14026         
14027         * src/utils.c
14028         * src/procmsg.c
14029                 do what I mean and correct threading by subject so it really
14030                 ignores attracting lines without "Re: "
14031
14032 2001-11-07 [alfons]     0.6.5.claws2
14033
14034         * src/procmsg.c
14035         * src/utils.[ch]
14036                 only attract by subject if a subject line starts with a "Re: "
14037         * src/syldap.c
14038                 remove warning
14039
14040 2001-11-07 [paul]       0.6.5claws1
14041
14042         * sync with sylpheed 0.6.5. release
14043                 see ChangeLog entry 2001-11-07
14044
14045 2001-11-07 [paul]       0.6.4claws31
14046
14047         * sync with sylpheed 0.6.4cvs18
14048                 see ChangeLog entries 2001-10-30 to 2001-11-07
14049                 prefs_templates.[ch] renamed prefs_template.[ch]
14050
14051 2001-11-06 [alfons]
14052         
14053         * src/utils.h
14054                 add semicolon Hoa forgot ;-)
14055                 
14056
14057 2001-11-06 [hoa]        0.6.4claws30
14058         
14059         * src/procmsg.c
14060         * src/summaryview.c
14061         * src/utils.c
14062         * src/utils.h
14063                 threading by subject - empty subject are ignored
14064
14065 2001-11-06 [christoph]  0.6.4claws29
14066
14067         * src/socket.c
14068                 use SSL_peek for sock_gets
14069         * src/utils.c
14070                 removed unneeded pointer in extracting quoted
14071                 names implementation
14072
14073 2001-11-06 [melvin]     0.6.4claws28
14074
14075         * src/gtkspell.c
14076                 fixed bug #476792 Selection overtyping with spell checker
14077                 fixed bug which could cause a buffer overflow
14078                 fixed a memory leak
14079
14080 2001-11-06 [hoa]        0.6.4claws27
14081         
14082         * src/procmsg.c
14083         * src/summaryview.c
14084                 threading by subject
14085
14086 2001-11-05 [alfons]     0.6.4claws26
14087         
14088         * README.claws
14089                 Claws -> Sylpheed (vice versa)
14090
14091         * src/compose.c
14092                 :%s/gtk_text/gtk_stext/g
14093                 :%s/GTK_TEXT/GTK_STEXT/g
14094                 (thanks to Jonathan Ware for spotting this)
14095
14096 2001-11-04 [christoph]  0.6.4claws25
14097
14098         * src/summaryview.c
14099                 replace Xalloca + strdup with Xstrdup_a
14100         * src/utils.c
14101                 better implementation of extracting quoted names
14102                 from addresses (remove backlashes and ignore
14103                 quotes after them)
14104
14105 2001-11-04 [alfons]     0.6.4claws24
14106
14107         * src/utils.[ch]
14108                 edit to comply more with coding style
14109
14110         * src/textview.c
14111                 fix bug reported by Kim Schulz. introduced by the patch integrated
14112                 in 0.6.4claws15. the code did not check the return value of
14113                 the html parser.
14114
14115         * AUTHORS
14116                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14117
14118 2001-11-04 [christoph]  0.6.4claws23
14119
14120         * src/main.c
14121         * src/prefs_common.[ch]
14122                 init some pointers that possibly caused a segfault
14123                 reported in the claws-users ML
14124
14125 2001-11-04 [hoa]        0.6.4claws22
14126
14127         * src/grouplistdialog.c
14128                 change the names of the nodes in the tree
14129
14130         * src/compose.c
14131                 enhanced mailto syntax as described in
14132                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14133                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14134
14135         * src/utils.c
14136                 encode and decode URI (useful when opening URL into
14137                 netscape).
14138
14139 2001-11-03 [hoa]        0.6.4claws21
14140
14141         * src/grouplistdialog.c
14142                 a new newsgroups list selection dialog box
14143                 with a CTree instead of a CList
14144
14145 2001-11-03 [hoa]        0.6.4claws20
14146
14147         * src/folderview.c
14148                 enable property and scoring options when right
14149                 click on "inbox"
14150
14151         * src/summaryview.c
14152                 fixed bug when nickname were displayed using
14153                 the address book.
14154
14155 2001-11-02 [darko]      0.6.4claws19
14156
14157         * src/compose.c
14158                 new wrap quotation and URL/long words wrapping implementation
14159         * src/compose.c src/gtkstext.[ch]
14160                 move gtkstext_strncmp() to gtkstext.c
14161
14162 2001-11-01 [christoph]  0.6.4claws18
14163
14164         * src/prefs_account.c
14165                 fixed mess in account settings dialog
14166         * src/prefs_folder_item.c
14167                 added label with folder path to dialog
14168
14169 2001-10-31 [match]      0.6.4claws17
14170
14171         * src/vcard.c
14172                 fix memory leak.
14173         * src/addrbook.c
14174                 fix generation of spurious address book file names.
14175                 remove redundant functions.
14176         * po/POTFILES.in
14177                 added missing file names.
14178
14179 2001-10-30 [paul]       0.6.4claws16
14180
14181         * sync with sylpheed 0.6.4cvs6
14182                 see ChangeLog entries 2001-10-26 to 2001-10-30
14183
14184         * tools/filter_conv.pl
14185                 read folderlist.xml to discover whether the top-level
14186                 folder is called 'Mailbox' or 'Mail' 
14187
14188 2001-10-29 [paul]       0.6.4claws15
14189
14190         * src/html.c, src/textview.c
14191                 activate links in html mail and fix clickable parts
14192                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14193
14194 2001-10-29 [paul]
14195
14196         * po/de.po, po/es.po, po/pt_BR/po
14197                 updated translations, submitted by Jens Oberender,
14198                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14199
14200 2001-10-29 [darko]      0.6.4claws14
14201
14202         * src/compose.c
14203                 fix wrapping for good
14204
14205 2001-10-29 [darko]
14206
14207         * src/compose.c
14208                 undo previous change as it broke the smart wrapping
14209
14210 2001-10-29 [darko]      0.6.4claws13
14211
14212         * src/compose.c
14213                 fix infinite loop when long URL is quoted
14214                 (closes bug #475122.
14215
14216 2001-10-28 [match]
14217
14218         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14219                 import Mutt address book
14220         * src/ldif.[ch] src/importldif.h
14221                 modified import LDIF handle user attributes
14222
14223 2001-10-28 [christoph]  0.6.4claws12
14224
14225         * src/summaryview.c
14226                 fixed that filtering did not work if there
14227                 were no filter rules
14228                 (closes bug #472003 and better implementation
14229                  of patch #474644)
14230
14231 2001-10-27 [christoph]  0.6.4claws11
14232
14233         * src/compose.c
14234                 make the folder's default account to be used when
14235                 replying. (patch by wwp <subscript@free.fr>)
14236         * src/compose.c
14237                 code cleanup, nearly killed all of wwp's patch
14238                 for folder's default account in compose
14239         * src/folderview.c
14240                 error panel when a folder could not be created
14241                 (closes bug #471080 new folder name & already
14242                  existing file)
14243
14244 2001-10-26 [alfons]
14245
14246         * src/utils.h
14247                 change prototype of strstr2() that Christoph forgot about
14248
14249 2001-10-26 [christoph]  0.6.4claws10
14250
14251         * src/account.c
14252                 made search for accounts by email address not case
14253                 sensitive
14254         * src/folder.c
14255                 fixed memory leak in folder_item_get_identifier
14256         * src/gtkspell.c
14257         * src/utils.c
14258                 fixed wrong strstr2 (should work like strstr)
14259
14260 2001-10-26 [darko]      0.6.4claws9
14261
14262         * src/compose.c src/gtkstext.[ch]
14263         * src/gtkstext.c
14264                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14265
14266 2001-10-26 [paul]       0.6.4claws8
14267
14268         * src/html.c
14269                 ignore css and javascript tags in html mail
14270                 case-insensitive, with or without double-quoted
14271                 strings
14272
14273 2001-10-26 [paul]       0.6.4claws7
14274
14275         * sync with sylpheed 0.6.4cvs1
14276                 see ChangeLog entry 2001-10-26
14277
14278         * src/prefs_account.c, src/prefs_common.c,
14279           src/prefs_summary_column.c
14280                 minor improvements to the English
14281
14282 2001-10-25 [alfons]     0.6.4claws6
14283
14284         * src/gtkstext.c
14285         
14286                 make GtkSText follow style of GtkText (closes bug 
14287                 #469211 "text selection while writing message")
14288                 
14289                 do sync with GTK 1.2.10
14290
14291 2001-10-25 [paul]       0.6.4claws5
14292
14293         * src/html.c
14294                 ignore css tags in html mail
14295
14296 2001-10-25 [darko]      0.6.4claws4
14297
14298         * src/compose.c
14299                 don't declare is_url_string as static function since
14300                 we need it in gtkstext.c
14301         * src/gtkstext.c
14302                 remove unused variable
14303                 don't wrap long URLs while composing a message
14304
14305 2001-10-24 [christoph]  0.6.4claws3
14306
14307         * src/socket.c
14308                 fix ssl deadlock, when peer closes connection
14309
14310 2001-10-24 [paul]       0.6.4claws2
14311
14312         * src/prefs_common.c
14313                 gettextize the gpg ascii-armored warning message
14314
14315         * src/compose.c
14316                 insert a DOS/MAC file into the composed message
14317                 (improvements)
14318
14319         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14320
14321 2001-10-22 [paul]       0.6.4claws1
14322
14323         * sync with sylpheed 0.6.4 release
14324                 see ChangeLog entries 2001-10-21
14325
14326         * po/fr.po, po/pt_BR.po
14327                 updated by Melvin Hadasht and Fabio Junior Beneditto
14328
14329 2001-10-21 [paul]       0.6.3claws30
14330
14331         * src/compose.c
14332                 insert a DOS text file from the compose window
14333                 into the composed message text (removes CRs characters)
14334                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14335
14336         * tools/filter_conv.pl, tools/README
14337                 automatically use ~/.sylpheed as working directory
14338                 print out confirmation message on completion
14339
14340         * correct Hoa's last ChangeLog.claws entry
14341
14342 2001-10-20 [hoa]        0.6.3claws29
14343
14344         * src/grouplistdialog.c
14345                 bugfix (another ?) to give the right
14346                 newsgroups list for each news server.
14347
14348         * src/news.c
14349         * src/news.h
14350                 improve the newsgroups list cache
14351
14352 2001-10-20 [paul]       0.6.3claws28
14353
14354         * sync with sylpheed 0.6.3cvs9
14355                 see ChangeLog entry 2001-10-19
14356
14357         * correct Alfons' last ChangeLog.claws entry
14358
14359 2001-10-19 [alfons]
14360
14361         * src/pgptext.[ch]
14362                 fix compilation problems (part of bug #472895)
14363
14364 2001-10-18 [hoa]        0.6.3claws27
14365
14366         * src/grouplistdialog.c
14367                 bugfix when we refresh was clicked (bug 472701)
14368
14369 2001-10-19 [christoph]  0.6.3claws26
14370
14371         * src/compose.c
14372                 last header entry should default to "To:" or
14373                 "Newsgroups:" and not copy the last entry line
14374                 in a new compose window
14375                 (closes bug #472686, #470792)
14376
14377 2001-10-19 [paul]       0.6.3claws25
14378
14379         * sync with Sylpheed 0.6.3cvs8
14380                 see ChangeLog entries 2001-10-18 and 2001-10-19
14381
14382 2001-10-18 [christoph]  0.6.3claws24
14383
14384         * src/procmsg.c
14385                 reimplement ignore thread
14386         
14387 2001-10-18 [hoa]        0.6.3claws23
14388
14389         * src/folderview.c
14390         * src/grouplistdialog.[ch]
14391                 enhanced news subscription interface (feature 469113)
14392
14393         * src/news.c
14394         * src/news.h
14395                 enchanced newsgroup listing,
14396                 now, we can get groups informations
14397                 (NNTPGroupInfo)
14398
14399 2001-10-18 [paul]       0.6.3claws22
14400
14401         * src/summaryview.c
14402                 remove comment (sync with main branch)
14403         * src/mainwindow.c
14404                 fix 'Re-edit' bug in 'Message' menu
14405
14406 2001-10-17 [christoph]  0.6.3claws21
14407
14408         * src/compose.c
14409                 ignore empty or whitespace only header lines
14410
14411 2001-10-17 [paul]       0.6.3claws20
14412
14413         * sync with sylpheed 0.6.3cvs7
14414                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14415                 2001-10-17
14416
14417 2001-10-17 [darko]
14418
14419         * src/compose.c
14420                 wrap long lines without spaces
14421                 don't wrap URLs
14422
14423 2001-10-16 [paul]
14424
14425         * po/es.po, po/nl.po, po/pt_BR.po
14426                 updated by Ricardo Mones Lastra, Alfons,
14427                 and Fabio Junior Beneditto
14428
14429         * sylpheed-0.6.3claws released
14430
14431 2001-10-15 [melvin] 0.6.3claws18
14432
14433         * README.claws
14434                 added summary and detailed installation instructions
14435                 for spell checker
14436         * po/fr.po
14437                 Updated, corrected and completed french translation
14438
14439 2001-10-15 [hoa] 0.6.3claws17
14440         * src/grouplistdialog.c
14441                 we can choose the newsgroups to display with wildcards
14442
14443 2001-10-15 [christoph]  0.6.3claws16
14444
14445         * src/account.c
14446         * src/compose.c
14447         * src/prefs_folder_item.[ch]
14448                 applied wwp <subscript@free.fr>'s folder
14449                 default account patch
14450         * po/de.po
14451                 Fixed wrong translation
14452
14453 2001-10-13 [alfons, christoph, melvin]  
14454                         0.6.3claws15
14455
14456         solution #2 to solve MT-safety problems defers all GUI related calls
14457         to the main thread using a gtk_idle_add() callback. discussed on
14458         ircnet #sylpheed, with christoph spotting some issues with the
14459         original code, and melvin allowing us to lobotomize his sylpheed.
14460
14461         * src/syldap.[ch], src/main.c
14462                 fix race problem in ldap search thread by deferring GUI 
14463                 stuff to main thread using gtk_idle_add()
14464
14465 2001-10-13 [paul]       0.6.3claws14
14466
14467         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14468                 add Sergey's smtpcred.patch
14469                 adds separate username/password setting for SMTP Auth
14470                 needed by some servers
14471                 (closes feature request #471659)
14472
14473 2001-10-13 [paul]       0.6.3claws13
14474
14475         * src/pgptext.[ch] **NEW FILES**
14476         * src/Makefile.am, src/messageview.c, src/mimeview.c
14477                 decrypt ascii-armored gpg text embedded in
14478                 the message body.
14479                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14480
14481 2001-10-13 [christoph]  0.6.3claws12
14482
14483         * README.claws
14484                 some more details on default to and
14485                 feature requests
14486         * src/main.c
14487                 init glib threading when ldap is used
14488         * src/syldap.c
14489                 threading fixes
14490         * po/de.po
14491                 fixed a typo
14492
14493 2001-10-12 [paul]       0.6.3claws11
14494
14495         * src/prefs_common.[ch], src/rfc2015.c
14496                 enable ascii-armored gpg text to be embedded in the
14497                 message body, selectable through the 'Privacy'
14498                 preferences. Supports encrypting only.
14499                 Submitted by Ravemax <ravemax@dextrose.com>
14500
14501 2001-10-12 [paul]       0.6.3claws10
14502
14503         * sync with sylpheed 0.6.3cvs6
14504                 see ChangeLog entries 2001-10-11 and 2001-11-12
14505
14506         * src/folderview.c
14507                 incorporated mbox folders, scoring, and folder
14508                 properties into the sync
14509
14510 2001-10-12 [darko]      0.6.3claws9
14511
14512         * README.claws
14513                 describe quotation wrapping
14514         * src/compose.c
14515                 don't treat tab as space to calculate line length properly
14516
14517 2001-10-11 [alfons]
14518
14519         * README.claws
14520                 correct description of how to make new filtering system work,
14521                 add some other things
14522                 
14523         * src/syldap.c
14524                 remove sched_yield() (not necessary / unportable)
14525
14526 2001-10-11 [paul]       0.6.3claws8
14527
14528         * sync with sylpheed 0.6.3cvs3
14529                 see ChangeLog entry 2001-10-10
14530
14531 2001-10-10 [christoph]  0.6.3claws7
14532
14533         * .cvsignore
14534                 ignore 2 files created by newer autotools
14535         * src/prefs_folder_item.c
14536                 using table for widget alignment
14537                 fixed memory leak and broken octal display
14538         * src/filesel.c
14539                 fixed segfault caused by lost filename
14540                 workaround (closes bug #469551)
14541
14542 2001-10-10 [paul]       0.6.3claws6
14543
14544         * sync with sylpheed 0.6.3cvs2
14545                 see ChangeLog entries 2001-10-09 and 2001-10-10
14546
14547 2001-10-10 [darko]      0.6.3.claws5
14548
14549         * src/gtkstext.c
14550                 proper calculation of right margin if smart wrapping is enabled
14551         * src/compose.c
14552                 automatically wrap long lines if wrap quotation is enabled
14553
14554 2001-10-09 [alfons]     0.6.3.claws4
14555
14556         * src/summaryview.c
14557                 select correct row when deleting last row in the summary view (and
14558                 close bug "[ #469104 ] select second last in list when deleting")
14559
14560 2001-10-09 [paul]       0.6.3claws3
14561
14562         * sync with sylpheed 0.6.3cvs1
14563                 updated some autotool scripts
14564
14565 2001-10-09 [darko]      0.6.3claws2
14566
14567         * src/gtkstext.[ch]
14568                 new name and mark with Sylpheed comment
14569         * src/compose.c
14570                 smart quotation wrapping a-la VIM
14571
14572 2001-10-08 [paul]       0.6.3claws1
14573
14574         * sync with sylpheed 0.6.3 release
14575                 see ChangeLog entry 2001-10-08
14576
14577 2001-10-08 [paul]       0.6.2claws24
14578
14579         * src/summaryview.c
14580                 more sync with sylpheed 0.6.2cvs12
14581                 Fixed the bug that didn't select the last row correctly
14582
14583
14584 2001-10-07 [paul]       0.6.2claws23
14585
14586         * sync with sylpheed 0.6.2cvs12
14587                 see ChangeLog entry 2001-10-07
14588
14589 2001-10-06 [match]
14590         * src/jpilot.[ch]
14591                 enable jpilot to read unsynch'ed addresses.
14592
14593         * src/editldap_basedn.c
14594                 fix segfault when opening dialog.
14595
14596 2001-10-06 [alfons]     0.6.2.claws22
14597
14598         * src/summaryview.c
14599                 fix bug with summary view selecting last *inserted*
14600                 node instead of last *visible* node. remember we
14601                 work with a tree
14602
14603 2001-10-06 [paul]       0.6.2claws21
14604
14605         * po/pt_BR.po
14606                 updated translation, contains some fixes and new
14607                 translations, submitted by Gustavo Noronha Silva
14608                 <kov@debian.org>
14609
14610         * src/prefs_common.c
14611                 change 'each' to 'every' - fix dubious English
14612
14613         * sync with sylpheed 0.6.2cvs11
14614
14615 2001-10-05 [alfons]     0.6.2claws20
14616
14617         * src/mainwindow.[ch], src/folderview.c
14618                 make composite tool button switch between "Compose News"
14619                 and "Compose Mail" depending on selected folder
14620                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14621
14622 2001-10-05 [paul]       0.6.2claws19
14623
14624         * src/mainwindow.c, src/summaryview.c
14625                 fix 'Message/Reply to all', broken in last commit
14626
14627         * src/compose.c
14628                 fix X_BEENTHERE seg fault, thanks to Alfons
14629
14630 2001-10-04 [paul]       0.6.2claws18
14631
14632         * src/compose.[ch], src/mainwindow.c
14633                 make "Message/Reply" reply to mailing lists; matches
14634                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14635                 based on portions of the patch submitted by
14636                 Junichi Uekawa <dancer@netfort.gr.jp>
14637
14638 2001-10-04 [darko]      0.6.2claws17
14639
14640         * src/compose.c
14641                 better smart wrapping
14642         * src/gtkstext.[hc]
14643                 a function to make text buffer contiguous
14644
14645 2001-10-03 [paul]       0.6.2claws16
14646
14647         * sync with sylpheed 0.6.2cvs10
14648
14649 2001-10-02 [alfons]
14650
14651         * configure.in
14652         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14653                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14654                 references to chinese translations (hope someone picks up
14655                 this)
14656
14657 2001-10-02 [christoph]  0.6.2claws15
14658
14659         * src/compose.c
14660                 fixed non translated header bug
14661         * ChangeLog.claws
14662                 fixed wrong date in alfons last entry ;)
14663
14664 2001-10-02 [alfons]     0.6.2claws14
14665
14666         * src/compose.c, src/prefs_common.[ch]
14667                 add block cursor option
14668
14669 2001-10-02 [paul]       0.6.2claws13
14670
14671         * sync with sylpheed 0.6.2cvs9
14672
14673 2001-09-30 [paul]       0.6.2claws12
14674
14675         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14676                 updated translations
14677
14678         * po/POTFILES.in
14679                 add 'src/importldif.c'
14680
14681         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14682                 added eudora-to-vCard conversion tool
14683                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14684
14685         * sync with sylpheed 0.6.2cvs8
14686
14687 2001-09-30 [paul]
14688
14689         * sylpheed-0.6.2claws released
14690
14691 2001-09-27 [melvin]     0.6.2claws11
14692
14693         * src/gtkspell.c
14694                 fixed crash when using default path (introduced 
14695                 in 0.6.2claws10)
14696                 fixed tiny bug for initial suggestion mode
14697
14698 2001-09-27 [melvin]     0.6.2claws10
14699         
14700         * src/gtkspell.c
14701                 fixed bug where gtkpspell didn't set the path correctly
14702
14703         * README.claws
14704                 added a paragraph about spell checking
14705                 
14706
14707
14708 2001-09-27 [paul]       0.6.2claws9
14709
14710         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14711                 replace '// comments' with '/* comments */' to prevent
14712                 some compiler warnings 
14713
14714         * sync with sylpheed 0.6.2cvs6
14715
14716 2001-09-26 [alfons]     0.6.2claws8
14717
14718         * src/messageview.c
14719                 introduce return receipt request notification again,
14720                 which was lost because of other semantics in 
14721                 procheader_parse() (???)
14722
14723 2001-09-26 [christoph]  0.6.2claws7
14724
14725         * src/compose.c
14726                 replace comments for old code with #if 0
14727                 readded auto cc, bcc and reply-to
14728         * src/prefs_matcher.c
14729         * src/prefs_scoring.c
14730                 removed some definition (was moved to
14731                 prefs.h)
14732
14733 2001-09-26 [paul]       0.6.2claws6
14734
14735         * src/mainwindow.c
14736                 make 'Follow-up and reply to' sensitive
14737
14738         * more sync with sylpheed 0.6.2cvs5
14739
14740 2001-09-25 [melvin]
14741
14742         * 0.6.2claws5
14743
14744         * src/gtkspell.c
14745                 fixed bug for "US-ASCII" introduced by the encoding code
14746
14747 2001-09-25 [paul]
14748
14749         * 0.6.2claws4
14750
14751         * src/prefs_common.[ch], src/summaryview.c
14752                 'next unread msg' 'go to next folder?' dialog can be
14753                 given default behaviour, either always show dialog,
14754                 or assume 'yes', or assume 'no'
14755                 Submitted by wwp <subscript@free.fr>
14756
14757 2001-09-25 [melvin]
14758                 
14759         * src/compose.c src/gtkspell.[ch]
14760                 added support for different encodings
14761
14762 2001-09-25 [paul]
14763
14764         * more sync with sylpheed 0.6.2cvs5
14765
14766 2001-09-24 [alfons]
14767         
14768         * src/prefs_folder_item.c
14769                 add check for item->prefs->default_to string is NULL and
14770                 add another check when freeing this string
14771
14772 2001-09-24 [paul]
14773
14774         * configure.in
14775                 change to version 0.6.2claws3
14776
14777         * sync with sylpheed 0.6.2cvs5 
14778
14779 2001-09-24 [match]
14780         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14781                 import LDIF files.
14782         * src/addrcache.[ch], addrindex.[ch]
14783                 small update for future
14784         * src/addrbook.c
14785                 fix test XML file.
14786
14787 2001-09-24 [melvin]
14788         * src/gtkspell.[ch]
14789                 added 'Learn from mistakes' option
14790                 better handling of quotes in checked words
14791                 sorted dict list
14792         * po/fr.po
14793                 small update for spell checking stuff
14794
14795 2001-09-23 [alfons]
14796         
14797         * src/gtkspell.c
14798                 edit a little bit so it complies more with main coding style
14799
14800 2001-09-23 [alfons]
14801
14802         * src/folder.[ch], prefs_folder_item.c, compose.c
14803                 migrate "request return receipt" folder property
14804                 to folderlist.xml
14805
14806 2001-09-22 [alfons]
14807
14808         * README.claws **NEW**
14809                 (add things of interest for users of main branch 
14810                 and claws here)
14811
14812         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14813                 re-implement threading per folder option, but store 
14814                 the setting in folderlist.xml (where it belongs)
14815
14816 2001-09-21 [melvin]
14817
14818         * src/gtkspell.[ch]
14819                 fixed bug when compose window is under another window
14820         * src/prefs_common.[ch] src/compose.c
14821                 changed 'dictionary_path' to 'dictionary' to be consistent
14822                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14823         * ac/pspell.m4 src/Makefile.am 
14824                 dropped PSPELL_PATH macro
14825         * po/fr.po
14826                 updated translations
14827
14828 2001-09-21 [christoph]
14829
14830         * src/compose.c
14831                 added border around header fields
14832                 keep header type when new field is added
14833
14834 2001-09-20 [christoph]
14835
14836         * src/utils.[ch]
14837                 more portable debug_print with source filename
14838                 and linenumber
14839         * src/procmsg.c
14840                 more newlines after debug messages
14841
14842 2001-09-20 [paul]
14843
14844         * configure.in
14845                 change to version 0.6.2claws2
14846
14847         * sync with sylpheed 0.6.2cvs3
14848
14849 2001-09-19 [melvin]
14850
14851         * src/gtkspell.c
14852                 fixed the post-right-click focus pb
14853                 fixed crash when 'Spell check all' after dict change 
14854                         and when cursor is at the end of the text
14855                 shift-right-click pops up config menu even on misspelled words.
14856         * po/POTFILES.in
14857                 added gtkspell.c
14858
14859 2001-09-19 [melvin]
14860
14861         * src/about.c
14862                 added pspell to compiled-in features list
14863
14864 2001-09-18 [melvin]
14865
14866         * switched to pspell and dropped ispell
14867         * ac/pspell.m4
14868                 new file. autoconf macro for pspell
14869         * ac/Makefile.am 
14870         * configure.in acconfig.h
14871                 added pspell support
14872         * src/Makefile.am
14873         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14874         * src/prefs_common.[ch] 
14875                 added pspell support
14876
14877 2001-09-18 [christoph]
14878
14879         * src/addr_compl.c
14880         * src/template.[ch]
14881                 replace LOG_MESSAGE with debug_print
14882         * src/compose.[ch]
14883                 gui improvements
14884         * src/menu.c
14885                 added newline after debug message
14886         * src/utils.h
14887                 using __VA_ARGS__ for debug_print macro
14888         * tools/.cvsignore
14889                 ignore Makefile and Makefile.in
14890
14891 2001-09-18 [paul]
14892
14893         * configure.in
14894                 change to version 0.6.2claws1
14895         * sync with sylpheed 0.6.2cvs1
14896
14897         * src/matcher.c 
14898         * src/prefs_matcher.c
14899                 add 'score equal to' option, submitted by
14900                 Paul Evans <nerd@freeuk.com>
14901
14902 2001-09-15 [christoph]
14903
14904         * src/mainwindow.c
14905                 comment out menu entry not existing in claws
14906         * src/menu.c
14907                 add debug output for non existing menu entries
14908         * src/summaryview.c
14909                 fix next/prev unread message for ignored threads
14910         * src/utils.[ch]
14911                 add sourcefile and line number to debug output
14912                 otherwise it is sometimes hard to find the
14913                 source code part if debug messages are translated
14914
14915 2001-09-14 [darko]
14916         
14917         * src/folderview.c
14918                 refresh target folder style after colour is changed
14919
14920 2001-09-13 [paul]
14921
14922         * configure.in
14923                 change to version 0.6.1claws3
14924
14925         * sync with sylpheed 0.6.1cvs6
14926
14927 2001-09-13 [darko]
14928         
14929         * src/folderview.c
14930                 fix target folder colourization to use user selected colour
14931
14932 2001-09-12 [darko]
14933         
14934         * src/summaryview.c
14935                 fix crash when message that is marked for copy/move is unmarked
14936
14937 2001-09-09 [paul]
14938
14939         * configure.in
14940                 change to version 0.6.1claws2
14941
14942         * sync with sylpheed 0.6.1cvs3
14943
14944 2001-09-09 [alfons]
14945         
14946         * src/folderview.c
14947                 fix bug with default font used for trash folder text
14948
14949 2001-09-06 [paul]
14950
14951         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14952                 updated translations
14953
14954         * configure.in
14955                 change to version 0.6.1claws1
14956
14957         * sync with sylpheed 0.6.1cvs2
14958
14959 2001-09-03 [paul]
14960
14961         * po/POTFILES.in
14962                 add Match's new addressbook
14963
14964         * po/de.po
14965                 updated translation submitted by Jens Oberender
14966
14967 2001-09-02 [paul]
14968
14969         * configure.in
14970                 change to 0.6.1claws
14971         * sync with sylpheed 0.6.1 release
14972
14973 2001-09-02 [paul]
14974
14975         * configure.in
14976                 change to 0.6.0claws2
14977
14978         * sync with sylpheed 0.6.0cvs4
14979
14980         * po/pt_BR.po
14981                 updated translation submitted by Fabio Junior Beneditto
14982
14983 2001-09-01 [match]
14984         * pixmaps/
14985                 interface.xpm
14986                 book.xpm
14987                 address.xpm
14988         * src/
14989                 Makefile.am
14990                 a ton of new files
14991
14992 2001-08-31 [paul]
14993
14994         * configure.in
14995                 change to version 0.6.0claws1
14996
14997         * sync with sylpheed 0.6.0cvs1
14998
14999         * po/es.po
15000                 updated translation submitted by Ricardo Mones Lastra
15001
15002         * po/POTFILES.in
15003                 add 'src/prefs_templates.c'
15004
15005         * src/compose.c, src/summaryview.c
15006                 fix segfault on 'Re_edit'               
15007
15008 2001-08-30 [alfons]
15009
15010         * configure.in, Makefile.am
15011         * tools/Makefile.am
15012                 add tools directory to source distribution
15013
15014 2001-08-30 [paul]
15015
15016         * configure.in
15017                 change to version 0.6.0claws
15018
15019         * sync with sylpheed 0.6.0 release
15020
15021 2001-08-30 [christoph]
15022
15023         * configure.in
15024                 removed autoconf version check
15025
15026 2001-08-30 [paul]
15027
15028         * src/account.c, src/compose.c, src/prefs_common.[ch]
15029         * src/procheader.[ch] src/utils.[ch]
15030                 Enhanced automatic account selection on replies
15031                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15032
15033         * configure.in
15034                 add LDAP and JPilot to the configuration results output.
15035
15036 2001-08-29 [christoph]
15037
15038         * src/summeryview.c
15039                 no bold font for ignored threads
15040
15041 2001-08-29 [paul]
15042
15043         * configure.in
15044                 change to version 0.5.3claws6
15045
15046         * sync with sylpheed 0.5.3cvs10
15047                 src/stringtable.[ch]: New Files
15048
15049         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15050         * src/pixmaps/sylpheed.xpm
15051                 add mini-icons to windows (by Alfons)
15052
15053 2001-08-27 [paul]
15054
15055         * src/mainwindow.c
15056                 new functions: next_labeled_cb(), prev_labeled_cb()
15057
15058         * src/summaryview.c
15059                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15060                 summary_select_next_labeled(), summary_select_prev_labeled()
15061
15062         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15063                 give claws blue folders and a blue trash can
15064
15065 2001-08-27 [paul]
15066
15067         * configure.in
15068                 change to version 0.5.3claws5
15069
15070         * sync with sylpheed 0.5.3cvs9
15071                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15072
15073 2001-08-24 [christoph]
15074
15075         * src/filesel.c
15076                 keep filename when browsing directories
15077                 (not working for user entered filename, but
15078                  for default name and selected filename from
15079                  file list)
15080         * src/mainwindow.c
15081                 fixed wrong spelling "Folllow-up"
15082         * src/mbox_folder.c
15083         * src/procmsg.c
15084         * src/summaryview.c
15085                 fixed new/unread message count with ignored
15086                 threads (2 commits, first didn't notice no
15087                 longer needed decreasing)
15088         * src/inc.c
15089                 readded scrolling of progress dialog
15090                 (lost in sync)
15091
15092 2001-08-24 [paul]
15093
15094         * configure.in
15095                 change to 0.5.3claws4
15096
15097         * sync with sylpheed 0.5.3cvs7
15098
15099 2001-08-24 [christoph]
15100
15101         * src/compose.c
15102                 set request return receipt when replying
15103                 if it is set is the folder prefs of the
15104                 message
15105         * src/inc.c
15106                 disable final error popup if popups are
15107                 disabled in config (again)
15108
15109 2001-08-23 [paul]
15110
15111         * configure.in
15112                 Change version number to 0.5.3claws3
15113
15114         * sync with sylpheed 0.5.3cvs5
15115
15116         * src/mimeview.c
15117                 double quote '%s' in 'gedit %s' to fix bug when
15118                 opening attachment with spaces in the name
15119
15120 2001-08-22 [alte]
15121         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15122           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15123                 initial message templates support
15124
15125
15126 2001-08-22 [paul]
15127
15128         * configure.in
15129                 change version number to 0.5.3claws2
15130
15131         * sync with sylpheed 0.5.3cvs4
15132
15133         * src/procmsg.h src/summaryview.c
15134                 re-implement (un)ignore thread
15135
15136 2001-08-21 [paul]
15137
15138         * src/summaryview.c
15139                 remove unnecessary code
15140         * src/compose.c
15141                 enable 'dynamic' signatures (submitted by
15142                 Eric Limpens <eric@hscg-internet.nl>)
15143
15144 2001-08-21 [paul]
15145
15146         clean up after sync with sylpheed 0.5.3 release
15147
15148         * src/folderview.c
15149                 fix re-introduced font mess, see Christoph's
15150                 entry 2001-06-24
15151
15152         * src/summaryview.c
15153                 remove prev_msgnum
15154                 use sylpheed's small font instead of
15155                 gtk default font for summary view
15156
15157
15158 2001-08-17 [paul]
15159
15160         * configure.in
15161                 add pl to ALL_LINGUAS - sync with main branch
15162
15163         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15164                 Updated. Translations by Jens Oberender, Ricardo Mones
15165                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15166
15167         * po/pl.po  ** NEW FILE **
15168                 sync with the main branch
15169
15170         * src/folderview.c
15171                 fix target folder colorizing and refresh problem
15172
15173
15174 2001-08-17 [christoph]
15175
15176         * src/mainwindow.c
15177                 claws uses 4 colors for target folder coloring.
15178                 arrays were not long enough and destroyed the
15179                 stack causing a segfault.
15180                 target folder colorizing does not work anymore
15181                 for me
15182
15183 2001-08-16 [paul]
15184
15185         * configure.in
15186                 change to version 0.5.3claws1
15187
15188         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15189           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15190           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15191
15192                 sync with sylpheed 0.5.3 release, but keep claws method of
15193                 configuring/saving fonts
15194
15195         * src/addressbook.[ch]
15196                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15197                 in line with a similar change in Hiroyuki's branch
15198
15199         * src/mainwindow.[ch]
15200                 disable main_window_set_thread_option()
15201         * src/prefs_folder_item.c
15202                 comment out &tmps_prefs.enable_thread,
15203         * src/mbox_folder.c, src/procmsg.[ch]
15204                 comment out MSG_IS_IGNORE_THREAD
15205         * src/summaryview.c
15206                 comment out summary_ignore_thread() and summary_unignore_thread()
15207                 comment out MSG_IS_IGNORE_THREAD
15208
15209                 use Hiroyuki's threading instead.
15210
15211
15212
15213 2001-08-15 [paul]
15214
15215         * src/account.c
15216                 use Hiroyuki's 0.5.3 column scheme but also
15217                 include the enable/disable button.
15218         * src/pixmaps/mark.xpm
15219                 add Hiroyuki's amended pixmap
15220
15221 2001-08-13 [christoph]
15222
15223         * src/account.c
15224                 receive at get all column showed wrong state for APOP
15225                 button should only work for POP3 and APOP accounts
15226         * src/prefs_account.c
15227                 added missing preprocessor statement for SSL
15228
15229 2001-08-12 [paul]
15230
15231         * src/account.[ch]
15232                 add 'receive at get all' column and enable/disable
15233                 button.
15234
15235 2001-08-06 [christoph]
15236
15237         * src/account.c
15238                 show usage of SSL in protocol column
15239
15240         * src/imap.c
15241         * src/inc.c
15242                 renamed ssl options
15243
15244         * src/prefs_account.[ch]
15245                 moved ssl options to a new page
15246
15247         * src/send.c
15248         * src/smtp.c
15249         * src/ssl.[ch]
15250                 renamed ssl options
15251                 added support for SMTP STARTTLS command
15252
15253 2001-08-05 [christoph]
15254
15255         * configure.in
15256                 debian autoconf needs version check to find
15257                 correct autoconf version. if the file is
15258                 named configure.in 2.13 is used, which does
15259                 not work with this configure.in script.
15260                 other solution would be to rename the script
15261                 to configure.ac as suggested in the autoconf
15262                 manual.
15263
15264         * src/inc.c
15265                 disable final error popup if popups are
15266                 diabled in config
15267
15268         * src/socket.c
15269                 bugfix in ssl_gets
15270                 fixes IMAP over SSL problem
15271
15272 2001-08-03 [paul]
15273
15274         * configure.in
15275                 change to 0.5.2claws1
15276
15277         * sync with sylpheed 0.5.2cvs1
15278
15279 2001-08-02 [alfons]
15280
15281         * configure.in
15282                 quick fix for ispell detection...
15283
15284 2001-08-01 [paul]
15285
15286         * configure.in
15287                 change to 0.5.1claws4
15288
15289         * sync with sylpheed 0.5.1cvs7
15290
15291 2001-07-31 [alfons]
15292
15293         * src/prefs_common.c, src/prefs_common.h, 
15294           src/gtkspell.c, src/gtkspell.h
15295                 add global spelling checker settings (compose tab) +
15296                 selection of dictionary 
15297           
15298         * configure.in  
15299                 guess valid ispell location
15300
15301 2001-07-31 [paul]
15302
15303         * po/POTFILES.in
15304                 removal of 'src/quote_fmt_parse.c'
15305         * po/de.po
15306                 Updated de.po
15307                 (submitted by Jens Oberender <didge@suse.de>)
15308
15309 2001-07-31 [darko]
15310
15311         * src/folder.[ch]
15312         * src/folderview.[ch]
15313         * src/mainwindow.c
15314         * src/mh.c
15315         * src/prefs_common.[ch]
15316         * src/summaryview.c
15317                 target folder colourization
15318
15319 2001-07-30 [paul]
15320
15321         more sync with Sylpheed 0.5.1cvs6 
15322
15323 2001-07-30 [darko]
15324
15325         * src/mh.c
15326         * src/prefs_folder_item.[hc]
15327         * src/summaryview.c
15328                 shared folders support with a GUI
15329
15330 2001-07-29 [paul]
15331
15332         0.5.1claws3
15333
15334         * sync with Sylpheed 0.5.1cvs6
15335
15336 2001-07-29 [paul]
15337
15338         * po/pt_BR.po
15339                 updated
15340                 (submitted by Fabio Junior Beneditto)
15341
15342 2001-07-28 [paul]
15343
15344         * src/procmime.c
15345         * AUTHORS
15346                 patch to correct bad image mime headers
15347                 (submitted by Don Quijote <dq@searchlores.org>)
15348
15349 2001-07-28 [paul]
15350
15351         * tools/gif2xface.pl   **NEW FILE**
15352         * tools/README
15353                 script to convert file.gif to file.xface for
15354                 use in a custom header.
15355                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15356
15357 2001-07-27 [alfons]
15358         
15359         * configure.in
15360                 change macros for detecting JPilot and LDAP
15361
15362 2001-07-27 [christoph]
15363
15364         * src/filtering.c
15365                 code cleanup (MIN / MAX warning, needed casting)
15366
15367 2001-07-27 [alfons]
15368
15369         * procheader.c
15370                 disallow setting flags when detecting certain headers
15371                 (X-Status, Status, Seen, X-Seen). 
15372         
15373         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15374
15375 2001-07-27 [christoph]
15376
15377         * src/prefs_filter.c
15378         * src/prefs_filtering.c
15379         * src/prefs_matcher.c
15380         * src/prefs_scoring.c
15381                 scroll list when moving rows up or down
15382
15383         * src/imap.c
15384         * src/imap.h
15385         * src/prefs_account.c
15386         * src/prefs_account.h
15387         * src/send.c
15388                 SMTP over SSL (untested, feedback requested)
15389                 IMAP over SSL
15390
15391         * src/ssl.c
15392                 code cleanup
15393
15394 2001-07-26 [alfons]
15395         
15396         * configure.in, acconfig.h
15397                 define CLAWS (need this for main / claws detection)
15398
15399 2001-07-25 [alfons]
15400
15401         * configure.in
15402                 Sylpheed 0.5.1claws2
15403                 
15404         * sync with Sylpheed 0.5.1cvs4
15405
15406 2001-07-25 [christoph]
15407
15408         * src/scoring.c
15409                 fixed segfault
15410                 item->prefs == NULL (don't know why)
15411
15412 2001-07-25 [alfons]
15413
15414         * configure.in
15415                 Sylpheed 0.5.1claws1
15416
15417         * sync with Sylpheed 0.5.1cvs1-3
15418
15419 2001-07-24 [christoph]
15420
15421         * src/folderview.c
15422         * src/prefs_folder_item.[ch]
15423                 added folderitem preferences dialog with
15424                 default To: and auto request return receipt
15425
15426         * src/compose.[ch]
15427         * src/menu.[ch]
15428                 changes to handle new folderitem preferences
15429
15430         * src/mainwindow.c
15431         * src/summaryview.c
15432                 call compose new mail with current folderitem
15433
15434 2001-07-24 [alfons]
15435
15436         Release Sylpheed 0.5.1claws
15437
15438         * configure.in
15439                 change to release version 0.5.1claws
15440
15441 2001-07-24 [christoph]
15442
15443         * src/summaryview.c
15444                 fixed segfault that happend when the selected
15445                 message was removed while retrieving new messages.
15446
15447         * po/es.po
15448                 updated translation
15449                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15450
15451 2001-07-22 [alfons]
15452
15453         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15454         this is a work in progress, for more information: http://nlpagan.net/sylman 
15455         
15456         * configure.in, src/mainwindow.c, manual/Makefile.am
15457                 add support for English manual
15458
15459         * AUTHORS
15460                 add authors of user manuals
15461
15462         * manual/en/sylpheed*.html
15463                 add English documentation
15464
15465 2001-07-22 [christoph]
15466
15467         * po/POTFILES.in
15468                 added src/ssl.c
15469         * src/ssl.c
15470                 changed a wrong debug message
15471
15472 2001-07-22 [alfons]
15473
15474         * po/nl.po
15475                 update Dutch translation
15476
15477         * src/prefs_filtering.c, 
15478           src/prefs_matcher.c
15479                 add more translatable strings           
15480
15481 2001-07-21 [alfons]
15482
15483         0.5.0claws7
15484
15485         * configure.in
15486                 change version
15487
15488         * src/inc.c, src/summaryview.[ch]
15489                 prevent update of mark file when filtering has done, by
15490                 using a variable; this affects two functions:
15491                         inc.c::inc_finished()
15492                         summaryview.c::summary_show()
15493
15494 2001-07-20 [alfons]
15495
15496         * src/filtering.[ch], src/prefs_filtering.c, 
15497           src/matcher.[ch]
15498                 add filtering action for label coloring 
15499
15500         * po/POTFILES.in
15501                 add labelcolors.c
15502
15503         * added src/labelcolors.c
15504         * added src/labelcolors.h
15505         * src/Makefile.am, src/summaryview.c
15506                 rearrange label coloring code
15507
15508         * src/procmsg.h
15509                 add more parentheses so label colouring works correctly
15510
15511         * src/filtering.c
15512                 don't really delete message, but move it to Trash
15513
15514         * src/prefs_matcher.c
15515                 add quote options to info dialog
15516
15517 2001-07-20 [christoph]
15518
15519         * src/Makefile.am
15520         * src/inc.c
15521         * src/main.[ch]
15522         * src/socket.h
15523         * src/ssl.[ch] (new)
15524                 moved ssl stuff to a seperate file
15525
15526 2001-07-20 [darko]
15527
15528         * src/summaryview.c
15529                 fix show sender using address book with no e-mail
15530                 address in From: field
15531
15532 2001-07-19 [alfons]
15533
15534         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15535                 fix messy handling of escaping... now at least the
15536                 execute command is useful. escape char is '\', we
15537                 accept \n and \r too. 
15538
15539                 Real life example:
15540                 
15541                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15542                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15543
15544 2001-07-18 [alfons]
15545
15546         0.5.0claws6
15547
15548         * src/summaryview.c
15549                 clean up
15550
15551         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15552           src/procmsg.[ch]
15553                 revise filtering; currently move, copy, marking have
15554                 been tested. if you like bleeding edge stuff, you
15555                 should definitely go for this version :)
15556
15557         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15558
15559 2001-07-17 [christoph]
15560
15561         * src/utils.c
15562                 timestamp log
15563
15564 2001-07-17 [alfons]
15565
15566         0.5.0claws5
15567
15568         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15569           bits in the mark file, without affecting either branch. Lots of
15570           files changed, also in claws branch.
15571
15572           UNTESTED: use of mbox folders
15573
15574         * src/summaryview.c
15575                 added mark all read; however this was a quick hack used for
15576                 cleaning up mess after initial merge with Hiroyuki
15577
15578         * configure.in
15579                 change claws version number back to 0.5.0claws5 to clear up 
15580                 confusion & pretension (recent release was technically 
15581                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15582
15583 2001-07-16 [alfons]
15584
15585         sync with Hiroyuki's 0.5.0cvs4
15586
15587 2001-07-16 [alfons]
15588
15589         0.5.1claws3
15590
15591         * src/filtering.[ch]
15592                 remove invalid updating of mark files for 
15593                 filter actions MATCHING_ACTION_MOVE and 
15594                 MATCHING_ACTION_DELETE; this should fix the
15595                 folder update bug
15596                 
15597         * src/procmsg.c
15598                 revert Christoph's stab at fixing the folder 
15599                 update bug
15600
15601         * po/POTFILES.in
15602                 add missing files with translatable strings
15603
15604         * src/summaryview.c
15605                 remove debug print
15606
15607 2001-07-15 [alfons]
15608
15609         * src/addr_compl.[ch], src/prefs_filtering.c
15610                 make "filtering pref dialog's destination entry" an
15611                 "address completable entry", if filter destination is 
15612                 an email address
15613
15614         0.5.1claws2
15615         
15616         sync with Hiroyuki's 0.5.0cvs2-3
15617
15618 2001-07-15 [christoph]
15619
15620         * src/procmsg.c
15621                 fixed folder stats update after incorporation
15622
15623 2001-07-15 [alfons]
15624
15625         * src/summaryview.c
15626                 * finish label colouring stuff (for now)
15627                 * fix incorrect colour bug (off by one) 
15628
15629 2001-07-14 [alfons]
15630
15631         * src/mainwindow.c
15632                 change text labels for news and mail message so there's
15633                 plenty of toolbar estate left
15634
15635         * configure.in
15636                 0.5.1claws1
15637
15638         * src/folderview.c
15639           src/folder.[ch]
15640                 sync with Hiroyuki's 0.5.0cvs1
15641
15642         * src/summaryview.c
15643                 more rewrite label colouring
15644
15645 2001-07-14 [alfons]
15646
15647         * src/summaryview.[ch]
15648                 * start rewrite label colouring 
15649                 * fix proper location "Add Sender To Addressbook" menu item
15650
15651 2001-07-13
15652
15653         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15654         (actually this is 0.5.0claws4)
15655
15656 2001-07-13 [alfons]
15657
15658         * po/pt_BR.po
15659                 * fix duplicate message
15660                 * add updated Portugese / Brazilian translation
15661                   submitted by Fabio Junior Beneditto
15662
15663 2001-07-12 [alfons]
15664
15665         * AUTHORS
15666                 add Jens
15667
15668         * po/nl.po
15669                 add updated Dutch translation
15670
15671         * po/de.po
15672                 add updated German translation submitted by Jens
15673
15674 2001-07-11 [alfons]
15675
15676         Prerelease before 0.5.0claws. Please test.
15677         This version is temporarily tagged as VERSION_0_5_0_TEST
15678
15679         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15680           src/prefs_scoring.c, src/prefs_matcher.c, 
15681           src/prefs_filtering.c, src/mbox.c, 
15682           src/main.c, src/inc.c, src/filtering.[ch]
15683                 revert new Hoa's new matcher (does not work yet)
15684
15685         * src/Makefile.am
15686                 clean up
15687
15688 2001-07-10
15689
15690         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15691
15692
15693 2001-07-10 [alfons]
15694
15695         * Makefile.am
15696                 add ChangeLog.claws to EXTRA_DIST
15697         * src/Makefile.am
15698                 add matcher_parser_parse.h to EXTRA_DIST
15699
15700 2001-07-10 [christoph]
15701
15702         * src/inc.c
15703                 add destination folder to table of
15704                 folders that need to be updated after
15705                 incorporation
15706
15707 2001-07-10 [alfons]
15708
15709         * folder.[ch]
15710           folderview.c
15711                 make collapse state of folders and folder items persistent, i.e.
15712                 if you collapse a folder tree, the next time sylpheed-claws starts 
15713                 up the folder tree remains collapsed.  
15714                 
15715 2001-07-10 [christoph]
15716
15717         * acconfig.h
15718         * configure.in
15719                 added --enable-ssl
15720         * src/md5.[ch]
15721                 renamed MD5_CTX to MD5_CTX_syl
15722                 conflicts with a struct in openssl
15723         * src/inc.c
15724         * src/main.[ch]
15725         * src/prefs_account.[ch]
15726         * src/socket.[ch]
15727                 SSL support for POP
15728         * src/mainwindow.c
15729                 fixed compose with current account
15730                 broken by new compose button stuff
15731
15732 2001-07-09 [hoa]
15733
15734         * AUTHORS
15735                 changed my email address
15736
15737         * src/matcher_parser_parse.y
15738                 clean the parser to remove conflicts
15739
15740 2001-07-09 [alfons]
15741
15742         * AUTHORS
15743                 add Match Grun
15744
15745         * configure.in
15746                 fix incorrect description of --enable-ldap parameter
15747
15748         * src/prefs_common.[ch]
15749           src/compose.c
15750                 add experimental option "smart wrapping" which makes the
15751                 compose editor auto wrap.
15752                 
15753                 | TODO: the problem with the buggy cursor handling is caused |
15754                 | by the GtkText. when deleting / backspacing text its       |
15755                 | wrapping algorithm does not take in account the previous   |
15756                 | line. should find a way to hack this in.                   |
15757                 | or should perhaps combine this with the word wrapping      |
15758                 | patch i wrote in january.                                  |
15759
15760         * src/about.c
15761                 show build parameters for LDAP and JPilot
15762
15763         * src/summaryview.c
15764                 revert Christoph's bugfix for selecting next unread message, 
15765                 because folder stats aren't updated correctly
15766
15767 2001-07-08 [hoa]
15768
15769         * src/filtering.c
15770         * src/mainwindow.c
15771         * src/matcher.c
15772         * src/matcher_parser_lex.l
15773         * src/matcher_parser_parse.y
15774         * src/prefs_filtering.c
15775         * src/prefs_scoring.c
15776         * src/scoring.c
15777                 bugfix of the config file parser
15778
15779 2001-07-08 [alfons]
15780
15781         * src/Makefile.am
15782                 added generated matcher sources to BUILT_SOURCES
15783
15784 2001-07-08 [hoa]
15785
15786         * src/Makefile.am
15787         * src/.cvsignore
15788                 added new config file parser
15789
15790         * src/scoring.[ch]
15791         * src/filtering.[ch]
15792         * src/matcher.[ch]
15793         * src/prefs_filtering.c
15794         * src/prefs_matcher.c
15795         * src/prefs_scoring.c
15796         * added src/matcher_parser.h
15797         * added src/matcher_parser_lex.h
15798         * added src/matcher_parser_lex.l
15799         * added src/matcher_parser_parse.y
15800                 lex & yacc config file parser
15801
15802         * src/mbox.c
15803         * src/inc.c
15804         * src/main.c
15805                 changes prefs_filtering into global_filtering           
15806
15807         * src/summaryview.c
15808                 build threads with subjects only if "Re: " is at the
15809                 beginning of the subject
15810
15811 2001-07-07 [paul]
15812
15813         0.5.0claws
15814
15815         sync with sylpheed 0.5.0
15816                 change of version number only
15817
15818 2001-07-06 [paul]
15819
15820         0.5.0claws5
15821
15822         sync with sylpheed 0.5.0pre5
15823
15824 2001-07-05 [paul]
15825
15826         sync with sylpheed 0.5.0pre4 release
15827                 /po and /manual/ja not sync'ed
15828
15829 2001-07-04 [paul]
15830
15831         more sync with sylpheed 0.5.0pre4
15832
15833 2001-07-03 [christoph]
15834
15835         * src/addressbook.c
15836                 fixed address book broken by address book
15837                 for VCard, JPilot, LDAP
15838
15839 2001-07-03 [alfons]
15840
15841         * src/matcher.c
15842         * src/textview.c
15843                 stopped memory leaks
15844
15845 2001-07-03 [paul]
15846
15847         more sync with sylpheed 0.5.0pre4
15848
15849 2001-07-02 [match]
15850
15851         * included address book patch for VCard, JPilot, LDAP
15852         * pref_common.c - fixed Font options on Display tab (cosmetic)
15853         * alertpanel.c - fixed truncated message
15854
15855 2001-07-02 [christoph]
15856
15857         * src/mbox_folder.c
15858         * src/procmsg.[ch]
15859         * src/summaryview.c
15860                 mark threads for ignoring
15861
15862 2001-07-02 [paul]
15863
15864         0.5.0claws4
15865
15866         * sync with sylpheed 0.5.0pre4
15867                 updated gettext to 0.10.38.
15868
15869 2001-07-01 [paul]
15870
15871         * src/ mainwindow.c
15872         * src/procmsg.h
15873         * src/summaryview.[ch]
15874                 new right-click option: Label.
15875                 substitute for 'Mark-->Mark/Unmark', colours the line.
15876                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15877
15878 2001-07-01 [christoph]
15879
15880         * src/folderview.c
15881                 fixed font for trash
15882         * src/summaryview.c
15883                 move ctree to unread message
15884
15885 2001-07-01 [paul]
15886
15887         * sync with sylpheed 0.5.0pre3 release
15888
15889 2001-06-30 [alfons]
15890
15891         * src/filesel.[ch]
15892         * src/compose.c
15893                 allow inserting / attaching multiple files in
15894                 the composer window
15895
15896 2001-06-30 [paul]
15897
15898         * src/codeconv.c
15899                 small change to Alfons' previous stuff so that it
15900                 actually makes
15901
15902 2001-06-30 [alfons]
15903
15904         * lots of files changed; first attempt to merge the changes
15905           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15906
15907 2001-06-30 [paul]
15908
15909         * po/pt_BR.po
15910                 updated and completed, translations by Fabio
15911                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15912
15913 2001-06-29 [alfons]
15914
15915         * src/compose.c
15916         * src/mimeproc.[ch]
15917                 allow selecting an attached files' mime type from a 
15918                 list of types.
15919
15920 2001-06-29 [paul]
15921
15922         * more sync with sylpheed 0.5.0pre3
15923
15924 2001-06-29 [paul]
15925
15926         * po/pt_BR.po
15927                 merge with sylpheed.pot and pt_BR.po provided by
15928                 Fabio Junior Beneditto.
15929
15930 2001-06-29 [darko]
15931
15932         * src/procmime.c
15933                 make MIME types case insensitive
15934
15935 2001-06-28 [alfons]
15936
15937         * po/nl.po
15938                 merge with sylpheed.pot and old nl.po; translations added.
15939
15940 2001-06-28 [paul]
15941
15942         * more sync with sylpheed 0.5.0pre3
15943
15944 2001-06-27 [alfons]
15945
15946         * src/summaryview.c
15947                 don't crash when removing parent node of messages
15948                 attracted by subject. this was caused by not deleting
15949                 the parent node from the subject line hash table.
15950
15951 2001-06-27 [alfons]
15952
15953         * src/summaryview.c
15954         * src/compose.[ch]
15955         * src/mainwindow.c
15956                 if there are multiple messages selected, allow forwarding
15957                 them as attachments.
15958
15959 2001-06-27 [paul]
15960
15961         * more sync with sylpheed 0.5.0pre3
15962
15963 2001-06-26 [paul]
15964
15965         0.5.0claws3
15966
15967         * sync with sylpheed 0.5.0pre3
15968
15969 2001-06-25 [paul]
15970
15971         * src/mainwindow.c
15972                 fixed 'compose news article' bug
15973                 from icon-and-text toolbar
15974
15975 2001-06-25 [paul]
15976
15977         * sync with sylpheed 0.5.0pre2 release
15978
15979 2001-06-24 [christoph]
15980
15981         * src/prefs_common.c
15982                 bug fix in font selection
15983         * src/folderview.c
15984                 use sylpheed's normal font instead of
15985                 gtk default font for folders without
15986                 new messages
15987
15988 2001-06-24 [alfons]
15989
15990         * src/mainwindow.[ch]
15991                 added composite compose mail / news button (an idea by Leandro
15992                 Pereira <leandro@linuxmag.com.br>)
15993
15994 2001-06-24 [paul]
15995
15996         Added instructions for ldif-to-xml.py
15997
15998         * tools/README
15999
16000 2001-06-23 [alfons]
16001
16002         Some minor things.
16003
16004         * src/pixmaps/stock_news_compose.xpm
16005                 added pixmap by Leandro
16006         * src/prefs_common.c
16007                 tested built-in spelling checker of GCC 3.0 :)
16008         * po/nl.po
16009                 merged dutch translation of sylpheed-main with
16010                 sylpheed.pot
16011
16012 2001-06-23 [paul]
16013
16014         Added tools directory and files.
16015
16016         * tools/filter_conv.pl
16017                 converts old filter system to new filtering system
16018         * tools/ldif-to-xml.py
16019                 converts netscape addressbook to sylpheed addressbook
16020         * tools/README
16021                 descriptions/instructions for above two files
16022
16023 2001-06-23 [christoph]
16024
16025         * src/inc.c
16026         * src/manage_window.[ch]
16027         * src/prefs_common.[ch]
16028                 mail retrieval dialog can be enabled, disabled
16029                 or hidden if non of sylpheed's windows is active
16030
16031 2001-06-22 [paul]
16032
16033         0.5.0claws2
16034
16035         * sync with sylpheed 0.5.0pre2
16036
16037 2001-06-21 [christoph]
16038
16039         * src/summaryview.c
16040                 show recipient on 'from' for all accounts
16041                 
16042         * src/inc.c
16043         * src/prefs_common.[ch]
16044                 disable error popup on mail receive errors
16045
16046 2001-06-21 [alfons]
16047
16048         * src/compose.c
16049                 made the ruler correctly appear and disappear.
16050
16051         * src/Makefile.am
16052                 removed Hoa's work-in-progress-stuff (interesting!) so 
16053                 claws compiles ok.
16054
16055 2001-06-20 [christoph]
16056
16057         * src/inc.c
16058         * src/progressdialog.c
16059                 added scrolled window for list in progressdialog
16060
16061 2001-06-20 [paul]
16062
16063         sync with sylpheed 0.5.0pre1 release
16064
16065 2001-06-20 [christoph]
16066
16067         * src/summeryview.c
16068                 make building threads by subject work when
16069                 thread view is enabled
16070                 
16071         * src/compose.c
16072         * src/prefs_common.[ch]
16073                 automatically select account for mail replys
16074
16075 2001-06-19 [sergey]
16076
16077         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16078         they are filled in from the account settings.
16079
16080 2001-06-19 [paul]
16081
16082         * more sync with sylpheed 0.5.0pre1
16083
16084 2001-06-18 [alfons]
16085
16086         * src/Makefile.am,
16087           src/procmime.c
16088                 added --sysconfdir to CPPFLAGS for pointing to the correct
16089                 location of mime.types. 
16090
16091                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16092                 or ./configure!
16093
16094 2001-06-18 [hoa]
16095
16096         * src/summaryview.c
16097                 fixed some bug when building threads
16098
16099 2001-06-18 [pau]l
16100
16101         * src/prefs_account.c
16102                 UI stuff: More changes to the English
16103
16104 2001-06-18 [paul]
16105
16106         * src/pixmaps/stock_news_compose.xpm: new file
16107         * src/Makefile.am
16108         * src/mainwindow.c
16109         * src/summaryview.c
16110                 Added new icon for Hoa's 'compose a news
16111                 message', plus minor improvements to the
16112                 English
16113
16114         * po/ja.po
16115         * ChangeLog
16116         * ChangeLog.jp
16117                 more sync with sylpheed 0.5.0pre1
16118
16119 2001-06-18 [hoa]
16120
16121         * src/compose.[ch]
16122         * src/mainwindow.c
16123                 Follow-up and reply to
16124
16125         * src/summaryview.[ch]
16126                 Build threads also with subjects
16127
16128 2001-06-17 [hoa]
16129
16130         * src/compose.c
16131                 forwarding use the current account.
16132
16133         * src/mainwindow.c
16134                 the "compose message" button has been replaced with
16135                 "new mail" and "new news" buttons
16136
16137         * src/prefs_common.[ch]
16138                 added a configuration option to use the forward button
16139                 as "forward as attachment"
16140                 changed reply and forward format description
16141
16142         * src/quote_fmt_lex.l
16143         * src/quote_fmt_parse.y
16144                 added message with no signature in format for reply
16145                 and forward.
16146
16147 2001-06-17 [paul]
16148
16149         Minor UI stuff
16150
16151         * src/mainwindow.c
16152         * src/summaryview.c
16153                 Improvements to the English
16154
16155         * src/prefs_common.c
16156                 Improvements to the English and some
16157                 clarity/continuity improvements in the
16158                 description of Quote symbols.
16159
16160 2001-06-17 [paul]
16161
16162         0.5.0claws1
16163
16164         * sync with sylpheed 0.5.0pre1
16165
16166 2001-06-17 [hoa]
16167
16168         * src/compose.c
16169                 Better interface for compose, displayed fields
16170                 are updated whenever we change account.
16171                 Newsgroups field is automatically filled.
16172
16173         * src/mainwindow.c
16174                 Newsgroups field is automatically filled.
16175
16176         * src/prefs_account.c
16177                 Some interface stuff when fields appear and
16178                 disappear.
16179
16180 2001-06-16 [paul]
16181
16182         0.4.99claws
16183
16184         * sync with sylpheed 0.4.99
16185
16186 2001-06-16 [sergey]
16187
16188         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16189         base64_decoder_free, base64_decoder_decode): new object and
16190         functions for decoding base64 streams.
16191         * src/procmime.c (procmime_decode_content): modified to use the
16192         new base64 decoder.
16193
16194 2001-06-15 [paul]
16195
16196         0.4.99claws10
16197
16198         * sync with sylpheed 0.4.99cvs11
16199
16200 2001-06-13 [paul]
16201
16202         0.4.99claws9
16203
16204         * sync with sylpheed 0.4.99cvs9
16205
16206 2001-06-13 [hoa]
16207
16208         * src/compose.c
16209         * src/prefs_account.c
16210
16211                 SMTP server can be defined in the news account
16212                 mime type of attachment are kept.
16213
16214         * src/summaryview.c
16215
16216                 now choose the highest important score between default
16217                 and important score of folder.
16218
16219 2001-06-09 [alfons]
16220         
16221         * src/prefs_common.c: 
16222
16223                 (prefs_quote_description_create): corrected description of 
16224                 quote format characters
16225
16226 2001-06-09 [paul]
16227
16228         0.4.99claws8
16229
16230         * sync with sylpheed 0.4.99cvs8
16231
16232 2001-06-08 [sergey]
16233
16234         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16235         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16236
16237 2001-06-08 [paul]
16238
16239         0.4.99claws7
16240
16241         * sync with sylpheed 0.4.99cvs7
16242
16243 2001-06-06 [sergey]
16244
16245         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16246         clashes with autogenerated header).
16247         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16248         * src/Makefile.am: added quote_fmt.h.
16249         * src/.cvsignore: added lex/yacc autogenerated files
16250         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16251
16252 2001-06-06 [paul]
16253
16254         0.4.99claws6
16255
16256         * sync with sylpheed 0.4.99cvs6
16257
16258 2001-06-06 [hoa]
16259
16260         * added src/quote_fmt_parse.h
16261         * src/compose.c
16262                 removed warnings
16263
16264         * src/prefs.[ch]
16265                 don't modify readonly configuration files
16266
16267         * src/prefs_account.c
16268         * src/prefs_common.c
16269         * src/prefs_customheader.c
16270         * src/prefs_display_header.c
16271         * src/prefs_filter.c
16272         * src/prefs_filtering.c
16273         * src/prefs_scoring.c
16274                 don't open dialog box when configuration files
16275                 are readonly
16276
16277 2001-06-05 [sergey]
16278
16279         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16280
16281         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16282         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16283         BUILT_SOURCES to make all files rebuild properly.
16284
16285         * src/compose.c: removed #include "quote_fmt.tab.h".
16286
16287         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16288         CHARACTER value in yylval.
16289
16290         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16291         receive CHARACTER value by documented means (yylval).
16292
16293         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16294
16295 2001-06-05 [hoa]
16296
16297         * src/Makefile.am
16298                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16299
16300         * src/filtering.c
16301         * src/matcher.c
16302         * src/matcher.h
16303         * src/prefs_filtering.c
16304                 now keep the configuration for execute action
16305
16306         * src/mbox_folder.c
16307                 fixed a warning
16308
16309 2001-06-05 [paul]
16310
16311         * sync with sylpheed 0.4.99cvs5
16312
16313 2001-06-05 [hoa]
16314
16315         * src/Makefile.am
16316                 added quote_fmt.[ch]
16317
16318         * added src/quote_fmt.y
16319         * added src/quote_fmt.l
16320         * added src/quote_fmt.tab.h
16321         * added src/quote_fmt.tab.c
16322         * added src/lex.quote_fmt.c
16323                 parsing configuration for replying
16324                 and forwarding
16325
16326         * src/prefs_common.[ch]
16327                 added configuration UI for replying
16328                 and forwarding
16329
16330         * src/compose.c
16331                 using configuration for replying
16332                 and forwarding
16333
16334 2001-06-04 [hoa]
16335
16336         * src/filtering.c
16337         * src/matcher.c
16338         * src/matcher.h
16339         * src/prefs_filtering.c
16340         * src/prefs_matcher.c
16341         * src/prefs_matcher.h
16342                 action "run a command" for filtering
16343                 and matching with a command.
16344                 fixed the "whole message" matching
16345
16346         * src/mbox_folder.c
16347                 changed temporary filename for security
16348
16349         * src/messageview.c
16350                 queue the notification if it fails to send.
16351
16352         * src/prefs_common.c
16353         * src/prefs_folder_item.c
16354                 changed the default important score             
16355
16356         * src/prefs_scoring.c
16357         * src/scoring.c
16358                 hide kill score input when the folder is not
16359                 a newsgroup
16360
16361 2001-06-03 [alfons]
16362
16363         * src/prefs_common.c:
16364
16365                 (prefs_font_select): pass font name in font entry box to font
16366                 selection dialog.
16367
16368 2001-06-03 [sergey]
16369
16370         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16371
16372 2001-06-03 [paul]
16373
16374         * sync with sylpheed 0.4.99cvs4
16375
16376 2001-06-03 [alfons]
16377
16378         * src/headerwindow.c:
16379
16380                 (headerwindow_show_cb): use the selected summary view item, not
16381                 the displayed item.
16382
16383 2001-06-02 [alfons]
16384
16385         * src/headerwindow.c:
16386
16387                 (headerwindow_show_cb): always try to show msginfo
16388
16389 2001-06-02 [hoa]
16390
16391         * src/compose.c
16392                 keep attached parts when reediting or forwarding.
16393
16394 2001-06-01 [hoa]
16395
16396         * src/folderview.c
16397         * src/prefs_folder_item.[ch]
16398         * src/prefs_scoring.[ch]
16399         * src/scoring.[ch]
16400         * src/summaryview.[ch]
16401         * src/main.c
16402         * src/mainwindow.c
16403         * src/prefs_common.[ch]
16404                 support for folder scoring
16405                 kill score and important score for messages
16406         
16407         * src/prefs_account.c
16408                 some display bug fixed for local account
16409                 preferences
16410
16411 2001-05-31 [alfons]
16412
16413         * src/summaryview.c:
16414
16415                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16416                 sender to address book menu item is disabled.
16417
16418 2001-05-30 [hoa]
16419
16420         * src/filtering.[ch]
16421         * src/summaryview.c
16422                 handling summary menu / filter messages
16423
16424         * src/folder.[ch]
16425                 add some stuff
16426
16427         * src/foldersel.c
16428                 imap folders now appears in list
16429
16430         * src/mbox_folder.c
16431                 doesn't crash if destination mail is not writeable
16432
16433 2001-05-29 [hoa]
16434
16435         * src/compose.c
16436                 removed some warnings
16437
16438         * src/filtering.c
16439         * src/folder.[ch]
16440         * src/prefs_filtering.c
16441                 global string to identify any folders           
16442                 removed some debug info
16443                 filtering to mbox folders is now possible
16444
16445         * src/mainwindow.c
16446                 removed some warnings
16447
16448         * src/mbox_folder.c
16449                 permission on files are changed to read/write for user only,
16450                 nothing for other.
16451                 creation of subfolder is handled better.
16452
16453 2001-05-28 [alfons]
16454
16455         Verified the sync for src/prefs_common.[ch] and
16456         src/prefs_account.[ch]. I believe there were some
16457         minor indentation differences.
16458
16459 2001-05-28 [paul]
16460
16461         0.4.99claws3
16462
16463         * sync with 0.4.99cvs3
16464
16465 2001-05-28 [hoa]
16466
16467         * src/compose.c
16468                 handling flags for mbox format
16469
16470         * src/filtering.c
16471                 use of mark file only for MH format
16472                 handling flags for mbox format
16473                 filtering cannot yet move or copy mails to mbox folders.
16474
16475         * src/folder.[ch]
16476                 changed move_msg, copy_msg,
16477                 move_msgs_with_dest, copy_msgs_with_dest functions
16478                 uses only folder->copy_msg() function
16479                 uses folder->finished_copy() to handle the destination
16480                 folder at the end of the copy or move operation.
16481
16482         * src/foldersel.c
16483                 included mbox directories.
16484
16485         * src/folderview.[ch]
16486         * src/mainwindow.c
16487                 handle folders operation for mbox format
16488
16489         * src/mbox.c
16490                 disable conversion of "From " header
16491
16492         * src/mbox_folder.[ch]
16493                 completion of mbox format handling
16494
16495         * src/mh.c
16496                 changed mh_copy_msg() function and
16497                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16498                 mh_copy_msgs_with_dest()
16499
16500         * src/prefs_filtering.c
16501                 removed some warnings
16502
16503         * src/prefs_matcher.c
16504                 default boolean operation is AND
16505
16506         * src/procheader.c
16507                 handling flags for mbox format
16508                 handling of "From " header
16509
16510         * src/procmsg.[ch]
16511                 removed data field
16512                 added MSG_REALLY_DELETED flags to handle deletion of
16513                 messages in mbox format.
16514
16515         * src/summaryview.c
16516                 handling flags for mbox format
16517                 disable the MSG_DELETED flags when messages
16518                 are deleted in mbox format
16519
16520         * src/textview.c
16521                 "From " headers display fixed.
16522
16523 2001-05-27 [alfons]
16524
16525         * src/textview.c:
16526                 
16527                 (get_email_part): skip quoted email addresses, like in e.g.
16528                 "'alfons@proteus.demon.nl'".
16529
16530 2001-05-26 [alfons]
16531
16532         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16533         and fixing the persistence troubles when using separate windows.
16534
16535         * src/mainwindow.c:
16536         
16537             Added #define SEPARATE_ACTION used in the gtk item factory for 
16538             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16539                 use gtk_item_factory_get_widget_by_action() to get the items.
16540                 
16541             Removed separate_widget_cb from the gtk item factory data   
16542           
16543             (mainwindow_create): connect separate_widget_cb() to check
16544             menu item "toggled" signal. also passing a MainWindow pointer
16545                 as object data for both check menu items.
16546                 
16547             (separate_widget_cb): definition of separate_widget_cb() to match
16548             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16549                 window using gtk_object_get_data(). The type of window separation 
16550                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16551         
16552         * src/prefs_filtering.c,
16553           src/prefs_matcher.c: added horizontal scrollbars
16554
16555 2001-05-25 [darko]
16556
16557         * src/headerview.c
16558                 fix segfault with invalid bold font
16559         * src/summaryview.c
16560                 correctly display summary stats after row is marked
16561
16562 2001-05-23 [sergey]
16563
16564         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16565         encodings with libjconv.
16566
16567 2001-05-23 [hoa]
16568
16569         * src/Makefile.am
16570                 added mbox_folder.[ch]
16571         * src/defs.h
16572                 mbox temporary folder
16573         * src/folder.[ch]
16574         * added src/mbox_folder.[ch]
16575         * src/folderview.c
16576         * src/procheader.[ch]
16577                 added mbox support
16578         * src/mbox.c
16579                 bugfix for file incorporation filtering
16580         * src/imap.c
16581                 enable creation of MBOX
16582         * src/prefs_display_header.c
16583                 enable use of headers like "From "
16584                 something that should be fixed :
16585                         displaying of such headers add an extra space
16586         * src/prefs_folder_item.c
16587                 don't create folders because it is not necessary
16588         * src/procmsg.h
16589                 added data field to MsgInfo for mbox internal use
16590         * src/summaryview.c
16591                 added some support for mbox
16592         * src/utils.[ch]
16593                 added get_mbox_cache_dir() function
16594
16595 2001-05-23 [hiroyuki]
16596
16597         * src/headerwindow.c
16598           src/inc.c
16599           src/main.c
16600           src/mh.c
16601           src/nntp.c
16602           src/procmsg.h
16603           src/session.h
16604           src/socket.[ch]
16605           src/summaryview.c
16606           src/textview.c
16607           src/automaton.c
16608           src/folderview.c: more sync with 0.4.99cvs2.
16609
16610         * src/headerwindow.c: reverted.
16611
16612 2001-05-22 [paul]
16613
16614         0.4.99claws2
16615
16616         * sync with sylpheed 0.4.99cvs2
16617                 * src/news.[ch]
16618                 * src/nntp.[ch]
16619                 * INSTALL
16620                 * INSTALL.jp
16621
16622 2001-05-22 [alfons]
16623
16624         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16625
16626 2001-05-21 [alfons]
16627
16628         Minor things:
16629
16630         * configure.in: if gnome-config not found, "no" is displayed
16631         
16632         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16633
16634         * src/textview.c: now also possible to add mail addresses by right
16635           clicking in the text view
16636
16637         * src/codeconv.c: merged patch which fixes endless loop when encountering
16638           invalid wide characters; from Alte <010@imis.ru>  
16639
16640 2001-05-20 [alfons]
16641
16642         Added installation of gnome specific things:
16643
16644         * Makefile.am: gnome conditional
16645
16646         * configure.in: check for installed gnome
16647
16648         * added sylpheed.png, sylpheed.desktop
16649
16650 2001-05-20 [sergey]
16651
16652         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16653
16654         * src/mainwindow.h (main_window_toolbar_create): created a button
16655         for "Reply to all".
16656         (main_window_set_toolbar_sensitive): enable/disable the new button
16657         appropriately.
16658         (toolbar_reply_to_author_cb): handle the new button.
16659
16660         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16661         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16662         failure).
16663
16664 2001-05-19 [sergey]
16665
16666         * src/compose.h (ComposeReplyMode): new modes
16667         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16668         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16669
16670         * src/compose.c
16671         (compose_send): move some code into a new function:
16672         (compose_current_mail_account): new function.
16673         (compose_reply): new argument to_author, all callers changed; if
16674         to_author==TRUE and account->protocol==A_NNTP, find and use an
16675         appropriate mail account for replying.
16676         (compose_reply_set_entry): new argument to_author; ignore
16677         compose->replyto if to_author==TRUE.
16678
16679         * src/mainwindow.c: new command "Message/Reply to author".
16680         (main_window_set_menu_sensitive): enable/disable it.
16681         (reply_cb): handle it.
16682
16683         * src/summaryview.c: new command "Reply to author".
16684         (summary_set_menu_sensitive): enable/disable it.
16685         (summary_reply_cb): handle it.
16686
16687         * src/account.c (account_find_mail_from_address): new function.
16688
16689 2001-05-18 [paul]
16690
16691         0.4.99claws1
16692
16693         * sync with sylpheed 0.4.99cvs1
16694
16695 2001-05-18 [hoa]
16696
16697         * src/compose.[ch]
16698         * src/filtering.c
16699         * src/summaryview.c
16700                 new filtering action : forward and forward as attachment
16701
16702         * src/main.c
16703                 no need for $DISPLAY when we run sylpheed --help
16704                 call to parse_cmd_opt() is moved
16705
16706         * src/mainwindow.[ch]
16707                 execute button is hidden when immediate execute
16708                 is chosen
16709
16710         * src/mh.c
16711         * src/news.c
16712         * src/prefs_folder_item.c
16713         * src/procmsg.c
16714                 better handling of missing directories
16715
16716         * src/summaryview.c
16717                 reedit is enabled in outbox
16718                 reedit is enabled in queue
16719
16720 2001-05-17 [hoa]
16721
16722         * src/filtering.c
16723         * src/matcher.[ch]
16724         * src/prefs_filtering.c
16725                 changed attachement into attachment
16726
16727 2001-05-17 [alfons]
16728
16729         0.4.67claws4    
16730
16731         * sync with sylpheed 0.4.67cvs9
16732         * sync with sylpheed 0.4.67cvs7-8
16733
16734 2001-05-17 [hoa]
16735
16736         * src/Makefile.am
16737                 added prefs_filtering.c
16738
16739         * src/filtering.[ch]
16740         * src/matcher.[ch]
16741                 removed action : forward_news and forward_news_as_attachement
16742                 (forward and forward_as_attachement can be used instead)
16743
16744         * src/mainwindow.c
16745                 added menu option to access filtering configuration
16746
16747         * src/prefs_account.c
16748                 changed mail_command default to /usr/sbin/sendmail
16749
16750         * added src/prefs_filtering.[ch]
16751                 dialog box for filtering configuration
16752
16753         * src/prefs_matcher.c
16754                 added function prefs_matcher_get_criteria_from_matching()
16755
16756         * src/prefs_scoring.c
16757                 reset the dialog when register or substitute is clicked
16758
16759 2001-05-15 [hoa]
16760
16761         * src/Makefile.am
16762                 added filtering.[ch]
16763         * src/inc.c
16764                 using filering.[ch] instead of filter.[ch]
16765         * src/main.c
16766                 reading new filtering configuration
16767         * src/matcher.[ch]
16768                 added some filtering actions
16769                 and fixed a bug for headers and mail body matching
16770         * src/mbox.c
16771                 using filering.[ch] instead of filter.[ch]
16772         * src/mh.c
16773                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16774         * src/summaryview.c
16775                 some fixes for filtering
16776
16777 2001-05-14 [hiroyuki]
16778
16779         * src/send.c: fixed some weird indentations.
16780           send_message_with_command(): call pclose() only if p != NULL.
16781         * src/textview.c: get_email_part(): modified the code for readability.
16782
16783 2001-05-14 [hiroyuki]
16784
16785         * src/md5global.h
16786           src/md5ify.c
16787           src/md5ify.h: removed from the cvs.
16788
16789 2001-05-13 [sergey]
16790
16791         * src/main.c: include rfc2015.h to avoid compiler warnings.
16792         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16793         the panel is already on screen.
16794         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16795         closing the alert window by ESC as "No".
16796         * src/prefs_common.c (prefs_interface_create): moved return
16797         receipt check button to the correct place.
16798
16799 2001-03-13 [alfons]
16800
16801         * src/prefs_common.c: 
16802                 moved return receipt check button to the Send tab. (prefs_send_create)
16803                 removed the date format ui related globals. (prefs_display_create)
16804
16805         0.4.67claws3
16806         
16807         * sync with sylpheed 0.4.67cvs5-6
16808
16809 2001-05-13 [paul]
16810
16811         * added Alfons' font selection patch
16812
16813         * src/defs.h
16814         * src/headerwindow.c
16815         * src/prefs_common.c
16816         * src/prefs_common.h
16817
16818 2001-05-13 [hoa]
16819         * src/defs.h
16820                 changed version of cache
16821         * src/matcher.[ch]
16822         * src/prefs_matcher.c
16823                 added additionnal matching criteria
16824         * src/procheader.c
16825         * src/procmsg.[ch]
16826         * src/news.c
16827                 added references in MsgInfo
16828
16829 2001-05-12 [hoa]
16830
16831         * src/defs.h
16832                 prepared some things for new filtering
16833         * src/matcher.[ch]
16834                 added some matching properties
16835                 inreplyto need to be enhanced
16836                 prepared some things for new filtering
16837         * src/messageview.c
16838                 added Return-Receipt-To handling
16839         * src/prefs_folder_item.c
16840                 changed default value to TRUE
16841         * src/prefs_matcher.c
16842                 added some matching properties
16843         * src/prefs_scoring.[ch]
16844                 the scoring dialog is finished
16845         * src/procheader.c
16846                 added Return-Receipt-To handling
16847                 Reference need to be added
16848         * src/procmsg.[ch]
16849                 added Return-Receipt-To handling
16850                 added threadscore to get a better score sorting when
16851                 threads are enabled
16852         * src/summaryview.c
16853                 suppressed a bug when we sort the list
16854                 when no folder is opened.
16855                 better score sorting when threads are enabled
16856
16857 2001-05-12 [alfons]
16858
16859         * reverted previous patch because of potential errors 
16860
16861         0.4.67claws2
16862         
16863         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16864                 applied "toggle mail-retrieval dialog window" patch submitted 
16865                 by Eric Limpens <eric@qnt.net>
16866
16867         * sync with sylpheed 0.4.67cvs4
16868
16869 2001-05-12 [sergey]
16870
16871         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16872         some picky compilers.
16873         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16874         * src/grouplist_dialog.c: include alertpanel.h.
16875         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16876         fix compile warning.
16877         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16878         #include "defs.h" before others to prevent the warning of `MIN'
16879         and `MAX' redefinition.
16880
16881 2001-05-11 [hoa]
16882
16883         * src/main.c
16884         * src/messageview.c
16885         * src/prefs_account.c
16886         * src/prefs_display_header.c
16887                 removed warning
16888         * src/Makefile.am
16889                 added prefs_scoring.[ch]
16890         * src/grouplist_dialog.c
16891                 display an error dialog box if the group list
16892                 cannot be fetched.
16893         * src/mainwindow.[ch]
16894                 added main_window_set_thread_option() function
16895                 scoring dialog box enabled
16896         * src/matcher.[ch]
16897                 added flags matching unread /new / marked
16898                 / deleted / replied / forwarded
16899         * src/news.c
16900                 newsgroups are now finally in newscache
16901         * src/prefs_matcher.[ch]
16902                 finished preferences for matching dialog
16903         * added src/prefs_scoring.[ch]
16904                 scoring dialog box completed
16905         * src/scoring.[ch]
16906                 conversion to string : added scoringprop_to_string()
16907                 write config for preferences :
16908                 added prefs_scoring_write_config()
16909         * src/summaryview.c
16910                 threads can be enabled/disabled independently
16911                 for each folder
16912
16913 2001-05-10 [alfons]
16914
16915         0.4.67claws1
16916         
16917         * AUTHORS: 
16918                 thought it would be nice to have a list of all
16919                 contributors (used Changelog as a reference)
16920         
16921         * configure.in: 
16922                 messed up version numbering...
16923
16924         0.4.66claws1
16925
16926         * sync with sylpheed 0.4.67cvs1-3
16927
16928 2001-05-10 [darko]
16929
16930         * src/prefs_common.c:
16931                 better UI for strftime format, double clicking
16932                 on format now inserts the format in text entry
16933                 replaced close button with standard OK/Cancel
16934                 moved date format button to the right of the
16935                 text entry field
16936
16937 2001-05-09 [alfons]
16938
16939         * src/gtkstext.c:
16940                 Ctrl-Home / Ctrl-End have proper cursor navigation
16941
16942 2001-05-09 [hoa]
16943
16944         * src/prefs_matcher.c
16945                 finished UI to define matching properties
16946                 added ok and cancel button
16947         * src/prefs_filter.c
16948                 added ok and cancel button
16949         * src/news.c
16950                 fixed some bug in xhdr parsing
16951
16952 2001-05-08 [alfons]
16953
16954         * src/textview.c: 
16955                 fixed a bug in textview_show_header(), which displayed two colons (':');
16956                 cleaned up some warnings
16957
16958 2001-05-08 [hoa]
16959
16960         * src/Makefile.am
16961                 added prefs_matcher.[ch]
16962                 compilation with -W -Wall
16963         * src/alertpanel.c
16964                 ungrab the mouse events if grabbed - does it
16965                 fix the bug for disposition notification ?
16966         * src/mainwindow.c
16967                 added a menu option to open the matching dialog.
16968         * src/matcher.[ch]
16969                 added matcherprop_to_string() and matcherlist_to_string()
16970                 fixed some bugs, changed the name of some options
16971                 age_sup and age_inf becomes age_greater and age_lower,
16972                 body and messageheaders becomes body_part and headers_part,
16973                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16974         * src/prefs_display_header.c
16975         * src/prefs_headers.c
16976                 fixed a bug that accidentally destroyed dialogs
16977                 when closed them with delete_event
16978                 Added *_deleted() which handle delete_event signal correctly.
16979         * src/prefs_folder_item.[ch]
16980                 added "enable_thread" field for future customization
16981         * added src/prefs_matcher.[ch]
16982                 sample of the UI to define matching properties
16983         * src/procheader.c
16984                 using procheader_headername_equal instead of str*cmp functions
16985                 using procheader_parse_header() function
16986         * src/scoring.c
16987                 using MATCHING_XXX instead of SCORING_XXX
16988         * src/summaryview.c
16989                 display the sender of the news even if this is ourself
16990                 when this is a news message.
16991         * src/textview.c
16992                 using headername_equal() instead of str*cmp functions
16993
16994 2001-05-08 [alfons]
16995
16996         0.4.66claws
16997
16998         * sync with sylpheed 0.4.66
16999         * src/gtkstext.c: trace logs added 
17000
17001 2001-05-08 [sergey]
17002
17003         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17004         signature check popup.
17005         * src/rfc2015.c (check_signature): show signature check popup only
17006         if it is enabled in preferences.
17007
17008 2001-05-07 [alfons]
17009
17010         0.4.66claws4
17011         
17012         * sync with sylpheed 0.4.66cvs6
17013
17014 2001-05-07 [darko]
17015
17016         * src/prefs_common.[ch]: added option to enable/disable
17017           looking up sender name in address book for summary pane
17018         * src/summaryview.c: look up sender in the address book
17019           by using Alfons' address completion code
17020
17021 2001-05-07 [hiroyuki]
17022
17023         * src/inc.h
17024           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17025           member of Pop3State.
17026         * src/news.c: brought #include "defs.h" before #include <glib.h>
17027           to prevent the warning of `MIN' and `MAX' redefinition.
17028
17029 2001-05-06 [hoa]
17030
17031         * removed src/headers_display.[ch]
17032         * removed src/prefs_display_headers.[ch]
17033         * src/inc.c
17034                 use a temporary file in the user directory for mbox import
17035         * src/news.c
17036                 added XHDR support to get "To" and "Cc" headers
17037                 (in order to match news with to or cc field for
17038                 scoring)
17039                 added function news_parse_xhdr() to get XHDR response
17040         * src/nntp.[ch]
17041                 added function nntp_xhdr()
17042         * src/matcher.c
17043                 fetch the message if necessary
17044
17045 2001-05-06 [alfons]
17046
17047         0.4.66claws3
17048
17049         * sync with sylpheed 0.4.66cvs3-5
17050
17051 2001-05-06 [hoa]
17052
17053         * src/utils.[ch]
17054                 added function itos_buf() to enable use of several buffers
17055         * src/summaryview.c
17056                 use of itos_buf() instead of itos() in summary list
17057                 to fix the broken display of message number.
17058
17059 2001-05-06 [alfons]
17060
17061         * src/gtkstext.c: bug in cursor up navigation fixed,
17062                 fixed another unsigned / signed comparison (we're getting there :-)
17063
17064 2001-05-06 [hoa]
17065
17066         * src/Makefile.am
17067                 added scoring.c scoring.h
17068                 prefs_folder_item.c prefs_folder_item.h
17069                 matcher.c matcher.h
17070         * src/defs.h
17071                 added FOLDERITEM_RC SCORING_RC
17072         * src/folder.[ch]
17073                 added prefs field in FolderItem :
17074                 properties for each folder (PrefsFolderItem),
17075                 sorting type and mode were added as the first properties.
17076         * src/main.c
17077                 read config for scoring
17078         * added src/matcher.[ch]
17079                 gives functions to parse configuration file to do
17080                 matching on mails with a list of conditions.
17081         * src/mainwindow.c
17082                 add option to sort by score
17083         * src/prefs_common.[ch]
17084                 added preference option to show score and for
17085                 the score column size
17086         * added src/prefs_folder_item.[ch]
17087                 properties for each folder (PrefsFolderItem),
17088                 sorting type and mode were added as the first properties.
17089         * src/procheader.[ch]
17090                 added procheader_parse_header()
17091                 added procheader_header_free()
17092                 added procheader_headername_equal()
17093                 and made modification to use them.
17094         * src/procmsg.[ch]
17095                 added score field to MsgInfo structure
17096         * added src/scoring.[ch]
17097                 gives functions to parse configuration file to do
17098                 scoring on mails with a list of conditions.
17099         * src/summaryview.[ch]
17100                 save the sorting type and mode for the folder
17101                 added column to display the score of the mail
17102                 added function summary_score_clicked()
17103                 sorting type and mode are restored to the folder
17104                 when it is reopen
17105         * src/textview.c
17106                 use procheader_parse_header(), procheader_headername_equal()
17107                 removed memory leak in text_scan_header when freeing headers
17108         * src/filter.c
17109                 changed the function to match names of headers
17110                 using procheader_headername_equal()
17111
17112         Scoring functions are implemented, an interface is needed
17113         to configure that.
17114
17115 2001-05-04 [alfons]
17116
17117         * src/gtkstext.c: 
17118                 hopefully fixed the row up navigation bug,
17119                 removed adding back / forward lines to cache
17120
17121 2001-05-04 [sergey]
17122
17123         * src/prefs_display_headers.c: user interface changes:
17124         (prefs_display_headers_create): remove unused "Show" check button;
17125         allow reordering of headers by dragging.
17126         (prefs_display_headers_write_config): remove unused variables.
17127         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17128         of lists (not needed with the new UI).
17129         (prefs_display_headers_set_list): scan lists starting from row 0,
17130         not 1 (do not skip "(New)").
17131         (prefs_display_headers_find_header): new function.
17132         (prefs_display_headers_clist_set_row): do not allow duplicates.
17133         (prefs_display_headers_delete_cb): do not skip row 0; treat
17134         closing the alert window by ESC as "No".
17135         (prefs_display_headers_up): do not protect row 0.
17136         (prefs_display_headers_down): do not protect row 0.
17137
17138 2001-05-04 [sergey]
17139
17140         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17141         functions.
17142
17143         * src/summaryview.c
17144         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17145         summary_select_next_marked, summary_select_prev_marked): new
17146         functions.
17147
17148 2001-05-03 [sergey]
17149
17150         * src/news.c: fixed a bug when no article can be fetched after
17151         server timeout if the connection was restored by news_post():
17152         (news_select_group): new function.
17153         (news_fetch_msg): call news_select_group() before fetching
17154         article.
17155         (news_get_uncached_articles): set session->group after successful
17156         GROUP command.
17157
17158 2001-05-03 [hoa]
17159
17160         * src/defs.h
17161         * src/procmsg.[ch]
17162         * src/procheader.c
17163                  changed version of cache, added cc field
17164
17165         * src/prefs_display_headers.c
17166                 the interface was changed
17167
17168         * src/prefs_headers.c
17169                 added cancel button
17170
17171 2001-05-03 [alfons]
17172
17173         * completed sync of sylpheed cvs2
17174         * src/gtkstext.c: updated row up / down cursor navigation
17175         * src/textview.c: re-edited, prepared for fixing the email address
17176                 scanner.
17177
17178 2001-05-03 [darko]
17179
17180         * src/prefs_common.c: use alfons' strftime ui code
17181         entry_datefmt and datefmt_sample widgets have to be
17182         global in this module because of this change
17183
17184 2001-05-03 [hoa]
17185
17186         * src/messageview.c
17187         * src/prefs_common.[ch] added option to activate the return receipt
17188                 feature.
17189
17190 2001-05-02 [alfons]
17191
17192         * src/gtkstext.c: fix for row up/down cursor navigation. 
17193
17194         0.4.66claws2
17195         
17196         * sync with 0.4.66cvs2
17197
17198 2001-05-02 [paul]
17199
17200         added add-sender-to-addressbook patch
17201
17202         * src/addressbook.c
17203         * src/addressbook.h
17204         * src/summaryview.c
17205
17206 2001-05-02 [sergey]
17207
17208         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17209         G_ALERTDISABLE.
17210
17211         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17212         all existing callers changed to pass FALSE; create a check button
17213         to disable the message.
17214         (alertpanel_message_with_disable): new function.
17215         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17216         (alertpanel_button_toggled): new function.
17217         (alertpanel_button_clicked, alertpanel_close): set value using
17218         G_ALERT_VALUE_MASK.
17219
17220         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17221
17222         * src/prefs_common.c (prefs_privacy_create): new check button
17223         checkbtn_gpgme_warning.
17224
17225         * src/main.c (main): moved preferences reading before gpgme
17226         initialization; check prefs_common.gpgme_warning before giving the
17227         GnuPG warning and set it to FALSE if the user wants to disable the
17228         warning.
17229
17230 2001-05-02 [hiroyuki]
17231
17232         * src/prefs_display_headers.c: modified the layout and some labels.
17233
17234 2001-05-02 [sergey]
17235
17236         * src/prefs_account.c (prefs_account_fix_size): new function.
17237         (prefs_account_create): call prefs_account_fix_size(); use
17238         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17239         size when the window is shown for the first time).
17240         (prefs_account_basic_create): changed layout of serv_table; moved
17241         localmbox_entry above smtpserv_entry (logically it replaces
17242         POP3/IMAP server).
17243         (prefs_account_protocol_activated): set sensitivity of
17244         nntpauth_chkbtn according to the protocol (in addition to
17245         hide/show); commented out gtk_table_set_row_spacing() calls.
17246         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17247         not sensitive (fixes a bug with disabled username/password boxes
17248         when editing POP3 account after NNTP with authentication).
17249
17250 2001-05-02 [hoa]
17251
17252         * src/account.c
17253         * src/inc.c
17254         * src/prefs_account.[ch]
17255         * src/send.c
17256                 removed local account without SMTP server
17257                 added option to use mail command instead of a connexion
17258                 to SMTP server when a local account is used
17259         * src/prefs_headers.c
17260                 fixed a bug
17261         * src/news.c
17262                 fixed a bug when connexion immediately closed
17263
17264 2001-05-01 [alfons]
17265
17266         0.4.66claws1
17267         
17268         * sync with 0.4.65
17269
17270 2001-05-01 [sergey]
17271
17272         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17273         widget nntpauth_chkbtn.
17274         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17275         visibility.
17276         (prefs_account_nntpauth_toggled): new function.
17277
17278         * src/news.c (news_session_new_for_folder): use NNTP
17279         authentication only if ac->use_nntp_auth is set.
17280
17281 2001-05-01 [hoa]
17282
17283         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17284         * src/prefs_display_headers.c changed the UI
17285         * src/prefs_headers.c changed account_name to account_id
17286         * src/compose.c using customheader.h
17287
17288 2001-05-01 [hiroyuki]
17289
17290         * src/esmtp.c
17291           src/news.c
17292           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17293           unsynched.
17294
17295 2001-05-01 [hoa]
17296
17297         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17298         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17299                 for displaying of headers
17300         * src/grouplist_dialog.[ch] minor changes to remove warnings
17301         * src/prefs_display_headers.[ch] dialog to choose the
17302         headers to display in the mail viewer.
17303         * src/headers.h correction of #define
17304         * src/headers_display.[ch] configuration for displaying of headers.
17305         * src/main.c read config of displaying of headers
17306         * src/prefs_common.c add a button to access the config dialog
17307                 for displaying of headers
17308         * src/prefs_display_headers.[ch] dialog for configuration for
17309                 displaying of the headers.
17310         * src/prefs_headers.c cleaning of code
17311         * src/procheader.c comments added to code
17312         * src/textview.c changes to reorder the headers depending
17313                 on the config for displaying of headers
17314
17315 2001-04-30 [alfons]
17316
17317         0.4.65claws7
17318
17319         * sync with 0.4.65cvs12
17320
17321         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17322
17323 2001-04-30 [sergey]
17324
17325         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17326
17327         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17328         is set to force reconnection after authentication failure.
17329         (nntp_gen_command): set sock->auth_failed on authentication
17330         failure, or if sock->userid and sock->passwd are not set.
17331
17332         * src/news.c (news_session_new_for_folder): set userid=NULL if
17333         password dialog is cancelled.
17334
17335 2001-04-30 [sergey]
17336
17337         * src/nntp.h (NNTPSockInfo): new type.
17338
17339         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17340         SockInfo.
17341         (nntp_open_auth, nntp_close): new functions.
17342         (nntp_gen_command): new function to handle authentication; all
17343         NNTP command functions updated to use it.
17344         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17345         (nntp_list): removed old useless code.
17346
17347         * src/news.h (NNTPSession): new field nntp_sock.
17348
17349         * src/news.c: all functions updated to use NNTPSockInfo instead of
17350         SockInfo.
17351         (news_session_new): new arguments (userid, passwd); made static;
17352         use nntp_open_auth() if needed.
17353         (news_session_destroy): use nntp_close() instead of sock_close().
17354         (news_query_password): changed arguments.
17355         (news_session_new_for_folder): new function.
17356         (news_session_get): use news_session_new_for_folder().
17357         (news_authenticate): deleted.
17358         (news_get_uncached_articles): removed old authentication code.
17359
17360 2001-04-30 [sergey]
17361
17362         * src/news.c: reverted my previous changes (need to do NNTP
17363         authentication in a cleaner way).
17364         
17365 2001-04-29 [sergey]
17366
17367         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17368         news_nntp_post, news_nntp_mode): new functions (wrappers with
17369         authentication support).
17370         (news_get_article_cmd, news_get_article, news_get_header): new
17371         argument "folder"; all callers changed.
17372         (news_get_article_cmd): added authentication support.
17373         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17374         (news_post): use news_nntp_post() instead of nntp_post().
17375         (news_get_uncached_articles): use news_nntp_group() instead of
17376         nntp_group() and news_nntp_xover() instead of nntp_xover();
17377         removed old authentication code.
17378         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17379
17380         * src/nntp.c (nntp_list): return real error code instead of
17381         hardcoded NN_ERROR.
17382
17383 2001-04-29 [sergey]
17384
17385         * configure.in: fixed wint_t typedef detection again
17386
17387 2001-04-28 [hoa]
17388
17389         * src/prefs_account.[ch], added A_LOCAL_CMD
17390                 (send mail with mail command)
17391         * src/send.c added function send_message_with_command()
17392         * src/inc.c made a more secure get_spool() function with
17393                 mktemp() but maybe mkstemp() or something more
17394                 secure can be used.
17395
17396 2001-04-28 [alfons]
17397
17398         * src/textview.c, colorization of email addresses in headers
17399
17400         0.4.65claws6
17401
17402         * bug sync with sylpheed
17403         * prefs_common.c: created date format ui for darko
17404         * sync with 0.4.65cvs11
17405         * configure.in: corrected to have the new gpg checks
17406
17407 2001-04-27 [alfons]
17408
17409         * completed sync with 0.4.65cvs10
17410         * minor debug things added to gtkstext.c
17411
17412 2001-04-27 [darko]
17413
17414         * configure.in: remove check for availability of
17415           strftime() as advised by Hiroyuki
17416         * src/prefs_common.[ch], src/procheader.c:
17417           synch strftime() code with Hiroyki's main branch
17418
17419 2001-04-26 [sergey]
17420
17421         * src/news.c: news_query_password(), news_authenticate(): new
17422           functions.
17423           news_get_uncached_articles(): added NNTP authentication
17424           handling.
17425         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17426           new functions.
17427         * src/prefs_account.c: prefs_account_protocol_activated():
17428           enable userid and password fields for NNTP.
17429
17430 2001-04-26
17431
17432         * configure.in: check for availability of strftime()
17433           [darko]
17434         * src/prefs_common.[ch], src/procheader.c: use
17435           strftime() for displaying date in summary pane if it
17436           is available
17437
17438 2001-04-25
17439
17440         * more .cvsignore cleanups [alfons]
17441
17442 2001-04-25
17443
17444         * ac/sv-check-type.m4: new autoconf macro.
17445         * configure.in: fixed wint_t typedef detection (did not work
17446           with gcc-2.96).
17447
17448 2001-04-25
17449
17450         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17451           [hiroyuki]
17452
17453 2001-04-24
17454         * modified gtkstext.c : buggy cursor navigation fixed, 
17455           and font descent also taken in account when drawing
17456           cursor. [alfons]
17457
17458 2001-04-24 [hoa]
17459         * added comments in src/news.c src/nntp.c
17460         * added src/prefs_headers.[ch]
17461         * added src/headers.[ch]
17462         * modified compose.c to activate custom headers
17463                 added function is_in_custom_headers
17464         * modified prefs_account.[ch]
17465                 added function prefs_account_customhdr_edit
17466         * modified src/defs.h :
17467                 added HEADERS_RC : name of the config file
17468                 for the custom headers
17469
17470 2001-04-24
17471
17472     0.4.65claws5
17473
17474         * configure.in
17475           src/gtkstext.[ch]
17476           src/compose.c
17477           src/Makefile.am
17478           
17479           added gtkstext with configure.in patch by Hiroyuki which
17480           should fix the XIM detection [alfons]
17481
17482         * more clean up of cvs [alfons]
17483
17484                  * removed all Makefile.in files to attic.
17485
17486                  * updated all .cvsignores to really ignore things that could
17487                    be unintentionally committed by a recursive commit.
17488
17489 2001-04-23 [hoa]
17490         * added src/grouplist_dialog.[ch]
17491         * changed src/folderview.c to call grouplist_dialog instead
17492                 of inputdialog
17493         * src/news.c :
17494                 added functions news_reset_group_list
17495                 and news_get_group_list
17496         * src/nntp.c :
17497                 added function nntp_list
17498         * src/defs.h :
17499                 added GROUPLIST_FILE : name of the newsgroup list cache file
17500
17501 2001-04-21
17502
17503         * added option to warn about queued messages on exit [sergey]:
17504
17505           * src/compose.c: compose_queue(): call folder_item_scan()
17506             and folderview_update_item() after queueing.
17507           * src/folderview.c: folderview_update_node(): draw the queue
17508             folder in bold font if there are queued messages.
17509           * src/mainwindow.c: queued_messages(): new function.
17510             app_exit_cb(): display warning if there are queued messages
17511             if warn_queued_on_exit is set.
17512           * prefs_common.[ch]: add warn_queued_on_exit option.
17513
17514         * enhanced GnuPG key selection support [sergey]:
17515
17516           * src/select-keys.c: updated to newer version from Win32
17517             branch with support for selecting arbitrary keys.
17518           * src/prefs_account.c: added the Privacy tab to the account
17519             options window.
17520             prefs_account_privacy_create(),
17521             prefs_account_sign_key_set_data_from_radiobtn(),
17522             prefs_account_sign_key_set_radiobtn(): new functions.
17523           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17524           * src/rfc2015.c: set_signers(): new function.
17525             pgp_sign(): add the account parameter, call set_signers().
17526             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17527           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17528           * src/compose.c: pass the current account to rfc2015_sign().
17529
17530         * tag name claws added to prevent confusion with main branch [alfons]
17531
17532         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17533
17534         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17535
17536         * sync with recent sylpheed cvs. Untested though. [alfons]
17537