diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/emacs.desktop | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 0cd4f718b1a..182b7d1e098 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * emacs.desktop: New file. | ||
| 4 | |||
| 1 | 2007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp> | 5 | 2007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp> |
| 2 | 6 | ||
| 3 | * images/icons/macemacs_16.png, images/icons/macemacs_24.png: | 7 | * images/icons/macemacs_16.png, images/icons/macemacs_24.png: |
diff --git a/etc/emacs.desktop b/etc/emacs.desktop new file mode 100644 index 00000000000..630d3c78834 --- /dev/null +++ b/etc/emacs.desktop | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | [Desktop Entry] | ||
| 2 | Name=Emacs | ||
| 3 | GenericName=Text Editor | ||
| 4 | Comment=Edit text | ||
| 5 | MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; | ||
| 6 | Exec=emacs %f | ||
| 7 | Icon=emacs_32.png | ||
| 8 | Type=Application | ||
| 9 | Terminal=false | ||
| 10 | Categories=Application;Development;TextEditor; | ||
| 11 | Encoding=UTF-8 | ||
| 12 | StartupWMClass=Emacs | ||