lp://staging/emacs
- Get this branch:
- bzr branch lp://staging/emacs
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.savannah.gnu.org/emacs.git.
Last successful import was .
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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)