mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge from origin/emacs-30
e8830015b0Require ert-x for use by 'ert-font-lock-deftest-file'a1841b4d8e; * admin/authors.el (authors-aliases): Don't ignore "one...69d8f9d1b7Fix php-ts-mode font-lock for latest PHP grammar (bug#73516)68f53e4348eieio.texi: Fix bug#7350553c887fdf6; cperl-mode.el: Fix an invalid face specificationf5cd5585f4; Recommend GNU Find for 'find-dired'65e589698e; * lisp/filesets.el (filesets-homepage): Fix URL.1f243a9780Delete duplicated line in Viper refcardd63bff4d88Fix Tramp shortdoc integration759b18a33c* lisp/imenu.el (imenu-flatten): More limitations in docs...794bb2a2e3remember-data-file: Don't unconditionally call set-visite...7766ba8419Align columns in which-key with wide characters properlybd25a98b4ebibtex-mode: fix patch bibtex validation for non-file buf...4729065ee7Document 'buttonize-region' in manualf189457e5a; * lisp/yank-media.el (yank-media-handler): Fix docstrin...2b53e11a08Use black-on-white by default for doc-view-svg-face.32d0c8f6afetags-regen-file-extensions: Enable for more extensions8f265b49e3; Fix last changec8ed48b990; Improve documentation of 'append'c1f2501f55Update and improve UI of sql-read-product (bug#73412)4f5fc519f0Insert correct commit data into VC package descriptions98177d4b3dDocument reporting security issues in user manualb986e2018a* BUGS: Minor copy edit.
This commit is contained in:
commit
c90eb98dab
25 changed files with 174 additions and 208 deletions
|
|
@ -238,10 +238,15 @@ showing only titles and no page number."
|
|||
:type 'boolean
|
||||
:version "29.1")
|
||||
|
||||
(defface doc-view-svg-face '((t :inherit default))
|
||||
(defface doc-view-svg-face '((t :inherit default
|
||||
:background "white"
|
||||
:foreground "black"))
|
||||
"Face used for SVG images.
|
||||
Only background and foreground colors are used.
|
||||
See `doc-view-mupdf-use-svg'."
|
||||
See `doc-view-mupdf-use-svg'.
|
||||
|
||||
Only background and foreground colors are used as the SVG image's
|
||||
descriptors, see (info \"(elisp) SVG Images\"). Non-standard values may
|
||||
cause low-contrast issues with certain documents."
|
||||
:version "30.1")
|
||||
|
||||
(make-obsolete 'doc-view-svg-background 'doc-view-svg-face "30.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue