icewm/icewm.changes
İsmail Dönmez a0e922a5da Accepting request 857752 from home:glaubitz:branches:X11:windowmanagers
- Update to 2.0.0
  * Remove support for the old and obsolete _WIN_PROTOCOL properties.
  * Add support for the Imlib2 image rendering engine as an alternative
    for the gdk-pixbuf-xlib rendering engine. The Imlib2 image rendering
    engine is now the default, but this can be set at configure time.
  * Center the window list window if it got offscreen.
  * Fix horizontal scrolling in icehelp.
  * Use _NET_WM_STATE_HIDDEN instead of IconicState for minimize in icesh.
  * Icewm now supports ICCCM icon_pixmap and icon_window.
  * Don't unroll rolled up windows on left button press for issue #525.
  * Fix for drawing title pixmaps when they are gradients for issue #523.
  * Remove unwanted separator in taskbar for empty toolbar for issue #524.
    support BR_Portuguese language in 2 desktop files for issue #522.
  * Add support for WM_HINTS icon_window in MiniIcons.
  * Check if WM_HINTS update actually changes anything.
  * Don't attempt to draw Unicode in non-UTF-8 environment for issue #519
  * Icewm now supports the icon_pixmaps from WM_HINTS to correctly
    show the icon for NEdit, xmgrace, xv, timidity and fontforge.
  * Don't resize when trying to move when dragging at y=0 for issue #520.
  * Report errors if enabled packages are missing for issue #516.
  * Instead of render.h include Xrender.h for dependency checking for issue #516.
  * Fix the positioning of the window list title for non-standard SmallIconSize
    settings for issue #514.
- from version 1.9.2
  * Fix for correctly restoring xterm from fullscreen in issue #28.
  * Prevent inadvertent growing of windows in issue #512.
- from version 1.9.1
  * Fix for NEdit, which delays setting WM_NORMAL_HINTS, to fix issue #510.
  * Fix for changing layers when ABOVE or BELOW bit is set.
  * Use a minimum delay of 10 ms for auto taskbar delays for issue #508.

OBS-URL: https://build.opensuse.org/request/show/857752
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=111
2020-12-29 09:06:57 +00:00

1361 lines
53 KiB
Plaintext

-------------------------------------------------------------------
Sun Dec 20 18:23:34 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.0.0
* Remove support for the old and obsolete _WIN_PROTOCOL properties.
* Add support for the Imlib2 image rendering engine as an alternative
for the gdk-pixbuf-xlib rendering engine. The Imlib2 image rendering
engine is now the default, but this can be set at configure time.
* Center the window list window if it got offscreen.
* Fix horizontal scrolling in icehelp.
* Use _NET_WM_STATE_HIDDEN instead of IconicState for minimize in icesh.
* Icewm now supports ICCCM icon_pixmap and icon_window.
* Don't unroll rolled up windows on left button press for issue #525.
* Fix for drawing title pixmaps when they are gradients for issue #523.
* Remove unwanted separator in taskbar for empty toolbar for issue #524.
support BR_Portuguese language in 2 desktop files for issue #522.
* Add support for WM_HINTS icon_window in MiniIcons.
* Check if WM_HINTS update actually changes anything.
* Don't attempt to draw Unicode in non-UTF-8 environment for issue #519
* Icewm now supports the icon_pixmaps from WM_HINTS to correctly
show the icon for NEdit, xmgrace, xv, timidity and fontforge.
* Don't resize when trying to move when dragging at y=0 for issue #520.
* Report errors if enabled packages are missing for issue #516.
* Instead of render.h include Xrender.h for dependency checking for issue #516.
* Fix the positioning of the window list title for non-standard SmallIconSize
settings for issue #514.
- from version 1.9.2
* Fix for correctly restoring xterm from fullscreen in issue #28.
* Prevent inadvertent growing of windows in issue #512.
- from version 1.9.1
* Fix for NEdit, which delays setting WM_NORMAL_HINTS, to fix issue #510.
* Fix for changing layers when ABOVE or BELOW bit is set.
* Use a minimum delay of 10 ms for auto taskbar delays for issue #508.
* Note in preferences which timing delays are in milliseconds.
* Ignore applications with _NET_WM_STATE_SKIP_PAGER set in PagerShowPreview.
* Update XDND protocol version from 3 to 5.
- from version 1.9.0
* Properly handle name lookup failure for mailboxes for issue #493.
* Add --valgrind and --catchsegv options to icewm-session to support debugging.
* Add support for _NET_WM_WINDOW_TYPE to icesh.
* Always send one synthetic ConfigureNotify on initial window map for issue #492.
* Remove resize indicators from the frame window when unneeded.
* Reduce the number of redraws in title bar.
* Support incomplete _MOTIF_WM_HINTS property for mlterm.
* Add missing getProtocols to message dialog to fix issue #494.
* Drop support for ISDN network devices in the network monitor.
* Update the Catalan, Japanese, Portugeuese, Slovak translations.
* Update the Czech, Dutch, Indonesian, and Hindi translations.
* Optimizations to handling of Motif hints to avoid unneeded resizing.
* Several fixes for correct PagerShowPreview updates for #496.
* Fix desktop mini icon positioning for fullscreen windows.
* Don't activate a fullscreen window on startup when it is unmapped.
* Fixes for TaskBarAutoHide.
* Improve drawing of ellipsis in titles.
* Optimize the loading of configuration files.
* Workaround for non-standard behavior of xnec2c in issue #503.
* When fullscreen then record resize requests for later restoration.
* Allow width_inc and height_inc to be zero to disable maximization.
* Fix handling of WM_CLIENT_LEADER property for Motif applications in #506.
- from version 1.8.3
* Check if filedescriptor is valid and fix off-by-one allocation error.
* When icewm starts, reduce the number of workarea updates for taskbar to one.
* The taskbar only has struts if it is exactly at the top or bottom of the screen.
* Fix for autohide taskbar not wanting to hide.
* Support TaskBarAutoHide for TaskBarKeepBelow.
* Postpone taskbar app status updates until idle, for faster event response.
* Don't send synthetic ConfigureNotify events for resizing unless required.
* Do send synthetic ConfigureNotify events for positioning when required.
* Only send window position updates to the client if it really has moved.
* Send at most one synthetic ConfigureNotify message per resize.
* Add proper support for EWMH _NET_RESTACK_WINDOW requests to raise a window.
* Reflect layer changes in the _NET_WM_STATE ABOVE and BELOW flags.
* Add WinStateFullscreen to the visible _WIN_STATE bits.
* Make switch icons opaque for 32-bit visuals.
* Fix for "icesh -last".
* Fix issue bbidulock/icewm#491 for F11 fullscreen key on GTK terminals.
* Support "icesh toggleState Fullscreen"
* Support icesh "iconic" and "normal" commands for WM_CHANGE_STATE.
* Use wmHide or wmShow to hide or show the taskbar to fix issue bbidulock/icewm#489.
- from version 1.8.2
* Fixes for using the proper icon sizes for issue #483.
* Fixes for reading from pipes in "menuprog" and "menuprogreload" for issue #487.
* CMake support was extended to the FreeBSD, OpenBSD and Solaris platforms.
* In "menuprog" and "menuprogreload" do dollar expansion and tilde expansion.
* New Portuguese (pt) translations.
- from version 1.8.1
* Fix path_lookup strtok_r for non-Glibc BSD systems for #23.
* Fix topSideVerticalOffset for fully opaque frame borders for #482.
* Fix the FreeBSD case where icewm-session is started
* in the root directory by the display manager.
* Prevent premature workarea changes when collapsing
* taskbar to avoid repositioning MiniIcons.
* Fix the default KeySysArrangeIcons key binding to Alt+Shift+F8.
* Only define KeySysArrangeIcons if preference MinimizeToDesktop=1.
* Add KeyWinSmartPlace to preferences.
* Remove undocumented KeyWinSnapMove.
* Portability changes for OpenBSD.
* Prevent cyclic dependencies for transient windows.
* Also let icesh spy on ClientMessages.
- from version 1.8.0
* Let workspacebutton use the workspace button fonts when drawing text.
* Don't switch focus on a FocusOut event on the root window.
* Prevent the pingponging of focus between windows when one window loses focus.
* Improved support of applications with transient windows.
* In the window list window, improve the Show command to
consider work area and screen boundaries.
* Give message buttons some padding and a minimum size.
* Fix the saving of modified options to preferences.
* Fix opacity in titlebar and task buttons when using gradients.
* Fix status of logout entry in the logout menu.
* New theme option MenuButtonIconVertOffset to adjust the position
of the menu button icon in case ShowMenuButtonIcon=1.
* Improved ICCCM conformance for restack requests of transient windows.
* Several improvements to the CrystalBlue theme.
* Update theme NanoBlue.
* Change xterm.icon into xterm.XTerm.icon in the default winoptions.
* More beautiful MiniIcons show just a large shaped icon if MinimizeToDesktop=1.
* Improved positioning of MiniIcons when the work area grows or shrinks.
* Enable Arrange Icons in taskbar menu to rearrange all desktop MiniIcons.
* Add a tooltip to MiniIcons which reflects the window title.
* Enable dragging MiniIcons with the left mouse button.
* Ensure icons of irregular sizes are always scaled or loaded.
* Fix the --logevents option.
* Update the frame status in the move menu and the layer menu before showing them.
* Improved Chinese translation by WhiredPlanck.
* Rename comments from APM monitor to battery monitor by DieSpinne.
* Efficiency improvements to the relocation of frames when the workarea changes.
* Better positioning of collapse button to avoid a white line at the bottom of the taskbar.
* A completely rewritten icon locator by Eduard Bloch which finds many more icons.
* A new option IconThemes by Eduard Bloch to set your icon theme preferences.
* Handle more detail in configure request messages.
* Avoid focusing a random client when a request to stack a client below is received.
* Update _NET_CLIENT_LIST_STACKING on a configure request to restack a window.
* Detect when the top side of the title bar border is partially
transparent for improved positioning.
* More updated translations.
* Exclude the collapsed taskbar button from workarea calculations.
* Update workspace buttons when workspace names change.
* Show a sticky window just once on all PagerShowPreview workspace buttons.
* Make button hover work after a click-cancel for issue #448.
* Fix for correctly computing the X shape mask of shaped titlebars.
* Fix for updating titlebar shape when title changes.
* Prevent the delayed focus timer or autoraise timer from interfering
when a frame is minimized, iconified or rolled up.
* Don't set the _NET_WM_STATE_FOCUSED flag when mimimized, hidden or rolledup.
* Set the WM_ICON_SIZE root window property according to theme icon sizes.
* Add sys/resource.h include for FreeBSD for issue #445.
* Add definition of ACPIDEV to fix compilation for FreeBSD.
- from version 1.7.0
* New preference KeyboardLayouts for switching of keyboards layouts.
* Fix move menu and layer menu for selections in window list window.
* Don't take away focus from an application when icewm exits.
* On startup check _NET_ACTIVE_WINDOW and use it to preserve focus over restarts.
* Set _NET_ACTIVE_WINDOW to None when no window has focus.
* Better restore focus to window in Above layer when some other window closes.
* New winoption ignoreActivationMessages to ignore programmatic focus requests.
* Fix for taskBarWidthPercentage in case screen is not at (0, 0).
* Use wordexp to avoid a /bin/sh.
* Fix #21 "Problem with dosbox and re-maximize the screen".
* Add Maximize Horizontal to window list window.
* Refresh frames and buttons after screen resize to prevent artefacts.
* Add detailed tracing of systray activity.
* Slightly better conformance to XEMBED standard.
* Reorder systray operations for better test results.
* Only refocus in setWorkspace if workspace really changes.
* Reset workspace focused frame if focused frame changes workspace.
* Fix for negative geometry positions in winoptions.
* Fix icesh runonce.
* Fix for icewm --replace.
* Fix icewm hint processing and make icewmhint geometry work.
* Let icehelp be quiet when parsing html.
* Update theme NanoBlue from Nano_Blu-1.3 to evade a bug in Glamor.
- from version 1.6.6
* Permit deleting entire input line in address bar.
* Fix for TaskBarShowWindows=0 if TaskBarAutoHide=1 for issue #434.
* Accept requests for clipboard selection as UTF-8.
* Request selection as UTF-8 string in addressbar.
* Add support for setting icewm options in env for icewm-session.
* New option PagerShowLabels for issue #19.
* Prevent possible division by zero when calculating battery capacity.
* Make CPU temperature centered.
* Fix to make window list icons fit their rows in issue #433.
* Fix scaled icons in menu for issue #429
* Fix for systray background filling in issue #430.
* Fix for CPUStatusShowAcpiTempInGraph=1 in issue #431.
* Make title buttons behave the same as title bar for Button2.
* Pass mouse presses on object buttons on to the taskbar for issue #424.
* Add new -xembed selector for icesh in issue #423.
* Fix for icesh -window.
* Add icewm-session --output=FILE option.
* Repaint frame border immediately for issue #417.
* Fix TaskBarAutoHide for TaskBarDoubleHeight for issue #415.
* Port to Solaris.
* Slightly larger tray app icons.
* Limit resize band to 3 pixels wide.
* Better support for RGBA colors.
* Add support for urxvt -borderless.
* Fuzzy matching of desktop categories for icewm-menu-fdo.
* A number of updated translations.
- Add pkgconfig(imlib2) to BuildRequires
- Fix file pattern for manpages in %files section
- Refresh patches for new version
- icewm-desktop-nodisplay.patch
- icewm-preferences.patch
- icewm-susemenu.patch
-------------------------------------------------------------------
Sat May 16 12:10:39 UTC 2020 - Namor Barcode <z1trus@gmx.com>
- Update to 1.6.5
* Fixes and updates for both the configure and the cmake build
* "icesh last" may only obtain a client list if no previous selection
* Relinquish the window manager selection when done
* If "exec xterm" fails then let icewm-session restart icewm
* Implement all of the functionality of "icesh -X".
* Document all task button mouse clicks.
* Optimize the startup of the task bar.
* New icewm-menu-xrandr "--max" option for menu options selector.
* Let icewm-menu-xrandr prefer the mode with the highest refresh rate.
* Document all hidden features of the window list window.
* Setting winoptions "tray" option non-zero overrules "ignoreTaskBar".
* Make tray toggle more intuitive by toggling between only two states.
* When parsing workspace names in icesh also test with spaces trimmed.
* Filter on property values in icesh and add click and delay to icesh.
* Filter clients in icesh by EWMH window state.
* Change the EWMH window state in icesh.
* Half a dozen fixes and improvements to the window list window.
* Fix tooltip positioning for multi-monitor when primary screen is right.
* Add all startup options to generated preferences.
* Prevent task bar auto hide if address bar is visible for #412.
* Fix the parsing of the opacity field in rgba colors.
* Eliminate a large number of superfluous frame border updates.
Changes in 1.6.4
* Use "icesh keys" to let icewm reload the keybindings from the "keys" file.
* Allow mouse pointer buttons to trigger actions from "keys".
* If a theme cannot be found then fall back on the default theme.
* Always keep track of the WM_CLIENT_LEADER property.
* Automatically focus an urgent window in click-to-focus mode,
* if it has the same leader as the focused window.
* Set alpha threshold to 10 to completely draw 32-bit icons.
* Use WM_CLASS to locate an icon if no other source of icon was found.
* Add tracing of executed programs.
* Add spy and sizeby commands to icesh.
* Fix for pagerShowPreview for very wide multi-head desktops.
* Fix for context menu popup in icehelp.
* Fix for positioning of splash window on multi-head displays.
* Fix for positioning of status window on multi-head displays.
* Fix for positioning of window list window on multi-head displays.
* Fix for positioning of tooltip windows on multi-head displays.
* Fix for missed events when monitor changes resolution.
* Fix for positioning the taskbar when monitor changes resolution.
* Portability to older systems: only requires libXrandr 1.2 and GCC 4.9.
* Give icewm a proper implementation of _NET_MOVERESIZE_WINDOW.
* 10 translations updated.
-------------------------------------------------------------------
Tue Apr 14 00:51:41 UTC 2020 - Yifan Jiang <yfjiang@suse.com>
- Explicitly require icewm-theme-branding on SLE and Leap.
- Add Conflicts between icewm-config-upstream and icewm-theme-branding
-------------------------------------------------------------------
Mon Mar 16 03:45:48 UTC 2020 - Yifan Jiang <yfjiang@suse.com>
- Improve build tag consistency between SLE and Leap.
* Recommend polkit-gnome to both Leap and SLE.
* Disable icewm-preferences.patch for Leap. The patch makes sense
to icewm-config-upstream while Leap uses icewm-theme-branding
the provide the theme.
-------------------------------------------------------------------
Thu Mar 5 02:46:24 UTC 2020 - Yifan Jiang <yfjiang@suse.com>
- icewm-preferences.patch: Add the adwaita legacy path to the
IconPath. adwaita-icon-theme has its main icon updated to
symbolic style, while icewm's style is more suitable for
legacy-style icons (eg. web-browser). Without the update, current
icewm can not find default web-browser toolbar icon
(bsc#1157930).
-------------------------------------------------------------------
Sat Nov 30 21:37:16 UTC 2019 - Namor Barcode <z1trus@gmx.com>
- Update to 1.6.3
* Much improved 32-bit icon drawing
* Add --trace=conf,icon option for path logging
* Several portability fixes for FreeBSD
* Update taskbar geometry on screen resize
* Support PNG format for theme image files
* Improved support for depcrecated linux.xpm
* Highlight current workspace on startup
* Fix for themable cursors
* Fix for cmake build
* Fix for rpm build
* Updated man pages
* Updated translations
- Changes from 1.5.4
* Configurable X11 terminal to avoid dependency on xterm
* Fix support for themable cursors for gdk-pixbuf
* Fix Xft font corruption in 32-bit alpha mode
* Fix frame depth for 32-bit apps in 24-bit mode
* Enable tilde and $HOME expansion for icon paths
* Restore old behavior of ColorQuickSwitchActive for vertical switching
* IceSh addWorkspace, prop commands plus -Prop, -Role options
* IceSh fix getWorkspace for sticky windows, fix getOpacity, improve sync
* Expand installation prefix in default configuration files and manpages
* Fix typos in documentation and update Spanish translation
* Better icewm-session manpage
* Compile on GCC 9.2 without warning
* Improve CMake compilation
* IceWM splash image
* Silence icehelp
* Allow a taskbarbg.xpm or taskbarbg.png with transparency for a translucent taskbar
* Don't use composite on systray when using 24-bit RGB visuals for issue #374
* Update translations
* Use lzip instead of xz
* Add support for 32-bit RGBA visuals if Alpha is enabled.
* Colors can have a [100] opacity prefix, where 100 is a percentage from 1 to 100.
* Colors can also be specified in "rgba:" form.
* Alpha channels in icons are preserved and drawn if Alpha is enabled.
* Support showing a splash image on startup.
* Icesh has new commands sizeto, pid, systray, xembed, motif, symbols.
* Icesh supports filtering on and modifying gravity properties.
* New winoption "startClose" to immediately close unwanted windows.
* Several improvements to CMake builds.
* _NET_SYSTEM_TRAY_ORIENTATION and _NET_SYSTEM_TRAY_VISUAL are now supported.
* Nearly unlimited number of workspaces.
* New option TaskBarWorkspacesLimit to limit number of workspaces shown on taskbar.
* Workspace names can be edited on taskbar.
* Change default WorkspaceStatusTime to 700 milliseconds.
* Optimizations of resource usage on startup of icewm.
* Restore TaskBarFullscreenAutoShow for issue #361.
* Don't focus frame under mouse for ClickToFocus in issues #355 and #358.
* Only update if WM_NORMAL_HINTS has really changed for Xephyr in #353.
* Only update if WIN_HINTS has really changed.
* Fix icesh -last filter. Fix icesh toggleState for #354.
* Add another xrandr setup where second screen is primary.
* Remove support for EsounD.
* Add many new icesh features.
* Support opacity in icesh, icewmhint, winoptions.
* Set window type on all icewm windows.
* Set WM_CLASS on all icewm windows.
* Updated translations.
* More support for clang C++11.
-------------------------------------------------------------------
Tue May 28 08:47:54 UTC 2019 - Simon Schricker <s.schricker@mailbox.org>
- Update to 1.5.4
* New get-commands for icesh
* Support for OnyX theme for yximage
* Update icewmhint and man pages
* fix changing workspace names
* fix NanoBlue icon names
-------------------------------------------------------------------
Wed Apr 3 06:00:40 UTC 2019 - qzheng <qzheng@suse.com>
- Update to 1.5.3
- Rebase patches
- icewm-susemenu.patch: rebase "suseprog" function
- icewm-desktop-nodisplay.patch: rebase, set NoDisplay for
icewm.desktop
- icewm-preferences.patch: rebase, only IconPath hunk not in
upstream now
- Drop patches
- icewm-mate.patch: upstream no longer uses icewm-menu-gnome2 to
generate a default menu, the current freedesktop.org approach
is superior for current distros
- icewm-use-iproute2-ss-instead-of-netstat.patch:
was accepted by upstream
-------------------------------------------------------------------
Fri Sep 7 07:49:13 UTC 2018 - qzheng@suse.com
- Delete icewm.desktop and rename icewm-session.desktop to
icewm.desktop to fix the upgrade issue ( bsc#1096917 ).
-------------------------------------------------------------------
Tue Mar 6 17:00:08 CET 2018 - tiwai@suse.de
- Use asciidoctor instead of asciidoc (bsc#1075764)
-------------------------------------------------------------------
Tue Feb 27 03:04:05 UTC 2018 - qzheng@suse.com
- Add icewm-use-iproute2-ss-instead-of-netstat.patch:
Because netstat is not available by default, so call "ss" instead
of "netstat", and make the "clock" command work on icewm
( bsc#1079627 ).
-------------------------------------------------------------------
Wed Jan 17 05:59:02 UTC 2018 - qzheng@suse.com
- Change the recommend xlockmore to xscreensaver( bsc#1074932 ).
-------------------------------------------------------------------
Thu Dec 21 03:22:18 UTC 2017 - qkzhu@suse.com
- Drop our distribution's icewm.desktop and use the one provided by
IceWM upstream
- Add patch icewm-desktop-nodisplay.patch
Set NoDisplay for upstream's icewm.desktop since it only starts the
window manager, icewm-session.desktop (the preferred program to
start the IceWM system) will be displayed in display manager
(bsc#1072557)
-------------------------------------------------------------------
Fri Dec 15 03:24:36 UTC 2017 - yfjiang@suse.com
- Make polkit-gnome is recommended in SLE, since SLES requires an
authentication dialog when being rebooted and shutted-down from
GUI (bsc#1067788 bsc#1072428)
-------------------------------------------------------------------
Tue Oct 10 14:02:45 UTC 2017 - tchvatal@suse.com
- Bring back full icewm-preferences.patch from 1.3 series to actually
work
-------------------------------------------------------------------
Tue Oct 10 13:36:06 UTC 2017 - tchvatal@suse.com
- Use prefoverride instead of preferences in the sysconfig to make
sure take priority over theme
- Move programs config option to /etc from /usr/share
-------------------------------------------------------------------
Thu Oct 5 17:39:23 UTC 2017 - stefan.bruens@rwth-aachen.de
- Partially revert icewm-preferences.patch to previous revision, otherwise
the icewm default desktop background is used instead of the openSUSE/SLE
specific one, breaking openQA all over the place
-------------------------------------------------------------------
Sun Sep 24 21:41:00 UTC 2017 - aavindraa@gmail.com
- Update to 1.4.2
- Rebase patches
- icewm-susemenu.patch: rebase "suseprog" function
- icewm-preferences.patch: rebase, only IconPath hunk not in upstream now
- icewm-mate.patch: rebase several hunks in which context changed
- Drop patches that were accepted upstream
- icewm-session-desktop.patch
- icewm-exit-fork.patch
- icewm-mail.patch
- Swap "sgmltool" for "asciidoc"
-------------------------------------------------------------------
Tue May 23 08:55:22 UTC 2017 - tchvatal@suse.com
- Fix the updates-alternatives code
-------------------------------------------------------------------
Wed May 17 14:19:38 UTC 2017 - fvogt@suse.com
- Use update-alternatives to create default.desktop xsession (boo#1030873)
-------------------------------------------------------------------
Wed Feb 22 10:19:04 UTC 2017 - okurz@suse.com
- Ensure a valid mailbox check tool (bsc#1026134)
* icewm-mail.patch
* https://github.com/bbidulock/icewm/pull/108
-------------------------------------------------------------------
Thu Aug 25 10:00:58 UTC 2016 - fvogt@suse.com
- Add patch icewm-exit-fork.patch to avoid deadlock (bsc#977233)
-------------------------------------------------------------------
Wed Aug 24 07:55:56 UTC 2016 - tyang@suse.com
- Modify: icewm-preferences.patch
bnc#977233 modify the command to correct one.
-------------------------------------------------------------------
Thu Jun 2 11:30:11 UTC 2016 - tchvatal@suse.com
- Use just xlockmore wrt fate#320737
* icewm-preferences.patch
-------------------------------------------------------------------
Mon Mar 14 10:29:06 UTC 2016 - tchvatal@suse.com
- Disable image centering, with scaling now working it keeps aspect
ration with centering enabled:
* icewm-preferences.patch
-------------------------------------------------------------------
Tue Mar 8 12:49:38 UTC 2016 - tchvatal@suse.com
- Update prefferences patch to point to correct wallpaper on the disk
based on openSUSE/SLE branding package
-------------------------------------------------------------------
Tue Mar 8 12:25:59 UTC 2016 - tchvatal@suse.com
- Add back icewm menu as it is used by us
* icewm-susemenu.patch
- Add patch to fix icewm session desktop files
* icewm-session-desktop.patch
-------------------------------------------------------------------
Thu Feb 18 11:27:10 UTC 2016 - alarrosa@suse.com
- Small fix to continue requiring xterm in distributions that don't
have xterm-bin (Leap 42.1 and older)
-------------------------------------------------------------------
Wed Feb 17 15:33:59 UTC 2016 - dimstar@opensuse.org
- Require xterm-bin instead of xterm: only the binary is required.
-------------------------------------------------------------------
Thu Jan 14 09:26:54 UTC 2016 - petr@cervinka.net
- Version bump to 1.3.12:
* various bugfixes collected from all upstream vendors
* added new translations
- Removed upstreamed patches:
* icewm-toolbar-icons-generic.patch
* icewm-fix-local-search.patch
-------------------------------------------------------------------
Mon Oct 26 10:51:29 UTC 2015 - tchvatal@suse.com
- Split out configuration files to allow icewm-theme-branding to
work
-------------------------------------------------------------------
Mon Oct 26 10:40:08 UTC 2015 - tchvatal@suse.com
- Simplify reboot/shutdown commands:
* icewm-preferences.patch
-------------------------------------------------------------------
Mon Oct 26 10:31:51 UTC 2015 - tchvatal@suse.com
- Enable fribidi support on main package RTL is quite used
-------------------------------------------------------------------
Mon Oct 26 10:06:43 UTC 2015 - tchvatal@suse.com
- Kill back the mate subpkg as it does not really pose any benefit
for us. But keep the patch as it should be merged upstream
-------------------------------------------------------------------
Mon Oct 26 07:10:58 UTC 2015 - tchvatal@suse.com
- Cleanup a bit the update-alternatives syntax
-------------------------------------------------------------------
Sun Oct 25 21:08:03 UTC 2015 - sor.alexei@meowr.ru
- Add icewm-fix-local-search.patch: make icewm-menu-fdo not to
search through whole ~/.local/share/ as it can be unexpectedly big.
- Add icewm-toolbar-icons-generic.patch: don't specify paths in
toolbar icons.
- Require adwaita-icon-theme instead of gnome-icon-theme.
- Append icon search paths to icewm-preferences.patch including
Adwaita theme.
- Add basic MATE support via icewm-mate.patch and icewm-mate
subpackage.
- Fix build under openSUSE 13.1.
-------------------------------------------------------------------
Sun Oct 25 20:49:42 UTC 2015 - tchvatal@suse.com
- Deprecate the gnome subpackage as after investigation we figured
we can simply use icewm-menu-fdo to generate the taskbar menu
without any need for gnome2 ties.
- Drop binary icewm-set-gnomewm as the gnome2 is not supported anyway
and thus gconf settings of its defaults are bit pointless
-------------------------------------------------------------------
Sun Oct 25 12:31:15 UTC 2015 - tchvatal@suse.com
- Move icesound to default package as alsa is in by default
-------------------------------------------------------------------
Sat Oct 24 19:13:30 UTC 2015 - tchvatal@suse.com
- Add requires on xterm+alsa-utils that are used in default calls
of icewm
- For icewm-default add requires on gnome-icon-theme as otherwise
we would not see icons for most of the things
-------------------------------------------------------------------
Sat Oct 24 18:01:03 UTC 2015 - tchvatal@suse.com
- Set up icesound to base on alsa only, as OSS and ESD are quite
not useful nowdays
-------------------------------------------------------------------
Fri Oct 23 23:29:22 UTC 2015 - zaitor@opensuse.org
- Drop gnome-desktop-devel BuildRequires: That symbol is provided
by libgnome-desktop-3-devel now, and is not what configure needs,
nor is looking for. The compat package libgnome-desktop-2-devel
is the correct one for icewm-gnome, and is already present via
pkgconfig(gnome-desktop-2.0) BuildRequires.
- Also drop libgnomeui-devel as pkgconfig(libgnomeui-2.0) takes
care of that.
- Move pkgconfig(gdk-pixbuf-xlib-2.0) BuildRequires: to the with
gnome section.
-------------------------------------------------------------------
Fri Oct 16 08:19:51 UTC 2015 - tchvatal@suse.com
- Add back bcond_with gnome conditional as it is redefined on low
rings
-------------------------------------------------------------------
Fri Oct 9 20:02:31 UTC 2015 - tchvatal@suse.com
- Sed in lower requirement on gettext to work on Leap and 13.2
-------------------------------------------------------------------
Fri Oct 9 18:30:16 UTC 2015 - tchvatal@suse.com
- Split lang pkg and properly recommend it
- Install icewm-menu-fdo and manpage
- Properly set docdir
- Add sgmltool to generate html help pages
- Use %configure macros properly
- Cleanup with spec-cleaner
- Drop bcond for gnome as it is enabled everywhere anyway
- Drop patches that should not be needed after discussion with mmarek:
* icewm-menu.patch
* icewm-susemenu.patch
- Peferences file is now in src not in lib so update patch,
also use systemd to call shutdown and reboot which should be bit more safe
today:
* icewm-preferences.patch
-------------------------------------------------------------------
Fri Oct 9 14:02:32 UTC 2015 - tchvatal@suse.com
- Version bump to 1.3.11:
* various bugfixes collected from all upstream vendors
- Remove upstreamed patches:
* icewm-1.2.35-empty-winmenu.patch
* icewm-1.2.35-override-config.patch
* icewm-1.2.35-unaligned-access.patch
* icewm-1.3.6-winoptions.patch
* icewm-1.3.8-enable-guievents.patch
* icewm-1.3.8-shutdown-reboot-command.patch
* icewm-1.3.8.tar.gz
* icewm-bg-default-at-error.patch
* icewm-docdir.patch
* icewm-fix-themes.patch
* icewm-linking.patch
* icewm-multiByte.patch
- Refresh patch:
* icewm-menu.patch
-------------------------------------------------------------------
Mon Jan 12 07:39:53 UTC 2015 - tyang@suse.com
- Fix the bnc#905159:shutdown and reboot commands not working.
Change the shutdown and reboot command in preference.
Add patch: icewm-1.3.8-shutdown-reboot-command.patch
and updated from upstream:https://github.com/bbidulock/icewm.
-------------------------------------------------------------------
Tue Sep 30 06:11:49 UTC 2014 - crrodriguez@opensuse.org
- Do not use xorg-x11-devel, select only those packages needed
for build.
- Build c++ code with fvisibility-inlines-hidden to avoid
bloating the symbol table.
-------------------------------------------------------------------
Mon Sep 22 15:24:50 UTC 2014 - fcrozat@suse.com
- Update icewm-preferences.patch with new location of SUSE
background file.
- Ensure icewm-theme-branding is recommended.
-------------------------------------------------------------------
Tue May 27 07:29:34 UTC 2014 - tyang@suse.com
- add icewm-1.3.8-shutdown-reboot-command.patch:
fix the upstream bug of invalid shutdown/reboot command
change the shutdown/reboot command in preference (bnc#872988)
-------------------------------------------------------------------
Thu Apr 10 16:10:32 CEST 2014 - tiwai@suse.de
- icewm-bg-default-at-error.patch:
properly default to the solid color background when the given
default background pixmap can't be loaded (bnc#872740)
-------------------------------------------------------------------
Mon Mar 3 12:09:58 UTC 2014 - msrb@suse.com
- icewm-fix-themes.patch
* Workaround for bnc#856931.
-------------------------------------------------------------------
Wed Jan 22 09:34:36 UTC 2014 - tyang@suse.com
- update version to 1.3.8
- remove patches:icewm-gcc47.patch,icewm-x11.patch
- add two new patches:icewm-1.3.8-enable-guievents.patch,icewm-susemenu.patch
for new fate #313170
-------------------------------------------------------------------
Wed Jan 8 13:23:11 UTC 2014 - coolo@suse.com
- merge icewm-lite into icewm.spec using update-alternatives
-------------------------------------------------------------------
Thu Mar 28 08:59:08 UTC 2013 - mmeister@suse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
Tue May 22 10:25:52 UTC 2012 - idonmez@suse.com
- Fix build with gcc 4.7
- Fix build with new X11 headers
-------------------------------------------------------------------
Tue Dec 20 20:49:49 UTC 2011 - coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Mon Aug 29 21:52:18 UTC 2011 - crrodriguez@opensuse.org
- Must link with -lfontconfig too, fix build.
-------------------------------------------------------------------
Tue Apr 26 11:02:56 UTC 2011 - mmarek@novell.com
- Change the command to apply icewm-preferences.patch to make
automatic checks happy.
-------------------------------------------------------------------
Mon Mar 21 10:58:16 UTC 2011 - mmarek@novell.com
- Fix shutdown and reboot (bnc#681126).
-------------------------------------------------------------------
Mon Mar 21 10:46:09 UTC 2011 - mmarek@novell.com
- Update to 1.3.7:
* battery status as graphics not text (Alexander Drozdov)
* 'icewm-set-gnomewm' script to set GNOME window manager to icewm
* bugfixes
-------------------------------------------------------------------
Wed Sep 8 03:06:27 CEST 2010 - vuntz@opensuse.org
- Change old-style BuildRequires to pkgconfig() style
BuildRequires:
+ old-style: gnome-desktop-devel, libgnomeui-devel.
+ new-style: gdk-pixbuf-xlib-2.0, gnome-desktop-2.0,
libgnomeui-2.0.
- This will make it easier to switch to GNOME 3 libraries.
-------------------------------------------------------------------
Tue Jan 26 16:10:38 CET 2010 - mmarek@suse.cz
- fix applying of custom window options.
-------------------------------------------------------------------
Tue Jan 26 13:39:57 CET 2010 - mmarek@suse.cz
- update to 1.3.6
* XRANDR support
* uses gdk-pixbuf instead of imlib
-------------------------------------------------------------------
Mon Sep 7 16:08:32 CEST 2009 - mmarek@suse.cz
- icewm-1.2.38pre1-bad-delete.patch: fix for bnc#525804
-------------------------------------------------------------------
Wed Apr 29 17:03:41 CEST 2009 - mmarek@suse.cz
- updated to 1.2.38pre1
* bugfixes
-------------------------------------------------------------------
Mon Feb 23 00:16:09 CET 2009 - vuntz@novell.com
- Add icewm-1.2.36-gnome-compilation.patch to fix build. The patch
should probably be sent upstream.
- Add libgnomeui-devel BuildRequires for the patch.
-------------------------------------------------------------------
Fri Oct 24 23:29:21 CEST 2008 - mmarek@suse.de
- updated to 1.2.36 final
* add option TaskBarFullscreenAutoShow (default = 1)
* fixes --with-line build
-------------------------------------------------------------------
Mon Sep 29 16:08:25 CEST 2008 - mmarek@suse.cz
- fixed unaligned access in XChangeProperly()
-------------------------------------------------------------------
Thu Sep 11 12:15:06 CEST 2008 - mmarek@suse.cz
- updated to 1.2.36pre2
* add support for sysfs interface (instead of proc) for battery
status (initial code by Santiago Garcia Mantinan)
* bugfixes & translation updates
-------------------------------------------------------------------
Fri Jul 18 17:49:35 CEST 2008 - mmarek@suse.cz
- also fix session locking (use xscreensaver or xlock) (bnc#406156)
-------------------------------------------------------------------
Fri Jul 18 17:10:36 CEST 2008 - mmarek@suse.cz
- make shutdown and reboot work out of the box (bnc#406156)
-------------------------------------------------------------------
Fri Mar 7 13:36:51 CET 2008 - mmarek@suse.cz
- don't popup empty window menu
-------------------------------------------------------------------
Fri Feb 29 11:27:23 CET 2008 - mmarek@suse.cz
- fixed centering of dialogs (bnc#359529)
-------------------------------------------------------------------
Tue Jan 29 14:34:44 CET 2008 - mmarek@suse.cz
- make icewm --config=file work
(override-config.patch)
-------------------------------------------------------------------
Mon Jan 28 10:23:43 CET 2008 - mmarek@suse.cz
- updated to 1.2.35
* Application tray bug fixes
* Add encoding/language to about dialog
* fix gmplayer switching to fullscreen
* popup dialog focus fixes
* fix screen change with xrandr 1.2
* build fixes (Bert Wesarg)
* fix FocusOnRaise
* tray fixes
* fix taskbar popup in fullscreen mode
- don't install genpref (only needed at build time)
- fixed build for older distributions in X11:windowmanagers
- use %%suse_update_desktop_file
-------------------------------------------------------------------
Mon Aug 13 11:43:13 CEST 2007 - mmarek@suse.cz
- updated to 1.2.32 [#299583]
* auto-hide like taskbar activation in full screen mode added
* missing ShowSettingsMenu and ShowFocusModeMenu
settings (Evgenii Terechkov)
* binding to raise window with mouse
(MouseWinRaise=Ctrl+Alt+Mouse1) (Thomas Holder)
* translation updates (cs, ru, zh_CN, zh_TW)
* bugfixes
- link duplicate theme icons
-------------------------------------------------------------------
Sat Mar 3 13:07:13 CET 2007 - aj@suse.de
- /usr/share/xsessions/ is part of filesystems now.
-------------------------------------------------------------------
Wed Jan 24 16:48:24 CET 2007 - mmarek@suse.cz
- fixed strict aliasing warning
-------------------------------------------------------------------
Fri Jan 12 09:35:23 CET 2007 - mmarek@suse.cz
- fix last change (Start -> Help didn't work)
(icewm-docdir.patch)
-------------------------------------------------------------------
Thu Jan 11 12:20:35 CET 2007 - mmarek@suse.cz
- updated to 1.2.30
+ battery status cleanups
+ new option BatteryPollingPeriod (default 10 seconds)
+ moved Themes selection to Settings menu
+ added Settings -> Focus menu (config saved to
~/.icewm/focus_mode as FocusMode=1,2 or 0)
+ new setting MapInactiveOnTop (default 1)
+ new setting RequestFocusOnAppRaise (when FocusOnAppRaise=0)
+ altgr_binding_support by Jörg Sommer
+ Apple PMU support by Jörg Sommer
+ start menu pixmap now named: taskbar/start.xpm
+ try to mouse focus only when mouse actually moves to another
window
+ prevent focusing taskbar with mouse focus
+ use locale strings in 'icewm-menu-gnome2'
+ also search for .png icons when only basename is specified
(Manuel Carrasco)
+ change mouse cursor when dragging the taskbar (Manuel Carrasco)
+ icewmtray: catch HUP signal to reload theme and other fixes
(Manuel Carrasco)
+ new preferences option: WinMenuItems (default=rmsnxfhualyticw)
(Manuel Carrasco/Marko Macek)
+ added 'Look=flat' (oscarello)
+ added TaskbarButtonWidthDivisor (lysanderslair)
+ bugfixes and translation updates
- spec file cleanup
+ reduced buildrequires
+ icewm-gnome is only an add-on to icewm-default, one spec file
less
+ use /usr/share/doc/packages/icewm (not icewm-%%version)
+ fixed default wallpaper location
-------------------------------------------------------------------
Tue May 16 15:14:31 CEST 2006 - pnemec@suse.cz
- updated to 1.2.26
many minor fix
some translation fix
strict-aliasing patch is in upstream now
-------------------------------------------------------------------
Tue Feb 14 16:20:50 CET 2006 - mmarek@suse.cz
- fixed strict-aliasing patch once more
[#150786]
- use make -j
-------------------------------------------------------------------
Wed Jan 25 21:36:33 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Jan 20 17:15:50 CET 2006 - tiwai@suse.de
- fixed strict-aliasing patch (#143861)
-------------------------------------------------------------------
Mon Jan 2 15:08:06 CET 2006 - pnemec@suse.cz
- fixed wrong name of Norwegian messages
- removed X11R6 prefix
-------------------------------------------------------------------
Wed Dec 21 01:30:08 CET 2005 - ro@suse.de
- added locale dirs to filelist
-------------------------------------------------------------------
Mon Nov 28 16:07:25 CET 2005 - pnemec@suse.cz
- fixed strict aliasing errors ( -strict-aliasing.patch)
-------------------------------------------------------------------
Mon Nov 14 15:10:31 CET 2005 - pnemec@suse.cz
- updated to 1.2.23
-------------------------------------------------------------------
Fri Aug 12 12:25:29 CEST 2005 - ltinkl@suse.cz
- fix icewm.desktop problems (#94917 and #100494)
-------------------------------------------------------------------
Tue Jul 26 12:56:21 CEST 2005 - ltinkl@suse.cz
- update to 1.2.22
-------------------------------------------------------------------
Wed Jun 29 17:28:18 CEST 2005 - ltinkl@suse.cz
- update to 1.2.21
- adjust patches
-------------------------------------------------------------------
Mon May 23 12:24:04 CEST 2005 - ltinkl@suse.cz
- update to 1.2.20
-------------------------------------------------------------------
Wed Feb 23 10:27:22 CET 2005 - meissner@suse.de
- fixed 0->NULL in Xft call.
-------------------------------------------------------------------
Thu Jan 06 12:52:26 CET 2005 - ltinkl@suse.cz
- update to 1.2.19
- fix missing docu (#47112)
-------------------------------------------------------------------
Tue Nov 02 12:12:40 CET 2004 - ltinkl@suse.cz
- updated to 1.2.16
-------------------------------------------------------------------
Thu Aug 12 18:01:38 CEST 2004 - ltinkl@suse.cz
- update to 1.2.15
-------------------------------------------------------------------
Fri Mar 12 13:43:36 CET 2004 - ltinkl@suse.cz
- make the XDG menu work
- use the default SUSE wallpaper
-------------------------------------------------------------------
Fri Feb 06 14:49:06 CET 2004 - ltinkl@suse.cz
- support for xdg menu
-------------------------------------------------------------------
Sat Jan 10 14:38:52 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Wed Oct 15 12:54:35 CEST 2003 - ltinkl@suse.cz
- updated to 1.2.13
-------------------------------------------------------------------
Fri Jul 11 10:45:03 CEST 2003 - nadvornik@suse.cz
- updated to 1.2.9
- built with gnome2
-------------------------------------------------------------------
Fri Jun 13 16:09:44 CEST 2003 - kukuk@suse.de
- use find_lang macro
-------------------------------------------------------------------
Thu May 29 15:12:03 CEST 2003 - nadvornik@suse.cz
- installed genpref
-------------------------------------------------------------------
Mon May 5 14:53:51 CEST 2003 - mfabian@suse.de
- remove "fontconfig fontconfig-devel" from neededforbuild and
use x-devel-packages instead of xf86
- use "-*-" instead of "-xftdummy-" as the foundry for the
default fonts when using Xft because the latest fontconfig
now actually uses the foundry and inserting an dummy value
doesn't work anymore.
-------------------------------------------------------------------
Fri Apr 25 22:38:59 CEST 2003 - lmfabian@suse.de
- update to 1.2.7
- add "fontconfig fontconfig-devel" to neededforbuild
- icewm-always-use-xft.patch: if we have Xft2, don't disable Xft
when no RENDER is found.
- remove icewm-menu-translations.tar.bz2: the language specific
"preferences" files did only set different fontsets, which is
not necessary anymore when Xft2 is used with generic aliases
like "sans" and "monospace" as the default settings. The same
default font settings should work for all languages.
The other files in icewm-menu-translations.tar.bz2 didn't
contain any important language specific differences either.
- fix icewm-LANG.menu.patch: look for the most specific extensions
first: e.g. first try "menu.ja_JP.UTF-8", then try "menu.ja_JP",
finally try "menu.ja". The current patch did it in the opposite
order, making it impossible to have different files for
ja_JP.eucJP and ja_JP.UTF-8.
-------------------------------------------------------------------
Mon Mar 10 10:25:52 CET 2003 - nadvornik@suse.cz
- added Requires: icewm to icewm-gnome [#24936]
-------------------------------------------------------------------
Mon Feb 17 10:31:28 CET 2003 - nadvornik@suse.cz
- use g++ for compilation and linking
-------------------------------------------------------------------
Fri Feb 14 12:26:22 CET 2003 - nadvornik@suse.cz
- updated to 1.2.6
-------------------------------------------------------------------
Thu Nov 28 13:38:06 CET 2002 - nadvornik@suse.cz
- fixed to compile with new gcc
-------------------------------------------------------------------
Tue Oct 22 16:32:39 CEST 2002 - nadvornik@suse.cz
- set multiByte to true by default [#20656]
-------------------------------------------------------------------
Fri Sep 27 14:34:36 CEST 2002 - ro@suse.de
- Added alsa alsa-devel to neededforbuild (esound)
-------------------------------------------------------------------
Wed Sep 18 01:47:09 CEST 2002 - ro@suse.de
- removed bogus self-provides
-------------------------------------------------------------------
Fri Jul 26 12:07:26 CEST 2002 - nadvornik@suse.cz
- updated to 1.2.0
-------------------------------------------------------------------
Wed Jun 26 11:24:52 CEST 2002 - nadvornik@suse.cz
- updated to 1.2.0pre3: many bugs fixed
-------------------------------------------------------------------
Tue May 28 11:40:31 CEST 2002 - meissner@suse.de
- link with $(CXX), not with gcc, or it will miss C++ symbols.
-------------------------------------------------------------------
Mon Apr 22 16:04:24 CEST 2002 - nadvornik@suse.cz
- fixed to compile
-------------------------------------------------------------------
Tue Apr 2 15:12:01 CEST 2002 - nadvornik@suse.cz
- used suse_update_config
-------------------------------------------------------------------
Wed Mar 13 10:04:39 CET 2002 - nadvornik@suse.cz
- added dir /etc/X11/icewm to filelist
-------------------------------------------------------------------
Tue Mar 12 10:31:02 CET 2002 - nadvornik@suse.cz
- fixed Super key handling [bug #14734]
-------------------------------------------------------------------
Sun Feb 10 16:54:30 CET 2002 - ro@suse.de
- tar option for bz2 is now "j"
-------------------------------------------------------------------
Fri Feb 1 00:26:09 CET 2002 - ro@suse.de
- changed neededforbuild <libpng> to <libpng-devel-packages>
-------------------------------------------------------------------
Tue Oct 23 13:56:36 CEST 2001 - nadvornik@suse.cz
- update to 1.0.9
- icon tray
- mouse wheel support for menus
- additional key bindings
- improved edge switching
- many bugfixes
-------------------------------------------------------------------
Mon Oct 15 09:44:15 CEST 2001 - nadvornik@suse.cz
- fixed path to help files [bug #11793]
-------------------------------------------------------------------
Mon Aug 13 12:01:47 CEST 2001 - nadvornik@suse.cz
- compiled with g++ (now compiles on axp)
-------------------------------------------------------------------
Fri Aug 10 15:12:34 CEST 2001 - nadvornik@suse.cz
- update to 1.0.8
- created packages icewm-gnome, icewm-default,
icewm-lite [bug #5692]
-------------------------------------------------------------------
Mon May 7 18:46:35 CEST 2001 - mfabian@suse.de
- bzip2 sources
-------------------------------------------------------------------
Wed Mar 21 02:44:40 CET 2001 - ro@suse.de
- added esound-devel to neededforbuild
-------------------------------------------------------------------
Tue Feb 20 14:30:02 CET 2001 - uli@suse.de
- fixed for new glibc
-------------------------------------------------------------------
Fri Jan 26 12:40:43 CET 2001 - mfabian@suse.de
- fixed broken German and Russian translations
they were broken because they had been saved in iso-2022.
- added Japanese and German translations for the menus.
-------------------------------------------------------------------
Fri Jan 26 12:29:38 CET 2001 - violiet@suse.de
- added patch to enable NLS (Native Language Support).
This patch adds --enable-nls to configure, adds bindtextdomain()
and textdomain() calls, replaces regular strings with strings
translatable by gettext and adds po files for de, ja, ko, ru,
and zh_TW.Big5.
- added patch to load translated menus from files with a locale
suffix, e.g. menu.ko, menu.ja ...
- added Korean translations for menus
-------------------------------------------------------------------
Tue Nov 28 22:04:51 CET 2000 - grimmer@suse.de
- removed icewm-themes-0.9.42.tar.gz from package
- moved system-wide configuration files to /etc/X11/icewm
for better FHS compliance
- removed symlink needed for the old susewm
-------------------------------------------------------------------
Wed Nov 1 01:21:05 MET 2000 - egger@suse.de
- Updated specfile to new long packagenames.
- Reworked specfile.
- Probably needs some more work; I'm taking care of that.
-------------------------------------------------------------------
Wed Jun 28 10:43:52 CEST 2000 - grimmer@suse.de
- Update to 1.0.4
-------------------------------------------------------------------
Tue Jun 6 19:51:01 MEST 2000 - uli@suse.de
- moved docs to %{_docdir}
-------------------------------------------------------------------
Mon Mar 27 12:17:52 CEST 2000 - grimmer@suse.de
- update to 1.0.3
-------------------------------------------------------------------
Thu Mar 16 16:09:09 CET 2000 - grimmer@suse.de
- update to 1.0.2
- added BuildRoot
-------------------------------------------------------------------
Wed Jan 26 14:44:53 MET 2000 - grimmer@suse.de
- new version (1.0.1)
- specfile cleanups (version-macro, added more docu)
- activated imlib- and i18n-support
-------------------------------------------------------------------
Mon Jan 3 18:02:01 MET 2000 - grimmer@suse.de
- new version (1.0.0)
-------------------------------------------------------------------
Wed Dec 22 20:57:12 MET 1999 - grimmer@suse.de
- new version (0.9.55)
- specfile cleanups
-------------------------------------------------------------------
Tue Dec 7 18:03:53 MET 1999 - grimmer@suse.de
- new version (0.9.53) - bugfixes, new features
-------------------------------------------------------------------
Wed Nov 17 16:44:52 MET 1999 - grimmer@suse.de
- new version (0.9.50)
- added GNOME-support
-------------------------------------------------------------------
Sun Oct 10 02:28:41 MEST 1999 - grimmer@suse.de
- new version (0.9.49) - bugfixes, new features
-------------------------------------------------------------------
Mon Sep 20 17:07:55 CEST 1999 - ro@suse.de
- added Provides windowmanager
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Wed Aug 25 18:25:56 MEST 1999 - grimmer@suse.de
- new version (0.9.48) - bugfixes, new features
-------------------------------------------------------------------
Wed Aug 18 18:29:03 MEST 1999 - bs@suse.de
- added Check.
-------------------------------------------------------------------
Wed Aug 18 16:22:30 MEST 1999 - grimmer@suse.de
- new version (0.9.46) - bugfixes
-------------------------------------------------------------------
Wed Jun 16 15:45:34 CEST 1999 - grimmer@suse.de
- new version (0.9.42) - bugfixes
- added themes package for enhanced pleasure
-------------------------------------------------------------------
Fri May 28 17:06:32 MEST 1999 - grimmer@suse.de
- new version (0.9.41) - bugfixes
- minor specfile-updates (now uses configure instead of config)
- removed patch, since configure now handles the path names
- added genpref binary to RPM (generates sample config file)
-------------------------------------------------------------------
Tue Apr 13 11:49:40 MEST 1999 - grimmer@suse.de
- new version (0.9.37) - bugfixes, new features
-------------------------------------------------------------------
Tue Mar 16 14:44:07 MET 1999 - grimmer@suse.de
- created symlink to menu (needed for susewm)
-------------------------------------------------------------------
Thu Feb 18 16:01:08 MET 1999 - grimmer@suse.de
- new version (0.9.33) - bugfixes
-------------------------------------------------------------------
Wed Jan 27 16:27:03 MET 1999 - grimmer@suse.de
- new version (0.9.30) - bugfixes, new features
-------------------------------------------------------------------
Sun Nov 15 18:00:08 MET 1998 - grimmer@suse.de
- new version (0.9.17) - bugfixes
- added HTML documentation
- specfile fixes
----------------------------------------------------------------------
Fri Jul 03 15:33:49 MEST 1998 - maddin@suse.de
- first S.u.S.E. Version 0.9.8