From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Consistently use `org-mac-paste-applescript-links' in org-mac-links Date: Tue, 08 Sep 2015 17:50:41 +0200 Message-ID: <87pp1shpv2.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZL8t-0004gi-J2 for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 11:49:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZL8p-0000hE-O4 for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 11:49:07 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:60785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZL8p-0000gw-IW for emacs-orgmode@gnu.org; Tue, 08 Sep 2015 11:49:03 -0400 In-Reply-To: (Alan Schmitt's message of "Tue, 08 Sep 2015 10:16:26 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alan Schmitt Cc: emacs-orgmode Hello, Alan Schmitt writes: > I do not know how to write the changelog when the same change happens > over many different functions. Please tell me if I need to change the > commit message. [...] > > * contrib/lisp/org-mac-link.el (org-mac-firefox-get-frontmost-url): > Replace the handling of AppleScript results code with > `org-mac-paste-applescript-links'. > (org-mac-vimperator-get-frontmost-url): Replace the handling of > AppleScript results code with `org-mac-paste-applescript-links'. > (org-mac-chrome-get-frontmost-url): Replace the handling of AppleScript > results code with `org-mac-paste-applescript-links'. > (org-mac-skim-get-page): Replace the handling of AppleScript results > code with `org-mac-paste-applescript-links'. > (org-mac-outlook-message-get-links): Replace the handling of AppleScript > results code with `org-mac-paste-applescript-links'. > (org-mac-devonthink-get-links): Replace the handling of AppleScript > results code with `org-mac-paste-applescript-links'. IMO, it should be * contrib/lisp/org-mac-link.el (org-mac-firefox-get-frontmost-url) (org-mac-vimperator-get-frontmost-url) (org-mac-chrome-get-frontmost-url) ... (org-mac-devonthink-get-links): Replace the handling of AppleScript results code with `org-mac-paste-applescript-links'. Regards, -- Nicolas Goaziou