diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ee102fe1..a093cafdd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ ### New Features -- The new “prevent editing” option that prevents documents from being unintentionally edited. - Append the nearest unique ancestor folder name to the document title if multiple documents with the same name are opened. +- The new “prevent editing” option that prevents documents from being unintentionally edited. +- Introduce the new AppleScript parameter `editable` to document objects. ### TODO diff --git a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html index d7dec3471b..88c782d7fe 100644 --- a/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html +++ b/CotEditor/Resources/CotEditor.help/Contents/Resources/en.lproj/pgs/howto_readonly.html @@ -24,7 +24,10 @@

Preventing from being edited

CotEditor can temporarily prevent a document from being edited to avoid unintended data modifications while reading. This state is only valid while the document is open in CotEditor and is not saved to the file.