Glenn Morris
283d38edc9
admin/make-tarball.txt: Misc small updates/edits
2014-05-02 15:45:17 -04:00
Glenn Morris
0d61348390
Make M-x authors return zero *Authors Errors* from current logs
...
* lisp/emacs-lisp/authors.el (authors-obsolete-files-regexps):
(authors-ignored-files): Add some entries, remove others.
(authors-ambiguous-files, authors-valid-file-names): Add some entries.
(authors-renamed-files-alist): Add, remove, and adjust entries.
(authors-renamed-files-regexps): Add some entries.
Remove some very broad ones. Make some entries `lax'.
(authors-lax-changelogs): New constant.
(authors-disambiguate-file-name): Treat top-level specially.
(authors-lax-changelog-p): New function.
(authors-canonical-file-name): Check file as written against
authors-valid-file-names. Do not special-case etc/.
Handle `lax' logs and authors-renamed-files-regexps elements.
* admin/make-tarball.txt: Update for no expected *Authors Errors*.
2014-01-16 21:11:36 -05:00
Glenn Morris
8e5c7e6f4e
Stop keeping etc/refcards generated PDFs in the repository
...
They are on the gnu.org website and will be in the release tarfiles.
* admin/make-tarball.txt: Mention generating pdfs in etc/refcards.
* etc/refcards/calccard.pdf, etc/refcards/cs-dired-ref.pdf:
* etc/refcards/cs-refcard.pdf, etc/refcards/de-refcard.pdf:
* etc/refcards/dired-ref.pdf, etc/refcards/fr-dired-ref.pdf:
* etc/refcards/fr-refcard.pdf, etc/refcards/gnus-booklet.pdf:
* etc/refcards/gnus-refcard.pdf, etc/refcards/orgcard.pdf:
* etc/refcards/pl-refcard.pdf, etc/refcards/pt-br-refcard.pdf:
* etc/refcards/refcard.pdf, etc/refcards/ru-refcard.pdf:
* etc/refcards/sk-dired-ref.pdf, etc/refcards/sk-refcard.pdf:
Remove generated files from repository.
2013-08-14 23:38:44 -07:00
Glenn Morris
184e234287
admin/make-tarball.txt: mention platform-testers mailing list
2013-08-05 09:18:57 -07:00
Glenn Morris
6b88120b11
Fix typo in previous
2013-03-09 18:15:08 -08:00
Glenn Morris
9e4a1ee063
Add note about release candidate
2013-03-09 18:14:29 -08:00
Glenn Morris
fe5b74fc1a
Mention checking autotools when testing tarfile.
2013-03-06 23:03:18 -08:00
Paul Eggert
c38e0c974e
Prefer UTF-8 when the encoding shouldn't matter and changes are small.
2013-03-05 09:13:01 -08:00
Glenn Morris
31045a5b61
Misc make-tarball updates
2013-01-09 20:12:46 -08:00
Glenn Morris
7d2707f957
Misc updates for admin/make-tarball.txt
2013-01-02 18:04:31 -08:00
Glenn Morris
a0b4e66e07
Mention self-registration for ftp uploads
2012-12-22 18:41:17 -08:00
Chong Yidong
1e1bbf410d
Minor update to make-tarball.txt.
2012-11-24 23:24:40 +08:00
Paul Eggert
501390c597
Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
...
It is confusingly named and rarely useful. See, for example,
<http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html >.
* INSTALL.BZR: Don't mention --disable-maintainer-mode.
* Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
* configure.in: Remove --disable-maintainer-mode.
(USE_MAINTAINER_MODE, MAINT): Remove.
* admin/make-tarball.txt: Don't worry about maintainer mode.
* etc/NEWS: Mention this.
2012-06-01 11:26:21 -07:00
Glenn Morris
50b2d54ca0
Mention updating the homepage after a release.
2012-02-04 14:12:14 -08:00
Chong Yidong
ab22a8a196
Updates to admin/make-tarball.txt.
2011-09-25 23:40:18 -04:00
Glenn Morris
9257ee21a4
* admin/make-tarball.txt: Comment.
2011-03-25 00:17:23 -07:00
Glenn Morris
f6ca84c095
Remove some files that autoreconf can supply.
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00863.html
* compile, config.guess, config.sub, depcomp, install-sh, missing:
Remove; autoreconf can supply them.
* Makefile.in (sync-from-gnulib): Don't sync config.sub,
config.guess, install-sh. Pass -i to autoreconf.
* autogen/update_autogen (genfiles): Add compile, config.guess,
config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
Discard non-error output from autoreconf in -q case.
* autogen/compile, autogen/config.guess, autogen/config.sub:
* autogen/depcomp, autogen/install-sh, autogen/missing: New files.
* autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
* autogen/README: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
* INSTALL.BZR, admin/make-tarball.txt: Add -i to autoreconf args.
* .bzrignore: Add compile, config.guess, config.sub, depcomp,
install-sh, missing.
2011-03-25 00:14:31 -07:00
Glenn Morris
66b874939b
(Re)move autotools generated files from the repository.
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00225.html
* autogen/: New directory, to be excluded from releases.
* autogen/copy_autogen, autogen/update_autogen: New scripts.
* autogen/README: New file.
* autogen/aclocal.m4, autogen/config.in, autogen/configure:
* autogen/Makefile.in: Add auto-updated generated files.
* autogen.sh: No longer a no-op, now it tests for autotools
and runs them as necessary.
* configure.in: Defaule maintainer-mode to on.
* aclocal.m4, configure, lib/Makefile.in: Remove files.
* src/config.in: Remove file.
* INSTALL.BZR, admin/make-tarball.txt: Update instructions.
2011-03-20 16:58:23 -07:00
Paul Eggert
d6100f3de6
* make-tarball.txt: Suggest 'autoreconf -I m4 --force'
...
rather than doing rm and autoconf by hand. See
<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html >.
2011-01-19 15:56:42 -08:00
Glenn Morris
1a71dc4933
* admin/make-tarball.txt: Misc updates.
2010-10-21 20:28:21 -07:00
Ken Raeburn
e45b9e1939
Update scripts and text to refer to version number string in emacs.c
...
instead of version.el.
2010-05-15 17:12:44 -04:00
Chong Yidong
9e250ccc1c
No longer need to patch configure.
2009-12-09 02:32:27 +00:00
Eli Zaretskii
54aa48feb7
Add a note about bumping the value of
...
customize-changed-options-previous-release.
2009-07-11 10:40:30 +00:00
Glenn Morris
e8ccb86904
Mention adding branch commits to emacs-diffs.
2009-06-22 07:06:29 +00:00
Chong Yidong
f8d7c2d119
Add note about configure patch.
2009-02-26 13:27:28 +00:00
Glenn Morris
c789f32c3a
Add some stuff on checking first pretest tarball of a major release.
2009-02-04 03:42:04 +00:00
Glenn Morris
3baeb95e46
Mention pretest version numbering.
2009-02-03 04:04:15 +00:00
Chong Yidong
e542c7fd3a
Update instructions.
2008-09-07 20:34:05 +00:00
Dan Nicolaescu
9e2a264775
Remove support for Mac Carbon.
...
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon
* erc.el: Remove code for Carbon.
Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.
Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.
* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.
* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.
* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.
* xresources.texi: Remove mentions of Mac Carbon.
* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.
Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL: Remove code for Carbon.
* configure: Regenerate.
2008-07-27 18:24:48 +00:00
Miles Bader
1bad168e59
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
2008-01-22 23:53:46 +00:00
Glenn Morris
5525a92a34
finder-inf no longer in CVS.
...
Fill last paragraph.
2008-01-16 04:17:13 +00:00
Glenn Morris
28dd7fcf2f
Update for doc/ directory.
...
finder-inf no longer in CVS.
2008-01-16 04:11:16 +00:00
Juri Linkov
85050c099f
Add etc/ to AUTHORS.
2007-09-09 11:55:09 +00:00
Glenn Morris
3d2a7c53b6
Mention increasing trunk version number after branching.
2007-04-26 03:34:46 +00:00
Nick Roberts
017f0417b3
*** empty log message ***
2007-04-25 01:32:35 +00:00
Nick Roberts
cb69c3d009
Add note about cutting the branch.
2007-04-25 01:26:05 +00:00
Chong Yidong
1d5a4641f7
Add three additional files to commit.
2006-11-18 21:47:06 +00:00
Chong Yidong
652e399ffc
cus-load.el need no longer be committed.
2006-11-18 21:42:07 +00:00
Romain Francoise
7dee3a04e8
Fix upload instructions: pretest files should not be uploaded in
...
/incoming/ftp, but in /incoming/alpha.
2006-10-13 20:47:27 +00:00
Ramprasad B
4d28fc11ff
added rms id and FIXME - point 13 should be updated
2006-03-28 09:33:53 +00:00
Lute Kamstra
9bd4fb3fb8
Commit lispref/elisp.texi too.
2005-06-10 10:24:02 +00:00
Lute Kamstra
834671a685
Don't commit lisp/loaddefs.el.
2005-04-19 09:59:29 +00:00
Francesco Potortì
140281f621
ftp upload procedure finally described
2005-02-06 22:32:31 +00:00
Francesco Potortì
383c1c75ac
Correct original attribution
2004-02-26 09:34:52 +00:00
Francesco Potortì
418b094bd5
The upload procedure that was described is no more valid after the
...
break-ins.
Need to describe how to upgrade AUTHORS using emacs-lisp/authors.el.
2003-10-24 12:19:56 +00:00
Lute Kamstra
c098207242
Mention regenerating Emacs' AUTHORS file.
2003-09-29 10:08:11 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Francesco Potortì
41a3c7b027
Release instructions added.
2003-03-19 13:02:12 +00:00
Francesco Potortì
b923b25a0d
Typo.
2003-02-06 11:58:52 +00:00
Francesco Potortì
2bdbfa86da
Improve some rough ends.
2003-01-20 16:15:42 +00:00