aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-03-21 21:47:09 +0000
committerKim F. Storm2003-03-21 21:47:09 +0000
commit5c9cc435b8ee04290d18817dbf859329cb9f0224 (patch)
treee38cdfd05029eb53954dacea49fe95bc0b61b884 /src
parent1dabd0cff476a1dfe4efb1664769b6002862a9c5 (diff)
downloademacs-5c9cc435b8ee04290d18817dbf859329cb9f0224.tar.gz
emacs-5c9cc435b8ee04290d18817dbf859329cb9f0224.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 60037b94235..2267b24ace2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12003-03-21 Kim F. Storm <storm@cua.dk> 12003-03-21 Kim F. Storm <storm@cua.dk>
2 2
3 * xdisp.c (get_glyph_string_clip_rect): Use
4 FRAME_INTERNAL_BORDER_WIDTH.
5
6 * dispextern.h (struct redisplay_interface): Add active_p
7 argument to draw_window_cursor member. All uses changed.
8
92003-03-21 Kim F. Storm <storm@cua.dk>
10
3 The following changes consolidate code related to writing and 11 The following changes consolidate code related to writing and
4 inserting glyphs, exposing frame, the tool bar, the mouse face, 12 inserting glyphs, exposing frame, the tool bar, the mouse face,
5 the output cursor, and help echo from xterm.c, w32term.c and 13 the output cursor, and help echo from xterm.c, w32term.c and