# HG changeset patch # User Jason Rumney # Date 1190153869 0 # Node ID 74f243cb2274df733f00e27a15d45944538dc432 # Parent feefd62722f73d0094b4099dbd20c74f631c7371 (w32-focus-frame): Make obsolete alias for x-focus-frame. diff -r feefd62722f7 -r 74f243cb2274 lisp/term/w32-win.el --- a/lisp/term/w32-win.el Tue Sep 18 22:17:29 2007 +0000 +++ b/lisp/term/w32-win.el Tue Sep 18 22:17:49 2007 +0000 @@ -80,6 +80,10 @@ (require 'dnd) (require 'code-pages) +;; Keep an obsolete alias for w32-focus-frame in case it is used by code +;; outside Emacs. +(define-obsolete-function-alias 'w32-focus-frame 'x-focus-frame "23.1") + (defvar xlfd-regexp-registry-subnum) ;; Conditional on new-fontset so bootstrapping works on non-GUI compiles @@ -1122,7 +1126,10 @@ (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll") (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll") (tiff "libtiff3.dll" "libtiff.dll") - (gif "giflib4.dll" "libungif4.dll" "libungif.dll"))) + (gif "giflib4.dll" "libungif4.dll" "libungif.dll") + (svg "librsvg-2-2.dll") + (gdk-pixbuf "libgdk_pixbuf-2.0-0.dll") + (glib "libglib-2.0-0.dll"))) ;;; multi-tty support (defvar w32-initialized nil