lp:emacs

Created by snd and last modified
Get this branch:
bzr branch lp:emacs

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS Imports II
Project:
GNU Emacs
Status:
Mature

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.savannah.gnu.org/emacs.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on izar and finished taking 40 seconds — see the log
Import started on alnitak and finished taking 50 seconds — see the log
Import started on izar and finished taking 40 seconds — see the log
Import started on alnitak and finished taking 50 seconds — see the log

Recent revisions

95772. By Glenn Morris

; Merge from origin/emacs-26

The following commit was skipped:

e3b3683 (origin/emacs-26) Bump Emacs version to 26.1.90

95771. By Glenn Morris

Merge from origin/emacs-26

189c49e * etc/AUTHORS: Update.
9723c21 ; ChangeLog.3 update

95770. By Glenn Morris

; Merge from origin/emacs-26

The following commit was skipped:

1d79c2e Work around dumping bug on GNU/Linux ppc64le

95769. By Glenn Morris

Merge from origin/emacs-26

913c001 * lisp/files.el (write-file): Clarify the doc string. (Bug#3...
d614b84 Fix typos in midnight.el
8c2778a Improve documentation of 'move-file-to-trash'
c7b8a51 ; * doc/lispref/functions.texi (Anonymous Functions): Fix typo.
92296de * src/data.c (Ftype_of): xwidget objects are possible! (bug#3...
a3242cc Improve documentation of Diff mode
39e85a0 Note that lex bound lambda forms are not self-quoting (Bug#33...
fa605f2 Rewrite buffer display related doc-strings and doc
aa55659 Fix call to GlobalMemoryStatusEx in w32.c

# Conflicts:
# doc/emacs/files.texi
# src/data.c

95768. By sds

maybe_disable_address_randomization always returns "int argc"

maybe_disable_address_randomization needs a consistent signature
regardless of HAVE_PERSONALITY_ADDR_NO_RANDOMIZE.

95767. By Paul Eggert

Fix dumping on GNU/Linux ppc64le

Problem reported by Thomas Fitzsimmons (Bug#33174).
* src/emacs.c (main): Adjust to sysdep.c changes.
* src/sysdep.c (exec_personality): New static var.
(disable_address_randomization): Remove, replacing with ...
(maybe_disable_address_randomization): ... this new function.
Do not set or use an environment variable; use a command-line
argument instead, and set the new static var. Migrate the emacs.c
personality-change code to here, where it belongs.
(emacs_exec_file): Simplify by using new static var.

95766. By Paul Eggert

Pacify gcc -Wmaybe-uninitialized without X11-XCB

I ran into this problem on Ubuntu 18.04.1 LTS.
* src/xterm.c (get_current_wm_state) [!USE_XCB]:
Mark reply_data as UNINIT here too.

95765. By Paul Eggert

Pacify gcc -Wunused-macros in older GnuTLS

I ran into this problem on Ubuntu 18.04.1 LTS.
* src/gnutls.c (HAVE_GNUTLS_CIPHER_GET_IV_SIZE)
(HAVE_GNUTLS_CIPHER_GET_TAG_SIZE, HAVE_GNUTLS_DIGEST_LIST):
New macros. This uses the same style as the other
macros that depend on GnuTLS version, as opposed to trying
to do things a bit more cleverly.
(gnutls_cipher_get_iv_size, gnutls_cipher_get_tag_size)
(gnutls_digest_list, gnutls_digest_get_name):
Define these macros only if they will be used.

95764. By Simen Heggestøyl

Add masking module to CSS property list

* lisp/textmodes/css-mode.el (css-property-alist)
(css-value-class-alist): Add properties and value classes from CSS
Masking Module.

95763. By Glenn Morris

; * test/src/editfns-tests.el (test-group-name): Ignore getent errors.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers