Mercurial > emacs
comparison src/ChangeLog @ 65017:d2f0e0ee3df1
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 17 Aug 2005 15:02:41 +0000 |
parents | 71ca23f1fa23 |
children | ea44aa20fb19 |
comparison
equal
deleted
inserted
replaced
65016:2b179104bc17 | 65017:d2f0e0ee3df1 |
---|---|
1 2005-08-17 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * xdisp.c (pos_visible_p): Adjust X value if window is hscrolled. | |
4 | |
5 * dispnew.c (buffer_posn_from_coords): Check that target row is | |
6 within matrix. | |
7 | |
1 2005-08-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8 2005-08-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 9 |
3 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to | 10 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to |
4 xg_set_frame_icon and call it. | 11 xg_set_frame_icon and call it. |
5 | 12 |
6 * gtkutil.c (xg_set_frame_icon): New function. | 13 * gtkutil.c (xg_set_frame_icon): New function. |
7 | 14 |
8 * gtkutil.h (xg_set_frame_icon): Declare it. | 15 * gtkutil.h (xg_set_frame_icon): Declare it. |
9 | 16 |
10 2005-08-16 Kim F. Storm <storm@cua.dk> | 17 2005-08-16 Kim F. Storm <storm@cua.dk> |
11 | 18 |
12 * dispnew.c (increment_row_positions): Skip non-enabled rows. | 19 * dispnew.c (increment_row_positions): Skip non-enabled rows. |
13 | 20 |