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