From 8983d8f1359b96a792a2c3da7b38c9b2c40f9073 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 26 May 2011 21:23:50 +0000 Subject: Version 1.11.3. Here we go! --- Makefile | 4 ++-- index.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 400ef44a..c535f105 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -VERSION = 1.11.2 -VDATE = 12 May 2011 +VERSION = 1.11.3 +VDATE = 26 May 2011 # IFF your system supports multi-byte functions (setlocale(), wcwidth(), # putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a # UCS-4 value) should you define USE_WCHAR. If you define it and your diff --git a/index.sgml b/index.sgml index 33fd81a3..315791b6 100644 --- a/index.sgml +++ b/index.sgml @@ -324,7 +324,7 @@

- 19-05-2011: version 1.11.3 + 26-05-2011: version 1.11.3

Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. @@ -335,7 +335,7 @@ -Tlocale is always a synonym for -Tascii.

- Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded as mandoc input by using the newly-added preconv utility. Note: in the future, this feature may be integrated into mandoc.

-- cgit