~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to CHANGES.md

  • Committer: Matthew Fuller
  • Date: 2022-11-05 02:16:30 UTC
  • mfrom: (700.1.14 dev)
  • Revision ID: fullermd@over-yonder.net-20221105021630-099nb4g6q8skzdw0
Hide WindowBox support behind a build-time option, disabled by
default, to be reaped.

Some code nearby a few of these ifdefs can probably be slightly
simplified once they're gone, but trying to do it conditionally would
be too messy to bother with.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
   `f.adoptwindow` and `f.hypermove` functions.  Be sure to remove any
17
17
   references to those functions from your config file.
18
18
 
 
19
1. Support for `WindowBox` has been removed, along with the
 
20
   `f.fittocontent` function related to it.
 
21
 
19
22
1. The minimum cmake version has been bumped to 3.6.  This is available
20
23
   in standard packages back to CentOS 6, and we appear to have actually
21
24
   been using syntax requiring 3.5 for a while unknowingly anyway.