diff options
| author | Dmitry Antipov | 2013-08-14 08:27:32 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-14 08:27:32 +0400 |
| commit | da5707e8ec8df0a8a9bb1a1f12c6b701314845cc (patch) | |
| tree | f760c12fbef60ff4d1db6ddb26cdecdff1086dae /src/ChangeLog | |
| parent | 25554267037ced56fdaed17e3a09d8926b70f978 (diff) | |
| download | emacs-da5707e8ec8df0a8a9bb1a1f12c6b701314845cc.tar.gz emacs-da5707e8ec8df0a8a9bb1a1f12c6b701314845cc.zip | |
Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit.
* image.c (imagemagick_filename_hint): Use `const char *' and
prefer SSDATA to SDATA to avoid warnings.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af088340e3b..cf73204c55c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Fix --enable-gcc-warnings errors introduced in 2013-08-13 commit. | ||
| 4 | * image.c (imagemagick_filename_hint): Use `const char *' and | ||
| 5 | prefer SSDATA to SDATA to avoid warnings. | ||
| 6 | |||
| 7 | 2013-08-14 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 3 | Cleanup window fringes, margins and scroll bars adjustments. | 9 | Cleanup window fringes, margins and scroll bars adjustments. |
| 4 | * window.c (set_window_fringes, set_window_margins) | 10 | * window.c (set_window_fringes, set_window_margins) |
| 5 | (set_window_scroll_bars, apply_window_adjustment): New functions. | 11 | (set_window_scroll_bars, apply_window_adjustment): New functions. |