<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/vt, branch release/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-08-08T10:45:22Z</updated>
<entry>
<title>MFC 321858: Add alternate Turkish keyboard layout F, submitted by Ufur Guler.</title>
<updated>2017-08-08T10:45:22Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2017-08-08T10:45:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5a4c80fdf7f3cda029b49eb42eed65a02e3642f'/>
<id>urn:sha1:a5a4c80fdf7f3cda029b49eb42eed65a02e3642f</id>
<content type='text'>
MFC 321859: While here, adjust a few file and path names in comments.
</content>
</entry>
<entry>
<title>MFC r293047: Use correct name 'us' for character 31 in keymaps</title>
<updated>2016-01-09T00:28:34Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2016-01-09T00:28:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8895cb5adc2562d933f29ebe45c79a84a3135bac'/>
<id>urn:sha1:8895cb5adc2562d933f29ebe45c79a84a3135bac</id>
<content type='text'>
'ns' was a historical accident, and kbdcontrol(1) has accepted the
correct 'us' as well as 'ns' since r38139.

PR:		205776
</content>
</entry>
<entry>
<title>MFC INDEX.keymaps fixes</title>
<updated>2015-05-21T01:47:12Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-05-21T01:47:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a7a0dcf93818bf83a26c5b4eade8ba2900af714a'/>
<id>urn:sha1:a7a0dcf93818bf83a26c5b4eade8ba2900af714a</id>
<content type='text'>
r282898: Correct UTF-8 encoding in Británico

  One á was ISO 8859-1 0xE1 instead of UTF-8 0xC3 0xA1.

r282902: Correct language code -- "Danish" is English

  The menu entry "Danish ISO-8859-1 (macbook)" was first added to the
  syscons(4) INDEX.keymaps in r241851 with no language code, and then in
  r256367 incorrectly tagged with "da".  It is a Danish keyboard map, but
  the description is in English and therefore must be "en".

  This error subsequently propagated into the vt(4) INDEX.keymaps.

r282905: Restore 'he' language code for Hebrew kbdmap(1) menu title

r282914: kbdmap(1): Correct menu title: keyboards have a layout, not a language

PR:		146793, 193656
</content>
</entry>
<entry>
<title>MFC r271452:</title>
<updated>2014-09-15T20:08:07Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2014-09-15T20:08:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=299c20863e78a79a555a43ffc9fd1a5b2585c9ec'/>
<id>urn:sha1:299c20863e78a79a555a43ffc9fd1a5b2585c9ec</id>
<content type='text'>
Add two forgotten keymap names (fr.kbd and fr.acc.kbd) to the list
of files to be installed.

Approved by:	re
</content>
</entry>
<entry>
<title>MFC improved vt(4) font generation</title>
<updated>2014-09-09T20:36:56Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-09-09T20:36:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=34e1d5f6f8116e7c5de498d02e5645aaa79436ee'/>
<id>urn:sha1:34e1d5f6f8116e7c5de498d02e5645aaa79436ee</id>
<content type='text'>
r266851: Add VGAROM 8x8, 8x14 and 8x16 fonts for vt(4)

  These are converted from syscons(4) cp437 fonts.

r267306: Add vgarom font source

  These are in 'GNU Unifont' format, and are converted from syscons(4)
  cp437 fonts.

r267400: Add thin versions of VGAROM 8x8 and 8x16 fonts for vt(4)

  These are converted from syscons(4) cp437-thin-8x* fonts.

r267423: Build vt(4) fonts during buildworld

  vtfontcvt(8) is now built during buildworld, so can be used as a
  bootstrap tool to create vt(4) fonts from source .hex or .bdf font
  files, rather than having uuencoded binary fonts in the tree.

r267578: Add glyphs from converted syscons iso* fonts

  This consists of the unique glyphs from the following font files in
  /usr/share/syscons/fonts:

  iso*.fnt     ISO-8859-1 West European
  iso02*.fnt   ISO-8859-2 Central European
  iso04*.fnt   ISO-8859-4 Baltic
  iso05*.fnt   ISO-8859-5 Cyrillic
  iso07*.fnt   ISO-8859-7 Greek
  iso08*.fnt   ISO-8859-8 Hebrew
  iso09*.fnt   ISO-8859-9 Turkish
  iso15*.fnt   ISO-8859-15 West European

r268022: Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT

  The _SUPPORT knobs have a consistent meaning which differs from the
  behaviour controlled by this knob.  As the knob is opt-out and has not
  appeared in a release the impact should be low.

Approved by:	re
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC: 269950, 269952, 269973, 270114, 270119, 270142, 270156, 270200, 270229</title>
<updated>2014-08-21T22:04:17Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2014-08-21T22:04:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=287ae2ecb259e55b56d9374f1aa258a651b06ba0'/>
<id>urn:sha1:287ae2ecb259e55b56d9374f1aa258a651b06ba0</id>
<content type='text'>
	Add fonts converted from SYSCONS with help of tools/tools/vt/keymaps
	for use with NEWCONS. The mapping from SYSCONS name to NEWCONS name
	is documented in KBDFILES.map in the tools directory.
	A few of the files where modified by Ed Maste (ca.kbd, ca-fr.kbd).
</content>
</entry>
<entry>
<title>MFC r267603 by trasz: Add polish vt(4) keymap.</title>
<updated>2014-07-21T13:51:29Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2014-07-21T13:51:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c818f13636280aa810003f45ecf894cee21a812d'/>
<id>urn:sha1:c818f13636280aa810003f45ecf894cee21a812d</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC: 266838 266841 267194</title>
<updated>2014-06-16T12:37:10Z</updated>
<author>
<name>Aleksandr Rybalko</name>
<email>ray@FreeBSD.org</email>
</author>
<published>2014-06-16T12:37:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3184b1bbe8034b386b52c8789f8572e09c4bbba9'/>
<id>urn:sha1:3184b1bbe8034b386b52c8789f8572e09c4bbba9</id>
<content type='text'>
  Add gallant vt(4) font as an example of font loading for vt(4).
  Add Ukranian vt(4) keymaps as an example.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
