* configure.ac:

* NEWS:
	* README:

	gnoemoe 2.2.0 released
This commit is contained in:
Jesse van den Kieboom 2006-10-25 21:28:18 +00:00
parent f6b6647bee
commit 9ea1e827c5
4 changed files with 29 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2006-25-10 Jesse van den Kieboom <jesse@icecrew.nl>
* configure.ac:
* NEWS:
* README:
gnoemoe 2.2.0 released
2006-01-10 Jesse van den Kieboom <jesse@icecrew.nl> 2006-01-10 Jesse van den Kieboom <jesse@icecrew.nl>
* gnoemoe/gm-ui.h: added accelerator F9 to Show/Hide userlist * gnoemoe/gm-ui.h: added accelerator F9 to Show/Hide userlist

14
NEWS
View File

@ -1,3 +1,17 @@
==============
gnoemoe 2.2.0
==============
New features and fixes
======================
- Fixed setting the correct character encoding by mcp
- Fixed closing the paste dialog after pasting
- Fixed saving color settings
- Fixed blinking (again)
- Added show/hide userlist
- Added Rxvt, XTerm and Linux color schemes
============== ==============
gnoemoe 2.1.0 gnoemoe 2.1.0
============== ==============

10
README
View File

@ -1,7 +1,7 @@
General Information General Information
=================== ===================
This is version 2.1.0 of gnoemoe. gnoemoe is a Gnome MOO Client. This is version 2.2.0 of gnoemoe. gnoemoe is a Gnome MOO Client.
GnoeMoe is a full featured Gnome MOO (MUD Object Oriented) Client which aims at GnoeMoe is a full featured Gnome MOO (MUD Object Oriented) Client which aims at
integrating in the Gnome desktop as nice as possible adhering the Gnome integrating in the Gnome desktop as nice as possible adhering the Gnome
@ -38,11 +38,11 @@ the file 'COPYING' for more information.
The official web site is: The official web site is:
http://wiki.icecrew.nl/software/GnoeMoe https://trac.luon.net/gnoemoe
You can download the latest gnoemoe tarball from the web site: You can download the latest gnoemoe tarball from the web site:
http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.1.0.tar.gz http://www.icecrew.nl/software/gnoemoe/download/gnoemoe-2.2.0.tar.gz
Installation Installation
============ ============
@ -57,8 +57,8 @@ gnoemoe requires:
Simple install procedure: Simple install procedure:
% gzip -cd gnoemoe-2.1.0.tar.gz | tar xvf - # unpack the sources % gzip -cd gnoemoe-2.2.0.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.1.0 # change to the toplevel directory % cd gnoemoe-2.2.0 # change to the toplevel directory
% ./configure # run the `configure' script % ./configure # run the `configure' script
% make # build gnoemoe % make # build gnoemoe
[ Become root if necessary ] [ Become root if necessary ]

View File

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT(gnoemoe, 2.1.0, http://www.icecrew.nl/software/gnoemoe) AC_INIT(gnoemoe, 2.2.0, http://www.icecrew.nl/software/gnoemoe)
AC_CONFIG_SRCDIR(gnoemoe/gm-app.c) AC_CONFIG_SRCDIR(gnoemoe/gm-app.c)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
@ -37,7 +37,7 @@ AM_GLIB_GNU_GETTEXT
AC_PROG_YACC AC_PROG_YACC
PKG_CHECK_MODULES(PACKAGE, [ PKG_CHECK_MODULES(PACKAGE, [
gtk+-2.0 >= 2.6.0 gtk+-2.0 >= 2.8.0
gdk-pixbuf-2.0 gdk-pixbuf-2.0
libgnome-2.0 libgnome-2.0
libglade-2.0 libglade-2.0