1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
emacs/admin
Paul Eggert c66a3944ed Merge from origin/emacs-26
7f089aa5f6 Require seq in rmc.el
53aaad1dfc Make an example code introduced in the Gnus info work (bug...
7b29db222f Enable gnus-read-ephemeral-* to run multiple times (bug#29...
015f0bb2d8 Port thread.c to OpenBSD ARM
ad68bbd0da Fix another "wrong side of point" error in CC Mode.
646e56e150 Fix Bug#28959
685fd77959 Fix duplicate .o file on QNX
e562356c3f Fix two js indentation problems
b8cf159bbc Update documentation for windows build
46540a1c7a Fix a "wrong side of point" error in CC Mode.  Fixes bug #...
57ca409111 Fix autoload of flymake from elisp-mode during bootstrap (...
aee0bc8775 Fix non-native fullscreen on NS (bug#28872)
d6c1a9cb8a ; Fix author email address in test/lisp/url/url-tramp-test...
761c630766 Fix Bug#28982
628b653209 Fix windows build errors
e8a06a5f9a Fix compile warning for non-w32 builds
0c536a20fb Display commit in package description, if available (Bug#2...
1d83257a1d Port to QNX
19667f44ef * configure.ac: Tweak libcurses diagnostic.
3fc05cfaec Scripts to automate windows binary distribution
928a106939 Fix Edebug specs for map-let and with-maps-do
46f2ee0d4c * test/lisp/net/tramp-tests.el (tramp-test41-delay-load): ...
b51009d7f0 * admin/authors.el (authors-canonical-author-name): Ignore...
a015db90e3 * test/lisp/progmodes/sql-tests.el (sql-tests-postgres-lis...
529a9c09d3 Further work on Bug#28889
c6deabaf4d Improve Tramp backward compatibility
8093e82e42 Improve backward compatibility of tramp-tests.el
46cdc01daa Fix some ‘window-normalize-’ prefixed functions (Bug#28947)
6360611457 Port to OpenIndiana
a012ec766c Don't fill keywords after Emacs Lisp docstring
b7c4aa951c Refactor c-forward-token-2 with new function c-forward-ove...
3aee7be62e Avoid unnecessary rounding errors in timestamps
2bfa42855b Fix xdg timestamp error on 32-bit Emacs
237e96bc52 Test that advice doesn't trigger bytecomp warnings (Bug#28...
d719ea6ad5 Another fix for unsafe directory error message (Bug#865)
b060e091c3 Handle https url for debbugs mbox (Bug#28831)
9e4265ef91 Ignore string properties when saving eshell history (Bug#2...
0f286ca85a Fix Bug#28889
2017-11-02 21:01:04 -07:00
..
charsets Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
coccinelle Minor quoting fixes in scripts and doc 2015-09-16 16:07:15 -07:00
grammars Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
notes Merge from origin/emacs-26 2017-10-20 22:44:13 -07:00
nt Update documentation for windows build 2017-10-25 22:06:50 +01:00
unidata Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
admin.el Tweak format of list of old files in NEWS header 2017-10-20 19:14:34 -04:00
alloc-colors.c Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
authors.el Merge from origin/emacs-26 2017-11-02 21:01:04 -07:00
build-configs Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
bzrmerge.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ChangeLog.1 Prefer HTTPS to HTTP for gnu.org 2017-10-01 19:59:01 -07:00
check-doc-strings Port "$@" to OpenIndiana ksh93 2016-01-24 17:29:01 -08:00
CPP-DEFINES Improve make-temp-file performance on local files 2017-08-12 15:14:45 -07:00
cus-test.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
diff-tar-files Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
find-gc.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
gitmerge.el emacs-25 → emacs-26 2017-09-25 11:12:11 -07:00
last-chance.el Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
MAINTAINERS Fix Bug#28982 2017-10-25 13:36:49 +02:00
make-emacs Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
make-tarball.txt emacs-25 → emacs-26 2017-09-25 11:12:11 -07:00
merge-gnulib Port file-system-info to non-Microsoft 2017-10-01 22:33:20 -07:00
merge-pkg-config Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
quick-install-emacs Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
README Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
release-process Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
update_autogen Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
update-copyright Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2017 Free Software Foundation, Inc.
See the end of the file for license conditions.


			 The admin directory

This directory contains scripts and other things useful for developing
and maintaining Emacs.  These files are not part of Emacs releases
because they are not deemed generally useful, and you have to know
what you do when using them.


* Instructions and scripts used to prepare an Emacs release.

** release-process

The release process used by GNU Emacs.

** make-tarball.txt

Instructions to create pretest or release tarballs, announcements, etc.

** admin.el

Utilities for setting version numbers and alike.


* Scripts that can be used to build and test Emacs.

** build-configs

Build Emacs in various configurations.

** make-emacs

Build Emacs in various ways.

** quick-install-emacs

Install emacs quickly ("incrementally").

** alloc-colors.c

A utility program that allocates a given number of colors on X.  Can
be used to debug Emacs with dense colormaps (PseudoColor).

** check-doc-strings

Check doc strings against documentation.

** cus-test.el

Tests for custom types and load problems.

** diff-tar-files

Show files added/removed between two tar files.


Brief description of sub-directories:

charsets		scripts for generating charset map files
			in ../etc/charsets
unidata			scripts for generating character property files
			in ../lisp/international


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.

Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: