* configure.ac:

* NEWS:
	* README:

	gnoemoe 2.2.0 released
这个提交包含在:
Jesse van den Kieboom 2006-10-25 21:28:18 +00:00
父节点 f6b6647bee
当前提交 9ea1e827c5
共有 4 个文件被更改,包括 29 次插入7 次删除

查看文件

@ -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>
* gnoemoe/gm-ui.h: added accelerator F9 to Show/Hide userlist

14
NEWS
查看文件

@ -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
==============

10
README
查看文件

@ -1,7 +1,7 @@
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
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:
http://wiki.icecrew.nl/software/GnoeMoe
https://trac.luon.net/gnoemoe
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
============
@ -57,8 +57,8 @@ gnoemoe requires:
Simple install procedure:
% gzip -cd gnoemoe-2.1.0.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.1.0 # change to the toplevel directory
% gzip -cd gnoemoe-2.2.0.tar.gz | tar xvf - # unpack the sources
% cd gnoemoe-2.2.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gnoemoe
[ Become root if necessary ]

查看文件

@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
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_MACRO_DIR([m4])
@ -37,7 +37,7 @@ AM_GLIB_GNU_GETTEXT
AC_PROG_YACC
PKG_CHECK_MODULES(PACKAGE, [
gtk+-2.0 >= 2.6.0
gtk+-2.0 >= 2.8.0
gdk-pixbuf-2.0
libgnome-2.0
libglade-2.0