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