diff options
| author | Adrian Robert | 2009-05-06 08:38:22 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-05-06 08:38:22 +0000 |
| commit | b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5 (patch) | |
| tree | 2857a1d94d8012e7821852e4cf1dbc94d7266ee6 | |
| parent | d332af682dadcc979370437d670394de4a045d66 (diff) | |
| download | emacs-b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5.tar.gz emacs-b8914ad2ce48bd8bcb329c2d7aaf9af92ddac1d5.zip | |
* Cocoa/Emacs.base/Contents/Info.plist: Add editor role for .markdown, .mkdn.
| -rw-r--r-- | nextstep/ChangeLog | 5 | ||||
| -rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Info.plist | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index b25f17384fc..09cb8615e85 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-05-06 Travis Jeffery <t.jeffery@utoronto.ca> (tiny change) | ||
| 2 | |||
| 3 | * Cocoa/Emacs.base/Contents/Info.plist: Add editor role for | ||
| 4 | .markdown, .mkdn. | ||
| 5 | |||
| 1 | 2009-03-14 David Reitter <david.reitter@gmail.com> | 6 | 2009-03-14 David Reitter <david.reitter@gmail.com> |
| 2 | 7 | ||
| 3 | * Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib: | 8 | * Cocoa/Emacs.base/Contents/Resources/preferences.nib/classes.nib: |
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist index 952a745c03d..8ef76531da2 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist | |||
| @@ -67,6 +67,19 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |||
| 67 | <dict> | 67 | <dict> |
| 68 | <key>CFBundleTypeExtensions</key> | 68 | <key>CFBundleTypeExtensions</key> |
| 69 | <array> | 69 | <array> |
| 70 | <string>markdown</string> | ||
| 71 | <string>mkdn</string> | ||
| 72 | </array> | ||
| 73 | <key>CFBundleTypeIconFile</key> | ||
| 74 | <string>document.icns</string> | ||
| 75 | <key>CFBundleTypeName</key> | ||
| 76 | <string>Markdown document</string> | ||
| 77 | <key>CFBundleTypeRole</key> | ||
| 78 | <string>Editor</string> | ||
| 79 | </dict> | ||
| 80 | <dict> | ||
| 81 | <key>CFBundleTypeExtensions</key> | ||
| 82 | <array> | ||
| 70 | <string>css</string> | 83 | <string>css</string> |
| 71 | </array> | 84 | </array> |
| 72 | <key>CFBundleTypeIconFile</key> | 85 | <key>CFBundleTypeIconFile</key> |