aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-11-18 14:53:14 +0000
committerKaroly Lorentey2005-11-18 14:53:14 +0000
commite8c0b22fcf9bd83bb501f91dfc880ae912186220 (patch)
tree8292664169593d29eeaa6452aee86c0895e4836e /src/ChangeLog
parentbffa514a8b8c947c655b463e8073e8e5ac061bc7 (diff)
parentfe45ad152a8528e795c3d852bf3c2cd18ffe6e02 (diff)
downloademacs-e8c0b22fcf9bd83bb501f91dfc880ae912186220.tar.gz
emacs-e8c0b22fcf9bd83bb501f91dfc880ae912186220.zip
Merged from miles@gnu.org--gnu-2005 (patch 655)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-655 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-441
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.