diff options
| author | Adrian Robert | 2009-01-21 22:28:45 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-01-21 22:28:45 +0000 |
| commit | d3810c2118652605cf7258a6a7213fa8034e93e1 (patch) | |
| tree | 1a17c30cbb9f233a32e26421ecba6579a3ff5302 /src/ChangeLog | |
| parent | e336ab49268667a7e6049e157b0f78e08dd5f7d4 (diff) | |
| download | emacs-d3810c2118652605cf7258a6a7213fa8034e93e1.tar.gz emacs-d3810c2118652605cf7258a6a7213fa8034e93e1.zip | |
* nsimage.m (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color values in onTiger section. * nsterm.m (ns_defined_color): Fix settings of the XColor variable fields: red,green,blue scale to 2-byte, pixel's components to 1-byte. (Bug#1663)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c250ead9cc4..90e83f03667 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -18,9 +18,13 @@ | |||
| 18 | (EmacsPrefsController-setPanelFromDefaultValues) New function. | 18 | (EmacsPrefsController-setPanelFromDefaultValues) New function. |
| 19 | (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801) | 19 | (EmacsPrefsController-resetToDefaults:): Use it. (Bug#1801) |
| 20 | (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused. | 20 | (ns_font_to_xlfd, ns_fontname_to_xlfd): Remove, unused. |
| 21 | (ns_defined_color): Fix settings of the XColor variable fields: | ||
| 22 | red,green,blue scale to 2-byte, pixel's parts to 1-byte. (Bug#1663) | ||
| 21 | 23 | ||
| 22 | * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore DPI. | 24 | * nsimage.m (EmacsImage+allocInitFromFile:): Set to ignore image |
| 23 | (Bug#1316) | 25 | DPI. (Bug#1316) |
| 26 | (EmacsImage-setPixelAtX:Y:toRed:green:blue:alpha:): Fix color | ||
| 27 | values in onTiger section. | ||
| 24 | 28 | ||
| 25 | 2009-01-19 Chong Yidong <cyd@stupidchicken.com> | 29 | 2009-01-19 Chong Yidong <cyd@stupidchicken.com> |
| 26 | 30 | ||