From b62da77c1c94b393f8be7854ff1cb30b012aa238 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 27 Aug 2014 18:53:26 -0700 Subject: [PATCH] * etc/emacs.appdata.xml: New file Ref: http://people.freedesktop.org/~hughsient/appdata/ The description is adapted from the Emacs homepage. --- etc/ChangeLog | 4 ++++ etc/emacs.appdata.xml | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 etc/emacs.appdata.xml diff --git a/etc/ChangeLog b/etc/ChangeLog index 06a0c4b5312..43027e57f89 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-28 Glenn Morris + + * emacs.appdata.xml: New file; description from Emacs's homepage. + 2014-07-12 Eli Zaretskii * PROBLEMS: Mention the problem from bug #17950. diff --git a/etc/emacs.appdata.xml b/etc/emacs.appdata.xml new file mode 100644 index 00000000000..d662bcba550 --- /dev/null +++ b/etc/emacs.appdata.xml @@ -0,0 +1,33 @@ + + + + emacs.desktop + GFDL-1.3 + + GPL-3.0+ and GFDL-1.3 + GNU Emacs + An extensible text editor + +

+ GNU Emacs is an extensible, customizable text editor - and more. + At its core is an interpreter for Emacs Lisp, a dialect of the Lisp + programming language with extensions to support text editing. +

+

The features of GNU Emacs include:

+
    +
  • Content-sensitive editing modes, including syntax coloring, for + a wide-range of file types
  • +
  • Complete built-in documentation, including a tutorial for new users
  • +
  • Full Unicode support for nearly all human languages and their scripts
  • +
  • Highly customizable, using Emacs Lisp code or a graphical interface
  • +
  • Includes a project planner, mail and news reader, debugger + interface, calendar, and more
  • +
+
+ + http://www.gnu.org/software/emacs/images/appdata.png + + http://www.gnu.org/software/emacs + emacs-devel_at_gnu.org + GNU +
-- 2.11.4.GIT