diff options
| author | Glenn Morris | 2011-05-12 00:07:06 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-12 00:07:06 -0700 |
| commit | d2fc7e3d0f6f57f962cbd94df3bf4fd15a37bb68 (patch) | |
| tree | e6d877c35b4396bd5092a7be244b1527374d4a0e /src/ChangeLog | |
| parent | d45885f7e0025fb5bd0756ba78c511a981d64533 (diff) | |
| parent | e531bdfff1ee57a0ba4af6c8575ed7856e4c86d2 (diff) | |
| download | emacs-d2fc7e3d0f6f57f962cbd94df3bf4fd15a37bb68.tar.gz emacs-d2fc7e3d0f6f57f962cbd94df3bf4fd15a37bb68.zip | |
Merge from emacs-23; up to 2010-06-10T12:56:11Z!michael.albinus@gmx.de.
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, |