lp:debian/wheezy/fvwm

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/wheezy/fvwm
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

16. By Dominic Hargreaves

* Non-maintainer upload.
* Add Depends on libperl4-corelibs-perl (Closes: #658917)

15. By Manoj

* New upstream release
* New features:
  - Support libpng 1.4.0's slightly newer API.
  - Added new fvwm-convert-2.6 script to convert older fvwm 2.4.x
    config files.
  - New BugOpts option QtDragnDropWorkaround to work around an
    oddity in handling drag-n-drop events to Qt applications.
* Bug fixes:
  - Don't lazy match AnyContext when printing out bindings and the
     contexts they apply to with "PrintInfo Bindings".
  - Fixed the InitialMapCommand style from running when FVWM is
    restarting.
  - Fix rendering of FvwmForm windows when initially mapped.
  - Fix placement of windows when using MinoverlapPlacement and
    friends.
  - Fix segfault when tearing off menus using a Pixmap
    background.
  - Fix "window jump" bug when moving a window across page
    boundaries.
  - Flush property events for same type in applications which
    repeatedly set the same XAtom. (Gnucash, Openoffice, etc.)
  - Fix opening of files using Read/PipeRead to accept paths in
    the form "./" to indicate CWD. Fixes
      $ fvwm -f ./some-fvwm2rc
  - Fix further crash when copying menustyles with MenuFace
    involving pixmaps.
  - Make layer changes apply immediately via Style commands for
    any currently mapped windows.
  - Fix flickering/incorrect location of the GeometryWindow with
    Xinerama/TwinView when resizing windows.

14. By Manoj

* Bug fix: "Updating the fvwm Maintainer/Uploaders list", thanks to
  Sandro Tosi (Closes: #554096).
* Told lintian not to parse really old changelog entries.
* Use fvwm2, rather than the symlink'd fvwm, in desktop entries.

13. By Manoj

* A few minor fixes to the package.
* [b0b58a8]: [fvwm]: Fvwm.desktop Use fvwm2 as the application, since
  that is the binary we ship.

12. By Manoj

* New upstream release
 - New differentiated options for SnapAttraction when snapping
   against screen edges:
     "None", "ScreenWindows", "ScreenIcons", "ScreenAll"
 - New option to the BugOpts command: TransliterateUtf8.
 - Fixed non-visible Qt windows after a Qt deferred map (e.g.
   Skype profile windows).
 - Fixed the use of the X-resource "fvwmstyle".
 - Fixed segmentation fault in FvwmEvent when parsing an
   undefined event name, or an undefined environment variable
   to the RPlayHost option.
 - Fixed the events startup, shutdown and unknown in FvwmEvent.
 - Fvwm now retains utf8 window names when the WM_NAME changes,
   and the utf8 name converted to the default charset match
   the old WM_NAME.
 - Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
 - Fixed SnapAttraction: Option SameType/Icons/Windows did
   falsely not affect conditions of option "Screen" and option
   "SameType" snapped falsely icons and windows together.
 - Fixed a problem where modules would get incorrect stacking
   information if many windows were restacked at the same time.
 - Fixed BugOpts parsing of more than one option at a time and
   restoring of default value for the last option
   in the command line when omitted.

11. By Manoj

[475df49]: [master]: Fix up a bad conflict resolution decision

10. By Manoj

[17c3b2b]: [fvwm]: Move the example system.fvwm2rc into the
documentation dir A second copy of a system.fvwm2rc was shipped with
the package in order to facilitate reverting to package defaults in
case the configuration file in /etc/X11/fvwm was damaged.
Unfortunately, it ended up shadowing the configuration file, and is
now moved into the /usr/share/doc/fvwm/sample.fvwmrc directory, and
compressed, as is normal for the doc dir.
Bug fix: "wrong system-wide config file", thanks to Alex Romosan
(Closes: #536607).

9. By Manoj

* [49dd627]: [debiandir] Remvoe autogenerated files during clean
* [fa8d133]: [debiandir] use autoreconf instead of individual commands
* [8ed132d]: [autotools-cleanup] remove autogenerated files from git.

8. By Manoj

* [debiandir:38e3f5b]: Honour nocheck in DEB_BUILD_OPTIONS
  Bring into compliance with the latest policy version.
* [debiandirb8a6619]: Rearrange dependencies
  There is nothing in fvwm that needs ncurses directly, so that
  dependency can go. However, libx11-protocol-perl and perl-tk are
  needed for FvwmTabs to work -- this is a module shipped with FVWM.
* [97b77ad]: Merge branch 'topic--debian'
* [9386fab]: Add missing "%" characters after menu icons
  This caused the icons not to appear in the menus.
* [b79d425]: /etc/X11/fvwm/DebianMenu has been renamed
  Update Script95 to match the renamed name of the autogenerated file.
* [f3d3578]: Fix a typo; StayOnTop -> StaysOnTop
  With this change, and the two recent one, we have handled the major
  issues with Script95 Closes: Bug#501358

7. By Manoj

* New upstream release
   - New extended variable
     $[w.visiblename]
   - Style matching now honours the window's visible name which
     means it can be matched before the real name, hence:
       Style $[w.visiblename] Colorset 5
      is now honoured. Useful with IndexedWindowName as a style
      option.
  - New style InitialMapCommand allows to execute any command
    when a window is mapped first.
  - New option to PrintInfo, "bindings" which prints out all of
    the Key, PointerKey, Mouse and Stroke bindings which fvwm
    knows about.
  - Fixed compilation without XRender support.
  - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
  - Fixed a bug in automatic detection mode of the style
    MoveByProgramMethod.
  - Fixed png detection when cross compiling.
  - Fixed keeping fullscreen window mode over a restart.
  - The style PositionPlacement now honours StartsOnPage.
  - Reset signal handlers for executed modules and programs.
  - Try to handle a bug an old version of the EWMH spec by
    honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
    the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
  - Fix the GNOME location prefix to application .desktop files.
  - 'PositionPlacement UnderMouse' now forces the window
    on-screen, just like the old UnderMousePlacement style option
    used to.
* [ba7521b]: Merge branch 'topic--emulator'
  [acfff93]: Merge branch 'topic--debian'
  [5944880]: Merge branch 'upstream' into topic--debian
  [29a3be6]: Merge branch 'upstream' into topic--emulator
  [ad3be09]: Delete upstream debian directory.
  [822ca74]: Merge branch 'upstream' into topic--debian
  [172c11e]: Merge branch 'upstream' into topic--emulator
  [e820738]: Imported fvwm_2.5.27.orig.tar.gz

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/fvwm
This branch contains Public information 
Everyone can see this information.

Subscribers