1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-10 15:56:18 +00:00

* 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.
This commit is contained in:
Jan Djärv 2004-02-10 17:20:15 +00:00
parent 3a42401d9d
commit 706c1e4f43

View File

@ -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.