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