glib r7717 - in trunk: . docs/reference docs/reference/glib/tmpl gio gmodule gobject gthread po



Author: matthiasc
Date: Mon Dec  1 14:44:26 2008
New Revision: 7717
URL: http://svn.gnome.org/viewvc/glib?rev=7717&view=rev

Log:
2.19.1


Modified:
   trunk/ChangeLog
   trunk/INSTALL
   trunk/Makefile.am
   trunk/NEWS
   trunk/README
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/glib/tmpl/arrays_byte.sgml
   trunk/docs/reference/glib/tmpl/macros_misc.sgml
   trunk/gio/ChangeLog
   trunk/gmodule/ChangeLog
   trunk/gobject/ChangeLog
   trunk/gthread/ChangeLog
   trunk/po/ChangeLog
   trunk/po/am.po
   trunk/po/ar.po
   trunk/po/as.po
   trunk/po/az.po
   trunk/po/be.po
   trunk/po/be latin po
   trunk/po/bg.po
   trunk/po/bn.po
   trunk/po/bn_IN.po
   trunk/po/bs.po
   trunk/po/ca.po
   trunk/po/cs.po
   trunk/po/cy.po
   trunk/po/da.po
   trunk/po/de.po
   trunk/po/dz.po
   trunk/po/el.po
   trunk/po/en_CA.po
   trunk/po/en_GB.po
   trunk/po/eo.po
   trunk/po/es.po
   trunk/po/et.po
   trunk/po/eu.po
   trunk/po/fa.po
   trunk/po/fi.po
   trunk/po/fr.po
   trunk/po/ga.po
   trunk/po/gl.po
   trunk/po/gu.po
   trunk/po/he.po
   trunk/po/hi.po
   trunk/po/hr.po
   trunk/po/hu.po
   trunk/po/hy.po
   trunk/po/id.po
   trunk/po/is.po
   trunk/po/it.po
   trunk/po/ja.po
   trunk/po/ka.po
   trunk/po/kn.po
   trunk/po/ko.po
   trunk/po/ku.po
   trunk/po/lt.po
   trunk/po/lv.po
   trunk/po/mai.po
   trunk/po/mg.po
   trunk/po/mk.po
   trunk/po/ml.po
   trunk/po/mn.po
   trunk/po/mr.po
   trunk/po/ms.po
   trunk/po/nb.po
   trunk/po/ne.po
   trunk/po/nl.po
   trunk/po/nn.po
   trunk/po/oc.po
   trunk/po/or.po
   trunk/po/pa.po
   trunk/po/pl.po
   trunk/po/ps.po
   trunk/po/pt.po
   trunk/po/pt_BR.po
   trunk/po/ro.po
   trunk/po/ru.po
   trunk/po/rw.po
   trunk/po/si.po
   trunk/po/sk.po
   trunk/po/sl.po
   trunk/po/sq.po
   trunk/po/sr.po
   trunk/po/sr ije po
   trunk/po/sr latin po
   trunk/po/sv.po
   trunk/po/ta.po
   trunk/po/te.po
   trunk/po/th.po
   trunk/po/tl.po
   trunk/po/tr.po
   trunk/po/tt.po
   trunk/po/uk.po
   trunk/po/vi.po
   trunk/po/wa.po
   trunk/po/xh.po
   trunk/po/yi.po
   trunk/po/zh_CN.po
   trunk/po/zh_HK.po
   trunk/po/zh_TW.po

Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL	(original)
+++ trunk/INSTALL	Mon Dec  1 14:44:26 2008
@@ -1,8 +1,8 @@
 Simple install procedure
 ========================
 
-  % gzip -cd glib-2.19.0.tar.gz | tar xvf -  # unpack the sources
-  % cd glib-2.19.0                           # change to the toplevel directory
+  % gzip -cd glib-2.19.1.tar.gz | tar xvf -  # unpack the sources
+  % cd glib-2.19.1                           # change to the toplevel directory
   % ./configure                             # run the `configure' script
   % make                                    # build GLIB
 

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Mon Dec  1 14:44:26 2008
@@ -94,7 +94,7 @@
 # build documentation when doing distcheck
 DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man
 
-DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h
+DISTCLEANFILES = glibconfig-sysdefs.h glibconfig.h stamp-gc-h config.lt
 
 distclean-local:
 	if test $(srcdir) = .; then :; else \

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec  1 14:44:26 2008
@@ -5,6 +5,9 @@
   - g_icon_to_string, g_icon_new_for_string: GIcon serialization support
   - G_FILE_ATTRIBUTE_PREVIEW_ICON: new file attribute for preview images
   - g_app_info_get_commandline: new function to get the full commandline
+  - g_mount_shadow, g_mount_unshadow, g_mount_is_shadowed: New functions 
+    to 'shadow' mounts (i.e. hide them from the UI when they already
+    have a different representation, like a bookmark) 
 
 * Bugs fixed:
  556186 gpoll.h breaks gmain.h inclusion

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Dec  1 14:44:26 2008
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is GLib version 2.19.0. GLib is the low-level core
+This is GLib version 2.19.1. GLib is the low-level core
 library that forms the basis for projects such as GTK+ and GNOME. It
 provides data structure handling for C, portability wrappers, and
 interfaces for such runtime functionality as an event loop, threads,

Modified: trunk/docs/reference/glib/tmpl/arrays_byte.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/arrays_byte.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/arrays_byte.sgml	Mon Dec  1 14:44:26 2008
@@ -188,6 +188,5 @@
 @free_segment: if %TRUE the actual byte data is freed as well.
 @Returns: the element data if @free_segment is %FALSE, otherwise %NULL.
         The element data should be freed using g_free().
-        
 
 

Modified: trunk/docs/reference/glib/tmpl/macros_misc.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/macros_misc.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/macros_misc.sgml	Mon Dec  1 14:44:26 2008
@@ -114,6 +114,15 @@
 @Since: 2.20
 
 
+<!-- ##### MACRO G_PASTE_ARGS ##### -->
+<para>
+
+</para>
+
+ identifier1: 
+ identifier2: 
+
+
 <!-- ##### MACRO G_STATIC_ASSERT ##### -->
 <para>
 The G_STATIC_ASSERT macro lets the programmer check a condition at compile time,



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