[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pbernaud
Date: 06/01/11 09:44:03
Modified: . ChangeLog
Log:
Marked strings in C structures as translatable with new macro N_()
Revision Changes Path
1.422 +9 -0 eda/geda/devel/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.421
retrieving revision 1.422
diff -u -b -r1.421 -r1.422
--- ChangeLog 7 Jan 2006 21:34:20 -0000 1.421
+++ ChangeLog 11 Jan 2006 14:44:03 -0000 1.422
@@ -1,3 +1,12 @@
+2006-01-11 Patrick Bernaud <b-patrick@xxxxxxxxxx>
+
+ * noweb/x_dialog.nw, noweb/x_menus.nw:
+ * noweb/x_multiattrib.nw, noweb/x_pagesel.nw: Marked strings in
+ structures (popup menus and option menus) for i18n with N_().
+
+ * include/globals.h: Introduced macro N_() as short for
+ gettext_noop().
+
2006-01-07 Stuart Brorson <sdb AT cloud9 DOT net>
* autogen.sh, Included "-I m4" into
aclocal to pick up macros from local m4 dir.