diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-12-08 01:39:15 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-12-08 01:39:15 +0000 |
commit | e10fe1cbe2436a049fd8744e089432a58efbcf21 (patch) | |
tree | 5dad5cfe27b8cb16d95cc429fff33d8cfd472013 | |
parent | df04db0bcbba5f72ea7da471469d7b44f1d97ea0 (diff) | |
download | emacs-e10fe1cbe2436a049fd8744e089432a58efbcf21.tar.gz emacs-e10fe1cbe2436a049fd8744e089432a58efbcf21.tar.bz2 emacs-e10fe1cbe2436a049fd8744e089432a58efbcf21.zip |
New file.
-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 @@ +2007-12-08 Dan Nicolaescu <dann@ics.uci.edu> + + * emacs.desktop: New file. + 2007-11-30 Kentaro Ohkouchi <nanasess@fsm.ne.jp> * 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 @@ +[Desktop Entry] +Name=Emacs +GenericName=Text Editor +Comment=Edit text +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++; +Exec=emacs %f +Icon=emacs_32.png +Type=Application +Terminal=false +Categories=Application;Development;TextEditor; +Encoding=UTF-8 +StartupWMClass=Emacs |