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