From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Merging the pgtk branch Date: Sat, 18 Dec 2021 15:00:08 +0200 Message-ID: <83a6gyax0n.fsf@gnu.org> References: <20211207.010121.923567574254848362.masm@luna.pink.masm11.me> <87pmq6bccw.fsf@yahoo.com> <87ilvmfip1.fsf@yahoo.com> <20211218.215200.320390654799243849.masm@luna.pink.masm11.me> <83czluaxbo.fsf@gnu.org> <875yrmdqc0.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31056"; mail-complaints-to="usenet@ciao.gmane.io" Cc: masm+emacs@masm11.me, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 18 14:02:58 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1myZMX-0007ps-T1 for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 14:02:58 +0100 Original-Received: from localhost ([::1]:57098 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myZMW-0003wF-0u for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Dec 2021 08:02:56 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZK0-0002Dg-TP for emacs-devel@gnu.org; Sat, 18 Dec 2021 08:00:20 -0500 Original-Received: from [2001:470:142:3::e] (port=49318 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZJz-0002Nv-Sc; Sat, 18 Dec 2021 08:00:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=lb3lj87trEjy8h35Nc8tRAccZrkU2F8lBcTCu5MYWQg=; b=oERMzQ8Nf0+u /swgLn0c52Voqj9aZZIF2IFS/3tJg40+hjg3Lu20mVwWS2qhX+9xWqY1EQvgm0oQtodKVPCQcBvLR u8XgnXoNOSvKZZvxV8ftErKFME9xVucsOa6kDttwVk9L9m15OSS9W7u4c8Sp4Tw2N9pK3j2qzvl9n uZNaTrC08W1fh9g1UmIAfI21KsvLwUhpvLIy8XTTwXE4RFIg9eZAbIlke88lMg9dcmHwwdtROCoCs akhwFnQ0egsUAd040H7upcgpQul8CPm0V5dn0lSZ4kHo5z5Qxmbof7Ci/qSGmZLiA4VX82CylryLh 3aE4bJldxIp+enzLu4Alqw==; Original-Received: from [87.69.77.57] (port=3488 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myZJz-00006L-Nk; Sat, 18 Dec 2021 08:00:20 -0500 In-Reply-To: <875yrmdqc0.fsf@yahoo.com> (message from Po Lu on Sat, 18 Dec 2021 20:56:15 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282295 Archived-At: > From: Po Lu > Cc: Yuuki Harano , emacs-devel@gnu.org > Date: Sat, 18 Dec 2021 20:56:15 +0800 > > Eli Zaretskii writes: > > >> Date: Sat, 18 Dec 2021 21:52:00 +0900 (JST) > >> Cc: eliz@gnu.org, emacs-devel@gnu.org > >> From: Yuuki Harano > >> > >> > >> On Sat, 18 Dec 2021 15:58:18 +0800, > >> Po Lu wrote: > >> > So I think we're ready to merge the feature branch to master. Yuuki? > >> > >> Thank you for your review and some fixes. > >> I think so, too. > >> > >> Could you someone merge it to master? Or may I do by myself? > > > You have write access, so you can do it yourself. > > Please wait for me to merge master to feature/pgtk one last time before > merging the pgtk branch -- I just realized that the change to > Fwindow_text_pixel_size's signature needs an adjustment on the pgtk end > to work as well. Only if the branch uses that function in places different from the code on master. Otherwise, Git will do the job.