diff options
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/ChangeLog | 4 | ||||
-rw-r--r-- | nextstep/templates/Info-gnustep.plist.in | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 909580296e1..d76d832555c 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,7 @@ +2013-06-02 Jan Djärv <jan.h.d@swipnet.se> + + * templates/Info-gnustep.plist.in: Add NSDocumentClass EmacsDocument. + 2013-03-16 Jan Djärv <jan.h.d@swipnet.se> * Makefile.in (${ns_appdir}): Add touch. diff --git a/nextstep/templates/Info-gnustep.plist.in b/nextstep/templates/Info-gnustep.plist.in index 4ac97e5cde6..42abc235761 100644 --- a/nextstep/templates/Info-gnustep.plist.in +++ b/nextstep/templates/Info-gnustep.plist.in @@ -20,7 +20,7 @@ NSRole = Application; NSTypes = ( { - NSDocumentClass = ""; + NSDocumentClass = "EmacsDocument"; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; @@ -30,7 +30,7 @@ ); }, { - NSDocumentClass = ""; + NSDocumentClass = "EmacsDocument"; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; @@ -41,7 +41,7 @@ ); }, { - NSDocumentClass = ""; + NSDocumentClass = "EmacsDocument"; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; @@ -51,7 +51,7 @@ ); }, { - NSDocumentClass = ""; + NSDocumentClass = "EmacsDocument"; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; @@ -64,7 +64,7 @@ ); }, { - NSDocumentClass = ""; + NSDocumentClass = "EmacsDocument"; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; @@ -74,7 +74,7 @@ ); }, { - NSDocumentClass = ""; + NSDocumentClass = "EmacsDocument"; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; @@ -84,7 +84,7 @@ ); }, { - NSDocumentClass = ""; + NSDocumentClass = "EmacsDocument"; NSHumanReadableName = ""; NSIcon = ""; NSName = ""; |