trans-coord-devel
[Top][All Lists]
Advanced

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

trans-coord/gnun/server/gnun ChangeLog gnun.texi


From: Yavor Doganov
Subject: trans-coord/gnun/server/gnun ChangeLog gnun.texi
Date: Sun, 09 Mar 2008 20:40:16 +0000

CVSROOT:        /cvsroot/trans-coord
Module name:    trans-coord
Changes by:     Yavor Doganov <yavor>   08/03/09 20:40:16

Modified files:
        gnun/server/gnun: ChangeLog gnun.texi 

Log message:
        (New Translation): Rename the `po-msgcat' function to
        po-wrap so that completion works better.  Kaloian also doesn't
        like the original function name.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog?cvsroot=trans-coord&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/gnun.texi?cvsroot=trans-coord&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- ChangeLog   9 Mar 2008 20:34:20 -0000       1.23
+++ ChangeLog   9 Mar 2008 20:40:16 -0000       1.24
@@ -1,5 +1,9 @@
 2008-03-09  Yavor Doganov  <address@hidden>
 
+       * gnun.texi (New Translation): Rename the `po-msgcat' function to
+       po-wrap so that completion works better.  Kaloian also doesn't
+       like the original function name.
+
        * GNUmakefile (check-po): Strip slash before the filename in the
        subject of the email message, in line with validate-html-notify
 

Index: gnun.texi
===================================================================
RCS file: /cvsroot/trans-coord/trans-coord/gnun/server/gnun/gnun.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- gnun.texi   5 Mar 2008 22:30:15 -0000       1.10
+++ gnun.texi   9 Mar 2008 20:40:16 -0000       1.11
@@ -4,7 +4,7 @@
 @settitle GNUnited Nations Manual
 @c FIXME: Would be nice to have it in the format `%:b %:d, %:y', but
 @c in English.
address@hidden lastupdate 06.03.2008
address@hidden lastupdate 09.03.2008
 @afourpaper
 @c %**end of header
 
@@ -863,15 +863,15 @@
 PO file.
 
 For those lucky Emacs users, here is a code snippet that you can put
-in your @file{.emacs}; doing @kbd{M-x po-msgcat} while in PO mode will
+in your @file{.emacs}; doing @kbd{M-x po-wrap} while in PO mode will
 wrap all long lines:
 
 @lisp
-(defun po-msgcat ()
-  "Filter current po-mode buffer through `msgcat' tool."
+(defun po-wrap ()
+  "Filter current po-mode buffer through `msgcat' tool to wrap all lines."
   (interactive)
   (if (eq major-mode 'po-mode)
-      (let ((tmp-file (make-temp-file "po-msgcat."))
+      (let ((tmp-file (make-temp-file "po-wrap."))
            (tmp-buf (generate-new-buffer "*temp*")))
        (unwind-protect
            (progn




reply via email to

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