]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - groff/patches/groff-1.18.1.4-debian_fixes-1.patch
Move all packages to root.
[people/ms/ipfire-3.x.git] / groff / patches / groff-1.18.1.4-debian_fixes-1.patch
CommitLineData
d40b18e6
MT
1Submitted By: Matthew Burgess (matthew at linuxfromscratch dot org)
2Date: 2006-10-20
3Initial Package Version: 1.18.1.4
4Origin: http://ftp.debian.org/debian/pool/main/g/groff/groff_1.18.1.1-12.diff.gz
5Upstream Status: This is a debian-specific patch
6Description: Adds the ascii8 and nippon devices to groff for man-db.
7
8diff -Naur groff-1.18.1.4.orig/ChangeLog.jp groff-1.18.1.4/ChangeLog.jp
9--- groff-1.18.1.4.orig/ChangeLog.jp 1970-01-01 00:00:00.000000000 +0000
10+++ groff-1.18.1.4/ChangeLog.jp 2006-10-18 18:54:44.000000000 +0000
11@@ -0,0 +1,345 @@
12+2002-11-04 Fumitoshi UKAI <ukai@debian.or.jp>
13+
14+ * src/libs/libgroff/encoding.cc: for C or POSIX locale,
15+ use ascii8 encoding handler
16+ * font/devX*: new font desc for M, G
17+ * src/xditview: support ENABLE_MULTIBYTE (Japanese only?)
18+
19+2002-10-09 Fumitoshi UKAI <ukai@debian.or.jp>
20+
21+ * update groff-1.18-7
22+
23+2002-09-23 Fumitoshi UKAI <ukai@debian.or.jp>
24+
25+ * src/roff/troff/input.cc: fix bug in wchar_charinfo()
26+ check u<CODE> where <CODE> is 4- HEX chars
27+ * src/device/grohtml/post-html.cc: works ENABLE_MULTIBYTE
28+ * font/devhtml: add font M, G for Japanese
29+
30+2002-09-22 Fumitoshi UKAI <ukai@debian.or.jp>
31+
32+ * new multibyte patch
33+
34+2001-08-16 Fumitoshi UKAI <ukai@debian.or.jp>
35+
36+ * tmac/euc-jp.tmac:
37+ fix disappearing `-' char
38+
39+2001-07-21 Fumitoshi UKAI <ukai@debian.or.jp>
40+
41+ * add ENABLE_MULTIBYTE support to src/xditview
42+
43+2001-07-20 Fumitoshi UKAI <ukai@debian.or.jp>
44+
45+ * introduce "fontset" in font/*/DESC
46+ obsoletes "ondemand"
47+
48+2001-07-19 Fumitoshi UKAI <ukai@debian.or.jp>
49+
50+ * don't use input_encoding->is_wchar_code()
51+ * fix troffrc empty line
52+ * fix duplicate strcasecmp()
53+
54+2001-07-19 Fumitoshi UKAI <ukai@debian.or.jp>
55+
56+ * sub font selection move into environment::add_char()
57+ it makes possible to use \[uni<code>]
58+
59+2001-07-19 Fumitoshi UKAI <ukai@debian.or.jp>
60+
61+ * use generic iconv_handler instead of euc_handler
62+ * internal code now uses UCS-2
63+
64+2001-07-19 Fumitoshi UKAI <ukai@debian.or.jp
65+
66+ * wchar%x -> uni%X
67+ - still no code conversion
68+ - font description is not accurate
69+ * change "fixed" to charset range
70+
71+2001-07-18 Fumitoshi UKAI <ukai@debian.or.jp>
72+
73+ * Configuration Change:
74+ obsolete: --enable-japanese (#ifdef NIPPON)
75+ new: --enable-multibyte (#ifdef ENABLE_MULTIBYTE)
76+
77+2001-07-18 Fumitoshi UKAI <ukai@debian.or.jp>
78+
79+ * create charinfo for wchar on demand (src/roff/troff/input.cc)
80+ * use "fixed" for font wchar metric (src/libs/libgroff/font.cc)
81+ - font/*/M,G
82+
83+2001-07-17 Fumitoshi UKAI <ukai@debian.or.jp>
84+
85+ * add utf8 encoding handler to src/libs/libgroff/encoding.cc
86+ (this utf8 encodig handler is too slow!)
87+
88+2001-07-15 Fumitoshi UKAI <ukai@debian.or.jp>
89+
90+ * based on groff 1.17.2-1
91+ * use src/include/encoding.h instead of eucmac.h
92+ * introduce src/libs/libgroff/encoding.cc
93+ * introduce tmac/euc-jp.tmac for EUC-JP documents
94+
95+2001-05-24 Fumitoshi UKAI <ukai@debian.or.jp>
96+
97+ * Apply for groff-1.17
98+
99+2000-01-06 Yoshiaki Yanagihara <yochi@debian.or.jp>
100+
101+ * Apply japanese patch "jgroff-0.101"
102+ (thanks hanataka@abyss.rim.or.jp).
103+ * Added japanese extention option at configure.in, aclocal.m4.
104+
105+Sat Jan 1 17:10:32 JST 2000 HANATAKA Shinya <hanataka@abyss.rim.or.jp>
106+
107