From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: cvs emacs questions Date: Mon, 16 Apr 2007 06:24:29 +0300 Message-ID: References: <1176687965.342224.234740@y5g2000hsa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1176693901 8971 80.91.229.12 (16 Apr 2007 03:25:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Apr 2007 03:25:01 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 16 05:24:55 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HdHpn-0002k7-D5 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Apr 2007 05:24:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdHuM-00047D-6n for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Apr 2007 23:29:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdHu7-00046h-1a for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 23:29:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdHu6-00046U-Jf for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 23:29:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdHu6-00046R-Av for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 23:29:22 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdHpW-000615-Kz for help-gnu-emacs@gnu.org; Sun, 15 Apr 2007 23:24:38 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-97-73.inter.net.il [80.230.97.73]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GNI88020 (AUTH halo1); Mon, 16 Apr 2007 06:24:31 +0300 (IDT) In-reply-to: <1176687965.342224.234740@y5g2000hsa.googlegroups.com> (knubee@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42709 Archived-At: > From: "knubee" > Date: 15 Apr 2007 18:46:05 -0700 > > 1. Keeping this version up to date. I realize I need to run "cvs ... > update" -- but do I also need to do the rest of the steps above after > each update (ie, "./configure" and "make bootstrap" etc.)? See the file INSTALL.CVS, it should explain this. > 2. I realize there are many changes between emacs 21.4 and 22, but are > there any major changes that require me to deal with add-on packages > (such as VM or BBDB) in a new way? For example, changes to default > locations of files, etc.? You should probably upgrade each of these extra packages to their latest versions. Also, look in etc/NEWS and etc/PROBLEMS for entries relevant to those packages.