aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2005-11-18 03:57:36 +0000
committerChong Yidong2005-11-18 03:57:36 +0000
commitfe45ad152a8528e795c3d852bf3c2cd18ffe6e02 (patch)
treeac898cb128886dfbab663c08ad44282702c374eb /src/ChangeLog
parent05338727a874606f2daa6e4d78fe871586aeffde (diff)
downloademacs-fe45ad152a8528e795c3d852bf3c2cd18ffe6e02.tar.gz
emacs-fe45ad152a8528e795c3d852bf3c2cd18ffe6e02.zip
* image.c (x_create_bitmap_from_xpm_data): Free attributes on
fail.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 078164c5fb9..1a9fd720167 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12005-11-17 Chong Yidong <cyd@stupidchicken.com> 12005-11-17 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * image.c (x_create_bitmap_from_xpm_data): Free attributes on
4 fail.
5
3 * xfaces.c (Qignore_defface): New variable. 6 * xfaces.c (Qignore_defface): New variable.
4 (syms_of_xfaces): Provide `:ignore-defface'. 7 (syms_of_xfaces): Provide `:ignore-defface'.
5 (IGNORE_DEFFACE_P): New macro. 8 (IGNORE_DEFFACE_P): New macro.