Statistics
| Revision:

root @ 94

  • svn:ignore: aclocal.m4 autom4te.cache config.h config.h.in config.log config.status configure libtool Makefile Makefile.in stamp-h stamp-h.in sylpheed.spec
# Date Author Comment
94 02/07/2005 07:23 pm Hiroyuki Yamamoto

use gtk_window_present() to popup window.

93 02/07/2005 06:25 pm Hiroyuki Yamamoto

use AM_GLIB_GNU_GETTEXT, and removed intl/.

92 02/07/2005 05:29 pm Hiroyuki Yamamoto

replaced intl.h with glib/gi18n.h.

91 02/04/2005 07:57 pm Hiroyuki Yamamoto

action.c: don't include header part in message text.

90 02/04/2005 05:35 pm Hiroyuki Yamamoto

reimplemented message text search.

89 02/04/2005 03:28 pm Hiroyuki Yamamoto

made the font size of supplementary explanations of config dialogs smaller.

87 02/03/2005 06:21 pm Hiroyuki Yamamoto

updated NEWS.

86 02/03/2005 06:13 pm Hiroyuki Yamamoto

updated INSTALL.

85 02/03/2005 06:05 pm Hiroyuki Yamamoto

updated README.

84 02/03/2005 05:31 pm Hiroyuki Yamamoto

updated NEWS.

83 02/03/2005 05:01 pm Hiroyuki Yamamoto

compose.c: use normal API for setting font.

80 02/03/2005 03:20 pm Hiroyuki Yamamoto

undef WRAP_DEBUG.

79 02/03/2005 02:13 pm Hiroyuki Yamamoto

modified sylpheed.spec.in.

78 02/03/2005 02:05 pm Hiroyuki Yamamoto

updated zh_CN.po.

77 02/02/2005 06:14 pm Hiroyuki Yamamoto

ignore auto-generated files.

76 02/02/2005 06:11 pm Hiroyuki Yamamoto

ignore auto-generated files.

75 02/02/2005 06:08 pm Hiroyuki Yamamoto

ignore auto-generated files.

74 02/02/2005 05:51 pm Hiroyuki Yamamoto

convert help message to locale encoding.

73 02/02/2005 05:25 pm Hiroyuki Yamamoto

compose.[ch]: removed unrequired member.

72 02/02/2005 04:37 pm Hiroyuki Yamamoto

compose.c::get_indent_length() use GtkTextIter for the loop.

71 02/02/2005 03:59 pm Hiroyuki Yamamoto

compose.c: speed up wrap line a bit.

70 02/02/2005 01:32 pm Hiroyuki Yamamoto

fixed text truncation bugs in compose window.

69 02/02/2005 12:02 pm Hiroyuki Yamamoto

modified INSTALL.

67 02/01/2005 05:38 pm Hiroyuki Yamamoto

updated ac/missing/gpgme.m4, fixed ac/Makefile.am.

66 02/01/2005 05:21 pm Hiroyuki Yamamoto

Makefile.am: fixed a typo. updated ChangeLog.

65 02/01/2005 03:37 pm Hiroyuki Yamamoto

updated NEWS.

64 02/01/2005 01:51 pm Hiroyuki Yamamoto

updated version.

63 01/31/2005 07:31 pm Hiroyuki Yamamoto

updated NEWS.

61 01/31/2005 05:32 pm Hiroyuki Yamamoto

fixed ChangeLog.

58 01/31/2005 04:07 pm Hiroyuki Yamamoto

replace every non-UTF8 8bit character in the source window etc.

57 01/31/2005 03:47 pm Hiroyuki Yamamoto

defs.h: modified cache filename and version.

56 01/31/2005 03:33 pm Hiroyuki Yamamoto

ported to gpgme-1.0.

55 01/28/2005 04:41 pm Hiroyuki Yamamoto

template.c: fixed a memory leak.

53 01/28/2005 04:11 pm Hiroyuki Yamamoto

updated TODO.

52 01/28/2005 03:31 pm Hiroyuki Yamamoto

compose.c: removed redundant code for Ctrl-Enter handling.

51 01/28/2005 02:15 pm Hiroyuki Yamamoto

changed the filenames of documents.

50 01/28/2005 02:06 pm Hiroyuki Yamamoto

added NEWS.

49 01/28/2005 02:03 pm Hiroyuki Yamamoto

moved NEWS to NEWS-1.0.

48 01/28/2005 02:02 pm Hiroyuki Yamamoto

updated TODO.

47 01/27/2005 04:18 pm Hiroyuki Yamamoto

use GTK stock button for alertpanel.

46 01/27/2005 03:54 pm Hiroyuki Yamamoto

prevent character corruption on UTF-8 to ISO-2022-JP conversion.

45 01/26/2005 07:05 pm Hiroyuki Yamamoto

prefs_filter_edit.c: use GTK stock icon for add and remove button.

44 01/26/2005 06:38 pm Hiroyuki Yamamoto

alertpanel.c: use smaller size for title font.

43 01/26/2005 06:22 pm Hiroyuki Yamamoto

codeconv.[ch]: made encoding-specific functions static, and removed redundant code.

42 01/26/2005 05:20 pm Hiroyuki Yamamoto

modified Japanese code conversion.

41 01/26/2005 03:14 pm Hiroyuki Yamamoto

added constant C_INTERNAL and CS_INTERNAL.

40 01/25/2005 08:15 pm Hiroyuki Yamamoto

removed a warning.

39 01/25/2005 05:21 pm Hiroyuki Yamamoto

improved font management.

38 01/24/2005 07:55 pm Hiroyuki Yamamoto

alertpanel.c: generate title font from normal font.

37 01/24/2005 06:37 pm Hiroyuki Yamamoto

also migrate sylpheedrc.

36 01/24/2005 05:36 pm Hiroyuki Yamamoto

use GTK stock button for button set.

35 01/24/2005 04:47 pm Hiroyuki Yamamoto

src/mainwindow.c: removed commented out lines.

34 01/24/2005 04:16 pm Hiroyuki Yamamoto

removed unnecessary stock icons.

33 01/24/2005 04:11 pm Hiroyuki Yamamoto

src/alertpanel.c: use GTK stock icon instead of pixmap.

32 01/24/2005 01:42 pm Hiroyuki Yamamoto

replaced fnmatch() with g_pattern_match_*().

31 01/24/2005 01:29 pm Hiroyuki Yamamoto

use GTK stock button for button set.

30 01/24/2005 03:01 am Hiroyuki Yamamoto

use GTK stock button for dialog button set.

29 01/21/2005 08:02 pm Hiroyuki Yamamoto

use Pango in GtkSHRuler.

28 01/21/2005 06:07 pm Hiroyuki Yamamoto

suppress the debug print in codeconv.c.

27 01/21/2005 01:41 pm Hiroyuki Yamamoto

several code conversion fix.

26 01/21/2005 01:12 pm Hiroyuki Yamamoto

colorlabel.c: removed include of gdk/gdkx.h.

25 01/20/2005 07:48 pm Hiroyuki Yamamoto

also migrate templates.

24 01/20/2005 07:33 pm Hiroyuki Yamamoto

action.c: convert locale strings to UTF-8 before displaying it.

23 01/20/2005 05:47 pm Hiroyuki Yamamoto

restored the resize grip of the main statusbar.

22 01/20/2005 05:00 pm Hiroyuki Yamamoto

jpilot.c: fixed Japanese code conversion.

21 01/19/2005 08:00 pm Hiroyuki Yamamoto

compose.c: fixed broken signature replacement.

20 01/19/2005 05:18 pm Hiroyuki Yamamoto

fixed crash when opening 0-numbered message.

19 01/19/2005 03:48 pm Hiroyuki Yamamoto

fixed a bug that didn't correctly get text selection on reply.

18 01/19/2005 03:32 pm Hiroyuki Yamamoto

added new ChangeLog.

17 01/19/2005 03:25 pm Hiroyuki Yamamoto

renamed ChangeLog to ChangeLog-1.0.

16 01/19/2005 03:16 pm Hiroyuki Yamamoto

compose.c, undo.c: fixed wrong signal connection, modified ruler and toolbar sizing.

15 01/18/2005 08:09 pm Hiroyuki Yamamoto

converted all po files to UTF-8.

14 01/18/2005 07:50 pm Hiroyuki Yamamoto

implemented the migration of configuration.

13 01/17/2005 08:14 pm Hiroyuki Yamamoto

automatically take over older config files.

12 01/17/2005 06:56 pm Hiroyuki Yamamoto

xml.[ch]: automatically convert from input file encoding to UTF-8.

11 01/17/2005 04:32 pm Hiroyuki Yamamoto

removed resize grip of the statusbar of main window.

10 01/14/2005 08:10 pm Hiroyuki Yamamoto

alertpanel.c, about.c: made some label texts selectable.

9 01/14/2005 08:00 pm Hiroyuki Yamamoto

fixed shadow type of about dialog text.

8 01/14/2005 07:17 pm Hiroyuki Yamamoto

fixed popup menu position.

7 01/14/2005 05:08 pm Hiroyuki Yamamoto

fix code conversions, add conv_iconv_strdup_with_cd(), and use EUC-JP-MS for JIS to UTF-8 conversion if available.

6 01/13/2005 06:30 pm Hiroyuki Yamamoto

removed support for systems which don't support iconv.

5 01/13/2005 03:32 pm Hiroyuki Yamamoto

reduce the size of combo button arrow.

4 01/13/2005 03:23 pm Hiroyuki Yamamoto

set shadow type of GtkTextView, and don't set border_width of toolbars.

3 01/13/2005 03:08 pm Hiroyuki Yamamoto

removed head_space option, and changed the margin of TextView.

2 01/12/2005 08:32 pm Hiroyuki Yamamoto

re-added intl/Makefile.in.

1 01/12/2005 08:22 pm Hiroyuki Yamamoto

Initial import of Sylpheed (GTK2 version).