Add changelog.md file for developer

仕様変更点のメモ用にchangelog.mdファイルを追加(リリースするパッケージには含まれない)
This commit is contained in:
1024jp 2014-03-18 20:52:58 +01:00
parent a5749fec2b
commit 0c293c5a84
2 changed files with 19 additions and 0 deletions

View File

@ -272,6 +272,7 @@
2AFFB72018D7FC6000118477 /* ja */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ja; path = ja.lproj/GoToPanel.xib; sourceTree = "<group>"; };
2AFFB72918D8C7DE00118477 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/OpenDocumentAccessory.xib; sourceTree = "<group>"; };
2AFFB72B18D8CB7D00118477 /* ja */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = ja; path = ja.lproj/OpenDocumentAccessory.xib; sourceTree = "<group>"; };
2AFFB72C18D8DB6A00118477 /* changelog.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = changelog.md; sourceTree = "<group>"; };
32DBCF750370BD2300C91783 /* CotEditor_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CotEditor_Prefix.pch; sourceTree = "<group>"; };
6C1E211F12C9E65600194313 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xib; name = ja; path = ja.lproj/DocWindow.xib; sourceTree = "<group>"; };
6C1E212012C9E65600194313 /* ja */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xib; name = ja; path = ja.lproj/HCCManager.xib; sourceTree = "<group>"; };
@ -495,6 +496,7 @@
2A37F4AAFDCFA73011CA2CEA /* CotEditor */ = {
isa = PBXGroup;
children = (
2AFFB72C18D8DB6A00118477 /* changelog.md */,
2A37F4ABFDCFA73011CA2CEA /* Classes */,
8C7F74E8091C7344005C7598 /* Import Sources */,
2A37F4AFFDCFA73011CA2CEA /* Other Sources */,

17
changelog.md Normal file
View File

@ -0,0 +1,17 @@
changelog (for developer)
==========================
1.5
--------------------------
- 移動パネルの行/文字選択がラジオボタンからポップアップボタンに
- ウインドウの透明化に関する変更
- ウインドウ全体の透明化の廃止
- 行番号ビューもテキストビューに合わせて透過
- 「透明度 (transparency)」を「不透明度 (opacity)」に修正
- ウインドウ透明パネルの名前をウインドウ不透明度パネルに変更
- 不透明度パネルの「全ウインドウに適応」ボタンを「デフォルトとして保存」に変更し、現在のウインドウに適応するだけではなくデフォルトとしても保存されるように変更
- AppleScriptに関する変更
- documentオブジェクトの `transparency` および `alpha only textView` プロパティの廃止
- windowオブジェクトに `view opacity` プロパティを追加