annotate INSTALL.BZR @ 107474:f7e5232d459a

Synch with Gnus trunk ===================== 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org> * gnus-art.el (canlock-verify): Autoload it for Emacs 21. * message.el (ecomplete-setup): Autoload it for Emacs <23. * mml-sec.el (mml-secure-cache-passphrase): Default to t that is password-cache's default if it is not bound. (mml-secure-passphrase-cache-expiry): Default to 16 that is password-cache-expiry's default if it is not bound. * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not available in Emacs 21. 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com> * auth-source.el (auth-sources): Fix up definition so extra parameters are always inline. 2010-03-22 Martin Stjernholm <mast@lysator.liu.se> * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity wasn't updated after mismatch. Clear cached mailbox info correctly when uidvalidity changes. (nnimap-group-prefixed-name): New function to avoid some code duplication. (nnimap-verify-uidvalidity, nnimap-group-overview-filename) (nnimap-request-group): Use it. (nnimap-retrieve-groups, nnimap-verify-uidvalidity) (nnimap-update-unseen): Significantly improved speed of Gnus startup with many imap folders. This is done by caching the group status from the imap server persistently in a group parameter `imap-status'. (This was cached before too if `nnimap-retrieve-groups-asynchronous' was set, but not persistently, so every Gnus startup was still very slow.) 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com> * auth-source.el: Set up autoloads. Bump to 23.2 because of the secrets.el dependency. (auth-sources): Add optional user name. Add secrets.el configuration choice (unused right now). 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com> * gnus-sum.el (gnus-summary-make-menu-bar): Let `gnus-registry-install-shortcuts' fill in the functions. * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid warnings. (gnus-registry-misc-menus): Variable to hold registry mark menus. (gnus-registry-install-shortcuts): Populate and use it in a `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks". 2010-03-20 Martin Stjernholm <mast@lysator.liu.se> * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name): In-place substitutions for the group name encoding/decoding. (nnimap-find-minmax-uid, nnimap-possibly-change-group) (nnimap-retrieve-headers-progress, nnimap-possibly-change-group) (nnimap-retrieve-headers-progress, nnimap-request-article-part) (nnimap-update-unseen, nnimap-request-list) (nnimap-retrieve-groups, nnimap-request-update-info-internal) (nnimap-request-set-mark, nnimap-split-to-groups) (nnimap-split-articles, nnimap-request-newgroups) (nnimap-request-create-group, nnimap-request-accept-article) (nnimap-request-delete-group, nnimap-request-rename-group) (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with `encoded-mbx' for consistency. (nnimap-close-group): Call `imap-current-mailbox' instead of using the variable `imap-current-mailbox'. * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers) (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'. 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs> * pop3.el (pop3-display-message-size-flag): Display message size byte counts during POP3 download. (pop3-movemail): Use it. (pop3-list): Implement listing of available messages. 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change) * nnir.el (nnir-get-article-nov-override-function): New function to override the normal NOV retrieval. (nnir-retrieve-headers): Use it.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 23 Mar 2010 07:38:13 +0000
parents 4d2a82992443
children ac52af4a044c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
106802
b92c3979701c Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents: 106667
diff changeset
1 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
75587
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 72914
diff changeset
2 Free Software Foundation, Inc.
75769
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
3 See the end of the file for license conditions.
75587
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 72914
diff changeset
4
68cfc1db0d26 Add copyright and permissions notices.
Glenn Morris <rgm@gnu.org>
parents: 72914
diff changeset
5
106652
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
6 Building and Installing Emacs from Bazaar
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
7
101131
1541a3c11c7f Move configuration explicitly to the first step.
Juri Linkov <juri@jurta.org>
parents: 100959
diff changeset
8 If this is the first time you go through it, you'll need to configure
1541a3c11c7f Move configuration explicitly to the first step.
Juri Linkov <juri@jurta.org>
parents: 100959
diff changeset
9 before bootstrapping:
1541a3c11c7f Move configuration explicitly to the first step.
Juri Linkov <juri@jurta.org>
parents: 100959
diff changeset
10
1541a3c11c7f Move configuration explicitly to the first step.
Juri Linkov <juri@jurta.org>
parents: 100959
diff changeset
11 $ ./configure
1541a3c11c7f Move configuration explicitly to the first step.
Juri Linkov <juri@jurta.org>
parents: 100959
diff changeset
12
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
13 Some of the files that are included in the Emacs tarball, such as
106652
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
14 byte-compiled Lisp files, are not stored in Bazaar. Therefore, to
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
15 build from Bazaar you must run "make bootstrap" instead of just "make":
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
16
106667
7ef5489936c5 Fix bazaar update instructions
Andreas Schwab <schwab@linux-m68k.org>
parents: 106655
diff changeset
17 $ bzr pull
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
18 $ make bootstrap
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
19
106652
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
20 Normally, it is not necessary to use "make bootstrap" after every
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
21 update from Bazaar. "make" should work in 90% of the cases and be
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
22 much quicker.
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
23
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
24 $ make
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
25
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
26 (If you want to install the Emacs binary, type "make install" instead
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
27 of "make" in the last command.)
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
28
95687
18c9a69d751f loaddefs are always fully regenerated on bootstrapping.
Glenn Morris <rgm@gnu.org>
parents: 95686
diff changeset
29 Occasionally the file "lisp/loaddefs.el" (and similar automatically
18c9a69d751f loaddefs are always fully regenerated on bootstrapping.
Glenn Morris <rgm@gnu.org>
parents: 95686
diff changeset
30 generated files, such as esh-groups.el, and *-loaddefs.el in some
18c9a69d751f loaddefs are always fully regenerated on bootstrapping.
Glenn Morris <rgm@gnu.org>
parents: 95686
diff changeset
31 subdirectories of lisp/, e.g. mh-e/ and calendar/) will need to be
18c9a69d751f loaddefs are always fully regenerated on bootstrapping.
Glenn Morris <rgm@gnu.org>
parents: 95686
diff changeset
32 updated to reflect new autoloaded functions. If you see errors (rather
18c9a69d751f loaddefs are always fully regenerated on bootstrapping.
Glenn Morris <rgm@gnu.org>
parents: 95686
diff changeset
33 than warnings) about undefined lisp functions during compilation, that
18c9a69d751f loaddefs are always fully regenerated on bootstrapping.
Glenn Morris <rgm@gnu.org>
parents: 95686
diff changeset
34 may be the reason. Another symptom may be an error saying that
18c9a69d751f loaddefs are always fully regenerated on bootstrapping.
Glenn Morris <rgm@gnu.org>
parents: 95686
diff changeset
35 "loaddefs.el" could not be found; this is due to a change in the way
106652
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
36 loaddefs.el was handled in version control, and should only happen
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
37 once, for users that are updating old sources. Finally, sometimes
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
38 there can be build failures related to *loaddefs.el (e.g. "required
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
39 feature `esh-groups' was not provided"). In that case, follow the
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
40 instructions below.
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
41
93899
b6020a64025d Improve previous change.
Glenn Morris <rgm@gnu.org>
parents: 93871
diff changeset
42 To update loaddefs.el (and similar files), do:
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
43
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
44 $ cd lisp
96069
b0615674c5b7 Remove references to passing EMACS to make, since the defaults are
Glenn Morris <rgm@gnu.org>
parents: 95722
diff changeset
45 $ make autoloads
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
46
66301
6f111b7dd138 Add mh-autoloads to the partial rebuild procedure.
Eli Zaretskii <eliz@gnu.org>
parents: 54679
diff changeset
47 If either of the above partial procedures fails, try "make bootstrap".
104860
216634f325ab Don't mention maintainer-clean, since `make bootstrap' does this now.
Glenn Morris <rgm@gnu.org>
parents: 102349
diff changeset
48 If CPU time is not an issue, the most thorough way to rebuild, and
216634f325ab Don't mention maintainer-clean, since `make bootstrap' does this now.
Glenn Morris <rgm@gnu.org>
parents: 102349
diff changeset
49 avoid any spurious problems, is always to use this method.
93869
f06f50495cd9 Mention deleting loaddefs, maintainer-clean.
Glenn Morris <rgm@gnu.org>
parents: 79751
diff changeset
50
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
51 Users of non-Posix systems (MS-Windows etc.) should run the
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
52 platform-specific configuration scripts (nt/configure.bat, config.bat,
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
53 etc.) before "make bootstrap" or "make"; the rest of the procedure is
96069
b0615674c5b7 Remove references to passing EMACS to make, since the defaults are
Glenn Morris <rgm@gnu.org>
parents: 95722
diff changeset
54 applicable to those systems as well.
53439
19d4dac27e5c Renamed INSTALL-CVS to INSTALL.CVS to avoid file-name
Eli Zaretskii <eliz@is.elta.co.il>
parents:
diff changeset
55
106652
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
56 Questions, requests, and bug reports about the Bazaar versions of Emacs
106802
b92c3979701c Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents: 106667
diff changeset
57 should be sent to bug-gnu-emacs@gnu.org rather than gnu.emacs.help.
b92c3979701c Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents: 106667
diff changeset
58 Ideally, use M-x report-emacs-bug RET.
54055
6a13a0f9d22b Add info about ssh/cvs related problems and work-around.
Kim F. Storm <storm@cua.dk>
parents: 53439
diff changeset
59
106652
7b9e6639caa3 * INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
Karl Fogel <kfogel@red-bean.com>
parents: 104860
diff changeset
60 Because the Bazaar version of Emacs is a work in progress, it will
97932
20ce3b4f1247 A plea for fewer "it doesn't build" messages.
Glenn Morris <rgm@gnu.org>
parents: 96134
diff changeset
61 sometimes fail to build. Please wait a day or so (and check the bug
20ce3b4f1247 A plea for fewer "it doesn't build" messages.
Glenn Morris <rgm@gnu.org>
parents: 96134
diff changeset
62 and development mailing list archives) before reporting such problems.
20ce3b4f1247 A plea for fewer "it doesn't build" messages.
Glenn Morris <rgm@gnu.org>
parents: 96134
diff changeset
63 In most cases, the problem is known about and is just waiting for
20ce3b4f1247 A plea for fewer "it doesn't build" messages.
Glenn Morris <rgm@gnu.org>
parents: 96134
diff changeset
64 someone to fix it.
20ce3b4f1247 A plea for fewer "it doesn't build" messages.
Glenn Morris <rgm@gnu.org>
parents: 96134
diff changeset
65
54055
6a13a0f9d22b Add info about ssh/cvs related problems and work-around.
Kim F. Storm <storm@cua.dk>
parents: 53439
diff changeset
66
75769
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
67
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
68 This file is part of GNU Emacs.
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
69
94719
1a762a842f80 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94434
diff changeset
70 GNU Emacs is free software: you can redistribute it and/or modify
75769
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
71 it under the terms of the GNU General Public License as published by
94719
1a762a842f80 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94434
diff changeset
72 the Free Software Foundation, either version 3 of the License, or
1a762a842f80 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94434
diff changeset
73 (at your option) any later version.
75769
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
74
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
75 GNU Emacs is distributed in the hope that it will be useful,
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
76 but WITHOUT ANY WARRANTY; without even the implied warranty of
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
77 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
78 GNU General Public License for more details.
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
79
92a0e87ff562 Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents: 75587
diff changeset
80 You should have received a copy of the GNU General Public License
94719
1a762a842f80 Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94434
diff changeset
81 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.