aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a4d484fafe..93ba776fa6e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-01-08 Dave Love <fx@gnu.org>
2
3 * eval.c (Fuser_variable_p): Check customizability too.
4
12000-01-07 Gerd Moellmann <gerd@gnu.org> 52000-01-07 Gerd Moellmann <gerd@gnu.org>
2 6
3 * minibuf.c (Fcompleting_read): Doc fix. 7 * minibuf.c (Fcompleting_read): Doc fix.
@@ -224,7 +228,7 @@
224 (gif_image_p): GIF is valid with :file _or_ :data 228 (gif_image_p): GIF is valid with :file _or_ :data
225 (gif_read_from_memory): New GIF input function to read from a 229 (gif_read_from_memory): New GIF input function to read from a
226 memory buffer. 230 memory buffer.
227 (gif_load): Pay attention tot he :data keyword. Uses DGifOpen() 231 (gif_load): Pay attention to the :data keyword. Uses DGifOpen()
228 instead of DGifOpenFileName() if specified. 232 instead of DGifOpenFileName() if specified.
229 233
2301999-12-31 Gerd Moellmann <gerd@gnu.org> 2341999-12-31 Gerd Moellmann <gerd@gnu.org>