diff options
| author | Kim F. Storm | 2004-11-21 12:33:16 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-21 12:33:16 +0000 |
| commit | e1814672912cde8723b4bdeab694309442eb09c1 (patch) | |
| tree | d604a7efbedba1b0d3d0af1e08fa28fd56a1efb0 /src | |
| parent | 802efb40069383cb5ead59284395ee8ea4a58d0d (diff) | |
| download | emacs-e1814672912cde8723b4bdeab694309442eb09c1.tar.gz emacs-e1814672912cde8723b4bdeab694309442eb09c1.zip | |
*** empty log message ***
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 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 |