From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: guile-gnome, devel: 2 more [tiny] patches Date: Sat, 5 Jul 2014 04:54:58 -0300 Message-ID: <20140705045458.17f1308e@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/9=CDbx/AnJkpvzbgNs2ByLV" X-Trace: ger.gmane.org 1404546938 23143 80.91.229.3 (5 Jul 2014 07:55:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jul 2014 07:55:38 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 05 09:55:31 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X3Kok-0008Ol-O2 for guile-devel@m.gmane.org; Sat, 05 Jul 2014 09:55:30 +0200 Original-Received: from localhost ([::1]:39473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3Kok-0003sZ-Cq for guile-devel@m.gmane.org; Sat, 05 Jul 2014 03:55:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3KoW-0003sN-Ds for guile-devel@gnu.org; Sat, 05 Jul 2014 03:55:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3KoP-0005Pt-QG for guile-devel@gnu.org; Sat, 05 Jul 2014 03:55:16 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:59962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3KoP-0005PG-GX for guile-devel@gnu.org; Sat, 05 Jul 2014 03:55:09 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 073E7A04C157 for ; Sat, 5 Jul 2014 09:55:08 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id aXxfVSyyk8Fr for ; Sat, 5 Jul 2014 09:35:22 +0200 (CEST) Original-Received: from capac (unknown [189.60.115.53]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 0D683A04C11E for ; Sat, 5 Jul 2014 09:55:00 +0200 (CEST) X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17291 Archived-At: --MP_/9=CDbx/AnJkpvzbgNs2ByLV Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, guile-gnome devel: fix some more files should not be tracked by git fix gtk_recent_info_get_application_info should [temporarily] not being wrapped Attached... Happy hacking, David --MP_/9=CDbx/AnJkpvzbgNs2ByLV Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0011-fix-some-more-files-should-not-be-tracked-by-git.patch >From b429e1ac525a3e65a30dc0e1733b69ddd7bf28e7 Mon Sep 17 00:00:00 2001 From: David PIROTTE Date: Sat, 5 Jul 2014 04:31:51 -0300 Subject: [PATCH 11/12] fix some more files should not be tracked by git * .gitignore: do not track *.trs, /build-aux/compile and /build-aux/test-driver files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8dbec4c..007fa9d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,9 @@ autom4te.cache/ *.log *.la *.lo +*.trs +/build-aux/compile +/build-aux/test-driver /build-aux/config.guess /build-aux/config.sub /build-aux/depcomp -- 2.0.0 --MP_/9=CDbx/AnJkpvzbgNs2ByLV Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0012-fix-gtk_recent_info_get_application_info-should-temp.patch >From e70b9e3c623b32cbffa5192688b2460a6b47708a Mon Sep 17 00:00:00 2001 From: David PIROTTE Date: Sat, 5 Jul 2014 04:50:47 -0300 Subject: [PATCH 12/12] fix gtk_recent_info_get_application_info should [temporarily] not being wrapped * gtk/gnome/overrides/gtk.defs: gtk_recent_info_get_application_info added to the ignore entries, it definitely needs a special wrapper. * gtk/tests/gtk/wrapset.api: commenting the gtk_recent_info_get_application_info related api test. Note that although it appears as if... this patch is _not_ an API break: this fucntion _needs_ a special wrapper, and therefore has never possibly been used by anyone [feel free to prove me wrong of course] --- gtk/gnome/overrides/gtk.defs | 1 + gtk/tests/gtk/wrapset.api | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gnome/overrides/gtk.defs b/gtk/gnome/overrides/gtk.defs index 05fe881..57614bc 100644 --- a/gtk/gnome/overrides/gtk.defs +++ b/gtk/gnome/overrides/gtk.defs @@ -1211,6 +1211,7 @@ "gtk_recent_chooser_set_sort_func" "gtk_recent_filter_add_custom" "gtk_recent_filter_filter" + "gtk_recent_info_get_application_info" ;; needs a special wrapper "gtk_recent_info_get_applications" "gtk_recent_info_get_groups" "gtk_recent_manager_add_full" diff --git a/gtk/tests/gtk/wrapset.api b/gtk/tests/gtk/wrapset.api index e069696..7f403fd 100644 --- a/gtk/tests/gtk/wrapset.api +++ b/gtk/tests/gtk/wrapset.api @@ -4003,7 +4003,7 @@ (gtk-recent-info-get-age procedure (arity 0 0 #t)) - (gtk-recent-info-get-application-info + #;(gtk-recent-info-get-application-info procedure (arity 2 0 #f)) (gtk-recent-info-get-description -- 2.0.0 --MP_/9=CDbx/AnJkpvzbgNs2ByLV--