Mercurial > emacs
changeset 53912:f1902ef89df7
* xselect.c (x_get_foreign_selection): Add new optional parameter
time_stamp.
(Fx_get_selection_internal): Ditto, pass time_stamp to
x_get_foreign_selection.
* data.c (Fbyteorder): New function.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 10 Feb 2004 17:20:15 +0000 |
parents | 609de9ab5f75 |
children | e83b3b3941cf |
files | src/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Feb 10 17:19:14 2004 +0000 +++ b/src/ChangeLog Tue Feb 10 17:20:15 2004 +0000 @@ -1,3 +1,12 @@ +2004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * xselect.c (x_get_foreign_selection): Add new optional parameter + time_stamp. + (Fx_get_selection_internal): Ditto, pass time_stamp to + x_get_foreign_selection. + + * data.c (Fbyteorder): New function. + 2004-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * atimer.c: Move include stdio.h to same place as in other files.