summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-06-14 05:25:50 +0000
committersabetts <sabetts>2004-06-14 05:25:50 +0000
commit77c5d0b11dab2b5160ac68e198da23fb168af5ba (patch)
treed81ec9322d2ae62c4565f448c8f46dcbcbe10c59
parentc2ccd7137f1d77215abc34ceb9bdf0a30d3888a1 (diff)
downloadratpoison-77c5d0b11dab2b5160ac68e198da23fb168af5ba.zip
(init_defaults): set default for window list style to
column.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
-rw-r--r--src/main.c2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fc8738e..083f216 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-13 Shawn Betts <sabetts@vcn.bc.ca>
+
+ * src/main.c (init_defaults): set default for window list style to
+ column.
+
2004-06-03 Shawn Betts <sabetts@vcn.bc.ca>
* src/number.c (numset_add_num): add debugging output to print the args.
diff --git a/configure.in b/configure.in
index 46a98b1..95c71e1 100644
--- a/configure.in
+++ b/configure.in
@@ -17,10 +17,10 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
-dnl $Id: configure.in,v 1.42 2004/04/19 01:30:38 sabetts Exp $
+dnl $Id: configure.in,v 1.43 2004/06/14 05:25:50 sabetts Exp $
AC_INIT(src/main.c)
-AM_INIT_AUTOMAKE(ratpoison, 1.3.0-rc2-beta1)
+AM_INIT_AUTOMAKE(ratpoison, 1.3.1-cvs)
AM_CONFIG_HEADER(src/config.h)
diff --git a/src/main.c b/src/main.c
index 7550c82..1d58faf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -495,7 +495,7 @@ init_defaults ()
defaults.win_name = WIN_NAME_TITLE;
defaults.startup_message = 1;
defaults.warp = 1;
- defaults.window_list_style = STYLE_ROW;
+ defaults.window_list_style = STYLE_COLUMN;
defaults.history_size = 20;
defaults.frame_selectors = xstrdup ("");