summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-10-28 23:35:13 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-10-28 23:35:13 +0000
commit2d5864780c735e5ec88c609435a35177b052ccc3 (patch)
tree1f07d76ffceeac05acd5a2f50f786a58b5703cf0 /src
parenta122087b889271c792b62147a9f633060d903cb3 (diff)
downloademacs-2d5864780c735e5ec88c609435a35177b052ccc3.tar.gz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/ChangeLog.812
2 files changed, 13 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 891c165ab01..3b327c24548 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-28 Stefan <monnier@iro.umontreal.ca>
+
+ * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
+ Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
+ (x_handle_selection_request, x_handle_selection_clear)
+ (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
+
2004-10-28 Richard M. Stallman <rms@gnu.org>
* w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 91fcdd1c899..a9465058194 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -6,25 +6,25 @@
1999-12-31 William M. Perry <wmperry@aventail.com>
- * xfns.c (jpeg_format): Added the :data keyword
+ * xfns.c (jpeg_format): Add the :data keyword
(jpeg_image_p): JPEG is valid with :file _or_ :data
- (jpeg_memory_src): Defined new JPEG image source to read from a
+ (jpeg_memory_src): Define new JPEG image source to read from a
memory buffer.
(jpeg_load): Pay attention to the :data keyword if specified.
Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found.
- (png_format): Added the :data keyword
+ (png_format): Add the :data keyword
(png_image_p): PNG is valid with :file _or_ :data
(png_read_from_memory): New PNG read function to read from a
memory buffer.
(png_load): Pay attention to the :data keyword if specified.
Use png_set_read_fn() instead of png_init_io() if specified.
- (tiff_format): Added the :data keyword for TIFF images.
+ (tiff_format): Add the :data keyword for TIFF images.
(tiff_image_p): TIFF is valid with :file _or_ :data
- (tiff_read_from_memory): Defined new TIFF I/O functions to read
+ (tiff_read_from_memory): Define new TIFF I/O functions to read
from a memory buffer.
(tiff_load): Pay attention to the :data keyword if specified.
Uses TIFFClientOpen() instead of TIFFOpen() if specified.
- (gif_format): Added the :data keyword
+ (gif_format): Add the :data keyword
(gif_image_p): GIF is valid with :file _or_ :data
(gif_read_from_memory): New GIF input function to read from a
memory buffer.