diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 20:52:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 20:52:49 +0000 |
commit | 100eb74c10e53a1f8e0b0b67e836e7703914ca1f (patch) | |
tree | 12b86a9a91f48575e607c406b958d3e396135a9e /lib/libX11/ChangeLog | |
parent | 5a9fa3dae6adae68de15f37d34f31b19ea867343 (diff) |
Update to libX11 1.4.3 which was released during the 1.4.2 tests.
Mostly churn in the doc build system, which is disabled on Xenocara
for now.
Diffstat (limited to 'lib/libX11/ChangeLog')
-rw-r--r-- | lib/libX11/ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/lib/libX11/ChangeLog b/lib/libX11/ChangeLog index 27a71603f..250c7a74f 100644 --- a/lib/libX11/ChangeLog +++ b/lib/libX11/ChangeLog @@ -1,3 +1,53 @@ +commit a0ad0d5c99023bb9a8ce3944dbc3267f5265721e +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Tue Apr 5 13:29:04 2011 -0700 + + libX11 1.4.3 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit e8c76407d2f6e3b11babdb84426e43e780c859c3 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Feb 25 09:23:54 2011 -0500 + + Documentation: add Docbook external references support + + When writing technical documentation, it is often necessary to cross + reference to other information. When that other information is not in the + current document, additional support is needed, namely <olink>. + + A new feature with version 1.7 of xorg-sgml-doctools adds references to + other documents within or outside this package. + + This patch adds technical support for this feature but does not change + the content of the documentation as seen by the end user. + + Each book or article must generate a database containing the href + of sections that can be referred to from another document. This database + is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that + the value of DATAROOTDIR for xorg-sgml-doctools and for the package + documentation is the same. This forms a virtual document tree. + + This database is consulted by other documents while they are being generated + in order to fulfill the missing information for linking. + Refer to the xorg-sgml-doctools for further technical information. + + Co-authored-by: Matt Dew <marcoz@osource.org> + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 25eb76b3d2726f2f1de759901971ae53b2539dc4 +Author: Harshula Jayasuriya <harshula@gmail.com> +Date: Mon Mar 21 14:49:37 2011 +0000 + + Add #define XK_SINHALA + + Add #define XK_SINHALA so that the Sinhala keysyms can be used by + the lk xkb keymap. + + Signed-off-by: Harshula Jayasuriya <harshula@gmail.com> + Reviewed-by: Daniel Stone <daniel@fooishbar.org> + commit db8b20b789112717ac0590b40f0b4dc2171797d0 Author: Jeremy Huddleston <jeremyhu@apple.com> Date: Thu Mar 17 16:15:00 2011 -0700 |