diff options
Diffstat (limited to 'src/ChangeLog.9')
| -rw-r--r-- | src/ChangeLog.9 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index b161a21eb72..6e53a39ac93 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -3913,7 +3913,7 @@ | |||
| 3913 | 2001-01-05 Gerd Moellmann <gerd@gnu.org> | 3913 | 2001-01-05 Gerd Moellmann <gerd@gnu.org> |
| 3914 | 3914 | ||
| 3915 | * sysdep.c: Don't prototype srandom; it takes an unsigned argument | 3915 | * sysdep.c: Don't prototype srandom; it takes an unsigned argument |
| 3916 | on some systems, and an unsigned long on others, like FreeBSD 4.1. | 3916 | on some systems, and an unsigned long on others, like FreeBSD 4.1. |
| 3917 | 3917 | ||
| 3918 | 2001-01-04 Gerd Moellmann <gerd@gnu.org> | 3918 | 2001-01-04 Gerd Moellmann <gerd@gnu.org> |
| 3919 | 3919 | ||
| @@ -5161,9 +5161,9 @@ | |||
| 5161 | `vertical-line', `mode-line' and `header-line' events. | 5161 | `vertical-line', `mode-line' and `header-line' events. |
| 5162 | 5162 | ||
| 5163 | * xdisp.c (try_window_id): Avoid starting to display in the middle | 5163 | * xdisp.c (try_window_id): Avoid starting to display in the middle |
| 5164 | of a character, a TAB for instance. This is easier than to set | 5164 | of a character, a TAB for instance. This is easier than to set |
| 5165 | up the iterator exactly, and it's not a frequent case, so the | 5165 | up the iterator exactly, and it's not a frequent case, so the |
| 5166 | additional effort wouldn't really pay off. | 5166 | additional effort wouldn't really pay off. |
| 5167 | 5167 | ||
| 5168 | 2000-11-26 Andrew Choi <akochoi@i-cable.com> | 5168 | 2000-11-26 Andrew Choi <akochoi@i-cable.com> |
| 5169 | 5169 | ||
| @@ -5196,9 +5196,9 @@ | |||
| 5196 | 2000-11-24 Gerd Moellmann <gerd@gnu.org> | 5196 | 2000-11-24 Gerd Moellmann <gerd@gnu.org> |
| 5197 | 5197 | ||
| 5198 | * xdisp.c (init_from_display_pos): If POS says we're already after | 5198 | * xdisp.c (init_from_display_pos): If POS says we're already after |
| 5199 | an overlay string ending at POS, make sure to pop the iterator | 5199 | an overlay string ending at POS, make sure to pop the iterator |
| 5200 | because it will be in front of that overlay string. When POS is | 5200 | because it will be in front of that overlay string. When POS is |
| 5201 | ZV, we've thereby also ``processed'' overlay strings at ZV. | 5201 | ZV, we've thereby also ``processed'' overlay strings at ZV. |
| 5202 | 5202 | ||
| 5203 | * xfaces.c (lface_from_face_name): Function comment fix. | 5203 | * xfaces.c (lface_from_face_name): Function comment fix. |
| 5204 | 5204 | ||