comparison src/ChangeLog @ 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 5e906dd5c3e9
children 48facb601f29
comparison
equal deleted inserted replaced
2621:a5158a1f89a4 2622:c8a9be2d4728
1 2005-03-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * unicode.c: The Mule character encoding model means that extant
4 Unicode coding systems will lose data. Make this clear in the
5 docstring of unicode-to-char, give sample code to implement
6 support for some desired code points should our distributors want
7 to do that.
8
1 2005-02-28 Aidan Kehoe <kehoea@parhasard.net> 9 2005-02-28 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * select-gtk.c (emacs_gtk_selection_handle): 11 * select-gtk.c (emacs_gtk_selection_handle):
4 * select-gtk.c (emacs_gtk_selection_clear_event_handle): 12 * select-gtk.c (emacs_gtk_selection_clear_event_handle):
5 Use get_selection_raw_timestamp instead of Fget_selection_timestamp. 13 Use get_selection_raw_timestamp instead of Fget_selection_timestamp.