aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1aba1913f46..dc2e6845c50 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (make_byte_code): New function.
4 (Fmake_byte_code): Use it. Don't purify here.
5 * lread.c (read1): Use it as well to avoid extra allocation.
6
12012-06-11 Chong Yidong <cyd@gnu.org> 72012-06-11 Chong Yidong <cyd@gnu.org>
2 8
3 * image.c (imagemagick_load_image): Implement transparency. 9 * image.c (imagemagick_load_image): Implement transparency.