diff options
| author | Jan Djärv | 2005-08-16 19:34:25 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-08-16 19:34:25 +0000 |
| commit | ada192bab1e72a77191e709d2e4d8156eec134c6 (patch) | |
| tree | 7425474bd27f7ee0bdaf33b67a10f79be3aea309 /src | |
| parent | e76738f9622c1351364548c8326aa82190b17fd3 (diff) | |
| download | emacs-ada192bab1e72a77191e709d2e4d8156eec134c6.tar.gz emacs-ada192bab1e72a77191e709d2e4d8156eec134c6.zip | |
* xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
xg_set_frame_icon and call it.
* gtkutil.c (xg_set_frame_icon): New function.
* gtkutil.h (xg_set_frame_icon): Declare it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a744bd053e1..004221e0f02 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-08-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to | ||
| 4 | xg_set_frame_icon and call it. | ||
| 5 | |||
| 6 | * gtkutil.c (xg_set_frame_icon): New function. | ||
| 7 | |||
| 8 | * gtkutil.h (xg_set_frame_icon): Declare it. | ||
| 9 | |||
| 1 | 2005-08-16 Kim F. Storm <storm@cua.dk> | 10 | 2005-08-16 Kim F. Storm <storm@cua.dk> |
| 2 | 11 | ||
| 3 | * dispnew.c (increment_row_positions): Skip non-enabled rows. | 12 | * dispnew.c (increment_row_positions): Skip non-enabled rows. |