~ubuntu-elisp/emacs/+git/master:feature/pgtk

Last commit made on 2021-12-18
Get this branch:
git clone -b feature/pgtk https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

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

Recent commits

8627f73... by Po Lu <email address hidden>

Disable building the feature/pgtk branch

* configure.ac: Add notice that feature/pgtk has been
integrated into master.

97b6907... by Po Lu <email address hidden>

* src/pgtkfns.c (Fx_show_tip): Adjust call for new signature.

4ff3a70... by Po Lu <email address hidden>

Merge remote-tracking branch 'origin/master' into feature/pgtk

4544651... by Po Lu <email address hidden>

Work around some mysterious touch ownership race on GNOME Shell

* src/xterm.c (x_unlink_touch_point): Return if touchpoint was
actually unlinked.
(handle_one_xevent): Catch and ignore errors during touch
sequence grabbing.

d99aa94... by Eli Zaretskii

; Fix last change

* src/xdisp.c (window_text_pixel_size): Fix whitespace and braces.

* src/xdisp.c (Fwindow_text_pixel_size):
* etc/NEWS:
* doc/lispref/display.texi (Size of Displayed Text): Improve
wording of the documentation of the new argument of
'window-text-pixel-size'.

43c4cc2... by Po Lu <email address hidden>

Add new argument `ignore-line-at-end' to `window-text-pixel-size'

* doc/lispref/display.texi (Size of Displayed Text): Update
documentation.
* etc/NEWS: Announce new argument.
* src/xdisp.c (window_text_pixel_size): Allow controlling if
the iterator's ascent and descent will be appended to the
pixel height returned. All callers changed.
(Fwindow_text_pixel_size): New argument `ignore-line-at-end'.
All callers changed.

3fea95b... by Eli Zaretskii

Fix display of window-specific overlays with 'display' property

* src/xdisp.c (handle_display_prop): Pass the window to
'get_char_property_and_overlay', not the buffer. (Bug#52385)
The assignment of the buffer to OBJECT was moved to before
the call to 'get_char_property_and_overlay', for unknown
reasons, as part of installing the support for the
'min-width' space spec.

e5a74c2... by Lars Ingebrigtsen <email address hidden>

Make multisession file reading more resilient on Windows

* lisp/emacs-lisp/multisession.el (multisession--read-file-value):
Rename and try harder on file errors on Windows.

7ab1b71... by Po Lu <email address hidden>

Coding style fixes

* src/gtkutil.c (xg_frame_set_char_size): Fix coding style.

6ad5ff4... by Po Lu <email address hidden>

Merge remote-tracking branch 'origin/master' into feature/pgtk