diff options
| author | Glenn Morris | 2011-05-12 09:30:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-12 09:30:17 -0700 |
| commit | 79b70037f64c47754d108701e285bf1b211bb6f5 (patch) | |
| tree | 72767b4cfc97323205679f9172d595979ac413dc /src | |
| parent | c89be45f2e6a1deed1204124fd2997002ed41a67 (diff) | |
| download | emacs-79b70037f64c47754d108701e285bf1b211bb6f5.tar.gz emacs-79b70037f64c47754d108701e285bf1b211bb6f5.zip | |
Put ChangeLog entries in the correct files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d8895a91a55..ceb45afebc5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -14,6 +14,10 @@ | |||
| 14 | (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe | 14 | (x_scroll_run) [USE_TOOLKIT_SCROLL_BARS]: Take account of fringe |
| 15 | background extension. | 15 | background extension. |
| 16 | 16 | ||
| 17 | 2011-05-10 Jim Meyering <meyering@redhat.com> | ||
| 18 | |||
| 19 | * xdisp.c (x_intersect_rectangles): Fix typo "the the -> the". | ||
| 20 | |||
| 17 | 2011-05-10 Juanma Barranquero <lekktu@gmail.com> | 21 | 2011-05-10 Juanma Barranquero <lekktu@gmail.com> |
| 18 | 22 | ||
| 19 | * image.c (Finit_image_library): Return t for built-in image types, | 23 | * image.c (Finit_image_library): Return t for built-in image types, |