• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

修訂5f71f5c37e1fb6ed3161758659397656c501f5e1 (tree)
時間2010-11-03 01:42:55
作者Christopher Roy Bratusek <zanghar@free...>
CommiterChristopher Roy Bratusek

Log Message

version down to 1.8.0
README.IMPORTANT

Change Summary

差異

--- a/README.IMPORTANT
+++ b/README.IMPORTANT
@@ -1,7 +1,7 @@
11 For full changes, read the news section in info. This file
22 lists only important changes.
33
4-In Sawfish 2.90.0 there are the following major changes:
4+In Sawfish 1.8.0 there are the following major changes:
55
66 grand edge refactoring
77 **********************
--- a/configure.in
+++ b/configure.in
@@ -29,9 +29,9 @@ AM_PROG_LIBTOOL
2929 #IT_PROG_INTLTOOL([0.40.0])
3030
3131 dnl Release versioning info
32-version="2.90.0"
32+version="1.8.0"
3333 subversion=""
34-codename="Excelsior"
34+codename="Unity Without Words"
3535
3636 VERSION=${version}
3737
@@ -474,20 +474,12 @@ echo "
474474
475475 font loader: $FONT_LOADER
476476
477- == == == == == == == == == == == == =="
478-
479-tput setaf 1 && echo "
480- == == == == == == == == == == == == ==
481-
482- !This version of Sawfish is unstable!
483-
484477 == == == == == == == == == == == == ==
485478
486479 Be sure to read README.IMPORTANT!
487480
488481 == == == == == == == == == == == == ==
489482 "
490-tput sgr0
491483
492484 dnl If it doesn't look like GNU Make is being used, give a friendly warning
493485 tem=`make --version -f /dev/null 2>&1 | grep GNU`