aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 900db33db3d..1a9fd720167 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12005-11-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * image.c (x_create_bitmap_from_xpm_data): Free attributes on
4 fail.
5
6 * xfaces.c (Qignore_defface): New variable.
7 (syms_of_xfaces): Provide `:ignore-defface'.
8 (IGNORE_DEFFACE_P): New macro.
9 (check_lface_attrs, lface_fully_specified_p)
10 (Finternal_set_lisp_face_attribute)
11 (Fface_attribute_relative_p, Fmerge_face_attribute): Handle
12 Qignore_defface as a possible value.
13 (merge_face_vectors): The merged face is `unspecified' if the
14 mergee specifies `:ignore-defface'.
15
12005-11-16 Stefan Monnier <monnier@iro.umontreal.ca> 162005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * lread.c (readevalloop): Add missing GCPROs. 18 * lread.c (readevalloop): Add missing GCPROs.