aboutsummaryrefslogtreecommitdiffstats
path: root/etc/themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ; newcomers-presets: Fix adding to after-save-hook.Sean Whitton2026-03-061-2/+2
|
* Add some settings to newcomers-presetsSean Whitton2026-03-031-0/+15
| | | | | | | | | | * etc/themes/newcomers-presets-theme.el (newcomers-presets): Add mode-line-compact, indent-tabs-mode, imenu-auto-rescan, view-read-only, shell-command-prompt-show-cwd, after-save-hook, etags-regen-mode, vc-deduce-backend-nonvc-modes, vc-dir-save-some-buffers-on-revert, vc-find-revision-no-save, vc-follow-symlinks, vc-use-incoming-outgoing-prefixes, tab-bar-history-mode.
* Add a theme and minor mode for new usersPhilip Kaludercic2026-02-201-0/+142
| | | | | | | * doc/emacs/custom.texi (Beginners Theme): Document new theme. * etc/NEWS: Mention new theme. * etc/themes/newcomers-presets-theme.el: New file including new theme.
* ; * etc/themes/modus-themes.el: Update comment.Eshel Yaron2026-01-021-5/+4
| | | | | See discussion here https://lists.gnu.org/archive/html/emacs-devel/2026-01/msg00011.html
* ; Add 2026 to copyright years.Sean Whitton2026-01-0124-24/+24
|
* Update Modus themes to their version 5.2.0Protesilaos Stavrou2025-12-315-254/+712
| | | | Release notes: <https://protesilaos.com/codelog/2025-12-31-emacs-modus-themes-5-2-0/>.
* December 2025 spelling fixesPaul Eggert2025-12-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the fixes are to continue to use American rather than British spelling. * doc/misc/modus-themes.org (my-modus-themes-engraved-faces): Fix misspelled ‘:foreground’s. * etc/themes/modus-themes.el (modus-themes-faces): Fix misspelled ‘modus-themes-bold’. * lisp/emacs-lisp/rx.el (rx--normalize-char-pattern): Rename from rx--normalise-char-pattern. (rx--optimize-or-args): Rename from rx--optimise-or-args. * lisp/frame.el (frame--special-parameters): Fix misspelled "right-divider-width". * lisp/net/tramp.el (tramp-fingerprint-prompt-regexp): Use American spelling “centered”, to match current libfprintf. * lisp/org/org-fold-core.el (org-fold-core--optimize-for-huge-buffers): Rename from org-fold-core--optimise-for-huge-buffers. (org-fold-core-update-optimization): Rename from org-fold-core-update-optimisation, leaving an alias behind. (org-fold-core-remove-optimization): Rename from org-fold-core-remove-optimisation, leaving an alias behind. * lisp/org/org.el (org-advertized-archive-subtree): This alias is now obsolete. * lisp/play/zone.el (zone-ignored-buffers): Fix misspelling of ‘zone--buffer-encrypted-p’. * lisp/progmodes/csharp-mode.el (csharp-ts-mode-faces): Fix misspelling of ‘csharp’ group. * lisp/vc/vc.el (vc-clonable-backends-custom-type): Rename from vc-cloneable-backends-custom-type, leaving an alias behind. * test/lisp/emacs-lisp/bytecomp-tests.el: (bytecomp-tests--warn-arity-non-compiled-callee): Rename from bytecomp-tests--warn-arity-noncompiled-callee. (bytecomp-test-defface-spec): Reword a deliberate misspelling of “default” that is so common I don’t want it to pollute the spelling dictionary. * test/lisp/emacs-lisp/package-vc-tests.el: (package-vc-tests-preserve-artifacts): Rename from package-vc-tests-preserve-artifacts. * test/lisp/eshell/em-prompt-tests.el: (em-prompt-test/forward-backward-paragraph-1): Reword a deliberate misspelling of “goodbye” that is so common I don’t want it to pollute the spelling dictionary.
* Update modus-themes to version 5.1.0Protesilaos Stavrou2025-11-071-56/+76
| | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org (Build on top of the Modus themes): Bump the version number. (Acknowledgements): Include more names in the Acknowledgements section. * etc/themes/modus-themes.el (modus-themes--activate) (modus-themes-get-all-known-themes, modus-themes-known-p) (modus-themes--list-enabled-themes) (modus-themes-get-current-theme) (modus-themes--get-theme-palette-subr) (modus-themes-get-theme-palette, modus-themes-faces) (modus-themes-theme) (modus-themes--with-colors-resolve-palette-sort) (modus-themes-with-colors-subr, modus-themes-with-colors): Ensure that the modus-themes-with-colors macro works the way it did before, namely, 'let' binding the current theme's palette.
* Update to modus-themes version 5.0.0Protesilaos Stavrou2025-11-019-5635/+5042
| | | | The release notes: <https://protesilaos.com/codelog/2025-11-01-emacs-modus-themes-5-0-0/>.
* Make 'link' not inherit 'button' in modus-themes.el (bug#79672)Protesilaos Stavrou2025-10-301-1/+1
| | | | | * etc/themes/modus-themes.el (modus-themes-faces): Apply the font attributes directly.
* Merge from origin/emacs-30Eli Zaretskii2025-07-192-2/+2
|\ | | | | | | | | | | | | | | | | 3b2bfdfef63 ; Fix last change (bug#79042) 740138b113a ; Fix last change e675d5ba64b ; Update doc strings of Dired functions due to 'marked' v... a05be41af71 ; * lisp/battery.el (battery-bsd-apm): Explain a FIXME (b... fe3ac1575a0 Fix :box attribute of faces in Leuven themes. 86e32aed4a3 ; define-globalized-minor-mode: Fix capitalization.
| * Fix :box attribute of faces in Leuven themes.Ken Mankoff2025-07-162-2/+2
| | | | | | | | | | | | * etc/themes/leuven-dark-theme.el: * etc/themes/leuven-theme.el: Fix 'lui-highlight-face' face. (Bug#79029)
| * Update copyright year to 2025Stefan Kangas2025-01-0224-24/+24
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | Update modus-themes to their version 4.8.0Protesilaos Stavrou2025-06-119-84/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org (Preview theme colors):(Get a single color from the palette with ~modus-themes-get-color-value~): (DIY Do not extend the region background, Note on SHR fonts): Fix some typos. (Full support for packages or face groups): Include tmr in the list of supported packages. (Acknowledgements): Mention more people who have contributed to the project in some capacity. * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-operandi-tritanopia-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: * etc/themes/modus-vivendi-tritanopia-theme.el: Make small changes to the palette of each theme. * etc/themes/modus-themes.el (modus-themes-after-load-theme-hook): Reword the doc string (modus-themes--rotate, modus-themes--rotate-p) (modus-themes--next-in-rotation, modus-themes-rotate): Make rotation optionally move in the opposite direction. (modus-themes-faces): Tweak some faces. Release notes: <https://protesilaos.com/codelog/2025-06-11-emacs-modus-themes-4-8-0/>.
* | Update modus-themes to their 4.7.0 versionProtesilaos Stavrou2025-04-179-326/+393
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org: Update the manual to document how 'modus-themes-list-colors' has changed. Make other minor changes. * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-operandi-tritanopia-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: * etc/themes/modus-vivendi-tritanopia-theme.el: Make stylistic refinements. * etc/themes/modus-themes.el: Make refinements to supported faces, add support for more faces, and the like. Release notes: <https://protesilaos.com/codelog/2025-04-17-emacs-modus-themes-4-7-0/>.
* | Don't use obsolete face alias in themesStefan Kangas2025-01-275-5/+5
| | | | | | | | | | | | | | | | | | * etc/themes/leuven-dark-theme.el: * etc/themes/leuven-theme.el: * etc/themes/manoj-dark-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/tango-theme.el: Don't use obsolete face alias 'smerge-refined-change', preferring instead 'smerge-refined-changed'.
* | Delete some duplicate face attributesStefan Kangas2025-01-213-13/+13
| | | | | | | | | | | | * etc/themes/leuven-dark-theme.el: * etc/themes/leuven-theme.el: * etc/themes/manoj-dark-theme.el: Delete duplicate face attributes.
* | Prefer defface's ':slant italic' to obsolete alias ':italic t'Stefan Kangas2025-01-212-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/themes/manoj-dark-theme.el (manoj-dark): * etc/themes/modus-themes.el (modus-themes-faces): * etc/themes/manoj-dark-theme.el (manoj-dark): * etc/themes/modus-themes.el (modus-themes-faces): * lisp/emacs-lisp/eieio-custom.el (eieio-custom-slot-tag-face): * lisp/gnus/gnus-art.el (gnus-emphasis-italic) (gnus-emphasis-underline-italic, gnus-emphasis-bold-italic) (gnus-emphasis-underline-bold-italic, gnus-signature) (gnus-header-from, gnus-header-subject, gnus-header-newsgroups) (gnus-header-content): * lisp/gnus/gnus-cite.el (gnus-cite-attribution, gnus-cite-1) (gnus-cite-2, gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6) (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10, gnus-cite-11): * lisp/gnus/gnus-srvr.el (gnus-server-cloud-host) (gnus-server-closed): * lisp/gnus/gnus.el (gnus-group-mail-1-empty) (gnus-group-mail-2-empty, gnus-summary-low-ticked) (gnus-summary-low-ancient, gnus-summary-low-undownloaded) (gnus-summary-low-unread, gnus-summary-low-read): * lisp/gnus/message.el (message-header-to) (message-header-newsgroups, message-header-other): * lisp/gnus/mm-decode.el (mm-command-output): * lisp/mh-e/mh-e.el (mh-face-data, mh-folder-body): * lisp/net/dictionary.el (dictionary-word-entry-face): * lisp/org/org-faces.el (org-formula, org-agenda-date-today) (org-scheduled, org-scheduled-today): * lisp/proced.el (proced-interruptible-sleep-status-code): * lisp/progmodes/prolog.el (prolog-font-lock-keywords): * lisp/progmodes/verilog-mode.el (verilog-font-lock-translate-off-face) (verilog-font-lock-p1800-face, verilog-font-lock-ams-face) (verilog-font-lock-grouping-keywords-face): * lisp/progmodes/vhdl-mode.el (vhdl-font-lock-attribute-face) (vhdl-font-lock-enumvalue-face, vhdl-font-lock-function-face) (vhdl-font-lock-directive-face): * lisp/transient.el (transient-inapt-suffix): * lisp/vc/ediff-init.el (ediff-even-diff-A, ediff-even-diff-B) (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A) (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor): Prefer defface attribute ':slant italic' to its obsolete alias ':italic t'. See also Bug#73552.
* | Prefer defface's ':weight bold' to obsolete alias ':bold t'Stefan Kangas2025-01-213-53/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/themes/adwaita-theme.el (adwaita): * etc/themes/manoj-dark-theme.el (manoj-dark): * etc/themes/modus-themes.el (modus-themes-faces): * lisp/gnus/gnus-srvr.el (gnus-server-agent, gnus-server-cloud) (gnus-server-opened, gnus-server-denied, gnus-server-offline): * lisp/gnus/gnus.el (gnus-group-news-1, gnus-group-news-2) (gnus-group-news-3, gnus-group-news-4, gnus-group-news-5) (gnus-group-news-6, gnus-group-news-low, gnus-group-mail-1) (gnus-group-mail-2, gnus-group-mail-3, gnus-group-mail-low-empty) (gnus-group-mail-low, gnus-summary-high-ticked) (gnus-summary-high-ancient, gnus-summary-high-undownloaded) (gnus-summary-high-unread, gnus-summary-high-read): * lisp/gnus/message.el (message-header-to, message-header-cc) (message-header-subject, message-header-newsgroups) (message-header-other, message-header-name, message-header-xheader) (message-separator, message-cited-text-1, message-cited-text-2) (message-cited-text-3, message-cited-text-4, message-mml) (message-signature-separator): * lisp/mh-e/mh-e.el (mh-face-data, mh-folder-cur-msg-number) (mh-speedbar-folder-with-unseen-messages) (mh-speedbar-selected-folder-with-unseen-messages): * lisp/net/dictionary.el (dictionary-button-face): * lisp/org/org-faces.el (org-drawer, org-tag, org-list-dt, org-todo) (org-done, org-headline-todo, org-formula, org-agenda-structure) (org-scheduled, org-scheduled-today, org-scheduled-previously) (org-upcoming-deadline): * lisp/proced.el (proced-uninterruptible-sleep-status-code) (proced-executable, proced-cpu, proced-user, proced-time-colon): * lisp/progmodes/erts-mode.el (erts-mode-specification-name) (erts-mode-specification-value): * lisp/progmodes/prolog.el (prolog-font-lock-keywords): * lisp/progmodes/verilog-mode.el (verilog-font-lock-p1800-face) (verilog-font-lock-ams-face) (verilog-font-lock-grouping-keywords-face): * lisp/progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face) (vhdl-font-lock-function-face, vhdl-font-lock-directive-face) (vhdl-font-lock-reserved-words-face): Prefer defface attribute ':weight bold' to its obsolete alias ':bold t'. See also Bug#73552.
* | Update copyright year to 2025Paul Eggert2025-01-0124-24/+24
| | | | | | | | Run "TZ=UTC0 admin/update-copyright".
* | ; Fix typosStefan Kangas2024-11-212-3/+3
| |
* | Update modus-themes to their version 4.6.0Protesilaos Stavrou2024-10-279-64/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org (Differences between loading and enabling) (Option for which themes to toggle) (Option for which themes to rotate, DIY Palette override presets) (DIY Add padding to the mode line) (DIY Remap face with local value): Fix typos. (DIY Add support for solaire-mode): Fix some symbols. (Full support for packages or face groups) (Indirectly covered packages): Add newly supported packages. (DIY Add support for combobulate):, (DIY Add support for engrave-faces, DIY Add support for howm) (DIY Add support for meow-mode): Document how to style those packages. (Acknowledgements): Update names of people who have in one way or another contributed to the project. * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-operandi-tritanopia-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: * etc/themes/modus-vivendi-tritanopia-theme.el: * etc/themes/modus-themes.el: Make refinements to supported faces, add support for more faces, and tweak palette entries. Release notes: <https://protesilaos.com/codelog/2024-10-27-modus-themes-4.6.0/>.
* | Merge from origin/emacs-30Eli Zaretskii2024-10-273-4/+4
|\ \ | |/ | | | | | | | | | | c78b4d2b31d Fix doc string of 'wdired-use-dired-vertical-movement' b0aaee93fde Update the documentation of void functions 299a1f24075 ; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar... 67a27ff53bf ; Fix typos
| * ; Fix typosStefan Kangas2024-10-273-4/+4
| |
* | Remove redundant face specs in manoj-dark themeStefan Kangas2024-10-051-158/+158
| | | | | | | | | | | | * etc/themes/manoj-dark-theme.el (manoj-dark): Remove redundant face specs. ':bold t' duplicates ':weight bold', and ':italic t' duplicates ':slant italic'.
* | Update to modus-themes version 4.5.0Protesilaos Stavrou2024-08-219-81/+351
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org (COPYING): Update the version headers. (Option to extend the palette): Document new user options. (Full support for packages or face groups): Document more packages that are explicitly supported by the themes. (Acknowledgements): Update the list of people who have contributed to the project in one way or another. * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-operandi-tritanopia-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: * etc/themes/modus-vivendi-tritanopia-theme.el: Update the palette of each theme and include the new user option to extend its palette. * etc/themes/modus-themes.el: Cover more faces and include user option for common extension to all theme palettes. Detailed release notes: <https://protesilaos.com/codelog/2024-08-21-modus-themes-4-5-0/>.
* ; Fix typosStefan Kangas2024-06-231-1/+1
|
* Update leuven-theme to latest upstream versionStefan Kangas2024-06-192-63/+125
| | | | | | | * etc/themes/leuven-dark-theme.el: * etc/themes/leuven-theme.el: Update to latest upstream version https://github.com/fniessen/emacs-leuven-theme/ commit a504c1d20625fe373ad5ea4ff3d94ea3706cbb87 (2024-03-30).
* ; Fix typosStefan Kangas2024-06-071-2/+2
|
* Spelling fixesPaul Eggert2024-06-041-1/+1
|
* Update modus-themes to their 4.4.0 versionProtesilaos Stavrou2024-03-179-514/+672
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org: Update the manual to better document existing functionality and cover the new features. * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-operandi-tritanopia-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: * etc/themes/modus-vivendi-tritanopia-theme.el: Update the palette of each theme. * etc/themes/modus-themes.el (require): Remove call to cl-lib and do not use relevant functions. (modus-themes-operandi-colors, modus-themes-vivendi-colors) (modus-themes-version, modus-themes-report-bug): Remove old calls to 'make-obsolete' and related. (modus-themes--annotate-theme): Tweak the completion annotation function. (modus-themes--org-block): Deprecate the user option 'modus-themes-org-blocks'. (modus-themes-faces): Update faces. (modus-themes-custom-variables): Update the list of custom variables. Detailed release notes are available here: <https://protesilaos.com/codelog/2024-03-17-modus-themes-4-4-0/>.
* ; * etc/themes/manoj-dark-theme.el (manoj-dark): Fix :box faces.Eli Zaretskii2024-01-031-6/+7
|
* ; Add 2024 to copyright yearsPo Lu2024-01-026-6/+6
|
* Merge from savannah/emacs-29Po Lu2024-01-0218-18/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dc4e6b13296 ; Update copyright years in more files 64b37776318 ; Run set-copyright from admin.el 8e1c56ae467 ; Add 2024 to copyright years # Conflicts: # doc/misc/modus-themes.org # doc/misc/texinfo.tex # etc/NEWS # etc/refcards/ru-refcard.tex # etc/themes/modus-operandi-theme.el # etc/themes/modus-themes.el # etc/themes/modus-vivendi-theme.el # lib/alloca.in.h # lib/binary-io.h # lib/c-ctype.h # lib/c-strcasecmp.c # lib/c-strncasecmp.c # lib/careadlinkat.c # lib/cloexec.c # lib/close-stream.c # lib/diffseq.h # lib/dup2.c # lib/filemode.h # lib/fpending.c # lib/fpending.h # lib/fsusage.c # lib/getgroups.c # lib/getloadavg.c # lib/gettext.h # lib/gettime.c # lib/gettimeofday.c # lib/group-member.c # lib/malloc.c # lib/md5-stream.c # lib/md5.c # lib/md5.h # lib/memmem.c # lib/memrchr.c # lib/nanosleep.c # lib/save-cwd.h # lib/sha1.c # lib/sig2str.c # lib/stdlib.in.h # lib/strtoimax.c # lib/strtol.c # lib/strtoll.c # lib/time_r.c # lib/xalloc-oversized.h # lisp/auth-source-pass.el # lisp/emacs-lisp/lisp-mnt.el # lisp/emacs-lisp/timer.el # lisp/info-look.el # lisp/jit-lock.el # lisp/loadhist.el # lisp/mail/rmail.el # lisp/net/ntlm.el # lisp/net/webjump.el # lisp/progmodes/asm-mode.el # lisp/progmodes/project.el # lisp/progmodes/sh-script.el # lisp/textmodes/flyspell.el # lisp/textmodes/reftex-toc.el # lisp/textmodes/reftex.el # lisp/textmodes/tex-mode.el # lisp/url/url-gw.el # m4/alloca.m4 # m4/clock_time.m4 # m4/d-type.m4 # m4/dirent_h.m4 # m4/dup2.m4 # m4/euidaccess.m4 # m4/fchmodat.m4 # m4/filemode.m4 # m4/fsusage.m4 # m4/getgroups.m4 # m4/getloadavg.m4 # m4/getrandom.m4 # m4/gettime.m4 # m4/gettimeofday.m4 # m4/gnulib-common.m4 # m4/group-member.m4 # m4/inttypes.m4 # m4/malloc.m4 # m4/manywarnings.m4 # m4/mempcpy.m4 # m4/memrchr.m4 # m4/mkostemp.m4 # m4/mktime.m4 # m4/nproc.m4 # m4/nstrftime.m4 # m4/pathmax.m4 # m4/pipe2.m4 # m4/pselect.m4 # m4/pthread_sigmask.m4 # m4/readlink.m4 # m4/realloc.m4 # m4/sig2str.m4 # m4/ssize_t.m4 # m4/stat-time.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/stdio_h.m4 # m4/stdlib_h.m4 # m4/stpcpy.m4 # m4/strnlen.m4 # m4/strtoimax.m4 # m4/strtoll.m4 # m4/time_h.m4 # m4/timegm.m4 # m4/timer_time.m4 # m4/timespec.m4 # m4/unistd_h.m4 # m4/warnings.m4 # nt/configure.bat # nt/preprep.c # test/lisp/register-tests.el
| * ; Add 2024 to copyright yearsPo Lu2024-01-0218-18/+18
| |
* | ; Fix typosStefan Kangas2023-12-102-3/+3
| |
* | Update modus-themes to their version 4.3.0Protesilaos Stavrou2023-09-199-126/+560
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org (Option for reloading the theme on custom change) (Option for disabling other themes while loading Modus) (Option for completion framework aesthetics) (Option for org-mode block styles, Get a single color from the palette) (Add padding to mode line, Note on SHR fonts) (Note on goto-address-mode faces): Use correct markup for 'nil'. (Custom Org todo keyword and priority faces): Reword statements and update the value of sample configuration blocks. (Use more spacious margins or padding in Emacs frames): Mention the 'spacious-padding' package on GNU ELPA. (Full support for packages or face groups): Document newly supported packages and remove those that are no longer covered explicitly. (Indirectly covered packages): Note that css-mode is covered indirectly. (Acknowledgements): Expand list of people who have helped with the project. * etc/themes/modus-operandi-deuteranopia-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-operandi-deuteranopia): Expand or tweak the palette, where necessary. * etc/themes/modus-operandi-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-operandi): Expand or tweak the palette, where necessary. * etc/themes/modus-operandi-tinted-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-operandi-tinted): Expand or tweak the palette, where necessary. * etc/themes/modus-operandi-tritanopia-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-operandi-tritanopia): Expand or tweak the palette, where necessary. * etc/themes/modus-vivendi-deuteranopia-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-vivendi-deuteranopia): Expand or tweak the palette, where necessary. * etc/themes/modus-vivendi-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-vivendi): Expand or tweak the palette, where necessary. * etc/themes/modus-vivendi-tinted-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-vivendi-tinted): Expand or tweak the palette, where necessary. * etc/themes/modus-vivendi-tritanopia-theme.el (unless): Add theme-autoload cookie and relevant metadata. (modus-vivendi-tritanopia): Expand or tweak the palette, where necessary. * etc/themes/modus-themes.el (modus-themes-preset-overrides-faint) (modus-themes-preset-overrides-intense) (modus-themes-preset-overrides-warmer): Make minor tweaks. (modus-themes--annotate-theme, modus-themes--select-prompt) (modus-themes--toggle-theme-p, modus-themes-toggle) (modus-themes--list-colors-prompt, modus-themes--heading) (modus-themes-faces): Refine internal functions. The detailed release notes are available here: <https://protesilaos.com/codelog/2023-09-19-modus-themes-4-3-0/>.
* | Merge from origin/emacs-29Eli Zaretskii2023-08-121-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 842dbf500e0 * Fix `batch-byte+native-compile' target directory. 8dbd5aa1eef Avoid crashes in 'display_count_lines' when current buffe... 47b4f4cf783 ; * doc/emacs/mini.texi (Completion Commands): Fix a typo... 78999d52136 Update csharp tree-sitter support due to upstream changes 556cb01b48e Substitute command keys in 'ielm-header' at use time 99367078e50 ; * etc/PROBLEMS: Add entry about XIM problems (bug#65205). 03e897c08fa Fix rare crashes in redisplay due to problems with fontsets b1ba06a1e4b Fix a typo in 'leuven-dark-theme.el' e80a9dcabb9 ; * admin/git-bisect-start: Update failing commits 9091f42784b ; * admin/git-bisect-start: Update failing commits 344ac529ca9 ; * etc/PROBLEMS: Fix typo. bccf848b26c Adapt Tramp test 71bc060e403 Properly expand the JSX indentation rules in 'js-ts-mode' 889cfb42ed9 * Add `emacs-lisp-native-compile' to easy-menu. 4535aafa8a3 * lisp/progmodes/elisp-mode.el (emacs-lisp-mode-menu): Si... 173af0cad51 * Introduce `emacs-lisp-native-compile'. 063d7d89d7a Fix the -x switch in non-X builds 5a7fb0b39b7 Document that `set-mouse-color' does not work everywhere d06fc72496f ; * doc/emacs/dired.texi (Misc Dired Features): Fix last ... 97b8ac376b5 Fix the effects and documentation of 'dired-free-space' 75c72e59f69 ; Fix typo 6d11b7b3007 Fix cross-reference to eldoc in eglot manual 913e50aba6c Add native-compilation to Emacs Lisp mode menu b93107c20b2 Fix emacs-lisp-native-compile-and-load eln target directo...
| * Fix a typo in 'leuven-dark-theme.el'Eli Zaretskii2023-08-121-1/+1
| | | | | | | | | | * etc/themes/leuven-dark-theme.el (leuven-dark): Fix a typo. Reported by John Poole <saxcos@posteo.es>. (Bug#65239)
* | Avoid face attribute warnings in themesMattias Engdegård2023-07-305-18/+18
| | | | | | | | | | | | | | | | | | | | * etc/themes/deeper-blue-theme.el (class): * etc/themes/leuven-dark-theme.el (class): * etc/themes/leuven-theme.el (class): * etc/themes/manoj-dark-theme.el (manoj-dark): * etc/themes/whiteboard-theme.el (class): Use `unspecified` instead of `nil` as attribute for :background and :foreground to silence HANDLE_INVALID_NIL_VALUE warning.
* | Update modus-themes to their version 4.2.0Protesilaos Stavrou2023-05-309-141/+1359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org: Update the manual. * etc/themes/modus-operandi-tritanopia-theme.el: * etc/themes/modus-vivendi-tritanopia-theme.el: Add new themes optimized for users with blue-yellow color deficiency (tritanopia). * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: Update theme files. * etc/themes/modus-themes.el: Update main file to the latest version. * etc/NEWS: Rephrase the announcement about the new Modus themes to also mention the tritanopia-optimized items. Detailed release notes here: <https://protesilaos.com/codelog/2023-05-30-modus-themes-4-2-0/>.
* | Update Modus themes to version 4.1.0Protesilaos Stavrou2023-02-227-181/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org: Update the manual. * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: Update theme files. * etc/themes/modus-themes.el: Update main file to the latest version. Detailed release notes here: <https://protesilaos.com/codelog/2023-02-22-modus-themes-4-1-0/>.
* | Update Modus themes to version 4 and add new themesProtesilaos Stavrou2023-01-017-6776/+5399
|/ | | | | | | | | | | | | | | | | | | | | | * etc/NEWS: Document the addition of four new Modus themes. * doc/misc/modus-themes.org: Update the manual. * etc/themes/modus-operandi-deuteranopia-theme.el: * etc/themes/modus-operandi-theme.el: * etc/themes/modus-operandi-tinted-theme.el: * etc/themes/modus-vivendi-deuteranopia-theme.el: * etc/themes/modus-vivendi-theme.el: * etc/themes/modus-vivendi-tinted-theme.el: Add theme files. * etc/themes/modus-themes.el: Update main file to the latest version. Detailed release notes here: <https://protesilaos.com/codelog/2023-01-01-modus-themes-4-0-0/>. The inclusion of the four new Modus themes was discussed on emacs-devel: <https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg00834.html>.
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0118-18/+18
|
* ; Fix typosStefan Kangas2022-11-201-19/+19
|
* Update to modus-themes version 3.0.0Protesilaos Stavrou2022-10-283-109/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org (Option for red-green color deficiency or deuteranopia) (Option for more bold constructs, Option for more italic constructs) (Option for font mixing, Option for box buttons) (Option for mode line presentation) (Option for accented background in tab interfaces) (Option for completion framework aesthetics, Option for mail citations) (Option for line numbers, Option for mouseover effects) (Option for diff buffer looks, Option for org-mode block styles) (Option for Org agenda constructs) (Option for the headings' overall style) (Option for variable-pitch font in UI elements, Note on SHR fonts): Revise markup of "non-nil" so that it is rendered properly in texinfo. (Option for fringe visibility, Option for line highlighting): Reword description of user option. (Full support for packages or face groups): Update list of supported packages or face groups. (Note on ERC escaped color sequences) (What is the best setup for legibility?) (Port the Modus themes to other platforms?): Prefer American English. (Note on pdf-tools link hints): Use double spacing between sentences (Acknowledgements): Update list of names that have contributed to the project, which was user feedback in this case. * etc/themes/modus-themes.el (modus-themes, modus-themes-faces): Reword doc string. (modus-themes--version): Update to current version. (modus-themes-version): Refine function definition. (modus-themes-completion-standard-first-match) (modus-themes-completion-standard-selected) (modus-themes-completion-extra-selected) (modus-themes-completion-key-binding, modus-themes-intense-markup) (modus-themes--heading-weights, modus-themes--completion): Delete obsolete forms, which were deprecated many months/version ago. (modus-themes-fringes, modus-themes-completions) (modus-themes-hl-line): Update default value and reword doc string accordingly. (modus-themes-faces): Update list of supported faces and their attributes. * etc/themes/modus-operandi-theme.el: * etc/themes/modus-vivendi-theme.el: Update version header. Complete release notes: <https://protesilaos.com/codelog/2022-10-28-modus-themes-3-0-0/>.
* Tag themes with propertiesPhilip Kaludercic2022-10-1517-17/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Custom Themes): Document 'theme-choose-variant'. * doc/lispref/customize.texi (Custom Themes): Document the new optional argument to 'deftheme'. (Autoload): Mention that 'deftheme' is not copied verbatim. * etc/themes/adwaita-theme.el (adwaita): Add properties. * etc/themes/deeper-blue-theme.el (deeper-blue): Add properties. * etc/themes/dichromacy-theme.el (dichromacy): Add properties. * etc/themes/light-blue-theme.el (light-blue): Add properties. * etc/themes/manoj-dark-theme.el (manoj-dark): Add properties. * etc/themes/misterioso-theme.el (misterioso): Add properties. * etc/themes/tango-dark-theme.el (tango-dark): Add properties. * etc/themes/tango-theme.el (tango): Add properties. * etc/themes/tsdh-dark-theme.el (tsdh-dark): Add properties. * etc/themes/tsdh-light-theme.el (tsdh-light): Add properties. * etc/themes/wheatgrass-theme.el (wheatgrass): Add properties. * etc/themes/whiteboard-theme.el (whiteboard): Add properties. * etc/themes/wombat-theme.el (wombat): Add properties. * etc/themes/modus-operandi-theme.el: Add properties. * etc/themes/modus-vivendi-theme.el: Add properties. * etc/themes/leuven-dark-theme.el (leuven-dark): Add properties. * etc/themes/leuven-theme.el (leuven): Add properties. * lisp/custom.el (deftheme): Allow for optional arguments to set the property list. (custom-declare-theme): Accept the same optional arguments as 'deftheme'. (theme-list-variants): Add new function. (theme-choose-variant): Add new command for switching between members of a theme family. (toggle-theme): Add an alias for 'theme-choose-variant'. * lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate--make-autoload): Handle 'defcustom's by extracting the properties. (Bug#57639)
* Update to Modus themes stable version 2.7.0Protesilaos Stavrou2022-10-013-12/+38
| | | | | | | | | | | | | | | | | | | | | * doc/misc/modus-themes.org (Load theme depending on time of day): Add missing keyword from sample configuration. (Full support for packages or face groups): Update list of supported packages. (Note on goto-address-mode faces): Add documentation about possible user-level tweaks. (Are these color schemes?): Fix typo. (Acknowledgements): Update list of contributors to the project. * etc/themes/modus-themes.el (modus-themes--version): Update to current stable version. (modus-themes-vivendi-colors): Tweak value of a single color. (modus-themes-faces): Update list of supported faces. (modus-themes-custom-variables): Remove outdated "TODO" comment. * etc/themes/modus-operandi-theme.el: * etc/themes/modus-vivendi-theme.el: Update version header. Release notes: <https://protesilaos.com/codelog/2022-10-01-modus-themes-2-7-0/>.
* ; Fix typos (prefer American spelling)Stefan Kangas2022-09-291-1/+1
|
* ; Fix typosStefan Kangas2022-09-281-1/+1
|