diff options
| author | Dmitry Antipov | 2012-08-06 13:28:17 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-06 13:28:17 +0400 |
| commit | 71688bd7f9169c12ea8be54e084470f19d44ce44 (patch) | |
| tree | 03c1f48cbab160cf5f045c610a3dd71daec9ed6a /src/ChangeLog | |
| parent | f99bac932bf883dbd4b91dc5ba21c77a23840be7 (diff) | |
| download | emacs-71688bd7f9169c12ea8be54e084470f19d44ce44.tar.gz emacs-71688bd7f9169c12ea8be54e084470f19d44ce44.zip | |
Fix Windows build errors introduced after converting to FGET and FSET.
* w32term.c (x_frame_rehighlight, x_scroll_bar_create):
(w32_condemn_scroll_bars, w32_redeem_scroll_bar):
(w32_judge_scroll_bars): Change to use FSET.
Reported by Andy Moreton <andrewjmoreton@gmail.com>.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 497ba67f106..d216ecc4e4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Fix Windows build errors introduced after converting to FGET and FSET. | ||
| 4 | * w32term.c (x_frame_rehighlight, x_scroll_bar_create): | ||
| 5 | (w32_condemn_scroll_bars, w32_redeem_scroll_bar): | ||
| 6 | (w32_judge_scroll_bars): Change to use FSET. | ||
| 7 | Reported by Andy Moreton <andrewjmoreton@gmail.com>. | ||
| 8 | |||
| 9 | 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 10 | |||
| 3 | Fix replacement typo. | 11 | Fix replacement typo. |
| 4 | * window.c (replace_window): Set root_window instead of | 12 | * window.c (replace_window): Set root_window instead of |
| 5 | selected_window. This fixes a total window subsystem | 13 | selected_window. This fixes a total window subsystem |