diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f7010859baa..d8895a91a55 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2011-05-12 Drew Adams <drew.adams@oracle.com> | ||
| 2 | |||
| 3 | * textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655). | ||
| 4 | |||
| 5 | 2011-05-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 6 | |||
| 7 | * w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and | ||
| 8 | `width' to `bar_area_x' and `bar_area_width', respectively. | ||
| 9 | (x_scroll_run): Take account of fringe background extension. | ||
| 10 | |||
| 11 | * xterm.c (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]: Rename | ||
| 12 | local vars `left' and `width' to `bar_area_x' and | ||
| 13 | `bar_area_width', respectively. | ||
| 14 | (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe | ||
| 15 | background extension. | ||
| 16 | |||
| 1 | 2011-05-10 Juanma Barranquero <lekktu@gmail.com> | 17 | 2011-05-10 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 18 | ||
| 3 | * image.c (Finit_image_library): Return t for built-in image types, | 19 | * image.c (Finit_image_library): Return t for built-in image types, |