c651aaf563a856c0418a7b6e5b54175bd8ec86b5
[claws.git] / ChangeLog.claws
1 2003-03-05 [paul]       0.8.10claws82
2
3         * sync with 0.8.10cvs23
4                 see ChangeLog 2003-03-05
5
6 2003-03-04 [christoph]  0.8.10claws81
7
8         * src/folder.c
9                 o fix moving and copying when folder returns 0 for new
10                   message number
11                 o remove some code for single message copy and move
12                   operations and use functions for multiple messages
13
14         * src/news.c
15                 remove unused include
16
17 2003-03-04 [paul]       0.8.10claws80
18
19         * src/gtk/about.c
20                 list 'Compiled plugins'
21
22 2003-03-03 [christoph]  0.8.10claws79
23
24         * src/news.[ch]
25                 have to multiply the percentage of the current fetch with
26                 the percentage that it has of the total fetch operation
27                 for correct values
28
29 2003-03-03 [christoph]  0.8.10claws78
30
31         * src/news.c
32                 fix calculation of expected lines for progress indicator
33
34 2003-03-03 [christoph]  0.8.10claws77
35
36         * src/summaryview.c
37         * src/common/utils.c
38                 fix segfault when opening the root news folder
39
40 2003-03-03 [christoph]  0.8.10claws76
41
42         * src/mainwindow.[ch]
43         * src/common/Makefile.am
44         * src/common/progressindicator.[ch]
45                 add UI independent progress indicator handling
46
47         * src/news.[ch]
48                 use new progress indicator for message info fetching
49
50         * src/common/hooks.h
51                 code cleanup
52
53 2003-03-03 [oliver]     0.8.10claws75
54
55         * src/toolbar.c
56         * src/compose.c
57                 removed commented code
58
59 2003-03-03 [oliver]     0.8.10claws74
60
61         * src/toolbar.[ch]
62                 cleanups and refactoring
63         * src/compose.[ch]
64                 compose_reply_mode reply & forwarding interface for
65                 toolbar buttons
66         * src/folderview.c
67                 act on messages marked for deletion in folderview_selected
68                 based on prefs_common.immediate_exec since a message might 
69                 have been deleted by messageview in a folder we are changing 
70                 to (does anybody understand what I'm on about ?)
71
72 2003-03-03 [oliver]     0.8.10claws73
73         
74         * src/messageview.[ch]
75                 new functions
76                 - messageview_delete: delete message shown in messagview
77                 - messageview_update_view: update messageview to currently 
78                   selected summaryview message
79                 - add separate messageview to msgview_list in order to update 
80                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
81         * src/summaryview.[ch]
82                 summary_get_selection returns a list of selected msgs
83                 in summaryview
84         * src/mainwindow.c
85                 toolbar reply refactoring
86
87 2003-03-03 [paul]       0.8.10claws72
88
89         * sync with 0.8.10cvs21
90                 see ChangeLog 2003-03-03
91
92 2003-03-02 [christoph]  0.8.10claws71
93
94         * src/common/passcrypt.c
95                 use POSIX includes
96
97 2003-03-02 [christoph]  0.8.10claws70
98
99         * configure.ac
100         * src/prefs_account.c
101         * src/prefs_gtk.[ch]
102         * src/common/.cvsignore
103         * src/common/Makefile.am
104         * src/common/passcrypt.c                ** NEW **
105         * src/common/passcrypt.h.in             ** NEW **
106                 Implement password encryption in config files
107                 using unix encrypt and setkey functions. The crypt
108                 key can be set as a configure parameter. Old
109                 passwords will be converted if they do not begin
110                 with '!'
111
112 2003-03-02 [paul]       0.8.10claws69
113
114         * src/prefs_account.c
115                 fix compile error
116
117 2003-03-01 [thorsten]   0.8.10claws68
118
119         * po/el.po
120           po/hr.po
121           po/it.po
122           po/nl.po
123           po/sr.po
124           po/sv.po
125                 corrected format strings
126         * po/en_GB.po
127                 corrected headers
128                 (fix compile errors with GNU gettext-0.11.5)
129
130 2003-03-01 [oliver]     0.8.10claws67
131
132         * src/summaryview.c
133                 menu callbacks call toolbar_menu_reply
134
135 2003-03-01 [oliver]     0.8.10claws66
136
137         * src/mainwindow.c
138         * src/messageview.c
139                 menu callbacks call toolbar_menu_reply
140         * src/toolbar.[ch]
141                 callbacks from menu handled by toolbar_menu_reply
142
143 2003-03-01 [paul]       0.8.10claws65
144
145         * src/addressbook.c
146                 revert commit 0.8.10claws54 - breaks editing of
147                 addressbook.
148                 
149         * po/bg.po
150                 update Bulgarian translation, submitted by
151                 George Danchev
152
153 2003-02-28 [christoph]  0.8.10claws64
154
155         * src/account.c
156         * src/addressadd.c
157         * src/compose.c
158         * src/gtkaspell.c
159         * src/gtkxtext.h                ** REMOVE **
160         * src/imap.c
161         * src/matcher.[ch]
162         * src/mh.c
163         * src/news.c
164         * src/pine.c
165         * src/prefs_common.c
166         * src/prefs_matcher.c
167         * src/procheader.[ch]
168         * src/procmsg.[ch]
169         * src/toolbar.c
170         * src/common/ssl_certificate.c
171         * src/gtk/colorlabel.c
172         * src/gtk/menu.c
173                 o fix warnings
174                 o remove code obsoleted by new cache and folder system rework
175
176 2003-02-28 [oliver]     0.8.10claws63
177         
178         * src/toolbar.[ch]
179                 * fix bug where reply in Messageview replied to 
180                 Message displayed in summaryview
181                 (reportedd via ML by chinatinte at gmx dot ch)
182                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
183                 didn't work in separate MessageView Toolbar
184                 (wondering if anybody uses this at all ?)
185         * src/summaryview.[ch]
186                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
187                 (generalize reply and forward code);
188         * src/messageview.c 
189                 remove focus_in event which updated summaryview to messageview
190
191 2003-02-28 [paul]       0.8.10claws62
192
193         * po/Makefile.in.in
194                 add the --check option
195                 Patch submitted by Ricardo Mones Lastra
196
197 2003-02-28 [paul]       0.8.10claws61
198
199         * src/prefs_account.c
200                 re-order 'Signature' items
201
202 2003-02-28 [paul]       0.8.10claws60
203
204         * sync with 0.8.10cvs20
205                 see ChangeLog 2003-02-28
206
207 2003-02-28 [paul]       0.8.10claws59
208
209         * po/POTFILES.in
210                 update to reflect recent movement of files
211
212 2003-02-28 [paul]       0.8.10claws58
213
214         * sync with 0.8.10cvs19
215                 see ChangeLog 2003-02-28
216
217 2003-02-27 [martin]     0.8.10claws57
218
219         * src/prefs_matcher.c 
220                 fix segfault in prefs_matcher_ok() when the
221                 last entry is deleted and prevents that the
222                 message "entry not saved" comes up after deleting
223                 an entry
224
225 2003-02-27 [martin]     0.8.10claws56
226
227         * src/prefs_filtering.c 
228                 fix segfault in prefs_filtering_ok() when the
229                 last entry is deleted and prevents that the
230                 message "entry not saved" comes up after deleting
231                 an entry
232
233 2003-02-27 [paul]       0.8.10claws55
234
235         * sync with 0.8.10cvs18
236                 see ChangeLog 2003-02-27
237
238 2003-02-27 [paul]       0.8.10claws54
239
240         * src/addressbook.c
241                 fix bug where the address book crashes with 
242                 multiple lookups.
243                 Patch [687729] submitted by David Frager 
244                 <dbfrager@users.sourceforge.net>
245
246 2003-02-25 [christoph]  0.8.10claws53
247
248         * src/Makefile.am
249         * src/colorlabel.[ch]           ** REMOVE **
250         * src/gtk/Makefile.am
251         * src/gtk/colorlabel.[ch]       ** NEW **
252                 move colorlabel files to gtk directory
253
254         * src/esmtp.[ch]                ** REMOVE **
255                 has been merged into smtp.[ch] in 0.7.5
256
257 2003-02-25 [christoph]  0.8.10claws52
258
259         * src/Makefile.am
260         * src/about.[ch]                ** REMOVE **
261         * src/gtk/Makefile.am
262         * src/gtk/about.[ch]            ** NEW **
263                 move about files to gtk directory
264
265 2003-02-25 [christoph]  0.8.10claws51
266
267         * src/folder.c
268                 some code optimization of folder scanning code
269
270         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
271
272 2003-02-25 [christoph]  0.8.10claws50
273
274         * src/main.c
275         * src/common/sylpheed.c
276                 add command line parameter parsing to common code
277
278 2003-02-24 [christoph]
279
280         * Makefile.am
281         * configure.ac
282                 fix gnome prefix problems, the configure script now removed
283                 `gnome-config --prefix` from `gnome-config --datadir`
284                 and adds $(prefix} instead
285
286         (closes Bug 24 Makefile does not respect prefix when installing
287          GNOME data)
288
289 2003-02-24 [christoph]  0.8.10claws49
290
291         * src/news.c
292                 check for valid session before trying to authenticate
293
294         (closes Bug 60 crash if "authenticate on logon" is activated
295          and newsserver-hostname is not valid)
296
297 2003-02-24 [melvin]     0.8.10claws48
298
299         * src/prefs_actions.c
300                 Make sure all user's input is sent to the action and then
301                 close the socket..
302
303 2003-02-23 [alfons]     0.8.10claws46
304
305         * src/summaryview.c
306                 also wait cursor when deleting files
307
308 2003-02-23 [paul]
309
310         * tools/freshmeat_search.pl
311           tools/google_search.pl
312                 scripts should now work for any browser/browser command line
313
314 2003-02-22 [christoph]  0.8.10claws45
315
316         * src/procmsg.c
317                 fix IMAP flag setting, IMAP flag is not handled correctly
318                 anymore by the folder system and information about the
319                 folder should not be saved in the MsgInfo (in my opinion)
320
321         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
322
323 2003-02-22 [christoph]  0.8.10claws44
324
325         * src/summaryview.c
326                 fix spelling of "label" ;-)
327
328 2003-02-22 [thorsten]   0.8.10claws43
329
330         * src/mimeview.c
331           src/prefs_common.[ch]
332           src/procmime.[ch]
333                 do not use description as attachment name
334
335 2003-02-22 [alfons]     0.8.10claws42
336
337         * src/summaryview.c
338                 freeze/thaw folder item updates when changing color labels,
339                 and put a wait cursors on
340
341 2003-02-22 [thorsten]   0.8.10claws41
342
343         * src/mimeview.c
344                 save-all fixes: crash if invoked on multipart container,
345                 mimeinfo access, pathseparators, error dialog
346
347 2003-02-21 [alfons]     0.8.10claws40
348
349         * src/prefs_gtk.c
350                 remove unused var
351
352 2003-02-21 [colin]      0.8.10claws39
353
354         * src/send.c
355                 Fix smtp logging
356
357 2003-02-21 [colin]      0.8.10claws38
358
359         * src/summaryview.c
360                 Freeze/thaw folderItem updates when filtering messages 
361                 via Tools/Filter messages
362
363 2003-02-21 [paul]       0.8.10claws37
364
365         * src/compose.c
366                 revert commit 0.8.10claws26, there are ulterior motives
367                 for users to set a Reply-To header when posting to
368                 newsgroups
369
370 2003-02-21 [paul]       0.8.10claws36
371
372         * sync with 0.8.10cvs17
373                 see ChangeLog 2003-02-21
374
375 2003-02-20 [christoph]  0.8.10claws35
376
377         * src/imap.c
378                 IMAP UID fetch speedup using SEARCH
379
380         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
381
382         * src/imap.c
383                 fix problem with UIDs in IMAP UID cache that no longer existed
384
385 2003-02-20 [christoph]  0.8.10claws34
386
387         * src/imap.c
388         * src/procheader.c
389         * src/procheader.h
390                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
391
392         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
393
394         * src/imap.c
395                 Rewrite imap_cmd_gen_recv use sock_getline instead
396                 of sock_gets to avoid problems with too long reply
397                 lines
398     
399 2003-02-20 [colin]      0.8.10claws33
400         
401         * src/prefs_account.c
402                 Better wording
403
404 2003-02-20 [colin]      0.8.10claws32
405
406         * src/compose.c
407                 Remove useless '&& !to_sender' 
408
409 2003-02-20 [darko]
410
411         * AUTHORS
412                 change my e-mail address
413
414 2003-02-19 [colin]      0.8.10claws31
415
416         * src/prefs_common.c
417                 X11 style colors for every configurable color
418
419 2003-02-19 [alfons]     0.8.10claws30
420
421         * src/prefs_gtk.[ch]
422         * src/prefs_common.c
423                 for color_new accept both plain integers and X11 style color
424                 names (as found in /usr/lib/X11/rgb.txt)
425
426 2003-02-19 [paul]       0.8.10claws29
427
428         * src/mainwindow.c
429                 add tooltips to online/offline button and account selector
430                 button
431
432 2003-02-19 [paul]       0.8.10claws28
433
434         * src/folder.c
435           src/news.c
436           src/prefs_account.[ch]
437           src/prefs_common.[ch]
438                 move 'Maximum number of articles to download' to
439                 account prefs.
440                 clean up account prefs gui a little by hiding entries
441                 rather then greying out entries
442
443 2003-02-19 [hiro]       0.8.10claws27
444
445         * src/common/utils.c
446                 fix bug #54 'yesterdays date is displayed in the message 
447                 summary window'
448
449 2003-02-19 [paul]       0.8.10claws26
450
451         * src/compose.c
452                 fix bug reported in Feature Request [688596] 
453                 'Reply-to header in news'
454
455 2003-02-18 [paul]       0.8.10claws25
456
457         * src/select-keys.c
458                 add a 'List all keys' button to key selection dialog
459
460 2003-02-18 [colin]      0.8.10claws24
461         
462         * src/stock_pixmap.c
463                 fix compile error
464
465 2003-02-18 [colin]      0.8.10claws23
466
467         * src/common/smtp.[ch]
468           src/prefs_account.c
469                 Try to starttls if it seems to be the only
470                 way to authenticate a user
471
472 2003-02-18 [paul]       0.8.10claws22
473
474         * src/Makefile.am
475           src/folderview.c
476           src/stock_pixmap.[ch]
477           src/pixmaps/drafts_close.xpm  ** NEW FILE **
478           src/pixmaps/drafts_open.xpm   ** NEW FILE **
479                 as a Drafts folder is a special folder allow it to have
480                 its own unique icons
481
482 2003-02-18 [colin]      0.8.10claws21
483
484         * src/imap.c
485                 Fix port selection when using starttls
486
487 2003-02-18 [paul]       0.8.10claws20
488
489         * src/mainwindow.c
490           src/prefs_common.[ch]
491                 make blue the default new mail colour
492
493 2003-02-18 [paul]       0.8.10claws19
494
495         * sync with 0.8.10cvs14
496                 see ChangeLog 2003-02-18
497
498 2003-02-17 [jens]       0.8.10claws18
499
500         * src/common/md5.c
501                 fixed a compile problem with gcc 3.3
502                 works on 2.95.3 too (testet on PPC as it is big endian)
503
504 2003-02-17 [paul]       0.8.10claws17
505
506         * sync with 0.8.10cvs13
507                 see ChangeLog 2003-02-17
508
509 2003-02-17 [paul]       0.8.10claws16
510
511         * sync with 0.8.10cvs12
512                 see ChangeLog 2003-02-17
513
514 2003-02-16 [match]      0.8.10claws15
515
516         * src/addressbook.c
517                 Eliminates reloading of address data when items
518                 deleted or added. Applied submitted by
519                 Luke Plant <lukeplant@softhome.net>
520
521 2003-02-16 [paul]       0.8.10claws14
522
523         * src/news.c
524                 when a 'protocol error' is encountered disconnect from
525                 the server. This means that the user can carry on viewing
526                 other articles and doesn't have to either wait until the
527                 server timesout or quit sylpheed.
528                 Fixes bug #53 'Unable to read messages in newsgroups, 
529                 displayed message doesn't change'
530
531 2003-02-15 [christoph]  0.8.10claws13
532
533         * src/imap.c
534                 fix bug that stopped scanning of folders when an
535                 IMAP folder was empty
536
537         (closes bug 46 stop scan messages in folders after empty folder)
538
539 2003-02-15 [paul]
540
541         * tools/Makefile.am
542           tools/README
543           tools/freshmeat_search.pl     ** NEW FILE **
544           tools/google_search.pl        ** NEW FILE **
545                 Add 2 Actions scripts which search freshmeat/google
546                 for the selected text using the browser configured
547                 in sylpheedrc.
548                 
549         Note: These scripts are very dependent on the format of the
550         browser command and may not work on every occasion. Testing
551         is welcome. 
552
553 2003-02-14 [alfons]     0.8.10claws12
554
555         * src/compose.c
556                 fix breakage because of uninitialized account pointer.
557                 please verify.
558
559 2003-02-14 [paul]       0.8.10claws11
560
561         * src/compose.c
562           src/prefs_account.[ch]
563           src/prefs_common.[ch]
564                 move signature settings to Account Prefs
565
566 2003-02-14 [paul]       0.8.10claws10
567
568         * sync with 0.8.10cvs11
569                 see ChangeLog 2003-02-14
570
571 2003-02-13 [thorsten]   0.8.10claws9
572
573         * src/news.c
574                 revert news progressbar (GUI separation)
575
576 2003-02-13 [paul]       0.8.10claws8
577
578         * src/compose.c
579                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
580                 paragraph 1
581
582 2003-02-13 [paul]       0.8.10claws7
583
584         * src/compose.[ch]
585           src/summaryview.c
586                 fix 'Follow-up and Reply-to' so that it creates a reply to
587                 the newsgroup and the sender. If the message has the keyword
588                 'poster' in the Followup-To header, all replies go to the
589                 sender, re: RFC 1036, Section 2.2.3
590                 rename all instances of 'ignore_replyto' to 'to_sender', both
591                 were previously used, now we use just one.
592
593 2003-02-13 [paul]       0.8.10claws6
594
595         * sync with 0.8.10cvs9
596                 see ChangeLog 2003-02-13
597
598 2003-02-13 [paul]       0.8.10claws5
599
600         * configure.ac
601                 show which plugins are configured in the configure
602                 output.
603
604 2003-02-12 [thorsten]   0.8.10claws4
605
606         * src/news.c
607                 show progress while fetching news headers
608
609 2003-02-12 [christoph]  0.8.10claws3
610
611         * configure.ac
612         * src/plugins/Makefile.am
613                 use AM_CONDITIONAL to enable plugins, automake correctly
614                 manages this when creating distdir
615
616 2003-02-12 [christoph]  0.8.10claws2
617
618         * ac/spamassassin.m4
619         * src/plugins/spamassassin/Makefile.am
620                 fix building SpamAssassin plugin without OpenSSL
621
622 2003-02-12 [paul]       0.8.10claws1
623
624         * ac/Makefile.am
625           src/Makefile.am
626           src/plugins/Makefile.am
627                 fix failure of 'make release'
628
629 2003-02-12 [paul]       0.8.10claws
630
631         * 0.8.10claws released
632
633 2003-02-12 [paul]       0.8.9claws56
634
635         * po/bg.po
636           po/es.po
637           po/it.po
638           po/ru.po
639           po/sr.po
640                 updated translations by George Danchev, Ricardo Mones Lastra,
641                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
642                 
643         * sylpheed.spec.in
644                 Allow the building of RPMs by a regular user. Submitted
645                 by Sergei Astanin
646
647 2003-02-11 [alfons]     0.8.9claws55
648
649         * src/colorlabel.c
650                 don't use pixmaps for label color rect but draw rectangles
651                 so we can respect the color map of palette based visuals
652                 (fixes the long time crashes on Suns - thanks to Andreas
653                 Engel and Steve O'Hara-Smith for testing)
654
655 2003-02-11 [christoph]  0.8.9claws54
656
657         * src/matcher_parser_parse.y
658                 correct bug where filering rules of not existing folders in
659                 matcherrc were added to global filtering
660                 
661         (closes Debian Bug #180253 - Directory's filter-rules are merged with
662          main filter-rules after removing directory, http://bugs.debian.org/180253)
663         
664 2003-02-11 [paul]       0.8.9claws53
665
666         * sync with 0.8.10cvs7
667                 see ChangeLog 2003-02-09
668
669 2003-02-11 [melvin]     0.8.9claws52
670
671         * po/fr.po
672                 Updated French tranlsations
673
674 2003-02-10 [paul]       0.8.9claws51
675
676         * sylpheed.spec.in
677                 correct --enable-openssl
678                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
679
680 2003-02-09 [martin]     0.8.9claws50
681
682         * src/prefs_matcher.c
683                 fix segfault in prefs_matcher_substitute_cb() when
684                 no row is selected
685
686 2003-02-09 [paul]       0.8.9claws49
687
688         * src/folderview.c
689                 fix bug where a newsgroup folder's processing rules were
690                 merged with the global filtering rules when the newsgroup
691                 folder was deleted, causing some seriously bad results,
692                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
693
694 2003-02-08 [melvin]     0.8.9claws48
695
696         * src/compose.c
697                 Corrected and modified an alert message.
698
699 2003-02-07 [paul]       0.8.9claws47
700
701         * src/folderview.c
702                 fix bug where both an 'Account properties' window and a
703                 'Folder properties' window were opened when clicking on
704                 'Properties' in an NNTP or IMAP folder's popup menu.
705
706 2003-02-07 [paul]       0.8.9claws46
707
708         * sync with 0.8.10cvs6
709                 see ChangeLog 2003-02-06
710
711 2003-02-06 [christoph]  0.8.9claws45
712
713         * src/mbox.c
714                 freeze folder updates while importing mbox files
715                 (closes bug 43 importing mbox took hours)
716                 
717         Patch submitted by Jens Rantil <jens.rantil@telia.com>
718
719 2003-02-06 [thorsten]   0.8.9claws44
720
721         * po/de.po
722                 Updated german translations
723
724 2003-02-06 [thorsten]   0.8.9claws43
725
726         * src/news.h
727                 use guint for message numbers (fix count in grouplist dialog)
728
729 2003-02-05 [paul]       0.8.9claws42
730
731         * sync with 0.8.10cvs2
732                 see ChangeLog 2003-02-05
733
734 2003-02-04 [colin]      0.8.9claws41
735
736         * src/prefs_common.[ch]
737           src/procmsg.c
738           src/summaryview.c
739                 Add an option to disable threading by subject
740
741 2003-02-04 [christoph]  0.8.9claws40
742
743         * src/inc.c
744                 only abort fetching mails from multiple accounts when the
745                 error is fatal and does not allow to check any more accounts
746                 (currently only disk full error)
747
748         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
749          receive mails for other accouts)
750
751 2003-02-04 [christoph]  0.8.9claws39
752
753         * src/folder.c
754                 first add the new message to the cache, then
755                 send the update notification
756
757         (closes bug 39 after sending message folderview doesnt get updated)
758
759 2003-02-04 [colin]      0.8.9claws38
760
761         * src/inc.c
762                 _really_ fix this Connecting... status
763
764 2003-02-04 [paul]       0.8.9claws37
765
766         * sync with 0.8.10
767                 see ChangeLog 2003-02-04
768
769 2003-02-04 [paul]       0.8.9claws36
770
771         * sync with 0.8.9cvs6
772                 see ChangeLog 2003-02-03
773
774 2003-02-04 [paul]       0.8.9claws35
775
776         * po/pt_BR.po
777                 updated by André Filipe de Assunção e Brito 
778                 <bedecko@netsite.com.br>
779
780 2003-02-03 [thorsten]   0.8.9claws34
781
782         * po/de.po
783                 Updated german translations
784
785 2003-02-02 [paul]       0.8.9claws33
786
787         * po/es.po
788                 updated by Ricardo Mones Lastra
789
790 2003-02-02 [thorsten]   0.8.9claws32
791
792         * src/mh.c
793                 Fix mh_get_msginfo() segfault if file is inaccessible
794
795 2003-01-31 [colin]      0.8.9claws31
796
797         * src/procheader.c
798                 Fix last commit's bug
799
800 2003-01-31 [colin]      0.8.9claws30
801
802         * src/procheader.c
803                 Missing a change for gpg-signed messages
804
805 2003-01-31 [paul]       0.8.9claws29
806
807         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
808           src/procheader.c
809           src/stock_pixmap.[ch]
810           src/summaryview.c
811                 indicate GnuPG signed messages by displaying an icon
812                 in the Attachment column.
813
814 2003-01-31 [paul]       0.8.9claws28
815
816         * sync with 0.8.9cvs4
817                 see ChangeLog 2003-01-31
818
819 2003-01-31 [alfons]     0.8.9claws27
820
821         * src/textview.c
822                 tune URI parser to accept mailto URLs with a '?'
823                 (patch from Ruslan Balkin)
824
825 2003-01-31 [colin]      0.8.9claws26
826
827         * src/summaryview.c
828                 Fix a leak introduced in claws24
829
830 2003-01-31 [colin]      0.8.9claws25
831
832         * src/summaryview.c
833                 Freeze/Thaw folder updates when deleting dups
834
835 2003-01-31 [colin]      0.8.9claws24
836         
837         * src/addr_compl.c
838           src/summaryview.c
839           src/msgcache.c
840                 little speed improvements
841
842 2003-01-31 [colin]      0.8.9claws23
843
844         * src/summaryview.c
845                 Fix segfault when forwarding nothing
846                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
847                 
848 2003-01-30 [paul]       0.8.9claws22
849
850         * sync with 0.8.9cvs3
851                 see ChangeLog 2003-01-30
852
853 2003-01-30 [paul]       0.8.9claws21
854
855         * sync with 0.8.9cvs2
856                 see ChangeLog 2003-01-30
857
858 2003-01-29 [paul]       0.8.9claws20
859
860         * sync with 0.8.9cvs1
861                 see ChangeLog 2003-01-29
862
863 2003-01-28 [paul]       0.8.9claws19
864
865         * po/POTFILES.in
866                 update to reflect changes. 
867                 thanks to Ricardo Mones Lastra
868
869 2003-01-27 [christoph]  0.8.9claws18
870
871         * ac/openssl.m4
872         * ac/spamassassin.m4
873         * src/plugins/spamassassin/README
874         * src/plugins/spamassassin/libspamc.[ch]
875         * src/plugins/spamassassin/utils.[ch]
876                 updated to latest libspamc
877
878 2003-01-27 [christoph]  0.8.9claws17
879
880         * src/folder.c
881                 fix wrong use of procheader_get_header_fields
882
883 2003-01-27 [christoph]  0.8.9claws16
884
885         * src/news.c
886         * src/prefs_account.[ch]
887         * src/common/nntp.[ch]
888                 allow to force authentication for NNTP servers
889
890         Patch submitted by Florian Mickler <dmk@d-labs.de>
891
892 2003-01-26 [paul]       0.8.9claws15
893
894         * src/summaryview.c
895                 speed up of marking messages as read
896                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
897
898 2003-01-26 [christoph]  0.8.9claws14
899
900         * src/Makefile.am
901         * src/mgutils.[ch]              ** REMOVE **
902         * src/xml.[ch]                  ** REMOVE **
903         * src/xmlprops.[ch]             ** REMOVE **
904         * src/common/Makefile.am
905         * src/common/mgutils.[ch]       ** NEW **
906         * src/common/xml.[ch]           ** NEW **
907         * src/common/xmlprops.[ch]      ** NEW **
908                 move xml files to common directory
909
910 2003-01-26 [christoph]  0.8.9claws13
911
912         * src/plugins/spamassassin/spamassassin_gtk.c
913                 only set gtk entry text if string is available
914
915 2003-01-26 [melvin]     0.8.9claws12
916
917         * src/description_window.c
918                 Allow resizing of the window
919                 Allow automatic horizontal scroll bar
920                 Do not vertically expand and fill
921
922 2003-01-26 [christoph]  0.8.9claws11
923
924         * src/Makefile.am
925         * src/gtkutils.[ch]             ** REMOVE **
926         * src/common/sylpheed.c
927         * src/gtk/Makefile.am
928         * src/gtk/description_window.c
929         * src/gtk/gtkutils.[ch]         ** NEW **
930         * src/gtk/prefswindow.c
931                 move gtkutils to gtk directory
932
933 2003-01-26 [paul]       0.8.9claws10
934
935         * src/summaryview.c
936                 rename summary_unread_clicked() to summary_status_clicked()
937
938 2003-01-26 [melvin]     0.8.9claws9
939
940         * src/prefs_actions.c
941                 Cosmetical changes to the help text
942
943 2003-01-26 [paul]       0.8.9claws8
944
945         * src/folder.[ch]
946           src/mainwindow.c
947           src/prefs_common.c
948           src/prefs_sumamry_column.c
949           summaryview.[ch]
950                 rename the 'Unread' column to 'Status'
951
952 2003-01-25 [match]      0.8.9claws7
953
954         * src/mgutils.[ch]
955                 removed reference to LDAP constants. removed error2string.
956                 included functions to support LDAP dynamic queries.
957         * src/syldap.h
958                 moved LDAP constants here.
959         * src/addressbook.c
960         * src/addrindex.c
961         * src/importldif.c
962                 removed references to LDAP constants and references to
963                 error2string.
964
965 2003-01-25 [paul]       0.8.9claws6
966
967         * src/summaryview.c
968                 summary_thread_build(), summary_thread_init(): remove 
969                 unneeded reference to summaryview->folder_item
970
971 2003-01-25 [christoph]  0.8.9claws5
972
973         * src/gtk/description_window.c
974                 o allow description texts to expand over multiple columns
975                 o translate all columns
976         * src/prefs_actions.c
977                 change syntax description to use new multi column feature
978
979         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
980
981 2003-01-25 [match]      0.8.9claws4
982
983         * src/vcard.c
984                 fixed bug with Quoted-Printable
985
986 2003-01-25 [paul]       0.8.9claws3
987
988         * src/folder.[ch]
989           src/summaryview.[ch]
990                 implement per-folder collapsed/expanded threads setting
991                 
992         * src/prefs_common.c
993                 remove global collapsed/expanded threads option
994
995 2003-01-25 [christoph]  0.8.9claws2
996
997         * po/POTFILES.in
998                 add pluginwindow and prefswindow
999         * src/compose.c
1000                 make send respond correctly to messages that could be added
1001                 to the queue folder, but the UID of the message is unknown
1002         * src/folder.c
1003         * src/imap.c
1004                 don't return guessed UIDs in imap_add_msg anymore. We return
1005                 0 to tell the folder system it was appened but the UID is
1006                 unknown. Folder system now get's the UID by scaning the folder
1007                 and searching the cache for the Message-ID
1008                 (closes bug #29 Messages queued, but not sent)
1009
1010 2003-01-25 [paul]       0.8.9claws1
1011
1012         * src/codeconv.c
1013                 conv_encode_header():  fix bug when long headers with 8-bit
1014                 characters are used, so that the encoded words are wrapped.
1015                 If the space in the original text falls on the wrap boundary,
1016                 it can be lost.
1017                 Patch by Sergey Vlasov.
1018                 
1019         * src/folderview.c
1020                  fix bug where a change to the sorting method or thread view
1021                  of a folder's messages is lost if simpify-subject is set and
1022                  toggled on or off.
1023                  Patch by Luke Plant.
1024
1025 2003-01-24 [paul]       0.8.9claws
1026
1027         * sylpheed-0.8.9claws released
1028         
1029         * Makefile.am
1030           sylpheed.spec.in
1031                 remove reference to 'INSTALL.jp'
1032
1033 2003-01-23 [paul]       0.8.8claws128
1034
1035         * po/es.po
1036           po/it.po
1037           po/ru.po
1038           po/sr.po
1039                 updated translations. submitted by Ricardo Mones Lastra,
1040                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1041
1042 2003-01-23 [colin]      0.8.8claws127
1043
1044         * src/compose.c
1045                 Fix drafted and queued news articles re-edition
1046
1047 2003-01-23 [melvin]     0.8.8claws126
1048
1049         * po/fr.po
1050                 Updated French translations
1051
1052 2003-01-23 [colin]      0.8.8claws125
1053
1054         * src/inc.c
1055                 Fix "Connecting to..." status message
1056
1057 2003-01-22 [paul]       0.8.8claws124
1058
1059         * po/bg.po
1060                 updated by George Danchev
1061                 
1062         * src/folder.c
1063                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1064                 and folder deletion
1065
1066 2003-01-21 [paul]       0.8.8claws123
1067
1068         * po/bg.po
1069                 updated by George Danchev
1070                 
1071         * src/about.c
1072                 its now 2003
1073                 
1074         * src/toolbar.c
1075                 don't translate 'Separator'
1076                 
1077         * src/plugins/spamassassin/Makefile.am
1078                 add aspell to CPPFLAGS
1079                 
1080         * src/plugins/spamassassin/spamassassin.c
1081           src/plugins/spamassassin/spamassassin_gtk.c
1082                 set correct default for spamassassin_receive_spam
1083                 slightly re-word descriptions and some
1084                 other minor changes
1085
1086 2003-01-19 [alfons]     0.8.8claws122
1087                 
1088         * src/mimeview.c
1089                 mimeview_save_as(): we might as well show the file name for
1090                 the single case "Save As" too
1091
1092 2003-01-19 [alfons]     0.8.8claws121
1093
1094         * src/crash.c
1095                 change bug tracker URL to bugzilla URL
1096
1097 2003-01-19 [alfons]     0.8.8claws120
1098
1099         * src/mimeview.c
1100                 mimeview_save_all(): display name of file before overwriting;
1101                 continue saving all, even when one overwrite was cancelled
1102
1103 2003-01-19 [christoph]  0.8.8claws119
1104
1105         * src/summaryview.c
1106         * src/procmsg.[ch]
1107                 fix wrong usage of procmsg_find_children in summaryview
1108                 by using procmsg_update_unread_children instead of
1109                 summaryview_update_unread_children
1110
1111 2003-01-19 [christoph]  0.8.8claws118
1112
1113         * src/procmsg.c
1114                 fix infinite loop in procmsg_find_children
1115                  (closes bug #25 sylpheed crashes on delete.)
1116
1117         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1118
1119 2003-01-19 [paul]       0.8.8claws117
1120
1121         * po/pt_BR.po
1122                 updated by Ivan Francolin Martinez
1123
1124 2003-01-18 [melvin]     0.8.8claws116
1125
1126         * src/prefs_actions.c
1127                 Removed syntax limitation of only one '&' at the end of command.
1128                         Now actions that contain '>/dev/null 2>&1' are possible.
1129
1130 2003-01-18 [melvin]     0.8.8claws115
1131
1132         * src/prefs_actions.c
1133                 Actions IO dialog: when the action ends
1134                 the "Close" button now has focus and [Escape] closes the
1135                 window.
1136
1137 2003-01-18 [christoph]  0.8.8claws114
1138
1139         * src/procmsg.c
1140                 o add debug output when MsgInfos are really freed
1141                 o free GSLists in procmsg_find_children and
1142                   procmsg_update_unread_children
1143
1144 2003-01-18 [christoph]  0.8.8claws113
1145
1146         * src/mainwindow.c
1147                 reorder Configuration menu
1148
1149 2003-01-18 [christoph]  0.8.8claws112
1150
1151         * src/compose.c
1152                 fix applying templates to forwarded messages
1153
1154         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1155
1156 2003-01-17 [christoph]  0.8.8claws111
1157
1158         * src/folder.c
1159                 destroy folder items, when a folder item is removed
1160
1161 2003-01-17 [christoph]  0.8.8claws110
1162
1163         * src/folder.c
1164                 fix wrong folder stats update when ignored message is
1165                 deleted
1166
1167 2003-01-17 [colin]      0.8.8claws109
1168         
1169         * src/mainwindow.c
1170         * src/summaryview.c
1171                 Quicksearch bugfixes: 
1172                 - hide help button at startup if not extended
1173                 - switch to extended when looking for replies
1174
1175 2003-01-17 [paul]
1176
1177         * sync with 0.8.9 release
1178
1179 2003-01-17 [paul]       0.8.8claws108
1180
1181         * sync with 0.8.8cvs11
1182                 see ChangeLog 2003-01-17
1183
1184 2003-01-16 [colin]      0.8.8claws107
1185
1186         * src/procmsg.c
1187                 Changed encryption test to re-ask passphrase
1188                 if an encrypted message hasn't been decrypted
1189                 Fixes bug #5
1190
1191 2003-01-16 [christoph]  0.8.8claws106
1192
1193         * src/prefs_gtk.c
1194         * src/prefs_toolbar.c
1195         * src/gtk/prefswindow.h
1196         * src/plugins/spamassassin/spamassassin_gtk.c
1197                 remove page destroy function that is not used anymore
1198
1199 2003-01-16 [paul]       0.8.8claws105
1200
1201         * sync with 0.8.8cvs9
1202                 see ChangeLog 2002-01-16
1203
1204 2003-01-16 [colin]      0.8.8claws104
1205
1206         * src/compose.[ch]
1207                 Fix bug with autosaved drafts for IMAP, when draft
1208                 folder is specified - fixes bugzilla bug #20
1209
1210 2003-01-15 [paul]       0.8.8claws103
1211
1212         * src/compose.[ch]
1213           src/procmsg.c
1214                 store folder and message-id of message forwarding
1215                 in queue header and set forward flag after sending
1216
1217 2003-01-15 [paul]       0.8.8claws102
1218
1219         * sync with 0.8.8cvs8
1220                 see ChangeLog 2002-01-15
1221
1222 2003-01-15 [colin]      0.8.8claws101
1223
1224         * src/Makefile.am
1225                 Fix linking with GNU libiconv
1226
1227 2003-01-15 [darko]      0.8.8claws100
1228
1229         * src/pine.c
1230                 fix crash when importing pine address book
1231                 entry with an empty name (reported by DY
1232                 <dybulk at tri8.net>)
1233
1234 2003-01-14 [paul]       0.8.8claws99
1235
1236         * configure.in  ** REMOVED **
1237           configure.ac  ** NEW FILE **
1238                 rename configure.in to configure.ac, as it is now
1239                 preferred
1240
1241 2003-01-14 [melvin]     0.8.8claws98
1242
1243         * src/folderview.c
1244                 folderview_check_new(): More precise function description
1245
1246 2003-01-14 [melvin]     0.8.8claws97
1247
1248         * src/folderview.c
1249                 folderview_check_new(): return the number of new messages 
1250                         since last check.
1251         * src/inc.c
1252                 inc_account_mail(): Disable counting of new messages for IMAP
1253                         and NNTP until bug [19] and [14] are fixed.
1254
1255 2003-01-14 [paul]       0.8.8claws96
1256
1257         * sync with 0.8.8cvs6
1258                 see ChangeLog 2003-01-14
1259
1260 2003-01-13 [alfons]     0.8.8claws95
1261
1262         * src/textview.c
1263                 tune email address validation (c. 0.8.8claws89): if . is 
1264                 just one char away from @, the address is invalid too 
1265                 (correctly rejects addresses like foo@.com)
1266
1267 2003-01-13 [paul]       0.8.8claws94
1268
1269         * src/messageview.c
1270           src/toolbar.c
1271                 fixes to the Message View toolbar and menu:
1272                 fix non-functioning Forward button
1273                 make Reply button consider default_reply_list
1274                 remove 'Follow-up...' menu entry
1275                 add 'Forward' and 'Redirect' menu entries
1276
1277 2003-01-13 [melvin]     0.8.8claws93
1278
1279         * src/inc.c
1280                 Fixed typo that could make new messages count incorrect.
1281
1282 2003-01-13 [melvin]     0.8.8claws92
1283
1284         * src/folderview.[ch]
1285                 folderview_check_new(): return the number of new messages.
1286         * src/inc.c
1287                 Should fix bug [14] where new mail notification worked 
1288                         incorrectly with IMAP accounts.
1289                 inc_spool_account(): return number of new msgs, or -1 on error
1290                 inc_all_spool(): return number of new msgs
1291                 
1292 2003-01-13 [melvin]     0.8.8claws91
1293
1294         * src/prefs_actions.c
1295                 Justify help text.
1296
1297 2003-01-12 [thorsten]   0.8.8claws90
1298
1299         * src/common/prefs.c
1300                 close file before rename
1301
1302 2003-01-12 [alfons]     0.8.8claws89
1303
1304         * AUTHORS
1305                 add Christian Mertes
1306         * src/common/utils.[ch]
1307                 g_stricase_hash(), g_stricase_equal(): functions for 
1308                 case insensitive hash tables
1309         * src/textview.c
1310                 use top level domain names to validate email address, based
1311                 on a patch by Christian Mertes (thanks!), but changed 
1312                 implementation to use a hash table 
1313
1314 2003-01-12 [paul]       0.8.8claws88
1315
1316         * po/bg.po
1317                 updated by George Danchev
1318
1319 2003-01-12 [alfons]     0.8.8claws87
1320
1321         * src/summaryview.c
1322                 delete / execute performance: use new style folder update
1323
1324 2003-01-12 [paul]       0.8.8claws86
1325
1326         * sync with 0.8.8cvs5
1327                 see ChangeLog 2003-01-13 (!)
1328
1329 2003-01-12 [alfons]     0.8.8claws85
1330
1331         * src/filtering.c
1332         * src/matcher_parser_parse.y
1333                 prepare change_score filtering action
1334         * src/matcher.[ch]
1335                 give up const-correctness on functions that call non-const-correct functions;
1336                 several casts to gpointer in g_free();
1337                 add change_score;
1338
1339 2003-01-12 [christoph]  0.8.8claws84
1340
1341         * src/compose.c
1342                 fix 2 warnings
1343
1344         * src/gtk/prefswindow.[ch]
1345         * src/plugins/spamassassin/spamassassin_gtk.c
1346                 changed the call of the widget create function
1347                 for PrefsPages, because sometimes the widget
1348                 create function needs a widget that already has
1349                 been attached to a window (to create GDK pixmaps
1350                 for exmaple). So we simply pass the GtkWindow as
1351                 the second parameter now.
1352
1353         * src/main.c
1354         * src/mainwindow.c
1355         * src/prefs_toolbar.[ch]
1356                 rewrite Toolbar Preferences using the new
1357                 prefs window
1358
1359 2003-01-11 [alfons]     0.8.8claws83
1360
1361         * src/addressadd.c
1362                 fix crash when adding sender to addressbook because status bar
1363                 isn't there (the status bar doesn't seem to be used though,
1364                 but I'll let Match decide what to do with it)
1365
1366 2003-01-11 [colin]      0.8.8claws82
1367
1368         * src/main.c
1369           src/toolbar.c
1370                 Two useless changes reversed
1371
1372 2003-01-11 [colin]      0.8.8claws81
1373
1374         * src/mainwindow.c
1375           src/mainwindow.h
1376                 Add mainwindow_get_mainwindow()
1377         * src/alertpanel.c
1378           src/alertpanel.h
1379                 Add alertpanel_error_log() 
1380         * src/compose.c
1381           src/inc.c
1382           src/messageview.c
1383           src/toolbar.c
1384           src/main.c
1385           src/procmsg.c
1386                 Network errors get a View Log button
1387
1388 2003-01-10 [alfons]     0.8.8claws80
1389
1390         * src/prefs_toolbar.c
1391         * src/toolbar.c
1392                 use the translatable string for "Separator" as file name for
1393                 separator toolbar items (probably make this uppercase?)
1394
1395 2003-01-10 [alfons]     0.8.8claws79
1396
1397         * src/prefs_toolbar.c
1398                 put right A_SEPARATOR description string in "displayed
1399                 toolbar items list" so manually added separators are
1400                 saved correctly (bug #10, "Adding a separator to the main 
1401                 toolbar fails, entry in xml file is wrong")
1402
1403 2003-01-10 [christoph]  0.8.8claws78
1404
1405         * src/imap.c
1406                 o fix warnings
1407                 o use CAPABILITY to check if NAMESPACE is available
1408
1409 2003-01-10 [christoph]  0.8.8claws77
1410
1411         * src/imap.[ch]
1412                 apply UIDPLUS IMAP extension support patch
1413
1414         Patch submitted by Simon 'corecode' Schubert
1415
1416 2003-01-10 [paul]       0.8.8claws76
1417
1418         * src/folderview.c
1419                 a sync from main which fixes the news account folders'
1420                 Properties bug
1421
1422 2003-01-10 [christoph]  0.8.8claws75
1423
1424         * src/folder.c
1425                 don't accept 0 as a valid uid returned by copy and move
1426                 functions. 0 means the message was copied or moved but the
1427                 new uid could not be fetched. It is not an error condition
1428                 for the copy or move operation.
1429
1430 2003-01-10 [paul]       0.8.8claws74
1431
1432         * src/prefs_filtering.c
1433                 change English used in Alert when entry is not
1434                 saved.
1435                 
1436         * sync with 0.8.8cvs4
1437                 see ChangeLog 2003-01-10
1438
1439 2003-01-10 [darko]      0.8.8claws73
1440
1441         * src/pine.c
1442                 fix crash when importing address book entry
1443                 without a valid address
1444
1445 2003-01-09 [alfons]     0.8.8claws72
1446
1447         * src/inc.c
1448                 filtering performance: use new style folder update
1449
1450 2003-01-09 [christoph]  0.8.8claws71
1451
1452         * src/compose.c
1453         * src/gtk/menu.[ch]
1454                 fix wrong selecting of mime encoding type, when
1455                 opening property dialog of attachments in the
1456                 compose window. 7bit was always selected and that
1457                 destoryed files with 8bit data.
1458                 (closes bug #9 Sylpheed-claws destroys attachments when
1459                  changing MIME-types)
1460
1461 2003-01-09 [paul]       0.8.8claws70
1462
1463         * sync with 0.8.8cvs3
1464                 see ChangeLog 2003-01-09
1465
1466 2003-01-08 [alfons]     0.8.8claws69
1467         
1468         * src/addressadd.c
1469                 apply patch by Kim Schulz to fix build breakage
1470                 because of missing variable
1471
1472 2003-01-08 [paul]       0.8.8claws68
1473
1474         * sync with 0.8.8cvs2
1475                 see ChangeLog 2002-01-08
1476
1477 2003-01-08 [paul]       0.8.8claws67
1478
1479         * po/it.po
1480                 updated by Alessandro Maestri
1481                 
1482         * src/addressadd.c
1483                 when using 'Add sender to addressbook' allow
1484                 name to be edited and remarks to be entered
1485                 Patch submitted by Luke Plant
1486
1487 2003-01-08 [darko]      0.8.8claws66
1488
1489         * README.claws, src/summaryview.c
1490                 fix description for marked messages
1491
1492 2003-01-08 [paul]
1493
1494         * tools/Makefile.am
1495           tools/launch_phoenix  ** NEW FILE **
1496                 add script that enables using Phoenix as the default
1497                 web browser. 
1498                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1499                 
1500         * tools/OOo2sylpheed.pl
1501                 remove full path to sylpheed executable, just 'sylpheed'
1502                 will do
1503                 
1504         * tools/README
1505                 add launch_phoenix informtion and re-arrange and compress
1506                 the data a little
1507
1508 2003-01-07 [christoph]  0.8.8claws65
1509
1510         * src/folder.c
1511                 fix update for source folder when moving messages
1512         * src/procmsg.[ch]
1513         * src/summaryview.c
1514                 use function to set to_folder for message infos and
1515                 automatically update the op_count for old and new
1516                 folder
1517
1518 2003-01-07 [melvin]     0.8.8claws64
1519
1520         * src/prefs_actions.c
1521                 Fixed bug where an '%p' Action on a displayed image crashed 
1522                         Sylpheed
1523                 Code clean up (get rid of duplicated code and removed unnecessary 
1524                                 structure member)
1525
1526 2003-01-07 [christoph]  0.8.8claws63
1527
1528         * src/compose.c
1529         * src/folder.[ch]
1530         * src/folderview.c
1531         * src/import.c
1532         * src/inc.c
1533         * src/main.c
1534         * src/mainwindow.c
1535         * src/messageview.c
1536         * src/prefs_folder_item.c
1537         * src/procmsg.c
1538         * src/summaryview.c
1539         * src/toolbar.c
1540                 o remove all folder update triggering from the UI code. The folder
1541                   system should know much better when a folder needs an update.
1542                 o to prevent multiple updates in a row the folder updates can be
1543                   frozen for some time.
1544
1545                 Note: - Please verify that no updates are missing
1546                       - Check where freeze/thaws should be added
1547
1548 2003-01-07 [christoph]  0.8.8claws62
1549
1550         * src/prefs_actions.c
1551                 don't translate empty strings
1552
1553         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1554
1555 2003-01-06 [christoph]  0.8.8claws61
1556
1557         * src/prefs_actions.c
1558                 mark strings for gettext
1559         * src/prefs_matcher.c
1560                 use new description window for Execute action and
1561                 match condition in Filtering
1562
1563         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1564
1565 2003-01-06 [alfons]     0.8.8claws60
1566
1567         keep myself inspired to re-organize matcher part 8; 
1568         yes, more to come (I need to move out the descriptive
1569         text for actions to matcher.c, or at least make it not
1570         depend on the wicked ordering)
1571
1572         * src/prefs_matcher.c
1573                 add documentation so others may comprehend the
1574                 UI part of the conditions
1575                 
1576 2003-01-06 [christoph]  0.8.8claws59
1577
1578         * src/prefs_actions.c
1579                 use new description window for syntax help
1580         * src/gtk/description_window.c
1581                 fix display of descriptions with column count != 2
1582
1583         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1584
1585 2003-01-06 [christoph]  0.8.8claws58
1586
1587         * src/quote_fmt.c
1588         * src/summaryview.[ch]
1589         * src/gtk/Makefile.am
1590         * src/gtk/description_window.[ch]       ** NEW **
1591                 use a generic window to display syntax descriptions
1592                 currently used in quote_fmt and summaryview (new description
1593                 for extended quick search)
1594
1595         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1596
1597 2003-01-06 [paul]       0.8.8claws57
1598
1599         * sync with 0.8.8cvs1
1600                 see ChangeLog 2003-01-06
1601
1602 2003-01-06 [christoph]  0.8.8claws56
1603
1604         * src/mainwindow.c
1605         * src/prefs_gtk.[ch]
1606         * src/gtk/prefswindow.[ch]
1607         * src/plugins/spamassassin/spamassassin_gtk.c
1608                 o remove page management from prefswindow, pages
1609                   will be an argument to prefswindow_open
1610                 o prefswindow_open gets a datapointer that is
1611                   passed to the widget_create function to allow
1612                   creation of prefswindow for specific items
1613
1614 2003-01-06 [colin]      0.8.8claws55
1615         
1616         * src/summaryview.c
1617                 We don't want regexp in the reply-finder, 
1618                 because MIDs can contain !,$,. and so on
1619
1620 2003-01-06 [jens]       0.8.8claws54
1621
1622         * src/jpilot.c
1623                 fixed a wrong free in jpilot_read_db_files
1624
1625 2003-01-06 [alfons]     0.8.8claws53
1626
1627         re-organize matcher part 8; more to come
1628        
1629         * src/matcher.c
1630                 matcherprop_to_string(): put g_free()s before the
1631                 switch-case break to fix memleaks                
1632
1633 2003-01-06 [colin]      0.8.8claws52
1634
1635         * src/summaryview.c
1636                 cleanup & reply-finder now displays the first 
1637                 matching message
1638
1639 2003-01-05 [alfons]     0.8.8claws51
1640
1641         re-organize matcher part 7; more to come
1642
1643         * src/matcher.[ch]
1644                 fixes for constant correctness;
1645                 more documentation;
1646
1647 2003-01-05 [alfons]     0.8.8claws50
1648
1649         re-organize matcher part 6; more to come
1650         
1651         * src/matcher.[ch]
1652                 fixes for constant correctness;
1653                 more documentation;
1654         * src/filtering.c
1655                 fix for constant correctness
1656
1657 2003-01-05 [colin]      0.8.8claws49
1658
1659         * src/account.[ch]
1660                 Add account_get_reply_account function
1661         * src/compose.c
1662                 Use account_get_reply_account function 
1663         * src/summaryview.c
1664                 Basic reply-finder - click on the replied
1665                 icon gets you to the outbox using quick-search
1666
1667 2003-01-05 [paul]       0.8.8claws48
1668
1669         * src/prefs_common.c
1670                 small change to English
1671                 
1672         * src/prefs_filtering.c
1673                 prefs_filtering_action_select(): improve logic and uniformity
1674                 of gui
1675
1676 2003-01-05 [alfons]     0.8.8claws47
1677
1678         fine tune solution to focus problems (bug #7)
1679
1680         * src/mainwindow.c
1681                 mainwindow_focus_in_event(): remove grab event check
1682         * src/summaryview.c
1683                 summary_button_pressed(): move selection on right-click
1684                 too. we can't possibly move the selection back after
1685                 canceling a dialog, because gtk's incomplete focus 
1686                 management. whether this is a good solution, only time
1687                 will tell.
1688
1689 2003-01-05 [christoph]  0.8.8claws46
1690
1691         * src/imap.c
1692                 fix crash when no imap connection could be established
1693
1694 2003-01-05 [paul]       0.8.8claws45
1695
1696         * src/mainwindow.c
1697           src/sumamryview.c
1698           src/gtk/menu.[ch]
1699                 fix bug 605957 'shortcuts in popup-menu'
1700                 make user-defined shortcuts work
1701                 show shortcuts that are already defined
1702                 in the main menu
1703                 Patch submitted by Luke Plant
1704
1705 2003-01-05 [alfons]     0.8.8claws44
1706
1707         * src/mainwindow.c
1708                 focus_in_event handler should not select summary view row 
1709                 when another window (menu, dialog) grabbed for events 
1710                 (bug #7, "[0.8.8claws42] Message summary focus") 
1711
1712 2003-01-04 [christoph]  0.8.8claws43
1713
1714         * src/procmsg.c
1715                 update save folder after adding the sent message
1716                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
1717
1718 2003-01-02 [christoph]  0.8.8claws42
1719
1720         * src/common/plugin.c
1721                 fix unloading of all plugins and unload
1722                 plugins in reverse order
1723                 
1724         * src/gtk/pluginwindow.c
1725                 implement function of load and unload button
1726
1727         * src/gtk/prefswindow.c
1728         * src/gtk/prefswindow.h
1729                 rename register function and add new unregister
1730                 function
1731
1732         * src/plugins/spamassassin/spamassassin_gtk.c
1733                 unregister prefs page and update for changes in
1734                 src/gtk/prefswindow.c
1735
1736 2003-01-02 [paul]       0.8.8claws41
1737
1738         * po/es.po
1739                 updated by Ricardo Mones Lastra
1740
1741 2003-01-02 [paul]
1742
1743         * tools/tb2sylpheed
1744                 fixes and improvements by Urke MMI
1745
1746 2003-01-02 [thorsten]   0.8.8claws40
1747
1748         * src/procmsg.c
1749                 fixed wrong return value
1750
1751 2003-01-02 [thorsten]   0.8.8claws39
1752
1753         * src/prefs.c
1754                 fixed printing wrong variable
1755
1756 2003-01-02 [thorsten]   0.8.8claws38
1757
1758         * src/prefs.c
1759                 fixed acessing members of freed pfile struct
1760
1761 2003-01-02 [thorsten]   0.8.8claws37
1762
1763         * src/procmsg.c
1764                 detect loops across several messages
1765                 as suggested by Christoph Hohmann
1766
1767 2003-01-01 [match]      0.8.8claws36
1768
1769         * src/addrindex.c
1770                 fixed another memory leak.
1771
1772 2003-01-01 [match]      0.8.8claws35
1773
1774         * src/jpilot.[ch]
1775                 fixed memory leaks. applied Doxygen comments.
1776
1777 2003-01-01 [thorsten]   0.8.8claws34
1778
1779         * src/procmsg.c
1780                 inhibit endless loop if msg references itself
1781                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
1782
1783 2003-01-01 [christoph]  0.8.8claws33
1784
1785         * src/mainwindow.c
1786         * src/gtk/Makefile.am
1787         * src/gtk/pluginwindow.c                ** NEW **
1788         * src/gtk/pluginwindow.h                ** NEW **
1789                 add plugin window
1790
1791         * src/plugins/demo/demo.c
1792         * src/plugins/spamassassin/spamassassin.c
1793         * src/plugins/spamassassin/spamassassin_gtk.c
1794                 write better plugin descriptions
1795
1796 2002-12-31 [christoph]  0.8.8claws32
1797
1798         * src/gtk/prefswindow.c
1799         * src/plugins/spamassassin/spamassassin_gtk.c
1800                 some small improvements to GTK code
1801
1802 2002-12-31 [christoph]  0.8.8claws31
1803
1804         * src/plugins/spamassassin/spamassassin_gtk.c
1805                 enable folder select button
1806
1807 2002-12-31 [christoph]  0.8.8claws30
1808
1809         * src/mainwindow.c
1810         * src/gtk/Makefile.am
1811         * src/gtk/prefswindow.c                         ** NEW **
1812         * src/gtk/prefswindow.h                         ** NEW **
1813                 add new prefs window
1814
1815         * src/common/plugin.c
1816                 don't try to load empty config lines
1817         
1818         * src/plugins/spamassassin/Makefile.am
1819         * src/plugins/spamassassin/spamassassin.c
1820         * src/plugins/spamassassin/spamassassin.h       ** NEW **
1821         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
1822                 GTK config for SpamAssassin Plugin using
1823                 the new prefs window
1824
1825 2002-12-31 [paul]       0.8.8claws29
1826
1827         * po/POTFILES.in
1828                 remove obsolete entry 'src/menu.c'
1829
1830 2002-12-31 [alfons]     0.8.8claws28
1831
1832         * src/matcher.[ch]
1833         * src/matcher_parser_parse.y
1834         * src/prefs_matcher.c
1835                 add "ignore_thread" and "~ignore_thread" condition so it's
1836                 possible to make the actions / scoring operate on the ignore
1837                 thread flag
1838
1839 2002-12-31 [christoph]  0.8.8claws27
1840
1841         * src/addrbook.c
1842         * src/addrindex.c
1843         * src/folder.c
1844         * src/matcher.c
1845         * src/prefs_account.c
1846         * src/prefs_actions.c
1847         * src/prefs_customheader.c
1848         * src/prefs_display_header.c
1849         * src/prefs_gtk.c
1850         * src/procmime.c
1851         * src/toolbar.c
1852         * src/xmlprops.c
1853         * src/common/prefs.[ch]
1854                 extend prefs file handling for reading and automatic handling
1855                 of blocks. When reading prefs_set_block_label will automatically
1856                 move on to the block. When writing it will copy all other blocks
1857                 automatically
1858
1859         * src/common/plugin.c
1860                 Now loading plugin filenames from [Plugins] block in
1861                 sylpheed rc file
1862
1863 2002-12-30 [christoph]  0.8.8claws26
1864
1865         * src/common/hooks.[ch]
1866                 return abort status to caller of hooks_invoke
1867                 
1868         * src/inc.[ch]
1869                 invoke message filtering hook and stop
1870                 default handling when filter returns abort
1871
1872         * src/common/plugin.[ch]
1873         * src/plugins/demo/demo.c
1874                 modify plugin loader, because resolving symbols for strings
1875                 does not work correctly
1876         
1877         * configure.in
1878         * ac/spamassassin.m4                            ** NEW **
1879         * src/plugins/spamassassin/.cvsignore           ** NEW **
1880         * src/plugins/spamassassin/Makefile.am          ** NEW **
1881         * src/plugins/spamassassin/README               ** NEW **
1882         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
1883         * src/plugins/spamassassin/spamassassin.c       ** NEW **
1884         * src/plugins/spamassassin/utils.[ch]           ** NEW **
1885                 add spamassassin plugin, see src/plugins/spamassassin/README
1886                 for details
1887
1888 2002-12-29 [alfons]     0.8.8claws25
1889
1890         * src/mainwindow.c
1891                 when moving focus from a message view to the main 
1892                 window, don't forget to select the summary node
1893                 of the displayed message. should fix "[ 659103 ] 
1894                 focus-follows-mouse confuses sylpheed"
1895
1896 2002-12-29 [christoph]  0.8.8claws24
1897
1898         * src/Makefile.am
1899         * src/stringtable.[ch]          ** REMOVE **
1900         * src/common/Makefile.am
1901         * src/common/stringtable.[ch]   ** NEW **
1902                 move stringtable files to common directory
1903
1904 2002-12-29 [christoph]  0.8.8claws23
1905
1906         * src/Makefile.am
1907         * src/menu.[ch]                 ** REMOVE **
1908         * src/gtk/Makefile.am
1909         * src/gtk/menu.[ch]             ** NEW **
1910                 move menu files to gtk directory
1911
1912 2002-12-29 [match]      0.8.8claws22
1913
1914         * src/addressbook.c
1915         * src/syldap.c
1916                 moved UI specific code out of LDAP code into addressbook
1917                 UI code. fixed memory leak.
1918
1919 2002-12-29 [christoph]  0.8.8claws21
1920
1921         * src/folder.c
1922                 only check for IGNORED parent message when message is
1923                 not IGNORED itself
1924
1925 2002-12-29 [alfons]     0.8.8claws20
1926
1927         * src/summaryview.c
1928                 set gtksctree's anchor correct (immediate execute
1929                 changes the tree's layout, and anchor points at 
1930                 the incorrect row). fixes "[ 657233 ] multiple msg 
1931                 delete sometimes off by 1".
1932                 we probably have to look for more tree layout /
1933                 anchor glitches.
1934
1935 2002-12-29 [paul]       0.8.8claws19
1936
1937         * src/summaryview.c
1938                 fix bug [ 659054 ] incorrect sorting of 'From' column
1939                 when using 'display sender using address book'
1940                 thanks to Alfons and Luke Plant
1941
1942 2002-12-29 [christoph]  0.8.8claws18
1943
1944         * src/folder.c
1945         * src/procmsg.[ch]
1946                 check parent messages for IGNORE THREAD flag, when adding,
1947                 moving or copying messages to a folder
1948
1949 2002-12-27 [alfons]     0.8.8claws17
1950
1951         re-organize matcher part 5; more to come
1952
1953         * src/matcher.c
1954                 hash keywords in matchparser_tab 
1955
1956 2002-12-27 [alfons]     0.8.8claws16
1957
1958         re-organize matcher part 4; more to come
1959
1960         * src/matcher_parser.h
1961         * src/matcher_parser_lex.l
1962         * src/matcher_parser_parse.y
1963                 cleanup
1964
1965 2002-12-27 [alfons]     0.8.8claws15
1966
1967         re-organize matcher part 3; more to come
1968
1969         * src/matcher.[ch]
1970                 cleanup
1971
1972 2002-12-27 [alfons]     0.8.8claws14
1973
1974         re-organize matcher part 2; more to come but this should
1975         work. cc me if there are any regressions.
1976
1977         * src/matcher.h
1978                 add prototype for get_matchparser_tab_id()
1979         * src/matcher_parser_lex.l
1980                 look up keywords using matchparser_tab_id();
1981
1982 2002-12-27 [alfons]     0.8.8claws12
1983
1984         re-organize matcher part 1
1985
1986         * src/matcher.h
1987                 map yacc generated constants to sylpheed matcher constants
1988         * src/matcher.c
1989                 add function to find a matcher constant from a string
1990
1991 2002-12-27 [christoph]  0.8.8claws11
1992
1993         * src/compose.c
1994                 MENUITEM_ADD casts the 4th argument from integer to pointer
1995                 so it probably should not be a pointer, this means we
1996                 should use account id for it and not the account's pointer
1997
1998 2002-12-27 [paul]       0.8.8claws10
1999
2000         * src/mainwindow.c
2001                 remove unneeded 'GtkWidget *vbox'
2002                 
2003         * src/summaryview.c
2004                 further sync with 0.8.8 - make sort
2005                 by recipient work as expected
2006                 
2007         * NEWS
2008                 sync with 0.8.8
2009
2010 2002-12-27 [paul]       0.8.8claws9
2011
2012         * po/pt_BR.po
2013                 updated by Ivan F. Martinez
2014                 
2015 2002-12-27 [darko]      0.8.8claws8
2016
2017         * src/common/utils.c
2018                 added locked pattern to extended search
2019
2020 2002-12-27 [alfons]     0.8.8claws7
2021
2022         * src/prefs_matcher.[ch]
2023                 clean up
2024
2025 2002-12-26 [alfons]     0.8.8claws6
2026
2027         * src/matcher.[ch]
2028         * src/matcher_parser_lex.l
2029         * src/matcher_parser_parse.y
2030         * src/prefs_matcher.c
2031                 allow color label as a condition in the matcher
2032
2033 2002-12-26 [oliver]     0.8.8claws5
2034         
2035         * src/toolbar.c 
2036                 enable Addressbook for Main and Messageview
2037         * src/prefs_actions.c
2038                 enable actions in Messageview
2039
2040 2002-12-26 [christoph]  0.8.8claws4
2041
2042         * src/common/plugin.c
2043                 add a little debug output
2044         * configure.in
2045         * src/plugins/demo/Makefile.am
2046                 better use of automake
2047
2048 2002-12-26 [christoph]  0.8.8claws3
2049
2050         * src/Makefile.am
2051         * src/common/Makefile.am
2052                 fix "make distdir"
2053
2054 2002-12-26 [christoph]  0.8.8claws2
2055
2056         * configure.in
2057                 sort configure checks into common / gtk / plugins
2058         * po/POTFILES.in
2059                 add src/prefs_gtk.c
2060         * src/Makefile.am
2061                 add plugins SUBDIR
2062         * src/main.c
2063         * src/common/sylpheed.[ch]
2064                 added now sylpheed_done function for shutdown
2065         * src/common/Makefile.am
2066         * src/common/plugin.[ch]                ** NEW **
2067                 plugin loader and unloader
2068         * src/plugins/.cvsignore                ** NEW **
2069         * src/plugins/Makefile.am               ** NEW **
2070                 build plugins
2071         * src/plugins/demo/.cvsignore           ** NEW **
2072         * src/plugins/demo/Makefile.am          ** NEW **
2073         * src/plugins/demo/demo.c               ** NEW **
2074                 small demo plugin that installs a logtext hook and
2075                 outputs the log text to stdout
2076
2077 2002-12-26 [paul]       0.8.8claws1
2078
2079         * po/es.po
2080                 updated by Ricardo Mones Lastra
2081
2082 2002-12-26 [paul]       0.8.8claws
2083
2084         * 0.8.8claws released
2085
2086 2002-12-26 [paul]       0.8.7claws12
2087
2088         * po/bg.po
2089                 updated by George Danchev
2090
2091 2002-12-26 [paul]       0.8.7claws11
2092
2093         * po/POTFILES.in
2094                 remove unneeded 'src/prefs.c' entry 
2095
2096 2002-12-26 [paul]       0.8.7claws10
2097
2098         * src/codeconv.c
2099           src/mainwindow.c
2100                 sync with 0.8.8 release
2101         
2102         * src/folder.[ch]
2103           src/mh.c
2104           src/summaryview.c
2105                 partial sync with 0.8.8 release
2106         
2107
2108 2002-12-25 [alfons]     0.8.7claws9
2109
2110         * src/matcher.[ch]
2111         * src/matcher_parser_lex.l
2112         * src/matcher_parser_parse.y
2113         * src/prefs_matcher.c
2114                 add locked flag to possible filtering / matcher 
2115                 conditions (also a good example what should be
2116                 done to add a simple boolean condition)
2117
2118 2002-12-25 [christoph]  0.8.7claws8
2119
2120         * src/Makefile.am
2121         * src/account.[ch]
2122         * src/addrbook.c
2123         * src/addressbook.c
2124         * src/addrindex.c
2125         * src/filtering.c
2126         * src/folder.c
2127         * src/matcher.c
2128         * src/prefs.[ch]                ** REMOVE **
2129         * src/prefs_account.c
2130         * src/prefs_actions.c
2131         * src/prefs_common.c
2132         * src/prefs_customheader.c
2133         * src/prefs_display_header.c
2134         * src/prefs_filtering.c
2135         * src/prefs_folder_item.c
2136         * src/prefs_gtk.[ch]            ** NEW **
2137         * src/prefs_matcher.c
2138         * src/prefs_scoring.c
2139         * src/prefs_summary_column.c
2140         * src/procmime.c
2141         * src/selective_download.c
2142         * src/toolbar.c
2143         * src/common/Makefile.am
2144         * src/common/prefs.[ch]         ** NEW **
2145                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2146
2147 2002-12-24 [alfons]     0.8.7claws7
2148
2149         * src/summaryview.c
2150                 summary_thread_build(): fix real cause of the crash mentioned in
2151                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2152                 this way we get meaningful ctree nodes 
2153
2154 2002-12-24 [oliver]     0.8.7claws6
2155
2156         * src/mainwindow.[ch]
2157         * src/messageview.[ch]
2158         * src/compose.[ch]
2159         * src/inc.c
2160         * src/summaryview.c
2161                 changes to use updated toolbar handling
2162                 
2163 2002-12-24 [oliver]     0.8.7claws5
2164
2165         * src/toolbar.[ch]
2166                 generic toolbar handling
2167                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2168         * src/prefs_toolbar.[ch]
2169                 adjust to handling
2170         
2171 2002-12-24 [oliver]     0.8.7claws4
2172         
2173         * src/stock_pixmap.[ch]
2174                 move SYLPHEED_LOGO to end of list in order 
2175                 to remove it from Custom Toolbar`s Icon View
2176
2177 2002-12-24 [alfons]     0.8.7claws3
2178
2179         * src/summaryview.c
2180                 summary_thread_build(): fix crash because of focus != selection 
2181                 after threading. when deleting the selection, gtk tries but fails 
2182                 to find the correct focusable element. we now force the selection
2183                 to be focused. this should solve the infamous bug reported by 
2184                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2185                 a test case is available. 
2186
2187 2002-12-24 [darko]      0.8.7claws2
2188
2189         * src/summaryview.c
2190                 don't crash when unmarking message with unread children
2191
2192 2002-12-23 [christoph]  0.8.7claws1
2193
2194         * src/Makefile.am
2195         * src/common/Makefile.am
2196                 update Makefiles for moved intl.h, version.h and defs.h
2197         * src/imap.c
2198                 rewrite imap_session_get to avoid duplicate code
2199
2200 2002-12-23 [paul]       0.8.7claws
2201
2202         * Santa-Claws released
2203         
2204         * po/hu.po
2205           po/ru.po
2206                 squeeze in updated Hungarian and Russian translations.
2207                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2208
2209 2002-12-23 [paul]       0.8.6claws129
2210
2211         * po/pl.po
2212                 updated by Witold Wladyslaw Wojciech Wilk
2213
2214 2002-12-23 [paul]       0.8.6claws128
2215
2216         * src/quote_fmt_parse.y
2217                 fix typo and add licence header
2218
2219 2002-12-23 [paul]       0.8.6claws127
2220
2221         * po/en_GB.po
2222                 updated
2223
2224 2002-12-23 [paul]       0.8.6claws126
2225
2226         * po/it.po
2227                 updated translation, submitted by Alessandro Maestri
2228                 
2229 2002-12-23 [paul]       0.8.6claws125
2230
2231         * src/quote_fmt_parse.y
2232                 fix signature-stripping on replies bug. match
2233                 '-- \n' and not '-- '.
2234
2235 2002-12-22 [paul]       0.8.6claws124
2236
2237         * po/bg.po
2238           po/es.po
2239           po/sr.po
2240                 updated translations. submitted by George Danchev,
2241                 Ricardo Mones Lastra, and Urke MMI respectively
2242
2243 2002-12-21 [paul]       0.8.6claws123
2244
2245         * src/addrbook.c
2246                 fix coding style
2247
2248 2002-12-21 [paul]       0.8.6claws122
2249
2250         * src/addrbook.c
2251                 fix bug [643638] where if a person is in one or more
2252                 addressbook groups editing that person's email 
2253                 address results in removal from those groups.
2254                 Patch submitted by Luke Plant.
2255
2256 2002-12-20 [christoph]  0.8.6claws121
2257
2258         * src/common/utils.c
2259         * src/summaryview.c
2260                 reimplement expand_search_string using GString to
2261                 prevent crashs caused by miscalculated string
2262                 lengths reported by Paul
2263
2264 2002-12-20 [christoph]  0.8.6claws120
2265
2266         * src/summaryview.c
2267                 don't use "changed" to check if op_count has to be changed as it
2268                 is also set when the message has unread children
2269                 (closes bug [ 653221 ] crash while deleting duplicates)
2270
2271 2002-12-20 [paul]       0.8.6claws119
2272
2273         * sync with 0.8.6cvs27
2274                 see ChangeLog 2002-12-20
2275
2276 2002-12-20 [paul]       0.8.6claws118
2277
2278         * sync with 0.8.6cvs26
2279                 see ChangeLog 2002-12-19 and 2002-12-20
2280
2281 2002-12-19 [alfons]     0.8.6claws117
2282
2283         * src/textview.c
2284                 fix incorrect parsing of email addresses, submitted by 
2285                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2286                 name display if it contains @".
2287
2288 2002-12-18 [paul]       0.8.6claws116
2289
2290         * sync with 0.8.6cvs23
2291                 see ChangeLog 2002-12-18
2292
2293 2002-12-18 [paul]       0.8.6claws115
2294
2295         * src/Makefile.am
2296         * src/account.c
2297         * src/codeconv.c
2298         * src/gtkutils.[ch]
2299         * src/imap.c
2300                 sync with 0.8.6cvs22.
2301                 see ChangeLog 2002-12-17 and 2002-12-18
2302
2303 2002-12-17 [christoph]  0.8.6claws114
2304
2305         * src/imap.c
2306                 o don't create a session if imap greeting fails
2307                 o don't close socket when authentication fails
2308                   this is done by imap_session_destroy
2309
2310 2002-12-17 [thorsten]   0.8.6claws113
2311
2312         * tools/Makefile.am
2313           tools/README
2314           tools/google_msgid.pl ** NEW FILE **
2315                 Added "search for message-id" script and doc
2316
2317 2002-12-17 [thorsten]   0.8.6claws112
2318
2319         * po/hu.po
2320                 Updated hungarian translation
2321                 (updated by Gal Zoltan)
2322
2323 2002-12-16 [christoph]  0.8.6claws111
2324
2325         * src/addr_compl.c
2326                 remove stupid addressbook dump to debug output
2327         * src/mh.c
2328                 fix memory leak found by Hiro
2329
2330 2002-12-14 [paul]       0.8.6claws110
2331
2332         * src/compose.c
2333                 fix menubar sensitivity on send
2334                 
2335         * src/prefs_filtering.c
2336         * src/prefs_matcher.c
2337         * src/prefs_scoring.c
2338                 Fix english ;)
2339                 
2340         * src/common/quoted-printable.h
2341                 sync: fix typo
2342         
2343 2002-12-13 [christoph]  0.8.6claws109
2344
2345         * src/Makefile.am
2346         * src/manage_window.[ch]        ** REMOVE **
2347         * src/gtk/Makefile.am
2348         * src/gtk/manage_window.[ch]    ** NEW **
2349                 move manage_window files to gtk directory
2350
2351 2002-12-13 [christoph]  0.8.6claws108
2352
2353         * src/Makefile.am
2354         * src/gtkshruler.[ch]           ** REMOVE **
2355         * src/gtk/Makefile.am
2356         * src/gtk/gtkshruler.[ch]       ** NEW **
2357                 move gtkshruler files to gtk directory
2358
2359 2002-12-13 [christoph]  0.8.6claws107
2360
2361         * src/Makefile.am
2362         * src/compose.c
2363         * src/gtkstext.[ch]             ** REMOVE **
2364         * src/gtkutils.[ch]
2365         * src/textview.c
2366         * src/gtk/gtkstext.[ch]         ** NEW **
2367         * src/gtk/Makefile.am
2368                 o move stext functions to gtkstext.c to remove
2369                   dependency of gtkutils
2370                 o move gtkstext files to gtk directory
2371
2372         * src/gtk/Makefile.am
2373         * src/gtk/sslcertwindow.[ch]
2374                 UI stuff can always depend on common code so
2375                 it's ok to add ../common to include path
2376
2377 2002-12-13 [colin]      0.8.6claws106
2378
2379         * src/summaryview.c
2380                 Disconnect sighandlers for mainwindow when
2381                 quicksearch has the focus
2382                 Fix bug #653231
2383         * src/mainwindow.[ch]
2384                 Make key_pressed callback public, to be able
2385                 to disconnect it
2386
2387 2002-12-13 [christoph]  0.8.6claws105
2388
2389         * src/mh.c
2390                 create .mh_sequences file in new MH folders
2391                 (closes feature request [ 523162 ] MH folders should
2392                  get a .mh_sequences)
2393
2394 2002-12-13 [colin]      0.8.6claws104
2395
2396         * src/summaryview.c
2397                 Better handling of quicksearch show/hide
2398                 (basically the button stays under the mouse 
2399                  when toggled)
2400
2401 2002-12-13 [paul]       0.8.6claws103
2402
2403         * sync with 0.8.6cvs17
2404                 see ChangeLog 2002-12-13
2405
2406 2002-12-13 [paul]       0.8.6claws102
2407
2408         * po/es.po
2409                 updated by Ricardo Mones Lastra
2410
2411 2002-12-11 [colin]       0.8.6claws101
2412
2413         * src/folder.c
2414                 remove statusbar stuff
2415           src/folderview.c
2416                 set statusbar verbosity when moving folders
2417
2418 2002-12-11 [colin]       0.8.6claws100
2419         * src/prefs_filtering.c
2420         * src/prefs_matcher.c
2421         * src/prefs_scoring.c
2422                 Fix english ;)
2423
2424 2002-12-11 [colin]       0.8.6claws99
2425
2426         * src/prefs_common.[ch]
2427                 Add summary_quicksearch_type
2428         * src/summaryview.c
2429                 Save last used quicksearch type
2430
2431 2002-12-11 [jens]       0.8.6claws98
2432         * src/prefs_filtering.c
2433         * src/prefs_matcher.c
2434         * src/prefs_scoring.c
2435                 added dialog for incomplete rules in scoring, filtering and
2436                 matcher to ask wheather really close
2437
2438 2002-12-11 [colin]      0.8.6claws97
2439
2440         * src/folder.c
2441                 Fix folder dnd statusbar logging
2442
2443 2002-12-10 [christoph]  0.8.6claws96
2444
2445         * src/compose.c
2446         * src/folder.c
2447         * src/imap.c
2448         * src/inc.c
2449         * src/main.c
2450         * src/mainwindow.c
2451         * src/news.c
2452         * src/send.c
2453         * src/statusbar.[ch]
2454         * src/common/hooks.c
2455         * src/common/log.[ch]
2456                 o handle verbose logging in statusbar directly in statusbar code
2457                   and common code does not need any knowledge about a statusbar
2458                 o remove direct calls to statusbar_(puts|pop)_all functions
2459
2460 2002-12-10 [jens]       0.8.6claws95
2461
2462         * src/*.c
2463                 removed gettext from g_warnings
2464         * po/POTFILES.in
2465                 cleaned and updated
2466         * po/de.po
2467                 updated
2468
2469 2002-12-10 [colin]      0.8.6claws94
2470
2471         * src/main.c
2472                 finish crash dialog fix
2473
2474 2002-12-10 [colin]      0.8.6claws93
2475
2476         * src/main.c
2477                 "Fix" "sylpheed already running" instead of
2478                 crash dialog appearing after a crash
2479
2480 2002-12-10 [colin]      0.8.6claws92
2481
2482         * po/POTFILES.in
2483                 add src/gtk/sslcertwindow.c
2484
2485 2002-12-10 [paul]       0.8.6claws91
2486
2487         * po/POTFILES.in
2488                 updated to reflect recent changes
2489                 submitted by Alessandro Maestri
2490
2491 2002-12-09 [christoph]  0.8.6claws90
2492
2493         * src/Makefile.am
2494         * src/smtp.[ch]                 ** REMOVE **
2495         * src/common/Makefile.am
2496         * src/common/smtp.[ch]          ** NEW **
2497                 move smtp files to common directory
2498
2499 2002-12-09 [christoph]  0.8.6claws89
2500
2501         * src/Makefile.am
2502         * src/session.[ch]              ** REMOVE **
2503         * src/common/Makefile.am
2504         * src/common/session.[ch]       ** NEW **
2505                 move session files to common directory
2506
2507 2002-12-09 [paul]       0.8.6claws88
2508
2509         * src/account.c
2510                 fix bug [649746] edit accounts: move account reverted
2511                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2512
2513 2002-12-09 [colin]      0.8.6claws87
2514
2515         * src/ssl_certificate.c
2516                 cleanup
2517
2518 2002-12-09 [colin]      0.8.6claws86
2519
2520         * src/ssl.c
2521                 Try to open the cert.pem database and 
2522                 issue a warning if it isn't there
2523
2524 2002-12-09 [colin]      0.8.6claws85
2525
2526         * src/common/ssl_certificate.c
2527         * src/gtk/sslcertwindow.c
2528                 Warning fixes
2529
2530 2002-12-09 [colin]      0.8.6claws84
2531
2532         * src/ssl_certificate.[ch] ** REMOVED **
2533         * src/common/ssl_certificate.[ch] ** NEW **
2534         * src/Makefile.am
2535         * src/common/Makefile.am
2536                 Moved ssl_certificate.[ch] to common
2537         * src/common/ssl.c 
2538                 Put back needed include
2539         * src/gtk/sslcertwindow.[ch]
2540                 Changed ssl_certificate.h include
2541         
2542 2002-12-09 [colin]      0.8.6claws83
2543
2544         * src/gtk/sslcertwindow.[ch]
2545                 Implement hook for certificate acception
2546         * src/ssl_certificate.[ch]
2547                 Implement hook for certificate acception
2548         * src/common/ssl.c
2549                 Reenable certificate acception check
2550         * src/mainwindow.c
2551                 Register sslcertwindow's hook
2552         
2553 2002-12-08 [christoph]  0.8.6claws82
2554
2555         * src/about.c
2556         * src/addr_compl.c
2557         * src/codeconv.c
2558         * src/manual.c
2559         * src/undo.c
2560         * src/common/utils.c
2561                 o add missing includes
2562                 o fix warnings
2563         * src/.cvsignore
2564         * src/common/.cvsignore
2565         * src/common/version.h          ** REMOVE **
2566                 remove autogenerated file
2567
2568 2002-12-08 [paul]       0.8.6claws81
2569
2570         * src/stringtable.c
2571                 put back needed include
2572
2573 2002-12-08 [colin]      0.8.6claws80
2574         
2575         * src/gtk/sslcertwindow.c
2576                 Cleaner popups when asking
2577         * src/ssl_certificate.c
2578         * src/prefs_common.[ch]
2579                 remove ssl certificate pref
2580                 put back needed include
2581         * src/undo.c
2582                 put back needed include
2583
2584 2002-12-08 [christoph]  0.8.6claws79
2585
2586         * src/folderview.c
2587         * src/logwindow.c
2588         * src/statusbar.c
2589         * src/summaryview.c
2590                 only abort hook invokation if required data is missing not
2591                 if our own data pointer is NULL, update hookfunction for
2592                 log window
2593
2594 2002-12-08 [paul]       0.8.6claws78
2595
2596         * src/about.c
2597         * src/addrcache.c
2598         * src/addrclip.c
2599         * src/addr_compl.c
2600         * src/addrselect.c
2601         * src/codeconv.c
2602         * src/colorlabel.c
2603         * src/enriched.c
2604         * src/esmtp.c
2605         * src/exporthtml.c
2606         * src/headerview.c
2607         * src/imageview.c
2608         * src/manual.c
2609         * src/noticeview.c
2610         * src/pgptext.c
2611         * src/scoring.c
2612         * src/sourcewindow.c
2613         * src/stringtable.c
2614         * src/undo.c
2615                 clean up: remove unneccesary includes
2616
2617 2002-12-08 [christoph]  0.8.6claws77
2618
2619         * src/folderview.c
2620         * src/statusbar.c
2621         * src/summaryview.c
2622         * src/common/hooks.[ch]
2623                 hook functions now have a gboolean return value, if a hook
2624                 returns TRUE it will stop executing of any more hooks in
2625                 the same hooklist for this invokation
2626
2627 2002-12-08 [colin]      0.8.6claws76
2628         
2629         * src/main.c
2630                 put back argv0 for CRASH_DIALOG
2631
2632 2002-12-08 [christoph]  0.8.6claws75
2633
2634         * src/Makefile.am
2635         * src/about.c
2636         * src/account.c
2637         * src/crash.c
2638         * src/esmtp.h
2639         * src/imap.[ch]
2640         * src/inc.c
2641         * src/main.c
2642         * src/mainwindow.c
2643         * src/news.c
2644         * src/pop.[ch]
2645         * src/prefs_account.[ch]
2646         * src/prefs_common.[ch]
2647         * src/send.[ch]
2648         * src/smtp.[ch]
2649         * src/ssl_certificate.[ch]
2650         * src/ssl_manager.[ch]
2651         * src/common/Makefile.am
2652         * src/common/log.c
2653         * src/common/nntp.[ch]
2654         * src/common/socket.[ch]
2655         * src/common/ssl.[ch]
2656         * src/gtk/sslcertwindow.[ch]
2657         * ac/openssl.m4
2658                 use new autoconf script to detect OpenSSL with extra parameters
2659                 to specify the location of libs and includes, also remove USE_SSL
2660                 to USE_OPENSSL
2661
2662         * src/common/sylpheed.[ch]
2663         * src/common/version.h.in
2664                 start seperation of common code initialization seperated from gui
2665
2666         * src/summaryview.c
2667                 The function that is called when a color label changes
2668                 should not change the color lable again
2669
2670 2002-12-08 [colin]      0.8.6claws74
2671
2672         * src/gtk/sslcertwindow.c
2673                 warning fixes
2674
2675 2002-12-08 [colin]      0.8.6claws73
2676
2677         * src/statusbar.c
2678           src/common/log.h
2679                 Register a hook for statusbar_puts_all
2680         * src/common/log.c
2681                 invoke statusbar_puts_all's hook
2682         
2683 2002-12-08 [colin]      0.8.6claws72
2684
2685         * src/ssl_certificate.c
2686                 Put back a badly-removed include
2687
2688 2002-12-08 [colin]      0.8.6claws71
2689
2690         * src/gtk/sslcertwindow.[ch]    ** NEW **
2691                 new certificate presentation
2692         * src/gtk/Makefile.am
2693                 add new files
2694         * src/ssl_certificate.[ch]
2695                 gtk cleanup, made utility functions public
2696         * src/ssl_manager.c
2697                 use new cert presentation
2698
2699 2002-12-07 [christoph]  0.8.6claws70
2700
2701         * src/Makefile.am
2702         * src/nntp.[ch]                 ** REMOVE **
2703         * src/common/Makefile.am
2704         * src/common/nntp.[ch]          ** NEW **
2705                 move nntp files to common directory
2706
2707 2002-12-07 [christoph]  0.8.6claws69
2708
2709         * src/procmsg.[ch]
2710         * src/summaryview.c
2711                 implement msginfo update callback using sylpheed's new
2712                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
2713
2714 2002-12-06 [christoph]  0.8.6claws68
2715
2716         * src/editgroup.c
2717                 This patch changes the 'Edit Group Details' dialog to
2718                 allow extended selections in either pane, so that
2719                 addresses can be added or removed from a group more
2720                 quickly and easily. (it actually is a net decrease in
2721                 file size, as some unnecessary functions have been
2722                 removed). 
2723                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
2724
2725 2002-12-06 [christoph]  0.8.6claws67
2726
2727         * src/Makefile.am
2728         * src/template.[ch]             ** REMOVE **
2729         * src/common/Makefile.am
2730         * src/common/template.[ch]      ** NEW **
2731                 move template files to common directory
2732
2733         * src/nntp.c
2734                 add missing log.h include
2735
2736 2002-12-06 [melvin]     0.8.6claws66
2737
2738         * src/prefs_actions.c
2739                 Added the trailing ">" syntax to insert command's output
2740                 without replacing old text (in contrast to trailing "|").
2741
2742 2002-12-05 [colin]      0.8.6claws65
2743         
2744         * src/common/utils.c
2745                 Don't modify original search_string or it'll change
2746                 the next iterations in the for()
2747
2748 2002-12-05 [darko]      0.8.6claws64
2749
2750         * src/common/utils.c
2751                 proper check for filtering commands, found by Colin
2752
2753 2002-12-05 [darko]      0.8.6claws63
2754
2755         * src/common/utils.c
2756                 check proper string for NULL pointer, found by Colin
2757
2758 2002-12-05 [darko]      0.8.6claws62
2759
2760         * src/common/utils.[ch]
2761                 expand_search_string(): new function
2762                 converts Mutt-like patterns to Sylpheed's
2763                 filtering engine
2764         * src/summaryview.c
2765                 use expand_search_string() to allow Mutt-like
2766                 patterns in extended search
2767         * README.claws
2768                 document extended option in quick search
2769
2770 2002-12-05 [paul]       0.8.6claws61
2771
2772         * sync with 0.8.6cvs16
2773                 see ChangeLog 2002-12-05
2774                 
2775         * po/POTFILES.in
2776                 clean up
2777
2778 2002-12-04 [christoph]  0.8.6claws60
2779
2780         * src/imap.[ch]
2781                 put imap authentication code into a new function and
2782                 remove it from imap_session_new that will allow to
2783                 send other commands before authentication
2784
2785 2002-12-04 [christoph]  0.8.6claws59
2786
2787         * src/imap.[ch]
2788                 use already existing method to prevent unneeded IMAP
2789                 folder selects. Set imap_select parameters to NULL
2790                 in some functions if the values are not required.
2791
2792         * src/xml.h
2793                 remove no longer required include
2794
2795 2002-12-04 [paul]       0.8.6claws58
2796
2797         * po/es.po
2798                 updated by Ricardo Mones Lastra
2799                 
2800         * configure.in
2801           po/hu.po      ** NEW FILE **
2802                 initial Hungarian translation, submitted
2803                 by Gál Zoltán <galzoli@hu.inter.net>
2804
2805 2002-12-03 [christoph]  0.8.6claws57
2806
2807         * src/Makefile.am
2808         * src/gtksctree.[ch]            ** REMOVE **
2809         * src/gtk/Makefile.am
2810         * src/gtk/gtksctree.[ch]        ** NEW **
2811                 move gtksctree files to gtk directory
2812
2813 2002-12-03 [christoph]  0.8.6claws56
2814
2815         * src/Makefile.am
2816         * src/md5.[ch]                  ** REMOVE **
2817         * srm/common/Makefile.am
2818         * src/common/md5.[ch]           ** NEW **
2819                 move md5 files to common directory
2820
2821         * src/gtkstext.c
2822                 remove not required #include
2823
2824 2002-12-03 [sergey]     0.8.6claws55
2825
2826         * src/gtkutils.c
2827         * src/gtkutils.h
2828                 gtkut_window_popup(): new function.
2829         * src/mainwindow.c
2830                 main_window_popup(): use gtkut_window_popup() to raise
2831                 window without changing its position.
2832                 (see sylpheed-main ML message [sylpheed:17247])
2833
2834 2002-12-03 [sergey]     0.8.6claws54
2835
2836         * src/send.c
2837                 send_message_local(): removed first-dot escaping
2838                 (SMTP-only, not needed for sending through pipe)
2839
2840 2002-12-03 [paul]       0.8.6claws53
2841
2842         * po/POTFILES.in
2843                 update to reflect recent changes (thanks
2844                 to Ricardo Mones Lastra)
2845                 
2846         * tools/filter_conv.pl
2847                  fix problem with quoted strings. Patch submitted
2848                  by Luke Plant <lukeplant@softhome.net>
2849
2850 2002-12-03 [paul]       0.8.6claws52
2851
2852         * sync with 0.8.6cvs15
2853                 see ChangeLog 2002-12-03
2854
2855 2002-12-02 [christoph]  0.8.6claws51
2856
2857         * src/logwindow.[ch]
2858         * src/common/log.[ch]
2859                 implement logging using a hook function
2860
2861         * src/folderview.c
2862         * src/folder.[ch]
2863                 define hooklist name in header file to avoid
2864                 errors caused by wrong spelling of hooklist names
2865
2866         * src/toolbar.c
2867                 fix warnings
2868
2869 2002-12-02 [christoph]  0.8.6claws50
2870
2871         * src/common/Makefile.am
2872                 add src/common/hooks.[ch]
2873
2874         * src/common/hooks.[ch]
2875                 implement a simple hook system using glib's hook functions
2876
2877         * src/folder.[ch]
2878         * src/folderview.c
2879                 use new hook system for folder item updates
2880
2881 2002-12-02 [christoph]  0.8.6claws49
2882
2883         * doc-src/ui_seperation.txt     ** NEW **
2884                 information for ui seperation
2885
2886         * src/Makefile.am
2887                 remove files that were moved to common
2888                 include common directory by default for the header files
2889
2890         * src/inc.c
2891         * src/common/socket.c
2892         * src/automaton.[ch]
2893                 implement automaton using g_io_*-functions instead of
2894                 gdk_input_add to make it ui independent
2895
2896         * src/codeconv.c
2897         * src/compose.c
2898         * src/ldif.c
2899         * src/pgptext.c
2900         * src/procmime.c
2901         * src/rfc2015.c
2902         * src/smtp.c
2903         * src/unmime.c
2904                 remove common/ prefix because directory is now in
2905                 include path
2906
2907         * src/compose.c
2908         * src/folder.c
2909         * src/folderview.c
2910         * src/mainwindow.c
2911         * src/messageview.c
2912         * src/prefs_common.c
2913         * src/procmsg.c
2914         * src/rfc2015.c
2915                 fix warnings
2916
2917         * src/imap.c
2918         * src/inc.c
2919         * src/news.c
2920         * src/pop.c
2921         * src/send.c
2922         * src/smtp.c
2923         * src/ssl_certificate.c
2924                 add log.h header file for logging functions
2925
2926         * src/main.c
2927         * src/common/utils.c
2928         * src/summaryview.c
2929         * src/xml.c
2930                 o move debug_mode to common/utils.c
2931                 o add functions to set and get debug_mode
2932
2933         * src/defs.h                    ** REMOVE **
2934         * src/intl.h                    ** REMOVE **
2935         * src/socket.[ch]               ** REMOVE **
2936         * src/ssl.[ch]                  ** REMOVE **
2937         * src/utils.[ch]                ** REMOVE **
2938                 replaced by new files in src/common/
2939         
2940         * src/common/Makefile.am
2941                 add new files in src/common/
2942
2943         * src/common/defs.h             ** NEW **
2944         * src/common/intl.h             ** NEW **
2945         * src/common/log.[ch]           ** NEW **
2946         * src/common/socket.[ch]        ** NEW **
2947         * src/common/ssl.[ch]           ** NEW **
2948         * src/common/utils.[ch]         ** NEW **
2949                 replacement for files in src/
2950
2951 2002-12-02 [colin]      0.8.6claws48
2952
2953         * src/folderview.c
2954                 Scroll folderview if necessary during dnd
2955
2956 2002-12-02 [colin]      0.8.6claws47
2957
2958         * src/folder.[ch]
2959                 Add check to verify a move is within a single mailbox
2960         * src/folderview.c
2961                 Add specific error string for this check
2962
2963 2002-12-02 [colin]      0.8.6claws46
2964
2965         * src/folder.c
2966                 Add a test to folder moving, remove a statusbar_print
2967         * src/folderview.c
2968                 Add Move folder... context-menu item
2969                 Factorize folder moving code
2970                 Enable folder DND for mbox
2971
2972 2002-12-01 [christoph]  0.8.6claws45
2973
2974         * ac/aspell.m4
2975                 remove conf.aspelltest if the version check fails
2976
2977 2002-11-30 [christoph]  0.8.6claws44
2978
2979         * autogen.sh
2980                 run libtoolize --force in autogen to create missing
2981                 libtool scripts
2982
2983 2002-11-30 [christoph]  0.8.6claws43
2984
2985         * src/Makefile.am
2986         * src/pgptext.c
2987         * src/procmime.c
2988         * src/rfc2015.c
2989         * src/uuencode.[ch]             ** REMOVED **
2990         * src/common/Makefile.am
2991         * src/common/uuencode.[ch]      ** NEW **
2992                 move uuen/decoder to common directory
2993
2994 2002-11-30 [christoph]  0.8.6claws42
2995
2996         * src/Makefile.am
2997         * src/base64.[ch]               ** REMOVED **
2998         * src/codeconv.c
2999         * src/compose.c
3000         * src/ldif.c
3001         * src/pgptext.c
3002         * src/procmime.c
3003         * src/rfc2015.c
3004         * src/smtp.c
3005         * src/unmime.c
3006         * src/common/Makefile.am
3007         * src/common/base64.[ch]        ** NEW **
3008                 move base64 en/decoder to common directory
3009
3010 2002-11-30 [christoph]  0.8.6claws41
3011
3012         * src/common                    ** NEW **
3013                 new directory for UI independent code
3014         * src/gtk                       ** NEW **
3015                 new directory for GTK frontend
3016         * src/common/.cvsignore         ** NEW **
3017         * src/gtk/.cvsignore            ** NEW **
3018                 ignore build files
3019         * src/common/Makefile.am        ** NEW **
3020         * src/gtk/Makefile.am           ** NEW **
3021                 automake files to build new seperated stuff
3022         * src/Makefile.am
3023                 the binary will currently still be build with the
3024                 files in src, so we include the code from the
3025                 subdirs for now after building the libs there
3026
3027 2002-11-30 [paul]       0.8.6claws40
3028
3029         * src/compose.c
3030                 fix bug [642731] 'Wrong selected account with drafted mail'
3031
3032 2002-11-29 [oliver]     0.8.6claws39
3033         
3034         * src/messageview.c
3035                 o update summaryview when switching between different
3036                   messageviews          
3037         * src/toolbar.c  
3038                 o check if messageview holds already removed msg
3039                   from summaryview
3040                 
3041
3042 2002-11-29 [oliver]     0.8.6claws38
3043
3044         * src/toolbar.c 
3045                 remove not needed variables and includes
3046                 make messageview stay opened and move to next when msgs are deleted 
3047
3048 2002-11-29 [oliver]     0.8.6claws37
3049         
3050         * src/toolbar.c 
3051                 disable compose button (messageview toolbar) by default
3052                 deleted msgs are moved to trash
3053         
3054 2002-11-29 [melvin]     0.8.6claws36
3055
3056         * configure.in
3057                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3058                 and to detect signatures expirations (gpgme 0.3.6)
3059
3060         * src/main.c
3061                 Use non obsolescent function for Gpgme engine checking.
3062
3063         * src/rfc2015.c
3064                 Inform about expired signatures or signatures which key
3065                 has expired. Expiration date is displayed.
3066
3067         * src/sigstatus.c
3068                 Inform about expired signatures or signatures which key
3069                 has expired.
3070
3071 2002-11-28 [paul]       0.8.6claws35
3072
3073         * src/folderview.c
3074                 re-instate 'Check for new messages' in Newsgroup
3075                 folders right-click menu, after a suggestion from
3076                 Tim Mann <timmann@users.sourceforge.net>
3077
3078         * src/main.c
3079                 after a crash check only local folders for new
3080                 messages
3081
3082 2002-11-28 [paul]       0.8.6claws34
3083
3084         * configure.in
3085                 apply patch that fixes the checking of GTK with XIM 
3086                 support on different OSs, such as FreeBSD. Patch 
3087                 submitted by Topia <topia@users.sourceforge.net>
3088                 
3089 2002-11-28 [paul]       0.8.6claws33
3090
3091         * src/mainwindow.c
3092           src/prefs_common.c
3093           src/prefs_toolbar.c
3094                 more changes to the English
3095
3096 2002-11-28 [paul]       0.8.6claws32
3097
3098         * sync with 0.8.6cvs13
3099                 see ChangeLog 2002-11-28 (no sync needed
3100                 for src/compose.c)
3101
3102 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3103         
3104         * src/mainwindow.[ch]
3105                 add patch by Ivan F. Martinez introducing messageview Toolbar
3106                 some changes and committed by oliver    
3107
3108 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3109
3110         * src/messageview.[ch]
3111                 add patch by Ivan F. Martinez introducing messageview Toolbar
3112                 some changes and committed by oliver    
3113
3114 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3115
3116         * src/compose.[ch]
3117                 add patch by Ivan F. Martinez introducing messageview Toolbar
3118                 some changes and committed by oliver    
3119
3120 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3121         
3122         * src/toolbar.[ch]
3123                 add patch by Ivan F. Martinez introducing messageview Toolbar
3124                 some changes and committed by oliver
3125
3126 2002-11-28 [oliver]     0.8.6claws27
3127         
3128         * src/prefs_toolbar.[ch]
3129                 getting ready for messageview toolbar
3130                 free mem allocated by gettext
3131                 change prefs_toolbar to prefs_toolbar_open
3132  
3133 2002-11-28 [thorsten]   0.8.6claws26
3134
3135         * src/imageview.[ch]
3136                 cleaned up conflicting declarations of
3137                 imageview_show_image()
3138
3139 2002-11-28 [paul]       0.8.6claws25
3140
3141         * src/grouplistdialog.c
3142           src/prefs_common.c
3143           src/prefs_summary_column.c
3144                 a few more improvements to the English
3145
3146 2002-11-28 [colin]      0.8.6claws24
3147
3148         * man/sylpheed.1
3149                 A few updates to command-line parameters
3150
3151 2002-11-28 [colin]      0.8.6claws23
3152
3153         * src/prefs_filtering.c
3154                 Fix problems with prefs_filtering_delete_path:
3155                 a) if the first rule is removed, original pointers
3156                    weren't updated (leading to segfaults)
3157                 b) it was always global_processing updated in case
3158                    of removed path was parent of rule path
3159
3160 2002-11-27 [paul]       0.8.6claws22
3161
3162         * src/mainwindow.c
3163           src/prefs_account.c
3164           src/prefs_actions.c
3165           src/prefs_common.c
3166           src/prefs_customheader.c
3167           src/prefs_display_header.c
3168           src/prefs_filtering.c
3169           src/prefs_folder_item.c
3170           src/prefs_matcher.c
3171           src/prefs_scoring.c
3172           src/prefs_summary_column.c
3173           src/prefs_template.c
3174           src/prefs_toolbar.c
3175                  improve the English in the GUI
3176
3177 2002-11-27 [colin]      0.8.6claws21
3178
3179         * src/folder.c
3180                 Fix processing renaming problems happening after
3181                 last commit
3182
3183 2002-11-27 [colin]      0.8.6claws20
3184
3185         * src/folder.c
3186                 recursive move now deletes src each subfolder after 
3187                 having moved it
3188         * src/folderview.c
3189                 Use identifier instead of path during dnd (enables
3190                 IMAP folder dnd)
3191
3192 2002-11-27 [paul]       0.8.6claws19
3193
3194         * src/main.c
3195                 apply patch that does command-line processing 
3196                 BEFORE gtk_init, allowing claws to run from 
3197                 shell-scripts in non-X environment (e.g. crontab 
3198                 or ip-up, ip-down scripts). Patch submitted by
3199                 Ruslan N. Balkin <baron@dartel.ru>
3200                 
3201         * po/it.po
3202                 updated by Alessandro Maestri
3203
3204 2002-11-27 [paul]       0.8.6claws18
3205
3206         * sync with 0.8.6cvs12
3207           src/prefs_common.c
3208                 Differences are that main uses a 'Receive dialog'
3209                 frame on the Interface tab, whereas claws groups all 
3210                 the dialogs together in a 'Dialogs' frame.
3211
3212 2002-11-27 [colin]      0.8.6claws17
3213
3214         * src/prefs_matcher.c
3215                 Fix Execute criteria's NOT flag
3216
3217
3218 2002-11-26 [christoph]  0.8.6claws16
3219
3220         * src/ssl.c
3221                 rewrite the ssl code a little bit, only use one
3222                 SSL context, set default certificates' file/path
3223
3224 2002-11-26 [thorsten]   0.8.6claws15
3225
3226         * src/compose.c
3227                 default-reply-to didn't work for ml-reply
3228
3229 2002-11-26 [melvin]     0.8.6claws14
3230
3231         * src/prefs_actions.c
3232                 Made pipe-actions ignore short headers in message view
3233                 Made trailing-pipe-actions write in the message view with
3234                 the same font as the original message
3235
3236 2002-11-26 [paul]       0.8.6claws13
3237
3238         * src/compose.c
3239                 this time commit the correct file
3240
3241 2002-11-26 [paul]       0.8.6claws12
3242
3243         * sync with 0.8.6cvs11
3244           src/quote_fmt_parse.y  
3245                 no sync needed
3246           src/account.[ch]       
3247                 not sync'ed
3248           src/compose.c
3249                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3250                 on draft mode.
3251                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3252                 header
3253                 
3254         see ChangeLog 2002-11-25 and 2002-11-26
3255
3256 2002-11-26 [colin]      0.8.6claws11
3257
3258         * src/folderview.c
3259                 Fix collapsed folder not auto-expanding during
3260                 mail dnd, if it was the source folder.
3261
3262 2002-11-25 [colin]      0.8.6claws10
3263
3264         * src/folderview.[ch]
3265                 Variable renaming and cleaning (slist of nodes 
3266                 to be re-collapsed is stored in FolderView)
3267
3268 2002-11-25 [paul]       0.8.6claws9
3269
3270         * src/prefs_common.[ch]
3271                 fix breakage caused by last commit
3272
3273 2002-11-25 [paul]       0.8.6claws8
3274
3275         * sync with 0.8.6cvs4
3276                 see ChangeLog 2002-11-21
3277
3278 2002-11-25 [paul]       0.8.6claws7
3279
3280         * sync with 0.8.6cvs4
3281                 see ChangeLog 2002-11-20
3282
3283 2002-11-25 [paul]       0.8.6claws6
3284
3285         * sync with 0.8.6cvs3
3286                 see ChangeLog 2002-11-18
3287
3288 2002-11-25 [colin]      0.8.6claws5
3289
3290         * src/gtkutils.[ch]
3291                 Add gtkut_ctree_node_is_parent()
3292         * src/folderview.c
3293                 Spring-loaded folders
3294
3295 2002-11-25 [colin]      0.8.6claws4
3296
3297         * src/utils.[ch]
3298                 Add slist_concat_unique(), function to merge
3299                 two GSList filtering dups
3300         * src/folder.[ch]
3301         * src/summaryview.[ch]
3302         * src/folderview.c
3303         * src/main.c
3304                 Add detection/update/display of unread answers
3305                 to marked mails
3306         * src/procmsg.[ch]
3307                 Add procmsg_find_children()
3308                 Add procmsg_msg_has_marked_parent()
3309
3310 2002-11-25 [colin]      0.8.6claws3
3311
3312         * src/ssl_certificate.[ch]
3313                 Allow checking a certificate without a DNS
3314                 lookup
3315                 Allow to forget a cert (by deleting it)
3316                 Make ssl_certificate_destroy_public
3317         * src/ssl_manager.[ch] ** NEW FILES **
3318                 Gui to manage (display/remove) certificates
3319         * src/prefs_common.[ch]
3320                 Add a pref to allow silent acceptation of
3321                 trusted certificates or not (based on the
3322                 "I want to know what's going on" principle)
3323         * src/mainwindow.c
3324                 Add SSL manager in Tools menu
3325         * src/Makefile.am
3326                 Add the new files to the build
3327         * po/POTFILES.in
3328                 Add ssl_manager.c to translations
3329
3330 2002-11-25 [colin]      0.8.6claws2
3331
3332         * src/summaryview.[ch]
3333                 Add S_SEARCH_EXTENDED to the quick search, which 
3334                 allows to search using filtering syntax.
3335
3336 2002-11-25 [colin]      0.8.6claws1
3337
3338         * src/summaryview.c
3339                 Deletion of duplicates now prefer deleting
3340                 the unread dup (fixes feature-request 638989).
3341
3342 2002-11-24 [paul]       0.8.6claws
3343
3344         * po/es.po
3345           po/pl.po
3346           po/ru.po
3347           po/sr.po
3348                 updated by Ricardo Mones Lastra,
3349                 Witold Wladyslaw Wojciech Wilk,
3350                 Ruslan N. Balkin, and  Urke MMI 
3351                 respectively
3352
3353 2002-11-24 [paul]       0.8.5claws182
3354
3355         * po/bg.po
3356                 updated by George Danchev
3357
3358 2002-11-23 [alfons]     0.8.5claws181
3359
3360         * src/imap.c
3361                 tiny memory leak found by browsing Dimitar's 
3362                 valgrind report
3363
3364 2002-11-23 [paul]       0.8.5claws180
3365
3366         * po/it.po
3367                 updated by Alessandro Maestri
3368
3369 2002-11-22 [christoph]  0.8.5claws179
3370
3371         * src/compose.c
3372         * src/inc.c
3373         * src/prefs_filtering.c
3374         * src/summaryview.c
3375                 more warning fixes
3376
3377 2002-11-22 [alfons]     0.8.5claws178
3378
3379         * src/summaryview.c
3380                 summary_execute_delete_func(): if message is deleted, make 
3381                 sure to also remove its entry in the subject hash table. 
3382                 fixes a corner case bug.
3383
3384 2002-11-22 [paul]       0.8.5claws177
3385
3386         * .cvsignore
3387                 add 'autom4te.cache'
3388                 
3389         * ltconfig      ** REMOVED **
3390                 not needed
3391
3392 2002-11-22 [paul]       0.8.5claws176
3393
3394         * src/textview.c
3395                 textview_set_font(): fix for message display in
3396                 UTF-8 locales (thanks to Sergey Vlasov).
3397                 
3398         * AUTHORS
3399                 add new team members and contributors
3400
3401
3402 2002-11-21 [colin]      0.8.5claws175
3403
3404         * src/procmsg.[ch]
3405                 Add procmsg_remove_special_headers()
3406         * src/mh.c
3407                 Use procmsg_remove_special_headers() for 
3408                 previous fix
3409
3410 2002-11-21 [colin]      0.8.5claws174
3411
3412         * src/mh.c
3413                 Fix moving/copying from queue/draft folders
3414                 for MH folders
3415
3416 2002-11-21 [christoph]  0.8.5claws173
3417
3418         * src/crash.c
3419         * src/filtering.c
3420         * src/logwindow.c
3421         * src/main.c
3422         * src/matcher_parser_lex.[hl]
3423         * src/mbox.c
3424         * src/mbox_folder.[ch]
3425         * src/prefs_filtering.c
3426         * src/procheader.c
3427         * src/quote_fmt_lex.l
3428         * src/ssl.c
3429                 fix all warnings except the warnings in lex and yacc files
3430
3431 2002-11-20 [christoph]  0.8.5claws172
3432
3433         * src/imap.c
3434                 fix MsgInfo retrieval for IMAP draft and queue folders
3435                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
3436
3437 2002-11-19 [christoph]  0.8.5claws171
3438
3439         * src/compose.c
3440                 fix segfault, when draft saving does not get
3441                 the MsgInfo of the new message
3442                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
3443
3444 2002-11-19 [christoph]  0.8.5claws170
3445
3446         * src/procmsg.c
3447                 add parameter check for flag setting function
3448                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
3449
3450 2002-11-18 [paul]       0.8.5claws169
3451
3452         * src/compose.c
3453                 more sensitivity fixes to redirect mode:
3454                 * disable toolbar draft button
3455                 * allow only Address book in the Tools menu
3456                 * disable editing of message by the spell
3457                   checker
3458
3459 2002-11-18 [paul]       0.8.5claws168
3460
3461         * src/compose.c
3462                 fix sensitivity of menu items in compose_redirect():
3463                 allow only the necessary items 
3464
3465 2002-11-18 [paul]       0.8.5claws167
3466
3467         * src/compose.c
3468                 fix bug [ 603259 ] 'attachment got lost on bounce'
3469
3470 2002-11-18 [paul]       0.8.5claws166
3471
3472         * po/ru.po
3473                 updated by Ruslan N. Balkin <baron@dartel.ru>
3474
3475 2002-11-18 [colin]      0.8.5claws165
3476
3477         * src/main.c
3478           src/defs.h
3479                 Remove old filtering stuff
3480
3481
3482 2002-11-17 [oliver]     0.8.5claws164
3483
3484         * src/toolbar.h
3485                 remove not needed typedef 
3486
3487 2002-11-17 [oliver]     0.8.5claws163
3488
3489         * src/toolbar.c
3490                 make toolbar's on click events translatable
3491
3492 2002-11-15 [colin]      0.8.5claws162
3493
3494         * src/summaryview.c
3495                 Revert too-soon integration of a feature
3496
3497 2002-11-15 [christoph]  0.8.5claws161
3498
3499         * src/imap.c
3500                 use main's implementation of imap_get_msginfo
3501
3502 2002-11-15 [christoph]  0.8.5claws160
3503
3504         * src/compose.c
3505         * src/folder.[ch]
3506         * src/imap.c
3507         * src/mbox_folder.c
3508         * src/mh.c
3509         * src/news.c
3510         * src/procmsg.c
3511         * src/summaryview.c
3512                 replace claws' fetch_msginfo with main's get_msginfo
3513                 (use main's implementation where possible)
3514
3515 2002-11-15 [colin]      0.8.5claws159
3516
3517         * src/ssl_certificate.c
3518                 Missed a check
3519
3520 2002-11-16 [melvin]     0.8.5claws158
3521
3522         * po/fr.po
3523                 Updated French translations.
3524
3525 2002-11-16 [colin]      0.8.5claws157
3526
3527         * src/ssl_certificate.c
3528                 Check for missing parts in the certificates
3529
3530 2002-11-15 [colin]      0.8.5claws156
3531
3532         * src/folderview.c
3533                 Preventive fix (missing check) found by
3534                 Alfons
3535
3536 2002-11-15 [paul]
3537
3538         * NEWS
3539                 sync with 0.8.6 release
3540
3541 2002-11-15 [colin]      0.8.5claws155
3542
3543         * src/folder.[ch]
3544           src/folderview.c
3545                 Fix error handling of folder_item_move_to()
3546                 (thanks to Alfons!)
3547
3548 2002-11-15 [colin]      0.8.5claws154
3549
3550         * src/folder.[ch]
3551           src/folderview.c
3552                 folder_item_move_to() sets an error message instead
3553                 of having GUI stuff in folder.c
3554
3555 2002-11-15 [colin]      0.8.5claws153
3556
3557         * src/procmsg.[ch]
3558                 Implemented a callback for MsgInfo updates, 
3559                 heavily copy/pasted from Christoph's folder 
3560                 callback system
3561         * src/summaryview.[ch]
3562                 Register summary_update_msg as callback
3563
3564 2002-11-14 [colin]      0.8.5claws152
3565         
3566         * src/procmsg.c
3567                 Update the FolderItem after sending (fixes 617593)
3568
3569 2002-11-14 [christoph]  0.8.5claws151
3570
3571         * src/folder.c
3572                 fix wrong position of NULL pointer check found
3573                 by Sergey
3574
3575 2002-11-14 [christoph]  0.8.5claws150
3576
3577         * src/folder.c
3578                 fix segfault when deleting messages from IMAP folders
3579                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
3580
3581 2002-11-14 [colin]      0.8.5claws149
3582
3583         * src/compose.c
3584                 Forwarding was also ignoring the folder's default account.
3585
3586 2002-11-14 [colin]      0.8.5claws148
3587
3588         * src/compose.c
3589                 Fix sent folder not set to folder properties when 
3590                 forwarding.
3591
3592 2002-11-14 [thorsten]   0.8.5claws147
3593
3594         * src/inc.c
3595                 inc_start(): Files were not moved from .processing to inbox,
3596                 if no global processing rule existed
3597
3598 2002-11-14 [colin]      0.8.5claws146
3599
3600         * src/ssl_certificate
3601                 Fix file operations
3602
3603 2002-11-14 [paul]       0.8.5claws145
3604
3605         * po/it.po
3606                 updated by Alessandro Maestri
3607
3608 2002-11-13 [alfons]     0.8.5claws144
3609
3610         * src/folder.c
3611                 folder_item_close(): only mark messages unread
3612                 when a folder has new messages 
3613
3614 2002-11-13 [keith]      0.8.5claws143
3615
3616         * src/imap.c
3617                 Fix problem moving or copying between
3618                 IMAP folders
3619
3620 2002-11-13 [colin]      0.8.5claws142
3621
3622         * src/matcher_parser_parse.y
3623                 Fix rule problem when " don't match
3624
3625 2002-11-13 [christoph]  0.8.5claws141
3626
3627         * src/folder.c
3628         * src/folderview.c
3629                 moved cache saving to folder_item_close
3630                 the folderview should not have to deal with
3631                 this things
3632
3633 2002-11-13 [christoph]  0.8.5claws140
3634
3635         * src/summaryview.c
3636                 moved setting of important score to
3637                 summary_set_prefs_from_folderitem
3638
3639 2002-11-13 [colin]      0.8.5claws139
3640
3641         * src/matcher_parser_parse.y
3642                 Fix a segfault in the parser (happening when
3643                 a good expression had been tested and a bad 
3644                 one arrives)
3645
3646 2002-11-13 [paul]       0.8.5claws138
3647
3648         * sync with 0.8.5cvs24
3649                 see ChangeLog 2002-11-13
3650                 
3651         * po/pt_BR.po
3652                 updated by Fabio Jr. Beneditto
3653
3654 2002-11-13 [colin]      0.8.5claws137
3655         
3656         * src/msgcache.c
3657           src/defs.h
3658           src/procmsg.[ch]
3659                 Revert last commit, problem
3660
3661 2002-11-13 [colin]      0.8.5claws136
3662
3663         * src/msgcache.c
3664                 Remove duplicated code
3665         * src/defs.h
3666                 Bumped CACHE_VERSION and MARK_VERSION
3667         * src/procmsg.[ch]
3668                 Network endian for cache and mark files
3669
3670 2002-11-12 [colin]      0.8.5claws135
3671
3672         * src/inc.c
3673                 Fix the "socket error" dialog which disappeared
3674
3675 2002-11-12 [colin]      0.8.5claws134
3676
3677         * src/msgcache.c
3678                 Reverse last commit which had performance 
3679                 problems, but still reverse the list
3680
3681 2002-11-12 [colin]      0.8.5claws133
3682
3683         * src/msgcache.c
3684                 Reverse list order
3685
3686 2002-11-12 [melvin]     0.8.5claws132
3687
3688         * src/compose.c
3689                 Added a check for a NULL prefs_common.dictionary
3690
3691 2002-11-12 [colin]      0.8.5claws131
3692
3693         * src/ssl_certificate.[ch]
3694                 Use FQDN hostname
3695
3696 2002-11-12 [colin]      0.8.5claws130
3697
3698         * src/ssl_certificate.[ch]
3699                 Take connection port into account for 
3700                 checking certificates (a single hostname
3701                 could have multiple servers with multiple
3702                 certificates)
3703         * src/ssl.c
3704                 Pass the port to ssl_certificate_check
3705
3706 2002-11-12 [paul]       0.8.5claws129
3707
3708         * src/folder.c
3709                 fix a typo in last commit
3710
3711 2002-11-12 [paul]       0.8.5claws128
3712
3713         * sync with 0.8.5cvs23
3714                 see ChangeLog entry 2002-11-12
3715
3716 2002-11-11 [colin]      0.8.5claws127
3717
3718         * src/ssl_certificate.c
3719                 Cleaner messages
3720                 Don't popup, instead log error, if the 
3721                 corresponding pref is checked
3722         * src/ssl_certificate.h
3723                 include <openssl/objects/h>
3724
3725 2002-11-11 [colin]      0.8.5claws126
3726
3727         * src/ssl_certificate.h
3728                 _Really_ clean it
3729
3730 2002-11-11 [colin]      0.8.5claws125
3731         
3732         * src/ssl_certificate.c
3733                 Fixed leak
3734
3735 2002-11-11 [colin]      0.8.5claws124
3736
3737         * src/ssl.c
3738                 Cleaned a bit
3739         * src/ssl_certificate.[ch]
3740                 Cleaned a bit (better use of SSL API)
3741                 (This will cause non-recognition of saved 
3742                  certificates of claws12[23]...)
3743
3744 2002-11-11 [paul]       0.8.5claws123
3745         
3746         * po/es.po
3747                 updated by Ricardo Mones Lastra
3748
3749 2002-11-11 [colin]      0.8.5claws122
3750
3751         * src/ssl.c
3752                 Fix a typo
3753
3754 2002-11-11 [colin]      0.8.5claws121
3755
3756         * src/ssl_certificate.[ch] ** NEW FILES **
3757         * src/ssl.[ch]
3758                 Check SSL certificates presented to us
3759         * src/Makefile.am
3760                 Add ssl_certificate.[ch]
3761         * po/POTFILES.in
3762                 Add ssl_certificate.c
3763
3764 2002-11-11 [paul]       0.8.5claws120
3765
3766         * sync with 0.8.5cvs22
3767                 see ChangeLog 2002-11-11
3768
3769 2002-11-11 [paul]       0.8.5claws119
3770
3771         * sync with 0.8.5cvs21
3772                 see ChangeLog 2002-11-11
3773
3774 2002-11-10 [jens]       0.8.5claws118
3775
3776         * src/folder.c
3777         * src/folderview.c
3778                 corrected some typing
3779         * po/de.po
3780                 updated german translation
3781         * sylpheed.spec.in
3782                 cleaned up specfile and adjusted it for claws
3783
3784 2002-11-10 [colin]      0.8.5claws117
3785
3786         * src/summaryview.c
3787                 a STATUSBAR_PUSH/POP fix
3788
3789 2002-11-10 [colin]      0.8.5claws116
3790
3791         * src/prefs_folder_item.c
3792                 Fix hanging after opening folder properties
3793
3794 2002-11-10 [hoa]        0.8.5claws115
3795
3796         * src/matcher_parser_lex.l
3797         * src/matcher_parser_parse.y
3798                 config file for scoring and filtering is no more trashed
3799                 when there is a syntax error in a filtering rule when
3800                 editing it in a dialog.
3801
3802 2002-11-09 [colin]      0.8.5claws114
3803
3804         * src/mbox_folder.c
3805                 Added missing initialisation of folder->destroy()
3806
3807 2002-11-09 [colin]      0.8.5claws113
3808
3809         * src/folder.c
3810           src/folderview.c
3811                 Fix the status bar messages
3812
3813 2002-11-09 [colin]      0.8.5claws112
3814
3815         * src/folderview.c
3816                 Fix hangs after folder dnd, happening after 
3817                 claws109.
3818
3819 2002-11-09 [christoph]  0.8.5claws111
3820
3821         * src/folderview.c
3822                 just changed order of calls (reverse order of
3823                 associated calls)
3824         * src/inc.c
3825                 lock inc when checking only one account, otherwise
3826                 inc all could be executed at the same time
3827
3828 2002-11-09 [christoph]  0.8.5claws110
3829
3830         * src/folderview.c
3831                 better unlock the mouse cursor before calling
3832                 summary_show because it changes the cursor too
3833
3834 2002-11-09 [christoph]  0.8.5claws109
3835
3836         * src/folder.[ch]
3837         * src/folderview.c
3838                 add functions to open and close a folder
3839                 o opending will execute scanning for remote folders
3840                   and processing
3841                 o closing will unset new flag for messages
3842
3843 2002-11-09 [colin]      0.8.5claws108
3844
3845         * src/folder.c
3846                 Add a call to prefs_matcher_write_config to 
3847                 avoid non-leaf folders filtering settings to be
3848                 lost
3849
3850 2002-11-09 [paul]       0.8.5claws107
3851
3852         * src/prefs_account.c
3853                 re-word a label
3854
3855 2002-11-09 [colin]      0.8.5claws106
3856
3857         * src/folderview.c
3858                 Minor esthetic fix
3859
3860 2002-11-09 [colin]      0.8.5claws105
3861
3862         * src/folderview.c
3863                 Fix prefs_filtering deletion for MH folders (same
3864                 reason as below)
3865         * src/prefs_filtering.c
3866                 Fix prefs_filtering renaming and deletion for 
3867                 folder-based processing rules.  
3868
3869 2002-11-09 [christoph]  0.8.5claws104
3870
3871         * src/compose.c
3872         * src/folder.[ch]
3873         * src/folderview.[ch]
3874         * src/import.c
3875         * src/inc.c
3876         * src/main.c
3877         * src/mainwindow.c
3878         * src/messageview.c
3879         * src/prefs_folder_item.c
3880         * src/procmsg.c
3881         * src/summaryview.c
3882                 implement a callback system for folder item updates
3883
3884 2002-11-09 [colin]      0.8.5claws103
3885
3886         * src/folderview.c
3887                 Fix prefs_filtering renaming for MH folders (we
3888                 shouldn't rename by path as another folder could
3889                 have the same hierarchy).
3890
3891 2002-11-09 [colin]      0.8.5claws102
3892
3893         * src/folder.c
3894                 Fix a leak found by Christoph, use better variable
3895                 names
3896
3897 2002-11-09 [colin]      0.8.5claws101
3898
3899         * src/folder.c
3900                 One more fix for processing rules
3901
3902 2002-11-08 [colin]      0.8.5claws100
3903         
3904         * src/matcher.c
3905                 Don't copy the compiled regexp (will be reevaluated)
3906         * src/folderview.c
3907                 Lock folderview while moving
3908         * src/folder.c
3909                 Provide info on what's happening to the user
3910
3911 2002-11-08 [colin]      0.8.5claws99
3912
3913         * src/folderview.c
3914                 Fix folder reordering after a move if parent is 
3915                 root
3916         * src/scoring.[ch]
3917                 Add function to copy a ScoringProp
3918         * src/prefs_folder_item.c
3919                 Copy scoring rules when copying a folder prefs
3920
3921 2002-11-08 [colin]      0.8.5claws98
3922
3923         * src/folderview.c
3924                 Fixes in case of failure
3925         * src/filtering.[ch]    
3926                 Add function to duplicate a FilteringProp
3927         * src/matcher.[ch]
3928                 Add function to duplicate a MatcherProp
3929         * src/prefs_folder_item.c
3930                 Save folder's processing rules when copying 
3931                 its prefs
3932
3933 2002-11-08 [colin]      0.8.5claws97
3934         
3935         * src/folderview.c
3936                 Sort after move
3937         * src/folder.c 
3938                 Change a printf to debug_print
3939
3940 2002-11-08 [colin]      0.8.5claws96
3941
3942         * src/folder.c
3943           src/folderview.c
3944                 Fix segfaults, call me stupido
3945         
3946
3947 2002-11-08 [colin]      0.8.5claws95
3948
3949         *src/folder.c
3950                 Added forgotten prefs to save when moving folders
3951
3952 2002-11-08 [colin]      0.8.5claws94
3953
3954         * src/folder.c
3955                 Fixes to folder DND (prefs copy)
3956         * src/folderview.c
3957                 Optimization for folder DND (don't rescan whole tree)
3958                 Added folderview_create_folder_node() for this 
3959                 optimization, so de-duped a bit the code
3960         * src/prefs_folder_item.[ch]
3961                 Added prefs_folder_item_copy_prefs()    
3962           
3963 2002-11-08 [paul]       0.8.5claws93
3964
3965         * src/prefs_account.c
3966           tools/README
3967           tools/kmail2sylpheed_v2.pl
3968                 correct some typos
3969
3970 2002-11-08 [paul]       0.8.5claws92
3971
3972         * src/compose.c
3973           src/prefs_account.[ch]
3974                 remove account options 'clearsign' and 'ascii_armored',
3975                 replace with 'default_gnupg_mode' to prevent mixed-mode
3976                 Privacy settings
3977
3978 2002-11-08 [paul]       0.8.5claws91
3979
3980         * src/compose.[ch]
3981                 re-implement GnuPG 'on-the-fly' mode selection,
3982                 disallow mixed-mode
3983
3984 2002-11-08 [colin]      0.8.5claws90
3985
3986         * src/folderview.c
3987           src/prefs_folder_item.c
3988                 Change "Property" to "Properties"
3989
3990 2002-11-07 [colin]      0.8.5claws89
3991
3992         * src/folderview.c
3993           src/folder.c
3994                 Allow folder dropping to a root folder
3995
3996 2002-11-07 [paul]       0.8.5claws88
3997
3998         * src/compose.c
3999                 revert last commit
4000
4001 2002-11-07 [paul]       0.8.5claws87
4002
4003         * src/compose.c
4004                 fix reply-to-list bug. closes bug report
4005                 "[633382] reply-to-list broken in recent cvs"
4006
4007 2002-11-07 [paul]       0.8.5claws86
4008
4009         * src/compose.c
4010                 add a forgotten '#if USE_GPGME ... #endif'
4011
4012 2002-11-07 [paul]       0.8.5claws85
4013
4014         * sync with 0.8.5cvs20
4015                 see ChangeLog 2002-11-07
4016
4017 2002-11-07 [colin]      0.8.5claws84
4018
4019         * src/folder.[ch]
4020                 Change folder_item_move_to to return the newly 
4021                 created folderitem.
4022         * src/folderview.c
4023                 Select the new folderitem after moving.
4024
4025 2002-11-07 [colin]      0.8.5claws83
4026
4027         * src/prefs_filtering.c
4028                 Fix rule rewriting when moving a leaf folder to a 
4029                 shorter path
4030
4031 2002-11-07 [colin]      0.8.5claws82
4032
4033         * src/prefs_filtering.c
4034                 fix a leak
4035
4036 2002-11-07 [colin]      0.8.5claws81
4037
4038         * src/folder.[ch]
4039                 Add folder_item_move_to() function to move a 
4040                 folderitem into another one (updates matcher etc)
4041         * src/folderview.c
4042                 Add folder drag'n drop (context menu to come)
4043                 [Should be dataloss free, but Please backup before 
4044                  trying !]
4045
4046 2002-11-06 [colin]      0.8.5claws80
4047
4048         * src/mh.c
4049                 mh_create_folder() returns NULL if can't create
4050                 directory hierarchy
4051
4052 2002-11-06 [paul]       0.8.5claws79
4053
4054         * src/compose.[ch]
4055                 allow 'on-the-fly' changing of the type of encryption 
4056                 and/or signing used (mime/ascii) via the compose window
4057
4058 2002-11-06 [paul]       0.8.5claws78
4059
4060         * sync with 0.8.5cvs19
4061                 see ChangeLog 2002-11-06 for src/account.c: 
4062                 account_get_special_folder()
4063                 
4064 2002-11-05 [alfons]     0.8.5claws77
4065
4066         * src/crash.c
4067                 very minor cleanups: nothing to see here, move on. :-)
4068
4069 2002-11-05 [colin]      0.8.5claws76
4070
4071         * src/main.c
4072                 Changes choices if compose windows are opened to
4073                 Discard, Draft, Don't quit
4074
4075 2002-11-05 [thorsten]   0.8.5claws75
4076
4077         * src/compose.c
4078                 reenabled default_reply_to folder option
4079
4080 2002-11-05 [colin]      0.8.5claws74
4081
4082         * src/compose.[ch] 
4083                 add compose_draft()
4084         * src/crash.c
4085                 add SIGTERM handler
4086         * src/main.[ch]
4087                 add clean_quit() for the SIGTERM handler
4088
4089 2002-11-05 [paul]       0.8.5claws73
4090         
4091         * po/es.po
4092                 updated by Ricardo Mones Lastra
4093
4094 2002-11-05 [melvin]     0.8.5claws72
4095
4096         * src/logwindow.c
4097                 Fixed log-clipping bug #616795.
4098                 To stop logging in the log window use 0 length.
4099         * src/prefs_common.c
4100                 Added a label to inform about the 0 log length behaviour.
4101
4102 2002-11-05 [paul]       0.8.5claws71
4103
4104         * sync with 0.8.5cvs17
4105                 see ChangeLog 2002-11-05
4106
4107 2002-11-04 [paul]       0.8.5claws70
4108
4109         * sylpheed-128x128.png
4110           sylpheed-64x64.png
4111           sylpheed.png
4112                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
4113                 <nikai@users.sourceforge.net>
4114                 
4115         * po/bg.po
4116                 updated by George Danchev
4117
4118 2002-11-03 [thorsten]   0.8.5claws69
4119
4120         * src/main.c
4121           src/mimeview.c
4122           src/rfc2015.h
4123                 add check if gpg is active
4124
4125 2002-11-03 [thorsten]   0.8.5claws68
4126
4127         * src/toolbar.h
4128                 removed GSList declaration causing trouble on MacOS-X
4129                 (submitted by alfons, reported by xfesty)
4130
4131 2002-11-01 [paul]       0.8.5claws67
4132
4133         * src/mainwindow.c
4134                 remove last remnants of main's filter code
4135
4136 2002-11-01 [paul]       0.8.5claws66
4137
4138         * tools/filter_conv.pl
4139                 fix bug where user-defined headers were ignored
4140
4141 2002-11-01 [paul]       0.8.5claws65
4142
4143         * src/logwindow.c
4144                 make a debug_print() not translatable
4145
4146 2002-10-31 [melvin]     0.8.5claws64
4147
4148         * ac/aspell.m4
4149                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
4150                 not run any GNU/aspell test.  The dictionary path will
4151                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
4152                 was given, in which case, it will be $prefix/lib/aspell/
4153         * configure.in
4154                 Fixed typo in commentary (Aspell code).
4155
4156 2002-10-31 [paul]       0.8.5claws63
4157
4158         * po/POTFILES.in
4159                 remove src/filter.c and src/prefs_filter.c
4160                 thanks to Ricardo for reminding me
4161
4162 2002-10-31 [colin]      0.8.5claws62
4163
4164         * src/mbox_folder.c
4165                 Plug some leaks
4166
4167 2002-10-31 [paul]       0.8.5claws61
4168
4169         * src/prefs_filter.[ch] ** REMOVED **
4170           src/filter.[ch]       ** REMOVED **
4171           
4172         * src/Makefile.am
4173           src/folderview.c
4174           src/inc.c
4175           src/main.c
4176           src/mainwindow.c
4177           src/mbox.c
4178           src/prefs_common.c
4179           src/prefs_filtering.c
4180           src/summaryview.[ch]
4181                 remove main's 'filter' code
4182                 
4183         README.claws
4184                 update to reflect removal of main's filter
4185
4186 2002-10-31 [paul]       0.8.5claws60
4187
4188         * src/summaryview.c
4189                 remove check for global_processing in summary_filter_open(). 
4190                 This fixes the bug where if the user uses the right-click 
4191                 'Create filter rule...' and doesn't have any filter rules 
4192                 already defined in claws' advanced filtering, the newly 
4193                 created filter rule goes to main's filtering which is 
4194                 inaccessible through the gui. Now the filter rule gets added
4195                 to claws' filtering by default.
4196
4197 2002-10-28 [melvin]     0.8.5claws59
4198
4199         * src/prefs_actions.c
4200                 Fixed bug #627322 where MIME parts were not always
4201                 correctly passed to a %p action
4202                 Display an error dialog when message filename is not found.
4203
4204 2002-10-28 [melvin]     0.8.5claws58
4205
4206         * src/prefs_common.c
4207                 Readded a missing function declaration lost in 0.8.3claws34
4208
4209 2002-10-28 [paul]       0.8.5claws57
4210
4211         * sync with 0.8.5cvs15
4212                 see ChangeLog 2002-10-28 and 2002-10-25
4213                 
4214         Note: ChangeLog entry 2002-10-24 is not sync'ed.
4215
4216 2002-10-27 [oliver]     0.8.5claws56
4217
4218         * src/pop.c
4219                 plug leak in pop3_top_recv
4220
4221 2002-10-26 [christoph]  0.8.5claws55
4222
4223         * src/folder.c
4224                 set need_update folder flag when messages are added
4225                 (closes bug [ 626922 ] folder not updated after receiving)
4226
4227 2002-10-25 [melvin]     0.8.5claws54
4228
4229         * src/imageview.c
4230                 Fixed a memleak introduced in the scaling code.
4231
4232 2002-10-24 [alfons]     0.8.5claws53
4233
4234         * src/filtering.c
4235                 make filtering's forward message action forward from the 
4236                 correct account
4237                 (closes bug [628089 ] Filter -> Forward from address problem
4238                 reported by Oktay)
4239
4240 2002-10-24 [christoph]  0.8.5claws52
4241
4242         * src/mainwindow.c
4243         * src/manual.[ch]
4244                 o use manual of current locale or english if current
4245                   locale is not available (and english is available)
4246                 o also link to sylpheed doc project manuals
4247
4248 2002-10-23 [paul]       0.8.5claws51
4249
4250         * tools/README
4251           tools/kmail2sylpheed_v2.pl
4252                 add new version of kmail addressbook importer script.
4253                 works with newer versions of Kmail/KAddressBook which
4254                 have new and rearranged data.
4255
4256 2002-10-23 [martin]     0.8.5claws50
4257
4258         * src/folderview.c
4259         * src/summaryview.c
4260         * src/utils.h
4261         * src/utils.c
4262                 added length parameter to get_abbrev_newsgroup_name()
4263                 changed this function so that it abbreviates the newsgroup
4264                 names only so long it is smaller than the length parameter
4265                 (for better reading of some newsgroup names and space efficiency)
4266
4267 2002-10-22 [colin]      0.8.5claws49
4268
4269         *src/foldersel.c
4270                 Revert Alfons' last modification (after voting ;-))
4271
4272 2002-10-21 [alfons]     0.8.5claws48
4273
4274         * src/foldersel.c
4275                 folder view in folder selection dialog reflects state of
4276                 folder view in main window
4277
4278 2002-10-18 [alfons]     0.8.5claws47
4279
4280         * src/mbox.c
4281                 drop imported messages in folder selected by user,
4282                 and not in the inbox
4283                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
4284
4285 2002-10-18 [alfons]     0.8.5claws46
4286
4287         * src/compose.c
4288                 make automagic reply work correctly for email accounts 
4289                 (whether it's viable to do a full sync with Hiro's 
4290                 compose.c is still under discussion)
4291
4292 2002-10-18 [melvin]     0.8.5claws45
4293
4294         * src/prefs_actions.c
4295                 Fixed bug #622275 where asynchroneous actions left 
4296                 zombies processes
4297                 Made (synchroneous) actions' input be displayed live.
4298
4299 2002-10-18 [christoph]  0.8.5claws44
4300
4301         * src/textview.c
4302                 don't add a newline in the textview in front of the
4303                 first textpart if header display is disabled
4304                 (closes bug [ 603385 ] disabled header display leaves blank
4305                  lin)
4306
4307 2002-10-18 [christoph]  0.8.5claws43
4308
4309         * src/folder.[ch]
4310         * src/imap.c
4311         * src/mbox_folder.c
4312         * src/mh.c
4313         * src/news.c
4314                 folder->get_num_list now returns an error code
4315                 (closes bug [ 609424 ] News cache cleared on failure)
4316                 
4317 2002-10-17 [colin]      0.8.5claws42
4318         
4319         * src/news.c
4320                 Changed a printf by debug_print
4321
4322 2002-10-16 [paul]       
4323
4324         * tools/OOo2sylpheed.pl
4325                 allow for spaces in the name of the
4326                 file to be attached.
4327
4328 2002-10-16 [colin]      0.8.5claws41
4329
4330         * src/main.c
4331                 Use a tristate to change online mode
4332
4333 2002-10-16 [paul]       0.8.5claws40
4334
4335         * po/es.po
4336                 updated by Ricardo Mones Lastra
4337
4338 2002-10-16 [colin]      0.8.5claws39
4339
4340         * src/main.c
4341           src/mainwindow.[ch]
4342                 Added --online and --offline command-line
4343                 switches
4344
4345 2002-10-15 [christoph]  0.8.5claws38
4346
4347         * src/procmime.c
4348                 set mimeinfo->name to NULL after g_free to
4349                 avoid double freeing with g_free
4350
4351 2002-10-14 [christoph]  0.8.5claws37
4352
4353         * src/compose.c
4354         * src/filtering.c
4355         * src/summaryview.c
4356                 remove calls to folder->change_flags that are now
4357                 done by procmsg flag functions (seems it is not
4358                 used by any foldertype anyway)
4359         * src/folder.c
4360                 init folder->change_flags with NULL
4361
4362 2002-10-14 [christoph]  0.8.5claws36
4363
4364         * src/folder.[ch]
4365         * src/imap.[ch]
4366                 use virtual functions for folder item new and destroy
4367                 functions
4368
4369 2002-10-14 [melvin]     0.8.5claws35
4370
4371         * src/compose.c
4372                 Added a test to not run the spell checker if no default
4373                 dictionary is available. No dialog is displayed though.
4374
4375 2002-10-14 [melvin]     0.8.5claws34
4376
4377         * src/gtkaspell.c
4378                 Fixed bug in dictionary list context menu where
4379                 "More..." pointed to an emtpy submenu if the
4380                 number of dictionaries is a multiple of 15
4381                 Removed unneeded code in suggestions list creation
4382
4383 2002-10-14 [paul]       0.8.5claws33
4384
4385         * po/bg.po
4386                 updated by George Danchev
4387
4388 2002-10-13 [hoa]        0.8.5claws32
4389
4390         * src/matcher.[ch]
4391           src/matcher_parser_parser.y
4392                 removed the escaped string from internal structure
4393                 of matcher.
4394
4395 2002-10-12 [colin]      0.8.5claws31
4396
4397         * src/gtksctree.[ch]
4398           src/summaryview.c
4399                 Removed useless function gtksctree_reanchor
4400
4401 2002-10-12 [alfons]     0.8.5claws30
4402         
4403         * sync with remaining main changes 2002-10-09 - 2002-10-11
4404         - drop changes to src/compose.c (requires claws specific changes)
4405         
4406 2002-10-12 [alfons]     0.8.5claws29
4407         
4408         * sync with main changes of 2002-10-08
4409         - drop changes to src/compose.c (requires claws specific changes)
4410         - drop changes to src/summaryview.c (requires changes to compose.c)     
4411
4412 2002-10-12 [alfons]     0.8.5claws28
4413         
4414         * sync with main changes of 2002-10-07
4415
4416 2002-10-12 [alfons]     0.8.5claws27
4417
4418         * sync with main changes of 2002-10-04
4419         - drop changes to src/compose.c (requires claws specific changes)
4420         - drop changes to src/prefs_folder_item.c (claws implementation
4421           seems to be working)
4422
4423 2002-10-12 [colin]      0.8.5claws26
4424
4425         * src/mainwindow.c
4426                 Fix folder-flicker when space-reading, introduced 
4427                 in claws22.
4428
4429 2002-10-12 [colin]      0.8.5claws25
4430
4431         * src/compose.c
4432                 Save account address when saving as draft.
4433                 (closes bug 621838)
4434
4435 2002-10-12 [colin]      0.8.5claws24
4436
4437         * src/summaryview.c
4438                 Fix the problem consisting of no message selected
4439                 after the last message in a folder has been moved.
4440
4441 2002-10-12 [paul]       0.8.5claws23
4442
4443         * src/compose.c
4444           src/prefs_template.c
4445           src/template.[ch]
4446                 add Cc and Bcc to templates. Patch submitted by
4447                 John L. Males.
4448
4449 2002-10-12 [colin]      0.8.5claws22
4450
4451         * src/folderview.c
4452                 Fix a bug after "Check for new messages":
4453                 If a folder was opened, it was still selected at
4454                 the end of the check, but displayed empty.
4455         * src/mainwindow.c
4456                 Remove unnecessary check
4457
4458 2002-10-12 [paul]
4459
4460         * tools/README
4461                 be more verbose in the description of
4462                 OOo2sylpheed.pl
4463                 
4464
4465 2002-10-11 [colin]      0.8.5claws21
4466
4467         * src/mainwindow.c
4468                 Make space work (better) when no mail is selected
4469
4470 2002-10-11 [colin]      0.8.5claws20
4471
4472         * src/inc.c
4473           src/news.c
4474                 fix warnings
4475
4476 2002-10-11 [colin]      0.8.5claws19
4477
4478         * src/mainwindow.c
4479                 revert 0.8.5claws6 changes as i couldn't get to
4480                 anything satisfying
4481
4482 2002-10-11 [melvin]     0.8.5claws18
4483
4484         * src/compose.c
4485                 Removed buggy and unused macro (should have been committed in
4486                 0.8.5claws17)
4487
4488 2002-10-11 [melvin]     0.8.5claws17
4489
4490         * src/compose.c
4491                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
4492
4493 2002-10-11 [thorsten]   0.8.5claws16 
4494
4495         * src/folderview.c
4496                 remove rescan warning
4497
4498 2002-10-11 [colin]      0.8.5claws15 
4499
4500         * src/procheader.c
4501                 fix a segfault that happens if conv_unmime_header
4502                 fails (should be better to find out why it fails)
4503
4504 2002-10-11 [christoph]  0.8.5claws14
4505
4506         * src/summaryview.c
4507                 update folderview stats after ignore/unignore thread
4508
4509 2002-10-11 [hoa]        0.8.5claws13
4510
4511         * src/quote_fmt_parse.y
4512                 Fixed a yacc/bison syntax error
4513         * src/matcher.c
4514                 Escaping of string is fixed.
4515
4516 2002-10-11 [colin]      0.8.5claws12
4517
4518         * src/imageview.c
4519                 Resize images to fit
4520
4521 2002-10-11 [paul]       0.8.5claws11
4522
4523         * po/es.po
4524                 updated by Ricardo Mones Lastra
4525
4526 2002-10-10 [alfons]     0.8.5claws10
4527
4528         * src/compose.c
4529                 allow dropping files by "moving" files from a file manager,
4530                 not only by the more cumbersome "copying". the latter 
4531                 mostly implies holding down the Control button
4532
4533 2002-10-10 [christoph]  0.8.5claws9
4534
4535         * src/summaryview.c
4536                 update folders after thread building for ignored threads
4537
4538 2002-10-10 [christoph]  0.8.5claws8
4539
4540         * config/.cvsignore
4541                 added Makefile
4542         * src/filtering.[ch]
4543         * src/folder.[ch]
4544         * src/folderview.[ch]
4545         * src/import.c
4546         * src/inc.[ch]
4547         * src/mbox.[ch]
4548         * src/procmsg.c
4549         * src/summaryview.[ch]
4550                 o added new flag need_update to FolderItem
4551                 o removed folder_table from various functions from tracking
4552                   folder updates
4553                 o set need_update flags in folder.c's move, copy and delete
4554                   functions and procmsg's flags functions
4555                 o added function folderview_update_items_when_required that
4556                   updates all folders with need_update set
4557                 o call folderview_update_items_when_required instead of
4558                   folderview_update_item_foreach
4559
4560 2002-10-09 [sergey]     0.8.5claws7
4561
4562         * src/compose.c
4563                 Strip CRs whel loading the text into editor in reedit mode.
4564
4565 2002-10-09 [colin]      0.8.5claws6
4566
4567         * src/mainwindow.c
4568                 Make Space work when no mail is selected
4569
4570 2002-10-09 [colin]      0.8.5claws5
4571
4572         * src/gtksctree.[ch]
4573                 Fix range_select
4574                 Add gtk_sctree_reanchor() 
4575         * src/summaryview.c
4576                 Use gtk_sctree_reanchor() - better fix for 
4577                 bug 60413
4578
4579 2002-10-09 [colin]      0.8.5claws4
4580
4581         * src/summaryview.c
4582                 Fix shift-click select after delete problem
4583                 (closes bug 60413)
4584
4585 2002-10-08 [thorsten]   0.8.5claws3
4586
4587         * src/summaryview.c
4588                 exclude current msg from -hide read messages-
4589
4590 2002-10-08 [colin]      0.8.5claws2
4591
4592         * src/inc.[ch]
4593           src/pop.c
4594           src/recv.c
4595                 Differentiate socket errors from disk full
4596                 errors
4597
4598 2002-10-08 [christoph]  0.8.5claws1
4599
4600         * Makefile.am
4601         * configure.in
4602                 modifications for new config directory
4603
4604         * config.guess  ** REMOVED **
4605         * config.sub    ** REMOVED **
4606         * install-sh    ** REMOVED **
4607         * ltmain.sh     ** REMOVED **
4608         * missing       ** REMOVED **
4609         * mkinstalldirs ** REMOVED **
4610                 these files are autogenerated by automake
4611                 when you run autogen.sh
4612
4613         * config/.cvsignore     ** NEW FILE **
4614         * config/Makefile.am    ** NEW FILE **
4615                 ignore autogenerated files
4616                 create a Makefile in this directory
4617
4618 2002-10-08 [paul]       0.8.5claws
4619
4620         * 0.8.5claws release
4621         
4622         * src/compose.c
4623           src/procheader.c
4624           src/procmsg.c
4625                 fix quote reply format for newsgroups reply bug
4626                 (thanks to Hoa)
4627                 
4628         * po/en_GB.po
4629           po/pl.po
4630                 updated by me and Witold Wladyslaw Wojciech Wilk
4631                 repectively
4632
4633 2002-10-07 [paul]       0.8.3claws53
4634
4635         * po/it.po
4636           po/pt_BR.po
4637           po/sr.po
4638                 updated messages catalogs, submitted by
4639                 Alessandro Maestri, Fabio Jr.Beneditto 
4640                 and Urke MMI, respectively.
4641
4642 2002-10-07 [christoph]  0.8.3claws52
4643
4644         * src/folder.[ch]
4645         * src/folderview.c
4646         * src/mainwindow.c
4647                 fix new folder ghost message bug
4648                 (closes bug [ 619722 ] wrong count for newly created folders)
4649
4650 2002-10-07 [christoph]  0.8.3claws51
4651
4652         * src/compose.c
4653                 fix news posting problem
4654
4655 2002-10-07 [melvin]     0.8.3claws50
4656
4657         * po/fr.po
4658                 Updated French translation
4659
4660 2002-10-05 [christoph]  0.8.3claws49
4661
4662         * src/gtkstext.c
4663                 check if line_start_cache is set in gtk_stext_update_text
4664                 (closes bug [ 618119 ] crash while doing search in folder)
4665
4666 2002-10-05 [christoph]  0.8.3claws48
4667
4668         * src/imap.c
4669         * src/news.c
4670         * src/utils.c
4671         * src/utils.h
4672                 implement cache cleanups for claws' folder system
4673                 (closes bug [ 595916 ] imapcache not cleaned up)
4674
4675 2002-10-05 [melvin]     0.8.3claws47
4676
4677         * src/prefs_actions.c
4678                 Made the help text more clear for the %p token
4679
4680 2002-10-04 [paul]       0.8.3claws46
4681
4682         * sync with 0.8.5
4683                 see ChangeLog 2002-10-02 and 2002-10-03
4684
4685 2002-10-04 [christoph]  0.8.3claws45
4686
4687         * src/inc.c
4688                 fix segfault caused by pop before smtp
4689                 call to inc_account_mail with NULL
4690                 pointer for mainwin
4691
4692 2002-10-04 [paul]       0.8.3claws44
4693
4694         * configure.in
4695                 sync the LDAP detection from 0.8.5cvs1
4696
4697 2002-10-02 [christoph]  0.8.3claws43
4698
4699         * po/de.po
4700                 fix small spelling error
4701
4702 2002-10-02 [melvin]     0.8.3claws42
4703
4704         * ac/aspell.m4
4705                 Behave better and say "no" when test program cannot be run.
4706
4707 2002-10-02 [paul]       0.8.3claws41
4708
4709         * sync with 0.8.4cvs1
4710                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
4711                 
4712         * src/summaryview.c
4713                 toggle the behavior of Reply menuitem between
4714                 normal reply and reply-to-list
4715
4716 2002-10-01 [sergey]     0.8.3claws40
4717
4718         * src/compose.c
4719                 Convert newlines in the message text to the canonical form
4720                 before base64 encoding (RFC2045 compliance, fixes some
4721                 interoperability issues with Evolution 1.0.3)
4722
4723 2002-09-29 [colin]      0.8.3claws39
4724
4725         * src/summaryview.c
4726                 Fix an unwanted copy/paste
4727
4728 2002-09-29 [colin]      0.8.3claws38
4729
4730         * src/mainwindow.c
4731                 Renamed "Custom toolbar" to "Customize toolbar"
4732                 Renamed "Show all header" to "Show all headers"
4733                 Renamed "Set diplay item" to "Set displayed items"
4734         * src/prefs_common.c
4735                 Renamed "Show all header" to "Show all headers"
4736         * src/prefs_summary_column.c
4737                 Renamed "diplay item" to "displayed items"
4738
4739 2002-09-29 [colin]      0.8.3claws37
4740
4741         * src/mainwindow.[ch]
4742                 online/offline status pixmaps follow theme
4743                 changes
4744         * src/summaryview.[ch]
4745                 quicksearch pixmap follows theme changes
4746
4747 2002-09-29 [thorsten]   0.8.3claws36
4748
4749         * src/compose.c
4750           src/prefs_folder_item.[ch]
4751                 add default_reply_to folder option (closes patch 581044)
4752
4753 2002-09-29 [christoph]  0.8.3claws35
4754
4755         * acconfig.h    ** REMOVED **
4756         * configure.in
4757         * ac/aspell.m4
4758         * ac/check-type.m4
4759         * ac/gnupg-check-typedef.m4
4760                 fix autoheader 2.50 warning
4761
4762 2002-09-29 [christoph]  0.8.3claws34
4763
4764         * major code cleanup (part 2)
4765         
4766                 - unused variables removed
4767                 - unused functions removed
4768                 - uninitialized variables checked
4769                 - missing return statements added
4770                 - missing function return types added
4771                 - added parentheses around assignment
4772                   when suggested by gcc
4773
4774 2002-09-29 [alfons]     0.8.3claws33
4775
4776         * src/logwindow.c
4777                 log_window_clear(): only bracket gtk_text_forward_delete() 
4778                 with gtk_text_freeze() / gtk_text_thaw() (see if this
4779                 works around GTK text bug)
4780
4781 2002-09-29 [paul]       0.8.3claws32
4782
4783         * po/bg.po
4784           po/sr.po
4785                 updated by George Danchev and Urke MMI
4786                 respectively
4787
4788 2002-09-27 [christoph]  0.8.3claws31
4789
4790         * doc-src/readme.txt
4791         * doc-src/rfc1806.txt   ** REMOVED **
4792         * doc-src/rfc2183.txt   ** NEW FILE **
4793         * doc-src/rfc2980.txt   ** NEW FILE **
4794                 update rfcs
4795
4796 2002-09-27 [melvin]     0.8.3claws30
4797
4798         * ac/aspell.m4
4799                 Fixed typo which could break linking
4800
4801 2002-09-27 [melvin]     0.8.3claws29
4802
4803         * ac/aspell.m4
4804                 Improved GNU/aspell checking. 
4805                 Fixed bug #614490
4806
4807 2002-09-27 [paul]       0.8.3claws28
4808
4809         * sync with 0.8.3cvs8
4810                 see ChangeLog 2002-09-27
4811
4812 2002-09-26 [colin]      0.8.3claws27
4813
4814         * src/toolbar.[ch]
4815           src/mainwindow.[ch]
4816                 Add "Reply to Mailing-list" to the toolbar
4817
4818 2002-09-26 [christoph]  0.8.3claws26
4819
4820         * src/summaryview.c
4821                 Fix wrong message counts in summaryview status
4822
4823 2002-09-26 [paul]       0.8.3claws25
4824
4825         * sync with 0.8.3cvs7
4826                 see ChangeLog 2002-09-26
4827
4828 2002-09-26 [paul]       0.8.3claws24
4829
4830         * sync with 0.8.3cvs6
4831                 see ChangeLog 2002-09-25
4832
4833 2002-09-25 [christoph]  0.8.3claws23
4834
4835         * src/prefs_common.c
4836         * src/prefs_folder_item.c
4837         * src/prefs_scoring.c
4838                 Renamed "kill score" to "hide score" in GUI
4839                 and prefs files
4840
4841 2002-09-25 [paul]       0.8.3claws22
4842
4843         * sync with 0.8.3cvs5
4844                 see ChangeLog 2002-09-24
4845
4846 2002-09-24 [alfons]     0.8.3claws21
4847
4848         patch by Satoshi Nagayasu: allows appending / saving multiple 
4849         selected files (closes "[ 612279 ] save multiple mesg(s) in 
4850         'Save as ...'")
4851
4852         * AUTHORS
4853                 add Satoshi Nagayasu
4854         * src/summaryview.c
4855                 summary_save_as(): allow saving selected files to
4856                 one file
4857                 summary_set_menu_sensitive: enable "Save As..." when
4858                 multiple files are selected
4859         * src/utils.[ch]
4860                 append_file(): new function
4861
4862 2002-09-24 [colin]      0.8.3claws20
4863
4864         * src/procmime.c
4865                 Fix segfault when mimeinfo doesn't have a 
4866                 content_type. 
4867
4868 2002-09-24 [colin]      0.8.3claws19
4869
4870         * src/prefs_common.[ch]
4871                 Add a preference to display send dialog or not
4872         * src/send.c
4873                 Display send dialog according to preference
4874
4875 2002-09-24 [colin]      0.8.3claws18
4876
4877         * src/compose.[ch]
4878                 Disable user actions when sending
4879
4880 2002-09-24 [colin]      0.8.3claws17
4881
4882         * src/procmime.c
4883                 Do not display name or filename for attachments
4884                 with an application/pgp-signature type
4885                 (security flaw, see bug 537413)
4886
4887 2002-09-23 [colin]      0.8.3claws16
4888
4889         * src/editaddress.c
4890                 Initialize entry_email, entry_alias and 
4891                 entry_remarks to first email address of the list
4892
4893 2002-09-23 [colin]      0.83claws15
4894
4895         * src/compose.c
4896                 Drop pgp-signature when reediting a signed queued
4897                 message
4898
4899 2002-09-23 [melvin]     0.8.3claws14
4900
4901         * po/fr.po
4902                 Updated French translation
4903
4904 2002-09-23 [melvin]     0.8.3claws13
4905
4906         * src/mainwindow.c
4907                 Made custom toolbar menu labels more consistent
4908         * src/prefs_toolbar.c
4909                 Made custom toolbar window title more consistent
4910
4911 2002-09-22 [colin]      0.8.3claws12
4912
4913         * src/inc.c
4914                 Initialize session type to normal before getting 
4915                 mail (fixes strange Get behaviour)
4916         * src/prefs_account.h
4917                 Move STYPE_POP_BEFORE_SMTP to last position to 
4918                 avoid other side-effects
4919
4920 2002-09-22 [colin]      0.8.3claws11
4921
4922         * src/prefs_account.c
4923                 Fix pop_bfr_smtp_tm_entry sensivity when switching
4924                 from pop3 to apop or vice-versa
4925
4926 2002-09-22 [colin]      0.8.3claws10
4927         
4928         * src/prefs_account.[ch]
4929                 Add an option for the POP before SMTP timeout
4930         * src/inc.c
4931                 Remember time of last POP connection
4932         * src/send.c
4933                 Do POP before SMTP only if timeout reached
4934
4935 2002-09-22 [oliver]     0.8.3claws9
4936         
4937         * README.claws
4938                 explain custom toolbar
4939
4940 2002-09-22 [oliver]     0.8.3claws8
4941
4942         * src/prefs_actions.[ch]
4943         custom toolbar for compose      
4944                 actions callback from compose toolbar
4945         * src/folderview.c
4946                 remove include toolbar.h
4947
4948 2002-09-22 [oliver]     0.8.3claws7
4949         
4950         * src/prefs_toolbar.[ch]
4951                 custom toolbar for compose
4952                 - generic prefs_toolbar handles both
4953                   Mainwin's toolbar as well as Compose toolbar          
4954
4955 2002-09-22 [oliver]     0.8.3claws6
4956         
4957         * src/toolbar.[ch]
4958                 custom toolbar for compose
4959                 restructure toolbar.[ch]
4960
4961 2002-09-22 [oliver]     0.8.3claws5
4962
4963         * src/compose.[ch]
4964                 custom toolbar for compose
4965
4966 2002-09-22 [oliver]     0.8.3claws4
4967         
4968         * src/mainwindow.[ch]
4969                 custom toolbar for compose 
4970                 move mainwin toolbar back to mainwindow
4971
4972 2002-09-22 [alfons]     0.8.3claws3
4973
4974         * src/procmsg.c
4975                 :%sno/if(/if (/gc
4976                 :%sno/for(/for (/gc
4977                 (beautify)
4978
4979 2002-09-22 [alfons]     0.8.3claws2
4980         
4981         * src/procmsg.c
4982                 procmsg_save_to_outbox(): don't unlink message file from queue;
4983                 callers should do it using folder_item_remove_msg()
4984
4985 2002-09-22 [colin]      0.8.3claws1
4986
4987         * src/mimeview.[ch]
4988                 Made mimeview_check_signature() public
4989         * src/textview.c
4990                 Made GPG signatures verifiable by clicking
4991                 the [application/pgp-signature] in the Text
4992                 view
4993
4994 2002-09-22 [paul]       0.8.3claws
4995
4996         * po/bg.po
4997           po/en_GB.po
4998           po/es.po
4999           po/it.po
5000           po/pl.po
5001           po/pt_BR.po
5002           po/sr.po
5003                 updated translations, submitted by George Danchev,
5004                 me, Ricardo Mones Lastra, Alessandro Maestri,
5005                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
5006                 and Urke MMI, respectively.     
5007
5008 2002-09-22 [alfons]     0.8.2claws65
5009
5010         * src/procmsg.c
5011         * src/pgptext.c
5012                 no furry valgrinds have been used to plug these memleaks
5013
5014 2002-09-20 [paul]       0.8.2claws64
5015
5016         * sync with 0.8.3cvs4
5017                 'Select thread' re-implemented 
5018                 see ChangeLog 2002-09-20
5019
5020 2002-09-21 [alfons]     0.8.2claws63
5021
5022         * src/compose.c
5023                 compose_send(): plug unnoticed memleak
5024
5025 2002-09-20 [alfons]     0.8.2claws62
5026
5027         * src/addr_compl.c
5028                 replace_address_in_edit(): strict check for NULL address to
5029                 fix "[ 607348 ] Segfault in address completion". My guess is
5030                 that this happens with an empty address book, but it's good
5031                 to have this check here anyway
5032                 
5033                 completion_window_button_press(): free string returned 
5034                 from the internal cache
5035
5036 2002-09-20 [christoph]  0.8.2claws61
5037
5038         * src/procmime.h
5039                 added ENC_BINARY to EncodingType
5040         * src/procmime.c
5041                 the string returned by procmime_get_encoding_str
5042                 should not depend on the order of values in the
5043                 EncodingType definition
5044         * doc-src/rfc1806.txt   ** NEW FILE **
5045                 Added rfc1806 about MIME Content-Disposition
5046                 Extension
5047
5048 2002-09-19 [paul]       0.8.2claws60
5049
5050         * sync with 0.8.2cvs3
5051                 see ChangeLog 2002-09-19
5052
5053 2002-09-19 [paul]       0.8.2claws59
5054
5055         * src/prefs_folder_item.c
5056                 revert to Darko's original alignment of colour
5057                 selector button
5058                 add a colon to folder_color label
5059                 
5060         * src/compose.c
5061                 add Colin's patch (with Hiro's modifications) to 
5062                 force BASE64 encoding for 8-bit text when signing
5063                 (sync with 0.8.3cvs2)
5064
5065 2002-09-18 [alfons]     0.8.2claws58
5066
5067         * src/compose.c
5068                 :%sno/if(/if (/gc
5069                 :%sno/for(/for (/gc
5070                 (beautify a little bit)
5071
5072 2002-09-18 [christoph]  0.8.2claws57
5073
5074         * src/pine.c
5075                 fix handling of fgetc return value
5076
5077 2002-09-17 [alfons]     0.8.2claws56
5078         
5079         * src/summaryview.c
5080                 summary_sort(): check non-NULL summaryview->folder_item when no 
5081                 folder is selected at all
5082                 (closes "[ 610344 ] sort label make syl Crash")
5083
5084 2002-09-17 [alfons]     0.8.2claws55
5085         
5086         * src/compose.c
5087                 beautify a little bit
5088
5089 2002-09-17 [christoph]  0.8.2claws54
5090
5091         * src/folder.c
5092                 initialize max values for cache and folder
5093                 when cache or folder is empty
5094
5095 2002-09-15 [colin]      0.8.2claws53
5096
5097         * src/compose.c
5098                 Fix a leak (thanks Alfons!) and cleaned
5099                 variables names for custom headers
5100
5101 2002-09-15 [colin]      0.8.2claws52
5102
5103         * src/compose.c
5104                 Fix custom headers recognition when
5105                 prefs_common.trans_hdr is on
5106
5107 2002-09-15 [colin]      0.8.2claws51
5108
5109         * src/compose.c
5110                 Allow dynamically-added custom headers
5111                 Yet not reparsed if reedited
5112
5113 2002-09-15 [alfons]     0.8.2claws50
5114
5115         * src/prefs_account.c
5116                 fix warnings
5117
5118 2002-09-15 [colin]      0.8.2claws49
5119         
5120         * src/prefs_account.c
5121                 fix pop_before_smtp sensitivity
5122
5123 2002-09-15 [colin]      0.8.2claws48
5124
5125         * src/inc.[ch]
5126                 add inc_pop_before_smtp()
5127                 allow MainWindow to be undefined in 
5128                 inc_account_mail() and inc_start()
5129         * src/pop.c
5130           src/prefs_account.h
5131                 add STYPE_POP_BEFORE_SMTP session type
5132         * src/prefs_account.c
5133                 activated pop before smtp option
5134         * src/send.c
5135                 do pop before smtp if the relevant option 
5136                 is set
5137
5138 2002-09-15 [paul]       0.8.2claws47
5139
5140         * sync with 0.8.3
5141                 see ChangeLog 2002-09-15
5142
5143 2002-09-14 [paul]       0.8.2claws46
5144
5145         * po/bg.po
5146                 updated Bulgarian translation, submitted by
5147                 George Danchev
5148
5149 2002-09-13 [paul]       0.8.2claws45
5150
5151         * src/compose.c
5152                 merge claws' select_account() with main's
5153                 (new) compose_select_account(). [sync with
5154                 0.8.2cvs15, see ChangeLog 2002-09-11]
5155
5156 2002-09-12 [christoph]  0.8.2claws44
5157
5158         * src/filter.c
5159                 allocate 1 elements of FolderItem not 0
5160
5161 2002-09-12 [colin]      0.8.2claws43
5162
5163         * src/compose.c
5164                 Fix bug #590825 (obey Follow-up: poster)
5165
5166 2002-09-12 [colin]      0.8.2claws42
5167
5168         * src/procmime.c
5169                 Fix bug #557009 (wrong headers for messages 
5170                 forwarded as attachments)
5171
5172 2002-09-11 [colin]      0.8.2claws41
5173         
5174         * src/compose.c
5175                 Put SCF: pseudo-header on top of message
5176                 Set draft tmp_flag when saved as draft
5177
5178         * src/procmsg.c
5179           src/procheader.c
5180                 Skip after first \n\n for beginning of real message
5181                 for drafts too
5182
5183 2002-09-11 [christoph]  0.8.2claws40
5184
5185         * src/filtering.c
5186                 use procmsg flag functions in filtering or processing
5187                 will cause incorrect folder message counts
5188
5189 2002-09-11 [colin]      0.8.2claws39
5190
5191         * src/compose.c
5192                 Fix bug #550175 - wrong save folder when reediting
5193                 drafts
5194
5195 2002-09-11 [paul]       0.8.2claws38
5196
5197         * sync with 0.8.2cvs14
5198                 see ChangeLog 2002-09-11
5199
5200 2002-09-11 [colin]      0.8.2claws37
5201
5202         * src/folder.c
5203                 Fix a typo (seeming to cause new/unread status to
5204                 be lost)
5205
5206 2002-09-10 [christoph]  0.8.2claws36
5207
5208         * src/compose.c
5209                 compose_redirect should not use compose_generic_new
5210                 because that does more stuff than expected including
5211                 opening the external editor
5212                 (closes bug "[ 526608 ] bounced messages appear blank
5213                  in editor")
5214
5215 2002-09-10 [christoph]  0.8.2claws35
5216
5217         * src/folder.c
5218                 fix problem with too large message number range
5219                 causing a crash in folder_item_scan
5220
5221 2002-09-10 [paul]       0.8.2claws34
5222
5223         * sync with 0.8.2cvs13
5224                 see ChangeLog 2002-09-10
5225
5226 2002-09-10 [christoph]  0.8.2claws33
5227
5228         * src/msgcache.c
5229                 set MsgInfo TmpFlags for queue and draft folders
5230                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
5231
5232 2002-09-10 [paul]       0.8.2claws32
5233
5234         * AUTHORS
5235           po/bg.po      ** NEW FILE **
5236                 new Bulgarian translation submitted by
5237                 George Danchev <danchev@spnet.net>
5238                 
5239         * tools/Makefile.am
5240           tools/README
5241           tools/tb2sylpheed     ** NEW FILE **
5242                 add script that converts an addressbook exported
5243                 from The Bat! into a Sylpheed addressbook. Submitted
5244                 by Urke MMI <urke-kg@eunet.yu>
5245
5246 2002-09-10 [paul]       0.8.2claws31
5247
5248         * sync with 0.8.2cvs12
5249                 see ChangeLog 2002-09-10
5250
5251 2002-09-06 [paul]       0.8.2claws30
5252
5253         * src/prefs_common.c
5254                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
5255                 
5256         * tools/Makefile.am
5257           tools/README
5258           tools/ldif-to-xml.py  ** REMOVED **
5259                 remove obsolete python script
5260
5261 2002-09-06 [paul]       0.8.2claws29
5262
5263         * sync with 0.8.2cvs10
5264                 see ChangeLog 2002-09-06
5265
5266 2002-09-04 [paul]       0.8.2claws28
5267
5268         * sync with 0.8.2cvs9
5269                 see ChangeLog 2002-08-04
5270
5271 2002-09-04 [colin]      0.8.2claws27 
5272
5273         * src/prefs_common.[ch]
5274                 Added signature color configuration
5275         * src/textview.c
5276                 Use user-specified signature color
5277
5278 2002-09-03 [colin]      0.8.2claws26
5279
5280         * src/prefs_common.[ch]
5281                 Added autosave and autosave_length prefs
5282         * src/compose.c
5283                 Added compose_remove_draft()
5284                 Auto-save drafts according to the prefs
5285         * src/main.c
5286                 Added a crash-indicator file, allowing to check
5287                 for new messages on startup if Sylpheed crashed
5288                 (makes saved drafts "reappear")
5289
5290 2002-09-03 [colin]      0.8.2claws25
5291
5292         * src/textview.[ch]
5293                 Grey the signature
5294
5295 2002-09-03 [paul]       0.8.2claws24
5296
5297         * sync with 0.8.2cvs8
5298                 see ChangeLog 2002-09-02 and 2002-09-03
5299
5300 2002-09-03 [darko]      0.8.2claws23
5301
5302         * src/folderview.c
5303                 use normal style when creating new folder to pick
5304                 proper font size 
5305
5306 2002-09-02 [melvin]     0.8.2claws22
5307
5308         * src/gtkaspell.m4
5309                 removed some obsolete code
5310
5311 2002-09-02 [melvin]     0.8.2claws21
5312
5313         * ac/aspell.m4
5314                 fixed test's equality sign (== to =)
5315
5316 2002-09-02 [alfons]     0.8.2claws20
5317
5318         * src/folder.c
5319         * src/mh.c
5320                 revert change of 0.8.2claws16 and use the mh_folder_destroy
5321                 as folder->destroy virtual as suggested by Hiro
5322                 (the mh.c code seems to have been lost around mh.c.1.21)
5323
5324 2002-09-02 [paul]       0.8.2claws19
5325
5326         * po/pt_BR.po
5327                 updated by Fabio Jr. Beneditto
5328                 
5329         * src/defs.h
5330                 use 'http://claws.sylpheed.org' for homepage link. 
5331                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
5332
5333 2002-09-01 [alfons]     0.8.2claws18
5334
5335         * src/mh.c
5336                 plug memleak related to one Martin Kluge found
5337
5338 2002-08-31 [paul]       0.8.2claws17
5339
5340         * sync with 0.8.2cvs6
5341                 see ChangeLog 2002-08-30
5342
5343 2002-08-31 [alfons]     0.8.2claws16
5344
5345         * src/folder.c
5346                 folder_destroy(): remove mailbox from folderlist even if it has
5347                 no destroy virtual
5348
5349 2002-08-31 [alfons]     0.8.2claws15
5350
5351         * src/folder.c
5352                 :%sno/if(/if (/gc
5353                 :%sno/for(/for (/gc
5354                 (being pedantic I know)
5355
5356 2002-08-31 [alfons]     0.8.2claws14
5357
5358         * src/folder.c
5359                 check for NULL pointers returned from folder->fetch_msginfo virtual
5360                 (should solve some reported crashes)
5361
5362 2002-08-30 [alfons]     0.8.2claws13
5363
5364         * acconfig.h
5365         * configure.in
5366         * src/crash.c
5367                 enable crash dialog on compilation time
5368                 (--enable-crash-dialog configure option)
5369
5370 2002-08-30 [alfons]     0.8.2claws12
5371
5372         * AUTHORS
5373                 add Martin Kluge
5374         * src/mh.c
5375                 apply memory leak plug patch by Martin Kluge
5376                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
5377                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
5378                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
5379
5380 2002-08-30 [darko]      0.8.2claws11
5381
5382         * src/folderview.c
5383                 copy Gtk style from normal style to match
5384                 font size for coloured folders
5385
5386 2002-08-29 [alfons]     0.8.2claws10
5387
5388         * sylpheed.desktop
5389                 Type=Internet <- Type=Application
5390                 (reported by Michael Schwendt, see:
5391                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
5392                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
5393
5394 2002-08-29 [paul]       0.8.2claws9
5395
5396         * sync with 0.8.2cvs5
5397                 see ChangeLog 2002-08-29
5398
5399 2002-08-29 [colin]      0.8.2claws8
5400
5401         * src/summaryview.c
5402                 Added a sanity check in summary_select_thread
5403                 Should fix bug 601605
5404
5405 2002-08-29 [colin]      0.8.2claws7
5406
5407         * src/main.c
5408                 Revert claws6 changes regarding bug #591676
5409
5410 2002-08-28 [colin]      0.8.2claws6
5411         
5412         * src/main.c
5413                 Ignore cache for queue folderitems
5414                 Fix bug #591676
5415
5416 2002-08-28 [melvin]     0.8.2claws5
5417
5418         * README.claws
5419                 Fixed typos.
5420
5421 2002-08-28 [melvin]     0.8.2claws4
5422
5423         * README.claws
5424                 Updated a bit the text concerning the spell checker
5425
5426 2002-08-28 [melvin]     0.8.2claws3
5427
5428         Merged the GNU_aspell_branch:
5429                 Support of new GNU/aspell is now included and the old pspell
5430                 is not supported anymore.
5431                 See README.claws
5432
5433         * README.claws
5434                 Updated spell checker text to reflect the switch to GNU/aspell
5435
5436         * ac/aspell.m4          *** NEW ***
5437         * src/gtkaspell.[ch]    *** NEW *** 
5438         * ac/pspell.m4          *** DELETED *** 
5439         * src/gtkspell.[ch]     *** DELETED ***
5440
5441         * ac/Makefile.am
5442                 Updated for GNU/aspell support
5443
5444         * po/POTFILES.in
5445                 Replaced gtkspell.c by gtkaspell.c
5446
5447         * acconfig.h
5448         * src/Makefile.am
5449         * src/about.c
5450         * src/compose.[ch]
5451         * src/crash.c
5452         * src/main.c
5453         * src/prefs_common.[ch]
5454                 Updated for GNU/aspell support
5455
5456 2002-08-28 [paul]       0.8.2claws2
5457
5458         * sync with 0.8.2cvs4
5459                 see ChangeLog 2002-08-27 and 2002-08-28
5460
5461 2002-08-28 [colin]      0.8.2claws1
5462
5463         * src/summary_search.c
5464                 Added "AND search"
5465
5466 2002-08-28 [jens]       0.8.2claws
5467
5468         *po/de.po
5469                 Updated German translations
5470
5471 2002-08-27 [melvin]     0.8.2claws
5472
5473         * po/fr.po
5474                 Updated French translations
5475
5476 2002-08-27 [paul]       0.8.2claws
5477
5478         * sync with 0.8.2 main release
5479
5480         * po/en_GB.po
5481           po/es.po
5482           po/it.po
5483           po/pl.po
5484           po/pt_BR.po
5485           po/sr.po
5486                 updated message catalogs submitted by
5487                 Ricardo Mones Lastra, Alessandro Maestri,
5488                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
5489                 Beneditto and Urke MMI  
5490
5491 2002-08-27 [hoa]        0.8.1claws123
5492
5493         * src/mainwindow.[ch]
5494         * src/summaryview.[ch]
5495                 removed the "filter setting" menu option.
5496                 add a "cancel a news message" menu option.
5497
5498 2002-08-26 [martin]     0.8.1claws122
5499
5500         * ChangeLog.claws
5501                 changed string under 0.8.1claws79 changed by myself
5502                 i'm sorry alfons :(
5503
5504 2002-08-26 [martin]     0.8.1claws121
5505
5506         * src/crash.c
5507                 added kill command to debuggerrc to start crash dialog
5508
5509 2002-08-26 [paul]       0.8.1claws120
5510
5511         * sync with 0.8.1cvs31
5512                 see ChangeLog 2002-08-26
5513
5514 2002-08-25 [alfons]     0.8.1claws119
5515
5516         * src/procmsg.c
5517                 fix bug that didn't send out correct headers to news server
5518                 when sending news article and email from queue (bug reported
5519                 and patch provided by Tim Mann; closes bug 
5520                 "[ 583196 ] 0.7.8claws can't post news")
5521
5522 2002-08-25 [alfons]     0.8.1claws118
5523
5524         * src/selective_download.c
5525                 mark two strings as translatable
5526                 (thanks to Urke MMI for pointing this out)
5527
5528 2002-08-25 [alfons]     0.8.1claws117
5529
5530         * src/summaryview.c
5531                 treat sent boxes as special and allow sorting them by addressee
5532                 (closes "[ 589418 ] Sent folder sorting misbehavior"
5533                 submitted by Steve Lamb)
5534
5535 2002-08-24 [alfons]     0.8.1claws116
5536
5537         * src/matcher.c
5538                 fix memleak reported by Martin Kluge
5539                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
5540
5541 2002-08-24 [oliver]     0.8.1claws115
5542
5543         * src/prefs_toolbar.c
5544                 o code cleanup as suggested by Alfons
5545                 o memleak fix
5546
5547 2002-08-24 [alfons]     0.8.1claws114
5548
5549         * src/summaryview.c
5550                 o fix another memory leak reported by Martin Kluge
5551                   (see "[ 599568 ] Small Memory Leak")
5552                 o remove 'from' variable from 'summary_set_header()'; we can
5553                   do with just 'to' 
5554
5555 2002-08-24 [paul]       0.8.1claws113
5556
5557         * sync with 0.8.1cvs30
5558                 see ChangeLog 2002-08-23
5559
5560 2002-08-24 [alfons]     0.8.1claws112
5561
5562         * src/summaryview.c
5563                 remove unnecessary allocations for search bar fixing leaks
5564                 reported by Martin Kluge
5565                 (see "[ 599451 ] Further memory leaks?")
5566
5567 2002-08-24 [alfons]     0.8.1claws111
5568
5569         * src/main.c
5570                 make get_socket_name() public for crash.c
5571         * src/crash.c
5572                 o make report bug button work (goes to claws' 
5573                   bug tracker at sf.net)
5574                 o introduce function for doing important stuff just
5575                   before claws goes down
5576                 o clean up code 
5577
5578 2002-08-24 [alfons]     0.8.1claws110
5579
5580         * src/compose.c
5581                 move cursor to "To" entry when forwarding as attachment
5582                 (reported and solved by Steve Lamb, closes bug report
5583                 "[ 592880 ] Forward as attachment; cursor not in to")
5584
5585 2002-08-24 [colin]      0.8.1claws109
5586
5587         * src/mainwindow.c
5588                 fix quick search visibility after GUI (de)separations.
5589
5590 2002-08-23 [colin]      0.8.1claws108
5591
5592         * src/mainwindow.c
5593                 fix header pane visibility after folderview or
5594                 messageview (de)separation
5595
5596 2002-08-23 [paul]       0.8.1claws107
5597
5598         * src/mainwindow.[ch]
5599           src/toolbar.c
5600                 give full control of display or non-display 
5601                 of the Execute icon to Custom toolbar settings.
5602                 add new sensitivity condition to maninwindow.h: 
5603                 M_DELAY_EXEC
5604
5605         * ChangeLog
5606           ChangeLog.jp
5607           NEWS
5608                 more sync with 0.8.1cvs29
5609
5610 2002-08-23 [melvin]     0.8.1claws106
5611
5612         * src/alertpanel.c
5613                 Readded support for custom widget in alertpanel lost in last
5614                 sync.
5615
5616 2002-08-23 [paul]       0.8.1claws105
5617
5618         * sync with 0.8.1cvs29
5619                 see ChangeLog 2002-08-23
5620
5621 2002-08-23 [colin]      0.8.1claws104
5622
5623         * src/summaryview.c
5624                 Fix folder and search pixmaps exchanging positions
5625                 after theme or toolbar changes. Thank to Oliver for 
5626                 reporting this.
5627
5628 2002-08-23 [colin]      0.8.1claws103
5629
5630         * src/mainwindow.c
5631           src/messageview.[ch]
5632           src/noticeview.[ch]
5633           src/summaryview.c
5634                 Changed messageview_create() and noticeview_create()
5635                 to avoid the last gdk_warning
5636
5637 2002-08-22 [colin]      0.8.1claws102
5638
5639         * src/summaryview.c
5640                 Fix my new `Creating pixmap from xpm' warning
5641
5642 2002-08-22 [colin]      0.8.1claws101
5643
5644         * src/mainwindow.c
5645                 Fix some of the gdk warnings
5646
5647 2002-08-22 [colin]      0.8.1claws100
5648
5649         * src/Makefile.am
5650         * src/stock_pixmap.c
5651         * src/stock_pixmap.h
5652         * src/pixmaps/quicksearch.xpm *ADDED*
5653                 Add the quicksearch pixmap
5654         * src/mainwindow.c
5655         * src/summaryview.c
5656         * src/summaryview.h
5657                 Make quicksearch bar visible/hidden via a button
5658
5659 2002-08-22 [christoph]  0.8.1claws99
5660
5661         * src/folder.c
5662                 fix folder update for newsgroups with message
5663                 numbers below minimum number of articles to fetch
5664                 (closes bug #598445)
5665
5666 2002-08-22 [paul]       0.8.1claws98
5667
5668         * sync with 0.8.1cvs28
5669                 see ChangeLog 2002-08-22
5670
5671 2002-08-21 [alfons]     0.8.1claws97
5672
5673         * src/crash.c
5674                 use bt instead of bt full which seems to work 
5675                 better, and bt full doesn't give a great deal 
5676                 of information anyway
5677
5678 2002-08-21 [colin]      0.8.1claws96
5679
5680         * src/summaryview.c
5681                 fix summaryview_searchtype_changed prototype
5682
5683 2002-08-21 [christoph]  0.8.1claws95
5684
5685         * src/mainwindow.c
5686                 o fix broken menu update for sorting type, we have to
5687                   get this info from the summaryview now
5688                 o removed setting of threaded state in menu callback
5689         * src/summaryview.[ch]
5690                 more summaryview/folderitem seperation for
5691                 threading option
5692         * configure.in
5693                 removed not required --with-compiler-flags option
5694
5695 2002-08-21 [oliver]     0.8.1claws94
5696         
5697         * src/toolbar.h 
5698                 o rename toolbar.xml to toolbar_main.xml
5699                   since toolbar_compose.xml might come up 
5700                   any time soon
5701         * README.claws
5702                 add custom toolbar              
5703
5704 2002-08-21 [darko]      0.8.1claws93
5705
5706         * src/procmsg.c
5707                 don't reset tmp flags for messages copied
5708                 to sent folder
5709
5710 2002-08-21 [colin]      0.8.1claws92
5711         
5712         * src/prefs_filtering.c
5713                 fix renaming rules on folder rename 
5714                 when folder is not a leaf folder
5715
5716 2002-08-21 [paul]       0.8.1claws91
5717
5718         * src/prefs_folder_item.c
5719                 fix alignment of colour selector
5720
5721 2002-08-21 [paul]       0.8.1claws90
5722
5723         * sync with 0.8.1cvs27
5724                 see ChangeLog 2002-08-21
5725
5726 2002-08-21 [paul]       0.8.1claws89
5727
5728         * src/summaryview.c
5729                 fix crash when changing field type in
5730                 Quick search bar
5731
5732 2002-08-21 [colin]      0.8.1claws88
5733
5734         * src/summaryview.c
5735                 Made quick search case-insensitive
5736
5737 2002-08-21 [paul]       0.8.1claws87
5738
5739         * sync with 0.8.1cvs26
5740                 see ChangeLog 2002-08-21
5741
5742 2002-08-20 [christoph]  0.8.1claws86
5743
5744         * src/folderview.c
5745         * src/main.c
5746         * src/summaryview.[ch]
5747                 more summaryview/folderitem seperation for
5748                 sort_key and sort_type
5749         * src/procmsg.c
5750                 added missing return statement
5751
5752 2002-08-20 [colin]      0.8.1claws85
5753
5754         * src/summaryview.[ch]
5755                 Added a quick search box
5756         * src/mainwindow.c
5757         * src/prefs_common.[ch]
5758                 Added a show/hide option for the quick search
5759
5760 2002-08-20 [oliver]     0.8.1claws84
5761         
5762         * src/mainwindow.c
5763                 remove toolbar_create_popups
5764         * src/toolbar.[ch]
5765                 o remove toolbar_create_popups
5766                 o fix toolbar_set_sensitive 
5767                   (Bug reports #596834 and #596832)     
5768         * src/prefs_toolbar.c
5769                 o add "Set default" button
5770                 o align label and text + combo widgets
5771
5772 2002-08-20 [hoa]        0.8.1claws83bis
5773
5774         * src/imap.c
5775                 fixed a bug in imap_fetch_msginfo() in case there is no
5776                 current folder.
5777
5778 2002-08-20 [darko]      0.8.1claws83
5779
5780         * src/folderview.c
5781                 copy the color style of folder view so it
5782                 works with GTK themes
5783
5784 2002-08-20 [darko]      0.8.1claws82
5785
5786         * src/folder.h
5787         * src/folderview.c
5788         * src/prefs_folder_item.[hc]
5789                 don't use UI stuff in folder.h
5790
5791 2002-08-20 [darko]      0.8.1claws81
5792
5793         * src/folder.h
5794         * src/prefs_folder_item.h
5795         * src/folderview.c
5796         * src/prefs_folder_item.c
5797                 ability to set folder color in folderview
5798
5799 2002-08-19 [alfons]     0.8.1claws80
5800
5801         * src/summaryview.c
5802                 fix one of the earlier memleaks reported by Martin Kluge
5803
5804 2002-08-19 [alfons]     0.8.1claws79
5805
5806         * src/mainwindow.c
5807                 hide notice view when selecting seperate folder
5808                 view (reported by Urke MMI)
5809
5810 2002-08-19 [christoph]  0.8.1claws78
5811
5812         * src/folderview.c
5813         * src/prefs_folder_item.h
5814         * src/summaryview.[ch]
5815                 o add summary_set_prefs_from_folderitem to set
5816                   summaryview prefs (first step to remove all
5817                   references to the folderitem in summaryview)
5818                 o moved compiled regex stuff from folderitem prefs
5819                   to summaryview code
5820
5821 2002-08-19 [paul]       0.8.1claws77
5822
5823         * src/compose.c
5824                 add check for '.' to QUOTE_IF_REQUIRED
5825
5826 2002-08-19 [paul]       0.8.1claws76
5827
5828         * src/inc.c
5829                 sync with 0.8.1cvs25 (plug memory leak)
5830
5831         * src/prefs_toolbar.c
5832                 re-order prefs_toolbar_cancel()
5833
5834 2002-08-18 [alfons]     0.8.1claws75
5835
5836         * src/inc.c
5837         * src/matcher.c
5838                 plug other memleaks reported by Martin Kluge
5839
5840 2002-08-18 [paul]       0.8.1claws74
5841
5842         * po/pt_BR.po
5843                 updated by Fabio Jr. Beneditto
5844
5845 2002-08-18 [paul]       0.8.1claws73
5846
5847         * src/toolbar.[ch]
5848                 fix bug where tooltips were displayed untranslated              
5849
5850         * src/prefs_toolbar.c
5851                 fix bug where clicking 'Cancel' creates an icon & text
5852                 toolbar regardless of prefs
5853         
5854
5855 2002-08-17 [oliver]     0.8.1claws72
5856
5857         * src/prefs_toolbar.c
5858                 update toolbar on CANCEL
5859                 bug reported by Martin Kluge
5860         * src/toolbar.c
5861                 toolbar_destroy memleak fixed           
5862
5863 2002-08-17 [alfons]     0.8.1claws71
5864
5865         * src/toolbar.c
5866                 plug another memleak reported by Martin Kluge
5867
5868 2002-08-16 [alfons]     0.8.1claws70
5869
5870         * src/crash.c
5871                 use execvp() correctly (suggested by wwp; thanks!)
5872
5873 2002-08-16 [alfons]     0.8.1claws69
5874
5875         * src/gtksctree.c
5876                 plug memory leak reported by Kim Schultz & Martin Kluge
5877
5878 2002-08-16 [paul]       0.8.1claws68
5879
5880         * po/es.po
5881                 updated by Ricardo Mones Lastra
5882
5883 2002-08-16 [paul]       0.8.1claws67
5884
5885         * src/toolbar.h
5886                 fix bug where 'Compose News' icon showed wrong
5887                 tooltip
5888
5889 2002-08-16 [paul]       0.8.1claws66
5890
5891         * sync with 0.8.1cvs24
5892                 see ChangeLog 2002-08-16
5893
5894         * po/it.po
5895                 updated by Alessandro Maestri
5896
5897 2002-08-15 [paul]       0.8.1claws65
5898
5899         * po/sr.po
5900                 updated by Urke MMI
5901
5902 2002-08-15 [paul]       0.8.1claws64
5903
5904         * src/*.c
5905                 don't translate debug info
5906
5907         * src/matcher.[ch]
5908                 add copyright info
5909
5910 2002-08-15 [paul]       0.8.1claws63
5911
5912         * src/prefs_toolbar.c
5913                 fix bug where clicking 'OK' creates an icon & text
5914                 toolbar regardless of prefs
5915
5916 2002-08-14 [alfons]     0.8.1claws62
5917
5918         * src/main.c
5919                 add global var that has the full argv[0]
5920         * src/crash.c
5921                 o execvp the correct sylpheed by using argv0
5922                   and setting the correct work dir
5923                 o other tweaks  
5924
5925 2002-08-14 [oliver]     0.8.1claws61
5926         
5927         * enable/disable Toolbar Action Buttons 
5928         * code cleanups
5929         * src/mainwindow.c
5930         * src/toolbar.[ch]      
5931         * src/prefs_toolbar.c   
5932
5933 2002-08-14 [melvin]     0.8.1claws60
5934
5935         * po/fr.po
5936                 Updated French translations
5937
5938 2002-08-14 [melvin]     0.8.1claws59
5939
5940         * src/crash.c
5941                 Made bug report not translatable
5942         * src/exporthtml.c
5943                 Fixed exporthtml_build_filespec() return value
5944         * src/foldersel.c
5945                 Fixed incorrect include file
5946         * src/gtkspell.c
5947         * src/prefs_actions.c
5948         * src/prefs_toolbar.c
5949                 Made debug info not translatable
5950         * src/mutt.c
5951         * src/quote_fmt.c
5952                 Added missing includes
5953         * src/prefs_common.c
5954                 Fixed typo
5955
5956 2002-08-14 [paul]       0.8.1claws58
5957
5958         * faq/es/sylpheed-faq.html
5959           faq/es/sylpheed-faq-[1-3].html
5960           faq/es/sylpheed-faq-4.html     **NEW FILE **
5961                 update Spanish FAQ
5962
5963 2002-08-13 [christoph]  0.8.1claws57
5964
5965         * src/procmsg.c
5966                 ignore thread fix that did not mark all
5967                 child nodes of a ignored thread as
5968                 ignored. Does not work perfectly yet,
5969                 but it is better now
5970
5971 2002-08-13 [alfons]     0.8.1claws56
5972
5973         * src/crash.c
5974                 o implement 'save crash log'
5975                 o some tweaks
5976
5977 2002-08-13 [melvin]     0.8.1claws55
5978
5979         * src/main.c
5980                 removed unrequired "execinfo.h" header
5981
5982 2002-08-12 [paul]       0.8.1claws54
5983
5984         * faq/en/sylpheed-faq.html
5985           faq/en/sylpheed-faq-[1-3].html
5986           faq/en/sylpheed-faq-4.html     **NEW FILE **
5987                 update English FAQ
5988
5989 2002-08-12 [alfons]     0.8.1claws53
5990
5991         * po/POTFILES.in
5992                 add crash.c to translatables
5993         * src/crash.c
5994                 bring in Leandro's crash dialog
5995
5996 2002-08-11 [alfons]     0.8.1claws52
5997
5998         * src/crash.c
5999                 clean up some warnings
6000
6001 2002-08-11 [alfons]     0.8.1claws51
6002
6003         * acconfig.h
6004         * configure.in
6005         * src/crash.[ch]        ** NEW FILES **
6006         * src/main.c            
6007                 initial gdb crash handler
6008
6009 2002-08-11 [paul]       0.8.1claws50
6010
6011         * src/prefs_toolbar.c
6012                 replace Up/Down arrow pixmaps with text to be
6013                 consistent across icon themes
6014
6015 2002-08-11 [paul]       0.8.1claws49
6016
6017         * src/prefs_common.c
6018           src/prefs_toolbar.c
6019                 rename 'Pixmap' -> 'Icon'
6020
6021         * src/toolbar.[ch]
6022                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
6023
6024 2002-08-10 [paul]       0.8.1claws48
6025
6026         * src/prefs_toolbar.c
6027                 re-work the UI
6028
6029 2002-08-10 [paul]       0.8.1claws47
6030
6031         * src/main.c
6032                 don't write Processing progress to status bar
6033                 patch submitted by Alexander Evseev
6034
6035         * src/prefs_toolbar.c
6036                 re-position and resize window
6037                 make window assume correct size on first call
6038
6039 2002-08-10 [paul]       0.8.1claws46
6040
6041         * src/mainwindow.c
6042           src/prefs_toolbar.c
6043           src/toolbar.c
6044           src/toolbar.h
6045                 obey coding style
6046                 follow UI text conventions
6047
6048 2002-08-10 [alfons]     0.8.1claws45
6049
6050         * src/toolbar.c
6051                 correct pixmap for delete action
6052
6053 2002-08-10 [paul]       0.8.1claws44
6054
6055         * po/pt_BR.po
6056                 updated by Fabio Jr. Beneditto
6057
6058 2002-08-10 [paul]       0.8.1claws43
6059
6060         * po/POTFILES.in
6061                 add custom toolbar files
6062
6063 2002-08-10 [paul]       0.8.1claws42
6064
6065         * sync with 0.8.1cvs22
6066                 see ChangeLog 2002-08-09
6067
6068 2002-08-09 [paul]       0.8.1claws41
6069
6070         * tools/Makefile.am
6071           tools/README
6072           tools/outlook2sylpheed.pl     ** NEW FILE **
6073                 add script to convert exported Outlook
6074                 contacts list to a Sylpheed addressbook.
6075                 Submitted by Ricardo Mones Lastra.
6076
6077 2002-08-09 [paul]       0.8.1claws40
6078
6079         * AUTHORS
6080           configure.in
6081           po/sr.po      ** NEW FILE **
6082                 add Serbian message catalog. Submitted by
6083                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
6084
6085 2002-08-09 [paul]       0.8.1claws39
6086
6087         * sync with 0.8.1cvs21
6088                 see ChangeLog 2002-08-08
6089
6090 2002-08-08 [oliver]     0.8.1claws38
6091
6092         * src/mainwindow.c
6093                 move Custom Toolbar to Configuration menu
6094
6095 2002-08-08 [oliver]     0.8.1claws37
6096
6097         * src/prefs_toolbar.c
6098                 fix substitute pixmap bug
6099
6100 2002-08-08 [paul]       0.8.1claws36
6101
6102         * sync with 0.8.1cvs19
6103                 see ChangeLog 2002-08-08
6104
6105 2002-08-07 [christoph]  0.8.1claws35
6106
6107         * src/utils.c
6108                 fixed a memory leak in new canonicalize_file_replace
6109
6110 2002-08-07 [christoph]  0.8.1claws34
6111
6112         * src/utils.[ch]
6113                 o canonicalize_file_replace should create the temporary
6114                   file in the same directory as the original file.
6115                 o added get_tmpfile_in_dir that creates a temorary file
6116                   in a specified directory.
6117
6118 2002-08-07 [melvin]     0.8.1claws33
6119
6120         * src/toolbar.c
6121                 fixed bug where 'Article' button acted as 'Email' button.
6122
6123 2002-08-07 [paul]       0.8.1claws32
6124
6125         * sync with 0.8.1.cvs17
6126                 see ChangeLog 2002-08-07
6127
6128 2002-08-07 [colin]      0.8.1claws31
6129         
6130         * src/news.c
6131                 fix mass-cancel problem
6132
6133 2002-08-07 [thorsten]   0.8.1claws30
6134
6135         * src/prefs_toolbar.c
6136                 fix: crash on replace or add new button
6137         * src/toolbar.c
6138                 fix: close xmlfile after reading
6139         * src/utils.c
6140                 fix: unlink() file before rename()
6141
6142 2002-08-06 [paul]       0.8.1claws29
6143
6144         * sync with 0.8.cvs15
6145                 see ChangeLog 2002-08-06
6146
6147 2002-08-06 [oliver]     0.8.1claws28
6148
6149         * src/toolbar.c
6150         * src/prefs_toolbar.c
6151                 fixed empty toolbar issue
6152
6153 2002-08-06 [oliver]     0.8.1claws27
6154
6155         * Custom Toolbar Final 
6156         * src/folderview.c
6157         * src/inc.c
6158         * src/summaryview.c
6159                 o toolbar stuff now lives in src/toolbar.[ch]
6160                 o main_window_toolbar_* functions are renamed to
6161                   toolbar_* reflecting their new source file
6162         * src/mainwindow.[ch]
6163                 o remove toolbar stuff  
6164
6165 2002-08-06 [oliver]     0.8.1claws26
6166         
6167         * src/Makefile.am
6168         * src/prefs_toolbar.[ch]        **New File**
6169         * src/toolbar.[ch]              **New File**
6170                 o prefs_toolbar.[ch] custom toolbar frontend
6171                 o toolbar.[ch]       backend 
6172
6173 2002-08-06 [oliver]     0.8.1claws25
6174
6175         * src/prefs_actions.[ch]
6176                 o new exported function actions_execute
6177
6178 2002-08-06 [paul]       0.8.1claws24
6179
6180         * sync with 0.8.1cvs4
6181                 see ChangeLog 2002-08-06
6182
6183 2002-08-06 [paul]       0.8.1claws23
6184
6185         * sync with 0.8.1cvs13
6186                 see ChangeLog 2002-08-06
6187
6188 2002-08-06 [paul]       0.8.1claws22
6189
6190         * sync with 0.8.1cvs12
6191                 see ChangeLog 2002-08-05 and 2002-08-06
6192
6193 2002-08-06 [match]      0.8.1claws21
6194
6195         * src/addrclip.c
6196                 improvements to cut/copy/paste address
6197
6198 2002-08-05 [match]      0.8.1claws20
6199
6200         * src/addritem.[ch]
6201         * src/addrcache.c
6202         * src/addrbook.c
6203         * src/editaddress.c
6204         * src/addressbook.c
6205                 fixes to improve cut/copy/paste
6206
6207 2002-08-06 [melvin]     0.8.1claws19
6208
6209         * src/account.[ch]
6210                 account_find_all_from_address(): new function that returns the
6211                 list of all accounts that are matched in an address.
6212         * src/alertpanel.[ch]
6213                 alertpanel() now accepts a custom widget
6214                 alertpanel_with_widget(): new function that pops up a panel with
6215                 a custom widget in it 
6216         * src/gtkutils.[ch]
6217                 gtkut_account_menu_new(): new function that allows the selection
6218                 of an account from a list of accounts.
6219         * src/messageview.c
6220                 Extended Return Receipt notification to select the correct 
6221                 account and to make a security test on the Delivery-Notification
6222                 address which should be the same as the Return-Path.
6223
6224 2002-08-06 [thorsten]   0.8.1claws18
6225
6226         * src/mimeview.c
6227                 attach_all: save unnamed as "noname.%d",
6228                 dont free static dirname
6229
6230 2002-08-05 [alfons]     0.8.1claws17
6231
6232         * configure.in
6233                 detect XIM by trying to link rather than compile a XIM program
6234
6235 2002-08-05 [oliver]     0.8.1claws16
6236                 
6237         * src/stock_pixmap.[ch]
6238                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
6239                 o new func to retrieve pixmaps
6240
6241 2002-08-05 [paul]       0.8.1claws15
6242
6243         * sync with 0.8.1cvs10
6244                 see ChangeLog 2002-08-05
6245
6246 2002-08-04 [alfons]     0.8.1claws14
6247
6248         * src/textview.c
6249                 see if this plugs memleak
6250
6251 2002-08-04 [melvin]     0.8.1claws13
6252
6253         * src/gtkspell.c
6254                 fixed bug that could crash Sylpheed when highlighting
6255                 all misspelled words.
6256
6257 2002-08-03 [melvin]     0.8.1claws12
6258
6259         * src/prefs_actions.c
6260                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
6261         * src/messageview.c
6262                 fixed bug where the Return Receipt was sent to
6263                 Delivery-Notification-To address even if it was not present
6264
6265 2002-08-02 [alfons]     0.8.1claws11
6266
6267         * src/prefs_actions.c
6268                 o more check for NULLs
6269                 o put create_io_dialog() in right conditional block
6270
6271 2002-08-02 [paul]       0.8.1claws10
6272
6273         * po/es.po
6274                 updated by Ricardo Mones Lastra
6275
6276 2002-08-01 [christoph]  0.8.1claws9
6277
6278         * src/folder.c
6279                 don't free the cache of the opened
6280                 folder in the summaryview
6281         * src/summaryview.c
6282                 don't unset flags, if it is not required
6283
6284 2002-08-01 [paul]       0.8.1claws8
6285
6286         * sync with 0.8.1cvs8
6287                 see ChangeLog entry 2002-08-01
6288
6289 2002-08-01 [paul]       0.8.1claws7
6290
6291         * sync with 0.8.1cvs7
6292                 see ChangeLog 2002-07-31 and 2002-08-01
6293
6294 2002-07-31 [christoph]  0.8.1claws6
6295
6296         * src/mainwindow.c
6297                 forgot to update menu sensitivity
6298                 function for new menu entry
6299
6300 2002-07-31 [alfons]     0.8.1claws5
6301
6302         * src/main.c
6303                 check folder item and its path for NULL on
6304                 initial processing
6305
6306 2002-07-31 [christoph]  0.8.1claws4
6307
6308         * src/folder.c
6309                 check if folder_item_get_msginfo in
6310                 folder_item_remove_msg returned NULL
6311         * src/imap.c
6312                 better clear the uid cache in the
6313                 uid validity check function and delete
6314                 cached messages
6315
6316 2002-07-31 [paul]       0.8.1claws3
6317
6318         * man/sylpheed.1
6319                 add the '--attach' option and a few other
6320                 minor changes
6321
6322 2002-07-31 [paul]       0.8.1claws2
6323
6324         * sync with 0.8.1cvs5
6325                 see ChangeLog 2002-07-31
6326
6327 2002-07-31 [christoph]  0.8.1claws1
6328
6329         * src/folderview.[ch]
6330         * src/mainwindow.c
6331                 replace "Rescan all folders..." with
6332                 "Check all folders for new messages..."
6333
6334 2002-07-30 [paul]       0.8.1claws
6335
6336         * version 0.8.1claws released
6337
6338 2002-07-30 [paul]       0.8.0claws29
6339
6340         * tools/OOo2sylpheed.pl ** NEW FILE **
6341           tools/README
6342                 add script to enable sending documents as
6343                 attachments from OpenOffice.org
6344
6345 2002-07-30 [melvin]     0.8.0claws28
6346
6347         * src/prefs_actions.c
6348                 Made the actions' input/output dialog display
6349                 without delay.
6350
6351 2002-07-30 [christoph]  0.8.0claws27
6352
6353         * src/procmsg.c
6354                 check if folder_item_get_msginfo in
6355                 procmsg_save_to_outbox returned NULL
6356
6357 2002-07-30 [paul]       0.8.0claws26
6358
6359         * sync with 0.8.1cvs4
6360                 see ChangeLog 2002-07-29
6361
6362 2002-07-29 [thorsten]   0.8.0claws25
6363
6364         * README.claws
6365                 added selective download, delete on server
6366
6367 2002-07-29 [paul]       0.8.0claws24
6368
6369         * sync with 0.8.1cvs3
6370                 see ChangeLog 2002-07-29
6371
6372 2002-07-27 [christoph]  0.8.0claws23
6373
6374         * src/folder.c
6375                 add extra check if fetching the msginfo
6376                 returned NULL
6377
6378 2002-07-27 [paul]       0.8.0claws22
6379
6380         * sync with 0.8.1cvs2
6381                 see ChangeLog 2002-07-26
6382
6383 2002-07-27 [christoph]  0.8.0claws21
6384
6385         * src/imap.c
6386                 add another check if a valid msginfo
6387                 was returned
6388
6389 2002-07-26 [hoa]        0.8.0claws20
6390
6391         * src/folder.c
6392                 Fixed a condition in folder_item_destroy()
6393
6394         * src/imap.c
6395                 Fixed an error in IMAP protocol
6396
6397 2002-07-26 [alfons]     0.8.0claws19
6398
6399         * src/folder.c
6400                 ofcourse compare with identifier, not the path
6401
6402 2002-07-26 [alfons]     0.8.0claws18
6403
6404         * src/folder.c
6405                 use folder item identifier for saving / restoring
6406                 preferences because folder->path might not be unique
6407
6408 2002-07-26 [melvin]     0.8.0claws17
6409
6410         * src/logwindow.c
6411                 Fixed a crash introduced in 0.8.0claws5 when log is 
6412                 cut under 80 characters.
6413
6414 2002-07-26 [paul]       0.8.0claws16
6415
6416         * sync with 0.8.1cvs1
6417                 see ChangeLog 2002-07-26
6418
6419 2002-07-26 [christoph]  0.8.0claws15
6420
6421         * src/imap.[ch]
6422                 imap folder now remembers the last selected
6423                 folder and imap_fetch_msginfo skips selecting
6424                 the folder if it is already selected
6425
6426 2002-07-26 [christoph]  0.8.0claws14
6427
6428         * src/folder.c
6429         * src/folderview.c
6430         * src/imap.c
6431                 fix imap folder rescanning
6432
6433 2002-07-25 [christoph]  0.8.0claws13
6434
6435         * src/filter.c
6436         * src/folder.[ch]
6437         * src/folderview.c
6438         * src/imap.[ch]
6439         * src/mainwindow.c
6440         * src/mbox_folder.c
6441         * src/mh.c
6442         * src/news.c
6443                 implement imap uid cache and uid validity check
6444
6445 2002-07-25 [alfons]     0.8.0claws12
6446
6447         * src/summaryview.c
6448                 fix a brown paper bag bug, and also add some more
6449                 checks
6450
6451 2002-07-25 [christoph]  0.8.0claws11
6452
6453         * src/folder.c
6454                 don't mix copy, fetch_msginfo and remove
6455                 operations in folder item copy and move
6456                 operations
6457
6458 2002-07-25 [christoph]  0.8.0claws10
6459
6460         * src/folderview.c
6461         * src/mainwindow.c
6462         * src/prefs_folder_item.c
6463         * src/summaryview.[ch]
6464                 remove no longer required parameter update_cache from
6465                 summary_show
6466
6467 2002-07-25 [paul]       0.8.0claws9
6468
6469         * sync with 0.8.1
6470         
6471         * AUTHORS
6472                 a few corrections
6473
6474 2002-07-24 [alfons]     0.8.0claws8
6475
6476         * src/summaryview.c
6477                 sort correctly when using simplified subject line
6478                 (closes feature request "[ 585141 ] applying regexp to subject 
6479                 before sort" submitted by Alexandra Walford)
6480
6481 2002-07-24 [paul]       0.8.0claws7
6482
6483         * sync with 0.8.0cvs3
6484                 see ChangeLog 2002-07-24
6485
6486 2002-07-23 [christoph]  0.8.0claws6
6487
6488         * src/folder.c
6489         * src/folder.h
6490         * src/summaryview.c
6491         * src/summaryview.h
6492         * src/main.c
6493                 o separate processing and summaryview
6494                 o removed summary_write_cache from summaryview
6495                 o removed summaryview->killed_messages, because we don't have
6496                   to keep a list of killed messages anymore. New cache will
6497                   keep the hidden messages in cache anyway
6498         * src/folderview.c
6499         * src/inc.c
6500         * src/selective_download.c
6501                 o removed unnecessary summary_write_cache calls
6502         * src/procmsg.c
6503                 o don't set ignore thread flag in procmsg_get_thread_tree
6504                   if it is already set
6505         * src/mainwindow.c
6506         * src/statusbar.h
6507                 o moved STATUSBAR_PUSH/POP to statusbar.h because
6508                   they are used in different files
6509
6510 2002-07-23 [melvin]     0.8.0claws5
6511
6512         * src/addressbook.c
6513         * src/addrgather.c
6514         * src/editaddress.c
6515         * src/editgroup.c
6516         * src/editldap_basedn.c
6517         * src/importldif.c
6518         * src/prefs_common.c
6519                 Fixed few memory leak (gtk_editable_get_chars returns
6520                 an allocated string)
6521         * src/logwindow.c
6522                 Fixed few memory leak (gtk_editable_get_chars returns
6523                 an allocated string) and modified a little the log cutting
6524                 loop.
6525         * src/compose.c
6526                 Replaced a call to an obsolete function gtk_entry_get_text()
6527                 by gtk_editable_get_chars()
6528         * src/send.c
6529                 Removed a debug printf
6530
6531 2002-07-23 [christoph]  0.8.0claws4
6532
6533         * src/filesel.c
6534                 fix another g_dirname memory leak
6535
6536 2002-07-23 [christoph]  0.8.0claws3
6537
6538         * src/mh.c
6539                 fixed a memory leak in mh_fetch_msginfo
6540                 fixed crash when message header could not be
6541                 parsed
6542
6543 2002-07-23 [paul]       0.8.0claws2
6544
6545         * sync with 0.8.0cvs2
6546                 see ChangeLog 2002-07-23
6547
6548 2002-07-23 [paul]       0.8.0claws1
6549
6550         * sync with 0.8.0cvs1
6551                 see ChangeLog 2002-07-23
6552
6553 2002-07-23 [paul]       0.8.0claws
6554
6555         * release of 0.8.0claws
6556
6557 2002-07-23 [paul]       0.7.8claws99
6558
6559         * po/ru.po
6560                 new Russian translation, submitted by
6561                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
6562
6563 2002-07-22 [jens]       0.7.8claws98
6564
6565         * po/de.po
6566                 Updated German translations.
6567
6568 2002-07-22 [paul]       0.7.8claws97
6569
6570         * po/es.po
6571           po/it.po
6572           po/nl.po
6573           po/pt_BR.po
6574                 updated translations by Ricardo Mones Lastra,
6575                 Alessandro Maestri, Wilbert Berendsen and 
6576                 Fabio Jr. Beneditto respectively
6577
6578 2002-07-22 [christoph]  0.7.8claws96
6579
6580         * src/mimeview.c
6581                 fix memory leak caused by wrong g_dirname usage
6582
6583 2002-07-22 [christoph]  0.7.8claws95
6584
6585         * src/summaryview.c
6586                 update new and unread message counts for summaryview
6587                 summaryview does not get it from the folder anymore
6588                 and has to update the values itself
6589
6590 2002-07-22 [melvin]     0.7.8claws94
6591
6592         * po/fr.po
6593                 Updated French translations.
6594
6595 2002-07-22 [christoph]  0.7.8claws93
6596
6597         * src/matcher.c
6598                 set prop->preg pointer to NULL or following check
6599                 will not fail and regexec will be called with
6600                 invalid pointer
6601
6602 2002-07-21 [alfons]     0.7.8claws92
6603         
6604         * src/prefs_common.[ch]
6605                 remove option "Send return receipt on request"
6606
6607 2002-07-21 [thorsten]   0.7.8claws91
6608
6609         * src/mimeview.c
6610                 fixed memleaks, coding style as pointed out by alfons
6611
6612 2002-07-21 [alfons]     0.7.8claws90
6613
6614         * src/messageview.c
6615         * src/noticeview.[ch]
6616                 o fix bug notice view being displayed when going to empty folder 
6617                   (noticed by Christoph)
6618                 o allow RRR to be sent when restarting sylpheed, or changing folder 
6619                   (noticed by Thorsten)
6620
6621 2002-07-21 [thorsten]   0.7.8claws89
6622
6623         * src/mimeview.c
6624                 Included save_all patch from Xaview FACQ
6625                 added support for pathnames
6626
6627 2002-07-21 [alfons]     0.7.8claws88
6628
6629         * po/POTFILES.in
6630         * src/Makefile.am
6631         * src/mainwindow.c
6632         * src/messageview.[ch]
6633         * src/noticeview.c      ** NEW FILE **
6634         * src/noticeview.h      ** NEW FILE **
6635                 make return receipts work again
6636                 (UI idea by Leandro Pereira)
6637
6638 2002-07-21 [paul]       0.7.8claws87
6639
6640         * src/summaryview.c
6641                 fix sensitivity of 'Select thread'
6642
6643 2002-07-21 [paul]       0.7.8claws86
6644
6645         * src/prefs_common.c
6646                 add browser command line for Galeon
6647
6648 2002-07-21 [paul]       0.7.8claws85
6649
6650         * Makefile.am
6651                 fix 'EXTRA_DIST': remove README.README, add TODO
6652                 and TODO.claws
6653
6654 2002-07-21 [alfons]     0.7.8claws84
6655
6656         * src/gtkstext.c
6657                 make enter clear selection
6658                 (closes "[ 579888 ] Editor selection/entry error"
6659                 reported by Steve Lamb)
6660
6661 2002-07-21 [alfons]     0.7.8claws83
6662         
6663         * src/summaryview.c
6664                 sort message list when selecting unthread messages
6665                 (closes "[ 501593 ] switching threaded view doesn't sort"
6666                 reported by Simon Schubert)
6667
6668 2002-07-20 [alfons]     0.7.8claws82
6669         
6670         * src/matcher.c
6671                 const-correctness
6672
6673 2002-07-20 [thorsten]   0.7.8claws81
6674
6675         * src/matcher.c
6676                 Fixed expansion of empty fields in matchactions
6677
6678 2002-07-19 [melvin]     0.7.8claws80
6679
6680         * src/gtkspell.c
6681                 Removed a duplicate menu entry (fast mode) introduced during
6682                 the new cache merge
6683                 Added a menu separator between 'Use alternate' and 'Fast mode'
6684
6685 2002-07-19 [paul]       0.7.8claws79
6686
6687         * tools/Makefile.am
6688           tools/README
6689                 correct typos
6690
6691 2002-07-19 [thorsten]   0.7.8claws78
6692
6693         * tools/calypso_convert.pl      ** NEW FILE **
6694           tools/README
6695           tools/Makefile.am
6696                 script to import mbox files exported
6697                 by calypso
6698                 o generates folder structure
6699                 o includes attachments
6700
6701 2002-07-19 [melvin]     0.7.8claws77
6702
6703         * src/selective_download.[ch]
6704                 Fixed bug where closing the dialog with the window manager's
6705                 close button will not unlock the summary
6706                 Corrected some function declarations that missed a return value
6707                 Made the source code comply better with coding style.
6708         * src/prefs_common.c
6709                 Added new browser command line for Mozilla.
6710
6711 2002-07-18 [paul]       0.7.8claws76
6712
6713         * src/mainwindow.c
6714           src/selective_download.[ch]
6715                 reflect theme changes, fix Gdk Warning when creating 
6716                 pixmap from NULL window, and minor clean up.
6717                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
6718
6719         * po/en_GB.po
6720                 updated
6721
6722 2002-07-17 [paul]       0.7.8claws75
6723
6724         * INSTALL[.jp]
6725                 sync with 0.8.0
6726         
6727         * po/en_GB.po
6728                 updated
6729
6730 2002-07-16 [paul]       0.7.8claws74
6731
6732         * tools/filter_conv.pl
6733           tools/README
6734                 replace conversion script with reimplemented version, 
6735                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
6736
6737 2002-07-16 [colin]      0.7.8claws73
6738
6739         * src/summaryview.c
6740                 remove forgotten debug messages - sorry ;-)
6741
6742 2002-07-16 [colin]      0.7.8claws72
6743
6744         * src/mimeview.c
6745           src/summaryview.c
6746           src/textview.c
6747           src/textview.h
6748                 add the ability to select part of a text mime-part 
6749                 to reply.
6750
6751 2002-07-15 [christoph]  0.7.8claws71
6752
6753         * src/folder.c
6754                 fix folder message count for folders without
6755                 msg_is_changed (includes news folders)
6756
6757 2002-07-15 [martin]     0.7.8claws70
6758
6759         * src/summaryview.c
6760                 option "display recipient on 'From'..." now works
6761                 without the need of enabling the option
6762                 "display  sender  using  address  book".
6763
6764 2002-07-15 [christoph]  0.7.8claws69
6765
6766         * src/summaryview.c
6767                 removed setting folder status from summaryview.
6768                 folder.c should update all message counts correctly.
6769
6770 2002-07-15 [paul]       0.7.8claws68
6771
6772         * po/pt_BR.po
6773                 updated by Fabio Junior Beneditto
6774
6775 2002-07-15 [darko]      0.7.8claws67
6776
6777         * src/mh.c
6778                 Fixed target folder colorization, don't decrease op
6779                 number twice
6780
6781 2002-07-14 [paul]       0.7.8claws66
6782
6783         * sync with main 0.8.0
6784                 see ChangeLog 2002-07-14
6785
6786 2002-07-13 [melvin]     0.7.8claws65
6787         
6788         * src/addrbook.c
6789         * src/addressbook.c
6790         * src/addrindex.c
6791                 Replaced sprintf by g_snprintf to prevent possible buffer
6792                 overflow.
6793         * src/news.c
6794                 Corrected a log message output format.
6795                 Added a missing "done" debug output.
6796         * src/compose.c
6797                 Added keyboard accelerator for Priority menu items
6798                 Added missing \n in debug output
6799         * src/logwindow.c
6800         * src/gtkspell.c
6801         * src/rfc2015.c
6802                 Added missing \n in debug output
6803
6804 2002-07-13 [paul]       0.7.8claws64
6805
6806         * man/sylpheed.1
6807                 change Sergey's email address to the sf address
6808
6809         * src/textview.c
6810                 increase show_url_timeout (more useful for long
6811                 urls)
6812
6813 2002-07-12 [sergey]     0.7.8claws63
6814
6815         * src/rfc2015.c
6816                 applied (with some modifications) patch to set the
6817                 micalg parameter for signatures
6818                 (2001-08-28 Werner Koch <wk@gnupg.org>)
6819
6820 2002-07-12 [sergey]     0.7.8claws62
6821
6822         * man/Makefile.am
6823         * configure.in
6824                 fixed man page installation
6825
6826 2002-07-12 [paul]       0.7.8claws61
6827
6828         * sync with 0.7.8cvs26
6829                 see ChangeLog 2002-07-11 and 2002-07-12
6830
6831 2002-07-11 [christoph]  0.7.8claws60
6832
6833         * src/compose.c
6834         * src/procmsg.c
6835                 first use the message number to find the message
6836                 to mark with a reply flag but check the
6837                 message-id if we got the correct message, if not
6838                 try to find it by message-id.
6839                 use new string seperator that is not allowed
6840                 in message-ids.
6841
6842 2002-07-11 [paul]       0.7.8claws59
6843
6844         * sync with 0.7.8cvs23
6845                 see ChangeLog 2002-07-10
6846
6847 2002-07-10 [christoph]  0.7.8claws58
6848
6849         * src/folder.[ch]
6850         * src/msgcache.[ch]
6851                 Added message-id table to the cache in memory
6852                 and functions to msgcache.c and folder.c to
6853                 fetch MsgInfos by message id
6854         * src/compose.c
6855         * src/procmsg.c
6856                 store folder and message-id of message replying
6857                 to in queue header and set reply flag after sending
6858                 (Closes bug #469498)
6859
6860 2002-07-10 [paul]       0.7.8claws57
6861
6862         * AUTHORS
6863           man/sylpheed.1.gz
6864                 add Martin to the list of authors
6865
6866 2002-07-09 [martin]     0.7.8claws56
6867         * src/gtksctree.c
6868                 Added gtk_ctree_last_visible(), tree_update_level(),
6869                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
6870                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
6871                 from gtk+ to gtksctree.c for the new sorting code
6872                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
6873                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
6874         * src/gtksctree.h
6875                 Added declaration for gtk_sctree_sort_recursive() and
6876                 gtk_sctree_sort_node
6877         * src/addressbook.c
6878         * src/foldersel.c
6879         * src/folderview.c
6880         * src/summaryview.c
6881                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
6882                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
6883
6884 2002-07-08 [paul]       0.7.8claws55
6885
6886         * more sync with 0.7.8cvs21
6887                 see ChangeLog 2002-07-08
6888
6889 2002-07-08 [paul]       0.7.8claws54
6890
6891         * sync with 0.7.8cvs21
6892                 see ChangeLog 2002-07-08
6893
6894 2002-07-07 [alfons]     0.7.8claws53
6895
6896         * src/Makefile.am
6897         * src/stock_pixmap.[ch]
6898         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
6899         * src/pixmaps/notice_error.xpm  ** NEW FILE **
6900         * src/pixmaps/notice_note.xpm   ** NEW FILE **
6901                 add new pixmaps for upcoming notice pane
6902
6903 2002-07-06 [melvin]     0.7.8claws52
6904
6905         * src/gtkspell.[ch]
6906                 Made them a bit closer to Sylpheed's coding style.
6907                 Removed old code.
6908                 Removed possible memory leaks when some errors occurs.
6909
6910 2002-07-06 [melvin]     0.7.8claws51
6911
6912         * po/Makefile.in.in
6913                 Removed --no-location in xgettext command line to help
6914                 translators that use Emacs' po-mode
6915         * src/quote_fmt.c
6916                 Removed unnecessary comments that messed up sylpheed.pot
6917
6918 2002-07-06 [paul]       0.7.8claws50
6919
6920         * sync with 0.7.8cvs19
6921                 see ChangeLog 2002-07-05
6922
6923 2002-07-06 [christoph]  0.7.8claws49
6924
6925         * src/folder.c
6926         * src/mainwindow.c
6927                 fix folder_item_remove_all_msg and folderview
6928                 status for trash folders after emptying trash
6929
6930 2002-07-05 [paul]       0.7.8claws48
6931
6932         * sync with 0.7.8cvs16
6933                 see ChangeLog 2002-07-04 and 2002-07-05
6934
6935 2002-07-04 [paul]       0.7.8claws47
6936
6937         * sync with 0.7.8cvs14
6938                 see  ChangeLog 2002-07-04
6939
6940 2002-07-03 [alfons]     0.7.8claws46
6941
6942         * src/folder.c
6943                 dupe folder item's path because it's being reallocated
6944                 by new folder scanning code
6945
6946 2002-07-03 [christoph]  0.7.8claws45
6947
6948         * src/imap.c
6949                 better IMAP uid fetching using 'FETCH 1:* (UID)'
6950         * src/msgcache.c
6951                 add missing return in msgcache_write
6952
6953 2002-07-02 [thorsten]   0.7.8claws44
6954
6955         * src/jpilot.c
6956         * src/msgcache.c
6957         * src/rfc2015.c
6958                 use binary mode for file access
6959
6960 2002-07-02 [christoph]  0.7.8claws43
6961
6962         * major code cleanup (part 1)
6963         
6964                 - unused variables removed
6965                 - unused functions removed
6966                 - uninitialized variables checked
6967                 - missing return statements added
6968                 - missing function return types added
6969                 - added parentheses around assignment and
6970                   && in || when suggested by gcc
6971               
6972         * src/mh.c
6973         * src/folder.c
6974                 replaced direct calls to folder->scan_tree
6975                 with folder_scan_tree and restore folder
6976                 prefs in this function. The folder should
6977                 not have to deal with them.
6978                 ( Should now work for all folder types )
6979
6980 2002-07-02 [paul]       0.7.8claws42
6981
6982         * sync with 0.7.8cvs13
6983                 see ChangeLog 2002-07-01 and 2002-07-02
6984
6985 2002-07-01 [christoph]  0.7.8claws41
6986
6987         * src/summaryview.c
6988                 fix "goto next/prev unread message" with
6989                 ignored threads
6990
6991 2002-07-01 [paul]       0.7.8claws40
6992
6993         * po/es.po
6994                 updated by Ricardo Mones Lastra
6995
6996 2002-06-30 [match]      0.7.8claws39
6997
6998         * src/jpilot.c
6999                 applied variation of leonerd's patch (566661) to
7000                 allow multiple email addresses per JPilot entry.
7001                 addresses may be separated by space, comma, pipe,
7002                 semi-colon, new-line.
7003
7004 2002-06-30 [alfons]     0.7.8claws38
7005
7006         * src/procmsg.c
7007                 simple fix for putting older nodes before
7008                 newer nodes when threading by subject
7009
7010 2002-06-30 [christoph]  0.7.8claws37
7011
7012         * src/folder.c
7013         * src/folderview.c
7014         * src/mh.c
7015         * src/news.c
7016         * src/procmsg.c
7017                 fix broken folder tree rescaning
7018                 and don't use procmsg_get_mark_sum
7019                 anymore
7020
7021 2002-06-30 [christoph]  0.7.8claws36
7022
7023         * merge new cache branch
7024         * src/imap.c
7025                 fix new cache imap copy bug
7026         * src/folder.c
7027                 improved folder_item_scan
7028                 it should now always set the correct
7029                 new, unread and total message counts
7030
7031 2002-06-29 [paul]       0.7.8claws35
7032
7033         * configure.in
7034                 correct syntax error
7035
7036 2002-06-29 [paul]       0.7.8claws34
7037
7038         * configure.in
7039           Makefile.am
7040           man/Makefile.am       ** NEW FILE **
7041           man/sylpheed.1.gz     ** NEW FILE **
7042                 add Sylpheed man page
7043
7044 2002-06-29 [paul]       0.7.8claws33
7045
7046         * po/pt_BR.po
7047                 updated by Fabio Junior Beneditto
7048
7049 2002-06-28 [jens]       0.7.8claws32
7050
7051         * po/de.po
7052                 translation updated
7053
7054         * src/selective_download.c
7055                 removed gettext for space " "
7056
7057         * src/imap.c
7058                 removed wrong space
7059
7060 2002-06-28 [paul]       0.7.8claws31
7061
7062         * sync with 0.7.8cvs11
7063                 see ChangeLog 2002-06-28
7064
7065 2002-06-28 [paul]       0.7.8claws30
7066
7067         * sync with 0.7.8cvs10
7068                 see ChangeLog 2002-06-27 and 2002-06-28
7069
7070 2002-06-26 [paul]       0.7.8claws29
7071
7072         * src/addrgather.c
7073           src/selective_download.c
7074                 don't gettextise empty strings.
7075                 reserved by gettext. gettext("") returns 
7076                 the header entry with meta information, 
7077                 not the empty string
7078
7079         * po/en_GB.po
7080                 updated
7081
7082 2002-06-26 [paul]       0.7.8claws28
7083
7084         * sync with 0.7.8cvs7
7085                 see ChangeLog 2002-06-25
7086
7087         * src/prefs_common.c
7088                 ...and in the process, tweak the gui a little
7089
7090 2002-06-25 [alfons]     0.7.8claws27
7091         
7092         * configure.in
7093         * src/Makefile.am
7094                 fine tune ldap library detection
7095
7096 2002-06-25 [alfons]     0.7.8claws26
7097
7098         * src/compose.c
7099                 don't allow return receipts when composing a news article
7100
7101 2002-06-25 [paul]       0.7.8claws25
7102
7103         * Makefile.am
7104                 add '$(AMTAR)' to 'release' section to allow for
7105                 new and older autotools
7106
7107 2002-06-25 [paul]       0.7.8claws24
7108
7109         * src/summaryview.c
7110                 fix "No more unread messages" persistant pop-up
7111                 window bug
7112
7113 2002-06-25 [paul]       0.7.8claws23
7114
7115         * po/it.po
7116                 updated by Alessandro Maestri
7117
7118 2002-06-25 [paul]       0.7.8claws22
7119
7120         * sync with 0.7.8cvs6
7121                 see ChangeLog 2002-06-25
7122
7123 2002-06-24 [paul]       0.7.8claws21
7124
7125         * tools/update-po
7126                 add GPL copyright information
7127
7128 2002-06-24 [paul]       0.7.8claws20
7129
7130         * tools/Makefile.am
7131           tools/README
7132           tools/update-po       ** NEW FILE **
7133                 add script that eases the creation of *.po files
7134                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
7135
7136 2002-06-23 [alfons]     0.7.8claws19
7137
7138         * src/messageview.c
7139                 make notification_convert_header obey const correctness
7140                 (next step will be fixing the broken return receipt)
7141
7142 2002-06-23 [paul]       0.7.8claws18
7143
7144         * src/messageview.c
7145                 fix bug introduced in last commit:
7146                 removed too much code in last commit - put back what's
7147                 needed
7148
7149 2002-06-23 [paul]       0.7.8claws17
7150
7151         * src/messageview.[ch]
7152                 remove code committed in error from locally patched
7153                 source
7154
7155 2002-06-23 [colin]      0.7.8claws16
7156
7157         * src/compose.[ch]
7158                 add compose_entry_select(), used to select the default_to
7159                 email address - hopefully avoiding people sending mails to
7160                 wrong recipients.
7161
7162 2002-06-22 [alfons]     0.7.8claws15
7163
7164         * AUTHORS
7165                 add Bram Metsch & Stanislav Karchebny
7166         * src/smtp.[ch]
7167         * src/prefs_account.[ch]
7168         * src/send.c
7169                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
7170                   options.  (see <http://sourceforge.net/tracker/index.php
7171                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
7172
7173                 - merge Stanislav's fix to make SMTP AUTH work with qmail
7174                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
7175
7176 2002-06-22 [paul]       0.7.8claws14
7177
7178         * sync with 0.7.8cvs5
7179                 see ChangeLog 2002-06-19 and 2002-06-20
7180
7181 2002-06-22 [alfons]     0.7.8claws13
7182
7183         * src/selective_download.c
7184                 fix a stupid mistake I made
7185
7186 2002-06-22 [alfons]     0.7.8claws12
7187
7188         * src/selective_download.[ch]
7189                 fix another unnoticed leak; cleanup code
7190
7191 2002-06-21 [alfons]
7192
7193         * tools/Makefile.am
7194                 gpg-sign <-- gpg-sign-syl
7195
7196 2002-06-21 [alfons]     0.7.8claws11
7197
7198         * src/selective_download.c
7199         * src/selective_download.h
7200                 fix assorted mix of allocation errors (should solve
7201                 problem reported by Philippe Gramoullé, see:
7202                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
7203
7204 2002-06-20 [melvin]     0.7.8claws10
7205
7206         * tools/gpg-sign *REMOVED*
7207           tools/gpg-sign-syl *ADDED*
7208                 Replaced the gpg clearsigning script with the version using
7209                 xterm instead of ssh-askpass and changed its name.
7210
7211         * README.claws
7212                 Updated actions example to reflect the renaming of the
7213                 gpg clearsigning script.
7214
7215 2002-06-19 [paul]       0.7.8claws9
7216
7217         * sync with 0.7.8claws9
7218                 see ChangeLog 2002-06-18 and 2002-06-19
7219
7220 2002-06-19 [paul]       0.7.8claws8
7221
7222         * sync with 0.7.8cvs1
7223                 see ChangeLog 2002-06-18
7224
7225 2002-06-18 [alfons]     0.7.8claws7
7226
7227         * src/mainwindow.h
7228                 add omitted prototype
7229
7230 2002-06-17 [paul]       0.7.8claws6
7231
7232         * src/mainwindow.c
7233                 fix hiding of exec_btn
7234
7235 2002-06-17 [paul]       0.7.8claws5
7236
7237         * src/pop.c
7238                 remove unneeded code: should_delete() 
7239                 and Pop3State::uidl_todelete_list
7240
7241 2002-06-17 [paul]       0.7.8claws4
7242
7243         * sync with 0.7.8
7244                 see ChangeLog 2002-06-11 and 2002-06-13
7245
7246 2002-06-16 [alfons]     0.7.8claws3
7247         
7248         * src/folder.c
7249                 make sure lock sort mode (claws specific) is
7250                 also persists after a tree rescan
7251
7252 2002-06-16 [alfons]     0.7.8claws2
7253
7254         * src/prefs_folder_item.c
7255         * src/folder.[ch]
7256                 fix persistence of folder sort mode (broken
7257                 by adapting Hiro's new folder persistence code)
7258
7259 2002-06-16 [alfons]     0.7.8claws1
7260
7261         * AUTHORS
7262         * src/logwindow.c
7263         * src/prefscommon.[ch]
7264                 control size of log text in log window; 
7265                 closes patch #569155 submitted by Mitko Haralanov.
7266
7267 2002-06-15 [paul]       0.7.8claws
7268
7269         * release of 0.7.8claws
7270
7271 2002-06-15 [paul]       0.7.7claws
7272
7273         * po/pt_BR.po
7274                 updated by Fabio Junior Beneditto
7275
7276 2002-06-14 [paul]       0.7.6claws49
7277
7278         * po/es.po
7279                 updated by Ricardo Mones Lastra
7280
7281 2002-06-14 [paul]       0.7.6claws48
7282
7283         * po/nl.po
7284                 updated translation by Wilbert Berendsen
7285
7286 2002-06-14 [melvin]     0.7.6claws47
7287
7288         * po/fr.po
7289                 Updated French translation
7290
7291 2002-06-13 [paul]       0.7.6claws46
7292
7293         * src/filesel.c
7294                 allow filename to be typed in, rather than just
7295                 selected by the mouse. Patch by Gustavo Noronha Silva.
7296
7297 2002-06-13 [alfons]     0.7.6claws45
7298
7299         * src/mainwindow.[ch]
7300                 more cleanups (removing unnecessary menu items Expand 
7301                 summary / message view)
7302
7303 2002-06-13 [melvin]     0.7.6claws44
7304
7305         * po/POTFILES.in
7306                 Added src/string_match.c
7307         * src/string_match.c
7308                 Fixed possible buffer overflow.
7309                 Corrected typo.
7310                 Added missing config.h header.
7311         * src/prefs_common.c
7312           src/prefs_matcher.c
7313           src/prefs_scoring.c
7314                 Made some strings translatable (missing _(..)).
7315
7316 2002-06-13 [melvin]     0.7.6claws43
7317
7318         * README.claws
7319                 Corrected action example (verifying clearsigned mail).
7320         * src/prefs_account.c
7321                 Corrected typo.
7322         * src/prefs_common.c
7323                 Removed incorrect line that generated a Gtk-CRITICAL msg.
7324
7325 2002-06-12 [alfons]     0.7.6claws42
7326
7327         * src/summaryview.c
7328                 add init of score column lost in 0.7.6claws42
7329
7330 2002-06-12 [paul]       0.7.6claws41
7331
7332         * src/prefs_account.c
7333                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
7334                 behavior of the radio buttons, (from 0.7.7cvs2)
7335
7336 2002-06-11 [alfons]     0.7.6claws40
7337
7338         * src/messageview.[ch]
7339         * src/summaryview.[ch]
7340         * src/summary_search.c
7341         * src/mainwindow.c
7342                 perform a sync to bring in Hiro's separate view implementation 
7343
7344                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
7345
7346 2002-06-11 [paul]       0.7.6claws39
7347         
7348         * src/prefs_account.c
7349                 correct a typo on the Receive tab
7350
7351 2002-06-10 [match]      0.7.6claws38
7352
7353         * src/addressbook.c
7354                 Included address completion patch from Gustavo Noronha.
7355
7356 2002-06-10 [paul]       0.7.6claws37
7357
7358         * src/inc.[ch]
7359           src/pop.c
7360           src/prefs_account.[ch]
7361           src/selective_download.[ch]
7362                 apply PATCH #561712
7363                  NEW:
7364                 - check if POP Account
7365                 - Receive Button renamed to Preview
7366                 - Preview Button Popup: preview new/all messages
7367                 - Download Button
7368                 - Account Preferences-->Receive tab checkbutton if you
7369                   want to remove Mail after Download
7370                 -: default YES
7371                 - Account Preferences-->Receive tab checkbutton use
7372                   filtering rules on preview
7373                   (think of delete_on_server)
7374                 -: default YES
7375                 - Account selectable from SD dialog
7376                 - checkbutton to show already downloaded messages if
7377                   all messages are previewed
7378                 - new clist column showing Date
7379                 - ESC KEY close
7380                 FIXES:
7381                 - play ball with UIDL
7382                 - fault tolerant (?) 
7383                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
7384
7385 2002-06-10 [melvin]     0.7.6claws36
7386
7387         * README.claws
7388                 Added a hint to ac/README in cvs instructions.
7389
7390         * src/prefs_actions.c
7391                 Made it possible to use a more elaborate command line
7392                 for asynchronous actions, too.
7393
7394 2002-06-10 [melvin]     0.7.6claws35
7395         
7396         * src/prefs_actions.c
7397                 Make it possible to use a more elaborate command line
7398                 (e.g. |foo|bar|cat>there;echo Done|)
7399                 Corrected error message when calling %f, %F and %p commands
7400                 from the compose window.
7401
7402 2002-06-09 [colin]      0.7.6claws34
7403
7404         * src/summaryview.c
7405                 Automatically find unread messages in current folder
7406                 before annoying the user.
7407
7408 2002-06-08 [alfons]     0.7.6claws33
7409
7410         * po/it.po
7411                 remove bad formatting string in it.po translation
7412                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
7413
7414 2002-06-08 [paul]       0.7.6claws32
7415
7416         * sync with 0.7.6cvs25
7417                 see ChangeLog 2002-06-07
7418
7419 2002-06-05 [paul]       0.7.6claws31
7420
7421         * src/mainwindow.c
7422                 add 'Sort by locked' and 'Sort by score'
7423
7424 2002-06-05 [paul]       0.7.6claws30
7425
7426         * sync with 0.7.6cvs24
7427                 see ChangeLog 2002-06-04
7428
7429 2002-06-04 [paul]       0.7.6claws29
7430
7431         * po/pt_BR.po
7432                 updated by Fabio Junior Beneditto
7433
7434 2002-06-03 [thorsten]   0.7.6claws28
7435
7436         * src/matcher.c
7437                 fclose() matcherrc after reading
7438
7439 2002-06-03 [paul]       0.7.6claws27
7440
7441         * sync with 0.7.6cvs21
7442                 see ChangeLog 2002-05-31
7443
7444 2002-05-31 [paul]       0.7.6claws26
7445
7446         * sync with 0.7.6cvs20
7447                 see ChangeLog 2002-05-29 and 2002-05-30
7448
7449 2002-05-31 [paul]       0.7.6claws25
7450
7451         * src/imap.c
7452                 hopefully fix last buggy sync
7453
7454         * README.claws
7455                 correct typo in 'Actions' examples
7456
7457 2002-05-29 [paul]       0.7.6claws24
7458
7459         * sync with 0.7.6cvs18
7460                 see ChangeLog 2002-05-28 and 2002-05-29
7461
7462         * src/news.c
7463           src/nntp.[ch]
7464                 sync with above 
7465
7466 2002-05-28 [paul]       0.7.6claws23
7467
7468         * sync with 0.7.6cvs16
7469                 see ChangeLog 2002-05-28
7470
7471 2002-05-27 [thorsten]   0.7.6claws22 
7472
7473         * faq/it/sylpheed-faq-1.html
7474           faq/it/sylpheed-faq-2.html
7475           faq/it/sylpheed-faq-3.html
7476           faq/it/sylpheed-faq.html
7477                 corrected DOS lineendings
7478         * faq/de/sylpheed-faq-1.html
7479           faq/de/sylpheed-faq-2.html
7480           faq/en/sylpheed-faq-1.html
7481           faq/en/sylpheed-faq-2.html
7482           faq/en/sylpheed-faq-3.html
7483           faq/es/sylpheed-faq-1.html
7484           faq/es/sylpheed-faq-2.html
7485           faq/es/sylpheed-faq-3.html
7486           faq/fr/sylpheed-faq-1.html
7487           faq/it/sylpheed-faq-1.html
7488           faq/it/sylpheed-faq-2.html
7489           faq/it/sylpheed-faq-3.html
7490           faq/it/sylpheed-faq.html
7491                 changed ">" to &quot;
7492
7493 2002-05-27 [paul]       0.7.6claws21
7494         
7495         * sync with 0.7.6cvs15
7496                 see ChangeLog 2002-05-27
7497
7498 2002-05-27 [paul]       0.7.6claws20
7499
7500         * src/prefs_account.c
7501                 correct a typo
7502
7503 2002-05-26 [paul]       0.7.6claws19
7504
7505         * tools/README
7506                 correct a typo
7507
7508 2002-05-25 [paul]       0.7.6claws18
7509
7510         * tools/README
7511                 add description of kmail2sylpheed.pl
7512
7513 2002-05-25 [paul]       0.7.6claws17
7514
7515         * tools/kmail2sylpheed.pl       ** NEW FILE **
7516                 perl script that converts an exported Kmail address
7517                 book, converts it to sylpheed addressbook file,
7518                 writes the file to .sylpheed, and updates
7519                 addrbook--index.xml 
7520
7521 2002-05-25 [paul]       0.7.6claws16
7522
7523         * sync with 0.7.6cvs14
7524                 see ChangeLog 2002-05-23
7525
7526 2002-05-24 [paul]       0.7.6claws15
7527
7528         * README.claws
7529                 make a correction and add some more info
7530
7531 2002-05-24 [paul]       0.7.6claws14
7532
7533         * src/compose.c
7534                 fix memory leak in 
7535                 compose_redirect_write_headers_from_headerlist()
7536                 add Subject and Resent-Message-ID to
7537                 compose_redirect_write_headers()
7538                 Received, Subject, and X-UIDL are filtered out in 
7539                 compose_redirect_write_to_file()
7540
7541 2002-05-23 [paul]       0.7.6claws13
7542
7543         * src/compose.[ch]
7544           src/filtering.c
7545           src/mainwindow.c
7546           src/matcher.[ch]
7547           src/matcher_parser_lex.l
7548           src/matcher_parser_parse.y
7549           src/prefs_common.[ch]
7550           src/prefs_filtering.c
7551           src/summaryview.c
7552                 rename 'Bounce' to 'Redirect'
7553
7554 2002-05-23 [paul]       0.7.6claws12
7555
7556         * more sync with 0.7.6cvs13
7557           src/compose.c
7558                 see ChangeLog 2002-05-22
7559
7560 2002-05-22 [paul]       0.7.6claws11
7561
7562         * sync with 0.7.6cvs13
7563           src/codeconv.c
7564                 see ChangeLog 2002-05-20
7565           src/prefs_common.c
7566                 see ChangeLog 2002-05-22
7567
7568 2002-05-21 [melvin]     0.7.6claws10
7569
7570         * src/folderview.c
7571                 Added missing filtering and scoring headers
7572                 Fixed bad function call that showed garbage 
7573                 in Folder->Processing
7574
7575 2002-05-21 [paul]       0.7.6claws9
7576
7577         * tools/Makefile.am
7578                 make all tools executable, (patch by Alfons).
7579
7580 2002-05-20 [alfons]     0.7.6claws8
7581
7582         * src/procheader.c
7583                 don't forget to call mktime() so we have a valid week 
7584                 and year day
7585                 (Bug report by Roger Sondermann <mail@jumaros.de>)
7586
7587 2002-05-20 [paul]       0.7.6claws7
7588
7589         * src/html.c
7590                 fix broken parsing of urls
7591         * src/textview.c
7592                 fix displaying of urls
7593
7594                 both fixes from the patch [547855] by Eugene 
7595                 Brevdo (zonem)
7596
7597 2002-05-19 [alfons]     0.7.6claws6
7598
7599         * configure.in
7600                 make sylpheed configure correctly with the latest
7601                 and greatest of automake / autoconf / gettext
7602
7603 2002-05-19 [alfons]     0.7.6claws5
7604
7605         * src/procheader.c
7606         * src/procheader.h
7607                 add function for returning ime zone offset
7608         * src/quote_fmt.c
7609         * src/quote_fmt_parse.y
7610                 better quotation formatting - does not convert
7611                 to local time, but uses the original date string.
7612                 
7613                 Note: %z inserts the timezone offset (should 
7614                 work also on platforms where strftime does not
7615                 support %z).
7616
7617 2002-05-18 [christoph]  0.7.6claws4
7618
7619         * src/summaryview.c
7620                 fix indentation of some code
7621         * tools/Makefile.am
7622                 fix spaces after \
7623         * src/Makefile.am
7624                 add missing \
7625                 correct path for ignorethread.xpm
7626                 incorrect filename for sylpheed_logo.xpm
7627                 add missing include matcher_parser_parse.h
7628
7629 2002-05-18 [paul]       0.7.6claws3
7630
7631         * sync with 0.7.6cvs8
7632                 see ChangeLog 2002-05-16 and 2002-05-17
7633
7634 2002-05-18 [melvin]     0.7.6claws2
7635
7636         * README.claws
7637                 Corrected an action's definition and fixed some misspellings.
7638
7639 2002-05-18 [paul]       0.7.6claws1
7640
7641         * tools/Makefile.am
7642           tools/gpg-sign        ** new file **
7643           tools/uudec           ** new file **
7644                 add Melvin's Actions scripts
7645
7646         * README.claws
7647                 add Melvin's descriptions for Actions
7648
7649 2002-05-18 [paul]       0.7.6claws
7650
7651         * Version 0.7.6claws released
7652
7653 2002-05-17 [paul]       0.7.5claws32
7654
7655         * po/es.po
7656                 updated by Ricardo Mones Lastra
7657
7658 2002-05-17 [paul]       0.7.5claws31
7659
7660         * src/compose.c
7661                 fix Account prefs default folder for sent/draft/deleted
7662                 messages bug
7663
7664         * po/it.po
7665           po/nl.po
7666                 updated translation by Alessandro Maestri and
7667                 Wilbert Berendsen
7668
7669 2002-05-17 [melvin]     0.7.5claws30
7670
7671         * src/prefs_actions.c
7672                 Fixed bug where using %F not at the end of the command 
7673                 resulted in an additional empty argument being created.
7674                 Thanks to Darko Koruga for reporting the bug.
7675
7676 2002-05-17 [melvin]     0.7.5claws29
7677
7678         * po/fr.po
7679                 Updated French translations.
7680
7681 2002-05-15 [paul]       0.7.5claws28
7682         
7683         * po/es.po
7684                 updated by Ricardo Mones Lastra
7685
7686 2002-05-15 [paul]       0.7.5claws27
7687
7688         * sync with 0.7.6cvs4
7689                 see ChangeLog 2002-05-14 and 2002-05-15
7690
7691 2002-05-14 [paul]       0.7.5claws26
7692
7693         * sync with 0.7.6cvs1
7694                 see ChangeLog 2002-05-13
7695
7696 2002-05-13 [thorsten]   0.7.5claws25
7697
7698         * src/messageview.c
7699                 fix select_all and copy in multipart messages
7700         * src/mainwindow.c
7701                 fix select_all and copy in multipart messages
7702
7703 2002-05-12 [paul]       0.7.5claws24
7704
7705         * src/summaryview.c
7706                 reverse last commit, bug already fixed in 0.7.5claws3
7707
7708 2002-05-12 [netztorte]  0.7.5claws23
7709
7710         * src/summaryview.c
7711                 dont parse empty addressbook (checked in before claws20)
7712
7713 2002-05-12 [melvin]     0.7.5claws22
7714
7715         * src/procmsg.[ch]
7716                 Removed unneeded priority code introduced by the previous 
7717                 commit.
7718
7719 2002-05-12 [melvin]     0.7.5claws21
7720
7721         * src/compose.[ch]
7722                 Added possibility to set message's priority.
7723         * src/procmsg.[ch]
7724                 Added possibility to set message's priority.
7725                 Added missing headers
7726
7727 2002-05-12 [melvin]     0.7.5claws20
7728
7729         * src/prefs_actions.c
7730                 Removed implicitely added quotes around the name
7731                 of the temporary files of mime parts.
7732
7733 2002-05-12 [paul]       0.7.5claws19
7734
7735         * sync with 0.7.5cvs20
7736                 see ChangeLog 2002-05-11
7737
7738 2002-05-12 [alfons]     0.7.5claws18
7739
7740         * src/quote_fmt_lex.l
7741         * src/quote_fmt_parse.y
7742                 allow quote / reply date & time format to be set using
7743                 %D{format}. format is a format string you'd pass to
7744                 strftime() (see man strftime, or the Display tab |
7745                 Date format setting).
7746
7747                 Currently %D converts the date to local time. 
7748
7749 2002-05-11 [paul]       0.7.5claws17
7750
7751         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
7752                 see ChangeLog 2002-05-10 and 2002-05-11
7753
7754 2002-05-10 [paul]       0.7.5claws16
7755
7756         * sync with 0.7.5cvs16
7757                 see ChangeLog entries 2002-05-09 and 
7758                 2002-05-10
7759
7760 2002-05-10 [colin]      0.7.5claws15
7761
7762         * src/textview.c
7763                 Corrected a bug that prevented sylpheed to open
7764                 double-clicked URIs.
7765
7766 2002-05-09 [paul]       0.7.5claws14
7767
7768         * sync with 0.7.5cvs14
7769                 see ChangeLog 2002-05-08 and 2002-05-09
7770
7771 2002-05-08 [paul]       0.7.5claws13
7772
7773         * sync with 0.7.5cvs11
7774                 see ChangeLog entry 2002-05-08
7775
7776 2002-05-08 [paul]       0.7.5claws12
7777
7778         * src/mainwindow.c
7779           src/textview.[ch]
7780                 fix segfault on View->Open in new window
7781                 patch submitted by Thorsten Maerz <torte@netztorte.de>
7782
7783 2002-05-07 [paul]       0.7.5claws11
7784
7785         * sync with 0.7.5cvs9
7786                 see ChangeLog entry 2002-05-07
7787
7788 2002-05-06 [paul]       0.7.5claws10
7789
7790         * src/messageview.c
7791           src/textview.c
7792                 display url in statusbar on single-click
7793                 patch submitted by Thorsten Maerz <torte@netztorte.de>
7794
7795 2002-05-06 [match]      0.7.5claws9
7796
7797         * src/addritem.[ch]
7798                 new functions.
7799         * src/addrcache.c
7800                 tidy up.
7801         * src/xmlprops.[ch]
7802                 XML implementation of properties file.
7803         * src/exporthtml.[ch]
7804         * src/expthtmldlg.[ch]
7805         * src/addressbook.c
7806                 export to HTML.
7807
7808 2002-05-02 [sergey]     0.7.5claws8
7809
7810         * src/mainwindow.c (mainwin_entries),
7811           src/prefs_common.c (prefs_send_create()),
7812           src/codeconv.c (locale_table):
7813                 use charset name "Windows-1251" instead of "CP1251".
7814
7815 2002-05-02 [colin]      0.7.5claws7
7816         
7817         * src/compose.c
7818           src/prefs_common.c
7819           src/prefs_folder_item.c
7820                 Fixed cosmetics bugs due to Outbox renamed to Sent.
7821
7822 2002-05-02 [hiro]       0.7.5claws6
7823
7824         * src/imap.c
7825                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
7826
7827 2002-05-02 [paul]       0.7.5claws5
7828
7829         * src/compose.c
7830                 more sync with 0.7.5cvs7, see ChangeLog entry
7831                 2002-05-02
7832
7833 2002-05-02 [hiro]       0.7.5claws4
7834
7835         * src/compose.c
7836                 compose_queue_sub():
7837                 check if queue folder exists (closes #550397).
7838                 removed directory creation since it should be handled
7839                 transparently.
7840         * src/imap.c
7841                 imap_add_msg(): return UID for appended message
7842                 (closes #548842).
7843
7844 2002-04-30 [paul]       0.7.5claws3
7845
7846         * src/summaryview.c
7847                 fix account_find_from_address() bug
7848
7849 2002-04-28 [colin]      0.7.5claws2
7850
7851         * src/compose.c
7852           src/textview.c
7853           src/prefs_common.[ch]
7854           src/utils.[ch]
7855                 Added user-definable quotation characters recognition.
7856
7857 2002-04-28 [paul]       0.7.5claws1
7858
7859         * sync with 0.7.5cvs4
7860                 see ChangeLog entry  2002-04-25
7861
7862 2002-04-28 [paul]       0.7.5claws
7863
7864         * po/es.po
7865           po/nl.po
7866           po/pt_BR.po
7867                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
7868                 Fabio Junior Beneditto
7869
7870 2002-04-27 [jens]       0.7.4claws103
7871
7872         * po/de.po
7873                 updated German translation.
7874
7875 2002-04-27 [hiro]       0.7.4claws102
7876
7877         * src/summaryview.c
7878                 summary_write_cache(): fixed the mark loss of hidden messages.
7879
7880 2002-04-26 [melvin]     0.7.4claws101
7881
7882         * src/procmsg.c
7883                 fixed a second typo (same one)
7884         * po/fr.po
7885           po/it.po
7886           po/pt_BR.po
7887                 fixed the type again...
7888
7889 2002-04-26 [melvin]     0.7.4claws100
7890
7891         * src/procmsg.c
7892                 fixed a typo in an alert message ("temorary").
7893         * po/it.po
7894         * po/pt_BR.po
7895                 corrected the typo  described above.
7896         * po/fr.po
7897                 updated French translation.
7898
7899 2002-04-26 [darko]      0.7.4claws99
7900
7901         * src/summaryview.c
7902                 fix target folder colorization
7903
7904 2002-04-25 [paul]       0.7.4claws98
7905
7906         * po/it.po
7907                 updated by Alessandro Maestri
7908
7909 2002-04-24 [colin]      0.7.4claws97
7910         
7911         * src/compose.c
7912                 Fixed double "subject is empty" question.
7913
7914 2002-04-23 [colin]      0.7.4claws96
7915         
7916         * src/mimeview.c
7917                 Corrected issue when "automatically display images" was
7918                 not set : first image remained after selecting second.
7919
7920 2002-04-23 [melvin]     0.7.4claws95
7921
7922         * src/prefs_actions.c
7923                 Don't display in/out dialog if there is nothing to show.
7924
7925 2002-04-23 [paul]       0.7.4claws94
7926
7927         * sync with 0.7.5cvs3
7928                 bug fixes: see ChangeLog entry 2002-04-23
7929
7930 2002-04-22 [darko]      0.7.4claws93
7931
7932         * src/compose.c
7933                 fix previous check-in which changed code after
7934                 merge from main
7935
7936 2002-04-22 [paul]       0.7.4claws92
7937
7938         * faq/de/*
7939                 add German FAQ
7940         * faq/en/*
7941           faq/es/*
7942           faq/fr/*
7943                 update English, Spanish and French FAQs
7944         * manual/de/*
7945           manual/es/*
7946                 add German and Spanish manuals
7947         * manual/en/*
7948           manual/fr/*
7949                 update English and French manuals
7950
7951         * src/Makefile.am
7952                 add to and re-arrange the pixmap entries
7953
7954 2002-04-22 [darko]      0.7.4claws91
7955
7956         * src/compose.c
7957                 fix sender initials recognition to only allow
7958                 '>' after the initials
7959
7960 2002-04-21 [paul]       0.7.4claws90
7961
7962         * sync with 0.7.5 release
7963                 see ChangeLog entry 2002-04-21
7964
7965 2002-04-21 [alfons]
7966
7967         * src/Makefile.am
7968                 add colin's new pixmaps to EXTRA_DIST
7969
7970 2002-04-21 [colin]      0.7.4claws89
7971         * src/compose.c
7972         * src/inc.c
7973         * src/mainwindow.[ch]
7974         * src/prefs_common.[ch]
7975         * src/stock_pixmap.[ch]
7976                 Added "Work offline" ability.
7977
7978 2002-04-21 [colin]      0.7.4claws88
7979         
7980         * src/mimeview.c
7981         * src/prefs_common.c
7982         * src/prefs_common.h
7983         * src/textview.c : Added an option to common preferences -> display
7984           to allow user not to automatically display images.
7985
7986 2002-04-21 [paul]       0.7.4claws87
7987
7988         * sync with 0.7.4cvs52
7989                 see ChangeLog entry 2002-04-21 (src/imap.c)
7990
7991 2002-04-21 [paul]       0.7.4claws86
7992
7993         * sync with 0.7.4cvs51
7994                 see ChangeLog entry 2002-04-21
7995
7996 2002-04-21 [paul]       0.7.4claws85
7997
7998         * sync with 0.7.4cvs49
7999                 see ChangeLog entries 2002-04-20 and 2002-04-21
8000
8001         * src/Makefile.am
8002                 clean up: remove old 'stock_' element from xpm 
8003                 filenames.
8004
8005 2002-04-21 [alfons]     0.7.4claws84
8006
8007         apply sync patch from Paul
8008
8009         * src/folderview.c
8010                 use old claws prefs_folder_item_create() for now
8011
8012 2002-04-19 [match]      0.7.4claws83
8013
8014         * src/addressbook.[ch]
8015         * src/addrharvest.[ch]
8016         * src/addrgather.[ch]
8017                 recurse folders.
8018         * src/mainwindow.c
8019         * src/summaryview.[ch]
8020                 change menu option.
8021
8022 2002-04-19 [paul]       0.7.4claws82
8023
8024         * po/pt_BR.po
8025                 updated by Fabio Junior Beneditto
8026
8027 2002-04-14 [alfons]     0.7.4claws81
8028
8029         * src/passphrase.c
8030                 add #include <sys/types.h> for mode_t and off_t 
8031
8032 2002-04-13 [paul]       0.7.4claws80
8033         
8034         * src/main.c
8035           src/passphrase.[ch]
8036           src/pgptext.c
8037           src/prefs_common.[ch]
8038           src/rfc2015.c
8039                 enable storing of GnuPG passphrase for the whole 
8040                 session or a user-defined number of minutes. patch 
8041                 submitted by Ravemax <ravemax@dextrose.com>
8042
8043 2002-04-13 [alfons]     0.7.4claws79
8044
8045         * src/textview.c
8046                 make email parser also stop scanning when encountering separators
8047                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
8048
8049 2002-04-13 [paul]       0.7.4claws78
8050
8051         * sync with 0.7.4cvs39
8052                 see ChangeLog entry 2002-04-12
8053
8054 2002-04-11 [paul]       0.7.4claws77
8055
8056         * sync with 0.7.4cvs37
8057                 see ChangeLog entry 2002-04-11
8058
8059 2002-04-11 [paul]       0.7.4claws76
8060
8061         * COPYING 
8062                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
8063                 the clause for OpenSSL). sync with sylpheed main
8064
8065 2002-04-09 [melvin]     0.7.4claws75
8066
8067         * src/compose.c
8068                 Made 'Ctrl-Enter' on send ignore some modifiers 
8069                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
8070                 to bind other *-Enter (but not Alt-Enter).
8071
8072 2002-04-09 [paul]       0.7.4claws74
8073
8074         * sync with 0.7.4cvs35
8075                 see ChangeLog entries 2002-04-09
8076
8077 2002-04-08 [paul]       0.7.4claws73
8078
8079         * sync with 0.7.4cvs33
8080                 see ChangeLog entry 200-04-08
8081
8082 2002-04-07 [match]      0.7.4claws72
8083
8084         * src/addrharvest.[ch]
8085                 fixed to read all addresses in header, regardless
8086                 of header size. improved name parsing. accommodate
8087                 harvest from folders and selected message.
8088         * src/addritem.[ch]
8089                 included new address parsing function.
8090         * src/addrgather.[ch]
8091         * src/addressbook.[ch]
8092         * src/summaryview.[ch]
8093         * src/mainwindow.c
8094                 allow address harvest of folder as well as selected
8095                 messages.
8096
8097 2002-04-07 [paul]       0.7.4claws71
8098
8099         * src/esmtp.[ch]
8100           src/smtp.c
8101                 don't try to authenticate with CRAM-MD5 in SMTP when 
8102                 SMTP-AUTH enabled if MTA doesn't issue this 
8103                 auth-method in it's ehlo-response. bug item #531364,
8104                 patch item #938910. patch submitted by Colin Leroy 
8105                 <colin@colino.net>
8106
8107 2002-04-07 [paul]       0.7.4claws70
8108
8109         * src/nntp.c
8110                 fix missing MODE_READER bug. patch submitted by
8111                 Colin Leroy <colin@colino.net>
8112
8113 2002-04-07 [alfons]     0.7.4claws69
8114
8115         * src/matcher.[ch]
8116         * src/prefs_filtering.c
8117         * src/summaryview.c
8118                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
8119                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
8120
8121 2002-04-07 [paul]       0.7.4claws68
8122
8123         * sync with 0.7.4cvs32
8124                 see ChangeLog entry 2002-04-06
8125
8126         * tools/filter_conv.pl
8127                 more bug fixes
8128
8129 2002-04-06 [paul]       0.7.4claws67
8130
8131         * tools/filter_conv.pl
8132                 modify to be able to find the name of the first
8133                 mailbox and use that. main's filter does not
8134                 record the full path to the mailbox and therefore
8135                 can only filter to the first mailbox.
8136
8137 2002-04-05 [paul]       0.7.4claws66
8138
8139         * tools/filter_conv.pl
8140                 attempt to make the script all-encompassing and
8141                 be able to convert any main 'filter' rule thrown
8142                 at it
8143
8144 2002-04-05 [paul]       0.7.4claws65
8145
8146         * tools/filter_conv.pl
8147                 allow for collapsed folder trees
8148
8149 2002-04-05 [paul]       0.7.4claws64
8150
8151         * sync with 0.7.4cvs31
8152                 see ChangeLog entries 2002-04-05
8153
8154 2002-04-03 [paul]       0.7.4claws63
8155
8156         * sync with 0.7.4cvs29
8157                 see ChangeLog entries 2002-04-02 and 2002-04-03
8158
8159 2002-04-02 [paul]       0.7.4claws62
8160
8161         * sync with 0.7.4cvs26
8162                 see ChangeLog entry 2002-04-01
8163
8164 2002-04-02 [match]      0.7.4claws61
8165
8166         * src/pine.[ch]
8167         * src/importpine.[ch]
8168         * src/addressbook.c
8169                 import Pine address book.
8170
8171 2002-04-02 [match]      0.7.4claws60
8172
8173         * src/addrharvest.[ch]
8174                 improve address parsing of funky addresses.
8175
8176 2002-04-02 [darko]      0.7.4claws59
8177
8178         * src/compose.c
8179                 wrap on send improvements, it now recognizes quoted
8180                 initials as part of the quotation string, and it
8181                 does not join lines separated by CR
8182
8183 2002-04-01 [match]      0.7.4claws58
8184
8185         * src/mgutils.[ch]
8186                 added new functions.
8187         * src/mutt.[ch]
8188                 remove excessive duplicate address generation
8189                 on import.
8190
8191 2002-04-01 [alfons]     0.7.4claws57
8192         
8193         * src/summaryview.c
8194                 put back g_free() 
8195
8196 2002-04-01 [paul]       0.7.4claws56
8197
8198         * sync with 0.7.4cvs25
8199                 see ChangeLog entry 2002-04-01
8200
8201 2002-04-01 [alfons]     0.7.4aprilfool55
8202
8203         * src/summaryview.c
8204                 honour feature request item #537427 to allow for
8205                 displaying names from address book for sent mail also
8206
8207 2002-03-29 [paul]       0.7.4claws54
8208
8209         * src/mainwindow.c
8210           src/prefs_filtering.[ch]
8211           src/prefs_matcher.c
8212           src/summaryview.c
8213                 add 'fast filter' for claws' filtering,
8214                 /Tools/Create filter rule/... patch submitted
8215                 by Neill Miller <neillm@thecodefactory.org>
8216
8217 2002-03-29 [paul]       0.7.4claws53
8218
8219         * sync with 0.7.4cvs24
8220                 see ChangeLog entry 2002-03-29
8221
8222 2002-03-28 [paul]       0.7.4claws52
8223
8224         * sync with 0.7.4cvs23
8225                 see ChangeLog entry 2002-03-28
8226
8227 2002-03-27 [melvin]     0.7.4claws51
8228
8229         * src/prefs_actions.c
8230                 Added support to pass only one message part (as a
8231                 file) to the command using '%p'. No quotes are needed
8232                 because doubles quotes are automatically added.
8233                 Fixed bug where Sylpheed could block when waiting for
8234                 a child process to finish.
8235                 Changed the help menu to remove quotes around symbols to 
8236                 avoid misinterpretation (they must not be used).
8237
8238 2002-03-27 [melvin]     0.7.4claws50
8239
8240         * src/inc.c
8241                 Made the new mail notification command always 
8242                 execute asynchronously.
8243
8244 2002-03-27 [paul]       0.7.4claws49
8245
8246         * src/compose.c
8247                 fix bug introduced in last commit
8248
8249 2002-03-27 [paul]       0.7.4claws48
8250
8251         * sync with 0.7.4cvs21
8252                 see ChangeLog 2002-03-26 and 2002-03-27
8253
8254 2002-03-26 [hoa]        0.7.4claws47
8255
8256         * src/prefs_folder_item.c
8257                 really fixed the bug #516442 with folder rescan.
8258
8259 2002-03-26 [paul]       0.7.4claws46
8260
8261         * sync with 0.7.4cvs19
8262                 see ChangeLog entries 2002-03-25 and 2002-03-26
8263
8264 2002-03-25 [hoa]        0.7.4claws45
8265
8266         * src/matcher.c
8267         * src/mh.c
8268                 fix the bug #516442 with folder rescan.
8269
8270         * src/prefs_common.[ch]
8271         * src/compose.c
8272                 added an option to enable two different behaviours
8273                 for bounce.
8274
8275
8276 2002-03-25 [paul]       0.7.4claws44
8277
8278         * src/mainwindow.c
8279           src/selective_download.c
8280                 correct a few menuitem labels
8281
8282 2002-03-25 [christoph]  0.7.4claws43
8283
8284         * src/procmsg.c
8285                 fix non deleted tmp message in
8286                 procmsg_save_to_outbox
8287                 fix problems caused by sync with
8288                 main branch's procmsg_send_queue
8289
8290 2002-03-25 [paul]       0.7.4claws42
8291
8292         * src/quote_fmt.c
8293           src/quote_fmt_lex.l
8294           src/quote_fmt_parse.y
8295                 add Last name (%L) placeholder for quoting. 
8296                 patch submitted by Thorsten Thielen 
8297                 <thth@users.sourceforge.net>
8298
8299 2002-03-25 [paul]       0.7.4claws41
8300
8301         * src/utils.c
8302                 get full hostname. patch submitted by
8303                 Bob Woodside <rwoodside1@comcast.net>
8304
8305 2002-03-25 [paul]       0.7.4claws40
8306
8307         * src/account.c
8308           src/news.c
8309           src/nntp.[ch]
8310           src/prefs_account.[ch]
8311                 enable NNTP over SSL. patch submitted by
8312                 Pascal Jermini <pascal@infinity.hn.org>
8313
8314 2002-03-24 [paul]       0.7.4claws39
8315
8316         * src/prefs_common.c
8317                 make the arrangement of the Compose tab more
8318                 coherent
8319
8320         * src/mainwindow.c
8321                 fix some irregularities of style
8322
8323         * po/de.po
8324                 updated by Kilian Krause
8325
8326 2002-03-23 [paul]       0.7.4claws38
8327
8328         * po/pt_BR.po
8329                 updated by Fabio Junior Beneditto
8330
8331 2002-03-23 [paul]       0.7.4claws37
8332
8333         * src/mainwindow.c
8334                 move 'Gather addresses' to 'Tools' menu
8335                 make 'Selective download' sensitive
8336
8337 2002-03-23 [paul]       0.7.4claws36
8338
8339         * sync with 0.7.4cvs16
8340                 see ChangeLog entries 2002-03-23
8341
8342 2002-03-22 [christoph]  0.7.4claws35
8343
8344         * src/quote_fmt_parse.y
8345                 fix include program output
8346
8347 2002-03-22 [alfons]     0.7.4claws34
8348
8349         * src/pop.c
8350                 initialize GDate stack variable correctly (sorry!)
8351
8352 2002-03-22 [paul]       0.7.4claws33
8353
8354         * src/compose.c
8355           src/mainwindow.c
8356           src/prefs_actions.c
8357           src/prefs_common.c
8358                 rename 'Tool' to 'Tools'
8359
8360         * src/mainwindow.c
8361                 move 'Delete duplicated messages' from
8362                 'Message/' to 'Tools/'
8363                 re-arrange the order of 'Tools/' items
8364
8365 2002-03-22 [paul]       0.7.4claws32
8366
8367         * src/addr_compl.c
8368           src/addressbook.[ch]
8369                 auto-address completion now also matches on
8370                 Nickname. patch submitted by Bob Forsman 
8371                 <hammor@users.sourceforge.net>
8372
8373         * src/editaddress.c
8374                 correct a spelling mistake
8375
8376 2002-03-22 [alfons]     0.7.4claws31
8377
8378         * src/pop.c
8379                 fix getting uidl from incorrect string 
8380                 (spotted by Colin)
8381
8382 2002-03-21 [alfons]     0.7.4claws30
8383
8384         * src/pop.c
8385                 more code refactoring
8386                 plug mem leak introduced by delete on server
8387
8388 2002-03-21 [paul]       0.7.4claws29
8389
8390         * sync with 0.7.4cvs11
8391                 see ChangeLog entries 2002-03-20
8392
8393 2002-03-20 [alfons]     0.7.4claws28
8394
8395         * src/inc.c
8396                 apply Colin's patch and refactor
8397
8398 2002-03-20 [paul]       0.7.4claws27
8399
8400         * sync with sylpheed 0.7.4cvs9
8401                 see ChangeLog entry 2002-03-20
8402
8403 2002-03-19 [christoph]  0.7.4claws26
8404
8405         * src/mh.c
8406         * src/procmsg.[ch]
8407         * src/summaryview.c
8408                 revert changes for flag updates
8409                 (does not work correctly and no time to debug)
8410
8411 2002-03-20 [alfons]     0.7.4claws25
8412
8413         * src/pop.c
8414                 refactor should_delete() a little bit 
8415
8416 2002-03-19 [paul]       0.7.4claws24
8417
8418         * src/inc.[ch]
8419           src/pop.c
8420           src/prefs_account.[ch]
8421                 allow the user to leave downloaded mail on the 
8422                 server for n days. Patch submitted by Colin Leroy 
8423                 <colin@colino.net>
8424
8425 2002-02-19 [paul]       0.7.4claws23
8426
8427         * sync with sylpheed 0.7.4cvs8
8428                 see ChangeLog entries 2002-03-19
8429
8430 2002-03-18 [paul]       0.7.4claws22
8431
8432         * sync with sylpheed 0.7.4cvs6
8433                 see ChangeLog entry 2002-03-18
8434
8435 2002-03-18 [paul]       0.7.4claws21
8436
8437         * po/en_GB.po
8438                 add en_GB message catalogue
8439
8440         * src/mbox_folder.c
8441           src/prefs_account.c
8442           src/prefs_actions.c
8443                 correct a few spelling mistakes
8444
8445 2002-03-17 [alfons]     0.7.4claws20
8446
8447         * src/matcher.c
8448                 more stringent checks for NULL params when writing
8449                 filtering actions to a file
8450                 
8451 2002-03-17 [hoa]        0.7.3claws20
8452
8453         * src/news.c
8454                 fixed the count of new messages
8455
8456         * src/compose.c
8457                 fixed the "attachment properties" window
8458
8459 2002-03-17 [paul]       0.7.4claws19
8460
8461         * src/defs.h
8462           src/folder.h
8463           src/news.c
8464           src/prefs_account.[ch]
8465           src/procmsg.[ch]
8466           src/summaryview.c
8467                 automatically mark cross-posted messages as read 
8468                 and (optionally) give them a colour label
8469                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
8470                 
8471
8472 2002-03-17 [paul]       0.7.4claws18
8473
8474         * sync with sylpheed 0.7.4cvs5
8475                 see ChangeLog entry 2002-03-17
8476
8477 2002-03-17 [melvin]     0.7.4claws17
8478         
8479         * src/textview.c
8480                 Worked around a gtktext 'bug': when searching for 
8481                 a text in a long message it was scrolling slowly
8482                 line by line until it hit the searched text.
8483         * po/fr.po
8484                 Updated French translation
8485
8486 2002-03-17 [melvin]     0.7.4claws16
8487
8488         * src/mainwindow.c
8489         * src/compose.c
8490         * src/prefs_actions.c
8491                 Moved "Edit/Actions" to "Tool/Actions"
8492                 Made mainwindow/compose window sensitive as soon as
8493                 no child process is running anymore even if the io dialog
8494                 is open.
8495                 Fixed a struct being initialized with a non constant char*
8496
8497 2002-03-16 [christoph]  0.7.4claws15
8498
8499         * configure.in
8500                 add --with-compiler-flags option
8501                 (only for developer hacking)
8502         * src/mh.c
8503         * src/procmsg.[ch]
8504         * src/summaryview.c
8505                 try to make folder-stats and flag handling more
8506                 independent from the summaryview. msgcounts
8507                 are only set when the folder is opened and
8508                 procmsg_msginfo_(un)set_flags will handle it
8509                 later and summaryview will get the values
8510                 from the folder.
8511
8512 2002-03-16 [paul]       0.7.4claws14
8513
8514         * src/messageview.c
8515                 fix Return-receipt. Patch submitted by Bob
8516                 Woodside <rwoodside1@comcast.net>
8517
8518 2002-03-16 [paul]       0.7.4claws13
8519
8520         * src/compose.c
8521                 fix 'dynamic' signatures, make it work again
8522                 broken during sync on 2002-03-14 (0.7.4claws2)
8523
8524 2002-03-15 [match]      0.7.4claws12
8525
8526         * src/addrharvest.[ch]
8527         * src/addrgather.[ch]
8528         * src/addressbook.[ch]
8529         * src/mainwindow.c
8530                 included address harvester feature. still some
8531                 issues with address parsing that I will fix.
8532
8533 2002-03-15 [match]      0.7.4claws11
8534
8535         * src/addrbook.[ch]
8536         * src/addrcache.[ch]
8537         * src/addressbook.[ch]
8538         * src/addrindex.c
8539         * src/editbook.c
8540         * src/importldif.c
8541         * src/importmutt.c
8542         * src/jpilot.[ch]
8543         * src/main.c
8544         * src/syldap.[ch]
8545         * src/vcard.[ch]
8546                 tidy up. fix memory leaks. moved attribs and methods
8547                 from individual interfaces to addrcache object. prep
8548                 for new stuff to come in.
8549
8550 2002-03-15 [alfons]     0.7.4claws10
8551
8552         * src/matcher.[ch]
8553         * src/matcher_parser_parse.y
8554         * src/matcher_parser_lex.l
8555         * src/prefs_matcher.c
8556                 add filtering conditions message greater than, smaller 
8557                 than, and exactly matching a size in bytes
8558                 (does not work with delete from POP3 server yet)
8559
8560                 this should also give others an idea what you should
8561                 do to add new criterions to claws filtering system
8562                 
8563
8564 2002-03-15 [paul]       0.7.4claws9
8565
8566         * tools/filter_conv.pl
8567                 exit if there are no filter rules to convert
8568                 rename filterrc to filterrc.old after completion
8569
8570 2002-03-15 [paul]       0.7.4claws8
8571
8572         * sync with sylpheed 0.7.4cvs3
8573                 see ChangeLog entry 2002-03-14
8574
8575 2002-03-14 [paul]       0.7.4claws7
8576
8577         * src/compose.c
8578                 clean up the last commit (ahem)
8579
8580 2002-03-14 [paul]       0.7.4claws6
8581
8582         * src/compose.c
8583                 fix bug #515655. honour account preferences
8584                 regarding gpg default signing/encryption when 
8585                 changing account from the compose window.
8586
8587 2002-03-14 [paul]       0.7.4claws5
8588
8589         * src/folderview.c
8590                 remove unnecessary curly brackets
8591
8592 2002-03-14 [paul]       0.7.4claws4
8593
8594         * src/folderview.c
8595           src/prefs_filtering.[ch]
8596                 add filter rename on folder rename and filter
8597                 delete on folder delete. Patch submitted by
8598                 Neill Miller <neillm@thecodefactory.org> 
8599
8600 2002-03-14 [christoph]  0.7.4claws3
8601
8602         * src/procmsg.c
8603         * src/send.c
8604                 fix local delivery
8605                 (patch submitted by "Simon 'corecode' Schubert")
8606         * src/prefs_common.c
8607         * src/procmsg.c
8608                 fix gcc 3.0 warning
8609
8610 2002-03-14 [paul]       0.7.4claws2
8611
8612         * sync with sylpheed 0.7.4cvs2
8613                 see ChangeLog entry 2002-03-13
8614
8615 2002-03-12 [darko]      0.7.4claws1
8616
8617         * src/mainwindow.c
8618                 fix what seems to be a copy and paste error
8619                 when setting color for important messages
8620                 (reported by wwp)
8621
8622 2002-03-11 [paul]       version 0.7.4claws released
8623
8624 2002-03-11 [paul]       0.7.4claws
8625
8626         * po/es.po
8627           po/it.po
8628           po/nl.po
8629           po/pt_BR.po
8630                 update message catalogs. Submitted by Ricardo Mones 
8631                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
8632                 Fabio Junior Beneditto
8633
8634         * configure.in
8635           faq/Makefile.am
8636           faq/it/Makefile
8637           faq/it/sylpheed-faq*
8638           src/mainwindow.c
8639           src/manual.[ch]
8640                 add FAQ in Italian
8641         
8642
8643 2002-03-11 [jens]       0.7.3claws7
8644
8645         * po/de.po
8646                 updated German translation
8647
8648 2002-03-11 [melvin]     0.7.3claws6
8649
8650         * po/fr.po
8651                 updated and corrected French translation
8652
8653 2002-03-10 [hoa]        0.7.3claws5
8654
8655         * src/account.c
8656         * src/inc.c
8657         * src/prefs_account.c
8658         * src/procmsg.c
8659         * src/send.[ch]
8660                 fixed the local account.
8661                 you have to change the default "/usr/sbin/sendmail"
8662                 to "/usr/sbin/sendmail -t" in the preferences of
8663                 the local account.
8664
8665         * src/procmime.c
8666                 removed some debug display for renderer
8667
8668 2002-03-10 [paul]       0.7.3claws4
8669
8670         * faq/en/sylpheed-faq-1.html
8671           faq/en/sylpheed-faq-2.html
8672                 update
8673
8674 2002-03-09 [paul]       0.7.3claws3
8675
8676         * sync with sylpheed 0.7.4
8677                 see ChangeLog entry 2002-03-09
8678
8679 2002-03-08 [paul]       0.7.3claws2
8680
8681         * faq/en/sylpheed-faq*
8682           faq/es/sylpheed-faq*
8683           faq/fr/sylpheed-faq*
8684                 update the FAQs
8685
8686         * manual/fr/.cvsignore
8687           manual/fr/Makefilea.am
8688           manual/fr/sylpheed*
8689           src/mainwindow.c
8690           src/manual.[ch]
8691                 add the French manual
8692
8693 2002-03-07 [paul]       0.7.3claws1
8694
8695         * sync with sylpheed 0.7.3cvs4
8696                 see ChangeLog entries  2002-03-06 and 2002-03-07
8697         
8698         * po/nl.po
8699                 updated by Wilbert Berendsen
8700
8701 2002-03-07 [melvin]     0.7.2claws34
8702
8703         * src/selective_download.c
8704                 Changed the pixmap of the receive button to MAIL_RECEIVE.
8705
8706 2002-03-06 [paul]       0.7.2claws33
8707
8708         * sync with sylpheed 0.7.3cvs1
8709                 bug fix, see ChangeLog entry 2002-03-05
8710
8711 2002-03-05 [paul]       0.7.2claws32
8712
8713         * src/mimeview.c
8714           src/pgptext.[ch]
8715           src/procmsg.c
8716                 reverse the pgp ascii-armored code implemented in 
8717                 0.7.2claws16. removal of this code until it matures.
8718                 this means that verifying ascii-armored pgp sigs and
8719                 automatic decryption of ascii-armored encrypted
8720                 messages no longer works.
8721
8722 2002-03-05 [paul]       0.7.2claws31
8723
8724         * configure.in
8725           Makefile.am
8726         * faq/Makefile.am
8727         * faq/en/Makefile.am
8728           faq/en/sylpheed-faq.html
8729           faq/en/sylpheed-faq-1.html
8730           faq/en/sylpheed-faq-2.html
8731           faq/en/sylpheed-faq-3.html
8732         * faq/es/Makefile.am
8733           faq/es/sylpheed-faq.html
8734           faq/es/sylpheed-faq-1.html
8735           faq/es/sylpheed-faq-2.html
8736           faq/es/sylpheed-faq-3.html
8737           faq/es/sylpheed-faq-4.html
8738         * faq/fr/Makefile.am
8739           faq/fr/sylpheed-faq.html
8740           faq/fr/sylpheed-faq-1.html
8741           faq/fr/sylpheed-faq-2.html
8742           faq/fr/sylpheed-faq-3.html
8743         * src/Makefile.am
8744           src/defs.h
8745           src/mainwindow.c
8746           src/manual.[ch]
8747                 add FAQs in English, Spanish and French
8748
8749
8750 2002-03-05 [paul]       0.7.2claws30
8751
8752         * manual/en/sylpheed.html
8753           manual/en/sylpheed-XX.html
8754                 updated the English manual
8755
8756 2002-03-05 [hoa]        
8757
8758         * src/summaryview.c
8759                 dialog box pops up if the article can't be deleted.
8760
8761 2002-03-04 [paul]       
8762         
8763         * po/pt_BR.po
8764                 updated by Fabio Junior Benedito
8765
8766 2002-03-04 [hoa]
8767
8768         * removed ac/gpgme.m4
8769                 to avoid autogen common problem
8770                 developers have to install gpgme development package now
8771
8772         * src/compose.c
8773                 encoding to 7bit or 8bit is enabled.
8774
8775 2002-03-03 [alfons]     0.7.2claws29
8776
8777         * src/pop.c
8778                 merge fix by Oliver Haertel for selective
8779                 download buglet
8780
8781 2002-03-03 [paul]       0.7.2claws28
8782         
8783         * sync with sylpheed 0.7.3
8784
8785 2002-03-03 [paul]       0.7.2claws27
8786
8787         * sync with sylpheed 0.7.2cvs24
8788                 see ChangeLog entries 2002-03-02 and 2002-03-03
8789
8790 2002-03-02 [melvin]     0.7.2claws26
8791
8792         * src/inc.[ch]
8793         * src/main.c
8794         * src/mainwindow.c
8795         * src/prefs_common.[ch]
8796                 Added user definable notification on new mail arrival.
8797                 Removed unused variables in spell checker prefs code.
8798
8799 2002-03-02 [melvin]     0.7.2claws25
8800
8801         * src/quote_fmt.c
8802                 Removed unnecessary escape sequences.
8803                 Changed 'Initial...' to 'Initials of Sender'
8804
8805 2002-03-02 [paul]       0.7.2claws24
8806
8807         * sync with sylpheed 0.7.2cvs22
8808                 see ChangeLog entry 2002-03-01
8809
8810 2002-03-01 [hoa]        0.7.2claws23
8811
8812         * src/mainwindow.c
8813                 Set sensitivity of delete actions to active
8814                 even if the folder is a newsgroup.
8815
8816         * src/summaryview.c
8817                 - Set sensitivity of delete actions
8818                 - Added function check_permission() that will check if the
8819                   user is authorized to delete a message. For news, it
8820                   will check if the author is the same.
8821                 - Enabled deletion when there is no trash folder.
8822
8823         * src/news.[ch]
8824                 - Added news_cancel_article() to cancel articles
8825                 - Implemented news_remove_message() (public function)
8826
8827 2002-03-01 [paul]       0.7.2claws22
8828
8829         * src/gtkutils.c
8830           src/textview.c
8831                 recognise urls that that don't include 'http://' and
8832                 simply begin 'www.' 
8833
8834         * AUTHORS
8835                 remove duplicated name
8836
8837 2002-02-28 [paul]       0.7.2claws21
8838
8839         * src/mainwindow.c
8840           src/summaryview.[ch]
8841                 add ability to 'Select thread'
8842                 combines Melvin's "Select thread's head" patch (#510907)
8843                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
8844                 patch (#518514) 
8845
8846 2002-02-28 [paul]       0.7.2claws20
8847
8848         * src/mimeview.c
8849                 hopefully fix segfault on right-clicking a mime part
8850                 that some people have experienced.      
8851                 fix submitted by Fredrik Olofsson <frol@linux.nu>
8852
8853 2002-02-28 [paul]       0.7.2claws19
8854
8855         * sync with sylpheed 0.7.2cvs21
8856                 see ChangeLog entries 2002-02-27 and 2002-02-28
8857
8858 2002-02-27 [paul]       0.7.2claws18
8859
8860         * sync with sylpheed 0.7.2cvs18
8861                 see ChangeLog entries 2002-02-26 and 2002-02-27
8862
8863 2002-02-26 [alfons]     0.7.2claws17
8864
8865         * src/procheader.c
8866                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
8867                 (spotted by Chris Hessman <idatech@gmx.net>)
8868
8869 2002-02-26 [paul]       0.7.2claws16
8870
8871         * src/mimeview.c
8872           src/pgptext.[ch]
8873           src/procmsg.c
8874                 make decryption of ascii-armored pgp encrypted messages
8875                 and verification of ascii-armored signatures work again.
8876                 slightly altered from the patch by Jens Jahnke 
8877                 <jan0sch@gmx.net>
8878
8879                 ##FIX ME##
8880                 * the checking of plaintext signatures always comes up in 
8881                   a popup box
8882                 * it doesn't work for multipart messages 
8883                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
8884                   including the msg headers and these 2 line themselves, are 
8885                   not displayed
8886
8887         * src/mainwindow.c
8888                 "View/Folder Tree" becomes "View/Separate Folder Tree"
8889                 "View/Message View" becomes "View/Separate Message View"
8890                 because its less ambiguous.
8891
8892         * po/es.po
8893                 updated by Ricardo Mones Lastra
8894
8895 2002-02-26 [paul]       0.7.2claws15
8896
8897         * sync with sylpheed 0.7.2cvs17
8898                 see ChangeLog entries 2002-02-25 and 2002-02-26
8899
8900 2002-02-25 [christoph]  0.7.2claws14
8901
8902         * src/filtering.[ch]
8903         * src/inc.c
8904                 do filtering stuff after all messages have been received
8905                   1. drop all messages to .processing
8906                   2. scan processing folder for messages
8907                   3. filter messages or move to inbox
8908                 this will also find old messages left in processing after
8909                 a crash or something like that and we get a real msginfo
8910                 from folder->get_msg_list and do not have to create our
8911                 own in filter_message
8912         * src/matcher_parser_parse.y
8913                 remove MIX/MAX warning (reordered includes)
8914
8915 2002-02-25 [paul]       0.7.2claws13
8916
8917         * sync with sylpheed 0.7.2cvs15
8918                 see ChangeLog entry 2002-02-24
8919
8920 2002-02-24 [alfons]     0.7.2claws12
8921
8922         * src/filtering.c
8923                 clear old color flags first when applying a new color to
8924                 a message info. 
8925                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
8926
8927 2002-02-24 [alfons]     0.7.2.claws11
8928         
8929         * AUTHORS
8930         * src/prefs_common.c
8931                 add presets for Opera and Konqueror, closes patch #517261,
8932                 submitted by Ville Skyttä <scop@users.sourceforge.net>
8933
8934 2002-02-24 [alfons]     0.7.2.claws10
8935
8936         * AUTHORS
8937         * src/summaryview.c
8938                 fix threading for null message ids, closes patch #521601,
8939                 submitted by Bob Forsman <hammor@users.sourceforge.net>
8940
8941 2002-02-24 [alfons]     0.7.2claws9
8942
8943         * src/summaryview.c
8944         * src/filtering.c
8945                 make Tool | Filter Message work with filtering system so
8946                 setting flags also works
8947
8948                 TODO:
8949
8950                 - Processing uses the same function as Tool | Filter
8951                   Message, but doesn't use the same update proc yet
8952
8953 2002-02-23 [paul]       0.7.2claws8
8954
8955         * sync with sylpheed 0.7.2cvs14
8956                 see ChangeLog entries 2002-02-22 and 2002-02-23
8957
8958 2002-02-22 [christoph]  0.7.2claws7
8959
8960         * src/quote_fmt.c
8961                 Add column space to table
8962         * src/quote_fmt_parse.y
8963                 Close files
8964
8965 2002-02-22 [paul]       0.7.2claws6
8966
8967         * src/Makefile.am
8968           src/defs.h
8969           src/filtering.c
8970           src/inc.[ch]
8971           src/mainwindow.c
8972           src/matcher.[ch]
8973           src/matcher_parser_lex.l
8974           src/matcher_parser_parse.y
8975           src/pop.[ch]
8976           src/prefs_account.h
8977           src/prefs_filtering.c
8978           src/selective_download.[ch]   *** NEW FILES ***
8979           src/utils.[ch]
8980           po/POTFILES.in
8981                 Selective Download added to 'Tool' menu. 
8982                 Retrieves email headers of the currently selected pop3 
8983                 account and allows the user to mark emails for deletion 
8984                 right on the pop3 server. Patch submitted by Oliver Haertel 
8985                 <oha@users.sourceforge.net>.
8986         
8987         * po/POTFILES.in
8988                 add 'src/quote_fmt.c'           
8989
8990 2002-02-22 [christoph]  0.7.2claws5
8991
8992         * src/Makefile.am
8993                 added quote_fmt.c
8994         * src/prefs_common.[ch]
8995         * src/prefs_template.c
8996         * src/quote_fmt.c               *** NEW FILE ***
8997         * src/quote_fmt.h
8998                 move quote format symbol description code
8999                 to it's own file because it is used from
9000                 differnent code parts
9001                 Rewrote symbol description GUI
9002                   + use table
9003                   + add separators
9004                   + get data from array (no more long constant strings)
9005         * src/quote_fmt_lex.l
9006         * src/quote_fmt_parse.y
9007                 Symbol for Literal % changed to \% instead of %%
9008                 (More logical as \ is used for quoting for other symbols)
9009                 Add |f and |p to include files and program output
9010                 Examples:
9011                     |f{/home/.../.signature}
9012                     |p{date}
9013         * po/de.po
9014                 Correct wrong spelling for "Referenzen"
9015
9016 2002-02-21 [paul]       0.7.2claws4
9017
9018         * src/procmsg.c
9019                 forgotten during sync
9020
9021 2002-02-21 [paul]       0.7.2claws3
9022
9023         * sync with sylpheed 0.7.2cvs11
9024                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
9025                 2002-02-20 and 2002-02-21
9026
9027 2002-02-20 [melvin]     0.7.2claws2
9028
9029         * src/prefs_actions.c
9030                 Added error report when child cannot fork or when execvp 
9031                 returns with an error.
9032
9033 2002-02-19 [christoph]  0.7.2claws1
9034
9035         * src/codeconv.c
9036                 return unconverted text if conde conversion is not possible
9037                 when libjconv is used.
9038                 (patch submitted by "Simon 'corecode' Schubert")
9039
9040 2002-02-19 [paul]       
9041
9042         * version 0.7.2claws release
9043
9044 2002-02-19 [paul]       0.7.2claws
9045
9046         * po/nl.po
9047                 updated by Wilbert Berendsen
9048
9049
9050 2002-02-18 [alfons]     0.7.1claws13
9051
9052         * src/syldap.c
9053         * src/jpilot.c
9054                 remove references to dlfcn and explicitly loading functions
9055                 from dynalink libs, because libs linked anyway, and functions
9056                 are loaded explicitly
9057
9058 2002-02-17 [melvin]     0.7.1claws12
9059
9060         * src/prefs_actions.c
9061                 Replaced children wait loop with double fork technique.
9062                 Now, input/output window updated at each new output.
9063                 free_children(): Fixed a memory leak.
9064                 Made input/output window non closable if running children
9065                 still exist.
9066                 Added missing <unistd.h> include.
9067                 Added some --debug outputs.
9068
9069 2002-02-17 [melvin]     0.7.1claws11
9070
9071         * src/summaryview.c
9072                 Fixed bug where descending sort order did not select top
9073                 message.
9074
9075 2002-02-17 [melvin]     0.7.1claws10
9076
9077         * acconfig.h
9078                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9079         * src/prefs_common.c
9080                 Pspell data package directory no more hard coded but
9081                 set during configuration (PSPELL_PATH). (Thanks to 
9082                                 Gustavo Noronha Silva.)
9083
9084 2002-02-17 [melvin]     0.7.1claws9
9085
9086         * configure.in
9087                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
9088         * src/gtkspell.c
9089                 Fixed compile-time warnings.
9090
9091 2002-02-16 [alfons]     0.7.1claws8
9092
9093         * src/filesel.c
9094                 fix inadvertent free of NULL pointer which caused
9095                 sylpheed to crash when closing the save-as dialog
9096                 using the window close button
9097
9098 2002-02-16 [carsten]    0.7.1claws7
9099         * src/mainwindow.[ch]
9100           src/summaryview.c
9101           src/prefs_common.c
9102                 fixes for pixmap theming code:
9103                         - recently changed mail attributes shouldn't get
9104                           lost any longer
9105                         - theme is only reloaded iff another theme was
9106                           selected
9107
9108 2002-02-16 [paul]       0.7.1claws6
9109
9110         * sync with sylpheed 0.7.2 release
9111                 see ChangeLog entry 2002-02-15 and 2002-02-16
9112
9113 2002-02-15 [paul]       0.7.1claws5
9114
9115         * sync with sylpheed 0.7.1cvs9
9116                 see ChangeLog entry 2002-02-15
9117
9118         * po/POTFILES.in
9119                 remove unneeded headerwindow.c entry
9120
9121 2002-02-14 [carsten]    0.7.1claws4
9122         * src/summaryview.c
9123                 fixed a bug for "Go to next unread message": there was
9124                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
9125                 in the prefs, because of doing "Search again" instead
9126                 "No"
9127
9128 2002-02-14 [carsten]    0.7.1claws3
9129         * src/stock_pixmap.c
9130                 removed 2 more mem leaks; following memprof,
9131                 this code is "leak free" now :)
9132
9133 2002-02-14 [carsten]    0.7.1claws2
9134         * src/stock_pixmap.c
9135                 used opendir/readdir/closedir instead of scandir
9136                 -> code should work now on Solaris
9137
9138 2002-02-14 [paul]       0.7.1claws1
9139
9140         * sync with sylpheed 0.7.1cvs8
9141                 see ChangeLog entries 2002-02-13 and 2002-02-14
9142
9143         * README.claws
9144                 add some description of Actions and Pixmap Themes
9145
9146 2002-02-13 [paul]       
9147
9148         * version 0.7.1claws release
9149
9150 2002-02-13 [paul]       0.7.1claws
9151
9152         * po/es.po
9153           po/it.po
9154           po/pt_BR.po
9155                 updated translations, submitted by Ricardo Mones Lastra,
9156                 Alessandro Maestri and Fabio Junior Beneditto
9157
9158 2002-02-13 [melvin]     0.7.0claws75
9159
9160         * src/prefs_actions.c
9161                 Added missing "signal.h" include
9162
9163 2002-02-13 [melvin]     0.7.0claws74
9164
9165         * src/prefs_folder_item.c
9166                 Added missing "config.h" include
9167         * po/fr.po
9168                 Updated French translation for folder propriety.
9169
9170 2002-02-13 [jens]       0.7.0claws73
9171
9172         * po/POTFILES.in
9173                 Added missing src/prefs_folder_item.c [log added by melvin]
9174         * po/de.po
9175                 Updated German translation.
9176
9177 2002-02-13 [melvin]     0.7.0claws72
9178
9179         * po/fr.po
9180                 Updated French translation.
9181
9182 2002-02-13 [melvin]     0.7.0claws71
9183
9184         * src/gtkutils.c
9185                 Made gtkut_editable_get_selection return NULL if selection
9186                 is of length zero.
9187                 This fixes a bug where selecting part of message A then
9188                 switching to message B and replying to it will not
9189                 quote the message's body.
9190
9191 2002-02-12 [paul]       0.7.0claws70
9192
9193         * src/mainwindow.c
9194                 cosmetic, relating to pixmap themes: on toolbar make 
9195                 updating of 'Exec' and 'Compose news/Compose email'
9196                 icons faster.
9197
9198 2002-02-12 [carsten]    0.7.0claws69
9199         * src/folderview.c
9200           src/mainwindow.[ch]
9201           src/stock_pixmap.c
9202           src/summaryview.c
9203           src/prefs_common.c
9204                 - refreshing after changing pixmap theme better
9205                   now (thanks Paul)
9206                 - wanted to remove some mem leaks, but alfons was
9207                   faster (and had the better solution ;)
9208
9209 2002-02-12 [alfons]     0.7.0claws68
9210
9211         * src/prefs_common.c
9212         * src/stock_pixmap.[ch]
9213                 plug mem leaks, refactor code a little bit
9214
9215
9216 2002-02-12 [sergey]     0.7.0claws67
9217
9218         * src/imap.c
9219                 Fixed problem with copying messages to IMAP folders when the
9220                 server uses something other than '/' as a namespace separator
9221                 (cyrus-imapd uses '.').
9222
9223 2002-02-12 [jens]       0.7.0claws66
9224
9225         * po/de.po
9226                 Updated German Translation
9227
9228 2002-02-12 [paul]       0.7.0claws65
9229
9230         * sync with sylpheed 0.7.1cvs1
9231                 see ChangeLog entry 2002-02-12
9232
9233 2002-02-12 [melvin]     0.7.0claws64
9234
9235         * src/prefs_actions.c
9236                 Fixed "feature" where children's output was duplicated 
9237                 instead of refreshed while monitoring.
9238                 Removed some debug code.
9239
9240 2002-02-12 [christoph]  0.7.0claws63
9241
9242         * src/compose.c
9243                 always delete message from queue after sending/send error
9244                 (closes bug #509601)
9245
9246 2002-02-12 [melvin]     0.7.0claws62
9247
9248         * src/prefs_actions.c
9249                 Children wait loop is now triggered with a timeout of 1s
9250                 Added %F which is replaced with the list of filenames 
9251                 of all selected messages (as suggested by Ricardo Mones Lestra)
9252                 Pipe syntax changed. Prefix with | to send selection, postfix
9253                 with | to retrieve output. Prefix with > or * to send
9254                 user definable input to the command (*: input is hidden)
9255                 Old pipe action should now be postfixed with |, too.
9256
9257 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
9258         * src/stock_pixmap.c
9259                 fixed a bug: if there's no theme directory don't
9260                 throw an error, just do "nothing" (thanks Alfons)
9261
9262 2002-02-12 [carsten]    0.7.0claws60
9263         * src/folderview.c
9264           src/summaryview.c
9265                 had to write the cache twice (nasty!); some marks would 
9266                 get lost if not
9267
9268 2002-02-11 [carsten]    0.7.0claws59
9269         * acconfig.h
9270           configure.in
9271           doc-src/maintainer_guide.txt
9272           src/compose.[ch]
9273           src/defs.h
9274           src/folderview.[ch]
9275           src/gtkutils.[ch]
9276           src/mainwindow.[ch]
9277           src/prefs_common.[ch]
9278           src/stock_pixmap.[ch]
9279           src/summaryview.[ch]
9280                 pixmap theming and related work on pixmap
9281                 handling on some other places
9282                 (e.g. hrm features for all folder)
9283           src/pixmap/stock_*.xpm -> the stock_ was removed
9284         
9285 2002-02-11 [paul]       0.7.0claws58
9286
9287         * sync with sylpheed 0.7.1 release
9288                 see ChangeLog entries 2002-02-11
9289
9290 2002-02-08 [paul]       0.7.0claws57
9291
9292         * sync with sylpheed 0.7.0cvs39
9293                 see ChangeLog entry 2002-02-07 (last entry) 
9294
9295         * src/prefs_actions.c
9296           src/prefs_filtering.c
9297           src/prefs_matcher.c
9298           src/prefs_scoring.c
9299                 sync: made it compile with C compilers other than gcc
9300
9301 2002-02-07 [paul]       0.7.0claws56
9302
9303         * sync with sylpheed 0.7.0cvs38
9304                 see ChangeLog entries 2002-02-06 (last 2 entries) and
9305                 2002-02-07
9306
9307 2002-02-07 [darko]      0.7.0claws55
9308
9309         * src/gtkutils.[ch]
9310         * src/summaryview.c
9311                 Fix const gchar */gchar * issue (thanks Hiro)
9312
9313 2002-02-07 [darko]      0.7.0claws54
9314
9315         * src/compose.[ch]
9316         * src/filtering.c
9317         * src/gtkutils.[ch]
9318         * src/prefs_template.c
9319         * src/quote_fmt.h
9320         * src/quote_fmt_parse.y
9321         * src/summaryview.c
9322         * src/utils.[ch]
9323                 When replying or forwarding an email don't quote the entire
9324                 mail body but use the part of the message text that is selected
9325
9326 2002-02-06 [melvin]     0.7.0claws53
9327
9328         * src/prefs_common.[ch]
9329         * src/gtkspell.[ch]
9330         * src/compose.c
9331                 Made possible to switch quickly to last used dictionary
9332                 which makes checking bilingual documents easier.
9333
9334 2002-02-06 [melvin]     0.7.0claws52
9335         
9336         * po/POTFILES.in
9337                 Added forgotten new file src/prefs_actions.c
9338
9339 2002-02-06 [melvin]     0.7.0claws51
9340
9341         * src/prefs_actions.c   ** NEW FILE **
9342         * src/prefs_actions.h   ** NEW FILE **
9343                 Added actions to execute on message text view, or on the
9344                         message's file.
9345         * src/Makefile.am
9346                 Added src/prefs_actions.[ch]
9347         * src/compose.c
9348                 Added new menu "Edit/Actions"
9349         * src/defs.h
9350                 Added new actionsrc file.
9351         * src/main.c
9352                 Added actionsrc reading.
9353         * src/mainwindow.c
9354                 Added new menus "Edit/Actions" and "Configuration/Actions..."
9355         * src/prefs_common.h
9356                 Added new element actionslst element to prefs_common.
9357
9358 2002-02-06 [paul]       0.7.0claws50
9359
9360         * sync with sylpheed 0.7.0cvs36
9361                 see ChangeLog entry 2002-02-06
9362
9363 2002-02-05 [paul]
9364
9365         * po/es.po
9366                 updated by Ricardo Mones Lastra
9367
9368 2002-02-05 [paul]       0.7.0claws49
9369
9370         * sync with sylpheed 0.7.0cvs33
9371                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
9372
9373 2002-02-05 [paul]       0.7.0claws48
9374
9375         * src/compose.c
9376                 re-add 'Edit/Advanced/Delete entire line', previously named
9377                 'Delete Line+'
9378
9379 2002-02-04 [paul]       0.7.0claws47
9380
9381         * src/compose.c
9382           src/summaryview.c
9383                 fix bug #494993 (Reply All not taking Reply-To into consi)
9384                 eliminate differences in behaviour of right-click 'Reply to all' 
9385                 in summary view and 'Reply to all' on the toolbar. 
9386                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
9387                 view and From gets ignored by 'Reply to all' on toolbar.
9388                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
9389                 From when no Reply-To header is present.
9390
9391 2002-02-04 [paul]       0.7.0claws46
9392
9393         * sync with sylpheed 0.7.0cvs30
9394                 see ChangeLog entries 2002-02-03 and 2002-02-04
9395
9396 2002-02-03 [melvin]     0.7.0claws45
9397
9398         * src/gtkspell.[ch]
9399                 Readded function to highlight all misspelled words.
9400                 Fixed bug where user-provided-words did not replace
9401                         correctly the misspelled word when using the mouse.
9402                 Fixed bug where checking a region selected from right to left did
9403                         not check the region at all.
9404                 Fixed bug where 'Check backwards' may not check at all. 
9405                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
9406                 Fixed possible buffer overflow when checking for long strings (>1k).
9407                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
9408                 Accelerators code uses now gtk_widget_add_accel.
9409                 Removed and disabled obsolete and unfinished code.
9410                 Cleaning up.
9411
9412         * src/compose.c
9413                 Added menu item to Highlight all misspelled words.
9414
9415 2002-02-01 [paul]       0.7.0claws44
9416
9417         * src/mainwindow.c
9418                 fix '/View/Hide read messages' sensitivity when all
9419                 messages in a folder are hidden
9420
9421 2002-02-01 [paul]       0.7.0claws43
9422
9423         * src/main.c
9424                 add --send option to command line interface, sends all
9425                 queued mail. Patch submitted by Ricardo Mones Lastra.
9426
9427 2002-01-31 [paul]       0.7.0claws42
9428
9429         * src/mainwindow.c
9430                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
9431
9432 2002-01-31 [paul]       0.7.0claws41
9433
9434         * sync with sylpheed 0.7.0cvs27
9435                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
9436                 and 2002-01-31
9437
9438         * src/textview.c
9439                 comment out elements of textview_show_part() as temporary
9440                 workaround for attachment 'Display as text' bug 
9441
9442         * po/pt_BR.po
9443                 updated by Fabio Junior Beneditto
9444
9445 2002-01-30 [paul]       0.7.0claws40
9446
9447         * sync with sylpheed 0.7.0cvs24
9448                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
9449                 and 2002-01-30
9450
9451         * src/compose.c
9452                 add {N_("/_Spelling"), ... "<Branch>"} to 
9453                 GtkItemFactoryEntry compose_entries[]
9454
9455         * src/prefs_common.c
9456                 add claws menu items to prefs_keybind_apply_clicked()
9457                 and remove non-claws menu items
9458
9459 2002-01-29 [paul]       0.7.0claws39
9460
9461         * sync with sylpheed 0.7.0cvs22
9462                 see ChangeLog entries 2002-01-28 and 2002-01-29
9463
9464 2002-01-28 [melvin]     0.7.0claws38
9465
9466         * src/compose.c
9467                 Added the declartion of compose_send_control_enter.
9468
9469         * src/compose.c
9470         * src/gtkspell.[ch]
9471                 Added in a 'Spelling' menu which includes the configuration menu. 
9472                 Added a real 'Check all' and got rid from the old one which only
9473                 highlited misspelled word.
9474                 Made 'Check while typing' a disableable option.
9475                 Added a dialog when there are no more misspelled word.
9476                 Added a dialog if error occurs when switching to a dictionary.
9477         
9478         * src/prefs_common.[ch]
9479                 Added option for the default 'Check while typing' option.
9480
9481
9482 2002-01-28 [alfons]     0.7.0claws37
9483
9484         * src/compose.c
9485                 fix buglet and make code comply with sylpheed code style
9486
9487 2002-01-28 [paul]       0.7.0claws36
9488
9489         * sync with sylpheed 0.7.0cvs19
9490                 see ChangeLog entries for 2002-01-28
9491
9492 2002-01-28 [hoa]        0.7.0claws35
9493
9494         * src/defs.h
9495                 added rendererrc
9496
9497         * src/main.c
9498                 read the renderer config
9499
9500         * src/procmime.[ch]
9501                 use the renderer config to convert mime attachments
9502
9503         * src/textview.c
9504                 don't use textview_show_html/ertf,
9505                 use get_text_content instead
9506
9507 2002-01-27 [alfons]     0.7.0claws34
9508         
9509         * src/news.c
9510                 make sylpheed believe it can delete a news message...
9511                 (messages are NOT deleted, maybe we should remove
9512                 processing from the folder properties after all.)
9513
9514 2002-01-27 [alfons]     0.7.0claws33
9515
9516         * src/folder.c
9517                 add extra checks
9518         * src/news.c
9519                 implement remove_msg() 
9520
9521 2002-01-27 [alfons]     0.7.0claws32
9522
9523         * src/procmsg.h
9524         * src/procheader.c
9525         * src/messageview.c
9526                 fix return receipt / disposition notification again. this
9527                 stuff seems to break on _every_ major summary UI change, so
9528                 it's now implemented using a flag which is saved in the
9529                 marks cache
9530                 
9531 2002-01-26 [alfons]     0.7.0claws31
9532
9533         * src/import.c
9534                 let import dialog show the destination folder identifier
9535
9536 2002-01-26 [melvin]     0.7.0claws30
9537
9538         * src/folderview.c
9539         * src/summaryview.c
9540                 Readded 'Mark all read' into summary view popup menu
9541                 Added 'Mark all read' in folder view popup menu for IMAP
9542                 and NNTP.
9543                 Made it insensitive if the selected folder is not the shown
9544                 one to avoid 'Mark all read' on the wrong folder.
9545                 
9546 2002-01-26 [paul]       0.7.0claws29
9547
9548         * src/folderview.c
9549           src/summaryview.c
9550                 move 'Mark all read' from summary view to folder view
9551                 menu. (adapted from) patch submitted by Jeremy Andrews,
9552                 <lists@kerneltrap.com>
9553
9554 2002-01-25 [alfons]     0.7.0claws28
9555
9556         * src/gtkstext.c
9557                 put the gtk class name back so GtkSText adapts the 
9558                 settings of GtkText
9559
9560 2002-01-25 [alfons]     0.7.0claws27
9561
9562         * src/folderview.c 
9563                 assimilate Ricardo's patch that shows pixmaps instead of
9564                 plain "new" and "unread" texts in the folder view column
9565                 headers 
9566
9567 2002-01-25 [paul]       0.7.0claws26
9568
9569         * src/Makefile.am
9570                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
9571                 be found in non-standard locations. 
9572                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
9573
9574 2002-01-25 [paul]       0.7.0claws25
9575
9576         * sync with sylpheed 0.7.0cvs16
9577                 see ChangeLog entry 2002-01-25
9578
9579 2002-01-24 [paul]       0.7.0claws24
9580
9581         * more sync with sylpheed 0.7.0cvs15
9582                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
9583
9584 2002-01-23 [sergey]     0.7.0claws23
9585
9586         * src/importldif.c
9587                 Fixed segfault when closing LDIF import wizard with
9588                 the window manager.
9589         * src/imageview.c
9590         * src/imageview.h
9591         * src/messageview.c
9592         * src/mimeview.c
9593                 Fixed wrong scrolling position after switching between
9594                 text and image parts.
9595
9596 2002-01-23 [paul]       0.7.0claws22
9597
9598         * sync with sylpheed 0.7.0cvs15
9599                 see ChangeLog entries 2002-01-22 and 2002-01-23
9600
9601 2002-01-21 [melvin]     0.7.0claws21
9602
9603         * src/prefs_scoring.c
9604         * src/prefs_filtering.c
9605                 Fixed bug where scoring and filtering windows stopped
9606                 autochecking.
9607
9608 2002-01-21 [paul]       0.7.0claws20
9609
9610         * sync with sylpheed 0.7.0cvs12
9611                 see ChangeLog entries 2002-01-20 and 2002-01-21
9612
9613 2002-01-21 [carsten]    0.7.0claws19
9614         * src/mainwindow.c
9615         * src/menu.[ch]
9616         * src/messageview.[ch]
9617         * src/summaryview.[ch]
9618                 changes to shortcuts handling again:
9619                         + "Q" now controled by mainwin
9620                         + v/V are now customizable and have slightly
9621                           different meanings
9622                 the "button" to minimize the messageview (and maximize
9623                 the summary view) is a real button now
9624         * src/compose.c
9625                 "Delete Line+" added to Edit/Advanced (this will also
9626                 delete the '\n')
9627
9628 2002-01-20 [melvin] 0.7.0claws18
9629
9630         * src/addressbook.c
9631                 Made "Bcc" sensitive when addressbook is called from
9632                 compose window (it was a Claws only bug).
9633
9634 2002-01-19 [alfons] 0.7.0claws17
9635
9636         * src/inc.c
9637                 prevent unnecessary updates when currently selected folder has
9638                 no new messages 
9639
9640 2002-01-19 [alfons] 0.7.0claws16
9641         
9642         * src/summaryview.c
9643                 prevent writing the cache based on current message list in summary 
9644                 view when filtering also put messages in currently selected folder
9645
9646 2002-01-19 [paul]
9647
9648         * po/it.po
9649                 Italian translation submitted by Alessandro Maestri
9650                 <a.maestri@cs.tin.it>
9651
9652 2002-01-18 [melvin]     0.7.0claws15
9653
9654         * src/prefs_filters.c
9655                 fixed bug where 'cancel' from 'filters' window stops autochecking
9656                 if the timer timed out  when the window was open.
9657
9658 2002-01-18 [match]      0.7.0claws14
9659
9660         * src/addrclip.[ch]     ** NEW FILE **
9661         * src/addrselect.[ch]   ** NEW FILE **
9662         * src/adbookbase.h      ** NEW FILE **
9663                 addressbook cut, copy and paste
9664         * src/addrbook.[ch]
9665         * src/addrcache.[ch]
9666         * src/addressitem.h
9667         * src/addrindex.[ch]
9668         * src/addritem.[ch]
9669         * src/importldif.c
9670         * src/importmutt.c
9671         * src/jpilot.[ch]
9672         * src/syldap.[ch]
9673         * src/vcard.[ch]
9674         * src/jpilot.[ch]
9675         * src/editbook.c
9676         * src/editjpilot.c
9677         * src/editldap.c
9678         * src/editvcard.c
9679                 support for copy/paste
9680         * src/addressbook.c
9681                 support for copy/paste
9682                 tidy up menu option processing
9683                 correct address list function arguments
9684         * src/editaddress.c
9685                 sort user attributes
9686         * src/ldif.h
9687         * src/mutt.h
9688                 tidy up
9689
9690         * src/addrbook.[ch]
9691         * src/addrbook.[ch]
9692         * src/addrbook.[ch]
9693                 
9694
9695 2002-01-18 [paul]       0.7.0claws13
9696
9697         * sync with sylpheed 0.7.0cvs8
9698                 configure.in: support Mac OS X (Darwin)
9699
9700 2002-01-18 [carsten]    0.7.0claws12
9701         * src/html.c
9702                 small hack to fix a segfault with an empty href
9703                 (reported by Alexandra Walford <deeni@altern.org>)
9704         * src/mainwindow.c
9705         * src/summaryview.c
9706                 the shortcuts for Mark und Mark as unread are hardcoded
9707                 again
9708         * src/compose.c
9709         * src/gtkstext.[ch]
9710                 readded the shortcuts in gtkstext but made them
9711                 customizeable (simply by adding a menu plus a wrapper
9712                 to compose.c)
9713
9714 2002-01-17 [melvin]     0.7.0claws11
9715
9716         * src/gtkspell.c
9717                 fix default dictionary not being saved.
9718
9719 2002-01-16 [darko]      0.7.0claws10
9720
9721         * src/compose.c
9722                 fix wrapping crash with URL longer than wrapping margin
9723
9724 2002-12-08 [hoa]        0.7.0claws10
9725
9726         * src/matcher_parser_parse.y
9727                 fixed some bugs
9728
9729         * src/prefs_filtering.c
9730                 now, we can use bounce action in the dialog box.
9731
9732 2002-01-16 [carsten]    0.7.0claws9
9733         * src/gtkstext.c
9734                 removed the <control> and <alt> shortcuts because they're
9735                 not needed and interefered with the "normal" shortcuts
9736         * src/mainwindow.c
9737         * src/summaryview.c
9738                 removed most of the hardcoded shortcuts and assigned
9739                 them to menu entries making them easy customizable by
9740                 that
9741
9742 2002-01-16 |melvin]     0.7.0claws8
9743
9744         * src/gtkspell.c
9745                 fixed bug where using the mouse and when the compose
9746                 window is not on top may result in a crash.
9747
9748 2002-01-16 [melvin]     0.7.0claws7
9749
9750         * src/compose.c
9751                 fixed a long standingspell checker bug which could 
9752                 cause a crash after sending a message.
9753
9754 2002-01-16 [paul]       0.7.0claws6
9755
9756         * sync with sylpheed 0.7.0cvs7
9757                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
9758                 2002-01-15, and 2002-01-16
9759
9760 2002-01-16 [melvin]     0.7.0claws5
9761
9762         * README.claws
9763         * src/compose.c
9764         * src/gtkspell.[ch]
9765         * src/main.c
9766                 Heavily modified spell checker code to work around
9767                 ispell bug, to add keyboard shortcuts and for future
9768                 enhancements. See README.claws for usage information.
9769
9770 2002-01-15 [alfons]     0.7.0claws4
9771         
9772         * src/summaryview.c
9773                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
9774                 so sorting within threads reflects sort mode
9775
9776 2002-01-15 [christoph]  0.7.0claws3
9777
9778         * src/procmsg.c
9779                 added alertpanel if mail sending failed
9780
9781 2002-01-15 [alfons]     0.7.0claws2
9782         
9783         * src/prefs_filtering.c
9784                 don't stop timer when prefs filtering dialog is opened
9785
9786 2002-01-14 [alfons]     0.7.0claws1
9787
9788         * src/addr_compl.c
9789         * src/prefs.c
9790                 remove debug_print()s for privacy reasons
9791
9792 2002-01-14 [darko]      0.7.0claws
9793
9794         * README.claws
9795                 quotation wrapping is now also in the main branch
9796
9797 2002-01-14 [paul]
9798
9799         * tools/filter_conv.pl
9800                 allow for Boolean Op and case-sensitivity
9801                 this file is included in the release and tagged
9802                 'rel_0_7_0'
9803
9804 2002-01-13 [paul]       0.7.0claws
9805
9806         * release 0.7.0, with cvs tag 'rel_0_7_0'
9807
9808 2002-01-13 [paul]
9809
9810         * tools/filter_conv.pl
9811         * tools/README
9812                 rewritten to output to matcherrc instead of filteringrc
9813
9814         * po/es.po
9815                 updated Spanish translation by Ricardo Mones Lastra
9816
9817 2002-01-13 [alfons]
9818
9819         * po/nl.po
9820                 update dutch translation
9821
9822 2002-01-13 [paul]
9823
9824         * po/pt_BR.po
9825                 Updated by Fabio Junior Beneditto 
9826
9827 2002-01-13 [melvin]     0.6.6claws53
9828
9829         * po/fr.po
9830                 Updated french translation
9831
9832 2002-01-12 [alfons]     0.6.6claws52
9833
9834         * src/filtering.c
9835                 plug mem leak that has been sitting there for ages              
9836
9837 2002-01-12 [alfons]     0.6.6claws51
9838
9839         * src/summaryview.c
9840                 undo melvin's changes from 0.6.6claws48 because summary
9841                 view now refuses to select first unread message when
9842                 selecting a folder 
9843
9844 2002-01-11 [alfons]     0.6.6claws50
9845
9846         * src/import.c
9847                 use claws' semantics for getting folder item when
9848                 importing an mbox file into a folder 
9849                 (submitted by Dale P. Smith)
9850
9851 2002-01-11 [christoph]  0.6.6claws49
9852
9853         * src/prefs.h
9854                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
9855                 toggle widget, because non static prefs can not use
9856                 prefs_set_* functions
9857         * src/prefs_account.c
9858                 toggle smtp auth password field sensitivity if
9859                 user id is empty and add descrition of usage for
9860                 these fields
9861         * src/prefs_folder_item.c
9862                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
9863                 callbacks
9864
9865 2002-01-11 [melvin]     0.6.6claws48
9866
9867         * src/compose.c
9868                 fix the 'Ctrl-Enter' feature for sending and test really
9869                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
9870                 editables which was not documented in Gtk)
9871
9872         * src/summaryview.c
9873                 Made summaryview refresh after sorting and not before.
9874
9875 2002-01-11 [christoph]  0.6.6claws47
9876
9877         * src/compose.c
9878                 select account from account ids if possible and
9879                 correctly set save folder for copy in reedit
9880
9881 2002-01-10 [paul]       0.6.6claws46
9882
9883         * sync with sylpheed 0.7.0 release
9884                 see ChangeLog entries 2002-01-07, 2002-01-08 and
9885                 2002-01-09
9886
9887 2002-01-09 [alfons]
9888
9889         * src/summaryview.c
9890                 remove more dirt traces...
9891
9892 2002-01-09 [alfons]
9893         
9894         * src/summaryview.c
9895                 clean up some traces of my debugging stuff
9896
9897 2002-01-09 [alfons]     0.6.6claws45
9898
9899         * src/filtering.c
9900                 break up filteringprop_apply() in three separate pieces
9901                 so we can drop messages that failed processing in the
9902                 inbox
9903
9904         * src/summaryview.c
9905                 fix bug #469598 "no refresh of inbox after filter" which 
9906                 was introduced by the new summary view locking, and which 
9907                 prevented the summary view to update after a manual filter 
9908                 message. claw's filter message requires a summary_show().
9909                 (aargh, summary_show() again! :-)
9910                 
9911 2002-01-07 [alfons]     0.6.6claws44
9912
9913         * src/headerwindow.c
9914         * src/logwindow.c
9915         * src/messageview.c
9916         * src/sourcewindow.c
9917                 bring in Hiro's last 0.7.0 wm class fixes
9918
9919         * tools/sylprint.pl
9920                 bring in Ricardo's fix for sylprint script
9921
9922         * AUTHORS       
9923         * src/rfc2015.[ch]
9924         * src/prefs_common.[ch]
9925         * src/prefs_account.[ch]
9926         * src/compose.c
9927                 clean up account preference poison in rfc2015,
9928                 and preparation to fix double sign bug 
9929                 (patch submitted by Simon 'corecode' Schubert)
9930
9931 2002-01-07 [christoph]  0.6.6claws43
9932
9933         * src/mh.c
9934                 search for free message number, do not only rely
9935                 on last_num
9936         * src/send.c
9937                 fix smtp auth and use extra account information
9938                 if available, if not use pop3 data instead
9939                 (closes bug #500341)            
9940         * src/ssl.[ch]
9941                 match coding style
9942
9943 2002-01-06 [alfons]     0.6.6claws42
9944
9945         * src/mainwindow.c
9946                 try making the separate windows work again...
9947
9948 2002-01-06 [alfons]     0.6.6claws41
9949
9950         * src/mainwindow.c
9951                 adapt Hiro's separate window menu (to get rid of the funny
9952                 duplicate menu items), and make it work again
9953
9954 2002-01-06 [alfons]     0.6.6claws40
9955
9956         * tools/Makefile.am
9957         * tools/sylprint.rc
9958         * tools/sylprint.pl
9959         * tools/README.sylprint
9960                 add sylprint script for printing mails from Sylpheed
9961                 (contributed by Ricardo Mones Lastra)
9962
9963         * src/acount.c
9964                 clean up
9965
9966 2002-01-06 [melvin]     0.6.6claws39
9967
9968         * src/mainwindow.c
9969         * src/summaryview.c
9970                 Fixed crash introduced in 0.6.6claws38 by the menu
9971                 reorganisation (Hide read messages)
9972         
9973         * ChangeLog.claws 
9974                 Fixed typo (we are now in 2002, alfons ;) )
9975
9976 2002-01-05 [alfons]     0.6.6claws38
9977
9978         * sync with sylpheed 0.6.6cvs10-17
9979                 (last stuff marked as LAST_STABLE)
9980
9981 2002-01-04 [melvin]     0.6.6claws37
9982
9983         * src/account.c
9984                 Made account selection code use strcasestr again instead of
9985                 g_strcasecmp (fixes bug where reediting queued messages
9986                 did not select proper account reported by T. Link).
9987         
9988         * src/folderview.c
9989                 Fix bug where folder icons are not shown when 'hide read messages'
9990                 is on.
9991         
9992         * src/stock_pixmaps.[ch]
9993                 Added folder icons for 'hide read messages'.
9994         
9995         * src/compose.c
9996                 Fixed bug where 'Enter' in a header entry will send the message 
9997                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
9998
9999 2002-01-03 [melvin]     0.6.6claws36
10000         
10001         * src/prefs.[ch]
10002                 Added popup menu for common preferences and
10003                 account preferences (right click on tab displays
10004                                 a menu of all tabs.)
10005
10006 2002-01-02 [melvin]     0.6.6claws35
10007
10008         * src/gtkspell.[ch]
10009                 Made spelling code compatible with undo/redo feature.
10010                 Added creation of suggestion mode menu for the general
10011                         preferences.
10012         
10013         * src/prefs_common.[ch]
10014                 Added option menu for the speller's suggestion mode.
10015                 Added missing spaces in "..." buttons and made a "..."
10016                         button non translatable!
10017         
10018         * src/compose.c
10019                 Made speller use the default suggestion mode.
10020                 Hack to make it possible to choose 'CTRL-Enter' as a
10021                         shortcut for sending (and only for sending).
10022
10023         * src/prefs_folder_item.c
10024                 Changing subject simplification does not update cache 
10025                         anymore (because it is unnecessary).
10026                 Fixed bug where changing subject simplification updated the 
10027                         summaryview even when the viewed folder is not the
10028                         folder which properties are being changed. (E.g. 
10029                                         viewing folder A and changing
10030                                         the subject simplification of 
10031                                         folder B -not being viewed- updated the 
10032                                         summaryview of folder A with data of
10033                                         folder B). (Hope this is clear... )
10034
10035 2001-12-31 [alfons]     0.6.6claws34
10036         
10037         * src/ldif.c
10038         * src/mutt.c
10039                 fgetc() returns a signed integer which doesn't
10040                 fit in a char. so c truncates this to a char
10041                 but we may lose significant bits. i.e. we may
10042                 comparing 0xFF which may not be equal to -1
10043                 unless properly casted to signed char which
10044                 we won't do because fgetc() returns a signed
10045                 integer which doesn't fit in a char. so c 
10046                 truncates this to a char but we may lose 
10047                 significat bits. (you got the idea, thanks
10048                 to Gustavo Noronha Silva <kov@debian.org>
10049                 and the Debian folks!)
10050
10051 2001-12-30 [alfons]     0.6.6claws33
10052
10053         * src/prefs_common.c
10054                 add #ifdef USE_PSPELLs that Melvin forgot               
10055
10056 2001-12-30 [melvin]     0.6.6claws32
10057         
10058         * src/prefs_common.[ch]
10059                 Added configurable color for misspelled words.
10060
10061         * src/gtkspell.[ch]
10062                 Fixed bug of foreground text color (reported by David
10063                                 Mehrmann)
10064                 Added configurable color for misspelled words.
10065
10066 2001-12-30 [alfons]     0.6.6claws31
10067
10068         * src/folder.c
10069                 remove unnecessary things someone put there
10070
10071         * src/mh.c
10072         * src/folder.[ch]
10073                 make folder properties (like threading and sorting) persistent
10074                 (closes bug #497424 "rescan folder tree resets proprieties")
10075                 currently this is only for MH folders. 
10076
10077 2001-12-29 [melvin]     0.6.6claws30
10078
10079         * src/string_match.[ch]
10080                 Optimized a bit: regexp pattern buffer compiled only once, and
10081                   one subroutine call removed. Fixed ^ regexp search: Now, 
10082                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
10083         
10084         * src/summaryview.c
10085                 Subject filtering changed to filter summary columns and
10086                   not directly the messages subject cache. The loss in 
10087                   performance is balanced by the improvement of string_match.
10088                 Added an alert panel if there is an error in the regexp.
10089
10090         * src/src/prefs_folder_item.h
10091                 Added a regexp pattern buffer.
10092
10093 2001-12-28 [alfons]     0.6.6claws29
10094
10095         * src/string_match.[ch]
10096                 clean up name space
10097                 allow compilation *BSD
10098
10099 2001-12-27 [alfons]     0.6.6claws28
10100
10101         * src/filter.c
10102                 sync the Hiro's bug fix for BSD
10103
10104 2001-12-27 [melvin]     0.6.6claws27
10105         
10106         * src/compose.c
10107                 Simplify focus to subject entry code.
10108
10109 2001-12-27 [darko]      0.6.6claws26
10110
10111         * src/filtering.c
10112         * src/mbox_folder.c
10113         * src/messageview.c
10114         * src/mh.c
10115         * src/procheader.[ch]
10116         * src/procmsg.h
10117         * src/stock_pixmap.[ch]
10118         * src/summaryview.c
10119                 Show key icon for encrypted mails in summary view
10120
10121         * src/pixmaps/clip.xpm
10122         * src/pixmaps/clipkey.xpm
10123         * src/pixmaps/key.xpm
10124                 New/modified icons for the above
10125
10126 2001-12-27 [melvin]     0.6.6claws25
10127
10128         * src/prefs_common.c
10129                 Put spell checker options in a separate tab to decrease
10130                 the Common Preferences window height.
10131
10132         * README.claws  
10133                 Update spell checker usage instruction about its options
10134                 location.
10135
10136 2001-12-27 [melvin]     0.6.6claws24
10137
10138         * src/compose.c
10139                 Changed subject entry widget position. Initial focus is
10140                 on the To header instead of the subject entry.
10141                 Creating a new header scrolls the header list to make the
10142                 created one visible. Nevertheless, when automatically filling
10143                 headers, the first one is shown.
10144                 A Tab key press in the last empty header entry zips the 
10145                 focus to the subject entry.
10146                 (I did not change the combo boxes, yet)
10147
10148 2001-12-26 [alfons]     0.6.6claws23
10149
10150         * src/prefs_account.c
10151         * src/inc.c
10152                 allow default inbox to reside in another mailbox (only
10153                 works for POP3 accounts)
10154
10155 2001-12-26 [alfons]     0.6.6claws22
10156         
10157         * src/textview.c
10158                 make reply-on-click work with the account of the selected folder
10159         * src/compose.c
10160                 put a fixme here to remind me to fix finding correct default
10161                 account for nested folders
10162
10163 2001-12-25 [alfons]     0.6.6claws21
10164
10165         * src/summaryview.c
10166                 make column headers display locked and mark pixmaps (idea by Melvin) 
10167                 fix bug by adding score and locked column type to sort array
10168
10169 2001-12-25 [alfons]     0.6.6claws20
10170         
10171         * src/summaryview.c
10172                 catch a *potentially* inadvertent write back of  
10173                 the message cache(s) introduced by 0.6.5claws37
10174
10175 2001-12-25 [christoph]  0.6.6claws19
10176
10177         * src/stock_pixmap.[ch]
10178         * src/summaryview.c
10179                 add ignore thread pixmap
10180                 (can someone draw a better icon for this?)
10181
10182 2001-12-24 [alfons]     0.6.6claws18
10183
10184         * src/prefs_folder_item.c
10185                 make address completion actually work for the
10186                 Default To address in the Folder Property dialog.
10187
10188 2001-12-24 [alfons]     0.6.6claws17
10189         
10190         * src/summaryview.c
10191                 use new style regexp for subject stripping 
10192                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
10193
10194 2001-12-24 [darko]      0.6.6claws16
10195
10196         * src/pgptext.c
10197         * src/rfc2015.c
10198                 move GPG related informational messages to debug mode
10199
10200 2001-12-23 [alfons]     0.6.6claws15
10201
10202         * src/stock_pixmap.[ch]
10203         * src/summaryview.c
10204                 add the forgotten Claws' locked pixmap
10205
10206 2001-12-23 [alfons]     0.6.6claws14
10207
10208         * src/filesel.c
10209                 accept file name typed in entry in multi file
10210                 selector (patch submitted by Gustavo Noronha Silva 
10211                 <kov@debian.org>)
10212
10213 2001-12-23 [alfons]     0.6.6claws13
10214
10215         * src/prefs_filter.c
10216         * src/prefs_filtering.c
10217         * src/matcher.c
10218         * src/importmutt.c
10219                 clean up a little bit
10220         
10221         * src/string_match.c
10222                 validate input strings a little bit more
10223
10224 2001-12-23 [alfons]     0.6.6claws12
10225
10226         * src/Makefile.am
10227         * src/summaryview.c
10228         * src/string_match.[ch]         ** NEW **
10229         * src/folderview.[ch]
10230         * src/headerview.h
10231         * src/folder.[ch]
10232         * src/prefs_folder_item.[ch]
10233                 add subject simplification to strip out strings from
10234                 a subject line (esp. handy for mailing lists). 
10235                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
10236                 but slightly changed things for better integration.)
10237
10238 2001-12-23 [alfons]     0.6.6claws11
10239
10240         * src/mainwindow.c
10241                 fix bug introduced by submission included in 0.6.5claws52.
10242                 ideally this submission should clean the trash if any trash
10243                 folder has a message. however, the hasTrash variable was
10244                 set to false whenever a trash folder was empty (discarding
10245                 a previously found *filled* trash folder.)
10246
10247                 also edited the code a little bit and made it more safe.
10248
10249 2001-12-22 [alfons]     0.6.6claws10
10250
10251         * src/imap.c
10252                 quick fix for Martin Pool's omission of an account
10253                 specific SSL setting
10254
10255 2001-12-22 [alfons]     0.6.6claws9
10256
10257         * src/compose.c
10258         * src/messageview.c
10259         * src/mimeview.c
10260         * src/pgptext.c
10261         * src/procmime.[ch]
10262                 better support for multipart/digest (submitted
10263                 by Fredrik <e98fo@efd.lth.se>)
10264
10265 2001-12-22 [alfons]     0.6.6claws8
10266
10267         * src/addressbook.c
10268                 correct function signature
10269         * src/socket.[ch]
10270         * src/imap.[ch]
10271         * src/prefs_account.[ch]
10272                 allow IMAP over SSH tunnel (patch submitted by 
10273                 Martin Pool <mbp@samba.org>)
10274
10275 2001-12-21 [alfons]     0.6.6claws7
10276
10277         * sync with sylpheed 0.6.6cvs4-9
10278                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
10279
10280 2001-12-21 [christoph]  0.6.6claws6
10281
10282         * src/compose.c
10283         * src/prefs_folder_item.[ch]
10284                 implement saving of outgoing messages to current folder.
10285                 fix segfault when no default outbox is available
10286                 (closes bug #495683)
10287
10288 2001-12-21 [carsten]    0.6.6claws5
10289         * src/folderview.c
10290         * src/summaryview.c
10291                 pressing CTRL while DND does now the expected thing and
10292                 copies the mail (moving is still the default, as this
10293                 seam more appropriate for handling mails by DND)
10294
10295 2001-12-18 [paul]       0.6.6claws4
10296
10297         * sync with sylpheed 0.6.6cvs3
10298                 see ChangeLog entries 2001-12-18
10299
10300 2001-12-18 [hiro]       0.6.6claws3
10301
10302         * src/undo.c
10303                 fix for multibyte characters (obtain the number of letters
10304                 instead of bytes).
10305
10306 2001-12-17 [paul]       0.6.6claws2
10307
10308         * sync with sylpheed 0.6.6cvs1
10309                 see ChangeLog entry 2001-12-16
10310
10311 2000-12-17 [alfons]     0.6.6claws1
10312
10313         * src/filtering.c
10314                 clean up
10315
10316 2001-12-16 [paul]       0.6.6claws
10317 2001-12-15
10318
10319         * Release version 0.6.6claws, cvs tag: rel_0_6_6
10320
10321         * src/mimeview.c
10322                 last minute sync with main 0.6.6
10323
10324         * po/es.po
10325                 updated by Ricardo Mones Lastra
10326                 update for last minute sync
10327         * po/fr.po
10328         * po/nl.po
10329                 update for last minute sync
10330         * po/de.po
10331                 updated by Jens Oberender
10332         * po/pt_BR.po
10333                 updated by Fabio Junior Beneditto
10334
10335         * src/prefs_common.[ch]
10336         * src/undo.c
10337                 number of undo levels is user configurable
10338                 (squeeze it into the release in the dying
10339                 moments) Submitted by Jens Oberender    
10340
10341 2001-12-15 [melvin]
10342
10343         * po/fr.po
10344                 updated french translation
10345
10346 2001-12-15 [paul]       0.6.5claws92
10347
10348         * sync with sylpheed 0.6.5cvs28
10349                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
10350
10351         * po/nl.po
10352                 update to allow for sync
10353
10354 2001-12-15 [alfons]
10355         
10356         * po/nl.po
10357                 update dutch translation
10358
10359 2001-12-14 [carsten]    0.6.5claws91
10360         * src/summaryview.c
10361                 fixed bug #473785; also after changing the column order
10362                 the same message will be selected and displayed as before
10363                 the reordering
10364
10365 2001-12-14 [carsten]    0.6.5claws90
10366         * src/folderview.c
10367                 probably found the bug reported by wwb opening or closing
10368                 a folder tree just before dnd (found the solution in the
10369                 balsa source -- thanks to them)
10370
10371 2001-12-14 [carsten]    0.6.5claws89
10372         * src/gtkutils.c
10373         * src/account.c
10374                 moved gtk_clist_moveto to the right place, so that
10375                 only the accounts dialog is effected on opening
10376
10377 2001-12-14 [carsten]    0.6.5claws88
10378         * src/gtkutils.c
10379                 gtkut_clist_set_focus_row does a gtk_clist_moveto
10380                 now, so that the focused row will be seen in any case
10381                 (reported by wwp on sf-claws-user)
10382
10383 2001-12-14 [darko]      0.6.5claws87
10384
10385         * src/compose.c
10386                 remove unnecessary line
10387
10388 2001-12-14 [paul]       0.6.5claws86
10389
10390         * sync with sylpheed 0.6.5cvs27
10391                 see ChangeLog entries 2001-12-14
10392
10393 2001-12-14 [carsten]    0.6.5claws85
10394         * src/mainwindow.c
10395                 following a suggestion of Melvin the rcoabm pops up
10396                 right under the button now and the button is reliefed
10397                 while the popup is open
10398
10399 2001-12-14 [darko]      0.6.5claws84
10400
10401         * src/compose.c
10402                 fix crash when wrapping long lines if linewrap quotation
10403                 is disabled and wrapper encounters a word spanning more
10404                 than one line
10405
10406 2001-12-13 [paul]       0.6.5claws83
10407
10408         * src/compose.c
10409                 prefer 'Reply-To' header over mailing list header when
10410                 replying to a message. Finally prevent all those confirmation 
10411                 messages being sent to the list itself.
10412
10413         * src/summaryview.c
10414                 remove unused summary_set_menu_sensitive() entry
10415
10416 2001-12-13 [paul]       0.6.5claws82
10417
10418         * src/folderview.c
10419         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
10420         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
10421         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
10422                 improvements to 'Hide read messages': Inbox, Outbox,
10423                 Trash, Queue, and Draft icons now reveal presence of hidden 
10424                 messages
10425
10426 2001-12-12 [alfons]     0.6.5claws81
10427
10428         0.6.5claws80 was tagged as LAST_STABLE
10429
10430         * src/filtering.[ch]
10431         * src/matcher.[ch]
10432         * src/matcher_parser_lex.c
10433                 fix the filtering; my last attempt to get it right, 
10434                 if it does not work, it's Hoa's turn. ;-)
10435
10436                 for my honourable peers:
10437                 
10438                 the code now makes a clear distinction between
10439                 rules as they are displayed (probably escaped),
10440                 and as they are executed (probably unescaped). the
10441                 parser does *NOT* do any unescaping, this is
10442                 the task of the matcher.c (which breaks up a
10443                 rule into condition) and the filtering.c (which
10444                 breaks up the rule's action). to make this
10445                 run happily we provide an unescaped copy of
10446                 crucial strings to the MatcherProp and 
10447                 FilteringAction structures. note that the only
10448                 exception to this is any REGEXP string. those
10449                 are directly passed to regcomp() and regexp()
10450                 (who have much more powerful unescape functions).
10451                 
10452                 for everyone else:
10453         
10454                 you can escape tab (\t), carriage return (\r),
10455                 linefeed (\n), form feed (\f), quote (\"), 
10456                 single quote (\'), bell (\b) in all the entry
10457                 lines in the scoring & filtering dialogs.
10458                 as an added bonus this should not affect
10459                 existing filtering rules.
10460
10461 2001-12-12 [carsten]    0.6.5claws80
10462
10463         * src/summaryview.c
10464         * po/de.po
10465                 "item(s) selected" is now sensitive to 1 or more
10466                 than one selected (nice for language where simple
10467                 adding of a "s" is not possible as German (Eintrag
10468                 ->Eintr"age)
10469                 
10470                 the "forward as attachment" entry from the right
10471                 click menu removed, "forward" acts following the
10472                 prefs
10473         
10474         * src/textview.c
10475                 reverted my former changes; so compiler warning again
10476                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
10477                 nevertheless
10478
10479         * src/messageview.c
10480                 "search in message" does now *not* only work in MVIEW_TEXT
10481                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
10482                 message
10483
10484         * src/mainwindow.c
10485                 removed "/File/_Close" as it was the same as "/File/E_xit"
10486                 and we don't need it two times
10487
10488                 the separate folder view and message view now get a distinct
10489                 WMCLASS, just in case someone is using sawfish ;-)
10490
10491                 as the menu entries "/View/Message view" and "/View/Folder tree"
10492                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
10493                 make them sensitive accordingly and as these two are "shown"
10494                 after startup anytime check this menuitem at startup
10495
10496 2001-12-12 [paul]       0.6.5claws79
10497
10498         * src/folderview.c
10499                 fix sensitivity of 'Search folder...', broken in
10500                 0.6.5claws75
10501
10502         * src/mainwindow.c
10503                 fix dodgy English
10504
10505 2001-12-11 [carsten]    0.6.5claws78
10506         * src/filtering.c
10507                 fixed two typos returning a wrong FALSE/TRUE
10508         * src/mainwindow.[ch]
10509                 extra menu for email/news button removed
10510
10511 2001-12-11 [alfons]     0.6.5claws77
10512         
10513         * src/matcher.c                 (1.3)
10514         * src/matcher_parser_lex.l      (1.28)
10515                 revert for another attempt
10516                 mark 0.6.5claws77 as LAST_STABLE
10517
10518 2001-12-11 [christoph]  0.6.5claws76
10519
10520         * po/de.po
10521                 fixed wrong translation for prev. unread msg
10522
10523 2001-12-11 [paul]       0.6.5claws75
10524
10525         * src/folder.[ch]
10526         * src/folderview.c
10527         * src/mainwindow.c
10528         * src/summaryview.[ch]
10529         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
10530                 enable ability to hide read messages on per folder basis via 
10531                 '/Summary/Hide read messages'; when selected, a folder will 
10532                 have a red open folder icon, instead of a blue icon, if the 
10533                 folder contains hidden messges
10534                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
10535
10536         * src/mainwindow.c
10537                 remove '/Message/Forward as attachment' from 
10538                 main_window_set_menu_sensitive() to prevent debug warning
10539
10540         * src/folderview.c
10541         * src/mainwindow.c
10542                 Clean up some of the English
10543
10544         * tools/newscache_clean.pl
10545                 allow for new 'hidereadmsgs' entry in folderlist.xml
10546
10547         * po/es.po
10548                 updated translation, submitted by Ricardo Mones Lastra
10549
10550 2001-12-11 [paul]       0.6.5claws74
10551
10552         * sync with sylpheed 0.6.5cvs25
10553                 see ChangeLog entry 2001-12-11
10554
10555 2001-12-10 [alfons]     0.6.5claws73
10556
10557         * src/matcher.c
10558                 add more control characters
10559         * src/matcher_parser_lex.l
10560                 make escaping / unescaping work again
10561
10562 2001-12-10 [alfons]     0.6.5claws72
10563
10564         * src/imap.c
10565                 clean up warnings "returning value for void function" 
10566         * src/prefs_filtering.c
10567                 make info button for execute action sensitive
10568
10569 2001-12-10 [paul]       0.6.5claws71
10570
10571         * src/compose.c
10572         * src/imap.[ch]
10573         * src/summaryview.c
10574                 fix: imap server now gets informed of MARKED, UNMARKED
10575                 and REPLY events. Now people can use different IMAP-Mail
10576                 clients and have the exact same information about MARKED,
10577                 UNMARKED and REPLY status with all of them. Especially
10578                 useful for imap servers with a web-frontend.
10579                 submitted by Tobias Sandhaas <medlor@web.de>
10580
10581 2001-12-09 [melvin]     0.6.5claws70
10582         
10583         * src/textview.[ch]
10584                 fixed bug #490076 (hunted down by Alfons who implemented
10585                 a workaround in 0.6.5claws65)
10586
10587 2001-12-09 [christoph]  0.6.5claws69
10588
10589         * src/summaryview.c
10590                 set pointer to string in LOCKED column to NULL
10591                 (might fix bug #490800)
10592
10593 2001-12-09 [carsten]    0.6.5claws68
10594
10595         * po/de.po
10596                 resolved some cluttered menu shortcuts 
10597                 ('creating new email' and 'creating news message'
10598                 hade the same)
10599         * src/compose.c
10600                 wmclass now distinc from main window
10601         * src/mainwindow.c
10602           src/mainwindow.h
10603                 email/news and forward button functionality similar
10604                 to the reply buttons; removed the ugly dropdown arrows
10605                 and use instead the right mouse button
10606
10607 2001-12-09 [paul]       0.6.5claws67
10608
10609         * src/imap.c
10610         * src/utils.h
10611                 allow spaces in imap folder names
10612                 submitted by Willem van Engen <wvengen@stack.nl>
10613
10614 2001-12-09 [paul]       0.6.5claws66
10615
10616         * sync with sylpheed 0.6.5cvs24
10617                 see ChangeLog entry 2001-12-09
10618
10619 2001-12-08 [alfons]     0.6.5claws65
10620
10621         * src/textview.c
10622                 prevent secondary selection claim after "add to sender" dialog
10623                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
10624                 we trick GTK by simulating a click at (0, 0) in the textview.
10625
10626 2001-12-08 [hoa]        0.6.5claws64
10627
10628         * src/folder.c
10629                 fixed a bug about the .processing folder name while filtering
10630
10631 2001-12-08 [alfons]     0.6.5claws63
10632
10633         * src/folderview.c 
10634                 work around problem of not correctly updating folder stats
10635                 when deleting messages. there's some folder scanning evil
10636                 going so the folderview_update_msg_num() does not work
10637                 correctly. need to investigate this.
10638
10639 2001-12-08 [paul]       0.6.5claws62
10640
10641         * sync with sylpheed 0.6.5cvs23
10642                 see ChangeLog entry 2001-12-08
10643
10644 2001-12-07 [christoph]  0.6.5claws61
10645
10646         * src/compose.c
10647                 fix another header translation problem
10648
10649 2001-12-07 [alfons]     0.6.5claws60
10650
10651         * src/mbox.c
10652                 make filtering also work on local spool mbox
10653
10654 2001-12-07 [carsten]    0.6.5claws59
10655         * src/addressbook.c
10656                 addressbook window gets a wmclass distinct from the main
10657                 sylpheed window
10658         * src/compose.h
10659         * src/mainwindow.[ch]
10660                   forward menu item will use mode selected in prefs, forward 
10661                 as attatchment in menu removed (will be substituted in the
10662                 toolbar similar to reply buttons)
10663                   create news message menu entry and news button is now 
10664                 sensitive to the existance of a news account
10665         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
10666         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
10667         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
10668                 these are removed because the toolbar buttons don't show
10669                 the quoting modus any longer
10670
10671 2001-12-07 [paul]
10672
10673         * tools/newscache_clean.pl      ** NEW FILE **
10674                 perl script to do some tidying up in the newscache directory 
10675                 
10676         * tools/sylpheed-switcher       ** NEW FILE **
10677                 perl script to enable easy switching between main and claws
10678                 
10679         * tools/README
10680                 added descriptions of the two new perl scripts          
10681
10682
10683 2001-12-07 [melvin]     0.6.5claws58
10684
10685         * src/messageview.c
10686                 fixed a warning during compilation introduced in 0.6.5claws56
10687
10688 2001-12-07 [paul]       0.6.5claws57
10689
10690         * src/mainwindow.[ch]
10691         * src/menu.[ch]
10692                 further usability enhancements to replying with or without 
10693                 quoting via the toolbar, use of Ctrl key is replaced by 
10694                 drop down menu 
10695                 Submitted by Carsten Schurig            
10696
10697 2001-12-07 [melvin]     0.6.5claws56
10698
10699         * src/messageview.c
10700                 hack to fix bug that prevented to make/paste selections
10701                 after switching between MVIEW_TEXT and MVIEW_MIME views
10702                 without deselecting the selection first.
10703
10704 2001-12-06 [alfons]     0.6.5claws55
10705
10706         * src/filtering.[ch]
10707         * src/inc.c
10708                 revise filtering a little bit more, and make sure
10709                 messages are delivered to the appropriate inbox
10710                 (perhaps set per account)
10711
10712 2001-12-06 [paul]       0.6.5claws54
10713
10714         * sync with sylpheed 0.6.5cvs22
10715                 see ChangeLog entry 2001-12-06
10716
10717 2001-12-05 [alfons]     0.6.5claws53
10718
10719         * src/inc.c
10720         * src/folder.[ch]
10721         * src/procmsg.c
10722         * src/filtering.c
10723                 more revisions of filtering system
10724                 (last stable version is marked as LAST_STABLE)
10725                 
10726                 | NOTE 1): the filtering system now uses a local folder called
10727                 | .processing. if filtering fails, check this directory
10728                 | for missing messages.
10729                 |
10730                 | NOTE 2): help us find the filtering actions still missing
10731
10732 2001-12-05 [paul]       0.6.5claws52
10733
10734         * src/mainwindow.c
10735                 fix bug where 'Empty Trash?' pop-up window appears even
10736                 when Trash is empty, submitted by Jesse Skinner         
10737
10738 2001-12-05 [melvin]     0.6.5claws51
10739
10740         * src/compose.c
10741                 fixed bug #486106 to select correct account when reediting 
10742                 a queued message
10743         
10744 2001-12-04 [alfons]     0.6.5claws50
10745
10746         * src/mh.c
10747                 declare markfile in appropriate functions when
10748                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
10749                 for spotting this)
10750
10751 2001-12-04 [paul]       0.6.5claws49
10752
10753         * sync with sylpheed 0.6.5cvs21
10754                 see ChangeLog entry 2001-12-04
10755
10756 2001-12-03 [christoph]  0.6.5claws48
10757
10758         * po/de.po
10759                 changed translation of undo
10760         * src/account.c
10761         * src/folder.c
10762                 don't reinvent the wheel to traverse a GNode
10763         * src/compose.[ch]
10764                 seperate code to create the compose gui into functions
10765                 add "Others" page with folder selection for saving copy
10766                 of the message.
10767                 the folder identifier is saved to queue header
10768         * src/procmsg.c
10769                 save message to folder in queue header
10770
10771 2001-12-03 [paul]       0.6.5claws47
10772
10773         * sync with sylpheed 0.6.5cvs20
10774                 see ChangeLog entry 2001-12-03
10775
10776 2001-12-01 [paul]
10777
10778         * more sync with sylpheed 0.6.5cvs19
10779                 see ChangeLog entry 2001-11-29
10780
10781 2001-11-30 [paul]       0.6.5claws46
10782         
10783         * src/compose.c
10784                 remove conflicts introduced by Hoa's last commit
10785          
10786         * src/mainwindow.c
10787                 make 'Message/Bounce' sensitive
10788
10789 2001-11-30 [hoa]        0.6.5claws45
10790
10791         * src/compose.c
10792                 slightly change bounce function to add
10793                 information about the user that bounced the mail
10794                 in the From header line.
10795
10796         * src/folderview.c
10797                 permit the use of processing in outbox folder.
10798
10799 2001-11-29 [paul]       0.6.5claws44
10800
10801         * src/mainwindow.[ch]
10802         * src/prefs_common.c
10803         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
10804         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
10805         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
10806                 usability enhancements to the quoting, implements
10807                 use of Ctrl key to toggle quoting settings
10808                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
10809
10810 2001-11-29 [paul]       0.6.5claws43
10811         
10812         * sync with sylpheed 0.6.5cvs19
10813                 see ChangeLog entry 2001-11-28
10814
10815 2001-11-29 [melvin]     0.6.5claws42
10816         * src/Makefile.am
10817                 added enriched.[ch] to the list of files
10818
10819         * src/textview.c
10820         * src/mimeview.c
10821         * src/procmime.[ch]
10822         * src/enriched.[ch]
10823                 added support to view text/enriched
10824                 added support to show headers in message view for text/enriched and text/html
10825                         in non multipart messages
10826
10827 2001-11-28 [paul]       0.6.5claws41
10828
10829         * more sync with sylpheed 0.6.5cvs18
10830                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
10831
10832 2001-11-27 [paul]       0.6.5claws40
10833         
10834         * po/pt_BR.po
10835                 updated translation, submitted by Fabio Junior Beneditto
10836                 
10837         * sync with sylpheed 0.6.5cvs18
10838                 see ChangeLog entries 2001-11-26 (src/textview.c) and
10839                 2001-11-27
10840
10841
10842 2001-11-26 [paul]
10843
10844         * po/es.po
10845                 updated translation, submitted by Ricardo Mones Lastra
10846
10847 2001-11-26 [alfons]
10848
10849         * src/matcher.c
10850                 add more translatable strings
10851
10852 2001-11-26 [christoph]  0.6.5claws39
10853
10854         * po/de.po      
10855                 fixed one more umlaut
10856         * src/compose.c
10857                 fix translated header when it should not be translated
10858
10859 2001-11-26 [paul]       0.6.5claws38
10860
10861         * src/mainwindow.c
10862                 remove '/Message/Add Sender to address book' from 
10863                 main_window_set_menu_sensitive(), prevent debug warning
10864                 add 'Message/Mark/Mark all read' to mainwin_entries[]
10865
10866 2001-11-26 [paul]       0.6.5claws37
10867
10868         * src/summaryview.c
10869                 fix 'recurring unread state' bug 
10870
10871         * tools/README 
10872         * tools/filter_conv.pl
10873                 read name of top level mailbox from folderlist.xml
10874                 and presume nothing about its name              
10875
10876 2001-11-26 [darko]      0.6.5claws36
10877
10878         * src/gtkstext.[ch]
10879                 removed functions that are now in gtkutils.c
10880                 use gtkut_text_is_uri_string() from gtkutils.c
10881         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
10882
10883 2001-11-26 [paul]       0.6.5claws35
10884
10885         * sync with sylpheed 0.6.5cvs16
10886                 see ChangeLog entries 2001-11-25 and 2001-11-26
10887
10888 2001-11-25 [alfons]     0.6.5claws34
10889
10890         EXPERIMENTAL!!! Please checkout the last stable version using: 
10891           
10892         % cvs update -r LAST_STABLE -dRAP
10893
10894         (Or help us testing this stuff.)
10895
10896         * src/filtering.c               (1.14)
10897         * src/filtering.h               (1.6)
10898         * src/inc.c                     (1.28)
10899         * src/matcher.c                 (1.20)
10900         * src/mbox.c                    (1.9)
10901         * src/procmsg.h                 (1.14)
10902         * src/summaryview.c             (1.59)
10903         * src/summaryview.h             (dunno)
10904                 revert/merge/sync to as it was before commit 
10905                 on Thu, 19 Jul 2001 10:15:51 -0700.
10906
10907 2001-11-25 [hoa]        0.6.5claws33
10908
10909         * src/main.c
10910                 processing mails at startup
10911
10912         * src/folderview.c
10913         * src/summaryview.[ch]
10914                 processing mails when entering folder
10915
10916         * src/prefs_filtering.c
10917                 fixed some UI bugs
10918
10919 2001-11-24 [alfons]     0.6.5claws32
10920
10921         * src/summaryview.[ch]
10922                 make summary sort headers work, and also make
10923                 sure the sort type is stored
10924
10925 2001-11-23 [alfons]     0.6.5claws31
10926
10927         * src/summaryview.[ch]
10928                 make lock work like mark
10929                 disallow deleting messages marked as locked
10930
10931 2001-11-23 [alfons]     0.6.5claws30
10932
10933         * src/gtkstext.c
10934         * src/compose.[ch]
10935         * src/Makefile.am
10936         * src/undo.[ch]
10937                 merge undo patch submitted by Jens
10938
10939 2001-11-23 [christoph]  0.6.5claws29
10940
10941         * src/.cvsignore
10942                 added ylwrap
10943         * src/compose.c
10944                 fixed gpg signing and encoding
10945         * src/folder.[ch]
10946         * src/main.c
10947                 added --status option to get new, unread and total
10948                 message count from a running sylpheed
10949         * src/prefs_common.c
10950                 temporary fix for reply_with_quote problem
10951                 (don't call functions for non existing widget)
10952         * src/procmsg.c
10953                 one more check for ignored threads but still not
10954                 always working correctly. probably a recursive
10955                 check for all parents is needed
10956
10957 2001-11-23 [darko]      0.6.5claws28
10958
10959         * src/compose.c
10960                 wrapping on send improvements
10961         * src/gtkutils.[ch]
10962                 fix for GtkSText after last sync with main branch
10963                 GTK_TEXT -> GTK_STEXT
10964
10965 2001-11-23 [paul]       0.6.5claws27
10966
10967         * sync with sylpheed 0.6.5cvs14
10968                 see ChangeLog entries 2001-11-22 and 2001-11-23
10969                 
10970         * po/de.po
10971                 fixed the scrambled umlauts 
10972                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
10973
10974 2001-11-21 [paul]       0.6.5claws26
10975
10976         * sync with sylpheed 0.6.5cvs12
10977                 see 2nd ChangeLog entry dated 2001-11-20
10978
10979 2001-11-20 [paul]       0.6.5claws25
10980
10981         * sync with sylpheed 0.6.5cvs11
10982                 see ChangeLog entry 2001-11-19 (src/utils.c)
10983
10984 2001-11-20 [hiro]
10985
10986         * src/compose.c
10987                 GTK_TEXT -> GTK_STEXT
10988                 fix for wrong comment
10989
10990 2001-11-20 [hiro]       0.6.5claws24
10991
10992         * src/compose.[ch]
10993                 more merges from main branch
10994                 removed fatal warnings (uninitialized variables etc.)
10995                 some coding style fix
10996         * src/gtkutils.h
10997                 fixed typo.
10998         * src/addressbook.c
10999           src/addrindex.c
11000                 V-Card -> vCard
11001
11002 2001-11-19 [hoa]        0.6.5claws23
11003
11004         * src/filtering.c
11005         * src/prefs_scoring.c
11006         * src/matcher.[ch]
11007         * src/scoring.c
11008                 cleaning code
11009
11010         * src/matcher_parser_parse.y
11011         * src/prefs_filtering.c
11012                 bouncing
11013
11014 2001-11-19 [alfons]     0.6.5claws22
11015
11016         more of my old things into claws
11017
11018         * src/Makefile.am
11019         * src/prefs_common.c
11020         * src/procmsg.h
11021         * src/summaryview.[ch]
11022         * src/prefs_summary_column.c
11023         * src/pixmaps/locked.xpm
11024                 add indicators for locking of message in summary view
11025                 (does not work yet, only visual indicator)
11026
11027 2001-11-19 [paul]       0.6.5claws21
11028
11029         * sync with sylpheed 0.6.5cvs10
11030                 see ChangeLog entry 2001-11-19
11031
11032 2001-11-18 [alfons]     0.6.5claws20
11033         
11034         * src/filtering.c
11035                 remove an inadvertent free I forgot in previous clean up 
11036
11037 2001-11-18 [alfons]     0.6.5claws19
11038
11039         * src/filtering.[ch]
11040                 clean up & plug leaks
11041
11042 2001-11-18 [paul]       0.6.5claws18
11043
11044         * sync with sylpheed 0.6.5cvs9
11045                 see ChangeLog entries 2001-11-17 and 2001-11-18
11046
11047 2001-11-16 [paul]       0.6.5claws17
11048
11049         * sync with sylpheed 0.6.5cvs8
11050                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
11051
11052 2001-11-16 [paul]       0.6.5claws16
11053
11054         * sync with sylpheed 0.6.5cvs7
11055                 see ChangeLog entries 2001-11-15 and 2001-11-16
11056
11057 2001-11-15 [hoa]        0.6.5claws15
11058
11059         * src/compose.c
11060                 fix bounce, mails we received couln't be bounced to ourself.
11061
11062         * src/defs.h
11063         * src/filtering.[ch]
11064         * src/matcher.[ch]
11065         * src/matcher_parser.h
11066         * src/matcher_parser_lex.l
11067         * src/matcher_parser_parse.y
11068         * src/inc.c
11069         * src/main.c
11070         * src/mbox.c
11071         * src/prefs_filtering.[ch]
11072         * src/mainwindow.c
11073         * src/prefs_matcher.c
11074         * src/prefs_scoring.c
11075         * src/scoring.[ch]
11076         * src/summaryview.c
11077                 new matcher/filter/score configuration file parser
11078                 one unique configuration file => ~/.sylpheed/matcherrc
11079                 import in currently automatic, then save are made
11080                 in this new file.
11081                 one filter per folder and one global filter
11082                 (filter of a folder will be used as folder processing)
11083
11084         * src/folder.c
11085                 fix a bug in folder_item_get_identifier
11086                 
11087         * src/messageview.c
11088                 receive receipt return are fixed.
11089
11090 2001-11-14 [alfons]     0.6.5claws14
11091
11092         * src/session.h
11093                 add things from main branch to make claws compile
11094
11095 2001-11-14 [paul]       0.6.5claws13
11096
11097         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
11098                 see ChangeLog entries 2001-11-08 to 2001-11-14
11099
11100 2001-11-14 [hoa] 0.6.5claws12
11101
11102         * src/compose.[ch]
11103         * src/mainwindow.c
11104         * src/summaryview.c
11105                 add "bounce mail" option
11106
11107 2001-11-13 [christoph]  0.6.5claws11
11108
11109         * src/compose.c
11110                 Cleanup a mess i add before commiting
11111
11112 2001-11-13 [hoa]        0.6.5claws10
11113
11114         * src/compose.c
11115                 some fixes when mail are sent or
11116                 for crossposts
11117
11118 2001-11-13 [christoph]  0.6.5claws9
11119
11120         * po/de.po
11121                 Changed two string with the same translation
11122         * src/compose.c
11123         * src/procmsg.[ch]
11124         * src/send.[ch]
11125                 New mailsending process:
11126                   - Always queue message before sending
11127                     (message will be saved if sylpheed crashed or
11128                      freezes while sending)
11129                   - Allow queuing of newspostings
11130                   - No copy in outbox before sending
11131                     (closes bug #469501)
11132                   - No more redundant code for send and send_later
11133         * src/summaryview.c
11134                 Applied wwp <subscript@free.fr>'s patch that fixes
11135                 marks for multiple forwarded messages (+compose.c)
11136
11137 2001-11-12 [alfons]
11138
11139         * README.claws
11140                 remove things that are now in main branch
11141         
11142         * po/nl.po
11143                 update Dutch translation
11144
11145 2001-11-12 [mhadasht]   0.6.5.claws8
11146
11147         * src/prefs_common.c
11148                 re-enabled account autoselection feature for forward
11149                 and reedit lost during the branch point for SYNC-B4-REL
11150         * src/gtkspell.c
11151                 gtkpspell_get_dict(): more readable code (even if function is
11152                 not used yet)
11153         * ChangeLog.claws
11154                 added version number info to 2001-11-12 [hiro] comment.
11155
11156 2001-11-12 [hiro]       0.6.5.claws7
11157
11158         * src/compose.c
11159                 compose_forward(): fixed a bug that forward quote mark
11160                 wasn't used.
11161                 removed unnecessary code.
11162         * src/template_select.[ch]: removed.
11163
11164 2001-11-11 [alfons]
11165
11166         * src/compose.c
11167                 :%s/GTK_TEXT/GTK_STEXT/g
11168         
11169         * src/compose.[ch]
11170         * src/undo.[ch]
11171         * src/Makefile.am
11172                 revert the undo stuff (this is 0.6.6claws stuff)
11173
11174 2001-11-11 [hoa]        0.6.5.claws6
11175
11176         * src/compose.[ch]
11177                 Insert signature at the end of the text.
11178                 Added undo patch but currently disabled
11179
11180         * src/procmsg.c
11181                 Threading by subject improved.
11182
11183         * added src/undo.[ch]
11184                 Undo module for compose dialog box.
11185
11186 2001-11-11 [alfons]     0.6.5.claws5
11187
11188         * src/procmsg.c
11189                 prevent threading by subject on nodes that have already been
11190                 threaded by in-reply-to (as in "circular references in a tree
11191                 result in a dead branch")
11192
11193 2001-11-09 [hoa]        0.6.5.claws4
11194         
11195         * src/folderview.c
11196                 allows creation of mbox folder item from any files.
11197
11198 2001-11-09 [alfons]     0.6.5.claws3
11199         
11200         * src/utils.c
11201         * src/procmsg.c
11202                 do what I mean and correct threading by subject so it really
11203                 ignores attracting lines without "Re: "
11204
11205 2001-11-07 [alfons]     0.6.5.claws2
11206
11207         * src/procmsg.c
11208         * src/utils.[ch]
11209                 only attract by subject if a subject line starts with a "Re: "
11210         * src/syldap.c
11211                 remove warning
11212
11213 2001-11-07 [paul]       0.6.5claws1
11214
11215         * sync with sylpheed 0.6.5. release
11216                 see ChangeLog entry 2001-11-07
11217
11218 2001-11-07 [paul]       0.6.4claws31
11219
11220         * sync with sylpheed 0.6.4cvs18
11221                 see ChangeLog entries 2001-10-30 to 2001-11-07
11222                 prefs_templates.[ch] renamed prefs_template.[ch]
11223
11224 2001-11-06 [alfons]
11225         
11226         * src/utils.h
11227                 add semicolon Hoa forgot ;-)
11228                 
11229
11230 2001-11-06 [hoa]        0.6.4claws30
11231         
11232         * src/procmsg.c
11233         * src/summaryview.c
11234         * src/utils.c
11235         * src/utils.h
11236                 threading by subject - empty subject are ignored
11237
11238 2001-11-06 [christoph]  0.6.4claws29
11239
11240         * src/socket.c
11241                 use SSL_peek for sock_gets
11242         * src/utils.c
11243                 removed unneeded pointer in extracting quoted
11244                 names implementation
11245
11246 2001-11-06 [melvin]     0.6.4claws28
11247
11248         * src/gtkspell.c
11249                 fixed bug #476792 Selection overtyping with spell checker
11250                 fixed bug which could cause a buffer overflow
11251                 fixed a memory leak
11252
11253 2001-11-06 [hoa]        0.6.4claws27
11254         
11255         * src/procmsg.c
11256         * src/summaryview.c
11257                 threading by subject
11258
11259 2001-11-05 [alfons]     0.6.4claws26
11260         
11261         * README.claws
11262                 Claws -> Sylpheed (vice versa)
11263
11264         * src/compose.c
11265                 :%s/gtk_text/gtk_stext/g
11266                 :%s/GTK_TEXT/GTK_STEXT/g
11267                 (thanks to Jonathan Ware for spotting this)
11268
11269 2001-11-04 [christoph]  0.6.4claws25
11270
11271         * src/summaryview.c
11272                 replace Xalloca + strdup with Xstrdup_a
11273         * src/utils.c
11274                 better implementation of extracting quoted names
11275                 from addresses (remove backlashes and ignore
11276                 quotes after them)
11277
11278 2001-11-04 [alfons]     0.6.4claws24
11279
11280         * src/utils.[ch]
11281                 edit to comply more with coding style
11282
11283         * src/textview.c
11284                 fix bug reported by Kim Schulz. introduced by the patch integrated
11285                 in 0.6.4claws15. the code did not check the return value of
11286                 the html parser.
11287
11288         * AUTHORS
11289                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
11290
11291 2001-11-04 [christoph]  0.6.4claws23
11292
11293         * src/main.c
11294         * src/prefs_common.[ch]
11295                 init some pointers that possibly caused a segfault
11296                 reported in the claws-users ML
11297
11298 2001-11-04 [hoa]        0.6.4claws22
11299
11300         * src/grouplistdialog.c
11301                 change the names of the nodes in the tree
11302
11303         * src/compose.c
11304                 enhanced mailto syntax as described in
11305                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
11306                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
11307
11308         * src/utils.c
11309                 encode and decode URI (useful when opening URL into
11310                 netscape).
11311
11312 2001-11-03 [hoa]        0.6.4claws21
11313
11314         * src/grouplistdialog.c
11315                 a new newsgroups list selection dialog box
11316                 with a CTree instead of a CList
11317
11318 2001-11-03 [hoa]        0.6.4claws20
11319
11320         * src/folderview.c
11321                 enable property and scoring options when right
11322                 click on "inbox"
11323
11324         * src/summaryview.c
11325                 fixed bug when nickname were displayed using
11326                 the address book.
11327
11328 2001-11-02 [darko]      0.6.4claws19
11329
11330         * src/compose.c
11331                 new wrap quotation and URL/long words wrapping implementation
11332         * src/compose.c src/gtkstext.[ch]
11333                 move gtkstext_strncmp() to gtkstext.c
11334
11335 2001-11-01 [christoph]  0.6.4claws18
11336
11337         * src/prefs_account.c
11338                 fixed mess in account settings dialog
11339         * src/prefs_folder_item.c
11340                 added label with folder path to dialog
11341
11342 2001-10-31 [match]      0.6.4claws17
11343
11344         * src/vcard.c
11345                 fix memory leak.
11346         * src/addrbook.c
11347                 fix generation of spurious address book file names.
11348                 remove redundant functions.
11349         * po/POTFILES.in
11350                 added missing file names.
11351
11352 2001-10-30 [paul]       0.6.4claws16
11353
11354         * sync with sylpheed 0.6.4cvs6
11355                 see ChangeLog entries 2001-10-26 to 2001-10-30
11356
11357         * tools/filter_conv.pl
11358                 read folderlist.xml to discover whether the top-level
11359                 folder is called 'Mailbox' or 'Mail' 
11360
11361 2001-10-29 [paul]       0.6.4claws15
11362
11363         * src/html.c, src/textview.c
11364                 activate links in html mail and fix clickable parts
11365                 Submitted by Matthieu Dazy <dazy@t-surf.com>
11366
11367 2001-10-29 [paul]
11368
11369         * po/de.po, po/es.po, po/pt_BR/po
11370                 updated translations, submitted by Jens Oberender,
11371                 Ricardo Mones Lastra, and Fabio Junior Beneditto
11372
11373 2001-10-29 [darko]      0.6.4claws14
11374
11375         * src/compose.c
11376                 fix wrapping for good
11377
11378 2001-10-29 [darko]
11379
11380         * src/compose.c
11381                 undo previous change as it broke the smart wrapping
11382
11383 2001-10-29 [darko]      0.6.4claws13
11384
11385         * src/compose.c
11386                 fix infinite loop when long URL is quoted
11387                 (closes bug #475122.
11388
11389 2001-10-28 [match]
11390
11391         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
11392                 import Mutt address book
11393         * src/ldif.[ch] src/importldif.h
11394                 modified import LDIF handle user attributes
11395
11396 2001-10-28 [christoph]  0.6.4claws12
11397
11398         * src/summaryview.c
11399                 fixed that filtering did not work if there
11400                 were no filter rules
11401                 (closes bug #472003 and better implementation
11402                  of patch #474644)
11403
11404 2001-10-27 [christoph]  0.6.4claws11
11405
11406         * src/compose.c
11407                 make the folder's default account to be used when
11408                 replying. (patch by wwp <subscript@free.fr>)
11409         * src/compose.c
11410                 code cleanup, nearly killed all of wwp's patch
11411                 for folder's default account in compose
11412         * src/folderview.c
11413                 error panel when a folder could not be created
11414                 (closes bug #471080 new folder name & already
11415                  existing file)
11416
11417 2001-10-26 [alfons]
11418
11419         * src/utils.h
11420                 change prototype of strstr2() that Christoph forgot about
11421
11422 2001-10-26 [christoph]  0.6.4claws10
11423
11424         * src/account.c
11425                 made search for accounts by email address not case
11426                 sensitive
11427         * src/folder.c
11428                 fixed memory leak in folder_item_get_identifier
11429         * src/gtkspell.c
11430         * src/utils.c
11431                 fixed wrong strstr2 (should work like strstr)
11432
11433 2001-10-26 [darko]      0.6.4claws9
11434
11435         * src/compose.c src/gtkstext.[ch]
11436         * src/gtkstext.c
11437                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
11438
11439 2001-10-26 [paul]       0.6.4claws8
11440
11441         * src/html.c
11442                 ignore css and javascript tags in html mail
11443                 case-insensitive, with or without double-quoted
11444                 strings
11445
11446 2001-10-26 [paul]       0.6.4claws7
11447
11448         * sync with sylpheed 0.6.4cvs1
11449                 see ChangeLog entry 2001-10-26
11450
11451         * src/prefs_account.c, src/prefs_common.c,
11452           src/prefs_summary_column.c
11453                 minor improvements to the English
11454
11455 2001-10-25 [alfons]     0.6.4claws6
11456
11457         * src/gtkstext.c
11458         
11459                 make GtkSText follow style of GtkText (closes bug 
11460                 #469211 "text selection while writing message")
11461                 
11462                 do sync with GTK 1.2.10
11463
11464 2001-10-25 [paul]       0.6.4claws5
11465
11466         * src/html.c
11467                 ignore css tags in html mail
11468
11469 2001-10-25 [darko]      0.6.4claws4
11470
11471         * src/compose.c
11472                 don't declare is_url_string as static function since
11473                 we need it in gtkstext.c
11474         * src/gtkstext.c
11475                 remove unused variable
11476                 don't wrap long URLs while composing a message
11477
11478 2001-10-24 [christoph]  0.6.4claws3
11479
11480         * src/socket.c
11481                 fix ssl deadlock, when peer closes connection
11482
11483 2001-10-24 [paul]       0.6.4claws2
11484
11485         * src/prefs_common.c
11486                 gettextize the gpg ascii-armored warning message
11487
11488         * src/compose.c
11489                 insert a DOS/MAC file into the composed message
11490                 (improvements)
11491
11492         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
11493
11494 2001-10-22 [paul]       0.6.4claws1
11495
11496         * sync with sylpheed 0.6.4 release
11497                 see ChangeLog entries 2001-10-21
11498
11499         * po/fr.po, po/pt_BR.po
11500                 updated by Melvin Hadasht and Fabio Junior Beneditto
11501
11502 2001-10-21 [paul]       0.6.3claws30
11503
11504         * src/compose.c
11505                 insert a DOS text file from the compose window
11506                 into the composed message text (removes CRs characters)
11507                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
11508
11509         * tools/filter_conv.pl, tools/README
11510                 automatically use ~/.sylpheed as working directory
11511                 print out confirmation message on completion
11512
11513         * correct Hoa's last ChangeLog.claws entry
11514
11515 2001-10-20 [hoa]        0.6.3claws29
11516
11517         * src/grouplistdialog.c
11518                 bugfix (another ?) to give the right
11519                 newsgroups list for each news server.
11520
11521         * src/news.c
11522         * src/news.h
11523                 improve the newsgroups list cache
11524
11525 2001-10-20 [paul]       0.6.3claws28
11526
11527         * sync with sylpheed 0.6.3cvs9
11528                 see ChangeLog entry 2001-10-19
11529
11530         * correct Alfons' last ChangeLog.claws entry
11531
11532 2001-10-19 [alfons]
11533
11534         * src/pgptext.[ch]
11535                 fix compilation problems (part of bug #472895)
11536
11537 2001-10-18 [hoa]        0.6.3claws27
11538
11539         * src/grouplistdialog.c
11540                 bugfix when we refresh was clicked (bug 472701)
11541
11542 2001-10-19 [christoph]  0.6.3claws26
11543
11544         * src/compose.c
11545                 last header entry should default to "To:" or
11546                 "Newsgroups:" and not copy the last entry line
11547                 in a new compose window
11548                 (closes bug #472686, #470792)
11549
11550 2001-10-19 [paul]       0.6.3claws25
11551
11552         * sync with Sylpheed 0.6.3cvs8
11553                 see ChangeLog entries 2001-10-18 and 2001-10-19
11554
11555 2001-10-18 [christoph]  0.6.3claws24
11556
11557         * src/procmsg.c
11558                 reimplement ignore thread
11559         
11560 2001-10-18 [hoa]        0.6.3claws23
11561
11562         * src/folderview.c
11563         * src/grouplistdialog.[ch]
11564                 enhanced news subscription interface (feature 469113)
11565
11566         * src/news.c
11567         * src/news.h
11568                 enchanced newsgroup listing,
11569                 now, we can get groups informations
11570                 (NNTPGroupInfo)
11571
11572 2001-10-18 [paul]       0.6.3claws22
11573
11574         * src/summaryview.c
11575                 remove comment (sync with main branch)
11576         * src/mainwindow.c
11577                 fix 'Re-edit' bug in 'Message' menu
11578
11579 2001-10-17 [christoph]  0.6.3claws21
11580
11581         * src/compose.c
11582                 ignore empty or whitespace only header lines
11583
11584 2001-10-17 [paul]       0.6.3claws20
11585
11586         * sync with sylpheed 0.6.3cvs7
11587                 see ChangeLog entries 2001-10-14, 2001-10-16, and
11588                 2001-10-17
11589
11590 2001-10-17 [darko]
11591
11592         * src/compose.c
11593                 wrap long lines without spaces
11594                 don't wrap URLs
11595
11596 2001-10-16 [paul]
11597
11598         * po/es.po, po/nl.po, po/pt_BR.po
11599                 updated by Ricardo Mones Lastra, Alfons,
11600                 and Fabio Junior Beneditto
11601
11602         * sylpheed-0.6.3claws released
11603
11604 2001-10-15 [melvin] 0.6.3claws18
11605
11606         * README.claws
11607                 added summary and detailed installation instructions
11608                 for spell checker
11609         * po/fr.po
11610                 Updated, corrected and completed french translation
11611
11612 2001-10-15 [hoa] 0.6.3claws17
11613         * src/grouplistdialog.c
11614                 we can choose the newsgroups to display with wildcards
11615
11616 2001-10-15 [christoph]  0.6.3claws16
11617
11618         * src/account.c
11619         * src/compose.c
11620         * src/prefs_folder_item.[ch]
11621                 applied wwp <subscript@free.fr>'s folder
11622                 default account patch
11623         * po/de.po
11624                 Fixed wrong translation
11625
11626 2001-10-13 [alfons, christoph, melvin]  
11627                         0.6.3claws15
11628
11629         solution #2 to solve MT-safety problems defers all GUI related calls
11630         to the main thread using a gtk_idle_add() callback. discussed on
11631         ircnet #sylpheed, with christoph spotting some issues with the
11632         original code, and melvin allowing us to lobotomize his sylpheed.
11633
11634         * src/syldap.[ch], src/main.c
11635                 fix race problem in ldap search thread by deferring GUI 
11636                 stuff to main thread using gtk_idle_add()
11637
11638 2001-10-13 [paul]       0.6.3claws14
11639
11640         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
11641                 add Sergey's smtpcred.patch
11642                 adds separate username/password setting for SMTP Auth
11643                 needed by some servers
11644                 (closes feature request #471659)
11645
11646 2001-10-13 [paul]       0.6.3claws13
11647
11648         * src/pgptext.[ch] **NEW FILES**
11649         * src/Makefile.am, src/messageview.c, src/mimeview.c
11650                 decrypt ascii-armored gpg text embedded in
11651                 the message body.
11652                 Submitted by Jens Jahnke <jan0sch@gmx.net>
11653
11654 2001-10-13 [christoph]  0.6.3claws12
11655
11656         * README.claws
11657                 some more details on default to and
11658                 feature requests
11659         * src/main.c
11660                 init glib threading when ldap is used
11661         * src/syldap.c
11662                 threading fixes
11663         * po/de.po
11664                 fixed a typo
11665
11666 2001-10-12 [paul]       0.6.3claws11
11667
11668         * src/prefs_common.[ch], src/rfc2015.c
11669                 enable ascii-armored gpg text to be embedded in the
11670                 message body, selectable through the 'Privacy'
11671                 preferences. Supports encrypting only.
11672                 Submitted by Ravemax <ravemax@dextrose.com>
11673
11674 2001-10-12 [paul]       0.6.3claws10
11675
11676         * sync with sylpheed 0.6.3cvs6
11677                 see ChangeLog entries 2001-10-11 and 2001-11-12
11678
11679         * src/folderview.c
11680                 incorporated mbox folders, scoring, and folder
11681                 properties into the sync
11682
11683 2001-10-12 [darko]      0.6.3claws9
11684
11685         * README.claws
11686                 describe quotation wrapping
11687         * src/compose.c
11688                 don't treat tab as space to calculate line length properly
11689
11690 2001-10-11 [alfons]
11691
11692         * README.claws
11693                 correct description of how to make new filtering system work,
11694                 add some other things
11695                 
11696         * src/syldap.c
11697                 remove sched_yield() (not necessary / unportable)
11698
11699 2001-10-11 [paul]       0.6.3claws8
11700
11701         * sync with sylpheed 0.6.3cvs3
11702                 see ChangeLog entry 2001-10-10
11703
11704 2001-10-10 [christoph]  0.6.3claws7
11705
11706         * .cvsignore
11707                 ignore 2 files created by newer autotools
11708         * src/prefs_folder_item.c
11709                 using table for widget alignment
11710                 fixed memory leak and broken octal display
11711         * src/filesel.c
11712                 fixed segfault caused by lost filename
11713                 workaround (closes bug #469551)
11714
11715 2001-10-10 [paul]       0.6.3claws6
11716
11717         * sync with sylpheed 0.6.3cvs2
11718                 see ChangeLog entries 2001-10-09 and 2001-10-10
11719
11720 2001-10-10 [darko]      0.6.3.claws5
11721
11722         * src/gtkstext.c
11723                 proper calculation of right margin if smart wrapping is enabled
11724         * src/compose.c
11725                 automatically wrap long lines if wrap quotation is enabled
11726
11727 2001-10-09 [alfons]     0.6.3.claws4
11728
11729         * src/summaryview.c
11730                 select correct row when deleting last row in the summary view (and
11731                 close bug "[ #469104 ] select second last in list when deleting")
11732
11733 2001-10-09 [paul]       0.6.3claws3
11734
11735         * sync with sylpheed 0.6.3cvs1
11736                 updated some autotool scripts
11737
11738 2001-10-09 [darko]      0.6.3claws2
11739
11740         * src/gtkstext.[ch]
11741                 new name and mark with Sylpheed comment
11742         * src/compose.c
11743                 smart quotation wrapping a-la VIM
11744
11745 2001-10-08 [paul]       0.6.3claws1
11746
11747         * sync with sylpheed 0.6.3 release
11748                 see ChangeLog entry 2001-10-08
11749
11750 2001-10-08 [paul]       0.6.2claws24
11751
11752         * src/summaryview.c
11753                 more sync with sylpheed 0.6.2cvs12
11754                 Fixed the bug that didn't select the last row correctly
11755
11756
11757 2001-10-07 [paul]       0.6.2claws23
11758
11759         * sync with sylpheed 0.6.2cvs12
11760                 see ChangeLog entry 2001-10-07
11761
11762 2001-10-06 [match]
11763         * src/jpilot.[ch]
11764                 enable jpilot to read unsynch'ed addresses.
11765
11766         * src/editldap_basedn.c
11767                 fix segfault when opening dialog.
11768
11769 2001-10-06 [alfons]     0.6.2.claws22
11770
11771         * src/summaryview.c
11772                 fix bug with summary view selecting last *inserted*
11773                 node instead of last *visible* node. remember we
11774                 work with a tree
11775
11776 2001-10-06 [paul]       0.6.2claws21
11777
11778         * po/pt_BR.po
11779                 updated translation, contains some fixes and new
11780                 translations, submitted by Gustavo Noronha Silva
11781                 <kov@debian.org>
11782
11783         * src/prefs_common.c
11784                 change 'each' to 'every' - fix dubious English
11785
11786         * sync with sylpheed 0.6.2cvs11
11787
11788 2001-10-05 [alfons]     0.6.2claws20
11789
11790         * src/mainwindow.[ch], src/folderview.c
11791                 make composite tool button switch between "Compose News"
11792                 and "Compose Mail" depending on selected folder
11793                 (nifty idea by Kim Schulz <kim@schulz.dk>)
11794
11795 2001-10-05 [paul]       0.6.2claws19
11796
11797         * src/mainwindow.c, src/summaryview.c
11798                 fix 'Message/Reply to all', broken in last commit
11799
11800         * src/compose.c
11801                 fix X_BEENTHERE seg fault, thanks to Alfons
11802
11803 2001-10-04 [paul]       0.6.2claws18
11804
11805         * src/compose.[ch], src/mainwindow.c
11806                 make "Message/Reply" reply to mailing lists; matches
11807                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
11808                 based on portions of the patch submitted by
11809                 Junichi Uekawa <dancer@netfort.gr.jp>
11810
11811 2001-10-04 [darko]      0.6.2claws17
11812
11813         * src/compose.c
11814                 better smart wrapping
11815         * src/gtkstext.[hc]
11816                 a function to make text buffer contiguous
11817
11818 2001-10-03 [paul]       0.6.2claws16
11819
11820         * sync with sylpheed 0.6.2cvs10
11821
11822 2001-10-02 [alfons]
11823
11824         * configure.in
11825         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
11826                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
11827                 references to chinese translations (hope someone picks up
11828                 this)
11829
11830 2001-10-02 [christoph]  0.6.2claws15
11831
11832         * src/compose.c
11833                 fixed non translated header bug
11834         * ChangeLog.claws
11835                 fixed wrong date in alfons last entry ;)
11836
11837 2001-10-02 [alfons]     0.6.2claws14
11838
11839         * src/compose.c, src/prefs_common.[ch]
11840                 add block cursor option
11841
11842 2001-10-02 [paul]       0.6.2claws13
11843
11844         * sync with sylpheed 0.6.2cvs9
11845
11846 2001-09-30 [paul]       0.6.2claws12
11847
11848         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
11849                 updated translations
11850
11851         * po/POTFILES.in
11852                 add 'src/importldif.c'
11853
11854         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
11855                 added eudora-to-vCard conversion tool
11856                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
11857
11858         * sync with sylpheed 0.6.2cvs8
11859
11860 2001-09-30 [paul]
11861
11862         * sylpheed-0.6.2claws released
11863
11864 2001-09-27 [melvin]     0.6.2claws11
11865
11866         * src/gtkspell.c
11867                 fixed crash when using default path (introduced 
11868                 in 0.6.2claws10)
11869                 fixed tiny bug for initial suggestion mode
11870
11871 2001-09-27 [melvin]     0.6.2claws10
11872         
11873         * src/gtkspell.c
11874                 fixed bug where gtkpspell didn't set the path correctly
11875
11876         * README.claws
11877                 added a paragraph about spell checking
11878                 
11879
11880
11881 2001-09-27 [paul]       0.6.2claws9
11882
11883         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
11884                 replace '// comments' with '/* comments */' to prevent
11885                 some compiler warnings 
11886
11887         * sync with sylpheed 0.6.2cvs6
11888
11889 2001-09-26 [alfons]     0.6.2claws8
11890
11891         * src/messageview.c
11892                 introduce return receipt request notification again,
11893                 which was lost because of other semantics in 
11894                 procheader_parse() (???)
11895
11896 2001-09-26 [christoph]  0.6.2claws7
11897
11898         * src/compose.c
11899                 replace comments for old code with #if 0
11900                 readded auto cc, bcc and reply-to
11901         * src/prefs_matcher.c
11902         * src/prefs_scoring.c
11903                 removed some definition (was moved to
11904                 prefs.h)
11905
11906 2001-09-26 [paul]       0.6.2claws6
11907
11908         * src/mainwindow.c
11909                 make 'Follow-up and reply to' sensitive
11910
11911         * more sync with sylpheed 0.6.2cvs5
11912
11913 2001-09-25 [melvin]
11914
11915         * 0.6.2claws5
11916
11917         * src/gtkspell.c
11918                 fixed bug for "US-ASCII" introduced by the encoding code
11919
11920 2001-09-25 [paul]
11921
11922         * 0.6.2claws4
11923
11924         * src/prefs_common.[ch], src/summaryview.c
11925                 'next unread msg' 'go to next folder?' dialog can be
11926                 given default behaviour, either always show dialog,
11927                 or assume 'yes', or assume 'no'
11928                 Submitted by wwp <subscript@free.fr>
11929
11930 2001-09-25 [melvin]
11931                 
11932         * src/compose.c src/gtkspell.[ch]
11933                 added support for different encodings
11934
11935 2001-09-25 [paul]
11936
11937         * more sync with sylpheed 0.6.2cvs5
11938
11939 2001-09-24 [alfons]
11940         
11941         * src/prefs_folder_item.c
11942                 add check for item->prefs->default_to string is NULL and
11943                 add another check when freeing this string
11944
11945 2001-09-24 [paul]
11946
11947         * configure.in
11948                 change to version 0.6.2claws3
11949
11950         * sync with sylpheed 0.6.2cvs5 
11951
11952 2001-09-24 [match]
11953         * src/ldif.[ch], src/importldif.[ch], addressbook.c
11954                 import LDIF files.
11955         * src/addrcache.[ch], addrindex.[ch]
11956                 small update for future
11957         * src/addrbook.c
11958                 fix test XML file.
11959
11960 2001-09-24 [melvin]
11961         * src/gtkspell.[ch]
11962                 added 'Learn from mistakes' option
11963                 better handling of quotes in checked words
11964                 sorted dict list
11965         * po/fr.po
11966                 small update for spell checking stuff
11967
11968 2001-09-23 [alfons]
11969         
11970         * src/gtkspell.c
11971                 edit a little bit so it complies more with main coding style
11972
11973 2001-09-23 [alfons]
11974
11975         * src/folder.[ch], prefs_folder_item.c, compose.c
11976                 migrate "request return receipt" folder property
11977                 to folderlist.xml
11978
11979 2001-09-22 [alfons]
11980
11981         * README.claws **NEW**
11982                 (add things of interest for users of main branch 
11983                 and claws here)
11984
11985         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
11986                 re-implement threading per folder option, but store 
11987                 the setting in folderlist.xml (where it belongs)
11988
11989 2001-09-21 [melvin]
11990
11991         * src/gtkspell.[ch]
11992                 fixed bug when compose window is under another window
11993         * src/prefs_common.[ch] src/compose.c
11994                 changed 'dictionary_path' to 'dictionary' to be consistent
11995                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
11996         * ac/pspell.m4 src/Makefile.am 
11997                 dropped PSPELL_PATH macro
11998         * po/fr.po
11999                 updated translations
12000
12001 2001-09-21 [christoph]
12002
12003         * src/compose.c
12004                 added border around header fields
12005                 keep header type when new field is added
12006
12007 2001-09-20 [christoph]
12008
12009         * src/utils.[ch]
12010                 more portable debug_print with source filename
12011                 and linenumber
12012         * src/procmsg.c
12013                 more newlines after debug messages
12014
12015 2001-09-20 [paul]
12016
12017         * configure.in
12018                 change to version 0.6.2claws2
12019
12020         * sync with sylpheed 0.6.2cvs3
12021
12022 2001-09-19 [melvin]
12023
12024         * src/gtkspell.c
12025                 fixed the post-right-click focus pb
12026                 fixed crash when 'Spell check all' after dict change 
12027                         and when cursor is at the end of the text
12028                 shift-right-click pops up config menu even on misspelled words.
12029         * po/POTFILES.in
12030                 added gtkspell.c
12031
12032 2001-09-19 [melvin]
12033
12034         * src/about.c
12035                 added pspell to compiled-in features list
12036
12037 2001-09-18 [melvin]
12038
12039         * switched to pspell and dropped ispell
12040         * ac/pspell.m4
12041                 new file. autoconf macro for pspell
12042         * ac/Makefile.am 
12043         * configure.in acconfig.h
12044                 added pspell support
12045         * src/Makefile.am
12046         * src/main.c src/compose.[ch] src/gtkspell.[ch]
12047         * src/prefs_common.[ch] 
12048                 added pspell support
12049
12050 2001-09-18 [christoph]
12051
12052         * src/addr_compl.c
12053         * src/template.[ch]
12054                 replace LOG_MESSAGE with debug_print
12055         * src/compose.[ch]
12056                 gui improvements
12057         * src/menu.c
12058                 added newline after debug message
12059         * src/utils.h
12060                 using __VA_ARGS__ for debug_print macro
12061         * tools/.cvsignore
12062                 ignore Makefile and Makefile.in
12063
12064 2001-09-18 [paul]
12065
12066         * configure.in
12067                 change to version 0.6.2claws1
12068         * sync with sylpheed 0.6.2cvs1
12069
12070         * src/matcher.c 
12071         * src/prefs_matcher.c
12072                 add 'score equal to' option, submitted by
12073                 Paul Evans <nerd@freeuk.com>
12074
12075 2001-09-15 [christoph]
12076
12077         * src/mainwindow.c
12078                 comment out menu entry not existing in claws
12079         * src/menu.c
12080                 add debug output for non existing menu entries
12081         * src/summaryview.c
12082                 fix next/prev unread message for ignored threads
12083         * src/utils.[ch]
12084                 add sourcefile and line number to debug output
12085                 otherwise it is sometimes hard to find the
12086                 source code part if debug messages are translated
12087
12088 2001-09-14 [darko]
12089         
12090         * src/folderview.c
12091                 refresh target folder style after colour is changed
12092
12093 2001-09-13 [paul]
12094
12095         * configure.in
12096                 change to version 0.6.1claws3
12097
12098         * sync with sylpheed 0.6.1cvs6
12099
12100 2001-09-13 [darko]
12101         
12102         * src/folderview.c
12103                 fix target folder colourization to use user selected colour
12104
12105 2001-09-12 [darko]
12106         
12107         * src/summaryview.c
12108                 fix crash when message that is marked for copy/move is unmarked
12109
12110 2001-09-09 [paul]
12111
12112         * configure.in
12113                 change to version 0.6.1claws2
12114
12115         * sync with sylpheed 0.6.1cvs3
12116
12117 2001-09-09 [alfons]
12118         
12119         * src/folderview.c
12120                 fix bug with default font used for trash folder text
12121
12122 2001-09-06 [paul]
12123
12124         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12125                 updated translations
12126
12127         * configure.in
12128                 change to version 0.6.1claws1
12129
12130         * sync with sylpheed 0.6.1cvs2
12131
12132 2001-09-03 [paul]
12133
12134         * po/POTFILES.in
12135                 add Match's new addressbook
12136
12137         * po/de.po
12138                 updated translation submitted by Jens Oberender
12139
12140 2001-09-02 [paul]
12141
12142         * configure.in
12143                 change to 0.6.1claws
12144         * sync with sylpheed 0.6.1 release
12145
12146 2001-09-02 [paul]
12147
12148         * configure.in
12149                 change to 0.6.0claws2
12150
12151         * sync with sylpheed 0.6.0cvs4
12152
12153         * po/pt_BR.po
12154                 updated translation submitted by Fabio Junior Beneditto
12155
12156 2001-09-01 [match]
12157         * pixmaps/
12158                 interface.xpm
12159                 book.xpm
12160                 address.xpm
12161         * src/
12162                 Makefile.am
12163                 a ton of new files
12164
12165 2001-08-31 [paul]
12166
12167         * configure.in
12168                 change to version 0.6.0claws1
12169
12170         * sync with sylpheed 0.6.0cvs1
12171
12172         * po/es.po
12173                 updated translation submitted by Ricardo Mones Lastra
12174
12175         * po/POTFILES.in
12176                 add 'src/prefs_templates.c'
12177
12178         * src/compose.c, src/summaryview.c
12179                 fix segfault on 'Re_edit'               
12180
12181 2001-08-30 [alfons]
12182
12183         * configure.in, Makefile.am
12184         * tools/Makefile.am
12185                 add tools directory to source distribution
12186
12187 2001-08-30 [paul]
12188
12189         * configure.in
12190                 change to version 0.6.0claws
12191
12192         * sync with sylpheed 0.6.0 release
12193
12194 2001-08-30 [christoph]
12195
12196         * configure.in
12197                 removed autoconf version check
12198
12199 2001-08-30 [paul]
12200
12201         * src/account.c, src/compose.c, src/prefs_common.[ch]
12202         * src/procheader.[ch] src/utils.[ch]
12203                 Enhanced automatic account selection on replies
12204                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
12205
12206         * configure.in
12207                 add LDAP and JPilot to the configuration results output.
12208
12209 2001-08-29 [christoph]
12210
12211         * src/summeryview.c
12212                 no bold font for ignored threads
12213
12214 2001-08-29 [paul]
12215
12216         * configure.in
12217                 change to version 0.5.3claws6
12218
12219         * sync with sylpheed 0.5.3cvs10
12220                 src/stringtable.[ch]: New Files
12221
12222         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
12223         * src/pixmaps/sylpheed.xpm
12224                 add mini-icons to windows (by Alfons)
12225
12226 2001-08-27 [paul]
12227
12228         * src/mainwindow.c
12229                 new functions: next_labeled_cb(), prev_labeled_cb()
12230
12231         * src/summaryview.c
12232                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
12233                 summary_select_next_labeled(), summary_select_prev_labeled()
12234
12235         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
12236                 give claws blue folders and a blue trash can
12237
12238 2001-08-27 [paul]
12239
12240         * configure.in
12241                 change to version 0.5.3claws5
12242
12243         * sync with sylpheed 0.5.3cvs9
12244                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
12245
12246 2001-08-24 [christoph]
12247
12248         * src/filesel.c
12249                 keep filename when browsing directories
12250                 (not working for user entered filename, but
12251                  for default name and selected filename from
12252                  file list)
12253         * src/mainwindow.c
12254                 fixed wrong spelling "Folllow-up"
12255         * src/mbox_folder.c
12256         * src/procmsg.c
12257         * src/summaryview.c
12258                 fixed new/unread message count with ignored
12259                 threads (2 commits, first didn't notice no
12260                 longer needed decreasing)
12261         * src/inc.c
12262                 readded scrolling of progress dialog
12263                 (lost in sync)
12264
12265 2001-08-24 [paul]
12266
12267         * configure.in
12268                 change to 0.5.3claws4
12269
12270         * sync with sylpheed 0.5.3cvs7
12271
12272 2001-08-24 [christoph]
12273
12274         * src/compose.c
12275                 set request return receipt when replying
12276                 if it is set is the folder prefs of the
12277                 message
12278         * src/inc.c
12279                 disable final error popup if popups are
12280                 disabled in config (again)
12281
12282 2001-08-23 [paul]
12283
12284         * configure.in
12285                 Change version number to 0.5.3claws3
12286
12287         * sync with sylpheed 0.5.3cvs5
12288
12289         * src/mimeview.c
12290                 double quote '%s' in 'gedit %s' to fix bug when
12291                 opening attachment with spaces in the name
12292
12293 2001-08-22 [alte]
12294         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
12295           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
12296                 initial message templates support
12297
12298
12299 2001-08-22 [paul]
12300
12301         * configure.in
12302                 change version number to 0.5.3claws2
12303
12304         * sync with sylpheed 0.5.3cvs4
12305
12306         * src/procmsg.h src/summaryview.c
12307                 re-implement (un)ignore thread
12308
12309 2001-08-21 [paul]
12310
12311         * src/summaryview.c
12312                 remove unnecessary code
12313         * src/compose.c
12314                 enable 'dynamic' signatures (submitted by
12315                 Eric Limpens <eric@hscg-internet.nl>)
12316
12317 2001-08-21 [paul]
12318
12319         clean up after sync with sylpheed 0.5.3 release
12320
12321         * src/folderview.c
12322                 fix re-introduced font mess, see Christoph's
12323                 entry 2001-06-24
12324
12325         * src/summaryview.c
12326                 remove prev_msgnum
12327                 use sylpheed's small font instead of
12328                 gtk default font for summary view
12329
12330
12331 2001-08-17 [paul]
12332
12333         * configure.in
12334                 add pl to ALL_LINGUAS - sync with main branch
12335
12336         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
12337                 Updated. Translations by Jens Oberender, Ricardo Mones
12338                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
12339
12340         * po/pl.po  ** NEW FILE **
12341                 sync with the main branch
12342
12343         * src/folderview.c
12344                 fix target folder colorizing and refresh problem
12345
12346
12347 2001-08-17 [christoph]
12348
12349         * src/mainwindow.c
12350                 claws uses 4 colors for target folder coloring.
12351                 arrays were not long enough and destroyed the
12352                 stack causing a segfault.
12353                 target folder colorizing does not work anymore
12354                 for me
12355
12356 2001-08-16 [paul]
12357
12358         * configure.in
12359                 change to version 0.5.3claws1
12360
12361         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
12362           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
12363           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
12364
12365                 sync with sylpheed 0.5.3 release, but keep claws method of
12366                 configuring/saving fonts
12367
12368         * src/addressbook.[ch]
12369                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
12370                 in line with a similar change in Hiroyuki's branch
12371
12372         * src/mainwindow.[ch]
12373                 disable main_window_set_thread_option()
12374         * src/prefs_folder_item.c
12375                 comment out &tmps_prefs.enable_thread,
12376         * src/mbox_folder.c, src/procmsg.[ch]
12377                 comment out MSG_IS_IGNORE_THREAD
12378         * src/summaryview.c
12379                 comment out summary_ignore_thread() and summary_unignore_thread()
12380                 comment out MSG_IS_IGNORE_THREAD
12381
12382                 use Hiroyuki's threading instead.
12383
12384
12385
12386 2001-08-15 [paul]
12387
12388         * src/account.c
12389                 use Hiroyuki's 0.5.3 column scheme but also
12390                 include the enable/disable button.
12391         * src/pixmaps/mark.xpm
12392                 add Hiroyuki's amended pixmap
12393
12394 2001-08-13 [christoph]
12395
12396         * src/account.c
12397                 receive at get all column showed wrong state for APOP
12398                 button should only work for POP3 and APOP accounts
12399         * src/prefs_account.c
12400                 added missing preprocessor statement for SSL
12401
12402 2001-08-12 [paul]
12403
12404         * src/account.[ch]
12405                 add 'receive at get all' column and enable/disable
12406                 button.
12407
12408 2001-08-06 [christoph]
12409
12410         * src/account.c
12411                 show usage of SSL in protocol column
12412
12413         * src/imap.c
12414         * src/inc.c
12415                 renamed ssl options
12416
12417         * src/prefs_account.[ch]
12418                 moved ssl options to a new page
12419
12420         * src/send.c
12421         * src/smtp.c
12422         * src/ssl.[ch]
12423                 renamed ssl options
12424                 added support for SMTP STARTTLS command
12425
12426 2001-08-05 [christoph]
12427
12428         * configure.in
12429                 debian autoconf needs version check to find
12430                 correct autoconf version. if the file is
12431                 named configure.in 2.13 is used, which does
12432                 not work with this configure.in script.
12433                 other solution would be to rename the script
12434                 to configure.ac as suggested in the autoconf
12435                 manual.
12436
12437         * src/inc.c
12438                 disable final error popup if popups are
12439                 diabled in config
12440
12441         * src/socket.c
12442                 bugfix in ssl_gets
12443                 fixes IMAP over SSL problem
12444
12445 2001-08-03 [paul]
12446
12447         * configure.in
12448                 change to 0.5.2claws1
12449
12450         * sync with sylpheed 0.5.2cvs1
12451
12452 2001-08-02 [alfons]
12453
12454         * configure.in
12455                 quick fix for ispell detection...
12456
12457 2001-08-01 [paul]
12458
12459         * configure.in
12460                 change to 0.5.1claws4
12461
12462         * sync with sylpheed 0.5.1cvs7
12463
12464 2001-07-31 [alfons]
12465
12466         * src/prefs_common.c, src/prefs_common.h, 
12467           src/gtkspell.c, src/gtkspell.h
12468                 add global spelling checker settings (compose tab) +
12469                 selection of dictionary 
12470           
12471         * configure.in  
12472                 guess valid ispell location
12473
12474 2001-07-31 [paul]
12475
12476         * po/POTFILES.in
12477                 removal of 'src/quote_fmt_parse.c'
12478         * po/de.po
12479                 Updated de.po
12480                 (submitted by Jens Oberender <didge@suse.de>)
12481
12482 2001-07-31 [darko]
12483
12484         * src/folder.[ch]
12485         * src/folderview.[ch]
12486         * src/mainwindow.c
12487         * src/mh.c
12488         * src/prefs_common.[ch]
12489         * src/summaryview.c
12490                 target folder colourization
12491
12492 2001-07-30 [paul]
12493
12494         more sync with Sylpheed 0.5.1cvs6 
12495
12496 2001-07-30 [darko]
12497
12498         * src/mh.c
12499         * src/prefs_folder_item.[hc]
12500         * src/summaryview.c
12501                 shared folders support with a GUI
12502
12503 2001-07-29 [paul]
12504
12505         0.5.1claws3
12506
12507         * sync with Sylpheed 0.5.1cvs6
12508
12509 2001-07-29 [paul]
12510
12511         * po/pt_BR.po
12512                 updated
12513                 (submitted by Fabio Junior Beneditto)
12514
12515 2001-07-28 [paul]
12516
12517         * src/procmime.c
12518         * AUTHORS
12519                 patch to correct bad image mime headers
12520                 (submitted by Don Quijote <dq@searchlores.org>)
12521
12522 2001-07-28 [paul]
12523
12524         * tools/gif2xface.pl   **NEW FILE**
12525         * tools/README
12526                 script to convert file.gif to file.xface for
12527                 use in a custom header.
12528                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
12529
12530 2001-07-27 [alfons]
12531         
12532         * configure.in
12533                 change macros for detecting JPilot and LDAP
12534
12535 2001-07-27 [christoph]
12536
12537         * src/filtering.c
12538                 code cleanup (MIN / MAX warning, needed casting)
12539
12540 2001-07-27 [alfons]
12541
12542         * procheader.c
12543                 disallow setting flags when detecting certain headers
12544                 (X-Status, Status, Seen, X-Seen). 
12545         
12546         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
12547
12548 2001-07-27 [christoph]
12549
12550         * src/prefs_filter.c
12551         * src/prefs_filtering.c
12552         * src/prefs_matcher.c
12553         * src/prefs_scoring.c
12554                 scroll list when moving rows up or down
12555
12556         * src/imap.c
12557         * src/imap.h
12558         * src/prefs_account.c
12559         * src/prefs_account.h
12560         * src/send.c
12561                 SMTP over SSL (untested, feedback requested)
12562                 IMAP over SSL
12563
12564         * src/ssl.c
12565                 code cleanup
12566
12567 2001-07-26 [alfons]
12568         
12569         * configure.in, acconfig.h
12570                 define CLAWS (need this for main / claws detection)
12571
12572 2001-07-25 [alfons]
12573
12574         * configure.in
12575                 Sylpheed 0.5.1claws2
12576                 
12577         * sync with Sylpheed 0.5.1cvs4
12578
12579 2001-07-25 [christoph]
12580
12581         * src/scoring.c
12582                 fixed segfault
12583                 item->prefs == NULL (don't know why)
12584
12585 2001-07-25 [alfons]
12586
12587         * configure.in
12588                 Sylpheed 0.5.1claws1
12589
12590         * sync with Sylpheed 0.5.1cvs1-3
12591
12592 2001-07-24 [christoph]
12593
12594         * src/folderview.c
12595         * src/prefs_folder_item.[ch]
12596                 added folderitem preferences dialog with
12597                 default To: and auto request return receipt
12598
12599         * src/compose.[ch]
12600         * src/menu.[ch]
12601                 changes to handle new folderitem preferences
12602
12603         * src/mainwindow.c
12604         * src/summaryview.c
12605                 call compose new mail with current folderitem
12606
12607 2001-07-24 [alfons]
12608
12609         Release Sylpheed 0.5.1claws
12610
12611         * configure.in
12612                 change to release version 0.5.1claws
12613
12614 2001-07-24 [christoph]
12615
12616         * src/summaryview.c
12617                 fixed segfault that happend when the selected
12618                 message was removed while retrieving new messages.
12619
12620         * po/es.po
12621                 updated translation
12622                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
12623
12624 2001-07-22 [alfons]
12625
12626         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
12627         this is a work in progress, for more information: http://nlpagan.net/sylman 
12628         
12629         * configure.in, src/mainwindow.c, manual/Makefile.am
12630                 add support for English manual
12631
12632         * AUTHORS
12633                 add authors of user manuals
12634
12635         * manual/en/sylpheed*.html
12636                 add English documentation
12637
12638 2001-07-22 [christoph]
12639
12640         * po/POTFILES.in
12641                 added src/ssl.c
12642         * src/ssl.c
12643                 changed a wrong debug message
12644
12645 2001-07-22 [alfons]
12646
12647         * po/nl.po
12648                 update Dutch translation
12649
12650         * src/prefs_filtering.c, 
12651           src/prefs_matcher.c
12652                 add more translatable strings           
12653
12654 2001-07-21 [alfons]
12655
12656         0.5.0claws7
12657
12658         * configure.in
12659                 change version
12660
12661         * src/inc.c, src/summaryview.[ch]
12662                 prevent update of mark file when filtering has done, by
12663                 using a variable; this affects two functions:
12664                         inc.c::inc_finished()
12665                         summaryview.c::summary_show()
12666
12667 2001-07-20 [alfons]
12668
12669         * src/filtering.[ch], src/prefs_filtering.c, 
12670           src/matcher.[ch]
12671                 add filtering action for label coloring 
12672
12673         * po/POTFILES.in
12674                 add labelcolors.c
12675
12676         * added src/labelcolors.c
12677         * added src/labelcolors.h
12678         * src/Makefile.am, src/summaryview.c
12679                 rearrange label coloring code
12680
12681         * src/procmsg.h
12682                 add more parentheses so label colouring works correctly
12683
12684         * src/filtering.c
12685                 don't really delete message, but move it to Trash
12686
12687         * src/prefs_matcher.c
12688                 add quote options to info dialog
12689
12690 2001-07-20 [christoph]
12691
12692         * src/Makefile.am
12693         * src/inc.c
12694         * src/main.[ch]
12695         * src/socket.h
12696         * src/ssl.[ch] (new)
12697                 moved ssl stuff to a seperate file
12698
12699 2001-07-20 [darko]
12700
12701         * src/summaryview.c
12702                 fix show sender using address book with no e-mail
12703                 address in From: field
12704
12705 2001-07-19 [alfons]
12706
12707         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
12708                 fix messy handling of escaping... now at least the
12709                 execute command is useful. escape char is '\', we
12710                 accept \n and \r too. 
12711
12712                 Real life example:
12713                 
12714                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
12715                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
12716
12717 2001-07-18 [alfons]
12718
12719         0.5.0claws6
12720
12721         * src/summaryview.c
12722                 clean up
12723
12724         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
12725           src/procmsg.[ch]
12726                 revise filtering; currently move, copy, marking have
12727                 been tested. if you like bleeding edge stuff, you
12728                 should definitely go for this version :)
12729
12730         * mark old working stuff as VERSION_0_5_0_CLAWS5        
12731
12732 2001-07-17 [christoph]
12733
12734         * src/utils.c
12735                 timestamp log
12736
12737 2001-07-17 [alfons]
12738
12739         0.5.0claws5
12740
12741         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
12742           bits in the mark file, without affecting either branch. Lots of
12743           files changed, also in claws branch.
12744
12745           UNTESTED: use of mbox folders
12746
12747         * src/summaryview.c
12748                 added mark all read; however this was a quick hack used for
12749                 cleaning up mess after initial merge with Hiroyuki
12750
12751         * configure.in
12752                 change claws version number back to 0.5.0claws5 to clear up 
12753                 confusion & pretension (recent release was technically 
12754                 0.5.0claws4, so we neatly align with Hiroyuki :-)
12755
12756 2001-07-16 [alfons]
12757
12758         sync with Hiroyuki's 0.5.0cvs4
12759
12760 2001-07-16 [alfons]
12761
12762         0.5.1claws3
12763
12764         * src/filtering.[ch]
12765                 remove invalid updating of mark files for 
12766                 filter actions MATCHING_ACTION_MOVE and 
12767                 MATCHING_ACTION_DELETE; this should fix the
12768                 folder update bug
12769                 
12770         * src/procmsg.c
12771                 revert Christoph's stab at fixing the folder 
12772                 update bug
12773
12774         * po/POTFILES.in
12775                 add missing files with translatable strings
12776
12777         * src/summaryview.c
12778                 remove debug print
12779
12780 2001-07-15 [alfons]
12781
12782         * src/addr_compl.[ch], src/prefs_filtering.c
12783                 make "filtering pref dialog's destination entry" an
12784                 "address completable entry", if filter destination is 
12785                 an email address
12786
12787         0.5.1claws2
12788         
12789         sync with Hiroyuki's 0.5.0cvs2-3
12790
12791 2001-07-15 [christoph]
12792
12793         * src/procmsg.c
12794                 fixed folder stats update after incorporation
12795
12796 2001-07-15 [alfons]
12797
12798         * src/summaryview.c
12799                 * finish label colouring stuff (for now)
12800                 * fix incorrect colour bug (off by one) 
12801
12802 2001-07-14 [alfons]
12803
12804         * src/mainwindow.c
12805                 change text labels for news and mail message so there's
12806                 plenty of toolbar estate left
12807
12808         * configure.in
12809                 0.5.1claws1
12810
12811         * src/folderview.c
12812           src/folder.[ch]
12813                 sync with Hiroyuki's 0.5.0cvs1
12814
12815         * src/summaryview.c
12816                 more rewrite label colouring
12817
12818 2001-07-14 [alfons]
12819
12820         * src/summaryview.[ch]
12821                 * start rewrite label colouring 
12822                 * fix proper location "Add Sender To Addressbook" menu item
12823
12824 2001-07-13
12825
12826         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
12827         (actually this is 0.5.0claws4)
12828
12829 2001-07-13 [alfons]
12830
12831         * po/pt_BR.po
12832                 * fix duplicate message
12833                 * add updated Portugese / Brazilian translation
12834                   submitted by Fabio Junior Beneditto
12835
12836 2001-07-12 [alfons]
12837
12838         * AUTHORS
12839                 add Jens
12840
12841         * po/nl.po
12842                 add updated Dutch translation
12843
12844         * po/de.po
12845                 add updated German translation submitted by Jens
12846
12847 2001-07-11 [alfons]
12848
12849         Prerelease before 0.5.0claws. Please test.
12850         This version is temporarily tagged as VERSION_0_5_0_TEST
12851
12852         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
12853           src/prefs_scoring.c, src/prefs_matcher.c, 
12854           src/prefs_filtering.c, src/mbox.c, 
12855           src/main.c, src/inc.c, src/filtering.[ch]
12856                 revert new Hoa's new matcher (does not work yet)
12857
12858         * src/Makefile.am
12859                 clean up
12860
12861 2001-07-10
12862
12863         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
12864
12865
12866 2001-07-10 [alfons]
12867
12868         * Makefile.am
12869                 add ChangeLog.claws to EXTRA_DIST
12870         * src/Makefile.am
12871                 add matcher_parser_parse.h to EXTRA_DIST
12872
12873 2001-07-10 [christoph]
12874
12875         * src/inc.c
12876                 add destination folder to table of
12877                 folders that need to be updated after
12878                 incorporation
12879
12880 2001-07-10 [alfons]
12881
12882         * folder.[ch]
12883           folderview.c
12884                 make collapse state of folders and folder items persistent, i.e.
12885                 if you collapse a folder tree, the next time sylpheed-claws starts 
12886                 up the folder tree remains collapsed.  
12887                 
12888 2001-07-10 [christoph]
12889
12890         * acconfig.h
12891         * configure.in
12892                 added --enable-ssl
12893         * src/md5.[ch]
12894                 renamed MD5_CTX to MD5_CTX_syl
12895                 conflicts with a struct in openssl
12896         * src/inc.c
12897         * src/main.[ch]
12898         * src/prefs_account.[ch]
12899         * src/socket.[ch]
12900                 SSL support for POP
12901         * src/mainwindow.c
12902                 fixed compose with current account
12903                 broken by new compose button stuff
12904
12905 2001-07-09 [hoa]
12906
12907         * AUTHORS
12908                 changed my email address
12909
12910         * src/matcher_parser_parse.y
12911                 clean the parser to remove conflicts
12912
12913 2001-07-09 [alfons]
12914
12915         * AUTHORS
12916                 add Match Grun
12917
12918         * configure.in
12919                 fix incorrect description of --enable-ldap parameter
12920
12921         * src/prefs_common.[ch]
12922           src/compose.c
12923                 add experimental option "smart wrapping" which makes the
12924                 compose editor auto wrap.
12925                 
12926                 | TODO: the problem with the buggy cursor handling is caused |
12927                 | by the GtkText. when deleting / backspacing text its       |
12928                 | wrapping algorithm does not take in account the previous   |
12929                 | line. should find a way to hack this in.                   |
12930                 | or should perhaps combine this with the word wrapping      |
12931                 | patch i wrote in january.                                  |
12932
12933         * src/about.c
12934                 show build parameters for LDAP and JPilot
12935
12936         * src/summaryview.c
12937                 revert Christoph's bugfix for selecting next unread message, 
12938                 because folder stats aren't updated correctly
12939
12940 2001-07-08 [hoa]
12941
12942         * src/filtering.c
12943         * src/mainwindow.c
12944         * src/matcher.c
12945         * src/matcher_parser_lex.l
12946         * src/matcher_parser_parse.y
12947         * src/prefs_filtering.c
12948         * src/prefs_scoring.c
12949         * src/scoring.c
12950                 bugfix of the config file parser
12951
12952 2001-07-08 [alfons]
12953
12954         * src/Makefile.am
12955                 added generated matcher sources to BUILT_SOURCES
12956
12957 2001-07-08 [hoa]
12958
12959         * src/Makefile.am
12960         * src/.cvsignore
12961                 added new config file parser
12962
12963         * src/scoring.[ch]
12964         * src/filtering.[ch]
12965         * src/matcher.[ch]
12966         * src/prefs_filtering.c
12967         * src/prefs_matcher.c
12968         * src/prefs_scoring.c
12969         * added src/matcher_parser.h
12970         * added src/matcher_parser_lex.h
12971         * added src/matcher_parser_lex.l
12972         * added src/matcher_parser_parse.y
12973                 lex & yacc config file parser
12974
12975         * src/mbox.c
12976         * src/inc.c
12977         * src/main.c
12978                 changes prefs_filtering into global_filtering           
12979
12980         * src/summaryview.c
12981                 build threads with subjects only if "Re: " is at the
12982                 beginning of the subject
12983
12984 2001-07-07 [paul]
12985
12986         0.5.0claws
12987
12988         sync with sylpheed 0.5.0
12989                 change of version number only
12990
12991 2001-07-06 [paul]
12992
12993         0.5.0claws5
12994
12995         sync with sylpheed 0.5.0pre5
12996
12997 2001-07-05 [paul]
12998
12999         sync with sylpheed 0.5.0pre4 release
13000                 /po and /manual/ja not sync'ed
13001
13002 2001-07-04 [paul]
13003
13004         more sync with sylpheed 0.5.0pre4
13005
13006 2001-07-03 [christoph]
13007
13008         * src/addressbook.c
13009                 fixed address book broken by address book
13010                 for VCard, JPilot, LDAP
13011
13012 2001-07-03 [alfons]
13013
13014         * src/matcher.c
13015         * src/textview.c
13016                 stopped memory leaks
13017
13018 2001-07-03 [paul]
13019
13020         more sync with sylpheed 0.5.0pre4
13021
13022 2001-07-02 [match]
13023
13024         * included address book patch for VCard, JPilot, LDAP
13025         * pref_common.c - fixed Font options on Display tab (cosmetic)
13026         * alertpanel.c - fixed truncated message
13027
13028 2001-07-02 [christoph]
13029
13030         * src/mbox_folder.c
13031         * src/procmsg.[ch]
13032         * src/summaryview.c
13033                 mark threads for ignoring
13034
13035 2001-07-02 [paul]
13036
13037         0.5.0claws4
13038
13039         * sync with sylpheed 0.5.0pre4
13040                 updated gettext to 0.10.38.
13041
13042 2001-07-01 [paul]
13043
13044         * src/ mainwindow.c
13045         * src/procmsg.h
13046         * src/summaryview.[ch]
13047                 new right-click option: Label.
13048                 substitute for 'Mark-->Mark/Unmark', colours the line.
13049                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
13050
13051 2001-07-01 [christoph]
13052
13053         * src/folderview.c
13054                 fixed font for trash
13055         * src/summaryview.c
13056                 move ctree to unread message
13057
13058 2001-07-01 [paul]
13059
13060         * sync with sylpheed 0.5.0pre3 release
13061
13062 2001-06-30 [alfons]
13063
13064         * src/filesel.[ch]
13065         * src/compose.c
13066                 allow inserting / attaching multiple files in
13067                 the composer window
13068
13069 2001-06-30 [paul]
13070
13071         * src/codeconv.c
13072                 small change to Alfons' previous stuff so that it
13073                 actually makes
13074
13075 2001-06-30 [alfons]
13076
13077         * lots of files changed; first attempt to merge the changes
13078           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
13079
13080 2001-06-30 [paul]
13081
13082         * po/pt_BR.po
13083                 updated and completed, translations by Fabio
13084                 Junior Beneditto <fjbeneditto@yahoo.com.br>
13085
13086 2001-06-29 [alfons]
13087
13088         * src/compose.c
13089         * src/mimeproc.[ch]
13090                 allow selecting an attached files' mime type from a 
13091                 list of types.
13092
13093 2001-06-29 [paul]
13094
13095         * more sync with sylpheed 0.5.0pre3
13096
13097 2001-06-29 [paul]
13098
13099         * po/pt_BR.po
13100                 merge with sylpheed.pot and pt_BR.po provided by
13101                 Fabio Junior Beneditto.
13102
13103 2001-06-29 [darko]
13104
13105         * src/procmime.c
13106                 make MIME types case insensitive
13107
13108 2001-06-28 [alfons]
13109
13110         * po/nl.po
13111                 merge with sylpheed.pot and old nl.po; translations added.
13112
13113 2001-06-28 [paul]
13114
13115         * more sync with sylpheed 0.5.0pre3
13116
13117 2001-06-27 [alfons]
13118
13119         * src/summaryview.c
13120                 don't crash when removing parent node of messages
13121                 attracted by subject. this was caused by not deleting
13122                 the parent node from the subject line hash table.
13123
13124 2001-06-27 [alfons]
13125
13126         * src/summaryview.c
13127         * src/compose.[ch]
13128         * src/mainwindow.c
13129                 if there are multiple messages selected, allow forwarding
13130                 them as attachments.
13131
13132 2001-06-27 [paul]
13133
13134         * more sync with sylpheed 0.5.0pre3
13135
13136 2001-06-26 [paul]
13137
13138         0.5.0claws3
13139
13140         * sync with sylpheed 0.5.0pre3
13141
13142 2001-06-25 [paul]
13143
13144         * src/mainwindow.c
13145                 fixed 'compose news article' bug
13146                 from icon-and-text toolbar
13147
13148 2001-06-25 [paul]
13149
13150         * sync with sylpheed 0.5.0pre2 release
13151
13152 2001-06-24 [christoph]
13153
13154         * src/prefs_common.c
13155                 bug fix in font selection
13156         * src/folderview.c
13157                 use sylpheed's normal font instead of
13158                 gtk default font for folders without
13159                 new messages
13160
13161 2001-06-24 [alfons]
13162
13163         * src/mainwindow.[ch]
13164                 added composite compose mail / news button (an idea by Leandro
13165                 Pereira <leandro@linuxmag.com.br>)
13166
13167 2001-06-24 [paul]
13168
13169         Added instructions for ldif-to-xml.py
13170
13171         * tools/README
13172
13173 2001-06-23 [alfons]
13174
13175         Some minor things.
13176
13177         * src/pixmaps/stock_news_compose.xpm
13178                 added pixmap by Leandro
13179         * src/prefs_common.c
13180                 tested built-in spelling checker of GCC 3.0 :)
13181         * po/nl.po
13182                 merged dutch translation of sylpheed-main with
13183                 sylpheed.pot
13184
13185 2001-06-23 [paul]
13186
13187         Added tools directory and files.
13188
13189         * tools/filter_conv.pl
13190                 converts old filter system to new filtering system
13191         * tools/ldif-to-xml.py
13192                 converts netscape addressbook to sylpheed addressbook
13193         * tools/README
13194                 descriptions/instructions for above two files
13195
13196 2001-06-23 [christoph]
13197
13198         * src/inc.c
13199         * src/manage_window.[ch]
13200         * src/prefs_common.[ch]
13201                 mail retrieval dialog can be enabled, disabled
13202                 or hidden if non of sylpheed's windows is active
13203
13204 2001-06-22 [paul]
13205
13206         0.5.0claws2
13207
13208         * sync with sylpheed 0.5.0pre2
13209
13210 2001-06-21 [christoph]
13211
13212         * src/summaryview.c
13213                 show recipient on 'from' for all accounts
13214                 
13215         * src/inc.c
13216         * src/prefs_common.[ch]
13217                 disable error popup on mail receive errors
13218
13219 2001-06-21 [alfons]
13220
13221         * src/compose.c
13222                 made the ruler correctly appear and disappear.
13223
13224         * src/Makefile.am
13225                 removed Hoa's work-in-progress-stuff (interesting!) so 
13226                 claws compiles ok.
13227
13228 2001-06-20 [christoph]
13229
13230         * src/inc.c
13231         * src/progressdialog.c
13232                 added scrolled window for list in progressdialog
13233
13234 2001-06-20 [paul]
13235
13236         sync with sylpheed 0.5.0pre1 release
13237
13238 2001-06-20 [christoph]
13239
13240         * src/summeryview.c
13241                 make building threads by subject work when
13242                 thread view is enabled
13243                 
13244         * src/compose.c
13245         * src/prefs_common.[ch]
13246                 automatically select account for mail replys
13247
13248 2001-06-19 [sergey]
13249
13250         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
13251         they are filled in from the account settings.
13252
13253 2001-06-19 [paul]
13254
13255         * more sync with sylpheed 0.5.0pre1
13256
13257 2001-06-18 [alfons]
13258
13259         * src/Makefile.am,
13260           src/procmime.c
13261                 added --sysconfdir to CPPFLAGS for pointing to the correct
13262                 location of mime.types. 
13263
13264                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
13265                 or ./configure!
13266
13267 2001-06-18 [hoa]
13268
13269         * src/summaryview.c
13270                 fixed some bug when building threads
13271
13272 2001-06-18 [pau]l
13273
13274         * src/prefs_account.c
13275                 UI stuff: More changes to the English
13276
13277 2001-06-18 [paul]
13278
13279         * src/pixmaps/stock_news_compose.xpm: new file
13280         * src/Makefile.am
13281         * src/mainwindow.c
13282         * src/summaryview.c
13283                 Added new icon for Hoa's 'compose a news
13284                 message', plus minor improvements to the
13285                 English
13286
13287         * po/ja.po
13288         * ChangeLog
13289         * ChangeLog.jp
13290                 more sync with sylpheed 0.5.0pre1
13291
13292 2001-06-18 [hoa]
13293
13294         * src/compose.[ch]
13295         * src/mainwindow.c
13296                 Follow-up and reply to
13297
13298         * src/summaryview.[ch]
13299                 Build threads also with subjects
13300
13301 2001-06-17 [hoa]
13302
13303         * src/compose.c
13304                 forwarding use the current account.
13305
13306         * src/mainwindow.c
13307                 the "compose message" button has been replaced with
13308                 "new mail" and "new news" buttons
13309
13310         * src/prefs_common.[ch]
13311                 added a configuration option to use the forward button
13312                 as "forward as attachment"
13313                 changed reply and forward format description
13314
13315         * src/quote_fmt_lex.l
13316         * src/quote_fmt_parse.y
13317                 added message with no signature in format for reply
13318                 and forward.
13319
13320 2001-06-17 [paul]
13321
13322         Minor UI stuff
13323
13324         * src/mainwindow.c
13325         * src/summaryview.c
13326                 Improvements to the English
13327
13328         * src/prefs_common.c
13329                 Improvements to the English and some
13330                 clarity/continuity improvements in the
13331                 description of Quote symbols.
13332
13333 2001-06-17 [paul]
13334
13335         0.5.0claws1
13336
13337         * sync with sylpheed 0.5.0pre1
13338
13339 2001-06-17 [hoa]
13340
13341         * src/compose.c
13342                 Better interface for compose, displayed fields
13343                 are updated whenever we change account.
13344                 Newsgroups field is automatically filled.
13345
13346         * src/mainwindow.c
13347                 Newsgroups field is automatically filled.
13348
13349         * src/prefs_account.c
13350                 Some interface stuff when fields appear and
13351                 disappear.
13352
13353 2001-06-16 [paul]
13354
13355         0.4.99claws
13356
13357         * sync with sylpheed 0.4.99
13358
13359 2001-06-16 [sergey]
13360
13361         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
13362         base64_decoder_free, base64_decoder_decode): new object and
13363         functions for decoding base64 streams.
13364         * src/procmime.c (procmime_decode_content): modified to use the
13365         new base64 decoder.
13366
13367 2001-06-15 [paul]
13368
13369         0.4.99claws10
13370
13371         * sync with sylpheed 0.4.99cvs11
13372
13373 2001-06-13 [paul]
13374
13375         0.4.99claws9
13376
13377         * sync with sylpheed 0.4.99cvs9
13378
13379 2001-06-13 [hoa]
13380
13381         * src/compose.c
13382         * src/prefs_account.c
13383
13384                 SMTP server can be defined in the news account
13385                 mime type of attachment are kept.
13386
13387         * src/summaryview.c
13388
13389                 now choose the highest important score between default
13390                 and important score of folder.
13391
13392 2001-06-09 [alfons]
13393         
13394         * src/prefs_common.c: 
13395
13396                 (prefs_quote_description_create): corrected description of 
13397                 quote format characters
13398
13399 2001-06-09 [paul]
13400
13401         0.4.99claws8
13402
13403         * sync with sylpheed 0.4.99cvs8
13404
13405 2001-06-08 [sergey]
13406
13407         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
13408         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
13409
13410 2001-06-08 [paul]
13411
13412         0.4.99claws7
13413
13414         * sync with sylpheed 0.4.99cvs7
13415
13416 2001-06-06 [sergey]
13417
13418         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
13419         clashes with autogenerated header).
13420         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
13421         * src/Makefile.am: added quote_fmt.h.
13422         * src/.cvsignore: added lex/yacc autogenerated files
13423         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
13424
13425 2001-06-06 [paul]
13426
13427         0.4.99claws6
13428
13429         * sync with sylpheed 0.4.99cvs6
13430
13431 2001-06-06 [hoa]
13432
13433         * added src/quote_fmt_parse.h
13434         * src/compose.c
13435                 removed warnings
13436
13437         * src/prefs.[ch]
13438                 don't modify readonly configuration files
13439
13440         * src/prefs_account.c
13441         * src/prefs_common.c
13442         * src/prefs_customheader.c
13443         * src/prefs_display_header.c
13444         * src/prefs_filter.c
13445         * src/prefs_filtering.c
13446         * src/prefs_scoring.c
13447                 don't open dialog box when configuration files
13448                 are readonly
13449
13450 2001-06-05 [sergey]
13451
13452         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
13453
13454         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
13455         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
13456         BUILT_SOURCES to make all files rebuild properly.
13457
13458         * src/compose.c: removed #include "quote_fmt.tab.h".
13459
13460         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
13461         CHARACTER value in yylval.
13462
13463         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
13464         receive CHARACTER value by documented means (yylval).
13465
13466         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
13467
13468 2001-06-05 [hoa]
13469
13470         * src/Makefile.am
13471                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
13472
13473         * src/filtering.c
13474         * src/matcher.c
13475         * src/matcher.h
13476         * src/prefs_filtering.c
13477                 now keep the configuration for execute action
13478
13479         * src/mbox_folder.c
13480                 fixed a warning
13481
13482 2001-06-05 [paul]
13483
13484         * sync with sylpheed 0.4.99cvs5
13485
13486 2001-06-05 [hoa]
13487
13488         * src/Makefile.am
13489                 added quote_fmt.[ch]
13490
13491         * added src/quote_fmt.y
13492         * added src/quote_fmt.l
13493         * added src/quote_fmt.tab.h
13494         * added src/quote_fmt.tab.c
13495         * added src/lex.quote_fmt.c
13496                 parsing configuration for replying
13497                 and forwarding
13498
13499         * src/prefs_common.[ch]
13500                 added configuration UI for replying
13501                 and forwarding
13502
13503         * src/compose.c
13504                 using configuration for replying
13505                 and forwarding
13506
13507 2001-06-04 [hoa]
13508
13509         * src/filtering.c
13510         * src/matcher.c
13511         * src/matcher.h
13512         * src/prefs_filtering.c
13513         * src/prefs_matcher.c
13514         * src/prefs_matcher.h
13515                 action "run a command" for filtering
13516                 and matching with a command.
13517                 fixed the "whole message" matching
13518
13519         * src/mbox_folder.c
13520                 changed temporary filename for security
13521
13522         * src/messageview.c
13523                 queue the notification if it fails to send.
13524
13525         * src/prefs_common.c
13526         * src/prefs_folder_item.c
13527                 changed the default important score             
13528
13529         * src/prefs_scoring.c
13530         * src/scoring.c
13531                 hide kill score input when the folder is not
13532                 a newsgroup
13533
13534 2001-06-03 [alfons]
13535
13536         * src/prefs_common.c:
13537
13538                 (prefs_font_select): pass font name in font entry box to font
13539                 selection dialog.
13540
13541 2001-06-03 [sergey]
13542
13543         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
13544
13545 2001-06-03 [paul]
13546
13547         * sync with sylpheed 0.4.99cvs4
13548
13549 2001-06-03 [alfons]
13550
13551         * src/headerwindow.c:
13552
13553                 (headerwindow_show_cb): use the selected summary view item, not
13554                 the displayed item.
13555
13556 2001-06-02 [alfons]
13557
13558         * src/headerwindow.c:
13559
13560                 (headerwindow_show_cb): always try to show msginfo
13561
13562 2001-06-02 [hoa]
13563
13564         * src/compose.c
13565                 keep attached parts when reediting or forwarding.
13566
13567 2001-06-01 [hoa]
13568
13569         * src/folderview.c
13570         * src/prefs_folder_item.[ch]
13571         * src/prefs_scoring.[ch]
13572         * src/scoring.[ch]
13573         * src/summaryview.[ch]
13574         * src/main.c
13575         * src/mainwindow.c
13576         * src/prefs_common.[ch]
13577                 support for folder scoring
13578                 kill score and important score for messages
13579         
13580         * src/prefs_account.c
13581                 some display bug fixed for local account
13582                 preferences
13583
13584 2001-05-31 [alfons]
13585
13586         * src/summaryview.c:
13587
13588                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
13589                 sender to address book menu item is disabled.
13590
13591 2001-05-30 [hoa]
13592
13593         * src/filtering.[ch]
13594         * src/summaryview.c
13595                 handling summary menu / filter messages
13596
13597         * src/folder.[ch]
13598                 add some stuff
13599
13600         * src/foldersel.c
13601                 imap folders now appears in list
13602
13603         * src/mbox_folder.c
13604                 doesn't crash if destination mail is not writeable
13605
13606 2001-05-29 [hoa]
13607
13608         * src/compose.c
13609                 removed some warnings
13610
13611         * src/filtering.c
13612         * src/folder.[ch]
13613         * src/prefs_filtering.c
13614                 global string to identify any folders           
13615                 removed some debug info
13616                 filtering to mbox folders is now possible
13617
13618         * src/mainwindow.c
13619                 removed some warnings
13620
13621         * src/mbox_folder.c
13622                 permission on files are changed to read/write for user only,
13623                 nothing for other.
13624                 creation of subfolder is handled better.
13625
13626 2001-05-28 [alfons]
13627
13628         Verified the sync for src/prefs_common.[ch] and
13629         src/prefs_account.[ch]. I believe there were some
13630         minor indentation differences.
13631
13632 2001-05-28 [paul]
13633
13634         0.4.99claws3
13635
13636         * sync with 0.4.99cvs3
13637
13638 2001-05-28 [hoa]
13639
13640         * src/compose.c
13641                 handling flags for mbox format
13642
13643         * src/filtering.c
13644                 use of mark file only for MH format
13645                 handling flags for mbox format
13646                 filtering cannot yet move or copy mails to mbox folders.
13647
13648         * src/folder.[ch]
13649                 changed move_msg, copy_msg,
13650                 move_msgs_with_dest, copy_msgs_with_dest functions
13651                 uses only folder->copy_msg() function
13652                 uses folder->finished_copy() to handle the destination
13653                 folder at the end of the copy or move operation.
13654
13655         * src/foldersel.c
13656                 included mbox directories.
13657
13658         * src/folderview.[ch]
13659         * src/mainwindow.c
13660                 handle folders operation for mbox format
13661
13662         * src/mbox.c
13663                 disable conversion of "From " header
13664
13665         * src/mbox_folder.[ch]
13666                 completion of mbox format handling
13667
13668         * src/mh.c
13669                 changed mh_copy_msg() function and
13670                 removed mh_move_msg(), mh_move_msgs_with_dest(),
13671                 mh_copy_msgs_with_dest()
13672
13673         * src/prefs_filtering.c
13674                 removed some warnings
13675
13676         * src/prefs_matcher.c
13677                 default boolean operation is AND
13678
13679         * src/procheader.c
13680                 handling flags for mbox format
13681                 handling of "From " header
13682
13683         * src/procmsg.[ch]
13684                 removed data field
13685                 added MSG_REALLY_DELETED flags to handle deletion of
13686                 messages in mbox format.
13687
13688         * src/summaryview.c
13689                 handling flags for mbox format
13690                 disable the MSG_DELETED flags when messages
13691                 are deleted in mbox format
13692
13693         * src/textview.c
13694                 "From " headers display fixed.
13695
13696 2001-05-27 [alfons]
13697
13698         * src/textview.c:
13699                 
13700                 (get_email_part): skip quoted email addresses, like in e.g.
13701                 "'alfons@proteus.demon.nl'".
13702
13703 2001-05-26 [alfons]
13704
13705         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
13706         and fixing the persistence troubles when using separate windows.
13707
13708         * src/mainwindow.c:
13709         
13710             Added #define SEPARATE_ACTION used in the gtk item factory for 
13711             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
13712                 use gtk_item_factory_get_widget_by_action() to get the items.
13713                 
13714             Removed separate_widget_cb from the gtk item factory data   
13715           
13716             (mainwindow_create): connect separate_widget_cb() to check
13717             menu item "toggled" signal. also passing a MainWindow pointer
13718                 as object data for both check menu items.
13719                 
13720             (separate_widget_cb): definition of separate_widget_cb() to match
13721             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
13722                 window using gtk_object_get_data(). The type of window separation 
13723                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
13724         
13725         * src/prefs_filtering.c,
13726           src/prefs_matcher.c: added horizontal scrollbars
13727
13728 2001-05-25 [darko]
13729
13730         * src/headerview.c
13731                 fix segfault with invalid bold font
13732         * src/summaryview.c
13733                 correctly display summary stats after row is marked
13734
13735 2001-05-23 [sergey]
13736
13737         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
13738         encodings with libjconv.
13739
13740 2001-05-23 [hoa]
13741
13742         * src/Makefile.am
13743                 added mbox_folder.[ch]
13744         * src/defs.h
13745                 mbox temporary folder
13746         * src/folder.[ch]
13747         * added src/mbox_folder.[ch]
13748         * src/folderview.c
13749         * src/procheader.[ch]
13750                 added mbox support
13751         * src/mbox.c
13752                 bugfix for file incorporation filtering
13753         * src/imap.c
13754                 enable creation of MBOX
13755         * src/prefs_display_header.c
13756                 enable use of headers like "From "
13757                 something that should be fixed :
13758                         displaying of such headers add an extra space
13759         * src/prefs_folder_item.c
13760                 don't create folders because it is not necessary
13761         * src/procmsg.h
13762                 added data field to MsgInfo for mbox internal use
13763         * src/summaryview.c
13764                 added some support for mbox
13765         * src/utils.[ch]
13766                 added get_mbox_cache_dir() function
13767
13768 2001-05-23 [hiroyuki]
13769
13770         * src/headerwindow.c
13771           src/inc.c
13772           src/main.c
13773           src/mh.c
13774           src/nntp.c
13775           src/procmsg.h
13776           src/session.h
13777           src/socket.[ch]
13778           src/summaryview.c
13779           src/textview.c
13780           src/automaton.c
13781           src/folderview.c: more sync with 0.4.99cvs2.
13782
13783         * src/headerwindow.c: reverted.
13784
13785 2001-05-22 [paul]
13786
13787         0.4.99claws2
13788
13789         * sync with sylpheed 0.4.99cvs2
13790                 * src/news.[ch]
13791                 * src/nntp.[ch]
13792                 * INSTALL
13793                 * INSTALL.jp
13794
13795 2001-05-22 [alfons]
13796
13797         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
13798
13799 2001-05-21 [alfons]
13800
13801         Minor things:
13802
13803         * configure.in: if gnome-config not found, "no" is displayed
13804         
13805         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
13806
13807         * src/textview.c: now also possible to add mail addresses by right
13808           clicking in the text view
13809
13810         * src/codeconv.c: merged patch which fixes endless loop when encountering
13811           invalid wide characters; from Alte <010@imis.ru>  
13812
13813 2001-05-20 [alfons]
13814
13815         Added installation of gnome specific things:
13816
13817         * Makefile.am: gnome conditional
13818
13819         * configure.in: check for installed gnome
13820
13821         * added sylpheed.png, sylpheed.desktop
13822
13823 2001-05-20 [sergey]
13824
13825         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
13826
13827         * src/mainwindow.h (main_window_toolbar_create): created a button
13828         for "Reply to all".
13829         (main_window_set_toolbar_sensitive): enable/disable the new button
13830         appropriately.
13831         (toolbar_reply_to_author_cb): handle the new button.
13832
13833         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
13834         send_progress_dialog_destroy() on failure (fixes hang on SMTP
13835         failure).
13836
13837 2001-05-19 [sergey]
13838
13839         * src/compose.h (ComposeReplyMode): new modes
13840         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
13841         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
13842
13843         * src/compose.c
13844         (compose_send): move some code into a new function:
13845         (compose_current_mail_account): new function.
13846         (compose_reply): new argument to_author, all callers changed; if
13847         to_author==TRUE and account->protocol==A_NNTP, find and use an
13848         appropriate mail account for replying.
13849         (compose_reply_set_entry): new argument to_author; ignore
13850         compose->replyto if to_author==TRUE.
13851
13852         * src/mainwindow.c: new command "Message/Reply to author".
13853         (main_window_set_menu_sensitive): enable/disable it.
13854         (reply_cb): handle it.
13855
13856         * src/summaryview.c: new command "Reply to author".
13857         (summary_set_menu_sensitive): enable/disable it.
13858         (summary_reply_cb): handle it.
13859
13860         * src/account.c (account_find_mail_from_address): new function.
13861
13862 2001-05-18 [paul]
13863
13864         0.4.99claws1
13865
13866         * sync with sylpheed 0.4.99cvs1
13867
13868 2001-05-18 [hoa]
13869
13870         * src/compose.[ch]
13871         * src/filtering.c
13872         * src/summaryview.c
13873                 new filtering action : forward and forward as attachment
13874
13875         * src/main.c
13876                 no need for $DISPLAY when we run sylpheed --help
13877                 call to parse_cmd_opt() is moved
13878
13879         * src/mainwindow.[ch]
13880                 execute button is hidden when immediate execute
13881                 is chosen
13882
13883         * src/mh.c
13884         * src/news.c
13885         * src/prefs_folder_item.c
13886         * src/procmsg.c
13887                 better handling of missing directories
13888
13889         * src/summaryview.c
13890                 reedit is enabled in outbox
13891                 reedit is enabled in queue
13892
13893 2001-05-17 [hoa]
13894
13895         * src/filtering.c
13896         * src/matcher.[ch]
13897         * src/prefs_filtering.c
13898                 changed attachement into attachment
13899
13900 2001-05-17 [alfons]
13901
13902         0.4.67claws4    
13903
13904         * sync with sylpheed 0.4.67cvs9
13905         * sync with sylpheed 0.4.67cvs7-8
13906
13907 2001-05-17 [hoa]
13908
13909         * src/Makefile.am
13910                 added prefs_filtering.c
13911
13912         * src/filtering.[ch]
13913         * src/matcher.[ch]
13914                 removed action : forward_news and forward_news_as_attachement
13915                 (forward and forward_as_attachement can be used instead)
13916
13917         * src/mainwindow.c
13918                 added menu option to access filtering configuration
13919
13920         * src/prefs_account.c
13921                 changed mail_command default to /usr/sbin/sendmail
13922
13923         * added src/prefs_filtering.[ch]
13924                 dialog box for filtering configuration
13925
13926         * src/prefs_matcher.c
13927                 added function prefs_matcher_get_criteria_from_matching()
13928
13929         * src/prefs_scoring.c
13930                 reset the dialog when register or substitute is clicked
13931
13932 2001-05-15 [hoa]
13933
13934         * src/Makefile.am
13935                 added filtering.[ch]
13936         * src/inc.c
13937                 using filering.[ch] instead of filter.[ch]
13938         * src/main.c
13939                 reading new filtering configuration
13940         * src/matcher.[ch]
13941                 added some filtering actions
13942                 and fixed a bug for headers and mail body matching
13943         * src/mbox.c
13944                 using filering.[ch] instead of filter.[ch]
13945         * src/mh.c
13946                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
13947         * src/summaryview.c
13948                 some fixes for filtering
13949
13950 2001-05-14 [hiroyuki]
13951
13952         * src/send.c: fixed some weird indentations.
13953           send_message_with_command(): call pclose() only if p != NULL.
13954         * src/textview.c: get_email_part(): modified the code for readability.
13955
13956 2001-05-14 [hiroyuki]
13957
13958         * src/md5global.h
13959           src/md5ify.c
13960           src/md5ify.h: removed from the cvs.
13961
13962 2001-05-13 [sergey]
13963
13964         * src/main.c: include rfc2015.h to avoid compiler warnings.
13965         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
13966         the panel is already on screen.
13967         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
13968         closing the alert window by ESC as "No".
13969         * src/prefs_common.c (prefs_interface_create): moved return
13970         receipt check button to the correct place.
13971
13972 2001-03-13 [alfons]
13973
13974         * src/prefs_common.c: 
13975                 moved return receipt check button to the Send tab. (prefs_send_create)
13976                 removed the date format ui related globals. (prefs_display_create)
13977
13978         0.4.67claws3
13979         
13980         * sync with sylpheed 0.4.67cvs5-6
13981
13982 2001-05-13 [paul]
13983
13984         * added Alfons' font selection patch
13985
13986         * src/defs.h
13987         * src/headerwindow.c
13988         * src/prefs_common.c
13989         * src/prefs_common.h
13990
13991 2001-05-13 [hoa]
13992         * src/defs.h
13993                 changed version of cache
13994         * src/matcher.[ch]
13995         * src/prefs_matcher.c
13996                 added additionnal matching criteria
13997         * src/procheader.c
13998         * src/procmsg.[ch]
13999         * src/news.c
14000                 added references in MsgInfo
14001
14002 2001-05-12 [hoa]
14003
14004         * src/defs.h
14005                 prepared some things for new filtering
14006         * src/matcher.[ch]
14007                 added some matching properties
14008                 inreplyto need to be enhanced
14009                 prepared some things for new filtering
14010         * src/messageview.c
14011                 added Return-Receipt-To handling
14012         * src/prefs_folder_item.c
14013                 changed default value to TRUE
14014         * src/prefs_matcher.c
14015                 added some matching properties
14016         * src/prefs_scoring.[ch]
14017                 the scoring dialog is finished
14018         * src/procheader.c
14019                 added Return-Receipt-To handling
14020                 Reference need to be added
14021         * src/procmsg.[ch]
14022                 added Return-Receipt-To handling
14023                 added threadscore to get a better score sorting when
14024                 threads are enabled
14025         * src/summaryview.c
14026                 suppressed a bug when we sort the list
14027                 when no folder is opened.
14028                 better score sorting when threads are enabled
14029
14030 2001-05-12 [alfons]
14031
14032         * reverted previous patch because of potential errors 
14033
14034         0.4.67claws2
14035         
14036         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
14037                 applied "toggle mail-retrieval dialog window" patch submitted 
14038                 by Eric Limpens <eric@qnt.net>
14039
14040         * sync with sylpheed 0.4.67cvs4
14041
14042 2001-05-12 [sergey]
14043
14044         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
14045         some picky compilers.
14046         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
14047         * src/grouplist_dialog.c: include alertpanel.h.
14048         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
14049         fix compile warning.
14050         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
14051         #include "defs.h" before others to prevent the warning of `MIN'
14052         and `MAX' redefinition.
14053
14054 2001-05-11 [hoa]
14055
14056         * src/main.c
14057         * src/messageview.c
14058         * src/prefs_account.c
14059         * src/prefs_display_header.c
14060                 removed warning
14061         * src/Makefile.am
14062                 added prefs_scoring.[ch]
14063         * src/grouplist_dialog.c
14064                 display an error dialog box if the group list
14065                 cannot be fetched.
14066         * src/mainwindow.[ch]
14067                 added main_window_set_thread_option() function
14068                 scoring dialog box enabled
14069         * src/matcher.[ch]
14070                 added flags matching unread /new / marked
14071                 / deleted / replied / forwarded
14072         * src/news.c
14073                 newsgroups are now finally in newscache
14074         * src/prefs_matcher.[ch]
14075                 finished preferences for matching dialog
14076         * added src/prefs_scoring.[ch]
14077                 scoring dialog box completed
14078         * src/scoring.[ch]
14079                 conversion to string : added scoringprop_to_string()
14080                 write config for preferences :
14081                 added prefs_scoring_write_config()
14082         * src/summaryview.c
14083                 threads can be enabled/disabled independently
14084                 for each folder
14085
14086 2001-05-10 [alfons]
14087
14088         0.4.67claws1
14089         
14090         * AUTHORS: 
14091                 thought it would be nice to have a list of all
14092                 contributors (used Changelog as a reference)
14093         
14094         * configure.in: 
14095                 messed up version numbering...
14096
14097         0.4.66claws1
14098
14099         * sync with sylpheed 0.4.67cvs1-3
14100
14101 2001-05-10 [darko]
14102
14103         * src/prefs_common.c:
14104                 better UI for strftime format, double clicking
14105                 on format now inserts the format in text entry
14106                 replaced close button with standard OK/Cancel
14107                 moved date format button to the right of the
14108                 text entry field
14109
14110 2001-05-09 [alfons]
14111
14112         * src/gtkstext.c:
14113                 Ctrl-Home / Ctrl-End have proper cursor navigation
14114
14115 2001-05-09 [hoa]
14116
14117         * src/prefs_matcher.c
14118                 finished UI to define matching properties
14119                 added ok and cancel button
14120         * src/prefs_filter.c
14121                 added ok and cancel button
14122         * src/news.c
14123                 fixed some bug in xhdr parsing
14124
14125 2001-05-08 [alfons]
14126
14127         * src/textview.c: 
14128                 fixed a bug in textview_show_header(), which displayed two colons (':');
14129                 cleaned up some warnings
14130
14131 2001-05-08 [hoa]
14132
14133         * src/Makefile.am
14134                 added prefs_matcher.[ch]
14135                 compilation with -W -Wall
14136         * src/alertpanel.c
14137                 ungrab the mouse events if grabbed - does it
14138                 fix the bug for disposition notification ?
14139         * src/mainwindow.c
14140                 added a menu option to open the matching dialog.
14141         * src/matcher.[ch]
14142                 added matcherprop_to_string() and matcherlist_to_string()
14143                 fixed some bugs, changed the name of some options
14144                 age_sup and age_inf becomes age_greater and age_lower,
14145                 body and messageheaders becomes body_part and headers_part,
14146                 changed the names of constants from SCORING_XXX to MATCHING_XXX
14147         * src/prefs_display_header.c
14148         * src/prefs_headers.c
14149                 fixed a bug that accidentally destroyed dialogs
14150                 when closed them with delete_event
14151                 Added *_deleted() which handle delete_event signal correctly.
14152         * src/prefs_folder_item.[ch]
14153                 added "enable_thread" field for future customization
14154         * added src/prefs_matcher.[ch]
14155                 sample of the UI to define matching properties
14156         * src/procheader.c
14157                 using procheader_headername_equal instead of str*cmp functions
14158                 using procheader_parse_header() function
14159         * src/scoring.c
14160                 using MATCHING_XXX instead of SCORING_XXX
14161         * src/summaryview.c
14162                 display the sender of the news even if this is ourself
14163                 when this is a news message.
14164         * src/textview.c
14165                 using headername_equal() instead of str*cmp functions
14166
14167 2001-05-08 [alfons]
14168
14169         0.4.66claws
14170
14171         * sync with sylpheed 0.4.66
14172         * src/gtkstext.c: trace logs added 
14173
14174 2001-05-08 [sergey]
14175
14176         * src/prefs_common.[ch]: added option to enable/disable GnuPG
14177         signature check popup.
14178         * src/rfc2015.c (check_signature): show signature check popup only
14179         if it is enabled in preferences.
14180
14181 2001-05-07 [alfons]
14182
14183         0.4.66claws4
14184         
14185         * sync with sylpheed 0.4.66cvs6
14186
14187 2001-05-07 [darko]
14188
14189         * src/prefs_common.[ch]: added option to enable/disable
14190           looking up sender name in address book for summary pane
14191         * src/summaryview.c: look up sender in the address book
14192           by using Alfons' address completion code
14193
14194 2001-05-07 [hiroyuki]
14195
14196         * src/inc.h
14197           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
14198           member of Pop3State.
14199         * src/news.c: brought #include "defs.h" before #include <glib.h>
14200           to prevent the warning of `MIN' and `MAX' redefinition.
14201
14202 2001-05-06 [hoa]
14203
14204         * removed src/headers_display.[ch]
14205         * removed src/prefs_display_headers.[ch]
14206         * src/inc.c
14207                 use a temporary file in the user directory for mbox import
14208         * src/news.c
14209                 added XHDR support to get "To" and "Cc" headers
14210                 (in order to match news with to or cc field for
14211                 scoring)
14212                 added function news_parse_xhdr() to get XHDR response
14213         * src/nntp.[ch]
14214                 added function nntp_xhdr()
14215         * src/matcher.c
14216                 fetch the message if necessary
14217
14218 2001-05-06 [alfons]
14219
14220         0.4.66claws3
14221
14222         * sync with sylpheed 0.4.66cvs3-5
14223
14224 2001-05-06 [hoa]
14225
14226         * src/utils.[ch]
14227                 added function itos_buf() to enable use of several buffers
14228         * src/summaryview.c
14229                 use of itos_buf() instead of itos() in summary list
14230                 to fix the broken display of message number.
14231
14232 2001-05-06 [alfons]
14233
14234         * src/gtkstext.c: bug in cursor up navigation fixed,
14235                 fixed another unsigned / signed comparison (we're getting there :-)
14236
14237 2001-05-06 [hoa]
14238
14239         * src/Makefile.am
14240                 added scoring.c scoring.h
14241                 prefs_folder_item.c prefs_folder_item.h
14242                 matcher.c matcher.h
14243         * src/defs.h
14244                 added FOLDERITEM_RC SCORING_RC
14245         * src/folder.[ch]
14246                 added prefs field in FolderItem :
14247                 properties for each folder (PrefsFolderItem),
14248                 sorting type and mode were added as the first properties.
14249         * src/main.c
14250                 read config for scoring
14251         * added src/matcher.[ch]
14252                 gives functions to parse configuration file to do
14253                 matching on mails with a list of conditions.
14254         * src/mainwindow.c
14255                 add option to sort by score
14256         * src/prefs_common.[ch]
14257                 added preference option to show score and for
14258                 the score column size
14259         * added src/prefs_folder_item.[ch]
14260                 properties for each folder (PrefsFolderItem),
14261                 sorting type and mode were added as the first properties.
14262         * src/procheader.[ch]
14263                 added procheader_parse_header()
14264                 added procheader_header_free()
14265                 added procheader_headername_equal()
14266                 and made modification to use them.
14267         * src/procmsg.[ch]
14268                 added score field to MsgInfo structure
14269         * added src/scoring.[ch]
14270                 gives functions to parse configuration file to do
14271                 scoring on mails with a list of conditions.
14272         * src/summaryview.[ch]
14273                 save the sorting type and mode for the folder
14274                 added column to display the score of the mail
14275                 added function summary_score_clicked()
14276                 sorting type and mode are restored to the folder
14277                 when it is reopen
14278         * src/textview.c
14279                 use procheader_parse_header(), procheader_headername_equal()
14280                 removed memory leak in text_scan_header when freeing headers
14281         * src/filter.c
14282                 changed the function to match names of headers
14283                 using procheader_headername_equal()
14284
14285         Scoring functions are implemented, an interface is needed
14286         to configure that.
14287
14288 2001-05-04 [alfons]
14289
14290         * src/gtkstext.c: 
14291                 hopefully fixed the row up navigation bug,
14292                 removed adding back / forward lines to cache
14293
14294 2001-05-04 [sergey]
14295
14296         * src/prefs_display_headers.c: user interface changes:
14297         (prefs_display_headers_create): remove unused "Show" check button;
14298         allow reordering of headers by dragging.
14299         (prefs_display_headers_write_config): remove unused variables.
14300         (prefs_display_headers_set_dialog): do not insert "(New)" at top
14301         of lists (not needed with the new UI).
14302         (prefs_display_headers_set_list): scan lists starting from row 0,
14303         not 1 (do not skip "(New)").
14304         (prefs_display_headers_find_header): new function.
14305         (prefs_display_headers_clist_set_row): do not allow duplicates.
14306         (prefs_display_headers_delete_cb): do not skip row 0; treat
14307         closing the alert window by ESC as "No".
14308         (prefs_display_headers_up): do not protect row 0.
14309         (prefs_display_headers_down): do not protect row 0.
14310
14311 2001-05-04 [sergey]
14312
14313         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
14314         functions.
14315
14316         * src/summaryview.c
14317         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
14318         summary_select_next_marked, summary_select_prev_marked): new
14319         functions.
14320
14321 2001-05-03 [sergey]
14322
14323         * src/news.c: fixed a bug when no article can be fetched after
14324         server timeout if the connection was restored by news_post():
14325         (news_select_group): new function.
14326         (news_fetch_msg): call news_select_group() before fetching
14327         article.
14328         (news_get_uncached_articles): set session->group after successful
14329         GROUP command.
14330
14331 2001-05-03 [hoa]
14332
14333         * src/defs.h
14334         * src/procmsg.[ch]
14335         * src/procheader.c
14336                  changed version of cache, added cc field
14337
14338         * src/prefs_display_headers.c
14339                 the interface was changed
14340
14341         * src/prefs_headers.c
14342                 added cancel button
14343
14344 2001-05-03 [alfons]
14345
14346         * completed sync of sylpheed cvs2
14347         * src/gtkstext.c: updated row up / down cursor navigation
14348         * src/textview.c: re-edited, prepared for fixing the email address
14349                 scanner.
14350
14351 2001-05-03 [darko]
14352
14353         * src/prefs_common.c: use alfons' strftime ui code
14354         entry_datefmt and datefmt_sample widgets have to be
14355         global in this module because of this change
14356
14357 2001-05-03 [hoa]
14358
14359         * src/messageview.c
14360         * src/prefs_common.[ch] added option to activate the return receipt
14361                 feature.
14362
14363 2001-05-02 [alfons]
14364
14365         * src/gtkstext.c: fix for row up/down cursor navigation. 
14366
14367         0.4.66claws2
14368         
14369         * sync with 0.4.66cvs2
14370
14371 2001-05-02 [paul]
14372
14373         added add-sender-to-addressbook patch
14374
14375         * src/addressbook.c
14376         * src/addressbook.h
14377         * src/summaryview.c
14378
14379 2001-05-02 [sergey]
14380
14381         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
14382         G_ALERTDISABLE.
14383
14384         * src/alertpanel.c (alertpanel_create): new argument can_disable,
14385         all existing callers changed to pass FALSE; create a check button
14386         to disable the message.
14387         (alertpanel_message_with_disable): new function.
14388         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
14389         (alertpanel_button_toggled): new function.
14390         (alertpanel_button_clicked, alertpanel_close): set value using
14391         G_ALERT_VALUE_MASK.
14392
14393         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
14394
14395         * src/prefs_common.c (prefs_privacy_create): new check button
14396         checkbtn_gpgme_warning.
14397
14398         * src/main.c (main): moved preferences reading before gpgme
14399         initialization; check prefs_common.gpgme_warning before giving the
14400         GnuPG warning and set it to FALSE if the user wants to disable the
14401         warning.
14402
14403 2001-05-02 [hiroyuki]
14404
14405         * src/prefs_display_headers.c: modified the layout and some labels.
14406
14407 2001-05-02 [sergey]
14408
14409         * src/prefs_account.c (prefs_account_fix_size): new function.
14410         (prefs_account_create): call prefs_account_fix_size(); use
14411         gtk_widget_show instead of gtk_widget_show_all (fixes too large
14412         size when the window is shown for the first time).
14413         (prefs_account_basic_create): changed layout of serv_table; moved
14414         localmbox_entry above smtpserv_entry (logically it replaces
14415         POP3/IMAP server).
14416         (prefs_account_protocol_activated): set sensitivity of
14417         nntpauth_chkbtn according to the protocol (in addition to
14418         hide/show); commented out gtk_table_set_row_spacing() calls.
14419         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
14420         not sensitive (fixes a bug with disabled username/password boxes
14421         when editing POP3 account after NNTP with authentication).
14422
14423 2001-05-02 [hoa]
14424
14425         * src/account.c
14426         * src/inc.c
14427         * src/prefs_account.[ch]
14428         * src/send.c
14429                 removed local account without SMTP server
14430                 added option to use mail command instead of a connexion
14431                 to SMTP server when a local account is used
14432         * src/prefs_headers.c
14433                 fixed a bug
14434         * src/news.c
14435                 fixed a bug when connexion immediately closed
14436
14437 2001-05-01 [alfons]
14438
14439         0.4.66claws1
14440         
14441         * sync with 0.4.65
14442
14443 2001-05-01 [sergey]
14444
14445         * src/prefs_account.c (Basic, prefs_account_basic_create): new
14446         widget nntpauth_chkbtn.
14447         (prefs_account_protocol_activated): handle nntpauth_chkbtn
14448         visibility.
14449         (prefs_account_nntpauth_toggled): new function.
14450
14451         * src/news.c (news_session_new_for_folder): use NNTP
14452         authentication only if ac->use_nntp_auth is set.
14453
14454 2001-05-01 [hoa]
14455
14456         * src/Makefile.am changed headers.[ch] in customheader.[ch]
14457         * src/prefs_display_headers.c changed the UI
14458         * src/prefs_headers.c changed account_name to account_id
14459         * src/compose.c using customheader.h
14460
14461 2001-05-01 [hiroyuki]
14462
14463         * src/esmtp.c
14464           src/news.c
14465           src/nntp.c: changed sock_read() to sock_gets(), they've been left
14466           unsynched.
14467
14468 2001-05-01 [hoa]
14469
14470         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
14471         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
14472                 for displaying of headers
14473         * src/grouplist_dialog.[ch] minor changes to remove warnings
14474         * src/prefs_display_headers.[ch] dialog to choose the
14475         headers to display in the mail viewer.
14476         * src/headers.h correction of #define
14477         * src/headers_display.[ch] configuration for displaying of headers.
14478         * src/main.c read config of displaying of headers
14479         * src/prefs_common.c add a button to access the config dialog
14480                 for displaying of headers
14481         * src/prefs_display_headers.[ch] dialog for configuration for
14482                 displaying of the headers.
14483         * src/prefs_headers.c cleaning of code
14484         * src/procheader.c comments added to code
14485         * src/textview.c changes to reorder the headers depending
14486                 on the config for displaying of headers
14487
14488 2001-04-30 [alfons]
14489
14490         0.4.65claws7
14491
14492         * sync with 0.4.65cvs12
14493
14494         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
14495
14496 2001-04-30 [sergey]
14497
14498         * src/nntp.h (NNTPSockInfo): new field auth_failed.
14499
14500         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
14501         is set to force reconnection after authentication failure.
14502         (nntp_gen_command): set sock->auth_failed on authentication
14503         failure, or if sock->userid and sock->passwd are not set.
14504
14505         * src/news.c (news_session_new_for_folder): set userid=NULL if
14506         password dialog is cancelled.
14507
14508 2001-04-30 [sergey]
14509
14510         * src/nntp.h (NNTPSockInfo): new type.
14511
14512         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
14513         SockInfo.
14514         (nntp_open_auth, nntp_close): new functions.
14515         (nntp_gen_command): new function to handle authentication; all
14516         NNTP command functions updated to use it.
14517         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
14518         (nntp_list): removed old useless code.
14519
14520         * src/news.h (NNTPSession): new field nntp_sock.
14521
14522         * src/news.c: all functions updated to use NNTPSockInfo instead of
14523         SockInfo.
14524         (news_session_new): new arguments (userid, passwd); made static;
14525         use nntp_open_auth() if needed.
14526         (news_session_destroy): use nntp_close() instead of sock_close().
14527         (news_query_password): changed arguments.
14528         (news_session_new_for_folder): new function.
14529         (news_session_get): use news_session_new_for_folder().
14530         (news_authenticate): deleted.
14531         (news_get_uncached_articles): removed old authentication code.
14532
14533 2001-04-30 [sergey]
14534
14535         * src/news.c: reverted my previous changes (need to do NNTP
14536         authentication in a cleaner way).
14537         
14538 2001-04-29 [sergey]
14539
14540         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
14541         news_nntp_post, news_nntp_mode): new functions (wrappers with
14542         authentication support).
14543         (news_get_article_cmd, news_get_article, news_get_header): new
14544         argument "folder"; all callers changed.
14545         (news_get_article_cmd): added authentication support.
14546         (news_session_get): use news_nntp_mode() instead of nntp_mode().
14547         (news_post): use news_nntp_post() instead of nntp_post().
14548         (news_get_uncached_articles): use news_nntp_group() instead of
14549         nntp_group() and news_nntp_xover() instead of nntp_xover();
14550         removed old authentication code.
14551         (news_get_group_list): use news_nntp_list() instead of nntp_list().
14552
14553         * src/nntp.c (nntp_list): return real error code instead of
14554         hardcoded NN_ERROR.
14555
14556 2001-04-29 [sergey]
14557
14558         * configure.in: fixed wint_t typedef detection again
14559
14560 2001-04-28 [hoa]
14561
14562         * src/prefs_account.[ch], added A_LOCAL_CMD
14563                 (send mail with mail command)
14564         * src/send.c added function send_message_with_command()
14565         * src/inc.c made a more secure get_spool() function with
14566                 mktemp() but maybe mkstemp() or something more
14567                 secure can be used.
14568
14569 2001-04-28 [alfons]
14570
14571         * src/textview.c, colorization of email addresses in headers
14572
14573         0.4.65claws6
14574
14575         * bug sync with sylpheed
14576         * prefs_common.c: created date format ui for darko
14577         * sync with 0.4.65cvs11
14578         * configure.in: corrected to have the new gpg checks
14579
14580 2001-04-27 [alfons]
14581
14582         * completed sync with 0.4.65cvs10
14583         * minor debug things added to gtkstext.c
14584
14585 2001-04-27 [darko]
14586
14587         * configure.in: remove check for availability of
14588           strftime() as advised by Hiroyuki
14589         * src/prefs_common.[ch], src/procheader.c:
14590           synch strftime() code with Hiroyki's main branch
14591
14592 2001-04-26 [sergey]
14593
14594         * src/news.c: news_query_password(), news_authenticate(): new
14595           functions.
14596           news_get_uncached_articles(): added NNTP authentication
14597           handling.
14598         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
14599           new functions.
14600         * src/prefs_account.c: prefs_account_protocol_activated():
14601           enable userid and password fields for NNTP.
14602
14603 2001-04-26
14604
14605         * configure.in: check for availability of strftime()
14606           [darko]
14607         * src/prefs_common.[ch], src/procheader.c: use
14608           strftime() for displaying date in summary pane if it
14609           is available
14610
14611 2001-04-25
14612
14613         * more .cvsignore cleanups [alfons]
14614
14615 2001-04-25
14616
14617         * ac/sv-check-type.m4: new autoconf macro.
14618         * configure.in: fixed wint_t typedef detection (did not work
14619           with gcc-2.96).
14620
14621 2001-04-25
14622
14623         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
14624           [hiroyuki]
14625
14626 2001-04-24
14627         * modified gtkstext.c : buggy cursor navigation fixed, 
14628           and font descent also taken in account when drawing
14629           cursor. [alfons]
14630
14631 2001-04-24 [hoa]
14632         * added comments in src/news.c src/nntp.c
14633         * added src/prefs_headers.[ch]
14634         * added src/headers.[ch]
14635         * modified compose.c to activate custom headers
14636                 added function is_in_custom_headers
14637         * modified prefs_account.[ch]
14638                 added function prefs_account_customhdr_edit
14639         * modified src/defs.h :
14640                 added HEADERS_RC : name of the config file
14641                 for the custom headers
14642
14643 2001-04-24
14644
14645     0.4.65claws5
14646
14647         * configure.in
14648           src/gtkstext.[ch]
14649           src/compose.c
14650           src/Makefile.am
14651           
14652           added gtkstext with configure.in patch by Hiroyuki which
14653           should fix the XIM detection [alfons]
14654
14655         * more clean up of cvs [alfons]
14656
14657                  * removed all Makefile.in files to attic.
14658
14659                  * updated all .cvsignores to really ignore things that could
14660                    be unintentionally committed by a recursive commit.
14661
14662 2001-04-23 [hoa]
14663         * added src/grouplist_dialog.[ch]
14664         * changed src/folderview.c to call grouplist_dialog instead
14665                 of inputdialog
14666         * src/news.c :
14667                 added functions news_reset_group_list
14668                 and news_get_group_list
14669         * src/nntp.c :
14670                 added function nntp_list
14671         * src/defs.h :
14672                 added GROUPLIST_FILE : name of the newsgroup list cache file
14673
14674 2001-04-21
14675
14676         * added option to warn about queued messages on exit [sergey]:
14677
14678           * src/compose.c: compose_queue(): call folder_item_scan()
14679             and folderview_update_item() after queueing.
14680           * src/folderview.c: folderview_update_node(): draw the queue
14681             folder in bold font if there are queued messages.
14682           * src/mainwindow.c: queued_messages(): new function.
14683             app_exit_cb(): display warning if there are queued messages
14684             if warn_queued_on_exit is set.
14685           * prefs_common.[ch]: add warn_queued_on_exit option.
14686
14687         * enhanced GnuPG key selection support [sergey]:
14688
14689           * src/select-keys.c: updated to newer version from Win32
14690             branch with support for selecting arbitrary keys.
14691           * src/prefs_account.c: added the Privacy tab to the account
14692             options window.
14693             prefs_account_privacy_create(),
14694             prefs_account_sign_key_set_data_from_radiobtn(),
14695             prefs_account_sign_key_set_radiobtn(): new functions.
14696           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
14697           * src/rfc2015.c: set_signers(): new function.
14698             pgp_sign(): add the account parameter, call set_signers().
14699             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
14700           * src/rfc2015.h: rfc2015_sign(): updated prototype.
14701           * src/compose.c: pass the current account to rfc2015_sign().
14702
14703         * tag name claws added to prevent confusion with main branch [alfons]
14704
14705         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
14706
14707         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
14708
14709         * sync with recent sylpheed cvs. Untested though. [alfons]
14710