annotate version.sh @ 2622:c8a9be2d4728
[xemacs-hg @ 2005-02-28 23:36:30 by aidan]
Add details about losing data to the unicode-to-char docstring.
The Mule character encoding model means that extant Unicode coding systems
will lose data. Make this clear in the docstring of unicode-to-char, give
sample code to implement support for some desired code points should our
distributors want to do that.
author |
aidan |
date |
Mon, 28 Feb 2005 23:36:32 +0000 |
parents |
a5158a1f89a4 |
children |
2d9d73aaa3fc |
rev |
line source |
163
|
1 #!/bin/sh
|
467
|
2 emacs_is_beta=t
|
265
|
3 emacs_major_version=21
|
474
|
4 emacs_minor_version=5
|
2594
|
5 emacs_beta_version=19
|
|
6 xemacs_codename="chives"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2621
|
11 xemacs_extra_name="(+CVS-20050228)"
|
2602
|
12 xemacs_release_date="2005-02-18"
|