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