The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Copyright 2011 Kevin Ryde

This file is part of X11-Protocol-Other.

X11-Protocol-Other is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3, or (at
your option) any later version.

X11-Protocol-Other is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You can get a copy of the GNU General Public License online at
<http://www.gnu.org/licenses/>.



Version 11, June 2011
    - new Encode::X11
    - X11::Protocol::WM new functions
        set_wm_class()
	set_wm_client_machine()
	set_wm_client_machine_from_syshostname()
	set_wm_command()
	set_wm_icon_name()
	set_wm_name()
	set_wm_protocols()
	set_net_wm_pid()

Version 10, June 2011
    - new X11::CursorFont
    - new X11::Protocol::ChooseWindow
    - new X11::Protocol::Ext::DOUBLE_BUFFER
    - X11::Protocol::WM new functions
        frame_window_to_client()
        get_wm_state()
        set_net_wm_user_time()

Version 9, May 2011
    - new X11::Protocol::Ext::MIT_SUNDRY_NONSTANDARD

Version 8, April 2011
    - new X11::Protocol::Ext::XFIXES
    - tests avoid some warning messages

Version 7, April 2011
    - new X11::Protocol::Ext::MIT_SHM
    - new X11::Protocol::Ext::MIT_SCREEN_SAVER

Version 6, April 2011
    - new X11::Protocol::Ext::XINERAMA
    - DAMAGE error "Damage"
    - tests X_Resource don't stringize floats when comparing

Version 5, April 2011
    - new X11::Protocol::Ext::DAMAGE extension 1.1

Version 4, April 2011
    - new X11::Protocol::Ext::Composite extension 0.3
    - new X11::Protocol::Ext::X_Resource extension 1.0
    - XSetRoot allow pixmap=>'None' as well as 0
    - WM set_net_wm_window_type() document atom integer arg

Version 3, April 2011
    - new X11::Protocol::XSetRoot with set_background()
    - X11::Protocol::Other new hexstr_to_rgb()

Version 2, March 2011
    - new X11::AtomConstants
    - new X11::Protocol::WM with functions
        set_wm_hints()
	set_wm_transient_for()
        set_net_wm_window_type()

Version 1, February 2011
    - the first version
    - initial X11::Protocol::GrabServer
    - initial X11::Protocol::Other, with functions
        root_to_screen()
	root_to_screen_info()
        default_colormap_to_screen()
	default_colormap_to_screen_info()
        visual_is_dynamic()
	visual_class_is_dynamic()
        window_size()
	window_visual()