aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2004-02-10 17:20:15 +0000
committerJan Djärv2004-02-10 17:20:15 +0000
commit706c1e4f43811f71e482aa4e53f28acde4d4c776 (patch)
treea080671af55e4b8c30629257ba974939680ae39e /src
parent3a42401d9df027fbb943948efcb40caec2b62fef (diff)
downloademacs-706c1e4f43811f71e482aa4e53f28acde4d4c776.tar.gz
emacs-706c1e4f43811f71e482aa4e53f28acde4d4c776.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 184fb6b0745..497570a9527 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12004-02-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xselect.c (x_get_foreign_selection): Add new optional parameter
4 time_stamp.
5 (Fx_get_selection_internal): Ditto, pass time_stamp to
6 x_get_foreign_selection.
7
8 * data.c (Fbyteorder): New function.
9
12004-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 102004-02-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 11
3 * atimer.c: Move include stdio.h to same place as in other files. 12 * atimer.c: Move include stdio.h to same place as in other files.