diff options
| author | Kim F. Storm | 2004-11-21 12:56:25 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-21 12:56:25 +0000 |
| commit | f1a613896729a0cbbd8376e9a8f779fb6dadbc58 (patch) | |
| tree | 2235ecf46ea587c891190396bd7ec029a0671306 | |
| parent | 425daf4a73dc89c9c0aa0116bfccecd7e49124f5 (diff) | |
| download | emacs-f1a613896729a0cbbd8376e9a8f779fb6dadbc58.tar.gz emacs-f1a613896729a0cbbd8376e9a8f779fb6dadbc58.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 23925b72452..40d6992bd6a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2004-11-21 Kim F. Storm <storm@cua.dk> | 1 | 2004-11-21 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * indent.c (Fvertical_motion): Fix last change. Use another | ||
| 4 | method to detect if iterator moved too far ahead after reseat. | ||
| 5 | |||
| 3 | * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not | 6 | * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not |
| 4 | expand matrix width for overflow in zero-width area. | 7 | expand matrix width for overflow in zero-width area. |
| 5 | (append_glyph, append_composite_glyph, produce_image_glyph) | 8 | (append_glyph, append_composite_glyph, produce_image_glyph) |