From: Jan Djärv Date: Mon, 3 Dec 2007 09:35:19 +0000 (+0000) Subject: Update URL to Window Manager Specification in comment. X-Git-Tag: emacs-pretest-23.0.90~9124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ba30657473abe7964038a676131676e986870b2;p=emacs.git Update URL to Window Manager Specification in comment. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7076e02a93f..2e6cb471321 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Jan Dj,Ad(Brv + + * xterm.c: Update URL to Window Manager Specification in comment. + 2007-12-02 Michael Albinus * config.in (HAVE_DBUS): Add. diff --git a/src/xterm.c b/src/xterm.c index deb9b92cd36..895d61df714 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8427,7 +8427,7 @@ x_set_offset (f, xoff, yoff, change_gravity) on the root window for frame F contains ATOMNAME. This is how a WM check shall be done according to the Window Manager Specification/Extended Window Manager Hints at - http://freedesktop.org/wiki/Standards_2fwm_2dspec. */ + http://freedesktop.org/wiki/Specifications/wm-spec. */ static int wm_supports (f, atomname) @@ -8960,7 +8960,7 @@ x_ewmh_activate_frame (f) FRAME_PTR f; { /* See Window Manager Specification/Extended Window Manager Hints at - http://freedesktop.org/wiki/Standards_2fwm_2dspec */ + http://freedesktop.org/wiki/Specifications/wm-spec */ const char *atom = "_NET_ACTIVE_WINDOW"; if (f->async_visible && wm_supports (f, atom))