diff options
author | Ran Benita <ran234@gmail.com> | 2017-12-21 14:18:07 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2017-12-21 14:18:07 +0200 |
commit | 767fa86d42a5e25e7043622d189247e02a5ca379 (patch) | |
tree | 8d19b627182cb43efde36f1f789881a1a9b79863 /NEWS | |
parent | 4fccdee383493bb4fcd030087cf660075bdee61e (diff) | |
download | libxkbcommon-767fa86d42a5e25e7043622d189247e02a5ca379.tar.gz libxkbcommon-767fa86d42a5e25e7043622d189247e02a5ca379.tar.bz2 libxkbcommon-767fa86d42a5e25e7043622d189247e02a5ca379.zip |
Convert http:// -> https:// where possible
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -241,7 +241,7 @@ libxkbcommon 0.4.1 - 2014-03-27 is converted to an appropriate control character. This matches the behavior of libX11's XLookupString(3), and required by the XKB specification: - http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier + https://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Control_Modifier https://bugs.freedesktop.org/show_bug.cgi?id=75892 @@ -304,7 +304,7 @@ libxkbcommon 0.3.2 - 2013-11-22 - Apply capitalization transformation on keysyms in xkb_keysym_get_one_sym(), to match the behavior specified in the XKB specification: - http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Lock_Modifier + https://www.x.org/releases/current/doc/kbproto/xkbproto.html#Interpreting_the_Lock_Modifier - Support byacc for generating the parser, in addition to Bison. |