Commit graph

114 commits

Author SHA1 Message Date
Colin Leroy
a49b4f8b8d 2004-08-31 [colin] 0.9.12cvs84.3
* src/compose.c
	* src/textview.c
		Fix some more encoding/decoding issues
2004-08-31 09:56:41 +00:00
Colin Leroy
9d42db9fd4 2004-08-11 [colin] 0.9.12cvs57.4
* src/textview.c
		Fix off-by-one
2004-08-11 17:21:39 +00:00
Colin Leroy
613f9cdc75 2004-08-11 [colin] 0.9.12cvs57.3
* src/message_search.c
	* src/summary_search.c
		Make searches case insensitive by default
	* src/textview.c
		Fix case-insensitive search in message
2004-08-11 17:01:29 +00:00
Colin Leroy
71b2162bdf more alertpanel fixes 2004-07-28 08:07:08 +00:00
Colin Leroy
2e46bc5404 fix messageview remembering old position 2004-07-19 14:06:57 +00:00
Colin Leroy
47f26e22f6 fix bug introduced in 0.9.12cvs31.2 2004-07-18 08:16:28 +00:00
Colin Leroy
74b022b1d7 fix 535 (uri not selectable) 2004-07-17 23:26:36 +00:00
Colin Leroy
0a65a67ec9 fix #warnings in src/
removed wrong ones, fixed some, some remain
2004-07-03 16:31:08 +00:00
Colin Leroy
61b2693737 fix mismerge 2004-07-03 11:51:00 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
a8bbc966f2 replace deprecated gtk_signal... functions 2004-05-25 08:39:41 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
b4217b7b11 sync 099claws 2004-02-21 11:01:01 +00:00
Thorsten Maerz
e11baa9266 re-enable different font settings for gtk1/2; fix folder prefs displayed wrong; set 'sunken' shadow type 2004-02-08 19:52:32 +00:00
Thorsten Maerz
2d6e1b661b textview: hide cursor, restore old click behaviour 2004-01-19 19:26:31 +00:00
Thorsten Maerz
87852eaed1 variable names messed up 2004-01-18 12:41:20 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Thorsten Maerz
d013515023 inital gtk2 patch 2003-10-05 10:10:30 +00:00
Paul Mangan
48eac9fe26 g_free(trimmed_uri); 2003-09-01 10:51:48 +00:00
Paul Mangan
ed4cac57df trim uri before sending to the statusbar 2003-09-01 07:31:32 +00:00
Paul Mangan
ac1b039e62 sync with 0.8.11cvs41 2003-05-07 07:36:15 +00:00
Paul Mangan
4d03c75062 sync with 0.8.11cvs24 2003-04-15 11:43:13 +00:00
Paul Mangan
70d5f679fa sync with 0.8.11cvs21 2003-04-12 00:28:06 +00:00
Paul Mangan
d0b9e3b2c0 sync with 0.8.11cvs18 2003-04-05 08:58:21 +00:00
Christoph Hohmann
f59989d008 0.8.11claws46
* configure.ac
* src/Makefile.am
* src/imageview.[ch]                            ** REMOVE **
* src/messageview.[ch]
* src/mimeview.[ch]
* src/prefs_common.[ch]
* src/textview.c
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore           ** NEW **
* src/plugins/image_viewer/Makefile.am          ** NEW **
* src/plugins/image_viewer/plugin.c             ** NEW **
* src/plugins/image_viewer/viewer.[ch]          ** NEW **
        move image viewer into a plugin (building is enabled by default)
        [ToDo: Prefs for resize and autoview]
2003-03-25 20:07:15 +00:00
Paul Mangan
c20075adbc sync with 0.8.11cvs5 2003-03-13 11:12:58 +00:00
Paul Mangan
046d14ca0e sync with 0.8.11cvs2 2003-03-10 09:54:40 +00:00
Melvin Hadasht
105ec0ad37 fix for message display in UTF-8 locales (unintentionnaly removed in 0.8.6claws6 2003-03-09 14:44:49 +00:00
Paul Mangan
fcd47e38dc sync with 0.8.9cvs6 2003-02-04 08:55:21 +00:00
Alfons Hoogervorst
7657231672 * src/textview.c
tune URI parser to accept mailto URLs with a '?'
	(patch from Ruslan Balkin)
2003-01-31 13:56:19 +00:00
Alfons Hoogervorst
76df9824f8 * src/textview.c
tune email address validation (c. 0.8.8claws89): if . is
	just one char away from @, the address is invalid too
	(correctly rejects addresses like foo@.com)
2003-01-13 19:57:51 +00:00
Alfons Hoogervorst
639ae8d76f * AUTHORS
add Christian Mertes
* src/common/utils.[ch]
	g_stricase_hash(), g_stricase_equal(): functions for
	case insensitive hash tables
* src/textview.c
	use top level domain names to validate email address, based
	on a patch by Christian Mertes (thanks!), but changed
	implementation to use a hash table
2003-01-12 22:09:09 +00:00
Alfons Hoogervorst
5123b7a16a * src/textview.c
fix incorrect parsing of email addresses, submitted by
	Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
	name display if it contains @".
2002-12-19 22:36:43 +00:00
Christoph Hohmann
b07ad749aa 0.8.6claws107
* src/Makefile.am
* src/compose.c
* src/gtkstext.[ch]             ** REMOVE **
* src/gtkutils.[ch]
* src/textview.c
* src/gtk/gtkstext.[ch]         ** NEW **
* src/gtk/Makefile.am
        o move stext functions to gtkstext.c to remove
          dependency of gtkutils
        o move gtkstext files to common

* src/gtk/Makefile.am
* src/gtk/sslcertwindow.[ch]
        UI stuff can always depend on common code so
        it's ok to add ../common to include path
2002-12-13 17:43:59 +00:00
Paul Mangan
85dba908c2 sync with 0.8.6cvs3 2002-11-25 18:10:26 +00:00
Paul Mangan
8c9063d422 fix for message display in UTF-8 locales 2002-11-22 10:18:00 +00:00
Paul Mangan
cdb01a016b sync with 0.8.5cvs24 2002-11-13 08:59:53 +00:00
Paul Mangan
3cfe5f39f8 sync with 0.8.5cvs17 2002-11-05 09:24:27 +00:00
Christoph Hohmann
a5110601c1 * src/textview.c
don't add a newline in the textview in front of the
        first textpart if header display is disabled
        (closes bug [ 603385 ] disabled header display leaves blank
         lin)
2002-10-18 10:40:25 +00:00
Colin Leroy
86e6c447ef Made GPG signatures verifiable by clicking the
[application/pgp-signature] in the Text view
2002-09-22 10:53:49 +00:00
Colin Leroy
d7de89290a add signature color configuration 2002-09-04 07:34:15 +00:00
Colin Leroy
6d2cf2d30d display signatures in grey 2002-09-03 14:45:07 +00:00
Paul Mangan
677ac2d43d sync with 0.8.2cvs8 2002-09-03 07:47:27 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
bf7cace4e6 sync with 0.8.1cvs13 2002-08-06 09:34:13 +00:00
Paul Mangan
722617f43b sync with 0.8.1cvs10 2002-08-05 08:01:46 +00:00
Alfons Hoogervorst
18bb3e2c97 see if freeing remaining headers (setting Show other headers turned off) plugs memleaks 2002-08-04 17:40:45 +00:00
Paul Mangan
ee8f2be0c4 sync with 0.8.1cvs4 2002-07-30 09:49:51 +00:00
Colin Leroy
c892fc3c5b add the ability to select part of a text mime-part to reply. 2002-07-15 23:56:33 +00:00
Paul Mangan
43d8547711 increase show_url_timeout 2002-07-13 06:49:35 +00:00