Revision 2815
| src/about.c (revision 2815) | ||
|---|---|---|
| 176 | 176 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 177 | 177 |
|
| 178 | 178 |
label = gtk_label_new |
| 179 |
("Copyright (C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 179 |
("Copyright (C) 1999-2011 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 180 | 180 |
gtk_label_set_selectable(GTK_LABEL(label), TRUE); |
| 181 | 181 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 182 | 182 |
|
| nsis/COPYING.ja.txt (revision 2815) | ||
|---|---|---|
| 1 |
Sylpheed is copyrighted 1999-2010 by Hiroyuki Yamamoto and
|
|
| 1 |
Sylpheed is copyrighted 1999-2011 by Hiroyuki Yamamoto and
|
|
| 2 | 2 |
Sylpheed Development Team, and distributed under the GNU GPL. |
| 3 | 3 |
|
| 4 | 4 |
Specific permission is granted for the GPLed code in this distribition to |
| nsis/sylpheed-defs.nsh (revision 2815) | ||
|---|---|---|
| 1 | 1 |
;!define SYLPHEED_PRO |
| 2 | 2 |
|
| 3 | 3 |
!define PRODUCT_NAME "Sylpheed" |
| 4 |
!define PRODUCT_VERSION "3.1beta4"
|
|
| 4 |
!define PRODUCT_VERSION "3.1" |
|
| 5 | 5 |
|
| 6 | 6 |
!ifdef SYLPHEED_PRO |
| 7 | 7 |
!define PRODUCT_PUBLISHER "SRA OSS, Inc. Japan" |
| nsis/COPYING.txt (revision 2815) | ||
|---|---|---|
| 1 |
Sylpheed is copyrighted 1999-2010 by Hiroyuki Yamamoto and
|
|
| 1 |
Sylpheed is copyrighted 1999-2011 by Hiroyuki Yamamoto and
|
|
| 2 | 2 |
Sylpheed Development Team, and distributed under the GNU GPL. |
| 3 | 3 |
|
| 4 | 4 |
Specific permission is granted for the GPLed code in this distribition to |
| nsis/compile.bat (revision 2815) | ||
|---|---|---|
| 1 | 1 |
PATH "C:\Program Files\NSIS";%PATH% |
| 2 |
|
|
| 2 | 3 |
makensis plugin-updater.nsi |
| 3 | 4 |
move plugin-updater.exe Sylpheed |
| 4 | 5 |
makensis update-manager.nsi |
| LICENSE (revision 2815) | ||
|---|---|---|
| 1 |
Sylpheed is Copyright 1999-2010 by Hiroyuki Yamamoto and
|
|
| 1 |
Sylpheed is Copyright 1999-2011 by Hiroyuki Yamamoto and
|
|
| 2 | 2 |
Sylpheed Development Team, and distributed under the GNU GPL (COPYING). |
| 3 | 3 |
|
| 4 | 4 |
Specific permission is granted for the GPLed code in this distribition to |
| README.ja (revision 2815) | ||
|---|---|---|
| 1 | 1 |
Sylpheed - ???̤ǥ桼???ե????ɥ???Żҥ?륯?饤?????? |
| 2 | 2 |
|
| 3 |
Copyright(C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 3 |
Copyright(C) 1999-2011 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 4 | 4 |
|
| 5 | 5 |
This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
it under the terms of the GNU General Public License as published by |
| ChangeLog (revision 2815) | ||
|---|---|---|
| 1 | 1 |
2011-01-21 |
| 2 | 2 |
|
| 3 |
* README |
|
| 4 |
README.ja |
|
| 5 |
LICENSE |
|
| 6 |
nsis/COPYING*.txt |
|
| 7 |
src/about.c: updated copyright year. |
|
| 8 |
|
|
| 9 |
2011-01-21 |
|
| 10 |
|
|
| 3 | 11 |
* src/undo.c: fixed long-standing undo-redo bug: |
| 4 | 12 |
1. input "a b" |
| 5 | 13 |
2. delete 3 chars by backspace |
| README (revision 2815) | ||
|---|---|---|
| 1 | 1 |
Sylpheed - lightweight and user-friendly e-mail client |
| 2 | 2 |
|
| 3 |
Copyright(C) 1999-2010 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 3 |
Copyright(C) 1999-2011 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 4 | 4 |
|
| 5 | 5 |
This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
it under the terms of the GNU General Public License as published by |
Also available in: Unified diff