]> git.eshelyaron.com Git - emacs.git/commitdiff
Update URL to Window Manager Specification in comment.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 3 Dec 2007 09:35:19 +0000 (09:35 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 3 Dec 2007 09:35:19 +0000 (09:35 +0000)
src/ChangeLog
src/xterm.c

index 7076e02a93fabc5242d8dbeb724932620a747349..2e6cb471321e3ee20dcc91b1276d67a646605951 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xterm.c: Update URL to Window Manager Specification in comment.
+
 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
 
        * config.in (HAVE_DBUS): Add.
index deb9b92cd36707adc8d1c60d7cc363742bbcd45b..895d61df71400827d1475dceafc6a7bd2face454 100644 (file)
@@ -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))