claws.git
18 years ago2005-06-08 [paul] 1.9.11cvs46
Paul Mangan [Wed, 8 Jun 2005 07:17:53 +0000 (07:17 +0000)]
2005-06-08 [paul] 1.9.11cvs46

sync with main:

* src/codeconv.c
* src/codeconv.h
always enabled Japanese auto-detection
if the first letters of locale string
is "ja"
* src/compose.c
don't use "destroy" signal to destroy
Compose object (fix rare crashes on discard?)
* src/mainwindow.c
* src/messageview.c
* src/prefs_send.c
added Hebrew encodings
* src/sourcewindow.c
don't use "destroy" signal to destroy
objects

18 years ago2005-06-07 [colin] 1.9.11cvs45
Colin Leroy [Tue, 7 Jun 2005 20:09:30 +0000 (20:09 +0000)]
2005-06-07 [colin] 1.9.11cvs45

* src/summaryview.c
Add missing unlocks/locks

18 years ago2005-06-07 [paul] 1.9.11cvs44
Paul Mangan [Tue, 7 Jun 2005 14:42:11 +0000 (14:42 +0000)]
2005-06-07 [paul] 1.9.11cvs44

* src/summaryview.c
restore bug #749 fix

18 years ago2005-06-06 [colin] 1.9.11cvs43
Colin Leroy [Mon, 6 Jun 2005 17:41:51 +0000 (17:41 +0000)]
2005-06-06 [colin] 1.9.11cvs43

* src/summaryview.c
Fix selection bug when prefs_common.open_unread
is FALSE

18 years ago2005-06-06 [colin] 1.9.11cvs42
Colin Leroy [Mon, 6 Jun 2005 17:23:53 +0000 (17:23 +0000)]
2005-06-06 [colin] 1.9.11cvs42

* src/common/md5.c
Fix a warning
* src/summaryview.c
* src/folderview.c
Factorize long operations beginning and end
(locking, freezing/thawing, cursor, ...)
Check selection->data member in selection-
related loops; this avoids dying an awful
death if the selection changes on us while
we're marking a whole IMAP folder unread,
for example.

18 years ago2005-06-06 [paul] 1.9.11cvs41
Paul Mangan [Mon, 6 Jun 2005 07:32:31 +0000 (07:32 +0000)]
2005-06-06 [paul] 1.9.11cvs41

* src/textview.c
don't g_free() a static gchar buffer

18 years ago2005-06-05 [colin] 1.9.11cvs40
Colin Leroy [Sun, 5 Jun 2005 20:37:21 +0000 (20:37 +0000)]
2005-06-05 [colin] 1.9.11cvs40

* src/mainwindow.c
* src/messageview.c
* src/summaryview.c
Fix bug #749 (Show all headers should be
sticky as the GUI suggests)

18 years ago2005-06-03 [paul] 1.9.11cvs39
Paul Mangan [Fri, 3 Jun 2005 22:27:40 +0000 (22:27 +0000)]
2005-06-03 [paul] 1.9.11cvs39

* src/compose.c
don't allow editing of mail while sending.
patch by Colin

18 years ago2005-06-03 [paul] 1.9.11cvs38
Paul Mangan [Fri, 3 Jun 2005 11:15:09 +0000 (11:15 +0000)]
2005-06-03 [paul] 1.9.11cvs38

* src/folderview.c
add a freeze/thaw to speed up 'mark all read'

18 years ago2005-06-03 [paul] 1.9.11cvs37
Paul Mangan [Fri, 3 Jun 2005 07:28:26 +0000 (07:28 +0000)]
2005-06-03 [paul] 1.9.11cvs37

* src/prefs_message.c
reflect changes immediately

18 years ago2005-06-02 [colin] 1.9.11cvs36
Colin Leroy [Thu, 2 Jun 2005 21:20:53 +0000 (21:20 +0000)]
2005-06-02 [colin] 1.9.11cvs36

* po/POTFILES.in
Patch by Fabien Vantard.

18 years ago2005-06-02 [colin] 1.9.11cvs35
Colin Leroy [Thu, 2 Jun 2005 16:46:13 +0000 (16:46 +0000)]
2005-06-02 [colin] 1.9.11cvs35

* src/imap.c
Use a non-blocking imap_getline() if possible.
This should completely prevent the interface
from freezin on imap operations, although it
may do strange stuff in case of folder switching
while a big imap operation is taking place...

In addition, fix a leak in the case thread
creation fails on connection.

18 years ago2005-06-02 [colin] 1.9.11cvs34
Colin Leroy [Thu, 2 Jun 2005 09:40:35 +0000 (09:40 +0000)]
2005-06-02 [colin] 1.9.11cvs34

* src/crash.c
* src/prefs_common.h
Fix build (prefs_common_init() doesn't exist
anymore)

18 years ago2005-06-02 [colin] 1.9.11cvs33
Colin Leroy [Thu, 2 Jun 2005 03:53:15 +0000 (03:53 +0000)]
2005-06-02 [colin] 1.9.11cvs33

* src/prefs_account.c
Fix bug #245 (filtering rules broken when
renaming a remote account (imap4 or nntp)

18 years ago2005-06-02 [colin] 1.9.11cvs32
Colin Leroy [Thu, 2 Jun 2005 03:06:27 +0000 (03:06 +0000)]
2005-06-02 [colin] 1.9.11cvs32

* src/imap.c
Try to fix IMAP shortcomings:
o Multithread imap_open()
o allow offline-mode overriding instead of
  just returning NULL
* src/imap_gtk.c
* src/imap_gtk.h
Add a function to ask whether we want to
override offline-mode for 10 minutes (one-shot
asking was painful)
* src/procheader.c
Fix segfault when imap parser isn't happy about
a missing {

18 years ago2005-06-01 [colin] 1.9.11cvs31
Colin Leroy [Wed, 1 Jun 2005 17:44:37 +0000 (17:44 +0000)]
2005-06-01 [colin] 1.9.11cvs31

* src/addrharvest.c
* src/compose.c
* src/mbox.c
* src/mbox.h
* src/mh.c
* src/msgcache.c
* src/send_message.c
* src/setup.c
* src/undo.c
* src/common/hooks.c
* src/common/prefs.c
* src/common/template.c
* src/common/utils.c
* src/gtk/gtkutils.c
* src/gtk/inputdialog.c
* src/gtk/menu.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/prefs_gpg.c
More -Wall fixes

* src/common/Makefile.am
* src/common/timing.h
Add basic timing code

* src/summaryview.c
Fix a bug with unread messages when
re-sorting folders, and by the way
fix a big performance hit when
re-sorting (10k mails: before 5s,
after .5s)

* src/prefs_compose_writing.c
* src/prefs_compose_writing.h
* src/prefs_message.c
* src/prefs_message.h
* src/prefs_other.c
* src/prefs_other.h
* src/prefs_quote.c
* src/prefs_quote.h
* src/prefs_receive.c
* src/prefs_receive.h
* src/prefs_send.c
* src/prefs_send.h
* src/prefs_summaries.c
* src/prefs_summaries.h
Fix copyright banner

18 years ago2005-06-01 [paul] 1.9.11cvs30
Paul Mangan [Wed, 1 Jun 2005 08:06:41 +0000 (08:06 +0000)]
2005-06-01 [paul] 1.9.11cvs30

* po/fi.po
updated by Flammie Pirinen
* src/procmime.c
fix 'Bad BASE64 content' output

18 years ago2005-05-31 [colin] 1.9.11cvs29
Colin Leroy [Tue, 31 May 2005 19:11:19 +0000 (19:11 +0000)]
2005-05-31 [colin] 1.9.11cvs29

* src/procmime.c
Oops, where did my hunk go.

18 years ago2005-05-31 [colin] 1.9.11cvs28
Colin Leroy [Tue, 31 May 2005 19:00:21 +0000 (19:00 +0000)]
2005-05-31 [colin] 1.9.11cvs28

* src/Makefile.am
* src/account.c
* src/action.c
* src/addr_compl.c
* src/addressbook.c
* src/codeconv.c
* src/compose.c
* src/export.c
* src/folder.c
* src/folderview.c
* src/image_viewer.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/mimeview.c
* src/msgcache.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_compose_writing.c
* src/prefs_customheader.c
* src/prefs_ext_prog.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_fonts.c
* src/prefs_image_viewer.c
* src/prefs_message.c
* src/prefs_message.h
* src/prefs_msg_colors.c
* src/prefs_other.c
* src/prefs_other.h
* src/prefs_quote.c
* src/prefs_receive.c
* src/prefs_receive.h
* src/prefs_send.c
* src/prefs_send.h
* src/prefs_spelling.c
* src/prefs_summaries.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/prefs_themes.c
* src/prefs_toolbar.c
* src/prefs_wrapping.c
* src/procmime.c
* src/procmsg.c
* src/send_message.h
* src/ssl_manager.c
* src/summary_search.c
* src/summaryview.c
* src/textview.c
* src/wizard.c
* src/common/smtp.c
* src/common/smtp.h
* src/gtk/gtkutils.h
o Move the rest of Common prefs to new style
o Lots of -Wall warning fixes
o fix FIXME in cache memusage calculation
o Let return receipts be sent from any account
o Little cache optimisation (read)
o Fix bug #746 (don't treat commas as separators
  when inside a quoted string)

18 years ago2005-05-31 [paul] 1.9.11cvs27
Paul Mangan [Tue, 31 May 2005 08:50:04 +0000 (08:50 +0000)]
2005-05-31 [paul] 1.9.11cvs27

* src/prefs_common.c
fix 'off-by-one' typo

18 years ago2005-05-31 [paul] 1.9.11cvs26
Paul Mangan [Tue, 31 May 2005 07:04:59 +0000 (07:04 +0000)]
2005-05-31 [paul] 1.9.11cvs26

* src/account.c
* src/addr_compl.c
* src/compose.c
* src/foldersel.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
* src/prefs_summaries.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/prefs_toolbar.c
* src/ssl_manager.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
* src/gtk/progressdialog.c
add hidden prefs 'enable_rules_hint'
for gtk_tree_view_set_rules_hint()
(sync with main)

18 years agouse simple diff for new files
Colin Leroy [Tue, 31 May 2005 06:48:27 +0000 (06:48 +0000)]
use simple diff for new files

18 years ago2005-05-31 [colin] 1.9.11cvs25
Colin Leroy [Tue, 31 May 2005 01:37:20 +0000 (01:37 +0000)]
2005-05-31 [colin] 1.9.11cvs25

* src/Makefile.am
* src/main.c
* src/prefs_common.c
* src/prefs_summaries.c ** ADDED **
* src/prefs_summaries.h ** ADDED **
Common/Display -> Display/Summaries

18 years ago2005-05-31 [colin] 1.9.11cvs24
Colin Leroy [Tue, 31 May 2005 01:08:04 +0000 (01:08 +0000)]
2005-05-31 [colin] 1.9.11cvs24

* src/Makefile.am
* src/main.c
* src/prefs_quote.c ** ADDED **
* src/prefs_quote.h ** ADDED **
Move Common/Quote to Compose/Quoting
* src/prefs_common.c
* src/prefs_common.h
Remove old quote stuff, add
convenience functions for GtkTextView prefs
* src/gtk/prefswindow.c
Set default height higher

18 years ago2005-05-30 [colin] 1.9.11cvs23
Colin Leroy [Mon, 30 May 2005 21:07:11 +0000 (21:07 +0000)]
2005-05-30 [colin] 1.9.11cvs23

* src/Makefile.am
* src/main.c
* src/prefs_common.c
* src/prefs_compose_writing.c ** ADDED **
* src/prefs_compose_writing.h ** ADDED **
Move Common/Compose prefs to Compose/Writing

18 years ago2005-05-30 [colin] 1.9.11cvs22
Colin Leroy [Mon, 30 May 2005 20:12:57 +0000 (20:12 +0000)]
2005-05-30 [colin] 1.9.11cvs22

* src/common/utils.c
Fix bug #651 (Confused Attract by Subject)
Patch by M. Benkmann <haferfrost@web.de>
* AUTHORS

18 years ago2005-05-30 [colin] 1.9.11cvs21
Colin Leroy [Mon, 30 May 2005 19:53:13 +0000 (19:53 +0000)]
2005-05-30 [colin] 1.9.11cvs21

* src/compose.c
Fix concatenation of different headers of
the same type (bug #645)
* src/prefs_folder_item.c
Fix bug #699 (setting color to black doesn't
work immediately)
* src/procmime.c
Print out decoding error only once per
block

18 years ago2005-05-30 [paul] 1.9.11cvs20
Paul Mangan [Mon, 30 May 2005 06:01:01 +0000 (06:01 +0000)]
2005-05-30 [paul] 1.9.11cvs20

* src/common/template.c
fix Bcc

18 years ago2005-05-30 [paul] 1.9.11cvs19
Paul Mangan [Mon, 30 May 2005 04:36:15 +0000 (04:36 +0000)]
2005-05-30 [paul] 1.9.11cvs19

* doc/src/rfc2368.txt **NEW FILE**
* src/compose.c
compose_entries_set(): don't interpret Bcc
header field (conform to RFC 2368)
(sync with main)

18 years ago2005-05-29 [colin] 1.9.11cvs18
Colin Leroy [Sun, 29 May 2005 20:56:23 +0000 (20:56 +0000)]
2005-05-29 [colin] 1.9.11cvs18

* src/prefs_common.c
Let the default reply format respect
netiquette by cutting the signature.

18 years ago2005-05-29 [colin] 1.9.11cvs17
Colin Leroy [Sun, 29 May 2005 14:43:09 +0000 (14:43 +0000)]
2005-05-29 [colin] 1.9.11cvs17

* src/summaryview.c
Don't let always_show_msg override
open_unread_on_enter when opening a new
directory.

18 years ago2005-05-27 [paul] 1.9.11cvs16
Paul Mangan [Fri, 27 May 2005 07:24:34 +0000 (07:24 +0000)]
2005-05-27 [paul] 1.9.11cvs16

sync with main:

* src/main.c
app_will_exit(): cleanup tmp directory when exit
* src/message_search.c
improved the interface and made code cleanup.
removed Clear button
* src/send_message.c
send_message_local(): use GSpawn, and detect errors
* src/summary_search.c
improved the interface and made code cleanup
* src/textview.c
textview_write_link(): also skip non-ascii space
 at the head of link strings (phishing check
 didn't work at the case)
* src/common/utils.c
get_command_output(): use g_spawn_command_line_sync()
instead of popen()

18 years ago2005-05-26 [colin] 1.9.11cvs15
Colin Leroy [Thu, 26 May 2005 20:51:15 +0000 (20:51 +0000)]
2005-05-26 [colin] 1.9.11cvs15

* src/folder.c
remove printf

18 years ago2005-05-26 [colin] 1.9.11cvs14
Colin Leroy [Thu, 26 May 2005 20:38:18 +0000 (20:38 +0000)]
2005-05-26 [colin] 1.9.11cvs14

* src/common/nntp.c
Fix nntp mode reader (bug #611)
Patch by Florian Mickler <florian@mickler.org>

18 years ago2005-05-26 [colin] 1.9.11cvs13
Colin Leroy [Thu, 26 May 2005 20:14:56 +0000 (20:14 +0000)]
2005-05-26 [colin] 1.9.11cvs13

* src/plugins/pgpmime/passphrase.c
Fix mouse grabbing (bug #557)

18 years agoHelp for the next release notes :)
Colin Leroy [Thu, 26 May 2005 19:55:17 +0000 (19:55 +0000)]
Help for the next release notes :)

18 years ago2005-05-26 [colin] 1.9.11cvs12
Colin Leroy [Thu, 26 May 2005 19:54:29 +0000 (19:54 +0000)]
2005-05-26 [colin] 1.9.11cvs12

* src/prefs_themes.c
Fix g_warning

18 years ago2005-05-26 [colin] 1.9.11cvs11
Colin Leroy [Thu, 26 May 2005 19:46:08 +0000 (19:46 +0000)]
2005-05-26 [colin] 1.9.11cvs11

* src/prefs_actions.c
* src/prefs_template.c
Fix bug #506 (no warning if action/template
is not saved)
* src/common/template.c
Fix a possible crash

18 years agofix bug 477
Colin Leroy [Thu, 26 May 2005 19:31:15 +0000 (19:31 +0000)]
fix bug 477

18 years ago2005-05-26 [colin] 1.9.11cvs10
Colin Leroy [Thu, 26 May 2005 19:24:00 +0000 (19:24 +0000)]
2005-05-26 [colin] 1.9.11cvs10

* src/folder.c
* src/folderview.c
* src/procmsg.c
* src/summaryview.c
Forbid locked messages to be moved or
deleted. Locked messages in trashes
still get deleted, for performance
reason (mh.c::mh_remove_all_msgs)

18 years ago2005-05-25 [colin] 1.9.11cvs9
Colin Leroy [Wed, 25 May 2005 17:26:58 +0000 (17:26 +0000)]
2005-05-25 [colin] 1.9.11cvs9

* src/procmime.c
Use correct encoding when sending mails
with attachments that have accentued
chars in their name

18 years agoupdate Russian translation
Paul Mangan [Wed, 25 May 2005 08:19:12 +0000 (08:19 +0000)]
update Russian translation

18 years ago2005-05-24 [colin] 1.9.11cvs8
Colin Leroy [Tue, 24 May 2005 16:26:43 +0000 (16:26 +0000)]
2005-05-24 [colin] 1.9.11cvs8

* src/summaryview.c
Fix bug #688 f) read/unread marker not
changed on first click
Also, optimize summary_status_show()
calls
* src/folder.c
* src/inc.c
* src/procmime.c
Fix bug #688 b) and c) wrt message
attachments and signature
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/Makefile.am
* src/pixmaps/clip_gpg_signed.xpm
Add clip/signed icon

18 years ago2005-05-24 [colin] 1.9.11cvs7
Colin Leroy [Tue, 24 May 2005 01:12:06 +0000 (01:12 +0000)]
2005-05-24 [colin] 1.9.11cvs7

* src/folder_item_prefs.c
whitespace fix

18 years ago2005-05-24 [colin] 1.9.11cvs6
Colin Leroy [Tue, 24 May 2005 01:09:19 +0000 (01:09 +0000)]
2005-05-24 [colin] 1.9.11cvs6

* src/folderview.c
* src/prefs_common.c
* src/prefs_common.h
Add a confirmation to folder drag and drop
fixes bug #156
* src/alertpanel.c
* src/alertpanel.h
fix _with_disable parameters so that
the buttons labels are specifiable too
* src/plugins/pgpmime/sgpgme.c
reflect said change

18 years ago2005-05-24 [colin] 1.9.11cvs5
Colin Leroy [Tue, 24 May 2005 00:30:47 +0000 (00:30 +0000)]
2005-05-24 [colin] 1.9.11cvs5

* src/folderview.c
Uncollapse/collapse folders on double-click
patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
closes bug #108

18 years ago2005-05-23 [colin] 1.9.11cvs4
Colin Leroy [Mon, 23 May 2005 19:52:53 +0000 (19:52 +0000)]
2005-05-23 [colin] 1.9.11cvs4

* src/common/socket.c
Check another special SSL_peek() error.
Should help wrt bug #728

18 years ago2005-05-23 [colin] 1.9.11cvs3
Colin Leroy [Mon, 23 May 2005 19:20:57 +0000 (19:20 +0000)]
2005-05-23 [colin] 1.9.11cvs3

* src/plugins/pgpmime/pgpmime.c
Change name to "PGP MIME" instead of "PGP/MIME" to avoid
breaking menu accelerators and stuff. Users will have to
reselect "PGP MIME" instead of "PGP/MIME" in their
account's privacy preferences if needed.

18 years agoPawel Pekala listed twice
Paul Mangan [Sun, 22 May 2005 07:21:41 +0000 (07:21 +0000)]
Pawel Pekala listed twice

18 years ago* tools/kdeservicemenu/install.sh
Paul Mangan [Sun, 22 May 2005 07:16:44 +0000 (07:16 +0000)]
* tools/kdeservicemenu/install.sh
use kdesu to prompt for root password if doing
global install/uninstall
------------------------------------------------------

18 years ago2005-05-20 [colin] 1.9.11cvs2
Colin Leroy [Fri, 20 May 2005 16:24:27 +0000 (16:24 +0000)]
2005-05-20 [colin]      1.9.11cvs2

        * src/procmsg.c
                Fix another compilation error with gcc-2.9x
                Thanks to Pawel Pekala <c0rn@gazeta.pl>
        * src/send_message.c
                Don't send QUIT if we aren't connected

18 years ago2005-05-19 [colin] 1.9.11cvs1
Colin Leroy [Thu, 19 May 2005 19:53:31 +0000 (19:53 +0000)]
2005-05-19 [colin] 1.9.11cvs1

* src/procmsg.c
Fix compilation with gcc 2.9x

18 years ago1.9.11 release rel_1_9_11
Paul Mangan [Thu, 19 May 2005 13:14:47 +0000 (13:14 +0000)]
1.9.11 release

18 years ago2005-05-19 [paul] 1.9.9cvs14
Paul Mangan [Thu, 19 May 2005 13:10:23 +0000 (13:10 +0000)]
2005-05-19 [paul] 1.9.9cvs14

* src/gtk/inputdialog.c
prevent gettext warning

18 years ago2005-05-19 [paul] 1.9.9cvs13
Paul Mangan [Thu, 19 May 2005 09:16:26 +0000 (09:16 +0000)]
2005-05-19 [paul] 1.9.9cvs13

* src/mainwindow.c
* src/prefs_common.c
* src/prefs_common.h
* src/textview.c
* src/textview.h
add an option to toggle cursor in message
view (sync with main)

18 years ago2005-05-18 [colin] 1.9.9cvs12
Colin Leroy [Wed, 18 May 2005 20:42:10 +0000 (20:42 +0000)]
2005-05-18 [colin] 1.9.9cvs12

* src/compose.c
Dereference freed pointer
* src/gtk/gtkaspell.c
Fix duplication of dictionaries (is it an aspell issue?)

18 years ago2005-05-18 [colin] 1.9.9cvs11
Colin Leroy [Wed, 18 May 2005 03:07:23 +0000 (03:07 +0000)]
2005-05-18 [colin] 1.9.9cvs11

* src/gtk/inputdialog.c
* src/gtk/gtkaspell.c
HIGuify dialogs
* src/alertpanel.c
Remove a double call

18 years ago2005-05-17 [colin] 1.9.9cvs10
Colin Leroy [Tue, 17 May 2005 00:52:26 +0000 (00:52 +0000)]
2005-05-17 [colin] 1.9.9cvs10

* src/gtk/gtkaspell.c
Fix dialogs, Ctrl-Enter accel

18 years ago2005-05-17 [colin] 1.9.9cvs9
Colin Leroy [Tue, 17 May 2005 00:36:28 +0000 (00:36 +0000)]
2005-05-17 [colin] 1.9.9cvs9

* src/gtk/gtkaspell.c
Fix some accelerators, escape in replace-window

18 years ago2005-05-16 [colin] 1.9.9cvs8
Colin Leroy [Mon, 16 May 2005 20:34:42 +0000 (20:34 +0000)]
2005-05-16 [colin] 1.9.9cvs8

* src/gtk/gtkaspell.c
Revert last commit, it was a mistake.

18 years ago2005-05-16 [colin] 1.9.9cvs7
Colin Leroy [Mon, 16 May 2005 20:14:44 +0000 (20:14 +0000)]
2005-05-16 [colin] 1.9.9cvs7

* src/gtk/gtkaspell.c
Remove buggy code while we're at it. It's a
dead code path anyway.

18 years ago2005-05-16 [colin] 1.9.9cvs6
Colin Leroy [Mon, 16 May 2005 20:00:59 +0000 (20:00 +0000)]
2005-05-16 [colin] 1.9.9cvs6

* src/gtk/gtkaspell.c
Missed some gtk_menu_popup where deactivate
signal should be handled. Should fix bug
#629 a bit more.

18 years ago2005-05-16 [colin] 1.9.9cvs5
Colin Leroy [Mon, 16 May 2005 19:40:31 +0000 (19:40 +0000)]
2005-05-16 [colin] 1.9.9cvs5

* src/gtk/gtkaspell.c
Remove debug printf()s

18 years ago2005-05-16 [colin] 1.9.9cvs4
Colin Leroy [Mon, 16 May 2005 17:17:13 +0000 (17:17 +0000)]
2005-05-16 [colin]      1.9.9cvs4

        * src/gtk/gtkaspell.c
                Fix a bit aspell problems
                (see bug #629)

18 years ago2005-05-13 [colin] 1.9.9cvs3
Colin Leroy [Fri, 13 May 2005 17:27:57 +0000 (17:27 +0000)]
2005-05-13 [colin] 1.9.9cvs3

* src/folderview.c
Fix the + appearing even when no subfolders
have unread messages. Thanks to wwp for the
bug report.

18 years ago2005-05-11 [paul] 1.9.9cvs2
Paul Mangan [Wed, 11 May 2005 05:59:26 +0000 (05:59 +0000)]
2005-05-11 [paul] 1.9.9cvs2

* src/folderview.c
correction to 1.9.9cvs1, only colour folders that
have new msgs (not unread msgs)

18 years ago2005-05-10 [colin] 1.9.9cvs1
Colin Leroy [Tue, 10 May 2005 17:18:39 +0000 (17:18 +0000)]
2005-05-10 [colin] 1.9.9cvs1

* src/folderview.c
* src/summaryview.c
Try to fix bolding bugs again.

18 years agoadd i18n status script
Paul Mangan [Mon, 9 May 2005 13:20:07 +0000 (13:20 +0000)]
add i18n status script

18 years ago1.9.9 release rel_1_9_9
Paul Mangan [Mon, 9 May 2005 11:49:10 +0000 (11:49 +0000)]
1.9.9 release

18 years ago2005-05-09 [paul] 1.9.6cvs58
Paul Mangan [Mon, 9 May 2005 11:46:54 +0000 (11:46 +0000)]
2005-05-09 [paul] 1.9.6cvs58

* AUTHORS
* INSTALL
* README.claws
updated
* Makefile.am
* RELEASE_NOTES.claws
add release notes to cvs to simplify release
procedure
* configure.ac
add ca and fi to ALL_LINGUAS
* po/Makefile.in.in
workaround for missing Makevars
* po/ca.po
* po/fi.po
add new Catalan and Finnish translations
submitted by Miquel Oliete and Flammie Pirinen
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/pl.po
* po/ru.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
Urke MMI, and Hansom Young
* src/main.c
Fix drafting when quitting. compose_draft() closes the
compose windows, which modifies the compose_list GSList.
We have to refresh this list after echo drafting to avoid a
segfault
* src/partial_download.c
fix segfault on exit

18 years ago2005-05-06 [paul] 1.9.6cvs57
Paul Mangan [Fri, 6 May 2005 09:25:54 +0000 (09:25 +0000)]
2005-05-06 [paul] 1.9.6cvs57

* src/grouplistdialog.c
quick fix/workaround for unresizeable newsgroup
name column

18 years ago2005-05-06 [paul] 1.9.6cvs56
Paul Mangan [Fri, 6 May 2005 08:16:44 +0000 (08:16 +0000)]
2005-05-06 [paul] 1.9.6cvs56

* src/inc.c
* src/mainwindow.c
use gettext plural forms
* src/imap_gtk.c
* src/mh_gtk.c
* src/toolbar.c
small improvement to english usage

18 years ago2005-05-05 [thorsten] 1.9.6cvs55
Thorsten Maerz [Thu, 5 May 2005 17:31:15 +0000 (17:31 +0000)]
2005-05-05 [thorsten] 1.9.6cvs55

* src/folder.c
fix possible crash

18 years ago2005-05-05 [paul] 1.9.6cvs54
Paul Mangan [Thu, 5 May 2005 11:38:49 +0000 (11:38 +0000)]
2005-05-05 [paul] 1.9.6cvs54

sync with HEAD

* AUTHORS
* src/compose.c
fix bug 713 'Resent-To and Resent-Cc headers are garbled'
patch by Tim Mann

18 years ago2005-05-05 [paul] 1.9.6cvs53
Paul Mangan [Thu, 5 May 2005 09:19:58 +0000 (09:19 +0000)]
2005-05-05 [paul] 1.9.6cvs53

* src/mainwindow.c
fix resizing of separate message and
folder views

18 years ago2005-05-05 [paul] 1.9.6cvs52
Paul Mangan [Thu, 5 May 2005 08:18:20 +0000 (08:18 +0000)]
2005-05-05 [paul] 1.9.6cvs52

* src/account.c
* src/addrgather.c
* src/browseldap.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/importmutt.c
* src/importpine.c
* src/main.c
* src/mainwindow.c
* src/noticeview.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
* src/prefs_spelling.c
* src/prefs_toolbar.c
* src/toolbar.c
* src/wizard.c
* src/gtk/description_window.c
* src/gtk/gtkvscrollbutton.c
* src/gtk/progressdialog.c
* src/gtk/quicksearch.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/spamassassin/spamassassin_gtk.c
replace deprecated gtk_widget_set_usize

18 years ago2005-05-04 [colin] 1.9.6cvs51
Colin Leroy [Wed, 4 May 2005 22:56:02 +0000 (22:56 +0000)]
2005-05-04 [colin] 1.9.6cvs51

* src/common/utils.c
Fix crash when subst_for_filename is called
with a NULL parameter

18 years ago2005-05-04 [colin] 1.9.6cvs50
Colin Leroy [Wed, 4 May 2005 16:49:23 +0000 (16:49 +0000)]
2005-05-04 [colin] 1.9.6cvs50

* src/partial_download.c
* src/pop.c
Escape login when writing uidl file
fixes bug #736

18 years ago2005-05-03 [colin] 1.9.6cvs49
Colin Leroy [Tue, 3 May 2005 16:21:06 +0000 (16:21 +0000)]
2005-05-03 [colin]      1.9.6cvs49

        * src/procmime.c
                Fix possible DOS in mime parser
                (see bug #634)

18 years ago2005-05-02 [colin] 1.9.6cvs48
Colin Leroy [Mon, 2 May 2005 17:24:57 +0000 (17:24 +0000)]
2005-05-02 [colin] 1.9.6cvs48

* src/compose.c
Try to fix the copy/paste mess once again.

18 years ago2005-04-30 [colin] 1.9.6cvs47
Colin Leroy [Sat, 30 Apr 2005 16:47:40 +0000 (16:47 +0000)]
2005-04-30 [colin] 1.9.6cvs47

* src/prefs_account.h
* src/procmsg.c
* src/send_message.c
* src/common/smtp.c
* src/common/smtp.h
Try to batch sending mails (per account) instead of
reconnecting to server every time.

18 years agosame here
Colin Leroy [Fri, 29 Apr 2005 17:28:43 +0000 (17:28 +0000)]
same here

18 years ago2005-04-29 [colin] 1.9.6cvs46
Colin Leroy [Fri, 29 Apr 2005 17:10:34 +0000 (17:10 +0000)]
2005-04-29 [colin] 1.9.6cvs46

* src/messageview.c
Fix window resizing that refused to size down
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_filtering.c
Save Filtering's window size

19 years ago2005-04-21 [paul] 1.9.6cvs45
Paul Mangan [Thu, 21 Apr 2005 07:14:20 +0000 (07:14 +0000)]
2005-04-21 [paul] 1.9.6cvs45

* ChangeLog-gtk2.claws
* src/setup.c
correction to sync

19 years ago2005-04-21 [paul] 1.9.6cvs44
Paul Mangan [Thu, 21 Apr 2005 06:49:55 +0000 (06:49 +0000)]
2005-04-21 [paul] 1.9.6cvs44

sync with main:

* src/setup.c
* src/statusbar.c
* src/statusbar.h
* src/textview.c
use gtkut_widget_draw_now(). Improved performance
of the update of statusbar
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
gtkut_widget_draw_now(): use gdk_window_process_updates()
to force update of widgets.
Removed gtkut_widget_wait_for_draw() which had a big
overhead  because of waiting for all events processed

19 years ago2005-04-20 [paul] 1.9.6cvs43
Paul Mangan [Wed, 20 Apr 2005 04:14:07 +0000 (04:14 +0000)]
2005-04-20 [paul] 1.9.6cvs43

* src/codeconv.c
complete 1.9.6cvs42's sync:
Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)

19 years ago2005-04-19 [paul] 1.9.6cvs42
Paul Mangan [Tue, 19 Apr 2005 16:19:40 +0000 (16:19 +0000)]
2005-04-19 [paul] 1.9.6cvs42

sync with main:

* src/action.c
catch_output(): correctly select the insert text
(fix invalid iterator warnings).
* src/codeconv.c
* src/codeconv.h
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
support GBK encoding. Fallback to GBK if "X-GBK"
is passed (thanks to SuperMMX)
* src/common/session.c
* src/common/session.h
use separate buffer for large data to be sent,
and don't duplicate it (reduces memory usage) (thanks to Dirk).

19 years ago2005-04-18 [paul] 1.9.6cvs41
Paul Mangan [Mon, 18 Apr 2005 06:44:31 +0000 (06:44 +0000)]
2005-04-18 [paul] 1.9.6cvs41

* src/jpilot.c
convert unsigned long into guint32
patch by Paul LeoNerd Evans

19 years ago2005-04-17 [colin] 1.9.6cvs40
Colin Leroy [Sun, 17 Apr 2005 17:20:50 +0000 (17:20 +0000)]
2005-04-17 [colin] 1.9.6cvs40

* src/compose.c
Fix 'Request return receipt' from folder
properties (bug #708)

19 years ago2005-04-17 [colin] 1.9.6cvs39
Colin Leroy [Sun, 17 Apr 2005 17:04:25 +0000 (17:04 +0000)]
2005-04-17 [colin] 1.9.6cvs39

* src/mainwindow.c
Fix duplicate hotkeys in Mainwindow's menu

19 years ago2005-04-17 [colin] 1.9.6cvs38
Colin Leroy [Sun, 17 Apr 2005 17:00:25 +0000 (17:00 +0000)]
2005-04-17 [colin]      1.9.6cvs38

        * src/folderview.c
                Fix duplicate hotkeys in Folderview's contextual
                menu

19 years ago2005-04-15 [colin] 1.9.6cvs37
Colin Leroy [Fri, 15 Apr 2005 17:18:17 +0000 (17:18 +0000)]
2005-04-15 [colin] 1.9.6cvs37

* src/summaryview.c
Fix 'Save as...' with non-ascii filenames

19 years ago2005-04-15 [colin] 1.9.6cvs36
Colin Leroy [Fri, 15 Apr 2005 17:05:47 +0000 (17:05 +0000)]
2005-04-15 [colin] 1.9.6cvs36

* src/plugins/pgpmime/pgpmime.c
Fix bus error on 64bit. Spotted by
macallan1888@gmail.com

19 years ago2005-04-15 [colin] 1.9.6cvs35
Colin Leroy [Fri, 15 Apr 2005 08:14:15 +0000 (08:14 +0000)]
2005-04-15 [colin] 1.9.6cvs35

* src/prefs_account.c
Fix cvs34.

19 years ago-i patch -> Patch
Colin Leroy [Tue, 12 Apr 2005 20:56:53 +0000 (20:56 +0000)]
-i patch -> Patch

19 years agothe same without syntax errors
Colin Leroy [Tue, 12 Apr 2005 17:58:06 +0000 (17:58 +0000)]
the same without syntax errors

19 years agoprevent commiting when configure.ac needs patch
Colin Leroy [Tue, 12 Apr 2005 17:56:12 +0000 (17:56 +0000)]
prevent commiting when configure.ac needs patch

19 years agoraah forgot to update again
Colin Leroy [Tue, 12 Apr 2005 17:53:16 +0000 (17:53 +0000)]
raah forgot to update again

19 years ago2005-04-12 [paul] 1.9.6cvs33
Paul Mangan [Tue, 12 Apr 2005 06:39:20 +0000 (06:39 +0000)]
2005-04-12 [paul] 1.9.6cvs33

* src/inc.c
if the recv dialog is visible, Cancel only
cancels the current account

19 years ago2005-04-10 [colin] 1.9.6cvs32
Colin Leroy [Sun, 10 Apr 2005 15:49:15 +0000 (15:49 +0000)]
2005-04-10 [colin] 1.9.6cvs32

* src/filtering.c
Copy score when copying FilteringActions
Fix bug #674