aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2007-09-18 22:18:09 +0000
committerJason Rumney <[email protected]>2007-09-18 22:18:09 +0000
commit44fe0f65718f0ad4458b7a5a7648321888cd62d2 (patch)
tree3ea4fcdaf9e8c2cbd2b1df75e6ccbd4d7756c100
parent31e0520c902021cc7e79818ac2d3eeca3f131a1e (diff)
(w32-focus-frame): Make obsolete alias for x-focus-frame.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/term/w32-win.el9
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 241787155a..d75995a3b5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-18 Jason Rumney <[email protected]>
+
+ * 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 <[email protected]>
* textmodes/tex-mode.el (tex-verbatim-environments):
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index e2b88086ea..5c3a1aae62 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