~suntong001/emacs-starter-kit/+git/master:scratch/tango-icons

Last commit made on 2024-05-05
Get this branch:
git clone -b scratch/tango-icons https://git.launchpad.net/~suntong001/emacs-starter-kit/+git/master

Branch merges

Branch information

Name:
scratch/tango-icons
Repository:
lp:~suntong001/emacs-starter-kit/+git/master

Recent commits

9319843... by Yuan Fu <email address hidden>

Add icon for last-page

3f9b972... by Yuan Fu <email address hidden>

Adjust position and size for open and close icons

d69e85c... by Yuan Fu <email address hidden>

Load png icons for tool-bar when available

* lisp/tool-bar.el (tool-bar--image-expression): Add png-spec and make
it take priority.

11c31be... by Yuan Fu <email address hidden>

Add scalable icons and png exports

* etc/images/*.png: New exports.
* etc/images/scalable: New source icon files.

bf026b8... by Yuan Fu <email address hidden>

Tighten regexp for rust-ts-mode keyword workaround

* lisp/progmodes/rust-ts-mode.el (rust-ts-mode--font-lock-settings):
Add bos and eos.

07c47ea... by Yuan Fu <email address hidden>

Fix fontification for else in macro body in rust-ts-mode

* lisp/progmodes/rust-ts-mode.el (rust-ts-mode--font-lock-settings):
Add a rule for else in macro body. Also added the same rule for "in"
and "move" keyword, as they seems to have the same problem.

0f92d43... by Noah Peart <email address hidden>

Add font-locking for typed parameters in python-ts-mode (bug#70665)

* lisp/progmodes/python.el (python--treesit-settings): Add
tree-sitter font-locking rule for typed parameters.
* test/lisp/progmodes/python-tests.el
(python-ts-mode-types-face-1): Test for
font-lock-variable-name-face in typed parameter.

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

Port visible bell to Android

* java/org/gnu/emacs/EmacsDrawRectangle.java (perform): Ignore
GC_INVERT.

* java/org/gnu/emacs/EmacsFillRectangle.java
(EmacsFillRectangle) <invertFilter>: New variable.
(perform): If the transfer mode is invert, copy the source
to itself with invertFilter as the color filter.

* java/org/gnu/emacs/EmacsGC.java (EmacsGC) <xorAlu, srcInAlu>:
Delete now-redundant ALUs.
(markDirty): Cease updating the paint's transfermode.

* java/org/gnu/emacs/EmacsSafThread.java (openDocument1): Fix
typo in documentation.

* src/android.c (android_blit_xor): Delete unused function.
(android_copy_area): Remove calls to unused blit functions.

* src/androidgui.h (enum android_gc_function): Rename XOR to
INVERT.

* src/androidterm.c (android_flash): Replace with GXinvert.

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

Switch to GXinvert in XTflash

* src/xterm.c (XTflash): Move to inverting the regions of the
display being flashed. Suggested by Manuel Giraud
<email address hidden>.

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

; * doc/emacs/android.texi (Android Startup): Correct wording.