diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 34ef6c228bb..24db3a9c55a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2005-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xfns.c (hourglass_started): New function. | ||
| 4 | |||
| 5 | * dispextern.h: Declare hourglass_started. | ||
| 6 | |||
| 7 | * keyboard.c (Fexecute_extended_command): Restart hourglass | ||
| 8 | after call to Fcompleting_read if already started. | ||
| 9 | |||
| 10 | * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that the | ||
| 11 | GTK main loop is entered in xterm.c, thus doing the redraw. | ||
| 12 | |||
| 13 | 2005-03-10 Kim F. Storm <storm@cua.dk> | ||
| 14 | |||
| 15 | * xdisp.c (pos_visible_p): Fix X value in last line of buffer. | ||
| 16 | |||
| 1 | 2005-03-08 Kenichi Handa <handa@m17n.org> | 17 | 2005-03-08 Kenichi Handa <handa@m17n.org> |
| 2 | 18 | ||
| 3 | * frame.c (x_set_font): Call set_default_ascii_font if an | 19 | * frame.c (x_set_font): Call set_default_ascii_font if an |