diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 792208f7c29..78ab05728c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | Use gnulib's dup2 module instead of rolling our own. | 3 | Use gnulib's dup2 module instead of rolling our own. |
| 4 | * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this. | 4 | * sysdep.c (dup2) [!HAVE_DUP2]: Remove; gnulib now does this. |
| 5 | 5 | ||
| 6 | 2011-06-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 7 | |||
| 8 | * dispnew.c (scrolling_window): Before scrolling, turn off a | ||
| 9 | mouse-highlight in the window being scrolled. | ||
| 10 | |||
| 6 | 2011-06-24 Juanma Barranquero <lekktu@gmail.com> | 11 | 2011-06-24 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 12 | ||
| 8 | Move DEFSYM to lisp.h and use everywhere. | 13 | Move DEFSYM to lisp.h and use everywhere. |