Copy bits from COPYING here.
authorKristian Høgsberg <krh@redhat.com>
Wed, 28 Sep 2005 19:28:15 +0000 (19:28 +0000)
committerKristian Høgsberg <krh@redhat.com>
Wed, 28 Sep 2005 19:28:15 +0000 (19:28 +0000)
Copy first paragraph from man page.
Add swap.km.

AUTHORS
ChangeLog
Makefile.am
README

diff --git a/AUTHORS b/AUTHORS
index e69de29..ed2c04d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Jim Fulton, MIT X Consortium; derived from parts of the original
+xmodmap, written by David Rosenthal, of Sun Microsystems.
index e69de29..af3f07b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,8 @@
+2005-09-28  Kristian Høgsberg  <krh@redhat.com>
+
+       * AUTHORS: Copy bits from COPYING here.
+
+       * README: Copy first paragraph from man page.
+
+       * Makefile.am (EXTRA_DIST): Add swap.km.
+
index f1f4b46..f2cdad0 100644 (file)
@@ -35,3 +35,5 @@ xmodmap_SOURCES =     \
 dist_man1_MANS = \
         xmodmap.man
 
+EXTRA_DIST = \
+       swap.km
diff --git a/README b/README
index e69de29..0568ddb 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,5 @@
+The xmodmap program is used to edit and display the keyboard modifier
+map and keymap table that are used by client applications to convert
+event keycodes into keysyms.  It is usually run from the user's
+session startup script to configure the keyboard according to personal
+tastes.