diff options
| author | Andreas Schwab | 2003-02-18 00:18:55 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-02-18 00:18:55 +0000 |
| commit | 1f7fa69bd95b4d0048c363dea88f4f65eecebab2 (patch) | |
| tree | a2c524f87aaf665e0706548a402c7d18aff11bca | |
| parent | e68def1e59711959da76178defe02c2b09e76dc0 (diff) | |
| download | emacs-1f7fa69bd95b4d0048c363dea88f4f65eecebab2.tar.gz emacs-1f7fa69bd95b4d0048c363dea88f4f65eecebab2.zip | |
.
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a3a337fae5..57eadf57f34 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-02-18 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * window.c (window_scroll_pixel_based): Move outside a | ||
| 4 | multi-glyph character before setting new window start. | ||
| 5 | |||
| 6 | * xdisp.c (in_display_vector_p): New function. | ||
| 7 | * dispextern.h (in_display_vector_p): Declare. | ||
| 8 | |||
| 1 | 2003-02-18 Kim F. Storm <storm@cua.dk> | 9 | 2003-02-18 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * lread.c (read1): Fix and relax read syntax. | 11 | * lread.c (read1): Fix and relax read syntax. |