From 21d3fadebb7c1f3886ecd06f21eb954ccd326a91 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 9 Mar 2017 23:41:55 -0500 Subject: [PATCH] ChangeLog: Update with commits since v0.95.7. --- ChangeLog | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7096b2c5..59ecf5a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,95 @@ +Changes since version 0.95.7: +............................. + +- Build on Ubuntu 14.04 + (Johann Haarhoff ) +- Window Maker 0.95.7 Debian files +- create_appicon_from_dock checks if no_appicon flag is set +- New applications do not create Cached Icon +- Remove unused argument in save_appicon +- Avoid recreate Cached icon moving between docks +- Avoid create again a docked application cache icon +- save the icon filename instead the full path +- Remove cache icon when detached +- usermenu.c Avoid compiler warnings +- Enable usermenu + (Rodolfo García Peñas (kix) ) +- wmaker: fixed infinite loop in switching within group + (Satya Mishra ) +- wmaker: Print error dialog when attempting to delete an in-use workspace. + (Doug Torrance ) +- debian: Ignore missing documentation for --runstatedir. +- debian: Use dh_autoreconf. +- debian: Simplify debian/rules. +- debian: Fix typo occured. (Thanks, lintian.) +- debian: wmaker manpage moved from 1x to 1. + (Andreas Metzler ) +- debian: Add wmiv to wmaker package. +- debian: Add version 0.95.6-1.2 entry to changelog. +- debian: Update with final version of 0.95.7-1 packaging. +- wmaker: Maintain sorting of windows by workspace in switch menu. +- debian: Update with version 0.95.7-2 packaging. +- wmaker: Update copyright years in info panel. +- wmaker: Remove prototype for unused get_right_position_on_screen function. +- wmaker: Fix typos (used codespell). +- wmaker: Add option for window snap to top edge to maximize to full screen. +- wmaker: Use window placement settings on other workspaces. +- wmaker: Add keyboard shortcuts for keeping window on top or at bottom. +- wmaker: Display keyboard shortcuts for remaining options in window menu. +- wmaker: Fix whitespace in menu.h; passes checkpatch.pl inspection. +- wmaker: Implement basic menu shading. + (Doug Torrance ) +- Translations: Dutch language files updated +- Translations: Frisian language files updated + (Alwin ) +- wmlib: Add pkg-config file. +- wmlib: Remove install-exec-local target. +- WPrefs: Code formatting in TexturePanel.c; minimizes checkpatch.pl warnings. +- WPrefs: Add support for fpixmap ("fillscale") texture. +- check-doc: Ignore runstatedir in check-cmdline-options-doc.sh +- check-doc: Ignore with-aix-soname in check-cmdline-options-doc.sh +- debian: Remove 56_ignore_runstatedir.diff. +- debian: Update with version 0.95.7-3 packaging. +- debian: Update with version 0.95.7-4 packaging. +- debian: Update with version 0.95.7-5 packaging. +- debian: Update with version 0.95.7-6 packaging. +- wmmenugen: Fix segfault; argv[argc] doesn't exist. + (Doug Torrance ) +- getstyle: fix wcopy_file paths + (Alexandru Lazar ) +- wmaker: fix stacking order of dock and fullscreen +- wmaker: allow alt+tabbed windows over fullscreen + (Bjørn Mork ) +- WPrefs: Update path for Debian menu +- Use wprefs_bindir output variable to set WPrefs path in menus. +- Remove WindowMaker/mkMakefile script. +- Don't try and add removed file mkMakefile to distribution tarball. +- Look for plmenu in build directory when creating WMRootMenu. +- debian: Update with version 0.95.7-7 packaging. +- configure: Use PKG_PROG_PKG_CONFIG macro to allow cross building. + (Doug Torrance ) +- Trivial cleanup: Removed unused defines. + (Roman Dobosz ) +- Added 'head' parameter to wMaximizeWindow +- Added wGetHeadRelativeToCurrentHead function +- Added option for ability to move half-maximized between heads. +- Added possibility for half-maximized windows to move across the screens. +- Fixed wrong (re)stored dimensions for unmaximized window. + (gryf ) +- Bugfix for moving windows between heads. +- New option for enabling alternative half-maximized window movement. +- Alternative way for traversing half-maximized windows. +- New option for moving mouse pointer along with half-maximized windows. +- Implementation for moving mouse pointer within the maximized window. +- Refactoring handleMaximize() function +- Removed trailing whitespaces from readme files. +- Fixed couple of compilator warning and removed unused macros. + (Roman Dobosz ) +- wmaker: Do not place icons under the dock + (Cyrus Rahman ) +- debian: Update with version 0.95.7-8 packaging. + (Doug Torrance ) + Changes since version 0.95.6: ............................. -- 2.11.4.GIT