--- - branch: MAIN date: Sat Aug 21 17:33:11 UTC 2010 files: - new: '1.55' old: '1.54' path: pkgsrc/wm/sawfish/Makefile pathrev: pkgsrc/wm/sawfish/Makefile@1.55 type: modified - new: '1.18' old: '1.17' path: pkgsrc/wm/sawfish/PLIST pathrev: pkgsrc/wm/sawfish/PLIST@1.18 type: modified - new: '1.18' old: '1.17' path: pkgsrc/wm/sawfish/distinfo pathrev: pkgsrc/wm/sawfish/distinfo@1.18 type: modified - new: '1.10' old: '1.9' path: pkgsrc/wm/sawfish/patches/patch-aa pathrev: pkgsrc/wm/sawfish/patches/patch-aa@1.10 type: modified - new: '1.1' old: '0' path: pkgsrc/wm/sawfish/patches/patch-af pathrev: pkgsrc/wm/sawfish/patches/patch-af@1.1 type: added id: 20100821T173311Z.e4514f9fc843f3ad69eaaf500943574f1963a68e log: "Update to sawfish 1.6.3.1\n\n1.6.3.1 \"Acid Folk\"\n===================\n\n \ * Fixed a possible compilation-error in prompt.jl [Harald van Dijk]\n\n1.6.3 \"Hava Nagila\"\n===================\n\n * Bugfixes\n - In tabbed-windows the left/right end is no longer outside the\n window, if that is too small [Fuchur]\n\n - Unsupported option `ignore-window-input-hint' is deleted\n \ which has been invalid for long. [Teika kazura]\n\n - Honor the user option `maximize-raises' in\n `maximize-window-fullscreen' and\n \ `maximize-window-fullxinerama', too, not just in\n maximize-window [Nolan Leake]\n\n - More robustness in applications menu [Teika Kazura, Matthew\n Love]\n\n Before it broke for 'R' (statistics software), and whitespace\n handling didn't follow the specification.\n\n Some *.desktop files are not ignored any more either, i.e.,\n leading empty lines and comments are allowed.\n\n - Allow compilation with -DDEBUG flag passed [Alexey I. Froloff]\n\n * New Features\n - XRandR events (eg resolution changes) call the new hook\n `randr-changed-notify-hook' [Daniel M. German]\n \ See *Note RandR and Xinerama::.\n\n - Tabbed windowing system improvements [Fuchur]\n + Support for transient tab-frames\n\n + New frame classes:\n x tab-s (side tab)\n x tab-ls (side tab, left/bottom end)\n x tab-rs (side tab, right/top end)\n\n + Tabgroups now support a set of new properties and\n actions: `type', `set-frame-style', `fixed-position',\n `iconify'. In addition, new tabs gain those properties\n from their parent window.\n\n - New command `display-window-position' [Teika kazura]\n\n User chooses a window by cursor and click, and it prints its\n position and size in a popup. Also available as a function,\n defined in `sawfish.wm.util.display-wininfo'.\n\n \ - New function `window-pid' [Teika kazura]\n\n It returns the process ID of a window. (*note Window\n Attributes::\n\n - Window instance name is now accessible [Teika kazura]\n\n Technically, the window class consists of \"instance\" and\n \"class\", but only the latter was returned previously by the\n function `window-class'. Now with the new optional argument,\n the instance is returned too. (*note Window Attributes::)\n\n \ - Customizable lisp directory [Teika kazura]\n\n User can add lisp directories to be read with the\n environmental variable `SAWFISH_USER_LISP_DIR'. Its value is\n directories separated by colon, like `PATH', and prepended to\n `load-path'. If not set, `~/.sawfish/lisp' is assumed. For\n example, if you define a module `sawfish.wm.super-hack', then\n it can be read from\n `~/.sawfish/lisp/sawfish/wm/super-hack.jl'.\n\n User can override system lisp files, too. For example, if\n there is `~/.sawfish/lisp/sawfish/wm/windows.jl', then it\n defines `sawfish.wm.windows', instead of the installed one.\n \ (But this can easily break your Sawfish startup.) In fact, it\n was possible for some lisp files, but now it's guaranteed for\n all files.\n\n \ * Other Changes\n - Info improvements [Teika kazura]\n + \"Windows\" chapter is partly revised. Function\n `display-window' is documented. Difference between\n `window-wants-input-p' and `window-really-wants-input-p'\n \ is described. Short description on the root window.\n\n + In past few versions we made more changes which were not\n described in the news, including clarification in\n viewport, workspace and event, and window matching lisp\n functions.\n\n + Added a faq item on multi-head and workspace.\n\n + Edition number and the date of last change are dropped\n from the info. We now edit the info often, so they are\n not so much meaningful.\n\n - Pressing the lock-button does the state-change of the window\n accordingly. [Fuchur]\n \ No theme shipped with Sawfish does have the lock-button yet,\n though.\n\n \ - Make xinerama an optional dependency [original patch from\n Gentoo]\n\n1.6.2 \"Mighty Disco King\"\n=========================\n\n * The 1.6.2 release has some improvements.\n\n * Bugfixes\n - Application menu is more robust now. [Matthew Love,\n Christopher Bratusek]\n\n Application menu, introduced in 1.6.0, made Sawfish crash if\n `*.desktop' file had a malformed key value (say ; as first\n character or # somewhere inside), or it was unreadable. It is\n fixed.\n\n - Minor fix of window placement by direction [Teika kazura]\n\n When the window placement mode is for example `east' and the\n window is wider than the screen, then the window was put\n wrongly. It is fixed.\n\n * New features\n - New command `maximize-discard' [Teika kazura]\n\n The command `maximize-discard' stops a maximized window to be\n treated as maximized any more, so that you can move and\n resize the window.\n\n The functinon `maximize-discard' has existed, and now it's\n exported.\n\n - New command `jump-or-exec' [Christopher Bratusek]\n\n The user uploaded module \"jump-or-exec\" has been merged. It\n provides `jump-or-exec', a command which may be used to focus\n a window, or if it does not exist, start the application.\n\n \ Unlike the original version this one also supports matching a\n window by its class (returned by `window-class' function),\n which makes it more flexible for applications like music\n player or browsers, which tend to change their WM_NAME\n relatively often.\n\n For usage, see `lisp/sawfish/wm/commands/jump-or-exec.jl'\n file.\n\n * Misc\n \ - Improved ebuild and specfile [Christopher Bratusek] [Kim B.\n Heino]\n\n \ - Updated documentation [Christopher Bratusek] [Teika Kazura]\n\n - Removed `frame-style-editable-p' and all other remaining\n sawfish-themer fragments, as it's dead. [Christopher Bratusek]\n\n1.6.1 \"Astral\"\n==============\n\n \ * The 1.6.1 release brings several bugfixes and improvements\n\n * Build and Installation\n - New/Updated requirements:\n + librep 0.90.4 -> 0.90.5\n + rep-gtk 0.90.0 -> 0.90.2\n\n - The configure option `--without-nine-mouse-buttons' is not\n allowed to have 4 hyphens, therefore it's renamed to\n `--without-nine-mousebuttons'. [Christopher Bratusek]\n\n - Reworked configures help-message for better readability.\n \ [Kim B. Heino]\n\n - Configure now uses `kde4-config --install data' rather than\n `kde4-config --path data', so no sed-kludge is needed anymore.\n\n Make $datadir/kde4/apps/ the fallback path, if KDE4 is not\n \ installed. [Kim B. Heino]\n\n - Majorly improved debian and rpm packaging scripts.\n [Christopher Bratusek] [Kim B. Heino]\n\n - The spec has been reworked to detect kde4/librep directories\n while runtime, instead of hardcoding those paths from\n configure, which makes it more portable. [Kim B. Heino]\n\n - Our own implementation of dlmalloc is disabled since 2002, as\n it breaks sawfish on several architectures. From this version\n on, we don't ship it anymore. [Kim B. Heino]\n\n \ - Export the imageloader beeing used by sawfish in the .pc file.\n [Christopher Bratusek]\n\n - Don't remove the .pot file upon `make distclean'.\n [Christopher Bratusek]\n\n - Install Sawfishs header files to $includedir/sawfish/.\n \ [Christopher Bratusek]\n\n - Autotools improvements (Makefile, autogen.sh & Co.)\n [Christopher Bratusek]\n\n * Bugfixes\n - Fixed a bug where the gnome-panels pager gets confused about\n the current viewport when displaying all workspaces. [Jeremy\n Hankins]\n\n - Fixed minor bugs in viewport.jl. [Jeremy Hankins]\n\n * Doc\n - Fixed a small doc misstake (refered to window-set instead of\n window-put). \ [Christopher Bratusek]\n\n - Fixed the docstrings of shrink and yank. \ [Timo Korvola]\n\n * Misc\n - Last 3 instances of \"sawmill\" replaced by \"sawfish\". [Kim B.\n Heino]\n\n1.6.0 \"Sound Of Thunder\"\n========================\n\n \ * The 1.6.0 release has new features and bugfixes\n\n * Build and installation changes\n - New/Updated requirements:\n + librep 0.90.0 -> 0.90.4\n + rep-gtk 0.18.4 -> 0.90.0\n\n - Removed requirements: LibAudioFile and ESounD\n\n - Mouse buttons 6 - 9 support is now optional\n\n \ Support for 6 - 9 mouse buttons is now optional.\n X.Org/XFree86 headers only define up to 5 buttons, and we use\n a working but somewhat hackish workaround for getting buttons\n 6 - 9 which is suspected to cause some problems with\n modifiers. Support for them is enabled by default. If you\n want to disable it, add the following flag to configure:\n\n \ `--without-nine-mousebuttons'\n\n If you drop it, then you can't use mouse button 8 to, for\n example, drag windows.\n\n - Installation directory change\n\n Directory `libexec' is not used anymore for library files\n installation. Instead, they go into `lib' by default.\n\n \ * Incompatible user visible changes:\n - Configurator's binary, `sawfish-ui', is renamed to\n `sawfish-config' [Christopher Bratusek]\n\n Its window class is changed to `sawfish-configurator' /\n `Sawfish-Configurator', too. The lisp module is renamed from\n `sawfish.ui' to `sawfish.cfg'.\n\n \ - Infinite Desktop boundary behavior and option\n\n In `infinite-desktop', the option to specify the boundary\n behavior has changed. If `viewport-boundary-mode' is\n `dynamic', then you can go as far as you like. Otherwise, it\n stops at the workspace boundary of which size is specified by\n `viewport-dimensions'. Now the latter is the default. See also\n \"dynamic viewport\" described below.\n\n The previous variable,\n `infinite-desktop.stop-at-workspace-borders', which is used\n for this purpose, no longer exists.\n\n - User config file changes\n\n In Sawfish < 1.6, `sawfish.wm.defaults' is loaded by default,\n only if the `~/.sawfishrc' lacks. Now, it is always read, so\n you don't have to `require' it. It sets up GNOME or KDE\n support if found running, and does load the error-handling\n module.\n\n Since Sawfish 1.5 `~/.sawmillrc' is no longer a valid\n configuration- file. From this version on, Sawfish will\n rename `~/.sawmillrc' to `~/.sawfishrc', if the former does\n exist on your system, but the latter doesn't.\n\n \ - In configurator, the \"Matched Windows\" group has been renamed\n to \"Window Rules\"\n\n - Sound support has changed. [Christopher Bratusek]\n\n \ Sawfish used to rely on ESounD and LibAudioFile to play\n sound, but we dropped that. If you want sound, set the\n variable `play-sample-program' to the path of the program\n capable of playing *.wav file. You can set the variable from\n the Configurator, too. By default `paplay' is beeing used.\n\n You can't set any arguments to pass from this variable. If\n \ you want to give arguments or redirect output, write a wrapper\n program. (*note FAQ::, \"Sound support\" section.)\n\n - GNOME integration updates [Christopher Bratusek]\n\n GNOME support is trimmed down. All we offer now is as follows:\n\n If GNOME runs, in `session' submenu under Sawfish root menu,\n logout and shutdown from GNOME are added. Don't remove `quit'\n \ and `restart' from menu now. GNOME help is available in menu.\n\n Unless set by user, gnome-terminal.wrapper and\n gnome-www-browser are used for user options `xterm-program'\n and `browser-program'.\n\n Most of dropped GNOME integrationcode is ancient, mainly for\n 1.x and early 2.x. Files `lisp/sawfish/wm/commands/gnome.jl'\n and `lisp/sawfish/wm/state/gnome.jl' are deleted.\n\n GNOME-Detection has been updated for recent versions. [Alexey\n I. Froloff]\n\n - xterm and browser changes\n\n Module `sawfish.wm.commands.xterm' is renamed to\n `sawfish.wm.commands.launcher'. Option `xterm-args' is\n dropped. If you use it, simply append its value to\n `xterm-program'.\n\n Customization-group is changed from `misc' to `External\n Applications'.\n\n The functinon `display-url' is renamed to `browser', now\n defined in the module cited above. Variable\n \ `display-url-command' is renamed to `browser-program'.\n\n - Sawfish pager\n\n If you've been using Sawfish-pager, then you have to\n \ recompile it, due to library files location change.\n\n - Deletion of `user-level' property\n\n (This affects almost none.) There has been a defcustom\n property `user-level'. It has been deprecated for years, and\n it's now deleted.\n\n * Bugs fixed:\n - Prevents crashes for quick window destructions, especially\n under high load\n\n There have been crashes if a window is destroyed soon after\n its creation. \ It happens in `add_window' function, and the\n cause is guessed to be garbage collection following window\n destruction before the object access.\n\n Now most parts of `add_window' are protected from garbage\n \ collection with `rep_PUSHGC' / `rep_POPGC'. It also prevents\n `add_window_hook' from being called with uninitialised\n argument. [Timo Korvola, Janek Kozicki]\n\n - Random window disapperance prevention\n\n There're reports of sudden, random window disapperance, under\n Xinerama and some other drivers. It is partly prevented, but\n not completely, as this may also be caused by other libraries\n or buggy video drivers.\n\n Now in error_handler() in src/display.c, when a window sends\n request_code 12 (X_ConfigureWindow), don't auto-assume it to\n be unmapped. [Janek Kozicki]\n\n - Build and Installation:\n + Library check: Fix in `SMlib' and `libICE' check on\n x11r7 [Christopher Bratusek]\n\n \ + `.desktop' files fixes: typos fixed and unneeded entries\n removal [Christopher Bratusek]\n\n + In spec file, repexecdir definition is fixed\n [Christopher Bratusek]\n\n + In `po/Makefile.in', a wrong call of make-pot is fixed\n [Christopher Bratusek]\n\n + Always build the FAQ upon make [Christopher Bratusek]\n\n + Expand REP_ENVIRON in scripts/Makefile.in [Luis Rodrigo\n Gallardo Cruz]\n\n \ + Add `--tag=CC' to libtool where necessary. It unbrakes\n compilation on some arches [Gentoo Linux]\n\n + Use $prefix/lib instead of $prefix/libexecdir, to\n satisfy the FHS [Christopher Bratusek]\n\n - In configurator,\n\n \ Strings are now fully translatable [Alexey I. Froloff]\n\n SpinButton listens to manual value change. (It's now\n connected to the correct signal.) [Christoper Bratusek]\n\n Position parameters can be negative [Christopher Bratusek,\n Teika Kazura]\n\n - Fixed Focus issues with KDE4 Menu/Run-Dialog [Timo Korvola]\n\n - Fix cursor-warping in conjuction with Infinite-Desktop\n [Jeremy Hankins]\n\n - Fixed group of the stagger options [Christopher Bratusek]\n\n - Fixed a call of `select-workspace-from-first' [Michal Marué\x82¸ka]\n\n - In `Simple' theme, windows are now resizable from the right\n border [Christopher Bratusek]\n\n - Missing exports are now supplied, for shrink-yank functions\n and `send-to-workspace'. [Christopher Bratusek]\n\n - Commands `maximize-window-fullscreen' and\n \ `maximize-window-fullxinerame' work. [Teika kazura]\n\n - Variable `this-command' is `nil' outside of command call.\n\n - Customization option `uniconify-to-current-viewport' has been\n undeprecated. [Teika kazura]\n\n \ * New features:\n - New application menu [Matthew Love, Timo Korvola]\n\n \ Sawfish now generates application menu automatically, by\n reading `/usr/share/applications/*.desktop' files. If you\n manually set `apps-menu', then it won't be. If you like to\n have both your own applications menu and auto the generated\n one, then refer back to `user-apps-menu' rather than\n `apps-menu'. In addition you can use the variable\n `desktop-directory' to specify a different directory to look\n for *.desktop files, or a set of directories, if desired.\n\n Root, and Window-Operations menus are revamped, too.\n [Christopher Bratusek]\n\n - Added options to change the font color of window title,\n independent of the theme in use [Matthew Love, Christopher\n Bratusek, Timo Korvola]\n\n Internally, a new function `remove-frame-part-value' which\n allows to change/remove values from frame-parts is used.\n [Timo Korvola]\n\n - Sawfish does now support theme-tarballs compressed with XZ\n (aka LZMA2) and LZMA [Christopher Bratusek]\n\n - Xinerama support for Grow/Pack [Nolan Leake]\n\n Make grow/pack Xinerama aware. The support still remains\n \ basic, as shrink/yank still lacks it.\n\n - Window rules can be set by lisp\n\n Window rules (former \"matched windows\") can easily be set from\n configurator, but it can now be set by lisp, too, with\n \ `add-window-matcher' function. For the details, *Note Window\n Rules by Matching::. An example usage is like this:\n\n (add-window-matcher '((WM_NAME . \"^root$\")\n (WM_CLASS . \"^XTerm/xterm$\"))\n \ '((ignore-program-position . t)\n (maximize . vertical)))\n\n In fact, this function has already existed, but now it can\n now specify both windowname and -class, also the grammar has\n \ changed. The old syntax is still allowed, but deprecated.\n\n - Keymap translation [Scott Scriven]\n\n Sawfish can \"translate\" keymaps for each window. Suppose you\n have the following lines in your `~/.sawfish/rc':\n\n \ (add-window-matcher\n '((WM_NAME . \"^Terminal$\"))\n \ '(keymap-trans . ((\"C-n\" \"C-S-t\")\n (\"C-w\" \"C-S-w\"))))\n\n Then, when you press `C-n', any windows with name \"Terminal\"\n \ receive `C-S-t', and so on.\n\n This is part of window rules, but it cannot be exposed in the\n configurator yet.\n\n - New window rules\n + Maximizations `fullscreen' and `full-xinerama' are\n \ available now (*note Maximizing Without Borders::)\n [Jeremy Hankins]\n\n + Window position can also be specified by the direction,\n \ like north or east, instead of the coordinates. [Jeremy\n Hankins]\n\n \ + New window rules `new-workspace' and `new-viewport',\n which place a window on the first empty Workspace or\n Viewport (if there's none, one will be generated), have\n been introduced [Jeremy Hankins]\n\n \ If `new-workspace' is chosen, then the window is put in\n an empty workspace, or a new workspace is created if\n none. A workspace with sticky windows only are\n considered empty. `new-viewport' is the same but an\n empty viewport is chosen. If none is, the workspace is\n enlarged, and the window is put in a new viewport.\n\n + `window-name' can change the window's name. [Christopher\n Bratusek]\n\n \ - New commands [Christopher Bratusek]\n\n 5 new move-cursor commands, 4 diagonals and 1 to center.\n (*note Pointer Functions::\n\n Three window manipulation commands, `double-window-size',\n `halve-window-size', and `move-window-center'. The former\n two are based on the `resize-by-factor' metafunction.\n\n `browser' invokes a browser instance.\n\n - New functions `rename-window' changes the window name. [from\n \"mmc\" fork, Christopher Bratusek]\n\n In practice, it works, but technically speaking, the window\n name is not supposed to be changed in ICCCM, by the\n Window-Manager.\n\n `viewport-windows' returns windows in a viewport. [Jeremy\n Hankins]\n\n `get-window-by-class' and `get-window-by-class-re'\n [Christopher Bratusek]\n\n - Dynamic Viewport-Boundary-Mode [Jeremy Hankins]\n\n When you set `viewport-boundary-mode' to `dynamic', then the\n workspace grows and shrinks dynamically so that it contains\n all windows and the current viewport. For the details, *Note\n Dynamic Viewport::.\n\n - KDE4 integration module [Christopher Bratusek]\n\n KDE4 is automatically detected. KDE help, and KDE logout,\n \ shutdown, and reboot are provided in the menu. In KDE4 WM\n Selector, Sawfish is added.\n\n Unless set by user, konsole and konqueror are used for user\n options `xterm-program' and `browser-program'.\n\n - Poweroff from menu\n\n Added poweroff commands in menu for non KDE/GNOME users.\n There are reboot, halt, suspend and hibernate. The used shell\n \ commands can be set from configurator, under \"Misc\" ->\n \"External Applications\". If you don't want it, set\n `want-poweroff-menu' to nil.\n\n \ User needs the appropriate privilege. For a way to do so, see\n *Note FAQ::, \"Shutdown privilege\" section.\n\n Reboot and halt call `before-exit-hook' and do\n `delete-window' to each window before actually rebooting or\n \ halting, to ensure everything is fine on the next startup.\n\n - New Frame Classes [Christopher Bratusek]\n A \"frame class\" defines frame component and are used by\n themers to add buttons or frames to their theme in charge.\n There are no user visible changes.\n\n + `sticky-button', a button to toggle window `sticky' or\n `viewport-sticky'\n\n \ + `lock-button', a button to toggle window position `fixed'\n\n + `rename-button', a button to rename the window-title and\n window-icon properties (not ICCCM compliant)\n\n + `move-resize-button', a button to perform various move\n and resize actions on a window\n\n + `raise-lower-button', a button to perform various\n raising and lowering actions on a window\n\n * Widget Transistion [Christopher Bratusek]\n \ - Custom make-url-widget replaced by GtkLinkButton\n\n - Custom about-dialog replaced by GtkAboutDialog\n\n - GtkButton + GtkPreview + GtkColorSelection trio replaced by\n single GtkColorButton\n\n * Other Changes:\n - Startup window placement improvement [Jeremy Hankins]\n\n \ At Sawfish startup including restart, maximized windows and\n position specified windows used to mess up viewport, appearing\n in wrong viewports. It's fixed now.\n\n - Renamed `after-add-window' to `maxmize-after-add-window'\n \ This function is only used in a hook [Teika Kazura]\n\n - Don't let `cycle-class' and `cycle-class-backwards' ignore\n WINDOW-ORDER [Daniel M. German]\n\n - Docks/panels are unframed, and window type is set to `dock'\n \ by default [Timo Korvola]\n\n - You can exit from sawfish-client with `,quit' (also `C-d'),\n unlike `C-c' it won't kill the WM [Teika Kazura, Timo Korvola]\n\n - Number widget (GtkSpinButton) can take optional initial value\n [Teika Kazura]\n\n - Changing `raise-tabs-on-hover' takes effect immediately now\n [Christopher Bratusek]\n\n - Inactive windows in Crux theme do now have black text for\n better readability [Christopher Bratusek]\n\n - With new option `customize-redirect', configurator's output\n can be redirected. [Teika Kazura]\n\n - Grow/Pack and Shrink/Yank options are in the same group now\n [Christopher Bratusek]\n\n \ These commands are now available from window operation menu,\n too.\n\n \ - When moving a window the cursor shape is now `hand2', when\n resizing `crosshair' [Christopher Bratusek]\n\n - In the theme document in the configurator, the cursor is\n invisible and the wrap mode is set to word-char [Christopher\n \ Bratusek]\n\n - Build, installation and source\n + Improved ebuild [Christopher Bratusek]\n\n + Encoding is unified to utf-8 for all distributed files\n [Teika Kazura]\n\n + Squashed all bytecompiler warnings [Matthew Love]\n Some warnings were superfluous, though.\n\n + To info file `dir' the section `sawfish' has been added\n [Luis Rodrigo Gallardo Cruz]\n\n + Distclean rule for po/Makefile.in [Christopher Bratusek]\n\n + Removed ancient sawmill removal fragments from Makefile\n [Christopher Bratusek]\n\n \ + Block comments in lisp files are now semicolons\n Sorry, without reason. Block comment remains allowed.\n\n - Docs\n + Added man-pages for `sawfish', `sawfish-client' and\n `sawfish-config' [Debian]\n\n + News items for 1.5.0 are rewritten in a more readable\n \ fashion [Teika Kazura]\n\n + Info manual updates [Christopher Bratusek, Jeremy\n Hankins, Teika Kazura]\n\n + Added new contributors to `THANKS' section of\n `CONTRIBUTING' [Christopher Bratusek]\n\n + Updated OPTIONS and KEYBINDINGS [Christopher Bratusek]\n\n \ + Fixed the license header of tabbed-windowing files\n [Christopher Bratusek]\n" module: pkgsrc subject: 'CVS commit: pkgsrc/wm/sawfish' unixtime: '1282411991' user: asau