1 2005-07-17 [colin] 1.9.12cvs72
3 * src/plugins/pgpcore/Makefile.am
4 * src/plugins/pgpmime/Makefile.am
7 2005-07-17 [paul] 1.9.12cvs71
10 add --disable-gnomeprint option
11 modified version of patch by Marius Mauch
13 2005-07-17 [paul] 1.9.12cvs70
33 * src/prefs_summaries.c
38 * src/plugins/pgpcore/passphrase.c
39 * src/plugins/pgpcore/select-keys.c
40 replace inappropriately used backticks
43 2005-07-16 [colin] 1.9.12cvs69
46 Add extra paranoid checks
48 2005-07-16 [colin] 1.9.12cvs68
50 * src/plugins/pgpcore/prefs_gpg.c
51 Don't auto-check sigs by default, as it
54 2005-07-16 [colin] 1.9.12cvs67
56 * src/plugins/pgpcore/sgpgme.c
57 Make messages a bit better.
59 2005-07-16 [colin] 1.9.12cvs66
63 * src/etpan/imap-thread.c
66 2005-07-16 [colin] 1.9.12cvs65
70 And now, fix build with libetpan :-/
72 2005-07-15 [colin] 1.9.12cvs64
75 Continue fixing build without libetpan.
77 2005-07-15 [colin] 1.9.12cvs63
80 Fix build with --disable-libetpan
82 2005-07-15 [colin] 1.9.12cvs62
85 Bump libetpan's version
87 2005-07-15 [colin] 1.9.12cvs61
89 * src/etpan/imap-thread.c
90 Actually stop logging :)
92 2005-07-15 [colin] 1.9.12cvs60
95 Fix dnd of multiple addresses.
97 2005-07-15 [hoa] 1.9.12cvs59
99 * src/etpan/imap-thread.c
100 disable login of IMAP password in libetpan log file.
102 2005-07-15 [paul] 1.9.12cvs58
105 don't automatically sort
108 2005-07-15 [paul] 1.9.12cvs57
114 2005-07-15 [paul] 1.9.12cvs56
116 * src/gtk/pluginwindow.c
117 sort plugin list alphabetically
119 2005-07-15 [paul] 1.9.12cvs55
121 * src/prefs_spelling.c
122 * src/prefs_wrapping.c
125 2005-07-15 [colin] 1.9.12cvs54
130 2005-07-15 [paul] 1.9.12cvs53
132 * src/prefs_message.c
133 make 'show cursor' a hidden option
135 2005-07-14 [colin] 1.9.12cvs52
137 * src/plugins/spamassassin/Makefile.am
138 * src/plugins/clamav/Makefile.am
139 Fix double EXTRA_DISTs
141 2005-07-14 [colin] 1.9.12cvs51
143 * src/plugins/clamav/Makefile.am
144 * src/plugins/clamav/clamav_plugin_gtk.deps
145 * src/plugins/spamassassin/Makefile.am
146 * src/plugins/spamassassin/spamassassin_gtk.deps
147 Make $plugin_gtk depend on $plugin
149 2005-07-14 [hoa] 1.9.12cvs50
151 * src/etpan/imap-thread.c
152 enable debug log of libetpan when running with --debug
154 2005-07-14 [colin] 1.9.12cvs49
157 * src/common/Makefile.am
158 * src/common/plugin.c
159 * src/common/plugin.h
160 Add a little plugin dependancy system.
161 Plugins can ship a $plugin_name.deps file
162 (near them in PLUGINDIR) so that their
163 dependancies are loaded if possible.
164 * src/plugins/Makefile.am
165 * src/plugins/pgpcore/Makefile.am
166 * src/plugins/pgpcore/passphrase.c
167 * src/plugins/pgpcore/passphrase.h
168 * src/plugins/pgpcore/plugin.c
169 * src/plugins/pgpcore/prefs_gpg.c
170 * src/plugins/pgpcore/prefs_gpg.h
171 * src/plugins/pgpcore/select-keys.c
172 * src/plugins/pgpcore/select-keys.h
173 * src/plugins/pgpcore/sgpgme.c
174 * src/plugins/pgpcore/sgpgme.h
175 Introduce pgpcore, used by pgpmime and
177 * src/plugins/pgpmime/Makefile.am
178 * src/plugins/pgpmime/passphrase.c
179 * src/plugins/pgpmime/passphrase.h
180 * src/plugins/pgpmime/pgpmime.c
181 * src/plugins/pgpmime/pgpmime.deps
182 * src/plugins/pgpmime/plugin.c
183 * src/plugins/pgpmime/prefs_gpg.c
184 * src/plugins/pgpmime/prefs_gpg.h
185 * src/plugins/pgpmime/select-keys.c
186 * src/plugins/pgpmime/select-keys.h
187 * src/plugins/pgpmime/sgpgme.c
188 * src/plugins/pgpmime/sgpgme.h
189 Remove the core from pgpmime and add the
190 dependancy to pgpcore.
192 2005-07-14 [paul] 1.9.12cvs48
195 forgot this in last commit
197 2005-07-14 [paul] 1.9.12cvs47
201 add accelerators for the buttons (sync with main)
204 add accelerators for the buttons.
205 fix editing with external editor.
206 replace gdk_input_*() with GIOChannel;
209 display folder names with new/unread
210 representation (sync with main)
212 specify default window icon (sync with main)
214 use_addr_book default to FALSE
217 add accelerators for the buttons (sync with main)
220 * src/pixmaps/sylpheed_icon.xpm
223 2005-07-13 [paul] 1.9.12cvs46
225 * src/plugins/pgpmime/pgpmime.c
226 * src/plugins/pgpmime/sgpgme.c
227 (temporarily) use deprecated gpgme_data_rewind()
228 while largefile support is not present
229 (as suggested by Colin)
231 2005-07-13 [paul] 1.9.12cvs45
234 remove large file support (for now):
235 it breaks too many things
237 2005-07-13 [paul] 1.9.12cvs44
240 add large file support
242 fix bug #763 where href attribute was not
243 the very first attribute of a link
244 patch by Thomas Gilgin
246 2005-07-13 [colin] 1.9.12cvs43
248 * src/gtk/pluginwindow.c
249 Little portability fix
251 2005-07-13 [colin] 1.9.12cvs42
253 * src/plugins/pgpmime/sgpgme.c
256 2005-07-13 [colin] 1.9.12cvs41
258 * src/plugins/pgpmime/pgpmime.c
259 * src/plugins/pgpmime/sgpgme.c
260 Use gpgme_data_release_and_get_mem instead
263 2005-07-13 [colin] 1.9.12cvs40
266 * src/plugins/pgpmime/passphrase.c
267 * src/plugins/pgpmime/passphrase.h
268 * src/plugins/pgpmime/pgpmime.c
269 * src/plugins/pgpmime/plugin.c
270 * src/plugins/pgpmime/select-keys.c
271 * src/plugins/pgpmime/select-keys.h
272 * src/plugins/pgpmime/sgpgme.c
273 * src/plugins/pgpmime/sgpgme.h
274 Port pgpmime to gpgme-1.0.
276 2005-07-12 [paul] 1.9.12cvs39
281 add a 'Go to Prev' button to the toolbar.
282 correct tooltip text of go to buttons.
283 based on patch by Yang Guilong <bamanzi@gmail.com>
285 2005-07-12 [colin] 1.9.12cvs38
288 Fix progress bar showing stuff at startup.
290 2005-07-12 [paul] 1.9.12cvs37
293 fix building with jpilot support
295 2005-07-11 [colin] 1.9.12cvs36
298 Add visual indication that filtering is running
300 Make {}[] uri delimiters
302 Remove useless (and slow) calls
304 2005-07-11 [paul] 1.9.12cvs35
306 * src/plugins/clamav/clamav_plugin_gtk.c
307 * src/plugins/dillo_viewer/dillo_prefs.c
308 * src/plugins/pgpmime/prefs_gpg.c
309 * src/plugins/spamassassin/spamassassin_gtk.c
310 gather plugins prefs together under their
311 own 'Plugins' heading
313 2005-07-11 [paul] 1.9.12cvs34
318 account_delete(): modified alert dialog
321 fixed a crash when cancelling file selection
322 dialog by Escape key. Made non-ascii filename
324 * src/prefs_template.c
325 prefs_template_window_create(): make scrolled
326 window policy AUTOMATIC
328 2005-07-10 [hoa] 1.9.12cvs33
330 * src/etpan/imap-thread.c
331 workaround for old Courier IMAP servers.
333 2005-07-10 [colin] 1.9.12cvs32
338 Add visual progress indicator on filtering/processing
339 Factorize the progress bar code
342 * src/etpan/imap-thread.c
343 Add a reference counter to avoid destroying the Folder
344 while it's in use by another callback.
346 2005-07-09 [hoa] 1.9.12cvs31
349 * src/etpan/imap-thread.c
350 fixed deadlock when removing IMAP account.
352 2005-07-08 [colin] 1.9.12cvs30
356 Fix again problems decoding broken headers
357 * src/gtk/inputdialog.c
358 Fix local variable shadowing a global one
360 2005-07-08 [colin] 1.9.12cvs29
363 Make the cache/mark files platform-agnostic by writing
364 them in little-endian format. Reading them is also done
365 in little-endian format, of course; however, in order
366 to avoid trashing mark data on big-endian machines, the
367 files are, at first, read from the native format if the
368 little-endian one doesn't exist. This is easy to deter-
369 mine by trying to open a file with a swapped data_ver
370 and seeing if it's the wanted version.
371 Little-endian using users should see absolutely no
372 difference, Big-endian users may get a very little
373 performance drop due to byte-swapping.
374 Tested on i386 and ppc32.
375 Fixes bug #159 (The index file, in the mailboxes, is
378 To have the cache/mark files updated to the new little-
379 endian format, "Check for new messages" or even
380 "Rebuild folder tree" aren't enough. Files will be
381 updated as soon as a folder has been opened/closed.
382 To update everything, just select all folders by
383 selecting them one by one.
385 2005-07-07 [colin] 1.9.12cvs28
388 Remember the folder separator per IMAPFolder
390 Revive the Session on noop; fixes bug #761
391 (mark a bunch of unread messages as read takes
394 2005-07-07 [darko] 1.9.12cvs27
396 * src/common/template.c
397 Sort templates alphabetically
399 2005-07-06 [colin] 1.9.12cvs26
402 Try to use the correct separator in
403 most cases. Possibly fixes bug #759
404 (only creates the INBOX folder when
405 setting up new IMAP account) and
406 bug #760 (Can't retrieve messages)
408 2005-07-06 [colin] 1.9.12cvs25
411 Use real_path in status command. This will
412 help later, when namespaces will be used.
414 2005-07-06 [colin] 1.9.12cvs24
420 * src/etpan/etpan-log.c
421 * src/etpan/etpan-thread-manager.c
422 * src/etpan/imap-thread.c
423 Add a --disable-libetpan parameter. With this,
424 users that don't want IMAP4 support can avoid
425 the new dependancy (and have no IMAP support).
426 Users that have IMAP4 accounts and use this
427 parameter won't lose their configuration, their
428 IMAP accounts will just be invisible and not
431 Make the "Copy ..." contextual menu items
432 copy to both the X clipboard and the gtk
433 clipboard - as most other apps do.
435 Add a notice about OpenSSL usage, in order to
436 comply with OpenSSL's license (point 6):
437 http://www.openssl.org/source/license.html
439 2005-07-06 [colin] 1.9.12cvs23
442 Fix a minimum size for alertpanels
444 Show 'No space left on device' type errors
448 Rework folder's deletion message (remove
451 2005-07-05 [colin] 1.9.12cvs22
454 Add an alertpanel on auth error
456 Remove pthread-related stuff
458 2005-07-05 [colin] 1.9.12cvs21
460 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
461 Fix crash on plugin reloading (with a hack)
463 2005-07-05 [colin] 1.9.12cvs20
465 * src/prefs_account.c
466 * src/prefs_account.h
470 Add a way to filter the view
471 * src/gtk/pluginwindow.c
472 Filter loadable stuff
473 * src/plugins/pgpmime/prefs_gpg.c
474 Fix missing unregistration
476 * src/etpan/.cvsignore
477 * src/plugins/spamassassin/.cvsignore
478 Add more stuff to cvs ignored files
480 2005-07-04 [colin] 1.9.12cvs19
483 Fix scan_required returning FALSE when it
484 shouldn't. Maybe fix #760 (Can't retrieve
487 2005-07-04 [colin] 1.9.12cvs18
490 Fix always_show_msg pref
492 2005-07-04 [paul] 1.9.12cvs17
494 sync with main (forgotten in last commit)
498 check_line_length(): new.
500 is_file_entry_exist()
501 dirent_is_regular_file()
502 dirent_is_directory(): use g_file_test() instead of stat().
504 2005-07-04 [paul] 1.9.12cvs16
509 compose_write_to_file(): check for line
510 length limit and display warning if exceeds
512 use get_home_dir() instead of g_get_home_dir()
514 removed warning about invalid date
516 use get_home_dir() instead of g_get_home_dir()
518 2005-07-04 [paul] 1.9.12cvs15
521 fix new pixmap naming errors
522 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
524 2005-07-04 [colin] 1.9.12cvs14
527 Fix debugging string with a warning
529 2005-07-04 [colin] 1.9.12cvs13
532 Add a check for libetpan's version (>= 0.37)
534 2005-07-04 [hoa] 1.9.12cvs12
538 * src/etpan/imap-thread.c
539 * src/etpan/imap-thread.h
540 fixed IMAP implementation of check of mails.
542 2005-07-03 [hoa] 1.9.12cvs11
544 * src/etpan/Makefile.am
545 * src/etpan/etpan-errors.h
546 * src/etpan/etpan-log.[ch]
547 * src/etpan/etpan-thread-manager-types.h
548 * src/etpan/etpan-thread-manager.[ch]
549 * src/etpan/imap-thread.[ch]
556 dependency on libetpan 0.37 is now added.
558 2005-07-01 [colin] 1.9.12cvs10
566 * src/plugins/trayicon/trayicon.c
567 Add marked symbol on folders containing
575 Add an optional confirmation dialog on queue
576 sending. Patch by wwp.
577 * src/pixmaps/dir_close_mark.xpm ** ADDED **
578 * src/pixmaps/dir_open_hrm_mark.xpm ** ADDED **
579 * src/pixmaps/dir_open_mark.xpm ** ADDED **
580 * src/pixmaps/drafts_close_mark.xpm ** ADDED **
581 * src/pixmaps/drafts_open_mark.xpm ** ADDED **
582 * src/pixmaps/inbox_hrm_mark.xpm ** ADDED **
583 * src/pixmaps/inbox_mark.xpm ** ADDED **
584 * src/pixmaps/outbox_hrm_mark.xpm ** ADDED **
585 * src/pixmaps/outbox_mark.xpm ** ADDED **
586 * src/pixmaps/trash_hrm_mark.xpm ** ADDED **
587 * src/pixmaps/trash_mark.xpm ** ADDED **
590 2005-07-01 [colin] 1.9.12cvs9
593 Fix a little threading bug
596 A little bit of HIG normality never hurts
598 2005-07-01 [colin] 1.9.12cvs8
606 * src/common/template.c
609 Reverted the fwrite_atomic stuff. In fact
610 it is already atomic.
612 2005-06-30 [colin] 1.9.12cvs7
616 Add an fwrite_atomic() function to make
617 sure we write everything: fwrite can make
625 * src/common/template.c
626 Use that (and fix swapping of size and nmemb).
627 Thanks to Rich Coe for the heads up.
629 2005-06-30 [colin] 1.9.12cvs6
632 Optimize addressbook opening
634 2005-06-30 [colin] 1.9.12cvs5
637 Remove calls to summary_step after move/copy
639 2005-06-28 [paul] 1.9.12cvs4
642 wrap and make the error msg selectable
644 2005-06-28 [paul] 1.9.12cvs3
647 replace the OK button with a Close button
648 * src/gtk/foldersort.c
649 use GTK_STOCK_ icons/buttons
651 2005-06-28 [colin] 1.9.12cvs2
653 * src/gedit-print.c ** ADDED **
654 * src/gedit-print.h ** ADDED **
655 * src/gtk/gtksourceprintjob.c ** ADDED **
656 * src/gtk/gtksourceprintjob.h ** ADDED **
657 I can't believe no one had enough time to tell
658 me I forgot the `cvs add`
660 2005-06-27 [colin] 1.9.12cvs1
663 * src/gtk/Makefile.am
668 Add optional libgnomeprint-based printing
670 * src/gtk/quicksearch.c
671 Add an Edit/Quick search menu item to show
672 and focus the quicksearch
674 2005-06-27 [paul] 1.9.12
687 updated by Miquel Oliete, Thomas Gilgin, Ricardo
688 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
689 SungHyun Nam, Frederico Goncalves Guimaraes,
690 Andrej Kacian, and Yang Guilong
691 2005-06-26 [colin] 1.9.11cvs106
694 Forgot one file for previous fix
696 2005-06-26 [colin] 1.9.11cvs105
700 Fix problems with folder operations in no_select
701 imap folders. it applies only to mails, and
702 creation/deletion/move/renaming of folders
705 2005-06-26 [paul] 1.9.11cvs104
707 * src/prefs_filtering.c
708 replace one more GTK_STOCK_REMOVE
709 with GTK_STOCK_DELETE
711 2005-06-25 [colin] 1.9.11cvs103
714 Optimize get_seq_set_from_seq_list
717 2005-06-25 [colin] 1.9.11cvs102
720 If the directory exists, but not in the
721 correct encoding, rename it. This should
722 handle old-versions-induced bugs.
724 2005-06-25 [colin] 1.9.11cvs101
727 Fix path access with extended dir names
728 Fixes bug #589 (SC segfaults with wrong locale
731 2005-06-25 [colin] 1.9.11cvs100
733 * src/prefs_account.c
734 * src/prefs_account.h
736 Add an option to encrypt replies to
739 2005-06-25 [colin] 1.9.11cvs99
742 * src/quote_fmt_parse.y
743 ... And make it work with pgpinline.
745 2005-06-25 [colin] 1.9.11cvs98
750 * src/quote_fmt_parse.y
751 o Make reedition of encrypted messages possible
752 (as long as it is encrypted to self too, no
754 o Make replying with quote (and without selecting
755 text) possible for encrypted messages.
756 Closes bug #550 (Not possible to "reply with quote"
757 to gnupg encrypted messages)
759 2005-06-24 [paul] 1.9.11cvs97
764 2005-06-24 [paul] 1.9.11cvs96
767 made bind password entry invisible
770 send_message_local(): check exit status
771 to detect errors (sync with main)
773 use main's less ambiguous popup menu
776 2005-06-24 [paul] 1.9.11cvs95
778 * src/prefs_actions.c
779 * src/prefs_customheader.c
780 * src/prefs_display_header.c
781 * src/prefs_filtering_action.c
782 * src/prefs_matcher.c
783 * src/prefs_template.c
784 * src/prefs_toolbar.c
785 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
786 * src/gtk/description_window.c
787 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
789 2005-06-23 [colin] 1.9.11cvs94
792 Fix rough edges (be sure to call status_show whenever
795 2005-06-23 [colin] 1.9.11cvs93
799 Before, in a 5K mails folder: 11s
800 After, in the same folder: 58000µs
801 The joys of locking... gtk_clist_select_all() fires a
802 tree-select-row event for each selected row, which in
803 summaryview, callbacks summary_selected which in turn,
804 calls summary_status_show, which walks the selected
805 rows. Hence, calling gtk_clist_select_all was
806 exponential. Locking the summaryview makes
807 summary_selected return early.
809 2005-06-23 [colin] 1.9.11cvs92
812 Move mutex at the important place to avoid
815 Fix Del key deleting directly instead of
818 2005-06-22 [colin] 1.9.11cvs91
820 * src/plugins/spamassassin/libspamc.c
821 As we do spagetti code with assignations in multiple
822 places (see _message_read_raw where out = msg = raw),
823 let's be sure we don't free the same pointer twice.
824 Should fix bug #683 (Crash in libpam at
827 2005-06-22 [colin] 1.9.11cvs90
832 Make toolbar's delete use the move to trash stuff;
833 Add gtk_widget_realize to be sure pixmaps can get
834 created (that may fix an old worksforme bug which
835 I can't find back...)
837 2005-06-22 [colin] 1.9.11cvs89
842 Rename "Message/Delete" to "Message/Move to trash"
843 Add "Message/Delete..." that directly destroys the
844 selected messages after asking for a confirmation.
846 2005-06-22 [colin] 1.9.11cvs88
849 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
850 o Fix a deadlock (thanks Darko)
852 2005-06-22 [colin] 1.9.11cvs87
854 * src/gtk/foldersort.c
855 Add missing include for the i18n;
856 patch by Fabien Vantard
858 2005-06-21 [colin] 1.9.11cvs86
862 Respect the no_select flag
864 Fix recursive deletion
867 Make the folder deletion's warning
870 2005-06-21 [colin] 1.9.11cvs85
873 Prevent email addresses from spanning accross
874 lines - fixes bug # 646 (newline-chars in
877 2005-06-20 [colin] 1.9.11cvs84
880 Be sure not to remove source if copy failed
882 2005-06-20 [colin] 1.9.11cvs83
886 remove summaryview's lock
888 introduce threads to avoid problems when foreground tasks
889 interfere with background tasks
891 prevent moving to drafts/queue
895 2005-06-19 [colin] 1.9.11cvs82
898 Remember that the user doesn't want to override
899 offline mode, for 3 seconds. It avoid presenting
900 him with N popups in a really short time.
902 2005-06-17 [colin] 1.9.11cvs81
905 Fix IMAP breaking on folders containing '('
906 (Probably won't be enough)
908 2005-06-17 [colin] 1.9.11cvs80
910 Forgotten files on 1.9.11cvs79
912 Fix stepping when not immediately executing
914 Really prevent UID FETCH 0
916 Fix outgoing charset never set to utf-8
920 2005-06-16 [colin] 1.9.11cvs79
923 Fix bug #707 (Dash splits rows)
924 Only wrap if we're on a line break position and
925 the previous one was a "white" (space) char.
926 Pango stuff is weird.
928 2005-06-16 [colin] 1.9.11cvs78
931 Lock summaryview while downloading messages
937 Replace \r and \n with spaces in From and
940 2005-06-16 [paul] 1.9.11cvs77
943 liberalise the mime parser
947 2005-06-16 [paul] 1.9.11cvs76
952 2005-06-15 [colin] 1.9.11cvs75
955 Finish header encoding fix
959 Fix compilation (Thanks Stephan
962 2005-06-15 [colin] 1.9.11cvs74
965 Install gnome2 stuff rather than gnome1,
972 Visual progress when fetching all messages
976 Prevent changing current message while
979 2005-06-15 [paul] 1.9.11cvs73
981 * src/gtk/gtkaspell.c
982 * src/gtk/gtkaspell.h
985 2005-06-15 [paul] 1.9.11cvs72
987 * src/prefs_filtering.c
988 allow reordering of filter rules by
991 2005-06-15 [paul] 1.9.11cvs71
996 replace deprecated function
999 * src/gtk/progressdialog.c
1000 * src/gtk/progressdialog.h
1001 salvage and reuse parts of reverted sync
1003 2005-06-15 [paul] 1.9.11cvs70
1006 * src/send_message.c
1007 * src/gtk/progressdialog.c
1008 * src/gtk/progressdialog.h
1009 revert yesterday's sync with main
1010 it contains deprecated functions
1012 2005-06-15 [colin] 1.9.11cvs69
1015 Fix bug #670 (multi user to: will corrupt message
1018 2005-06-15 [colin] 1.9.11cvs68
1021 Fix bug #421 (Fix undo on wrapping)
1023 2005-06-15 [colin] 1.9.11cvs67
1026 Provide visual feedback while processing
1029 Provide visual feedback while getting
1030 short headers (for uncached messages)
1033 2005-06-14 [paul] 1.9.11cvs66
1036 change a couple stock icons
1038 * src/send_message.c
1039 * src/gtk/progressdialog.c
1040 * src/gtk/progressdialog.h
1041 sync main's GtkTreeView implementation
1043 2005-06-14 [colin] 1.9.11cvs65
1046 Various little fixes, mainly on error paths
1048 2005-06-13 [colin] 1.9.11cvs64
1053 Add a way to fetch only headers. This speeds
1054 up filtering on headers for IMAP. Fixes:
1055 bug #481 extraneous imap commands slow down
1057 bug #522 Sylpheed downloads all messages
1058 when opening mailbox (IMAP)
1059 bug #677 IMAP fetch is soooooooooooooo slow
1062 Add a folder set_batch method so that
1063 implementations can speed up flags changes
1066 Use that in mark as (un)read and mark all read
1069 Implement set_batch - brings back deferred
1070 flags in a less buggy manner. Fixes:
1071 bug #729 IMAP immediate expunge of deleted messages
1072 bug #191 remove list of messages with one command
1073 Fix login with strange chars
1074 Implement fetch_msg_full
1075 Fix copy (wrong counts)
1077 2005-06-12 [colin] 1.9.11cvs63
1080 lock incorporation during long operations.
1081 Avoids fucking up the IMAP socket.
1083 2005-06-12 [colin] 1.9.11cvs62
1087 Factorize remove_all_msg
1090 Don't update partial-download status if unnecessary
1092 Use remove_msgs everywhere possible
1094 2005-06-12 [colin] 1.9.11cvs61
1098 Add a remove_msgs function to remove a
1103 2005-06-12 [colin] 1.9.11cvs60
1106 Remove flags-processing deferring... Too hard
1107 to get it to work in all cases.
1109 2005-06-11 [colin] 1.9.11cvs59
1112 printf -> debug_print
1114 2005-06-11 [colin] 1.9.11cvs58
1117 o Fix build without USE_PTHREAD
1118 o Factorize imap_open
1119 o Alertpanel in case of impossible connection
1120 o Alertpanel in case of impossible login
1121 o Fix deferred flags processing to force a
1122 flush before adding some more flags to process,
1123 but in another folder.
1125 2005-06-10 [colin] 1.9.11cvs57
1128 o Fix a format string error
1129 o init ssl socket outside of the thread
1130 (it possibly invokes gtk calls)
1132 o Put back the buffer to its necessary size
1133 o Fix changing a file pointer without keeping
1134 track of it (thanks Valgrind)
1136 o Fix automatic STARTTLS if login should be done
1137 and the server only allows it after starting TLS
1138 * src/gtk/gtkinputdialog.c
1139 o Eat GDK_Return so that the combo popup doesn't
1140 appear when we press Enter to validate the combo
1141 input dialog (as seen in the Open with... dialog)
1143 2005-06-10 [colin] 1.9.11cvs56
1147 o Fix a crash on deletion
1148 o Threadize imap_select (it's called outside of
1150 o Defer treatment of DELETED flags
1153 2005-06-09 [colin] 1.9.11cvs55
1156 Make sure we check imap_gtk_should_override(), which
1157 potentially calls gtk stuff, before creating thread.
1158 That way it should't be called via imap_get_session()
1161 2005-06-09 [colin] 1.9.11cvs54
1164 o add a bit of status output
1165 o remove some dead code
1166 o threadize get_list_of_uids
1167 o threadize imap_get_flags
1168 o defer flag changing by 500ms so that they
1172 2005-06-08 [colin] 1.9.11cvs53
1175 Thread-ize imap_cmd_fetch
1177 2005-06-08 [colin] 1.9.11cvs52
1180 Mmh, that broke POP3...
1182 2005-06-08 [colin] 1.9.11cvs51
1185 Stabilize IMAP patch (thanks to Hoa)
1187 2005-06-08 [colin] 1.9.11cvs50
1190 Test patch to speed up imap.
1192 2005-06-08 [colin] 1.9.11cvs49
1197 Apply patch from gentoo to use /usr/share/mime/globs if
1198 available, after un-breaking it
1201 Use g_timeout for invoking hooks that possibly use gtk
1202 calls. This should leave gtk calls in the main thread.
1204 2005-06-08 [paul] 1.9.11cvs48
1207 conv_get_outgoing_charset_str(): don't
1208 use prefs_common setting
1211 add /Options/Character encoding/... to
1212 temporarily change the outgoing encoding
1214 (belated sync with main)
1216 2005-06-08 [paul] 1.9.11cvs47
1219 correction to/completion of last
1222 2005-06-08 [paul] 1.9.11cvs46
1228 always enabled Japanese auto-detection
1229 if the first letters of locale string
1232 don't use "destroy" signal to destroy
1233 Compose object (fix rare crashes on discard?)
1237 added Hebrew encodings
1238 * src/sourcewindow.c
1239 don't use "destroy" signal to destroy
1242 2005-06-07 [colin] 1.9.11cvs45
1245 Add missing unlocks/locks
1247 2005-06-07 [paul] 1.9.11cvs44
1250 restore bug #749 fix
1252 2005-06-06 [colin] 1.9.11cvs43
1255 Fix selection bug when prefs_common.open_unread
1258 2005-06-06 [colin] 1.9.11cvs42
1264 Factorize long operations beginning and end
1265 (locking, freezing/thawing, cursor, ...)
1266 Check selection->data member in selection-
1267 related loops; this avoids dying an awful
1268 death if the selection changes on us while
1269 we're marking a whole IMAP folder unread,
1272 2005-06-06 [paul] 1.9.11cvs41
1275 don't g_free() a static gchar buffer
1277 2005-06-05 [colin] 1.9.11cvs40
1282 Fix bug #749 (Show all headers should be
1283 sticky as the GUI suggests)
1285 2005-06-03 [paul] 1.9.11cvs39
1288 don't allow editing of mail while sending.
1291 2005-06-03 [paul] 1.9.11cvs38
1294 add a freeze/thaw to speed up 'mark all read'
1296 2005-06-03 [paul] 1.9.11cvs37
1298 * src/prefs_message.c
1299 reflect changes immediately
1301 2005-06-02 [colin] 1.9.11cvs36
1304 Patch by Fabien Vantard.
1306 2005-06-02 [colin] 1.9.11cvs35
1309 Use a non-blocking imap_getline() if possible.
1310 This should completely prevent the interface
1311 from freezin on imap operations, although it
1312 may do strange stuff in case of folder switching
1313 while a big imap operation is taking place...
1315 In addition, fix a leak in the case thread
1316 creation fails on connection.
1318 2005-06-02 [colin] 1.9.11cvs34
1321 * src/prefs_common.h
1322 Fix build (prefs_common_init() doesn't exist
1325 2005-06-02 [colin] 1.9.11cvs33
1327 * src/prefs_account.c
1328 Fix bug #245 (filtering rules broken when
1329 renaming a remote account (imap4 or nntp)
1331 2005-06-02 [colin] 1.9.11cvs32
1334 Try to fix IMAP shortcomings:
1335 o Multithread imap_open()
1336 o allow offline-mode overriding instead of
1340 Add a function to ask whether we want to
1341 override offline-mode for 10 minutes (one-shot
1344 Fix segfault when imap parser isn't happy about
1347 2005-06-01 [colin] 1.9.11cvs31
1355 * src/send_message.c
1358 * src/common/hooks.c
1359 * src/common/prefs.c
1360 * src/common/template.c
1361 * src/common/utils.c
1362 * src/gtk/gtkutils.c
1363 * src/gtk/inputdialog.c
1365 * src/gtk/pluginwindow.c
1366 * src/gtk/prefswindow.c
1367 * src/plugins/pgpmime/passphrase.c
1368 * src/plugins/pgpmime/prefs_gpg.c
1371 * src/common/Makefile.am
1372 * src/common/timing.h
1373 Add basic timing code
1376 Fix a bug with unread messages when
1377 re-sorting folders, and by the way
1378 fix a big performance hit when
1379 re-sorting (10k mails: before 5s,
1382 * src/prefs_compose_writing.c
1383 * src/prefs_compose_writing.h
1384 * src/prefs_message.c
1385 * src/prefs_message.h
1390 * src/prefs_receive.c
1391 * src/prefs_receive.h
1394 * src/prefs_summaries.c
1395 * src/prefs_summaries.h
1396 Fix copyright banner
1398 2005-06-01 [paul] 1.9.11cvs30
1401 updated by Flammie Pirinen
1403 fix 'Bad BASE64 content' output
1405 2005-05-31 [colin] 1.9.11cvs29
1408 Oops, where did my hunk go.
1410 2005-05-31 [colin] 1.9.11cvs28
1422 * src/image_viewer.c
1428 * src/prefs_account.c
1429 * src/prefs_actions.c
1430 * src/prefs_common.c
1431 * src/prefs_compose_writing.c
1432 * src/prefs_customheader.c
1433 * src/prefs_ext_prog.c
1434 * src/prefs_filtering.c
1435 * src/prefs_filtering_action.c
1437 * src/prefs_image_viewer.c
1438 * src/prefs_message.c
1439 * src/prefs_message.h
1440 * src/prefs_msg_colors.c
1444 * src/prefs_receive.c
1445 * src/prefs_receive.h
1448 * src/prefs_spelling.c
1449 * src/prefs_summaries.c
1450 * src/prefs_summary_column.c
1451 * src/prefs_template.c
1452 * src/prefs_themes.c
1453 * src/prefs_toolbar.c
1454 * src/prefs_wrapping.c
1457 * src/send_message.h
1459 * src/summary_search.c
1465 * src/gtk/gtkutils.h
1466 o Move the rest of Common prefs to new style
1467 o Lots of -Wall warning fixes
1468 o fix FIXME in cache memusage calculation
1469 o Let return receipts be sent from any account
1470 o Little cache optimisation (read)
1471 o Fix bug #746 (don't treat commas as separators
1472 when inside a quoted string)
1474 2005-05-31 [paul] 1.9.11cvs27
1476 * src/prefs_common.c
1477 fix 'off-by-one' typo
1479 2005-05-31 [paul] 1.9.11cvs26
1485 * src/prefs_actions.c
1486 * src/prefs_common.c
1487 * src/prefs_common.h
1488 * src/prefs_customheader.c
1489 * src/prefs_display_header.c
1490 * src/prefs_filtering.c
1491 * src/prefs_filtering_action.c
1492 * src/prefs_matcher.c
1493 * src/prefs_summaries.c
1494 * src/prefs_summary_column.c
1495 * src/prefs_template.c
1496 * src/prefs_toolbar.c
1498 * src/gtk/pluginwindow.c
1499 * src/gtk/prefswindow.c
1500 * src/gtk/progressdialog.c
1501 add hidden prefs 'enable_rules_hint'
1502 for gtk_tree_view_set_rules_hint()
1506 2005-05-31 [colin] 1.9.11cvs25
1510 * src/prefs_common.c
1511 * src/prefs_summaries.c ** ADDED **
1512 * src/prefs_summaries.h ** ADDED **
1513 Common/Display -> Display/Summaries
1515 2005-05-31 [colin] 1.9.11cvs24
1519 * src/prefs_quote.c ** ADDED **
1520 * src/prefs_quote.h ** ADDED **
1521 Move Common/Quote to Compose/Quoting
1522 * src/prefs_common.c
1523 * src/prefs_common.h
1524 Remove old quote stuff, add
1525 convenience functions for GtkTextView prefs
1526 * src/gtk/prefswindow.c
1527 Set default height higher
1529 2005-05-30 [colin] 1.9.11cvs23
1533 * src/prefs_common.c
1534 * src/prefs_compose_writing.c ** ADDED **
1535 * src/prefs_compose_writing.h ** ADDED **
1536 Move Common/Compose prefs to Compose/Writing
1538 2005-05-30 [colin] 1.9.11cvs22
1540 * src/common/utils.c
1541 Fix bug #651 (Confused Attract by Subject)
1542 Patch by M. Benkmann <haferfrost@web.de>
1545 2005-05-30 [colin] 1.9.11cvs21
1548 Fix concatenation of different headers of
1549 the same type (bug #645)
1550 * src/prefs_folder_item.c
1551 Fix bug #699 (setting color to black doesn't
1554 Print out decoding error only once per
1557 2005-05-30 [paul] 1.9.11cvs20
1559 * src/common/template.c
1562 2005-05-30 [paul] 1.9.11cvs19
1564 * doc/src/rfc2368.txt **NEW FILE**
1566 compose_entries_set(): don't interpret Bcc
1567 header field (conform to RFC 2368)
1570 2005-05-29 [colin] 1.9.11cvs18
1572 * src/prefs_common.c
1573 Let the default reply format respect
1574 netiquette by cutting the signature.
1576 2005-05-29 [colin] 1.9.11cvs17
1579 Don't let always_show_msg override
1580 open_unread_on_enter when opening a new
1583 2005-05-27 [paul] 1.9.11cvs16
1588 app_will_exit(): cleanup tmp directory when exit
1589 * src/message_search.c
1590 improved the interface and made code cleanup.
1591 removed Clear button
1592 * src/send_message.c
1593 send_message_local(): use GSpawn, and detect errors
1594 * src/summary_search.c
1595 improved the interface and made code cleanup
1597 textview_write_link(): also skip non-ascii space
1598 at the head of link strings (phishing check
1599 didn't work at the case)
1600 * src/common/utils.c
1601 get_command_output(): use g_spawn_command_line_sync()
1604 2005-05-26 [colin] 1.9.11cvs15
1609 2005-05-26 [colin] 1.9.11cvs14
1612 Fix nntp mode reader (bug #611)
1613 Patch by Florian Mickler <florian@mickler.org>
1615 2005-05-26 [colin] 1.9.11cvs13
1617 * src/plugins/pgpmime/passphrase.c
1618 Fix mouse grabbing (bug #557)
1620 2005-05-26 [colin] 1.9.11cvs12
1622 * src/prefs_themes.c
1623 Fix g_warning (bug #541)
1625 2005-05-26 [colin] 1.9.11cvs11
1627 * src/prefs_actions.c
1628 * src/prefs_template.c
1629 Fix bug #506 (no warning if action/template
1631 * src/common/template.c
1632 Fix a possible crash
1634 2005-05-26 [colin] 1.9.11cvs10
1640 Forbid locked messages to be moved or
1641 deleted. Locked messages in trashes
1642 still get deleted, for performance
1643 reason (mh.c::mh_remove_all_msgs)
1645 2005-05-25 [colin] 1.9.11cvs9
1648 Use correct encoding when sending mails
1649 with attachments that have accentued
1652 2005-05-24 [colin] 1.9.11cvs8
1655 Fix bug #688 f) read/unread marker not
1656 changed on first click
1657 Also, optimize summary_status_show()
1662 Fix bug #688 b) and c) wrt message
1663 attachments and signature
1664 * src/stock_pixmap.c
1665 * src/stock_pixmap.h
1666 * src/stock_pixmap.c
1667 * src/stock_pixmap.h
1669 * src/pixmaps/clip_gpg_signed.xpm
1670 Add clip/signed icon
1672 2005-05-24 [colin] 1.9.11cvs7
1674 * src/folder_item_prefs.c
1677 2005-05-24 [colin] 1.9.11cvs6
1680 * src/prefs_common.c
1681 * src/prefs_common.h
1682 Add a confirmation to folder drag and drop
1686 fix _with_disable parameters so that
1687 the buttons labels are specifiable too
1688 * src/plugins/pgpmime/sgpgme.c
1692 2005-05-24 [colin] 1.9.11cvs5
1695 Uncollapse/collapse folders on double-click
1696 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1699 2005-05-23 [colin] 1.9.11cvs4
1701 * src/common/socket.c
1702 Check another special SSL_peek() error.
1703 Should help wrt bug #728
1705 2005-05-23 [colin] 1.9.11cvs3
1707 * src/plugins/pgpmime/pgpmime.c
1708 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1709 breaking menu accelerators and stuff. Users will have to
1710 reselect "PGP MIME" instead of "PGP/MIME" in their
1711 account's privacy preferences if needed.
1715 * tools/kdeservicemenu/install.sh
1716 use kdesu to prompt for root password if doing
1717 global install/uninstall
1719 2005-05-20 [colin] 1.9.11cvs2
1722 Fix another compilation error with gcc-2.9x
1723 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1724 * src/send_message.c
1725 Don't send QUIT if we aren't connected
1727 2005-05-19 [colin] 1.9.11cvs1
1730 Fix compilation with gcc 2.9x
1732 2005-05-19 [paul] 1.9.11
1736 2005-05-19 [paul] 1.9.9cvs14
1738 * src/gtk/inputdialog.c
1739 prevent gettext warning
1741 2005-05-19 [paul] 1.9.9cvs13
1744 * src/prefs_common.c
1745 * src/prefs_common.h
1748 add an option to toggle cursor in message
1749 view (sync with main)
1751 2005-05-18 [colin] 1.9.9cvs12
1754 Dereference freed pointer
1755 * src/gtk/gtkaspell.c
1756 Fix duplication of dictionaries (is it an aspell issue?)
1758 2005-05-18 [colin] 1.9.9cvs11
1760 * src/gtk/inputdialog.c
1761 * src/gtk/gtkaspell.c
1764 Remove a double call
1766 2005-05-17 [colin] 1.9.9cvs10
1768 * src/gtk/gtkaspell.c
1769 Fix dialogs, Ctrl-Enter accel
1771 2005-05-17 [colin] 1.9.9cvs9
1773 * src/gtk/gtkaspell.c
1774 Fix some accelerators, escape in replace-window
1776 2005-05-16 [colin] 1.9.9cvs8
1778 * src/gtk/gtkaspell.c
1779 Revert last commit, it was a mistake.
1781 2005-05-16 [colin] 1.9.9cvs7
1783 * src/gtk/gtkaspell.c
1784 Remove buggy code while we're at it. It's a
1785 dead code path anyway.
1787 2005-05-16 [colin] 1.9.9cvs6
1789 * src/gtk/gtkaspell.c
1790 Missed some gtk_menu_popup where deactivate
1791 signal should be handled. Should fix bug
1794 2005-05-16 [colin] 1.9.9cvs5
1796 * src/gtk/gtkaspell.c
1797 Remove debug printf()s
1799 2005-05-16 [colin] 1.9.9cvs4
1801 * src/gtk/gtkaspell.c
1802 Fix a bit aspell problems
1805 2005-05-13 [colin] 1.9.9cvs3
1808 Fix the + appearing even when no subfolders
1809 have unread messages. Thanks to wwp for the
1812 2005-05-11 [paul] 1.9.9cvs2
1815 correction to 1.9.9cvs1, only colour folders that
1816 have new msgs (not unread msgs)
1818 2005-05-10 [colin] 1.9.9cvs1
1822 Try to fix bolding bugs again.
1826 * tools/claws.i18n.status.pl
1827 add Ricardo Mones Lastra's script that has been providing
1828 the i18n status page for many months
1830 2005-05-09 [paul] 1.9.9
1834 2005-05-09 [paul] 1.9.6cvs58
1841 * RELEASE_NOTES.claws
1842 add release notes to cvs to simplify release
1845 add ca and fi to ALL_LINGUAS
1847 workaround for missing Makevars
1850 add new Catalan and Finnish translations
1851 submitted by Miquel Oliete and Flammie Pirinen
1861 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1862 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1863 Urke MMI, and Hansom Young
1865 Fix drafting when quitting. compose_draft() closes the
1866 compose windows, which modifies the compose_list GSList.
1867 We have to refresh this list after echo drafting to avoid a
1869 * src/partial_download.c
1870 fix segfault on exit
1872 2005-05-06 [paul] 1.9.6cvs57
1874 * src/grouplistdialog.c
1875 quick fix/workaround for unresizeable newsgroup
1878 2005-05-06 [paul] 1.9.6cvs56
1882 use gettext plural forms
1886 small improvement to english usage
1888 2005-05-05 [thorsten] 1.9.6cvs55
1893 2005-05-05 [paul] 1.9.6cvs54
1899 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1902 2005-05-05 [paul] 1.9.6cvs53
1905 fix resizing of separate message and
1908 2005-05-05 [paul] 1.9.6cvs52
1920 * src/prefs_filtering.c
1921 * src/prefs_filtering_action.c
1922 * src/prefs_matcher.c
1923 * src/prefs_spelling.c
1924 * src/prefs_toolbar.c
1927 * src/gtk/description_window.c
1928 * src/gtk/gtkvscrollbutton.c
1929 * src/gtk/progressdialog.c
1930 * src/gtk/quicksearch.c
1931 * src/plugins/pgpmime/prefs_gpg.c
1932 * src/plugins/spamassassin/spamassassin_gtk.c
1933 replace deprecated gtk_widget_set_usize
1935 2005-05-04 [colin] 1.9.6cvs51
1937 * src/common/utils.c
1938 Fix crash when subst_for_filename is called
1939 with a NULL parameter
1941 2005-05-04 [colin] 1.9.6cvs50
1943 * src/partial_download.c
1945 Escape login when writing uidl file
1948 2005-05-03 [colin] 1.9.6cvs49
1951 Fix possible DOS in mime parser
1954 2005-05-02 [colin] 1.9.6cvs48
1957 Try to fix the copy/paste mess once again.
1960 2005-04-30 [colin] 1.9.6cvs47
1962 * src/prefs_account.h
1964 * src/send_message.c
1967 Try to batch sending mails (per account) instead of
1968 reconnecting to server every time.
1970 2005-04-29 [colin] 1.9.6cvs46
1973 Fix window resizing that refused to size down
1974 * src/prefs_common.c
1975 * src/prefs_common.h
1976 * src/prefs_filtering.c
1977 Save Filtering's window size
1979 2005-04-21 [paul] 1.9.6cvs45
1981 * ChangeLog-gtk2.claws
1985 2005-04-21 [paul] 1.9.6cvs44
1992 use gtkut_widget_draw_now(). Improved performance
1993 of the update of statusbar
1995 textview_smooth_scroll_do(): redraw it after scroll
1996 is done (fixed incorrect display when a part of the
1998 * src/gtk/gtkutils.c
1999 * src/gtk/gtkutils.h
2000 gtkut_widget_draw_now(): use gdk_window_process_updates()
2001 to force update of widgets.
2002 Removed gtkut_widget_wait_for_draw() which had a big
2003 overhead because of waiting for all events processed
2005 2005-04-20 [paul] 1.9.6cvs43
2008 complete 1.9.6cvs42's sync:
2009 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2011 2005-04-19 [paul] 1.9.6cvs42
2016 catch_output(): correctly select the insert text
2017 (fix invalid iterator warnings).
2022 * src/prefs_common.c
2023 support GBK encoding.
2024 * src/common/session.c
2025 * src/common/session.h
2026 use separate buffer for large data to be sent,
2027 and don't duplicate it (reduces memory usage) (thanks to Dirk).
2029 2005-04-18 [paul] 1.9.6cvs41
2032 convert unsigned long into guint32
2033 patch by Paul LeoNerd Evans
2035 2005-04-17 [colin] 1.9.6cvs40
2038 Fix 'Request return receipt' from folder
2039 properties (bug #708)
2041 2005-04-17 [colin] 1.9.6cvs39
2044 Fix duplicate hotkeys in Mainwindow's menu
2046 2005-04-17 [colin] 1.9.6cvs38
2049 Fix duplicate hotkeys in Folderview's contextual
2052 2005-04-15 [colin] 1.9.6cvs37
2055 Fix 'Save as...' with non-ascii filenames
2057 2005-04-15 [colin] 1.9.6cvs36
2059 * src/plugins/pgpmime/pgpmime.c
2060 Fix bus error on 64bit. Spotted by
2061 macallan1888@gmail.com
2063 2005-04-15 [colin] 1.9.6cvs35
2065 * src/prefs_account.c
2068 2005-04-12 [colin] 1.9.6cvs34
2070 * src/prefs_account.c
2071 Fix smtp auth type off-by-one. We forgot to
2072 add PLAIN in the prefs-to-gui setter func and
2073 as a result, the selected auth when opening
2074 account prefs was not the correct one.
2076 2005-04-12 [paul] 1.9.6cvs33
2079 if the recv dialog is visible, Cancel only
2080 cancels the current account
2083 2005-04-10 [colin] 1.9.6cvs32
2086 Copy score when copying FilteringActions
2089 2005-04-10 [colin] 1.9.6cvs31
2092 Make Message -> Receive -> Cancel cancel
2093 incorporation on all accounts. Fixes
2096 2005-04-10 [colin] 1.9.6cvs30
2098 * src/prefs_account.c
2099 Update Privacy checkbuttons status based
2100 on the selected privacy system
2102 Always connect the "None" privacy system; the
2103 static boolean was probably there to avoid
2104 reconnecting twice in the same compose window,
2105 but as the parent function is only called once
2106 per compose, it's only a bug - as a static is
2107 initialized once per application instance.
2108 Also, don't uncheck Sign and Encrypt when
2109 selecting None as privacy system; just ignore
2110 them when sending/queuing.
2113 2005-04-08 [colin] 1.9.6cvs29
2116 * src/prefs_account.c
2117 * src/prefs_account.h
2118 Add account preference to queue message in a certain
2121 2005-04-06 [colin] 1.9.6cvs28
2123 * src/prefs_account.c
2124 Update old inbox path syntax
2126 2005-04-06 [paul] 1.9.6cvs27
2131 changed -traditional-cpp to -no-cpp-precomp for newer
2134 made column resize automatically
2135 * src/send_message.c
2136 send_message_smtp(): consider EOF right after QUIT
2137 successful (workaround for Gmail SMTP server)
2138 * src/common/socket.c
2139 ssl_read(), ssl_peek(): check EOF which violates the
2141 * src/gtk/colorlabel.c
2142 removed warnings when displaying colorlabel menu
2143 (don't use GtkAlignment)
2145 2005-04-05 [paul] 1.9.6cvs26
2147 * src/plugins/trayicon/trayicon.c
2148 fix clipping of icon under KDE3
2150 2005-04-05 [paul] 1.9.6cvs25
2153 hide display of threading
2156 2005-04-04 [thorsten] 1.9.6cvs24
2159 marks lost on filesystems with different stat() results on
2162 2005-04-03 [colin] 1.9.6cvs23
2165 Don't handle up/down. Patch by Alfons
2167 2005-04-02 [colin] 1.9.6cvs22
2170 Make scrolling faster. Patch by Alfons.
2172 2005-04-01 [colin] 1.9.6cvs21
2175 * src/stock_pixmap.c
2176 * src/pixmaps/dir-noselect.xpm ** REMOVED **
2177 * src/pixmaps/dir_noselect.xpm ** ADDED **
2178 Fix pixmap name mismatch (Thanks Stephan Sachse)
2180 2005-04-01 [colin] 1.9.6cvs20
2182 * src/image_viewer.c
2183 * src/image_viewer.h
2188 Implement inline image resizing and right-clicking
2190 2005-04-01 [paul] 1.9.6cvs19
2196 patch by Luca Cavalli <loopback<AT>slackit.org>
2198 updated by Pavlo Bohmat
2200 2005-03-31 [colin] 1.9.6cvs18
2203 Fix parsing references
2205 don't put nulls in the references list
2207 commit that forgotten file in 1.9.6cvs14
2209 2005-03-31 [colin] 1.9.6cvs17
2212 Fix joining of signature separator again.
2213 Maybe Hiro could put it in main too...
2215 2005-03-31 [colin] 1.9.6cvs16
2219 * src/stock_pixmap.c
2220 * src/stock_pixmap.h
2221 * src/pixmaps/dir-noselect.xpm
2222 Update foldersel.c (sync from main, patch by Alfons)
2224 2005-03-30 [colin] 1.9.6cvs15
2227 Fix handling of imap folders containing [] in
2228 their name. Thanks to Nahuel Angelinetti for
2229 the detailed bugreport.
2231 2005-03-30 [colin] 1.9.6cvs14
2233 * src/common/utils.h
2234 * src/common/utils.c
2241 * src/quote_fmt_parse.y
2243 Update references system. Patch by Alfons
2245 2005-03-30 [colin] 1.9.6cvs13
2247 * src/common/socket.c
2248 Force the glibc to read resolv.conf again when
2249 it has changed. Should fix issues when changing
2250 networks on a laptop and not restarting sylpheed.
2252 2005-03-30 [paul] 1.9.6cvs12
2254 partial sync with main:
2257 create_io_dialog(): use user-defined text font
2258 (thanks to Alfons), and modified its appearance.
2264 don't join (presumably) itemized lines on line-wrapping
2265 fixed wrapping of quote when auto-wrapping is enabled
2266 compose_destroy(): destroy paned only if it's not
2267 attached to window. Fixed memory leak of popup menu.
2277 removed redundant code
2279 changed 'Code set' (which is rather incorrect)
2280 in the menu to 'Character encoding'
2281 main_window_set_widgets(): request size first
2282 to prevent window size becoming wrong
2283 fixed remembering of the state of the visibility
2286 changed 'Code set' (which is rather incorrect)
2287 in the menu to 'Character encoding'
2288 * src/prefs_common.c
2289 * src/prefs_common.h
2290 added an option whether to render HTML as text or not
2291 added separators to outgoing encoding menu
2293 procheader_scan_date_string(): support header
2294 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2299 textview_show_html(): force output of newline
2300 added an option whether to render HTML as text or not
2301 * src/common/utils.c
2302 strncpy2(): optimized based on Alfons' code
2303 * src/gtk/gtkutils.c
2304 * src/gtk/gtkutils.h
2305 removed non-used code
2306 * src/plugins/pgpmime/passphrase.c
2307 partially fixed grab input of passphrase dialog
2308 Confine pointer to window
2310 2005-03-30 [colin] 1.9.6cvs11
2314 Read/write 32bit ints from cache & marks
2317 2005-03-29 [paul] 1.9.6cvs10
2322 * src/gtk/gtkaspell.c
2323 sync with HEAD (don't pass NULL pointers)
2329 * tools/acroread2sylpheed.pl
2330 sync with HEAD (add script to send pdfs as
2331 attachments from Adobe Reader 7)
2333 2005-03-21 [paul] 1.9.6cvs9
2339 * src/image_viewer.c ** ADDED **
2340 * src/image_viewer.h ** ADDED **
2342 * src/prefs_common.c
2343 * src/prefs_common.h
2344 * src/prefs_image_viewer.c ** ADDED **
2345 * src/prefs_image_viewer.h ** ADDED **
2348 * src/pixmaps/sylpheed_logo.xpm
2349 * src/plugins/Makefile.am
2350 * src/plugins/image_viewer/.cvsignore ** REMOVED **
2351 * src/plugins/image_viewer/Makefile.am ** REMOVED **
2352 * src/plugins/image_viewer/plugin.c ** REMOVED **
2353 * src/plugins/image_viewer/viewer.c ** REMOVED **
2354 * src/plugins/image_viewer/viewer.glade ** REMOVED **
2355 * src/plugins/image_viewer/viewer.h ** REMOVED **
2356 * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2357 * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2358 * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2359 as gdk-pixbuf is now built-in
2360 remove image_viewer plugin and put code back into
2362 implement inline image display (sync with main)
2364 replace logo with newer, nicer, larger version
2366 2005-03-21 [paul] 1.9.6cvs8
2369 cosmetic improvement
2371 2005-03-21 [holger] 1.9.6cvs7
2373 * src/plugins/spamassassin/spamassassin.c
2375 (unregister hook on failed plugin init)
2377 2005-03-20 [colin] 1.9.6cvs6
2379 * src/common/plugin.c
2380 Check that plugin isn't already loaded
2383 2005-03-20 [thorsten] 1.9.6cvs5
2386 use a more compatible syntax
2388 2005-03-20 [thorsten] 1.9.6cvs4
2390 * src/prefs_toolbar.c
2391 fix crash when selecting toolbar item (uninitialized pointer)
2393 2005-03-20 [thorsten] 1.9.6cvs3
2396 fix mimetype detection (referenced free()d string)
2398 2005-03-20 [paul] 1.9.6cvs2
2401 sync with HEAD (1.0.3cvs5)
2402 neglect Reply-To header if empty
2405 2005-03-19 [holger] 1.9.6cvs1
2411 2005-03-18 [paul] 1.9.6
2413 initial GTK2 release
2415 2005-03-18 [paul] 1.0.3cvs3.1
2421 * src/pixmaps/sylpheed_logo.xpm
2424 2005-03-18 [colin] 1.0.3cvs2.6
2427 Remove call to summary_step in summary_copy_selected_to
2428 Can't see its purpose, and this causes bug when copying
2429 a message if the next one is unread: it reads it.
2431 2005-03-18 [paul] 1.0.3cvs2.5
2434 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2436 2005-03-18 [paul] 1.0.3cvs2.4
2447 fix buffer overflow, CAN-2005-0667, see
2448 http://secunia.com/advisories/14491/
2451 2005-03-17 [colin] 1.0.3cvs2.3
2455 Fix font bugs (both lists now officialy share
2459 2005-03-17 [paul] 1.0.3cvs2.2
2461 * src/gtk/pluginwindow.c
2462 make plugin descriptions uneditable
2464 2005-03-11 [paul] 1.0.3cvs2.1
2469 * src/plugins/trayicon/trayicon.c
2471 add src/wizard.c to POTFILES.in
2473 2005-03-11 [paul] 1.0.3cvs1.1
2489 2005-03-04 [colin] 1.0.1cvs22.2
2492 Fix signatures with accentued chars in it
2494 2005-03-04 [colin] 1.0.1cvs22.1
2498 Don't use SIZE param in MAIL FROM: if server
2499 doesn't support it. Patch by Eugen Freiter
2500 <eugen_f@users.sf.net>
2502 2005-02-27 [paul] 1.0.1cvs20.1
2509 2005-02-27 [colin] 1.0.1cvs19.4
2513 Fix prototypes. Patch by Alfons
2515 2005-02-27 [colin] 1.0.1cvs19.3
2518 Don't auto-join the signature separator.
2520 2005-02-26 [colin] 1.0.1cvs19.2
2523 Fix 'mark all read' with collapsed threads.
2526 2005-02-25 [paul] 1.0.1cvs19.1
2530 * src/prefs_account.c
2531 * src/prefs_folder_item.c
2532 * src/gtk/prefswindow.c
2533 * src/gtk/prefswindow.h
2536 2005-02-25 [paul] 1.0.1cvs15.12
2542 * src/gtk/gtkutils.c
2543 * src/gtk/gtkutils.h
2544 * src/gtk/logwindow.c
2545 * src/gtk/progressdialog.c
2546 sync with main (revision 127)
2547 and fix logwindow clipping
2549 2005-02-24 [colin] 1.0.1cvs15.11
2551 * src/plugins/pgpmime/passphrase.c
2552 Disable input grabbing; it doesn't work yet.
2554 2005-02-24 [colin] 1.0.1cvs15.10
2557 Don't send out receipts if offline. Ask.
2559 2005-02-23 [colin] 1.0.1cvs15.9
2564 2005-02-23 [colin] 1.0.1cvs15.8
2567 Really fix Bug 568 by removing useless
2568 calls. summary_thread_init() now called
2569 in summary_sort(). This should please
2570 Alfons as it should be faster than
2573 2005-02-23 [colin] 1.0.1cvs15.7
2576 Encode parts as QP or B64 if signing
2578 2005-02-23 [colin] 1.0.1cvs15.6
2581 Fix Mimeinfo leakage (including tmp files)
2583 Fix tmp file leakage (spotted by Ivan Rayner)
2585 2005-02-22 [colin] 1.0.1cvs15.5
2588 Fix keyboard input. Patch by Alfons.
2590 2005-02-21 [colin] 1.0.1cvs15.4
2593 Fix Sign/Encrypt when unselecting privacy
2595 * src/prefs_common.c
2596 Change default message font to Monospace
2598 More freezing during potentially large operations
2600 2005-02-21 [paul] 1.0.1cvs15.3
2605 2005-02-21 [paul] 1.0.1cvs15.2
2611 * src/common/utils.c
2612 * src/common/utils.h
2613 sync with main (revision 117)
2615 2005-02-20 [colin] 1.0.1cvs15.1
2618 Change cache file to .sylpheed_claws_cache, as
2619 suggested by Alfons. Allows people to switch
2620 between Sylpheed and Sylpheed-Claws. it is
2621 a good idea to "Check for new messages" at next
2625 2005-02-18 [colin] 1.0.1cvs14.1
2627 * src/quote_fmt_lex.l
2628 * src/quote_fmt_parse.y
2629 Fix parser initialisation. Patch by Ivan.
2631 2005-02-18 [colin] 1.0.1cvs11.6
2634 Fix scrolldown (bug 662)
2636 2005-02-17 [colin] 1.0.1cvs11.5
2639 conv_filename_to_utf8: return clean 7bit instead
2640 of broken utf8 if needed
2642 Fix display of parts with unclean 8bit names
2644 2005-02-17 [paul] 1.0.1cvs11.4
2648 * src/matcher_parser_parse.y
2650 * src/sourcewindow.c
2651 * src/common/Makefile.am
2652 * src/common/intl.h ** REMOVED **
2653 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2654 sync with main (revision 109)
2657 2005-02-16 [colin] 1.0.1cvs11.3
2660 Fix collapsed thread not highlighting when new
2661 messages in it (Bug 568) Patch by Stephan Sachse.
2662 Fix messed up selection when reaching bounds (Bug 632)
2663 * src/prefs_themes.c
2664 Fix theme installing (Bug 684)
2666 2005-02-16 [colin] 1.0.1cvs11.2
2669 Fix messageview_select_all
2671 2005-02-16 [colin] 1.0.1cvs11.1
2674 Sync with HEAD (MH scan required function)
2676 2005-02-15 [colin] 1.0.1cvs8.1
2679 * src/common/utils.c
2680 Sync with HEAD (filename chars substitution)
2682 2005-02-15 [colin] 1.0.1cvs7.3
2684 * src/gtk/pluginwindow.c
2687 2005-02-15 [colin] 1.0.1cvs7.2
2690 Fix mime icons not reset across message when
2693 2005-02-15 [colin] 1.0.1cvs7.1
2697 Sync with HEAD (optimisation of cvs6)
2699 2005-02-14 [colin] 1.0.1cvs6.1
2703 Sync with HEAD (encode "From " at line beginning)
2705 2005-02-14 [colin] 1.0.1cvs5.3
2708 Fix wrapping with accentued chars.
2710 2005-02-13 [colin] 1.0.1cvs5.2
2713 Fix email informative part parsing with
2714 accentued chars in it. ispunct() returns
2715 true for them in utf8...
2717 2005-02-12 [colin] 1.0.1cvs5.1
2720 Sync with HEAD (remove wrong use of compose after send)
2722 2005-02-12 [paul] 1.0.1cvs4.5
2725 remove unnecessary code (thanks to Alfons)
2727 2005-02-12 [paul] 1.0.1cvs4.4
2730 add 'Copy' to contextual menu on emails
2732 2005-02-11 [colin] 1.0.1cvs4.3
2735 revert 1.0.0cvs28.2, it doesn't work that well.
2737 2005-02-11 [paul] 1.0.1cvs4.2
2742 2005-02-10 [paul] 1.0.1cvs4.1
2749 sync with HEAD (sync with main)
2751 2005-02-10 [paul] 1.0.1cvs3.2
2757 * config/mkinstalldirs
2761 * intl/bindtextdom.c
2762 * intl/config.charset
2768 * intl/eval-plural.h
2769 * intl/explodename.c
2774 * intl/hash-string.h
2775 * intl/intl-compat.c
2777 * intl/libgnuintl.h.in
2780 * intl/localcharset.c
2781 * intl/localcharset.h
2783 * intl/localealias.c
2796 * intl/relocatable.c
2797 * intl/relocatable.h
2821 * src/editldap_basedn.c
2829 * src/folder_item_prefs.c
2832 * src/grouplistdialog.c
2846 * src/message_search.c
2855 * src/partial_download.c
2857 * src/prefs_account.c
2858 * src/prefs_actions.c
2859 * src/prefs_common.c
2860 * src/prefs_customheader.c
2861 * src/prefs_display_header.c
2862 * src/prefs_ext_prog.c
2863 * src/prefs_filtering.c
2864 * src/prefs_filtering_action.c
2865 * src/prefs_folder_item.c
2868 * src/prefs_matcher.c
2869 * src/prefs_msg_colors.c
2870 * src/prefs_spelling.c
2871 * src/prefs_summary_column.c
2872 * src/prefs_template.c
2873 * src/prefs_themes.c
2874 * src/prefs_toolbar.c
2875 * src/prefs_wrapping.c
2882 * src/send_message.c
2884 * src/sourcewindow.c
2887 * src/summary_search.c
2893 * src/common/plugin.c
2896 * src/common/ssl_certificate.c
2897 * src/common/string_match.c
2898 * src/common/sylpheed.c
2899 * src/common/template.c
2900 * src/common/utils.c
2902 * src/gtk/colorlabel.c
2903 * src/gtk/description_window.c
2905 * src/gtk/foldersort.c
2906 * src/gtk/gtkaspell.c
2907 * src/gtk/gtkutils.c
2908 * src/gtk/inputdialog.c
2909 * src/gtk/logwindow.c
2911 * src/gtk/pluginwindow.c
2912 * src/gtk/prefswindow.c
2913 * src/gtk/progressdialog.c
2914 * src/gtk/quicksearch.c
2915 * src/gtk/sslcertwindow.c
2916 * src/plugins/clamav/clamav_plugin.c
2917 * src/plugins/clamav/clamav_plugin_gtk.c
2918 * src/plugins/demo/demo.c
2919 * src/plugins/dillo_viewer/dillo_prefs.c
2920 * src/plugins/dillo_viewer/dillo_viewer.c
2921 * src/plugins/image_viewer/plugin.c
2922 * src/plugins/image_viewer/viewer.c
2923 * src/plugins/image_viewer/viewerprefs.c
2924 * src/plugins/mathml_viewer/mathml_viewer.c
2925 * src/plugins/pgpmime/passphrase.c
2926 * src/plugins/pgpmime/plugin.c
2927 * src/plugins/pgpmime/prefs_gpg.c
2928 * src/plugins/pgpmime/select-keys.c
2929 * src/plugins/pgpmime/sgpgme.c
2930 * src/plugins/spamassassin/spamassassin.c
2931 * src/plugins/spamassassin/spamassassin_gtk.c
2932 * src/plugins/trayicon/trayicon.c
2933 sync with main (revision 104)
2935 2005-02-10 [colin] 1.0.1cvs3.1
2938 Sync with HEAD (fix occasional crasher)
2940 2005-02-10 [colin] 1.0.1cvs2.1
2943 Synw with HEAD (don't automatically display html)
2945 2005-02-09 [colin] 1.0.1cvs1.3
2949 Add contextual menu on emails
2951 2005-02-09 [colin] 1.0.1cvs1.2
2954 Fix converting from broken headers and
2955 put back the _ in missing places
2956 (feature broke with cvs24.2 sync, main
2959 2005-02-09 [colin] 1.0.1cvs1.1
2964 Sync with HEAD (display non text/plain mails with plugin)
2966 2005-02-08 [colin] 1.0.1.1
2972 Make default configuration directory
2975 2005-02-08 [colin] 1.0.0cvs29.1
2983 Sync translations with HEAD
2985 2005-02-06 [colin] 1.0.0cvs28.3
2988 Make compose a bit faster - patch by Alfons.
2990 2005-02-06 [colin] 1.0.0cvs28.2
2993 Make pasting via middle-click more reliable
2995 2005-02-05 [paul] 1.0.0cvs28.1
3003 (fix bug 682 'redirect is broken'
3005 2005-02-05 [torte] 1.0.0cvs27.1
3009 * src/partial_download.c
3010 Sync with HEAD (fix buf overflow)
3012 2005-02-03 [colin] 1.0.0cvs26.1
3014 * src/common/plugin.c
3015 Sync with HEAD (avoid plugin mismatches)
3017 2005-02-03 [paul] 1.0.0cvs25.3
3023 * src/gtk/colorlabel.c
3024 third and final part of initial sync with main-gtk2
3026 2005-02-03 [paul] 1.0.0cvs25.2
3029 fix building with jpilot support
3031 2005-02-02 [colin] 1.0.0cvs25.1
3034 Sync with HEAD (fix dangerous typo)
3036 2005-02-01 [colin] 1.0.0cvs24.3
3039 Write file as advertised (UTF-8)
3041 2005-02-01 [paul] 1.0.0cvs24.2
3050 * src/folder_item_prefs.c
3056 * src/matcher_parser_lex.l
3059 * src/prefs_account.c
3060 * src/prefs_actions.c
3061 * src/prefs_common.c
3064 * src/prefs_themes.c
3067 * src/sourcewindow.c
3073 * src/common/template.c
3074 * src/common/utils.c
3077 * src/gtk/gtkaspell.c
3078 * src/plugins/clamav/clamav_plugin.c
3079 * src/plugins/dillo_viewer/dillo_prefs.c
3080 * src/plugins/image_viewer/viewerprefs.c
3081 * src/plugins/pgpmime/passphrase.c
3082 * src/plugins/pgpmime/prefs_gpg.c
3083 * src/plugins/pgpmime/select-keys.c
3084 * src/plugins/spamassassin/spamassassin.c
3085 second part of initial sync with main-gtk2
3088 2005-01-31 [colin] 1.0.0cvs24.1
3093 2005-01-29 [paul] 1.0.0cvs23.2
3106 * src/editldap_basedn.c
3110 * src/grouplistdialog.c
3116 * src/message_search.c
3119 * src/prefs_actions.c
3120 * src/prefs_common.c
3121 * src/prefs_common.h
3122 * src/prefs_customheader.c
3123 * src/prefs_display_header.c
3124 * src/prefs_filtering.c
3125 * src/prefs_filtering_action.c
3127 * src/prefs_matcher.c
3128 * src/prefs_summary_column.c
3129 * src/prefs_template.c
3130 * src/sourcewindow.c
3131 * src/summary_search.c
3135 * src/gtk/description_window.c
3136 * src/gtk/gtkshruler.c
3137 * src/gtk/gtkutils.c
3138 * src/gtk/gtkutils.h
3139 * src/gtk/inputdialog.c
3140 * src/gtk/logwindow.c
3141 * src/gtk/prefswindow.c
3142 * src/gtk/progressdialog.c
3143 * src/gtk/progressdialog.h
3144 first part of initial sync with main-gtk2
3147 2005-01-28 [colin] 1.0.0cvs23.1
3152 2005-01-27 [colin] 1.0.0cvs21.1
3158 2005-01-27 [colin] 1.0.0cvs19.1
3163 2005-01-27 [colin] 1.0.0cvs18.1
3175 2005-01-26 [paul] 1.0.0cvs15.2
3178 compose_entries_set(): convert subject and body to
3179 utf8 if necessary. patch by Felix Eckhofer
3181 2005-01-26 [paul] 1.0.0cvs15.1
3184 * src/common/template.c
3185 sync with HEAD (fix memory leak)
3187 2005-01-25 [paul] 1.0.0cvs14.1
3193 2005-01-24 [colin] 1.0.0cvs13.1
3198 2005-01-24 [paul] 1.0.0cvs12.1
3203 * src/common/utils.c
3206 2005-01-24 [colin] 1.0.0cvs11.1
3211 2005-01-24 [colin] 1.0.0cvs10.1
3216 2005-01-23 [colin] 1.0.0cvs9.1
3221 2005-01-22 [colin] 1.0.0cvs8.1
3224 * src/gtk/quicksearch.c
3227 2005-01-21 [colin] 1.0.0cvs7.1
3232 2005-01-21 [colin] 1.0.0cvs6.1
3237 2005-01-21 [colin] 1.0.0cvs5.1
3239 * src/gtk/quicksearch.c
3240 * src/prefs_common.c
3241 * src/prefs_common.h
3242 Sync with HEAD (recurse option)
3244 2005-01-21 [colin] 1.0.0cvs4.1
3250 * src/gtk/quicksearch.c
3251 * src/gtk/quicksearch.h
3252 Sync with HEAD (recursive quicksearch)
3254 2005-01-20 [colin] 1.0.0cvs3.4
3259 2005-01-20 [colin] 1.0.0cvs3.3
3262 Fix leak, thanks to Alfons.
3264 2005-01-20 [colin] 1.0.0cvs3.2
3267 Port SSL certificate window to GTK2.
3269 2005-01-20 [paul] 1.0.0cvs3.1
3277 2005-01-19 [colin] 1.0.0cvs2.2
3279 * src/plugins/trayicon/trayicon.c
3280 Fix freeze with gtk-2.6, the easy way
3281 (signal blocking helpless there...)
3284 2005-01-19 [colin] 1.0.0cvs2.1
3293 2005-01-19 [paul] 1.0.0cvs1.1
3307 sync with HEAD (update translations)
3309 2005-01-18 [colin] 1.0.0cvs0.1
3312 Specify search column - patch by Alfons
3314 2005-01-18 [colin] 0.9.13cvs36.3
3316 * src/prefs_toolbar.c
3317 Change Delete to Remove
3319 GTK2 version and leak fixes
3320 * src/prefs_actions.c
3322 All patches by Alfons
3324 2005-01-17 [colin] 0.9.13cvs36.2
3327 Fix DnD inserting twice. While at it,
3328 add DnD support for text/plain in the
3329 body, and add support in the headers.
3331 2005-01-16 [colin] 0.9.13cvs36.1
3336 Sync with HEAD (nothing applicable)
3338 2005-01-16 [colin] 0.9.13cvs33.2
3340 * src/prefs_toolbar.c
3341 GTK2ize prefs_toolbar, by Alfons.
3343 2005-01-14 [colin] 0.9.13cvs33.1
3349 2005-01-14 [colin] 0.9.13cvs32.1
3355 * tools/calypso_convert.pl
3358 2005-01-08 [colin] 0.9.13cvs29.2
3360 * src/prefs_filtering_action.c
3361 * src/prefs_filtering.c
3362 2 more gtk2 patches by Alfons
3364 2005-01-07 [paul] 0.9.13cvs29.1
3374 2005-01-07 [colin] 0.9.13cvs28.3
3376 * src/gtk/progressdialog.c
3377 * src/gtk/progressdialog.h
3379 * src/send_message.c
3380 GTK2 for the incorporation dialog. The CList isn't dead
3381 yet, for a more smooth migration. Patch by Alfons.
3383 2005-01-06 [colin] 0.9.13cvs28.2
3385 * src/prefs_display_header.c
3386 GTK2 conversion by Alfons
3387 * src/prefs_actions.c
3388 * src/prefs_matcher.c
3389 Fix 2 leaks - patch by Alfons
3391 2005-01-06 [colin] 0.9.13cvs28.1
3393 * src/prefs_matcher.c
3396 2005-01-06 [colin] 0.9.13cvs27.4
3398 * src/prefs_matcher.c
3399 Fix double-free. Patch by Alfons
3401 2005-01-06 [colin] 0.9.13cvs27.3
3403 * src/prefs_matcher.c
3404 GTK2 widgets + memleak
3407 2005-01-05 [colin] 0.9.13cvs27.2
3412 * src/stock_pixmap.c
3413 * src/stock_pixmap.h
3414 3 more GTK2 patches by Alfons.
3416 2005-01-04 [colin] 0.9.13cvs27.1
3423 2005-01-04 [colin] 0.9.13cvs25.9
3426 Fix Show Ruler menuitem
3427 * src/prefs_template.c
3429 * src/common/utils.c
3430 Make auto pointer stuff handles NULLs
3433 2005-01-04 [colin] 0.9.13cvs25.8
3436 Move the attachment list to gtk2
3439 2005-01-04 [colin] 0.9.13cvs25.7
3442 Make some keys work again
3443 Patch by SungHyun Nam <namsh@kldp.org>
3445 2005-01-04 [colin] 0.9.13cvs25.6
3447 * src/gtk/gtkshruler.c
3448 Move the ruler to GTK2
3451 2005-01-03 [colin] 0.9.13cvs25.5
3454 Fix my broken patch apply
3456 2005-01-03 [colin] 0.9.13cvs25.4
3458 * src/common/utils.c
3459 * src/common/utils.h
3460 * src/gtk/prefswindow.c
3461 Move auto pointer stuff to utils.c
3462 Patch by Alfons again :)
3464 2005-01-03 [colin] 0.9.13cvs25.3
3468 * src/prefs_template.c
3470 Empty text widgets with empty strings, not NULL char
3471 Patch by SungHyun Nam <namsh@kldp_org>
3473 2005-01-03 [colin] 0.9.13cvs25.2
3479 2005-01-03 [colin] 0.9.13cvs25.1
3485 2005-01-03 [colin] 0.9.13cvs24.3
3488 Two patches from Alfons and Alex S Moore:
3489 fix images, fix return value.
3491 2005-01-01 [colin] 0.9.13cvs24.2
3493 * src/prefs_actions.c
3494 Fix over-zealous assertion. Patch by Alfons
3496 2005-01-01 [colin] 0.9.13cvs24.1
3499 Sync with HEAD (leak fix)
3501 2004-12-31 [colin] 0.9.13cvs23.2
3503 * src/prefs_common.c
3504 GTK2 widgets + stock buttons - patch by Alfons
3506 2004-12-31 [paul] 0.9.13cvs23.1
3509 bump up EXTRA_VERSION to match (sync'ed) HEAD
3510 * src/gtk/pluginwindow.c
3511 use GTK2 widgets and plug memory leaks,
3514 2004-12-30 [colin] 0.9.13cvs22.4
3521 * src/message_search.c
3522 * src/prefs_actions.c
3523 * src/prefs_common.c
3524 * src/prefs_customheader.c
3525 * src/prefs_filtering.c
3526 * src/prefs_summary_column.c
3527 * src/summary_search.c
3529 * src/gtk/description_window.c
3530 * src/gtk/gtkutils.c
3531 * src/gtk/gtkutils.h
3532 * src/gtk/inputdialog.c
3533 * src/gtk/prefswindow.c
3534 Use GTK2 stock buttons. Patches by Alfons.
3536 2004-12-30 [colin] 0.9.13cvs22.3
3540 * src/prefs_actions.c
3541 * src/prefs_customheader.c
3542 * src/prefs_filtering.c
3543 * src/prefs_msg_colors.c
3544 * src/prefs_summary_column.c
3545 * src/gtk/prefswindow.c
3546 Use GtkTreeView instead of deprecated
3547 widgets. Patches by Alfons.
3549 2004-12-30 [paul] 0.9.13cvs22.2
3553 patch by Alfons, with root folder sorting fix
3556 2004-12-30 [paul] 0.9.13cvs22.1
3566 2004-12-22 [martin] 0.9.13cvs21.2
3569 free the command line after its use
3571 2004-12-18 [paul] 0.9.13cvs21.1
3584 2004-12-17 [martin] 0.9.13cvs17.2
3587 convert actions input to locale
3589 convert notification command to locale
3590 * src/plugins/pgpmime/select-keys.c
3591 convert attributes to utf8
3593 2004-12-14 [colin] 0.9.13cvs17.1
3599 * src/common/utils.c
3600 * src/gtk/prefswindow.c
3601 * src/gtk/gtkutils.c
3602 * src/gtk/gtkutils.h
3603 * src/plugins/spamassassin/libspamc.c
3606 2004-12-13 [colin] 0.9.13cvs14.1
3608 * src/quote_fmt_parse.y
3611 2004-12-10 [colin] 0.9.13cvs12.1
3613 * src/prefs_themes.c
3618 2004-12-09 [colin] 0.9.13cvs10.1
3621 Sync with HEAD (fix B64 encoding from memory)
3623 2004-12-08 [colin] 0.9.13cvs9.1
3625 * src/gtk/colorlabel.c
3628 2004-12-08 [paul] 0.9.13cvs8.2
3630 * src/gtk/pluginwindow.c
3631 fix window resizing oddities
3633 2004-12-08 [colin] 0.9.13cvs8.1
3635 * src/quote_fmt_parse.y
3638 2004-12-08 [colin] 0.9.13cvs7.1
3640 * src/matcher_parser_parse.y
3642 * src/prefs_matcher.c
3649 2004-12-08 [colin] 0.9.13cvs6.1
3651 * src/quote_fmt_parse.y
3654 * src/gtk/prefswindow.c
3655 * src/gtk/pluginwindow.c
3656 Fix G_CALLBACKS protos (thanks to Alfons)
3658 2004-12-07 [torte] 0.9.13cvs2.2
3661 [Bug 650] reply button causes crash
3662 Thanks to David Relson and Christoph
3664 2004-12-07 [colin] 0.9.13cvs2.1
3670 * src/prefs_account.c
3675 2004-12-06 [colin] 0.9.12cvs187.1
3706 * tools/filter_conv.pl
3707 * tools/kdeservicemenu/README
3708 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3709 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3712 2004-12-04 [colin] 0.9.12cvs183.1
3715 Sync with HEAD (compose window position saving)
3717 2004-12-04 [paul] 0.9.12cvs182.3
3721 * src/prefs_customheader.c
3722 * src/gtk/quicksearch.c
3723 replace some forgotten GTK_SIGNAL_FUNCs
3725 2004-12-04 [paul] 0.9.12cvs182.2
3728 remove 'pixmaps/dir_noselect.xpm'. from local patch,
3731 2004-12-04 [paul] 0.9.12cvs182.1
3741 * doc/manual/ja/Makefile.am
3742 * doc/manual/ja/sylpheed-1.html
3743 * doc/manual/ja/sylpheed-10.html
3744 * doc/manual/ja/sylpheed-11.html
3745 * doc/manual/ja/sylpheed-12.html
3746 * doc/manual/ja/sylpheed-13.html
3747 * doc/manual/ja/sylpheed-14.html
3748 * doc/manual/ja/sylpheed-15.html
3749 * doc/manual/ja/sylpheed-16.html
3750 * doc/manual/ja/sylpheed-17.html
3751 * doc/manual/ja/sylpheed-18.html
3752 * doc/manual/ja/sylpheed-19.html
3753 * doc/manual/ja/sylpheed-2.html
3754 * doc/manual/ja/sylpheed-20.html
3755 * doc/manual/ja/sylpheed-3.html
3756 * doc/manual/ja/sylpheed-4.html
3757 * doc/manual/ja/sylpheed-5.html
3758 * doc/manual/ja/sylpheed-6.html
3759 * doc/manual/ja/sylpheed-7.html
3760 * doc/manual/ja/sylpheed-8.html
3761 * doc/manual/ja/sylpheed-9.html
3762 * doc/manual/ja/sylpheed.html
3763 * doc/manual/ja/sylpheed.sgml
3768 * src/pixmaps/regular.xpm **REMOVED**
3769 * src/plugins/pgpmime/pgpmime.c
3770 * src/plugins/pgpmime/plugin.c
3771 * src/plugins/pgpmime/prefs_gpg.c
3774 2004-12-03 [paul] 0.9.12cvs180.1
3782 * src/common/utils.c
3783 * src/common/utils.h
3784 * src/pixmaps/continue.xpm
3785 * src/pixmaps/dir_close.xpm
3786 * src/pixmaps/dir_open.xpm
3787 * src/pixmaps/drafts_close.xpm
3788 * src/pixmaps/drafts_open.xpm
3789 * src/pixmaps/folder.xpm **REMOVED**
3790 * src/pixmaps/group.xpm
3791 * src/pixmaps/unread.xpm
3794 2004-12-02 [colin] 0.9.12cvs179.1
3797 Sync with HEAD (non-duplicated reedition)
3799 2004-12-02 [colin] 0.9.12cvs178.1
3802 Sync with HEAD (linewrap_quote fix)
3804 2004-12-01 [colin] 0.9.12cvs177.3
3807 Replace sizeof with strlen
3809 2004-12-01 [paul] 0.9.12cvs177.2
3812 fix 'harvest addresses'
3814 2004-11-30 [colin] 0.9.12cvs177.1
3816 * src/gtk/prefswindow.c
3817 * src/gtk/pluginwindow.c
3820 2004-11-29 [colin] 0.9.12cvs176.1
3823 sync with HEAD (Fix disappearing separators in folderview's popup)
3825 2004-11-29 [colin] 0.9.12cvs175.1
3828 Sync with head (another format fix)
3830 2004-11-29 [colin] 0.9.12cvs174.1
3833 Sync with HEAD (format string fix)
3835 2004-11-26 [colin] 0.9.12cvs173.1
3841 2004-11-24 [colin] 0.9.12cvs172.1
3843 * src/plugins/pgpmime/pgpmime.c
3846 2004-11-24 [colin] 0.9.12cvs171.1
3848 * src/plugins/pgpmime/pgpmime.c
3849 Sync with head (gpgmectx leaks)
3851 2004-11-24 [colin] 0.9.12cvs169.1
3853 * src/plugins/pgpmime/plugin.c
3854 * src/plugins/trayicon/Makefile.am
3855 * src/plugins/trayicon/newmarkedmail.xpm
3856 * src/plugins/trayicon/trayicon.c
3857 * src/plugins/trayicon/unreadmarkedmail.xpm
3860 2004-11-23 [colin] 0.9.12cvs168.1
3862 * src/partial_download.c
3863 * src/partial_download.h
3864 * src/plugins/pgpmime/plugin.c
3867 2004-11-23 [colin] 0.9.12cvs166.1
3874 * src/partial_download.c
3875 * src/partial_download.h
3876 * src/prefs_account.c
3877 * src/prefs_account.h
3881 * src/common/Makefile.am
3882 * src/common/base64.h
3883 * src/common/partial_download.c
3884 * src/common/partial_download.h
3885 * src/gtk/prefswindow.c
3886 * src/gtk/prefswindow.h
3887 * src/plugins/pgpmime/pgpmime.c
3888 * src/plugins/pgpmime/prefs_gpg.c
3889 * src/plugins/pgpmime/prefs_gpg.h
3890 * src/plugins/pgpmime/sgpgme.c
3891 * src/plugins/pgpmime/sgpgme.h
3894 2004-11-23 [colin] 0.9.12cvs163.1
3897 Sync with HEAD (cursor optimization)
3899 2004-11-23 [colin] 0.9.12cvs162.1
3901 * src/prefs_common.c
3902 * src/prefs_themes.c
3906 2004-11-23 [colin] 0.9.12cvs158.9
3909 Fix double-free when forwarding
3911 Fix leak on error path
3914 2004-11-23 [colin] 0.9.12cvs158.8
3917 Fix possible double-free
3920 2004-11-23 [colin] 0.9.12cvs158.7
3923 Fix some signal handlers' prototypes
3926 2004-11-22 [colin] 0.9.12cvs158.6
3929 Remove unneeded code and duplicated
3930 wrapping - patch by Alfons
3932 2004-11-22 [colin] 0.9.12cvs158.5
3934 * src/prefs_themes.c
3935 Fix oversized selector
3937 2004-11-22 [colin] 0.9.12cvs158.4
3943 2004-11-19 [colin] 0.9.12cvs158.3
3946 Add a context menu on links (open, copy)
3948 2004-11-18 [paul] 0.9.12cvs158.2
3954 * src/prefs_common.c
3955 * src/plugins/image_viewer/viewer.c
3956 * src/plugins/spamassassin/spamassassin_gtk.c
3957 replace deprecated gtk_notebook_set_page
3958 and gtk_notebook_current_page
3960 2004-11-18 [paul] 0.9.12cvs158.1
3966 * src/prefs_common.c
3967 * src/common/utils.c
3968 * src/common/utils.h
3971 2004-11-17 [colin] 0.9.12cvs156.1
3973 * src/prefs_account.c
3974 * src/prefs_account.h
3976 Sync with HEAD (add pref to store encrypted mails encrypted)
3978 2004-11-17 [paul] 0.9.12cvs155.1
3992 * src/pixmaps/error.xpm
3995 2004-11-17 [colin] 0.9.12cvs151.1
3997 * src/plugins/pgpmime/pgpmime.c
3998 Sync with HEAD (remove debug printf)
4000 2004-11-17 [colin] 0.9.12cvs150.1
4002 * src/plugins/pgpmime/pgpmime.c
4003 Sync with HEAD (off-by-one fix)
4005 2004-11-17 [colin] 0.9.12cvs149.1
4008 Sync with HEAD (coding style fixes)
4010 2004-11-16 [colin] 0.9.12cvs148.1
4013 Sync with head (Fix the fix)
4015 2004-11-16 [colin] 0.9.12cvs147.1
4018 Sync with Main (leak fix)
4020 2004-11-16 [colin] 0.9.12cvs146.14
4023 Remove useless chunk of code
4026 2004-11-15 [colin] 0.9.12cvs146.13
4029 Fix drafting after insertion
4032 2004-11-15 [colin] 0.9.12cvs146.12
4035 * src/prefs_filtering.c
4036 * src/prefs_filtering_action.c
4037 * src/prefs_toolbar.c
4038 Fix some const-correctness
4040 2004-11-15 [colin] 0.9.12cvs146.11
4043 * src/prefs_themes.c
4047 2004-11-15 [colin] 0.9.12cvs146.10
4050 More unreadable locale fixes
4052 2004-11-14 [colin] 0.9.12cvs146.9
4055 Fix uri_security_check
4058 2004-11-13 [paul] 0.9.12cvs146.8
4062 fix 2 bugs introduced in last commit
4064 2004-11-13 [paul] 0.9.12cvs146.7
4076 * src/prefs_themes.c
4080 replace deprecated g_basename
4082 2004-11-13 [paul] 0.9.12cvs146.6
4086 * src/matcher_parser.h
4087 * src/matcher_parser_parse.y
4088 * src/prefs_filtering.c
4089 * src/prefs_filtering_action.c
4090 * src/prefs_themes.c
4091 * src/prefs_toolbar.c
4092 * src/common/utils.c
4093 various small fixes/cleanups
4095 2004-11-12 [colin] 0.9.12cvs146.5
4098 Validate event's origin on visibility notify
4101 2004-11-12 [paul] 0.9.12cvs146.4
4108 * src/prefs_spelling.c
4109 * src/prefs_themes.c
4110 replace deprecated g_dirname
4112 2004-11-12 [colin] 0.9.12cvs146.3
4115 Some coding style fixes
4117 2004-11-12 [colin] 0.9.12cvs146.2
4120 We want to replace _all_ extended chars in
4121 conv_unreadable_*, because any string containing
4122 extended chars not parsing as UTF8 is
4123 undisplayed on gtk2.
4125 2004-11-12 [paul] 0.9.12cvs146.1
4142 * src/prefs_account.c
4143 * src/prefs_account.h
4144 * src/prefs_ext_prog.c
4149 * src/summary_search.c
4153 * src/common/utils.c
4154 * src/common/utils.h
4159 2004-11-11 [colin] 0.9.12cvs144.2
4162 Fix URI range selection (patch by Alfons)
4164 2004-11-09 [colin] 0.9.12cvs144.1
4169 * src/folder_item_prefs.c
4170 * src/prefs_account.c
4171 * src/prefs_account.h
4172 * src/plugins/pgpmime/pgpmime.c
4175 2004-11-08 [colin] 0.9.12cvs143.1
4178 Sync with HEAD (optimize quicksearch)
4180 2004-11-08 [colin] 0.9.12cvs142.2
4183 Don't wrap when Edit/Auto wrapping is disabled
4185 2004-11-08 [colin] 0.9.12cvs142.1
4190 2004-11-08 [colin] 0.9.12cvs141.1
4193 Sync with HEAD (fix some mail URIs)
4195 2004-11-08 [colin] 0.9.12cvs140.3
4198 o Use text cursor instead of arrow when
4200 o Fix handling of contiguous links (as in
4201 "colin@colino.net" <colin@colino.net>)
4202 This one unveils a bug in get_email_part()
4204 2004-11-07 [colin] 0.9.12cvs140.2
4207 Fix memleak. Patch by Alfons.
4209 2004-11-06 [colin] 0.9.12cvs140.1
4212 Sync with HEAD (don't ask passphrase
4215 2004-11-06 [paul] 0.9.12cvs139.2
4220 textview URI handling. hovering over a
4221 link displays it in the status bar,
4222 and changes the mouse pointer to a hand
4223 cursor. a link is activated with a single
4224 click. (Modified from the) patch by Jean-Yves
4225 Lefort <jylefort@users.sourceforge.net>
4228 2004-11-05 [colin] 0.9.12cvs139.1
4232 Sync with HEAD again ^^
4234 2004-11-05 [colin] 0.9.12cvs139.1
4240 2004-11-03 [paul] 0.9.12cvs138.1
4245 * src/prefs_ext_prog.c
4247 * tools/kdeservicemenu/README
4248 * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4249 * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4252 2004-11-01 [christoph] 0.9.12cvs136.2
4255 convert MIME parameters to UTF-8
4257 2004-10-29 [colin] 0.9.12cvs136.1
4259 * src/common/utils.c
4260 Sync with HEAD (don't use '=' in mime boundary)
4262 2004-10-29 [paul] 0.9.12cvs135.1
4265 * doc/src/rfc2231.txt
4267 * src/common/quoted-printable.c
4268 * src/common/utils.c
4269 * src/common/utils.h
4272 2004-10-27 [paul] 0.9.12cvs134.1
4277 * src/plugins/pgpmime/pgpmime.c
4280 2004-10-26 [paul] 0.9.12cvs132.3
4288 * src/customheader.c
4298 * src/grouplistdialog.c
4308 * src/prefs_display_header.c
4310 * src/prefs_msg_colors.c
4311 * src/prefs_toolbar.c
4318 * src/common/mgutils.c
4321 * src/common/template.c
4322 * src/common/utils.c
4323 * src/common/xmlprops.c
4324 * src/plugins/pgpmime/pgpmime.c
4325 * src/plugins/pgpmime/select-keys.c
4326 * src/plugins/pgpmime/sgpgme.c
4327 replace deprecated g_strcasecmp(), g_strncasecmp(),
4328 g_string_sprintfa(), gtk_notebook_current_page()
4330 2004-10-26 [colin] 0.9.12cvs132.2
4332 * src/prefs_folder_item.c
4333 Fix default-account selection
4335 2004-10-21 [colin] 0.9.12cvs133
4338 Sync with HEAD (Remove extra separator in compose's Options)
4340 Set wrapping to char
4342 2004-10-21 [paul] 0.9.12cvs131.2
4345 * src/sourcewindow.c
4347 fix window shrinking
4349 2004-10-21 [colin] 0.9.12cvs131.1
4355 2004-10-21 [paul] 0.9.12cvs130.2
4357 * src/prefs_folder_item.c
4358 sync with HEAD (Apply to subfolders)
4360 2004-10-19 [colin] 0.9.12cvs130.1
4364 * src/common/utils.c
4368 2004-10-19 [colin] 0.9.12cvs128.1
4375 * src/customheader.c
4384 * src/matcher_parser_parse.y
4387 * src/prefs_account.c
4389 * src/prefs_msg_colors.c
4396 * src/common/base64.c
4397 * src/common/partial_download.c
4398 * src/common/socket.c
4399 * src/common/sylpheed.c
4400 * src/common/utils.c
4401 * src/common/utils.h
4402 * src/gtk/pluginwindow.c
4403 * src/gtk/quicksearch.c
4404 * src/plugins/clamav/clamav_plugin.c
4405 * src/plugins/clamav/clamav_plugin.h
4406 * src/plugins/clamav/clamav_plugin_gtk.c
4407 * src/plugins/pgpmime/passphrase.c