diff options
| author | Chong Yidong | 2008-11-12 15:49:45 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-12 15:49:45 +0000 |
| commit | 7e849c1743c9abefcbe5d244544830cf93a19019 (patch) | |
| tree | 159501bf1e772ec7c8a02036fff300f4d7f3765a /src/ChangeLog | |
| parent | 5b51650c09722ad3d31d85a7288a49d711c9cef9 (diff) | |
| download | emacs-7e849c1743c9abefcbe5d244544830cf93a19019.tar.gz emacs-7e849c1743c9abefcbe5d244544830cf93a19019.zip | |
* frame.c (x_set_alpha): Set alpha to -1 if nil given.
* frame.h: Negative alpha means "don't touch".
* w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.
* xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bafede72321..c96d0fe6c77 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-11-12 Michal Nazarewicz <mina86@tlen.pl> (tiny change) | ||
| 2 | |||
| 3 | * frame.c (x_set_alpha): Set alpha to -1 if nil given. | ||
| 4 | |||
| 5 | * frame.h: Negative alpha means "don't touch". | ||
| 6 | |||
| 7 | * w32term.c (x_set_frame_alpha): Do nothing if alpha is negative. | ||
| 8 | |||
| 9 | * xterm.c (x_set_frame_alpha): Do nothing if alpha is negative. | ||
| 10 | |||
| 1 | 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu> | 11 | 2008-11-12 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 12 | ||
| 3 | * hftctl.c: | 13 | * hftctl.c: |