Some repo admin -- .gitignore updates
[packages] / mule-packages / mule-ucs / ChangeLog
1 2014-10-16  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.21 released.
4
5 2014-09-29  Jerry James  <james@xemacs.org>
6
7         * Makefile: Drop XEmacs 21.1 support.
8
9 2014-05-15  Norbert Koch  <viteno@xemacs.org>
10
11         * Makefile (VERSION): XEmacs package 1.20 released.
12
13 2014-05-15  Norbert Koch  <viteno@xemacs.org>
14
15         * Makefile (VERSION): XEmacs package 1.19 released.
16
17 2014-05-13  Jerry James  <james@xemacs.org>
18
19         * .cvsignore: Remove.
20         * doc/.cvsignore: Remove.
21         * lisp/.cvsignore: Remove.
22         * .hgignore: New file.
23         * doc/mule-ucs.texi: Restore CVS keyword expansion.  Adapt to
24         texinfo 5.x.
25
26 2009-10-02  Norbert Koch  <viteno@xemacs.org>
27
28         * Makefile (VERSION): XEmacs package 1.18 released.
29
30 2008-07-26  Norbert Koch  <viteno@xemacs.org>
31
32         * Makefile (VERSION): XEmacs package 1.17 released.
33
34 2007-09-30  Norbert Koch  <viteno@xemacs.org>
35
36         * Makefile (VERSION): XEmacs package 1.16 released.
37
38 2007-08-14  Norbert Koch  <viteno@xemacs.org>
39
40         * Makefile (VERSION): XEmacs package 1.15 released.
41
42 2005-06-21  Norbert Koch  <viteno@xemacs.org>
43
44         * Makefile (VERSION): XEmacs package 1.14 released.
45
46 2005-05-10  Norbert Koch  <viteno@xemacs.org>
47
48         * Makefile (VERSION): XEmacs package 1.13 released.
49
50 2005-05-07  Norbert Koch  <viteno@xemacs.org>
51
52         * Makefile (VERSION): XEmacs package 1.12 released.
53
54 2005-02-28  Norbert Koch  <viteno@xemacs.org>
55
56         * Makefile (VERSION): XEmacs package 1.11 released.
57
58 2005-02-28  Aidan Kehoe  <kehoea@parhasard.net>
59
60         * doc/mule-ucs.texi (Top): 
61         "latin-unity may be of use" -> "latin-unity will probably be of use"
62         * doc/mule-ucs.texi (Overview):
63         Mention that Mule-UCS will probably trash data.
64         * doc/mule-ucs.texi (Configuration):
65         Re-iterate that Mule-UCS will probably trash data.  Comment out
66         the hope that advanced features will be documented; I don't
67         anticipate that happening.
68
69 2005-02-28  Norbert Koch  <viteno@xemacs.org>
70
71         * Makefile (VERSION): XEmacs package 1.10 released.
72
73 2005-02-16  Norbert Koch  <viteno@xemacs.org>
74
75         * Makefile (VERSION): XEmacs package 1.09 released.
76
77 2005-02-08  Aidan Kehoe  <kehoea@parhasard.net> 
78
79         * Makefile: Make the package depend on latin-euro-standards, 
80         increment the Makefile version. 
81
82 2005-01-31  Norbert Koch  <viteno@xemacs.org>
83
84         * Makefile (VERSION): XEmacs package 1.07 released.
85
86 2005-01-30  Adrian Aichner  <adrian@xemacs.org>
87
88         * doc/mule-ucs.texi (Configuration): Quote utf-8 in code sample.
89
90 2004-06-21  Norbert Koch  <viteno@xemacs.org>
91
92         * Makefile (VERSION): XEmacs package 1.06 released.
93
94 2004-06-18  Stephen J. Turnbull  <stephen@xemacs.org>
95
96         * Makefile (EXTRA_SOURCES): Remove lisp/ChangeLog.
97         (DATA_1_FILES): Remove ChangeLog; it is treated specially.  Add
98         lisp/ChangeLog.
99
100 2003-10-31  Norbert Koch  <viteno@xemacs.org>
101
102         * Makefile (VERSION): XEmacs package 1.05 released.
103
104 2003-04-16  Steve Youngs  <youngs@xemacs.org>
105
106         * Makefile (REQ_MIN_VERSION): Removed, version 3.79 of GNU/make
107         doesn't support $(value foo)
108         (CHECK_VERSION): Don't use $(value foo).
109
110 2003-04-04  Steve Youngs  <youngs@xemacs.org>
111
112         * Makefile (REQ_MIN_VERSION): New.
113         (CHECK_VERSION): New.
114         (bad-version): New.
115         So this package can be "made" with XEmacs 21.1.
116
117 2003-03-30  Steve Youngs  <youngs@xemacs.org>
118
119         * Makefile (EARLY_GENERATED_LISP): Revert previous change.
120
121 2003-03-22  Steve Youngs  <youngs@xemacs.org>
122
123         * Makefile (EARLY_GENERATED_LISP): Explicitly set so we don't try
124         to build custom-loads, this package doesn't have any.
125
126 2003-03-21  Ben Wing  <ben@xemacs.org>
127
128         * doc\.cvsignore: New.  Add entries for mule-ucs*.html.
129
130 2003-03-09  Ben Wing  <ben@xemacs.org>
131
132         * Makefile (EXTRA_SOURCES):
133         * Makefile (HTML_FILES): Removed.
134         * Makefile (HTML_DEP): Removed.
135         * Makefile (PRELOADS): New.
136         Delete explicit compile:: and binkit: rules.
137         Delete code to error when no Mule (now automatic).
138         Use EXPLICIT_DOCS instead of explicitly giving the targets
139         and dependencies.
140
141         Rearrange the order of the sources in ELCS so they can be built
142         properly by us and don't use the ad-hoc code in mucs-comp.el.
143         Add lots of PRELOADS that more or less mimic what happens when
144         the "old way" is done.  Leave in, commented out, the way to
145         compile using the "old way", but updated to the new package
146         Makefile format.
147
148 2002-12-07  Ville Skyttä  <scop@xemacs.org>
149
150         * .cvsignore: Remove files now handled automatically by CVS.
151
152 2002-11-29  Ben Wing  <ben@xemacs.org>
153
154         * Makefile: Use `compile' instead of hard-coded `all'.
155
156 2002-10-15  Ville Skyttä  <scop@xemacs.org>
157
158         * Makefile (srckit): Remove.
159
160 2002-10-14  Ville Skyttä  <scop@xemacs.org>
161
162         * Makefile (MANUAL): Removed (unused).
163
164 2002-03-25  Steve Youngs  <youngs@xemacs.org>
165
166         * Makefile (VERSION): 1.04 released.
167
168 2002-03-06  Norbert Koch  <nk@viteno.net>
169
170         * doc/mule-ucs.texi (Overview): Typo fix.  Add missing '@' in
171         email address.
172
173 2002-03-06  Simon Josefsson <jas@extundo.com>
174
175         * doc/mule-ucs.texi (Overview):
176         * README.XEmacs: 
177         Typo fix in init file example.
178
179 2002-02-07  Stephen J. Turnbull  <stephen@xemacs.org>
180
181         * doc/mule-ucs.texi (Top): Fixup copyrights.  Add information
182         about bug reporting.  Add a little more information about
183         un-define-change-charset-order'.
184
185 2002-01-25  Stephen J. Turnbull  <stephen@xemacs.org>
186
187         * doc/mule-ucs.texi (Overview): Document input method and charset
188         ordering issues.
189
190 2002-01-07  Adrian Aichner  <adrian@xemacs.org>
191
192         * Makefile (HTML_FILES): New.
193         * Makefile (HTML_DEP): New.
194
195 2001-12-17  Steve Youngs  <youngs@xemacs.org>
196
197         * package-info.in: Add "MULE:" to description to maintain
198         consistency with the other Mule packages.
199
200         * Makefile (REQUIRES): Add mule-base so this package will install
201         into the 'mule-packages' directory.
202
203 2001-08-31  Hideyuki SHIRAI  <shirai@meadowy.org>
204
205         * emacs-20.7-mule-4.1.patch.txt: Fix comment.
206
207 2001-08-30  Hideyuki SHIRAI  <shirai@meadowy.org>
208
209         * emacs-20.7-mule-4.1.patch.txt: Fix diff of src/Makefile.in.
210         (Thanks Yamaoka-san)
211
212 2001-08-29  Hideyuki SHIRAI  <shirai@meadowy.org>
213
214         * emacs-20.7-mule-4.1.patch.txt: Replace file. (Thanks
215         Yatagawa-san)
216
217 2000-06-29  MIYASHITA Hisashi  <himi@m17n.org>
218
219         * emacs-20.7-mule-4.1.patch.txt: New file.
220         * extension-for-20_6.patch: Removed.
221
222 2000-06-22  MIYASHITA Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
223
224         * mucs-comp.el (compile-file-list-2nd): Add ./lisp/un-supple.el.
225
226 2000-06-16  MIYASHITA Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
227
228         * mucs-comp.el (compile-file-list-1st): Add ./lisp/mule-uni.el.
229
230 2000-06-14  MIYASHITA Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
231
232         * mucs-comp.el:reindented.
233
234 2000-05-15  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
235
236         * ccl.c: Removed.  Use the patch instead.
237         * extension-for-20_6.patch: New file.
238
239 2000-05-11  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
240
241         * mucs-comp.el (compile-file-list-1st):
242         Add ./lisp/unidata.el.
243
244         * ccl.c:
245         New file.
246
247 2000-04-08  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
248
249         * COPYING:
250         New file.
251
252 2000-03-10  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
253
254         * mucs-comp.el :
255         Remove old compiled files before byte-compilation.
256
257 2000-02-22  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
258
259         * mucs-comp.el:
260         Change copyright date.
261
262 2000-02-21  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
263
264         * mucs-comp.el:
265         Add utf.el to compile-file-list-1st, and protect byte-compile-file function with
266         save-excursion form.  Because it may change current
267         buffer environment.
268
269 2000-02-02  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
270
271         * mucs-comp.el:
272         Add mccl-font.el to compile-file-list-1st.
273
274 1999-11-09  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
275
276         * mucs-comp.el (compile-file-list-1st):
277         Add "./lisp/mucs-error.el".
278         (compile-file-list-2nd):
279         Use "./lisp/un-define.el" instead of "./lisp/un-sample.el"
280
281 1999-06-20  Miyashita Hisashi  <himi@meadow.scphys.kyoto-u.ac.jp>
282
283         * mucs-comp.el :
284         New file for compilation.
285         
286         
287