diff options
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 45fa342766f..23925b72452 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-11-21 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not | ||
| 4 | expand matrix width for overflow in zero-width area. | ||
| 5 | (append_glyph, append_composite_glyph, produce_image_glyph) | ||
| 6 | (append_stretch_glyph): Use it to avoid loop in redisplay. | ||
| 7 | (note_mode_line_or_margin_highlight): Don't let help-echo from | ||
| 8 | string override help-echo from image map. | ||
| 9 | |||
| 1 | 2004-11-20 Luc Teirlinck <teirllm@auburn.edu> | 10 | 2004-11-20 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 11 | ||
| 3 | * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra | 12 | * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra |