~ubuntu-elisp/emacs/+git/master:scratch/fix-40529-tabulated-list-mode-bootstrapping

Last commit made on 2020-04-12
Get this branch:
git clone -b scratch/fix-40529-tabulated-list-mode-bootstrapping https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
scratch/fix-40529-tabulated-list-mode-bootstrapping
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

3bf152b... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

Fix tabulated-list-mode bootstrapping problem

Fixes: bug#40529
Don't refresh all the tabulated-list rows when entering
tabulated-list-mode just because display-line-number-mode is t.

* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Don't
call tabulated-list-revert, just tabulated-list-init-header.

36873ef... by Philipp Stephani <email address hidden>

Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)

* lisp/emacs-lisp/cl-macs.el (cl-struct-unknown-slot): Remove spurious
format specifiers.

3f9310b... by Eli Zaretskii

Fix and improve documentation of mail-related features

* lisp/simple.el (compose-mail): Clarify the effect of the
CONTINUE argument.
* lisp/mail/sendmail.el (mail-from-style): Update the RFC value in
the obsolescence warning text.

* doc/emacs/sending.texi (Sending Mail): Fix the description of
the behavior of 'C-x m' wrt prefix argument.
(Mail Headers): Remove the description of 'mail-from-style'.

* etc/NEWS: Mention that 'mail-from-style' is obsolete.

(Bug#40561)

1482a75... by Martin Rudalics <email address hidden>

Fix build failure with Fx_gtk_debug

* src/xfns.c (Fx_gtk_debug, Sx_gtk_debug): Define only for GTK
versions >= 3.14.0 so gtk_window_set_interactive_debugging is
defined. Reported by Andreas Schwab <email address hidden>.

cf57663... by Alan Mackenzie

Mention jit-lock deferred as an alternative to fast-but-imprecise-scrolling

* doc/emacs/display.texi (Scrolling): Add a paragraph on using jit-lock
deferred fontification as a way of obviating Emacs hanging after
auto-repeated scrolling.

fd27685... by Eli Zaretskii

; * doc/lispref/keymaps.texi (Extended Menu Items): Fix last change.

6057d79... by Stefan Monnier

* doc/lispref/keymaps.texi (Extended Menu Items): Tweak :key-sequence

Don't make it sound like `:key-sequence nil` is any different than the
absence of `:key-sequence`. And the performance advantage of
`:key-sequence` disappeared long ago.

17a1bb5... by Eli Zaretskii

Fix redisplay when scrolling under redisplay-dont-pause

* src/dispnew.c (update_window): Reset the window's
'must_be_updated_p' flag if the window's update was completed
without interruption. This fixes redisplay glitches when
'redisplay-dont-pause' is nil, at least on MS-Windows, because
'expose_window' doesn't redraw the exposed rectangle when the
window's 'must_be_updated_p' flag is set.

90321f5... by Eli Zaretskii

Fix face extension in pulse.el

* lisp/cedet/pulse.el (pulse-reset-face): Propagate the :extend
attribute of FACE to the face used for displaying the pulse.
Reported by Adam Porter <email address hidden>.

36c42d2... by Michael Albinus

* doc/misc/tramp.texi (Bug Reports): Avoid line breaks in traces.