claws.git
18 years ago2006-02-11 [colin] 2.0.0cvs43
Colin Leroy [Sat, 11 Feb 2006 09:50:50 +0000 (09:50 +0000)]
2006-02-11 [colin] 2.0.0cvs43

* src/summaryview.c
don't allow drag/drop from ourself

18 years ago2006-02-10 [wwp] 2.0.0cvs42
Tristan Chabredier [Fri, 10 Feb 2006 07:45:35 +0000 (07:45 +0000)]
2006-02-10 [wwp] 2.0.0cvs42

* src/exporthtml.c
* src/html.c
* src/html.h
* src/procmime.c
* src/textview.c
renamed html_ prefixed functions and data structures to avoid
namespace clashes w/ other software (gtkhtml2 for instance).
Closes bug #907.

18 years ago2006-02-09 [colin] 2.0.0cvs41
Colin Leroy [Thu, 9 Feb 2006 17:48:07 +0000 (17:48 +0000)]
2006-02-09 [colin] 2.0.0cvs41

* src/summaryview.c
Fix shitty logic messed up. Thanks Ticho for the hint!

18 years ago2006-02-09 [wwp] 2.0.0cvs40
Tristan Chabredier [Thu, 9 Feb 2006 17:37:08 +0000 (17:37 +0000)]
2006-02-09 [wwp] 2.0.0cvs40

* src/gtk/about.c
* src/compose.c
* src/prefs_account.c
* src/prefs_gtk.h
* src/editaddress.c
added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
Browse buttons in accounts prefs.

18 years ago2006-02-09 [colin] 2.0.0cvs39
Colin Leroy [Thu, 9 Feb 2006 17:21:21 +0000 (17:21 +0000)]
2006-02-09 [colin] 2.0.0cvs39

* src/matcher.c
Check for pointer before using its members
* src/gtk/gtksourceprintjob.c
Fix a wrong warning

18 years ago2006-02-09 [wwp] 2.0.0cvs38
Tristan Chabredier [Thu, 9 Feb 2006 08:54:48 +0000 (08:54 +0000)]
2006-02-09 [wwp] 2.0.0cvs38

* src/gtk/filesel.c
fix few compiler warnings (type mismatch).

18 years ago2006-02-09 [paul] 2.0.0cvs37
Paul Mangan [Thu, 9 Feb 2006 04:46:25 +0000 (04:46 +0000)]
2006-02-09 [paul] 2.0.0cvs37

* po/fr.po
updated by Fabien Vantard

18 years ago2006-02-08 [colin] 2.0.0cvs36
Colin Leroy [Wed, 8 Feb 2006 21:49:06 +0000 (21:49 +0000)]
2006-02-08 [colin] 2.0.0cvs36

* src/prefs_common.c
* src/common/defs.h
* src/common/plugin.c
allow windows and linux configurations to coexist
patch by Thomas Gilgin

18 years ago2006-02-08 [colin] 2.0.0cvs35
Colin Leroy [Wed, 8 Feb 2006 17:23:34 +0000 (17:23 +0000)]
2006-02-08 [colin] 2.0.0cvs35

* src/filtering.c
* src/matcher.c
* src/matcher.h
* src/matcher_parser_parse.y
* src/prefs_filtering_action.c
* src/prefs_matcher.c
Add the "Ignore thread" filtering
action

18 years ago2006-02-08 [colin] 2.0.0cvs34
Colin Leroy [Wed, 8 Feb 2006 12:56:43 +0000 (12:56 +0000)]
2006-02-08 [colin] 2.0.0cvs34

* src/compose.c
* src/procmime.c
* src/procmime.h
Fix bug #905 (damaged attachment)
text files with raw \0's aren't really text files

18 years ago2006-02-08 [colin] 2.0.0cvs33
Colin Leroy [Wed, 8 Feb 2006 12:54:31 +0000 (12:54 +0000)]
2006-02-08 [colin] 2.0.0cvs33

* src/summaryview.c
Fix crasher introduced yesterday

18 years ago2006-02-08 [wwp] 2.0.0cvs32
Tristan Chabredier [Wed, 8 Feb 2006 10:24:41 +0000 (10:24 +0000)]
2006-02-08 [wwp] 2.0.0cvs32

* src/compose.c
* src/compose.h
templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields

18 years ago2006-02-08 [wwp] 2.0.0cvs31
Tristan Chabredier [Wed, 8 Feb 2006 09:31:54 +0000 (09:31 +0000)]
2006-02-08 [wwp] 2.0.0cvs31

* src/prefs_template.c
templates enhancement: allow address completion for Cc and Bcc fields
(it was currently possible for the To field only)

18 years ago2006-02-08 [colin] 2.0.0cvs30
Colin Leroy [Wed, 8 Feb 2006 06:39:42 +0000 (06:39 +0000)]
2006-02-08 [colin] 2.0.0cvs30

* src/compose.c
Don't unblock if not blocked

18 years ago2006-02-07 [colin] 2.0.0cvs29
Colin Leroy [Tue, 7 Feb 2006 18:27:55 +0000 (18:27 +0000)]
2006-02-07 [colin] 2.0.0cvs29

* src/action.c
Forgot to refresh summaryview

18 years ago2006-02-07 [colin] 2.0.0cvs28
Colin Leroy [Tue, 7 Feb 2006 18:16:43 +0000 (18:16 +0000)]
2006-02-07 [colin] 2.0.0cvs28

* src/action.c
Freeze/thaw message list and folder list while
processing %as{} actions
* src/compose.c
Fix auto-wrap disabling after a middle-click
paste

18 years ago2006-02-07 [paul] 2.0.0cvs27
Paul Mangan [Tue, 7 Feb 2006 09:02:24 +0000 (09:02 +0000)]
2006-02-07 [paul] 2.0.0cvs27

* src/folder.c
fix freeing of uninitialised pointers
Thanks to Colin

18 years ago2006-02-06 [colin] 2.0.0cvs26
Colin Leroy [Mon, 6 Feb 2006 21:47:57 +0000 (21:47 +0000)]
2006-02-06 [colin] 2.0.0cvs26

* src/folder.c
Use g_slist_prepend in potentially big list

18 years ago2006-02-06 [colin] 2.0.0cvs25
Colin Leroy [Mon, 6 Feb 2006 21:45:14 +0000 (21:45 +0000)]
2006-02-06 [colin] 2.0.0cvs25

* src/folder.c
Completely skip processing if it doesn't
exist (faster!)

18 years ago2006-02-06 [colin] 2.0.0cvs24
Colin Leroy [Mon, 6 Feb 2006 21:30:43 +0000 (21:30 +0000)]
2006-02-06 [colin] 2.0.0cvs24

* src/folder.c
* src/summaryview.c
Batch filtering in summaryview (from Tools menu)
and pre/post//-processing too

18 years ago2006-02-06 [colin] 2.0.0cvs23
Colin Leroy [Mon, 6 Feb 2006 19:30:21 +0000 (19:30 +0000)]
2006-02-06 [colin] 2.0.0cvs23

* src/procmsg.h
* src/filtering.c
Use a special field for batch filtering instead
of stepping on deferred execution's toes

18 years ago2006-02-06 [colin] 2.0.0cvs22
Colin Leroy [Mon, 6 Feb 2006 19:22:08 +0000 (19:22 +0000)]
2006-02-06 [colin] 2.0.0cvs22

* src/action.c
* src/filtering.c
* src/filtering.h
* src/folder.c
* src/summaryview.c
Fix filtering via menus and actions

18 years agoforgotten files
Colin Leroy [Mon, 6 Feb 2006 18:04:56 +0000 (18:04 +0000)]
forgotten files

18 years agoforgotten with last commit
Colin Leroy [Mon, 6 Feb 2006 18:03:26 +0000 (18:03 +0000)]
forgotten with last commit

18 years ago2006-02-06 [colin] 2.0.0cvs21
Colin Leroy [Mon, 6 Feb 2006 18:02:18 +0000 (18:02 +0000)]
2006-02-06 [colin] 2.0.0cvs21

* src/imap.c
Put the added file directly to cache if possible (will work
with next libetpan)
* src/filtering.c
* src/filtering.h
* src/inc.c
* src/folder.c
* src/mbox.c
Move and copy filtered messages by batches instead of one
by one - faster on IMAP
* src/procmsg.c
Add a function that'll possibly be useful later

18 years ago2006-02-06 [colin] 2.0.0cvs20
Colin Leroy [Mon, 6 Feb 2006 17:56:35 +0000 (17:56 +0000)]
2006-02-06 [colin] 2.0.0cvs20

* src/addressbook.c
Use internal mime-type instead of text/plain for d'n'd
* src/compose.c
Allow attaching files from mimeview's icon list via d'n'd
* src/folderview.c
* src/folderview.h
Use internal mime-type instead of text/plain for d'n'd
Don't try to selected opened folder if none is
Factorize d'n'd from other apps code
* src/headerview.c
* src/textview.c
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
Factorize Face/X-Face stuff
* src/mimeview.c
Fix d'n'd to other apps
* src/prefs_message.c
Let the XFace pref be usable without libcompface as it also
applies to Face
* src/summaryview.c
Fix d'n'd to other apps
Factorize d'n'd from other apps code

18 years ago2006-02-06 [wwp] 2.0.0cvs19
Tristan Chabredier [Mon, 6 Feb 2006 11:22:48 +0000 (11:22 +0000)]
2006-02-06 [wwp] 2.0.0cvs19

* po/it.po
Italian translation fixes by Andrea Spadaccini (no more confusion
between filtering and processing, and few changes in the About
dialog).

18 years ago2006-02-06 [mones] 2.0.0cvs18
Ricardo Mones [Mon, 6 Feb 2006 06:43:04 +0000 (06:43 +0000)]
2006-02-06 [mones] 2.0.0cvs18

* src/gtk/icon_legend.c
Improved descriptions allowing better translations

18 years ago2006-02-05 [colin] 2.0.0cvs17
Colin Leroy [Sun, 5 Feb 2006 21:04:23 +0000 (21:04 +0000)]
2006-02-05 [colin] 2.0.0cvs17

* src/imap.c
Add the f*cking missing expunge that caused imap_fetch_env
to fail after an add_msgs ! :-///
* src/etpan/imap-thread.c
Add a bit of debug

18 years ago2006-02-05 [colin] 2.0.0cvs16
Colin Leroy [Sun, 5 Feb 2006 20:31:45 +0000 (20:31 +0000)]
2006-02-05 [colin] 2.0.0cvs16

* src/common/utils.c
Don't check for return-path (or we can't put
back non-sent mails)

18 years ago2006-02-05 [colin] 2.0.0cvs15
Colin Leroy [Sun, 5 Feb 2006 18:18:46 +0000 (18:18 +0000)]
2006-02-05 [colin] 2.0.0cvs15

* src/textview.c
Don't try to display Face header in textview
when teh headerview's active

18 years ago2006-02-05 [colin] 2.0.0cvs14
Colin Leroy [Sun, 5 Feb 2006 18:01:23 +0000 (18:01 +0000)]
2006-02-05 [colin] 2.0.0cvs14

* tools/tbird2syl.py
* tools/Makefile.am
Add script to import Thunderbird mails

18 years ago2006-02-05 [colin] 2.0.0cvs13
Colin Leroy [Sun, 5 Feb 2006 17:56:40 +0000 (17:56 +0000)]
2006-02-05 [colin] 2.0.0cvs13

* src/headerview.c
* src/procheader.c
* src/procmsg.c
* src/procmsg.h
* src/textview.c
Show Face headers - patch partially by Klaus Flittner

18 years ago2006-02-05 [colin] 2.0.0cvs12
Colin Leroy [Sun, 5 Feb 2006 13:25:08 +0000 (13:25 +0000)]
2006-02-05 [colin] 2.0.0cvs12

* src/folderview.c
* src/summaryview.c
* src/common/utils.c
* src/common/utils.h
Let dnd work from mime icons to summaryview
and to folderview too
Add a crude test to avoid trying to add files
drag'n'dropped when they're not mails

18 years ago2006-02-04 [colin] 2.0.0cvs11
Colin Leroy [Sat, 4 Feb 2006 19:13:38 +0000 (19:13 +0000)]
2006-02-04 [colin] 2.0.0cvs11

* src/summaryview.c
* src/mimeview.c
Fix utf8 conversion

18 years ago2006-02-04 [colin] 2.0.0cvs10
Colin Leroy [Sat, 4 Feb 2006 17:17:33 +0000 (17:17 +0000)]
2006-02-04 [colin] 2.0.0cvs10

* src/compose.c
* src/folderview.c
* src/mimeview.c
* src/summaryview.c
* src/summaryview.h
Added various drag and drop capas:
From To
summaryview other apps
mimeview icons other apps
other apps summaryview
other apps folderview

This shouldn't have broken the existing:
From To
summaryview folderview
folderview folderview
summaryview compose's attachments

Tests welcomed.

18 years ago2006-02-02 [paul] 2.0.0cvs9
Paul Mangan [Thu, 2 Feb 2006 08:45:41 +0000 (08:45 +0000)]
2006-02-02 [paul] 2.0.0cvs9

* src/mainwindow.c
move global option 'Set displayed columns...' out
of folder option grouping.
fix sensitivity of 'harvest addresses'

18 years agoupdate TODO for some things I'd like to do
Colin Leroy [Wed, 1 Feb 2006 18:16:34 +0000 (18:16 +0000)]
update TODO for some things I'd like to do

18 years ago2006-02-01 [colin] 2.0.0cvs8
Colin Leroy [Wed, 1 Feb 2006 18:13:20 +0000 (18:13 +0000)]
2006-02-01 [colin] 2.0.0cvs8

* src/mimeview.c
Revert the alertpanel patch, it sucks (intrusive
and gets in the way of "open")

18 years ago2006-02-01 [colin] 2.0.0cvs7
Colin Leroy [Wed, 1 Feb 2006 17:52:48 +0000 (17:52 +0000)]
2006-02-01 [colin] 2.0.0cvs7

* src/compose.c
* src/prefs_account.c
* src/prefs_common.c
* src/common/defs.h
* src/common/utils.c
* src/common/utils.h
Add ability to edit the signature file
from the account preferences, and use
a default for the text editor.
Patch by Fabien Vantard

18 years ago2006-02-01 [colin] 2.0.0cvs6
Colin Leroy [Wed, 1 Feb 2006 17:51:14 +0000 (17:51 +0000)]
2006-02-01 [colin] 2.0.0cvs6

* src/mimeview.c
Try to get mime type by extension if it is
application/octet-stream
Display a window with possible choices when
encountering unknown mime types
* src/gtk/filesel.c
* src/gtk/filesel.h
Add preview
Allow multiple selection in filtered filesel
(patch by Fabien Vantard)
* src/gtk/pluginwindow.c
Use it (patch by Fabien Vantard)

18 years ago2006-02-01 [paul] 2.0.0cvs5
Paul Mangan [Wed, 1 Feb 2006 16:12:14 +0000 (16:12 +0000)]
2006-02-01 [paul] 2.0.0cvs5

* src/jpilot.c
fix crash on creating jpilot address book
Thanks to Colin
* src/prefs_summaries.c
* src/prefs_wrapping.c
* src/gtk/icon_legend.c
* src/gtk/quicksearch.c
string fixes and additions

18 years ago2006-02-01 [paul] 2.0.0cvs4
Paul Mangan [Wed, 1 Feb 2006 07:49:16 +0000 (07:49 +0000)]
2006-02-01 [paul] 2.0.0cvs4

* src/compose.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_send.c
add Arabic encoding option
Patch submitted by  Mohammed Sameer <msameer@users.sf.net>

18 years ago2006-01-31 [cleroy] 2.0.0cvs3
Colin Leroy [Tue, 31 Jan 2006 17:29:49 +0000 (17:29 +0000)]
2006-01-31 [cleroy] 2.0.0cvs3

* src/plugins/pgpcore/passphrase.c
Convert passphrase to locale encoding
* src/compose.c
Fix drafting on IMAP. Crappy bug sneaked in
the release :-/

18 years ago2006-01-30 [paul] 2.0.0cvs2
Paul Mangan [Mon, 30 Jan 2006 19:23:41 +0000 (19:23 +0000)]
2006-01-30 [paul] 2.0.0cvs2

* src/gtk/icon_legend.c
show the new entries

18 years ago2006-01-30 [colin] 2.0.0cvs1
Colin Leroy [Mon, 30 Jan 2006 18:17:19 +0000 (18:17 +0000)]
2006-01-30 [colin] 2.0.0cvs1

* src/manual.c
Check for the file to be present before
enabling the menu
* src/gtk/icon_legend.c
Add folders icons (not all of them, there
are too much, but the most intriguing ones)

18 years agodebian packages files
Colin Leroy [Mon, 30 Jan 2006 17:58:23 +0000 (17:58 +0000)]
debian packages files

18 years agoversion 2.0.0 rel_2_0_0
Paul Mangan [Mon, 30 Jan 2006 13:13:54 +0000 (13:13 +0000)]
version 2.0.0

18 years ago2006-01-30 [paul] 1.9.100cvs200
Paul Mangan [Mon, 30 Jan 2006 11:05:01 +0000 (11:05 +0000)]
2006-01-30 [paul] 1.9.100cvs200

* manual/faq.xml
* manual/gpl.xml
* manual/intro.xml
* manual/starting.xml
* manual/sylpheed-claws-manual.xml
fixes, additions

18 years ago2006-01-29 [mones] 1.9.100cvs199
Ricardo Mones [Sun, 29 Jan 2006 23:10:27 +0000 (23:10 +0000)]
2006-01-29 [mones] 1.9.100cvs199

* manual/account.xml
* manual/advanced.xml
* manual/glossary.xml
Some typos fixed, added LDIF term to glossary
* po/es.po
Fixed leading plus symbol

18 years ago2006-01-29 [paul] 1.9.100cvs198
Paul Mangan [Sun, 29 Jan 2006 17:40:26 +0000 (17:40 +0000)]
2006-01-29 [paul] 1.9.100cvs198

* po/fi.po
* po/sk.po
updated by Tommi Pirinen and Andrej Kacian

18 years ago2006-01-29 [paul] 1.9.100cvs197
Paul Mangan [Sun, 29 Jan 2006 13:35:02 +0000 (13:35 +0000)]
2006-01-29 [paul] 1.9.100cvs197

* src/gtk/authors.h
remove duplicates

18 years ago2006-01-29 [paul] 1.9.100cvs196
Paul Mangan [Sun, 29 Jan 2006 10:21:08 +0000 (10:21 +0000)]
2006-01-29 [paul] 1.9.100cvs196

* AUTHORS
* po/nl.po
* src/gtk/authors.h
* tools/claws.i18n.status.pl
nl translation updated by Tim Dijkstra

18 years ago2006-01-29 [paul] 1.9.100cvs195
Paul Mangan [Sun, 29 Jan 2006 08:42:48 +0000 (08:42 +0000)]
2006-01-29 [paul] 1.9.100cvs195

* po/sr.po
* po/sv.po
updated by Aleksandar Urosevic and Anders Troback

18 years ago2006-01-28 [colin] 1.9.100cvs194
Colin Leroy [Sat, 28 Jan 2006 09:41:42 +0000 (09:41 +0000)]
2006-01-28 [colin] 1.9.100cvs194

* src/gtk/gtksourceprintjob.c
Don't fiddle with PangoLayout when we
have an image

18 years ago2006-01-28 [paul] 1.9.100cvs193
Paul Mangan [Sat, 28 Jan 2006 09:00:01 +0000 (09:00 +0000)]
2006-01-28 [paul] 1.9.100cvs193

* AUTHORS
* po/el.po
* po/zh_CN.po
* src/gtk/authors.h
* tools/claws.i18n.status.pl
updated translations submitted by Stavros Giannouris
and Ralgh Young

18 years ago2006-01-27 [cleroy] 1.9.100cvs192
Colin Leroy [Fri, 27 Jan 2006 19:06:53 +0000 (19:06 +0000)]
2006-01-27 [cleroy] 1.9.100cvs192

* src/summaryview.c
* src/gtk/gtksourceprintjob.c
Add image printing
(libgnomeprint only, of course)

18 years ago2006-01-27 [paul] 1.9.100cvs191
Paul Mangan [Fri, 27 Jan 2006 11:49:40 +0000 (11:49 +0000)]
2006-01-27 [paul] 1.9.100cvs191

* po/fr.po
* po/it.po
updated by Fabien Vantard and Andrea Spadaccini

18 years ago2006-01-26 [colin] 1.9.100cvs190
Colin Leroy [Thu, 26 Jan 2006 18:20:22 +0000 (18:20 +0000)]
2006-01-26 [colin] 1.9.100cvs190

* manual/Makefile.am
* configure.ac
Make building the manual optional
(--disable-manual)

18 years ago2006-01-26 [paul] 1.9.100cvs189
Paul Mangan [Thu, 26 Jan 2006 08:49:35 +0000 (08:49 +0000)]
2006-01-26 [paul] 1.9.100cvs189

* manual/glossary.xml
* manual/plugins.xml
edited
* po/en_GB.po
updated

18 years ago2006-01-26 [paul] 1.9.100cvs188
Paul Mangan [Thu, 26 Jan 2006 05:43:08 +0000 (05:43 +0000)]
2006-01-26 [paul] 1.9.100cvs188

* src/prefs_display_header.c
* src/prefs_folder_column.c
* src/prefs_msg_colors.c
* src/prefs_summaries.c
* src/prefs_summary_column.c
HIGify

18 years agoupdate for the manual -- untested...
Colin Leroy [Wed, 25 Jan 2006 20:53:39 +0000 (20:53 +0000)]
update for the manual -- untested...

18 years ago2006-01-25 [colin] 1.9.100cvs187
Colin Leroy [Wed, 25 Jan 2006 20:39:11 +0000 (20:39 +0000)]
2006-01-25 [colin] 1.9.100cvs187

* src/imap.c
Don't allow moving/copying mails between
queue/drafts and non-queue/drafts folders
Fixes bug #897 (message header is resetted
if one is copied to Drafts)

18 years ago2006-01-25 [colin] 1.9.100cvs186
Colin Leroy [Wed, 25 Jan 2006 18:41:10 +0000 (18:41 +0000)]
2006-01-25 [colin] 1.9.100cvs186

* src/folder.c
* src/mainwindow.c
Fix subscribed folders not found
* src/compose.c
Don't try to encode as original mail's charset
if it's ascii

18 years agomention bug fix
Paul Mangan [Wed, 25 Jan 2006 11:25:07 +0000 (11:25 +0000)]
mention bug fix

18 years ago2006-01-25 [paul] 1.9.100cvs185
Paul Mangan [Wed, 25 Jan 2006 11:20:15 +0000 (11:20 +0000)]
2006-01-25 [paul] 1.9.100cvs185

* AUTHORS
* po/Makevars
updated
* po/de.po
* po/pl.po
* po/pt_BR.po
* po/sr.po
updates submitted by Stephan Sachse, Emilian Nowak
and Quar, Frederico Goncalves Guimaraes, and
Aleksandar Urosevic
* src/gtk/authors.h
updated

18 years ago2006-01-24 [mones] 1.9.100cvs184
Ricardo Mones [Tue, 24 Jan 2006 23:30:08 +0000 (23:30 +0000)]
2006-01-24 [mones] 1.9.100cvs184

* manual/glossary.xml
All current terms finished. Reviewers welcome ;-)
* manual/keyboard.xml
Fixed column width for pdf output.
* po/es.po
Updated

18 years ago2006-01-24 [paul] 1.9.100cvs183
Paul Mangan [Tue, 24 Jan 2006 10:57:46 +0000 (10:57 +0000)]
2006-01-24 [paul] 1.9.100cvs183

* manual/glossary.xml
fix id name
* manual/dist/html/Makefile.am
* manual/dist/pdf/Makefile.am
* manual/dist/ps/Makefile.am
* manual/dist/txt/Makefile.am
fix make deps
Thanks to Colin

18 years ago2006-01-24 [mones] 1.9.100cvs182
Ricardo Mones [Tue, 24 Jan 2006 00:03:35 +0000 (00:03 +0000)]
2006-01-24 [mones] 1.9.100cvs182

* manual/glossary.xml
Nearly finished, some terms missing.

18 years ago2006-01-23 [paul] 1.9.100cvs181
Paul Mangan [Mon, 23 Jan 2006 15:52:41 +0000 (15:52 +0000)]
2006-01-23 [paul] 1.9.100cvs181

* manual/dist/html/Makefile.am
* manual/dist/pdf/Makefile.am
* manual/dist/ps/Makefile.am
* manual/dist/txt/Makefile.am
* src/mainwindow.c
re-enable manual
Thanks to Colin

18 years agoremove generated file
Colin Leroy [Mon, 23 Jan 2006 12:41:28 +0000 (12:41 +0000)]
remove generated file

18 years ago2006-01-22 [colin] 1.9.100cvs180
Colin Leroy [Sun, 22 Jan 2006 21:47:22 +0000 (21:47 +0000)]
2006-01-22 [colin] 1.9.100cvs180

* src/compose.c
* src/gtk/gtkaspell.c
Don't deselect stuff before right-clicking, with aspell.
(This prevented right-click Copy, for example).
Thanks to Clo!

18 years ago2006-01-22 [paul] 1.9.100cvs179
Paul Mangan [Sun, 22 Jan 2006 09:33:58 +0000 (09:33 +0000)]
2006-01-22 [paul] 1.9.100cvs179

* src/summary_search.c
don't fix the widget size as it causes problems
under localisation.
Thanks to Emilian Nowak

18 years ago2006-01-21 [paul] 1.9.100cvs178
Paul Mangan [Sat, 21 Jan 2006 15:26:08 +0000 (15:26 +0000)]
2006-01-21 [paul] 1.9.100cvs178

* src/prefs_themes.c
fix broken underlining of label text
with some translations

18 years ago2006-01-21 [colin] 1.9.100cvs177
Colin Leroy [Sat, 21 Jan 2006 11:11:11 +0000 (11:11 +0000)]
2006-01-21 [colin] 1.9.100cvs177

* po/fr.po
In French "Composition" puts the Compose toolbar's prefs in the wrong place

18 years agoput more stuff in .cvsignore
Colin Leroy [Fri, 20 Jan 2006 19:05:58 +0000 (19:05 +0000)]
put more stuff in .cvsignore

18 years agoforgot these! :)
Colin Leroy [Fri, 20 Jan 2006 19:02:40 +0000 (19:02 +0000)]
forgot these! :)

18 years ago2006-01-20 [colin] 1.9.100cvs176
Colin Leroy [Fri, 20 Jan 2006 18:48:40 +0000 (18:48 +0000)]
2006-01-20 [colin] 1.9.100cvs176

* configure.ac
* Makefile.am
* manual/Makefile
* manual/dist/html/.cvsignore
* manual/dist/html/Makefile.am
* manual/dist/pdf/.cvsignore
* manual/dist/pdf/Makefile.am
* manual/dist/ps/.cvsignore
* manual/dist/ps/Makefile.am
* manual/dist/txt/.cvsignore
* manual/dist/txt/Makefile.am
Autotool-ize manual

18 years ago2006-01-20 [paul] 1.9.100cvs175
Paul Mangan [Fri, 20 Jan 2006 13:10:37 +0000 (13:10 +0000)]
2006-01-20 [paul] 1.9.100cvs175

* manual/handling.xml
make Filtering and Searching entries easier to find
* manual/keyboard.xml
add the remaining default keybinds
* src/prefs_summaries.c
update the default keybinds

18 years ago2006-01-20 [paul] 1.9.100cvs174
Paul Mangan [Fri, 20 Jan 2006 08:15:34 +0000 (08:15 +0000)]
2006-01-20 [paul] 1.9.100cvs174

* src/addressbook.c
* src/addrgather.c
* src/addrharvest.c
* src/editaddress.c
* src/editgroup.c
* src/exphtmldlg.c
* src/expldifdlg.c
* src/exporthtml.c
* src/exportldif.c
* src/ldif.c
replace 'e-mail' with 'email'
* src/summary_search.c
add mnemonic to "Find all" button

18 years ago2006-01-20 [wwp] 1.9.100cvs173
Tristan Chabredier [Fri, 20 Jan 2006 07:44:19 +0000 (07:44 +0000)]
2006-01-20 [wwp] 1.9.100cvs173

* src/export.c
* src/import.c
touched mbox import/export buttons for HIG-compliance

18 years ago2006-01-19 [paul] 1.9.100cvs172
Paul Mangan [Thu, 19 Jan 2006 14:14:29 +0000 (14:14 +0000)]
2006-01-19 [paul] 1.9.100cvs172

* manual/account.xml
* manual/addrbook.xml
* manual/advanced.xml
* manual/faq.xml
* manual/handling.xml
* manual/intro.xml
* manual/plugins.xml
* manual/starting.xml
more editing

18 years ago2006-01-19 [paul] 1.9.100cvs171
Paul Mangan [Thu, 19 Jan 2006 10:38:22 +0000 (10:38 +0000)]
2006-01-19 [paul] 1.9.100cvs171

* src/toolbar.c
allow use of trash button while receiving
Thanks to Colin

18 years ago2006-01-19 [wwp] 1.9.100cvs170
Tristan Chabredier [Thu, 19 Jan 2006 09:12:14 +0000 (09:12 +0000)]
2006-01-19 [wwp] 1.9.100cvs170

* src/gtk/quicksearch.c
* src/compose.c
force text color to black when yellow background is set

18 years agofix username
Colin Leroy [Thu, 19 Jan 2006 07:56:29 +0000 (07:56 +0000)]
fix username

18 years ago2006-01-19 [colin] 1.9.100cvs169
Colin Leroy [Thu, 19 Jan 2006 07:55:50 +0000 (07:55 +0000)]
2006-01-19 [colin] 1.9.100cvs169

* src/plugins/trayicon/trayicon.c
Gray out Get Mail when already getting mail

18 years ago2006-01-18 [paul] 1.9.100cvs168
Paul Mangan [Wed, 18 Jan 2006 13:22:59 +0000 (13:22 +0000)]
2006-01-18 [paul] 1.9.100cvs168

* src/compose.c
give widget yellow background was To is
set via folder prefs
* src/gtk/quicksearch.c
give widget yellow background when quick
search is active.
Thanks to Colin

18 years ago2006-01-18 [paul] 1.9.100cvs167
Paul Mangan [Wed, 18 Jan 2006 09:38:11 +0000 (09:38 +0000)]
2006-01-18 [paul] 1.9.100cvs167

* doc/man/sylpheed-claws.1
add --subscribe option

18 years ago2006-01-18 [paul] 1.9.100cvs166
Paul Mangan [Wed, 18 Jan 2006 09:09:58 +0000 (09:09 +0000)]
2006-01-18 [paul] 1.9.100cvs166

* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
use %U instead of %F (%F is broken for user installed
files in kde 3.5)

18 years ago2006-01-18 [cleroy] 1.9.100cvs165
Colin Leroy [Wed, 18 Jan 2006 07:52:34 +0000 (07:52 +0000)]
2006-01-18 [cleroy] 1.9.100cvs165

* src/summaryview.c
Default to Yes in "No more * messages" dialogs

18 years ago2006-01-17 [colin] 1.9.100cvs164
Colin Leroy [Tue, 17 Jan 2006 22:19:43 +0000 (22:19 +0000)]
2006-01-17 [colin] 1.9.100cvs164

* src/compose.c
Possibly fix an invalid iterator causing
crash

18 years ago2006-01-17 [colin] 1.9.100cvs163
Colin Leroy [Tue, 17 Jan 2006 18:42:53 +0000 (18:42 +0000)]
2006-01-17 [colin] 1.9.100cvs163

* src/mimeview.c
Fix crash when the image disappears under the
image viewer

18 years ago2006-01-16 [colin] 1.9.100cvs162
Colin Leroy [Mon, 16 Jan 2006 11:10:38 +0000 (11:10 +0000)]
2006-01-16 [colin] 1.9.100cvs162

* src/compose.c
Fix reenabling autowrap

18 years ago2006-01-16 [colin] 1.9.100cvs161
Colin Leroy [Mon, 16 Jan 2006 11:02:09 +0000 (11:02 +0000)]
2006-01-16 [colin] 1.9.100cvs161

* src/compose.c
reset quote_len before getting quote_str

18 years ago2006-01-16 [colin] 1.9.100cvs160
Colin Leroy [Mon, 16 Jan 2006 10:43:57 +0000 (10:43 +0000)]
2006-01-16 [colin] 1.9.100cvs160

* src/account.c
* src/account.h
* src/folder.c
* src/imap_gtk.c
* src/mh_gtk.c
Fix bug #883 (default inbox does not track folder move)

18 years ago2006-01-16 [colin] 1.9.100cvs159
Colin Leroy [Mon, 16 Jan 2006 09:24:02 +0000 (09:24 +0000)]
2006-01-16 [colin] 1.9.100cvs159

* src/compose.c
* src/plugins/pgpcore/passphrase.c
More buttons fixes

18 years ago2006-01-16 [paul] 1.9.100cvs158
Paul Mangan [Mon, 16 Jan 2006 08:27:21 +0000 (08:27 +0000)]
2006-01-16 [paul] 1.9.100cvs158

* src/prefs_actions.c
* src/prefs_filtering_action.c
* src/prefs_matcher.c
* src/quote_fmt.c
* src/gtk/description_window.c
* src/gtk/description_window.h
* src/gtk/quicksearch.c
description window cleanups

18 years agonot much more left to do!
Colin Leroy [Sun, 15 Jan 2006 19:22:22 +0000 (19:22 +0000)]
not much more left to do!

18 years ago2006-01-15 [colin] 1.9.100cvs157
Colin Leroy [Sun, 15 Jan 2006 19:15:59 +0000 (19:15 +0000)]
2006-01-15 [colin] 1.9.100cvs157

* src/addressbook.c
* src/prefs_filtering.c
Same here

18 years ago2006-01-15 [colin] 1.9.100cvs156
Colin Leroy [Sun, 15 Jan 2006 19:09:03 +0000 (19:09 +0000)]
2006-01-15 [colin] 1.9.100cvs156

* src/folderview.c
* src/mainwindow.c
Same for "Empty trash"