]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
index 3ac6b31f02950304a6b557c6b1d0996aff3e9a02..9b55fe2aec70f389f84e958d2ccd823e32d83c87 100644 (file)
@@ -1,6 +1,26 @@
+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
+       allout.el.
+       (org-open-at-point): Remove the "...done" message to keep output
+       in the echo area visible.
+       (org-export-as-xoxo): Fix call to `indent-region'.
+
+2006-04-21  Kevin Ryde  <user42@zip.com.au>
+
+       * international/mule.el (keyboard-coding-system): defcustom
+       info-link fixes: "Specify Coding" has been split, keyboard now in
+       "Terminal Coding", and "Single-Byte Character Support" is now
+       "Unibyte Mode".
+
 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.