]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 21 Apr 2006 21:25:09 +0000 (21:25 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 21 Apr 2006 21:25:09 +0000 (21:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 9d7cc373d5e7f40968cb6b2795fcf3971c2ddf02..9b55fe2aec70f389f84e958d2ccd823e32d83c87 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-21  Kim F. Storm  <storm@cua.dk>
+
+       * image.el (image-type): New defun split out of create-image.
+       (create-image): Use it.
+
 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el (org-mode-map): Catch conflict with old
@@ -15,7 +20,7 @@
 
 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/gdb-ui.el (gdb-data-list-register-values-handler): 
+       * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
        Use font-lock-warning-face for any errors e.g. no stack.
        (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
 
index 6f3d9f3ffff149d0d029c91ae5f1ed6404b1401e..7570d5c38ed30aed1d8962411e185de932428b27 100644 (file)
@@ -1,5 +1,8 @@
 2006-04-21  Kim F. Storm  <storm@cua.dk>
 
+       * xdisp.c (redisplay_window): Fix last change.  Don't recenter if
+       window start is at BEGV.
+
        * dispextern.h (struct image): New member `corners'.
        (TOP_CORNER, LEFT_CORNER, BOT_CORNER, RIGHT_CORNER): New macros.