gnustandards-commit
[Top][All Lists]
Advanced

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

gnustandards ChangeLog standards.texi


From: Karl Berry
Subject: gnustandards ChangeLog standards.texi
Date: Mon, 05 May 2008 17:22:00 +0000

CVSROOT:        /sources/gnustandards
Module name:    gnustandards
Changes by:     Karl Berry <karl>       08/05/05 17:22:00

Modified files:
        .              : ChangeLog standards.texi 

Log message:
        mention GNOME bindings for GUILE

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnustandards/ChangeLog?cvsroot=gnustandards&r1=1.72&r2=1.73
http://cvs.savannah.gnu.org/viewcvs/gnustandards/standards.texi?cvsroot=gnustandards&r1=1.178&r2=1.179

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnustandards/gnustandards/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- ChangeLog   25 Apr 2008 18:39:21 -0000      1.72
+++ ChangeLog   5 May 2008 17:21:59 -0000       1.73
@@ -1,3 +1,7 @@
+2008-05-05  Karl Berry  <address@hidden>
+
+       * standards.texi (Source Language): mention GTK+ bindings in Guile.
+
 2008-04-25  Karl Berry  <address@hidden>
 
        * make-stds.texi (Standard Targets): ok to support other free

Index: standards.texi
===================================================================
RCS file: /sources/gnustandards/gnustandards/standards.texi,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -b -r1.178 -r1.179
--- standards.texi      30 Mar 2008 22:01:02 -0000      1.178
+++ standards.texi      5 May 2008 17:22:00 -0000       1.179
@@ -3,7 +3,7 @@
 @setfilename standards.info
 @settitle GNU Coding Standards
 @c This date is automagically updated when you save this file:
address@hidden lastupdate February 23, 2008
address@hidden lastupdate May 5, 2008
 @c %**end of header
 
 @dircategory GNU organization
@@ -305,13 +305,17 @@
 is written in that language, too.  The Emacs editor pioneered this
 technique.
 
address@hidden GUILE
-The standard extensibility interpreter for GNU software is GUILE
address@hidden Guile
address@hidden GNOME and Guile
+The standard extensibility interpreter for GNU software is Guile
 (@uref{http://www.gnu.org/@/software/@/guile/}), which implements the
-language Scheme (an especially clean and simple dialect of Lisp).  We
-don't reject programs written in other ``scripting languages'' such as
-Perl and Python, but using GUILE is very important for the overall
-consistency of the GNU system.
+language Scheme (an especially clean and simple dialect of Lisp).
+Guile also includes bindings for GTK+/GNOME, making it practical to
+write modern GUI functionality within Guile.  We don't reject programs
+written in other ``scripting languages'' such as Perl and Python, but
+using Guile is very important for the overall consistency of the GNU
+system.  
+
 
 @node Compatibility
 @section Compatibility with Other Implementations
@@ -1022,6 +1026,7 @@
 GNU GPL with the exception for Guile; for example, GPLv3+/Guile means
 the GNU GPL version 3 or later, with the extra exception for Guile.
 
address@hidden GPL/Ada
 GNU GPL with the exception for Ada.
 
 @item Apache




reply via email to

[Prev in Thread] Current Thread [Next in Thread]