Commit graph

  • 5bd9fa084d calc: Allow strings with character codes above Latin-1 Jacob S. Gordon 2025-05-19 15:05:37 -04:00
  • 82766b71a4 ; Fix warnings in MinGW builds Eli Zaretskii 2025-06-14 16:56:44 +03:00
  • ebe7c1b528 Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs Eli Zaretskii 2025-06-14 16:55:53 +03:00
  • 1682a6b606 ; * etc/NEWS: Announce support for semantic-linefeed filling. Eli Zaretskii 2025-06-14 16:41:50 +03:00
  • 24a699243e Add semantic linefeed support for paragraph filling Roi Martin 2025-03-21 14:22:46 +01:00
  • d97ddce0aa
    * doc/misc/rcirc.texi: Rephrase recent addition Philip Kaludercic 2025-06-14 15:22:06 +02:00
  • 3927402af0 Support 'C-g C-g C-g' "urgent quit" feature on MS-Windows Eli Zaretskii 2025-06-14 11:57:42 +03:00
  • d9aa098a32 ; * doc/misc/rcirc.texi (Configuration): Fix cross-reference. Eli Zaretskii 2025-06-14 09:14:51 +03:00
  • bec823b107 New user option: vc-allow-async-diff Dmitry Gutov 2025-06-13 06:00:17 +03:00
  • 76f422da26 Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'. Juri Linkov 2025-06-12 20:22:42 +03:00
  • 799cef5d94 ; * lisp/vc/log-edit.el (log-edit-show-diff): Insert comma. Sean Whitton 2025-06-12 11:17:27 +01:00
  • 651d4b11bc vc-finish-logentry: Fix syncing buffers: include whole fileset Sean Whitton 2025-06-12 11:15:56 +01:00
  • 28f40f7997 log-edit-diff-fileset: Pass NOT-ESSENTIAL non-nil to vc-diff Sean Whitton 2025-06-12 11:14:49 +01:00
  • 932e413f8a Replace vc-async-checkin-backends with a backend properties function Sean Whitton 2025-06-12 10:18:54 +01:00
  • 3b7fc1b717 ; Fix char encoding in term-tests.el Stephane Zermatten 2025-06-12 11:10:05 +03:00
  • 323ac96236 ; Fix last change. Eli Zaretskii 2025-06-12 10:04:51 +03:00
  • 6c13da2caf Handle OSC sequences in term (bug#78263) Stephane Zermatten 2025-06-04 21:00:42 +03:00
  • 3939623d76 ; * etc/NEWS: Fix last change. Eli Zaretskii 2025-06-12 09:49:44 +03:00
  • fbb77abc81 Add simpler binds for calendar month/year navigation Paul Nelson 2025-06-10 11:33:05 +02:00
  • 81a3e4e511 Make file-notify--call-handler more robust Michael Albinus 2025-06-11 19:20:43 +02:00
  • 7e62c2cf3a Normalize URL path correctly for http Robert Pluim 2025-06-10 09:52:39 +02:00
  • df3fb94f09 Insert missing step to make use of directory tracking OSC codes Sean Whitton 2025-06-11 15:23:32 +01:00
  • 8be65cf6e0 ; etc/NEWS: Clarify VC entry about missing vs. removed files. Sean Whitton 2025-06-11 15:09:07 +01:00
  • 1468daf1d1 Amend CC Mode so that the test suite in XEmacs runs error free Alan Mackenzie 2025-06-11 13:43:50 +00:00
  • 1bed294958 * lisp/keymap.el (keymap-set): Refer to 'key-description'. (Bug#78714) Robert Pluim 2025-06-10 09:48:20 +02:00
  • bf418cd836 vc-next-action: Leave files unregistered if user aborts the checkin Sean Whitton 2025-06-11 11:28:24 +01:00
  • 941158fc13
    Support new tree-sitter grammar filename format (bug#78754) Yuan Fu 2025-06-10 22:55:58 -07:00
  • de2daa74bd * test/lisp/repeat-tests.el: Add a command for global continue. Juri Linkov 2025-06-11 09:43:45 +03:00
  • 3a0def802c Improve repeat-continue property handling Paul Nelson 2025-06-10 09:21:52 +02:00
  • 38c57855ae ; Remove superfluous POSITION argument from 'visual-wrap--apply-to-line' Jim Porter 2025-05-28 10:16:02 -07:00
  • 90c0c9a01e Clean up text properties in 'visual-wrap-prefix-mode' Jim Porter 2025-05-28 09:44:34 -07:00
  • 24e6cd4233 Improve documentation for display property functions Jim Porter 2025-05-31 12:11:01 -07:00
  • 4a3c8e6e1d Don't delete in-place when replacing a display property Jim Porter 2025-05-28 09:55:58 -07:00
  • 7416595e2f
    Update modus-themes to their version 4.8.0 Protesilaos Stavrou 2025-06-11 08:09:05 +03:00
  • 82af5c10c5 * configure.ac: Detect Android API 36. Po Lu 2025-06-11 10:35:28 +08:00
  • 231c4f20ea Port to Android API 36 Po Lu 2025-06-11 10:34:49 +08:00
  • f69b822fb0 Print a message when failing to recover a file Pip Cet 2025-06-10 12:26:22 +00:00
  • 888f846d37 Fix crash when evaluating "(signal nil 5)" (bug#78738) Pip Cet 2025-06-10 12:00:30 +00:00
  • 073d06e34e * test/lisp/repeat-tests.el: Add a command to continue but not activate. Juri Linkov 2025-06-10 09:34:28 +03:00
  • f904ff5ca2
    Add tree-sitter version of prog-fill-reindent-defun (bug#78703) Yuan Fu 2025-06-09 22:35:34 -07:00
  • 5390593c42
    ; Create a new section for sexp functions in treesit.el. Yuan Fu 2025-06-09 22:34:11 -07:00
  • 32bc6914e5
    Extract out prog--text-at-point-p from prog-fill-reindent-defun Yuan Fu 2025-06-09 22:12:49 -07:00
  • f9487d2b28
    ; * lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Typo. Yuan Fu 2025-06-09 21:54:43 -07:00
  • 0a629abfbb
    Add new tactic to treesit-navigate-thing (bug#78703) Yuan Fu 2025-06-09 21:41:17 -07:00
  • 51b9e92ab8 Merge branch 'emacs-30' of git.savannah.gnu.org:/srv/git/emacs into emacs-30 Eli Zaretskii 2025-06-09 17:02:03 +03:00
  • 1009e3d1fd
    Support checking auth-source for NickServ password for rcirc Philip Kaludercic 2025-06-09 15:13:19 +02:00
  • 2438aaf764
    ; * lisp/net/rcirc.el (rcirc-channel-p): Simplify implementation Philip Kaludercic 2025-06-09 13:16:17 +02:00
  • d660ed0b4c Prompt just once when deleting multiple files with C-x v v Sean Whitton 2025-06-09 12:13:06 +01:00
  • 00a30a752e
    Require CertFP files for rcirc to exist Philip Kaludercic 2025-06-09 13:09:53 +02:00
  • 7f6244364b Revert "Fix function arity check for noncompiled callees (bug#78685)" Mattias Engdegård 2025-06-09 12:55:11 +02:00
  • e58635a184 ; Document recent VC changes regarding file removal Sean Whitton 2025-06-09 11:51:48 +01:00
  • 3c04806b44 * lisp/progmodes/c-ts-mode.el (c-ts-mode-menu): Add 'bound-and-true-p'. Juri Linkov 2025-06-09 09:40:12 +03:00
  • 86eb733aef
    ; Fix last change. Eshel Yaron 2025-06-08 21:58:18 +02:00
  • 4be63c85d2
    ; Document 'completion-table-with-metadata' in the ELisp manual Eshel Yaron 2025-06-08 21:07:20 +02:00
  • c0a913ea4f ; * doc/lispref/modes.texi (Font Lock Basics): Remove old info (bug#78720). Eli Zaretskii 2025-06-08 18:43:20 +03:00
  • 13a4cd5ed1 More language server on emba Michael Albinus 2025-06-08 16:45:06 +02:00
  • f1766fd2b3 Improve emba integration Michael Albinus 2025-06-08 15:47:44 +02:00
  • 37de076017 Adapt emba integration (don't merge) Michael Albinus 2025-06-08 14:47:26 +02:00
  • 988110fb6d vc-next-action: On mixed state sets, treat missing files as removed Sean Whitton 2025-06-08 11:25:17 +01:00
  • 9b4fec7a97 vc-next-action: Offer to delete missing files Sean Whitton 2025-06-08 11:22:28 +01:00
  • ff8c0648fb Fix 'ffap-string-at-point' under 'ffap-file-name-with-spaces' Eli Zaretskii 2025-06-08 11:21:05 +03:00
  • b7560fb63d
    ; Use completion category 'recentf' in 'recentf-open' Eshel Yaron 2025-06-07 21:35:57 +02:00
  • 62014576dc Fix 'save-some-buffers' when file name has embedded '%' Eli Zaretskii 2025-06-07 16:35:42 +03:00
  • b195ccfe89 vc-git: Properly track unstaged deletions Sean Whitton 2025-06-07 13:25:59 +01:00
  • 29990aadda ; * lisp/vc/vc-git.el (vc-git-after-dir-status-stage): Comments. Sean Whitton 2025-06-07 13:09:19 +01:00
  • 82109aa726 Inline sole call to vc-git--state-code Sean Whitton 2025-06-07 12:50:52 +01:00
  • 58797a6735 Merge from origin/emacs-30 Eli Zaretskii 2025-06-07 06:59:30 -04:00
  • bd4674f93d ; Merge from origin/emacs-30 Eli Zaretskii 2025-06-07 06:59:29 -04:00
  • c5e54fef67 Merge from origin/emacs-30 Eli Zaretskii 2025-06-07 06:59:29 -04:00
  • bed490f0f2 ; Fix last change (bug#78396) Eli Zaretskii 2025-06-07 13:32:41 +03:00
  • 12397e3eb0 Add option for not highlight parens inside comments or strings Elías Gabriel Pérez 2025-05-12 12:04:46 -06:00
  • 9b30934756 Fix vertical-motion when an image is at EOL under word-wrap JD Smith 2025-06-04 16:47:48 -04:00
  • 0bc2a5a2c1 ; Fix last change (bug#77945) Eli Zaretskii 2025-06-07 12:43:39 +03:00
  • 13fa74b73c Add optional inherit argument to 'face-all-attributes' (bug#77945) shipmints 2025-04-20 13:09:35 -04:00
  • fc96cc1feb Avoid whitespace-mode breaking standard-display-unicode-special-glyphs Eli Zaretskii 2025-06-07 12:21:38 +03:00
  • 9629ade0b0 Teach checkdoc about (:this that) in cl-defun Eli Zaretskii 2025-06-07 12:15:33 +03:00
  • e1fcb25fc3 Fix semantic-utest-ia tests Eli Zaretskii 2025-06-07 11:01:35 +03:00
  • d8993eff11 * lisp/cedet/semantic.el: Turn off semantic-mode in all buffers (bug#76815), Lin Sun 2025-03-07 06:50:17 +00:00
  • e4ba279b01 ; * doc/emacs/misc.texi (Network Security): Fix typo. Robert Pluim 2025-06-05 16:09:11 +02:00
  • 757f6cb0ac New revert-files VC backend function for faster mass reverts Sean Whitton 2025-06-06 11:52:32 +01:00
  • 8f85cf2ae9 Fix apparent thinko in vc-next-action Sean Whitton 2025-06-06 11:47:10 +01:00
  • ac4869c712 VC: Deprecate log-incoming and log-outgoing backend functions Sean Whitton 2025-06-06 09:53:32 +01:00
  • b3f4486b04 * lisp/vc/vc.el: Update specification of print-log backend function. Sean Whitton 2025-06-06 09:49:37 +01:00
  • 4456ca3d3b ; vc--with-backend-in-rootdir: Fix Edebug declaration. Sean Whitton 2025-06-06 09:48:01 +01:00
  • 1110696f02 ; * lisp/register.el (cl-find-class): declare to silence warning Mattias Engdegård 2025-06-06 09:58:20 +02:00
  • 8fdb2d19b4 ; * lisp/treesit.el (treesit-beginning-of-defun): Doc fix (bug#78703). Eli Zaretskii 2025-06-06 10:00:20 +03:00
  • 1c465fc087 project-switch-to-buffer: Don't disambiguate too much Dmitry Gutov 2025-06-06 05:38:55 +03:00
  • 79cd1cc30e Add uniquify-get-unique-names (bug#77312) Spencer Baugh 2025-03-27 09:32:47 -04:00
  • 8b0f5b0597 Fix function arity check for noncompiled callees (bug#78685) Mattias Engdegård 2025-06-05 18:11:43 +02:00
  • 7393d7419e Fix Tramp connection property Michael Albinus 2025-06-05 16:29:18 +02:00
  • b15743d713 * lisp/subr.el (play-sound): Update docstring (bug#78694). Kazuhiro Ito 2025-06-04 20:40:06 +09:00
  • 5bf6585de2 ; Improve documentation of treesit nodes Eli Zaretskii 2025-06-05 14:25:06 +03:00
  • 7d0a605a70 Delay running vc-checkin-hook for an async checkin Sean Whitton 2025-05-30 13:32:00 +01:00
  • 6d0a71af9a ; * etc/NEWS: Call out incompatible change in 'date-to-time'. Eli Zaretskii 2025-06-05 11:09:36 +03:00
  • bcf005fa77 Improve documentation of treesit "thing" Eli Zaretskii 2025-06-05 10:30:44 +03:00
  • 1903b0062b (cl-deftype): Silence spurious warnings in xcb-types.el Stefan Monnier 2025-06-04 19:27:08 -04:00
  • 77a4c63fda (outline--hidden-headings-paths): Fix slow saves (bug#78665) Stefan Monnier 2025-06-04 16:36:27 -04:00
  • 6f24725323 * lisp/tab-line.el: Use 'tab-line-event-start' in remaining functions. Juri Linkov 2025-06-04 20:22:22 +03:00
  • 8c4ff60cf4 ; * src/nsterm.m (ns_draw_stretch_glyph_string): Fix a thinko (bug#78654). Eli Zaretskii 2025-06-04 19:56:58 +03:00
  • 680fa61b59
    Update to Transient v0.9.1-7-gd7d2c1c2 Jonas Bernoulli 2025-06-04 15:17:51 +02:00