From: Jan Djärv Date: Tue, 10 Feb 2004 17:20:15 +0000 (+0000) Subject: * xselect.c (x_get_foreign_selection): Add new optional parameter X-Git-Tag: ttn-vms-21-2-B4~7658 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=706c1e4f43811f71e482aa4e53f28acde4d4c776;p=emacs.git * 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index 184fb6b0745..497570a9527 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2004-02-10 Jan Dj,Ad(Brv + + * 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 * atimer.c: Move include stdio.h to same place as in other files.