You can subscribe to this list here.
2011 |
Jan
|
Feb
(13) |
Mar
(5) |
Apr
(13) |
May
(25) |
Jun
(5) |
Jul
|
Aug
(15) |
Sep
(13) |
Oct
(19) |
Nov
(13) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2012 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
(21) |
May
(24) |
Jun
(28) |
Jul
(24) |
Aug
(12) |
Sep
(7) |
Oct
(7) |
Nov
(4) |
Dec
(8) |
2013 |
Jan
(1) |
Feb
(2) |
Mar
(8) |
Apr
(3) |
May
(6) |
Jun
|
Jul
(13) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
(5) |
Dec
(11) |
2014 |
Jan
(22) |
Feb
(2) |
Mar
(6) |
Apr
(19) |
May
(18) |
Jun
(3) |
Jul
|
Aug
(6) |
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Arnout E. <rab...@us...> - 2011-04-24 16:42:35
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libextl: Lua wrapper generator for C". The branch, master has been updated via 84f21ee7e50be5f02c913a870b62ee1cab49a760 (commit) from 6aab741532e058daaa3e4d51f639641dec57a39d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 84f21ee7e50be5f02c913a870b62ee1cab49a760 Author: Tomáš Ebenlendr <eb...@uc...> Date: Tue Apr 12 22:28:36 2011 +0200 Prepare for being git submodule Mimic release behaviour when 'SUBMODULE=1' is passed to make. ----------------------------------------------------------------------- Summary of changes: Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- libextl: Lua wrapper generator for C |
From: Arnout E. <rab...@us...> - 2011-04-24 16:39:54
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Libtu: C object system and addition helper routines". The branch, master has been updated via 643550b941e6071b016a77ae8300e73b0fcd1a6f (commit) from c27630d44c29bcc4c590695461f1200b0a097a1d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 643550b941e6071b016a77ae8300e73b0fcd1a6f Author: Tomáš Ebenlendr <eb...@uc...> Date: Tue Apr 12 22:17:36 2011 +0200 Prepare for being git submodule. Mimic release behaviour when 'SUBMODULE=1' is passed to make. ----------------------------------------------------------------------- Summary of changes: Makefile | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- Libtu: C object system and addition helper routines |
From: Arnout E. <rab...@us...> - 2011-04-16 14:28:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "mod_xinerama notion multi-head support". The branch, split has been created at 21f5aab424d89c79fa6c6902862d11565fe4ad97 (commit) - Log ----------------------------------------------------------------- commit 21f5aab424d89c79fa6c6902862d11565fe4ad97 Author: Arnout Engelen <arn...@bz...> Date: Sat Apr 16 16:26:02 2011 +0200 regressiontests for the xinerama lua logic currently shows a crash :) commit 3fe1c89af0ec14fdb9504ff74a8c0104433fa47f Author: Tomáš Ebenlendr <eb...@uc...> Date: Mon Apr 11 22:18:18 2011 +0200 Documentation of lua function. (I have not tried to generate the documentation for the module yet, just documented the lua functions.) commit 6131eab9ce15555b90b10cb9add819d7f7f88d0c Author: Tomáš Ebenlendr <eb...@uc...> Date: Mon Apr 11 07:59:38 2011 +0200 Stabilize order when merging overlapping screens. The order of overlapping screens is now defined by the first screen in the merged set. commit d4858d56b257c5168f95c2ffa5a9a987b9e64bce Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 10 21:08:12 2011 +0200 Documentation fix commit bd6b4f5f0a9bcf023881755b8cbdcd0823ee962e Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 10 20:55:18 2011 +0200 Overlapping screens patch (re)implemented in Lua. commit f3e3dced9eb5ced88cc1aeebe21f9ef1094bba8c Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 10 18:57:15 2011 +0200 Fix numbering of tables passed from and to lua. commit 8f76b932acb4781d14aced47ff611066cd98e983 Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 10 17:39:29 2011 +0200 ion names for coordinates in rectangles commit 98b24d51054288274f7f7a89a0670b6d31408380 Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 10 17:32:58 2011 +0200 removed partially resolved FIXME commit e6da9d6df11b9bb0c3fed528d5b2866a27980931 Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 10 16:17:09 2011 +0200 Funcionality split, callable by lua. The user may setup screens as he wants from lua. This version can setup screens only once, moreover it has to be done before mod_xrandr loads. commit d07e03bbd3fb79cea90462ed94127b3f6e6d5c8e Author: Tomáš Ebenlendr <eb...@uc...> Date: Sun Apr 10 15:11:50 2011 +0200 Makefile tarball fix Let the documentation be included in tarball. Also prepare makefile for MODULE_STUB - lua part of the module. ----------------------------------------------------------------------- hooks/post-receive -- mod_xinerama notion multi-head support |
From: Arnout E. <rab...@us...> - 2011-04-09 12:10:00
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "RandR support module". The branch, expose has been updated via 118bca12203c5fc45b4def1302187d1d3a2f6a26 (commit) via f7f55440d8afef1a3078e515489692cfc664a6ea (commit) from ff9acca8eb4d0425dc94576173ead57a687a64da (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 118bca12203c5fc45b4def1302187d1d3a2f6a26 Merge: ff9acca8eb4d0425dc94576173ead57a687a64da f7f55440d8afef1a3078e515489692cfc664a6ea Author: Arnout <arn...@bz...> Date: Sat Apr 9 14:09:51 2011 +0200 Merge branch 'master' into expose ----------------------------------------------------------------------- Summary of changes: mod_xrandr.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- RandR support module |
From: Arnout E. <rab...@us...> - 2011-04-09 12:08:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "RandR support module". The branch, master has been updated via f7f55440d8afef1a3078e515489692cfc664a6ea (commit) from 6e7544fef7702b243c0229c81042d632a6fdc000 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f7f55440d8afef1a3078e515489692cfc664a6ea Author: Arnout <arn...@bz...> Date: Sat Apr 9 14:08:42 2011 +0200 use XRRRootToScreen to relate notion screens to RandR screen id's ----------------------------------------------------------------------- Summary of changes: mod_xrandr.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- RandR support module |
From: Arnout E. <rab...@us...> - 2011-04-09 11:23:06
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "RandR support module". The branch, expose has been created at ff9acca8eb4d0425dc94576173ead57a687a64da (commit) - Log ----------------------------------------------------------------- commit ff9acca8eb4d0425dc94576173ead57a687a64da Author: Arnout <arn...@bz...> Date: Sat Apr 9 13:22:05 2011 +0200 Introduce a randr_screen_change_notify hook ----------------------------------------------------------------------- hooks/post-receive -- RandR support module |
From: Arnout E. <rab...@us...> - 2011-04-09 10:39:40
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT". The branch, master has been updated via 6e7544fef7702b243c0229c81042d632a6fdc000 (commit) from 6fad13eff6e14adac2307ba686917778ffcc4e49 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6e7544fef7702b243c0229c81042d632a6fdc000 Author: Arnout <arn...@bz...> Date: Sat Apr 9 12:39:36 2011 +0200 ion-3 -> notion ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- UNNAMED PROJECT |
From: Arnout E. <rab...@us...> - 2011-04-09 09:21:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "mod_xinerama notion multi-head support". The branch, overlap has been updated via 22355592eaaf93d24ed79651dbbfff09591a222f (commit) from 5d7c3b9d835455679ba7c31840154bf4d374b1a8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 22355592eaaf93d24ed79651dbbfff09591a222f Author: Arnout <arn...@bz...> Date: Sat Apr 9 11:20:10 2011 +0200 Put only one notion Screen on overlapping Xinerama screens https://sourceforge.net/tracker/?func=detail&aid=3262747&group_id=314802&atid=1324528 ----------------------------------------------------------------------- Summary of changes: mod_xinerama.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 56 insertions(+), 1 deletions(-) hooks/post-receive -- mod_xinerama notion multi-head support |
From: Arnout E. <rab...@us...> - 2011-04-09 08:46:19
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "mod_xinerama notion multi-head support". The branch, overlap has been created at 5d7c3b9d835455679ba7c31840154bf4d374b1a8 (commit) - Log ----------------------------------------------------------------- commit 5d7c3b9d835455679ba7c31840154bf4d374b1a8 Author: Arnout <arn...@bz...> Date: Sat Apr 9 10:45:34 2011 +0200 Some refactoring to be more flexible later ----------------------------------------------------------------------- hooks/post-receive -- mod_xinerama notion multi-head support |
From: Arnout E. <rab...@us...> - 2011-04-04 21:58:56
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 80d9a5f3b4162b6bb3814493fab75aac5c86740b (commit) from 67ab3d62539b62e0189e99aaa85886317f9e6009 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 80d9a5f3b4162b6bb3814493fab75aac5c86740b Author: Arnout <arn...@bz...> Date: Mon Apr 4 23:58:38 2011 +0200 'Configuring and extending Notion with Lua' now available ----------------------------------------------------------------------- Summary of changes: README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-03-25 20:58:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 67ab3d62539b62e0189e99aaa85886317f9e6009 (commit) via 7b5963eeefc555cc2b9f6a501dbbf5219bd8b51c (commit) from 0cd1e04960312d5c1c1a28efe5bc9f3453e33de2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 67ab3d62539b62e0189e99aaa85886317f9e6009 Author: Arnout <arn...@bz...> Date: Fri Mar 25 21:56:32 2011 +0100 Only handle stack-mode changes if we're asked to In retrospect, *this* was the fix for https://sourceforge.net/tracker/?func=detail&aid=3169013&group_id=314802&atid=1324528 commit 7b5963eeefc555cc2b9f6a501dbbf5219bd8b51c Author: Arnout <arn...@bz...> Date: Fri Mar 25 21:52:51 2011 +0100 Move handling of stack-mode changes by way of ConfigureRequest events to a sane place ----------------------------------------------------------------------- Summary of changes: ioncore/clientwin.c | 36 ++++++++++++++++++++++++++++++++++-- ioncore/eventh.c | 18 ------------------ 2 files changed, 34 insertions(+), 20 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-03-11 23:32:34
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 0cd1e04960312d5c1c1a28efe5bc9f3453e33de2 (commit) from 5dbc19e2d53f71c9d4d18dd629aa6938459e8d35 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0cd1e04960312d5c1c1a28efe5bc9f3453e33de2 Author: Arnout Engelen <arn...@bz...> Date: Sat Mar 12 00:26:18 2011 +0100 Handle XConfigureRequestEvent's moving transient dialogs to incorrect locations Some applications, in particular Java apps, tend to move transient dialogs to invalid locations by way of XConfigureRequestEvent's. This patch ignores X or Y values from XConfigureRequestEvent that are outside the bounds of the frame. When X/Y values are not out-of-bounds but still close to the right/bottom edge, the dialog might get 'squashed'. To prevent this, we now consider width and height to be non-'weak' even if only new X or Y values are submitted. https://sourceforge.net/tracker/?func=detail&aid=3167262&group_id=314802&atid=1324528 ----------------------------------------------------------------------- Summary of changes: ioncore/clientwin.c | 2 ++ ioncore/sizepolicy.c | 13 ++++++++++++- 2 files changed, 14 insertions(+), 1 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-03-06 21:26:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 5dbc19e2d53f71c9d4d18dd629aa6938459e8d35 (commit) from 03554e6538f6c03ecd9f7392d49600f1362ed1f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5dbc19e2d53f71c9d4d18dd629aa6938459e8d35 Author: Arnout Engelen <arn...@bz...> Date: Sun Mar 6 22:22:39 2011 +0100 dlsym syntax: using the POSIX2008 (non-ISO) way to get a function pointer from dlsym See code comment for details. What a mess. ----------------------------------------------------------------------- Summary of changes: ioncore/modules.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-03-05 13:56:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Documentation for the Notion project". The branch, master has been updated via 8894c88b7b0dc39ff846dd444105cffd269c06ca (commit) from ca4759340e24df3154350d6c707485a2bc8556e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8894c88b7b0dc39ff846dd444105cffd269c06ca Author: Arnout Engelen <arn...@bz...> Date: Sat Mar 5 14:55:08 2011 +0100 Mention where the latest version and sources of the docs can be found ----------------------------------------------------------------------- Summary of changes: notionconf.tex | 10 +++++++++- notionnotes.tex | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) hooks/post-receive -- Documentation for the Notion project |
From: Arnout E. <rab...@us...> - 2011-03-05 13:36:45
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Documentation for the Notion project". The branch, master has been updated via ca4759340e24df3154350d6c707485a2bc8556e7 (commit) from 7d1af13e8be621f0efc6507c1dfa44d6bcf60fff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ca4759340e24df3154350d6c707485a2bc8556e7 Author: Arnout Engelen <gi...@bz...> Date: Sat Mar 5 14:35:56 2011 +0100 update year ----------------------------------------------------------------------- Summary of changes: notionconf.tex | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Documentation for the Notion project |
From: Arnout E. <rab...@us...> - 2011-02-20 01:33:07
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 03554e6538f6c03ecd9f7392d49600f1362ed1f7 (commit) from 69b53fa7704c9d4942425972178949be192b1ab1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 03554e6538f6c03ecd9f7392d49600f1362ed1f7 Author: Arnout Engelen <arn...@bz...> Date: Sun Feb 20 02:30:50 2011 +0100 X Window wm_name's for modules ----------------------------------------------------------------------- Summary of changes: mod_dock/dock.c | 2 +- mod_menu/menu.c | 2 +- mod_query/input.c | 2 +- mod_statusbar/statusbar.c | 2 +- mod_tiling/panehandle.c | 2 +- mod_tiling/tiling.c | 8 ++++++++ 6 files changed, 13 insertions(+), 5 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-20 01:19:15
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 69b53fa7704c9d4942425972178949be192b1ab1 (commit) from e7b350c10054fc20f540019280deaced7960b02d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 69b53fa7704c9d4942425972178949be192b1ab1 Author: Arnout Engelen <arn...@bz...> Date: Sun Feb 20 02:17:56 2011 +0100 Add wm_name attributes for X windows created by Notion ----------------------------------------------------------------------- Summary of changes: ioncore/frame.c | 2 +- ioncore/group.c | 9 +++++++++ ioncore/infowin.c | 2 +- ioncore/mplex.c | 16 ++++++++-------- ioncore/mplex.h | 9 +++++---- ioncore/rootwin.c | 5 +++++ ioncore/screen.c | 7 +++++-- ioncore/window.c | 8 ++++---- ioncore/window.h | 8 ++++++-- ioncore/xwindow.c | 13 +++++++++++-- ioncore/xwindow.h | 2 +- 11 files changed, 56 insertions(+), 25 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-19 20:51:46
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via e7b350c10054fc20f540019280deaced7960b02d (commit) from 42f10f00e54aa1777a4a7e25f1d04c02a3a83a82 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e7b350c10054fc20f540019280deaced7960b02d Author: Arnout Engelen <arn...@bz...> Date: Sat Feb 19 21:51:06 2011 +0100 Fixed some compiler warnings ----------------------------------------------------------------------- Summary of changes: ioncore/clientwin.c | 6 +++--- ioncore/modules.c | 21 +++++++++++++++++++-- ioncore/netwm.c | 3 ++- libmainloop/defer.c | 2 +- 4 files changed, 25 insertions(+), 7 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-19 15:44:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 42f10f00e54aa1777a4a7e25f1d04c02a3a83a82 (commit) from a5c65fc60bafa157b2d0b0c670788646b2538596 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 42f10f00e54aa1777a4a7e25f1d04c02a3a83a82 Author: Arnout Engelen <arn...@bz...> Date: Sat Feb 19 16:42:30 2011 +0100 Directly create .tar.gz and .tar.bz2 source distributables ----------------------------------------------------------------------- Summary of changes: predist.sh | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-19 15:18:02
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via a5c65fc60bafa157b2d0b0c670788646b2538596 (commit) from 643272ca2724f5589ec308551d7d60dd057c17f8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a5c65fc60bafa157b2d0b0c670788646b2538596 Author: Arnout Engelen <arn...@bz...> Date: Sat Feb 19 16:17:19 2011 +0100 Notes for installing from source on Ubuntu ----------------------------------------------------------------------- Summary of changes: README | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-19 15:02:42
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 643272ca2724f5589ec308551d7d60dd057c17f8 (commit) from 6cae5fbed84a64317bd362332d76f46bf80f3d90 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 643272ca2724f5589ec308551d7d60dd057c17f8 Author: Arnout Engelen <arn...@bz...> Date: Sat Feb 19 15:59:10 2011 +0100 make predist.sh script POSIX-compatible comparing strings with '==' is allowed in bash, but not in other POSIX shell implementations such as dash. '=' is recognized by all. ----------------------------------------------------------------------- Summary of changes: predist.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-19 13:51:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 6cae5fbed84a64317bd362332d76f46bf80f3d90 (commit) from 617a9f79d5aca9692fb909725663bfb8aaf26522 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6cae5fbed84a64317bd362332d76f46bf80f3d90 Author: Arnout <arn...@bz...> Date: Sat Feb 19 14:50:24 2011 +0100 fix pselect(2) availability detection Fixes https://sourceforge.net/tracker/?func=detail&aid=3106859&group_id=314802&atid=1324531 _POSIX_SELECT was probably a leftover from the autoconf days. ----------------------------------------------------------------------- Summary of changes: libmainloop/select.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-19 13:03:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Notion: tiling, tabbed window manager for the X window system". The branch, master has been updated via 617a9f79d5aca9692fb909725663bfb8aaf26522 (commit) via 0303b6c85969d22454b0e01a0cd8d7c5bbc01240 (commit) from eca33c06fdc74c3475101adbdb7b67441cd95d24 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 617a9f79d5aca9692fb909725663bfb8aaf26522 Merge: 0303b6c85969d22454b0e01a0cd8d7c5bbc01240 eca33c06fdc74c3475101adbdb7b67441cd95d24 Author: Arnout <arn...@bz...> Date: Sat Feb 19 14:02:04 2011 +0100 Merge branch 'master' of ssh://notion.git.sourceforge.net/gitroot/notion/notion commit 0303b6c85969d22454b0e01a0cd8d7c5bbc01240 Author: Arnout <arn...@bz...> Date: Sat Feb 19 13:58:01 2011 +0100 Update predist script to git, add docs ----------------------------------------------------------------------- Summary of changes: predist.sh | 35 +++++++++++++++++++++++------------ 1 files changed, 23 insertions(+), 12 deletions(-) hooks/post-receive -- Notion: tiling, tabbed window manager for the X window system |
From: Arnout E. <rab...@us...> - 2011-02-19 12:39:16
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Libtu: C object system and addition helper routines". The branch, master has been updated via c27630d44c29bcc4c590695461f1200b0a097a1d (commit) from 7dcbb5dad0f27ee61d6e9602fcc5d854a4b75af0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c27630d44c29bcc4c590695461f1200b0a097a1d Author: Arnout <arn...@bz...> Date: Sat Feb 19 13:38:49 2011 +0100 Build layout more consistent with libextl and notion ----------------------------------------------------------------------- Summary of changes: Makefile | 1 + build/rules.mk | 4 ++++ system.mk | 3 +++ 3 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 build/system-inc.mk hooks/post-receive -- Libtu: C object system and addition helper routines |
From: Arnout E. <rab...@us...> - 2011-02-19 02:01:24
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "libextl: Lua wrapper generator for C". The branch, master has been updated via 6aab741532e058daaa3e4d51f639641dec57a39d (commit) from 014ecaf69aea3343227f7e1c9d407821045b3e6e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6aab741532e058daaa3e4d51f639641dec57a39d Author: Arnout Engelen <arn...@bz...> Date: Sat Feb 19 02:50:41 2011 +0100 Rebuild libextrl-mkexports every time, to make it pick up changes in system.mk A 'make clean; make' will rebuild everything already, but not libextrl-mkexports since it doesn't depend on a cleaned artifact. ----------------------------------------------------------------------- Summary of changes: Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- libextl: Lua wrapper generator for C |