summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2008-12-21 12:44:18 +0000
committerSergey V. Udaltsov <svu@gnome.org>2008-12-21 12:44:18 +0000
commit61874bfa405f179bc5d021bba8d692358349cb71 (patch)
tree5b8cd8b589b907fcd5afda1f54b30d81aab772dc
parent222afd3220e9c920bef41bc2e95886c5d4414d5b (diff)
downloadxkeyboard-config-61874bfa405f179bc5d021bba8d692358349cb71.tar.gz
xkeyboard-config-61874bfa405f179bc5d021bba8d692358349cb71.tar.bz2
xkeyboard-config-61874bfa405f179bc5d021bba8d692358349cb71.zip
fixed the URL of X docs
-rw-r--r--ChangeLog5
-rw-r--r--docs/README.enhancing10
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fd3ccc27..a807f57b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-21 Sergey Udaltsov
+
+ * docs/README.enhancing: fixing the location of XKB proto docs,
+ http://bugs.freedesktop.org/show_bug.cgi?id=9764
+
2008-12-18 Sergey Udaltsov
* keycodes/macintosh, rules/base.m_k.part, rules/base.o_k.part:
diff --git a/docs/README.enhancing b/docs/README.enhancing
index 5e684925..024ea146 100644
--- a/docs/README.enhancing
+++ b/docs/README.enhancing
@@ -13,11 +13,11 @@
1. Overview
The developer of a new layout should read the xkb protocol specification (The
-X Keyboard Extension: Protocol Specification <URL:http://www.x-
-docs.org/XKB/XKBproto.pdf>) at least to clarify for himself some xkb-specific
-terms used in this document and elsewhere in xkb configuration. Also it shows
-wise to understand how the X server and a client digest their keyboard inputs
-(with and without xkb).
+X Keyboard Extension: Protocol Specification
+<URL:http://xfree86.org/current/XKBproto.pdf>) at least to clarify for
+himself some xkb-specific terms used in this document and elsewhere in xkb
+configuration. Also it shows wise to understand how the X server and a client
+digest their keyboard inputs (with and without xkb).
A useful source is also Ivan Pascal's text about xkb configuration
<URL:http://www.tsu.ru/~pascal/en/xkb> often referenced throughout this docu-