diff options
| author | Paul Eggert | 2014-05-28 21:47:01 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-28 21:47:01 -0700 |
| commit | 6b5d3a51723b463eaac49c4a5d3c96d7b5973a16 (patch) | |
| tree | 611243639edf65d42f1f0adbb0c8f7f7adb841d6 /src/ChangeLog | |
| parent | 4d05fe986c0ce9f5c06f9655961e56eb80db7e63 (diff) | |
| download | emacs-6b5d3a51723b463eaac49c4a5d3c96d7b5973a16.tar.gz emacs-6b5d3a51723b463eaac49c4a5d3c96d7b5973a16.zip | |
* frame.c, frame.h (frame_char_to_pixel_position)
(frame_set_mouse_position): Now static, and made private in
frame.c rather than public in frame.h.
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. |