diff options
| author | Chong Yidong | 2011-09-18 16:01:37 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-09-18 16:01:37 -0400 |
| commit | 33ed493bca4647ab949193104d7e49c95c095bc8 (patch) | |
| tree | a959d36bd8cd59d9220bc49bbdfb266fb5650c8b /src/ChangeLog | |
| parent | 72753f87ca435108ba039078dfa0c833aefb453c (diff) | |
| download | emacs-33ed493bca4647ab949193104d7e49c95c095bc8.tar.gz emacs-33ed493bca4647ab949193104d7e49c95c095bc8.zip | |
Fix handling of X resource for window icons.
* src/xfns.c (Fx_create_frame): Handle bitmapIcon resource as a boolean.
* doc/emacs/cmdargs.texi (Icons X): Fix description of Emacs icon.
* doc/emacs/xresources.texi (Table of Resources): Fix documentation of
bitmapIcon.
* doc/lispref/frames.texi (Management Parameters): Fix description of
icon-type parameter.
Fixes: debbugs:9154
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e110cc5139..8c223cc374e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xfns.c (Fx_create_frame): Handle the bitmapIcon resource as | ||
| 4 | boolean (Bug#9154). | ||
| 5 | |||
| 1 | 2011-09-18 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-09-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * xdisp.c (display_line): Record maximum and minimum buffer | 8 | * xdisp.c (display_line): Record maximum and minimum buffer |