diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cbbf4ab09a7..f15b1e582d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2004-05-27 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (back_to_previous_visible_line_start): Skip backwards | ||
| 4 | over display properties, e.g. images, that replace buffer text. | ||
| 5 | |||
| 6 | 2004-05-25 Kim F. Storm <storm@cua.dk> | ||
| 7 | |||
| 8 | * alloc.c (marker_blocks_pending_free): New var. | ||
| 9 | (gc_sweep): Store free marker blocks on that list. | ||
| 10 | (Fgarbage_collect): Free them after undo-list cleanup. | ||
| 11 | |||
| 12 | * process.c (wait_reading_process_input): Check connect_wait_mask | ||
| 13 | before actually accepting connection in case it has already been | ||
| 14 | accepted due to recursion. | ||
| 15 | |||
| 1 | 2004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change) | 16 | 2004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change) |
| 2 | 17 | ||
| 3 | * coding.c (Fset_safe_terminal_coding_system_internal): Set | 18 | * coding.c (Fset_safe_terminal_coding_system_internal): Set |