diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1fe76c9c75f..a71d34209b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-05-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * frame.c, frame.h (frame_char_to_pixel_position) | ||
| 4 | (frame_set_mouse_position): Now static, and made private in | ||
| 5 | frame.c rather than public in frame.h. | ||
| 6 | |||
| 1 | 2014-05-28 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2014-05-28 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Refactor mouse positioning stuff to avoid code duplication. | 9 | Refactor mouse positioning stuff to avoid code duplication. |