aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-10-30 20:07:50 +0000
committerKim F. Storm2005-10-30 20:07:50 +0000
commit6f07f649e8095e77e41b96b66fd566dc7caae121 (patch)
tree5a06b278bbecb7f00f8fa8bd8acdc7c6834b9aed /src
parent55880756f19c0faf0f8aed4b6627a7b3e25c0b1a (diff)
downloademacs-6f07f649e8095e77e41b96b66fd566dc7caae121.tar.gz
emacs-6f07f649e8095e77e41b96b66fd566dc7caae121.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c6750bc70c0..1045ee35c63 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12005-10-30 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (display_line): Restore it->current_x and call
4 extend_face_to_end_of_line when last glyph doesn't fit on line.
5 (set_glyph_string_background_width): Remove specific tests here
6 to see if face background should extend to end of line. Simplify.
7
12005-10-30 Richard M. Stallman <rms@gnu.org> 82005-10-30 Richard M. Stallman <rms@gnu.org>
2 9
3 * alloc.c (BYTES_USED): Use uordblks, not arena. 10 * alloc.c (BYTES_USED): Use uordblks, not arena.