use gulong for P_COLOR so that it compiles/runs on 64-bit systems
[claws.git] / ChangeLog.claws
1 2003-04-17 [paul]       0.8.11claws96
2
3         * src/prefs_common.h
4                 use gulong for P_COLOR so that it compiles/runs on
5                 64-bit systems. Patch submitted by James Noyes
6                 <jnoyes-claws@retrogeeks.com>
7                 
8         * po/de.po
9                 updated by Jens
10
11 2003-04-17 [paul]       0.8.11claws95
12
13         * sync with 0.8.11cvs26
14                 see ChangeLog 2003-04-16
15
16 2003-04-15 [paul]       0.8.11claws94
17
18         * src/prefs_common.[ch]
19                 rearrange to stop the window getting too long:
20                         move Receive dialog stuff to Receive tab
21                         move Send dialog to Send tab
22                         remove Dialogs frame
23                 rename 'Open messages in summary with cursor keys' to
24                 'Always open messages in summary when selected', as its
25                 more appropriate
26
27 2003-04-15 [paul]       0.8.11claws93
28
29         * src/prefs_common.[ch]
30           src/summaryview.c
31                 add new option '/Interface/Open next message on deletion'
32
33 2003-04-15 [paul]       0.8.11claws92
34
35         * src/summaryview.[ch]
36                 add /Mark/Lock and /Mark/Unlock to the pop-up
37                 menu. Patch submitted by Ivan Francolin Martinez
38                 <ivanfm@users.sourceforge.net>
39
40 2003-04-15 [paul]       0.8.11claws91
41
42         * sync with 0.8.11cvs24
43                 see ChangeLog 2003-04-15
44
45 2003-04-14 [jens]       0.8.11claws90
46
47         * updated German translation and some corrections from
48                 Roland Bless <bless@tm.uka.de>
49
50 2003-04-14 [paul]       0.8.11claws89
51
52         * sync with 0.8.11cvs22
53                 see ChangeLog 2003-04-14
54
55 2003-04-13 [paul]       0.8.11claws88
56
57         * src/plugins/clamav/clamav_plugin.c
58                 fix memory leaks
59                 clean up
60
61 2003-04-12 [paul]       0.8.11claws87
62
63         * src/plugins/clamav/clamav_plugin.c
64                 activate enable/disable archive scanning option
65                 
66         * src/plugins/clamav/.cvsignore         ** NEW FILE **
67
68 2003-04-12 [paul]       0.8.11claws86
69
70         * src/plugins/Makefile.am
71           src/plugins/clamav/Makefile.am                ** NEW FILE **
72           src/plugins/clamav/README                     ** NEW FILE ** 
73           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
74           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
75                 add Clam AntiVirus plugin
76
77 2003-04-12 [paul]       0.8.11claws85
78
79         * sync with 0.8.11cvs21
80                 see ChangeLog 2003-04-11
81
82 2003-04-11 [paul]       0.8.11claws84
83
84         * po/es.po
85                 update Spanish translation. Submitted by Ricardo
86                 Mones Lastra.
87
88 2003-04-10 [christoph]  0.8.11claws83
89
90         * src/mbox.c
91                 fix typo that did not move unfiltered mails to destination
92                 folder
93
94         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
95          when filtering from spool)
96
97 2003-04-10 [christoph]  0.8.11claws82
98
99         * src/imap.c
100                 use BODY.PEEK instead of BODY in in message fetch operation
101                 to make sure the IMAP server does not set the \Seen flag for
102                 messages. Sylpheed does that later itself, when the message
103                 is opened in sylpheed
104
105         (closes Bug 111 Claws destroys unread marks)
106
107 2003-04-09 [oliver]     0.8.11claws81
108         
109         * src/folder.c
110                 fix crash in folder_destroy
111         * README.claws
112                 remove selective download
113
114 2003-04-09 [christoph]  0.8.11claws80
115
116         * src/imap.c
117                 fix crash in imap_get_msginfo() when then fetched message
118                 is not found
119
120         (closes Bug 110 Crash during mail composition)
121
122 2003-04-08 [christoph]  0.8.11claws79
123
124         * src/folder.c
125         * src/prefs_account.c
126                 Filter new messages that are found in an INBOX folder
127                 when 'Filter messages on receiving' is enabled in the
128                 Folder's AccountPrefs. This allows to use Sylpheed's
129                 filtering engine for IMAP folders where messages are
130                 added to the INBOX by a MTA
131
132 2003-04-08 [paul]       0.8.11claws78
133
134         * src/procmsg.h
135                 clean up after last commit
136
137 2003-04-08 [paul]       0.8.11claws77
138
139         * sync with 0.8.11cvs20
140                 see ChangeLog 2003-04-07 and 2003-04-08
141
142 2003-04-07 [christoph]  0.8.11claws76
143
144         * src/filtering.[ch]
145         * src/inc.[ch]
146         * src/mbox.c
147         * src/procmsg.[ch]
148                 add procmsg_msginfo_filter() to execute filtering actions
149
150 2003-04-06 [christoph]  0.8.11claws75
151
152         * src/imap.c
153                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
154
155 2003-04-06 [christoph]  0.8.11claws74
156
157         * src/common/utils.[ch]
158                 add g_int_compare() function for slist sorting
159
160         * src/imap.c
161                 fetch all MsgInfos with one command in imap_get_msginfos()
162                 using an imap set with a list of ranges
163
164         * src/news.c
165                 use new g_int_compare() function
166
167 2003-04-06 [thorsten]   0.8.11claws73
168
169         * src/mh.c
170                 corrected implementation of mh_folder_destroy()
171
172 2003-04-05 [christoph]  0.8.11claws72
173
174         * src/account.c
175         * src/folder.[ch]
176         * src/folderview.c
177         * src/imap.c
178         * src/inc.c
179         * src/main.c
180         * src/mainwindow.c
181         * src/mbox_folder.c
182         * src/mh.c
183         * src/mimeview.h
184         * src/msgcache.[ch]
185         * src/news.c
186         * src/procmime.h
187         * src/procmsg.[ch]
188         * src/setup.c
189         * src/gtk/gtkutils.c
190                 o rename structure field names class and new to klass and
191                   new_msgs, to allow including files in C++
192                 o add 'extern "C"' block to some header files
193                 o add MsgInfoList and MsgNumberList as alias for GSList for
194                   developers to know what type of list is expected
195
196         * src/plugins/image_viewer/plugin.c
197         * src/plugins/image_viewer/viewer.[ch]
198         * src/plugins/image_viewer/viewerprefs.[ch]
199                 rename function names to prevent conflicts
200
201 2003-04-05 [paul]       0.8.11claws71
202
203         * sync with 0.8.11cvs18
204                 see ChangeLog 2003-04-03 and 2003-04-04
205
206 2003-04-02 [christoph]  0.8.11claws70
207
208         * src/folder.[ch]
209         * src/imap.[ch]
210         * src/mbox_folder.[ch]
211         * src/mh.[ch]
212         * src/news.[ch]
213                 o Make all virtual folder functions private
214                 o remove unused folder code
215
216         * src/common/socket.[ch]
217         * src/summaryview.c
218                 fix warnings
219
220 2003-03-30 [alfons]     0.8.11claws69
221
222         * src/send_message.c
223                 remove two debug traces and see if people still report
224                 errors
225
226 2003-03-30 [alfons]     0.8.11claws68
227
228         * src/send_message.c
229         * src/commons/session.c
230                 add more debug traces
231
232 2003-03-30 [christoph]  0.8.11claws67
233
234         * src/folder.c
235                 change processing folder name from .processing to processing
236
237         * src/common/ssl.c
238                 disable SSL certificate check because it causes Xlib error
239                 when the child process want's to open an GTK window
240
241 2003-03-30 [christoph]  0.8.11claws66
242
243         * src/folder.c
244                 don't use default folder for processing folder item because
245                 it can be a non local folder
246
247         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
248
249 2003-03-30 [alfons]     0.8.11claws65
250
251         * src/send_message.c
252                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
253                 to generate bad code for 'send_send_data_progressive': When
254                 called from 'send_send_data_finished', the 'data' pointer is
255                 cleared just before the assignment to the dialog pointer
256
257 2003-03-29 [christoph]  0.8.11claws64
258
259         * src/common/prefs.h
260         * src/plugins/image_viewer/Makefile.am
261         * src/plugins/image_viewer/plugin.c
262         * src/plugins/image_viewer/viewer.[ch]
263         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
264                 add PrefsPage for ImageViewer
265
266 2003-03-28 [thorsten]   0.8.11claws63
267
268         * src/common/session.c
269                 added some comments
270
271 2003-03-28 [paul]       0.8.11claws62
272
273         * sync with 0.8.11cvs16
274                 see ChangeLog 2003-03-28
275
276 2003-03-28 [paul]       0.8.11claws61
277
278         * sync with 0.8.11cvs15
279                 see ChangeLog 2003-03-28
280
281 2003-03-27 [christoph]  0.8.11claws60
282
283         * src/folder.c
284         * src/imap.c
285         * src/common/socket.[ch]
286                 set socket state to DISCONNECTED when any operation
287                 fails to allow reconnecting in IMAP code without
288                 checking the return code of all calls to the command
289                 functions
290
291         * src/folderview.c
292         * src/summaryview.c
293                 remove some more stuff that depends on specific
294                 folder types
295
296 2003-03-27 [paul]       0.8.11claws59
297
298         * sync with 0.8.11cvs14
299                 see ChangeLog 2003-03-27
300                 
301         * src/selective_download.[ch]   ** REMOVED **
302                 really removed
303
304 2003-03-27 [christoph]  0.8.11claws58
305
306         * src/folder.c
307                 fix handling of tmp_flags in flag copy function
308
309 2003-03-27 [paul]       0.8.11claws57
310
311         * sync with 0.8.11cvs13
312                 see ChangeLog 2003-03-27
313
314 2003-03-27 [oliver]     0.8.11claws56
315
316         * src/maiwindow.c
317                 remove sel_download_cb
318
319 2003-03-27 [oliver]     0.8.11claws55
320         
321         * src/inc.c
322                 remove POP3_TOP
323         
324 2003-03-26 [oliver]     0.8.11claws54
325
326         *src/pop.h
327                 remove POP3_TOP*
328         * README.claws
329                 remove selective donwload readme
330
331 2003-03-26 [oliver]     0.8.11claws53
332         * src/matcher.[ch]
333         * src/matcher_parser_parse.y 
334         * src/pop.c 
335         * src/prefs_account.[ch]
336         * src/prefs_filtering.c
337                 remove selective donwload
338
339 2003-03-26 [oliver]     0.8.11claws52
340
341         * src/inc.[ch] 
342         * src/filtering.c 
343         * src/mainwindow.c 
344                 remove selective donwload
345
346 2003-03-26 [oliver]     0.8.11claws51
347         
348         * src/Makefile.am
349         * src/selective_download.[ch]   ** REMOVE **    
350
351 2003-03-26 [christoph]  0.8.11claws50
352
353         * src/news.c
354                 fix NEWS that got broken by a sync with sylpheed-main
355
356 2003-03-26 [christoph]  0.8.11claws49
357
358         * src/mimeview.c
359                 fix mime type guessing when no mime type is found for a file
360
361 2003-03-25 [christoph]  0.8.11claws48
362
363         * src/mimeview.c
364         * src/procmime.c
365                 remove mime type guessing from mime parser and use
366                 name based mime types in viewer lookup for mime type
367                 application/octet-stream
368
369 2003-03-25 [christoph]  0.8.11claws47
370
371         * doc-src/readme.txt
372         * doc-src/rfc2554.txt
373                 add RFC about SMTP AUTH
374
375         * src/send_message.c
376         * src/common/smtp.[ch]
377                 add extra error code for authentication errors and
378                 clear temporary password when this error occurs
379
380         (closes Bug 84 authentication failure while sending should
381          prompt for password again)
382
383 2003-03-25 [christoph]  0.8.11claws46
384
385         * configure.ac
386         * src/Makefile.am
387         * src/imageview.[ch]                            ** REMOVE **
388         * src/messageview.[ch]
389         * src/mimeview.[ch]
390         * src/prefs_common.[ch]
391         * src/textview.c
392         * src/plugins/Makefile.am
393         * src/plugins/image_viewer/.cvsignore           ** NEW **
394         * src/plugins/image_viewer/Makefile.am          ** NEW **
395         * src/plugins/image_viewer/plugin.c             ** NEW **
396         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
397                 move image viewer into a plugin (building is enabled by default)
398                 [ToDo: Prefs for resize and autoview]
399
400 2003-03-25 [paul]       0.8.11claws45
401
402         * sync with 0.8.11cvs12
403                 see ChangeLog 2003-03-26
404
405 2003-03-25 [paul]       0.8.11claws44
406
407         * sync with 0.8.11cvs11
408                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
409                 
410         Note: Selective Download is broken.
411                 
412 2003-03-22 [christoph]  0.8.11claws43
413
414         * src/folder.c
415                 code cleanup for flags copying
416
417 2003-03-22 [christoph]  0.8.11claws42
418
419         * src/plugins/trayicon/trayicon.c
420                 fix setting the transparent area when the window size
421                 is forced by the system tray
422
423 2003-03-22 [christoph]  0.8.11claws41
424
425         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
426         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
427         * src/plugins/trayicon/newmail.xpm              ** NEW **
428         * src/plugins/trayicon/nomail.xpm               ** NEW **
429         * src/plugins/trayicon/trayicon.c
430         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
431                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
432                 o add icon for unread mails
433                 o set transparency for window
434
435 2003-03-22 [christoph]  0.8.11claws40
436
437         * src/news.c
438                 init news session to prevent crash when session is closed
439
440 2003-03-22 [christoph]  0.8.11claws39
441
442         * src/imap.c
443         * src/common/session.[ch]
444                 Init session data to make sure we don't have invalid pointers
445                 for read_ch and write_ch when new multi process sessions are
446                 not used
447
448         * src/main.c
449         * src/common/plugin.c
450         * src/common/sylpheed.c
451         * src/plugins/demo/demo.c
452         * src/plugins/dillo_viewer/dillo_viewer.c
453         * src/plugins/mathml_viewer/mathml_viewer.c
454         * src/plugins/spamassassin/spamassassin.c
455         * src/plugins/spamassassin/spamassassin_gtk.c
456                 add plugin types to allow loading plugins at different times
457                 (and maybe for different frontends), because it's not good to
458                 load GTK-Plugins gefore gtk_init was called
459
460         * configure.ac
461         * src/plugins/Makefile.am
462         * src/plugins/trayicon/.cvsignore               ** NEW **
463         * src/plugins/trayicon/Makefile.am              ** NEW **
464         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
465         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
466         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
467         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
468         * src/plugins/trayicon/trayicon.c               ** NEW **
469                 New Trayicon plugin that shows an icon in a systray that uses
470                 XEMBED protocol like Gnome's systray. Icon shows if there
471                 are new mails and a tooltip shows information about new,
472                 unread and total messages.
473
474 2003-03-22 [paul]       0.8.11claws38
475
476         * src/common/smtp.c
477                 fix ESMTP AUTH CRAM-MD5
478                 [sync with main (still version 0.8.11cvs6), see
479                  ChangeLog 2003-03-22]
480
481 2003-03-21 [colin]      0.8.11claws37
482
483         * src/send_message.c
484                 Fix USE_SSL => USE_OPENSSL
485
486 2003-03-21 [colin]      0.8.11claws36
487
488         * src/folderview.c
489                 Fix counts in drag and dropped subfolders
490
491 2003-03-21 [colin]      0.8.11claws35
492
493         * src/folder.c 
494         * src/folderview.c
495                 speed up a bit folder dnd
496
497 2003-03-20 [alfons]     0.8.11claws34
498
499         * src/main.c
500         * src/toolbar.c
501         * src/procmsg.c
502                 don't send locked queue messages
503                 (feature request "[ 705245 ] Locking message in outbox 
504                  should prevent sending")
505
506 2003-03-20 [christoph]  0.8.11claws33
507
508         * src/folder.c
509                 remove NEW and UNREAD flag in special folders when scanning
510                 
511         * src/common/smtp.c
512                 fix ESMTP AUTH CRAM-MD5
513
514 2003-03-20 [paul]       0.8.11claws32
515
516         * src/prefs_account.c
517                 Re-write 'Tunnel command to open connection' as
518                 'Use command to communicate with server', and disable
519                 it for all except IMAP accounts
520
521 2003-03-20 [paul]       0.8.11claws31
522
523         * sync with 0.8.11cvs6
524                 see ChangeLog 2003-03-20
525
526 2003-03-19 [match]      0.8.11claws30
527
528         * src/addritem.[ch]
529                 include documentation. minor refactoring.
530         * src/addr_compl.[ch]
531         * src/addrindex.[ch]
532         * src/addresbook.[ch]
533         * src/summaryview.c
534                 re-enable address lookup (was disabled in
535                 0.8.11claws20).
536
537 2003-03-19 [christoph]  0.8.11claws29
538
539         * src/procmsg.c
540                 add temp flag handling, will make moving and copying
541                 messages possible again
542
543         * src/folder.c
544                 correct calulation of folder stats
545
546 2003-03-18 [match]      0.8.11claws28
547
548         * src/editgroup.h
549                 remove case sensitive comparison (closes bug 80).
550
551 2003-03-18 [christoph]  0.8.11claws27
552
553         * src/imap.c
554                 fix imap using a tunnel command
555
556         (closes bug 87)
557
558 2003-03-18 [christoph]  0.8.11claws26
559
560         * src/folder.[ch]
561         * src/imap.c
562         * src/procmsg.[ch]
563                 rewrite flag handling for folders
564
565 2003-03-18 [christoph]  0.8.11claws25
566
567         * src/folder.c
568         * src/procmsg.c
569         * src/summaryview.c
570                 unset NEW and UNREAD flags when message is ignored, to make
571                 sure messages don't show up as unread on other IMAP clients,
572                 because the IGNORE_THREAD flag can not be syncronized through
573                 the IMAP folder
574
575 2003-03-17 [christoph]  0.8.11claws24
576
577         * src/imap.c
578                 don't use recursion to fetch uids when the number of messages
579                 does not match. Moved code into subfunction that is used
580                 again when needed, to prevent an endless loop.
581
582 2003-03-17 [thorsten]   0.8.11claws23
583
584         * src/imageview.[ch]
585                 export imageview_get_resized_size() (for plugins)
586         * src/prefs_common.[ch]
587                 added prefs_common_get() (for plugins)
588
589 2003-03-17 [christoph]  0.8.11claws22
590
591         * src/imap.c
592                 o remove UID guessing from copy code
593                 o support UIDPLUS extension for APPEND command
594
595 2003-03-17 [paul]       0.8.11claws21
596
597         * src/gtk/about.c
598                 remove 'Compiled-plugins' section.
599                 
600         * src/plugins/dillo_viewer/dillo_viewer.c
601                 slight change to description text
602
603 2003-03-16 [match]      0.8.11claws20
604         * src/ldapserver.[ch]           ** NEW **
605         * src/ldapctrl.[ch]             ** NEW **
606         * src/ldapquery.[ch]            ** NEW **
607         * src/ldaputil.[ch]             ** NEW **
608         * src/addrcindex.[ch]           ** NEW **
609         * src/addrquery.h               ** NEW **
610         * src/addritem.[ch]
611         * src/addrcache.[ch]
612         * src/addrindex.[ch]
613         * src/addr_compl.[ch]
614         * src/addressbook.[ch]
615         * src/addrbook.[ch]
616         * src/editgroup.c
617         * src/editaddress.c
618         * src/editldap.c
619         * src/editldap_basedn.c
620         * src/vcard.c
621         * src/jpilot.c
622         * src/Makefile.am
623                 included dynamic LDAP queries. improved address
624                 completion.
625
626 2003-03-16 [paul]       0.8.11claws19
627
628         * tools/multiwebsearch.pl
629                 fix a fatal typo
630
631 2003-03-16 [christoph]  0.8.11claws18
632
633         * src/mimeview.c
634         * src/plugins/dillo_viewer/dillo_viewer.c
635         * src/plugins/mathml_viewer/mathml_viewer.c
636                 make unregistering of MimeViewerFactorys possible
637
638 2003-03-16 [alfons]     0.8.11claws17
639
640         * configure.ac
641                 correct typo
642
643 2003-03-16 [melvin]     0.8.11claws16
644
645         * src/plugins/dillo_viewer.c
646                 Fixed bug where it was not possible to view more than
647                 one text/html attachment per message (bug discovered
648                 by Christoph Hohmann).
649
650 2003-03-15 [melvin]     0.8.11claws15
651
652         * src/prefs_actions.c
653                 Fixed compilation warnings.
654
655 2003-03-15 [melvin]     0.8.11claws14
656
657         * src/plugins/Makefile.am
658         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
659         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
660         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
661                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
662                 newer (http://dillo.auriga.wearlab.de/).
663
664 2003-03-15 [christoph]  0.8.11claws13
665
666         * src/imap.c
667                 don't query imap folder for attributes because we already
668                 for them from imap_status
669
670         * src/mimeview.[ch]
671                 add support for plugable MimeViewers (unloading Viewers
672                 not yet complete)
673
674         * src/plugins/Makefile.am
675         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
676         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
677         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
678                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
679                 widget from http://helm.cs.unibo.it/mml-widget/
680
681 2003-03-14 [christoph]  0.8.11claws12
682
683         * src/folder.[ch]
684                 o error return code's should better be negative
685                 o replace printf with debug_print
686
687         * src/imap.c
688                 improve IMAP folder scan by checking UID-NEXT
689
690         * src/summaryview.c
691                 remove check that are unnecessary in my opinion
692
693 2003-03-13 [christoph]  0.8.11claws11
694
695         * src/folder.[ch]
696         * src/foldersel.c
697         * src/folderview.c
698         * src/imap.c
699         * src/mbox_folder.c
700         * src/mh.c
701         * src/news.c
702         * src/prefs_scoring.c
703         * src/summaryview.c
704                 use a common function to get a displayable name
705                 for a FolderItem
706
707 2003-03-13 [paul]       0.8.11claws10
708
709         * tools/Makefile.am
710           tools/README
711           tools/multiwebsearch.conf     ** NEW FILE **
712           tools/multiwebsearch.pl       ** NEW FILE **
713                 add multiwebsearch Actions script
714
715 2003-03-13 [colin]      0.8.11claws9
716
717         * src/compose.c
718                 Remove leading emtpy lines from quoted text
719                 before quoting it
720
721 2003-03-13 [melvin]     0.8.11claws8
722
723         * src/prefs_actions.c
724                 Fixed a memory leak
725                 Code clean ups
726                 Added Cancel and OK buttons
727                 Corrected help text
728
729 2003-03-13 [christoph]  0.8.11claws7
730
731         * src/account.c
732         * src/folder.[ch]
733         * src/imap.c
734         * src/mainwindow.c
735         * src/mbox_folder.c
736         * src/mh.c
737         * src/news.c
738         * src/setup.c
739                 replace more folder type stuff with folder class stuff
740
741 2003-03-13 [melvin]     0.8.11claws6
742
743         * src/prefs_actions.c
744                 Added new tokens:
745                 %u: user provided argument
746                 %h: user provided argument (hidden on input)
747                 %s: current text selection in the message view 
748
749 2003-03-13 [paul]       0.8.11claws5
750
751         * sync with 0.8.11cvs5
752                 see ChangeLog 2003-03-11, 2003-03-12
753
754 2003-03-12 [christoph]  0.8.11claws4
755
756         * src/folder.c
757                 use folder class idstr when writing folderlist.xml
758
759         * src/folder.h
760         * src/imap.c
761         * src/news.c
762                 replace folder type checks with folder class checks
763
764 2003-03-12 [christoph]  0.8.11claws3
765
766         * src/folder.[ch]
767         * src/imap.[ch]
768         * src/main.c
769         * src/mbox_folder.[ch]
770         * src/mh.[ch]
771         * src/news.[ch]
772                 o create a list of known folder classes in the folder system
773                 o use folder class id strings for folder item identifiers
774
775 2003-03-12 [christoph]  0.8.11claws2
776
777         * src/imap.c
778                 fix imap uid validity check
779
780 2003-03-12 [christoph]  0.8.11claws1
781
782         * src/account.c
783         * src/folder.[ch]
784         * src/foldersel.c
785         * src/folderview.c
786         * src/imap.c
787         * src/mainwindow.c
788         * src/mbox_folder.c
789         * src/mh.c
790         * src/news.c
791         * src/prefs_scoring.c
792         * src/procmsg.c
793         * src/setup.c
794         * src/summaryview.c
795                 initial restructuring of folder system, seperating
796                 folders and folder classes
797
798 2003-03-12 [paul]       0.8.11claws
799
800         0.8.11claws release
801
802 2003-03-12 [christoph]
803
804         * src/gtk/prefswindow.c
805                 fix translation of "Page Index"
806
807 2003-03-12 [paul]       0.8.10claws110
808
809         a sync from 0.8.11cvs4 before the release
810
811         * src/common/utils.c
812                 subject_compare_for_sort(): allow null strings (fixes
813                 summary sorting).
814
815 2003-03-11 [paul]       0.8.10claws109
816
817         * po/es.po
818                 update Spanish translation, submitted by
819                 Ricardo Mones Lastra
820
821 2003-03-11 [melvin]     0.8.10claws108
822
823         * po/fr.po
824                 Updated French translations
825
826 2003-03-11 [paul]       0.8.10claws107
827
828         * manual/en/Makefile.am
829           manual/en/*.html
830                 update English manual, add a new page
831                 updated by Francois Barriere <fbarriere@atmel.fr>
832                 
833         * po/bg.po
834           po/it.po
835           po/sr.po
836                 update Bulgarian, Italian, and Serbian translations
837                 submitted by George Danchev, Alessandro Maestri, and
838                 Urke MMI
839
840 2003-03-10 [paul]       0.8.10claws106
841
842         * src/gtk/about.c
843           src/gtk/prefswindow.c
844                 make some strings translatable
845
846 2003-03-10 [darko]      0.8.10claws105
847
848         * src/compose.c
849                 code cleanup to make Hiro happy
850
851 2003-03-10 [paul]       0.8.10claws104
852
853         * sync with 0.8.11cvs2
854                 see ChangeLog 2003-03-10
855
856 2003-03-09 [melvin]     0.8.10claws103
857
858         * src/textview.c
859                 textview_set_font(): fix for message display in
860                 UTF-8 locales (thanks to Sergey Vlasov).
861                 (was unintentionnaly reverted in 0.8.6claws6)   
862
863 2003-03-08 [darko]      0.8.10claws102
864
865         * src/compose.c
866                 fix infinite loop in wrapping as reported
867                 by happycactus
868                 obsoletes patch #696482
869
870 2003-03-08 [christoph]  0.8.10claws101
871
872         * src/imap.c
873                 add workaround for IMAP servers that do not
874                 support the "UID SEARCH UID" command
875
876 2003-03-07 [christoph]  0.8.10claws100
877
878         * src/plugins/spamassassin/spamassassin.[ch]
879         * src/plugins/spamassassin/spamassassin_gtk.c
880                 code cleanup
881
882 2003-03-07 [paul]       0.8.10claws99
883
884         * po/es.po
885                 updated Spanish translation, submitted by
886                 Ricardo Mones Lastra
887
888 2003-03-07 [christoph]  0.8.10claws98
889
890         * src/send.c
891                 fix in 0.8.10claws94 was wrong
892                 local delivery does not require escaping, remove escaping
893                 code to make signatures of mails with "." lines valid
894                 
895                 NOTE: requires that sendmail is executed with "-i" option,
896                       what is the default now, but has to be changed in all
897                       exsiting accounts)
898
899 2003-03-07 [paul]       0.8.10claws97
900
901         * sync with 0.8.11 release
902                 see ChangeLog 2003-03-07
903
904 2003-03-06 [paul]       0.8.10claws96
905
906         * src/compose.c
907                 revert commit 0.8.10claws92
908
909 2003-03-06 [paul]       0.8.10claws95
910
911         * src/folderview.c
912                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
913
914         * src/gtkaspell.c
915                 fix bug 74, 'Crash opening editor window with pseudo-color
916                 display'
917                 
918         Patches submitted by Kevin Vigor <kevin@vigor.nu>
919
920 2003-03-06 [christoph]  0.8.10claws94
921
922         * src/send.c
923                 fix rfc2821 (4.5.2) violation in SMTP data sending,
924                 all lines starting with a period get an extra period
925                 inserted
926                 (found by Simon 'corecode' Schubert)
927
928 2003-03-06 [paul]       0.8.10claws93
929
930         * src/folderview.c
931                 if configured font can't be loaded fall back to gtk
932                 default. (with thanks to Christoph)
933                 
934                 closes long-standing bug 15 'Crashes on startup'
935
936 2003-03-06 [paul]       0.8.10claws92
937
938         * src/compose.c
939                 freeze text before autosave and thaw afterwards
940                 fixes bug 67 'autosave make re-rediting message crazy'
941
942 2003-03-06 [christoph]  0.8.10claws91
943
944         * src/compose.c
945                 ignore address comment in dupe check for Cc-list
946
947         (closes reopened bug 47 Replying to message strips name part of
948          e-mail addresses of Cc: lines)
949
950 2003-03-06 [paul]       0.8.10claws90
951
952         * src/Makefile.am
953                 remove reference to gtkxtext.h as its no longer in
954                 the repository
955
956 2003-03-06 [paul]       0.8.10claws89
957
958         * sync with 0.8.10cvs25
959                 see ChangeLog 2003-03-06
960
961 2003-03-06 [oliver]     0.8.10claws88
962         
963         * src/messageview.c
964                 remove include
965
966 2003-03-06 [oliver]     0.8.10claws87
967         
968         * src/folderview.c 
969                 remove changes introduced inclaws74
970         * src/messageview.c
971                 another attempt to sanely delete and update
972                 messages deleted in separate messageview
973
974 2003-03-05 [christoph]  0.8.10claws86
975
976         * src/summaryview.c
977                 check if "From" matches any account's address if
978                 addressbook completion of addresses is disabled too
979
980         (closes Bug 70 "Display recipient in from" doesn't check
981          folder's default account)
982
983 2003-03-05 [christoph]  0.8.10claws85
984
985         * src/compose.c
986         * src/common/utils.[ch]
987                 don't strip address comments when building Cc lists
988
989         (closes Bug 47 Replying to message strips name part of e-mail addresses
990          of Cc: lines)
991
992         * src/folder.c
993                 fix return value of copy function
994
995 2003-03-05 [christoph]  0.8.10claws84
996
997         * src/imap.c
998                 don't ask imap server for non rfc822 headers
999
1000         (closes bug 71 IMAP FETCH asks for FROM header field twice)
1001
1002         * src/imap.c
1003                 destroy session on socket error to allow reconnecting
1004
1005 2003-03-05 [christoph]  0.8.10claws83
1006
1007         * configure.ac
1008                 fix building with gnome when no prefix is set
1009
1010         (closes bug 66 Gnome directory is set to NONE)
1011
1012 2003-03-05 [paul]       0.8.10claws82
1013
1014         * sync with 0.8.10cvs23
1015                 see ChangeLog 2003-03-05
1016
1017 2003-03-04 [christoph]  0.8.10claws81
1018
1019         * src/folder.c
1020                 o fix moving and copying when folder returns 0 for new
1021                   message number
1022                 o remove some code for single message copy and move
1023                   operations and use functions for multiple messages
1024
1025         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
1026
1027         * src/news.c
1028                 remove unused include
1029
1030 2003-03-04 [paul]       0.8.10claws80
1031
1032         * src/gtk/about.c
1033                 list 'Compiled plugins'
1034
1035 2003-03-03 [christoph]  0.8.10claws79
1036
1037         * src/news.[ch]
1038                 have to multiply the percentage of the current fetch with
1039                 the percentage that it has of the total fetch operation
1040                 for correct values
1041
1042 2003-03-03 [christoph]  0.8.10claws78
1043
1044         * src/news.c
1045                 fix calculation of expected lines for progress indicator
1046
1047 2003-03-03 [christoph]  0.8.10claws77
1048
1049         * src/summaryview.c
1050         * src/common/utils.c
1051                 fix segfault when opening the root news folder
1052
1053 2003-03-03 [christoph]  0.8.10claws76
1054
1055         * src/mainwindow.[ch]
1056         * src/common/Makefile.am
1057         * src/common/progressindicator.[ch]
1058                 add UI independent progress indicator handling
1059
1060         * src/news.[ch]
1061                 use new progress indicator for message info fetching
1062
1063         * src/common/hooks.h
1064                 code cleanup
1065
1066 2003-03-03 [oliver]     0.8.10claws75
1067
1068         * src/toolbar.c
1069         * src/compose.c
1070                 removed commented code
1071
1072 2003-03-03 [oliver]     0.8.10claws74
1073
1074         * src/toolbar.[ch]
1075                 cleanups and refactoring
1076         * src/compose.[ch]
1077                 compose_reply_mode reply & forwarding interface for
1078                 toolbar buttons
1079         * src/folderview.c
1080                 act on messages marked for deletion in folderview_selected
1081                 based on prefs_common.immediate_exec since a message might 
1082                 have been deleted by messageview in a folder we are changing 
1083                 to (does anybody understand what I'm on about ?)
1084
1085 2003-03-03 [oliver]     0.8.10claws73
1086         
1087         * src/messageview.[ch]
1088                 new functions
1089                 - messageview_delete: delete message shown in messagview
1090                 - messageview_update_view: update messageview to currently 
1091                   selected summaryview message
1092                 - add separate messageview to msgview_list in order to update 
1093                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
1094         * src/summaryview.[ch]
1095                 summary_get_selection returns a list of selected msgs
1096                 in summaryview
1097         * src/mainwindow.c
1098                 toolbar reply refactoring
1099
1100 2003-03-03 [paul]       0.8.10claws72
1101
1102         * sync with 0.8.10cvs21
1103                 see ChangeLog 2003-03-03
1104
1105 2003-03-02 [christoph]  0.8.10claws71
1106
1107         * src/common/passcrypt.c
1108                 use POSIX includes
1109
1110 2003-03-02 [christoph]  0.8.10claws70
1111
1112         * configure.ac
1113         * src/prefs_account.c
1114         * src/prefs_gtk.[ch]
1115         * src/common/.cvsignore
1116         * src/common/Makefile.am
1117         * src/common/passcrypt.c                ** NEW **
1118         * src/common/passcrypt.h.in             ** NEW **
1119                 Implement password encryption in config files
1120                 using unix encrypt and setkey functions. The crypt
1121                 key can be set as a configure parameter. Old
1122                 passwords will be converted if they do not begin
1123                 with '!'
1124
1125 2003-03-02 [paul]       0.8.10claws69
1126
1127         * src/prefs_account.c
1128                 fix compile error
1129
1130 2003-03-01 [thorsten]   0.8.10claws68
1131
1132         * po/el.po
1133           po/hr.po
1134           po/it.po
1135           po/nl.po
1136           po/sr.po
1137           po/sv.po
1138                 corrected format strings
1139         * po/en_GB.po
1140                 corrected headers
1141                 (fix compile errors with GNU gettext-0.11.5)
1142
1143 2003-03-01 [oliver]     0.8.10claws67
1144
1145         * src/summaryview.c
1146                 menu callbacks call toolbar_menu_reply
1147
1148 2003-03-01 [oliver]     0.8.10claws66
1149
1150         * src/mainwindow.c
1151         * src/messageview.c
1152                 menu callbacks call toolbar_menu_reply
1153         * src/toolbar.[ch]
1154                 callbacks from menu handled by toolbar_menu_reply
1155
1156 2003-03-01 [paul]       0.8.10claws65
1157
1158         * src/addressbook.c
1159                 revert commit 0.8.10claws54 - breaks editing of
1160                 addressbook.
1161                 
1162         * po/bg.po
1163                 update Bulgarian translation, submitted by
1164                 George Danchev
1165
1166 2003-02-28 [christoph]  0.8.10claws64
1167
1168         * src/account.c
1169         * src/addressadd.c
1170         * src/compose.c
1171         * src/gtkaspell.c
1172         * src/gtkxtext.h                ** REMOVE **
1173         * src/imap.c
1174         * src/matcher.[ch]
1175         * src/mh.c
1176         * src/news.c
1177         * src/pine.c
1178         * src/prefs_common.c
1179         * src/prefs_matcher.c
1180         * src/procheader.[ch]
1181         * src/procmsg.[ch]
1182         * src/toolbar.c
1183         * src/common/ssl_certificate.c
1184         * src/gtk/colorlabel.c
1185         * src/gtk/menu.c
1186                 o fix warnings
1187                 o remove code obsoleted by new cache and folder system rework
1188
1189 2003-02-28 [oliver]     0.8.10claws63
1190         
1191         * src/toolbar.[ch]
1192                 * fix bug where reply in Messageview replied to 
1193                 Message displayed in summaryview
1194                 (reportedd via ML by chinatinte at gmx dot ch)
1195                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
1196                 didn't work in separate MessageView Toolbar
1197                 (wondering if anybody uses this at all ?)
1198         * src/summaryview.[ch]
1199                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
1200                 (generalize reply and forward code);
1201         * src/messageview.c 
1202                 remove focus_in event which updated summaryview to messageview
1203
1204 2003-02-28 [paul]       0.8.10claws62
1205
1206         * po/Makefile.in.in
1207                 add the --check option
1208                 Patch submitted by Ricardo Mones Lastra
1209
1210 2003-02-28 [paul]       0.8.10claws61
1211
1212         * src/prefs_account.c
1213                 re-order 'Signature' items
1214
1215 2003-02-28 [paul]       0.8.10claws60
1216
1217         * sync with 0.8.10cvs20
1218                 see ChangeLog 2003-02-28
1219
1220 2003-02-28 [paul]       0.8.10claws59
1221
1222         * po/POTFILES.in
1223                 update to reflect recent movement of files
1224
1225 2003-02-28 [paul]       0.8.10claws58
1226
1227         * sync with 0.8.10cvs19
1228                 see ChangeLog 2003-02-28
1229
1230 2003-02-27 [martin]     0.8.10claws57
1231
1232         * src/prefs_matcher.c 
1233                 fix segfault in prefs_matcher_ok() when the
1234                 last entry is deleted and prevents that the
1235                 message "entry not saved" comes up after deleting
1236                 an entry
1237
1238 2003-02-27 [martin]     0.8.10claws56
1239
1240         * src/prefs_filtering.c 
1241                 fix segfault in prefs_filtering_ok() when the
1242                 last entry is deleted and prevents that the
1243                 message "entry not saved" comes up after deleting
1244                 an entry
1245
1246 2003-02-27 [paul]       0.8.10claws55
1247
1248         * sync with 0.8.10cvs18
1249                 see ChangeLog 2003-02-27
1250
1251 2003-02-27 [paul]       0.8.10claws54
1252
1253         * src/addressbook.c
1254                 fix bug where the address book crashes with 
1255                 multiple lookups.
1256                 Patch [687729] submitted by David Frager 
1257                 <dbfrager@users.sourceforge.net>
1258
1259 2003-02-25 [christoph]  0.8.10claws53
1260
1261         * src/Makefile.am
1262         * src/colorlabel.[ch]           ** REMOVE **
1263         * src/gtk/Makefile.am
1264         * src/gtk/colorlabel.[ch]       ** NEW **
1265                 move colorlabel files to gtk directory
1266
1267         * src/esmtp.[ch]                ** REMOVE **
1268                 has been merged into smtp.[ch] in 0.7.5
1269
1270 2003-02-25 [christoph]  0.8.10claws52
1271
1272         * src/Makefile.am
1273         * src/about.[ch]                ** REMOVE **
1274         * src/gtk/Makefile.am
1275         * src/gtk/about.[ch]            ** NEW **
1276                 move about files to gtk directory
1277
1278 2003-02-25 [christoph]  0.8.10claws51
1279
1280         * src/folder.c
1281                 some code optimization of folder scanning code
1282
1283         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
1284
1285 2003-02-25 [christoph]  0.8.10claws50
1286
1287         * src/main.c
1288         * src/common/sylpheed.c
1289                 add command line parameter parsing to common code
1290
1291 2003-02-24 [christoph]
1292
1293         * Makefile.am
1294         * configure.ac
1295                 fix gnome prefix problems, the configure script now removed
1296                 `gnome-config --prefix` from `gnome-config --datadir`
1297                 and adds $(prefix} instead
1298
1299         (closes Bug 24 Makefile does not respect prefix when installing
1300          GNOME data)
1301
1302 2003-02-24 [christoph]  0.8.10claws49
1303
1304         * src/news.c
1305                 check for valid session before trying to authenticate
1306
1307         (closes Bug 60 crash if "authenticate on logon" is activated
1308          and newsserver-hostname is not valid)
1309
1310 2003-02-24 [melvin]     0.8.10claws48
1311
1312         * src/prefs_actions.c
1313                 Make sure all user's input is sent to the action and then
1314                 close the socket..
1315
1316 2003-02-23 [alfons]     0.8.10claws46
1317
1318         * src/summaryview.c
1319                 also wait cursor when deleting files
1320
1321 2003-02-23 [paul]
1322
1323         * tools/freshmeat_search.pl
1324           tools/google_search.pl
1325                 scripts should now work for any browser/browser command line
1326
1327 2003-02-22 [christoph]  0.8.10claws45
1328
1329         * src/procmsg.c
1330                 fix IMAP flag setting, IMAP flag is not handled correctly
1331                 anymore by the folder system and information about the
1332                 folder should not be saved in the MsgInfo (in my opinion)
1333
1334         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1335
1336 2003-02-22 [christoph]  0.8.10claws44
1337
1338         * src/summaryview.c
1339                 fix spelling of "label" ;-)
1340
1341 2003-02-22 [thorsten]   0.8.10claws43
1342
1343         * src/mimeview.c
1344           src/prefs_common.[ch]
1345           src/procmime.[ch]
1346                 do not use description as attachment name
1347
1348 2003-02-22 [alfons]     0.8.10claws42
1349
1350         * src/summaryview.c
1351                 freeze/thaw folder item updates when changing color labels,
1352                 and put a wait cursors on
1353
1354 2003-02-22 [thorsten]   0.8.10claws41
1355
1356         * src/mimeview.c
1357                 save-all fixes: crash if invoked on multipart container,
1358                 mimeinfo access, pathseparators, error dialog
1359
1360 2003-02-21 [alfons]     0.8.10claws40
1361
1362         * src/prefs_gtk.c
1363                 remove unused var
1364
1365 2003-02-21 [colin]      0.8.10claws39
1366
1367         * src/send.c
1368                 Fix smtp logging
1369
1370 2003-02-21 [colin]      0.8.10claws38
1371
1372         * src/summaryview.c
1373                 Freeze/thaw folderItem updates when filtering messages 
1374                 via Tools/Filter messages
1375
1376 2003-02-21 [paul]       0.8.10claws37
1377
1378         * src/compose.c
1379                 revert commit 0.8.10claws26, there are ulterior motives
1380                 for users to set a Reply-To header when posting to
1381                 newsgroups
1382
1383 2003-02-21 [paul]       0.8.10claws36
1384
1385         * sync with 0.8.10cvs17
1386                 see ChangeLog 2003-02-21
1387
1388 2003-02-20 [christoph]  0.8.10claws35
1389
1390         * src/imap.c
1391                 IMAP UID fetch speedup using SEARCH
1392
1393         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1394
1395         * src/imap.c
1396                 fix problem with UIDs in IMAP UID cache that no longer existed
1397
1398 2003-02-20 [christoph]  0.8.10claws34
1399
1400         * src/imap.c
1401         * src/procheader.c
1402         * src/procheader.h
1403                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
1404
1405         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
1406
1407         * src/imap.c
1408                 Rewrite imap_cmd_gen_recv use sock_getline instead
1409                 of sock_gets to avoid problems with too long reply
1410                 lines
1411     
1412 2003-02-20 [colin]      0.8.10claws33
1413         
1414         * src/prefs_account.c
1415                 Better wording
1416
1417 2003-02-20 [colin]      0.8.10claws32
1418
1419         * src/compose.c
1420                 Remove useless '&& !to_sender' 
1421
1422 2003-02-20 [darko]
1423
1424         * AUTHORS
1425                 change my e-mail address
1426
1427 2003-02-19 [colin]      0.8.10claws31
1428
1429         * src/prefs_common.c
1430                 X11 style colors for every configurable color
1431
1432 2003-02-19 [alfons]     0.8.10claws30
1433
1434         * src/prefs_gtk.[ch]
1435         * src/prefs_common.c
1436                 for color_new accept both plain integers and X11 style color
1437                 names (as found in /usr/lib/X11/rgb.txt)
1438
1439 2003-02-19 [paul]       0.8.10claws29
1440
1441         * src/mainwindow.c
1442                 add tooltips to online/offline button and account selector
1443                 button
1444
1445 2003-02-19 [paul]       0.8.10claws28
1446
1447         * src/folder.c
1448           src/news.c
1449           src/prefs_account.[ch]
1450           src/prefs_common.[ch]
1451                 move 'Maximum number of articles to download' to
1452                 account prefs.
1453                 clean up account prefs gui a little by hiding entries
1454                 rather then greying out entries
1455
1456 2003-02-19 [hiro]       0.8.10claws27
1457
1458         * src/common/utils.c
1459                 fix bug #54 'yesterdays date is displayed in the message 
1460                 summary window'
1461
1462 2003-02-19 [paul]       0.8.10claws26
1463
1464         * src/compose.c
1465                 fix bug reported in Feature Request [688596] 
1466                 'Reply-to header in news'
1467
1468 2003-02-18 [paul]       0.8.10claws25
1469
1470         * src/select-keys.c
1471                 add a 'List all keys' button to key selection dialog
1472
1473 2003-02-18 [colin]      0.8.10claws24
1474         
1475         * src/stock_pixmap.c
1476                 fix compile error
1477
1478 2003-02-18 [colin]      0.8.10claws23
1479
1480         * src/common/smtp.[ch]
1481           src/prefs_account.c
1482                 Try to starttls if it seems to be the only
1483                 way to authenticate a user
1484
1485 2003-02-18 [paul]       0.8.10claws22
1486
1487         * src/Makefile.am
1488           src/folderview.c
1489           src/stock_pixmap.[ch]
1490           src/pixmaps/drafts_close.xpm  ** NEW FILE **
1491           src/pixmaps/drafts_open.xpm   ** NEW FILE **
1492                 as a Drafts folder is a special folder allow it to have
1493                 its own unique icons
1494
1495 2003-02-18 [colin]      0.8.10claws21
1496
1497         * src/imap.c
1498                 Fix port selection when using starttls
1499
1500 2003-02-18 [paul]       0.8.10claws20
1501
1502         * src/mainwindow.c
1503           src/prefs_common.[ch]
1504                 make blue the default new mail colour
1505
1506 2003-02-18 [paul]       0.8.10claws19
1507
1508         * sync with 0.8.10cvs14
1509                 see ChangeLog 2003-02-18
1510
1511 2003-02-17 [jens]       0.8.10claws18
1512
1513         * src/common/md5.c
1514                 fixed a compile problem with gcc 3.3
1515                 works on 2.95.3 too (testet on PPC as it is big endian)
1516
1517 2003-02-17 [paul]       0.8.10claws17
1518
1519         * sync with 0.8.10cvs13
1520                 see ChangeLog 2003-02-17
1521
1522 2003-02-17 [paul]       0.8.10claws16
1523
1524         * sync with 0.8.10cvs12
1525                 see ChangeLog 2003-02-17
1526
1527 2003-02-16 [match]      0.8.10claws15
1528
1529         * src/addressbook.c
1530                 Eliminates reloading of address data when items
1531                 deleted or added. Applied submitted by
1532                 Luke Plant <lukeplant@softhome.net>
1533
1534 2003-02-16 [paul]       0.8.10claws14
1535
1536         * src/news.c
1537                 when a 'protocol error' is encountered disconnect from
1538                 the server. This means that the user can carry on viewing
1539                 other articles and doesn't have to either wait until the
1540                 server timesout or quit sylpheed.
1541                 Fixes bug #53 'Unable to read messages in newsgroups, 
1542                 displayed message doesn't change'
1543
1544 2003-02-15 [christoph]  0.8.10claws13
1545
1546         * src/imap.c
1547                 fix bug that stopped scanning of folders when an
1548                 IMAP folder was empty
1549
1550         (closes bug 46 stop scan messages in folders after empty folder)
1551
1552 2003-02-15 [paul]
1553
1554         * tools/Makefile.am
1555           tools/README
1556           tools/freshmeat_search.pl     ** NEW FILE **
1557           tools/google_search.pl        ** NEW FILE **
1558                 Add 2 Actions scripts which search freshmeat/google
1559                 for the selected text using the browser configured
1560                 in sylpheedrc.
1561                 
1562         Note: These scripts are very dependent on the format of the
1563         browser command and may not work on every occasion. Testing
1564         is welcome. 
1565
1566 2003-02-14 [alfons]     0.8.10claws12
1567
1568         * src/compose.c
1569                 fix breakage because of uninitialized account pointer.
1570                 please verify.
1571
1572 2003-02-14 [paul]       0.8.10claws11
1573
1574         * src/compose.c
1575           src/prefs_account.[ch]
1576           src/prefs_common.[ch]
1577                 move signature settings to Account Prefs
1578
1579 2003-02-14 [paul]       0.8.10claws10
1580
1581         * sync with 0.8.10cvs11
1582                 see ChangeLog 2003-02-14
1583
1584 2003-02-13 [thorsten]   0.8.10claws9
1585
1586         * src/news.c
1587                 revert news progressbar (GUI separation)
1588
1589 2003-02-13 [paul]       0.8.10claws8
1590
1591         * src/compose.c
1592                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
1593                 paragraph 1
1594
1595 2003-02-13 [paul]       0.8.10claws7
1596
1597         * src/compose.[ch]
1598           src/summaryview.c
1599                 fix 'Follow-up and Reply-to' so that it creates a reply to
1600                 the newsgroup and the sender. If the message has the keyword
1601                 'poster' in the Followup-To header, all replies go to the
1602                 sender, re: RFC 1036, Section 2.2.3
1603                 rename all instances of 'ignore_replyto' to 'to_sender', both
1604                 were previously used, now we use just one.
1605
1606 2003-02-13 [paul]       0.8.10claws6
1607
1608         * sync with 0.8.10cvs9
1609                 see ChangeLog 2003-02-13
1610
1611 2003-02-13 [paul]       0.8.10claws5
1612
1613         * configure.ac
1614                 show which plugins are configured in the configure
1615                 output.
1616
1617 2003-02-12 [thorsten]   0.8.10claws4
1618
1619         * src/news.c
1620                 show progress while fetching news headers
1621
1622 2003-02-12 [christoph]  0.8.10claws3
1623
1624         * configure.ac
1625         * src/plugins/Makefile.am
1626                 use AM_CONDITIONAL to enable plugins, automake correctly
1627                 manages this when creating distdir
1628
1629 2003-02-12 [christoph]  0.8.10claws2
1630
1631         * ac/spamassassin.m4
1632         * src/plugins/spamassassin/Makefile.am
1633                 fix building SpamAssassin plugin without OpenSSL
1634
1635 2003-02-12 [paul]       0.8.10claws1
1636
1637         * ac/Makefile.am
1638           src/Makefile.am
1639           src/plugins/Makefile.am
1640                 fix failure of 'make release'
1641
1642 2003-02-12 [paul]       0.8.10claws
1643
1644         * 0.8.10claws released
1645
1646 2003-02-12 [paul]       0.8.9claws56
1647
1648         * po/bg.po
1649           po/es.po
1650           po/it.po
1651           po/ru.po
1652           po/sr.po
1653                 updated translations by George Danchev, Ricardo Mones Lastra,
1654                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1655                 
1656         * sylpheed.spec.in
1657                 Allow the building of RPMs by a regular user. Submitted
1658                 by Sergei Astanin
1659
1660 2003-02-11 [alfons]     0.8.9claws55
1661
1662         * src/colorlabel.c
1663                 don't use pixmaps for label color rect but draw rectangles
1664                 so we can respect the color map of palette based visuals
1665                 (fixes the long time crashes on Suns - thanks to Andreas
1666                 Engel and Steve O'Hara-Smith for testing)
1667
1668 2003-02-11 [christoph]  0.8.9claws54
1669
1670         * src/matcher_parser_parse.y
1671                 correct bug where filering rules of not existing folders in
1672                 matcherrc were added to global filtering
1673                 
1674         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1675          main filter-rules after removing directory, http://bugs.debian.org/180253)
1676         
1677 2003-02-11 [paul]       0.8.9claws53
1678
1679         * sync with 0.8.10cvs7
1680                 see ChangeLog 2003-02-09
1681
1682 2003-02-11 [melvin]     0.8.9claws52
1683
1684         * po/fr.po
1685                 Updated French tranlsations
1686
1687 2003-02-10 [paul]       0.8.9claws51
1688
1689         * sylpheed.spec.in
1690                 correct --enable-openssl
1691                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1692
1693 2003-02-09 [martin]     0.8.9claws50
1694
1695         * src/prefs_matcher.c
1696                 fix segfault in prefs_matcher_substitute_cb() when
1697                 no row is selected
1698
1699 2003-02-09 [paul]       0.8.9claws49
1700
1701         * src/folderview.c
1702                 fix bug where a newsgroup folder's processing rules were
1703                 merged with the global filtering rules when the newsgroup
1704                 folder was deleted, causing some seriously bad results,
1705                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1706
1707 2003-02-08 [melvin]     0.8.9claws48
1708
1709         * src/compose.c
1710                 Corrected and modified an alert message.
1711
1712 2003-02-07 [paul]       0.8.9claws47
1713
1714         * src/folderview.c
1715                 fix bug where both an 'Account properties' window and a
1716                 'Folder properties' window were opened when clicking on
1717                 'Properties' in an NNTP or IMAP folder's popup menu.
1718
1719 2003-02-07 [paul]       0.8.9claws46
1720
1721         * sync with 0.8.10cvs6
1722                 see ChangeLog 2003-02-06
1723
1724 2003-02-06 [christoph]  0.8.9claws45
1725
1726         * src/mbox.c
1727                 freeze folder updates while importing mbox files
1728                 (closes bug 43 importing mbox took hours)
1729                 
1730         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1731
1732 2003-02-06 [thorsten]   0.8.9claws44
1733
1734         * po/de.po
1735                 Updated german translations
1736
1737 2003-02-06 [thorsten]   0.8.9claws43
1738
1739         * src/news.h
1740                 use guint for message numbers (fix count in grouplist dialog)
1741
1742 2003-02-05 [paul]       0.8.9claws42
1743
1744         * sync with 0.8.10cvs2
1745                 see ChangeLog 2003-02-05
1746
1747 2003-02-04 [colin]      0.8.9claws41
1748
1749         * src/prefs_common.[ch]
1750           src/procmsg.c
1751           src/summaryview.c
1752                 Add an option to disable threading by subject
1753
1754 2003-02-04 [christoph]  0.8.9claws40
1755
1756         * src/inc.c
1757                 only abort fetching mails from multiple accounts when the
1758                 error is fatal and does not allow to check any more accounts
1759                 (currently only disk full error)
1760
1761         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1762          receive mails for other accouts)
1763
1764 2003-02-04 [christoph]  0.8.9claws39
1765
1766         * src/folder.c
1767                 first add the new message to the cache, then
1768                 send the update notification
1769
1770         (closes bug 39 after sending message folderview doesnt get updated)
1771
1772 2003-02-04 [colin]      0.8.9claws38
1773
1774         * src/inc.c
1775                 _really_ fix this Connecting... status
1776
1777 2003-02-04 [paul]       0.8.9claws37
1778
1779         * sync with 0.8.10
1780                 see ChangeLog 2003-02-04
1781
1782 2003-02-04 [paul]       0.8.9claws36
1783
1784         * sync with 0.8.9cvs6
1785                 see ChangeLog 2003-02-03
1786
1787 2003-02-04 [paul]       0.8.9claws35
1788
1789         * po/pt_BR.po
1790                 updated by André Filipe de Assunção e Brito 
1791                 <bedecko@netsite.com.br>
1792
1793 2003-02-03 [thorsten]   0.8.9claws34
1794
1795         * po/de.po
1796                 Updated german translations
1797
1798 2003-02-02 [paul]       0.8.9claws33
1799
1800         * po/es.po
1801                 updated by Ricardo Mones Lastra
1802
1803 2003-02-02 [thorsten]   0.8.9claws32
1804
1805         * src/mh.c
1806                 Fix mh_get_msginfo() segfault if file is inaccessible
1807
1808 2003-01-31 [colin]      0.8.9claws31
1809
1810         * src/procheader.c
1811                 Fix last commit's bug
1812
1813 2003-01-31 [colin]      0.8.9claws30
1814
1815         * src/procheader.c
1816                 Missing a change for gpg-signed messages
1817
1818 2003-01-31 [paul]       0.8.9claws29
1819
1820         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1821           src/procheader.c
1822           src/stock_pixmap.[ch]
1823           src/summaryview.c
1824                 indicate GnuPG signed messages by displaying an icon
1825                 in the Attachment column.
1826
1827 2003-01-31 [paul]       0.8.9claws28
1828
1829         * sync with 0.8.9cvs4
1830                 see ChangeLog 2003-01-31
1831
1832 2003-01-31 [alfons]     0.8.9claws27
1833
1834         * src/textview.c
1835                 tune URI parser to accept mailto URLs with a '?'
1836                 (patch from Ruslan Balkin)
1837
1838 2003-01-31 [colin]      0.8.9claws26
1839
1840         * src/summaryview.c
1841                 Fix a leak introduced in claws24
1842
1843 2003-01-31 [colin]      0.8.9claws25
1844
1845         * src/summaryview.c
1846                 Freeze/Thaw folder updates when deleting dups
1847
1848 2003-01-31 [colin]      0.8.9claws24
1849         
1850         * src/addr_compl.c
1851           src/summaryview.c
1852           src/msgcache.c
1853                 little speed improvements
1854
1855 2003-01-31 [colin]      0.8.9claws23
1856
1857         * src/summaryview.c
1858                 Fix segfault when forwarding nothing
1859                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1860                 
1861 2003-01-30 [paul]       0.8.9claws22
1862
1863         * sync with 0.8.9cvs3
1864                 see ChangeLog 2003-01-30
1865
1866 2003-01-30 [paul]       0.8.9claws21
1867
1868         * sync with 0.8.9cvs2
1869                 see ChangeLog 2003-01-30
1870
1871 2003-01-29 [paul]       0.8.9claws20
1872
1873         * sync with 0.8.9cvs1
1874                 see ChangeLog 2003-01-29
1875
1876 2003-01-28 [paul]       0.8.9claws19
1877
1878         * po/POTFILES.in
1879                 update to reflect changes. 
1880                 thanks to Ricardo Mones Lastra
1881
1882 2003-01-27 [christoph]  0.8.9claws18
1883
1884         * ac/openssl.m4
1885         * ac/spamassassin.m4
1886         * src/plugins/spamassassin/README
1887         * src/plugins/spamassassin/libspamc.[ch]
1888         * src/plugins/spamassassin/utils.[ch]
1889                 updated to latest libspamc
1890
1891 2003-01-27 [christoph]  0.8.9claws17
1892
1893         * src/folder.c
1894                 fix wrong use of procheader_get_header_fields
1895
1896 2003-01-27 [christoph]  0.8.9claws16
1897
1898         * src/news.c
1899         * src/prefs_account.[ch]
1900         * src/common/nntp.[ch]
1901                 allow to force authentication for NNTP servers
1902
1903         Patch submitted by Florian Mickler <dmk@d-labs.de>
1904
1905 2003-01-26 [paul]       0.8.9claws15
1906
1907         * src/summaryview.c
1908                 speed up of marking messages as read
1909                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1910
1911 2003-01-26 [christoph]  0.8.9claws14
1912
1913         * src/Makefile.am
1914         * src/mgutils.[ch]              ** REMOVE **
1915         * src/xml.[ch]                  ** REMOVE **
1916         * src/xmlprops.[ch]             ** REMOVE **
1917         * src/common/Makefile.am
1918         * src/common/mgutils.[ch]       ** NEW **
1919         * src/common/xml.[ch]           ** NEW **
1920         * src/common/xmlprops.[ch]      ** NEW **
1921                 move xml files to common directory
1922
1923 2003-01-26 [christoph]  0.8.9claws13
1924
1925         * src/plugins/spamassassin/spamassassin_gtk.c
1926                 only set gtk entry text if string is available
1927
1928 2003-01-26 [melvin]     0.8.9claws12
1929
1930         * src/description_window.c
1931                 Allow resizing of the window
1932                 Allow automatic horizontal scroll bar
1933                 Do not vertically expand and fill
1934
1935 2003-01-26 [christoph]  0.8.9claws11
1936
1937         * src/Makefile.am
1938         * src/gtkutils.[ch]             ** REMOVE **
1939         * src/common/sylpheed.c
1940         * src/gtk/Makefile.am
1941         * src/gtk/description_window.c
1942         * src/gtk/gtkutils.[ch]         ** NEW **
1943         * src/gtk/prefswindow.c
1944                 move gtkutils to gtk directory
1945
1946 2003-01-26 [paul]       0.8.9claws10
1947
1948         * src/summaryview.c
1949                 rename summary_unread_clicked() to summary_status_clicked()
1950
1951 2003-01-26 [melvin]     0.8.9claws9
1952
1953         * src/prefs_actions.c
1954                 Cosmetical changes to the help text
1955
1956 2003-01-26 [paul]       0.8.9claws8
1957
1958         * src/folder.[ch]
1959           src/mainwindow.c
1960           src/prefs_common.c
1961           src/prefs_sumamry_column.c
1962           summaryview.[ch]
1963                 rename the 'Unread' column to 'Status'
1964
1965 2003-01-25 [match]      0.8.9claws7
1966
1967         * src/mgutils.[ch]
1968                 removed reference to LDAP constants. removed error2string.
1969                 included functions to support LDAP dynamic queries.
1970         * src/syldap.h
1971                 moved LDAP constants here.
1972         * src/addressbook.c
1973         * src/addrindex.c
1974         * src/importldif.c
1975                 removed references to LDAP constants and references to
1976                 error2string.
1977
1978 2003-01-25 [paul]       0.8.9claws6
1979
1980         * src/summaryview.c
1981                 summary_thread_build(), summary_thread_init(): remove 
1982                 unneeded reference to summaryview->folder_item
1983
1984 2003-01-25 [christoph]  0.8.9claws5
1985
1986         * src/gtk/description_window.c
1987                 o allow description texts to expand over multiple columns
1988                 o translate all columns
1989         * src/prefs_actions.c
1990                 change syntax description to use new multi column feature
1991
1992         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1993
1994 2003-01-25 [match]      0.8.9claws4
1995
1996         * src/vcard.c
1997                 fixed bug with Quoted-Printable
1998
1999 2003-01-25 [paul]       0.8.9claws3
2000
2001         * src/folder.[ch]
2002           src/summaryview.[ch]
2003                 implement per-folder collapsed/expanded threads setting
2004                 
2005         * src/prefs_common.c
2006                 remove global collapsed/expanded threads option
2007
2008 2003-01-25 [christoph]  0.8.9claws2
2009
2010         * po/POTFILES.in
2011                 add pluginwindow and prefswindow
2012         * src/compose.c
2013                 make send respond correctly to messages that could be added
2014                 to the queue folder, but the UID of the message is unknown
2015         * src/folder.c
2016         * src/imap.c
2017                 don't return guessed UIDs in imap_add_msg anymore. We return
2018                 0 to tell the folder system it was appened but the UID is
2019                 unknown. Folder system now get's the UID by scaning the folder
2020                 and searching the cache for the Message-ID
2021                 (closes bug #29 Messages queued, but not sent)
2022
2023 2003-01-25 [paul]       0.8.9claws1
2024
2025         * src/codeconv.c
2026                 conv_encode_header():  fix bug when long headers with 8-bit
2027                 characters are used, so that the encoded words are wrapped.
2028                 If the space in the original text falls on the wrap boundary,
2029                 it can be lost.
2030                 Patch by Sergey Vlasov.
2031                 
2032         * src/folderview.c
2033                  fix bug where a change to the sorting method or thread view
2034                  of a folder's messages is lost if simpify-subject is set and
2035                  toggled on or off.
2036                  Patch by Luke Plant.
2037
2038 2003-01-24 [paul]       0.8.9claws
2039
2040         * sylpheed-0.8.9claws released
2041         
2042         * Makefile.am
2043           sylpheed.spec.in
2044                 remove reference to 'INSTALL.jp'
2045
2046 2003-01-23 [paul]       0.8.8claws128
2047
2048         * po/es.po
2049           po/it.po
2050           po/ru.po
2051           po/sr.po
2052                 updated translations. submitted by Ricardo Mones Lastra,
2053                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
2054
2055 2003-01-23 [colin]      0.8.8claws127
2056
2057         * src/compose.c
2058                 Fix drafted and queued news articles re-edition
2059
2060 2003-01-23 [melvin]     0.8.8claws126
2061
2062         * po/fr.po
2063                 Updated French translations
2064
2065 2003-01-23 [colin]      0.8.8claws125
2066
2067         * src/inc.c
2068                 Fix "Connecting to..." status message
2069
2070 2003-01-22 [paul]       0.8.8claws124
2071
2072         * po/bg.po
2073                 updated by George Danchev
2074                 
2075         * src/folder.c
2076                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
2077                 and folder deletion
2078
2079 2003-01-21 [paul]       0.8.8claws123
2080
2081         * po/bg.po
2082                 updated by George Danchev
2083                 
2084         * src/about.c
2085                 its now 2003
2086                 
2087         * src/toolbar.c
2088                 don't translate 'Separator'
2089                 
2090         * src/plugins/spamassassin/Makefile.am
2091                 add aspell to CPPFLAGS
2092                 
2093         * src/plugins/spamassassin/spamassassin.c
2094           src/plugins/spamassassin/spamassassin_gtk.c
2095                 set correct default for spamassassin_receive_spam
2096                 slightly re-word descriptions and some
2097                 other minor changes
2098
2099 2003-01-19 [alfons]     0.8.8claws122
2100                 
2101         * src/mimeview.c
2102                 mimeview_save_as(): we might as well show the file name for
2103                 the single case "Save As" too
2104
2105 2003-01-19 [alfons]     0.8.8claws121
2106
2107         * src/crash.c
2108                 change bug tracker URL to bugzilla URL
2109
2110 2003-01-19 [alfons]     0.8.8claws120
2111
2112         * src/mimeview.c
2113                 mimeview_save_all(): display name of file before overwriting;
2114                 continue saving all, even when one overwrite was cancelled
2115
2116 2003-01-19 [christoph]  0.8.8claws119
2117
2118         * src/summaryview.c
2119         * src/procmsg.[ch]
2120                 fix wrong usage of procmsg_find_children in summaryview
2121                 by using procmsg_update_unread_children instead of
2122                 summaryview_update_unread_children
2123
2124 2003-01-19 [christoph]  0.8.8claws118
2125
2126         * src/procmsg.c
2127                 fix infinite loop in procmsg_find_children
2128                  (closes bug #25 sylpheed crashes on delete.)
2129
2130         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
2131
2132 2003-01-19 [paul]       0.8.8claws117
2133
2134         * po/pt_BR.po
2135                 updated by Ivan Francolin Martinez
2136
2137 2003-01-18 [melvin]     0.8.8claws116
2138
2139         * src/prefs_actions.c
2140                 Removed syntax limitation of only one '&' at the end of command.
2141                         Now actions that contain '>/dev/null 2>&1' are possible.
2142
2143 2003-01-18 [melvin]     0.8.8claws115
2144
2145         * src/prefs_actions.c
2146                 Actions IO dialog: when the action ends
2147                 the "Close" button now has focus and [Escape] closes the
2148                 window.
2149
2150 2003-01-18 [christoph]  0.8.8claws114
2151
2152         * src/procmsg.c
2153                 o add debug output when MsgInfos are really freed
2154                 o free GSLists in procmsg_find_children and
2155                   procmsg_update_unread_children
2156
2157 2003-01-18 [christoph]  0.8.8claws113
2158
2159         * src/mainwindow.c
2160                 reorder Configuration menu
2161
2162 2003-01-18 [christoph]  0.8.8claws112
2163
2164         * src/compose.c
2165                 fix applying templates to forwarded messages
2166
2167         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2168
2169 2003-01-17 [christoph]  0.8.8claws111
2170
2171         * src/folder.c
2172                 destroy folder items, when a folder item is removed
2173
2174 2003-01-17 [christoph]  0.8.8claws110
2175
2176         * src/folder.c
2177                 fix wrong folder stats update when ignored message is
2178                 deleted
2179
2180 2003-01-17 [colin]      0.8.8claws109
2181         
2182         * src/mainwindow.c
2183         * src/summaryview.c
2184                 Quicksearch bugfixes: 
2185                 - hide help button at startup if not extended
2186                 - switch to extended when looking for replies
2187
2188 2003-01-17 [paul]
2189
2190         * sync with 0.8.9 release
2191
2192 2003-01-17 [paul]       0.8.8claws108
2193
2194         * sync with 0.8.8cvs11
2195                 see ChangeLog 2003-01-17
2196
2197 2003-01-16 [colin]      0.8.8claws107
2198
2199         * src/procmsg.c
2200                 Changed encryption test to re-ask passphrase
2201                 if an encrypted message hasn't been decrypted
2202                 Fixes bug #5
2203
2204 2003-01-16 [christoph]  0.8.8claws106
2205
2206         * src/prefs_gtk.c
2207         * src/prefs_toolbar.c
2208         * src/gtk/prefswindow.h
2209         * src/plugins/spamassassin/spamassassin_gtk.c
2210                 remove page destroy function that is not used anymore
2211
2212 2003-01-16 [paul]       0.8.8claws105
2213
2214         * sync with 0.8.8cvs9
2215                 see ChangeLog 2002-01-16
2216
2217 2003-01-16 [colin]      0.8.8claws104
2218
2219         * src/compose.[ch]
2220                 Fix bug with autosaved drafts for IMAP, when draft
2221                 folder is specified - fixes bugzilla bug #20
2222
2223 2003-01-15 [paul]       0.8.8claws103
2224
2225         * src/compose.[ch]
2226           src/procmsg.c
2227                 store folder and message-id of message forwarding
2228                 in queue header and set forward flag after sending
2229
2230 2003-01-15 [paul]       0.8.8claws102
2231
2232         * sync with 0.8.8cvs8
2233                 see ChangeLog 2002-01-15
2234
2235 2003-01-15 [colin]      0.8.8claws101
2236
2237         * src/Makefile.am
2238                 Fix linking with GNU libiconv
2239
2240 2003-01-15 [darko]      0.8.8claws100
2241
2242         * src/pine.c
2243                 fix crash when importing pine address book
2244                 entry with an empty name (reported by DY
2245                 <dybulk at tri8.net>)
2246
2247 2003-01-14 [paul]       0.8.8claws99
2248
2249         * configure.in  ** REMOVED **
2250           configure.ac  ** NEW FILE **
2251                 rename configure.in to configure.ac, as it is now
2252                 preferred
2253
2254 2003-01-14 [melvin]     0.8.8claws98
2255
2256         * src/folderview.c
2257                 folderview_check_new(): More precise function description
2258
2259 2003-01-14 [melvin]     0.8.8claws97
2260
2261         * src/folderview.c
2262                 folderview_check_new(): return the number of new messages 
2263                         since last check.
2264         * src/inc.c
2265                 inc_account_mail(): Disable counting of new messages for IMAP
2266                         and NNTP until bug [19] and [14] are fixed.
2267
2268 2003-01-14 [paul]       0.8.8claws96
2269
2270         * sync with 0.8.8cvs6
2271                 see ChangeLog 2003-01-14
2272
2273 2003-01-13 [alfons]     0.8.8claws95
2274
2275         * src/textview.c
2276                 tune email address validation (c. 0.8.8claws89): if . is 
2277                 just one char away from @, the address is invalid too 
2278                 (correctly rejects addresses like foo@.com)
2279
2280 2003-01-13 [paul]       0.8.8claws94
2281
2282         * src/messageview.c
2283           src/toolbar.c
2284                 fixes to the Message View toolbar and menu:
2285                 fix non-functioning Forward button
2286                 make Reply button consider default_reply_list
2287                 remove 'Follow-up...' menu entry
2288                 add 'Forward' and 'Redirect' menu entries
2289
2290 2003-01-13 [melvin]     0.8.8claws93
2291
2292         * src/inc.c
2293                 Fixed typo that could make new messages count incorrect.
2294
2295 2003-01-13 [melvin]     0.8.8claws92
2296
2297         * src/folderview.[ch]
2298                 folderview_check_new(): return the number of new messages.
2299         * src/inc.c
2300                 Should fix bug [14] where new mail notification worked 
2301                         incorrectly with IMAP accounts.
2302                 inc_spool_account(): return number of new msgs, or -1 on error
2303                 inc_all_spool(): return number of new msgs
2304                 
2305 2003-01-13 [melvin]     0.8.8claws91
2306
2307         * src/prefs_actions.c
2308                 Justify help text.
2309
2310 2003-01-12 [thorsten]   0.8.8claws90
2311
2312         * src/common/prefs.c
2313                 close file before rename
2314
2315 2003-01-12 [alfons]     0.8.8claws89
2316
2317         * AUTHORS
2318                 add Christian Mertes
2319         * src/common/utils.[ch]
2320                 g_stricase_hash(), g_stricase_equal(): functions for 
2321                 case insensitive hash tables
2322         * src/textview.c
2323                 use top level domain names to validate email address, based
2324                 on a patch by Christian Mertes (thanks!), but changed 
2325                 implementation to use a hash table 
2326
2327 2003-01-12 [paul]       0.8.8claws88
2328
2329         * po/bg.po
2330                 updated by George Danchev
2331
2332 2003-01-12 [alfons]     0.8.8claws87
2333
2334         * src/summaryview.c
2335                 delete / execute performance: use new style folder update
2336
2337 2003-01-12 [paul]       0.8.8claws86
2338
2339         * sync with 0.8.8cvs5
2340                 see ChangeLog 2003-01-13 (!)
2341
2342 2003-01-12 [alfons]     0.8.8claws85
2343
2344         * src/filtering.c
2345         * src/matcher_parser_parse.y
2346                 prepare change_score filtering action
2347         * src/matcher.[ch]
2348                 give up const-correctness on functions that call non-const-correct functions;
2349                 several casts to gpointer in g_free();
2350                 add change_score;
2351
2352 2003-01-12 [christoph]  0.8.8claws84
2353
2354         * src/compose.c
2355                 fix 2 warnings
2356
2357         * src/gtk/prefswindow.[ch]
2358         * src/plugins/spamassassin/spamassassin_gtk.c
2359                 changed the call of the widget create function
2360                 for PrefsPages, because sometimes the widget
2361                 create function needs a widget that already has
2362                 been attached to a window (to create GDK pixmaps
2363                 for exmaple). So we simply pass the GtkWindow as
2364                 the second parameter now.
2365
2366         * src/main.c
2367         * src/mainwindow.c
2368         * src/prefs_toolbar.[ch]
2369                 rewrite Toolbar Preferences using the new
2370                 prefs window
2371
2372 2003-01-11 [alfons]     0.8.8claws83
2373
2374         * src/addressadd.c
2375                 fix crash when adding sender to addressbook because status bar
2376                 isn't there (the status bar doesn't seem to be used though,
2377                 but I'll let Match decide what to do with it)
2378
2379 2003-01-11 [colin]      0.8.8claws82
2380
2381         * src/main.c
2382           src/toolbar.c
2383                 Two useless changes reversed
2384
2385 2003-01-11 [colin]      0.8.8claws81
2386
2387         * src/mainwindow.c
2388           src/mainwindow.h
2389                 Add mainwindow_get_mainwindow()
2390         * src/alertpanel.c
2391           src/alertpanel.h
2392                 Add alertpanel_error_log() 
2393         * src/compose.c
2394           src/inc.c
2395           src/messageview.c
2396           src/toolbar.c
2397           src/main.c
2398           src/procmsg.c
2399                 Network errors get a View Log button
2400
2401 2003-01-10 [alfons]     0.8.8claws80
2402
2403         * src/prefs_toolbar.c
2404         * src/toolbar.c
2405                 use the translatable string for "Separator" as file name for
2406                 separator toolbar items (probably make this uppercase?)
2407
2408 2003-01-10 [alfons]     0.8.8claws79
2409
2410         * src/prefs_toolbar.c
2411                 put right A_SEPARATOR description string in "displayed
2412                 toolbar items list" so manually added separators are
2413                 saved correctly (bug #10, "Adding a separator to the main 
2414                 toolbar fails, entry in xml file is wrong")
2415
2416 2003-01-10 [christoph]  0.8.8claws78
2417
2418         * src/imap.c
2419                 o fix warnings
2420                 o use CAPABILITY to check if NAMESPACE is available
2421
2422 2003-01-10 [christoph]  0.8.8claws77
2423
2424         * src/imap.[ch]
2425                 apply UIDPLUS IMAP extension support patch
2426
2427         Patch submitted by Simon 'corecode' Schubert
2428
2429 2003-01-10 [paul]       0.8.8claws76
2430
2431         * src/folderview.c
2432                 a sync from main which fixes the news account folders'
2433                 Properties bug
2434
2435 2003-01-10 [christoph]  0.8.8claws75
2436
2437         * src/folder.c
2438                 don't accept 0 as a valid uid returned by copy and move
2439                 functions. 0 means the message was copied or moved but the
2440                 new uid could not be fetched. It is not an error condition
2441                 for the copy or move operation.
2442
2443 2003-01-10 [paul]       0.8.8claws74
2444
2445         * src/prefs_filtering.c
2446                 change English used in Alert when entry is not
2447                 saved.
2448                 
2449         * sync with 0.8.8cvs4
2450                 see ChangeLog 2003-01-10
2451
2452 2003-01-10 [darko]      0.8.8claws73
2453
2454         * src/pine.c
2455                 fix crash when importing address book entry
2456                 without a valid address
2457
2458 2003-01-09 [alfons]     0.8.8claws72
2459
2460         * src/inc.c
2461                 filtering performance: use new style folder update
2462
2463 2003-01-09 [christoph]  0.8.8claws71
2464
2465         * src/compose.c
2466         * src/gtk/menu.[ch]
2467                 fix wrong selecting of mime encoding type, when
2468                 opening property dialog of attachments in the
2469                 compose window. 7bit was always selected and that
2470                 destoryed files with 8bit data.
2471                 (closes bug #9 Sylpheed-claws destroys attachments when
2472                  changing MIME-types)
2473
2474 2003-01-09 [paul]       0.8.8claws70
2475
2476         * sync with 0.8.8cvs3
2477                 see ChangeLog 2003-01-09
2478
2479 2003-01-08 [alfons]     0.8.8claws69
2480         
2481         * src/addressadd.c
2482                 apply patch by Kim Schulz to fix build breakage
2483                 because of missing variable
2484
2485 2003-01-08 [paul]       0.8.8claws68
2486
2487         * sync with 0.8.8cvs2
2488                 see ChangeLog 2002-01-08
2489
2490 2003-01-08 [paul]       0.8.8claws67
2491
2492         * po/it.po
2493                 updated by Alessandro Maestri
2494                 
2495         * src/addressadd.c
2496                 when using 'Add sender to addressbook' allow
2497                 name to be edited and remarks to be entered
2498                 Patch submitted by Luke Plant
2499
2500 2003-01-08 [darko]      0.8.8claws66
2501
2502         * README.claws, src/summaryview.c
2503                 fix description for marked messages
2504
2505 2003-01-08 [paul]
2506
2507         * tools/Makefile.am
2508           tools/launch_phoenix  ** NEW FILE **
2509                 add script that enables using Phoenix as the default
2510                 web browser. 
2511                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
2512                 
2513         * tools/OOo2sylpheed.pl
2514                 remove full path to sylpheed executable, just 'sylpheed'
2515                 will do
2516                 
2517         * tools/README
2518                 add launch_phoenix informtion and re-arrange and compress
2519                 the data a little
2520
2521 2003-01-07 [christoph]  0.8.8claws65
2522
2523         * src/folder.c
2524                 fix update for source folder when moving messages
2525         * src/procmsg.[ch]
2526         * src/summaryview.c
2527                 use function to set to_folder for message infos and
2528                 automatically update the op_count for old and new
2529                 folder
2530
2531 2003-01-07 [melvin]     0.8.8claws64
2532
2533         * src/prefs_actions.c
2534                 Fixed bug where an '%p' Action on a displayed image crashed 
2535                         Sylpheed
2536                 Code clean up (get rid of duplicated code and removed unnecessary 
2537                                 structure member)
2538
2539 2003-01-07 [christoph]  0.8.8claws63
2540
2541         * src/compose.c
2542         * src/folder.[ch]
2543         * src/folderview.c
2544         * src/import.c
2545         * src/inc.c
2546         * src/main.c
2547         * src/mainwindow.c
2548         * src/messageview.c
2549         * src/prefs_folder_item.c
2550         * src/procmsg.c
2551         * src/summaryview.c
2552         * src/toolbar.c
2553                 o remove all folder update triggering from the UI code. The folder
2554                   system should know much better when a folder needs an update.
2555                 o to prevent multiple updates in a row the folder updates can be
2556                   frozen for some time.
2557
2558                 Note: - Please verify that no updates are missing
2559                       - Check where freeze/thaws should be added
2560
2561 2003-01-07 [christoph]  0.8.8claws62
2562
2563         * src/prefs_actions.c
2564                 don't translate empty strings
2565
2566         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2567
2568 2003-01-06 [christoph]  0.8.8claws61
2569
2570         * src/prefs_actions.c
2571                 mark strings for gettext
2572         * src/prefs_matcher.c
2573                 use new description window for Execute action and
2574                 match condition in Filtering
2575
2576         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2577
2578 2003-01-06 [alfons]     0.8.8claws60
2579
2580         keep myself inspired to re-organize matcher part 8; 
2581         yes, more to come (I need to move out the descriptive
2582         text for actions to matcher.c, or at least make it not
2583         depend on the wicked ordering)
2584
2585         * src/prefs_matcher.c
2586                 add documentation so others may comprehend the
2587                 UI part of the conditions
2588                 
2589 2003-01-06 [christoph]  0.8.8claws59
2590
2591         * src/prefs_actions.c
2592                 use new description window for syntax help
2593         * src/gtk/description_window.c
2594                 fix display of descriptions with column count != 2
2595
2596         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2597
2598 2003-01-06 [christoph]  0.8.8claws58
2599
2600         * src/quote_fmt.c
2601         * src/summaryview.[ch]
2602         * src/gtk/Makefile.am
2603         * src/gtk/description_window.[ch]       ** NEW **
2604                 use a generic window to display syntax descriptions
2605                 currently used in quote_fmt and summaryview (new description
2606                 for extended quick search)
2607
2608         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
2609
2610 2003-01-06 [paul]       0.8.8claws57
2611
2612         * sync with 0.8.8cvs1
2613                 see ChangeLog 2003-01-06
2614
2615 2003-01-06 [christoph]  0.8.8claws56
2616
2617         * src/mainwindow.c
2618         * src/prefs_gtk.[ch]
2619         * src/gtk/prefswindow.[ch]
2620         * src/plugins/spamassassin/spamassassin_gtk.c
2621                 o remove page management from prefswindow, pages
2622                   will be an argument to prefswindow_open
2623                 o prefswindow_open gets a datapointer that is
2624                   passed to the widget_create function to allow
2625                   creation of prefswindow for specific items
2626
2627 2003-01-06 [colin]      0.8.8claws55
2628         
2629         * src/summaryview.c
2630                 We don't want regexp in the reply-finder, 
2631                 because MIDs can contain !,$,. and so on
2632
2633 2003-01-06 [jens]       0.8.8claws54
2634
2635         * src/jpilot.c
2636                 fixed a wrong free in jpilot_read_db_files
2637
2638 2003-01-06 [alfons]     0.8.8claws53
2639
2640         re-organize matcher part 8; more to come
2641        
2642         * src/matcher.c
2643                 matcherprop_to_string(): put g_free()s before the
2644                 switch-case break to fix memleaks                
2645
2646 2003-01-06 [colin]      0.8.8claws52
2647
2648         * src/summaryview.c
2649                 cleanup & reply-finder now displays the first 
2650                 matching message
2651
2652 2003-01-05 [alfons]     0.8.8claws51
2653
2654         re-organize matcher part 7; more to come
2655
2656         * src/matcher.[ch]
2657                 fixes for constant correctness;
2658                 more documentation;
2659
2660 2003-01-05 [alfons]     0.8.8claws50
2661
2662         re-organize matcher part 6; more to come
2663         
2664         * src/matcher.[ch]
2665                 fixes for constant correctness;
2666                 more documentation;
2667         * src/filtering.c
2668                 fix for constant correctness
2669
2670 2003-01-05 [colin]      0.8.8claws49
2671
2672         * src/account.[ch]
2673                 Add account_get_reply_account function
2674         * src/compose.c
2675                 Use account_get_reply_account function 
2676         * src/summaryview.c
2677                 Basic reply-finder - click on the replied
2678                 icon gets you to the outbox using quick-search
2679
2680 2003-01-05 [paul]       0.8.8claws48
2681
2682         * src/prefs_common.c
2683                 small change to English
2684                 
2685         * src/prefs_filtering.c
2686                 prefs_filtering_action_select(): improve logic and uniformity
2687                 of gui
2688
2689 2003-01-05 [alfons]     0.8.8claws47
2690
2691         fine tune solution to focus problems (bug #7)
2692
2693         * src/mainwindow.c
2694                 mainwindow_focus_in_event(): remove grab event check
2695         * src/summaryview.c
2696                 summary_button_pressed(): move selection on right-click
2697                 too. we can't possibly move the selection back after
2698                 canceling a dialog, because gtk's incomplete focus 
2699                 management. whether this is a good solution, only time
2700                 will tell.
2701
2702 2003-01-05 [christoph]  0.8.8claws46
2703
2704         * src/imap.c
2705                 fix crash when no imap connection could be established
2706
2707 2003-01-05 [paul]       0.8.8claws45
2708
2709         * src/mainwindow.c
2710           src/sumamryview.c
2711           src/gtk/menu.[ch]
2712                 fix bug 605957 'shortcuts in popup-menu'
2713                 make user-defined shortcuts work
2714                 show shortcuts that are already defined
2715                 in the main menu
2716                 Patch submitted by Luke Plant
2717
2718 2003-01-05 [alfons]     0.8.8claws44
2719
2720         * src/mainwindow.c
2721                 focus_in_event handler should not select summary view row 
2722                 when another window (menu, dialog) grabbed for events 
2723                 (bug #7, "[0.8.8claws42] Message summary focus") 
2724
2725 2003-01-04 [christoph]  0.8.8claws43
2726
2727         * src/procmsg.c
2728                 update save folder after adding the sent message
2729                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2730
2731 2003-01-02 [christoph]  0.8.8claws42
2732
2733         * src/common/plugin.c
2734                 fix unloading of all plugins and unload
2735                 plugins in reverse order
2736                 
2737         * src/gtk/pluginwindow.c
2738                 implement function of load and unload button
2739
2740         * src/gtk/prefswindow.c
2741         * src/gtk/prefswindow.h
2742                 rename register function and add new unregister
2743                 function
2744
2745         * src/plugins/spamassassin/spamassassin_gtk.c
2746                 unregister prefs page and update for changes in
2747                 src/gtk/prefswindow.c
2748
2749 2003-01-02 [paul]       0.8.8claws41
2750
2751         * po/es.po
2752                 updated by Ricardo Mones Lastra
2753
2754 2003-01-02 [paul]
2755
2756         * tools/tb2sylpheed
2757                 fixes and improvements by Urke MMI
2758
2759 2003-01-02 [thorsten]   0.8.8claws40
2760
2761         * src/procmsg.c
2762                 fixed wrong return value
2763
2764 2003-01-02 [thorsten]   0.8.8claws39
2765
2766         * src/prefs.c
2767                 fixed printing wrong variable
2768
2769 2003-01-02 [thorsten]   0.8.8claws38
2770
2771         * src/prefs.c
2772                 fixed acessing members of freed pfile struct
2773
2774 2003-01-02 [thorsten]   0.8.8claws37
2775
2776         * src/procmsg.c
2777                 detect loops across several messages
2778                 as suggested by Christoph Hohmann
2779
2780 2003-01-01 [match]      0.8.8claws36
2781
2782         * src/addrindex.c
2783                 fixed another memory leak.
2784
2785 2003-01-01 [match]      0.8.8claws35
2786
2787         * src/jpilot.[ch]
2788                 fixed memory leaks. applied Doxygen comments.
2789
2790 2003-01-01 [thorsten]   0.8.8claws34
2791
2792         * src/procmsg.c
2793                 inhibit endless loop if msg references itself
2794                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2795
2796 2003-01-01 [christoph]  0.8.8claws33
2797
2798         * src/mainwindow.c
2799         * src/gtk/Makefile.am
2800         * src/gtk/pluginwindow.c                ** NEW **
2801         * src/gtk/pluginwindow.h                ** NEW **
2802                 add plugin window
2803
2804         * src/plugins/demo/demo.c
2805         * src/plugins/spamassassin/spamassassin.c
2806         * src/plugins/spamassassin/spamassassin_gtk.c
2807                 write better plugin descriptions
2808
2809 2002-12-31 [christoph]  0.8.8claws32
2810
2811         * src/gtk/prefswindow.c
2812         * src/plugins/spamassassin/spamassassin_gtk.c
2813                 some small improvements to GTK code
2814
2815 2002-12-31 [christoph]  0.8.8claws31
2816
2817         * src/plugins/spamassassin/spamassassin_gtk.c
2818                 enable folder select button
2819
2820 2002-12-31 [christoph]  0.8.8claws30
2821
2822         * src/mainwindow.c
2823         * src/gtk/Makefile.am
2824         * src/gtk/prefswindow.c                         ** NEW **
2825         * src/gtk/prefswindow.h                         ** NEW **
2826                 add new prefs window
2827
2828         * src/common/plugin.c
2829                 don't try to load empty config lines
2830         
2831         * src/plugins/spamassassin/Makefile.am
2832         * src/plugins/spamassassin/spamassassin.c
2833         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2834         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2835                 GTK config for SpamAssassin Plugin using
2836                 the new prefs window
2837
2838 2002-12-31 [paul]       0.8.8claws29
2839
2840         * po/POTFILES.in
2841                 remove obsolete entry 'src/menu.c'
2842
2843 2002-12-31 [alfons]     0.8.8claws28
2844
2845         * src/matcher.[ch]
2846         * src/matcher_parser_parse.y
2847         * src/prefs_matcher.c
2848                 add "ignore_thread" and "~ignore_thread" condition so it's
2849                 possible to make the actions / scoring operate on the ignore
2850                 thread flag
2851
2852 2002-12-31 [christoph]  0.8.8claws27
2853
2854         * src/addrbook.c
2855         * src/addrindex.c
2856         * src/folder.c
2857         * src/matcher.c
2858         * src/prefs_account.c
2859         * src/prefs_actions.c
2860         * src/prefs_customheader.c
2861         * src/prefs_display_header.c
2862         * src/prefs_gtk.c
2863         * src/procmime.c
2864         * src/toolbar.c
2865         * src/xmlprops.c
2866         * src/common/prefs.[ch]
2867                 extend prefs file handling for reading and automatic handling
2868                 of blocks. When reading prefs_set_block_label will automatically
2869                 move on to the block. When writing it will copy all other blocks
2870                 automatically
2871
2872         * src/common/plugin.c
2873                 Now loading plugin filenames from [Plugins] block in
2874                 sylpheed rc file
2875
2876 2002-12-30 [christoph]  0.8.8claws26
2877
2878         * src/common/hooks.[ch]
2879                 return abort status to caller of hooks_invoke
2880                 
2881         * src/inc.[ch]
2882                 invoke message filtering hook and stop
2883                 default handling when filter returns abort
2884
2885         * src/common/plugin.[ch]
2886         * src/plugins/demo/demo.c
2887                 modify plugin loader, because resolving symbols for strings
2888                 does not work correctly
2889         
2890         * configure.in
2891         * ac/spamassassin.m4                            ** NEW **
2892         * src/plugins/spamassassin/.cvsignore           ** NEW **
2893         * src/plugins/spamassassin/Makefile.am          ** NEW **
2894         * src/plugins/spamassassin/README               ** NEW **
2895         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2896         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2897         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2898                 add spamassassin plugin, see src/plugins/spamassassin/README
2899                 for details
2900
2901 2002-12-29 [alfons]     0.8.8claws25
2902
2903         * src/mainwindow.c
2904                 when moving focus from a message view to the main 
2905                 window, don't forget to select the summary node
2906                 of the displayed message. should fix "[ 659103 ] 
2907                 focus-follows-mouse confuses sylpheed"
2908
2909 2002-12-29 [christoph]  0.8.8claws24
2910
2911         * src/Makefile.am
2912         * src/stringtable.[ch]          ** REMOVE **
2913         * src/common/Makefile.am
2914         * src/common/stringtable.[ch]   ** NEW **
2915                 move stringtable files to common directory
2916
2917 2002-12-29 [christoph]  0.8.8claws23
2918
2919         * src/Makefile.am
2920         * src/menu.[ch]                 ** REMOVE **
2921         * src/gtk/Makefile.am
2922         * src/gtk/menu.[ch]             ** NEW **
2923                 move menu files to gtk directory
2924
2925 2002-12-29 [match]      0.8.8claws22
2926
2927         * src/addressbook.c
2928         * src/syldap.c
2929                 moved UI specific code out of LDAP code into addressbook
2930                 UI code. fixed memory leak.
2931
2932 2002-12-29 [christoph]  0.8.8claws21
2933
2934         * src/folder.c
2935                 only check for IGNORED parent message when message is
2936                 not IGNORED itself
2937
2938 2002-12-29 [alfons]     0.8.8claws20
2939
2940         * src/summaryview.c
2941                 set gtksctree's anchor correct (immediate execute
2942                 changes the tree's layout, and anchor points at 
2943                 the incorrect row). fixes "[ 657233 ] multiple msg 
2944                 delete sometimes off by 1".
2945                 we probably have to look for more tree layout /
2946                 anchor glitches.
2947
2948 2002-12-29 [paul]       0.8.8claws19
2949
2950         * src/summaryview.c
2951                 fix bug [ 659054 ] incorrect sorting of 'From' column
2952                 when using 'display sender using address book'
2953                 thanks to Alfons and Luke Plant
2954
2955 2002-12-29 [christoph]  0.8.8claws18
2956
2957         * src/folder.c
2958         * src/procmsg.[ch]
2959                 check parent messages for IGNORE THREAD flag, when adding,
2960                 moving or copying messages to a folder
2961
2962 2002-12-27 [alfons]     0.8.8claws17
2963
2964         re-organize matcher part 5; more to come
2965
2966         * src/matcher.c
2967                 hash keywords in matchparser_tab 
2968
2969 2002-12-27 [alfons]     0.8.8claws16
2970
2971         re-organize matcher part 4; more to come
2972
2973         * src/matcher_parser.h
2974         * src/matcher_parser_lex.l
2975         * src/matcher_parser_parse.y
2976                 cleanup
2977
2978 2002-12-27 [alfons]     0.8.8claws15
2979
2980         re-organize matcher part 3; more to come
2981
2982         * src/matcher.[ch]
2983                 cleanup
2984
2985 2002-12-27 [alfons]     0.8.8claws14
2986
2987         re-organize matcher part 2; more to come but this should
2988         work. cc me if there are any regressions.
2989
2990         * src/matcher.h
2991                 add prototype for get_matchparser_tab_id()
2992         * src/matcher_parser_lex.l
2993                 look up keywords using matchparser_tab_id();
2994
2995 2002-12-27 [alfons]     0.8.8claws12
2996
2997         re-organize matcher part 1
2998
2999         * src/matcher.h
3000                 map yacc generated constants to sylpheed matcher constants
3001         * src/matcher.c
3002                 add function to find a matcher constant from a string
3003
3004 2002-12-27 [christoph]  0.8.8claws11
3005
3006         * src/compose.c
3007                 MENUITEM_ADD casts the 4th argument from integer to pointer
3008                 so it probably should not be a pointer, this means we
3009                 should use account id for it and not the account's pointer
3010
3011 2002-12-27 [paul]       0.8.8claws10
3012
3013         * src/mainwindow.c
3014                 remove unneeded 'GtkWidget *vbox'
3015                 
3016         * src/summaryview.c
3017                 further sync with 0.8.8 - make sort
3018                 by recipient work as expected
3019                 
3020         * NEWS
3021                 sync with 0.8.8
3022
3023 2002-12-27 [paul]       0.8.8claws9
3024
3025         * po/pt_BR.po
3026                 updated by Ivan F. Martinez
3027                 
3028 2002-12-27 [darko]      0.8.8claws8
3029
3030         * src/common/utils.c
3031                 added locked pattern to extended search
3032
3033 2002-12-27 [alfons]     0.8.8claws7
3034
3035         * src/prefs_matcher.[ch]
3036                 clean up
3037
3038 2002-12-26 [alfons]     0.8.8claws6
3039
3040         * src/matcher.[ch]
3041         * src/matcher_parser_lex.l
3042         * src/matcher_parser_parse.y
3043         * src/prefs_matcher.c
3044                 allow color label as a condition in the matcher
3045
3046 2002-12-26 [oliver]     0.8.8claws5
3047         
3048         * src/toolbar.c 
3049                 enable Addressbook for Main and Messageview
3050         * src/prefs_actions.c
3051                 enable actions in Messageview
3052
3053 2002-12-26 [christoph]  0.8.8claws4
3054
3055         * src/common/plugin.c
3056                 add a little debug output
3057         * configure.in
3058         * src/plugins/demo/Makefile.am
3059                 better use of automake
3060
3061 2002-12-26 [christoph]  0.8.8claws3
3062
3063         * src/Makefile.am
3064         * src/common/Makefile.am
3065                 fix "make distdir"
3066
3067 2002-12-26 [christoph]  0.8.8claws2
3068
3069         * configure.in
3070                 sort configure checks into common / gtk / plugins
3071         * po/POTFILES.in
3072                 add src/prefs_gtk.c
3073         * src/Makefile.am
3074                 add plugins SUBDIR
3075         * src/main.c
3076         * src/common/sylpheed.[ch]
3077                 added now sylpheed_done function for shutdown
3078         * src/common/Makefile.am
3079         * src/common/plugin.[ch]                ** NEW **
3080                 plugin loader and unloader
3081         * src/plugins/.cvsignore                ** NEW **
3082         * src/plugins/Makefile.am               ** NEW **
3083                 build plugins
3084         * src/plugins/demo/.cvsignore           ** NEW **
3085         * src/plugins/demo/Makefile.am          ** NEW **
3086         * src/plugins/demo/demo.c               ** NEW **
3087                 small demo plugin that installs a logtext hook and
3088                 outputs the log text to stdout
3089
3090 2002-12-26 [paul]       0.8.8claws1
3091
3092         * po/es.po
3093                 updated by Ricardo Mones Lastra
3094
3095 2002-12-26 [paul]       0.8.8claws
3096
3097         * 0.8.8claws released
3098
3099 2002-12-26 [paul]       0.8.7claws12
3100
3101         * po/bg.po
3102                 updated by George Danchev
3103
3104 2002-12-26 [paul]       0.8.7claws11
3105
3106         * po/POTFILES.in
3107                 remove unneeded 'src/prefs.c' entry 
3108
3109 2002-12-26 [paul]       0.8.7claws10
3110
3111         * src/codeconv.c
3112           src/mainwindow.c
3113                 sync with 0.8.8 release
3114         
3115         * src/folder.[ch]
3116           src/mh.c
3117           src/summaryview.c
3118                 partial sync with 0.8.8 release
3119         
3120
3121 2002-12-25 [alfons]     0.8.7claws9
3122
3123         * src/matcher.[ch]
3124         * src/matcher_parser_lex.l
3125         * src/matcher_parser_parse.y
3126         * src/prefs_matcher.c
3127                 add locked flag to possible filtering / matcher 
3128                 conditions (also a good example what should be
3129                 done to add a simple boolean condition)
3130
3131 2002-12-25 [christoph]  0.8.7claws8
3132
3133         * src/Makefile.am
3134         * src/account.[ch]
3135         * src/addrbook.c
3136         * src/addressbook.c
3137         * src/addrindex.c
3138         * src/filtering.c
3139         * src/folder.c
3140         * src/matcher.c
3141         * src/prefs.[ch]                ** REMOVE **
3142         * src/prefs_account.c
3143         * src/prefs_actions.c
3144         * src/prefs_common.c
3145         * src/prefs_customheader.c
3146         * src/prefs_display_header.c
3147         * src/prefs_filtering.c
3148         * src/prefs_folder_item.c
3149         * src/prefs_gtk.[ch]            ** NEW **
3150         * src/prefs_matcher.c
3151         * src/prefs_scoring.c
3152         * src/prefs_summary_column.c
3153         * src/procmime.c
3154         * src/selective_download.c
3155         * src/toolbar.c
3156         * src/common/Makefile.am
3157         * src/common/prefs.[ch]         ** NEW **
3158                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
3159
3160 2002-12-24 [alfons]     0.8.7claws7
3161
3162         * src/summaryview.c
3163                 summary_thread_build(): fix real cause of the crash mentioned in
3164                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
3165                 this way we get meaningful ctree nodes 
3166
3167 2002-12-24 [oliver]     0.8.7claws6
3168
3169         * src/mainwindow.[ch]
3170         * src/messageview.[ch]
3171         * src/compose.[ch]
3172         * src/inc.c
3173         * src/summaryview.c
3174                 changes to use updated toolbar handling
3175                 
3176 2002-12-24 [oliver]     0.8.7claws5
3177
3178         * src/toolbar.[ch]
3179                 generic toolbar handling
3180                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
3181         * src/prefs_toolbar.[ch]
3182                 adjust to handling
3183         
3184 2002-12-24 [oliver]     0.8.7claws4
3185         
3186         * src/stock_pixmap.[ch]
3187                 move SYLPHEED_LOGO to end of list in order 
3188                 to remove it from Custom Toolbar`s Icon View
3189
3190 2002-12-24 [alfons]     0.8.7claws3
3191
3192         * src/summaryview.c
3193                 summary_thread_build(): fix crash because of focus != selection 
3194                 after threading. when deleting the selection, gtk tries but fails 
3195                 to find the correct focusable element. we now force the selection
3196                 to be focused. this should solve the infamous bug reported by 
3197                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
3198                 a test case is available. 
3199
3200 2002-12-24 [darko]      0.8.7claws2
3201
3202         * src/summaryview.c
3203                 don't crash when unmarking message with unread children
3204
3205 2002-12-23 [christoph]  0.8.7claws1
3206
3207         * src/Makefile.am
3208         * src/common/Makefile.am
3209                 update Makefiles for moved intl.h, version.h and defs.h
3210         * src/imap.c
3211                 rewrite imap_session_get to avoid duplicate code
3212
3213 2002-12-23 [paul]       0.8.7claws
3214
3215         * Santa-Claws released
3216         
3217         * po/hu.po
3218           po/ru.po
3219                 squeeze in updated Hungarian and Russian translations.
3220                 Submitted by  Gál Zoltán and Ruslan N. Balkin
3221
3222 2002-12-23 [paul]       0.8.6claws129
3223
3224         * po/pl.po
3225                 updated by Witold Wladyslaw Wojciech Wilk
3226
3227 2002-12-23 [paul]       0.8.6claws128
3228
3229         * src/quote_fmt_parse.y
3230                 fix typo and add licence header
3231
3232 2002-12-23 [paul]       0.8.6claws127
3233
3234         * po/en_GB.po
3235                 updated
3236
3237 2002-12-23 [paul]       0.8.6claws126
3238
3239         * po/it.po
3240                 updated translation, submitted by Alessandro Maestri
3241                 
3242 2002-12-23 [paul]       0.8.6claws125
3243
3244         * src/quote_fmt_parse.y
3245                 fix signature-stripping on replies bug. match
3246                 '-- \n' and not '-- '.
3247
3248 2002-12-22 [paul]       0.8.6claws124
3249
3250         * po/bg.po
3251           po/es.po
3252           po/sr.po
3253                 updated translations. submitted by George Danchev,
3254                 Ricardo Mones Lastra, and Urke MMI respectively
3255
3256 2002-12-21 [paul]       0.8.6claws123
3257
3258         * src/addrbook.c
3259                 fix coding style
3260
3261 2002-12-21 [paul]       0.8.6claws122
3262
3263         * src/addrbook.c
3264                 fix bug [643638] where if a person is in one or more
3265                 addressbook groups editing that person's email 
3266                 address results in removal from those groups.
3267                 Patch submitted by Luke Plant.
3268
3269 2002-12-20 [christoph]  0.8.6claws121
3270
3271         * src/common/utils.c
3272         * src/summaryview.c
3273                 reimplement expand_search_string using GString to
3274                 prevent crashs caused by miscalculated string
3275                 lengths reported by Paul
3276
3277 2002-12-20 [christoph]  0.8.6claws120
3278
3279         * src/summaryview.c
3280                 don't use "changed" to check if op_count has to be changed as it
3281                 is also set when the message has unread children
3282                 (closes bug [ 653221 ] crash while deleting duplicates)
3283
3284 2002-12-20 [paul]       0.8.6claws119
3285
3286         * sync with 0.8.6cvs27
3287                 see ChangeLog 2002-12-20
3288
3289 2002-12-20 [paul]       0.8.6claws118
3290
3291         * sync with 0.8.6cvs26
3292                 see ChangeLog 2002-12-19 and 2002-12-20
3293
3294 2002-12-19 [alfons]     0.8.6claws117
3295
3296         * src/textview.c
3297                 fix incorrect parsing of email addresses, submitted by 
3298                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
3299                 name display if it contains @".
3300
3301 2002-12-18 [paul]       0.8.6claws116
3302
3303         * sync with 0.8.6cvs23
3304                 see ChangeLog 2002-12-18
3305
3306 2002-12-18 [paul]       0.8.6claws115
3307
3308         * src/Makefile.am
3309         * src/account.c
3310         * src/codeconv.c
3311         * src/gtkutils.[ch]
3312         * src/imap.c
3313                 sync with 0.8.6cvs22.
3314                 see ChangeLog 2002-12-17 and 2002-12-18
3315
3316 2002-12-17 [christoph]  0.8.6claws114
3317
3318         * src/imap.c
3319                 o don't create a session if imap greeting fails
3320                 o don't close socket when authentication fails
3321                   this is done by imap_session_destroy
3322
3323 2002-12-17 [thorsten]   0.8.6claws113
3324
3325         * tools/Makefile.am
3326           tools/README
3327           tools/google_msgid.pl ** NEW FILE **
3328                 Added "search for message-id" script and doc
3329
3330 2002-12-17 [thorsten]   0.8.6claws112
3331
3332         * po/hu.po
3333                 Updated hungarian translation
3334                 (updated by Gal Zoltan)
3335
3336 2002-12-16 [christoph]  0.8.6claws111
3337
3338         * src/addr_compl.c
3339                 remove stupid addressbook dump to debug output
3340         * src/mh.c
3341                 fix memory leak found by Hiro
3342
3343 2002-12-14 [paul]       0.8.6claws110
3344
3345         * src/compose.c
3346                 fix menubar sensitivity on send
3347                 
3348         * src/prefs_filtering.c
3349         * src/prefs_matcher.c
3350         * src/prefs_scoring.c
3351                 Fix english ;)
3352                 
3353         * src/common/quoted-printable.h
3354                 sync: fix typo
3355         
3356 2002-12-13 [christoph]  0.8.6claws109
3357
3358         * src/Makefile.am
3359         * src/manage_window.[ch]        ** REMOVE **
3360         * src/gtk/Makefile.am
3361         * src/gtk/manage_window.[ch]    ** NEW **
3362                 move manage_window files to gtk directory
3363
3364 2002-12-13 [christoph]  0.8.6claws108
3365
3366         * src/Makefile.am
3367         * src/gtkshruler.[ch]           ** REMOVE **
3368         * src/gtk/Makefile.am
3369         * src/gtk/gtkshruler.[ch]       ** NEW **
3370                 move gtkshruler files to gtk directory
3371
3372 2002-12-13 [christoph]  0.8.6claws107
3373
3374         * src/Makefile.am
3375         * src/compose.c
3376         * src/gtkstext.[ch]             ** REMOVE **
3377         * src/gtkutils.[ch]
3378         * src/textview.c
3379         * src/gtk/gtkstext.[ch]         ** NEW **
3380         * src/gtk/Makefile.am
3381                 o move stext functions to gtkstext.c to remove
3382                   dependency of gtkutils
3383                 o move gtkstext files to gtk directory
3384
3385         * src/gtk/Makefile.am
3386         * src/gtk/sslcertwindow.[ch]
3387                 UI stuff can always depend on common code so
3388                 it's ok to add ../common to include path
3389
3390 2002-12-13 [colin]      0.8.6claws106
3391
3392         * src/summaryview.c
3393                 Disconnect sighandlers for mainwindow when
3394                 quicksearch has the focus
3395                 Fix bug #653231
3396         * src/mainwindow.[ch]
3397                 Make key_pressed callback public, to be able
3398                 to disconnect it
3399
3400 2002-12-13 [christoph]  0.8.6claws105
3401
3402         * src/mh.c
3403                 create .mh_sequences file in new MH folders
3404                 (closes feature request [ 523162 ] MH folders should
3405                  get a .mh_sequences)
3406
3407 2002-12-13 [colin]      0.8.6claws104
3408
3409         * src/summaryview.c
3410                 Better handling of quicksearch show/hide
3411                 (basically the button stays under the mouse 
3412                  when toggled)
3413
3414 2002-12-13 [paul]       0.8.6claws103
3415
3416         * sync with 0.8.6cvs17
3417                 see ChangeLog 2002-12-13
3418
3419 2002-12-13 [paul]       0.8.6claws102
3420
3421         * po/es.po
3422                 updated by Ricardo Mones Lastra
3423
3424 2002-12-11 [colin]       0.8.6claws101
3425
3426         * src/folder.c
3427                 remove statusbar stuff
3428           src/folderview.c
3429                 set statusbar verbosity when moving folders
3430
3431 2002-12-11 [colin]       0.8.6claws100
3432         * src/prefs_filtering.c
3433         * src/prefs_matcher.c
3434         * src/prefs_scoring.c
3435                 Fix english ;)
3436
3437 2002-12-11 [colin]       0.8.6claws99
3438
3439         * src/prefs_common.[ch]
3440                 Add summary_quicksearch_type
3441         * src/summaryview.c
3442                 Save last used quicksearch type
3443
3444 2002-12-11 [jens]       0.8.6claws98
3445         * src/prefs_filtering.c
3446         * src/prefs_matcher.c
3447         * src/prefs_scoring.c
3448                 added dialog for incomplete rules in scoring, filtering and
3449                 matcher to ask wheather really close
3450
3451 2002-12-11 [colin]      0.8.6claws97
3452
3453         * src/folder.c
3454                 Fix folder dnd statusbar logging
3455
3456 2002-12-10 [christoph]  0.8.6claws96
3457
3458         * src/compose.c
3459         * src/folder.c
3460         * src/imap.c
3461         * src/inc.c
3462         * src/main.c
3463         * src/mainwindow.c
3464         * src/news.c
3465         * src/send.c
3466         * src/statusbar.[ch]
3467         * src/common/hooks.c
3468         * src/common/log.[ch]
3469                 o handle verbose logging in statusbar directly in statusbar code
3470                   and common code does not need any knowledge about a statusbar
3471                 o remove direct calls to statusbar_(puts|pop)_all functions
3472
3473 2002-12-10 [jens]       0.8.6claws95
3474
3475         * src/*.c
3476                 removed gettext from g_warnings
3477         * po/POTFILES.in
3478                 cleaned and updated
3479         * po/de.po
3480                 updated
3481
3482 2002-12-10 [colin]      0.8.6claws94
3483
3484         * src/main.c
3485                 finish crash dialog fix
3486
3487 2002-12-10 [colin]      0.8.6claws93
3488
3489         * src/main.c
3490                 "Fix" "sylpheed already running" instead of
3491                 crash dialog appearing after a crash
3492
3493 2002-12-10 [colin]      0.8.6claws92
3494
3495         * po/POTFILES.in
3496                 add src/gtk/sslcertwindow.c
3497
3498 2002-12-10 [paul]       0.8.6claws91
3499
3500         * po/POTFILES.in
3501                 updated to reflect recent changes
3502                 submitted by Alessandro Maestri
3503
3504 2002-12-09 [christoph]  0.8.6claws90
3505
3506         * src/Makefile.am
3507         * src/smtp.[ch]                 ** REMOVE **
3508         * src/common/Makefile.am
3509         * src/common/smtp.[ch]          ** NEW **
3510                 move smtp files to common directory
3511
3512 2002-12-09 [christoph]  0.8.6claws89
3513
3514         * src/Makefile.am
3515         * src/session.[ch]              ** REMOVE **
3516         * src/common/Makefile.am
3517         * src/common/session.[ch]       ** NEW **
3518                 move session files to common directory
3519
3520 2002-12-09 [paul]       0.8.6claws88
3521
3522         * src/account.c
3523                 fix bug [649746] edit accounts: move account reverted
3524                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
3525
3526 2002-12-09 [colin]      0.8.6claws87
3527
3528         * src/ssl_certificate.c
3529                 cleanup
3530
3531 2002-12-09 [colin]      0.8.6claws86
3532
3533         * src/ssl.c
3534                 Try to open the cert.pem database and 
3535                 issue a warning if it isn't there
3536
3537 2002-12-09 [colin]      0.8.6claws85
3538
3539         * src/common/ssl_certificate.c
3540         * src/gtk/sslcertwindow.c
3541                 Warning fixes
3542
3543 2002-12-09 [colin]      0.8.6claws84
3544
3545         * src/ssl_certificate.[ch] ** REMOVED **
3546         * src/common/ssl_certificate.[ch] ** NEW **
3547         * src/Makefile.am
3548         * src/common/Makefile.am
3549                 Moved ssl_certificate.[ch] to common
3550         * src/common/ssl.c 
3551                 Put back needed include
3552         * src/gtk/sslcertwindow.[ch]
3553                 Changed ssl_certificate.h include
3554         
3555 2002-12-09 [colin]      0.8.6claws83
3556
3557         * src/gtk/sslcertwindow.[ch]
3558                 Implement hook for certificate acception
3559         * src/ssl_certificate.[ch]
3560                 Implement hook for certificate acception
3561         * src/common/ssl.c
3562                 Reenable certificate acception check
3563         * src/mainwindow.c
3564                 Register sslcertwindow's hook
3565         
3566 2002-12-08 [christoph]  0.8.6claws82
3567
3568         * src/about.c
3569         * src/addr_compl.c
3570         * src/codeconv.c
3571         * src/manual.c
3572         * src/undo.c
3573         * src/common/utils.c
3574                 o add missing includes
3575                 o fix warnings
3576         * src/.cvsignore
3577         * src/common/.cvsignore
3578         * src/common/version.h          ** REMOVE **
3579                 remove autogenerated file
3580
3581 2002-12-08 [paul]       0.8.6claws81
3582
3583         * src/stringtable.c
3584                 put back needed include
3585
3586 2002-12-08 [colin]      0.8.6claws80
3587         
3588         * src/gtk/sslcertwindow.c
3589                 Cleaner popups when asking
3590         * src/ssl_certificate.c
3591         * src/prefs_common.[ch]
3592                 remove ssl certificate pref
3593                 put back needed include
3594         * src/undo.c
3595                 put back needed include
3596
3597 2002-12-08 [christoph]  0.8.6claws79
3598
3599         * src/folderview.c
3600         * src/logwindow.c
3601         * src/statusbar.c
3602         * src/summaryview.c
3603                 only abort hook invokation if required data is missing not
3604                 if our own data pointer is NULL, update hookfunction for
3605                 log window
3606
3607 2002-12-08 [paul]       0.8.6claws78
3608
3609         * src/about.c
3610         * src/addrcache.c
3611         * src/addrclip.c
3612         * src/addr_compl.c
3613         * src/addrselect.c
3614         * src/codeconv.c
3615         * src/colorlabel.c
3616         * src/enriched.c
3617         * src/esmtp.c
3618         * src/exporthtml.c
3619         * src/headerview.c
3620         * src/imageview.c
3621         * src/manual.c
3622         * src/noticeview.c
3623         * src/pgptext.c
3624         * src/scoring.c
3625         * src/sourcewindow.c
3626         * src/stringtable.c
3627         * src/undo.c
3628                 clean up: remove unneccesary includes
3629
3630 2002-12-08 [christoph]  0.8.6claws77
3631
3632         * src/folderview.c
3633         * src/statusbar.c
3634         * src/summaryview.c
3635         * src/common/hooks.[ch]
3636                 hook functions now have a gboolean return value, if a hook
3637                 returns TRUE it will stop executing of any more hooks in
3638                 the same hooklist for this invokation
3639
3640 2002-12-08 [colin]      0.8.6claws76
3641         
3642         * src/main.c
3643                 put back argv0 for CRASH_DIALOG
3644
3645 2002-12-08 [christoph]  0.8.6claws75
3646
3647         * src/Makefile.am
3648         * src/about.c
3649         * src/account.c
3650         * src/crash.c
3651         * src/esmtp.h
3652         * src/imap.[ch]
3653         * src/inc.c
3654         * src/main.c
3655         * src/mainwindow.c
3656         * src/news.c
3657         * src/pop.[ch]
3658         * src/prefs_account.[ch]
3659         * src/prefs_common.[ch]
3660         * src/send.[ch]
3661         * src/smtp.[ch]
3662         * src/ssl_certificate.[ch]
3663         * src/ssl_manager.[ch]
3664         * src/common/Makefile.am
3665         * src/common/log.c
3666         * src/common/nntp.[ch]
3667         * src/common/socket.[ch]
3668         * src/common/ssl.[ch]
3669         * src/gtk/sslcertwindow.[ch]
3670         * ac/openssl.m4
3671                 use new autoconf script to detect OpenSSL with extra parameters
3672                 to specify the location of libs and includes, also remove USE_SSL
3673                 to USE_OPENSSL
3674
3675         * src/common/sylpheed.[ch]
3676         * src/common/version.h.in
3677                 start seperation of common code initialization seperated from gui
3678
3679         * src/summaryview.c
3680                 The function that is called when a color label changes
3681                 should not change the color lable again
3682
3683 2002-12-08 [colin]      0.8.6claws74
3684
3685         * src/gtk/sslcertwindow.c
3686                 warning fixes
3687
3688 2002-12-08 [colin]      0.8.6claws73
3689
3690         * src/statusbar.c
3691           src/common/log.h
3692                 Register a hook for statusbar_puts_all
3693         * src/common/log.c
3694                 invoke statusbar_puts_all's hook
3695         
3696 2002-12-08 [colin]      0.8.6claws72
3697
3698         * src/ssl_certificate.c
3699                 Put back a badly-removed include
3700
3701 2002-12-08 [colin]      0.8.6claws71
3702
3703         * src/gtk/sslcertwindow.[ch]    ** NEW **
3704                 new certificate presentation
3705         * src/gtk/Makefile.am
3706                 add new files
3707         * src/ssl_certificate.[ch]
3708                 gtk cleanup, made utility functions public
3709         * src/ssl_manager.c
3710                 use new cert presentation
3711
3712 2002-12-07 [christoph]  0.8.6claws70
3713
3714         * src/Makefile.am
3715         * src/nntp.[ch]                 ** REMOVE **
3716         * src/common/Makefile.am
3717         * src/common/nntp.[ch]          ** NEW **
3718                 move nntp files to common directory
3719
3720 2002-12-07 [christoph]  0.8.6claws69
3721
3722         * src/procmsg.[ch]
3723         * src/summaryview.c
3724                 implement msginfo update callback using sylpheed's new
3725                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3726
3727 2002-12-06 [christoph]  0.8.6claws68
3728
3729         * src/editgroup.c
3730                 This patch changes the 'Edit Group Details' dialog to
3731                 allow extended selections in either pane, so that
3732                 addresses can be added or removed from a group more
3733                 quickly and easily. (it actually is a net decrease in
3734                 file size, as some unnecessary functions have been
3735                 removed). 
3736                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3737
3738 2002-12-06 [christoph]  0.8.6claws67
3739
3740         * src/Makefile.am
3741         * src/template.[ch]             ** REMOVE **
3742         * src/common/Makefile.am
3743         * src/common/template.[ch]      ** NEW **
3744                 move template files to common directory
3745
3746         * src/nntp.c
3747                 add missing log.h include
3748
3749 2002-12-06 [melvin]     0.8.6claws66
3750
3751         * src/prefs_actions.c
3752                 Added the trailing ">" syntax to insert command's output
3753                 without replacing old text (in contrast to trailing "|").
3754
3755 2002-12-05 [colin]      0.8.6claws65
3756         
3757         * src/common/utils.c
3758                 Don't modify original search_string or it'll change
3759                 the next iterations in the for()
3760
3761 2002-12-05 [darko]      0.8.6claws64
3762
3763         * src/common/utils.c
3764                 proper check for filtering commands, found by Colin
3765
3766 2002-12-05 [darko]      0.8.6claws63
3767
3768         * src/common/utils.c
3769                 check proper string for NULL pointer, found by Colin
3770
3771 2002-12-05 [darko]      0.8.6claws62
3772
3773         * src/common/utils.[ch]
3774                 expand_search_string(): new function
3775                 converts Mutt-like patterns to Sylpheed's
3776                 filtering engine
3777         * src/summaryview.c
3778                 use expand_search_string() to allow Mutt-like
3779                 patterns in extended search
3780         * README.claws
3781                 document extended option in quick search
3782
3783 2002-12-05 [paul]       0.8.6claws61
3784
3785         * sync with 0.8.6cvs16
3786                 see ChangeLog 2002-12-05
3787                 
3788         * po/POTFILES.in
3789                 clean up
3790
3791 2002-12-04 [christoph]  0.8.6claws60
3792
3793         * src/imap.[ch]
3794                 put imap authentication code into a new function and
3795                 remove it from imap_session_new that will allow to
3796                 send other commands before authentication
3797
3798 2002-12-04 [christoph]  0.8.6claws59
3799
3800         * src/imap.[ch]
3801                 use already existing method to prevent unneeded IMAP
3802                 folder selects. Set imap_select parameters to NULL
3803                 in some functions if the values are not required.
3804
3805         * src/xml.h
3806                 remove no longer required include
3807
3808 2002-12-04 [paul]       0.8.6claws58
3809
3810         * po/es.po
3811                 updated by Ricardo Mones Lastra
3812                 
3813         * configure.in
3814           po/hu.po      ** NEW FILE **
3815                 initial Hungarian translation, submitted
3816                 by Gál Zoltán <galzoli@hu.inter.net>
3817
3818 2002-12-03 [christoph]  0.8.6claws57
3819
3820         * src/Makefile.am
3821         * src/gtksctree.[ch]            ** REMOVE **
3822         * src/gtk/Makefile.am
3823         * src/gtk/gtksctree.[ch]        ** NEW **
3824                 move gtksctree files to gtk directory
3825
3826 2002-12-03 [christoph]  0.8.6claws56
3827
3828         * src/Makefile.am
3829         * src/md5.[ch]                  ** REMOVE **
3830         * srm/common/Makefile.am
3831         * src/common/md5.[ch]           ** NEW **
3832                 move md5 files to common directory
3833
3834         * src/gtkstext.c
3835                 remove not required #include
3836
3837 2002-12-03 [sergey]     0.8.6claws55
3838
3839         * src/gtkutils.c
3840         * src/gtkutils.h
3841                 gtkut_window_popup(): new function.
3842         * src/mainwindow.c
3843                 main_window_popup(): use gtkut_window_popup() to raise
3844                 window without changing its position.
3845                 (see sylpheed-main ML message [sylpheed:17247])
3846
3847 2002-12-03 [sergey]     0.8.6claws54
3848
3849         * src/send.c
3850                 send_message_local(): removed first-dot escaping
3851                 (SMTP-only, not needed for sending through pipe)
3852
3853 2002-12-03 [paul]       0.8.6claws53
3854
3855         * po/POTFILES.in
3856                 update to reflect recent changes (thanks
3857                 to Ricardo Mones Lastra)
3858                 
3859         * tools/filter_conv.pl
3860                  fix problem with quoted strings. Patch submitted
3861                  by Luke Plant <lukeplant@softhome.net>
3862
3863 2002-12-03 [paul]       0.8.6claws52
3864
3865         * sync with 0.8.6cvs15
3866                 see ChangeLog 2002-12-03
3867
3868 2002-12-02 [christoph]  0.8.6claws51
3869
3870         * src/logwindow.[ch]
3871         * src/common/log.[ch]
3872                 implement logging using a hook function
3873
3874         * src/folderview.c
3875         * src/folder.[ch]
3876                 define hooklist name in header file to avoid
3877                 errors caused by wrong spelling of hooklist names
3878
3879         * src/toolbar.c
3880                 fix warnings
3881
3882 2002-12-02 [christoph]  0.8.6claws50
3883
3884         * src/common/Makefile.am
3885                 add src/common/hooks.[ch]
3886
3887         * src/common/hooks.[ch]
3888                 implement a simple hook system using glib's hook functions
3889
3890         * src/folder.[ch]
3891         * src/folderview.c
3892                 use new hook system for folder item updates
3893
3894 2002-12-02 [christoph]  0.8.6claws49
3895
3896         * doc-src/ui_seperation.txt     ** NEW **
3897                 information for ui seperation
3898
3899         * src/Makefile.am
3900                 remove files that were moved to common
3901                 include common directory by default for the header files
3902
3903         * src/inc.c
3904         * src/common/socket.c
3905         * src/automaton.[ch]
3906                 implement automaton using g_io_*-functions instead of
3907                 gdk_input_add to make it ui independent
3908
3909         * src/codeconv.c
3910         * src/compose.c
3911         * src/ldif.c
3912         * src/pgptext.c
3913         * src/procmime.c
3914         * src/rfc2015.c
3915         * src/smtp.c
3916         * src/unmime.c
3917                 remove common/ prefix because directory is now in
3918                 include path
3919
3920         * src/compose.c
3921         * src/folder.c
3922         * src/folderview.c
3923         * src/mainwindow.c
3924         * src/messageview.c
3925         * src/prefs_common.c
3926         * src/procmsg.c
3927         * src/rfc2015.c
3928                 fix warnings
3929
3930         * src/imap.c
3931         * src/inc.c
3932         * src/news.c
3933         * src/pop.c
3934         * src/send.c
3935         * src/smtp.c
3936         * src/ssl_certificate.c
3937                 add log.h header file for logging functions
3938
3939         * src/main.c
3940         * src/common/utils.c
3941         * src/summaryview.c
3942         * src/xml.c
3943                 o move debug_mode to common/utils.c
3944                 o add functions to set and get debug_mode
3945
3946         * src/defs.h                    ** REMOVE **
3947         * src/intl.h                    ** REMOVE **
3948         * src/socket.[ch]               ** REMOVE **
3949         * src/ssl.[ch]                  ** REMOVE **
3950         * src/utils.[ch]                ** REMOVE **
3951                 replaced by new files in src/common/
3952         
3953         * src/common/Makefile.am
3954                 add new files in src/common/
3955
3956         * src/common/defs.h             ** NEW **
3957         * src/common/intl.h             ** NEW **
3958         * src/common/log.[ch]           ** NEW **
3959         * src/common/socket.[ch]        ** NEW **
3960         * src/common/ssl.[ch]           ** NEW **
3961         * src/common/utils.[ch]         ** NEW **
3962                 replacement for files in src/
3963
3964 2002-12-02 [colin]      0.8.6claws48
3965
3966         * src/folderview.c
3967                 Scroll folderview if necessary during dnd
3968
3969 2002-12-02 [colin]      0.8.6claws47
3970
3971         * src/folder.[ch]
3972                 Add check to verify a move is within a single mailbox
3973         * src/folderview.c
3974                 Add specific error string for this check
3975
3976 2002-12-02 [colin]      0.8.6claws46
3977
3978         * src/folder.c
3979                 Add a test to folder moving, remove a statusbar_print
3980         * src/folderview.c
3981                 Add Move folder... context-menu item
3982                 Factorize folder moving code
3983                 Enable folder DND for mbox
3984
3985 2002-12-01 [christoph]  0.8.6claws45
3986
3987         * ac/aspell.m4
3988                 remove conf.aspelltest if the version check fails
3989
3990 2002-11-30 [christoph]  0.8.6claws44
3991
3992         * autogen.sh
3993                 run libtoolize --force in autogen to create missing
3994                 libtool scripts
3995
3996 2002-11-30 [christoph]  0.8.6claws43
3997
3998         * src/Makefile.am
3999         * src/pgptext.c
4000         * src/procmime.c
4001         * src/rfc2015.c
4002         * src/uuencode.[ch]             ** REMOVED **
4003         * src/common/Makefile.am
4004         * src/common/uuencode.[ch]      ** NEW **
4005                 move uuen/decoder to common directory
4006
4007 2002-11-30 [christoph]  0.8.6claws42
4008
4009         * src/Makefile.am
4010         * src/base64.[ch]               ** REMOVED **
4011         * src/codeconv.c
4012         * src/compose.c
4013         * src/ldif.c
4014         * src/pgptext.c
4015         * src/procmime.c
4016         * src/rfc2015.c
4017         * src/smtp.c
4018         * src/unmime.c
4019         * src/common/Makefile.am
4020         * src/common/base64.[ch]        ** NEW **
4021                 move base64 en/decoder to common directory
4022
4023 2002-11-30 [christoph]  0.8.6claws41
4024
4025         * src/common                    ** NEW **
4026                 new directory for UI independent code
4027         * src/gtk                       ** NEW **
4028                 new directory for GTK frontend
4029         * src/common/.cvsignore         ** NEW **
4030         * src/gtk/.cvsignore            ** NEW **
4031                 ignore build files
4032         * src/common/Makefile.am        ** NEW **
4033         * src/gtk/Makefile.am           ** NEW **
4034                 automake files to build new seperated stuff
4035         * src/Makefile.am
4036                 the binary will currently still be build with the
4037                 files in src, so we include the code from the
4038                 subdirs for now after building the libs there
4039
4040 2002-11-30 [paul]       0.8.6claws40
4041
4042         * src/compose.c
4043                 fix bug [642731] 'Wrong selected account with drafted mail'
4044
4045 2002-11-29 [oliver]     0.8.6claws39
4046         
4047         * src/messageview.c
4048                 o update summaryview when switching between different
4049                   messageviews          
4050         * src/toolbar.c  
4051                 o check if messageview holds already removed msg
4052                   from summaryview
4053                 
4054
4055 2002-11-29 [oliver]     0.8.6claws38
4056
4057         * src/toolbar.c 
4058                 remove not needed variables and includes
4059                 make messageview stay opened and move to next when msgs are deleted 
4060
4061 2002-11-29 [oliver]     0.8.6claws37
4062         
4063         * src/toolbar.c 
4064                 disable compose button (messageview toolbar) by default
4065                 deleted msgs are moved to trash
4066         
4067 2002-11-29 [melvin]     0.8.6claws36
4068
4069         * configure.in
4070                 Increased minimal gpgme version to 0.3.10 (Zombies out)
4071                 and to detect signatures expirations (gpgme 0.3.6)
4072
4073         * src/main.c
4074                 Use non obsolescent function for Gpgme engine checking.
4075
4076         * src/rfc2015.c
4077                 Inform about expired signatures or signatures which key
4078                 has expired. Expiration date is displayed.
4079
4080         * src/sigstatus.c
4081                 Inform about expired signatures or signatures which key
4082                 has expired.
4083
4084 2002-11-28 [paul]       0.8.6claws35
4085
4086         * src/folderview.c
4087                 re-instate 'Check for new messages' in Newsgroup
4088                 folders right-click menu, after a suggestion from
4089                 Tim Mann <timmann@users.sourceforge.net>
4090
4091         * src/main.c
4092                 after a crash check only local folders for new
4093                 messages
4094
4095 2002-11-28 [paul]       0.8.6claws34
4096
4097         * configure.in
4098                 apply patch that fixes the checking of GTK with XIM 
4099                 support on different OSs, such as FreeBSD. Patch 
4100                 submitted by Topia <topia@users.sourceforge.net>
4101                 
4102 2002-11-28 [paul]       0.8.6claws33
4103
4104         * src/mainwindow.c
4105           src/prefs_common.c
4106           src/prefs_toolbar.c
4107                 more changes to the English
4108
4109 2002-11-28 [paul]       0.8.6claws32
4110
4111         * sync with 0.8.6cvs13
4112                 see ChangeLog 2002-11-28 (no sync needed
4113                 for src/compose.c)
4114
4115 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
4116         
4117         * src/mainwindow.[ch]
4118                 add patch by Ivan F. Martinez introducing messageview Toolbar
4119                 some changes and committed by oliver    
4120
4121 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
4122
4123         * src/messageview.[ch]
4124                 add patch by Ivan F. Martinez introducing messageview Toolbar
4125                 some changes and committed by oliver    
4126
4127 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
4128
4129         * src/compose.[ch]
4130                 add patch by Ivan F. Martinez introducing messageview Toolbar
4131                 some changes and committed by oliver    
4132
4133 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
4134         
4135         * src/toolbar.[ch]
4136                 add patch by Ivan F. Martinez introducing messageview Toolbar
4137                 some changes and committed by oliver
4138
4139 2002-11-28 [oliver]     0.8.6claws27
4140         
4141         * src/prefs_toolbar.[ch]
4142                 getting ready for messageview toolbar
4143                 free mem allocated by gettext
4144                 change prefs_toolbar to prefs_toolbar_open
4145  
4146 2002-11-28 [thorsten]   0.8.6claws26
4147
4148         * src/imageview.[ch]
4149                 cleaned up conflicting declarations of
4150                 imageview_show_image()
4151
4152 2002-11-28 [paul]       0.8.6claws25
4153
4154         * src/grouplistdialog.c
4155           src/prefs_common.c
4156           src/prefs_summary_column.c
4157                 a few more improvements to the English
4158
4159 2002-11-28 [colin]      0.8.6claws24
4160
4161         * man/sylpheed.1
4162                 A few updates to command-line parameters
4163
4164 2002-11-28 [colin]      0.8.6claws23
4165
4166         * src/prefs_filtering.c
4167                 Fix problems with prefs_filtering_delete_path:
4168                 a) if the first rule is removed, original pointers
4169                    weren't updated (leading to segfaults)
4170                 b) it was always global_processing updated in case
4171                    of removed path was parent of rule path
4172
4173 2002-11-27 [paul]       0.8.6claws22
4174
4175         * src/mainwindow.c
4176           src/prefs_account.c
4177           src/prefs_actions.c
4178           src/prefs_common.c
4179           src/prefs_customheader.c
4180           src/prefs_display_header.c
4181           src/prefs_filtering.c
4182           src/prefs_folder_item.c
4183           src/prefs_matcher.c
4184           src/prefs_scoring.c
4185           src/prefs_summary_column.c
4186           src/prefs_template.c
4187           src/prefs_toolbar.c
4188                  improve the English in the GUI
4189
4190 2002-11-27 [colin]      0.8.6claws21
4191
4192         * src/folder.c
4193                 Fix processing renaming problems happening after
4194                 last commit
4195
4196 2002-11-27 [colin]      0.8.6claws20
4197
4198         * src/folder.c
4199                 recursive move now deletes src each subfolder after 
4200                 having moved it
4201         * src/folderview.c
4202                 Use identifier instead of path during dnd (enables
4203                 IMAP folder dnd)
4204
4205 2002-11-27 [paul]       0.8.6claws19
4206
4207         * src/main.c
4208                 apply patch that does command-line processing 
4209                 BEFORE gtk_init, allowing claws to run from 
4210                 shell-scripts in non-X environment (e.g. crontab 
4211                 or ip-up, ip-down scripts). Patch submitted by
4212                 Ruslan N. Balkin <baron@dartel.ru>
4213                 
4214         * po/it.po
4215                 updated by Alessandro Maestri
4216
4217 2002-11-27 [paul]       0.8.6claws18
4218
4219         * sync with 0.8.6cvs12
4220           src/prefs_common.c
4221                 Differences are that main uses a 'Receive dialog'
4222                 frame on the Interface tab, whereas claws groups all 
4223                 the dialogs together in a 'Dialogs' frame.
4224
4225 2002-11-27 [colin]      0.8.6claws17
4226
4227         * src/prefs_matcher.c
4228                 Fix Execute criteria's NOT flag
4229
4230
4231 2002-11-26 [christoph]  0.8.6claws16
4232
4233         * src/ssl.c
4234                 rewrite the ssl code a little bit, only use one
4235                 SSL context, set default certificates' file/path
4236
4237 2002-11-26 [thorsten]   0.8.6claws15
4238
4239         * src/compose.c
4240                 default-reply-to didn't work for ml-reply
4241
4242 2002-11-26 [melvin]     0.8.6claws14
4243
4244         * src/prefs_actions.c
4245                 Made pipe-actions ignore short headers in message view
4246                 Made trailing-pipe-actions write in the message view with
4247                 the same font as the original message
4248
4249 2002-11-26 [paul]       0.8.6claws13
4250
4251         * src/compose.c
4252                 this time commit the correct file
4253
4254 2002-11-26 [paul]       0.8.6claws12
4255
4256         * sync with 0.8.6cvs11
4257           src/quote_fmt_parse.y  
4258                 no sync needed
4259           src/account.[ch]       
4260                 not sync'ed
4261           src/compose.c
4262                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
4263                 on draft mode.
4264                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
4265                 header
4266                 
4267         see ChangeLog 2002-11-25 and 2002-11-26
4268
4269 2002-11-26 [colin]      0.8.6claws11
4270
4271         * src/folderview.c
4272                 Fix collapsed folder not auto-expanding during
4273                 mail dnd, if it was the source folder.
4274
4275 2002-11-25 [colin]      0.8.6claws10
4276
4277         * src/folderview.[ch]
4278                 Variable renaming and cleaning (slist of nodes 
4279                 to be re-collapsed is stored in FolderView)
4280
4281 2002-11-25 [paul]       0.8.6claws9
4282
4283         * src/prefs_common.[ch]
4284                 fix breakage caused by last commit
4285
4286 2002-11-25 [paul]       0.8.6claws8
4287
4288         * sync with 0.8.6cvs4
4289                 see ChangeLog 2002-11-21
4290
4291 2002-11-25 [paul]       0.8.6claws7
4292
4293         * sync with 0.8.6cvs4
4294                 see ChangeLog 2002-11-20
4295
4296 2002-11-25 [paul]       0.8.6claws6
4297
4298         * sync with 0.8.6cvs3
4299                 see ChangeLog 2002-11-18
4300
4301 2002-11-25 [colin]      0.8.6claws5
4302
4303         * src/gtkutils.[ch]
4304                 Add gtkut_ctree_node_is_parent()
4305         * src/folderview.c
4306                 Spring-loaded folders
4307
4308 2002-11-25 [colin]      0.8.6claws4
4309
4310         * src/utils.[ch]
4311                 Add slist_concat_unique(), function to merge
4312                 two GSList filtering dups
4313         * src/folder.[ch]
4314         * src/summaryview.[ch]
4315         * src/folderview.c
4316         * src/main.c
4317                 Add detection/update/display of unread answers
4318                 to marked mails
4319         * src/procmsg.[ch]
4320                 Add procmsg_find_children()
4321                 Add procmsg_msg_has_marked_parent()
4322
4323 2002-11-25 [colin]      0.8.6claws3
4324
4325         * src/ssl_certificate.[ch]
4326                 Allow checking a certificate without a DNS
4327                 lookup
4328                 Allow to forget a cert (by deleting it)
4329                 Make ssl_certificate_destroy_public
4330         * src/ssl_manager.[ch] ** NEW FILES **
4331                 Gui to manage (display/remove) certificates
4332         * src/prefs_common.[ch]
4333                 Add a pref to allow silent acceptation of
4334                 trusted certificates or not (based on the
4335                 "I want to know what's going on" principle)
4336         * src/mainwindow.c
4337                 Add SSL manager in Tools menu
4338         * src/Makefile.am
4339                 Add the new files to the build
4340         * po/POTFILES.in
4341                 Add ssl_manager.c to translations
4342
4343 2002-11-25 [colin]      0.8.6claws2
4344
4345         * src/summaryview.[ch]
4346                 Add S_SEARCH_EXTENDED to the quick search, which 
4347                 allows to search using filtering syntax.
4348
4349 2002-11-25 [colin]      0.8.6claws1
4350
4351         * src/summaryview.c
4352                 Deletion of duplicates now prefer deleting
4353                 the unread dup (fixes feature-request 638989).
4354
4355 2002-11-24 [paul]       0.8.6claws
4356
4357         * po/es.po
4358           po/pl.po
4359           po/ru.po
4360           po/sr.po
4361                 updated by Ricardo Mones Lastra,
4362                 Witold Wladyslaw Wojciech Wilk,
4363                 Ruslan N. Balkin, and  Urke MMI 
4364                 respectively
4365
4366 2002-11-24 [paul]       0.8.5claws182
4367
4368         * po/bg.po
4369                 updated by George Danchev
4370
4371 2002-11-23 [alfons]     0.8.5claws181
4372
4373         * src/imap.c
4374                 tiny memory leak found by browsing Dimitar's 
4375                 valgrind report
4376
4377 2002-11-23 [paul]       0.8.5claws180
4378
4379         * po/it.po
4380                 updated by Alessandro Maestri
4381
4382 2002-11-22 [christoph]  0.8.5claws179
4383
4384         * src/compose.c
4385         * src/inc.c
4386         * src/prefs_filtering.c
4387         * src/summaryview.c
4388                 more warning fixes
4389
4390 2002-11-22 [alfons]     0.8.5claws178
4391
4392         * src/summaryview.c
4393                 summary_execute_delete_func(): if message is deleted, make 
4394                 sure to also remove its entry in the subject hash table. 
4395                 fixes a corner case bug.
4396
4397 2002-11-22 [paul]       0.8.5claws177
4398
4399         * .cvsignore
4400                 add 'autom4te.cache'
4401                 
4402         * ltconfig      ** REMOVED **
4403                 not needed
4404
4405 2002-11-22 [paul]       0.8.5claws176
4406
4407         * src/textview.c
4408                 textview_set_font(): fix for message display in
4409                 UTF-8 locales (thanks to Sergey Vlasov).
4410                 
4411         * AUTHORS
4412                 add new team members and contributors
4413
4414
4415 2002-11-21 [colin]      0.8.5claws175
4416
4417         * src/procmsg.[ch]
4418                 Add procmsg_remove_special_headers()
4419         * src/mh.c
4420                 Use procmsg_remove_special_headers() for 
4421                 previous fix
4422
4423 2002-11-21 [colin]      0.8.5claws174
4424
4425         * src/mh.c
4426                 Fix moving/copying from queue/draft folders
4427                 for MH folders
4428
4429 2002-11-21 [christoph]  0.8.5claws173
4430
4431         * src/crash.c
4432         * src/filtering.c
4433         * src/logwindow.c
4434         * src/main.c
4435         * src/matcher_parser_lex.[hl]
4436         * src/mbox.c
4437         * src/mbox_folder.[ch]
4438         * src/prefs_filtering.c
4439         * src/procheader.c
4440         * src/quote_fmt_lex.l
4441         * src/ssl.c
4442                 fix all warnings except the warnings in lex and yacc files
4443
4444 2002-11-20 [christoph]  0.8.5claws172
4445
4446         * src/imap.c
4447                 fix MsgInfo retrieval for IMAP draft and queue folders
4448                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
4449
4450 2002-11-19 [christoph]  0.8.5claws171
4451
4452         * src/compose.c
4453                 fix segfault, when draft saving does not get
4454                 the MsgInfo of the new message
4455                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
4456
4457 2002-11-19 [christoph]  0.8.5claws170
4458
4459         * src/procmsg.c
4460                 add parameter check for flag setting function
4461                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
4462
4463 2002-11-18 [paul]       0.8.5claws169
4464
4465         * src/compose.c
4466                 more sensitivity fixes to redirect mode:
4467                 * disable toolbar draft button
4468                 * allow only Address book in the Tools menu
4469                 * disable editing of message by the spell
4470                   checker
4471
4472 2002-11-18 [paul]       0.8.5claws168
4473
4474         * src/compose.c
4475                 fix sensitivity of menu items in compose_redirect():
4476                 allow only the necessary items 
4477
4478 2002-11-18 [paul]       0.8.5claws167
4479
4480         * src/compose.c
4481                 fix bug [ 603259 ] 'attachment got lost on bounce'
4482
4483 2002-11-18 [paul]       0.8.5claws166
4484
4485         * po/ru.po
4486                 updated by Ruslan N. Balkin <baron@dartel.ru>
4487
4488 2002-11-18 [colin]      0.8.5claws165
4489
4490         * src/main.c
4491           src/defs.h
4492                 Remove old filtering stuff
4493
4494
4495 2002-11-17 [oliver]     0.8.5claws164
4496
4497         * src/toolbar.h
4498                 remove not needed typedef 
4499
4500 2002-11-17 [oliver]     0.8.5claws163
4501
4502         * src/toolbar.c
4503                 make toolbar's on click events translatable
4504
4505 2002-11-15 [colin]      0.8.5claws162
4506
4507         * src/summaryview.c
4508                 Revert too-soon integration of a feature
4509
4510 2002-11-15 [christoph]  0.8.5claws161
4511
4512         * src/imap.c
4513                 use main's implementation of imap_get_msginfo
4514
4515 2002-11-15 [christoph]  0.8.5claws160
4516
4517         * src/compose.c
4518         * src/folder.[ch]
4519         * src/imap.c
4520         * src/mbox_folder.c
4521         * src/mh.c
4522         * src/news.c
4523         * src/procmsg.c
4524         * src/summaryview.c
4525                 replace claws' fetch_msginfo with main's get_msginfo
4526                 (use main's implementation where possible)
4527
4528 2002-11-15 [colin]      0.8.5claws159
4529
4530         * src/ssl_certificate.c
4531                 Missed a check
4532
4533 2002-11-16 [melvin]     0.8.5claws158
4534
4535         * po/fr.po
4536                 Updated French translations.
4537
4538 2002-11-16 [colin]      0.8.5claws157
4539
4540         * src/ssl_certificate.c
4541                 Check for missing parts in the certificates
4542
4543 2002-11-15 [colin]      0.8.5claws156
4544
4545         * src/folderview.c
4546                 Preventive fix (missing check) found by
4547                 Alfons
4548
4549 2002-11-15 [paul]
4550
4551         * NEWS
4552                 sync with 0.8.6 release
4553
4554 2002-11-15 [colin]      0.8.5claws155
4555
4556         * src/folder.[ch]
4557           src/folderview.c
4558                 Fix error handling of folder_item_move_to()
4559                 (thanks to Alfons!)
4560
4561 2002-11-15 [colin]      0.8.5claws154
4562
4563         * src/folder.[ch]
4564           src/folderview.c
4565                 folder_item_move_to() sets an error message instead
4566                 of having GUI stuff in folder.c
4567
4568 2002-11-15 [colin]      0.8.5claws153
4569
4570         * src/procmsg.[ch]
4571                 Implemented a callback for MsgInfo updates, 
4572                 heavily copy/pasted from Christoph's folder 
4573                 callback system
4574         * src/summaryview.[ch]
4575                 Register summary_update_msg as callback
4576
4577 2002-11-14 [colin]      0.8.5claws152
4578         
4579         * src/procmsg.c
4580                 Update the FolderItem after sending (fixes 617593)
4581
4582 2002-11-14 [christoph]  0.8.5claws151
4583
4584         * src/folder.c
4585                 fix wrong position of NULL pointer check found
4586                 by Sergey
4587
4588 2002-11-14 [christoph]  0.8.5claws150
4589
4590         * src/folder.c
4591                 fix segfault when deleting messages from IMAP folders
4592                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
4593
4594 2002-11-14 [colin]      0.8.5claws149
4595
4596         * src/compose.c
4597                 Forwarding was also ignoring the folder's default account.
4598
4599 2002-11-14 [colin]      0.8.5claws148
4600
4601         * src/compose.c
4602                 Fix sent folder not set to folder properties when 
4603                 forwarding.
4604
4605 2002-11-14 [thorsten]   0.8.5claws147
4606
4607         * src/inc.c
4608                 inc_start(): Files were not moved from .processing to inbox,
4609                 if no global processing rule existed
4610
4611 2002-11-14 [colin]      0.8.5claws146
4612
4613         * src/ssl_certificate
4614                 Fix file operations
4615
4616 2002-11-14 [paul]       0.8.5claws145
4617
4618         * po/it.po
4619                 updated by Alessandro Maestri
4620
4621 2002-11-13 [alfons]     0.8.5claws144
4622
4623         * src/folder.c
4624                 folder_item_close(): only mark messages unread
4625                 when a folder has new messages 
4626
4627 2002-11-13 [keith]      0.8.5claws143
4628
4629         * src/imap.c
4630                 Fix problem moving or copying between
4631                 IMAP folders
4632
4633 2002-11-13 [colin]      0.8.5claws142
4634
4635         * src/matcher_parser_parse.y
4636                 Fix rule problem when " don't match
4637
4638 2002-11-13 [christoph]  0.8.5claws141
4639
4640         * src/folder.c
4641         * src/folderview.c
4642                 moved cache saving to folder_item_close
4643                 the folderview should not have to deal with
4644                 this things
4645
4646 2002-11-13 [christoph]  0.8.5claws140
4647
4648         * src/summaryview.c
4649                 moved setting of important score to
4650                 summary_set_prefs_from_folderitem
4651
4652 2002-11-13 [colin]      0.8.5claws139
4653
4654         * src/matcher_parser_parse.y
4655                 Fix a segfault in the parser (happening when
4656                 a good expression had been tested and a bad 
4657                 one arrives)
4658
4659 2002-11-13 [paul]       0.8.5claws138
4660
4661         * sync with 0.8.5cvs24
4662                 see ChangeLog 2002-11-13
4663                 
4664         * po/pt_BR.po
4665                 updated by Fabio Jr. Beneditto
4666
4667 2002-11-13 [colin]      0.8.5claws137
4668         
4669         * src/msgcache.c
4670           src/defs.h
4671           src/procmsg.[ch]
4672                 Revert last commit, problem
4673
4674 2002-11-13 [colin]      0.8.5claws136
4675
4676         * src/msgcache.c
4677                 Remove duplicated code
4678         * src/defs.h
4679                 Bumped CACHE_VERSION and MARK_VERSION
4680         * src/procmsg.[ch]
4681                 Network endian for cache and mark files
4682
4683 2002-11-12 [colin]      0.8.5claws135
4684
4685         * src/inc.c
4686                 Fix the "socket error" dialog which disappeared
4687
4688 2002-11-12 [colin]      0.8.5claws134
4689
4690         * src/msgcache.c
4691                 Reverse last commit which had performance 
4692                 problems, but still reverse the list
4693
4694 2002-11-12 [colin]      0.8.5claws133
4695
4696         * src/msgcache.c
4697                 Reverse list order
4698
4699 2002-11-12 [melvin]     0.8.5claws132
4700
4701         * src/compose.c
4702                 Added a check for a NULL prefs_common.dictionary
4703
4704 2002-11-12 [colin]      0.8.5claws131
4705
4706         * src/ssl_certificate.[ch]
4707                 Use FQDN hostname
4708
4709 2002-11-12 [colin]      0.8.5claws130
4710
4711         * src/ssl_certificate.[ch]
4712                 Take connection port into account for 
4713                 checking certificates (a single hostname
4714                 could have multiple servers with multiple
4715                 certificates)
4716         * src/ssl.c
4717                 Pass the port to ssl_certificate_check
4718
4719 2002-11-12 [paul]       0.8.5claws129
4720
4721         * src/folder.c
4722                 fix a typo in last commit
4723
4724 2002-11-12 [paul]       0.8.5claws128
4725
4726         * sync with 0.8.5cvs23
4727                 see ChangeLog entry 2002-11-12
4728
4729 2002-11-11 [colin]      0.8.5claws127
4730
4731         * src/ssl_certificate.c
4732                 Cleaner messages
4733                 Don't popup, instead log error, if the 
4734                 corresponding pref is checked
4735         * src/ssl_certificate.h
4736                 include <openssl/objects/h>
4737
4738 2002-11-11 [colin]      0.8.5claws126
4739
4740         * src/ssl_certificate.h
4741                 _Really_ clean it
4742
4743 2002-11-11 [colin]      0.8.5claws125
4744         
4745         * src/ssl_certificate.c
4746                 Fixed leak
4747
4748 2002-11-11 [colin]      0.8.5claws124
4749
4750         * src/ssl.c
4751                 Cleaned a bit
4752         * src/ssl_certificate.[ch]
4753                 Cleaned a bit (better use of SSL API)
4754                 (This will cause non-recognition of saved 
4755                  certificates of claws12[23]...)
4756
4757 2002-11-11 [paul]       0.8.5claws123
4758         
4759         * po/es.po
4760                 updated by Ricardo Mones Lastra
4761
4762 2002-11-11 [colin]      0.8.5claws122
4763
4764         * src/ssl.c
4765                 Fix a typo
4766
4767 2002-11-11 [colin]      0.8.5claws121
4768
4769         * src/ssl_certificate.[ch] ** NEW FILES **
4770         * src/ssl.[ch]
4771                 Check SSL certificates presented to us
4772         * src/Makefile.am
4773                 Add ssl_certificate.[ch]
4774         * po/POTFILES.in
4775                 Add ssl_certificate.c
4776
4777 2002-11-11 [paul]       0.8.5claws120
4778
4779         * sync with 0.8.5cvs22
4780                 see ChangeLog 2002-11-11
4781
4782 2002-11-11 [paul]       0.8.5claws119
4783
4784         * sync with 0.8.5cvs21
4785                 see ChangeLog 2002-11-11
4786
4787 2002-11-10 [jens]       0.8.5claws118
4788
4789         * src/folder.c
4790         * src/folderview.c
4791                 corrected some typing
4792         * po/de.po
4793                 updated german translation
4794         * sylpheed.spec.in
4795                 cleaned up specfile and adjusted it for claws
4796
4797 2002-11-10 [colin]      0.8.5claws117
4798
4799         * src/summaryview.c
4800                 a STATUSBAR_PUSH/POP fix
4801
4802 2002-11-10 [colin]      0.8.5claws116
4803
4804         * src/prefs_folder_item.c
4805                 Fix hanging after opening folder properties
4806
4807 2002-11-10 [hoa]        0.8.5claws115
4808
4809         * src/matcher_parser_lex.l
4810         * src/matcher_parser_parse.y
4811                 config file for scoring and filtering is no more trashed
4812                 when there is a syntax error in a filtering rule when
4813                 editing it in a dialog.
4814
4815 2002-11-09 [colin]      0.8.5claws114
4816
4817         * src/mbox_folder.c
4818                 Added missing initialisation of folder->destroy()
4819
4820 2002-11-09 [colin]      0.8.5claws113
4821
4822         * src/folder.c
4823           src/folderview.c
4824                 Fix the status bar messages
4825
4826 2002-11-09 [colin]      0.8.5claws112
4827
4828         * src/folderview.c
4829                 Fix hangs after folder dnd, happening after 
4830                 claws109.
4831
4832 2002-11-09 [christoph]  0.8.5claws111
4833
4834         * src/folderview.c
4835                 just changed order of calls (reverse order of
4836                 associated calls)
4837         * src/inc.c
4838                 lock inc when checking only one account, otherwise
4839                 inc all could be executed at the same time
4840
4841 2002-11-09 [christoph]  0.8.5claws110
4842
4843         * src/folderview.c
4844                 better unlock the mouse cursor before calling
4845                 summary_show because it changes the cursor too
4846
4847 2002-11-09 [christoph]  0.8.5claws109
4848
4849         * src/folder.[ch]
4850         * src/folderview.c
4851                 add functions to open and close a folder
4852                 o opending will execute scanning for remote folders
4853                   and processing
4854                 o closing will unset new flag for messages
4855
4856 2002-11-09 [colin]      0.8.5claws108
4857
4858         * src/folder.c
4859                 Add a call to prefs_matcher_write_config to 
4860                 avoid non-leaf folders filtering settings to be
4861                 lost
4862
4863 2002-11-09 [paul]       0.8.5claws107
4864
4865         * src/prefs_account.c
4866                 re-word a label
4867
4868 2002-11-09 [colin]      0.8.5claws106
4869
4870         * src/folderview.c
4871                 Minor esthetic fix
4872
4873 2002-11-09 [colin]      0.8.5claws105
4874
4875         * src/folderview.c
4876                 Fix prefs_filtering deletion for MH folders (same
4877                 reason as below)
4878         * src/prefs_filtering.c
4879                 Fix prefs_filtering renaming and deletion for 
4880                 folder-based processing rules.  
4881
4882 2002-11-09 [christoph]  0.8.5claws104
4883
4884         * src/compose.c
4885         * src/folder.[ch]
4886         * src/folderview.[ch]
4887         * src/import.c
4888         * src/inc.c
4889         * src/main.c
4890         * src/mainwindow.c
4891         * src/messageview.c
4892         * src/prefs_folder_item.c
4893         * src/procmsg.c
4894         * src/summaryview.c
4895                 implement a callback system for folder item updates
4896
4897 2002-11-09 [colin]      0.8.5claws103
4898
4899         * src/folderview.c
4900                 Fix prefs_filtering renaming for MH folders (we
4901                 shouldn't rename by path as another folder could
4902                 have the same hierarchy).
4903
4904 2002-11-09 [colin]      0.8.5claws102
4905
4906         * src/folder.c
4907                 Fix a leak found by Christoph, use better variable
4908                 names
4909
4910 2002-11-09 [colin]      0.8.5claws101
4911
4912         * src/folder.c
4913                 One more fix for processing rules
4914
4915 2002-11-08 [colin]      0.8.5claws100
4916         
4917         * src/matcher.c
4918                 Don't copy the compiled regexp (will be reevaluated)
4919         * src/folderview.c
4920                 Lock folderview while moving
4921         * src/folder.c
4922                 Provide info on what's happening to the user
4923
4924 2002-11-08 [colin]      0.8.5claws99
4925
4926         * src/folderview.c
4927                 Fix folder reordering after a move if parent is 
4928                 root
4929         * src/scoring.[ch]
4930                 Add function to copy a ScoringProp
4931         * src/prefs_folder_item.c
4932                 Copy scoring rules when copying a folder prefs
4933
4934 2002-11-08 [colin]      0.8.5claws98
4935
4936         * src/folderview.c
4937                 Fixes in case of failure
4938         * src/filtering.[ch]    
4939                 Add function to duplicate a FilteringProp
4940         * src/matcher.[ch]
4941                 Add function to duplicate a MatcherProp
4942         * src/prefs_folder_item.c
4943                 Save folder's processing rules when copying 
4944                 its prefs
4945
4946 2002-11-08 [colin]      0.8.5claws97
4947         
4948         * src/folderview.c
4949                 Sort after move
4950         * src/folder.c 
4951                 Change a printf to debug_print
4952
4953 2002-11-08 [colin]      0.8.5claws96
4954
4955         * src/folder.c
4956           src/folderview.c
4957                 Fix segfaults, call me stupido
4958         
4959
4960 2002-11-08 [colin]      0.8.5claws95
4961
4962         *src/folder.c
4963                 Added forgotten prefs to save when moving folders
4964
4965 2002-11-08 [colin]      0.8.5claws94
4966
4967         * src/folder.c
4968                 Fixes to folder DND (prefs copy)
4969         * src/folderview.c
4970                 Optimization for folder DND (don't rescan whole tree)
4971                 Added folderview_create_folder_node() for this 
4972                 optimization, so de-duped a bit the code
4973         * src/prefs_folder_item.[ch]
4974                 Added prefs_folder_item_copy_prefs()    
4975           
4976 2002-11-08 [paul]       0.8.5claws93
4977
4978         * src/prefs_account.c
4979           tools/README
4980           tools/kmail2sylpheed_v2.pl
4981                 correct some typos
4982
4983 2002-11-08 [paul]       0.8.5claws92
4984
4985         * src/compose.c
4986           src/prefs_account.[ch]
4987                 remove account options 'clearsign' and 'ascii_armored',
4988                 replace with 'default_gnupg_mode' to prevent mixed-mode
4989                 Privacy settings
4990
4991 2002-11-08 [paul]       0.8.5claws91
4992
4993         * src/compose.[ch]
4994                 re-implement GnuPG 'on-the-fly' mode selection,
4995                 disallow mixed-mode
4996
4997 2002-11-08 [colin]      0.8.5claws90
4998
4999         * src/folderview.c
5000           src/prefs_folder_item.c
5001                 Change "Property" to "Properties"
5002
5003 2002-11-07 [colin]      0.8.5claws89
5004
5005         * src/folderview.c
5006           src/folder.c
5007                 Allow folder dropping to a root folder
5008
5009 2002-11-07 [paul]       0.8.5claws88
5010
5011         * src/compose.c
5012                 revert last commit
5013
5014 2002-11-07 [paul]       0.8.5claws87
5015
5016         * src/compose.c
5017                 fix reply-to-list bug. closes bug report
5018                 "[633382] reply-to-list broken in recent cvs"
5019
5020 2002-11-07 [paul]       0.8.5claws86
5021
5022         * src/compose.c
5023                 add a forgotten '#if USE_GPGME ... #endif'
5024
5025 2002-11-07 [paul]       0.8.5claws85
5026
5027         * sync with 0.8.5cvs20
5028                 see ChangeLog 2002-11-07
5029
5030 2002-11-07 [colin]      0.8.5claws84
5031
5032         * src/folder.[ch]
5033                 Change folder_item_move_to to return the newly 
5034                 created folderitem.
5035         * src/folderview.c
5036                 Select the new folderitem after moving.
5037
5038 2002-11-07 [colin]      0.8.5claws83
5039
5040         * src/prefs_filtering.c
5041                 Fix rule rewriting when moving a leaf folder to a 
5042                 shorter path
5043
5044 2002-11-07 [colin]      0.8.5claws82
5045
5046         * src/prefs_filtering.c
5047                 fix a leak
5048
5049 2002-11-07 [colin]      0.8.5claws81
5050
5051         * src/folder.[ch]
5052                 Add folder_item_move_to() function to move a 
5053                 folderitem into another one (updates matcher etc)
5054         * src/folderview.c
5055                 Add folder drag'n drop (context menu to come)
5056                 [Should be dataloss free, but Please backup before 
5057                  trying !]
5058
5059 2002-11-06 [colin]      0.8.5claws80
5060
5061         * src/mh.c
5062                 mh_create_folder() returns NULL if can't create
5063                 directory hierarchy
5064
5065 2002-11-06 [paul]       0.8.5claws79
5066
5067         * src/compose.[ch]
5068                 allow 'on-the-fly' changing of the type of encryption 
5069                 and/or signing used (mime/ascii) via the compose window
5070
5071 2002-11-06 [paul]       0.8.5claws78
5072
5073         * sync with 0.8.5cvs19
5074                 see ChangeLog 2002-11-06 for src/account.c: 
5075                 account_get_special_folder()
5076                 
5077 2002-11-05 [alfons]     0.8.5claws77
5078
5079         * src/crash.c
5080                 very minor cleanups: nothing to see here, move on. :-)
5081
5082 2002-11-05 [colin]      0.8.5claws76
5083
5084         * src/main.c
5085                 Changes choices if compose windows are opened to
5086                 Discard, Draft, Don't quit
5087
5088 2002-11-05 [thorsten]   0.8.5claws75
5089
5090         * src/compose.c
5091                 reenabled default_reply_to folder option
5092
5093 2002-11-05 [colin]      0.8.5claws74
5094
5095         * src/compose.[ch] 
5096                 add compose_draft()
5097         * src/crash.c
5098                 add SIGTERM handler
5099         * src/main.[ch]
5100                 add clean_quit() for the SIGTERM handler
5101
5102 2002-11-05 [paul]       0.8.5claws73
5103         
5104         * po/es.po
5105                 updated by Ricardo Mones Lastra
5106
5107 2002-11-05 [melvin]     0.8.5claws72
5108
5109         * src/logwindow.c
5110                 Fixed log-clipping bug #616795.
5111                 To stop logging in the log window use 0 length.
5112         * src/prefs_common.c
5113                 Added a label to inform about the 0 log length behaviour.
5114
5115 2002-11-05 [paul]       0.8.5claws71
5116
5117         * sync with 0.8.5cvs17
5118                 see ChangeLog 2002-11-05
5119
5120 2002-11-04 [paul]       0.8.5claws70
5121
5122         * sylpheed-128x128.png
5123           sylpheed-64x64.png
5124           sylpheed.png
5125                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
5126                 <nikai@users.sourceforge.net>
5127                 
5128         * po/bg.po
5129                 updated by George Danchev
5130
5131 2002-11-03 [thorsten]   0.8.5claws69
5132
5133         * src/main.c
5134           src/mimeview.c
5135           src/rfc2015.h
5136                 add check if gpg is active
5137
5138 2002-11-03 [thorsten]   0.8.5claws68
5139
5140         * src/toolbar.h
5141                 removed GSList declaration causing trouble on MacOS-X
5142                 (submitted by alfons, reported by xfesty)
5143
5144 2002-11-01 [paul]       0.8.5claws67
5145
5146         * src/mainwindow.c
5147                 remove last remnants of main's filter code
5148
5149 2002-11-01 [paul]       0.8.5claws66
5150
5151         * tools/filter_conv.pl
5152                 fix bug where user-defined headers were ignored
5153
5154 2002-11-01 [paul]       0.8.5claws65
5155
5156         * src/logwindow.c
5157                 make a debug_print() not translatable
5158
5159 2002-10-31 [melvin]     0.8.5claws64
5160
5161         * ac/aspell.m4
5162                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
5163                 not run any GNU/aspell test.  The dictionary path will
5164                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
5165                 was given, in which case, it will be $prefix/lib/aspell/
5166         * configure.in
5167                 Fixed typo in commentary (Aspell code).
5168
5169 2002-10-31 [paul]       0.8.5claws63
5170
5171         * po/POTFILES.in
5172                 remove src/filter.c and src/prefs_filter.c
5173                 thanks to Ricardo for reminding me
5174
5175 2002-10-31 [colin]      0.8.5claws62
5176
5177         * src/mbox_folder.c
5178                 Plug some leaks
5179
5180 2002-10-31 [paul]       0.8.5claws61
5181
5182         * src/prefs_filter.[ch] ** REMOVED **
5183           src/filter.[ch]       ** REMOVED **
5184           
5185         * src/Makefile.am
5186           src/folderview.c
5187           src/inc.c
5188           src/main.c
5189           src/mainwindow.c
5190           src/mbox.c
5191           src/prefs_common.c
5192           src/prefs_filtering.c
5193           src/summaryview.[ch]
5194                 remove main's 'filter' code
5195                 
5196         README.claws
5197                 update to reflect removal of main's filter
5198
5199 2002-10-31 [paul]       0.8.5claws60
5200
5201         * src/summaryview.c
5202                 remove check for global_processing in summary_filter_open(). 
5203                 This fixes the bug where if the user uses the right-click 
5204                 'Create filter rule...' and doesn't have any filter rules 
5205                 already defined in claws' advanced filtering, the newly 
5206                 created filter rule goes to main's filtering which is 
5207                 inaccessible through the gui. Now the filter rule gets added
5208                 to claws' filtering by default.
5209
5210 2002-10-28 [melvin]     0.8.5claws59
5211
5212         * src/prefs_actions.c
5213                 Fixed bug #627322 where MIME parts were not always
5214                 correctly passed to a %p action
5215                 Display an error dialog when message filename is not found.
5216
5217 2002-10-28 [melvin]     0.8.5claws58
5218
5219         * src/prefs_common.c
5220                 Readded a missing function declaration lost in 0.8.3claws34
5221
5222 2002-10-28 [paul]       0.8.5claws57
5223
5224         * sync with 0.8.5cvs15
5225                 see ChangeLog 2002-10-28 and 2002-10-25
5226                 
5227         Note: ChangeLog entry 2002-10-24 is not sync'ed.
5228
5229 2002-10-27 [oliver]     0.8.5claws56
5230
5231         * src/pop.c
5232                 plug leak in pop3_top_recv
5233
5234 2002-10-26 [christoph]  0.8.5claws55
5235
5236         * src/folder.c
5237                 set need_update folder flag when messages are added
5238                 (closes bug [ 626922 ] folder not updated after receiving)
5239
5240 2002-10-25 [melvin]     0.8.5claws54
5241
5242         * src/imageview.c
5243                 Fixed a memleak introduced in the scaling code.
5244
5245 2002-10-24 [alfons]     0.8.5claws53
5246
5247         * src/filtering.c
5248                 make filtering's forward message action forward from the 
5249                 correct account
5250                 (closes bug [628089 ] Filter -> Forward from address problem
5251                 reported by Oktay)
5252
5253 2002-10-24 [christoph]  0.8.5claws52
5254
5255         * src/mainwindow.c
5256         * src/manual.[ch]
5257                 o use manual of current locale or english if current
5258                   locale is not available (and english is available)
5259                 o also link to sylpheed doc project manuals
5260
5261 2002-10-23 [paul]       0.8.5claws51
5262
5263         * tools/README
5264           tools/kmail2sylpheed_v2.pl
5265                 add new version of kmail addressbook importer script.
5266                 works with newer versions of Kmail/KAddressBook which
5267                 have new and rearranged data.
5268
5269 2002-10-23 [martin]     0.8.5claws50
5270
5271         * src/folderview.c
5272         * src/summaryview.c
5273         * src/utils.h
5274         * src/utils.c
5275                 added length parameter to get_abbrev_newsgroup_name()
5276                 changed this function so that it abbreviates the newsgroup
5277                 names only so long it is smaller than the length parameter
5278                 (for better reading of some newsgroup names and space efficiency)
5279
5280 2002-10-22 [colin]      0.8.5claws49
5281
5282         *src/foldersel.c
5283                 Revert Alfons' last modification (after voting ;-))
5284
5285 2002-10-21 [alfons]     0.8.5claws48
5286
5287         * src/foldersel.c
5288                 folder view in folder selection dialog reflects state of
5289                 folder view in main window
5290
5291 2002-10-18 [alfons]     0.8.5claws47
5292
5293         * src/mbox.c
5294                 drop imported messages in folder selected by user,
5295                 and not in the inbox
5296                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
5297
5298 2002-10-18 [alfons]     0.8.5claws46
5299
5300         * src/compose.c
5301                 make automagic reply work correctly for email accounts 
5302                 (whether it's viable to do a full sync with Hiro's 
5303                 compose.c is still under discussion)
5304
5305 2002-10-18 [melvin]     0.8.5claws45
5306
5307         * src/prefs_actions.c
5308                 Fixed bug #622275 where asynchroneous actions left 
5309                 zombies processes
5310                 Made (synchroneous) actions' input be displayed live.
5311
5312 2002-10-18 [christoph]  0.8.5claws44
5313
5314         * src/textview.c
5315                 don't add a newline in the textview in front of the
5316                 first textpart if header display is disabled
5317                 (closes bug [ 603385 ] disabled header display leaves blank
5318                  lin)
5319
5320 2002-10-18 [christoph]  0.8.5claws43
5321
5322         * src/folder.[ch]
5323         * src/imap.c
5324         * src/mbox_folder.c
5325         * src/mh.c
5326         * src/news.c
5327                 folder->get_num_list now returns an error code
5328                 (closes bug [ 609424 ] News cache cleared on failure)
5329                 
5330 2002-10-17 [colin]      0.8.5claws42
5331         
5332         * src/news.c
5333                 Changed a printf by debug_print
5334
5335 2002-10-16 [paul]       
5336
5337         * tools/OOo2sylpheed.pl
5338                 allow for spaces in the name of the
5339                 file to be attached.
5340
5341 2002-10-16 [colin]      0.8.5claws41
5342
5343         * src/main.c
5344                 Use a tristate to change online mode
5345
5346 2002-10-16 [paul]       0.8.5claws40
5347
5348         * po/es.po
5349                 updated by Ricardo Mones Lastra
5350
5351 2002-10-16 [colin]      0.8.5claws39
5352
5353         * src/main.c
5354           src/mainwindow.[ch]
5355                 Added --online and --offline command-line
5356                 switches
5357
5358 2002-10-15 [christoph]  0.8.5claws38
5359
5360         * src/procmime.c
5361                 set mimeinfo->name to NULL after g_free to
5362                 avoid double freeing with g_free
5363
5364 2002-10-14 [christoph]  0.8.5claws37
5365
5366         * src/compose.c
5367         * src/filtering.c
5368         * src/summaryview.c
5369                 remove calls to folder->change_flags that are now
5370                 done by procmsg flag functions (seems it is not
5371                 used by any foldertype anyway)
5372         * src/folder.c
5373                 init folder->change_flags with NULL
5374
5375 2002-10-14 [christoph]  0.8.5claws36
5376
5377         * src/folder.[ch]
5378         * src/imap.[ch]
5379                 use virtual functions for folder item new and destroy
5380                 functions
5381
5382 2002-10-14 [melvin]     0.8.5claws35
5383
5384         * src/compose.c
5385                 Added a test to not run the spell checker if no default
5386                 dictionary is available. No dialog is displayed though.
5387
5388 2002-10-14 [melvin]     0.8.5claws34
5389
5390         * src/gtkaspell.c
5391                 Fixed bug in dictionary list context menu where
5392                 "More..." pointed to an emtpy submenu if the
5393                 number of dictionaries is a multiple of 15
5394                 Removed unneeded code in suggestions list creation
5395
5396 2002-10-14 [paul]       0.8.5claws33
5397
5398         * po/bg.po
5399                 updated by George Danchev
5400
5401 2002-10-13 [hoa]        0.8.5claws32
5402
5403         * src/matcher.[ch]
5404           src/matcher_parser_parser.y
5405                 removed the escaped string from internal structure
5406                 of matcher.
5407
5408 2002-10-12 [colin]      0.8.5claws31
5409
5410         * src/gtksctree.[ch]
5411           src/summaryview.c
5412                 Removed useless function gtksctree_reanchor
5413
5414 2002-10-12 [alfons]     0.8.5claws30
5415         
5416         * sync with remaining main changes 2002-10-09 - 2002-10-11
5417         - drop changes to src/compose.c (requires claws specific changes)
5418         
5419 2002-10-12 [alfons]     0.8.5claws29
5420         
5421         * sync with main changes of 2002-10-08
5422         - drop changes to src/compose.c (requires claws specific changes)
5423         - drop changes to src/summaryview.c (requires changes to compose.c)     
5424
5425 2002-10-12 [alfons]     0.8.5claws28
5426         
5427         * sync with main changes of 2002-10-07
5428
5429 2002-10-12 [alfons]     0.8.5claws27
5430
5431         * sync with main changes of 2002-10-04
5432         - drop changes to src/compose.c (requires claws specific changes)
5433         - drop changes to src/prefs_folder_item.c (claws implementation
5434           seems to be working)
5435
5436 2002-10-12 [colin]      0.8.5claws26
5437
5438         * src/mainwindow.c
5439                 Fix folder-flicker when space-reading, introduced 
5440                 in claws22.
5441
5442 2002-10-12 [colin]      0.8.5claws25
5443
5444         * src/compose.c
5445                 Save account address when saving as draft.
5446                 (closes bug 621838)
5447
5448 2002-10-12 [colin]      0.8.5claws24
5449
5450         * src/summaryview.c
5451                 Fix the problem consisting of no message selected
5452                 after the last message in a folder has been moved.
5453
5454 2002-10-12 [paul]       0.8.5claws23
5455
5456         * src/compose.c
5457           src/prefs_template.c
5458           src/template.[ch]
5459                 add Cc and Bcc to templates. Patch submitted by
5460                 John L. Males.
5461
5462 2002-10-12 [colin]      0.8.5claws22
5463
5464         * src/folderview.c
5465                 Fix a bug after "Check for new messages":
5466                 If a folder was opened, it was still selected at
5467                 the end of the check, but displayed empty.
5468         * src/mainwindow.c
5469                 Remove unnecessary check
5470
5471 2002-10-12 [paul]
5472
5473         * tools/README
5474                 be more verbose in the description of
5475                 OOo2sylpheed.pl
5476                 
5477
5478 2002-10-11 [colin]      0.8.5claws21
5479
5480         * src/mainwindow.c
5481                 Make space work (better) when no mail is selected
5482
5483 2002-10-11 [colin]      0.8.5claws20
5484
5485         * src/inc.c
5486           src/news.c
5487                 fix warnings
5488
5489 2002-10-11 [colin]      0.8.5claws19
5490
5491         * src/mainwindow.c
5492                 revert 0.8.5claws6 changes as i couldn't get to
5493                 anything satisfying
5494
5495 2002-10-11 [melvin]     0.8.5claws18
5496
5497         * src/compose.c
5498                 Removed buggy and unused macro (should have been committed in
5499                 0.8.5claws17)
5500
5501 2002-10-11 [melvin]     0.8.5claws17
5502
5503         * src/compose.c
5504                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
5505
5506 2002-10-11 [thorsten]   0.8.5claws16 
5507
5508         * src/folderview.c
5509                 remove rescan warning
5510
5511 2002-10-11 [colin]      0.8.5claws15 
5512
5513         * src/procheader.c
5514                 fix a segfault that happens if conv_unmime_header
5515                 fails (should be better to find out why it fails)
5516
5517 2002-10-11 [christoph]  0.8.5claws14
5518
5519         * src/summaryview.c
5520                 update folderview stats after ignore/unignore thread
5521
5522 2002-10-11 [hoa]        0.8.5claws13
5523
5524         * src/quote_fmt_parse.y
5525                 Fixed a yacc/bison syntax error
5526         * src/matcher.c
5527                 Escaping of string is fixed.
5528
5529 2002-10-11 [colin]      0.8.5claws12
5530
5531         * src/imageview.c
5532                 Resize images to fit
5533
5534 2002-10-11 [paul]       0.8.5claws11
5535
5536         * po/es.po
5537                 updated by Ricardo Mones Lastra
5538
5539 2002-10-10 [alfons]     0.8.5claws10
5540
5541         * src/compose.c
5542                 allow dropping files by "moving" files from a file manager,
5543                 not only by the more cumbersome "copying". the latter 
5544                 mostly implies holding down the Control button
5545
5546 2002-10-10 [christoph]  0.8.5claws9
5547
5548         * src/summaryview.c
5549                 update folders after thread building for ignored threads
5550
5551 2002-10-10 [christoph]  0.8.5claws8
5552
5553         * config/.cvsignore
5554                 added Makefile
5555         * src/filtering.[ch]
5556         * src/folder.[ch]
5557         * src/folderview.[ch]
5558         * src/import.c
5559         * src/inc.[ch]
5560         * src/mbox.[ch]
5561         * src/procmsg.c
5562         * src/summaryview.[ch]
5563                 o added new flag need_update to FolderItem
5564                 o removed folder_table from various functions from tracking
5565                   folder updates
5566                 o set need_update flags in folder.c's move, copy and delete
5567                   functions and procmsg's flags functions
5568                 o added function folderview_update_items_when_required that
5569                   updates all folders with need_update set
5570                 o call folderview_update_items_when_required instead of
5571                   folderview_update_item_foreach
5572
5573 2002-10-09 [sergey]     0.8.5claws7
5574
5575         * src/compose.c
5576                 Strip CRs whel loading the text into editor in reedit mode.
5577
5578 2002-10-09 [colin]      0.8.5claws6
5579
5580         * src/mainwindow.c
5581                 Make Space work when no mail is selected
5582
5583 2002-10-09 [colin]      0.8.5claws5
5584
5585         * src/gtksctree.[ch]
5586                 Fix range_select
5587                 Add gtk_sctree_reanchor() 
5588         * src/summaryview.c
5589                 Use gtk_sctree_reanchor() - better fix for 
5590                 bug 60413
5591
5592 2002-10-09 [colin]      0.8.5claws4
5593
5594         * src/summaryview.c
5595                 Fix shift-click select after delete problem
5596                 (closes bug 60413)
5597
5598 2002-10-08 [thorsten]   0.8.5claws3
5599
5600         * src/summaryview.c
5601                 exclude current msg from -hide read messages-
5602
5603 2002-10-08 [colin]      0.8.5claws2
5604
5605         * src/inc.[ch]
5606           src/pop.c
5607           src/recv.c
5608                 Differentiate socket errors from disk full
5609                 errors
5610
5611 2002-10-08 [christoph]  0.8.5claws1
5612
5613         * Makefile.am
5614         * configure.in
5615                 modifications for new config directory
5616
5617         * config.guess  ** REMOVED **
5618         * config.sub    ** REMOVED **
5619         * install-sh    ** REMOVED **
5620         * ltmain.sh     ** REMOVED **
5621         * missing       ** REMOVED **
5622         * mkinstalldirs ** REMOVED **
5623                 these files are autogenerated by automake
5624                 when you run autogen.sh
5625
5626         * config/.cvsignore     ** NEW FILE **
5627         * config/Makefile.am    ** NEW FILE **
5628                 ignore autogenerated files
5629                 create a Makefile in this directory
5630
5631 2002-10-08 [paul]       0.8.5claws
5632
5633         * 0.8.5claws release
5634         
5635         * src/compose.c
5636           src/procheader.c
5637           src/procmsg.c
5638                 fix quote reply format for newsgroups reply bug
5639                 (thanks to Hoa)
5640                 
5641         * po/en_GB.po
5642           po/pl.po
5643                 updated by me and Witold Wladyslaw Wojciech Wilk
5644                 repectively
5645
5646 2002-10-07 [paul]       0.8.3claws53
5647
5648         * po/it.po
5649           po/pt_BR.po
5650           po/sr.po
5651                 updated messages catalogs, submitted by
5652                 Alessandro Maestri, Fabio Jr.Beneditto 
5653                 and Urke MMI, respectively.
5654
5655 2002-10-07 [christoph]  0.8.3claws52
5656
5657         * src/folder.[ch]
5658         * src/folderview.c
5659         * src/mainwindow.c
5660                 fix new folder ghost message bug
5661                 (closes bug [ 619722 ] wrong count for newly created folders)
5662
5663 2002-10-07 [christoph]  0.8.3claws51
5664
5665         * src/compose.c
5666                 fix news posting problem
5667
5668 2002-10-07 [melvin]     0.8.3claws50
5669
5670         * po/fr.po
5671                 Updated French translation
5672
5673 2002-10-05 [christoph]  0.8.3claws49
5674
5675         * src/gtkstext.c
5676                 check if line_start_cache is set in gtk_stext_update_text
5677                 (closes bug [ 618119 ] crash while doing search in folder)
5678
5679 2002-10-05 [christoph]  0.8.3claws48
5680
5681         * src/imap.c
5682         * src/news.c
5683         * src/utils.c
5684         * src/utils.h
5685                 implement cache cleanups for claws' folder system
5686                 (closes bug [ 595916 ] imapcache not cleaned up)
5687
5688 2002-10-05 [melvin]     0.8.3claws47
5689
5690         * src/prefs_actions.c
5691                 Made the help text more clear for the %p token
5692
5693 2002-10-04 [paul]       0.8.3claws46
5694
5695         * sync with 0.8.5
5696                 see ChangeLog 2002-10-02 and 2002-10-03
5697
5698 2002-10-04 [christoph]  0.8.3claws45
5699
5700         * src/inc.c
5701                 fix segfault caused by pop before smtp
5702                 call to inc_account_mail with NULL
5703                 pointer for mainwin
5704
5705 2002-10-04 [paul]       0.8.3claws44
5706
5707         * configure.in
5708                 sync the LDAP detection from 0.8.5cvs1
5709
5710 2002-10-02 [christoph]  0.8.3claws43
5711
5712         * po/de.po
5713                 fix small spelling error
5714
5715 2002-10-02 [melvin]     0.8.3claws42
5716
5717         * ac/aspell.m4
5718                 Behave better and say "no" when test program cannot be run.
5719
5720 2002-10-02 [paul]       0.8.3claws41
5721
5722         * sync with 0.8.4cvs1
5723                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
5724                 
5725         * src/summaryview.c
5726                 toggle the behavior of Reply menuitem between
5727                 normal reply and reply-to-list
5728
5729 2002-10-01 [sergey]     0.8.3claws40
5730
5731         * src/compose.c
5732                 Convert newlines in the message text to the canonical form
5733                 before base64 encoding (RFC2045 compliance, fixes some
5734                 interoperability issues with Evolution 1.0.3)
5735
5736 2002-09-29 [colin]      0.8.3claws39
5737
5738         * src/summaryview.c
5739                 Fix an unwanted copy/paste
5740
5741 2002-09-29 [colin]      0.8.3claws38
5742
5743         * src/mainwindow.c
5744                 Renamed "Custom toolbar" to "Customize toolbar"
5745                 Renamed "Show all header" to "Show all headers"
5746                 Renamed "Set diplay item" to "Set displayed items"
5747         * src/prefs_common.c
5748                 Renamed "Show all header" to "Show all headers"
5749         * src/prefs_summary_column.c
5750                 Renamed "diplay item" to "displayed items"
5751
5752 2002-09-29 [colin]      0.8.3claws37
5753
5754         * src/mainwindow.[ch]
5755                 online/offline status pixmaps follow theme
5756                 changes
5757         * src/summaryview.[ch]
5758                 quicksearch pixmap follows theme changes
5759
5760 2002-09-29 [thorsten]   0.8.3claws36
5761
5762         * src/compose.c
5763           src/prefs_folder_item.[ch]
5764                 add default_reply_to folder option (closes patch 581044)
5765
5766 2002-09-29 [christoph]  0.8.3claws35
5767
5768         * acconfig.h    ** REMOVED **
5769         * configure.in
5770         * ac/aspell.m4
5771         * ac/check-type.m4
5772         * ac/gnupg-check-typedef.m4
5773                 fix autoheader 2.50 warning
5774
5775 2002-09-29 [christoph]  0.8.3claws34
5776
5777         * major code cleanup (part 2)
5778         
5779                 - unused variables removed
5780                 - unused functions removed
5781                 - uninitialized variables checked
5782                 - missing return statements added
5783                 - missing function return types added
5784                 - added parentheses around assignment
5785                   when suggested by gcc
5786
5787 2002-09-29 [alfons]     0.8.3claws33
5788
5789         * src/logwindow.c
5790                 log_window_clear(): only bracket gtk_text_forward_delete() 
5791                 with gtk_text_freeze() / gtk_text_thaw() (see if this
5792                 works around GTK text bug)
5793
5794 2002-09-29 [paul]       0.8.3claws32
5795
5796         * po/bg.po
5797           po/sr.po
5798                 updated by George Danchev and Urke MMI
5799                 respectively
5800
5801 2002-09-27 [christoph]  0.8.3claws31
5802
5803         * doc-src/readme.txt
5804         * doc-src/rfc1806.txt   ** REMOVED **
5805         * doc-src/rfc2183.txt   ** NEW FILE **
5806         * doc-src/rfc2980.txt   ** NEW FILE **
5807                 update rfcs
5808
5809 2002-09-27 [melvin]     0.8.3claws30
5810
5811         * ac/aspell.m4
5812                 Fixed typo which could break linking
5813
5814 2002-09-27 [melvin]     0.8.3claws29
5815
5816         * ac/aspell.m4
5817                 Improved GNU/aspell checking. 
5818                 Fixed bug #614490
5819
5820 2002-09-27 [paul]       0.8.3claws28
5821
5822         * sync with 0.8.3cvs8
5823                 see ChangeLog 2002-09-27
5824
5825 2002-09-26 [colin]      0.8.3claws27
5826
5827         * src/toolbar.[ch]
5828           src/mainwindow.[ch]
5829                 Add "Reply to Mailing-list" to the toolbar
5830
5831 2002-09-26 [christoph]  0.8.3claws26
5832
5833         * src/summaryview.c
5834                 Fix wrong message counts in summaryview status
5835
5836 2002-09-26 [paul]       0.8.3claws25
5837
5838         * sync with 0.8.3cvs7
5839                 see ChangeLog 2002-09-26
5840
5841 2002-09-26 [paul]       0.8.3claws24
5842
5843         * sync with 0.8.3cvs6
5844                 see ChangeLog 2002-09-25
5845
5846 2002-09-25 [christoph]  0.8.3claws23
5847
5848         * src/prefs_common.c
5849         * src/prefs_folder_item.c
5850         * src/prefs_scoring.c
5851                 Renamed "kill score" to "hide score" in GUI
5852                 and prefs files
5853
5854 2002-09-25 [paul]       0.8.3claws22
5855
5856         * sync with 0.8.3cvs5
5857                 see ChangeLog 2002-09-24
5858
5859 2002-09-24 [alfons]     0.8.3claws21
5860
5861         patch by Satoshi Nagayasu: allows appending / saving multiple 
5862         selected files (closes "[ 612279 ] save multiple mesg(s) in 
5863         'Save as ...'")
5864
5865         * AUTHORS
5866                 add Satoshi Nagayasu
5867         * src/summaryview.c
5868                 summary_save_as(): allow saving selected files to
5869                 one file
5870                 summary_set_menu_sensitive: enable "Save As..." when
5871                 multiple files are selected
5872         * src/utils.[ch]
5873                 append_file(): new function
5874
5875 2002-09-24 [colin]      0.8.3claws20
5876
5877         * src/procmime.c
5878                 Fix segfault when mimeinfo doesn't have a 
5879                 content_type. 
5880
5881 2002-09-24 [colin]      0.8.3claws19
5882
5883         * src/prefs_common.[ch]
5884                 Add a preference to display send dialog or not
5885         * src/send.c
5886                 Display send dialog according to preference
5887
5888 2002-09-24 [colin]      0.8.3claws18
5889
5890         * src/compose.[ch]
5891                 Disable user actions when sending
5892
5893 2002-09-24 [colin]      0.8.3claws17
5894
5895         * src/procmime.c
5896                 Do not display name or filename for attachments
5897                 with an application/pgp-signature type
5898                 (security flaw, see bug 537413)
5899
5900 2002-09-23 [colin]      0.8.3claws16
5901
5902         * src/editaddress.c
5903                 Initialize entry_email, entry_alias and 
5904                 entry_remarks to first email address of the list
5905
5906 2002-09-23 [colin]      0.83claws15
5907
5908         * src/compose.c
5909                 Drop pgp-signature when reediting a signed queued
5910                 message
5911
5912 2002-09-23 [melvin]     0.8.3claws14
5913
5914         * po/fr.po
5915                 Updated French translation
5916
5917 2002-09-23 [melvin]     0.8.3claws13
5918
5919         * src/mainwindow.c
5920                 Made custom toolbar menu labels more consistent
5921         * src/prefs_toolbar.c
5922                 Made custom toolbar window title more consistent
5923
5924 2002-09-22 [colin]      0.8.3claws12
5925
5926         * src/inc.c
5927                 Initialize session type to normal before getting 
5928                 mail (fixes strange Get behaviour)
5929         * src/prefs_account.h
5930                 Move STYPE_POP_BEFORE_SMTP to last position to 
5931                 avoid other side-effects
5932
5933 2002-09-22 [colin]      0.8.3claws11
5934
5935         * src/prefs_account.c
5936                 Fix pop_bfr_smtp_tm_entry sensivity when switching
5937                 from pop3 to apop or vice-versa
5938
5939 2002-09-22 [colin]      0.8.3claws10
5940         
5941         * src/prefs_account.[ch]
5942                 Add an option for the POP before SMTP timeout
5943         * src/inc.c
5944                 Remember time of last POP connection
5945         * src/send.c
5946                 Do POP before SMTP only if timeout reached
5947
5948 2002-09-22 [oliver]     0.8.3claws9
5949         
5950         * README.claws
5951                 explain custom toolbar
5952
5953 2002-09-22 [oliver]     0.8.3claws8
5954
5955         * src/prefs_actions.[ch]
5956         custom toolbar for compose      
5957                 actions callback from compose toolbar
5958         * src/folderview.c
5959                 remove include toolbar.h
5960
5961 2002-09-22 [oliver]     0.8.3claws7
5962         
5963         * src/prefs_toolbar.[ch]
5964                 custom toolbar for compose
5965                 - generic prefs_toolbar handles both
5966                   Mainwin's toolbar as well as Compose toolbar          
5967
5968 2002-09-22 [oliver]     0.8.3claws6
5969         
5970         * src/toolbar.[ch]
5971                 custom toolbar for compose
5972                 restructure toolbar.[ch]
5973
5974 2002-09-22 [oliver]     0.8.3claws5
5975
5976         * src/compose.[ch]
5977                 custom toolbar for compose
5978
5979 2002-09-22 [oliver]     0.8.3claws4
5980         
5981         * src/mainwindow.[ch]
5982                 custom toolbar for compose 
5983                 move mainwin toolbar back to mainwindow
5984
5985 2002-09-22 [alfons]     0.8.3claws3
5986
5987         * src/procmsg.c
5988                 :%sno/if(/if (/gc
5989                 :%sno/for(/for (/gc
5990                 (beautify)
5991
5992 2002-09-22 [alfons]     0.8.3claws2
5993         
5994         * src/procmsg.c
5995                 procmsg_save_to_outbox(): don't unlink message file from queue;
5996                 callers should do it using folder_item_remove_msg()
5997
5998 2002-09-22 [colin]      0.8.3claws1
5999
6000         * src/mimeview.[ch]
6001                 Made mimeview_check_signature() public
6002         * src/textview.c
6003                 Made GPG signatures verifiable by clicking
6004                 the [application/pgp-signature] in the Text
6005                 view
6006
6007 2002-09-22 [paul]       0.8.3claws
6008
6009         * po/bg.po
6010           po/en_GB.po
6011           po/es.po
6012           po/it.po
6013           po/pl.po
6014           po/pt_BR.po
6015           po/sr.po
6016                 updated translations, submitted by George Danchev,
6017                 me, Ricardo Mones Lastra, Alessandro Maestri,
6018                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
6019                 and Urke MMI, respectively.     
6020
6021 2002-09-22 [alfons]     0.8.2claws65
6022
6023         * src/procmsg.c
6024         * src/pgptext.c
6025                 no furry valgrinds have been used to plug these memleaks
6026
6027 2002-09-20 [paul]       0.8.2claws64
6028
6029         * sync with 0.8.3cvs4
6030                 'Select thread' re-implemented 
6031                 see ChangeLog 2002-09-20
6032
6033 2002-09-21 [alfons]     0.8.2claws63
6034
6035         * src/compose.c
6036                 compose_send(): plug unnoticed memleak
6037
6038 2002-09-20 [alfons]     0.8.2claws62
6039
6040         * src/addr_compl.c
6041                 replace_address_in_edit(): strict check for NULL address to
6042                 fix "[ 607348 ] Segfault in address completion". My guess is
6043                 that this happens with an empty address book, but it's good
6044                 to have this check here anyway
6045                 
6046                 completion_window_button_press(): free string returned 
6047                 from the internal cache
6048
6049 2002-09-20 [christoph]  0.8.2claws61
6050
6051         * src/procmime.h
6052                 added ENC_BINARY to EncodingType
6053         * src/procmime.c
6054                 the string returned by procmime_get_encoding_str
6055                 should not depend on the order of values in the
6056                 EncodingType definition
6057         * doc-src/rfc1806.txt   ** NEW FILE **
6058                 Added rfc1806 about MIME Content-Disposition
6059                 Extension
6060
6061 2002-09-19 [paul]       0.8.2claws60
6062
6063         * sync with 0.8.2cvs3
6064                 see ChangeLog 2002-09-19
6065
6066 2002-09-19 [paul]       0.8.2claws59
6067
6068         * src/prefs_folder_item.c
6069                 revert to Darko's original alignment of colour
6070                 selector button
6071                 add a colon to folder_color label
6072                 
6073         * src/compose.c
6074                 add Colin's patch (with Hiro's modifications) to 
6075                 force BASE64 encoding for 8-bit text when signing
6076                 (sync with 0.8.3cvs2)
6077
6078 2002-09-18 [alfons]     0.8.2claws58
6079
6080         * src/compose.c
6081                 :%sno/if(/if (/gc
6082                 :%sno/for(/for (/gc
6083                 (beautify a little bit)
6084
6085 2002-09-18 [christoph]  0.8.2claws57
6086
6087         * src/pine.c
6088                 fix handling of fgetc return value
6089
6090 2002-09-17 [alfons]     0.8.2claws56
6091         
6092         * src/summaryview.c
6093                 summary_sort(): check non-NULL summaryview->folder_item when no 
6094                 folder is selected at all
6095                 (closes "[ 610344 ] sort label make syl Crash")
6096
6097 2002-09-17 [alfons]     0.8.2claws55
6098         
6099         * src/compose.c
6100                 beautify a little bit
6101
6102 2002-09-17 [christoph]  0.8.2claws54
6103
6104         * src/folder.c
6105                 initialize max values for cache and folder
6106                 when cache or folder is empty
6107
6108 2002-09-15 [colin]      0.8.2claws53
6109
6110         * src/compose.c
6111                 Fix a leak (thanks Alfons!) and cleaned
6112                 variables names for custom headers
6113
6114 2002-09-15 [colin]      0.8.2claws52
6115
6116         * src/compose.c
6117                 Fix custom headers recognition when
6118                 prefs_common.trans_hdr is on
6119
6120 2002-09-15 [colin]      0.8.2claws51
6121
6122         * src/compose.c
6123                 Allow dynamically-added custom headers
6124                 Yet not reparsed if reedited
6125
6126 2002-09-15 [alfons]     0.8.2claws50
6127
6128         * src/prefs_account.c
6129                 fix warnings
6130
6131 2002-09-15 [colin]      0.8.2claws49
6132         
6133         * src/prefs_account.c
6134                 fix pop_before_smtp sensitivity
6135
6136 2002-09-15 [colin]      0.8.2claws48
6137
6138         * src/inc.[ch]
6139                 add inc_pop_before_smtp()
6140                 allow MainWindow to be undefined in 
6141                 inc_account_mail() and inc_start()
6142         * src/pop.c
6143           src/prefs_account.h
6144                 add STYPE_POP_BEFORE_SMTP session type
6145         * src/prefs_account.c
6146                 activated pop before smtp option
6147         * src/send.c
6148                 do pop before smtp if the relevant option 
6149                 is set
6150
6151 2002-09-15 [paul]       0.8.2claws47
6152
6153         * sync with 0.8.3
6154                 see ChangeLog 2002-09-15
6155
6156 2002-09-14 [paul]       0.8.2claws46
6157
6158         * po/bg.po
6159                 updated Bulgarian translation, submitted by
6160                 George Danchev
6161
6162 2002-09-13 [paul]       0.8.2claws45
6163
6164         * src/compose.c
6165                 merge claws' select_account() with main's
6166                 (new) compose_select_account(). [sync with
6167                 0.8.2cvs15, see ChangeLog 2002-09-11]
6168
6169 2002-09-12 [christoph]  0.8.2claws44
6170
6171         * src/filter.c
6172                 allocate 1 elements of FolderItem not 0
6173
6174 2002-09-12 [colin]      0.8.2claws43
6175
6176         * src/compose.c
6177                 Fix bug #590825 (obey Follow-up: poster)
6178
6179 2002-09-12 [colin]      0.8.2claws42
6180
6181         * src/procmime.c
6182                 Fix bug #557009 (wrong headers for messages 
6183                 forwarded as attachments)
6184
6185 2002-09-11 [colin]      0.8.2claws41
6186         
6187         * src/compose.c
6188                 Put SCF: pseudo-header on top of message
6189                 Set draft tmp_flag when saved as draft
6190
6191         * src/procmsg.c
6192           src/procheader.c
6193                 Skip after first \n\n for beginning of real message
6194                 for drafts too
6195
6196 2002-09-11 [christoph]  0.8.2claws40
6197
6198         * src/filtering.c
6199                 use procmsg flag functions in filtering or processing
6200                 will cause incorrect folder message counts
6201
6202 2002-09-11 [colin]      0.8.2claws39
6203
6204         * src/compose.c
6205                 Fix bug #550175 - wrong save folder when reediting
6206                 drafts
6207
6208 2002-09-11 [paul]       0.8.2claws38
6209
6210         * sync with 0.8.2cvs14
6211                 see ChangeLog 2002-09-11
6212
6213 2002-09-11 [colin]      0.8.2claws37
6214
6215         * src/folder.c
6216                 Fix a typo (seeming to cause new/unread status to
6217                 be lost)
6218
6219 2002-09-10 [christoph]  0.8.2claws36
6220
6221         * src/compose.c
6222                 compose_redirect should not use compose_generic_new
6223                 because that does more stuff than expected including
6224                 opening the external editor
6225                 (closes bug "[ 526608 ] bounced messages appear blank
6226                  in editor")
6227
6228 2002-09-10 [christoph]  0.8.2claws35
6229
6230         * src/folder.c
6231                 fix problem with too large message number range
6232                 causing a crash in folder_item_scan
6233
6234 2002-09-10 [paul]       0.8.2claws34
6235
6236         * sync with 0.8.2cvs13
6237                 see ChangeLog 2002-09-10
6238
6239 2002-09-10 [christoph]  0.8.2claws33
6240
6241         * src/msgcache.c
6242                 set MsgInfo TmpFlags for queue and draft folders
6243                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
6244
6245 2002-09-10 [paul]       0.8.2claws32
6246
6247         * AUTHORS
6248           po/bg.po      ** NEW FILE **
6249                 new Bulgarian translation submitted by
6250                 George Danchev <danchev@spnet.net>
6251                 
6252         * tools/Makefile.am
6253           tools/README
6254           tools/tb2sylpheed     ** NEW FILE **
6255                 add script that converts an addressbook exported
6256                 from The Bat! into a Sylpheed addressbook. Submitted
6257                 by Urke MMI <urke-kg@eunet.yu>
6258
6259 2002-09-10 [paul]       0.8.2claws31
6260
6261         * sync with 0.8.2cvs12
6262                 see ChangeLog 2002-09-10
6263
6264 2002-09-06 [paul]       0.8.2claws30
6265
6266         * src/prefs_common.c
6267                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
6268                 
6269         * tools/Makefile.am
6270           tools/README
6271           tools/ldif-to-xml.py  ** REMOVED **
6272                 remove obsolete python script
6273
6274 2002-09-06 [paul]       0.8.2claws29
6275
6276         * sync with 0.8.2cvs10
6277                 see ChangeLog 2002-09-06
6278
6279 2002-09-04 [paul]       0.8.2claws28
6280
6281         * sync with 0.8.2cvs9
6282                 see ChangeLog 2002-08-04
6283
6284 2002-09-04 [colin]      0.8.2claws27 
6285
6286         * src/prefs_common.[ch]
6287                 Added signature color configuration
6288         * src/textview.c
6289                 Use user-specified signature color
6290
6291 2002-09-03 [colin]      0.8.2claws26
6292
6293         * src/prefs_common.[ch]
6294                 Added autosave and autosave_length prefs
6295         * src/compose.c
6296                 Added compose_remove_draft()
6297                 Auto-save drafts according to the prefs
6298         * src/main.c
6299                 Added a crash-indicator file, allowing to check
6300                 for new messages on startup if Sylpheed crashed
6301                 (makes saved drafts "reappear")
6302
6303 2002-09-03 [colin]      0.8.2claws25
6304
6305         * src/textview.[ch]
6306                 Grey the signature
6307
6308 2002-09-03 [paul]       0.8.2claws24
6309
6310         * sync with 0.8.2cvs8
6311                 see ChangeLog 2002-09-02 and 2002-09-03
6312
6313 2002-09-03 [darko]      0.8.2claws23
6314
6315         * src/folderview.c
6316                 use normal style when creating new folder to pick
6317                 proper font size 
6318
6319 2002-09-02 [melvin]     0.8.2claws22
6320
6321         * src/gtkaspell.m4
6322                 removed some obsolete code
6323
6324 2002-09-02 [melvin]     0.8.2claws21
6325
6326         * ac/aspell.m4
6327                 fixed test's equality sign (== to =)
6328
6329 2002-09-02 [alfons]     0.8.2claws20
6330
6331         * src/folder.c
6332         * src/mh.c
6333                 revert change of 0.8.2claws16 and use the mh_folder_destroy
6334                 as folder->destroy virtual as suggested by Hiro
6335                 (the mh.c code seems to have been lost around mh.c.1.21)
6336
6337 2002-09-02 [paul]       0.8.2claws19
6338
6339         * po/pt_BR.po
6340                 updated by Fabio Jr. Beneditto
6341                 
6342         * src/defs.h
6343                 use 'http://claws.sylpheed.org' for homepage link. 
6344                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
6345
6346 2002-09-01 [alfons]     0.8.2claws18
6347
6348         * src/mh.c
6349                 plug memleak related to one Martin Kluge found
6350
6351 2002-08-31 [paul]       0.8.2claws17
6352
6353         * sync with 0.8.2cvs6
6354                 see ChangeLog 2002-08-30
6355
6356 2002-08-31 [alfons]     0.8.2claws16
6357
6358         * src/folder.c
6359                 folder_destroy(): remove mailbox from folderlist even if it has
6360                 no destroy virtual
6361
6362 2002-08-31 [alfons]     0.8.2claws15
6363
6364         * src/folder.c
6365                 :%sno/if(/if (/gc
6366                 :%sno/for(/for (/gc
6367                 (being pedantic I know)
6368
6369 2002-08-31 [alfons]     0.8.2claws14
6370
6371         * src/folder.c
6372                 check for NULL pointers returned from folder->fetch_msginfo virtual
6373                 (should solve some reported crashes)
6374
6375 2002-08-30 [alfons]     0.8.2claws13
6376
6377         * acconfig.h
6378         * configure.in
6379         * src/crash.c
6380                 enable crash dialog on compilation time
6381                 (--enable-crash-dialog configure option)
6382
6383 2002-08-30 [alfons]     0.8.2claws12
6384
6385         * AUTHORS
6386                 add Martin Kluge
6387         * src/mh.c
6388                 apply memory leak plug patch by Martin Kluge
6389                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
6390                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
6391                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
6392
6393 2002-08-30 [darko]      0.8.2claws11
6394
6395         * src/folderview.c
6396                 copy Gtk style from normal style to match
6397                 font size for coloured folders
6398
6399 2002-08-29 [alfons]     0.8.2claws10
6400
6401         * sylpheed.desktop
6402                 Type=Internet <- Type=Application
6403                 (reported by Michael Schwendt, see:
6404                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
6405                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
6406
6407 2002-08-29 [paul]       0.8.2claws9
6408
6409         * sync with 0.8.2cvs5
6410                 see ChangeLog 2002-08-29
6411
6412 2002-08-29 [colin]      0.8.2claws8
6413
6414         * src/summaryview.c
6415                 Added a sanity check in summary_select_thread
6416                 Should fix bug 601605
6417
6418 2002-08-29 [colin]      0.8.2claws7
6419
6420         * src/main.c
6421                 Revert claws6 changes regarding bug #591676
6422
6423 2002-08-28 [colin]      0.8.2claws6
6424         
6425         * src/main.c
6426                 Ignore cache for queue folderitems
6427                 Fix bug #591676
6428
6429 2002-08-28 [melvin]     0.8.2claws5
6430
6431         * README.claws
6432                 Fixed typos.
6433
6434 2002-08-28 [melvin]     0.8.2claws4
6435
6436         * README.claws
6437                 Updated a bit the text concerning the spell checker
6438
6439 2002-08-28 [melvin]     0.8.2claws3
6440
6441         Merged the GNU_aspell_branch:
6442                 Support of new GNU/aspell is now included and the old pspell
6443                 is not supported anymore.
6444                 See README.claws
6445
6446         * README.claws
6447                 Updated spell checker text to reflect the switch to GNU/aspell
6448
6449         * ac/aspell.m4          *** NEW ***
6450         * src/gtkaspell.[ch]    *** NEW *** 
6451         * ac/pspell.m4          *** DELETED *** 
6452         * src/gtkspell.[ch]     *** DELETED ***
6453
6454         * ac/Makefile.am
6455                 Updated for GNU/aspell support
6456
6457         * po/POTFILES.in
6458                 Replaced gtkspell.c by gtkaspell.c
6459
6460         * acconfig.h
6461         * src/Makefile.am
6462         * src/about.c
6463         * src/compose.[ch]
6464         * src/crash.c
6465         * src/main.c
6466         * src/prefs_common.[ch]
6467                 Updated for GNU/aspell support
6468
6469 2002-08-28 [paul]       0.8.2claws2
6470
6471         * sync with 0.8.2cvs4
6472                 see ChangeLog 2002-08-27 and 2002-08-28
6473
6474 2002-08-28 [colin]      0.8.2claws1
6475
6476         * src/summary_search.c
6477                 Added "AND search"
6478
6479 2002-08-28 [jens]       0.8.2claws
6480
6481         *po/de.po
6482                 Updated German translations
6483
6484 2002-08-27 [melvin]     0.8.2claws
6485
6486         * po/fr.po
6487                 Updated French translations
6488
6489 2002-08-27 [paul]       0.8.2claws
6490
6491         * sync with 0.8.2 main release
6492
6493         * po/en_GB.po
6494           po/es.po
6495           po/it.po
6496           po/pl.po
6497           po/pt_BR.po
6498           po/sr.po
6499                 updated message catalogs submitted by
6500                 Ricardo Mones Lastra, Alessandro Maestri,
6501                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
6502                 Beneditto and Urke MMI  
6503
6504 2002-08-27 [hoa]        0.8.1claws123
6505
6506         * src/mainwindow.[ch]
6507         * src/summaryview.[ch]
6508                 removed the "filter setting" menu option.
6509                 add a "cancel a news message" menu option.
6510
6511 2002-08-26 [martin]     0.8.1claws122
6512
6513         * ChangeLog.claws
6514                 changed string under 0.8.1claws79 changed by myself
6515                 i'm sorry alfons :(
6516
6517 2002-08-26 [martin]     0.8.1claws121
6518
6519         * src/crash.c
6520                 added kill command to debuggerrc to start crash dialog
6521
6522 2002-08-26 [paul]       0.8.1claws120
6523
6524         * sync with 0.8.1cvs31
6525                 see ChangeLog 2002-08-26
6526
6527 2002-08-25 [alfons]     0.8.1claws119
6528
6529         * src/procmsg.c
6530                 fix bug that didn't send out correct headers to news server
6531                 when sending news article and email from queue (bug reported
6532                 and patch provided by Tim Mann; closes bug 
6533                 "[ 583196 ] 0.7.8claws can't post news")
6534
6535 2002-08-25 [alfons]     0.8.1claws118
6536
6537         * src/selective_download.c
6538                 mark two strings as translatable
6539                 (thanks to Urke MMI for pointing this out)
6540
6541 2002-08-25 [alfons]     0.8.1claws117
6542
6543         * src/summaryview.c
6544                 treat sent boxes as special and allow sorting them by addressee
6545                 (closes "[ 589418 ] Sent folder sorting misbehavior"
6546                 submitted by Steve Lamb)
6547
6548 2002-08-24 [alfons]     0.8.1claws116
6549
6550         * src/matcher.c
6551                 fix memleak reported by Martin Kluge
6552                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
6553
6554 2002-08-24 [oliver]     0.8.1claws115
6555
6556         * src/prefs_toolbar.c
6557                 o code cleanup as suggested by Alfons
6558                 o memleak fix
6559
6560 2002-08-24 [alfons]     0.8.1claws114
6561
6562         * src/summaryview.c
6563                 o fix another memory leak reported by Martin Kluge
6564                   (see "[ 599568 ] Small Memory Leak")
6565                 o remove 'from' variable from 'summary_set_header()'; we can
6566                   do with just 'to' 
6567
6568 2002-08-24 [paul]       0.8.1claws113
6569
6570         * sync with 0.8.1cvs30
6571                 see ChangeLog 2002-08-23
6572
6573 2002-08-24 [alfons]     0.8.1claws112
6574
6575         * src/summaryview.c
6576                 remove unnecessary allocations for search bar fixing leaks
6577                 reported by Martin Kluge
6578                 (see "[ 599451 ] Further memory leaks?")
6579
6580 2002-08-24 [alfons]     0.8.1claws111
6581
6582         * src/main.c
6583                 make get_socket_name() public for crash.c
6584         * src/crash.c
6585                 o make report bug button work (goes to claws' 
6586                   bug tracker at sf.net)
6587                 o introduce function for doing important stuff just
6588                   before claws goes down
6589                 o clean up code 
6590
6591 2002-08-24 [alfons]     0.8.1claws110
6592
6593         * src/compose.c
6594                 move cursor to "To" entry when forwarding as attachment
6595                 (reported and solved by Steve Lamb, closes bug report
6596                 "[ 592880 ] Forward as attachment; cursor not in to")
6597
6598 2002-08-24 [colin]      0.8.1claws109
6599
6600         * src/mainwindow.c
6601                 fix quick search visibility after GUI (de)separations.
6602
6603 2002-08-23 [colin]      0.8.1claws108
6604
6605         * src/mainwindow.c
6606                 fix header pane visibility after folderview or
6607                 messageview (de)separation
6608
6609 2002-08-23 [paul]       0.8.1claws107
6610
6611         * src/mainwindow.[ch]
6612           src/toolbar.c
6613                 give full control of display or non-display 
6614                 of the Execute icon to Custom toolbar settings.
6615                 add new sensitivity condition to maninwindow.h: 
6616                 M_DELAY_EXEC
6617
6618         * ChangeLog
6619           ChangeLog.jp
6620           NEWS
6621                 more sync with 0.8.1cvs29
6622
6623 2002-08-23 [melvin]     0.8.1claws106
6624
6625         * src/alertpanel.c
6626                 Readded support for custom widget in alertpanel lost in last
6627                 sync.
6628
6629 2002-08-23 [paul]       0.8.1claws105
6630
6631         * sync with 0.8.1cvs29
6632                 see ChangeLog 2002-08-23
6633
6634 2002-08-23 [colin]      0.8.1claws104
6635
6636         * src/summaryview.c
6637                 Fix folder and search pixmaps exchanging positions
6638                 after theme or toolbar changes. Thank to Oliver for 
6639                 reporting this.
6640
6641 2002-08-23 [colin]      0.8.1claws103
6642
6643         * src/mainwindow.c
6644           src/messageview.[ch]
6645           src/noticeview.[ch]
6646           src/summaryview.c
6647                 Changed messageview_create() and noticeview_create()
6648                 to avoid the last gdk_warning
6649
6650 2002-08-22 [colin]      0.8.1claws102
6651
6652         * src/summaryview.c
6653                 Fix my new `Creating pixmap from xpm' warning
6654
6655 2002-08-22 [colin]      0.8.1claws101
6656
6657         * src/mainwindow.c
6658                 Fix some of the gdk warnings
6659
6660 2002-08-22 [colin]      0.8.1claws100
6661
6662         * src/Makefile.am
6663         * src/stock_pixmap.c
6664         * src/stock_pixmap.h
6665         * src/pixmaps/quicksearch.xpm *ADDED*
6666                 Add the quicksearch pixmap
6667         * src/mainwindow.c
6668         * src/summaryview.c
6669         * src/summaryview.h
6670                 Make quicksearch bar visible/hidden via a button
6671
6672 2002-08-22 [christoph]  0.8.1claws99
6673
6674         * src/folder.c
6675                 fix folder update for newsgroups with message
6676                 numbers below minimum number of articles to fetch
6677                 (closes bug #598445)
6678
6679 2002-08-22 [paul]       0.8.1claws98
6680
6681         * sync with 0.8.1cvs28
6682                 see ChangeLog 2002-08-22
6683
6684 2002-08-21 [alfons]     0.8.1claws97
6685
6686         * src/crash.c
6687                 use bt instead of bt full which seems to work 
6688                 better, and bt full doesn't give a great deal 
6689                 of information anyway
6690
6691 2002-08-21 [colin]      0.8.1claws96
6692
6693         * src/summaryview.c
6694                 fix summaryview_searchtype_changed prototype
6695
6696 2002-08-21 [christoph]  0.8.1claws95
6697
6698         * src/mainwindow.c
6699                 o fix broken menu update for sorting type, we have to
6700                   get this info from the summaryview now
6701                 o removed setting of threaded state in menu callback
6702         * src/summaryview.[ch]
6703                 more summaryview/folderitem seperation for
6704                 threading option
6705         * configure.in
6706                 removed not required --with-compiler-flags option
6707
6708 2002-08-21 [oliver]     0.8.1claws94
6709         
6710         * src/toolbar.h 
6711                 o rename toolbar.xml to toolbar_main.xml
6712                   since toolbar_compose.xml might come up 
6713                   any time soon
6714         * README.claws
6715                 add custom toolbar              
6716
6717 2002-08-21 [darko]      0.8.1claws93
6718
6719         * src/procmsg.c
6720                 don't reset tmp flags for messages copied
6721                 to sent folder
6722
6723 2002-08-21 [colin]      0.8.1claws92
6724         
6725         * src/prefs_filtering.c
6726                 fix renaming rules on folder rename 
6727                 when folder is not a leaf folder
6728
6729 2002-08-21 [paul]       0.8.1claws91
6730
6731         * src/prefs_folder_item.c
6732                 fix alignment of colour selector
6733
6734 2002-08-21 [paul]       0.8.1claws90
6735
6736         * sync with 0.8.1cvs27
6737                 see ChangeLog 2002-08-21
6738
6739 2002-08-21 [paul]       0.8.1claws89
6740
6741         * src/summaryview.c
6742                 fix crash when changing field type in
6743                 Quick search bar
6744
6745 2002-08-21 [colin]      0.8.1claws88
6746
6747         * src/summaryview.c
6748                 Made quick search case-insensitive
6749
6750 2002-08-21 [paul]       0.8.1claws87
6751
6752         * sync with 0.8.1cvs26
6753                 see ChangeLog 2002-08-21
6754
6755 2002-08-20 [christoph]  0.8.1claws86
6756
6757         * src/folderview.c
6758         * src/main.c
6759         * src/summaryview.[ch]
6760                 more summaryview/folderitem seperation for
6761                 sort_key and sort_type
6762         * src/procmsg.c
6763                 added missing return statement
6764
6765 2002-08-20 [colin]      0.8.1claws85
6766
6767         * src/summaryview.[ch]
6768                 Added a quick search box
6769         * src/mainwindow.c
6770         * src/prefs_common.[ch]
6771                 Added a show/hide option for the quick search
6772
6773 2002-08-20 [oliver]     0.8.1claws84
6774         
6775         * src/mainwindow.c
6776                 remove toolbar_create_popups
6777         * src/toolbar.[ch]
6778                 o remove toolbar_create_popups
6779                 o fix toolbar_set_sensitive 
6780                   (Bug reports #596834 and #596832)     
6781         * src/prefs_toolbar.c
6782                 o add "Set default" button
6783                 o align label and text + combo widgets
6784
6785 2002-08-20 [hoa]        0.8.1claws83bis
6786
6787         * src/imap.c
6788                 fixed a bug in imap_fetch_msginfo() in case there is no
6789                 current folder.
6790
6791 2002-08-20 [darko]      0.8.1claws83
6792
6793         * src/folderview.c
6794                 copy the color style of folder view so it
6795                 works with GTK themes
6796
6797 2002-08-20 [darko]      0.8.1claws82
6798
6799         * src/folder.h
6800         * src/folderview.c
6801         * src/prefs_folder_item.[hc]
6802                 don't use UI stuff in folder.h
6803
6804 2002-08-20 [darko]      0.8.1claws81
6805
6806         * src/folder.h
6807         * src/prefs_folder_item.h
6808         * src/folderview.c
6809         * src/prefs_folder_item.c
6810                 ability to set folder color in folderview
6811
6812 2002-08-19 [alfons]     0.8.1claws80
6813
6814         * src/summaryview.c
6815                 fix one of the earlier memleaks reported by Martin Kluge
6816
6817 2002-08-19 [alfons]     0.8.1claws79
6818
6819         * src/mainwindow.c
6820                 hide notice view when selecting seperate folder
6821                 view (reported by Urke MMI)
6822
6823 2002-08-19 [christoph]  0.8.1claws78
6824
6825         * src/folderview.c
6826         * src/prefs_folder_item.h
6827         * src/summaryview.[ch]
6828                 o add summary_set_prefs_from_folderitem to set
6829                   summaryview prefs (first step to remove all
6830                   references to the folderitem in summaryview)
6831                 o moved compiled regex stuff from folderitem prefs
6832                   to summaryview code
6833
6834 2002-08-19 [paul]       0.8.1claws77
6835
6836         * src/compose.c
6837                 add check for '.' to QUOTE_IF_REQUIRED
6838
6839 2002-08-19 [paul]       0.8.1claws76
6840
6841         * src/inc.c
6842                 sync with 0.8.1cvs25 (plug memory leak)
6843
6844         * src/prefs_toolbar.c
6845                 re-order prefs_toolbar_cancel()
6846
6847 2002-08-18 [alfons]     0.8.1claws75
6848
6849         * src/inc.c
6850         * src/matcher.c
6851                 plug other memleaks reported by Martin Kluge
6852
6853 2002-08-18 [paul]       0.8.1claws74
6854
6855         * po/pt_BR.po
6856                 updated by Fabio Jr. Beneditto
6857
6858 2002-08-18 [paul]       0.8.1claws73
6859
6860         * src/toolbar.[ch]
6861                 fix bug where tooltips were displayed untranslated              
6862
6863         * src/prefs_toolbar.c
6864                 fix bug where clicking 'Cancel' creates an icon & text
6865                 toolbar regardless of prefs
6866         
6867
6868 2002-08-17 [oliver]     0.8.1claws72
6869
6870         * src/prefs_toolbar.c
6871                 update toolbar on CANCEL
6872                 bug reported by Martin Kluge
6873         * src/toolbar.c
6874                 toolbar_destroy memleak fixed           
6875
6876 2002-08-17 [alfons]     0.8.1claws71
6877
6878         * src/toolbar.c
6879                 plug another memleak reported by Martin Kluge
6880
6881 2002-08-16 [alfons]     0.8.1claws70
6882
6883         * src/crash.c
6884                 use execvp() correctly (suggested by wwp; thanks!)
6885
6886 2002-08-16 [alfons]     0.8.1claws69
6887
6888         * src/gtksctree.c
6889                 plug memory leak reported by Kim Schultz & Martin Kluge
6890
6891 2002-08-16 [paul]       0.8.1claws68
6892
6893         * po/es.po
6894                 updated by Ricardo Mones Lastra
6895
6896 2002-08-16 [paul]       0.8.1claws67
6897
6898         * src/toolbar.h
6899                 fix bug where 'Compose News' icon showed wrong
6900                 tooltip
6901
6902 2002-08-16 [paul]       0.8.1claws66
6903
6904         * sync with 0.8.1cvs24
6905                 see ChangeLog 2002-08-16
6906
6907         * po/it.po
6908                 updated by Alessandro Maestri
6909
6910 2002-08-15 [paul]       0.8.1claws65
6911
6912         * po/sr.po
6913                 updated by Urke MMI
6914
6915 2002-08-15 [paul]       0.8.1claws64
6916
6917         * src/*.c
6918                 don't translate debug info
6919
6920         * src/matcher.[ch]
6921                 add copyright info
6922
6923 2002-08-15 [paul]       0.8.1claws63
6924
6925         * src/prefs_toolbar.c
6926                 fix bug where clicking 'OK' creates an icon & text
6927                 toolbar regardless of prefs
6928
6929 2002-08-14 [alfons]     0.8.1claws62
6930
6931         * src/main.c
6932                 add global var that has the full argv[0]
6933         * src/crash.c
6934                 o execvp the correct sylpheed by using argv0
6935                   and setting the correct work dir
6936                 o other tweaks  
6937
6938 2002-08-14 [oliver]     0.8.1claws61
6939         
6940         * enable/disable Toolbar Action Buttons 
6941         * code cleanups
6942         * src/mainwindow.c
6943         * src/toolbar.[ch]      
6944         * src/prefs_toolbar.c   
6945
6946 2002-08-14 [melvin]     0.8.1claws60
6947
6948         * po/fr.po
6949                 Updated French translations
6950
6951 2002-08-14 [melvin]     0.8.1claws59
6952
6953         * src/crash.c
6954                 Made bug report not translatable
6955         * src/exporthtml.c
6956                 Fixed exporthtml_build_filespec() return value
6957         * src/foldersel.c
6958                 Fixed incorrect include file
6959         * src/gtkspell.c
6960         * src/prefs_actions.c
6961         * src/prefs_toolbar.c
6962                 Made debug info not translatable
6963         * src/mutt.c
6964         * src/quote_fmt.c
6965                 Added missing includes
6966         * src/prefs_common.c
6967                 Fixed typo
6968
6969 2002-08-14 [paul]       0.8.1claws58
6970
6971         * faq/es/sylpheed-faq.html
6972           faq/es/sylpheed-faq-[1-3].html
6973           faq/es/sylpheed-faq-4.html     **NEW FILE **
6974                 update Spanish FAQ
6975
6976 2002-08-13 [christoph]  0.8.1claws57
6977
6978         * src/procmsg.c
6979                 ignore thread fix that did not mark all
6980                 child nodes of a ignored thread as
6981                 ignored. Does not work perfectly yet,
6982                 but it is better now
6983
6984 2002-08-13 [alfons]     0.8.1claws56
6985
6986         * src/crash.c
6987                 o implement 'save crash log'
6988                 o some tweaks
6989
6990 2002-08-13 [melvin]     0.8.1claws55
6991
6992         * src/main.c
6993                 removed unrequired "execinfo.h" header
6994
6995 2002-08-12 [paul]       0.8.1claws54
6996
6997         * faq/en/sylpheed-faq.html
6998           faq/en/sylpheed-faq-[1-3].html
6999           faq/en/sylpheed-faq-4.html     **NEW FILE **
7000                 update English FAQ
7001
7002 2002-08-12 [alfons]     0.8.1claws53
7003
7004         * po/POTFILES.in
7005                 add crash.c to translatables
7006         * src/crash.c
7007                 bring in Leandro's crash dialog
7008
7009 2002-08-11 [alfons]     0.8.1claws52
7010
7011         * src/crash.c
7012                 clean up some warnings
7013
7014 2002-08-11 [alfons]     0.8.1claws51
7015
7016         * acconfig.h
7017         * configure.in
7018         * src/crash.[ch]        ** NEW FILES **
7019         * src/main.c            
7020                 initial gdb crash handler
7021
7022 2002-08-11 [paul]       0.8.1claws50
7023
7024         * src/prefs_toolbar.c
7025                 replace Up/Down arrow pixmaps with text to be
7026                 consistent across icon themes
7027
7028 2002-08-11 [paul]       0.8.1claws49
7029
7030         * src/prefs_common.c
7031           src/prefs_toolbar.c
7032                 rename 'Pixmap' -> 'Icon'
7033
7034         * src/toolbar.[ch]
7035                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
7036
7037 2002-08-10 [paul]       0.8.1claws48
7038
7039         * src/prefs_toolbar.c
7040                 re-work the UI
7041
7042 2002-08-10 [paul]       0.8.1claws47
7043
7044         * src/main.c
7045                 don't write Processing progress to status bar
7046                 patch submitted by Alexander Evseev
7047
7048         * src/prefs_toolbar.c
7049                 re-position and resize window
7050                 make window assume correct size on first call
7051
7052 2002-08-10 [paul]       0.8.1claws46
7053
7054         * src/mainwindow.c
7055           src/prefs_toolbar.c
7056           src/toolbar.c
7057           src/toolbar.h
7058                 obey coding style
7059                 follow UI text conventions
7060
7061 2002-08-10 [alfons]     0.8.1claws45
7062
7063         * src/toolbar.c
7064                 correct pixmap for delete action
7065
7066 2002-08-10 [paul]       0.8.1claws44
7067
7068         * po/pt_BR.po
7069                 updated by Fabio Jr. Beneditto
7070
7071 2002-08-10 [paul]       0.8.1claws43
7072
7073         * po/POTFILES.in
7074                 add custom toolbar files
7075
7076 2002-08-10 [paul]       0.8.1claws42
7077
7078         * sync with 0.8.1cvs22
7079                 see ChangeLog 2002-08-09
7080
7081 2002-08-09 [paul]       0.8.1claws41
7082
7083         * tools/Makefile.am
7084           tools/README
7085           tools/outlook2sylpheed.pl     ** NEW FILE **
7086                 add script to convert exported Outlook
7087                 contacts list to a Sylpheed addressbook.
7088                 Submitted by Ricardo Mones Lastra.
7089
7090 2002-08-09 [paul]       0.8.1claws40
7091
7092         * AUTHORS
7093           configure.in
7094           po/sr.po      ** NEW FILE **
7095                 add Serbian message catalog. Submitted by
7096                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
7097
7098 2002-08-09 [paul]       0.8.1claws39
7099
7100         * sync with 0.8.1cvs21
7101                 see ChangeLog 2002-08-08
7102
7103 2002-08-08 [oliver]     0.8.1claws38
7104
7105         * src/mainwindow.c
7106                 move Custom Toolbar to Configuration menu
7107
7108 2002-08-08 [oliver]     0.8.1claws37
7109
7110         * src/prefs_toolbar.c
7111                 fix substitute pixmap bug
7112
7113 2002-08-08 [paul]       0.8.1claws36
7114
7115         * sync with 0.8.1cvs19
7116                 see ChangeLog 2002-08-08
7117
7118 2002-08-07 [christoph]  0.8.1claws35
7119
7120         * src/utils.c
7121                 fixed a memory leak in new canonicalize_file_replace
7122
7123 2002-08-07 [christoph]  0.8.1claws34
7124
7125         * src/utils.[ch]
7126                 o canonicalize_file_replace should create the temporary
7127                   file in the same directory as the original file.
7128                 o added get_tmpfile_in_dir that creates a temorary file
7129                   in a specified directory.
7130
7131 2002-08-07 [melvin]     0.8.1claws33
7132
7133         * src/toolbar.c
7134                 fixed bug where 'Article' button acted as 'Email' button.
7135
7136 2002-08-07 [paul]       0.8.1claws32
7137
7138         * sync with 0.8.1.cvs17
7139                 see ChangeLog 2002-08-07
7140
7141 2002-08-07 [colin]      0.8.1claws31
7142         
7143         * src/news.c
7144                 fix mass-cancel problem
7145
7146 2002-08-07 [thorsten]   0.8.1claws30
7147
7148         * src/prefs_toolbar.c
7149                 fix: crash on replace or add new button
7150         * src/toolbar.c
7151                 fix: close xmlfile after reading
7152         * src/utils.c
7153                 fix: unlink() file before rename()
7154
7155 2002-08-06 [paul]       0.8.1claws29
7156
7157         * sync with 0.8.cvs15
7158                 see ChangeLog 2002-08-06
7159
7160 2002-08-06 [oliver]     0.8.1claws28
7161
7162         * src/toolbar.c
7163         * src/prefs_toolbar.c
7164                 fixed empty toolbar issue
7165
7166 2002-08-06 [oliver]     0.8.1claws27
7167
7168         * Custom Toolbar Final 
7169         * src/folderview.c
7170         * src/inc.c
7171         * src/summaryview.c
7172                 o toolbar stuff now lives in src/toolbar.[ch]
7173                 o main_window_toolbar_* functions are renamed to
7174                   toolbar_* reflecting their new source file
7175         * src/mainwindow.[ch]
7176                 o remove toolbar stuff  
7177
7178 2002-08-06 [oliver]     0.8.1claws26
7179         
7180         * src/Makefile.am
7181         * src/prefs_toolbar.[ch]        **New File**
7182         * src/toolbar.[ch]              **New File**
7183                 o prefs_toolbar.[ch] custom toolbar frontend
7184                 o toolbar.[ch]       backend 
7185
7186 2002-08-06 [oliver]     0.8.1claws25
7187
7188         * src/prefs_actions.[ch]
7189                 o new exported function actions_execute
7190
7191 2002-08-06 [paul]       0.8.1claws24
7192
7193         * sync with 0.8.1cvs4
7194                 see ChangeLog 2002-08-06
7195
7196 2002-08-06 [paul]       0.8.1claws23
7197
7198         * sync with 0.8.1cvs13
7199                 see ChangeLog 2002-08-06
7200
7201 2002-08-06 [paul]       0.8.1claws22
7202
7203         * sync with 0.8.1cvs12
7204                 see ChangeLog 2002-08-05 and 2002-08-06
7205
7206 2002-08-06 [match]      0.8.1claws21
7207
7208         * src/addrclip.c
7209                 improvements to cut/copy/paste address
7210
7211 2002-08-05 [match]      0.8.1claws20
7212
7213         * src/addritem.[ch]
7214         * src/addrcache.c
7215         * src/addrbook.c
7216         * src/editaddress.c
7217         * src/addressbook.c
7218                 fixes to improve cut/copy/paste
7219
7220 2002-08-06 [melvin]     0.8.1claws19
7221
7222         * src/account.[ch]
7223                 account_find_all_from_address(): new function that returns the
7224                 list of all accounts that are matched in an address.
7225         * src/alertpanel.[ch]
7226                 alertpanel() now accepts a custom widget
7227                 alertpanel_with_widget(): new function that pops up a panel with
7228                 a custom widget in it 
7229         * src/gtkutils.[ch]
7230                 gtkut_account_menu_new(): new function that allows the selection
7231                 of an account from a list of accounts.
7232         * src/messageview.c
7233                 Extended Return Receipt notification to select the correct 
7234                 account and to make a security test on the Delivery-Notification
7235                 address which should be the same as the Return-Path.
7236
7237 2002-08-06 [thorsten]   0.8.1claws18
7238
7239         * src/mimeview.c
7240                 attach_all: save unnamed as "noname.%d",
7241                 dont free static dirname
7242
7243 2002-08-05 [alfons]     0.8.1claws17
7244
7245         * configure.in
7246                 detect XIM by trying to link rather than compile a XIM program
7247
7248 2002-08-05 [oliver]     0.8.1claws16
7249                 
7250         * src/stock_pixmap.[ch]
7251                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
7252                 o new func to retrieve pixmaps
7253
7254 2002-08-05 [paul]       0.8.1claws15
7255
7256         * sync with 0.8.1cvs10
7257                 see ChangeLog 2002-08-05
7258
7259 2002-08-04 [alfons]     0.8.1claws14
7260
7261         * src/textview.c
7262                 see if this plugs memleak
7263
7264 2002-08-04 [melvin]     0.8.1claws13
7265
7266         * src/gtkspell.c
7267                 fixed bug that could crash Sylpheed when highlighting
7268                 all misspelled words.
7269
7270 2002-08-03 [melvin]     0.8.1claws12
7271
7272         * src/prefs_actions.c
7273                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
7274         * src/messageview.c
7275                 fixed bug where the Return Receipt was sent to
7276                 Delivery-Notification-To address even if it was not present
7277
7278 2002-08-02 [alfons]     0.8.1claws11
7279
7280         * src/prefs_actions.c
7281                 o more check for NULLs
7282                 o put create_io_dialog() in right conditional block
7283
7284 2002-08-02 [paul]       0.8.1claws10
7285
7286         * po/es.po
7287                 updated by Ricardo Mones Lastra
7288
7289 2002-08-01 [christoph]  0.8.1claws9
7290
7291         * src/folder.c
7292                 don't free the cache of the opened
7293                 folder in the summaryview
7294         * src/summaryview.c
7295                 don't unset flags, if it is not required
7296
7297 2002-08-01 [paul]       0.8.1claws8
7298
7299         * sync with 0.8.1cvs8
7300                 see ChangeLog entry 2002-08-01
7301
7302 2002-08-01 [paul]       0.8.1claws7
7303
7304         * sync with 0.8.1cvs7
7305                 see ChangeLog 2002-07-31 and 2002-08-01
7306
7307 2002-07-31 [christoph]  0.8.1claws6
7308
7309         * src/mainwindow.c
7310                 forgot to update menu sensitivity
7311                 function for new menu entry
7312
7313 2002-07-31 [alfons]     0.8.1claws5
7314
7315         * src/main.c
7316                 check folder item and its path for NULL on
7317                 initial processing
7318
7319 2002-07-31 [christoph]  0.8.1claws4
7320
7321         * src/folder.c
7322                 check if folder_item_get_msginfo in
7323                 folder_item_remove_msg returned NULL
7324         * src/imap.c
7325                 better clear the uid cache in the
7326                 uid validity check function and delete
7327                 cached messages
7328
7329 2002-07-31 [paul]       0.8.1claws3
7330
7331         * man/sylpheed.1
7332                 add the '--attach' option and a few other
7333                 minor changes
7334
7335 2002-07-31 [paul]       0.8.1claws2
7336
7337         * sync with 0.8.1cvs5
7338                 see ChangeLog 2002-07-31
7339
7340 2002-07-31 [christoph]  0.8.1claws1
7341
7342         * src/folderview.[ch]
7343         * src/mainwindow.c
7344                 replace "Rescan all folders..." with
7345                 "Check all folders for new messages..."
7346
7347 2002-07-30 [paul]       0.8.1claws
7348
7349         * version 0.8.1claws released
7350
7351 2002-07-30 [paul]       0.8.0claws29
7352
7353         * tools/OOo2sylpheed.pl ** NEW FILE **
7354           tools/README
7355                 add script to enable sending documents as
7356                 attachments from OpenOffice.org
7357
7358 2002-07-30 [melvin]     0.8.0claws28
7359
7360         * src/prefs_actions.c
7361                 Made the actions' input/output dialog display
7362                 without delay.
7363
7364 2002-07-30 [christoph]  0.8.0claws27
7365
7366         * src/procmsg.c
7367                 check if folder_item_get_msginfo in
7368                 procmsg_save_to_outbox returned NULL
7369
7370 2002-07-30 [paul]       0.8.0claws26
7371
7372         * sync with 0.8.1cvs4
7373                 see ChangeLog 2002-07-29
7374
7375 2002-07-29 [thorsten]   0.8.0claws25
7376
7377         * README.claws
7378                 added selective download, delete on server
7379
7380 2002-07-29 [paul]       0.8.0claws24
7381
7382         * sync with 0.8.1cvs3
7383                 see ChangeLog 2002-07-29
7384
7385 2002-07-27 [christoph]  0.8.0claws23
7386
7387         * src/folder.c
7388                 add extra check if fetching the msginfo
7389                 returned NULL
7390
7391 2002-07-27 [paul]       0.8.0claws22
7392
7393         * sync with 0.8.1cvs2
7394                 see ChangeLog 2002-07-26
7395
7396 2002-07-27 [christoph]  0.8.0claws21
7397
7398         * src/imap.c
7399                 add another check if a valid msginfo
7400                 was returned
7401
7402 2002-07-26 [hoa]        0.8.0claws20
7403
7404         * src/folder.c
7405                 Fixed a condition in folder_item_destroy()
7406
7407         * src/imap.c
7408                 Fixed an error in IMAP protocol
7409
7410 2002-07-26 [alfons]     0.8.0claws19
7411
7412         * src/folder.c
7413                 ofcourse compare with identifier, not the path
7414
7415 2002-07-26 [alfons]     0.8.0claws18
7416
7417         * src/folder.c
7418                 use folder item identifier for saving / restoring
7419                 preferences because folder->path might not be unique
7420
7421 2002-07-26 [melvin]     0.8.0claws17
7422
7423         * src/logwindow.c
7424                 Fixed a crash introduced in 0.8.0claws5 when log is 
7425                 cut under 80 characters.
7426
7427 2002-07-26 [paul]       0.8.0claws16
7428
7429         * sync with 0.8.1cvs1
7430                 see ChangeLog 2002-07-26
7431
7432 2002-07-26 [christoph]  0.8.0claws15
7433
7434         * src/imap.[ch]
7435                 imap folder now remembers the last selected
7436                 folder and imap_fetch_msginfo skips selecting
7437                 the folder if it is already selected
7438
7439 2002-07-26 [christoph]  0.8.0claws14
7440
7441         * src/folder.c
7442         * src/folderview.c
7443         * src/imap.c
7444                 fix imap folder rescanning
7445
7446 2002-07-25 [christoph]  0.8.0claws13
7447
7448         * src/filter.c
7449         * src/folder.[ch]
7450         * src/folderview.c
7451         * src/imap.[ch]
7452         * src/mainwindow.c
7453         * src/mbox_folder.c
7454         * src/mh.c
7455         * src/news.c
7456                 implement imap uid cache and uid validity check
7457
7458 2002-07-25 [alfons]     0.8.0claws12
7459
7460         * src/summaryview.c
7461                 fix a brown paper bag bug, and also add some more
7462                 checks
7463
7464 2002-07-25 [christoph]  0.8.0claws11
7465
7466         * src/folder.c
7467                 don't mix copy, fetch_msginfo and remove
7468                 operations in folder item copy and move
7469                 operations
7470
7471 2002-07-25 [christoph]  0.8.0claws10
7472
7473         * src/folderview.c
7474         * src/mainwindow.c
7475         * src/prefs_folder_item.c
7476         * src/summaryview.[ch]
7477                 remove no longer required parameter update_cache from
7478                 summary_show
7479
7480 2002-07-25 [paul]       0.8.0claws9
7481
7482         * sync with 0.8.1
7483         
7484         * AUTHORS
7485                 a few corrections
7486
7487 2002-07-24 [alfons]     0.8.0claws8
7488
7489         * src/summaryview.c
7490                 sort correctly when using simplified subject line
7491                 (closes feature request "[ 585141 ] applying regexp to subject 
7492                 before sort" submitted by Alexandra Walford)
7493
7494 2002-07-24 [paul]       0.8.0claws7
7495
7496         * sync with 0.8.0cvs3
7497                 see ChangeLog 2002-07-24
7498
7499 2002-07-23 [christoph]  0.8.0claws6
7500
7501         * src/folder.c
7502         * src/folder.h
7503         * src/summaryview.c
7504         * src/summaryview.h
7505         * src/main.c
7506                 o separate processing and summaryview
7507                 o removed summary_write_cache from summaryview
7508                 o removed summaryview->killed_messages, because we don't have
7509                   to keep a list of killed messages anymore. New cache will
7510                   keep the hidden messages in cache anyway
7511         * src/folderview.c
7512         * src/inc.c
7513         * src/selective_download.c
7514                 o removed unnecessary summary_write_cache calls
7515         * src/procmsg.c
7516                 o don't set ignore thread flag in procmsg_get_thread_tree
7517                   if it is already set
7518         * src/mainwindow.c
7519         * src/statusbar.h
7520                 o moved STATUSBAR_PUSH/POP to statusbar.h because
7521                   they are used in different files
7522
7523 2002-07-23 [melvin]     0.8.0claws5
7524
7525         * src/addressbook.c
7526         * src/addrgather.c
7527         * src/editaddress.c
7528         * src/editgroup.c
7529         * src/editldap_basedn.c
7530         * src/importldif.c
7531         * src/prefs_common.c
7532                 Fixed few memory leak (gtk_editable_get_chars returns
7533                 an allocated string)
7534         * src/logwindow.c
7535                 Fixed few memory leak (gtk_editable_get_chars returns
7536                 an allocated string) and modified a little the log cutting
7537                 loop.
7538         * src/compose.c
7539                 Replaced a call to an obsolete function gtk_entry_get_text()
7540                 by gtk_editable_get_chars()
7541         * src/send.c
7542                 Removed a debug printf
7543
7544 2002-07-23 [christoph]  0.8.0claws4
7545
7546         * src/filesel.c
7547                 fix another g_dirname memory leak
7548
7549 2002-07-23 [christoph]  0.8.0claws3
7550
7551         * src/mh.c
7552                 fixed a memory leak in mh_fetch_msginfo
7553                 fixed crash when message header could not be
7554                 parsed
7555
7556 2002-07-23 [paul]       0.8.0claws2
7557
7558         * sync with 0.8.0cvs2
7559                 see ChangeLog 2002-07-23
7560
7561 2002-07-23 [paul]       0.8.0claws1
7562
7563         * sync with 0.8.0cvs1
7564                 see ChangeLog 2002-07-23
7565
7566 2002-07-23 [paul]       0.8.0claws
7567
7568         * release of 0.8.0claws
7569
7570 2002-07-23 [paul]       0.7.8claws99
7571
7572         * po/ru.po
7573                 new Russian translation, submitted by
7574                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
7575
7576 2002-07-22 [jens]       0.7.8claws98
7577
7578         * po/de.po
7579                 Updated German translations.
7580
7581 2002-07-22 [paul]       0.7.8claws97
7582
7583         * po/es.po
7584           po/it.po
7585           po/nl.po
7586           po/pt_BR.po
7587                 updated translations by Ricardo Mones Lastra,
7588                 Alessandro Maestri, Wilbert Berendsen and 
7589                 Fabio Jr. Beneditto respectively
7590
7591 2002-07-22 [christoph]  0.7.8claws96
7592
7593         * src/mimeview.c
7594                 fix memory leak caused by wrong g_dirname usage
7595
7596 2002-07-22 [christoph]  0.7.8claws95
7597
7598         * src/summaryview.c
7599                 update new and unread message counts for summaryview
7600                 summaryview does not get it from the folder anymore
7601                 and has to update the values itself
7602
7603 2002-07-22 [melvin]     0.7.8claws94
7604
7605         * po/fr.po
7606                 Updated French translations.
7607
7608 2002-07-22 [christoph]  0.7.8claws93
7609
7610         * src/matcher.c
7611                 set prop->preg pointer to NULL or following check
7612                 will not fail and regexec will be called with
7613                 invalid pointer
7614
7615 2002-07-21 [alfons]     0.7.8claws92
7616         
7617         * src/prefs_common.[ch]
7618                 remove option "Send return receipt on request"
7619
7620 2002-07-21 [thorsten]   0.7.8claws91
7621
7622         * src/mimeview.c
7623                 fixed memleaks, coding style as pointed out by alfons
7624
7625 2002-07-21 [alfons]     0.7.8claws90
7626
7627         * src/messageview.c
7628         * src/noticeview.[ch]
7629                 o fix bug notice view being displayed when going to empty folder 
7630                   (noticed by Christoph)
7631                 o allow RRR to be sent when restarting sylpheed, or changing folder 
7632                   (noticed by Thorsten)
7633
7634 2002-07-21 [thorsten]   0.7.8claws89
7635
7636         * src/mimeview.c
7637                 Included save_all patch from Xaview FACQ
7638                 added support for pathnames
7639
7640 2002-07-21 [alfons]     0.7.8claws88
7641
7642         * po/POTFILES.in
7643         * src/Makefile.am
7644         * src/mainwindow.c
7645         * src/messageview.[ch]
7646         * src/noticeview.c      ** NEW FILE **
7647         * src/noticeview.h      ** NEW FILE **
7648                 make return receipts work again
7649                 (UI idea by Leandro Pereira)
7650
7651 2002-07-21 [paul]       0.7.8claws87
7652
7653         * src/summaryview.c
7654                 fix sensitivity of 'Select thread'
7655
7656 2002-07-21 [paul]       0.7.8claws86
7657
7658         * src/prefs_common.c
7659                 add browser command line for Galeon
7660
7661 2002-07-21 [paul]       0.7.8claws85
7662
7663         * Makefile.am
7664                 fix 'EXTRA_DIST': remove README.README, add TODO
7665                 and TODO.claws
7666
7667 2002-07-21 [alfons]     0.7.8claws84
7668
7669         * src/gtkstext.c
7670                 make enter clear selection
7671                 (closes "[ 579888 ] Editor selection/entry error"
7672                 reported by Steve Lamb)
7673
7674 2002-07-21 [alfons]     0.7.8claws83
7675         
7676         * src/summaryview.c
7677                 sort message list when selecting unthread messages
7678                 (closes "[ 501593 ] switching threaded view doesn't sort"
7679                 reported by Simon Schubert)
7680
7681 2002-07-20 [alfons]     0.7.8claws82
7682         
7683         * src/matcher.c
7684                 const-correctness
7685
7686 2002-07-20 [thorsten]   0.7.8claws81
7687
7688         * src/matcher.c
7689                 Fixed expansion of empty fields in matchactions
7690
7691 2002-07-19 [melvin]     0.7.8claws80
7692
7693         * src/gtkspell.c
7694                 Removed a duplicate menu entry (fast mode) introduced during
7695                 the new cache merge
7696                 Added a menu separator between 'Use alternate' and 'Fast mode'
7697
7698 2002-07-19 [paul]       0.7.8claws79
7699
7700         * tools/Makefile.am
7701           tools/README
7702                 correct typos
7703
7704 2002-07-19 [thorsten]   0.7.8claws78
7705
7706         * tools/calypso_convert.pl      ** NEW FILE **
7707           tools/README
7708           tools/Makefile.am
7709                 script to import mbox files exported
7710                 by calypso
7711                 o generates folder structure
7712                 o includes attachments
7713
7714 2002-07-19 [melvin]     0.7.8claws77
7715
7716         * src/selective_download.[ch]
7717                 Fixed bug where closing the dialog with the window manager's
7718                 close button will not unlock the summary
7719                 Corrected some function declarations that missed a return value
7720                 Made the source code comply better with coding style.
7721         * src/prefs_common.c
7722                 Added new browser command line for Mozilla.
7723
7724 2002-07-18 [paul]       0.7.8claws76
7725
7726         * src/mainwindow.c
7727           src/selective_download.[ch]
7728                 reflect theme changes, fix Gdk Warning when creating 
7729                 pixmap from NULL window, and minor clean up.
7730                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7731
7732         * po/en_GB.po
7733                 updated
7734
7735 2002-07-17 [paul]       0.7.8claws75
7736
7737         * INSTALL[.jp]
7738                 sync with 0.8.0
7739         
7740         * po/en_GB.po
7741                 updated
7742
7743 2002-07-16 [paul]       0.7.8claws74
7744
7745         * tools/filter_conv.pl
7746           tools/README
7747                 replace conversion script with reimplemented version, 
7748                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
7749
7750 2002-07-16 [colin]      0.7.8claws73
7751
7752         * src/summaryview.c
7753                 remove forgotten debug messages - sorry ;-)
7754
7755 2002-07-16 [colin]      0.7.8claws72
7756
7757         * src/mimeview.c
7758           src/summaryview.c
7759           src/textview.c
7760           src/textview.h
7761                 add the ability to select part of a text mime-part 
7762                 to reply.
7763
7764 2002-07-15 [christoph]  0.7.8claws71
7765
7766         * src/folder.c
7767                 fix folder message count for folders without
7768                 msg_is_changed (includes news folders)
7769
7770 2002-07-15 [martin]     0.7.8claws70
7771
7772         * src/summaryview.c
7773                 option "display recipient on 'From'..." now works
7774                 without the need of enabling the option
7775                 "display  sender  using  address  book".
7776
7777 2002-07-15 [christoph]  0.7.8claws69
7778
7779         * src/summaryview.c
7780                 removed setting folder status from summaryview.
7781                 folder.c should update all message counts correctly.
7782
7783 2002-07-15 [paul]       0.7.8claws68
7784
7785         * po/pt_BR.po
7786                 updated by Fabio Junior Beneditto
7787
7788 2002-07-15 [darko]      0.7.8claws67
7789
7790         * src/mh.c
7791                 Fixed target folder colorization, don't decrease op
7792                 number twice
7793
7794 2002-07-14 [paul]       0.7.8claws66
7795
7796         * sync with main 0.8.0
7797                 see ChangeLog 2002-07-14
7798
7799 2002-07-13 [melvin]     0.7.8claws65
7800         
7801         * src/addrbook.c
7802         * src/addressbook.c
7803         * src/addrindex.c
7804                 Replaced sprintf by g_snprintf to prevent possible buffer
7805                 overflow.
7806         * src/news.c
7807                 Corrected a log message output format.
7808                 Added a missing "done" debug output.
7809         * src/compose.c
7810                 Added keyboard accelerator for Priority menu items
7811                 Added missing \n in debug output
7812         * src/logwindow.c
7813         * src/gtkspell.c
7814         * src/rfc2015.c
7815                 Added missing \n in debug output
7816
7817 2002-07-13 [paul]       0.7.8claws64
7818
7819         * man/sylpheed.1
7820                 change Sergey's email address to the sf address
7821
7822         * src/textview.c
7823                 increase show_url_timeout (more useful for long
7824                 urls)
7825
7826 2002-07-12 [sergey]     0.7.8claws63
7827
7828         * src/rfc2015.c
7829                 applied (with some modifications) patch to set the
7830                 micalg parameter for signatures
7831                 (2001-08-28 Werner Koch <wk@gnupg.org>)
7832
7833 2002-07-12 [sergey]     0.7.8claws62
7834
7835         * man/Makefile.am
7836         * configure.in
7837                 fixed man page installation
7838
7839 2002-07-12 [paul]       0.7.8claws61
7840
7841         * sync with 0.7.8cvs26
7842                 see ChangeLog 2002-07-11 and 2002-07-12
7843
7844 2002-07-11 [christoph]  0.7.8claws60
7845
7846         * src/compose.c
7847         * src/procmsg.c
7848                 first use the message number to find the message
7849                 to mark with a reply flag but check the
7850                 message-id if we got the correct message, if not
7851                 try to find it by message-id.
7852                 use new string seperator that is not allowed
7853                 in message-ids.
7854
7855 2002-07-11 [paul]       0.7.8claws59
7856
7857         * sync with 0.7.8cvs23
7858                 see ChangeLog 2002-07-10
7859
7860 2002-07-10 [christoph]  0.7.8claws58
7861
7862         * src/folder.[ch]
7863         * src/msgcache.[ch]
7864                 Added message-id table to the cache in memory
7865                 and functions to msgcache.c and folder.c to
7866                 fetch MsgInfos by message id
7867         * src/compose.c
7868         * src/procmsg.c
7869                 store folder and message-id of message replying
7870                 to in queue header and set reply flag after sending
7871                 (Closes bug #469498)
7872
7873 2002-07-10 [paul]       0.7.8claws57
7874
7875         * AUTHORS
7876           man/sylpheed.1.gz
7877                 add Martin to the list of authors
7878
7879 2002-07-09 [martin]     0.7.8claws56
7880         * src/gtksctree.c
7881                 Added gtk_ctree_last_visible(), tree_update_level(),
7882                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
7883                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7884                 from gtk+ to gtksctree.c for the new sorting code
7885                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
7886                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
7887         * src/gtksctree.h
7888                 Added declaration for gtk_sctree_sort_recursive() and
7889                 gtk_sctree_sort_node
7890         * src/addressbook.c
7891         * src/foldersel.c
7892         * src/folderview.c
7893         * src/summaryview.c
7894                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
7895                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
7896
7897 2002-07-08 [paul]       0.7.8claws55
7898
7899         * more sync with 0.7.8cvs21
7900                 see ChangeLog 2002-07-08
7901
7902 2002-07-08 [paul]       0.7.8claws54
7903
7904         * sync with 0.7.8cvs21
7905                 see ChangeLog 2002-07-08
7906
7907 2002-07-07 [alfons]     0.7.8claws53
7908
7909         * src/Makefile.am
7910         * src/stock_pixmap.[ch]
7911         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
7912         * src/pixmaps/notice_error.xpm  ** NEW FILE **
7913         * src/pixmaps/notice_note.xpm   ** NEW FILE **
7914                 add new pixmaps for upcoming notice pane
7915
7916 2002-07-06 [melvin]     0.7.8claws52
7917
7918         * src/gtkspell.[ch]
7919                 Made them a bit closer to Sylpheed's coding style.
7920                 Removed old code.
7921                 Removed possible memory leaks when some errors occurs.
7922
7923 2002-07-06 [melvin]     0.7.8claws51
7924
7925         * po/Makefile.in.in
7926                 Removed --no-location in xgettext command line to help
7927                 translators that use Emacs' po-mode
7928         * src/quote_fmt.c
7929                 Removed unnecessary comments that messed up sylpheed.pot
7930
7931 2002-07-06 [paul]       0.7.8claws50
7932
7933         * sync with 0.7.8cvs19
7934                 see ChangeLog 2002-07-05
7935
7936 2002-07-06 [christoph]  0.7.8claws49
7937
7938         * src/folder.c
7939         * src/mainwindow.c
7940                 fix folder_item_remove_all_msg and folderview
7941                 status for trash folders after emptying trash
7942
7943 2002-07-05 [paul]       0.7.8claws48
7944
7945         * sync with 0.7.8cvs16
7946                 see ChangeLog 2002-07-04 and 2002-07-05
7947
7948 2002-07-04 [paul]       0.7.8claws47
7949
7950         * sync with 0.7.8cvs14
7951                 see  ChangeLog 2002-07-04
7952
7953 2002-07-03 [alfons]     0.7.8claws46
7954
7955         * src/folder.c
7956                 dupe folder item's path because it's being reallocated
7957                 by new folder scanning code
7958
7959 2002-07-03 [christoph]  0.7.8claws45
7960
7961         * src/imap.c
7962                 better IMAP uid fetching using 'FETCH 1:* (UID)'
7963         * src/msgcache.c
7964                 add missing return in msgcache_write
7965
7966 2002-07-02 [thorsten]   0.7.8claws44
7967
7968         * src/jpilot.c
7969         * src/msgcache.c
7970         * src/rfc2015.c
7971                 use binary mode for file access
7972
7973 2002-07-02 [christoph]  0.7.8claws43
7974
7975         * major code cleanup (part 1)
7976         
7977                 - unused variables removed
7978                 - unused functions removed
7979                 - uninitialized variables checked
7980                 - missing return statements added
7981                 - missing function return types added
7982                 - added parentheses around assignment and
7983                   && in || when suggested by gcc
7984               
7985         * src/mh.c
7986         * src/folder.c
7987                 replaced direct calls to folder->scan_tree
7988                 with folder_scan_tree and restore folder
7989                 prefs in this function. The folder should
7990                 not have to deal with them.
7991                 ( Should now work for all folder types )
7992
7993 2002-07-02 [paul]       0.7.8claws42
7994
7995         * sync with 0.7.8cvs13
7996                 see ChangeLog 2002-07-01 and 2002-07-02
7997
7998 2002-07-01 [christoph]  0.7.8claws41
7999
8000         * src/summaryview.c
8001                 fix "goto next/prev unread message" with
8002                 ignored threads
8003
8004 2002-07-01 [paul]       0.7.8claws40
8005
8006         * po/es.po
8007                 updated by Ricardo Mones Lastra
8008
8009 2002-06-30 [match]      0.7.8claws39
8010
8011         * src/jpilot.c
8012                 applied variation of leonerd's patch (566661) to
8013                 allow multiple email addresses per JPilot entry.
8014                 addresses may be separated by space, comma, pipe,
8015                 semi-colon, new-line.
8016
8017 2002-06-30 [alfons]     0.7.8claws38
8018
8019         * src/procmsg.c
8020                 simple fix for putting older nodes before
8021                 newer nodes when threading by subject
8022
8023 2002-06-30 [christoph]  0.7.8claws37
8024
8025         * src/folder.c
8026         * src/folderview.c
8027         * src/mh.c
8028         * src/news.c
8029         * src/procmsg.c
8030                 fix broken folder tree rescaning
8031                 and don't use procmsg_get_mark_sum
8032                 anymore
8033
8034 2002-06-30 [christoph]  0.7.8claws36
8035
8036         * merge new cache branch
8037         * src/imap.c
8038                 fix new cache imap copy bug
8039         * src/folder.c
8040                 improved folder_item_scan
8041                 it should now always set the correct
8042                 new, unread and total message counts
8043
8044 2002-06-29 [paul]       0.7.8claws35
8045
8046         * configure.in
8047                 correct syntax error
8048
8049 2002-06-29 [paul]       0.7.8claws34
8050
8051         * configure.in
8052           Makefile.am
8053           man/Makefile.am       ** NEW FILE **
8054           man/sylpheed.1.gz     ** NEW FILE **
8055                 add Sylpheed man page
8056
8057 2002-06-29 [paul]       0.7.8claws33
8058
8059         * po/pt_BR.po
8060                 updated by Fabio Junior Beneditto
8061
8062 2002-06-28 [jens]       0.7.8claws32
8063
8064         * po/de.po
8065                 translation updated
8066
8067         * src/selective_download.c
8068                 removed gettext for space " "
8069
8070         * src/imap.c
8071                 removed wrong space
8072
8073 2002-06-28 [paul]       0.7.8claws31
8074
8075         * sync with 0.7.8cvs11
8076                 see ChangeLog 2002-06-28
8077
8078 2002-06-28 [paul]       0.7.8claws30
8079
8080         * sync with 0.7.8cvs10
8081                 see ChangeLog 2002-06-27 and 2002-06-28
8082
8083 2002-06-26 [paul]       0.7.8claws29
8084
8085         * src/addrgather.c
8086           src/selective_download.c
8087                 don't gettextise empty strings.
8088                 reserved by gettext. gettext("") returns 
8089                 the header entry with meta information, 
8090                 not the empty string
8091
8092         * po/en_GB.po
8093                 updated
8094
8095 2002-06-26 [paul]       0.7.8claws28
8096
8097         * sync with 0.7.8cvs7
8098                 see ChangeLog 2002-06-25
8099
8100         * src/prefs_common.c
8101                 ...and in the process, tweak the gui a little
8102
8103 2002-06-25 [alfons]     0.7.8claws27
8104         
8105         * configure.in
8106         * src/Makefile.am
8107                 fine tune ldap library detection
8108
8109 2002-06-25 [alfons]     0.7.8claws26
8110
8111         * src/compose.c
8112                 don't allow return receipts when composing a news article
8113
8114 2002-06-25 [paul]       0.7.8claws25
8115
8116         * Makefile.am
8117                 add '$(AMTAR)' to 'release' section to allow for
8118                 new and older autotools
8119
8120 2002-06-25 [paul]       0.7.8claws24
8121
8122         * src/summaryview.c
8123                 fix "No more unread messages" persistant pop-up
8124                 window bug
8125
8126 2002-06-25 [paul]       0.7.8claws23
8127
8128         * po/it.po
8129                 updated by Alessandro Maestri
8130
8131 2002-06-25 [paul]       0.7.8claws22
8132
8133         * sync with 0.7.8cvs6
8134                 see ChangeLog 2002-06-25
8135
8136 2002-06-24 [paul]       0.7.8claws21
8137
8138         * tools/update-po
8139                 add GPL copyright information
8140
8141 2002-06-24 [paul]       0.7.8claws20
8142
8143         * tools/Makefile.am
8144           tools/README
8145           tools/update-po       ** NEW FILE **
8146                 add script that eases the creation of *.po files
8147                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
8148
8149 2002-06-23 [alfons]     0.7.8claws19
8150
8151         * src/messageview.c
8152                 make notification_convert_header obey const correctness
8153                 (next step will be fixing the broken return receipt)
8154
8155 2002-06-23 [paul]       0.7.8claws18
8156
8157         * src/messageview.c
8158                 fix bug introduced in last commit:
8159                 removed too much code in last commit - put back what's
8160                 needed
8161
8162 2002-06-23 [paul]       0.7.8claws17
8163
8164         * src/messageview.[ch]
8165                 remove code committed in error from locally patched
8166                 source
8167
8168 2002-06-23 [colin]      0.7.8claws16
8169
8170         * src/compose.[ch]
8171                 add compose_entry_select(), used to select the default_to
8172                 email address - hopefully avoiding people sending mails to
8173                 wrong recipients.
8174
8175 2002-06-22 [alfons]     0.7.8claws15
8176
8177         * AUTHORS
8178                 add Bram Metsch & Stanislav Karchebny
8179         * src/smtp.[ch]
8180         * src/prefs_account.[ch]
8181         * src/send.c
8182                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
8183                   options.  (see <http://sourceforge.net/tracker/index.php
8184                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
8185
8186                 - merge Stanislav's fix to make SMTP AUTH work with qmail
8187                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
8188
8189 2002-06-22 [paul]       0.7.8claws14
8190
8191         * sync with 0.7.8cvs5
8192                 see ChangeLog 2002-06-19 and 2002-06-20
8193
8194 2002-06-22 [alfons]     0.7.8claws13
8195
8196         * src/selective_download.c
8197                 fix a stupid mistake I made
8198
8199 2002-06-22 [alfons]     0.7.8claws12
8200
8201         * src/selective_download.[ch]
8202                 fix another unnoticed leak; cleanup code
8203
8204 2002-06-21 [alfons]
8205
8206         * tools/Makefile.am
8207                 gpg-sign <-- gpg-sign-syl
8208
8209 2002-06-21 [alfons]     0.7.8claws11
8210
8211         * src/selective_download.c
8212         * src/selective_download.h
8213                 fix assorted mix of allocation errors (should solve
8214                 problem reported by Philippe Gramoullé, see:
8215                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
8216
8217 2002-06-20 [melvin]     0.7.8claws10
8218
8219         * tools/gpg-sign *REMOVED*
8220           tools/gpg-sign-syl *ADDED*
8221                 Replaced the gpg clearsigning script with the version using
8222                 xterm instead of ssh-askpass and changed its name.
8223
8224         * README.claws
8225                 Updated actions example to reflect the renaming of the
8226                 gpg clearsigning script.
8227
8228 2002-06-19 [paul]       0.7.8claws9
8229
8230         * sync with 0.7.8claws9
8231                 see ChangeLog 2002-06-18 and 2002-06-19
8232
8233 2002-06-19 [paul]       0.7.8claws8
8234
8235         * sync with 0.7.8cvs1
8236                 see ChangeLog 2002-06-18
8237
8238 2002-06-18 [alfons]     0.7.8claws7
8239
8240         * src/mainwindow.h
8241                 add omitted prototype
8242
8243 2002-06-17 [paul]       0.7.8claws6
8244
8245         * src/mainwindow.c
8246                 fix hiding of exec_btn
8247
8248 2002-06-17 [paul]       0.7.8claws5
8249
8250         * src/pop.c
8251                 remove unneeded code: should_delete() 
8252                 and Pop3State::uidl_todelete_list
8253
8254 2002-06-17 [paul]       0.7.8claws4
8255
8256         * sync with 0.7.8
8257                 see ChangeLog 2002-06-11 and 2002-06-13
8258
8259 2002-06-16 [alfons]     0.7.8claws3
8260         
8261         * src/folder.c
8262                 make sure lock sort mode (claws specific) is
8263                 also persists after a tree rescan
8264
8265 2002-06-16 [alfons]     0.7.8claws2
8266
8267         * src/prefs_folder_item.c
8268         * src/folder.[ch]
8269                 fix persistence of folder sort mode (broken
8270                 by adapting Hiro's new folder persistence code)
8271
8272 2002-06-16 [alfons]     0.7.8claws1
8273
8274         * AUTHORS
8275         * src/logwindow.c
8276         * src/prefscommon.[ch]
8277                 control size of log text in log window; 
8278                 closes patch #569155 submitted by Mitko Haralanov.
8279
8280 2002-06-15 [paul]       0.7.8claws
8281
8282         * release of 0.7.8claws
8283
8284 2002-06-15 [paul]       0.7.7claws
8285
8286         * po/pt_BR.po
8287                 updated by Fabio Junior Beneditto
8288
8289 2002-06-14 [paul]       0.7.6claws49
8290
8291         * po/es.po
8292                 updated by Ricardo Mones Lastra
8293
8294 2002-06-14 [paul]       0.7.6claws48
8295
8296         * po/nl.po
8297                 updated translation by Wilbert Berendsen
8298
8299 2002-06-14 [melvin]     0.7.6claws47
8300
8301         * po/fr.po
8302                 Updated French translation
8303
8304 2002-06-13 [paul]       0.7.6claws46
8305
8306         * src/filesel.c
8307                 allow filename to be typed in, rather than just
8308                 selected by the mouse. Patch by Gustavo Noronha Silva.
8309
8310 2002-06-13 [alfons]     0.7.6claws45
8311
8312         * src/mainwindow.[ch]
8313                 more cleanups (removing unnecessary menu items Expand 
8314                 summary / message view)
8315
8316 2002-06-13 [melvin]     0.7.6claws44
8317
8318         * po/POTFILES.in
8319                 Added src/string_match.c
8320         * src/string_match.c
8321                 Fixed possible buffer overflow.
8322                 Corrected typo.
8323                 Added missing config.h header.
8324         * src/prefs_common.c
8325           src/prefs_matcher.c
8326           src/prefs_scoring.c
8327                 Made some strings translatable (missing _(..)).
8328
8329 2002-06-13 [melvin]     0.7.6claws43
8330
8331         * README.claws
8332                 Corrected action example (verifying clearsigned mail).
8333         * src/prefs_account.c
8334                 Corrected typo.
8335         * src/prefs_common.c
8336                 Removed incorrect line that generated a Gtk-CRITICAL msg.
8337
8338 2002-06-12 [alfons]     0.7.6claws42
8339
8340         * src/summaryview.c
8341                 add init of score column lost in 0.7.6claws42
8342
8343 2002-06-12 [paul]       0.7.6claws41
8344
8345         * src/prefs_account.c
8346                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
8347                 behavior of the radio buttons, (from 0.7.7cvs2)
8348
8349 2002-06-11 [alfons]     0.7.6claws40
8350
8351         * src/messageview.[ch]
8352         * src/summaryview.[ch]
8353         * src/summary_search.c
8354         * src/mainwindow.c
8355                 perform a sync to bring in Hiro's separate view implementation 
8356
8357                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
8358
8359 2002-06-11 [paul]       0.7.6claws39
8360         
8361         * src/prefs_account.c
8362                 correct a typo on the Receive tab
8363
8364 2002-06-10 [match]      0.7.6claws38
8365
8366         * src/addressbook.c
8367                 Included address completion patch from Gustavo Noronha.
8368
8369 2002-06-10 [paul]       0.7.6claws37
8370
8371         * src/inc.[ch]
8372           src/pop.c
8373           src/prefs_account.[ch]
8374           src/selective_download.[ch]
8375                 apply PATCH #561712
8376                  NEW:
8377                 - check if POP Account
8378                 - Receive Button renamed to Preview
8379                 - Preview Button Popup: preview new/all messages
8380                 - Download Button
8381                 - Account Preferences-->Receive tab checkbutton if you
8382                   want to remove Mail after Download
8383                 -: default YES
8384                 - Account Preferences-->Receive tab checkbutton use
8385                   filtering rules on preview
8386                   (think of delete_on_server)
8387                 -: default YES
8388                 - Account selectable from SD dialog
8389                 - checkbutton to show already downloaded messages if
8390                   all messages are previewed
8391                 - new clist column showing Date
8392                 - ESC KEY close
8393                 FIXES:
8394                 - play ball with UIDL
8395                 - fault tolerant (?) 
8396                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
8397
8398 2002-06-10 [melvin]     0.7.6claws36
8399
8400         * README.claws
8401                 Added a hint to ac/README in cvs instructions.
8402
8403         * src/prefs_actions.c
8404                 Made it possible to use a more elaborate command line
8405                 for asynchronous actions, too.
8406
8407 2002-06-10 [melvin]     0.7.6claws35
8408         
8409         * src/prefs_actions.c
8410                 Make it possible to use a more elaborate command line
8411                 (e.g. |foo|bar|cat>there;echo Done|)
8412                 Corrected error message when calling %f, %F and %p commands
8413                 from the compose window.
8414
8415 2002-06-09 [colin]      0.7.6claws34
8416
8417         * src/summaryview.c
8418                 Automatically find unread messages in current folder
8419                 before annoying the user.
8420
8421 2002-06-08 [alfons]     0.7.6claws33
8422
8423         * po/it.po
8424                 remove bad formatting string in it.po translation
8425                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
8426
8427 2002-06-08 [paul]       0.7.6claws32
8428
8429         * sync with 0.7.6cvs25
8430                 see ChangeLog 2002-06-07
8431
8432 2002-06-05 [paul]       0.7.6claws31
8433
8434         * src/mainwindow.c
8435                 add 'Sort by locked' and 'Sort by score'
8436
8437 2002-06-05 [paul]       0.7.6claws30
8438
8439         * sync with 0.7.6cvs24
8440                 see ChangeLog 2002-06-04
8441
8442 2002-06-04 [paul]       0.7.6claws29
8443
8444         * po/pt_BR.po
8445                 updated by Fabio Junior Beneditto
8446
8447 2002-06-03 [thorsten]   0.7.6claws28
8448
8449         * src/matcher.c
8450                 fclose() matcherrc after reading
8451
8452 2002-06-03 [paul]       0.7.6claws27
8453
8454         * sync with 0.7.6cvs21
8455                 see ChangeLog 2002-05-31
8456
8457 2002-05-31 [paul]       0.7.6claws26
8458
8459         * sync with 0.7.6cvs20
8460                 see ChangeLog 2002-05-29 and 2002-05-30
8461
8462 2002-05-31 [paul]       0.7.6claws25
8463
8464         * src/imap.c
8465                 hopefully fix last buggy sync
8466
8467         * README.claws
8468                 correct typo in 'Actions' examples
8469
8470 2002-05-29 [paul]       0.7.6claws24
8471
8472         * sync with 0.7.6cvs18
8473                 see ChangeLog 2002-05-28 and 2002-05-29
8474
8475         * src/news.c
8476           src/nntp.[ch]
8477                 sync with above 
8478
8479 2002-05-28 [paul]       0.7.6claws23
8480
8481         * sync with 0.7.6cvs16
8482                 see ChangeLog 2002-05-28
8483
8484 2002-05-27 [thorsten]   0.7.6claws22 
8485
8486         * faq/it/sylpheed-faq-1.html
8487           faq/it/sylpheed-faq-2.html
8488           faq/it/sylpheed-faq-3.html
8489           faq/it/sylpheed-faq.html
8490                 corrected DOS lineendings
8491         * faq/de/sylpheed-faq-1.html
8492           faq/de/sylpheed-faq-2.html
8493           faq/en/sylpheed-faq-1.html
8494           faq/en/sylpheed-faq-2.html
8495           faq/en/sylpheed-faq-3.html
8496           faq/es/sylpheed-faq-1.html
8497           faq/es/sylpheed-faq-2.html
8498           faq/es/sylpheed-faq-3.html
8499           faq/fr/sylpheed-faq-1.html
8500           faq/it/sylpheed-faq-1.html
8501           faq/it/sylpheed-faq-2.html
8502           faq/it/sylpheed-faq-3.html
8503           faq/it/sylpheed-faq.html
8504                 changed ">" to &quot;
8505
8506 2002-05-27 [paul]       0.7.6claws21
8507         
8508         * sync with 0.7.6cvs15
8509                 see ChangeLog 2002-05-27
8510
8511 2002-05-27 [paul]       0.7.6claws20
8512
8513         * src/prefs_account.c
8514                 correct a typo
8515
8516 2002-05-26 [paul]       0.7.6claws19
8517
8518         * tools/README
8519                 correct a typo
8520
8521 2002-05-25 [paul]       0.7.6claws18
8522
8523         * tools/README
8524                 add description of kmail2sylpheed.pl
8525
8526 2002-05-25 [paul]       0.7.6claws17
8527
8528         * tools/kmail2sylpheed.pl       ** NEW FILE **
8529                 perl script that converts an exported Kmail address
8530                 book, converts it to sylpheed addressbook file,
8531                 writes the file to .sylpheed, and updates
8532                 addrbook--index.xml 
8533
8534 2002-05-25 [paul]       0.7.6claws16
8535
8536         * sync with 0.7.6cvs14
8537                 see ChangeLog 2002-05-23
8538
8539 2002-05-24 [paul]       0.7.6claws15
8540
8541         * README.claws
8542                 make a correction and add some more info
8543
8544 2002-05-24 [paul]       0.7.6claws14
8545
8546         * src/compose.c
8547                 fix memory leak in 
8548                 compose_redirect_write_headers_from_headerlist()
8549                 add Subject and Resent-Message-ID to
8550                 compose_redirect_write_headers()
8551                 Received, Subject, and X-UIDL are filtered out in 
8552                 compose_redirect_write_to_file()
8553
8554 2002-05-23 [paul]       0.7.6claws13
8555
8556         * src/compose.[ch]
8557           src/filtering.c
8558           src/mainwindow.c
8559           src/matcher.[ch]
8560           src/matcher_parser_lex.l
8561           src/matcher_parser_parse.y
8562           src/prefs_common.[ch]
8563           src/prefs_filtering.c
8564           src/summaryview.c
8565                 rename 'Bounce' to 'Redirect'
8566
8567 2002-05-23 [paul]       0.7.6claws12
8568
8569         * more sync with 0.7.6cvs13
8570           src/compose.c
8571                 see ChangeLog 2002-05-22
8572
8573 2002-05-22 [paul]       0.7.6claws11
8574
8575         * sync with 0.7.6cvs13
8576           src/codeconv.c
8577                 see ChangeLog 2002-05-20
8578           src/prefs_common.c
8579                 see ChangeLog 2002-05-22
8580
8581 2002-05-21 [melvin]     0.7.6claws10
8582
8583         * src/folderview.c
8584                 Added missing filtering and scoring headers
8585                 Fixed bad function call that showed garbage 
8586                 in Folder->Processing
8587
8588 2002-05-21 [paul]       0.7.6claws9
8589
8590         * tools/Makefile.am
8591                 make all tools executable, (patch by Alfons).
8592
8593 2002-05-20 [alfons]     0.7.6claws8
8594
8595         * src/procheader.c
8596                 don't forget to call mktime() so we have a valid week 
8597                 and year day
8598                 (Bug report by Roger Sondermann <mail@jumaros.de>)
8599
8600 2002-05-20 [paul]       0.7.6claws7
8601
8602         * src/html.c
8603                 fix broken parsing of urls
8604         * src/textview.c
8605                 fix displaying of urls
8606
8607                 both fixes from the patch [547855] by Eugene 
8608                 Brevdo (zonem)
8609
8610 2002-05-19 [alfons]     0.7.6claws6
8611
8612         * configure.in
8613                 make sylpheed configure correctly with the latest
8614                 and greatest of automake / autoconf / gettext
8615
8616 2002-05-19 [alfons]     0.7.6claws5
8617
8618         * src/procheader.c
8619         * src/procheader.h
8620                 add function for returning ime zone offset
8621         * src/quote_fmt.c
8622         * src/quote_fmt_parse.y
8623                 better quotation formatting - does not convert
8624                 to local time, but uses the original date string.
8625                 
8626                 Note: %z inserts the timezone offset (should 
8627                 work also on platforms where strftime does not
8628                 support %z).
8629
8630 2002-05-18 [christoph]  0.7.6claws4
8631
8632         * src/summaryview.c
8633                 fix indentation of some code
8634         * tools/Makefile.am
8635                 fix spaces after \
8636         * src/Makefile.am
8637                 add missing \
8638                 correct path for ignorethread.xpm
8639                 incorrect filename for sylpheed_logo.xpm
8640                 add missing include matcher_parser_parse.h
8641
8642 2002-05-18 [paul]       0.7.6claws3
8643
8644         * sync with 0.7.6cvs8
8645                 see ChangeLog 2002-05-16 and 2002-05-17
8646
8647 2002-05-18 [melvin]     0.7.6claws2
8648
8649         * README.claws
8650                 Corrected an action's definition and fixed some misspellings.
8651
8652 2002-05-18 [paul]       0.7.6claws1
8653
8654         * tools/Makefile.am
8655           tools/gpg-sign        ** new file **
8656           tools/uudec           ** new file **
8657                 add Melvin's Actions scripts
8658
8659         * README.claws
8660                 add Melvin's descriptions for Actions
8661
8662 2002-05-18 [paul]       0.7.6claws
8663
8664         * Version 0.7.6claws released
8665
8666 2002-05-17 [paul]       0.7.5claws32
8667
8668         * po/es.po
8669                 updated by Ricardo Mones Lastra
8670
8671 2002-05-17 [paul]       0.7.5claws31
8672
8673         * src/compose.c
8674                 fix Account prefs default folder for sent/draft/deleted
8675                 messages bug
8676
8677         * po/it.po
8678           po/nl.po
8679                 updated translation by Alessandro Maestri and
8680                 Wilbert Berendsen
8681
8682 2002-05-17 [melvin]     0.7.5claws30
8683
8684         * src/prefs_actions.c
8685                 Fixed bug where using %F not at the end of the command 
8686                 resulted in an additional empty argument being created.
8687                 Thanks to Darko Koruga for reporting the bug.
8688
8689 2002-05-17 [melvin]     0.7.5claws29
8690
8691         * po/fr.po
8692                 Updated French translations.
8693
8694 2002-05-15 [paul]       0.7.5claws28
8695         
8696         * po/es.po
8697                 updated by Ricardo Mones Lastra
8698
8699 2002-05-15 [paul]       0.7.5claws27
8700
8701         * sync with 0.7.6cvs4
8702                 see ChangeLog 2002-05-14 and 2002-05-15
8703
8704 2002-05-14 [paul]       0.7.5claws26
8705
8706         * sync with 0.7.6cvs1
8707                 see ChangeLog 2002-05-13
8708
8709 2002-05-13 [thorsten]   0.7.5claws25
8710
8711         * src/messageview.c
8712                 fix select_all and copy in multipart messages
8713         * src/mainwindow.c
8714                 fix select_all and copy in multipart messages
8715
8716 2002-05-12 [paul]       0.7.5claws24
8717
8718         * src/summaryview.c
8719                 reverse last commit, bug already fixed in 0.7.5claws3
8720
8721 2002-05-12 [netztorte]  0.7.5claws23
8722
8723         * src/summaryview.c
8724                 dont parse empty addressbook (checked in before claws20)
8725
8726 2002-05-12 [melvin]     0.7.5claws22
8727
8728         * src/procmsg.[ch]
8729                 Removed unneeded priority code introduced by the previous 
8730                 commit.
8731
8732 2002-05-12 [melvin]     0.7.5claws21
8733
8734         * src/compose.[ch]
8735                 Added possibility to set message's priority.
8736         * src/procmsg.[ch]
8737                 Added possibility to set message's priority.
8738                 Added missing headers
8739
8740 2002-05-12 [melvin]     0.7.5claws20
8741
8742         * src/prefs_actions.c
8743                 Removed implicitely added quotes around the name
8744                 of the temporary files of mime parts.
8745
8746 2002-05-12 [paul]       0.7.5claws19
8747
8748         * sync with 0.7.5cvs20
8749                 see ChangeLog 2002-05-11
8750
8751 2002-05-12 [alfons]     0.7.5claws18
8752
8753         * src/quote_fmt_lex.l
8754         * src/quote_fmt_parse.y
8755                 allow quote / reply date & time format to be set using
8756                 %D{format}. format is a format string you'd pass to
8757                 strftime() (see man strftime, or the Display tab |
8758                 Date format setting).
8759
8760                 Currently %D converts the date to local time. 
8761
8762 2002-05-11 [paul]       0.7.5claws17
8763
8764         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
8765                 see ChangeLog 2002-05-10 and 2002-05-11
8766
8767 2002-05-10 [paul]       0.7.5claws16
8768
8769         * sync with 0.7.5cvs16
8770                 see ChangeLog entries 2002-05-09 and 
8771                 2002-05-10
8772
8773 2002-05-10 [colin]      0.7.5claws15
8774
8775         * src/textview.c
8776                 Corrected a bug that prevented sylpheed to open
8777                 double-clicked URIs.
8778
8779 2002-05-09 [paul]       0.7.5claws14
8780
8781         * sync with 0.7.5cvs14
8782                 see ChangeLog 2002-05-08 and 2002-05-09
8783
8784 2002-05-08 [paul]       0.7.5claws13
8785
8786         * sync with 0.7.5cvs11
8787                 see ChangeLog entry 2002-05-08
8788
8789 2002-05-08 [paul]       0.7.5claws12
8790
8791         * src/mainwindow.c
8792           src/textview.[ch]
8793                 fix segfault on View->Open in new window
8794                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8795
8796 2002-05-07 [paul]       0.7.5claws11
8797
8798         * sync with 0.7.5cvs9
8799                 see ChangeLog entry 2002-05-07
8800
8801 2002-05-06 [paul]       0.7.5claws10
8802
8803         * src/messageview.c
8804           src/textview.c
8805                 display url in statusbar on single-click
8806                 patch submitted by Thorsten Maerz <torte@netztorte.de>
8807
8808 2002-05-06 [match]      0.7.5claws9
8809
8810         * src/addritem.[ch]
8811                 new functions.
8812         * src/addrcache.c
8813                 tidy up.
8814         * src/xmlprops.[ch]
8815                 XML implementation of properties file.
8816         * src/exporthtml.[ch]
8817         * src/expthtmldlg.[ch]
8818         * src/addressbook.c
8819                 export to HTML.
8820
8821 2002-05-02 [sergey]     0.7.5claws8
8822
8823         * src/mainwindow.c (mainwin_entries),
8824           src/prefs_common.c (prefs_send_create()),
8825           src/codeconv.c (locale_table):
8826                 use charset name "Windows-1251" instead of "CP1251".
8827
8828 2002-05-02 [colin]      0.7.5claws7
8829         
8830         * src/compose.c
8831           src/prefs_common.c
8832           src/prefs_folder_item.c
8833                 Fixed cosmetics bugs due to Outbox renamed to Sent.
8834
8835 2002-05-02 [hiro]       0.7.5claws6
8836
8837         * src/imap.c
8838                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
8839
8840 2002-05-02 [paul]       0.7.5claws5
8841
8842         * src/compose.c
8843                 more sync with 0.7.5cvs7, see ChangeLog entry
8844                 2002-05-02
8845
8846 2002-05-02 [hiro]       0.7.5claws4
8847
8848         * src/compose.c
8849                 compose_queue_sub():
8850                 check if queue folder exists (closes #550397).
8851                 removed directory creation since it should be handled
8852                 transparently.
8853         * src/imap.c
8854                 imap_add_msg(): return UID for appended message
8855                 (closes #548842).
8856
8857 2002-04-30 [paul]       0.7.5claws3
8858
8859         * src/summaryview.c
8860                 fix account_find_from_address() bug
8861
8862 2002-04-28 [colin]      0.7.5claws2
8863
8864         * src/compose.c
8865           src/textview.c
8866           src/prefs_common.[ch]
8867           src/utils.[ch]
8868                 Added user-definable quotation characters recognition.
8869
8870 2002-04-28 [paul]       0.7.5claws1
8871
8872         * sync with 0.7.5cvs4
8873                 see ChangeLog entry  2002-04-25
8874
8875 2002-04-28 [paul]       0.7.5claws
8876
8877         * po/es.po
8878           po/nl.po
8879           po/pt_BR.po
8880                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
8881                 Fabio Junior Beneditto
8882
8883 2002-04-27 [jens]       0.7.4claws103
8884
8885         * po/de.po
8886                 updated German translation.
8887
8888 2002-04-27 [hiro]       0.7.4claws102
8889
8890         * src/summaryview.c
8891                 summary_write_cache(): fixed the mark loss of hidden messages.
8892
8893 2002-04-26 [melvin]     0.7.4claws101
8894
8895         * src/procmsg.c
8896                 fixed a second typo (same one)
8897         * po/fr.po
8898           po/it.po
8899           po/pt_BR.po
8900                 fixed the type again...
8901
8902 2002-04-26 [melvin]     0.7.4claws100
8903
8904         * src/procmsg.c
8905                 fixed a typo in an alert message ("temorary").
8906         * po/it.po
8907         * po/pt_BR.po
8908                 corrected the typo  described above.
8909         * po/fr.po
8910                 updated French translation.
8911
8912 2002-04-26 [darko]      0.7.4claws99
8913
8914         * src/summaryview.c
8915                 fix target folder colorization
8916
8917 2002-04-25 [paul]       0.7.4claws98
8918
8919         * po/it.po
8920                 updated by Alessandro Maestri
8921
8922 2002-04-24 [colin]      0.7.4claws97
8923         
8924         * src/compose.c
8925                 Fixed double "subject is empty" question.
8926
8927 2002-04-23 [colin]      0.7.4claws96
8928         
8929         * src/mimeview.c
8930                 Corrected issue when "automatically display images" was
8931                 not set : first image remained after selecting second.
8932
8933 2002-04-23 [melvin]     0.7.4claws95
8934
8935         * src/prefs_actions.c
8936                 Don't display in/out dialog if there is nothing to show.
8937
8938 2002-04-23 [paul]       0.7.4claws94
8939
8940         * sync with 0.7.5cvs3
8941                 bug fixes: see ChangeLog entry 2002-04-23
8942
8943 2002-04-22 [darko]      0.7.4claws93
8944
8945         * src/compose.c
8946                 fix previous check-in which changed code after
8947                 merge from main
8948
8949 2002-04-22 [paul]       0.7.4claws92
8950
8951         * faq/de/*
8952                 add German FAQ
8953         * faq/en/*
8954           faq/es/*
8955           faq/fr/*
8956                 update English, Spanish and French FAQs
8957         * manual/de/*
8958           manual/es/*
8959                 add German and Spanish manuals
8960         * manual/en/*
8961           manual/fr/*
8962                 update English and French manuals
8963
8964         * src/Makefile.am
8965                 add to and re-arrange the pixmap entries
8966
8967 2002-04-22 [darko]      0.7.4claws91
8968
8969         * src/compose.c
8970                 fix sender initials recognition to only allow
8971                 '>' after the initials
8972
8973 2002-04-21 [paul]       0.7.4claws90
8974
8975         * sync with 0.7.5 release
8976                 see ChangeLog entry 2002-04-21
8977
8978 2002-04-21 [alfons]
8979
8980         * src/Makefile.am
8981                 add colin's new pixmaps to EXTRA_DIST
8982
8983 2002-04-21 [colin]      0.7.4claws89
8984         * src/compose.c
8985         * src/inc.c
8986         * src/mainwindow.[ch]
8987         * src/prefs_common.[ch]
8988         * src/stock_pixmap.[ch]
8989                 Added "Work offline" ability.
8990
8991 2002-04-21 [colin]      0.7.4claws88
8992         
8993         * src/mimeview.c
8994         * src/prefs_common.c
8995         * src/prefs_common.h
8996         * src/textview.c : Added an option to common preferences -> display
8997           to allow user not to automatically display images.
8998
8999 2002-04-21 [paul]       0.7.4claws87
9000
9001         * sync with 0.7.4cvs52
9002                 see ChangeLog entry 2002-04-21 (src/imap.c)
9003
9004 2002-04-21 [paul]       0.7.4claws86
9005
9006         * sync with 0.7.4cvs51
9007                 see ChangeLog entry 2002-04-21
9008
9009 2002-04-21 [paul]       0.7.4claws85
9010
9011         * sync with 0.7.4cvs49
9012                 see ChangeLog entries 2002-04-20 and 2002-04-21
9013
9014         * src/Makefile.am
9015                 clean up: remove old 'stock_' element from xpm 
9016                 filenames.
9017
9018 2002-04-21 [alfons]     0.7.4claws84
9019
9020         apply sync patch from Paul
9021
9022         * src/folderview.c
9023                 use old claws prefs_folder_item_create() for now
9024
9025 2002-04-19 [match]      0.7.4claws83
9026
9027         * src/addressbook.[ch]
9028         * src/addrharvest.[ch]
9029         * src/addrgather.[ch]
9030                 recurse folders.
9031         * src/mainwindow.c
9032         * src/summaryview.[ch]
9033                 change menu option.
9034
9035 2002-04-19 [paul]       0.7.4claws82
9036
9037         * po/pt_BR.po
9038                 updated by Fabio Junior Beneditto
9039
9040 2002-04-14 [alfons]     0.7.4claws81
9041
9042         * src/passphrase.c
9043                 add #include <sys/types.h> for mode_t and off_t 
9044
9045 2002-04-13 [paul]       0.7.4claws80
9046         
9047         * src/main.c
9048           src/passphrase.[ch]
9049           src/pgptext.c
9050           src/prefs_common.[ch]
9051           src/rfc2015.c
9052                 enable storing of GnuPG passphrase for the whole 
9053                 session or a user-defined number of minutes. patch 
9054                 submitted by Ravemax <ravemax@dextrose.com>
9055
9056 2002-04-13 [alfons]     0.7.4claws79
9057
9058         * src/textview.c
9059                 make email parser also stop scanning when encountering separators
9060                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
9061
9062 2002-04-13 [paul]       0.7.4claws78
9063
9064         * sync with 0.7.4cvs39
9065                 see ChangeLog entry 2002-04-12
9066
9067 2002-04-11 [paul]       0.7.4claws77
9068
9069         * sync with 0.7.4cvs37
9070                 see ChangeLog entry 2002-04-11
9071
9072 2002-04-11 [paul]       0.7.4claws76
9073
9074         * COPYING 
9075                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
9076                 the clause for OpenSSL). sync with sylpheed main
9077
9078 2002-04-09 [melvin]     0.7.4claws75
9079
9080         * src/compose.c
9081                 Made 'Ctrl-Enter' on send ignore some modifiers 
9082                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
9083                 to bind other *-Enter (but not Alt-Enter).
9084
9085 2002-04-09 [paul]       0.7.4claws74
9086
9087         * sync with 0.7.4cvs35
9088                 see ChangeLog entries 2002-04-09
9089
9090 2002-04-08 [paul]       0.7.4claws73
9091
9092         * sync with 0.7.4cvs33
9093                 see ChangeLog entry 200-04-08
9094
9095 2002-04-07 [match]      0.7.4claws72
9096
9097         * src/addrharvest.[ch]
9098                 fixed to read all addresses in header, regardless
9099                 of header size. improved name parsing. accommodate
9100                 harvest from folders and selected message.
9101         * src/addritem.[ch]
9102                 included new address parsing function.
9103         * src/addrgather.[ch]
9104         * src/addressbook.[ch]
9105         * src/summaryview.[ch]
9106         * src/mainwindow.c
9107                 allow address harvest of folder as well as selected
9108                 messages.
9109
9110 2002-04-07 [paul]       0.7.4claws71
9111
9112         * src/esmtp.[ch]
9113           src/smtp.c
9114                 don't try to authenticate with CRAM-MD5 in SMTP when 
9115                 SMTP-AUTH enabled if MTA doesn't issue this 
9116                 auth-method in it's ehlo-response. bug item #531364,
9117                 patch item #938910. patch submitted by Colin Leroy 
9118                 <colin@colino.net>
9119
9120 2002-04-07 [paul]       0.7.4claws70
9121
9122         * src/nntp.c
9123                 fix missing MODE_READER bug. patch submitted by
9124                 Colin Leroy <colin@colino.net>
9125
9126 2002-04-07 [alfons]     0.7.4claws69
9127
9128         * src/matcher.[ch]
9129         * src/prefs_filtering.c
9130         * src/summaryview.c
9131                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
9132                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
9133
9134 2002-04-07 [paul]       0.7.4claws68
9135
9136         * sync with 0.7.4cvs32
9137                 see ChangeLog entry 2002-04-06
9138
9139         * tools/filter_conv.pl
9140                 more bug fixes
9141
9142 2002-04-06 [paul]       0.7.4claws67
9143
9144         * tools/filter_conv.pl
9145                 modify to be able to find the name of the first
9146                 mailbox and use that. main's filter does not
9147                 record the full path to the mailbox and therefore
9148                 can only filter to the first mailbox.
9149
9150 2002-04-05 [paul]       0.7.4claws66
9151
9152         * tools/filter_conv.pl
9153                 attempt to make the script all-encompassing and
9154                 be able to convert any main 'filter' rule thrown
9155                 at it
9156
9157 2002-04-05 [paul]       0.7.4claws65
9158
9159         * tools/filter_conv.pl
9160                 allow for collapsed folder trees
9161
9162 2002-04-05 [paul]       0.7.4claws64
9163
9164         * sync with 0.7.4cvs31
9165                 see ChangeLog entries 2002-04-05
9166
9167 2002-04-03 [paul]       0.7.4claws63
9168
9169         * sync with 0.7.4cvs29
9170                 see ChangeLog entries 2002-04-02 and 2002-04-03
9171
9172 2002-04-02 [paul]       0.7.4claws62
9173
9174         * sync with 0.7.4cvs26
9175                 see ChangeLog entry 2002-04-01
9176
9177 2002-04-02 [match]      0.7.4claws61
9178
9179         * src/pine.[ch]
9180         * src/importpine.[ch]
9181         * src/addressbook.c
9182                 import Pine address book.
9183
9184 2002-04-02 [match]      0.7.4claws60
9185
9186         * src/addrharvest.[ch]
9187                 improve address parsing of funky addresses.
9188
9189 2002-04-02 [darko]      0.7.4claws59
9190
9191         * src/compose.c
9192                 wrap on send improvements, it now recognizes quoted
9193                 initials as part of the quotation string, and it
9194                 does not join lines separated by CR
9195
9196 2002-04-01 [match]      0.7.4claws58
9197
9198         * src/mgutils.[ch]
9199                 added new functions.
9200         * src/mutt.[ch]
9201                 remove excessive duplicate address generation
9202                 on import.
9203
9204 2002-04-01 [alfons]     0.7.4claws57
9205         
9206         * src/summaryview.c
9207                 put back g_free() 
9208
9209 2002-04-01 [paul]       0.7.4claws56
9210
9211         * sync with 0.7.4cvs25
9212                 see ChangeLog entry 2002-04-01
9213
9214 2002-04-01 [alfons]     0.7.4aprilfool55
9215
9216         * src/summaryview.c
9217                 honour feature request item #537427 to allow for
9218                 displaying names from address book for sent mail also
9219
9220 2002-03-29 [paul]       0.7.4claws54
9221
9222         * src/mainwindow.c
9223           src/prefs_filtering.[ch]
9224           src/prefs_matcher.c
9225           src/summaryview.c
9226                 add 'fast filter' for claws' filtering,
9227                 /Tools/Create filter rule/... patch submitted
9228                 by Neill Miller <neillm@thecodefactory.org>
9229
9230 2002-03-29 [paul]       0.7.4claws53
9231
9232         * sync with 0.7.4cvs24
9233                 see ChangeLog entry 2002-03-29
9234
9235 2002-03-28 [paul]       0.7.4claws52
9236
9237         * sync with 0.7.4cvs23
9238                 see ChangeLog entry 2002-03-28
9239
9240 2002-03-27 [melvin]     0.7.4claws51
9241
9242         * src/prefs_actions.c
9243                 Added support to pass only one message part (as a
9244                 file) to the command using '%p'. No quotes are needed
9245                 because doubles quotes are automatically added.
9246                 Fixed bug where Sylpheed could block when waiting for
9247                 a child process to finish.
9248                 Changed the help menu to remove quotes around symbols to 
9249                 avoid misinterpretation (they must not be used).
9250
9251 2002-03-27 [melvin]     0.7.4claws50
9252
9253         * src/inc.c
9254                 Made the new mail notification command always 
9255                 execute asynchronously.
9256
9257 2002-03-27 [paul]       0.7.4claws49
9258
9259         * src/compose.c
9260                 fix bug introduced in last commit
9261
9262 2002-03-27 [paul]       0.7.4claws48
9263
9264         * sync with 0.7.4cvs21
9265                 see ChangeLog 2002-03-26 and 2002-03-27
9266
9267 2002-03-26 [hoa]        0.7.4claws47
9268
9269         * src/prefs_folder_item.c
9270                 really fixed the bug #516442 with folder rescan.
9271
9272 2002-03-26 [paul]       0.7.4claws46
9273
9274         * sync with 0.7.4cvs19
9275                 see ChangeLog entries 2002-03-25 and 2002-03-26
9276
9277 2002-03-25 [hoa]        0.7.4claws45
9278
9279         * src/matcher.c
9280         * src/mh.c
9281                 fix the bug #516442 with folder rescan.
9282
9283         * src/prefs_common.[ch]
9284         * src/compose.c
9285                 added an option to enable two different behaviours
9286                 for bounce.
9287
9288
9289 2002-03-25 [paul]       0.7.4claws44
9290
9291         * src/mainwindow.c
9292           src/selective_download.c
9293                 correct a few menuitem labels
9294
9295 2002-03-25 [christoph]  0.7.4claws43
9296
9297         * src/procmsg.c
9298                 fix non deleted tmp message in
9299                 procmsg_save_to_outbox
9300                 fix problems caused by sync with
9301                 main branch's procmsg_send_queue
9302
9303 2002-03-25 [paul]       0.7.4claws42
9304
9305         * src/quote_fmt.c
9306           src/quote_fmt_lex.l
9307           src/quote_fmt_parse.y
9308                 add Last name (%L) placeholder for quoting. 
9309                 patch submitted by Thorsten Thielen 
9310                 <thth@users.sourceforge.net>
9311
9312 2002-03-25 [paul]       0.7.4claws41
9313
9314         * src/utils.c
9315                 get full hostname. patch submitted by
9316                 Bob Woodside <rwoodside1@comcast.net>
9317
9318 2002-03-25 [paul]       0.7.4claws40
9319
9320         * src/account.c
9321           src/news.c
9322           src/nntp.[ch]
9323           src/prefs_account.[ch]
9324                 enable NNTP over SSL. patch submitted by
9325                 Pascal Jermini <pascal@infinity.hn.org>
9326
9327 2002-03-24 [paul]       0.7.4claws39
9328
9329         * src/prefs_common.c
9330                 make the arrangement of the Compose tab more
9331                 coherent
9332
9333         * src/mainwindow.c
9334                 fix some irregularities of style
9335
9336         * po/de.po
9337                 updated by Kilian Krause
9338
9339 2002-03-23 [paul]       0.7.4claws38
9340
9341         * po/pt_BR.po
9342                 updated by Fabio Junior Beneditto
9343
9344 2002-03-23 [paul]       0.7.4claws37
9345
9346         * src/mainwindow.c
9347                 move 'Gather addresses' to 'Tools' menu
9348                 make 'Selective download' sensitive
9349
9350 2002-03-23 [paul]       0.7.4claws36
9351
9352         * sync with 0.7.4cvs16
9353                 see ChangeLog entries 2002-03-23
9354
9355 2002-03-22 [christoph]  0.7.4claws35
9356
9357         * src/quote_fmt_parse.y
9358                 fix include program output
9359
9360 2002-03-22 [alfons]     0.7.4claws34
9361
9362         * src/pop.c
9363                 initialize GDate stack variable correctly (sorry!)
9364
9365 2002-03-22 [paul]       0.7.4claws33
9366
9367         * src/compose.c
9368           src/mainwindow.c
9369           src/prefs_actions.c
9370           src/prefs_common.c
9371                 rename 'Tool' to 'Tools'
9372
9373         * src/mainwindow.c
9374                 move 'Delete duplicated messages' from
9375                 'Message/' to 'Tools/'
9376                 re-arrange the order of 'Tools/' items
9377
9378 2002-03-22 [paul]       0.7.4claws32
9379
9380         * src/addr_compl.c
9381           src/addressbook.[ch]
9382                 auto-address completion now also matches on
9383                 Nickname. patch submitted by Bob Forsman 
9384                 <hammor@users.sourceforge.net>
9385
9386         * src/editaddress.c
9387                 correct a spelling mistake
9388
9389 2002-03-22 [alfons]     0.7.4claws31
9390
9391         * src/pop.c
9392                 fix getting uidl from incorrect string 
9393                 (spotted by Colin)
9394
9395 2002-03-21 [alfons]     0.7.4claws30
9396
9397         * src/pop.c
9398                 more code refactoring
9399                 plug mem leak introduced by delete on server
9400
9401 2002-03-21 [paul]       0.7.4claws29
9402
9403         * sync with 0.7.4cvs11
9404                 see ChangeLog entries 2002-03-20
9405
9406 2002-03-20 [alfons]     0.7.4claws28
9407
9408         * src/inc.c
9409                 apply Colin's patch and refactor
9410
9411 2002-03-20 [paul]       0.7.4claws27
9412
9413         * sync with sylpheed 0.7.4cvs9
9414                 see ChangeLog entry 2002-03-20
9415
9416 2002-03-19 [christoph]  0.7.4claws26
9417
9418         * src/mh.c
9419         * src/procmsg.[ch]
9420         * src/summaryview.c
9421                 revert changes for flag updates
9422                 (does not work correctly and no time to debug)
9423
9424 2002-03-20 [alfons]     0.7.4claws25
9425
9426         * src/pop.c
9427                 refactor should_delete() a little bit 
9428
9429 2002-03-19 [paul]       0.7.4claws24
9430
9431         * src/inc.[ch]
9432           src/pop.c
9433           src/prefs_account.[ch]
9434                 allow the user to leave downloaded mail on the 
9435                 server for n days. Patch submitted by Colin Leroy 
9436                 <colin@colino.net>
9437
9438 2002-02-19 [paul]       0.7.4claws23
9439
9440         * sync with sylpheed 0.7.4cvs8
9441                 see ChangeLog entries 2002-03-19
9442
9443 2002-03-18 [paul]       0.7.4claws22
9444
9445         * sync with sylpheed 0.7.4cvs6
9446                 see ChangeLog entry 2002-03-18
9447
9448 2002-03-18 [paul]       0.7.4claws21
9449
9450         * po/en_GB.po
9451                 add en_GB message catalogue
9452
9453         * src/mbox_folder.c
9454           src/prefs_account.c
9455           src/prefs_actions.c
9456                 correct a few spelling mistakes
9457
9458 2002-03-17 [alfons]     0.7.4claws20
9459
9460         * src/matcher.c
9461                 more stringent checks for NULL params when writing
9462                 filtering actions to a file
9463                 
9464 2002-03-17 [hoa]        0.7.3claws20
9465
9466         * src/news.c
9467                 fixed the count of new messages
9468
9469         * src/compose.c
9470                 fixed the "attachment properties" window
9471
9472 2002-03-17 [paul]       0.7.4claws19
9473
9474         * src/defs.h
9475           src/folder.h
9476           src/news.c
9477           src/prefs_account.[ch]
9478           src/procmsg.[ch]
9479           src/summaryview.c
9480                 automatically mark cross-posted messages as read 
9481                 and (optionally) give them a colour label
9482                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
9483                 
9484
9485 2002-03-17 [paul]       0.7.4claws18
9486
9487         * sync with sylpheed 0.7.4cvs5
9488                 see ChangeLog entry 2002-03-17
9489
9490 2002-03-17 [melvin]     0.7.4claws17
9491         
9492         * src/textview.c
9493                 Worked around a gtktext 'bug': when searching for 
9494                 a text in a long message it was scrolling slowly
9495                 line by line until it hit the searched text.
9496         * po/fr.po
9497                 Updated French translation
9498
9499 2002-03-17 [melvin]     0.7.4claws16
9500
9501         * src/mainwindow.c
9502         * src/compose.c
9503         * src/prefs_actions.c
9504                 Moved "Edit/Actions" to "Tool/Actions"
9505                 Made mainwindow/compose window sensitive as soon as
9506                 no child process is running anymore even if the io dialog
9507                 is open.
9508                 Fixed a struct being initialized with a non constant char*
9509
9510 2002-03-16 [christoph]  0.7.4claws15
9511
9512         * configure.in
9513                 add --with-compiler-flags option
9514                 (only for developer hacking)
9515         * src/mh.c
9516         * src/procmsg.[ch]
9517         * src/summaryview.c
9518                 try to make folder-stats and flag handling more
9519                 independent from the summaryview. msgcounts
9520                 are only set when the folder is opened and
9521                 procmsg_msginfo_(un)set_flags will handle it
9522                 later and summaryview will get the values
9523                 from the folder.
9524
9525 2002-03-16 [paul]       0.7.4claws14
9526
9527         * src/messageview.c
9528                 fix Return-receipt. Patch submitted by Bob
9529                 Woodside <rwoodside1@comcast.net>
9530
9531 2002-03-16 [paul]       0.7.4claws13
9532
9533         * src/compose.c
9534                 fix 'dynamic' signatures, make it work again
9535                 broken during sync on 2002-03-14 (0.7.4claws2)
9536
9537 2002-03-15 [match]      0.7.4claws12
9538
9539         * src/addrharvest.[ch]
9540         * src/addrgather.[ch]
9541         * src/addressbook.[ch]
9542         * src/mainwindow.c
9543                 included address harvester feature. still some
9544                 issues with address parsing that I will fix.
9545
9546 2002-03-15 [match]      0.7.4claws11
9547
9548         * src/addrbook.[ch]
9549         * src/addrcache.[ch]
9550         * src/addressbook.[ch]
9551         * src/addrindex.c
9552         * src/editbook.c
9553         * src/importldif.c
9554         * src/importmutt.c
9555         * src/jpilot.[ch]
9556         * src/main.c
9557         * src/syldap.[ch]
9558         * src/vcard.[ch]
9559                 tidy up. fix memory leaks. moved attribs and methods
9560                 from individual interfaces to addrcache object. prep
9561                 for new stuff to come in.
9562
9563 2002-03-15 [alfons]     0.7.4claws10
9564
9565         * src/matcher.[ch]
9566         * src/matcher_parser_parse.y
9567         * src/matcher_parser_lex.l
9568         * src/prefs_matcher.c
9569                 add filtering conditions message greater than, smaller 
9570                 than, and exactly matching a size in bytes
9571                 (does not work with delete from POP3 server yet)
9572
9573                 this should also give others an idea what you should
9574                 do to add new criterions to claws filtering system
9575                 
9576
9577 2002-03-15 [paul]       0.7.4claws9
9578
9579         * tools/filter_conv.pl
9580                 exit if there are no filter rules to convert
9581                 rename filterrc to filterrc.old after completion
9582
9583 2002-03-15 [paul]       0.7.4claws8
9584
9585         * sync with sylpheed 0.7.4cvs3
9586                 see ChangeLog entry 2002-03-14
9587
9588 2002-03-14 [paul]       0.7.4claws7
9589
9590         * src/compose.c
9591                 clean up the last commit (ahem)
9592
9593 2002-03-14 [paul]       0.7.4claws6
9594
9595         * src/compose.c
9596                 fix bug #515655. honour account preferences
9597                 regarding gpg default signing/encryption when 
9598                 changing account from the compose window.
9599
9600 2002-03-14 [paul]       0.7.4claws5
9601
9602         * src/folderview.c
9603                 remove unnecessary curly brackets
9604
9605 2002-03-14 [paul]       0.7.4claws4
9606
9607         * src/folderview.c
9608           src/prefs_filtering.[ch]
9609                 add filter rename on folder rename and filter
9610                 delete on folder delete. Patch submitted by
9611                 Neill Miller <neillm@thecodefactory.org> 
9612
9613 2002-03-14 [christoph]  0.7.4claws3
9614
9615         * src/procmsg.c
9616         * src/send.c
9617                 fix local delivery
9618                 (patch submitted by "Simon 'corecode' Schubert")
9619         * src/prefs_common.c
9620         * src/procmsg.c
9621                 fix gcc 3.0 warning
9622
9623 2002-03-14 [paul]       0.7.4claws2
9624
9625         * sync with sylpheed 0.7.4cvs2
9626                 see ChangeLog entry 2002-03-13
9627
9628 2002-03-12 [darko]      0.7.4claws1
9629
9630         * src/mainwindow.c
9631                 fix what seems to be a copy and paste error
9632                 when setting color for important messages
9633                 (reported by wwp)
9634
9635 2002-03-11 [paul]       version 0.7.4claws released
9636
9637 2002-03-11 [paul]       0.7.4claws
9638
9639         * po/es.po
9640           po/it.po
9641           po/nl.po
9642           po/pt_BR.po
9643                 update message catalogs. Submitted by Ricardo Mones 
9644                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
9645                 Fabio Junior Beneditto
9646
9647         * configure.in
9648           faq/Makefile.am
9649           faq/it/Makefile
9650           faq/it/sylpheed-faq*
9651           src/mainwindow.c
9652           src/manual.[ch]
9653                 add FAQ in Italian
9654         
9655
9656 2002-03-11 [jens]       0.7.3claws7
9657
9658         * po/de.po
9659                 updated German translation
9660
9661 2002-03-11 [melvin]     0.7.3claws6
9662
9663         * po/fr.po
9664                 updated and corrected French translation
9665
9666 2002-03-10 [hoa]        0.7.3claws5
9667
9668         * src/account.c
9669         * src/inc.c
9670         * src/prefs_account.c
9671         * src/procmsg.c
9672         * src/send.[ch]
9673                 fixed the local account.
9674                 you have to change the default "/usr/sbin/sendmail"
9675                 to "/usr/sbin/sendmail -t" in the preferences of
9676                 the local account.
9677
9678         * src/procmime.c
9679                 removed some debug display for renderer
9680
9681 2002-03-10 [paul]       0.7.3claws4
9682
9683         * faq/en/sylpheed-faq-1.html
9684           faq/en/sylpheed-faq-2.html
9685                 update
9686
9687 2002-03-09 [paul]       0.7.3claws3
9688
9689         * sync with sylpheed 0.7.4
9690                 see ChangeLog entry 2002-03-09
9691
9692 2002-03-08 [paul]       0.7.3claws2
9693
9694         * faq/en/sylpheed-faq*
9695           faq/es/sylpheed-faq*
9696           faq/fr/sylpheed-faq*
9697                 update the FAQs
9698
9699         * manual/fr/.cvsignore
9700           manual/fr/Makefilea.am
9701           manual/fr/sylpheed*
9702           src/mainwindow.c
9703           src/manual.[ch]
9704                 add the French manual
9705
9706 2002-03-07 [paul]       0.7.3claws1
9707
9708         * sync with sylpheed 0.7.3cvs4
9709                 see ChangeLog entries  2002-03-06 and 2002-03-07
9710         
9711         * po/nl.po
9712                 updated by Wilbert Berendsen
9713
9714 2002-03-07 [melvin]     0.7.2claws34
9715
9716         * src/selective_download.c
9717                 Changed the pixmap of the receive button to MAIL_RECEIVE.
9718
9719 2002-03-06 [paul]       0.7.2claws33
9720
9721         * sync with sylpheed 0.7.3cvs1
9722                 bug fix, see ChangeLog entry 2002-03-05
9723
9724 2002-03-05 [paul]       0.7.2claws32
9725
9726         * src/mimeview.c
9727           src/pgptext.[ch]
9728           src/procmsg.c
9729                 reverse the pgp ascii-armored code implemented in 
9730                 0.7.2claws16. removal of this code until it matures.
9731                 this means that verifying ascii-armored pgp sigs and
9732                 automatic decryption of ascii-armored encrypted
9733                 messages no longer works.
9734
9735 2002-03-05 [paul]       0.7.2claws31
9736
9737         * configure.in
9738           Makefile.am
9739         * faq/Makefile.am
9740         * faq/en/Makefile.am
9741           faq/en/sylpheed-faq.html
9742           faq/en/sylpheed-faq-1.html
9743           faq/en/sylpheed-faq-2.html
9744           faq/en/sylpheed-faq-3.html
9745         * faq/es/Makefile.am
9746           faq/es/sylpheed-faq.html
9747           faq/es/sylpheed-faq-1.html
9748           faq/es/sylpheed-faq-2.html
9749           faq/es/sylpheed-faq-3.html
9750           faq/es/sylpheed-faq-4.html
9751         * faq/fr/Makefile.am
9752           faq/fr/sylpheed-faq.html
9753           faq/fr/sylpheed-faq-1.html
9754           faq/fr/sylpheed-faq-2.html
9755           faq/fr/sylpheed-faq-3.html
9756         * src/Makefile.am
9757           src/defs.h
9758           src/mainwindow.c
9759           src/manual.[ch]
9760                 add FAQs in English, Spanish and French
9761
9762
9763 2002-03-05 [paul]       0.7.2claws30
9764
9765         * manual/en/sylpheed.html
9766           manual/en/sylpheed-XX.html
9767                 updated the English manual
9768
9769 2002-03-05 [hoa]        
9770
9771         * src/summaryview.c
9772                 dialog box pops up if the article can't be deleted.
9773
9774 2002-03-04 [paul]       
9775         
9776         * po/pt_BR.po
9777                 updated by Fabio Junior Benedito
9778
9779 2002-03-04 [hoa]
9780
9781         * removed ac/gpgme.m4
9782                 to avoid autogen common problem
9783                 developers have to install gpgme development package now
9784
9785         * src/compose.c
9786                 encoding to 7bit or 8bit is enabled.
9787
9788 2002-03-03 [alfons]     0.7.2claws29
9789
9790         * src/pop.c
9791                 merge fix by Oliver Haertel for selective
9792                 download buglet
9793
9794 2002-03-03 [paul]       0.7.2claws28
9795         
9796         * sync with sylpheed 0.7.3
9797
9798 2002-03-03 [paul]       0.7.2claws27
9799
9800         * sync with sylpheed 0.7.2cvs24
9801                 see ChangeLog entries 2002-03-02 and 2002-03-03
9802
9803 2002-03-02 [melvin]     0.7.2claws26
9804
9805         * src/inc.[ch]
9806         * src/main.c
9807         * src/mainwindow.c
9808         * src/prefs_common.[ch]
9809                 Added user definable notification on new mail arrival.
9810                 Removed unused variables in spell checker prefs code.
9811
9812 2002-03-02 [melvin]     0.7.2claws25
9813
9814         * src/quote_fmt.c
9815                 Removed unnecessary escape sequences.
9816                 Changed 'Initial...' to 'Initials of Sender'
9817
9818 2002-03-02 [paul]       0.7.2claws24
9819
9820         * sync with sylpheed 0.7.2cvs22
9821                 see ChangeLog entry 2002-03-01
9822
9823 2002-03-01 [hoa]        0.7.2claws23
9824
9825         * src/mainwindow.c
9826                 Set sensitivity of delete actions to active
9827                 even if the folder is a newsgroup.
9828
9829         * src/summaryview.c
9830                 - Set sensitivity of delete actions
9831                 - Added function check_permission() that will check if the
9832                   user is authorized to delete a message. For news, it
9833                   will check if the author is the same.
9834                 - Enabled deletion when there is no trash folder.
9835
9836         * src/news.[ch]
9837                 - Added news_cancel_article() to cancel articles
9838                 - Implemented news_remove_message() (public function)
9839
9840 2002-03-01 [paul]       0.7.2claws22
9841
9842         * src/gtkutils.c
9843           src/textview.c
9844                 recognise urls that that don't include 'http://' and
9845                 simply begin 'www.' 
9846
9847         * AUTHORS
9848                 remove duplicated name
9849
9850 2002-02-28 [paul]       0.7.2claws21
9851
9852         * src/mainwindow.c
9853           src/summaryview.[ch]
9854                 add ability to 'Select thread'
9855                 combines Melvin's "Select thread's head" patch (#510907)
9856                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
9857                 patch (#518514) 
9858
9859 2002-02-28 [paul]       0.7.2claws20
9860
9861         * src/mimeview.c
9862                 hopefully fix segfault on right-clicking a mime part
9863                 that some people have experienced.      
9864                 fix submitted by Fredrik Olofsson <frol@linux.nu>
9865
9866 2002-02-28 [paul]       0.7.2claws19
9867
9868         * sync with sylpheed 0.7.2cvs21
9869                 see ChangeLog entries 2002-02-27 and 2002-02-28
9870
9871 2002-02-27 [paul]       0.7.2claws18
9872
9873         * sync with sylpheed 0.7.2cvs18
9874                 see ChangeLog entries 2002-02-26 and 2002-02-27
9875
9876 2002-02-26 [alfons]     0.7.2claws17
9877
9878         * src/procheader.c
9879                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
9880                 (spotted by Chris Hessman <idatech@gmx.net>)
9881
9882 2002-02-26 [paul]       0.7.2claws16
9883
9884         * src/mimeview.c
9885           src/pgptext.[ch]
9886           src/procmsg.c
9887                 make decryption of ascii-armored pgp encrypted messages
9888                 and verification of ascii-armored signatures work again.
9889                 slightly altered from the patch by Jens Jahnke 
9890                 <jan0sch@gmx.net>
9891
9892                 ##FIX ME##
9893                 * the checking of plaintext signatures always comes up in 
9894                   a popup box
9895                 * it doesn't work for multipart messages 
9896                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
9897                   including the msg headers and these 2 line themselves, are 
9898                   not displayed
9899
9900         * src/mainwindow.c
9901                 "View/Folder Tree" becomes "View/Separate Folder Tree"
9902                 "View/Message View" becomes "View/Separate Message View"
9903                 because its less ambiguous.
9904
9905         * po/es.po
9906                 updated by Ricardo Mones Lastra
9907
9908 2002-02-26 [paul]       0.7.2claws15
9909
9910         * sync with sylpheed 0.7.2cvs17
9911                 see ChangeLog entries 2002-02-25 and 2002-02-26
9912
9913 2002-02-25 [christoph]  0.7.2claws14
9914
9915         * src/filtering.[ch]
9916         * src/inc.c
9917                 do filtering stuff after all messages have been received
9918                   1. drop all messages to .processing
9919                   2. scan processing folder for messages
9920                   3. filter messages or move to inbox
9921                 this will also find old messages left in processing after
9922                 a crash or something like that and we get a real msginfo
9923                 from folder->get_msg_list and do not have to create our
9924                 own in filter_message
9925         * src/matcher_parser_parse.y
9926                 remove MIX/MAX warning (reordered includes)
9927
9928 2002-02-25 [paul]       0.7.2claws13
9929
9930         * sync with sylpheed 0.7.2cvs15
9931                 see ChangeLog entry 2002-02-24
9932
9933 2002-02-24 [alfons]     0.7.2claws12
9934
9935         * src/filtering.c
9936                 clear old color flags first when applying a new color to
9937                 a message info. 
9938                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
9939
9940 2002-02-24 [alfons]     0.7.2.claws11
9941         
9942         * AUTHORS
9943         * src/prefs_common.c
9944                 add presets for Opera and Konqueror, closes patch #517261,
9945                 submitted by Ville Skyttä <scop@users.sourceforge.net>
9946
9947 2002-02-24 [alfons]     0.7.2.claws10
9948
9949         * AUTHORS
9950         * src/summaryview.c
9951                 fix threading for null message ids, closes patch #521601,
9952                 submitted by Bob Forsman <hammor@users.sourceforge.net>
9953
9954 2002-02-24 [alfons]     0.7.2claws9
9955
9956         * src/summaryview.c
9957         * src/filtering.c
9958                 make Tool | Filter Message work with filtering system so
9959                 setting flags also works
9960
9961                 TODO:
9962
9963                 - Processing uses the same function as Tool | Filter
9964                   Message, but doesn't use the same update proc yet
9965
9966 2002-02-23 [paul]       0.7.2claws8
9967
9968         * sync with sylpheed 0.7.2cvs14
9969                 see ChangeLog entries 2002-02-22 and 2002-02-23
9970
9971 2002-02-22 [christoph]  0.7.2claws7
9972
9973         * src/quote_fmt.c
9974                 Add column space to table
9975         * src/quote_fmt_parse.y
9976                 Close files
9977
9978 2002-02-22 [paul]       0.7.2claws6
9979
9980         * src/Makefile.am
9981           src/defs.h
9982           src/filtering.c
9983           src/inc.[ch]
9984           src/mainwindow.c
9985           src/matcher.[ch]
9986           src/matcher_parser_lex.l
9987           src/matcher_parser_parse.y
9988           src/pop.[ch]
9989           src/prefs_account.h
9990           src/prefs_filtering.c
9991           src/selective_download.[ch]   *** NEW FILES ***
9992           src/utils.[ch]
9993           po/POTFILES.in
9994                 Selective Download added to 'Tool' menu. 
9995                 Retrieves email headers of the currently selected pop3 
9996                 account and allows the user to mark emails for deletion 
9997                 right on the pop3 server. Patch submitted by Oliver Haertel 
9998                 <oha@users.sourceforge.net>.
9999         
10000         * po/POTFILES.in
10001                 add 'src/quote_fmt.c'           
10002
10003 2002-02-22 [christoph]  0.7.2claws5
10004
10005         * src/Makefile.am
10006                 added quote_fmt.c
10007         * src/prefs_common.[ch]
10008         * src/prefs_template.c
10009         * src/quote_fmt.c               *** NEW FILE ***
10010         * src/quote_fmt.h
10011                 move quote format symbol description code
10012                 to it's own file because it is used from
10013                 differnent code parts
10014                 Rewrote symbol description GUI
10015                   + use table
10016                   + add separators
10017                   + get data from array (no more long constant strings)
10018         * src/quote_fmt_lex.l
10019         * src/quote_fmt_parse.y
10020                 Symbol for Literal % changed to \% instead of %%
10021                 (More logical as \ is used for quoting for other symbols)
10022                 Add |f and |p to include files and program output
10023                 Examples:
10024                     |f{/home/.../.signature}
10025                     |p{date}
10026         * po/de.po
10027                 Correct wrong spelling for "Referenzen"
10028
10029 2002-02-21 [paul]       0.7.2claws4
10030
10031         * src/procmsg.c
10032                 forgotten during sync
10033
10034 2002-02-21 [paul]       0.7.2claws3
10035
10036         * sync with sylpheed 0.7.2cvs11
10037                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
10038                 2002-02-20 and 2002-02-21
10039
10040 2002-02-20 [melvin]     0.7.2claws2
10041
10042         * src/prefs_actions.c
10043                 Added error report when child cannot fork or when execvp 
10044                 returns with an error.
10045
10046 2002-02-19 [christoph]  0.7.2claws1
10047
10048         * src/codeconv.c
10049                 return unconverted text if conde conversion is not possible
10050                 when libjconv is used.
10051                 (patch submitted by "Simon 'corecode' Schubert")
10052
10053 2002-02-19 [paul]       
10054
10055         * version 0.7.2claws release
10056
10057 2002-02-19 [paul]       0.7.2claws
10058
10059         * po/nl.po
10060                 updated by Wilbert Berendsen
10061
10062
10063 2002-02-18 [alfons]     0.7.1claws13
10064
10065         * src/syldap.c
10066         * src/jpilot.c
10067                 remove references to dlfcn and explicitly loading functions
10068                 from dynalink libs, because libs linked anyway, and functions
10069                 are loaded explicitly
10070
10071 2002-02-17 [melvin]     0.7.1claws12
10072
10073         * src/prefs_actions.c
10074                 Replaced children wait loop with double fork technique.
10075                 Now, input/output window updated at each new output.
10076                 free_children(): Fixed a memory leak.
10077                 Made input/output window non closable if running children
10078                 still exist.
10079                 Added missing <unistd.h> include.
10080                 Added some --debug outputs.
10081
10082 2002-02-17 [melvin]     0.7.1claws11
10083
10084         * src/summaryview.c
10085                 Fixed bug where descending sort order did not select top
10086                 message.
10087
10088 2002-02-17 [melvin]     0.7.1claws10
10089
10090         * acconfig.h
10091                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10092         * src/prefs_common.c
10093                 Pspell data package directory no more hard coded but
10094                 set during configuration (PSPELL_PATH). (Thanks to 
10095                                 Gustavo Noronha Silva.)
10096
10097 2002-02-17 [melvin]     0.7.1claws9
10098
10099         * configure.in
10100                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
10101         * src/gtkspell.c
10102                 Fixed compile-time warnings.
10103
10104 2002-02-16 [alfons]     0.7.1claws8
10105
10106         * src/filesel.c
10107                 fix inadvertent free of NULL pointer which caused
10108                 sylpheed to crash when closing the save-as dialog
10109                 using the window close button
10110
10111 2002-02-16 [carsten]    0.7.1claws7
10112         * src/mainwindow.[ch]
10113           src/summaryview.c
10114           src/prefs_common.c
10115                 fixes for pixmap theming code:
10116                         - recently changed mail attributes shouldn't get
10117                           lost any longer
10118                         - theme is only reloaded iff another theme was
10119                           selected
10120
10121 2002-02-16 [paul]       0.7.1claws6
10122
10123         * sync with sylpheed 0.7.2 release
10124                 see ChangeLog entry 2002-02-15 and 2002-02-16
10125
10126 2002-02-15 [paul]       0.7.1claws5
10127
10128         * sync with sylpheed 0.7.1cvs9
10129                 see ChangeLog entry 2002-02-15
10130
10131         * po/POTFILES.in
10132                 remove unneeded headerwindow.c entry
10133
10134 2002-02-14 [carsten]    0.7.1claws4
10135         * src/summaryview.c
10136                 fixed a bug for "Go to next unread message": there was
10137                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
10138                 in the prefs, because of doing "Search again" instead
10139                 "No"
10140
10141 2002-02-14 [carsten]    0.7.1claws3
10142         * src/stock_pixmap.c
10143                 removed 2 more mem leaks; following memprof,
10144                 this code is "leak free" now :)
10145
10146 2002-02-14 [carsten]    0.7.1claws2
10147         * src/stock_pixmap.c
10148                 used opendir/readdir/closedir instead of scandir
10149                 -> code should work now on Solaris
10150
10151 2002-02-14 [paul]       0.7.1claws1
10152
10153         * sync with sylpheed 0.7.1cvs8
10154                 see ChangeLog entries 2002-02-13 and 2002-02-14
10155
10156         * README.claws
10157                 add some description of Actions and Pixmap Themes
10158
10159 2002-02-13 [paul]       
10160
10161         * version 0.7.1claws release
10162
10163 2002-02-13 [paul]       0.7.1claws
10164
10165         * po/es.po
10166           po/it.po
10167           po/pt_BR.po
10168                 updated translations, submitted by Ricardo Mones Lastra,
10169                 Alessandro Maestri and Fabio Junior Beneditto
10170
10171 2002-02-13 [melvin]     0.7.0claws75
10172
10173         * src/prefs_actions.c
10174                 Added missing "signal.h" include
10175
10176 2002-02-13 [melvin]     0.7.0claws74
10177
10178         * src/prefs_folder_item.c
10179                 Added missing "config.h" include
10180         * po/fr.po
10181                 Updated French translation for folder propriety.
10182
10183 2002-02-13 [jens]       0.7.0claws73
10184
10185         * po/POTFILES.in
10186                 Added missing src/prefs_folder_item.c [log added by melvin]
10187         * po/de.po
10188                 Updated German translation.
10189
10190 2002-02-13 [melvin]     0.7.0claws72
10191
10192         * po/fr.po
10193                 Updated French translation.
10194
10195 2002-02-13 [melvin]     0.7.0claws71
10196
10197         * src/gtkutils.c
10198                 Made gtkut_editable_get_selection return NULL if selection
10199                 is of length zero.
10200                 This fixes a bug where selecting part of message A then
10201                 switching to message B and replying to it will not
10202                 quote the message's body.
10203
10204 2002-02-12 [paul]       0.7.0claws70
10205
10206         * src/mainwindow.c
10207                 cosmetic, relating to pixmap themes: on toolbar make 
10208                 updating of 'Exec' and 'Compose news/Compose email'
10209                 icons faster.
10210
10211 2002-02-12 [carsten]    0.7.0claws69
10212         * src/folderview.c
10213           src/mainwindow.[ch]
10214           src/stock_pixmap.c
10215           src/summaryview.c
10216           src/prefs_common.c
10217                 - refreshing after changing pixmap theme better
10218                   now (thanks Paul)
10219                 - wanted to remove some mem leaks, but alfons was
10220                   faster (and had the better solution ;)
10221
10222 2002-02-12 [alfons]     0.7.0claws68
10223
10224         * src/prefs_common.c
10225         * src/stock_pixmap.[ch]
10226                 plug mem leaks, refactor code a little bit
10227
10228
10229 2002-02-12 [sergey]     0.7.0claws67
10230
10231         * src/imap.c
10232                 Fixed problem with copying messages to IMAP folders when the
10233                 server uses something other than '/' as a namespace separator
10234                 (cyrus-imapd uses '.').
10235
10236 2002-02-12 [jens]       0.7.0claws66
10237
10238         * po/de.po
10239                 Updated German Translation
10240
10241 2002-02-12 [paul]       0.7.0claws65
10242
10243         * sync with sylpheed 0.7.1cvs1
10244                 see ChangeLog entry 2002-02-12
10245
10246 2002-02-12 [melvin]     0.7.0claws64
10247
10248         * src/prefs_actions.c
10249                 Fixed "feature" where children's output was duplicated 
10250                 instead of refreshed while monitoring.
10251                 Removed some debug code.
10252
10253 2002-02-12 [christoph]  0.7.0claws63
10254
10255         * src/compose.c
10256                 always delete message from queue after sending/send error
10257                 (closes bug #509601)
10258
10259 2002-02-12 [melvin]     0.7.0claws62
10260
10261         * src/prefs_actions.c
10262                 Children wait loop is now triggered with a timeout of 1s
10263                 Added %F which is replaced with the list of filenames 
10264                 of all selected messages (as suggested by Ricardo Mones Lestra)
10265                 Pipe syntax changed. Prefix with | to send selection, postfix
10266                 with | to retrieve output. Prefix with > or * to send
10267                 user definable input to the command (*: input is hidden)
10268                 Old pipe action should now be postfixed with |, too.
10269
10270 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
10271         * src/stock_pixmap.c
10272                 fixed a bug: if there's no theme directory don't
10273                 throw an error, just do "nothing" (thanks Alfons)
10274
10275 2002-02-12 [carsten]    0.7.0claws60
10276         * src/folderview.c
10277           src/summaryview.c
10278                 had to write the cache twice (nasty!); some marks would 
10279                 get lost if not
10280
10281 2002-02-11 [carsten]    0.7.0claws59
10282         * acconfig.h
10283           configure.in
10284           doc-src/maintainer_guide.txt
10285           src/compose.[ch]
10286           src/defs.h
10287           src/folderview.[ch]
10288           src/gtkutils.[ch]
10289           src/mainwindow.[ch]
10290           src/prefs_common.[ch]
10291           src/stock_pixmap.[ch]
10292           src/summaryview.[ch]
10293                 pixmap theming and related work on pixmap
10294                 handling on some other places
10295                 (e.g. hrm features for all folder)
10296           src/pixmap/stock_*.xpm -> the stock_ was removed
10297         
10298 2002-02-11 [paul]       0.7.0claws58
10299
10300         * sync with sylpheed 0.7.1 release
10301                 see ChangeLog entries 2002-02-11
10302
10303 2002-02-08 [paul]       0.7.0claws57
10304
10305         * sync with sylpheed 0.7.0cvs39
10306                 see ChangeLog entry 2002-02-07 (last entry) 
10307
10308         * src/prefs_actions.c
10309           src/prefs_filtering.c
10310           src/prefs_matcher.c
10311           src/prefs_scoring.c
10312                 sync: made it compile with C compilers other than gcc
10313
10314 2002-02-07 [paul]       0.7.0claws56
10315
10316         * sync with sylpheed 0.7.0cvs38
10317                 see ChangeLog entries 2002-02-06 (last 2 entries) and
10318                 2002-02-07
10319
10320 2002-02-07 [darko]      0.7.0claws55
10321
10322         * src/gtkutils.[ch]
10323         * src/summaryview.c
10324                 Fix const gchar */gchar * issue (thanks Hiro)
10325
10326 2002-02-07 [darko]      0.7.0claws54
10327
10328         * src/compose.[ch]
10329         * src/filtering.c
10330         * src/gtkutils.[ch]
10331         * src/prefs_template.c
10332         * src/quote_fmt.h
10333         * src/quote_fmt_parse.y
10334         * src/summaryview.c
10335         * src/utils.[ch]
10336                 When replying or forwarding an email don't quote the entire
10337                 mail body but use the part of the message text that is selected
10338
10339 2002-02-06 [melvin]     0.7.0claws53
10340
10341         * src/prefs_common.[ch]
10342         * src/gtkspell.[ch]
10343         * src/compose.c
10344                 Made possible to switch quickly to last used dictionary
10345                 which makes checking bilingual documents easier.
10346
10347 2002-02-06 [melvin]     0.7.0claws52
10348         
10349         * po/POTFILES.in
10350                 Added forgotten new file src/prefs_actions.c
10351
10352 2002-02-06 [melvin]     0.7.0claws51
10353
10354         * src/prefs_actions.c   ** NEW FILE **
10355         * src/prefs_actions.h   ** NEW FILE **
10356                 Added actions to execute on message text view, or on the
10357                         message's file.
10358         * src/Makefile.am
10359                 Added src/prefs_actions.[ch]
10360         * src/compose.c
10361                 Added new menu "Edit/Actions"
10362         * src/defs.h
10363                 Added new actionsrc file.
10364         * src/main.c
10365                 Added actionsrc reading.
10366         * src/mainwindow.c
10367                 Added new menus "Edit/Actions" and "Configuration/Actions..."
10368         * src/prefs_common.h
10369                 Added new element actionslst element to prefs_common.
10370
10371 2002-02-06 [paul]       0.7.0claws50
10372
10373         * sync with sylpheed 0.7.0cvs36
10374                 see ChangeLog entry 2002-02-06
10375
10376 2002-02-05 [paul]
10377
10378         * po/es.po
10379                 updated by Ricardo Mones Lastra
10380
10381 2002-02-05 [paul]       0.7.0claws49
10382
10383         * sync with sylpheed 0.7.0cvs33
10384                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
10385
10386 2002-02-05 [paul]       0.7.0claws48
10387
10388         * src/compose.c
10389                 re-add 'Edit/Advanced/Delete entire line', previously named
10390                 'Delete Line+'
10391
10392 2002-02-04 [paul]       0.7.0claws47
10393
10394         * src/compose.c
10395           src/summaryview.c
10396                 fix bug #494993 (Reply All not taking Reply-To into consi)
10397                 eliminate differences in behaviour of right-click 'Reply to all' 
10398                 in summary view and 'Reply to all' on the toolbar. 
10399                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
10400                 view and From gets ignored by 'Reply to all' on toolbar.
10401                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
10402                 From when no Reply-To header is present.
10403
10404 2002-02-04 [paul]       0.7.0claws46
10405
10406         * sync with sylpheed 0.7.0cvs30
10407                 see ChangeLog entries 2002-02-03 and 2002-02-04
10408
10409 2002-02-03 [melvin]     0.7.0claws45
10410
10411         * src/gtkspell.[ch]
10412                 Readded function to highlight all misspelled words.
10413                 Fixed bug where user-provided-words did not replace
10414                         correctly the misspelled word when using the mouse.
10415                 Fixed bug where checking a region selected from right to left did
10416                         not check the region at all.
10417                 Fixed bug where 'Check backwards' may not check at all. 
10418                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
10419                 Fixed possible buffer overflow when checking for long strings (>1k).
10420                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
10421                 Accelerators code uses now gtk_widget_add_accel.
10422                 Removed and disabled obsolete and unfinished code.
10423                 Cleaning up.
10424
10425         * src/compose.c
10426                 Added menu item to Highlight all misspelled words.
10427
10428 2002-02-01 [paul]       0.7.0claws44
10429
10430         * src/mainwindow.c
10431                 fix '/View/Hide read messages' sensitivity when all
10432                 messages in a folder are hidden
10433
10434 2002-02-01 [paul]       0.7.0claws43
10435
10436         * src/main.c
10437                 add --send option to command line interface, sends all
10438                 queued mail. Patch submitted by Ricardo Mones Lastra.
10439
10440 2002-01-31 [paul]       0.7.0claws42
10441
10442         * src/mainwindow.c
10443                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
10444
10445 2002-01-31 [paul]       0.7.0claws41
10446
10447         * sync with sylpheed 0.7.0cvs27
10448                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
10449                 and 2002-01-31
10450
10451         * src/textview.c
10452                 comment out elements of textview_show_part() as temporary
10453                 workaround for attachment 'Display as text' bug 
10454
10455         * po/pt_BR.po
10456                 updated by Fabio Junior Beneditto
10457
10458 2002-01-30 [paul]       0.7.0claws40
10459
10460         * sync with sylpheed 0.7.0cvs24
10461                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
10462                 and 2002-01-30
10463
10464         * src/compose.c
10465                 add {N_("/_Spelling"), ... "<Branch>"} to 
10466                 GtkItemFactoryEntry compose_entries[]
10467
10468         * src/prefs_common.c
10469                 add claws menu items to prefs_keybind_apply_clicked()
10470                 and remove non-claws menu items
10471
10472 2002-01-29 [paul]       0.7.0claws39
10473
10474         * sync with sylpheed 0.7.0cvs22
10475                 see ChangeLog entries 2002-01-28 and 2002-01-29
10476
10477 2002-01-28 [melvin]     0.7.0claws38
10478
10479         * src/compose.c
10480                 Added the declartion of compose_send_control_enter.
10481
10482         * src/compose.c
10483         * src/gtkspell.[ch]
10484                 Added in a 'Spelling' menu which includes the configuration menu. 
10485                 Added a real 'Check all' and got rid from the old one which only
10486                 highlited misspelled word.
10487                 Made 'Check while typing' a disableable option.
10488                 Added a dialog when there are no more misspelled word.
10489                 Added a dialog if error occurs when switching to a dictionary.
10490         
10491         * src/prefs_common.[ch]
10492                 Added option for the default 'Check while typing' option.
10493
10494
10495 2002-01-28 [alfons]     0.7.0claws37
10496
10497         * src/compose.c
10498                 fix buglet and make code comply with sylpheed code style
10499
10500 2002-01-28 [paul]       0.7.0claws36
10501
10502         * sync with sylpheed 0.7.0cvs19
10503                 see ChangeLog entries for 2002-01-28
10504
10505 2002-01-28 [hoa]        0.7.0claws35
10506
10507         * src/defs.h
10508                 added rendererrc
10509
10510         * src/main.c
10511                 read the renderer config
10512
10513         * src/procmime.[ch]
10514                 use the renderer config to convert mime attachments
10515
10516         * src/textview.c
10517                 don't use textview_show_html/ertf,
10518                 use get_text_content instead
10519
10520 2002-01-27 [alfons]     0.7.0claws34
10521         
10522         * src/news.c
10523                 make sylpheed believe it can delete a news message...
10524                 (messages are NOT deleted, maybe we should remove
10525                 processing from the folder properties after all.)
10526
10527 2002-01-27 [alfons]     0.7.0claws33
10528
10529         * src/folder.c
10530                 add extra checks
10531         * src/news.c
10532                 implement remove_msg() 
10533
10534 2002-01-27 [alfons]     0.7.0claws32
10535
10536         * src/procmsg.h
10537         * src/procheader.c
10538         * src/messageview.c
10539                 fix return receipt / disposition notification again. this
10540                 stuff seems to break on _every_ major summary UI change, so
10541                 it's now implemented using a flag which is saved in the
10542                 marks cache
10543                 
10544 2002-01-26 [alfons]     0.7.0claws31
10545
10546         * src/import.c
10547                 let import dialog show the destination folder identifier
10548
10549 2002-01-26 [melvin]     0.7.0claws30
10550
10551         * src/folderview.c
10552         * src/summaryview.c
10553                 Readded 'Mark all read' into summary view popup menu
10554                 Added 'Mark all read' in folder view popup menu for IMAP
10555                 and NNTP.
10556                 Made it insensitive if the selected folder is not the shown
10557                 one to avoid 'Mark all read' on the wrong folder.
10558                 
10559 2002-01-26 [paul]       0.7.0claws29
10560
10561         * src/folderview.c
10562           src/summaryview.c
10563                 move 'Mark all read' from summary view to folder view
10564                 menu. (adapted from) patch submitted by Jeremy Andrews,
10565                 <lists@kerneltrap.com>
10566
10567 2002-01-25 [alfons]     0.7.0claws28
10568
10569         * src/gtkstext.c
10570                 put the gtk class name back so GtkSText adapts the 
10571                 settings of GtkText
10572
10573 2002-01-25 [alfons]     0.7.0claws27
10574
10575         * src/folderview.c 
10576                 assimilate Ricardo's patch that shows pixmaps instead of
10577                 plain "new" and "unread" texts in the folder view column
10578                 headers 
10579
10580 2002-01-25 [paul]       0.7.0claws26
10581
10582         * src/Makefile.am
10583                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
10584                 be found in non-standard locations. 
10585                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
10586
10587 2002-01-25 [paul]       0.7.0claws25
10588
10589         * sync with sylpheed 0.7.0cvs16
10590                 see ChangeLog entry 2002-01-25
10591
10592 2002-01-24 [paul]       0.7.0claws24
10593
10594         * more sync with sylpheed 0.7.0cvs15
10595                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
10596
10597 2002-01-23 [sergey]     0.7.0claws23
10598
10599         * src/importldif.c
10600                 Fixed segfault when closing LDIF import wizard with
10601                 the window manager.
10602         * src/imageview.c
10603         * src/imageview.h
10604         * src/messageview.c
10605         * src/mimeview.c
10606                 Fixed wrong scrolling position after switching between
10607                 text and image parts.
10608
10609 2002-01-23 [paul]       0.7.0claws22
10610
10611         * sync with sylpheed 0.7.0cvs15
10612                 see ChangeLog entries 2002-01-22 and 2002-01-23
10613
10614 2002-01-21 [melvin]     0.7.0claws21
10615
10616         * src/prefs_scoring.c
10617         * src/prefs_filtering.c
10618                 Fixed bug where scoring and filtering windows stopped
10619                 autochecking.
10620
10621 2002-01-21 [paul]       0.7.0claws20
10622
10623         * sync with sylpheed 0.7.0cvs12
10624                 see ChangeLog entries 2002-01-20 and 2002-01-21
10625
10626 2002-01-21 [carsten]    0.7.0claws19
10627         * src/mainwindow.c
10628         * src/menu.[ch]
10629         * src/messageview.[ch]
10630         * src/summaryview.[ch]
10631                 changes to shortcuts handling again:
10632                         + "Q" now controled by mainwin
10633                         + v/V are now customizable and have slightly
10634                           different meanings
10635                 the "button" to minimize the messageview (and maximize
10636                 the summary view) is a real button now
10637         * src/compose.c
10638                 "Delete Line+" added to Edit/Advanced (this will also
10639                 delete the '\n')
10640
10641 2002-01-20 [melvin] 0.7.0claws18
10642
10643         * src/addressbook.c
10644                 Made "Bcc" sensitive when addressbook is called from
10645                 compose window (it was a Claws only bug).
10646
10647 2002-01-19 [alfons] 0.7.0claws17
10648
10649         * src/inc.c
10650                 prevent unnecessary updates when currently selected folder has
10651                 no new messages 
10652
10653 2002-01-19 [alfons] 0.7.0claws16
10654         
10655         * src/summaryview.c
10656                 prevent writing the cache based on current message list in summary 
10657                 view when filtering also put messages in currently selected folder
10658
10659 2002-01-19 [paul]
10660
10661         * po/it.po
10662                 Italian translation submitted by Alessandro Maestri
10663                 <a.maestri@cs.tin.it>
10664
10665 2002-01-18 [melvin]     0.7.0claws15
10666
10667         * src/prefs_filters.c
10668                 fixed bug where 'cancel' from 'filters' window stops autochecking
10669                 if the timer timed out  when the window was open.
10670
10671 2002-01-18 [match]      0.7.0claws14
10672
10673         * src/addrclip.[ch]     ** NEW FILE **
10674         * src/addrselect.[ch]   ** NEW FILE **
10675         * src/adbookbase.h      ** NEW FILE **
10676                 addressbook cut, copy and paste
10677         * src/addrbook.[ch]
10678         * src/addrcache.[ch]
10679         * src/addressitem.h
10680         * src/addrindex.[ch]
10681         * src/addritem.[ch]
10682         * src/importldif.c
10683         * src/importmutt.c
10684         * src/jpilot.[ch]
10685         * src/syldap.[ch]
10686         * src/vcard.[ch]
10687         * src/jpilot.[ch]
10688         * src/editbook.c
10689         * src/editjpilot.c
10690         * src/editldap.c
10691         * src/editvcard.c
10692                 support for copy/paste
10693         * src/addressbook.c
10694                 support for copy/paste
10695                 tidy up menu option processing
10696                 correct address list function arguments
10697         * src/editaddress.c
10698                 sort user attributes
10699         * src/ldif.h
10700         * src/mutt.h
10701                 tidy up
10702
10703         * src/addrbook.[ch]
10704         * src/addrbook.[ch]
10705         * src/addrbook.[ch]
10706                 
10707
10708 2002-01-18 [paul]       0.7.0claws13
10709
10710         * sync with sylpheed 0.7.0cvs8
10711                 configure.in: support Mac OS X (Darwin)
10712
10713 2002-01-18 [carsten]    0.7.0claws12
10714         * src/html.c
10715                 small hack to fix a segfault with an empty href
10716                 (reported by Alexandra Walford <deeni@altern.org>)
10717         * src/mainwindow.c
10718         * src/summaryview.c
10719                 the shortcuts for Mark und Mark as unread are hardcoded
10720                 again
10721         * src/compose.c
10722         * src/gtkstext.[ch]
10723                 readded the shortcuts in gtkstext but made them
10724                 customizeable (simply by adding a menu plus a wrapper
10725                 to compose.c)
10726
10727 2002-01-17 [melvin]     0.7.0claws11
10728
10729         * src/gtkspell.c
10730                 fix default dictionary not being saved.
10731
10732 2002-01-16 [darko]      0.7.0claws10
10733
10734         * src/compose.c
10735                 fix wrapping crash with URL longer than wrapping margin
10736
10737 2002-12-08 [hoa]        0.7.0claws10
10738
10739         * src/matcher_parser_parse.y
10740                 fixed some bugs
10741
10742         * src/prefs_filtering.c
10743                 now, we can use bounce action in the dialog box.
10744
10745 2002-01-16 [carsten]    0.7.0claws9
10746         * src/gtkstext.c
10747                 removed the <control> and <alt> shortcuts because they're
10748                 not needed and interefered with the "normal" shortcuts
10749         * src/mainwindow.c
10750         * src/summaryview.c
10751                 removed most of the hardcoded shortcuts and assigned
10752                 them to menu entries making them easy customizable by
10753                 that
10754
10755 2002-01-16 |melvin]     0.7.0claws8
10756
10757         * src/gtkspell.c
10758                 fixed bug where using the mouse and when the compose
10759                 window is not on top may result in a crash.
10760
10761 2002-01-16 [melvin]     0.7.0claws7
10762
10763         * src/compose.c
10764                 fixed a long standingspell checker bug which could 
10765                 cause a crash after sending a message.
10766
10767 2002-01-16 [paul]       0.7.0claws6
10768
10769         * sync with sylpheed 0.7.0cvs7
10770                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
10771                 2002-01-15, and 2002-01-16
10772
10773 2002-01-16 [melvin]     0.7.0claws5
10774
10775         * README.claws
10776         * src/compose.c
10777         * src/gtkspell.[ch]
10778         * src/main.c
10779                 Heavily modified spell checker code to work around
10780                 ispell bug, to add keyboard shortcuts and for future
10781                 enhancements. See README.claws for usage information.
10782
10783 2002-01-15 [alfons]     0.7.0claws4
10784         
10785         * src/summaryview.c
10786                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
10787                 so sorting within threads reflects sort mode
10788
10789 2002-01-15 [christoph]  0.7.0claws3
10790
10791         * src/procmsg.c
10792                 added alertpanel if mail sending failed
10793
10794 2002-01-15 [alfons]     0.7.0claws2
10795         
10796         * src/prefs_filtering.c
10797                 don't stop timer when prefs filtering dialog is opened
10798
10799 2002-01-14 [alfons]     0.7.0claws1
10800
10801         * src/addr_compl.c
10802         * src/prefs.c
10803                 remove debug_print()s for privacy reasons
10804
10805 2002-01-14 [darko]      0.7.0claws
10806
10807         * README.claws
10808                 quotation wrapping is now also in the main branch
10809
10810 2002-01-14 [paul]
10811
10812         * tools/filter_conv.pl
10813                 allow for Boolean Op and case-sensitivity
10814                 this file is included in the release and tagged
10815                 'rel_0_7_0'
10816
10817 2002-01-13 [paul]       0.7.0claws
10818
10819         * release 0.7.0, with cvs tag 'rel_0_7_0'
10820
10821 2002-01-13 [paul]
10822
10823         * tools/filter_conv.pl
10824         * tools/README
10825                 rewritten to output to matcherrc instead of filteringrc
10826
10827         * po/es.po
10828                 updated Spanish translation by Ricardo Mones Lastra
10829
10830 2002-01-13 [alfons]
10831
10832         * po/nl.po
10833                 update dutch translation
10834
10835 2002-01-13 [paul]
10836
10837         * po/pt_BR.po
10838                 Updated by Fabio Junior Beneditto 
10839
10840 2002-01-13 [melvin]     0.6.6claws53
10841
10842         * po/fr.po
10843                 Updated french translation
10844
10845 2002-01-12 [alfons]     0.6.6claws52
10846
10847         * src/filtering.c
10848                 plug mem leak that has been sitting there for ages              
10849
10850 2002-01-12 [alfons]     0.6.6claws51
10851
10852         * src/summaryview.c
10853                 undo melvin's changes from 0.6.6claws48 because summary
10854                 view now refuses to select first unread message when
10855                 selecting a folder 
10856
10857 2002-01-11 [alfons]     0.6.6claws50
10858
10859         * src/import.c
10860                 use claws' semantics for getting folder item when
10861                 importing an mbox file into a folder 
10862                 (submitted by Dale P. Smith)
10863
10864 2002-01-11 [christoph]  0.6.6claws49
10865
10866         * src/prefs.h
10867                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
10868                 toggle widget, because non static prefs can not use
10869                 prefs_set_* functions
10870         * src/prefs_account.c
10871                 toggle smtp auth password field sensitivity if
10872                 user id is empty and add descrition of usage for
10873                 these fields
10874         * src/prefs_folder_item.c
10875                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
10876                 callbacks
10877
10878 2002-01-11 [melvin]     0.6.6claws48
10879
10880         * src/compose.c
10881                 fix the 'Ctrl-Enter' feature for sending and test really
10882                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
10883                 editables which was not documented in Gtk)
10884
10885         * src/summaryview.c
10886                 Made summaryview refresh after sorting and not before.
10887
10888 2002-01-11 [christoph]  0.6.6claws47
10889
10890         * src/compose.c
10891                 select account from account ids if possible and
10892                 correctly set save folder for copy in reedit
10893
10894 2002-01-10 [paul]       0.6.6claws46
10895
10896         * sync with sylpheed 0.7.0 release
10897                 see ChangeLog entries 2002-01-07, 2002-01-08 and
10898                 2002-01-09
10899
10900 2002-01-09 [alfons]
10901
10902         * src/summaryview.c
10903                 remove more dirt traces...
10904
10905 2002-01-09 [alfons]
10906         
10907         * src/summaryview.c
10908                 clean up some traces of my debugging stuff
10909
10910 2002-01-09 [alfons]     0.6.6claws45
10911
10912         * src/filtering.c
10913                 break up filteringprop_apply() in three separate pieces
10914                 so we can drop messages that failed processing in the
10915                 inbox
10916
10917         * src/summaryview.c
10918                 fix bug #469598 "no refresh of inbox after filter" which 
10919                 was introduced by the new summary view locking, and which 
10920                 prevented the summary view to update after a manual filter 
10921                 message. claw's filter message requires a summary_show().
10922                 (aargh, summary_show() again! :-)
10923                 
10924 2002-01-07 [alfons]     0.6.6claws44
10925
10926         * src/headerwindow.c
10927         * src/logwindow.c
10928         * src/messageview.c
10929         * src/sourcewindow.c
10930                 bring in Hiro's last 0.7.0 wm class fixes
10931
10932         * tools/sylprint.pl
10933                 bring in Ricardo's fix for sylprint script
10934
10935         * AUTHORS       
10936         * src/rfc2015.[ch]
10937         * src/prefs_common.[ch]
10938         * src/prefs_account.[ch]
10939         * src/compose.c
10940                 clean up account preference poison in rfc2015,
10941                 and preparation to fix double sign bug 
10942                 (patch submitted by Simon 'corecode' Schubert)
10943
10944 2002-01-07 [christoph]  0.6.6claws43
10945
10946         * src/mh.c
10947                 search for free message number, do not only rely
10948                 on last_num
10949         * src/send.c
10950                 fix smtp auth and use extra account information
10951                 if available, if not use pop3 data instead
10952                 (closes bug #500341)            
10953         * src/ssl.[ch]
10954                 match coding style
10955
10956 2002-01-06 [alfons]     0.6.6claws42
10957
10958         * src/mainwindow.c
10959                 try making the separate windows work again...
10960
10961 2002-01-06 [alfons]     0.6.6claws41
10962
10963         * src/mainwindow.c
10964                 adapt Hiro's separate window menu (to get rid of the funny
10965                 duplicate menu items), and make it work again
10966
10967 2002-01-06 [alfons]     0.6.6claws40
10968
10969         * tools/Makefile.am
10970         * tools/sylprint.rc
10971         * tools/sylprint.pl
10972         * tools/README.sylprint
10973                 add sylprint script for printing mails from Sylpheed
10974                 (contributed by Ricardo Mones Lastra)
10975
10976         * src/acount.c
10977                 clean up
10978
10979 2002-01-06 [melvin]     0.6.6claws39
10980
10981         * src/mainwindow.c
10982         * src/summaryview.c
10983                 Fixed crash introduced in 0.6.6claws38 by the menu
10984                 reorganisation (Hide read messages)
10985         
10986         * ChangeLog.claws 
10987                 Fixed typo (we are now in 2002, alfons ;) )
10988
10989 2002-01-05 [alfons]     0.6.6claws38
10990
10991         * sync with sylpheed 0.6.6cvs10-17
10992                 (last stuff marked as LAST_STABLE)
10993
10994 2002-01-04 [melvin]     0.6.6claws37
10995
10996         * src/account.c
10997                 Made account selection code use strcasestr again instead of
10998                 g_strcasecmp (fixes bug where reediting queued messages
10999                 did not select proper account reported by T. Link).
11000         
11001         * src/folderview.c
11002                 Fix bug where folder icons are not shown when 'hide read messages'
11003                 is on.
11004         
11005         * src/stock_pixmaps.[ch]
11006                 Added folder icons for 'hide read messages'.
11007         
11008         * src/compose.c
11009                 Fixed bug where 'Enter' in a header entry will send the message 
11010                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
11011
11012 2002-01-03 [melvin]     0.6.6claws36
11013         
11014         * src/prefs.[ch]
11015                 Added popup menu for common preferences and
11016                 account preferences (right click on tab displays
11017                                 a menu of all tabs.)
11018
11019 2002-01-02 [melvin]     0.6.6claws35
11020
11021         * src/gtkspell.[ch]
11022                 Made spelling code compatible with undo/redo feature.
11023                 Added creation of suggestion mode menu for the general
11024                         preferences.
11025         
11026         * src/prefs_common.[ch]
11027                 Added option menu for the speller's suggestion mode.
11028                 Added missing spaces in "..." buttons and made a "..."
11029                         button non translatable!
11030         
11031         * src/compose.c
11032                 Made speller use the default suggestion mode.
11033                 Hack to make it possible to choose 'CTRL-Enter' as a
11034                         shortcut for sending (and only for sending).
11035
11036         * src/prefs_folder_item.c
11037                 Changing subject simplification does not update cache 
11038                         anymore (because it is unnecessary).
11039                 Fixed bug where changing subject simplification updated the 
11040                         summaryview even when the viewed folder is not the
11041                         folder which properties are being changed. (E.g. 
11042                                         viewing folder A and changing
11043                                         the subject simplification of 
11044                                         folder B -not being viewed- updated the 
11045                                         summaryview of folder A with data of
11046                                         folder B). (Hope this is clear... )
11047
11048 2001-12-31 [alfons]     0.6.6claws34
11049         
11050         * src/ldif.c
11051         * src/mutt.c
11052                 fgetc() returns a signed integer which doesn't
11053                 fit in a char. so c truncates this to a char
11054                 but we may lose significant bits. i.e. we may
11055                 comparing 0xFF which may not be equal to -1
11056                 unless properly casted to signed char which
11057                 we won't do because fgetc() returns a signed
11058                 integer which doesn't fit in a char. so c 
11059                 truncates this to a char but we may lose 
11060                 significat bits. (you got the idea, thanks
11061                 to Gustavo Noronha Silva <kov@debian.org>
11062                 and the Debian folks!)
11063
11064 2001-12-30 [alfons]     0.6.6claws33
11065
11066         * src/prefs_common.c
11067                 add #ifdef USE_PSPELLs that Melvin forgot               
11068
11069 2001-12-30 [melvin]     0.6.6claws32
11070         
11071         * src/prefs_common.[ch]
11072                 Added configurable color for misspelled words.
11073
11074         * src/gtkspell.[ch]
11075                 Fixed bug of foreground text color (reported by David
11076                                 Mehrmann)
11077                 Added configurable color for misspelled words.
11078
11079 2001-12-30 [alfons]     0.6.6claws31
11080
11081         * src/folder.c
11082                 remove unnecessary things someone put there
11083
11084         * src/mh.c
11085         * src/folder.[ch]
11086                 make folder properties (like threading and sorting) persistent
11087                 (closes bug #497424 "rescan folder tree resets proprieties")
11088                 currently this is only for MH folders. 
11089
11090 2001-12-29 [melvin]     0.6.6claws30
11091
11092         * src/string_match.[ch]
11093                 Optimized a bit: regexp pattern buffer compiled only once, and
11094                   one subroutine call removed. Fixed ^ regexp search: Now, 
11095                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
11096         
11097         * src/summaryview.c
11098                 Subject filtering changed to filter summary columns and
11099                   not directly the messages subject cache. The loss in 
11100                   performance is balanced by the improvement of string_match.
11101                 Added an alert panel if there is an error in the regexp.
11102
11103         * src/src/prefs_folder_item.h
11104                 Added a regexp pattern buffer.
11105
11106 2001-12-28 [alfons]     0.6.6claws29
11107
11108         * src/string_match.[ch]
11109                 clean up name space
11110                 allow compilation *BSD
11111
11112 2001-12-27 [alfons]     0.6.6claws28
11113
11114         * src/filter.c
11115                 sync the Hiro's bug fix for BSD
11116
11117 2001-12-27 [melvin]     0.6.6claws27
11118         
11119         * src/compose.c
11120                 Simplify focus to subject entry code.
11121
11122 2001-12-27 [darko]      0.6.6claws26
11123
11124         * src/filtering.c
11125         * src/mbox_folder.c
11126         * src/messageview.c
11127         * src/mh.c
11128         * src/procheader.[ch]
11129         * src/procmsg.h
11130         * src/stock_pixmap.[ch]
11131         * src/summaryview.c
11132                 Show key icon for encrypted mails in summary view
11133
11134         * src/pixmaps/clip.xpm
11135         * src/pixmaps/clipkey.xpm
11136         * src/pixmaps/key.xpm
11137                 New/modified icons for the above
11138
11139 2001-12-27 [melvin]     0.6.6claws25
11140
11141         * src/prefs_common.c
11142                 Put spell checker options in a separate tab to decrease
11143                 the Common Preferences window height.
11144
11145         * README.claws  
11146                 Update spell checker usage instruction about its options
11147                 location.
11148
11149 2001-12-27 [melvin]     0.6.6claws24
11150
11151         * src/compose.c
11152                 Changed subject entry widget position. Initial focus is
11153                 on the To header instead of the subject entry.
11154                 Creating a new header scrolls the header list to make the
11155                 created one visible. Nevertheless, when automatically filling
11156                 headers, the first one is shown.
11157                 A Tab key press in the last empty header entry zips the 
11158                 focus to the subject entry.
11159                 (I did not change the combo boxes, yet)
11160
11161 2001-12-26 [alfons]     0.6.6claws23
11162
11163         * src/prefs_account.c
11164         * src/inc.c
11165                 allow default inbox to reside in another mailbox (only
11166                 works for POP3 accounts)
11167
11168 2001-12-26 [alfons]     0.6.6claws22
11169         
11170         * src/textview.c
11171                 make reply-on-click work with the account of the selected folder
11172         * src/compose.c
11173                 put a fixme here to remind me to fix finding correct default
11174                 account for nested folders
11175
11176 2001-12-25 [alfons]     0.6.6claws21
11177
11178         * src/summaryview.c
11179                 make column headers display locked and mark pixmaps (idea by Melvin) 
11180                 fix bug by adding score and locked column type to sort array
11181
11182 2001-12-25 [alfons]     0.6.6claws20
11183         
11184         * src/summaryview.c
11185                 catch a *potentially* inadvertent write back of  
11186                 the message cache(s) introduced by 0.6.5claws37
11187
11188 2001-12-25 [christoph]  0.6.6claws19
11189
11190         * src/stock_pixmap.[ch]
11191         * src/summaryview.c
11192                 add ignore thread pixmap
11193                 (can someone draw a better icon for this?)
11194
11195 2001-12-24 [alfons]     0.6.6claws18
11196
11197         * src/prefs_folder_item.c
11198                 make address completion actually work for the
11199                 Default To address in the Folder Property dialog.
11200
11201 2001-12-24 [alfons]     0.6.6claws17
11202         
11203         * src/summaryview.c
11204                 use new style regexp for subject stripping 
11205                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
11206
11207 2001-12-24 [darko]      0.6.6claws16
11208
11209         * src/pgptext.c
11210         * src/rfc2015.c
11211                 move GPG related informational messages to debug mode
11212
11213 2001-12-23 [alfons]     0.6.6claws15
11214
11215         * src/stock_pixmap.[ch]
11216         * src/summaryview.c
11217                 add the forgotten Claws' locked pixmap
11218
11219 2001-12-23 [alfons]     0.6.6claws14
11220
11221         * src/filesel.c
11222                 accept file name typed in entry in multi file
11223                 selector (patch submitted by Gustavo Noronha Silva 
11224                 <kov@debian.org>)
11225
11226 2001-12-23 [alfons]     0.6.6claws13
11227
11228         * src/prefs_filter.c
11229         * src/prefs_filtering.c
11230         * src/matcher.c
11231         * src/importmutt.c
11232                 clean up a little bit
11233         
11234         * src/string_match.c
11235                 validate input strings a little bit more
11236
11237 2001-12-23 [alfons]     0.6.6claws12
11238
11239         * src/Makefile.am
11240         * src/summaryview.c
11241         * src/string_match.[ch]         ** NEW **
11242         * src/folderview.[ch]
11243         * src/headerview.h
11244         * src/folder.[ch]
11245         * src/prefs_folder_item.[ch]
11246                 add subject simplification to strip out strings from
11247                 a subject line (esp. handy for mailing lists). 
11248                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
11249                 but slightly changed things for better integration.)
11250
11251 2001-12-23 [alfons]     0.6.6claws11
11252
11253         * src/mainwindow.c
11254                 fix bug introduced by submission included in 0.6.5claws52.
11255                 ideally this submission should clean the trash if any trash
11256                 folder has a message. however, the hasTrash variable was
11257                 set to false whenever a trash folder was empty (discarding
11258                 a previously found *filled* trash folder.)
11259
11260                 also edited the code a little bit and made it more safe.
11261
11262 2001-12-22 [alfons]     0.6.6claws10
11263
11264         * src/imap.c
11265                 quick fix for Martin Pool's omission of an account
11266                 specific SSL setting
11267
11268 2001-12-22 [alfons]     0.6.6claws9
11269
11270         * src/compose.c
11271         * src/messageview.c
11272         * src/mimeview.c
11273         * src/pgptext.c
11274         * src/procmime.[ch]
11275                 better support for multipart/digest (submitted
11276                 by Fredrik <e98fo@efd.lth.se>)
11277
11278 2001-12-22 [alfons]     0.6.6claws8
11279
11280         * src/addressbook.c
11281                 correct function signature
11282         * src/socket.[ch]
11283         * src/imap.[ch]
11284         * src/prefs_account.[ch]
11285                 allow IMAP over SSH tunnel (patch submitted by 
11286                 Martin Pool <mbp@samba.org>)
11287
11288 2001-12-21 [alfons]     0.6.6claws7
11289
11290         * sync with sylpheed 0.6.6cvs4-9
11291                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
11292
11293 2001-12-21 [christoph]  0.6.6claws6
11294
11295         * src/compose.c
11296         * src/prefs_folder_item.[ch]
11297                 implement saving of outgoing messages to current folder.
11298                 fix segfault when no default outbox is available
11299                 (closes bug #495683)
11300
11301 2001-12-21 [carsten]    0.6.6claws5
11302         * src/folderview.c
11303         * src/summaryview.c
11304                 pressing CTRL while DND does now the expected thing and
11305                 copies the mail (moving is still the default, as this
11306                 seam more appropriate for handling mails by DND)
11307
11308 2001-12-18 [paul]       0.6.6claws4
11309
11310         * sync with sylpheed 0.6.6cvs3
11311                 see ChangeLog entries 2001-12-18
11312
11313 2001-12-18 [hiro]       0.6.6claws3
11314
11315         * src/undo.c
11316                 fix for multibyte characters (obtain the number of letters
11317                 instead of bytes).
11318
11319 2001-12-17 [paul]       0.6.6claws2
11320
11321         * sync with sylpheed 0.6.6cvs1
11322                 see ChangeLog entry 2001-12-16
11323
11324 2000-12-17 [alfons]     0.6.6claws1
11325
11326         * src/filtering.c
11327                 clean up
11328
11329 2001-12-16 [paul]       0.6.6claws
11330 2001-12-15
11331
11332         * Release version 0.6.6claws, cvs tag: rel_0_6_6
11333
11334         * src/mimeview.c
11335                 last minute sync with main 0.6.6
11336
11337         * po/es.po
11338                 updated by Ricardo Mones Lastra
11339                 update for last minute sync
11340         * po/fr.po
11341         * po/nl.po
11342                 update for last minute sync
11343         * po/de.po
11344                 updated by Jens Oberender
11345         * po/pt_BR.po
11346                 updated by Fabio Junior Beneditto
11347
11348         * src/prefs_common.[ch]
11349         * src/undo.c
11350                 number of undo levels is user configurable
11351                 (squeeze it into the release in the dying
11352                 moments) Submitted by Jens Oberender    
11353
11354 2001-12-15 [melvin]
11355
11356         * po/fr.po
11357                 updated french translation
11358
11359 2001-12-15 [paul]       0.6.5claws92
11360
11361         * sync with sylpheed 0.6.5cvs28
11362                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
11363
11364         * po/nl.po
11365                 update to allow for sync
11366
11367 2001-12-15 [alfons]
11368         
11369         * po/nl.po
11370                 update dutch translation
11371
11372 2001-12-14 [carsten]    0.6.5claws91
11373         * src/summaryview.c
11374                 fixed bug #473785; also after changing the column order
11375                 the same message will be selected and displayed as before
11376                 the reordering
11377
11378 2001-12-14 [carsten]    0.6.5claws90
11379         * src/folderview.c
11380                 probably found the bug reported by wwb opening or closing
11381                 a folder tree just before dnd (found the solution in the
11382                 balsa source -- thanks to them)
11383
11384 2001-12-14 [carsten]    0.6.5claws89
11385         * src/gtkutils.c
11386         * src/account.c
11387                 moved gtk_clist_moveto to the right place, so that
11388                 only the accounts dialog is effected on opening
11389
11390 2001-12-14 [carsten]    0.6.5claws88
11391         * src/gtkutils.c
11392                 gtkut_clist_set_focus_row does a gtk_clist_moveto
11393                 now, so that the focused row will be seen in any case
11394                 (reported by wwp on sf-claws-user)
11395
11396 2001-12-14 [darko]      0.6.5claws87
11397
11398         * src/compose.c
11399                 remove unnecessary line
11400
11401 2001-12-14 [paul]       0.6.5claws86
11402
11403         * sync with sylpheed 0.6.5cvs27
11404                 see ChangeLog entries 2001-12-14
11405
11406 2001-12-14 [carsten]    0.6.5claws85
11407         * src/mainwindow.c
11408                 following a suggestion of Melvin the rcoabm pops up
11409                 right under the button now and the button is reliefed
11410                 while the popup is open
11411
11412 2001-12-14 [darko]      0.6.5claws84
11413
11414         * src/compose.c
11415                 fix crash when wrapping long lines if linewrap quotation
11416                 is disabled and wrapper encounters a word spanning more
11417                 than one line
11418
11419 2001-12-13 [paul]       0.6.5claws83
11420
11421         * src/compose.c
11422                 prefer 'Reply-To' header over mailing list header when
11423                 replying to a message. Finally prevent all those confirmation 
11424                 messages being sent to the list itself.
11425
11426         * src/summaryview.c
11427                 remove unused summary_set_menu_sensitive() entry
11428
11429 2001-12-13 [paul]       0.6.5claws82
11430
11431         * src/folderview.c
11432         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
11433         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
11434         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
11435                 improvements to 'Hide read messages': Inbox, Outbox,
11436                 Trash, Queue, and Draft icons now reveal presence of hidden 
11437                 messages
11438
11439 2001-12-12 [alfons]     0.6.5claws81
11440
11441         0.6.5claws80 was tagged as LAST_STABLE
11442
11443         * src/filtering.[ch]
11444         * src/matcher.[ch]
11445         * src/matcher_parser_lex.c
11446                 fix the filtering; my last attempt to get it right, 
11447                 if it does not work, it's Hoa's turn. ;-)
11448
11449                 for my honourable peers:
11450                 
11451                 the code now makes a clear distinction between
11452                 rules as they are displayed (probably escaped),
11453                 and as they are executed (probably unescaped). the
11454                 parser does *NOT* do any unescaping, this is
11455                 the task of the matcher.c (which breaks up a
11456                 rule into condition) and the filtering.c (which
11457                 breaks up the rule's action). to make this
11458                 run happily we provide an unescaped copy of
11459                 crucial strings to the MatcherProp and 
11460                 FilteringAction structures. note that the only
11461                 exception to this is any REGEXP string. those
11462                 are directly passed to regcomp() and regexp()
11463                 (who have much more powerful unescape functions).
11464                 
11465                 for everyone else:
11466         
11467                 you can escape tab (\t), carriage return (\r),
11468                 linefeed (\n), form feed (\f), quote (\"), 
11469                 single quote (\'), bell (\b) in all the entry
11470                 lines in the scoring & filtering dialogs.
11471                 as an added bonus this should not affect
11472                 existing filtering rules.
11473
11474 2001-12-12 [carsten]    0.6.5claws80
11475
11476         * src/summaryview.c
11477         * po/de.po
11478                 "item(s) selected" is now sensitive to 1 or more
11479                 than one selected (nice for language where simple
11480                 adding of a "s" is not possible as German (Eintrag
11481                 ->Eintr"age)
11482                 
11483                 the "forward as attachment" entry from the right
11484                 click menu removed, "forward" acts following the
11485                 prefs
11486         
11487         * src/textview.c
11488                 reverted my former changes; so compiler warning again
11489                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
11490                 nevertheless
11491
11492         * src/messageview.c
11493                 "search in message" does now *not* only work in MVIEW_TEXT
11494                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
11495                 message
11496
11497         * src/mainwindow.c
11498                 removed "/File/_Close" as it was the same as "/File/E_xit"
11499                 and we don't need it two times
11500
11501                 the separate folder view and message view now get a distinct
11502                 WMCLASS, just in case someone is using sawfish ;-)
11503
11504                 as the menu entries "/View/Message view" and "/View/Folder tree"
11505                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
11506                 make them sensitive accordingly and as these two are "shown"
11507                 after startup anytime check this menuitem at startup
11508
11509 2001-12-12 [paul]       0.6.5claws79
11510
11511         * src/folderview.c
11512                 fix sensitivity of 'Search folder...', broken in
11513                 0.6.5claws75
11514
11515         * src/mainwindow.c
11516                 fix dodgy English
11517
11518 2001-12-11 [carsten]    0.6.5claws78
11519         * src/filtering.c
11520                 fixed two typos returning a wrong FALSE/TRUE
11521         * src/mainwindow.[ch]
11522                 extra menu for email/news button removed
11523
11524 2001-12-11 [alfons]     0.6.5claws77
11525         
11526         * src/matcher.c                 (1.3)
11527         * src/matcher_parser_lex.l      (1.28)
11528                 revert for another attempt
11529                 mark 0.6.5claws77 as LAST_STABLE
11530
11531 2001-12-11 [christoph]  0.6.5claws76
11532
11533         * po/de.po
11534                 fixed wrong translation for prev. unread msg
11535
11536 2001-12-11 [paul]       0.6.5claws75
11537
11538         * src/folder.[ch]
11539         * src/folderview.c
11540         * src/mainwindow.c
11541         * src/summaryview.[ch]
11542         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
11543                 enable ability to hide read messages on per folder basis via 
11544                 '/Summary/Hide read messages'; when selected, a folder will 
11545                 have a red open folder icon, instead of a blue icon, if the 
11546                 folder contains hidden messges
11547                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
11548
11549         * src/mainwindow.c
11550                 remove '/Message/Forward as attachment' from 
11551                 main_window_set_menu_sensitive() to prevent debug warning
11552
11553         * src/folderview.c
11554         * src/mainwindow.c
11555                 Clean up some of the English
11556
11557         * tools/newscache_clean.pl
11558                 allow for new 'hidereadmsgs' entry in folderlist.xml
11559
11560         * po/es.po
11561                 updated translation, submitted by Ricardo Mones Lastra
11562
11563 2001-12-11 [paul]       0.6.5claws74
11564
11565         * sync with sylpheed 0.6.5cvs25
11566                 see ChangeLog entry 2001-12-11
11567
11568 2001-12-10 [alfons]     0.6.5claws73
11569
11570         * src/matcher.c
11571                 add more control characters
11572         * src/matcher_parser_lex.l
11573                 make escaping / unescaping work again
11574
11575 2001-12-10 [alfons]     0.6.5claws72
11576
11577         * src/imap.c
11578                 clean up warnings "returning value for void function" 
11579         * src/prefs_filtering.c
11580                 make info button for execute action sensitive
11581
11582 2001-12-10 [paul]       0.6.5claws71
11583
11584         * src/compose.c
11585         * src/imap.[ch]
11586         * src/summaryview.c
11587                 fix: imap server now gets informed of MARKED, UNMARKED
11588                 and REPLY events. Now people can use different IMAP-Mail
11589                 clients and have the exact same information about MARKED,
11590                 UNMARKED and REPLY status with all of them. Especially
11591                 useful for imap servers with a web-frontend.
11592                 submitted by Tobias Sandhaas <medlor@web.de>
11593
11594 2001-12-09 [melvin]     0.6.5claws70
11595         
11596         * src/textview.[ch]
11597                 fixed bug #490076 (hunted down by Alfons who implemented
11598                 a workaround in 0.6.5claws65)
11599
11600 2001-12-09 [christoph]  0.6.5claws69
11601
11602         * src/summaryview.c
11603                 set pointer to string in LOCKED column to NULL
11604                 (might fix bug #490800)
11605
11606 2001-12-09 [carsten]    0.6.5claws68
11607
11608         * po/de.po
11609                 resolved some cluttered menu shortcuts 
11610                 ('creating new email' and 'creating news message'
11611                 hade the same)
11612         * src/compose.c
11613                 wmclass now distinc from main window
11614         * src/mainwindow.c
11615           src/mainwindow.h
11616                 email/news and forward button functionality similar
11617                 to the reply buttons; removed the ugly dropdown arrows
11618                 and use instead the right mouse button
11619
11620 2001-12-09 [paul]       0.6.5claws67
11621
11622         * src/imap.c
11623         * src/utils.h
11624                 allow spaces in imap folder names
11625                 submitted by Willem van Engen <wvengen@stack.nl>
11626
11627 2001-12-09 [paul]       0.6.5claws66
11628
11629         * sync with sylpheed 0.6.5cvs24
11630                 see ChangeLog entry 2001-12-09
11631
11632 2001-12-08 [alfons]     0.6.5claws65
11633
11634         * src/textview.c
11635                 prevent secondary selection claim after "add to sender" dialog
11636                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
11637                 we trick GTK by simulating a click at (0, 0) in the textview.
11638
11639 2001-12-08 [hoa]        0.6.5claws64
11640
11641         * src/folder.c
11642                 fixed a bug about the .processing folder name while filtering
11643
11644 2001-12-08 [alfons]     0.6.5claws63
11645
11646         * src/folderview.c 
11647                 work around problem of not correctly updating folder stats
11648                 when deleting messages. there's some folder scanning evil
11649                 going so the folderview_update_msg_num() does not work
11650                 correctly. need to investigate this.
11651
11652 2001-12-08 [paul]       0.6.5claws62
11653
11654         * sync with sylpheed 0.6.5cvs23
11655                 see ChangeLog entry 2001-12-08
11656
11657 2001-12-07 [christoph]  0.6.5claws61
11658
11659         * src/compose.c
11660                 fix another header translation problem
11661
11662 2001-12-07 [alfons]     0.6.5claws60
11663
11664         * src/mbox.c
11665                 make filtering also work on local spool mbox
11666
11667 2001-12-07 [carsten]    0.6.5claws59
11668         * src/addressbook.c
11669                 addressbook window gets a wmclass distinct from the main
11670                 sylpheed window
11671         * src/compose.h
11672         * src/mainwindow.[ch]
11673                   forward menu item will use mode selected in prefs, forward 
11674                 as attatchment in menu removed (will be substituted in the
11675                 toolbar similar to reply buttons)
11676                   create news message menu entry and news button is now 
11677                 sensitive to the existance of a news account
11678         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
11679         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
11680         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
11681                 these are removed because the toolbar buttons don't show
11682                 the quoting modus any longer
11683
11684 2001-12-07 [paul]
11685
11686         * tools/newscache_clean.pl      ** NEW FILE **
11687                 perl script to do some tidying up in the newscache directory 
11688                 
11689         * tools/sylpheed-switcher       ** NEW FILE **
11690                 perl script to enable easy switching between main and claws
11691                 
11692         * tools/README
11693                 added descriptions of the two new perl scripts          
11694
11695
11696 2001-12-07 [melvin]     0.6.5claws58
11697
11698         * src/messageview.c
11699                 fixed a warning during compilation introduced in 0.6.5claws56
11700
11701 2001-12-07 [paul]       0.6.5claws57
11702
11703         * src/mainwindow.[ch]
11704         * src/menu.[ch]
11705                 further usability enhancements to replying with or without 
11706                 quoting via the toolbar, use of Ctrl key is replaced by 
11707                 drop down menu 
11708                 Submitted by Carsten Schurig            
11709
11710 2001-12-07 [melvin]     0.6.5claws56
11711
11712         * src/messageview.c
11713                 hack to fix bug that prevented to make/paste selections
11714                 after switching between MVIEW_TEXT and MVIEW_MIME views
11715                 without deselecting the selection first.
11716
11717 2001-12-06 [alfons]     0.6.5claws55
11718
11719         * src/filtering.[ch]
11720         * src/inc.c
11721                 revise filtering a little bit more, and make sure
11722                 messages are delivered to the appropriate inbox
11723                 (perhaps set per account)
11724
11725 2001-12-06 [paul]       0.6.5claws54
11726
11727         * sync with sylpheed 0.6.5cvs22
11728                 see ChangeLog entry 2001-12-06
11729
11730 2001-12-05 [alfons]     0.6.5claws53
11731
11732         * src/inc.c
11733         * src/folder.[ch]
11734         * src/procmsg.c
11735         * src/filtering.c
11736                 more revisions of filtering system
11737                 (last stable version is marked as LAST_STABLE)
11738                 
11739                 | NOTE 1): the filtering system now uses a local folder called
11740                 | .processing. if filtering fails, check this directory
11741                 | for missing messages.
11742                 |
11743                 | NOTE 2): help us find the filtering actions still missing
11744
11745 2001-12-05 [paul]       0.6.5claws52
11746
11747         * src/mainwindow.c
11748                 fix bug where 'Empty Trash?' pop-up window appears even
11749                 when Trash is empty, submitted by Jesse Skinner         
11750
11751 2001-12-05 [melvin]     0.6.5claws51
11752
11753         * src/compose.c
11754                 fixed bug #486106 to select correct account when reediting 
11755                 a queued message
11756         
11757 2001-12-04 [alfons]     0.6.5claws50
11758
11759         * src/mh.c
11760                 declare markfile in appropriate functions when
11761                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
11762                 for spotting this)
11763
11764 2001-12-04 [paul]       0.6.5claws49
11765
11766         * sync with sylpheed 0.6.5cvs21
11767                 see ChangeLog entry 2001-12-04
11768
11769 2001-12-03 [christoph]  0.6.5claws48
11770
11771         * po/de.po
11772                 changed translation of undo
11773         * src/account.c
11774         * src/folder.c
11775                 don't reinvent the wheel to traverse a GNode
11776         * src/compose.[ch]
11777                 seperate code to create the compose gui into functions
11778                 add "Others" page with folder selection for saving copy
11779                 of the message.
11780                 the folder identifier is saved to queue header
11781         * src/procmsg.c
11782                 save message to folder in queue header
11783
11784 2001-12-03 [paul]       0.6.5claws47
11785
11786         * sync with sylpheed 0.6.5cvs20
11787                 see ChangeLog entry 2001-12-03
11788
11789 2001-12-01 [paul]
11790
11791         * more sync with sylpheed 0.6.5cvs19
11792                 see ChangeLog entry 2001-11-29
11793
11794 2001-11-30 [paul]       0.6.5claws46
11795         
11796         * src/compose.c
11797                 remove conflicts introduced by Hoa's last commit
11798          
11799         * src/mainwindow.c
11800                 make 'Message/Bounce' sensitive
11801
11802 2001-11-30 [hoa]        0.6.5claws45
11803
11804         * src/compose.c
11805                 slightly change bounce function to add
11806                 information about the user that bounced the mail
11807                 in the From header line.
11808
11809         * src/folderview.c
11810                 permit the use of processing in outbox folder.
11811
11812 2001-11-29 [paul]       0.6.5claws44
11813
11814         * src/mainwindow.[ch]
11815         * src/prefs_common.c
11816         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
11817         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
11818         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
11819                 usability enhancements to the quoting, implements
11820                 use of Ctrl key to toggle quoting settings
11821                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
11822
11823 2001-11-29 [paul]       0.6.5claws43
11824         
11825         * sync with sylpheed 0.6.5cvs19
11826                 see ChangeLog entry 2001-11-28
11827
11828 2001-11-29 [melvin]     0.6.5claws42
11829         * src/Makefile.am
11830                 added enriched.[ch] to the list of files
11831
11832         * src/textview.c
11833         * src/mimeview.c
11834         * src/procmime.[ch]
11835         * src/enriched.[ch]
11836                 added support to view text/enriched
11837                 added support to show headers in message view for text/enriched and text/html
11838                         in non multipart messages
11839
11840 2001-11-28 [paul]       0.6.5claws41
11841
11842         * more sync with sylpheed 0.6.5cvs18
11843                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
11844
11845 2001-11-27 [paul]       0.6.5claws40
11846         
11847         * po/pt_BR.po
11848                 updated translation, submitted by Fabio Junior Beneditto
11849                 
11850         * sync with sylpheed 0.6.5cvs18
11851                 see ChangeLog entries 2001-11-26 (src/textview.c) and
11852                 2001-11-27
11853
11854
11855 2001-11-26 [paul]
11856
11857         * po/es.po
11858                 updated translation, submitted by Ricardo Mones Lastra
11859
11860 2001-11-26 [alfons]
11861
11862         * src/matcher.c
11863                 add more translatable strings
11864
11865 2001-11-26 [christoph]  0.6.5claws39
11866
11867         * po/de.po      
11868                 fixed one more umlaut
11869         * src/compose.c
11870                 fix translated header when it should not be translated
11871
11872 2001-11-26 [paul]       0.6.5claws38
11873
11874         * src/mainwindow.c
11875                 remove '/Message/Add Sender to address book' from 
11876                 main_window_set_menu_sensitive(), prevent debug warning
11877                 add 'Message/Mark/Mark all read' to mainwin_entries[]
11878
11879 2001-11-26 [paul]       0.6.5claws37
11880
11881         * src/summaryview.c
11882                 fix 'recurring unread state' bug 
11883
11884         * tools/README 
11885         * tools/filter_conv.pl
11886                 read name of top level mailbox from folderlist.xml
11887                 and presume nothing about its name              
11888
11889 2001-11-26 [darko]      0.6.5claws36
11890
11891         * src/gtkstext.[ch]
11892                 removed functions that are now in gtkutils.c
11893                 use gtkut_text_is_uri_string() from gtkutils.c
11894         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
11895
11896 2001-11-26 [paul]       0.6.5claws35
11897
11898         * sync with sylpheed 0.6.5cvs16
11899                 see ChangeLog entries 2001-11-25 and 2001-11-26
11900
11901 2001-11-25 [alfons]     0.6.5claws34
11902
11903         EXPERIMENTAL!!! Please checkout the last stable version using: 
11904           
11905         % cvs update -r LAST_STABLE -dRAP
11906
11907         (Or help us testing this stuff.)
11908
11909         * src/filtering.c               (1.14)
11910         * src/filtering.h               (1.6)
11911         * src/inc.c                     (1.28)
11912         * src/matcher.c                 (1.20)
11913         * src/mbox.c                    (1.9)
11914         * src/procmsg.h                 (1.14)
11915         * src/summaryview.c             (1.59)
11916         * src/summaryview.h             (dunno)
11917                 revert/merge/sync to as it was before commit 
11918                 on Thu, 19 Jul 2001 10:15:51 -0700.
11919
11920 2001-11-25 [hoa]        0.6.5claws33
11921
11922         * src/main.c
11923                 processing mails at startup
11924
11925         * src/folderview.c
11926         * src/summaryview.[ch]
11927                 processing mails when entering folder
11928
11929         * src/prefs_filtering.c
11930                 fixed some UI bugs
11931
11932 2001-11-24 [alfons]     0.6.5claws32
11933
11934         * src/summaryview.[ch]
11935                 make summary sort headers work, and also make
11936                 sure the sort type is stored
11937
11938 2001-11-23 [alfons]     0.6.5claws31
11939
11940         * src/summaryview.[ch]
11941                 make lock work like mark
11942                 disallow deleting messages marked as locked
11943
11944 2001-11-23 [alfons]     0.6.5claws30
11945
11946         * src/gtkstext.c
11947         * src/compose.[ch]
11948         * src/Makefile.am
11949         * src/undo.[ch]
11950                 merge undo patch submitted by Jens
11951
11952 2001-11-23 [christoph]  0.6.5claws29
11953
11954         * src/.cvsignore
11955                 added ylwrap
11956         * src/compose.c
11957                 fixed gpg signing and encoding
11958         * src/folder.[ch]
11959         * src/main.c
11960                 added --status option to get new, unread and total
11961                 message count from a running sylpheed
11962         * src/prefs_common.c
11963                 temporary fix for reply_with_quote problem
11964                 (don't call functions for non existing widget)
11965         * src/procmsg.c
11966                 one more check for ignored threads but still not
11967                 always working correctly. probably a recursive
11968                 check for all parents is needed
11969
11970 2001-11-23 [darko]      0.6.5claws28
11971
11972         * src/compose.c
11973                 wrapping on send improvements
11974         * src/gtkutils.[ch]
11975                 fix for GtkSText after last sync with main branch
11976                 GTK_TEXT -> GTK_STEXT
11977
11978 2001-11-23 [paul]       0.6.5claws27
11979
11980         * sync with sylpheed 0.6.5cvs14
11981                 see ChangeLog entries 2001-11-22 and 2001-11-23
11982                 
11983         * po/de.po
11984                 fixed the scrambled umlauts 
11985                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
11986
11987 2001-11-21 [paul]       0.6.5claws26
11988
11989         * sync with sylpheed 0.6.5cvs12
11990                 see 2nd ChangeLog entry dated 2001-11-20
11991
11992 2001-11-20 [paul]       0.6.5claws25
11993
11994         * sync with sylpheed 0.6.5cvs11
11995                 see ChangeLog entry 2001-11-19 (src/utils.c)
11996
11997 2001-11-20 [hiro]
11998
11999         * src/compose.c
12000                 GTK_TEXT -> GTK_STEXT
12001                 fix for wrong comment
12002
12003 2001-11-20 [hiro]       0.6.5claws24
12004
12005         * src/compose.[ch]
12006                 more merges from main branch
12007                 removed fatal warnings (uninitialized variables etc.)
12008                 some coding style fix
12009         * src/gtkutils.h
12010                 fixed typo.
12011         * src/addressbook.c
12012           src/addrindex.c
12013                 V-Card -> vCard
12014
12015 2001-11-19 [hoa]        0.6.5claws23
12016
12017         * src/filtering.c
12018         * src/prefs_scoring.c
12019         * src/matcher.[ch]
12020         * src/scoring.c
12021                 cleaning code
12022
12023         * src/matcher_parser_parse.y
12024         * src/prefs_filtering.c
12025                 bouncing
12026
12027 2001-11-19 [alfons]     0.6.5claws22
12028
12029         more of my old things into claws
12030
12031         * src/Makefile.am
12032         * src/prefs_common.c
12033         * src/procmsg.h
12034         * src/summaryview.[ch]
12035         * src/prefs_summary_column.c
12036         * src/pixmaps/locked.xpm
12037                 add indicators for locking of message in summary view
12038                 (does not work yet, only visual indicator)
12039
12040 2001-11-19 [paul]       0.6.5claws21
12041
12042         * sync with sylpheed 0.6.5cvs10
12043                 see ChangeLog entry 2001-11-19
12044
12045 2001-11-18 [alfons]     0.6.5claws20
12046         
12047         * src/filtering.c
12048                 remove an inadvertent free I forgot in previous clean up 
12049
12050 2001-11-18 [alfons]     0.6.5claws19
12051
12052         * src/filtering.[ch]
12053                 clean up & plug leaks
12054
12055 2001-11-18 [paul]       0.6.5claws18
12056
12057         * sync with sylpheed 0.6.5cvs9
12058                 see ChangeLog entries 2001-11-17 and 2001-11-18
12059
12060 2001-11-16 [paul]       0.6.5claws17
12061
12062         * sync with sylpheed 0.6.5cvs8
12063                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
12064
12065 2001-11-16 [paul]       0.6.5claws16
12066
12067         * sync with sylpheed 0.6.5cvs7
12068                 see ChangeLog entries 2001-11-15 and 2001-11-16
12069
12070 2001-11-15 [hoa]        0.6.5claws15
12071
12072         * src/compose.c
12073                 fix bounce, mails we received couln't be bounced to ourself.
12074
12075         * src/defs.h
12076         * src/filtering.[ch]
12077         * src/matcher.[ch]
12078         * src/matcher_parser.h
12079         * src/matcher_parser_lex.l
12080         * src/matcher_parser_parse.y
12081         * src/inc.c
12082         * src/main.c
12083         * src/mbox.c
12084         * src/prefs_filtering.[ch]
12085         * src/mainwindow.c
12086         * src/prefs_matcher.c
12087         * src/prefs_scoring.c
12088         * src/scoring.[ch]
12089         * src/summaryview.c
12090                 new matcher/filter/score configuration file parser
12091                 one unique configuration file => ~/.sylpheed/matcherrc
12092                 import in currently automatic, then save are made
12093                 in this new file.
12094                 one filter per folder and one global filter
12095                 (filter of a folder will be used as folder processing)
12096
12097         * src/folder.c
12098                 fix a bug in folder_item_get_identifier
12099                 
12100         * src/messageview.c
12101                 receive receipt return are fixed.
12102
12103 2001-11-14 [alfons]     0.6.5claws14
12104
12105         * src/session.h
12106                 add things from main branch to make claws compile
12107
12108 2001-11-14 [paul]       0.6.5claws13
12109
12110         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
12111                 see ChangeLog entries 2001-11-08 to 2001-11-14
12112
12113 2001-11-14 [hoa] 0.6.5claws12
12114
12115         * src/compose.[ch]
12116         * src/mainwindow.c
12117         * src/summaryview.c
12118                 add "bounce mail" option
12119
12120 2001-11-13 [christoph]  0.6.5claws11
12121
12122         * src/compose.c
12123                 Cleanup a mess i add before commiting
12124
12125 2001-11-13 [hoa]        0.6.5claws10
12126
12127         * src/compose.c
12128                 some fixes when mail are sent or
12129                 for crossposts
12130
12131 2001-11-13 [christoph]  0.6.5claws9
12132
12133         * po/de.po
12134                 Changed two string with the same translation
12135         * src/compose.c
12136         * src/procmsg.[ch]
12137         * src/send.[ch]
12138                 New mailsending process:
12139                   - Always queue message before sending
12140                     (message will be saved if sylpheed crashed or
12141                      freezes while sending)
12142                   - Allow queuing of newspostings
12143                   - No copy in outbox before sending
12144                     (closes bug #469501)
12145                   - No more redundant code for send and send_later
12146         * src/summaryview.c
12147                 Applied wwp <subscript@free.fr>'s patch that fixes
12148                 marks for multiple forwarded messages (+compose.c)
12149
12150 2001-11-12 [alfons]
12151
12152         * README.claws
12153                 remove things that are now in main branch
12154         
12155         * po/nl.po
12156                 update Dutch translation
12157
12158 2001-11-12 [mhadasht]   0.6.5.claws8
12159
12160         * src/prefs_common.c
12161                 re-enabled account autoselection feature for forward
12162                 and reedit lost during the branch point for SYNC-B4-REL
12163         * src/gtkspell.c
12164                 gtkpspell_get_dict(): more readable code (even if function is
12165                 not used yet)
12166         * ChangeLog.claws
12167                 added version number info to 2001-11-12 [hiro] comment.
12168
12169 2001-11-12 [hiro]       0.6.5.claws7
12170
12171         * src/compose.c
12172                 compose_forward(): fixed a bug that forward quote mark
12173                 wasn't used.
12174                 removed unnecessary code.
12175         * src/template_select.[ch]: removed.
12176
12177 2001-11-11 [alfons]
12178
12179         * src/compose.c
12180                 :%s/GTK_TEXT/GTK_STEXT/g
12181         
12182         * src/compose.[ch]
12183         * src/undo.[ch]
12184         * src/Makefile.am
12185                 revert the undo stuff (this is 0.6.6claws stuff)
12186
12187 2001-11-11 [hoa]        0.6.5.claws6
12188
12189         * src/compose.[ch]
12190                 Insert signature at the end of the text.
12191                 Added undo patch but currently disabled
12192
12193         * src/procmsg.c
12194                 Threading by subject improved.
12195
12196         * added src/undo.[ch]
12197                 Undo module for compose dialog box.
12198
12199 2001-11-11 [alfons]     0.6.5.claws5
12200
12201         * src/procmsg.c
12202                 prevent threading by subject on nodes that have already been
12203                 threaded by in-reply-to (as in "circular references in a tree
12204                 result in a dead branch")
12205
12206 2001-11-09 [hoa]        0.6.5.claws4
12207         
12208         * src/folderview.c
12209                 allows creation of mbox folder item from any files.
12210
12211 2001-11-09 [alfons]     0.6.5.claws3
12212         
12213         * src/utils.c
12214         * src/procmsg.c
12215                 do what I mean and correct threading by subject so it really
12216                 ignores attracting lines without "Re: "
12217
12218 2001-11-07 [alfons]     0.6.5.claws2
12219
12220         * src/procmsg.c
12221         * src/utils.[ch]
12222                 only attract by subject if a subject line starts with a "Re: "
12223         * src/syldap.c
12224                 remove warning
12225
12226 2001-11-07 [paul]       0.6.5claws1
12227
12228         * sync with sylpheed 0.6.5. release
12229                 see ChangeLog entry 2001-11-07
12230
12231 2001-11-07 [paul]       0.6.4claws31
12232
12233         * sync with sylpheed 0.6.4cvs18
12234                 see ChangeLog entries 2001-10-30 to 2001-11-07
12235                 prefs_templates.[ch] renamed prefs_template.[ch]
12236
12237 2001-11-06 [alfons]
12238         
12239         * src/utils.h
12240                 add semicolon Hoa forgot ;-)
12241                 
12242
12243 2001-11-06 [hoa]        0.6.4claws30
12244         
12245         * src/procmsg.c
12246         * src/summaryview.c
12247         * src/utils.c
12248         * src/utils.h
12249                 threading by subject - empty subject are ignored
12250
12251 2001-11-06 [christoph]  0.6.4claws29
12252
12253         * src/socket.c
12254                 use SSL_peek for sock_gets
12255         * src/utils.c
12256                 removed unneeded pointer in extracting quoted
12257                 names implementation
12258
12259 2001-11-06 [melvin]     0.6.4claws28
12260
12261         * src/gtkspell.c
12262                 fixed bug #476792 Selection overtyping with spell checker
12263                 fixed bug which could cause a buffer overflow
12264                 fixed a memory leak
12265
12266 2001-11-06 [hoa]        0.6.4claws27
12267         
12268         * src/procmsg.c
12269         * src/summaryview.c
12270                 threading by subject
12271
12272 2001-11-05 [alfons]     0.6.4claws26
12273         
12274         * README.claws
12275                 Claws -> Sylpheed (vice versa)
12276
12277         * src/compose.c
12278                 :%s/gtk_text/gtk_stext/g
12279                 :%s/GTK_TEXT/GTK_STEXT/g
12280                 (thanks to Jonathan Ware for spotting this)
12281
12282 2001-11-04 [christoph]  0.6.4claws25
12283
12284         * src/summaryview.c
12285                 replace Xalloca + strdup with Xstrdup_a
12286         * src/utils.c
12287                 better implementation of extracting quoted names
12288                 from addresses (remove backlashes and ignore
12289                 quotes after them)
12290
12291 2001-11-04 [alfons]     0.6.4claws24
12292
12293         * src/utils.[ch]
12294                 edit to comply more with coding style
12295
12296         * src/textview.c
12297                 fix bug reported by Kim Schulz. introduced by the patch integrated
12298                 in 0.6.4claws15. the code did not check the return value of
12299                 the html parser.
12300
12301         * AUTHORS
12302                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
12303
12304 2001-11-04 [christoph]  0.6.4claws23
12305
12306         * src/main.c
12307         * src/prefs_common.[ch]
12308                 init some pointers that possibly caused a segfault
12309                 reported in the claws-users ML
12310
12311 2001-11-04 [hoa]        0.6.4claws22
12312
12313         * src/grouplistdialog.c
12314                 change the names of the nodes in the tree
12315
12316         * src/compose.c
12317                 enhanced mailto syntax as described in
12318                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
12319                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
12320
12321         * src/utils.c
12322                 encode and decode URI (useful when opening URL into
12323                 netscape).
12324
12325 2001-11-03 [hoa]        0.6.4claws21
12326
12327         * src/grouplistdialog.c
12328                 a new newsgroups list selection dialog box
12329                 with a CTree instead of a CList
12330
12331 2001-11-03 [hoa]        0.6.4claws20
12332
12333         * src/folderview.c
12334                 enable property and scoring options when right
12335                 click on "inbox"
12336
12337         * src/summaryview.c
12338                 fixed bug when nickname were displayed using
12339                 the address book.
12340
12341 2001-11-02 [darko]      0.6.4claws19
12342
12343         * src/compose.c
12344                 new wrap quotation and URL/long words wrapping implementation
12345         * src/compose.c src/gtkstext.[ch]
12346                 move gtkstext_strncmp() to gtkstext.c
12347
12348 2001-11-01 [christoph]  0.6.4claws18
12349
12350         * src/prefs_account.c
12351                 fixed mess in account settings dialog
12352         * src/prefs_folder_item.c
12353                 added label with folder path to dialog
12354
12355 2001-10-31 [match]      0.6.4claws17
12356
12357         * src/vcard.c
12358                 fix memory leak.
12359         * src/addrbook.c
12360                 fix generation of spurious address book file names.
12361                 remove redundant functions.
12362         * po/POTFILES.in
12363                 added missing file names.
12364
12365 2001-10-30 [paul]       0.6.4claws16
12366
12367         * sync with sylpheed 0.6.4cvs6
12368                 see ChangeLog entries 2001-10-26 to 2001-10-30
12369
12370         * tools/filter_conv.pl
12371                 read folderlist.xml to discover whether the top-level
12372                 folder is called 'Mailbox' or 'Mail' 
12373
12374 2001-10-29 [paul]       0.6.4claws15
12375
12376         * src/html.c, src/textview.c
12377                 activate links in html mail and fix clickable parts
12378                 Submitted by Matthieu Dazy <dazy@t-surf.com>
12379
12380 2001-10-29 [paul]
12381
12382         * po/de.po, po/es.po, po/pt_BR/po
12383                 updated translations, submitted by Jens Oberender,
12384                 Ricardo Mones Lastra, and Fabio Junior Beneditto
12385
12386 2001-10-29 [darko]      0.6.4claws14
12387
12388         * src/compose.c
12389                 fix wrapping for good
12390
12391 2001-10-29 [darko]
12392
12393         * src/compose.c
12394                 undo previous change as it broke the smart wrapping
12395
12396 2001-10-29 [darko]      0.6.4claws13
12397
12398         * src/compose.c
12399                 fix infinite loop when long URL is quoted
12400                 (closes bug #475122.
12401
12402 2001-10-28 [match]
12403
12404         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
12405                 import Mutt address book
12406         * src/ldif.[ch] src/importldif.h
12407                 modified import LDIF handle user attributes
12408
12409 2001-10-28 [christoph]  0.6.4claws12
12410
12411         * src/summaryview.c
12412                 fixed that filtering did not work if there
12413                 were no filter rules
12414                 (closes bug #472003 and better implementation
12415                  of patch #474644)
12416
12417 2001-10-27 [christoph]  0.6.4claws11
12418
12419         * src/compose.c
12420                 make the folder's default account to be used when
12421                 replying. (patch by wwp <subscript@free.fr>)
12422         * src/compose.c
12423                 code cleanup, nearly killed all of wwp's patch
12424                 for folder's default account in compose
12425         * src/folderview.c
12426                 error panel when a folder could not be created
12427                 (closes bug #471080 new folder name & already
12428                  existing file)
12429
12430 2001-10-26 [alfons]
12431
12432         * src/utils.h
12433                 change prototype of strstr2() that Christoph forgot about
12434
12435 2001-10-26 [christoph]  0.6.4claws10
12436
12437         * src/account.c
12438                 made search for accounts by email address not case
12439                 sensitive
12440         * src/folder.c
12441                 fixed memory leak in folder_item_get_identifier
12442         * src/gtkspell.c
12443         * src/utils.c
12444                 fixed wrong strstr2 (should work like strstr)
12445
12446 2001-10-26 [darko]      0.6.4claws9
12447
12448         * src/compose.c src/gtkstext.[ch]
12449         * src/gtkstext.c
12450                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
12451
12452 2001-10-26 [paul]       0.6.4claws8
12453
12454         * src/html.c
12455                 ignore css and javascript tags in html mail
12456                 case-insensitive, with or without double-quoted
12457                 strings
12458
12459 2001-10-26 [paul]       0.6.4claws7
12460
12461         * sync with sylpheed 0.6.4cvs1
12462                 see ChangeLog entry 2001-10-26
12463
12464         * src/prefs_account.c, src/prefs_common.c,
12465           src/prefs_summary_column.c
12466                 minor improvements to the English
12467
12468 2001-10-25 [alfons]     0.6.4claws6
12469
12470         * src/gtkstext.c
12471         
12472                 make GtkSText follow style of GtkText (closes bug 
12473                 #469211 "text selection while writing message")
12474                 
12475                 do sync with GTK 1.2.10
12476
12477 2001-10-25 [paul]       0.6.4claws5
12478
12479         * src/html.c
12480                 ignore css tags in html mail
12481
12482 2001-10-25 [darko]      0.6.4claws4
12483
12484         * src/compose.c
12485                 don't declare is_url_string as static function since
12486                 we need it in gtkstext.c
12487         * src/gtkstext.c
12488                 remove unused variable
12489                 don't wrap long URLs while composing a message
12490
12491 2001-10-24 [christoph]  0.6.4claws3
12492
12493         * src/socket.c
12494                 fix ssl deadlock, when peer closes connection
12495
12496 2001-10-24 [paul]       0.6.4claws2
12497
12498         * src/prefs_common.c
12499                 gettextize the gpg ascii-armored warning message
12500
12501         * src/compose.c
12502                 insert a DOS/MAC file into the composed message
12503                 (improvements)
12504
12505         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
12506
12507 2001-10-22 [paul]       0.6.4claws1
12508
12509         * sync with sylpheed 0.6.4 release
12510                 see ChangeLog entries 2001-10-21
12511
12512         * po/fr.po, po/pt_BR.po
12513                 updated by Melvin Hadasht and Fabio Junior Beneditto
12514
12515 2001-10-21 [paul]       0.6.3claws30
12516
12517         * src/compose.c
12518                 insert a DOS text file from the compose window
12519                 into the composed message text (removes CRs characters)
12520                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
12521
12522         * tools/filter_conv.pl, tools/README
12523                 automatically use ~/.sylpheed as working directory
12524                 print out confirmation message on completion
12525
12526         * correct Hoa's last ChangeLog.claws entry
12527
12528 2001-10-20 [hoa]        0.6.3claws29
12529
12530         * src/grouplistdialog.c
12531                 bugfix (another ?) to give the right
12532                 newsgroups list for each news server.
12533
12534         * src/news.c
12535         * src/news.h
12536                 improve the newsgroups list cache
12537
12538 2001-10-20 [paul]       0.6.3claws28
12539
12540         * sync with sylpheed 0.6.3cvs9
12541                 see ChangeLog entry 2001-10-19
12542
12543         * correct Alfons' last ChangeLog.claws entry
12544
12545 2001-10-19 [alfons]
12546
12547         * src/pgptext.[ch]
12548                 fix compilation problems (part of bug #472895)
12549
12550 2001-10-18 [hoa]        0.6.3claws27
12551
12552         * src/grouplistdialog.c
12553                 bugfix when we refresh was clicked (bug 472701)
12554
12555 2001-10-19 [christoph]  0.6.3claws26
12556
12557         * src/compose.c
12558                 last header entry should default to "To:" or
12559                 "Newsgroups:" and not copy the last entry line
12560                 in a new compose window
12561                 (closes bug #472686, #470792)
12562
12563 2001-10-19 [paul]       0.6.3claws25
12564
12565         * sync with Sylpheed 0.6.3cvs8
12566                 see ChangeLog entries 2001-10-18 and 2001-10-19
12567
12568 2001-10-18 [christoph]  0.6.3claws24
12569
12570         * src/procmsg.c
12571                 reimplement ignore thread
12572         
12573 2001-10-18 [hoa]        0.6.3claws23
12574
12575         * src/folderview.c
12576         * src/grouplistdialog.[ch]
12577                 enhanced news subscription interface (feature 469113)
12578
12579         * src/news.c
12580         * src/news.h
12581                 enchanced newsgroup listing,
12582                 now, we can get groups informations
12583                 (NNTPGroupInfo)
12584
12585 2001-10-18 [paul]       0.6.3claws22
12586
12587         * src/summaryview.c
12588                 remove comment (sync with main branch)
12589         * src/mainwindow.c
12590                 fix 'Re-edit' bug in 'Message' menu
12591
12592 2001-10-17 [christoph]  0.6.3claws21
12593
12594         * src/compose.c
12595                 ignore empty or whitespace only header lines
12596
12597 2001-10-17 [paul]       0.6.3claws20
12598
12599         * sync with sylpheed 0.6.3cvs7
12600                 see ChangeLog entries 2001-10-14, 2001-10-16, and
12601                 2001-10-17
12602
12603 2001-10-17 [darko]
12604
12605         * src/compose.c
12606                 wrap long lines without spaces
12607                 don't wrap URLs
12608
12609 2001-10-16 [paul]
12610
12611         * po/es.po, po/nl.po, po/pt_BR.po
12612                 updated by Ricardo Mones Lastra, Alfons,
12613                 and Fabio Junior Beneditto
12614
12615         * sylpheed-0.6.3claws released
12616
12617 2001-10-15 [melvin] 0.6.3claws18
12618
12619         * README.claws
12620                 added summary and detailed installation instructions
12621                 for spell checker
12622         * po/fr.po
12623                 Updated, corrected and completed french translation
12624
12625 2001-10-15 [hoa] 0.6.3claws17
12626         * src/grouplistdialog.c
12627                 we can choose the newsgroups to display with wildcards
12628
12629 2001-10-15 [christoph]  0.6.3claws16
12630
12631         * src/account.c
12632         * src/compose.c
12633         * src/prefs_folder_item.[ch]
12634                 applied wwp <subscript@free.fr>'s folder
12635                 default account patch
12636         * po/de.po
12637                 Fixed wrong translation
12638
12639 2001-10-13 [alfons, christoph, melvin]  
12640                         0.6.3claws15
12641
12642         solution #2 to solve MT-safety problems defers all GUI related calls
12643         to the main thread using a gtk_idle_add() callback. discussed on
12644         ircnet #sylpheed, with christoph spotting some issues with the
12645         original code, and melvin allowing us to lobotomize his sylpheed.
12646
12647         * src/syldap.[ch], src/main.c
12648                 fix race problem in ldap search thread by deferring GUI 
12649                 stuff to main thread using gtk_idle_add()
12650
12651 2001-10-13 [paul]       0.6.3claws14
12652
12653         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
12654                 add Sergey's smtpcred.patch
12655                 adds separate username/password setting for SMTP Auth
12656                 needed by some servers
12657                 (closes feature request #471659)
12658
12659 2001-10-13 [paul]       0.6.3claws13
12660
12661         * src/pgptext.[ch] **NEW FILES**
12662         * src/Makefile.am, src/messageview.c, src/mimeview.c
12663                 decrypt ascii-armored gpg text embedded in
12664                 the message body.
12665                 Submitted by Jens Jahnke <jan0sch@gmx.net>
12666
12667 2001-10-13 [christoph]  0.6.3claws12
12668
12669         * README.claws
12670                 some more details on default to and
12671                 feature requests
12672         * src/main.c
12673                 init glib threading when ldap is used
12674         * src/syldap.c
12675                 threading fixes
12676         * po/de.po
12677                 fixed a typo
12678
12679 2001-10-12 [paul]       0.6.3claws11
12680
12681         * src/prefs_common.[ch], src/rfc2015.c
12682                 enable ascii-armored gpg text to be embedded in the
12683                 message body, selectable through the 'Privacy'
12684                 preferences. Supports encrypting only.
12685                 Submitted by Ravemax <ravemax@dextrose.com>
12686
12687 2001-10-12 [paul]       0.6.3claws10
12688
12689         * sync with sylpheed 0.6.3cvs6
12690                 see ChangeLog entries 2001-10-11 and 2001-11-12
12691
12692         * src/folderview.c
12693                 incorporated mbox folders, scoring, and folder
12694                 properties into the sync
12695
12696 2001-10-12 [darko]      0.6.3claws9
12697
12698         * README.claws
12699                 describe quotation wrapping
12700         * src/compose.c
12701                 don't treat tab as space to calculate line length properly
12702
12703 2001-10-11 [alfons]
12704
12705         * README.claws
12706                 correct description of how to make new filtering system work,
12707                 add some other things
12708                 
12709         * src/syldap.c
12710                 remove sched_yield() (not necessary / unportable)
12711
12712 2001-10-11 [paul]       0.6.3claws8
12713
12714         * sync with sylpheed 0.6.3cvs3
12715                 see ChangeLog entry 2001-10-10
12716
12717 2001-10-10 [christoph]  0.6.3claws7
12718
12719         * .cvsignore
12720                 ignore 2 files created by newer autotools
12721         * src/prefs_folder_item.c
12722                 using table for widget alignment
12723                 fixed memory leak and broken octal display
12724         * src/filesel.c
12725                 fixed segfault caused by lost filename
12726                 workaround (closes bug #469551)
12727
12728 2001-10-10 [paul]       0.6.3claws6
12729
12730         * sync with sylpheed 0.6.3cvs2
12731                 see ChangeLog entries 2001-10-09 and 2001-10-10
12732
12733 2001-10-10 [darko]      0.6.3.claws5
12734
12735         * src/gtkstext.c
12736                 proper calculation of right margin if smart wrapping is enabled
12737         * src/compose.c
12738                 automatically wrap long lines if wrap quotation is enabled
12739
12740 2001-10-09 [alfons]     0.6.3.claws4
12741
12742         * src/summaryview.c
12743                 select correct row when deleting last row in the summary view (and
12744                 close bug "[ #469104 ] select second last in list when deleting")
12745
12746 2001-10-09 [paul]       0.6.3claws3
12747
12748         * sync with sylpheed 0.6.3cvs1
12749                 updated some autotool scripts
12750
12751 2001-10-09 [darko]      0.6.3claws2
12752
12753         * src/gtkstext.[ch]
12754                 new name and mark with Sylpheed comment
12755         * src/compose.c
12756                 smart quotation wrapping a-la VIM
12757
12758 2001-10-08 [paul]       0.6.3claws1
12759
12760         * sync with sylpheed 0.6.3 release
12761                 see ChangeLog entry 2001-10-08
12762
12763 2001-10-08 [paul]       0.6.2claws24
12764
12765         * src/summaryview.c
12766                 more sync with sylpheed 0.6.2cvs12
12767                 Fixed the bug that didn't select the last row correctly
12768
12769
12770 2001-10-07 [paul]       0.6.2claws23
12771
12772         * sync with sylpheed 0.6.2cvs12
12773                 see ChangeLog entry 2001-10-07
12774
12775 2001-10-06 [match]
12776         * src/jpilot.[ch]
12777                 enable jpilot to read unsynch'ed addresses.
12778
12779         * src/editldap_basedn.c
12780                 fix segfault when opening dialog.
12781
12782 2001-10-06 [alfons]     0.6.2.claws22
12783
12784         * src/summaryview.c
12785                 fix bug with summary view selecting last *inserted*
12786                 node instead of last *visible* node. remember we
12787                 work with a tree
12788
12789 2001-10-06 [paul]       0.6.2claws21
12790
12791         * po/pt_BR.po
12792                 updated translation, contains some fixes and new
12793                 translations, submitted by Gustavo Noronha Silva
12794                 <kov@debian.org>
12795
12796         * src/prefs_common.c
12797                 change 'each' to 'every' - fix dubious English
12798
12799         * sync with sylpheed 0.6.2cvs11
12800
12801 2001-10-05 [alfons]     0.6.2claws20
12802
12803         * src/mainwindow.[ch], src/folderview.c
12804                 make composite tool button switch between "Compose News"
12805                 and "Compose Mail" depending on selected folder
12806                 (nifty idea by Kim Schulz <kim@schulz.dk>)
12807
12808 2001-10-05 [paul]       0.6.2claws19
12809
12810         * src/mainwindow.c, src/summaryview.c
12811                 fix 'Message/Reply to all', broken in last commit
12812
12813         * src/compose.c
12814                 fix X_BEENTHERE seg fault, thanks to Alfons
12815
12816 2001-10-04 [paul]       0.6.2claws18
12817
12818         * src/compose.[ch], src/mainwindow.c
12819                 make "Message/Reply" reply to mailing lists; matches
12820                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
12821                 based on portions of the patch submitted by
12822                 Junichi Uekawa <dancer@netfort.gr.jp>
12823
12824 2001-10-04 [darko]      0.6.2claws17
12825
12826         * src/compose.c
12827                 better smart wrapping
12828         * src/gtkstext.[hc]
12829                 a function to make text buffer contiguous
12830
12831 2001-10-03 [paul]       0.6.2claws16
12832
12833         * sync with sylpheed 0.6.2cvs10
12834
12835 2001-10-02 [alfons]
12836
12837         * configure.in
12838         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
12839                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
12840                 references to chinese translations (hope someone picks up
12841                 this)
12842
12843 2001-10-02 [christoph]  0.6.2claws15
12844
12845         * src/compose.c
12846                 fixed non translated header bug
12847         * ChangeLog.claws
12848                 fixed wrong date in alfons last entry ;)
12849
12850 2001-10-02 [alfons]     0.6.2claws14
12851
12852         * src/compose.c, src/prefs_common.[ch]
12853                 add block cursor option
12854
12855 2001-10-02 [paul]       0.6.2claws13
12856
12857         * sync with sylpheed 0.6.2cvs9
12858
12859 2001-09-30 [paul]       0.6.2claws12
12860
12861         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
12862                 updated translations
12863
12864         * po/POTFILES.in
12865                 add 'src/importldif.c'
12866
12867         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
12868                 added eudora-to-vCard conversion tool
12869                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
12870
12871         * sync with sylpheed 0.6.2cvs8
12872
12873 2001-09-30 [paul]
12874
12875         * sylpheed-0.6.2claws released
12876
12877 2001-09-27 [melvin]     0.6.2claws11
12878
12879         * src/gtkspell.c
12880                 fixed crash when using default path (introduced 
12881                 in 0.6.2claws10)
12882                 fixed tiny bug for initial suggestion mode
12883
12884 2001-09-27 [melvin]     0.6.2claws10
12885         
12886         * src/gtkspell.c
12887                 fixed bug where gtkpspell didn't set the path correctly
12888
12889         * README.claws
12890                 added a paragraph about spell checking
12891                 
12892
12893
12894 2001-09-27 [paul]       0.6.2claws9
12895
12896         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
12897                 replace '// comments' with '/* comments */' to prevent
12898                 some compiler warnings 
12899
12900         * sync with sylpheed 0.6.2cvs6
12901
12902 2001-09-26 [alfons]     0.6.2claws8
12903
12904         * src/messageview.c
12905                 introduce return receipt request notification again,
12906                 which was lost because of other semantics in 
12907                 procheader_parse() (???)
12908
12909 2001-09-26 [christoph]  0.6.2claws7
12910
12911         * src/compose.c
12912                 replace comments for old code with #if 0
12913                 readded auto cc, bcc and reply-to
12914         * src/prefs_matcher.c
12915         * src/prefs_scoring.c
12916                 removed some definition (was moved to
12917                 prefs.h)
12918
12919 2001-09-26 [paul]       0.6.2claws6
12920
12921         * src/mainwindow.c
12922                 make 'Follow-up and reply to' sensitive
12923
12924         * more sync with sylpheed 0.6.2cvs5
12925
12926 2001-09-25 [melvin]
12927
12928         * 0.6.2claws5
12929
12930         * src/gtkspell.c
12931                 fixed bug for "US-ASCII" introduced by the encoding code
12932
12933 2001-09-25 [paul]
12934
12935         * 0.6.2claws4
12936
12937         * src/prefs_common.[ch], src/summaryview.c
12938                 'next unread msg' 'go to next folder?' dialog can be
12939                 given default behaviour, either always show dialog,
12940                 or assume 'yes', or assume 'no'
12941                 Submitted by wwp <subscript@free.fr>
12942
12943 2001-09-25 [melvin]
12944                 
12945         * src/compose.c src/gtkspell.[ch]
12946                 added support for different encodings
12947
12948 2001-09-25 [paul]
12949
12950         * more sync with sylpheed 0.6.2cvs5
12951
12952 2001-09-24 [alfons]
12953         
12954         * src/prefs_folder_item.c
12955                 add check for item->prefs->default_to string is NULL and
12956                 add another check when freeing this string
12957
12958 2001-09-24 [paul]
12959
12960         * configure.in
12961                 change to version 0.6.2claws3
12962
12963         * sync with sylpheed 0.6.2cvs5 
12964
12965 2001-09-24 [match]
12966         * src/ldif.[ch], src/importldif.[ch], addressbook.c
12967                 import LDIF files.
12968         * src/addrcache.[ch], addrindex.[ch]
12969                 small update for future
12970         * src/addrbook.c
12971                 fix test XML file.
12972
12973 2001-09-24 [melvin]
12974         * src/gtkspell.[ch]
12975                 added 'Learn from mistakes' option
12976                 better handling of quotes in checked words
12977                 sorted dict list
12978         * po/fr.po
12979                 small update for spell checking stuff
12980
12981 2001-09-23 [alfons]
12982         
12983         * src/gtkspell.c
12984                 edit a little bit so it complies more with main coding style
12985
12986 2001-09-23 [alfons]
12987
12988         * src/folder.[ch], prefs_folder_item.c, compose.c
12989                 migrate "request return receipt" folder property
12990                 to folderlist.xml
12991
12992 2001-09-22 [alfons]
12993
12994         * README.claws **NEW**
12995                 (add things of interest for users of main branch 
12996                 and claws here)
12997
12998         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
12999                 re-implement threading per folder option, but store 
13000                 the setting in folderlist.xml (where it belongs)
13001
13002 2001-09-21 [melvin]
13003
13004         * src/gtkspell.[ch]
13005                 fixed bug when compose window is under another window
13006         * src/prefs_common.[ch] src/compose.c
13007                 changed 'dictionary_path' to 'dictionary' to be consistent
13008                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
13009         * ac/pspell.m4 src/Makefile.am 
13010                 dropped PSPELL_PATH macro
13011         * po/fr.po
13012                 updated translations
13013
13014 2001-09-21 [christoph]
13015
13016         * src/compose.c
13017                 added border around header fields
13018                 keep header type when new field is added
13019
13020 2001-09-20 [christoph]
13021
13022         * src/utils.[ch]
13023                 more portable debug_print with source filename
13024                 and linenumber
13025         * src/procmsg.c
13026                 more newlines after debug messages
13027
13028 2001-09-20 [paul]
13029
13030         * configure.in
13031                 change to version 0.6.2claws2
13032
13033         * sync with sylpheed 0.6.2cvs3
13034
13035 2001-09-19 [melvin]
13036
13037         * src/gtkspell.c
13038                 fixed the post-right-click focus pb
13039                 fixed crash when 'Spell check all' after dict change 
13040                         and when cursor is at the end of the text
13041                 shift-right-click pops up config menu even on misspelled words.
13042         * po/POTFILES.in
13043                 added gtkspell.c
13044
13045 2001-09-19 [melvin]
13046
13047         * src/about.c
13048                 added pspell to compiled-in features list
13049
13050 2001-09-18 [melvin]
13051
13052         * switched to pspell and dropped ispell
13053         * ac/pspell.m4
13054                 new file. autoconf macro for pspell
13055         * ac/Makefile.am 
13056         * configure.in acconfig.h
13057                 added pspell support
13058         * src/Makefile.am
13059         * src/main.c src/compose.[ch] src/gtkspell.[ch]
13060         * src/prefs_common.[ch] 
13061                 added pspell support
13062
13063 2001-09-18 [christoph]
13064
13065         * src/addr_compl.c
13066         * src/template.[ch]
13067                 replace LOG_MESSAGE with debug_print
13068         * src/compose.[ch]
13069                 gui improvements
13070         * src/menu.c
13071                 added newline after debug message
13072         * src/utils.h
13073                 using __VA_ARGS__ for debug_print macro
13074         * tools/.cvsignore
13075                 ignore Makefile and Makefile.in
13076
13077 2001-09-18 [paul]
13078
13079         * configure.in
13080                 change to version 0.6.2claws1
13081         * sync with sylpheed 0.6.2cvs1
13082
13083         * src/matcher.c 
13084         * src/prefs_matcher.c
13085                 add 'score equal to' option, submitted by
13086                 Paul Evans <nerd@freeuk.com>
13087
13088 2001-09-15 [christoph]
13089
13090         * src/mainwindow.c
13091                 comment out menu entry not existing in claws
13092         * src/menu.c
13093                 add debug output for non existing menu entries
13094         * src/summaryview.c
13095                 fix next/prev unread message for ignored threads
13096         * src/utils.[ch]
13097                 add sourcefile and line number to debug output
13098                 otherwise it is sometimes hard to find the
13099                 source code part if debug messages are translated
13100
13101 2001-09-14 [darko]
13102         
13103         * src/folderview.c
13104                 refresh target folder style after colour is changed
13105
13106 2001-09-13 [paul]
13107
13108         * configure.in
13109                 change to version 0.6.1claws3
13110
13111         * sync with sylpheed 0.6.1cvs6
13112
13113 2001-09-13 [darko]
13114         
13115         * src/folderview.c
13116                 fix target folder colourization to use user selected colour
13117
13118 2001-09-12 [darko]
13119         
13120         * src/summaryview.c
13121                 fix crash when message that is marked for copy/move is unmarked
13122
13123 2001-09-09 [paul]
13124
13125         * configure.in
13126                 change to version 0.6.1claws2
13127
13128         * sync with sylpheed 0.6.1cvs3
13129
13130 2001-09-09 [alfons]
13131         
13132         * src/folderview.c
13133                 fix bug with default font used for trash folder text
13134
13135 2001-09-06 [paul]
13136
13137         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13138                 updated translations
13139
13140         * configure.in
13141                 change to version 0.6.1claws1
13142
13143         * sync with sylpheed 0.6.1cvs2
13144
13145 2001-09-03 [paul]
13146
13147         * po/POTFILES.in
13148                 add Match's new addressbook
13149
13150         * po/de.po
13151                 updated translation submitted by Jens Oberender
13152
13153 2001-09-02 [paul]
13154
13155         * configure.in
13156                 change to 0.6.1claws
13157         * sync with sylpheed 0.6.1 release
13158
13159 2001-09-02 [paul]
13160
13161         * configure.in
13162                 change to 0.6.0claws2
13163
13164         * sync with sylpheed 0.6.0cvs4
13165
13166         * po/pt_BR.po
13167                 updated translation submitted by Fabio Junior Beneditto
13168
13169 2001-09-01 [match]
13170         * pixmaps/
13171                 interface.xpm
13172                 book.xpm
13173                 address.xpm
13174         * src/
13175                 Makefile.am
13176                 a ton of new files
13177
13178 2001-08-31 [paul]
13179
13180         * configure.in
13181                 change to version 0.6.0claws1
13182
13183         * sync with sylpheed 0.6.0cvs1
13184
13185         * po/es.po
13186                 updated translation submitted by Ricardo Mones Lastra
13187
13188         * po/POTFILES.in
13189                 add 'src/prefs_templates.c'
13190
13191         * src/compose.c, src/summaryview.c
13192                 fix segfault on 'Re_edit'               
13193
13194 2001-08-30 [alfons]
13195
13196         * configure.in, Makefile.am
13197         * tools/Makefile.am
13198                 add tools directory to source distribution
13199
13200 2001-08-30 [paul]
13201
13202         * configure.in
13203                 change to version 0.6.0claws
13204
13205         * sync with sylpheed 0.6.0 release
13206
13207 2001-08-30 [christoph]
13208
13209         * configure.in
13210                 removed autoconf version check
13211
13212 2001-08-30 [paul]
13213
13214         * src/account.c, src/compose.c, src/prefs_common.[ch]
13215         * src/procheader.[ch] src/utils.[ch]
13216                 Enhanced automatic account selection on replies
13217                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
13218
13219         * configure.in
13220                 add LDAP and JPilot to the configuration results output.
13221
13222 2001-08-29 [christoph]
13223
13224         * src/summeryview.c
13225                 no bold font for ignored threads
13226
13227 2001-08-29 [paul]
13228
13229         * configure.in
13230                 change to version 0.5.3claws6
13231
13232         * sync with sylpheed 0.5.3cvs10
13233                 src/stringtable.[ch]: New Files
13234
13235         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
13236         * src/pixmaps/sylpheed.xpm
13237                 add mini-icons to windows (by Alfons)
13238
13239 2001-08-27 [paul]
13240
13241         * src/mainwindow.c
13242                 new functions: next_labeled_cb(), prev_labeled_cb()
13243
13244         * src/summaryview.c
13245                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
13246                 summary_select_next_labeled(), summary_select_prev_labeled()
13247
13248         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
13249                 give claws blue folders and a blue trash can
13250
13251 2001-08-27 [paul]
13252
13253         * configure.in
13254                 change to version 0.5.3claws5
13255
13256         * sync with sylpheed 0.5.3cvs9
13257                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
13258
13259 2001-08-24 [christoph]
13260
13261         * src/filesel.c
13262                 keep filename when browsing directories
13263                 (not working for user entered filename, but
13264                  for default name and selected filename from
13265                  file list)
13266         * src/mainwindow.c
13267                 fixed wrong spelling "Folllow-up"
13268         * src/mbox_folder.c
13269         * src/procmsg.c
13270         * src/summaryview.c
13271                 fixed new/unread message count with ignored
13272                 threads (2 commits, first didn't notice no
13273                 longer needed decreasing)
13274         * src/inc.c
13275                 readded scrolling of progress dialog
13276                 (lost in sync)
13277
13278 2001-08-24 [paul]
13279
13280         * configure.in
13281                 change to 0.5.3claws4
13282
13283         * sync with sylpheed 0.5.3cvs7
13284
13285 2001-08-24 [christoph]
13286
13287         * src/compose.c
13288                 set request return receipt when replying
13289                 if it is set is the folder prefs of the
13290                 message
13291         * src/inc.c
13292                 disable final error popup if popups are
13293                 disabled in config (again)
13294
13295 2001-08-23 [paul]
13296
13297         * configure.in
13298                 Change version number to 0.5.3claws3
13299
13300         * sync with sylpheed 0.5.3cvs5
13301
13302         * src/mimeview.c
13303                 double quote '%s' in 'gedit %s' to fix bug when
13304                 opening attachment with spaces in the name
13305
13306 2001-08-22 [alte]
13307         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
13308           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
13309                 initial message templates support
13310
13311
13312 2001-08-22 [paul]
13313
13314         * configure.in
13315                 change version number to 0.5.3claws2
13316
13317         * sync with sylpheed 0.5.3cvs4
13318
13319         * src/procmsg.h src/summaryview.c
13320                 re-implement (un)ignore thread
13321
13322 2001-08-21 [paul]
13323
13324         * src/summaryview.c
13325                 remove unnecessary code
13326         * src/compose.c
13327                 enable 'dynamic' signatures (submitted by
13328                 Eric Limpens <eric@hscg-internet.nl>)
13329
13330 2001-08-21 [paul]
13331
13332         clean up after sync with sylpheed 0.5.3 release
13333
13334         * src/folderview.c
13335                 fix re-introduced font mess, see Christoph's
13336                 entry 2001-06-24
13337
13338         * src/summaryview.c
13339                 remove prev_msgnum
13340                 use sylpheed's small font instead of
13341                 gtk default font for summary view
13342
13343
13344 2001-08-17 [paul]
13345
13346         * configure.in
13347                 add pl to ALL_LINGUAS - sync with main branch
13348
13349         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
13350                 Updated. Translations by Jens Oberender, Ricardo Mones
13351                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
13352
13353         * po/pl.po  ** NEW FILE **
13354                 sync with the main branch
13355
13356         * src/folderview.c
13357                 fix target folder colorizing and refresh problem
13358
13359
13360 2001-08-17 [christoph]
13361
13362         * src/mainwindow.c
13363                 claws uses 4 colors for target folder coloring.
13364                 arrays were not long enough and destroyed the
13365                 stack causing a segfault.
13366                 target folder colorizing does not work anymore
13367                 for me
13368
13369 2001-08-16 [paul]
13370
13371         * configure.in
13372                 change to version 0.5.3claws1
13373
13374         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
13375           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
13376           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
13377
13378                 sync with sylpheed 0.5.3 release, but keep claws method of
13379                 configuring/saving fonts
13380
13381         * src/addressbook.[ch]
13382                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
13383                 in line with a similar change in Hiroyuki's branch
13384
13385         * src/mainwindow.[ch]
13386                 disable main_window_set_thread_option()
13387         * src/prefs_folder_item.c
13388                 comment out &tmps_prefs.enable_thread,
13389         * src/mbox_folder.c, src/procmsg.[ch]
13390                 comment out MSG_IS_IGNORE_THREAD
13391         * src/summaryview.c
13392                 comment out summary_ignore_thread() and summary_unignore_thread()
13393                 comment out MSG_IS_IGNORE_THREAD
13394
13395                 use Hiroyuki's threading instead.
13396
13397
13398
13399 2001-08-15 [paul]
13400
13401         * src/account.c
13402                 use Hiroyuki's 0.5.3 column scheme but also
13403                 include the enable/disable button.
13404         * src/pixmaps/mark.xpm
13405                 add Hiroyuki's amended pixmap
13406
13407 2001-08-13 [christoph]
13408
13409         * src/account.c
13410                 receive at get all column showed wrong state for APOP
13411                 button should only work for POP3 and APOP accounts
13412         * src/prefs_account.c
13413                 added missing preprocessor statement for SSL
13414
13415 2001-08-12 [paul]
13416
13417         * src/account.[ch]
13418                 add 'receive at get all' column and enable/disable
13419                 button.
13420
13421 2001-08-06 [christoph]
13422
13423         * src/account.c
13424                 show usage of SSL in protocol column
13425
13426         * src/imap.c
13427         * src/inc.c
13428                 renamed ssl options
13429
13430         * src/prefs_account.[ch]
13431                 moved ssl options to a new page
13432
13433         * src/send.c
13434         * src/smtp.c
13435         * src/ssl.[ch]
13436                 renamed ssl options
13437                 added support for SMTP STARTTLS command
13438
13439 2001-08-05 [christoph]
13440
13441         * configure.in
13442                 debian autoconf needs version check to find
13443                 correct autoconf version. if the file is
13444                 named configure.in 2.13 is used, which does
13445                 not work with this configure.in script.
13446                 other solution would be to rename the script
13447                 to configure.ac as suggested in the autoconf
13448                 manual.
13449
13450         * src/inc.c
13451                 disable final error popup if popups are
13452                 diabled in config
13453
13454         * src/socket.c
13455                 bugfix in ssl_gets
13456                 fixes IMAP over SSL problem
13457
13458 2001-08-03 [paul]
13459
13460         * configure.in
13461                 change to 0.5.2claws1
13462
13463         * sync with sylpheed 0.5.2cvs1
13464
13465 2001-08-02 [alfons]
13466
13467         * configure.in
13468                 quick fix for ispell detection...
13469
13470 2001-08-01 [paul]
13471
13472         * configure.in
13473                 change to 0.5.1claws4
13474
13475         * sync with sylpheed 0.5.1cvs7
13476
13477 2001-07-31 [alfons]
13478
13479         * src/prefs_common.c, src/prefs_common.h, 
13480           src/gtkspell.c, src/gtkspell.h
13481                 add global spelling checker settings (compose tab) +
13482                 selection of dictionary 
13483           
13484         * configure.in  
13485                 guess valid ispell location
13486
13487 2001-07-31 [paul]
13488
13489         * po/POTFILES.in
13490                 removal of 'src/quote_fmt_parse.c'
13491         * po/de.po
13492                 Updated de.po
13493                 (submitted by Jens Oberender <didge@suse.de>)
13494
13495 2001-07-31 [darko]
13496
13497         * src/folder.[ch]
13498         * src/folderview.[ch]
13499         * src/mainwindow.c
13500         * src/mh.c
13501         * src/prefs_common.[ch]
13502         * src/summaryview.c
13503                 target folder colourization
13504
13505 2001-07-30 [paul]
13506
13507         more sync with Sylpheed 0.5.1cvs6 
13508
13509 2001-07-30 [darko]
13510
13511         * src/mh.c
13512         * src/prefs_folder_item.[hc]
13513         * src/summaryview.c
13514                 shared folders support with a GUI
13515
13516 2001-07-29 [paul]
13517
13518         0.5.1claws3
13519
13520         * sync with Sylpheed 0.5.1cvs6
13521
13522 2001-07-29 [paul]
13523
13524         * po/pt_BR.po
13525                 updated
13526                 (submitted by Fabio Junior Beneditto)
13527
13528 2001-07-28 [paul]
13529
13530         * src/procmime.c
13531         * AUTHORS
13532                 patch to correct bad image mime headers
13533                 (submitted by Don Quijote <dq@searchlores.org>)
13534
13535 2001-07-28 [paul]
13536
13537         * tools/gif2xface.pl   **NEW FILE**
13538         * tools/README
13539                 script to convert file.gif to file.xface for
13540                 use in a custom header.
13541                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
13542
13543 2001-07-27 [alfons]
13544         
13545         * configure.in
13546                 change macros for detecting JPilot and LDAP
13547
13548 2001-07-27 [christoph]
13549
13550         * src/filtering.c
13551                 code cleanup (MIN / MAX warning, needed casting)
13552
13553 2001-07-27 [alfons]
13554
13555         * procheader.c
13556                 disallow setting flags when detecting certain headers
13557                 (X-Status, Status, Seen, X-Seen). 
13558         
13559         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
13560
13561 2001-07-27 [christoph]
13562
13563         * src/prefs_filter.c
13564         * src/prefs_filtering.c
13565         * src/prefs_matcher.c
13566         * src/prefs_scoring.c
13567                 scroll list when moving rows up or down
13568
13569         * src/imap.c
13570         * src/imap.h
13571         * src/prefs_account.c
13572         * src/prefs_account.h
13573         * src/send.c
13574                 SMTP over SSL (untested, feedback requested)
13575                 IMAP over SSL
13576
13577         * src/ssl.c
13578                 code cleanup
13579
13580 2001-07-26 [alfons]
13581         
13582         * configure.in, acconfig.h
13583                 define CLAWS (need this for main / claws detection)
13584
13585 2001-07-25 [alfons]
13586
13587         * configure.in
13588                 Sylpheed 0.5.1claws2
13589                 
13590         * sync with Sylpheed 0.5.1cvs4
13591
13592 2001-07-25 [christoph]
13593
13594         * src/scoring.c
13595                 fixed segfault
13596                 item->prefs == NULL (don't know why)
13597
13598 2001-07-25 [alfons]
13599
13600         * configure.in
13601                 Sylpheed 0.5.1claws1
13602
13603         * sync with Sylpheed 0.5.1cvs1-3
13604
13605 2001-07-24 [christoph]
13606
13607         * src/folderview.c
13608         * src/prefs_folder_item.[ch]
13609                 added folderitem preferences dialog with
13610                 default To: and auto request return receipt
13611
13612         * src/compose.[ch]
13613         * src/menu.[ch]
13614                 changes to handle new folderitem preferences
13615
13616         * src/mainwindow.c
13617         * src/summaryview.c
13618                 call compose new mail with current folderitem
13619
13620 2001-07-24 [alfons]
13621
13622         Release Sylpheed 0.5.1claws
13623
13624         * configure.in
13625                 change to release version 0.5.1claws
13626
13627 2001-07-24 [christoph]
13628
13629         * src/summaryview.c
13630                 fixed segfault that happend when the selected
13631                 message was removed while retrieving new messages.
13632
13633         * po/es.po
13634                 updated translation
13635                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
13636
13637 2001-07-22 [alfons]
13638
13639         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
13640         this is a work in progress, for more information: http://nlpagan.net/sylman 
13641         
13642         * configure.in, src/mainwindow.c, manual/Makefile.am
13643                 add support for English manual
13644
13645         * AUTHORS
13646                 add authors of user manuals
13647
13648         * manual/en/sylpheed*.html
13649                 add English documentation
13650
13651 2001-07-22 [christoph]
13652
13653         * po/POTFILES.in
13654                 added src/ssl.c
13655         * src/ssl.c
13656                 changed a wrong debug message
13657
13658 2001-07-22 [alfons]
13659
13660         * po/nl.po
13661                 update Dutch translation
13662
13663         * src/prefs_filtering.c, 
13664           src/prefs_matcher.c
13665                 add more translatable strings           
13666
13667 2001-07-21 [alfons]
13668
13669         0.5.0claws7
13670
13671         * configure.in
13672                 change version
13673
13674         * src/inc.c, src/summaryview.[ch]
13675                 prevent update of mark file when filtering has done, by
13676                 using a variable; this affects two functions:
13677                         inc.c::inc_finished()
13678                         summaryview.c::summary_show()
13679
13680 2001-07-20 [alfons]
13681
13682         * src/filtering.[ch], src/prefs_filtering.c, 
13683           src/matcher.[ch]
13684                 add filtering action for label coloring 
13685
13686         * po/POTFILES.in
13687                 add labelcolors.c
13688
13689         * added src/labelcolors.c
13690         * added src/labelcolors.h
13691         * src/Makefile.am, src/summaryview.c
13692                 rearrange label coloring code
13693
13694         * src/procmsg.h
13695                 add more parentheses so label colouring works correctly
13696
13697         * src/filtering.c
13698                 don't really delete message, but move it to Trash
13699
13700         * src/prefs_matcher.c
13701                 add quote options to info dialog
13702
13703 2001-07-20 [christoph]
13704
13705         * src/Makefile.am
13706         * src/inc.c
13707         * src/main.[ch]
13708         * src/socket.h
13709         * src/ssl.[ch] (new)
13710                 moved ssl stuff to a seperate file
13711
13712 2001-07-20 [darko]
13713
13714         * src/summaryview.c
13715                 fix show sender using address book with no e-mail
13716                 address in From: field
13717
13718 2001-07-19 [alfons]
13719
13720         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
13721                 fix messy handling of escaping... now at least the
13722                 execute command is useful. escape char is '\', we
13723                 accept \n and \r too. 
13724
13725                 Real life example:
13726                 
13727                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
13728                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
13729
13730 2001-07-18 [alfons]
13731
13732         0.5.0claws6
13733
13734         * src/summaryview.c
13735                 clean up
13736
13737         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
13738           src/procmsg.[ch]
13739                 revise filtering; currently move, copy, marking have
13740                 been tested. if you like bleeding edge stuff, you
13741                 should definitely go for this version :)
13742
13743         * mark old working stuff as VERSION_0_5_0_CLAWS5        
13744
13745 2001-07-17 [christoph]
13746
13747         * src/utils.c
13748                 timestamp log
13749
13750 2001-07-17 [alfons]
13751
13752         0.5.0claws5
13753
13754         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
13755           bits in the mark file, without affecting either branch. Lots of
13756           files changed, also in claws branch.
13757
13758           UNTESTED: use of mbox folders
13759
13760         * src/summaryview.c
13761                 added mark all read; however this was a quick hack used for
13762                 cleaning up mess after initial merge with Hiroyuki
13763
13764         * configure.in
13765                 change claws version number back to 0.5.0claws5 to clear up 
13766                 confusion & pretension (recent release was technically 
13767                 0.5.0claws4, so we neatly align with Hiroyuki :-)
13768
13769 2001-07-16 [alfons]
13770
13771         sync with Hiroyuki's 0.5.0cvs4
13772
13773 2001-07-16 [alfons]
13774
13775         0.5.1claws3
13776
13777         * src/filtering.[ch]
13778                 remove invalid updating of mark files for 
13779                 filter actions MATCHING_ACTION_MOVE and 
13780                 MATCHING_ACTION_DELETE; this should fix the
13781                 folder update bug
13782                 
13783         * src/procmsg.c
13784                 revert Christoph's stab at fixing the folder 
13785                 update bug
13786
13787         * po/POTFILES.in
13788                 add missing files with translatable strings
13789
13790         * src/summaryview.c
13791                 remove debug print
13792
13793 2001-07-15 [alfons]
13794
13795         * src/addr_compl.[ch], src/prefs_filtering.c
13796                 make "filtering pref dialog's destination entry" an
13797                 "address completable entry", if filter destination is 
13798                 an email address
13799
13800         0.5.1claws2
13801         
13802         sync with Hiroyuki's 0.5.0cvs2-3
13803
13804 2001-07-15 [christoph]
13805
13806         * src/procmsg.c
13807                 fixed folder stats update after incorporation
13808
13809 2001-07-15 [alfons]
13810
13811         * src/summaryview.c
13812                 * finish label colouring stuff (for now)
13813                 * fix incorrect colour bug (off by one) 
13814
13815 2001-07-14 [alfons]
13816
13817         * src/mainwindow.c
13818                 change text labels for news and mail message so there's
13819                 plenty of toolbar estate left
13820
13821         * configure.in
13822                 0.5.1claws1
13823
13824         * src/folderview.c
13825           src/folder.[ch]
13826                 sync with Hiroyuki's 0.5.0cvs1
13827
13828         * src/summaryview.c
13829                 more rewrite label colouring
13830
13831 2001-07-14 [alfons]
13832
13833         * src/summaryview.[ch]
13834                 * start rewrite label colouring 
13835                 * fix proper location "Add Sender To Addressbook" menu item
13836
13837 2001-07-13
13838
13839         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13840         (actually this is 0.5.0claws4)
13841
13842 2001-07-13 [alfons]
13843
13844         * po/pt_BR.po
13845                 * fix duplicate message
13846                 * add updated Portugese / Brazilian translation
13847                   submitted by Fabio Junior Beneditto
13848
13849 2001-07-12 [alfons]
13850
13851         * AUTHORS
13852                 add Jens
13853
13854         * po/nl.po
13855                 add updated Dutch translation
13856
13857         * po/de.po
13858                 add updated German translation submitted by Jens
13859
13860 2001-07-11 [alfons]
13861
13862         Prerelease before 0.5.0claws. Please test.
13863         This version is temporarily tagged as VERSION_0_5_0_TEST
13864
13865         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
13866           src/prefs_scoring.c, src/prefs_matcher.c, 
13867           src/prefs_filtering.c, src/mbox.c, 
13868           src/main.c, src/inc.c, src/filtering.[ch]
13869                 revert new Hoa's new matcher (does not work yet)
13870
13871         * src/Makefile.am
13872                 clean up
13873
13874 2001-07-10
13875
13876         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
13877
13878
13879 2001-07-10 [alfons]
13880
13881         * Makefile.am
13882                 add ChangeLog.claws to EXTRA_DIST
13883         * src/Makefile.am
13884                 add matcher_parser_parse.h to EXTRA_DIST
13885
13886 2001-07-10 [christoph]
13887
13888         * src/inc.c
13889                 add destination folder to table of
13890                 folders that need to be updated after
13891                 incorporation
13892
13893 2001-07-10 [alfons]
13894
13895         * folder.[ch]
13896           folderview.c
13897                 make collapse state of folders and folder items persistent, i.e.
13898                 if you collapse a folder tree, the next time sylpheed-claws starts 
13899                 up the folder tree remains collapsed.  
13900                 
13901 2001-07-10 [christoph]
13902
13903         * acconfig.h
13904         * configure.in
13905                 added --enable-ssl
13906         * src/md5.[ch]
13907                 renamed MD5_CTX to MD5_CTX_syl
13908                 conflicts with a struct in openssl
13909         * src/inc.c
13910         * src/main.[ch]
13911         * src/prefs_account.[ch]
13912         * src/socket.[ch]
13913                 SSL support for POP
13914         * src/mainwindow.c
13915                 fixed compose with current account
13916                 broken by new compose button stuff
13917
13918 2001-07-09 [hoa]
13919
13920         * AUTHORS
13921                 changed my email address
13922
13923         * src/matcher_parser_parse.y
13924                 clean the parser to remove conflicts
13925
13926 2001-07-09 [alfons]
13927
13928         * AUTHORS
13929                 add Match Grun
13930
13931         * configure.in
13932                 fix incorrect description of --enable-ldap parameter
13933
13934         * src/prefs_common.[ch]
13935           src/compose.c
13936                 add experimental option "smart wrapping" which makes the
13937                 compose editor auto wrap.
13938                 
13939                 | TODO: the problem with the buggy cursor handling is caused |
13940                 | by the GtkText. when deleting / backspacing text its       |
13941                 | wrapping algorithm does not take in account the previous   |
13942                 | line. should find a way to hack this in.                   |
13943                 | or should perhaps combine this with the word wrapping      |
13944                 | patch i wrote in january.                                  |
13945
13946         * src/about.c
13947                 show build parameters for LDAP and JPilot
13948
13949         * src/summaryview.c
13950                 revert Christoph's bugfix for selecting next unread message, 
13951                 because folder stats aren't updated correctly
13952
13953 2001-07-08 [hoa]
13954
13955         * src/filtering.c
13956         * src/mainwindow.c
13957         * src/matcher.c
13958         * src/matcher_parser_lex.l
13959         * src/matcher_parser_parse.y
13960         * src/prefs_filtering.c
13961         * src/prefs_scoring.c
13962         * src/scoring.c
13963                 bugfix of the config file parser
13964
13965 2001-07-08 [alfons]
13966
13967         * src/Makefile.am
13968                 added generated matcher sources to BUILT_SOURCES
13969
13970 2001-07-08 [hoa]
13971
13972         * src/Makefile.am
13973         * src/.cvsignore
13974                 added new config file parser
13975
13976         * src/scoring.[ch]
13977         * src/filtering.[ch]
13978         * src/matcher.[ch]
13979         * src/prefs_filtering.c
13980         * src/prefs_matcher.c
13981         * src/prefs_scoring.c
13982         * added src/matcher_parser.h
13983         * added src/matcher_parser_lex.h
13984         * added src/matcher_parser_lex.l
13985         * added src/matcher_parser_parse.y
13986                 lex & yacc config file parser
13987
13988         * src/mbox.c
13989         * src/inc.c
13990         * src/main.c
13991                 changes prefs_filtering into global_filtering           
13992
13993         * src/summaryview.c
13994                 build threads with subjects only if "Re: " is at the
13995                 beginning of the subject
13996
13997 2001-07-07 [paul]
13998
13999         0.5.0claws
14000
14001         sync with sylpheed 0.5.0
14002                 change of version number only
14003
14004 2001-07-06 [paul]
14005
14006         0.5.0claws5
14007
14008         sync with sylpheed 0.5.0pre5
14009
14010 2001-07-05 [paul]
14011
14012         sync with sylpheed 0.5.0pre4 release
14013                 /po and /manual/ja not sync'ed
14014
14015 2001-07-04 [paul]
14016
14017         more sync with sylpheed 0.5.0pre4
14018
14019 2001-07-03 [christoph]
14020
14021         * src/addressbook.c
14022                 fixed address book broken by address book
14023                 for VCard, JPilot, LDAP
14024
14025 2001-07-03 [alfons]
14026
14027         * src/matcher.c
14028         * src/textview.c
14029                 stopped memory leaks
14030
14031 2001-07-03 [paul]
14032
14033         more sync with sylpheed 0.5.0pre4
14034
14035 2001-07-02 [match]
14036
14037         * included address book patch for VCard, JPilot, LDAP
14038         * pref_common.c - fixed Font options on Display tab (cosmetic)
14039         * alertpanel.c - fixed truncated message
14040
14041 2001-07-02 [christoph]
14042
14043         * src/mbox_folder.c
14044         * src/procmsg.[ch]
14045         * src/summaryview.c
14046                 mark threads for ignoring
14047
14048 2001-07-02 [paul]
14049
14050         0.5.0claws4
14051
14052         * sync with sylpheed 0.5.0pre4
14053                 updated gettext to 0.10.38.
14054
14055 2001-07-01 [paul]
14056
14057         * src/ mainwindow.c
14058         * src/procmsg.h
14059         * src/summaryview.[ch]
14060                 new right-click option: Label.
14061                 substitute for 'Mark-->Mark/Unmark', colours the line.
14062                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
14063
14064 2001-07-01 [christoph]
14065
14066         * src/folderview.c
14067                 fixed font for trash
14068         * src/summaryview.c
14069                 move ctree to unread message
14070
14071 2001-07-01 [paul]
14072
14073         * sync with sylpheed 0.5.0pre3 release
14074
14075 2001-06-30 [alfons]
14076
14077         * src/filesel.[ch]
14078         * src/compose.c
14079                 allow inserting / attaching multiple files in
14080                 the composer window
14081
14082 2001-06-30 [paul]
14083
14084         * src/codeconv.c
14085                 small change to Alfons' previous stuff so that it
14086                 actually makes
14087
14088 2001-06-30 [alfons]
14089
14090         * lots of files changed; first attempt to merge the changes
14091           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
14092
14093 2001-06-30 [paul]
14094
14095         * po/pt_BR.po
14096                 updated and completed, translations by Fabio
14097                 Junior Beneditto <fjbeneditto@yahoo.com.br>
14098
14099 2001-06-29 [alfons]
14100
14101         * src/compose.c
14102         * src/mimeproc.[ch]
14103                 allow selecting an attached files' mime type from a 
14104                 list of types.
14105
14106 2001-06-29 [paul]
14107
14108         * more sync with sylpheed 0.5.0pre3
14109
14110 2001-06-29 [paul]
14111
14112         * po/pt_BR.po
14113                 merge with sylpheed.pot and pt_BR.po provided by
14114                 Fabio Junior Beneditto.
14115
14116 2001-06-29 [darko]
14117
14118         * src/procmime.c
14119                 make MIME types case insensitive
14120
14121 2001-06-28 [alfons]
14122
14123         * po/nl.po
14124                 merge with sylpheed.pot and old nl.po; translations added.
14125
14126 2001-06-28 [paul]
14127
14128         * more sync with sylpheed 0.5.0pre3
14129
14130 2001-06-27 [alfons]
14131
14132         * src/summaryview.c
14133                 don't crash when removing parent node of messages
14134                 attracted by subject. this was caused by not deleting
14135                 the parent node from the subject line hash table.
14136
14137 2001-06-27 [alfons]
14138
14139         * src/summaryview.c
14140         * src/compose.[ch]
14141         * src/mainwindow.c
14142                 if there are multiple messages selected, allow forwarding
14143                 them as attachments.
14144
14145 2001-06-27 [paul]
14146
14147         * more sync with sylpheed 0.5.0pre3
14148
14149 2001-06-26 [paul]
14150
14151         0.5.0claws3
14152
14153         * sync with sylpheed 0.5.0pre3
14154
14155 2001-06-25 [paul]
14156
14157         * src/mainwindow.c
14158                 fixed 'compose news article' bug
14159                 from icon-and-text toolbar
14160
14161 2001-06-25 [paul]
14162
14163         * sync with sylpheed 0.5.0pre2 release
14164
14165 2001-06-24 [christoph]
14166
14167         * src/prefs_common.c
14168                 bug fix in font selection
14169         * src/folderview.c
14170                 use sylpheed's normal font instead of
14171                 gtk default font for folders without
14172                 new messages
14173
14174 2001-06-24 [alfons]
14175
14176         * src/mainwindow.[ch]
14177                 added composite compose mail / news button (an idea by Leandro
14178                 Pereira <leandro@linuxmag.com.br>)
14179
14180 2001-06-24 [paul]
14181
14182         Added instructions for ldif-to-xml.py
14183
14184         * tools/README
14185
14186 2001-06-23 [alfons]
14187
14188         Some minor things.
14189
14190         * src/pixmaps/stock_news_compose.xpm
14191                 added pixmap by Leandro
14192         * src/prefs_common.c
14193                 tested built-in spelling checker of GCC 3.0 :)
14194         * po/nl.po
14195                 merged dutch translation of sylpheed-main with
14196                 sylpheed.pot
14197
14198 2001-06-23 [paul]
14199
14200         Added tools directory and files.
14201
14202         * tools/filter_conv.pl
14203                 converts old filter system to new filtering system
14204         * tools/ldif-to-xml.py
14205                 converts netscape addressbook to sylpheed addressbook
14206         * tools/README
14207                 descriptions/instructions for above two files
14208
14209 2001-06-23 [christoph]
14210
14211         * src/inc.c
14212         * src/manage_window.[ch]
14213         * src/prefs_common.[ch]
14214                 mail retrieval dialog can be enabled, disabled
14215                 or hidden if non of sylpheed's windows is active
14216
14217 2001-06-22 [paul]
14218
14219         0.5.0claws2
14220
14221         * sync with sylpheed 0.5.0pre2
14222
14223 2001-06-21 [christoph]
14224
14225         * src/summaryview.c
14226                 show recipient on 'from' for all accounts
14227                 
14228         * src/inc.c
14229         * src/prefs_common.[ch]
14230                 disable error popup on mail receive errors
14231
14232 2001-06-21 [alfons]
14233
14234         * src/compose.c
14235                 made the ruler correctly appear and disappear.
14236
14237         * src/Makefile.am
14238                 removed Hoa's work-in-progress-stuff (interesting!) so 
14239                 claws compiles ok.
14240
14241 2001-06-20 [christoph]
14242
14243         * src/inc.c
14244         * src/progressdialog.c
14245                 added scrolled window for list in progressdialog
14246
14247 2001-06-20 [paul]
14248
14249         sync with sylpheed 0.5.0pre1 release
14250
14251 2001-06-20 [christoph]
14252
14253         * src/summeryview.c
14254                 make building threads by subject work when
14255                 thread view is enabled
14256                 
14257         * src/compose.c
14258         * src/prefs_common.[ch]
14259                 automatically select account for mail replys
14260
14261 2001-06-19 [sergey]
14262
14263         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
14264         they are filled in from the account settings.
14265
14266 2001-06-19 [paul]
14267
14268         * more sync with sylpheed 0.5.0pre1
14269
14270 2001-06-18 [alfons]
14271
14272         * src/Makefile.am,
14273           src/procmime.c
14274                 added --sysconfdir to CPPFLAGS for pointing to the correct
14275                 location of mime.types. 
14276
14277                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
14278                 or ./configure!
14279
14280 2001-06-18 [hoa]
14281
14282         * src/summaryview.c
14283                 fixed some bug when building threads
14284
14285 2001-06-18 [pau]l
14286
14287         * src/prefs_account.c
14288                 UI stuff: More changes to the English
14289
14290 2001-06-18 [paul]
14291
14292         * src/pixmaps/stock_news_compose.xpm: new file
14293         * src/Makefile.am
14294         * src/mainwindow.c
14295         * src/summaryview.c
14296                 Added new icon for Hoa's 'compose a news
14297                 message', plus minor improvements to the
14298                 English
14299
14300         * po/ja.po
14301         * ChangeLog
14302         * ChangeLog.jp
14303                 more sync with sylpheed 0.5.0pre1
14304
14305 2001-06-18 [hoa]
14306
14307         * src/compose.[ch]
14308         * src/mainwindow.c
14309                 Follow-up and reply to
14310
14311         * src/summaryview.[ch]
14312                 Build threads also with subjects
14313
14314 2001-06-17 [hoa]
14315
14316         * src/compose.c
14317                 forwarding use the current account.
14318
14319         * src/mainwindow.c
14320                 the "compose message" button has been replaced with
14321                 "new mail" and "new news" buttons
14322
14323         * src/prefs_common.[ch]
14324                 added a configuration option to use the forward button
14325                 as "forward as attachment"
14326                 changed reply and forward format description
14327
14328         * src/quote_fmt_lex.l
14329         * src/quote_fmt_parse.y
14330                 added message with no signature in format for reply
14331                 and forward.
14332
14333 2001-06-17 [paul]
14334
14335         Minor UI stuff
14336
14337         * src/mainwindow.c
14338         * src/summaryview.c
14339                 Improvements to the English
14340
14341         * src/prefs_common.c
14342                 Improvements to the English and some
14343                 clarity/continuity improvements in the
14344                 description of Quote symbols.
14345
14346 2001-06-17 [paul]
14347
14348         0.5.0claws1
14349
14350         * sync with sylpheed 0.5.0pre1
14351
14352 2001-06-17 [hoa]
14353
14354         * src/compose.c
14355                 Better interface for compose, displayed fields
14356                 are updated whenever we change account.
14357                 Newsgroups field is automatically filled.
14358
14359         * src/mainwindow.c
14360                 Newsgroups field is automatically filled.
14361
14362         * src/prefs_account.c
14363                 Some interface stuff when fields appear and
14364                 disappear.
14365
14366 2001-06-16 [paul]
14367
14368         0.4.99claws
14369
14370         * sync with sylpheed 0.4.99
14371
14372 2001-06-16 [sergey]
14373
14374         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
14375         base64_decoder_free, base64_decoder_decode): new object and
14376         functions for decoding base64 streams.
14377         * src/procmime.c (procmime_decode_content): modified to use the
14378         new base64 decoder.
14379
14380 2001-06-15 [paul]
14381
14382         0.4.99claws10
14383
14384         * sync with sylpheed 0.4.99cvs11
14385
14386 2001-06-13 [paul]
14387
14388         0.4.99claws9
14389
14390         * sync with sylpheed 0.4.99cvs9
14391
14392 2001-06-13 [hoa]
14393
14394         * src/compose.c
14395         * src/prefs_account.c
14396
14397                 SMTP server can be defined in the news account
14398                 mime type of attachment are kept.
14399
14400         * src/summaryview.c
14401
14402                 now choose the highest important score between default
14403                 and important score of folder.
14404
14405 2001-06-09 [alfons]
14406         
14407         * src/prefs_common.c: 
14408
14409                 (prefs_quote_description_create): corrected description of 
14410                 quote format characters
14411
14412 2001-06-09 [paul]
14413
14414         0.4.99claws8
14415
14416         * sync with sylpheed 0.4.99cvs8
14417
14418 2001-06-08 [sergey]
14419
14420         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
14421         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
14422
14423 2001-06-08 [paul]
14424
14425         0.4.99claws7
14426
14427         * sync with sylpheed 0.4.99cvs7
14428
14429 2001-06-06 [sergey]
14430
14431         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
14432         clashes with autogenerated header).
14433         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
14434         * src/Makefile.am: added quote_fmt.h.
14435         * src/.cvsignore: added lex/yacc autogenerated files
14436         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
14437
14438 2001-06-06 [paul]
14439
14440         0.4.99claws6
14441
14442         * sync with sylpheed 0.4.99cvs6
14443
14444 2001-06-06 [hoa]
14445
14446         * added src/quote_fmt_parse.h
14447         * src/compose.c
14448                 removed warnings
14449
14450         * src/prefs.[ch]
14451                 don't modify readonly configuration files
14452
14453         * src/prefs_account.c
14454         * src/prefs_common.c
14455         * src/prefs_customheader.c
14456         * src/prefs_display_header.c
14457         * src/prefs_filter.c
14458         * src/prefs_filtering.c
14459         * src/prefs_scoring.c
14460                 don't open dialog box when configuration files
14461                 are readonly
14462
14463 2001-06-05 [sergey]
14464
14465         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
14466
14467         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
14468         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
14469         BUILT_SOURCES to make all files rebuild properly.
14470
14471         * src/compose.c: removed #include "quote_fmt.tab.h".
14472
14473         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
14474         CHARACTER value in yylval.
14475
14476         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
14477         receive CHARACTER value by documented means (yylval).
14478
14479         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
14480
14481 2001-06-05 [hoa]
14482
14483         * src/Makefile.am
14484                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
14485
14486         * src/filtering.c
14487         * src/matcher.c
14488         * src/matcher.h
14489         * src/prefs_filtering.c
14490                 now keep the configuration for execute action
14491
14492         * src/mbox_folder.c
14493                 fixed a warning
14494
14495 2001-06-05 [paul]
14496
14497         * sync with sylpheed 0.4.99cvs5
14498
14499 2001-06-05 [hoa]
14500
14501         * src/Makefile.am
14502                 added quote_fmt.[ch]
14503
14504         * added src/quote_fmt.y
14505         * added src/quote_fmt.l
14506         * added src/quote_fmt.tab.h
14507         * added src/quote_fmt.tab.c
14508         * added src/lex.quote_fmt.c
14509                 parsing configuration for replying
14510                 and forwarding
14511
14512         * src/prefs_common.[ch]
14513                 added configuration UI for replying
14514                 and forwarding
14515
14516         * src/compose.c
14517                 using configuration for replying
14518                 and forwarding
14519
14520 2001-06-04 [hoa]
14521
14522         * src/filtering.c
14523         * src/matcher.c
14524         * src/matcher.h
14525         * src/prefs_filtering.c
14526         * src/prefs_matcher.c
14527         * src/prefs_matcher.h
14528                 action "run a command" for filtering
14529                 and matching with a command.
14530                 fixed the "whole message" matching
14531
14532         * src/mbox_folder.c
14533                 changed temporary filename for security
14534
14535         * src/messageview.c
14536                 queue the notification if it fails to send.
14537
14538         * src/prefs_common.c
14539         * src/prefs_folder_item.c
14540                 changed the default important score             
14541
14542         * src/prefs_scoring.c
14543         * src/scoring.c
14544                 hide kill score input when the folder is not
14545                 a newsgroup
14546
14547 2001-06-03 [alfons]
14548
14549         * src/prefs_common.c:
14550
14551                 (prefs_font_select): pass font name in font entry box to font
14552                 selection dialog.
14553
14554 2001-06-03 [sergey]
14555
14556         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
14557
14558 2001-06-03 [paul]
14559
14560         * sync with sylpheed 0.4.99cvs4
14561
14562 2001-06-03 [alfons]
14563
14564         * src/headerwindow.c:
14565
14566                 (headerwindow_show_cb): use the selected summary view item, not
14567                 the displayed item.
14568
14569 2001-06-02 [alfons]
14570
14571         * src/headerwindow.c:
14572
14573                 (headerwindow_show_cb): always try to show msginfo
14574
14575 2001-06-02 [hoa]
14576
14577         * src/compose.c
14578                 keep attached parts when reediting or forwarding.
14579
14580 2001-06-01 [hoa]
14581
14582         * src/folderview.c
14583         * src/prefs_folder_item.[ch]
14584         * src/prefs_scoring.[ch]
14585         * src/scoring.[ch]
14586         * src/summaryview.[ch]
14587         * src/main.c
14588         * src/mainwindow.c
14589         * src/prefs_common.[ch]
14590                 support for folder scoring
14591                 kill score and important score for messages
14592         
14593         * src/prefs_account.c
14594                 some display bug fixed for local account
14595                 preferences
14596
14597 2001-05-31 [alfons]
14598
14599         * src/summaryview.c:
14600
14601                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
14602                 sender to address book menu item is disabled.
14603
14604 2001-05-30 [hoa]
14605
14606         * src/filtering.[ch]
14607         * src/summaryview.c
14608                 handling summary menu / filter messages
14609
14610         * src/folder.[ch]
14611                 add some stuff
14612
14613         * src/foldersel.c
14614                 imap folders now appears in list
14615
14616         * src/mbox_folder.c
14617                 doesn't crash if destination mail is not writeable
14618
14619 2001-05-29 [hoa]
14620
14621         * src/compose.c
14622                 removed some warnings
14623
14624         * src/filtering.c
14625         * src/folder.[ch]
14626         * src/prefs_filtering.c
14627                 global string to identify any folders           
14628                 removed some debug info
14629                 filtering to mbox folders is now possible
14630
14631         * src/mainwindow.c
14632                 removed some warnings
14633
14634         * src/mbox_folder.c
14635                 permission on files are changed to read/write for user only,
14636                 nothing for other.
14637                 creation of subfolder is handled better.
14638
14639 2001-05-28 [alfons]
14640
14641         Verified the sync for src/prefs_common.[ch] and
14642         src/prefs_account.[ch]. I believe there were some
14643         minor indentation differences.
14644
14645 2001-05-28 [paul]
14646
14647         0.4.99claws3
14648
14649         * sync with 0.4.99cvs3
14650
14651 2001-05-28 [hoa]
14652
14653         * src/compose.c
14654                 handling flags for mbox format
14655
14656         * src/filtering.c
14657                 use of mark file only for MH format
14658                 handling flags for mbox format
14659                 filtering cannot yet move or copy mails to mbox folders.
14660
14661         * src/folder.[ch]
14662                 changed move_msg, copy_msg,
14663                 move_msgs_with_dest, copy_msgs_with_dest functions
14664                 uses only folder->copy_msg() function
14665                 uses folder->finished_copy() to handle the destination
14666                 folder at the end of the copy or move operation.
14667
14668         * src/foldersel.c
14669                 included mbox directories.
14670
14671         * src/folderview.[ch]
14672         * src/mainwindow.c
14673                 handle folders operation for mbox format
14674
14675         * src/mbox.c
14676                 disable conversion of "From " header
14677
14678         * src/mbox_folder.[ch]
14679                 completion of mbox format handling
14680
14681         * src/mh.c
14682                 changed mh_copy_msg() function and
14683                 removed mh_move_msg(), mh_move_msgs_with_dest(),
14684                 mh_copy_msgs_with_dest()
14685
14686         * src/prefs_filtering.c
14687                 removed some warnings
14688
14689         * src/prefs_matcher.c
14690                 default boolean operation is AND
14691
14692         * src/procheader.c
14693                 handling flags for mbox format
14694                 handling of "From " header
14695
14696         * src/procmsg.[ch]
14697                 removed data field
14698                 added MSG_REALLY_DELETED flags to handle deletion of
14699                 messages in mbox format.
14700
14701         * src/summaryview.c
14702                 handling flags for mbox format
14703                 disable the MSG_DELETED flags when messages
14704                 are deleted in mbox format
14705
14706         * src/textview.c
14707                 "From " headers display fixed.
14708
14709 2001-05-27 [alfons]
14710
14711         * src/textview.c:
14712                 
14713                 (get_email_part): skip quoted email addresses, like in e.g.
14714                 "'alfons@proteus.demon.nl'".
14715
14716 2001-05-26 [alfons]
14717
14718         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
14719         and fixing the persistence troubles when using separate windows.
14720
14721         * src/mainwindow.c:
14722         
14723             Added #define SEPARATE_ACTION used in the gtk item factory for 
14724             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
14725                 use gtk_item_factory_get_widget_by_action() to get the items.
14726                 
14727             Removed separate_widget_cb from the gtk item factory data   
14728           
14729             (mainwindow_create): connect separate_widget_cb() to check
14730             menu item "toggled" signal. also passing a MainWindow pointer
14731                 as object data for both check menu items.
14732                 
14733             (separate_widget_cb): definition of separate_widget_cb() to match
14734             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
14735                 window using gtk_object_get_data(). The type of window separation 
14736                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
14737         
14738         * src/prefs_filtering.c,
14739           src/prefs_matcher.c: added horizontal scrollbars
14740
14741 2001-05-25 [darko]
14742
14743         * src/headerview.c
14744                 fix segfault with invalid bold font
14745         * src/summaryview.c
14746                 correctly display summary stats after row is marked
14747
14748 2001-05-23 [sergey]
14749
14750         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
14751         encodings with libjconv.
14752
14753 2001-05-23 [hoa]
14754
14755         * src/Makefile.am
14756                 added mbox_folder.[ch]
14757         * src/defs.h
14758                 mbox temporary folder
14759         * src/folder.[ch]
14760         * added src/mbox_folder.[ch]
14761         * src/folderview.c
14762         * src/procheader.[ch]
14763                 added mbox support
14764         * src/mbox.c
14765                 bugfix for file incorporation filtering
14766         * src/imap.c
14767                 enable creation of MBOX
14768         * src/prefs_display_header.c
14769                 enable use of headers like "From "
14770                 something that should be fixed :
14771                         displaying of such headers add an extra space
14772         * src/prefs_folder_item.c
14773                 don't create folders because it is not necessary
14774         * src/procmsg.h
14775                 added data field to MsgInfo for mbox internal use
14776         * src/summaryview.c
14777                 added some support for mbox
14778         * src/utils.[ch]
14779                 added get_mbox_cache_dir() function
14780
14781 2001-05-23 [hiroyuki]
14782
14783         * src/headerwindow.c
14784           src/inc.c
14785           src/main.c
14786           src/mh.c
14787           src/nntp.c
14788           src/procmsg.h
14789           src/session.h
14790           src/socket.[ch]
14791           src/summaryview.c
14792           src/textview.c
14793           src/automaton.c
14794           src/folderview.c: more sync with 0.4.99cvs2.
14795
14796         * src/headerwindow.c: reverted.
14797
14798 2001-05-22 [paul]
14799
14800         0.4.99claws2
14801
14802         * sync with sylpheed 0.4.99cvs2
14803                 * src/news.[ch]
14804                 * src/nntp.[ch]
14805                 * INSTALL
14806                 * INSTALL.jp
14807
14808 2001-05-22 [alfons]
14809
14810         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
14811
14812 2001-05-21 [alfons]
14813
14814         Minor things:
14815
14816         * configure.in: if gnome-config not found, "no" is displayed
14817         
14818         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
14819
14820         * src/textview.c: now also possible to add mail addresses by right
14821           clicking in the text view
14822
14823         * src/codeconv.c: merged patch which fixes endless loop when encountering
14824           invalid wide characters; from Alte <010@imis.ru>  
14825
14826 2001-05-20 [alfons]
14827
14828         Added installation of gnome specific things:
14829
14830         * Makefile.am: gnome conditional
14831
14832         * configure.in: check for installed gnome
14833
14834         * added sylpheed.png, sylpheed.desktop
14835
14836 2001-05-20 [sergey]
14837
14838         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
14839
14840         * src/mainwindow.h (main_window_toolbar_create): created a button
14841         for "Reply to all".
14842         (main_window_set_toolbar_sensitive): enable/disable the new button
14843         appropriately.
14844         (toolbar_reply_to_author_cb): handle the new button.
14845
14846         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
14847         send_progress_dialog_destroy() on failure (fixes hang on SMTP
14848         failure).
14849
14850 2001-05-19 [sergey]
14851
14852         * src/compose.h (ComposeReplyMode): new modes
14853         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
14854         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
14855
14856         * src/compose.c
14857         (compose_send): move some code into a new function:
14858         (compose_current_mail_account): new function.
14859         (compose_reply): new argument to_author, all callers changed; if
14860         to_author==TRUE and account->protocol==A_NNTP, find and use an
14861         appropriate mail account for replying.
14862         (compose_reply_set_entry): new argument to_author; ignore
14863         compose->replyto if to_author==TRUE.
14864
14865         * src/mainwindow.c: new command "Message/Reply to author".
14866         (main_window_set_menu_sensitive): enable/disable it.
14867         (reply_cb): handle it.
14868
14869         * src/summaryview.c: new command "Reply to author".
14870         (summary_set_menu_sensitive): enable/disable it.
14871         (summary_reply_cb): handle it.
14872
14873         * src/account.c (account_find_mail_from_address): new function.
14874
14875 2001-05-18 [paul]
14876
14877         0.4.99claws1
14878
14879         * sync with sylpheed 0.4.99cvs1
14880
14881 2001-05-18 [hoa]
14882
14883         * src/compose.[ch]
14884         * src/filtering.c
14885         * src/summaryview.c
14886                 new filtering action : forward and forward as attachment
14887
14888         * src/main.c
14889                 no need for $DISPLAY when we run sylpheed --help
14890                 call to parse_cmd_opt() is moved
14891
14892         * src/mainwindow.[ch]
14893                 execute button is hidden when immediate execute
14894                 is chosen
14895
14896         * src/mh.c
14897         * src/news.c
14898         * src/prefs_folder_item.c
14899         * src/procmsg.c
14900                 better handling of missing directories
14901
14902         * src/summaryview.c
14903                 reedit is enabled in outbox
14904                 reedit is enabled in queue
14905
14906 2001-05-17 [hoa]
14907
14908         * src/filtering.c
14909         * src/matcher.[ch]
14910         * src/prefs_filtering.c
14911                 changed attachement into attachment
14912
14913 2001-05-17 [alfons]
14914
14915         0.4.67claws4    
14916
14917         * sync with sylpheed 0.4.67cvs9
14918         * sync with sylpheed 0.4.67cvs7-8
14919
14920 2001-05-17 [hoa]
14921
14922         * src/Makefile.am
14923                 added prefs_filtering.c
14924
14925         * src/filtering.[ch]
14926         * src/matcher.[ch]
14927                 removed action : forward_news and forward_news_as_attachement
14928                 (forward and forward_as_attachement can be used instead)
14929
14930         * src/mainwindow.c
14931                 added menu option to access filtering configuration
14932
14933         * src/prefs_account.c
14934                 changed mail_command default to /usr/sbin/sendmail
14935
14936         * added src/prefs_filtering.[ch]
14937                 dialog box for filtering configuration
14938
14939         * src/prefs_matcher.c
14940                 added function prefs_matcher_get_criteria_from_matching()
14941
14942         * src/prefs_scoring.c
14943                 reset the dialog when register or substitute is clicked
14944
14945 2001-05-15 [hoa]
14946
14947         * src/Makefile.am
14948                 added filtering.[ch]
14949         * src/inc.c
14950                 using filering.[ch] instead of filter.[ch]
14951         * src/main.c
14952                 reading new filtering configuration
14953         * src/matcher.[ch]
14954                 added some filtering actions
14955                 and fixed a bug for headers and mail body matching
14956         * src/mbox.c
14957                 using filering.[ch] instead of filter.[ch]
14958         * src/mh.c
14959                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
14960         * src/summaryview.c
14961                 some fixes for filtering
14962
14963 2001-05-14 [hiroyuki]
14964
14965         * src/send.c: fixed some weird indentations.
14966           send_message_with_command(): call pclose() only if p != NULL.
14967         * src/textview.c: get_email_part(): modified the code for readability.
14968
14969 2001-05-14 [hiroyuki]
14970
14971         * src/md5global.h
14972           src/md5ify.c
14973           src/md5ify.h: removed from the cvs.
14974
14975 2001-05-13 [sergey]
14976
14977         * src/main.c: include rfc2015.h to avoid compiler warnings.
14978         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
14979         the panel is already on screen.
14980         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
14981         closing the alert window by ESC as "No".
14982         * src/prefs_common.c (prefs_interface_create): moved return
14983         receipt check button to the correct place.
14984
14985 2001-03-13 [alfons]
14986
14987         * src/prefs_common.c: 
14988                 moved return receipt check button to the Send tab. (prefs_send_create)
14989                 removed the date format ui related globals. (prefs_display_create)
14990
14991         0.4.67claws3
14992         
14993         * sync with sylpheed 0.4.67cvs5-6
14994
14995 2001-05-13 [paul]
14996
14997         * added Alfons' font selection patch
14998
14999         * src/defs.h
15000         * src/headerwindow.c
15001         * src/prefs_common.c
15002         * src/prefs_common.h
15003
15004 2001-05-13 [hoa]
15005         * src/defs.h
15006                 changed version of cache
15007         * src/matcher.[ch]
15008         * src/prefs_matcher.c
15009                 added additionnal matching criteria
15010         * src/procheader.c
15011         * src/procmsg.[ch]
15012         * src/news.c
15013                 added references in MsgInfo
15014
15015 2001-05-12 [hoa]
15016
15017         * src/defs.h
15018                 prepared some things for new filtering
15019         * src/matcher.[ch]
15020                 added some matching properties
15021                 inreplyto need to be enhanced
15022                 prepared some things for new filtering
15023         * src/messageview.c
15024                 added Return-Receipt-To handling
15025         * src/prefs_folder_item.c
15026                 changed default value to TRUE
15027         * src/prefs_matcher.c
15028                 added some matching properties
15029         * src/prefs_scoring.[ch]
15030                 the scoring dialog is finished
15031         * src/procheader.c
15032                 added Return-Receipt-To handling
15033                 Reference need to be added
15034         * src/procmsg.[ch]
15035                 added Return-Receipt-To handling
15036                 added threadscore to get a better score sorting when
15037                 threads are enabled
15038         * src/summaryview.c
15039                 suppressed a bug when we sort the list
15040                 when no folder is opened.
15041                 better score sorting when threads are enabled
15042
15043 2001-05-12 [alfons]
15044
15045         * reverted previous patch because of potential errors 
15046
15047         0.4.67claws2
15048         
15049         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
15050                 applied "toggle mail-retrieval dialog window" patch submitted 
15051                 by Eric Limpens <eric@qnt.net>
15052
15053         * sync with sylpheed 0.4.67cvs4
15054
15055 2001-05-12 [sergey]
15056
15057         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
15058         some picky compilers.
15059         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
15060         * src/grouplist_dialog.c: include alertpanel.h.
15061         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
15062         fix compile warning.
15063         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
15064         #include "defs.h" before others to prevent the warning of `MIN'
15065         and `MAX' redefinition.
15066
15067 2001-05-11 [hoa]
15068
15069         * src/main.c
15070         * src/messageview.c
15071         * src/prefs_account.c
15072         * src/prefs_display_header.c
15073                 removed warning
15074         * src/Makefile.am
15075                 added prefs_scoring.[ch]
15076         * src/grouplist_dialog.c
15077                 display an error dialog box if the group list
15078                 cannot be fetched.
15079         * src/mainwindow.[ch]
15080                 added main_window_set_thread_option() function
15081                 scoring dialog box enabled
15082         * src/matcher.[ch]
15083                 added flags matching unread /new / marked
15084                 / deleted / replied / forwarded
15085         * src/news.c
15086                 newsgroups are now finally in newscache
15087         * src/prefs_matcher.[ch]
15088                 finished preferences for matching dialog
15089         * added src/prefs_scoring.[ch]
15090                 scoring dialog box completed
15091         * src/scoring.[ch]
15092                 conversion to string : added scoringprop_to_string()
15093                 write config for preferences :
15094                 added prefs_scoring_write_config()
15095         * src/summaryview.c
15096                 threads can be enabled/disabled independently
15097                 for each folder
15098
15099 2001-05-10 [alfons]
15100
15101         0.4.67claws1
15102         
15103         * AUTHORS: 
15104                 thought it would be nice to have a list of all
15105                 contributors (used Changelog as a reference)
15106         
15107         * configure.in: 
15108                 messed up version numbering...
15109
15110         0.4.66claws1
15111
15112         * sync with sylpheed 0.4.67cvs1-3
15113
15114 2001-05-10 [darko]
15115
15116         * src/prefs_common.c:
15117                 better UI for strftime format, double clicking
15118                 on format now inserts the format in text entry
15119                 replaced close button with standard OK/Cancel
15120                 moved date format button to the right of the
15121                 text entry field
15122
15123 2001-05-09 [alfons]
15124
15125         * src/gtkstext.c:
15126                 Ctrl-Home / Ctrl-End have proper cursor navigation
15127
15128 2001-05-09 [hoa]
15129
15130         * src/prefs_matcher.c
15131                 finished UI to define matching properties
15132                 added ok and cancel button
15133         * src/prefs_filter.c
15134                 added ok and cancel button
15135         * src/news.c
15136                 fixed some bug in xhdr parsing
15137
15138 2001-05-08 [alfons]
15139
15140         * src/textview.c: 
15141                 fixed a bug in textview_show_header(), which displayed two colons (':');
15142                 cleaned up some warnings
15143
15144 2001-05-08 [hoa]
15145
15146         * src/Makefile.am
15147                 added prefs_matcher.[ch]
15148                 compilation with -W -Wall
15149         * src/alertpanel.c
15150                 ungrab the mouse events if grabbed - does it
15151                 fix the bug for disposition notification ?
15152         * src/mainwindow.c
15153                 added a menu option to open the matching dialog.
15154         * src/matcher.[ch]
15155                 added matcherprop_to_string() and matcherlist_to_string()
15156                 fixed some bugs, changed the name of some options
15157                 age_sup and age_inf becomes age_greater and age_lower,
15158                 body and messageheaders becomes body_part and headers_part,
15159                 changed the names of constants from SCORING_XXX to MATCHING_XXX
15160         * src/prefs_display_header.c
15161         * src/prefs_headers.c
15162                 fixed a bug that accidentally destroyed dialogs
15163                 when closed them with delete_event
15164                 Added *_deleted() which handle delete_event signal correctly.
15165         * src/prefs_folder_item.[ch]
15166                 added "enable_thread" field for future customization
15167         * added src/prefs_matcher.[ch]
15168                 sample of the UI to define matching properties
15169         * src/procheader.c
15170                 using procheader_headername_equal instead of str*cmp functions
15171                 using procheader_parse_header() function
15172         * src/scoring.c
15173                 using MATCHING_XXX instead of SCORING_XXX
15174         * src/summaryview.c
15175                 display the sender of the news even if this is ourself
15176                 when this is a news message.
15177         * src/textview.c
15178                 using headername_equal() instead of str*cmp functions
15179
15180 2001-05-08 [alfons]
15181
15182         0.4.66claws
15183
15184         * sync with sylpheed 0.4.66
15185         * src/gtkstext.c: trace logs added 
15186
15187 2001-05-08 [sergey]
15188
15189         * src/prefs_common.[ch]: added option to enable/disable GnuPG
15190         signature check popup.
15191         * src/rfc2015.c (check_signature): show signature check popup only
15192         if it is enabled in preferences.
15193
15194 2001-05-07 [alfons]
15195
15196         0.4.66claws4
15197         
15198         * sync with sylpheed 0.4.66cvs6
15199
15200 2001-05-07 [darko]
15201
15202         * src/prefs_common.[ch]: added option to enable/disable
15203           looking up sender name in address book for summary pane
15204         * src/summaryview.c: look up sender in the address book
15205           by using Alfons' address completion code
15206
15207 2001-05-07 [hiroyuki]
15208
15209         * src/inc.h
15210           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
15211           member of Pop3State.
15212         * src/news.c: brought #include "defs.h" before #include <glib.h>
15213           to prevent the warning of `MIN' and `MAX' redefinition.
15214
15215 2001-05-06 [hoa]
15216
15217         * removed src/headers_display.[ch]
15218         * removed src/prefs_display_headers.[ch]
15219         * src/inc.c
15220                 use a temporary file in the user directory for mbox import
15221         * src/news.c
15222                 added XHDR support to get "To" and "Cc" headers
15223                 (in order to match news with to or cc field for
15224                 scoring)
15225                 added function news_parse_xhdr() to get XHDR response
15226         * src/nntp.[ch]
15227                 added function nntp_xhdr()
15228         * src/matcher.c
15229                 fetch the message if necessary
15230
15231 2001-05-06 [alfons]
15232
15233         0.4.66claws3
15234
15235         * sync with sylpheed 0.4.66cvs3-5
15236
15237 2001-05-06 [hoa]
15238
15239         * src/utils.[ch]
15240                 added function itos_buf() to enable use of several buffers
15241         * src/summaryview.c
15242                 use of itos_buf() instead of itos() in summary list
15243                 to fix the broken display of message number.
15244
15245 2001-05-06 [alfons]
15246
15247         * src/gtkstext.c: bug in cursor up navigation fixed,
15248                 fixed another unsigned / signed comparison (we're getting there :-)
15249
15250 2001-05-06 [hoa]
15251
15252         * src/Makefile.am
15253                 added scoring.c scoring.h
15254                 prefs_folder_item.c prefs_folder_item.h
15255                 matcher.c matcher.h
15256         * src/defs.h
15257                 added FOLDERITEM_RC SCORING_RC
15258         * src/folder.[ch]
15259                 added prefs field in FolderItem :
15260                 properties for each folder (PrefsFolderItem),
15261                 sorting type and mode were added as the first properties.
15262         * src/main.c
15263                 read config for scoring
15264         * added src/matcher.[ch]
15265                 gives functions to parse configuration file to do
15266                 matching on mails with a list of conditions.
15267         * src/mainwindow.c
15268                 add option to sort by score
15269         * src/prefs_common.[ch]
15270                 added preference option to show score and for
15271                 the score column size
15272         * added src/prefs_folder_item.[ch]
15273                 properties for each folder (PrefsFolderItem),
15274                 sorting type and mode were added as the first properties.
15275         * src/procheader.[ch]
15276                 added procheader_parse_header()
15277                 added procheader_header_free()
15278                 added procheader_headername_equal()
15279                 and made modification to use them.
15280         * src/procmsg.[ch]
15281                 added score field to MsgInfo structure
15282         * added src/scoring.[ch]
15283                 gives functions to parse configuration file to do
15284                 scoring on mails with a list of conditions.
15285         * src/summaryview.[ch]
15286                 save the sorting type and mode for the folder
15287                 added column to display the score of the mail
15288                 added function summary_score_clicked()
15289                 sorting type and mode are restored to the folder
15290                 when it is reopen
15291         * src/textview.c
15292                 use procheader_parse_header(), procheader_headername_equal()
15293                 removed memory leak in text_scan_header when freeing headers
15294         * src/filter.c
15295                 changed the function to match names of headers
15296                 using procheader_headername_equal()
15297
15298         Scoring functions are implemented, an interface is needed
15299         to configure that.
15300
15301 2001-05-04 [alfons]
15302
15303         * src/gtkstext.c: 
15304                 hopefully fixed the row up navigation bug,
15305                 removed adding back / forward lines to cache
15306
15307 2001-05-04 [sergey]
15308
15309         * src/prefs_display_headers.c: user interface changes:
15310         (prefs_display_headers_create): remove unused "Show" check button;
15311         allow reordering of headers by dragging.
15312         (prefs_display_headers_write_config): remove unused variables.
15313         (prefs_display_headers_set_dialog): do not insert "(New)" at top
15314         of lists (not needed with the new UI).
15315         (prefs_display_headers_set_list): scan lists starting from row 0,
15316         not 1 (do not skip "(New)").
15317         (prefs_display_headers_find_header): new function.
15318         (prefs_display_headers_clist_set_row): do not allow duplicates.
15319         (prefs_display_headers_delete_cb): do not skip row 0; treat
15320         closing the alert window by ESC as "No".
15321         (prefs_display_headers_up): do not protect row 0.
15322         (prefs_display_headers_down): do not protect row 0.
15323
15324 2001-05-04 [sergey]
15325
15326         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
15327         functions.
15328
15329         * src/summaryview.c
15330         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
15331         summary_select_next_marked, summary_select_prev_marked): new
15332         functions.
15333
15334 2001-05-03 [sergey]
15335
15336         * src/news.c: fixed a bug when no article can be fetched after
15337         server timeout if the connection was restored by news_post():
15338         (news_select_group): new function.
15339         (news_fetch_msg): call news_select_group() before fetching
15340         article.
15341         (news_get_uncached_articles): set session->group after successful
15342         GROUP command.
15343
15344 2001-05-03 [hoa]
15345
15346         * src/defs.h
15347         * src/procmsg.[ch]
15348         * src/procheader.c
15349                  changed version of cache, added cc field
15350
15351         * src/prefs_display_headers.c
15352                 the interface was changed
15353
15354         * src/prefs_headers.c
15355                 added cancel button
15356
15357 2001-05-03 [alfons]
15358
15359         * completed sync of sylpheed cvs2
15360         * src/gtkstext.c: updated row up / down cursor navigation
15361         * src/textview.c: re-edited, prepared for fixing the email address
15362                 scanner.
15363
15364 2001-05-03 [darko]
15365
15366         * src/prefs_common.c: use alfons' strftime ui code
15367         entry_datefmt and datefmt_sample widgets have to be
15368         global in this module because of this change
15369
15370 2001-05-03 [hoa]
15371
15372         * src/messageview.c
15373         * src/prefs_common.[ch] added option to activate the return receipt
15374                 feature.
15375
15376 2001-05-02 [alfons]
15377
15378         * src/gtkstext.c: fix for row up/down cursor navigation. 
15379
15380         0.4.66claws2
15381         
15382         * sync with 0.4.66cvs2
15383
15384 2001-05-02 [paul]
15385
15386         added add-sender-to-addressbook patch
15387
15388         * src/addressbook.c
15389         * src/addressbook.h
15390         * src/summaryview.c
15391
15392 2001-05-02 [sergey]
15393
15394         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
15395         G_ALERTDISABLE.
15396
15397         * src/alertpanel.c (alertpanel_create): new argument can_disable,
15398         all existing callers changed to pass FALSE; create a check button
15399         to disable the message.
15400         (alertpanel_message_with_disable): new function.
15401         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
15402         (alertpanel_button_toggled): new function.
15403         (alertpanel_button_clicked, alertpanel_close): set value using
15404         G_ALERT_VALUE_MASK.
15405
15406         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
15407
15408         * src/prefs_common.c (prefs_privacy_create): new check button
15409         checkbtn_gpgme_warning.
15410
15411         * src/main.c (main): moved preferences reading before gpgme
15412         initialization; check prefs_common.gpgme_warning before giving the
15413         GnuPG warning and set it to FALSE if the user wants to disable the
15414         warning.
15415
15416 2001-05-02 [hiroyuki]
15417
15418         * src/prefs_display_headers.c: modified the layout and some labels.
15419
15420 2001-05-02 [sergey]
15421
15422         * src/prefs_account.c (prefs_account_fix_size): new function.
15423         (prefs_account_create): call prefs_account_fix_size(); use
15424         gtk_widget_show instead of gtk_widget_show_all (fixes too large
15425         size when the window is shown for the first time).
15426         (prefs_account_basic_create): changed layout of serv_table; moved
15427         localmbox_entry above smtpserv_entry (logically it replaces
15428         POP3/IMAP server).
15429         (prefs_account_protocol_activated): set sensitivity of
15430         nntpauth_chkbtn according to the protocol (in addition to
15431         hide/show); commented out gtk_table_set_row_spacing() calls.
15432         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
15433         not sensitive (fixes a bug with disabled username/password boxes
15434         when editing POP3 account after NNTP with authentication).
15435
15436 2001-05-02 [hoa]
15437
15438         * src/account.c
15439         * src/inc.c
15440         * src/prefs_account.[ch]
15441         * src/send.c
15442                 removed local account without SMTP server
15443                 added option to use mail command instead of a connexion
15444                 to SMTP server when a local account is used
15445         * src/prefs_headers.c
15446                 fixed a bug
15447         * src/news.c
15448                 fixed a bug when connexion immediately closed
15449
15450 2001-05-01 [alfons]
15451
15452         0.4.66claws1
15453         
15454         * sync with 0.4.65
15455
15456 2001-05-01 [sergey]
15457
15458         * src/prefs_account.c (Basic, prefs_account_basic_create): new
15459         widget nntpauth_chkbtn.
15460         (prefs_account_protocol_activated): handle nntpauth_chkbtn
15461         visibility.
15462         (prefs_account_nntpauth_toggled): new function.
15463
15464         * src/news.c (news_session_new_for_folder): use NNTP
15465         authentication only if ac->use_nntp_auth is set.
15466
15467 2001-05-01 [hoa]
15468
15469         * src/Makefile.am changed headers.[ch] in customheader.[ch]
15470         * src/prefs_display_headers.c changed the UI
15471         * src/prefs_headers.c changed account_name to account_id
15472         * src/compose.c using customheader.h
15473
15474 2001-05-01 [hiroyuki]
15475
15476         * src/esmtp.c
15477           src/news.c
15478           src/nntp.c: changed sock_read() to sock_gets(), they've been left
15479           unsynched.
15480
15481 2001-05-01 [hoa]
15482
15483         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
15484         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
15485                 for displaying of headers
15486         * src/grouplist_dialog.[ch] minor changes to remove warnings
15487         * src/prefs_display_headers.[ch] dialog to choose the
15488         headers to display in the mail viewer.
15489         * src/headers.h correction of #define
15490         * src/headers_display.[ch] configuration for displaying of headers.
15491         * src/main.c read config of displaying of headers
15492         * src/prefs_common.c add a button to access the config dialog
15493                 for displaying of headers
15494         * src/prefs_display_headers.[ch] dialog for configuration for
15495                 displaying of the headers.
15496         * src/prefs_headers.c cleaning of code
15497         * src/procheader.c comments added to code
15498         * src/textview.c changes to reorder the headers depending
15499                 on the config for displaying of headers
15500
15501 2001-04-30 [alfons]
15502
15503         0.4.65claws7
15504
15505         * sync with 0.4.65cvs12
15506
15507         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
15508
15509 2001-04-30 [sergey]
15510
15511         * src/nntp.h (NNTPSockInfo): new field auth_failed.
15512
15513         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
15514         is set to force reconnection after authentication failure.
15515         (nntp_gen_command): set sock->auth_failed on authentication
15516         failure, or if sock->userid and sock->passwd are not set.
15517
15518         * src/news.c (news_session_new_for_folder): set userid=NULL if
15519         password dialog is cancelled.
15520
15521 2001-04-30 [sergey]
15522
15523         * src/nntp.h (NNTPSockInfo): new type.
15524
15525         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
15526         SockInfo.
15527         (nntp_open_auth, nntp_close): new functions.
15528         (nntp_gen_command): new function to handle authentication; all
15529         NNTP command functions updated to use it.
15530         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
15531         (nntp_list): removed old useless code.
15532
15533         * src/news.h (NNTPSession): new field nntp_sock.
15534
15535         * src/news.c: all functions updated to use NNTPSockInfo instead of
15536         SockInfo.
15537         (news_session_new): new arguments (userid, passwd); made static;
15538         use nntp_open_auth() if needed.
15539         (news_session_destroy): use nntp_close() instead of sock_close().
15540         (news_query_password): changed arguments.
15541         (news_session_new_for_folder): new function.
15542         (news_session_get): use news_session_new_for_folder().
15543         (news_authenticate): deleted.
15544         (news_get_uncached_articles): removed old authentication code.
15545
15546 2001-04-30 [sergey]
15547
15548         * src/news.c: reverted my previous changes (need to do NNTP
15549         authentication in a cleaner way).
15550         
15551 2001-04-29 [sergey]
15552
15553         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
15554         news_nntp_post, news_nntp_mode): new functions (wrappers with
15555         authentication support).
15556         (news_get_article_cmd, news_get_article, news_get_header): new
15557         argument "folder"; all callers changed.
15558         (news_get_article_cmd): added authentication support.
15559         (news_session_get): use news_nntp_mode() instead of nntp_mode().
15560         (news_post): use news_nntp_post() instead of nntp_post().
15561         (news_get_uncached_articles): use news_nntp_group() instead of
15562         nntp_group() and news_nntp_xover() instead of nntp_xover();
15563         removed old authentication code.
15564         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15565
15566         * src/nntp.c (nntp_list): return real error code instead of
15567         hardcoded NN_ERROR.
15568
15569 2001-04-29 [sergey]
15570
15571         * configure.in: fixed wint_t typedef detection again
15572
15573 2001-04-28 [hoa]
15574
15575         * src/prefs_account.[ch], added A_LOCAL_CMD
15576                 (send mail with mail command)
15577         * src/send.c added function send_message_with_command()
15578         * src/inc.c made a more secure get_spool() function with
15579                 mktemp() but maybe mkstemp() or something more
15580                 secure can be used.
15581
15582 2001-04-28 [alfons]
15583
15584         * src/textview.c, colorization of email addresses in headers
15585
15586         0.4.65claws6
15587
15588         * bug sync with sylpheed
15589         * prefs_common.c: created date format ui for darko
15590         * sync with 0.4.65cvs11
15591         * configure.in: corrected to have the new gpg checks
15592
15593 2001-04-27 [alfons]
15594
15595         * completed sync with 0.4.65cvs10
15596         * minor debug things added to gtkstext.c
15597
15598 2001-04-27 [darko]
15599
15600         * configure.in: remove check for availability of
15601           strftime() as advised by Hiroyuki
15602         * src/prefs_common.[ch], src/procheader.c:
15603           synch strftime() code with Hiroyki's main branch
15604
15605 2001-04-26 [sergey]
15606
15607         * src/news.c: news_query_password(), news_authenticate(): new
15608           functions.
15609           news_get_uncached_articles(): added NNTP authentication
15610           handling.
15611         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
15612           new functions.
15613         * src/prefs_account.c: prefs_account_protocol_activated():
15614           enable userid and password fields for NNTP.
15615
15616 2001-04-26
15617
15618         * configure.in: check for availability of strftime()
15619           [darko]
15620         * src/prefs_common.[ch], src/procheader.c: use
15621           strftime() for displaying date in summary pane if it
15622           is available
15623
15624 2001-04-25
15625
15626         * more .cvsignore cleanups [alfons]
15627
15628 2001-04-25
15629
15630         * ac/sv-check-type.m4: new autoconf macro.
15631         * configure.in: fixed wint_t typedef detection (did not work
15632           with gcc-2.96).
15633
15634 2001-04-25
15635
15636         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
15637           [hiroyuki]
15638
15639 2001-04-24
15640         * modified gtkstext.c : buggy cursor navigation fixed, 
15641           and font descent also taken in account when drawing
15642           cursor. [alfons]
15643
15644 2001-04-24 [hoa]
15645         * added comments in src/news.c src/nntp.c
15646         * added src/prefs_headers.[ch]
15647         * added src/headers.[ch]
15648         * modified compose.c to activate custom headers
15649                 added function is_in_custom_headers
15650         * modified prefs_account.[ch]
15651                 added function prefs_account_customhdr_edit
15652         * modified src/defs.h :
15653                 added HEADERS_RC : name of the config file
15654                 for the custom headers
15655
15656 2001-04-24
15657
15658     0.4.65claws5
15659
15660         * configure.in
15661           src/gtkstext.[ch]
15662           src/compose.c
15663           src/Makefile.am
15664           
15665           added gtkstext with configure.in patch by Hiroyuki which
15666           should fix the XIM detection [alfons]
15667
15668         * more clean up of cvs [alfons]
15669
15670                  * removed all Makefile.in files to attic.
15671
15672                  * updated all .cvsignores to really ignore things that could
15673                    be unintentionally committed by a recursive commit.
15674
15675 2001-04-23 [hoa]
15676         * added src/grouplist_dialog.[ch]
15677         * changed src/folderview.c to call grouplist_dialog instead
15678                 of inputdialog
15679         * src/news.c :
15680                 added functions news_reset_group_list
15681                 and news_get_group_list
15682         * src/nntp.c :
15683                 added function nntp_list
15684         * src/defs.h :
15685                 added GROUPLIST_FILE : name of the newsgroup list cache file
15686
15687 2001-04-21
15688
15689         * added option to warn about queued messages on exit [sergey]:
15690
15691           * src/compose.c: compose_queue(): call folder_item_scan()
15692             and folderview_update_item() after queueing.
15693           * src/folderview.c: folderview_update_node(): draw the queue
15694             folder in bold font if there are queued messages.
15695           * src/mainwindow.c: queued_messages(): new function.
15696             app_exit_cb(): display warning if there are queued messages
15697             if warn_queued_on_exit is set.
15698           * prefs_common.[ch]: add warn_queued_on_exit option.
15699
15700         * enhanced GnuPG key selection support [sergey]:
15701
15702           * src/select-keys.c: updated to newer version from Win32
15703             branch with support for selecting arbitrary keys.
15704           * src/prefs_account.c: added the Privacy tab to the account
15705             options window.
15706             prefs_account_privacy_create(),
15707             prefs_account_sign_key_set_data_from_radiobtn(),
15708             prefs_account_sign_key_set_radiobtn(): new functions.
15709           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
15710           * src/rfc2015.c: set_signers(): new function.
15711             pgp_sign(): add the account parameter, call set_signers().
15712             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
15713           * src/rfc2015.h: rfc2015_sign(): updated prototype.
15714           * src/compose.c: pass the current account to rfc2015_sign().
15715
15716         * tag name claws added to prevent confusion with main branch [alfons]
15717
15718         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
15719
15720         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
15721
15722         * sync with recent sylpheed cvs. Untested though. [alfons]
15723