claws.git
19 years ago2005-04-02 [colin] 1.9.6cvs22
Colin Leroy [Sat, 2 Apr 2005 22:23:30 +0000 (22:23 +0000)]
2005-04-02 [colin] 1.9.6cvs22

* src/summaryview.c
Make scrolling faster. Patch by Alfons.

19 years ago2005-04-01 [colin] 1.9.6cvs21
Colin Leroy [Fri, 1 Apr 2005 09:17:19 +0000 (09:17 +0000)]
2005-04-01 [colin] 1.9.6cvs21

* src/Makefile.am
* src/stock_pixmap.c
* src/pixmaps/dir-noselect.xpm ** REMOVED **
* src/pixmaps/dir_noselect.xpm ** ADDED **
Fix pixmap name mismatch (Thanks Stephan Sachse)

19 years ago2005-04-01 [colin] 1.9.6cvs20
Colin Leroy [Fri, 1 Apr 2005 08:16:46 +0000 (08:16 +0000)]
2005-04-01 [colin] 1.9.6cvs20

* src/image_viewer.c
* src/image_viewer.h
* src/procmime.c
* src/procmime.h
* src/textview.c
* src/textview.h
Implement inline image resizing and right-clicking

19 years ago2005-04-01 [paul] 1.9.6cvs19
Paul Mangan [Fri, 1 Apr 2005 07:21:22 +0000 (07:21 +0000)]
2005-04-01 [paul] 1.9.6cvs19

* AUTHORS
* Makefile.am
* configure.ac
check for gnome2
patch by Luca Cavalli <loopback<AT>slackit.org>
* po/ru.po
updated by Pavlo Bohmat

19 years ago2005-03-31 [colin] 1.9.6cvs18
Colin Leroy [Thu, 31 Mar 2005 15:31:13 +0000 (15:31 +0000)]
2005-03-31 [colin] 1.9.6cvs18

* src/news.c
Fix parsing references
* src/msgcache.c
don't put nulls in the references list
* src/procheader.c
commit that forgotten file in 1.9.6cvs14

19 years ago2005-03-31 [colin] 1.9.6cvs17
Colin Leroy [Thu, 31 Mar 2005 12:09:11 +0000 (12:09 +0000)]
2005-03-31 [colin] 1.9.6cvs17

* src/compose.c
Fix joining of signature separator again.
Maybe Hiro could put it in main too...

19 years ago2005-03-31 [colin] 1.9.6cvs16
Colin Leroy [Thu, 31 Mar 2005 06:35:45 +0000 (06:35 +0000)]
2005-03-31 [colin] 1.9.6cvs16

* src/Makefile.am
* src/foldersel.c
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/pixmaps/dir-noselect.xpm
Update foldersel.c (sync from main, patch by Alfons)

19 years ago2005-03-30 [colin] 1.9.6cvs15
Colin Leroy [Wed, 30 Mar 2005 20:37:20 +0000 (20:37 +0000)]
2005-03-30 [colin] 1.9.6cvs15

* src/imap.c
Fix handling of imap folders containing [] in
their name. Thanks to Nahuel Angelinetti for
the detailed bugreport.

19 years agothis works when switching from LAN to GPRS (different ip, mask, route, dns).
Colin Leroy [Wed, 30 Mar 2005 20:33:48 +0000 (20:33 +0000)]
this works when switching from LAN to GPRS (different ip, mask, route, dns).

19 years ago2005-03-30 [colin] 1.9.6cvs14
Colin Leroy [Wed, 30 Mar 2005 20:29:56 +0000 (20:29 +0000)]
2005-03-30 [colin] 1.9.6cvs14

* src/common/utils.h
* src/common/utils.c
* src/common/defs.h
* src/matcher.c
* src/msgcache.c
* src/news.c
* src/procmsg.c
* src/procmsg.h
* src/quote_fmt_parse.y
* src/summaryview.c
Update references system. Patch by Alfons

19 years ago2005-03-30 [colin] 1.9.6cvs13
Colin Leroy [Wed, 30 Mar 2005 16:11:22 +0000 (16:11 +0000)]
2005-03-30 [colin] 1.9.6cvs13

* src/common/socket.c
Force the glibc to read resolv.conf again when
it has changed. Should fix issues when changing
networks on a laptop and not restarting sylpheed.
(I'll check tomorrow if a similar hack has to be
done if the route changes).

19 years ago2005-03-30 [paul] 1.9.6cvs12
Paul Mangan [Wed, 30 Mar 2005 12:01:26 +0000 (12:01 +0000)]
2005-03-30 [paul] 1.9.6cvs12

partial sync with main:

* src/action.c
create_io_dialog(): use user-defined text font
(thanks to Alfons), and modified its appearance.
* src/addrgather.c
* src/addrharvest.c
* src/browseldap.c
replace old code
* src/compose.c
don't join (presumably) itemized lines on line-wrapping
fixed wrapping of quote when auto-wrapping is enabled
compose_destroy(): destroy paned only if it's not
attached to window. Fixed memory leak of popup menu.
* src/exphtmldlg.c
* src/expldifdlg.c
replace old code
* src/html.c
* src/html.h
* src/importmutt.c
* src/importpine.c
replace old code
* src/main.c
removed redundant code
* src/mainwindow.c
changed 'Code set' (which is rather incorrect)
in the menu to 'Character encoding'
main_window_set_widgets(): request size first
to prevent window size becoming wrong
fixed remembering of the state of the visibility
of MessageView
* src/messageview.c
changed 'Code set' (which is rather incorrect)
in the menu to 'Character encoding'
* src/prefs_common.c
* src/prefs_common.h
added an option whether to render HTML as text or not
added separators to outgoing encoding menu
* src/procheader.c
procheader_scan_date_string(): support header
like: "[Tue,] 01 Feb 2005 09:57[:00]"
* src/summaryview.c
* src/summaryview.h
minor code cleanup
* src/textview.c
textview_show_html(): force output of newline
added an option whether to render HTML as text or not
* src/common/utils.c
strncpy2(): optimized based on Alfons' code
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
removed non-used code
* src/plugins/pgpmime/passphrase.c
partially fixed grab input of passphrase dialog
Confine pointer to window

19 years ago2005-03-30 [colin] 1.9.6cvs11
Colin Leroy [Wed, 30 Mar 2005 10:13:48 +0000 (10:13 +0000)]
2005-03-30 [colin]      1.9.6cvs11

        * src/msgcache.c
        * src/msgcache.h
                Read/write 32bit ints from cache & marks
                From main.

19 years ago2005-03-29 [paul] 1.9.6cvs10
Paul Mangan [Tue, 29 Mar 2005 08:24:45 +0000 (08:24 +0000)]
2005-03-29 [paul] 1.9.6cvs10

* AUTHORS
* ChangeLog.claws
* src/compose.c
* src/gtk/gtkaspell.c
sync with HEAD (don't pass NULL pointers)

19 years agoclean up early morning mess (tsk)
Paul Mangan [Thu, 24 Mar 2005 07:59:30 +0000 (07:59 +0000)]
clean up early morning mess (tsk)

19 years agoadd script to send pdfs as attachments from Adobe Reader 7
Paul Mangan [Thu, 24 Mar 2005 07:49:41 +0000 (07:49 +0000)]
add script to send pdfs as attachments from Adobe Reader 7

19 years agoThis commit was manufactured by cvs2svn to create branch 'gtk2'.
Claws Mail Team [Thu, 24 Mar 2005 07:45:08 +0000 (07:45 +0000)]
This commit was manufactured by cvs2svn to create branch 'gtk2'.

Cherrypick from master 2005-03-24 07:45:07 UTC twb 'add script to send pdfs as attachments from Adobe Reader 7':
    tools/acroread2sylpheed.pl

19 years ago2005-03-21 [paul] 1.9.6cvs9
Paul Mangan [Mon, 21 Mar 2005 09:47:35 +0000 (09:47 +0000)]
2005-03-21 [paul] 1.9.6cvs9

* configure.ac
* po/POTFILES.in
* src/Makefile.am
* src/crash.c
* src/image_viewer.c ** ADDED **
* src/image_viewer.h ** ADDED **
* src/main.c
* src/prefs_common.c
* src/prefs_common.h
* src/prefs_image_viewer.c ** ADDED **
* src/prefs_image_viewer.h ** ADDED **
* src/textview.c
* src/gtk/about.c
* src/pixmaps/sylpheed_logo.xpm
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore ** REMOVED **
* src/plugins/image_viewer/Makefile.am ** REMOVED **
* src/plugins/image_viewer/plugin.c ** REMOVED **
* src/plugins/image_viewer/viewer.c ** REMOVED **
* src/plugins/image_viewer/viewer.glade ** REMOVED **
* src/plugins/image_viewer/viewer.h ** REMOVED **
* src/plugins/image_viewer/viewerprefs.c ** REMOVED **
* src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
* src/plugins/image_viewer/viewerprefs.h ** REMOVED **
as gdk-pixbuf is now built-in
remove image_viewer plugin and put code back into
main codebase
implement inline image display (sync with main)

  replace logo with newer, nicer, larger version

19 years ago2005-03-21 [paul] 1.9.6cvs8
Paul Mangan [Mon, 21 Mar 2005 08:00:51 +0000 (08:00 +0000)]
2005-03-21 [paul] 1.9.6cvs8

* src/gtk/about.c
cosmetic improvement

19 years ago2005-03-21 [holger] 1.9.6cvs7
Holger Berndt [Mon, 21 Mar 2005 05:21:43 +0000 (05:21 +0000)]
2005-03-21 [holger] 1.9.6cvs7

* src/plugins/spamassassin/spamassassin.c
Sync with HEAD
(unregister hook on failed plugin init)

19 years ago2005-03-20 [colin] 1.9.6cvs6
Colin Leroy [Sun, 20 Mar 2005 21:49:06 +0000 (21:49 +0000)]
2005-03-20 [colin] 1.9.6cvs6

* src/common/plugin.c
Check that plugin isn't already loaded
Patch by Alfons

19 years ago2005-03-20 [thorsten] 1.9.6cvs5
Thorsten Maerz [Sun, 20 Mar 2005 18:52:51 +0000 (18:52 +0000)]
2005-03-20 [thorsten] 1.9.6cvs5

* src/compose.c
use a more compatible syntax

19 years ago2005-03-20 [thorsten] 1.9.6cvs4
Thorsten Maerz [Sun, 20 Mar 2005 18:49:16 +0000 (18:49 +0000)]
2005-03-20 [thorsten] 1.9.6cvs4

* src/prefs_toolbar.c
fix crash when selecting toolbar item (uninitialized pointer)

19 years ago2005-03-20 [thorsten] 1.9.6cvs3
Thorsten Maerz [Sun, 20 Mar 2005 18:47:24 +0000 (18:47 +0000)]
2005-03-20 [thorsten] 1.9.6cvs3

* src/procmime.c
fix mimetype detection (referenced free()d string)

19 years agoUpdate commitHelper so that we don't use EXTRA_GTK2_VERSION by default
Colin Leroy [Sun, 20 Mar 2005 08:09:22 +0000 (08:09 +0000)]
Update commitHelper so that we don't use EXTRA_GTK2_VERSION by default
anymore.

19 years ago2005-03-20 [paul] 1.9.6cvs2 gtk2_win32_new_merge
Paul Mangan [Sun, 20 Mar 2005 05:40:43 +0000 (05:40 +0000)]
2005-03-20 [paul] 1.9.6cvs2

* src/compose.c
sync with HEAD (1.0.3cvs5)
neglect Reply-To header if empty
Patch by Alfons

19 years ago2005-03-19 [holger] 1.9.6cvs1
Holger Berndt [Sat, 19 Mar 2005 03:19:22 +0000 (03:19 +0000)]
2005-03-19 [holger] 1.9.6cvs1

* src/summaryview.c
* src/summaryview.h
Sync with HEAD

19 years agoinitial GTK2 release, version 1.9.6 rel_1_9_6
Paul Mangan [Fri, 18 Mar 2005 17:34:15 +0000 (17:34 +0000)]
initial GTK2 release, version 1.9.6

19 years ago2005-03-18 [paul] 1.0.3cvs3.1
Paul Mangan [Fri, 18 Mar 2005 16:16:15 +0000 (16:16 +0000)]
2005-03-18 [paul] 1.0.3cvs3.1

* AUTHORS
* ChangeLog.claws
* configure.ac
* src/gtk/about.c
* src/pixmaps/sylpheed_logo.xpm
sync with HEAD

19 years ago2005-03-18 [colin] 1.0.3cvs2.6
Colin Leroy [Fri, 18 Mar 2005 10:28:16 +0000 (10:28 +0000)]
2005-03-18 [colin]      1.0.3cvs2.6

        * src/summaryview.c
                Remove call to summary_step in summary_copy_selected_to
                Can't see its purpose, and this causes bug when copying
                a message if the next one is unread: it reads it.

19 years ago2005-03-18 [paul] 1.0.3cvs2.5
Paul Mangan [Fri, 18 Mar 2005 08:04:18 +0000 (08:04 +0000)]
2005-03-18 [paul] 1.0.3cvs2.5

* src/foldersel.c
fix bug 694 'Enter doesn't trigger OK in "Move" window'

19 years ago2005-03-18 [paul] 1.0.3cvs2.4
Paul Mangan [Fri, 18 Mar 2005 07:56:55 +0000 (07:56 +0000)]
2005-03-18 [paul] 1.0.3cvs2.4

* src/addrharvest.c
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/news.c
* src/procheader.c
* src/procmime.c
* src/unmime.c
* src/unmime.h
fix buffer overflow, CAN-2005-0667, see
http://secunia.com/advisories/14491/
Patch by Alfons

19 years agofix font issues in summaryview
Colin Leroy [Thu, 17 Mar 2005 16:40:09 +0000 (16:40 +0000)]
fix font issues in summaryview

19 years ago2005-03-17 [paul] 1.0.3cvs2.2
Paul Mangan [Thu, 17 Mar 2005 08:26:03 +0000 (08:26 +0000)]
2005-03-17 [paul] 1.0.3cvs2.2

* src/gtk/pluginwindow.c
make plugin descriptions uneditable

19 years ago2005-03-11 [paul] 1.0.3cvs2.1
Paul Mangan [Fri, 11 Mar 2005 10:11:28 +0000 (10:11 +0000)]
2005-03-11 [paul] 1.0.3cvs2.1

* ChangeLog.claws
* configure.ac
* po/POTFILES.in
* src/plugins/trayicon/trayicon.c
sync with HEAD
add src/wizard.c to POTFILES.in

19 years agocommit the correct file
Paul Mangan [Fri, 11 Mar 2005 08:45:43 +0000 (08:45 +0000)]
commit the correct file

19 years ago2005-03-11 [paul] 1.0.3cvs1.1
Paul Mangan [Fri, 11 Mar 2005 07:47:55 +0000 (07:47 +0000)]
2005-03-11 [paul] 1.0.3cvs1.1

* ChangeLog
* ChangeLog.claws
* configure.ac
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/pt_BR.po
* po/ru.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
sync with HEAD

19 years ago2005-03-04 [colin] 1.0.1cvs22.2
Colin Leroy [Fri, 4 Mar 2005 14:57:22 +0000 (14:57 +0000)]
2005-03-04 [colin] 1.0.1cvs22.2

* src/compose.c
Fix signatures with accentued chars in it

19 years ago2005-03-04 [colin] 1.0.1cvs22.1
Colin Leroy [Fri, 4 Mar 2005 14:34:04 +0000 (14:34 +0000)]
2005-03-04 [colin] 1.0.1cvs22.1

* src/common/smtp.c
* src/common/smtp.h
Don't use SIZE param in MAIL FROM: if server
doesn't support it. Patch by Eugen Freiter
<eugen_f@users.sf.net>

19 years ago2005-02-27 [paul] 1.0.1cvs20.1
Paul Mangan [Sun, 27 Feb 2005 16:26:51 +0000 (16:26 +0000)]
2005-02-27 [paul] 1.0.1cvs20.1

* ChangeLog.claws
* configure.ac
* src/messageview.c
sync with HEAD

19 years ago2005-02-27 [colin] 1.0.1cvs19.4
Colin Leroy [Sun, 27 Feb 2005 09:48:55 +0000 (09:48 +0000)]
2005-02-27 [colin] 1.0.1cvs19.4

* src/procheader.c
* src/procheader.h
Fix prototypes. Patch by Alfons

19 years ago2005-02-27 [colin] 1.0.1cvs19.3
Colin Leroy [Sun, 27 Feb 2005 09:45:04 +0000 (09:45 +0000)]
2005-02-27 [colin] 1.0.1cvs19.3

* src/compose.c
Don't auto-join the signature separator.

19 years ago2005-02-26 [colin] 1.0.1cvs19.2
Colin Leroy [Sat, 26 Feb 2005 11:31:46 +0000 (11:31 +0000)]
2005-02-26 [colin] 1.0.1cvs19.2

* src/summaryview.c
Fix 'mark all read' with collapsed threads.
Patch by Alfons.

19 years ago2005-02-25 [paul] 1.0.1cvs19.1
Paul Mangan [Fri, 25 Feb 2005 10:21:53 +0000 (10:21 +0000)]
2005-02-25 [paul] 1.0.1cvs19.1

* ChangeLog.claws
* configure.ac
* src/prefs_account.c
* src/prefs_folder_item.c
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
sync with HEAD

19 years ago2005-02-25 [paul] 1.0.1cvs15.12
Paul Mangan [Fri, 25 Feb 2005 09:02:57 +0000 (09:02 +0000)]
2005-02-25 [paul] 1.0.1cvs15.12

* src/alertpanel.c
* src/codeconv.c
* src/compose.c
* src/textview.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/logwindow.c
* src/gtk/progressdialog.c
sync with main (revision 127)
and fix logwindow clipping

19 years ago2005-02-24 [colin] 1.0.1cvs15.11
Colin Leroy [Thu, 24 Feb 2005 07:28:27 +0000 (07:28 +0000)]
2005-02-24 [colin] 1.0.1cvs15.11

* src/plugins/pgpmime/passphrase.c
Disable input grabbing; it doesn't work yet.

19 years ago2005-02-24 [colin] 1.0.1cvs15.10
Colin Leroy [Thu, 24 Feb 2005 07:23:56 +0000 (07:23 +0000)]
2005-02-24 [colin]      1.0.1cvs15.10

        * src/messageview.c
                Don't send out receipts if offline. Ask.

19 years ago2005-02-23 [colin] 1.0.1cvs15.9
Colin Leroy [Wed, 23 Feb 2005 15:46:15 +0000 (15:46 +0000)]
2005-02-23 [colin] 1.0.1cvs15.9

* src/summaryview.c
Fix expanding

19 years ago2005-02-23 [colin] 1.0.1cvs15.8
Colin Leroy [Wed, 23 Feb 2005 14:54:00 +0000 (14:54 +0000)]
2005-02-23 [colin] 1.0.1cvs15.8

* src/summaryview.c
Really fix Bug 568 by removing useless
calls. summary_thread_init() now called
in summary_sort(). This should please
Alfons as it should be faster than
previously.

19 years ago2005-02-23 [colin] 1.0.1cvs15.7
Colin Leroy [Wed, 23 Feb 2005 13:36:18 +0000 (13:36 +0000)]
2005-02-23 [colin] 1.0.1cvs15.7

* src/compose.c
Encode parts as QP or B64 if signing

19 years ago2005-02-23 [colin] 1.0.1cvs15.6
Colin Leroy [Wed, 23 Feb 2005 08:07:52 +0000 (08:07 +0000)]
2005-02-23 [colin] 1.0.1cvs15.6

* src/compose.c
Fix Mimeinfo leakage (including tmp files)
* src/procmsg.c
Fix tmp file leakage (spotted by Ivan Rayner)

19 years agofix mistake
Colin Leroy [Tue, 22 Feb 2005 12:30:53 +0000 (12:30 +0000)]
fix mistake

19 years ago2005-02-22 [colin] 1.0.1cvs15.5
Colin Leroy [Tue, 22 Feb 2005 07:27:23 +0000 (07:27 +0000)]
2005-02-22 [colin] 1.0.1cvs15.5

* src/expldifdlg.c
Fix keyboard input. Patch by Alfons.

19 years ago2005-02-21 [colin] 1.0.1cvs15.4
Colin Leroy [Mon, 21 Feb 2005 16:34:25 +0000 (16:34 +0000)]
2005-02-21 [colin] 1.0.1cvs15.4

* src/compose.c
Fix Sign/Encrypt when unselecting privacy
system
* src/prefs_common.c
Change default message font to Monospace
* src/summaryview.c
More freezing during potentially large operations

19 years ago2005-02-21 [paul] 1.0.1cvs15.3
Paul Mangan [Mon, 21 Feb 2005 15:36:28 +0000 (15:36 +0000)]
2005-02-21 [paul] 1.0.1cvs15.3

* src/main.c
fix --help output

19 years ago2005-02-21 [paul] 1.0.1cvs15.2
Paul Mangan [Mon, 21 Feb 2005 10:18:27 +0000 (10:18 +0000)]
2005-02-21 [paul] 1.0.1cvs15.2

* po/Makefile.in.in
* src/compose.c
* src/summaryview.c
* src/textview.c
* src/common/utils.c
* src/common/utils.h
sync with main (revision 117)

19 years agomistake
Colin Leroy [Sun, 20 Feb 2005 08:21:00 +0000 (08:21 +0000)]
mistake

19 years ago2005-02-20 [colin] 1.0.1cvs151
Colin Leroy [Sun, 20 Feb 2005 07:55:33 +0000 (07:55 +0000)]
2005-02-20 [colin] 1.0.1cvs151

* src/common/defs.h
Change cache file to .sylpheed_claws_cache, as
suggested by Alfons. Allows people to switch
between Sylpheed and Sylpheed-Claws. it is
a good idea to "Check for new messages" at next
startup.

19 years ago2005-02-18 [colin] 1.0.1cvs14.1
Colin Leroy [Fri, 18 Feb 2005 12:26:15 +0000 (12:26 +0000)]
2005-02-18 [colin] 1.0.1cvs14.1

* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
Fix parser initialisation. Patch by Ivan.

19 years ago2005-02-18 [colin] 1.0.1cvs11.6
Colin Leroy [Fri, 18 Feb 2005 10:17:54 +0000 (10:17 +0000)]
2005-02-18 [colin] 1.0.1cvs11.6

* src/folderview.c
Fix scrolldown (bug 662)

19 years ago2005-02-17 [colin] 1.0.1cvs11.5
Colin Leroy [Thu, 17 Feb 2005 08:54:47 +0000 (08:54 +0000)]
2005-02-17 [colin] 1.0.1cvs11.5

* src/codeconv.c
conv_filename_to_utf8: return clean 7bit instead
of broken utf8 if needed
* src/mimeview.c
Fix display of parts with unclean 8bit names

19 years ago2005-02-17 [paul] 1.0.1cvs11.4
Paul Mangan [Thu, 17 Feb 2005 08:09:56 +0000 (08:09 +0000)]
2005-02-17 [paul] 1.0.1cvs11.4

* src/compose.c
* src/exportldif.c
* src/matcher_parser_parse.y
* src/procmime.c
* src/sourcewindow.c
* src/common/Makefile.am
* src/common/intl.h  ** REMOVED **
* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
sync with main (revision 109)
and clean up

19 years ago2005-02-16 [colin] 1.0.1cvs11.3
Colin Leroy [Wed, 16 Feb 2005 10:35:35 +0000 (10:35 +0000)]
2005-02-16 [colin] 1.0.1cvs11.3

* src/summaryview.c
Fix collapsed thread not highlighting when new
messages in it (Bug 568) Patch by Stephan Sachse.
Fix messed up selection when reaching bounds (Bug 632)
* src/prefs_themes.c
Fix theme installing (Bug 684)

19 years ago2005-02-16 [colin] 1.0.1cvs11.2
Colin Leroy [Wed, 16 Feb 2005 09:28:53 +0000 (09:28 +0000)]
2005-02-16 [colin] 1.0.1cvs11.2

* src/messageview.c
Fix messageview_select_all

19 years ago2005-02-16 [colin] 1.0.1cvs11.1
Colin Leroy [Wed, 16 Feb 2005 07:35:34 +0000 (07:35 +0000)]
2005-02-16 [colin] 1.0.1cvs11.1

* src/mh.c
Sync with HEAD (MH scan required function)

19 years agosame here
Colin Leroy [Tue, 15 Feb 2005 15:07:09 +0000 (15:07 +0000)]
same here

19 years agochangelog sync
Colin Leroy [Tue, 15 Feb 2005 15:03:11 +0000 (15:03 +0000)]
changelog sync

19 years ago2005-02-15 [colin] 1.0.1cvs8.1
Colin Leroy [Tue, 15 Feb 2005 15:00:28 +0000 (15:00 +0000)]
2005-02-15 [colin] 1.0.1cvs8.1

* src/mimeview.c
* src/common/utils.c
Sync with HEAD

19 years ago2005-02-15 [colin] 1.0.1cvs7.3
Colin Leroy [Tue, 15 Feb 2005 10:30:55 +0000 (10:30 +0000)]
2005-02-15 [colin] 1.0.1cvs7.3

* src/gtk/pluginwindow.c
Fix button spacing

19 years ago2005-02-15 [colin] 1.0.1cvs7.2
Colin Leroy [Tue, 15 Feb 2005 10:19:29 +0000 (10:19 +0000)]
2005-02-15 [colin] 1.0.1cvs7.2

* src/mimeview.c
Fix mime icons not reset across message when
scrolled down

19 years ago2005-02-15 [colin] 1.0.1cvs7.1
Colin Leroy [Tue, 15 Feb 2005 07:41:11 +0000 (07:41 +0000)]
2005-02-15 [colin] 1.0.1cvs7.1

* src/compose.c
* src/procmime.c
Sync with HEAD

19 years ago2005-02-14 [colin] 1.0.1cvs6.1
Colin Leroy [Mon, 14 Feb 2005 20:05:54 +0000 (20:05 +0000)]
2005-02-14 [colin] 1.0.1cvs6.1

* src/compose.c
* src/procmime.c
Sync with HEAD

19 years ago2005-02-14 [colin] 1.0.1cvs5.3
Colin Leroy [Mon, 14 Feb 2005 13:41:18 +0000 (13:41 +0000)]
2005-02-14 [colin] 1.0.1cvs5.3

* src/compose.c
Fix wrapping with accentued chars.

19 years ago2005-02-13 [colin] 1.0.1cvs5.2
Colin Leroy [Sun, 13 Feb 2005 18:46:45 +0000 (18:46 +0000)]
2005-02-13 [colin] 1.0.1cvs5.2

* src/textview.c
Fix email informative part parsing with
accentued chars in it. ispunct() returns
true for them in utf8...

19 years ago2005-02-12 [colin] 1.0.1cvs5.1
Colin Leroy [Sat, 12 Feb 2005 22:46:16 +0000 (22:46 +0000)]
2005-02-12 [colin] 1.0.1cvs5.1

* src/filtering.c
Sync with HEAD

19 years ago2005-02-12 [paul] 1.0.1cvs4.5
Paul Mangan [Sat, 12 Feb 2005 14:32:03 +0000 (14:32 +0000)]
2005-02-12 [paul] 1.0.1cvs4.5

* src/textview.c
remove unnecessary code (thanks to Alfons)

19 years ago2005-02-12 [paul] 1.0.1cvs4.4
Paul Mangan [Sat, 12 Feb 2005 12:45:29 +0000 (12:45 +0000)]
2005-02-12 [paul] 1.0.1cvs4.4

* src/textview.c
add 'Copy' to contextual menu on emails

19 years ago2005-02-11 [colin] 1.0.1cvs4.3
Colin Leroy [Fri, 11 Feb 2005 21:58:32 +0000 (21:58 +0000)]
2005-02-11 [colin] 1.0.1cvs4.3

* src/compose.c
revert 1.0.0cvs28.2, it doesn't work that well.

19 years ago2005-02-11 [paul] 1.0.1cvs4.2
Paul Mangan [Fri, 11 Feb 2005 09:15:23 +0000 (09:15 +0000)]
2005-02-11 [paul] 1.0.1cvs4.2

* po/Makefile.in.in
fix 'make release'

19 years agoupdated by Pavlo Bohmat
Paul Mangan [Thu, 10 Feb 2005 14:10:03 +0000 (14:10 +0000)]
updated by Pavlo Bohmat

19 years ago2005-02-10 [paul] 1.0.1cvs4.1
Paul Mangan [Thu, 10 Feb 2005 13:21:08 +0000 (13:21 +0000)]
2005-02-10 [paul] 1.0.1cvs4.1

* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* src/compose.c
sync with HEAD

19 years ago2005-02-10 [paul] 1.0.1cvs3.2
Paul Mangan [Thu, 10 Feb 2005 12:06:07 +0000 (12:06 +0000)]
2005-02-10 [paul] 1.0.1cvs3.2

* AUTHORS
* Makefile.am
* autogen.sh
* configure.ac
* config/mkinstalldirs
* intl/.cvsignore
* intl/ChangeLog
* intl/VERSION
* intl/bindtextdom.c
* intl/config.charset
* intl/dcgettext.c
* intl/dcigettext.c
* intl/dcngettext.c
* intl/dgettext.c
* intl/dngettext.c
* intl/eval-plural.h
* intl/explodename.c
* intl/finddomain.c
* intl/gettext.c
* intl/gettextP.h
* intl/gmo.h
* intl/hash-string.h
* intl/intl-compat.c
* intl/l10nflist.c
* intl/libgnuintl.h.in
* intl/loadinfo.h
* intl/loadmsgcat.c
* intl/localcharset.c
* intl/localcharset.h
* intl/locale.alias
* intl/localealias.c
* intl/localename.c
* intl/log.c
* intl/ngettext.c
* intl/os2compat.c
* intl/os2compat.h
* intl/osdep.c
* intl/plural-exp.c
* intl/plural-exp.h
* intl/plural.c
* intl/plural.y
* intl/ref-add.sin
* intl/ref-del.sin
* intl/relocatable.c
* intl/relocatable.h
* intl/textdomain.c
* m4/Makefile.am
* po/Makefile.in.in
* src/Makefile.am
* src/account.c
* src/action.c
* src/addr_compl.c
* src/addressadd.c
* src/addressbook.c
* src/addrgather.c
* src/addrindex.c
* src/alertpanel.c
* src/browseldap.c
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/compose.h
* src/crash.c
* src/editaddress.c
* src/editbook.c
* src/editgroup.c
* src/editjpilot.c
* src/editldap.c
* src/editldap_basedn.c
* src/editvcard.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/export.c
* src/exporthtml.c
* src/filtering.c
* src/folder.c
* src/folder_item_prefs.c
* src/foldersel.c
* src/folderview.c
* src/grouplistdialog.c
* src/headerview.c
* src/imap.c
* src/imap_gtk.c
* src/import.c
* src/importldif.c
* src/importmutt.c
* src/importpine.c
* src/inc.c
* src/ldif.c
* src/main.c
* src/mainwindow.c
* src/matcher.c
* src/mbox.c
* src/message_search.c
* src/messageview.c
* src/mh.c
* src/mh_gtk.c
* src/mimeview.c
* src/msgcache.c
* src/news.c
* src/news_gtk.c
* src/noticeview.c
* src/partial_download.c
* src/pop.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_ext_prog.c
* src/prefs_filtering.c
* src/prefs_filtering_action.c
* src/prefs_folder_item.c
* src/prefs_fonts.c
* src/prefs_gtk.c
* src/prefs_matcher.c
* src/prefs_msg_colors.c
* src/prefs_spelling.c
* src/prefs_summary_column.c
* src/prefs_template.c
* src/prefs_themes.c
* src/prefs_toolbar.c
* src/prefs_wrapping.c
* src/privacy.c
* src/procheader.c
* src/procmime.c
* src/procmsg.c
* src/quote_fmt.c
* src/recv.c
* src/send_message.c
* src/setup.c
* src/sourcewindow.c
* src/ssl_manager.c
* src/statusbar.c
* src/summary_search.c
* src/summaryview.c
* src/textview.c
* src/toolbar.c
* src/wizard.c
* src/common/nntp.c
* src/common/plugin.c
* src/common/smtp.c
* src/common/ssl.c
* src/common/ssl_certificate.c
* src/common/string_match.c
* src/common/sylpheed.c
* src/common/template.c
* src/common/utils.c
* src/gtk/about.c
* src/gtk/colorlabel.c
* src/gtk/description_window.c
* src/gtk/filesel.c
* src/gtk/foldersort.c
* src/gtk/gtkaspell.c
* src/gtk/gtkutils.c
* src/gtk/inputdialog.c
* src/gtk/logwindow.c
* src/gtk/menu.c
* src/gtk/pluginwindow.c
* src/gtk/prefswindow.c
* src/gtk/progressdialog.c
* src/gtk/quicksearch.c
* src/gtk/sslcertwindow.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/image_viewer/viewer.c
* src/plugins/image_viewer/viewerprefs.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/plugin.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/select-keys.c
* src/plugins/pgpmime/sgpgme.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
sync with main (revision 104)

19 years ago2005-02-10 [colin] 1.0.1cvs3.1
Colin Leroy [Thu, 10 Feb 2005 09:50:19 +0000 (09:50 +0000)]
2005-02-10 [colin] 1.0.1cvs3.1

* src/mainwindow.c
Sync with HEAD

19 years ago2005-02-10 [colin] 1.0.1cvs2.1
Colin Leroy [Thu, 10 Feb 2005 08:36:52 +0000 (08:36 +0000)]
2005-02-10 [colin] 1.0.1cvs2.1

* src/messageview.c
Synw with HEAD

19 years ago2005-02-09 [colin] 1.0.1cvs1.3
Colin Leroy [Wed, 9 Feb 2005 13:15:30 +0000 (13:15 +0000)]
2005-02-09 [colin] 1.0.1cvs1.3

* src/textview.c
* src/textview.h
Add contextual menu on emails

19 years ago2005-02-09 [colin] 1.0.1cvs1.2
Colin Leroy [Wed, 9 Feb 2005 11:37:53 +0000 (11:37 +0000)]
2005-02-09 [colin] 1.0.1cvs1.2

* src/codeconv.c
Fix converting from broken headers and
put back the _ in missing places
(feature broke with cvs24.2 sync, main
 possibly affected?)

19 years ago2005-02-09 [colin] 1.0.1cvs1.1
Colin Leroy [Wed, 9 Feb 2005 08:59:12 +0000 (08:59 +0000)]
2005-02-09 [colin] 1.0.1cvs1.1

* src/messageview.c
* src/mimeview.c
* src/mimeview.h
Sync with HEAD

19 years agoSync with HEAD
Colin Leroy [Tue, 8 Feb 2005 13:39:37 +0000 (13:39 +0000)]
Sync with HEAD
Change default config dir to .sylpheed-gtk2

19 years ago2005-02-08 [colin] 1.0.0cvs29.1
Colin Leroy [Tue, 8 Feb 2005 10:05:44 +0000 (10:05 +0000)]
2005-02-08 [colin] 1.0.0cvs29.1

* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/sk.po
* po/sr.po
Sync translations with HEAD

19 years ago2005-02-06 [colin] 1.0.0cvs28.3
Colin Leroy [Sun, 6 Feb 2005 20:24:40 +0000 (20:24 +0000)]
2005-02-06 [colin] 1.0.0cvs28.3

* src/compose.c
Make compose a bit faster - patch by Alfons.

19 years ago2005-02-06 [colin] 1.0.0cvs28.2
Colin Leroy [Sun, 6 Feb 2005 12:56:38 +0000 (12:56 +0000)]
2005-02-06 [colin] 1.0.0cvs28.2

* src/compose.c
Make pasting via middle-click more reliable

19 years agosync with HEAD
Paul Mangan [Sat, 5 Feb 2005 10:40:04 +0000 (10:40 +0000)]
sync with HEAD

19 years ago2005-02-05 [paul] 1.0.0cvs28.1
Paul Mangan [Sat, 5 Feb 2005 10:34:31 +0000 (10:34 +0000)]
2005-02-05 [paul] 1.0.0cvs28.1

* ChangeLog
* ChangeLog.claws
* ChangeLog.jp
* configure.ac
* src/compose.c
sync with HEAD
(fix bug 682 'redirect is broken'

19 years ago2005-02-05 [torte] 1.0.0cvs27.1
Thorsten Maerz [Sat, 5 Feb 2005 07:08:43 +0000 (07:08 +0000)]
2005-02-05 [torte] 1.0.0cvs27.1

* ChangeLog.claws
* configure.ac
* src/partial_download.c
Sync with HEAD (fix buf overflow)

19 years ago2005-02-03 [colin] 1.0.0cvs26.1
Colin Leroy [Thu, 3 Feb 2005 10:14:09 +0000 (10:14 +0000)]
2005-02-03 [colin] 1.0.0cvs26.1

* src/common/plugin.c
Sync with HEAD (avoid plugin mismatches)

19 years ago2005-02-03 [paul] 1.0.0cvs25.3
Paul Mangan [Thu, 3 Feb 2005 07:47:34 +0000 (07:47 +0000)]
2005-02-03 [paul] 1.0.0cvs25.3

* src/folderview.c
* src/headerview.c
* src/summaryview.c
* src/textview.c
* src/gtk/colorlabel.c
third and final part of initial sync with main-gtk2

19 years ago2005-02-03 [paul] 1.0.0cvs25.2
Paul Mangan [Thu, 3 Feb 2005 06:06:26 +0000 (06:06 +0000)]
2005-02-03 [paul] 1.0.0cvs25.2

* src/jpilot.c
fix building with jpilot support

19 years ago2005-02-02 [colin] 1.0.0cvs25.1
Colin Leroy [Wed, 2 Feb 2005 09:55:02 +0000 (09:55 +0000)]
2005-02-02 [colin] 1.0.0cvs25.1

* src/messageview.c
Sync with HEAD (fix dangerous typo)

19 years ago2005-02-01 [colin] 1.0.0cvs24.3
Colin Leroy [Tue, 1 Feb 2005 19:49:42 +0000 (19:49 +0000)]
2005-02-01 [colin] 1.0.0cvs24.3

* src/common/xml.c
Write file as advertised (UTF-8)

19 years ago2005-02-01 [paul] 1.0.0cvs24.2
Paul Mangan [Tue, 1 Feb 2005 08:58:33 +0000 (08:58 +0000)]
2005-02-01 [paul] 1.0.0cvs24.2

* src/addrbook.c
* src/addrindex.c
* src/alertpanel.h
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/export.c
* src/folder_item_prefs.c
* src/html.c
* src/imap.c
* src/import.c
* src/jpilot.c
* src/mainwindow.c
* src/matcher_parser_lex.l
* src/messageview.c
* src/mh.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_gtk.c
* src/prefs_gtk.h
* src/prefs_themes.c
* src/procheader.c
* src/procmime.c
* src/sourcewindow.c
* src/statusbar.c
* src/summaryview.c
* src/textview.c
* src/toolbar.c
* src/unmime.c
* src/common/template.c
* src/common/utils.c
* src/common/xml.c
* src/common/xml.h
* src/gtk/gtkaspell.c
* src/plugins/clamav/clamav_plugin.c
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/image_viewer/viewerprefs.c
* src/plugins/pgpmime/passphrase.c
* src/plugins/pgpmime/prefs_gpg.c
* src/plugins/pgpmime/select-keys.c
* src/plugins/spamassassin/spamassassin.c
second part of initial sync with main-gtk2
(more to follow)