From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 0214011: Deprecations (bug#23850) Date: Sun, 26 Jun 2016 13:00:00 -0400 Message-ID: References: <20160626015932.22611.68078@vcs.savannah.gnu.org> <20160626015932.C2332220159@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466960448 30034 80.91.229.3 (26 Jun 2016 17:00:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Jun 2016 17:00:48 +0000 (UTC) Cc: Leo Liu To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 26 19:00:47 2016 Return-path: Envelope-to: ged-emacs-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 1bHDQN-0004e1-2i for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2016 19:00:47 +0200 Original-Received: from localhost ([::1]:54639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHDQM-0005WR-DQ for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2016 13:00:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHDPh-0005TK-0o for emacs-devel@gnu.org; Sun, 26 Jun 2016 13:00:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHDPf-0002TM-9B for emacs-devel@gnu.org; Sun, 26 Jun 2016 13:00:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHDPf-0002S9-5u; Sun, 26 Jun 2016 13:00:03 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1bHDPc-0005d1-IJ; Sun, 26 Jun 2016 13:00:00 -0400 X-Spook: Mole World Trade Center Drug Janet Reno hackers DDOS X-Ran: u>V5<+Fo5SX3pfk+}k@tq8$a1V4>v^rogRAeU (Leo Liu's message of "Sun, 26 Jun 2016 01:59:32 +0000 (UTC)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204777 Archived-At: Leo Liu wrote: > branch: master > commit 0214011cc2476bb056067f57d221ad313a910f22 > Author: Leo Liu > Commit: Leo Liu > > Deprecations (bug#23850) > > * lisp/subr.el (string-to-unibyte, string-as-unibyte, > string-to-multibyte, string-as-multibyte): Make obsolete. You should make a NEWS entry, check the manuals, and audit the codebase for usage of these functions.