diff options
author | cube <cube@pkgsrc.org> | 2006-02-11 10:03:48 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2006-02-11 10:03:48 +0000 |
commit | 84be692f9051fff47db5654a2b81d86930e842d6 (patch) | |
tree | f0345d5ba4fec84ba94a5114511d795a28f15867 /wm/ion3-devel/patches/patch-ae | |
parent | 239c3f6d14ef70e797463a25e488562a0ed68933 (diff) | |
download | pkgsrc-84be692f9051fff47db5654a2b81d86930e842d6.tar.gz |
Update to 20060107. Patch from Joerg Sonnenberger and minor fixes.
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.
Diffstat (limited to 'wm/ion3-devel/patches/patch-ae')
-rw-r--r-- | wm/ion3-devel/patches/patch-ae | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/wm/ion3-devel/patches/patch-ae b/wm/ion3-devel/patches/patch-ae index a2e87765aab..589353f4d1d 100644 --- a/wm/ion3-devel/patches/patch-ae +++ b/wm/ion3-devel/patches/patch-ae @@ -1,12 +1,12 @@ -$NetBSD: patch-ae,v 1.1.1.1 2004/10/04 20:50:57 cube Exp $ +$NetBSD: patch-ae,v 1.2 2006/02/11 10:03:48 cube Exp $ ---- ion/Makefile.orig 2004-09-06 20:28:36.000000000 +0200 +--- ion/Makefile.orig 2005-05-02 16:55:27.000000000 +0200 +++ ion/Makefile -@@ -18,6 +18,7 @@ LIBS += -lm +@@ -18,6 +18,7 @@ INCLUDES += -I.. LIBS += $(X11_LIBS) $(XINERAMA_LIBS) - LIBS += $(LUA_LIBS) - LIBS += $(DL_LIBS) + LIBS += $(LIBMAINLOOP_LIBS) $(LIBEXTL_LIBS) $(LIBTU_LIBS) + LIBS += $(LUA_LIBS) $(DL_LIBS) +LIBS += $(INTL_LIBS) - EXT_OBJS += ../ioncore/ioncore.a ../luaextl/luaextl.a - EXT_OBJS += ../libtu/libtu.a + LIBS += -lm + EXT_OBJS += ../ioncore/ioncore.a |