Commit graph

  • efd4fb51ec Do not rotate dedicated windows Pranshu Sharma 2025-01-17 16:35:43 +01:00
  • 4fada67748 (hack-one-local-variable): Refine last patch (bug#74964) Stefan Monnier 2025-01-17 08:43:50 -05:00
  • 965e50e3ae Make NSM warn for TLS 1.1 Stefan Kangas 2025-01-17 12:19:21 +01:00
  • f7ff5f1ba4 Flymake: fix bug introduced recently João Távora 2025-01-17 10:57:46 +00:00
  • c9196cf64e Make NSM warn for DH key exchange on medium severity Stefan Kangas 2025-01-17 11:26:49 +01:00
  • 0b6ac3c6c1 ; * doc/lispref/variables.texi (Lexical Binding): Fix a recent change. Eli Zaretskii 2025-01-17 10:14:18 +02:00
  • bc4c5818df Update from Gnulib by running admin/merge-gnulib Paul Eggert 2025-01-16 23:19:27 -08:00
  • 37b5b3ea91 Fix the Lisp reference manual for older Texinfo Po Lu 2025-01-17 09:25:39 +08:00
  • 863fd1c276 Property definition-type becomes find-function-type-alist Stephen Gildea 2025-01-16 15:33:12 -08:00
  • dace7fa2ab (cl-block, cl-return-from): Fix bug#75498 Stefan Monnier 2025-01-16 17:48:21 -05:00
  • 8fc5001ba5 (asm-mode): Fix bug#75542 Stefan Monnier 2025-01-16 17:18:24 -05:00
  • 78f5ea750a Handle correctly DISPLAY-FUNCTION arg in 'bookmark--jump-via' Thierry Volpiatto 2025-01-08 10:45:55 +01:00
  • edec6e2264 Improve usability and documentation of Iroquoian input methods Kierin Bell 2025-01-11 17:25:51 -05:00
  • 7fdec438ef ; * src/font.c (syms_of_font): Fix typo. Pip Cet 2025-01-16 15:55:30 +00:00
  • 8d471adece Fix subtle problem with updating 'font_style_table' Eli Zaretskii 2025-01-16 17:51:47 +02:00
  • b86b8f52a6 ; * lisp/emacs-lisp/rx.el: Remove extra dash. (Bug#75603) Eli Zaretskii 2025-01-16 17:15:42 +02:00
  • d30351e038 Update recent find-func change to fix elisp-mode-tests Stephen Gildea 2025-01-16 06:10:57 -08:00
  • ec20ebf241 Take the tab-line into account when computing the window edges Steven Allen 2025-01-14 23:56:08 -08:00
  • 74dc2bd280 Update from Gnulib by running admin/merge-gnulib Paul Eggert 2025-01-15 19:31:07 -08:00
  • 4f946a6522 Fix clear-string crash with text properties Stefan Kangas 2025-01-15 23:11:16 +01:00
  • 86916c136b Add clear-string to symbol-releases.eld Stefan Kangas 2025-01-15 23:11:45 +01:00
  • e092aabf71 Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x' Stefan Kangas 2025-01-15 20:09:32 +01:00
  • 16c89c5ae5 Use calln instead of calling Ffuncall directly Stefan Kangas 2025-01-14 21:36:46 +01:00
  • 2e937dc2b5 Improve repeat-mode to correctly show multi-key sequences as echo Juri Linkov 2025-01-14 21:48:53 +02:00
  • 0bd12f560b Fix repeat-mode to keep the same map symbol for repeat-continue Juri Linkov 2025-01-14 21:41:48 +02:00
  • 6b71d0b178 * lisp/tab-bar.el (tab-bar-select-tab): Fix tab-bar-history-mode. Juri Linkov 2025-01-14 20:20:42 +02:00
  • 0ff82eb487 Flymake: more ambitious cleanup in flymake-mode (bug#69809) João Távora 2024-07-18 01:09:10 +01:00
  • 3a1b36a39d Flymake: improve idempotence of flymake-mode (bug#69809) João Távora 2025-01-14 17:44:38 +00:00
  • e633bbfec0 ; Fix wording and coding style of a recent commit Eli Zaretskii 2025-01-14 14:49:27 +02:00
  • b981889e9e ; cperl-mode-tests.el: Don't run the newest test in perl-mode Harald Jörg 2025-01-14 12:17:47 +01:00
  • 6a864ef8f3 Add smtpmail cross-reference to 'auth-sources'. Robert Pluim 2025-01-14 10:25:18 +01:00
  • d4aeb6bd23 Handle removal of selected tty child frame Martin Rudalics 2025-01-14 09:51:17 +01:00
  • 0226d35794
    ; (completion-preview--bg-color): Fix bug#75544. Eshel Yaron 2025-01-14 07:37:18 +01:00
  • e6ad99e36c src/comp.c: New macro CALLNI Stefan Kangas 2025-01-14 00:35:51 +01:00
  • 383de5c3f6 Prefer calln to CALLN where applicable Stefan Kangas 2025-01-14 00:16:40 +01:00
  • 1fd7957bc7 ; cperl-mode.el: Add a test for Bug#74245 Peter Oliver 2024-11-07 19:22:21 +00:00
  • 8d289670d6 Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/emacs into emacs-30 Eli Zaretskii 2025-01-13 14:00:10 +02:00
  • b74ac4af94 ; cperl-mode.el: Allow bare $ in a signature (Bug#74245) Harald Jörg 2025-01-13 12:24:40 +01:00
  • f0e63558bd
    Add 'and', 'named', and 'anonymous' predicate for tree-sitter Yuan Fu 2025-01-12 23:41:47 -08:00
  • 4687fff4f0
    ; Move c-ts-mode keyword variables forward Yuan Fu 2025-01-12 23:38:24 -08:00
  • 8cfa3447b7
    Add special indent rule for FOR_EACH_TAIL in c-ts-mode Yuan Fu 2025-01-12 23:03:41 -08:00
  • 04032cd00a
    Fix c-ts-mode indentation (bug#75442) Yuan Fu 2025-01-12 22:23:36 -08:00
  • 7d3bc1ff2f
    Add newly supported keywords to c-ts-mode (bug#75226) Yuan Fu 2025-01-12 00:35:20 -08:00
  • e6591b549f New symbol property 'definition-type' used by 'find-function'. Stephen Gildea 2025-01-12 20:39:02 -08:00
  • c98d9e8bf5 Lisp Reference Manual: Index standard symbol properties. Stephen Gildea 2025-01-12 20:13:08 -08:00
  • 615f06ea53 fix for bibtex.el in prior commit Roland Winkler 2025-01-12 18:43:16 -06:00
  • ccd927d741 Use eabs in Fcurrent_time_zone Stefan Kangas 2025-01-12 22:41:30 +01:00
  • 85c73bb901 Delete obsolete coccinelle files Stefan Kangas 2025-01-12 22:08:51 +01:00
  • 14b5ba7c61 bibtex-string-file-path and bibtex-file-path are lists of directories Roland Winkler 2025-01-12 15:17:28 -06:00
  • 30e84fc653 Emphasize the use of :tag for new customization types Mauro Aranda 2025-01-12 15:19:40 -03:00
  • 99b85e116f Emphasize the use of :tag for new customization types Mauro Aranda 2025-01-12 15:19:40 -03:00
  • 2d2bc6f1bc Add treesit-thing-settings to yaml-ts-mode and enable transpose-sexps Juri Linkov 2025-01-12 20:17:16 +02:00
  • 7648faedd3 Add new option 'rotate-windows-change-selected' Pranshu Sharma 2025-01-12 18:45:30 +01:00
  • 7dcc7605d5
    ; Touch-ups for new window-x.el Eshel Yaron 2025-01-11 13:57:26 +01:00
  • d00de6f166 ; Add some niceties to .lldbinit Gerd Möllmann 2025-01-12 08:44:18 +01:00
  • 54e4b30503 * lisp/treesit.el: Fix 'treesit--explorer-tree-mode-map'. Juri Linkov 2025-01-12 09:39:36 +02:00
  • 412c1a4f0e ; * src/keymap.c: Fix last change (bug#75219). Eli Zaretskii 2025-01-12 08:24:39 +02:00
  • c41ea047a4 Fix mouse-2 clicks on mode line and header line Eli Zaretskii 2025-01-12 08:22:24 +02:00
  • 6cea3233a1 Align term-mode control character handling Daniel Colascione 2025-01-11 12:48:19 -08:00
  • aff9261ab2 Make Eshell's "ls" command return a non-zero status on errors Jim Porter 2025-01-11 11:50:19 -08:00
  • 3d375ced1f ; * src/term.c (term_mouse_position): Fix 'fp' pointer. Juri Linkov 2025-01-11 20:40:11 +02:00
  • db4bf410f2 Improve treesit list navigation support for #if/#endif (bug#73404) Juri Linkov 2025-01-11 20:28:43 +02:00
  • fafcc8458e * lisp/progmodes/typescript-ts-mode.el: Fix syntax of tsx tags. Juri Linkov 2025-01-11 19:39:56 +02:00
  • b7dc4ba213 Fix handling of 'minibuffer' frame parameter for tty frames Martin Rudalics 2025-01-11 18:07:21 +01:00
  • 9123102858 ; * src/term.c (tty_frame_at, term_mouse_position): Fix last change. Eli Zaretskii 2025-01-11 18:39:19 +02:00
  • 1dfde9f70d ; * etc/NEWS: Fix last change. Eli Zaretskii 2025-01-11 15:05:41 +02:00
  • 266e1c34d8 ibuffer: Add the "Recency" column Daniel Mendler 2024-12-28 13:21:46 +01:00
  • 3d960c16c6 Merge from origin/emacs-30 Eli Zaretskii 2025-01-11 07:44:23 -05:00
  • 5060bf6ed6 Fix widget buttons when button prefix includes space David Ponce 2025-01-01 08:03:07 -03:00
  • d66b8d4bec Fix checkbox's child creation Mauro Aranda 2025-01-01 08:22:45 -03:00
  • 26c5fadf47 Document that 'package-vc' doesn't support built-in packages Eli Zaretskii 2025-01-11 12:58:03 +02:00
  • d018a26f9c Support TTY child frames with GPM mouse Jared Finder 2025-01-06 20:52:11 -08:00
  • ee61b9a050 ; Fix documentation of completion commands Eli Zaretskii 2025-01-11 12:40:59 +02:00
  • ce43d13593 ; Simplify admin/run-codespell Stefan Kangas 2025-01-11 07:09:23 +01:00
  • 2f63dab3ee In bibtex.el, fix widgets for customization types (bug#74409) Roland Winkler 2025-01-10 22:34:16 -06:00
  • fa1470d069 ; Remove duplicated word in files.el Commentary Stefan Kangas 2025-01-11 05:18:51 +01:00
  • dabaea9746 Improve checkdoc-common-verbs-wrong-voice docstring Stefan Kangas 2025-01-11 05:05:14 +01:00
  • 6de2ee5663 Document string-as-{unibyte,multibyte} as obsolete in manual Stefan Kangas 2025-01-11 02:28:15 +01:00
  • f51129b4fc Improve some docstrings in bibtex.el Roland Winkler 2025-01-10 21:48:54 -06:00
  • e024bd1d1f ; Fix typo (Bug#75480) john muhl 2025-01-05 10:24:02 -06:00
  • 8e9ad92a14 Protect Vframe_list updating from interruptions Robert Pluim 2025-01-06 16:38:07 +01:00
  • d1e6379d6a Add new file window-x.el Pranshu Sharma 2025-01-10 16:07:30 +01:00
  • 4a8c885dfa ; Fix recently added documentation Eli Zaretskii 2025-01-10 17:03:16 +02:00
  • c2dbe02910 ; * doc/lispref/windows.texi (Resurrecting Windows): Fix typo. Eli Zaretskii 2025-01-10 16:51:27 +02:00
  • 7f286e7d83 Have 'split-window' optionally resurrect deleted windows Martin Rudalics 2025-01-10 09:24:20 +01:00
  • c0a52efed3 * lisp/progmodes/typescript-ts-mode.el: Fix syntax of tsx tags. Juri Linkov 2025-01-10 09:56:08 +02:00
  • 42a5ac3b51 Use the treesit thing 'list' with symbol property 'treesit-thing-symbol' Juri Linkov 2025-01-10 09:33:49 +02:00
  • 7f76f872eb
    Fix go-ts-mode var spec indentation (Bug#75362) Randy Taylor 2025-01-05 16:48:00 -05:00
  • 351b6ac16d * lisp/man.el (Man-fit-to-window): Don't update on tty with MANWIDTH. Juri Linkov 2025-01-09 20:33:03 +02:00
  • 6d02539dd4 Improve UI of customizing icons David Ponce 2025-01-09 11:01:40 +01:00
  • 81cf42c8af
    Auto-adapt completion preview background color Eshel Yaron 2025-01-09 12:22:03 +01:00
  • 0edafe0fb6 In xt_action_hook don't act on deleted window's scroll bar (Bug#75120) Martin Rudalics 2025-01-09 09:37:13 +01:00
  • 01464fc882 Add "text" as a thing in tsx-ts-mode Kohei Tsuruta 2025-01-07 07:36:14 -08:00
  • 59c5733792 Improve doc string of 'package-delete' Nikolaos Chatzikonstantinou 2025-01-05 08:16:06 -05:00
  • b099777b52 ; * lib-src/make-fingerprint.c: Fix copyright year. Stefan Kangas 2025-01-09 06:22:21 +01:00
  • b6bec47c4a ; Fix indentation in itree.c Stefan Kangas 2025-01-09 05:12:14 +01:00
  • 493bb2eaf1
    Add button navigation to treesit-explorer (bug#75141) Gabriel Santos 2024-12-27 10:43:20 -03:00
  • aa07e94439 ; Remove some references to deleted files Stefan Kangas 2025-01-09 03:30:58 +01:00
  • 313a191d04 ; * admin/MAINTAINERS: Remove Kelvin White. Stefan Kangas 2025-01-09 03:08:29 +01:00
  • 40fbed939a Improve 'gethash' docstring Stefan Kangas 2025-01-09 02:54:08 +01:00