Browse Source

Bump version to 1.0.

Signed-off-by: Bradley Smith <[email protected]>
Bradley Smith 14 years ago
parent
commit
127c89cc9a
4 changed files with 41 additions and 2 deletions
  1. 32 0
      ChangeLog
  2. 8 1
      Makefile.am
  3. 1 1
      configure.ac
  4. 0 0
      mssh.schemas

+ 32 - 0
ChangeLog

@@ -1,3 +1,35 @@
+2009-09-02  Bradley Smith  <[email protected]>
+
+	Bump version to 1.0.
+
+	Hook up the rest of the preferences dialog.
+
+	Hook up columns spin button.
+
+2009-08-29  Bradley Smith  <[email protected]>
+
+	Add beginnings of columns preference.
+
+	Hook up colour preferences.
+
+2009-08-28  Bradley Smith  <[email protected]>
+
+	Reduce spacing between terminals.
+
+	Add initial gconf stuff, and hook up font preference.
+
+	Catch pastes into GtkEntry.
+
+2009-08-27  Bradley Smith  <[email protected]>
+
+	Remove menu item on session close.
+
+	Fixes to terminal class and add "add session" menuitem.
+
+	Add preferences dialog.
+
+	Split out terminals into seperate clase and make layout more dynamic.
+
 2009-08-25  Bradley Smith  <[email protected]>
 
 	Bump version to 0.2.

+ 8 - 1
Makefile.am

@@ -1,6 +1,13 @@
 SUBDIRS = src
 
+EXTRA_DIST = mssh.schemas
+
+SCHEMAS_FILE = mssh.schemas
+
+schemadir = $(GCONF_SCHEMA_FILE_DIR)
+schema_DATA = $(SCHEMAS_FILE)
+
 if GCONF_SCHEMAS_INSTALL
 install-data-local:
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/mssh.gconf.xml
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$(schema_DATA)
 endif

+ 1 - 1
configure.ac

@@ -1,4 +1,4 @@
-AC_INIT([MultiSSH], [0.2], [[email protected]], [mssh])
+AC_INIT([MultiSSH], [1.0], [[email protected]], [mssh])
 AM_CONFIG_HEADER([config.h])
 AM_INIT_AUTOMAKE
 

+ 0 - 0
mssh.gconf.xml → mssh.schemas