aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-02-21 09:00:43 +0000
committerKim F. Storm2005-02-21 09:00:43 +0000
commit0dd5a842d900d7f134252f1e88295f40c84de6ba (patch)
tree5084ef3cc5f09de6357dd0fafc53bdc0b12000c6 /src
parentc43923ad7ce515d8d72e6ae064a2429cdd4f9f5c (diff)
downloademacs-0dd5a842d900d7f134252f1e88295f40c84de6ba.tar.gz
emacs-0dd5a842d900d7f134252f1e88295f40c84de6ba.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index baf3f0ed395..ecd4f3661ec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12005-02-21 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (move_it_vertically_backward): Eliminate two xasserts.
4 I think those asserts are bogus if buffer contains invisible text
5 or images.
6
12005-02-21 David Kastrup <dak@gnu.org> 72005-02-21 David Kastrup <dak@gnu.org>
2 8
3 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error. 9 * gtkutil.c (xg_create_frame_widgets): UNBLOCK_INPUT on error.