[sawfish] s/sawmill/sawfish/ [100%] -- po/Makefile.in: fixed call of make-pot
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] s/sawmill/sawfish/ [100%] -- po/Makefile.in: fixed call of make-pot
- Date: Thu, 27 Aug 2009 18:59:20 +0000 (UTC)
commit b82004cc1c6a78201d042742c8a06b92328d2ce1
Author: chrisb <zanghar freenet de>
Date: Thu Aug 27 20:58:05 2009 +0200
s/sawmill/sawfish/ [100%] -- po/Makefile.in: fixed call of make-pot
ChangeLog | 9 +++++++++
Makefile.in | 10 +++++-----
TODO | 8 ++++----
lisp/Makefile.in | 10 +++++-----
lisp/sawfish/ui/WISHLIST | 2 +-
man/Makefile.in | 10 +++++-----
po/Makefile.in | 4 ++--
src/Makefile.in | 8 ++++----
8 files changed, 35 insertions(+), 26 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ae4aa50..c41f73d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,15 @@
* man/sawfish.texi: doc for above changes
+ * Makefile.in
+ * src/Makefile.in
+ * man/Makefile.in
+ * lisp/Makefile.in
+ * TODO
+ * lisp/sawfish/ui/WISHLIST: s/sawmill/sawfish/
+
+ * po/Makefile.in: fixed call of make-pot
+
2009-08-09 Christopher Bratusek <zanghar freenet de>
* lisp/sawfish/wm/ext/match-window.jl: move rename-window here, as it requires prompt but this either does not
load properly in windows.jl or breaks sawfish-ui if require'ed instead of open'ed
diff --git a/Makefile.in b/Makefile.in
index 7bac62f..65aaf4a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,21 +1,21 @@
-# Makefile.in for sawmill version 4
+# Makefile.in for sawfish version 4
# Copyright (C) 1998 John Harper <john dcs warwick ac uk>
# $Id: Makefile.in,v 1.31 2003/04/03 02:24:42 jsh Exp $
#
-# This file is part of sawmill.
+# This file is part of sawfish.
#
-# sawmill is free software; you can redistribute it and/or modify it
+# sawmfish is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
-# sawmill is distributed in the hope that it will be useful, but
+# sawfish is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with sawmill; see the file COPYING. If not, write to
+# along with sawfish; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
include ./Makedefs
diff --git a/TODO b/TODO
index df3ef06..dd510dd 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,7 @@ the file `BUGS' for instructions on reporting sawfish bugs.
--
-TODO list for sawmill
+TODO list for sawfish
*********************
Bugs are marked !, things that should be done soon are marked +,
@@ -49,7 +49,7 @@ Outstanding bugs
! running multiple instances of the wm loses
- (because they share the same ~/.sawmill/custom file)
+ (because they share the same ~/.sawfish/custom file)
! keeping unshown windows unmapped isn't so great?
@@ -213,8 +213,8 @@ Window manager tasks
The sole need for the wm to manage the root menus (as far as I can
see) is so that it can offer window management functions (such as
"interactively move the focused window" or whatever), but all
- these things can be invoked through sawmill-client, i.e.
- "sawmill-client -c move-window-interactively"
+ these things can be invoked through sawfish-client, i.e.
+ "sawfish-client -c move-window-interactively"
With a bit of work the dynamically generated menus (e.g. the window
and workspace submenus) could also be generated through the client
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ea04649..f7ae4ac 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -1,22 +1,22 @@
-# Makefile.in for sawmill's Lisp files
+# Makefile.in for sawfish's Lisp files
# $Id: Makefile.in,v 1.30 2002/07/05 01:17:35 jsh Exp $
#
# Copyright (C) 1999 John Harper <john dcs warwick ac uk>
#
-# This file is part of sawmill.
+# This file is part of sawfish.
#
-# sawmill is free software; you can redistribute it and/or modify it
+# sawfish is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
-# sawmill is distributed in the hope that it will be useful, but
+# sawfish is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with sawmill; see the file COPYING. If not, write to
+# along with sawfish; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
include ../Makedefs
diff --git a/lisp/sawfish/ui/WISHLIST b/lisp/sawfish/ui/WISHLIST
index 5706a60..bcac4f9 100644
--- a/lisp/sawfish/ui/WISHLIST
+++ b/lisp/sawfish/ui/WISHLIST
@@ -66,7 +66,7 @@ Items that have been committed:
+ nautilus-like ``user levels'' controlling when options get enabled
- + rewrite sawmill-ui to use ``items'' as in sawmill-themer (complex
+ + rewrite sawfish-ui to use ``items'' as in sawfish-themer (complex
widgets represented by functional data types). This would allow
more complex custom types, i.e. `(or number string)' etc...
diff --git a/man/Makefile.in b/man/Makefile.in
index f59efaa..27f4836 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -1,21 +1,21 @@
-# Makefile.in for sawmill's Texinfo manual
+# Makefile.in for sawfish's Texinfo manual
# Copyright (C) 1998 John Harper <john dcs warwick ac uk>
# $Id: Makefile.in,v 1.15 2002/04/14 20:01:49 jsh Exp $
#
-# This file is part of sawmill.
+# This file is part of sawfish.
#
-# sawmill is free software; you can redistribute it and/or modify it
+# sawfish is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
-# sawmill is distributed in the hope that it will be useful, but
+# sawfish is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with sawmill; see the file COPYING. If not, write to
+# along with sawfish; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
include ../Makedefs
diff --git a/po/Makefile.in b/po/Makefile.in
index ada5719..a13b1d0 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -32,10 +32,10 @@ CATOBJEXT=.mo
POFILES=$(LINGUAS:%=%.po)
CATALOGS=$(LINGUAS:%=%$(CATOBJEXT))
-all : $(CATALOGS) $(PACKAGE).pot
+all : $(PACKAGE).pot $(CATALOGS)
$(PACKAGE).pot :
- ./make-pot
+ ./make-pot --update || ./make-pot --generate
ifneq ($(CATALOGS),)
install : $(CATALOGS) installdirs
diff --git a/src/Makefile.in b/src/Makefile.in
index 4644b83..b7b2d91 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -3,20 +3,20 @@
#
# Copyright (C) 1999 John Harper <john dcs warwick ac uk>
#
-# This file is part of sawmill.
+# This file is part of sawfish.
#
-# sawmill is free software; you can redistribute it and/or modify it
+# sawfish is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
-# sawmill is distributed in the hope that it will be useful, but
+# sawfish is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with sawmill; see the file COPYING. If not, write to
+# along with sawfish; see the file COPYING. If not, write to
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
include ../Makedefs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]