From 44fe0f65718f0ad4458b7a5a7648321888cd62d2 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 18 Sep 2007 22:18:09 +0000 Subject: [PATCH] (w32-focus-frame): Make obsolete alias for x-focus-frame. --- lisp/ChangeLog | 8 ++++++++ lisp/term/w32-win.el | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 241787155af..d75995a3b54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-09-18 Jason Rumney + + * term/w32-win.el (w32-focus-frame): Make obsolete alias for + x-focus-frame. + + * frame.el (select-frame-set-input-focus, select-frame-by-name): + Use x-focus-frame for w32. + 2007-09-17 David Kastrup * textmodes/tex-mode.el (tex-verbatim-environments): diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el index e2b88086eac..5c3a1aae62e 100644 --- a/lisp/term/w32-win.el +++ b/lisp/term/w32-win.el @@ -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 @@ pop-up menu are unaffected by `w32-list-proportional-fonts')." (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 -- 2.39.5