~ubuntu-elisp/emacs/+git/master:emacs-25

Last commit made on 2022-07-15
Get this branch:
git clone -b emacs-25 https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
emacs-25
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

e0677de... by Paul Eggert

Port alternate signal stack to upcoming glibc 2.34

* src/sysdep.c (sigsegv_stack): Increase size to 64 KiB and align
it to max_align_t. This copies from Gnulib’s c-stack.c, and works
around a portability bug in draft glibc 2.34, which no longer
defines SIGSTKSZ when _GNU_SOURCE is defined.

(cherry picked from commit f97e07ea807cc6d38774a3888a15091b20645ac6)

c3ff671... by Glenn Morris

* lisp/net/tls.el (tls-program): Fix :version (do not merge to master).

1d81ac1... by Eli Zaretskii

Increment Emacs version on emacs-25 branch

* etc/NEWS:
* configure.ac:
* README:
* nt/README.W32:
* msdos/sed2v2.inp: Increment Emacs version to 25.3.50.

b4e1b2a... by Paul Eggert

* etc/NEWS: Fix old version number.

e0284ab... by Paul Eggert

Merge changes from 25.3 emergency release

b638993... by Paul Eggert

* etc/NEWS: Document significant changes.

9ad0fcc... by Lars Ingebrigtsen <email address hidden>

Remove unsafe enriched mode translations

* lisp/gnus/mm-view.el (mm-inline-text):
Do not worry about enriched or richtext type.
* lisp/textmodes/enriched.el (enriched-translations):
Remove translations for FUNCTION, display (Bug#28350).
(enriched-handle-display-prop, enriched-decode-display-prop): Remove.

1985e9d... by Paul Eggert

Port --enable-gcc-warnings to GCC 7

Do not merge to master.
* configure.ac: Pacify GCC 7 with -Wno-bool-operation
-Wno-implicit-fallthrough.
* src/search.c (boyer_moore):
Tell GCC that CHAR_BASE, if nonzero, must be a non-ASCII character.
* src/xterm.c (x_draw_glyphless_glyph_string_foreground):
Tell GCC that glyph->u.glyphless.ch must be a character.

699a7ab... by Paul Eggert

Port to GCC 7

Or, more accurately, to any system that #defines CHAR_WIDTH
to something else. Do not merge to master.
* src/character.h (CHAR_WIDTH): Undef before defining.

da62c15... by Eli Zaretskii

Improve the documentation of filesets

* doc/emacs/files.texi (Filesets): Fix the description of
fileset-init's effect on the menu bar. (Bug#27015)