Skip to content

Commit c4be801

Browse files
author
Richard Stallman
committed
Merge
2 parents 53f0de5 + 15814d0 commit c4be801

File tree

398 files changed

+8035
-7804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+8035
-7804
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ variables:
3232

3333
before_script:
3434
- apt update -qq
35-
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc make autoconf automake libncurses-dev gnutls-dev git
35+
- DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y -qq -o=Dpkg::Use-Pty=0 libc-dev gcc g++ make autoconf automake libncurses-dev gnutls-dev git
3636

3737
stages:
3838
- test

ChangeLog.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@
14271427

14281428
* lisp/startup.el (command-line): Allow XDG-style as well as old
14291429
style paths.
1430-
* doc/startup.texi: Document the above change.
1430+
* doc/emacs/custom.texi: Document the above change.
14311431

14321432
2019-04-11 Eli Zaretskii <[email protected]>
14331433

INSTALL

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -214,42 +214,6 @@ like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with
214214
eg 'emacs25'). On Red Hat-based systems, the corresponding command is
215215
'dnf builddep emacs' (on older systems, use 'yum-builddep' instead).
216216

217-
* GNU/Linux source and debug packages
218-
219-
Many GNU/Linux systems provide separate packages containing the
220-
sources and debug symbols of Emacs. They are useful if you want to
221-
check the source code of Emacs primitive functions or debug Emacs on
222-
the C level.
223-
224-
The names of the packages that you need vary according to the
225-
GNU/Linux distribution that you use. On Debian-based systems, you can
226-
install a source package of Emacs with a command like 'apt-get source
227-
emacs' (on older systems, replace 'emacs' with eg 'emacs25'). The
228-
target directory for unpacking the source tree is the current
229-
directory. On Red Hat-based systems, the corresponding command is
230-
'dnf install emacs-debugsource', with target directory /usr/src/debug
231-
(this requires to add the *-debuginfo repositories first, via 'dnf
232-
config-manager --set-enabled fedora-debuginfo updates-debuginfo').
233-
234-
Once you have installed the source package, for example at
235-
/path/to/emacs-26.1, add the following line to your startup file:
236-
237-
(setq find-function-C-source-directory
238-
"/path/to/emacs-26.1/src")
239-
240-
The installation directory of the Emacs source package will contain
241-
the exact package name and version number Emacs is installed on your
242-
system. If a new Emacs package is installed, the source package must
243-
be reinstalled as well, and the setting in your startup file must be
244-
updated.
245-
246-
Emacs debugging symbols are distributed by a debug package. It does
247-
not exist for every released Emacs package, this depends on the
248-
distribution. On Debian-based systems, you can install a debug
249-
package of Emacs with a command like 'apt-get install emacs-dbg' (on
250-
older systems, replace 'emacs' with eg 'emacs25'). On Red Hat-based
251-
systems, the corresponding command is 'dnf debuginfo-install emacs'.
252-
253217

254218
DETAILED BUILDING AND INSTALLATION:
255219

admin/MAINTAINERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ Ulf Jasper
126126
lisp/calendar/icalendar.el
127127
test/lisp/calendar/icalendar-tests.el
128128

129+
Amin Bandali
130+
ERC
131+
lisp/erc/*
132+
doc/misc/erc.texi
133+
129134
==============================================================================
130135
2. Areas that someone is willing to maintain, although he would not
131136
necessarily mind if someone else was the official maintainer.
@@ -248,6 +253,11 @@ Alan Third
248253
lisp/term/ns-win.el
249254
doc/emacs/macos.texi
250255

256+
Amin Bandali
257+
Eshell
258+
lisp/eshell/*
259+
doc/misc/eshell.texi
260+
251261

252262
;;; Local Variables:
253263
;;; coding: utf-8

admin/authors.el

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ files.")
206206
("Yoni Rabkin" "Yoni Rabkin Katzenell")
207207
("Yoshinori Koseki" "KOSEKI Yoshinori" "小関 吉則")
208208
("Yutaka NIIBE" "NIIBE Yutaka")
209+
(nil "stardiviner")
209210
)
210211
"Alist of author aliases.
211212
@@ -440,6 +441,24 @@ Changes to files matching one of the regexps in this list are not listed.")
440441
"nt/subdirs.el"
441442
"config.nt"
442443
"nextstep/WISHLIST"
444+
;; Removed, replaced by gitmerge.el
445+
"admin/bzrmerge.el"
446+
;; Removed in commit f5090b91299
447+
"lib/fdatasync.c"
448+
;; Removed as obsolete
449+
"nt/README-ftp-server"
450+
"admin/notes/font-backend"
451+
"gnus-overrides.texi"
452+
"CENSORSHIP"
453+
"GNU"
454+
"LINUX-GNU"
455+
"THE-GNU-PROJECT"
456+
"WHY-FREE"
457+
"MORE.STUFF"
458+
"notes/font-backend"
459+
;; ada-mode has been deleted, now in GNU ELPA
460+
"ada-mode.texi"
461+
"GNUS-NEWS"
443462
)
444463
"List of files and directories to ignore.
445464
Changes to files in this list are not listed.")
@@ -752,6 +771,9 @@ Changes to files in this list are not listed.")
752771
"org-mac-message.el" "org-mew.el" "org-w3m.el" "org-vm.el" "org-wl.el"
753772
"org-mks.el" "org-remember.el" "org-xoxo.el" "org-docbook.el"
754773
"org-freemind.el" "ox-jsinfo.el"
774+
"org-irc.el" "org-rmail.el" "org-docview.el" "org-keys.el" "org-mhe.el"
775+
"org-gnus.el" "org-bibtex.el" "org-bbdb.el" "org-info.el" "org-eshell.el"
776+
"ob-keys.el"
755777
"org-exp-blocks.el" ; maybe this is ob-exp now? dunno
756778
"org-lparse.el"
757779
"org-special-blocks.el" "org-taskjuggler.el"
@@ -1076,6 +1098,11 @@ in the repository.")
10761098
("src/module.c" . "src/emacs-module.c")
10771099
;; gnulib
10781100
("lib/strftime.c" . "lib/nstrftime.c")
1101+
("test/src/regex-tests.el" . "test/src/regex-emacs-tests.el")
1102+
("test/lisp/emacs-lisp/cl-tests.el" . "test/lisp/obsolete/cl-tests.el")
1103+
("lisp/net/starttls.el" . "lisp/obsolete/starttls.el")
1104+
("url-ns.el" . "lisp/obsolete/url-ns.el")
1105+
("gnus-news.texi" . "doc/misc/gnus.texi")
10791106
)
10801107
"Alist of files which have been renamed during their lifetime.
10811108
Elements are (OLDNAME . NEWNAME).")

admin/merge-gnulib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GNULIB_MODULES='
3838
getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog
3939
ieee754-h ignore-value intprops largefile lstat
4040
manywarnings memmem-simple mempcpy memrchr minmax mkostemp mktime nstrftime
41-
pathmax pipe2 pselect pthread_sigmask putenv
41+
pathmax pipe2 pselect pthread_sigmask
4242
qcopy-acl readlink readlinkat regex
4343
sig2str socklen stat-time std-gnu11 stdalign stddef stdio
4444
stpcpy strnlen strtoimax symlink sys_stat sys_time

admin/notes/font-backend

Lines changed: 0 additions & 69 deletions
This file was deleted.

admin/notes/unicode

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,19 @@ nontrivial changes to the build process.
256256

257257
etc/tutorials/TUTORIAL.ja
258258

259+
* iso-2022-7bit
260+
261+
This file contains multiple Chinese charsets, and converting it
262+
to UTF-8 would lose the charset property and would change the
263+
code's behavior. Although this could be worked around by
264+
propertizing the strings, that hasn't been done.
265+
266+
lisp/international/titdic-cnv.el
267+
259268
* utf-8-emacs
260269

261270
These files contain characters that cannot be encoded in UTF-8.
262271

263-
lisp/international/titdic-cnv.el
264272
lisp/language/ethio-util.el
265273
lisp/language/ethiopic.el
266274
lisp/language/ind-util.el

0 commit comments

Comments
 (0)