diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 752dd4313f8..dfc2e730f8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | Fix recently introduced crash on MS-Windows (Bug#12839). | ||
| 4 | * w32term.h (struct scroll_bar): Use convenient header. | ||
| 5 | (SCROLL_BAR_VEC_SIZE): Remove. | ||
| 6 | * w32term.c (x_scroll_bar_create): Use VECSIZE. | ||
| 7 | |||
| 8 | 2012-11-09 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 9 | |||
| 3 | Tweak last vectorlike_header change. | 10 | Tweak last vectorlike_header change. |
| 4 | * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent | 11 | * alloc.c (struct Lisp_Vectorlike_Free): Special type to represent |
| 5 | vectorlike object on the free list. This is introduced to avoid | 12 | vectorlike object on the free list. This is introduced to avoid |