46cdfe3c914dea4acd80417cd642ccff75348c68
[claws.git] / ChangeLog-gtk2.claws
1 2005-07-11 [paul]       1.9.12cvs35
2
3         * src/plugins/clamav/clamav_plugin_gtk.c
4         * src/plugins/dillo_viewer/dillo_prefs.c
5         * src/plugins/pgpmime/prefs_gpg.c
6         * src/plugins/spamassassin/spamassassin_gtk.c
7                 gather plugins prefs together under their
8                 own 'Plugins' heading
9
10 2005-07-11 [paul]       1.9.12cvs34
11
12         sync with main
13
14         * src/account.c
15                 account_delete(): modified alert dialog
16         * src/editjpilot.c
17         * src/editvcard.c
18                 fixed a crash when cancelling file selection
19                 dialog by Escape key. Made non-ascii filename
20                 selectable.
21         * src/prefs_template.c
22                 prefs_template_window_create(): make scrolled
23                 window policy AUTOMATIC
24
25 2005-07-10 [hoa]        1.9.12cvs33
26
27         * src/etpan/imap-thread.c
28                 workaround for old Courier IMAP servers.
29
30 2005-07-10 [colin]      1.9.12cvs32
31
32         * src/folder.c
33         * src/statusbar.c
34         * src/statusbar.h
35                 Add visual progress indicator on filtering/processing
36                 Factorize the progress bar code
37         * src/imap.c
38         * src/imap.h
39         * src/etpan/imap-thread.c
40                 Add a reference counter to avoid destroying the Folder
41                 while it's in use by another callback.
42
43 2005-07-09 [hoa]        1.9.12cvs31
44
45         * src/imap.c
46         * src/etpan/imap-thread.c
47                 fixed deadlock when removing IMAP account.
48
49 2005-07-08 [colin]      1.9.12cvs30
50
51         * src/textview.c
52         * src/unmime.c
53                 Fix again problems decoding broken headers
54         * src/gtk/inputdialog.c
55                 Fix local variable shadowing a global one
56
57 2005-07-08 [colin]      1.9.12cvs29
58
59         * src/msgcache.c
60                 Make the cache/mark files platform-agnostic by writing
61                 them in little-endian format. Reading them is also done
62                 in little-endian format, of course; however, in order
63                 to avoid trashing mark data on big-endian machines, the
64                 files are, at first, read from the native format if the
65                 little-endian one doesn't exist. This is easy to deter-
66                 mine by trying to open a file with a swapped data_ver
67                 and seeing if it's the wanted version.
68                 Little-endian using users should see absolutely no
69                 difference, Big-endian users may get a very little
70                 performance drop due to byte-swapping.
71                 Tested on i386 and ppc32. 
72                 Fixes bug #159 (The index file, in the mailboxes, is 
73                 hardware depending).
74
75                 To have the cache/mark files updated to the new little-
76                 endian format, "Check for new messages" or even
77                 "Rebuild folder tree" aren't enough. Files will be
78                 updated as soon as a folder has been opened/closed.
79                 To update everything, just select all folders by
80                 selecting them one by one.
81
82 2005-07-07 [colin]      1.9.12cvs28
83
84         * src/imap.c
85                 Remember the folder separator per IMAPFolder
86                 instead of globally.
87                 Revive the Session on noop; fixes bug #761
88                 (mark a bunch of unread messages as read takes 
89                 forever)
90
91 2005-07-07 [darko]      1.9.12cvs27
92
93         * src/common/template.c
94                 Sort templates alphabetically
95
96 2005-07-06 [colin]      1.9.12cvs26
97
98         * src/imap.c
99                 Try to use the correct separator in
100                 most cases. Possibly fixes bug #759
101                 (only creates the INBOX folder when 
102                 setting up new IMAP account) and 
103                 bug #760 (Can't retrieve messages)
104
105 2005-07-06 [colin]      1.9.12cvs25
106
107         * src/imap.c
108                 Use real_path in status command. This will
109                 help later, when namespaces will be used.
110
111 2005-07-06 [colin]      1.9.12cvs24
112
113         * configure.ac
114         * src/account.c
115         * src/folder.c
116         * src/imap.c
117         * src/etpan/etpan-log.c
118         * src/etpan/etpan-thread-manager.c
119         * src/etpan/imap-thread.c
120                 Add a --disable-libetpan parameter. With this,
121                 users that don't want IMAP4 support can avoid
122                 the new dependancy (and have no IMAP support).
123                 Users that have IMAP4 accounts and use this
124                 parameter won't lose their configuration, their
125                 IMAP accounts will just be invisible and not
126                 used.
127         * src/textview.c
128                 Make the "Copy ..." contextual menu items 
129                 copy to both the X clipboard and the gtk 
130                 clipboard - as most other apps do.
131         * src/gtk/about.c
132                 Add a notice about OpenSSL usage, in order to
133                 comply with OpenSSL's license (point 6):
134                 http://www.openssl.org/source/license.html
135
136 2005-07-06 [colin]      1.9.12cvs23
137
138         * src/alertpanel.c
139                 Fix a minimum size for alertpanels
140         * src/compose.c
141                 Show 'No space left on device' type errors
142                 when queuing/sending
143         * src/imap_gtk.c
144         * src/mh_gtk.c
145                 Rework folder's deletion message (remove 
146                 extra \n)
147
148 2005-07-05 [colin]      1.9.12cvs22
149
150         * src/imap.c
151                 Add an alertpanel on auth error
152                 Add pseudo-log
153                 Remove pthread-related stuff
154
155 2005-07-05 [colin]      1.9.12cvs21
156
157         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
158                 Fix crash on plugin reloading (with a hack)
159
160 2005-07-05 [colin]      1.9.12cvs20
161
162         * src/prefs_account.c
163         * src/prefs_account.h
164                 Fix typo
165         * src/gtk/filesel.c
166         * src/gtk/filesel.h
167                 Add a way to filter the view
168         * src/gtk/pluginwindow.c
169                 Filter loadable stuff
170         * src/plugins/pgpmime/prefs_gpg.c
171                 Fix missing unregistration
172         * .cvsignore
173         * src/etpan/.cvsignore
174         * src/plugins/spamassassin/.cvsignore
175                 Add more stuff to cvs ignored files
176
177 2005-07-04 [colin]      1.9.12cvs19
178
179         * src/imap.c
180                 Fix scan_required returning FALSE when it
181                 shouldn't. Maybe fix #760 (Can't retrieve
182                 messages)
183
184 2005-07-04 [colin]      1.9.12cvs18
185
186         * src/summaryview.c
187                 Fix always_show_msg pref
188
189 2005-07-04 [paul]       1.9.12cvs17
190
191         sync with main (forgotten in last commit)
192         
193         * src/common/utils.c
194         * src/common/utils.h
195                 check_line_length(): new.
196                 is_dir_exist()
197                 is_file_entry_exist()
198                 dirent_is_regular_file()
199                 dirent_is_directory(): use g_file_test() instead of stat().
200
201 2005-07-04 [paul]       1.9.12cvs16
202
203         sync with main:
204
205         * src/compose.c
206                 compose_write_to_file(): check for line
207                 length limit and display warning if exceeds
208         * src/jpilot.c
209                 use get_home_dir() instead of g_get_home_dir()
210         * src/procheader.c
211                 removed warning about invalid date
212         * src/vcard.c
213                 use get_home_dir() instead of g_get_home_dir()
214
215 2005-07-04 [paul]       1.9.12cvs15
216
217         * src/stock_pixmap.c
218                 fix new pixmap naming errors
219                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
220
221 2005-07-04 [colin]      1.9.12cvs14
222
223         * src/imap.c
224                 Fix debugging string with a warning
225
226 2005-07-04 [colin]      1.9.12cvs13
227
228         * configure.ac
229                 Add a check for libetpan's version (>= 0.37)
230
231 2005-07-04 [hoa]        1.9.12cvs12
232
233         * commitHelper
234         * src/imap.c
235         * src/etpan/imap-thread.c
236         * src/etpan/imap-thread.h
237                 fixed IMAP implementation of check of mails.
238
239 2005-07-03 [hoa]        1.9.12cvs11
240
241         * src/etpan/Makefile.am
242         * src/etpan/etpan-errors.h
243         * src/etpan/etpan-log.[ch]
244         * src/etpan/etpan-thread-manager-types.h
245         * src/etpan/etpan-thread-manager.[ch]
246         * src/etpan/imap-thread.[ch]
247         * src/Makefile.am
248         * src/imap.c
249         * src/main.c
250         * src/prefs_other.c
251         * configure.ac
252             merged imap branch.
253             dependency on libetpan 0.37 is now added.
254
255 2005-07-01 [colin]      1.9.12cvs10
256
257         * src/Makefile.am
258         * src/folder.c
259         * src/folder.h
260         * src/folderview.c
261         * src/stock_pixmap.c
262         * src/stock_pixmap.h
263         * src/plugins/trayicon/trayicon.c
264                 Add marked symbol on folders containing
265                 marked messages
266         * src/procmsg.c
267         * src/procmsg.h
268         * src/toolbar.c
269         * src/prefs_common.c
270         * src/prefs_common.h
271         * src/prefs_send.c
272                 Add an optional confirmation dialog on queue
273                 sending. Patch by wwp.
274         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
275         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
276         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
277         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
278         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
279         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
280         * src/pixmaps/inbox_mark.xpm            ** ADDED **
281         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
282         * src/pixmaps/outbox_mark.xpm           ** ADDED **
283         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
284         * src/pixmaps/trash_mark.xpm            ** ADDED **
285                 New pixmaps
286
287 2005-07-01 [colin]      1.9.12cvs9
288
289         * src/summaryview.c
290                 Fix a little threading bug
291         * src/addrgather.c
292         * src/mainwindow.c
293                 A little bit of HIG normality never hurts
294
295 2005-07-01 [colin]      1.9.12cvs8
296
297         * src/compose.c
298         * src/msgcache.c
299         * src/pop.c
300         * src/procmime.c
301         * src/recv.c
302         * src/common/log.c
303         * src/common/template.c
304         * src/common/utils.c
305         * src/common/utils.h
306                 Reverted the fwrite_atomic stuff. In fact
307                 it is already atomic.
308
309 2005-06-30 [colin]      1.9.12cvs7
310
311         * src/common/utils.c
312         * src/common/utils.h
313                 Add an fwrite_atomic() function to make
314                 sure we write everything: fwrite can make
315                 short writes.
316         * src/compose.c
317         * src/msgcache.c
318         * src/pop.c
319         * src/procmime.c
320         * src/recv.c
321         * src/common/log.c
322         * src/common/template.c
323                 Use that (and fix swapping of size and nmemb).
324                 Thanks to Rich Coe for the heads up.
325
326 2005-06-30 [colin]      1.9.12cvs6
327
328         * src/addressbook.c
329                 Optimize addressbook opening 
330
331 2005-06-30 [colin]      1.9.12cvs5
332
333         * src/summaryview.c
334                 Remove calls to summary_step after move/copy
335
336 2005-06-28 [paul]       1.9.12cvs4
337
338         * src/alertpanel.c
339                 wrap and make the error msg selectable
340
341 2005-06-28 [paul]       1.9.12cvs3
342
343         * src/ssl_manager.c
344                 replace the OK button with a Close button
345         * src/gtk/foldersort.c
346                 use GTK_STOCK_ icons/buttons
347
348 2005-06-28 [colin]      1.9.12cvs2
349
350         * src/gedit-print.c             ** ADDED **
351         * src/gedit-print.h             ** ADDED **
352         * src/gtk/gtksourceprintjob.c   ** ADDED **
353         * src/gtk/gtksourceprintjob.h   ** ADDED **
354                 I can't believe no one had enough time to tell
355                 me I forgot the `cvs add`
356
357 2005-06-27 [colin]      1.9.12cvs1
358
359         * src/Makefile.am
360         * src/gtk/Makefile.am
361         * src/messageview.c
362         * src/procmsg.c
363         * src/summaryview.c
364         * configure.ac
365                 Add optional libgnomeprint-based printing
366         * src/mainwindow.c
367         * src/gtk/quicksearch.c
368                 Add an Edit/Quick search menu item to show
369                 and focus the quicksearch
370
371 2005-06-27 [paul]       1.9.12
372
373         1.9.12 release
374
375         * po/ca.po
376         * po/de.po
377         * po/es.po
378         * po/fr.po
379         * po/it.po
380         * po/ko.po
381         * po/pt_BR.po
382         * po/sk.po
383         * po/zh_CN.po
384                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
385                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
386                 SungHyun Nam, Frederico Goncalves Guimaraes,
387                 Andrej Kacian, and Yang Guilong
388 2005-06-26 [colin]      1.9.11cvs106
389
390         * src/imap_gtk.c
391                 Forgot one file for previous fix
392
393 2005-06-26 [colin]      1.9.11cvs105
394
395         * src/folder.c
396         * src/imap.c
397                 Fix problems with folder operations in no_select
398                 imap folders. it applies only to mails, and 
399                 creation/deletion/move/renaming of folders 
400                 should be possible
401
402 2005-06-26 [paul]       1.9.11cvs104
403
404         * src/prefs_filtering.c
405                 replace one more GTK_STOCK_REMOVE
406                 with GTK_STOCK_DELETE
407
408 2005-06-25 [colin]      1.9.11cvs103
409
410         * src/imap.c
411                 Optimize get_seq_set_from_seq_list
412                 (Patch by Ricardo) 
413
414 2005-06-25 [colin]      1.9.11cvs102
415
416         * src/mh.c
417                 If the directory exists, but not in the
418                 correct encoding, rename it. This should
419                 handle old-versions-induced bugs.
420
421 2005-06-25 [colin]      1.9.11cvs101
422
423         * src/mh.c
424                 Fix path access with extended dir names
425                 Fixes bug #589 (SC segfaults with wrong locale
426                 settings)
427
428 2005-06-25 [colin]      1.9.11cvs100
429
430         * src/prefs_account.c
431         * src/prefs_account.h
432         * src/compose.c
433                 Add an option to encrypt replies to
434                 encrypted messages
435
436 2005-06-25 [colin]      1.9.11cvs99
437
438         * src/compose.c
439         * src/quote_fmt_parse.y
440                 ... And make it work with pgpinline.
441
442 2005-06-25 [colin]      1.9.11cvs98
443
444         * src/compose.c
445         * src/procmime.c
446         * src/procmime.h
447         * src/quote_fmt_parse.y
448                 o Make reedition of encrypted messages possible
449                   (as long as it is encrypted to self too, no
450                    magic there)
451                 o Make replying with quote (and without selecting
452                   text) possible for encrypted messages.
453                 Closes bug #550 (Not possible to "reply with quote"
454                 to gnupg encrypted messages)
455
456 2005-06-24 [paul]       1.9.11cvs97
457
458         * src/imap.c
459                 add missing include
460
461 2005-06-24 [paul]       1.9.11cvs96
462
463         * src/editldap.c
464                 made bind password entry invisible
465                 (sync with main)
466         * src/send_message.c
467                 send_message_local(): check exit status
468                 to detect errors (sync with main)
469         * src/textview.c
470                 use main's less ambiguous popup menu
471                 wording
472
473 2005-06-24 [paul]       1.9.11cvs95
474
475         * src/prefs_actions.c
476         * src/prefs_customheader.c
477         * src/prefs_display_header.c
478         * src/prefs_filtering_action.c
479         * src/prefs_matcher.c
480         * src/prefs_template.c
481         * src/prefs_toolbar.c
482                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
483         * src/gtk/description_window.c
484                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
485
486 2005-06-23 [colin]      1.9.11cvs94
487
488         * src/summaryview.c
489                 Fix rough edges (be sure to call status_show whenever
490                 necessary).
491
492 2005-06-23 [colin]      1.9.11cvs93
493
494         * src/summaryview.c
495                 Optimize Select All
496                 Before, in a 5K mails folder: 11s
497                 After, in the same folder: 58000µs
498                 The joys of locking... gtk_clist_select_all() fires a 
499                 tree-select-row event for each selected row, which in 
500                 summaryview, callbacks summary_selected which in turn,
501                 calls summary_status_show, which walks the selected
502                 rows. Hence, calling gtk_clist_select_all was 
503                 exponential. Locking the summaryview makes 
504                 summary_selected return early.
505
506 2005-06-23 [colin]      1.9.11cvs92
507
508         * src/imap.c
509                 Move mutex at the important place to avoid
510                 deadlocks
511         * src/summaryview.c
512                 Fix Del key deleting directly instead of
513                 moving to trash
514
515 2005-06-22 [colin]      1.9.11cvs91
516
517         * src/plugins/spamassassin/libspamc.c
518                 As we do spagetti code with assignations in multiple
519                 places (see _message_read_raw where out = msg = raw),
520                 let's be sure we don't free the same pointer twice.
521                 Should fix bug #683 (Crash in libpam at 
522                 message_cleanup).
523
524 2005-06-22 [colin]      1.9.11cvs90
525
526         * src/compose.c
527         * src/messageview.c
528         * src/toolbar.c
529                 Make toolbar's delete use the move to trash stuff;
530                 Add gtk_widget_realize to be sure pixmaps can get
531                 created (that may fix an old worksforme bug which
532                 I can't find back...)
533
534 2005-06-22 [colin]      1.9.11cvs89
535
536         * src/summaryview.c
537         * src/summaryview.h
538         * src/mainwindow.c
539                 Rename "Message/Delete" to "Message/Move to trash"
540                 Add "Message/Delete..." that directly destroys the
541                 selected messages after asking for a confirmation.
542
543 2005-06-22 [colin]      1.9.11cvs88
544
545         * src/imap.c
546                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
547                 o Fix a deadlock (thanks Darko)
548
549 2005-06-22 [colin]      1.9.11cvs87
550
551         * src/gtk/foldersort.c
552                 Add missing include for the i18n;
553                 patch by Fabien Vantard
554
555 2005-06-21 [colin]      1.9.11cvs86
556
557         * src/folder.c
558         * src/folderview.c
559                 Respect the no_select flag
560         * src/imap.c
561                 Fix recursive deletion
562         * src/imap_gtk.c
563         * src/mh_gtk.c
564                 Make the folder deletion's warning
565                 more explicit
566
567 2005-06-21 [colin]      1.9.11cvs85
568
569         * src/textview.c
570                 Prevent email addresses from spanning accross
571                 lines - fixes bug # 646 (newline-chars in 
572                 email addresses)
573
574 2005-06-20 [colin]      1.9.11cvs84
575
576         * src/folder.c
577                 Be sure not to remove source if copy failed
578
579 2005-06-20 [colin]      1.9.11cvs83
580
581         * src/folderview.c
582         * src/imap_gtk.c
583                 remove summaryview's lock
584         * src/imap.c
585                 introduce threads to avoid problems when foreground tasks
586                 interfere with background tasks
587         * src/mh.c
588                 prevent moving to drafts/queue
589         * src/mimeview.c
590                 fix leak
591
592 2005-06-19 [colin]      1.9.11cvs82
593
594         * src/imap_gtk.c
595                 Remember that the user doesn't want to override
596                 offline mode, for 3 seconds. It avoid presenting
597                 him with N popups in a really short time.
598
599 2005-06-17 [colin]      1.9.11cvs81
600
601         * src/imap.c
602                 Fix IMAP breaking on folders containing '('
603                 (Probably won't be enough)
604
605 2005-06-17 [colin]      1.9.11cvs80
606
607         Forgotten files on 1.9.11cvs79
608         * src/summaryview.c
609                 Fix stepping when not immediately executing
610         * src/imap.c
611                 Really prevent UID FETCH 0
612         * src/codeconv.c
613                 Fix outgoing charset never set to utf-8
614         * src/mh.c
615                 Fix leak
616
617 2005-06-16 [colin]      1.9.11cvs79
618
619         * src/compose.c
620                 Fix bug #707 (Dash splits rows)
621                 Only wrap if we're on a line break position and
622                 the previous one was a "white" (space) char.
623                 Pango stuff is weird.
624
625 2005-06-16 [colin]      1.9.11cvs78
626
627         * src/imap_gtk.c
628                 Lock summaryview while downloading messages
629                 on user demand
630         * src/procheader.c
631         * src/unmime.c
632         * src/common/utils.c
633         * src/common/utils.h
634                 Replace \r and \n with spaces in From and
635                 Subject headers
636
637 2005-06-16 [paul]       1.9.11cvs77
638
639         * src/procmime.c
640                 liberalise the mime parser
641         * src/gtk/about.c
642                 add text wrapping
643
644 2005-06-16 [paul]       1.9.11cvs76
645
646         * src/gtk/about.c
647                 reworked
648
649 2005-06-15 [colin]      1.9.11cvs75
650
651         * src/compose.c
652                 Finish header encoding fix
653         * src/summaryview.c
654                 Fix segfault
655         * src/headerview.c
656                 Fix compilation (Thanks Stephan
657                 Sachse)
658
659 2005-06-15 [colin]      1.9.11cvs74
660
661         * Makefile.am
662                 Install gnome2 stuff rather than gnome1, 
663                 if both are present
664         * src/codeconv.c
665         * src/codeconv.h
666         * src/compose.c
667                 Fix headers encoding
668         * src/folder.c
669                 Visual progress when fetching all messages
670         * src/folderview.c
671         * src/summaryview.c
672         * src/summaryview.h
673                 Prevent changing current message while
674                 incorporating
675
676 2005-06-15 [paul]       1.9.11cvs73
677
678         * src/gtk/gtkaspell.c
679         * src/gtk/gtkaspell.h
680                 fix build warnings
681
682 2005-06-15 [paul]       1.9.11cvs72
683
684         * src/prefs_filtering.c
685                 allow reordering of filter rules by
686                 drag n drop
687
688 2005-06-15 [paul]       1.9.11cvs71
689
690         * COPYING
691                 updated
692         * src/codeconv.c
693                 replace deprecated function
694         * src/inc.c
695         * src/send_message.c
696         * src/gtk/progressdialog.c
697         * src/gtk/progressdialog.h
698                 salvage and reuse parts of reverted sync
699
700 2005-06-15 [paul]       1.9.11cvs70
701
702         * src/inc.c
703         * src/send_message.c
704         * src/gtk/progressdialog.c
705         * src/gtk/progressdialog.h
706                 revert yesterday's sync with main
707                 it contains deprecated functions
708
709 2005-06-15 [colin]      1.9.11cvs69
710
711         * src/headerview.c
712                 Fix bug #670 (multi user to: will corrupt message 
713                 headers display)
714
715 2005-06-15 [colin]      1.9.11cvs68
716
717         * src/compose.c
718                 Fix bug #421 (Fix undo on wrapping)
719
720 2005-06-15 [colin]      1.9.11cvs67
721
722         * src/folder.c
723                 Provide visual feedback while processing
724                 folder's rules.
725         * src/imap.c
726                 Provide visual feedback while getting
727                 short headers (for uncached messages)
728
729
730 2005-06-14 [paul]       1.9.11cvs66
731
732         * src/account.c
733                 change a couple stock icons
734         * src/inc.c
735         * src/send_message.c
736         * src/gtk/progressdialog.c
737         * src/gtk/progressdialog.h
738                 sync main's GtkTreeView implementation
739
740 2005-06-14 [colin]      1.9.11cvs65
741
742         * src/imap.c
743                 Various little fixes, mainly on error paths
744
745 2005-06-13 [colin]      1.9.11cvs64
746
747         * matcher.c
748         * procmsg.c
749         * procmsg.h
750                 Add a way to fetch only headers. This speeds
751                 up filtering on headers for IMAP. Fixes:
752                 bug #481 extraneous imap commands slow down 
753                         imap filtering
754                 bug #522 Sylpheed downloads all messages 
755                         when opening mailbox (IMAP)
756                 bug #677 IMAP fetch is soooooooooooooo slow
757         * src/folder.c
758         * src/folder.h
759                 Add a folder set_batch method so that
760                 implementations can speed up flags changes
761         * src/folderutils.c
762         * src/summaryview.c
763                 Use that in mark as (un)read and mark all read
764                 Refix bug #679
765         * src/imap.c
766                 Implement set_batch - brings back deferred
767                 flags in a less buggy manner. Fixes:
768                 bug #729 IMAP immediate expunge of deleted messages
769                 bug #191 remove list of messages with one command
770                 Fix login with strange chars
771                 Implement fetch_msg_full
772                 Fix copy (wrong counts)
773
774 2005-06-12 [colin]      1.9.11cvs63
775
776         * src/folder.c
777                 lock incorporation during long operations.
778                 Avoids fucking up the IMAP socket.
779
780 2005-06-12 [colin]      1.9.11cvs62
781
782         * src/imap.c
783                 Fix harmful typo
784                 Factorize remove_all_msg
785                 Thread-ize expunge
786         * src/summaryview.c
787                 Don't update partial-download status if unnecessary
788         * src/folder.c
789                 Use remove_msgs everywhere possible
790
791 2005-06-12 [colin]      1.9.11cvs61
792
793         * src/folder.c
794         * src/folder.h
795                 Add a remove_msgs function to remove a 
796                 list of messages
797         * src/imap.c
798                 Implement that.
799
800 2005-06-12 [colin]      1.9.11cvs60
801
802         * src/imap.c
803                 Remove flags-processing deferring... Too hard
804                 to get it to work in all cases.
805
806 2005-06-11 [colin]      1.9.11cvs59
807
808         * src/imap.c
809                 printf -> debug_print
810
811 2005-06-11 [colin]      1.9.11cvs58
812
813         * src/imap.c
814                 o Fix build without USE_PTHREAD
815                 o Factorize imap_open
816                 o Alertpanel in case of impossible connection
817                 o Alertpanel in case of impossible login
818                 o Fix deferred flags processing to force a 
819                   flush before adding some more flags to process,
820                   but in another folder.
821
822 2005-06-10 [colin]      1.9.11cvs57
823
824         * src/imap.c
825                 o Fix a format string error
826                 o init ssl socket outside of the thread 
827                   (it possibly invokes gtk calls)
828         * src/procmime.c
829                 o Put back the buffer to its necessary size
830                 o Fix changing a file pointer without keeping
831                   track of it (thanks Valgrind)
832         * src/common/smtp.c
833                 o Fix automatic STARTTLS if login should be done
834                   and the server only allows it after starting TLS
835         * src/gtk/gtkinputdialog.c
836                 o Eat GDK_Return so that the combo popup doesn't 
837                   appear when we press Enter to validate the combo
838                   input dialog (as seen in the Open with... dialog)
839
840 2005-06-10 [colin]      1.9.11cvs56
841
842         * src/imap.c
843                 o A bit less debug
844                 o Fix a crash on deletion
845                 o Threadize imap_select (it's called outside of 
846                   threads)
847                 o Defer treatment of DELETED flags
848
849
850 2005-06-09 [colin]      1.9.11cvs55
851
852         * src/imap.c
853                 Make sure we check imap_gtk_should_override(), which
854                 potentially calls gtk stuff, before creating thread.
855                 That way it should't be called via imap_get_session()
856                 inside a thread.
857
858 2005-06-09 [colin]      1.9.11cvs54
859
860         * src/imap.c
861                 o add a bit of status output
862                 o remove some dead code
863                 o threadize get_list_of_uids
864                 o threadize imap_get_flags
865                 o defer flag changing by 500ms so that they
866                   can be batched
867
868
869 2005-06-08 [colin]      1.9.11cvs53
870
871         * src/imap.c
872                 Thread-ize imap_cmd_fetch
873
874 2005-06-08 [colin]      1.9.11cvs52
875
876         * src/main.c
877                 Mmh, that broke POP3...
878
879 2005-06-08 [colin]      1.9.11cvs51
880
881         * src/main.c
882                 Stabilize IMAP patch (thanks to Hoa)
883
884 2005-06-08 [colin]      1.9.11cvs50
885
886         * src/imap.c
887                 Test patch to speed up imap. 
888
889 2005-06-08 [colin]      1.9.11cvs49
890
891         * src/imap_gtk.c
892                 Warning fix
893         * src/procmime.c
894                 Apply patch from gentoo to use /usr/share/mime/globs if 
895                 available, after un-breaking it
896         * src/common/log.c
897         * src/common/log.h
898                 Use g_timeout for invoking hooks that possibly use gtk
899                 calls. This should leave gtk calls in the main thread.
900
901 2005-06-08 [paul]       1.9.11cvs48
902
903         * src/codeconv.c
904                 conv_get_outgoing_charset_str(): don't
905                 use prefs_common setting
906         * src/compose.c
907         * src/compose.h
908                 add /Options/Character encoding/... to
909                 temporarily change the outgoing encoding
910
911         (belated sync with main)
912
913 2005-06-08 [paul]       1.9.11cvs47
914
915         * src/compose.c
916                 correction to/completion of last
917                 sync with main
918
919 2005-06-08 [paul]       1.9.11cvs46
920
921         sync with main:
922         
923         * src/codeconv.c
924         * src/codeconv.h
925                 always enabled Japanese auto-detection
926                 if the first letters of locale string
927                 is "ja"
928         * src/compose.c
929                 don't use "destroy" signal to destroy
930                 Compose object (fix rare crashes on discard?)
931         * src/mainwindow.c
932         * src/messageview.c
933         * src/prefs_send.c
934                 added Hebrew encodings
935         * src/sourcewindow.c
936                 don't use "destroy" signal to destroy
937                 objects
938
939 2005-06-07 [colin]      1.9.11cvs45
940
941         * src/summaryview.c
942                 Add missing unlocks/locks
943
944 2005-06-07 [paul]       1.9.11cvs44
945
946         * src/summaryview.c
947                 restore bug #749 fix
948
949 2005-06-06 [colin]      1.9.11cvs43
950
951         * src/summaryview.c
952                 Fix selection bug when prefs_common.open_unread 
953                 is FALSE
954
955 2005-06-06 [colin]      1.9.11cvs42
956
957         * src/common/md5.c
958                 Fix a warning
959         * src/summaryview.c
960         * src/folderview.c
961                 Factorize long operations beginning and end
962                 (locking, freezing/thawing, cursor, ...)
963                 Check selection->data member in selection-
964                 related loops; this avoids dying an awful
965                 death if the selection changes on us while
966                 we're marking a whole IMAP folder unread, 
967                 for example.
968
969 2005-06-06 [paul]       1.9.11cvs41
970
971         * src/textview.c
972                 don't g_free() a static gchar buffer
973
974 2005-06-05 [colin]      1.9.11cvs40
975
976         * src/mainwindow.c
977         * src/messageview.c
978         * src/summaryview.c
979                 Fix bug #749 (Show all headers should be
980                 sticky as the GUI suggests)
981
982 2005-06-03 [paul]       1.9.11cvs39
983
984         * src/compose.c
985                 don't allow editing of mail while sending.
986                 patch by Colin
987
988 2005-06-03 [paul]       1.9.11cvs38
989
990         * src/folderview.c
991                 add a freeze/thaw to speed up 'mark all read'
992
993 2005-06-03 [paul]       1.9.11cvs37
994
995         * src/prefs_message.c
996                 reflect changes immediately
997
998 2005-06-02 [colin]      1.9.11cvs36
999
1000         * po/POTFILES.in
1001                 Patch by Fabien Vantard.
1002
1003 2005-06-02 [colin]      1.9.11cvs35
1004
1005         * src/imap.c
1006                 Use a non-blocking imap_getline() if possible.
1007                 This should completely prevent the interface
1008                 from freezin on imap operations, although it
1009                 may do strange stuff in case of folder switching
1010                 while a big imap operation is taking place...
1011
1012                 In addition, fix a leak in the case thread
1013                 creation fails on connection.
1014
1015 2005-06-02 [colin]      1.9.11cvs34
1016
1017         * src/crash.c
1018         * src/prefs_common.h
1019                 Fix build (prefs_common_init() doesn't exist
1020                 anymore)
1021
1022 2005-06-02 [colin]      1.9.11cvs33
1023
1024         * src/prefs_account.c
1025                 Fix bug #245 (filtering rules broken when
1026                 renaming a remote account (imap4 or nntp)
1027
1028 2005-06-02 [colin]      1.9.11cvs32
1029
1030         * src/imap.c
1031                 Try to fix IMAP shortcomings: 
1032                 o Multithread imap_open()
1033                 o allow offline-mode overriding instead of
1034                   just returning NULL
1035         * src/imap_gtk.c
1036         * src/imap_gtk.h
1037                 Add a function to ask whether we want to
1038                 override offline-mode for 10 minutes (one-shot
1039                 asking was painful)
1040         * src/procheader.c
1041                 Fix segfault when imap parser isn't happy about
1042                 a missing {
1043
1044 2005-06-01 [colin]      1.9.11cvs31
1045
1046         * src/addrharvest.c
1047         * src/compose.c
1048         * src/mbox.c
1049         * src/mbox.h
1050         * src/mh.c
1051         * src/msgcache.c
1052         * src/send_message.c
1053         * src/setup.c
1054         * src/undo.c
1055         * src/common/hooks.c
1056         * src/common/prefs.c
1057         * src/common/template.c
1058         * src/common/utils.c
1059         * src/gtk/gtkutils.c
1060         * src/gtk/inputdialog.c
1061         * src/gtk/menu.c
1062         * src/gtk/pluginwindow.c
1063         * src/gtk/prefswindow.c
1064         * src/plugins/pgpmime/passphrase.c
1065         * src/plugins/pgpmime/prefs_gpg.c
1066                 More -Wall fixes
1067
1068         * src/common/Makefile.am
1069         * src/common/timing.h
1070                 Add basic timing code
1071
1072         * src/summaryview.c
1073                 Fix a bug with unread messages when 
1074                 re-sorting folders, and by the way
1075                 fix a big performance hit when 
1076                 re-sorting (10k mails: before 5s,
1077                 after .5s)
1078
1079         * src/prefs_compose_writing.c
1080         * src/prefs_compose_writing.h
1081         * src/prefs_message.c
1082         * src/prefs_message.h
1083         * src/prefs_other.c
1084         * src/prefs_other.h
1085         * src/prefs_quote.c
1086         * src/prefs_quote.h
1087         * src/prefs_receive.c
1088         * src/prefs_receive.h
1089         * src/prefs_send.c
1090         * src/prefs_send.h
1091         * src/prefs_summaries.c
1092         * src/prefs_summaries.h
1093                 Fix copyright banner
1094
1095 2005-06-01 [paul]       1.9.11cvs30
1096
1097         * po/fi.po
1098                 updated by Flammie Pirinen
1099         * src/procmime.c
1100                 fix 'Bad BASE64 content' output
1101
1102 2005-05-31 [colin]      1.9.11cvs29
1103
1104         * src/procmime.c
1105                 Oops, where did my hunk go.
1106
1107 2005-05-31 [colin]      1.9.11cvs28
1108
1109         * src/Makefile.am
1110         * src/account.c
1111         * src/action.c
1112         * src/addr_compl.c
1113         * src/addressbook.c
1114         * src/codeconv.c
1115         * src/compose.c
1116         * src/export.c
1117         * src/folder.c
1118         * src/folderview.c
1119         * src/image_viewer.c
1120         * src/main.c
1121         * src/mainwindow.c
1122         * src/messageview.c
1123         * src/mimeview.c
1124         * src/msgcache.c
1125         * src/prefs_account.c
1126         * src/prefs_actions.c
1127         * src/prefs_common.c
1128         * src/prefs_compose_writing.c
1129         * src/prefs_customheader.c
1130         * src/prefs_ext_prog.c
1131         * src/prefs_filtering.c
1132         * src/prefs_filtering_action.c
1133         * src/prefs_fonts.c
1134         * src/prefs_image_viewer.c
1135         * src/prefs_message.c
1136         * src/prefs_message.h
1137         * src/prefs_msg_colors.c
1138         * src/prefs_other.c
1139         * src/prefs_other.h
1140         * src/prefs_quote.c
1141         * src/prefs_receive.c
1142         * src/prefs_receive.h
1143         * src/prefs_send.c
1144         * src/prefs_send.h
1145         * src/prefs_spelling.c
1146         * src/prefs_summaries.c
1147         * src/prefs_summary_column.c
1148         * src/prefs_template.c
1149         * src/prefs_themes.c
1150         * src/prefs_toolbar.c
1151         * src/prefs_wrapping.c
1152         * src/procmime.c
1153         * src/procmsg.c
1154         * src/send_message.h
1155         * src/ssl_manager.c
1156         * src/summary_search.c
1157         * src/summaryview.c
1158         * src/textview.c
1159         * src/wizard.c
1160         * src/common/smtp.c
1161         * src/common/smtp.h
1162         * src/gtk/gtkutils.h
1163                 o Move the rest of Common prefs to new style
1164                 o Lots of -Wall warning fixes
1165                 o fix FIXME in cache memusage calculation
1166                 o Let return receipts be sent from any account
1167                 o Little cache optimisation (read)
1168                 o Fix bug #746 (don't treat commas as separators
1169                   when inside a quoted string)
1170
1171 2005-05-31 [paul]       1.9.11cvs27
1172
1173         * src/prefs_common.c
1174                 fix 'off-by-one' typo
1175
1176 2005-05-31 [paul]       1.9.11cvs26
1177
1178         * src/account.c
1179         * src/addr_compl.c
1180         * src/compose.c
1181         * src/foldersel.c
1182         * src/prefs_actions.c
1183         * src/prefs_common.c
1184         * src/prefs_common.h
1185         * src/prefs_customheader.c
1186         * src/prefs_display_header.c
1187         * src/prefs_filtering.c
1188         * src/prefs_filtering_action.c
1189         * src/prefs_matcher.c
1190         * src/prefs_summaries.c
1191         * src/prefs_summary_column.c
1192         * src/prefs_template.c
1193         * src/prefs_toolbar.c
1194         * src/ssl_manager.c
1195         * src/gtk/pluginwindow.c
1196         * src/gtk/prefswindow.c
1197         * src/gtk/progressdialog.c
1198                 add hidden prefs 'enable_rules_hint'
1199                 for gtk_tree_view_set_rules_hint()
1200                 (sync with main)
1201                 
1202
1203 2005-05-31 [colin]      1.9.11cvs25
1204
1205         * src/Makefile.am
1206         * src/main.c
1207         * src/prefs_common.c
1208         * src/prefs_summaries.c ** ADDED **
1209         * src/prefs_summaries.h ** ADDED **
1210                 Common/Display -> Display/Summaries
1211
1212 2005-05-31 [colin]      1.9.11cvs24
1213
1214         * src/Makefile.am
1215         * src/main.c
1216         * src/prefs_quote.c ** ADDED **
1217         * src/prefs_quote.h ** ADDED **
1218                 Move Common/Quote to Compose/Quoting
1219         * src/prefs_common.c
1220         * src/prefs_common.h
1221                 Remove old quote stuff, add
1222                 convenience functions for GtkTextView prefs
1223         * src/gtk/prefswindow.c
1224                 Set default height higher
1225
1226 2005-05-30 [colin]      1.9.11cvs23
1227
1228         * src/Makefile.am
1229         * src/main.c
1230         * src/prefs_common.c
1231         * src/prefs_compose_writing.c ** ADDED **
1232         * src/prefs_compose_writing.h ** ADDED **
1233                 Move Common/Compose prefs to Compose/Writing
1234
1235 2005-05-30 [colin]      1.9.11cvs22
1236
1237         * src/common/utils.c
1238                 Fix bug #651 (Confused Attract by Subject)
1239                 Patch by M. Benkmann <haferfrost@web.de>
1240         * AUTHORS
1241
1242 2005-05-30 [colin]      1.9.11cvs21
1243
1244         * src/compose.c
1245                 Fix concatenation of different headers of
1246                 the same type (bug #645)
1247         * src/prefs_folder_item.c
1248                 Fix bug #699 (setting color to black doesn't
1249                 work immediately)
1250         * src/procmime.c
1251                 Print out decoding error only once per
1252                 block
1253
1254 2005-05-30 [paul]       1.9.11cvs20
1255
1256         * src/common/template.c
1257                 fix Bcc
1258
1259 2005-05-30 [paul]       1.9.11cvs19
1260
1261         * doc/src/rfc2368.txt   **NEW FILE**
1262         * src/compose.c
1263                 compose_entries_set(): don't interpret Bcc
1264                 header field (conform to RFC 2368)
1265                 (sync with main)
1266
1267 2005-05-29 [colin]      1.9.11cvs18
1268
1269         * src/prefs_common.c
1270                 Let the default reply format respect
1271                 netiquette by cutting the signature.
1272
1273 2005-05-29 [colin]      1.9.11cvs17
1274
1275         * src/summaryview.c
1276                 Don't let always_show_msg override
1277                 open_unread_on_enter when opening a new
1278                 directory.
1279
1280 2005-05-27 [paul]       1.9.11cvs16
1281
1282         sync with main:
1283
1284         * src/main.c
1285                 app_will_exit(): cleanup tmp directory when exit
1286         * src/message_search.c
1287                 improved the interface and made code cleanup.
1288                 removed Clear button
1289         * src/send_message.c
1290                 send_message_local(): use GSpawn, and detect errors
1291         * src/summary_search.c
1292                 improved the interface and made code cleanup
1293         * src/textview.c
1294                 textview_write_link(): also skip non-ascii space
1295                  at the head of link strings (phishing check
1296                  didn't work at the case)
1297         * src/common/utils.c
1298                 get_command_output(): use g_spawn_command_line_sync()
1299                 instead of popen()
1300
1301 2005-05-26 [colin]      1.9.11cvs15
1302
1303         * src/folder.c
1304                 remove printf
1305
1306 2005-05-26 [colin]      1.9.11cvs14
1307
1308         * src/common/nntp.c
1309                 Fix nntp mode reader (bug #611)
1310                 Patch by Florian Mickler <florian@mickler.org>
1311
1312 2005-05-26 [colin]      1.9.11cvs13
1313
1314         * src/plugins/pgpmime/passphrase.c
1315                 Fix mouse grabbing (bug #557)
1316
1317 2005-05-26 [colin]      1.9.11cvs12
1318
1319         * src/prefs_themes.c
1320                 Fix g_warning (bug #541)
1321
1322 2005-05-26 [colin]      1.9.11cvs11
1323
1324         * src/prefs_actions.c
1325         * src/prefs_template.c
1326                 Fix bug #506 (no warning if action/template
1327                 is not saved)
1328         * src/common/template.c
1329                 Fix a possible crash
1330
1331 2005-05-26 [colin]      1.9.11cvs10
1332
1333         * src/folder.c
1334         * src/folderview.c
1335         * src/procmsg.c
1336         * src/summaryview.c
1337                 Forbid locked messages to be moved or
1338                 deleted. Locked messages in trashes 
1339                 still get deleted, for performance
1340                 reason (mh.c::mh_remove_all_msgs)
1341
1342 2005-05-25 [colin]      1.9.11cvs9
1343
1344         * src/procmime.c
1345                 Use correct encoding when sending mails
1346                 with attachments that have accentued 
1347                 chars in their name
1348
1349 2005-05-24 [colin]      1.9.11cvs8
1350
1351         * src/summaryview.c
1352                 Fix bug #688 f) read/unread marker not
1353                 changed on first click
1354                 Also, optimize summary_status_show()
1355                 calls
1356         * src/folder.c
1357         * src/inc.c
1358         * src/procmime.c
1359                 Fix bug #688 b) and c) wrt message
1360                 attachments and signature
1361         * src/stock_pixmap.c
1362         * src/stock_pixmap.h
1363         * src/stock_pixmap.c
1364         * src/stock_pixmap.h
1365         * src/Makefile.am
1366         * src/pixmaps/clip_gpg_signed.xpm
1367                 Add clip/signed icon
1368
1369 2005-05-24 [colin]      1.9.11cvs7
1370
1371         * src/folder_item_prefs.c
1372                 whitespace fix
1373
1374 2005-05-24 [colin]      1.9.11cvs6
1375
1376         * src/folderview.c
1377         * src/prefs_common.c
1378         * src/prefs_common.h
1379                 Add a confirmation to folder drag and drop
1380                 fixes bug #156
1381         * src/alertpanel.c
1382         * src/alertpanel.h
1383                 fix _with_disable parameters so that
1384                 the buttons labels are specifiable too
1385         * src/plugins/pgpmime/sgpgme.c
1386                 reflect said change
1387                 
1388
1389 2005-05-24 [colin]      1.9.11cvs5
1390
1391         * src/folderview.c
1392                 Uncollapse/collapse folders on double-click
1393                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1394                 closes bug #108
1395
1396 2005-05-23 [colin]      1.9.11cvs4
1397
1398         * src/common/socket.c
1399                 Check another special SSL_peek() error.
1400                 Should help wrt bug #728
1401
1402 2005-05-23 [colin]      1.9.11cvs3
1403
1404         * src/plugins/pgpmime/pgpmime.c
1405                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1406                 breaking menu accelerators and stuff. Users will have to
1407                 reselect "PGP MIME" instead of "PGP/MIME" in their 
1408                 account's privacy preferences if needed.
1409
1410 2005-05-22 [paul]
1411
1412         * tools/kdeservicemenu/install.sh
1413                 use kdesu to prompt for root password if doing
1414                 global install/uninstall
1415
1416 2005-05-20 [colin]      1.9.11cvs2
1417
1418         * src/procmsg.c
1419                 Fix another compilation error with gcc-2.9x
1420                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1421         * src/send_message.c
1422                 Don't send QUIT if we aren't connected
1423
1424 2005-05-19 [colin]      1.9.11cvs1
1425
1426         * src/procmsg.c
1427                 Fix compilation with gcc 2.9x
1428
1429 2005-05-19 [paul]       1.9.11
1430
1431         1.9.11 released
1432
1433 2005-05-19 [paul]       1.9.9cvs14
1434
1435         * src/gtk/inputdialog.c
1436                 prevent gettext warning
1437
1438 2005-05-19 [paul]       1.9.9cvs13
1439
1440         * src/mainwindow.c
1441         * src/prefs_common.c
1442         * src/prefs_common.h
1443         * src/textview.c
1444         * src/textview.h
1445                 add an option to toggle cursor in message
1446                 view (sync with main)
1447
1448 2005-05-18 [colin]      1.9.9cvs12
1449
1450         * src/compose.c
1451                 Dereference freed pointer
1452         * src/gtk/gtkaspell.c
1453                 Fix duplication of dictionaries (is it an aspell issue?)
1454
1455 2005-05-18 [colin]      1.9.9cvs11
1456
1457         * src/gtk/inputdialog.c
1458         * src/gtk/gtkaspell.c
1459                 HIGuify dialogs
1460         * src/alertpanel.c
1461                 Remove a double call
1462
1463 2005-05-17 [colin]      1.9.9cvs10
1464
1465         * src/gtk/gtkaspell.c
1466                 Fix dialogs, Ctrl-Enter accel
1467
1468 2005-05-17 [colin]      1.9.9cvs9
1469
1470         * src/gtk/gtkaspell.c
1471                 Fix some accelerators, escape in replace-window
1472
1473 2005-05-16 [colin]      1.9.9cvs8
1474
1475         * src/gtk/gtkaspell.c
1476                 Revert last commit, it was a mistake.
1477
1478 2005-05-16 [colin]      1.9.9cvs7
1479
1480         * src/gtk/gtkaspell.c
1481                 Remove buggy code while we're at it. It's a 
1482                 dead code path anyway.
1483
1484 2005-05-16 [colin]      1.9.9cvs6
1485
1486         * src/gtk/gtkaspell.c
1487                 Missed some gtk_menu_popup where deactivate
1488                 signal should be handled. Should fix bug
1489                 #629 a bit more.
1490
1491 2005-05-16 [colin]      1.9.9cvs5
1492
1493         * src/gtk/gtkaspell.c
1494                 Remove debug printf()s
1495
1496 2005-05-16 [colin]      1.9.9cvs4
1497
1498         * src/gtk/gtkaspell.c
1499                 Fix a bit aspell problems
1500                 (see bug #629)
1501
1502 2005-05-13 [colin]      1.9.9cvs3
1503
1504         * src/folderview.c
1505                 Fix the + appearing even when no subfolders
1506                 have unread messages. Thanks to wwp for the
1507                 bug report.
1508
1509 2005-05-11 [paul]       1.9.9cvs2
1510
1511         * src/folderview.c
1512                 correction to 1.9.9cvs1, only colour folders that
1513                 have new msgs (not unread msgs)
1514
1515 2005-05-10 [colin]      1.9.9cvs1
1516
1517         * src/folderview.c
1518         * src/summaryview.c
1519                 Try to fix bolding bugs again.
1520
1521 2005-05-09 [paul]
1522
1523         * tools/claws.i18n.status.pl
1524                 add Ricardo Mones Lastra's script that has been providing
1525                 the i18n status page for many months
1526
1527 2005-05-09 [paul]       1.9.9
1528
1529         1.9.9 release
1530
1531 2005-05-09 [paul]       1.9.6cvs58
1532
1533         * AUTHORS
1534         * INSTALL
1535         * README.claws
1536                 updated
1537         * Makefile.am 
1538         * RELEASE_NOTES.claws
1539                 add release notes to cvs to simplify release
1540                 procedure
1541         * configure.ac
1542                 add ca and fi to ALL_LINGUAS
1543         * po/Makefile.in.in
1544                 workaround for missing Makevars
1545         * po/ca.po
1546         * po/fi.po
1547                 add new Catalan and Finnish translations
1548                 submitted by Miquel Oliete and Flammie Pirinen
1549         * po/de.po
1550         * po/es.po
1551         * po/fr.po
1552         * po/it.po
1553         * po/pl.po
1554         * po/ru.po
1555         * po/sk.po
1556         * po/sr.po
1557         * po/zh_CN.po
1558                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1559                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1560                 Urke MMI, and Hansom Young
1561         * src/main.c
1562                 Fix drafting when quitting. compose_draft() closes the
1563                 compose windows, which modifies the compose_list GSList.
1564                 We have to refresh this list after echo drafting to avoid a
1565                 segfault
1566         * src/partial_download.c
1567                 fix segfault on exit
1568
1569 2005-05-06 [paul]       1.9.6cvs57
1570
1571         * src/grouplistdialog.c
1572                 quick fix/workaround for unresizeable newsgroup
1573                 name column 
1574
1575 2005-05-06 [paul]       1.9.6cvs56
1576
1577         * src/inc.c
1578         * src/mainwindow.c
1579                 use gettext plural forms
1580         * src/imap_gtk.c
1581         * src/mh_gtk.c
1582         * src/toolbar.c
1583                 small improvement to english usage
1584
1585 2005-05-05 [thorsten]   1.9.6cvs55
1586
1587         * src/folder.c
1588                 fix possible crash
1589
1590 2005-05-05 [paul]       1.9.6cvs54
1591         
1592         sync with HEAD
1593
1594         * AUTHORS
1595         * src/compose.c
1596                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1597                 patch by Tim Mann
1598
1599 2005-05-05 [paul]       1.9.6cvs53
1600
1601         * src/mainwindow.c
1602                 fix resizing of separate message and
1603                 folder views
1604
1605 2005-05-05 [paul]       1.9.6cvs52
1606
1607         * src/account.c
1608         * src/addrgather.c
1609         * src/browseldap.c
1610         * src/exphtmldlg.c
1611         * src/expldifdlg.c
1612         * src/importmutt.c
1613         * src/importpine.c
1614         * src/main.c
1615         * src/mainwindow.c
1616         * src/noticeview.c
1617         * src/prefs_filtering.c
1618         * src/prefs_filtering_action.c
1619         * src/prefs_matcher.c
1620         * src/prefs_spelling.c
1621         * src/prefs_toolbar.c
1622         * src/toolbar.c
1623         * src/wizard.c
1624         * src/gtk/description_window.c
1625         * src/gtk/gtkvscrollbutton.c
1626         * src/gtk/progressdialog.c
1627         * src/gtk/quicksearch.c
1628         * src/plugins/pgpmime/prefs_gpg.c
1629         * src/plugins/spamassassin/spamassassin_gtk.c
1630                 replace deprecated gtk_widget_set_usize
1631
1632 2005-05-04 [colin]      1.9.6cvs51
1633
1634         * src/common/utils.c
1635                 Fix crash when subst_for_filename is called
1636                 with a NULL parameter
1637
1638 2005-05-04 [colin]      1.9.6cvs50
1639
1640         * src/partial_download.c
1641         * src/pop.c
1642                 Escape login when writing uidl file
1643                 fixes bug #736
1644
1645 2005-05-03 [colin]      1.9.6cvs49
1646
1647         * src/procmime.c
1648                 Fix possible DOS in mime parser
1649                 (see bug #634)
1650
1651 2005-05-02 [colin]      1.9.6cvs48
1652
1653         * src/compose.c
1654                 Try to fix the copy/paste mess once again.
1655
1656
1657 2005-04-30 [colin]      1.9.6cvs47
1658
1659         * src/prefs_account.h
1660         * src/procmsg.c
1661         * src/send_message.c
1662         * src/common/smtp.c
1663         * src/common/smtp.h
1664                 Try to batch sending mails (per account) instead of
1665                 reconnecting to server every time.
1666
1667 2005-04-29 [colin]      1.9.6cvs46
1668
1669         * src/messageview.c
1670                 Fix window resizing that refused to size down
1671         * src/prefs_common.c
1672         * src/prefs_common.h
1673         * src/prefs_filtering.c
1674                 Save Filtering's window size
1675
1676 2005-04-21 [paul]       1.9.6cvs45
1677
1678         * ChangeLog-gtk2.claws
1679         * src/setup.c
1680                 correction to sync
1681
1682 2005-04-21 [paul]       1.9.6cvs44
1683
1684         sync with main:
1685
1686         * src/setup.c
1687         * src/statusbar.c
1688         * src/statusbar.h
1689                 use gtkut_widget_draw_now(). Improved performance
1690                 of the update of statusbar
1691         * src/textview.c
1692                 textview_smooth_scroll_do(): redraw it after scroll
1693                 is done (fixed incorrect display when a part of the
1694                 view is hidden).
1695         * src/gtk/gtkutils.c
1696         * src/gtk/gtkutils.h
1697                 gtkut_widget_draw_now(): use gdk_window_process_updates()
1698                 to force update of widgets.
1699                 Removed gtkut_widget_wait_for_draw() which had a big
1700                 overhead  because of waiting for all events processed 
1701
1702 2005-04-20 [paul]       1.9.6cvs43
1703
1704         * src/codeconv.c
1705                 complete 1.9.6cvs42's sync:
1706                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1707
1708 2005-04-19 [paul]       1.9.6cvs42
1709
1710         sync with main:
1711
1712         * src/action.c
1713                 catch_output(): correctly select the insert text
1714                 (fix invalid iterator warnings).
1715         * src/codeconv.c
1716         * src/codeconv.h
1717         * src/mainwindow.c
1718         * src/messageview.c
1719         * src/prefs_common.c
1720                 support GBK encoding.
1721         * src/common/session.c
1722         * src/common/session.h
1723                 use separate buffer for large data to be sent,
1724                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1725
1726 2005-04-18 [paul]       1.9.6cvs41
1727
1728         * src/jpilot.c
1729                 convert unsigned long into guint32
1730                 patch by Paul LeoNerd Evans 
1731
1732 2005-04-17 [colin]      1.9.6cvs40
1733
1734         * src/compose.c
1735                 Fix 'Request return receipt' from folder
1736                 properties (bug #708)
1737
1738 2005-04-17 [colin]      1.9.6cvs39
1739
1740         * src/mainwindow.c
1741                 Fix duplicate hotkeys in Mainwindow's menu
1742
1743 2005-04-17 [colin]      1.9.6cvs38
1744
1745         * src/folderview.c
1746                 Fix duplicate hotkeys in Folderview's contextual
1747                 menu
1748
1749 2005-04-15 [colin]      1.9.6cvs37
1750
1751         * src/summaryview.c
1752                 Fix 'Save as...' with non-ascii filenames
1753
1754 2005-04-15 [colin]      1.9.6cvs36
1755
1756         * src/plugins/pgpmime/pgpmime.c
1757                 Fix bus error on 64bit. Spotted by 
1758                 macallan1888@gmail.com
1759
1760 2005-04-15 [colin]      1.9.6cvs35
1761
1762         * src/prefs_account.c
1763                 Fix cvs34.
1764
1765 2005-04-12 [colin]      1.9.6cvs34
1766
1767         * src/prefs_account.c
1768                 Fix smtp auth type off-by-one. We forgot to
1769                 add PLAIN in the prefs-to-gui setter func and
1770                 as a result, the selected auth when opening
1771                 account prefs was not the correct one.
1772
1773 2005-04-12 [paul]       1.9.6cvs33
1774
1775         * src/inc.c
1776                 if the recv dialog is visible, Cancel only
1777                 cancels the current account
1778
1779
1780 2005-04-10 [colin]      1.9.6cvs32
1781
1782         * src/filtering.c
1783                 Copy score when copying FilteringActions
1784                 Fix bug #674
1785
1786 2005-04-10 [colin]      1.9.6cvs31
1787
1788         * src/inc.c
1789                 Make Message -> Receive -> Cancel cancel 
1790                 incorporation on all accounts. Fixes
1791                 bug #693
1792
1793 2005-04-10 [colin]      1.9.6cvs30
1794
1795         * src/prefs_account.c
1796                 Update Privacy checkbuttons status based
1797                 on the selected privacy system
1798         * src/compose.c
1799                 Always connect the "None" privacy system; the
1800                 static boolean was probably there to avoid
1801                 reconnecting twice in the same compose window,
1802                 but as the parent function is only called once
1803                 per compose, it's only a bug - as a static is
1804                 initialized once per application instance.
1805                 Also, don't uncheck Sign and Encrypt when
1806                 selecting None as privacy system; just ignore
1807                 them when sending/queuing.
1808                 Should fix bug #695
1809
1810 2005-04-08 [colin]      1.9.6cvs29
1811
1812         * src/account.c
1813         * src/prefs_account.c
1814         * src/prefs_account.h
1815                 Add account preference to queue message in a certain
1816                 folder.
1817
1818 2005-04-06 [colin]      1.9.6cvs28
1819
1820         * src/prefs_account.c
1821                 Update old inbox path syntax
1822
1823 2005-04-06 [paul]       1.9.6cvs27
1824
1825         sync with main:
1826
1827         * configure.ac
1828                 changed -traditional-cpp to -no-cpp-precomp for newer
1829                 Mac OS X support
1830         * src/foldersel.c
1831                 made column resize automatically
1832         * src/send_message.c
1833                 send_message_smtp(): consider EOF right after QUIT
1834                 successful (workaround for Gmail SMTP server)
1835         * src/common/socket.c
1836                 ssl_read(), ssl_peek(): check EOF which violates the
1837                 SSL protocol
1838         * src/gtk/colorlabel.c
1839                 removed warnings when displaying colorlabel menu
1840                 (don't use GtkAlignment)
1841
1842 2005-04-05 [paul]       1.9.6cvs26
1843
1844         * src/plugins/trayicon/trayicon.c
1845                 fix clipping of icon under KDE3 
1846
1847 2005-04-05 [paul]       1.9.6cvs25
1848
1849         * src/summaryview.c
1850                 hide display of threading
1851                 patch by Alfons
1852
1853 2005-04-04 [thorsten]   1.9.6cvs24
1854
1855         * src/mh.c
1856                 marks lost on filesystems with different stat() results on
1857                 summer-/wintertime
1858
1859 2005-04-03 [colin]      1.9.6cvs23
1860
1861         * src/summaryview.c
1862                 Don't handle up/down. Patch by Alfons
1863
1864 2005-04-02 [colin]      1.9.6cvs22
1865
1866         * src/summaryview.c
1867                 Make scrolling faster. Patch by Alfons.
1868
1869 2005-04-01 [colin]      1.9.6cvs21
1870
1871         * src/Makefile.am
1872         * src/stock_pixmap.c
1873         * src/pixmaps/dir-noselect.xpm ** REMOVED **
1874         * src/pixmaps/dir_noselect.xpm ** ADDED **
1875                 Fix pixmap name mismatch (Thanks Stephan Sachse)
1876
1877 2005-04-01 [colin]      1.9.6cvs20
1878
1879         * src/image_viewer.c
1880         * src/image_viewer.h
1881         * src/procmime.c
1882         * src/procmime.h
1883         * src/textview.c
1884         * src/textview.h
1885                 Implement inline image resizing and right-clicking
1886
1887 2005-04-01 [paul]       1.9.6cvs19
1888
1889         * AUTHORS
1890         * Makefile.am
1891         * configure.ac
1892                 check for gnome2
1893                 patch by Luca Cavalli <loopback<AT>slackit.org>
1894         * po/ru.po
1895                 updated by Pavlo Bohmat
1896
1897 2005-03-31 [colin]      1.9.6cvs18
1898
1899         * src/news.c
1900                 Fix parsing references
1901         * src/msgcache.c
1902                 don't put nulls in the references list
1903         * src/procheader.c
1904                 commit that forgotten file in 1.9.6cvs14
1905
1906 2005-03-31 [colin]      1.9.6cvs17
1907
1908         * src/compose.c
1909                 Fix joining of signature separator again. 
1910                 Maybe Hiro could put it in main too...
1911
1912 2005-03-31 [colin]      1.9.6cvs16
1913
1914         * src/Makefile.am
1915         * src/foldersel.c
1916         * src/stock_pixmap.c
1917         * src/stock_pixmap.h
1918         * src/pixmaps/dir-noselect.xpm
1919                 Update foldersel.c (sync from main, patch by Alfons)
1920
1921 2005-03-30 [colin]      1.9.6cvs15
1922
1923         * src/imap.c
1924                 Fix handling of imap folders containing [] in 
1925                 their name. Thanks to Nahuel Angelinetti for
1926                 the detailed bugreport.
1927
1928 2005-03-30 [colin]      1.9.6cvs14
1929
1930         * src/common/utils.h
1931         * src/common/utils.c
1932         * src/common/defs.h
1933         * src/matcher.c
1934         * src/msgcache.c
1935         * src/news.c
1936         * src/procmsg.c
1937         * src/procmsg.h
1938         * src/quote_fmt_parse.y
1939         * src/summaryview.c
1940                 Update references system. Patch by Alfons
1941
1942 2005-03-30 [colin]      1.9.6cvs13
1943
1944         * src/common/socket.c
1945                 Force the glibc to read resolv.conf again when 
1946                 it has changed. Should fix issues when changing
1947                 networks on a laptop and not restarting sylpheed. 
1948
1949 2005-03-30 [paul]       1.9.6cvs12
1950
1951         partial sync with main:
1952
1953         * src/action.c
1954                 create_io_dialog(): use user-defined text font
1955                 (thanks to Alfons), and modified its appearance.
1956         * src/addrgather.c
1957         * src/addrharvest.c
1958         * src/browseldap.c
1959                 replace old code
1960         * src/compose.c
1961                 don't join (presumably) itemized lines on line-wrapping
1962                 fixed wrapping of quote when auto-wrapping is enabled
1963                 compose_destroy(): destroy paned only if it's not
1964                 attached to window. Fixed memory leak of popup menu.
1965         * src/exphtmldlg.c
1966         * src/expldifdlg.c
1967                 replace old code
1968         * src/html.c
1969         * src/html.h
1970         * src/importmutt.c
1971         * src/importpine.c
1972                 replace old code
1973         * src/main.c
1974                 removed redundant code
1975         * src/mainwindow.c
1976                 changed 'Code set' (which is rather incorrect)
1977                 in the menu to 'Character encoding'
1978                 main_window_set_widgets(): request size first
1979                 to prevent window size becoming wrong
1980                 fixed remembering of the state of the visibility
1981                 of MessageView
1982         * src/messageview.c
1983                 changed 'Code set' (which is rather incorrect)
1984                 in the menu to 'Character encoding'
1985         * src/prefs_common.c
1986         * src/prefs_common.h
1987                 added an option whether to render HTML as text or not
1988                 added separators to outgoing encoding menu
1989         * src/procheader.c
1990                 procheader_scan_date_string(): support header
1991                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1992         * src/summaryview.c
1993         * src/summaryview.h
1994                 minor code cleanup
1995         * src/textview.c
1996                 textview_show_html(): force output of newline
1997                 added an option whether to render HTML as text or not
1998         * src/common/utils.c
1999                 strncpy2(): optimized based on Alfons' code
2000         * src/gtk/gtkutils.c
2001         * src/gtk/gtkutils.h
2002                 removed non-used code
2003         * src/plugins/pgpmime/passphrase.c
2004                 partially fixed grab input of passphrase dialog
2005                 Confine pointer to window
2006
2007 2005-03-30 [colin]      1.9.6cvs11
2008
2009         * src/msgcache.c
2010         * src/msgcache.h
2011                 Read/write 32bit ints from cache & marks
2012                 From main.
2013
2014 2005-03-29 [paul]       1.9.6cvs10
2015
2016         * AUTHORS
2017         * ChangeLog.claws
2018         * src/compose.c
2019         * src/gtk/gtkaspell.c
2020                 sync with HEAD (don't pass NULL pointers) 
2021
2022 2005-03-24 [paul]
2023
2024         * tools/Makefile.am
2025         * tools/README
2026         * tools/acroread2sylpheed.pl
2027                 sync with HEAD (add script to send pdfs as
2028                 attachments from Adobe Reader 7)
2029
2030 2005-03-21 [paul]       1.9.6cvs9
2031
2032         * configure.ac
2033         * po/POTFILES.in
2034         * src/Makefile.am
2035         * src/crash.c
2036         * src/image_viewer.c ** ADDED **
2037         * src/image_viewer.h ** ADDED **
2038         * src/main.c
2039         * src/prefs_common.c
2040         * src/prefs_common.h
2041         * src/prefs_image_viewer.c ** ADDED **
2042         * src/prefs_image_viewer.h ** ADDED **
2043         * src/textview.c
2044         * src/gtk/about.c
2045         * src/pixmaps/sylpheed_logo.xpm
2046         * src/plugins/Makefile.am
2047         * src/plugins/image_viewer/.cvsignore ** REMOVED **
2048         * src/plugins/image_viewer/Makefile.am ** REMOVED **
2049         * src/plugins/image_viewer/plugin.c ** REMOVED **
2050         * src/plugins/image_viewer/viewer.c ** REMOVED **
2051         * src/plugins/image_viewer/viewer.glade ** REMOVED **
2052         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
2053         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2054         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2055         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2056                 as gdk-pixbuf is now built-in
2057                 remove image_viewer plugin and put code back into
2058                 main codebase
2059                 implement inline image display (sync with main)
2060
2061                 replace logo with newer, nicer, larger version  
2062
2063 2005-03-21 [paul]       1.9.6cvs8
2064
2065         * src/gtk/about.c
2066                 cosmetic improvement
2067
2068 2005-03-21 [holger]     1.9.6cvs7
2069
2070         * src/plugins/spamassassin/spamassassin.c
2071                 Sync with HEAD
2072                 (unregister hook on failed plugin init)
2073
2074 2005-03-20 [colin]      1.9.6cvs6
2075
2076         * src/common/plugin.c
2077                 Check that plugin isn't already loaded
2078                 Patch by Alfons
2079
2080 2005-03-20 [thorsten]   1.9.6cvs5
2081
2082         * src/compose.c
2083                 use a more compatible syntax
2084
2085 2005-03-20 [thorsten]   1.9.6cvs4
2086
2087         * src/prefs_toolbar.c
2088                 fix crash when selecting toolbar item (uninitialized pointer)
2089
2090 2005-03-20 [thorsten]   1.9.6cvs3
2091
2092         * src/procmime.c
2093                 fix mimetype detection (referenced free()d string)
2094
2095 2005-03-20 [paul]       1.9.6cvs2
2096
2097         * src/compose.c
2098                 sync with HEAD (1.0.3cvs5)
2099                 neglect Reply-To header if empty
2100                 Patch by Alfons 
2101
2102 2005-03-19 [holger]     1.9.6cvs1
2103
2104         * src/summaryview.c
2105         * src/summaryview.h
2106                 Sync with HEAD
2107
2108 2005-03-18 [paul]       1.9.6
2109
2110         initial GTK2 release
2111
2112 2005-03-18 [paul]       1.0.3cvs3.1
2113
2114         * AUTHORS
2115         * ChangeLog.claws
2116         * configure.ac
2117         * src/gtk/about.c
2118         * src/pixmaps/sylpheed_logo.xpm
2119                 sync with HEAD
2120
2121 2005-03-18 [colin]      1.0.3cvs2.6
2122
2123         * src/summaryview.c
2124                 Remove call to summary_step in summary_copy_selected_to
2125                 Can't see its purpose, and this causes bug when copying
2126                 a message if the next one is unread: it reads it.
2127
2128 2005-03-18 [paul]       1.0.3cvs2.5
2129
2130         * src/foldersel.c
2131                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2132
2133 2005-03-18 [paul]       1.0.3cvs2.4
2134
2135         * src/addrharvest.c
2136         * src/codeconv.c
2137         * src/codeconv.h
2138         * src/compose.c
2139         * src/news.c
2140         * src/procheader.c
2141         * src/procmime.c
2142         * src/unmime.c
2143         * src/unmime.h
2144                 fix buffer overflow, CAN-2005-0667, see
2145                 http://secunia.com/advisories/14491/
2146                 Patch by Alfons
2147
2148 2005-03-17 [colin]      1.0.3cvs2.3
2149
2150         * src/prefs_fonts.c
2151         * src/summaryview.c
2152                 Fix font bugs (both lists now officialy share 
2153                 the same font)
2154                 
2155
2156 2005-03-17 [paul]       1.0.3cvs2.2
2157
2158         * src/gtk/pluginwindow.c
2159                 make plugin descriptions uneditable
2160
2161 2005-03-11 [paul]       1.0.3cvs2.1
2162
2163         * ChangeLog.claws
2164         * configure.ac
2165         * po/POTFILES.in
2166         * src/plugins/trayicon/trayicon.c
2167                 sync with HEAD
2168                 add src/wizard.c to POTFILES.in
2169
2170 2005-03-11 [paul]       1.0.3cvs1.1
2171
2172         * ChangeLog
2173         * ChangeLog.claws
2174         * configure.ac
2175         * po/de.po
2176         * po/es.po
2177         * po/fr.po
2178         * po/it.po
2179         * po/pt_BR.po
2180         * po/ru.po
2181         * po/sk.po
2182         * po/sr.po
2183         * po/zh_CN.po
2184                 sync with HEAD
2185
2186 2005-03-04 [colin]      1.0.1cvs22.2
2187
2188         * src/compose.c
2189                 Fix signatures with accentued chars in it
2190
2191 2005-03-04 [colin]      1.0.1cvs22.1
2192
2193         * src/common/smtp.c
2194         * src/common/smtp.h
2195                 Don't use SIZE param in MAIL FROM: if server 
2196                 doesn't support it. Patch by Eugen Freiter
2197                 <eugen_f@users.sf.net>
2198
2199 2005-02-27 [paul]       1.0.1cvs20.1
2200
2201         * ChangeLog.claws
2202         * configure.ac
2203         * src/messageview.c
2204                 sync with HEAD
2205
2206 2005-02-27 [colin]      1.0.1cvs19.4
2207
2208         * src/procheader.c
2209         * src/procheader.h
2210                 Fix prototypes. Patch by Alfons
2211
2212 2005-02-27 [colin]      1.0.1cvs19.3
2213
2214         * src/compose.c
2215                 Don't auto-join the signature separator.
2216
2217 2005-02-26 [colin]      1.0.1cvs19.2
2218
2219         * src/summaryview.c
2220                 Fix 'mark all read' with collapsed threads.
2221                 Patch by Alfons.
2222
2223 2005-02-25 [paul]       1.0.1cvs19.1
2224
2225         * ChangeLog.claws
2226         * configure.ac
2227         * src/prefs_account.c
2228         * src/prefs_folder_item.c
2229         * src/gtk/prefswindow.c
2230         * src/gtk/prefswindow.h
2231                 sync with HEAD
2232
2233 2005-02-25 [paul]       1.0.1cvs15.12
2234
2235         * src/alertpanel.c
2236         * src/codeconv.c
2237         * src/compose.c
2238         * src/textview.c
2239         * src/gtk/gtkutils.c
2240         * src/gtk/gtkutils.h
2241         * src/gtk/logwindow.c
2242         * src/gtk/progressdialog.c
2243                 sync with main (revision 127)
2244                 and fix logwindow clipping
2245
2246 2005-02-24 [colin]      1.0.1cvs15.11
2247
2248         * src/plugins/pgpmime/passphrase.c
2249                 Disable input grabbing; it doesn't work yet.
2250
2251 2005-02-24 [colin]      1.0.1cvs15.10
2252
2253         * src/messageview.c
2254                 Don't send out receipts if offline. Ask.
2255
2256 2005-02-23 [colin]      1.0.1cvs15.9
2257
2258         * src/summaryview.c     
2259                 Fix expanding
2260
2261 2005-02-23 [colin]      1.0.1cvs15.8
2262
2263         * src/summaryview.c
2264                 Really fix Bug 568 by removing useless
2265                 calls. summary_thread_init() now called
2266                 in summary_sort(). This should please
2267                 Alfons as it should be faster than 
2268                 previously.
2269
2270 2005-02-23 [colin]      1.0.1cvs15.7
2271
2272         * src/compose.c
2273                 Encode parts as QP or B64 if signing
2274
2275 2005-02-23 [colin]      1.0.1cvs15.6
2276
2277         * src/compose.c
2278                 Fix Mimeinfo leakage (including tmp files)
2279         * src/procmsg.c
2280                 Fix tmp file leakage (spotted by Ivan Rayner)
2281
2282 2005-02-22 [colin]      1.0.1cvs15.5
2283
2284         * src/expldifdlg.c
2285                 Fix keyboard input. Patch by Alfons.
2286
2287 2005-02-21 [colin]      1.0.1cvs15.4
2288
2289         * src/compose.c
2290                 Fix Sign/Encrypt when unselecting privacy
2291                 system
2292         * src/prefs_common.c
2293                 Change default message font to Monospace
2294         * src/summaryview.c
2295                 More freezing during potentially large operations
2296
2297 2005-02-21 [paul]       1.0.1cvs15.3
2298
2299         * src/main.c
2300                 fix --help output
2301
2302 2005-02-21 [paul]       1.0.1cvs15.2
2303
2304         * po/Makefile.in.in
2305         * src/compose.c
2306         * src/summaryview.c
2307         * src/textview.c
2308         * src/common/utils.c
2309         * src/common/utils.h
2310                 sync with main (revision 117)
2311
2312 2005-02-20 [colin]      1.0.1cvs15.1
2313
2314         * src/common/defs.h
2315                 Change cache file to .sylpheed_claws_cache, as
2316                 suggested by Alfons. Allows people to switch
2317                 between Sylpheed and Sylpheed-Claws. it is
2318                 a good idea to "Check for new messages" at next
2319                 startup.
2320
2321
2322 2005-02-18 [colin]      1.0.1cvs14.1
2323
2324         * src/quote_fmt_lex.l
2325         * src/quote_fmt_parse.y
2326                 Fix parser initialisation. Patch by Ivan.
2327
2328 2005-02-18 [colin]      1.0.1cvs11.6
2329
2330         * src/folderview.c
2331                 Fix scrolldown (bug 662)
2332
2333 2005-02-17 [colin]      1.0.1cvs11.5
2334
2335         * src/codeconv.c
2336                 conv_filename_to_utf8: return clean 7bit instead
2337                 of broken utf8 if needed
2338         * src/mimeview.c
2339                 Fix display of parts with unclean 8bit names
2340
2341 2005-02-17 [paul]       1.0.1cvs11.4
2342
2343         * src/compose.c
2344         * src/exportldif.c
2345         * src/matcher_parser_parse.y
2346         * src/procmime.c
2347         * src/sourcewindow.c
2348         * src/common/Makefile.am
2349         * src/common/intl.h             ** REMOVED **
2350         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2351                 sync with main (revision 109)
2352                 and clean up
2353
2354 2005-02-16 [colin]      1.0.1cvs11.3
2355
2356         * src/summaryview.c
2357                 Fix collapsed thread not highlighting when new
2358                 messages in it (Bug 568) Patch by Stephan Sachse.
2359                 Fix messed up selection when reaching bounds (Bug 632)
2360         * src/prefs_themes.c
2361                 Fix theme installing (Bug 684)
2362
2363 2005-02-16 [colin]      1.0.1cvs11.2
2364
2365         * src/messageview.c
2366                 Fix messageview_select_all
2367
2368 2005-02-16 [colin]      1.0.1cvs11.1
2369
2370         * src/mh.c
2371                 Sync with HEAD (MH scan required function)
2372
2373 2005-02-15 [colin]      1.0.1cvs8.1
2374
2375         * src/mimeview.c
2376         * src/common/utils.c
2377                 Sync with HEAD (filename chars substitution)
2378
2379 2005-02-15 [colin]      1.0.1cvs7.3
2380
2381         * src/gtk/pluginwindow.c
2382                 Fix button spacing
2383
2384 2005-02-15 [colin]      1.0.1cvs7.2
2385
2386         * src/mimeview.c
2387                 Fix mime icons not reset across message when
2388                 scrolled down
2389
2390 2005-02-15 [colin]      1.0.1cvs7.1
2391
2392         * src/compose.c
2393         * src/procmime.c
2394                 Sync with HEAD (optimisation of cvs6)
2395
2396 2005-02-14 [colin]      1.0.1cvs6.1
2397
2398         * src/compose.c
2399         * src/procmime.c
2400                 Sync with HEAD (encode "From " at line beginning)
2401
2402 2005-02-14 [colin]      1.0.1cvs5.3
2403
2404         * src/compose.c
2405                 Fix wrapping with accentued chars.
2406
2407 2005-02-13 [colin]      1.0.1cvs5.2
2408
2409         * src/textview.c
2410                 Fix email informative part parsing with
2411                 accentued chars in it. ispunct() returns
2412                 true for them in utf8...
2413
2414 2005-02-12 [colin]      1.0.1cvs5.1
2415
2416         * src/filtering.c
2417                 Sync with HEAD (remove wrong use of compose after send)
2418
2419 2005-02-12 [paul]       1.0.1cvs4.5
2420
2421         * src/textview.c
2422                 remove unnecessary code (thanks to Alfons)
2423
2424 2005-02-12 [paul]       1.0.1cvs4.4
2425
2426         * src/textview.c
2427                 add 'Copy' to contextual menu on emails
2428
2429 2005-02-11 [colin]      1.0.1cvs4.3
2430
2431         * src/compose.c
2432                 revert 1.0.0cvs28.2, it doesn't work that well.
2433
2434 2005-02-11 [paul]       1.0.1cvs4.2
2435
2436         * po/Makefile.in.in
2437                 fix 'make release'
2438
2439 2005-02-10 [paul]       1.0.1cvs4.1
2440
2441         * ChangeLog
2442         * ChangeLog.claws
2443         * ChangeLog.jp
2444         * configure.ac
2445         * src/compose.c
2446                 sync with HEAD (sync with main)
2447
2448 2005-02-10 [paul]       1.0.1cvs3.2
2449
2450         * AUTHORS
2451         * Makefile.am
2452         * autogen.sh
2453         * configure.ac
2454         * config/mkinstalldirs
2455         * intl/.cvsignore
2456         * intl/ChangeLog
2457         * intl/VERSION
2458         * intl/bindtextdom.c
2459         * intl/config.charset
2460         * intl/dcgettext.c
2461         * intl/dcigettext.c
2462         * intl/dcngettext.c
2463         * intl/dgettext.c
2464         * intl/dngettext.c
2465         * intl/eval-plural.h
2466         * intl/explodename.c
2467         * intl/finddomain.c
2468         * intl/gettext.c
2469         * intl/gettextP.h
2470         * intl/gmo.h
2471         * intl/hash-string.h
2472         * intl/intl-compat.c
2473         * intl/l10nflist.c
2474         * intl/libgnuintl.h.in
2475         * intl/loadinfo.h
2476         * intl/loadmsgcat.c
2477         * intl/localcharset.c
2478         * intl/localcharset.h
2479         * intl/locale.alias
2480         * intl/localealias.c
2481         * intl/localename.c
2482         * intl/log.c
2483         * intl/ngettext.c
2484         * intl/os2compat.c
2485         * intl/os2compat.h
2486         * intl/osdep.c
2487         * intl/plural-exp.c
2488         * intl/plural-exp.h
2489         * intl/plural.c
2490         * intl/plural.y
2491         * intl/ref-add.sin
2492         * intl/ref-del.sin
2493         * intl/relocatable.c
2494         * intl/relocatable.h
2495         * intl/textdomain.c
2496         * m4/Makefile.am
2497         * po/Makefile.in.in
2498         * src/Makefile.am
2499         * src/account.c
2500         * src/action.c
2501         * src/addr_compl.c
2502         * src/addressadd.c
2503         * src/addressbook.c
2504         * src/addrgather.c
2505         * src/addrindex.c
2506         * src/alertpanel.c
2507         * src/browseldap.c
2508         * src/codeconv.c
2509         * src/codeconv.h
2510         * src/compose.c
2511         * src/compose.h
2512         * src/crash.c
2513         * src/editaddress.c
2514         * src/editbook.c
2515         * src/editgroup.c
2516         * src/editjpilot.c
2517         * src/editldap.c
2518         * src/editldap_basedn.c
2519         * src/editvcard.c
2520         * src/exphtmldlg.c
2521         * src/expldifdlg.c
2522         * src/export.c
2523         * src/exporthtml.c
2524         * src/filtering.c
2525         * src/folder.c
2526         * src/folder_item_prefs.c
2527         * src/foldersel.c
2528         * src/folderview.c
2529         * src/grouplistdialog.c
2530         * src/headerview.c
2531         * src/imap.c
2532         * src/imap_gtk.c
2533         * src/import.c
2534         * src/importldif.c
2535         * src/importmutt.c
2536         * src/importpine.c
2537         * src/inc.c
2538         * src/ldif.c
2539         * src/main.c
2540         * src/mainwindow.c
2541         * src/matcher.c
2542         * src/mbox.c
2543         * src/message_search.c
2544         * src/messageview.c
2545         * src/mh.c
2546         * src/mh_gtk.c
2547         * src/mimeview.c
2548         * src/msgcache.c
2549         * src/news.c
2550         * src/news_gtk.c
2551         * src/noticeview.c
2552         * src/partial_download.c
2553         * src/pop.c
2554         * src/prefs_account.c
2555         * src/prefs_actions.c
2556         * src/prefs_common.c
2557         * src/prefs_customheader.c
2558         * src/prefs_display_header.c
2559         * src/prefs_ext_prog.c
2560         * src/prefs_filtering.c
2561         * src/prefs_filtering_action.c
2562         * src/prefs_folder_item.c
2563         * src/prefs_fonts.c
2564         * src/prefs_gtk.c
2565         * src/prefs_matcher.c
2566         * src/prefs_msg_colors.c
2567         * src/prefs_spelling.c
2568         * src/prefs_summary_column.c
2569         * src/prefs_template.c
2570         * src/prefs_themes.c
2571         * src/prefs_toolbar.c
2572         * src/prefs_wrapping.c
2573         * src/privacy.c
2574         * src/procheader.c
2575         * src/procmime.c
2576         * src/procmsg.c
2577         * src/quote_fmt.c
2578         * src/recv.c
2579         * src/send_message.c
2580         * src/setup.c
2581         * src/sourcewindow.c
2582         * src/ssl_manager.c
2583         * src/statusbar.c
2584         * src/summary_search.c
2585         * src/summaryview.c
2586         * src/textview.c
2587         * src/toolbar.c
2588         * src/wizard.c
2589         * src/common/nntp.c
2590         * src/common/plugin.c
2591         * src/common/smtp.c
2592         * src/common/ssl.c
2593         * src/common/ssl_certificate.c
2594         * src/common/string_match.c
2595         * src/common/sylpheed.c
2596         * src/common/template.c
2597         * src/common/utils.c
2598         * src/gtk/about.c
2599         * src/gtk/colorlabel.c
2600         * src/gtk/description_window.c
2601         * src/gtk/filesel.c
2602         * src/gtk/foldersort.c
2603         * src/gtk/gtkaspell.c
2604         * src/gtk/gtkutils.c
2605         * src/gtk/inputdialog.c
2606         * src/gtk/logwindow.c
2607         * src/gtk/menu.c
2608         * src/gtk/pluginwindow.c
2609         * src/gtk/prefswindow.c
2610         * src/gtk/progressdialog.c
2611         * src/gtk/quicksearch.c
2612         * src/gtk/sslcertwindow.c
2613         * src/plugins/clamav/clamav_plugin.c
2614         * src/plugins/clamav/clamav_plugin_gtk.c
2615         * src/plugins/demo/demo.c
2616         * src/plugins/dillo_viewer/dillo_prefs.c
2617         * src/plugins/dillo_viewer/dillo_viewer.c
2618         * src/plugins/image_viewer/plugin.c
2619         * src/plugins/image_viewer/viewer.c
2620         * src/plugins/image_viewer/viewerprefs.c
2621         * src/plugins/mathml_viewer/mathml_viewer.c
2622         * src/plugins/pgpmime/passphrase.c
2623         * src/plugins/pgpmime/plugin.c
2624         * src/plugins/pgpmime/prefs_gpg.c
2625         * src/plugins/pgpmime/select-keys.c
2626         * src/plugins/pgpmime/sgpgme.c
2627         * src/plugins/spamassassin/spamassassin.c
2628         * src/plugins/spamassassin/spamassassin_gtk.c
2629         * src/plugins/trayicon/trayicon.c
2630                 sync with main (revision 104)
2631
2632 2005-02-10 [colin]      1.0.1cvs3.1
2633
2634         * src/mainwindow.c
2635                 Sync with HEAD (fix occasional crasher)
2636
2637 2005-02-10 [colin]      1.0.1cvs2.1
2638
2639         * src/messageview.c
2640                 Synw with HEAD (don't automatically display html)
2641
2642 2005-02-09 [colin]      1.0.1cvs1.3
2643
2644         * src/textview.c
2645         * src/textview.h
2646                 Add contextual menu on emails
2647
2648 2005-02-09 [colin]      1.0.1cvs1.2
2649
2650         * src/codeconv.c
2651                 Fix converting from broken headers and 
2652                 put back the _ in missing places
2653                 (feature broke with cvs24.2 sync, main 
2654                  possibly affected?)
2655
2656 2005-02-09 [colin]      1.0.1cvs1.1
2657
2658         * src/messageview.c
2659         * src/mimeview.c
2660         * src/mimeview.h
2661                 Sync with HEAD (display non text/plain mails with plugin)
2662
2663 2005-02-08 [colin]      1.0.1.1
2664
2665         * ChangeLog.claws
2666         * po/pt_BR.po
2667                 Sync with HEAD
2668         * configure.ac
2669                 Make default configuration directory 
2670                 be .sylpheed-gtk2
2671
2672 2005-02-08 [colin]      1.0.0cvs29.1
2673
2674         * po/de.po
2675         * po/es.po
2676         * po/fr.po
2677         * po/it.po
2678         * po/sk.po
2679         * po/sr.po
2680                 Sync translations with HEAD
2681
2682 2005-02-06 [colin]      1.0.0cvs28.3
2683
2684         * src/compose.c
2685                 Make compose a bit faster - patch by Alfons.
2686
2687 2005-02-06 [colin]      1.0.0cvs28.2
2688
2689         * src/compose.c
2690                 Make pasting via middle-click more reliable
2691
2692 2005-02-05 [paul]       1.0.0cvs28.1
2693
2694         * ChangeLog
2695         * ChangeLog.claws
2696         * ChangeLog.jp
2697         * configure.ac
2698         * src/compose.c
2699                 sync with HEAD
2700                 (fix bug 682 'redirect is broken'
2701
2702 2005-02-05 [torte]      1.0.0cvs27.1
2703
2704         * ChangeLog.claws
2705         * configure.ac
2706         * src/partial_download.c
2707                 Sync with HEAD (fix buf overflow)
2708
2709 2005-02-03 [colin]      1.0.0cvs26.1
2710
2711         * src/common/plugin.c
2712                 Sync with HEAD (avoid plugin mismatches)
2713
2714 2005-02-03 [paul]       1.0.0cvs25.3
2715
2716         * src/folderview.c
2717         * src/headerview.c
2718         * src/summaryview.c
2719         * src/textview.c
2720         * src/gtk/colorlabel.c
2721                 third and final part of initial sync with main-gtk2
2722
2723 2005-02-03 [paul]       1.0.0cvs25.2
2724
2725         * src/jpilot.c
2726                 fix building with jpilot support
2727
2728 2005-02-02 [colin]      1.0.0cvs25.1
2729
2730         * src/messageview.c
2731                 Sync with HEAD (fix dangerous typo)
2732
2733 2005-02-01 [colin]      1.0.0cvs24.3
2734
2735         * src/common/xml.c
2736                 Write file as advertised (UTF-8)
2737
2738 2005-02-01 [paul]       1.0.0cvs24.2
2739
2740         * src/addrbook.c
2741         * src/addrindex.c
2742         * src/alertpanel.h
2743         * src/codeconv.c
2744         * src/codeconv.h
2745         * src/compose.c
2746         * src/export.c
2747         * src/folder_item_prefs.c
2748         * src/html.c
2749         * src/imap.c
2750         * src/import.c
2751         * src/jpilot.c
2752         * src/mainwindow.c
2753         * src/matcher_parser_lex.l
2754         * src/messageview.c
2755         * src/mh.c
2756         * src/prefs_account.c
2757         * src/prefs_actions.c
2758         * src/prefs_common.c
2759         * src/prefs_gtk.c
2760         * src/prefs_gtk.h
2761         * src/prefs_themes.c
2762         * src/procheader.c
2763         * src/procmime.c
2764         * src/sourcewindow.c
2765         * src/statusbar.c
2766         * src/summaryview.c
2767         * src/textview.c
2768         * src/toolbar.c
2769         * src/unmime.c
2770         * src/common/template.c
2771         * src/common/utils.c
2772         * src/common/xml.c
2773         * src/common/xml.h
2774         * src/gtk/gtkaspell.c
2775         * src/plugins/clamav/clamav_plugin.c
2776         * src/plugins/dillo_viewer/dillo_prefs.c
2777         * src/plugins/image_viewer/viewerprefs.c
2778         * src/plugins/pgpmime/passphrase.c
2779         * src/plugins/pgpmime/prefs_gpg.c
2780         * src/plugins/pgpmime/select-keys.c
2781         * src/plugins/spamassassin/spamassassin.c
2782                 second part of initial sync with main-gtk2
2783                 (more to follow)
2784
2785 2005-01-31 [colin]      1.0.0cvs24.1
2786
2787         * src/compose.c
2788                 Sync with HEAD
2789
2790 2005-01-29 [paul]       1.0.0cvs23.2
2791
2792         * src/account.c
2793         * src/action.c
2794         * src/addressadd.c
2795         * src/addressbook.c
2796         * src/alertpanel.c
2797         * src/compose.c
2798         * src/editaddress.c
2799         * src/editbook.c
2800         * src/editgroup.c
2801         * src/editjpilot.c
2802         * src/editldap.c
2803         * src/editldap_basedn.c
2804         * src/editvcard.c
2805         * src/export.c
2806         * src/foldersel.c
2807         * src/grouplistdialog.c
2808         * src/import.c
2809         * src/importldif.c
2810         * src/inc.c
2811         * src/main.c
2812         * src/mainwindow.c
2813         * src/message_search.c
2814         * src/messageview.c
2815         * src/mimeview.c
2816         * src/prefs_actions.c
2817         * src/prefs_common.c
2818         * src/prefs_common.h
2819         * src/prefs_customheader.c
2820         * src/prefs_display_header.c
2821         * src/prefs_filtering.c
2822         * src/prefs_filtering_action.c
2823         * src/prefs_gtk.c
2824         * src/prefs_matcher.c
2825         * src/prefs_summary_column.c
2826         * src/prefs_template.c
2827         * src/sourcewindow.c
2828         * src/summary_search.c
2829         * src/summaryview.c
2830         * src/textview.c
2831         * src/gtk/about.c
2832         * src/gtk/description_window.c
2833         * src/gtk/gtkshruler.c
2834         * src/gtk/gtkutils.c
2835         * src/gtk/gtkutils.h
2836         * src/gtk/inputdialog.c
2837         * src/gtk/logwindow.c
2838         * src/gtk/prefswindow.c
2839         * src/gtk/progressdialog.c
2840         * src/gtk/progressdialog.h
2841                 first part of initial sync with main-gtk2
2842                 (more to follow)
2843
2844 2005-01-28 [colin]      1.0.0cvs23.1
2845
2846         * src/folderview.c
2847                 Sync with HEAD
2848
2849 2005-01-27 [colin]      1.0.0cvs21.1
2850
2851         * src/folder.c
2852         * src/folderview.c
2853                 Sync with HEAD
2854
2855 2005-01-27 [colin]      1.0.0cvs19.1
2856
2857         * src/procmime.c
2858                 Sync with HEAD
2859
2860 2005-01-27 [colin]      1.0.0cvs18.1
2861
2862         * src/messageview.c
2863         * src/summaryview.c
2864         * src/mainwindow.c
2865         * src/compose.c
2866         * src/compose.h
2867         * src/procmsg.c
2868         * src/procmsg.h
2869         * src/toolbar.c
2870                 Sync with HEAD
2871
2872 2005-01-26 [paul]       1.0.0cvs15.2
2873
2874         * src/compose.c
2875                 compose_entries_set(): convert subject and body to
2876                 utf8 if necessary. patch by Felix Eckhofer
2877
2878 2005-01-26 [paul]       1.0.0cvs15.1
2879
2880         * configure.ac
2881         * src/common/template.c
2882                 sync with HEAD (fix memory leak)
2883
2884 2005-01-25 [paul]       1.0.0cvs14.1
2885
2886         * configure.ac
2887         * src/compose.c
2888                 sync with HEAD
2889
2890 2005-01-24 [colin]      1.0.0cvs13.1
2891
2892         * src/summaryview.c
2893                 Sync with HEAD
2894
2895 2005-01-24 [paul]       1.0.0cvs12.1
2896
2897         * configure.ac
2898         * src/messageview.c
2899         * src/mh.c
2900         * src/common/utils.c
2901                 sync with HEAD
2902
2903 2005-01-24 [colin]      1.0.0cvs11.1
2904
2905         * src/procheader.c
2906                 Sync with HEAD
2907
2908 2005-01-24 [colin]      1.0.0cvs10.1
2909
2910         * src/folderview.c
2911                 Sync with HEAD
2912
2913 2005-01-23 [colin]      1.0.0cvs9.1
2914
2915         * src/crash.c
2916                 Sync with HEAD
2917
2918 2005-01-22 [colin]      1.0.0cvs8.1
2919
2920         * src/summaryview.c
2921         * src/gtk/quicksearch.c
2922                 Sync with HEAD
2923
2924 2005-01-21 [colin]      1.0.0cvs7.1
2925
2926         * src/summaryview.c
2927                 Sync with HEAD
2928
2929 2005-01-21 [colin]      1.0.0cvs6.1
2930
2931         * src/summaryview.c
2932                 Sync with HEAD
2933
2934 2005-01-21 [colin]      1.0.0cvs5.1
2935
2936         * src/gtk/quicksearch.c
2937         * src/prefs_common.c
2938         * src/prefs_common.h
2939                 Sync with HEAD (recurse option)
2940
2941 2005-01-21 [colin]      1.0.0cvs4.1
2942
2943         * src/folder.h
2944         * src/folderview.c
2945         * src/folderview.h
2946         * src/summaryview.c
2947         * src/gtk/quicksearch.c
2948         * src/gtk/quicksearch.h
2949                 Sync with HEAD (recursive quicksearch)
2950
2951 2005-01-20 [colin]      1.0.0cvs3.4
2952
2953         * src/ssl_manager.c
2954                 Remove useless code
2955
2956 2005-01-20 [colin]      1.0.0cvs3.3
2957
2958         * src/ssl_manager.c
2959                 Fix leak, thanks to Alfons.
2960
2961 2005-01-20 [colin]      1.0.0cvs3.2
2962
2963         * src/ssl_manager.c
2964                 Port SSL certificate window to GTK2.
2965
2966 2005-01-20 [paul]       1.0.0cvs3.1
2967
2968         * ChangeLog.claws
2969         * configure.ac
2970         * src/addrindex.c
2971         * src/addrindex.h
2972                 sync with HEAD
2973
2974 2005-01-19 [colin]      1.0.0cvs2.2
2975
2976         * src/plugins/trayicon/trayicon.c
2977                 Fix freeze with gtk-2.6, the easy way
2978                 (signal blocking helpless there...)
2979                 Closes bug #668.
2980
2981 2005-01-19 [colin]      1.0.0cvs2.1
2982
2983         * src/mbox.c
2984         * src/mbox.h
2985         * src/mainwindow.c
2986         * src/summaryview.c
2987         * src/summaryview.h
2988                 Sync with HEAD
2989
2990 2005-01-19 [paul]       1.0.0cvs1.1
2991
2992         * configure.ac
2993         * po/de.po
2994         * po/es.po
2995         * po/fr.po
2996         * po/hr.po
2997         * po/it.po
2998         * po/ja.po
2999         * po/ko.po
3000         * po/pt_BR.po
3001         * po/ru.po
3002         * po/sk.po
3003         * po/sr.po
3004                 sync with HEAD (update translations)
3005
3006 2005-01-18 [colin]      1.0.0cvs0.1
3007
3008         * src/foldersel.c
3009                 Specify search column - patch by Alfons
3010
3011 2005-01-18 [colin]      0.9.13cvs36.3
3012
3013         * src/prefs_toolbar.c
3014                 Change Delete to Remove
3015         * src/prefs_fonts.c
3016                 GTK2 version and leak fixes
3017         * src/prefs_actions.c
3018                 Add stock buttons.
3019                 All patches by Alfons
3020
3021 2005-01-17 [colin]      0.9.13cvs36.2
3022
3023         * src/compose.c
3024                 Fix DnD inserting twice. While at it,
3025                 add DnD support for text/plain in the
3026                 body, and add support in the headers.
3027
3028 2005-01-16 [colin]      0.9.13cvs36.1
3029
3030         * ChangeLog
3031         * ChangeLog.jp
3032         * ChangeLog.claws
3033                 Sync with HEAD (nothing applicable)
3034
3035 2005-01-16 [colin]      0.9.13cvs33.2
3036
3037         * src/prefs_toolbar.c
3038                 GTK2ize prefs_toolbar, by Alfons.
3039
3040 2005-01-14 [colin]      0.9.13cvs33.1
3041
3042         * src/html.c
3043         * src/msgcache.c
3044                 Sync with HEAD
3045
3046 2005-01-14 [colin]      0.9.13cvs32.1
3047
3048         * src/html.c
3049         * src/html.h
3050         * src/msgcache.c
3051         * AUTHORS
3052         * tools/calypso_convert.pl
3053                 Sync with HEAD
3054
3055 2005-01-08 [colin]      0.9.13cvs29.2
3056
3057         * src/prefs_filtering_action.c
3058         * src/prefs_filtering.c
3059                 2 more gtk2 patches by Alfons
3060
3061 2005-01-07 [paul]       0.9.13cvs29.1
3062
3063         * ChangeLog
3064         * ChangeLog.claws
3065         * ChangeLog.jp
3066         * configure.ac
3067         * src/pop.c
3068         * src/pop.h
3069                 sync with HEAD
3070
3071 2005-01-07 [colin]      0.9.13cvs28.3
3072
3073         * src/gtk/progressdialog.c
3074         * src/gtk/progressdialog.h
3075         * src/inc.c
3076         * src/send_message.c
3077                 GTK2 for the incorporation dialog. The CList isn't dead
3078                 yet, for a more smooth migration. Patch by Alfons.
3079
3080 2005-01-06 [colin]      0.9.13cvs28.2
3081
3082         * src/prefs_display_header.c
3083                 GTK2 conversion by Alfons
3084         * src/prefs_actions.c
3085         * src/prefs_matcher.c
3086                 Fix 2 leaks - patch by Alfons
3087
3088 2005-01-06 [colin]      0.9.13cvs28.1
3089
3090         * src/prefs_matcher.c
3091                 Sync with HEAD
3092
3093 2005-01-06 [colin]      0.9.13cvs27.4
3094
3095         * src/prefs_matcher.c
3096                 Fix double-free. Patch by Alfons
3097
3098 2005-01-06 [colin]      0.9.13cvs27.3
3099
3100         * src/prefs_matcher.c
3101                 GTK2 widgets + memleak
3102                 Patch by Alfons
3103
3104 2005-01-05 [colin]      0.9.13cvs27.2
3105
3106         * src/account.c
3107         * src/addr_compl.c
3108         * src/foldersel.c
3109         * src/stock_pixmap.c
3110         * src/stock_pixmap.h
3111                 3 more GTK2 patches by Alfons.
3112
3113 2005-01-04 [colin]      0.9.13cvs27.1
3114
3115         * src/folderview.c
3116         * src/imap_gtk.c
3117         * src/news_gtk.c
3118                 Sync with HEAD
3119
3120 2005-01-04 [colin]      0.9.13cvs25.9
3121
3122         * src/compose.c
3123                 Fix Show Ruler menuitem
3124         * src/prefs_template.c
3125                 Convert to GTK2
3126         * src/common/utils.c
3127                 Make auto pointer stuff handles NULLs
3128                 Patches by Alfons.
3129
3130 2005-01-04 [colin]      0.9.13cvs25.8
3131
3132         * src/compose.c
3133                 Move the attachment list to gtk2
3134                 Patch by Alfons.
3135
3136 2005-01-04 [colin]      0.9.13cvs25.7
3137
3138         * src/textview.c
3139                 Make some keys work again
3140                 Patch by SungHyun Nam <namsh@kldp.org>
3141
3142 2005-01-04 [colin]      0.9.13cvs25.6
3143
3144         * src/gtk/gtkshruler.c
3145                 Move the ruler to GTK2
3146                 Patch by Alfons
3147
3148 2005-01-03 [colin]      0.9.13cvs25.5
3149
3150         * src/compose.c
3151                 Fix my broken patch apply 
3152
3153 2005-01-03 [colin]      0.9.13cvs25.4
3154
3155         * src/common/utils.c
3156         * src/common/utils.h
3157         * src/gtk/prefswindow.c
3158                 Move auto pointer stuff to utils.c
3159                 Patch by Alfons again :)
3160
3161 2005-01-03 [colin]      0.9.13cvs25.3
3162
3163         * src/compose.c
3164         * src/prefs_gtk.c
3165         * src/prefs_template.c
3166         * src/textview.c
3167                 Empty text widgets with empty strings, not NULL char
3168                 Patch by SungHyun Nam <namsh@kldp_org>
3169
3170 2005-01-03 [colin]      0.9.13cvs25.2
3171
3172         * src/main.c
3173         * AUTHORS
3174                 Sync with HEAD
3175
3176 2005-01-03 [colin]      0.9.13cvs25.1
3177
3178         * src/pop.c
3179         * src/pop.h
3180                 Sync with HEAD
3181
3182 2005-01-03 [colin]      0.9.13cvs24.3
3183
3184         * src/account.c
3185                 Two patches from Alfons and Alex S Moore:
3186                 fix images, fix return value.
3187
3188 2005-01-01 [colin]      0.9.13cvs24.2
3189
3190         * src/prefs_actions.c
3191                 Fix over-zealous assertion. Patch by Alfons
3192
3193 2005-01-01 [colin]      0.9.13cvs24.1
3194
3195         * src/procmime.c
3196                 Sync with HEAD (leak fix)
3197
3198 2004-12-31 [colin]      0.9.13cvs23.2
3199
3200         * src/prefs_common.c
3201                 GTK2 widgets + stock buttons - patch by Alfons
3202
3203 2004-12-31 [paul]       0.9.13cvs23.1
3204
3205         * configure.ac
3206                 bump up EXTRA_VERSION to match (sync'ed) HEAD
3207         * src/gtk/pluginwindow.c
3208                 use GTK2 widgets and plug memory leaks,
3209                 patches by Alfons
3210
3211 2004-12-30 [colin]      0.9.13cvs22.4
3212
3213         * src/account.c
3214         * src/action.c
3215         * src/export.c
3216         * src/foldersel.c
3217         * src/import.c
3218         * src/message_search.c
3219         * src/prefs_actions.c
3220         * src/prefs_common.c
3221         * src/prefs_customheader.c
3222         * src/prefs_filtering.c
3223         * src/prefs_summary_column.c
3224         * src/summary_search.c
3225         * src/gtk/about.c
3226         * src/gtk/description_window.c
3227         * src/gtk/gtkutils.c
3228         * src/gtk/gtkutils.h
3229         * src/gtk/inputdialog.c
3230         * src/gtk/prefswindow.c
3231                 Use GTK2 stock buttons. Patches by Alfons.
3232
3233 2004-12-30 [colin]      0.9.13cvs22.3
3234
3235         * src/account.c
3236                 Sync with HEAD
3237         * src/prefs_actions.c
3238         * src/prefs_customheader.c
3239         * src/prefs_filtering.c
3240         * src/prefs_msg_colors.c
3241         * src/prefs_summary_column.c
3242         * src/gtk/prefswindow.c
3243                 Use GtkTreeView instead of deprecated 
3244                 widgets. Patches by Alfons.
3245
3246 2004-12-30 [paul]       0.9.13cvs22.2
3247
3248         * src/foldersel.c
3249                 use GTK 2 Tree View
3250                 patch by Alfons, with root folder sorting fix
3251                 by Stephan Sachse
3252
3253 2004-12-30 [paul]       0.9.13cvs22.1
3254
3255         * ChangeLog
3256         * ChangeLog.claws
3257         * ChangeLog.jp
3258         * NEWS
3259         * configure.ac
3260         * src/account.c
3261                 sync with HEAD
3262
3263 2004-12-22 [martin]     0.9.13cvs21.2
3264
3265         * src/action.c
3266                 free the command line after its use
3267
3268 2004-12-18 [paul]       0.9.13cvs21.1
3269
3270         * AUTHORS
3271         * ChangeLog
3272         * ChangeLog.claws
3273         * ChangeLog.jp
3274         * NEWS
3275         * configure.ac
3276         * src/action.c
3277         * src/compose.c
3278         * src/syldap.c
3279                 sync with HEAD
3280
3281 2004-12-17 [martin]     0.9.13cvs17.2
3282
3283         * src/action.c
3284                 convert actions input to locale
3285         * src/inc.c
3286                 convert notification command to locale
3287         * src/plugins/pgpmime/select-keys.c
3288                 convert attributes to utf8
3289
3290 2004-12-14 [colin]      0.9.13cvs17.1
3291
3292         * ChangeLog
3293         * ChangeLog.jp
3294         * ChangeLog.claws
3295         * src/action.c
3296         * src/common/utils.c
3297         * src/gtk/prefswindow.c
3298         * src/gtk/gtkutils.c
3299         * src/gtk/gtkutils.h
3300         * src/plugins/spamassassin/libspamc.c
3301                 Sync with HEAD
3302
3303 2004-12-13 [colin]      0.9.13cvs14.1
3304
3305         * src/quote_fmt_parse.y
3306                 Sync with HEAD
3307
3308 2004-12-10 [colin]      0.9.13cvs12.1
3309
3310         * src/prefs_themes.c
3311         * src/mainwindow.c
3312         * src/messageview.c
3313                 Sync with HEAD
3314
3315 2004-12-09 [colin]      0.9.13cvs10.1
3316
3317         * src/procmime.c
3318                 Sync with HEAD (fix B64 encoding from memory)
3319
3320 2004-12-08 [colin]      0.9.13cvs9.1
3321
3322         * src/gtk/colorlabel.c
3323                 Sync with HEAD
3324
3325 2004-12-08 [paul]       0.9.13cvs8.2
3326
3327         * src/gtk/pluginwindow.c
3328                 fix window resizing oddities
3329
3330 2004-12-08 [colin]      0.9.13cvs8.1
3331
3332         * src/quote_fmt_parse.y
3333                 Sync with HEAD
3334
3335 2004-12-08 [colin]      0.9.13cvs7.1
3336
3337         * src/matcher_parser_parse.y
3338         * src/msgcache.c
3339         * src/prefs_matcher.c
3340         * src/procheader.c
3341         * src/matcher.c
3342         * src/common/defs.h
3343         * po/sr.po
3344                 Sync with HEAD
3345
3346 2004-12-08 [colin]      0.9.13cvs6.1
3347
3348         * src/quote_fmt_parse.y
3349         * src/textview.c
3350                 Sync with HEAD
3351         * src/gtk/prefswindow.c
3352         * src/gtk/pluginwindow.c
3353                 Fix G_CALLBACKS protos (thanks to Alfons)
3354
3355 2004-12-07 [torte]      0.9.13cvs2.2
3356
3357         * src/procmime.c
3358                 [Bug 650] reply button causes crash
3359                 Thanks to David Relson and Christoph
3360
3361 2004-12-07 [colin]      0.9.13cvs2.1
3362
3363         * ChangeLog.claws
3364         * AUTHORS
3365         * po/sk.po
3366         * src/procmime.c
3367         * src/prefs_account.c
3368         * src/common/smtp.c
3369         * src/common/smtp.h
3370                 Sync with HEAD
3371
3372 2004-12-06 [colin]      0.9.12cvs187.1
3373
3374         * ChangeLog.claws
3375         * INSTALL
3376         * Makefile.am
3377         * README.claws
3378         * TODO.claws
3379         * configure.ac
3380         * po/bg.po
3381         * po/cs.po
3382         * po/el.po
3383         * po/en_GB.po
3384         * po/es.po
3385         * po/fr.po
3386         * po/hr.po
3387         * po/hu.po
3388         * po/it.po
3389         * po/ja.po
3390         * po/ko.po
3391         * po/nl.po
3392         * po/pl.po
3393         * po/pt_BR.po
3394         * po/ru.po
3395         * po/sk.po
3396         * po/sr.po
3397         * po/sv.po
3398         * po/zh_CN.po
3399         * po/zh_TW.Big5.po
3400         * src/compose.c
3401         * tools/Makefile.am
3402         * tools/README
3403         * tools/filter_conv.pl
3404         * tools/kdeservicemenu/README
3405         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3406         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3407                 Sync with HEAD
3408
3409 2004-12-04 [colin]      0.9.12cvs183.1
3410
3411         * src/compose.c
3412                 Sync with HEAD (compose window position saving)
3413
3414 2004-12-04 [paul]       0.9.12cvs182.3
3415
3416         * src/messageview.c
3417         * src/mimeview.c
3418         * src/prefs_customheader.c
3419         * src/gtk/quicksearch.c
3420                 replace some forgotten GTK_SIGNAL_FUNCs
3421
3422 2004-12-04 [paul]       0.9.12cvs182.2
3423
3424         * src/Makefile.am
3425                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3426                 committed in error      
3427
3428 2004-12-04 [paul]       0.9.12cvs182.1
3429
3430         * ChangeLog
3431         * ChangeLog.claws
3432         * ChangeLog.jp
3433         * INSTALL
3434         * NEWS
3435         * README
3436         * README.jp
3437         * configure.ac
3438         * doc/manual/ja/Makefile.am
3439         * doc/manual/ja/sylpheed-1.html
3440         * doc/manual/ja/sylpheed-10.html
3441         * doc/manual/ja/sylpheed-11.html
3442         * doc/manual/ja/sylpheed-12.html
3443         * doc/manual/ja/sylpheed-13.html
3444         * doc/manual/ja/sylpheed-14.html
3445         * doc/manual/ja/sylpheed-15.html
3446         * doc/manual/ja/sylpheed-16.html
3447         * doc/manual/ja/sylpheed-17.html
3448         * doc/manual/ja/sylpheed-18.html
3449         * doc/manual/ja/sylpheed-19.html
3450         * doc/manual/ja/sylpheed-2.html
3451         * doc/manual/ja/sylpheed-20.html
3452         * doc/manual/ja/sylpheed-3.html
3453         * doc/manual/ja/sylpheed-4.html
3454         * doc/manual/ja/sylpheed-5.html
3455         * doc/manual/ja/sylpheed-6.html
3456         * doc/manual/ja/sylpheed-7.html
3457         * doc/manual/ja/sylpheed-8.html
3458         * doc/manual/ja/sylpheed-9.html
3459         * doc/manual/ja/sylpheed.html
3460         * doc/manual/ja/sylpheed.sgml
3461         * po/de.po
3462         * src/Makefile.am
3463         * src/compose.c
3464         * src/procmime.c
3465         * src/pixmaps/regular.xpm **REMOVED**
3466         * src/plugins/pgpmime/pgpmime.c
3467         * src/plugins/pgpmime/plugin.c
3468         * src/plugins/pgpmime/prefs_gpg.c
3469                 sync with HEAD
3470
3471 2004-12-03 [paul]       0.9.12cvs180.1
3472
3473         * ChangeLog
3474         * ChangeLog.claws
3475         * ChangeLog.jp
3476         * configure.ac
3477         * src/Makefile.am
3478         * src/pop.c
3479         * src/common/utils.c
3480         * src/common/utils.h
3481         * src/pixmaps/continue.xpm
3482         * src/pixmaps/dir_close.xpm
3483         * src/pixmaps/dir_open.xpm
3484         * src/pixmaps/drafts_close.xpm
3485         * src/pixmaps/drafts_open.xpm
3486         * src/pixmaps/folder.xpm **REMOVED**
3487         * src/pixmaps/group.xpm
3488         * src/pixmaps/unread.xpm
3489                 sync with HEAD
3490
3491 2004-12-02 [colin]      0.9.12cvs179.1
3492
3493         * src/compose.c
3494                 Sync with HEAD (non-duplicated reedition)
3495
3496 2004-12-02 [colin]      0.9.12cvs178.1
3497
3498         * src/compose.c
3499                 Sync with HEAD (linewrap_quote fix)
3500
3501 2004-12-01 [colin]      0.9.12cvs177.3
3502
3503         * src/addrharvest.c
3504                 Replace sizeof with strlen
3505
3506 2004-12-01 [paul]       0.9.12cvs177.2
3507
3508         * src/addrharvest.c
3509                 fix 'harvest addresses'
3510
3511 2004-11-30 [colin]      0.9.12cvs177.1
3512
3513         * src/gtk/prefswindow.c
3514         * src/gtk/pluginwindow.c
3515                 Sync with HEAD
3516
3517 2004-11-29 [colin]      0.9.12cvs176.1
3518
3519         * src/folderview.c
3520                 sync with HEAD (Fix disappearing separators in folderview's popup)
3521
3522 2004-11-29 [colin]      0.9.12cvs175.1
3523
3524         * src/procmime.c
3525                 Sync with head (another format fix)
3526
3527 2004-11-29 [colin]      0.9.12cvs174.1
3528
3529         * src/pop.c
3530                 Sync with HEAD (format string fix)
3531
3532 2004-11-26 [colin]      0.9.12cvs173.1
3533
3534         * src/common/smtp.c
3535         * src/common/smtp.h
3536                 Sync with HEAD
3537
3538 2004-11-24 [colin]      0.9.12cvs172.1
3539
3540         * src/plugins/pgpmime/pgpmime.c
3541                 Sync with HEAD
3542
3543 2004-11-24 [colin]      0.9.12cvs171.1
3544
3545         * src/plugins/pgpmime/pgpmime.c
3546                 Sync with head (gpgmectx leaks)
3547
3548 2004-11-24 [colin]      0.9.12cvs169.1
3549
3550         * src/plugins/pgpmime/plugin.c
3551         * src/plugins/trayicon/Makefile.am
3552         * src/plugins/trayicon/newmarkedmail.xpm
3553         * src/plugins/trayicon/trayicon.c
3554         * src/plugins/trayicon/unreadmarkedmail.xpm
3555                 Sync with HEAD
3556
3557 2004-11-23 [colin]      0.9.12cvs168.1
3558
3559         * src/partial_download.c
3560         * src/partial_download.h
3561         * src/plugins/pgpmime/plugin.c
3562                 Sync with HEAD
3563
3564 2004-11-23 [colin]      0.9.12cvs166.1
3565
3566         * src/Makefile.am
3567         * src/codeconv.c
3568         * src/compose.c
3569         * src/folderview.c
3570         * src/main.c
3571         * src/partial_download.c
3572         * src/partial_download.h
3573         * src/prefs_account.c
3574         * src/prefs_account.h
3575         * src/privacy.c
3576         * src/privacy.h
3577         * src/procmime.c
3578         * src/common/Makefile.am
3579         * src/common/base64.h
3580         * src/common/partial_download.c
3581         * src/common/partial_download.h
3582         * src/gtk/prefswindow.c
3583         * src/gtk/prefswindow.h
3584         * src/plugins/pgpmime/pgpmime.c
3585         * src/plugins/pgpmime/prefs_gpg.c
3586         * src/plugins/pgpmime/prefs_gpg.h
3587         * src/plugins/pgpmime/sgpgme.c
3588         * src/plugins/pgpmime/sgpgme.h
3589                 Sync with HEAD
3590
3591 2004-11-23 [colin]      0.9.12cvs163.1
3592
3593         * src/main.c
3594                 Sync with HEAD (cursor optimization)
3595
3596 2004-11-23 [colin]      0.9.12cvs162.1
3597
3598         * src/prefs_common.c
3599         * src/prefs_themes.c
3600         * src/procmsg.c
3601                 Sync with HEAD
3602
3603 2004-11-23 [colin]      0.9.12cvs158.9
3604
3605         * src/compose.c
3606                 Fix double-free when forwarding
3607         * src/msgcache.c
3608                 Fix leak on error path
3609                 
3610
3611 2004-11-23 [colin]      0.9.12cvs158.8
3612
3613         * src/compose.c
3614                 Fix possible double-free
3615                 Spotted by Alfons
3616
3617 2004-11-23 [colin]      0.9.12cvs158.7
3618
3619         * src/compose.c
3620                 Fix some signal handlers' prototypes
3621                 Spotted by Alfons
3622
3623 2004-11-22 [colin]      0.9.12cvs158.6
3624
3625         * src/compose.c
3626                 Remove unneeded code and duplicated
3627                 wrapping - patch by Alfons
3628
3629 2004-11-22 [colin]      0.9.12cvs158.5
3630
3631         * src/prefs_themes.c
3632                 Fix oversized selector
3633
3634 2004-11-22 [colin]      0.9.12cvs158.4
3635
3636         * src/compose.c
3637                 fix dump_text()
3638                 patch by Alfons
3639
3640 2004-11-19 [colin]      0.9.12cvs158.3
3641
3642         * src/textview.c
3643                 Add a context menu on links (open, copy)
3644
3645 2004-11-18 [paul]       0.9.12cvs158.2
3646
3647         * src/addrgather.c
3648         * src/exphtmldlg.c
3649         * src/expldifdlg.c
3650         * src/mimeview.c
3651         * src/prefs_common.c
3652         * src/plugins/image_viewer/viewer.c
3653         * src/plugins/spamassassin/spamassassin_gtk.c
3654                 replace deprecated gtk_notebook_set_page
3655                 and gtk_notebook_current_page
3656
3657 2004-11-18 [paul]       0.9.12cvs158.1
3658
3659         * configure.ac
3660         * src/compose.c
3661         * src/mainwindow.c
3662         * src/messageview.c
3663         * src/prefs_common.c
3664         * src/common/utils.c
3665         * src/common/utils.h
3666                 sync with HEAD
3667
3668 2004-11-17 [colin]      0.9.12cvs156.1
3669
3670         * src/prefs_account.c
3671         * src/prefs_account.h
3672         * src/procmsg.c
3673                 Sync with HEAD (add pref to store encrypted mails encrypted)
3674
3675 2004-11-17 [paul]       0.9.12cvs155.1
3676
3677         * ChangeLog
3678         * ChangeLog.claws
3679         * ChangeLog.jp
3680         * NEWS
3681         * configure.ac
3682         * src/compose.c
3683         * src/jpilot.c
3684         * src/privacy.c
3685         * src/procmime.c
3686         * src/procmime.h
3687         * src/procmsg.c
3688         * src/toolbar.c
3689         * src/pixmaps/error.xpm
3690                 sync with HEAD
3691
3692 2004-11-17 [colin]      0.9.12cvs151.1
3693
3694         * src/plugins/pgpmime/pgpmime.c
3695                 Sync with HEAD (remove debug printf)
3696
3697 2004-11-17 [colin]      0.9.12cvs150.1
3698
3699         * src/plugins/pgpmime/pgpmime.c
3700                 Sync with HEAD (off-by-one fix)
3701
3702 2004-11-17 [colin]      0.9.12cvs149.1
3703
3704         * src/procmsg.c
3705                 Sync with HEAD (coding style fixes)
3706
3707 2004-11-16 [colin]      0.9.12cvs148.1
3708
3709         * src/procmsg.c
3710                 Sync with head (Fix the fix)
3711
3712 2004-11-16 [colin]      0.9.12cvs147.1
3713
3714         * src/procmsg.c
3715                 Sync with Main (leak fix)
3716
3717 2004-11-16 [colin]      0.9.12cvs146.14
3718
3719         * src/compose.c
3720                 Remove useless chunk of code
3721                 Patch by Alfons
3722
3723 2004-11-15 [colin]      0.9.12cvs146.13
3724
3725         * src/compose.c
3726                 Fix drafting after insertion
3727                 Patch by Alfons
3728
3729 2004-11-15 [colin]      0.9.12cvs146.12
3730
3731         * src/compose.c
3732         * src/prefs_filtering.c
3733         * src/prefs_filtering_action.c
3734         * src/prefs_toolbar.c
3735                 Fix some const-correctness
3736
3737 2004-11-15 [colin]      0.9.12cvs146.11
3738
3739         * src/summaryview.c
3740         * src/prefs_themes.c
3741         * src/messageview.c
3742                 Fix some leaks
3743
3744 2004-11-15 [colin]      0.9.12cvs146.10
3745
3746         * src/codeconv.c
3747                 More unreadable locale fixes
3748
3749 2004-11-14 [colin]      0.9.12cvs146.9
3750
3751         * src/textview.c
3752                 Fix uri_security_check
3753                 Patch by Alfons
3754
3755 2004-11-13 [paul]       0.9.12cvs146.8
3756
3757         * src/folder.c
3758         * src/procmime.c
3759                 fix 2 bugs introduced in last commit
3760
3761 2004-11-13 [paul]       0.9.12cvs146.7
3762
3763         * src/compose.c
3764         * src/exporthtml.c
3765         * src/exportldif.c
3766         * src/folder.c
3767         * src/imap.c
3768         * src/imap_gtk.c
3769         * src/main.c
3770         * src/mainwindow.c
3771         * src/messageview.c
3772         * src/mh_gtk.c
3773         * src/prefs_themes.c
3774         * src/procmime.c
3775         * src/setup.c
3776         * src/summaryview.c
3777                 replace deprecated g_basename
3778
3779 2004-11-13 [paul]       0.9.12cvs146.6
3780
3781         * src/compose.c
3782         * src/imap.c
3783         * src/matcher_parser.h
3784         * src/matcher_parser_parse.y
3785         * src/prefs_filtering.c
3786         * src/prefs_filtering_action.c
3787         * src/prefs_themes.c
3788         * src/prefs_toolbar.c
3789         * src/common/utils.c
3790                 various small fixes/cleanups
3791
3792 2004-11-12 [colin]      0.9.12cvs146.5
3793
3794         * src/textview.c
3795                 Validate event's origin on visibility notify
3796                 Patch by Alfons.
3797
3798 2004-11-12 [paul]       0.9.12cvs146.4
3799
3800         * src/exporthtml.c
3801         * src/exportldif.c
3802         * src/imap.c
3803         * src/mh.c
3804         * src/mimeview.c
3805         * src/prefs_spelling.c
3806         * src/prefs_themes.c
3807                 replace deprecated g_dirname    
3808
3809 2004-11-12 [colin]      0.9.12cvs146.3
3810
3811         * src/textview.c
3812                 Some coding style fixes
3813
3814 2004-11-12 [colin]      0.9.12cvs146.2
3815
3816         * src/codeconv.c
3817                 We want to replace _all_ extended chars in
3818                 conv_unreadable_*, because any string containing
3819                 extended chars not parsing as UTF8 is 
3820                 undisplayed on gtk2.
3821
3822 2004-11-12 [paul]       0.9.12cvs146.1
3823
3824         * ChangeLog
3825         * ChangeLog.claws
3826         * ChangeLog.jp
3827         * NEWS
3828         * configure.ac
3829         * src/account.c
3830         * src/folderview.c
3831         * src/folderview.h
3832         * src/imap.c
3833         * src/imap_gtk.c
3834         * src/inc.c
3835         * src/mainwindow.c
3836         * src/mh_gtk.c
3837         * src/news_gtk.c
3838         * src/pop.c
3839         * src/prefs_account.c
3840         * src/prefs_account.h
3841         * src/prefs_ext_prog.c
3842         * src/procmime.c
3843         * src/procmime.h
3844         * src/procmsg.c
3845         * src/procmsg.h
3846         * src/summary_search.c
3847         * src/summaryview.c
3848         * src/textview.c
3849         * src/common/defs.h
3850         * src/common/utils.c
3851         * src/common/utils.h
3852         * src/gtk/menu.c
3853         * src/gtk/menu.h
3854                 sync with HEAD
3855
3856 2004-11-11 [colin]      0.9.12cvs144.2
3857
3858         * src/textview.c
3859                 Fix URI range selection (patch by Alfons)
3860
3861 2004-11-09 [colin]      0.9.12cvs144.1
3862
3863         * ChangeLog.claws
3864         * src/compose.c
3865         * src/folder.c
3866         * src/folder_item_prefs.c
3867         * src/prefs_account.c
3868         * src/prefs_account.h
3869         * src/plugins/pgpmime/pgpmime.c
3870                 Sync with HEAD
3871
3872 2004-11-08 [colin]      0.9.12cvs143.1
3873
3874         * src/summaryview.c
3875                 Sync with HEAD (optimize quicksearch)
3876
3877 2004-11-08 [colin]      0.9.12cvs142.2
3878
3879         * src/compose.c
3880                 Don't wrap when Edit/Auto wrapping is disabled
3881
3882 2004-11-08 [colin]      0.9.12cvs142.1
3883
3884         * src/textview.c
3885                 Sync with HEAD
3886
3887 2004-11-08 [colin]      0.9.12cvs141.1
3888
3889         * src/textview.c
3890                 Sync with HEAD (fix some mail URIs)
3891
3892 2004-11-08 [colin]      0.9.12cvs140.3
3893
3894         * src/textview.c
3895                 o Use text cursor instead of arrow when
3896                   not on a link
3897                 o Fix handling of contiguous links (as in
3898                   "colin@colino.net" <colin@colino.net>)
3899                   This one unveils a bug in get_email_part()
3900
3901 2004-11-07 [colin]      0.9.12cvs140.2
3902
3903         * src/textview.c
3904                 Fix memleak. Patch by Alfons.
3905
3906 2004-11-06 [colin]      0.9.12cvs140.1
3907
3908         * src/compose.c
3909                 Sync with HEAD (don't ask passphrase
3910                 when drafting)
3911
3912 2004-11-06 [paul]       0.9.12cvs139.2
3913
3914         * AUTHORS
3915         * src/textview.c
3916         * src/textview.h
3917                 textview URI handling. hovering over a 
3918                 link displays it in the status bar,
3919                 and changes the mouse pointer to a hand 
3920                 cursor. a link is activated with a single 
3921                 click. (Modified from the) patch by Jean-Yves 
3922                 Lefort <jylefort@users.sourceforge.net>
3923                 
3924
3925 2004-11-05 [colin]      0.9.12cvs139.1
3926
3927         * src/compose.c
3928         * src/procmime.c
3929                 Sync with HEAD again ^^
3930
3931 2004-11-05 [colin]      0.9.12cvs139.1
3932
3933         * src/compose.c
3934         * src/procmime.c
3935                 Sync with HEAD
3936
3937 2004-11-03 [paul]       0.9.12cvs138.1
3938
3939         * ChangeLog.claws
3940         * configure.ac
3941         * po/POTFILES.in
3942         * src/prefs_ext_prog.c
3943         * src/procmime.c
3944         * tools/kdeservicemenu/README
3945         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3946         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3947                 sync with HEAD
3948
3949 2004-11-01 [christoph]  0.9.12cvs136.2
3950
3951         * src/procmime.c
3952                 convert MIME parameters to UTF-8
3953
3954 2004-10-29 [colin]      0.9.12cvs136.1
3955
3956         * src/common/utils.c
3957                 Sync with HEAD (don't use '=' in mime boundary)
3958
3959 2004-10-29 [paul]       0.9.12cvs135.1
3960
3961         * configure.ac
3962         * doc/src/rfc2231.txt
3963         * src/procmime.c
3964         * src/common/quoted-printable.c
3965         * src/common/utils.c
3966         * src/common/utils.h
3967                 sync with HEAD
3968
3969 2004-10-27 [paul]       0.9.12cvs134.1
3970
3971         * configure.ac
3972         * src/main.c
3973         * src/procmime.c
3974         * src/plugins/pgpmime/pgpmime.c
3975                 sync with HEAD
3976
3977 2004-10-26 [paul]       0.9.12cvs132.3
3978
3979         * src/account.c
3980         * src/addressbook.c
3981         * src/addrgather.c
3982         * src/addrharvest.c
3983         * src/codeconv.c
3984         * src/compose.c
3985         * src/customheader.c
3986         * src/editaddress.c
3987         * src/editgroup.c
3988         * src/enriched.c
3989         * src/expldifdlg.c
3990         * src/exporthtml.c
3991         * src/exportldif.c
3992         * src/folder.c
3993         * src/foldersel.c
3994         * src/folderview.c
3995         * src/grouplistdialog.c
3996         * src/html.c
3997         * src/imap.c
3998         * src/jpilot.c
3999         * src/ldapserver.c
4000         * src/ldif.c
4001         * src/mimeview.c
4002         * src/news.c
4003         * src/news_gtk.c
4004         * src/pop.c
4005         * src/prefs_display_header.c
4006         * src/prefs_gtk.c
4007         * src/prefs_msg_colors.c
4008         * src/prefs_toolbar.c
4009         * src/procheader.c
4010         * src/procmime.c
4011         * src/summaryview.c
4012         * src/textview.c
4013         * src/toolbar.c
4014         * src/vcard.c
4015         * src/common/mgutils.c
4016         * src/common/nntp.c
4017         * src/common/smtp.c
4018         * src/common/template.c
4019         * src/common/utils.c
4020         * src/common/xmlprops.c
4021         * src/plugins/pgpmime/pgpmime.c
4022         * src/plugins/pgpmime/select-keys.c
4023         * src/plugins/pgpmime/sgpgme.c
4024                 replace deprecated g_strcasecmp(), g_strncasecmp(),
4025                 g_string_sprintfa(), gtk_notebook_current_page()
4026
4027 2004-10-26 [colin]      0.9.12cvs132.2
4028
4029         * src/prefs_folder_item.c
4030                 Fix default-account selection
4031
4032 2004-10-21 [colin]      0.9.12cvs133
4033
4034         * src/compose.c
4035                 Sync with HEAD (Remove extra separator in compose's Options)
4036         * src/textview.c
4037                 Set wrapping to char
4038
4039 2004-10-21 [paul]       0.9.12cvs131.2
4040
4041         * src/compose.c
4042         * src/sourcewindow.c
4043                 fix wrapping
4044                 fix window shrinking 
4045
4046 2004-10-21 [colin]      0.9.12cvs131.1
4047
4048         * ChangeLog.claws
4049         * src/compose.c
4050                 Sync with HEAD
4051
4052 2004-10-21 [paul]       0.9.12cvs130.2
4053
4054         * src/prefs_folder_item.c
4055                 sync with HEAD (Apply to subfolders)
4056
4057 2004-10-19 [colin]      0.9.12cvs130.1
4058
4059         * ChangeLog.claws
4060         * src/compose.c
4061         * src/common/utils.c
4062         * src/gtk/menu.c
4063                 Sync with HEAD
4064
4065 2004-10-19 [colin]      0.9.12cvs128.1
4066
4067         * src/addrbook.c
4068         * src/addrcache.c
4069         * src/addressbook.c
4070         * src/codeconv.c
4071         * src/compose.c
4072         * src/customheader.c
4073         * src/editaddress.c
4074         * src/editgroup.c
4075         * src/exporthtml.c
4076         * src/folder.c
4077         * src/folderview.c
4078         * src/imap.c
4079         * src/jpilot.c
4080         * src/main.c
4081         * src/matcher_parser_parse.y
4082         * src/mbox.c
4083         * src/pop.c
4084         * src/prefs_account.c
4085         * src/prefs_gtk.c
4086         * src/prefs_msg_colors.c
4087         * src/procheader.c
4088         * src/procmime.c
4089         * src/procmime.h
4090         * src/procmsg.c
4091         * src/summaryview.c
4092         * src/textview.c
4093         * src/common/base64.c
4094         * src/common/partial_download.c
4095         * src/common/socket.c
4096         * src/common/sylpheed.c
4097         * src/common/utils.c
4098         * src/common/utils.h
4099         * src/gtk/pluginwindow.c
4100         * src/gtk/quicksearch.c
4101         * src/plugins/clamav/clamav_plugin.c
4102         * src/plugins/clamav/clamav_plugin.h
4103         * src/plugins/clamav/clamav_plugin_gtk.c
4104         * src/plugins/pgpmime/passphrase.c
4105         * src/plugins/pgpmime/pgpmime.c
4106         * src/plugins/pgpmime/plugin.c
4107         * src/plugins/pgpmime/prefs_gpg.c
4108         * src/plugins/pgpmime/prefs_gpg.h
4109         * src/plugins/pgpmime/select-keys.c
4110         * src/plugins/pgpmime/sgpgme.c
4111         * src/plugins/spamassassin/libspamc.c
4112         * src/plugins/spamassassin/spamassassin.c
4113         * src/plugins/spamassassin/spamassassin.h
4114         * src/plugins/spamassassin/spamassassin_gtk.c
4115         * src/plugins/trayicon/trayicon.c
4116         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
4117                 Sync with HEAD
4118
4119 2004-10-14 [colin]      0.9.12cvs126.2
4120
4121         * src/codeconv.c
4122         * src/textview.c
4123                 Fix conv_unreadable_locale
4124
4125 2004-10-13 [colin]      0.9.12cvs126.1
4126
4127         * src/compose.c
4128                 Sync with HEAD (don't convert charset for 
4129                 drafted messages, minor cleanup)
4130
4131 2004-10-13 [colin]      0.9.12cvs125.1
4132
4133         * po/POTFILES.in
4134                 Sync with HEAD (POTFILES fix)
4135
4136 2004-10-12 [colin]      0.9.12cvs124.3
4137
4138         * src/compose.c
4139                 Fix encoding bug from latest sync
4140
4141 2004-10-12 [paul]       0.9.12cvs124.2
4142
4143         * src/plugins/pgpmime/prefs_gpg.c
4144         * src/plugins/pgpmime/prefs_gpg.h
4145                 forgotten in last commit        
4146
4147 2004-10-12 [paul]       0.9.12cvs124.1
4148
4149         * ChangeLog.claws
4150         * configure.ac
4151         * m4/spamassassin.m4
4152         * src/Makefile.am
4153         * src/account.c
4154         * src/compose.c
4155         * src/compose.h
4156         * src/crash.c
4157         * src/main.c
4158         * src/mimeview.c
4159         * src/passphrase.c
4160         * src/passphrase.h
4161         * src/prefs_account.c
4162         * src/prefs_account.h
4163         * src/prefs_common.c
4164         * src/privacy.c
4165         * src/privacy.h
4166         * src/procmime.c
4167         * src/procmime.h
4168         * src/procmsg.c
4169         * src/rfc2015.c
4170         * src/rfc2015.h
4171         * src/select-keys.c
4172         * src/select-keys.h
4173         * src/textview.c
4174         * src/common/utils.c
4175         * src/common/utils.h
4176         * src/gtk/about.c
4177         * src/plugins/pgpmime/Makefile.am
4178         * src/plugins/pgpmime/passphrase.c
4179         * src/plugins/pgpmime/passphrase.h
4180         * src/plugins/pgpmime/pgpmime.c
4181         * src/plugins/pgpmime/plugin.c
4182         * src/plugins/pgpmime/select-keys.c
4183         * src/plugins/pgpmime/select-keys.h
4184         * src/plugins/pgpmime/sgpgme.c
4185         * src/plugins/pgpmime/sgpgme.h
4186                 sync with HEAD
4187
4188 2004-10-04 [colin]      0.9.12cvs122.1
4189
4190         * src/mainwindow.c
4191         * src/messageview.c
4192         * src/messageview.h
4193         * src/textview.c
4194                 Sync with HEAD
4195
4196 2004-10-04 [colin]      0.9.12cvs121.1
4197
4198         * src/summaryview.c
4199                 Sync with HEAD
4200
4201 2004-10-04 [paul]       0.9.12cvs120.1
4202
4203         * configure.ac
4204                 sync with HEAD [don't try to build 
4205                 pgpmime plugin when gpgme is disabled]
4206
4207 2004-10-03 [colin]      0.9.12cvs119.3
4208
4209         * src/gtk/gtksctree.c
4210                 Lots of side effects. Put back as before 117.2.
4211         * src/summaryview.c
4212                 Fix bug #602
4213
4214 2004-10-03 [colin]      0.9.12cvs119.2
4215
4216         * src/gtk/gtksctree.c
4217                 Revert 608 fix that doesn't work that good
4218
4219 2004-10-02 [colin]      0.9.12cvs119.1
4220
4221         * src/mainwindow.c
4222         * src/messageview.c
4223         * src/prefs_common.h
4224         * src/procmime.c
4225         * src/procmime.h
4226         * src/textview.c
4227                 Sync with HEAD
4228         * src/gtk/gtksctree.c
4229                 Close bug #608
4230
4231 2004-10-01 [colin]      0.9.12cvs118.1
4232
4233         * src/mimeview.c
4234                 Sync with HEAD (better Save All fix)
4235
4236 2004-10-01 [colin]      0.9.12cvs117.2
4237
4238         * src/gtk/gtksctree.c
4239                 Faster on selection
4240
4241 2004-10-01 [colin]      0.9.12cvs117.1
4242
4243         * src/mimeview.c
4244                 Sync with HEAD (Save All: only attachments)
4245
4246 2004-10-01 [paul]       0.9.12cvs116.1
4247
4248         * ChangeLog.claws
4249         * configure.ac
4250         * src/account.c
4251         * src/prefs_common.c
4252         * src/gtk/colorlabel.c
4253                 sync with HEAD
4254
4255 2004-09-30 [colin]      0.9.12cvs115.1
4256
4257         * src/stock_pixmap.c
4258         * src/stock_pixmap.h
4259         * src/folderview.c
4260         * src/Makefile.am
4261         * src/pixmaps/read.xpm
4262                 Sync with HEAD (new pixmap)
4263
4264 2004-09-29 [colin]      0.9.12cvs114.1
4265
4266         * src/compose.c
4267                 Sync with HEAD
4268                 Fix focus handling in headers
4269
4270 2004-09-29 [paul]       0.9.12cvs113.1
4271
4272         * src/quote_fmt_parse.y
4273                 sync with HEAD
4274  
4275
4276 2004-09-28 [colin]      0.9.12cvs112.1
4277
4278         * src/folderview.c
4279         * src/mainwindow.c
4280                 Sync with HEAD
4281
4282 2004-09-28 [colin]      0.9.12cvs110.1
4283
4284         * src/folderview.c
4285                 Sync with HEAD (Contextual Empty trash menu)
4286
4287 2004-09-28 [colin]      0.9.12cvs108.1
4288
4289         * src/addressbook.c
4290                 Sync with HEAD (addressbook edit on double-click)
4291
4292 2004-09-28 [colin]      0.9.12cvs106.1
4293
4294         * src/inc.c
4295                 Sync with HEAD (folder_item freeze on inc)
4296
4297 2004-09-27 [colin]      0.9.12cvs105.1
4298
4299         * src/folderview.c
4300                 Sync with HEAD (right-align new and unread column)
4301
4302 2004-09-27 [colin]      0.9.12cvs104.1
4303
4304         * src/main.c
4305                 Sync with HEAD (revert 0.9.12cvs101)
4306
4307 2004-09-24 [colin]      0.9.12cvs103.2
4308
4309         * src/wizard.c
4310                 Fix gtk warnings and use domain part of the email address 
4311                 when domain detection fails (no dot in domain name)
4312
4313 2004-09-23 [colin]      0.9.12cvs103.1
4314
4315         * src/plugins/spamassassin/libspamc.c
4316         * src/plugins/spamassassin/libspamc.h
4317         * src/plugins/spamassassin/utils.c
4318         * src/plugins/spamassassin/utils.h
4319                 Sync with HEAD (Update spamassassin to 3.0)
4320
4321 2004-09-21 [colin]      0.9.12cvs102.3
4322
4323         * src/action.c
4324                 Add horizontal scrollbar in action io dialog as needed
4325                 Patch by Alfons.
4326
4327 2004-09-20 [colin]      0.9.12cvs102.2
4328
4329         * src/plugins/image_viewer/viewer.c
4330                 Remove imlib stuff
4331                 use gtk_pixmap_set when clearing
4332                 (would be better to use gtkImages, but causes size-allocate 
4333                 signals storm)
4334
4335 2004-09-17 [paul]       0.9.12cvs102.1
4336
4337         * ChangeLog
4338         * ChangeLog.claws
4339         * ChangeLog.jp
4340         * configure.ac
4341         * src/inc.c
4342                 sync with HEAD
4343
4344
4345 2004-09-17 [colin]      0.9.12cvs101.1
4346
4347         * ChangeLog.claws
4348         * src/main.c
4349                 Sync with HEAD (fix segs at exit)
4350
4351 2004-09-14 [colin]      0.9.12cvs99.5
4352
4353         * src/common/socket.c
4354         * AUTHORS
4355                 Fix send error on 64bit platforms
4356                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
4357
4358 2004-09-14 [colin]      0.9.12cvs99.4
4359
4360         * src/action.c
4361                 Fix action output with utf8 
4362                 Patch by Alfons.
4363
4364 2004-09-14 [colin]      0.9.12cvs99.3
4365
4366         * ChangeLog.claws
4367         * src/folder.c
4368                 Sync with HEAD
4369
4370 2004-09-09 [colin]      0.9.12cvs99.2
4371
4372         * src/action.c
4373                 Fix progress bar (displaying "Completed %v/%u")
4374                 Patch by Alfons.
4375
4376 2004-09-08 [colin]      0.9.12cvs99.1
4377
4378         * src/account.c
4379         * src/folder.c
4380         * src/procmsg.c
4381         * src/procmsg.h
4382         * src/plugins/pgpmime/pgpmime.c
4383                 Sync with HEAD
4384
4385 2004-09-08 [colin]      0.9.12cvs97.2
4386
4387         * src/summaryview.c
4388                 Don't select mails in collapsed threads 
4389                 when navigating with up/down
4390
4391 2004-09-07 [colin]      0.9.12cvs97.1
4392
4393         * src/inc.c
4394                 Sync with HEAD (meaningful error messages)
4395
4396 2004-09-06 [colin]      0.9.12cvs96.1
4397
4398         * src/toolbar.c
4399                 Sync with HEAD (fix Redirect graying out)
4400
4401 2004-09-06 [colin]      0.9.12cvs95.1
4402
4403         * src/summaryview.c
4404         * src/mimeview.c
4405                 Sync with HEAD (fix dropped URIs)
4406
4407 2004-09-06 [colin]      0.9.12cvs94.1
4408
4409         * src/addressbook.c
4410         * src/addressitem.h
4411         * src/addritem.c
4412         * src/addritem.h
4413                 Sync with HEAD (addressbook DnD)
4414
4415 2004-09-03 [colin]      0.9.12cvs93.1
4416
4417         * src/summaryview.c
4418                 Sync with HEAD (next/prev unread)
4419
4420 2004-09-03 [colin]      0.9.12cvs92.1
4421
4422         * src/prefs_common.c
4423         * src/prefs_common.h
4424         * src/summaryview.c
4425                 Sync with HEAD ('mark_as_read_delay' pref)
4426
4427 2004-09-02 [colin]      0.9.12cvs91.2
4428
4429         * src/common/xml.c
4430                 Fix leak
4431
4432 2004-09-02 [colin]      0.9.12cvs91.1
4433
4434         * src/gtk/menu.c
4435                 Sync with HEAD (menu accel don't work, but whatever)
4436
4437 2004-09-02 [colin]      0.9.12cvs90.1
4438
4439         * src/account.c
4440                 Sync with HEAD (fix bug 582)
4441
4442 2004-09-02 [colin]      0.9.12cvs89.1
4443
4444         * src/addrindex.c
4445                 Sync with HEAD (free deleted queries)
4446
4447 2004-09-02 [colin]      0.9.12cvs88.1
4448
4449         * src/ldapquery.c
4450                 Sync with HEAD (fix LDAP freezes)
4451
4452 2004-09-02 [colin]      0.9.12cvs87.1
4453
4454         * src/prefs_spelling.c
4455                 Sync with HEAD (add default dictionary)
4456
4457 2004-09-01 [colin]      0.9.12cvs86.1
4458
4459         * src/filtering.c
4460         * src/folderview.c
4461         * src/imap.c
4462         * src/prefs_matcher.c
4463         * src/stock_pixmap.c
4464         * src/summary_search.c
4465         * src/summaryview.c
4466         * src/wizard.c
4467         * src/wizard.h
4468                 Sync with HEAD (uninitialized vars fixes)
4469                 + gtk2 specific warning fixes
4470
4471 2004-08-31 [colin]      0.9.12cvs85.1
4472
4473         * src/folder.c
4474                 Sync with HEAD (Fix memory corruption due to 
4475                 uninitialized var)
4476
4477 2004-08-31 [colin]      0.9.12cvs84.4
4478
4479         * src/summary_search.c
4480                 Fix segfaults when searching in folders with broken headers
4481
4482 2004-08-31 [colin]      0.9.12cvs84.3
4483
4484         * src/compose.c
4485         * src/textview.c
4486                 Fix some more encoding/decoding issues
4487
4488 2004-08-30 [colin]      0.9.12cvs84.2
4489
4490         * src/mimeview.c
4491         * src/prefs_themes.c
4492         * src/gtk/filesel.c
4493         * src/gtk/filesel.h
4494                 Add a folder-mode selection (fixes mimeview's "Save all")
4495
4496 2004-08-29 [colin]      0.9.12cvs84.1
4497
4498         * src/mimeview.c
4499                 Sync with HEAD (don't escape saved filenames)
4500
4501 2004-08-27 [colin]      0.9.12cvs83.1
4502
4503         * ChangeLog
4504         * ChangeLog.claws
4505         * ChangeLog.jp
4506         * src/mh.c
4507         * src/procheader.c
4508         * src/procmsg.c
4509         * src/procmsg.h
4510         * src/common/utils.c
4511         * src/gtk/menu.h
4512         * po/
4513                 Sync with HEAD 0.9.12cvs83 (sync with main)
4514
4515 2004-08-26 [colin]      0.9.12cvs82.4
4516
4517         * src/codeconv.c
4518                 Fix strange stack corruption
4519                 Convert to utf8 after unmime, not before
4520
4521 2004-08-26 [colin]      0.9.12cvs82.3
4522
4523         * src/main.c
4524         * src/wizard.c
4525                 Fix account folders duplication
4526
4527 2004-08-25 [colin]      0.9.12cvs82.2
4528
4529         * src/wizard.c
4530                 Remove ports
4531                 Add SSL selection
4532                 Use login@server as account name
4533
4534 2004-08-25 [colin]      0.9.12cvs82.1
4535
4536         * src/plugins/pgpmime/pgpmime.c
4537                 Sync with HEAD (leak fix).
4538
4539 2004-08-25 [colin]      0.9.12cvs81.1
4540
4541         * src/plugins/pgpmime/pgpmime.c
4542         * src/plugins/pgpmime/sgpgme.c
4543         * src/plugins/pgpmime/sgpgme.h
4544                 Sync with HEAD (Handle combined messages).
4545
4546 2004-08-24 [colin]      0.9.12cvs80.3
4547
4548         * src/wizard.c
4549                 Fix full name, ports, and imap
4550
4551 2004-08-24 [colin]      0.9.12cvs80.2
4552
4553         * src/Makefile.am
4554         * src/main.c
4555         * src/setup.c
4556         * src/setup.h
4557         * src/stock_pixmap.c
4558         * src/stock_pixmap.h
4559         * src/wizard.c ** ADDED **
4560         * src/wizard.h ** ADDED ** 
4561         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
4562                 Add a setup wizard 
4563
4564 2004-08-24 [colin]      0.9.12cvs80.1
4565
4566         * src/folder.c
4567                 Sync with HEAD (set mimeflags on all messages)
4568
4569 2004-08-24 [colin]      0.9.12cvs79.3
4570
4571         * src/matcher_parser_lex.l
4572                 Fix 8bits strings not in utf8
4573
4574 2004-08-24 [colin]      0.9.12cvs79.2
4575
4576         * src/compose.c
4577                 Check conversion result before replacing buffer
4578
4579 2004-08-23 [colin]      0.9.12cvs79.1
4580
4581         * src/compose.c
4582                 Sync with HEAD (create message header in memory)
4583
4584 2004-08-23 [colin]      0.9.12cvs78.1
4585
4586         * src/rfc2015.c
4587         * src/rfc2015.h
4588                 Sync with HEAD (fix bug 197 again)
4589
4590 2004-08-23 [colin]      0.9.12cvs77.3
4591
4592         * src/compose.c
4593                 Fix again inline gpg signing (which outputs utf8
4594                 in gtk2). Not syncing this fix to HEAD as this 
4595                 code is meant to die.
4596
4597 2004-08-23 [colin]      0.9.12cvs77.2
4598
4599         * src/prefs_account.h
4600                 Remove useless include
4601
4602 2004-08-23 [colin]      0.9.12cvs77.1
4603
4604         * src/imap.c
4605         * po/es.po
4606         * po/fr.po
4607         * po/it.po
4608         * po/pl.po
4609         * po/pt_BR.po
4610         * po/sk.po
4611         * po/sr.po
4612                 Sync with HEAD (fix bug 577)
4613
4614 2004-08-22 [colin]      0.9.12cvs76.1
4615
4616         * src/plugins/trayicon/trayicon.c
4617                 Sync with HEAD (fix formatting bug)
4618
4619 2004-08-21 [colin]      0.9.12cvs74.2
4620
4621         * src/gtk/colorsel.c
4622                 Fix bug 564 (Folder color selection window exits on any
4623                 keypress)
4624
4625 2004-08-21 [colin]      0.9.12cvs74.1
4626
4627         * ChangeLog.claws
4628         * src/compose.c
4629         * src/summaryview.c
4630         * src/toolbar.c
4631                 Sync with HEAD (fix bug 576)
4632
4633 2004-08-21 [colin]      0.9.12cvs70.1
4634
4635         * src/compose.c
4636         * src/mainwindow.c
4637                 Sync with HEAD
4638                 
4639
4640 2004-08-21 [paul]       0.9.12cvs66.4
4641
4642         * src/mainwindow.c
4643         * src/messageview.c
4644         * src/gtk/menu.c
4645         * src/plugins/spamassassin/spamassassin_gtk.c
4646                 remove some deprecated gtk1 functions
4647
4648
4649 2004-08-21 [colin]      0.9.12cvs66.3
4650
4651         * src/compose.c
4652         * src/codeconv.c
4653                 Fix warnings
4654                 Remove encoding hacks
4655                 Fix bug 575 (Strange character messes up message)
4656                 Don't display conversion error when drafting
4657
4658 2004-08-21 [paul]       0.9.12cvs66.2
4659
4660         * src/prefs_account.c
4661                 fix GnuPG mode bugs
4662
4663
4664 2004-08-20 [colin]      0.9.12cvs66.1
4665
4666         * src/codeconv.c
4667                 Sync with HEAD 0.9.12cvs66
4668
4669 2004-08-20 [paul]
4670
4671         * src/plugins/pgpmime/plugin.c
4672                 modify PGP/MIME plugin's description
4673
4674 2004-08-17 [colin]      0.9.12cvs65.1
4675
4676         * src/common/ssl.c
4677         * src/plugins/pgpmime/plugin.c
4678                 Sync with HEAD
4679
4680 2004-08-14 [colin]      0.9.12cvs60.3
4681
4682         * src/plugins/trayicon/trayicon.c
4683                 Put back resize callback, on size-request signal
4684                 rather than size-allocate to avoid infinite 
4685                 callback loop
4686
4687 2004-08-13 [colin]      0.9.12cvs60.2
4688
4689         * src/common/defs.h
4690                 Cache versions have been fixed
4691
4692 2004-08-13 [colin]      0.9.12cvs60.1
4693
4694         * src/folderutils.c
4695                 Sync with HEAD
4696
4697 2004-08-12 [colin]      0.9.12cvs59.1
4698
4699         * src/plugins/trayicon/trayicon.c
4700                 Sync with HEAD
4701
4702 2004-08-12 [colin]      0.9.12cvs57.5
4703
4704         * sylpheed.desktop
4705         * configure.ac
4706         * src/Makefile.am
4707         * src/main.c
4708                 Add support for Freedesktop.org's startup notification
4709
4710 2004-08-11 [colin]      0.9.12cvs57.4
4711
4712         * src/textview.c
4713                 Fix off-by-one
4714
4715 2004-08-11 [colin]      0.9.12cvs57.3
4716
4717         * src/message_search.c
4718         * src/summary_search.c
4719                 Make searches case insensitive by default
4720         * src/textview.c
4721                 Fix case-insensitive search in message
4722
4723 2004-08-11 [colin]      0.9.12cvs57.2
4724
4725         * src/summary_search.c
4726                 Let case-sensitive be specified
4727
4728 2004-08-10 [colin]      0.9.12cvs55.4
4729
4730         * src/common/socket.c
4731                 Fix the possible race condition
4732
4733 2004-08-09 [paul]       0.9.12cvs55.3
4734
4735         * configure.ac
4736         * src/Makefile.am
4737         * src/common/Makefile.am
4738                 sync with HEAD
4739
4740
4741 2004-08-09 [paul]       0.9.12cvs55.2
4742
4743         * autogen.sh
4744         * po/poconv.sh
4745                 remove unneeded script
4746
4747         * configure.ac
4748                 add forgotten USE_LDAP_TLS (sync with HEAD)
4749
4750
4751 2004-08-09 [colin]      0.9.12cvs55.1
4752
4753         * src/main.c
4754         * src/common/ssl.c
4755         * src/common/sylpheed.c
4756         * src/common/sylpheed.h
4757                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
4758
4759 2004-08-09 [paul]       0.9.12cvs54.1
4760
4761         * ChangeLog
4762         * ChangeLog.claws
4763         * ChangeLog.jp
4764         * configure.ac
4765         * po/POTFILES.in
4766         * src/Makefile.am
4767         * src/folderutils.c
4768         * src/main.c
4769         * src/pgpmime.c
4770         * src/pgpmime.h
4771         * src/sgpgme.c
4772         * src/sgpgme.h
4773         * src/plugins/Makefile.am
4774         * src/plugins/pgpmime/.cvsignore
4775         * src/plugins/pgpmime/Makefile.am
4776         * src/plugins/pgpmime/pgpmime.c
4777         * src/plugins/pgpmime/pgpmime.h
4778         * src/plugins/pgpmime/plugin.c
4779         * src/plugins/pgpmime/sgpgme.c
4780         * src/plugins/pgpmime/sgpgme.h
4781                 sync with HEAD
4782
4783 2004-08-08 [paul]       0.9.12cvs51.1
4784
4785         * configure.ac
4786         * src/folder.c
4787                 sync with HEAD
4788
4789 2004-08-07 [colin]      0.9.12cvs50.1
4790
4791         * src/pop.c
4792         * src/common/partial_download.c
4793                 fix warnings (sync from HEAD)
4794
4795 2004-08-07 [colin]      0.9.12cvs48.1
4796
4797         * src/prefs_folder_item.c
4798                 sync with HEAD 0.9.12cvs48
4799
4800 2004-08-06 [colin]      0.9.12cvs47.1
4801
4802         * src/compose.c
4803                 Sync with HEAD
4804
4805 2004-08-06 [christoph]  0.9.12cvs46.2
4806
4807         * src/main.c
4808         * src/plugins/clamav/clamav_plugin_gtk.c
4809         * src/plugins/dillo_viewer/dillo_viewer.c
4810         * src/plugins/image_viewer/plugin.c
4811         * src/plugins/mathml_viewer/mathml_viewer.c
4812         * src/plugins/spamassassin/spamassassin_gtk.c
4813         * src/plugins/trayicon/trayicon.c
4814                 don't mix GTK1.2 plugin with GTK2 plugins
4815
4816 2004-08-06 [colin]      0.9.12cvs46.1
4817
4818         * ChangeLog
4819         * ChangeLog.claws
4820         * ChangeLog.jp
4821         * configure.ac
4822         * sylpheed-claws.pc.in
4823         * src/folder.c
4824         * src/imap.c
4825         * src/localfolder.c
4826         * src/messageview.c
4827         * src/mimeview.c
4828         * src/mimeview.h
4829         * src/msgcache.c
4830         * src/news.c
4831         * src/prefs_ext_prog.c
4832         * src/prefs_folder_item.c
4833         * src/prefs_fonts.c
4834         * src/prefs_msg_colors.c
4835         * src/prefs_spelling.c
4836         * src/prefs_themes.c
4837         * src/prefs_toolbar.c
4838         * src/prefs_wrapping.c
4839         * src/procmime.h
4840         * src/common/defs.h
4841         * src/common/nntp.c
4842         * src/common/session.c
4843         * src/common/session.h
4844         * src/common/socket.c
4845         * src/common/utils.h
4846         * src/common/xml.c
4847         * src/common/xml.h
4848         * src/gtk/prefswindow.c
4849         * src/gtk/prefswindow.h
4850         * src/plugins/clamav/clamav_plugin_gtk.c
4851         * src/plugins/dillo_viewer/dillo_prefs.c
4852         * src/plugins/image_viewer/viewerprefs.c
4853         * src/plugins/spamassassin/spamassassin_gtk.c
4854         * m4/openssl.m4 *** REMOVED ***
4855                 Sync with HEAD 0.9.12cvs46
4856
4857 2004-08-03 [paul]       0.9.12cvs40.2
4858
4859         * src/action.c
4860         * src/addressadd.c
4861         * src/addressbook.c
4862         * src/addrgather.c
4863         * src/browseldap.c
4864         * src/compose.c
4865         * src/crash.c
4866         * src/editaddress.c
4867         * src/editgroup.c
4868         * src/editldap_basedn.c
4869         * src/foldersel.c
4870         * src/importldif.c
4871         * src/mimeview.c
4872         * src/prefs_common.c
4873         * src/prefs_template.c
4874         * src/sourcewindow.c
4875         * src/summaryview.c
4876         * src/gtk/about.c
4877         * src/gtk/foldersort.c
4878         * src/gtk/logwindow.c
4879         * src/gtk/pluginwindow.c
4880         * src/gtk/prefswindow.c
4881                 change all gtk_scrolled_window_set_policy from 
4882                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
4883
4884 2004-08-02 [paul]       0.9.12cvs40.1
4885
4886         * AUTHORS
4887                 update translation team section
4888         * po/pt_BR.po
4889                 updated by Frederico Goncalves Guimaraes
4890                 <fggdebian@yahoo.com.br>
4891
4892 2004-07-31 [colin]      0.9.12cvs39.9
4893
4894         * src/exphtmldlg.c
4895                 Fix compilation
4896
4897 2004-07-31 [colin]      0.9.12cvs39.8
4898
4899         * src/exphtmldlg.c
4900                 Fix an alertpanel type
4901
4902 2004-07-30 [colin]      0.9.12cvs39.7
4903
4904         * src/alertpanel.c
4905                 Fix alertpanel_error_log's icon
4906
4907 2004-07-30 [colin]      0.9.12cvs39.6
4908
4909         * src/pop.c
4910                 Two of them should still be warnings
4911
4912 2004-07-30 [colin]      0.9.12cvs39.5
4913
4914         * src/pop.c
4915                 More warning -> error
4916 2004-07-29 [colin]      0.9.12cvs39.4
4917
4918         * src/pop.c
4919                 Warning -> error
4920
4921 2004-07-29 [colin]      0.9.12cvs39.3
4922
4923         * src/prefs_matcher.c
4924                 Fix segfault
4925
4926 2004-07-29 [colin]      0.9.12cvs39.2
4927
4928         * src/alertpanel.c
4929                 More nice-looking alertpanels
4930
4931 2004-07-29 [colin]      0.9.12cvs39.1
4932
4933         * src/messageview.c
4934                 sync with head
4935                 (inform user when partial mail is deleted on server)
4936
4937 2004-07-29 [colin]      0.9.12cvs38.1
4938
4939         * src/messageview.c
4940                 sync with head
4941
4942 2004-07-28 [paul]       0.9.12cvs37.7
4943
4944         * src/mainwindow.c
4945                 complete the replacement of deprecated gtk_progress_*
4946
4947 2004-07-28 [paul]       0.9.12cvs37.6
4948
4949         * src/action.c
4950         * src/inc.c
4951         * src/mainwindow.c
4952         * src/send_message.c
4953         * src/gtk/progressdialog.c
4954         * src/gtk/progressdialog.h
4955                 replace deprecated gtk_progress_*
4956
4957 2004-07-28 [paul]       0.9.12cvs37.5
4958
4959         * src/gtk/filesel.c
4960                 remove gtk_window_set_wmclass()
4961 2004-07-28 [paul]       0.9.12cvs37.4
4962
4963         * src/addressbook.c
4964         * src/compose.c
4965         * src/foldersel.c
4966         * src/mainwindow.c
4967         * src/messageview.c
4968         * src/sourcewindow.c
4969         * src/gtk/logwindow.c
4970                 remove gtk_window_set_wmclass()
4971                 
4972         * src/prefs_filtering.c
4973         * src/prefs_filtering_action.c
4974         * src/prefs_fonts.c
4975         * src/prefs_gtk.c
4976         * src/prefs_matcher.c
4977         * src/ssl_manager.c
4978         * src/gtk/prefswindow.c
4979                 replace gtk_window_position()
4980
4981 2004-07-28 [colin]      0.9.12cvs37.3
4982
4983         * src/alertpanel.c
4984         * src/alertpanel.h
4985                 Add a way to specify panel type for specific
4986                 panels (alertpanel())
4987         * src/account.c
4988         * src/addressbook.c
4989         * src/compose.c
4990         * src/expldifdlg.c
4991         * src/main.c
4992         * src/messageview.c
4993         * src/summaryview.c
4994         * src/textview.c
4995         * src/gtk/sslcertwindow.c
4996                 Fix alertpanel()s so that their icon match
4997                 their real type
4998
4999 2004-07-28 [paul]       0.9.12cvs37.2
5000
5001         * src/addr_compl.c
5002         * src/addressbook.c
5003         * src/alertpanel.c
5004         * src/compose.c
5005         * src/export.c
5006         * src/foldersel.c
5007         * src/folderview.c
5008         * src/grouplistdialog.c
5009         * src/import.c
5010         * src/mainwindow.c
5011         * src/message_search.c
5012         * src/messageview.c
5013         * src/passphrase.c
5014         * src/prefs_actions.c
5015         * src/prefs_common.c
5016         * src/prefs_customheader.c
5017         * src/prefs_display_header.c
5018         * src/prefs_filtering.c
5019         * src/prefs_filtering_action.c
5020         * src/prefs_gtk.c
5021         * src/prefs_matcher.c
5022         * src/prefs_msg_colors.c
5023         * src/prefs_summary_column.c
5024         * src/prefs_template.c
5025         * src/sourcewindow.c
5026         * src/ssl_manager.c
5027         * src/summary_search.c
5028         * src/gtk/colorsel.c
5029         * src/gtk/description_window.c
5030         * src/gtk/gtkaspell.c
5031         * src/gtk/inputdialog.c
5032         * src/gtk/logwindow.c
5033         * src/gtk/prefswindow.c
5034         * src/gtk/progressdialog.c
5035                 replace deprecated gtk_window_set_policy
5036
5037 2004-07-27 [colin]      0.9.12cvs37.1
5038
5039         * src/msgcache.c
5040                 More fixes (synced for head again)
5041
5042 2004-07-27 [colin]      0.9.12cvs35.3
5043
5044         * src/msgcache.c
5045                 Fix wrong test
5046
5047 2004-07-27 [colin]      0.9.12cvs35.2
5048
5049         * src/mimeview.c
5050                 Fix width a bit (by Paul)
5051         * src/alertpanel.c
5052         * src/alertpanel.h
5053                 Specialize icons, make alertpanel_message()
5054                 private
5055         * src/message_search.c
5056         * src/sgpgme.c
5057         * src/summary_search.c
5058                 Suit alertpanel changes
5059
5060 2004-07-27 [colin]      0.9.12cvs35.1
5061
5062         * src/alertpanel.c
5063                 Add an icon
5064         * src/passphrase.c
5065                 Add debug output - maybe someone will
5066                 want to look at the problem with Grab
5067                 Input :)
5068         Bump version as we're synced with HEAD
5069
5070 2004-07-26 [colin]      0.9.12cvs33.26
5071
5072         * src/pop.c
5073                 Fix uidl-file parsing when not in new
5074                 format
5075
5076 2004-07-26 [colin]      0.9.12cvs33.25
5077
5078         * src/gtk/menu.c
5079                 Move popup menu up if necessary (fixes 
5080                 account selector)
5081         * src/mainwindow.c
5082                 Set account selector's button height to
5083                 minimum
5084
5085 2004-07-26 [colin]      0.9.12cvs33.24
5086
5087         * src/alertpanel.c
5088                 Maybe fix 551 (Truncated font in alert window)
5089
5090 2004-07-26 [colin]      0.9.12cvs33.23
5091
5092         * po/de.po
5093         * po/es.po
5094         * po/fr.po
5095         * po/it.po
5096         * po/ja.po
5097         * po/pl.po
5098         * po/ru.po
5099         * po/sk.po
5100         * po/sr.po
5101         * po/zh_CN.po
5102                 Sync po files with HEAD
5103
5104 2004-07-26 [paul]       0.9.12cvs33.22
5105
5106         * src/compose.c
5107                 fix Bug 556 'Organisation-header is sent even if empty'
5108
5109 2004-07-24 [colin]      0.9.12cvs33.21
5110
5111         * src/compose.c
5112         * src/gtk/gtkaspell.c
5113         * src/gtk/gtkaspell.h
5114                 Fix speller accelerators (require hack)
5115
5116 2004-07-24 [colin]      0.9.12cvs33.20
5117
5118         * src/gtk/gtkaspell.c
5119                 Fix over-eager code deletion breaking
5120                 Check while typing
5121
5122 2004-07-24 [colin]      0.9.12cvs33.19
5123
5124         * src/browseldap.c
5125         * src/ldapctrl.c
5126         * src/ldapctrl.h
5127         * src/ldapserver.h
5128                 Sync ldap with HEAD
5129         (Fixes 546 LDAP completely broken)
5130
5131 2004-07-24 [colin]      0.9.12cvs33.18
5132
5133         * src/prefs_msg_colors.c
5134                 Fix prototype mismatch
5135         (Fixes 547 void function cannot return value)
5136
5137 2004-07-24 [colin]      0.9.12cvs33.17
5138
5139         * src/mainwindow.c
5140                 Fix sort going back to previous sort key
5141                 when changing sort direction
5142
5143 2004-07-24 [colin]      0.9.12cvs33.16
5144
5145         * src/compose.c
5146                 Fix space insertion when re-wrapping at 
5147                 cursor point
5148
5149 2004-07-24 [colin]      0.9.12cvs33.15
5150
5151         * src/gtk/gtkaspell.c
5152                 Don't change cursor position in insert-text
5153                 callback
5154         (Fixes 539 Word wrapping on input transposes letters)
5155
5156 2004-07-24 [colin]      0.9.12cvs33.14
5157
5158         * src/gtk/gtkaspell.c
5159                 Reencode non-ascii chars to dictionary's
5160                 encoding
5161         (Fixes 544 Spell check broken non english locale)
5162
5163 2004-07-24 [colin]      0.9.12cvs33.13
5164
5165         * src/summaryview.c
5166                 Fix Shift+Down, add Home/End/PgUp/PgDown
5167
5168 2004-07-21 [colin]      0.9.12cvs33.12
5169
5170         * src/prefs_common.c
5171                 Fix a gtk warning (Patch by Andrej Kacian)
5172
5173 2004-07-21 [colin]      0.9.12cvs33.11
5174
5175         * src/gtk/filesel.c
5176                 More check
5177
5178 2004-07-21 [colin]      0.9.12cvs33.10
5179
5180         * src/compose.c
5181         * src/crash.c
5182         * src/export.c
5183         * src/import.c
5184         * src/messageview.c
5185         * src/mimeview.c
5186         * src/prefs_spelling.c
5187         * src/prefs_themes.c
5188         * src/summaryview.c
5189         * src/gtk/filesel.c
5190         * src/gtk/filesel.h
5191         * src/gtk/pluginwindow.c
5192                 Untwist open/save mode guessing logic, make
5193                 it explicit
5194
5195 2004-07-20 [colin]      0.9.12cvs33.9
5196
5197         * src/codeconv.c
5198                 conv_encode_header: src_charset is UTF-8 on
5199                 gtk2
5200         * src/compose.c
5201                 Remove double encoding of the headers
5202
5203 2004-07-20 [colin]      0.9.12cvs33.8
5204
5205         * src/codeconv.c
5206                 Fix typo
5207
5208 2004-07-20 [colin]      0.9.12cvs33.7
5209
5210         * src/mainwindow.c
5211                 Set the separated messageview to the saved
5212                 size of Claws' messageview (Patch by Alfons)
5213                 Fix a callback prototype (me)
5214
5215 2004-07-20 [colin]      0.9.12cvs33.6
5216
5217         * src/codeconv.h
5218                 Forgot one hunk in 0.9.12cvs33.4
5219
5220 2004-07-19 [colin]      0.9.12cvs33.5
5221
5222         * src/action.c
5223                 Action output fix
5224                 Patch by Alfons
5225
5226 2004-07-19 [colin]      0.9.12cvs33.4
5227
5228         * src/compose.c
5229                 Fix outgoing charset bug in headers
5230         * src/codeconv.c
5231                 Clean for glib2 - Patch by Alfons
5232
5233 2004-07-19 [colin]      0.9.12cvs33.3
5234
5235         * src/statusbar.c
5236                 Remove grip from the statusbar
5237                 Patch by Alfons
5238
5239 2004-07-19 [colin]      0.9.12cvs33.2
5240
5241         * src/messageview.c
5242         * src/textview.c
5243                 Fix messageview remembering the previous
5244                 scroll position when loading a new message
5245                 Patch by Alfons
5246
5247 2004-07-19 [colin]      0.9.12cvs33.1
5248
5249         * src/folder.h
5250         * src/folderview.c
5251         * src/summaryview.c
5252                 Sync with HEAD
5253
5254 2004-07-18 [colin]      0.9.12cvs32.7
5255
5256         * configure.ac
5257                 Remove useless check for XIM - noticed
5258                 by Alfons
5259
5260 2004-07-18 [colin]      0.9.12cvs32.6
5261
5262         * src/summaryview.c
5263                 Remove non-modified and shift-modified
5264                 accelerators in summaryview's popup
5265                 menu, as that doesn't get catched by
5266                 the accel-activate signal catcher...
5267
5268 2004-07-18 [colin]      0.9.12cvs32.5
5269
5270         * src/prefs_common.c
5271                 Define sensible default prefs for 
5272                 wrapping
5273
5274 2004-07-18 [colin]      0.9.12cvs32.4
5275
5276         * src/compose.c
5277         * src/prefs_common.c
5278         * src/prefs_common.h
5279         * src/prefs_wrapping.c
5280                 Remove Smart Wrapping pref, which does
5281                 nothing on gtk2 branch
5282
5283 2004-07-18 [colin]      0.9.12cvs32.3
5284
5285         * src/sourcewindow.c
5286                 Proper utf8
5287
5288 2004-07-18 [colin]      0.9.12cvs32.2
5289
5290         * src/compose.c
5291                 Save attachment status when drafting
5292
5293 2004-07-18 [colin]      0.9.12cvs32.1
5294
5295         * src/gtk/filesel.c
5296                 Fix erratic folder selection in open mode
5297
5298 2004-07-18 [colin]      0.9.12cvs31.11
5299
5300         * src/pop.c
5301                 Don't let partial messages get deleted
5302                 even with "dowload all"
5303                 (0.9.12cvs31.8 fix extension)
5304 2004-07-18 [colin]      0.9.12cvs31.10
5305
5306         * src/gtk/logwindow.c
5307                 Fix log scrolling
5308
5309 2004-07-18 [colin]      0.9.12cvs31.9
5310
5311         * src/common/utils.c
5312                 Fix non-utf8 strings coming from commands
5313                 and files
5314
5315 2004-07-18 [colin]      0.9.12cvs31.8
5316
5317         * src/pop.c
5318                 Fix partial download bug with Download all
5319                 messages option
5320
5321 2004-07-18 [colin]      0.9.12cvs31.7
5322
5323         * src/textview.c
5324                 Fix bug introduced in 0.9.12cvs31.2
5325                 (blocked in select mode after double click)
5326
5327 2004-07-18 [colin]      0.9.12cvs31.6
5328
5329         * src/compose.c
5330         * src/gtk/menu.c
5331                 More glib-warning fixes
5332
5333 2004-07-18 [colin]      0.9.12cvs31.5
5334
5335         * src/compose.c
5336                 Fix trashing the primary clipboard when moving 
5337                 around with tab
5338         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
5339
5340 2004-07-18 [colin]      0.9.12cvs31.4
5341
5342         * src/codeconv.c
5343                 convert unencoded iso headers to utf8
5344         (Fix Bug 538 Unencoded local characters in subject make it 
5345          disappear)
5346
5347 2004-07-18 [colin]      0.9.12cvs31.3
5348
5349         * src/compose.c
5350                 Fix tab char handling in wrapping
5351         (Fix Bug 537 Line wrap problem - TAB character treated as 
5352          one character instead of 8)
5353
5354 2004-07-18 [colin]      0.9.12cvs31.2
5355
5356         * src/textview.c
5357                 return FALSE on GDK_MOTION_NOTIFY
5358         (Fix Bug 535 Hyperlinks/addresses are not selectable 
5359          (unable to highlight))
5360
5361 2004-07-18 [colin]      0.9.12cvs31.1
5362
5363         * src/folderview.c
5364                 Sync with 0.9.12cvs31
5365
5366 2004-07-18 [colin]      0.9.12cvs30.4
5367
5368         * src/compose.c
5369                 Also block text_inserted when inserting a file
5370
5371 2004-07-18 [colin]      0.9.12cvs30.3
5372
5373         * src/compose.c
5374                 Fix smart wrapping (block text_inserted handler
5375                 while putting quotation to avoid wrap on input,
5376                 don't join lines if next is sig separator)
5377
5378 2004-07-17 [colin]      0.9.12cvs30.2
5379
5380         * src/folderview.c
5381         * src/mainwindow.c
5382         * src/mimeview.c
5383         * src/summaryview.c
5384         * src/gtk/quicksearch.c
5385         * src/gtk/quicksearch.h
5386                 Block key events handlers *and* accels while
5387                 quicksearch is focused
5388         (Fixes Bug 534 quick-search bar not accepting certain letters)
5389
5390 2004-07-17 [colin]      0.9.12cvs30.1
5391
5392         * src/folder.h
5393         * src/folderview.c
5394         * src/summaryview.c
5395                 Sync with 0.9.12cvs30
5396
5397 2004-07-17 [colin]      0.9.12cvs28.2
5398
5399         * src/mimeview.c
5400         * src/procmime.c
5401         * src/summaryview.c
5402         * src/gtk/menu.c
5403                 Squash some compile and glib warnings
5404
5405 2004-07-17 [paul]       0.9.12cvs28.1
5406
5407         * src/mimeview.c
5408                 sync with 0.9.12cvs28 HEAD
5409
5410 2004-07-16 [paul]       0.9.12cvs26.1
5411         
5412         * src/gtk/quicksearch.c
5413         * src/account.c
5414         * src/account.h
5415         * src/compose.c
5416         * src/customheader.c
5417         * src/folder_item_prefs.c
5418         * src/main.c
5419         * src/mainwindow.c
5420         * src/messageview.c
5421         * src/mimeview.c
5422         * src/news.c
5423         * src/pgpmime.c
5424         * src/pop.c
5425         * src/pop.h
5426         * src/prefs_account.c
5427         * src/prefs_account.h
5428         * src/prefs_common.c
5429         * src/prefs_common.h
5430         * src/prefs_display_header.c
5431         * src/prefs_gtk.c
5432         * src/prefs_gtk.h
5433         * src/procheader.c
5434         * src/procmime.c
5435                 sync with 0.9.12cvs26 HEAD      
5436
5437 2004-07-15 [colin]      0.9.12cvs18.14
5438
5439         * src/folder.c
5440                 Disable GPG signature check during
5441                 folder move and scan
5442         (Closes Bug 521 Signature checking slows down Folder-Move)
5443
5444 2004-07-14 [colin]      0.9.12cvs18.13
5445
5446         * src/common/partial_download.c
5447                 update includes
5448
5449 2004-07-14 [colin]      0.9.12cvs18.12
5450
5451         * src/common/partial_download.c
5452         * src/common/partial_download.h
5453                 Move doc at top, add correct copyright
5454
5455 2004-07-14 [colin]      0.9.12cvs18.11
5456
5457         * src/folder.c
5458         * src/messageview.c
5459         * src/pop.c
5460         * src/pop.h
5461         * src/procmsg.c
5462         * src/summaryview.c
5463         * src/common/Makefile.am
5464         * src/common/partial_download.c ** NEW FILES **
5465         * src/common/partial_download.h ** NEW FILES **
5466                 Move partial-download related stuff to its
5467                 own file
5468
5469 2004-07-14 [colin]      0.9.12cvs18.10
5470
5471         * src/send_message.c
5472                 Fix smtp auth when user is null or empty
5473
5474 2004-07-13 [colin]      0.9.12cvs18.9
5475
5476         * src/gtk/quicksearch.c
5477                 Use alphabetic order
5478
5479 2004-07-13 [colin]      0.9.12cvs18.8
5480
5481         * src/pop.c
5482                 Be paranoid on the checks
5483
5484 2004-07-13 [colin]      0.9.12cvs18.7
5485
5486         * src/gtk/quicksearch.c
5487                 Fix Engrish once again
5488
5489 2004-07-13 [colin]      0.9.12cvs18.6
5490
5491         * src/procmsg.c
5492         * src/summaryview.c
5493                 Mark messages for deletion when they are about to
5494                 be removed from trash
5495
5496 2004-07-13 [colin]      0.9.12cvs18.5
5497
5498         * src/matcher.c
5499         * src/matcher.h
5500         * src/matcher_parser_parse.y
5501         * src/prefs_matcher.c
5502         * src/gtk/quicksearch.c
5503                 Add 'partial' ('p') match string to find partially
5504                 downloaded messages
5505
5506 2004-07-13 [colin]      0.9.12cvs18.4
5507
5508         * src/pop.c
5509                 Fix misplaced block
5510
5511 2004-07-13 [colin]      0.9.12cvs18.3
5512
5513         * src/pop.c
5514         * src/pop.h
5515         * src/messageview.c
5516                 Refactor API (to avoid passing 5+ params and code
5517                 duplication)
5518         * src/folder.c
5519         * src/msgcache.c
5520         * src/procheader.c
5521         * src/common/defs.h
5522                 Add planned_download to cache
5523                 Don't mess uidl file when moving partially downloaded
5524                 mails (they change folder, we should change it in the
5525                 uidl list too or we'll remove an incorrect message)
5526                 (this also helps removing hacks when changing 
5527                 planned_download in messageview.c)
5528
5529 2004-07-12 [colin]      0.9.12cvs18.2
5530
5531         * src/gtk/quicksearch.c
5532                 Fix missing status update in quicksearch
5533
5534 2004-07-12 [paul]       0.9.12cvs18.1
5535
5536         * po/POTFILES.in
5537         * src/Makefile.am
5538         * src/account.c
5539         * src/codeconv.c
5540         * src/compose.c
5541         * src/inc.c
5542         * src/main.c
5543         * src/prefs_common.c
5544         * src/procmsg.h
5545         * src/toolbar.c
5546         * src/prefs_msg_colors.[ch]     ** NEW FILES **
5547         * src/prefs_wrapping.[ch]       ** NEW FILES **
5548         * src/common/intl.h
5549         * src/common/utils.[ch]
5550         * src/gtk/quicksearch.[ch]
5551                 sync with 0.9.12cvs18 HEAD
5552
5553 2004-07-12 [colin]      0.9.11cvs17.25
5554
5555         * src/folder.c
5556         * src/folder.h
5557                 Remove unused function added by me in 0.9.11cvs17.10
5558
5559 2004-07-11 [colin]      0.9.11cvs17.24
5560
5561         * src/inc.c
5562         * src/messageview.c
5563         * src/pop.c
5564         * src/pop.h
5565                 Use folderitem and msgnum instead of filename to
5566                 know which mail to delete
5567                 Move old partial mail deletion to pop.c
5568
5569 2004-07-10 [colin]      0.9.11cvs17.23
5570
5571         * src/inc.c
5572                 Add debug
5573         * src/pop.c
5574         * src/pop.h
5575                 Don't re-use same enums for unrelated stuff: it's 
5576                 completely misleading !
5577                 Document a bit
5578
5579 2004-07-09 [colin]      0.9.11cvs17.22
5580
5581         * src/inc.c
5582                 Remove folder-type check and do
5583                 more tests to be sure everything's
5584                 ok
5585         * src/messageview.c
5586                 Punctuation update, remove useless
5587                 code, fix two warnings
5588         * src/noticeview.c
5589                 Layout cleaning, reset 2nd button
5590                 when specifying one
5591
5592 2004-07-09 [colin]      0.9.11cvs17.21
5593
5594         * src/messageview.c
5595         * src/pop.c
5596         * src/pop.h
5597                 Allow user to change his mind
5598                 and postpone decision (by
5599                 unmarking the mail)
5600
5601 2004-07-09 [colin]      0.9.11cvs17.20
5602
5603         * src/messageview.c
5604                 Fix bug with delete state
5605         * src/pop.c
5606         * src/pop.h
5607                 Fix buffer leak (fread doesn't 
5608                 terminate buffers with \0)
5609                 Refactoring (remove magic 
5610                 numbers)
5611
5612 2004-07-09 [colin]      0.9.11cvs17.19
5613
5614         * src/pop.c
5615                 Don't log "Skipping message" if 
5616                 we're going to TOP it two lines
5617                 later
5618
5619 2004-07-09 [colin]      0.9.11cvs17.18
5620
5621         * src/messageview.c
5622                 Fix Engrish
5623
5624 2004-07-09 [colin]      0.9.11cvs17.17
5625
5626         * src/pop.c
5627                 strlen checking...
5628         * src/messageview.c
5629                 refactoring a bit
5630
5631 2004-07-08 [colin]      0.9.11cvs17.16
5632
5633         * src/noticeview.c
5634         * src/noticeview.h
5635                 Add an optional second button
5636         * src/messageview.c
5637         * src/pop.c
5638         * src/pop.h
5639                 Don't delete partially received mails after a certain
5640                 time; rather, let the user decide.
5641
5642 2004-07-08 [colin]      0.9.11cvs17.15
5643
5644         * src/common/smtp.h
5645                 Sync with HEAD
5646
5647 2004-07-08 [colin]      0.9.11cvs17.14
5648
5649         * src/messageview.c
5650         * src/common/smtp.c
5651                 Use to_human_readable() for sizes
5652
5653 2004-07-08 [colin]      0.9.11cvs17.13
5654
5655         * src/inc.c
5656         * src/messageview.c
5657         * src/pop.c
5658         * src/pop.h
5659         * src/procmsg.c
5660                 Fix partial-downloading issues:
5661                         catch unsupported TOP
5662                         don't delete partially downloaded mails before 5 days
5663                         don't update existing with non-MH folders; that'll
5664                         make dups, but it's better than trashing the folder
5665                         free new msginfo parts
5666                 Fix indentation ;-)
5667
5668 2004-07-08 [colin]      0.9.11cvs17.12
5669
5670         * src/common/smtp.c
5671         * src/common/smtp.h
5672                 Sync smtp size verification with HEAD
5673
5674 2004-07-08 [colin]      0.9.11cvs17.11
5675
5676         * src/summaryview.c
5677         * src/prefs_common.c
5678         * src/prefs_common.h
5679         * src/gtk/quicksearch.c
5680         * src/gtk/quicksearch.h
5681                 Sync sticky pref with HEAD
5682
5683 2004-07-08 [colin]      0.9.11cvs17.10
5684
5685         * src/folder.c [1.213.2.6]
5686         * src/folder.h [1.87.2.6]
5687         * src/inc.c [1.149.2.7]
5688         * src/messageview.c [1.94.2.8]
5689         * src/procheader.c [1.47.2.6]
5690         * src/procmsg.c [1.150.2.4]
5691         * src/procmsg.h [1.60.2.5]
5692         * src/pop.c [1.56.2.4]
5693         * src/pop.h [1.17.2.3]
5694                 Let too big messages get downloaded, but truncated
5695                 Add a button to download them completely
5696                 
5697 2004-07-06 [colin]      0.9.11cvs17.9
5698
5699         * src/gtk/quicksearch.c [1.1.2.3]
5700                 Add a Clear button
5701         * commitHelper
5702         * PATCHSETS
5703                 Add a script to help with cvs
5704
5705 2004-07-03 [colin]      0.9.11cvs17.8
5706
5707         * src/plugins/imageviewer/viewer.c
5708                 fix imageviewer (which was staying on the first
5709                 displayed image)
5710
5711 2004-07-03 [colin]      0.9.11cvs17.7
5712
5713         Removed FIXME_GTK2 warnings
5714         * src/gtk/gtkutils.c
5715                 useless #warnings
5716         * src/gtk/menu.c
5717                 useless #warnings (no need to mess with menu rc)
5718         * src/gtk/menu.h
5719                 unused functions
5720         
5721
5722 2004-07-03 [colin]      0.9.11cvs17.6
5723
5724         Removed FIXME_GTK2 warnings
5725         * src/codeconv.c
5726                 useless #warnings (rewrite needed)
5727         * src/compose.c
5728                 useless #warnings (rewrite needed)
5729                 useless #warnings (gtk2 is like that)
5730                 useless #warnings (previously fixed)
5731         * src/main.c
5732                 useless #warnings (previously fixed)
5733         * src/message_search.c
5734                 useless #warnings (gtk2 is like that)
5735                 Made apparent that search is case-sensitive
5736         * src/mimeview.c
5737                 useless #warnings (rewrite needed)
5738                 useless #warnings (gtk2 is like that)
5739                 reimplemented real warnings
5740         * src/prefs_common.c
5741                 Removed block cursor option (not it gtk2)
5742         * src/prefs_gtk.c
5743                 useless #warnings (rewrite needed)
5744         * src/procheader.c
5745                 useless #warnings (rewrite needed)
5746         * src/sourcewindow.c
5747                 useless #warnings (incorrect placing)
5748         * src/summary_search.c
5749                 useless #warnings (gtk2 is like that)
5750                 Made apparent that search is case-sensitive
5751         * src/action.c
5752                 useless #warnings (gtk2 is like that)
5753         * src/textview.c
5754                 useless #warnings (rewrite needed)
5755         * src/toolbar.c
5756                 useless #warnings (rewrite needed)
5757
5758 2004-07-03 [colin]      0.9.11cvs17.5
5759
5760         * src/textview.c
5761                 Fix mismerge which broke URI opening
5762                 
5763 2004-07-01 [colin]      0.9.11cvs17.4
5764
5765         * src/gtk/filesel.c
5766                 Fill filename when saving
5767                 
5768 2004-06-27 [colin]      0.9.11cvs17.3
5769
5770         * src/gtk/filesel.[ch]
5771                 Use the new GTK file selector
5772                 Update prototype to match the reality: multiple file
5773                 selection is open-only          
5774         * src/compose.c
5775                 Match the new prototypes        
5776         * configure.ac
5777                 Match the new requirements (gtk 2.4.0)
5778                         
5779 2004-06-26 [colin]      0.9.11cvs17.2
5780
5781         * src/plugins/trayicon/trayicon.c
5782                 Remove useless signal handler on resize, which causes
5783                 an infinite "loop"
5784         
5785 2004-06-26 [colin]      0.9.11cvs17.1
5786         
5787         * tools/Makefile.am
5788                 remove launch_firebird and add nautilus2sylpheed.sh
5789         * src/quicksearch.c
5790           src/summaryview.c
5791                 Fix show/hide "Extended symbols" button problem
5792                 Fix apparition at startup
5793                 Fix const warnings
5794         * src/plugins/image_viewer/Makefile.am
5795                 Fix configure 
5796         * common/ssl.c
5797                 Re-enable certificate check, as it doesn't seem to
5798                 cause Xlib errors anymore
5799
5800 2004-06-25 [paul]       0.9.11cvs17
5801
5802         * sync with 0.9.11cvs17 HEAD
5803         
5804         NOTE: QuickSearch is broken
5805
5806 2004-06-07 [colin]      0.9.10claws67.10
5807         * src/plugins/trayicon/trayicon.c
5808           src/plugins/trayicon/libeggtrayicon/Makefile.am
5809           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5810                 Fix gettextization in trayicon plugin
5811
5812 2004-06-07 [colin]      0.9.10claws67.9
5813         
5814         * src/summaryview.c
5815           src/gtk/gtksctree.[ch]
5816                 Let Shift+{Up,Down} work in summaryview
5817                 (well, Down "works" and Up works)
5818                 Let the list scroll when using these keys
5819
5820 2004-06-06 [colin]      0.9.10claws67.8
5821
5822         * src/plugins/trayicon/trayicon.c
5823                 Fix pixmap update
5824
5825 2004-06-06 [colin]      0.9.10claws67.7
5826
5827         * src/addressbook.c
5828                 Fix signal handling causing system-wide focus grab
5829
5830 2004-05-25 [paul]       0.9.10claws67.6
5831
5832         * Makefile.am
5833           src/Makefile.am
5834                 clean up
5835
5836 2004-05-25 [paul]       0.9.10claws67.5
5837
5838         * replace deprecated gtk_signal... functions
5839
5840 2004-05-23 [colin]      0.9.10claws67.4
5841
5842         * src/compose.c
5843                 Fix wrapping
5844
5845 2004-05-22 [colin]      0.9.10claws67.3
5846
5847         * src/compose.c
5848                 Re-fix [Edited] in compose.c::compose_reedit()
5849
5850 2004-05-22 [colin]      0.9.10claws67.2
5851
5852         * src/procmime.c
5853                 Fix parsing of multiparts mails
5854
5855 2004-05-22 [colin]      0.9.10claws67.1
5856
5857         * src/summaryview.c
5858                 Fix quicksearch
5859
5860 2004-05-22 [paul]       0.9.10claws67
5861
5862         * sync with 0.9.10claws67 HEAD
5863
5864 2004-05-14 [alfons]
5865
5866         * src/procmime.h
5867                 add forgotton prototype
5868
5869 2004-05-10 [paul]       0.9.10claws57
5870
5871         * sync with 0.9.10claws57 HEAD
5872
5873 2004-05-05 [paul]       0.9.9.claws1
5874
5875         * ChangeLog-gtk2        ** REMOVED **
5876           ChangeLog-gtk2.claws  ** ADDED **
5877                 rename and adopt the normal claws format
5878                 
5879         * configure.ac
5880                 require gtkmathview >= 0.5
5881
5882         * ac/*                          ** REMOVED **
5883           ac/                           ** REMOVED **
5884           intl/Makefile.in              ** REMOVED **
5885           m4/                           ** ADDED **
5886           m4/missing                    ** ADDED **
5887           m4/missing/gdk-pixbuf.m4      ** ADDED **
5888           m4/missing/gettext.m4         ** ADDED **
5889           m4/missing/gpgme.m4           ** ADDED **
5890           m4/missing/imlib.m4           ** ADDED **
5891           m4/.cvsignore                 ** ADDED **
5892           m4/Makefile.am                ** ADDED **
5893           m4/README                     ** ADDED **
5894           m4/aclocal-include.m4         ** ADDED **
5895           m4/aspell.m4                  ** ADDED **
5896           m4/check-type.m4              ** ADDED **
5897           m4/gnupg-check-typedef.m4     ** ADDED **
5898           m4/openssl.m4                 ** ADDED **
5899           m4/spamassassin.m4            ** ADDED **
5900           po/ChangeLog                  ** REMOVED **
5901           po/Makefile.in.in             ** REMOVED **
5902           po/Rules-quot                 ** REMOVED **
5903           po/boldquot.sed               ** REMOVED **
5904           po/en@boldquot.header         ** REMOVED **
5905           po/en@quot.header             ** REMOVED **
5906           po/insert-header.sin          ** REMOVED **
5907           po/quot.sed                   ** REMOVED **
5908           po/remove-potcdate.sed        ** REMOVED **
5909           po/remove-potcdate.sin        ** REMOVED **
5910           po/stamp-po                   ** REMOVED **
5911           Makefile.am
5912           autogen.sh
5913           configure.ac
5914                 enable building with automake 1.8.x
5915                 add 'autopoint --force' to autogen.sh and remove all
5916                 auto-generated files, remove ac/ directory and use
5917                 m4/ directory instead
5918                 
5919         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5920                 fix gettextization
5921
5922 2004-02-28 Colin Leroy <colin@colino.net>
5923         * src/prefs_matcher.c
5924           src/prefs_filtering.c
5925           src/prefs_filtering_action.c
5926                 Fix non-editable GtkEntries
5927
5928 2004-02-22 Thorsten Maerz <torte@netztorte.de>
5929         * src/prefs_themes.c
5930                 utf8 conversion for theme info
5931
5932 2004-02-21 Thorsten Maerz <torte@netztorte.de>
5933         * sync 0.9.9claws
5934
5935 2004-02-14 Thorsten Maerz <torte@netztorte.de>
5936         * src/grouplistdialog.c
5937                 allow multiple selections without ctrl key
5938
5939 2004-02-09 Thorsten Maerz <torte@netztorte.de>
5940         * src/main.c
5941                 enable customizable accelerators
5942
5943 2004-02-08 Thorsten Maerz <torte@netztorte.de>
5944         * src/prefs_common.c
5945                 re-enable different font settings for gtk1/2
5946         * src/prefs_folder_item.c
5947                 fix folder prefs displayed wrong
5948         * src/textview.c
5949                 set 'sunken' shadow type
5950
5951 2004-02-07 Colin Leroy <colin@colino.net>
5952         * src/compose.c
5953                 Fix message being always [Edited]
5954                 Encode headers correctly (utf8 buf)
5955
5956 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5957         * src/socket.c
5958                 remove double g_source_attach()
5959                 (Thanks to Colin Leroy)
5960
5961 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5962         * src/gtk/gtksctree.c
5963                 Fix SSL certificate list not shown
5964         * src/mimeview.c
5965                 Fix clicks in mime tree
5966
5967 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5968         * src/common/socket.c
5969                 Fix SSL receive
5970         * src/compose.c
5971                 Fix clipboard menu hotkeys
5972
5973 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5974         * src/gtk/gtkaspell.[ch]
5975           src/compose.c
5976                 reimplement spellchecker
5977
5978 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5979         * src/gtk/filesel.c
5980                 crash when inserting file in compose window
5981                 (TODO: keep old selection on clicks)
5982         * src/main.c
5983                 use gtkrc-2.0 instead of gtkrc
5984
5985 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5986         * src/messageview.c
5987                 remove orphaned mimeview unref()
5988
5989 2004-01-20 Thorsten Maerz <torte@netztorte.de>
5990         * src/grouplistdialog.c
5991                 expand nodes containing subscribed groups
5992
5993 2004-01-19 Thorsten Maerz <torte@netztorte.de>
5994         * src/textview.c
5995                 textview: hide cursor, restore old click behaviour
5996
5997 2004-01-18 Thorsten Maerz <torte@netztorte.de>
5998         * src/textview.c
5999                 variable names messed up
6000
6001 2004-01-17 Colin Leroy <colin@colino.net>
6002         * src/addr_compl.c
6003                 Fix completion address too thin
6004         * src/compose.c
6005                 Fix tab-to-subject behaviour
6006         * src/summaryview.c
6007                 Implement key up & down in summaryview
6008
6009 2004-01-12 Thorsten Maerz <torte@netztorte.de>
6010
6011         * sync 098claws
6012
6013 2004-01-08 Thorsten Maerz <torte@netztorte.de>
6014         * configure.ac
6015           Makefile.am
6016           doc/.cvsignore
6017           doc/Makefile.am
6018                 faq, man, manual moved to doc/
6019         * ac/aspell.m4
6020           ac/check-type.m4
6021           ac/gnupg-check-typedef.m4
6022           ac/openssl.m4
6023           ac/spamassassin.m4
6024           ac/missing/gdk-pixbuf.m4
6025           ac/missing/gpgme.m4
6026           ac/missing/imlib.m4
6027                 fix automake warnings
6028
6029 2003-12-06 Colin Leroy <colin@colino.net>
6030         * src/summaryview.c
6031                 Fix quicksearch
6032
6033 2003-12-05 Colin Leroy <colin@colino.net>
6034         * src/summaryview.c
6035                 Fix going to next unread folder
6036
6037 2003-12-05 Colin Leroy <colin@colino.net>
6038         * src/crash.c
6039                 Fix gtk2 compilation
6040         * src/session.c
6041                 Remove iotag source handler at disconnection
6042         * src/socket.[ch] 
6043                 Remove source handler when closing socket 
6044                 (fixes another seg)
6045
6046 2003-12-04 Colin Leroy <colin@colino.net>
6047         * src/compose.c
6048           src/prefs_account.c
6049           src/prefs_common.c
6050                 Fix some dropdown menus
6051
6052 2003-12-04 Colin Leroy <colin@colino.net>
6053         * src/compose.c
6054                 Fix event handlers on header fields
6055         * src/common/socket.c
6056           src/common/session.c
6057                 Fix segfault with callback (SSL)
6058                 Fix end of session 
6059
6060 2003-10-06 Thorsten Maerz <torte@netztorte.de>
6061
6062         * Fix compile bug in src/compose.c
6063         * removed src/gtk/gtkstext.[ch]
6064
6065 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
6066
6067         * Convert character set and escape "text" attributes in toolbar setting
6068         files.
6069         * Fixed bug in button-press-event handling.
6070
6071 2003-09-16 Thorsten Maerz <torte@netztorte.de>
6072
6073         * Fixed bug in key-press-event handling.
6074
6075 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
6076
6077         * Enabled to compile tray-icon plugin (Ad-hoc).
6078         * Avoid hang up bug of icon list in mime view (Ad-hoc).
6079
6080 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
6081
6082         * Enabled to compile on sylpheed-claws.
6083         (tray-icon plugin still cannot compile yet.)
6084
6085 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
6086
6087         * Updated to 0.9.5.
6088
6089 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
6090
6091         * Updated to 0.9.4.
6092         * Ported monitoring SSL mechanism to GSource of GLib2
6093         (I don't confirm it)
6094         * Added _gtk2 suffix to key name of font preference to avoid
6095         ovverwriting preference of Gtk+-1.2 version.
6096
6097 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
6098
6099         * Updated to 0.9.2.
6100
6101 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
6102
6103         * Updated to 0.9.1.
6104         * Translate po files into UTF-8 when execute autogen.sh.
6105
6106 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
6107
6108         * Updated to 0.9.0.
6109
6110 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
6111
6112         * Plugged GError related memory leaks.
6113
6114 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
6115
6116         * Changed default size of fonts.
6117         * Enabled to set titile font size of warning dialog.
6118
6119 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
6120
6121         * Embed a sylpheed icon into executable binary on Windows.
6122
6123 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
6124
6125         * I forgot to traslate character set of element string in src/xml.c.
6126
6127 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
6128
6129         * Fixed detecting bind_textdomain_codeset in configure.in.
6130         * The bug in which "Example" of "Date fromat" preference isn't displayed
6131         correctly has been fixed.
6132
6133 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
6134
6135         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
6136           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
6137           glib-gettextize
6138           Removed intl directory.
6139           Translated po files into UTF-8.
6140           (Thanks! Ryuji Abe)
6141
6142 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
6143
6144         * The bug which doesn't unscape string in xml.c has been fixed.
6145
6146 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
6147
6148         * The bug which is failed to translate encoding of file name thorough
6149         file dialog has been fixed.
6150
6151 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
6152
6153         * Modified to translate file names which is used in inporting/expoting
6154         mbox feature and "Save as" feature into locale encoding.
6155         * Translate file names into locale encoding when "Attache file" and
6156         "Insert file".
6157         * Force set G_BROKEN_FILENAMES environment variable.
6158         * Other minor fixes.
6159
6160 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
6161
6162         * Modified to treat MH folder's name as locale encoding.
6163
6164 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
6165
6166         * The bug which clash on switching candidates of auto completion of
6167         addresses, cannot use auto completion in Japanesse is fixed
6168         (Thanks! Tokunaga-san)¡¥
6169
6170 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6171
6172         * The bug which cannot switch key accelerator preference has been fixed
6173         (Thanks! smbd-san)¡¥
6174
6175 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6176
6177         * version 0.8.11-gtk2-20030314
6178
6179 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
6180
6181         * The bug in which character set conversion of filtering messages has
6182         been fixed.(Thanks! COCOA-san).
6183
6184 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
6185
6186         * Revived "Leave space on head" preference in "Message" category.
6187         * A bug which clash when put the cursor to end of buffer and execute
6188         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
6189
6190 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
6191
6192         * version 0.8.11-gtk2-20030312
6193
6194 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
6195
6196         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
6197         * Modified to use Pango's API directly for font preference.
6198         * Integrated GtkTextView of textview to one widget.
6199         * Set fonts of header title in textview by "header_title" tag.
6200         * Removed some deprecated codes.
6201
6202 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
6203
6204         * Updated to 0.8.11.
6205         * Merged cygwin patch(Thanks! Sakai-san).
6206
6207 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
6208
6209         * version 0.8.10-gtk2-20030309