File: CHANGES.md

package info (click to toggle)
haskell-x11 1.10.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,392 kB
  • sloc: haskell: 761; ansic: 160; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Change Log / Release Notes

## 1.10.3 (2022-09-14)

  * Added `cWX`, `cWY`, `cWWidth`, `cWHeight` constants (`AttributeMask`) (#82)

  * Added `FocusChangeEvent` to `data Event` (#81)

  * Added `setWMNormalHints` (#83)

## 1.10.2 (2021-10-24)

  * Restored compatibility with GHC 7.10 (and possibly even older) (#80)

## 1.10.1 (2021-08-15)

  * Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78)

## 1.10 (2021-05-31)

  * Added `setClientMessageEvent'` (#71)

  * Fixed type of `xrrUpdateConfiguration` (#72)

  * Fixed bottom when deserializing XRRNotifyEvent in `getEvent` (#72)

  * Added `xrrGetMonitors` and `XRRMonitorInfo` (#42)

  * Added `setClassHint` (#76)

  * Added a few missing event mask fields to `WindowAttributes` (#77)

## 1.9.2 (2020-08-25)

  * Make sure that X11 search paths determined by autoconf are actually passed
    through to Cabal. The fix was contributed by Greg Steuck (#53, #69).

  * Locate the include statement for `HsAllKeysyms.h` above the relevant ifdefs
    to avoid issues during cross compilation. The fix was contributed by
    Vanessa McHale (#65)

## 1.8 (February 9, 2017)

  * Added `deleteProperty`

  * Add SelectionClear event to xlib Extra