Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
POSIX says it is char **.
|
|
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
Changes:
10-Feb-2006 (Release 0.9.7.10)
~~~~~~~~~~~
* GIMP paint tool slowing down the system fixed:
culprit was title string and icon name book keeping -
support for icon name was removed (commented out for now),
as OroboROX doesn't do anything with that info now and probably
in the future (ROX-Filer's pinboard handles that)
26-Jan-2006
~~~~~~~~~~~
* remove X11 session management code: was useless, as ROX isn't prepared for,
and most probably terribly broken, definitely completely untested.
|
|
Comply.
|
|
|
|
|
|
|
|
|
|
|
|
PKGREVISION bump.
|
|
it must be AC_SUBSTed too. Found by libtool update.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
Take maintainership
* Changes since 1.4.0-beta2
** meta takes a key argument
This can be used to stuff keys.
* Changes since 1.4.0-beta1
** RATPOISON environment variable
RATPOISON is set to the location of the ratpoison binary. This is
useful for scripts.
* Changes since 1.3.0
** command arguments can be wrapped in double quotes.
To include a space in a command argument, wrap the argument with ".
** New command undefinekey
not passing a 3rd argument to definekey and bind no longer unbind the
key. You must use undefinekey and unbind now.
** ratpoison -c prints errors to stderr
You can now capture errors and output seperately depending on whether
its printed to stderr or stdout.
** the mouse warp feature is now turned off by default
to turn it back on, run 'warp on'.
** version now displays the date and time
** new command, sselect
sselect lets you jump to an X11 screen by number.
** configure script warns about missing history lib
Rather than error out, now, ratpoison will just be built without history.
** new commands ratwarp, ratrelwarp, and ratclick
** more new commands
inext, iprev, iother, cnext, cprev, cother, prompt, dedicate,
describekey, focusprev, sdump, sfdump.
** yet two more new commands: putsel, getsel
putsel puts the specified text into the X11 selection so other clients
can yank it. getsel returns the current selection.
|
|
|
|
files. Fixed pkglint warnings. Bumped PKGREVISION.
|
|
|
|
Most noticeable changes (there's more than one year worth of them,
anyway):
* Potentially blocking status meters are now in a separate ion-statusd
program. Please write your additional status meters that do not monitor
the state of Ion itself for ion-statusd (and contribute them in the
Ion3 scripts repository at http://iki.fi/tuomov/repos/ion-scripts-3/).
For help on writing such status meters, see e.g. source for statusd_load
in ext_statusbar/ion-statusd.
* Line editor now supports history search; Control+Up/Down only scrolls
through history entries with matching initial part.
* Arbitrary winprop matching criteria is supported. Lua scripts have
access to X properties.
* So-called "placeholders". With the help of these the positions of
full-screen windows are remembered in their original frames, and don't
just get inserted after currently active window when returning from
full-screen mode. Under a session manager placeholders are also used
to remember the original order of windows.
* Experimental auto-show-completions support, which is also on by default
now. In this mode the Tab key can be used to cycle forward through the
completions, and Shift+Tab backwards. Modify the settings seen in the
new mod_query.lua to get normal Tab-completion, or change the completion
delay.
|
|
1.2.25: 2006-02-03
- fix resize of maximized windows when taskbar set to AutoHide
- fix support for screens 0.1 and up
1.2.25pre1: 2006-01-31
- fix format in window size/position display (Bert Wesarg)
- fix configure to use pkg-config for xft (Marius Feraru)
- fix build with Sun Forte C++ (Grant McDorman)
- icewmtray crash fixes (Grant McDorman)
1.2.24: 2006-01-22
- option to --replace an extisting window manager
- change menu scroll wheel direction (Thomas Holder)
- paint desktop tray background (Thomas Holder)
- gcc 4.1 build fixes (Hanno Boeck)
- fix gcc strict aliasing errors (Pavel Nemec)
1.2.24pre1: 2005-12-04
- restore Dutch translation from Ton Kersten
- zh_TW translation from Wei-Lun Chao
- fix TaskBarKeepBelow=1 preference
- fix problems in horizontal maximization
- implemented support for --replace option
- Make shaped decorations work in 21 bit graphics cards
(like those common in sparcs) -- Bernhard R. Link
Ok with wiz.
|
|
2006-02-06
Fixed -v option parsing.
Released 0.99.23.
|
|
2006-01-18
EWMH hints added so vdesk/sticky states persist across wm change.
2006-01-25
Alt+Tab behaviour modified to be more in line with what most people
expect (single Alt+Tab goes back to previously selected window).
Added -altmask to override Shift as default control behaviour change
key.
Added resizing with Ctrl+Alt+Shift+[HJKL].
2006-01-26
Released 0.99.22.
|
|
|
|
|
|
|
|
|
|
|
|
Remove quoted in SUBST_MESSAGE.
|
|
Changelog:
- Removed dependency on Motif header files: supply just as much hint
structure information as is necessary to interpret Motif hints.
- Switch to using a window border for frame's colour, don't touch
frame background. This allows aterm's "fast transparency" to work.
- various bug fixes, and code improvements
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
wm/icewm and wm/icewm-imlib.
|
|
- Mave ancestors come along with the transient when moving the window from
one workspace to another (Björn) [#314977]
- Fix the workspace switcher tabpopup to display the right windows and to
fix the pick-a-new-window-to-focus algorithm in order to not select
windows that aren't showing (Björn) [#170475]
- Fix a couple memory leaks (Kjartan, Søren, Elijah) [#313030]
- Fix a crash that occurs when removing some virtual desktops and windows
happen to be on those desktops (Elijah) [#318306]
- Fix edge snapping for multi-screen (non-xinerama) setups (Elijah)
[#319425]
- Close a GSource leak just to be correct (Kjartan) [#320050]
Translations
Kostas Papadimas (el), Ivar Smolin (et), Michiel Sikkes (nl)
|
|
at least mmap was conflicting anyway on DragonFly. Use InstallGenMan
for section 5 man page. Explicitly add rpath entry for PREFIX/lib.
|
|
|
|
|
|
|
|
Patch provided by Sergey Svishchev in PR 32469.
Changes:
# 1.2.23: 2005-08-14
* make taskbar pop out even when collaped
* Slovak translation update (Zdenko Podobny)
# 1.2.23pre1: 2005-07-31
* fix crash when hiding the taskbar and "collapse" button is hidden
* fix repeated drag over taskbar icon not working
* fix problems with Unmap events being handled incorrectly
* customizable placement order options for minimized window icons (MiniIconsPlaceHorizontal, MiniIconsRightToLeft, MiniIconsBottomToTop) - (Konstantin Korikov - lostclus)
# 1.2.22: 2005-07-17
* AutoShowDelay setting (opposite of AutoHideDelay)
* use Workspace status window instead of showing the taskbar when workspace changes if taskbar autohide is enabled
# 1.2.22pre3: 2005-07-15
* fix focusing after window minimized or hidden
# 1.2.22pre2: 2005-07-10
* Remember last focused window per-workspace
* Enable the LockCommand functionality only if command found (Eduard Bloch)
* new Korean translation (Ken Yeo)
# 1.2.22pre1: 2005-06-28
* Latvian translation (Kristaps Kaupe)
* Double click activates workspace in window list
* Fixes to taskbar layout when only tasks visible
* Made network status applets show/hide dynamically again
* Add image to taskbar collapse button
* Fix MinimizeToDesktop windows getting out of desktop area
* Added key binding: KeySysCollapseTaskBar
* Fixed UTF-8 input support in AddressBar
# 1.2.21: 2005-05-31
* translation: Vietnamese (Phan Vinh Thinh)
* translation: Indonesian (Arif E. Nugroho)
* translation update: Simplified Chinese (Hiweed Leng)
* translation update: French (Frederic Bothamy)
* APM applet support for NetBSD (Iain Hibbert (plunky))
* add new winoption: noFocusOnMap
* fix ClientWindowMouseActions for Window-Drag combination
# 1.2.21pre1: 2005-03-20
* improve selection of "urgent" windows with alt+tab
* fix possible crash (Grant McDorman)
* fix 64bit usage of Xft (Marcus Meissner)
* cleanup warning on still-open file descriptors
* disabled some Ctrl+Alt+Del commands by default since they need some configuring to work on all systems
* fix desktop layer setting for nautilus
|
|
|
|
|
|
${PREFIX}/sbin is used by ROX-Session for generated script.
Bump PKGREVISION.
|
|
change script installation from ${PREFIX}/bin to ${PREFIX}/sbin.
Bump PKGREVISION.
|
|
without affecting packages that are currently using it.
Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added). Packages which previously set it to "build" now don't set it
anymore.
Ok by jlam, wiz.
|
|
OroboROX is a lightweight Window Manager for the ROX Desktop.
|
|
OroboROX is a lightweight Window Manager for the ROX Desktop.
|
|
2005-10-06
Info window movement made a bit more sensible.
Don't remove clients from within error handler, instead flag for
removal.
While removing client, only reparent to root if window is withdrawn
or window manager is shutting down (fixes xpdf-in-firefox bug).
Window close key with shift held will XKillClient().
LD: Replace logic to decide if we have a shaped window (cribbed from
fvwm-2.5.10).
LD: Warp mouse pointer to a visible point in shaped windows.
2005-12-29
Documentation updates.
|
|
|