1 2011-08-30 [colin] 3.7.10cvs12
3 * src/gtk/prefswindow.c
4 Fix layout issues (i.e. on SSL page if changing account
5 type prior to visiting it).
7 2011-08-30 [colin] 3.7.10cvs11
11 Don't use deprecated functions for GnuTLS priorities.
12 Require GnuTLS 2.2 that is the first version with the
15 2011-08-30 [colin] 3.7.10cvs10
19 Long-term fix for bug #2402, "GnuTLS change breaks socket
20 communication", as per http://savannah.gnu.org/support/?107660
22 2011-08-30 [colin] 3.7.10cvs9
24 * src/etpan/imap-thread.c
25 * src/etpan/nntp-thread.c
26 Remove dead openSSL code
28 2011-08-30 [colin] 3.7.10cvs8
32 * src/common/ssl_certificate.c
33 * src/common/ssl_certificate.h
34 * src/etpan/imap-thread.c
35 * src/etpan/nntp-thread.c
36 Fix bug #2127, "SSL cert check uses canonical name instead of
39 2011-08-29 [colin] 3.7.10cvs7
42 Fix X-Mailer option not appearing on IMAP
44 2011-08-29 [colin] 3.7.10cvs6
46 * src/plugins/pgpcore/Makefile.am
47 * src/plugins/pgpinline/Makefile.am
48 * src/plugins/pgpmime/Makefile.am
49 * src/plugins/smime/Makefile.am
51 libtool: link: require no space between `-L' and `.'
53 2011-08-29 [colin] 3.7.10cvs5
59 Revert cvs4 which is rather illogical and instead
60 use Fabian's patch from bug #2471
62 2011-08-29 [colin] 3.7.10cvs4
65 Don't insert custom headers that have empty values.
66 Allows not inserting X-Mailer if it's set to nothing.
67 Fixes bug #2471, "Make setting an X-Mailer header optional".
69 2011-08-29 [colin] 3.7.10cvs3
75 Handle EXIF orientation in images (both in textview's
76 preview and image viewer)
78 2011-08-28 [paul] 3.7.10cvs2
83 add new hidden option to control the display in the From
84 column in the Message List: 0 (default): show name,
85 1: show address, 2: show name + address
87 2011-08-27 [paul] 3.7.10cvs1
90 * src/common/ssl_certificate.c
91 * src/etpan/imap-thread.c
92 * src/etpan/nntp-thread.c
93 offer up some missing log_error() strings to translators
95 2011-08-27 [paul] 3.7.10
101 2011-08-27 [paul] 3.7.9cvs52
109 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
110 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
112 2011-08-27 [mones] 3.7.9cvs51
115 Include generic name and comment translations
116 Thanks to all the people on the translators ML!
118 2011-08-23 [paul] 3.7.9cvs50
121 probable/possible fix/workaround for bug 2402,
122 'can't download message from pop3 server'
124 2011-08-18 [paul] 3.7.9cvs49
126 * manual/handling.xml
127 fix typos. thanks to vilpan
129 2011-08-17 [paul] 3.7.9cvs48
131 * tools/claws.i18n.status.pl
132 add Mindaugas Baranauskas (Lithuanian)
134 2011-08-14 [mir] 3.7.9cvs47
137 * src/etpan/nntp-thread.c
138 Fix bug 2418. Patch provided by Sébastien Bigaret with
139 some minor contribution by me.
141 2011-08-13 [mir] 3.7.9cvs46
143 * src/etpan/nntp-thread.c
144 Fix bug when NNTP server sends authentication warning
145 as part of the connection session. Privously etpan would
146 bail out for any return code other than NEWSNNTP_NO_ERROR
147 but as early as the connection session a return code like
148 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
149 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
150 be considered as an error.
152 2011-08-12 [paul] 3.7.9cvs45
155 3.7.9cvs43 mistakenly dropped off the info
156 about the mime part from the tooltip
158 2011-08-12 [wwp] 3.7.9cvs44
160 * src/gtk/quicksearch.c
161 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
163 2011-08-09 [paul] 3.7.9cvs43
166 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
168 2011-08-06 [paul] 3.7.9cvs42
171 fix cursor placement in Forward template
173 2011-08-06 [paul] 3.7.9cvs41
175 * src/gtk/description_window.c
176 fix bug 1963, 'Preferences Templates Information Window Focus loss'
178 2011-08-05 [holger] 3.7.9cvs40
181 Revert 3.7.9cvs35 for now, it may be problematic
184 2011-08-05 [paul] 3.7.9cvs39
188 use 'Collapse quotes' rather than 'Fold quotes' on
189 labels, for consistency
191 use 'Receive mail from account' rather than 'on account'
193 2011-07-30 [mir] 3.7.9cvs38
195 * src/etpan/Makefile.am
196 * src/plugins/pgpcore/Makefile.am
197 * src/plugins/pgpmime/Makefile.am
198 * src/plugins/smime/Makefile.am
199 Fix broken build on Debian Sid. enchant.h cannot be
200 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
201 present in Makefile.am. Apparently enchant.h in older
202 versions were placed in /usr/include which is always
205 2011-07-21 [mones] 3.7.9cvs37
207 * src/common/plugin.c
208 * src/common/plugin.h
209 Make licences allowed for plugins more explicit and also
210 accept dual (or more) licences when properly formatted.
211 Doesn't require any change on current plugins.
213 2011-07-18 [mones] 3.7.9cvs36
215 * manual/advanced.xml
216 Document briefly tags feature.
217 * manual/glossary.xml
218 Fix definition to avoid confussion with tags.
219 * manual/es/advanced.xml
220 * manual/es/glossary.xml
221 Synchronize Spanish translation with the above.
223 2011-07-07 [holger] 3.7.9cvs35
226 Add indicator stuff to the desktop file
229 2011-07-06 [paul] 3.7.9cvs34
234 2011-07-06 [mones] 3.7.9cvs33
237 Do not create an empty tag name row in panel and
238 warn user about using a non-reserved tag instead
240 2011-07-05 [mones] 3.7.9cvs32
245 * src/etpan/imap-thread.c
246 Make constants for reserved tags and use them
247 Removed also duplicate comparison while at it
249 2011-07-05 [paul] 3.7.9cvs31
252 when using a Compose template, only place the cursor
253 in the body when the cursor symbol, %cursor (%X), is used
255 2011-07-03 [paul] 3.7.9cvs30
258 do main_window_popup(mainwin); on plugin load error, or
259 else the warning dialogue and mainwindow stays minimised
262 2011-07-03 [paul] 3.7.9cvs29
265 fix bug 2462, 'Building without GnuTLS support leads to a
268 2011-07-03 [paul] 3.7.9cvs28
273 fix bug #2461, 'popup menu in message list displays
274 'move to trash' and 'delete''.
275 Add a new sensitivity condition 'M_NOT_TRASH' and
276 remove the broken workaround for right-click in summaryview.c.
277 Fix broken main menu sensitivity for "Menu/Message/Move" in
280 2011-06-21 [paul] 3.7.9cvs27
283 revert 3.7.9cvs2, it does no good
285 2011-06-18 [mir] 3.7.9cvs26
288 Fix autoconf warnings introduced in autoconf >= 2.64
290 2011-06-05 [paul] 3.7.9cvs25
300 fix strings where an informational message has been
301 wrongly entered into the translated string
303 enable 'Trash' and 'Sender' to be translated based on
304 the context, e.g. as button text and as mail header
306 fix english in Info tab
308 2011-05-25 [colin] 3.7.9cvs24
311 Fix bug #2439, "use bitwise operator for bitmask instead of
312 logical operator". Thanks to Nicolas Kaiser for the patch.
314 2011-05-18 [colin] 3.7.9cvs23
317 Fix missing group selection before xover if the
318 connection was reset before.
320 2011-05-12 [colin] 3.7.9cvs22
323 Fix bug #2412, "Send account mail address in Message-ID
324 wrongly implemented". Patch by Fabian Keil.
326 2011-05-12 [mones] 3.7.9cvs21
328 * src/etpan/nntp-thread.c
329 Fix bug #2418 "NNTP authentication is broken"
331 2011-05-09 [pawel] 3.7.9cvs20
334 * src/prefs_folder_item.c
337 2011-05-05 [colin] 3.7.9cvs19
343 Fix bug #2184, "Add account name information inside network log".
344 Initial patch by MSulchan Darmawan, expanded to other protocols.
345 This stuff is too much copy-pasted.
348 2011-04-30 [colin] 3.7.9cvs18
351 Fix bug #2414, 'Claws segfaults on startup with
352 notification plugin enabled". Thanks Christian
353 Faulhammer for the patch.
355 2011-04-27 [colin] 3.7.9cvs17
358 Make Windows' encoding CP1251 for ru_RU locale
359 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
361 2011-04-24 [paul] 3.7.9cvs16
363 * manual/claws-mail-manual.xml
364 * manual/de/claws-mail-manual.xml
365 * manual/es/claws-mail-manual.xml
366 * manual/fr/claws-mail-manual.xml
367 * manual/it/claws-mail-manual.xml
368 update copyright year
370 2011-04-24 [paul] 3.7.9cvs15
373 fix bug #2353, 'Right-clicking on spam in order to delete
374 it causes it to show in message window'
376 2011-04-24 [paul] 3.7.9cvs14
379 * src/gtk/foldersort.c
380 * src/gtk/foldersort.h
381 fix labelling, 'change folder order' to 'change mailbox order'
383 2011-04-23 [paul] 3.7.9cvs13
386 fix bug #2409, 'Failed to compile under GCC 3.x : option
387 -Wno-pointer-sign badly set in configure.ac'. mistakenly
388 committed in 3.7.8cvs19
390 2011-04-11 [paul] 3.7.9cvs12
392 * src/plugins/trayicon/trayicon.c
393 fix build bug: gtk_status_icon_set_title() is available
394 since gtk 2.18.x not 2.14.x
396 2011-04-11 [paul] 3.7.9cvs11
399 updated by Páder Rezső
401 2011-04-10 [colin] 3.7.9cvs10
407 * src/editaddress_other_attributes_ldap.c
409 * src/message_search.c
410 * src/prefs_display_header.c
411 * src/prefs_filtering_action.c
412 * src/prefs_matcher.c
414 * src/prefs_toolbar.c
415 * src/summary_search.c
416 * src/gtk/colorlabel.c
418 * src/gtk/gtkcmoptionmenu.c
419 * src/gtk/gtkshruler.c
420 * src/gtk/gtkshruler.h
422 * src/gtk/inputdialog.c
423 * src/gtk/quicksearch.c
424 Revert the whole pile of crap introduced in
427 2011-04-10 [colin] 3.7.9cvs9
431 * src/editaddress_other_attributes_ldap.c
433 * src/message_search.c
434 * src/prefs_display_header.c
435 * src/prefs_matcher.c
436 * src/prefs_toolbar.c
437 * src/summary_search.c
440 * src/gtk/inputdialog.c
441 * src/gtk/quicksearch.c
442 Finish fun with combo boxes. (hopefully)
444 2011-04-10 [colin] 3.7.9cvs8
447 * src/prefs_filtering_action.c
449 * src/gtk/gtkshruler.c
450 * src/gtk/gtkshruler.h
451 More undeprecation. GTKSHRuler is #if'ed out. We can
452 still decide to maintain the old GtkRuler widget in-tree
453 if the lack of ruler in Compose window is too
456 2011-04-10 [colin] 3.7.9cvs7
461 * src/editaddress_other_attributes_ldap.c
462 * src/message_search.c
463 * src/prefs_display_header.c
464 * src/prefs_filtering_action.c
466 * src/prefs_toolbar.c
467 * src/summary_search.c
468 * src/gtk/colorlabel.c
470 * src/gtk/gtkcmoptionmenu.c
472 More comboboxtext undeprecation
474 2011-04-10 [colin] 3.7.9cvs6
479 2011-04-10 [colin] 3.7.9cvs5
484 2011-04-10 [colin] 3.7.9cvs4
487 * src/editaddress_other_attributes_ldap.c
488 * src/message_search.c
489 * src/prefs_display_header.c
490 * src/prefs_filtering_action.c
492 * src/prefs_toolbar.c
493 * src/summary_search.c
496 gtk_combo_box_*_text() is deprecated, and
497 gtk_combo_box_text_*() is the new hotness.
499 2011-04-10 [colin] 3.7.9cvs3
507 * src/gtk/gtkvscrollbutton.c
508 * src/gtk/gtkvscrollbutton.h
509 s/GtkFunction/GSourceFunc
511 2011-04-10 [colin] 3.7.9cvs2
514 Use gtkut_window_popup() to work around a bug in Gnome Shell.
515 This is the patch from bug #2396, it should be innocuous even
516 if that's useless to do deiconify + present window...
518 2011-04-09 [paul] 3.7.9cvs1
520 * src/prefs_summaries.c
521 fix typo in string. (thanks, Brad!)
523 2011-04-09 [paul] 3.7.9
529 2011-04-09 [paul] 3.7.8cvs78
539 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
540 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
543 2011-04-09 [colin] 3.7.8cvs77
546 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
547 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
548 encoding filename. Hooray for stupid.
550 2011-04-08 [colin] 3.7.8cvs76
553 Fix action Stop: if child does not react to SIGTERM, it'll
554 probably start behaving when it'll get a SIGKILL on the user's
555 second press on Stop.
556 Fixes bug #2237, "User action makes Claws unresponsive".
558 2011-04-08 [colin] 3.7.8cvs75
563 * src/folder_item_prefs.c
564 * src/folder_item_prefs.h
565 * src/prefs_account.c
566 Fix bug #2382, "folderitemrc not updated when account
567 name is changed". Indeed, this wasn't done.
569 2011-04-08 [wwp] 3.7.8cvs74
572 Add support for quoted values (*="value").
573 This commonly fixes a trailing quote appearing to filenames
574 sent by iphone Mail (not sure if it's culprit at all, though).
576 2011-04-08 [colin] 3.7.8cvs73
579 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
580 caused by attachments with extended chars in the file name". Patch
581 derived from a patch bt Fabien Keil
583 2011-04-05 [wwp] 3.7.8cvs72
586 A debug string not to translate.
588 2011-04-03 [colin] 3.7.8cvs71
591 Fix bug #2394, "backtrace() crashes on FreeBSD"
592 That's not the first bug-report where internal
593 debug-only backtrace() crashes on FreeBSD.
595 2011-04-03 [colin] 3.7.8cvs70
598 Fix bug #2365 again, "Crash when auto-scrolling headers in
600 Batch-mode compose windows (from filtering actions) shouldn't
601 try to access stuff after flushing events...
603 2011-03-31 [paul] 3.7.8cvs69
606 update as gtk >= 2.10 now required
607 (because I'll never remember to do this later)
609 2011-03-26 [paul] 3.7.8cvs68
612 fix separators in Go To menu
614 2011-03-20 [colin] 3.7.8cvs67
617 Drop the *_DISABLE_DEPRECATED. We'll put them back
618 when we'll have time to handle them
620 2011-03-18 [paul] 3.7.8cvs66
623 make user-facing message more accurate -
624 'Network Log' not 'View Log'
626 2011-03-17 [wwp] 3.7.8cvs65
629 Fix a typo around plural form, as reported by
632 2011-03-15 [colin] 3.7.8cvs64
637 Fix bug #2381, "Support for NetworkManager 0.9".
638 Patch by Mikhail Efremov
640 2011-03-04 [colin] 3.7.8cvs63
644 Fix segfault on Windows
647 * src/common/w32_unistd.c
648 * src/common/w32lib.h
649 Rationalize use of time_r() funcs (pthread do define them)
651 2011-03-02 [pawel] 3.7.8cvs62
654 Re-implement widgets aligning, switch from GtkSizeGroup
655 to GtkTable - this should fix disappearing labels
657 2011-03-01 [pawel] 3.7.8cvs61
660 Wizard GUI cleanups. Make it look and behave more
661 like account preferences.
663 2011-02-23 [colin] 3.7.8cvs60
665 * src/common/Makefile.am
668 2011-02-23 [colin] 3.7.8cvs59
672 * src/common/Makefile.am
673 * src/common/plugin.c
674 * src/common/valgrind.h
675 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
676 Use valgrind's own header.
678 2011-02-22 [colin] 3.7.8cvs58
680 * src/prefs_account.c
681 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
682 signed message" upon new installation. This is disturbing when PGP
683 plugins are loaded by default.
685 2011-02-16 [paul] 3.7.8cvs57
688 update copyright headers throughout
690 2011-02-16 [paul] 3.7.8cvs56
693 use gettext plural form for "item selected"/"items selected"
695 2011-02-13 [colin] 3.7.8cvs55
699 Fix bug #2361, "Claws crashes after PGP Check in separate
700 msg view". Don't let the cancel thread lie around after
701 the verification ended.
703 2011-02-13 [paul] 3.7.8cvs54
706 updated by Mindaugas Baranauskas
708 2011-02-11 [mones] 3.7.8cvs53
710 * manual/es/advanced.xml
711 Sync with English manual
713 Fix remaining mismatched alloc/free from cppcheck
715 2011-02-10 [pawel] 3.7.8cvs52
720 2011-02-10 [pawel] 3.7.8cvs51
722 * src/prefs_toolbar.c
723 - set menus sensitivity in item type combo depending on
724 availability of actions / plugin hooks
725 - style fixes, spaces instead of tabs mostly
727 2011-02-10 [paul] 3.7.8cvs50
729 * src/prefs_account.c
730 move the 'send acc mail addr in msg-id" option to
733 2011-02-10 [paul] 3.7.8cvs49
735 * src/prefs_account.c
736 move the 'expunge immediately' option to a more
739 2011-02-05 [pawel] 3.7.8cvs48
741 * manual/advanced.xml
742 Document new hidden pref
744 Dont treat mimeparts referenced by others as
749 Add ability to hide inline attachments referenced
750 by other mimeparts in MimeView. To enable this
751 feature set show_inline_attachments=0 in your clawsrc
753 2011-01-25 [colin] 3.7.8cvs47
756 Fix matcher body parsing: decode mails with our
757 MIME parser. This speeds up body search a bit as
758 binary attachments are not searched anymore, slows
759 down a bit full message searches, but not awfully.
760 * src/summary_search.c
761 Use matcher API to search, in all cases (advanced search or
762 not). Also, fix little logic bugs related to combos history
767 Remove dead code, export functions needed by matcher.c
769 2011-01-25 [colin] 3.7.8cvs46
774 * src/common/ssl_certificate.c
775 Fix mismatched alloc/free (thanks to cppcheck)
777 2011-01-25 [colin] 3.7.8cvs45
780 Fix leak on error path
782 2011-01-23 [mones] 3.7.8cvs44
784 * manual/es/advanced.xml
785 Sync with English manual
787 2011-01-23 [paul] 3.7.8cvs43
790 it's 2011, update copyright line
792 2011-01-23 [paul] 3.7.8cvs42
794 * manual/advanced.xml
798 fix bug #2350, 'Make displaying localized date/time in
799 message view optional'.
800 This introduces a new hidden option (why do more?),
801 'msgview_date_format', which defaults to OFF, maintaining
802 the current and expected behaviour.
804 2011-01-21 [colin] 3.7.8cvs41
807 Fix bug #2050, Clawsmail sends return receipt every seconds
808 We forgot to close the file when parsing
809 disposition-notification fields, which made unlinking of the
810 corresponding emails in tempfolder/processing impossible in
811 Windows. Causing them to be re-fetched every time.
813 2011-01-21 [colin] 3.7.8cvs40
816 Fix again bug #2346: We should have a %u parameter.
818 2011-01-21 [colin] 3.7.8cvs39
820 * src/plugins/spamassassin/spamassassin.c
821 Fix sa-learn when offline (its command line parsing is
822 space-dependant). Patch by Wolfgang Lorenz
824 2011-01-19 [pawel] 3.7.8cvs38
827 Fix Bug 2346 'Please register x-handler-scheme
828 in .desktop file' patch by Laurent Bigonville
829 While I'm here update things to current
830 standards, fix desktop-file-validate warnings/errors
832 2011-01-18 [colin] 3.7.8cvs37
835 Fix logic on SMTP AUTH: If the selected method isn't
836 available, say so instead of supposing it'll work.
837 Fixes bug #2039, 'SMTP AUTHENTICATION'
839 2011-01-15 [pawel] 3.7.8cvs36
841 * src/prefs_folder_item.c
842 Rework subject regexp simplify gui a bit, this give us better
843 options page layout (window with min width was too short to
844 show all contents and thigs were unwieldy) and better preview
845 of regexp working/not working
847 2011-01-14 [pawel] 3.7.8cvs35
850 strncpy2() NULLify strings just fine, no need to be
853 2011-01-14 [pawel] 3.7.8cvs34
856 Fix Bug #2165 'The date not localized in the message view'
857 Display Date header in messageview in the same way as in
858 summaryview by respecting date format set in preferences.
860 2011-01-06 [pawel] 3.7.8cvs33
862 * src/prefs_account.c
863 * src/prefs_folder_item.c
866 Make quote templates widgets more compact
868 2011-01-06 [pawel] 3.7.8cvs32
870 * src/plugins/trayicon/trayicon.c
871 - fix logic bug which caused icon to be
872 always set no-mail status on plugin load
873 - force icon hide on plugin_done(), without
874 it empty space(?!) is left in tray under KDE3 and KDE4
876 2011-01-06 [colin] 3.7.8cvs31
887 Unmime headers differently whether they're addresses or not:
888 It's useless to quote things containing commas if it's in
889 subject, for example. (introduced in 3.7.8cvs26)
891 2011-01-06 [colin] 3.7.8cvs30
893 * src/gtk/gtkaspell.c
894 Complete previous patch
896 * src/plugins/pgpinline/pgpinline.c
899 2011-01-06 [paul] 3.7.8cvs29
905 add Lithuanian translation (approx. 65% complete)
906 submitted by Mindaugas Baranauskas
908 2011-01-06 [pawel] 3.7.8cvs28
913 * src/prefs_actions.c
915 * src/gtk/gtkaspell.c
916 * src/plugins/pgpinline/pgpinline.c
917 * src/plugins/pgpmime/pgpmime.c
918 * src/plugins/smime/smime.c
919 Fix memory/file descriptors leaks
921 2011-01-06 [paul] 3.7.8cvs27
923 * src/plugins/pgpcore/sgpgme.c
924 fix bug #2322, 'GPG Full info: showing subkey
925 ID instead of primary key fingerprint'
926 Patch by Sébastien Bigaret.
928 2011-01-03 [colin] 3.7.8cvs26
931 Better quote-checking when unmim-ing headers
934 2011-01-03 [colin] 3.7.8cvs25
937 Fix bug #2299, "Incorrect handling of quoted printable coma
938 in headers". As this is really painful to fix by switching
939 the whole stuff to a list of headers tokens, we workaround
940 the problem by adding quotes around the encoded-word (making
941 it a quoted-string which continuity is already handled).
943 2011-01-03 [colin] 3.7.8cvs24
948 2010-12-23 [colin] 3.7.8cvs23
951 Finish fixing bug #2203: When forwarding (inline) and there
952 are some text/* parts with no name, set them a name and
953 set their disposition to attachment, so that recipients with
954 MUAs preferring HTML parts don't show them by default.
956 2010-12-22 [paul] 3.7.8cvs22
959 fix missing file in 3.7.8cvs20
961 2010-12-22 [colin] 3.7.8cvs21
965 Implement a nicer scroll when drag and dropping
967 2010-12-22 [colin] 3.7.8cvs20
970 Store charset if available when attaching text/* parts
971 Fixes bug #2203, 'Problems in forwarding multipart/
972 alternative messages with HTML part'
974 2010-12-22 [colin] 3.7.8cvs19
979 2010-12-21 [colin] 3.7.8cvs18
983 * src/common/session.c
984 * src/common/session.h
985 Differentiate between running sessions and connected
986 sessions. Fixes bug #2332, "Crash when hitting cancel
987 on the SMTP status window"
989 2010-12-21 [colin] 3.7.8cvs17
991 * src/etpan/etpan-thread-manager.c
994 2010-12-21 [colin] 3.7.8cvs16
997 Check whether we should continue loading the
998 current textview after inserting a possibly
1001 2010-12-20 [colin] 3.7.8cvs15
1005 Removed. Dead code since ages!
1007 * src/gtk/gtkcmclist.c
1008 * src/gtk/gtkcmctree.c
1009 * src/gtk/gtksctree.c
1010 undefine *_DISABLE_DEPRECATED in the files that
1011 use deprecated interfaces. Implicit declarations
1012 can lead to crashes as prototypes are unknown, as
1013 evidenced by bug #2315.
1015 2010-12-20 [colin] 3.7.8cvs14
1018 Don't flush events when adding an header entry. This
1019 can mess up the keypresses in the previous header.
1020 Instead, make the scroll happen later (doing it on the
1021 spot without flushing events doesn't work as the new
1022 requisitions aren't set yet).
1024 2010-12-20 [colin] 3.7.8cvs13
1027 Don't iconify at start on w32. This un-iconifies in the
1030 2010-12-20 [colin] 3.7.8cvs12
1032 * src/common/base64.c
1033 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
1034 Patch by pochini at shiny.it
1036 2010-12-19 [colin] 3.7.8cvs11
1041 2010-12-18 [colin] 3.7.8cvs10
1044 Fix bug #2148, "Attachment content-transfer-encoding
1045 incorrectly set when signing emails". The RFC 2045
1046 states that message/* and multipart/* encoding must
1047 be either 7-bit, 8-bit or binary.
1049 2010-12-18 [mones] 3.7.8cvs9
1052 Fix crash when searching or adding a LDAP server
1054 2010-12-17 [colin] 3.7.8cvs8
1063 Better error logging. Disable LDAP SSL/TLS on
1064 Windows, it's crashy/non-worky.
1066 2010-12-17 [colin] 3.7.8cvs7
1069 Fix bug #2325, "messages remains in folder cache after moving
1070 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
1072 2010-12-17 [colin] 3.7.8cvs6
1084 Windows build fixes (w32 LDAP completely untested!)
1086 2010-12-16 [colin] 3.7.8cvs5
1096 Try to rationalize a bit LDAP connections
1098 2010-12-16 [colin] 3.7.8cvs4
1100 * src/prefs_spelling.c
1102 Add a button to get dictionaries (win32)
1104 2010-12-16 [colin] 3.7.8cvs3
1106 * src/prefs_matcher.c
1107 Fix bug #2279, "crash when clicking 'define' in filter
1108 configuring". Thanks to Theodor Ciobanu for the hint at
1111 2010-12-14 [colin] 3.7.8cvs2
1113 * src/gtk/gtkaspell.c
1114 Add missing guard for sys/wait.h
1116 2010-12-05 [colin] 3.7.8cvs1
1118 * tools/make.themes.project
1119 Seems wget has changed naming of targets downloaded.
1120 Fix it by always providing our own name.
1121 [Pushing mones' patch again after messing with CVSROOT]
1123 2010-12-04 [paul] 3.7.8
1129 2010-12-03 [paul] 3.7.7cvs11
1132 * manual/xml2pdf ** REMOVED **
1133 * manual/dist/pdf/Makefile.am
1134 * manual/es/dist/pdf/Makefile.am
1135 * manual/fr/dist/pdf/Makefile.am
1136 * manual/pl/dist/pdf/Makefile.am
1137 simplify check for tools needed for manual building,
1138 remove xml2pdf and use docbook2pdf instead
1140 2010-12-03 [mir] 3.7.7cvs10
1143 Fix bug so that configure option --disable-manual
1144 actually disable building the manuals
1146 2010-12-01 [pawel] 3.7.7cvs9
1149 One more GTK+ 2.22 build fix
1151 2010-11-30 [colin] 3.7.7cvs8
1154 Fix bug #2317, 'Action results in "Bad file descriptor"'
1155 Introduced in 3.7.6cvs57. In fact the error has been there
1156 since ages, and only new thing is the verification of the
1157 various functions return code. Let the stuff work as it
1158 does, as it seems to do the right thing since ages.
1160 2010-11-28 [colin] 3.7.7cvs7
1162 * src/gtk/quicksearch.c
1163 Fix bug #2313, 'CLI quicksearch sometimes returns
1164 the same messages twice'. Patch by Sebastien Bigaret
1166 2010-11-25 [paul] 3.7.7cvs6
1168 * src/prefs_common.c
1169 make "gtk_can_change_accels" FALSE by default.
1170 fixes bug #2309, 'Shortcuts should not be modifiable
1173 2010-11-24 [mones] 3.7.7cvs5
1176 Add missing shortcuts for marking as spam and ham
1177 Fixes Debian bug #599547
1179 2010-11-22 [colin] 3.7.7cvs4
1182 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
1183 five patches were needed to fix a corner case
1184 is a good indicator that is was bound to break
1187 2010-11-21 [colin] 3.7.7cvs3
1189 * src/plugins/pgpcore/claws.def
1192 2010-11-20 [wwp] 3.7.7cvs2
1195 Fix either a typo or an irrelevant iff word there.
1196 IMO type and recursive possible values should be changed to
1197 smth simple and neat here, and help strings be really
1200 2010-11-20 [colin] 3.7.7cvs1
1203 Damn, forgot to commit this file twice.
1205 2010-11-19 [paul] 3.7.7
1211 2010-11-19 [paul] 3.7.6cvs66
1224 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
1225 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
1226 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
1228 2010-11-17 [colin] 3.7.6cvs65
1230 * src/common/utils.c
1231 Separate email address from timestamp with a dot.
1234 2010-11-17 [colin] 3.7.6cvs64
1236 * src/common/utils.c
1237 Fix multiple @ in generated message-ids.
1238 That's not allowed in RFC 2822.
1240 2010-11-16 [mones] 3.7.6cvs63
1242 * manual/es/advanced.xml
1243 Synchronise with English version
1245 2010-11-04 [wwp] 3.7.6cvs62
1248 Fix bug 2293, "filtering: simplify expression", as simplifying
1249 this expression doesn't make it less easy to understand and we
1250 gain few cycles by making the logical expression more simple
1251 by applying. Patch by Nicolas Kaiser.
1253 2010-11-03 [colin] 3.7.6cvs61
1256 Fix bug 2294, "addrindex.c: address index conversion always
1257 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
1259 2010-11-02 [wwp] 3.7.6cvs60
1264 Enlarge the progress bar (main window) a bit when compiling
1265 for UMPCs like maemo: this solves truncated text that might
1266 appear in the progress bar while processing messages.
1267 Also use a more compact string format when displaying
1268 progress like 'number/total', still for UMPCs, this fixes
1269 a previous inconsistency with these format strings where
1270 no space around the / were used sometimes.
1272 2010-10-26 [ticho] 3.7.6cvs59
1275 Recreate NNTP session if server port setting has changed. Fixes
1278 2010-10-26 [colin] 3.7.6cvs58
1282 Fix copy-paste error, thanks to David Relson
1285 2010-10-18 [colin] 3.7.6cvs57
1292 * src/prefs_themes.c
1295 * src/gtk/gtkutils.c
1296 * src/gtk/quicksearch.c
1297 * src/gtk/quicksearch.h
1298 * src/plugins/pgpcore/passphrase.c
1299 * src/plugins/spamassassin/libspamc.c
1302 2010-10-17 [colin] 3.7.6cvs56
1304 * src/prefs_themes.c
1305 * src/gtk/gtkaspell.c
1306 * src/gtk/gtkutils.c
1307 * src/gtk/gtkutils.h
1308 * src/gtk/inputdialog.c
1309 * src/gtk/progressdialog.c
1310 Undeprecate a few things
1312 2010-10-17 [colin] 3.7.6cvs55
1316 * src/gtk/quicksearch.c
1317 * src/gtk/quicksearch.h
1318 Add ability to search from the command-line.
1319 Closes bug 2249, ' Making QuickSearch independent from the GUI'
1320 Patch by Sebastien Bigarret.
1322 2010-10-04 [mones] 3.7.6cvs54
1324 * manual/dist/pdf/Makefile.am
1325 Fix build of English PDF manual
1326 (sh: Can't open ../../../xml2pdf)
1328 2010-10-03 [colin] 3.7.6cvs53
1335 Get rid of GRelation which were, mostly, used as
1336 GHashTables. Probably fixes bug #2277, 'Segfault when
1337 loading inbox for the first time'
1339 2010-10-03 [mir] 3.7.6cvs52
1341 * manual/de/dist/html/Makefile.am
1342 * manual/de/dist/pdf/Makefile.am
1343 * manual/de/dist/ps/Makefile.am
1344 * manual/de/dist/txt/Makefile.am
1345 * manual/dist/html/Makefile.am
1346 * manual/dist/pdf/Makefile.am
1347 * manual/dist/ps/Makefile.am
1348 * manual/dist/txt/Makefile.am
1349 * manual/es/dist/html/Makefile.am
1350 * manual/es/dist/pdf/Makefile.am
1351 * manual/es/dist/ps/Makefile.am
1352 * manual/es/dist/txt/Makefile.am
1353 * manual/fr/dist/html/Makefile.am
1354 * manual/fr/dist/pdf/Makefile.am
1355 * manual/fr/dist/ps/Makefile.am
1356 * manual/fr/dist/txt/Makefile.am
1357 * manual/pl/dist/html/Makefile.am
1358 * manual/pl/dist/pdf/Makefile.am
1359 * manual/pl/dist/ps/Makefile.am
1360 * manual/pl/dist/txt/Makefile.am
1361 Missing Makefile.am's for 3.7.6cvs49
1364 2010-10-03 [colin] 3.7.6cvs51
1369 2010-10-02 [mir] 3.7.6cvs50
1371 * manual/de/dist/html/Makefile.am
1372 * manual/de/dist/pdf/Makefile.am
1373 * manual/de/dist/ps/Makefile.am
1374 * manual/de/dist/txt/Makefile.am
1375 * manual/dist/html/Makefile.am
1376 * manual/dist/pdf/Makefile.am
1377 * manual/dist/ps/Makefile.am
1378 * manual/dist/txt/Makefile.am
1379 * manual/es/dist/html/Makefile.am
1380 * manual/es/dist/pdf/Makefile.am
1381 * manual/es/dist/ps/Makefile.am
1382 * manual/es/dist/txt/Makefile.am
1383 * manual/fr/dist/html/Makefile.am
1384 * manual/fr/dist/pdf/Makefile.am
1385 * manual/fr/dist/ps/Makefile.am
1386 * manual/fr/dist/txt/Makefile.am
1387 * manual/pl/dist/html/Makefile.am
1388 * manual/pl/dist/pdf/Makefile.am
1389 * manual/pl/dist/ps/Makefile.am
1390 * manual/pl/dist/txt/Makefile.am
1391 Part 2 of last commit which broke due to a permission error
1392 Avoid claws trying to build manuals if the required
1393 tools are not present.
1395 2010-10-02 [mir] 3.7.6cvs49
1398 * manual/de/dist/html/Makefile.am
1399 * manual/de/dist/pdf/Makefile.am
1400 * manual/de/dist/ps/Makefile.am
1401 * manual/de/dist/txt/Makefile.am
1402 * manual/dist/html/Makefile.am
1403 * manual/dist/pdf/Makefile.am
1404 * manual/dist/ps/Makefile.am
1405 * manual/dist/txt/Makefile.am
1406 * manual/es/dist/html/Makefile.am
1407 * manual/es/dist/pdf/Makefile.am
1408 * manual/es/dist/ps/Makefile.am
1409 * manual/es/dist/txt/Makefile.am
1410 * manual/fr/dist/html/Makefile.am
1411 * manual/fr/dist/pdf/Makefile.am
1412 * manual/fr/dist/ps/Makefile.am
1413 * manual/fr/dist/txt/Makefile.am
1414 * manual/pl/dist/html/Makefile.am
1415 * manual/pl/dist/pdf/Makefile.am
1416 * manual/pl/dist/ps/Makefile.am
1417 * manual/pl/dist/txt/Makefile.am
1418 1) Downgrade autoconf requirements to 2.59 to allow
1419 building on oldest supported Linux distributions.
1420 2) Only try to build manuals if the needed software
1423 2010-10-02 [colin] 3.7.6cvs48
1425 * src/plugins/trayicon/trayicon.c
1426 And fix theme updating.
1428 2010-10-02 [colin] 3.7.6cvs47
1430 * src/plugins/trayicon/trayicon.c
1431 Got burnt by wrong indentation!
1433 2010-10-02 [colin] 3.7.6cvs46
1436 Forgot to remove the directory from top-level
1438 2010-10-02 [colin] 3.7.6cvs45
1440 * src/plugins/trayicon/Makefile.am
1441 * src/plugins/trayicon/trayicon.c
1442 * src/plugins/trayicon/libeggtrayicon/.cvsignore
1443 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1444 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1445 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1446 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
1447 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1448 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1449 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1450 * src/plugins/trayicon/libeggtrayicon/xembed.h
1451 Finally get rid of Eggtrayicon, use GtkStatusIcon
1452 instead (which can be done safely now that we
1455 2010-10-02 [colin] 3.7.6cvs44
1463 * src/editaddress_other_attributes_ldap.c
1466 * src/grouplistdialog.c
1468 * src/image_viewer.c
1472 * src/message_search.c
1474 * src/prefs_themes.c
1475 * src/summary_search.c
1478 * src/etpan/imap-thread.c
1480 * src/gtk/gtkcmclist.c
1481 * src/gtk/gtkcmoptionmenu.c
1482 * src/gtk/gtkutils.c
1483 * src/gtk/gtkutils.h
1484 * src/gtk/gtkvscrollbutton.c
1485 * src/plugins/pgpcore/select-keys.c
1486 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1487 Undeprecate for GTK+2.22. Patch by Reed Loden.
1488 Fixes bug #2276, 'Compile in maintainer mode
1489 fails on GTK+ 2.22'.
1491 2010-10-02 [colin] 3.7.6cvs43
1494 It's now time to remove the temporary enable-openssl
1495 option that was used when we removed OpenSSL. See
1496 bug #2276 comment #14.
1498 2010-09-30 [wwp] 3.7.6cvs42
1500 * src/prefs_account.c
1501 * src/prefs_filtering_action.c
1502 * src/prefs_matcher.c
1503 Fix bug #2274, wrong color label index range
1504 used w/ gtk_cmoption_menu (behaviour change
1505 has been introduced w/ 3.5.0cvs49 apparently),
1506 now it must be 1..N so let's use colorlabel value
1510 2010-09-20 [pawel] 3.7.6cvs41
1517 2010-09-19 [pawel] 3.7.6cvs40
1522 Set ML menus sensitivity accordingly to
1523 possibility of reply to ML
1525 2010-09-19 [colin] 3.7.6cvs39
1528 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
1529 to newsgroups, and NNTP accounts *can* send email. We
1530 should not force an email account when replying to_ml or
1533 2010-09-19 [colin] 3.7.6cvs38
1536 Revert previous commit (which breaks Reply to newsgroups)
1538 2010-09-17 [pawel] 3.7.6cvs37
1541 Respect reply_account_autosel when changing compose
1542 account to email one while replying to NNTP post
1544 2010-09-17 [wwp] 3.7.6cvs36
1546 * doc/man/claws-mail.1
1547 Update --compose documentation in `man claws-mail`.
1549 2010-09-12 [pawel] 3.7.6cvs35
1552 Add forgotten bit to previous commit,
1553 select email account when replying to ML
1555 2010-09-12 [pawel] 3.7.6cvs34
1558 Fix bug #2247 "nntp reply-to-all broken?"
1559 Make reply-to-all and reply-to-ml work as expected in
1560 mailing list through NNTP case
1562 2010-09-11 [pawel] 3.7.6cvs33
1567 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
1568 fixes build with GTK+ < 2.18
1570 2010-09-10 [pawel] 3.7.6cvs32
1575 Make Tab key switch between FolderView, MsgView and
1576 SummaryView only, other widgets have/can have their own
1579 2010-08-25 [colin] 3.7.6cvs31
1584 * src/common/base64.c
1585 * src/common/base64.h
1586 Fix bug #2245, "base64 decoding fails with line breaks"
1587 Patch by Yotam Medini
1589 2010-08-25 [colin] 3.7.6cvs30
1592 Fix bug #2241, "Empty trash on exit fails on scripted exit"
1594 2010-08-23 [pawel] 3.7.6cvs29
1597 * src/send_message.c
1600 Hide progressbar on statusbar when not needed
1602 2010-08-17 [colin] 3.7.6cvs28
1605 Fix previous patch (our own tmp dir is inside
1608 2010-08-16 [colin] 3.7.6cvs27
1611 Use temp dir to store logs in Windows. Avoids doing
1612 get_rc_dir() early, which prevents set_rc_dir()
1615 2010-07-31 [holger] 3.7.6cvs26
1617 * src/gtk/gtkshruler.c
1618 Yet more GdkGC to Cairo porting
1620 2010-07-30 [holger] 3.7.6cvs25
1622 * src/stock_pixmap.c
1623 More GdkGC to Cairo porting
1625 2010-07-30 [holger] 3.7.6cvs24
1627 * src/gtk/colorlabel.c
1628 One GdkGC usage less
1630 2010-07-29 [holger] 3.7.6cvs23
1633 Replace some gdk drawing with cairo, as the former
1634 is going towards deprecation.
1636 2010-07-25 [colin] 3.7.6cvs22
1638 * src/common/utils.c
1639 And now for a real fix. g_list_remove() doesn't, of
1640 course, free the data. But we have to have a solid
1641 pointer to it in order to free it ourselves instead
1642 of relying on the old freed list pointer.
1643 Maybe that's the last patch on the subject now ? :)
1645 2010-07-25 [colin] 3.7.6cvs21
1647 * src/common/utils.c
1648 Remove stupid and extraneous g_free() of elements
1649 which have just been freed by g_list_remove(). (see
1650 GList documentation). I don't know how it worked before
1652 2010-07-25 [colin] 3.7.6cvs20
1654 * src/common/utils.c
1655 Reverse free/use with more logical and safe
1656 use/free. Thanks to Michael Rasmussen !
1658 2010-07-24 [colin] 3.7.6cvs19
1660 * src/gtk/quicksearch.c
1661 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
1662 'freeze when using quick search'
1664 2010-07-11 [iwkse] 3.7.6cvs18
1666 * src/gtk/quicksearch.c
1667 Add SMALL_LAYOUT to quicksearch_relayout
1669 2010-07-10 [iwkse] 3.7.6cvs17
1672 Remove forgotten variable from
1673 the last bugfix #2224
1675 2010-07-10 [colin] 3.7.6cvs16
1678 * src/gtk/quicksearch.c
1679 Clean fix for bug #2224: don't mess with GTK settings when
1680 handling the layout ourselves is enough
1682 2010-07-09 [iwkse] 3.7.6cvs15
1686 Better fix for Bug #2224
1688 2010-07-09 [iwkse] 3.7.6cvs14
1692 Always use stock icons on buttons
1694 2010-07-08 [colin] 3.7.6cvs13
1697 Fix bug 2223, 'Compilation fails with GTK+
1698 2.21.3'. Thanks to Jan Psota !
1700 2010-06-29 [pawel] 3.7.6cvs12
1703 Revert 3.7.5cvs41, it breaks templates that use %X
1705 2010-06-23 [wwp] 3.7.6cvs11
1707 * src/gtk/colorlabel.c
1708 Silent up a warning by avoiding possible confusion
1709 in logical expression evaluation, thanks to TuxCM.
1711 2010-06-21 [iwkse] 3.7.6cvs10
1713 * src/gtk/quicksearch.c
1714 Do not add into quicksearch history
1715 matching rules with bad syntax
1717 2010-05-26 [holger] 3.7.6cvs9
1721 Add function to select rows given a list of messages,
1722 complementary to summary_get_selected_msg_list()
1724 2010-05-22 [mir] 3.7.6cvs8
1727 Fix bug 2208. Encode encrypted password to qouted
1728 printable to avoid making invalid XML. Encoding
1729 will be activated the first time the password is
1732 2010-05-22 [paul] 3.7.6cvs7
1734 * manual/advanced.xml
1736 * src/prefs_common.c
1737 * src/prefs_common.h
1738 after using the compose margin for several days
1739 I wanted the old style back - add a new hidden
1740 pref 'show_compose_margin' to restore the old
1741 behaviour (defaults to FALSE)
1743 2010-05-14 [paul] 3.7.6cvs6
1746 add a margin to the compose window text that matches
1747 the margin in textview
1749 2010-05-14 [colin] 3.7.6cvs5
1751 * src/gtk/sslcertwindow.c
1752 Fix dangling pointer. Thanks to Michael R!
1754 2010-05-14 [colin] 3.7.6cvs4
1756 * src/gtk/sslcertwindow.c
1757 Fix bug 1993, 'Cannot send mail when SSL certificate is
1758 expired but certificate check is skipped' and maybe
1759 bug 2200, 'SSL is not working with POP3'
1761 2010-05-14 [colin] 3.7.6cvs3
1763 * src/plugins/pgpinline/pgpinline.c
1764 Fix bug 2205, 'PGPInline: segfault on malformed mails'
1766 2010-05-04 [iwkse] 3.7.6cvs2
1768 * src/prefs_message.c
1769 Get a generic name as 'Quotation' for
1772 2010-05-04 [iwkse] 3.7.6cvs1
1774 * src/prefs_message.c
1775 * src/prefs_common.h
1776 * src/prefs_common.c
1779 Option for collapsing via double-click
1781 2010-05-01 [paul] 3.7.6
1787 2010-05-01 [paul] 3.7.5cvs55
1789 * tools/claws.i18n.status.pl
1792 2010-05-01 [paul] 3.7.5cvs54
1795 add YUP, new Ukrainian translator
1797 2010-04-30 [paul] 3.7.5cvs53
1801 add Ukrainian translation, submitted by YUP
1810 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
1811 Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
1812 Tiago Faria, and Slavko
1814 2010-04-26 [wwp] 3.7.5cvs52
1819 2010-04-26 [mones] 3.7.5cvs51
1824 2010-04-22 [pawel] 3.7.5cvs50
1829 first NULL check pointer, then use it
1831 2010-04-22 [colin] 3.7.5cvs49
1834 Fix error message when session isn't established
1836 Update translation and fix a typo in it
1838 2010-04-15 [pawel] 3.7.5cvs48
1840 * src/prefs_account.c
1841 Fix Bug 2144 'When creating an account with IMAP4+SSL,
1842 the port isn't configured properly'
1843 When using SSL/TLS tunneling automatically use default
1844 ports for encrypted connections: smtps, pop3s, imaps, nntps
1846 2010-04-15 [pawel] 3.7.5cvs47
1849 Fix crasher in actions using '%f' argument
1850 on multiple files with external scripts which
1851 don't return any output.
1853 2010-04-14 [colin] 3.7.5cvs46
1856 Fix hand cursor after error symbol appears
1858 2010-04-12 [colin] 3.7.5cvs45
1861 Fix bug 2162, 'configure check for libetpan
1862 fails with libetpan 1.0'
1865 2010-04-09 [mones] 3.7.5cvs44
1867 * manual/de/glossary.xml
1868 Fix encoding to match main document's
1869 Also fixes make dist with Debian's openjade
1871 2010-03-29 [pawel] 3.7.5cvs43
1873 * src/matcher_parser.h
1874 * src/matcher_parser_parse.y
1875 * src/gtk/quicksearch.c
1876 Disable matcher warnings when populating quicksearch
1877 completion lists on startup
1879 2010-03-27 [colin] 3.7.5cvs42
1881 * src/gtk/quicksearch.c
1882 Fix double-free later in code. Optimize
1885 2010-03-27 [pawel] 3.7.5cvs41
1888 Make sure that quote ends with new line char
1890 2010-03-26 [pawel] 3.7.5cvs40
1895 Fix Bug 1928 Add "reply to this address" pop menu
1897 - Set composing account to email one when creating/replying
1898 from NNTP folder by clicking link or choosing option
1902 2010-03-25 [paul] 3.7.5cvs39
1904 * src/gtk/gtkcmclist.c
1905 Fix build with GTK+ 2.20
1907 2010-03-24 [pawel] 3.7.5cvs38
1912 * src/grouplistdialog.c
1916 * src/prefs_account.c
1917 * src/gtk/gtkcmclist.c
1918 * src/gtk/gtkcmctree.c
1919 * src/gtk/gtkcmoptionmenu.c
1920 * src/gtk/gtksctree.c
1921 * src/gtk/gtkshruler.c
1922 * src/gtk/gtkutils.c
1923 * src/gtk/gtkutils.h
1924 * src/gtk/gtkvscrollbutton.c
1925 * src/gtk/inputdialog.c
1926 * src/gtk/spell_entry.c
1927 * src/plugins/trayicon/trayicon.c
1928 * src/plugins/trayicon/libeggtrayicon/Makefile.am
1929 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1930 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1931 Fix build with GTK+ 2.19
1933 2010-03-23 [pawel] 3.7.5cvs37
1937 Respect view->show_col_headers option
1938 * src/gtk/gtkcmctree.c
1939 Fix GtkCmcTree column width calculation when it has
1940 auto_resize set and new node is added
1942 2010-03-22 [pawel] 3.7.5cvs36
1944 * src/grouplistdialog.c
1945 * src/prefs_common.c
1946 * src/prefs_common.h
1947 - remember newsgroups list dialog size
1948 - respect use_dotted_lines hidden pref
1949 - respect use_stripes_everywhere hidden pref
1951 2010-03-21 [pawel] 3.7.5cvs35
1954 Remove superfluous gtk_widget_show_all()
1957 * src/common/utils.c
1960 2010-03-21 [pawel] 3.7.5cvs34
1963 * src/gtk/quicksearch.c
1964 * src/gtk/quicksearch.h
1965 Implement separate search phrase completion for
1966 normal/extended quicksearch
1968 2010-03-11 [paul] 3.7.5cvs33
1971 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
1972 submitted by Yuwei Yu
1974 2010-03-09 [colin] 3.7.5cvs32
1976 * manual/de/glossary.xml
1979 2010-03-02 [colin] 3.7.5cvs31
1981 * manual/de/glossary.xml
1982 Sort alphabetically. Done by Volker Ribbert.
1984 2010-03-02 [mones] 3.7.5cvs30
1987 Fix mailing list archives location
1988 Remove currently unavailable CVS webview
1990 2010-03-01 [iwkse] 3.7.5cvs29
1992 * src/common/plugin.c
1993 Other indentation issues
1995 2010-03-01 [iwkse] 3.7.5cvs28
1997 * src/common/plugin.c
1998 Fix indentation of the previous commit
2000 2010-03-01 [iwkse] 3.7.5cvs27
2002 * src/common/plugin.h
2003 * src/common/plugin.c
2004 Add API for getting a loaded Plugin from the
2005 plugin's name, plugin_get_loaded_by_name (const gchar *name)
2006 Thanks to Colin, Michael
2008 2010-02-27 [colin] 3.7.5cvs26
2013 * manual/Makefile.am
2014 * manual/de/Makefile.am
2015 * manual/de/account.xml
2017 * manual/de/addrbook.xml
2018 * manual/de/advanced.xml
2019 * manual/de/claws-mail-manual.xml
2021 * manual/de/glossary.xml
2023 * manual/de/handling.xml
2024 * manual/de/intro.xml
2025 * manual/de/keyboard.xml
2026 * manual/de/plugins.xml
2027 * manual/de/starting.xml
2028 * manual/de/dist/.cvsignore
2029 * manual/de/dist/Makefile.am
2030 * manual/de/dist/html/.cvsignore
2031 * manual/de/dist/html/Makefile.am
2032 * manual/de/dist/pdf/.cvsignore
2033 * manual/de/dist/pdf/Makefile.am
2034 * manual/de/dist/ps/.cvsignore
2035 * manual/de/dist/ps/Makefile.am
2036 * manual/de/dist/txt/.cvsignore
2037 * manual/de/dist/txt/Makefile.am
2038 Add the german translation of the manual, done by
2039 Volker Ribbert <thoraki@arcor.de>.
2041 2010-02-27 [holger] 3.7.5cvs25
2043 * src/prefs_toolbar.c
2044 Don't make toolbar item description for
2045 plugin registered items editable
2047 2010-02-26 [colin] 3.7.5cvs24
2050 Don't translate empty description
2052 2010-02-22 [colin] 3.7.5cvs23
2055 Don't make In-Reply-To visible when reediting
2056 a draft or sent mail.
2058 2010-02-20 [colin] 3.7.5cvs22
2064 * src/etpan/imap-thread.c
2065 * src/etpan/imap-thread.h
2066 * src/etpan/nntp-thread.c
2067 * src/etpan/nntp-thread.h
2068 When going offline from NetworkManager, just
2069 delete IMAP connections. That'll avoid timeouts
2070 when coming back online in certain cases when
2071 the TCP socket will have timed out.
2073 2010-02-20 [holger] 3.7.5cvs21
2076 More files to ignore
2078 2010-02-17 [ticho] 3.7.5cvs20
2085 2010-02-16 [ticho] 3.7.5cvs19
2090 Removed unused argument from summary_open_row().
2092 2010-02-10 [pawel] 3.7.5cvs18
2095 - fix headers filtering when prefs_common.trans_hdr is on
2096 - fix headers setting when changing composing account
2098 * src/prefs_template.c
2099 Re-add template's name for translation
2101 2010-02-10 [colin] 3.7.5cvs17
2103 * src/prefs_matcher.c
2104 Fix bug 2099, 'add List-Id in Configuration>Filtering>
2105 Condition>Define>Header>Name combo box'. Patch by
2108 2010-02-10 [colin] 3.7.5cvs16
2118 Add the GB18030 Chinese charset, which is a superset
2119 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
2121 2010-02-09 [holger] 3.7.5cvs15
2124 GTK+ 2.10 related cleanup
2126 2010-02-09 [pawel] 3.7.5cvs14
2128 * src/prefs_account.c
2129 * src/prefs_folder_item.c
2130 * src/prefs_template.c
2132 Respect prefs_common.trans_hdr in couple more places to avoid
2133 confusion with translated/non-translated header names
2135 2010-02-09 [colin] 3.7.5cvs13
2140 2010-02-09 [colin] 3.7.5cvs12
2143 And fix 2.10 build :)
2145 2010-02-09 [colin] 3.7.5cvs11
2148 Bump up GTK+ requirement to 2.10
2157 * src/prefs_actions.c
2158 * src/prefs_common.c
2159 * src/prefs_common.h
2160 * src/prefs_ext_prog.c
2161 * src/prefs_filtering_action.c
2163 * src/prefs_image_viewer.c
2164 * src/prefs_matcher.c
2165 * src/prefs_msg_colors.c
2166 * src/prefs_summaries.c
2167 * src/prefs_template.c
2173 * src/gtk/Makefile.am
2175 * src/gtk/gtkcmclist.c
2176 * src/gtk/gtkcmctree.c
2177 * src/gtk/gtkutils.c
2178 * src/gtk/quicksearch.c
2179 Remove all compile-time conditionals depending on
2183 * src/gtk/gtksourceprintjob.c
2184 * src/gtk/gtksourceprintjob.h
2185 Remove libgnomeprint-based printing system (and
2186 command-line-based printing system) as GTK+ 2.10
2187 ships with print support.
2189 2010-02-08 [mir] 3.7.5cvs10
2192 Avoid displaying Bcc headers in message sent
2193 to NNTP servers. Thanks to Henning Mersch.
2196 2010-02-08 [pawel] 3.7.5cvs9
2199 Make tooltips less cryptic
2200 * src/gtk/description_window.c
2201 Improve window size calculation
2203 2010-02-08 [pawel] 3.7.5cvs8
2207 * src/common/utils.c
2208 * src/common/utils.h
2210 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
2211 Patch by Laurent Bigonville with slight modifications
2213 2010-02-03 [pawel] 3.7.5cvs7
2216 Add some libtool files to ignore
2218 2010-02-03 [pawel] 3.7.5cvs6
2220 * src/plugins/trayicon/trayicon.c
2221 Save and then restore focus when closing/minimizing to tray
2223 2010-02-03 [mir] 3.7.5cvs5
2231 Save LDAP password encrypted. See bug 2113.
2234 2010-02-03 [colin] 3.7.5cvs4
2237 Fix again decoding of encrypted parts. The
2238 reverting of the patch was wrong, as the
2239 double-decoding was fixed in smime itself.
2240 Thanks to Matthias Drochner again...
2242 2010-02-02 [colin] 3.7.5cvs3
2244 * src/plugins/smime/smime.c
2246 Revert 3.7.4cvs2 and make a better patch for bug
2247 2059 and 2076. Patch by Matthias Drochner
2249 2010-01-31 [pawel] 3.7.5cvs2
2252 Fix hungarian translator's name
2254 2010-01-31 [pawel] 3.7.5cvs1
2258 Fix Bug 2107 - Arrow keys don't work in message view window
2260 2010-01-31 [paul] 3.7.5
2267 2010-01-23 [pawel] 3.7.4cvs10
2270 Fix button sensitivity in compose mode
2272 2010-01-23 [pawel] 3.7.4cvs9
2275 * tools/kdeservicemenu/install.sh
2276 * tools/make.themes.project
2277 * tools/nautilus2claws-mail.sh
2278 * tools/popfile-link.sh
2279 * tools/textviewer.sh
2280 Not all systems have bash installed in /bin, use env(1) to find
2283 2010-01-22 [pawel] 3.7.4cvs8
2285 * src/prefs_account.c
2286 * src/prefs_filtering.c
2288 * src/gtk/colorlabel.c
2289 Add some separators in combos
2291 2010-01-22 [pawel] 3.7.4cvs7
2294 --disable-aspell -> --disable-enchant
2296 Fix options spacing in configure --help
2298 Make wizard's window centered on the screen
2300 2010-01-19 [holger] 3.7.4cvs6
2304 Introduce folder_get_item_from_identifier().
2305 In contrast to folder_find_item_from_identifier(), this
2306 function recursively creates the FolderItems in the id path.
2307 Useful for programmatically creating folders (e.g. by plugins)
2309 2010-01-17 [pawel] 3.7.4cvs5
2314 2010-01-16 [colin] 3.7.4cvs4
2316 * src/plugins/pgpcore/sgpgme.c
2317 Probably fix bug 2098, 'claws-mails crashes frequently
2318 with pgpcore'. Fix double-free.
2320 2010-01-16 [holger] 3.7.4cvs3
2322 * src/prefs_toolbar.h
2325 2010-01-15 [colin] 3.7.4cvs2
2328 Decode mimeinfo before decrypting it. Probably
2329 fixes bug 2059 'gpgme >=1.1.8 not compatible
2330 with S/MIME encryption' and bug 2076 'having
2331 worked 2 times properly CLAWS ceased to
2332 decrypt incoming PGP mails -displays base64
2333 instead - sucks completely'
2334 Let's hope complete suckage ends here!
2335 Thanks to Matthias Drochner.
2337 2010-01-08 [paul] 3.7.4cvs1
2339 * tools/claws.i18n.status.pl
2342 2010-01-08 [paul] 3.7.4
2349 2010-01-08 [paul] 3.7.3cvs57
2363 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
2364 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
2365 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
2368 2010-01-08 [paul] 3.7.3cvs56
2370 * src/common/utils.c
2371 fix bug 2089, 'URLs ending with an underscore ('_')
2372 are not correctly parsed'. thanks to Johan
2374 2010-01-05 [colin] 3.7.3cvs55
2377 Update french translation
2379 2010-01-04 [mones] 3.7.3cvs54
2382 Update Spanish translation
2384 2010-01-04 [mones] 3.7.3cvs53
2386 * manual/plugins.xml
2388 * manual/es/claws-mail-manual.xml
2389 * manual/es/intro.xml
2390 * manual/es/plugins.xml
2391 Synchronise with English version
2393 2010-01-03 [paul] 3.7.3cvs52
2398 update TEAM_LIST, fix encoding
2400 2010-01-03 [mir] 3.7.3cvs51
2403 When composing to a NNTP list TO: will always be preset
2404 to the NNTP list unless user has chosen some other default
2405 in which case we will handle this the normal way. Therefore
2406 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
2408 2010-01-01 [paul] 3.7.3cvs50
2411 bump copyright year whilst it's in mind
2413 2009-12-31 [paul] 3.7.3cvs49
2415 * manual/claws-mail-manual.xml
2417 * manual/plugins.xml
2418 fix links so that they make sense in the context of the
2419 text version of the manual
2421 2009-12-31 [paul] 3.7.3cvs48
2424 * manual/plugins.xml
2425 updates, improvements, corrections, additions
2427 2009-12-29 [pawel] 3.7.3cvs47
2429 * src/prefs_filtering_action.c
2430 Fix Bug 2082 'Wrong color rectangle position when replacing
2431 "color" processing rule'
2433 2009-12-29 [colin] 3.7.3cvs46
2436 Fix bug 2074, 'Remember sending account
2439 2009-12-20 [holger] 3.7.3cvs45
2442 Delay CREATED_HOOKLIST invokation until
2443 after the modifications to the compose window
2444 are done, to allow hooks to further modify the
2445 window without getting overridden again
2447 2009-12-20 [holger] 3.7.3cvs44
2449 * src/prefs_toolbar.h
2452 2009-12-20 [holger] 3.7.3cvs43
2454 * src/prefs_toolbar.c
2455 * src/prefs_toolbar.h
2457 Pass window struct to caller
2459 2009-12-20 [holger] 3.7.3cvs42
2463 Add hooklist after creation of a compose window
2465 2009-12-19 [holger] 3.7.3cvs41
2467 * src/prefs_toolbar.c
2468 * src/prefs_toolbar.h
2470 Allow plugins to choose to which toolbar they want
2471 to add actions (main window, compose window, or message view)
2473 2009-12-19 [paul] 3.7.3cvs40
2476 fix statusbar in GTK+ 2.19.1
2478 2009-12-10 [pawel] 3.7.3cvs39
2481 Better fix for cvs28 regression
2483 2009-12-10 [iwkse] 3.7.3cvs38
2486 Fix some indentation
2488 2009-12-10 [iwkse] 3.7.3cvs37
2491 Add missing checks for gtkaspell: avoid
2492 crashing in some cases when Enchant is
2493 enabled but the spell checker is disabled
2496 2009-12-09 [colin] 3.7.3cvs36
2499 Fix leak and unchecked accesses.
2501 2009-12-09 [mir] 3.7.3cvs35
2504 Fix Bug 2072 "template at folder properties is not working"
2505 introduced in cvs24.
2507 2009-12-08 [pawel] 3.7.3cvs34
2510 When 'Reply All' remove current compose address from
2511 Cc/Bcc list - fix for regression introduced in cvs28
2513 2009-12-05 [pawel] 3.7.3cvs33
2516 Fix memory management, duh!
2518 2009-12-04 [pawel] 3.7.3cvs32
2521 Use case insensitive comparison in search for
2524 Refresh scrollbars on every window open
2526 2009-12-04 [pawel] 3.7.3cvs31
2529 Highlight misspelled words when applying template and
2530 check_while_typing option is on
2532 2009-12-03 [pawel] 3.7.3cvs30
2535 Highlight misspelled words in text inserted from file(s)
2536 or pasted to message body when check_while_typing
2539 2009-12-02 [pawel] 3.7.3cvs29
2542 Revert first part of previous commit
2544 2009-12-02 [pawel] 3.7.3cvs28
2547 Fix Bug 2055 "duplicate mailing list reply if
2548 List-Post + Reply-To present"
2549 - Ignore Reply-To if answering to ML
2550 - Improve parsing of List-Post header
2552 2009-12-02 [pawel] 3.7.3cvs27
2556 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
2557 email had user in "From" and "CC"
2558 Don't allow duplicate addresses in compose window headers
2560 2009-12-02 [mones] 3.7.3cvs26
2563 * manual/es/intro.xml
2564 * manual/fr/intro.xml
2565 * manual/it/intro.xml
2566 * manual/pl/intro.xml
2567 Make URL to point current site
2569 2009-12-01 [holger] 3.7.3cvs25
2573 Introduce new drag type "claws-mail/msg-path-list" for
2574 drag'n'drop of a message selection from the summaryview
2575 into other applications. The drag data gets set to the
2576 folder-item-id followed by message ids, separated by newlines.
2577 This enables other applications to back-link to Claws Mail
2578 via a "claws-mail --select" call after they received a drop.
2580 2009-11-30 [mir] 3.7.3cvs24
2583 Place cursor in compose window according to provided input
2584 If to: is present place cursor in subject field and if both
2585 to: and subject: is present place cursor in body. If body: is
2586 present insert a new line after text and place cursor there.
2588 2009-11-27 [mones] 3.7.3cvs23
2590 * src/gtk/quicksearch.c
2591 Allow viewing longer expressions if there's space
2593 2009-11-25 [holger] 3.7.3cvs22
2596 * src/common/Makefile.am
2597 * src/common/utils.c
2598 * src/common/utils.h
2599 Add a function to query the
2600 filepath of the .desktop file
2602 2009-11-25 [colin] 3.7.3cvs21
2605 Fix bug 2063, 'glib assertion in GRelation use in
2608 2009-11-24 [pawel] 3.7.3cvs20
2610 * src/common/utils.c
2611 Fix Bug 2053 'Inconsistent application of Coloration
2613 Don't allow '<' character between quotation marks
2615 2009-11-21 [holger] 3.7.3cvs19
2618 Modify cairo clip handling in preview windows,
2619 to prevent print preview windows from being blank
2620 with GTK+ 2.18. Follow recommendation of the GTK+
2621 documentation (section "Migrating to client side windows")
2622 and create a new cairo context for each expose event.
2624 2009-11-19 [pawel] 3.7.3cvs18
2627 complete 3.7.3cvs15 so install is DESTDIR safe
2628 remove icons with changed names on uninstall
2630 2009-11-18 [pawel] 3.7.3cvs17
2633 remove unneeded and code-duplicating function
2635 2009-11-18 [pawel] 3.7.3cvs16
2638 Fix Bug 2057 'Claws mail does not keep renamed names
2639 of nntp-subscribed groups'
2640 Check for already subscribed group using item->path for group
2641 comparision as folders item->path != item->name may be truth
2642 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
2644 2009-11-17 [pawel] 3.7.3cvs15
2647 Fix Bug 2049 'some icons not copied?'
2648 Install additional 64x64 and 128x128 icons
2650 2009-11-17 [holger] 3.7.3cvs14
2652 * src/prefs_toolbar.c
2653 * src/prefs_toolbar.h
2656 Allow plugins to register toolbar items
2658 2009-11-11 [pawel] 3.7.3cvs13
2664 Fix Bug 1867 Changing account does not change BCC address
2665 Set account specific headers when changing account
2668 2009-11-07 [colin] 3.7.3cvs12
2670 * src/gtk/prefswindow.c
2671 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
2674 2009-11-07 [colin] 3.7.3cvs11
2676 * src/gtk/spell_entry.c
2677 Fix bug 2040, 'numbers in subject entry marked as misspelled'
2678 Patch by Pawel Pekala
2680 2009-10-27 [colin] 3.7.3cvs10
2683 Fix bug 2028, 'Attempts to connect to all accounts on exit'
2684 Don't try to check whether the folder is up-to-date if
2685 the folder class doesn't implement set_mtime, as we don't
2686 care in this case. This code exists since a long time, but
2687 the bug was triggered by more scanning of queue folders
2688 since recently (when we added \Deleted handling).
2690 2009-10-27 [colin] 3.7.3cvs9
2693 Try to fix registering as default client
2696 2009-10-21 [wwp] 3.7.3cvs8
2698 * src/common/utils.c
2699 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
2701 2009-10-21 [wwp] 3.7.3cvs7
2703 * src/common/utils.c
2704 Don't core dump when attempting to insert a non-existing
2705 file using a mailto: uri (g_error does core dump).
2707 2009-10-20 [colin] 3.7.3cvs6
2709 * src/common/utils.c
2710 Don't g_error on normal warnings...
2712 2009-10-20 [colin] 3.7.3cvs5
2714 * src/plugins/pgpcore/sgpgme.c
2715 Fix bug 1996, 'S/MIME key not selected'
2716 Check for S/MIME certs too
2718 2009-10-20 [colin] 3.7.3cvs4
2720 * src/common/w32lib.h
2721 Fix win32 build on latest mingw32
2723 2009-10-20 [colin] 3.7.3cvs3
2728 Fix LDIF export. Patch by Michael Rasmussen
2730 2009-10-18 [paul] 3.7.3cvs2
2732 * tools/claws.i18n.status.pl
2733 increase the value of $transolddays since we're relasing less
2735 rework the en_GB.po hack so that en_GB is always 100% translated
2736 and recently updated
2738 2009-10-17 [paul] 3.7.3cvs1
2740 * src/prefs_account.c
2741 * src/prefs_compose_writing.c
2742 * src/prefs_receive.c
2743 * src/prefs_summaries.c
2744 * src/prefs_wrapping.c
2745 reword a few labels. (this incorporates everything
2746 that seemed worthwhile from bug 2020)
2747 * src/prefs_customheader.c
2748 use a 'Browse' button instead of button with
2749 label 'From file...'
2753 * CVS repository change
2755 2009-10-09 [paul[ 3.7.3
2757 version 3.7.3 unleashed!!
2759 2009-10-07 [paul] 3.7.2cvs49
2764 fix Bug 1994 - Changing colors required restart.
2765 in the process rename folderview_reflect_prefs_pixmap_theme() to the
2766 more accurate folderview_reinit_fonts()
2768 2009-10-07 [paul] 3.7.2cvs48
2771 * src/prefs_common.c
2772 * src/prefs_common.h
2773 fix Bug 2003 - Address gathering dialog minor bugs/annoyances,
2774 patch by Pawel Pekala
2776 2009-10-07 [paul] 3.7.2cvs47
2784 updated by David Vachulka, Stephan Sachse and Marc Arens,
2785 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
2788 2009-10-06 [colin] 3.7.2cvs46
2791 French translation update
2793 2009-10-05 [paul] 3.7.2cvs45
2796 enable Page Size and Orientation in the print dialog,
2797 GTK+ >= 2.18.x only. Patch by Mark__T
2799 2009-10-05 [paul] 3.7.2cvs44
2801 * src/prefs_summaries.c
2802 fix label, startup --> start-up, to match other uses of the
2805 2009-10-05 [paul] 3.7.2cvs43
2808 updated by Emilian Nowak
2810 2009-10-03 [colin] 3.7.2cvs42
2814 * src/gtk/gtkcmclist.c
2815 * src/gtk/gtkvscrollbutton.c
2816 * src/gtk/logwindow.c
2818 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
2819 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
2820 Fix warning at start
2822 2009-09-28 [colin] 3.7.2cvs41
2826 * src/prefs_folder_item.c
2827 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
2829 2009-09-28 [colin] 3.7.2cvs40
2831 * src/prefs_summaries.c
2832 * src/gtk/sslcertwindow.c
2833 Fix bug 2006, 'Non-utf8 strftime(3) date strings
2834 shows up garbled in GUI'. Patch by Pawel Pekala
2836 2009-09-24 [iwkse] 3.7.2cvs39
2839 That's only for statistics, of course :)
2841 2009-09-24 [iwkse] 3.7.2cvs38
2846 2009-09-24 [iwkse] 3.7.2cvs37
2849 Revert unwanted change
2851 2009-09-24 [iwkse] 3.7.2cvs36
2854 Fix issue with filtering actions and
2857 2009-09-20 [mones] 3.7.2cvs35
2859 * tools/convert_mbox.pl
2860 Add -R flag to support recursive conversions
2861 of arbitrary Evolution mail folders, based on
2862 bash script by Daniel Dickinson (fixes debian
2864 * tools/popfile-link.sh
2865 Set required shell for script (fixes debian
2868 2009-09-16 [colin] 3.7.2cvs34
2871 Go grab files in /etc/skel if they exist
2874 2009-09-15 [colin] 3.7.2cvs33
2877 Complete 3.7.1cvs42: only output directly to
2878 final file if we get NULL byes at the start.
2879 Still fixes saving UTF16 files, but also
2880 fixes displaying Base64 parts with decoding
2881 errors (parts without errors get displayed)
2883 2009-09-14 [colin] 3.7.2cvs32
2887 * src/matcher_parser_parse.y
2888 * src/prefs_matcher.c
2889 Add 'has_attachment' and 'signed' matcher
2890 expressions. Patch by Aleksei Miheev, fixes
2893 2009-09-14 [colin] 3.7.2cvs31
2895 * src/common/utils.c
2896 Add "Re :" prefix from french Yahoo mail.
2897 Patch by Didier Barvaux, fixes bug 1999
2899 2009-09-10 [mones] 3.7.2cvs30
2901 * manual/plugins.xml
2902 Fix sites supported by SpamReport
2903 * manual/es/plugins.xml
2904 Synchronise Spanish manual
2906 2009-09-07 [holger] 3.7.2cvs29
2909 Also update the icon cache on uninstall.
2910 This prevents possible problems when Claws Mail was
2911 uninstalled and installed again into a different location,
2912 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
2913 and the blog post linked therein
2915 2009-09-07 [paul] 3.7.2cvs28
2917 * src/prefs_toolbar.c
2918 when updating the main toolbar icons just update
2919 the main toolbar (and consequently fix a bug where
2920 folderview icons would disappear)
2922 2009-08-30 [holger] 3.7.2cvs27
2925 Do case-insensitive comparison against
2926 header names when extracting recipients
2929 2009-08-23 [colin] 3.7.2cvs26
2932 Probably fix RH bug 512024, " folder.c:3543
2933 Condition msglist != NULL failed"
2935 2009-08-23 [colin] 3.7.2cvs25
2937 * src/prefs_compose_writing.c
2938 Make the maximum size warning bigger. Patch
2939 by Didier Barvaux on bug 1986.
2941 2009-08-21 [colin] 3.7.2cvs24
2944 Previous commit: move the function into compose_insert_file
2945 so that it's also used on drag-n-drop
2947 2009-08-21 [colin] 3.7.2cvs23
2950 Fix scrolling when adding an header
2952 2009-08-21 [colin] 3.7.2cvs22
2955 * src/prefs_common.c
2956 * src/prefs_common.h
2957 * src/prefs_compose_writing.c
2958 * src/common/utils.c
2959 Fix bug 1986, "New feature: warn user when inserting
2960 a large file in the message body". Patch by Didier
2963 2009-08-21 [colin] 3.7.2cvs21
2967 * src/common/utils.c
2968 Fix bug 1984: Add R�f. : reply prefix (french
2969 Lotus Notes); patch by Didier Barvaux
2971 2009-08-21 [colin] 3.7.2cvs20
2975 Fix bug 1969, 'Bad guess for outgoing encoding'
2976 Make sure the specific converters (japanese in
2977 this case) can return success/error in strict
2978 mode, instead of silently failing back to
2981 2009-08-20 [holger] 3.7.2cvs19
2985 Make it possible for code outside
2986 compose (e.g. plugins) to attach files
2988 2009-08-20 [colin] 3.7.2cvs18
2991 Fix crash when accessing IMAP soon
2993 2009-08-18 [colin] 3.7.2cvs17
2996 Maybe fix crash on non-existent LDAP server
2998 2009-08-04 [colin] 3.7.2cvs16
3001 Fix toolbar's spacing that breaks dark
3002 themes (patch from http://blogs.igalia.com/aperez/
3003 2009/07/making-claws-mail-look-better/)
3005 2009-07-28 [colin] 3.7.2cvs15
3008 * src/addrcustomattr.c
3010 * src/addressbook_foldersel.c
3018 * src/editldap_basedn.c
3029 * src/prefs_actions.c
3030 * src/prefs_customheader.c
3031 * src/prefs_display_header.c
3032 * src/prefs_filtering.c
3033 * src/prefs_folder_column.c
3034 * src/prefs_matcher.c
3035 * src/prefs_summary_column.c
3036 * src/prefs_summary_open.c
3037 * src/prefs_template.c
3040 Fix bug 1950, 'Program freeze up during folder selection'
3041 Don't leave hidden windows modal
3043 2009-07-28 [colin] 3.7.2cvs14
3046 Fix bug 1957, 'LDAP errs out after searching too
3049 2009-07-28 [colin] 3.7.2cvs13
3052 Fix bug 1966, '"Collapse all threads" slower than
3053 "Expand all threads"'
3055 2009-07-28 [colin] 3.7.2cvs12
3057 * src/common/session.c
3058 Fix bug 1967, 'Claws gets stuck after accepting
3059 a certificate warning dialog'
3061 2009-07-19 [paul] 3.7.2cvs11
3063 * manual/plugins.xml
3064 a few small changes to the English
3066 2009-07-18 [mones] 3.7.2cvs10
3068 * manual/plugins.xml
3069 Add new bsfilter and fancy plugins to the docs
3070 and a note about dealing with plugins of the same class
3071 * src/prefs_account.c
3072 Fix extra space at the end typo
3074 2009-07-16 [colin] 3.7.2cvs9
3077 Fix wrong return without unlocking; thanks
3080 2009-07-14 [colin] 3.7.2cvs8
3083 Fix bug 1954, 'Segfault on reading wrong STATUS'
3085 2009-07-10 [colin] 3.7.2cvs7
3087 * src/plugins/pgpcore/plugin.def
3088 * src/common/utils.h
3091 2009-07-10 [colin] 3.7.2cvs6
3093 * src/prefs_display_header.c
3094 Fix bug 1951, 'C-Mail dumps core when editing
3095 displayed headers'. Patch by Alexey Rusakov
3097 2009-07-10 [colin] 3.7.2cvs5
3100 Fix bug 1952, 'Deleted mails in Queue folder
3103 2009-07-09 [colin] 3.7.2cvs4
3105 * src/gtk/spell_entry.c
3106 Fix bug 1949, 'Spell checker doesn't recognise
3107 certain word in Subject header, but does in
3108 message body'. Patch by Pawel Pekala.
3110 2009-07-09 [paul] 3.7.2cvs3
3113 use pkgconfig to check for the minimum required
3116 2009-07-06 [colin] 3.7.2cvs2
3118 * src/prefs_customheader.c
3121 2009-07-04 [paul] 3.7.2cvs1
3123 * tools/claws.i18n.status.pl
3126 2009-07-03 [paul] 3.7.2
3133 2009-07-03 [paul] 3.7.1cvs85
3140 added new translations by Tiago Faria and Slavko
3153 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
3154 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
3155 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
3156 Goncalves Guimaraes, Aleksei Miheev
3158 2009-07-01 [colin] 3.7.1cvs84
3160 * src/prefs_common.c
3161 Fix bug 1940, 'Doesn't open links in
3162 user's default browser'. Turn the preference
3163 to TRUE by default; that will only change the
3164 behaviour for new users.
3166 2009-06-29 [colin] 3.7.1cvs83
3170 * src/prefs_filtering_action.c
3171 Fix bug 1935, 'problems with very long filtering actions':
3172 Use a dynamic buffer in action to string, and a bigger
3173 buffer in string to action
3175 2009-06-29 [colin] 3.7.1cvs82
3177 * src/matcher_parser_lex.l
3178 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
3180 2009-06-29 [colin] 3.7.1cvs81
3185 Fix crash (out-of-bounds tree column)
3186 * src/gtk/gtkcmctree.c
3187 * src/gtk/gtksctree.c
3188 Prevent using an out-of-bounds tree column
3190 2009-06-29 [colin] 3.7.1cvs80
3194 Leak fixes; patch by Pawel Pekala.
3196 2009-06-26 [colin] 3.7.1cvs79
3199 Sort by msgnum if dates are equal
3201 2009-06-24 [paul] 3.7.1cvs78
3204 make some (forgotten) strings translatable
3206 2009-06-19 [colin] 3.7.1cvs77
3209 Fix menu sensitiveness
3211 2009-06-18 [colin] 3.7.1cvs76
3214 * src/plugins/pgpcore/sgpgme.c
3215 * src/plugins/pgpcore/sgpgme.h
3216 * src/plugins/pgpmime/mypgpcore.def
3217 * src/plugins/pgpmime/pgpmime.c
3218 * src/plugins/smime/mypgpcore.def
3219 * src/plugins/smime/smime.c
3220 Use largefile support (and stop using our old GPGME
3221 hack on gpgme_data_seek/rewind)
3222 (See 1.9.12cvs44 to 46 - if this breaks things we
3225 2009-06-13 [colin] 3.7.1cvs75
3227 * src/gtk/spell_entry.c
3228 Fix assertion. We can put a NULL gtkaspell to
3229 an entry; it just means it won't be spell-checked.
3231 2009-06-12 [mones] 3.7.1cvs74
3235 * src/prefs_account.c
3236 * src/prefs_account.h
3237 * src/common/utils.c
3238 * src/common/utils.h
3239 Added preference to use account address in generated
3240 Message-Id. Fixes Debian bug #531052
3242 2009-06-12 [colin] 3.7.1cvs73
3245 Better fix, API-compatible with libgnutls13
3247 2009-06-12 [colin] 3.7.1cvs72
3250 Use compatibility mode in GnuTLS, and avoid problems with
3251 servers that don't comply 100% with the spec, but still
3254 2009-06-06 [iwkse] 3.7.1cvs71
3257 Ops..revert a mix with another patch
3259 2009-06-06 [iwkse] 3.7.1cvs70
3262 A better fix for the previous commit's issue
3264 2009-06-06 [iwkse] 3.7.1cvs69
3267 Fix shutting down of Claws Mail while a GTK_Return keypress
3268 event is sent to the Attach property window
3270 2009-06-05 [colin] 3.7.1cvs68
3273 Fix build on GTK+ 2.6
3275 2009-06-03 [mones] 3.7.1cvs67
3277 * tools/make.themes.project
3278 Oops! fix header, sorry Paul ;-)
3280 2009-06-03 [mones] 3.7.1cvs66
3282 * tools/make.themes.project
3283 Add support for PNG themes and other
3284 fixes i don't remember now... :)
3286 2009-06-02 [colin] 3.7.1cvs65
3289 * src/prefs_template.c
3291 Fix error messages in templates, and fix their
3294 2009-05-22 [colin] 3.7.1cvs64
3299 2009-05-22 [colin] 3.7.1cvs63
3302 Fix phantom button behind entry when
3303 changing fields via Tools/Reply mode.
3305 2009-05-22 [colin] 3.7.1cvs62
3310 2009-05-21 [mones] 3.7.1cvs61
3314 Add button to empty header lines with one click
3316 2009-05-21 [paul] 3.7.1cvs60
3320 * src/plugins/trayicon/trayicon.c
3321 when quitting from the trayicon, honour
3322 prefs_common.clean_on_exit
3324 2009-05-21 [paul] 3.7.1cvs59
3326 * src/gtk/Makefile.am
3327 remove duplicate entry
3328 thanks to Charles A Edwards
3330 2009-05-19 [paul] 3.7.1cvs58
3332 * src/send_message.c
3333 clear progressbar in the statusbar on 'Cancel'
3335 2009-05-16 [colin] 3.7.1cvs57
3341 2009-05-16 [colin] 3.7.1cvs56
3344 Remove msgnum>0 condition for removing messages
3345 from caches. There's no such condition on add.
3346 Fixes bug 1913, 'Allow to remove phantom
3347 messages from the cache'; patch by Fabian
3348 Keil <fk at fabiankeil.de>
3350 2009-05-12 [holger] 3.7.1cvs55
3354 Introduce hook after showing of the message view
3356 2009-05-11 [colin] 3.7.1cvs54
3359 Fix bug 1872, 'A: Cc: CCi: selector should
3360 default on same as preceding contact'
3362 2009-05-10 [holger] 3.7.1cvs53
3366 Add a hook to make it possible for plugins to
3367 modify the address completion list
3369 2009-05-06 [paul] 3.7.1cvs52
3373 fix bug 1915, 'Mails signed with smime.p7s
3374 display both signed and attachment icon.'
3376 2009-05-05 [colin] 3.7.1cvs51
3378 * src/common/utils.c
3381 2009-05-05 [colin] 3.7.1cvs50
3383 * src/common/utils.c
3384 Fix bug 1895, '(imap) cache issues when cache dir is on a
3385 different mountpoint than tempdir'
3387 2009-05-04 [colin] 3.7.1cvs49
3390 Probably fix bug 1914, 'Crash reading
3391 corrupted tags file'
3393 2009-04-26 [paul] 3.7.1cvs48
3396 * src/gtk/gtkaspell.h
3397 fix bug 1904, 'build mechanism looks for
3398 'enchant.h' in a wrong place'
3400 2009-04-25 [paul] 3.7.1cvs47
3403 gah! fix coding style!
3405 2009-04-25 [paul] 3.7.1cvs46
3409 if building with GTK+ >= 2.16 use
3410 gtk_orientable_set_orientation() instead of now
3411 deprecated gtk_toolbar_set_orientation()
3413 2009-04-24 [colin] 3.7.1cvs45
3416 Ask before sending if an attached file has
3419 2009-04-19 [paul] 3.7.1cvs44
3421 * src/prefs_common.c
3422 * src/prefs_common.h
3424 save About window size.
3425 patch by Pawel Pekala
3427 2009-04-12 [paul] 3.7.1cvs43
3429 * tools/csv2addressbook.pl
3430 add extra CSV fields that are now appended
3431 by thunderbird (version 2.0.0.21)
3433 2009-04-08 [colin] 3.7.1cvs42
3436 fix saving (but not displaying) of UTF-16
3439 2009-04-08 [colin] 3.7.1cvs41
3441 * src/gtk/manage_window.c
3442 Disable transient windows on win32 - seems to
3443 fix most focusing issues
3445 2009-04-05 [colin] 3.7.1cvs40
3448 Don't ask whether we want to send deleted mails in queue
3449 folders; also, don't send deleted mails when flushing
3452 2009-04-04 [paul] 3.7.1cvs39
3458 * tools/claws.i18n.status.pl
3459 add new Indonesian translation, by
3462 2009-04-03 [paul] 3.7.1cvs38
3468 2009-04-03 [colin] 3.7.1cvs37
3472 Fix bug 1891, 'Add support for gopher:// links'
3473 Patch by Jacob Head <clawsmail at jacob-head.com>
3474 Let's go back to the roots!
3476 2009-04-03 [paul] 3.7.1cvs36
3481 2009-04-03 [paul] 3.7.1cvs35
3484 add AC_CONFIG_MACRO_DIR([m4])
3485 remove CLAWS_ACLOCAL_INCLUDE(m4)
3486 * m4/aclocal-include.m4
3487 removed this now unneeded file
3489 2009-04-02 [colin] 3.7.1cvs34
3491 * src/common/utils.h
3492 Fix previous (thanks to Marcus :)
3494 2009-04-02 [colin] 3.7.1cvs33
3496 * src/common/utils.h
3497 * src/etpan/etpan-thread-manager.c
3498 pipe() was a macro from GLib on win32 until
3499 glib 2.13.2. It's undefined after that.
3500 Thanks to Marcus Brinkmann for the heads-up!
3502 2009-03-31 [colin] 3.7.1cvs32
3504 * src/folder_item_prefs.c
3505 Copy folder settings with prefs
3507 2009-03-31 [colin] 3.7.1cvs31
3509 * src/prefs_account.c
3510 Don't use un-sensitive checkboxes in Privacy tab
3511 when privacy system in None (makes unchecking
3512 painful when no privacy plugin is loaded)
3514 2009-03-30 [colin] 3.7.1cvs30
3521 * src/prefs_account.c
3522 * src/prefs_account.h
3525 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
3526 Add an option on the Receive page of IMAP account preferences:
3527 "Move deleted mails to trash and expunge immediately". This
3528 option defaults to TRUE to avoid changing the existing behaviour.
3529 Setting it to FALSE prevents automatic expunging.
3530 Also, add Tools/Expunge and View/Hide deleted messages menu items
3531 (View/Hide deleted message being a per-folder setting, and behaving,
3532 like View/Hide read messages).
3534 2009-03-30 [colin] 3.7.1cvs29
3537 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
3538 ask for IMAP password when using GSSAPI auth
3540 2009-03-27 [colin] 3.7.1cvs28
3543 Fix cvs14, make sure we mark non-existent caches dirty
3544 (or they never get written)
3546 2009-03-27 [colin] 3.7.1cvs27
3549 Fix tag update when all tags are removed
3552 2009-03-25 [colin] 3.7.1cvs26
3555 Fix configure.ac, thanks to Pawel
3557 2009-03-25 [colin] 3.7.1cvs25
3560 * src/etpan/nntp-thread.c
3561 Fix header fetching (NG/To/Cc). Fixes
3562 bug 1883, 'Message processing fails to
3563 act on Newsgroups: field'
3565 2009-03-23 [colin] 3.7.1cvs24
3568 Fix internal headers visible in queue/sent
3570 2009-03-23 [colin] 3.7.1cvs23
3573 Fix check for RC (resource compiler) used
3574 on win32 (AC_LIBTOOL_RC used to call it
3575 implicitely but stopped)
3577 2009-03-19 [colin] 3.7.1cvs22
3580 Put spam button in default toolbar even if
3581 bogofilter and spamassassin are not built.
3582 Other anti-spam plugin could exist! :)
3583 * src/common/utils.c
3584 Fix exit status fetch on win32
3586 2009-03-18 [paul] 3.7.1cvs21
3588 * src/gtk/spell_entry.c
3589 fix "[BUG] Wrong word replaced in 'Subject:'
3590 when spell-checking correction used"
3591 Patch by Pawel Pekala
3593 2009-03-17 [colin] 3.7.1cvs20
3595 * src/common/utils.c
3596 Fix win32 build (from cvs12)
3598 2009-03-17 [colin] 3.7.1cvs19
3601 Fix bug 1735, 'Change To: and Newsgroups:
3602 recipient field according account type'
3605 2009-03-17 [colin] 3.7.1cvs18
3608 * src/prefs_common.c
3609 * src/prefs_common.h
3611 * src/common/prefs.c
3612 Add preference for fsyncing metadata
3614 2009-03-16 [paul] 3.7.1cvs17
3616 * src/prefs_customheader.c
3617 add forgotten #if HAVE_LIBCOMPFACE
3619 2009-03-16 [paul] 3.7.1cvs16
3621 * src/prefs_customheader.c
3622 put the (X-)Face preview image below the up/down
3623 buttons so they don't jump around.
3624 make the list reorderable by drag'n'drop
3626 2009-03-16 [colin] 3.7.1cvs15
3628 * src/prefs_customheader.c
3629 Add a (X-)Face preview. Patch by iwkse.
3631 2009-03-16 [colin] 3.7.1cvs14
3637 * src/common/prefs.c
3638 Add fsync calls to make sure we don't
3639 lose data on system crashes. (to do:
3640 add a pref to allow people choosing raw
3643 2009-03-15 [colin] 3.7.1cvs13
3645 * src/gtk/gtkaspell.c
3646 Fix empty menu when there are no
3647 suggestions (using the Spelling menu)
3649 2009-03-14 [colin] 3.7.1cvs12
3651 * src/common/utils.c
3652 Win32: fix subject prefix length
3654 2009-03-11 [mones] 3.7.1cvs11
3657 fix encoding declared in header
3658 update translation now we're at it
3660 2009-03-10 [colin] 3.7.1cvs10
3663 Fix "wrong mime" message printed out multiple
3666 2009-03-10 [colin] 3.7.1cvs9
3668 * src/prefs_folder_item.c
3671 2009-03-09 [paul] 3.7.1cvs8
3673 * src/prefs_folder_item.c
3674 * src/send_message.c
3675 fixes to english text
3677 2009-03-08 [paul] 3.7.1cvs7
3680 correct errors in header
3682 2009-03-08 [paul] 3.7.1cvs6
3688 * tools/claws.i18n.status.pl
3689 add Japanese translation, submitted by kazken3
3691 2009-03-07 [colin] 3.7.1cvs5
3694 Don't let the invalid MIME warning hide
3695 other noticeview (Partial receive or
3698 2009-03-07 [colin] 3.7.1cvs4
3703 2009-03-07 [colin] 3.7.1cvs3
3708 Handle mimeparts that lack an end boundary.
3709 They're invalid but it's too annoying for
3710 normal users to fix.
3712 2009-03-06 [wwp] 3.7.1cvs2
3715 * src/folder_item_prefs.c
3716 * src/folder_item_prefs.h
3717 * src/prefs_folder_item.c
3718 Add per-folder default cc, bcc and reply-to.
3720 2009-03-06 [colin] 3.7.1cvs1
3723 * src/gtk/gtksourceprintjob.c
3724 Fix build with old print interface
3726 2009-03-06 [paul] 3.7.1
3733 2009-03-06 [paul] 3.7.0cvs78
3744 updated by David Vachulka, Stephan Sachse, Flammie
3745 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
3746 Frederico Goncalves Guimaraes, Lars Persson Fink,
3749 2009-03-03 [colin] 3.7.0cvs77
3751 * src/prefs_filtering.c
3752 Win32: Fix bug 1865, 'IMAP account name changes
3753 are not followed at filter actions'
3755 2009-03-02 [colin] 3.7.0cvs76
3758 Fix Launchpad bug 335571: 'claws-mail crashed
3759 with SIGSEGV in strlen() while deleting
3760 large amount of e-mails on IMAP account
3762 2009-02-27 [mones] 3.7.0cvs75
3764 * manual/es/account.xml
3766 * manual/es/addrbook.xml
3767 * manual/es/advanced.xml
3768 * manual/es/claws-mail-manual.xml
3770 * manual/es/glossary.xml
3772 * manual/es/handling.xml
3773 * manual/es/intro.xml
3774 * manual/es/keyboard.xml
3775 * manual/es/plugins.xml
3776 * manual/es/starting.xml
3777 Sync with English version, fix some typos
3778 Changed encoding to UTF-8
3780 Update for release, changed encoding to UTF-8
3782 2009-02-24 [colin] 3.7.0cvs74
3785 Don't print separation line if there
3788 2009-02-23 [cleroy] 3.7.0cvs73
3797 * src/addrduplicates.c
3800 * src/addressbook_foldersel.c
3808 * src/customheader.c
3810 * src/editaddress_other_attributes_ldap.c