diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca673be0074..401a93bbfb3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2010-11-16 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * keyboard.c (make_lispy_position): For text area clicks, record Y | ||
| 4 | pixel position relative to the text area, excluding header line. | ||
| 5 | Also change X and Y to Lisp_Objects, not pointers; don't return | ||
| 6 | coordinate values via pointers. Pass ON_TEXT_AREA coordinate to | ||
| 7 | buffer_posn_from_coords counting from the start of the text area. | ||
| 8 | (Fposn_at_x_y, make_lispy_event): Callers changed. | ||
| 9 | |||
| 10 | * window.c (coordinates_in_window): Change X and Y to ints rather | ||
| 11 | than pointers; don't return coordinates via pointers. | ||
| 12 | (struct check_window_data): Change X and Y from pointers to ints. | ||
| 13 | (window_from_coordinates): Remove args WX and WY; don't return | ||
| 14 | coordinates via pointers. | ||
| 15 | (Fcoordinates_in_window_p, window_from_coordinates): | ||
| 16 | (check_window_containing, Fwindow_at): Callers changed. | ||
| 17 | (window_relative_x_coord): New function. | ||
| 18 | |||
| 19 | * window.h (window_from_coordinates, window_relative_x_coord): | ||
| 20 | Update prototypes. | ||
| 21 | |||
| 22 | * dispnew.c (buffer_posn_from_coords): Assume that X counts from | ||
| 23 | the start of the text area. | ||
| 24 | |||
| 25 | * xdisp.c (remember_mouse_glyph): Change window_from_coordinates | ||
| 26 | call. Use window_relative_x_coord. | ||
| 27 | (note_mouse_highlight): Change window_from_coordinates call. | ||
| 28 | |||
| 29 | * w32term.c (w32_read_socket): | ||
| 30 | * msdos.c (dos_rawgetc): | ||
| 31 | * xterm.c (handle_one_xevent): Likewise. | ||
| 32 | |||
| 1 | 2010-11-16 Dan Nicolaescu <dann@ics.uci.edu> | 33 | 2010-11-16 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 34 | ||
| 3 | * strftime.c (LOCALE_PARAM_DECL): Update for standard C. | 35 | * strftime.c (LOCALE_PARAM_DECL): Update for standard C. |