Received: by mail.netbsd.org (Postfix, from userid 605) id 026D684D83; Fri, 12 Mar 2021 17:03:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 36D4184D7E for ; Fri, 12 Mar 2021 17:03:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aNueS54QVAE5 for ; Fri, 12 Mar 2021 17:03:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CE4A384D24 for ; Fri, 12 Mar 2021 17:03:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1229FA95; Fri, 12 Mar 2021 17:03:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 12 Mar 2021 17:03:06 +0000 From: "Frederic Cambus" Subject: CVS commit: src/sys/dev/wsfont To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210312170306.C1229FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Frederic Cambus" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: fcambus Date: Fri Mar 12 17:03:06 UTC 2021 Modified Files: src/sys/dev/wsfont: spleen5x8.h spleen6x12.h Log Message: Update Spleen kernel fonts to version 1.9.0, bringing the following improvements: - Enlarge vertical line for consistency with other small sizes (5x8 version) - Add full support for the Latin-1 Supplement Unicode block (6x12 version) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/wsfont/spleen5x8.h cvs rdiff -u -r1.2 -r1.3 src/sys/dev/wsfont/spleen6x12.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.