[librep] updated NEWS/LANG



commit 093510d0c7532c52a4d237a2fc4b378b36168236
Author: Christopher Roy Bratusek <zanghar freenet de>
Date:   Sat Jan 15 19:29:12 2011 +0100

    updated NEWS/LANG

 ChangeLog     |    9 +++++++++
 man/lang.texi |    4 ++++
 man/news.texi |   10 ++++++++--
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c921a5c..14ec33d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-15  Christopher Bratusek <zanghar freenet de>
+	* lisp/rep/system.jl: added remove-hook-by-name [Teika Kazura]
+
+	* librep.pc.in: fixed a possible build issue in rep-gtk or sawfish
+                        (reported on fedora 14)
+
+	* man/lang.texi:
+	* man/news.texi: updated
+
 2010-12-17  Christopher Bratusek <zanghar freenet de>
 	* debian/control: depend on either libgmp10-dev or libgmp3-dev
 	suggest either libreadline6-dbg or libreadline5-dbg
diff --git a/man/lang.texi b/man/lang.texi
index 9730fc9..8295340 100644
--- a/man/lang.texi
+++ b/man/lang.texi
@@ -7597,6 +7597,10 @@ text-mode-hook
 This function removes the function @var{function} from the list of
 functions stored in the (list) hook @var{hook} (a symbol).
 
+ defun remove-hook-by-name hook name
+This function removes functions matching @var{name} from the list of
+functions stored in the (list) hook @var{hook} (a symbol).
+
 @emph{All} instances of @var{function} are deleted from the hook.
 @end defun
 
diff --git a/man/news.texi b/man/news.texi
index 846a203..cc75dfc 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -10,6 +10,13 @@
 
 A new module containing utils for rep's ffi binding is added.
 
+ item Fixed librep.pc to prevent a possible build issue in rep-gtk or sawfish
+(occured on fedora 14) [Christopher Bratusek]
+
+ item @code{remove-hook-by-name} function [Teika Kazura]
+
+This function removes functions from hooks by their name.
+
 @item Documentation [Teika kazura]
 
 Function @code{in-hook-p} now has the documentation. (@pxref{Normal Hooks})
@@ -17,8 +24,7 @@ Function @code{in-hook-p} now has the documentation. (@pxref{Normal Hooks})
 New section ``Module Aliases''. (@pxref{Module Aliases})
 
 @item fixed the spec-file [Kim B. Heino]
- item debian/control compat with Debian/Experimental (depend on libgmp10-dev or
-libgmp3-dev and either suggest libreadline6-dbg or libreadline5-dbg) [Christopher Bratusek]
+ item debian/control compat with Debian/Experimental [Christopher Bratusek]
 @end itemize
 @heading 0.91.0
 @itemize @bullet



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