On 2015-09-08 17:50, Nicolas Goaziou writes: > 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'. Here is a patch with fixed message. I can push it myself if you want. Best, Alan