gnome-mud r690 - in trunk: . src



Author: jordim
Date: Wed Jul 23 22:30:17 2008
New Revision: 690
URL: http://svn.gnome.org/viewvc/gnome-mud?rev=690&view=rev

Log:
2008-07-24  Jordi Mallach  <jordi sindominio net>

	* NEWS: Update for 0.11.

	* README, gnome-mud.lsm.in, src/mud-window.c: Update website
	references to point at our wiki page at
	http://live.gnome.org/GnomeMud.

	* ROADMAP: Replace content with a link to wiki.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/ROADMAP
   trunk/gnome-mud.lsm.in
   trunk/gnome-mud.spec.in
   trunk/src/mud-window.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Jul 23 22:30:17 2008
@@ -1,6 +1,47 @@
 NEWS for veteran GNOME-Mud users
 ================================
 
+GNOME-Mud 0.11 (24/07/2008)
+
+GNOME-Mud has gone under a substantian rewrite. Improvements include:
+- Proper telnet support including telnet options: TTYPE, NAWS, ECHO, CHARSET
+  and EOR [Les, Mart Raudsepp]
+- Full MSP support (Mud Sound Protocol) [Les]
+- ZMP support (core package only at the moment) [Les]
+- Separate input history for all connections [Les]
+- New input widget that dynamically resizes based on amount of text
+  entered [Les]
+- SOCKS proxy support (version 4 and 5) [Les]
+- Full encoding support including the ability to negotiate text encoding
+  (if the server supports the CHARSET telnet option) [Les]
+- Triggers and aliases with perl compatible regular expression matching [Les]
+- Support for profiles [Les]
+- No dependencies on deprecated libraries [Les]
+- Nice new Tango icon [Andreas Nilsson]
+- Added translations:
+  + Ukrainian [Maxim Dziumanenko]
+  + Nepali [Pawan Chitrakar]
+  + Vietnamese [Clytie Siddall]
+  + Arabic [Djihed Afifi]
+  + Dzongkha [Pema Geyleg]
+- Updated translations:
+  + German [Jens Seidel, Hendrik Richter]
+  + Dutch [Tino Meinen]
+  + Canadian English [Adam Weinberger]
+  + Spanish [Francisco Javier F. Serrador]
+  + Catalan [Jordi Mallach]
+  + Swedish [Daniel Nylander]
+  + British English [David Lodge]
+  + French [Bruno Brouard, StÃphane Raimbault]
+  + Occitan [Yannig Marchegay]
+  + Greek [Nikos Charonitakis]
+
+There are a few regressions in this release:
+- The python plugin API is not available. It will come back with the upcoming
+  Plugin API rewrite.
+- Support for variables, MCCP and key bindings are temporarily missing and
+  will probably be back on our next major release.
+
 GNOME-Mud 0.10.7 (16/05/2005)
 
 - Fixed a typo that would prevent directional keys from being saved

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Wed Jul 23 22:30:17 2008
@@ -8,7 +8,7 @@
     code used from Bezerk, Xwhois.
 
     Latest version of GNOME-Mud can always be found at
-    <URL:http://amcl.sourceforge.net/>
+    <URL:http://download.gnome.org/sources/gnome-mud/>
 
 
 2. Requirements.
@@ -58,7 +58,7 @@
 
     Things that is in constant need of contrib is:
 
-    * translations, only a handful of languages are currently supported.
+    * translations
     * useful plugins
     * ... what would you like?
 
@@ -72,9 +72,6 @@
 
 7. Contacting.
 
-    Robin Ericsson
-    lobbin localhost nu
-
     GNOME-Mud mailing list
     gnome-mud-list gnome org
 

Modified: trunk/ROADMAP
==============================================================================
--- trunk/ROADMAP	(original)
+++ trunk/ROADMAP	Wed Jul 23 22:30:17 2008
@@ -1,35 +1,6 @@
 ROADMAP
 =======
 
-Feature roadmap. It lists most fo the currently planned features and 
-details the schedule for release.
+See the wiki for information on future plans and new features being added.
 
-These are not hard deadlines and things are subject to change. Please
-feel free to suggest features, contribute, or comment.
-
-
-0.11.0
-
-* Complete GNOME2 (no BROKEN or DEPRECATED code)
-* Rewrite net-releated code
-* Right-click menu for connection-tabs
-  - able close connection, get connection info such as connected
-    to what host, which profile in use, bytes transfered, etc.
-* Other marker on tab to show if using MCCP or not
-
-0.12.0
-
-* Rewrite connection wizard step 2
-	+ be able to ping host...
-* MSP, Mud Sound Protocol (are there many muds using this?)
-* SOCKS support
-* Use splitscreen feature from GTK 2.0 (waiting for response from vte)
-* AutoReconnect
-
-
-When time comes
-
-* User defineable buttonbar
-* Customizable statusline
-* Tab completion, and separate history for each connection
-* Make it run on Windows
+  http://live.gnome.org/GnomeMud

Modified: trunk/gnome-mud.lsm.in
==============================================================================
--- trunk/gnome-mud.lsm.in	(original)
+++ trunk/gnome-mud.lsm.in	Wed Jul 23 22:30:17 2008
@@ -8,7 +8,7 @@
 Keywords:       gnome-mud x11 games mud gtk moo mush gnome
 Author:         lobbin localhost nu (Robin Ericsson)
 Maintained-by:  lobbin localhost nu (Robin Ericsson)
-Primary-site:   http://amcl.sourceforge.net/
+Primary-site:   http://live.gnome.org/GnomeMud
 Platforms:      Linux Unix X11 GTK GNOME
 Copying-policy: GPL
 End

Modified: trunk/gnome-mud.spec.in
==============================================================================
--- trunk/gnome-mud.spec.in	(original)
+++ trunk/gnome-mud.spec.in	Wed Jul 23 22:30:17 2008
@@ -3,7 +3,7 @@
 %define	RELEASE	1
 %define	rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
 
-Summary:	A simple Mud client for GNOME
+Summary:	A MUD client for GNOME
 Name:		%name
 Version:	%ver
 Release:	%rel

Modified: trunk/src/mud-window.c
==============================================================================
--- trunk/src/mud-window.c	(original)
+++ trunk/src/mud-window.c	Wed Jul 23 22:30:17 2008
@@ -443,7 +443,7 @@
 	"logo", logo,
         "translator-credits", _("translator-credits"),
         "version", VERSION,
-        "website", "http://amcl.sourceforge.net/";,
+        "website", "http://live.gnome.org/GnomeMud";,
         "name", "gnome-mud",
         NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]