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