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