diff options
| author | Juanma Barranquero | 2008-05-21 10:14:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-05-21 10:14:56 +0000 |
| commit | bcc850aa9e75c708cca47746c55c19071e0fe135 (patch) | |
| tree | d3f2e0cf5dcf053650940d569df4139cef2de801 | |
| parent | 65a6ff8fb5e92270abf1a4e856f0798190f2b6dc (diff) | |
| download | emacs-bcc850aa9e75c708cca47746c55c19071e0fe135.tar.gz emacs-bcc850aa9e75c708cca47746c55c19071e0fe135.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fc6287cccb7..ad780f7a7b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-05-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * xterm.c (x_set_frame_alpha): Move declarations before | 3 | * xterm.c (x_set_frame_alpha): Move declarations before statements. |
| 4 | statements. | ||
| 5 | 4 | ||
| 6 | 2008-05-21 Seiji Zenitani <zenitani@mac.com> | 5 | 2008-05-21 Seiji Zenitani <zenitani@mac.com> |
| 7 | Ryo Yoshitake <ryo@shiftmode.net> | 6 | Ryo Yoshitake <ryo@shiftmode.net> |
| 8 | 7 | ||
| 9 | * frame.c (Qalpha): Add a new frame parameter `alpha'. | 8 | * frame.c (Qalpha): Add a new frame parameter `alpha'. |
| 10 | (Vframe_alpha_lower_limit) : New variable. | 9 | (Vframe_alpha_lower_limit): New variable. |
| 11 | (x_set_alpha): New function. | 10 | (x_set_alpha): New function. |
| 12 | 11 | ||
| 13 | * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them. | 12 | * frame.h (Qalpha, Vframe_parameter_lower_limit): Export them. |