Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
emacs-diffs (date)
[
Thread Index
][
Top
][
All Lists
][
emacs-diffs info page
]
Advanced
[
Prev Period
]
Last Modified: Tue Feb 28 2023 23:08:39 -0500
Messages in reverse chronological order
[
Next Period
]
February 28, 2023
master 93461e100c1: ; Auto-commit of loaddefs files.
,
Stefan Kangas
,
23:08
emacs-29 ec1dea7b43f: ; Auto-commit of loaddefs files.
,
Stefan Kangas
,
23:08
emacs-29 97a83ff31fa: Eglot: fix M-x eglot-show-workspace-configuration (bug#61866)
,
João Távora
,
20:21
emacs-29 48a0804d10d: ruby-mode: Fix method call indentation in rhs of multiple assignment
,
Dmitry Gutov
,
16:01
master 68cc286c049: Fix some useless condition-case forms
,
Mattias Engdegård
,
11:20
emacs-29 16d012cf3bd: * lisp/net/tramp.el (tramp-remote-path): Improve docstring.
,
Michael Albinus
,
10:42
master 316ba78a737: Improve warning in tramp-handle-unlock-file
,
Michael Albinus
,
09:34
emacs-29 b371697cdca: Minor change in 'dired--find-possibly-alternative-file'
,
Eli Zaretskii
,
09:12
emacs-29 c2b5c6acc58: Implement prefix arg for 'c-ts-mode-toggle-comment-style'
,
Eli Zaretskii
,
08:37
emacs-29 eb2ab52fb01: Defaults to zero for image-dired--number-of-thumbnails
,
Eli Zaretskii
,
08:26
emacs-29 5dc163f592a: ; Add a doc string for 'ediff-window-display-p' obsolescence
,
Eli Zaretskii
,
08:16
feature/android 03c0cb86713 2/2: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
05:33
feature/android updated (744f19c22f2 -> 03c0cb86713)
,
Po Lu
,
05:33
feature/android d96dac96e79 1/2: Update Android port
,
Po Lu
,
05:33
master updated (93f557af0ef -> c5d319af475)
,
Stefan Kangas
,
00:46
master c5d319af475: Merge from origin/emacs-29
,
Stefan Kangas
,
00:46
February 27, 2023
emacs-29 613de662811: Rename the newly added -ref- faces to -use-
,
Dmitry Gutov
,
21:09
master 93f557af0ef 2/2: New user option 'grep-use-headings'
,
Juri Linkov
,
14:15
master updated (b5c13032538 -> 93f557af0ef)
,
Juri Linkov
,
14:15
master b699c380286 1/2: Introduce 'compilation-annotation' text property
,
Juri Linkov
,
14:15
master b5c13032538: * lisp/icomplete.el (fido-mode): Enable in-buffer completion (bug#45763).
,
Juri Linkov
,
13:41
master a7a984c0ebe: * lisp/icomplete.el: Fix in-buffer completion.
,
Juri Linkov
,
13:33
emacs-29 f601e9666d8: Eglot: support multiple labels in same inlay hint
,
João Távora
,
09:53
emacs-29 4a5eda7ed2a: Eglot: don't paint hints outside requested region (bug#61812)
,
João Távora
,
09:25
master 10d2b76edad 2/4: * lisp/calc/calc.el (calcDigit-backspace): Hush warning.
,
Mattias Engdegård
,
09:22
master 443c249d850 3/4: Warn about `condition-case` without handlers
,
Mattias Engdegård
,
09:22
master 434ab2e0889 1/4: Improve delete-consecutive-dups doc precision and add test
,
Mattias Engdegård
,
09:22
master updated (c640dc9ef53 -> 1767d18c91a)
,
Mattias Engdegård
,
09:22
master 1767d18c91a 4/4: Adjust some `pure` and `side-effect-free` function declarations
,
Mattias Engdegård
,
09:22
emacs-29 44949c292f9 1/2: ; Add `nnimap-user' to Gnus manual
,
Eli Zaretskii
,
07:33
emacs-29 11c1aa1eb12 2/2: ; * doc/misc/gnus.texi: Fix last change.
,
Eli Zaretskii
,
07:33
emacs-29 updated (6c7078c66f4 -> 11c1aa1eb12)
,
Eli Zaretskii
,
07:33
emacs-29 6c7078c66f4: ; * lisp/progmodes/c-ts-mode.el (treesit-node-prev-sibling): Declare.
,
Eli Zaretskii
,
07:11
emacs-29 3d0a6c9baa6 2/2: Eglot: protect against unintended field text motion (bug#61726)
,
João Távora
,
06:34
emacs-29 647e40f4a0c 1/2: ; And yet another fix to eglot-current-linepos-function's docstring
,
João Távora
,
06:34
emacs-29 updated (9d0f856a167 -> 3d0a6c9baa6)
,
João Távora
,
06:34
emacs-29 9d0f856a167: Fix description of 'desktop-save-mode'
,
Eli Zaretskii
,
06:32
emacs-29 aee10ca1cbe: Adjust tree-sitter defun navigation (bug#61617)
,
Yuan Fu
,
04:23
emacs-29 0f15286c539 1/2: New tree-sitter indent anchor standalone-parent used by c-ts-mode
,
Yuan Fu
,
00:48
emacs-29 edf5b976869 2/2: Simplify c-ts-mode--top-level-label-matcher
,
Yuan Fu
,
00:48
emacs-29 updated (267fc6d00c4 -> edf5b976869)
,
Yuan Fu
,
00:48
master c640dc9ef53: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master updated (6c4abbab799 -> c640dc9ef53)
,
Stefan Kangas
,
00:45
February 26, 2023
emacs-29 267fc6d00c4: ruby-smie-rules: Fix misindentation of a method call after assignment
,
Dmitry Gutov
,
19:10
emacs-29 0fde314f6f6: * lib-src/etags.c (process_file_name): Free malloc'ed vars (bug#61819).
,
Eli Zaretskii
,
13:03
emacs-29 dde9d149af3: ; Improve documentation of loading *.eln files
,
Eli Zaretskii
,
12:52
emacs-29 7c552be89da: ; Another doc fix in eglot.el
,
Eli Zaretskii
,
09:48
master 6c4abbab799: Tramp: Do not unlock when connection is broken
,
Michael Albinus
,
09:40
emacs-29 75c65fcc98e: ; Fix last change
,
João Távora
,
09:16
emacs-29 a3d15c1f749: ; Fix last change
,
Eli Zaretskii
,
08:24
emacs-29 ca79b138d42 2/2: Eglot: rename and redocument encoding-related functions (bug#61726)
,
João Távora
,
08:00
emacs-29 updated (b0e87e930e8 -> ca79b138d42)
,
João Távora
,
08:00
emacs-29 3e3e6d71be7 1/2: Eglot: support positionEncoding LSP capability (bug#61726)
,
João Távora
,
08:00
emacs-29 b0e87e930e8: Eglot: use faster strategy for moving to LSP positions (bug#61726)
,
João Távora
,
05:27
emacs-29 5b174b96834: Fix mule-tests in UTF-8 locales
,
Eli Zaretskii
,
04:47
emacs-29 5256392a7ec: Fix 'vertical-motion' when display strings are around
,
Eli Zaretskii
,
04:35
emacs-29 0db88d625a7: ; * src/treesit.c (treesit_predicate_match): Fix typo.
,
Yuan Fu
,
04:12
feature/android 744f19c22f2 10/10: Get rid of android_lookup_method
,
Po Lu
,
02:12
feature/android d5cccfdc564 01/10: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
02:12
feature/android 74a7d34361a 09/10: Update from gnulib
,
Po Lu
,
02:12
feature/android 8fa86cc7cd7 05/10: Update Android port
,
Po Lu
,
02:12
feature/android 39ddf1855bb 07/10: Update Android port
,
Po Lu
,
02:12
feature/android 28f6add67f8 08/10: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
02:12
feature/android df29bb71fc4 03/10: Update Android port
,
Po Lu
,
02:12
feature/android 8e4c5db193d 02/10: Update Android port
,
Po Lu
,
02:12
feature/android 687f4fadde4 06/10: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
02:12
feature/android 80f26cc3988 04/10: ; * src/android.c (android_open): Clean up unused variables.
,
Po Lu
,
02:12
feature/android updated (ea74f3c0678 -> 744f19c22f2)
,
Po Lu
,
02:12
master 8797e514ab6: Disable xattr test on MS-Windows.
,
Eli Zaretskii
,
01:56
master a5be840c7b7: Fix the MS-DOS build
,
Po Lu
,
01:42
master updated (9565e34762a -> 580bb8f46c4)
,
Stefan Kangas
,
00:45
master 580bb8f46c4: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
February 25, 2023
master 9565e34762a: Be more cautious in completing Eshell variable assignments
,
Jim Porter
,
23:39
master 2baf08683fc: (bytecomp-warn--ignore): New test
,
Stefan Monnier
,
22:34
master b26d0dd5837 2/2: Omit no-longer-needed SEEK_END workaround
,
Paul Eggert
,
20:13
master 6a3a729705f 1/2: Update from Gnulib by running admin/merge-gnulib
,
Paul Eggert
,
20:13
master updated (e91d29f0048 -> b26d0dd5837)
,
Paul Eggert
,
20:13
emacs-29 3cae0e3d96a: python-ts-mode: Fix single-quote string fontification
,
Dmitry Gutov
,
20:12
master e91d29f0048: bytecomp--with-warning-test: Make it a function
,
Stefan Monnier
,
17:45
emacs-29 68d753e3712: ; * etc/NEWS: Fix typos.
,
Michael Albinus
,
12:45
master 309e6aaa686: Make also 'diary-lunar-phases' report eclipses
,
Michael Heerdegen
,
11:06
emacs-29 ab0cc4e7811: Fix infloop in bidi.c
,
Eli Zaretskii
,
10:21
emacs-29 3b8b23f66df: ; Fix doc string of 'emacs-lisp-byte-compile'
,
Eli Zaretskii
,
08:51
master updated (a129f257720 -> 50b55656b9c)
,
Stefan Kangas
,
00:45
master 50b55656b9c: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
emacs-29 5cf50d60041: Check the anchor along with the offset in treesit-indent-region
,
Yuan Fu
,
00:22
February 24, 2023
emacs-29 497018dd5c3: ; Fix typos in docstrings in c-ts-common.el
,
Yuan Fu
,
23:50
emacs-29 d25f24fe57b 1/3: Fix c-ts-common-statement-offset and c-ts-common--node-is
,
Yuan Fu
,
22:52
emacs-29 03072bbdd38 3/3: ; Set indent-tabs-mode to nil in c-ts-mode indent preproc test
,
Yuan Fu
,
22:52
emacs-29 4a25fa4586c 2/3: Align to prev sibling for c-ts-mode indentation
,
Yuan Fu
,
22:52
emacs-29 updated (c92360c7a3b -> 03072bbdd38)
,
Yuan Fu
,
22:52
emacs-29 c92360c7a3b 2/2: typescript-ts-mode: Highlight non-shorthand destructuring bindings
,
Dmitry Gutov
,
20:55
emacs-29 updated (146bce49321 -> c92360c7a3b)
,
Dmitry Gutov
,
20:55
emacs-29 a795c51f605 1/2: Add more/finer faces for tree-sitter
,
Dmitry Gutov
,
20:55
emacs-29 146bce49321: Avoid crashes in batch mode due to lack of frame face cache
,
Eli Zaretskii
,
15:47
master a129f257720: kmacro: Simplify register code and recent change
,
Stefan Monnier
,
14:18
master 926e3fb3be5: Tramp cleanup
,
Michael Albinus
,
14:08
emacs-29 244a73cd729: Add Tramp version integrated in Emacs 28.3
,
Michael Albinus
,
13:50
emacs-28 dec958258b1: Adapt Tramp versions. Do not merge
,
Michael Albinus
,
13:42
master b5edfdbf861: Merge branch 'emacs-29'
,
Stefan Monnier
,
13:15
master updated (5f38dcd43d7 -> b5edfdbf861)
,
Stefan Monnier
,
13:15
emacs-29 updated (925724a4b54 -> b2ae4e77c74)
,
Philip Kaludercic
,
11:14
emacs-29 b2ae4e77c74 2/2: Avoid reusing :lisp-dir twice in 'package-vc--main-file'
,
Philip Kaludercic
,
11:14
emacs-29 068f8fa3037 1/2: Ensure right package-desc-type before installing package
,
Philip Kaludercic
,
11:14
master 5f38dcd43d7 3/3: More accurate suppression of ignored return value warning
,
Mattias Engdegård
,
10:54
master 1defa5000b1 1/3: Follow function aliases for `side-effect-free` and `pure` properties
,
Mattias Engdegård
,
10:54
master updated (1bed13111be -> 5f38dcd43d7)
,
Mattias Engdegård
,
10:54
master 4849e742738 2/3: Fix unsafep for aliases to side-effect-free functions
,
Mattias Engdegård
,
10:54
emacs-29 925724a4b54: Restore invisibility of symlink target on exiting wdired-mode
,
Stephen Berman
,
10:43
emacs-29 55d29c9bacb: Eglot: fix jit-lock inlay hint bugs
,
João Távora
,
09:49
feature/android ea74f3c0678: Improve Android configury
,
Po Lu
,
09:26
feature/android 4ff3904e3c2 5/5: Enable normal-erase-is-backspace on Android
,
Po Lu
,
08:23
feature/android d3e71edc719 4/5: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
08:23
feature/android b91e8ada70e 3/5: Fix auto-revert-mode on Android
,
Po Lu
,
08:23
feature/android 4aaa6fd24cf 2/5: ; * src/keyboard.c (lispy_function_keys): Add missing delete key.
,
Po Lu
,
08:23
feature/android updated (0b7d9bbc8ac -> 4ff3904e3c2)
,
Po Lu
,
08:23
feature/android 4bcf2513085 1/5: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
08:23
emacs-29 5db75ec7d30: Eglot: fix inlay hint with label collection instead of string
,
João Távora
,
05:52
emacs-29 573d9675fd7: Fix insertion of keyboard macro containing named keys
,
Robert Pluim
,
05:44
master updated (0a361fd91ab -> 1bed13111be)
,
Stefan Kangas
,
00:45
master 1bed13111be: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
February 23, 2023
emacs-29 b0cbd5590b2: Eglot: simplify inlay hints implementation with jit-lock
,
João Távora
,
21:18
master 0a361fd91ab: ; Return t or nil for 'test-completion' of Eshell user references
,
Jim Porter
,
18:15
master da002af4116: ; Remove commented-out leftover from the last commit
,
Jim Porter
,
17:15
master 2f110132d73 1/3: ; Throw strings as the values for 'eshell-incomplete'
,
Jim Porter
,
17:11
master updated (6411a9af03a -> 9d48c9844bf)
,
Jim Porter
,
17:11
master 9d48c9844bf 3/3: Don't add a space after the trailing slash when completing ~USER in Eshell
,
Jim Porter
,
17:11
master 4b364a990a0 2/3: Add support for completing quoted variables in Eshell like $'FOO'
,
Jim Porter
,
17:11
emacs-29 91e24c5b5a6: Eglot: update inlay hints on window configuration changes
,
João Távora
,
14:21
emacs-29 79fead1709f: ; Fix a typo in a doc string in c-ts-common.el (bug#61736).
,
Eli Zaretskii
,
12:52
emacs-29 a0b273ef300: ; Clarify documentation of 'file-modes-number-to-symbolic'
,
Eli Zaretskii
,
10:46
emacs-29 5c2be6a2632: ; Fix recently-added doc strings in eglot.el
,
Eli Zaretskii
,
10:19
master 6411a9af03a: Additional change for Bug#61432
,
Robert Pluim
,
10:05
feature/android e3595debd0c 4/5: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
08:58
feature/android updated (1d84465236f -> 0b7d9bbc8ac)
,
Po Lu
,
08:58
feature/android 0b7d9bbc8ac 5/5: Make sure scroll-bar.el is loaded on Android
,
Po Lu
,
08:58
feature/android 351813556da 3/5: Fix ImageMagick build on Android
,
Po Lu
,
08:58
feature/android c0a39006a2a 2/5: ; * src/android.c (android_run_select_thread): Fix typos.
,
Po Lu
,
08:58
feature/android 8747568d698 1/5: Make android_select more robust
,
Po Lu
,
08:58
emacs-29 e3be0dbf85c: Eglot: display completion label when safe
,
João Távora
,
08:57
emacs-29 5286111ea1f: Improve documentation of VC commands, including in Dired
,
Eli Zaretskii
,
07:27
emacs-29 990f4027131: * doc/emacs/maintaining.texi: More mentions of marked files in Dired.
,
Juri Linkov
,
03:24
master updated (48cc5c0604c -> fad36650697)
,
Stefan Kangas
,
00:45
master fad36650697: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
February 22, 2023
emacs-29 94e70ed4261: ; * lisp/emacs-lisp/eldoc.el (eldoc-display-in-echo-area): Fix typo.
,
Yuan Fu
,
20:57
branch scratch/eglot-inlay-hints deleted (was e5c3d80355c)
,
João Távora
,
18:18
emacs-29 1841299a11d 2/2: Eglot: implement inlay hints (bug#61412, bug#61066)
,
João Távora
,
14:17
emacs-29 28ed0d1840f 1/2: Eglot: run eglot-managed-mode-hook after LSP didOpen
,
João Távora
,
14:17
emacs-29 updated (7ad5d9babed -> 1841299a11d)
,
João Távora
,
14:17
emacs-29 7ad5d9babed: Eglot: restore eldoc-documentation-functions on shutdown
,
João Távora
,
13:49
emacs-29 ea7251ad6df 1/2: Eglot: go back to setting eldoc-documentation-strategy again
,
João Távora
,
13:31
emacs-29 updated (6016f1982d3 -> 711a775ba76)
,
João Távora
,
13:31
emacs-29 711a775ba76 2/2: Eglot: simplify capability-checking code
,
João Távora
,
13:31
master 48cc5c0604c: Update Modus themes to version 4.1.0
,
Protesilaos Stavrou
,
13:04
emacs-29 6016f1982d3: ; * etc/NEWS: Fix typo again
,
Martin Rudalics
,
12:49
emacs-29 a0b67252346 1/2: ; * doc/emacs/vc1-xtra.texi (Preparing Patches): Wording tweaks.
,
Sean Whitton
,
12:18
emacs-29 updated (43c4dd6f962 -> d411b4d1fd3)
,
Sean Whitton
,
12:18
emacs-29 d411b4d1fd3 2/2: ; * etc/NEWS (C-x v !): Additional text.
,
Sean Whitton
,
12:18
master 170b419df0d: Declare `indirect-function` to be side-effect-free and error-free
,
Mattias Engdegård
,
11:47
emacs-29 43c4dd6f962: ; * doc/emacs/anti.texi (Antinews): Adjust to latest changes.
,
Eli Zaretskii
,
10:40
emacs-29 20c654b6f8f 2/2: Merge branch 'emacs-29' of git.sv.gnu.org:/srv/git/emacs into emacs-29
,
Michael Albinus
,
09:36
emacs-29 177d0cf2a9a 1/2: ; * etc/NEWS: Fix typos.
,
Michael Albinus
,
09:36
emacs-29 db7096a532c: Yield to erc-move-to-prompt before unhiding prompt
,
F. Jason Park
,
09:33
emacs-29 db21c84bc94: ; Improve doc string of 'C-q'
,
Eli Zaretskii
,
09:25
scratch/eglot-inlay-hints 0d5440ef678 1/2: Eglot: simplify capability-checking code
,
João Távora
,
08:57
scratch/eglot-inlay-hints e5c3d80355c 2/2: Eglot: implement inlay hints (bug#61412, bug#61066)
,
João Távora
,
08:57
branch scratch/eglot-inlay-hints created (now e5c3d80355c)
,
João Távora
,
08:57
emacs-29 a6be0be1db6: ; Clarify "kill files" in Gnus manual
,
Eli Zaretskii
,
08:40
feature/android 1d84465236f 8/8: ; Fix typo
,
Po Lu
,
08:34
feature/android f3b6cbb6755 5/8: ; * src/androidmenu.c (android_menu_show): Fix typo.
,
Po Lu
,
08:34
feature/android 1e6f957c0db 4/8: Update Android port
,
Po Lu
,
08:34
feature/android 767da53fa3a 6/8: Update Android port
,
Po Lu
,
08:34
feature/android 8356412d625 3/8: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
08:34
feature/android 2222c7c3356 7/8: * src/image.c (imagemagick_load_image): Check HAVE_DECL_xxx.
,
Po Lu
,
08:34
feature/android 137bdaced6a 1/8: Update Android port
,
Po Lu
,
08:34
feature/android 86f10534dcc 2/8: Add cross-compilation test for cleanup attribute
,
Po Lu
,
08:34
feature/android updated (a892c0487a6 -> 1d84465236f)
,
Po Lu
,
08:34
emacs-29 d816429e2f2: * lisp/progmodes/python.el (python--import-sources): Fix regexp (bug#61648)
,
Eli Zaretskii
,
08:32
emacs-29 1f4886fdb09: Do not error out on non image file (bug#61639)
,
Eli Zaretskii
,
08:21
emacs-29 003759a6dca: Explain effect of variable-pitch fonts on fill-column
,
Eli Zaretskii
,
08:17
emacs-29 ba91a76659b: Avoid division by zero in get_narrowed_* functions
,
Eli Zaretskii
,
07:56
master 37e5d0cd853: Use delete-char instead of backward-delete-char
,
Mattias Engdegård
,
06:59
February 21, 2023
master c94011ed568: ; * configure.ac (EMACS_CONFIG_FEATURES): Improve configure message.
,
Po Lu
,
21:51
emacs-29 fb5dbf6de73: ; Fix documentation of 'icon-title-format'.
,
Eli Zaretskii
,
15:06
master 450be633bb5: Remove stray quotes
,
Mattias Engdegård
,
14:28
emacs-29 48c9a507713: * etc/NEWS: Mention new buffer display action alist entries
,
Martin Rudalics
,
12:52
master 098add06eb7: Say whether we're using X11 double buffering
,
Robert Pluim
,
12:27
emacs-29 4dc1f2b9a01: ; * src/xterm.c (x_update_end): Condition on HAVE_XDBE
,
Robert Pluim
,
12:06
emacs-29 f1c83898060: Fix build --without-xdbe
,
Eli Zaretskii
,
11:16
emacs-29 ef38774c02c: Improve dnd-direct-save-remote-files docstring
,
Robert Pluim
,
10:57
emacs-29 cf53e62a791: Add 'process-status' to process shortdoc
,
Robert Pluim
,
10:50
emacs-29 68df9e5953c: * lisp/emacs-lisp/comp.el (comp--trampoline-abs-filename): Improve 5d0b45cd67b
,
Andrea Corallo
,
10:40
emacs-29 06ba9484166: Improve text about deleting windows
,
Robert Pluim
,
10:37
emacs-29 1976ca1634d: Make 'emacs-news-cycle-tag' work at all levels
,
Robert Pluim
,
09:49
feature/android updated (8ca4162ecdb -> a892c0487a6)
,
Po Lu
,
08:09
feature/android a892c0487a6 2/2: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
08:09
feature/android 77feba74564 1/2: Update Android port
,
Po Lu
,
08:09
master updated (68c972cba1a -> 428442fb530)
,
Mattias Engdegård
,
06:33
master 428442fb530 2/2: ; * test/lisp/emacs-lisp/nadvice-tests.el: suppress some warnings
,
Mattias Engdegård
,
06:33
master 7a59f20a4e5 1/2: Follow aliases for `interactive-only` declarations
,
Mattias Engdegård
,
06:33
feature/android 7aa4ffddd84 2/3: Update Android port
,
Po Lu
,
06:09
feature/android updated (fce2e2f264f -> 8ca4162ecdb)
,
Po Lu
,
06:09
feature/android 8ca4162ecdb 3/3: Update from gnulib
,
Po Lu
,
06:09
feature/android d197d734912 1/3: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
06:09
master 839a86b02ba 1/2: Merge from origin/emacs-29
,
Stefan Kangas
,
04:58
master 68c972cba1a 2/2: ; Merge from origin/emacs-29
,
Stefan Kangas
,
04:58
master updated (db3fea2e5ce -> 68c972cba1a)
,
Stefan Kangas
,
04:58
master db3fea2e5ce: Detect and prevent function alias loops in `fset` and `defalias`
,
Mattias Engdegård
,
04:50
master fd734634395 1/2: Merge from origin/emacs-29
,
Stefan Kangas
,
04:40
master updated (dd19f0b798b -> c4c4af022d6)
,
Stefan Kangas
,
04:40
master c4c4af022d6 2/2: ; Merge from origin/emacs-29
,
Stefan Kangas
,
04:40
master 545c363c624 1/3: ; Merge from origin/emacs-29
,
Stefan Kangas
,
04:32
emacs-29 16ca258b1fc: Repair mistake in a previous edmacro-sanitize-string change
,
Mattias Engdegård
,
04:32
master dd19f0b798b 3/3: ; Merge from origin/emacs-29
,
Stefan Kangas
,
04:32
master 47c833537ac 2/3: Merge from origin/emacs-29
,
Stefan Kangas
,
04:32
master updated (c96fe562ae7 -> dd19f0b798b)
,
Stefan Kangas
,
04:32
master updated (47eaee0e285 -> c96fe562ae7)
,
Stefan Kangas
,
04:28
master c96fe562ae7: Merge from origin/emacs-29
,
Stefan Kangas
,
04:28
master 47eaee0e285 3/3: ; Merge from origin/emacs-29
,
Stefan Kangas
,
04:11
master 6105263983b 2/3: Merge from origin/emacs-29
,
Stefan Kangas
,
04:11
master 1e70e785f00 1/3: ; Merge from origin/emacs-29
,
Stefan Kangas
,
04:10
master updated (43a6b3f5231 -> 47eaee0e285)
,
Stefan Kangas
,
04:10
February 20, 2023
emacs-29 5a864f23eb8: regex-emacs.c: Reduce the use of backtracking a bit further
,
Stefan Monnier
,
21:22
emacs-29 e83c78b8c77: Eglot: respect user's Eldoc configuration by default
,
João Távora
,
18:08
master 43a6b3f5231: * list/emacs-lisp/cconv.el (cconv-make-interpreted-closure): Tweak docstring
,
Stefan Monnier
,
17:11
emacs-29 5d0b45cd67b: Make the native compiler always use `make-temp-file' for temporary files
,
Andrea Corallo
,
15:16
emacs-29 88ee92e61d7: ; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): Declare.
,
Eli Zaretskii
,
12:30
emacs-29 02aba20d528: Update to Transient v0.3.7-216-gfe40342
,
Jonas Bernoulli
,
11:07
feature/android 57c19f477fd 2/3: Update Android port
,
Po Lu
,
09:16
feature/android fce2e2f264f 3/3: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:16
feature/android updated (ba87d2c28b1 -> fce2e2f264f)
,
Po Lu
,
09:16
feature/android fecd0a9fed2 1/3: Fix crash inside font-list-family
,
Po Lu
,
09:16
emacs-29 d7010d64b21: Add declaration_list to c-ts-common-indent-type-regexp-alist
,
Theodor Thornhill
,
09:08
emacs-29 19480aa30e3 2/2: Typescript-ts-mode: Add switch case handling
,
Theodor Thornhill
,
07:43
emacs-29 dfc850ca022 1/2: Fix object initializer for csharp-mode (bug#61541)
,
Theodor Thornhill
,
07:43
emacs-29 updated (fc4bfa76db9 -> 19480aa30e3)
,
Theodor Thornhill
,
07:43
master 74463909cbb 2/2: * lisp/emacs-lisp/macroexp.el (mapcan): Set funarg-positions.
,
Mattias Engdegård
,
07:18
master 4eefadad067 1/2: Repair mistake in a previous edmacro-sanitize-string change
,
Mattias Engdegård
,
07:18
master updated (cac13e36054 -> 74463909cbb)
,
Mattias Engdegård
,
07:18
emacs-29 fc4bfa76db9: Update to Org 9.6.1-34-geea8da
,
Kyle Meyer
,
00:52
February 19, 2023
feature/android ba87d2c28b1 4/4: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
22:42
feature/android 34ba481c8ea 3/4: Improve SFNT driver lookup efficiency
,
Po Lu
,
22:41
feature/android b91396bace7 2/4: Improve reliability of Java code rebuilds
,
Po Lu
,
22:41
feature/android 1727777a46c 1/4: Match font registry after font is opened
,
Po Lu
,
22:41
feature/android updated (e5232fc0e50 -> ba87d2c28b1)
,
Po Lu
,
22:41
master cac13e36054: Help Elisp xref recognize defclass parent classes
,
Dmitry Gutov
,
20:03
emacs-29 afbce8bb467: Improve tree-sitter indent anchor prev-adaptive-prefix (bug#61314)
,
Yuan Fu
,
15:34
emacs-29 c544df4fa3f 2/3: Cleanup preproc indent for c-ts-mode (bug#61558)
,
Theodor Thornhill
,
14:48
emacs-29 2e6093b425e 3/3: Adjust jsx indentation
,
Theodor Thornhill
,
14:48
emacs-29 d397f3d5084 1/3: Add comment style toggle for c-ts-mode (bug#61550)
,
Theodor Thornhill
,
14:48
emacs-29 updated (683961cd733 -> 2e6093b425e)
,
Theodor Thornhill
,
14:48
emacs-29 683961cd733: * lisp/simple.el (choose-completion): Check for completion-in-region-mode.
,
Juri Linkov
,
14:31
master 9e745ed3f2c: Tramp cleanup
,
Michael Albinus
,
12:36
emacs-29 1ac05eac74b: rust-ts-mode--font-lock-settings: Avoid the explicit 'default' face
,
Dmitry Gutov
,
12:20
emacs-29 b5bea14ca17 4/4: * lisp/progmodes/xref.el: Bump the version.
,
Dmitry Gutov
,
12:02
emacs-29 a5b5f73d886 3/4: xref--insert-xrefs: Use 'shadow' for the line number colon
,
Dmitry Gutov
,
12:02
emacs-29 6b908773599 2/4: * lisp/progmodes/xref.el (xref--insert-xrefs): Remove extra space (bug#61340).
,
Dmitry Gutov
,
12:02
emacs-29 25c65e6b586 1/4: Backport: Fix xref-clear-marker-stack refactoring mistake
,
Dmitry Gutov
,
12:01
emacs-29 updated (ad6c6a3a115 -> b5bea14ca17)
,
Dmitry Gutov
,
12:01
emacs-28 3c9701938d4: ; Disable failing test
,
Stefan Kangas
,
11:57
emacs-28 8a9e5767d8a 1/2: Update copyright year to 2023
,
Stefan Kangas
,
11:53
emacs-28 91d6ef2dcb3 2/2: ; Update some copyright years to 2023 by hand
,
Stefan Kangas
,
11:53
emacs-28 updated (a44d906740f -> 91d6ef2dcb3)
,
Stefan Kangas
,
11:53
annotated tag emacs-28.3-rc1 created (now 0a3ed2a3410)
,
Stefan Kangas
,
11:48
emacs-29 1630bfb5d08 2/5: Merge from origin/emacs-28
,
Stefan Kangas
,
11:38
emacs-29 9a6f22fd0b4 4/5: Merge from origin/emacs-28
,
Stefan Kangas
,
11:38
emacs-29 ad6c6a3a115 5/5: ; Merge from origin/emacs-28
,
Stefan Kangas
,
11:38
emacs-29 32be128382f 3/5: ; Merge from origin/emacs-28
,
Stefan Kangas
,
11:38
emacs-29 updated (068b53500e2 -> ad6c6a3a115)
,
Stefan Kangas
,
11:38
emacs-29 e2ac0d416b9 1/5: ; Merge from origin/emacs-28
,
Stefan Kangas
,
11:38
emacs-29 068b53500e2: ; Improve image-dired-thumbnail-storage docstring
,
Stefan Kangas
,
11:31
master 8fba4cff1bd: imenu: Make the test for a single category of map (e.g. "Class") rigorous
,
Alan Mackenzie
,
11:12
emacs-29 497ed0fb42e 2/2: ; * doc/emacs/dired.texi (Image-Dired): Fix last change.
,
Eli Zaretskii
,
10:09
emacs-29 4aa397e71b2 1/2: More doc on image-dired-dired-* (bug#61624)
,
Eli Zaretskii
,
10:09
emacs-29 updated (893ddd5903e -> 497ed0fb42e)
,
Eli Zaretskii
,
10:09
feature/android e5232fc0e50: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:43
feature/android updated (05791d09f65 -> e5232fc0e50)
,
Po Lu
,
09:43
feature/android 18f723faa85 6/9: Fix parallel compilation of Android port
,
Po Lu
,
09:14
feature/android efc46330aa1 1/9: Allow opening more files in emacsclient on Android
,
Po Lu
,
09:14
feature/android 585ee91b21f 8/9: More fixes to parallel Make
,
Po Lu
,
09:14
feature/android 05791d09f65 9/9: * cross/Makefile.in (src/libemacs.so): Depend on libgnu.a.
,
Po Lu
,
09:14
feature/android f3196052070 7/9: More parallel build fixes
,
Po Lu
,
09:14
feature/android 0998ab3ade7 3/9: Report both sides of the region to the input method upon setup
,
Po Lu
,
09:14
feature/android updated (c8f49c9276d -> 05791d09f65)
,
Po Lu
,
09:14
feature/android 47dbdb06dc4 4/9: Improve Android documentation
,
Po Lu
,
09:14
feature/android c09dca3fb03 5/9: Fix sfntfont.c build without mmap
,
Po Lu
,
09:14
feature/android 0aa19e993b1 2/9: Fix gamegrid.el with high resolution displays
,
Po Lu
,
09:14
master updated (750bc57cbb8 -> 34f44ae07e0)
,
Stefan Kangas
,
09:10
master 34f44ae07e0: Merge from origin/emacs-29
,
Stefan Kangas
,
09:10
emacs-29 893ddd5903e: Eglot: improve treatment of completion items without :sortText (bug#61532)
,
João Távora
,
06:11
emacs-29 871cf33a450: ; * admin/make-tarball.txt: Minor copyedit.
,
Stefan Kangas
,
05:37
emacs-28 a44d906740f 2/2: ; Commit files changed by "autoreconf -i -I m4 --force"
,
Stefan Kangas
,
05:05
emacs-28 updated (f7bd5ac5521 -> a44d906740f)
,
Stefan Kangas
,
05:05
emacs-28 f5a99945b6f 1/2: ; Update ChangeLog for Emacs 28.3
,
Stefan Kangas
,
05:05
emacs-29 4faebba2fed: Fix invocation of File->Close from the menu bar
,
Eli Zaretskii
,
04:30
emacs-29 cd05fca5f78: ; Improve documentation of 'native-comp-enable-subr-trampolines'
,
Eli Zaretskii
,
04:05
emacs-29 c61a30e1601: Update thumbnail buffer's header more
,
Eli Zaretskii
,
01:25
feature/android c8f49c9276d: Implement `fullscreen' on Android 4.0 and later
,
Po Lu
,
00:35
February 18, 2023
feature/android c6809eb9278 2/2: Fix crashes in desktop-save-mode
,
Po Lu
,
21:48
feature/android 2bcfa0e68e4 1/2: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
21:48
feature/android updated (4ab9fa7507a -> c6809eb9278)
,
Po Lu
,
21:48
emacs-29 d560dc5044a 1/2: (rust-ts-mode--font-lock-settings): Highlight closure parameters
,
Dmitry Gutov
,
16:53
emacs-29 4c49452cdef 2/2: (treesit-query-validate): Fix reusing the output buffer
,
Dmitry Gutov
,
16:53
emacs-29 updated (c15bc91e1bf -> 4c49452cdef)
,
Dmitry Gutov
,
16:53
emacs-29 c15bc91e1bf: * Fix `native-comp-enable-subr-trampolines' semantic
,
Andrea Corallo
,
16:48
master 750bc57cbb8: Don't rely on dynamic scoping to fix bug#59213
,
Stefan Monnier
,
13:07
emacs-29 774051873d5: Fix documentation of 'just-one-space' and 'delete-horizontal-space'
,
Eli Zaretskii
,
13:04
emacs-29 7337f072500: ; Remove NEWS entry about deleted variable.
,
Eli Zaretskii
,
12:48
emacs-29 updated (5190ea6259a -> fb5299ba099)
,
Eli Zaretskii
,
12:46
emacs-29 fb5299ba099 2/2: ; Fix wording of last change.
,
Eli Zaretskii
,
12:46
emacs-29 9f508cef85d 1/2: Fix 'display-buffer-use-least-recent-window'
,
Eli Zaretskii
,
12:46
master 2ac8d7e64a0: Improve Tramp's user and host name completion
,
Michael Albinus
,
12:28
master b3502b92282: Allow disabling viper faces in the minibuffer
,
Eli Zaretskii
,
12:01
emacs-29 5190ea6259a: Fix point moving when calling python-shell-send-region
,
Eli Zaretskii
,
11:44
feature/android updated (fa1b27930ea -> 4ab9fa7507a)
,
Po Lu
,
10:21
feature/android a61f9cb77ce 1/3: Update Android port
,
Po Lu
,
10:21
feature/android c045d5322c2 2/3: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
10:21
feature/android 4ab9fa7507a 3/3: ; * lisp/loadup.el: Fix merge typos.
,
Po Lu
,
10:21
emacs-29 6c0d8210175: (project-try-vc): Remove unused defvar/require
,
Dmitry Gutov
,
08:11
emacs-29 4f9862e4356: ; Fix typo
,
Stefan Kangas
,
07:40
emacs-29 a638c79bc5c: Delete redundant question from Gnus FAQ
,
Stefan Kangas
,
07:37
emacs-29 4a90d67eb68: Slightly improve hashcash documentation
,
Stefan Kangas
,
07:02
master 97f24924df6: Remove redundant requires from package.el
,
Stefan Kangas
,
06:44
emacs-29 6ea3c105ab1: Fix cursor motion when there's line-prefix and display string at BOL
,
Eli Zaretskii
,
06:41
emacs-29 e985466556c: Fix comment in treesit_record_change (bug#61369)
,
Yuan Fu
,
05:32
emacs-29 1e5cebc88bb: Spell out RPN abbreviation in Calc manual intro
,
Stefan Kangas
,
05:00
master 0be5f7ab636: Merge from origin/emacs-29
,
Stefan Kangas
,
05:00
master updated (1298d1db189 -> 0be5f7ab636)
,
Stefan Kangas
,
05:00
emacs-29 1769a588300: Fix some uses of 'use-dialog-box'
,
Eli Zaretskii
,
03:59
emacs-29 deef41a8259: Fix hi-lock-tests when 'use-dialog-box' is non-nil
,
Eli Zaretskii
,
03:46
emacs-29 5093a534960: Fix regression due to change in face sort order by 'face-list'
,
Eli Zaretskii
,
02:38
master 1298d1db189: Rename 'display-time-time-and-date-indicator' to 'display-time-date-and-time' (bug#61567)
,
Protesilaos Stavrou
,
02:36
feature/android fa1b27930ea: Notify input methods when editing fails
,
Po Lu
,
01:48
feature/android 3a0b3cd086e: * configure.ac: Fix typo.
,
Po Lu
,
00:09
February 17, 2023
feature/android 265435fdf8b: Update Android port
,
Po Lu
,
22:54
emacs-29 3e747630999 2/2: * lisp/files.el (file-equal-p): Work around Haiku stat bug.
,
Po Lu
,
22:04
emacs-29 updated (a40b1745d4a -> 3e747630999)
,
Po Lu
,
22:04
emacs-29 13fd7667f9c 1/2: ; * src/treesit.c: Improve sectioning.
,
Po Lu
,
22:03
feature/android ce440ae92cd: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
20:40
feature/android updated (e88730a4b43 -> ce440ae92cd)
,
Po Lu
,
20:40
emacs-29 a40b1745d4a 2/2: (project-vc-backend-markers-alist): Add entry for vc-got
,
Dmitry Gutov
,
18:35
emacs-29 updated (0a5615669a4 -> a40b1745d4a)
,
Dmitry Gutov
,
18:35
emacs-29 18e96ed7c8a 1/2: project.el: Extract backend->marker association for a defvar
,
Dmitry Gutov
,
18:35
emacs-29 0a5615669a4: Don't completely clip into visible range in treesit_record_change
,
Yuan Fu
,
17:32
master 2c7e87c73a9: Use more recent public_suffix_list.dat where possible
,
Stefan Kangas
,
16:50
master b37cb465fe0: ; Adjust limit for eclipse in calendar; rename a function
,
Ulrich Müller
,
16:36
master fcf2f7aeada: Make the byte compiler give correct warning positions in eval-and-compile
,
Alan Mackenzie
,
12:33
master a5ad897b35f: Use substitute-command-keys more in Calc help
,
Stefan Kangas
,
11:50
master dabd7feb950: ; Fix previous change
,
Robert Pluim
,
10:23
emacs-29 5b34fc07085: * lisp/treesit.el (treesit-node-at): Update docstring (bug#61529).
,
Dmitry Gutov
,
10:10
emacs-29 1c7d7623781: ; Minor copyedit of NEWS wrt *-ts-modes
,
Eli Zaretskii
,
09:58
emacs-29 09fad246de8: * lisp/calc/calc.el (calc-mode): Improve docstring.
,
Stefan Kangas
,
09:26
master d5bf26f488b: Move side-effect-free and pure declarations to function definitions
,
Mattias Engdegård
,
09:20
emacs-29 8aad8d75aa9: ; Improve and update documentation of native compilation
,
Eli Zaretskii
,
09:16
feature/android e88730a4b43: Work around race condition bug in Android 13's input manager
,
Po Lu
,
08:33
feature/android d70bb47aeb5: Update emacsbug and version.el for the Android port
,
Po Lu
,
08:09
feature/android updated (759e6a24ab9 -> 1f81186d67b)
,
Po Lu
,
06:16
feature/android ecb48e8d636 3/5: Improve logging of Java exceptions
,
Po Lu
,
06:16
feature/android 60ed861b10f 2/5: Fix crash on old versions of Android
,
Po Lu
,
06:16
feature/android 2341d1d52ac 4/5: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
06:16
feature/android 1f81186d67b 5/5: * src/android.c (android_exception_check): Fix typo.
,
Po Lu
,
06:16
feature/android 88afd96e36e 1/5: Fix build and running on Android 2.2
,
Po Lu
,
06:16
emacs-28 4a77fcb1478 5/8: Update ChangeLog and AUTHORS for Emacs 28.3
,
Stefan Kangas
,
05:23
emacs-28 807d2d5b3a7 1/8: Fix htmlfontify.el command injection vulnerability.
,
Stefan Kangas
,
05:23
emacs-28 updated (ae9bfed50db -> f7bd5ac5521)
,
Stefan Kangas
,
05:23
emacs-28 f7bd5ac5521 8/8: Update HISTORY for Emacs 28.3
,
Stefan Kangas
,
05:23
emacs-28 e339926272a 4/8: Fix etags local command injection vulnerability
,
Stefan Kangas
,
05:23
emacs-28 ba3aba3096a 7/8: Bump Emacs version to 28.3
,
Stefan Kangas
,
05:23
emacs-28 22fb5ff5126 2/8: Fix ruby-mode.el local command injection vulnerability (bug#60268)
,
Stefan Kangas
,
05:23
emacs-28 5d05ea803e9 3/8: Fixed ctags local command execute vulnerability
,
Stefan Kangas
,
05:23
emacs-28 e61d743d440 6/8: Update NEWS for Emacs 28.3
,
Stefan Kangas
,
05:23
emacs-29 d6e4f243720: Merge 'emacs-29' into 'feature/inhibit-native-comp-cleanup'
,
Andrea Corallo
,
05:15
emacs-29 updated (a555abc56d5 -> d6e4f243720)
,
Andrea Corallo
,
05:15
master 7ab6c6ac833: Define 'display-time-time-and-date-indicator' face
,
Protesilaos Stavrou
,
05:13
master d4346a7cc78: Add handling of the C11 _Generic construct to C Mode
,
Alan Mackenzie
,
04:17
emacs-29 a555abc56d5: Fix order of faces in 'face-list'
,
Eli Zaretskii
,
03:28
emacs-29 b44a7ff85dc: Allow 'icon-title-format' to have the value t
,
Eli Zaretskii
,
02:41
master 23089f1cf22: Merge from origin/emacs-29
,
Stefan Kangas
,
00:46
master updated (07a76a06f9a -> 23089f1cf22)
,
Stefan Kangas
,
00:46
February 16, 2023
emacs-29 f1f571e72ae: Add electric indent for preproc directives
,
Theodor Thornhill
,
14:12
feature/android 2dcce30290d 1/2: Update Android port
,
Po Lu
,
10:58
feature/android updated (cf24b61985c -> 759e6a24ab9)
,
Po Lu
,
10:58
feature/android 759e6a24ab9 2/2: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
10:58
emacs-29 updated (40f4bc4e0aa -> 83af806ab7c)
,
Robert Pluim
,
09:38
emacs-29 83af806ab7c 2/2: Rename 'emacs-news-toggle-tag' to 'emacs-news-cycle-tag'
,
Robert Pluim
,
09:38
emacs-29 5bc88b3b175 1/2: Add menu to news-mode
,
Robert Pluim
,
09:38
emacs-29 40f4bc4e0aa: ; Avoid installing VC package dependencies multiple times
,
Philip Kaludercic
,
05:39
emacs-29 1c9d81a2b42: Attempt to recognise if a VC package has no Elisp files
,
Philip Kaludercic
,
05:11
master 07a76a06f9a: Fix test errors when run with fancy charset (bug#61534)
,
Mattias Engdegård
,
04:14
master 314f12630af: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master updated (8051be9ac20 -> 314f12630af)
,
Stefan Kangas
,
00:45
February 15, 2023
master 324a1d83c99 1/2: ; Don't require 'eshell' in other Eshell files
,
Jim Porter
,
20:33
master updated (dc843e0a9b3 -> 8051be9ac20)
,
Jim Porter
,
20:33
master 8051be9ac20 2/2: Allow unloading Eshell
,
Jim Porter
,
20:33
emacs-29 2550e8bb0b0: Fix mule-tests under en_US.UTF-8 locale
,
Eli Zaretskii
,
14:01
emacs-29 32795309939: Move block closer above declaration_list rule (bug#61531)
,
Theodor Thornhill
,
13:23
emacs-29 b18754bb179: Minor improvements in c-ts-mode and docs
,
Eli Zaretskii
,
13:02
emacs-29 3c6b726a7b4: Add super node as a keyword
,
Theodor Thornhill
,
12:55
emacs-29 1917c51fe68: ; Prevent ERC-induced false positive in JUnit report
,
F. Jason Park
,
11:36
emacs-29 b16965ef7e6: Delete perplexing paragraph from Gnus manual
,
Stefan Kangas
,
10:29
master dc843e0a9b3: Describe the effect of 'guess' for 'ido-use-filename-at-point'
,
Robert Pluim
,
10:26
feature/android b875a2eaf31 08/10: Fix small bugs
,
Po Lu
,
09:53
feature/android cf24b61985c 10/10: Update Android port
,
Po Lu
,
09:53
feature/android dd7066901f6 09/10: Make debug.sh detect adb running as root
,
Po Lu
,
09:53
feature/android 19eb27d4778 04/10: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:53
feature/android c4c34f72a12 01/10: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:53
feature/android 0198b8cffd8 03/10: Update Android port
,
Po Lu
,
09:53
feature/android a158c1d5b96 06/10: Update Android port
,
Po Lu
,
09:53
feature/android a62fa69ec9e 07/10: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:53
feature/android 5a7855e84ab 05/10: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:53
feature/android updated (dc120c7ad62 -> cf24b61985c)
,
Po Lu
,
09:53
feature/android ab48881a2fb 02/10: Fix displaying popup menus from a menu entry on Android
,
Po Lu
,
09:53
master 6a677fd3b6: New option 'diff-ignore-whitespace-switches'
,
Robert Pluim
,
09:40
emacs-29 43c62a4732: ; Fix typo
,
Stefan Kangas
,
09:22
master 80b34d165d: ; Simplify eclipse calculation in calendar/lunar.el
,
Ulrich Müller
,
09:16
master 1e0f4c554b 2/2: ; Merge from origin/emacs-29
,
Stefan Kangas
,
09:13
master updated (571558e460 -> 1e0f4c554b)
,
Stefan Kangas
,
09:13
master 142f5683c1 1/2: Merge from origin/emacs-29
,
Stefan Kangas
,
09:13
master 571558e460: Teach 'diff-ignore-whitespace-hunk' how to regenerate all hunks
,
Robert Pluim
,
08:10
master 16ba96ad3d 1/2: Add some `pure` and `side-effect-free` declarations
,
Mattias Engdegård
,
06:23
master b9ef710dd3 2/2: ; * lisp/international/emoji.el (emoji--narrow): move, avoid warning
,
Mattias Engdegård
,
06:23
master updated (51e3f91f50 -> b9ef710dd3)
,
Mattias Engdegård
,
06:23
February 14, 2023
master 51e3f91f50: ; Auto-commit of loaddefs files.
,
Stefan Kangas
,
23:08
emacs-29 fdac69b45e: ; Auto-commit of loaddefs files.
,
Stefan Kangas
,
23:08
emacs-29 7678b7e46f: Eglot: check server capability before sending didSave (bug#61478)
,
João Távora
,
18:31
master af94369f90: Rewrite emoji's usage of transient
,
Jonas Bernoulli
,
16:55
emacs-29 477aa047ee 1/2: rust-ts-mode: Highlight variable reassignments
,
Dmitry Gutov
,
16:55
emacs-29 a3a1ef7bd5 2/2: Fix rust-ts-mode type and module highlighting (Bug#61302)
,
Dmitry Gutov
,
16:55
emacs-29 updated (5206a551c1 -> a3a1ef7bd5)
,
Dmitry Gutov
,
16:55
emacs-29 5206a551c1: Improve backward compatibility of save-restriction
,
Gregory Heytings
,
15:42
emacs-29 accd88d554: Don't indent template_string contents (bug#61503)
,
Theodor Thornhill
,
14:55
emacs-29 d97a383996: csharp-ts-mode: fontify compiler directives (bug#61512)
,
Theodor Thornhill
,
14:47
emacs-29 420d2cae84: Update to Transient v0.3.7-209-gdab1dfa
,
Jonas Bernoulli
,
14:42
emacs-29 a3751b5d0c 2/2: ; Raise an error if a VC package checkout is empty
,
Philip Kaludercic
,
13:50
emacs-29 updated (4eac80fcc3 -> a3751b5d0c)
,
Philip Kaludercic
,
13:50
emacs-29 6a32ba8b69 1/2: ; Fix the installation of dependencies for VC packages
,
Philip Kaludercic
,
13:50
master 82133dea0d: Tramp cleanup
,
Michael Albinus
,
12:51
emacs-29 4eac80fcc3 2/2: ; Prepare to update ERC version to 5.5
,
F. Jason Park
,
11:31
emacs-29 4f099a7217 1/2: ; Remove failing erc-reuse-buffers test
,
F. Jason Park
,
11:31
emacs-29 updated (4bb27a5ca9 -> 4eac80fcc3)
,
F. Jason Park
,
11:31
master 864bf5dda4: Fix recent LAP optimiser error
,
Mattias Engdegård
,
11:15
master 0960ce4b57: ; Fix typo in comment in mule-conf change
,
Robert Pluim
,
08:28
master e6043641d3: * src/comp.c (Fcomp__compile_ctxt_to_file): Don't create output file twice
,
Andrea Corallo
,
06:42
feature/inhibit-native-comp-cleanup ce4a066ed1: * Generate trampolines in a temporary directory if no other option is viable
,
Andrea Corallo
,
06:28
February 13, 2023
master bae5fa5d9a 4/5: Fix src/fileio.c comment
,
Paul Eggert
,
15:33
master b0842671e7 2/5: Improve insert-file-contents on non-regular files
,
Paul Eggert
,
15:33
master 5284af27ee 1/5: Improve insert-file-contents checking
,
Paul Eggert
,
15:33
master updated (df5c1c9370 -> b950b46f51)
,
Paul Eggert
,
15:33
master b950b46f51 5/5: Fix insert-file-contents on /proc files
,
Paul Eggert
,
15:33
master ccc0921151 3/5: Don’t scan text twice to guess coding system
,
Paul Eggert
,
15:33
emacs-29 4bb27a5ca9: ; Minor docs copyedits
,
Eli Zaretskii
,
13:38
emacs-29 3d572ae0d5 1/2: Rename with/without-narrowing to with/without-restriction
,
Eli Zaretskii
,
13:13
emacs-29 13bcff3da5 2/2: Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29
,
Eli Zaretskii
,
13:13
master df5c1c9370: ; * etc/NEWS: Move treesit-related functions and variables to Lisp Changes.
,
Juri Linkov
,
12:53
emacs-29 d806b0e33c: * lisp/repeat.el: Rename internal function and variable (bug#60980)
,
Juri Linkov
,
12:47
master a124cfd441: ; Fix previous mule-conf change
,
Robert Pluim
,
12:42
feature/inhibit-native-comp-cleanup 8d8464bd5a 2/4: Rename native-comp-deferred-compilation into native-comp-jit-compilation
,
Andrea Corallo
,
11:15
feature/inhibit-native-comp-cleanup 5d0912f144 1/4: Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolines
,
Andrea Corallo
,
11:15
feature/inhibit-native-comp-cleanup 1a64f326e0 4/4: * Fix previous change
,
Andrea Corallo
,
11:15
feature/inhibit-native-comp-cleanup updated (abfd00e5c0 -> 1a64f326e0)
,
Andrea Corallo
,
11:15
feature/inhibit-native-comp-cleanup 95692f6754 3/4: Rename native-comp-deferred-compilation-deny-list
,
Andrea Corallo
,
11:15
master 8aef401b4f: LAP optimiser: more stack reduction hoisting
,
Mattias Engdegård
,
10:59
emacs-29 dd8b720ee7: ; * etc/NEWS: Fix typos.
,
Michael Albinus
,
10:45
emacs-29 909bd04cf5: ; * lisp/calendar/lunar.el: Add comments. (bug#61460)
,
Ulrich Müller
,
09:52
master a3edacd3f5: Add new user option password-colon-equivalents
,
Michael Albinus
,
09:52
emacs-29 10f2aedea9: ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate
,
Mattias Engdegård
,
09:08
feature/inhibit-native-comp-cleanup abfd00e5c0 5/5: * lisp/emacs-lisp/comp.el (native-comp-never-optimize-functions): Improve doc
,
Andrea Corallo
,
06:52
feature/inhibit-native-comp-cleanup b6e2799aa1 3/5: * Some more `inhibit-native-compile' clean-up
,
Andrea Corallo
,
06:52
feature/inhibit-native-comp-cleanup c0681cd347 2/5: Revert "Add new variable 'inhibit-native-compilation'"
,
Andrea Corallo
,
06:52
feature/inhibit-native-comp-cleanup 3969a34fa1 1/5: Revert "Rename to inhibit-automatic-native-compilation"
,
Andrea Corallo
,
06:52
feature/inhibit-native-comp-cleanup 1795839bab 4/5: Support `comp-enable-subr-trampolines' as string value
,
Andrea Corallo
,
06:52
branch feature/inhibit-native-comp-cleanup created (now abfd00e5c0)
,
Andrea Corallo
,
06:52
emacs-29 865758130a 2/2: ; * admin/git-bisect-start: Update failing commits
,
Gregory Heytings
,
05:52
emacs-29 updated (cc30422825 -> 865758130a)
,
Gregory Heytings
,
05:52
emacs-29 b948d0d7ef 1/2: Merge branch 'scratch/fix-locked-narrowing'
,
Gregory Heytings
,
05:52
scratch/fix-locked-narrowing dcb2379a46: Minor improvements to labeled narrowing
,
Gregory Heytings
,
05:40
emacs-29 cc30422825: Fix spurious display of eclipses in Calendar
,
Ulrich Müller
,
01:21
master b3dda79fac 2/3: ; Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master 609319da87 3/3: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master bf60b3bfe7 1/3: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master updated (e0b60120a1 -> 609319da87)
,
Stefan Kangas
,
00:45
February 12, 2023
emacs-29 f2114e8d89: Fix indentation for closing bracket in c-ts-mode (bug#61398)
,
Yuan Fu
,
22:50
emacs-29 f49caaa892: ; * src/pdumper.c (dump_buffer): Update hash.
,
Basil L. Contovounesios
,
17:11
emacs-29 fe2ea5ddd8: Update to Org 9.6.1-31-gaf1bb1
,
Kyle Meyer
,
15:57
emacs-29 8280d721d7: * src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453).
,
Eli Zaretskii
,
14:32
master e0b60120a1: Support Tramp multi-hop completion
,
Michael Albinus
,
14:22
master dde023b63a: * src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr
,
Alan Mackenzie
,
14:10
emacs-29 eb2b0931cf: Add lambda_expression to c-ts-common-indent-type-regexp-alist
,
Theodor Thornhill
,
12:59
emacs-29 2da05876ed: ; Use the right name when specifying VC packages
,
Philip Kaludercic
,
08:31
master ac2c7a28da: ; * src/textconv.c (textconv_query): Fix build on non-GCC compilers.
,
Po Lu
,
07:47
emacs-29 d4fc701297: Tolerate missing elpa-packages.eld files
,
Philip Kaludercic
,
07:27
emacs-29 8bc1b7d0b2: Avoid warning about 'load-path' in non-interactive sessions
,
Eli Zaretskii
,
07:22
emacs-29 3d17aee13d: ; Fix installation of dependencies for VC packages
,
Philip Kaludercic
,
07:11
emacs-29 86ca7df6a3: ; Mention Hunspell private-dictionary misfeature in doc strings
,
Eli Zaretskii
,
07:07
master ae4ff4f25f 1/2: Support input method ``text conversion'' on X Windows
,
Po Lu
,
06:57
master 9510e8ad68 2/2: Check in new files
,
Po Lu
,
06:57
master updated (50140585a2 -> 9510e8ad68)
,
Po Lu
,
06:57
emacs-29 7287b7b53a: Support webkit2gtk-4.1
,
Ulrich Müller
,
04:40
emacs-29 048a2dabfc: ; Fix typo
,
Stefan Kangas
,
01:47
master 50140585a2: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master updated (08bd066149 -> 50140585a2)
,
Stefan Kangas
,
00:45
February 11, 2023
emacs-29 8f3091defb: ; Fix typo in buffer.h
,
Stefan Kangas
,
21:46
master 08bd066149: Merge from origin/emacs-29
,
Stefan Kangas
,
21:43
master updated (14c97db736 -> 08bd066149)
,
Stefan Kangas
,
21:43
emacs-29 4da398d8b5: ; Fix typos
,
Stefan Kangas
,
21:24
master 14c97db736: Make sure core Eshell modules are loaded
,
Jim Porter
,
15:46
master 838415525b: Support Tramp user name completion
,
Michael Albinus
,
12:12
emacs-29 074008ee2d: ; Fix doc strings in lisp/image/ directory
,
Eli Zaretskii
,
09:51
master 85a2eb2c78: LAP peephole optimiser improvementsa
,
Mattias Engdegård
,
08:20
master dc3604cadf: Make edebug see unused variables when lexical-binding is non-nil
,
Alan Mackenzie
,
05:48
emacs-29 2d1e43436d: ; Improve documentation of hash functions.
,
Eli Zaretskii
,
05:31
emacs-29 900f7e0727: ; Remove extraneous local variables from image-dired-*.el files
,
Eli Zaretskii
,
04:50
master dbe7803aa1: Add more java indentation tests
,
Theodor Thornhill
,
01:17
February 10, 2023
scratch/remove-locked-narrowing 13c4d64d95a: Remove safe_run_hooks_maybe_narrowed
,
Gregory Heytings
,
19:13
branch scratch/remove-locked-narrowing created (now 8f908fb45b7)
,
Gregory Heytings
,
17:54
scratch/remove-locked-narrowing 8f908fb45b7 4/4: Update documentation to reflect the removal of locked narrowings
,
Gregory Heytings
,
17:54
scratch/remove-locked-narrowing f85241268a1 1/4: Deactivate locked narrowings
,
Gregory Heytings
,
17:54
scratch/remove-locked-narrowing e89361844f3 3/4: Remove functions and variables for locked narrowings
,
Gregory Heytings
,
17:54
scratch/remove-locked-narrowing 11362dc5725 2/4: Remove locked narrowing
,
Gregory Heytings
,
17:54
scratch/fix-locked-narrowing 4297039bd13: Save and restore the absence of narrowing locks
,
Gregory Heytings
,
16:08
emacs-29 4f053afe8e7: bug-reference: prevent match-data clobbering (bug#61395)
,
Tassilo Horn
,
13:24
master 67dea8143f1: Fix last change
,
Michael Albinus
,
12:07
master ea29622e928: Fix Tramp file name completion
,
Michael Albinus
,
11:49
emacs-29 10af9fbcad1: ; * admin/notes/tree-sitter/starter-guide: Typos.
,
Basil L. Contovounesios
,
10:25
feature/android 2489126e685 1/2: Implement more features for the Emacs ``documents provider''
,
Po Lu
,
10:04
feature/android updated (9b50500b22f -> dc120c7ad62)
,
Po Lu
,
10:04
feature/android dc120c7ad62 2/2: Improve appearance of the Android preferences screen
,
Po Lu
,
10:04
scratch/comp-static-data updated (dfee4b1464f -> 9ab4d23e765)
,
Vibhav Pant
,
07:22
scratch/comp-static-data 843fba7898d 1/2: Merge branch 'master' into scratch/comp-static-data
,
Vibhav Pant
,
07:22
scratch/comp-static-data 9ab4d23e765 2/2: Ensure USE_COMP_STATIC_LISP_OBJECTS is always defined.
,
Vibhav Pant
,
07:22
emacs-29 9ac242ce93: ; Fix recent changes in treesit docs
,
Eli Zaretskii
,
07:15
feature/android 9b50500b22: ; * java/org/gnu/emacs/EmacsCopyArea.java (perform): Fix typo.
,
Po Lu
,
06:36
feature/android updated (03c929e528 -> 338f4be900)
,
Po Lu
,
06:16
feature/android 338f4be900 5/5: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
06:16
feature/android a1941cd7a7 3/5: Update Android port
,
Po Lu
,
06:16
feature/android 664140fc26 4/5: Fix buffer swapping on Android 7.1 and earlier
,
Po Lu
,
06:16
feature/android 60270d8ee3 2/5: Fix IUP for contours which start past end
,
Po Lu
,
06:16
feature/android 283f34f09d 1/5: Fix typo
,
Po Lu
,
06:16
emacs-29 b39821fdce 1/2: ; Fix incorrect function name in treesit manual
,
Yuan Fu
,
02:29
emacs-29 f5789aefc2 2/2: Rename LIMIT to DEPTH in tree-sitter functions (bug#61231)
,
Yuan Fu
,
02:29
emacs-29 updated (5190173696 -> f5789aefc2)
,
Yuan Fu
,
02:29
master ab7c2f8092: Ensure that Eshell users can run lines of command output as input
,
Jim Porter
,
01:39
master c53255f677: Ensure that deferred commands don't make Eshell forget let-bound values
,
Jim Porter
,
00:40
February 09, 2023
emacs-29 5190173696: Add 'live' property to treesit-node-check (bug#61235)
,
Yuan Fu
,
20:28
emacs-29 56960a6558: Update to Transient v0.3.7-205-gb8ad0da
,
Jonas Bernoulli
,
17:54
master d6d25a3c22: xref--insert-xrefs: Use 'shadow' for the line number colon
,
Dmitry Gutov
,
14:58
master 8784b9e817: * lisp/icomplete.el (icomplete-exhibit): Check validity of the current buffer.
,
Juri Linkov
,
13:09
emacs-29 68a6b364d1: Fix 'rmail-summary-output'
,
Eli Zaretskii
,
10:35
feature/android 03c929e528 2/2: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:59
feature/android updated (f0f45ab10d -> 03c929e528)
,
Po Lu
,
09:59
feature/android 209ae003b7 1/2: Allow other text editors to edit files in Emacs' home directory
,
Po Lu
,
09:59
emacs-29 67c6ec2559: lisp-mode: add docstring recognition for more common lisp symbols
,
Eli Zaretskii
,
09:11
emacs-29 417a8ed8b0: ; Improve discoverability of empty file names handling
,
Eli Zaretskii
,
09:08
feature/android updated (c201043b4b -> f0f45ab10d)
,
Po Lu
,
07:37
feature/android 85dd157c38 1/2: Implement instructing compound glyphs
,
Po Lu
,
07:37
feature/android f0f45ab10d 2/2: ; * src/sfnt.c (main): Update tests.
,
Po Lu
,
07:37
emacs-29 e47cf6ca15: Update to Transient v0.3.7-204-gecff8c2
,
Jonas Bernoulli
,
07:28
emacs-29 b04cce02ff: Fix Scala entry in Eglot's DB of LSP servers
,
Eli Zaretskii
,
05:17
master updated (680bc20553 -> 1518fc5d7c)
,
Stefan Kangas
,
00:45
master f0a6b64e9d 1/3: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master 1518fc5d7c 3/3: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master 083f7c753c 2/3: ; Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
February 08, 2023
emacs-29 973c1d24c6: ruby-ts-mode: Also don't reindent 'identifier' when inside ERROR
,
Dmitry Gutov
,
21:49
emacs-29 a5651c0c40: ruby-ts-mode: Fix indentation inside empty if/unless/case/def
,
Dmitry Gutov
,
21:16
scratch/fix-locked-narrowing 79ce185ad1 6/7: Update the documentation about labeled (locked) narrowing
,
Gregory Heytings
,
20:49
scratch/fix-locked-narrowing a6cd4553d4 5/7: Rename two long line optimizations variables
,
Gregory Heytings
,
20:49
scratch/fix-locked-narrowing 2956e54b1d 7/7: Add an extensive test for labeled (locked) narrowing
,
Gregory Heytings
,
20:49
branch scratch/fix-locked-narrowing created (now 2956e54b1d)
,
Gregory Heytings
,
20:49
scratch/fix-locked-narrowing 97314447e6 2/7: Make 'narrowing-lock' and 'narrowing-unlock' internal
,
Gregory Heytings
,
20:49
scratch/fix-locked-narrowing d8438e2bb4 3/7: Add 'without-narrowing' macro
,
Gregory Heytings
,
20:49
scratch/fix-locked-narrowing 0d73e4aa26 4/7: Add specific symbols for narrowings
,
Gregory Heytings
,
20:49
scratch/fix-locked-narrowing a4aa32bdff 1/7: Fix 'save-restriction' for narrowing locks
,
Gregory Heytings
,
20:49
emacs-29 0ec0a610ed: * lisp/iimage.el (iimage-mode-buffer): Handle multiple regexps.
,
Juri Linkov
,
13:57
emacs-29 d11d7aee1a: ; Fix memory leak in treesit.c
,
Eli Zaretskii
,
11:41
feature/android 2c5e36e00b 5/7: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
10:42
feature/android 0bd4b7fdab 4/7: Update Android port
,
Po Lu
,
10:42
feature/android 1a70941c8e 1/7: Improve text display on Android port
,
Po Lu
,
10:42
feature/android updated (bd55cca4b8 -> c201043b4b)
,
Po Lu
,
10:42
feature/android c201043b4b 7/7: Update Android port
,
Po Lu
,
10:42
feature/android 6de4deb47e 6/7: Update Android port
,
Po Lu
,
10:42
feature/android ad3def330c 2/7: Correctly round bearing values while computing pcm
,
Po Lu
,
10:42
feature/android 7fb0df0ce2 3/7: Fix graphics state when instructing glyphs
,
Po Lu
,
10:42
emacs-29 21f3c7ef26: * lisp/edmacro.el (edit-kbd-macro): Fix thinko (bug#61333)
,
Stefan Monnier
,
09:09
master f3fce3a71c 1/2: Simplify and speed up parts of elisp optimiser
,
Mattias Engdegård
,
08:32
master 680bc20553 2/2: Flatten nested `concat` calls
,
Mattias Engdegård
,
08:32
master updated (643a11c6e5 -> 680bc20553)
,
Mattias Engdegård
,
08:32
emacs-29 31bf35935f: ; Fix doc strings in iimage.el
,
Eli Zaretskii
,
07:57
master 643a11c6e5: * lisp/progmodes/xref.el (xref--insert-xrefs): Remove extra space (bug#61340).
,
Juri Linkov
,
02:35
master d492be400e: Merge from origin/emacs-29
,
Stefan Kangas
,
00:45
master updated (2273cdb40e -> d492be400e)
,
Stefan Kangas
,
00:45
February 07, 2023
master 2273cdb40e: * lisp/edmacro.el (edit-kbd-macro): Fix thinko (bug#61333)
,
Stefan Monnier
,
18:10
master 88d5327fe2: (cconv-convert): Fix regression
,
Stefan Monnier
,
18:03
emacs-29 c9ba05af8d: Fix crashes inside 'xfree' called from treesit.c
,
Eli Zaretskii
,
14:54
master a98d0daac4: Remove unnecessary cons in lexical eval
,
Mattias Engdegård
,
13:41
master 22f0159c5a: Fix last Tramp commit
,
Michael Albinus
,
13:28
feature/android 712c7450ce 2/4: Remove bresenham stuff
,
Po Lu
,
10:11
feature/android 45d3b0f6dc 3/4: Remove junk from instruction table
,
Po Lu
,
10:11
feature/android bd55cca4b8 4/4: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
10:11
feature/android updated (9b79f429ed -> bd55cca4b8)
,
Po Lu
,
10:11
feature/android 795f5a16b5 1/4: Update Android port
,
Po Lu
,
10:11
February 06, 2023
emacs-29 746748f5c2: Make java-ts-mode use the c-ts-common-indent-type-regexp-alist
,
Yuan Fu
,
21:49
emacs-29 87d39a30b1 3/3: Fix c-ts-mode indentation
,
Yuan Fu
,
21:29
emacs-29 d68ff6016d 1/3: Fix c-ts-mode indentation (bug#61291)
,
Yuan Fu
,
21:29
emacs-29 7cb92b5398 2/3: Fix c-ts-mode indentation
,
Yuan Fu
,
21:29
emacs-29 updated (2ac8c4bbd6 -> 87d39a30b1)
,
Yuan Fu
,
21:29
emacs-29 2ac8c4bbd6: (eglot-completion-at-point): Return correct values in :company-kind
,
Dmitry Gutov
,
17:28
emacs-29 321cbd9a60: Tighten and simplify typescript compilation-mode regexps (bug#61104)
,
Mattias Engdegård
,
12:34
master 907fd1f7ff: Improve Tramp file name completion
,
Michael Albinus
,
12:13
emacs-29 97533e73ad: ; * lisp/progmodes/c-ts-common.el (treesit-node-prev-sibling): Declare.
,
Eli Zaretskii
,
11:34
master 7f8f19da24: Fix 'hack-local-variables' when EOL conversion is inhibited
,
Eli Zaretskii
,
11:29
emacs-29 9dfccb89fc: Clarify bug-reference-auto-setup-functions docstring.
,
Tassilo Horn
,
11:10
feature/android 9b79f429ed 5/5: Port emacsclient wrapper to Android 7.1 and earlier
,
Po Lu
,
09:56
feature/android e1c7b8ad61 4/5: Adjust ndk-build implementation for old NDK versions
,
Po Lu
,
09:56
feature/android 85d225df87 3/5: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
09:56
feature/android 7275e32d0b 1/5: Update Android port
,
Po Lu
,
09:56
feature/android updated (98c90135fe -> 9b79f429ed)
,
Po Lu
,
09:56
feature/android fc82efc1fe 2/5: Update Android port
,
Po Lu
,
09:56
emacs-29 17ab426670: * lisp/treesit.el (treesit): Fix shortdoc example form (bug#61318).
,
Eli Zaretskii
,
09:38
emacs-29 c3262216ab 1/2: Add array_initializer to java-ts-mode
,
Theodor Thornhill
,
01:45
emacs-29 5a6dfab1e4 2/2: Use c-ts-common-statement-offset in java-ts-mode (bug#61142)
,
Theodor Thornhill
,
01:45
emacs-29 updated (79ab62e0bb -> 5a6dfab1e4)
,
Theodor Thornhill
,
01:45
February 05, 2023
emacs-29 79ab62e0bb: go-ts-mode: Highlight variable declarations
,
Dmitry Gutov
,
21:42
emacs-29 1fab91d852: go-ts-mode: Fix highlighting of function name in call_expression
,
Dmitry Gutov
,
21:12
emacs-29 07ffe902c6: c-ts-mode: Highlight "property functions" as functions
,
Dmitry Gutov
,
21:05
emacs-29 a529b0d646: rust-ts-mode: Fix highlighting of function name in call_expression
,
Dmitry Gutov
,
16:43
emacs-29 088425538f: rust-ts-mode--font-lock-settings: Improve consistency
,
Dmitry Gutov
,
14:34
emacs-29 793c24a6ac: Make sure 'M-x show-paren-local-mode' turns on right away
,
Dmitry Gutov
,
14:08
emacs-29 60089dcfe0: Add to bug-reference-auto-setup-functions after its declaring defvar
,
Tassilo Horn
,
13:58
emacs-29 26e947ccb1: * lisp/vc/vc.el (vc-find-revision-no-save): Fix parens (bug#61256).
,
Juri Linkov
,
13:24
master 013655811a: CC Mode: Prevent infinite recursion in c-determine-limit.
,
Alan Mackenzie
,
13:02
emacs-29 948e343496: ; Fix byte-compilation warning
,
Eli Zaretskii
,
12:11
emacs-29 6568a1aaf9: Fix inability to turn show-paren-local-mode on manually (bug#61098)
,
Dmitry Gutov
,
12:07
emacs-29 24085ba610: ; go-ts-mode--indent-rules: Indent to 0 at top level
,
Dmitry Gutov
,
11:54
emacs-29 0862a79fef 2/2: Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29
,
Eli Zaretskii
,
11:53
emacs-29 bb999df5d6 1/2: ; Fix whitespace of last change
,
Eli Zaretskii
,
11:53
emacs-29 929daafa1d: ; Fix trivial mistake in emoji--choose-emoji
,
Jonas Bernoulli
,
11:53
emacs-29 d7b4a8487f: ; * lisp/isearch.el (emoji--read-emoji): Avoid compilation warning.
,
Eli Zaretskii
,
11:51
emacs-29 e38ff00463 2/2: rust-ts-mode: Highlight variable declarations
,
Dmitry Gutov
,
11:50
emacs-29 d12727057d 1/2: rust-ts-mode--indent-rules: Indent to 0 at top level
,
Dmitry Gutov
,
11:50
emacs-29 updated (85705a7059 -> e38ff00463)
,
Dmitry Gutov
,
11:50
emacs-29 85705a7059: ; Move misplaces parenthesis in emoji--choose-emoji
,
Jonas Bernoulli
,
11:30
emacs-29 18c43bb9d6: Ensure upper bound of font-lock region is less than point-max
,
Alan Mackenzie
,
11:01
master 17784bbf3f 4/5: Allow unbind to commute with discardN and discardN-preserve-tos
,
Mattias Engdegård
,
10:28
master updated (45525cafcb -> 0f4c7060e4)
,
Mattias Engdegård
,
10:28
master 0f4c7060e4 5/5: Fix misleading LAP optimiser debug log message
,
Mattias Engdegård
,
10:28
master a50d5b219f 3/5: Remove compatibility hacks in LAP optimiser
,
Mattias Engdegård
,
10:28
master 9926b44f9e 2/5: LAP optimiser: bind local variables instead of mutating them
,
Mattias Engdegård
,
10:28
master 929099cbb4 1/5: Get rid of delq in LAP optimiser
,
Mattias Engdegård
,
10:28
emacs-29 94f291d150: ; * lisp/paren.el (show-paren-predicate): Doc fix. (Bug#61098)
,
Eli Zaretskii
,
10:28
emacs-29 3ffd0eddce: Highlight more complex function parameters
,
Dmitry Gutov
,
10:03
feature/android 98c90135fe: Update Android port
,
Po Lu
,
10:02
emacs-29 58dc03ba7e: No longer use transient in isearch-emoji-by-name
,
Jonas Bernoulli
,
09:32
master 45525cafcb: * lisp/emacs-lisp/cconv.el (cconv-convert): Fix thinko
,
Stefan Monnier
,
09:04
emacs-29 0c125fcc67: Make highlighting more regular across TS modes (bug#61205)
,
Dmitry Gutov
,
08:51
emacs-29 1dd751c3ac: ; Improve documentation of 'proper-list-p'
,
Eli Zaretskii
,
08:16
feature/android 1b8beed960 3/3: Update from gnulib
,
Po Lu
,
08:16
feature/android 0ee01457a8 2/3: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
08:16
feature/android updated (420533a8f9 -> 1b8beed960)
,
Po Lu
,
08:16
feature/android 87cdbbeb8a 1/3: Update Android port
,
Po Lu
,
08:16
emacs-29 96181ed3f0: Document 'plistp'
,
Eli Zaretskii
,
07:10
emacs-29 03d9d18513: Fix display of raised/lowered composed text
,
Eli Zaretskii
,
06:57
emacs-29 f13479d955: Fix installation of tree-sitter grammar on MS-Windows
,
Eli Zaretskii
,
04:14
emacs-29 0358267204: Update the Emacs FAQ for Emacs 29
,
Eli Zaretskii
,
03:50
emacs-29 2c33e2889b: Fix byte-compilation of *-ts-mode.el files
,
Eli Zaretskii
,
01:25
February 04, 2023
emacs-29 b40a929a3f: ; ruby-ts--syntax-propertize: Amend commentary
,
Dmitry Gutov
,
19:43
master d27d9a43d4: Update some commentary for C23
,
Paul Eggert
,
18:58
emacs-29 671e5d9fad 1/2: ; * lisp/treesit.el (treesit--font-lock-level-setter): Minor change.
,
Yuan Fu
,
18:33
emacs-29 b80f36b88c 2/2: Make c-ts-mode-set-style's effect local (bug#61245)
,
Yuan Fu
,
18:33
emacs-29 updated (69380a88e9 -> b80f36b88c)
,
Yuan Fu
,
18:33
master updated (c39c26e33f -> b429274c5b)
,
Paul Eggert
,
18:14
master b429274c5b 3/3: Use Gnulib module alignasof instead of stdalign
,
Paul Eggert
,
18:14
master 04d97e76a9 2/3: Update from Gnulib by running admin/merge-gnulib
,
Paul Eggert
,
18:14
master 7e1c7db1cb 1/3: Prefer https: to git: URIs
,
Paul Eggert
,
18:14
emacs-29 69380a88e9: c-ts-mode: Highlight name in parameter declarations
,
Dmitry Gutov
,
15:50
emacs-29 89b550eac2: Fix switch statement indentation for go-ts-mode (bug#61238)
,
Theodor Thornhill
,
13:30
master c39c26e33f: nadvice: Fix bug#61179
,
Stefan Monnier
,
11:23
feature/android 420533a8f9: Add emacsclient desktop file equivalent on Android
,
Po Lu
,
10:32
feature/android updated (aa32c9b78b -> bfce0ce57f)
,
Po Lu
,
06:55
feature/android a2c3b9a787 1/3: Update Android port
,
Po Lu
,
06:55
feature/android 9ffb5c0cf3 2/3: Add additional permissions to Android port
,
Po Lu
,
06:55
feature/android bfce0ce57f 3/3: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
06:55
emacs-29 1a123feb18: Fix bidi reordering of sequence of whitespace characters before a TAB
,
Eli Zaretskii
,
06:36
master 229d0772e2: Add test for java indentation (bug#61115)
,
Theodor Thornhill
,
03:30
emacs-29 873a0a1508 1/2: Add support for TypeScript compilation to compile.el (bug#61104)
,
Theodor Thornhill
,
03:20
emacs-29 8870b54db9 2/2: Add tests for compilation support for TypeScript (bug#61104)
,
Theodor Thornhill
,
03:20
emacs-29 updated (3a64f81ebc -> 8870b54db9)
,
Theodor Thornhill
,
03:20
emacs-29 3a64f81ebc: Don't clobber match data in 'y-or-n-p'
,
Eli Zaretskii
,
03:16
February 03, 2023
emacs-29 4c765d93ab3: Refine the previous change
,
Dmitry Gutov
,
21:17
emacs-29 d99b5151f8c: Add syntax-propertize-function to ruby-ts-mode
,
Dmitry Gutov
,
20:36
master 0a95a81d8d3: CC Mode: Fontify a certain foo * bar class by the asymmetric space heuristic
,
Alan Mackenzie
,
15:57
emacs-29 f25c15ceb7d: ; Fix typos
,
Stefan Kangas
,
12:03
emacs-29 35e238cae8b: Improve documentation of 'header-line-indent-mode'
,
Eli Zaretskii
,
09:46
emacs-29 c3f58a66514: Don't casemap erc-sasl-user when set to :nick
,
F. Jason Park
,
09:05
emacs-29 e444115d026: Improve keymap-global-set and keymap-local-set interactive use fix
,
Robert Pluim
,
04:16
master ac7ec87a7a0: Merge from origin/emacs-29
,
Stefan Kangas
,
00:47
master updated (bfd338aad9d -> ac7ec87a7a0)
,
Stefan Kangas
,
00:47
February 02, 2023
emacs-29 updated (88ccf78b206 -> 96ea27278b4)
,
Yuan Fu
,
21:46
emacs-29 96ea27278b4 6/6: ; Fix c-ts-mode indent test
,
Yuan Fu
,
21:46
emacs-29 d963a8f1355 5/6: Make c-ts-mode indent tests side-effect-free
,
Yuan Fu
,
21:46
emacs-29 74e715cb729 2/6: ; Go back to original point when filling comments in c-ts-mode
,
Yuan Fu
,
21:46
emacs-29 a2b77c79dcc 3/6: Use c-ts-common-statement-offset for closing brackets too
,
Yuan Fu
,
21:46
emacs-29 8a6bdf88b4b 4/6: Call treesit_record_change in insert_from_gap_1
,
Yuan Fu
,
21:46
emacs-29 b8009bbf2d8 1/6: ; Fix error where we pass t to treesit-node-type in c-ts-common.el
,
Yuan Fu
,
21:46
emacs-29 c4988840598: Avoid spurious pause in kill-ring-save (Bug#60841)
,
Kévin Le Gouguec
,
14:59
emacs-29 88ccf78b206: ; * src/treesit.c (treesit_predicate_match): Simplify last change.
,
Eli Zaretskii
,
14:54
emacs-29 20454128b8b: Minor improvements in sqlite.c
,
Eli Zaretskii
,
14:46
emacs-29 3b3c47d977b: (treesit_predicate_match): Match node text against regexp without consing
,
Dmitry Gutov
,
14:39
emacs-29 e8334781c9f: Improve documentation of gdb-mi's dedicated windows
,
Eli Zaretskii
,
13:49
emacs-29 382ab516cef: Change the default of 'treesit-defun-tactic' for 'c-ts-mode'
,
Eli Zaretskii
,
13:22
emacs-29 4d3428e95a9: Fix docstring fontification of CL's 'defstruct'
,
Eli Zaretskii
,
13:13
emacs-29 1c125baa3f0: Teach 'hs-minor-mode' about tree-sitter based modes
,
Eli Zaretskii
,
12:42
emacs-29 2de0ab5cbd3: ; Doc fixes in keymap.el
,
Eli Zaretskii
,
09:14
master updated (0571a3cc87f -> bfd338aad9d)
,
Mattias Engdegård
,
08:47
master f6955482c29 1/2: Clean up LAP peephole logging
,
Mattias Engdegård
,
08:47
master bfd338aad9d 2/2: LAP peephole optimisation improvements
,
Mattias Engdegård
,
08:47
emacs-29 c6660a6d6de: Improve documentation of 'repeat-mode' and related variables
,
Eli Zaretskii
,
08:36
scratch/comp-static-data dfee4b1464f: Add tests for testing immutability of native comp-ed Lisp literals.
,
Vibhav Pant
,
07:29
emacs-29 be304bb3286: ; * etc/NEWS: Mention the 'utf-8-auto' bugfix (bug#60750).
,
Eli Zaretskii
,
05:35
master 0571a3cc87f: Merge from origin/emacs-29
,
Stefan Kangas
,
00:46
master updated (c831f55b234 -> 0571a3cc87f)
,
Stefan Kangas
,
00:46
February 01, 2023
emacs-29 9715715ac16: (eshell--complete-commands-list): Fix regression in fix to bug#48995
,
Stefan Monnier
,
22:18
feature/android 718b1d73d78 5/6: Add Emacs icon for Android
,
Po Lu
,
21:31
feature/android 5a3ce490b9a 3/6: Clean up compiler warnings
,
Po Lu
,
21:31
feature/android aa32c9b78b7 6/6: Add Emacs icon for Android package
,
Po Lu
,
21:31
feature/android 09643285879 4/6: Update Android port
,
Po Lu
,
21:31
feature/android adb145f1557 1/6: Update Android port
,
Po Lu
,
21:31
feature/android 7b43566a28c 2/6: Merge remote-tracking branch 'origin/master' into feature/android
,
Po Lu
,
21:31
feature/android updated (d8e42afeaca -> aa32c9b78b7)
,
Po Lu
,
21:31
master c831f55b234: * lisp/progmodes/ruby-ts-mode.el: Extend treesit-sexp-type-regexp.
,
Juri Linkov
,
13:14
emacs-29 ea1bb263153: * doc/emacs/basic.texi (Repeating): Mention describe-repeat-maps (bug#61183).
,
Juri Linkov
,
13:08
master 8c6a4639318: Handle large process output strings for Tramp
,
Michael Albinus
,
12:40
emacs-29 f91bf9df892: Unbreak the MS-Windows build
,
Eli Zaretskii
,
07:14
master cfde8a14900 1/2: Merge from origin/emacs-29
,
Stefan Kangas
,
01:13
master updated (f724fca732a -> 0214e9021b4)
,
Stefan Kangas
,
01:13
master 0214e9021b4 2/2: ; Merge from origin/emacs-29
,
Stefan Kangas
,
01:13
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc