summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-09-28 19:28:15 +0000
committerKristian Høgsberg <krh@redhat.com>2005-09-28 19:28:15 +0000
commitc4483b314106bcd2bb13e49650cfd279f74da73e (patch)
treee5c272cea0830d372deacccf1e52d1851055309a
parent149fc373521b4ceb33e37c693834a27a702fcc2b (diff)
Copy bits from COPYING here.
Copy first paragraph from man page. Add swap.km.
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--README5
4 files changed, 17 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29..ed2c04d 100644
--- 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.
diff --git a/ChangeLog b/ChangeLog
index e69de29..af3f07b 100644
--- 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.
+
diff --git a/Makefile.am b/Makefile.am
index f1f4b46..f2cdad0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
--- 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.