From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Newsgroups: gmane.emacs.bugs Subject: bug#18674: Bug#762435: emacs24: Warning message from GLib-GObject Date: Sat, 11 Oct 2014 12:42:46 +0200 Message-ID: <4B2BAE6C-A2E5-4F5A-AE43-D56AA1038C94@swipnet.se> References: <87zjd4280a.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1413024203 2161 80.91.229.3 (11 Oct 2014 10:43:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Oct 2014 10:43:23 +0000 (UTC) Cc: 18674@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 11 12:43:17 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Xcu8q-0006vy-PI for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Oct 2014 12:43:16 +0200 Original-Received: from localhost ([::1]:53687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcu8q-0003bg-2g for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 Oct 2014 06:43:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcu8i-0003bZ-8C for bug-gnu-emacs@gnu.org; Sat, 11 Oct 2014 06:43:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xcu8d-00035M-3a for bug-gnu-emacs@gnu.org; Sat, 11 Oct 2014 06:43:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:49208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcu8d-00035G-0K for bug-gnu-emacs@gnu.org; Sat, 11 Oct 2014 06:43:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xcu8c-0006j1-3c for bug-gnu-emacs@gnu.org; Sat, 11 Oct 2014 06:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 11 Oct 2014 10:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18674 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18674-submit@debbugs.gnu.org id=B18674.141302417925840 (code B ref 18674); Sat, 11 Oct 2014 10:43:02 +0000 Original-Received: (at 18674) by debbugs.gnu.org; 11 Oct 2014 10:42:59 +0000 Original-Received: from localhost ([127.0.0.1]:40772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xcu8Y-0006ih-Eb for submit@debbugs.gnu.org; Sat, 11 Oct 2014 06:42:58 -0400 Original-Received: from mailfe03.swip.net ([212.247.154.65]:41620 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xcu8U-0006iX-96 for 18674@debbugs.gnu.org; Sat, 11 Oct 2014 06:42:56 -0400 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 372261167; Sat, 11 Oct 2014 12:42:47 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94406 Hi. 10 okt 2014 kl. 18:03 skrev Glenn Morris : >=20 >> GLib-GObject-WARNING **: The property GtkMisc:xalign is deprecated >=20 > Apparently gtk_misc_set_alignment is deprecated: >=20 > https://developer.gnome.org/gtk3/stable/GtkMisc.html >=20 > gtk_misc_set_alignment has been deprecated since version 3.14 and = should > not be used in newly-written code. >=20 > Use GtkWidget alignment and margin properties. The problem is they don't do exactly the same, but it might be good = enough for Emacs. We use other deprecated stuff, like stock items (deprecated in 3.10). = Every Gtk release deprecates a lot of stuff, those guys can never seem = to decide on anything. I don't know if these should be fixed in emacs-24 or not. Emacs 24 probably won't compile on Gnome 4, but chances are we have a = bugfix release out before Gnome 4, or even 25.1.=