Commit Briefs

Russ Cox

tmac: rename IM (italic manual) to MR (manual reference)

Suggested by G. Brandon Robinson.


Russ Cox

tmac: introduce real manual reference macro instead of overloading IR

The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441.


Russ Cox

devdraw: accept 5- and 6-byte Unicode hex values

Alt X 1234 for U+1234 Alt X X 12345 for U+12345 Alt X X X 103456 for U+103456.


Russ Cox

keyboard(7): document X compose sequences

Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043


Russ Cox

keyboard(7): document update procedure (suggested by Rodney Polkinghorne)

R=rsc http://codereview.appspot.com/3770044


rsc

tweaks


rsc

done