From d45c0255e15dc342755ed3e310117071262b2305 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 6 Aug 2015 13:06:16 +0200 Subject: XCompose: Remove lines only meant for testing. --- X11/XCompose | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'X11/XCompose') diff --git a/X11/XCompose b/X11/XCompose index 0097034..6e1646d 100644 --- a/X11/XCompose +++ b/X11/XCompose @@ -74,14 +74,4 @@ include "%L" : "☣" U2623 # BIOHAZARD SIGN : "☢" U2622 # RADIOACTIVE SIGN - : "卐" U262D : "ಠ_ಠ" - - : U00A0 - : U2007 - : U2008 - : U2009 - : U200A - : U202F - : U205F - : U3000 -- cgit v1.2.3-70-g09d2 From f0a593441f37d4b6ab336a2a8493e52be994b673 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 14 Aug 2015 22:35:41 +0200 Subject: xcompose: Add trains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- X11/XCompose | 2 ++ 1 file changed, 2 insertions(+) (limited to 'X11/XCompose') diff --git a/X11/XCompose b/X11/XCompose index 6e1646d..6d06e49 100644 --- a/X11/XCompose +++ b/X11/XCompose @@ -75,3 +75,5 @@ include "%L" : "☣" U2623 # BIOHAZARD SIGN : "☢" U2622 # RADIOACTIVE SIGN : "ಠ_ಠ" + + : "🚂 🚊 🚉 🚞 🚆 🚄 🚅 🚈 🚇 🚝 🚋 🚃 🚟" -- cgit v1.2.3-70-g09d2 From 4744326ed8b7d717d66cccfec80fb35df278f6e6 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 14 Sep 2015 15:48:45 +0200 Subject: XCompose: add delta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- X11/XCompose | 3 +++ 1 file changed, 3 insertions(+) (limited to 'X11/XCompose') diff --git a/X11/XCompose b/X11/XCompose index 6d06e49..406e921 100644 --- a/X11/XCompose +++ b/X11/XCompose @@ -18,6 +18,9 @@ include "%L" : "λ" U03BB : "µ" U00B5 + : "δ" U03B4 + : "Δ" U0394 + # Quotes : "“" U201C : "”" U201D -- cgit v1.2.3-70-g09d2