summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2006-01-10 19:43:21 +0000
committerElijah Newren <newren@src.gnome.org>2006-01-10 19:43:21 +0000
commit5913b8c5ab048e020837a1095484eee230375be3 (patch)
tree23d28c638ed0cf093a1e3a0eae6c04833fd64d3d
parent52df880f32fe18172fa233f457b25c84ee5b630b (diff)
downloadmetacity-5913b8c5ab048e020837a1095484eee230375be3.tar.gz
Whoops, I forgot to keep my copyright info updated with my previous
2006-01-10 Elijah Newren <newren@gmail.com> * src/bell.c: * src/boxes.c: * src/boxes.h: * src/constraints.c: * src/core.c: * src/display.c: * src/display.h: * src/edge-resistance.c: * src/frames.c: * src/keybindings.c: * src/main.c: * src/prefs.c: * src/prefs.h: * src/screen.c: * src/screen.h: * src/window.c: * src/window.h: Whoops, I forgot to keep my copyright info updated with my previous commits as Havoc had asked me to do. Doing that now...
-rw-r--r--ChangeLog22
-rw-r--r--src/bell.c2
-rw-r--r--src/boxes.c2
-rw-r--r--src/boxes.h2
-rw-r--r--src/constraints.c2
-rw-r--r--src/core.c2
-rw-r--r--src/display.c2
-rw-r--r--src/display.h2
-rw-r--r--src/edge-resistance.c2
-rw-r--r--src/frames.c2
-rw-r--r--src/keybindings.c2
-rw-r--r--src/main.c1
-rw-r--r--src/prefs.c1
-rw-r--r--src/prefs.h1
-rw-r--r--src/screen.c2
-rw-r--r--src/screen.h2
-rw-r--r--src/window.c2
-rw-r--r--src/window.h2
18 files changed, 39 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 576fa0d7..ead3eb82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
2006-01-10 Elijah Newren <newren@gmail.com>
+ * src/bell.c:
+ * src/boxes.c:
+ * src/boxes.h:
+ * src/constraints.c:
+ * src/core.c:
+ * src/display.c:
+ * src/display.h:
+ * src/edge-resistance.c:
+ * src/frames.c:
+ * src/keybindings.c:
+ * src/main.c:
+ * src/prefs.c:
+ * src/prefs.h:
+ * src/screen.c:
+ * src/screen.h:
+ * src/window.c:
+ * src/window.h:
+ Whoops, I forgot to keep my copyright info updated with my previous
+ commits as Havoc had asked me to do. Doing that now...
+
+2006-01-10 Elijah Newren <newren@gmail.com>
+
Add a raise on click option, basically only because all the major
distros are patching it in anyway. See #326156.
diff --git a/src/bell.c b/src/bell.c
index 1aefc77d..b73a7527 100644
--- a/src/bell.c
+++ b/src/bell.c
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2002 Sun Microsystems Inc.
- * Copyright (C) 2005 Elijah Newren
+ * Copyright (C) 2005, 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/boxes.c b/src/boxes.c
index d0d1c685..0c1c3f8d 100644
--- a/src/boxes.c
+++ b/src/boxes.c
@@ -1,7 +1,7 @@
/* Simple box operations */
/*
- * Copyright (C) 2005 Elijah Newren
+ * Copyright (C) 2005, 2006 Elijah Newren
* [meta_rectangle_intersect() is copyright the GTK+ Team according to Havoc,
* see gdkrectangle.c. As far as Havoc knows, he probably wrote
* meta_rectangle_equal(), and I'm guessing it's (C) Red Hat. So...]
diff --git a/src/boxes.h b/src/boxes.h
index 86a2b1dc..4f5f2667 100644
--- a/src/boxes.h
+++ b/src/boxes.h
@@ -1,7 +1,7 @@
/* Simple box operations */
/*
- * Copyright (C) 2005 Elijah Newren
+ * Copyright (C) 2005, 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/constraints.c b/src/constraints.c
index be04bcb1..ab2dc4d1 100644
--- a/src/constraints.c
+++ b/src/constraints.c
@@ -3,7 +3,7 @@
/*
* Copyright (C) 2002, 2003 Red Hat, Inc.
* Copyright (C) 2003, 2004 Rob Adams
- * Copyright (C) 2005 Elijah Newren
+ * Copyright (C) 2005, 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/core.c b/src/core.c
index 72c49e1e..eec01157 100644
--- a/src/core.c
+++ b/src/core.c
@@ -3,7 +3,7 @@
/*
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2003 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/display.c b/src/display.c
index d05f398a..f277a403 100644
--- a/src/display.c
+++ b/src/display.c
@@ -4,7 +4,7 @@
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2002, 2003, 2004 Red Hat, Inc.
* Copyright (C) 2003, 2004 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/display.h b/src/display.h
index 0c47db92..d89558c0 100644
--- a/src/display.h
+++ b/src/display.h
@@ -4,7 +4,7 @@
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2002 Red Hat, Inc.
* Copyright (C) 2003 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/edge-resistance.c b/src/edge-resistance.c
index 14a3e571..755f2a81 100644
--- a/src/edge-resistance.c
+++ b/src/edge-resistance.c
@@ -1,7 +1,7 @@
/* Edge resistance for move/resize operations */
/*
- * Copyright (C) 2005 Elijah Newren
+ * Copyright (C) 2005, 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/frames.c b/src/frames.c
index 0cc9e730..6b2e629a 100644
--- a/src/frames.c
+++ b/src/frames.c
@@ -3,7 +3,7 @@
/*
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2003 Red Hat, Inc.
- * Copyright (C) 2005 Elijah Newren
+ * Copyright (C) 2005, 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/keybindings.c b/src/keybindings.c
index 42aa64d8..2cdd13fe 100644
--- a/src/keybindings.c
+++ b/src/keybindings.c
@@ -4,7 +4,7 @@
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2002 Red Hat Inc.
* Copyright (C) 2003 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/main.c b/src/main.c
index 39cd6d4f..03feb4cf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,6 +2,7 @@
/*
* Copyright (C) 2001 Havoc Pennington
+ * Copyright (C) 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/prefs.c b/src/prefs.c
index 1557cd6e..48530ec6 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -2,6 +2,7 @@
/*
* Copyright (C) 2001 Havoc Pennington, Copyright (C) 2002 Red Hat Inc.
+ * Copyright (C) 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/prefs.h b/src/prefs.h
index 390e5352..17ca7877 100644
--- a/src/prefs.h
+++ b/src/prefs.h
@@ -2,6 +2,7 @@
/*
* Copyright (C) 2001 Havoc Pennington
+ * Copyright (C) 2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/screen.c b/src/screen.c
index 5b73e2b7..381611a6 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -6,7 +6,7 @@
* Some ICCCM manager selection code derived from fvwm2,
* Copyright (C) 2001 Dominik Vogt, Matthias Clasen, and fvwm2 team
* Copyright (C) 2003 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/screen.h b/src/screen.h
index 67d171aa..6c316f75 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -3,7 +3,7 @@
/*
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2003 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/window.c b/src/window.c
index e736d4f4..4089d412 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4,7 +4,7 @@
* Copyright (C) 2001 Havoc Pennington, Anders Carlsson
* Copyright (C) 2002, 2003 Red Hat, Inc.
* Copyright (C) 2003 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/window.h b/src/window.h
index 441e588c..7fdb2807 100644
--- a/src/window.h
+++ b/src/window.h
@@ -4,7 +4,7 @@
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2002 Red Hat, Inc.
* Copyright (C) 2003, 2004 Rob Adams
- * Copyright (C) 2004, 2005 Elijah Newren
+ * Copyright (C) 2004-2006 Elijah Newren
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as