diff options
| author | Chong Yidong | 2008-07-08 17:29:35 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-08 17:29:35 +0000 |
| commit | 830aab93903a15f63dfbc7a8213afc73c1381882 (patch) | |
| tree | c5ad13843916d1f5a2416279b28588840e76eee9 /src | |
| parent | fa9fa316d40a544d8d3882b59e7dfae236f67c6f (diff) | |
| download | emacs-830aab93903a15f63dfbc7a8213afc73c1381882.tar.gz emacs-830aab93903a15f63dfbc7a8213afc73c1381882.zip | |
* macfns.c (x_create_tip_frame):
* w32fns.c (x_create_tip_frame):
* xfns.c (x_create_tip_frame): Pass parameter argument to
face-set-after-frame-default.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a0b990467a..6b63c4f8de9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2008-07-08 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-07-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * macfns.c (x_create_tip_frame): | ||
| 4 | * w32fns.c (x_create_tip_frame): | ||
| 5 | * xfns.c (x_create_tip_frame): Pass parameter argument to | ||
| 6 | face-set-after-frame-default. | ||
| 7 | |||
| 3 | * xfaces.c (Finternal_merge_in_global_face): Save merged | 8 | * xfaces.c (Finternal_merge_in_global_face): Save merged |
| 4 | attributes for the default face back into the face vector. | 9 | attributes for the default face back into the face vector. |
| 5 | 10 | ||